@import url(https://fonts.googleapis.com/css2?family=Source+Code+Pro:wght@400&display=swap);html{color:#000}a{color:#000;text-decoration:none}big{font-size:100%}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal}li{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:""}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}input,textarea,select{font-size:100%}legend{color:#000}body{font:13px/1.231 arial,helvetica,clean,sans-serif;font-size:small;font:x-small}table{font-size:inherit;font:100%}pre,code,kbd,samp,tt{font-family:monospace;font-size:108%;line-height:100%}button{border:0;background:none;cursor:pointer;outline:0;padding:0}input{outline:0}iframe{border:0}a,button{outline:none}a:hover{text-decoration:none}a:active{text-decoration:none}a:focus{text-decoration:none}button{-webkit-appearance:none;border-radius:0}html,body{font-size:10px}@font-face{font-family:"Inter";font-style:normal;font-display:block;src:url("/assets/fonts/Inter-Regular.woff2") format("woff2")}@font-face{font-family:"Figtree";src:url("/assets/fonts/Figtree-VariableFont_wght.woff2") format("woff2");font-weight:100 900;font-stretch:75% 125%}@keyframes slidein-fadeout{0%{bottom:-32rem}7.5%{bottom:12rem}80%{opacity:1}100%{opacity:0}}@keyframes fade-out{from{opacity:1}to{opacity:0}}@keyframes fade-in{from{opacity:0}to{opacity:1}}@keyframes flash-anim{0%{background-color:#87e4ac;transform:scale(1.25)}80%{background-color:#87e4ac;transform:scale(1.25)}100%{background-color:rgba(135,228,172,0);transform:scale(1)}}@keyframes rotating{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}@keyframes bounce{0%,20%,50%,80%,100%{transform:translateY(0)}40%{transform:translateY(-8px)}60%{transform:translateY(-4px)}}:root,.theme-light,[data-theme=light]{--plus-accent-1: #46a6f8;--plus-accent-2: #d31c5b;--plus-accent-3: #662f8e;--plus-success: #3ddb85;--plus-bg: #fff;--plus-bg-level-2: #f0f0f0;--plus-bg-level-3: #e8e8e8;--plus-text: #141414;--plus-text-muted: #707070;--plus-border: rgba(0, 0, 0, 0.1);--plus-shadow-short: 0px 4px 12px 0px rgba(0, 0, 0, 0.102), inset 0px 0px 1px 0px rgba(255, 255, 255, 0.2);--plus-bg-inverse: var(--plus-text);--plus-text-inverse: var(--plus-bg)}.theme-dark,[data-theme=dark]{--plus-bg: #141414;--plus-bg-level-2: #272727;--plus-bg-level-3: #303030;--plus-text: #fff;--plus-text-muted: #adadad;--plus-border: rgba(255, 255, 255, 0.05);--plus-shadow-short: 0px 4px 12px 0px rgba(0, 0, 0, 0.00102), inset 0px 0px 1px 0px rgba(255, 255, 255, 0.2);--plus-bg-inverse: var(--plus-text);--plus-text-inverse: var(--plus-bg)}@keyframes shimmer{0%{background-position:200% 0}100%{background-position:-200% 0}}@keyframes pulsate{0%{box-shadow:0 0 0 0 rgba(76,175,80,.6)}70%{box-shadow:0 0 0 4px rgba(76,175,80,0)}100%{box-shadow:0 0 0 0 rgba(76,175,80,0)}}.plus-text-accent-1{color:var(--plus-accent-1)}.plus-text-accent-2{color:var(--plus-accent-2)}.plus-text-accent-3{color:var(--plus-accent-3)}.plus-text-shimmer-neutral{color:rgba(0,0,0,0);background:linear-gradient(to right, color-mix(in lch, var(--plus-text-muted), transparent 40%), var(--plus-text), color-mix(in lch, var(--plus-text-muted), transparent 40%));background-size:200% 100%;background-clip:text;-webkit-background-clip:text;animation:shimmer 6s infinite linear;will-change:background-size}.plus-text-shimmer-accent{color:rgba(0,0,0,0);background:linear-gradient(to right, var(--plus-accent-1), var(--plus-accent-1), #a2e9fb, var(--plus-accent-1), var(--plus-accent-1));background-size:200% 100%;background-clip:text;-webkit-background-clip:text;animation:shimmer 6s infinite linear;will-change:background-size}.plus-shadow-glow-neutral{filter:drop-shadow(0 0 12px rgba(255, 255, 255, 0.15)) drop-shadow(0 0 24px rgba(255, 255, 255, 0.05))}.plus-btn{display:inline-flex;justify-content:center;align-items:center;text-align:center;padding:8px 12px;letter-spacing:-0.01px;border-radius:6px;background-color:var(--plus-bg-inverse);color:var(--plus-text-inverse);font-family:"Inter",sans-serif;font-optical-sizing:auto;font-style:normal;font-weight:600;font-size:14px;line-height:1;transition:opacity .15s cubic-bezier(0, 0, 0.2, 1);cursor:pointer}@media(max-width: 767px){.plus-btn{flex:1}}.plus-btn:hover:not(.disabled,[disabled]){opacity:.8}.plus-btn:active:not(.disabled,[disabled]){transform:scale(0.97)}.plus-btn.size-small{font-size:12px;padding:6px 8px}.plus-btn.subtle{background-color:var(--plus-bg-level-3);color:var(--plus-text);box-shadow:0 0 0 1px rgba(255,255,255,.12)}.plus-btn.disabled,.plus-btn [disabled]{color:#fff;background-color:#8e8e8f;cursor:not-allowed;opacity:.5}body{background-color:#f0f0f0;font-family:"Helvetica","Arial",sans-serif;letter-spacing:.05em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media(min-width: 768px){body{min-width:1440px;position:relative}}@media(max-width: 1023px){body.desktop{width:1440px}}body.desktop:has(.login){min-width:none !important;width:auto !important}body._signup{text-align:center}.graph-label tspan{fill:red;padding:10px}*{scrollbar-color:#888 #f1f1f1;scrollbar-width:thin}::-webkit-scrollbar{width:12px}::-webkit-scrollbar-thumb{background-color:#888;border-radius:6px;border:3px solid #f1f1f1}::-webkit-scrollbar-thumb:hover{background-color:red}.w-justify{display:flex;justify-content:space-between;align-items:center;flex-direction:row}.w-justify.full-width{width:100%}.w-justify.full-width .w-right{flex:none}._users .w-justify,._logs .w-justify{justify-content:flex-start}._users .w-justify.list-header,._logs .w-justify.list-header{flex-wrap:wrap;gap:1rem}._users .w-justify.list-header .w-right>div,._logs .w-justify.list-header .w-right>div{margin-left:0}#permalinksBySearchByDate-results .w-justify{display:flex;flex-direction:row;gap:1rem;margin-bottom:0}@media(max-width: 767px){#permalinksBySearchByDate-results .w-justify{margin-bottom:0;flex-direction:column}.desktop #permalinksBySearchByDate-results .w-justify{flex-direction:row}}.w-justify>div{display:flex;align-items:center;flex-wrap:wrap;gap:1rem;flex:1}.w-justify .w-left{text-align:left;justify-content:flex-start;align-items:center}@media(max-width: 767px){.w-justify .w-left.over-flow-scroll{flex-wrap:nowrap !important;overflow-x:scroll;width:100%}}.w-justify .w-left.flex-none{flex:none}.w-justify .w-left.flex-all{flex:1 100%}.w-justify .w-center{justify-content:center}.w-justify .w-center>*{margin:0 .5rem}.w-justify .w-right{justify-content:flex-end}.w-justify .w-right>div{margin-left:.5rem}.w-justify .flex-none{flex:none}.w-inner-content{display:flex;margin:1rem 2rem 1rem 2rem}@media(max-width: 767px){.w-inner-content{flex-direction:column-reverse}.desktop .w-inner-content{flex-direction:row;gap:1rem}}.content.dev_featurePoints,#content.dev_featurePoints{padding-top:2rem;text-align:left}.w-section-title{border-bottom:1px solid #d3d3d3;background-color:#fff;text-shadow:rgba(63,63,63,.25) 1px 0 6px;padding:0 2rem;padding-bottom:.5rem;padding-top:.5rem}.section-title{font-family:"Inter",sans-serif;font-optical-sizing:auto;font-style:normal;font-size:1.4em;font-weight:700;color:#3f3f3f;text-transform:capitalize;text-align:left;display:flex;align-items:center}.dev_featurePoints .section-title{margin-left:2rem}.section-title.solo{margin:0 2rem 1rem}.drawer .section-title{color:#fff}.section-title.i-calendar-b{margin-top:5rem;width:100%;padding-top:1.5rem;border-top:1px solid #d3d3d3}.section-title.i-affiliation:before{font-size:2rem;transform:translateY(0.125rem)}.section-title:before{margin-right:.5rem;font-size:1em}.section-title span{margin-left:1rem;display:flex;align-items:center}.section-title span:before{margin-right:.5rem}.section-legend{font-family:"Inter",sans-serif;font-optical-sizing:auto;font-style:normal;font-size:1.2rem;font-weight:300;color:#3f3f3f;text-transform:capitalize;text-align:left;display:flex;align-items:baseline;gap:8px}.btn,.pagination a,.goal-option .expend-label{font-family:"Inter",sans-serif;font-optical-sizing:auto;font-style:normal;font-size:1.2em;font-weight:700;color:#fff;width:auto;height:3rem;border-radius:4px;box-sizing:border-box;background-color:#a5a5a5;padding:0 2rem;text-transform:capitalize;white-space:nowrap;display:inline-flex;align-items:center}@media(max-width: 767px){.btn,.pagination a,.goal-option .expend-label{padding:0 1rem}}.btn:before,.pagination a:before,.goal-option .expend-label:before{margin-right:.5rem;color:#d4225d}.btn:hover,.pagination a:hover,.goal-option .expend-label:hover{color:#1172ba;border-color:#1172ba}.btn.highlight,._tasks .list-header .w-left .btn,.pagination a.highlight,._tasks .list-header .w-left .pagination a,.pagination ._tasks .list-header .w-left a,.goal-option .highlight.expend-label,._tasks .list-header .w-left .goal-option .expend-label,.goal-option ._tasks .list-header .w-left .expend-label{color:#fff;background-color:#3f3f3f}.btn.highlight:before,._tasks .list-header .w-left .btn:before,.pagination a.highlight:before,._tasks .list-header .w-left .pagination a:before,.pagination ._tasks .list-header .w-left a:before,.goal-option .highlight.expend-label:before,._tasks .list-header .w-left .goal-option .expend-label:before,.goal-option ._tasks .list-header .w-left .expend-label:before{color:#fff;margin-right:1rem}.list-header .btn.highlight,._tasks .list-header .w-left .btn,.list-header .pagination a.highlight,._tasks .list-header .w-left .pagination a,.pagination .list-header a.highlight,.pagination ._tasks .list-header .w-left a,.list-header .goal-option .highlight.expend-label,._tasks .list-header .w-left .goal-option .expend-label,.goal-option .list-header .highlight.expend-label,.goal-option ._tasks .list-header .w-left .expend-label{color:#fff;background-color:#3f3f3f;border:0px solid #1172ba}.list-header .btn.highlight:before,._tasks .list-header .w-left .btn:before,.list-header .pagination a.highlight:before,._tasks .list-header .w-left .pagination a:before,.pagination .list-header a.highlight:before,.pagination ._tasks .list-header .w-left a:before,.list-header .goal-option .highlight.expend-label:before,._tasks .list-header .w-left .goal-option .expend-label:before,.goal-option .list-header .highlight.expend-label:before,.goal-option ._tasks .list-header .w-left .expend-label:before{color:#fff;margin-right:1rem;text-shadow:rgba(255,255,255,.25) 1px 0 6px}.btn.light,.pagination a,.goal-option .light.expend-label,.goal-option .pagination a.expend-label,.pagination .goal-option a.expend-label{background-color:#fff;color:#3f3f3f}.btn.light:before,.pagination a:before,.goal-option .light.expend-label:before,.goal-option .pagination a.expend-label:before,.pagination .goal-option a.expend-label:before{color:#3f3f3f}.btn.border,.pagination a,.goal-option .border.expend-label,.goal-option .pagination a.expend-label,.pagination .goal-option a.expend-label{border:1px solid #d3d3d3;color:#a5a5a5;background-color:#fff}.btn.only-icon,.pagination a.only-icon,.goal-option .only-icon.expend-label{width:3rem;height:3rem;padding:0 !important;text-align:center;justify-content:center}.btn.only-icon:before,.pagination a.only-icon:before,.goal-option .only-icon.expend-label:before{margin:0;color:#fff}.btn.only-icon:hover:before,.pagination a.only-icon:hover:before,.goal-option .only-icon.expend-label:hover:before{color:#1172ba}.btn.only-icon.i-close:before,.pagination a.only-icon.i-close:before,.goal-option .only-icon.i-close.expend-label:before{font-size:2rem}.btn.only-icon.highlight:before,._tasks .list-header .w-left .btn.only-icon:before,.pagination a.only-icon.highlight:before,._tasks .list-header .w-left .pagination a.only-icon:before,.pagination ._tasks .list-header .w-left a.only-icon:before,.goal-option .only-icon.highlight.expend-label:before,._tasks .list-header .w-left .goal-option .only-icon.expend-label:before,.goal-option ._tasks .list-header .w-left .only-icon.expend-label:before{color:#67308f}.form-group .btn.small,.form-group .pagination a.small,.pagination .form-group a.small,.form-group .goal-option .small.expend-label,.goal-option .form-group .small.expend-label{font-size:1em;font-weight:700;color:#fff;width:auto;height:2rem;padding:0 1rem}.btn.secondary,.pagination a.secondary,.goal-option .secondary.expend-label{background-color:#262626}.btn.icon,.btn.w-alert-banner:before,.liveDashboard .list-results thead .btn.w-alert-banner:before,._account_api .list-results thead .btn.w-alert-banner:before,.w-dialog.plus .btn.dialog-aside:after,.w-toast .btn.toast.plus:after,.w-time-period .dropdown .w-selection .btn.btn-period-clear:before,.w-time-period .dropdown .w-selection .btn.btn-filter:before,.w-time-period .dropdown .w-selection .btn.btn-period-edit:before,.block-filters .btn.btn-filter:before,.pagination a.icon,.pagination a.w-alert-banner:before,.pagination .liveDashboard .list-results thead a.w-alert-banner:before,.liveDashboard .list-results thead .pagination a.w-alert-banner:before,.pagination ._account_api .list-results thead a.w-alert-banner:before,._account_api .list-results thead .pagination a.w-alert-banner:before,.pagination .w-dialog.plus a.dialog-aside:after,.w-dialog.plus .pagination a.dialog-aside:after,.pagination .w-toast a.toast.plus:after,.w-toast .pagination a.toast.plus:after,.pagination .w-time-period .dropdown .w-selection a.btn-period-clear:before,.w-time-period .dropdown .w-selection .pagination a.btn-period-clear:before,.pagination .w-time-period .dropdown .w-selection a.btn-filter:before,.w-time-period .dropdown .w-selection .pagination a.btn-filter:before,.pagination .w-time-period .dropdown .w-selection a.btn-period-edit:before,.w-time-period .dropdown .w-selection .pagination a.btn-period-edit:before,.pagination .block-filters a.btn-filter:before,.block-filters .pagination a.btn-filter:before,.pagination .liveDashboard .list-results thead .block-filters a.btn-filter:before,.liveDashboard .list-results thead .block-filters .pagination a.btn-filter:before,.pagination .block-filters .liveDashboard .list-results thead a.btn-filter:before,.block-filters .liveDashboard .list-results thead .pagination a.btn-filter:before,.pagination ._account_api .list-results thead .block-filters a.btn-filter:before,._account_api .list-results thead .block-filters .pagination a.btn-filter:before,.pagination .block-filters ._account_api .list-results thead a.btn-filter:before,.block-filters ._account_api .list-results thead .pagination a.btn-filter:before,.toggleWrapper input.mobileToggle+label.btn,.list-results tbody span.btn.status,.list-results tbody td.is-running span.btn,.list-results tbody td.is-pending span.btn,.liveDashboard .list-results thead .btn.icon,.liveDashboard .list-results thead .btn.w-alert-banner:before,.liveDashboard .list-results thead .btn.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .btn.w-alert-banner:before,._account_api .liveDashboard .list-results thead .btn.w-alert-banner:before,.liveDashboard .list-results thead .w-dialog.plus .btn.dialog-aside:after,.w-dialog.plus .liveDashboard .list-results thead .btn.dialog-aside:after,.liveDashboard .list-results thead .w-toast .btn.toast.plus:after,.w-toast .liveDashboard .list-results thead .btn.toast.plus:after,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn.btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn.btn-period-clear:before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn.btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn.btn-filter:before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn.btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn.btn-period-edit:before,.liveDashboard .list-results thead .block-filters .btn.btn-filter:before,.block-filters .liveDashboard .list-results thead .btn.btn-filter:before,.liveDashboard .list-results thead .pagination a.icon,.liveDashboard .list-results thead .pagination a.w-alert-banner:before,.liveDashboard .list-results thead .pagination a.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .pagination a.w-alert-banner:before,._account_api .liveDashboard .list-results thead .pagination a.w-alert-banner:before,.liveDashboard .list-results thead .pagination .w-dialog.plus a.dialog-aside:after,.w-dialog.plus .liveDashboard .list-results thead .pagination a.dialog-aside:after,.liveDashboard .list-results thead .pagination .w-toast a.toast.plus:after,.w-toast .liveDashboard .list-results thead .pagination a.toast.plus:after,.liveDashboard .list-results thead .pagination .w-time-period .dropdown .w-selection a.btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .pagination a.btn-period-clear:before,.liveDashboard .list-results thead .pagination .w-time-period .dropdown .w-selection a.btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .pagination a.btn-filter:before,.liveDashboard .list-results thead .pagination .w-time-period .dropdown .w-selection a.btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .pagination a.btn-period-edit:before,.liveDashboard .list-results thead .pagination .block-filters a.btn-filter:before,.block-filters .liveDashboard .list-results thead .pagination a.btn-filter:before,.liveDashboard .list-results thead .pagination .block-filters a.btn-filter:before,.liveDashboard .list-results thead .block-filters .pagination a.btn-filter:before,.block-filters .liveDashboard .list-results thead .pagination a.btn-filter:before,.liveDashboard ._account_api .list-results thead .pagination .block-filters a.btn-filter:before,._account_api .liveDashboard .list-results thead .pagination .block-filters a.btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .pagination a.btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .pagination a.btn-filter:before,.liveDashboard .block-filters ._account_api .list-results thead .pagination a.btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .pagination a.btn-filter:before,.pagination .liveDashboard .list-results thead a.icon,.pagination .liveDashboard .list-results thead a.w-alert-banner:before,.pagination .liveDashboard .list-results thead a.w-alert-banner:before,.pagination .liveDashboard ._account_api .list-results thead a.w-alert-banner:before,._account_api .pagination .liveDashboard .list-results thead a.w-alert-banner:before,.pagination .liveDashboard .list-results thead .w-dialog.plus a.dialog-aside:after,.w-dialog.plus .pagination .liveDashboard .list-results thead a.dialog-aside:after,.pagination .liveDashboard .list-results thead .w-toast a.toast.plus:after,.w-toast .pagination .liveDashboard .list-results thead a.toast.plus:after,.pagination .liveDashboard .list-results thead .w-time-period .dropdown .w-selection a.btn-period-clear:before,.w-time-period .dropdown .w-selection .pagination .liveDashboard .list-results thead a.btn-period-clear:before,.pagination .liveDashboard .list-results thead .w-time-period .dropdown .w-selection a.btn-filter:before,.w-time-period .dropdown .w-selection .pagination .liveDashboard .list-results thead a.btn-filter:before,.pagination .liveDashboard .list-results thead .w-time-period .dropdown .w-selection a.btn-period-edit:before,.w-time-period .dropdown .w-selection .pagination .liveDashboard .list-results thead a.btn-period-edit:before,.pagination .liveDashboard .list-results thead .block-filters a.btn-filter:before,.block-filters .pagination .liveDashboard .list-results thead a.btn-filter:before,.pagination .liveDashboard .list-results thead .block-filters a.btn-filter:before,.pagination .block-filters .liveDashboard .list-results thead a.btn-filter:before,.block-filters .pagination .liveDashboard .list-results thead a.btn-filter:before,.pagination .liveDashboard ._account_api .list-results thead .block-filters a.btn-filter:before,._account_api .pagination .liveDashboard .list-results thead .block-filters a.btn-filter:before,.pagination .liveDashboard .block-filters ._account_api .list-results thead a.btn-filter:before,.block-filters ._account_api .pagination .liveDashboard .list-results thead a.btn-filter:before,.liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.btn,.toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label.btn,.liveDashboard .list-results thead tbody span.btn.status,.liveDashboard .list-results tbody thead span.btn.status,.liveDashboard .list-results thead tbody td.is-running span.btn,.liveDashboard .list-results tbody td.is-running thead span.btn,.liveDashboard .list-results thead tbody td.is-pending span.btn,.liveDashboard .list-results tbody td.is-pending thead span.btn,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .btn.dropdown-toggle:after,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .pagination a.dropdown-toggle:after,.pagination .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown a.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .btn.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .pagination a.dropdown-toggle:after,.pagination .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead a.dropdown-toggle:after,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .btn.filter,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .pagination a.filter,.pagination .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset a.filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .btn.filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .pagination a.filter,.pagination .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead a.filter,.liveDashboard .list-results thead .form-label.status span.btn,.liveDashboard .list-results thead .status.status-log span.btn,.liveDashboard .list-results thead .status.status-report-item span.btn,.liveDashboard .list-results thead .double-list dd.status span.btn,.double-list .liveDashboard .list-results thead dd.status span.btn,.liveDashboard .list-results thead .double-list dt.status span.btn,.double-list .liveDashboard .list-results thead dt.status span.btn,.liveDashboard .list-results thead .w-cards-container .w-card .status.title span.btn,.w-cards-container .w-card .liveDashboard .list-results thead .status.title span.btn,.liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.btn,.w-cards-container .w-card.centered .w-value .liveDashboard .list-results thead .status.label span.btn,.liveDashboard .list-results thead tbody tr.sublist .status.title span.btn,.liveDashboard .list-results tbody tr.sublist thead .status.title span.btn,.form-label.status .liveDashboard .list-results thead span.btn,.status.status-log .liveDashboard .list-results thead span.btn,.status.status-report-item .liveDashboard .list-results thead span.btn,.double-list dd.status .liveDashboard .list-results thead span.btn,.double-list dt.status .liveDashboard .list-results thead span.btn,.w-cards-container .w-card .status.title .liveDashboard .list-results thead span.btn,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.btn,.list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.btn,.liveDashboard .list-results thead .w-filters-selected label.status.small span.btn,.w-filters-selected label.status.small .liveDashboard .list-results thead span.btn,.liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.btn,.w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.btn,.liveDashboard .list-results thead .sub-header .w-form label.btn,.liveDashboard .list-results thead .sub-header .w-double-list label.btn,.sub-header .w-form .liveDashboard .list-results thead label.btn,.sub-header .w-double-list .liveDashboard .list-results thead label.btn,.liveDashboard .list-results thead .block-filters button.btn:after,.block-filters .liveDashboard .list-results thead button.btn:after,.liveDashboard .list-results thead .block-filters select.btn:after,.block-filters .liveDashboard .list-results thead select.btn:after,.liveDashboard .list-results thead .form-auto-list .btn.form-auto-item.is-user-is-inactive,.liveDashboard .list-results thead .form-auto-list .pagination a.form-auto-item.is-user-is-inactive,.pagination .liveDashboard .list-results thead .form-auto-list a.form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard .list-results thead .btn.form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard .list-results thead .pagination a.form-auto-item.is-user-is-inactive,.pagination .form-auto-list .liveDashboard .list-results thead a.form-auto-item.is-user-is-inactive,.liveDashboard .list-results thead .form-auto-list .btn.form-auto-item.is-user-is-active,.liveDashboard .list-results thead .form-auto-list .pagination a.form-auto-item.is-user-is-active,.pagination .liveDashboard .list-results thead .form-auto-list a.form-auto-item.is-user-is-active,.form-auto-list .liveDashboard .list-results thead .btn.form-auto-item.is-user-is-active,.form-auto-list .liveDashboard .list-results thead .pagination a.form-auto-item.is-user-is-active,.pagination .form-auto-list .liveDashboard .list-results thead a.form-auto-item.is-user-is-active,.liveDashboard .list-results thead .list-results-header .status.title span.btn,.list-results-header .status.title .liveDashboard .list-results thead span.btn,.liveDashboard .list-results thead tr span.btn,._account_api .list-results thead .btn.icon,._account_api .list-results thead .btn.w-alert-banner:before,._account_api .liveDashboard .list-results thead .btn.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .btn.w-alert-banner:before,._account_api .list-results thead .btn.w-alert-banner:before,._account_api .list-results thead .w-dialog.plus .btn.dialog-aside:after,.w-dialog.plus ._account_api .list-results thead .btn.dialog-aside:after,._account_api .list-results thead .w-toast .btn.toast.plus:after,.w-toast ._account_api .list-results thead .btn.toast.plus:after,._account_api .list-results thead .w-time-period .dropdown .w-selection .btn.btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .btn.btn-period-clear:before,._account_api .list-results thead .w-time-period .dropdown .w-selection .btn.btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .btn.btn-filter:before,._account_api .list-results thead .w-time-period .dropdown .w-selection .btn.btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .btn.btn-period-edit:before,._account_api .list-results thead .block-filters .btn.btn-filter:before,.block-filters ._account_api .list-results thead .btn.btn-filter:before,._account_api .list-results thead .pagination a.icon,._account_api .list-results thead .pagination a.w-alert-banner:before,._account_api .liveDashboard .list-results thead .pagination a.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .pagination a.w-alert-banner:before,._account_api .list-results thead .pagination a.w-alert-banner:before,._account_api .list-results thead .pagination .w-dialog.plus a.dialog-aside:after,.w-dialog.plus ._account_api .list-results thead .pagination a.dialog-aside:after,._account_api .list-results thead .pagination .w-toast a.toast.plus:after,.w-toast ._account_api .list-results thead .pagination a.toast.plus:after,._account_api .list-results thead .pagination .w-time-period .dropdown .w-selection a.btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .pagination a.btn-period-clear:before,._account_api .list-results thead .pagination .w-time-period .dropdown .w-selection a.btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .pagination a.btn-filter:before,._account_api .list-results thead .pagination .w-time-period .dropdown .w-selection a.btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .pagination a.btn-period-edit:before,._account_api .list-results thead .pagination .block-filters a.btn-filter:before,.block-filters ._account_api .list-results thead .pagination a.btn-filter:before,._account_api .liveDashboard .list-results thead .pagination .block-filters a.btn-filter:before,.liveDashboard ._account_api .list-results thead .pagination .block-filters a.btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .pagination a.btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .pagination a.btn-filter:before,._account_api .block-filters .liveDashboard .list-results thead .pagination a.btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .pagination a.btn-filter:before,._account_api .list-results thead .pagination .block-filters a.btn-filter:before,._account_api .list-results thead .block-filters .pagination a.btn-filter:before,.block-filters ._account_api .list-results thead .pagination a.btn-filter:before,.pagination ._account_api .list-results thead a.icon,.pagination ._account_api .list-results thead a.w-alert-banner:before,.pagination ._account_api .liveDashboard .list-results thead a.w-alert-banner:before,.liveDashboard .pagination ._account_api .list-results thead a.w-alert-banner:before,.pagination ._account_api .list-results thead a.w-alert-banner:before,.pagination ._account_api .list-results thead .w-dialog.plus a.dialog-aside:after,.w-dialog.plus .pagination ._account_api .list-results thead a.dialog-aside:after,.pagination ._account_api .list-results thead .w-toast a.toast.plus:after,.w-toast .pagination ._account_api .list-results thead a.toast.plus:after,.pagination ._account_api .list-results thead .w-time-period .dropdown .w-selection a.btn-period-clear:before,.w-time-period .dropdown .w-selection .pagination ._account_api .list-results thead a.btn-period-clear:before,.pagination ._account_api .list-results thead .w-time-period .dropdown .w-selection a.btn-filter:before,.w-time-period .dropdown .w-selection .pagination ._account_api .list-results thead a.btn-filter:before,.pagination ._account_api .list-results thead .w-time-period .dropdown .w-selection a.btn-period-edit:before,.w-time-period .dropdown .w-selection .pagination ._account_api .list-results thead a.btn-period-edit:before,.pagination ._account_api .list-results thead .block-filters a.btn-filter:before,.block-filters .pagination ._account_api .list-results thead a.btn-filter:before,.pagination ._account_api .liveDashboard .list-results thead .block-filters a.btn-filter:before,.liveDashboard .pagination ._account_api .list-results thead .block-filters a.btn-filter:before,.pagination ._account_api .block-filters .liveDashboard .list-results thead a.btn-filter:before,.block-filters .liveDashboard .pagination ._account_api .list-results thead a.btn-filter:before,.pagination ._account_api .list-results thead .block-filters a.btn-filter:before,.pagination .block-filters ._account_api .list-results thead a.btn-filter:before,.block-filters .pagination ._account_api .list-results thead a.btn-filter:before,._account_api .list-results thead .toggleWrapper input.mobileToggle+label.btn,.toggleWrapper ._account_api .list-results thead input.mobileToggle+label.btn,._account_api .list-results thead tbody span.btn.status,._account_api .list-results tbody thead span.btn.status,._account_api .list-results thead tbody td.is-running span.btn,._account_api .list-results tbody td.is-running thead span.btn,._account_api .list-results thead tbody td.is-pending span.btn,._account_api .list-results tbody td.is-pending thead span.btn,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .btn.dropdown-toggle:after,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .pagination a.dropdown-toggle:after,.pagination ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown a.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .btn.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .pagination a.dropdown-toggle:after,.pagination .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead a.dropdown-toggle:after,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .btn.filter,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .pagination a.filter,.pagination ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset a.filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .btn.filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .pagination a.filter,.pagination .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead a.filter,._account_api .list-results thead .form-label.status span.btn,._account_api .list-results thead .status.status-log span.btn,._account_api .list-results thead .status.status-report-item span.btn,._account_api .list-results thead .double-list dd.status span.btn,.double-list ._account_api .list-results thead dd.status span.btn,._account_api .list-results thead .double-list dt.status span.btn,.double-list ._account_api .list-results thead dt.status span.btn,._account_api .list-results thead .w-cards-container .w-card .status.title span.btn,.w-cards-container .w-card ._account_api .list-results thead .status.title span.btn,._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.btn,.w-cards-container .w-card.centered .w-value ._account_api .list-results thead .status.label span.btn,._account_api .list-results thead tbody tr.sublist .status.title span.btn,._account_api .list-results tbody tr.sublist thead .status.title span.btn,.form-label.status ._account_api .list-results thead span.btn,.status.status-log ._account_api .list-results thead span.btn,.status.status-report-item ._account_api .list-results thead span.btn,.double-list dd.status ._account_api .list-results thead span.btn,.double-list dt.status ._account_api .list-results thead span.btn,.w-cards-container .w-card .status.title ._account_api .list-results thead span.btn,.w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.btn,.list-results tbody tr.sublist .status.title ._account_api .list-results thead span.btn,._account_api .list-results thead .w-filters-selected label.status.small span.btn,.w-filters-selected label.status.small ._account_api .list-results thead span.btn,._account_api .list-results thead .w-filters-selected .status.btn-f-s span.btn,.w-filters-selected .status.btn-f-s ._account_api .list-results thead span.btn,._account_api .list-results thead .sub-header .w-form label.btn,._account_api .list-results thead .sub-header .w-double-list label.btn,.sub-header .w-form ._account_api .list-results thead label.btn,.sub-header .w-double-list ._account_api .list-results thead label.btn,._account_api .list-results thead .block-filters button.btn:after,.block-filters ._account_api .list-results thead button.btn:after,._account_api .list-results thead .block-filters select.btn:after,.block-filters ._account_api .list-results thead select.btn:after,._account_api .list-results thead .form-auto-list .btn.form-auto-item.is-user-is-inactive,._account_api .list-results thead .form-auto-list .pagination a.form-auto-item.is-user-is-inactive,.pagination ._account_api .list-results thead .form-auto-list a.form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .list-results thead .btn.form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .list-results thead .pagination a.form-auto-item.is-user-is-inactive,.pagination .form-auto-list ._account_api .list-results thead a.form-auto-item.is-user-is-inactive,._account_api .list-results thead .form-auto-list .btn.form-auto-item.is-user-is-active,._account_api .list-results thead .form-auto-list .pagination a.form-auto-item.is-user-is-active,.pagination ._account_api .list-results thead .form-auto-list a.form-auto-item.is-user-is-active,.form-auto-list ._account_api .list-results thead .btn.form-auto-item.is-user-is-active,.form-auto-list ._account_api .list-results thead .pagination a.form-auto-item.is-user-is-active,.pagination .form-auto-list ._account_api .list-results thead a.form-auto-item.is-user-is-active,._account_api .list-results thead .list-results-header .status.title span.btn,.list-results-header .status.title ._account_api .list-results thead span.btn,._account_api .list-results thead tr span.btn,.liveDashboard ._account_api .list-results thead .btn.icon,.liveDashboard ._account_api .list-results thead .btn.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .btn.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .btn.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-dialog.plus .btn.dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .btn.dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-toast .btn.toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .btn.toast.plus:after,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn.btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn.btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn.btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn.btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn.btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn.btn-period-edit:before,.liveDashboard ._account_api .list-results thead .block-filters .btn.btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .btn.btn-filter:before,.liveDashboard ._account_api .list-results thead .pagination a.icon,.liveDashboard ._account_api .list-results thead .pagination a.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .pagination a.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .pagination a.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .pagination .w-dialog.plus a.dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .pagination a.dialog-aside:after,.liveDashboard ._account_api .list-results thead .pagination .w-toast a.toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .pagination a.toast.plus:after,.liveDashboard ._account_api .list-results thead .pagination .w-time-period .dropdown .w-selection a.btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .pagination a.btn-period-clear:before,.liveDashboard ._account_api .list-results thead .pagination .w-time-period .dropdown .w-selection a.btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .pagination a.btn-filter:before,.liveDashboard ._account_api .list-results thead .pagination .w-time-period .dropdown .w-selection a.btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .pagination a.btn-period-edit:before,.liveDashboard ._account_api .list-results thead .pagination .block-filters a.btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .pagination a.btn-filter:before,.liveDashboard ._account_api .list-results thead .pagination .block-filters a.btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .pagination a.btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .pagination a.btn-filter:before,.liveDashboard ._account_api .list-results thead .pagination .block-filters a.btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .pagination a.btn-filter:before,.liveDashboard .block-filters ._account_api .list-results thead .pagination a.btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .pagination a.btn-filter:before,.pagination .liveDashboard ._account_api .list-results thead a.icon,.pagination .liveDashboard ._account_api .list-results thead a.w-alert-banner:before,.pagination .liveDashboard ._account_api .list-results thead a.w-alert-banner:before,.pagination .liveDashboard ._account_api .list-results thead a.w-alert-banner:before,.pagination .liveDashboard ._account_api .list-results thead .w-dialog.plus a.dialog-aside:after,.w-dialog.plus .pagination .liveDashboard ._account_api .list-results thead a.dialog-aside:after,.pagination .liveDashboard ._account_api .list-results thead .w-toast a.toast.plus:after,.w-toast .pagination .liveDashboard ._account_api .list-results thead a.toast.plus:after,.pagination .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection a.btn-period-clear:before,.w-time-period .dropdown .w-selection .pagination .liveDashboard ._account_api .list-results thead a.btn-period-clear:before,.pagination .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection a.btn-filter:before,.w-time-period .dropdown .w-selection .pagination .liveDashboard ._account_api .list-results thead a.btn-filter:before,.pagination .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection a.btn-period-edit:before,.w-time-period .dropdown .w-selection .pagination .liveDashboard ._account_api .list-results thead a.btn-period-edit:before,.pagination .liveDashboard ._account_api .list-results thead .block-filters a.btn-filter:before,.block-filters .pagination .liveDashboard ._account_api .list-results thead a.btn-filter:before,.pagination .liveDashboard ._account_api .list-results thead .block-filters a.btn-filter:before,.pagination .block-filters .liveDashboard ._account_api .list-results thead a.btn-filter:before,.block-filters .pagination .liveDashboard ._account_api .list-results thead a.btn-filter:before,.pagination .liveDashboard ._account_api .list-results thead .block-filters a.btn-filter:before,.pagination .liveDashboard .block-filters ._account_api .list-results thead a.btn-filter:before,.block-filters .pagination .liveDashboard ._account_api .list-results thead a.btn-filter:before,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label.btn,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label.btn,.liveDashboard ._account_api .list-results thead tbody span.btn.status,.liveDashboard ._account_api .list-results tbody thead span.btn.status,.liveDashboard ._account_api .list-results thead tbody td.is-running span.btn,.liveDashboard ._account_api .list-results tbody td.is-running thead span.btn,.liveDashboard ._account_api .list-results thead tbody td.is-pending span.btn,.liveDashboard ._account_api .list-results tbody td.is-pending thead span.btn,._account_api .liveDashboard .list-results thead .btn.icon,._account_api .liveDashboard .list-results thead .btn.w-alert-banner:before,._account_api .liveDashboard .list-results thead .btn.w-alert-banner:before,._account_api .liveDashboard .list-results thead .btn.w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-dialog.plus .btn.dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .btn.dialog-aside:after,._account_api .liveDashboard .list-results thead .w-toast .btn.toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .btn.toast.plus:after,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn.btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn.btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn.btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn.btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn.btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn.btn-period-edit:before,._account_api .liveDashboard .list-results thead .block-filters .btn.btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .btn.btn-filter:before,._account_api .liveDashboard .list-results thead .pagination a.icon,._account_api .liveDashboard .list-results thead .pagination a.w-alert-banner:before,._account_api .liveDashboard .list-results thead .pagination a.w-alert-banner:before,._account_api .liveDashboard .list-results thead .pagination a.w-alert-banner:before,._account_api .liveDashboard .list-results thead .pagination .w-dialog.plus a.dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .pagination a.dialog-aside:after,._account_api .liveDashboard .list-results thead .pagination .w-toast a.toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .pagination a.toast.plus:after,._account_api .liveDashboard .list-results thead .pagination .w-time-period .dropdown .w-selection a.btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .pagination a.btn-period-clear:before,._account_api .liveDashboard .list-results thead .pagination .w-time-period .dropdown .w-selection a.btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .pagination a.btn-filter:before,._account_api .liveDashboard .list-results thead .pagination .w-time-period .dropdown .w-selection a.btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .pagination a.btn-period-edit:before,._account_api .liveDashboard .list-results thead .pagination .block-filters a.btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .pagination a.btn-filter:before,._account_api .liveDashboard .list-results thead .pagination .block-filters a.btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .pagination a.btn-filter:before,._account_api .block-filters .liveDashboard .list-results thead .pagination a.btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .pagination a.btn-filter:before,._account_api .liveDashboard .list-results thead .pagination .block-filters a.btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .pagination a.btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .pagination a.btn-filter:before,.pagination ._account_api .liveDashboard .list-results thead a.icon,.pagination ._account_api .liveDashboard .list-results thead a.w-alert-banner:before,.pagination ._account_api .liveDashboard .list-results thead a.w-alert-banner:before,.pagination ._account_api .liveDashboard .list-results thead a.w-alert-banner:before,.pagination ._account_api .liveDashboard .list-results thead .w-dialog.plus a.dialog-aside:after,.w-dialog.plus .pagination ._account_api .liveDashboard .list-results thead a.dialog-aside:after,.pagination ._account_api .liveDashboard .list-results thead .w-toast a.toast.plus:after,.w-toast .pagination ._account_api .liveDashboard .list-results thead a.toast.plus:after,.pagination ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection a.btn-period-clear:before,.w-time-period .dropdown .w-selection .pagination ._account_api .liveDashboard .list-results thead a.btn-period-clear:before,.pagination ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection a.btn-filter:before,.w-time-period .dropdown .w-selection .pagination ._account_api .liveDashboard .list-results thead a.btn-filter:before,.pagination ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection a.btn-period-edit:before,.w-time-period .dropdown .w-selection .pagination ._account_api .liveDashboard .list-results thead a.btn-period-edit:before,.pagination ._account_api .liveDashboard .list-results thead .block-filters a.btn-filter:before,.block-filters .pagination ._account_api .liveDashboard .list-results thead a.btn-filter:before,.pagination ._account_api .liveDashboard .list-results thead .block-filters a.btn-filter:before,.pagination ._account_api .block-filters .liveDashboard .list-results thead a.btn-filter:before,.block-filters .pagination ._account_api .liveDashboard .list-results thead a.btn-filter:before,.pagination ._account_api .liveDashboard .list-results thead .block-filters a.btn-filter:before,.pagination .block-filters ._account_api .liveDashboard .list-results thead a.btn-filter:before,.block-filters .pagination ._account_api .liveDashboard .list-results thead a.btn-filter:before,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.btn,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label.btn,._account_api .liveDashboard .list-results thead tbody span.btn.status,._account_api .liveDashboard .list-results tbody thead span.btn.status,._account_api .liveDashboard .list-results thead tbody td.is-running span.btn,._account_api .liveDashboard .list-results tbody td.is-running thead span.btn,._account_api .liveDashboard .list-results thead tbody td.is-pending span.btn,._account_api .liveDashboard .list-results tbody td.is-pending thead span.btn,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .btn.dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .pagination a.dropdown-toggle:after,.pagination .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown a.dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .btn.dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .pagination a.dropdown-toggle:after,.pagination ._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown a.dropdown-toggle:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .btn.dropdown-toggle:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .pagination a.dropdown-toggle:after,.pagination .liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead a.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .btn.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .pagination a.dropdown-toggle:after,.pagination .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead a.dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .btn.filter,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .pagination a.filter,.pagination .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset a.filter,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .btn.filter,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .pagination a.filter,.pagination ._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset a.filter,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .btn.filter,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .pagination a.filter,.pagination .liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead a.filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .btn.filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .pagination a.filter,.pagination .w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead a.filter,.liveDashboard ._account_api .list-results thead .form-label.status span.btn,.liveDashboard ._account_api .list-results thead .status.status-log span.btn,.liveDashboard ._account_api .list-results thead .status.status-report-item span.btn,.liveDashboard ._account_api .list-results thead .double-list dd.status span.btn,.double-list .liveDashboard ._account_api .list-results thead dd.status span.btn,.liveDashboard ._account_api .list-results thead .double-list dt.status span.btn,.double-list .liveDashboard ._account_api .list-results thead dt.status span.btn,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span.btn,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title span.btn,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.btn,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label span.btn,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span.btn,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span.btn,._account_api .liveDashboard .list-results thead .form-label.status span.btn,._account_api .liveDashboard .list-results thead .status.status-log span.btn,._account_api .liveDashboard .list-results thead .status.status-report-item span.btn,._account_api .liveDashboard .list-results thead .double-list dd.status span.btn,.double-list ._account_api .liveDashboard .list-results thead dd.status span.btn,._account_api .liveDashboard .list-results thead .double-list dt.status span.btn,.double-list ._account_api .liveDashboard .list-results thead dt.status span.btn,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span.btn,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title span.btn,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.btn,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label span.btn,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span.btn,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span.btn,.liveDashboard .form-label.status ._account_api .list-results thead span.btn,.liveDashboard .status.status-log ._account_api .list-results thead span.btn,.liveDashboard .status.status-report-item ._account_api .list-results thead span.btn,.liveDashboard .double-list dd.status ._account_api .list-results thead span.btn,.double-list .liveDashboard dd.status ._account_api .list-results thead span.btn,.liveDashboard .double-list dt.status ._account_api .list-results thead span.btn,.double-list .liveDashboard dt.status ._account_api .list-results thead span.btn,.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span.btn,.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead span.btn,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.btn,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead span.btn,.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span.btn,.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead span.btn,.form-label.status ._account_api .liveDashboard .list-results thead span.btn,.status.status-log ._account_api .liveDashboard .list-results thead span.btn,.status.status-report-item ._account_api .liveDashboard .list-results thead span.btn,.double-list dd.status ._account_api .liveDashboard .list-results thead span.btn,.double-list dt.status ._account_api .liveDashboard .list-results thead span.btn,.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead span.btn,.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead span.btn,.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead span.btn,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span.btn,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span.btn,.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span.btn,.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead span.btn,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span.btn,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.btn,.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span.btn,.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead span.btn,.liveDashboard ._account_api .list-results thead .sub-header .w-form label.btn,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list label.btn,._account_api .liveDashboard .list-results thead .sub-header .w-form label.btn,._account_api .liveDashboard .list-results thead .sub-header .w-double-list label.btn,.liveDashboard .sub-header .w-form ._account_api .list-results thead label.btn,.liveDashboard .sub-header .w-double-list ._account_api .list-results thead label.btn,.sub-header .w-form ._account_api .liveDashboard .list-results thead label.btn,.sub-header .w-double-list ._account_api .liveDashboard .list-results thead label.btn,.liveDashboard ._account_api .list-results thead .block-filters button.btn:after,._account_api .liveDashboard .list-results thead .block-filters button.btn:after,.liveDashboard .block-filters ._account_api .list-results thead button.btn:after,.block-filters ._account_api .liveDashboard .list-results thead button.btn:after,.liveDashboard ._account_api .list-results thead .block-filters select.btn:after,._account_api .liveDashboard .list-results thead .block-filters select.btn:after,.liveDashboard .block-filters ._account_api .list-results thead select.btn:after,.block-filters ._account_api .liveDashboard .list-results thead select.btn:after,.liveDashboard ._account_api .list-results thead .form-auto-list .btn.form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .form-auto-list .pagination a.form-auto-item.is-user-is-inactive,.pagination .liveDashboard ._account_api .list-results thead .form-auto-list a.form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .form-auto-list .btn.form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .form-auto-list .pagination a.form-auto-item.is-user-is-inactive,.pagination ._account_api .liveDashboard .list-results thead .form-auto-list a.form-auto-item.is-user-is-inactive,.liveDashboard .form-auto-list ._account_api .list-results thead .btn.form-auto-item.is-user-is-inactive,.liveDashboard .form-auto-list ._account_api .list-results thead .pagination a.form-auto-item.is-user-is-inactive,.pagination .liveDashboard .form-auto-list ._account_api .list-results thead a.form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .liveDashboard .list-results thead .btn.form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .liveDashboard .list-results thead .pagination a.form-auto-item.is-user-is-inactive,.pagination .form-auto-list ._account_api .liveDashboard .list-results thead a.form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .form-auto-list .btn.form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .form-auto-list .pagination a.form-auto-item.is-user-is-active,.pagination .liveDashboard ._account_api .list-results thead .form-auto-list a.form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .form-auto-list .btn.form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .form-auto-list .pagination a.form-auto-item.is-user-is-active,.pagination ._account_api .liveDashboard .list-results thead .form-auto-list a.form-auto-item.is-user-is-active,.liveDashboard .form-auto-list ._account_api .list-results thead .btn.form-auto-item.is-user-is-active,.liveDashboard .form-auto-list ._account_api .list-results thead .pagination a.form-auto-item.is-user-is-active,.pagination .liveDashboard .form-auto-list ._account_api .list-results thead a.form-auto-item.is-user-is-active,.form-auto-list ._account_api .liveDashboard .list-results thead .btn.form-auto-item.is-user-is-active,.form-auto-list ._account_api .liveDashboard .list-results thead .pagination a.form-auto-item.is-user-is-active,.pagination .form-auto-list ._account_api .liveDashboard .list-results thead a.form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .list-results-header .status.title span.btn,._account_api .liveDashboard .list-results thead .list-results-header .status.title span.btn,.liveDashboard .list-results-header .status.title ._account_api .list-results thead span.btn,.list-results-header .status.title ._account_api .liveDashboard .list-results thead span.btn,.liveDashboard ._account_api .list-results thead tr span.btn,._account_api .liveDashboard .list-results thead tr span.btn,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .btn.dropdown-toggle:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .pagination a.dropdown-toggle:after,.pagination ._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead a.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .btn.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .pagination a.dropdown-toggle:after,.pagination .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead a.dropdown-toggle:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .btn.filter,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .pagination a.filter,.pagination ._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead a.filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .btn.filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .pagination a.filter,.pagination .w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead a.filter,._account_api .form-label.status .liveDashboard .list-results thead span.btn,._account_api .status.status-log .liveDashboard .list-results thead span.btn,._account_api .status.status-report-item .liveDashboard .list-results thead span.btn,._account_api .double-list dd.status .liveDashboard .list-results thead span.btn,.double-list ._account_api dd.status .liveDashboard .list-results thead span.btn,._account_api .double-list dt.status .liveDashboard .list-results thead span.btn,.double-list ._account_api dt.status .liveDashboard .list-results thead span.btn,._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span.btn,.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead span.btn,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.btn,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead span.btn,._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.btn,.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead span.btn,.form-label.status .liveDashboard ._account_api .list-results thead span.btn,.status.status-log .liveDashboard ._account_api .list-results thead span.btn,.status.status-report-item .liveDashboard ._account_api .list-results thead span.btn,.double-list dd.status .liveDashboard ._account_api .list-results thead span.btn,.double-list dt.status .liveDashboard ._account_api .list-results thead span.btn,.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead span.btn,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead span.btn,.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead span.btn,._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span.btn,.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead span.btn,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.btn,.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead span.btn,._account_api .sub-header .w-form .liveDashboard .list-results thead label.btn,._account_api .sub-header .w-double-list .liveDashboard .list-results thead label.btn,.sub-header .w-form .liveDashboard ._account_api .list-results thead label.btn,.sub-header .w-double-list .liveDashboard ._account_api .list-results thead label.btn,._account_api .block-filters .liveDashboard .list-results thead button.btn:after,.block-filters .liveDashboard ._account_api .list-results thead button.btn:after,._account_api .block-filters .liveDashboard .list-results thead select.btn:after,.block-filters .liveDashboard ._account_api .list-results thead select.btn:after,._account_api .form-auto-list .liveDashboard .list-results thead .btn.form-auto-item.is-user-is-inactive,._account_api .form-auto-list .liveDashboard .list-results thead .pagination a.form-auto-item.is-user-is-inactive,.pagination ._account_api .form-auto-list .liveDashboard .list-results thead a.form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard ._account_api .list-results thead .btn.form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard ._account_api .list-results thead .pagination a.form-auto-item.is-user-is-inactive,.pagination .form-auto-list .liveDashboard ._account_api .list-results thead a.form-auto-item.is-user-is-inactive,._account_api .form-auto-list .liveDashboard .list-results thead .btn.form-auto-item.is-user-is-active,._account_api .form-auto-list .liveDashboard .list-results thead .pagination a.form-auto-item.is-user-is-active,.pagination ._account_api .form-auto-list .liveDashboard .list-results thead a.form-auto-item.is-user-is-active,.form-auto-list .liveDashboard ._account_api .list-results thead .btn.form-auto-item.is-user-is-active,.form-auto-list .liveDashboard ._account_api .list-results thead .pagination a.form-auto-item.is-user-is-active,.pagination .form-auto-list .liveDashboard ._account_api .list-results thead a.form-auto-item.is-user-is-active,._account_api .list-results-header .status.title .liveDashboard .list-results thead span.btn,.list-results-header .status.title .liveDashboard ._account_api .list-results thead span.btn,.list-results thead tr span.btn,.goal-option .icon.expend-label,.goal-option .expend-label.w-alert-banner:before,.goal-option .liveDashboard .list-results thead .expend-label.w-alert-banner:before,.liveDashboard .list-results thead .goal-option .expend-label.w-alert-banner:before,.goal-option ._account_api .list-results thead .expend-label.w-alert-banner:before,._account_api .list-results thead .goal-option .expend-label.w-alert-banner:before,.goal-option .w-dialog.plus .expend-label.dialog-aside:after,.w-dialog.plus .goal-option .expend-label.dialog-aside:after,.goal-option .w-toast .expend-label.toast.plus:after,.w-toast .goal-option .expend-label.toast.plus:after,.goal-option .w-time-period .dropdown .w-selection .expend-label.btn-period-clear:before,.w-time-period .dropdown .w-selection .goal-option .expend-label.btn-period-clear:before,.goal-option .w-time-period .dropdown .w-selection .expend-label.btn-filter:before,.w-time-period .dropdown .w-selection .goal-option .expend-label.btn-filter:before,.goal-option .w-time-period .dropdown .w-selection .expend-label.btn-period-edit:before,.w-time-period .dropdown .w-selection .goal-option .expend-label.btn-period-edit:before,.goal-option .block-filters .expend-label.btn-filter:before,.block-filters .goal-option .expend-label.btn-filter:before,.goal-option .toggleWrapper input.mobileToggle+label.expend-label,.toggleWrapper .goal-option input.mobileToggle+label.expend-label,.goal-option .list-results tbody span.expend-label.status,.list-results tbody .goal-option span.expend-label.status,.goal-option .list-results tbody td.is-running span.expend-label,.list-results tbody td.is-running .goal-option span.expend-label,.goal-option .list-results tbody td.is-pending span.expend-label,.list-results tbody td.is-pending .goal-option span.expend-label,.goal-option .liveDashboard .list-results thead .expend-label.icon,.goal-option .liveDashboard .list-results thead .expend-label.w-alert-banner:before,.goal-option .liveDashboard .list-results thead .expend-label.w-alert-banner:before,.goal-option .liveDashboard ._account_api .list-results thead .expend-label.w-alert-banner:before,._account_api .goal-option .liveDashboard .list-results thead .expend-label.w-alert-banner:before,.goal-option .liveDashboard .list-results thead .w-dialog.plus .expend-label.dialog-aside:after,.w-dialog.plus .goal-option .liveDashboard .list-results thead .expend-label.dialog-aside:after,.goal-option .liveDashboard .list-results thead .w-toast .expend-label.toast.plus:after,.w-toast .goal-option .liveDashboard .list-results thead .expend-label.toast.plus:after,.goal-option .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .expend-label.btn-period-clear:before,.w-time-period .dropdown .w-selection .goal-option .liveDashboard .list-results thead .expend-label.btn-period-clear:before,.goal-option .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .expend-label.btn-filter:before,.w-time-period .dropdown .w-selection .goal-option .liveDashboard .list-results thead .expend-label.btn-filter:before,.goal-option .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .expend-label.btn-period-edit:before,.w-time-period .dropdown .w-selection .goal-option .liveDashboard .list-results thead .expend-label.btn-period-edit:before,.goal-option .liveDashboard .list-results thead .block-filters .expend-label.btn-filter:before,.block-filters .goal-option .liveDashboard .list-results thead .expend-label.btn-filter:before,.goal-option .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.expend-label,.toggleWrapper .goal-option .liveDashboard .list-results thead input.mobileToggle+label.expend-label,.goal-option .liveDashboard .list-results thead tbody span.expend-label.status,.goal-option .liveDashboard .list-results tbody thead span.expend-label.status,.goal-option .liveDashboard .list-results thead tbody td.is-running span.expend-label,.goal-option .liveDashboard .list-results tbody td.is-running thead span.expend-label,.goal-option .liveDashboard .list-results thead tbody td.is-pending span.expend-label,.goal-option .liveDashboard .list-results tbody td.is-pending thead span.expend-label,.liveDashboard .list-results thead .goal-option .expend-label.icon,.liveDashboard .list-results thead .goal-option .expend-label.w-alert-banner:before,.liveDashboard .list-results thead .goal-option .expend-label.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .goal-option .expend-label.w-alert-banner:before,._account_api .liveDashboard .list-results thead .goal-option .expend-label.w-alert-banner:before,.liveDashboard .list-results thead .goal-option .w-dialog.plus .expend-label.dialog-aside:after,.w-dialog.plus .liveDashboard .list-results thead .goal-option .expend-label.dialog-aside:after,.liveDashboard .list-results thead .goal-option .w-toast .expend-label.toast.plus:after,.w-toast .liveDashboard .list-results thead .goal-option .expend-label.toast.plus:after,.liveDashboard .list-results thead .goal-option .w-time-period .dropdown .w-selection .expend-label.btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .goal-option .expend-label.btn-period-clear:before,.liveDashboard .list-results thead .goal-option .w-time-period .dropdown .w-selection .expend-label.btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .goal-option .expend-label.btn-filter:before,.liveDashboard .list-results thead .goal-option .w-time-period .dropdown .w-selection .expend-label.btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .goal-option .expend-label.btn-period-edit:before,.liveDashboard .list-results thead .goal-option .block-filters .expend-label.btn-filter:before,.block-filters .liveDashboard .list-results thead .goal-option .expend-label.btn-filter:before,.liveDashboard .list-results thead .goal-option .toggleWrapper input.mobileToggle+label.expend-label,.toggleWrapper .liveDashboard .list-results thead .goal-option input.mobileToggle+label.expend-label,.liveDashboard .list-results thead .goal-option tbody span.expend-label.status,.liveDashboard .list-results tbody thead .goal-option span.expend-label.status,.liveDashboard .list-results thead .goal-option tbody td.is-running span.expend-label,.liveDashboard .list-results tbody td.is-running thead .goal-option span.expend-label,.liveDashboard .list-results thead .goal-option tbody td.is-pending span.expend-label,.liveDashboard .list-results tbody td.is-pending thead .goal-option span.expend-label,.goal-option .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .expend-label.dropdown-toggle:after,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .goal-option .expend-label.dropdown-toggle:after,.goal-option .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .expend-label.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .goal-option .expend-label.dropdown-toggle:after,.goal-option .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .expend-label.filter,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .goal-option .expend-label.filter,.goal-option .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .expend-label.filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .goal-option .expend-label.filter,.goal-option .liveDashboard .list-results thead .form-label.status span.expend-label,.goal-option .liveDashboard .list-results thead .status.status-log span.expend-label,.goal-option .liveDashboard .list-results thead .status.status-report-item span.expend-label,.goal-option .liveDashboard .list-results thead .double-list dd.status span.expend-label,.double-list .goal-option .liveDashboard .list-results thead dd.status span.expend-label,.goal-option .liveDashboard .list-results thead .double-list dt.status span.expend-label,.double-list .goal-option .liveDashboard .list-results thead dt.status span.expend-label,.goal-option .liveDashboard .list-results thead .w-cards-container .w-card .status.title span.expend-label,.w-cards-container .w-card .goal-option .liveDashboard .list-results thead .status.title span.expend-label,.goal-option .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.expend-label,.w-cards-container .w-card.centered .w-value .goal-option .liveDashboard .list-results thead .status.label span.expend-label,.goal-option .liveDashboard .list-results thead tbody tr.sublist .status.title span.expend-label,.goal-option .liveDashboard .list-results tbody tr.sublist thead .status.title span.expend-label,.liveDashboard .list-results thead .form-label.status .goal-option span.expend-label,.liveDashboard .list-results thead .status.status-log .goal-option span.expend-label,.liveDashboard .list-results thead .status.status-report-item .goal-option span.expend-label,.liveDashboard .list-results thead .double-list dd.status .goal-option span.expend-label,.double-list .liveDashboard .list-results thead dd.status .goal-option span.expend-label,.liveDashboard .list-results thead .double-list dt.status .goal-option span.expend-label,.double-list .liveDashboard .list-results thead dt.status .goal-option span.expend-label,.liveDashboard .list-results thead .w-cards-container .w-card .status.title .goal-option span.expend-label,.w-cards-container .w-card .liveDashboard .list-results thead .status.title .goal-option span.expend-label,.liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .goal-option span.expend-label,.w-cards-container .w-card.centered .w-value .liveDashboard .list-results thead .status.label .goal-option span.expend-label,.liveDashboard .list-results thead tbody tr.sublist .status.title .goal-option span.expend-label,.liveDashboard .list-results tbody tr.sublist thead .status.title .goal-option span.expend-label,.goal-option .form-label.status .liveDashboard .list-results thead span.expend-label,.goal-option .status.status-log .liveDashboard .list-results thead span.expend-label,.goal-option .status.status-report-item .liveDashboard .list-results thead span.expend-label,.goal-option .double-list dd.status .liveDashboard .list-results thead span.expend-label,.double-list .goal-option dd.status .liveDashboard .list-results thead span.expend-label,.goal-option .double-list dt.status .liveDashboard .list-results thead span.expend-label,.double-list .goal-option dt.status .liveDashboard .list-results thead span.expend-label,.goal-option .w-cards-container .w-card .status.title .liveDashboard .list-results thead span.expend-label,.w-cards-container .w-card .goal-option .status.title .liveDashboard .list-results thead span.expend-label,.goal-option .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.expend-label,.w-cards-container .w-card.centered .w-value .goal-option .status.label .liveDashboard .list-results thead span.expend-label,.goal-option .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.expend-label,.list-results tbody tr.sublist .goal-option .status.title .liveDashboard .list-results thead span.expend-label,.form-label.status .liveDashboard .list-results thead .goal-option span.expend-label,.status.status-log .liveDashboard .list-results thead .goal-option span.expend-label,.status.status-report-item .liveDashboard .list-results thead .goal-option span.expend-label,.double-list dd.status .liveDashboard .list-results thead .goal-option span.expend-label,.double-list dt.status .liveDashboard .list-results thead .goal-option span.expend-label,.w-cards-container .w-card .status.title .liveDashboard .list-results thead .goal-option span.expend-label,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead .goal-option span.expend-label,.list-results tbody tr.sublist .status.title .liveDashboard .list-results thead .goal-option span.expend-label,.goal-option .liveDashboard .list-results thead .w-filters-selected label.status.small span.expend-label,.liveDashboard .list-results thead .w-filters-selected label.status.small .goal-option span.expend-label,.goal-option .w-filters-selected label.status.small .liveDashboard .list-results thead span.expend-label,.w-filters-selected label.status.small .liveDashboard .list-results thead .goal-option span.expend-label,.goal-option .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.expend-label,.liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .goal-option span.expend-label,.goal-option .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.expend-label,.w-filters-selected .status.btn-f-s .liveDashboard .list-results thead .goal-option span.expend-label,.goal-option .liveDashboard .list-results thead .sub-header .w-form label.expend-label,.goal-option .liveDashboard .list-results thead .sub-header .w-double-list label.expend-label,.liveDashboard .list-results thead .sub-header .w-form .goal-option label.expend-label,.liveDashboard .list-results thead .sub-header .w-double-list .goal-option label.expend-label,.goal-option .sub-header .w-form .liveDashboard .list-results thead label.expend-label,.goal-option .sub-header .w-double-list .liveDashboard .list-results thead label.expend-label,.sub-header .w-form .liveDashboard .list-results thead .goal-option label.expend-label,.sub-header .w-double-list .liveDashboard .list-results thead .goal-option label.expend-label,.goal-option .liveDashboard .list-results thead .block-filters button.expend-label:after,.liveDashboard .list-results thead .block-filters .goal-option button.expend-label:after,.goal-option .block-filters .liveDashboard .list-results thead button.expend-label:after,.block-filters .liveDashboard .list-results thead .goal-option button.expend-label:after,.goal-option .liveDashboard .list-results thead .block-filters select.expend-label:after,.liveDashboard .list-results thead .block-filters .goal-option select.expend-label:after,.goal-option .block-filters .liveDashboard .list-results thead select.expend-label:after,.block-filters .liveDashboard .list-results thead .goal-option select.expend-label:after,.goal-option .liveDashboard .list-results thead .form-auto-list .expend-label.form-auto-item.is-user-is-inactive,.liveDashboard .list-results thead .form-auto-list .goal-option .expend-label.form-auto-item.is-user-is-inactive,.goal-option .form-auto-list .liveDashboard .list-results thead .expend-label.form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard .list-results thead .goal-option .expend-label.form-auto-item.is-user-is-inactive,.goal-option .liveDashboard .list-results thead .form-auto-list .expend-label.form-auto-item.is-user-is-active,.liveDashboard .list-results thead .form-auto-list .goal-option .expend-label.form-auto-item.is-user-is-active,.goal-option .form-auto-list .liveDashboard .list-results thead .expend-label.form-auto-item.is-user-is-active,.form-auto-list .liveDashboard .list-results thead .goal-option .expend-label.form-auto-item.is-user-is-active,.goal-option .liveDashboard .list-results thead .list-results-header .status.title span.expend-label,.liveDashboard .list-results thead .list-results-header .status.title .goal-option span.expend-label,.goal-option .list-results-header .status.title .liveDashboard .list-results thead span.expend-label,.list-results-header .status.title .liveDashboard .list-results thead .goal-option span.expend-label,.goal-option .liveDashboard .list-results thead tr span.expend-label,.liveDashboard .list-results thead tr .goal-option span.expend-label,.goal-option ._account_api .list-results thead .expend-label.icon,.goal-option ._account_api .list-results thead .expend-label.w-alert-banner:before,.goal-option ._account_api .liveDashboard .list-results thead .expend-label.w-alert-banner:before,.liveDashboard .goal-option ._account_api .list-results thead .expend-label.w-alert-banner:before,.goal-option ._account_api .list-results thead .expend-label.w-alert-banner:before,.goal-option ._account_api .list-results thead .w-dialog.plus .expend-label.dialog-aside:after,.w-dialog.plus .goal-option ._account_api .list-results thead .expend-label.dialog-aside:after,.goal-option ._account_api .list-results thead .w-toast .expend-label.toast.plus:after,.w-toast .goal-option ._account_api .list-results thead .expend-label.toast.plus:after,.goal-option ._account_api .list-results thead .w-time-period .dropdown .w-selection .expend-label.btn-period-clear:before,.w-time-period .dropdown .w-selection .goal-option ._account_api .list-results thead .expend-label.btn-period-clear:before,.goal-option ._account_api .list-results thead .w-time-period .dropdown .w-selection .expend-label.btn-filter:before,.w-time-period .dropdown .w-selection .goal-option ._account_api .list-results thead .expend-label.btn-filter:before,.goal-option ._account_api .list-results thead .w-time-period .dropdown .w-selection .expend-label.btn-period-edit:before,.w-time-period .dropdown .w-selection .goal-option ._account_api .list-results thead .expend-label.btn-period-edit:before,.goal-option ._account_api .list-results thead .block-filters .expend-label.btn-filter:before,.block-filters .goal-option ._account_api .list-results thead .expend-label.btn-filter:before,.goal-option ._account_api .list-results thead .toggleWrapper input.mobileToggle+label.expend-label,.toggleWrapper .goal-option ._account_api .list-results thead input.mobileToggle+label.expend-label,.goal-option ._account_api .list-results thead tbody span.expend-label.status,.goal-option ._account_api .list-results tbody thead span.expend-label.status,.goal-option ._account_api .list-results thead tbody td.is-running span.expend-label,.goal-option ._account_api .list-results tbody td.is-running thead span.expend-label,.goal-option ._account_api .list-results thead tbody td.is-pending span.expend-label,.goal-option ._account_api .list-results tbody td.is-pending thead span.expend-label,._account_api .list-results thead .goal-option .expend-label.icon,._account_api .list-results thead .goal-option .expend-label.w-alert-banner:before,._account_api .liveDashboard .list-results thead .goal-option .expend-label.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .goal-option .expend-label.w-alert-banner:before,._account_api .list-results thead .goal-option .expend-label.w-alert-banner:before,._account_api .list-results thead .goal-option .w-dialog.plus .expend-label.dialog-aside:after,.w-dialog.plus ._account_api .list-results thead .goal-option .expend-label.dialog-aside:after,._account_api .list-results thead .goal-option .w-toast .expend-label.toast.plus:after,.w-toast ._account_api .list-results thead .goal-option .expend-label.toast.plus:after,._account_api .list-results thead .goal-option .w-time-period .dropdown .w-selection .expend-label.btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .goal-option .expend-label.btn-period-clear:before,._account_api .list-results thead .goal-option .w-time-period .dropdown .w-selection .expend-label.btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .goal-option .expend-label.btn-filter:before,._account_api .list-results thead .goal-option .w-time-period .dropdown .w-selection .expend-label.btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .goal-option .expend-label.btn-period-edit:before,._account_api .list-results thead .goal-option .block-filters .expend-label.btn-filter:before,.block-filters ._account_api .list-results thead .goal-option .expend-label.btn-filter:before,._account_api .list-results thead .goal-option .toggleWrapper input.mobileToggle+label.expend-label,.toggleWrapper ._account_api .list-results thead .goal-option input.mobileToggle+label.expend-label,._account_api .list-results thead .goal-option tbody span.expend-label.status,._account_api .list-results tbody thead .goal-option span.expend-label.status,._account_api .list-results thead .goal-option tbody td.is-running span.expend-label,._account_api .list-results tbody td.is-running thead .goal-option span.expend-label,._account_api .list-results thead .goal-option tbody td.is-pending span.expend-label,._account_api .list-results tbody td.is-pending thead .goal-option span.expend-label,.goal-option ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .expend-label.dropdown-toggle:after,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .goal-option .expend-label.dropdown-toggle:after,.goal-option .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .expend-label.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .goal-option .expend-label.dropdown-toggle:after,.goal-option ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .expend-label.filter,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .goal-option .expend-label.filter,.goal-option .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .expend-label.filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .goal-option .expend-label.filter,.goal-option ._account_api .list-results thead .form-label.status span.expend-label,.goal-option ._account_api .list-results thead .status.status-log span.expend-label,.goal-option ._account_api .list-results thead .status.status-report-item span.expend-label,.goal-option ._account_api .list-results thead .double-list dd.status span.expend-label,.double-list .goal-option ._account_api .list-results thead dd.status span.expend-label,.goal-option ._account_api .list-results thead .double-list dt.status span.expend-label,.double-list .goal-option ._account_api .list-results thead dt.status span.expend-label,.goal-option ._account_api .list-results thead .w-cards-container .w-card .status.title span.expend-label,.w-cards-container .w-card .goal-option ._account_api .list-results thead .status.title span.expend-label,.goal-option ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.expend-label,.w-cards-container .w-card.centered .w-value .goal-option ._account_api .list-results thead .status.label span.expend-label,.goal-option ._account_api .list-results thead tbody tr.sublist .status.title span.expend-label,.goal-option ._account_api .list-results tbody tr.sublist thead .status.title span.expend-label,._account_api .list-results thead .form-label.status .goal-option span.expend-label,._account_api .list-results thead .status.status-log .goal-option span.expend-label,._account_api .list-results thead .status.status-report-item .goal-option span.expend-label,._account_api .list-results thead .double-list dd.status .goal-option span.expend-label,.double-list ._account_api .list-results thead dd.status .goal-option span.expend-label,._account_api .list-results thead .double-list dt.status .goal-option span.expend-label,.double-list ._account_api .list-results thead dt.status .goal-option span.expend-label,._account_api .list-results thead .w-cards-container .w-card .status.title .goal-option span.expend-label,.w-cards-container .w-card ._account_api .list-results thead .status.title .goal-option span.expend-label,._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .goal-option span.expend-label,.w-cards-container .w-card.centered .w-value ._account_api .list-results thead .status.label .goal-option span.expend-label,._account_api .list-results thead tbody tr.sublist .status.title .goal-option span.expend-label,._account_api .list-results tbody tr.sublist thead .status.title .goal-option span.expend-label,.goal-option .form-label.status ._account_api .list-results thead span.expend-label,.goal-option .status.status-log ._account_api .list-results thead span.expend-label,.goal-option .status.status-report-item ._account_api .list-results thead span.expend-label,.goal-option .double-list dd.status ._account_api .list-results thead span.expend-label,.double-list .goal-option dd.status ._account_api .list-results thead span.expend-label,.goal-option .double-list dt.status ._account_api .list-results thead span.expend-label,.double-list .goal-option dt.status ._account_api .list-results thead span.expend-label,.goal-option .w-cards-container .w-card .status.title ._account_api .list-results thead span.expend-label,.w-cards-container .w-card .goal-option .status.title ._account_api .list-results thead span.expend-label,.goal-option .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.expend-label,.w-cards-container .w-card.centered .w-value .goal-option .status.label ._account_api .list-results thead span.expend-label,.goal-option .list-results tbody tr.sublist .status.title ._account_api .list-results thead span.expend-label,.list-results tbody tr.sublist .goal-option .status.title ._account_api .list-results thead span.expend-label,.form-label.status ._account_api .list-results thead .goal-option span.expend-label,.status.status-log ._account_api .list-results thead .goal-option span.expend-label,.status.status-report-item ._account_api .list-results thead .goal-option span.expend-label,.double-list dd.status ._account_api .list-results thead .goal-option span.expend-label,.double-list dt.status ._account_api .list-results thead .goal-option span.expend-label,.w-cards-container .w-card .status.title ._account_api .list-results thead .goal-option span.expend-label,.w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead .goal-option span.expend-label,.list-results tbody tr.sublist .status.title ._account_api .list-results thead .goal-option span.expend-label,.goal-option ._account_api .list-results thead .w-filters-selected label.status.small span.expend-label,._account_api .list-results thead .w-filters-selected label.status.small .goal-option span.expend-label,.goal-option .w-filters-selected label.status.small ._account_api .list-results thead span.expend-label,.w-filters-selected label.status.small ._account_api .list-results thead .goal-option span.expend-label,.goal-option ._account_api .list-results thead .w-filters-selected .status.btn-f-s span.expend-label,._account_api .list-results thead .w-filters-selected .status.btn-f-s .goal-option span.expend-label,.goal-option .w-filters-selected .status.btn-f-s ._account_api .list-results thead span.expend-label,.w-filters-selected .status.btn-f-s ._account_api .list-results thead .goal-option span.expend-label,.goal-option ._account_api .list-results thead .sub-header .w-form label.expend-label,.goal-option ._account_api .list-results thead .sub-header .w-double-list label.expend-label,._account_api .list-results thead .sub-header .w-form .goal-option label.expend-label,._account_api .list-results thead .sub-header .w-double-list .goal-option label.expend-label,.goal-option .sub-header .w-form ._account_api .list-results thead label.expend-label,.goal-option .sub-header .w-double-list ._account_api .list-results thead label.expend-label,.sub-header .w-form ._account_api .list-results thead .goal-option label.expend-label,.sub-header .w-double-list ._account_api .list-results thead .goal-option label.expend-label,.goal-option ._account_api .list-results thead .block-filters button.expend-label:after,._account_api .list-results thead .block-filters .goal-option button.expend-label:after,.goal-option .block-filters ._account_api .list-results thead button.expend-label:after,.block-filters ._account_api .list-results thead .goal-option button.expend-label:after,.goal-option ._account_api .list-results thead .block-filters select.expend-label:after,._account_api .list-results thead .block-filters .goal-option select.expend-label:after,.goal-option .block-filters ._account_api .list-results thead select.expend-label:after,.block-filters ._account_api .list-results thead .goal-option select.expend-label:after,.goal-option ._account_api .list-results thead .form-auto-list .expend-label.form-auto-item.is-user-is-inactive,._account_api .list-results thead .form-auto-list .goal-option .expend-label.form-auto-item.is-user-is-inactive,.goal-option .form-auto-list ._account_api .list-results thead .expend-label.form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .list-results thead .goal-option .expend-label.form-auto-item.is-user-is-inactive,.goal-option ._account_api .list-results thead .form-auto-list .expend-label.form-auto-item.is-user-is-active,._account_api .list-results thead .form-auto-list .goal-option .expend-label.form-auto-item.is-user-is-active,.goal-option .form-auto-list ._account_api .list-results thead .expend-label.form-auto-item.is-user-is-active,.form-auto-list ._account_api .list-results thead .goal-option .expend-label.form-auto-item.is-user-is-active,.goal-option ._account_api .list-results thead .list-results-header .status.title span.expend-label,._account_api .list-results thead .list-results-header .status.title .goal-option span.expend-label,.goal-option .list-results-header .status.title ._account_api .list-results thead span.expend-label,.list-results-header .status.title ._account_api .list-results thead .goal-option span.expend-label,.goal-option ._account_api .list-results thead tr span.expend-label,._account_api .list-results thead tr .goal-option span.expend-label,.goal-option .liveDashboard ._account_api .list-results thead .expend-label.icon,.goal-option .liveDashboard ._account_api .list-results thead .expend-label.w-alert-banner:before,.goal-option .liveDashboard ._account_api .list-results thead .expend-label.w-alert-banner:before,.goal-option .liveDashboard ._account_api .list-results thead .expend-label.w-alert-banner:before,.goal-option .liveDashboard ._account_api .list-results thead .w-dialog.plus .expend-label.dialog-aside:after,.w-dialog.plus .goal-option .liveDashboard ._account_api .list-results thead .expend-label.dialog-aside:after,.goal-option .liveDashboard ._account_api .list-results thead .w-toast .expend-label.toast.plus:after,.w-toast .goal-option .liveDashboard ._account_api .list-results thead .expend-label.toast.plus:after,.goal-option .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .expend-label.btn-period-clear:before,.w-time-period .dropdown .w-selection .goal-option .liveDashboard ._account_api .list-results thead .expend-label.btn-period-clear:before,.goal-option .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .expend-label.btn-filter:before,.w-time-period .dropdown .w-selection .goal-option .liveDashboard ._account_api .list-results thead .expend-label.btn-filter:before,.goal-option .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .expend-label.btn-period-edit:before,.w-time-period .dropdown .w-selection .goal-option .liveDashboard ._account_api .list-results thead .expend-label.btn-period-edit:before,.goal-option .liveDashboard ._account_api .list-results thead .block-filters .expend-label.btn-filter:before,.block-filters .goal-option .liveDashboard ._account_api .list-results thead .expend-label.btn-filter:before,.goal-option .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label.expend-label,.toggleWrapper .goal-option .liveDashboard ._account_api .list-results thead input.mobileToggle+label.expend-label,.goal-option .liveDashboard ._account_api .list-results thead tbody span.expend-label.status,.goal-option .liveDashboard ._account_api .list-results tbody thead span.expend-label.status,.goal-option .liveDashboard ._account_api .list-results thead tbody td.is-running span.expend-label,.goal-option .liveDashboard ._account_api .list-results tbody td.is-running thead span.expend-label,.goal-option .liveDashboard ._account_api .list-results thead tbody td.is-pending span.expend-label,.goal-option .liveDashboard ._account_api .list-results tbody td.is-pending thead span.expend-label,.liveDashboard ._account_api .list-results thead .goal-option .expend-label.icon,.liveDashboard ._account_api .list-results thead .goal-option .expend-label.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .goal-option .expend-label.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .goal-option .expend-label.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .goal-option .w-dialog.plus .expend-label.dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .goal-option .expend-label.dialog-aside:after,.liveDashboard ._account_api .list-results thead .goal-option .w-toast .expend-label.toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .goal-option .expend-label.toast.plus:after,.liveDashboard ._account_api .list-results thead .goal-option .w-time-period .dropdown .w-selection .expend-label.btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .goal-option .expend-label.btn-period-clear:before,.liveDashboard ._account_api .list-results thead .goal-option .w-time-period .dropdown .w-selection .expend-label.btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .goal-option .expend-label.btn-filter:before,.liveDashboard ._account_api .list-results thead .goal-option .w-time-period .dropdown .w-selection .expend-label.btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .goal-option .expend-label.btn-period-edit:before,.liveDashboard ._account_api .list-results thead .goal-option .block-filters .expend-label.btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .goal-option .expend-label.btn-filter:before,.liveDashboard ._account_api .list-results thead .goal-option .toggleWrapper input.mobileToggle+label.expend-label,.toggleWrapper .liveDashboard ._account_api .list-results thead .goal-option input.mobileToggle+label.expend-label,.liveDashboard ._account_api .list-results thead .goal-option tbody span.expend-label.status,.liveDashboard ._account_api .list-results tbody thead .goal-option span.expend-label.status,.liveDashboard ._account_api .list-results thead .goal-option tbody td.is-running span.expend-label,.liveDashboard ._account_api .list-results tbody td.is-running thead .goal-option span.expend-label,.liveDashboard ._account_api .list-results thead .goal-option tbody td.is-pending span.expend-label,.liveDashboard ._account_api .list-results tbody td.is-pending thead .goal-option span.expend-label,.goal-option ._account_api .liveDashboard .list-results thead .expend-label.icon,.goal-option ._account_api .liveDashboard .list-results thead .expend-label.w-alert-banner:before,.goal-option ._account_api .liveDashboard .list-results thead .expend-label.w-alert-banner:before,.goal-option ._account_api .liveDashboard .list-results thead .expend-label.w-alert-banner:before,.goal-option ._account_api .liveDashboard .list-results thead .w-dialog.plus .expend-label.dialog-aside:after,.w-dialog.plus .goal-option ._account_api .liveDashboard .list-results thead .expend-label.dialog-aside:after,.goal-option ._account_api .liveDashboard .list-results thead .w-toast .expend-label.toast.plus:after,.w-toast .goal-option ._account_api .liveDashboard .list-results thead .expend-label.toast.plus:after,.goal-option ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .expend-label.btn-period-clear:before,.w-time-period .dropdown .w-selection .goal-option ._account_api .liveDashboard .list-results thead .expend-label.btn-period-clear:before,.goal-option ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .expend-label.btn-filter:before,.w-time-period .dropdown .w-selection .goal-option ._account_api .liveDashboard .list-results thead .expend-label.btn-filter:before,.goal-option ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .expend-label.btn-period-edit:before,.w-time-period .dropdown .w-selection .goal-option ._account_api .liveDashboard .list-results thead .expend-label.btn-period-edit:before,.goal-option ._account_api .liveDashboard .list-results thead .block-filters .expend-label.btn-filter:before,.block-filters .goal-option ._account_api .liveDashboard .list-results thead .expend-label.btn-filter:before,.goal-option ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.expend-label,.toggleWrapper .goal-option ._account_api .liveDashboard .list-results thead input.mobileToggle+label.expend-label,.goal-option ._account_api .liveDashboard .list-results thead tbody span.expend-label.status,.goal-option ._account_api .liveDashboard .list-results tbody thead span.expend-label.status,.goal-option ._account_api .liveDashboard .list-results thead tbody td.is-running span.expend-label,.goal-option ._account_api .liveDashboard .list-results tbody td.is-running thead span.expend-label,.goal-option ._account_api .liveDashboard .list-results thead tbody td.is-pending span.expend-label,.goal-option ._account_api .liveDashboard .list-results tbody td.is-pending thead span.expend-label,._account_api .liveDashboard .list-results thead .goal-option .expend-label.icon,._account_api .liveDashboard .list-results thead .goal-option .expend-label.w-alert-banner:before,._account_api .liveDashboard .list-results thead .goal-option .expend-label.w-alert-banner:before,._account_api .liveDashboard .list-results thead .goal-option .expend-label.w-alert-banner:before,._account_api .liveDashboard .list-results thead .goal-option .w-dialog.plus .expend-label.dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .goal-option .expend-label.dialog-aside:after,._account_api .liveDashboard .list-results thead .goal-option .w-toast .expend-label.toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .goal-option .expend-label.toast.plus:after,._account_api .liveDashboard .list-results thead .goal-option .w-time-period .dropdown .w-selection .expend-label.btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .goal-option .expend-label.btn-period-clear:before,._account_api .liveDashboard .list-results thead .goal-option .w-time-period .dropdown .w-selection .expend-label.btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .goal-option .expend-label.btn-filter:before,._account_api .liveDashboard .list-results thead .goal-option .w-time-period .dropdown .w-selection .expend-label.btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .goal-option .expend-label.btn-period-edit:before,._account_api .liveDashboard .list-results thead .goal-option .block-filters .expend-label.btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .goal-option .expend-label.btn-filter:before,._account_api .liveDashboard .list-results thead .goal-option .toggleWrapper input.mobileToggle+label.expend-label,.toggleWrapper ._account_api .liveDashboard .list-results thead .goal-option input.mobileToggle+label.expend-label,._account_api .liveDashboard .list-results thead .goal-option tbody span.expend-label.status,._account_api .liveDashboard .list-results tbody thead .goal-option span.expend-label.status,._account_api .liveDashboard .list-results thead .goal-option tbody td.is-running span.expend-label,._account_api .liveDashboard .list-results tbody td.is-running thead .goal-option span.expend-label,._account_api .liveDashboard .list-results thead .goal-option tbody td.is-pending span.expend-label,._account_api .liveDashboard .list-results tbody td.is-pending thead .goal-option span.expend-label,.goal-option .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .expend-label.dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .goal-option .expend-label.dropdown-toggle:after,.goal-option ._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .expend-label.dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .goal-option .expend-label.dropdown-toggle:after,.goal-option .liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .expend-label.dropdown-toggle:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .goal-option .expend-label.dropdown-toggle:after,.goal-option .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .expend-label.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .goal-option .expend-label.dropdown-toggle:after,.goal-option .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .expend-label.filter,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .goal-option .expend-label.filter,.goal-option ._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .expend-label.filter,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .goal-option .expend-label.filter,.goal-option .liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .expend-label.filter,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .goal-option .expend-label.filter,.goal-option .w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .expend-label.filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .goal-option .expend-label.filter,.goal-option .liveDashboard ._account_api .list-results thead .form-label.status span.expend-label,.goal-option .liveDashboard ._account_api .list-results thead .status.status-log span.expend-label,.goal-option .liveDashboard ._account_api .list-results thead .status.status-report-item span.expend-label,.goal-option .liveDashboard ._account_api .list-results thead .double-list dd.status span.expend-label,.double-list .goal-option .liveDashboard ._account_api .list-results thead dd.status span.expend-label,.goal-option .liveDashboard ._account_api .list-results thead .double-list dt.status span.expend-label,.double-list .goal-option .liveDashboard ._account_api .list-results thead dt.status span.expend-label,.goal-option .liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span.expend-label,.w-cards-container .w-card .goal-option .liveDashboard ._account_api .list-results thead .status.title span.expend-label,.goal-option .liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.expend-label,.w-cards-container .w-card.centered .w-value .goal-option .liveDashboard ._account_api .list-results thead .status.label span.expend-label,.goal-option .liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span.expend-label,.goal-option .liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span.expend-label,.liveDashboard ._account_api .list-results thead .form-label.status .goal-option span.expend-label,.liveDashboard ._account_api .list-results thead .status.status-log .goal-option span.expend-label,.liveDashboard ._account_api .list-results thead .status.status-report-item .goal-option span.expend-label,.liveDashboard ._account_api .list-results thead .double-list dd.status .goal-option span.expend-label,.double-list .liveDashboard ._account_api .list-results thead dd.status .goal-option span.expend-label,.liveDashboard ._account_api .list-results thead .double-list dt.status .goal-option span.expend-label,.double-list .liveDashboard ._account_api .list-results thead dt.status .goal-option span.expend-label,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title .goal-option span.expend-label,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title .goal-option span.expend-label,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .goal-option span.expend-label,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label .goal-option span.expend-label,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title .goal-option span.expend-label,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title .goal-option span.expend-label,.goal-option ._account_api .liveDashboard .list-results thead .form-label.status span.expend-label,.goal-option ._account_api .liveDashboard .list-results thead .status.status-log span.expend-label,.goal-option ._account_api .liveDashboard .list-results thead .status.status-report-item span.expend-label,.goal-option ._account_api .liveDashboard .list-results thead .double-list dd.status span.expend-label,.double-list .goal-option ._account_api .liveDashboard .list-results thead dd.status span.expend-label,.goal-option ._account_api .liveDashboard .list-results thead .double-list dt.status span.expend-label,.double-list .goal-option ._account_api .liveDashboard .list-results thead dt.status span.expend-label,.goal-option ._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span.expend-label,.w-cards-container .w-card .goal-option ._account_api .liveDashboard .list-results thead .status.title span.expend-label,.goal-option ._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.expend-label,.w-cards-container .w-card.centered .w-value .goal-option ._account_api .liveDashboard .list-results thead .status.label span.expend-label,.goal-option ._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span.expend-label,.goal-option ._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span.expend-label,._account_api .liveDashboard .list-results thead .form-label.status .goal-option span.expend-label,._account_api .liveDashboard .list-results thead .status.status-log .goal-option span.expend-label,._account_api .liveDashboard .list-results thead .status.status-report-item .goal-option span.expend-label,._account_api .liveDashboard .list-results thead .double-list dd.status .goal-option span.expend-label,.double-list ._account_api .liveDashboard .list-results thead dd.status .goal-option span.expend-label,._account_api .liveDashboard .list-results thead .double-list dt.status .goal-option span.expend-label,.double-list ._account_api .liveDashboard .list-results thead dt.status .goal-option span.expend-label,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title .goal-option span.expend-label,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title .goal-option span.expend-label,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .goal-option span.expend-label,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label .goal-option span.expend-label,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title .goal-option span.expend-label,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title .goal-option span.expend-label,.goal-option .liveDashboard .form-label.status ._account_api .list-results thead span.expend-label,.goal-option .liveDashboard .status.status-log ._account_api .list-results thead span.expend-label,.goal-option .liveDashboard .status.status-report-item ._account_api .list-results thead span.expend-label,.goal-option .liveDashboard .double-list dd.status ._account_api .list-results thead span.expend-label,.double-list .goal-option .liveDashboard dd.status ._account_api .list-results thead span.expend-label,.goal-option .liveDashboard .double-list dt.status ._account_api .list-results thead span.expend-label,.double-list .goal-option .liveDashboard dt.status ._account_api .list-results thead span.expend-label,.goal-option .liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span.expend-label,.w-cards-container .w-card .goal-option .liveDashboard .status.title ._account_api .list-results thead span.expend-label,.goal-option .liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.expend-label,.w-cards-container .w-card.centered .w-value .goal-option .liveDashboard .status.label ._account_api .list-results thead span.expend-label,.goal-option .liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span.expend-label,.list-results tbody tr.sublist .goal-option .liveDashboard .status.title ._account_api .list-results thead span.expend-label,.liveDashboard .form-label.status ._account_api .list-results thead .goal-option span.expend-label,.liveDashboard .status.status-log ._account_api .list-results thead .goal-option span.expend-label,.liveDashboard .status.status-report-item ._account_api .list-results thead .goal-option span.expend-label,.liveDashboard .double-list dd.status ._account_api .list-results thead .goal-option span.expend-label,.double-list .liveDashboard dd.status ._account_api .list-results thead .goal-option span.expend-label,.liveDashboard .double-list dt.status ._account_api .list-results thead .goal-option span.expend-label,.double-list .liveDashboard dt.status ._account_api .list-results thead .goal-option span.expend-label,.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead .goal-option span.expend-label,.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead .goal-option span.expend-label,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead .goal-option span.expend-label,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead .goal-option span.expend-label,.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead .goal-option span.expend-label,.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead .goal-option span.expend-label,.goal-option .form-label.status ._account_api .liveDashboard .list-results thead span.expend-label,.goal-option .status.status-log ._account_api .liveDashboard .list-results thead span.expend-label,.goal-option .status.status-report-item ._account_api .liveDashboard .list-results thead span.expend-label,.goal-option .double-list dd.status ._account_api .liveDashboard .list-results thead span.expend-label,.double-list .goal-option dd.status ._account_api .liveDashboard .list-results thead span.expend-label,.goal-option .double-list dt.status ._account_api .liveDashboard .list-results thead span.expend-label,.double-list .goal-option dt.status ._account_api .liveDashboard .list-results thead span.expend-label,.goal-option .w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead span.expend-label,.w-cards-container .w-card .goal-option .status.title ._account_api .liveDashboard .list-results thead span.expend-label,.goal-option .w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead span.expend-label,.w-cards-container .w-card.centered .w-value .goal-option .status.label ._account_api .liveDashboard .list-results thead span.expend-label,.goal-option .list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead span.expend-label,.list-results tbody tr.sublist .goal-option .status.title ._account_api .liveDashboard .list-results thead span.expend-label,.form-label.status ._account_api .liveDashboard .list-results thead .goal-option span.expend-label,.status.status-log ._account_api .liveDashboard .list-results thead .goal-option span.expend-label,.status.status-report-item ._account_api .liveDashboard .list-results thead .goal-option span.expend-label,.double-list dd.status ._account_api .liveDashboard .list-results thead .goal-option span.expend-label,.double-list dt.status ._account_api .liveDashboard .list-results thead .goal-option span.expend-label,.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead .goal-option span.expend-label,.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead .goal-option span.expend-label,.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead .goal-option span.expend-label,.goal-option .liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span.expend-label,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small .goal-option span.expend-label,.goal-option ._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span.expend-label,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small .goal-option span.expend-label,.goal-option .liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span.expend-label,.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead .goal-option span.expend-label,.goal-option .w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead span.expend-label,.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead .goal-option span.expend-label,.goal-option .liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span.expend-label,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s .goal-option span.expend-label,.goal-option ._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.expend-label,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .goal-option span.expend-label,.goal-option .liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span.expend-label,.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead .goal-option span.expend-label,.goal-option .w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead span.expend-label,.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead .goal-option span.expend-label,.goal-option .liveDashboard ._account_api .list-results thead .sub-header .w-form label.expend-label,.goal-option .liveDashboard ._account_api .list-results thead .sub-header .w-double-list label.expend-label,.liveDashboard ._account_api .list-results thead .sub-header .w-form .goal-option label.expend-label,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list .goal-option label.expend-label,.goal-option ._account_api .liveDashboard .list-results thead .sub-header .w-form label.expend-label,.goal-option ._account_api .liveDashboard .list-results thead .sub-header .w-double-list label.expend-label,._account_api .liveDashboard .list-results thead .sub-header .w-form .goal-option label.expend-label,._account_api .liveDashboard .list-results thead .sub-header .w-double-list .goal-option label.expend-label,.goal-option .liveDashboard .sub-header .w-form ._account_api .list-results thead label.expend-label,.goal-option .liveDashboard .sub-header .w-double-list ._account_api .list-results thead label.expend-label,.liveDashboard .sub-header .w-form ._account_api .list-results thead .goal-option label.expend-label,.liveDashboard .sub-header .w-double-list ._account_api .list-results thead .goal-option label.expend-label,.goal-option .sub-header .w-form ._account_api .liveDashboard .list-results thead label.expend-label,.goal-option .sub-header .w-double-list ._account_api .liveDashboard .list-results thead label.expend-label,.sub-header .w-form ._account_api .liveDashboard .list-results thead .goal-option label.expend-label,.sub-header .w-double-list ._account_api .liveDashboard .list-results thead .goal-option label.expend-label,.goal-option .liveDashboard ._account_api .list-results thead .block-filters button.expend-label:after,.liveDashboard ._account_api .list-results thead .block-filters .goal-option button.expend-label:after,.goal-option ._account_api .liveDashboard .list-results thead .block-filters button.expend-label:after,._account_api .liveDashboard .list-results thead .block-filters .goal-option button.expend-label:after,.goal-option .liveDashboard .block-filters ._account_api .list-results thead button.expend-label:after,.liveDashboard .block-filters ._account_api .list-results thead .goal-option button.expend-label:after,.goal-option .block-filters ._account_api .liveDashboard .list-results thead button.expend-label:after,.block-filters ._account_api .liveDashboard .list-results thead .goal-option button.expend-label:after,.goal-option .liveDashboard ._account_api .list-results thead .block-filters select.expend-label:after,.liveDashboard ._account_api .list-results thead .block-filters .goal-option select.expend-label:after,.goal-option ._account_api .liveDashboard .list-results thead .block-filters select.expend-label:after,._account_api .liveDashboard .list-results thead .block-filters .goal-option select.expend-label:after,.goal-option .liveDashboard .block-filters ._account_api .list-results thead select.expend-label:after,.liveDashboard .block-filters ._account_api .list-results thead .goal-option select.expend-label:after,.goal-option .block-filters ._account_api .liveDashboard .list-results thead select.expend-label:after,.block-filters ._account_api .liveDashboard .list-results thead .goal-option select.expend-label:after,.goal-option .liveDashboard ._account_api .list-results thead .form-auto-list .expend-label.form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .form-auto-list .goal-option .expend-label.form-auto-item.is-user-is-inactive,.goal-option ._account_api .liveDashboard .list-results thead .form-auto-list .expend-label.form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .form-auto-list .goal-option .expend-label.form-auto-item.is-user-is-inactive,.goal-option .liveDashboard .form-auto-list ._account_api .list-results thead .expend-label.form-auto-item.is-user-is-inactive,.liveDashboard .form-auto-list ._account_api .list-results thead .goal-option .expend-label.form-auto-item.is-user-is-inactive,.goal-option .form-auto-list ._account_api .liveDashboard .list-results thead .expend-label.form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .liveDashboard .list-results thead .goal-option .expend-label.form-auto-item.is-user-is-inactive,.goal-option .liveDashboard ._account_api .list-results thead .form-auto-list .expend-label.form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .form-auto-list .goal-option .expend-label.form-auto-item.is-user-is-active,.goal-option ._account_api .liveDashboard .list-results thead .form-auto-list .expend-label.form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .form-auto-list .goal-option .expend-label.form-auto-item.is-user-is-active,.goal-option .liveDashboard .form-auto-list ._account_api .list-results thead .expend-label.form-auto-item.is-user-is-active,.liveDashboard .form-auto-list ._account_api .list-results thead .goal-option .expend-label.form-auto-item.is-user-is-active,.goal-option .form-auto-list ._account_api .liveDashboard .list-results thead .expend-label.form-auto-item.is-user-is-active,.form-auto-list ._account_api .liveDashboard .list-results thead .goal-option .expend-label.form-auto-item.is-user-is-active,.goal-option .liveDashboard ._account_api .list-results thead .list-results-header .status.title span.expend-label,.liveDashboard ._account_api .list-results thead .list-results-header .status.title .goal-option span.expend-label,.goal-option ._account_api .liveDashboard .list-results thead .list-results-header .status.title span.expend-label,._account_api .liveDashboard .list-results thead .list-results-header .status.title .goal-option span.expend-label,.goal-option .liveDashboard .list-results-header .status.title ._account_api .list-results thead span.expend-label,.liveDashboard .list-results-header .status.title ._account_api .list-results thead .goal-option span.expend-label,.goal-option .list-results-header .status.title ._account_api .liveDashboard .list-results thead span.expend-label,.list-results-header .status.title ._account_api .liveDashboard .list-results thead .goal-option span.expend-label,.goal-option .liveDashboard ._account_api .list-results thead tr span.expend-label,.liveDashboard ._account_api .list-results thead tr .goal-option span.expend-label,.goal-option ._account_api .liveDashboard .list-results thead tr span.expend-label,._account_api .liveDashboard .list-results thead tr .goal-option span.expend-label,.goal-option ._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .expend-label.dropdown-toggle:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .goal-option .expend-label.dropdown-toggle:after,.goal-option .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .expend-label.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .goal-option .expend-label.dropdown-toggle:after,.goal-option ._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .expend-label.filter,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .goal-option .expend-label.filter,.goal-option .w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .expend-label.filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .goal-option .expend-label.filter,.goal-option ._account_api .form-label.status .liveDashboard .list-results thead span.expend-label,.goal-option ._account_api .status.status-log .liveDashboard .list-results thead span.expend-label,.goal-option ._account_api .status.status-report-item .liveDashboard .list-results thead span.expend-label,.goal-option ._account_api .double-list dd.status .liveDashboard .list-results thead span.expend-label,.double-list .goal-option ._account_api dd.status .liveDashboard .list-results thead span.expend-label,.goal-option ._account_api .double-list dt.status .liveDashboard .list-results thead span.expend-label,.double-list .goal-option ._account_api dt.status .liveDashboard .list-results thead span.expend-label,.goal-option ._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span.expend-label,.w-cards-container .w-card .goal-option ._account_api .status.title .liveDashboard .list-results thead span.expend-label,.goal-option ._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.expend-label,.w-cards-container .w-card.centered .w-value .goal-option ._account_api .status.label .liveDashboard .list-results thead span.expend-label,.goal-option ._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.expend-label,.list-results tbody tr.sublist .goal-option ._account_api .status.title .liveDashboard .list-results thead span.expend-label,._account_api .form-label.status .liveDashboard .list-results thead .goal-option span.expend-label,._account_api .status.status-log .liveDashboard .list-results thead .goal-option span.expend-label,._account_api .status.status-report-item .liveDashboard .list-results thead .goal-option span.expend-label,._account_api .double-list dd.status .liveDashboard .list-results thead .goal-option span.expend-label,.double-list ._account_api dd.status .liveDashboard .list-results thead .goal-option span.expend-label,._account_api .double-list dt.status .liveDashboard .list-results thead .goal-option span.expend-label,.double-list ._account_api dt.status .liveDashboard .list-results thead .goal-option span.expend-label,._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead .goal-option span.expend-label,.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead .goal-option span.expend-label,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead .goal-option span.expend-label,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead .goal-option span.expend-label,._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead .goal-option span.expend-label,.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead .goal-option span.expend-label,.goal-option .form-label.status .liveDashboard ._account_api .list-results thead span.expend-label,.goal-option .status.status-log .liveDashboard ._account_api .list-results thead span.expend-label,.goal-option .status.status-report-item .liveDashboard ._account_api .list-results thead span.expend-label,.goal-option .double-list dd.status .liveDashboard ._account_api .list-results thead span.expend-label,.double-list .goal-option dd.status .liveDashboard ._account_api .list-results thead span.expend-label,.goal-option .double-list dt.status .liveDashboard ._account_api .list-results thead span.expend-label,.double-list .goal-option dt.status .liveDashboard ._account_api .list-results thead span.expend-label,.goal-option .w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead span.expend-label,.w-cards-container .w-card .goal-option .status.title .liveDashboard ._account_api .list-results thead span.expend-label,.goal-option .w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead span.expend-label,.w-cards-container .w-card.centered .w-value .goal-option .status.label .liveDashboard ._account_api .list-results thead span.expend-label,.goal-option .list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead span.expend-label,.list-results tbody tr.sublist .goal-option .status.title .liveDashboard ._account_api .list-results thead span.expend-label,.form-label.status .liveDashboard ._account_api .list-results thead .goal-option span.expend-label,.status.status-log .liveDashboard ._account_api .list-results thead .goal-option span.expend-label,.status.status-report-item .liveDashboard ._account_api .list-results thead .goal-option span.expend-label,.double-list dd.status .liveDashboard ._account_api .list-results thead .goal-option span.expend-label,.double-list dt.status .liveDashboard ._account_api .list-results thead .goal-option span.expend-label,.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead .goal-option span.expend-label,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead .goal-option span.expend-label,.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead .goal-option span.expend-label,.goal-option ._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span.expend-label,._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead .goal-option span.expend-label,.goal-option .w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead span.expend-label,.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead .goal-option span.expend-label,.goal-option ._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.expend-label,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead .goal-option span.expend-label,.goal-option .w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead span.expend-label,.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead .goal-option span.expend-label,.goal-option ._account_api .sub-header .w-form .liveDashboard .list-results thead label.expend-label,.goal-option ._account_api .sub-header .w-double-list .liveDashboard .list-results thead label.expend-label,._account_api .sub-header .w-form .liveDashboard .list-results thead .goal-option label.expend-label,._account_api .sub-header .w-double-list .liveDashboard .list-results thead .goal-option label.expend-label,.goal-option .sub-header .w-form .liveDashboard ._account_api .list-results thead label.expend-label,.goal-option .sub-header .w-double-list .liveDashboard ._account_api .list-results thead label.expend-label,.sub-header .w-form .liveDashboard ._account_api .list-results thead .goal-option label.expend-label,.sub-header .w-double-list .liveDashboard ._account_api .list-results thead .goal-option label.expend-label,.goal-option ._account_api .block-filters .liveDashboard .list-results thead button.expend-label:after,._account_api .block-filters .liveDashboard .list-results thead .goal-option button.expend-label:after,.goal-option .block-filters .liveDashboard ._account_api .list-results thead button.expend-label:after,.block-filters .liveDashboard ._account_api .list-results thead .goal-option button.expend-label:after,.goal-option ._account_api .block-filters .liveDashboard .list-results thead select.expend-label:after,._account_api .block-filters .liveDashboard .list-results thead .goal-option select.expend-label:after,.goal-option .block-filters .liveDashboard ._account_api .list-results thead select.expend-label:after,.block-filters .liveDashboard ._account_api .list-results thead .goal-option select.expend-label:after,.goal-option ._account_api .form-auto-list .liveDashboard .list-results thead .expend-label.form-auto-item.is-user-is-inactive,._account_api .form-auto-list .liveDashboard .list-results thead .goal-option .expend-label.form-auto-item.is-user-is-inactive,.goal-option .form-auto-list .liveDashboard ._account_api .list-results thead .expend-label.form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard ._account_api .list-results thead .goal-option .expend-label.form-auto-item.is-user-is-inactive,.goal-option ._account_api .form-auto-list .liveDashboard .list-results thead .expend-label.form-auto-item.is-user-is-active,._account_api .form-auto-list .liveDashboard .list-results thead .goal-option .expend-label.form-auto-item.is-user-is-active,.goal-option .form-auto-list .liveDashboard ._account_api .list-results thead .expend-label.form-auto-item.is-user-is-active,.form-auto-list .liveDashboard ._account_api .list-results thead .goal-option .expend-label.form-auto-item.is-user-is-active,.goal-option ._account_api .list-results-header .status.title .liveDashboard .list-results thead span.expend-label,._account_api .list-results-header .status.title .liveDashboard .list-results thead .goal-option span.expend-label,.goal-option .list-results-header .status.title .liveDashboard ._account_api .list-results thead span.expend-label,.list-results-header .status.title .liveDashboard ._account_api .list-results thead .goal-option span.expend-label,.goal-option .list-results thead tr span.expend-label,.list-results thead tr .goal-option span.expend-label,.form-auto-list .btn.form-auto-item.is-user-is-inactive,.form-auto-list .pagination a.form-auto-item.is-user-is-inactive,.pagination .form-auto-list a.form-auto-item.is-user-is-inactive,.form-auto-list .goal-option .form-auto-item.is-user-is-inactive.expend-label,.goal-option .form-auto-list .form-auto-item.is-user-is-inactive.expend-label,.form-auto-list .btn.form-auto-item.is-user-is-active,.form-auto-list .pagination a.form-auto-item.is-user-is-active,.pagination .form-auto-list a.form-auto-item.is-user-is-active,.form-auto-list .goal-option .form-auto-item.is-user-is-active.expend-label,.goal-option .form-auto-list .form-auto-item.is-user-is-active.expend-label,.block-filters button.btn:after,.block-filters .goal-option button.expend-label:after,.goal-option .block-filters button.expend-label:after,.block-filters select.btn:after,.block-filters .goal-option select.expend-label:after,.goal-option .block-filters select.expend-label:after,.sub-header .w-form label.btn,.sub-header .w-double-list label.btn,.sub-header .w-form .goal-option label.expend-label,.sub-header .w-double-list .goal-option label.expend-label,.goal-option .sub-header .w-form label.expend-label,.goal-option .sub-header .w-double-list label.expend-label,.form-label.status span.btn,.status.status-log span.btn,.status.status-report-item span.btn,.double-list dd.status span.btn,.double-list dt.status span.btn,.w-cards-container .w-card .status.title span.btn,.w-cards-container .w-card.centered .w-value .status.label span.btn,.list-results tbody tr.sublist .status.title span.btn,.list-results-header .status.title span.btn,.form-label.status .goal-option span.expend-label,.status.status-log .goal-option span.expend-label,.status.status-report-item .goal-option span.expend-label,.double-list dd.status .goal-option span.expend-label,.double-list dt.status .goal-option span.expend-label,.w-cards-container .w-card .status.title .goal-option span.expend-label,.w-cards-container .w-card.centered .w-value .status.label .goal-option span.expend-label,.list-results tbody tr.sublist .status.title .goal-option span.expend-label,.list-results-header .status.title .goal-option span.expend-label,.goal-option .form-label.status span.expend-label,.goal-option .status.status-log span.expend-label,.goal-option .status.status-report-item span.expend-label,.goal-option .double-list dd.status span.expend-label,.double-list .goal-option dd.status span.expend-label,.goal-option .double-list dt.status span.expend-label,.double-list .goal-option dt.status span.expend-label,.goal-option .w-cards-container .w-card .status.title span.expend-label,.w-cards-container .w-card .goal-option .status.title span.expend-label,.goal-option .w-cards-container .w-card.centered .w-value .status.label span.expend-label,.w-cards-container .w-card.centered .w-value .goal-option .status.label span.expend-label,.goal-option .list-results tbody tr.sublist .status.title span.expend-label,.list-results tbody tr.sublist .goal-option .status.title span.expend-label,.goal-option .list-results-header .status.title span.expend-label,.list-results-header .goal-option .status.title span.expend-label,.w-filters-selected label.status.small span.btn,.w-filters-selected label.status.small .goal-option span.expend-label,.goal-option .w-filters-selected label.status.small span.expend-label,.w-filters-selected .status.btn-f-s span.btn,.w-filters-selected .status.btn-f-s .goal-option span.expend-label,.goal-option .w-filters-selected .status.btn-f-s span.expend-label,.w-filter-preset.w-filter-preset .filter-preset .btn.filter,.w-filter-preset.w-filter-preset .filter-preset .pagination a.filter,.pagination .w-filter-preset.w-filter-preset .filter-preset a.filter,.w-filter-preset.w-filter-preset .filter-preset .goal-option .filter.expend-label,.goal-option .w-filter-preset.w-filter-preset .filter-preset .filter.expend-label,.w-filter-preset.w-filter-preset .filter-preset .dropdown .btn.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .pagination a.dropdown-toggle:after,.pagination .w-filter-preset.w-filter-preset .filter-preset .dropdown a.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .goal-option .dropdown-toggle.expend-label:after,.goal-option .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle.expend-label:after{padding:0 1rem}.btn.full-width,.pagination a.full-width,.goal-option .full-width.expend-label{width:100%;justify-content:center}.btn.icon-only,.pagination a.icon-only,.goal-option .icon-only.expend-label{background-color:#fff;border:1px solid #d3d3d3;font-size:1.3rem;width:3rem;height:3rem;padding:0 !important;text-align:center;display:flex;align-items:center;justify-content:center}.btn.icon-only:before,.pagination a.icon-only:before,.goal-option .icon-only.expend-label:before,.btn.icon-only:after,.pagination a.icon-only:after,.goal-option .icon-only.expend-label:after{margin:0;vertical-align:middle;line-height:3rem;color:#a5a5a5}.btn.icon-only:hover,.pagination a.icon-only:hover,.goal-option .icon-only.expend-label:hover{border-color:#1172ba}.btn.icon-only:hover:before,.pagination a.icon-only:hover:before,.goal-option .icon-only.expend-label:hover:before,.btn.icon-only:hover:after,.pagination a.icon-only:hover:after,.goal-option .icon-only.expend-label:hover:after{color:#1172ba}.btn.i-dropdown-simple,.pagination a.i-dropdown-simple,.goal-option .i-dropdown-simple.expend-label{padding-right:1rem}.btn.i-dropdown-simple:after,.pagination a.i-dropdown-simple:after,.goal-option .i-dropdown-simple.expend-label:after{font-size:2rem}.btn .i-close:after,.pagination a .i-close:after,.goal-option .expend-label .i-close:after{font-size:2rem}.btn.no-bg,.pagination a.no-bg,.goal-option .no-bg.expend-label{padding:0 .5rem;background:none !important;color:#3f3f3f}.btn.no-bg:before,.pagination a.no-bg:before,.goal-option .no-bg.expend-label:before{color:#3f3f3f;margin-right:.5rem}.btn.no-bg:hover:after,.pagination a.no-bg:hover:after,.goal-option .no-bg.expend-label:hover:after{color:#dcdada}.btn.i-back:before,.pagination a.i-back:before,.goal-option .i-back.expend-label:before{font-size:2rem;margin-right:0}.btn.i-insert:before,.pagination a.i-insert:before,.goal-option .i-insert.expend-label:before{font-size:2rem}.btn.i-copy-down,.pagination a.i-copy-down,.goal-option .i-copy-down.expend-label{width:3.25rem}.btn.i-copy-down:before,.pagination a.i-copy-down:before,.goal-option .i-copy-down.expend-label:before{font-size:2rem}.btn.is-loading,.pagination a.is-loading,.goal-option .is-loading.expend-label{background-image:url("/assets/images/loading.svg");background-repeat:no-repeat;background-position:left center;background-size:auto 78%;pointer-events:none}.btn.is-loading:before,.pagination a.is-loading:before,.goal-option .is-loading.expend-label:before{visibility:hidden}.btn-text{font-family:"Inter",sans-serif;font-optical-sizing:auto;font-style:normal;font-size:1.1em;font-weight:400;color:#3f3f3f}.hide-text{display:none}.disable,.is-disable{opacity:.5;pointer-events:none}.hidden-text{display:none}.dropdown{position:relative;max-width:min-content;display:inline-block}.dropdown .dropdown{max-width:none}.dropdown .dropdown-toggle{text-transform:capitalize;white-space:nowrap;padding:0 5rem 0 1rem;border-radius:4px;cursor:pointer}.dropdown .dropdown-toggle::after{content:"";font-size:2rem;display:inline-block;width:0;height:0;vertical-align:baseline}.dropdown .dropdown-toggle span{margin-bottom:.1rem !important}#graphMetricFilter .dropdown .dropdown-toggle span{margin-bottom:0 !important}.dropdown .dropdown-list{position:absolute;left:-16rem;top:3.5rem;padding:0;min-width:20rem;flex-direction:column;z-index:101;border:1px solid #d3d3d3;border-radius:8px;display:none;opacity:0;visibility:hidden;box-shadow:0px 0px 10px 0px rgba(63,63,63,.15)}.side-block-filters .dropdown .dropdown-list{min-width:23rem}.app-header-sentinel .dropdown .dropdown-list{display:flex;gap:2rem;padding:1.5rem;background:#fff;top:1.75rem;z-index:1100;min-width:17rem;left:-12rem}@media(max-width: 767px){.app-header-sentinel .dropdown .dropdown-list{left:-14rem}}.app-header-sentinel .dropdown .dropdown-list .mobile-only{justify-content:flex-start}.app-header-sentinel .dropdown .dropdown-list .mobile-only .main-nav-link:before{content:"\E910"}.dropdown:not(.w-single-multi-level,.filter-preset):hover>.dropdown-list{display:flex !important;opacity:1;visibility:visible}.dropdown .dropdown-link{display:block;text-align:left;font-family:"Inter",sans-serif;font-optical-sizing:auto;font-style:normal;font-size:1.2em;font-weight:400;color:#fff;padding:1rem;cursor:pointer}.dropdown .dropdown-link:hover{background-color:rgba(63,63,63,.05)}.dropdown .dropdown-list .dropdown-list{top:0;left:100%;z-index:25}.dropdown .dropdown .dropdown-toggle{display:flex;justify-content:space-between;align-items:center}._account_api .dropdown .dropdown-list{left:0;width:100%;min-width:fit-content}._account_api .dropdown .w-multi-dropdown{display:flex;flex-direction:column}._account_api .dropdown .w-multi-dropdown .w-multi-dropdown-header{position:relative;display:flex;flex-direction:column}._account_api .dropdown .w-multi-dropdown .w-multi-dropdown-header .multi-dropdown-header:not(:has(.w-search)){padding-top:0}._account_api .dropdown .w-multi-dropdown .w-multi-dropdown-header #select_all,._account_api .dropdown .w-multi-dropdown .w-multi-dropdown-header #deselect_all{text-transform:uppercase;display:flex;align-items:center;justify-content:flex-start;flex-wrap:nowrap;white-space:nowrap;border:1px solid #d3d3d3;padding:.75rem 1rem .7rem 1rem;border-radius:20px;transition:all .15s ease-in;height:3.2rem}._account_api .dropdown .w-multi-dropdown .w-multi-dropdown-header #select_all:hover,._account_api .dropdown .w-multi-dropdown .w-multi-dropdown-header #deselect_all:hover{color:#1172ba;border-color:#3f3f3f}._account_api .dropdown .w-multi-dropdown .multi-dropdown-body{padding-top:1rem;overflow-y:auto;overflow-x:hidden}._account_api .dropdown .w-multi-dropdown .multi-dropdownlist{margin:0;padding-left:3.5rem;padding-top:.75rem}.add-filters-dropdown.with-click>.dropdown-list.is-open{display:flex !important;opacity:1 !important;visibility:visible !important}.add-filters-dropdown.with-click:hover>.dropdown-list{display:none !important;opacity:0 !important;visibility:hidden !important}.add-filters-dropdown.with-click:hover>.dropdown-list.is-open{display:flex !important;opacity:1 !important;visibility:visible !important}.text-transform-none{text-transform:none !important}.loading-block{position:relative;overflow:unset !important}.loading-block::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;display:block;background-color:rgba(255,255,255,.7);background-repeat:no-repeat;background-position:center 4rem;background-size:100% auto;z-index:99;animation:.125s fade-in linear}.loading-block::before{content:"";position:absolute;top:35%;left:50%;transform:translateX(-50%);right:0;bottom:0;display:block;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'%3E%3Ccircle fill='%2367308F' stroke='%2367308F' stroke-width='15' r='15' cx='40' cy='65'%3E%3Canimate attributeName='cy' calcMode='spline' dur='2' values='65;135;65;' keySplines='.5 0 .5 1;.5 0 .5 1' repeatCount='indefinite' begin='-.4'%3E%3C/animate%3E%3C/circle%3E%3Ccircle fill='%2367308F' stroke='%2367308F' stroke-width='15' r='15' cx='100' cy='65'%3E%3Canimate attributeName='cy' calcMode='spline' dur='2' values='65;135;65;' keySplines='.5 0 .5 1;.5 0 .5 1' repeatCount='indefinite' begin='-.2'%3E%3C/animate%3E%3C/circle%3E%3Ccircle fill='%2367308F' stroke='%2367308F' stroke-width='15' r='15' cx='160' cy='65'%3E%3Canimate attributeName='cy' calcMode='spline' dur='2' values='65;135;65;' keySplines='.5 0 .5 1;.5 0 .5 1' repeatCount='indefinite' begin='0'%3E%3C/animate%3E%3C/circle%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center center;background-size:45% auto;z-index:100;width:90px;height:40px;background-color:#f2f2f2;border-radius:8px;border:1px solid #d3d3d3}@media(min-width: 768px){.loading-block::before{background-size:40% auto}}.list-results .loading-block::before{background-size:30% auto}.loading{position:relative;overflow:unset !important}.loading::after{content:"";position:absolute;top:0;left:2rem;right:2rem;bottom:0;min-height:15rem;display:block;background-repeat:no-repeat;background-position:center 4rem;background-size:100% auto;z-index:99;animation:.125s fade-in linear}.loading::before{content:"";position:fixed;top:30%;left:50%;transform:translateX(-50%);right:0;bottom:0;display:block;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'%3E%3Ccircle fill='%2367308F' stroke='%2367308F' stroke-width='15' r='15' cx='40' cy='65'%3E%3Canimate attributeName='cy' calcMode='spline' dur='2' values='65;135;65;' keySplines='.5 0 .5 1;.5 0 .5 1' repeatCount='indefinite' begin='-.4'%3E%3C/animate%3E%3C/circle%3E%3Ccircle fill='%2367308F' stroke='%2367308F' stroke-width='15' r='15' cx='100' cy='65'%3E%3Canimate attributeName='cy' calcMode='spline' dur='2' values='65;135;65;' keySplines='.5 0 .5 1;.5 0 .5 1' repeatCount='indefinite' begin='-.2'%3E%3C/animate%3E%3C/circle%3E%3Ccircle fill='%2367308F' stroke='%2367308F' stroke-width='15' r='15' cx='160' cy='65'%3E%3Canimate attributeName='cy' calcMode='spline' dur='2' values='65;135;65;' keySplines='.5 0 .5 1;.5 0 .5 1' repeatCount='indefinite' begin='0'%3E%3C/animate%3E%3C/circle%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center center;background-size:30% auto;z-index:900;width:200px;height:65px;background-color:#f2f2f2;border-radius:8px;border:1px solid #d3d3d3}@media(min-width: 768px){.loading::before{background-size:30% auto}}.list-results .loading::before{background-size:30% auto}.loading#mainMenu::after{background:none}.is-hidden{display:none}.hidden-text{display:none}.hide{display:none}.w-per-bar{width:100%;height:10%;display:flex;flex-direction:row;padding:0;margin:0}.w-per-bar .pre-bar{padding:10px 0px;overflow:hidden}.w-per-bar .pre-bar.search{background:#1886ff}.w-per-bar .pre-bar.discover{background:#23ba6e}.w-per-bar .pre-bar.googlenews{background:#27caca}.w-link{display:flex;align-items:center;gap:1rem}.link-emaki{background:url(/assets/images/logos/logo-emaki.svg) no-repeat;background-size:100% auto;width:2.5rem;height:2.5rem;display:inline-block;transition:all .125s}.link-emaki:hover{transform:scale(1.1)}.w-tooltips{font-size:2.5rem;padding:0;margin:0;color:rgba(255,0,0,.35);margin-top:-1.2rem;transition:all .1s;position:relative;background:rgba(0,0,0,0)}.w-tooltips::before{color:#d3d3d3;font-size:1.75rem}.form-group-password .w-tooltips::before{color:#bababa}.w-tooltips .tooltips{position:absolute;right:-23.5rem;top:calc(50% + .325rem);left:auto;transform:translateY(-50%);width:20rem;background-color:#fff;padding:2rem;box-shadow:0px 0px 10px 0px rgba(63,63,63,.15);font-size:1.2rem;font-weight:500;color:#3f3f3f;text-align:left;border-radius:4px;z-index:2000;display:none;animation:.125s linear fade-in;animation-fill-mode:forwards}.w-form .w-tooltips .tooltips,.w-double-list .w-tooltips .tooltips{left:3rem;width:30rem}.form-group .w-tooltips .tooltips{width:20rem}.w-tooltips .tooltips::before{content:"";display:inline-block;position:absolute;left:-5px;top:50%;transform:translateY(-50%);width:0;height:0;border-style:solid;border-width:5px 5px 5px 0;border-color:rgba(0,0,0,0) #fff rgba(0,0,0,0) rgba(0,0,0,0)}.w-tooltips .tooltips::after{content:"";display:inline-block;position:absolute;left:-15px;top:0;background-color:rgba(0,0,0,0);height:100%;width:15px}.w-tooltips .tooltips.bottom{transform:translateY(0);transform:translateX(-50%);top:2.5rem;left:50%;right:auto}.w-tooltips .tooltips.bottom::before{left:calc(50% - 3px);top:-7px;transform:translateY(0);transform:translateX(-50%);transform:rotate(90deg)}.w-tooltips:hover .tooltips{display:block}.full-icon{background-repeat:no-repeat;background-position:10px center;background-size:auto 65%}.full-icon.i-TS{background-image:url(/assets/images/logos/TS.svg)}.full-icon.i-TR{background-image:url(/assets/images/logos/TR.svg)}.full-icon.i-RE{background-image:url(/assets/images/logos/RE.svg)}.full-icon.i-TG{background-image:url(/assets/images/logos/TG.svg)}.full-icon.i-HTG{background-image:url(/assets/images/logos/HTG.svg)}.full-icon.i-CB{background-image:url(/assets/images/logos/CB.svg)}.full-icon.i-CBR{background-image:url(/assets/images/logos/CBR.svg)}.full-icon.i-SR{background-image:url(/assets/images/logos/SR.svg)}.full-icon.i-TV{background-image:url(/assets/images/logos/TV.svg)}.full-icon.i-MM{background-image:url(/assets/images/logos/MM.svg)}.full-icon.i-TT{background-image:url(/assets/images/logos/TT.svg)}.full-icon.i-BG{background-image:url(/assets/images/logos/BG.svg)}.full-icon.i-HC{background-image:url(/assets/images/logos/HC.svg)}.full-icon.i-TH{background-image:url(/assets/images/logos/TH.svg)}.full-icon.i-RT{background-image:url(/assets/images/logos/RT.svg)}.full-icon.i-GR{background-image:url(/assets/images/logos/GR.svg)}.full-icon.i-MUO{background-image:url(/assets/images/logos/MUO.svg)}.full-icon.i-VN{background-image:url(/assets/images/logos/VN.svg)}.full-icon.i-CL{background-image:url(/assets/images/logos/CL.svg)}.full-icon.i-MW{background-image:url(/assets/images/logos/MW.svg)}.full-icon.i-SF{background-image:url(/assets/images/logos/SF.svg)}.full-icon.i-AP{background-image:url(/assets/images/logos/AP-dark.svg)}.full-icon.i-AP.dark{background-image:url(/assets/images/logos/AP-dark.svg)}.full-icon.i-PN{background-image:url(/assets/images/logos/PN.svg)}.full-icon.i-XDA{background-image:url(/assets/images/logos/XDA.svg)}.full-icon.i-DS{background-image:url(/assets/images/logos/DS.svg)}.full-icon.i-TPS{background-image:url(/assets/images/logos/TPS.svg)}.full-icon.i-PL{background-image:url(/assets/images/logos/PL.svg)}.full-icon.i-GMS{background-image:url(/assets/images/logos/GMS.svg)}.full-icon.i-FF{background-image:url(/assets/images/logos/FF-light.svg)}.full-icon.i-FFC{background-image:url(/assets/images/logos/FFC-light.svg)}.full-icon.i-FLW{background-image:url(/assets/images/logos/FLW.svg)}.full-icon.i-FLW.dark{background-image:url(/assets/images/logos/FLW-dark.svg)}.full-icon.i-FTT{background-image:url(/assets/images/logos/FTT.svg)}.full-icon.i-TCB{background-image:url(/assets/images/logos/TCB.svg)}.full-icon.i-TIF{background-image:url(/assets/images/logos/TIF.svg)}.full-icon.i-HG{background-image:url(/assets/images/logos/HG.svg)}.full-icon.i-VC{background-image:url(/assets/images/logos/VC.svg)}.full-icon.i-CG{background-image:url(/assets/images/logos/CG-dark.svg)}.full-icon.i-GL{background-image:url(/assets/images/logos/GL.svg)}.full-icon.i-BYB{background-image:url(/assets/images/logos/BYB.svg)}.full-icon.i-G-CONCEPT,.full-icon.i-dep-concept{background-image:url(/assets/images/logos/G-CONCEPT.svg)}.full-icon.i-G-GENESIS,.full-icon.i-dep-genesis{background-image:url(/assets/images/logos/G-GENESIS.svg)}.full-icon.i-G-ODYSSEY,.full-icon.i-dep-odyssey{background-image:url(/assets/images/logos/G-ODYSSEY.svg);background-size:auto 100% !important}.full-icon.i-G-SNACK,.full-icon.i-dep-snack{background-image:url(/assets/images/logos/G-SNACK.svg);background-size:auto 80% !important}.full-icon.i-G-SRG,.full-icon.i-dep-srg{background-image:url(/assets/images/logos/logo-valnet.svg)}._monthly_kpi .full-icon.i-G-SRG,._monthly_kpi .full-icon.i-dep-srg{width:80px}.full-icon.i-G-INFINITY,.full-icon.i-dep-infinity{background-image:url(/assets/images/logos/logo-valnet.svg)}._monthly_kpi .full-icon.i-G-INFINITY,._monthly_kpi .full-icon.i-dep-infinity{width:80px}.full-icon.i-FX{background-image:url(/assets/images/logos/FX.svg)}._monthly_kpi .full-icon.i-FX{width:80px}.full-icon.i-SENTINEL{background-image:url(/assets/images/logos/SENTINEL.svg)}._monthly_kpi .full-icon.i-SENTINEL{width:80px}.full-icon.i-POLY{background-image:url(/assets/images/logos/POLY.svg)}._monthly_kpi .full-icon.i-POLY{width:80px}.full-icon.i-portfolio{background-image:url(/assets/images/logos/portfolio.svg)}._monthly_kpi .full-icon.i-portfolio{width:80px}.full-icon.i-G-VALSERV{background-image:url(/assets/images/logos/VALSERV.png)}*,*:before,*:after{box-sizing:border-box}.toggle{cursor:pointer;display:flex;align-items:flex-start;position:relative;flex-direction:column-reverse;margin:0}.toggle-switch{display:inline-block;background:#56c080;border-radius:16px;width:58px;height:32px;position:relative;vertical-align:middle;transition:background .25s}.toggle-switch:before,.toggle-switch:after{content:""}.toggle-switch:before{display:block;background:linear-gradient(to bottom, #fff 0%, #eee 100%);border-radius:50%;box-shadow:0 0 0 1px rgba(0,0,0,.25);width:24px;height:24px;position:absolute;top:4px;left:4px;transition:left .25s}.toggle:hover .toggle-switch:before{background:linear-gradient(to bottom, #fff 0%, #fff 100%);box-shadow:0 0 0 1px rgba(0,0,0,.5)}.toggle-checkbox:checked+.toggle-switch{background:#56c080}.toggle-checkbox:checked+.toggle-switch:before{left:30px}.toggle-checkbox{position:absolute;visibility:hidden}.list-switches{display:flex;flex-direction:row;flex-wrap:wrap;gap:1rem 4rem;padding:0 0 15px 0;background-color:#fff;border:1px solid #d3d3d3;margin:1rem 2rem 1rem 2rem;border-radius:4px}._permalink_details.mobile .list-switches{gap:1rem 6.5rem;justify-content:center}.list-switches h3{flex:1 100%;font-family:"Inter",sans-serif;font-optical-sizing:auto;font-style:normal;font-size:1.4rem;font-weight:700;color:#3f3f3f;text-align:left;border-radius:4px 4px 0 0;text-transform:uppercase;margin:11px 0 0 12px;text-align:left}.w-msg-block{display:flex;align-items:center;margin:0 auto;width:fit-content;padding:1rem;background-color:#fff;border:3px solid #d3d3d3;border-radius:4px}.w-msg-block .msg-block{font-family:"Inter",sans-serif;font-optical-sizing:auto;font-style:normal;font-size:1.2rem;font-weight:700;color:#3f3f3f}.w-msg-block.alert{border-color:#e4c510}.w-msg-block.alert .msg-block span:before{color:#e4c510;font-size:2rem;margin-right:.5rem}.center-switches{justify-content:center;align-items:center}.switch-field{width:fit-content;display:flex;flex-direction:row;align-items:center;gap:.5rem;border-right:0}.switch-field.w-left{flex-direction:row-reverse;gap:1rem}.list-results .switch-field{border:0;margin:.75rem 0}.switch-field>span{margin-bottom:0 !important}.switch-field:first-of-type{margin-left:15px}.switch-field:first-of-type.w-left{margin-left:20px}._permalink_details.mobile .switch-field:first-of-type{margin-left:0}.switch-field span{grid-area:title;font-family:"Inter",sans-serif;font-optical-sizing:auto;font-style:normal;font-size:1em;font-weight:700;color:#3f3f3f;margin-bottom:.5rem;text-transform:uppercase;text-align:left}.w-left .switch-field span{margin-bottom:0}.switch-field .w-input{grid-area:input;display:flex;border:1px solid #d3d3d3;border-radius:20px;overflow:hidden;width:fit-content}.switch-field input{position:absolute !important;clip:rect(0, 0, 0, 0);border:0;overflow:hidden}.switch-field label{grid-area:input;background-color:#fff !important;color:#3f3f3f !important;font-size:1.2rem;line-height:1 !important;text-align:center;padding:.9rem 1rem .75rem 1rem;padding-left:1.25rem !important;border-right:1px solid #d3d3d3;margin:0 !important}@media(max-width: 767px){.switch-field label{padding:.9rem 1rem .75rem 1rem}}.switch-field label:hover{background-color:#d3d3d3 !important}.switch-field label:last-of-type{border-right:0}.switch-field label:hover{cursor:pointer}.switch-field label:before{content:none !important}.switch-field label:after{content:none !important}.switch-field input:checked+label{color:#0f64a3 !important;box-shadow:none}.row-percentage{font-size:.9em !important;color:rgba(63,63,63,.8) !important;margin-left:5px !important;font-weight:700 !important}.total-row td{padding-top:2rem !important}.total-row td span{font-size:1.5em !important;font-weight:700 !important}.align-left{text-align:left !important}.align-right{text-align:right !important}[role=banner]{border:1px solid red}._brand_dashboard .sub-header-based .w-justify>div{flex:1 0 1}._brand_dashboard .sub-header-based .dropdown{width:min-content}@media(max-width: 767px){._brand_dashboard .sub-header-based .dropdown .dropdown-toggle{width:15rem}}.card-overview{display:flex;padding:1.5rem 2rem 0;flex-direction:column}@media(min-width: 1024px){.card-overview{padding:0 2rem;flex-direction:row;gap:1rem}}.card-group{flex:1;padding:.5rem 0rem 1.5rem}@media(min-width: 1024px){.card-group{padding:1.5rem 0rem 1.5rem}}.card-group .card-header{display:flex;flex-direction:column;gap:1rem;align-items:flex-start;padding-bottom:.4rem}.card-group .card-header .title-card{font-size:1rem;font-weight:700;color:#3f3f3f;text-transform:uppercase}.card-group .card-body{display:flex;flex-direction:column;gap:1rem}.card-group .card-row{display:flex;flex-wrap:wrap;gap:1rem}.card-group .card-row .ov-card{display:flex;flex-direction:column;align-items:flex-start;flex:1;gap:.4rem;padding:.8rem .4rem;border:1px solid #d3d3d3;border-radius:4px;background:#f9f9f9;font-family:"Inter",sans-serif;font-optical-sizing:auto;font-style:normal}.card-group .card-row .ov-card.highlight,.card-group .card-row ._tasks .list-header .w-left .ov-card.btn,._tasks .list-header .w-left .card-group .card-row .ov-card.btn,.card-group .card-row ._tasks .list-header .w-left .goal-option .ov-card.expend-label,._tasks .list-header .w-left .goal-option .card-group .card-row .ov-card.expend-label,.card-group .card-row .goal-option ._tasks .list-header .w-left .ov-card.expend-label,.goal-option ._tasks .list-header .w-left .card-group .card-row .ov-card.expend-label,.card-group .card-row ._tasks .list-header .w-left .pagination a.ov-card,._tasks .list-header .w-left .pagination .card-group .card-row a.ov-card,.card-group .card-row .pagination ._tasks .list-header .w-left a.ov-card,.pagination ._tasks .list-header .w-left .card-group .card-row a.ov-card{background:#eef}.card-group .card-row .ov-card.card-row-3{padding:.4rem .4rem}.card-group .card-row .ov-card .card-label{font-size:1rem;font-weight:700;color:#d4225d}.card-group .card-row .ov-card .card-value{font-size:1.6rem;font-weight:700}.w-metrics{padding:0 2rem}.w-metrics.section-metrics{margin-top:2rem}.w-metrics .metrics-header{display:flex;gap:1rem;flex-direction:column}@media(min-width: 1024px){.w-metrics .metrics-header{flex-direction:row;padding-bottom:.4rem}}.w-metrics .metrics-header .switch-field:first-of-type{margin-left:0px;align-self:center;padding-bottom:1rem;padding-top:1.5rem}@media(min-width: 1024px){.w-metrics .metrics-header .switch-field:first-of-type{align-self:unset;padding-bottom:unset;padding-top:unset}}.w-metrics .metrics-body{display:flex;flex-wrap:wrap;gap:1rem;flex-direction:column;padding-bottom:1rem}@media(min-width: 1024px){.w-metrics .metrics-body{flex-direction:row;padding-bottom:0rem}}.w-metrics .metrics-body .metric-item{flex:1 0 24%;border:1px solid #d3d3d3;border-radius:10px;overflow:hidden;z-index:-1}.w-metrics .metrics-body .metric-item.landing-pages{flex:1 0 70%}.w-metrics .metrics-body .metric-item .loading{min-height:140px}.w-metrics .metrics-body .metric-item .loading:after{display:none}.w-metrics .metrics-body .metric-item .w-card-table{border:0px solid #d3d3d3;width:100%}.w-metrics .metrics-body .metric-item .w-card-table tbody td span{font-size:1rem}.w-metrics .metrics-body .metric-item .w-card-table tbody td span.grey{color:#9a9a9a;font-size:1rem}.w-metrics .metrics-body .metric-item .w-card-table .views{text-align:right}@media(max-width: 767px){.w-metrics .metrics-body .metric-item .w-card-table .page{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;white-space:break-spaces}}.login{position:relative;min-height:calc(100vh - 131px)}@media(max-width: 767px){.mobile-hidden{display:none !important}}@media(min-width: 1024px){.mobile-only{display:none !important}}#login-form,#retrieve-password,#reset-password-form,#sentMessage{width:calc(100% - 4rem)}@media(min-width: 768px){#login-form,#retrieve-password,#reset-password-form,#sentMessage{width:40rem;min-width:40rem}}.desktop #login-form,.desktop #retrieve-password,.desktop #reset-password-form,.desktop #sentMessage{width:40rem;min-width:40rem}@media(hover: hover){#toggleViewport{display:none}}.mobile-column .dropdown{width:min-content}@media(max-width: 767px){.mobile-column .dropdown .dropdown-toggle{width:15rem}}.mobile-column>div{align-items:flex-end !important;flex-wrap:nowrap !important}.mobile-column .live-header{display:flex;justify-content:center;flex-direction:column;gap:0;align-items:flex-start !important}@media(max-width: 767px){.mobile-column .live-header{align-items:center !important;flex-direction:row;justify-content:space-between;width:100%}}@media(max-width: 767px){.mobile-column{flex-direction:column;align-items:flex-start;gap:1rem}.mobile-column .toggle-switch{margin-left:0rem}.mobile-column .toggle{align-items:flex-start;flex-direction:column-reverse;gap:.2rem}}.display-toggle-container{display:inline-block;position:relative;width:60px;height:34px;transform:scale(0.8)}@media(min-width: 1024px){._audience_overview .display-toggle-container,._page_performance .display-toggle-container,.display-toggle-container ._permalink_details{display:none}}.display-toggle-input{opacity:0;width:0;height:0}.display-toggle-input:checked+.display-toggle-slider{background-color:#d4225d}.display-toggle-input:checked+.display-toggle-slider:before{transform:translateX(26px)}.display-toggle-input:checked~.display-toggle-icon.i-mobile{opacity:1}.display-toggle-input:checked~.display-toggle-icon.i-desktop{opacity:0}.display-toggle-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#d4225d;transition:.4s;border-radius:34px}.display-toggle-slider:before{position:absolute;content:"";height:26px;width:26px;left:4px;bottom:4px;background-color:#fff;transition:.4s;border-radius:50%}.display-toggle-icon{position:absolute;top:50%;transform:translateY(-50%);width:20px;height:20px;transition:.4s;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.5rem}.display-toggle-icon.i-desktop{right:8px;opacity:1}.display-toggle-icon.i-mobile{left:8px;opacity:1}.display .icon,.display .w-alert-banner:before,.display .liveDashboard .list-results thead .w-alert-banner:before,.liveDashboard .list-results thead .display .w-alert-banner:before,.display ._account_api .list-results thead .w-alert-banner:before,._account_api .list-results thead .display .w-alert-banner:before,.display .liveDashboard ._account_api .list-results thead .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .display .w-alert-banner:before,.display ._account_api .liveDashboard .list-results thead .w-alert-banner:before,._account_api .liveDashboard .list-results thead .display .w-alert-banner:before,.display .w-dialog.plus .dialog-aside:after,.w-dialog.plus .display .dialog-aside:after,.display .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.liveDashboard .list-results thead .w-dialog.plus .display .dialog-aside:after,.display .w-dialog.plus .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus .liveDashboard .list-results thead .display .dialog-aside:after,.display ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,._account_api .list-results thead .w-dialog.plus .display .dialog-aside:after,.display .w-dialog.plus ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus ._account_api .list-results thead .display .dialog-aside:after,.display .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .display .dialog-aside:after,.display .w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .display .dialog-aside:after,.display ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .display .dialog-aside:after,.display .w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .display .dialog-aside:after,.display .w-toast .toast.plus:after,.w-toast .display .toast.plus:after,.display .liveDashboard .list-results thead .w-toast .toast.plus:after,.liveDashboard .list-results thead .w-toast .display .toast.plus:after,.display .w-toast .liveDashboard .list-results thead .toast.plus:after,.w-toast .liveDashboard .list-results thead .display .toast.plus:after,.display ._account_api .list-results thead .w-toast .toast.plus:after,._account_api .list-results thead .w-toast .display .toast.plus:after,.display .w-toast ._account_api .list-results thead .toast.plus:after,.w-toast ._account_api .list-results thead .display .toast.plus:after,.display .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .display .toast.plus:after,.display .w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .display .toast.plus:after,.display ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .display .toast.plus:after,.display .w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .display .toast.plus:after,.display .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .display .btn-period-clear:before,.display .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .display .btn-filter:before,.display .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .display .btn-period-clear:before,.display .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .display .btn-period-clear:before,.display .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .display .btn-filter:before,.display .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .display .btn-filter:before,.display ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .list-results thead .w-time-period .dropdown .w-selection .display .btn-period-clear:before,.display .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .display .btn-period-clear:before,.display ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .list-results thead .w-time-period .dropdown .w-selection .display .btn-filter:before,.display .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .display .btn-filter:before,.display .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .display .btn-period-clear:before,.display .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .display .btn-period-clear:before,.display .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .display .btn-filter:before,.display .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .display .btn-filter:before,.display ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .display .btn-period-clear:before,.display .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .display .btn-period-clear:before,.display ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .display .btn-filter:before,.display .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .display .btn-filter:before,.display .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .display .btn-period-edit:before,.display .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .display .btn-period-edit:before,.display .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .display .btn-period-edit:before,.display ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .list-results thead .w-time-period .dropdown .w-selection .display .btn-period-edit:before,.display .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .display .btn-period-edit:before,.display .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .display .btn-period-edit:before,.display .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .display .btn-period-edit:before,.display ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .display .btn-period-edit:before,.display .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .display .btn-period-edit:before,.display .block-filters .btn-filter:before,.block-filters .display .btn-filter:before,.display .liveDashboard .list-results thead .block-filters .btn-filter:before,.liveDashboard .list-results thead .block-filters .display .btn-filter:before,.display .block-filters .liveDashboard .list-results thead .btn-filter:before,.block-filters .liveDashboard .list-results thead .display .btn-filter:before,.display ._account_api .list-results thead .block-filters .btn-filter:before,._account_api .list-results thead .block-filters .display .btn-filter:before,.display .block-filters ._account_api .list-results thead .btn-filter:before,.block-filters ._account_api .list-results thead .display .btn-filter:before,.display .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .display .btn-filter:before,.display .block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .display .btn-filter:before,.display ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .display .btn-filter:before,.display .block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .display .btn-filter:before,.display .toggleWrapper input.mobileToggle+label,.toggleWrapper .display input.mobileToggle+label,.display .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.liveDashboard .list-results thead .toggleWrapper .display input.mobileToggle+label,.display .toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper .liveDashboard .list-results thead .display input.mobileToggle+label,.display ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,._account_api .list-results thead .toggleWrapper .display input.mobileToggle+label,.display .toggleWrapper ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper ._account_api .list-results thead .display input.mobileToggle+label,.display .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper .display input.mobileToggle+label,.display .toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead .display input.mobileToggle+label,.display ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper .display input.mobileToggle+label,.display .toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead .display input.mobileToggle+label,.display .list-results tbody span.status,.list-results tbody .display span.status,.display .liveDashboard .list-results thead tbody span.status,.liveDashboard .list-results thead tbody .display span.status,.display .liveDashboard .list-results tbody thead span.status,.liveDashboard .list-results tbody thead .display span.status,.display ._account_api .list-results thead tbody span.status,._account_api .list-results thead tbody .display span.status,.display ._account_api .list-results tbody thead span.status,._account_api .list-results tbody thead .display span.status,.display .liveDashboard ._account_api .list-results thead tbody span.status,.liveDashboard ._account_api .list-results thead tbody .display span.status,.display .liveDashboard ._account_api .list-results tbody thead span.status,.liveDashboard ._account_api .list-results tbody thead .display span.status,.display ._account_api .liveDashboard .list-results thead tbody span.status,._account_api .liveDashboard .list-results thead tbody .display span.status,.display ._account_api .liveDashboard .list-results tbody thead span.status,._account_api .liveDashboard .list-results tbody thead .display span.status,.display .list-results tbody td.is-running span,.list-results tbody td.is-running .display span,.display .liveDashboard .list-results thead tbody td.is-running span,.liveDashboard .list-results thead tbody td.is-running .display span,.display .liveDashboard .list-results tbody td.is-running thead span,.liveDashboard .list-results tbody td.is-running thead .display span,.display ._account_api .list-results thead tbody td.is-running span,._account_api .list-results thead tbody td.is-running .display span,.display ._account_api .list-results tbody td.is-running thead span,._account_api .list-results tbody td.is-running thead .display span,.display .liveDashboard ._account_api .list-results thead tbody td.is-running span,.liveDashboard ._account_api .list-results thead tbody td.is-running .display span,.display .liveDashboard ._account_api .list-results tbody td.is-running thead span,.liveDashboard ._account_api .list-results tbody td.is-running thead .display span,.display ._account_api .liveDashboard .list-results thead tbody td.is-running span,._account_api .liveDashboard .list-results thead tbody td.is-running .display span,.display ._account_api .liveDashboard .list-results tbody td.is-running thead span,._account_api .liveDashboard .list-results tbody td.is-running thead .display span,.display .list-results tbody td.is-pending span,.list-results tbody td.is-pending .display span,.display .liveDashboard .list-results thead tbody td.is-pending span,.liveDashboard .list-results thead tbody td.is-pending .display span,.display .liveDashboard .list-results tbody td.is-pending thead span,.liveDashboard .list-results tbody td.is-pending thead .display span,.display ._account_api .list-results thead tbody td.is-pending span,._account_api .list-results thead tbody td.is-pending .display span,.display ._account_api .list-results tbody td.is-pending thead span,._account_api .list-results tbody td.is-pending thead .display span,.display .liveDashboard ._account_api .list-results thead tbody td.is-pending span,.liveDashboard ._account_api .list-results thead tbody td.is-pending .display span,.display .liveDashboard ._account_api .list-results tbody td.is-pending thead span,.liveDashboard ._account_api .list-results tbody td.is-pending thead .display span,.display ._account_api .liveDashboard .list-results thead tbody td.is-pending span,._account_api .liveDashboard .list-results thead tbody td.is-pending .display span,.display ._account_api .liveDashboard .list-results tbody td.is-pending thead span,._account_api .liveDashboard .list-results tbody td.is-pending thead .display span,.display .liveDashboard .list-results thead .icon,.display .liveDashboard .list-results thead .w-alert-banner:before,.display .liveDashboard .list-results thead .w-alert-banner:before,.display .liveDashboard ._account_api .list-results thead .w-alert-banner:before,._account_api .display .liveDashboard .list-results thead .w-alert-banner:before,.display .liveDashboard ._account_api .list-results thead .w-alert-banner:before,.display ._account_api .liveDashboard .list-results thead .w-alert-banner:before,._account_api .display .liveDashboard .list-results thead .w-alert-banner:before,.display .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .display .liveDashboard .list-results thead .dialog-aside:after,.display .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.display .w-dialog.plus .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus .display .liveDashboard .list-results thead .dialog-aside:after,.display .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,._account_api .display .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.display .liveDashboard .w-dialog.plus ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus ._account_api .display .liveDashboard .list-results thead .dialog-aside:after,.display .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.display .w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus .display .liveDashboard ._account_api .list-results thead .dialog-aside:after,.display ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,._account_api .display .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.display .w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus ._account_api .display .liveDashboard .list-results thead .dialog-aside:after,.display .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-toast .display .liveDashboard .list-results thead .toast.plus:after,.display .liveDashboard .list-results thead .w-toast .toast.plus:after,.display .w-toast .liveDashboard .list-results thead .toast.plus:after,.w-toast .display .liveDashboard .list-results thead .toast.plus:after,.display .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,._account_api .display .liveDashboard .list-results thead .w-toast .toast.plus:after,.display .liveDashboard .w-toast ._account_api .list-results thead .toast.plus:after,.w-toast ._account_api .display .liveDashboard .list-results thead .toast.plus:after,.display .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.display .w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.w-toast .display .liveDashboard ._account_api .list-results thead .toast.plus:after,.display ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,._account_api .display .liveDashboard .list-results thead .w-toast .toast.plus:after,.display .w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,.w-toast ._account_api .display .liveDashboard .list-results thead .toast.plus:after,.display .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .display .liveDashboard .list-results thead .btn-period-clear:before,.display .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .display .liveDashboard .list-results thead .btn-filter:before,.display .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.display .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .display .liveDashboard .list-results thead .btn-period-clear:before,.display .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.display .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .display .liveDashboard .list-results thead .btn-filter:before,.display .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .display .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.display .liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .display .liveDashboard .list-results thead .btn-period-clear:before,.display .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .display .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.display .liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .display .liveDashboard .list-results thead .btn-filter:before,.display .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.display .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .display .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.display .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.display .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .display .liveDashboard ._account_api .list-results thead .btn-filter:before,.display ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .display .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.display .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .display .liveDashboard .list-results thead .btn-period-clear:before,.display ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .display .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.display .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .display .liveDashboard .list-results thead .btn-filter:before,.display .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .display .liveDashboard .list-results thead .btn-period-edit:before,.display .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.display .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .display .liveDashboard .list-results thead .btn-period-edit:before,.display .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .display .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.display .liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .display .liveDashboard .list-results thead .btn-period-edit:before,.display .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.display .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .display .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.display ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .display .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.display .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .display .liveDashboard .list-results thead .btn-period-edit:before,.display .liveDashboard .list-results thead .block-filters .btn-filter:before,.block-filters .display .liveDashboard .list-results thead .btn-filter:before,.display .liveDashboard .list-results thead .block-filters .btn-filter:before,.display .block-filters .liveDashboard .list-results thead .btn-filter:before,.block-filters .display .liveDashboard .list-results thead .btn-filter:before,.display .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,._account_api .display .liveDashboard .list-results thead .block-filters .btn-filter:before,.display .liveDashboard .block-filters ._account_api .list-results thead .btn-filter:before,.block-filters ._account_api .display .liveDashboard .list-results thead .btn-filter:before,.display .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.display .block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.block-filters .display .liveDashboard ._account_api .list-results thead .btn-filter:before,.display ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,._account_api .display .liveDashboard .list-results thead .block-filters .btn-filter:before,.display .block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,.block-filters ._account_api .display .liveDashboard .list-results thead .btn-filter:before,.display .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper .display .liveDashboard .list-results thead input.mobileToggle+label,.display .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.display .toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper .display .liveDashboard .list-results thead input.mobileToggle+label,.display .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,._account_api .display .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.display .liveDashboard .toggleWrapper ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper ._account_api .display .liveDashboard .list-results thead input.mobileToggle+label,.display .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.display .toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper .display .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.display ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,._account_api .display .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.display .toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper ._account_api .display .liveDashboard .list-results thead input.mobileToggle+label,.display .liveDashboard .list-results thead tbody span.status,.display .liveDashboard .list-results tbody thead span.status,.display .liveDashboard .list-results thead tbody span.status,.display .liveDashboard .list-results tbody thead span.status,.display .liveDashboard ._account_api .list-results thead tbody span.status,._account_api .display .liveDashboard .list-results thead tbody span.status,.display .liveDashboard ._account_api .list-results tbody thead span.status,._account_api .display .liveDashboard .list-results tbody thead span.status,.display .liveDashboard ._account_api .list-results thead tbody span.status,.display .liveDashboard ._account_api .list-results tbody thead span.status,.display ._account_api .liveDashboard .list-results thead tbody span.status,._account_api .display .liveDashboard .list-results thead tbody span.status,.display ._account_api .liveDashboard .list-results tbody thead span.status,._account_api .display .liveDashboard .list-results tbody thead span.status,.display .liveDashboard .list-results thead tbody td.is-running span,.display .liveDashboard .list-results tbody td.is-running thead span,.display .liveDashboard .list-results thead tbody td.is-running span,.display .liveDashboard .list-results tbody td.is-running thead span,.display .liveDashboard ._account_api .list-results thead tbody td.is-running span,._account_api .display .liveDashboard .list-results thead tbody td.is-running span,.display .liveDashboard ._account_api .list-results tbody td.is-running thead span,._account_api .display .liveDashboard .list-results tbody td.is-running thead span,.display .liveDashboard ._account_api .list-results thead tbody td.is-running span,.display .liveDashboard ._account_api .list-results tbody td.is-running thead span,.display ._account_api .liveDashboard .list-results thead tbody td.is-running span,._account_api .display .liveDashboard .list-results thead tbody td.is-running span,.display ._account_api .liveDashboard .list-results tbody td.is-running thead span,._account_api .display .liveDashboard .list-results tbody td.is-running thead span,.display .liveDashboard .list-results thead tbody td.is-pending span,.display .liveDashboard .list-results tbody td.is-pending thead span,.display .liveDashboard .list-results thead tbody td.is-pending span,.display .liveDashboard .list-results tbody td.is-pending thead span,.display .liveDashboard ._account_api .list-results thead tbody td.is-pending span,._account_api .display .liveDashboard .list-results thead tbody td.is-pending span,.display .liveDashboard ._account_api .list-results tbody td.is-pending thead span,._account_api .display .liveDashboard .list-results tbody td.is-pending thead span,.display .liveDashboard ._account_api .list-results thead tbody td.is-pending span,.display .liveDashboard ._account_api .list-results tbody td.is-pending thead span,.display ._account_api .liveDashboard .list-results thead tbody td.is-pending span,._account_api .display .liveDashboard .list-results thead tbody td.is-pending span,.display ._account_api .liveDashboard .list-results tbody td.is-pending thead span,._account_api .display .liveDashboard .list-results tbody td.is-pending thead span,.liveDashboard .list-results thead .display .icon,.liveDashboard .list-results thead .display .w-alert-banner:before,.liveDashboard .list-results thead .display .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .display .w-alert-banner:before,._account_api .liveDashboard .list-results thead .display .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .display .w-alert-banner:before,._account_api .liveDashboard .list-results thead .display .w-alert-banner:before,.liveDashboard .list-results thead .display .w-dialog.plus .dialog-aside:after,.w-dialog.plus .liveDashboard .list-results thead .display .dialog-aside:after,.liveDashboard .list-results thead .display .w-dialog.plus .dialog-aside:after,.liveDashboard .list-results thead .w-dialog.plus .display .dialog-aside:after,.w-dialog.plus .liveDashboard .list-results thead .display .dialog-aside:after,.liveDashboard ._account_api .list-results thead .display .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard .list-results thead .display .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .display .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .display .dialog-aside:after,.liveDashboard .w-dialog.plus ._account_api .list-results thead .display .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .display .dialog-aside:after,.liveDashboard ._account_api .list-results thead .display .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .display .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .display .dialog-aside:after,._account_api .liveDashboard .list-results thead .display .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .display .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .display .dialog-aside:after,.liveDashboard .list-results thead .display .w-toast .toast.plus:after,.w-toast .liveDashboard .list-results thead .display .toast.plus:after,.liveDashboard .list-results thead .display .w-toast .toast.plus:after,.liveDashboard .list-results thead .w-toast .display .toast.plus:after,.w-toast .liveDashboard .list-results thead .display .toast.plus:after,.liveDashboard ._account_api .list-results thead .display .w-toast .toast.plus:after,._account_api .liveDashboard .list-results thead .display .w-toast .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .display .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .display .toast.plus:after,.liveDashboard .w-toast ._account_api .list-results thead .display .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .display .toast.plus:after,.liveDashboard ._account_api .list-results thead .display .w-toast .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .display .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .display .toast.plus:after,._account_api .liveDashboard .list-results thead .display .w-toast .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .display .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .display .toast.plus:after,.liveDashboard .list-results thead .display .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .display .btn-period-clear:before,.liveDashboard .list-results thead .display .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .display .btn-filter:before,.liveDashboard .list-results thead .display .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .display .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .display .btn-period-clear:before,.liveDashboard .list-results thead .display .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .display .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .display .btn-filter:before,.liveDashboard ._account_api .list-results thead .display .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard .list-results thead .display .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .display .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .display .btn-period-clear:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .display .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .display .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .display .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard .list-results thead .display .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .display .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .display .btn-filter:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .display .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .display .btn-filter:before,.liveDashboard ._account_api .list-results thead .display .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .display .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .display .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .display .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .display .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .display .btn-filter:before,._account_api .liveDashboard .list-results thead .display .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .display .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .display .btn-period-clear:before,._account_api .liveDashboard .list-results thead .display .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .display .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .display .btn-filter:before,.liveDashboard .list-results thead .display .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .display .btn-period-edit:before,.liveDashboard .list-results thead .display .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .display .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .display .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .display .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard .list-results thead .display .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .display .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .display .btn-period-edit:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .display .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .display .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .display .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .display .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .display .btn-period-edit:before,._account_api .liveDashboard .list-results thead .display .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .display .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .display .btn-period-edit:before,.liveDashboard .list-results thead .display .block-filters .btn-filter:before,.block-filters .liveDashboard .list-results thead .display .btn-filter:before,.liveDashboard .list-results thead .display .block-filters .btn-filter:before,.liveDashboard .list-results thead .block-filters .display .btn-filter:before,.block-filters .liveDashboard .list-results thead .display .btn-filter:before,.liveDashboard ._account_api .list-results thead .display .block-filters .btn-filter:before,._account_api .liveDashboard .list-results thead .display .block-filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .display .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .display .btn-filter:before,.liveDashboard .block-filters ._account_api .list-results thead .display .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .display .btn-filter:before,.liveDashboard ._account_api .list-results thead .display .block-filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .display .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .display .btn-filter:before,._account_api .liveDashboard .list-results thead .display .block-filters .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .display .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .display .btn-filter:before,.liveDashboard .list-results thead .display .toggleWrapper input.mobileToggle+label,.toggleWrapper .liveDashboard .list-results thead .display input.mobileToggle+label,.liveDashboard .list-results thead .display .toggleWrapper input.mobileToggle+label,.liveDashboard .list-results thead .toggleWrapper .display input.mobileToggle+label,.toggleWrapper .liveDashboard .list-results thead .display input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .display .toggleWrapper input.mobileToggle+label,._account_api .liveDashboard .list-results thead .display .toggleWrapper input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper .display input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper .display input.mobileToggle+label,.liveDashboard .toggleWrapper ._account_api .list-results thead .display input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead .display input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .display .toggleWrapper input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper .display input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead .display input.mobileToggle+label,._account_api .liveDashboard .list-results thead .display .toggleWrapper input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper .display input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead .display input.mobileToggle+label,.liveDashboard .list-results thead .display tbody span.status,.liveDashboard .list-results tbody thead .display span.status,.liveDashboard .list-results thead .display tbody span.status,.liveDashboard .list-results thead tbody .display span.status,.liveDashboard .list-results tbody thead .display span.status,.liveDashboard ._account_api .list-results thead .display tbody span.status,._account_api .liveDashboard .list-results thead .display tbody span.status,.liveDashboard ._account_api .list-results thead tbody .display span.status,._account_api .liveDashboard .list-results thead tbody .display span.status,.liveDashboard ._account_api .list-results tbody thead .display span.status,._account_api .liveDashboard .list-results tbody thead .display span.status,.liveDashboard ._account_api .list-results thead .display tbody span.status,.liveDashboard ._account_api .list-results thead tbody .display span.status,.liveDashboard ._account_api .list-results tbody thead .display span.status,._account_api .liveDashboard .list-results thead .display tbody span.status,._account_api .liveDashboard .list-results thead tbody .display span.status,._account_api .liveDashboard .list-results tbody thead .display span.status,.liveDashboard .list-results thead .display tbody td.is-running span,.liveDashboard .list-results tbody td.is-running thead .display span,.liveDashboard .list-results thead .display tbody td.is-running span,.liveDashboard .list-results thead tbody td.is-running .display span,.liveDashboard .list-results tbody td.is-running thead .display span,.liveDashboard ._account_api .list-results thead .display tbody td.is-running span,._account_api .liveDashboard .list-results thead .display tbody td.is-running span,.liveDashboard ._account_api .list-results thead tbody td.is-running .display span,._account_api .liveDashboard .list-results thead tbody td.is-running .display span,.liveDashboard ._account_api .list-results tbody td.is-running thead .display span,._account_api .liveDashboard .list-results tbody td.is-running thead .display span,.liveDashboard ._account_api .list-results thead .display tbody td.is-running span,.liveDashboard ._account_api .list-results thead tbody td.is-running .display span,.liveDashboard ._account_api .list-results tbody td.is-running thead .display span,._account_api .liveDashboard .list-results thead .display tbody td.is-running span,._account_api .liveDashboard .list-results thead tbody td.is-running .display span,._account_api .liveDashboard .list-results tbody td.is-running thead .display span,.liveDashboard .list-results thead .display tbody td.is-pending span,.liveDashboard .list-results tbody td.is-pending thead .display span,.liveDashboard .list-results thead .display tbody td.is-pending span,.liveDashboard .list-results thead tbody td.is-pending .display span,.liveDashboard .list-results tbody td.is-pending thead .display span,.liveDashboard ._account_api .list-results thead .display tbody td.is-pending span,._account_api .liveDashboard .list-results thead .display tbody td.is-pending span,.liveDashboard ._account_api .list-results thead tbody td.is-pending .display span,._account_api .liveDashboard .list-results thead tbody td.is-pending .display span,.liveDashboard ._account_api .list-results tbody td.is-pending thead .display span,._account_api .liveDashboard .list-results tbody td.is-pending thead .display span,.liveDashboard ._account_api .list-results thead .display tbody td.is-pending span,.liveDashboard ._account_api .list-results thead tbody td.is-pending .display span,.liveDashboard ._account_api .list-results tbody td.is-pending thead .display span,._account_api .liveDashboard .list-results thead .display tbody td.is-pending span,._account_api .liveDashboard .list-results thead tbody td.is-pending .display span,._account_api .liveDashboard .list-results tbody td.is-pending thead .display span,.display .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .display .dropdown-toggle:after,.display .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .display .dropdown-toggle:after,.display .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .display .filter,.display .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .display .filter,.display .liveDashboard .list-results thead .form-label.status span,.display .liveDashboard .list-results thead .status.status-log span,.display .liveDashboard .list-results thead .status.status-report-item span,.display .liveDashboard .list-results thead .double-list dd.status span,.double-list .display .liveDashboard .list-results thead dd.status span,.display .liveDashboard .list-results thead .double-list dt.status span,.double-list .display .liveDashboard .list-results thead dt.status span,.display .liveDashboard .list-results thead .w-cards-container .w-card .status.title span,.w-cards-container .w-card .display .liveDashboard .list-results thead .status.title span,.display .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value .display .liveDashboard .list-results thead .status.label span,.display .liveDashboard .list-results thead tbody tr.sublist .status.title span,.display .liveDashboard .list-results tbody tr.sublist thead .status.title span,.liveDashboard .list-results thead .form-label.status .display span,.liveDashboard .list-results thead .status.status-log .display span,.liveDashboard .list-results thead .status.status-report-item .display span,.liveDashboard .list-results thead .double-list dd.status .display span,.double-list .liveDashboard .list-results thead dd.status .display span,.liveDashboard .list-results thead .double-list dt.status .display span,.double-list .liveDashboard .list-results thead dt.status .display span,.liveDashboard .list-results thead .w-cards-container .w-card .status.title .display span,.w-cards-container .w-card .liveDashboard .list-results thead .status.title .display span,.liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .display span,.w-cards-container .w-card.centered .w-value .liveDashboard .list-results thead .status.label .display span,.liveDashboard .list-results thead tbody tr.sublist .status.title .display span,.liveDashboard .list-results tbody tr.sublist thead .status.title .display span,.display .form-label.status .liveDashboard .list-results thead span,.display .status.status-log .liveDashboard .list-results thead span,.display .status.status-report-item .liveDashboard .list-results thead span,.display .double-list dd.status .liveDashboard .list-results thead span,.double-list .display dd.status .liveDashboard .list-results thead span,.display .double-list dt.status .liveDashboard .list-results thead span,.double-list .display dt.status .liveDashboard .list-results thead span,.display .w-cards-container .w-card .status.title .liveDashboard .list-results thead span,.w-cards-container .w-card .display .status.title .liveDashboard .list-results thead span,.display .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span,.w-cards-container .w-card.centered .w-value .display .status.label .liveDashboard .list-results thead span,.display .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span,.list-results tbody tr.sublist .display .status.title .liveDashboard .list-results thead span,.form-label.status .liveDashboard .list-results thead .display span,.status.status-log .liveDashboard .list-results thead .display span,.status.status-report-item .liveDashboard .list-results thead .display span,.double-list dd.status .liveDashboard .list-results thead .display span,.double-list dt.status .liveDashboard .list-results thead .display span,.w-cards-container .w-card .status.title .liveDashboard .list-results thead .display span,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead .display span,.list-results tbody tr.sublist .status.title .liveDashboard .list-results thead .display span,.display .liveDashboard .list-results thead .w-filters-selected label.status.small span,.liveDashboard .list-results thead .w-filters-selected label.status.small .display span,.display .w-filters-selected label.status.small .liveDashboard .list-results thead span,.w-filters-selected label.status.small .liveDashboard .list-results thead .display span,.display .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span,.liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .display span,.display .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span,.w-filters-selected .status.btn-f-s .liveDashboard .list-results thead .display span,.display .liveDashboard .list-results thead .sub-header .w-form label,.display .liveDashboard .list-results thead .sub-header .w-double-list label,.liveDashboard .list-results thead .sub-header .w-form .display label,.liveDashboard .list-results thead .sub-header .w-double-list .display label,.display .sub-header .w-form .liveDashboard .list-results thead label,.display .sub-header .w-double-list .liveDashboard .list-results thead label,.sub-header .w-form .liveDashboard .list-results thead .display label,.sub-header .w-double-list .liveDashboard .list-results thead .display label,.display .liveDashboard .list-results thead .block-filters button:after,.liveDashboard .list-results thead .block-filters .display button:after,.display .block-filters .liveDashboard .list-results thead button:after,.block-filters .liveDashboard .list-results thead .display button:after,.display .liveDashboard .list-results thead .block-filters select:after,.liveDashboard .list-results thead .block-filters .display select:after,.display .block-filters .liveDashboard .list-results thead select:after,.block-filters .liveDashboard .list-results thead .display select:after,.display .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive,.liveDashboard .list-results thead .form-auto-list .display .form-auto-item.is-user-is-inactive,.display .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard .list-results thead .display .form-auto-item.is-user-is-inactive,.display .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active,.liveDashboard .list-results thead .form-auto-list .display .form-auto-item.is-user-is-active,.display .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-active,.form-auto-list .liveDashboard .list-results thead .display .form-auto-item.is-user-is-active,.display .liveDashboard .list-results thead .list-results-header .status.title span,.liveDashboard .list-results thead .list-results-header .status.title .display span,.display .list-results-header .status.title .liveDashboard .list-results thead span,.list-results-header .status.title .liveDashboard .list-results thead .display span,.display .liveDashboard .list-results thead tr span,.liveDashboard .list-results thead tr .display span,.display ._account_api .list-results thead .icon,.display ._account_api .list-results thead .w-alert-banner:before,.display ._account_api .liveDashboard .list-results thead .w-alert-banner:before,.liveDashboard .display ._account_api .list-results thead .w-alert-banner:before,.display ._account_api .list-results thead .w-alert-banner:before,.display .liveDashboard ._account_api .list-results thead .w-alert-banner:before,.liveDashboard .display ._account_api .list-results thead .w-alert-banner:before,.display ._account_api .liveDashboard .list-results thead .w-alert-banner:before,.display ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .display ._account_api .list-results thead .dialog-aside:after,.display ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.liveDashboard .display ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.display ._account_api .w-dialog.plus .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus .liveDashboard .display ._account_api .list-results thead .dialog-aside:after,.display ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.display .w-dialog.plus ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus .display ._account_api .list-results thead .dialog-aside:after,.display .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.liveDashboard .display ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.display .w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus .liveDashboard .display ._account_api .list-results thead .dialog-aside:after,.display ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.display .w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus .display ._account_api .liveDashboard .list-results thead .dialog-aside:after,.display ._account_api .list-results thead .w-toast .toast.plus:after,.w-toast .display ._account_api .list-results thead .toast.plus:after,.display ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.liveDashboard .display ._account_api .list-results thead .w-toast .toast.plus:after,.display ._account_api .w-toast .liveDashboard .list-results thead .toast.plus:after,.w-toast .liveDashboard .display ._account_api .list-results thead .toast.plus:after,.display ._account_api .list-results thead .w-toast .toast.plus:after,.display .w-toast ._account_api .list-results thead .toast.plus:after,.w-toast .display ._account_api .list-results thead .toast.plus:after,.display .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.liveDashboard .display ._account_api .list-results thead .w-toast .toast.plus:after,.display .w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.w-toast .liveDashboard .display ._account_api .list-results thead .toast.plus:after,.display ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.display .w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,.w-toast .display ._account_api .liveDashboard .list-results thead .toast.plus:after,.display ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .display ._account_api .list-results thead .btn-period-clear:before,.display ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .display ._account_api .list-results thead .btn-filter:before,.display ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard .display ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.display ._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .display ._account_api .list-results thead .btn-period-clear:before,.display ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard .display ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.display ._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .display ._account_api .list-results thead .btn-filter:before,.display ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.display .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .display ._account_api .list-results thead .btn-period-clear:before,.display ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.display .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .display ._account_api .list-results thead .btn-filter:before,.display .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard .display ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.display .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .display ._account_api .list-results thead .btn-period-clear:before,.display .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard .display ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.display .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .display ._account_api .list-results thead .btn-filter:before,.display ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.display .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .display ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.display ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.display .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .display ._account_api .liveDashboard .list-results thead .btn-filter:before,.display ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .display ._account_api .list-results thead .btn-period-edit:before,.display ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard .display ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.display ._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .display ._account_api .list-results thead .btn-period-edit:before,.display ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.display .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .display ._account_api .list-results thead .btn-period-edit:before,.display .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard .display ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.display .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .display ._account_api .list-results thead .btn-period-edit:before,.display ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.display .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .display ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.display ._account_api .list-results thead .block-filters .btn-filter:before,.block-filters .display ._account_api .list-results thead .btn-filter:before,.display ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.liveDashboard .display ._account_api .list-results thead .block-filters .btn-filter:before,.display ._account_api .block-filters .liveDashboard .list-results thead .btn-filter:before,.block-filters .liveDashboard .display ._account_api .list-results thead .btn-filter:before,.display ._account_api .list-results thead .block-filters .btn-filter:before,.display .block-filters ._account_api .list-results thead .btn-filter:before,.block-filters .display ._account_api .list-results thead .btn-filter:before,.display .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.liveDashboard .display ._account_api .list-results thead .block-filters .btn-filter:before,.display .block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.block-filters .liveDashboard .display ._account_api .list-results thead .btn-filter:before,.display ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.display .block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,.block-filters .display ._account_api .liveDashboard .list-results thead .btn-filter:before,.display ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper .display ._account_api .list-results thead input.mobileToggle+label,.display ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.liveDashboard .display ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.display ._account_api .toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper .liveDashboard .display ._account_api .list-results thead input.mobileToggle+label,.display ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.display .toggleWrapper ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper .display ._account_api .list-results thead input.mobileToggle+label,.display .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.liveDashboard .display ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.display .toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper .liveDashboard .display ._account_api .list-results thead input.mobileToggle+label,.display ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.display .toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper .display ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.display ._account_api .list-results thead tbody span.status,.display ._account_api .list-results tbody thead span.status,.display ._account_api .liveDashboard .list-results thead tbody span.status,.liveDashboard .display ._account_api .list-results thead tbody span.status,.display ._account_api .liveDashboard .list-results tbody thead span.status,.liveDashboard .display ._account_api .list-results tbody thead span.status,.display ._account_api .list-results thead tbody span.status,.display ._account_api .list-results tbody thead span.status,.display .liveDashboard ._account_api .list-results thead tbody span.status,.liveDashboard .display ._account_api .list-results thead tbody span.status,.display .liveDashboard ._account_api .list-results tbody thead span.status,.liveDashboard .display ._account_api .list-results tbody thead span.status,.display ._account_api .liveDashboard .list-results thead tbody span.status,.display ._account_api .liveDashboard .list-results tbody thead span.status,.display ._account_api .list-results thead tbody td.is-running span,.display ._account_api .list-results tbody td.is-running thead span,.display ._account_api .liveDashboard .list-results thead tbody td.is-running span,.liveDashboard .display ._account_api .list-results thead tbody td.is-running span,.display ._account_api .liveDashboard .list-results tbody td.is-running thead span,.liveDashboard .display ._account_api .list-results tbody td.is-running thead span,.display ._account_api .list-results thead tbody td.is-running span,.display ._account_api .list-results tbody td.is-running thead span,.display .liveDashboard ._account_api .list-results thead tbody td.is-running span,.liveDashboard .display ._account_api .list-results thead tbody td.is-running span,.display .liveDashboard ._account_api .list-results tbody td.is-running thead span,.liveDashboard .display ._account_api .list-results tbody td.is-running thead span,.display ._account_api .liveDashboard .list-results thead tbody td.is-running span,.display ._account_api .liveDashboard .list-results tbody td.is-running thead span,.display ._account_api .list-results thead tbody td.is-pending span,.display ._account_api .list-results tbody td.is-pending thead span,.display ._account_api .liveDashboard .list-results thead tbody td.is-pending span,.liveDashboard .display ._account_api .list-results thead tbody td.is-pending span,.display ._account_api .liveDashboard .list-results tbody td.is-pending thead span,.liveDashboard .display ._account_api .list-results tbody td.is-pending thead span,.display ._account_api .list-results thead tbody td.is-pending span,.display ._account_api .list-results tbody td.is-pending thead span,.display .liveDashboard ._account_api .list-results thead tbody td.is-pending span,.liveDashboard .display ._account_api .list-results thead tbody td.is-pending span,.display .liveDashboard ._account_api .list-results tbody td.is-pending thead span,.liveDashboard .display ._account_api .list-results tbody td.is-pending thead span,.display ._account_api .liveDashboard .list-results thead tbody td.is-pending span,.display ._account_api .liveDashboard .list-results tbody td.is-pending thead span,._account_api .list-results thead .display .icon,._account_api .list-results thead .display .w-alert-banner:before,._account_api .liveDashboard .list-results thead .display .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .display .w-alert-banner:before,._account_api .list-results thead .display .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .display .w-alert-banner:before,._account_api .liveDashboard .list-results thead .display .w-alert-banner:before,._account_api .list-results thead .display .w-dialog.plus .dialog-aside:after,.w-dialog.plus ._account_api .list-results thead .display .dialog-aside:after,._account_api .liveDashboard .list-results thead .display .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .list-results thead .display .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .display .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .display .dialog-aside:after,._account_api .w-dialog.plus .liveDashboard .list-results thead .display .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .display .dialog-aside:after,._account_api .list-results thead .display .w-dialog.plus .dialog-aside:after,._account_api .list-results thead .w-dialog.plus .display .dialog-aside:after,.w-dialog.plus ._account_api .list-results thead .display .dialog-aside:after,.liveDashboard ._account_api .list-results thead .display .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .display .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .display .dialog-aside:after,._account_api .liveDashboard .list-results thead .display .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .display .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .display .dialog-aside:after,._account_api .list-results thead .display .w-toast .toast.plus:after,.w-toast ._account_api .list-results thead .display .toast.plus:after,._account_api .liveDashboard .list-results thead .display .w-toast .toast.plus:after,.liveDashboard ._account_api .list-results thead .display .w-toast .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .display .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .display .toast.plus:after,._account_api .w-toast .liveDashboard .list-results thead .display .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .display .toast.plus:after,._account_api .list-results thead .display .w-toast .toast.plus:after,._account_api .list-results thead .w-toast .display .toast.plus:after,.w-toast ._account_api .list-results thead .display .toast.plus:after,.liveDashboard ._account_api .list-results thead .display .w-toast .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .display .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .display .toast.plus:after,._account_api .liveDashboard .list-results thead .display .w-toast .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .display .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .display .toast.plus:after,._account_api .list-results thead .display .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .display .btn-period-clear:before,._account_api .list-results thead .display .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .display .btn-filter:before,._account_api .liveDashboard .list-results thead .display .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .display .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .display .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .display .btn-period-clear:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .display .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .display .btn-period-clear:before,._account_api .liveDashboard .list-results thead .display .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .list-results thead .display .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .display .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .display .btn-filter:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .display .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .display .btn-filter:before,._account_api .list-results thead .display .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .list-results thead .w-time-period .dropdown .w-selection .display .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .display .btn-period-clear:before,._account_api .list-results thead .display .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .list-results thead .w-time-period .dropdown .w-selection .display .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .display .btn-filter:before,.liveDashboard ._account_api .list-results thead .display .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .display .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .display .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .display .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .display .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .display .btn-filter:before,._account_api .liveDashboard .list-results thead .display .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .display .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .display .btn-period-clear:before,._account_api .liveDashboard .list-results thead .display .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .display .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .display .btn-filter:before,._account_api .list-results thead .display .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .display .btn-period-edit:before,._account_api .liveDashboard .list-results thead .display .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .display .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .display .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .display .btn-period-edit:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .display .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .display .btn-period-edit:before,._account_api .list-results thead .display .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .list-results thead .w-time-period .dropdown .w-selection .display .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .display .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .display .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .display .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .display .btn-period-edit:before,._account_api .liveDashboard .list-results thead .display .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .display .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .display .btn-period-edit:before,._account_api .list-results thead .display .block-filters .btn-filter:before,.block-filters ._account_api .list-results thead .display .btn-filter:before,._account_api .liveDashboard .list-results thead .display .block-filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .display .block-filters .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .display .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .display .btn-filter:before,._account_api .block-filters .liveDashboard .list-results thead .display .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .display .btn-filter:before,._account_api .list-results thead .display .block-filters .btn-filter:before,._account_api .list-results thead .block-filters .display .btn-filter:before,.block-filters ._account_api .list-results thead .display .btn-filter:before,.liveDashboard ._account_api .list-results thead .display .block-filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .display .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .display .btn-filter:before,._account_api .liveDashboard .list-results thead .display .block-filters .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .display .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .display .btn-filter:before,._account_api .list-results thead .display .toggleWrapper input.mobileToggle+label,.toggleWrapper ._account_api .list-results thead .display input.mobileToggle+label,._account_api .liveDashboard .list-results thead .display .toggleWrapper input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .display .toggleWrapper input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper .display input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper .display input.mobileToggle+label,._account_api .toggleWrapper .liveDashboard .list-results thead .display input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead .display input.mobileToggle+label,._account_api .list-results thead .display .toggleWrapper input.mobileToggle+label,._account_api .list-results thead .toggleWrapper .display input.mobileToggle+label,.toggleWrapper ._account_api .list-results thead .display input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .display .toggleWrapper input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper .display input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead .display input.mobileToggle+label,._account_api .liveDashboard .list-results thead .display .toggleWrapper input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper .display input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead .display input.mobileToggle+label,._account_api .list-results thead .display tbody span.status,._account_api .list-results tbody thead .display span.status,._account_api .liveDashboard .list-results thead .display tbody span.status,.liveDashboard ._account_api .list-results thead .display tbody span.status,._account_api .liveDashboard .list-results thead tbody .display span.status,.liveDashboard ._account_api .list-results thead tbody .display span.status,._account_api .liveDashboard .list-results tbody thead .display span.status,.liveDashboard ._account_api .list-results tbody thead .display span.status,._account_api .list-results thead .display tbody span.status,._account_api .list-results thead tbody .display span.status,._account_api .list-results tbody thead .display span.status,.liveDashboard ._account_api .list-results thead .display tbody span.status,.liveDashboard ._account_api .list-results thead tbody .display span.status,.liveDashboard ._account_api .list-results tbody thead .display span.status,._account_api .liveDashboard .list-results thead .display tbody span.status,._account_api .liveDashboard .list-results thead tbody .display span.status,._account_api .liveDashboard .list-results tbody thead .display span.status,._account_api .list-results thead .display tbody td.is-running span,._account_api .list-results tbody td.is-running thead .display span,._account_api .liveDashboard .list-results thead .display tbody td.is-running span,.liveDashboard ._account_api .list-results thead .display tbody td.is-running span,._account_api .liveDashboard .list-results thead tbody td.is-running .display span,.liveDashboard ._account_api .list-results thead tbody td.is-running .display span,._account_api .liveDashboard .list-results tbody td.is-running thead .display span,.liveDashboard ._account_api .list-results tbody td.is-running thead .display span,._account_api .list-results thead .display tbody td.is-running span,._account_api .list-results thead tbody td.is-running .display span,._account_api .list-results tbody td.is-running thead .display span,.liveDashboard ._account_api .list-results thead .display tbody td.is-running span,.liveDashboard ._account_api .list-results thead tbody td.is-running .display span,.liveDashboard ._account_api .list-results tbody td.is-running thead .display span,._account_api .liveDashboard .list-results thead .display tbody td.is-running span,._account_api .liveDashboard .list-results thead tbody td.is-running .display span,._account_api .liveDashboard .list-results tbody td.is-running thead .display span,._account_api .list-results thead .display tbody td.is-pending span,._account_api .list-results tbody td.is-pending thead .display span,._account_api .liveDashboard .list-results thead .display tbody td.is-pending span,.liveDashboard ._account_api .list-results thead .display tbody td.is-pending span,._account_api .liveDashboard .list-results thead tbody td.is-pending .display span,.liveDashboard ._account_api .list-results thead tbody td.is-pending .display span,._account_api .liveDashboard .list-results tbody td.is-pending thead .display span,.liveDashboard ._account_api .list-results tbody td.is-pending thead .display span,._account_api .list-results thead .display tbody td.is-pending span,._account_api .list-results thead tbody td.is-pending .display span,._account_api .list-results tbody td.is-pending thead .display span,.liveDashboard ._account_api .list-results thead .display tbody td.is-pending span,.liveDashboard ._account_api .list-results thead tbody td.is-pending .display span,.liveDashboard ._account_api .list-results tbody td.is-pending thead .display span,._account_api .liveDashboard .list-results thead .display tbody td.is-pending span,._account_api .liveDashboard .list-results thead tbody td.is-pending .display span,._account_api .liveDashboard .list-results tbody td.is-pending thead .display span,.display ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .display .dropdown-toggle:after,.display .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .display .dropdown-toggle:after,.display ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .display .filter,.display .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .display .filter,.display ._account_api .list-results thead .form-label.status span,.display ._account_api .list-results thead .status.status-log span,.display ._account_api .list-results thead .status.status-report-item span,.display ._account_api .list-results thead .double-list dd.status span,.double-list .display ._account_api .list-results thead dd.status span,.display ._account_api .list-results thead .double-list dt.status span,.double-list .display ._account_api .list-results thead dt.status span,.display ._account_api .list-results thead .w-cards-container .w-card .status.title span,.w-cards-container .w-card .display ._account_api .list-results thead .status.title span,.display ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value .display ._account_api .list-results thead .status.label span,.display ._account_api .list-results thead tbody tr.sublist .status.title span,.display ._account_api .list-results tbody tr.sublist thead .status.title span,._account_api .list-results thead .form-label.status .display span,._account_api .list-results thead .status.status-log .display span,._account_api .list-results thead .status.status-report-item .display span,._account_api .list-results thead .double-list dd.status .display span,.double-list ._account_api .list-results thead dd.status .display span,._account_api .list-results thead .double-list dt.status .display span,.double-list ._account_api .list-results thead dt.status .display span,._account_api .list-results thead .w-cards-container .w-card .status.title .display span,.w-cards-container .w-card ._account_api .list-results thead .status.title .display span,._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .display span,.w-cards-container .w-card.centered .w-value ._account_api .list-results thead .status.label .display span,._account_api .list-results thead tbody tr.sublist .status.title .display span,._account_api .list-results tbody tr.sublist thead .status.title .display span,.display .form-label.status ._account_api .list-results thead span,.display .status.status-log ._account_api .list-results thead span,.display .status.status-report-item ._account_api .list-results thead span,.display .double-list dd.status ._account_api .list-results thead span,.double-list .display dd.status ._account_api .list-results thead span,.display .double-list dt.status ._account_api .list-results thead span,.double-list .display dt.status ._account_api .list-results thead span,.display .w-cards-container .w-card .status.title ._account_api .list-results thead span,.w-cards-container .w-card .display .status.title ._account_api .list-results thead span,.display .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span,.w-cards-container .w-card.centered .w-value .display .status.label ._account_api .list-results thead span,.display .list-results tbody tr.sublist .status.title ._account_api .list-results thead span,.list-results tbody tr.sublist .display .status.title ._account_api .list-results thead span,.form-label.status ._account_api .list-results thead .display span,.status.status-log ._account_api .list-results thead .display span,.status.status-report-item ._account_api .list-results thead .display span,.double-list dd.status ._account_api .list-results thead .display span,.double-list dt.status ._account_api .list-results thead .display span,.w-cards-container .w-card .status.title ._account_api .list-results thead .display span,.w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead .display span,.list-results tbody tr.sublist .status.title ._account_api .list-results thead .display span,.display ._account_api .list-results thead .w-filters-selected label.status.small span,._account_api .list-results thead .w-filters-selected label.status.small .display span,.display .w-filters-selected label.status.small ._account_api .list-results thead span,.w-filters-selected label.status.small ._account_api .list-results thead .display span,.display ._account_api .list-results thead .w-filters-selected .status.btn-f-s span,._account_api .list-results thead .w-filters-selected .status.btn-f-s .display span,.display .w-filters-selected .status.btn-f-s ._account_api .list-results thead span,.w-filters-selected .status.btn-f-s ._account_api .list-results thead .display span,.display ._account_api .list-results thead .sub-header .w-form label,.display ._account_api .list-results thead .sub-header .w-double-list label,._account_api .list-results thead .sub-header .w-form .display label,._account_api .list-results thead .sub-header .w-double-list .display label,.display .sub-header .w-form ._account_api .list-results thead label,.display .sub-header .w-double-list ._account_api .list-results thead label,.sub-header .w-form ._account_api .list-results thead .display label,.sub-header .w-double-list ._account_api .list-results thead .display label,.display ._account_api .list-results thead .block-filters button:after,._account_api .list-results thead .block-filters .display button:after,.display .block-filters ._account_api .list-results thead button:after,.block-filters ._account_api .list-results thead .display button:after,.display ._account_api .list-results thead .block-filters select:after,._account_api .list-results thead .block-filters .display select:after,.display .block-filters ._account_api .list-results thead select:after,.block-filters ._account_api .list-results thead .display select:after,.display ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive,._account_api .list-results thead .form-auto-list .display .form-auto-item.is-user-is-inactive,.display .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .list-results thead .display .form-auto-item.is-user-is-inactive,.display ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active,._account_api .list-results thead .form-auto-list .display .form-auto-item.is-user-is-active,.display .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-active,.form-auto-list ._account_api .list-results thead .display .form-auto-item.is-user-is-active,.display ._account_api .list-results thead .list-results-header .status.title span,._account_api .list-results thead .list-results-header .status.title .display span,.display .list-results-header .status.title ._account_api .list-results thead span,.list-results-header .status.title ._account_api .list-results thead .display span,.display ._account_api .list-results thead tr span,._account_api .list-results thead tr .display span,.display .liveDashboard ._account_api .list-results thead .icon,.display .liveDashboard ._account_api .list-results thead .w-alert-banner:before,.display .liveDashboard ._account_api .list-results thead .w-alert-banner:before,.display .liveDashboard ._account_api .list-results thead .w-alert-banner:before,.display .liveDashboard ._account_api .list-results thead .w-alert-banner:before,.display .liveDashboard ._account_api .liveDashboard .list-results thead .w-alert-banner:before,.display .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .display .liveDashboard ._account_api .list-results thead .dialog-aside:after,.display .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.display .w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus .display .liveDashboard ._account_api .list-results thead .dialog-aside:after,.display .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.display .liveDashboard .w-dialog.plus ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus .display .liveDashboard ._account_api .list-results thead .dialog-aside:after,.display .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.display .w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus .display .liveDashboard ._account_api .list-results thead .dialog-aside:after,.display .liveDashboard ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.display .liveDashboard .w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus .display .liveDashboard ._account_api .liveDashboard .list-results thead .dialog-aside:after,.display .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.w-toast .display .liveDashboard ._account_api .list-results thead .toast.plus:after,.display .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.display .w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.w-toast .display .liveDashboard ._account_api .list-results thead .toast.plus:after,.display .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.display .liveDashboard .w-toast ._account_api .list-results thead .toast.plus:after,.w-toast .display .liveDashboard ._account_api .list-results thead .toast.plus:after,.display .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.display .w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.w-toast .display .liveDashboard ._account_api .list-results thead .toast.plus:after,.display .liveDashboard ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.display .liveDashboard .w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,.w-toast .display .liveDashboard ._account_api .liveDashboard .list-results thead .toast.plus:after,.display .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .display .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.display .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .display .liveDashboard ._account_api .list-results thead .btn-filter:before,.display .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.display .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .display .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.display .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.display .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .display .liveDashboard ._account_api .list-results thead .btn-filter:before,.display .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.display .liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .display .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.display .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.display .liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .display .liveDashboard ._account_api .list-results thead .btn-filter:before,.display .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.display .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .display .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.display .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.display .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .display .liveDashboard ._account_api .list-results thead .btn-filter:before,.display .liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.display .liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .display .liveDashboard ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.display .liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.display .liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .display .liveDashboard ._account_api .liveDashboard .list-results thead .btn-filter:before,.display .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .display .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.display .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.display .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .display .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.display .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.display .liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .display .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.display .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.display .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .display .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.display .liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.display .liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .display .liveDashboard ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.display .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.block-filters .display .liveDashboard ._account_api .list-results thead .btn-filter:before,.display .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.display .block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.block-filters .display .liveDashboard ._account_api .list-results thead .btn-filter:before,.display .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.display .liveDashboard .block-filters ._account_api .list-results thead .btn-filter:before,.block-filters .display .liveDashboard ._account_api .list-results thead .btn-filter:before,.display .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.display .block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.block-filters .display .liveDashboard ._account_api .list-results thead .btn-filter:before,.display .liveDashboard ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.display .liveDashboard .block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,.block-filters .display .liveDashboard ._account_api .liveDashboard .list-results thead .btn-filter:before,.display .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper .display .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.display .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.display .toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper .display .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.display .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.display .liveDashboard .toggleWrapper ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper .display .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.display .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.display .toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper .display .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.display .liveDashboard ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.display .liveDashboard .toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper .display .liveDashboard ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.display .liveDashboard ._account_api .list-results thead tbody span.status,.display .liveDashboard ._account_api .list-results tbody thead span.status,.display .liveDashboard ._account_api .list-results thead tbody span.status,.display .liveDashboard ._account_api .list-results tbody thead span.status,.display .liveDashboard ._account_api .list-results thead tbody span.status,.display .liveDashboard ._account_api .list-results tbody thead span.status,.display .liveDashboard ._account_api .list-results thead tbody span.status,.display .liveDashboard ._account_api .list-results tbody thead span.status,.display .liveDashboard ._account_api .liveDashboard .list-results thead tbody span.status,.display .liveDashboard ._account_api .liveDashboard .list-results tbody thead span.status,.display .liveDashboard ._account_api .list-results thead tbody td.is-running span,.display .liveDashboard ._account_api .list-results tbody td.is-running thead span,.display .liveDashboard ._account_api .list-results thead tbody td.is-running span,.display .liveDashboard ._account_api .list-results tbody td.is-running thead span,.display .liveDashboard ._account_api .list-results thead tbody td.is-running span,.display .liveDashboard ._account_api .list-results tbody td.is-running thead span,.display .liveDashboard ._account_api .list-results thead tbody td.is-running span,.display .liveDashboard ._account_api .list-results tbody td.is-running thead span,.display .liveDashboard ._account_api .liveDashboard .list-results thead tbody td.is-running span,.display .liveDashboard ._account_api .liveDashboard .list-results tbody td.is-running thead span,.display .liveDashboard ._account_api .list-results thead tbody td.is-pending span,.display .liveDashboard ._account_api .list-results tbody td.is-pending thead span,.display .liveDashboard ._account_api .list-results thead tbody td.is-pending span,.display .liveDashboard ._account_api .list-results tbody td.is-pending thead span,.display .liveDashboard ._account_api .list-results thead tbody td.is-pending span,.display .liveDashboard ._account_api .list-results tbody td.is-pending thead span,.display .liveDashboard ._account_api .list-results thead tbody td.is-pending span,.display .liveDashboard ._account_api .list-results tbody td.is-pending thead span,.display .liveDashboard ._account_api .liveDashboard .list-results thead tbody td.is-pending span,.display .liveDashboard ._account_api .liveDashboard .list-results tbody td.is-pending thead span,.liveDashboard ._account_api .list-results thead .display .icon,.liveDashboard ._account_api .list-results thead .display .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .display .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .display .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .display .w-alert-banner:before,.liveDashboard ._account_api .liveDashboard .list-results thead .display .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .display .w-dialog.plus .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .display .dialog-aside:after,.liveDashboard ._account_api .list-results thead .display .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .display .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .display .dialog-aside:after,.liveDashboard ._account_api .list-results thead .display .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .display .dialog-aside:after,.liveDashboard .w-dialog.plus ._account_api .list-results thead .display .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .display .dialog-aside:after,.liveDashboard ._account_api .list-results thead .display .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .display .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .display .dialog-aside:after,.liveDashboard ._account_api .liveDashboard .list-results thead .display .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .liveDashboard .list-results thead .w-dialog.plus .display .dialog-aside:after,.liveDashboard .w-dialog.plus ._account_api .liveDashboard .list-results thead .display .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .liveDashboard .list-results thead .display .dialog-aside:after,.liveDashboard ._account_api .list-results thead .display .w-toast .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .display .toast.plus:after,.liveDashboard ._account_api .list-results thead .display .w-toast .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .display .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .display .toast.plus:after,.liveDashboard ._account_api .list-results thead .display .w-toast .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .display .toast.plus:after,.liveDashboard .w-toast ._account_api .list-results thead .display .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .display .toast.plus:after,.liveDashboard ._account_api .list-results thead .display .w-toast .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .display .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .display .toast.plus:after,.liveDashboard ._account_api .liveDashboard .list-results thead .display .w-toast .toast.plus:after,.liveDashboard ._account_api .liveDashboard .list-results thead .w-toast .display .toast.plus:after,.liveDashboard .w-toast ._account_api .liveDashboard .list-results thead .display .toast.plus:after,.w-toast .liveDashboard ._account_api .liveDashboard .list-results thead .display .toast.plus:after,.liveDashboard ._account_api .list-results thead .display .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .display .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .display .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .display .btn-filter:before,.liveDashboard ._account_api .list-results thead .display .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .display .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .display .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .display .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .display .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .display .btn-filter:before,.liveDashboard ._account_api .list-results thead .display .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .display .btn-period-clear:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .display .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .display .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .display .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .display .btn-filter:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .display .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .display .btn-filter:before,.liveDashboard ._account_api .list-results thead .display .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .display .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .display .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .display .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .display .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .display .btn-filter:before,.liveDashboard ._account_api .liveDashboard .list-results thead .display .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .display .btn-period-clear:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .display .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .liveDashboard .list-results thead .display .btn-period-clear:before,.liveDashboard ._account_api .liveDashboard .list-results thead .display .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .display .btn-filter:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .display .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .liveDashboard .list-results thead .display .btn-filter:before,.liveDashboard ._account_api .list-results thead .display .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .display .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .display .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .display .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .display .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .display .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .display .btn-period-edit:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .display .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .display .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .display .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .display .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .display .btn-period-edit:before,.liveDashboard ._account_api .liveDashboard .list-results thead .display .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .display .btn-period-edit:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .display .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .liveDashboard .list-results thead .display .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .display .block-filters .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .display .btn-filter:before,.liveDashboard ._account_api .list-results thead .display .block-filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .display .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .display .btn-filter:before,.liveDashboard ._account_api .list-results thead .display .block-filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .display .btn-filter:before,.liveDashboard .block-filters ._account_api .list-results thead .display .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .display .btn-filter:before,.liveDashboard ._account_api .list-results thead .display .block-filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .display .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .display .btn-filter:before,.liveDashboard ._account_api .liveDashboard .list-results thead .display .block-filters .btn-filter:before,.liveDashboard ._account_api .liveDashboard .list-results thead .block-filters .display .btn-filter:before,.liveDashboard .block-filters ._account_api .liveDashboard .list-results thead .display .btn-filter:before,.block-filters .liveDashboard ._account_api .liveDashboard .list-results thead .display .btn-filter:before,.liveDashboard ._account_api .list-results thead .display .toggleWrapper input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead .display input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .display .toggleWrapper input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper .display input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead .display input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .display .toggleWrapper input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper .display input.mobileToggle+label,.liveDashboard .toggleWrapper ._account_api .list-results thead .display input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead .display input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .display .toggleWrapper input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper .display input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead .display input.mobileToggle+label,.liveDashboard ._account_api .liveDashboard .list-results thead .display .toggleWrapper input.mobileToggle+label,.liveDashboard ._account_api .liveDashboard .list-results thead .toggleWrapper .display input.mobileToggle+label,.liveDashboard .toggleWrapper ._account_api .liveDashboard .list-results thead .display input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .liveDashboard .list-results thead .display input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .display tbody span.status,.liveDashboard ._account_api .list-results tbody thead .display span.status,.liveDashboard ._account_api .list-results thead .display tbody span.status,.liveDashboard ._account_api .list-results thead tbody .display span.status,.liveDashboard ._account_api .list-results tbody thead .display span.status,.liveDashboard ._account_api .list-results thead .display tbody span.status,.liveDashboard ._account_api .list-results thead tbody .display span.status,.liveDashboard ._account_api .list-results tbody thead .display span.status,.liveDashboard ._account_api .list-results thead .display tbody span.status,.liveDashboard ._account_api .list-results thead tbody .display span.status,.liveDashboard ._account_api .list-results tbody thead .display span.status,.liveDashboard ._account_api .liveDashboard .list-results thead .display tbody span.status,.liveDashboard ._account_api .liveDashboard .list-results thead tbody .display span.status,.liveDashboard ._account_api .liveDashboard .list-results tbody thead .display span.status,.liveDashboard ._account_api .list-results thead .display tbody td.is-running span,.liveDashboard ._account_api .list-results tbody td.is-running thead .display span,.liveDashboard ._account_api .list-results thead .display tbody td.is-running span,.liveDashboard ._account_api .list-results thead tbody td.is-running .display span,.liveDashboard ._account_api .list-results tbody td.is-running thead .display span,.liveDashboard ._account_api .list-results thead .display tbody td.is-running span,.liveDashboard ._account_api .list-results thead tbody td.is-running .display span,.liveDashboard ._account_api .list-results tbody td.is-running thead .display span,.liveDashboard ._account_api .list-results thead .display tbody td.is-running span,.liveDashboard ._account_api .list-results thead tbody td.is-running .display span,.liveDashboard ._account_api .list-results tbody td.is-running thead .display span,.liveDashboard ._account_api .liveDashboard .list-results thead .display tbody td.is-running span,.liveDashboard ._account_api .liveDashboard .list-results thead tbody td.is-running .display span,.liveDashboard ._account_api .liveDashboard .list-results tbody td.is-running thead .display span,.liveDashboard ._account_api .list-results thead .display tbody td.is-pending span,.liveDashboard ._account_api .list-results tbody td.is-pending thead .display span,.liveDashboard ._account_api .list-results thead .display tbody td.is-pending span,.liveDashboard ._account_api .list-results thead tbody td.is-pending .display span,.liveDashboard ._account_api .list-results tbody td.is-pending thead .display span,.liveDashboard ._account_api .list-results thead .display tbody td.is-pending span,.liveDashboard ._account_api .list-results thead tbody td.is-pending .display span,.liveDashboard ._account_api .list-results tbody td.is-pending thead .display span,.liveDashboard ._account_api .list-results thead .display tbody td.is-pending span,.liveDashboard ._account_api .list-results thead tbody td.is-pending .display span,.liveDashboard ._account_api .list-results tbody td.is-pending thead .display span,.liveDashboard ._account_api .liveDashboard .list-results thead .display tbody td.is-pending span,.liveDashboard ._account_api .liveDashboard .list-results thead tbody td.is-pending .display span,.liveDashboard ._account_api .liveDashboard .list-results tbody td.is-pending thead .display span,.display ._account_api .liveDashboard .list-results thead .icon,.display ._account_api .liveDashboard .list-results thead .w-alert-banner:before,.display ._account_api .liveDashboard .list-results thead .w-alert-banner:before,.display ._account_api .liveDashboard .list-results thead .w-alert-banner:before,.display ._account_api .liveDashboard ._account_api .list-results thead .w-alert-banner:before,.display ._account_api .liveDashboard .list-results thead .w-alert-banner:before,.display ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .display ._account_api .liveDashboard .list-results thead .dialog-aside:after,.display ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.display ._account_api .w-dialog.plus .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus .display ._account_api .liveDashboard .list-results thead .dialog-aside:after,.display ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.display .w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus .display ._account_api .liveDashboard .list-results thead .dialog-aside:after,.display ._account_api .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.display ._account_api .w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus .display ._account_api .liveDashboard ._account_api .list-results thead .dialog-aside:after,.display ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.display .w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus .display ._account_api .liveDashboard .list-results thead .dialog-aside:after,.display ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-toast .display ._account_api .liveDashboard .list-results thead .toast.plus:after,.display ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.display ._account_api .w-toast .liveDashboard .list-results thead .toast.plus:after,.w-toast .display ._account_api .liveDashboard .list-results thead .toast.plus:after,.display ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.display .w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,.w-toast .display ._account_api .liveDashboard .list-results thead .toast.plus:after,.display ._account_api .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.display ._account_api .w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.w-toast .display ._account_api .liveDashboard ._account_api .list-results thead .toast.plus:after,.display ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.display .w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,.w-toast .display ._account_api .liveDashboard .list-results thead .toast.plus:after,.display ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .display ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.display ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .display ._account_api .liveDashboard .list-results thead .btn-filter:before,.display ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.display ._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .display ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.display ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.display ._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .display ._account_api .liveDashboard .list-results thead .btn-filter:before,.display ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.display .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .display ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.display ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.display .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .display ._account_api .liveDashboard .list-results thead .btn-filter:before,.display ._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.display ._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .display ._account_api .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.display ._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.display ._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .display ._account_api .liveDashboard ._account_api .list-results thead .btn-filter:before,.display ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.display .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .display ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.display ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.display .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .display ._account_api .liveDashboard .list-results thead .btn-filter:before,.display ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .display ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.display ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.display ._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .display ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.display ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.display .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .display ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.display ._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.display ._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .display ._account_api .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.display ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.display .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .display ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.display ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.block-filters .display ._account_api .liveDashboard .list-results thead .btn-filter:before,.display ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.display ._account_api .block-filters .liveDashboard .list-results thead .btn-filter:before,.block-filters .display ._account_api .liveDashboard .list-results thead .btn-filter:before,.display ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.display .block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,.block-filters .display ._account_api .liveDashboard .list-results thead .btn-filter:before,.display ._account_api .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.display ._account_api .block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.block-filters .display ._account_api .liveDashboard ._account_api .list-results thead .btn-filter:before,.display ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.display .block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,.block-filters .display ._account_api .liveDashboard .list-results thead .btn-filter:before,.display ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper .display ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.display ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.display ._account_api .toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper .display ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.display ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.display .toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper .display ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.display ._account_api .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.display ._account_api .toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper .display ._account_api .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.display ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.display .toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper .display ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.display ._account_api .liveDashboard .list-results thead tbody span.status,.display ._account_api .liveDashboard .list-results tbody thead span.status,.display ._account_api .liveDashboard .list-results thead tbody span.status,.display ._account_api .liveDashboard .list-results tbody thead span.status,.display ._account_api .liveDashboard .list-results thead tbody span.status,.display ._account_api .liveDashboard .list-results tbody thead span.status,.display ._account_api .liveDashboard ._account_api .list-results thead tbody span.status,.display ._account_api .liveDashboard ._account_api .list-results tbody thead span.status,.display ._account_api .liveDashboard .list-results thead tbody span.status,.display ._account_api .liveDashboard .list-results tbody thead span.status,.display ._account_api .liveDashboard .list-results thead tbody td.is-running span,.display ._account_api .liveDashboard .list-results tbody td.is-running thead span,.display ._account_api .liveDashboard .list-results thead tbody td.is-running span,.display ._account_api .liveDashboard .list-results tbody td.is-running thead span,.display ._account_api .liveDashboard .list-results thead tbody td.is-running span,.display ._account_api .liveDashboard .list-results tbody td.is-running thead span,.display ._account_api .liveDashboard ._account_api .list-results thead tbody td.is-running span,.display ._account_api .liveDashboard ._account_api .list-results tbody td.is-running thead span,.display ._account_api .liveDashboard .list-results thead tbody td.is-running span,.display ._account_api .liveDashboard .list-results tbody td.is-running thead span,.display ._account_api .liveDashboard .list-results thead tbody td.is-pending span,.display ._account_api .liveDashboard .list-results tbody td.is-pending thead span,.display ._account_api .liveDashboard .list-results thead tbody td.is-pending span,.display ._account_api .liveDashboard .list-results tbody td.is-pending thead span,.display ._account_api .liveDashboard .list-results thead tbody td.is-pending span,.display ._account_api .liveDashboard .list-results tbody td.is-pending thead span,.display ._account_api .liveDashboard ._account_api .list-results thead tbody td.is-pending span,.display ._account_api .liveDashboard ._account_api .list-results tbody td.is-pending thead span,.display ._account_api .liveDashboard .list-results thead tbody td.is-pending span,.display ._account_api .liveDashboard .list-results tbody td.is-pending thead span,._account_api .liveDashboard .list-results thead .display .icon,._account_api .liveDashboard .list-results thead .display .w-alert-banner:before,._account_api .liveDashboard .list-results thead .display .w-alert-banner:before,._account_api .liveDashboard .list-results thead .display .w-alert-banner:before,._account_api .liveDashboard ._account_api .list-results thead .display .w-alert-banner:before,._account_api .liveDashboard .list-results thead .display .w-alert-banner:before,._account_api .liveDashboard .list-results thead .display .w-dialog.plus .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .display .dialog-aside:after,._account_api .liveDashboard .list-results thead .display .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .display .dialog-aside:after,._account_api .w-dialog.plus .liveDashboard .list-results thead .display .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .display .dialog-aside:after,._account_api .liveDashboard .list-results thead .display .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .display .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .display .dialog-aside:after,._account_api .liveDashboard ._account_api .list-results thead .display .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard ._account_api .list-results thead .w-dialog.plus .display .dialog-aside:after,._account_api .w-dialog.plus .liveDashboard ._account_api .list-results thead .display .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard ._account_api .list-results thead .display .dialog-aside:after,._account_api .liveDashboard .list-results thead .display .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .display .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .display .dialog-aside:after,._account_api .liveDashboard .list-results thead .display .w-toast .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .display .toast.plus:after,._account_api .liveDashboard .list-results thead .display .w-toast .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .display .toast.plus:after,._account_api .w-toast .liveDashboard .list-results thead .display .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .display .toast.plus:after,._account_api .liveDashboard .list-results thead .display .w-toast .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .display .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .display .toast.plus:after,._account_api .liveDashboard ._account_api .list-results thead .display .w-toast .toast.plus:after,._account_api .liveDashboard ._account_api .list-results thead .w-toast .display .toast.plus:after,._account_api .w-toast .liveDashboard ._account_api .list-results thead .display .toast.plus:after,.w-toast ._account_api .liveDashboard ._account_api .list-results thead .display .toast.plus:after,._account_api .liveDashboard .list-results thead .display .w-toast .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .display .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .display .toast.plus:after,._account_api .liveDashboard .list-results thead .display .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .display .btn-period-clear:before,._account_api .liveDashboard .list-results thead .display .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .display .btn-filter:before,._account_api .liveDashboard .list-results thead .display .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .display .btn-period-clear:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .display .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .display .btn-period-clear:before,._account_api .liveDashboard .list-results thead .display .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .display .btn-filter:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .display .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .display .btn-filter:before,._account_api .liveDashboard .list-results thead .display .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .display .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .display .btn-period-clear:before,._account_api .liveDashboard .list-results thead .display .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .display .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .display .btn-filter:before,._account_api .liveDashboard ._account_api .list-results thead .display .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .display .btn-period-clear:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .display .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard ._account_api .list-results thead .display .btn-period-clear:before,._account_api .liveDashboard ._account_api .list-results thead .display .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .display .btn-filter:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .display .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard ._account_api .list-results thead .display .btn-filter:before,._account_api .liveDashboard .list-results thead .display .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .display .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .display .btn-period-clear:before,._account_api .liveDashboard .list-results thead .display .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .display .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .display .btn-filter:before,._account_api .liveDashboard .list-results thead .display .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .display .btn-period-edit:before,._account_api .liveDashboard .list-results thead .display .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .display .btn-period-edit:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .display .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .display .btn-period-edit:before,._account_api .liveDashboard .list-results thead .display .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .display .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .display .btn-period-edit:before,._account_api .liveDashboard ._account_api .list-results thead .display .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .display .btn-period-edit:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .display .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard ._account_api .list-results thead .display .btn-period-edit:before,._account_api .liveDashboard .list-results thead .display .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .display .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .display .btn-period-edit:before,._account_api .liveDashboard .list-results thead .display .block-filters .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .display .btn-filter:before,._account_api .liveDashboard .list-results thead .display .block-filters .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .display .btn-filter:before,._account_api .block-filters .liveDashboard .list-results thead .display .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .display .btn-filter:before,._account_api .liveDashboard .list-results thead .display .block-filters .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .display .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .display .btn-filter:before,._account_api .liveDashboard ._account_api .list-results thead .display .block-filters .btn-filter:before,._account_api .liveDashboard ._account_api .list-results thead .block-filters .display .btn-filter:before,._account_api .block-filters .liveDashboard ._account_api .list-results thead .display .btn-filter:before,.block-filters ._account_api .liveDashboard ._account_api .list-results thead .display .btn-filter:before,._account_api .liveDashboard .list-results thead .display .block-filters .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .display .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .display .btn-filter:before,._account_api .liveDashboard .list-results thead .display .toggleWrapper input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead .display input.mobileToggle+label,._account_api .liveDashboard .list-results thead .display .toggleWrapper input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper .display input.mobileToggle+label,._account_api .toggleWrapper .liveDashboard .list-results thead .display input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead .display input.mobileToggle+label,._account_api .liveDashboard .list-results thead .display .toggleWrapper input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper .display input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead .display input.mobileToggle+label,._account_api .liveDashboard ._account_api .list-results thead .display .toggleWrapper input.mobileToggle+label,._account_api .liveDashboard ._account_api .list-results thead .toggleWrapper .display input.mobileToggle+label,._account_api .toggleWrapper .liveDashboard ._account_api .list-results thead .display input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard ._account_api .list-results thead .display input.mobileToggle+label,._account_api .liveDashboard .list-results thead .display .toggleWrapper input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper .display input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead .display input.mobileToggle+label,._account_api .liveDashboard .list-results thead .display tbody span.status,._account_api .liveDashboard .list-results tbody thead .display span.status,._account_api .liveDashboard .list-results thead .display tbody span.status,._account_api .liveDashboard .list-results thead tbody .display span.status,._account_api .liveDashboard .list-results tbody thead .display span.status,._account_api .liveDashboard .list-results thead .display tbody span.status,._account_api .liveDashboard .list-results thead tbody .display span.status,._account_api .liveDashboard .list-results tbody thead .display span.status,._account_api .liveDashboard ._account_api .list-results thead .display tbody span.status,._account_api .liveDashboard ._account_api .list-results thead tbody .display span.status,._account_api .liveDashboard ._account_api .list-results tbody thead .display span.status,._account_api .liveDashboard .list-results thead .display tbody span.status,._account_api .liveDashboard .list-results thead tbody .display span.status,._account_api .liveDashboard .list-results tbody thead .display span.status,._account_api .liveDashboard .list-results thead .display tbody td.is-running span,._account_api .liveDashboard .list-results tbody td.is-running thead .display span,._account_api .liveDashboard .list-results thead .display tbody td.is-running span,._account_api .liveDashboard .list-results thead tbody td.is-running .display span,._account_api .liveDashboard .list-results tbody td.is-running thead .display span,._account_api .liveDashboard .list-results thead .display tbody td.is-running span,._account_api .liveDashboard .list-results thead tbody td.is-running .display span,._account_api .liveDashboard .list-results tbody td.is-running thead .display span,._account_api .liveDashboard ._account_api .list-results thead .display tbody td.is-running span,._account_api .liveDashboard ._account_api .list-results thead tbody td.is-running .display span,._account_api .liveDashboard ._account_api .list-results tbody td.is-running thead .display span,._account_api .liveDashboard .list-results thead .display tbody td.is-running span,._account_api .liveDashboard .list-results thead tbody td.is-running .display span,._account_api .liveDashboard .list-results tbody td.is-running thead .display span,._account_api .liveDashboard .list-results thead .display tbody td.is-pending span,._account_api .liveDashboard .list-results tbody td.is-pending thead .display span,._account_api .liveDashboard .list-results thead .display tbody td.is-pending span,._account_api .liveDashboard .list-results thead tbody td.is-pending .display span,._account_api .liveDashboard .list-results tbody td.is-pending thead .display span,._account_api .liveDashboard .list-results thead .display tbody td.is-pending span,._account_api .liveDashboard .list-results thead tbody td.is-pending .display span,._account_api .liveDashboard .list-results tbody td.is-pending thead .display span,._account_api .liveDashboard ._account_api .list-results thead .display tbody td.is-pending span,._account_api .liveDashboard ._account_api .list-results thead tbody td.is-pending .display span,._account_api .liveDashboard ._account_api .list-results tbody td.is-pending thead .display span,._account_api .liveDashboard .list-results thead .display tbody td.is-pending span,._account_api .liveDashboard .list-results thead tbody td.is-pending .display span,._account_api .liveDashboard .list-results tbody td.is-pending thead .display span,.display .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .display .dropdown-toggle:after,.display ._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .display .dropdown-toggle:after,.display .liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .dropdown-toggle:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .display .dropdown-toggle:after,.display .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .display .dropdown-toggle:after,.display .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .display .filter,.display ._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .display .filter,.display .liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .filter,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .display .filter,.display .w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .display .filter,.display .liveDashboard ._account_api .list-results thead .form-label.status span,.display .liveDashboard ._account_api .list-results thead .status.status-log span,.display .liveDashboard ._account_api .list-results thead .status.status-report-item span,.display .liveDashboard ._account_api .list-results thead .double-list dd.status span,.double-list .display .liveDashboard ._account_api .list-results thead dd.status span,.display .liveDashboard ._account_api .list-results thead .double-list dt.status span,.double-list .display .liveDashboard ._account_api .list-results thead dt.status span,.display .liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span,.w-cards-container .w-card .display .liveDashboard ._account_api .list-results thead .status.title span,.display .liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value .display .liveDashboard ._account_api .list-results thead .status.label span,.display .liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span,.display .liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span,.liveDashboard ._account_api .list-results thead .form-label.status .display span,.liveDashboard ._account_api .list-results thead .status.status-log .display span,.liveDashboard ._account_api .list-results thead .status.status-report-item .display span,.liveDashboard ._account_api .list-results thead .double-list dd.status .display span,.double-list .liveDashboard ._account_api .list-results thead dd.status .display span,.liveDashboard ._account_api .list-results thead .double-list dt.status .display span,.double-list .liveDashboard ._account_api .list-results thead dt.status .display span,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title .display span,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title .display span,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .display span,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label .display span,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title .display span,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title .display span,.display ._account_api .liveDashboard .list-results thead .form-label.status span,.display ._account_api .liveDashboard .list-results thead .status.status-log span,.display ._account_api .liveDashboard .list-results thead .status.status-report-item span,.display ._account_api .liveDashboard .list-results thead .double-list dd.status span,.double-list .display ._account_api .liveDashboard .list-results thead dd.status span,.display ._account_api .liveDashboard .list-results thead .double-list dt.status span,.double-list .display ._account_api .liveDashboard .list-results thead dt.status span,.display ._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span,.w-cards-container .w-card .display ._account_api .liveDashboard .list-results thead .status.title span,.display ._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value .display ._account_api .liveDashboard .list-results thead .status.label span,.display ._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span,.display ._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span,._account_api .liveDashboard .list-results thead .form-label.status .display span,._account_api .liveDashboard .list-results thead .status.status-log .display span,._account_api .liveDashboard .list-results thead .status.status-report-item .display span,._account_api .liveDashboard .list-results thead .double-list dd.status .display span,.double-list ._account_api .liveDashboard .list-results thead dd.status .display span,._account_api .liveDashboard .list-results thead .double-list dt.status .display span,.double-list ._account_api .liveDashboard .list-results thead dt.status .display span,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title .display span,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title .display span,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .display span,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label .display span,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title .display span,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title .display span,.display .liveDashboard .form-label.status ._account_api .list-results thead span,.display .liveDashboard .status.status-log ._account_api .list-results thead span,.display .liveDashboard .status.status-report-item ._account_api .list-results thead span,.display .liveDashboard .double-list dd.status ._account_api .list-results thead span,.double-list .display .liveDashboard dd.status ._account_api .list-results thead span,.display .liveDashboard .double-list dt.status ._account_api .list-results thead span,.double-list .display .liveDashboard dt.status ._account_api .list-results thead span,.display .liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span,.w-cards-container .w-card .display .liveDashboard .status.title ._account_api .list-results thead span,.display .liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span,.w-cards-container .w-card.centered .w-value .display .liveDashboard .status.label ._account_api .list-results thead span,.display .liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span,.list-results tbody tr.sublist .display .liveDashboard .status.title ._account_api .list-results thead span,.liveDashboard .form-label.status ._account_api .list-results thead .display span,.liveDashboard .status.status-log ._account_api .list-results thead .display span,.liveDashboard .status.status-report-item ._account_api .list-results thead .display span,.liveDashboard .double-list dd.status ._account_api .list-results thead .display span,.double-list .liveDashboard dd.status ._account_api .list-results thead .display span,.liveDashboard .double-list dt.status ._account_api .list-results thead .display span,.double-list .liveDashboard dt.status ._account_api .list-results thead .display span,.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead .display span,.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead .display span,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead .display span,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead .display span,.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead .display span,.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead .display span,.display .form-label.status ._account_api .liveDashboard .list-results thead span,.display .status.status-log ._account_api .liveDashboard .list-results thead span,.display .status.status-report-item ._account_api .liveDashboard .list-results thead span,.display .double-list dd.status ._account_api .liveDashboard .list-results thead span,.double-list .display dd.status ._account_api .liveDashboard .list-results thead span,.display .double-list dt.status ._account_api .liveDashboard .list-results thead span,.double-list .display dt.status ._account_api .liveDashboard .list-results thead span,.display .w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead span,.w-cards-container .w-card .display .status.title ._account_api .liveDashboard .list-results thead span,.display .w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead span,.w-cards-container .w-card.centered .w-value .display .status.label ._account_api .liveDashboard .list-results thead span,.display .list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead span,.list-results tbody tr.sublist .display .status.title ._account_api .liveDashboard .list-results thead span,.form-label.status ._account_api .liveDashboard .list-results thead .display span,.status.status-log ._account_api .liveDashboard .list-results thead .display span,.status.status-report-item ._account_api .liveDashboard .list-results thead .display span,.double-list dd.status ._account_api .liveDashboard .list-results thead .display span,.double-list dt.status ._account_api .liveDashboard .list-results thead .display span,.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead .display span,.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead .display span,.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead .display span,.display .liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small .display span,.display ._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small .display span,.display .liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span,.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead .display span,.display .w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead span,.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead .display span,.display .liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s .display span,.display ._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .display span,.display .liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span,.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead .display span,.display .w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead span,.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead .display span,.display .liveDashboard ._account_api .list-results thead .sub-header .w-form label,.display .liveDashboard ._account_api .list-results thead .sub-header .w-double-list label,.liveDashboard ._account_api .list-results thead .sub-header .w-form .display label,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list .display label,.display ._account_api .liveDashboard .list-results thead .sub-header .w-form label,.display ._account_api .liveDashboard .list-results thead .sub-header .w-double-list label,._account_api .liveDashboard .list-results thead .sub-header .w-form .display label,._account_api .liveDashboard .list-results thead .sub-header .w-double-list .display label,.display .liveDashboard .sub-header .w-form ._account_api .list-results thead label,.display .liveDashboard .sub-header .w-double-list ._account_api .list-results thead label,.liveDashboard .sub-header .w-form ._account_api .list-results thead .display label,.liveDashboard .sub-header .w-double-list ._account_api .list-results thead .display label,.display .sub-header .w-form ._account_api .liveDashboard .list-results thead label,.display .sub-header .w-double-list ._account_api .liveDashboard .list-results thead label,.sub-header .w-form ._account_api .liveDashboard .list-results thead .display label,.sub-header .w-double-list ._account_api .liveDashboard .list-results thead .display label,.display .liveDashboard ._account_api .list-results thead .block-filters button:after,.liveDashboard ._account_api .list-results thead .block-filters .display button:after,.display ._account_api .liveDashboard .list-results thead .block-filters button:after,._account_api .liveDashboard .list-results thead .block-filters .display button:after,.display .liveDashboard .block-filters ._account_api .list-results thead button:after,.liveDashboard .block-filters ._account_api .list-results thead .display button:after,.display .block-filters ._account_api .liveDashboard .list-results thead button:after,.block-filters ._account_api .liveDashboard .list-results thead .display button:after,.display .liveDashboard ._account_api .list-results thead .block-filters select:after,.liveDashboard ._account_api .list-results thead .block-filters .display select:after,.display ._account_api .liveDashboard .list-results thead .block-filters select:after,._account_api .liveDashboard .list-results thead .block-filters .display select:after,.display .liveDashboard .block-filters ._account_api .list-results thead select:after,.liveDashboard .block-filters ._account_api .list-results thead .display select:after,.display .block-filters ._account_api .liveDashboard .list-results thead select:after,.block-filters ._account_api .liveDashboard .list-results thead .display select:after,.display .liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .form-auto-list .display .form-auto-item.is-user-is-inactive,.display ._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .form-auto-list .display .form-auto-item.is-user-is-inactive,.display .liveDashboard .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-inactive,.liveDashboard .form-auto-list ._account_api .list-results thead .display .form-auto-item.is-user-is-inactive,.display .form-auto-list ._account_api .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .liveDashboard .list-results thead .display .form-auto-item.is-user-is-inactive,.display .liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .form-auto-list .display .form-auto-item.is-user-is-active,.display ._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .form-auto-list .display .form-auto-item.is-user-is-active,.display .liveDashboard .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-active,.liveDashboard .form-auto-list ._account_api .list-results thead .display .form-auto-item.is-user-is-active,.display .form-auto-list ._account_api .liveDashboard .list-results thead .form-auto-item.is-user-is-active,.form-auto-list ._account_api .liveDashboard .list-results thead .display .form-auto-item.is-user-is-active,.display .liveDashboard ._account_api .list-results thead .list-results-header .status.title span,.liveDashboard ._account_api .list-results thead .list-results-header .status.title .display span,.display ._account_api .liveDashboard .list-results thead .list-results-header .status.title span,._account_api .liveDashboard .list-results thead .list-results-header .status.title .display span,.display .liveDashboard .list-results-header .status.title ._account_api .list-results thead span,.liveDashboard .list-results-header .status.title ._account_api .list-results thead .display span,.display .list-results-header .status.title ._account_api .liveDashboard .list-results thead span,.list-results-header .status.title ._account_api .liveDashboard .list-results thead .display span,.display .liveDashboard ._account_api .list-results thead tr span,.liveDashboard ._account_api .list-results thead tr .display span,.display ._account_api .liveDashboard .list-results thead tr span,._account_api .liveDashboard .list-results thead tr .display span,.display ._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .dropdown-toggle:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .display .dropdown-toggle:after,.display .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .display .dropdown-toggle:after,.display ._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .filter,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .display .filter,.display .w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .display .filter,.display ._account_api .form-label.status .liveDashboard .list-results thead span,.display ._account_api .status.status-log .liveDashboard .list-results thead span,.display ._account_api .status.status-report-item .liveDashboard .list-results thead span,.display ._account_api .double-list dd.status .liveDashboard .list-results thead span,.double-list .display ._account_api dd.status .liveDashboard .list-results thead span,.display ._account_api .double-list dt.status .liveDashboard .list-results thead span,.double-list .display ._account_api dt.status .liveDashboard .list-results thead span,.display ._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span,.w-cards-container .w-card .display ._account_api .status.title .liveDashboard .list-results thead span,.display ._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span,.w-cards-container .w-card.centered .w-value .display ._account_api .status.label .liveDashboard .list-results thead span,.display ._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span,.list-results tbody tr.sublist .display ._account_api .status.title .liveDashboard .list-results thead span,._account_api .form-label.status .liveDashboard .list-results thead .display span,._account_api .status.status-log .liveDashboard .list-results thead .display span,._account_api .status.status-report-item .liveDashboard .list-results thead .display span,._account_api .double-list dd.status .liveDashboard .list-results thead .display span,.double-list ._account_api dd.status .liveDashboard .list-results thead .display span,._account_api .double-list dt.status .liveDashboard .list-results thead .display span,.double-list ._account_api dt.status .liveDashboard .list-results thead .display span,._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead .display span,.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead .display span,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead .display span,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead .display span,._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead .display span,.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead .display span,.display .form-label.status .liveDashboard ._account_api .list-results thead span,.display .status.status-log .liveDashboard ._account_api .list-results thead span,.display .status.status-report-item .liveDashboard ._account_api .list-results thead span,.display .double-list dd.status .liveDashboard ._account_api .list-results thead span,.double-list .display dd.status .liveDashboard ._account_api .list-results thead span,.display .double-list dt.status .liveDashboard ._account_api .list-results thead span,.double-list .display dt.status .liveDashboard ._account_api .list-results thead span,.display .w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead span,.w-cards-container .w-card .display .status.title .liveDashboard ._account_api .list-results thead span,.display .w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead span,.w-cards-container .w-card.centered .w-value .display .status.label .liveDashboard ._account_api .list-results thead span,.display .list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead span,.list-results tbody tr.sublist .display .status.title .liveDashboard ._account_api .list-results thead span,.form-label.status .liveDashboard ._account_api .list-results thead .display span,.status.status-log .liveDashboard ._account_api .list-results thead .display span,.status.status-report-item .liveDashboard ._account_api .list-results thead .display span,.double-list dd.status .liveDashboard ._account_api .list-results thead .display span,.double-list dt.status .liveDashboard ._account_api .list-results thead .display span,.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead .display span,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead .display span,.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead .display span,.display ._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span,._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead .display span,.display .w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead span,.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead .display span,.display ._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead .display span,.display .w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead span,.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead .display span,.display ._account_api .sub-header .w-form .liveDashboard .list-results thead label,.display ._account_api .sub-header .w-double-list .liveDashboard .list-results thead label,._account_api .sub-header .w-form .liveDashboard .list-results thead .display label,._account_api .sub-header .w-double-list .liveDashboard .list-results thead .display label,.display .sub-header .w-form .liveDashboard ._account_api .list-results thead label,.display .sub-header .w-double-list .liveDashboard ._account_api .list-results thead label,.sub-header .w-form .liveDashboard ._account_api .list-results thead .display label,.sub-header .w-double-list .liveDashboard ._account_api .list-results thead .display label,.display ._account_api .block-filters .liveDashboard .list-results thead button:after,._account_api .block-filters .liveDashboard .list-results thead .display button:after,.display .block-filters .liveDashboard ._account_api .list-results thead button:after,.block-filters .liveDashboard ._account_api .list-results thead .display button:after,.display ._account_api .block-filters .liveDashboard .list-results thead select:after,._account_api .block-filters .liveDashboard .list-results thead .display select:after,.display .block-filters .liveDashboard ._account_api .list-results thead select:after,.block-filters .liveDashboard ._account_api .list-results thead .display select:after,.display ._account_api .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive,._account_api .form-auto-list .liveDashboard .list-results thead .display .form-auto-item.is-user-is-inactive,.display .form-auto-list .liveDashboard ._account_api .list-results thead .form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard ._account_api .list-results thead .display .form-auto-item.is-user-is-inactive,.display ._account_api .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-active,._account_api .form-auto-list .liveDashboard .list-results thead .display .form-auto-item.is-user-is-active,.display .form-auto-list .liveDashboard ._account_api .list-results thead .form-auto-item.is-user-is-active,.form-auto-list .liveDashboard ._account_api .list-results thead .display .form-auto-item.is-user-is-active,.display ._account_api .list-results-header .status.title .liveDashboard .list-results thead span,._account_api .list-results-header .status.title .liveDashboard .list-results thead .display span,.display .list-results-header .status.title .liveDashboard ._account_api .list-results thead span,.list-results-header .status.title .liveDashboard ._account_api .list-results thead .display span,.display .list-results thead tr span,.list-results thead tr .display span,.display .form-auto-list .form-auto-item.is-user-is-inactive,.form-auto-list .display .form-auto-item.is-user-is-inactive,.display .form-auto-list .form-auto-item.is-user-is-active,.form-auto-list .display .form-auto-item.is-user-is-active,.display .block-filters button:after,.block-filters .display button:after,.display .block-filters select:after,.block-filters .display select:after,.display .sub-header .w-form label,.display .sub-header .w-double-list label,.sub-header .w-form .display label,.sub-header .w-double-list .display label,.display .form-label.status span,.display .status.status-log span,.display .status.status-report-item span,.display .double-list dd.status span,.double-list .display dd.status span,.display .double-list dt.status span,.double-list .display dt.status span,.display .w-cards-container .w-card .status.title span,.w-cards-container .w-card .display .status.title span,.display .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value .display .status.label span,.display .list-results tbody tr.sublist .status.title span,.list-results tbody tr.sublist .display .status.title span,.display .list-results-header .status.title span,.list-results-header .display .status.title span,.form-label.status .display span,.status.status-log .display span,.status.status-report-item .display span,.double-list dd.status .display span,.double-list dt.status .display span,.w-cards-container .w-card .status.title .display span,.w-cards-container .w-card.centered .w-value .status.label .display span,.list-results tbody tr.sublist .status.title .display span,.list-results-header .status.title .display span,.display .w-filters-selected label.status.small span,.w-filters-selected label.status.small .display span,.display .w-filters-selected .status.btn-f-s span,.w-filters-selected .status.btn-f-s .display span,.display .w-filter-preset.w-filter-preset .filter-preset .filter,.w-filter-preset.w-filter-preset .filter-preset .display .filter,.display .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .display .dropdown-toggle:after{display:inline-block;width:100%;height:100%}.toggle-on,.toggle-off{position:absolute;top:50%;transform:translateY(-50%);font-size:10px;font-weight:bold;z-index:1}.toggle-on{left:8px;color:#fff;visibility:hidden}.toggle-off{right:6px;color:#fff}input:checked+.display-toggle-slider .toggle-on{visibility:visible}input:checked+.display-toggle-slider .toggle-off{visibility:hidden}.mobile input{font-size:16px !important}@supports(-webkit-touch-callout: none){.mobile .ios-font-fix{font-size:9px}}.main-header{background:#fff;padding:0;border-bottom:1px solid #d3d3d3}@media(min-width: 1024px){.main-header{min-width:1024px}}.main-header .w-right .btn,.main-header .w-right .pagination a,.pagination .main-header .w-right a,.main-header .w-right .goal-option .expend-label,.goal-option .main-header .w-right .expend-label{margin-left:1rem}@media(min-width: 1024px){#content{min-width:1024px}}@media(max-width: 767px){body:has(.login) .site-logo{margin-right:0}}.site-logo{background:url("/assets/images/logo-short.svg") no-repeat;width:3.4rem;height:3.4rem;background-position:center;background-size:auto 80%}@media(max-width: 767px){.site-logo{margin:0 2rem;width:100%;flex:1 100% !important;margin-right:-2rem}}@media(min-width: 1240px){.site-logo{background:url("/assets/images/logo.svg") no-repeat;width:16rem;background-position:0 center;background-size:auto 94%}}@media(max-width: 1023px){.site-logo{width:3.4rem;padding:2rem}}.site-logo a{display:block;width:100%;height:100%}.site-logo span{display:none}.w-main-nav,.main-nav{display:flex;flex-direction:row;align-items:center}@media(max-width: 767px){.w-main-nav .site-logo{display:none}}.w-right .main-nav .main-nav-item{margin:0}.w-right .main-nav .main-nav-item:nth-of-type(2){margin-right:1.5rem}.w-right .main-nav .main-nav-link.i-settings:before,.w-right .main-nav .main-nav-link.i-logout:before{font-size:2rem}.w-right .main-nav .main-nav-link.i-settings+.dropdown-list,.w-right .main-nav .main-nav-link.i-logout+.dropdown-list{top:2rem;left:-3rem}.w-left .main-nav-item{margin-right:0rem}@media(min-width: 1024px){.w-left .main-nav-item{margin-right:1rem}}.w-left .main-nav-item.dropdown{padding-right:1rem}.main-nav-list{display:flex;margin-left:0rem}@media(min-width: 768px){.main-nav-list{margin-left:2rem;gap:2rem}}.main-nav-item{display:flex;align-items:center}@media(min-width: 768px){.main-nav-item.mobile-only{display:none}}.w-left .main-nav-item:last-of-type{border-left:1px solid #dcdada}.main-nav-item.hightlight{padding-right:.5rem;margin-right:.5rem;border-right:1px solid #d3d3d3}.dropdown .main-nav-item{margin-right:0}.main-nav-item .main-nav-link{cursor:pointer;gap:.5rem}.secondary-nav .main-nav-item .main-nav-link{display:block}.dropdown-list .main-nav-item .main-nav-link{display:flex}@media(max-width: 1023px){.w-left .main-nav-item .main-nav-link span{display:none}}.main-nav-item .main-nav-link:before{font-size:1.4em;color:#8c8c8c;text-align:center}.secondary-nav .main-nav-item .main-nav-link:before{font-size:1em;width:1.5rem}.main-nav-item .main-nav-link:hover:before{color:#3f3f3f}.main-nav-item .main-nav-link.i-brand:before{font-size:1.2em}.main-nav-item .main-nav-link.i-brand:before{font-size:1.2em}.main-nav-item .main-nav-link.i-settings{padding:.25rem .5rem .25rem 2rem !important}@media(max-width: 1023px){.main-nav-item .main-nav-link.i-settings{padding-left:.5rem !important}}.main-nav-item .main-nav-link.i-settings:before{font-size:1.4em}.main-nav-item .main-nav-link.i-audience-overview:before{font-size:1.6em}.main-nav-item .main-nav-link.is-premium{opacity:.65}.main-nav-item .main-nav-link.is-premium:hover:before{color:#8c8c8c}.main-nav .dropdown-list{top:3rem;left:.25rem;background-color:#d4225d;border:0;padding:0}.main-nav .dropdown-toggle{color:#d4225d}.main-nav .dropdown-toggle:after{content:"\E8EA";color:#d4225d}.main-nav .dropdown-toggle .dropdown-toggle{color:#3f3f3f !important}.main-nav .dropdown-toggle .dropdown-toggle:after{content:"\E8EA";color:#3f3f3f}.main-nav .dropdown-link{display:flex;align-items:center;text-transform:capitalize}.main-nav .dropdown-link:before{margin-right:.5rem;width:2rem}.main-nav .dropdown-link.i-ad:before{margin-left:-0.5rem;margin-right:1rem}.main-nav .dropdown-link.i-affiliation:before{font-size:2rem}.main-nav .dropdown-link.i-cost:before,.main-nav .dropdown-link.i-group:before,.main-nav .dropdown-link.i-transaction:before{font-size:1.5rem}.main-nav .dropdown-link span{white-space:nowrap;text-transform:capitalize}.main-nav .dropdown .main-nav-item{font-family:"Inter",sans-serif;font-optical-sizing:auto;font-style:normal;font-size:1em;font-weight:700;color:#fff}.main-nav .dropdown .main-nav-item:hover{color:#3f3f3f}.main-nav .dropdown .main-nav-item .main-nav-link{width:100%;color:#fff}.main-nav .dropdown .main-nav-item .main-nav-link:before{color:#fff}.main-nav .dropdown .main-nav-item .main-nav-link:hover{background-color:rgba(165,165,165,.05)}.main-nav .dropdown .dropdown .dropdown-toggle{color:#3f3f3f !important}.main-nav .dropdown .dropdown .dropdown-toggle:after{display:none}.main-nav .dropdown .dropdown .dropdown-toggle:before{margin-right:.5rem}.main-nav .dropdown .dropdown .dropdown-toggle span{flex:1}.user-section{padding-left:0rem;border-left:0px solid #d3d3d3}@media(min-width: 768px){.user-section{padding-left:1rem;border-left:1px solid #d3d3d3}}.user-section .user-role{font-size:.8rem;display:block;font-size:.9rem;font-weight:700;color:#8c8c8c}.user-section .user-name{display:block;white-space:nowrap}#compareFilter select{width:26rem}.page-header{display:flex;justify-content:space-between;align-items:center;padding:2.5rem 2rem 0 2rem}@media(max-width: 767px){.page-header{text-align:left;justify-content:flex-start;gap:1rem}}._users .page-header{margin-bottom:0}.page-header .w-title{display:flex;align-items:center;justify-content:flex-start;gap:1rem}.page-header .flex{display:flex;flex-direction:row;align-items:center;gap:1rem}@media(max-width: 767px){.page-header p{text-align:right}}.title-page{font-family:"Inter",sans-serif;font-optical-sizing:auto;font-style:normal;font-size:2.5rem;font-weight:700;color:#3f3f3f;text-transform:uppercase;white-space:nowrap}@media(max-width: 767px){.title-page{font-size:1.6rem;display:flex;align-items:center;gap:1rem}}.title-sub-page{font-family:"Inter",sans-serif;font-optical-sizing:auto;font-style:normal;font-size:1.2rem;font-weight:300;color:#d3d3d3;font-size:1.2rem;color:#000}.title-sub-page.code{font-family:"Source Code Pro",monospace;font-optical-sizing:auto;font-style:normal}.sub-header{min-height:5rem;margin-bottom:2rem;padding:0 2rem;padding-top:2rem;border-bottom:1px solid rgba(165,165,165,.1);box-sizing:border-box;box-shadow:0px 0px 30px 0px rgba(165,165,165,.1)}@media(min-width: 1024px){.sub-header{min-width:1024px}}.home .sub-header{padding-top:1.5rem}#liveDashboard .sub-header{margin-bottom:-1rem;padding-top:10px;background:none;border:0;box-shadow:none}.sub-header.sub-header-based{background-color:rgba(0,0,0,0);box-shadow:none;margin-bottom:0;padding-top:0;position:relative;z-index:160;padding-right:1rem}.sub-header .w-left>div,.sub-header .w-right>div,.sub-header .w-center>div{margin-bottom:1.5rem}.sub-header .w-left .separator,.sub-header .w-right .separator,.sub-header .w-center .separator{border-left:1px solid #d3d3d3;padding-left:1rem}.sub-header .w-right>div{margin-left:1rem}.sub-header .align-btm{align-items:flex-end}.sub-header .w-justify{position:relative;z-index:210}.sub-header .w-justify>div{flex:1;display:flex;align-items:center;flex-wrap:wrap}.sub-header .w-justify.secondary-filters{transition:all .25s ease-out;max-height:0;opacity:0;z-index:200}.sub-header .w-justify.secondary-filters .w-left{height:0;overflow:hidden}.sub-header .w-justify.secondary-filters.is-open{max-height:inherit;opacity:1}@media(min-width: 1024px){.sub-header .w-justify.secondary-filters.is-open{max-height:10rem}}.sub-header .w-justify.secondary-filters.is-open .w-left{height:auto;overflow:visible}.sub-header select,.sub-header .dropdown-toggle{width:19rem;height:4rem;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block}@media(min-width: 1024px){.sub-header select,.sub-header .dropdown-toggle{width:19rem;height:4rem}}.sub-header .btn,.sub-header .pagination a,.pagination .sub-header a,.sub-header .goal-option .expend-label,.goal-option .sub-header .expend-label{margin-bottom:1rem}.sub-header .group-label{font-family:"Inter",sans-serif;font-optical-sizing:auto;font-style:normal;font-size:1em;font-weight:700;color:#3f3f3f;text-transform:uppercase;white-space:nowrap;display:block;position:static;margin:0 1rem 2rem 0}.sub-header .group-label:before{width:1.5rem;margin-right:1rem;color:#a5a5a5;text-align:center;font-size:2rem}.sub-header .input-text.num{height:4rem;padding-top:1.5rem;width:19rem}.sub-header .apply{padding-left:2rem;margin-right:0 !important}.sub-header .apply select{margin-right:0}.sub-header .left-join{margin-left:-1px !important;border-left:0 !important;box-sizing:border-box}.sub-header .border-left{border-left:1px solid #d3d3d3;margin-right:0}.sub-header .radio-control{padding-bottom:1rem}.sub-header .radio-control .icon,.sub-header .radio-control .w-alert-banner:before,.sub-header .radio-control .liveDashboard .list-results thead .w-alert-banner:before,.liveDashboard .list-results thead .sub-header .radio-control .w-alert-banner:before,.sub-header .radio-control ._account_api .list-results thead .w-alert-banner:before,._account_api .list-results thead .sub-header .radio-control .w-alert-banner:before,.sub-header .radio-control .liveDashboard ._account_api .list-results thead .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .sub-header .radio-control .w-alert-banner:before,.sub-header .radio-control ._account_api .liveDashboard .list-results thead .w-alert-banner:before,._account_api .liveDashboard .list-results thead .sub-header .radio-control .w-alert-banner:before,.sub-header .radio-control .w-dialog.plus .dialog-aside:after,.w-dialog.plus .sub-header .radio-control .dialog-aside:after,.sub-header .radio-control .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.liveDashboard .list-results thead .w-dialog.plus .sub-header .radio-control .dialog-aside:after,.sub-header .radio-control .w-dialog.plus .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus .liveDashboard .list-results thead .sub-header .radio-control .dialog-aside:after,.sub-header .radio-control ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,._account_api .list-results thead .w-dialog.plus .sub-header .radio-control .dialog-aside:after,.sub-header .radio-control .w-dialog.plus ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus ._account_api .list-results thead .sub-header .radio-control .dialog-aside:after,.sub-header .radio-control .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .sub-header .radio-control .dialog-aside:after,.sub-header .radio-control .w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .sub-header .radio-control .dialog-aside:after,.sub-header .radio-control ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .sub-header .radio-control .dialog-aside:after,.sub-header .radio-control .w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .sub-header .radio-control .dialog-aside:after,.sub-header .radio-control .w-toast .toast.plus:after,.w-toast .sub-header .radio-control .toast.plus:after,.sub-header .radio-control .liveDashboard .list-results thead .w-toast .toast.plus:after,.liveDashboard .list-results thead .w-toast .sub-header .radio-control .toast.plus:after,.sub-header .radio-control .w-toast .liveDashboard .list-results thead .toast.plus:after,.w-toast .liveDashboard .list-results thead .sub-header .radio-control .toast.plus:after,.sub-header .radio-control ._account_api .list-results thead .w-toast .toast.plus:after,._account_api .list-results thead .w-toast .sub-header .radio-control .toast.plus:after,.sub-header .radio-control .w-toast ._account_api .list-results thead .toast.plus:after,.w-toast ._account_api .list-results thead .sub-header .radio-control .toast.plus:after,.sub-header .radio-control .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .sub-header .radio-control .toast.plus:after,.sub-header .radio-control .w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .sub-header .radio-control .toast.plus:after,.sub-header .radio-control ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .sub-header .radio-control .toast.plus:after,.sub-header .radio-control .w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .sub-header .radio-control .toast.plus:after,.sub-header .radio-control .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .sub-header .radio-control .btn-period-clear:before,.sub-header .radio-control .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .sub-header .radio-control .btn-filter:before,.sub-header .radio-control .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .sub-header .radio-control .btn-period-clear:before,.sub-header .radio-control .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .sub-header .radio-control .btn-period-clear:before,.sub-header .radio-control .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .sub-header .radio-control .btn-filter:before,.sub-header .radio-control .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .sub-header .radio-control .btn-filter:before,.sub-header .radio-control ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .list-results thead .w-time-period .dropdown .w-selection .sub-header .radio-control .btn-period-clear:before,.sub-header .radio-control .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .sub-header .radio-control .btn-period-clear:before,.sub-header .radio-control ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .list-results thead .w-time-period .dropdown .w-selection .sub-header .radio-control .btn-filter:before,.sub-header .radio-control .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .sub-header .radio-control .btn-filter:before,.sub-header .radio-control .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .sub-header .radio-control .btn-period-clear:before,.sub-header .radio-control .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .sub-header .radio-control .btn-period-clear:before,.sub-header .radio-control .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .sub-header .radio-control .btn-filter:before,.sub-header .radio-control .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .sub-header .radio-control .btn-filter:before,.sub-header .radio-control ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .sub-header .radio-control .btn-period-clear:before,.sub-header .radio-control .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .sub-header .radio-control .btn-period-clear:before,.sub-header .radio-control ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .sub-header .radio-control .btn-filter:before,.sub-header .radio-control .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .sub-header .radio-control .btn-filter:before,.sub-header .radio-control .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .sub-header .radio-control .btn-period-edit:before,.sub-header .radio-control .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .sub-header .radio-control .btn-period-edit:before,.sub-header .radio-control .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .sub-header .radio-control .btn-period-edit:before,.sub-header .radio-control ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .list-results thead .w-time-period .dropdown .w-selection .sub-header .radio-control .btn-period-edit:before,.sub-header .radio-control .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .sub-header .radio-control .btn-period-edit:before,.sub-header .radio-control .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .sub-header .radio-control .btn-period-edit:before,.sub-header .radio-control .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .sub-header .radio-control .btn-period-edit:before,.sub-header .radio-control ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .sub-header .radio-control .btn-period-edit:before,.sub-header .radio-control .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .sub-header .radio-control .btn-period-edit:before,.sub-header .radio-control .block-filters .btn-filter:before,.block-filters .sub-header .radio-control .btn-filter:before,.sub-header .radio-control .liveDashboard .list-results thead .block-filters .btn-filter:before,.liveDashboard .list-results thead .block-filters .sub-header .radio-control .btn-filter:before,.sub-header .radio-control .block-filters .liveDashboard .list-results thead .btn-filter:before,.block-filters .liveDashboard .list-results thead .sub-header .radio-control .btn-filter:before,.sub-header .radio-control ._account_api .list-results thead .block-filters .btn-filter:before,._account_api .list-results thead .block-filters .sub-header .radio-control .btn-filter:before,.sub-header .radio-control .block-filters ._account_api .list-results thead .btn-filter:before,.block-filters ._account_api .list-results thead .sub-header .radio-control .btn-filter:before,.sub-header .radio-control .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .sub-header .radio-control .btn-filter:before,.sub-header .radio-control .block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .sub-header .radio-control .btn-filter:before,.sub-header .radio-control ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .sub-header .radio-control .btn-filter:before,.sub-header .radio-control .block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .sub-header .radio-control .btn-filter:before,.sub-header .radio-control .toggleWrapper input.mobileToggle+label,.toggleWrapper .sub-header .radio-control input.mobileToggle+label,.sub-header .radio-control .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.liveDashboard .list-results thead .toggleWrapper .sub-header .radio-control input.mobileToggle+label,.sub-header .radio-control .toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper .liveDashboard .list-results thead .sub-header .radio-control input.mobileToggle+label,.sub-header .radio-control ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,._account_api .list-results thead .toggleWrapper .sub-header .radio-control input.mobileToggle+label,.sub-header .radio-control .toggleWrapper ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper ._account_api .list-results thead .sub-header .radio-control input.mobileToggle+label,.sub-header .radio-control .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper .sub-header .radio-control input.mobileToggle+label,.sub-header .radio-control .toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead .sub-header .radio-control input.mobileToggle+label,.sub-header .radio-control ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper .sub-header .radio-control input.mobileToggle+label,.sub-header .radio-control .toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead .sub-header .radio-control input.mobileToggle+label,.sub-header .radio-control .list-results tbody span.status,.list-results tbody .sub-header .radio-control span.status,.sub-header .radio-control .liveDashboard .list-results thead tbody span.status,.liveDashboard .list-results thead tbody .sub-header .radio-control span.status,.sub-header .radio-control .liveDashboard .list-results tbody thead span.status,.liveDashboard .list-results tbody thead .sub-header .radio-control span.status,.sub-header .radio-control ._account_api .list-results thead tbody span.status,._account_api .list-results thead tbody .sub-header .radio-control span.status,.sub-header .radio-control ._account_api .list-results tbody thead span.status,._account_api .list-results tbody thead .sub-header .radio-control span.status,.sub-header .radio-control .liveDashboard ._account_api .list-results thead tbody span.status,.liveDashboard ._account_api .list-results thead tbody .sub-header .radio-control span.status,.sub-header .radio-control .liveDashboard ._account_api .list-results tbody thead span.status,.liveDashboard ._account_api .list-results tbody thead .sub-header .radio-control span.status,.sub-header .radio-control ._account_api .liveDashboard .list-results thead tbody span.status,._account_api .liveDashboard .list-results thead tbody .sub-header .radio-control span.status,.sub-header .radio-control ._account_api .liveDashboard .list-results tbody thead span.status,._account_api .liveDashboard .list-results tbody thead .sub-header .radio-control span.status,.sub-header .radio-control .list-results tbody td.is-running span,.list-results tbody td.is-running .sub-header .radio-control span,.sub-header .radio-control .liveDashboard .list-results thead tbody td.is-running span,.liveDashboard .list-results thead tbody td.is-running .sub-header .radio-control span,.sub-header .radio-control .liveDashboard .list-results tbody td.is-running thead span,.liveDashboard .list-results tbody td.is-running thead .sub-header .radio-control span,.sub-header .radio-control ._account_api .list-results thead tbody td.is-running span,._account_api .list-results thead tbody td.is-running .sub-header .radio-control span,.sub-header .radio-control ._account_api .list-results tbody td.is-running thead span,._account_api .list-results tbody td.is-running thead .sub-header .radio-control span,.sub-header .radio-control .liveDashboard ._account_api .list-results thead tbody td.is-running span,.liveDashboard ._account_api .list-results thead tbody td.is-running .sub-header .radio-control span,.sub-header .radio-control .liveDashboard ._account_api .list-results tbody td.is-running thead span,.liveDashboard ._account_api .list-results tbody td.is-running thead .sub-header .radio-control span,.sub-header .radio-control ._account_api .liveDashboard .list-results thead tbody td.is-running span,._account_api .liveDashboard .list-results thead tbody td.is-running .sub-header .radio-control span,.sub-header .radio-control ._account_api .liveDashboard .list-results tbody td.is-running thead span,._account_api .liveDashboard .list-results tbody td.is-running thead .sub-header .radio-control span,.sub-header .radio-control .list-results tbody td.is-pending span,.list-results tbody td.is-pending .sub-header .radio-control span,.sub-header .radio-control .liveDashboard .list-results thead tbody td.is-pending span,.liveDashboard .list-results thead tbody td.is-pending .sub-header .radio-control span,.sub-header .radio-control .liveDashboard .list-results tbody td.is-pending thead span,.liveDashboard .list-results tbody td.is-pending thead .sub-header .radio-control span,.sub-header .radio-control ._account_api .list-results thead tbody td.is-pending span,._account_api .list-results thead tbody td.is-pending .sub-header .radio-control span,.sub-header .radio-control ._account_api .list-results tbody td.is-pending thead span,._account_api .list-results tbody td.is-pending thead .sub-header .radio-control span,.sub-header .radio-control .liveDashboard ._account_api .list-results thead tbody td.is-pending span,.liveDashboard ._account_api .list-results thead tbody td.is-pending .sub-header .radio-control span,.sub-header .radio-control .liveDashboard ._account_api .list-results tbody td.is-pending thead span,.liveDashboard ._account_api .list-results tbody td.is-pending thead .sub-header .radio-control span,.sub-header .radio-control ._account_api .liveDashboard .list-results thead tbody td.is-pending span,._account_api .liveDashboard .list-results thead tbody td.is-pending .sub-header .radio-control span,.sub-header .radio-control ._account_api .liveDashboard .list-results tbody td.is-pending thead span,._account_api .liveDashboard .list-results tbody td.is-pending thead .sub-header .radio-control span,.sub-header .radio-control .liveDashboard .list-results thead .icon,.sub-header .radio-control .liveDashboard .list-results thead .w-alert-banner:before,.sub-header .radio-control .liveDashboard .list-results thead .w-alert-banner:before,.sub-header .radio-control .liveDashboard ._account_api .list-results thead .w-alert-banner:before,._account_api .sub-header .radio-control .liveDashboard .list-results thead .w-alert-banner:before,.sub-header .radio-control .liveDashboard ._account_api .list-results thead .w-alert-banner:before,.sub-header .radio-control ._account_api .liveDashboard .list-results thead .w-alert-banner:before,._account_api .sub-header .radio-control .liveDashboard .list-results thead .w-alert-banner:before,.sub-header .radio-control .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .sub-header .radio-control .liveDashboard .list-results thead .dialog-aside:after,.sub-header .radio-control .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.sub-header .radio-control .w-dialog.plus .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus .sub-header .radio-control .liveDashboard .list-results thead .dialog-aside:after,.sub-header .radio-control .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,._account_api .sub-header .radio-control .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.sub-header .radio-control .liveDashboard .w-dialog.plus ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus ._account_api .sub-header .radio-control .liveDashboard .list-results thead .dialog-aside:after,.sub-header .radio-control .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.sub-header .radio-control .w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus .sub-header .radio-control .liveDashboard ._account_api .list-results thead .dialog-aside:after,.sub-header .radio-control ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,._account_api .sub-header .radio-control .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.sub-header .radio-control .w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus ._account_api .sub-header .radio-control .liveDashboard .list-results thead .dialog-aside:after,.sub-header .radio-control .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-toast .sub-header .radio-control .liveDashboard .list-results thead .toast.plus:after,.sub-header .radio-control .liveDashboard .list-results thead .w-toast .toast.plus:after,.sub-header .radio-control .w-toast .liveDashboard .list-results thead .toast.plus:after,.w-toast .sub-header .radio-control .liveDashboard .list-results thead .toast.plus:after,.sub-header .radio-control .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,._account_api .sub-header .radio-control .liveDashboard .list-results thead .w-toast .toast.plus:after,.sub-header .radio-control .liveDashboard .w-toast ._account_api .list-results thead .toast.plus:after,.w-toast ._account_api .sub-header .radio-control .liveDashboard .list-results thead .toast.plus:after,.sub-header .radio-control .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.sub-header .radio-control .w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.w-toast .sub-header .radio-control .liveDashboard ._account_api .list-results thead .toast.plus:after,.sub-header .radio-control ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,._account_api .sub-header .radio-control .liveDashboard .list-results thead .w-toast .toast.plus:after,.sub-header .radio-control .w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,.w-toast ._account_api .sub-header .radio-control .liveDashboard .list-results thead .toast.plus:after,.sub-header .radio-control .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .sub-header .radio-control .liveDashboard .list-results thead .btn-period-clear:before,.sub-header .radio-control .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .sub-header .radio-control .liveDashboard .list-results thead .btn-filter:before,.sub-header .radio-control .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.sub-header .radio-control .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .sub-header .radio-control .liveDashboard .list-results thead .btn-period-clear:before,.sub-header .radio-control .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.sub-header .radio-control .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .sub-header .radio-control .liveDashboard .list-results thead .btn-filter:before,.sub-header .radio-control .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .sub-header .radio-control .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.sub-header .radio-control .liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .sub-header .radio-control .liveDashboard .list-results thead .btn-period-clear:before,.sub-header .radio-control .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .sub-header .radio-control .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.sub-header .radio-control .liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .sub-header .radio-control .liveDashboard .list-results thead .btn-filter:before,.sub-header .radio-control .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.sub-header .radio-control .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .sub-header .radio-control .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.sub-header .radio-control .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.sub-header .radio-control .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .sub-header .radio-control .liveDashboard ._account_api .list-results thead .btn-filter:before,.sub-header .radio-control ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .sub-header .radio-control .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.sub-header .radio-control .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .sub-header .radio-control .liveDashboard .list-results thead .btn-period-clear:before,.sub-header .radio-control ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .sub-header .radio-control .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.sub-header .radio-control .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .sub-header .radio-control .liveDashboard .list-results thead .btn-filter:before,.sub-header .radio-control .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .sub-header .radio-control .liveDashboard .list-results thead .btn-period-edit:before,.sub-header .radio-control .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.sub-header .radio-control .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .sub-header .radio-control .liveDashboard .list-results thead .btn-period-edit:before,.sub-header .radio-control .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .sub-header .radio-control .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.sub-header .radio-control .liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .sub-header .radio-control .liveDashboard .list-results thead .btn-period-edit:before,.sub-header .radio-control .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.sub-header .radio-control .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .sub-header .radio-control .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.sub-header .radio-control ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .sub-header .radio-control .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.sub-header .radio-control .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .sub-header .radio-control .liveDashboard .list-results thead .btn-period-edit:before,.sub-header .radio-control .liveDashboard .list-results thead .block-filters .btn-filter:before,.block-filters .sub-header .radio-control .liveDashboard .list-results thead .btn-filter:before,.sub-header .radio-control .liveDashboard .list-results thead .block-filters .btn-filter:before,.sub-header .radio-control .block-filters .liveDashboard .list-results thead .btn-filter:before,.block-filters .sub-header .radio-control .liveDashboard .list-results thead .btn-filter:before,.sub-header .radio-control .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,._account_api .sub-header .radio-control .liveDashboard .list-results thead .block-filters .btn-filter:before,.sub-header .radio-control .liveDashboard .block-filters ._account_api .list-results thead .btn-filter:before,.block-filters ._account_api .sub-header .radio-control .liveDashboard .list-results thead .btn-filter:before,.sub-header .radio-control .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.sub-header .radio-control .block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.block-filters .sub-header .radio-control .liveDashboard ._account_api .list-results thead .btn-filter:before,.sub-header .radio-control ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,._account_api .sub-header .radio-control .liveDashboard .list-results thead .block-filters .btn-filter:before,.sub-header .radio-control .block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,.block-filters ._account_api .sub-header .radio-control .liveDashboard .list-results thead .btn-filter:before,.sub-header .radio-control .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper .sub-header .radio-control .liveDashboard .list-results thead input.mobileToggle+label,.sub-header .radio-control .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.sub-header .radio-control .toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper .sub-header .radio-control .liveDashboard .list-results thead input.mobileToggle+label,.sub-header .radio-control .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,._account_api .sub-header .radio-control .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.sub-header .radio-control .liveDashboard .toggleWrapper ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper ._account_api .sub-header .radio-control .liveDashboard .list-results thead input.mobileToggle+label,.sub-header .radio-control .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.sub-header .radio-control .toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper .sub-header .radio-control .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.sub-header .radio-control ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,._account_api .sub-header .radio-control .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.sub-header .radio-control .toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper ._account_api .sub-header .radio-control .liveDashboard .list-results thead input.mobileToggle+label,.sub-header .radio-control .liveDashboard .list-results thead tbody span.status,.sub-header .radio-control .liveDashboard .list-results tbody thead span.status,.sub-header .radio-control .liveDashboard .list-results thead tbody span.status,.sub-header .radio-control .liveDashboard .list-results tbody thead span.status,.sub-header .radio-control .liveDashboard ._account_api .list-results thead tbody span.status,._account_api .sub-header .radio-control .liveDashboard .list-results thead tbody span.status,.sub-header .radio-control .liveDashboard ._account_api .list-results tbody thead span.status,._account_api .sub-header .radio-control .liveDashboard .list-results tbody thead span.status,.sub-header .radio-control .liveDashboard ._account_api .list-results thead tbody span.status,.sub-header .radio-control .liveDashboard ._account_api .list-results tbody thead span.status,.sub-header .radio-control ._account_api .liveDashboard .list-results thead tbody span.status,._account_api .sub-header .radio-control .liveDashboard .list-results thead tbody span.status,.sub-header .radio-control ._account_api .liveDashboard .list-results tbody thead span.status,._account_api .sub-header .radio-control .liveDashboard .list-results tbody thead span.status,.sub-header .radio-control .liveDashboard .list-results thead tbody td.is-running span,.sub-header .radio-control .liveDashboard .list-results tbody td.is-running thead span,.sub-header .radio-control .liveDashboard .list-results thead tbody td.is-running span,.sub-header .radio-control .liveDashboard .list-results tbody td.is-running thead span,.sub-header .radio-control .liveDashboard ._account_api .list-results thead tbody td.is-running span,._account_api .sub-header .radio-control .liveDashboard .list-results thead tbody td.is-running span,.sub-header .radio-control .liveDashboard ._account_api .list-results tbody td.is-running thead span,._account_api .sub-header .radio-control .liveDashboard .list-results tbody td.is-running thead span,.sub-header .radio-control .liveDashboard ._account_api .list-results thead tbody td.is-running span,.sub-header .radio-control .liveDashboard ._account_api .list-results tbody td.is-running thead span,.sub-header .radio-control ._account_api .liveDashboard .list-results thead tbody td.is-running span,._account_api .sub-header .radio-control .liveDashboard .list-results thead tbody td.is-running span,.sub-header .radio-control ._account_api .liveDashboard .list-results tbody td.is-running thead span,._account_api .sub-header .radio-control .liveDashboard .list-results tbody td.is-running thead span,.sub-header .radio-control .liveDashboard .list-results thead tbody td.is-pending span,.sub-header .radio-control .liveDashboard .list-results tbody td.is-pending thead span,.sub-header .radio-control .liveDashboard .list-results thead tbody td.is-pending span,.sub-header .radio-control .liveDashboard .list-results tbody td.is-pending thead span,.sub-header .radio-control .liveDashboard ._account_api .list-results thead tbody td.is-pending span,._account_api .sub-header .radio-control .liveDashboard .list-results thead tbody td.is-pending span,.sub-header .radio-control .liveDashboard ._account_api .list-results tbody td.is-pending thead span,._account_api .sub-header .radio-control .liveDashboard .list-results tbody td.is-pending thead span,.sub-header .radio-control .liveDashboard ._account_api .list-results thead tbody td.is-pending span,.sub-header .radio-control .liveDashboard ._account_api .list-results tbody td.is-pending thead span,.sub-header .radio-control ._account_api .liveDashboard .list-results thead tbody td.is-pending span,._account_api .sub-header .radio-control .liveDashboard .list-results thead tbody td.is-pending span,.sub-header .radio-control ._account_api .liveDashboard .list-results tbody td.is-pending thead span,._account_api .sub-header .radio-control .liveDashboard .list-results tbody td.is-pending thead span,.liveDashboard .list-results thead .sub-header .radio-control .icon,.liveDashboard .list-results thead .sub-header .radio-control .w-alert-banner:before,.liveDashboard .list-results thead .sub-header .radio-control .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .sub-header .radio-control .w-alert-banner:before,._account_api .liveDashboard .list-results thead .sub-header .radio-control .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .sub-header .radio-control .w-alert-banner:before,._account_api .liveDashboard .list-results thead .sub-header .radio-control .w-alert-banner:before,.liveDashboard .list-results thead .sub-header .radio-control .w-dialog.plus .dialog-aside:after,.w-dialog.plus .liveDashboard .list-results thead .sub-header .radio-control .dialog-aside:after,.liveDashboard .list-results thead .sub-header .radio-control .w-dialog.plus .dialog-aside:after,.liveDashboard .list-results thead .w-dialog.plus .sub-header .radio-control .dialog-aside:after,.w-dialog.plus .liveDashboard .list-results thead .sub-header .radio-control .dialog-aside:after,.liveDashboard ._account_api .list-results thead .sub-header .radio-control .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard .list-results thead .sub-header .radio-control .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .sub-header .radio-control .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .sub-header .radio-control .dialog-aside:after,.liveDashboard .w-dialog.plus ._account_api .list-results thead .sub-header .radio-control .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .sub-header .radio-control .dialog-aside:after,.liveDashboard ._account_api .list-results thead .sub-header .radio-control .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .sub-header .radio-control .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .sub-header .radio-control .dialog-aside:after,._account_api .liveDashboard .list-results thead .sub-header .radio-control .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .sub-header .radio-control .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .sub-header .radio-control .dialog-aside:after,.liveDashboard .list-results thead .sub-header .radio-control .w-toast .toast.plus:after,.w-toast .liveDashboard .list-results thead .sub-header .radio-control .toast.plus:after,.liveDashboard .list-results thead .sub-header .radio-control .w-toast .toast.plus:after,.liveDashboard .list-results thead .w-toast .sub-header .radio-control .toast.plus:after,.w-toast .liveDashboard .list-results thead .sub-header .radio-control .toast.plus:after,.liveDashboard ._account_api .list-results thead .sub-header .radio-control .w-toast .toast.plus:after,._account_api .liveDashboard .list-results thead .sub-header .radio-control .w-toast .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .sub-header .radio-control .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .sub-header .radio-control .toast.plus:after,.liveDashboard .w-toast ._account_api .list-results thead .sub-header .radio-control .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .sub-header .radio-control .toast.plus:after,.liveDashboard ._account_api .list-results thead .sub-header .radio-control .w-toast .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .sub-header .radio-control .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .sub-header .radio-control .toast.plus:after,._account_api .liveDashboard .list-results thead .sub-header .radio-control .w-toast .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .sub-header .radio-control .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .sub-header .radio-control .toast.plus:after,.liveDashboard .list-results thead .sub-header .radio-control .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .sub-header .radio-control .btn-period-clear:before,.liveDashboard .list-results thead .sub-header .radio-control .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .sub-header .radio-control .btn-filter:before,.liveDashboard .list-results thead .sub-header .radio-control .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .sub-header .radio-control .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .sub-header .radio-control .btn-period-clear:before,.liveDashboard .list-results thead .sub-header .radio-control .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .sub-header .radio-control .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .sub-header .radio-control .btn-filter:before,.liveDashboard ._account_api .list-results thead .sub-header .radio-control .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard .list-results thead .sub-header .radio-control .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .sub-header .radio-control .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .sub-header .radio-control .btn-period-clear:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .sub-header .radio-control .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .sub-header .radio-control .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .sub-header .radio-control .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard .list-results thead .sub-header .radio-control .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .sub-header .radio-control .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .sub-header .radio-control .btn-filter:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .sub-header .radio-control .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .sub-header .radio-control .btn-filter:before,.liveDashboard ._account_api .list-results thead .sub-header .radio-control .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .sub-header .radio-control .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .sub-header .radio-control .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .sub-header .radio-control .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .sub-header .radio-control .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .sub-header .radio-control .btn-filter:before,._account_api .liveDashboard .list-results thead .sub-header .radio-control .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .sub-header .radio-control .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .sub-header .radio-control .btn-period-clear:before,._account_api .liveDashboard .list-results thead .sub-header .radio-control .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .sub-header .radio-control .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .sub-header .radio-control .btn-filter:before,.liveDashboard .list-results thead .sub-header .radio-control .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .sub-header .radio-control .btn-period-edit:before,.liveDashboard .list-results thead .sub-header .radio-control .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .sub-header .radio-control .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .sub-header .radio-control .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .sub-header .radio-control .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard .list-results thead .sub-header .radio-control .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .sub-header .radio-control .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .sub-header .radio-control .btn-period-edit:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .sub-header .radio-control .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .sub-header .radio-control .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .sub-header .radio-control .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .sub-header .radio-control .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .sub-header .radio-control .btn-period-edit:before,._account_api .liveDashboard .list-results thead .sub-header .radio-control .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .sub-header .radio-control .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .sub-header .radio-control .btn-period-edit:before,.liveDashboard .list-results thead .sub-header .radio-control .block-filters .btn-filter:before,.block-filters .liveDashboard .list-results thead .sub-header .radio-control .btn-filter:before,.liveDashboard .list-results thead .sub-header .radio-control .block-filters .btn-filter:before,.liveDashboard .list-results thead .block-filters .sub-header .radio-control .btn-filter:before,.block-filters .liveDashboard .list-results thead .sub-header .radio-control .btn-filter:before,.liveDashboard ._account_api .list-results thead .sub-header .radio-control .block-filters .btn-filter:before,._account_api .liveDashboard .list-results thead .sub-header .radio-control .block-filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .sub-header .radio-control .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .sub-header .radio-control .btn-filter:before,.liveDashboard .block-filters ._account_api .list-results thead .sub-header .radio-control .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .sub-header .radio-control .btn-filter:before,.liveDashboard ._account_api .list-results thead .sub-header .radio-control .block-filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .sub-header .radio-control .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .sub-header .radio-control .btn-filter:before,._account_api .liveDashboard .list-results thead .sub-header .radio-control .block-filters .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .sub-header .radio-control .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .sub-header .radio-control .btn-filter:before,.liveDashboard .list-results thead .sub-header .radio-control .toggleWrapper input.mobileToggle+label,.toggleWrapper .liveDashboard .list-results thead .sub-header .radio-control input.mobileToggle+label,.liveDashboard .list-results thead .sub-header .radio-control .toggleWrapper input.mobileToggle+label,.liveDashboard .list-results thead .toggleWrapper .sub-header .radio-control input.mobileToggle+label,.toggleWrapper .liveDashboard .list-results thead .sub-header .radio-control input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .sub-header .radio-control .toggleWrapper input.mobileToggle+label,._account_api .liveDashboard .list-results thead .sub-header .radio-control .toggleWrapper input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper .sub-header .radio-control input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper .sub-header .radio-control input.mobileToggle+label,.liveDashboard .toggleWrapper ._account_api .list-results thead .sub-header .radio-control input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead .sub-header .radio-control input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .sub-header .radio-control .toggleWrapper input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper .sub-header .radio-control input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead .sub-header .radio-control input.mobileToggle+label,._account_api .liveDashboard .list-results thead .sub-header .radio-control .toggleWrapper input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper .sub-header .radio-control input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead .sub-header .radio-control input.mobileToggle+label,.liveDashboard .list-results thead .sub-header .radio-control tbody span.status,.liveDashboard .list-results tbody thead .sub-header .radio-control span.status,.liveDashboard .list-results thead .sub-header .radio-control tbody span.status,.liveDashboard .list-results thead tbody .sub-header .radio-control span.status,.liveDashboard .list-results tbody thead .sub-header .radio-control span.status,.liveDashboard ._account_api .list-results thead .sub-header .radio-control tbody span.status,._account_api .liveDashboard .list-results thead .sub-header .radio-control tbody span.status,.liveDashboard ._account_api .list-results thead tbody .sub-header .radio-control span.status,._account_api .liveDashboard .list-results thead tbody .sub-header .radio-control span.status,.liveDashboard ._account_api .list-results tbody thead .sub-header .radio-control span.status,._account_api .liveDashboard .list-results tbody thead .sub-header .radio-control span.status,.liveDashboard ._account_api .list-results thead .sub-header .radio-control tbody span.status,.liveDashboard ._account_api .list-results thead tbody .sub-header .radio-control span.status,.liveDashboard ._account_api .list-results tbody thead .sub-header .radio-control span.status,._account_api .liveDashboard .list-results thead .sub-header .radio-control tbody span.status,._account_api .liveDashboard .list-results thead tbody .sub-header .radio-control span.status,._account_api .liveDashboard .list-results tbody thead .sub-header .radio-control span.status,.liveDashboard .list-results thead .sub-header .radio-control tbody td.is-running span,.liveDashboard .list-results tbody td.is-running thead .sub-header .radio-control span,.liveDashboard .list-results thead .sub-header .radio-control tbody td.is-running span,.liveDashboard .list-results thead tbody td.is-running .sub-header .radio-control span,.liveDashboard .list-results tbody td.is-running thead .sub-header .radio-control span,.liveDashboard ._account_api .list-results thead .sub-header .radio-control tbody td.is-running span,._account_api .liveDashboard .list-results thead .sub-header .radio-control tbody td.is-running span,.liveDashboard ._account_api .list-results thead tbody td.is-running .sub-header .radio-control span,._account_api .liveDashboard .list-results thead tbody td.is-running .sub-header .radio-control span,.liveDashboard ._account_api .list-results tbody td.is-running thead .sub-header .radio-control span,._account_api .liveDashboard .list-results tbody td.is-running thead .sub-header .radio-control span,.liveDashboard ._account_api .list-results thead .sub-header .radio-control tbody td.is-running span,.liveDashboard ._account_api .list-results thead tbody td.is-running .sub-header .radio-control span,.liveDashboard ._account_api .list-results tbody td.is-running thead .sub-header .radio-control span,._account_api .liveDashboard .list-results thead .sub-header .radio-control tbody td.is-running span,._account_api .liveDashboard .list-results thead tbody td.is-running .sub-header .radio-control span,._account_api .liveDashboard .list-results tbody td.is-running thead .sub-header .radio-control span,.liveDashboard .list-results thead .sub-header .radio-control tbody td.is-pending span,.liveDashboard .list-results tbody td.is-pending thead .sub-header .radio-control span,.liveDashboard .list-results thead .sub-header .radio-control tbody td.is-pending span,.liveDashboard .list-results thead tbody td.is-pending .sub-header .radio-control span,.liveDashboard .list-results tbody td.is-pending thead .sub-header .radio-control span,.liveDashboard ._account_api .list-results thead .sub-header .radio-control tbody td.is-pending span,._account_api .liveDashboard .list-results thead .sub-header .radio-control tbody td.is-pending span,.liveDashboard ._account_api .list-results thead tbody td.is-pending .sub-header .radio-control span,._account_api .liveDashboard .list-results thead tbody td.is-pending .sub-header .radio-control span,.liveDashboard ._account_api .list-results tbody td.is-pending thead .sub-header .radio-control span,._account_api .liveDashboard .list-results tbody td.is-pending thead .sub-header .radio-control span,.liveDashboard ._account_api .list-results thead .sub-header .radio-control tbody td.is-pending span,.liveDashboard ._account_api .list-results thead tbody td.is-pending .sub-header .radio-control span,.liveDashboard ._account_api .list-results tbody td.is-pending thead .sub-header .radio-control span,._account_api .liveDashboard .list-results thead .sub-header .radio-control tbody td.is-pending span,._account_api .liveDashboard .list-results thead tbody td.is-pending .sub-header .radio-control span,._account_api .liveDashboard .list-results tbody td.is-pending thead .sub-header .radio-control span,.sub-header .radio-control .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .sub-header .radio-control .dropdown-toggle:after,.sub-header .radio-control .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .sub-header .radio-control .dropdown-toggle:after,.sub-header .radio-control .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .sub-header .radio-control .filter,.sub-header .radio-control .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .sub-header .radio-control .filter,.sub-header .radio-control .liveDashboard .list-results thead .form-label.status span,.sub-header .radio-control .liveDashboard .list-results thead .status.status-log span,.sub-header .radio-control .liveDashboard .list-results thead .status.status-report-item span,.sub-header .radio-control .liveDashboard .list-results thead .double-list dd.status span,.double-list .sub-header .radio-control .liveDashboard .list-results thead dd.status span,.sub-header .radio-control .liveDashboard .list-results thead .double-list dt.status span,.double-list .sub-header .radio-control .liveDashboard .list-results thead dt.status span,.sub-header .radio-control .liveDashboard .list-results thead .w-cards-container .w-card .status.title span,.w-cards-container .w-card .sub-header .radio-control .liveDashboard .list-results thead .status.title span,.sub-header .radio-control .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value .sub-header .radio-control .liveDashboard .list-results thead .status.label span,.sub-header .radio-control .liveDashboard .list-results thead tbody tr.sublist .status.title span,.sub-header .radio-control .liveDashboard .list-results tbody tr.sublist thead .status.title span,.liveDashboard .list-results thead .form-label.status .sub-header .radio-control span,.liveDashboard .list-results thead .status.status-log .sub-header .radio-control span,.liveDashboard .list-results thead .status.status-report-item .sub-header .radio-control span,.liveDashboard .list-results thead .double-list dd.status .sub-header .radio-control span,.double-list .liveDashboard .list-results thead dd.status .sub-header .radio-control span,.liveDashboard .list-results thead .double-list dt.status .sub-header .radio-control span,.double-list .liveDashboard .list-results thead dt.status .sub-header .radio-control span,.liveDashboard .list-results thead .w-cards-container .w-card .status.title .sub-header .radio-control span,.w-cards-container .w-card .liveDashboard .list-results thead .status.title .sub-header .radio-control span,.liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .sub-header .radio-control span,.w-cards-container .w-card.centered .w-value .liveDashboard .list-results thead .status.label .sub-header .radio-control span,.liveDashboard .list-results thead tbody tr.sublist .status.title .sub-header .radio-control span,.liveDashboard .list-results tbody tr.sublist thead .status.title .sub-header .radio-control span,.sub-header .radio-control .form-label.status .liveDashboard .list-results thead span,.sub-header .radio-control .status.status-log .liveDashboard .list-results thead span,.sub-header .radio-control .status.status-report-item .liveDashboard .list-results thead span,.sub-header .radio-control .double-list dd.status .liveDashboard .list-results thead span,.double-list .sub-header .radio-control dd.status .liveDashboard .list-results thead span,.sub-header .radio-control .double-list dt.status .liveDashboard .list-results thead span,.double-list .sub-header .radio-control dt.status .liveDashboard .list-results thead span,.sub-header .radio-control .w-cards-container .w-card .status.title .liveDashboard .list-results thead span,.w-cards-container .w-card .sub-header .radio-control .status.title .liveDashboard .list-results thead span,.sub-header .radio-control .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span,.w-cards-container .w-card.centered .w-value .sub-header .radio-control .status.label .liveDashboard .list-results thead span,.sub-header .radio-control .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span,.list-results tbody tr.sublist .sub-header .radio-control .status.title .liveDashboard .list-results thead span,.form-label.status .liveDashboard .list-results thead .sub-header .radio-control span,.status.status-log .liveDashboard .list-results thead .sub-header .radio-control span,.status.status-report-item .liveDashboard .list-results thead .sub-header .radio-control span,.double-list dd.status .liveDashboard .list-results thead .sub-header .radio-control span,.double-list dt.status .liveDashboard .list-results thead .sub-header .radio-control span,.w-cards-container .w-card .status.title .liveDashboard .list-results thead .sub-header .radio-control span,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead .sub-header .radio-control span,.list-results tbody tr.sublist .status.title .liveDashboard .list-results thead .sub-header .radio-control span,.sub-header .radio-control .liveDashboard .list-results thead .w-filters-selected label.status.small span,.liveDashboard .list-results thead .w-filters-selected label.status.small .sub-header .radio-control span,.sub-header .radio-control .w-filters-selected label.status.small .liveDashboard .list-results thead span,.w-filters-selected label.status.small .liveDashboard .list-results thead .sub-header .radio-control span,.sub-header .radio-control .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span,.liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .sub-header .radio-control span,.sub-header .radio-control .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span,.w-filters-selected .status.btn-f-s .liveDashboard .list-results thead .sub-header .radio-control span,.liveDashboard .list-results thead .sub-header .radio-control .w-form label,.liveDashboard .list-results thead .sub-header .radio-control .w-double-list label,.liveDashboard .list-results thead .sub-header .w-form .radio-control label,.liveDashboard .list-results thead .sub-header .w-double-list .radio-control label,.sub-header .radio-control .w-form .liveDashboard .list-results thead label,.sub-header .radio-control .w-double-list .liveDashboard .list-results thead label,.sub-header .w-form .liveDashboard .list-results thead .radio-control label,.sub-header .w-double-list .liveDashboard .list-results thead .radio-control label,.sub-header .radio-control .liveDashboard .list-results thead .block-filters button:after,.liveDashboard .list-results thead .block-filters .sub-header .radio-control button:after,.sub-header .radio-control .block-filters .liveDashboard .list-results thead button:after,.block-filters .liveDashboard .list-results thead .sub-header .radio-control button:after,.sub-header .radio-control .liveDashboard .list-results thead .block-filters select:after,.liveDashboard .list-results thead .block-filters .sub-header .radio-control select:after,.sub-header .radio-control .block-filters .liveDashboard .list-results thead select:after,.block-filters .liveDashboard .list-results thead .sub-header .radio-control select:after,.sub-header .radio-control .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive,.liveDashboard .list-results thead .form-auto-list .sub-header .radio-control .form-auto-item.is-user-is-inactive,.sub-header .radio-control .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard .list-results thead .sub-header .radio-control .form-auto-item.is-user-is-inactive,.sub-header .radio-control .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active,.liveDashboard .list-results thead .form-auto-list .sub-header .radio-control .form-auto-item.is-user-is-active,.sub-header .radio-control .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-active,.form-auto-list .liveDashboard .list-results thead .sub-header .radio-control .form-auto-item.is-user-is-active,.sub-header .radio-control .liveDashboard .list-results thead .list-results-header .status.title span,.liveDashboard .list-results thead .list-results-header .status.title .sub-header .radio-control span,.sub-header .radio-control .list-results-header .status.title .liveDashboard .list-results thead span,.list-results-header .status.title .liveDashboard .list-results thead .sub-header .radio-control span,.sub-header .radio-control .liveDashboard .list-results thead tr span,.liveDashboard .list-results thead tr .sub-header .radio-control span,.sub-header .radio-control ._account_api .list-results thead .icon,.sub-header .radio-control ._account_api .list-results thead .w-alert-banner:before,.sub-header .radio-control ._account_api .liveDashboard .list-results thead .w-alert-banner:before,.liveDashboard .sub-header .radio-control ._account_api .list-results thead .w-alert-banner:before,.sub-header .radio-control ._account_api .list-results thead .w-alert-banner:before,.sub-header .radio-control .liveDashboard ._account_api .list-results thead .w-alert-banner:before,.liveDashboard .sub-header .radio-control ._account_api .list-results thead .w-alert-banner:before,.sub-header .radio-control ._account_api .liveDashboard .list-results thead .w-alert-banner:before,.sub-header .radio-control ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .sub-header .radio-control ._account_api .list-results thead .dialog-aside:after,.sub-header .radio-control ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.liveDashboard .sub-header .radio-control ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.sub-header .radio-control ._account_api .w-dialog.plus .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus .liveDashboard .sub-header .radio-control ._account_api .list-results thead .dialog-aside:after,.sub-header .radio-control ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.sub-header .radio-control .w-dialog.plus ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus .sub-header .radio-control ._account_api .list-results thead .dialog-aside:after,.sub-header .radio-control .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.liveDashboard .sub-header .radio-control ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.sub-header .radio-control .w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus .liveDashboard .sub-header .radio-control ._account_api .list-results thead .dialog-aside:after,.sub-header .radio-control ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.sub-header .radio-control .w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus .sub-header .radio-control ._account_api .liveDashboard .list-results thead .dialog-aside:after,.sub-header .radio-control ._account_api .list-results thead .w-toast .toast.plus:after,.w-toast .sub-header .radio-control ._account_api .list-results thead .toast.plus:after,.sub-header .radio-control ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.liveDashboard .sub-header .radio-control ._account_api .list-results thead .w-toast .toast.plus:after,.sub-header .radio-control ._account_api .w-toast .liveDashboard .list-results thead .toast.plus:after,.w-toast .liveDashboard .sub-header .radio-control ._account_api .list-results thead .toast.plus:after,.sub-header .radio-control ._account_api .list-results thead .w-toast .toast.plus:after,.sub-header .radio-control .w-toast ._account_api .list-results thead .toast.plus:after,.w-toast .sub-header .radio-control ._account_api .list-results thead .toast.plus:after,.sub-header .radio-control .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.liveDashboard .sub-header .radio-control ._account_api .list-results thead .w-toast .toast.plus:after,.sub-header .radio-control .w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.w-toast .liveDashboard .sub-header .radio-control ._account_api .list-results thead .toast.plus:after,.sub-header .radio-control ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.sub-header .radio-control .w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,.w-toast .sub-header .radio-control ._account_api .liveDashboard .list-results thead .toast.plus:after,.sub-header .radio-control ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .sub-header .radio-control ._account_api .list-results thead .btn-period-clear:before,.sub-header .radio-control ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .sub-header .radio-control ._account_api .list-results thead .btn-filter:before,.sub-header .radio-control ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard .sub-header .radio-control ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.sub-header .radio-control ._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .sub-header .radio-control ._account_api .list-results thead .btn-period-clear:before,.sub-header .radio-control ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard .sub-header .radio-control ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.sub-header .radio-control ._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .sub-header .radio-control ._account_api .list-results thead .btn-filter:before,.sub-header .radio-control ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.sub-header .radio-control .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .sub-header .radio-control ._account_api .list-results thead .btn-period-clear:before,.sub-header .radio-control ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.sub-header .radio-control .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .sub-header .radio-control ._account_api .list-results thead .btn-filter:before,.sub-header .radio-control .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard .sub-header .radio-control ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.sub-header .radio-control .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .sub-header .radio-control ._account_api .list-results thead .btn-period-clear:before,.sub-header .radio-control .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard .sub-header .radio-control ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.sub-header .radio-control .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .sub-header .radio-control ._account_api .list-results thead .btn-filter:before,.sub-header .radio-control ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.sub-header .radio-control .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .sub-header .radio-control ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.sub-header .radio-control ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.sub-header .radio-control .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .sub-header .radio-control ._account_api .liveDashboard .list-results thead .btn-filter:before,.sub-header .radio-control ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .sub-header .radio-control ._account_api .list-results thead .btn-period-edit:before,.sub-header .radio-control ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard .sub-header .radio-control ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.sub-header .radio-control ._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .sub-header .radio-control ._account_api .list-results thead .btn-period-edit:before,.sub-header .radio-control ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.sub-header .radio-control .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .sub-header .radio-control ._account_api .list-results thead .btn-period-edit:before,.sub-header .radio-control .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard .sub-header .radio-control ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.sub-header .radio-control .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .sub-header .radio-control ._account_api .list-results thead .btn-period-edit:before,.sub-header .radio-control ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.sub-header .radio-control .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .sub-header .radio-control ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.sub-header .radio-control ._account_api .list-results thead .block-filters .btn-filter:before,.block-filters .sub-header .radio-control ._account_api .list-results thead .btn-filter:before,.sub-header .radio-control ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.liveDashboard .sub-header .radio-control ._account_api .list-results thead .block-filters .btn-filter:before,.sub-header .radio-control ._account_api .block-filters .liveDashboard .list-results thead .btn-filter:before,.block-filters .liveDashboard .sub-header .radio-control ._account_api .list-results thead .btn-filter:before,.sub-header .radio-control ._account_api .list-results thead .block-filters .btn-filter:before,.sub-header .radio-control .block-filters ._account_api .list-results thead .btn-filter:before,.block-filters .sub-header .radio-control ._account_api .list-results thead .btn-filter:before,.sub-header .radio-control .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.liveDashboard .sub-header .radio-control ._account_api .list-results thead .block-filters .btn-filter:before,.sub-header .radio-control .block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.block-filters .liveDashboard .sub-header .radio-control ._account_api .list-results thead .btn-filter:before,.sub-header .radio-control ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.sub-header .radio-control .block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,.block-filters .sub-header .radio-control ._account_api .liveDashboard .list-results thead .btn-filter:before,.sub-header .radio-control ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper .sub-header .radio-control ._account_api .list-results thead input.mobileToggle+label,.sub-header .radio-control ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.liveDashboard .sub-header .radio-control ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.sub-header .radio-control ._account_api .toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper .liveDashboard .sub-header .radio-control ._account_api .list-results thead input.mobileToggle+label,.sub-header .radio-control ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.sub-header .radio-control .toggleWrapper ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper .sub-header .radio-control ._account_api .list-results thead input.mobileToggle+label,.sub-header .radio-control .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.liveDashboard .sub-header .radio-control ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.sub-header .radio-control .toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper .liveDashboard .sub-header .radio-control ._account_api .list-results thead input.mobileToggle+label,.sub-header .radio-control ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.sub-header .radio-control .toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper .sub-header .radio-control ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.sub-header .radio-control ._account_api .list-results thead tbody span.status,.sub-header .radio-control ._account_api .list-results tbody thead span.status,.sub-header .radio-control ._account_api .liveDashboard .list-results thead tbody span.status,.liveDashboard .sub-header .radio-control ._account_api .list-results thead tbody span.status,.sub-header .radio-control ._account_api .liveDashboard .list-results tbody thead span.status,.liveDashboard .sub-header .radio-control ._account_api .list-results tbody thead span.status,.sub-header .radio-control ._account_api .list-results thead tbody span.status,.sub-header .radio-control ._account_api .list-results tbody thead span.status,.sub-header .radio-control .liveDashboard ._account_api .list-results thead tbody span.status,.liveDashboard .sub-header .radio-control ._account_api .list-results thead tbody span.status,.sub-header .radio-control .liveDashboard ._account_api .list-results tbody thead span.status,.liveDashboard .sub-header .radio-control ._account_api .list-results tbody thead span.status,.sub-header .radio-control ._account_api .liveDashboard .list-results thead tbody span.status,.sub-header .radio-control ._account_api .liveDashboard .list-results tbody thead span.status,.sub-header .radio-control ._account_api .list-results thead tbody td.is-running span,.sub-header .radio-control ._account_api .list-results tbody td.is-running thead span,.sub-header .radio-control ._account_api .liveDashboard .list-results thead tbody td.is-running span,.liveDashboard .sub-header .radio-control ._account_api .list-results thead tbody td.is-running span,.sub-header .radio-control ._account_api .liveDashboard .list-results tbody td.is-running thead span,.liveDashboard .sub-header .radio-control ._account_api .list-results tbody td.is-running thead span,.sub-header .radio-control ._account_api .list-results thead tbody td.is-running span,.sub-header .radio-control ._account_api .list-results tbody td.is-running thead span,.sub-header .radio-control .liveDashboard ._account_api .list-results thead tbody td.is-running span,.liveDashboard .sub-header .radio-control ._account_api .list-results thead tbody td.is-running span,.sub-header .radio-control .liveDashboard ._account_api .list-results tbody td.is-running thead span,.liveDashboard .sub-header .radio-control ._account_api .list-results tbody td.is-running thead span,.sub-header .radio-control ._account_api .liveDashboard .list-results thead tbody td.is-running span,.sub-header .radio-control ._account_api .liveDashboard .list-results tbody td.is-running thead span,.sub-header .radio-control ._account_api .list-results thead tbody td.is-pending span,.sub-header .radio-control ._account_api .list-results tbody td.is-pending thead span,.sub-header .radio-control ._account_api .liveDashboard .list-results thead tbody td.is-pending span,.liveDashboard .sub-header .radio-control ._account_api .list-results thead tbody td.is-pending span,.sub-header .radio-control ._account_api .liveDashboard .list-results tbody td.is-pending thead span,.liveDashboard .sub-header .radio-control ._account_api .list-results tbody td.is-pending thead span,.sub-header .radio-control ._account_api .list-results thead tbody td.is-pending span,.sub-header .radio-control ._account_api .list-results tbody td.is-pending thead span,.sub-header .radio-control .liveDashboard ._account_api .list-results thead tbody td.is-pending span,.liveDashboard .sub-header .radio-control ._account_api .list-results thead tbody td.is-pending span,.sub-header .radio-control .liveDashboard ._account_api .list-results tbody td.is-pending thead span,.liveDashboard .sub-header .radio-control ._account_api .list-results tbody td.is-pending thead span,.sub-header .radio-control ._account_api .liveDashboard .list-results thead tbody td.is-pending span,.sub-header .radio-control ._account_api .liveDashboard .list-results tbody td.is-pending thead span,._account_api .list-results thead .sub-header .radio-control .icon,._account_api .list-results thead .sub-header .radio-control .w-alert-banner:before,._account_api .liveDashboard .list-results thead .sub-header .radio-control .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .sub-header .radio-control .w-alert-banner:before,._account_api .list-results thead .sub-header .radio-control .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .sub-header .radio-control .w-alert-banner:before,._account_api .liveDashboard .list-results thead .sub-header .radio-control .w-alert-banner:before,._account_api .list-results thead .sub-header .radio-control .w-dialog.plus .dialog-aside:after,.w-dialog.plus ._account_api .list-results thead .sub-header .radio-control .dialog-aside:after,._account_api .liveDashboard .list-results thead .sub-header .radio-control .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .list-results thead .sub-header .radio-control .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .sub-header .radio-control .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .sub-header .radio-control .dialog-aside:after,._account_api .w-dialog.plus .liveDashboard .list-results thead .sub-header .radio-control .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .sub-header .radio-control .dialog-aside:after,._account_api .list-results thead .sub-header .radio-control .w-dialog.plus .dialog-aside:after,._account_api .list-results thead .w-dialog.plus .sub-header .radio-control .dialog-aside:after,.w-dialog.plus ._account_api .list-results thead .sub-header .radio-control .dialog-aside:after,.liveDashboard ._account_api .list-results thead .sub-header .radio-control .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .sub-header .radio-control .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .sub-header .radio-control .dialog-aside:after,._account_api .liveDashboard .list-results thead .sub-header .radio-control .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .sub-header .radio-control .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .sub-header .radio-control .dialog-aside:after,._account_api .list-results thead .sub-header .radio-control .w-toast .toast.plus:after,.w-toast ._account_api .list-results thead .sub-header .radio-control .toast.plus:after,._account_api .liveDashboard .list-results thead .sub-header .radio-control .w-toast .toast.plus:after,.liveDashboard ._account_api .list-results thead .sub-header .radio-control .w-toast .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .sub-header .radio-control .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .sub-header .radio-control .toast.plus:after,._account_api .w-toast .liveDashboard .list-results thead .sub-header .radio-control .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .sub-header .radio-control .toast.plus:after,._account_api .list-results thead .sub-header .radio-control .w-toast .toast.plus:after,._account_api .list-results thead .w-toast .sub-header .radio-control .toast.plus:after,.w-toast ._account_api .list-results thead .sub-header .radio-control .toast.plus:after,.liveDashboard ._account_api .list-results thead .sub-header .radio-control .w-toast .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .sub-header .radio-control .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .sub-header .radio-control .toast.plus:after,._account_api .liveDashboard .list-results thead .sub-header .radio-control .w-toast .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .sub-header .radio-control .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .sub-header .radio-control .toast.plus:after,._account_api .list-results thead .sub-header .radio-control .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .sub-header .radio-control .btn-period-clear:before,._account_api .list-results thead .sub-header .radio-control .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .sub-header .radio-control .btn-filter:before,._account_api .liveDashboard .list-results thead .sub-header .radio-control .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .sub-header .radio-control .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .sub-header .radio-control .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .sub-header .radio-control .btn-period-clear:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .sub-header .radio-control .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .sub-header .radio-control .btn-period-clear:before,._account_api .liveDashboard .list-results thead .sub-header .radio-control .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .list-results thead .sub-header .radio-control .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .sub-header .radio-control .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .sub-header .radio-control .btn-filter:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .sub-header .radio-control .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .sub-header .radio-control .btn-filter:before,._account_api .list-results thead .sub-header .radio-control .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .list-results thead .w-time-period .dropdown .w-selection .sub-header .radio-control .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .sub-header .radio-control .btn-period-clear:before,._account_api .list-results thead .sub-header .radio-control .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .list-results thead .w-time-period .dropdown .w-selection .sub-header .radio-control .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .sub-header .radio-control .btn-filter:before,.liveDashboard ._account_api .list-results thead .sub-header .radio-control .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .sub-header .radio-control .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .sub-header .radio-control .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .sub-header .radio-control .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .sub-header .radio-control .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .sub-header .radio-control .btn-filter:before,._account_api .liveDashboard .list-results thead .sub-header .radio-control .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .sub-header .radio-control .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .sub-header .radio-control .btn-period-clear:before,._account_api .liveDashboard .list-results thead .sub-header .radio-control .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .sub-header .radio-control .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .sub-header .radio-control .btn-filter:before,._account_api .list-results thead .sub-header .radio-control .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .sub-header .radio-control .btn-period-edit:before,._account_api .liveDashboard .list-results thead .sub-header .radio-control .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .sub-header .radio-control .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .sub-header .radio-control .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .sub-header .radio-control .btn-period-edit:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .sub-header .radio-control .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .sub-header .radio-control .btn-period-edit:before,._account_api .list-results thead .sub-header .radio-control .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .list-results thead .w-time-period .dropdown .w-selection .sub-header .radio-control .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .sub-header .radio-control .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .sub-header .radio-control .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .sub-header .radio-control .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .sub-header .radio-control .btn-period-edit:before,._account_api .liveDashboard .list-results thead .sub-header .radio-control .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .sub-header .radio-control .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .sub-header .radio-control .btn-period-edit:before,._account_api .list-results thead .sub-header .radio-control .block-filters .btn-filter:before,.block-filters ._account_api .list-results thead .sub-header .radio-control .btn-filter:before,._account_api .liveDashboard .list-results thead .sub-header .radio-control .block-filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .sub-header .radio-control .block-filters .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .sub-header .radio-control .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .sub-header .radio-control .btn-filter:before,._account_api .block-filters .liveDashboard .list-results thead .sub-header .radio-control .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .sub-header .radio-control .btn-filter:before,._account_api .list-results thead .sub-header .radio-control .block-filters .btn-filter:before,._account_api .list-results thead .block-filters .sub-header .radio-control .btn-filter:before,.block-filters ._account_api .list-results thead .sub-header .radio-control .btn-filter:before,.liveDashboard ._account_api .list-results thead .sub-header .radio-control .block-filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .sub-header .radio-control .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .sub-header .radio-control .btn-filter:before,._account_api .liveDashboard .list-results thead .sub-header .radio-control .block-filters .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .sub-header .radio-control .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .sub-header .radio-control .btn-filter:before,._account_api .list-results thead .sub-header .radio-control .toggleWrapper input.mobileToggle+label,.toggleWrapper ._account_api .list-results thead .sub-header .radio-control input.mobileToggle+label,._account_api .liveDashboard .list-results thead .sub-header .radio-control .toggleWrapper input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .sub-header .radio-control .toggleWrapper input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper .sub-header .radio-control input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper .sub-header .radio-control input.mobileToggle+label,._account_api .toggleWrapper .liveDashboard .list-results thead .sub-header .radio-control input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead .sub-header .radio-control input.mobileToggle+label,._account_api .list-results thead .sub-header .radio-control .toggleWrapper input.mobileToggle+label,._account_api .list-results thead .toggleWrapper .sub-header .radio-control input.mobileToggle+label,.toggleWrapper ._account_api .list-results thead .sub-header .radio-control input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .sub-header .radio-control .toggleWrapper input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper .sub-header .radio-control input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead .sub-header .radio-control input.mobileToggle+label,._account_api .liveDashboard .list-results thead .sub-header .radio-control .toggleWrapper input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper .sub-header .radio-control input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead .sub-header .radio-control input.mobileToggle+label,._account_api .list-results thead .sub-header .radio-control tbody span.status,._account_api .list-results tbody thead .sub-header .radio-control span.status,._account_api .liveDashboard .list-results thead .sub-header .radio-control tbody span.status,.liveDashboard ._account_api .list-results thead .sub-header .radio-control tbody span.status,._account_api .liveDashboard .list-results thead tbody .sub-header .radio-control span.status,.liveDashboard ._account_api .list-results thead tbody .sub-header .radio-control span.status,._account_api .liveDashboard .list-results tbody thead .sub-header .radio-control span.status,.liveDashboard ._account_api .list-results tbody thead .sub-header .radio-control span.status,._account_api .list-results thead .sub-header .radio-control tbody span.status,._account_api .list-results thead tbody .sub-header .radio-control span.status,._account_api .list-results tbody thead .sub-header .radio-control span.status,.liveDashboard ._account_api .list-results thead .sub-header .radio-control tbody span.status,.liveDashboard ._account_api .list-results thead tbody .sub-header .radio-control span.status,.liveDashboard ._account_api .list-results tbody thead .sub-header .radio-control span.status,._account_api .liveDashboard .list-results thead .sub-header .radio-control tbody span.status,._account_api .liveDashboard .list-results thead tbody .sub-header .radio-control span.status,._account_api .liveDashboard .list-results tbody thead .sub-header .radio-control span.status,._account_api .list-results thead .sub-header .radio-control tbody td.is-running span,._account_api .list-results tbody td.is-running thead .sub-header .radio-control span,._account_api .liveDashboard .list-results thead .sub-header .radio-control tbody td.is-running span,.liveDashboard ._account_api .list-results thead .sub-header .radio-control tbody td.is-running span,._account_api .liveDashboard .list-results thead tbody td.is-running .sub-header .radio-control span,.liveDashboard ._account_api .list-results thead tbody td.is-running .sub-header .radio-control span,._account_api .liveDashboard .list-results tbody td.is-running thead .sub-header .radio-control span,.liveDashboard ._account_api .list-results tbody td.is-running thead .sub-header .radio-control span,._account_api .list-results thead .sub-header .radio-control tbody td.is-running span,._account_api .list-results thead tbody td.is-running .sub-header .radio-control span,._account_api .list-results tbody td.is-running thead .sub-header .radio-control span,.liveDashboard ._account_api .list-results thead .sub-header .radio-control tbody td.is-running span,.liveDashboard ._account_api .list-results thead tbody td.is-running .sub-header .radio-control span,.liveDashboard ._account_api .list-results tbody td.is-running thead .sub-header .radio-control span,._account_api .liveDashboard .list-results thead .sub-header .radio-control tbody td.is-running span,._account_api .liveDashboard .list-results thead tbody td.is-running .sub-header .radio-control span,._account_api .liveDashboard .list-results tbody td.is-running thead .sub-header .radio-control span,._account_api .list-results thead .sub-header .radio-control tbody td.is-pending span,._account_api .list-results tbody td.is-pending thead .sub-header .radio-control span,._account_api .liveDashboard .list-results thead .sub-header .radio-control tbody td.is-pending span,.liveDashboard ._account_api .list-results thead .sub-header .radio-control tbody td.is-pending span,._account_api .liveDashboard .list-results thead tbody td.is-pending .sub-header .radio-control span,.liveDashboard ._account_api .list-results thead tbody td.is-pending .sub-header .radio-control span,._account_api .liveDashboard .list-results tbody td.is-pending thead .sub-header .radio-control span,.liveDashboard ._account_api .list-results tbody td.is-pending thead .sub-header .radio-control span,._account_api .list-results thead .sub-header .radio-control tbody td.is-pending span,._account_api .list-results thead tbody td.is-pending .sub-header .radio-control span,._account_api .list-results tbody td.is-pending thead .sub-header .radio-control span,.liveDashboard ._account_api .list-results thead .sub-header .radio-control tbody td.is-pending span,.liveDashboard ._account_api .list-results thead tbody td.is-pending .sub-header .radio-control span,.liveDashboard ._account_api .list-results tbody td.is-pending thead .sub-header .radio-control span,._account_api .liveDashboard .list-results thead .sub-header .radio-control tbody td.is-pending span,._account_api .liveDashboard .list-results thead tbody td.is-pending .sub-header .radio-control span,._account_api .liveDashboard .list-results tbody td.is-pending thead .sub-header .radio-control span,.sub-header .radio-control ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .sub-header .radio-control .dropdown-toggle:after,.sub-header .radio-control .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .sub-header .radio-control .dropdown-toggle:after,.sub-header .radio-control ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .sub-header .radio-control .filter,.sub-header .radio-control .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .sub-header .radio-control .filter,.sub-header .radio-control ._account_api .list-results thead .form-label.status span,.sub-header .radio-control ._account_api .list-results thead .status.status-log span,.sub-header .radio-control ._account_api .list-results thead .status.status-report-item span,.sub-header .radio-control ._account_api .list-results thead .double-list dd.status span,.double-list .sub-header .radio-control ._account_api .list-results thead dd.status span,.sub-header .radio-control ._account_api .list-results thead .double-list dt.status span,.double-list .sub-header .radio-control ._account_api .list-results thead dt.status span,.sub-header .radio-control ._account_api .list-results thead .w-cards-container .w-card .status.title span,.w-cards-container .w-card .sub-header .radio-control ._account_api .list-results thead .status.title span,.sub-header .radio-control ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value .sub-header .radio-control ._account_api .list-results thead .status.label span,.sub-header .radio-control ._account_api .list-results thead tbody tr.sublist .status.title span,.sub-header .radio-control ._account_api .list-results tbody tr.sublist thead .status.title span,._account_api .list-results thead .form-label.status .sub-header .radio-control span,._account_api .list-results thead .status.status-log .sub-header .radio-control span,._account_api .list-results thead .status.status-report-item .sub-header .radio-control span,._account_api .list-results thead .double-list dd.status .sub-header .radio-control span,.double-list ._account_api .list-results thead dd.status .sub-header .radio-control span,._account_api .list-results thead .double-list dt.status .sub-header .radio-control span,.double-list ._account_api .list-results thead dt.status .sub-header .radio-control span,._account_api .list-results thead .w-cards-container .w-card .status.title .sub-header .radio-control span,.w-cards-container .w-card ._account_api .list-results thead .status.title .sub-header .radio-control span,._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .sub-header .radio-control span,.w-cards-container .w-card.centered .w-value ._account_api .list-results thead .status.label .sub-header .radio-control span,._account_api .list-results thead tbody tr.sublist .status.title .sub-header .radio-control span,._account_api .list-results tbody tr.sublist thead .status.title .sub-header .radio-control span,.sub-header .radio-control .form-label.status ._account_api .list-results thead span,.sub-header .radio-control .status.status-log ._account_api .list-results thead span,.sub-header .radio-control .status.status-report-item ._account_api .list-results thead span,.sub-header .radio-control .double-list dd.status ._account_api .list-results thead span,.double-list .sub-header .radio-control dd.status ._account_api .list-results thead span,.sub-header .radio-control .double-list dt.status ._account_api .list-results thead span,.double-list .sub-header .radio-control dt.status ._account_api .list-results thead span,.sub-header .radio-control .w-cards-container .w-card .status.title ._account_api .list-results thead span,.w-cards-container .w-card .sub-header .radio-control .status.title ._account_api .list-results thead span,.sub-header .radio-control .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span,.w-cards-container .w-card.centered .w-value .sub-header .radio-control .status.label ._account_api .list-results thead span,.sub-header .radio-control .list-results tbody tr.sublist .status.title ._account_api .list-results thead span,.list-results tbody tr.sublist .sub-header .radio-control .status.title ._account_api .list-results thead span,.form-label.status ._account_api .list-results thead .sub-header .radio-control span,.status.status-log ._account_api .list-results thead .sub-header .radio-control span,.status.status-report-item ._account_api .list-results thead .sub-header .radio-control span,.double-list dd.status ._account_api .list-results thead .sub-header .radio-control span,.double-list dt.status ._account_api .list-results thead .sub-header .radio-control span,.w-cards-container .w-card .status.title ._account_api .list-results thead .sub-header .radio-control span,.w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead .sub-header .radio-control span,.list-results tbody tr.sublist .status.title ._account_api .list-results thead .sub-header .radio-control span,.sub-header .radio-control ._account_api .list-results thead .w-filters-selected label.status.small span,._account_api .list-results thead .w-filters-selected label.status.small .sub-header .radio-control span,.sub-header .radio-control .w-filters-selected label.status.small ._account_api .list-results thead span,.w-filters-selected label.status.small ._account_api .list-results thead .sub-header .radio-control span,.sub-header .radio-control ._account_api .list-results thead .w-filters-selected .status.btn-f-s span,._account_api .list-results thead .w-filters-selected .status.btn-f-s .sub-header .radio-control span,.sub-header .radio-control .w-filters-selected .status.btn-f-s ._account_api .list-results thead span,.w-filters-selected .status.btn-f-s ._account_api .list-results thead .sub-header .radio-control span,._account_api .list-results thead .sub-header .radio-control .w-form label,._account_api .list-results thead .sub-header .radio-control .w-double-list label,._account_api .list-results thead .sub-header .w-form .radio-control label,._account_api .list-results thead .sub-header .w-double-list .radio-control label,.sub-header .radio-control .w-form ._account_api .list-results thead label,.sub-header .radio-control .w-double-list ._account_api .list-results thead label,.sub-header .w-form ._account_api .list-results thead .radio-control label,.sub-header .w-double-list ._account_api .list-results thead .radio-control label,.sub-header .radio-control ._account_api .list-results thead .block-filters button:after,._account_api .list-results thead .block-filters .sub-header .radio-control button:after,.sub-header .radio-control .block-filters ._account_api .list-results thead button:after,.block-filters ._account_api .list-results thead .sub-header .radio-control button:after,.sub-header .radio-control ._account_api .list-results thead .block-filters select:after,._account_api .list-results thead .block-filters .sub-header .radio-control select:after,.sub-header .radio-control .block-filters ._account_api .list-results thead select:after,.block-filters ._account_api .list-results thead .sub-header .radio-control select:after,.sub-header .radio-control ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive,._account_api .list-results thead .form-auto-list .sub-header .radio-control .form-auto-item.is-user-is-inactive,.sub-header .radio-control .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .list-results thead .sub-header .radio-control .form-auto-item.is-user-is-inactive,.sub-header .radio-control ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active,._account_api .list-results thead .form-auto-list .sub-header .radio-control .form-auto-item.is-user-is-active,.sub-header .radio-control .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-active,.form-auto-list ._account_api .list-results thead .sub-header .radio-control .form-auto-item.is-user-is-active,.sub-header .radio-control ._account_api .list-results thead .list-results-header .status.title span,._account_api .list-results thead .list-results-header .status.title .sub-header .radio-control span,.sub-header .radio-control .list-results-header .status.title ._account_api .list-results thead span,.list-results-header .status.title ._account_api .list-results thead .sub-header .radio-control span,.sub-header .radio-control ._account_api .list-results thead tr span,._account_api .list-results thead tr .sub-header .radio-control span,.sub-header .radio-control .liveDashboard ._account_api .list-results thead .icon,.sub-header .radio-control .liveDashboard ._account_api .list-results thead .w-alert-banner:before,.sub-header .radio-control .liveDashboard ._account_api .list-results thead .w-alert-banner:before,.sub-header .radio-control .liveDashboard ._account_api .list-results thead .w-alert-banner:before,.sub-header .radio-control .liveDashboard ._account_api .list-results thead .w-alert-banner:before,.sub-header .radio-control .liveDashboard ._account_api .liveDashboard .list-results thead .w-alert-banner:before,.sub-header .radio-control .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .sub-header .radio-control .liveDashboard ._account_api .list-results thead .dialog-aside:after,.sub-header .radio-control .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.sub-header .radio-control .w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus .sub-header .radio-control .liveDashboard ._account_api .list-results thead .dialog-aside:after,.sub-header .radio-control .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.sub-header .radio-control .liveDashboard .w-dialog.plus ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus .sub-header .radio-control .liveDashboard ._account_api .list-results thead .dialog-aside:after,.sub-header .radio-control .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.sub-header .radio-control .w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus .sub-header .radio-control .liveDashboard ._account_api .list-results thead .dialog-aside:after,.sub-header .radio-control .liveDashboard ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.sub-header .radio-control .liveDashboard .w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus .sub-header .radio-control .liveDashboard ._account_api .liveDashboard .list-results thead .dialog-aside:after,.sub-header .radio-control .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.w-toast .sub-header .radio-control .liveDashboard ._account_api .list-results thead .toast.plus:after,.sub-header .radio-control .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.sub-header .radio-control .w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.w-toast .sub-header .radio-control .liveDashboard ._account_api .list-results thead .toast.plus:after,.sub-header .radio-control .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.sub-header .radio-control .liveDashboard .w-toast ._account_api .list-results thead .toast.plus:after,.w-toast .sub-header .radio-control .liveDashboard ._account_api .list-results thead .toast.plus:after,.sub-header .radio-control .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.sub-header .radio-control .w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.w-toast .sub-header .radio-control .liveDashboard ._account_api .list-results thead .toast.plus:after,.sub-header .radio-control .liveDashboard ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.sub-header .radio-control .liveDashboard .w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,.w-toast .sub-header .radio-control .liveDashboard ._account_api .liveDashboard .list-results thead .toast.plus:after,.sub-header .radio-control .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .sub-header .radio-control .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.sub-header .radio-control .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .sub-header .radio-control .liveDashboard ._account_api .list-results thead .btn-filter:before,.sub-header .radio-control .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.sub-header .radio-control .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .sub-header .radio-control .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.sub-header .radio-control .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.sub-header .radio-control .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .sub-header .radio-control .liveDashboard ._account_api .list-results thead .btn-filter:before,.sub-header .radio-control .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.sub-header .radio-control .liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .sub-header .radio-control .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.sub-header .radio-control .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.sub-header .radio-control .liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .sub-header .radio-control .liveDashboard ._account_api .list-results thead .btn-filter:before,.sub-header .radio-control .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.sub-header .radio-control .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .sub-header .radio-control .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.sub-header .radio-control .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.sub-header .radio-control .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .sub-header .radio-control .liveDashboard ._account_api .list-results thead .btn-filter:before,.sub-header .radio-control .liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.sub-header .radio-control .liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .sub-header .radio-control .liveDashboard ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.sub-header .radio-control .liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.sub-header .radio-control .liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .sub-header .radio-control .liveDashboard ._account_api .liveDashboard .list-results thead .btn-filter:before,.sub-header .radio-control .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .sub-header .radio-control .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.sub-header .radio-control .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.sub-header .radio-control .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .sub-header .radio-control .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.sub-header .radio-control .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.sub-header .radio-control .liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .sub-header .radio-control .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.sub-header .radio-control .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.sub-header .radio-control .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .sub-header .radio-control .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.sub-header .radio-control .liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.sub-header .radio-control .liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .sub-header .radio-control .liveDashboard ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.sub-header .radio-control .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.block-filters .sub-header .radio-control .liveDashboard ._account_api .list-results thead .btn-filter:before,.sub-header .radio-control .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.sub-header .radio-control .block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.block-filters .sub-header .radio-control .liveDashboard ._account_api .list-results thead .btn-filter:before,.sub-header .radio-control .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.sub-header .radio-control .liveDashboard .block-filters ._account_api .list-results thead .btn-filter:before,.block-filters .sub-header .radio-control .liveDashboard ._account_api .list-results thead .btn-filter:before,.sub-header .radio-control .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.sub-header .radio-control .block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.block-filters .sub-header .radio-control .liveDashboard ._account_api .list-results thead .btn-filter:before,.sub-header .radio-control .liveDashboard ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.sub-header .radio-control .liveDashboard .block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,.block-filters .sub-header .radio-control .liveDashboard ._account_api .liveDashboard .list-results thead .btn-filter:before,.sub-header .radio-control .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper .sub-header .radio-control .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.sub-header .radio-control .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.sub-header .radio-control .toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper .sub-header .radio-control .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.sub-header .radio-control .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.sub-header .radio-control .liveDashboard .toggleWrapper ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper .sub-header .radio-control .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.sub-header .radio-control .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.sub-header .radio-control .toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper .sub-header .radio-control .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.sub-header .radio-control .liveDashboard ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.sub-header .radio-control .liveDashboard .toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper .sub-header .radio-control .liveDashboard ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.sub-header .radio-control .liveDashboard ._account_api .list-results thead tbody span.status,.sub-header .radio-control .liveDashboard ._account_api .list-results tbody thead span.status,.sub-header .radio-control .liveDashboard ._account_api .list-results thead tbody span.status,.sub-header .radio-control .liveDashboard ._account_api .list-results tbody thead span.status,.sub-header .radio-control .liveDashboard ._account_api .list-results thead tbody span.status,.sub-header .radio-control .liveDashboard ._account_api .list-results tbody thead span.status,.sub-header .radio-control .liveDashboard ._account_api .list-results thead tbody span.status,.sub-header .radio-control .liveDashboard ._account_api .list-results tbody thead span.status,.sub-header .radio-control .liveDashboard ._account_api .liveDashboard .list-results thead tbody span.status,.sub-header .radio-control .liveDashboard ._account_api .liveDashboard .list-results tbody thead span.status,.sub-header .radio-control .liveDashboard ._account_api .list-results thead tbody td.is-running span,.sub-header .radio-control .liveDashboard ._account_api .list-results tbody td.is-running thead span,.sub-header .radio-control .liveDashboard ._account_api .list-results thead tbody td.is-running span,.sub-header .radio-control .liveDashboard ._account_api .list-results tbody td.is-running thead span,.sub-header .radio-control .liveDashboard ._account_api .list-results thead tbody td.is-running span,.sub-header .radio-control .liveDashboard ._account_api .list-results tbody td.is-running thead span,.sub-header .radio-control .liveDashboard ._account_api .list-results thead tbody td.is-running span,.sub-header .radio-control .liveDashboard ._account_api .list-results tbody td.is-running thead span,.sub-header .radio-control .liveDashboard ._account_api .liveDashboard .list-results thead tbody td.is-running span,.sub-header .radio-control .liveDashboard ._account_api .liveDashboard .list-results tbody td.is-running thead span,.sub-header .radio-control .liveDashboard ._account_api .list-results thead tbody td.is-pending span,.sub-header .radio-control .liveDashboard ._account_api .list-results tbody td.is-pending thead span,.sub-header .radio-control .liveDashboard ._account_api .list-results thead tbody td.is-pending span,.sub-header .radio-control .liveDashboard ._account_api .list-results tbody td.is-pending thead span,.sub-header .radio-control .liveDashboard ._account_api .list-results thead tbody td.is-pending span,.sub-header .radio-control .liveDashboard ._account_api .list-results tbody td.is-pending thead span,.sub-header .radio-control .liveDashboard ._account_api .list-results thead tbody td.is-pending span,.sub-header .radio-control .liveDashboard ._account_api .list-results tbody td.is-pending thead span,.sub-header .radio-control .liveDashboard ._account_api .liveDashboard .list-results thead tbody td.is-pending span,.sub-header .radio-control .liveDashboard ._account_api .liveDashboard .list-results tbody td.is-pending thead span,.liveDashboard ._account_api .list-results thead .sub-header .radio-control .icon,.liveDashboard ._account_api .list-results thead .sub-header .radio-control .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .sub-header .radio-control .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .sub-header .radio-control .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .sub-header .radio-control .w-alert-banner:before,.liveDashboard ._account_api .liveDashboard .list-results thead .sub-header .radio-control .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .sub-header .radio-control .w-dialog.plus .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .sub-header .radio-control .dialog-aside:after,.liveDashboard ._account_api .list-results thead .sub-header .radio-control .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .sub-header .radio-control .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .sub-header .radio-control .dialog-aside:after,.liveDashboard ._account_api .list-results thead .sub-header .radio-control .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .sub-header .radio-control .dialog-aside:after,.liveDashboard .w-dialog.plus ._account_api .list-results thead .sub-header .radio-control .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .sub-header .radio-control .dialog-aside:after,.liveDashboard ._account_api .list-results thead .sub-header .radio-control .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .sub-header .radio-control .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .sub-header .radio-control .dialog-aside:after,.liveDashboard ._account_api .liveDashboard .list-results thead .sub-header .radio-control .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .liveDashboard .list-results thead .w-dialog.plus .sub-header .radio-control .dialog-aside:after,.liveDashboard .w-dialog.plus ._account_api .liveDashboard .list-results thead .sub-header .radio-control .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .liveDashboard .list-results thead .sub-header .radio-control .dialog-aside:after,.liveDashboard ._account_api .list-results thead .sub-header .radio-control .w-toast .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .sub-header .radio-control .toast.plus:after,.liveDashboard ._account_api .list-results thead .sub-header .radio-control .w-toast .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .sub-header .radio-control .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .sub-header .radio-control .toast.plus:after,.liveDashboard ._account_api .list-results thead .sub-header .radio-control .w-toast .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .sub-header .radio-control .toast.plus:after,.liveDashboard .w-toast ._account_api .list-results thead .sub-header .radio-control .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .sub-header .radio-control .toast.plus:after,.liveDashboard ._account_api .list-results thead .sub-header .radio-control .w-toast .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .sub-header .radio-control .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .sub-header .radio-control .toast.plus:after,.liveDashboard ._account_api .liveDashboard .list-results thead .sub-header .radio-control .w-toast .toast.plus:after,.liveDashboard ._account_api .liveDashboard .list-results thead .w-toast .sub-header .radio-control .toast.plus:after,.liveDashboard .w-toast ._account_api .liveDashboard .list-results thead .sub-header .radio-control .toast.plus:after,.w-toast .liveDashboard ._account_api .liveDashboard .list-results thead .sub-header .radio-control .toast.plus:after,.liveDashboard ._account_api .list-results thead .sub-header .radio-control .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .sub-header .radio-control .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .sub-header .radio-control .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .sub-header .radio-control .btn-filter:before,.liveDashboard ._account_api .list-results thead .sub-header .radio-control .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .sub-header .radio-control .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .sub-header .radio-control .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .sub-header .radio-control .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .sub-header .radio-control .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .sub-header .radio-control .btn-filter:before,.liveDashboard ._account_api .list-results thead .sub-header .radio-control .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .sub-header .radio-control .btn-period-clear:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .sub-header .radio-control .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .sub-header .radio-control .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .sub-header .radio-control .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .sub-header .radio-control .btn-filter:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .sub-header .radio-control .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .sub-header .radio-control .btn-filter:before,.liveDashboard ._account_api .list-results thead .sub-header .radio-control .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .sub-header .radio-control .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .sub-header .radio-control .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .sub-header .radio-control .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .sub-header .radio-control .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .sub-header .radio-control .btn-filter:before,.liveDashboard ._account_api .liveDashboard .list-results thead .sub-header .radio-control .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .sub-header .radio-control .btn-period-clear:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .sub-header .radio-control .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .liveDashboard .list-results thead .sub-header .radio-control .btn-period-clear:before,.liveDashboard ._account_api .liveDashboard .list-results thead .sub-header .radio-control .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .sub-header .radio-control .btn-filter:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .sub-header .radio-control .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .liveDashboard .list-results thead .sub-header .radio-control .btn-filter:before,.liveDashboard ._account_api .list-results thead .sub-header .radio-control .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .sub-header .radio-control .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .sub-header .radio-control .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .sub-header .radio-control .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .sub-header .radio-control .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .sub-header .radio-control .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .sub-header .radio-control .btn-period-edit:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .sub-header .radio-control .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .sub-header .radio-control .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .sub-header .radio-control .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .sub-header .radio-control .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .sub-header .radio-control .btn-period-edit:before,.liveDashboard ._account_api .liveDashboard .list-results thead .sub-header .radio-control .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .sub-header .radio-control .btn-period-edit:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .sub-header .radio-control .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .liveDashboard .list-results thead .sub-header .radio-control .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .sub-header .radio-control .block-filters .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .sub-header .radio-control .btn-filter:before,.liveDashboard ._account_api .list-results thead .sub-header .radio-control .block-filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .sub-header .radio-control .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .sub-header .radio-control .btn-filter:before,.liveDashboard ._account_api .list-results thead .sub-header .radio-control .block-filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .sub-header .radio-control .btn-filter:before,.liveDashboard .block-filters ._account_api .list-results thead .sub-header .radio-control .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .sub-header .radio-control .btn-filter:before,.liveDashboard ._account_api .list-results thead .sub-header .radio-control .block-filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .sub-header .radio-control .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .sub-header .radio-control .btn-filter:before,.liveDashboard ._account_api .liveDashboard .list-results thead .sub-header .radio-control .block-filters .btn-filter:before,.liveDashboard ._account_api .liveDashboard .list-results thead .block-filters .sub-header .radio-control .btn-filter:before,.liveDashboard .block-filters ._account_api .liveDashboard .list-results thead .sub-header .radio-control .btn-filter:before,.block-filters .liveDashboard ._account_api .liveDashboard .list-results thead .sub-header .radio-control .btn-filter:before,.liveDashboard ._account_api .list-results thead .sub-header .radio-control .toggleWrapper input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead .sub-header .radio-control input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .sub-header .radio-control .toggleWrapper input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper .sub-header .radio-control input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead .sub-header .radio-control input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .sub-header .radio-control .toggleWrapper input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper .sub-header .radio-control input.mobileToggle+label,.liveDashboard .toggleWrapper ._account_api .list-results thead .sub-header .radio-control input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead .sub-header .radio-control input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .sub-header .radio-control .toggleWrapper input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper .sub-header .radio-control input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead .sub-header .radio-control input.mobileToggle+label,.liveDashboard ._account_api .liveDashboard .list-results thead .sub-header .radio-control .toggleWrapper input.mobileToggle+label,.liveDashboard ._account_api .liveDashboard .list-results thead .toggleWrapper .sub-header .radio-control input.mobileToggle+label,.liveDashboard .toggleWrapper ._account_api .liveDashboard .list-results thead .sub-header .radio-control input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .liveDashboard .list-results thead .sub-header .radio-control input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .sub-header .radio-control tbody span.status,.liveDashboard ._account_api .list-results tbody thead .sub-header .radio-control span.status,.liveDashboard ._account_api .list-results thead .sub-header .radio-control tbody span.status,.liveDashboard ._account_api .list-results thead tbody .sub-header .radio-control span.status,.liveDashboard ._account_api .list-results tbody thead .sub-header .radio-control span.status,.liveDashboard ._account_api .list-results thead .sub-header .radio-control tbody span.status,.liveDashboard ._account_api .list-results thead tbody .sub-header .radio-control span.status,.liveDashboard ._account_api .list-results tbody thead .sub-header .radio-control span.status,.liveDashboard ._account_api .list-results thead .sub-header .radio-control tbody span.status,.liveDashboard ._account_api .list-results thead tbody .sub-header .radio-control span.status,.liveDashboard ._account_api .list-results tbody thead .sub-header .radio-control span.status,.liveDashboard ._account_api .liveDashboard .list-results thead .sub-header .radio-control tbody span.status,.liveDashboard ._account_api .liveDashboard .list-results thead tbody .sub-header .radio-control span.status,.liveDashboard ._account_api .liveDashboard .list-results tbody thead .sub-header .radio-control span.status,.liveDashboard ._account_api .list-results thead .sub-header .radio-control tbody td.is-running span,.liveDashboard ._account_api .list-results tbody td.is-running thead .sub-header .radio-control span,.liveDashboard ._account_api .list-results thead .sub-header .radio-control tbody td.is-running span,.liveDashboard ._account_api .list-results thead tbody td.is-running .sub-header .radio-control span,.liveDashboard ._account_api .list-results tbody td.is-running thead .sub-header .radio-control span,.liveDashboard ._account_api .list-results thead .sub-header .radio-control tbody td.is-running span,.liveDashboard ._account_api .list-results thead tbody td.is-running .sub-header .radio-control span,.liveDashboard ._account_api .list-results tbody td.is-running thead .sub-header .radio-control span,.liveDashboard ._account_api .list-results thead .sub-header .radio-control tbody td.is-running span,.liveDashboard ._account_api .list-results thead tbody td.is-running .sub-header .radio-control span,.liveDashboard ._account_api .list-results tbody td.is-running thead .sub-header .radio-control span,.liveDashboard ._account_api .liveDashboard .list-results thead .sub-header .radio-control tbody td.is-running span,.liveDashboard ._account_api .liveDashboard .list-results thead tbody td.is-running .sub-header .radio-control span,.liveDashboard ._account_api .liveDashboard .list-results tbody td.is-running thead .sub-header .radio-control span,.liveDashboard ._account_api .list-results thead .sub-header .radio-control tbody td.is-pending span,.liveDashboard ._account_api .list-results tbody td.is-pending thead .sub-header .radio-control span,.liveDashboard ._account_api .list-results thead .sub-header .radio-control tbody td.is-pending span,.liveDashboard ._account_api .list-results thead tbody td.is-pending .sub-header .radio-control span,.liveDashboard ._account_api .list-results tbody td.is-pending thead .sub-header .radio-control span,.liveDashboard ._account_api .list-results thead .sub-header .radio-control tbody td.is-pending span,.liveDashboard ._account_api .list-results thead tbody td.is-pending .sub-header .radio-control span,.liveDashboard ._account_api .list-results tbody td.is-pending thead .sub-header .radio-control span,.liveDashboard ._account_api .list-results thead .sub-header .radio-control tbody td.is-pending span,.liveDashboard ._account_api .list-results thead tbody td.is-pending .sub-header .radio-control span,.liveDashboard ._account_api .list-results tbody td.is-pending thead .sub-header .radio-control span,.liveDashboard ._account_api .liveDashboard .list-results thead .sub-header .radio-control tbody td.is-pending span,.liveDashboard ._account_api .liveDashboard .list-results thead tbody td.is-pending .sub-header .radio-control span,.liveDashboard ._account_api .liveDashboard .list-results tbody td.is-pending thead .sub-header .radio-control span,.sub-header .radio-control ._account_api .liveDashboard .list-results thead .icon,.sub-header .radio-control ._account_api .liveDashboard .list-results thead .w-alert-banner:before,.sub-header .radio-control ._account_api .liveDashboard .list-results thead .w-alert-banner:before,.sub-header .radio-control ._account_api .liveDashboard .list-results thead .w-alert-banner:before,.sub-header .radio-control ._account_api .liveDashboard ._account_api .list-results thead .w-alert-banner:before,.sub-header .radio-control ._account_api .liveDashboard .list-results thead .w-alert-banner:before,.sub-header .radio-control ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .sub-header .radio-control ._account_api .liveDashboard .list-results thead .dialog-aside:after,.sub-header .radio-control ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.sub-header .radio-control ._account_api .w-dialog.plus .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus .sub-header .radio-control ._account_api .liveDashboard .list-results thead .dialog-aside:after,.sub-header .radio-control ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.sub-header .radio-control .w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus .sub-header .radio-control ._account_api .liveDashboard .list-results thead .dialog-aside:after,.sub-header .radio-control ._account_api .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.sub-header .radio-control ._account_api .w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus .sub-header .radio-control ._account_api .liveDashboard ._account_api .list-results thead .dialog-aside:after,.sub-header .radio-control ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.sub-header .radio-control .w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus .sub-header .radio-control ._account_api .liveDashboard .list-results thead .dialog-aside:after,.sub-header .radio-control ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-toast .sub-header .radio-control ._account_api .liveDashboard .list-results thead .toast.plus:after,.sub-header .radio-control ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.sub-header .radio-control ._account_api .w-toast .liveDashboard .list-results thead .toast.plus:after,.w-toast .sub-header .radio-control ._account_api .liveDashboard .list-results thead .toast.plus:after,.sub-header .radio-control ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.sub-header .radio-control .w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,.w-toast .sub-header .radio-control ._account_api .liveDashboard .list-results thead .toast.plus:after,.sub-header .radio-control ._account_api .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.sub-header .radio-control ._account_api .w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.w-toast .sub-header .radio-control ._account_api .liveDashboard ._account_api .list-results thead .toast.plus:after,.sub-header .radio-control ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.sub-header .radio-control .w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,.w-toast .sub-header .radio-control ._account_api .liveDashboard .list-results thead .toast.plus:after,.sub-header .radio-control ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .sub-header .radio-control ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.sub-header .radio-control ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .sub-header .radio-control ._account_api .liveDashboard .list-results thead .btn-filter:before,.sub-header .radio-control ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.sub-header .radio-control ._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .sub-header .radio-control ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.sub-header .radio-control ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.sub-header .radio-control ._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .sub-header .radio-control ._account_api .liveDashboard .list-results thead .btn-filter:before,.sub-header .radio-control ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.sub-header .radio-control .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .sub-header .radio-control ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.sub-header .radio-control ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.sub-header .radio-control .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .sub-header .radio-control ._account_api .liveDashboard .list-results thead .btn-filter:before,.sub-header .radio-control ._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.sub-header .radio-control ._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .sub-header .radio-control ._account_api .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.sub-header .radio-control ._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.sub-header .radio-control ._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .sub-header .radio-control ._account_api .liveDashboard ._account_api .list-results thead .btn-filter:before,.sub-header .radio-control ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.sub-header .radio-control .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .sub-header .radio-control ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.sub-header .radio-control ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.sub-header .radio-control .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .sub-header .radio-control ._account_api .liveDashboard .list-results thead .btn-filter:before,.sub-header .radio-control ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .sub-header .radio-control ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.sub-header .radio-control ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.sub-header .radio-control ._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .sub-header .radio-control ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.sub-header .radio-control ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.sub-header .radio-control .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .sub-header .radio-control ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.sub-header .radio-control ._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.sub-header .radio-control ._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .sub-header .radio-control ._account_api .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.sub-header .radio-control ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.sub-header .radio-control .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .sub-header .radio-control ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.sub-header .radio-control ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.block-filters .sub-header .radio-control ._account_api .liveDashboard .list-results thead .btn-filter:before,.sub-header .radio-control ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.sub-header .radio-control ._account_api .block-filters .liveDashboard .list-results thead .btn-filter:before,.block-filters .sub-header .radio-control ._account_api .liveDashboard .list-results thead .btn-filter:before,.sub-header .radio-control ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.sub-header .radio-control .block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,.block-filters .sub-header .radio-control ._account_api .liveDashboard .list-results thead .btn-filter:before,.sub-header .radio-control ._account_api .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.sub-header .radio-control ._account_api .block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.block-filters .sub-header .radio-control ._account_api .liveDashboard ._account_api .list-results thead .btn-filter:before,.sub-header .radio-control ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.sub-header .radio-control .block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,.block-filters .sub-header .radio-control ._account_api .liveDashboard .list-results thead .btn-filter:before,.sub-header .radio-control ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper .sub-header .radio-control ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.sub-header .radio-control ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.sub-header .radio-control ._account_api .toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper .sub-header .radio-control ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.sub-header .radio-control ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.sub-header .radio-control .toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper .sub-header .radio-control ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.sub-header .radio-control ._account_api .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.sub-header .radio-control ._account_api .toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper .sub-header .radio-control ._account_api .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.sub-header .radio-control ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.sub-header .radio-control .toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper .sub-header .radio-control ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.sub-header .radio-control ._account_api .liveDashboard .list-results thead tbody span.status,.sub-header .radio-control ._account_api .liveDashboard .list-results tbody thead span.status,.sub-header .radio-control ._account_api .liveDashboard .list-results thead tbody span.status,.sub-header .radio-control ._account_api .liveDashboard .list-results tbody thead span.status,.sub-header .radio-control ._account_api .liveDashboard .list-results thead tbody span.status,.sub-header .radio-control ._account_api .liveDashboard .list-results tbody thead span.status,.sub-header .radio-control ._account_api .liveDashboard ._account_api .list-results thead tbody span.status,.sub-header .radio-control ._account_api .liveDashboard ._account_api .list-results tbody thead span.status,.sub-header .radio-control ._account_api .liveDashboard .list-results thead tbody span.status,.sub-header .radio-control ._account_api .liveDashboard .list-results tbody thead span.status,.sub-header .radio-control ._account_api .liveDashboard .list-results thead tbody td.is-running span,.sub-header .radio-control ._account_api .liveDashboard .list-results tbody td.is-running thead span,.sub-header .radio-control ._account_api .liveDashboard .list-results thead tbody td.is-running span,.sub-header .radio-control ._account_api .liveDashboard .list-results tbody td.is-running thead span,.sub-header .radio-control ._account_api .liveDashboard .list-results thead tbody td.is-running span,.sub-header .radio-control ._account_api .liveDashboard .list-results tbody td.is-running thead span,.sub-header .radio-control ._account_api .liveDashboard ._account_api .list-results thead tbody td.is-running span,.sub-header .radio-control ._account_api .liveDashboard ._account_api .list-results tbody td.is-running thead span,.sub-header .radio-control ._account_api .liveDashboard .list-results thead tbody td.is-running span,.sub-header .radio-control ._account_api .liveDashboard .list-results tbody td.is-running thead span,.sub-header .radio-control ._account_api .liveDashboard .list-results thead tbody td.is-pending span,.sub-header .radio-control ._account_api .liveDashboard .list-results tbody td.is-pending thead span,.sub-header .radio-control ._account_api .liveDashboard .list-results thead tbody td.is-pending span,.sub-header .radio-control ._account_api .liveDashboard .list-results tbody td.is-pending thead span,.sub-header .radio-control ._account_api .liveDashboard .list-results thead tbody td.is-pending span,.sub-header .radio-control ._account_api .liveDashboard .list-results tbody td.is-pending thead span,.sub-header .radio-control ._account_api .liveDashboard ._account_api .list-results thead tbody td.is-pending span,.sub-header .radio-control ._account_api .liveDashboard ._account_api .list-results tbody td.is-pending thead span,.sub-header .radio-control ._account_api .liveDashboard .list-results thead tbody td.is-pending span,.sub-header .radio-control ._account_api .liveDashboard .list-results tbody td.is-pending thead span,._account_api .liveDashboard .list-results thead .sub-header .radio-control .icon,._account_api .liveDashboard .list-results thead .sub-header .radio-control .w-alert-banner:before,._account_api .liveDashboard .list-results thead .sub-header .radio-control .w-alert-banner:before,._account_api .liveDashboard .list-results thead .sub-header .radio-control .w-alert-banner:before,._account_api .liveDashboard ._account_api .list-results thead .sub-header .radio-control .w-alert-banner:before,._account_api .liveDashboard .list-results thead .sub-header .radio-control .w-alert-banner:before,._account_api .liveDashboard .list-results thead .sub-header .radio-control .w-dialog.plus .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .sub-header .radio-control .dialog-aside:after,._account_api .liveDashboard .list-results thead .sub-header .radio-control .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .sub-header .radio-control .dialog-aside:after,._account_api .w-dialog.plus .liveDashboard .list-results thead .sub-header .radio-control .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .sub-header .radio-control .dialog-aside:after,._account_api .liveDashboard .list-results thead .sub-header .radio-control .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .sub-header .radio-control .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .sub-header .radio-control .dialog-aside:after,._account_api .liveDashboard ._account_api .list-results thead .sub-header .radio-control .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard ._account_api .list-results thead .w-dialog.plus .sub-header .radio-control .dialog-aside:after,._account_api .w-dialog.plus .liveDashboard ._account_api .list-results thead .sub-header .radio-control .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard ._account_api .list-results thead .sub-header .radio-control .dialog-aside:after,._account_api .liveDashboard .list-results thead .sub-header .radio-control .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .sub-header .radio-control .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .sub-header .radio-control .dialog-aside:after,._account_api .liveDashboard .list-results thead .sub-header .radio-control .w-toast .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .sub-header .radio-control .toast.plus:after,._account_api .liveDashboard .list-results thead .sub-header .radio-control .w-toast .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .sub-header .radio-control .toast.plus:after,._account_api .w-toast .liveDashboard .list-results thead .sub-header .radio-control .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .sub-header .radio-control .toast.plus:after,._account_api .liveDashboard .list-results thead .sub-header .radio-control .w-toast .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .sub-header .radio-control .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .sub-header .radio-control .toast.plus:after,._account_api .liveDashboard ._account_api .list-results thead .sub-header .radio-control .w-toast .toast.plus:after,._account_api .liveDashboard ._account_api .list-results thead .w-toast .sub-header .radio-control .toast.plus:after,._account_api .w-toast .liveDashboard ._account_api .list-results thead .sub-header .radio-control .toast.plus:after,.w-toast ._account_api .liveDashboard ._account_api .list-results thead .sub-header .radio-control .toast.plus:after,._account_api .liveDashboard .list-results thead .sub-header .radio-control .w-toast .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .sub-header .radio-control .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .sub-header .radio-control .toast.plus:after,._account_api .liveDashboard .list-results thead .sub-header .radio-control .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .sub-header .radio-control .btn-period-clear:before,._account_api .liveDashboard .list-results thead .sub-header .radio-control .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .sub-header .radio-control .btn-filter:before,._account_api .liveDashboard .list-results thead .sub-header .radio-control .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .sub-header .radio-control .btn-period-clear:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .sub-header .radio-control .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .sub-header .radio-control .btn-period-clear:before,._account_api .liveDashboard .list-results thead .sub-header .radio-control .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .sub-header .radio-control .btn-filter:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .sub-header .radio-control .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .sub-header .radio-control .btn-filter:before,._account_api .liveDashboard .list-results thead .sub-header .radio-control .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .sub-header .radio-control .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .sub-header .radio-control .btn-period-clear:before,._account_api .liveDashboard .list-results thead .sub-header .radio-control .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .sub-header .radio-control .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .sub-header .radio-control .btn-filter:before,._account_api .liveDashboard ._account_api .list-results thead .sub-header .radio-control .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .sub-header .radio-control .btn-period-clear:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .sub-header .radio-control .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard ._account_api .list-results thead .sub-header .radio-control .btn-period-clear:before,._account_api .liveDashboard ._account_api .list-results thead .sub-header .radio-control .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .sub-header .radio-control .btn-filter:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .sub-header .radio-control .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard ._account_api .list-results thead .sub-header .radio-control .btn-filter:before,._account_api .liveDashboard .list-results thead .sub-header .radio-control .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .sub-header .radio-control .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .sub-header .radio-control .btn-period-clear:before,._account_api .liveDashboard .list-results thead .sub-header .radio-control .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .sub-header .radio-control .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .sub-header .radio-control .btn-filter:before,._account_api .liveDashboard .list-results thead .sub-header .radio-control .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .sub-header .radio-control .btn-period-edit:before,._account_api .liveDashboard .list-results thead .sub-header .radio-control .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .sub-header .radio-control .btn-period-edit:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .sub-header .radio-control .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .sub-header .radio-control .btn-period-edit:before,._account_api .liveDashboard .list-results thead .sub-header .radio-control .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .sub-header .radio-control .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .sub-header .radio-control .btn-period-edit:before,._account_api .liveDashboard ._account_api .list-results thead .sub-header .radio-control .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .sub-header .radio-control .btn-period-edit:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .sub-header .radio-control .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard ._account_api .list-results thead .sub-header .radio-control .btn-period-edit:before,._account_api .liveDashboard .list-results thead .sub-header .radio-control .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .sub-header .radio-control .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .sub-header .radio-control .btn-period-edit:before,._account_api .liveDashboard .list-results thead .sub-header .radio-control .block-filters .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .sub-header .radio-control .btn-filter:before,._account_api .liveDashboard .list-results thead .sub-header .radio-control .block-filters .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .sub-header .radio-control .btn-filter:before,._account_api .block-filters .liveDashboard .list-results thead .sub-header .radio-control .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .sub-header .radio-control .btn-filter:before,._account_api .liveDashboard .list-results thead .sub-header .radio-control .block-filters .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .sub-header .radio-control .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .sub-header .radio-control .btn-filter:before,._account_api .liveDashboard ._account_api .list-results thead .sub-header .radio-control .block-filters .btn-filter:before,._account_api .liveDashboard ._account_api .list-results thead .block-filters .sub-header .radio-control .btn-filter:before,._account_api .block-filters .liveDashboard ._account_api .list-results thead .sub-header .radio-control .btn-filter:before,.block-filters ._account_api .liveDashboard ._account_api .list-results thead .sub-header .radio-control .btn-filter:before,._account_api .liveDashboard .list-results thead .sub-header .radio-control .block-filters .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .sub-header .radio-control .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .sub-header .radio-control .btn-filter:before,._account_api .liveDashboard .list-results thead .sub-header .radio-control .toggleWrapper input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead .sub-header .radio-control input.mobileToggle+label,._account_api .liveDashboard .list-results thead .sub-header .radio-control .toggleWrapper input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper .sub-header .radio-control input.mobileToggle+label,._account_api .toggleWrapper .liveDashboard .list-results thead .sub-header .radio-control input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead .sub-header .radio-control input.mobileToggle+label,._account_api .liveDashboard .list-results thead .sub-header .radio-control .toggleWrapper input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper .sub-header .radio-control input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead .sub-header .radio-control input.mobileToggle+label,._account_api .liveDashboard ._account_api .list-results thead .sub-header .radio-control .toggleWrapper input.mobileToggle+label,._account_api .liveDashboard ._account_api .list-results thead .toggleWrapper .sub-header .radio-control input.mobileToggle+label,._account_api .toggleWrapper .liveDashboard ._account_api .list-results thead .sub-header .radio-control input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard ._account_api .list-results thead .sub-header .radio-control input.mobileToggle+label,._account_api .liveDashboard .list-results thead .sub-header .radio-control .toggleWrapper input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper .sub-header .radio-control input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead .sub-header .radio-control input.mobileToggle+label,._account_api .liveDashboard .list-results thead .sub-header .radio-control tbody span.status,._account_api .liveDashboard .list-results tbody thead .sub-header .radio-control span.status,._account_api .liveDashboard .list-results thead .sub-header .radio-control tbody span.status,._account_api .liveDashboard .list-results thead tbody .sub-header .radio-control span.status,._account_api .liveDashboard .list-results tbody thead .sub-header .radio-control span.status,._account_api .liveDashboard .list-results thead .sub-header .radio-control tbody span.status,._account_api .liveDashboard .list-results thead tbody .sub-header .radio-control span.status,._account_api .liveDashboard .list-results tbody thead .sub-header .radio-control span.status,._account_api .liveDashboard ._account_api .list-results thead .sub-header .radio-control tbody span.status,._account_api .liveDashboard ._account_api .list-results thead tbody .sub-header .radio-control span.status,._account_api .liveDashboard ._account_api .list-results tbody thead .sub-header .radio-control span.status,._account_api .liveDashboard .list-results thead .sub-header .radio-control tbody span.status,._account_api .liveDashboard .list-results thead tbody .sub-header .radio-control span.status,._account_api .liveDashboard .list-results tbody thead .sub-header .radio-control span.status,._account_api .liveDashboard .list-results thead .sub-header .radio-control tbody td.is-running span,._account_api .liveDashboard .list-results tbody td.is-running thead .sub-header .radio-control span,._account_api .liveDashboard .list-results thead .sub-header .radio-control tbody td.is-running span,._account_api .liveDashboard .list-results thead tbody td.is-running .sub-header .radio-control span,._account_api .liveDashboard .list-results tbody td.is-running thead .sub-header .radio-control span,._account_api .liveDashboard .list-results thead .sub-header .radio-control tbody td.is-running span,._account_api .liveDashboard .list-results thead tbody td.is-running .sub-header .radio-control span,._account_api .liveDashboard .list-results tbody td.is-running thead .sub-header .radio-control span,._account_api .liveDashboard ._account_api .list-results thead .sub-header .radio-control tbody td.is-running span,._account_api .liveDashboard ._account_api .list-results thead tbody td.is-running .sub-header .radio-control span,._account_api .liveDashboard ._account_api .list-results tbody td.is-running thead .sub-header .radio-control span,._account_api .liveDashboard .list-results thead .sub-header .radio-control tbody td.is-running span,._account_api .liveDashboard .list-results thead tbody td.is-running .sub-header .radio-control span,._account_api .liveDashboard .list-results tbody td.is-running thead .sub-header .radio-control span,._account_api .liveDashboard .list-results thead .sub-header .radio-control tbody td.is-pending span,._account_api .liveDashboard .list-results tbody td.is-pending thead .sub-header .radio-control span,._account_api .liveDashboard .list-results thead .sub-header .radio-control tbody td.is-pending span,._account_api .liveDashboard .list-results thead tbody td.is-pending .sub-header .radio-control span,._account_api .liveDashboard .list-results tbody td.is-pending thead .sub-header .radio-control span,._account_api .liveDashboard .list-results thead .sub-header .radio-control tbody td.is-pending span,._account_api .liveDashboard .list-results thead tbody td.is-pending .sub-header .radio-control span,._account_api .liveDashboard .list-results tbody td.is-pending thead .sub-header .radio-control span,._account_api .liveDashboard ._account_api .list-results thead .sub-header .radio-control tbody td.is-pending span,._account_api .liveDashboard ._account_api .list-results thead tbody td.is-pending .sub-header .radio-control span,._account_api .liveDashboard ._account_api .list-results tbody td.is-pending thead .sub-header .radio-control span,._account_api .liveDashboard .list-results thead .sub-header .radio-control tbody td.is-pending span,._account_api .liveDashboard .list-results thead tbody td.is-pending .sub-header .radio-control span,._account_api .liveDashboard .list-results tbody td.is-pending thead .sub-header .radio-control span,.sub-header .radio-control .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .sub-header .radio-control .dropdown-toggle:after,.sub-header .radio-control ._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .sub-header .radio-control .dropdown-toggle:after,.sub-header .radio-control .liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .dropdown-toggle:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .sub-header .radio-control .dropdown-toggle:after,.sub-header .radio-control .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .sub-header .radio-control .dropdown-toggle:after,.sub-header .radio-control .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .sub-header .radio-control .filter,.sub-header .radio-control ._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .sub-header .radio-control .filter,.sub-header .radio-control .liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .filter,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .sub-header .radio-control .filter,.sub-header .radio-control .w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .sub-header .radio-control .filter,.sub-header .radio-control .liveDashboard ._account_api .list-results thead .form-label.status span,.sub-header .radio-control .liveDashboard ._account_api .list-results thead .status.status-log span,.sub-header .radio-control .liveDashboard ._account_api .list-results thead .status.status-report-item span,.sub-header .radio-control .liveDashboard ._account_api .list-results thead .double-list dd.status span,.double-list .sub-header .radio-control .liveDashboard ._account_api .list-results thead dd.status span,.sub-header .radio-control .liveDashboard ._account_api .list-results thead .double-list dt.status span,.double-list .sub-header .radio-control .liveDashboard ._account_api .list-results thead dt.status span,.sub-header .radio-control .liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span,.w-cards-container .w-card .sub-header .radio-control .liveDashboard ._account_api .list-results thead .status.title span,.sub-header .radio-control .liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value .sub-header .radio-control .liveDashboard ._account_api .list-results thead .status.label span,.sub-header .radio-control .liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span,.sub-header .radio-control .liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span,.liveDashboard ._account_api .list-results thead .form-label.status .sub-header .radio-control span,.liveDashboard ._account_api .list-results thead .status.status-log .sub-header .radio-control span,.liveDashboard ._account_api .list-results thead .status.status-report-item .sub-header .radio-control span,.liveDashboard ._account_api .list-results thead .double-list dd.status .sub-header .radio-control span,.double-list .liveDashboard ._account_api .list-results thead dd.status .sub-header .radio-control span,.liveDashboard ._account_api .list-results thead .double-list dt.status .sub-header .radio-control span,.double-list .liveDashboard ._account_api .list-results thead dt.status .sub-header .radio-control span,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title .sub-header .radio-control span,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title .sub-header .radio-control span,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .sub-header .radio-control span,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label .sub-header .radio-control span,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title .sub-header .radio-control span,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title .sub-header .radio-control span,.sub-header .radio-control ._account_api .liveDashboard .list-results thead .form-label.status span,.sub-header .radio-control ._account_api .liveDashboard .list-results thead .status.status-log span,.sub-header .radio-control ._account_api .liveDashboard .list-results thead .status.status-report-item span,.sub-header .radio-control ._account_api .liveDashboard .list-results thead .double-list dd.status span,.double-list .sub-header .radio-control ._account_api .liveDashboard .list-results thead dd.status span,.sub-header .radio-control ._account_api .liveDashboard .list-results thead .double-list dt.status span,.double-list .sub-header .radio-control ._account_api .liveDashboard .list-results thead dt.status span,.sub-header .radio-control ._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span,.w-cards-container .w-card .sub-header .radio-control ._account_api .liveDashboard .list-results thead .status.title span,.sub-header .radio-control ._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value .sub-header .radio-control ._account_api .liveDashboard .list-results thead .status.label span,.sub-header .radio-control ._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span,.sub-header .radio-control ._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span,._account_api .liveDashboard .list-results thead .form-label.status .sub-header .radio-control span,._account_api .liveDashboard .list-results thead .status.status-log .sub-header .radio-control span,._account_api .liveDashboard .list-results thead .status.status-report-item .sub-header .radio-control span,._account_api .liveDashboard .list-results thead .double-list dd.status .sub-header .radio-control span,.double-list ._account_api .liveDashboard .list-results thead dd.status .sub-header .radio-control span,._account_api .liveDashboard .list-results thead .double-list dt.status .sub-header .radio-control span,.double-list ._account_api .liveDashboard .list-results thead dt.status .sub-header .radio-control span,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title .sub-header .radio-control span,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title .sub-header .radio-control span,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .sub-header .radio-control span,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label .sub-header .radio-control span,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title .sub-header .radio-control span,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title .sub-header .radio-control span,.sub-header .radio-control .liveDashboard .form-label.status ._account_api .list-results thead span,.sub-header .radio-control .liveDashboard .status.status-log ._account_api .list-results thead span,.sub-header .radio-control .liveDashboard .status.status-report-item ._account_api .list-results thead span,.sub-header .radio-control .liveDashboard .double-list dd.status ._account_api .list-results thead span,.double-list .sub-header .radio-control .liveDashboard dd.status ._account_api .list-results thead span,.sub-header .radio-control .liveDashboard .double-list dt.status ._account_api .list-results thead span,.double-list .sub-header .radio-control .liveDashboard dt.status ._account_api .list-results thead span,.sub-header .radio-control .liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span,.w-cards-container .w-card .sub-header .radio-control .liveDashboard .status.title ._account_api .list-results thead span,.sub-header .radio-control .liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span,.w-cards-container .w-card.centered .w-value .sub-header .radio-control .liveDashboard .status.label ._account_api .list-results thead span,.sub-header .radio-control .liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span,.list-results tbody tr.sublist .sub-header .radio-control .liveDashboard .status.title ._account_api .list-results thead span,.liveDashboard .form-label.status ._account_api .list-results thead .sub-header .radio-control span,.liveDashboard .status.status-log ._account_api .list-results thead .sub-header .radio-control span,.liveDashboard .status.status-report-item ._account_api .list-results thead .sub-header .radio-control span,.liveDashboard .double-list dd.status ._account_api .list-results thead .sub-header .radio-control span,.double-list .liveDashboard dd.status ._account_api .list-results thead .sub-header .radio-control span,.liveDashboard .double-list dt.status ._account_api .list-results thead .sub-header .radio-control span,.double-list .liveDashboard dt.status ._account_api .list-results thead .sub-header .radio-control span,.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead .sub-header .radio-control span,.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead .sub-header .radio-control span,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead .sub-header .radio-control span,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead .sub-header .radio-control span,.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead .sub-header .radio-control span,.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead .sub-header .radio-control span,.sub-header .radio-control .form-label.status ._account_api .liveDashboard .list-results thead span,.sub-header .radio-control .status.status-log ._account_api .liveDashboard .list-results thead span,.sub-header .radio-control .status.status-report-item ._account_api .liveDashboard .list-results thead span,.sub-header .radio-control .double-list dd.status ._account_api .liveDashboard .list-results thead span,.double-list .sub-header .radio-control dd.status ._account_api .liveDashboard .list-results thead span,.sub-header .radio-control .double-list dt.status ._account_api .liveDashboard .list-results thead span,.double-list .sub-header .radio-control dt.status ._account_api .liveDashboard .list-results thead span,.sub-header .radio-control .w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead span,.w-cards-container .w-card .sub-header .radio-control .status.title ._account_api .liveDashboard .list-results thead span,.sub-header .radio-control .w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead span,.w-cards-container .w-card.centered .w-value .sub-header .radio-control .status.label ._account_api .liveDashboard .list-results thead span,.sub-header .radio-control .list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead span,.list-results tbody tr.sublist .sub-header .radio-control .status.title ._account_api .liveDashboard .list-results thead span,.form-label.status ._account_api .liveDashboard .list-results thead .sub-header .radio-control span,.status.status-log ._account_api .liveDashboard .list-results thead .sub-header .radio-control span,.status.status-report-item ._account_api .liveDashboard .list-results thead .sub-header .radio-control span,.double-list dd.status ._account_api .liveDashboard .list-results thead .sub-header .radio-control span,.double-list dt.status ._account_api .liveDashboard .list-results thead .sub-header .radio-control span,.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead .sub-header .radio-control span,.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead .sub-header .radio-control span,.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead .sub-header .radio-control span,.sub-header .radio-control .liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small .sub-header .radio-control span,.sub-header .radio-control ._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small .sub-header .radio-control span,.sub-header .radio-control .liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span,.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead .sub-header .radio-control span,.sub-header .radio-control .w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead span,.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead .sub-header .radio-control span,.sub-header .radio-control .liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s .sub-header .radio-control span,.sub-header .radio-control ._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .sub-header .radio-control span,.sub-header .radio-control .liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span,.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead .sub-header .radio-control span,.sub-header .radio-control .w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead span,.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead .sub-header .radio-control span,.liveDashboard ._account_api .list-results thead .sub-header .radio-control .w-form label,.liveDashboard ._account_api .list-results thead .sub-header .radio-control .w-double-list label,.liveDashboard ._account_api .list-results thead .sub-header .w-form .radio-control label,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list .radio-control label,._account_api .liveDashboard .list-results thead .sub-header .radio-control .w-form label,._account_api .liveDashboard .list-results thead .sub-header .radio-control .w-double-list label,._account_api .liveDashboard .list-results thead .sub-header .w-form .radio-control label,._account_api .liveDashboard .list-results thead .sub-header .w-double-list .radio-control label,.liveDashboard .sub-header .radio-control .w-form ._account_api .list-results thead label,.liveDashboard .sub-header .radio-control .w-double-list ._account_api .list-results thead label,.liveDashboard .sub-header .w-form ._account_api .list-results thead .radio-control label,.liveDashboard .sub-header .w-double-list ._account_api .list-results thead .radio-control label,.sub-header .radio-control .w-form ._account_api .liveDashboard .list-results thead label,.sub-header .radio-control .w-double-list ._account_api .liveDashboard .list-results thead label,.sub-header .w-form ._account_api .liveDashboard .list-results thead .radio-control label,.sub-header .w-double-list ._account_api .liveDashboard .list-results thead .radio-control label,.sub-header .radio-control .liveDashboard ._account_api .list-results thead .block-filters button:after,.liveDashboard ._account_api .list-results thead .block-filters .sub-header .radio-control button:after,.sub-header .radio-control ._account_api .liveDashboard .list-results thead .block-filters button:after,._account_api .liveDashboard .list-results thead .block-filters .sub-header .radio-control button:after,.sub-header .radio-control .liveDashboard .block-filters ._account_api .list-results thead button:after,.liveDashboard .block-filters ._account_api .list-results thead .sub-header .radio-control button:after,.sub-header .radio-control .block-filters ._account_api .liveDashboard .list-results thead button:after,.block-filters ._account_api .liveDashboard .list-results thead .sub-header .radio-control button:after,.sub-header .radio-control .liveDashboard ._account_api .list-results thead .block-filters select:after,.liveDashboard ._account_api .list-results thead .block-filters .sub-header .radio-control select:after,.sub-header .radio-control ._account_api .liveDashboard .list-results thead .block-filters select:after,._account_api .liveDashboard .list-results thead .block-filters .sub-header .radio-control select:after,.sub-header .radio-control .liveDashboard .block-filters ._account_api .list-results thead select:after,.liveDashboard .block-filters ._account_api .list-results thead .sub-header .radio-control select:after,.sub-header .radio-control .block-filters ._account_api .liveDashboard .list-results thead select:after,.block-filters ._account_api .liveDashboard .list-results thead .sub-header .radio-control select:after,.sub-header .radio-control .liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .form-auto-list .sub-header .radio-control .form-auto-item.is-user-is-inactive,.sub-header .radio-control ._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .form-auto-list .sub-header .radio-control .form-auto-item.is-user-is-inactive,.sub-header .radio-control .liveDashboard .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-inactive,.liveDashboard .form-auto-list ._account_api .list-results thead .sub-header .radio-control .form-auto-item.is-user-is-inactive,.sub-header .radio-control .form-auto-list ._account_api .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .liveDashboard .list-results thead .sub-header .radio-control .form-auto-item.is-user-is-inactive,.sub-header .radio-control .liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .form-auto-list .sub-header .radio-control .form-auto-item.is-user-is-active,.sub-header .radio-control ._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .form-auto-list .sub-header .radio-control .form-auto-item.is-user-is-active,.sub-header .radio-control .liveDashboard .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-active,.liveDashboard .form-auto-list ._account_api .list-results thead .sub-header .radio-control .form-auto-item.is-user-is-active,.sub-header .radio-control .form-auto-list ._account_api .liveDashboard .list-results thead .form-auto-item.is-user-is-active,.form-auto-list ._account_api .liveDashboard .list-results thead .sub-header .radio-control .form-auto-item.is-user-is-active,.sub-header .radio-control .liveDashboard ._account_api .list-results thead .list-results-header .status.title span,.liveDashboard ._account_api .list-results thead .list-results-header .status.title .sub-header .radio-control span,.sub-header .radio-control ._account_api .liveDashboard .list-results thead .list-results-header .status.title span,._account_api .liveDashboard .list-results thead .list-results-header .status.title .sub-header .radio-control span,.sub-header .radio-control .liveDashboard .list-results-header .status.title ._account_api .list-results thead span,.liveDashboard .list-results-header .status.title ._account_api .list-results thead .sub-header .radio-control span,.sub-header .radio-control .list-results-header .status.title ._account_api .liveDashboard .list-results thead span,.list-results-header .status.title ._account_api .liveDashboard .list-results thead .sub-header .radio-control span,.sub-header .radio-control .liveDashboard ._account_api .list-results thead tr span,.liveDashboard ._account_api .list-results thead tr .sub-header .radio-control span,.sub-header .radio-control ._account_api .liveDashboard .list-results thead tr span,._account_api .liveDashboard .list-results thead tr .sub-header .radio-control span,.sub-header .radio-control ._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .dropdown-toggle:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .sub-header .radio-control .dropdown-toggle:after,.sub-header .radio-control .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .sub-header .radio-control .dropdown-toggle:after,.sub-header .radio-control ._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .filter,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .sub-header .radio-control .filter,.sub-header .radio-control .w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .sub-header .radio-control .filter,.sub-header .radio-control ._account_api .form-label.status .liveDashboard .list-results thead span,.sub-header .radio-control ._account_api .status.status-log .liveDashboard .list-results thead span,.sub-header .radio-control ._account_api .status.status-report-item .liveDashboard .list-results thead span,.sub-header .radio-control ._account_api .double-list dd.status .liveDashboard .list-results thead span,.double-list .sub-header .radio-control ._account_api dd.status .liveDashboard .list-results thead span,.sub-header .radio-control ._account_api .double-list dt.status .liveDashboard .list-results thead span,.double-list .sub-header .radio-control ._account_api dt.status .liveDashboard .list-results thead span,.sub-header .radio-control ._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span,.w-cards-container .w-card .sub-header .radio-control ._account_api .status.title .liveDashboard .list-results thead span,.sub-header .radio-control ._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span,.w-cards-container .w-card.centered .w-value .sub-header .radio-control ._account_api .status.label .liveDashboard .list-results thead span,.sub-header .radio-control ._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span,.list-results tbody tr.sublist .sub-header .radio-control ._account_api .status.title .liveDashboard .list-results thead span,._account_api .form-label.status .liveDashboard .list-results thead .sub-header .radio-control span,._account_api .status.status-log .liveDashboard .list-results thead .sub-header .radio-control span,._account_api .status.status-report-item .liveDashboard .list-results thead .sub-header .radio-control span,._account_api .double-list dd.status .liveDashboard .list-results thead .sub-header .radio-control span,.double-list ._account_api dd.status .liveDashboard .list-results thead .sub-header .radio-control span,._account_api .double-list dt.status .liveDashboard .list-results thead .sub-header .radio-control span,.double-list ._account_api dt.status .liveDashboard .list-results thead .sub-header .radio-control span,._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead .sub-header .radio-control span,.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead .sub-header .radio-control span,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead .sub-header .radio-control span,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead .sub-header .radio-control span,._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead .sub-header .radio-control span,.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead .sub-header .radio-control span,.sub-header .radio-control .form-label.status .liveDashboard ._account_api .list-results thead span,.sub-header .radio-control .status.status-log .liveDashboard ._account_api .list-results thead span,.sub-header .radio-control .status.status-report-item .liveDashboard ._account_api .list-results thead span,.sub-header .radio-control .double-list dd.status .liveDashboard ._account_api .list-results thead span,.double-list .sub-header .radio-control dd.status .liveDashboard ._account_api .list-results thead span,.sub-header .radio-control .double-list dt.status .liveDashboard ._account_api .list-results thead span,.double-list .sub-header .radio-control dt.status .liveDashboard ._account_api .list-results thead span,.sub-header .radio-control .w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead span,.w-cards-container .w-card .sub-header .radio-control .status.title .liveDashboard ._account_api .list-results thead span,.sub-header .radio-control .w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead span,.w-cards-container .w-card.centered .w-value .sub-header .radio-control .status.label .liveDashboard ._account_api .list-results thead span,.sub-header .radio-control .list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead span,.list-results tbody tr.sublist .sub-header .radio-control .status.title .liveDashboard ._account_api .list-results thead span,.form-label.status .liveDashboard ._account_api .list-results thead .sub-header .radio-control span,.status.status-log .liveDashboard ._account_api .list-results thead .sub-header .radio-control span,.status.status-report-item .liveDashboard ._account_api .list-results thead .sub-header .radio-control span,.double-list dd.status .liveDashboard ._account_api .list-results thead .sub-header .radio-control span,.double-list dt.status .liveDashboard ._account_api .list-results thead .sub-header .radio-control span,.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead .sub-header .radio-control span,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead .sub-header .radio-control span,.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead .sub-header .radio-control span,.sub-header .radio-control ._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span,._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead .sub-header .radio-control span,.sub-header .radio-control .w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead span,.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead .sub-header .radio-control span,.sub-header .radio-control ._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead .sub-header .radio-control span,.sub-header .radio-control .w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead span,.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead .sub-header .radio-control span,._account_api .sub-header .radio-control .w-form .liveDashboard .list-results thead label,._account_api .sub-header .radio-control .w-double-list .liveDashboard .list-results thead label,._account_api .sub-header .w-form .liveDashboard .list-results thead .radio-control label,._account_api .sub-header .w-double-list .liveDashboard .list-results thead .radio-control label,.sub-header .radio-control .w-form .liveDashboard ._account_api .list-results thead label,.sub-header .radio-control .w-double-list .liveDashboard ._account_api .list-results thead label,.sub-header .w-form .liveDashboard ._account_api .list-results thead .radio-control label,.sub-header .w-double-list .liveDashboard ._account_api .list-results thead .radio-control label,.sub-header .radio-control ._account_api .block-filters .liveDashboard .list-results thead button:after,._account_api .block-filters .liveDashboard .list-results thead .sub-header .radio-control button:after,.sub-header .radio-control .block-filters .liveDashboard ._account_api .list-results thead button:after,.block-filters .liveDashboard ._account_api .list-results thead .sub-header .radio-control button:after,.sub-header .radio-control ._account_api .block-filters .liveDashboard .list-results thead select:after,._account_api .block-filters .liveDashboard .list-results thead .sub-header .radio-control select:after,.sub-header .radio-control .block-filters .liveDashboard ._account_api .list-results thead select:after,.block-filters .liveDashboard ._account_api .list-results thead .sub-header .radio-control select:after,.sub-header .radio-control ._account_api .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive,._account_api .form-auto-list .liveDashboard .list-results thead .sub-header .radio-control .form-auto-item.is-user-is-inactive,.sub-header .radio-control .form-auto-list .liveDashboard ._account_api .list-results thead .form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard ._account_api .list-results thead .sub-header .radio-control .form-auto-item.is-user-is-inactive,.sub-header .radio-control ._account_api .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-active,._account_api .form-auto-list .liveDashboard .list-results thead .sub-header .radio-control .form-auto-item.is-user-is-active,.sub-header .radio-control .form-auto-list .liveDashboard ._account_api .list-results thead .form-auto-item.is-user-is-active,.form-auto-list .liveDashboard ._account_api .list-results thead .sub-header .radio-control .form-auto-item.is-user-is-active,.sub-header .radio-control ._account_api .list-results-header .status.title .liveDashboard .list-results thead span,._account_api .list-results-header .status.title .liveDashboard .list-results thead .sub-header .radio-control span,.sub-header .radio-control .list-results-header .status.title .liveDashboard ._account_api .list-results thead span,.list-results-header .status.title .liveDashboard ._account_api .list-results thead .sub-header .radio-control span,.sub-header .radio-control .list-results thead tr span,.list-results thead tr .sub-header .radio-control span,.sub-header .radio-control .form-auto-list .form-auto-item.is-user-is-inactive,.form-auto-list .sub-header .radio-control .form-auto-item.is-user-is-inactive,.sub-header .radio-control .form-auto-list .form-auto-item.is-user-is-active,.form-auto-list .sub-header .radio-control .form-auto-item.is-user-is-active,.sub-header .radio-control .block-filters button:after,.block-filters .sub-header .radio-control button:after,.sub-header .radio-control .block-filters select:after,.block-filters .sub-header .radio-control select:after,.sub-header .radio-control .w-form label,.sub-header .radio-control .w-double-list label,.sub-header .w-form .radio-control label,.sub-header .w-double-list .radio-control label,.sub-header .radio-control .form-label.status span,.sub-header .radio-control .status.status-log span,.sub-header .radio-control .status.status-report-item span,.sub-header .radio-control .double-list dd.status span,.double-list .sub-header .radio-control dd.status span,.sub-header .radio-control .double-list dt.status span,.double-list .sub-header .radio-control dt.status span,.sub-header .radio-control .w-cards-container .w-card .status.title span,.w-cards-container .w-card .sub-header .radio-control .status.title span,.sub-header .radio-control .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value .sub-header .radio-control .status.label span,.sub-header .radio-control .list-results tbody tr.sublist .status.title span,.list-results tbody tr.sublist .sub-header .radio-control .status.title span,.sub-header .radio-control .list-results-header .status.title span,.list-results-header .sub-header .radio-control .status.title span,.form-label.status .sub-header .radio-control span,.status.status-log .sub-header .radio-control span,.status.status-report-item .sub-header .radio-control span,.double-list dd.status .sub-header .radio-control span,.double-list dt.status .sub-header .radio-control span,.w-cards-container .w-card .status.title .sub-header .radio-control span,.w-cards-container .w-card.centered .w-value .status.label .sub-header .radio-control span,.list-results tbody tr.sublist .status.title .sub-header .radio-control span,.list-results-header .status.title .sub-header .radio-control span,.sub-header .radio-control .w-filters-selected label.status.small span,.w-filters-selected label.status.small .sub-header .radio-control span,.sub-header .radio-control .w-filters-selected .status.btn-f-s span,.w-filters-selected .status.btn-f-s .sub-header .radio-control span,.sub-header .radio-control .w-filter-preset.w-filter-preset .filter-preset .filter,.w-filter-preset.w-filter-preset .filter-preset .sub-header .radio-control .filter,.sub-header .radio-control .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .sub-header .radio-control .dropdown-toggle:after{border-radius:4px;width:24px;height:24px;background:#e4e4e4}.sub-header .all-brand-filter{padding-bottom:1rem}.sub-header .all-brand-filter label{border-radius:4px;width:24px;height:24px;background:#e4e4e4;padding:0 !important;margin:0;color:#3f3f3f}.sub-header .all-brand-filter label:before,.sub-header .all-brand-filter label:after{display:none}.sub-header .radio-container{display:grid;margin-bottom:0;gap:1rem;grid-template-columns:repeat(25, 24px);overflow-x:scroll;max-width:262px;padding-bottom:.5rem}.sub-header .radio-container::-webkit-scrollbar{height:5px}.sub-header .radio-container::-webkit-scrollbar-track{height:0px;background:none}.sub-header .radio-container::-webkit-scrollbar-thumb{background:#888;border-radius:6px}.sub-header .radio-container::-webkit-scrollbar-thumb:hover{background:#555}.sub-header .radio-container input[type=radio]{display:none}.sub-header .radio-container label{width:24px;height:24px;background:#e4e4e4;border-radius:4px;position:relative;margin:0;padding:0 !important}.sub-header .radio-container label img{width:auto;height:16px;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}.sub-header .radio-container label:before,.sub-header .radio-container label:after{display:none}.btn-show-filter{font-size:1.2rem;font-weight:700;color:#3f3f3f;margin-top:3rem;display:flex;align-items:center;padding:1rem 0 1rem 1rem;margin-top:1rem}.btn-show-filter:before{font-size:1.75rem;flex-grow:1;margin-left:.25rem}.btn-show-filter:after{transition:.5s all ease-out;font-size:1.75rem}.btn-show-filter.is-activated:after{transform:rotate(180deg)}.btn-show-filter.is-activated:before{color:#d4225d}.sub-header .form-label-box,.w-form-label-box .form-label-box{font-size:1rem;font-weight:700;color:#d4225d;position:absolute;margin:.65rem 0 0 1rem;z-index:20;pointer-events:none}.sub-header .form-label-box.toggle,.w-form-label-box .form-label-box.toggle{pointer-events:all;margin:-1rem 0 0 1rem}.sub-header label,.w-form-label-box label{font-size:1rem;font-weight:700;color:#d4225d;margin:.65rem 0 0 1rem;z-index:20;pointer-events:none}.sub-header label.toggle,.w-form-label-box label.toggle{pointer-events:all;margin:0}.sub-header .form-check-inline .form-label,.sub-header .form-check-inline .status-log,.sub-header .form-check-inline .status-report-item,.sub-header .form-check-inline .double-list dd,.double-list .sub-header .form-check-inline dd,.sub-header .form-check-inline .double-list dt,.double-list .sub-header .form-check-inline dt,.sub-header .form-check-inline .w-cards-container .w-card .title,.w-cards-container .w-card .sub-header .form-check-inline .title,.sub-header .form-check-inline .w-cards-container .w-card.centered .w-value .label,.w-cards-container .w-card.centered .w-value .sub-header .form-check-inline .label,.sub-header .form-check-inline .list-results tbody tr.sublist .title,.list-results tbody tr.sublist .sub-header .form-check-inline .title,.sub-header .form-check-inline .list-results-header .title,.list-results-header .sub-header .form-check-inline .title,.sub-header .form-check-inline .w-filters-selected .btn-f-s,.w-filters-selected .sub-header .form-check-inline .btn-f-s,.sub-header .form-check-inline .w-filters-selected label.small,.w-filters-selected .sub-header .form-check-inline label.small,.w-form-label-box .form-check-inline .form-label,.w-form-label-box .form-check-inline .status-log,.w-form-label-box .form-check-inline .status-report-item,.w-form-label-box .form-check-inline .double-list dd,.double-list .w-form-label-box .form-check-inline dd,.w-form-label-box .form-check-inline .double-list dt,.double-list .w-form-label-box .form-check-inline dt,.w-form-label-box .form-check-inline .w-cards-container .w-card .title,.w-cards-container .w-card .w-form-label-box .form-check-inline .title,.w-form-label-box .form-check-inline .w-cards-container .w-card.centered .w-value .label,.w-cards-container .w-card.centered .w-value .w-form-label-box .form-check-inline .label,.w-form-label-box .form-check-inline .list-results tbody tr.sublist .title,.list-results tbody tr.sublist .w-form-label-box .form-check-inline .title,.w-form-label-box .form-check-inline .list-results-header .title,.list-results-header .w-form-label-box .form-check-inline .title,.w-form-label-box .form-check-inline .w-filters-selected .btn-f-s,.w-filters-selected .w-form-label-box .form-check-inline .btn-f-s,.w-form-label-box .form-check-inline .w-filters-selected label.small,.w-filters-selected .w-form-label-box .form-check-inline label.small{color:#3f3f3f}.sub-header select,.w-form-label-box select{font-size:1.2rem;font-weight:700;color:#a5a5a5;background-image:url("/assets/images/dropdown-bg.svg");background-size:40px 40px;background-position:center right;margin:0;padding:1.5rem 3rem 0 1rem;border:1px solid #d3d3d3;border-radius:4px;cursor:pointer;box-sizing:border-box}.sub-header select:hover,.w-form-label-box select:hover{border-color:#a5a5a5}.sub-header .btn,.sub-header .pagination a,.pagination .sub-header a,.sub-header .goal-option .expend-label,.goal-option .sub-header .expend-label,.w-form-label-box .btn,.w-form-label-box .pagination a,.pagination .w-form-label-box a,.w-form-label-box .goal-option .expend-label,.goal-option .w-form-label-box .expend-label{margin-bottom:2rem;width:auto;height:4rem}.model-report-page .sub-header .btn,.model-report-page .sub-header .pagination a,.pagination .model-report-page .sub-header a,.model-report-page .sub-header .goal-option .expend-label,.goal-option .model-report-page .sub-header .expend-label,.model-report-page .w-form-label-box .btn,.model-report-page .w-form-label-box .pagination a,.pagination .model-report-page .w-form-label-box a,.model-report-page .w-form-label-box .goal-option .expend-label,.goal-option .model-report-page .w-form-label-box .expend-label{margin-bottom:0}.sub-header input[type=checkbox]+label,.w-form-label-box input[type=checkbox]+label{margin-bottom:2rem;pointer-events:auto}.w-filters-selected{margin:0 2rem;padding:0 !important;width:calc(100% - 4rem)}.w-filters-selected .filters-selected>div:first-of-type{margin-left:1rem}@media(max-width: 767px){.w-filters-selected .filters-selected>div{margin-left:1rem}}.w-filters-selected div{display:flex;justify-content:flex-start;flex-wrap:wrap;align-items:center}.w-filters-selected .filters-selected>div:has(.small){margin-right:.5rem}.w-filters-selected label.small{margin:.5rem .5rem .1rem 0;display:inline-block;vertical-align:baseline;margin-right:.5rem;letter-spacing:-0.005em}.w-filters-selected .btn-f-s{margin:.3rem .5rem .1rem 0;height:1.6rem;padding-right:.25rem;padding-left:.5rem;transition:all .1s;font-size:1.1em;font-weight:600 !important;text-transform:capitalize !important;color:#0f64a3 !important;border:1px solid #d3d3d3 !important;border-radius:9px;display:flex !important;margin-bottom:.25rem !important;align-items:center}.w-filters-selected .btn-f-s:before{color:#a5a5a5;font-size:1.4rem;margin-right:.5rem !important}.w-filters-selected .btn-f-s:after{color:#a5a5a5 !important;font-size:1.5rem;transform:translateY(0.5px)}.w-filters-selected .btn-f-s:hover{color:#3f3f3f !important}.w-filters-selected .btn-f-s:hover:after{color:#3f3f3f !important}._account_api .w-filters-selected{margin:0;width:100%}.w-filter-preset.w-filter-preset.is-visible .dropdown-list{visibility:visible;display:flex;opacity:1}.w-filter-preset.w-filter-preset.is-visible:hover>.dropdown-list{display:none !important;opacity:0 !important;visibility:hidden !important}.w-filter-preset.w-filter-preset .is-visible .dropdown-list{visibility:visible;display:flex;opacity:1}.w-filter-preset.w-filter-preset .is-visible .dropdown:hover>.dropdown-list{display:flex !important;opacity:0 !important;visibility:hidden !important}.w-filter-preset.w-filter-preset .dropdown-list{display:none;visibility:hidden;opacity:0}.w-filter-preset.w-filter-preset .btn-close-default{top:-0.4rem;right:-0.8rem;position:absolute;border:0}.w-filter-preset.w-filter-preset .filter-preset{flex:none !important;flex-direction:column;margin-bottom:0;z-index:1000}.w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle{text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:flex;gap:.5rem;padding:0 3rem 0 1rem;text-transform:capitalize}.w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after{content:"\E9D2" !important;font-size:1.25rem !important}.w-filter-preset.w-filter-preset .filter-preset .w-left{margin-bottom:0;border-bottom:1px solid #d3d3d3;flex-wrap:wrap;flex-direction:column;justify-content:flex-start;align-items:flex-start !important}.w-filter-preset.w-filter-preset .filter-preset .w-left>div{display:flex;align-items:flex-start}.w-filter-preset.w-filter-preset .filter-preset .w-left>div>div{display:flex;flex-wrap:wrap;margin-right:0}.w-filter-preset.w-filter-preset .filter-preset .dropdown-list{background-color:#fff !important;width:30rem !important;top:3rem !important;left:unset !important;right:1rem;padding-top:1.5rem}.w-filter-preset.w-filter-preset .filter-preset button:after{display:none}.w-filter-preset.w-filter-preset .filter-preset button:before{color:#a5a5a5;margin:0}.w-filter-preset.w-filter-preset .filter-preset .filter{padding-left:1.25rem !important}.w-filter-preset.w-filter-preset .filter-preset .filter:before{content:"\E9E6";font-size:1.6rem}.w-filter-preset.w-filter-preset .filter-preset .filter:after{display:none !important}.w-filter-preset.w-filter-preset .filter-preset .btn,.w-filter-preset.w-filter-preset .filter-preset .pagination a,.pagination .w-filter-preset.w-filter-preset .filter-preset a,.w-filter-preset.w-filter-preset .filter-preset .goal-option .expend-label,.goal-option .w-filter-preset.w-filter-preset .filter-preset .expend-label{height:2.5rem;padding:0 .5rem 0 .5rem;margin:.5rem 0 0 0}.w-filter-preset.w-filter-preset .filter-preset .btn.i-x-before:hover,.w-filter-preset.w-filter-preset .filter-preset .pagination a.i-x-before:hover,.pagination .w-filter-preset.w-filter-preset .filter-preset a.i-x-before:hover,.w-filter-preset.w-filter-preset .filter-preset .goal-option .i-x-before.expend-label:hover,.goal-option .w-filter-preset.w-filter-preset .filter-preset .i-x-before.expend-label:hover{background-color:rgba(255,255,255,.5)}.w-filter-preset.w-filter-preset .filter-preset .btn.i-x-before:before,.w-filter-preset.w-filter-preset .filter-preset .pagination a.i-x-before:before,.pagination .w-filter-preset.w-filter-preset .filter-preset a.i-x-before:before,.w-filter-preset.w-filter-preset .filter-preset .goal-option .i-x-before.expend-label:before,.goal-option .w-filter-preset.w-filter-preset .filter-preset .i-x-before.expend-label:before{padding:0;font-size:1.5rem;margin:0}.w-filter-preset.w-filter-preset .filter-preset .btn.secondary,.w-filter-preset.w-filter-preset .filter-preset .pagination a.secondary,.pagination .w-filter-preset.w-filter-preset .filter-preset a.secondary,.w-filter-preset.w-filter-preset .filter-preset .goal-option .secondary.expend-label,.goal-option .w-filter-preset.w-filter-preset .filter-preset .secondary.expend-label{display:flex;box-shadow:0px 0px 10px 0px rgba(63,63,63,.15);height:4rem;flex-wrap:nowrap;font-size:1em;font-weight:700;align-items:center;margin:0;cursor:pointer;transition:all .25s;white-space:nowrap;border-radius:0 !important;border:0;border-bottom:1px solid #d3d3d3;background:none;box-shadow:none}.w-filter-preset.w-filter-preset .filter-preset .btn.secondary:first-of-type,.w-filter-preset.w-filter-preset .filter-preset .pagination a.secondary:first-of-type,.pagination .w-filter-preset.w-filter-preset .filter-preset a.secondary:first-of-type,.w-filter-preset.w-filter-preset .filter-preset .goal-option .secondary.expend-label:first-of-type,.goal-option .w-filter-preset.w-filter-preset .filter-preset .secondary.expend-label:first-of-type{border-top:1px solid #d3d3d3}.w-filter-preset.w-filter-preset .filter-preset .btn.secondary>span,.w-filter-preset.w-filter-preset .filter-preset .pagination a.secondary>span,.pagination .w-filter-preset.w-filter-preset .filter-preset a.secondary>span,.w-filter-preset.w-filter-preset .filter-preset .goal-option .secondary.expend-label>span,.goal-option .w-filter-preset.w-filter-preset .filter-preset .secondary.expend-label>span{display:inline-block;margin:0 .75rem 0 .5rem;padding:.25rem 1.5rem 0 1.5rem;white-space:nowrap;border-left:1px solid #ededed;border-right:1px solid #ededed;flex:1 auto}.w-filter-preset.w-filter-preset .filter-preset .btn.secondary .form-label,.w-filter-preset.w-filter-preset .filter-preset .btn.secondary .status-log,.w-filter-preset.w-filter-preset .filter-preset .btn.secondary .status-report-item,.w-filter-preset.w-filter-preset .filter-preset .btn.secondary .double-list dd,.double-list .w-filter-preset.w-filter-preset .filter-preset .btn.secondary dd,.w-filter-preset.w-filter-preset .filter-preset .btn.secondary .double-list dt,.double-list .w-filter-preset.w-filter-preset .filter-preset .btn.secondary dt,.w-filter-preset.w-filter-preset .filter-preset .btn.secondary .w-cards-container .w-card .title,.w-cards-container .w-card .w-filter-preset.w-filter-preset .filter-preset .btn.secondary .title,.w-filter-preset.w-filter-preset .filter-preset .btn.secondary .w-cards-container .w-card.centered .w-value .label,.w-cards-container .w-card.centered .w-value .w-filter-preset.w-filter-preset .filter-preset .btn.secondary .label,.w-filter-preset.w-filter-preset .filter-preset .pagination a.secondary .form-label,.w-filter-preset.w-filter-preset .filter-preset .pagination a.secondary .status-log,.w-filter-preset.w-filter-preset .filter-preset .pagination a.secondary .status-report-item,.w-filter-preset.w-filter-preset .filter-preset .pagination a.secondary .double-list dd,.double-list .w-filter-preset.w-filter-preset .filter-preset .pagination a.secondary dd,.w-filter-preset.w-filter-preset .filter-preset .pagination a.secondary .double-list dt,.double-list .w-filter-preset.w-filter-preset .filter-preset .pagination a.secondary dt,.w-filter-preset.w-filter-preset .filter-preset .pagination a.secondary .w-cards-container .w-card .title,.w-cards-container .w-card .w-filter-preset.w-filter-preset .filter-preset .pagination a.secondary .title,.w-filter-preset.w-filter-preset .filter-preset .pagination a.secondary .w-cards-container .w-card.centered .w-value .label,.w-cards-container .w-card.centered .w-value .w-filter-preset.w-filter-preset .filter-preset .pagination a.secondary .label,.pagination .w-filter-preset.w-filter-preset .filter-preset a.secondary .form-label,.pagination .w-filter-preset.w-filter-preset .filter-preset a.secondary .status-log,.pagination .w-filter-preset.w-filter-preset .filter-preset a.secondary .status-report-item,.pagination .w-filter-preset.w-filter-preset .filter-preset a.secondary .double-list dd,.double-list .pagination .w-filter-preset.w-filter-preset .filter-preset a.secondary dd,.pagination .w-filter-preset.w-filter-preset .filter-preset a.secondary .double-list dt,.double-list .pagination .w-filter-preset.w-filter-preset .filter-preset a.secondary dt,.pagination .w-filter-preset.w-filter-preset .filter-preset a.secondary .w-cards-container .w-card .title,.w-cards-container .w-card .pagination .w-filter-preset.w-filter-preset .filter-preset a.secondary .title,.pagination .w-filter-preset.w-filter-preset .filter-preset a.secondary .w-cards-container .w-card.centered .w-value .label,.w-cards-container .w-card.centered .w-value .pagination .w-filter-preset.w-filter-preset .filter-preset a.secondary .label,.w-filter-preset.w-filter-preset .filter-preset .btn.secondary .list-results tbody tr.sublist .title,.w-filter-preset.w-filter-preset .filter-preset .pagination a.secondary .list-results tbody tr.sublist .title,.pagination .w-filter-preset.w-filter-preset .filter-preset a.secondary .list-results tbody tr.sublist .title,.list-results tbody tr.sublist .w-filter-preset.w-filter-preset .filter-preset .btn.secondary .title,.list-results tbody tr.sublist .w-filter-preset.w-filter-preset .filter-preset .pagination a.secondary .title,.pagination .list-results tbody tr.sublist .w-filter-preset.w-filter-preset .filter-preset a.secondary .title,.w-filter-preset.w-filter-preset .filter-preset .btn.secondary .list-results-header .title,.w-filter-preset.w-filter-preset .filter-preset .pagination a.secondary .list-results-header .title,.pagination .w-filter-preset.w-filter-preset .filter-preset a.secondary .list-results-header .title,.list-results-header .w-filter-preset.w-filter-preset .filter-preset .btn.secondary .title,.list-results-header .w-filter-preset.w-filter-preset .filter-preset .pagination a.secondary .title,.pagination .list-results-header .w-filter-preset.w-filter-preset .filter-preset a.secondary .title,.w-filter-preset.w-filter-preset .filter-preset .goal-option .secondary.expend-label .form-label,.w-filter-preset.w-filter-preset .filter-preset .goal-option .secondary.expend-label .status-log,.w-filter-preset.w-filter-preset .filter-preset .goal-option .secondary.expend-label .status-report-item,.w-filter-preset.w-filter-preset .filter-preset .goal-option .secondary.expend-label .double-list dd,.double-list .w-filter-preset.w-filter-preset .filter-preset .goal-option .secondary.expend-label dd,.w-filter-preset.w-filter-preset .filter-preset .goal-option .secondary.expend-label .double-list dt,.double-list .w-filter-preset.w-filter-preset .filter-preset .goal-option .secondary.expend-label dt,.w-filter-preset.w-filter-preset .filter-preset .goal-option .secondary.expend-label .w-cards-container .w-card .title,.w-cards-container .w-card .w-filter-preset.w-filter-preset .filter-preset .goal-option .secondary.expend-label .title,.w-filter-preset.w-filter-preset .filter-preset .goal-option .secondary.expend-label .w-cards-container .w-card.centered .w-value .label,.w-cards-container .w-card.centered .w-value .w-filter-preset.w-filter-preset .filter-preset .goal-option .secondary.expend-label .label,.w-filter-preset.w-filter-preset .filter-preset .goal-option .secondary.expend-label .list-results tbody tr.sublist .title,.list-results tbody tr.sublist .w-filter-preset.w-filter-preset .filter-preset .goal-option .secondary.expend-label .title,.w-filter-preset.w-filter-preset .filter-preset .goal-option .secondary.expend-label .list-results-header .title,.list-results-header .w-filter-preset.w-filter-preset .filter-preset .goal-option .secondary.expend-label .title,.goal-option .w-filter-preset.w-filter-preset .filter-preset .secondary.expend-label .form-label,.goal-option .w-filter-preset.w-filter-preset .filter-preset .secondary.expend-label .status-log,.goal-option .w-filter-preset.w-filter-preset .filter-preset .secondary.expend-label .status-report-item,.goal-option .w-filter-preset.w-filter-preset .filter-preset .secondary.expend-label .double-list dd,.double-list .goal-option .w-filter-preset.w-filter-preset .filter-preset .secondary.expend-label dd,.goal-option .w-filter-preset.w-filter-preset .filter-preset .secondary.expend-label .double-list dt,.double-list .goal-option .w-filter-preset.w-filter-preset .filter-preset .secondary.expend-label dt,.goal-option .w-filter-preset.w-filter-preset .filter-preset .secondary.expend-label .w-cards-container .w-card .title,.w-cards-container .w-card .goal-option .w-filter-preset.w-filter-preset .filter-preset .secondary.expend-label .title,.goal-option .w-filter-preset.w-filter-preset .filter-preset .secondary.expend-label .w-cards-container .w-card.centered .w-value .label,.w-cards-container .w-card.centered .w-value .goal-option .w-filter-preset.w-filter-preset .filter-preset .secondary.expend-label .label,.goal-option .w-filter-preset.w-filter-preset .filter-preset .secondary.expend-label .list-results tbody tr.sublist .title,.list-results tbody tr.sublist .goal-option .w-filter-preset.w-filter-preset .filter-preset .secondary.expend-label .title,.goal-option .w-filter-preset.w-filter-preset .filter-preset .secondary.expend-label .list-results-header .title,.list-results-header .goal-option .w-filter-preset.w-filter-preset .filter-preset .secondary.expend-label .title,.w-filter-preset.w-filter-preset .filter-preset .btn.secondary .w-filters-selected label.small,.w-filter-preset.w-filter-preset .filter-preset .pagination a.secondary .w-filters-selected label.small,.pagination .w-filter-preset.w-filter-preset .filter-preset a.secondary .w-filters-selected label.small,.w-filter-preset.w-filter-preset .filter-preset .goal-option .secondary.expend-label .w-filters-selected label.small,.goal-option .w-filter-preset.w-filter-preset .filter-preset .secondary.expend-label .w-filters-selected label.small,.w-filters-selected .w-filter-preset.w-filter-preset .filter-preset .btn.secondary label.small,.w-filters-selected .w-filter-preset.w-filter-preset .filter-preset .pagination a.secondary label.small,.pagination .w-filters-selected .w-filter-preset.w-filter-preset .filter-preset a.secondary label.small,.w-filters-selected .w-filter-preset.w-filter-preset .filter-preset .goal-option .secondary.expend-label label.small,.goal-option .w-filters-selected .w-filter-preset.w-filter-preset .filter-preset .secondary.expend-label label.small,.w-filter-preset.w-filter-preset .filter-preset .btn.secondary .w-filters-selected .btn-f-s,.w-filter-preset.w-filter-preset .filter-preset .pagination a.secondary .w-filters-selected .btn-f-s,.pagination .w-filter-preset.w-filter-preset .filter-preset a.secondary .w-filters-selected .btn-f-s,.w-filter-preset.w-filter-preset .filter-preset .goal-option .secondary.expend-label .w-filters-selected .btn-f-s,.goal-option .w-filter-preset.w-filter-preset .filter-preset .secondary.expend-label .w-filters-selected .btn-f-s,.w-filters-selected .w-filter-preset.w-filter-preset .filter-preset .btn.secondary .btn-f-s,.w-filters-selected .w-filter-preset.w-filter-preset .filter-preset .pagination a.secondary .btn-f-s,.pagination .w-filters-selected .w-filter-preset.w-filter-preset .filter-preset a.secondary .btn-f-s,.w-filters-selected .w-filter-preset.w-filter-preset .filter-preset .goal-option .secondary.expend-label .btn-f-s,.goal-option .w-filters-selected .w-filter-preset.w-filter-preset .filter-preset .secondary.expend-label .btn-f-s{margin-left:.5rem;min-width:0}.w-filter-preset.w-filter-preset .filter-preset .btn.secondary:hover,.w-filter-preset.w-filter-preset .filter-preset .pagination a.secondary:hover,.pagination .w-filter-preset.w-filter-preset .filter-preset a.secondary:hover,.w-filter-preset.w-filter-preset .filter-preset .goal-option .secondary.expend-label:hover,.goal-option .w-filter-preset.w-filter-preset .filter-preset .secondary.expend-label:hover{background-color:#454545}.w-filter-preset.w-filter-preset .filter-preset .btn.secondary.is-hidden,.w-filter-preset.w-filter-preset .filter-preset .pagination a.secondary.is-hidden,.pagination .w-filter-preset.w-filter-preset .filter-preset a.secondary.is-hidden,.w-filter-preset.w-filter-preset .filter-preset .goal-option .secondary.is-hidden.expend-label,.goal-option .w-filter-preset.w-filter-preset .filter-preset .secondary.is-hidden.expend-label{display:none}.w-filter-preset.w-filter-preset .filter-preset button:before{color:#a5a5a5 !important}.w-filter-preset.w-filter-preset .filter-preset button:hover:before{color:#3f3f3f !important}.w-filter-preset.w-filter-preset .filter-preset button.i-add:before{font-size:1.25rem;margin:0}.w-filter-preset.w-filter-preset .filter-preset button.i-add:hover{background-color:rgba(0,0,0,0) !important}.w-filter-preset.w-filter-preset .filter-preset button.delete,.w-filter-preset.w-filter-preset .filter-preset button.copy{padding:1.25rem 1rem !important}.w-filter-preset.w-filter-preset .filter-preset button.delete:before,.w-filter-preset.w-filter-preset .filter-preset button.copy:before{font-size:1.25rem}.w-filter-preset.w-filter-preset .filter-preset button.delete{margin:0}.w-filter-preset.w-filter-preset .filter-preset button.copy{margin:0 .5rem}.w-filter-preset.w-filter-preset .filter-preset button.i-check{border-radius:4px;margin-left:0 !important;background-color:rgba(29,176,148,.5);margin-top:0;border:0}.w-filter-preset.w-filter-preset .filter-preset button.i-check:before{font-size:1.125rem;color:#3f3f3f}.w-filter-preset.w-filter-preset .filter-preset button.i-check:after{display:none}.w-filter-preset.w-filter-preset .filter-preset button.delete span,.w-filter-preset.w-filter-preset .filter-preset button.i-add span,.w-filter-preset.w-filter-preset .filter-preset button.i-check span{display:none !important}.w-filter-preset.w-filter-preset .filter-preset .input-text{padding-right:2.5rem;height:2.5rem;width:20rem}.w-filter-preset.w-filter-preset .filter-preset .input-text::placeholder{color:#d3d3d3}.w-filter-preset.w-filter-preset .filter-preset div.filter-field-name{display:flex !important;margin:.5rem;border-bottom:1px solid rgba(255,255,255,.25);padding-bottom:.5rem;gap:.5rem}.w-filter-preset.w-filter-preset .filter-preset div.filter-field-name+div{display:flex;flex-direction:column;gap:.5rem}.w-filter-preset.w-filter-preset .filter-preset div.filter-field-name .input-text{width:auto;color:#3f3f3f;flex:1;font-size:1.2rem;margin-right:.5rem;background-color:#fff;border:1px solid #d3d3d3}.w-filter-preset.w-filter-preset .filter-preset div.filter-field-name .input-text:placeholder{color:#a5a5a5}.w-filter-preset.w-filter-preset .filter-preset div.filter-field-name .i-check{margin:0 0 0 0rem}.w-filter-preset.w-filter-preset .filter-preset div.filter-field-name .clear{transform:translateX(0);opacity:0;pointer-events:none;margin:0;margin-left:0;border-radius:20px;border:0;background-color:rgba(212,28,92,.4)}.w-filter-preset.w-filter-preset .filter-preset div.filter-field-name .clear:after{display:none}.w-filter-preset.w-filter-preset .filter-preset div.filter-field-name .clear.is-showing{pointer-events:auto;opacity:1}.w-filter-preset.w-filter-preset .filter-preset div.filter-field-name .icon-plus{display:flex;align-items:center;justify-content:flex-start;width:2.5rem}.w-filter-preset.w-filter-preset .filter-preset div.filter-field-name .icon-plus:before{font-size:1.25rem;color:#8c8c8c}.w-filter-preset.w-filter-preset .filter-preset input[type=checkbox]:not(:checked)+label{padding-left:0 !important;margin:0}.w-filter-preset.w-filter-preset .filter-preset input[type=checkbox]:checked+label:before,.w-filter-preset.w-filter-preset .filter-preset input[type=checkbox]:not(:checked)+label:before{content:"\E90C";position:static;left:0;margin:0;padding-left:0 !important;font-size:1.25rem;top:auto;width:1.5rem;height:2.5rem;border-radius:0;background:none;border:0;color:#c6c6c6;display:flex;align-items:center;opacity:1;transform:scale(1)}.w-filter-preset.w-filter-preset .filter-preset input[type=checkbox]+label{padding-left:0 !important;margin:0 !important}.w-filter-preset.w-filter-preset .filter-preset input[type=checkbox]+label:hover:before{color:#fff}.w-filter-preset.w-filter-preset .filter-preset input[type=checkbox]:checked+label:after,.w-filter-preset.w-filter-preset .filter-preset input[type=checkbox]:not(:checked)+label:after{display:none}.w-filter-preset.w-filter-preset .filter-preset input[type=checkbox]:checked+label:before{color:#e4c510}.sub-header .dropdown .dropdown-toggle{border:1px solid #d3d3d3;font-size:1.2rem;font-weight:700;color:#3f3f3f;background-image:url("/assets/images/multi-bg.svg");background-size:40px 40px;background-position:center right;background-repeat:no-repeat;background-color:#fff;padding:0 3rem 0 1rem;text-transform:capitalize}.multi-temp .sub-header .dropdown{background-image:url("/assets/images/multi-temp-bg.svg")}.sub-header .dropdown .dropdown-list{min-width:14rem}.sub-header .dropdown .multi-row{display:inline-flex;align-items:center;width:14rem}.sub-header .dropdown .note{font-size:1.2rem;font-weight:700;color:#fff;background-color:#a5a5a5;padding:.25rem .5rem;margin:0 0 .5rem 1rem;position:relative}.sub-header .dropdown .note:before{content:"";width:0;height:0;border-style:solid;border-width:5px 8.7px 5px 0;border-color:rgba(0,0,0,0) #a5a5a5 rgba(0,0,0,0) rgba(0,0,0,0);position:absolute;left:-8px;top:calc(50% - 5px)}.sub-header .dropdown.select-single .dropdown-toggle{background-image:url("/assets/images/dropdown-bg.svg");padding:1.5rem 3rem 0 1rem}.status-filter{display:flex;flex-direction:row;align-items:center;width:19rem;height:4.25rem;border:1px solid #c6c6c6;position:relative;border-radius:3px;background-color:rgba(255,255,255,.8)}.status-filter>.form-label,.status-filter>.status-log,.status-filter>.status-report-item,.double-list .status-filter>dd,.double-list .status-filter>dt,.w-cards-container .w-card .status-filter>.title,.w-cards-container .w-card.centered .w-value .status-filter>.label,.list-results tbody tr.sublist .status-filter>.title,.list-results-header .status-filter>.title,.w-filters-selected .status-filter>label.small,.w-filters-selected .status-filter>.btn-f-s{color:#1172ba !important;position:absolute;top:0;left:-3px}.status-filter .form-label,.status-filter .status-log,.status-filter .status-report-item,.status-filter .double-list dd,.double-list .status-filter dd,.status-filter .double-list dt,.double-list .status-filter dt,.status-filter .w-cards-container .w-card .title,.w-cards-container .w-card .status-filter .title,.status-filter .w-cards-container .w-card.centered .w-value .label,.w-cards-container .w-card.centered .w-value .status-filter .label,.status-filter .list-results tbody tr.sublist .title,.list-results tbody tr.sublist .status-filter .title,.status-filter .list-results-header .title,.list-results-header .status-filter .title,.status-filter .w-filters-selected label.small,.w-filters-selected .status-filter label.small,.status-filter .w-filters-selected .btn-f-s,.w-filters-selected .status-filter .btn-f-s{color:#d3d3d3}.status-filter .form-group{margin:0 0 0 64px}.status-filter .form-group .form-label,.status-filter .form-group .status-log,.status-filter .form-group .status-report-item,.status-filter .form-group .double-list dd,.double-list .status-filter .form-group dd,.status-filter .form-group .double-list dt,.double-list .status-filter .form-group dt,.status-filter .form-group .w-cards-container .w-card .title,.w-cards-container .w-card .status-filter .form-group .title,.status-filter .form-group .w-cards-container .w-card.centered .w-value .label,.w-cards-container .w-card.centered .w-value .status-filter .form-group .label,.status-filter .form-group .list-results tbody tr.sublist .title,.list-results tbody tr.sublist .status-filter .form-group .title,.status-filter .form-group .list-results-header .title,.list-results-header .status-filter .form-group .title,.status-filter .form-group .w-filters-selected label.small,.w-filters-selected .status-filter .form-group label.small,.status-filter .form-group .w-filters-selected .btn-f-s,.w-filters-selected .status-filter .form-group .btn-f-s{line-height:1em;padding-left:20px;margin:0}.status-filter .form-group .form-label:before,.status-filter .form-group .status-log:before,.status-filter .form-group .status-report-item:before,.status-filter .form-group .double-list dd:before,.double-list .status-filter .form-group dd:before,.status-filter .form-group .double-list dt:before,.double-list .status-filter .form-group dt:before,.status-filter .form-group .w-cards-container .w-card .title:before,.w-cards-container .w-card .status-filter .form-group .title:before,.status-filter .form-group .w-cards-container .w-card.centered .w-value .label:before,.w-cards-container .w-card.centered .w-value .status-filter .form-group .label:before,.status-filter .form-group .list-results tbody tr.sublist .title:before,.list-results tbody tr.sublist .status-filter .form-group .title:before,.status-filter .form-group .list-results-header .title:before,.list-results-header .status-filter .form-group .title:before,.status-filter .form-group .w-filters-selected label.small:before,.w-filters-selected .status-filter .form-group label.small:before,.status-filter .form-group .w-filters-selected .btn-f-s:before,.w-filters-selected .status-filter .form-group .btn-f-s:before{width:12px;height:12px;top:.5rem;left:2px;margin:0}.status-filter .form-group .form-label:after,.status-filter .form-group .status-log:after,.status-filter .form-group .status-report-item:after,.status-filter .form-group .double-list dd:after,.double-list .status-filter .form-group dd:after,.status-filter .form-group .double-list dt:after,.double-list .status-filter .form-group dt:after,.status-filter .form-group .w-cards-container .w-card .title:after,.w-cards-container .w-card .status-filter .form-group .title:after,.status-filter .form-group .w-cards-container .w-card.centered .w-value .label:after,.w-cards-container .w-card.centered .w-value .status-filter .form-group .label:after,.status-filter .form-group .list-results tbody tr.sublist .title:after,.list-results tbody tr.sublist .status-filter .form-group .title:after,.status-filter .form-group .list-results-header .title:after,.list-results-header .status-filter .form-group .title:after,.status-filter .form-group .w-filters-selected label.small:after,.w-filters-selected .status-filter .form-group label.small:after,.status-filter .form-group .w-filters-selected .btn-f-s:after,.w-filters-selected .status-filter .form-group .btn-f-s:after{width:10px;height:10px;top:0;left:0;margin:0}.form-label.status,.status.status-log,.status.status-report-item,.double-list dd.status,.double-list dt.status,.w-cards-container .w-card .status.title,.w-cards-container .w-card.centered .w-value .status.label,.list-results tbody tr.sublist .status.title,.list-results-header .status.title,.w-filters-selected label.status.small,.w-filters-selected .status.btn-f-s{display:inline-flex !important;justify-content:flex-start;align-items:center;width:15%}.form-label.status span,.status.status-log span,.status.status-report-item span,.double-list dd.status span,.double-list dt.status span,.w-cards-container .w-card .status.title span,.w-cards-container .w-card.centered .w-value .status.label span,.list-results tbody tr.sublist .status.title span,.list-results-header .status.title span,.w-filters-selected label.status.small span,.w-filters-selected .status.btn-f-s span{display:inline-block}.form-label.status span:before,.status.status-log span:before,.status.status-report-item span:before,.double-list dd.status span:before,.double-list dt.status span:before,.w-cards-container .w-card .status.title span:before,.w-cards-container .w-card.centered .w-value .status.label span:before,.list-results tbody tr.sublist .status.title span:before,.list-results-header .status.title span:before,.w-filters-selected label.status.small span:before,.w-filters-selected .status.btn-f-s span:before{font-size:1.25rem;margin:0;background-color:lime}.form-label.status-pending span:before,.status-pending.status-log span:before,.status-pending.status-report-item span:before,.double-list dd.status-pending span:before,.double-list dt.status-pending span:before,.w-cards-container .w-card .status-pending.title span:before,.w-cards-container .w-card.centered .w-value .status-pending.label span:before,.list-results tbody tr.sublist .status-pending.title span:before,.list-results-header .status-pending.title span:before,.w-filters-selected label.status-pending.small span:before,.w-filters-selected .status-pending.btn-f-s span:before{content:"\E98D";color:#f59b00}.form-label.status-all span:before,.status-all.status-log span:before,.status-all.status-report-item span:before,.double-list dd.status-all span:before,.double-list dt.status-all span:before,.w-cards-container .w-card .status-all.title span:before,.w-cards-container .w-card.centered .w-value .status-all.label span:before,.list-results tbody tr.sublist .status-all.title span:before,.list-results-header .status-all.title span:before,.w-filters-selected label.status-all.small span:before,.w-filters-selected .status-all.btn-f-s span:before{content:"all";font-family:"Lato",sans-serif !important;font-weight:700 !important;font-size:1.25rem}.form-label.status-done span:before,.status-done.status-log span:before,.status-done.status-report-item span:before,.double-list dd.status-done span:before,.double-list dt.status-done span:before,.w-cards-container .w-card .status-done.title span:before,.w-cards-container .w-card.centered .w-value .status-done.label span:before,.list-results tbody tr.sublist .status-done.title span:before,.list-results-header .status-done.title span:before,.w-filters-selected label.status-done.small span:before,.w-filters-selected .status-done.btn-f-s span:before{content:"\E939";color:#d41c5c}.form-label.status-error span:before,.status-error.status-log span:before,.status-error.status-report-item span:before,.double-list dd.status-error span:before,.double-list dt.status-error span:before,.w-cards-container .w-card .status-error.title span:before,.w-cards-container .w-card.centered .w-value .status-error.label span:before,.list-results tbody tr.sublist .status-error.title span:before,.list-results-header .status-error.title span:before,.w-filters-selected label.status-error.small span:before,.w-filters-selected .status-error.btn-f-s span:before{content:"\E926";color:#67308f;font-size:2.5rem;margin-left:-0.5rem}.form-label.status-in-progress span:before,.status-in-progress.status-log span:before,.status-in-progress.status-report-item span:before,.double-list dd.status-in-progress span:before,.double-list dt.status-in-progress span:before,.w-cards-container .w-card .status-in-progress.title span:before,.w-cards-container .w-card.centered .w-value .status-in-progress.label span:before,.list-results tbody tr.sublist .status-in-progress.title span:before,.list-results-header .status-in-progress.title span:before,.w-filters-selected label.status-in-progress.small span:before,.w-filters-selected .status-in-progress.btn-f-s span:before{content:"\E9A1";color:#0f64a3;font-size:1.5rem}.sub-header .multi-temp .dropdown .dropdown-toggle{background-image:url("/assets/images/multi-temp-bg.svg")}.sub-header .w-form,.sub-header .w-double-list{width:auto;min-width:auto;padding-top:2rem;margin:0}.sub-header .w-form label,.sub-header .w-double-list label{text-transform:uppercase;margin:0 0 .5rem 0;margin-bottom:.5rem !important;font-family:"Inter",sans-serif;font-optical-sizing:auto;font-style:normal;font-size:.9em;font-weight:700;color:#3f3f3f;white-space:nowrap}.sub-header .w-form label:before,.sub-header .w-double-list label:before{content:"\E914";color:#3f3f3f}.sub-header .w-form .btn,.sub-header .w-double-list .btn,.sub-header .w-form .pagination a,.sub-header .w-double-list .pagination a,.pagination .sub-header .w-form a,.pagination .sub-header .w-double-list a,.sub-header .w-form .goal-option .expend-label,.sub-header .w-double-list .goal-option .expend-label,.goal-option .sub-header .w-form .expend-label,.goal-option .sub-header .w-double-list .expend-label{border:1px solid rgba(165,165,165,.15);color:#a5a5a5;background-color:#fff;transition:all .1s}.sub-header .w-form .btn:hover,.sub-header .w-double-list .btn:hover,.sub-header .w-form .pagination a:hover,.sub-header .w-double-list .pagination a:hover,.pagination .sub-header .w-form a:hover,.pagination .sub-header .w-double-list a:hover,.sub-header .w-form .goal-option .expend-label:hover,.sub-header .w-double-list .goal-option .expend-label:hover,.goal-option .sub-header .w-form .expend-label:hover,.goal-option .sub-header .w-double-list .expend-label:hover{border-color:#a5a5a5}.sub-header .dropdown-list{left:0;min-width:12.25rem;background-color:#fff}.sub-header .dropdown-list .form-label,.sub-header .dropdown-list .status-log,.sub-header .dropdown-list .status-report-item,.sub-header .dropdown-list .double-list dd,.double-list .sub-header .dropdown-list dd,.sub-header .dropdown-list .double-list dt,.double-list .sub-header .dropdown-list dt,.sub-header .dropdown-list .w-cards-container .w-card .title,.w-cards-container .w-card .sub-header .dropdown-list .title,.sub-header .dropdown-list .w-cards-container .w-card.centered .w-value .label,.w-cards-container .w-card.centered .w-value .sub-header .dropdown-list .label,.sub-header .dropdown-list .list-results tbody tr.sublist .title,.list-results tbody tr.sublist .sub-header .dropdown-list .title,.sub-header .dropdown-list .list-results-header .title,.list-results-header .sub-header .dropdown-list .title,.sub-header .dropdown-list .w-filters-selected label.small,.w-filters-selected .sub-header .dropdown-list label.small,.sub-header .dropdown-list .w-filters-selected .btn-f-s,.w-filters-selected .sub-header .dropdown-list .btn-f-s{margin-bottom:.25rem;white-space:nowrap;min-width:6rem}.sub-header .column{columns:3;padding:1rem}.gp_sheet .sub-header{margin-bottom:0}.gp_sheet .w-filters-selected{margin-bottom:2rem}#brandsFilter .form-group,#templatesMultiFilter .form-group,#filterNetworkCategories .form-group,#postContentTypesFilter .form-group,#networkCategoriesFilter .form-group,#filterContentTypes .form-group,#contentTypeFilter .form-group,#networkCategoryFilter .form-group,#countriesFilter .form-group,#geosFilter .form-group{display:flex}#brandsFilter .margin-left,#templatesMultiFilter .margin-left,#filterNetworkCategories .margin-left,#postContentTypesFilter .margin-left,#networkCategoriesFilter .margin-left,#filterContentTypes .margin-left,#contentTypeFilter .margin-left,#networkCategoryFilter .margin-left,#countriesFilter .margin-left,#geosFilter .margin-left{margin-left:2rem}#brandsFilter .dropdown-list .form-group,#templatesMultiFilter .dropdown-list .form-group,#filterNetworkCategories .dropdown-list .form-group,#postContentTypesFilter .dropdown-list .form-group,#networkCategoriesFilter .dropdown-list .form-group,#filterContentTypes .dropdown-list .form-group,#contentTypeFilter .dropdown-list .form-group,#networkCategoryFilter .dropdown-list .form-group,#countriesFilter .dropdown-list .form-group,#geosFilter .dropdown-list .form-group{display:flex;flex-wrap:wrap;flex-direction:column;max-height:40rem}#brandsFilter .dropdown-list .form-group>div>div,#templatesMultiFilter .dropdown-list .form-group>div>div,#filterNetworkCategories .dropdown-list .form-group>div>div,#postContentTypesFilter .dropdown-list .form-group>div>div,#networkCategoriesFilter .dropdown-list .form-group>div>div,#filterContentTypes .dropdown-list .form-group>div>div,#contentTypeFilter .dropdown-list .form-group>div>div,#networkCategoryFilter .dropdown-list .form-group>div>div,#countriesFilter .dropdown-list .form-group>div>div,#geosFilter .dropdown-list .form-group>div>div{display:flex;flex-direction:column}#geosFilter .form-group{max-height:82rem !important}#countriesFilter .dropdown-list .form-group{height:18rem}#countriesFilter .form-group>div:last-of-type{transform:translateY(-3rem)}#countriesFilter .form-group>div:last-of-type>label{visibility:visible;opacity:0;pointer-events:none}#brandsFilter .dropdown-list .form-group{flex-direction:row}#googleOverview #filterBrands .form-group{display:flex;columns:0}#googleOverview #filterBrands .margin-left{margin-left:2rem}#brandsFilter .form-group>div{min-width:unset}#networkCategoriesFilter .w-form label,#networkCategoriesFilter .w-double-list label,#filterNetworkCategories .w-form label,#filterNetworkCategories .w-double-list label{white-space:normal;line-height:2.5rem}#contentTypeFilter .dropdown-list,#networkCategoryFilter .dropdown-list{width:130rem}#contentTypeFilter .dropdown-list .dropdown,#networkCategoryFilter .dropdown-list .dropdown{width:100%}#networkCategoryFilter .dropdown-list .dropdown{width:100%}#networkCategoryFilter .dropdown-list .form-group{height:37rem;display:flex;flex-wrap:wrap;flex-direction:column}#networkCategoryFilter .dropdown-list .form-group>div{align-self:baseline}#networkCategoryFilter .dropdown-list .form-group>div>div{display:flex;flex-wrap:wrap;flex-direction:column}#filterNetworkCategories .multi-row,#networkCategoriesFilter .multi-row{width:22rem}#filterNetworkCategories .form-group,#networkCategoriesFilter .form-group{columns:auto}#filterNetworkCategories .form-group,#networkCategoriesFilter .form-group{width:65rem;height:46rem;display:flex;flex-wrap:wrap;flex-direction:column}.multi-row .w-tooltipsz,.multi-dropdown-item .w-tooltipsz{margin-left:.5rem;height:1.75rem;position:relative}.multi-row .w-tooltipsz:before,.multi-dropdown-item .w-tooltipsz:before{color:#d3d3d3;font-size:1.5rem;vertical-align:middle;margin-top:-1rem}.multi-row .w-tooltipsz .tooltipsz,.multi-dropdown-item .w-tooltipsz .tooltipsz{pointer-events:none;position:absolute;right:-25rem;top:calc(50% - .325rem);left:auto;transform:translateY(-50%);width:20rem;background-color:#a5a5a5;padding:2rem;box-shadow:0px 0px 10px 0px rgba(63,63,63,.15);font-size:1.2rem;font-weight:500;color:#3f3f3f;text-align:left;z-index:2000;opacity:0;transition-duration:0s;transition:0s opacity}.multi-row .w-tooltipsz .tooltipsz::before,.multi-dropdown-item .w-tooltipsz .tooltipsz::before{content:"";display:inline-block;position:absolute;left:-5px;top:50%;transform:translateY(-50%);width:0;height:0;border-style:solid;border-width:5px 5px 5px 0;border-color:rgba(0,0,0,0) #a5a5a5 rgba(0,0,0,0) rgba(0,0,0,0)}.multi-row .w-tooltipsz:hover>.tooltipsz,.multi-dropdown-item .w-tooltipsz:hover>.tooltipsz{opacity:1;transition:1s opacity;transition-delay:1s;transition-duration:0s}.w-form-segments.w-form .w-form-group,.w-form-segments.w-double-list .w-form-group{display:flex;flex-direction:column;flex-wrap:wrap;height:54rem;width:74rem}.w-form-segments.w-form .w-form-group>div,.w-form-segments.w-double-list .w-form-group>div{margin-bottom:1rem;border-bottom:1px solid rgba(165,165,165,.15)}.w-form-segments.w-form .w-form-group>div:first-of-type,.w-form-segments.w-double-list .w-form-group>div:first-of-type{padding-top:0}.w-form-segments.w-form .w-form-group>div:last-of-type,.w-form-segments.w-double-list .w-form-group>div:last-of-type{padding-top:0}.w-form-segments.w-form .w-form-group>div:nth-child(4n),.w-form-segments.w-double-list .w-form-group>div:nth-child(4n){border:0}.w-form-segments.w-form .w-form-group>div:nth-child(n+5),.w-form-segments.w-double-list .w-form-group>div:nth-child(n+5){margin-left:2rem}.w-form-segments.w-form .form-group,.w-form-segments.w-double-list .form-group{columns:3}.w-form-segments.w-form .form-group:first-of-type,.w-form-segments.w-double-list .form-group:first-of-type{margin-bottom:.5rem}.w-form-templates.w-form .w-form-group,.w-form-templates.w-double-list .w-form-group{display:flex}.w-form-templates.w-form .w-form-group:first-of-type,.w-form-templates.w-double-list .w-form-group:first-of-type{border-bottom:1px solid #d3d3d3;padding-bottom:.5rem;margin-bottom:2rem}.w-form-templates.w-form .w-form-group:first-of-type .form-group,.w-form-templates.w-double-list .w-form-group:first-of-type .form-group{margin-bottom:0}.w-form-templates.w-form .form-group,.w-form-templates.w-double-list .form-group{columns:1}.w-form-templates.w-form .form-group:nth-of-type(2),.w-form-templates.w-double-list .form-group:nth-of-type(2){margin:0}.w-form-templates.w-form .form-group:nth-of-type(-n+2) .form-label:nth-of-type(1n+2),.w-form-templates.w-form .form-group:nth-of-type(-n+2) .status-log:nth-of-type(1n+2),.w-form-templates.w-form .form-group:nth-of-type(-n+2) .status-report-item:nth-of-type(1n+2),.w-form-templates.w-form .form-group:nth-of-type(-n+2) .double-list dd:nth-of-type(1n+2),.double-list .w-form-templates.w-form .form-group:nth-of-type(-n+2) dd:nth-of-type(1n+2),.w-form-templates.w-form .form-group:nth-of-type(-n+2) .double-list dt:nth-of-type(1n+2),.double-list .w-form-templates.w-form .form-group:nth-of-type(-n+2) dt:nth-of-type(1n+2),.w-form-templates.w-double-list .form-group:nth-of-type(-n+2) .form-label:nth-of-type(1n+2),.w-form-templates.w-double-list .form-group:nth-of-type(-n+2) .status-log:nth-of-type(1n+2),.w-form-templates.w-double-list .form-group:nth-of-type(-n+2) .status-report-item:nth-of-type(1n+2),.w-form-templates.w-double-list .form-group:nth-of-type(-n+2) .double-list dd:nth-of-type(1n+2),.double-list .w-form-templates.w-double-list .form-group:nth-of-type(-n+2) dd:nth-of-type(1n+2),.w-form-templates.w-double-list .form-group:nth-of-type(-n+2) .double-list dt:nth-of-type(1n+2),.double-list .w-form-templates.w-double-list .form-group:nth-of-type(-n+2) dt:nth-of-type(1n+2),.w-form-templates.w-form .form-group:nth-of-type(-n+2) .w-cards-container .w-card .title:nth-of-type(1n+2),.w-form-templates.w-double-list .form-group:nth-of-type(-n+2) .w-cards-container .w-card .title:nth-of-type(1n+2),.w-cards-container .w-card .w-form-templates.w-form .form-group:nth-of-type(-n+2) .title:nth-of-type(1n+2),.w-cards-container .w-card .w-form-templates.w-double-list .form-group:nth-of-type(-n+2) .title:nth-of-type(1n+2),.w-form-templates.w-form .form-group:nth-of-type(-n+2) .w-cards-container .w-card.centered .w-value .label:nth-of-type(1n+2),.w-form-templates.w-double-list .form-group:nth-of-type(-n+2) .w-cards-container .w-card.centered .w-value .label:nth-of-type(1n+2),.w-cards-container .w-card.centered .w-value .w-form-templates.w-form .form-group:nth-of-type(-n+2) .label:nth-of-type(1n+2),.w-cards-container .w-card.centered .w-value .w-form-templates.w-double-list .form-group:nth-of-type(-n+2) .label:nth-of-type(1n+2),.w-form-templates.w-form .form-group:nth-of-type(-n+2) .list-results tbody tr.sublist .title:nth-of-type(1n+2),.w-form-templates.w-double-list .form-group:nth-of-type(-n+2) .list-results tbody tr.sublist .title:nth-of-type(1n+2),.list-results tbody tr.sublist .w-form-templates.w-form .form-group:nth-of-type(-n+2) .title:nth-of-type(1n+2),.list-results tbody tr.sublist .w-form-templates.w-double-list .form-group:nth-of-type(-n+2) .title:nth-of-type(1n+2),.w-form-templates.w-form .form-group:nth-of-type(-n+2) .list-results-header .title:nth-of-type(1n+2),.w-form-templates.w-double-list .form-group:nth-of-type(-n+2) .list-results-header .title:nth-of-type(1n+2),.list-results-header .w-form-templates.w-form .form-group:nth-of-type(-n+2) .title:nth-of-type(1n+2),.list-results-header .w-form-templates.w-double-list .form-group:nth-of-type(-n+2) .title:nth-of-type(1n+2),.w-form-templates.w-form .form-group:nth-of-type(-n+2) .w-filters-selected label.small:nth-of-type(1n+2),.w-form-templates.w-double-list .form-group:nth-of-type(-n+2) .w-filters-selected label.small:nth-of-type(1n+2),.w-filters-selected .w-form-templates.w-form .form-group:nth-of-type(-n+2) label.small:nth-of-type(1n+2),.w-filters-selected .w-form-templates.w-double-list .form-group:nth-of-type(-n+2) label.small:nth-of-type(1n+2),.w-form-templates.w-form .form-group:nth-of-type(-n+2) .w-filters-selected .btn-f-s:nth-of-type(1n+2),.w-form-templates.w-double-list .form-group:nth-of-type(-n+2) .w-filters-selected .btn-f-s:nth-of-type(1n+2),.w-filters-selected .w-form-templates.w-form .form-group:nth-of-type(-n+2) .btn-f-s:nth-of-type(1n+2),.w-filters-selected .w-form-templates.w-double-list .form-group:nth-of-type(-n+2) .btn-f-s:nth-of-type(1n+2){margin-left:2rem}.header-model-report-page .btn,.header-model-report-page .pagination a,.pagination .header-model-report-page a,.header-model-report-page .goal-option .expend-label,.goal-option .header-model-report-page .expend-label{margin-bottom:.5rem;background-color:#fff;color:#3f3f3f;border:1px solid #d3d3d3;height:3rem;padding:0 1rem}.header-model-report-page .btn.is-selected,.header-model-report-page .pagination a.is-selected,.pagination .header-model-report-page a.is-selected,.header-model-report-page .goal-option .is-selected.expend-label,.goal-option .header-model-report-page .is-selected.expend-label{background-color:#3f3f3f;color:#fff;border:1px solid rgba(0,0,0,0)}.header-model-report-page .btn:first-of-type,.header-model-report-page .pagination a:first-of-type,.pagination .header-model-report-page a:first-of-type,.header-model-report-page .goal-option .expend-label:first-of-type,.goal-option .header-model-report-page .expend-label:first-of-type{height:4rem;padding:0 2rem}.header-model-report-page .w-left>div{padding-top:0;margin-bottom:1rem}.header-model-report-page .w-left>div.no-margin{margin-right:-1px}.header-model-report-page .w-justify{padding-top:0 !important}.header-model-report-page .w-justify.margin-bottom{margin-bottom:1rem}.dropdown.filter-pos .dropdown-list{right:auto;transform:translateX(-50%);left:50%;width:100%}@media(min-width: 1024px){.dropdown.filter-pos .dropdown-list{width:40rem}}.dropdown.filter-pos.filter-pos-left-edge .dropdown-list{position:fixed;right:1rem;top:auto;left:auto;transform:translateX(0);width:100%}@media(min-width: 1024px){.dropdown.filter-pos.filter-pos-left-edge .dropdown-list{width:40rem}}.dropdown.filter-pos.filter-pos-right .dropdown-list{right:auto;left:0;transform:translateX(0)}.dropdown.filter-pos.filter-pos-right-edge .dropdown-list{position:fixed;top:auto;right:auto;left:1rem;transform:translateX(0);width:100%}@media(min-width: 1024px){.dropdown.filter-pos.filter-pos-right-edge .dropdown-list{width:40rem}}.app-header-sentinel{display:flex;justify-content:space-between;align-items:center;background-color:#fff;height:6rem;padding:0 2rem;z-index:6000;box-shadow:0 4px 10px rgba(0,0,0,.05),0 2px 5px rgba(0,0,0,.05);position:relative}@media(min-width: 1024px){.app-header-sentinel{position:sticky;top:0}}@media(min-width: 1024px)and (max-width: 1023px){.app-header-sentinel{width:1024px}}.app-header-sentinel .secondary-nav{display:flex;align-items:center;gap:1rem}.app-header-sentinel .secondary-nav .main-nav-item .main-nav-link{padding:0}.app-header-sentinel .hamburger{display:none;flex-direction:column;cursor:pointer}.app-header-sentinel .hamburger span{width:25px;height:3px;background-color:#333;margin:4px 0;transition:all .3s}.app-header-sentinel .hamburger .i-hamburger{font-size:2.4rem}.app-header-sentinel #menu-toggle{display:none}@media(max-width: 767px){.app-header-sentinel>.hamburger,.app-header-sentinel>.site-logo,.app-header-sentinel>.header{flex:1;display:flex}}.app-header-sentinel>.header{justify-content:flex-end}@media(max-width: 767px){.app-header-sentinel>.header{flex:none}}@media(max-width: 767px){.app-header-sentinel .hamburger{display:flex;padding:0}.app-header-sentinel .hamburger:after{display:none}.app-header-sentinel .main-nav-list,.app-header-sentinel .main-nav{display:flex;gap:1rem;flex-direction:column;align-items:flex-start}.app-header-sentinel .header .main-nav{gap:0rem;flex-direction:row}.app-header-sentinel .header .main-nav .main-nav-link:before{min-width:0}.app-header-sentinel .hamburger-menu-wrapper{transform:translateX(-100%);position:fixed;top:0;left:0;width:250px;height:100vh;background-color:#fff;padding:2rem;transition:transform .3s ease;display:flex;flex-direction:column;flex-wrap:wrap;align-items:flex-start;box-shadow:rgba(109,109,109,0) 4px 2px 20px 0px;z-index:3010}.app-header-sentinel .hamburger-menu-wrapper nav{flex-direction:column;align-items:flex-start}.app-header-sentinel .hamburger-menu-wrapper .site-logo{order:-1}.app-header-sentinel .hamburger-menu-wrapper .main-nav-item .main-nav-link{padding:1rem 0rem;margin-left:.6rem}.app-header-sentinel #menu-toggle:checked+.hamburger+.hamburger-menu-wrapper{transform:translateX(0%);transition:transform .3s ease;box-shadow:rgba(109,109,109,.4) 4px 2px 20px 0px}.app-header-sentinel .in-menu{position:absolute;right:1.6rem}.app-header-sentinel .in-menu span:nth-child(1){transform:translateY(8px) rotate(45deg)}.app-header-sentinel .in-menu span:nth-child(2){opacity:0}.app-header-sentinel .in-menu span:nth-child(3){transform:translateY(-14px) rotate(-45deg)}}.nav-page-container{max-width:100%;padding:0 2rem}@media(min-width: 1024px){.nav-page-container{min-height:77vh}}._subscription_managemen .nav-page-container{height:95vh}.nav-page-grid{display:flex;gap:2rem}._account_settings .nav-page-grid,._custom_dimensions .nav-page-grid{gap:2rem}@media(max-width: 1023px){.nav-page-grid{gap:2rem}}@media(max-width: 767px){.nav-page-grid{flex-direction:column}}.desktop .nav-page-grid{flex-direction:row;gap:2rem}.nav-page-grid .nav-page-sidebar{min-width:200px;flex:none;display:flex}.nav-page-grid .w-form-large,.nav-page-grid .w-double-list{width:100% !important;margin-top:0 !important}.nav-page-grid .form-group{margin:0 1rem 1.5rem}.nav-page-grid .form-group ol{margin-left:1.5rem}.nav-page-grid .form-group ol li{list-style:number;font-family:"Inter",sans-serif;font-optical-sizing:auto;font-style:normal;font-size:1.2em;font-weight:400;color:#3f3f3f}.nav-page-grid .nav-page-content{flex:1 auto;display:flex;flex-direction:column;gap:2rem;overflow-x:hidden}.nav-page-grid .nav-page-content.account{flex:none;width:calc(100% - 25rem)}._subscription_management .nav-page-grid .nav-page-content{min-height:77vh}.nav-page-grid .nav-page-content .w-list-results{width:auto}@media(max-width: 1023px){.nav-page-grid .nav-page-content .w-list-results{margin:0}}.nav-page-grid .nav-page-content .w-graph{margin:0}.nav-page-grid .nav-page-content .graph{padding:0}.nav-page-grid .nav-page-content .list-results-header{margin:0 0 -2rem 0}@media(max-width: 1023px){._custom_dimensions .nav-page-grid .nav-page-content .list-results-header{margin-top:1rem}}@media(max-width: 1023px){._custom_dimensions.desktop .nav-page-grid .nav-page-content .list-results-header{margin-top:-1rem}}@media(max-width: 1023px){.nav-page-grid .nav-page-content .block-filters,.nav-page-grid .nav-page-content .list-header{margin:0}}.nav-page-grid .nav-page-content .block-filters{margin-left:0;margin-right:0}.nav-page-grid .nav-page-content .block-default .form-sub-title,.nav-page-grid .nav-page-content .block-default .double-list-body .double-list-sub-title,.double-list-body .nav-page-grid .nav-page-content .block-default .double-list-sub-title,.nav-page-grid .nav-page-content .w-filters-selected .form-sub-title,.nav-page-grid .nav-page-content .w-filters-selected .double-list-body .double-list-sub-title,.double-list-body .nav-page-grid .nav-page-content .w-filters-selected .double-list-sub-title{margin-bottom:1rem !important;padding-bottom:.25rem !important}@media(max-width: 1023px){.nav-page-grid .nav-page-content .list-header{margin-bottom:-2rem}}@media(max-width: 1023px){.nav-page-grid .nav-page-content .list-header .w-left{flex:1 100%}}.nav-page-grid .nav-page-content .block-filters .button-default.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.icon,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.w-alert-banner:before,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.w-alert-banner:before,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .i-hamburger.w-alert-banner:before,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.w-alert-banner:before,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .w-dialog.plus .i-hamburger.dialog-aside:after,.w-dialog.plus .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.dialog-aside:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .w-toast .i-hamburger.toast.plus:after,.w-toast .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.toast.plus:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .i-hamburger.btn-period-clear:before,.w-time-period .dropdown .w-selection .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.btn-period-clear:before,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .i-hamburger.btn-filter:before,.w-time-period .dropdown .w-selection .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.btn-filter:before,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .i-hamburger.btn-period-edit:before,.w-time-period .dropdown .w-selection .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.btn-period-edit:before,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.btn-filter:before,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.i-hamburger,.toggleWrapper .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead input.mobileToggle+label.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead tbody span.i-hamburger.status,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results tbody thead span.i-hamburger.status,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead tbody td.is-running span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results tbody td.is-running thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead tbody td.is-pending span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results tbody td.is-pending thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.icon,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.w-alert-banner:before,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.w-alert-banner:before,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .i-hamburger.w-alert-banner:before,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.w-alert-banner:before,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .w-dialog.plus .i-hamburger.dialog-aside:after,.w-dialog.plus .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.dialog-aside:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .w-toast .i-hamburger.toast.plus:after,.w-toast .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.toast.plus:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .i-hamburger.btn-period-clear:before,.w-time-period .dropdown .w-selection .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.btn-period-clear:before,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .i-hamburger.btn-filter:before,.w-time-period .dropdown .w-selection .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.btn-filter:before,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .i-hamburger.btn-period-edit:before,.w-time-period .dropdown .w-selection .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.btn-period-edit:before,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.btn-filter:before,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.i-hamburger,.toggleWrapper .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead input.mobileToggle+label.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead tbody span.i-hamburger.status,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results tbody thead span.i-hamburger.status,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead tbody td.is-running span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results tbody td.is-running thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead tbody td.is-pending span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results tbody td.is-pending thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .i-hamburger.dropdown-toggle:after,.nav-page-grid .nav-page-content .block-filters .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .i-hamburger.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.dropdown-toggle:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .i-hamburger.filter,.nav-page-grid .nav-page-content .block-filters .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .i-hamburger.filter,.w-filter-preset.w-filter-preset .filter-preset .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.filter,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .form-label.status span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .status.status-log span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .status.status-report-item span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .double-list dd.status span.i-hamburger,.double-list .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead dd.status span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .double-list dt.status span.i-hamburger,.double-list .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead dt.status span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .w-cards-container .w-card .status.title span.i-hamburger,.w-cards-container .w-card .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .status.title span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.i-hamburger,.w-cards-container .w-card.centered .w-value .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .status.label span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead tbody tr.sublist .status.title span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results tbody tr.sublist thead .status.title span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .form-label.status .liveDashboard .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .status.status-log .liveDashboard .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .status.status-report-item .liveDashboard .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .double-list dd.status .liveDashboard .list-results thead span.i-hamburger,.double-list .nav-page-grid .nav-page-content .block-filters dd.status .liveDashboard .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .double-list dt.status .liveDashboard .list-results thead span.i-hamburger,.double-list .nav-page-grid .nav-page-content .block-filters dt.status .liveDashboard .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .w-cards-container .w-card .status.title .liveDashboard .list-results thead span.i-hamburger,.w-cards-container .w-card .nav-page-grid .nav-page-content .block-filters .status.title .liveDashboard .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.i-hamburger,.w-cards-container .w-card.centered .w-value .nav-page-grid .nav-page-content .block-filters .status.label .liveDashboard .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.i-hamburger,.list-results tbody tr.sublist .nav-page-grid .nav-page-content .block-filters .status.title .liveDashboard .list-results thead span.i-hamburger,.form-label.status .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-hamburger,.status.status-log .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-hamburger,.status.status-report-item .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-hamburger,.double-list dd.status .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-hamburger,.double-list dt.status .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-hamburger,.w-cards-container .w-card .status.title .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-hamburger,.w-cards-container .w-card.centered .w-value .status.label .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-hamburger,.list-results tbody tr.sublist .status.title .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .w-filters-selected label.status.small span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .w-filters-selected label.status.small .liveDashboard .list-results thead span.i-hamburger,.w-filters-selected label.status.small .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.i-hamburger,.w-filters-selected .status.btn-f-s .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .sub-header .w-form label.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .sub-header .w-double-list label.i-hamburger,.nav-page-grid .nav-page-content .block-filters .sub-header .w-form .liveDashboard .list-results thead label.i-hamburger,.nav-page-grid .nav-page-content .block-filters .sub-header .w-double-list .liveDashboard .list-results thead label.i-hamburger,.sub-header .w-form .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead label.i-hamburger,.sub-header .w-double-list .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead label.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .block-filters button.i-hamburger:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead button.i-hamburger:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .block-filters select.i-hamburger:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead select.i-hamburger:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .form-auto-list .i-hamburger.form-auto-item.is-user-is-inactive,.nav-page-grid .nav-page-content .block-filters .form-auto-list .liveDashboard .list-results thead .i-hamburger.form-auto-item.is-user-is-inactive,.form-auto-list .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.form-auto-item.is-user-is-inactive,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .form-auto-list .i-hamburger.form-auto-item.is-user-is-active,.nav-page-grid .nav-page-content .block-filters .form-auto-list .liveDashboard .list-results thead .i-hamburger.form-auto-item.is-user-is-active,.form-auto-list .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.form-auto-item.is-user-is-active,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .list-results-header .status.title span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .list-results-header .status.title .liveDashboard .list-results thead span.i-hamburger,.list-results-header .status.title .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead tr span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .i-hamburger.icon,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .i-hamburger.w-alert-banner:before,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .i-hamburger.w-alert-banner:before,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .i-hamburger.w-alert-banner:before,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .w-dialog.plus .i-hamburger.dialog-aside:after,.w-dialog.plus .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .i-hamburger.dialog-aside:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .w-toast .i-hamburger.toast.plus:after,.w-toast .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .i-hamburger.toast.plus:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .i-hamburger.btn-period-clear:before,.w-time-period .dropdown .w-selection .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .i-hamburger.btn-period-clear:before,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .i-hamburger.btn-filter:before,.w-time-period .dropdown .w-selection .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .i-hamburger.btn-filter:before,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .i-hamburger.btn-period-edit:before,.w-time-period .dropdown .w-selection .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .i-hamburger.btn-period-edit:before,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .i-hamburger.btn-filter:before,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label.i-hamburger,.toggleWrapper .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead input.mobileToggle+label.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead tbody span.i-hamburger.status,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results tbody thead span.i-hamburger.status,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead tbody td.is-running span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results tbody td.is-running thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead tbody td.is-pending span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results tbody td.is-pending thead span.i-hamburger,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.icon,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.w-alert-banner:before,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.w-alert-banner:before,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.w-alert-banner:before,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .w-dialog.plus .i-hamburger.dialog-aside:after,.w-dialog.plus ._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.dialog-aside:after,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .w-toast .i-hamburger.toast.plus:after,.w-toast ._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.toast.plus:after,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .i-hamburger.btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.btn-period-clear:before,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .i-hamburger.btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.btn-filter:before,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .i-hamburger.btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.btn-period-edit:before,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.btn-filter:before,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.i-hamburger,.toggleWrapper ._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead input.mobileToggle+label.i-hamburger,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead tbody span.i-hamburger.status,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results tbody thead span.i-hamburger.status,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead tbody td.is-running span.i-hamburger,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results tbody td.is-running thead span.i-hamburger,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead tbody td.is-pending span.i-hamburger,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results tbody td.is-pending thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .i-hamburger.dropdown-toggle:after,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .i-hamburger.dropdown-toggle:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .i-hamburger.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.dropdown-toggle:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .i-hamburger.filter,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .i-hamburger.filter,.nav-page-grid .nav-page-content .block-filters .liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .i-hamburger.filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.filter,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .form-label.status span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .status.status-log span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .status.status-report-item span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .double-list dd.status span.i-hamburger,.double-list .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead dd.status span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .double-list dt.status span.i-hamburger,.double-list .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead dt.status span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span.i-hamburger,.w-cards-container .w-card .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .status.title span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.i-hamburger,.w-cards-container .w-card.centered .w-value .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .status.label span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span.i-hamburger,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .form-label.status span.i-hamburger,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .status.status-log span.i-hamburger,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .status.status-report-item span.i-hamburger,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .double-list dd.status span.i-hamburger,.double-list ._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead dd.status span.i-hamburger,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .double-list dt.status span.i-hamburger,.double-list ._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead dt.status span.i-hamburger,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .w-cards-container .w-card .status.title span.i-hamburger,.w-cards-container .w-card ._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .status.title span.i-hamburger,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.i-hamburger,.w-cards-container .w-card.centered .w-value ._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .status.label span.i-hamburger,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead tbody tr.sublist .status.title span.i-hamburger,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results tbody tr.sublist thead .status.title span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard .form-label.status ._account_api .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard .status.status-log ._account_api .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard .status.status-report-item ._account_api .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard .double-list dd.status ._account_api .list-results thead span.i-hamburger,.double-list .nav-page-grid .nav-page-content .block-filters .liveDashboard dd.status ._account_api .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard .double-list dt.status ._account_api .list-results thead span.i-hamburger,.double-list .nav-page-grid .nav-page-content .block-filters .liveDashboard dt.status ._account_api .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span.i-hamburger,.w-cards-container .w-card .nav-page-grid .nav-page-content .block-filters .liveDashboard .status.title ._account_api .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.i-hamburger,.w-cards-container .w-card.centered .w-value .nav-page-grid .nav-page-content .block-filters .liveDashboard .status.label ._account_api .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span.i-hamburger,.list-results tbody tr.sublist .nav-page-grid .nav-page-content .block-filters .liveDashboard .status.title ._account_api .list-results thead span.i-hamburger,.form-label.status ._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-hamburger,.status.status-log ._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-hamburger,.status.status-report-item ._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-hamburger,.double-list dd.status ._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-hamburger,.double-list dt.status ._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-hamburger,.w-cards-container .w-card .status.title ._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-hamburger,.w-cards-container .w-card.centered .w-value .status.label ._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-hamburger,.list-results tbody tr.sublist .status.title ._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span.i-hamburger,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .w-filters-selected label.status.small span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span.i-hamburger,.w-filters-selected label.status.small ._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span.i-hamburger,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span.i-hamburger,.w-filters-selected .status.btn-f-s ._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .sub-header .w-form label.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .sub-header .w-double-list label.i-hamburger,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .sub-header .w-form label.i-hamburger,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .sub-header .w-double-list label.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard .sub-header .w-form ._account_api .list-results thead label.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard .sub-header .w-double-list ._account_api .list-results thead label.i-hamburger,.sub-header .w-form ._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead label.i-hamburger,.sub-header .w-double-list ._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead label.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .block-filters button.i-hamburger:after,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .block-filters button.i-hamburger:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead button.i-hamburger:after,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead button.i-hamburger:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .block-filters select.i-hamburger:after,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .block-filters select.i-hamburger:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead select.i-hamburger:after,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead select.i-hamburger:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .form-auto-list .i-hamburger.form-auto-item.is-user-is-inactive,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .form-auto-list .i-hamburger.form-auto-item.is-user-is-inactive,.nav-page-grid .nav-page-content .block-filters .liveDashboard .form-auto-list ._account_api .list-results thead .i-hamburger.form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.form-auto-item.is-user-is-inactive,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .form-auto-list .i-hamburger.form-auto-item.is-user-is-active,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .form-auto-list .i-hamburger.form-auto-item.is-user-is-active,.nav-page-grid .nav-page-content .block-filters .liveDashboard .form-auto-list ._account_api .list-results thead .i-hamburger.form-auto-item.is-user-is-active,.form-auto-list ._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.form-auto-item.is-user-is-active,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .list-results-header .status.title span.i-hamburger,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .list-results-header .status.title span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results-header .status.title ._account_api .list-results thead span.i-hamburger,.list-results-header .status.title ._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead tr span.i-hamburger,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead tr span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .i-hamburger.icon,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .i-hamburger.w-alert-banner:before,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .i-hamburger.w-alert-banner:before,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .i-hamburger.w-alert-banner:before,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .w-dialog.plus .i-hamburger.dialog-aside:after,.w-dialog.plus .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .i-hamburger.dialog-aside:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .w-toast .i-hamburger.toast.plus:after,.w-toast .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .i-hamburger.toast.plus:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .i-hamburger.btn-period-clear:before,.w-time-period .dropdown .w-selection .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .i-hamburger.btn-period-clear:before,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .i-hamburger.btn-filter:before,.w-time-period .dropdown .w-selection .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .i-hamburger.btn-filter:before,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .i-hamburger.btn-period-edit:before,.w-time-period .dropdown .w-selection .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .i-hamburger.btn-period-edit:before,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .i-hamburger.btn-filter:before,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label.i-hamburger,.toggleWrapper .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead input.mobileToggle+label.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead tbody span.i-hamburger.status,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results tbody thead span.i-hamburger.status,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead tbody td.is-running span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results tbody td.is-running thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead tbody td.is-pending span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results tbody td.is-pending thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .i-hamburger.icon,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .i-hamburger.w-alert-banner:before,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .i-hamburger.w-alert-banner:before,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .i-hamburger.w-alert-banner:before,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .w-dialog.plus .i-hamburger.dialog-aside:after,.w-dialog.plus .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .i-hamburger.dialog-aside:after,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .w-toast .i-hamburger.toast.plus:after,.w-toast .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .i-hamburger.toast.plus:after,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .i-hamburger.btn-period-clear:before,.w-time-period .dropdown .w-selection .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .i-hamburger.btn-period-clear:before,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .i-hamburger.btn-filter:before,.w-time-period .dropdown .w-selection .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .i-hamburger.btn-filter:before,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .i-hamburger.btn-period-edit:before,.w-time-period .dropdown .w-selection .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .i-hamburger.btn-period-edit:before,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .i-hamburger.btn-filter:before,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.i-hamburger,.toggleWrapper .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead input.mobileToggle+label.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead tbody span.i-hamburger.status,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results tbody thead span.i-hamburger.status,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead tbody td.is-running span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results tbody td.is-running thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead tbody td.is-pending span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results tbody td.is-pending thead span.i-hamburger,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.icon,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.w-alert-banner:before,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.w-alert-banner:before,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.w-alert-banner:before,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .w-dialog.plus .i-hamburger.dialog-aside:after,.w-dialog.plus ._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.dialog-aside:after,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .w-toast .i-hamburger.toast.plus:after,.w-toast ._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.toast.plus:after,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .i-hamburger.btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.btn-period-clear:before,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .i-hamburger.btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.btn-filter:before,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .i-hamburger.btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.btn-period-edit:before,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.btn-filter:before,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.i-hamburger,.toggleWrapper ._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead input.mobileToggle+label.i-hamburger,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead tbody span.i-hamburger.status,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results tbody thead span.i-hamburger.status,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead tbody td.is-running span.i-hamburger,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results tbody td.is-running thead span.i-hamburger,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead tbody td.is-pending span.i-hamburger,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results tbody td.is-pending thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .i-hamburger.dropdown-toggle:after,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .i-hamburger.dropdown-toggle:after,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .i-hamburger.dropdown-toggle:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .i-hamburger.dropdown-toggle:after,.nav-page-grid .nav-page-content .block-filters .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .i-hamburger.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.dropdown-toggle:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .i-hamburger.filter,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .i-hamburger.filter,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .i-hamburger.filter,.nav-page-grid .nav-page-content .block-filters .liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .i-hamburger.filter,.nav-page-grid .nav-page-content .block-filters .w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .i-hamburger.filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.filter,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .form-label.status span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .status.status-log span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .status.status-report-item span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .double-list dd.status span.i-hamburger,.double-list .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead dd.status span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .double-list dt.status span.i-hamburger,.double-list .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead dt.status span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span.i-hamburger,.w-cards-container .w-card .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .status.title span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.i-hamburger,.w-cards-container .w-card.centered .w-value .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .status.label span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .form-label.status span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .status.status-log span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .status.status-report-item span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .double-list dd.status span.i-hamburger,.double-list .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead dd.status span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .double-list dt.status span.i-hamburger,.double-list .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead dt.status span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span.i-hamburger,.w-cards-container .w-card .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .status.title span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.i-hamburger,.w-cards-container .w-card.centered .w-value .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .status.label span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span.i-hamburger,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .form-label.status span.i-hamburger,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .status.status-log span.i-hamburger,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .status.status-report-item span.i-hamburger,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .double-list dd.status span.i-hamburger,.double-list ._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead dd.status span.i-hamburger,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .double-list dt.status span.i-hamburger,.double-list ._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead dt.status span.i-hamburger,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .w-cards-container .w-card .status.title span.i-hamburger,.w-cards-container .w-card ._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .status.title span.i-hamburger,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.i-hamburger,.w-cards-container .w-card.centered .w-value ._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .status.label span.i-hamburger,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead tbody tr.sublist .status.title span.i-hamburger,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results tbody tr.sublist thead .status.title span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard .form-label.status ._account_api .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard .status.status-log ._account_api .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard .status.status-report-item ._account_api .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard .double-list dd.status ._account_api .list-results thead span.i-hamburger,.double-list .nav-page-grid .nav-page-content .block-filters .liveDashboard dd.status ._account_api .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard .double-list dt.status ._account_api .list-results thead span.i-hamburger,.double-list .nav-page-grid .nav-page-content .block-filters .liveDashboard dt.status ._account_api .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span.i-hamburger,.w-cards-container .w-card .nav-page-grid .nav-page-content .block-filters .liveDashboard .status.title ._account_api .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.i-hamburger,.w-cards-container .w-card.centered .w-value .nav-page-grid .nav-page-content .block-filters .liveDashboard .status.label ._account_api .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span.i-hamburger,.list-results tbody tr.sublist .nav-page-grid .nav-page-content .block-filters .liveDashboard .status.title ._account_api .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .form-label.status ._account_api .liveDashboard .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .status.status-log ._account_api .liveDashboard .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .status.status-report-item ._account_api .liveDashboard .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .double-list dd.status ._account_api .liveDashboard .list-results thead span.i-hamburger,.double-list .nav-page-grid .nav-page-content .block-filters dd.status ._account_api .liveDashboard .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .double-list dt.status ._account_api .liveDashboard .list-results thead span.i-hamburger,.double-list .nav-page-grid .nav-page-content .block-filters dt.status ._account_api .liveDashboard .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead span.i-hamburger,.w-cards-container .w-card .nav-page-grid .nav-page-content .block-filters .status.title ._account_api .liveDashboard .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead span.i-hamburger,.w-cards-container .w-card.centered .w-value .nav-page-grid .nav-page-content .block-filters .status.label ._account_api .liveDashboard .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead span.i-hamburger,.list-results tbody tr.sublist .nav-page-grid .nav-page-content .block-filters .status.title ._account_api .liveDashboard .list-results thead span.i-hamburger,.form-label.status ._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-hamburger,.status.status-log ._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-hamburger,.status.status-report-item ._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-hamburger,.double-list dd.status ._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-hamburger,.double-list dt.status ._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-hamburger,.w-cards-container .w-card .status.title ._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-hamburger,.w-cards-container .w-card.centered .w-value .status.label ._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-hamburger,.list-results tbody tr.sublist .status.title ._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span.i-hamburger,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .w-filters-selected label.status.small span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead span.i-hamburger,.w-filters-selected label.status.small ._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.i-hamburger,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead span.i-hamburger,.w-filters-selected .status.btn-f-s ._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .sub-header .w-form label.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .sub-header .w-double-list label.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .sub-header .w-form label.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .sub-header .w-double-list label.i-hamburger,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .sub-header .w-form label.i-hamburger,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .sub-header .w-double-list label.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard .sub-header .w-form ._account_api .list-results thead label.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard .sub-header .w-double-list ._account_api .list-results thead label.i-hamburger,.nav-page-grid .nav-page-content .block-filters .sub-header .w-form ._account_api .liveDashboard .list-results thead label.i-hamburger,.nav-page-grid .nav-page-content .block-filters .sub-header .w-double-list ._account_api .liveDashboard .list-results thead label.i-hamburger,.sub-header .w-form ._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead label.i-hamburger,.sub-header .w-double-list ._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead label.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .block-filters button.i-hamburger:after,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .block-filters button.i-hamburger:after,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .block-filters button.i-hamburger:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard .block-filters ._account_api .list-results thead button.i-hamburger:after,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead button.i-hamburger:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .block-filters select.i-hamburger:after,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .block-filters select.i-hamburger:after,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .block-filters select.i-hamburger:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard .block-filters ._account_api .list-results thead select.i-hamburger:after,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead select.i-hamburger:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .form-auto-list .i-hamburger.form-auto-item.is-user-is-inactive,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .form-auto-list .i-hamburger.form-auto-item.is-user-is-inactive,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .form-auto-list .i-hamburger.form-auto-item.is-user-is-inactive,.nav-page-grid .nav-page-content .block-filters .liveDashboard .form-auto-list ._account_api .list-results thead .i-hamburger.form-auto-item.is-user-is-inactive,.nav-page-grid .nav-page-content .block-filters .form-auto-list ._account_api .liveDashboard .list-results thead .i-hamburger.form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.form-auto-item.is-user-is-inactive,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .form-auto-list .i-hamburger.form-auto-item.is-user-is-active,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .form-auto-list .i-hamburger.form-auto-item.is-user-is-active,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .form-auto-list .i-hamburger.form-auto-item.is-user-is-active,.nav-page-grid .nav-page-content .block-filters .liveDashboard .form-auto-list ._account_api .list-results thead .i-hamburger.form-auto-item.is-user-is-active,.nav-page-grid .nav-page-content .block-filters .form-auto-list ._account_api .liveDashboard .list-results thead .i-hamburger.form-auto-item.is-user-is-active,.form-auto-list ._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.form-auto-item.is-user-is-active,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .list-results-header .status.title span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .list-results-header .status.title span.i-hamburger,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .list-results-header .status.title span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results-header .status.title ._account_api .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .list-results-header .status.title ._account_api .liveDashboard .list-results thead span.i-hamburger,.list-results-header .status.title ._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead tr span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead tr span.i-hamburger,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead tr span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .i-hamburger.dropdown-toggle:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.dropdown-toggle:after,.nav-page-grid .nav-page-content .block-filters .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .i-hamburger.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .i-hamburger.dropdown-toggle:after,.nav-page-grid .nav-page-content .block-filters ._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .i-hamburger.filter,._account_api .w-filter-preset.w-filter-preset .filter-preset .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.filter,.nav-page-grid .nav-page-content .block-filters .w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .i-hamburger.filter,.w-filter-preset.w-filter-preset .filter-preset .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .i-hamburger.filter,.nav-page-grid .nav-page-content .block-filters ._account_api .form-label.status .liveDashboard .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .status.status-log .liveDashboard .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .status.status-report-item .liveDashboard .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .double-list dd.status .liveDashboard .list-results thead span.i-hamburger,.double-list .nav-page-grid .nav-page-content .block-filters ._account_api dd.status .liveDashboard .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .double-list dt.status .liveDashboard .list-results thead span.i-hamburger,.double-list .nav-page-grid .nav-page-content .block-filters ._account_api dt.status .liveDashboard .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span.i-hamburger,.w-cards-container .w-card .nav-page-grid .nav-page-content .block-filters ._account_api .status.title .liveDashboard .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.i-hamburger,.w-cards-container .w-card.centered .w-value .nav-page-grid .nav-page-content .block-filters ._account_api .status.label .liveDashboard .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.i-hamburger,.list-results tbody tr.sublist .nav-page-grid .nav-page-content .block-filters ._account_api .status.title .liveDashboard .list-results thead span.i-hamburger,._account_api .form-label.status .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-hamburger,._account_api .status.status-log .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-hamburger,._account_api .status.status-report-item .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-hamburger,._account_api .double-list dd.status .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-hamburger,.double-list ._account_api dd.status .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-hamburger,._account_api .double-list dt.status .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-hamburger,.double-list ._account_api dt.status .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-hamburger,._account_api .w-cards-container .w-card .status.title .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-hamburger,.w-cards-container .w-card ._account_api .status.title .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-hamburger,._account_api .w-cards-container .w-card.centered .w-value .status.label .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-hamburger,.w-cards-container .w-card.centered .w-value ._account_api .status.label .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-hamburger,._account_api .list-results tbody tr.sublist .status.title .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-hamburger,.list-results tbody tr.sublist ._account_api .status.title .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .form-label.status .liveDashboard ._account_api .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .status.status-log .liveDashboard ._account_api .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .status.status-report-item .liveDashboard ._account_api .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .double-list dd.status .liveDashboard ._account_api .list-results thead span.i-hamburger,.double-list .nav-page-grid .nav-page-content .block-filters dd.status .liveDashboard ._account_api .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .double-list dt.status .liveDashboard ._account_api .list-results thead span.i-hamburger,.double-list .nav-page-grid .nav-page-content .block-filters dt.status .liveDashboard ._account_api .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead span.i-hamburger,.w-cards-container .w-card .nav-page-grid .nav-page-content .block-filters .status.title .liveDashboard ._account_api .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead span.i-hamburger,.w-cards-container .w-card.centered .w-value .nav-page-grid .nav-page-content .block-filters .status.label .liveDashboard ._account_api .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead span.i-hamburger,.list-results tbody tr.sublist .nav-page-grid .nav-page-content .block-filters .status.title .liveDashboard ._account_api .list-results thead span.i-hamburger,.form-label.status .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead span.i-hamburger,.status.status-log .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead span.i-hamburger,.status.status-report-item .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead span.i-hamburger,.double-list dd.status .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead span.i-hamburger,.double-list dt.status .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead span.i-hamburger,.w-cards-container .w-card .status.title .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead span.i-hamburger,.w-cards-container .w-card.centered .w-value .status.label .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead span.i-hamburger,.list-results tbody tr.sublist .status.title .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span.i-hamburger,._account_api .w-filters-selected label.status.small .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead span.i-hamburger,.w-filters-selected label.status.small .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.i-hamburger,._account_api .w-filters-selected .status.btn-f-s .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead span.i-hamburger,.w-filters-selected .status.btn-f-s .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .sub-header .w-form .liveDashboard .list-results thead label.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .sub-header .w-double-list .liveDashboard .list-results thead label.i-hamburger,._account_api .sub-header .w-form .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead label.i-hamburger,._account_api .sub-header .w-double-list .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead label.i-hamburger,.nav-page-grid .nav-page-content .block-filters .sub-header .w-form .liveDashboard ._account_api .list-results thead label.i-hamburger,.nav-page-grid .nav-page-content .block-filters .sub-header .w-double-list .liveDashboard ._account_api .list-results thead label.i-hamburger,.sub-header .w-form .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead label.i-hamburger,.sub-header .w-double-list .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead label.i-hamburger,.nav-page-grid .nav-page-content ._account_api .block-filters .liveDashboard .list-results thead button.i-hamburger:after,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead button.i-hamburger:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead button.i-hamburger:after,.nav-page-grid .nav-page-content ._account_api .block-filters .liveDashboard .list-results thead select.i-hamburger:after,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead select.i-hamburger:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead select.i-hamburger:after,.nav-page-grid .nav-page-content .block-filters ._account_api .form-auto-list .liveDashboard .list-results thead .i-hamburger.form-auto-item.is-user-is-inactive,._account_api .form-auto-list .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.form-auto-item.is-user-is-inactive,.nav-page-grid .nav-page-content .block-filters .form-auto-list .liveDashboard ._account_api .list-results thead .i-hamburger.form-auto-item.is-user-is-inactive,.form-auto-list .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .i-hamburger.form-auto-item.is-user-is-inactive,.nav-page-grid .nav-page-content .block-filters ._account_api .form-auto-list .liveDashboard .list-results thead .i-hamburger.form-auto-item.is-user-is-active,._account_api .form-auto-list .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.form-auto-item.is-user-is-active,.nav-page-grid .nav-page-content .block-filters .form-auto-list .liveDashboard ._account_api .list-results thead .i-hamburger.form-auto-item.is-user-is-active,.form-auto-list .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .i-hamburger.form-auto-item.is-user-is-active,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results-header .status.title .liveDashboard .list-results thead span.i-hamburger,._account_api .list-results-header .status.title .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .list-results-header .status.title .liveDashboard ._account_api .list-results thead span.i-hamburger,.list-results-header .status.title .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead span.i-hamburger,.liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.icon,.liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.w-alert-banner:before,.liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.w-alert-banner:before,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.w-alert-banner:before,.liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .w-dialog.plus .i-hamburger.dialog-aside:after,.w-dialog.plus .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.dialog-aside:after,.liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .w-toast .i-hamburger.toast.plus:after,.w-toast .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.toast.plus:after,.liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .w-time-period .dropdown .w-selection .i-hamburger.btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.btn-period-clear:before,.liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .w-time-period .dropdown .w-selection .i-hamburger.btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.btn-filter:before,.liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .w-time-period .dropdown .w-selection .i-hamburger.btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.btn-period-edit:before,.liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.btn-filter:before,.liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .toggleWrapper input.mobileToggle+label.i-hamburger,.toggleWrapper .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters input.mobileToggle+label.i-hamburger,.liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters tbody span.i-hamburger.status,.liveDashboard .list-results tbody thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger.status,.liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters tbody td.is-running span.i-hamburger,.liveDashboard .list-results tbody td.is-running thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters tbody td.is-pending span.i-hamburger,.liveDashboard .list-results tbody td.is-pending thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.icon,.liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.w-alert-banner:before,.liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.w-alert-banner:before,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.w-alert-banner:before,.liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .w-dialog.plus .i-hamburger.dialog-aside:after,.w-dialog.plus .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.dialog-aside:after,.liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .w-toast .i-hamburger.toast.plus:after,.w-toast .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.toast.plus:after,.liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .w-time-period .dropdown .w-selection .i-hamburger.btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.btn-period-clear:before,.liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .w-time-period .dropdown .w-selection .i-hamburger.btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.btn-filter:before,.liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .w-time-period .dropdown .w-selection .i-hamburger.btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.btn-period-edit:before,.liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.btn-filter:before,.liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .toggleWrapper input.mobileToggle+label.i-hamburger,.toggleWrapper .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters input.mobileToggle+label.i-hamburger,.liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters tbody span.i-hamburger.status,.liveDashboard .list-results tbody thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger.status,.liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters tbody td.is-running span.i-hamburger,.liveDashboard .list-results tbody td.is-running thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters tbody td.is-pending span.i-hamburger,.liveDashboard .list-results tbody td.is-pending thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .w-filter-preset.w-filter-preset .filter-preset .dropdown .i-hamburger.dropdown-toggle:after,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .nav-page-grid .nav-page-content .block-filters .i-hamburger.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.dropdown-toggle:after,.liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .w-filter-preset.w-filter-preset .filter-preset .i-hamburger.filter,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .nav-page-grid .nav-page-content .block-filters .i-hamburger.filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.filter,.liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .form-label.status span.i-hamburger,.liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .status.status-log span.i-hamburger,.liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .status.status-report-item span.i-hamburger,.liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .double-list dd.status span.i-hamburger,.double-list .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters dd.status span.i-hamburger,.liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .double-list dt.status span.i-hamburger,.double-list .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters dt.status span.i-hamburger,.liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .w-cards-container .w-card .status.title span.i-hamburger,.w-cards-container .w-card .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .status.title span.i-hamburger,.liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .w-cards-container .w-card.centered .w-value .status.label span.i-hamburger,.w-cards-container .w-card.centered .w-value .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .status.label span.i-hamburger,.liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters tbody tr.sublist .status.title span.i-hamburger,.liveDashboard .list-results tbody tr.sublist thead .nav-page-grid .nav-page-content .block-filters .status.title span.i-hamburger,.liveDashboard .list-results thead .form-label.status .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .list-results thead .status.status-log .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .list-results thead .status.status-report-item .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .list-results thead .double-list dd.status .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list .liveDashboard .list-results thead dd.status .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .list-results thead .double-list dt.status .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list .liveDashboard .list-results thead dt.status .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .list-results thead .w-cards-container .w-card .status.title .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card .liveDashboard .list-results thead .status.title .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card.centered .w-value .liveDashboard .list-results thead .status.label .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .list-results thead tbody tr.sublist .status.title .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .list-results tbody tr.sublist thead .status.title .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.form-label.status .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.status.status-log .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.status.status-report-item .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list dd.status .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list dt.status .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card .status.title .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.list-results tbody tr.sublist .status.title .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .w-filters-selected label.status.small span.i-hamburger,.liveDashboard .list-results thead .w-filters-selected label.status.small .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-filters-selected label.status.small .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .w-filters-selected .status.btn-f-s span.i-hamburger,.liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-filters-selected .status.btn-f-s .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .sub-header .w-form label.i-hamburger,.liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .sub-header .w-double-list label.i-hamburger,.liveDashboard .list-results thead .sub-header .w-form .nav-page-grid .nav-page-content .block-filters label.i-hamburger,.liveDashboard .list-results thead .sub-header .w-double-list .nav-page-grid .nav-page-content .block-filters label.i-hamburger,.sub-header .w-form .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters label.i-hamburger,.sub-header .w-double-list .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters label.i-hamburger,.liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters button.i-hamburger:after,.block-filters .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters button.i-hamburger:after,.liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters select.i-hamburger:after,.block-filters .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters select.i-hamburger:after,.liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .form-auto-list .i-hamburger.form-auto-item.is-user-is-inactive,.liveDashboard .list-results thead .form-auto-list .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-inactive,.liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .form-auto-list .i-hamburger.form-auto-item.is-user-is-active,.liveDashboard .list-results thead .form-auto-list .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-active,.form-auto-list .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-active,.liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .list-results-header .status.title span.i-hamburger,.liveDashboard .list-results thead .list-results-header .status.title .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.list-results-header .status.title .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters tr span.i-hamburger,.liveDashboard .list-results thead tr .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.icon,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .w-dialog.plus .i-hamburger.dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.dialog-aside:after,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .w-toast .i-hamburger.toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.toast.plus:after,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .w-time-period .dropdown .w-selection .i-hamburger.btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.btn-period-clear:before,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .w-time-period .dropdown .w-selection .i-hamburger.btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.btn-filter:before,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .w-time-period .dropdown .w-selection .i-hamburger.btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.btn-period-edit:before,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.btn-filter:before,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .toggleWrapper input.mobileToggle+label.i-hamburger,.toggleWrapper .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters input.mobileToggle+label.i-hamburger,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters tbody span.i-hamburger.status,.liveDashboard ._account_api .list-results tbody thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger.status,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters tbody td.is-running span.i-hamburger,.liveDashboard ._account_api .list-results tbody td.is-running thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters tbody td.is-pending span.i-hamburger,.liveDashboard ._account_api .list-results tbody td.is-pending thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.icon,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.w-alert-banner:before,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.w-alert-banner:before,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.w-alert-banner:before,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .w-dialog.plus .i-hamburger.dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.dialog-aside:after,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .w-toast .i-hamburger.toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.toast.plus:after,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .w-time-period .dropdown .w-selection .i-hamburger.btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.btn-period-clear:before,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .w-time-period .dropdown .w-selection .i-hamburger.btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.btn-filter:before,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .w-time-period .dropdown .w-selection .i-hamburger.btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.btn-period-edit:before,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.btn-filter:before,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .toggleWrapper input.mobileToggle+label.i-hamburger,.toggleWrapper ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters input.mobileToggle+label.i-hamburger,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters tbody span.i-hamburger.status,._account_api .liveDashboard .list-results tbody thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger.status,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters tbody td.is-running span.i-hamburger,._account_api .liveDashboard .list-results tbody td.is-running thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters tbody td.is-pending span.i-hamburger,._account_api .liveDashboard .list-results tbody td.is-pending thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .w-filter-preset.w-filter-preset .filter-preset .dropdown .i-hamburger.dropdown-toggle:after,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .w-filter-preset.w-filter-preset .filter-preset .dropdown .i-hamburger.dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .nav-page-grid .nav-page-content .block-filters .i-hamburger.dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .nav-page-grid .nav-page-content .block-filters .i-hamburger.dropdown-toggle:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .w-filter-preset.w-filter-preset .filter-preset .i-hamburger.filter,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .w-filter-preset.w-filter-preset .filter-preset .i-hamburger.filter,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .nav-page-grid .nav-page-content .block-filters .i-hamburger.filter,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .nav-page-grid .nav-page-content .block-filters .i-hamburger.filter,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.filter,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .form-label.status span.i-hamburger,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .status.status-log span.i-hamburger,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .status.status-report-item span.i-hamburger,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .double-list dd.status span.i-hamburger,.double-list .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters dd.status span.i-hamburger,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .double-list dt.status span.i-hamburger,.double-list .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters dt.status span.i-hamburger,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .w-cards-container .w-card .status.title span.i-hamburger,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .status.title span.i-hamburger,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .w-cards-container .w-card.centered .w-value .status.label span.i-hamburger,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .status.label span.i-hamburger,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters tbody tr.sublist .status.title span.i-hamburger,.liveDashboard ._account_api .list-results tbody tr.sublist thead .nav-page-grid .nav-page-content .block-filters .status.title span.i-hamburger,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .form-label.status span.i-hamburger,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .status.status-log span.i-hamburger,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .status.status-report-item span.i-hamburger,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .double-list dd.status span.i-hamburger,.double-list ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters dd.status span.i-hamburger,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .double-list dt.status span.i-hamburger,.double-list ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters dt.status span.i-hamburger,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .w-cards-container .w-card .status.title span.i-hamburger,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .status.title span.i-hamburger,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .w-cards-container .w-card.centered .w-value .status.label span.i-hamburger,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .status.label span.i-hamburger,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters tbody tr.sublist .status.title span.i-hamburger,._account_api .liveDashboard .list-results tbody tr.sublist thead .nav-page-grid .nav-page-content .block-filters .status.title span.i-hamburger,.liveDashboard ._account_api .list-results thead .form-label.status .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead .status.status-log .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead .status.status-report-item .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead .double-list dd.status .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list .liveDashboard ._account_api .list-results thead dd.status .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead .double-list dt.status .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list .liveDashboard ._account_api .list-results thead dt.status .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead .form-label.status .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead .status.status-log .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead .status.status-report-item .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead .double-list dd.status .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list ._account_api .liveDashboard .list-results thead dd.status .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead .double-list dt.status .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list ._account_api .liveDashboard .list-results thead dt.status .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .form-label.status ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .status.status-log ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .status.status-report-item ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .double-list dd.status ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list .liveDashboard dd.status ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .double-list dt.status ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list .liveDashboard dt.status ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.form-label.status ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.status.status-log ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.status.status-report-item ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list dd.status ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list dt.status ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .w-filters-selected label.status.small span.i-hamburger,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .w-filters-selected label.status.small span.i-hamburger,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .w-filters-selected .status.btn-f-s span.i-hamburger,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .w-filters-selected .status.btn-f-s span.i-hamburger,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .sub-header .w-form label.i-hamburger,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .sub-header .w-double-list label.i-hamburger,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .sub-header .w-form label.i-hamburger,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .sub-header .w-double-list label.i-hamburger,.liveDashboard ._account_api .list-results thead .sub-header .w-form .nav-page-grid .nav-page-content .block-filters label.i-hamburger,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list .nav-page-grid .nav-page-content .block-filters label.i-hamburger,._account_api .liveDashboard .list-results thead .sub-header .w-form .nav-page-grid .nav-page-content .block-filters label.i-hamburger,._account_api .liveDashboard .list-results thead .sub-header .w-double-list .nav-page-grid .nav-page-content .block-filters label.i-hamburger,.liveDashboard .sub-header .w-form ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters label.i-hamburger,.liveDashboard .sub-header .w-double-list ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters label.i-hamburger,.sub-header .w-form ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters label.i-hamburger,.sub-header .w-double-list ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters label.i-hamburger,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters button.i-hamburger:after,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters button.i-hamburger:after,.liveDashboard .block-filters ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters button.i-hamburger:after,.block-filters ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters button.i-hamburger:after,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters select.i-hamburger:after,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters select.i-hamburger:after,.liveDashboard .block-filters ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters select.i-hamburger:after,.block-filters ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters select.i-hamburger:after,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .form-auto-list .i-hamburger.form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .form-auto-list .i-hamburger.form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .form-auto-list .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .form-auto-list .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-inactive,.liveDashboard .form-auto-list ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .form-auto-list .i-hamburger.form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .form-auto-list .i-hamburger.form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .form-auto-list .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .form-auto-list .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-active,.liveDashboard .form-auto-list ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-active,.form-auto-list ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .list-results-header .status.title span.i-hamburger,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .list-results-header .status.title span.i-hamburger,.liveDashboard ._account_api .list-results thead .list-results-header .status.title .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead .list-results-header .status.title .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .list-results-header .status.title ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.list-results-header .status.title ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters tr span.i-hamburger,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters tr span.i-hamburger,.liveDashboard ._account_api .list-results thead tr .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead tr .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.icon,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .w-dialog.plus .i-hamburger.dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.dialog-aside:after,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .w-toast .i-hamburger.toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.toast.plus:after,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .w-time-period .dropdown .w-selection .i-hamburger.btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.btn-period-clear:before,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .w-time-period .dropdown .w-selection .i-hamburger.btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.btn-filter:before,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .w-time-period .dropdown .w-selection .i-hamburger.btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.btn-period-edit:before,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.btn-filter:before,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .toggleWrapper input.mobileToggle+label.i-hamburger,.toggleWrapper .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters input.mobileToggle+label.i-hamburger,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters tbody span.i-hamburger.status,.liveDashboard ._account_api .list-results tbody thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger.status,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters tbody td.is-running span.i-hamburger,.liveDashboard ._account_api .list-results tbody td.is-running thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters tbody td.is-pending span.i-hamburger,.liveDashboard ._account_api .list-results tbody td.is-pending thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.icon,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.w-alert-banner:before,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.w-alert-banner:before,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.w-alert-banner:before,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .w-dialog.plus .i-hamburger.dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.dialog-aside:after,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .w-toast .i-hamburger.toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.toast.plus:after,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .w-time-period .dropdown .w-selection .i-hamburger.btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.btn-period-clear:before,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .w-time-period .dropdown .w-selection .i-hamburger.btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.btn-filter:before,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .w-time-period .dropdown .w-selection .i-hamburger.btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.btn-period-edit:before,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.btn-filter:before,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .toggleWrapper input.mobileToggle+label.i-hamburger,.toggleWrapper ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters input.mobileToggle+label.i-hamburger,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters tbody span.i-hamburger.status,._account_api .liveDashboard .list-results tbody thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger.status,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters tbody td.is-running span.i-hamburger,._account_api .liveDashboard .list-results tbody td.is-running thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters tbody td.is-pending span.i-hamburger,._account_api .liveDashboard .list-results tbody td.is-pending thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .w-filter-preset.w-filter-preset .filter-preset .dropdown .i-hamburger.dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .nav-page-grid .nav-page-content .block-filters .i-hamburger.dropdown-toggle:after,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .w-filter-preset.w-filter-preset .filter-preset .dropdown .i-hamburger.dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .nav-page-grid .nav-page-content .block-filters .i-hamburger.dropdown-toggle:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .w-filter-preset.w-filter-preset .filter-preset .i-hamburger.filter,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .nav-page-grid .nav-page-content .block-filters .i-hamburger.filter,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .w-filter-preset.w-filter-preset .filter-preset .i-hamburger.filter,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .nav-page-grid .nav-page-content .block-filters .i-hamburger.filter,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.filter,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .form-label.status span.i-hamburger,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .status.status-log span.i-hamburger,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .status.status-report-item span.i-hamburger,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .double-list dd.status span.i-hamburger,.double-list .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters dd.status span.i-hamburger,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .double-list dt.status span.i-hamburger,.double-list .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters dt.status span.i-hamburger,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .w-cards-container .w-card .status.title span.i-hamburger,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .status.title span.i-hamburger,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .w-cards-container .w-card.centered .w-value .status.label span.i-hamburger,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .status.label span.i-hamburger,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters tbody tr.sublist .status.title span.i-hamburger,.liveDashboard ._account_api .list-results tbody tr.sublist thead .nav-page-grid .nav-page-content .block-filters .status.title span.i-hamburger,.liveDashboard ._account_api .list-results thead .form-label.status .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead .status.status-log .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead .status.status-report-item .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead .double-list dd.status .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list .liveDashboard ._account_api .list-results thead dd.status .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead .double-list dt.status .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list .liveDashboard ._account_api .list-results thead dt.status .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .form-label.status span.i-hamburger,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .status.status-log span.i-hamburger,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .status.status-report-item span.i-hamburger,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .double-list dd.status span.i-hamburger,.double-list ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters dd.status span.i-hamburger,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .double-list dt.status span.i-hamburger,.double-list ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters dt.status span.i-hamburger,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .w-cards-container .w-card .status.title span.i-hamburger,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .status.title span.i-hamburger,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .w-cards-container .w-card.centered .w-value .status.label span.i-hamburger,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .status.label span.i-hamburger,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters tbody tr.sublist .status.title span.i-hamburger,._account_api .liveDashboard .list-results tbody tr.sublist thead .nav-page-grid .nav-page-content .block-filters .status.title span.i-hamburger,._account_api .liveDashboard .list-results thead .form-label.status .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead .status.status-log .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead .status.status-report-item .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead .double-list dd.status .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list ._account_api .liveDashboard .list-results thead dd.status .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead .double-list dt.status .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list ._account_api .liveDashboard .list-results thead dt.status .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .form-label.status ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .status.status-log ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .status.status-report-item ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .double-list dd.status ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list .liveDashboard dd.status ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .double-list dt.status ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list .liveDashboard dt.status ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.form-label.status ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.status.status-log ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.status.status-report-item ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list dd.status ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list dt.status ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .w-filters-selected label.status.small span.i-hamburger,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .w-filters-selected label.status.small span.i-hamburger,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .w-filters-selected .status.btn-f-s span.i-hamburger,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .w-filters-selected .status.btn-f-s span.i-hamburger,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .sub-header .w-form label.i-hamburger,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .sub-header .w-double-list label.i-hamburger,.liveDashboard ._account_api .list-results thead .sub-header .w-form .nav-page-grid .nav-page-content .block-filters label.i-hamburger,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list .nav-page-grid .nav-page-content .block-filters label.i-hamburger,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .sub-header .w-form label.i-hamburger,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .sub-header .w-double-list label.i-hamburger,._account_api .liveDashboard .list-results thead .sub-header .w-form .nav-page-grid .nav-page-content .block-filters label.i-hamburger,._account_api .liveDashboard .list-results thead .sub-header .w-double-list .nav-page-grid .nav-page-content .block-filters label.i-hamburger,.liveDashboard .sub-header .w-form ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters label.i-hamburger,.liveDashboard .sub-header .w-double-list ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters label.i-hamburger,.sub-header .w-form ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters label.i-hamburger,.sub-header .w-double-list ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters label.i-hamburger,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters button.i-hamburger:after,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters button.i-hamburger:after,.liveDashboard .block-filters ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters button.i-hamburger:after,.block-filters ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters button.i-hamburger:after,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters select.i-hamburger:after,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters select.i-hamburger:after,.liveDashboard .block-filters ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters select.i-hamburger:after,.block-filters ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters select.i-hamburger:after,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .form-auto-list .i-hamburger.form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .form-auto-list .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .form-auto-list .i-hamburger.form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .form-auto-list .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-inactive,.liveDashboard .form-auto-list ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .form-auto-list .i-hamburger.form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .form-auto-list .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .form-auto-list .i-hamburger.form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .form-auto-list .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-active,.liveDashboard .form-auto-list ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-active,.form-auto-list ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .list-results-header .status.title span.i-hamburger,.liveDashboard ._account_api .list-results thead .list-results-header .status.title .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .list-results-header .status.title span.i-hamburger,._account_api .liveDashboard .list-results thead .list-results-header .status.title .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .list-results-header .status.title ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.list-results-header .status.title ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters tr span.i-hamburger,.liveDashboard ._account_api .list-results thead tr .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters tr span.i-hamburger,._account_api .liveDashboard .list-results thead tr .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.dropdown-toggle:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.filter,._account_api .form-label.status .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .status.status-log .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .status.status-report-item .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .double-list dd.status .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list ._account_api dd.status .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .double-list dt.status .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list ._account_api dt.status .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.form-label.status .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.status.status-log .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.status.status-report-item .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list dd.status .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list dt.status .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .sub-header .w-form .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters label.i-hamburger,._account_api .sub-header .w-double-list .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters label.i-hamburger,.sub-header .w-form .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters label.i-hamburger,.sub-header .w-double-list .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters label.i-hamburger,._account_api .block-filters .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters button.i-hamburger:after,.block-filters .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters button.i-hamburger:after,._account_api .block-filters .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters select.i-hamburger:after,.block-filters .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters select.i-hamburger:after,._account_api .form-auto-list .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-inactive,._account_api .form-auto-list .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-active,.form-auto-list .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-active,._account_api .list-results-header .status.title .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.list-results-header .status.title .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .i-hamburger.dropdown-toggle:after,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .nav-page-grid .nav-page-content .block-filters .i-hamburger.dropdown-toggle:after,.nav-page-grid .nav-page-content .block-filters .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .i-hamburger.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.dropdown-toggle:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .i-hamburger.filter,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .nav-page-grid .nav-page-content .block-filters .i-hamburger.filter,.nav-page-grid .nav-page-content .block-filters .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .i-hamburger.filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.filter,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .form-label.status span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .status.status-log span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .status.status-report-item span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .double-list dd.status span.i-hamburger,.double-list .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead dd.status span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .double-list dt.status span.i-hamburger,.double-list .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead dt.status span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .w-cards-container .w-card .status.title span.i-hamburger,.w-cards-container .w-card .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .status.title span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.i-hamburger,.w-cards-container .w-card.centered .w-value .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .status.label span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead tbody tr.sublist .status.title span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results tbody tr.sublist thead .status.title span.i-hamburger,.liveDashboard .list-results thead .form-label.status .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .list-results thead .status.status-log .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .list-results thead .status.status-report-item .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .list-results thead .double-list dd.status .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list .liveDashboard .list-results thead dd.status .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .list-results thead .double-list dt.status .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list .liveDashboard .list-results thead dt.status .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .list-results thead .w-cards-container .w-card .status.title .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card .liveDashboard .list-results thead .status.title .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card.centered .w-value .liveDashboard .list-results thead .status.label .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .list-results thead tbody tr.sublist .status.title .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .list-results tbody tr.sublist thead .status.title .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .form-label.status .liveDashboard .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .status.status-log .liveDashboard .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .status.status-report-item .liveDashboard .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .double-list dd.status .liveDashboard .list-results thead span.i-hamburger,.double-list .nav-page-grid .nav-page-content .block-filters dd.status .liveDashboard .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .double-list dt.status .liveDashboard .list-results thead span.i-hamburger,.double-list .nav-page-grid .nav-page-content .block-filters dt.status .liveDashboard .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .w-cards-container .w-card .status.title .liveDashboard .list-results thead span.i-hamburger,.w-cards-container .w-card .nav-page-grid .nav-page-content .block-filters .status.title .liveDashboard .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.i-hamburger,.w-cards-container .w-card.centered .w-value .nav-page-grid .nav-page-content .block-filters .status.label .liveDashboard .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.i-hamburger,.list-results tbody tr.sublist .nav-page-grid .nav-page-content .block-filters .status.title .liveDashboard .list-results thead span.i-hamburger,.form-label.status .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.status.status-log .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.status.status-report-item .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list dd.status .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list dt.status .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card .status.title .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.list-results tbody tr.sublist .status.title .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .w-filters-selected label.status.small span.i-hamburger,.liveDashboard .list-results thead .w-filters-selected label.status.small .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .w-filters-selected label.status.small .liveDashboard .list-results thead span.i-hamburger,.w-filters-selected label.status.small .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.i-hamburger,.liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.i-hamburger,.w-filters-selected .status.btn-f-s .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .sub-header .w-form label.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .sub-header .w-double-list label.i-hamburger,.liveDashboard .list-results thead .sub-header .w-form .nav-page-grid .nav-page-content .block-filters label.i-hamburger,.liveDashboard .list-results thead .sub-header .w-double-list .nav-page-grid .nav-page-content .block-filters label.i-hamburger,.nav-page-grid .nav-page-content .block-filters .sub-header .w-form .liveDashboard .list-results thead label.i-hamburger,.nav-page-grid .nav-page-content .block-filters .sub-header .w-double-list .liveDashboard .list-results thead label.i-hamburger,.sub-header .w-form .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters label.i-hamburger,.sub-header .w-double-list .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters label.i-hamburger,.nav-page-grid .nav-page-content .liveDashboard .list-results thead .block-filters button.i-hamburger:after,.liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters button.i-hamburger:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead button.i-hamburger:after,.nav-page-grid .nav-page-content .liveDashboard .list-results thead .block-filters select.i-hamburger:after,.liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters select.i-hamburger:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead select.i-hamburger:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .form-auto-list .i-hamburger.form-auto-item.is-user-is-inactive,.liveDashboard .list-results thead .form-auto-list .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-inactive,.nav-page-grid .nav-page-content .block-filters .form-auto-list .liveDashboard .list-results thead .i-hamburger.form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-inactive,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .form-auto-list .i-hamburger.form-auto-item.is-user-is-active,.liveDashboard .list-results thead .form-auto-list .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-active,.nav-page-grid .nav-page-content .block-filters .form-auto-list .liveDashboard .list-results thead .i-hamburger.form-auto-item.is-user-is-active,.form-auto-list .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-active,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .list-results-header .status.title span.i-hamburger,.liveDashboard .list-results thead .list-results-header .status.title .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .list-results-header .status.title .liveDashboard .list-results thead span.i-hamburger,.list-results-header .status.title .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead tr span.i-hamburger,.liveDashboard .list-results thead tr .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.icon,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.w-alert-banner:before,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .i-hamburger.w-alert-banner:before,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.w-alert-banner:before,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.w-alert-banner:before,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .w-dialog.plus .i-hamburger.dialog-aside:after,.w-dialog.plus .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.dialog-aside:after,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .w-toast .i-hamburger.toast.plus:after,.w-toast .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.toast.plus:after,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .w-time-period .dropdown .w-selection .i-hamburger.btn-period-clear:before,.w-time-period .dropdown .w-selection .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.btn-period-clear:before,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .w-time-period .dropdown .w-selection .i-hamburger.btn-filter:before,.w-time-period .dropdown .w-selection .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.btn-filter:before,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .w-time-period .dropdown .w-selection .i-hamburger.btn-period-edit:before,.w-time-period .dropdown .w-selection .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.btn-period-edit:before,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.btn-filter:before,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .toggleWrapper input.mobileToggle+label.i-hamburger,.toggleWrapper .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead input.mobileToggle+label.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead tbody span.i-hamburger.status,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results tbody thead span.i-hamburger.status,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead tbody td.is-running span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results tbody td.is-running thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead tbody td.is-pending span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results tbody td.is-pending thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .i-hamburger.icon,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .i-hamburger.w-alert-banner:before,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .i-hamburger.w-alert-banner:before,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .i-hamburger.w-alert-banner:before,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .w-dialog.plus .i-hamburger.dialog-aside:after,.w-dialog.plus .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .i-hamburger.dialog-aside:after,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .w-toast .i-hamburger.toast.plus:after,.w-toast .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .i-hamburger.toast.plus:after,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .i-hamburger.btn-period-clear:before,.w-time-period .dropdown .w-selection .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .i-hamburger.btn-period-clear:before,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .i-hamburger.btn-filter:before,.w-time-period .dropdown .w-selection .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .i-hamburger.btn-filter:before,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .i-hamburger.btn-period-edit:before,.w-time-period .dropdown .w-selection .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .i-hamburger.btn-period-edit:before,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .i-hamburger.btn-filter:before,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.i-hamburger,.toggleWrapper .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead input.mobileToggle+label.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead tbody span.i-hamburger.status,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results tbody thead span.i-hamburger.status,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead tbody td.is-running span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results tbody td.is-running thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead tbody td.is-pending span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results tbody td.is-pending thead span.i-hamburger,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.icon,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.w-alert-banner:before,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.w-alert-banner:before,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.w-alert-banner:before,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .w-dialog.plus .i-hamburger.dialog-aside:after,.w-dialog.plus .liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.dialog-aside:after,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .w-toast .i-hamburger.toast.plus:after,.w-toast .liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.toast.plus:after,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .w-time-period .dropdown .w-selection .i-hamburger.btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.btn-period-clear:before,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .w-time-period .dropdown .w-selection .i-hamburger.btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.btn-filter:before,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .w-time-period .dropdown .w-selection .i-hamburger.btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.btn-period-edit:before,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.btn-filter:before,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .toggleWrapper input.mobileToggle+label.i-hamburger,.toggleWrapper .liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead input.mobileToggle+label.i-hamburger,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead tbody span.i-hamburger.status,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results tbody thead span.i-hamburger.status,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead tbody td.is-running span.i-hamburger,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results tbody td.is-running thead span.i-hamburger,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead tbody td.is-pending span.i-hamburger,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results tbody td.is-pending thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .i-hamburger.dropdown-toggle:after,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .i-hamburger.dropdown-toggle:after,.nav-page-grid .nav-page-content .block-filters ._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .i-hamburger.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.dropdown-toggle:after,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .i-hamburger.filter,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .i-hamburger.filter,.nav-page-grid .nav-page-content .block-filters ._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .i-hamburger.filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.filter,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .form-label.status span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .status.status-log span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .status.status-report-item span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .double-list dd.status span.i-hamburger,.double-list .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead dd.status span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .double-list dt.status span.i-hamburger,.double-list .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead dt.status span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span.i-hamburger,.w-cards-container .w-card .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .status.title span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.i-hamburger,.w-cards-container .w-card.centered .w-value .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .status.label span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span.i-hamburger,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .form-label.status span.i-hamburger,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .status.status-log span.i-hamburger,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .status.status-report-item span.i-hamburger,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .double-list dd.status span.i-hamburger,.double-list .liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead dd.status span.i-hamburger,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .double-list dt.status span.i-hamburger,.double-list .liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead dt.status span.i-hamburger,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .w-cards-container .w-card .status.title span.i-hamburger,.w-cards-container .w-card .liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .status.title span.i-hamburger,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.i-hamburger,.w-cards-container .w-card.centered .w-value .liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .status.label span.i-hamburger,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead tbody tr.sublist .status.title span.i-hamburger,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results tbody tr.sublist thead .status.title span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .form-label.status .liveDashboard .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .status.status-log .liveDashboard .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .status.status-report-item .liveDashboard .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .double-list dd.status .liveDashboard .list-results thead span.i-hamburger,.double-list .nav-page-grid .nav-page-content .block-filters ._account_api dd.status .liveDashboard .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .double-list dt.status .liveDashboard .list-results thead span.i-hamburger,.double-list .nav-page-grid .nav-page-content .block-filters ._account_api dt.status .liveDashboard .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span.i-hamburger,.w-cards-container .w-card .nav-page-grid .nav-page-content .block-filters ._account_api .status.title .liveDashboard .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.i-hamburger,.w-cards-container .w-card.centered .w-value .nav-page-grid .nav-page-content .block-filters ._account_api .status.label .liveDashboard .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.i-hamburger,.list-results tbody tr.sublist .nav-page-grid .nav-page-content .block-filters ._account_api .status.title .liveDashboard .list-results thead span.i-hamburger,.form-label.status .liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-hamburger,.status.status-log .liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-hamburger,.status.status-report-item .liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-hamburger,.double-list dd.status .liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-hamburger,.double-list dt.status .liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-hamburger,.w-cards-container .w-card .status.title .liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-hamburger,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-hamburger,.list-results tbody tr.sublist .status.title .liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span.i-hamburger,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .w-filters-selected label.status.small span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span.i-hamburger,.w-filters-selected label.status.small .liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.i-hamburger,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .w-filters-selected .status.btn-f-s span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.i-hamburger,.w-filters-selected .status.btn-f-s .liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .sub-header .w-form label.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .sub-header .w-double-list label.i-hamburger,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .sub-header .w-form label.i-hamburger,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .sub-header .w-double-list label.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .sub-header .w-form .liveDashboard .list-results thead label.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .sub-header .w-double-list .liveDashboard .list-results thead label.i-hamburger,.sub-header .w-form .liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead label.i-hamburger,.sub-header .w-double-list .liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead label.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .block-filters button.i-hamburger:after,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .block-filters button.i-hamburger:after,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead button.i-hamburger:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead button.i-hamburger:after,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .block-filters select.i-hamburger:after,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .block-filters select.i-hamburger:after,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead select.i-hamburger:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead select.i-hamburger:after,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .form-auto-list .i-hamburger.form-auto-item.is-user-is-inactive,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .form-auto-list .i-hamburger.form-auto-item.is-user-is-inactive,.nav-page-grid .nav-page-content .block-filters ._account_api .form-auto-list .liveDashboard .list-results thead .i-hamburger.form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.form-auto-item.is-user-is-inactive,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .form-auto-list .i-hamburger.form-auto-item.is-user-is-active,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .form-auto-list .i-hamburger.form-auto-item.is-user-is-active,.nav-page-grid .nav-page-content .block-filters ._account_api .form-auto-list .liveDashboard .list-results thead .i-hamburger.form-auto-item.is-user-is-active,.form-auto-list .liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.form-auto-item.is-user-is-active,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .list-results-header .status.title span.i-hamburger,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .list-results-header .status.title span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results-header .status.title .liveDashboard .list-results thead span.i-hamburger,.list-results-header .status.title .liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead tr span.i-hamburger,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead tr span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.icon,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.w-alert-banner:before,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .i-hamburger.w-alert-banner:before,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.w-alert-banner:before,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.w-alert-banner:before,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .w-dialog.plus .i-hamburger.dialog-aside:after,.w-dialog.plus .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.dialog-aside:after,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .w-toast .i-hamburger.toast.plus:after,.w-toast .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.toast.plus:after,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .w-time-period .dropdown .w-selection .i-hamburger.btn-period-clear:before,.w-time-period .dropdown .w-selection .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.btn-period-clear:before,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .w-time-period .dropdown .w-selection .i-hamburger.btn-filter:before,.w-time-period .dropdown .w-selection .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.btn-filter:before,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .w-time-period .dropdown .w-selection .i-hamburger.btn-period-edit:before,.w-time-period .dropdown .w-selection .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.btn-period-edit:before,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.btn-filter:before,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .toggleWrapper input.mobileToggle+label.i-hamburger,.toggleWrapper .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead input.mobileToggle+label.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead tbody span.i-hamburger.status,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results tbody thead span.i-hamburger.status,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead tbody td.is-running span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results tbody td.is-running thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead tbody td.is-pending span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results tbody td.is-pending thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .i-hamburger.dropdown-toggle:after,.nav-page-grid .nav-page-content .block-filters .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .i-hamburger.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.dropdown-toggle:after,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .i-hamburger.filter,.nav-page-grid .nav-page-content .block-filters .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .i-hamburger.filter,.w-filter-preset.w-filter-preset .filter-preset .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.filter,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .form-label.status span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .status.status-log span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .status.status-report-item span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .double-list dd.status span.i-hamburger,.double-list .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead dd.status span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .double-list dt.status span.i-hamburger,.double-list .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead dt.status span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .w-cards-container .w-card .status.title span.i-hamburger,.w-cards-container .w-card .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .status.title span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.i-hamburger,.w-cards-container .w-card.centered .w-value .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .status.label span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead tbody tr.sublist .status.title span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results tbody tr.sublist thead .status.title span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .form-label.status ._account_api .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .status.status-log ._account_api .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .status.status-report-item ._account_api .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .double-list dd.status ._account_api .list-results thead span.i-hamburger,.double-list .nav-page-grid .nav-page-content .block-filters dd.status ._account_api .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .double-list dt.status ._account_api .list-results thead span.i-hamburger,.double-list .nav-page-grid .nav-page-content .block-filters dt.status ._account_api .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .w-cards-container .w-card .status.title ._account_api .list-results thead span.i-hamburger,.w-cards-container .w-card .nav-page-grid .nav-page-content .block-filters .status.title ._account_api .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.i-hamburger,.w-cards-container .w-card.centered .w-value .nav-page-grid .nav-page-content .block-filters .status.label ._account_api .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .list-results tbody tr.sublist .status.title ._account_api .list-results thead span.i-hamburger,.list-results tbody tr.sublist .nav-page-grid .nav-page-content .block-filters .status.title ._account_api .list-results thead span.i-hamburger,.form-label.status .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-hamburger,.status.status-log .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-hamburger,.status.status-report-item .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-hamburger,.double-list dd.status .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-hamburger,.double-list dt.status .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-hamburger,.w-cards-container .w-card .status.title .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-hamburger,.w-cards-container .w-card.centered .w-value .status.label .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-hamburger,.list-results tbody tr.sublist .status.title .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .w-filters-selected label.status.small span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .w-filters-selected label.status.small ._account_api .list-results thead span.i-hamburger,.w-filters-selected label.status.small .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .w-filters-selected .status.btn-f-s span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .w-filters-selected .status.btn-f-s ._account_api .list-results thead span.i-hamburger,.w-filters-selected .status.btn-f-s .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .sub-header .w-form label.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .sub-header .w-double-list label.i-hamburger,.nav-page-grid .nav-page-content .block-filters .sub-header .w-form ._account_api .list-results thead label.i-hamburger,.nav-page-grid .nav-page-content .block-filters .sub-header .w-double-list ._account_api .list-results thead label.i-hamburger,.sub-header .w-form .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead label.i-hamburger,.sub-header .w-double-list .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead label.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .block-filters button.i-hamburger:after,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead button.i-hamburger:after,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .block-filters select.i-hamburger:after,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead select.i-hamburger:after,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .form-auto-list .i-hamburger.form-auto-item.is-user-is-inactive,.nav-page-grid .nav-page-content .block-filters .form-auto-list ._account_api .list-results thead .i-hamburger.form-auto-item.is-user-is-inactive,.form-auto-list .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.form-auto-item.is-user-is-inactive,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .form-auto-list .i-hamburger.form-auto-item.is-user-is-active,.nav-page-grid .nav-page-content .block-filters .form-auto-list ._account_api .list-results thead .i-hamburger.form-auto-item.is-user-is-active,.form-auto-list .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.form-auto-item.is-user-is-active,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .list-results-header .status.title span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .list-results-header .status.title ._account_api .list-results thead span.i-hamburger,.list-results-header .status.title .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead tr span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .i-hamburger.icon,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .i-hamburger.w-alert-banner:before,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .i-hamburger.w-alert-banner:before,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .i-hamburger.w-alert-banner:before,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .w-dialog.plus .i-hamburger.dialog-aside:after,.w-dialog.plus .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .i-hamburger.dialog-aside:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .w-toast .i-hamburger.toast.plus:after,.w-toast .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .i-hamburger.toast.plus:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .i-hamburger.btn-period-clear:before,.w-time-period .dropdown .w-selection .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .i-hamburger.btn-period-clear:before,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .i-hamburger.btn-filter:before,.w-time-period .dropdown .w-selection .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .i-hamburger.btn-filter:before,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .i-hamburger.btn-period-edit:before,.w-time-period .dropdown .w-selection .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .i-hamburger.btn-period-edit:before,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .i-hamburger.btn-filter:before,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label.i-hamburger,.toggleWrapper .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead input.mobileToggle+label.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead tbody span.i-hamburger.status,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results tbody thead span.i-hamburger.status,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead tbody td.is-running span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results tbody td.is-running thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead tbody td.is-pending span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results tbody td.is-pending thead span.i-hamburger,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.icon,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.w-alert-banner:before,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.w-alert-banner:before,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.w-alert-banner:before,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .w-dialog.plus .i-hamburger.dialog-aside:after,.w-dialog.plus .liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.dialog-aside:after,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .w-toast .i-hamburger.toast.plus:after,.w-toast .liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.toast.plus:after,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .w-time-period .dropdown .w-selection .i-hamburger.btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.btn-period-clear:before,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .w-time-period .dropdown .w-selection .i-hamburger.btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.btn-filter:before,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .w-time-period .dropdown .w-selection .i-hamburger.btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.btn-period-edit:before,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.btn-filter:before,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .toggleWrapper input.mobileToggle+label.i-hamburger,.toggleWrapper .liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead input.mobileToggle+label.i-hamburger,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead tbody span.i-hamburger.status,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results tbody thead span.i-hamburger.status,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead tbody td.is-running span.i-hamburger,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results tbody td.is-running thead span.i-hamburger,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead tbody td.is-pending span.i-hamburger,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results tbody td.is-pending thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .i-hamburger.icon,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .i-hamburger.w-alert-banner:before,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .i-hamburger.w-alert-banner:before,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .i-hamburger.w-alert-banner:before,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .w-dialog.plus .i-hamburger.dialog-aside:after,.w-dialog.plus .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .i-hamburger.dialog-aside:after,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .w-toast .i-hamburger.toast.plus:after,.w-toast .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .i-hamburger.toast.plus:after,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .i-hamburger.btn-period-clear:before,.w-time-period .dropdown .w-selection .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .i-hamburger.btn-period-clear:before,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .i-hamburger.btn-filter:before,.w-time-period .dropdown .w-selection .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .i-hamburger.btn-filter:before,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .i-hamburger.btn-period-edit:before,.w-time-period .dropdown .w-selection .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .i-hamburger.btn-period-edit:before,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .i-hamburger.btn-filter:before,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.i-hamburger,.toggleWrapper .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead input.mobileToggle+label.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead tbody span.i-hamburger.status,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results tbody thead span.i-hamburger.status,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead tbody td.is-running span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results tbody td.is-running thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead tbody td.is-pending span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results tbody td.is-pending thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .i-hamburger.dropdown-toggle:after,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .i-hamburger.dropdown-toggle:after,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .i-hamburger.dropdown-toggle:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .i-hamburger.dropdown-toggle:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.dropdown-toggle:after,.nav-page-grid .nav-page-content .block-filters .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .i-hamburger.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .i-hamburger.dropdown-toggle:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .i-hamburger.filter,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .i-hamburger.filter,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .i-hamburger.filter,.nav-page-grid .nav-page-content .block-filters .liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .i-hamburger.filter,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.filter,.nav-page-grid .nav-page-content .block-filters .w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .i-hamburger.filter,.w-filter-preset.w-filter-preset .filter-preset .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .i-hamburger.filter,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .form-label.status span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .status.status-log span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .status.status-report-item span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .double-list dd.status span.i-hamburger,.double-list .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead dd.status span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .double-list dt.status span.i-hamburger,.double-list .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead dt.status span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span.i-hamburger,.w-cards-container .w-card .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .status.title span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.i-hamburger,.w-cards-container .w-card.centered .w-value .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .status.label span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span.i-hamburger,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .form-label.status span.i-hamburger,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .status.status-log span.i-hamburger,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .status.status-report-item span.i-hamburger,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .double-list dd.status span.i-hamburger,.double-list .liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead dd.status span.i-hamburger,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .double-list dt.status span.i-hamburger,.double-list .liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead dt.status span.i-hamburger,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .w-cards-container .w-card .status.title span.i-hamburger,.w-cards-container .w-card .liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .status.title span.i-hamburger,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.i-hamburger,.w-cards-container .w-card.centered .w-value .liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .status.label span.i-hamburger,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead tbody tr.sublist .status.title span.i-hamburger,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results tbody tr.sublist thead .status.title span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .form-label.status span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .status.status-log span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .status.status-report-item span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .double-list dd.status span.i-hamburger,.double-list .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead dd.status span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .double-list dt.status span.i-hamburger,.double-list .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead dt.status span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span.i-hamburger,.w-cards-container .w-card .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .status.title span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.i-hamburger,.w-cards-container .w-card.centered .w-value .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .status.label span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard .form-label.status ._account_api .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard .status.status-log ._account_api .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard .status.status-report-item ._account_api .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard .double-list dd.status ._account_api .list-results thead span.i-hamburger,.double-list .nav-page-grid .nav-page-content .block-filters .liveDashboard dd.status ._account_api .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard .double-list dt.status ._account_api .list-results thead span.i-hamburger,.double-list .nav-page-grid .nav-page-content .block-filters .liveDashboard dt.status ._account_api .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span.i-hamburger,.w-cards-container .w-card .nav-page-grid .nav-page-content .block-filters .liveDashboard .status.title ._account_api .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.i-hamburger,.w-cards-container .w-card.centered .w-value .nav-page-grid .nav-page-content .block-filters .liveDashboard .status.label ._account_api .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span.i-hamburger,.list-results tbody tr.sublist .nav-page-grid .nav-page-content .block-filters .liveDashboard .status.title ._account_api .list-results thead span.i-hamburger,.liveDashboard .form-label.status .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-hamburger,.liveDashboard .status.status-log .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-hamburger,.liveDashboard .status.status-report-item .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-hamburger,.liveDashboard .double-list dd.status .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-hamburger,.double-list .liveDashboard dd.status .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-hamburger,.liveDashboard .double-list dt.status .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-hamburger,.double-list .liveDashboard dt.status .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-hamburger,.liveDashboard .w-cards-container .w-card .status.title .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-hamburger,.w-cards-container .w-card .liveDashboard .status.title .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-hamburger,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-hamburger,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-hamburger,.liveDashboard .list-results tbody tr.sublist .status.title .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-hamburger,.list-results tbody tr.sublist .liveDashboard .status.title .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .form-label.status ._account_api .liveDashboard .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .status.status-log ._account_api .liveDashboard .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .status.status-report-item ._account_api .liveDashboard .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .double-list dd.status ._account_api .liveDashboard .list-results thead span.i-hamburger,.double-list .nav-page-grid .nav-page-content .block-filters dd.status ._account_api .liveDashboard .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .double-list dt.status ._account_api .liveDashboard .list-results thead span.i-hamburger,.double-list .nav-page-grid .nav-page-content .block-filters dt.status ._account_api .liveDashboard .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead span.i-hamburger,.w-cards-container .w-card .nav-page-grid .nav-page-content .block-filters .status.title ._account_api .liveDashboard .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead span.i-hamburger,.w-cards-container .w-card.centered .w-value .nav-page-grid .nav-page-content .block-filters .status.label ._account_api .liveDashboard .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead span.i-hamburger,.list-results tbody tr.sublist .nav-page-grid .nav-page-content .block-filters .status.title ._account_api .liveDashboard .list-results thead span.i-hamburger,.form-label.status .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead span.i-hamburger,.status.status-log .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead span.i-hamburger,.status.status-report-item .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead span.i-hamburger,.double-list dd.status .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead span.i-hamburger,.double-list dt.status .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead span.i-hamburger,.w-cards-container .w-card .status.title .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead span.i-hamburger,.w-cards-container .w-card.centered .w-value .status.label .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead span.i-hamburger,.list-results tbody tr.sublist .status.title .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span.i-hamburger,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .w-filters-selected label.status.small span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span.i-hamburger,.liveDashboard .w-filters-selected label.status.small .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead span.i-hamburger,.w-filters-selected label.status.small .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span.i-hamburger,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .w-filters-selected .status.btn-f-s span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span.i-hamburger,.liveDashboard .w-filters-selected .status.btn-f-s .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead span.i-hamburger,.w-filters-selected .status.btn-f-s .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .sub-header .w-form label.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .sub-header .w-double-list label.i-hamburger,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .sub-header .w-form label.i-hamburger,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .sub-header .w-double-list label.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .sub-header .w-form label.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .sub-header .w-double-list label.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard .sub-header .w-form ._account_api .list-results thead label.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard .sub-header .w-double-list ._account_api .list-results thead label.i-hamburger,.liveDashboard .sub-header .w-form .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead label.i-hamburger,.liveDashboard .sub-header .w-double-list .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead label.i-hamburger,.nav-page-grid .nav-page-content .block-filters .sub-header .w-form ._account_api .liveDashboard .list-results thead label.i-hamburger,.nav-page-grid .nav-page-content .block-filters .sub-header .w-double-list ._account_api .liveDashboard .list-results thead label.i-hamburger,.sub-header .w-form .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead label.i-hamburger,.sub-header .w-double-list .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead label.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .block-filters button.i-hamburger:after,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .block-filters button.i-hamburger:after,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .block-filters button.i-hamburger:after,.nav-page-grid .nav-page-content .liveDashboard .block-filters ._account_api .list-results thead button.i-hamburger:after,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead button.i-hamburger:after,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead button.i-hamburger:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .block-filters select.i-hamburger:after,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .block-filters select.i-hamburger:after,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .block-filters select.i-hamburger:after,.nav-page-grid .nav-page-content .liveDashboard .block-filters ._account_api .list-results thead select.i-hamburger:after,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead select.i-hamburger:after,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead select.i-hamburger:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .form-auto-list .i-hamburger.form-auto-item.is-user-is-inactive,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .form-auto-list .i-hamburger.form-auto-item.is-user-is-inactive,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .form-auto-list .i-hamburger.form-auto-item.is-user-is-inactive,.nav-page-grid .nav-page-content .block-filters .liveDashboard .form-auto-list ._account_api .list-results thead .i-hamburger.form-auto-item.is-user-is-inactive,.liveDashboard .form-auto-list .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.form-auto-item.is-user-is-inactive,.nav-page-grid .nav-page-content .block-filters .form-auto-list ._account_api .liveDashboard .list-results thead .i-hamburger.form-auto-item.is-user-is-inactive,.form-auto-list .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .i-hamburger.form-auto-item.is-user-is-inactive,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .form-auto-list .i-hamburger.form-auto-item.is-user-is-active,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .form-auto-list .i-hamburger.form-auto-item.is-user-is-active,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .form-auto-list .i-hamburger.form-auto-item.is-user-is-active,.nav-page-grid .nav-page-content .block-filters .liveDashboard .form-auto-list ._account_api .list-results thead .i-hamburger.form-auto-item.is-user-is-active,.liveDashboard .form-auto-list .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.form-auto-item.is-user-is-active,.nav-page-grid .nav-page-content .block-filters .form-auto-list ._account_api .liveDashboard .list-results thead .i-hamburger.form-auto-item.is-user-is-active,.form-auto-list .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .i-hamburger.form-auto-item.is-user-is-active,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .list-results-header .status.title span.i-hamburger,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .list-results-header .status.title span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .list-results-header .status.title span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results-header .status.title ._account_api .list-results thead span.i-hamburger,.liveDashboard .list-results-header .status.title .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .list-results-header .status.title ._account_api .liveDashboard .list-results thead span.i-hamburger,.list-results-header .status.title .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead tr span.i-hamburger,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead tr span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead tr span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .i-hamburger.dropdown-toggle:after,.nav-page-grid .nav-page-content .block-filters .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .i-hamburger.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.dropdown-toggle:after,.nav-page-grid .nav-page-content .block-filters ._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .i-hamburger.filter,.nav-page-grid .nav-page-content .block-filters .w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .i-hamburger.filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.filter,.nav-page-grid .nav-page-content .block-filters ._account_api .form-label.status .liveDashboard .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .status.status-log .liveDashboard .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .status.status-report-item .liveDashboard .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .double-list dd.status .liveDashboard .list-results thead span.i-hamburger,.double-list .nav-page-grid .nav-page-content .block-filters ._account_api dd.status .liveDashboard .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .double-list dt.status .liveDashboard .list-results thead span.i-hamburger,.double-list .nav-page-grid .nav-page-content .block-filters ._account_api dt.status .liveDashboard .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span.i-hamburger,.w-cards-container .w-card .nav-page-grid .nav-page-content .block-filters ._account_api .status.title .liveDashboard .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.i-hamburger,.w-cards-container .w-card.centered .w-value .nav-page-grid .nav-page-content .block-filters ._account_api .status.label .liveDashboard .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.i-hamburger,.list-results tbody tr.sublist .nav-page-grid .nav-page-content .block-filters ._account_api .status.title .liveDashboard .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .form-label.status .liveDashboard ._account_api .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .status.status-log .liveDashboard ._account_api .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .status.status-report-item .liveDashboard ._account_api .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .double-list dd.status .liveDashboard ._account_api .list-results thead span.i-hamburger,.double-list .nav-page-grid .nav-page-content .block-filters dd.status .liveDashboard ._account_api .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .double-list dt.status .liveDashboard ._account_api .list-results thead span.i-hamburger,.double-list .nav-page-grid .nav-page-content .block-filters dt.status .liveDashboard ._account_api .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead span.i-hamburger,.w-cards-container .w-card .nav-page-grid .nav-page-content .block-filters .status.title .liveDashboard ._account_api .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead span.i-hamburger,.w-cards-container .w-card.centered .w-value .nav-page-grid .nav-page-content .block-filters .status.label .liveDashboard ._account_api .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead span.i-hamburger,.list-results tbody tr.sublist .nav-page-grid .nav-page-content .block-filters .status.title .liveDashboard ._account_api .list-results thead span.i-hamburger,.form-label.status .liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-hamburger,.status.status-log .liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-hamburger,.status.status-report-item .liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-hamburger,.double-list dd.status .liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-hamburger,.double-list dt.status .liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-hamburger,.w-cards-container .w-card .status.title .liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-hamburger,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-hamburger,.list-results tbody tr.sublist .status.title .liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead span.i-hamburger,.w-filters-selected label.status.small .liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead span.i-hamburger,.w-filters-selected .status.btn-f-s .liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .sub-header .w-form .liveDashboard .list-results thead label.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .sub-header .w-double-list .liveDashboard .list-results thead label.i-hamburger,.nav-page-grid .nav-page-content .block-filters .sub-header .w-form .liveDashboard ._account_api .list-results thead label.i-hamburger,.nav-page-grid .nav-page-content .block-filters .sub-header .w-double-list .liveDashboard ._account_api .list-results thead label.i-hamburger,.sub-header .w-form .liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead label.i-hamburger,.sub-header .w-double-list .liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead label.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .block-filters .liveDashboard .list-results thead button.i-hamburger:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead button.i-hamburger:after,.nav-page-grid .nav-page-content .block-filters ._account_api .block-filters .liveDashboard .list-results thead select.i-hamburger:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead select.i-hamburger:after,.nav-page-grid .nav-page-content .block-filters ._account_api .form-auto-list .liveDashboard .list-results thead .i-hamburger.form-auto-item.is-user-is-inactive,.nav-page-grid .nav-page-content .block-filters .form-auto-list .liveDashboard ._account_api .list-results thead .i-hamburger.form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.form-auto-item.is-user-is-inactive,.nav-page-grid .nav-page-content .block-filters ._account_api .form-auto-list .liveDashboard .list-results thead .i-hamburger.form-auto-item.is-user-is-active,.nav-page-grid .nav-page-content .block-filters .form-auto-list .liveDashboard ._account_api .list-results thead .i-hamburger.form-auto-item.is-user-is-active,.form-auto-list .liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.form-auto-item.is-user-is-active,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results-header .status.title .liveDashboard .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .list-results-header .status.title .liveDashboard ._account_api .list-results thead span.i-hamburger,.list-results-header .status.title .liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-hamburger,._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.icon,._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.w-alert-banner:before,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.w-alert-banner:before,._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.w-alert-banner:before,._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .w-dialog.plus .i-hamburger.dialog-aside:after,.w-dialog.plus ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.dialog-aside:after,._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .w-toast .i-hamburger.toast.plus:after,.w-toast ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.toast.plus:after,._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .w-time-period .dropdown .w-selection .i-hamburger.btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.btn-period-clear:before,._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .w-time-period .dropdown .w-selection .i-hamburger.btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.btn-filter:before,._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .w-time-period .dropdown .w-selection .i-hamburger.btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.btn-period-edit:before,._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.btn-filter:before,._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .toggleWrapper input.mobileToggle+label.i-hamburger,.toggleWrapper ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters input.mobileToggle+label.i-hamburger,._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters tbody span.i-hamburger.status,._account_api .list-results tbody thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger.status,._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters tbody td.is-running span.i-hamburger,._account_api .list-results tbody td.is-running thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters tbody td.is-pending span.i-hamburger,._account_api .list-results tbody td.is-pending thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.icon,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.w-alert-banner:before,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.w-alert-banner:before,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.w-alert-banner:before,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .w-dialog.plus .i-hamburger.dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.dialog-aside:after,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .w-toast .i-hamburger.toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.toast.plus:after,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .w-time-period .dropdown .w-selection .i-hamburger.btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.btn-period-clear:before,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .w-time-period .dropdown .w-selection .i-hamburger.btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.btn-filter:before,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .w-time-period .dropdown .w-selection .i-hamburger.btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.btn-period-edit:before,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.btn-filter:before,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .toggleWrapper input.mobileToggle+label.i-hamburger,.toggleWrapper ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters input.mobileToggle+label.i-hamburger,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters tbody span.i-hamburger.status,._account_api .liveDashboard .list-results tbody thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger.status,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters tbody td.is-running span.i-hamburger,._account_api .liveDashboard .list-results tbody td.is-running thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters tbody td.is-pending span.i-hamburger,._account_api .liveDashboard .list-results tbody td.is-pending thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.icon,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .w-dialog.plus .i-hamburger.dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.dialog-aside:after,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .w-toast .i-hamburger.toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.toast.plus:after,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .w-time-period .dropdown .w-selection .i-hamburger.btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.btn-period-clear:before,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .w-time-period .dropdown .w-selection .i-hamburger.btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.btn-filter:before,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .w-time-period .dropdown .w-selection .i-hamburger.btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.btn-period-edit:before,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.btn-filter:before,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .toggleWrapper input.mobileToggle+label.i-hamburger,.toggleWrapper .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters input.mobileToggle+label.i-hamburger,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters tbody span.i-hamburger.status,.liveDashboard ._account_api .list-results tbody thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger.status,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters tbody td.is-running span.i-hamburger,.liveDashboard ._account_api .list-results tbody td.is-running thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters tbody td.is-pending span.i-hamburger,.liveDashboard ._account_api .list-results tbody td.is-pending thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .w-filter-preset.w-filter-preset .filter-preset .dropdown .i-hamburger.dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .w-filter-preset.w-filter-preset .filter-preset .dropdown .i-hamburger.dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .nav-page-grid .nav-page-content .block-filters .i-hamburger.dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .nav-page-grid .nav-page-content .block-filters .i-hamburger.dropdown-toggle:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.dropdown-toggle:after,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .w-filter-preset.w-filter-preset .filter-preset .i-hamburger.filter,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .w-filter-preset.w-filter-preset .filter-preset .i-hamburger.filter,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .nav-page-grid .nav-page-content .block-filters .i-hamburger.filter,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .nav-page-grid .nav-page-content .block-filters .i-hamburger.filter,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.filter,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .form-label.status span.i-hamburger,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .status.status-log span.i-hamburger,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .status.status-report-item span.i-hamburger,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .double-list dd.status span.i-hamburger,.double-list ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters dd.status span.i-hamburger,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .double-list dt.status span.i-hamburger,.double-list ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters dt.status span.i-hamburger,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .w-cards-container .w-card .status.title span.i-hamburger,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .status.title span.i-hamburger,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .w-cards-container .w-card.centered .w-value .status.label span.i-hamburger,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .status.label span.i-hamburger,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters tbody tr.sublist .status.title span.i-hamburger,._account_api .liveDashboard .list-results tbody tr.sublist thead .nav-page-grid .nav-page-content .block-filters .status.title span.i-hamburger,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .form-label.status span.i-hamburger,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .status.status-log span.i-hamburger,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .status.status-report-item span.i-hamburger,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .double-list dd.status span.i-hamburger,.double-list .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters dd.status span.i-hamburger,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .double-list dt.status span.i-hamburger,.double-list .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters dt.status span.i-hamburger,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .w-cards-container .w-card .status.title span.i-hamburger,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .status.title span.i-hamburger,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .w-cards-container .w-card.centered .w-value .status.label span.i-hamburger,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .status.label span.i-hamburger,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters tbody tr.sublist .status.title span.i-hamburger,.liveDashboard ._account_api .list-results tbody tr.sublist thead .nav-page-grid .nav-page-content .block-filters .status.title span.i-hamburger,._account_api .liveDashboard .list-results thead .form-label.status .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead .status.status-log .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead .status.status-report-item .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead .double-list dd.status .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list ._account_api .liveDashboard .list-results thead dd.status .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead .double-list dt.status .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list ._account_api .liveDashboard .list-results thead dt.status .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead .form-label.status .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead .status.status-log .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead .status.status-report-item .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead .double-list dd.status .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list .liveDashboard ._account_api .list-results thead dd.status .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead .double-list dt.status .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list .liveDashboard ._account_api .list-results thead dt.status .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .form-label.status .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .status.status-log .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .status.status-report-item .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .double-list dd.status .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list ._account_api dd.status .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .double-list dt.status .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list ._account_api dt.status .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.form-label.status .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.status.status-log .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.status.status-report-item .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list dd.status .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list dt.status .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .w-filters-selected label.status.small span.i-hamburger,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .w-filters-selected label.status.small span.i-hamburger,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .w-filters-selected .status.btn-f-s span.i-hamburger,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .w-filters-selected .status.btn-f-s span.i-hamburger,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .sub-header .w-form label.i-hamburger,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .sub-header .w-double-list label.i-hamburger,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .sub-header .w-form label.i-hamburger,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .sub-header .w-double-list label.i-hamburger,._account_api .liveDashboard .list-results thead .sub-header .w-form .nav-page-grid .nav-page-content .block-filters label.i-hamburger,._account_api .liveDashboard .list-results thead .sub-header .w-double-list .nav-page-grid .nav-page-content .block-filters label.i-hamburger,.liveDashboard ._account_api .list-results thead .sub-header .w-form .nav-page-grid .nav-page-content .block-filters label.i-hamburger,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list .nav-page-grid .nav-page-content .block-filters label.i-hamburger,._account_api .sub-header .w-form .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters label.i-hamburger,._account_api .sub-header .w-double-list .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters label.i-hamburger,.sub-header .w-form .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters label.i-hamburger,.sub-header .w-double-list .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters label.i-hamburger,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters button.i-hamburger:after,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters button.i-hamburger:after,._account_api .block-filters .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters button.i-hamburger:after,.block-filters .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters button.i-hamburger:after,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters select.i-hamburger:after,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters select.i-hamburger:after,._account_api .block-filters .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters select.i-hamburger:after,.block-filters .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters select.i-hamburger:after,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .form-auto-list .i-hamburger.form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .form-auto-list .i-hamburger.form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .form-auto-list .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .form-auto-list .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-inactive,._account_api .form-auto-list .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .form-auto-list .i-hamburger.form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .form-auto-list .i-hamburger.form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .form-auto-list .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .form-auto-list .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-active,._account_api .form-auto-list .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-active,.form-auto-list .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .list-results-header .status.title span.i-hamburger,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .list-results-header .status.title span.i-hamburger,._account_api .liveDashboard .list-results thead .list-results-header .status.title .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead .list-results-header .status.title .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .list-results-header .status.title .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.list-results-header .status.title .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters tr span.i-hamburger,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters tr span.i-hamburger,._account_api .liveDashboard .list-results thead tr .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead tr .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.icon,._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.w-alert-banner:before,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.w-alert-banner:before,._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.w-alert-banner:before,._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .w-dialog.plus .i-hamburger.dialog-aside:after,.w-dialog.plus ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.dialog-aside:after,._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .w-toast .i-hamburger.toast.plus:after,.w-toast ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.toast.plus:after,._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .w-time-period .dropdown .w-selection .i-hamburger.btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.btn-period-clear:before,._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .w-time-period .dropdown .w-selection .i-hamburger.btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.btn-filter:before,._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .w-time-period .dropdown .w-selection .i-hamburger.btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.btn-period-edit:before,._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.btn-filter:before,._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .toggleWrapper input.mobileToggle+label.i-hamburger,.toggleWrapper ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters input.mobileToggle+label.i-hamburger,._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters tbody span.i-hamburger.status,._account_api .list-results tbody thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger.status,._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters tbody td.is-running span.i-hamburger,._account_api .list-results tbody td.is-running thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters tbody td.is-pending span.i-hamburger,._account_api .list-results tbody td.is-pending thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .w-filter-preset.w-filter-preset .filter-preset .dropdown .i-hamburger.dropdown-toggle:after,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .nav-page-grid .nav-page-content .block-filters .i-hamburger.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.dropdown-toggle:after,._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .w-filter-preset.w-filter-preset .filter-preset .i-hamburger.filter,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .nav-page-grid .nav-page-content .block-filters .i-hamburger.filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.filter,._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .form-label.status span.i-hamburger,._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .status.status-log span.i-hamburger,._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .status.status-report-item span.i-hamburger,._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .double-list dd.status span.i-hamburger,.double-list ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters dd.status span.i-hamburger,._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .double-list dt.status span.i-hamburger,.double-list ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters dt.status span.i-hamburger,._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .w-cards-container .w-card .status.title span.i-hamburger,.w-cards-container .w-card ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .status.title span.i-hamburger,._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .w-cards-container .w-card.centered .w-value .status.label span.i-hamburger,.w-cards-container .w-card.centered .w-value ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .status.label span.i-hamburger,._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters tbody tr.sublist .status.title span.i-hamburger,._account_api .list-results tbody tr.sublist thead .nav-page-grid .nav-page-content .block-filters .status.title span.i-hamburger,._account_api .list-results thead .form-label.status .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .list-results thead .status.status-log .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .list-results thead .status.status-report-item .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .list-results thead .double-list dd.status .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list ._account_api .list-results thead dd.status .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .list-results thead .double-list dt.status .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list ._account_api .list-results thead dt.status .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .list-results thead .w-cards-container .w-card .status.title .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card ._account_api .list-results thead .status.title .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card.centered .w-value ._account_api .list-results thead .status.label .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .list-results thead tbody tr.sublist .status.title .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .list-results tbody tr.sublist thead .status.title .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.form-label.status ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.status.status-log ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.status.status-report-item ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list dd.status ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list dt.status ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card .status.title ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.list-results tbody tr.sublist .status.title ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .w-filters-selected label.status.small span.i-hamburger,._account_api .list-results thead .w-filters-selected label.status.small .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-filters-selected label.status.small ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .w-filters-selected .status.btn-f-s span.i-hamburger,._account_api .list-results thead .w-filters-selected .status.btn-f-s .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-filters-selected .status.btn-f-s ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .sub-header .w-form label.i-hamburger,._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .sub-header .w-double-list label.i-hamburger,._account_api .list-results thead .sub-header .w-form .nav-page-grid .nav-page-content .block-filters label.i-hamburger,._account_api .list-results thead .sub-header .w-double-list .nav-page-grid .nav-page-content .block-filters label.i-hamburger,.sub-header .w-form ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters label.i-hamburger,.sub-header .w-double-list ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters label.i-hamburger,._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters button.i-hamburger:after,.block-filters ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters button.i-hamburger:after,._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters select.i-hamburger:after,.block-filters ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters select.i-hamburger:after,._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .form-auto-list .i-hamburger.form-auto-item.is-user-is-inactive,._account_api .list-results thead .form-auto-list .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-inactive,._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .form-auto-list .i-hamburger.form-auto-item.is-user-is-active,._account_api .list-results thead .form-auto-list .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-active,.form-auto-list ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-active,._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .list-results-header .status.title span.i-hamburger,._account_api .list-results thead .list-results-header .status.title .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.list-results-header .status.title ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters tr span.i-hamburger,._account_api .list-results thead tr .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.icon,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .w-dialog.plus .i-hamburger.dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.dialog-aside:after,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .w-toast .i-hamburger.toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.toast.plus:after,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .w-time-period .dropdown .w-selection .i-hamburger.btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.btn-period-clear:before,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .w-time-period .dropdown .w-selection .i-hamburger.btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.btn-filter:before,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .w-time-period .dropdown .w-selection .i-hamburger.btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.btn-period-edit:before,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.btn-filter:before,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .toggleWrapper input.mobileToggle+label.i-hamburger,.toggleWrapper .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters input.mobileToggle+label.i-hamburger,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters tbody span.i-hamburger.status,.liveDashboard ._account_api .list-results tbody thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger.status,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters tbody td.is-running span.i-hamburger,.liveDashboard ._account_api .list-results tbody td.is-running thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters tbody td.is-pending span.i-hamburger,.liveDashboard ._account_api .list-results tbody td.is-pending thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.icon,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.w-alert-banner:before,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.w-alert-banner:before,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.w-alert-banner:before,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .w-dialog.plus .i-hamburger.dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.dialog-aside:after,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .w-toast .i-hamburger.toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.toast.plus:after,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .w-time-period .dropdown .w-selection .i-hamburger.btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.btn-period-clear:before,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .w-time-period .dropdown .w-selection .i-hamburger.btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.btn-filter:before,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .w-time-period .dropdown .w-selection .i-hamburger.btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.btn-period-edit:before,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.btn-filter:before,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .toggleWrapper input.mobileToggle+label.i-hamburger,.toggleWrapper ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters input.mobileToggle+label.i-hamburger,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters tbody span.i-hamburger.status,._account_api .liveDashboard .list-results tbody thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger.status,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters tbody td.is-running span.i-hamburger,._account_api .liveDashboard .list-results tbody td.is-running thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters tbody td.is-pending span.i-hamburger,._account_api .liveDashboard .list-results tbody td.is-pending thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .w-filter-preset.w-filter-preset .filter-preset .dropdown .i-hamburger.dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .nav-page-grid .nav-page-content .block-filters .i-hamburger.dropdown-toggle:after,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .w-filter-preset.w-filter-preset .filter-preset .dropdown .i-hamburger.dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .nav-page-grid .nav-page-content .block-filters .i-hamburger.dropdown-toggle:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .w-filter-preset.w-filter-preset .filter-preset .i-hamburger.filter,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .nav-page-grid .nav-page-content .block-filters .i-hamburger.filter,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .w-filter-preset.w-filter-preset .filter-preset .i-hamburger.filter,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .nav-page-grid .nav-page-content .block-filters .i-hamburger.filter,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.filter,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .form-label.status span.i-hamburger,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .status.status-log span.i-hamburger,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .status.status-report-item span.i-hamburger,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .double-list dd.status span.i-hamburger,.double-list .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters dd.status span.i-hamburger,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .double-list dt.status span.i-hamburger,.double-list .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters dt.status span.i-hamburger,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .w-cards-container .w-card .status.title span.i-hamburger,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .status.title span.i-hamburger,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .w-cards-container .w-card.centered .w-value .status.label span.i-hamburger,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .status.label span.i-hamburger,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters tbody tr.sublist .status.title span.i-hamburger,.liveDashboard ._account_api .list-results tbody tr.sublist thead .nav-page-grid .nav-page-content .block-filters .status.title span.i-hamburger,.liveDashboard ._account_api .list-results thead .form-label.status .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead .status.status-log .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead .status.status-report-item .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead .double-list dd.status .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list .liveDashboard ._account_api .list-results thead dd.status .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead .double-list dt.status .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list .liveDashboard ._account_api .list-results thead dt.status .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .form-label.status span.i-hamburger,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .status.status-log span.i-hamburger,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .status.status-report-item span.i-hamburger,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .double-list dd.status span.i-hamburger,.double-list ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters dd.status span.i-hamburger,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .double-list dt.status span.i-hamburger,.double-list ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters dt.status span.i-hamburger,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .w-cards-container .w-card .status.title span.i-hamburger,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .status.title span.i-hamburger,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .w-cards-container .w-card.centered .w-value .status.label span.i-hamburger,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .status.label span.i-hamburger,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters tbody tr.sublist .status.title span.i-hamburger,._account_api .liveDashboard .list-results tbody tr.sublist thead .nav-page-grid .nav-page-content .block-filters .status.title span.i-hamburger,._account_api .liveDashboard .list-results thead .form-label.status .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead .status.status-log .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead .status.status-report-item .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead .double-list dd.status .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list ._account_api .liveDashboard .list-results thead dd.status .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead .double-list dt.status .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list ._account_api .liveDashboard .list-results thead dt.status .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .form-label.status ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .status.status-log ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .status.status-report-item ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .double-list dd.status ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list .liveDashboard dd.status ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .double-list dt.status ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list .liveDashboard dt.status ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.form-label.status ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.status.status-log ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.status.status-report-item ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list dd.status ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list dt.status ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .w-filters-selected label.status.small span.i-hamburger,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .w-filters-selected label.status.small span.i-hamburger,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .w-filters-selected .status.btn-f-s span.i-hamburger,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .w-filters-selected .status.btn-f-s span.i-hamburger,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .sub-header .w-form label.i-hamburger,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .sub-header .w-double-list label.i-hamburger,.liveDashboard ._account_api .list-results thead .sub-header .w-form .nav-page-grid .nav-page-content .block-filters label.i-hamburger,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list .nav-page-grid .nav-page-content .block-filters label.i-hamburger,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .sub-header .w-form label.i-hamburger,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .sub-header .w-double-list label.i-hamburger,._account_api .liveDashboard .list-results thead .sub-header .w-form .nav-page-grid .nav-page-content .block-filters label.i-hamburger,._account_api .liveDashboard .list-results thead .sub-header .w-double-list .nav-page-grid .nav-page-content .block-filters label.i-hamburger,.liveDashboard .sub-header .w-form ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters label.i-hamburger,.liveDashboard .sub-header .w-double-list ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters label.i-hamburger,.sub-header .w-form ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters label.i-hamburger,.sub-header .w-double-list ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters label.i-hamburger,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters button.i-hamburger:after,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters button.i-hamburger:after,.liveDashboard .block-filters ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters button.i-hamburger:after,.block-filters ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters button.i-hamburger:after,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters select.i-hamburger:after,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters select.i-hamburger:after,.liveDashboard .block-filters ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters select.i-hamburger:after,.block-filters ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters select.i-hamburger:after,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .form-auto-list .i-hamburger.form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .form-auto-list .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .form-auto-list .i-hamburger.form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .form-auto-list .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-inactive,.liveDashboard .form-auto-list ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .form-auto-list .i-hamburger.form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .form-auto-list .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .form-auto-list .i-hamburger.form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .form-auto-list .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-active,.liveDashboard .form-auto-list ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-active,.form-auto-list ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .list-results-header .status.title span.i-hamburger,.liveDashboard ._account_api .list-results thead .list-results-header .status.title .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .list-results-header .status.title span.i-hamburger,._account_api .liveDashboard .list-results thead .list-results-header .status.title .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .list-results-header .status.title ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.list-results-header .status.title ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters tr span.i-hamburger,.liveDashboard ._account_api .list-results thead tr .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters tr span.i-hamburger,._account_api .liveDashboard .list-results thead tr .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.dropdown-toggle:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.filter,._account_api .form-label.status .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .status.status-log .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .status.status-report-item .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .double-list dd.status .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list ._account_api dd.status .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .double-list dt.status .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list ._account_api dt.status .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.form-label.status .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.status.status-log .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.status.status-report-item .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list dd.status .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list dt.status .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .sub-header .w-form .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters label.i-hamburger,._account_api .sub-header .w-double-list .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters label.i-hamburger,.sub-header .w-form .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters label.i-hamburger,.sub-header .w-double-list .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters label.i-hamburger,._account_api .block-filters .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters button.i-hamburger:after,.block-filters .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters button.i-hamburger:after,._account_api .block-filters .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters select.i-hamburger:after,.block-filters .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters select.i-hamburger:after,._account_api .form-auto-list .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-inactive,._account_api .form-auto-list .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-active,.form-auto-list .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-active,._account_api .list-results-header .status.title .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.list-results-header .status.title .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .i-hamburger.dropdown-toggle:after,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .nav-page-grid .nav-page-content .block-filters .i-hamburger.dropdown-toggle:after,.nav-page-grid .nav-page-content .block-filters .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .i-hamburger.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.dropdown-toggle:after,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .i-hamburger.filter,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .nav-page-grid .nav-page-content .block-filters .i-hamburger.filter,.nav-page-grid .nav-page-content .block-filters .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .i-hamburger.filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.filter,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .form-label.status span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .status.status-log span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .status.status-report-item span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .double-list dd.status span.i-hamburger,.double-list .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead dd.status span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .double-list dt.status span.i-hamburger,.double-list .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead dt.status span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .w-cards-container .w-card .status.title span.i-hamburger,.w-cards-container .w-card .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .status.title span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.i-hamburger,.w-cards-container .w-card.centered .w-value .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .status.label span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead tbody tr.sublist .status.title span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results tbody tr.sublist thead .status.title span.i-hamburger,._account_api .list-results thead .form-label.status .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .list-results thead .status.status-log .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .list-results thead .status.status-report-item .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .list-results thead .double-list dd.status .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list ._account_api .list-results thead dd.status .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .list-results thead .double-list dt.status .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list ._account_api .list-results thead dt.status .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .list-results thead .w-cards-container .w-card .status.title .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card ._account_api .list-results thead .status.title .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card.centered .w-value ._account_api .list-results thead .status.label .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .list-results thead tbody tr.sublist .status.title .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .list-results tbody tr.sublist thead .status.title .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .form-label.status ._account_api .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .status.status-log ._account_api .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .status.status-report-item ._account_api .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .double-list dd.status ._account_api .list-results thead span.i-hamburger,.double-list .nav-page-grid .nav-page-content .block-filters dd.status ._account_api .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .double-list dt.status ._account_api .list-results thead span.i-hamburger,.double-list .nav-page-grid .nav-page-content .block-filters dt.status ._account_api .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .w-cards-container .w-card .status.title ._account_api .list-results thead span.i-hamburger,.w-cards-container .w-card .nav-page-grid .nav-page-content .block-filters .status.title ._account_api .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.i-hamburger,.w-cards-container .w-card.centered .w-value .nav-page-grid .nav-page-content .block-filters .status.label ._account_api .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .list-results tbody tr.sublist .status.title ._account_api .list-results thead span.i-hamburger,.list-results tbody tr.sublist .nav-page-grid .nav-page-content .block-filters .status.title ._account_api .list-results thead span.i-hamburger,.form-label.status ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.status.status-log ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.status.status-report-item ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list dd.status ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list dt.status ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card .status.title ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.list-results tbody tr.sublist .status.title ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .w-filters-selected label.status.small span.i-hamburger,._account_api .list-results thead .w-filters-selected label.status.small .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .w-filters-selected label.status.small ._account_api .list-results thead span.i-hamburger,.w-filters-selected label.status.small ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .w-filters-selected .status.btn-f-s span.i-hamburger,._account_api .list-results thead .w-filters-selected .status.btn-f-s .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .w-filters-selected .status.btn-f-s ._account_api .list-results thead span.i-hamburger,.w-filters-selected .status.btn-f-s ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .sub-header .w-form label.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .sub-header .w-double-list label.i-hamburger,._account_api .list-results thead .sub-header .w-form .nav-page-grid .nav-page-content .block-filters label.i-hamburger,._account_api .list-results thead .sub-header .w-double-list .nav-page-grid .nav-page-content .block-filters label.i-hamburger,.nav-page-grid .nav-page-content .block-filters .sub-header .w-form ._account_api .list-results thead label.i-hamburger,.nav-page-grid .nav-page-content .block-filters .sub-header .w-double-list ._account_api .list-results thead label.i-hamburger,.sub-header .w-form ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters label.i-hamburger,.sub-header .w-double-list ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters label.i-hamburger,.nav-page-grid .nav-page-content ._account_api .list-results thead .block-filters button.i-hamburger:after,._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters button.i-hamburger:after,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead button.i-hamburger:after,.nav-page-grid .nav-page-content ._account_api .list-results thead .block-filters select.i-hamburger:after,._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters select.i-hamburger:after,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead select.i-hamburger:after,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .form-auto-list .i-hamburger.form-auto-item.is-user-is-inactive,._account_api .list-results thead .form-auto-list .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-inactive,.nav-page-grid .nav-page-content .block-filters .form-auto-list ._account_api .list-results thead .i-hamburger.form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-inactive,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .form-auto-list .i-hamburger.form-auto-item.is-user-is-active,._account_api .list-results thead .form-auto-list .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-active,.nav-page-grid .nav-page-content .block-filters .form-auto-list ._account_api .list-results thead .i-hamburger.form-auto-item.is-user-is-active,.form-auto-list ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-active,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .list-results-header .status.title span.i-hamburger,._account_api .list-results thead .list-results-header .status.title .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .list-results-header .status.title ._account_api .list-results thead span.i-hamburger,.list-results-header .status.title ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead tr span.i-hamburger,._account_api .list-results thead tr .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .sidebar-default.sidebar-default-right .sidebar-default-body .filter-group .i-hamburger.filter-checkbox,.sidebar-default.sidebar-default-right .sidebar-default-body .filter-group .nav-page-grid .nav-page-content .block-filters .i-hamburger.filter-checkbox,.nav-page-grid .nav-page-content .block-filters .add-filters-dropdown .w-add-filters-list>div.filter-group .i-hamburger.filter-checkbox,.add-filters-dropdown .w-add-filters-list>div.filter-group .nav-page-grid .nav-page-content .block-filters .i-hamburger.filter-checkbox,.nav-page-grid .nav-page-content .block-filters .filter-preset .filter-field-name button.i-hamburger,.filter-preset .filter-field-name .nav-page-grid .nav-page-content .block-filters button.i-hamburger{display:flex}@media(min-width: 768px){.nav-page-grid .nav-page-content .block-filters .button-default.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.icon,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.w-alert-banner:before,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.w-alert-banner:before,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .i-hamburger.w-alert-banner:before,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.w-alert-banner:before,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .w-dialog.plus .i-hamburger.dialog-aside:after,.w-dialog.plus .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.dialog-aside:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .w-toast .i-hamburger.toast.plus:after,.w-toast .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.toast.plus:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .i-hamburger.btn-period-clear:before,.w-time-period .dropdown .w-selection .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.btn-period-clear:before,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .i-hamburger.btn-filter:before,.w-time-period .dropdown .w-selection .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.btn-filter:before,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .i-hamburger.btn-period-edit:before,.w-time-period .dropdown .w-selection .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.btn-period-edit:before,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.btn-filter:before,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.i-hamburger,.toggleWrapper .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead input.mobileToggle+label.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead tbody span.i-hamburger.status,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results tbody thead span.i-hamburger.status,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead tbody td.is-running span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results tbody td.is-running thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead tbody td.is-pending span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results tbody td.is-pending thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.icon,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.w-alert-banner:before,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.w-alert-banner:before,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .i-hamburger.w-alert-banner:before,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.w-alert-banner:before,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .w-dialog.plus .i-hamburger.dialog-aside:after,.w-dialog.plus .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.dialog-aside:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .w-toast .i-hamburger.toast.plus:after,.w-toast .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.toast.plus:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .i-hamburger.btn-period-clear:before,.w-time-period .dropdown .w-selection .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.btn-period-clear:before,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .i-hamburger.btn-filter:before,.w-time-period .dropdown .w-selection .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.btn-filter:before,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .i-hamburger.btn-period-edit:before,.w-time-period .dropdown .w-selection .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.btn-period-edit:before,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.btn-filter:before,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.i-hamburger,.toggleWrapper .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead input.mobileToggle+label.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead tbody span.i-hamburger.status,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results tbody thead span.i-hamburger.status,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead tbody td.is-running span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results tbody td.is-running thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead tbody td.is-pending span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results tbody td.is-pending thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .i-hamburger.dropdown-toggle:after,.nav-page-grid .nav-page-content .block-filters .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .i-hamburger.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.dropdown-toggle:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .i-hamburger.filter,.nav-page-grid .nav-page-content .block-filters .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .i-hamburger.filter,.w-filter-preset.w-filter-preset .filter-preset .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.filter,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .form-label.status span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .status.status-log span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .status.status-report-item span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .double-list dd.status span.i-hamburger,.double-list .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead dd.status span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .double-list dt.status span.i-hamburger,.double-list .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead dt.status span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .w-cards-container .w-card .status.title span.i-hamburger,.w-cards-container .w-card .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .status.title span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.i-hamburger,.w-cards-container .w-card.centered .w-value .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .status.label span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead tbody tr.sublist .status.title span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results tbody tr.sublist thead .status.title span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .form-label.status .liveDashboard .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .status.status-log .liveDashboard .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .status.status-report-item .liveDashboard .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .double-list dd.status .liveDashboard .list-results thead span.i-hamburger,.double-list .nav-page-grid .nav-page-content .block-filters dd.status .liveDashboard .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .double-list dt.status .liveDashboard .list-results thead span.i-hamburger,.double-list .nav-page-grid .nav-page-content .block-filters dt.status .liveDashboard .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .w-cards-container .w-card .status.title .liveDashboard .list-results thead span.i-hamburger,.w-cards-container .w-card .nav-page-grid .nav-page-content .block-filters .status.title .liveDashboard .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.i-hamburger,.w-cards-container .w-card.centered .w-value .nav-page-grid .nav-page-content .block-filters .status.label .liveDashboard .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.i-hamburger,.list-results tbody tr.sublist .nav-page-grid .nav-page-content .block-filters .status.title .liveDashboard .list-results thead span.i-hamburger,.form-label.status .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-hamburger,.status.status-log .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-hamburger,.status.status-report-item .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-hamburger,.double-list dd.status .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-hamburger,.double-list dt.status .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-hamburger,.w-cards-container .w-card .status.title .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-hamburger,.w-cards-container .w-card.centered .w-value .status.label .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-hamburger,.list-results tbody tr.sublist .status.title .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .w-filters-selected label.status.small span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .w-filters-selected label.status.small .liveDashboard .list-results thead span.i-hamburger,.w-filters-selected label.status.small .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.i-hamburger,.w-filters-selected .status.btn-f-s .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .sub-header .w-form label.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .sub-header .w-double-list label.i-hamburger,.nav-page-grid .nav-page-content .block-filters .sub-header .w-form .liveDashboard .list-results thead label.i-hamburger,.nav-page-grid .nav-page-content .block-filters .sub-header .w-double-list .liveDashboard .list-results thead label.i-hamburger,.sub-header .w-form .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead label.i-hamburger,.sub-header .w-double-list .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead label.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .block-filters button.i-hamburger:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead button.i-hamburger:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .block-filters select.i-hamburger:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead select.i-hamburger:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .form-auto-list .i-hamburger.form-auto-item.is-user-is-inactive,.nav-page-grid .nav-page-content .block-filters .form-auto-list .liveDashboard .list-results thead .i-hamburger.form-auto-item.is-user-is-inactive,.form-auto-list .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.form-auto-item.is-user-is-inactive,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .form-auto-list .i-hamburger.form-auto-item.is-user-is-active,.nav-page-grid .nav-page-content .block-filters .form-auto-list .liveDashboard .list-results thead .i-hamburger.form-auto-item.is-user-is-active,.form-auto-list .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.form-auto-item.is-user-is-active,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .list-results-header .status.title span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .list-results-header .status.title .liveDashboard .list-results thead span.i-hamburger,.list-results-header .status.title .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead tr span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .i-hamburger.icon,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .i-hamburger.w-alert-banner:before,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .i-hamburger.w-alert-banner:before,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .i-hamburger.w-alert-banner:before,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .w-dialog.plus .i-hamburger.dialog-aside:after,.w-dialog.plus .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .i-hamburger.dialog-aside:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .w-toast .i-hamburger.toast.plus:after,.w-toast .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .i-hamburger.toast.plus:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .i-hamburger.btn-period-clear:before,.w-time-period .dropdown .w-selection .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .i-hamburger.btn-period-clear:before,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .i-hamburger.btn-filter:before,.w-time-period .dropdown .w-selection .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .i-hamburger.btn-filter:before,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .i-hamburger.btn-period-edit:before,.w-time-period .dropdown .w-selection .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .i-hamburger.btn-period-edit:before,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .i-hamburger.btn-filter:before,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label.i-hamburger,.toggleWrapper .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead input.mobileToggle+label.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead tbody span.i-hamburger.status,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results tbody thead span.i-hamburger.status,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead tbody td.is-running span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results tbody td.is-running thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead tbody td.is-pending span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results tbody td.is-pending thead span.i-hamburger,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.icon,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.w-alert-banner:before,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.w-alert-banner:before,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.w-alert-banner:before,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .w-dialog.plus .i-hamburger.dialog-aside:after,.w-dialog.plus ._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.dialog-aside:after,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .w-toast .i-hamburger.toast.plus:after,.w-toast ._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.toast.plus:after,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .i-hamburger.btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.btn-period-clear:before,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .i-hamburger.btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.btn-filter:before,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .i-hamburger.btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.btn-period-edit:before,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.btn-filter:before,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.i-hamburger,.toggleWrapper ._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead input.mobileToggle+label.i-hamburger,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead tbody span.i-hamburger.status,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results tbody thead span.i-hamburger.status,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead tbody td.is-running span.i-hamburger,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results tbody td.is-running thead span.i-hamburger,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead tbody td.is-pending span.i-hamburger,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results tbody td.is-pending thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .i-hamburger.dropdown-toggle:after,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .i-hamburger.dropdown-toggle:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .i-hamburger.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.dropdown-toggle:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .i-hamburger.filter,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .i-hamburger.filter,.nav-page-grid .nav-page-content .block-filters .liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .i-hamburger.filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.filter,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .form-label.status span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .status.status-log span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .status.status-report-item span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .double-list dd.status span.i-hamburger,.double-list .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead dd.status span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .double-list dt.status span.i-hamburger,.double-list .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead dt.status span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span.i-hamburger,.w-cards-container .w-card .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .status.title span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.i-hamburger,.w-cards-container .w-card.centered .w-value .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .status.label span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span.i-hamburger,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .form-label.status span.i-hamburger,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .status.status-log span.i-hamburger,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .status.status-report-item span.i-hamburger,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .double-list dd.status span.i-hamburger,.double-list ._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead dd.status span.i-hamburger,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .double-list dt.status span.i-hamburger,.double-list ._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead dt.status span.i-hamburger,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .w-cards-container .w-card .status.title span.i-hamburger,.w-cards-container .w-card ._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .status.title span.i-hamburger,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.i-hamburger,.w-cards-container .w-card.centered .w-value ._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .status.label span.i-hamburger,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead tbody tr.sublist .status.title span.i-hamburger,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results tbody tr.sublist thead .status.title span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard .form-label.status ._account_api .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard .status.status-log ._account_api .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard .status.status-report-item ._account_api .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard .double-list dd.status ._account_api .list-results thead span.i-hamburger,.double-list .nav-page-grid .nav-page-content .block-filters .liveDashboard dd.status ._account_api .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard .double-list dt.status ._account_api .list-results thead span.i-hamburger,.double-list .nav-page-grid .nav-page-content .block-filters .liveDashboard dt.status ._account_api .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span.i-hamburger,.w-cards-container .w-card .nav-page-grid .nav-page-content .block-filters .liveDashboard .status.title ._account_api .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.i-hamburger,.w-cards-container .w-card.centered .w-value .nav-page-grid .nav-page-content .block-filters .liveDashboard .status.label ._account_api .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span.i-hamburger,.list-results tbody tr.sublist .nav-page-grid .nav-page-content .block-filters .liveDashboard .status.title ._account_api .list-results thead span.i-hamburger,.form-label.status ._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-hamburger,.status.status-log ._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-hamburger,.status.status-report-item ._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-hamburger,.double-list dd.status ._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-hamburger,.double-list dt.status ._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-hamburger,.w-cards-container .w-card .status.title ._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-hamburger,.w-cards-container .w-card.centered .w-value .status.label ._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-hamburger,.list-results tbody tr.sublist .status.title ._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span.i-hamburger,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .w-filters-selected label.status.small span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span.i-hamburger,.w-filters-selected label.status.small ._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span.i-hamburger,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span.i-hamburger,.w-filters-selected .status.btn-f-s ._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .sub-header .w-form label.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .sub-header .w-double-list label.i-hamburger,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .sub-header .w-form label.i-hamburger,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .sub-header .w-double-list label.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard .sub-header .w-form ._account_api .list-results thead label.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard .sub-header .w-double-list ._account_api .list-results thead label.i-hamburger,.sub-header .w-form ._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead label.i-hamburger,.sub-header .w-double-list ._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead label.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .block-filters button.i-hamburger:after,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .block-filters button.i-hamburger:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead button.i-hamburger:after,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead button.i-hamburger:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .block-filters select.i-hamburger:after,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .block-filters select.i-hamburger:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead select.i-hamburger:after,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead select.i-hamburger:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .form-auto-list .i-hamburger.form-auto-item.is-user-is-inactive,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .form-auto-list .i-hamburger.form-auto-item.is-user-is-inactive,.nav-page-grid .nav-page-content .block-filters .liveDashboard .form-auto-list ._account_api .list-results thead .i-hamburger.form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.form-auto-item.is-user-is-inactive,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .form-auto-list .i-hamburger.form-auto-item.is-user-is-active,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .form-auto-list .i-hamburger.form-auto-item.is-user-is-active,.nav-page-grid .nav-page-content .block-filters .liveDashboard .form-auto-list ._account_api .list-results thead .i-hamburger.form-auto-item.is-user-is-active,.form-auto-list ._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.form-auto-item.is-user-is-active,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .list-results-header .status.title span.i-hamburger,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .list-results-header .status.title span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results-header .status.title ._account_api .list-results thead span.i-hamburger,.list-results-header .status.title ._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead tr span.i-hamburger,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead tr span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .i-hamburger.icon,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .i-hamburger.w-alert-banner:before,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .i-hamburger.w-alert-banner:before,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .i-hamburger.w-alert-banner:before,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .w-dialog.plus .i-hamburger.dialog-aside:after,.w-dialog.plus .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .i-hamburger.dialog-aside:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .w-toast .i-hamburger.toast.plus:after,.w-toast .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .i-hamburger.toast.plus:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .i-hamburger.btn-period-clear:before,.w-time-period .dropdown .w-selection .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .i-hamburger.btn-period-clear:before,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .i-hamburger.btn-filter:before,.w-time-period .dropdown .w-selection .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .i-hamburger.btn-filter:before,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .i-hamburger.btn-period-edit:before,.w-time-period .dropdown .w-selection .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .i-hamburger.btn-period-edit:before,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .i-hamburger.btn-filter:before,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label.i-hamburger,.toggleWrapper .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead input.mobileToggle+label.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead tbody span.i-hamburger.status,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results tbody thead span.i-hamburger.status,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead tbody td.is-running span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results tbody td.is-running thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead tbody td.is-pending span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results tbody td.is-pending thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .i-hamburger.icon,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .i-hamburger.w-alert-banner:before,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .i-hamburger.w-alert-banner:before,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .i-hamburger.w-alert-banner:before,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .w-dialog.plus .i-hamburger.dialog-aside:after,.w-dialog.plus .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .i-hamburger.dialog-aside:after,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .w-toast .i-hamburger.toast.plus:after,.w-toast .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .i-hamburger.toast.plus:after,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .i-hamburger.btn-period-clear:before,.w-time-period .dropdown .w-selection .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .i-hamburger.btn-period-clear:before,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .i-hamburger.btn-filter:before,.w-time-period .dropdown .w-selection .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .i-hamburger.btn-filter:before,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .i-hamburger.btn-period-edit:before,.w-time-period .dropdown .w-selection .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .i-hamburger.btn-period-edit:before,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .i-hamburger.btn-filter:before,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.i-hamburger,.toggleWrapper .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead input.mobileToggle+label.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead tbody span.i-hamburger.status,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results tbody thead span.i-hamburger.status,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead tbody td.is-running span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results tbody td.is-running thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead tbody td.is-pending span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results tbody td.is-pending thead span.i-hamburger,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.icon,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.w-alert-banner:before,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.w-alert-banner:before,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.w-alert-banner:before,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .w-dialog.plus .i-hamburger.dialog-aside:after,.w-dialog.plus ._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.dialog-aside:after,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .w-toast .i-hamburger.toast.plus:after,.w-toast ._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.toast.plus:after,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .i-hamburger.btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.btn-period-clear:before,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .i-hamburger.btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.btn-filter:before,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .i-hamburger.btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.btn-period-edit:before,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.btn-filter:before,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.i-hamburger,.toggleWrapper ._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead input.mobileToggle+label.i-hamburger,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead tbody span.i-hamburger.status,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results tbody thead span.i-hamburger.status,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead tbody td.is-running span.i-hamburger,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results tbody td.is-running thead span.i-hamburger,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead tbody td.is-pending span.i-hamburger,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results tbody td.is-pending thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .i-hamburger.dropdown-toggle:after,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .i-hamburger.dropdown-toggle:after,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .i-hamburger.dropdown-toggle:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .i-hamburger.dropdown-toggle:after,.nav-page-grid .nav-page-content .block-filters .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .i-hamburger.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.dropdown-toggle:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .i-hamburger.filter,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .i-hamburger.filter,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .i-hamburger.filter,.nav-page-grid .nav-page-content .block-filters .liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .i-hamburger.filter,.nav-page-grid .nav-page-content .block-filters .w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .i-hamburger.filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.filter,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .form-label.status span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .status.status-log span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .status.status-report-item span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .double-list dd.status span.i-hamburger,.double-list .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead dd.status span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .double-list dt.status span.i-hamburger,.double-list .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead dt.status span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span.i-hamburger,.w-cards-container .w-card .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .status.title span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.i-hamburger,.w-cards-container .w-card.centered .w-value .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .status.label span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .form-label.status span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .status.status-log span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .status.status-report-item span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .double-list dd.status span.i-hamburger,.double-list .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead dd.status span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .double-list dt.status span.i-hamburger,.double-list .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead dt.status span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span.i-hamburger,.w-cards-container .w-card .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .status.title span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.i-hamburger,.w-cards-container .w-card.centered .w-value .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .status.label span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span.i-hamburger,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .form-label.status span.i-hamburger,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .status.status-log span.i-hamburger,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .status.status-report-item span.i-hamburger,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .double-list dd.status span.i-hamburger,.double-list ._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead dd.status span.i-hamburger,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .double-list dt.status span.i-hamburger,.double-list ._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead dt.status span.i-hamburger,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .w-cards-container .w-card .status.title span.i-hamburger,.w-cards-container .w-card ._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .status.title span.i-hamburger,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.i-hamburger,.w-cards-container .w-card.centered .w-value ._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .status.label span.i-hamburger,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead tbody tr.sublist .status.title span.i-hamburger,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results tbody tr.sublist thead .status.title span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard .form-label.status ._account_api .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard .status.status-log ._account_api .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard .status.status-report-item ._account_api .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard .double-list dd.status ._account_api .list-results thead span.i-hamburger,.double-list .nav-page-grid .nav-page-content .block-filters .liveDashboard dd.status ._account_api .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard .double-list dt.status ._account_api .list-results thead span.i-hamburger,.double-list .nav-page-grid .nav-page-content .block-filters .liveDashboard dt.status ._account_api .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span.i-hamburger,.w-cards-container .w-card .nav-page-grid .nav-page-content .block-filters .liveDashboard .status.title ._account_api .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.i-hamburger,.w-cards-container .w-card.centered .w-value .nav-page-grid .nav-page-content .block-filters .liveDashboard .status.label ._account_api .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span.i-hamburger,.list-results tbody tr.sublist .nav-page-grid .nav-page-content .block-filters .liveDashboard .status.title ._account_api .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .form-label.status ._account_api .liveDashboard .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .status.status-log ._account_api .liveDashboard .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .status.status-report-item ._account_api .liveDashboard .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .double-list dd.status ._account_api .liveDashboard .list-results thead span.i-hamburger,.double-list .nav-page-grid .nav-page-content .block-filters dd.status ._account_api .liveDashboard .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .double-list dt.status ._account_api .liveDashboard .list-results thead span.i-hamburger,.double-list .nav-page-grid .nav-page-content .block-filters dt.status ._account_api .liveDashboard .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead span.i-hamburger,.w-cards-container .w-card .nav-page-grid .nav-page-content .block-filters .status.title ._account_api .liveDashboard .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead span.i-hamburger,.w-cards-container .w-card.centered .w-value .nav-page-grid .nav-page-content .block-filters .status.label ._account_api .liveDashboard .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead span.i-hamburger,.list-results tbody tr.sublist .nav-page-grid .nav-page-content .block-filters .status.title ._account_api .liveDashboard .list-results thead span.i-hamburger,.form-label.status ._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-hamburger,.status.status-log ._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-hamburger,.status.status-report-item ._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-hamburger,.double-list dd.status ._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-hamburger,.double-list dt.status ._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-hamburger,.w-cards-container .w-card .status.title ._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-hamburger,.w-cards-container .w-card.centered .w-value .status.label ._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-hamburger,.list-results tbody tr.sublist .status.title ._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span.i-hamburger,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .w-filters-selected label.status.small span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead span.i-hamburger,.w-filters-selected label.status.small ._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.i-hamburger,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead span.i-hamburger,.w-filters-selected .status.btn-f-s ._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .sub-header .w-form label.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .sub-header .w-double-list label.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .sub-header .w-form label.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .sub-header .w-double-list label.i-hamburger,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .sub-header .w-form label.i-hamburger,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .sub-header .w-double-list label.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard .sub-header .w-form ._account_api .list-results thead label.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard .sub-header .w-double-list ._account_api .list-results thead label.i-hamburger,.nav-page-grid .nav-page-content .block-filters .sub-header .w-form ._account_api .liveDashboard .list-results thead label.i-hamburger,.nav-page-grid .nav-page-content .block-filters .sub-header .w-double-list ._account_api .liveDashboard .list-results thead label.i-hamburger,.sub-header .w-form ._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead label.i-hamburger,.sub-header .w-double-list ._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead label.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .block-filters button.i-hamburger:after,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .block-filters button.i-hamburger:after,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .block-filters button.i-hamburger:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard .block-filters ._account_api .list-results thead button.i-hamburger:after,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead button.i-hamburger:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .block-filters select.i-hamburger:after,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .block-filters select.i-hamburger:after,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .block-filters select.i-hamburger:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard .block-filters ._account_api .list-results thead select.i-hamburger:after,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead select.i-hamburger:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .form-auto-list .i-hamburger.form-auto-item.is-user-is-inactive,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .form-auto-list .i-hamburger.form-auto-item.is-user-is-inactive,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .form-auto-list .i-hamburger.form-auto-item.is-user-is-inactive,.nav-page-grid .nav-page-content .block-filters .liveDashboard .form-auto-list ._account_api .list-results thead .i-hamburger.form-auto-item.is-user-is-inactive,.nav-page-grid .nav-page-content .block-filters .form-auto-list ._account_api .liveDashboard .list-results thead .i-hamburger.form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.form-auto-item.is-user-is-inactive,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .form-auto-list .i-hamburger.form-auto-item.is-user-is-active,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .form-auto-list .i-hamburger.form-auto-item.is-user-is-active,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .form-auto-list .i-hamburger.form-auto-item.is-user-is-active,.nav-page-grid .nav-page-content .block-filters .liveDashboard .form-auto-list ._account_api .list-results thead .i-hamburger.form-auto-item.is-user-is-active,.nav-page-grid .nav-page-content .block-filters .form-auto-list ._account_api .liveDashboard .list-results thead .i-hamburger.form-auto-item.is-user-is-active,.form-auto-list ._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.form-auto-item.is-user-is-active,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .list-results-header .status.title span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .list-results-header .status.title span.i-hamburger,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .list-results-header .status.title span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results-header .status.title ._account_api .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .list-results-header .status.title ._account_api .liveDashboard .list-results thead span.i-hamburger,.list-results-header .status.title ._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead tr span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead tr span.i-hamburger,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead tr span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .i-hamburger.dropdown-toggle:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.dropdown-toggle:after,.nav-page-grid .nav-page-content .block-filters .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .i-hamburger.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .i-hamburger.dropdown-toggle:after,.nav-page-grid .nav-page-content .block-filters ._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .i-hamburger.filter,._account_api .w-filter-preset.w-filter-preset .filter-preset .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.filter,.nav-page-grid .nav-page-content .block-filters .w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .i-hamburger.filter,.w-filter-preset.w-filter-preset .filter-preset .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .i-hamburger.filter,.nav-page-grid .nav-page-content .block-filters ._account_api .form-label.status .liveDashboard .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .status.status-log .liveDashboard .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .status.status-report-item .liveDashboard .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .double-list dd.status .liveDashboard .list-results thead span.i-hamburger,.double-list .nav-page-grid .nav-page-content .block-filters ._account_api dd.status .liveDashboard .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .double-list dt.status .liveDashboard .list-results thead span.i-hamburger,.double-list .nav-page-grid .nav-page-content .block-filters ._account_api dt.status .liveDashboard .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span.i-hamburger,.w-cards-container .w-card .nav-page-grid .nav-page-content .block-filters ._account_api .status.title .liveDashboard .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.i-hamburger,.w-cards-container .w-card.centered .w-value .nav-page-grid .nav-page-content .block-filters ._account_api .status.label .liveDashboard .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.i-hamburger,.list-results tbody tr.sublist .nav-page-grid .nav-page-content .block-filters ._account_api .status.title .liveDashboard .list-results thead span.i-hamburger,._account_api .form-label.status .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-hamburger,._account_api .status.status-log .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-hamburger,._account_api .status.status-report-item .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-hamburger,._account_api .double-list dd.status .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-hamburger,.double-list ._account_api dd.status .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-hamburger,._account_api .double-list dt.status .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-hamburger,.double-list ._account_api dt.status .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-hamburger,._account_api .w-cards-container .w-card .status.title .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-hamburger,.w-cards-container .w-card ._account_api .status.title .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-hamburger,._account_api .w-cards-container .w-card.centered .w-value .status.label .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-hamburger,.w-cards-container .w-card.centered .w-value ._account_api .status.label .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-hamburger,._account_api .list-results tbody tr.sublist .status.title .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-hamburger,.list-results tbody tr.sublist ._account_api .status.title .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .form-label.status .liveDashboard ._account_api .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .status.status-log .liveDashboard ._account_api .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .status.status-report-item .liveDashboard ._account_api .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .double-list dd.status .liveDashboard ._account_api .list-results thead span.i-hamburger,.double-list .nav-page-grid .nav-page-content .block-filters dd.status .liveDashboard ._account_api .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .double-list dt.status .liveDashboard ._account_api .list-results thead span.i-hamburger,.double-list .nav-page-grid .nav-page-content .block-filters dt.status .liveDashboard ._account_api .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead span.i-hamburger,.w-cards-container .w-card .nav-page-grid .nav-page-content .block-filters .status.title .liveDashboard ._account_api .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead span.i-hamburger,.w-cards-container .w-card.centered .w-value .nav-page-grid .nav-page-content .block-filters .status.label .liveDashboard ._account_api .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead span.i-hamburger,.list-results tbody tr.sublist .nav-page-grid .nav-page-content .block-filters .status.title .liveDashboard ._account_api .list-results thead span.i-hamburger,.form-label.status .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead span.i-hamburger,.status.status-log .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead span.i-hamburger,.status.status-report-item .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead span.i-hamburger,.double-list dd.status .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead span.i-hamburger,.double-list dt.status .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead span.i-hamburger,.w-cards-container .w-card .status.title .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead span.i-hamburger,.w-cards-container .w-card.centered .w-value .status.label .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead span.i-hamburger,.list-results tbody tr.sublist .status.title .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span.i-hamburger,._account_api .w-filters-selected label.status.small .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead span.i-hamburger,.w-filters-selected label.status.small .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.i-hamburger,._account_api .w-filters-selected .status.btn-f-s .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead span.i-hamburger,.w-filters-selected .status.btn-f-s .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .sub-header .w-form .liveDashboard .list-results thead label.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .sub-header .w-double-list .liveDashboard .list-results thead label.i-hamburger,._account_api .sub-header .w-form .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead label.i-hamburger,._account_api .sub-header .w-double-list .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead label.i-hamburger,.nav-page-grid .nav-page-content .block-filters .sub-header .w-form .liveDashboard ._account_api .list-results thead label.i-hamburger,.nav-page-grid .nav-page-content .block-filters .sub-header .w-double-list .liveDashboard ._account_api .list-results thead label.i-hamburger,.sub-header .w-form .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead label.i-hamburger,.sub-header .w-double-list .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead label.i-hamburger,.nav-page-grid .nav-page-content ._account_api .block-filters .liveDashboard .list-results thead button.i-hamburger:after,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead button.i-hamburger:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead button.i-hamburger:after,.nav-page-grid .nav-page-content ._account_api .block-filters .liveDashboard .list-results thead select.i-hamburger:after,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead select.i-hamburger:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead select.i-hamburger:after,.nav-page-grid .nav-page-content .block-filters ._account_api .form-auto-list .liveDashboard .list-results thead .i-hamburger.form-auto-item.is-user-is-inactive,._account_api .form-auto-list .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.form-auto-item.is-user-is-inactive,.nav-page-grid .nav-page-content .block-filters .form-auto-list .liveDashboard ._account_api .list-results thead .i-hamburger.form-auto-item.is-user-is-inactive,.form-auto-list .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .i-hamburger.form-auto-item.is-user-is-inactive,.nav-page-grid .nav-page-content .block-filters ._account_api .form-auto-list .liveDashboard .list-results thead .i-hamburger.form-auto-item.is-user-is-active,._account_api .form-auto-list .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.form-auto-item.is-user-is-active,.nav-page-grid .nav-page-content .block-filters .form-auto-list .liveDashboard ._account_api .list-results thead .i-hamburger.form-auto-item.is-user-is-active,.form-auto-list .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .i-hamburger.form-auto-item.is-user-is-active,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results-header .status.title .liveDashboard .list-results thead span.i-hamburger,._account_api .list-results-header .status.title .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .list-results-header .status.title .liveDashboard ._account_api .list-results thead span.i-hamburger,.list-results-header .status.title .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead span.i-hamburger,.liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.icon,.liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.w-alert-banner:before,.liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.w-alert-banner:before,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.w-alert-banner:before,.liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .w-dialog.plus .i-hamburger.dialog-aside:after,.w-dialog.plus .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.dialog-aside:after,.liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .w-toast .i-hamburger.toast.plus:after,.w-toast .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.toast.plus:after,.liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .w-time-period .dropdown .w-selection .i-hamburger.btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.btn-period-clear:before,.liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .w-time-period .dropdown .w-selection .i-hamburger.btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.btn-filter:before,.liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .w-time-period .dropdown .w-selection .i-hamburger.btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.btn-period-edit:before,.liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.btn-filter:before,.liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .toggleWrapper input.mobileToggle+label.i-hamburger,.toggleWrapper .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters input.mobileToggle+label.i-hamburger,.liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters tbody span.i-hamburger.status,.liveDashboard .list-results tbody thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger.status,.liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters tbody td.is-running span.i-hamburger,.liveDashboard .list-results tbody td.is-running thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters tbody td.is-pending span.i-hamburger,.liveDashboard .list-results tbody td.is-pending thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.icon,.liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.w-alert-banner:before,.liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.w-alert-banner:before,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.w-alert-banner:before,.liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .w-dialog.plus .i-hamburger.dialog-aside:after,.w-dialog.plus .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.dialog-aside:after,.liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .w-toast .i-hamburger.toast.plus:after,.w-toast .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.toast.plus:after,.liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .w-time-period .dropdown .w-selection .i-hamburger.btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.btn-period-clear:before,.liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .w-time-period .dropdown .w-selection .i-hamburger.btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.btn-filter:before,.liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .w-time-period .dropdown .w-selection .i-hamburger.btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.btn-period-edit:before,.liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.btn-filter:before,.liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .toggleWrapper input.mobileToggle+label.i-hamburger,.toggleWrapper .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters input.mobileToggle+label.i-hamburger,.liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters tbody span.i-hamburger.status,.liveDashboard .list-results tbody thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger.status,.liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters tbody td.is-running span.i-hamburger,.liveDashboard .list-results tbody td.is-running thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters tbody td.is-pending span.i-hamburger,.liveDashboard .list-results tbody td.is-pending thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .w-filter-preset.w-filter-preset .filter-preset .dropdown .i-hamburger.dropdown-toggle:after,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .nav-page-grid .nav-page-content .block-filters .i-hamburger.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.dropdown-toggle:after,.liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .w-filter-preset.w-filter-preset .filter-preset .i-hamburger.filter,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .nav-page-grid .nav-page-content .block-filters .i-hamburger.filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.filter,.liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .form-label.status span.i-hamburger,.liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .status.status-log span.i-hamburger,.liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .status.status-report-item span.i-hamburger,.liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .double-list dd.status span.i-hamburger,.double-list .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters dd.status span.i-hamburger,.liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .double-list dt.status span.i-hamburger,.double-list .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters dt.status span.i-hamburger,.liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .w-cards-container .w-card .status.title span.i-hamburger,.w-cards-container .w-card .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .status.title span.i-hamburger,.liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .w-cards-container .w-card.centered .w-value .status.label span.i-hamburger,.w-cards-container .w-card.centered .w-value .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .status.label span.i-hamburger,.liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters tbody tr.sublist .status.title span.i-hamburger,.liveDashboard .list-results tbody tr.sublist thead .nav-page-grid .nav-page-content .block-filters .status.title span.i-hamburger,.liveDashboard .list-results thead .form-label.status .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .list-results thead .status.status-log .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .list-results thead .status.status-report-item .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .list-results thead .double-list dd.status .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list .liveDashboard .list-results thead dd.status .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .list-results thead .double-list dt.status .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list .liveDashboard .list-results thead dt.status .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .list-results thead .w-cards-container .w-card .status.title .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card .liveDashboard .list-results thead .status.title .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card.centered .w-value .liveDashboard .list-results thead .status.label .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .list-results thead tbody tr.sublist .status.title .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .list-results tbody tr.sublist thead .status.title .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.form-label.status .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.status.status-log .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.status.status-report-item .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list dd.status .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list dt.status .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card .status.title .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.list-results tbody tr.sublist .status.title .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .w-filters-selected label.status.small span.i-hamburger,.liveDashboard .list-results thead .w-filters-selected label.status.small .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-filters-selected label.status.small .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .w-filters-selected .status.btn-f-s span.i-hamburger,.liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-filters-selected .status.btn-f-s .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .sub-header .w-form label.i-hamburger,.liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .sub-header .w-double-list label.i-hamburger,.liveDashboard .list-results thead .sub-header .w-form .nav-page-grid .nav-page-content .block-filters label.i-hamburger,.liveDashboard .list-results thead .sub-header .w-double-list .nav-page-grid .nav-page-content .block-filters label.i-hamburger,.sub-header .w-form .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters label.i-hamburger,.sub-header .w-double-list .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters label.i-hamburger,.liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters button.i-hamburger:after,.block-filters .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters button.i-hamburger:after,.liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters select.i-hamburger:after,.block-filters .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters select.i-hamburger:after,.liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .form-auto-list .i-hamburger.form-auto-item.is-user-is-inactive,.liveDashboard .list-results thead .form-auto-list .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-inactive,.liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .form-auto-list .i-hamburger.form-auto-item.is-user-is-active,.liveDashboard .list-results thead .form-auto-list .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-active,.form-auto-list .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-active,.liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .list-results-header .status.title span.i-hamburger,.liveDashboard .list-results thead .list-results-header .status.title .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.list-results-header .status.title .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters tr span.i-hamburger,.liveDashboard .list-results thead tr .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.icon,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .w-dialog.plus .i-hamburger.dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.dialog-aside:after,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .w-toast .i-hamburger.toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.toast.plus:after,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .w-time-period .dropdown .w-selection .i-hamburger.btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.btn-period-clear:before,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .w-time-period .dropdown .w-selection .i-hamburger.btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.btn-filter:before,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .w-time-period .dropdown .w-selection .i-hamburger.btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.btn-period-edit:before,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.btn-filter:before,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .toggleWrapper input.mobileToggle+label.i-hamburger,.toggleWrapper .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters input.mobileToggle+label.i-hamburger,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters tbody span.i-hamburger.status,.liveDashboard ._account_api .list-results tbody thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger.status,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters tbody td.is-running span.i-hamburger,.liveDashboard ._account_api .list-results tbody td.is-running thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters tbody td.is-pending span.i-hamburger,.liveDashboard ._account_api .list-results tbody td.is-pending thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.icon,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.w-alert-banner:before,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.w-alert-banner:before,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.w-alert-banner:before,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .w-dialog.plus .i-hamburger.dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.dialog-aside:after,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .w-toast .i-hamburger.toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.toast.plus:after,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .w-time-period .dropdown .w-selection .i-hamburger.btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.btn-period-clear:before,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .w-time-period .dropdown .w-selection .i-hamburger.btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.btn-filter:before,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .w-time-period .dropdown .w-selection .i-hamburger.btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.btn-period-edit:before,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.btn-filter:before,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .toggleWrapper input.mobileToggle+label.i-hamburger,.toggleWrapper ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters input.mobileToggle+label.i-hamburger,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters tbody span.i-hamburger.status,._account_api .liveDashboard .list-results tbody thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger.status,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters tbody td.is-running span.i-hamburger,._account_api .liveDashboard .list-results tbody td.is-running thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters tbody td.is-pending span.i-hamburger,._account_api .liveDashboard .list-results tbody td.is-pending thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .w-filter-preset.w-filter-preset .filter-preset .dropdown .i-hamburger.dropdown-toggle:after,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .w-filter-preset.w-filter-preset .filter-preset .dropdown .i-hamburger.dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .nav-page-grid .nav-page-content .block-filters .i-hamburger.dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .nav-page-grid .nav-page-content .block-filters .i-hamburger.dropdown-toggle:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .w-filter-preset.w-filter-preset .filter-preset .i-hamburger.filter,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .w-filter-preset.w-filter-preset .filter-preset .i-hamburger.filter,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .nav-page-grid .nav-page-content .block-filters .i-hamburger.filter,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .nav-page-grid .nav-page-content .block-filters .i-hamburger.filter,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.filter,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .form-label.status span.i-hamburger,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .status.status-log span.i-hamburger,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .status.status-report-item span.i-hamburger,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .double-list dd.status span.i-hamburger,.double-list .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters dd.status span.i-hamburger,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .double-list dt.status span.i-hamburger,.double-list .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters dt.status span.i-hamburger,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .w-cards-container .w-card .status.title span.i-hamburger,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .status.title span.i-hamburger,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .w-cards-container .w-card.centered .w-value .status.label span.i-hamburger,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .status.label span.i-hamburger,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters tbody tr.sublist .status.title span.i-hamburger,.liveDashboard ._account_api .list-results tbody tr.sublist thead .nav-page-grid .nav-page-content .block-filters .status.title span.i-hamburger,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .form-label.status span.i-hamburger,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .status.status-log span.i-hamburger,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .status.status-report-item span.i-hamburger,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .double-list dd.status span.i-hamburger,.double-list ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters dd.status span.i-hamburger,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .double-list dt.status span.i-hamburger,.double-list ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters dt.status span.i-hamburger,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .w-cards-container .w-card .status.title span.i-hamburger,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .status.title span.i-hamburger,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .w-cards-container .w-card.centered .w-value .status.label span.i-hamburger,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .status.label span.i-hamburger,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters tbody tr.sublist .status.title span.i-hamburger,._account_api .liveDashboard .list-results tbody tr.sublist thead .nav-page-grid .nav-page-content .block-filters .status.title span.i-hamburger,.liveDashboard ._account_api .list-results thead .form-label.status .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead .status.status-log .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead .status.status-report-item .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead .double-list dd.status .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list .liveDashboard ._account_api .list-results thead dd.status .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead .double-list dt.status .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list .liveDashboard ._account_api .list-results thead dt.status .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead .form-label.status .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead .status.status-log .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead .status.status-report-item .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead .double-list dd.status .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list ._account_api .liveDashboard .list-results thead dd.status .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead .double-list dt.status .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list ._account_api .liveDashboard .list-results thead dt.status .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .form-label.status ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .status.status-log ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .status.status-report-item ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .double-list dd.status ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list .liveDashboard dd.status ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .double-list dt.status ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list .liveDashboard dt.status ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.form-label.status ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.status.status-log ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.status.status-report-item ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list dd.status ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list dt.status ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .w-filters-selected label.status.small span.i-hamburger,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .w-filters-selected label.status.small span.i-hamburger,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .w-filters-selected .status.btn-f-s span.i-hamburger,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .w-filters-selected .status.btn-f-s span.i-hamburger,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .sub-header .w-form label.i-hamburger,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .sub-header .w-double-list label.i-hamburger,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .sub-header .w-form label.i-hamburger,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .sub-header .w-double-list label.i-hamburger,.liveDashboard ._account_api .list-results thead .sub-header .w-form .nav-page-grid .nav-page-content .block-filters label.i-hamburger,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list .nav-page-grid .nav-page-content .block-filters label.i-hamburger,._account_api .liveDashboard .list-results thead .sub-header .w-form .nav-page-grid .nav-page-content .block-filters label.i-hamburger,._account_api .liveDashboard .list-results thead .sub-header .w-double-list .nav-page-grid .nav-page-content .block-filters label.i-hamburger,.liveDashboard .sub-header .w-form ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters label.i-hamburger,.liveDashboard .sub-header .w-double-list ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters label.i-hamburger,.sub-header .w-form ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters label.i-hamburger,.sub-header .w-double-list ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters label.i-hamburger,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters button.i-hamburger:after,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters button.i-hamburger:after,.liveDashboard .block-filters ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters button.i-hamburger:after,.block-filters ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters button.i-hamburger:after,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters select.i-hamburger:after,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters select.i-hamburger:after,.liveDashboard .block-filters ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters select.i-hamburger:after,.block-filters ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters select.i-hamburger:after,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .form-auto-list .i-hamburger.form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .form-auto-list .i-hamburger.form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .form-auto-list .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .form-auto-list .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-inactive,.liveDashboard .form-auto-list ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .form-auto-list .i-hamburger.form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .form-auto-list .i-hamburger.form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .form-auto-list .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .form-auto-list .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-active,.liveDashboard .form-auto-list ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-active,.form-auto-list ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .list-results-header .status.title span.i-hamburger,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .list-results-header .status.title span.i-hamburger,.liveDashboard ._account_api .list-results thead .list-results-header .status.title .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead .list-results-header .status.title .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .list-results-header .status.title ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.list-results-header .status.title ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters tr span.i-hamburger,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters tr span.i-hamburger,.liveDashboard ._account_api .list-results thead tr .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead tr .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.icon,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .w-dialog.plus .i-hamburger.dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.dialog-aside:after,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .w-toast .i-hamburger.toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.toast.plus:after,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .w-time-period .dropdown .w-selection .i-hamburger.btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.btn-period-clear:before,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .w-time-period .dropdown .w-selection .i-hamburger.btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.btn-filter:before,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .w-time-period .dropdown .w-selection .i-hamburger.btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.btn-period-edit:before,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.btn-filter:before,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .toggleWrapper input.mobileToggle+label.i-hamburger,.toggleWrapper .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters input.mobileToggle+label.i-hamburger,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters tbody span.i-hamburger.status,.liveDashboard ._account_api .list-results tbody thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger.status,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters tbody td.is-running span.i-hamburger,.liveDashboard ._account_api .list-results tbody td.is-running thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters tbody td.is-pending span.i-hamburger,.liveDashboard ._account_api .list-results tbody td.is-pending thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.icon,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.w-alert-banner:before,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.w-alert-banner:before,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.w-alert-banner:before,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .w-dialog.plus .i-hamburger.dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.dialog-aside:after,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .w-toast .i-hamburger.toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.toast.plus:after,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .w-time-period .dropdown .w-selection .i-hamburger.btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.btn-period-clear:before,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .w-time-period .dropdown .w-selection .i-hamburger.btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.btn-filter:before,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .w-time-period .dropdown .w-selection .i-hamburger.btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.btn-period-edit:before,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.btn-filter:before,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .toggleWrapper input.mobileToggle+label.i-hamburger,.toggleWrapper ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters input.mobileToggle+label.i-hamburger,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters tbody span.i-hamburger.status,._account_api .liveDashboard .list-results tbody thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger.status,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters tbody td.is-running span.i-hamburger,._account_api .liveDashboard .list-results tbody td.is-running thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters tbody td.is-pending span.i-hamburger,._account_api .liveDashboard .list-results tbody td.is-pending thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .w-filter-preset.w-filter-preset .filter-preset .dropdown .i-hamburger.dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .nav-page-grid .nav-page-content .block-filters .i-hamburger.dropdown-toggle:after,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .w-filter-preset.w-filter-preset .filter-preset .dropdown .i-hamburger.dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .nav-page-grid .nav-page-content .block-filters .i-hamburger.dropdown-toggle:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .w-filter-preset.w-filter-preset .filter-preset .i-hamburger.filter,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .nav-page-grid .nav-page-content .block-filters .i-hamburger.filter,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .w-filter-preset.w-filter-preset .filter-preset .i-hamburger.filter,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .nav-page-grid .nav-page-content .block-filters .i-hamburger.filter,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.filter,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .form-label.status span.i-hamburger,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .status.status-log span.i-hamburger,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .status.status-report-item span.i-hamburger,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .double-list dd.status span.i-hamburger,.double-list .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters dd.status span.i-hamburger,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .double-list dt.status span.i-hamburger,.double-list .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters dt.status span.i-hamburger,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .w-cards-container .w-card .status.title span.i-hamburger,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .status.title span.i-hamburger,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .w-cards-container .w-card.centered .w-value .status.label span.i-hamburger,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .status.label span.i-hamburger,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters tbody tr.sublist .status.title span.i-hamburger,.liveDashboard ._account_api .list-results tbody tr.sublist thead .nav-page-grid .nav-page-content .block-filters .status.title span.i-hamburger,.liveDashboard ._account_api .list-results thead .form-label.status .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead .status.status-log .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead .status.status-report-item .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead .double-list dd.status .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list .liveDashboard ._account_api .list-results thead dd.status .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead .double-list dt.status .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list .liveDashboard ._account_api .list-results thead dt.status .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .form-label.status span.i-hamburger,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .status.status-log span.i-hamburger,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .status.status-report-item span.i-hamburger,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .double-list dd.status span.i-hamburger,.double-list ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters dd.status span.i-hamburger,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .double-list dt.status span.i-hamburger,.double-list ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters dt.status span.i-hamburger,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .w-cards-container .w-card .status.title span.i-hamburger,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .status.title span.i-hamburger,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .w-cards-container .w-card.centered .w-value .status.label span.i-hamburger,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .status.label span.i-hamburger,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters tbody tr.sublist .status.title span.i-hamburger,._account_api .liveDashboard .list-results tbody tr.sublist thead .nav-page-grid .nav-page-content .block-filters .status.title span.i-hamburger,._account_api .liveDashboard .list-results thead .form-label.status .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead .status.status-log .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead .status.status-report-item .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead .double-list dd.status .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list ._account_api .liveDashboard .list-results thead dd.status .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead .double-list dt.status .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list ._account_api .liveDashboard .list-results thead dt.status .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .form-label.status ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .status.status-log ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .status.status-report-item ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .double-list dd.status ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list .liveDashboard dd.status ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .double-list dt.status ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list .liveDashboard dt.status ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.form-label.status ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.status.status-log ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.status.status-report-item ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list dd.status ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list dt.status ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .w-filters-selected label.status.small span.i-hamburger,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .w-filters-selected label.status.small span.i-hamburger,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .w-filters-selected .status.btn-f-s span.i-hamburger,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .w-filters-selected .status.btn-f-s span.i-hamburger,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .sub-header .w-form label.i-hamburger,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .sub-header .w-double-list label.i-hamburger,.liveDashboard ._account_api .list-results thead .sub-header .w-form .nav-page-grid .nav-page-content .block-filters label.i-hamburger,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list .nav-page-grid .nav-page-content .block-filters label.i-hamburger,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .sub-header .w-form label.i-hamburger,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .sub-header .w-double-list label.i-hamburger,._account_api .liveDashboard .list-results thead .sub-header .w-form .nav-page-grid .nav-page-content .block-filters label.i-hamburger,._account_api .liveDashboard .list-results thead .sub-header .w-double-list .nav-page-grid .nav-page-content .block-filters label.i-hamburger,.liveDashboard .sub-header .w-form ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters label.i-hamburger,.liveDashboard .sub-header .w-double-list ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters label.i-hamburger,.sub-header .w-form ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters label.i-hamburger,.sub-header .w-double-list ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters label.i-hamburger,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters button.i-hamburger:after,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters button.i-hamburger:after,.liveDashboard .block-filters ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters button.i-hamburger:after,.block-filters ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters button.i-hamburger:after,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters select.i-hamburger:after,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters select.i-hamburger:after,.liveDashboard .block-filters ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters select.i-hamburger:after,.block-filters ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters select.i-hamburger:after,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .form-auto-list .i-hamburger.form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .form-auto-list .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .form-auto-list .i-hamburger.form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .form-auto-list .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-inactive,.liveDashboard .form-auto-list ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .form-auto-list .i-hamburger.form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .form-auto-list .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .form-auto-list .i-hamburger.form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .form-auto-list .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-active,.liveDashboard .form-auto-list ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-active,.form-auto-list ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .list-results-header .status.title span.i-hamburger,.liveDashboard ._account_api .list-results thead .list-results-header .status.title .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .list-results-header .status.title span.i-hamburger,._account_api .liveDashboard .list-results thead .list-results-header .status.title .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .list-results-header .status.title ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.list-results-header .status.title ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters tr span.i-hamburger,.liveDashboard ._account_api .list-results thead tr .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters tr span.i-hamburger,._account_api .liveDashboard .list-results thead tr .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.dropdown-toggle:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.filter,._account_api .form-label.status .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .status.status-log .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .status.status-report-item .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .double-list dd.status .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list ._account_api dd.status .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .double-list dt.status .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list ._account_api dt.status .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.form-label.status .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.status.status-log .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.status.status-report-item .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list dd.status .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list dt.status .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .sub-header .w-form .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters label.i-hamburger,._account_api .sub-header .w-double-list .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters label.i-hamburger,.sub-header .w-form .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters label.i-hamburger,.sub-header .w-double-list .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters label.i-hamburger,._account_api .block-filters .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters button.i-hamburger:after,.block-filters .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters button.i-hamburger:after,._account_api .block-filters .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters select.i-hamburger:after,.block-filters .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters select.i-hamburger:after,._account_api .form-auto-list .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-inactive,._account_api .form-auto-list .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-active,.form-auto-list .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-active,._account_api .list-results-header .status.title .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.list-results-header .status.title .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .i-hamburger.dropdown-toggle:after,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .nav-page-grid .nav-page-content .block-filters .i-hamburger.dropdown-toggle:after,.nav-page-grid .nav-page-content .block-filters .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .i-hamburger.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.dropdown-toggle:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .i-hamburger.filter,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .nav-page-grid .nav-page-content .block-filters .i-hamburger.filter,.nav-page-grid .nav-page-content .block-filters .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .i-hamburger.filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.filter,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .form-label.status span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .status.status-log span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .status.status-report-item span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .double-list dd.status span.i-hamburger,.double-list .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead dd.status span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .double-list dt.status span.i-hamburger,.double-list .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead dt.status span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .w-cards-container .w-card .status.title span.i-hamburger,.w-cards-container .w-card .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .status.title span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.i-hamburger,.w-cards-container .w-card.centered .w-value .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .status.label span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead tbody tr.sublist .status.title span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results tbody tr.sublist thead .status.title span.i-hamburger,.liveDashboard .list-results thead .form-label.status .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .list-results thead .status.status-log .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .list-results thead .status.status-report-item .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .list-results thead .double-list dd.status .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list .liveDashboard .list-results thead dd.status .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .list-results thead .double-list dt.status .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list .liveDashboard .list-results thead dt.status .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .list-results thead .w-cards-container .w-card .status.title .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card .liveDashboard .list-results thead .status.title .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card.centered .w-value .liveDashboard .list-results thead .status.label .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .list-results thead tbody tr.sublist .status.title .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .list-results tbody tr.sublist thead .status.title .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .form-label.status .liveDashboard .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .status.status-log .liveDashboard .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .status.status-report-item .liveDashboard .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .double-list dd.status .liveDashboard .list-results thead span.i-hamburger,.double-list .nav-page-grid .nav-page-content .block-filters dd.status .liveDashboard .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .double-list dt.status .liveDashboard .list-results thead span.i-hamburger,.double-list .nav-page-grid .nav-page-content .block-filters dt.status .liveDashboard .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .w-cards-container .w-card .status.title .liveDashboard .list-results thead span.i-hamburger,.w-cards-container .w-card .nav-page-grid .nav-page-content .block-filters .status.title .liveDashboard .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.i-hamburger,.w-cards-container .w-card.centered .w-value .nav-page-grid .nav-page-content .block-filters .status.label .liveDashboard .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.i-hamburger,.list-results tbody tr.sublist .nav-page-grid .nav-page-content .block-filters .status.title .liveDashboard .list-results thead span.i-hamburger,.form-label.status .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.status.status-log .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.status.status-report-item .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list dd.status .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list dt.status .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card .status.title .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.list-results tbody tr.sublist .status.title .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .w-filters-selected label.status.small span.i-hamburger,.liveDashboard .list-results thead .w-filters-selected label.status.small .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .w-filters-selected label.status.small .liveDashboard .list-results thead span.i-hamburger,.w-filters-selected label.status.small .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.i-hamburger,.liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.i-hamburger,.w-filters-selected .status.btn-f-s .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .sub-header .w-form label.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .sub-header .w-double-list label.i-hamburger,.liveDashboard .list-results thead .sub-header .w-form .nav-page-grid .nav-page-content .block-filters label.i-hamburger,.liveDashboard .list-results thead .sub-header .w-double-list .nav-page-grid .nav-page-content .block-filters label.i-hamburger,.nav-page-grid .nav-page-content .block-filters .sub-header .w-form .liveDashboard .list-results thead label.i-hamburger,.nav-page-grid .nav-page-content .block-filters .sub-header .w-double-list .liveDashboard .list-results thead label.i-hamburger,.sub-header .w-form .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters label.i-hamburger,.sub-header .w-double-list .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters label.i-hamburger,.nav-page-grid .nav-page-content .liveDashboard .list-results thead .block-filters button.i-hamburger:after,.liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters button.i-hamburger:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead button.i-hamburger:after,.nav-page-grid .nav-page-content .liveDashboard .list-results thead .block-filters select.i-hamburger:after,.liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters select.i-hamburger:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead select.i-hamburger:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .form-auto-list .i-hamburger.form-auto-item.is-user-is-inactive,.liveDashboard .list-results thead .form-auto-list .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-inactive,.nav-page-grid .nav-page-content .block-filters .form-auto-list .liveDashboard .list-results thead .i-hamburger.form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-inactive,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .form-auto-list .i-hamburger.form-auto-item.is-user-is-active,.liveDashboard .list-results thead .form-auto-list .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-active,.nav-page-grid .nav-page-content .block-filters .form-auto-list .liveDashboard .list-results thead .i-hamburger.form-auto-item.is-user-is-active,.form-auto-list .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-active,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .list-results-header .status.title span.i-hamburger,.liveDashboard .list-results thead .list-results-header .status.title .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .list-results-header .status.title .liveDashboard .list-results thead span.i-hamburger,.list-results-header .status.title .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead tr span.i-hamburger,.liveDashboard .list-results thead tr .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.icon,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.w-alert-banner:before,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .i-hamburger.w-alert-banner:before,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.w-alert-banner:before,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.w-alert-banner:before,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .w-dialog.plus .i-hamburger.dialog-aside:after,.w-dialog.plus .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.dialog-aside:after,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .w-toast .i-hamburger.toast.plus:after,.w-toast .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.toast.plus:after,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .w-time-period .dropdown .w-selection .i-hamburger.btn-period-clear:before,.w-time-period .dropdown .w-selection .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.btn-period-clear:before,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .w-time-period .dropdown .w-selection .i-hamburger.btn-filter:before,.w-time-period .dropdown .w-selection .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.btn-filter:before,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .w-time-period .dropdown .w-selection .i-hamburger.btn-period-edit:before,.w-time-period .dropdown .w-selection .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.btn-period-edit:before,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.btn-filter:before,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .toggleWrapper input.mobileToggle+label.i-hamburger,.toggleWrapper .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead input.mobileToggle+label.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead tbody span.i-hamburger.status,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results tbody thead span.i-hamburger.status,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead tbody td.is-running span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results tbody td.is-running thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead tbody td.is-pending span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results tbody td.is-pending thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .i-hamburger.icon,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .i-hamburger.w-alert-banner:before,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .i-hamburger.w-alert-banner:before,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .i-hamburger.w-alert-banner:before,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .w-dialog.plus .i-hamburger.dialog-aside:after,.w-dialog.plus .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .i-hamburger.dialog-aside:after,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .w-toast .i-hamburger.toast.plus:after,.w-toast .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .i-hamburger.toast.plus:after,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .i-hamburger.btn-period-clear:before,.w-time-period .dropdown .w-selection .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .i-hamburger.btn-period-clear:before,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .i-hamburger.btn-filter:before,.w-time-period .dropdown .w-selection .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .i-hamburger.btn-filter:before,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .i-hamburger.btn-period-edit:before,.w-time-period .dropdown .w-selection .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .i-hamburger.btn-period-edit:before,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .i-hamburger.btn-filter:before,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.i-hamburger,.toggleWrapper .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead input.mobileToggle+label.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead tbody span.i-hamburger.status,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results tbody thead span.i-hamburger.status,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead tbody td.is-running span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results tbody td.is-running thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead tbody td.is-pending span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results tbody td.is-pending thead span.i-hamburger,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.icon,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.w-alert-banner:before,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.w-alert-banner:before,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.w-alert-banner:before,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .w-dialog.plus .i-hamburger.dialog-aside:after,.w-dialog.plus .liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.dialog-aside:after,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .w-toast .i-hamburger.toast.plus:after,.w-toast .liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.toast.plus:after,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .w-time-period .dropdown .w-selection .i-hamburger.btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.btn-period-clear:before,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .w-time-period .dropdown .w-selection .i-hamburger.btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.btn-filter:before,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .w-time-period .dropdown .w-selection .i-hamburger.btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.btn-period-edit:before,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.btn-filter:before,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .toggleWrapper input.mobileToggle+label.i-hamburger,.toggleWrapper .liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead input.mobileToggle+label.i-hamburger,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead tbody span.i-hamburger.status,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results tbody thead span.i-hamburger.status,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead tbody td.is-running span.i-hamburger,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results tbody td.is-running thead span.i-hamburger,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead tbody td.is-pending span.i-hamburger,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results tbody td.is-pending thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .i-hamburger.dropdown-toggle:after,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .i-hamburger.dropdown-toggle:after,.nav-page-grid .nav-page-content .block-filters ._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .i-hamburger.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.dropdown-toggle:after,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .i-hamburger.filter,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .i-hamburger.filter,.nav-page-grid .nav-page-content .block-filters ._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .i-hamburger.filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.filter,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .form-label.status span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .status.status-log span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .status.status-report-item span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .double-list dd.status span.i-hamburger,.double-list .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead dd.status span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .double-list dt.status span.i-hamburger,.double-list .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead dt.status span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span.i-hamburger,.w-cards-container .w-card .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .status.title span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.i-hamburger,.w-cards-container .w-card.centered .w-value .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .status.label span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span.i-hamburger,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .form-label.status span.i-hamburger,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .status.status-log span.i-hamburger,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .status.status-report-item span.i-hamburger,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .double-list dd.status span.i-hamburger,.double-list .liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead dd.status span.i-hamburger,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .double-list dt.status span.i-hamburger,.double-list .liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead dt.status span.i-hamburger,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .w-cards-container .w-card .status.title span.i-hamburger,.w-cards-container .w-card .liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .status.title span.i-hamburger,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.i-hamburger,.w-cards-container .w-card.centered .w-value .liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .status.label span.i-hamburger,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead tbody tr.sublist .status.title span.i-hamburger,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results tbody tr.sublist thead .status.title span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .form-label.status .liveDashboard .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .status.status-log .liveDashboard .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .status.status-report-item .liveDashboard .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .double-list dd.status .liveDashboard .list-results thead span.i-hamburger,.double-list .nav-page-grid .nav-page-content .block-filters ._account_api dd.status .liveDashboard .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .double-list dt.status .liveDashboard .list-results thead span.i-hamburger,.double-list .nav-page-grid .nav-page-content .block-filters ._account_api dt.status .liveDashboard .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span.i-hamburger,.w-cards-container .w-card .nav-page-grid .nav-page-content .block-filters ._account_api .status.title .liveDashboard .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.i-hamburger,.w-cards-container .w-card.centered .w-value .nav-page-grid .nav-page-content .block-filters ._account_api .status.label .liveDashboard .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.i-hamburger,.list-results tbody tr.sublist .nav-page-grid .nav-page-content .block-filters ._account_api .status.title .liveDashboard .list-results thead span.i-hamburger,.form-label.status .liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-hamburger,.status.status-log .liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-hamburger,.status.status-report-item .liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-hamburger,.double-list dd.status .liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-hamburger,.double-list dt.status .liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-hamburger,.w-cards-container .w-card .status.title .liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-hamburger,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-hamburger,.list-results tbody tr.sublist .status.title .liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span.i-hamburger,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .w-filters-selected label.status.small span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span.i-hamburger,.w-filters-selected label.status.small .liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.i-hamburger,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .w-filters-selected .status.btn-f-s span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.i-hamburger,.w-filters-selected .status.btn-f-s .liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .sub-header .w-form label.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .sub-header .w-double-list label.i-hamburger,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .sub-header .w-form label.i-hamburger,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .sub-header .w-double-list label.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .sub-header .w-form .liveDashboard .list-results thead label.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .sub-header .w-double-list .liveDashboard .list-results thead label.i-hamburger,.sub-header .w-form .liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead label.i-hamburger,.sub-header .w-double-list .liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead label.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .block-filters button.i-hamburger:after,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .block-filters button.i-hamburger:after,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead button.i-hamburger:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead button.i-hamburger:after,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .block-filters select.i-hamburger:after,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .block-filters select.i-hamburger:after,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead select.i-hamburger:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead select.i-hamburger:after,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .form-auto-list .i-hamburger.form-auto-item.is-user-is-inactive,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .form-auto-list .i-hamburger.form-auto-item.is-user-is-inactive,.nav-page-grid .nav-page-content .block-filters ._account_api .form-auto-list .liveDashboard .list-results thead .i-hamburger.form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.form-auto-item.is-user-is-inactive,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .form-auto-list .i-hamburger.form-auto-item.is-user-is-active,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .form-auto-list .i-hamburger.form-auto-item.is-user-is-active,.nav-page-grid .nav-page-content .block-filters ._account_api .form-auto-list .liveDashboard .list-results thead .i-hamburger.form-auto-item.is-user-is-active,.form-auto-list .liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.form-auto-item.is-user-is-active,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .list-results-header .status.title span.i-hamburger,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .list-results-header .status.title span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results-header .status.title .liveDashboard .list-results thead span.i-hamburger,.list-results-header .status.title .liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead tr span.i-hamburger,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead tr span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.icon,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.w-alert-banner:before,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .i-hamburger.w-alert-banner:before,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.w-alert-banner:before,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.w-alert-banner:before,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .w-dialog.plus .i-hamburger.dialog-aside:after,.w-dialog.plus .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.dialog-aside:after,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .w-toast .i-hamburger.toast.plus:after,.w-toast .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.toast.plus:after,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .w-time-period .dropdown .w-selection .i-hamburger.btn-period-clear:before,.w-time-period .dropdown .w-selection .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.btn-period-clear:before,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .w-time-period .dropdown .w-selection .i-hamburger.btn-filter:before,.w-time-period .dropdown .w-selection .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.btn-filter:before,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .w-time-period .dropdown .w-selection .i-hamburger.btn-period-edit:before,.w-time-period .dropdown .w-selection .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.btn-period-edit:before,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.btn-filter:before,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .toggleWrapper input.mobileToggle+label.i-hamburger,.toggleWrapper .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead input.mobileToggle+label.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead tbody span.i-hamburger.status,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results tbody thead span.i-hamburger.status,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead tbody td.is-running span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results tbody td.is-running thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead tbody td.is-pending span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results tbody td.is-pending thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .i-hamburger.dropdown-toggle:after,.nav-page-grid .nav-page-content .block-filters .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .i-hamburger.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.dropdown-toggle:after,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .i-hamburger.filter,.nav-page-grid .nav-page-content .block-filters .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .i-hamburger.filter,.w-filter-preset.w-filter-preset .filter-preset .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.filter,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .form-label.status span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .status.status-log span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .status.status-report-item span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .double-list dd.status span.i-hamburger,.double-list .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead dd.status span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .double-list dt.status span.i-hamburger,.double-list .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead dt.status span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .w-cards-container .w-card .status.title span.i-hamburger,.w-cards-container .w-card .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .status.title span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.i-hamburger,.w-cards-container .w-card.centered .w-value .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .status.label span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead tbody tr.sublist .status.title span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results tbody tr.sublist thead .status.title span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .form-label.status ._account_api .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .status.status-log ._account_api .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .status.status-report-item ._account_api .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .double-list dd.status ._account_api .list-results thead span.i-hamburger,.double-list .nav-page-grid .nav-page-content .block-filters dd.status ._account_api .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .double-list dt.status ._account_api .list-results thead span.i-hamburger,.double-list .nav-page-grid .nav-page-content .block-filters dt.status ._account_api .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .w-cards-container .w-card .status.title ._account_api .list-results thead span.i-hamburger,.w-cards-container .w-card .nav-page-grid .nav-page-content .block-filters .status.title ._account_api .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.i-hamburger,.w-cards-container .w-card.centered .w-value .nav-page-grid .nav-page-content .block-filters .status.label ._account_api .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .list-results tbody tr.sublist .status.title ._account_api .list-results thead span.i-hamburger,.list-results tbody tr.sublist .nav-page-grid .nav-page-content .block-filters .status.title ._account_api .list-results thead span.i-hamburger,.form-label.status .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-hamburger,.status.status-log .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-hamburger,.status.status-report-item .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-hamburger,.double-list dd.status .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-hamburger,.double-list dt.status .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-hamburger,.w-cards-container .w-card .status.title .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-hamburger,.w-cards-container .w-card.centered .w-value .status.label .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-hamburger,.list-results tbody tr.sublist .status.title .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .w-filters-selected label.status.small span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .w-filters-selected label.status.small ._account_api .list-results thead span.i-hamburger,.w-filters-selected label.status.small .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .w-filters-selected .status.btn-f-s span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .w-filters-selected .status.btn-f-s ._account_api .list-results thead span.i-hamburger,.w-filters-selected .status.btn-f-s .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .sub-header .w-form label.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .sub-header .w-double-list label.i-hamburger,.nav-page-grid .nav-page-content .block-filters .sub-header .w-form ._account_api .list-results thead label.i-hamburger,.nav-page-grid .nav-page-content .block-filters .sub-header .w-double-list ._account_api .list-results thead label.i-hamburger,.sub-header .w-form .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead label.i-hamburger,.sub-header .w-double-list .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead label.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .block-filters button.i-hamburger:after,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead button.i-hamburger:after,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .block-filters select.i-hamburger:after,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead select.i-hamburger:after,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .form-auto-list .i-hamburger.form-auto-item.is-user-is-inactive,.nav-page-grid .nav-page-content .block-filters .form-auto-list ._account_api .list-results thead .i-hamburger.form-auto-item.is-user-is-inactive,.form-auto-list .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.form-auto-item.is-user-is-inactive,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .form-auto-list .i-hamburger.form-auto-item.is-user-is-active,.nav-page-grid .nav-page-content .block-filters .form-auto-list ._account_api .list-results thead .i-hamburger.form-auto-item.is-user-is-active,.form-auto-list .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.form-auto-item.is-user-is-active,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .list-results-header .status.title span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .list-results-header .status.title ._account_api .list-results thead span.i-hamburger,.list-results-header .status.title .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead tr span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .i-hamburger.icon,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .i-hamburger.w-alert-banner:before,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .i-hamburger.w-alert-banner:before,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .i-hamburger.w-alert-banner:before,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .w-dialog.plus .i-hamburger.dialog-aside:after,.w-dialog.plus .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .i-hamburger.dialog-aside:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .w-toast .i-hamburger.toast.plus:after,.w-toast .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .i-hamburger.toast.plus:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .i-hamburger.btn-period-clear:before,.w-time-period .dropdown .w-selection .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .i-hamburger.btn-period-clear:before,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .i-hamburger.btn-filter:before,.w-time-period .dropdown .w-selection .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .i-hamburger.btn-filter:before,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .i-hamburger.btn-period-edit:before,.w-time-period .dropdown .w-selection .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .i-hamburger.btn-period-edit:before,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .i-hamburger.btn-filter:before,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label.i-hamburger,.toggleWrapper .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead input.mobileToggle+label.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead tbody span.i-hamburger.status,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results tbody thead span.i-hamburger.status,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead tbody td.is-running span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results tbody td.is-running thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead tbody td.is-pending span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results tbody td.is-pending thead span.i-hamburger,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.icon,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.w-alert-banner:before,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.w-alert-banner:before,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.w-alert-banner:before,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .w-dialog.plus .i-hamburger.dialog-aside:after,.w-dialog.plus .liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.dialog-aside:after,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .w-toast .i-hamburger.toast.plus:after,.w-toast .liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.toast.plus:after,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .w-time-period .dropdown .w-selection .i-hamburger.btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.btn-period-clear:before,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .w-time-period .dropdown .w-selection .i-hamburger.btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.btn-filter:before,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .w-time-period .dropdown .w-selection .i-hamburger.btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.btn-period-edit:before,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.btn-filter:before,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .toggleWrapper input.mobileToggle+label.i-hamburger,.toggleWrapper .liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead input.mobileToggle+label.i-hamburger,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead tbody span.i-hamburger.status,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results tbody thead span.i-hamburger.status,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead tbody td.is-running span.i-hamburger,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results tbody td.is-running thead span.i-hamburger,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead tbody td.is-pending span.i-hamburger,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results tbody td.is-pending thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .i-hamburger.icon,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .i-hamburger.w-alert-banner:before,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .i-hamburger.w-alert-banner:before,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .i-hamburger.w-alert-banner:before,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .w-dialog.plus .i-hamburger.dialog-aside:after,.w-dialog.plus .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .i-hamburger.dialog-aside:after,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .w-toast .i-hamburger.toast.plus:after,.w-toast .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .i-hamburger.toast.plus:after,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .i-hamburger.btn-period-clear:before,.w-time-period .dropdown .w-selection .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .i-hamburger.btn-period-clear:before,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .i-hamburger.btn-filter:before,.w-time-period .dropdown .w-selection .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .i-hamburger.btn-filter:before,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .i-hamburger.btn-period-edit:before,.w-time-period .dropdown .w-selection .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .i-hamburger.btn-period-edit:before,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .i-hamburger.btn-filter:before,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.i-hamburger,.toggleWrapper .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead input.mobileToggle+label.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead tbody span.i-hamburger.status,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results tbody thead span.i-hamburger.status,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead tbody td.is-running span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results tbody td.is-running thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead tbody td.is-pending span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results tbody td.is-pending thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .i-hamburger.dropdown-toggle:after,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .i-hamburger.dropdown-toggle:after,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .i-hamburger.dropdown-toggle:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .i-hamburger.dropdown-toggle:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.dropdown-toggle:after,.nav-page-grid .nav-page-content .block-filters .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .i-hamburger.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .i-hamburger.dropdown-toggle:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .i-hamburger.filter,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .i-hamburger.filter,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .i-hamburger.filter,.nav-page-grid .nav-page-content .block-filters .liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .i-hamburger.filter,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.filter,.nav-page-grid .nav-page-content .block-filters .w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .i-hamburger.filter,.w-filter-preset.w-filter-preset .filter-preset .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .i-hamburger.filter,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .form-label.status span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .status.status-log span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .status.status-report-item span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .double-list dd.status span.i-hamburger,.double-list .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead dd.status span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .double-list dt.status span.i-hamburger,.double-list .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead dt.status span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span.i-hamburger,.w-cards-container .w-card .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .status.title span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.i-hamburger,.w-cards-container .w-card.centered .w-value .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .status.label span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span.i-hamburger,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .form-label.status span.i-hamburger,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .status.status-log span.i-hamburger,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .status.status-report-item span.i-hamburger,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .double-list dd.status span.i-hamburger,.double-list .liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead dd.status span.i-hamburger,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .double-list dt.status span.i-hamburger,.double-list .liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead dt.status span.i-hamburger,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .w-cards-container .w-card .status.title span.i-hamburger,.w-cards-container .w-card .liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .status.title span.i-hamburger,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.i-hamburger,.w-cards-container .w-card.centered .w-value .liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .status.label span.i-hamburger,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead tbody tr.sublist .status.title span.i-hamburger,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results tbody tr.sublist thead .status.title span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .form-label.status span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .status.status-log span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .status.status-report-item span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .double-list dd.status span.i-hamburger,.double-list .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead dd.status span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .double-list dt.status span.i-hamburger,.double-list .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead dt.status span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span.i-hamburger,.w-cards-container .w-card .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .status.title span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.i-hamburger,.w-cards-container .w-card.centered .w-value .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .status.label span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard .form-label.status ._account_api .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard .status.status-log ._account_api .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard .status.status-report-item ._account_api .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard .double-list dd.status ._account_api .list-results thead span.i-hamburger,.double-list .nav-page-grid .nav-page-content .block-filters .liveDashboard dd.status ._account_api .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard .double-list dt.status ._account_api .list-results thead span.i-hamburger,.double-list .nav-page-grid .nav-page-content .block-filters .liveDashboard dt.status ._account_api .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span.i-hamburger,.w-cards-container .w-card .nav-page-grid .nav-page-content .block-filters .liveDashboard .status.title ._account_api .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.i-hamburger,.w-cards-container .w-card.centered .w-value .nav-page-grid .nav-page-content .block-filters .liveDashboard .status.label ._account_api .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span.i-hamburger,.list-results tbody tr.sublist .nav-page-grid .nav-page-content .block-filters .liveDashboard .status.title ._account_api .list-results thead span.i-hamburger,.liveDashboard .form-label.status .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-hamburger,.liveDashboard .status.status-log .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-hamburger,.liveDashboard .status.status-report-item .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-hamburger,.liveDashboard .double-list dd.status .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-hamburger,.double-list .liveDashboard dd.status .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-hamburger,.liveDashboard .double-list dt.status .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-hamburger,.double-list .liveDashboard dt.status .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-hamburger,.liveDashboard .w-cards-container .w-card .status.title .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-hamburger,.w-cards-container .w-card .liveDashboard .status.title .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-hamburger,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-hamburger,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-hamburger,.liveDashboard .list-results tbody tr.sublist .status.title .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-hamburger,.list-results tbody tr.sublist .liveDashboard .status.title .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .form-label.status ._account_api .liveDashboard .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .status.status-log ._account_api .liveDashboard .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .status.status-report-item ._account_api .liveDashboard .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .double-list dd.status ._account_api .liveDashboard .list-results thead span.i-hamburger,.double-list .nav-page-grid .nav-page-content .block-filters dd.status ._account_api .liveDashboard .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .double-list dt.status ._account_api .liveDashboard .list-results thead span.i-hamburger,.double-list .nav-page-grid .nav-page-content .block-filters dt.status ._account_api .liveDashboard .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead span.i-hamburger,.w-cards-container .w-card .nav-page-grid .nav-page-content .block-filters .status.title ._account_api .liveDashboard .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead span.i-hamburger,.w-cards-container .w-card.centered .w-value .nav-page-grid .nav-page-content .block-filters .status.label ._account_api .liveDashboard .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead span.i-hamburger,.list-results tbody tr.sublist .nav-page-grid .nav-page-content .block-filters .status.title ._account_api .liveDashboard .list-results thead span.i-hamburger,.form-label.status .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead span.i-hamburger,.status.status-log .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead span.i-hamburger,.status.status-report-item .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead span.i-hamburger,.double-list dd.status .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead span.i-hamburger,.double-list dt.status .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead span.i-hamburger,.w-cards-container .w-card .status.title .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead span.i-hamburger,.w-cards-container .w-card.centered .w-value .status.label .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead span.i-hamburger,.list-results tbody tr.sublist .status.title .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span.i-hamburger,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .w-filters-selected label.status.small span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span.i-hamburger,.liveDashboard .w-filters-selected label.status.small .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead span.i-hamburger,.w-filters-selected label.status.small .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span.i-hamburger,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .w-filters-selected .status.btn-f-s span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span.i-hamburger,.liveDashboard .w-filters-selected .status.btn-f-s .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead span.i-hamburger,.w-filters-selected .status.btn-f-s .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .sub-header .w-form label.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .sub-header .w-double-list label.i-hamburger,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .sub-header .w-form label.i-hamburger,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .sub-header .w-double-list label.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .sub-header .w-form label.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .sub-header .w-double-list label.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard .sub-header .w-form ._account_api .list-results thead label.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard .sub-header .w-double-list ._account_api .list-results thead label.i-hamburger,.liveDashboard .sub-header .w-form .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead label.i-hamburger,.liveDashboard .sub-header .w-double-list .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead label.i-hamburger,.nav-page-grid .nav-page-content .block-filters .sub-header .w-form ._account_api .liveDashboard .list-results thead label.i-hamburger,.nav-page-grid .nav-page-content .block-filters .sub-header .w-double-list ._account_api .liveDashboard .list-results thead label.i-hamburger,.sub-header .w-form .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead label.i-hamburger,.sub-header .w-double-list .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead label.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .block-filters button.i-hamburger:after,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .block-filters button.i-hamburger:after,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .block-filters button.i-hamburger:after,.nav-page-grid .nav-page-content .liveDashboard .block-filters ._account_api .list-results thead button.i-hamburger:after,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead button.i-hamburger:after,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead button.i-hamburger:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .block-filters select.i-hamburger:after,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .block-filters select.i-hamburger:after,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .block-filters select.i-hamburger:after,.nav-page-grid .nav-page-content .liveDashboard .block-filters ._account_api .list-results thead select.i-hamburger:after,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead select.i-hamburger:after,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead select.i-hamburger:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .form-auto-list .i-hamburger.form-auto-item.is-user-is-inactive,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .form-auto-list .i-hamburger.form-auto-item.is-user-is-inactive,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .form-auto-list .i-hamburger.form-auto-item.is-user-is-inactive,.nav-page-grid .nav-page-content .block-filters .liveDashboard .form-auto-list ._account_api .list-results thead .i-hamburger.form-auto-item.is-user-is-inactive,.liveDashboard .form-auto-list .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.form-auto-item.is-user-is-inactive,.nav-page-grid .nav-page-content .block-filters .form-auto-list ._account_api .liveDashboard .list-results thead .i-hamburger.form-auto-item.is-user-is-inactive,.form-auto-list .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .i-hamburger.form-auto-item.is-user-is-inactive,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .form-auto-list .i-hamburger.form-auto-item.is-user-is-active,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .form-auto-list .i-hamburger.form-auto-item.is-user-is-active,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .form-auto-list .i-hamburger.form-auto-item.is-user-is-active,.nav-page-grid .nav-page-content .block-filters .liveDashboard .form-auto-list ._account_api .list-results thead .i-hamburger.form-auto-item.is-user-is-active,.liveDashboard .form-auto-list .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.form-auto-item.is-user-is-active,.nav-page-grid .nav-page-content .block-filters .form-auto-list ._account_api .liveDashboard .list-results thead .i-hamburger.form-auto-item.is-user-is-active,.form-auto-list .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .i-hamburger.form-auto-item.is-user-is-active,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .list-results-header .status.title span.i-hamburger,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .list-results-header .status.title span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .list-results-header .status.title span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results-header .status.title ._account_api .list-results thead span.i-hamburger,.liveDashboard .list-results-header .status.title .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .list-results-header .status.title ._account_api .liveDashboard .list-results thead span.i-hamburger,.list-results-header .status.title .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead tr span.i-hamburger,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead tr span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead tr span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .i-hamburger.dropdown-toggle:after,.nav-page-grid .nav-page-content .block-filters .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .i-hamburger.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.dropdown-toggle:after,.nav-page-grid .nav-page-content .block-filters ._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .i-hamburger.filter,.nav-page-grid .nav-page-content .block-filters .w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .i-hamburger.filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.filter,.nav-page-grid .nav-page-content .block-filters ._account_api .form-label.status .liveDashboard .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .status.status-log .liveDashboard .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .status.status-report-item .liveDashboard .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .double-list dd.status .liveDashboard .list-results thead span.i-hamburger,.double-list .nav-page-grid .nav-page-content .block-filters ._account_api dd.status .liveDashboard .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .double-list dt.status .liveDashboard .list-results thead span.i-hamburger,.double-list .nav-page-grid .nav-page-content .block-filters ._account_api dt.status .liveDashboard .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span.i-hamburger,.w-cards-container .w-card .nav-page-grid .nav-page-content .block-filters ._account_api .status.title .liveDashboard .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.i-hamburger,.w-cards-container .w-card.centered .w-value .nav-page-grid .nav-page-content .block-filters ._account_api .status.label .liveDashboard .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.i-hamburger,.list-results tbody tr.sublist .nav-page-grid .nav-page-content .block-filters ._account_api .status.title .liveDashboard .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .form-label.status .liveDashboard ._account_api .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .status.status-log .liveDashboard ._account_api .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .status.status-report-item .liveDashboard ._account_api .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .double-list dd.status .liveDashboard ._account_api .list-results thead span.i-hamburger,.double-list .nav-page-grid .nav-page-content .block-filters dd.status .liveDashboard ._account_api .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .double-list dt.status .liveDashboard ._account_api .list-results thead span.i-hamburger,.double-list .nav-page-grid .nav-page-content .block-filters dt.status .liveDashboard ._account_api .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead span.i-hamburger,.w-cards-container .w-card .nav-page-grid .nav-page-content .block-filters .status.title .liveDashboard ._account_api .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead span.i-hamburger,.w-cards-container .w-card.centered .w-value .nav-page-grid .nav-page-content .block-filters .status.label .liveDashboard ._account_api .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead span.i-hamburger,.list-results tbody tr.sublist .nav-page-grid .nav-page-content .block-filters .status.title .liveDashboard ._account_api .list-results thead span.i-hamburger,.form-label.status .liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-hamburger,.status.status-log .liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-hamburger,.status.status-report-item .liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-hamburger,.double-list dd.status .liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-hamburger,.double-list dt.status .liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-hamburger,.w-cards-container .w-card .status.title .liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-hamburger,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-hamburger,.list-results tbody tr.sublist .status.title .liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead span.i-hamburger,.w-filters-selected label.status.small .liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead span.i-hamburger,.w-filters-selected .status.btn-f-s .liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .sub-header .w-form .liveDashboard .list-results thead label.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .sub-header .w-double-list .liveDashboard .list-results thead label.i-hamburger,.nav-page-grid .nav-page-content .block-filters .sub-header .w-form .liveDashboard ._account_api .list-results thead label.i-hamburger,.nav-page-grid .nav-page-content .block-filters .sub-header .w-double-list .liveDashboard ._account_api .list-results thead label.i-hamburger,.sub-header .w-form .liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead label.i-hamburger,.sub-header .w-double-list .liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead label.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .block-filters .liveDashboard .list-results thead button.i-hamburger:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead button.i-hamburger:after,.nav-page-grid .nav-page-content .block-filters ._account_api .block-filters .liveDashboard .list-results thead select.i-hamburger:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead select.i-hamburger:after,.nav-page-grid .nav-page-content .block-filters ._account_api .form-auto-list .liveDashboard .list-results thead .i-hamburger.form-auto-item.is-user-is-inactive,.nav-page-grid .nav-page-content .block-filters .form-auto-list .liveDashboard ._account_api .list-results thead .i-hamburger.form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.form-auto-item.is-user-is-inactive,.nav-page-grid .nav-page-content .block-filters ._account_api .form-auto-list .liveDashboard .list-results thead .i-hamburger.form-auto-item.is-user-is-active,.nav-page-grid .nav-page-content .block-filters .form-auto-list .liveDashboard ._account_api .list-results thead .i-hamburger.form-auto-item.is-user-is-active,.form-auto-list .liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.form-auto-item.is-user-is-active,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results-header .status.title .liveDashboard .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .list-results-header .status.title .liveDashboard ._account_api .list-results thead span.i-hamburger,.list-results-header .status.title .liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-hamburger,._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.icon,._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.w-alert-banner:before,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.w-alert-banner:before,._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.w-alert-banner:before,._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .w-dialog.plus .i-hamburger.dialog-aside:after,.w-dialog.plus ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.dialog-aside:after,._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .w-toast .i-hamburger.toast.plus:after,.w-toast ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.toast.plus:after,._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .w-time-period .dropdown .w-selection .i-hamburger.btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.btn-period-clear:before,._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .w-time-period .dropdown .w-selection .i-hamburger.btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.btn-filter:before,._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .w-time-period .dropdown .w-selection .i-hamburger.btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.btn-period-edit:before,._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.btn-filter:before,._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .toggleWrapper input.mobileToggle+label.i-hamburger,.toggleWrapper ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters input.mobileToggle+label.i-hamburger,._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters tbody span.i-hamburger.status,._account_api .list-results tbody thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger.status,._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters tbody td.is-running span.i-hamburger,._account_api .list-results tbody td.is-running thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters tbody td.is-pending span.i-hamburger,._account_api .list-results tbody td.is-pending thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.icon,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.w-alert-banner:before,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.w-alert-banner:before,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.w-alert-banner:before,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .w-dialog.plus .i-hamburger.dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.dialog-aside:after,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .w-toast .i-hamburger.toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.toast.plus:after,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .w-time-period .dropdown .w-selection .i-hamburger.btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.btn-period-clear:before,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .w-time-period .dropdown .w-selection .i-hamburger.btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.btn-filter:before,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .w-time-period .dropdown .w-selection .i-hamburger.btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.btn-period-edit:before,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.btn-filter:before,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .toggleWrapper input.mobileToggle+label.i-hamburger,.toggleWrapper ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters input.mobileToggle+label.i-hamburger,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters tbody span.i-hamburger.status,._account_api .liveDashboard .list-results tbody thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger.status,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters tbody td.is-running span.i-hamburger,._account_api .liveDashboard .list-results tbody td.is-running thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters tbody td.is-pending span.i-hamburger,._account_api .liveDashboard .list-results tbody td.is-pending thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.icon,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .w-dialog.plus .i-hamburger.dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.dialog-aside:after,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .w-toast .i-hamburger.toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.toast.plus:after,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .w-time-period .dropdown .w-selection .i-hamburger.btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.btn-period-clear:before,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .w-time-period .dropdown .w-selection .i-hamburger.btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.btn-filter:before,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .w-time-period .dropdown .w-selection .i-hamburger.btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.btn-period-edit:before,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.btn-filter:before,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .toggleWrapper input.mobileToggle+label.i-hamburger,.toggleWrapper .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters input.mobileToggle+label.i-hamburger,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters tbody span.i-hamburger.status,.liveDashboard ._account_api .list-results tbody thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger.status,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters tbody td.is-running span.i-hamburger,.liveDashboard ._account_api .list-results tbody td.is-running thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters tbody td.is-pending span.i-hamburger,.liveDashboard ._account_api .list-results tbody td.is-pending thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .w-filter-preset.w-filter-preset .filter-preset .dropdown .i-hamburger.dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .w-filter-preset.w-filter-preset .filter-preset .dropdown .i-hamburger.dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .nav-page-grid .nav-page-content .block-filters .i-hamburger.dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .nav-page-grid .nav-page-content .block-filters .i-hamburger.dropdown-toggle:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.dropdown-toggle:after,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .w-filter-preset.w-filter-preset .filter-preset .i-hamburger.filter,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .w-filter-preset.w-filter-preset .filter-preset .i-hamburger.filter,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .nav-page-grid .nav-page-content .block-filters .i-hamburger.filter,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .nav-page-grid .nav-page-content .block-filters .i-hamburger.filter,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.filter,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .form-label.status span.i-hamburger,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .status.status-log span.i-hamburger,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .status.status-report-item span.i-hamburger,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .double-list dd.status span.i-hamburger,.double-list ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters dd.status span.i-hamburger,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .double-list dt.status span.i-hamburger,.double-list ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters dt.status span.i-hamburger,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .w-cards-container .w-card .status.title span.i-hamburger,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .status.title span.i-hamburger,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .w-cards-container .w-card.centered .w-value .status.label span.i-hamburger,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .status.label span.i-hamburger,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters tbody tr.sublist .status.title span.i-hamburger,._account_api .liveDashboard .list-results tbody tr.sublist thead .nav-page-grid .nav-page-content .block-filters .status.title span.i-hamburger,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .form-label.status span.i-hamburger,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .status.status-log span.i-hamburger,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .status.status-report-item span.i-hamburger,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .double-list dd.status span.i-hamburger,.double-list .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters dd.status span.i-hamburger,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .double-list dt.status span.i-hamburger,.double-list .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters dt.status span.i-hamburger,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .w-cards-container .w-card .status.title span.i-hamburger,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .status.title span.i-hamburger,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .w-cards-container .w-card.centered .w-value .status.label span.i-hamburger,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .status.label span.i-hamburger,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters tbody tr.sublist .status.title span.i-hamburger,.liveDashboard ._account_api .list-results tbody tr.sublist thead .nav-page-grid .nav-page-content .block-filters .status.title span.i-hamburger,._account_api .liveDashboard .list-results thead .form-label.status .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead .status.status-log .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead .status.status-report-item .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead .double-list dd.status .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list ._account_api .liveDashboard .list-results thead dd.status .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead .double-list dt.status .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list ._account_api .liveDashboard .list-results thead dt.status .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead .form-label.status .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead .status.status-log .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead .status.status-report-item .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead .double-list dd.status .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list .liveDashboard ._account_api .list-results thead dd.status .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead .double-list dt.status .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list .liveDashboard ._account_api .list-results thead dt.status .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .form-label.status .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .status.status-log .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .status.status-report-item .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .double-list dd.status .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list ._account_api dd.status .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .double-list dt.status .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list ._account_api dt.status .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.form-label.status .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.status.status-log .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.status.status-report-item .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list dd.status .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list dt.status .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .w-filters-selected label.status.small span.i-hamburger,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .w-filters-selected label.status.small span.i-hamburger,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .w-filters-selected .status.btn-f-s span.i-hamburger,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .w-filters-selected .status.btn-f-s span.i-hamburger,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .sub-header .w-form label.i-hamburger,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .sub-header .w-double-list label.i-hamburger,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .sub-header .w-form label.i-hamburger,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .sub-header .w-double-list label.i-hamburger,._account_api .liveDashboard .list-results thead .sub-header .w-form .nav-page-grid .nav-page-content .block-filters label.i-hamburger,._account_api .liveDashboard .list-results thead .sub-header .w-double-list .nav-page-grid .nav-page-content .block-filters label.i-hamburger,.liveDashboard ._account_api .list-results thead .sub-header .w-form .nav-page-grid .nav-page-content .block-filters label.i-hamburger,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list .nav-page-grid .nav-page-content .block-filters label.i-hamburger,._account_api .sub-header .w-form .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters label.i-hamburger,._account_api .sub-header .w-double-list .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters label.i-hamburger,.sub-header .w-form .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters label.i-hamburger,.sub-header .w-double-list .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters label.i-hamburger,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters button.i-hamburger:after,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters button.i-hamburger:after,._account_api .block-filters .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters button.i-hamburger:after,.block-filters .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters button.i-hamburger:after,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters select.i-hamburger:after,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters select.i-hamburger:after,._account_api .block-filters .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters select.i-hamburger:after,.block-filters .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters select.i-hamburger:after,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .form-auto-list .i-hamburger.form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .form-auto-list .i-hamburger.form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .form-auto-list .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .form-auto-list .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-inactive,._account_api .form-auto-list .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .form-auto-list .i-hamburger.form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .form-auto-list .i-hamburger.form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .form-auto-list .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .form-auto-list .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-active,._account_api .form-auto-list .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-active,.form-auto-list .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .list-results-header .status.title span.i-hamburger,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .list-results-header .status.title span.i-hamburger,._account_api .liveDashboard .list-results thead .list-results-header .status.title .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead .list-results-header .status.title .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .list-results-header .status.title .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.list-results-header .status.title .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters tr span.i-hamburger,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters tr span.i-hamburger,._account_api .liveDashboard .list-results thead tr .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead tr .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.icon,._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.w-alert-banner:before,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.w-alert-banner:before,._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.w-alert-banner:before,._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .w-dialog.plus .i-hamburger.dialog-aside:after,.w-dialog.plus ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.dialog-aside:after,._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .w-toast .i-hamburger.toast.plus:after,.w-toast ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.toast.plus:after,._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .w-time-period .dropdown .w-selection .i-hamburger.btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.btn-period-clear:before,._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .w-time-period .dropdown .w-selection .i-hamburger.btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.btn-filter:before,._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .w-time-period .dropdown .w-selection .i-hamburger.btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.btn-period-edit:before,._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.btn-filter:before,._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .toggleWrapper input.mobileToggle+label.i-hamburger,.toggleWrapper ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters input.mobileToggle+label.i-hamburger,._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters tbody span.i-hamburger.status,._account_api .list-results tbody thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger.status,._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters tbody td.is-running span.i-hamburger,._account_api .list-results tbody td.is-running thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters tbody td.is-pending span.i-hamburger,._account_api .list-results tbody td.is-pending thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .w-filter-preset.w-filter-preset .filter-preset .dropdown .i-hamburger.dropdown-toggle:after,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .nav-page-grid .nav-page-content .block-filters .i-hamburger.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.dropdown-toggle:after,._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .w-filter-preset.w-filter-preset .filter-preset .i-hamburger.filter,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .nav-page-grid .nav-page-content .block-filters .i-hamburger.filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.filter,._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .form-label.status span.i-hamburger,._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .status.status-log span.i-hamburger,._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .status.status-report-item span.i-hamburger,._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .double-list dd.status span.i-hamburger,.double-list ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters dd.status span.i-hamburger,._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .double-list dt.status span.i-hamburger,.double-list ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters dt.status span.i-hamburger,._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .w-cards-container .w-card .status.title span.i-hamburger,.w-cards-container .w-card ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .status.title span.i-hamburger,._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .w-cards-container .w-card.centered .w-value .status.label span.i-hamburger,.w-cards-container .w-card.centered .w-value ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .status.label span.i-hamburger,._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters tbody tr.sublist .status.title span.i-hamburger,._account_api .list-results tbody tr.sublist thead .nav-page-grid .nav-page-content .block-filters .status.title span.i-hamburger,._account_api .list-results thead .form-label.status .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .list-results thead .status.status-log .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .list-results thead .status.status-report-item .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .list-results thead .double-list dd.status .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list ._account_api .list-results thead dd.status .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .list-results thead .double-list dt.status .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list ._account_api .list-results thead dt.status .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .list-results thead .w-cards-container .w-card .status.title .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card ._account_api .list-results thead .status.title .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card.centered .w-value ._account_api .list-results thead .status.label .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .list-results thead tbody tr.sublist .status.title .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .list-results tbody tr.sublist thead .status.title .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.form-label.status ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.status.status-log ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.status.status-report-item ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list dd.status ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list dt.status ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card .status.title ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.list-results tbody tr.sublist .status.title ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .w-filters-selected label.status.small span.i-hamburger,._account_api .list-results thead .w-filters-selected label.status.small .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-filters-selected label.status.small ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .w-filters-selected .status.btn-f-s span.i-hamburger,._account_api .list-results thead .w-filters-selected .status.btn-f-s .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-filters-selected .status.btn-f-s ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .sub-header .w-form label.i-hamburger,._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .sub-header .w-double-list label.i-hamburger,._account_api .list-results thead .sub-header .w-form .nav-page-grid .nav-page-content .block-filters label.i-hamburger,._account_api .list-results thead .sub-header .w-double-list .nav-page-grid .nav-page-content .block-filters label.i-hamburger,.sub-header .w-form ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters label.i-hamburger,.sub-header .w-double-list ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters label.i-hamburger,._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters button.i-hamburger:after,.block-filters ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters button.i-hamburger:after,._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters select.i-hamburger:after,.block-filters ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters select.i-hamburger:after,._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .form-auto-list .i-hamburger.form-auto-item.is-user-is-inactive,._account_api .list-results thead .form-auto-list .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-inactive,._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .form-auto-list .i-hamburger.form-auto-item.is-user-is-active,._account_api .list-results thead .form-auto-list .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-active,.form-auto-list ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-active,._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .list-results-header .status.title span.i-hamburger,._account_api .list-results thead .list-results-header .status.title .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.list-results-header .status.title ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters tr span.i-hamburger,._account_api .list-results thead tr .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.icon,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .w-dialog.plus .i-hamburger.dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.dialog-aside:after,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .w-toast .i-hamburger.toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.toast.plus:after,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .w-time-period .dropdown .w-selection .i-hamburger.btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.btn-period-clear:before,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .w-time-period .dropdown .w-selection .i-hamburger.btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.btn-filter:before,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .w-time-period .dropdown .w-selection .i-hamburger.btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.btn-period-edit:before,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.btn-filter:before,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .toggleWrapper input.mobileToggle+label.i-hamburger,.toggleWrapper .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters input.mobileToggle+label.i-hamburger,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters tbody span.i-hamburger.status,.liveDashboard ._account_api .list-results tbody thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger.status,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters tbody td.is-running span.i-hamburger,.liveDashboard ._account_api .list-results tbody td.is-running thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters tbody td.is-pending span.i-hamburger,.liveDashboard ._account_api .list-results tbody td.is-pending thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.icon,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.w-alert-banner:before,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.w-alert-banner:before,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.w-alert-banner:before,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .w-dialog.plus .i-hamburger.dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.dialog-aside:after,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .w-toast .i-hamburger.toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.toast.plus:after,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .w-time-period .dropdown .w-selection .i-hamburger.btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.btn-period-clear:before,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .w-time-period .dropdown .w-selection .i-hamburger.btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.btn-filter:before,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .w-time-period .dropdown .w-selection .i-hamburger.btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.btn-period-edit:before,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.btn-filter:before,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .toggleWrapper input.mobileToggle+label.i-hamburger,.toggleWrapper ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters input.mobileToggle+label.i-hamburger,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters tbody span.i-hamburger.status,._account_api .liveDashboard .list-results tbody thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger.status,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters tbody td.is-running span.i-hamburger,._account_api .liveDashboard .list-results tbody td.is-running thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters tbody td.is-pending span.i-hamburger,._account_api .liveDashboard .list-results tbody td.is-pending thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .w-filter-preset.w-filter-preset .filter-preset .dropdown .i-hamburger.dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .nav-page-grid .nav-page-content .block-filters .i-hamburger.dropdown-toggle:after,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .w-filter-preset.w-filter-preset .filter-preset .dropdown .i-hamburger.dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .nav-page-grid .nav-page-content .block-filters .i-hamburger.dropdown-toggle:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .w-filter-preset.w-filter-preset .filter-preset .i-hamburger.filter,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .nav-page-grid .nav-page-content .block-filters .i-hamburger.filter,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .w-filter-preset.w-filter-preset .filter-preset .i-hamburger.filter,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .nav-page-grid .nav-page-content .block-filters .i-hamburger.filter,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.filter,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .form-label.status span.i-hamburger,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .status.status-log span.i-hamburger,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .status.status-report-item span.i-hamburger,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .double-list dd.status span.i-hamburger,.double-list .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters dd.status span.i-hamburger,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .double-list dt.status span.i-hamburger,.double-list .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters dt.status span.i-hamburger,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .w-cards-container .w-card .status.title span.i-hamburger,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .status.title span.i-hamburger,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .w-cards-container .w-card.centered .w-value .status.label span.i-hamburger,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .status.label span.i-hamburger,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters tbody tr.sublist .status.title span.i-hamburger,.liveDashboard ._account_api .list-results tbody tr.sublist thead .nav-page-grid .nav-page-content .block-filters .status.title span.i-hamburger,.liveDashboard ._account_api .list-results thead .form-label.status .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead .status.status-log .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead .status.status-report-item .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead .double-list dd.status .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list .liveDashboard ._account_api .list-results thead dd.status .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead .double-list dt.status .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list .liveDashboard ._account_api .list-results thead dt.status .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .form-label.status span.i-hamburger,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .status.status-log span.i-hamburger,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .status.status-report-item span.i-hamburger,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .double-list dd.status span.i-hamburger,.double-list ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters dd.status span.i-hamburger,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .double-list dt.status span.i-hamburger,.double-list ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters dt.status span.i-hamburger,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .w-cards-container .w-card .status.title span.i-hamburger,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .status.title span.i-hamburger,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .w-cards-container .w-card.centered .w-value .status.label span.i-hamburger,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .status.label span.i-hamburger,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters tbody tr.sublist .status.title span.i-hamburger,._account_api .liveDashboard .list-results tbody tr.sublist thead .nav-page-grid .nav-page-content .block-filters .status.title span.i-hamburger,._account_api .liveDashboard .list-results thead .form-label.status .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead .status.status-log .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead .status.status-report-item .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead .double-list dd.status .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list ._account_api .liveDashboard .list-results thead dd.status .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead .double-list dt.status .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list ._account_api .liveDashboard .list-results thead dt.status .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .form-label.status ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .status.status-log ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .status.status-report-item ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .double-list dd.status ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list .liveDashboard dd.status ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .double-list dt.status ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list .liveDashboard dt.status ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.form-label.status ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.status.status-log ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.status.status-report-item ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list dd.status ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list dt.status ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .w-filters-selected label.status.small span.i-hamburger,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .w-filters-selected label.status.small span.i-hamburger,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .w-filters-selected .status.btn-f-s span.i-hamburger,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .w-filters-selected .status.btn-f-s span.i-hamburger,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .sub-header .w-form label.i-hamburger,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .sub-header .w-double-list label.i-hamburger,.liveDashboard ._account_api .list-results thead .sub-header .w-form .nav-page-grid .nav-page-content .block-filters label.i-hamburger,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list .nav-page-grid .nav-page-content .block-filters label.i-hamburger,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .sub-header .w-form label.i-hamburger,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .sub-header .w-double-list label.i-hamburger,._account_api .liveDashboard .list-results thead .sub-header .w-form .nav-page-grid .nav-page-content .block-filters label.i-hamburger,._account_api .liveDashboard .list-results thead .sub-header .w-double-list .nav-page-grid .nav-page-content .block-filters label.i-hamburger,.liveDashboard .sub-header .w-form ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters label.i-hamburger,.liveDashboard .sub-header .w-double-list ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters label.i-hamburger,.sub-header .w-form ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters label.i-hamburger,.sub-header .w-double-list ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters label.i-hamburger,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters button.i-hamburger:after,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters button.i-hamburger:after,.liveDashboard .block-filters ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters button.i-hamburger:after,.block-filters ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters button.i-hamburger:after,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters select.i-hamburger:after,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters select.i-hamburger:after,.liveDashboard .block-filters ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters select.i-hamburger:after,.block-filters ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters select.i-hamburger:after,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .form-auto-list .i-hamburger.form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .form-auto-list .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .form-auto-list .i-hamburger.form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .form-auto-list .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-inactive,.liveDashboard .form-auto-list ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .form-auto-list .i-hamburger.form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .form-auto-list .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .form-auto-list .i-hamburger.form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .form-auto-list .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-active,.liveDashboard .form-auto-list ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-active,.form-auto-list ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .list-results-header .status.title span.i-hamburger,.liveDashboard ._account_api .list-results thead .list-results-header .status.title .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .list-results-header .status.title span.i-hamburger,._account_api .liveDashboard .list-results thead .list-results-header .status.title .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .list-results-header .status.title ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.list-results-header .status.title ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters tr span.i-hamburger,.liveDashboard ._account_api .list-results thead tr .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters tr span.i-hamburger,._account_api .liveDashboard .list-results thead tr .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.dropdown-toggle:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.filter,._account_api .form-label.status .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .status.status-log .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .status.status-report-item .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .double-list dd.status .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list ._account_api dd.status .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .double-list dt.status .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list ._account_api dt.status .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.form-label.status .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.status.status-log .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.status.status-report-item .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list dd.status .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list dt.status .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .sub-header .w-form .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters label.i-hamburger,._account_api .sub-header .w-double-list .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters label.i-hamburger,.sub-header .w-form .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters label.i-hamburger,.sub-header .w-double-list .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters label.i-hamburger,._account_api .block-filters .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters button.i-hamburger:after,.block-filters .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters button.i-hamburger:after,._account_api .block-filters .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters select.i-hamburger:after,.block-filters .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters select.i-hamburger:after,._account_api .form-auto-list .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-inactive,._account_api .form-auto-list .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-active,.form-auto-list .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-active,._account_api .list-results-header .status.title .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.list-results-header .status.title .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .i-hamburger.dropdown-toggle:after,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .nav-page-grid .nav-page-content .block-filters .i-hamburger.dropdown-toggle:after,.nav-page-grid .nav-page-content .block-filters .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .i-hamburger.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.dropdown-toggle:after,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .i-hamburger.filter,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .nav-page-grid .nav-page-content .block-filters .i-hamburger.filter,.nav-page-grid .nav-page-content .block-filters .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .i-hamburger.filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.filter,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .form-label.status span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .status.status-log span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .status.status-report-item span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .double-list dd.status span.i-hamburger,.double-list .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead dd.status span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .double-list dt.status span.i-hamburger,.double-list .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead dt.status span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .w-cards-container .w-card .status.title span.i-hamburger,.w-cards-container .w-card .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .status.title span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.i-hamburger,.w-cards-container .w-card.centered .w-value .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .status.label span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead tbody tr.sublist .status.title span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results tbody tr.sublist thead .status.title span.i-hamburger,._account_api .list-results thead .form-label.status .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .list-results thead .status.status-log .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .list-results thead .status.status-report-item .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .list-results thead .double-list dd.status .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list ._account_api .list-results thead dd.status .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .list-results thead .double-list dt.status .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list ._account_api .list-results thead dt.status .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .list-results thead .w-cards-container .w-card .status.title .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card ._account_api .list-results thead .status.title .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card.centered .w-value ._account_api .list-results thead .status.label .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .list-results thead tbody tr.sublist .status.title .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .list-results tbody tr.sublist thead .status.title .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .form-label.status ._account_api .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .status.status-log ._account_api .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .status.status-report-item ._account_api .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .double-list dd.status ._account_api .list-results thead span.i-hamburger,.double-list .nav-page-grid .nav-page-content .block-filters dd.status ._account_api .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .double-list dt.status ._account_api .list-results thead span.i-hamburger,.double-list .nav-page-grid .nav-page-content .block-filters dt.status ._account_api .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .w-cards-container .w-card .status.title ._account_api .list-results thead span.i-hamburger,.w-cards-container .w-card .nav-page-grid .nav-page-content .block-filters .status.title ._account_api .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.i-hamburger,.w-cards-container .w-card.centered .w-value .nav-page-grid .nav-page-content .block-filters .status.label ._account_api .list-results thead span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .list-results tbody tr.sublist .status.title ._account_api .list-results thead span.i-hamburger,.list-results tbody tr.sublist .nav-page-grid .nav-page-content .block-filters .status.title ._account_api .list-results thead span.i-hamburger,.form-label.status ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.status.status-log ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.status.status-report-item ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list dd.status ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list dt.status ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card .status.title ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.list-results tbody tr.sublist .status.title ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .w-filters-selected label.status.small span.i-hamburger,._account_api .list-results thead .w-filters-selected label.status.small .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .w-filters-selected label.status.small ._account_api .list-results thead span.i-hamburger,.w-filters-selected label.status.small ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .w-filters-selected .status.btn-f-s span.i-hamburger,._account_api .list-results thead .w-filters-selected .status.btn-f-s .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .w-filters-selected .status.btn-f-s ._account_api .list-results thead span.i-hamburger,.w-filters-selected .status.btn-f-s ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .sub-header .w-form label.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .sub-header .w-double-list label.i-hamburger,._account_api .list-results thead .sub-header .w-form .nav-page-grid .nav-page-content .block-filters label.i-hamburger,._account_api .list-results thead .sub-header .w-double-list .nav-page-grid .nav-page-content .block-filters label.i-hamburger,.nav-page-grid .nav-page-content .block-filters .sub-header .w-form ._account_api .list-results thead label.i-hamburger,.nav-page-grid .nav-page-content .block-filters .sub-header .w-double-list ._account_api .list-results thead label.i-hamburger,.sub-header .w-form ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters label.i-hamburger,.sub-header .w-double-list ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters label.i-hamburger,.nav-page-grid .nav-page-content ._account_api .list-results thead .block-filters button.i-hamburger:after,._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters button.i-hamburger:after,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead button.i-hamburger:after,.nav-page-grid .nav-page-content ._account_api .list-results thead .block-filters select.i-hamburger:after,._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters select.i-hamburger:after,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead select.i-hamburger:after,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .form-auto-list .i-hamburger.form-auto-item.is-user-is-inactive,._account_api .list-results thead .form-auto-list .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-inactive,.nav-page-grid .nav-page-content .block-filters .form-auto-list ._account_api .list-results thead .i-hamburger.form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-inactive,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .form-auto-list .i-hamburger.form-auto-item.is-user-is-active,._account_api .list-results thead .form-auto-list .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-active,.nav-page-grid .nav-page-content .block-filters .form-auto-list ._account_api .list-results thead .i-hamburger.form-auto-item.is-user-is-active,.form-auto-list ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-active,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .list-results-header .status.title span.i-hamburger,._account_api .list-results thead .list-results-header .status.title .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .list-results-header .status.title ._account_api .list-results thead span.i-hamburger,.list-results-header .status.title ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead tr span.i-hamburger,._account_api .list-results thead tr .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.nav-page-grid .nav-page-content .block-filters .sidebar-default.sidebar-default-right .sidebar-default-body .filter-group .i-hamburger.filter-checkbox,.sidebar-default.sidebar-default-right .sidebar-default-body .filter-group .nav-page-grid .nav-page-content .block-filters .i-hamburger.filter-checkbox,.nav-page-grid .nav-page-content .block-filters .add-filters-dropdown .w-add-filters-list>div.filter-group .i-hamburger.filter-checkbox,.add-filters-dropdown .w-add-filters-list>div.filter-group .nav-page-grid .nav-page-content .block-filters .i-hamburger.filter-checkbox,.nav-page-grid .nav-page-content .block-filters .filter-preset .filter-field-name button.i-hamburger,.filter-preset .filter-field-name .nav-page-grid .nav-page-content .block-filters button.i-hamburger{display:none}}.desktop .nav-page-grid .nav-page-content .block-filters .button-default.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.icon,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.w-alert-banner:before,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.w-alert-banner:before,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .i-hamburger.w-alert-banner:before,._account_api .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.w-alert-banner:before,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .w-dialog.plus .i-hamburger.dialog-aside:after,.w-dialog.plus .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.dialog-aside:after,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .w-toast .i-hamburger.toast.plus:after,.w-toast .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.toast.plus:after,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .i-hamburger.btn-period-clear:before,.w-time-period .dropdown .w-selection .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.btn-period-clear:before,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .i-hamburger.btn-filter:before,.w-time-period .dropdown .w-selection .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.btn-filter:before,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .i-hamburger.btn-period-edit:before,.w-time-period .dropdown .w-selection .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.btn-period-edit:before,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.btn-filter:before,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.i-hamburger,.toggleWrapper .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead input.mobileToggle+label.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead tbody span.i-hamburger.status,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results tbody thead span.i-hamburger.status,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead tbody td.is-running span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results tbody td.is-running thead span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead tbody td.is-pending span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results tbody td.is-pending thead span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.icon,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.w-alert-banner:before,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.w-alert-banner:before,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .i-hamburger.w-alert-banner:before,._account_api .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.w-alert-banner:before,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .w-dialog.plus .i-hamburger.dialog-aside:after,.w-dialog.plus .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.dialog-aside:after,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .w-toast .i-hamburger.toast.plus:after,.w-toast .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.toast.plus:after,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .i-hamburger.btn-period-clear:before,.w-time-period .dropdown .w-selection .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.btn-period-clear:before,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .i-hamburger.btn-filter:before,.w-time-period .dropdown .w-selection .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.btn-filter:before,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .i-hamburger.btn-period-edit:before,.w-time-period .dropdown .w-selection .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.btn-period-edit:before,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.btn-filter:before,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.i-hamburger,.toggleWrapper .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead input.mobileToggle+label.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead tbody span.i-hamburger.status,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results tbody thead span.i-hamburger.status,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead tbody td.is-running span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results tbody td.is-running thead span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead tbody td.is-pending span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results tbody td.is-pending thead span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .i-hamburger.dropdown-toggle:after,.desktop .nav-page-grid .nav-page-content .block-filters .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .i-hamburger.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.dropdown-toggle:after,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .i-hamburger.filter,.desktop .nav-page-grid .nav-page-content .block-filters .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .i-hamburger.filter,.w-filter-preset.w-filter-preset .filter-preset .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.filter,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .form-label.status span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .status.status-log span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .status.status-report-item span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .double-list dd.status span.i-hamburger,.double-list .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead dd.status span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .double-list dt.status span.i-hamburger,.double-list .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead dt.status span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .w-cards-container .w-card .status.title span.i-hamburger,.w-cards-container .w-card .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .status.title span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.i-hamburger,.w-cards-container .w-card.centered .w-value .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .status.label span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead tbody tr.sublist .status.title span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results tbody tr.sublist thead .status.title span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .form-label.status .liveDashboard .list-results thead span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .status.status-log .liveDashboard .list-results thead span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .status.status-report-item .liveDashboard .list-results thead span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .double-list dd.status .liveDashboard .list-results thead span.i-hamburger,.double-list .desktop .nav-page-grid .nav-page-content .block-filters dd.status .liveDashboard .list-results thead span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .double-list dt.status .liveDashboard .list-results thead span.i-hamburger,.double-list .desktop .nav-page-grid .nav-page-content .block-filters dt.status .liveDashboard .list-results thead span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .w-cards-container .w-card .status.title .liveDashboard .list-results thead span.i-hamburger,.w-cards-container .w-card .desktop .nav-page-grid .nav-page-content .block-filters .status.title .liveDashboard .list-results thead span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.i-hamburger,.w-cards-container .w-card.centered .w-value .desktop .nav-page-grid .nav-page-content .block-filters .status.label .liveDashboard .list-results thead span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.i-hamburger,.list-results tbody tr.sublist .desktop .nav-page-grid .nav-page-content .block-filters .status.title .liveDashboard .list-results thead span.i-hamburger,.form-label.status .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-hamburger,.status.status-log .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-hamburger,.status.status-report-item .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-hamburger,.double-list dd.status .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-hamburger,.double-list dt.status .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-hamburger,.w-cards-container .w-card .status.title .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-hamburger,.w-cards-container .w-card.centered .w-value .status.label .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-hamburger,.list-results tbody tr.sublist .status.title .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .w-filters-selected label.status.small span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .w-filters-selected label.status.small .liveDashboard .list-results thead span.i-hamburger,.w-filters-selected label.status.small .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.i-hamburger,.w-filters-selected .status.btn-f-s .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .sub-header .w-form label.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .sub-header .w-double-list label.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .sub-header .w-form .liveDashboard .list-results thead label.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .sub-header .w-double-list .liveDashboard .list-results thead label.i-hamburger,.sub-header .w-form .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead label.i-hamburger,.sub-header .w-double-list .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead label.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .block-filters button.i-hamburger:after,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead button.i-hamburger:after,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .block-filters select.i-hamburger:after,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead select.i-hamburger:after,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .form-auto-list .i-hamburger.form-auto-item.is-user-is-inactive,.desktop .nav-page-grid .nav-page-content .block-filters .form-auto-list .liveDashboard .list-results thead .i-hamburger.form-auto-item.is-user-is-inactive,.form-auto-list .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.form-auto-item.is-user-is-inactive,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .form-auto-list .i-hamburger.form-auto-item.is-user-is-active,.desktop .nav-page-grid .nav-page-content .block-filters .form-auto-list .liveDashboard .list-results thead .i-hamburger.form-auto-item.is-user-is-active,.form-auto-list .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.form-auto-item.is-user-is-active,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .list-results-header .status.title span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .list-results-header .status.title .liveDashboard .list-results thead span.i-hamburger,.list-results-header .status.title .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead tr span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .i-hamburger.icon,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .i-hamburger.w-alert-banner:before,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .i-hamburger.w-alert-banner:before,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .i-hamburger.w-alert-banner:before,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .w-dialog.plus .i-hamburger.dialog-aside:after,.w-dialog.plus .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .i-hamburger.dialog-aside:after,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .w-toast .i-hamburger.toast.plus:after,.w-toast .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .i-hamburger.toast.plus:after,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .i-hamburger.btn-period-clear:before,.w-time-period .dropdown .w-selection .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .i-hamburger.btn-period-clear:before,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .i-hamburger.btn-filter:before,.w-time-period .dropdown .w-selection .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .i-hamburger.btn-filter:before,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .i-hamburger.btn-period-edit:before,.w-time-period .dropdown .w-selection .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .i-hamburger.btn-period-edit:before,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .i-hamburger.btn-filter:before,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label.i-hamburger,.toggleWrapper .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead input.mobileToggle+label.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead tbody span.i-hamburger.status,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results tbody thead span.i-hamburger.status,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead tbody td.is-running span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results tbody td.is-running thead span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead tbody td.is-pending span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results tbody td.is-pending thead span.i-hamburger,._account_api .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.icon,._account_api .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.w-alert-banner:before,._account_api .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.w-alert-banner:before,._account_api .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.w-alert-banner:before,._account_api .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .w-dialog.plus .i-hamburger.dialog-aside:after,.w-dialog.plus ._account_api .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.dialog-aside:after,._account_api .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .w-toast .i-hamburger.toast.plus:after,.w-toast ._account_api .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.toast.plus:after,._account_api .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .i-hamburger.btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.btn-period-clear:before,._account_api .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .i-hamburger.btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.btn-filter:before,._account_api .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .i-hamburger.btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.btn-period-edit:before,._account_api .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.btn-filter:before,._account_api .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.i-hamburger,.toggleWrapper ._account_api .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead input.mobileToggle+label.i-hamburger,._account_api .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead tbody span.i-hamburger.status,._account_api .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results tbody thead span.i-hamburger.status,._account_api .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead tbody td.is-running span.i-hamburger,._account_api .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results tbody td.is-running thead span.i-hamburger,._account_api .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead tbody td.is-pending span.i-hamburger,._account_api .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results tbody td.is-pending thead span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .i-hamburger.dropdown-toggle:after,._account_api .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .i-hamburger.dropdown-toggle:after,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .i-hamburger.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.dropdown-toggle:after,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .i-hamburger.filter,._account_api .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .i-hamburger.filter,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .i-hamburger.filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.filter,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .form-label.status span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .status.status-log span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .status.status-report-item span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .double-list dd.status span.i-hamburger,.double-list .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead dd.status span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .double-list dt.status span.i-hamburger,.double-list .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead dt.status span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span.i-hamburger,.w-cards-container .w-card .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .status.title span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.i-hamburger,.w-cards-container .w-card.centered .w-value .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .status.label span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span.i-hamburger,._account_api .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .form-label.status span.i-hamburger,._account_api .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .status.status-log span.i-hamburger,._account_api .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .status.status-report-item span.i-hamburger,._account_api .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .double-list dd.status span.i-hamburger,.double-list ._account_api .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead dd.status span.i-hamburger,._account_api .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .double-list dt.status span.i-hamburger,.double-list ._account_api .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead dt.status span.i-hamburger,._account_api .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .w-cards-container .w-card .status.title span.i-hamburger,.w-cards-container .w-card ._account_api .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .status.title span.i-hamburger,._account_api .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.i-hamburger,.w-cards-container .w-card.centered .w-value ._account_api .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .status.label span.i-hamburger,._account_api .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead tbody tr.sublist .status.title span.i-hamburger,._account_api .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results tbody tr.sublist thead .status.title span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .form-label.status ._account_api .list-results thead span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .status.status-log ._account_api .list-results thead span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .status.status-report-item ._account_api .list-results thead span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .double-list dd.status ._account_api .list-results thead span.i-hamburger,.double-list .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard dd.status ._account_api .list-results thead span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .double-list dt.status ._account_api .list-results thead span.i-hamburger,.double-list .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard dt.status ._account_api .list-results thead span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span.i-hamburger,.w-cards-container .w-card .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .status.title ._account_api .list-results thead span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.i-hamburger,.w-cards-container .w-card.centered .w-value .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .status.label ._account_api .list-results thead span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span.i-hamburger,.list-results tbody tr.sublist .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .status.title ._account_api .list-results thead span.i-hamburger,.form-label.status ._account_api .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-hamburger,.status.status-log ._account_api .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-hamburger,.status.status-report-item ._account_api .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-hamburger,.double-list dd.status ._account_api .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-hamburger,.double-list dt.status ._account_api .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-hamburger,.w-cards-container .w-card .status.title ._account_api .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-hamburger,.w-cards-container .w-card.centered .w-value .status.label ._account_api .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-hamburger,.list-results tbody tr.sublist .status.title ._account_api .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span.i-hamburger,._account_api .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .w-filters-selected label.status.small span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span.i-hamburger,.w-filters-selected label.status.small ._account_api .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span.i-hamburger,._account_api .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span.i-hamburger,.w-filters-selected .status.btn-f-s ._account_api .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .sub-header .w-form label.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .sub-header .w-double-list label.i-hamburger,._account_api .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .sub-header .w-form label.i-hamburger,._account_api .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .sub-header .w-double-list label.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .sub-header .w-form ._account_api .list-results thead label.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .sub-header .w-double-list ._account_api .list-results thead label.i-hamburger,.sub-header .w-form ._account_api .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead label.i-hamburger,.sub-header .w-double-list ._account_api .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead label.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .block-filters button.i-hamburger:after,._account_api .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .block-filters button.i-hamburger:after,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead button.i-hamburger:after,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead button.i-hamburger:after,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .block-filters select.i-hamburger:after,._account_api .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .block-filters select.i-hamburger:after,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead select.i-hamburger:after,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead select.i-hamburger:after,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .form-auto-list .i-hamburger.form-auto-item.is-user-is-inactive,._account_api .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .form-auto-list .i-hamburger.form-auto-item.is-user-is-inactive,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .form-auto-list ._account_api .list-results thead .i-hamburger.form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.form-auto-item.is-user-is-inactive,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .form-auto-list .i-hamburger.form-auto-item.is-user-is-active,._account_api .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .form-auto-list .i-hamburger.form-auto-item.is-user-is-active,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .form-auto-list ._account_api .list-results thead .i-hamburger.form-auto-item.is-user-is-active,.form-auto-list ._account_api .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.form-auto-item.is-user-is-active,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .list-results-header .status.title span.i-hamburger,._account_api .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .list-results-header .status.title span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results-header .status.title ._account_api .list-results thead span.i-hamburger,.list-results-header .status.title ._account_api .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead tr span.i-hamburger,._account_api .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead tr span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .i-hamburger.icon,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .i-hamburger.w-alert-banner:before,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .i-hamburger.w-alert-banner:before,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .i-hamburger.w-alert-banner:before,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .w-dialog.plus .i-hamburger.dialog-aside:after,.w-dialog.plus .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .i-hamburger.dialog-aside:after,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .w-toast .i-hamburger.toast.plus:after,.w-toast .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .i-hamburger.toast.plus:after,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .i-hamburger.btn-period-clear:before,.w-time-period .dropdown .w-selection .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .i-hamburger.btn-period-clear:before,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .i-hamburger.btn-filter:before,.w-time-period .dropdown .w-selection .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .i-hamburger.btn-filter:before,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .i-hamburger.btn-period-edit:before,.w-time-period .dropdown .w-selection .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .i-hamburger.btn-period-edit:before,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .i-hamburger.btn-filter:before,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label.i-hamburger,.toggleWrapper .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead input.mobileToggle+label.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead tbody span.i-hamburger.status,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results tbody thead span.i-hamburger.status,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead tbody td.is-running span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results tbody td.is-running thead span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead tbody td.is-pending span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results tbody td.is-pending thead span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .i-hamburger.icon,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .i-hamburger.w-alert-banner:before,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .i-hamburger.w-alert-banner:before,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .i-hamburger.w-alert-banner:before,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .w-dialog.plus .i-hamburger.dialog-aside:after,.w-dialog.plus .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .i-hamburger.dialog-aside:after,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .w-toast .i-hamburger.toast.plus:after,.w-toast .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .i-hamburger.toast.plus:after,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .i-hamburger.btn-period-clear:before,.w-time-period .dropdown .w-selection .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .i-hamburger.btn-period-clear:before,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .i-hamburger.btn-filter:before,.w-time-period .dropdown .w-selection .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .i-hamburger.btn-filter:before,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .i-hamburger.btn-period-edit:before,.w-time-period .dropdown .w-selection .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .i-hamburger.btn-period-edit:before,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .i-hamburger.btn-filter:before,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.i-hamburger,.toggleWrapper .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead input.mobileToggle+label.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead tbody span.i-hamburger.status,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results tbody thead span.i-hamburger.status,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead tbody td.is-running span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results tbody td.is-running thead span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead tbody td.is-pending span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results tbody td.is-pending thead span.i-hamburger,._account_api .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.icon,._account_api .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.w-alert-banner:before,._account_api .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.w-alert-banner:before,._account_api .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.w-alert-banner:before,._account_api .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .w-dialog.plus .i-hamburger.dialog-aside:after,.w-dialog.plus ._account_api .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.dialog-aside:after,._account_api .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .w-toast .i-hamburger.toast.plus:after,.w-toast ._account_api .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.toast.plus:after,._account_api .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .i-hamburger.btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.btn-period-clear:before,._account_api .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .i-hamburger.btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.btn-filter:before,._account_api .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .i-hamburger.btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.btn-period-edit:before,._account_api .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.btn-filter:before,._account_api .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.i-hamburger,.toggleWrapper ._account_api .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead input.mobileToggle+label.i-hamburger,._account_api .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead tbody span.i-hamburger.status,._account_api .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results tbody thead span.i-hamburger.status,._account_api .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead tbody td.is-running span.i-hamburger,._account_api .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results tbody td.is-running thead span.i-hamburger,._account_api .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead tbody td.is-pending span.i-hamburger,._account_api .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results tbody td.is-pending thead span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .i-hamburger.dropdown-toggle:after,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .i-hamburger.dropdown-toggle:after,._account_api .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .i-hamburger.dropdown-toggle:after,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .i-hamburger.dropdown-toggle:after,.desktop .nav-page-grid .nav-page-content .block-filters .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .i-hamburger.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.dropdown-toggle:after,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .i-hamburger.filter,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .i-hamburger.filter,._account_api .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .i-hamburger.filter,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .i-hamburger.filter,.desktop .nav-page-grid .nav-page-content .block-filters .w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .i-hamburger.filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.filter,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .form-label.status span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .status.status-log span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .status.status-report-item span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .double-list dd.status span.i-hamburger,.double-list .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead dd.status span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .double-list dt.status span.i-hamburger,.double-list .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead dt.status span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span.i-hamburger,.w-cards-container .w-card .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .status.title span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.i-hamburger,.w-cards-container .w-card.centered .w-value .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .status.label span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .form-label.status span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .status.status-log span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .status.status-report-item span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .double-list dd.status span.i-hamburger,.double-list .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead dd.status span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .double-list dt.status span.i-hamburger,.double-list .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead dt.status span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span.i-hamburger,.w-cards-container .w-card .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .status.title span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.i-hamburger,.w-cards-container .w-card.centered .w-value .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .status.label span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span.i-hamburger,._account_api .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .form-label.status span.i-hamburger,._account_api .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .status.status-log span.i-hamburger,._account_api .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .status.status-report-item span.i-hamburger,._account_api .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .double-list dd.status span.i-hamburger,.double-list ._account_api .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead dd.status span.i-hamburger,._account_api .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .double-list dt.status span.i-hamburger,.double-list ._account_api .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead dt.status span.i-hamburger,._account_api .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .w-cards-container .w-card .status.title span.i-hamburger,.w-cards-container .w-card ._account_api .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .status.title span.i-hamburger,._account_api .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.i-hamburger,.w-cards-container .w-card.centered .w-value ._account_api .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .status.label span.i-hamburger,._account_api .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead tbody tr.sublist .status.title span.i-hamburger,._account_api .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results tbody tr.sublist thead .status.title span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .form-label.status ._account_api .list-results thead span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .status.status-log ._account_api .list-results thead span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .status.status-report-item ._account_api .list-results thead span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .double-list dd.status ._account_api .list-results thead span.i-hamburger,.double-list .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard dd.status ._account_api .list-results thead span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .double-list dt.status ._account_api .list-results thead span.i-hamburger,.double-list .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard dt.status ._account_api .list-results thead span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span.i-hamburger,.w-cards-container .w-card .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .status.title ._account_api .list-results thead span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.i-hamburger,.w-cards-container .w-card.centered .w-value .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .status.label ._account_api .list-results thead span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span.i-hamburger,.list-results tbody tr.sublist .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .status.title ._account_api .list-results thead span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .form-label.status ._account_api .liveDashboard .list-results thead span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .status.status-log ._account_api .liveDashboard .list-results thead span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .status.status-report-item ._account_api .liveDashboard .list-results thead span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .double-list dd.status ._account_api .liveDashboard .list-results thead span.i-hamburger,.double-list .desktop .nav-page-grid .nav-page-content .block-filters dd.status ._account_api .liveDashboard .list-results thead span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .double-list dt.status ._account_api .liveDashboard .list-results thead span.i-hamburger,.double-list .desktop .nav-page-grid .nav-page-content .block-filters dt.status ._account_api .liveDashboard .list-results thead span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead span.i-hamburger,.w-cards-container .w-card .desktop .nav-page-grid .nav-page-content .block-filters .status.title ._account_api .liveDashboard .list-results thead span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead span.i-hamburger,.w-cards-container .w-card.centered .w-value .desktop .nav-page-grid .nav-page-content .block-filters .status.label ._account_api .liveDashboard .list-results thead span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead span.i-hamburger,.list-results tbody tr.sublist .desktop .nav-page-grid .nav-page-content .block-filters .status.title ._account_api .liveDashboard .list-results thead span.i-hamburger,.form-label.status ._account_api .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-hamburger,.status.status-log ._account_api .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-hamburger,.status.status-report-item ._account_api .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-hamburger,.double-list dd.status ._account_api .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-hamburger,.double-list dt.status ._account_api .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-hamburger,.w-cards-container .w-card .status.title ._account_api .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-hamburger,.w-cards-container .w-card.centered .w-value .status.label ._account_api .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-hamburger,.list-results tbody tr.sublist .status.title ._account_api .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span.i-hamburger,._account_api .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .w-filters-selected label.status.small span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead span.i-hamburger,.w-filters-selected label.status.small ._account_api .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.i-hamburger,._account_api .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead span.i-hamburger,.w-filters-selected .status.btn-f-s ._account_api .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .sub-header .w-form label.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .sub-header .w-double-list label.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .sub-header .w-form label.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .sub-header .w-double-list label.i-hamburger,._account_api .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .sub-header .w-form label.i-hamburger,._account_api .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .sub-header .w-double-list label.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .sub-header .w-form ._account_api .list-results thead label.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .sub-header .w-double-list ._account_api .list-results thead label.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .sub-header .w-form ._account_api .liveDashboard .list-results thead label.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .sub-header .w-double-list ._account_api .liveDashboard .list-results thead label.i-hamburger,.sub-header .w-form ._account_api .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead label.i-hamburger,.sub-header .w-double-list ._account_api .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead label.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .block-filters button.i-hamburger:after,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .block-filters button.i-hamburger:after,._account_api .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .block-filters button.i-hamburger:after,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .block-filters ._account_api .list-results thead button.i-hamburger:after,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead button.i-hamburger:after,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .block-filters select.i-hamburger:after,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .block-filters select.i-hamburger:after,._account_api .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .block-filters select.i-hamburger:after,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .block-filters ._account_api .list-results thead select.i-hamburger:after,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead select.i-hamburger:after,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .form-auto-list .i-hamburger.form-auto-item.is-user-is-inactive,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .form-auto-list .i-hamburger.form-auto-item.is-user-is-inactive,._account_api .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .form-auto-list .i-hamburger.form-auto-item.is-user-is-inactive,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .form-auto-list ._account_api .list-results thead .i-hamburger.form-auto-item.is-user-is-inactive,.desktop .nav-page-grid .nav-page-content .block-filters .form-auto-list ._account_api .liveDashboard .list-results thead .i-hamburger.form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.form-auto-item.is-user-is-inactive,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .form-auto-list .i-hamburger.form-auto-item.is-user-is-active,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .form-auto-list .i-hamburger.form-auto-item.is-user-is-active,._account_api .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .form-auto-list .i-hamburger.form-auto-item.is-user-is-active,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .form-auto-list ._account_api .list-results thead .i-hamburger.form-auto-item.is-user-is-active,.desktop .nav-page-grid .nav-page-content .block-filters .form-auto-list ._account_api .liveDashboard .list-results thead .i-hamburger.form-auto-item.is-user-is-active,.form-auto-list ._account_api .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.form-auto-item.is-user-is-active,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .list-results-header .status.title span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .list-results-header .status.title span.i-hamburger,._account_api .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .list-results-header .status.title span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results-header .status.title ._account_api .list-results thead span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .list-results-header .status.title ._account_api .liveDashboard .list-results thead span.i-hamburger,.list-results-header .status.title ._account_api .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead tr span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead tr span.i-hamburger,._account_api .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead tr span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .i-hamburger.dropdown-toggle:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.dropdown-toggle:after,.desktop .nav-page-grid .nav-page-content .block-filters .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .i-hamburger.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .i-hamburger.dropdown-toggle:after,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .i-hamburger.filter,._account_api .w-filter-preset.w-filter-preset .filter-preset .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.filter,.desktop .nav-page-grid .nav-page-content .block-filters .w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .i-hamburger.filter,.w-filter-preset.w-filter-preset .filter-preset .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .i-hamburger.filter,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .form-label.status .liveDashboard .list-results thead span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .status.status-log .liveDashboard .list-results thead span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .status.status-report-item .liveDashboard .list-results thead span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .double-list dd.status .liveDashboard .list-results thead span.i-hamburger,.double-list .desktop .nav-page-grid .nav-page-content .block-filters ._account_api dd.status .liveDashboard .list-results thead span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .double-list dt.status .liveDashboard .list-results thead span.i-hamburger,.double-list .desktop .nav-page-grid .nav-page-content .block-filters ._account_api dt.status .liveDashboard .list-results thead span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span.i-hamburger,.w-cards-container .w-card .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .status.title .liveDashboard .list-results thead span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.i-hamburger,.w-cards-container .w-card.centered .w-value .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .status.label .liveDashboard .list-results thead span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.i-hamburger,.list-results tbody tr.sublist .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .status.title .liveDashboard .list-results thead span.i-hamburger,._account_api .form-label.status .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-hamburger,._account_api .status.status-log .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-hamburger,._account_api .status.status-report-item .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-hamburger,._account_api .double-list dd.status .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-hamburger,.double-list ._account_api dd.status .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-hamburger,._account_api .double-list dt.status .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-hamburger,.double-list ._account_api dt.status .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-hamburger,._account_api .w-cards-container .w-card .status.title .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-hamburger,.w-cards-container .w-card ._account_api .status.title .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-hamburger,._account_api .w-cards-container .w-card.centered .w-value .status.label .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-hamburger,.w-cards-container .w-card.centered .w-value ._account_api .status.label .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-hamburger,._account_api .list-results tbody tr.sublist .status.title .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-hamburger,.list-results tbody tr.sublist ._account_api .status.title .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .form-label.status .liveDashboard ._account_api .list-results thead span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .status.status-log .liveDashboard ._account_api .list-results thead span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .status.status-report-item .liveDashboard ._account_api .list-results thead span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .double-list dd.status .liveDashboard ._account_api .list-results thead span.i-hamburger,.double-list .desktop .nav-page-grid .nav-page-content .block-filters dd.status .liveDashboard ._account_api .list-results thead span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .double-list dt.status .liveDashboard ._account_api .list-results thead span.i-hamburger,.double-list .desktop .nav-page-grid .nav-page-content .block-filters dt.status .liveDashboard ._account_api .list-results thead span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead span.i-hamburger,.w-cards-container .w-card .desktop .nav-page-grid .nav-page-content .block-filters .status.title .liveDashboard ._account_api .list-results thead span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead span.i-hamburger,.w-cards-container .w-card.centered .w-value .desktop .nav-page-grid .nav-page-content .block-filters .status.label .liveDashboard ._account_api .list-results thead span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead span.i-hamburger,.list-results tbody tr.sublist .desktop .nav-page-grid .nav-page-content .block-filters .status.title .liveDashboard ._account_api .list-results thead span.i-hamburger,.form-label.status .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead span.i-hamburger,.status.status-log .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead span.i-hamburger,.status.status-report-item .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead span.i-hamburger,.double-list dd.status .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead span.i-hamburger,.double-list dt.status .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead span.i-hamburger,.w-cards-container .w-card .status.title .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead span.i-hamburger,.w-cards-container .w-card.centered .w-value .status.label .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead span.i-hamburger,.list-results tbody tr.sublist .status.title .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span.i-hamburger,._account_api .w-filters-selected label.status.small .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead span.i-hamburger,.w-filters-selected label.status.small .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.i-hamburger,._account_api .w-filters-selected .status.btn-f-s .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead span.i-hamburger,.w-filters-selected .status.btn-f-s .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .sub-header .w-form .liveDashboard .list-results thead label.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .sub-header .w-double-list .liveDashboard .list-results thead label.i-hamburger,._account_api .sub-header .w-form .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead label.i-hamburger,._account_api .sub-header .w-double-list .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead label.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .sub-header .w-form .liveDashboard ._account_api .list-results thead label.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .sub-header .w-double-list .liveDashboard ._account_api .list-results thead label.i-hamburger,.sub-header .w-form .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead label.i-hamburger,.sub-header .w-double-list .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead label.i-hamburger,.desktop .nav-page-grid .nav-page-content ._account_api .block-filters .liveDashboard .list-results thead button.i-hamburger:after,._account_api .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead button.i-hamburger:after,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead button.i-hamburger:after,.desktop .nav-page-grid .nav-page-content ._account_api .block-filters .liveDashboard .list-results thead select.i-hamburger:after,._account_api .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead select.i-hamburger:after,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead select.i-hamburger:after,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .form-auto-list .liveDashboard .list-results thead .i-hamburger.form-auto-item.is-user-is-inactive,._account_api .form-auto-list .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.form-auto-item.is-user-is-inactive,.desktop .nav-page-grid .nav-page-content .block-filters .form-auto-list .liveDashboard ._account_api .list-results thead .i-hamburger.form-auto-item.is-user-is-inactive,.form-auto-list .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .i-hamburger.form-auto-item.is-user-is-inactive,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .form-auto-list .liveDashboard .list-results thead .i-hamburger.form-auto-item.is-user-is-active,._account_api .form-auto-list .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-hamburger.form-auto-item.is-user-is-active,.desktop .nav-page-grid .nav-page-content .block-filters .form-auto-list .liveDashboard ._account_api .list-results thead .i-hamburger.form-auto-item.is-user-is-active,.form-auto-list .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .i-hamburger.form-auto-item.is-user-is-active,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results-header .status.title .liveDashboard .list-results thead span.i-hamburger,._account_api .list-results-header .status.title .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .list-results-header .status.title .liveDashboard ._account_api .list-results thead span.i-hamburger,.list-results-header .status.title .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead span.i-hamburger,.liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.icon,.liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.w-alert-banner:before,.liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.w-alert-banner:before,._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.w-alert-banner:before,.liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .w-dialog.plus .i-hamburger.dialog-aside:after,.w-dialog.plus .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.dialog-aside:after,.liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .w-toast .i-hamburger.toast.plus:after,.w-toast .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.toast.plus:after,.liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .w-time-period .dropdown .w-selection .i-hamburger.btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.btn-period-clear:before,.liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .w-time-period .dropdown .w-selection .i-hamburger.btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.btn-filter:before,.liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .w-time-period .dropdown .w-selection .i-hamburger.btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.btn-period-edit:before,.liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.btn-filter:before,.liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .toggleWrapper input.mobileToggle+label.i-hamburger,.toggleWrapper .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters input.mobileToggle+label.i-hamburger,.liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters tbody span.i-hamburger.status,.liveDashboard .list-results tbody thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger.status,.liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters tbody td.is-running span.i-hamburger,.liveDashboard .list-results tbody td.is-running thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters tbody td.is-pending span.i-hamburger,.liveDashboard .list-results tbody td.is-pending thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.icon,.liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.w-alert-banner:before,.liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.w-alert-banner:before,._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.w-alert-banner:before,.liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .w-dialog.plus .i-hamburger.dialog-aside:after,.w-dialog.plus .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.dialog-aside:after,.liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .w-toast .i-hamburger.toast.plus:after,.w-toast .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.toast.plus:after,.liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .w-time-period .dropdown .w-selection .i-hamburger.btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.btn-period-clear:before,.liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .w-time-period .dropdown .w-selection .i-hamburger.btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.btn-filter:before,.liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .w-time-period .dropdown .w-selection .i-hamburger.btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.btn-period-edit:before,.liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.btn-filter:before,.liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .toggleWrapper input.mobileToggle+label.i-hamburger,.toggleWrapper .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters input.mobileToggle+label.i-hamburger,.liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters tbody span.i-hamburger.status,.liveDashboard .list-results tbody thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger.status,.liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters tbody td.is-running span.i-hamburger,.liveDashboard .list-results tbody td.is-running thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters tbody td.is-pending span.i-hamburger,.liveDashboard .list-results tbody td.is-pending thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .w-filter-preset.w-filter-preset .filter-preset .dropdown .i-hamburger.dropdown-toggle:after,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.dropdown-toggle:after,.liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .w-filter-preset.w-filter-preset .filter-preset .i-hamburger.filter,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.filter,.liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .form-label.status span.i-hamburger,.liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .status.status-log span.i-hamburger,.liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .status.status-report-item span.i-hamburger,.liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .double-list dd.status span.i-hamburger,.double-list .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters dd.status span.i-hamburger,.liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .double-list dt.status span.i-hamburger,.double-list .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters dt.status span.i-hamburger,.liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .w-cards-container .w-card .status.title span.i-hamburger,.w-cards-container .w-card .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .status.title span.i-hamburger,.liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .w-cards-container .w-card.centered .w-value .status.label span.i-hamburger,.w-cards-container .w-card.centered .w-value .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .status.label span.i-hamburger,.liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters tbody tr.sublist .status.title span.i-hamburger,.liveDashboard .list-results tbody tr.sublist thead .desktop .nav-page-grid .nav-page-content .block-filters .status.title span.i-hamburger,.liveDashboard .list-results thead .form-label.status .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .list-results thead .status.status-log .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .list-results thead .status.status-report-item .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .list-results thead .double-list dd.status .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list .liveDashboard .list-results thead dd.status .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .list-results thead .double-list dt.status .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list .liveDashboard .list-results thead dt.status .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .list-results thead .w-cards-container .w-card .status.title .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card .liveDashboard .list-results thead .status.title .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card.centered .w-value .liveDashboard .list-results thead .status.label .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .list-results thead tbody tr.sublist .status.title .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .list-results tbody tr.sublist thead .status.title .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.form-label.status .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.status.status-log .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.status.status-report-item .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list dd.status .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list dt.status .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card .status.title .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.list-results tbody tr.sublist .status.title .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .w-filters-selected label.status.small span.i-hamburger,.liveDashboard .list-results thead .w-filters-selected label.status.small .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-filters-selected label.status.small .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .w-filters-selected .status.btn-f-s span.i-hamburger,.liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-filters-selected .status.btn-f-s .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .sub-header .w-form label.i-hamburger,.liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .sub-header .w-double-list label.i-hamburger,.liveDashboard .list-results thead .sub-header .w-form .desktop .nav-page-grid .nav-page-content .block-filters label.i-hamburger,.liveDashboard .list-results thead .sub-header .w-double-list .desktop .nav-page-grid .nav-page-content .block-filters label.i-hamburger,.sub-header .w-form .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters label.i-hamburger,.sub-header .w-double-list .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters label.i-hamburger,.liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters button.i-hamburger:after,.block-filters .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters button.i-hamburger:after,.liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters select.i-hamburger:after,.block-filters .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters select.i-hamburger:after,.liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .form-auto-list .i-hamburger.form-auto-item.is-user-is-inactive,.liveDashboard .list-results thead .form-auto-list .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-inactive,.liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .form-auto-list .i-hamburger.form-auto-item.is-user-is-active,.liveDashboard .list-results thead .form-auto-list .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-active,.form-auto-list .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-active,.liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .list-results-header .status.title span.i-hamburger,.liveDashboard .list-results thead .list-results-header .status.title .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.list-results-header .status.title .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters tr span.i-hamburger,.liveDashboard .list-results thead tr .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.icon,.liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .w-dialog.plus .i-hamburger.dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.dialog-aside:after,.liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .w-toast .i-hamburger.toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.toast.plus:after,.liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .w-time-period .dropdown .w-selection .i-hamburger.btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.btn-period-clear:before,.liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .w-time-period .dropdown .w-selection .i-hamburger.btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.btn-filter:before,.liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .w-time-period .dropdown .w-selection .i-hamburger.btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.btn-period-edit:before,.liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.btn-filter:before,.liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .toggleWrapper input.mobileToggle+label.i-hamburger,.toggleWrapper .liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters input.mobileToggle+label.i-hamburger,.liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters tbody span.i-hamburger.status,.liveDashboard ._account_api .list-results tbody thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger.status,.liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters tbody td.is-running span.i-hamburger,.liveDashboard ._account_api .list-results tbody td.is-running thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters tbody td.is-pending span.i-hamburger,.liveDashboard ._account_api .list-results tbody td.is-pending thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.icon,._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.w-alert-banner:before,._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.w-alert-banner:before,._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.w-alert-banner:before,._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .w-dialog.plus .i-hamburger.dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.dialog-aside:after,._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .w-toast .i-hamburger.toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.toast.plus:after,._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .w-time-period .dropdown .w-selection .i-hamburger.btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.btn-period-clear:before,._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .w-time-period .dropdown .w-selection .i-hamburger.btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.btn-filter:before,._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .w-time-period .dropdown .w-selection .i-hamburger.btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.btn-period-edit:before,._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.btn-filter:before,._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .toggleWrapper input.mobileToggle+label.i-hamburger,.toggleWrapper ._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters input.mobileToggle+label.i-hamburger,._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters tbody span.i-hamburger.status,._account_api .liveDashboard .list-results tbody thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger.status,._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters tbody td.is-running span.i-hamburger,._account_api .liveDashboard .list-results tbody td.is-running thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters tbody td.is-pending span.i-hamburger,._account_api .liveDashboard .list-results tbody td.is-pending thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .w-filter-preset.w-filter-preset .filter-preset .dropdown .i-hamburger.dropdown-toggle:after,._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .w-filter-preset.w-filter-preset .filter-preset .dropdown .i-hamburger.dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.dropdown-toggle:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .w-filter-preset.w-filter-preset .filter-preset .i-hamburger.filter,._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .w-filter-preset.w-filter-preset .filter-preset .i-hamburger.filter,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.filter,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.filter,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.filter,.liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .form-label.status span.i-hamburger,.liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .status.status-log span.i-hamburger,.liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .status.status-report-item span.i-hamburger,.liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .double-list dd.status span.i-hamburger,.double-list .liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters dd.status span.i-hamburger,.liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .double-list dt.status span.i-hamburger,.double-list .liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters dt.status span.i-hamburger,.liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .w-cards-container .w-card .status.title span.i-hamburger,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .status.title span.i-hamburger,.liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .w-cards-container .w-card.centered .w-value .status.label span.i-hamburger,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .status.label span.i-hamburger,.liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters tbody tr.sublist .status.title span.i-hamburger,.liveDashboard ._account_api .list-results tbody tr.sublist thead .desktop .nav-page-grid .nav-page-content .block-filters .status.title span.i-hamburger,._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .form-label.status span.i-hamburger,._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .status.status-log span.i-hamburger,._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .status.status-report-item span.i-hamburger,._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .double-list dd.status span.i-hamburger,.double-list ._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters dd.status span.i-hamburger,._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .double-list dt.status span.i-hamburger,.double-list ._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters dt.status span.i-hamburger,._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .w-cards-container .w-card .status.title span.i-hamburger,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .status.title span.i-hamburger,._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .w-cards-container .w-card.centered .w-value .status.label span.i-hamburger,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .status.label span.i-hamburger,._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters tbody tr.sublist .status.title span.i-hamburger,._account_api .liveDashboard .list-results tbody tr.sublist thead .desktop .nav-page-grid .nav-page-content .block-filters .status.title span.i-hamburger,.liveDashboard ._account_api .list-results thead .form-label.status .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead .status.status-log .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead .status.status-report-item .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead .double-list dd.status .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list .liveDashboard ._account_api .list-results thead dd.status .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead .double-list dt.status .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list .liveDashboard ._account_api .list-results thead dt.status .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead .form-label.status .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead .status.status-log .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead .status.status-report-item .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead .double-list dd.status .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list ._account_api .liveDashboard .list-results thead dd.status .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead .double-list dt.status .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list ._account_api .liveDashboard .list-results thead dt.status .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .form-label.status ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .status.status-log ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .status.status-report-item ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .double-list dd.status ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list .liveDashboard dd.status ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .double-list dt.status ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list .liveDashboard dt.status ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.form-label.status ._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.status.status-log ._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.status.status-report-item ._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list dd.status ._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list dt.status ._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .w-filters-selected label.status.small span.i-hamburger,._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .w-filters-selected label.status.small span.i-hamburger,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .w-filters-selected .status.btn-f-s span.i-hamburger,._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .w-filters-selected .status.btn-f-s span.i-hamburger,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .sub-header .w-form label.i-hamburger,.liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .sub-header .w-double-list label.i-hamburger,._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .sub-header .w-form label.i-hamburger,._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .sub-header .w-double-list label.i-hamburger,.liveDashboard ._account_api .list-results thead .sub-header .w-form .desktop .nav-page-grid .nav-page-content .block-filters label.i-hamburger,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list .desktop .nav-page-grid .nav-page-content .block-filters label.i-hamburger,._account_api .liveDashboard .list-results thead .sub-header .w-form .desktop .nav-page-grid .nav-page-content .block-filters label.i-hamburger,._account_api .liveDashboard .list-results thead .sub-header .w-double-list .desktop .nav-page-grid .nav-page-content .block-filters label.i-hamburger,.liveDashboard .sub-header .w-form ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters label.i-hamburger,.liveDashboard .sub-header .w-double-list ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters label.i-hamburger,.sub-header .w-form ._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters label.i-hamburger,.sub-header .w-double-list ._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters label.i-hamburger,.liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters button.i-hamburger:after,._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters button.i-hamburger:after,.liveDashboard .block-filters ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters button.i-hamburger:after,.block-filters ._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters button.i-hamburger:after,.liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters select.i-hamburger:after,._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters select.i-hamburger:after,.liveDashboard .block-filters ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters select.i-hamburger:after,.block-filters ._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters select.i-hamburger:after,.liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .form-auto-list .i-hamburger.form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .form-auto-list .i-hamburger.form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .form-auto-list .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .form-auto-list .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-inactive,.liveDashboard .form-auto-list ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .form-auto-list .i-hamburger.form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .form-auto-list .i-hamburger.form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .form-auto-list .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .form-auto-list .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-active,.liveDashboard .form-auto-list ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-active,.form-auto-list ._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .list-results-header .status.title span.i-hamburger,._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .list-results-header .status.title span.i-hamburger,.liveDashboard ._account_api .list-results thead .list-results-header .status.title .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead .list-results-header .status.title .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .list-results-header .status.title ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.list-results-header .status.title ._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters tr span.i-hamburger,._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters tr span.i-hamburger,.liveDashboard ._account_api .list-results thead tr .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead tr .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.icon,.liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .w-dialog.plus .i-hamburger.dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.dialog-aside:after,.liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .w-toast .i-hamburger.toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.toast.plus:after,.liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .w-time-period .dropdown .w-selection .i-hamburger.btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.btn-period-clear:before,.liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .w-time-period .dropdown .w-selection .i-hamburger.btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.btn-filter:before,.liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .w-time-period .dropdown .w-selection .i-hamburger.btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.btn-period-edit:before,.liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.btn-filter:before,.liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .toggleWrapper input.mobileToggle+label.i-hamburger,.toggleWrapper .liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters input.mobileToggle+label.i-hamburger,.liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters tbody span.i-hamburger.status,.liveDashboard ._account_api .list-results tbody thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger.status,.liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters tbody td.is-running span.i-hamburger,.liveDashboard ._account_api .list-results tbody td.is-running thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters tbody td.is-pending span.i-hamburger,.liveDashboard ._account_api .list-results tbody td.is-pending thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.icon,._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.w-alert-banner:before,._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.w-alert-banner:before,._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.w-alert-banner:before,._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .w-dialog.plus .i-hamburger.dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.dialog-aside:after,._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .w-toast .i-hamburger.toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.toast.plus:after,._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .w-time-period .dropdown .w-selection .i-hamburger.btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.btn-period-clear:before,._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .w-time-period .dropdown .w-selection .i-hamburger.btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.btn-filter:before,._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .w-time-period .dropdown .w-selection .i-hamburger.btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.btn-period-edit:before,._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.btn-filter:before,._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .toggleWrapper input.mobileToggle+label.i-hamburger,.toggleWrapper ._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters input.mobileToggle+label.i-hamburger,._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters tbody span.i-hamburger.status,._account_api .liveDashboard .list-results tbody thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger.status,._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters tbody td.is-running span.i-hamburger,._account_api .liveDashboard .list-results tbody td.is-running thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters tbody td.is-pending span.i-hamburger,._account_api .liveDashboard .list-results tbody td.is-pending thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .w-filter-preset.w-filter-preset .filter-preset .dropdown .i-hamburger.dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.dropdown-toggle:after,._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .w-filter-preset.w-filter-preset .filter-preset .dropdown .i-hamburger.dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.dropdown-toggle:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .w-filter-preset.w-filter-preset .filter-preset .i-hamburger.filter,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.filter,._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .w-filter-preset.w-filter-preset .filter-preset .i-hamburger.filter,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.filter,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.filter,.liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .form-label.status span.i-hamburger,.liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .status.status-log span.i-hamburger,.liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .status.status-report-item span.i-hamburger,.liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .double-list dd.status span.i-hamburger,.double-list .liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters dd.status span.i-hamburger,.liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .double-list dt.status span.i-hamburger,.double-list .liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters dt.status span.i-hamburger,.liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .w-cards-container .w-card .status.title span.i-hamburger,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .status.title span.i-hamburger,.liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .w-cards-container .w-card.centered .w-value .status.label span.i-hamburger,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .status.label span.i-hamburger,.liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters tbody tr.sublist .status.title span.i-hamburger,.liveDashboard ._account_api .list-results tbody tr.sublist thead .desktop .nav-page-grid .nav-page-content .block-filters .status.title span.i-hamburger,.liveDashboard ._account_api .list-results thead .form-label.status .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead .status.status-log .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead .status.status-report-item .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead .double-list dd.status .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list .liveDashboard ._account_api .list-results thead dd.status .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead .double-list dt.status .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list .liveDashboard ._account_api .list-results thead dt.status .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .form-label.status span.i-hamburger,._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .status.status-log span.i-hamburger,._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .status.status-report-item span.i-hamburger,._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .double-list dd.status span.i-hamburger,.double-list ._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters dd.status span.i-hamburger,._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .double-list dt.status span.i-hamburger,.double-list ._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters dt.status span.i-hamburger,._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .w-cards-container .w-card .status.title span.i-hamburger,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .status.title span.i-hamburger,._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .w-cards-container .w-card.centered .w-value .status.label span.i-hamburger,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .status.label span.i-hamburger,._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters tbody tr.sublist .status.title span.i-hamburger,._account_api .liveDashboard .list-results tbody tr.sublist thead .desktop .nav-page-grid .nav-page-content .block-filters .status.title span.i-hamburger,._account_api .liveDashboard .list-results thead .form-label.status .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead .status.status-log .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead .status.status-report-item .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead .double-list dd.status .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list ._account_api .liveDashboard .list-results thead dd.status .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead .double-list dt.status .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list ._account_api .liveDashboard .list-results thead dt.status .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .form-label.status ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .status.status-log ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .status.status-report-item ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .double-list dd.status ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list .liveDashboard dd.status ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .double-list dt.status ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list .liveDashboard dt.status ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.form-label.status ._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.status.status-log ._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.status.status-report-item ._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list dd.status ._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list dt.status ._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .w-filters-selected label.status.small span.i-hamburger,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .w-filters-selected label.status.small span.i-hamburger,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .w-filters-selected .status.btn-f-s span.i-hamburger,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .w-filters-selected .status.btn-f-s span.i-hamburger,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .sub-header .w-form label.i-hamburger,.liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .sub-header .w-double-list label.i-hamburger,.liveDashboard ._account_api .list-results thead .sub-header .w-form .desktop .nav-page-grid .nav-page-content .block-filters label.i-hamburger,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list .desktop .nav-page-grid .nav-page-content .block-filters label.i-hamburger,._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .sub-header .w-form label.i-hamburger,._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .sub-header .w-double-list label.i-hamburger,._account_api .liveDashboard .list-results thead .sub-header .w-form .desktop .nav-page-grid .nav-page-content .block-filters label.i-hamburger,._account_api .liveDashboard .list-results thead .sub-header .w-double-list .desktop .nav-page-grid .nav-page-content .block-filters label.i-hamburger,.liveDashboard .sub-header .w-form ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters label.i-hamburger,.liveDashboard .sub-header .w-double-list ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters label.i-hamburger,.sub-header .w-form ._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters label.i-hamburger,.sub-header .w-double-list ._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters label.i-hamburger,.liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters button.i-hamburger:after,._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters button.i-hamburger:after,.liveDashboard .block-filters ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters button.i-hamburger:after,.block-filters ._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters button.i-hamburger:after,.liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters select.i-hamburger:after,._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters select.i-hamburger:after,.liveDashboard .block-filters ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters select.i-hamburger:after,.block-filters ._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters select.i-hamburger:after,.liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .form-auto-list .i-hamburger.form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .form-auto-list .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .form-auto-list .i-hamburger.form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .form-auto-list .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-inactive,.liveDashboard .form-auto-list ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .form-auto-list .i-hamburger.form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .form-auto-list .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .form-auto-list .i-hamburger.form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .form-auto-list .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-active,.liveDashboard .form-auto-list ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-active,.form-auto-list ._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .list-results-header .status.title span.i-hamburger,.liveDashboard ._account_api .list-results thead .list-results-header .status.title .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .list-results-header .status.title span.i-hamburger,._account_api .liveDashboard .list-results thead .list-results-header .status.title .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .list-results-header .status.title ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.list-results-header .status.title ._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters tr span.i-hamburger,.liveDashboard ._account_api .list-results thead tr .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters tr span.i-hamburger,._account_api .liveDashboard .list-results thead tr .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.dropdown-toggle:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.filter,._account_api .form-label.status .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .status.status-log .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .status.status-report-item .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .double-list dd.status .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list ._account_api dd.status .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .double-list dt.status .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list ._account_api dt.status .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.form-label.status .liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.status.status-log .liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.status.status-report-item .liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list dd.status .liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list dt.status .liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .sub-header .w-form .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters label.i-hamburger,._account_api .sub-header .w-double-list .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters label.i-hamburger,.sub-header .w-form .liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters label.i-hamburger,.sub-header .w-double-list .liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters label.i-hamburger,._account_api .block-filters .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters button.i-hamburger:after,.block-filters .liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters button.i-hamburger:after,._account_api .block-filters .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters select.i-hamburger:after,.block-filters .liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters select.i-hamburger:after,._account_api .form-auto-list .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-inactive,._account_api .form-auto-list .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-active,.form-auto-list .liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-active,._account_api .list-results-header .status.title .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.list-results-header .status.title .liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .i-hamburger.dropdown-toggle:after,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.dropdown-toggle:after,.desktop .nav-page-grid .nav-page-content .block-filters .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .i-hamburger.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.dropdown-toggle:after,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .i-hamburger.filter,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.filter,.desktop .nav-page-grid .nav-page-content .block-filters .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .i-hamburger.filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.filter,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .form-label.status span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .status.status-log span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .status.status-report-item span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .double-list dd.status span.i-hamburger,.double-list .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead dd.status span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .double-list dt.status span.i-hamburger,.double-list .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead dt.status span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .w-cards-container .w-card .status.title span.i-hamburger,.w-cards-container .w-card .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .status.title span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.i-hamburger,.w-cards-container .w-card.centered .w-value .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .status.label span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead tbody tr.sublist .status.title span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results tbody tr.sublist thead .status.title span.i-hamburger,.liveDashboard .list-results thead .form-label.status .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .list-results thead .status.status-log .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .list-results thead .status.status-report-item .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .list-results thead .double-list dd.status .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list .liveDashboard .list-results thead dd.status .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .list-results thead .double-list dt.status .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list .liveDashboard .list-results thead dt.status .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .list-results thead .w-cards-container .w-card .status.title .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card .liveDashboard .list-results thead .status.title .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card.centered .w-value .liveDashboard .list-results thead .status.label .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .list-results thead tbody tr.sublist .status.title .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .list-results tbody tr.sublist thead .status.title .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .form-label.status .liveDashboard .list-results thead span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .status.status-log .liveDashboard .list-results thead span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .status.status-report-item .liveDashboard .list-results thead span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .double-list dd.status .liveDashboard .list-results thead span.i-hamburger,.double-list .desktop .nav-page-grid .nav-page-content .block-filters dd.status .liveDashboard .list-results thead span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .double-list dt.status .liveDashboard .list-results thead span.i-hamburger,.double-list .desktop .nav-page-grid .nav-page-content .block-filters dt.status .liveDashboard .list-results thead span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .w-cards-container .w-card .status.title .liveDashboard .list-results thead span.i-hamburger,.w-cards-container .w-card .desktop .nav-page-grid .nav-page-content .block-filters .status.title .liveDashboard .list-results thead span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.i-hamburger,.w-cards-container .w-card.centered .w-value .desktop .nav-page-grid .nav-page-content .block-filters .status.label .liveDashboard .list-results thead span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.i-hamburger,.list-results tbody tr.sublist .desktop .nav-page-grid .nav-page-content .block-filters .status.title .liveDashboard .list-results thead span.i-hamburger,.form-label.status .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.status.status-log .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.status.status-report-item .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list dd.status .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list dt.status .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card .status.title .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.list-results tbody tr.sublist .status.title .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .w-filters-selected label.status.small span.i-hamburger,.liveDashboard .list-results thead .w-filters-selected label.status.small .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .w-filters-selected label.status.small .liveDashboard .list-results thead span.i-hamburger,.w-filters-selected label.status.small .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.i-hamburger,.liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.i-hamburger,.w-filters-selected .status.btn-f-s .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .sub-header .w-form label.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .sub-header .w-double-list label.i-hamburger,.liveDashboard .list-results thead .sub-header .w-form .desktop .nav-page-grid .nav-page-content .block-filters label.i-hamburger,.liveDashboard .list-results thead .sub-header .w-double-list .desktop .nav-page-grid .nav-page-content .block-filters label.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .sub-header .w-form .liveDashboard .list-results thead label.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .sub-header .w-double-list .liveDashboard .list-results thead label.i-hamburger,.sub-header .w-form .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters label.i-hamburger,.sub-header .w-double-list .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters label.i-hamburger,.desktop .nav-page-grid .nav-page-content .liveDashboard .list-results thead .block-filters button.i-hamburger:after,.liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters button.i-hamburger:after,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead button.i-hamburger:after,.desktop .nav-page-grid .nav-page-content .liveDashboard .list-results thead .block-filters select.i-hamburger:after,.liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters select.i-hamburger:after,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead select.i-hamburger:after,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .form-auto-list .i-hamburger.form-auto-item.is-user-is-inactive,.liveDashboard .list-results thead .form-auto-list .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-inactive,.desktop .nav-page-grid .nav-page-content .block-filters .form-auto-list .liveDashboard .list-results thead .i-hamburger.form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-inactive,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .form-auto-list .i-hamburger.form-auto-item.is-user-is-active,.liveDashboard .list-results thead .form-auto-list .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-active,.desktop .nav-page-grid .nav-page-content .block-filters .form-auto-list .liveDashboard .list-results thead .i-hamburger.form-auto-item.is-user-is-active,.form-auto-list .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-active,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .list-results-header .status.title span.i-hamburger,.liveDashboard .list-results thead .list-results-header .status.title .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .list-results-header .status.title .liveDashboard .list-results thead span.i-hamburger,.list-results-header .status.title .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead tr span.i-hamburger,.liveDashboard .list-results thead tr .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.icon,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.w-alert-banner:before,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .i-hamburger.w-alert-banner:before,.liveDashboard .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.w-alert-banner:before,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.w-alert-banner:before,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .w-dialog.plus .i-hamburger.dialog-aside:after,.w-dialog.plus .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.dialog-aside:after,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .w-toast .i-hamburger.toast.plus:after,.w-toast .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.toast.plus:after,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .w-time-period .dropdown .w-selection .i-hamburger.btn-period-clear:before,.w-time-period .dropdown .w-selection .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.btn-period-clear:before,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .w-time-period .dropdown .w-selection .i-hamburger.btn-filter:before,.w-time-period .dropdown .w-selection .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.btn-filter:before,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .w-time-period .dropdown .w-selection .i-hamburger.btn-period-edit:before,.w-time-period .dropdown .w-selection .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.btn-period-edit:before,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.btn-filter:before,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .toggleWrapper input.mobileToggle+label.i-hamburger,.toggleWrapper .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead input.mobileToggle+label.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead tbody span.i-hamburger.status,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results tbody thead span.i-hamburger.status,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead tbody td.is-running span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results tbody td.is-running thead span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead tbody td.is-pending span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results tbody td.is-pending thead span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .i-hamburger.icon,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .i-hamburger.w-alert-banner:before,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .i-hamburger.w-alert-banner:before,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .i-hamburger.w-alert-banner:before,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .w-dialog.plus .i-hamburger.dialog-aside:after,.w-dialog.plus .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .i-hamburger.dialog-aside:after,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .w-toast .i-hamburger.toast.plus:after,.w-toast .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .i-hamburger.toast.plus:after,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .i-hamburger.btn-period-clear:before,.w-time-period .dropdown .w-selection .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .i-hamburger.btn-period-clear:before,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .i-hamburger.btn-filter:before,.w-time-period .dropdown .w-selection .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .i-hamburger.btn-filter:before,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .i-hamburger.btn-period-edit:before,.w-time-period .dropdown .w-selection .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .i-hamburger.btn-period-edit:before,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .i-hamburger.btn-filter:before,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.i-hamburger,.toggleWrapper .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead input.mobileToggle+label.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead tbody span.i-hamburger.status,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results tbody thead span.i-hamburger.status,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead tbody td.is-running span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results tbody td.is-running thead span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead tbody td.is-pending span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results tbody td.is-pending thead span.i-hamburger,.liveDashboard .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.icon,.liveDashboard .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.w-alert-banner:before,.liveDashboard .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.w-alert-banner:before,.liveDashboard .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.w-alert-banner:before,.liveDashboard .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .w-dialog.plus .i-hamburger.dialog-aside:after,.w-dialog.plus .liveDashboard .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.dialog-aside:after,.liveDashboard .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .w-toast .i-hamburger.toast.plus:after,.w-toast .liveDashboard .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.toast.plus:after,.liveDashboard .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .w-time-period .dropdown .w-selection .i-hamburger.btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.btn-period-clear:before,.liveDashboard .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .w-time-period .dropdown .w-selection .i-hamburger.btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.btn-filter:before,.liveDashboard .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .w-time-period .dropdown .w-selection .i-hamburger.btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.btn-period-edit:before,.liveDashboard .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.btn-filter:before,.liveDashboard .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .toggleWrapper input.mobileToggle+label.i-hamburger,.toggleWrapper .liveDashboard .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead input.mobileToggle+label.i-hamburger,.liveDashboard .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead tbody span.i-hamburger.status,.liveDashboard .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results tbody thead span.i-hamburger.status,.liveDashboard .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead tbody td.is-running span.i-hamburger,.liveDashboard .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results tbody td.is-running thead span.i-hamburger,.liveDashboard .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead tbody td.is-pending span.i-hamburger,.liveDashboard .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results tbody td.is-pending thead span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .i-hamburger.dropdown-toggle:after,.liveDashboard .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .i-hamburger.dropdown-toggle:after,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .i-hamburger.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.dropdown-toggle:after,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .i-hamburger.filter,.liveDashboard .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .i-hamburger.filter,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .i-hamburger.filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.filter,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .form-label.status span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .status.status-log span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .status.status-report-item span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .double-list dd.status span.i-hamburger,.double-list .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead dd.status span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .double-list dt.status span.i-hamburger,.double-list .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead dt.status span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span.i-hamburger,.w-cards-container .w-card .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .status.title span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.i-hamburger,.w-cards-container .w-card.centered .w-value .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .status.label span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span.i-hamburger,.liveDashboard .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .form-label.status span.i-hamburger,.liveDashboard .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .status.status-log span.i-hamburger,.liveDashboard .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .status.status-report-item span.i-hamburger,.liveDashboard .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .double-list dd.status span.i-hamburger,.double-list .liveDashboard .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead dd.status span.i-hamburger,.liveDashboard .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .double-list dt.status span.i-hamburger,.double-list .liveDashboard .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead dt.status span.i-hamburger,.liveDashboard .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .w-cards-container .w-card .status.title span.i-hamburger,.w-cards-container .w-card .liveDashboard .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .status.title span.i-hamburger,.liveDashboard .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.i-hamburger,.w-cards-container .w-card.centered .w-value .liveDashboard .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .status.label span.i-hamburger,.liveDashboard .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead tbody tr.sublist .status.title span.i-hamburger,.liveDashboard .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results tbody tr.sublist thead .status.title span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .form-label.status .liveDashboard .list-results thead span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .status.status-log .liveDashboard .list-results thead span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .status.status-report-item .liveDashboard .list-results thead span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .double-list dd.status .liveDashboard .list-results thead span.i-hamburger,.double-list .desktop .nav-page-grid .nav-page-content .block-filters ._account_api dd.status .liveDashboard .list-results thead span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .double-list dt.status .liveDashboard .list-results thead span.i-hamburger,.double-list .desktop .nav-page-grid .nav-page-content .block-filters ._account_api dt.status .liveDashboard .list-results thead span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span.i-hamburger,.w-cards-container .w-card .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .status.title .liveDashboard .list-results thead span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.i-hamburger,.w-cards-container .w-card.centered .w-value .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .status.label .liveDashboard .list-results thead span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.i-hamburger,.list-results tbody tr.sublist .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .status.title .liveDashboard .list-results thead span.i-hamburger,.form-label.status .liveDashboard .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-hamburger,.status.status-log .liveDashboard .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-hamburger,.status.status-report-item .liveDashboard .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-hamburger,.double-list dd.status .liveDashboard .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-hamburger,.double-list dt.status .liveDashboard .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-hamburger,.w-cards-container .w-card .status.title .liveDashboard .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-hamburger,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-hamburger,.list-results tbody tr.sublist .status.title .liveDashboard .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span.i-hamburger,.liveDashboard .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .w-filters-selected label.status.small span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span.i-hamburger,.w-filters-selected label.status.small .liveDashboard .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.i-hamburger,.liveDashboard .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .w-filters-selected .status.btn-f-s span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.i-hamburger,.w-filters-selected .status.btn-f-s .liveDashboard .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .sub-header .w-form label.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .sub-header .w-double-list label.i-hamburger,.liveDashboard .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .sub-header .w-form label.i-hamburger,.liveDashboard .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .sub-header .w-double-list label.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .sub-header .w-form .liveDashboard .list-results thead label.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .sub-header .w-double-list .liveDashboard .list-results thead label.i-hamburger,.sub-header .w-form .liveDashboard .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead label.i-hamburger,.sub-header .w-double-list .liveDashboard .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead label.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .block-filters button.i-hamburger:after,.liveDashboard .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .block-filters button.i-hamburger:after,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead button.i-hamburger:after,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead button.i-hamburger:after,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .block-filters select.i-hamburger:after,.liveDashboard .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .block-filters select.i-hamburger:after,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead select.i-hamburger:after,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead select.i-hamburger:after,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .form-auto-list .i-hamburger.form-auto-item.is-user-is-inactive,.liveDashboard .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .form-auto-list .i-hamburger.form-auto-item.is-user-is-inactive,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .form-auto-list .liveDashboard .list-results thead .i-hamburger.form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.form-auto-item.is-user-is-inactive,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .form-auto-list .i-hamburger.form-auto-item.is-user-is-active,.liveDashboard .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .form-auto-list .i-hamburger.form-auto-item.is-user-is-active,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .form-auto-list .liveDashboard .list-results thead .i-hamburger.form-auto-item.is-user-is-active,.form-auto-list .liveDashboard .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.form-auto-item.is-user-is-active,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .list-results-header .status.title span.i-hamburger,.liveDashboard .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .list-results-header .status.title span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results-header .status.title .liveDashboard .list-results thead span.i-hamburger,.list-results-header .status.title .liveDashboard .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead tr span.i-hamburger,.liveDashboard .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead tr span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.icon,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.w-alert-banner:before,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .i-hamburger.w-alert-banner:before,.liveDashboard .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.w-alert-banner:before,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.w-alert-banner:before,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .w-dialog.plus .i-hamburger.dialog-aside:after,.w-dialog.plus .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.dialog-aside:after,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .w-toast .i-hamburger.toast.plus:after,.w-toast .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.toast.plus:after,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .w-time-period .dropdown .w-selection .i-hamburger.btn-period-clear:before,.w-time-period .dropdown .w-selection .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.btn-period-clear:before,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .w-time-period .dropdown .w-selection .i-hamburger.btn-filter:before,.w-time-period .dropdown .w-selection .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.btn-filter:before,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .w-time-period .dropdown .w-selection .i-hamburger.btn-period-edit:before,.w-time-period .dropdown .w-selection .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.btn-period-edit:before,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.btn-filter:before,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .toggleWrapper input.mobileToggle+label.i-hamburger,.toggleWrapper .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead input.mobileToggle+label.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead tbody span.i-hamburger.status,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results tbody thead span.i-hamburger.status,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead tbody td.is-running span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results tbody td.is-running thead span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead tbody td.is-pending span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results tbody td.is-pending thead span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .i-hamburger.dropdown-toggle:after,.desktop .nav-page-grid .nav-page-content .block-filters .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .i-hamburger.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.dropdown-toggle:after,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .i-hamburger.filter,.desktop .nav-page-grid .nav-page-content .block-filters .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .i-hamburger.filter,.w-filter-preset.w-filter-preset .filter-preset .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.filter,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .form-label.status span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .status.status-log span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .status.status-report-item span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .double-list dd.status span.i-hamburger,.double-list .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead dd.status span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .double-list dt.status span.i-hamburger,.double-list .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead dt.status span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .w-cards-container .w-card .status.title span.i-hamburger,.w-cards-container .w-card .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .status.title span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.i-hamburger,.w-cards-container .w-card.centered .w-value .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .status.label span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead tbody tr.sublist .status.title span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results tbody tr.sublist thead .status.title span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .form-label.status ._account_api .list-results thead span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .status.status-log ._account_api .list-results thead span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .status.status-report-item ._account_api .list-results thead span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .double-list dd.status ._account_api .list-results thead span.i-hamburger,.double-list .desktop .nav-page-grid .nav-page-content .block-filters dd.status ._account_api .list-results thead span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .double-list dt.status ._account_api .list-results thead span.i-hamburger,.double-list .desktop .nav-page-grid .nav-page-content .block-filters dt.status ._account_api .list-results thead span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .w-cards-container .w-card .status.title ._account_api .list-results thead span.i-hamburger,.w-cards-container .w-card .desktop .nav-page-grid .nav-page-content .block-filters .status.title ._account_api .list-results thead span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.i-hamburger,.w-cards-container .w-card.centered .w-value .desktop .nav-page-grid .nav-page-content .block-filters .status.label ._account_api .list-results thead span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .list-results tbody tr.sublist .status.title ._account_api .list-results thead span.i-hamburger,.list-results tbody tr.sublist .desktop .nav-page-grid .nav-page-content .block-filters .status.title ._account_api .list-results thead span.i-hamburger,.form-label.status .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-hamburger,.status.status-log .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-hamburger,.status.status-report-item .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-hamburger,.double-list dd.status .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-hamburger,.double-list dt.status .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-hamburger,.w-cards-container .w-card .status.title .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-hamburger,.w-cards-container .w-card.centered .w-value .status.label .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-hamburger,.list-results tbody tr.sublist .status.title .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .w-filters-selected label.status.small span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .w-filters-selected label.status.small ._account_api .list-results thead span.i-hamburger,.w-filters-selected label.status.small .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .w-filters-selected .status.btn-f-s span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .w-filters-selected .status.btn-f-s ._account_api .list-results thead span.i-hamburger,.w-filters-selected .status.btn-f-s .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .sub-header .w-form label.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .sub-header .w-double-list label.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .sub-header .w-form ._account_api .list-results thead label.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .sub-header .w-double-list ._account_api .list-results thead label.i-hamburger,.sub-header .w-form .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead label.i-hamburger,.sub-header .w-double-list .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead label.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .block-filters button.i-hamburger:after,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead button.i-hamburger:after,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .block-filters select.i-hamburger:after,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead select.i-hamburger:after,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .form-auto-list .i-hamburger.form-auto-item.is-user-is-inactive,.desktop .nav-page-grid .nav-page-content .block-filters .form-auto-list ._account_api .list-results thead .i-hamburger.form-auto-item.is-user-is-inactive,.form-auto-list .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.form-auto-item.is-user-is-inactive,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .form-auto-list .i-hamburger.form-auto-item.is-user-is-active,.desktop .nav-page-grid .nav-page-content .block-filters .form-auto-list ._account_api .list-results thead .i-hamburger.form-auto-item.is-user-is-active,.form-auto-list .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.form-auto-item.is-user-is-active,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .list-results-header .status.title span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .list-results-header .status.title ._account_api .list-results thead span.i-hamburger,.list-results-header .status.title .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead tr span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .i-hamburger.icon,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .i-hamburger.w-alert-banner:before,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .i-hamburger.w-alert-banner:before,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .i-hamburger.w-alert-banner:before,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .w-dialog.plus .i-hamburger.dialog-aside:after,.w-dialog.plus .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .i-hamburger.dialog-aside:after,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .w-toast .i-hamburger.toast.plus:after,.w-toast .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .i-hamburger.toast.plus:after,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .i-hamburger.btn-period-clear:before,.w-time-period .dropdown .w-selection .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .i-hamburger.btn-period-clear:before,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .i-hamburger.btn-filter:before,.w-time-period .dropdown .w-selection .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .i-hamburger.btn-filter:before,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .i-hamburger.btn-period-edit:before,.w-time-period .dropdown .w-selection .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .i-hamburger.btn-period-edit:before,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .i-hamburger.btn-filter:before,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label.i-hamburger,.toggleWrapper .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead input.mobileToggle+label.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead tbody span.i-hamburger.status,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results tbody thead span.i-hamburger.status,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead tbody td.is-running span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results tbody td.is-running thead span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead tbody td.is-pending span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results tbody td.is-pending thead span.i-hamburger,.liveDashboard .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.icon,.liveDashboard .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.w-alert-banner:before,.liveDashboard .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.w-alert-banner:before,.liveDashboard .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.w-alert-banner:before,.liveDashboard .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .w-dialog.plus .i-hamburger.dialog-aside:after,.w-dialog.plus .liveDashboard .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.dialog-aside:after,.liveDashboard .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .w-toast .i-hamburger.toast.plus:after,.w-toast .liveDashboard .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.toast.plus:after,.liveDashboard .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .w-time-period .dropdown .w-selection .i-hamburger.btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.btn-period-clear:before,.liveDashboard .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .w-time-period .dropdown .w-selection .i-hamburger.btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.btn-filter:before,.liveDashboard .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .w-time-period .dropdown .w-selection .i-hamburger.btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.btn-period-edit:before,.liveDashboard .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.btn-filter:before,.liveDashboard .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .toggleWrapper input.mobileToggle+label.i-hamburger,.toggleWrapper .liveDashboard .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead input.mobileToggle+label.i-hamburger,.liveDashboard .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead tbody span.i-hamburger.status,.liveDashboard .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results tbody thead span.i-hamburger.status,.liveDashboard .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead tbody td.is-running span.i-hamburger,.liveDashboard .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results tbody td.is-running thead span.i-hamburger,.liveDashboard .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead tbody td.is-pending span.i-hamburger,.liveDashboard .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results tbody td.is-pending thead span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .i-hamburger.icon,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .i-hamburger.w-alert-banner:before,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .i-hamburger.w-alert-banner:before,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .i-hamburger.w-alert-banner:before,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .w-dialog.plus .i-hamburger.dialog-aside:after,.w-dialog.plus .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .i-hamburger.dialog-aside:after,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .w-toast .i-hamburger.toast.plus:after,.w-toast .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .i-hamburger.toast.plus:after,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .i-hamburger.btn-period-clear:before,.w-time-period .dropdown .w-selection .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .i-hamburger.btn-period-clear:before,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .i-hamburger.btn-filter:before,.w-time-period .dropdown .w-selection .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .i-hamburger.btn-filter:before,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .i-hamburger.btn-period-edit:before,.w-time-period .dropdown .w-selection .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .i-hamburger.btn-period-edit:before,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .i-hamburger.btn-filter:before,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.i-hamburger,.toggleWrapper .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead input.mobileToggle+label.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead tbody span.i-hamburger.status,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results tbody thead span.i-hamburger.status,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead tbody td.is-running span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results tbody td.is-running thead span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead tbody td.is-pending span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results tbody td.is-pending thead span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .i-hamburger.dropdown-toggle:after,.liveDashboard .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .i-hamburger.dropdown-toggle:after,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .i-hamburger.dropdown-toggle:after,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .i-hamburger.dropdown-toggle:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.dropdown-toggle:after,.desktop .nav-page-grid .nav-page-content .block-filters .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .i-hamburger.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .i-hamburger.dropdown-toggle:after,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .i-hamburger.filter,.liveDashboard .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .i-hamburger.filter,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .i-hamburger.filter,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .i-hamburger.filter,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.filter,.desktop .nav-page-grid .nav-page-content .block-filters .w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .i-hamburger.filter,.w-filter-preset.w-filter-preset .filter-preset .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .i-hamburger.filter,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .form-label.status span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .status.status-log span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .status.status-report-item span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .double-list dd.status span.i-hamburger,.double-list .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead dd.status span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .double-list dt.status span.i-hamburger,.double-list .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead dt.status span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span.i-hamburger,.w-cards-container .w-card .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .status.title span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.i-hamburger,.w-cards-container .w-card.centered .w-value .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .status.label span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span.i-hamburger,.liveDashboard .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .form-label.status span.i-hamburger,.liveDashboard .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .status.status-log span.i-hamburger,.liveDashboard .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .status.status-report-item span.i-hamburger,.liveDashboard .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .double-list dd.status span.i-hamburger,.double-list .liveDashboard .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead dd.status span.i-hamburger,.liveDashboard .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .double-list dt.status span.i-hamburger,.double-list .liveDashboard .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead dt.status span.i-hamburger,.liveDashboard .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .w-cards-container .w-card .status.title span.i-hamburger,.w-cards-container .w-card .liveDashboard .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .status.title span.i-hamburger,.liveDashboard .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.i-hamburger,.w-cards-container .w-card.centered .w-value .liveDashboard .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .status.label span.i-hamburger,.liveDashboard .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead tbody tr.sublist .status.title span.i-hamburger,.liveDashboard .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results tbody tr.sublist thead .status.title span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .form-label.status span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .status.status-log span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .status.status-report-item span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .double-list dd.status span.i-hamburger,.double-list .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead dd.status span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .double-list dt.status span.i-hamburger,.double-list .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead dt.status span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span.i-hamburger,.w-cards-container .w-card .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .status.title span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.i-hamburger,.w-cards-container .w-card.centered .w-value .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .status.label span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .form-label.status ._account_api .list-results thead span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .status.status-log ._account_api .list-results thead span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .status.status-report-item ._account_api .list-results thead span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .double-list dd.status ._account_api .list-results thead span.i-hamburger,.double-list .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard dd.status ._account_api .list-results thead span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .double-list dt.status ._account_api .list-results thead span.i-hamburger,.double-list .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard dt.status ._account_api .list-results thead span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span.i-hamburger,.w-cards-container .w-card .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .status.title ._account_api .list-results thead span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.i-hamburger,.w-cards-container .w-card.centered .w-value .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .status.label ._account_api .list-results thead span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span.i-hamburger,.list-results tbody tr.sublist .desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .status.title ._account_api .list-results thead span.i-hamburger,.liveDashboard .form-label.status .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-hamburger,.liveDashboard .status.status-log .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-hamburger,.liveDashboard .status.status-report-item .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-hamburger,.liveDashboard .double-list dd.status .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-hamburger,.double-list .liveDashboard dd.status .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-hamburger,.liveDashboard .double-list dt.status .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-hamburger,.double-list .liveDashboard dt.status .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-hamburger,.liveDashboard .w-cards-container .w-card .status.title .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-hamburger,.w-cards-container .w-card .liveDashboard .status.title .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-hamburger,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-hamburger,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-hamburger,.liveDashboard .list-results tbody tr.sublist .status.title .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-hamburger,.list-results tbody tr.sublist .liveDashboard .status.title .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .form-label.status ._account_api .liveDashboard .list-results thead span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .status.status-log ._account_api .liveDashboard .list-results thead span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .status.status-report-item ._account_api .liveDashboard .list-results thead span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .double-list dd.status ._account_api .liveDashboard .list-results thead span.i-hamburger,.double-list .desktop .nav-page-grid .nav-page-content .block-filters dd.status ._account_api .liveDashboard .list-results thead span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .double-list dt.status ._account_api .liveDashboard .list-results thead span.i-hamburger,.double-list .desktop .nav-page-grid .nav-page-content .block-filters dt.status ._account_api .liveDashboard .list-results thead span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead span.i-hamburger,.w-cards-container .w-card .desktop .nav-page-grid .nav-page-content .block-filters .status.title ._account_api .liveDashboard .list-results thead span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead span.i-hamburger,.w-cards-container .w-card.centered .w-value .desktop .nav-page-grid .nav-page-content .block-filters .status.label ._account_api .liveDashboard .list-results thead span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead span.i-hamburger,.list-results tbody tr.sublist .desktop .nav-page-grid .nav-page-content .block-filters .status.title ._account_api .liveDashboard .list-results thead span.i-hamburger,.form-label.status .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead span.i-hamburger,.status.status-log .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead span.i-hamburger,.status.status-report-item .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead span.i-hamburger,.double-list dd.status .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead span.i-hamburger,.double-list dt.status .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead span.i-hamburger,.w-cards-container .w-card .status.title .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead span.i-hamburger,.w-cards-container .w-card.centered .w-value .status.label .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead span.i-hamburger,.list-results tbody tr.sublist .status.title .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span.i-hamburger,.liveDashboard .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .w-filters-selected label.status.small span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span.i-hamburger,.liveDashboard .w-filters-selected label.status.small .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead span.i-hamburger,.w-filters-selected label.status.small .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span.i-hamburger,.liveDashboard .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .w-filters-selected .status.btn-f-s span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span.i-hamburger,.liveDashboard .w-filters-selected .status.btn-f-s .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead span.i-hamburger,.w-filters-selected .status.btn-f-s .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .sub-header .w-form label.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .sub-header .w-double-list label.i-hamburger,.liveDashboard .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .sub-header .w-form label.i-hamburger,.liveDashboard .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .sub-header .w-double-list label.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .sub-header .w-form label.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .sub-header .w-double-list label.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .sub-header .w-form ._account_api .list-results thead label.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .sub-header .w-double-list ._account_api .list-results thead label.i-hamburger,.liveDashboard .sub-header .w-form .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead label.i-hamburger,.liveDashboard .sub-header .w-double-list .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead label.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .sub-header .w-form ._account_api .liveDashboard .list-results thead label.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .sub-header .w-double-list ._account_api .liveDashboard .list-results thead label.i-hamburger,.sub-header .w-form .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead label.i-hamburger,.sub-header .w-double-list .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead label.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .block-filters button.i-hamburger:after,.liveDashboard .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .block-filters button.i-hamburger:after,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .block-filters button.i-hamburger:after,.desktop .nav-page-grid .nav-page-content .liveDashboard .block-filters ._account_api .list-results thead button.i-hamburger:after,.liveDashboard .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead button.i-hamburger:after,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead button.i-hamburger:after,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .block-filters select.i-hamburger:after,.liveDashboard .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .block-filters select.i-hamburger:after,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .block-filters select.i-hamburger:after,.desktop .nav-page-grid .nav-page-content .liveDashboard .block-filters ._account_api .list-results thead select.i-hamburger:after,.liveDashboard .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead select.i-hamburger:after,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead select.i-hamburger:after,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .form-auto-list .i-hamburger.form-auto-item.is-user-is-inactive,.liveDashboard .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .form-auto-list .i-hamburger.form-auto-item.is-user-is-inactive,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .form-auto-list .i-hamburger.form-auto-item.is-user-is-inactive,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .form-auto-list ._account_api .list-results thead .i-hamburger.form-auto-item.is-user-is-inactive,.liveDashboard .form-auto-list .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.form-auto-item.is-user-is-inactive,.desktop .nav-page-grid .nav-page-content .block-filters .form-auto-list ._account_api .liveDashboard .list-results thead .i-hamburger.form-auto-item.is-user-is-inactive,.form-auto-list .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .i-hamburger.form-auto-item.is-user-is-inactive,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .form-auto-list .i-hamburger.form-auto-item.is-user-is-active,.liveDashboard .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .form-auto-list .i-hamburger.form-auto-item.is-user-is-active,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .form-auto-list .i-hamburger.form-auto-item.is-user-is-active,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .form-auto-list ._account_api .list-results thead .i-hamburger.form-auto-item.is-user-is-active,.liveDashboard .form-auto-list .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.form-auto-item.is-user-is-active,.desktop .nav-page-grid .nav-page-content .block-filters .form-auto-list ._account_api .liveDashboard .list-results thead .i-hamburger.form-auto-item.is-user-is-active,.form-auto-list .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .i-hamburger.form-auto-item.is-user-is-active,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .list-results-header .status.title span.i-hamburger,.liveDashboard .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .list-results-header .status.title span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .list-results-header .status.title span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results-header .status.title ._account_api .list-results thead span.i-hamburger,.liveDashboard .list-results-header .status.title .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .list-results-header .status.title ._account_api .liveDashboard .list-results thead span.i-hamburger,.list-results-header .status.title .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead tr span.i-hamburger,.liveDashboard .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead tr span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead tr span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .i-hamburger.dropdown-toggle:after,.desktop .nav-page-grid .nav-page-content .block-filters .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .i-hamburger.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.dropdown-toggle:after,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .i-hamburger.filter,.desktop .nav-page-grid .nav-page-content .block-filters .w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .i-hamburger.filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.filter,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .form-label.status .liveDashboard .list-results thead span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .status.status-log .liveDashboard .list-results thead span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .status.status-report-item .liveDashboard .list-results thead span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .double-list dd.status .liveDashboard .list-results thead span.i-hamburger,.double-list .desktop .nav-page-grid .nav-page-content .block-filters ._account_api dd.status .liveDashboard .list-results thead span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .double-list dt.status .liveDashboard .list-results thead span.i-hamburger,.double-list .desktop .nav-page-grid .nav-page-content .block-filters ._account_api dt.status .liveDashboard .list-results thead span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span.i-hamburger,.w-cards-container .w-card .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .status.title .liveDashboard .list-results thead span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.i-hamburger,.w-cards-container .w-card.centered .w-value .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .status.label .liveDashboard .list-results thead span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.i-hamburger,.list-results tbody tr.sublist .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .status.title .liveDashboard .list-results thead span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .form-label.status .liveDashboard ._account_api .list-results thead span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .status.status-log .liveDashboard ._account_api .list-results thead span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .status.status-report-item .liveDashboard ._account_api .list-results thead span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .double-list dd.status .liveDashboard ._account_api .list-results thead span.i-hamburger,.double-list .desktop .nav-page-grid .nav-page-content .block-filters dd.status .liveDashboard ._account_api .list-results thead span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .double-list dt.status .liveDashboard ._account_api .list-results thead span.i-hamburger,.double-list .desktop .nav-page-grid .nav-page-content .block-filters dt.status .liveDashboard ._account_api .list-results thead span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead span.i-hamburger,.w-cards-container .w-card .desktop .nav-page-grid .nav-page-content .block-filters .status.title .liveDashboard ._account_api .list-results thead span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead span.i-hamburger,.w-cards-container .w-card.centered .w-value .desktop .nav-page-grid .nav-page-content .block-filters .status.label .liveDashboard ._account_api .list-results thead span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead span.i-hamburger,.list-results tbody tr.sublist .desktop .nav-page-grid .nav-page-content .block-filters .status.title .liveDashboard ._account_api .list-results thead span.i-hamburger,.form-label.status .liveDashboard .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-hamburger,.status.status-log .liveDashboard .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-hamburger,.status.status-report-item .liveDashboard .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-hamburger,.double-list dd.status .liveDashboard .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-hamburger,.double-list dt.status .liveDashboard .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-hamburger,.w-cards-container .w-card .status.title .liveDashboard .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-hamburger,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-hamburger,.list-results tbody tr.sublist .status.title .liveDashboard .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead span.i-hamburger,.w-filters-selected label.status.small .liveDashboard .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead span.i-hamburger,.w-filters-selected .status.btn-f-s .liveDashboard .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .sub-header .w-form .liveDashboard .list-results thead label.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .sub-header .w-double-list .liveDashboard .list-results thead label.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .sub-header .w-form .liveDashboard ._account_api .list-results thead label.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .sub-header .w-double-list .liveDashboard ._account_api .list-results thead label.i-hamburger,.sub-header .w-form .liveDashboard .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead label.i-hamburger,.sub-header .w-double-list .liveDashboard .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead label.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .block-filters .liveDashboard .list-results thead button.i-hamburger:after,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead button.i-hamburger:after,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .block-filters .liveDashboard .list-results thead select.i-hamburger:after,.desktop .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead select.i-hamburger:after,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .form-auto-list .liveDashboard .list-results thead .i-hamburger.form-auto-item.is-user-is-inactive,.desktop .nav-page-grid .nav-page-content .block-filters .form-auto-list .liveDashboard ._account_api .list-results thead .i-hamburger.form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.form-auto-item.is-user-is-inactive,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .form-auto-list .liveDashboard .list-results thead .i-hamburger.form-auto-item.is-user-is-active,.desktop .nav-page-grid .nav-page-content .block-filters .form-auto-list .liveDashboard ._account_api .list-results thead .i-hamburger.form-auto-item.is-user-is-active,.form-auto-list .liveDashboard .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-hamburger.form-auto-item.is-user-is-active,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results-header .status.title .liveDashboard .list-results thead span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .list-results-header .status.title .liveDashboard ._account_api .list-results thead span.i-hamburger,.list-results-header .status.title .liveDashboard .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-hamburger,._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.icon,._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.w-alert-banner:before,._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.w-alert-banner:before,._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.w-alert-banner:before,._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .w-dialog.plus .i-hamburger.dialog-aside:after,.w-dialog.plus ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.dialog-aside:after,._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .w-toast .i-hamburger.toast.plus:after,.w-toast ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.toast.plus:after,._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .w-time-period .dropdown .w-selection .i-hamburger.btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.btn-period-clear:before,._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .w-time-period .dropdown .w-selection .i-hamburger.btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.btn-filter:before,._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .w-time-period .dropdown .w-selection .i-hamburger.btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.btn-period-edit:before,._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.btn-filter:before,._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .toggleWrapper input.mobileToggle+label.i-hamburger,.toggleWrapper ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters input.mobileToggle+label.i-hamburger,._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters tbody span.i-hamburger.status,._account_api .list-results tbody thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger.status,._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters tbody td.is-running span.i-hamburger,._account_api .list-results tbody td.is-running thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters tbody td.is-pending span.i-hamburger,._account_api .list-results tbody td.is-pending thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.icon,._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.w-alert-banner:before,._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.w-alert-banner:before,._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.w-alert-banner:before,._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .w-dialog.plus .i-hamburger.dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.dialog-aside:after,._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .w-toast .i-hamburger.toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.toast.plus:after,._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .w-time-period .dropdown .w-selection .i-hamburger.btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.btn-period-clear:before,._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .w-time-period .dropdown .w-selection .i-hamburger.btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.btn-filter:before,._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .w-time-period .dropdown .w-selection .i-hamburger.btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.btn-period-edit:before,._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.btn-filter:before,._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .toggleWrapper input.mobileToggle+label.i-hamburger,.toggleWrapper ._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters input.mobileToggle+label.i-hamburger,._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters tbody span.i-hamburger.status,._account_api .liveDashboard .list-results tbody thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger.status,._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters tbody td.is-running span.i-hamburger,._account_api .liveDashboard .list-results tbody td.is-running thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters tbody td.is-pending span.i-hamburger,._account_api .liveDashboard .list-results tbody td.is-pending thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.icon,.liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .w-dialog.plus .i-hamburger.dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.dialog-aside:after,.liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .w-toast .i-hamburger.toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.toast.plus:after,.liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .w-time-period .dropdown .w-selection .i-hamburger.btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.btn-period-clear:before,.liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .w-time-period .dropdown .w-selection .i-hamburger.btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.btn-filter:before,.liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .w-time-period .dropdown .w-selection .i-hamburger.btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.btn-period-edit:before,.liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.btn-filter:before,.liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .toggleWrapper input.mobileToggle+label.i-hamburger,.toggleWrapper .liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters input.mobileToggle+label.i-hamburger,.liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters tbody span.i-hamburger.status,.liveDashboard ._account_api .list-results tbody thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger.status,.liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters tbody td.is-running span.i-hamburger,.liveDashboard ._account_api .list-results tbody td.is-running thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters tbody td.is-pending span.i-hamburger,.liveDashboard ._account_api .list-results tbody td.is-pending thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .w-filter-preset.w-filter-preset .filter-preset .dropdown .i-hamburger.dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .w-filter-preset.w-filter-preset .filter-preset .dropdown .i-hamburger.dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.dropdown-toggle:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.dropdown-toggle:after,._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .w-filter-preset.w-filter-preset .filter-preset .i-hamburger.filter,.liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .w-filter-preset.w-filter-preset .filter-preset .i-hamburger.filter,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.filter,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.filter,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.filter,._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .form-label.status span.i-hamburger,._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .status.status-log span.i-hamburger,._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .status.status-report-item span.i-hamburger,._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .double-list dd.status span.i-hamburger,.double-list ._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters dd.status span.i-hamburger,._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .double-list dt.status span.i-hamburger,.double-list ._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters dt.status span.i-hamburger,._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .w-cards-container .w-card .status.title span.i-hamburger,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .status.title span.i-hamburger,._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .w-cards-container .w-card.centered .w-value .status.label span.i-hamburger,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .status.label span.i-hamburger,._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters tbody tr.sublist .status.title span.i-hamburger,._account_api .liveDashboard .list-results tbody tr.sublist thead .desktop .nav-page-grid .nav-page-content .block-filters .status.title span.i-hamburger,.liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .form-label.status span.i-hamburger,.liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .status.status-log span.i-hamburger,.liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .status.status-report-item span.i-hamburger,.liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .double-list dd.status span.i-hamburger,.double-list .liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters dd.status span.i-hamburger,.liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .double-list dt.status span.i-hamburger,.double-list .liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters dt.status span.i-hamburger,.liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .w-cards-container .w-card .status.title span.i-hamburger,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .status.title span.i-hamburger,.liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .w-cards-container .w-card.centered .w-value .status.label span.i-hamburger,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .status.label span.i-hamburger,.liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters tbody tr.sublist .status.title span.i-hamburger,.liveDashboard ._account_api .list-results tbody tr.sublist thead .desktop .nav-page-grid .nav-page-content .block-filters .status.title span.i-hamburger,._account_api .liveDashboard .list-results thead .form-label.status .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead .status.status-log .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead .status.status-report-item .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead .double-list dd.status .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list ._account_api .liveDashboard .list-results thead dd.status .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead .double-list dt.status .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list ._account_api .liveDashboard .list-results thead dt.status .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead .form-label.status .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead .status.status-log .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead .status.status-report-item .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead .double-list dd.status .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list .liveDashboard ._account_api .list-results thead dd.status .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead .double-list dt.status .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list .liveDashboard ._account_api .list-results thead dt.status .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .form-label.status .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .status.status-log .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .status.status-report-item .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .double-list dd.status .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list ._account_api dd.status .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .double-list dt.status .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list ._account_api dt.status .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.form-label.status .liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.status.status-log .liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.status.status-report-item .liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list dd.status .liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list dt.status .liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .w-filters-selected label.status.small span.i-hamburger,.liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .w-filters-selected label.status.small span.i-hamburger,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .w-filters-selected .status.btn-f-s span.i-hamburger,.liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .w-filters-selected .status.btn-f-s span.i-hamburger,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .sub-header .w-form label.i-hamburger,._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .sub-header .w-double-list label.i-hamburger,.liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .sub-header .w-form label.i-hamburger,.liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .sub-header .w-double-list label.i-hamburger,._account_api .liveDashboard .list-results thead .sub-header .w-form .desktop .nav-page-grid .nav-page-content .block-filters label.i-hamburger,._account_api .liveDashboard .list-results thead .sub-header .w-double-list .desktop .nav-page-grid .nav-page-content .block-filters label.i-hamburger,.liveDashboard ._account_api .list-results thead .sub-header .w-form .desktop .nav-page-grid .nav-page-content .block-filters label.i-hamburger,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list .desktop .nav-page-grid .nav-page-content .block-filters label.i-hamburger,._account_api .sub-header .w-form .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters label.i-hamburger,._account_api .sub-header .w-double-list .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters label.i-hamburger,.sub-header .w-form .liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters label.i-hamburger,.sub-header .w-double-list .liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters label.i-hamburger,._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters button.i-hamburger:after,.liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters button.i-hamburger:after,._account_api .block-filters .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters button.i-hamburger:after,.block-filters .liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters button.i-hamburger:after,._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters select.i-hamburger:after,.liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters select.i-hamburger:after,._account_api .block-filters .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters select.i-hamburger:after,.block-filters .liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters select.i-hamburger:after,._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .form-auto-list .i-hamburger.form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .form-auto-list .i-hamburger.form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .form-auto-list .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .form-auto-list .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-inactive,._account_api .form-auto-list .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .form-auto-list .i-hamburger.form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .form-auto-list .i-hamburger.form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .form-auto-list .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .form-auto-list .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-active,._account_api .form-auto-list .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-active,.form-auto-list .liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .list-results-header .status.title span.i-hamburger,.liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .list-results-header .status.title span.i-hamburger,._account_api .liveDashboard .list-results thead .list-results-header .status.title .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead .list-results-header .status.title .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .list-results-header .status.title .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.list-results-header .status.title .liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters tr span.i-hamburger,.liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters tr span.i-hamburger,._account_api .liveDashboard .list-results thead tr .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead tr .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.icon,._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.w-alert-banner:before,._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.w-alert-banner:before,._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.w-alert-banner:before,._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .w-dialog.plus .i-hamburger.dialog-aside:after,.w-dialog.plus ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.dialog-aside:after,._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .w-toast .i-hamburger.toast.plus:after,.w-toast ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.toast.plus:after,._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .w-time-period .dropdown .w-selection .i-hamburger.btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.btn-period-clear:before,._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .w-time-period .dropdown .w-selection .i-hamburger.btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.btn-filter:before,._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .w-time-period .dropdown .w-selection .i-hamburger.btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.btn-period-edit:before,._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.btn-filter:before,._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .toggleWrapper input.mobileToggle+label.i-hamburger,.toggleWrapper ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters input.mobileToggle+label.i-hamburger,._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters tbody span.i-hamburger.status,._account_api .list-results tbody thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger.status,._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters tbody td.is-running span.i-hamburger,._account_api .list-results tbody td.is-running thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters tbody td.is-pending span.i-hamburger,._account_api .list-results tbody td.is-pending thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .w-filter-preset.w-filter-preset .filter-preset .dropdown .i-hamburger.dropdown-toggle:after,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.dropdown-toggle:after,._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .w-filter-preset.w-filter-preset .filter-preset .i-hamburger.filter,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.filter,._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .form-label.status span.i-hamburger,._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .status.status-log span.i-hamburger,._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .status.status-report-item span.i-hamburger,._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .double-list dd.status span.i-hamburger,.double-list ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters dd.status span.i-hamburger,._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .double-list dt.status span.i-hamburger,.double-list ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters dt.status span.i-hamburger,._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .w-cards-container .w-card .status.title span.i-hamburger,.w-cards-container .w-card ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .status.title span.i-hamburger,._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .w-cards-container .w-card.centered .w-value .status.label span.i-hamburger,.w-cards-container .w-card.centered .w-value ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .status.label span.i-hamburger,._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters tbody tr.sublist .status.title span.i-hamburger,._account_api .list-results tbody tr.sublist thead .desktop .nav-page-grid .nav-page-content .block-filters .status.title span.i-hamburger,._account_api .list-results thead .form-label.status .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .list-results thead .status.status-log .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .list-results thead .status.status-report-item .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .list-results thead .double-list dd.status .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list ._account_api .list-results thead dd.status .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .list-results thead .double-list dt.status .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list ._account_api .list-results thead dt.status .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .list-results thead .w-cards-container .w-card .status.title .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card ._account_api .list-results thead .status.title .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card.centered .w-value ._account_api .list-results thead .status.label .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .list-results thead tbody tr.sublist .status.title .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .list-results tbody tr.sublist thead .status.title .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.form-label.status ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.status.status-log ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.status.status-report-item ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list dd.status ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list dt.status ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card .status.title ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.list-results tbody tr.sublist .status.title ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .w-filters-selected label.status.small span.i-hamburger,._account_api .list-results thead .w-filters-selected label.status.small .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-filters-selected label.status.small ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .w-filters-selected .status.btn-f-s span.i-hamburger,._account_api .list-results thead .w-filters-selected .status.btn-f-s .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-filters-selected .status.btn-f-s ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .sub-header .w-form label.i-hamburger,._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .sub-header .w-double-list label.i-hamburger,._account_api .list-results thead .sub-header .w-form .desktop .nav-page-grid .nav-page-content .block-filters label.i-hamburger,._account_api .list-results thead .sub-header .w-double-list .desktop .nav-page-grid .nav-page-content .block-filters label.i-hamburger,.sub-header .w-form ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters label.i-hamburger,.sub-header .w-double-list ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters label.i-hamburger,._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters button.i-hamburger:after,.block-filters ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters button.i-hamburger:after,._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters select.i-hamburger:after,.block-filters ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters select.i-hamburger:after,._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .form-auto-list .i-hamburger.form-auto-item.is-user-is-inactive,._account_api .list-results thead .form-auto-list .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-inactive,._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .form-auto-list .i-hamburger.form-auto-item.is-user-is-active,._account_api .list-results thead .form-auto-list .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-active,.form-auto-list ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-active,._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .list-results-header .status.title span.i-hamburger,._account_api .list-results thead .list-results-header .status.title .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.list-results-header .status.title ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters tr span.i-hamburger,._account_api .list-results thead tr .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.icon,.liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .w-dialog.plus .i-hamburger.dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.dialog-aside:after,.liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .w-toast .i-hamburger.toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.toast.plus:after,.liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .w-time-period .dropdown .w-selection .i-hamburger.btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.btn-period-clear:before,.liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .w-time-period .dropdown .w-selection .i-hamburger.btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.btn-filter:before,.liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .w-time-period .dropdown .w-selection .i-hamburger.btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.btn-period-edit:before,.liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.btn-filter:before,.liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .toggleWrapper input.mobileToggle+label.i-hamburger,.toggleWrapper .liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters input.mobileToggle+label.i-hamburger,.liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters tbody span.i-hamburger.status,.liveDashboard ._account_api .list-results tbody thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger.status,.liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters tbody td.is-running span.i-hamburger,.liveDashboard ._account_api .list-results tbody td.is-running thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters tbody td.is-pending span.i-hamburger,.liveDashboard ._account_api .list-results tbody td.is-pending thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.icon,._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.w-alert-banner:before,._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.w-alert-banner:before,._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.w-alert-banner:before,._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .w-dialog.plus .i-hamburger.dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.dialog-aside:after,._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .w-toast .i-hamburger.toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.toast.plus:after,._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .w-time-period .dropdown .w-selection .i-hamburger.btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.btn-period-clear:before,._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .w-time-period .dropdown .w-selection .i-hamburger.btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.btn-filter:before,._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .w-time-period .dropdown .w-selection .i-hamburger.btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.btn-period-edit:before,._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.btn-filter:before,._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .toggleWrapper input.mobileToggle+label.i-hamburger,.toggleWrapper ._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters input.mobileToggle+label.i-hamburger,._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters tbody span.i-hamburger.status,._account_api .liveDashboard .list-results tbody thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger.status,._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters tbody td.is-running span.i-hamburger,._account_api .liveDashboard .list-results tbody td.is-running thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters tbody td.is-pending span.i-hamburger,._account_api .liveDashboard .list-results tbody td.is-pending thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .w-filter-preset.w-filter-preset .filter-preset .dropdown .i-hamburger.dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.dropdown-toggle:after,._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .w-filter-preset.w-filter-preset .filter-preset .dropdown .i-hamburger.dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.dropdown-toggle:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .w-filter-preset.w-filter-preset .filter-preset .i-hamburger.filter,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.filter,._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .w-filter-preset.w-filter-preset .filter-preset .i-hamburger.filter,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.filter,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.filter,.liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .form-label.status span.i-hamburger,.liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .status.status-log span.i-hamburger,.liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .status.status-report-item span.i-hamburger,.liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .double-list dd.status span.i-hamburger,.double-list .liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters dd.status span.i-hamburger,.liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .double-list dt.status span.i-hamburger,.double-list .liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters dt.status span.i-hamburger,.liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .w-cards-container .w-card .status.title span.i-hamburger,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .status.title span.i-hamburger,.liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .w-cards-container .w-card.centered .w-value .status.label span.i-hamburger,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .status.label span.i-hamburger,.liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters tbody tr.sublist .status.title span.i-hamburger,.liveDashboard ._account_api .list-results tbody tr.sublist thead .desktop .nav-page-grid .nav-page-content .block-filters .status.title span.i-hamburger,.liveDashboard ._account_api .list-results thead .form-label.status .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead .status.status-log .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead .status.status-report-item .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead .double-list dd.status .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list .liveDashboard ._account_api .list-results thead dd.status .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead .double-list dt.status .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list .liveDashboard ._account_api .list-results thead dt.status .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .form-label.status span.i-hamburger,._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .status.status-log span.i-hamburger,._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .status.status-report-item span.i-hamburger,._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .double-list dd.status span.i-hamburger,.double-list ._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters dd.status span.i-hamburger,._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .double-list dt.status span.i-hamburger,.double-list ._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters dt.status span.i-hamburger,._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .w-cards-container .w-card .status.title span.i-hamburger,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .status.title span.i-hamburger,._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .w-cards-container .w-card.centered .w-value .status.label span.i-hamburger,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .status.label span.i-hamburger,._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters tbody tr.sublist .status.title span.i-hamburger,._account_api .liveDashboard .list-results tbody tr.sublist thead .desktop .nav-page-grid .nav-page-content .block-filters .status.title span.i-hamburger,._account_api .liveDashboard .list-results thead .form-label.status .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead .status.status-log .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead .status.status-report-item .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead .double-list dd.status .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list ._account_api .liveDashboard .list-results thead dd.status .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead .double-list dt.status .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list ._account_api .liveDashboard .list-results thead dt.status .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .form-label.status ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .status.status-log ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .status.status-report-item ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .double-list dd.status ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list .liveDashboard dd.status ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .double-list dt.status ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list .liveDashboard dt.status ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.form-label.status ._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.status.status-log ._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.status.status-report-item ._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list dd.status ._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list dt.status ._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .w-filters-selected label.status.small span.i-hamburger,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .w-filters-selected label.status.small span.i-hamburger,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .w-filters-selected .status.btn-f-s span.i-hamburger,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .w-filters-selected .status.btn-f-s span.i-hamburger,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .sub-header .w-form label.i-hamburger,.liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .sub-header .w-double-list label.i-hamburger,.liveDashboard ._account_api .list-results thead .sub-header .w-form .desktop .nav-page-grid .nav-page-content .block-filters label.i-hamburger,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list .desktop .nav-page-grid .nav-page-content .block-filters label.i-hamburger,._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .sub-header .w-form label.i-hamburger,._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .sub-header .w-double-list label.i-hamburger,._account_api .liveDashboard .list-results thead .sub-header .w-form .desktop .nav-page-grid .nav-page-content .block-filters label.i-hamburger,._account_api .liveDashboard .list-results thead .sub-header .w-double-list .desktop .nav-page-grid .nav-page-content .block-filters label.i-hamburger,.liveDashboard .sub-header .w-form ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters label.i-hamburger,.liveDashboard .sub-header .w-double-list ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters label.i-hamburger,.sub-header .w-form ._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters label.i-hamburger,.sub-header .w-double-list ._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters label.i-hamburger,.liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters button.i-hamburger:after,._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters button.i-hamburger:after,.liveDashboard .block-filters ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters button.i-hamburger:after,.block-filters ._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters button.i-hamburger:after,.liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters select.i-hamburger:after,._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters select.i-hamburger:after,.liveDashboard .block-filters ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters select.i-hamburger:after,.block-filters ._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters select.i-hamburger:after,.liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .form-auto-list .i-hamburger.form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .form-auto-list .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .form-auto-list .i-hamburger.form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .form-auto-list .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-inactive,.liveDashboard .form-auto-list ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .form-auto-list .i-hamburger.form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .form-auto-list .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .form-auto-list .i-hamburger.form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .form-auto-list .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-active,.liveDashboard .form-auto-list ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-active,.form-auto-list ._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .list-results-header .status.title span.i-hamburger,.liveDashboard ._account_api .list-results thead .list-results-header .status.title .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .list-results-header .status.title span.i-hamburger,._account_api .liveDashboard .list-results thead .list-results-header .status.title .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard .list-results-header .status.title ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.list-results-header .status.title ._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters tr span.i-hamburger,.liveDashboard ._account_api .list-results thead tr .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters tr span.i-hamburger,._account_api .liveDashboard .list-results thead tr .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.dropdown-toggle:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.filter,._account_api .form-label.status .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .status.status-log .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .status.status-report-item .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .double-list dd.status .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list ._account_api dd.status .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .double-list dt.status .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list ._account_api dt.status .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.form-label.status .liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.status.status-log .liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.status.status-report-item .liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list dd.status .liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list dt.status .liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .sub-header .w-form .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters label.i-hamburger,._account_api .sub-header .w-double-list .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters label.i-hamburger,.sub-header .w-form .liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters label.i-hamburger,.sub-header .w-double-list .liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters label.i-hamburger,._account_api .block-filters .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters button.i-hamburger:after,.block-filters .liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters button.i-hamburger:after,._account_api .block-filters .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters select.i-hamburger:after,.block-filters .liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters select.i-hamburger:after,._account_api .form-auto-list .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-inactive,._account_api .form-auto-list .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-active,.form-auto-list .liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-active,._account_api .list-results-header .status.title .liveDashboard .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.list-results-header .status.title .liveDashboard ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .i-hamburger.dropdown-toggle:after,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.dropdown-toggle:after,.desktop .nav-page-grid .nav-page-content .block-filters .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .i-hamburger.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.dropdown-toggle:after,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .i-hamburger.filter,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.filter,.desktop .nav-page-grid .nav-page-content .block-filters .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .i-hamburger.filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.filter,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .form-label.status span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .status.status-log span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .status.status-report-item span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .double-list dd.status span.i-hamburger,.double-list .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead dd.status span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .double-list dt.status span.i-hamburger,.double-list .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead dt.status span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .w-cards-container .w-card .status.title span.i-hamburger,.w-cards-container .w-card .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .status.title span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.i-hamburger,.w-cards-container .w-card.centered .w-value .desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .status.label span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead tbody tr.sublist .status.title span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results tbody tr.sublist thead .status.title span.i-hamburger,._account_api .list-results thead .form-label.status .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .list-results thead .status.status-log .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .list-results thead .status.status-report-item .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .list-results thead .double-list dd.status .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list ._account_api .list-results thead dd.status .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .list-results thead .double-list dt.status .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list ._account_api .list-results thead dt.status .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .list-results thead .w-cards-container .w-card .status.title .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card ._account_api .list-results thead .status.title .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card.centered .w-value ._account_api .list-results thead .status.label .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .list-results thead tbody tr.sublist .status.title .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,._account_api .list-results tbody tr.sublist thead .status.title .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .form-label.status ._account_api .list-results thead span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .status.status-log ._account_api .list-results thead span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .status.status-report-item ._account_api .list-results thead span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .double-list dd.status ._account_api .list-results thead span.i-hamburger,.double-list .desktop .nav-page-grid .nav-page-content .block-filters dd.status ._account_api .list-results thead span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .double-list dt.status ._account_api .list-results thead span.i-hamburger,.double-list .desktop .nav-page-grid .nav-page-content .block-filters dt.status ._account_api .list-results thead span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .w-cards-container .w-card .status.title ._account_api .list-results thead span.i-hamburger,.w-cards-container .w-card .desktop .nav-page-grid .nav-page-content .block-filters .status.title ._account_api .list-results thead span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.i-hamburger,.w-cards-container .w-card.centered .w-value .desktop .nav-page-grid .nav-page-content .block-filters .status.label ._account_api .list-results thead span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .list-results tbody tr.sublist .status.title ._account_api .list-results thead span.i-hamburger,.list-results tbody tr.sublist .desktop .nav-page-grid .nav-page-content .block-filters .status.title ._account_api .list-results thead span.i-hamburger,.form-label.status ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.status.status-log ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.status.status-report-item ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list dd.status ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.double-list dt.status ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card .status.title ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.list-results tbody tr.sublist .status.title ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .w-filters-selected label.status.small span.i-hamburger,._account_api .list-results thead .w-filters-selected label.status.small .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .w-filters-selected label.status.small ._account_api .list-results thead span.i-hamburger,.w-filters-selected label.status.small ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .w-filters-selected .status.btn-f-s span.i-hamburger,._account_api .list-results thead .w-filters-selected .status.btn-f-s .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .w-filters-selected .status.btn-f-s ._account_api .list-results thead span.i-hamburger,.w-filters-selected .status.btn-f-s ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .sub-header .w-form label.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .sub-header .w-double-list label.i-hamburger,._account_api .list-results thead .sub-header .w-form .desktop .nav-page-grid .nav-page-content .block-filters label.i-hamburger,._account_api .list-results thead .sub-header .w-double-list .desktop .nav-page-grid .nav-page-content .block-filters label.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .sub-header .w-form ._account_api .list-results thead label.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .sub-header .w-double-list ._account_api .list-results thead label.i-hamburger,.sub-header .w-form ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters label.i-hamburger,.sub-header .w-double-list ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters label.i-hamburger,.desktop .nav-page-grid .nav-page-content ._account_api .list-results thead .block-filters button.i-hamburger:after,._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters button.i-hamburger:after,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead button.i-hamburger:after,.desktop .nav-page-grid .nav-page-content ._account_api .list-results thead .block-filters select.i-hamburger:after,._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters select.i-hamburger:after,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead select.i-hamburger:after,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .form-auto-list .i-hamburger.form-auto-item.is-user-is-inactive,._account_api .list-results thead .form-auto-list .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-inactive,.desktop .nav-page-grid .nav-page-content .block-filters .form-auto-list ._account_api .list-results thead .i-hamburger.form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-inactive,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .form-auto-list .i-hamburger.form-auto-item.is-user-is-active,._account_api .list-results thead .form-auto-list .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-active,.desktop .nav-page-grid .nav-page-content .block-filters .form-auto-list ._account_api .list-results thead .i-hamburger.form-auto-item.is-user-is-active,.form-auto-list ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.form-auto-item.is-user-is-active,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .list-results-header .status.title span.i-hamburger,._account_api .list-results thead .list-results-header .status.title .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .list-results-header .status.title ._account_api .list-results thead span.i-hamburger,.list-results-header .status.title ._account_api .list-results thead .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead tr span.i-hamburger,._account_api .list-results thead tr .desktop .nav-page-grid .nav-page-content .block-filters span.i-hamburger,.desktop .nav-page-grid .nav-page-content .block-filters .sidebar-default.sidebar-default-right .sidebar-default-body .filter-group .i-hamburger.filter-checkbox,.sidebar-default.sidebar-default-right .sidebar-default-body .filter-group .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.filter-checkbox,.desktop .nav-page-grid .nav-page-content .block-filters .add-filters-dropdown .w-add-filters-list>div.filter-group .i-hamburger.filter-checkbox,.add-filters-dropdown .w-add-filters-list>div.filter-group .desktop .nav-page-grid .nav-page-content .block-filters .i-hamburger.filter-checkbox,.desktop .nav-page-grid .nav-page-content .block-filters .filter-preset .filter-field-name button.i-hamburger,.filter-preset .filter-field-name .desktop .nav-page-grid .nav-page-content .block-filters button.i-hamburger{display:none}.nav-page-grid .nav-page-content .block-filters .button-default.i-copy:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-copy.icon:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .w-dialog.plus .i-copy.dialog-aside:after,.w-dialog.plus .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-copy.dialog-aside:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .w-toast .i-copy.toast.plus:after,.w-toast .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-copy.toast.plus:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.i-copy:after,.toggleWrapper .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead input.mobileToggle+label.i-copy:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead tbody span.i-copy.status:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results tbody thead span.i-copy.status:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead tbody td.is-running span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results tbody td.is-running thead span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead tbody td.is-pending span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results tbody td.is-pending thead span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-copy.icon:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .w-dialog.plus .i-copy.dialog-aside:after,.w-dialog.plus .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-copy.dialog-aside:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .w-toast .i-copy.toast.plus:after,.w-toast .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-copy.toast.plus:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.i-copy:after,.toggleWrapper .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead input.mobileToggle+label.i-copy:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead tbody span.i-copy.status:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results tbody thead span.i-copy.status:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead tbody td.is-running span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results tbody td.is-running thead span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead tbody td.is-pending span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results tbody td.is-pending thead span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .i-copy.dropdown-toggle:after,.nav-page-grid .nav-page-content .block-filters .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .i-copy.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-copy.dropdown-toggle:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .i-copy.filter:after,.nav-page-grid .nav-page-content .block-filters .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .i-copy.filter:after,.w-filter-preset.w-filter-preset .filter-preset .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-copy.filter:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .form-label.status span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .status.status-log span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .status.status-report-item span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .double-list dd.status span.i-copy:after,.double-list .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead dd.status span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .double-list dt.status span.i-copy:after,.double-list .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead dt.status span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .w-cards-container .w-card .status.title span.i-copy:after,.w-cards-container .w-card .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .status.title span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.i-copy:after,.w-cards-container .w-card.centered .w-value .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .status.label span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead tbody tr.sublist .status.title span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results tbody tr.sublist thead .status.title span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .form-label.status .liveDashboard .list-results thead span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .status.status-log .liveDashboard .list-results thead span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .status.status-report-item .liveDashboard .list-results thead span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .double-list dd.status .liveDashboard .list-results thead span.i-copy:after,.double-list .nav-page-grid .nav-page-content .block-filters dd.status .liveDashboard .list-results thead span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .double-list dt.status .liveDashboard .list-results thead span.i-copy:after,.double-list .nav-page-grid .nav-page-content .block-filters dt.status .liveDashboard .list-results thead span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .w-cards-container .w-card .status.title .liveDashboard .list-results thead span.i-copy:after,.w-cards-container .w-card .nav-page-grid .nav-page-content .block-filters .status.title .liveDashboard .list-results thead span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.i-copy:after,.w-cards-container .w-card.centered .w-value .nav-page-grid .nav-page-content .block-filters .status.label .liveDashboard .list-results thead span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.i-copy:after,.list-results tbody tr.sublist .nav-page-grid .nav-page-content .block-filters .status.title .liveDashboard .list-results thead span.i-copy:after,.form-label.status .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-copy:after,.status.status-log .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-copy:after,.status.status-report-item .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-copy:after,.double-list dd.status .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-copy:after,.double-list dt.status .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-copy:after,.w-cards-container .w-card .status.title .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-copy:after,.w-cards-container .w-card.centered .w-value .status.label .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-copy:after,.list-results tbody tr.sublist .status.title .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .w-filters-selected label.status.small span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .w-filters-selected label.status.small .liveDashboard .list-results thead span.i-copy:after,.w-filters-selected label.status.small .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.i-copy:after,.w-filters-selected .status.btn-f-s .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .sub-header .w-form label.i-copy:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .sub-header .w-double-list label.i-copy:after,.nav-page-grid .nav-page-content .block-filters .sub-header .w-form .liveDashboard .list-results thead label.i-copy:after,.nav-page-grid .nav-page-content .block-filters .sub-header .w-double-list .liveDashboard .list-results thead label.i-copy:after,.sub-header .w-form .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead label.i-copy:after,.sub-header .w-double-list .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead label.i-copy:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .block-filters button.i-copy:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead button.i-copy:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .block-filters select.i-copy:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead select.i-copy:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .form-auto-list .i-copy.form-auto-item.is-user-is-inactive:after,.nav-page-grid .nav-page-content .block-filters .form-auto-list .liveDashboard .list-results thead .i-copy.form-auto-item.is-user-is-inactive:after,.form-auto-list .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-copy.form-auto-item.is-user-is-inactive:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .form-auto-list .i-copy.form-auto-item.is-user-is-active:after,.nav-page-grid .nav-page-content .block-filters .form-auto-list .liveDashboard .list-results thead .i-copy.form-auto-item.is-user-is-active:after,.form-auto-list .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-copy.form-auto-item.is-user-is-active:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .list-results-header .status.title span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .list-results-header .status.title .liveDashboard .list-results thead span.i-copy:after,.list-results-header .status.title .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead tr span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .i-copy.icon:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .w-dialog.plus .i-copy.dialog-aside:after,.w-dialog.plus .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .i-copy.dialog-aside:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .w-toast .i-copy.toast.plus:after,.w-toast .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .i-copy.toast.plus:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label.i-copy:after,.toggleWrapper .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead input.mobileToggle+label.i-copy:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead tbody span.i-copy.status:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results tbody thead span.i-copy.status:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead tbody td.is-running span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results tbody td.is-running thead span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead tbody td.is-pending span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results tbody td.is-pending thead span.i-copy:after,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-copy.icon:after,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .w-dialog.plus .i-copy.dialog-aside:after,.w-dialog.plus ._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-copy.dialog-aside:after,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .w-toast .i-copy.toast.plus:after,.w-toast ._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-copy.toast.plus:after,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.i-copy:after,.toggleWrapper ._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead input.mobileToggle+label.i-copy:after,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead tbody span.i-copy.status:after,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results tbody thead span.i-copy.status:after,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead tbody td.is-running span.i-copy:after,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results tbody td.is-running thead span.i-copy:after,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead tbody td.is-pending span.i-copy:after,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results tbody td.is-pending thead span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .i-copy.dropdown-toggle:after,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .i-copy.dropdown-toggle:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .i-copy.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-copy.dropdown-toggle:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .i-copy.filter:after,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .i-copy.filter:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .i-copy.filter:after,.w-filter-preset.w-filter-preset .filter-preset ._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-copy.filter:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .form-label.status span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .status.status-log span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .status.status-report-item span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .double-list dd.status span.i-copy:after,.double-list .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead dd.status span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .double-list dt.status span.i-copy:after,.double-list .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead dt.status span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span.i-copy:after,.w-cards-container .w-card .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .status.title span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.i-copy:after,.w-cards-container .w-card.centered .w-value .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .status.label span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span.i-copy:after,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .form-label.status span.i-copy:after,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .status.status-log span.i-copy:after,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .status.status-report-item span.i-copy:after,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .double-list dd.status span.i-copy:after,.double-list ._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead dd.status span.i-copy:after,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .double-list dt.status span.i-copy:after,.double-list ._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead dt.status span.i-copy:after,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .w-cards-container .w-card .status.title span.i-copy:after,.w-cards-container .w-card ._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .status.title span.i-copy:after,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.i-copy:after,.w-cards-container .w-card.centered .w-value ._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .status.label span.i-copy:after,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead tbody tr.sublist .status.title span.i-copy:after,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results tbody tr.sublist thead .status.title span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard .form-label.status ._account_api .list-results thead span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard .status.status-log ._account_api .list-results thead span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard .status.status-report-item ._account_api .list-results thead span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard .double-list dd.status ._account_api .list-results thead span.i-copy:after,.double-list .nav-page-grid .nav-page-content .block-filters .liveDashboard dd.status ._account_api .list-results thead span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard .double-list dt.status ._account_api .list-results thead span.i-copy:after,.double-list .nav-page-grid .nav-page-content .block-filters .liveDashboard dt.status ._account_api .list-results thead span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span.i-copy:after,.w-cards-container .w-card .nav-page-grid .nav-page-content .block-filters .liveDashboard .status.title ._account_api .list-results thead span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.i-copy:after,.w-cards-container .w-card.centered .w-value .nav-page-grid .nav-page-content .block-filters .liveDashboard .status.label ._account_api .list-results thead span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span.i-copy:after,.list-results tbody tr.sublist .nav-page-grid .nav-page-content .block-filters .liveDashboard .status.title ._account_api .list-results thead span.i-copy:after,.form-label.status ._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-copy:after,.status.status-log ._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-copy:after,.status.status-report-item ._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-copy:after,.double-list dd.status ._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-copy:after,.double-list dt.status ._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-copy:after,.w-cards-container .w-card .status.title ._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-copy:after,.w-cards-container .w-card.centered .w-value .status.label ._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-copy:after,.list-results tbody tr.sublist .status.title ._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span.i-copy:after,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .w-filters-selected label.status.small span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span.i-copy:after,.w-filters-selected label.status.small ._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span.i-copy:after,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span.i-copy:after,.w-filters-selected .status.btn-f-s ._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .sub-header .w-form label.i-copy:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .sub-header .w-double-list label.i-copy:after,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .sub-header .w-form label.i-copy:after,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .sub-header .w-double-list label.i-copy:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard .sub-header .w-form ._account_api .list-results thead label.i-copy:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard .sub-header .w-double-list ._account_api .list-results thead label.i-copy:after,.sub-header .w-form ._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead label.i-copy:after,.sub-header .w-double-list ._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead label.i-copy:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .block-filters button.i-copy:after,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .block-filters button.i-copy:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead button.i-copy:after,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead button.i-copy:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .block-filters select.i-copy:after,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .block-filters select.i-copy:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead select.i-copy:after,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead select.i-copy:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .form-auto-list .i-copy.form-auto-item.is-user-is-inactive:after,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .form-auto-list .i-copy.form-auto-item.is-user-is-inactive:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard .form-auto-list ._account_api .list-results thead .i-copy.form-auto-item.is-user-is-inactive:after,.form-auto-list ._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-copy.form-auto-item.is-user-is-inactive:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .form-auto-list .i-copy.form-auto-item.is-user-is-active:after,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .form-auto-list .i-copy.form-auto-item.is-user-is-active:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard .form-auto-list ._account_api .list-results thead .i-copy.form-auto-item.is-user-is-active:after,.form-auto-list ._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-copy.form-auto-item.is-user-is-active:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .list-results-header .status.title span.i-copy:after,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .list-results-header .status.title span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results-header .status.title ._account_api .list-results thead span.i-copy:after,.list-results-header .status.title ._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead tr span.i-copy:after,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead tr span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .i-copy.icon:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .w-dialog.plus .i-copy.dialog-aside:after,.w-dialog.plus .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .i-copy.dialog-aside:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .w-toast .i-copy.toast.plus:after,.w-toast .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .i-copy.toast.plus:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label.i-copy:after,.toggleWrapper .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead input.mobileToggle+label.i-copy:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead tbody span.i-copy.status:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results tbody thead span.i-copy.status:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead tbody td.is-running span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results tbody td.is-running thead span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead tbody td.is-pending span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results tbody td.is-pending thead span.i-copy:after,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .i-copy.icon:after,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .w-dialog.plus .i-copy.dialog-aside:after,.w-dialog.plus .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .i-copy.dialog-aside:after,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .w-toast .i-copy.toast.plus:after,.w-toast .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .i-copy.toast.plus:after,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.i-copy:after,.toggleWrapper .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead input.mobileToggle+label.i-copy:after,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead tbody span.i-copy.status:after,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results tbody thead span.i-copy.status:after,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead tbody td.is-running span.i-copy:after,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results tbody td.is-running thead span.i-copy:after,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead tbody td.is-pending span.i-copy:after,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results tbody td.is-pending thead span.i-copy:after,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-copy.icon:after,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .w-dialog.plus .i-copy.dialog-aside:after,.w-dialog.plus ._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-copy.dialog-aside:after,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .w-toast .i-copy.toast.plus:after,.w-toast ._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-copy.toast.plus:after,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.i-copy:after,.toggleWrapper ._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead input.mobileToggle+label.i-copy:after,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead tbody span.i-copy.status:after,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results tbody thead span.i-copy.status:after,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead tbody td.is-running span.i-copy:after,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results tbody td.is-running thead span.i-copy:after,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead tbody td.is-pending span.i-copy:after,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results tbody td.is-pending thead span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .i-copy.dropdown-toggle:after,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .i-copy.dropdown-toggle:after,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .i-copy.dropdown-toggle:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .i-copy.dropdown-toggle:after,.nav-page-grid .nav-page-content .block-filters .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .i-copy.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-copy.dropdown-toggle:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .i-copy.filter:after,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .i-copy.filter:after,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .i-copy.filter:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .i-copy.filter:after,.nav-page-grid .nav-page-content .block-filters .w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .i-copy.filter:after,.w-filter-preset.w-filter-preset .filter-preset ._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-copy.filter:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .form-label.status span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .status.status-log span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .status.status-report-item span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .double-list dd.status span.i-copy:after,.double-list .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead dd.status span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .double-list dt.status span.i-copy:after,.double-list .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead dt.status span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span.i-copy:after,.w-cards-container .w-card .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .status.title span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.i-copy:after,.w-cards-container .w-card.centered .w-value .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .status.label span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span.i-copy:after,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .form-label.status span.i-copy:after,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .status.status-log span.i-copy:after,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .status.status-report-item span.i-copy:after,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .double-list dd.status span.i-copy:after,.double-list .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead dd.status span.i-copy:after,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .double-list dt.status span.i-copy:after,.double-list .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead dt.status span.i-copy:after,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span.i-copy:after,.w-cards-container .w-card .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .status.title span.i-copy:after,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.i-copy:after,.w-cards-container .w-card.centered .w-value .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .status.label span.i-copy:after,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span.i-copy:after,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span.i-copy:after,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .form-label.status span.i-copy:after,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .status.status-log span.i-copy:after,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .status.status-report-item span.i-copy:after,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .double-list dd.status span.i-copy:after,.double-list ._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead dd.status span.i-copy:after,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .double-list dt.status span.i-copy:after,.double-list ._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead dt.status span.i-copy:after,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .w-cards-container .w-card .status.title span.i-copy:after,.w-cards-container .w-card ._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .status.title span.i-copy:after,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.i-copy:after,.w-cards-container .w-card.centered .w-value ._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .status.label span.i-copy:after,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead tbody tr.sublist .status.title span.i-copy:after,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results tbody tr.sublist thead .status.title span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard .form-label.status ._account_api .list-results thead span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard .status.status-log ._account_api .list-results thead span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard .status.status-report-item ._account_api .list-results thead span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard .double-list dd.status ._account_api .list-results thead span.i-copy:after,.double-list .nav-page-grid .nav-page-content .block-filters .liveDashboard dd.status ._account_api .list-results thead span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard .double-list dt.status ._account_api .list-results thead span.i-copy:after,.double-list .nav-page-grid .nav-page-content .block-filters .liveDashboard dt.status ._account_api .list-results thead span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span.i-copy:after,.w-cards-container .w-card .nav-page-grid .nav-page-content .block-filters .liveDashboard .status.title ._account_api .list-results thead span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.i-copy:after,.w-cards-container .w-card.centered .w-value .nav-page-grid .nav-page-content .block-filters .liveDashboard .status.label ._account_api .list-results thead span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span.i-copy:after,.list-results tbody tr.sublist .nav-page-grid .nav-page-content .block-filters .liveDashboard .status.title ._account_api .list-results thead span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .form-label.status ._account_api .liveDashboard .list-results thead span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .status.status-log ._account_api .liveDashboard .list-results thead span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .status.status-report-item ._account_api .liveDashboard .list-results thead span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .double-list dd.status ._account_api .liveDashboard .list-results thead span.i-copy:after,.double-list .nav-page-grid .nav-page-content .block-filters dd.status ._account_api .liveDashboard .list-results thead span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .double-list dt.status ._account_api .liveDashboard .list-results thead span.i-copy:after,.double-list .nav-page-grid .nav-page-content .block-filters dt.status ._account_api .liveDashboard .list-results thead span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead span.i-copy:after,.w-cards-container .w-card .nav-page-grid .nav-page-content .block-filters .status.title ._account_api .liveDashboard .list-results thead span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead span.i-copy:after,.w-cards-container .w-card.centered .w-value .nav-page-grid .nav-page-content .block-filters .status.label ._account_api .liveDashboard .list-results thead span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead span.i-copy:after,.list-results tbody tr.sublist .nav-page-grid .nav-page-content .block-filters .status.title ._account_api .liveDashboard .list-results thead span.i-copy:after,.form-label.status ._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-copy:after,.status.status-log ._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-copy:after,.status.status-report-item ._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-copy:after,.double-list dd.status ._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-copy:after,.double-list dt.status ._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-copy:after,.w-cards-container .w-card .status.title ._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-copy:after,.w-cards-container .w-card.centered .w-value .status.label ._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-copy:after,.list-results tbody tr.sublist .status.title ._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span.i-copy:after,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span.i-copy:after,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .w-filters-selected label.status.small span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead span.i-copy:after,.w-filters-selected label.status.small ._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span.i-copy:after,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.i-copy:after,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead span.i-copy:after,.w-filters-selected .status.btn-f-s ._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .sub-header .w-form label.i-copy:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .sub-header .w-double-list label.i-copy:after,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .sub-header .w-form label.i-copy:after,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .sub-header .w-double-list label.i-copy:after,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .sub-header .w-form label.i-copy:after,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .sub-header .w-double-list label.i-copy:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard .sub-header .w-form ._account_api .list-results thead label.i-copy:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard .sub-header .w-double-list ._account_api .list-results thead label.i-copy:after,.nav-page-grid .nav-page-content .block-filters .sub-header .w-form ._account_api .liveDashboard .list-results thead label.i-copy:after,.nav-page-grid .nav-page-content .block-filters .sub-header .w-double-list ._account_api .liveDashboard .list-results thead label.i-copy:after,.sub-header .w-form ._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead label.i-copy:after,.sub-header .w-double-list ._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead label.i-copy:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .block-filters button.i-copy:after,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .block-filters button.i-copy:after,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .block-filters button.i-copy:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard .block-filters ._account_api .list-results thead button.i-copy:after,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead button.i-copy:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .block-filters select.i-copy:after,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .block-filters select.i-copy:after,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .block-filters select.i-copy:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard .block-filters ._account_api .list-results thead select.i-copy:after,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead select.i-copy:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .form-auto-list .i-copy.form-auto-item.is-user-is-inactive:after,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .form-auto-list .i-copy.form-auto-item.is-user-is-inactive:after,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .form-auto-list .i-copy.form-auto-item.is-user-is-inactive:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard .form-auto-list ._account_api .list-results thead .i-copy.form-auto-item.is-user-is-inactive:after,.nav-page-grid .nav-page-content .block-filters .form-auto-list ._account_api .liveDashboard .list-results thead .i-copy.form-auto-item.is-user-is-inactive:after,.form-auto-list ._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-copy.form-auto-item.is-user-is-inactive:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .form-auto-list .i-copy.form-auto-item.is-user-is-active:after,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .form-auto-list .i-copy.form-auto-item.is-user-is-active:after,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .form-auto-list .i-copy.form-auto-item.is-user-is-active:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard .form-auto-list ._account_api .list-results thead .i-copy.form-auto-item.is-user-is-active:after,.nav-page-grid .nav-page-content .block-filters .form-auto-list ._account_api .liveDashboard .list-results thead .i-copy.form-auto-item.is-user-is-active:after,.form-auto-list ._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-copy.form-auto-item.is-user-is-active:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .list-results-header .status.title span.i-copy:after,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .list-results-header .status.title span.i-copy:after,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .list-results-header .status.title span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results-header .status.title ._account_api .list-results thead span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .list-results-header .status.title ._account_api .liveDashboard .list-results thead span.i-copy:after,.list-results-header .status.title ._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead tr span.i-copy:after,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead tr span.i-copy:after,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead tr span.i-copy:after,.nav-page-grid .nav-page-content .block-filters ._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .i-copy.dropdown-toggle:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-copy.dropdown-toggle:after,.nav-page-grid .nav-page-content .block-filters .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .i-copy.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .i-copy.dropdown-toggle:after,.nav-page-grid .nav-page-content .block-filters ._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .i-copy.filter:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-copy.filter:after,.nav-page-grid .nav-page-content .block-filters .w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .i-copy.filter:after,.w-filter-preset.w-filter-preset .filter-preset .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .i-copy.filter:after,.nav-page-grid .nav-page-content .block-filters ._account_api .form-label.status .liveDashboard .list-results thead span.i-copy:after,.nav-page-grid .nav-page-content .block-filters ._account_api .status.status-log .liveDashboard .list-results thead span.i-copy:after,.nav-page-grid .nav-page-content .block-filters ._account_api .status.status-report-item .liveDashboard .list-results thead span.i-copy:after,.nav-page-grid .nav-page-content .block-filters ._account_api .double-list dd.status .liveDashboard .list-results thead span.i-copy:after,.double-list .nav-page-grid .nav-page-content .block-filters ._account_api dd.status .liveDashboard .list-results thead span.i-copy:after,.nav-page-grid .nav-page-content .block-filters ._account_api .double-list dt.status .liveDashboard .list-results thead span.i-copy:after,.double-list .nav-page-grid .nav-page-content .block-filters ._account_api dt.status .liveDashboard .list-results thead span.i-copy:after,.nav-page-grid .nav-page-content .block-filters ._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span.i-copy:after,.w-cards-container .w-card .nav-page-grid .nav-page-content .block-filters ._account_api .status.title .liveDashboard .list-results thead span.i-copy:after,.nav-page-grid .nav-page-content .block-filters ._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.i-copy:after,.w-cards-container .w-card.centered .w-value .nav-page-grid .nav-page-content .block-filters ._account_api .status.label .liveDashboard .list-results thead span.i-copy:after,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.i-copy:after,.list-results tbody tr.sublist .nav-page-grid .nav-page-content .block-filters ._account_api .status.title .liveDashboard .list-results thead span.i-copy:after,._account_api .form-label.status .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-copy:after,._account_api .status.status-log .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-copy:after,._account_api .status.status-report-item .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-copy:after,._account_api .double-list dd.status .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-copy:after,.double-list ._account_api dd.status .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-copy:after,._account_api .double-list dt.status .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-copy:after,.double-list ._account_api dt.status .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-copy:after,._account_api .w-cards-container .w-card .status.title .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-copy:after,.w-cards-container .w-card ._account_api .status.title .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-copy:after,._account_api .w-cards-container .w-card.centered .w-value .status.label .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-copy:after,.w-cards-container .w-card.centered .w-value ._account_api .status.label .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-copy:after,._account_api .list-results tbody tr.sublist .status.title .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-copy:after,.list-results tbody tr.sublist ._account_api .status.title .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .form-label.status .liveDashboard ._account_api .list-results thead span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .status.status-log .liveDashboard ._account_api .list-results thead span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .status.status-report-item .liveDashboard ._account_api .list-results thead span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .double-list dd.status .liveDashboard ._account_api .list-results thead span.i-copy:after,.double-list .nav-page-grid .nav-page-content .block-filters dd.status .liveDashboard ._account_api .list-results thead span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .double-list dt.status .liveDashboard ._account_api .list-results thead span.i-copy:after,.double-list .nav-page-grid .nav-page-content .block-filters dt.status .liveDashboard ._account_api .list-results thead span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead span.i-copy:after,.w-cards-container .w-card .nav-page-grid .nav-page-content .block-filters .status.title .liveDashboard ._account_api .list-results thead span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead span.i-copy:after,.w-cards-container .w-card.centered .w-value .nav-page-grid .nav-page-content .block-filters .status.label .liveDashboard ._account_api .list-results thead span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead span.i-copy:after,.list-results tbody tr.sublist .nav-page-grid .nav-page-content .block-filters .status.title .liveDashboard ._account_api .list-results thead span.i-copy:after,.form-label.status .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead span.i-copy:after,.status.status-log .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead span.i-copy:after,.status.status-report-item .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead span.i-copy:after,.double-list dd.status .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead span.i-copy:after,.double-list dt.status .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead span.i-copy:after,.w-cards-container .w-card .status.title .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead span.i-copy:after,.w-cards-container .w-card.centered .w-value .status.label .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead span.i-copy:after,.list-results tbody tr.sublist .status.title .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead span.i-copy:after,.nav-page-grid .nav-page-content .block-filters ._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span.i-copy:after,._account_api .w-filters-selected label.status.small .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead span.i-copy:after,.w-filters-selected label.status.small .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead span.i-copy:after,.nav-page-grid .nav-page-content .block-filters ._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.i-copy:after,._account_api .w-filters-selected .status.btn-f-s .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead span.i-copy:after,.w-filters-selected .status.btn-f-s .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead span.i-copy:after,.nav-page-grid .nav-page-content .block-filters ._account_api .sub-header .w-form .liveDashboard .list-results thead label.i-copy:after,.nav-page-grid .nav-page-content .block-filters ._account_api .sub-header .w-double-list .liveDashboard .list-results thead label.i-copy:after,._account_api .sub-header .w-form .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead label.i-copy:after,._account_api .sub-header .w-double-list .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead label.i-copy:after,.nav-page-grid .nav-page-content .block-filters .sub-header .w-form .liveDashboard ._account_api .list-results thead label.i-copy:after,.nav-page-grid .nav-page-content .block-filters .sub-header .w-double-list .liveDashboard ._account_api .list-results thead label.i-copy:after,.sub-header .w-form .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead label.i-copy:after,.sub-header .w-double-list .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead label.i-copy:after,.nav-page-grid .nav-page-content ._account_api .block-filters .liveDashboard .list-results thead button.i-copy:after,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead button.i-copy:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead button.i-copy:after,.nav-page-grid .nav-page-content ._account_api .block-filters .liveDashboard .list-results thead select.i-copy:after,._account_api .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead select.i-copy:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead select.i-copy:after,.nav-page-grid .nav-page-content .block-filters ._account_api .form-auto-list .liveDashboard .list-results thead .i-copy.form-auto-item.is-user-is-inactive:after,._account_api .form-auto-list .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-copy.form-auto-item.is-user-is-inactive:after,.nav-page-grid .nav-page-content .block-filters .form-auto-list .liveDashboard ._account_api .list-results thead .i-copy.form-auto-item.is-user-is-inactive:after,.form-auto-list .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .i-copy.form-auto-item.is-user-is-inactive:after,.nav-page-grid .nav-page-content .block-filters ._account_api .form-auto-list .liveDashboard .list-results thead .i-copy.form-auto-item.is-user-is-active:after,._account_api .form-auto-list .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .i-copy.form-auto-item.is-user-is-active:after,.nav-page-grid .nav-page-content .block-filters .form-auto-list .liveDashboard ._account_api .list-results thead .i-copy.form-auto-item.is-user-is-active:after,.form-auto-list .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .i-copy.form-auto-item.is-user-is-active:after,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results-header .status.title .liveDashboard .list-results thead span.i-copy:after,._account_api .list-results-header .status.title .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .list-results-header .status.title .liveDashboard ._account_api .list-results thead span.i-copy:after,.list-results-header .status.title .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead span.i-copy:after,.liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-copy.icon:after,.liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .w-dialog.plus .i-copy.dialog-aside:after,.w-dialog.plus .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-copy.dialog-aside:after,.liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .w-toast .i-copy.toast.plus:after,.w-toast .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-copy.toast.plus:after,.liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .toggleWrapper input.mobileToggle+label.i-copy:after,.toggleWrapper .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters input.mobileToggle+label.i-copy:after,.liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters tbody span.i-copy.status:after,.liveDashboard .list-results tbody thead .nav-page-grid .nav-page-content .block-filters span.i-copy.status:after,.liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters tbody td.is-running span.i-copy:after,.liveDashboard .list-results tbody td.is-running thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters tbody td.is-pending span.i-copy:after,.liveDashboard .list-results tbody td.is-pending thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-copy.icon:after,.liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .w-dialog.plus .i-copy.dialog-aside:after,.w-dialog.plus .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-copy.dialog-aside:after,.liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .w-toast .i-copy.toast.plus:after,.w-toast .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-copy.toast.plus:after,.liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .toggleWrapper input.mobileToggle+label.i-copy:after,.toggleWrapper .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters input.mobileToggle+label.i-copy:after,.liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters tbody span.i-copy.status:after,.liveDashboard .list-results tbody thead .nav-page-grid .nav-page-content .block-filters span.i-copy.status:after,.liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters tbody td.is-running span.i-copy:after,.liveDashboard .list-results tbody td.is-running thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters tbody td.is-pending span.i-copy:after,.liveDashboard .list-results tbody td.is-pending thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .w-filter-preset.w-filter-preset .filter-preset .dropdown .i-copy.dropdown-toggle:after,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .nav-page-grid .nav-page-content .block-filters .i-copy.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-copy.dropdown-toggle:after,.liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .w-filter-preset.w-filter-preset .filter-preset .i-copy.filter:after,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .nav-page-grid .nav-page-content .block-filters .i-copy.filter:after,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-copy.filter:after,.liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .form-label.status span.i-copy:after,.liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .status.status-log span.i-copy:after,.liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .status.status-report-item span.i-copy:after,.liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .double-list dd.status span.i-copy:after,.double-list .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters dd.status span.i-copy:after,.liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .double-list dt.status span.i-copy:after,.double-list .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters dt.status span.i-copy:after,.liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .w-cards-container .w-card .status.title span.i-copy:after,.w-cards-container .w-card .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .status.title span.i-copy:after,.liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .w-cards-container .w-card.centered .w-value .status.label span.i-copy:after,.w-cards-container .w-card.centered .w-value .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .status.label span.i-copy:after,.liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters tbody tr.sublist .status.title span.i-copy:after,.liveDashboard .list-results tbody tr.sublist thead .nav-page-grid .nav-page-content .block-filters .status.title span.i-copy:after,.liveDashboard .list-results thead .form-label.status .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.liveDashboard .list-results thead .status.status-log .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.liveDashboard .list-results thead .status.status-report-item .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.liveDashboard .list-results thead .double-list dd.status .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.double-list .liveDashboard .list-results thead dd.status .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.liveDashboard .list-results thead .double-list dt.status .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.double-list .liveDashboard .list-results thead dt.status .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.liveDashboard .list-results thead .w-cards-container .w-card .status.title .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.w-cards-container .w-card .liveDashboard .list-results thead .status.title .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.w-cards-container .w-card.centered .w-value .liveDashboard .list-results thead .status.label .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.liveDashboard .list-results thead tbody tr.sublist .status.title .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.liveDashboard .list-results tbody tr.sublist thead .status.title .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.form-label.status .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.status.status-log .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.status.status-report-item .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.double-list dd.status .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.double-list dt.status .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.w-cards-container .w-card .status.title .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.list-results tbody tr.sublist .status.title .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .w-filters-selected label.status.small span.i-copy:after,.liveDashboard .list-results thead .w-filters-selected label.status.small .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.w-filters-selected label.status.small .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .w-filters-selected .status.btn-f-s span.i-copy:after,.liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.w-filters-selected .status.btn-f-s .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .sub-header .w-form label.i-copy:after,.liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .sub-header .w-double-list label.i-copy:after,.liveDashboard .list-results thead .sub-header .w-form .nav-page-grid .nav-page-content .block-filters label.i-copy:after,.liveDashboard .list-results thead .sub-header .w-double-list .nav-page-grid .nav-page-content .block-filters label.i-copy:after,.sub-header .w-form .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters label.i-copy:after,.sub-header .w-double-list .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters label.i-copy:after,.liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters button.i-copy:after,.block-filters .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters button.i-copy:after,.liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters select.i-copy:after,.block-filters .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters select.i-copy:after,.liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .form-auto-list .i-copy.form-auto-item.is-user-is-inactive:after,.liveDashboard .list-results thead .form-auto-list .nav-page-grid .nav-page-content .block-filters .i-copy.form-auto-item.is-user-is-inactive:after,.form-auto-list .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-copy.form-auto-item.is-user-is-inactive:after,.liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .form-auto-list .i-copy.form-auto-item.is-user-is-active:after,.liveDashboard .list-results thead .form-auto-list .nav-page-grid .nav-page-content .block-filters .i-copy.form-auto-item.is-user-is-active:after,.form-auto-list .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-copy.form-auto-item.is-user-is-active:after,.liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .list-results-header .status.title span.i-copy:after,.liveDashboard .list-results thead .list-results-header .status.title .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.list-results-header .status.title .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters tr span.i-copy:after,.liveDashboard .list-results thead tr .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-copy.icon:after,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .w-dialog.plus .i-copy.dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-copy.dialog-aside:after,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .w-toast .i-copy.toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-copy.toast.plus:after,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .toggleWrapper input.mobileToggle+label.i-copy:after,.toggleWrapper .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters input.mobileToggle+label.i-copy:after,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters tbody span.i-copy.status:after,.liveDashboard ._account_api .list-results tbody thead .nav-page-grid .nav-page-content .block-filters span.i-copy.status:after,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters tbody td.is-running span.i-copy:after,.liveDashboard ._account_api .list-results tbody td.is-running thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters tbody td.is-pending span.i-copy:after,.liveDashboard ._account_api .list-results tbody td.is-pending thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-copy.icon:after,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .w-dialog.plus .i-copy.dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-copy.dialog-aside:after,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .w-toast .i-copy.toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-copy.toast.plus:after,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .toggleWrapper input.mobileToggle+label.i-copy:after,.toggleWrapper ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters input.mobileToggle+label.i-copy:after,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters tbody span.i-copy.status:after,._account_api .liveDashboard .list-results tbody thead .nav-page-grid .nav-page-content .block-filters span.i-copy.status:after,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters tbody td.is-running span.i-copy:after,._account_api .liveDashboard .list-results tbody td.is-running thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters tbody td.is-pending span.i-copy:after,._account_api .liveDashboard .list-results tbody td.is-pending thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .w-filter-preset.w-filter-preset .filter-preset .dropdown .i-copy.dropdown-toggle:after,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .w-filter-preset.w-filter-preset .filter-preset .dropdown .i-copy.dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .nav-page-grid .nav-page-content .block-filters .i-copy.dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .nav-page-grid .nav-page-content .block-filters .i-copy.dropdown-toggle:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-copy.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-copy.dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .w-filter-preset.w-filter-preset .filter-preset .i-copy.filter:after,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .w-filter-preset.w-filter-preset .filter-preset .i-copy.filter:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .nav-page-grid .nav-page-content .block-filters .i-copy.filter:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .nav-page-grid .nav-page-content .block-filters .i-copy.filter:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-copy.filter:after,.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-copy.filter:after,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .form-label.status span.i-copy:after,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .status.status-log span.i-copy:after,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .status.status-report-item span.i-copy:after,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .double-list dd.status span.i-copy:after,.double-list .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters dd.status span.i-copy:after,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .double-list dt.status span.i-copy:after,.double-list .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters dt.status span.i-copy:after,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .w-cards-container .w-card .status.title span.i-copy:after,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .status.title span.i-copy:after,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .w-cards-container .w-card.centered .w-value .status.label span.i-copy:after,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .status.label span.i-copy:after,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters tbody tr.sublist .status.title span.i-copy:after,.liveDashboard ._account_api .list-results tbody tr.sublist thead .nav-page-grid .nav-page-content .block-filters .status.title span.i-copy:after,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .form-label.status span.i-copy:after,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .status.status-log span.i-copy:after,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .status.status-report-item span.i-copy:after,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .double-list dd.status span.i-copy:after,.double-list ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters dd.status span.i-copy:after,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .double-list dt.status span.i-copy:after,.double-list ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters dt.status span.i-copy:after,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .w-cards-container .w-card .status.title span.i-copy:after,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .status.title span.i-copy:after,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .w-cards-container .w-card.centered .w-value .status.label span.i-copy:after,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .status.label span.i-copy:after,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters tbody tr.sublist .status.title span.i-copy:after,._account_api .liveDashboard .list-results tbody tr.sublist thead .nav-page-grid .nav-page-content .block-filters .status.title span.i-copy:after,.liveDashboard ._account_api .list-results thead .form-label.status .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.liveDashboard ._account_api .list-results thead .status.status-log .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.liveDashboard ._account_api .list-results thead .status.status-report-item .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.liveDashboard ._account_api .list-results thead .double-list dd.status .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.double-list .liveDashboard ._account_api .list-results thead dd.status .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.liveDashboard ._account_api .list-results thead .double-list dt.status .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.double-list .liveDashboard ._account_api .list-results thead dt.status .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title .nav-page-grid .nav-page-content .block-filters span.i-copy:after,._account_api .liveDashboard .list-results thead .form-label.status .nav-page-grid .nav-page-content .block-filters span.i-copy:after,._account_api .liveDashboard .list-results thead .status.status-log .nav-page-grid .nav-page-content .block-filters span.i-copy:after,._account_api .liveDashboard .list-results thead .status.status-report-item .nav-page-grid .nav-page-content .block-filters span.i-copy:after,._account_api .liveDashboard .list-results thead .double-list dd.status .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.double-list ._account_api .liveDashboard .list-results thead dd.status .nav-page-grid .nav-page-content .block-filters span.i-copy:after,._account_api .liveDashboard .list-results thead .double-list dt.status .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.double-list ._account_api .liveDashboard .list-results thead dt.status .nav-page-grid .nav-page-content .block-filters span.i-copy:after,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title .nav-page-grid .nav-page-content .block-filters span.i-copy:after,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label .nav-page-grid .nav-page-content .block-filters span.i-copy:after,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title .nav-page-grid .nav-page-content .block-filters span.i-copy:after,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.liveDashboard .form-label.status ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.liveDashboard .status.status-log ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.liveDashboard .status.status-report-item ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.liveDashboard .double-list dd.status ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.double-list .liveDashboard dd.status ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.liveDashboard .double-list dt.status ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.double-list .liveDashboard dt.status ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.form-label.status ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.status.status-log ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.status.status-report-item ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.double-list dd.status ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.double-list dt.status ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .w-filters-selected label.status.small span.i-copy:after,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .w-filters-selected label.status.small span.i-copy:after,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small .nav-page-grid .nav-page-content .block-filters span.i-copy:after,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .w-filters-selected .status.btn-f-s span.i-copy:after,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .w-filters-selected .status.btn-f-s span.i-copy:after,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s .nav-page-grid .nav-page-content .block-filters span.i-copy:after,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .sub-header .w-form label.i-copy:after,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .sub-header .w-double-list label.i-copy:after,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .sub-header .w-form label.i-copy:after,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .sub-header .w-double-list label.i-copy:after,.liveDashboard ._account_api .list-results thead .sub-header .w-form .nav-page-grid .nav-page-content .block-filters label.i-copy:after,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list .nav-page-grid .nav-page-content .block-filters label.i-copy:after,._account_api .liveDashboard .list-results thead .sub-header .w-form .nav-page-grid .nav-page-content .block-filters label.i-copy:after,._account_api .liveDashboard .list-results thead .sub-header .w-double-list .nav-page-grid .nav-page-content .block-filters label.i-copy:after,.liveDashboard .sub-header .w-form ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters label.i-copy:after,.liveDashboard .sub-header .w-double-list ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters label.i-copy:after,.sub-header .w-form ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters label.i-copy:after,.sub-header .w-double-list ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters label.i-copy:after,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters button.i-copy:after,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters button.i-copy:after,.liveDashboard .block-filters ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters button.i-copy:after,.block-filters ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters button.i-copy:after,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters select.i-copy:after,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters select.i-copy:after,.liveDashboard .block-filters ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters select.i-copy:after,.block-filters ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters select.i-copy:after,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .form-auto-list .i-copy.form-auto-item.is-user-is-inactive:after,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .form-auto-list .i-copy.form-auto-item.is-user-is-inactive:after,.liveDashboard ._account_api .list-results thead .form-auto-list .nav-page-grid .nav-page-content .block-filters .i-copy.form-auto-item.is-user-is-inactive:after,._account_api .liveDashboard .list-results thead .form-auto-list .nav-page-grid .nav-page-content .block-filters .i-copy.form-auto-item.is-user-is-inactive:after,.liveDashboard .form-auto-list ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-copy.form-auto-item.is-user-is-inactive:after,.form-auto-list ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-copy.form-auto-item.is-user-is-inactive:after,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .form-auto-list .i-copy.form-auto-item.is-user-is-active:after,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .form-auto-list .i-copy.form-auto-item.is-user-is-active:after,.liveDashboard ._account_api .list-results thead .form-auto-list .nav-page-grid .nav-page-content .block-filters .i-copy.form-auto-item.is-user-is-active:after,._account_api .liveDashboard .list-results thead .form-auto-list .nav-page-grid .nav-page-content .block-filters .i-copy.form-auto-item.is-user-is-active:after,.liveDashboard .form-auto-list ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-copy.form-auto-item.is-user-is-active:after,.form-auto-list ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-copy.form-auto-item.is-user-is-active:after,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .list-results-header .status.title span.i-copy:after,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .list-results-header .status.title span.i-copy:after,.liveDashboard ._account_api .list-results thead .list-results-header .status.title .nav-page-grid .nav-page-content .block-filters span.i-copy:after,._account_api .liveDashboard .list-results thead .list-results-header .status.title .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.liveDashboard .list-results-header .status.title ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.list-results-header .status.title ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters tr span.i-copy:after,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters tr span.i-copy:after,.liveDashboard ._account_api .list-results thead tr .nav-page-grid .nav-page-content .block-filters span.i-copy:after,._account_api .liveDashboard .list-results thead tr .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-copy.icon:after,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .w-dialog.plus .i-copy.dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-copy.dialog-aside:after,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .w-toast .i-copy.toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-copy.toast.plus:after,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .toggleWrapper input.mobileToggle+label.i-copy:after,.toggleWrapper .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters input.mobileToggle+label.i-copy:after,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters tbody span.i-copy.status:after,.liveDashboard ._account_api .list-results tbody thead .nav-page-grid .nav-page-content .block-filters span.i-copy.status:after,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters tbody td.is-running span.i-copy:after,.liveDashboard ._account_api .list-results tbody td.is-running thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters tbody td.is-pending span.i-copy:after,.liveDashboard ._account_api .list-results tbody td.is-pending thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-copy.icon:after,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .w-dialog.plus .i-copy.dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-copy.dialog-aside:after,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .w-toast .i-copy.toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-copy.toast.plus:after,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .toggleWrapper input.mobileToggle+label.i-copy:after,.toggleWrapper ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters input.mobileToggle+label.i-copy:after,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters tbody span.i-copy.status:after,._account_api .liveDashboard .list-results tbody thead .nav-page-grid .nav-page-content .block-filters span.i-copy.status:after,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters tbody td.is-running span.i-copy:after,._account_api .liveDashboard .list-results tbody td.is-running thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters tbody td.is-pending span.i-copy:after,._account_api .liveDashboard .list-results tbody td.is-pending thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .w-filter-preset.w-filter-preset .filter-preset .dropdown .i-copy.dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .nav-page-grid .nav-page-content .block-filters .i-copy.dropdown-toggle:after,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .w-filter-preset.w-filter-preset .filter-preset .dropdown .i-copy.dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .nav-page-grid .nav-page-content .block-filters .i-copy.dropdown-toggle:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-copy.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-copy.dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .w-filter-preset.w-filter-preset .filter-preset .i-copy.filter:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .nav-page-grid .nav-page-content .block-filters .i-copy.filter:after,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .w-filter-preset.w-filter-preset .filter-preset .i-copy.filter:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .nav-page-grid .nav-page-content .block-filters .i-copy.filter:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-copy.filter:after,.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-copy.filter:after,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .form-label.status span.i-copy:after,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .status.status-log span.i-copy:after,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .status.status-report-item span.i-copy:after,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .double-list dd.status span.i-copy:after,.double-list .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters dd.status span.i-copy:after,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .double-list dt.status span.i-copy:after,.double-list .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters dt.status span.i-copy:after,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .w-cards-container .w-card .status.title span.i-copy:after,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .status.title span.i-copy:after,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .w-cards-container .w-card.centered .w-value .status.label span.i-copy:after,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .status.label span.i-copy:after,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters tbody tr.sublist .status.title span.i-copy:after,.liveDashboard ._account_api .list-results tbody tr.sublist thead .nav-page-grid .nav-page-content .block-filters .status.title span.i-copy:after,.liveDashboard ._account_api .list-results thead .form-label.status .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.liveDashboard ._account_api .list-results thead .status.status-log .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.liveDashboard ._account_api .list-results thead .status.status-report-item .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.liveDashboard ._account_api .list-results thead .double-list dd.status .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.double-list .liveDashboard ._account_api .list-results thead dd.status .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.liveDashboard ._account_api .list-results thead .double-list dt.status .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.double-list .liveDashboard ._account_api .list-results thead dt.status .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title .nav-page-grid .nav-page-content .block-filters span.i-copy:after,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .form-label.status span.i-copy:after,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .status.status-log span.i-copy:after,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .status.status-report-item span.i-copy:after,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .double-list dd.status span.i-copy:after,.double-list ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters dd.status span.i-copy:after,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .double-list dt.status span.i-copy:after,.double-list ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters dt.status span.i-copy:after,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .w-cards-container .w-card .status.title span.i-copy:after,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .status.title span.i-copy:after,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .w-cards-container .w-card.centered .w-value .status.label span.i-copy:after,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .status.label span.i-copy:after,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters tbody tr.sublist .status.title span.i-copy:after,._account_api .liveDashboard .list-results tbody tr.sublist thead .nav-page-grid .nav-page-content .block-filters .status.title span.i-copy:after,._account_api .liveDashboard .list-results thead .form-label.status .nav-page-grid .nav-page-content .block-filters span.i-copy:after,._account_api .liveDashboard .list-results thead .status.status-log .nav-page-grid .nav-page-content .block-filters span.i-copy:after,._account_api .liveDashboard .list-results thead .status.status-report-item .nav-page-grid .nav-page-content .block-filters span.i-copy:after,._account_api .liveDashboard .list-results thead .double-list dd.status .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.double-list ._account_api .liveDashboard .list-results thead dd.status .nav-page-grid .nav-page-content .block-filters span.i-copy:after,._account_api .liveDashboard .list-results thead .double-list dt.status .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.double-list ._account_api .liveDashboard .list-results thead dt.status .nav-page-grid .nav-page-content .block-filters span.i-copy:after,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title .nav-page-grid .nav-page-content .block-filters span.i-copy:after,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label .nav-page-grid .nav-page-content .block-filters span.i-copy:after,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title .nav-page-grid .nav-page-content .block-filters span.i-copy:after,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.liveDashboard .form-label.status ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.liveDashboard .status.status-log ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.liveDashboard .status.status-report-item ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.liveDashboard .double-list dd.status ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.double-list .liveDashboard dd.status ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.liveDashboard .double-list dt.status ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.double-list .liveDashboard dt.status ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.form-label.status ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.status.status-log ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.status.status-report-item ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.double-list dd.status ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.double-list dt.status ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .w-filters-selected label.status.small span.i-copy:after,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small .nav-page-grid .nav-page-content .block-filters span.i-copy:after,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .w-filters-selected label.status.small span.i-copy:after,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .w-filters-selected .status.btn-f-s span.i-copy:after,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s .nav-page-grid .nav-page-content .block-filters span.i-copy:after,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .w-filters-selected .status.btn-f-s span.i-copy:after,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .sub-header .w-form label.i-copy:after,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .sub-header .w-double-list label.i-copy:after,.liveDashboard ._account_api .list-results thead .sub-header .w-form .nav-page-grid .nav-page-content .block-filters label.i-copy:after,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list .nav-page-grid .nav-page-content .block-filters label.i-copy:after,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .sub-header .w-form label.i-copy:after,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .sub-header .w-double-list label.i-copy:after,._account_api .liveDashboard .list-results thead .sub-header .w-form .nav-page-grid .nav-page-content .block-filters label.i-copy:after,._account_api .liveDashboard .list-results thead .sub-header .w-double-list .nav-page-grid .nav-page-content .block-filters label.i-copy:after,.liveDashboard .sub-header .w-form ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters label.i-copy:after,.liveDashboard .sub-header .w-double-list ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters label.i-copy:after,.sub-header .w-form ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters label.i-copy:after,.sub-header .w-double-list ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters label.i-copy:after,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters button.i-copy:after,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters button.i-copy:after,.liveDashboard .block-filters ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters button.i-copy:after,.block-filters ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters button.i-copy:after,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters select.i-copy:after,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters select.i-copy:after,.liveDashboard .block-filters ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters select.i-copy:after,.block-filters ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters select.i-copy:after,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .form-auto-list .i-copy.form-auto-item.is-user-is-inactive:after,.liveDashboard ._account_api .list-results thead .form-auto-list .nav-page-grid .nav-page-content .block-filters .i-copy.form-auto-item.is-user-is-inactive:after,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .form-auto-list .i-copy.form-auto-item.is-user-is-inactive:after,._account_api .liveDashboard .list-results thead .form-auto-list .nav-page-grid .nav-page-content .block-filters .i-copy.form-auto-item.is-user-is-inactive:after,.liveDashboard .form-auto-list ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-copy.form-auto-item.is-user-is-inactive:after,.form-auto-list ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-copy.form-auto-item.is-user-is-inactive:after,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .form-auto-list .i-copy.form-auto-item.is-user-is-active:after,.liveDashboard ._account_api .list-results thead .form-auto-list .nav-page-grid .nav-page-content .block-filters .i-copy.form-auto-item.is-user-is-active:after,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .form-auto-list .i-copy.form-auto-item.is-user-is-active:after,._account_api .liveDashboard .list-results thead .form-auto-list .nav-page-grid .nav-page-content .block-filters .i-copy.form-auto-item.is-user-is-active:after,.liveDashboard .form-auto-list ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-copy.form-auto-item.is-user-is-active:after,.form-auto-list ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-copy.form-auto-item.is-user-is-active:after,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .list-results-header .status.title span.i-copy:after,.liveDashboard ._account_api .list-results thead .list-results-header .status.title .nav-page-grid .nav-page-content .block-filters span.i-copy:after,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .list-results-header .status.title span.i-copy:after,._account_api .liveDashboard .list-results thead .list-results-header .status.title .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.liveDashboard .list-results-header .status.title ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.list-results-header .status.title ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters tr span.i-copy:after,.liveDashboard ._account_api .list-results thead tr .nav-page-grid .nav-page-content .block-filters span.i-copy:after,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters tr span.i-copy:after,._account_api .liveDashboard .list-results thead tr .nav-page-grid .nav-page-content .block-filters span.i-copy:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-copy.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-copy.dropdown-toggle:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-copy.filter:after,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-copy.filter:after,._account_api .form-label.status .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,._account_api .status.status-log .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,._account_api .status.status-report-item .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,._account_api .double-list dd.status .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.double-list ._account_api dd.status .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,._account_api .double-list dt.status .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.double-list ._account_api dt.status .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.form-label.status .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.status.status-log .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.status.status-report-item .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.double-list dd.status .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.double-list dt.status .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,._account_api .sub-header .w-form .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters label.i-copy:after,._account_api .sub-header .w-double-list .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters label.i-copy:after,.sub-header .w-form .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters label.i-copy:after,.sub-header .w-double-list .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters label.i-copy:after,._account_api .block-filters .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters button.i-copy:after,.block-filters .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters button.i-copy:after,._account_api .block-filters .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters select.i-copy:after,.block-filters .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters select.i-copy:after,._account_api .form-auto-list .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-copy.form-auto-item.is-user-is-inactive:after,.form-auto-list .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-copy.form-auto-item.is-user-is-inactive:after,._account_api .form-auto-list .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-copy.form-auto-item.is-user-is-active:after,.form-auto-list .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-copy.form-auto-item.is-user-is-active:after,._account_api .list-results-header .status.title .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.list-results-header .status.title .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .i-copy.dropdown-toggle:after,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .nav-page-grid .nav-page-content .block-filters .i-copy.dropdown-toggle:after,.nav-page-grid .nav-page-content .block-filters .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .i-copy.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-copy.dropdown-toggle:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .i-copy.filter:after,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .nav-page-grid .nav-page-content .block-filters .i-copy.filter:after,.nav-page-grid .nav-page-content .block-filters .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .i-copy.filter:after,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-copy.filter:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .form-label.status span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .status.status-log span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .status.status-report-item span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .double-list dd.status span.i-copy:after,.double-list .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead dd.status span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .double-list dt.status span.i-copy:after,.double-list .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead dt.status span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .w-cards-container .w-card .status.title span.i-copy:after,.w-cards-container .w-card .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .status.title span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.i-copy:after,.w-cards-container .w-card.centered .w-value .nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .status.label span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead tbody tr.sublist .status.title span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results tbody tr.sublist thead .status.title span.i-copy:after,.liveDashboard .list-results thead .form-label.status .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.liveDashboard .list-results thead .status.status-log .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.liveDashboard .list-results thead .status.status-report-item .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.liveDashboard .list-results thead .double-list dd.status .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.double-list .liveDashboard .list-results thead dd.status .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.liveDashboard .list-results thead .double-list dt.status .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.double-list .liveDashboard .list-results thead dt.status .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.liveDashboard .list-results thead .w-cards-container .w-card .status.title .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.w-cards-container .w-card .liveDashboard .list-results thead .status.title .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.w-cards-container .w-card.centered .w-value .liveDashboard .list-results thead .status.label .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.liveDashboard .list-results thead tbody tr.sublist .status.title .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.liveDashboard .list-results tbody tr.sublist thead .status.title .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .form-label.status .liveDashboard .list-results thead span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .status.status-log .liveDashboard .list-results thead span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .status.status-report-item .liveDashboard .list-results thead span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .double-list dd.status .liveDashboard .list-results thead span.i-copy:after,.double-list .nav-page-grid .nav-page-content .block-filters dd.status .liveDashboard .list-results thead span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .double-list dt.status .liveDashboard .list-results thead span.i-copy:after,.double-list .nav-page-grid .nav-page-content .block-filters dt.status .liveDashboard .list-results thead span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .w-cards-container .w-card .status.title .liveDashboard .list-results thead span.i-copy:after,.w-cards-container .w-card .nav-page-grid .nav-page-content .block-filters .status.title .liveDashboard .list-results thead span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.i-copy:after,.w-cards-container .w-card.centered .w-value .nav-page-grid .nav-page-content .block-filters .status.label .liveDashboard .list-results thead span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.i-copy:after,.list-results tbody tr.sublist .nav-page-grid .nav-page-content .block-filters .status.title .liveDashboard .list-results thead span.i-copy:after,.form-label.status .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.status.status-log .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.status.status-report-item .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.double-list dd.status .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.double-list dt.status .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.w-cards-container .w-card .status.title .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.list-results tbody tr.sublist .status.title .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .w-filters-selected label.status.small span.i-copy:after,.liveDashboard .list-results thead .w-filters-selected label.status.small .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .w-filters-selected label.status.small .liveDashboard .list-results thead span.i-copy:after,.w-filters-selected label.status.small .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.i-copy:after,.liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.i-copy:after,.w-filters-selected .status.btn-f-s .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .sub-header .w-form label.i-copy:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .sub-header .w-double-list label.i-copy:after,.liveDashboard .list-results thead .sub-header .w-form .nav-page-grid .nav-page-content .block-filters label.i-copy:after,.liveDashboard .list-results thead .sub-header .w-double-list .nav-page-grid .nav-page-content .block-filters label.i-copy:after,.nav-page-grid .nav-page-content .block-filters .sub-header .w-form .liveDashboard .list-results thead label.i-copy:after,.nav-page-grid .nav-page-content .block-filters .sub-header .w-double-list .liveDashboard .list-results thead label.i-copy:after,.sub-header .w-form .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters label.i-copy:after,.sub-header .w-double-list .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters label.i-copy:after,.nav-page-grid .nav-page-content .liveDashboard .list-results thead .block-filters button.i-copy:after,.liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters button.i-copy:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead button.i-copy:after,.nav-page-grid .nav-page-content .liveDashboard .list-results thead .block-filters select.i-copy:after,.liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters select.i-copy:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead select.i-copy:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .form-auto-list .i-copy.form-auto-item.is-user-is-inactive:after,.liveDashboard .list-results thead .form-auto-list .nav-page-grid .nav-page-content .block-filters .i-copy.form-auto-item.is-user-is-inactive:after,.nav-page-grid .nav-page-content .block-filters .form-auto-list .liveDashboard .list-results thead .i-copy.form-auto-item.is-user-is-inactive:after,.form-auto-list .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-copy.form-auto-item.is-user-is-inactive:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .form-auto-list .i-copy.form-auto-item.is-user-is-active:after,.liveDashboard .list-results thead .form-auto-list .nav-page-grid .nav-page-content .block-filters .i-copy.form-auto-item.is-user-is-active:after,.nav-page-grid .nav-page-content .block-filters .form-auto-list .liveDashboard .list-results thead .i-copy.form-auto-item.is-user-is-active:after,.form-auto-list .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-copy.form-auto-item.is-user-is-active:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead .list-results-header .status.title span.i-copy:after,.liveDashboard .list-results thead .list-results-header .status.title .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .list-results-header .status.title .liveDashboard .list-results thead span.i-copy:after,.list-results-header .status.title .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results thead tr span.i-copy:after,.liveDashboard .list-results thead tr .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-copy.icon:after,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .w-dialog.plus .i-copy.dialog-aside:after,.w-dialog.plus .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-copy.dialog-aside:after,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .w-toast .i-copy.toast.plus:after,.w-toast .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-copy.toast.plus:after,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .toggleWrapper input.mobileToggle+label.i-copy:after,.toggleWrapper .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead input.mobileToggle+label.i-copy:after,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead tbody span.i-copy.status:after,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results tbody thead span.i-copy.status:after,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead tbody td.is-running span.i-copy:after,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results tbody td.is-running thead span.i-copy:after,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead tbody td.is-pending span.i-copy:after,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results tbody td.is-pending thead span.i-copy:after,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .i-copy.icon:after,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .w-dialog.plus .i-copy.dialog-aside:after,.w-dialog.plus .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .i-copy.dialog-aside:after,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .w-toast .i-copy.toast.plus:after,.w-toast .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .i-copy.toast.plus:after,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.i-copy:after,.toggleWrapper .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead input.mobileToggle+label.i-copy:after,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead tbody span.i-copy.status:after,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results tbody thead span.i-copy.status:after,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead tbody td.is-running span.i-copy:after,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results tbody td.is-running thead span.i-copy:after,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead tbody td.is-pending span.i-copy:after,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results tbody td.is-pending thead span.i-copy:after,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-copy.icon:after,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .w-dialog.plus .i-copy.dialog-aside:after,.w-dialog.plus .liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-copy.dialog-aside:after,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .w-toast .i-copy.toast.plus:after,.w-toast .liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-copy.toast.plus:after,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .toggleWrapper input.mobileToggle+label.i-copy:after,.toggleWrapper .liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead input.mobileToggle+label.i-copy:after,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead tbody span.i-copy.status:after,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results tbody thead span.i-copy.status:after,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead tbody td.is-running span.i-copy:after,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results tbody td.is-running thead span.i-copy:after,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead tbody td.is-pending span.i-copy:after,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results tbody td.is-pending thead span.i-copy:after,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .i-copy.dropdown-toggle:after,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .i-copy.dropdown-toggle:after,.nav-page-grid .nav-page-content .block-filters ._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .i-copy.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-copy.dropdown-toggle:after,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .i-copy.filter:after,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .i-copy.filter:after,.nav-page-grid .nav-page-content .block-filters ._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .i-copy.filter:after,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-copy.filter:after,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .form-label.status span.i-copy:after,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .status.status-log span.i-copy:after,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .status.status-report-item span.i-copy:after,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .double-list dd.status span.i-copy:after,.double-list .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead dd.status span.i-copy:after,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .double-list dt.status span.i-copy:after,.double-list .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead dt.status span.i-copy:after,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span.i-copy:after,.w-cards-container .w-card .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .status.title span.i-copy:after,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.i-copy:after,.w-cards-container .w-card.centered .w-value .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .status.label span.i-copy:after,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span.i-copy:after,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span.i-copy:after,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .form-label.status span.i-copy:after,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .status.status-log span.i-copy:after,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .status.status-report-item span.i-copy:after,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .double-list dd.status span.i-copy:after,.double-list .liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead dd.status span.i-copy:after,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .double-list dt.status span.i-copy:after,.double-list .liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead dt.status span.i-copy:after,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .w-cards-container .w-card .status.title span.i-copy:after,.w-cards-container .w-card .liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .status.title span.i-copy:after,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.i-copy:after,.w-cards-container .w-card.centered .w-value .liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .status.label span.i-copy:after,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead tbody tr.sublist .status.title span.i-copy:after,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results tbody tr.sublist thead .status.title span.i-copy:after,.nav-page-grid .nav-page-content .block-filters ._account_api .form-label.status .liveDashboard .list-results thead span.i-copy:after,.nav-page-grid .nav-page-content .block-filters ._account_api .status.status-log .liveDashboard .list-results thead span.i-copy:after,.nav-page-grid .nav-page-content .block-filters ._account_api .status.status-report-item .liveDashboard .list-results thead span.i-copy:after,.nav-page-grid .nav-page-content .block-filters ._account_api .double-list dd.status .liveDashboard .list-results thead span.i-copy:after,.double-list .nav-page-grid .nav-page-content .block-filters ._account_api dd.status .liveDashboard .list-results thead span.i-copy:after,.nav-page-grid .nav-page-content .block-filters ._account_api .double-list dt.status .liveDashboard .list-results thead span.i-copy:after,.double-list .nav-page-grid .nav-page-content .block-filters ._account_api dt.status .liveDashboard .list-results thead span.i-copy:after,.nav-page-grid .nav-page-content .block-filters ._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span.i-copy:after,.w-cards-container .w-card .nav-page-grid .nav-page-content .block-filters ._account_api .status.title .liveDashboard .list-results thead span.i-copy:after,.nav-page-grid .nav-page-content .block-filters ._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.i-copy:after,.w-cards-container .w-card.centered .w-value .nav-page-grid .nav-page-content .block-filters ._account_api .status.label .liveDashboard .list-results thead span.i-copy:after,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.i-copy:after,.list-results tbody tr.sublist .nav-page-grid .nav-page-content .block-filters ._account_api .status.title .liveDashboard .list-results thead span.i-copy:after,.form-label.status .liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-copy:after,.status.status-log .liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-copy:after,.status.status-report-item .liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-copy:after,.double-list dd.status .liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-copy:after,.double-list dt.status .liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-copy:after,.w-cards-container .w-card .status.title .liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-copy:after,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-copy:after,.list-results tbody tr.sublist .status.title .liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-copy:after,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span.i-copy:after,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .w-filters-selected label.status.small span.i-copy:after,.nav-page-grid .nav-page-content .block-filters ._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span.i-copy:after,.w-filters-selected label.status.small .liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-copy:after,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.i-copy:after,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .w-filters-selected .status.btn-f-s span.i-copy:after,.nav-page-grid .nav-page-content .block-filters ._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.i-copy:after,.w-filters-selected .status.btn-f-s .liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-copy:after,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .sub-header .w-form label.i-copy:after,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .sub-header .w-double-list label.i-copy:after,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .sub-header .w-form label.i-copy:after,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .sub-header .w-double-list label.i-copy:after,.nav-page-grid .nav-page-content .block-filters ._account_api .sub-header .w-form .liveDashboard .list-results thead label.i-copy:after,.nav-page-grid .nav-page-content .block-filters ._account_api .sub-header .w-double-list .liveDashboard .list-results thead label.i-copy:after,.sub-header .w-form .liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead label.i-copy:after,.sub-header .w-double-list .liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead label.i-copy:after,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .block-filters button.i-copy:after,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .block-filters button.i-copy:after,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead button.i-copy:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead button.i-copy:after,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .block-filters select.i-copy:after,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .block-filters select.i-copy:after,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead select.i-copy:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead select.i-copy:after,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .form-auto-list .i-copy.form-auto-item.is-user-is-inactive:after,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .form-auto-list .i-copy.form-auto-item.is-user-is-inactive:after,.nav-page-grid .nav-page-content .block-filters ._account_api .form-auto-list .liveDashboard .list-results thead .i-copy.form-auto-item.is-user-is-inactive:after,.form-auto-list .liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-copy.form-auto-item.is-user-is-inactive:after,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .form-auto-list .i-copy.form-auto-item.is-user-is-active:after,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .form-auto-list .i-copy.form-auto-item.is-user-is-active:after,.nav-page-grid .nav-page-content .block-filters ._account_api .form-auto-list .liveDashboard .list-results thead .i-copy.form-auto-item.is-user-is-active:after,.form-auto-list .liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-copy.form-auto-item.is-user-is-active:after,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .list-results-header .status.title span.i-copy:after,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .list-results-header .status.title span.i-copy:after,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results-header .status.title .liveDashboard .list-results thead span.i-copy:after,.list-results-header .status.title .liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-copy:after,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead tr span.i-copy:after,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead tr span.i-copy:after,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-copy.icon:after,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .w-dialog.plus .i-copy.dialog-aside:after,.w-dialog.plus .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-copy.dialog-aside:after,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .w-toast .i-copy.toast.plus:after,.w-toast .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-copy.toast.plus:after,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .toggleWrapper input.mobileToggle+label.i-copy:after,.toggleWrapper .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead input.mobileToggle+label.i-copy:after,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead tbody span.i-copy.status:after,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results tbody thead span.i-copy.status:after,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead tbody td.is-running span.i-copy:after,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results tbody td.is-running thead span.i-copy:after,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead tbody td.is-pending span.i-copy:after,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results tbody td.is-pending thead span.i-copy:after,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .i-copy.dropdown-toggle:after,.nav-page-grid .nav-page-content .block-filters .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .i-copy.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-copy.dropdown-toggle:after,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .i-copy.filter:after,.nav-page-grid .nav-page-content .block-filters .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .i-copy.filter:after,.w-filter-preset.w-filter-preset .filter-preset .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-copy.filter:after,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .form-label.status span.i-copy:after,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .status.status-log span.i-copy:after,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .status.status-report-item span.i-copy:after,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .double-list dd.status span.i-copy:after,.double-list .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead dd.status span.i-copy:after,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .double-list dt.status span.i-copy:after,.double-list .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead dt.status span.i-copy:after,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .w-cards-container .w-card .status.title span.i-copy:after,.w-cards-container .w-card .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .status.title span.i-copy:after,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.i-copy:after,.w-cards-container .w-card.centered .w-value .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .status.label span.i-copy:after,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead tbody tr.sublist .status.title span.i-copy:after,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results tbody tr.sublist thead .status.title span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .form-label.status ._account_api .list-results thead span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .status.status-log ._account_api .list-results thead span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .status.status-report-item ._account_api .list-results thead span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .double-list dd.status ._account_api .list-results thead span.i-copy:after,.double-list .nav-page-grid .nav-page-content .block-filters dd.status ._account_api .list-results thead span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .double-list dt.status ._account_api .list-results thead span.i-copy:after,.double-list .nav-page-grid .nav-page-content .block-filters dt.status ._account_api .list-results thead span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .w-cards-container .w-card .status.title ._account_api .list-results thead span.i-copy:after,.w-cards-container .w-card .nav-page-grid .nav-page-content .block-filters .status.title ._account_api .list-results thead span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.i-copy:after,.w-cards-container .w-card.centered .w-value .nav-page-grid .nav-page-content .block-filters .status.label ._account_api .list-results thead span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .list-results tbody tr.sublist .status.title ._account_api .list-results thead span.i-copy:after,.list-results tbody tr.sublist .nav-page-grid .nav-page-content .block-filters .status.title ._account_api .list-results thead span.i-copy:after,.form-label.status .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-copy:after,.status.status-log .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-copy:after,.status.status-report-item .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-copy:after,.double-list dd.status .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-copy:after,.double-list dt.status .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-copy:after,.w-cards-container .w-card .status.title .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-copy:after,.w-cards-container .w-card.centered .w-value .status.label .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-copy:after,.list-results tbody tr.sublist .status.title .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-copy:after,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .w-filters-selected label.status.small span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .w-filters-selected label.status.small ._account_api .list-results thead span.i-copy:after,.w-filters-selected label.status.small .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-copy:after,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .w-filters-selected .status.btn-f-s span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .w-filters-selected .status.btn-f-s ._account_api .list-results thead span.i-copy:after,.w-filters-selected .status.btn-f-s .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-copy:after,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .sub-header .w-form label.i-copy:after,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .sub-header .w-double-list label.i-copy:after,.nav-page-grid .nav-page-content .block-filters .sub-header .w-form ._account_api .list-results thead label.i-copy:after,.nav-page-grid .nav-page-content .block-filters .sub-header .w-double-list ._account_api .list-results thead label.i-copy:after,.sub-header .w-form .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead label.i-copy:after,.sub-header .w-double-list .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead label.i-copy:after,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .block-filters button.i-copy:after,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead button.i-copy:after,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .block-filters select.i-copy:after,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead select.i-copy:after,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .form-auto-list .i-copy.form-auto-item.is-user-is-inactive:after,.nav-page-grid .nav-page-content .block-filters .form-auto-list ._account_api .list-results thead .i-copy.form-auto-item.is-user-is-inactive:after,.form-auto-list .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-copy.form-auto-item.is-user-is-inactive:after,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .form-auto-list .i-copy.form-auto-item.is-user-is-active:after,.nav-page-grid .nav-page-content .block-filters .form-auto-list ._account_api .list-results thead .i-copy.form-auto-item.is-user-is-active:after,.form-auto-list .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-copy.form-auto-item.is-user-is-active:after,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .list-results-header .status.title span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .list-results-header .status.title ._account_api .list-results thead span.i-copy:after,.list-results-header .status.title .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-copy:after,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead tr span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .i-copy.icon:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .w-dialog.plus .i-copy.dialog-aside:after,.w-dialog.plus .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .i-copy.dialog-aside:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .w-toast .i-copy.toast.plus:after,.w-toast .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .i-copy.toast.plus:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label.i-copy:after,.toggleWrapper .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead input.mobileToggle+label.i-copy:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead tbody span.i-copy.status:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results tbody thead span.i-copy.status:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead tbody td.is-running span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results tbody td.is-running thead span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead tbody td.is-pending span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results tbody td.is-pending thead span.i-copy:after,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-copy.icon:after,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .w-dialog.plus .i-copy.dialog-aside:after,.w-dialog.plus .liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-copy.dialog-aside:after,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .w-toast .i-copy.toast.plus:after,.w-toast .liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-copy.toast.plus:after,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .toggleWrapper input.mobileToggle+label.i-copy:after,.toggleWrapper .liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead input.mobileToggle+label.i-copy:after,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead tbody span.i-copy.status:after,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results tbody thead span.i-copy.status:after,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead tbody td.is-running span.i-copy:after,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results tbody td.is-running thead span.i-copy:after,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead tbody td.is-pending span.i-copy:after,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results tbody td.is-pending thead span.i-copy:after,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .i-copy.icon:after,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .w-dialog.plus .i-copy.dialog-aside:after,.w-dialog.plus .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .i-copy.dialog-aside:after,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .w-toast .i-copy.toast.plus:after,.w-toast .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .i-copy.toast.plus:after,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.i-copy:after,.toggleWrapper .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead input.mobileToggle+label.i-copy:after,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead tbody span.i-copy.status:after,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results tbody thead span.i-copy.status:after,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead tbody td.is-running span.i-copy:after,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results tbody td.is-running thead span.i-copy:after,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead tbody td.is-pending span.i-copy:after,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results tbody td.is-pending thead span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .i-copy.dropdown-toggle:after,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .i-copy.dropdown-toggle:after,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .i-copy.dropdown-toggle:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .i-copy.dropdown-toggle:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-copy.dropdown-toggle:after,.nav-page-grid .nav-page-content .block-filters .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .i-copy.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .i-copy.dropdown-toggle:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .i-copy.filter:after,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .i-copy.filter:after,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .i-copy.filter:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .i-copy.filter:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-copy.filter:after,.nav-page-grid .nav-page-content .block-filters .w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .i-copy.filter:after,.w-filter-preset.w-filter-preset .filter-preset .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .i-copy.filter:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .form-label.status span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .status.status-log span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .status.status-report-item span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .double-list dd.status span.i-copy:after,.double-list .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead dd.status span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .double-list dt.status span.i-copy:after,.double-list .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead dt.status span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span.i-copy:after,.w-cards-container .w-card .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .status.title span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.i-copy:after,.w-cards-container .w-card.centered .w-value .nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .status.label span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span.i-copy:after,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .form-label.status span.i-copy:after,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .status.status-log span.i-copy:after,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .status.status-report-item span.i-copy:after,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .double-list dd.status span.i-copy:after,.double-list .liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead dd.status span.i-copy:after,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .double-list dt.status span.i-copy:after,.double-list .liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead dt.status span.i-copy:after,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .w-cards-container .w-card .status.title span.i-copy:after,.w-cards-container .w-card .liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .status.title span.i-copy:after,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.i-copy:after,.w-cards-container .w-card.centered .w-value .liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .status.label span.i-copy:after,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead tbody tr.sublist .status.title span.i-copy:after,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results tbody tr.sublist thead .status.title span.i-copy:after,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .form-label.status span.i-copy:after,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .status.status-log span.i-copy:after,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .status.status-report-item span.i-copy:after,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .double-list dd.status span.i-copy:after,.double-list .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead dd.status span.i-copy:after,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .double-list dt.status span.i-copy:after,.double-list .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead dt.status span.i-copy:after,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span.i-copy:after,.w-cards-container .w-card .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .status.title span.i-copy:after,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.i-copy:after,.w-cards-container .w-card.centered .w-value .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .status.label span.i-copy:after,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span.i-copy:after,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard .form-label.status ._account_api .list-results thead span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard .status.status-log ._account_api .list-results thead span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard .status.status-report-item ._account_api .list-results thead span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard .double-list dd.status ._account_api .list-results thead span.i-copy:after,.double-list .nav-page-grid .nav-page-content .block-filters .liveDashboard dd.status ._account_api .list-results thead span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard .double-list dt.status ._account_api .list-results thead span.i-copy:after,.double-list .nav-page-grid .nav-page-content .block-filters .liveDashboard dt.status ._account_api .list-results thead span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span.i-copy:after,.w-cards-container .w-card .nav-page-grid .nav-page-content .block-filters .liveDashboard .status.title ._account_api .list-results thead span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.i-copy:after,.w-cards-container .w-card.centered .w-value .nav-page-grid .nav-page-content .block-filters .liveDashboard .status.label ._account_api .list-results thead span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span.i-copy:after,.list-results tbody tr.sublist .nav-page-grid .nav-page-content .block-filters .liveDashboard .status.title ._account_api .list-results thead span.i-copy:after,.liveDashboard .form-label.status .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-copy:after,.liveDashboard .status.status-log .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-copy:after,.liveDashboard .status.status-report-item .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-copy:after,.liveDashboard .double-list dd.status .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-copy:after,.double-list .liveDashboard dd.status .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-copy:after,.liveDashboard .double-list dt.status .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-copy:after,.double-list .liveDashboard dt.status .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-copy:after,.liveDashboard .w-cards-container .w-card .status.title .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-copy:after,.w-cards-container .w-card .liveDashboard .status.title .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-copy:after,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-copy:after,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-copy:after,.liveDashboard .list-results tbody tr.sublist .status.title .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-copy:after,.list-results tbody tr.sublist .liveDashboard .status.title .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .form-label.status ._account_api .liveDashboard .list-results thead span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .status.status-log ._account_api .liveDashboard .list-results thead span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .status.status-report-item ._account_api .liveDashboard .list-results thead span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .double-list dd.status ._account_api .liveDashboard .list-results thead span.i-copy:after,.double-list .nav-page-grid .nav-page-content .block-filters dd.status ._account_api .liveDashboard .list-results thead span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .double-list dt.status ._account_api .liveDashboard .list-results thead span.i-copy:after,.double-list .nav-page-grid .nav-page-content .block-filters dt.status ._account_api .liveDashboard .list-results thead span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead span.i-copy:after,.w-cards-container .w-card .nav-page-grid .nav-page-content .block-filters .status.title ._account_api .liveDashboard .list-results thead span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead span.i-copy:after,.w-cards-container .w-card.centered .w-value .nav-page-grid .nav-page-content .block-filters .status.label ._account_api .liveDashboard .list-results thead span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead span.i-copy:after,.list-results tbody tr.sublist .nav-page-grid .nav-page-content .block-filters .status.title ._account_api .liveDashboard .list-results thead span.i-copy:after,.form-label.status .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead span.i-copy:after,.status.status-log .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead span.i-copy:after,.status.status-report-item .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead span.i-copy:after,.double-list dd.status .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead span.i-copy:after,.double-list dt.status .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead span.i-copy:after,.w-cards-container .w-card .status.title .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead span.i-copy:after,.w-cards-container .w-card.centered .w-value .status.label .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead span.i-copy:after,.list-results tbody tr.sublist .status.title .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span.i-copy:after,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .w-filters-selected label.status.small span.i-copy:after,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span.i-copy:after,.liveDashboard .w-filters-selected label.status.small .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead span.i-copy:after,.w-filters-selected label.status.small .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span.i-copy:after,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .w-filters-selected .status.btn-f-s span.i-copy:after,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span.i-copy:after,.liveDashboard .w-filters-selected .status.btn-f-s .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead span.i-copy:after,.w-filters-selected .status.btn-f-s .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .sub-header .w-form label.i-copy:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .sub-header .w-double-list label.i-copy:after,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .sub-header .w-form label.i-copy:after,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .sub-header .w-double-list label.i-copy:after,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .sub-header .w-form label.i-copy:after,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .sub-header .w-double-list label.i-copy:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard .sub-header .w-form ._account_api .list-results thead label.i-copy:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard .sub-header .w-double-list ._account_api .list-results thead label.i-copy:after,.liveDashboard .sub-header .w-form .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead label.i-copy:after,.liveDashboard .sub-header .w-double-list .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead label.i-copy:after,.nav-page-grid .nav-page-content .block-filters .sub-header .w-form ._account_api .liveDashboard .list-results thead label.i-copy:after,.nav-page-grid .nav-page-content .block-filters .sub-header .w-double-list ._account_api .liveDashboard .list-results thead label.i-copy:after,.sub-header .w-form .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead label.i-copy:after,.sub-header .w-double-list .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead label.i-copy:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .block-filters button.i-copy:after,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .block-filters button.i-copy:after,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .block-filters button.i-copy:after,.nav-page-grid .nav-page-content .liveDashboard .block-filters ._account_api .list-results thead button.i-copy:after,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead button.i-copy:after,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead button.i-copy:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .block-filters select.i-copy:after,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .block-filters select.i-copy:after,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .block-filters select.i-copy:after,.nav-page-grid .nav-page-content .liveDashboard .block-filters ._account_api .list-results thead select.i-copy:after,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead select.i-copy:after,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead select.i-copy:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .form-auto-list .i-copy.form-auto-item.is-user-is-inactive:after,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .form-auto-list .i-copy.form-auto-item.is-user-is-inactive:after,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .form-auto-list .i-copy.form-auto-item.is-user-is-inactive:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard .form-auto-list ._account_api .list-results thead .i-copy.form-auto-item.is-user-is-inactive:after,.liveDashboard .form-auto-list .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-copy.form-auto-item.is-user-is-inactive:after,.nav-page-grid .nav-page-content .block-filters .form-auto-list ._account_api .liveDashboard .list-results thead .i-copy.form-auto-item.is-user-is-inactive:after,.form-auto-list .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .i-copy.form-auto-item.is-user-is-inactive:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .form-auto-list .i-copy.form-auto-item.is-user-is-active:after,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .form-auto-list .i-copy.form-auto-item.is-user-is-active:after,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .form-auto-list .i-copy.form-auto-item.is-user-is-active:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard .form-auto-list ._account_api .list-results thead .i-copy.form-auto-item.is-user-is-active:after,.liveDashboard .form-auto-list .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-copy.form-auto-item.is-user-is-active:after,.nav-page-grid .nav-page-content .block-filters .form-auto-list ._account_api .liveDashboard .list-results thead .i-copy.form-auto-item.is-user-is-active:after,.form-auto-list .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .i-copy.form-auto-item.is-user-is-active:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead .list-results-header .status.title span.i-copy:after,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .list-results-header .status.title span.i-copy:after,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead .list-results-header .status.title span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard .list-results-header .status.title ._account_api .list-results thead span.i-copy:after,.liveDashboard .list-results-header .status.title .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .list-results-header .status.title ._account_api .liveDashboard .list-results thead span.i-copy:after,.list-results-header .status.title .nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead tr span.i-copy:after,.liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead tr span.i-copy:after,.nav-page-grid .nav-page-content .block-filters ._account_api .liveDashboard .list-results thead tr span.i-copy:after,.nav-page-grid .nav-page-content .block-filters ._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .i-copy.dropdown-toggle:after,.nav-page-grid .nav-page-content .block-filters .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .i-copy.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-copy.dropdown-toggle:after,.nav-page-grid .nav-page-content .block-filters ._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .i-copy.filter:after,.nav-page-grid .nav-page-content .block-filters .w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .i-copy.filter:after,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-copy.filter:after,.nav-page-grid .nav-page-content .block-filters ._account_api .form-label.status .liveDashboard .list-results thead span.i-copy:after,.nav-page-grid .nav-page-content .block-filters ._account_api .status.status-log .liveDashboard .list-results thead span.i-copy:after,.nav-page-grid .nav-page-content .block-filters ._account_api .status.status-report-item .liveDashboard .list-results thead span.i-copy:after,.nav-page-grid .nav-page-content .block-filters ._account_api .double-list dd.status .liveDashboard .list-results thead span.i-copy:after,.double-list .nav-page-grid .nav-page-content .block-filters ._account_api dd.status .liveDashboard .list-results thead span.i-copy:after,.nav-page-grid .nav-page-content .block-filters ._account_api .double-list dt.status .liveDashboard .list-results thead span.i-copy:after,.double-list .nav-page-grid .nav-page-content .block-filters ._account_api dt.status .liveDashboard .list-results thead span.i-copy:after,.nav-page-grid .nav-page-content .block-filters ._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span.i-copy:after,.w-cards-container .w-card .nav-page-grid .nav-page-content .block-filters ._account_api .status.title .liveDashboard .list-results thead span.i-copy:after,.nav-page-grid .nav-page-content .block-filters ._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.i-copy:after,.w-cards-container .w-card.centered .w-value .nav-page-grid .nav-page-content .block-filters ._account_api .status.label .liveDashboard .list-results thead span.i-copy:after,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.i-copy:after,.list-results tbody tr.sublist .nav-page-grid .nav-page-content .block-filters ._account_api .status.title .liveDashboard .list-results thead span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .form-label.status .liveDashboard ._account_api .list-results thead span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .status.status-log .liveDashboard ._account_api .list-results thead span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .status.status-report-item .liveDashboard ._account_api .list-results thead span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .double-list dd.status .liveDashboard ._account_api .list-results thead span.i-copy:after,.double-list .nav-page-grid .nav-page-content .block-filters dd.status .liveDashboard ._account_api .list-results thead span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .double-list dt.status .liveDashboard ._account_api .list-results thead span.i-copy:after,.double-list .nav-page-grid .nav-page-content .block-filters dt.status .liveDashboard ._account_api .list-results thead span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead span.i-copy:after,.w-cards-container .w-card .nav-page-grid .nav-page-content .block-filters .status.title .liveDashboard ._account_api .list-results thead span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead span.i-copy:after,.w-cards-container .w-card.centered .w-value .nav-page-grid .nav-page-content .block-filters .status.label .liveDashboard ._account_api .list-results thead span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead span.i-copy:after,.list-results tbody tr.sublist .nav-page-grid .nav-page-content .block-filters .status.title .liveDashboard ._account_api .list-results thead span.i-copy:after,.form-label.status .liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-copy:after,.status.status-log .liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-copy:after,.status.status-report-item .liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-copy:after,.double-list dd.status .liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-copy:after,.double-list dt.status .liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-copy:after,.w-cards-container .w-card .status.title .liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-copy:after,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-copy:after,.list-results tbody tr.sublist .status.title .liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-copy:after,.nav-page-grid .nav-page-content .block-filters ._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead span.i-copy:after,.w-filters-selected label.status.small .liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-copy:after,.nav-page-grid .nav-page-content .block-filters ._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead span.i-copy:after,.w-filters-selected .status.btn-f-s .liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-copy:after,.nav-page-grid .nav-page-content .block-filters ._account_api .sub-header .w-form .liveDashboard .list-results thead label.i-copy:after,.nav-page-grid .nav-page-content .block-filters ._account_api .sub-header .w-double-list .liveDashboard .list-results thead label.i-copy:after,.nav-page-grid .nav-page-content .block-filters .sub-header .w-form .liveDashboard ._account_api .list-results thead label.i-copy:after,.nav-page-grid .nav-page-content .block-filters .sub-header .w-double-list .liveDashboard ._account_api .list-results thead label.i-copy:after,.sub-header .w-form .liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead label.i-copy:after,.sub-header .w-double-list .liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead label.i-copy:after,.nav-page-grid .nav-page-content .block-filters ._account_api .block-filters .liveDashboard .list-results thead button.i-copy:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead button.i-copy:after,.nav-page-grid .nav-page-content .block-filters ._account_api .block-filters .liveDashboard .list-results thead select.i-copy:after,.nav-page-grid .nav-page-content .block-filters .liveDashboard ._account_api .list-results thead select.i-copy:after,.nav-page-grid .nav-page-content .block-filters ._account_api .form-auto-list .liveDashboard .list-results thead .i-copy.form-auto-item.is-user-is-inactive:after,.nav-page-grid .nav-page-content .block-filters .form-auto-list .liveDashboard ._account_api .list-results thead .i-copy.form-auto-item.is-user-is-inactive:after,.form-auto-list .liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-copy.form-auto-item.is-user-is-inactive:after,.nav-page-grid .nav-page-content .block-filters ._account_api .form-auto-list .liveDashboard .list-results thead .i-copy.form-auto-item.is-user-is-active:after,.nav-page-grid .nav-page-content .block-filters .form-auto-list .liveDashboard ._account_api .list-results thead .i-copy.form-auto-item.is-user-is-active:after,.form-auto-list .liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .i-copy.form-auto-item.is-user-is-active:after,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results-header .status.title .liveDashboard .list-results thead span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .list-results-header .status.title .liveDashboard ._account_api .list-results thead span.i-copy:after,.list-results-header .status.title .liveDashboard .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead span.i-copy:after,._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-copy.icon:after,._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .w-dialog.plus .i-copy.dialog-aside:after,.w-dialog.plus ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-copy.dialog-aside:after,._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .w-toast .i-copy.toast.plus:after,.w-toast ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-copy.toast.plus:after,._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .toggleWrapper input.mobileToggle+label.i-copy:after,.toggleWrapper ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters input.mobileToggle+label.i-copy:after,._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters tbody span.i-copy.status:after,._account_api .list-results tbody thead .nav-page-grid .nav-page-content .block-filters span.i-copy.status:after,._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters tbody td.is-running span.i-copy:after,._account_api .list-results tbody td.is-running thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters tbody td.is-pending span.i-copy:after,._account_api .list-results tbody td.is-pending thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-copy.icon:after,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .w-dialog.plus .i-copy.dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-copy.dialog-aside:after,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .w-toast .i-copy.toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-copy.toast.plus:after,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .toggleWrapper input.mobileToggle+label.i-copy:after,.toggleWrapper ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters input.mobileToggle+label.i-copy:after,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters tbody span.i-copy.status:after,._account_api .liveDashboard .list-results tbody thead .nav-page-grid .nav-page-content .block-filters span.i-copy.status:after,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters tbody td.is-running span.i-copy:after,._account_api .liveDashboard .list-results tbody td.is-running thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters tbody td.is-pending span.i-copy:after,._account_api .liveDashboard .list-results tbody td.is-pending thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-copy.icon:after,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .w-dialog.plus .i-copy.dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-copy.dialog-aside:after,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .w-toast .i-copy.toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-copy.toast.plus:after,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .toggleWrapper input.mobileToggle+label.i-copy:after,.toggleWrapper .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters input.mobileToggle+label.i-copy:after,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters tbody span.i-copy.status:after,.liveDashboard ._account_api .list-results tbody thead .nav-page-grid .nav-page-content .block-filters span.i-copy.status:after,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters tbody td.is-running span.i-copy:after,.liveDashboard ._account_api .list-results tbody td.is-running thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters tbody td.is-pending span.i-copy:after,.liveDashboard ._account_api .list-results tbody td.is-pending thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .w-filter-preset.w-filter-preset .filter-preset .dropdown .i-copy.dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .w-filter-preset.w-filter-preset .filter-preset .dropdown .i-copy.dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .nav-page-grid .nav-page-content .block-filters .i-copy.dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .nav-page-grid .nav-page-content .block-filters .i-copy.dropdown-toggle:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-copy.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-copy.dropdown-toggle:after,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .w-filter-preset.w-filter-preset .filter-preset .i-copy.filter:after,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .w-filter-preset.w-filter-preset .filter-preset .i-copy.filter:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .nav-page-grid .nav-page-content .block-filters .i-copy.filter:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .nav-page-grid .nav-page-content .block-filters .i-copy.filter:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-copy.filter:after,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-copy.filter:after,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .form-label.status span.i-copy:after,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .status.status-log span.i-copy:after,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .status.status-report-item span.i-copy:after,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .double-list dd.status span.i-copy:after,.double-list ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters dd.status span.i-copy:after,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .double-list dt.status span.i-copy:after,.double-list ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters dt.status span.i-copy:after,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .w-cards-container .w-card .status.title span.i-copy:after,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .status.title span.i-copy:after,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .w-cards-container .w-card.centered .w-value .status.label span.i-copy:after,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .status.label span.i-copy:after,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters tbody tr.sublist .status.title span.i-copy:after,._account_api .liveDashboard .list-results tbody tr.sublist thead .nav-page-grid .nav-page-content .block-filters .status.title span.i-copy:after,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .form-label.status span.i-copy:after,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .status.status-log span.i-copy:after,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .status.status-report-item span.i-copy:after,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .double-list dd.status span.i-copy:after,.double-list .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters dd.status span.i-copy:after,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .double-list dt.status span.i-copy:after,.double-list .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters dt.status span.i-copy:after,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .w-cards-container .w-card .status.title span.i-copy:after,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .status.title span.i-copy:after,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .w-cards-container .w-card.centered .w-value .status.label span.i-copy:after,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .status.label span.i-copy:after,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters tbody tr.sublist .status.title span.i-copy:after,.liveDashboard ._account_api .list-results tbody tr.sublist thead .nav-page-grid .nav-page-content .block-filters .status.title span.i-copy:after,._account_api .liveDashboard .list-results thead .form-label.status .nav-page-grid .nav-page-content .block-filters span.i-copy:after,._account_api .liveDashboard .list-results thead .status.status-log .nav-page-grid .nav-page-content .block-filters span.i-copy:after,._account_api .liveDashboard .list-results thead .status.status-report-item .nav-page-grid .nav-page-content .block-filters span.i-copy:after,._account_api .liveDashboard .list-results thead .double-list dd.status .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.double-list ._account_api .liveDashboard .list-results thead dd.status .nav-page-grid .nav-page-content .block-filters span.i-copy:after,._account_api .liveDashboard .list-results thead .double-list dt.status .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.double-list ._account_api .liveDashboard .list-results thead dt.status .nav-page-grid .nav-page-content .block-filters span.i-copy:after,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title .nav-page-grid .nav-page-content .block-filters span.i-copy:after,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label .nav-page-grid .nav-page-content .block-filters span.i-copy:after,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title .nav-page-grid .nav-page-content .block-filters span.i-copy:after,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.liveDashboard ._account_api .list-results thead .form-label.status .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.liveDashboard ._account_api .list-results thead .status.status-log .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.liveDashboard ._account_api .list-results thead .status.status-report-item .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.liveDashboard ._account_api .list-results thead .double-list dd.status .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.double-list .liveDashboard ._account_api .list-results thead dd.status .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.liveDashboard ._account_api .list-results thead .double-list dt.status .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.double-list .liveDashboard ._account_api .list-results thead dt.status .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title .nav-page-grid .nav-page-content .block-filters span.i-copy:after,._account_api .form-label.status .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,._account_api .status.status-log .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,._account_api .status.status-report-item .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,._account_api .double-list dd.status .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.double-list ._account_api dd.status .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,._account_api .double-list dt.status .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.double-list ._account_api dt.status .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.form-label.status .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.status.status-log .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.status.status-report-item .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.double-list dd.status .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.double-list dt.status .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .w-filters-selected label.status.small span.i-copy:after,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .w-filters-selected label.status.small span.i-copy:after,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small .nav-page-grid .nav-page-content .block-filters span.i-copy:after,._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .w-filters-selected .status.btn-f-s span.i-copy:after,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .w-filters-selected .status.btn-f-s span.i-copy:after,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s .nav-page-grid .nav-page-content .block-filters span.i-copy:after,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .sub-header .w-form label.i-copy:after,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .sub-header .w-double-list label.i-copy:after,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .sub-header .w-form label.i-copy:after,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .sub-header .w-double-list label.i-copy:after,._account_api .liveDashboard .list-results thead .sub-header .w-form .nav-page-grid .nav-page-content .block-filters label.i-copy:after,._account_api .liveDashboard .list-results thead .sub-header .w-double-list .nav-page-grid .nav-page-content .block-filters label.i-copy:after,.liveDashboard ._account_api .list-results thead .sub-header .w-form .nav-page-grid .nav-page-content .block-filters label.i-copy:after,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list .nav-page-grid .nav-page-content .block-filters label.i-copy:after,._account_api .sub-header .w-form .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters label.i-copy:after,._account_api .sub-header .w-double-list .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters label.i-copy:after,.sub-header .w-form .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters label.i-copy:after,.sub-header .w-double-list .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters label.i-copy:after,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters button.i-copy:after,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters button.i-copy:after,._account_api .block-filters .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters button.i-copy:after,.block-filters .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters button.i-copy:after,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters select.i-copy:after,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters select.i-copy:after,._account_api .block-filters .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters select.i-copy:after,.block-filters .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters select.i-copy:after,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .form-auto-list .i-copy.form-auto-item.is-user-is-inactive:after,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .form-auto-list .i-copy.form-auto-item.is-user-is-inactive:after,._account_api .liveDashboard .list-results thead .form-auto-list .nav-page-grid .nav-page-content .block-filters .i-copy.form-auto-item.is-user-is-inactive:after,.liveDashboard ._account_api .list-results thead .form-auto-list .nav-page-grid .nav-page-content .block-filters .i-copy.form-auto-item.is-user-is-inactive:after,._account_api .form-auto-list .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-copy.form-auto-item.is-user-is-inactive:after,.form-auto-list .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-copy.form-auto-item.is-user-is-inactive:after,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .form-auto-list .i-copy.form-auto-item.is-user-is-active:after,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .form-auto-list .i-copy.form-auto-item.is-user-is-active:after,._account_api .liveDashboard .list-results thead .form-auto-list .nav-page-grid .nav-page-content .block-filters .i-copy.form-auto-item.is-user-is-active:after,.liveDashboard ._account_api .list-results thead .form-auto-list .nav-page-grid .nav-page-content .block-filters .i-copy.form-auto-item.is-user-is-active:after,._account_api .form-auto-list .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-copy.form-auto-item.is-user-is-active:after,.form-auto-list .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-copy.form-auto-item.is-user-is-active:after,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .list-results-header .status.title span.i-copy:after,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .list-results-header .status.title span.i-copy:after,._account_api .liveDashboard .list-results thead .list-results-header .status.title .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.liveDashboard ._account_api .list-results thead .list-results-header .status.title .nav-page-grid .nav-page-content .block-filters span.i-copy:after,._account_api .list-results-header .status.title .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.list-results-header .status.title .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters tr span.i-copy:after,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters tr span.i-copy:after,._account_api .liveDashboard .list-results thead tr .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.liveDashboard ._account_api .list-results thead tr .nav-page-grid .nav-page-content .block-filters span.i-copy:after,._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-copy.icon:after,._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .w-dialog.plus .i-copy.dialog-aside:after,.w-dialog.plus ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-copy.dialog-aside:after,._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .w-toast .i-copy.toast.plus:after,.w-toast ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-copy.toast.plus:after,._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .toggleWrapper input.mobileToggle+label.i-copy:after,.toggleWrapper ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters input.mobileToggle+label.i-copy:after,._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters tbody span.i-copy.status:after,._account_api .list-results tbody thead .nav-page-grid .nav-page-content .block-filters span.i-copy.status:after,._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters tbody td.is-running span.i-copy:after,._account_api .list-results tbody td.is-running thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters tbody td.is-pending span.i-copy:after,._account_api .list-results tbody td.is-pending thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .w-filter-preset.w-filter-preset .filter-preset .dropdown .i-copy.dropdown-toggle:after,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .nav-page-grid .nav-page-content .block-filters .i-copy.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-copy.dropdown-toggle:after,._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .w-filter-preset.w-filter-preset .filter-preset .i-copy.filter:after,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .nav-page-grid .nav-page-content .block-filters .i-copy.filter:after,.w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-copy.filter:after,._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .form-label.status span.i-copy:after,._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .status.status-log span.i-copy:after,._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .status.status-report-item span.i-copy:after,._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .double-list dd.status span.i-copy:after,.double-list ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters dd.status span.i-copy:after,._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .double-list dt.status span.i-copy:after,.double-list ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters dt.status span.i-copy:after,._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .w-cards-container .w-card .status.title span.i-copy:after,.w-cards-container .w-card ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .status.title span.i-copy:after,._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .w-cards-container .w-card.centered .w-value .status.label span.i-copy:after,.w-cards-container .w-card.centered .w-value ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .status.label span.i-copy:after,._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters tbody tr.sublist .status.title span.i-copy:after,._account_api .list-results tbody tr.sublist thead .nav-page-grid .nav-page-content .block-filters .status.title span.i-copy:after,._account_api .list-results thead .form-label.status .nav-page-grid .nav-page-content .block-filters span.i-copy:after,._account_api .list-results thead .status.status-log .nav-page-grid .nav-page-content .block-filters span.i-copy:after,._account_api .list-results thead .status.status-report-item .nav-page-grid .nav-page-content .block-filters span.i-copy:after,._account_api .list-results thead .double-list dd.status .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.double-list ._account_api .list-results thead dd.status .nav-page-grid .nav-page-content .block-filters span.i-copy:after,._account_api .list-results thead .double-list dt.status .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.double-list ._account_api .list-results thead dt.status .nav-page-grid .nav-page-content .block-filters span.i-copy:after,._account_api .list-results thead .w-cards-container .w-card .status.title .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.w-cards-container .w-card ._account_api .list-results thead .status.title .nav-page-grid .nav-page-content .block-filters span.i-copy:after,._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.w-cards-container .w-card.centered .w-value ._account_api .list-results thead .status.label .nav-page-grid .nav-page-content .block-filters span.i-copy:after,._account_api .list-results thead tbody tr.sublist .status.title .nav-page-grid .nav-page-content .block-filters span.i-copy:after,._account_api .list-results tbody tr.sublist thead .status.title .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.form-label.status ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.status.status-log ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.status.status-report-item ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.double-list dd.status ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.double-list dt.status ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.w-cards-container .w-card .status.title ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.list-results tbody tr.sublist .status.title ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .w-filters-selected label.status.small span.i-copy:after,._account_api .list-results thead .w-filters-selected label.status.small .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.w-filters-selected label.status.small ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .w-filters-selected .status.btn-f-s span.i-copy:after,._account_api .list-results thead .w-filters-selected .status.btn-f-s .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.w-filters-selected .status.btn-f-s ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .sub-header .w-form label.i-copy:after,._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .sub-header .w-double-list label.i-copy:after,._account_api .list-results thead .sub-header .w-form .nav-page-grid .nav-page-content .block-filters label.i-copy:after,._account_api .list-results thead .sub-header .w-double-list .nav-page-grid .nav-page-content .block-filters label.i-copy:after,.sub-header .w-form ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters label.i-copy:after,.sub-header .w-double-list ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters label.i-copy:after,._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters button.i-copy:after,.block-filters ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters button.i-copy:after,._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters select.i-copy:after,.block-filters ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters select.i-copy:after,._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .form-auto-list .i-copy.form-auto-item.is-user-is-inactive:after,._account_api .list-results thead .form-auto-list .nav-page-grid .nav-page-content .block-filters .i-copy.form-auto-item.is-user-is-inactive:after,.form-auto-list ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-copy.form-auto-item.is-user-is-inactive:after,._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .form-auto-list .i-copy.form-auto-item.is-user-is-active:after,._account_api .list-results thead .form-auto-list .nav-page-grid .nav-page-content .block-filters .i-copy.form-auto-item.is-user-is-active:after,.form-auto-list ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-copy.form-auto-item.is-user-is-active:after,._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .list-results-header .status.title span.i-copy:after,._account_api .list-results thead .list-results-header .status.title .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.list-results-header .status.title ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters tr span.i-copy:after,._account_api .list-results thead tr .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-copy.icon:after,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .w-dialog.plus .i-copy.dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-copy.dialog-aside:after,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .w-toast .i-copy.toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-copy.toast.plus:after,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .toggleWrapper input.mobileToggle+label.i-copy:after,.toggleWrapper .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters input.mobileToggle+label.i-copy:after,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters tbody span.i-copy.status:after,.liveDashboard ._account_api .list-results tbody thead .nav-page-grid .nav-page-content .block-filters span.i-copy.status:after,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters tbody td.is-running span.i-copy:after,.liveDashboard ._account_api .list-results tbody td.is-running thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters tbody td.is-pending span.i-copy:after,.liveDashboard ._account_api .list-results tbody td.is-pending thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-copy.icon:after,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .w-dialog.plus .i-copy.dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-copy.dialog-aside:after,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .w-toast .i-copy.toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-copy.toast.plus:after,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .toggleWrapper input.mobileToggle+label.i-copy:after,.toggleWrapper ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters input.mobileToggle+label.i-copy:after,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters tbody span.i-copy.status:after,._account_api .liveDashboard .list-results tbody thead .nav-page-grid .nav-page-content .block-filters span.i-copy.status:after,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters tbody td.is-running span.i-copy:after,._account_api .liveDashboard .list-results tbody td.is-running thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters tbody td.is-pending span.i-copy:after,._account_api .liveDashboard .list-results tbody td.is-pending thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .w-filter-preset.w-filter-preset .filter-preset .dropdown .i-copy.dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .nav-page-grid .nav-page-content .block-filters .i-copy.dropdown-toggle:after,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .w-filter-preset.w-filter-preset .filter-preset .dropdown .i-copy.dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .nav-page-grid .nav-page-content .block-filters .i-copy.dropdown-toggle:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-copy.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-copy.dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .w-filter-preset.w-filter-preset .filter-preset .i-copy.filter:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .nav-page-grid .nav-page-content .block-filters .i-copy.filter:after,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .w-filter-preset.w-filter-preset .filter-preset .i-copy.filter:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .nav-page-grid .nav-page-content .block-filters .i-copy.filter:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-copy.filter:after,.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-copy.filter:after,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .form-label.status span.i-copy:after,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .status.status-log span.i-copy:after,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .status.status-report-item span.i-copy:after,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .double-list dd.status span.i-copy:after,.double-list .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters dd.status span.i-copy:after,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .double-list dt.status span.i-copy:after,.double-list .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters dt.status span.i-copy:after,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .w-cards-container .w-card .status.title span.i-copy:after,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .status.title span.i-copy:after,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .w-cards-container .w-card.centered .w-value .status.label span.i-copy:after,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .status.label span.i-copy:after,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters tbody tr.sublist .status.title span.i-copy:after,.liveDashboard ._account_api .list-results tbody tr.sublist thead .nav-page-grid .nav-page-content .block-filters .status.title span.i-copy:after,.liveDashboard ._account_api .list-results thead .form-label.status .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.liveDashboard ._account_api .list-results thead .status.status-log .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.liveDashboard ._account_api .list-results thead .status.status-report-item .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.liveDashboard ._account_api .list-results thead .double-list dd.status .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.double-list .liveDashboard ._account_api .list-results thead dd.status .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.liveDashboard ._account_api .list-results thead .double-list dt.status .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.double-list .liveDashboard ._account_api .list-results thead dt.status .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title .nav-page-grid .nav-page-content .block-filters span.i-copy:after,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .form-label.status span.i-copy:after,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .status.status-log span.i-copy:after,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .status.status-report-item span.i-copy:after,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .double-list dd.status span.i-copy:after,.double-list ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters dd.status span.i-copy:after,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .double-list dt.status span.i-copy:after,.double-list ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters dt.status span.i-copy:after,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .w-cards-container .w-card .status.title span.i-copy:after,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .status.title span.i-copy:after,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .w-cards-container .w-card.centered .w-value .status.label span.i-copy:after,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .status.label span.i-copy:after,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters tbody tr.sublist .status.title span.i-copy:after,._account_api .liveDashboard .list-results tbody tr.sublist thead .nav-page-grid .nav-page-content .block-filters .status.title span.i-copy:after,._account_api .liveDashboard .list-results thead .form-label.status .nav-page-grid .nav-page-content .block-filters span.i-copy:after,._account_api .liveDashboard .list-results thead .status.status-log .nav-page-grid .nav-page-content .block-filters span.i-copy:after,._account_api .liveDashboard .list-results thead .status.status-report-item .nav-page-grid .nav-page-content .block-filters span.i-copy:after,._account_api .liveDashboard .list-results thead .double-list dd.status .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.double-list ._account_api .liveDashboard .list-results thead dd.status .nav-page-grid .nav-page-content .block-filters span.i-copy:after,._account_api .liveDashboard .list-results thead .double-list dt.status .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.double-list ._account_api .liveDashboard .list-results thead dt.status .nav-page-grid .nav-page-content .block-filters span.i-copy:after,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title .nav-page-grid .nav-page-content .block-filters span.i-copy:after,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label .nav-page-grid .nav-page-content .block-filters span.i-copy:after,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title .nav-page-grid .nav-page-content .block-filters span.i-copy:after,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.liveDashboard .form-label.status ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.liveDashboard .status.status-log ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.liveDashboard .status.status-report-item ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.liveDashboard .double-list dd.status ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.double-list .liveDashboard dd.status ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.liveDashboard .double-list dt.status ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.double-list .liveDashboard dt.status ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.form-label.status ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.status.status-log ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.status.status-report-item ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.double-list dd.status ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.double-list dt.status ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .w-filters-selected label.status.small span.i-copy:after,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small .nav-page-grid .nav-page-content .block-filters span.i-copy:after,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .w-filters-selected label.status.small span.i-copy:after,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .w-filters-selected .status.btn-f-s span.i-copy:after,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s .nav-page-grid .nav-page-content .block-filters span.i-copy:after,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .w-filters-selected .status.btn-f-s span.i-copy:after,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .sub-header .w-form label.i-copy:after,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .sub-header .w-double-list label.i-copy:after,.liveDashboard ._account_api .list-results thead .sub-header .w-form .nav-page-grid .nav-page-content .block-filters label.i-copy:after,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list .nav-page-grid .nav-page-content .block-filters label.i-copy:after,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .sub-header .w-form label.i-copy:after,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .sub-header .w-double-list label.i-copy:after,._account_api .liveDashboard .list-results thead .sub-header .w-form .nav-page-grid .nav-page-content .block-filters label.i-copy:after,._account_api .liveDashboard .list-results thead .sub-header .w-double-list .nav-page-grid .nav-page-content .block-filters label.i-copy:after,.liveDashboard .sub-header .w-form ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters label.i-copy:after,.liveDashboard .sub-header .w-double-list ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters label.i-copy:after,.sub-header .w-form ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters label.i-copy:after,.sub-header .w-double-list ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters label.i-copy:after,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters button.i-copy:after,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters button.i-copy:after,.liveDashboard .block-filters ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters button.i-copy:after,.block-filters ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters button.i-copy:after,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters select.i-copy:after,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters select.i-copy:after,.liveDashboard .block-filters ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters select.i-copy:after,.block-filters ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters select.i-copy:after,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .form-auto-list .i-copy.form-auto-item.is-user-is-inactive:after,.liveDashboard ._account_api .list-results thead .form-auto-list .nav-page-grid .nav-page-content .block-filters .i-copy.form-auto-item.is-user-is-inactive:after,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .form-auto-list .i-copy.form-auto-item.is-user-is-inactive:after,._account_api .liveDashboard .list-results thead .form-auto-list .nav-page-grid .nav-page-content .block-filters .i-copy.form-auto-item.is-user-is-inactive:after,.liveDashboard .form-auto-list ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-copy.form-auto-item.is-user-is-inactive:after,.form-auto-list ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-copy.form-auto-item.is-user-is-inactive:after,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .form-auto-list .i-copy.form-auto-item.is-user-is-active:after,.liveDashboard ._account_api .list-results thead .form-auto-list .nav-page-grid .nav-page-content .block-filters .i-copy.form-auto-item.is-user-is-active:after,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .form-auto-list .i-copy.form-auto-item.is-user-is-active:after,._account_api .liveDashboard .list-results thead .form-auto-list .nav-page-grid .nav-page-content .block-filters .i-copy.form-auto-item.is-user-is-active:after,.liveDashboard .form-auto-list ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-copy.form-auto-item.is-user-is-active:after,.form-auto-list ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-copy.form-auto-item.is-user-is-active:after,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .list-results-header .status.title span.i-copy:after,.liveDashboard ._account_api .list-results thead .list-results-header .status.title .nav-page-grid .nav-page-content .block-filters span.i-copy:after,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .list-results-header .status.title span.i-copy:after,._account_api .liveDashboard .list-results thead .list-results-header .status.title .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.liveDashboard .list-results-header .status.title ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.list-results-header .status.title ._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters tr span.i-copy:after,.liveDashboard ._account_api .list-results thead tr .nav-page-grid .nav-page-content .block-filters span.i-copy:after,._account_api .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters tr span.i-copy:after,._account_api .liveDashboard .list-results thead tr .nav-page-grid .nav-page-content .block-filters span.i-copy:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-copy.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-copy.dropdown-toggle:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-copy.filter:after,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-copy.filter:after,._account_api .form-label.status .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,._account_api .status.status-log .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,._account_api .status.status-report-item .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,._account_api .double-list dd.status .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.double-list ._account_api dd.status .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,._account_api .double-list dt.status .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.double-list ._account_api dt.status .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.form-label.status .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.status.status-log .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.status.status-report-item .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.double-list dd.status .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.double-list dt.status .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,._account_api .sub-header .w-form .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters label.i-copy:after,._account_api .sub-header .w-double-list .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters label.i-copy:after,.sub-header .w-form .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters label.i-copy:after,.sub-header .w-double-list .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters label.i-copy:after,._account_api .block-filters .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters button.i-copy:after,.block-filters .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters button.i-copy:after,._account_api .block-filters .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters select.i-copy:after,.block-filters .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters select.i-copy:after,._account_api .form-auto-list .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-copy.form-auto-item.is-user-is-inactive:after,.form-auto-list .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-copy.form-auto-item.is-user-is-inactive:after,._account_api .form-auto-list .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters .i-copy.form-auto-item.is-user-is-active:after,.form-auto-list .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-copy.form-auto-item.is-user-is-active:after,._account_api .list-results-header .status.title .liveDashboard .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.list-results-header .status.title .liveDashboard ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .i-copy.dropdown-toggle:after,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .nav-page-grid .nav-page-content .block-filters .i-copy.dropdown-toggle:after,.nav-page-grid .nav-page-content .block-filters .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .i-copy.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-copy.dropdown-toggle:after,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .i-copy.filter:after,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .nav-page-grid .nav-page-content .block-filters .i-copy.filter:after,.nav-page-grid .nav-page-content .block-filters .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .i-copy.filter:after,.w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-copy.filter:after,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .form-label.status span.i-copy:after,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .status.status-log span.i-copy:after,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .status.status-report-item span.i-copy:after,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .double-list dd.status span.i-copy:after,.double-list .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead dd.status span.i-copy:after,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .double-list dt.status span.i-copy:after,.double-list .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead dt.status span.i-copy:after,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .w-cards-container .w-card .status.title span.i-copy:after,.w-cards-container .w-card .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .status.title span.i-copy:after,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.i-copy:after,.w-cards-container .w-card.centered .w-value .nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .status.label span.i-copy:after,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead tbody tr.sublist .status.title span.i-copy:after,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results tbody tr.sublist thead .status.title span.i-copy:after,._account_api .list-results thead .form-label.status .nav-page-grid .nav-page-content .block-filters span.i-copy:after,._account_api .list-results thead .status.status-log .nav-page-grid .nav-page-content .block-filters span.i-copy:after,._account_api .list-results thead .status.status-report-item .nav-page-grid .nav-page-content .block-filters span.i-copy:after,._account_api .list-results thead .double-list dd.status .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.double-list ._account_api .list-results thead dd.status .nav-page-grid .nav-page-content .block-filters span.i-copy:after,._account_api .list-results thead .double-list dt.status .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.double-list ._account_api .list-results thead dt.status .nav-page-grid .nav-page-content .block-filters span.i-copy:after,._account_api .list-results thead .w-cards-container .w-card .status.title .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.w-cards-container .w-card ._account_api .list-results thead .status.title .nav-page-grid .nav-page-content .block-filters span.i-copy:after,._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.w-cards-container .w-card.centered .w-value ._account_api .list-results thead .status.label .nav-page-grid .nav-page-content .block-filters span.i-copy:after,._account_api .list-results thead tbody tr.sublist .status.title .nav-page-grid .nav-page-content .block-filters span.i-copy:after,._account_api .list-results tbody tr.sublist thead .status.title .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .form-label.status ._account_api .list-results thead span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .status.status-log ._account_api .list-results thead span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .status.status-report-item ._account_api .list-results thead span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .double-list dd.status ._account_api .list-results thead span.i-copy:after,.double-list .nav-page-grid .nav-page-content .block-filters dd.status ._account_api .list-results thead span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .double-list dt.status ._account_api .list-results thead span.i-copy:after,.double-list .nav-page-grid .nav-page-content .block-filters dt.status ._account_api .list-results thead span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .w-cards-container .w-card .status.title ._account_api .list-results thead span.i-copy:after,.w-cards-container .w-card .nav-page-grid .nav-page-content .block-filters .status.title ._account_api .list-results thead span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.i-copy:after,.w-cards-container .w-card.centered .w-value .nav-page-grid .nav-page-content .block-filters .status.label ._account_api .list-results thead span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .list-results tbody tr.sublist .status.title ._account_api .list-results thead span.i-copy:after,.list-results tbody tr.sublist .nav-page-grid .nav-page-content .block-filters .status.title ._account_api .list-results thead span.i-copy:after,.form-label.status ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.status.status-log ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.status.status-report-item ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.double-list dd.status ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.double-list dt.status ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.w-cards-container .w-card .status.title ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.list-results tbody tr.sublist .status.title ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .w-filters-selected label.status.small span.i-copy:after,._account_api .list-results thead .w-filters-selected label.status.small .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .w-filters-selected label.status.small ._account_api .list-results thead span.i-copy:after,.w-filters-selected label.status.small ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .w-filters-selected .status.btn-f-s span.i-copy:after,._account_api .list-results thead .w-filters-selected .status.btn-f-s .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .w-filters-selected .status.btn-f-s ._account_api .list-results thead span.i-copy:after,.w-filters-selected .status.btn-f-s ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .sub-header .w-form label.i-copy:after,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .sub-header .w-double-list label.i-copy:after,._account_api .list-results thead .sub-header .w-form .nav-page-grid .nav-page-content .block-filters label.i-copy:after,._account_api .list-results thead .sub-header .w-double-list .nav-page-grid .nav-page-content .block-filters label.i-copy:after,.nav-page-grid .nav-page-content .block-filters .sub-header .w-form ._account_api .list-results thead label.i-copy:after,.nav-page-grid .nav-page-content .block-filters .sub-header .w-double-list ._account_api .list-results thead label.i-copy:after,.sub-header .w-form ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters label.i-copy:after,.sub-header .w-double-list ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters label.i-copy:after,.nav-page-grid .nav-page-content ._account_api .list-results thead .block-filters button.i-copy:after,._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters button.i-copy:after,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead button.i-copy:after,.nav-page-grid .nav-page-content ._account_api .list-results thead .block-filters select.i-copy:after,._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters select.i-copy:after,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead select.i-copy:after,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .form-auto-list .i-copy.form-auto-item.is-user-is-inactive:after,._account_api .list-results thead .form-auto-list .nav-page-grid .nav-page-content .block-filters .i-copy.form-auto-item.is-user-is-inactive:after,.nav-page-grid .nav-page-content .block-filters .form-auto-list ._account_api .list-results thead .i-copy.form-auto-item.is-user-is-inactive:after,.form-auto-list ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-copy.form-auto-item.is-user-is-inactive:after,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .form-auto-list .i-copy.form-auto-item.is-user-is-active:after,._account_api .list-results thead .form-auto-list .nav-page-grid .nav-page-content .block-filters .i-copy.form-auto-item.is-user-is-active:after,.nav-page-grid .nav-page-content .block-filters .form-auto-list ._account_api .list-results thead .i-copy.form-auto-item.is-user-is-active:after,.form-auto-list ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters .i-copy.form-auto-item.is-user-is-active:after,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead .list-results-header .status.title span.i-copy:after,._account_api .list-results thead .list-results-header .status.title .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .list-results-header .status.title ._account_api .list-results thead span.i-copy:after,.list-results-header .status.title ._account_api .list-results thead .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.nav-page-grid .nav-page-content .block-filters ._account_api .list-results thead tr span.i-copy:after,._account_api .list-results thead tr .nav-page-grid .nav-page-content .block-filters span.i-copy:after,.nav-page-grid .nav-page-content .block-filters .sidebar-default.sidebar-default-right .sidebar-default-body .filter-group .i-copy.filter-checkbox:after,.sidebar-default.sidebar-default-right .sidebar-default-body .filter-group .nav-page-grid .nav-page-content .block-filters .i-copy.filter-checkbox:after,.nav-page-grid .nav-page-content .block-filters .add-filters-dropdown .w-add-filters-list>div.filter-group .i-copy.filter-checkbox:after,.add-filters-dropdown .w-add-filters-list>div.filter-group .nav-page-grid .nav-page-content .block-filters .i-copy.filter-checkbox:after,.nav-page-grid .nav-page-content .block-filters .filter-preset .filter-field-name button.i-copy:after,.filter-preset .filter-field-name .nav-page-grid .nav-page-content .block-filters button.i-copy:after{display:none !important}.nav-page-grid .nav-page-content .w-justify .w-center{justify-content:flex-start}@media(max-width: 767px){.nav-page-grid .nav-page-content .w-justify .w-center{flex:none}}.nav-page-grid .nav-page-content .w-justify .w-center .filter-keyword-wrap input[type=input]{width:20rem}@media(max-width: 767px){.nav-page-grid .nav-page-content .w-justify .w-right{flex:none}}.nav-page-grid .nav-page-content .w-form,.nav-page-grid .nav-page-content .w-double-list{min-width:unset;padding-top:0}.nav-page-grid .nav-page-content .w-form .form-sub-title,.nav-page-grid .nav-page-content .w-form .double-list-body .double-list-sub-title,.double-list-body .nav-page-grid .nav-page-content .w-form .double-list-sub-title,.nav-page-grid .nav-page-content .w-double-list .form-sub-title,.nav-page-grid .nav-page-content .w-double-list .double-list-body .double-list-sub-title,.double-list-body .nav-page-grid .nav-page-content .w-double-list .double-list-sub-title{padding-bottom:1rem;text-align:left;margin-bottom:2rem;margin-left:1rem;font-size:1.6rem}._account_settings .nav-page-grid .nav-page-content .w-form,._account_settings .nav-page-grid .nav-page-content .w-double-list{width:100%;margin:-1rem 0 0 0}@media(min-width: 1024px){._account_settings .nav-page-grid .nav-page-content .w-form,._account_settings .nav-page-grid .nav-page-content .w-double-list{margin:-1rem 0 0 0;width:50%}}@media(max-width: 1023px){._account_settings .nav-page-grid .nav-page-content .w-form,._account_settings .nav-page-grid .nav-page-content .w-double-list{width:50%}}@media(max-width: 767px){._account_settings .nav-page-grid .nav-page-content .w-form,._account_settings .nav-page-grid .nav-page-content .w-double-list{margin-top:0;width:100%}}.desktop .nav-page-grid .nav-page-content .w-form,.desktop .nav-page-grid .nav-page-content .w-double-list{width:50%;margin:-1rem 0 0 0}@media(min-width: 1024px){.desktop .nav-page-grid .nav-page-content .w-form,.desktop .nav-page-grid .nav-page-content .w-double-list{margin:-1rem auto 0}}.nav-page-grid .nav-page-content .w-form .form-body,.nav-page-grid .nav-page-content .w-form .double-list-body,.nav-page-grid .nav-page-content .w-double-list .form-body,.nav-page-grid .nav-page-content .w-double-list .double-list-body{padding-top:1rem}._account_settings .nav-page-grid .nav-page-content .w-form .form-body,._account_settings .nav-page-grid .nav-page-content .w-form .double-list-body,._account_settings .nav-page-grid .nav-page-content .w-double-list .form-body,._account_settings .nav-page-grid .nav-page-content .w-double-list .double-list-body{padding-top:2rem}.sidebar-nav{background-color:#fff;border-radius:8px;display:flex;align-items:flex-start;justify-content:flex-start;padding:1.5rem;min-width:230px;height:100%}.desktop .sidebar-nav{position:relative;top:auto;left:auto;height:100%}@media(max-width: 767px){.sidebar-nav{position:fixed;background-color:#fff;align-items:flex-start;min-width:230px;height:100%;z-index:3000;top:6rem;left:-2rem;box-shadow:0;border-radius:0;transition:all .15s ease-in;opacity:1;transform:translateX(-100%)}.sidebar-nav.is-open{left:0;opacity:1;transform:translateX(0);box-shadow:4px 0 10px rgba(0,0,0,.15),2px 0 5px rgba(0,0,0,.1)}.sidebar-nav .btn-close-default{top:1rem;display:block;position:absolute;right:1rem}}.desktop .sidebar-nav{position:relative;transform:translateX(0);border-radius:8px}@media(min-width: 768px){.sidebar-nav .btn-close-default{display:none}}.desktop .sidebar-nav .btn-close-default{display:none}.sidebar-nav input[type=checkbox]{display:none !important}.sidebar-nav input[type=checkbox]+label:after{content:none !important}.sidebar-nav label{cursor:pointer;text-align:left;margin-bottom:.5rem;margin-bottom:1rem;margin-left:.85rem;cursor:auto}.sidebar-nav label.i-account:before{font-size:2rem}.sidebar-nav a{cursor:pointer;font-family:"Inter",sans-serif;font-optical-sizing:auto;font-style:normal;font-size:1.3rem;font-weight:400;color:#8c8c8c;font-variant:capitalized;width:100%;padding:.75rem .85rem;text-align:left;display:block;line-height:1}.sidebar-nav a:before{width:2rem}.sidebar-nav a.is-selected{background-color:rgba(15,100,163,.25);border-radius:15px;color:#3f3f3f;padding-left:1.25rem;transform:translateX(-0.5rem)}.sidebar-nav a.is-premium{opacity:.65;gap:.5rem;display:flex;align-items:center}.sidebar-nav ul{list-style:none;padding:0;width:100%}.sidebar-nav li{text-align:left}.sidebar-nav ul ul{margin:0 0 2rem 0;display:flex;flex-direction:column;border-bottom:1px solid #d3d3d3;padding-bottom:2rem}.sidebar-nav ul li:last-of-type ul{border-bottom:0}.sidebar-nav input[type=checkbox]:checked+label+ul{display:flex}@font-face{font-family:"icomoon";src:url("/assets/fonts/icomoon.eot?v=1.7");src:url("/assets/fonts/icomoon.eot?v=1.7#iefix") format("embedded-opentype"),url("/assets/fonts/icomoon.ttf?v=1.7") format("truetype"),url("/assets/fonts/icomoon.woff?v=1.7") format("woff"),url("/assets/fonts/icomoon.svg?v=1.7#icomoon") format("svg");font-weight:normal;font-style:normal}.w-block-message.plus::before{font-family:"icomoon";speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon::after,.w-dialog.plus .dialog-aside::after,.w-toast .toast.plus::after,.toggleWrapper input.mobileToggle+label::after,.liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label::after,.toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label::after,._account_api .list-results thead .toggleWrapper input.mobileToggle+label::after,.toggleWrapper ._account_api .list-results thead input.mobileToggle+label::after,.list-results tbody span.status::after,.liveDashboard .list-results thead tbody span.status::after,.liveDashboard .list-results tbody thead span.status::after,._account_api .list-results thead tbody span.status::after,._account_api .list-results tbody thead span.status::after,.list-results tbody td.is-running span::after,.liveDashboard .list-results thead tbody td.is-running span::after,.liveDashboard .list-results tbody td.is-running thead span::after,._account_api .list-results thead tbody td.is-running span::after,._account_api .list-results tbody td.is-running thead span::after,.list-results tbody td.is-pending span::after,.liveDashboard .list-results thead tbody td.is-pending span::after,.liveDashboard .list-results tbody td.is-pending thead span::after,._account_api .list-results thead tbody td.is-pending span::after,._account_api .list-results tbody td.is-pending thead span::after,.liveDashboard .list-results thead .icon::after,.liveDashboard .list-results thead .w-dialog.plus .dialog-aside::after,.w-dialog.plus .liveDashboard .list-results thead .dialog-aside::after,.liveDashboard .list-results thead .w-toast .toast.plus::after,.w-toast .liveDashboard .list-results thead .toast.plus::after,.liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label::after,.toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label::after,.liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label::after,.toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label::after,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label::after,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label::after,.liveDashboard .toggleWrapper ._account_api .list-results thead input.mobileToggle+label::after,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label::after,.liveDashboard .list-results thead tbody span.status::after,.liveDashboard .list-results tbody thead span.status::after,.liveDashboard .list-results thead tbody span.status::after,.liveDashboard .list-results tbody thead span.status::after,.liveDashboard ._account_api .list-results thead tbody span.status::after,._account_api .liveDashboard .list-results thead tbody span.status::after,.liveDashboard ._account_api .list-results tbody thead span.status::after,._account_api .liveDashboard .list-results tbody thead span.status::after,.liveDashboard .list-results thead tbody td.is-running span::after,.liveDashboard .list-results tbody td.is-running thead span::after,.liveDashboard .list-results thead tbody td.is-running span::after,.liveDashboard .list-results tbody td.is-running thead span::after,.liveDashboard ._account_api .list-results thead tbody td.is-running span::after,._account_api .liveDashboard .list-results thead tbody td.is-running span::after,.liveDashboard ._account_api .list-results tbody td.is-running thead span::after,._account_api .liveDashboard .list-results tbody td.is-running thead span::after,.liveDashboard .list-results thead tbody td.is-pending span::after,.liveDashboard .list-results tbody td.is-pending thead span::after,.liveDashboard .list-results thead tbody td.is-pending span::after,.liveDashboard .list-results tbody td.is-pending thead span::after,.liveDashboard ._account_api .list-results thead tbody td.is-pending span::after,._account_api .liveDashboard .list-results thead tbody td.is-pending span::after,.liveDashboard ._account_api .list-results tbody td.is-pending thead span::after,._account_api .liveDashboard .list-results tbody td.is-pending thead span::after,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle::after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .dropdown-toggle::after,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter::after,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .filter::after,.liveDashboard .list-results thead .form-label.status span::after,.liveDashboard .list-results thead .status.status-log span::after,.liveDashboard .list-results thead .status.status-report-item span::after,.liveDashboard .list-results thead .double-list dd.status span::after,.double-list .liveDashboard .list-results thead dd.status span::after,.liveDashboard .list-results thead .double-list dt.status span::after,.double-list .liveDashboard .list-results thead dt.status span::after,.liveDashboard .list-results thead .w-cards-container .w-card .status.title span::after,.w-cards-container .w-card .liveDashboard .list-results thead .status.title span::after,.liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span::after,.w-cards-container .w-card.centered .w-value .liveDashboard .list-results thead .status.label span::after,.liveDashboard .list-results thead tbody tr.sublist .status.title span::after,.liveDashboard .list-results tbody tr.sublist thead .status.title span::after,.form-label.status .liveDashboard .list-results thead span::after,.status.status-log .liveDashboard .list-results thead span::after,.status.status-report-item .liveDashboard .list-results thead span::after,.double-list dd.status .liveDashboard .list-results thead span::after,.double-list dt.status .liveDashboard .list-results thead span::after,.w-cards-container .w-card .status.title .liveDashboard .list-results thead span::after,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span::after,.list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span::after,.liveDashboard .list-results thead .w-filters-selected label.status.small span::after,.w-filters-selected label.status.small .liveDashboard .list-results thead span::after,.liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span::after,.w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span::after,.liveDashboard .list-results thead .sub-header .w-form label::after,.liveDashboard .list-results thead .sub-header .w-double-list label::after,.sub-header .w-form .liveDashboard .list-results thead label::after,.sub-header .w-double-list .liveDashboard .list-results thead label::after,.liveDashboard .list-results thead .block-filters button::after,.block-filters .liveDashboard .list-results thead button::after,.liveDashboard .list-results thead .block-filters select::after,.block-filters .liveDashboard .list-results thead select::after,.liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive::after,.form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive::after,.liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active::after,.form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-active::after,.liveDashboard .list-results thead .list-results-header .status.title span::after,.list-results-header .status.title .liveDashboard .list-results thead span::after,.liveDashboard .list-results thead tr span::after,._account_api .list-results thead .icon::after,._account_api .list-results thead .w-dialog.plus .dialog-aside::after,.w-dialog.plus ._account_api .list-results thead .dialog-aside::after,._account_api .list-results thead .w-toast .toast.plus::after,.w-toast ._account_api .list-results thead .toast.plus::after,._account_api .list-results thead .toggleWrapper input.mobileToggle+label::after,.toggleWrapper ._account_api .list-results thead input.mobileToggle+label::after,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label::after,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label::after,._account_api .toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label::after,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label::after,._account_api .list-results thead .toggleWrapper input.mobileToggle+label::after,.toggleWrapper ._account_api .list-results thead input.mobileToggle+label::after,._account_api .list-results thead tbody span.status::after,._account_api .list-results tbody thead span.status::after,._account_api .liveDashboard .list-results thead tbody span.status::after,.liveDashboard ._account_api .list-results thead tbody span.status::after,._account_api .liveDashboard .list-results tbody thead span.status::after,.liveDashboard ._account_api .list-results tbody thead span.status::after,._account_api .list-results thead tbody span.status::after,._account_api .list-results tbody thead span.status::after,._account_api .list-results thead tbody td.is-running span::after,._account_api .list-results tbody td.is-running thead span::after,._account_api .liveDashboard .list-results thead tbody td.is-running span::after,.liveDashboard ._account_api .list-results thead tbody td.is-running span::after,._account_api .liveDashboard .list-results tbody td.is-running thead span::after,.liveDashboard ._account_api .list-results tbody td.is-running thead span::after,._account_api .list-results thead tbody td.is-running span::after,._account_api .list-results tbody td.is-running thead span::after,._account_api .list-results thead tbody td.is-pending span::after,._account_api .list-results tbody td.is-pending thead span::after,._account_api .liveDashboard .list-results thead tbody td.is-pending span::after,.liveDashboard ._account_api .list-results thead tbody td.is-pending span::after,._account_api .liveDashboard .list-results tbody td.is-pending thead span::after,.liveDashboard ._account_api .list-results tbody td.is-pending thead span::after,._account_api .list-results thead tbody td.is-pending span::after,._account_api .list-results tbody td.is-pending thead span::after,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle::after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .dropdown-toggle::after,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter::after,.w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .filter::after,._account_api .list-results thead .form-label.status span::after,._account_api .list-results thead .status.status-log span::after,._account_api .list-results thead .status.status-report-item span::after,._account_api .list-results thead .double-list dd.status span::after,.double-list ._account_api .list-results thead dd.status span::after,._account_api .list-results thead .double-list dt.status span::after,.double-list ._account_api .list-results thead dt.status span::after,._account_api .list-results thead .w-cards-container .w-card .status.title span::after,.w-cards-container .w-card ._account_api .list-results thead .status.title span::after,._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span::after,.w-cards-container .w-card.centered .w-value ._account_api .list-results thead .status.label span::after,._account_api .list-results thead tbody tr.sublist .status.title span::after,._account_api .list-results tbody tr.sublist thead .status.title span::after,.form-label.status ._account_api .list-results thead span::after,.status.status-log ._account_api .list-results thead span::after,.status.status-report-item ._account_api .list-results thead span::after,.double-list dd.status ._account_api .list-results thead span::after,.double-list dt.status ._account_api .list-results thead span::after,.w-cards-container .w-card .status.title ._account_api .list-results thead span::after,.w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span::after,.list-results tbody tr.sublist .status.title ._account_api .list-results thead span::after,._account_api .list-results thead .w-filters-selected label.status.small span::after,.w-filters-selected label.status.small ._account_api .list-results thead span::after,._account_api .list-results thead .w-filters-selected .status.btn-f-s span::after,.w-filters-selected .status.btn-f-s ._account_api .list-results thead span::after,._account_api .list-results thead .sub-header .w-form label::after,._account_api .list-results thead .sub-header .w-double-list label::after,.sub-header .w-form ._account_api .list-results thead label::after,.sub-header .w-double-list ._account_api .list-results thead label::after,._account_api .list-results thead .block-filters button::after,.block-filters ._account_api .list-results thead button::after,._account_api .list-results thead .block-filters select::after,.block-filters ._account_api .list-results thead select::after,._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive::after,.form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-inactive::after,._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active::after,.form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-active::after,._account_api .list-results thead .list-results-header .status.title span::after,.list-results-header .status.title ._account_api .list-results thead span::after,._account_api .list-results thead tr span::after,.liveDashboard ._account_api .list-results thead .icon::after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside::after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside::after,.liveDashboard ._account_api .list-results thead .w-toast .toast.plus::after,.w-toast .liveDashboard ._account_api .list-results thead .toast.plus::after,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label::after,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label::after,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label::after,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label::after,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label::after,.liveDashboard .toggleWrapper ._account_api .list-results thead input.mobileToggle+label::after,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label::after,.liveDashboard ._account_api .list-results thead tbody span.status::after,.liveDashboard ._account_api .list-results tbody thead span.status::after,.liveDashboard ._account_api .list-results thead tbody span.status::after,.liveDashboard ._account_api .list-results tbody thead span.status::after,.liveDashboard ._account_api .list-results thead tbody span.status::after,.liveDashboard ._account_api .list-results tbody thead span.status::after,.liveDashboard ._account_api .list-results thead tbody td.is-running span::after,.liveDashboard ._account_api .list-results tbody td.is-running thead span::after,.liveDashboard ._account_api .list-results thead tbody td.is-running span::after,.liveDashboard ._account_api .list-results tbody td.is-running thead span::after,.liveDashboard ._account_api .list-results thead tbody td.is-running span::after,.liveDashboard ._account_api .list-results tbody td.is-running thead span::after,.liveDashboard ._account_api .list-results thead tbody td.is-pending span::after,.liveDashboard ._account_api .list-results tbody td.is-pending thead span::after,.liveDashboard ._account_api .list-results thead tbody td.is-pending span::after,.liveDashboard ._account_api .list-results tbody td.is-pending thead span::after,.liveDashboard ._account_api .list-results thead tbody td.is-pending span::after,.liveDashboard ._account_api .list-results tbody td.is-pending thead span::after,._account_api .liveDashboard .list-results thead .icon::after,._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside::after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside::after,._account_api .liveDashboard .list-results thead .w-toast .toast.plus::after,.w-toast ._account_api .liveDashboard .list-results thead .toast.plus::after,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label::after,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label::after,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label::after,._account_api .toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label::after,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label::after,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label::after,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label::after,._account_api .liveDashboard .list-results thead tbody span.status::after,._account_api .liveDashboard .list-results tbody thead span.status::after,._account_api .liveDashboard .list-results thead tbody span.status::after,._account_api .liveDashboard .list-results tbody thead span.status::after,._account_api .liveDashboard .list-results thead tbody span.status::after,._account_api .liveDashboard .list-results tbody thead span.status::after,._account_api .liveDashboard .list-results thead tbody td.is-running span::after,._account_api .liveDashboard .list-results tbody td.is-running thead span::after,._account_api .liveDashboard .list-results thead tbody td.is-running span::after,._account_api .liveDashboard .list-results tbody td.is-running thead span::after,._account_api .liveDashboard .list-results thead tbody td.is-running span::after,._account_api .liveDashboard .list-results tbody td.is-running thead span::after,._account_api .liveDashboard .list-results thead tbody td.is-pending span::after,._account_api .liveDashboard .list-results tbody td.is-pending thead span::after,._account_api .liveDashboard .list-results thead tbody td.is-pending span::after,._account_api .liveDashboard .list-results tbody td.is-pending thead span::after,._account_api .liveDashboard .list-results thead tbody td.is-pending span::after,._account_api .liveDashboard .list-results tbody td.is-pending thead span::after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle::after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle::after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .dropdown-toggle::after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .dropdown-toggle::after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter::after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter::after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .filter::after,.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .filter::after,.liveDashboard ._account_api .list-results thead .form-label.status span::after,.liveDashboard ._account_api .list-results thead .status.status-log span::after,.liveDashboard ._account_api .list-results thead .status.status-report-item span::after,.liveDashboard ._account_api .list-results thead .double-list dd.status span::after,.double-list .liveDashboard ._account_api .list-results thead dd.status span::after,.liveDashboard ._account_api .list-results thead .double-list dt.status span::after,.double-list .liveDashboard ._account_api .list-results thead dt.status span::after,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span::after,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title span::after,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span::after,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label span::after,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span::after,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span::after,._account_api .liveDashboard .list-results thead .form-label.status span::after,._account_api .liveDashboard .list-results thead .status.status-log span::after,._account_api .liveDashboard .list-results thead .status.status-report-item span::after,._account_api .liveDashboard .list-results thead .double-list dd.status span::after,.double-list ._account_api .liveDashboard .list-results thead dd.status span::after,._account_api .liveDashboard .list-results thead .double-list dt.status span::after,.double-list ._account_api .liveDashboard .list-results thead dt.status span::after,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span::after,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title span::after,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span::after,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label span::after,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span::after,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span::after,.liveDashboard .form-label.status ._account_api .list-results thead span::after,.liveDashboard .status.status-log ._account_api .list-results thead span::after,.liveDashboard .status.status-report-item ._account_api .list-results thead span::after,.liveDashboard .double-list dd.status ._account_api .list-results thead span::after,.double-list .liveDashboard dd.status ._account_api .list-results thead span::after,.liveDashboard .double-list dt.status ._account_api .list-results thead span::after,.double-list .liveDashboard dt.status ._account_api .list-results thead span::after,.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span::after,.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead span::after,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span::after,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead span::after,.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span::after,.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead span::after,.form-label.status ._account_api .liveDashboard .list-results thead span::after,.status.status-log ._account_api .liveDashboard .list-results thead span::after,.status.status-report-item ._account_api .liveDashboard .list-results thead span::after,.double-list dd.status ._account_api .liveDashboard .list-results thead span::after,.double-list dt.status ._account_api .liveDashboard .list-results thead span::after,.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead span::after,.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead span::after,.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead span::after,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span::after,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span::after,.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span::after,.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead span::after,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span::after,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span::after,.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span::after,.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead span::after,.liveDashboard ._account_api .list-results thead .sub-header .w-form label::after,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list label::after,._account_api .liveDashboard .list-results thead .sub-header .w-form label::after,._account_api .liveDashboard .list-results thead .sub-header .w-double-list label::after,.liveDashboard .sub-header .w-form ._account_api .list-results thead label::after,.liveDashboard .sub-header .w-double-list ._account_api .list-results thead label::after,.sub-header .w-form ._account_api .liveDashboard .list-results thead label::after,.sub-header .w-double-list ._account_api .liveDashboard .list-results thead label::after,.liveDashboard ._account_api .list-results thead .block-filters button::after,._account_api .liveDashboard .list-results thead .block-filters button::after,.liveDashboard .block-filters ._account_api .list-results thead button::after,.block-filters ._account_api .liveDashboard .list-results thead button::after,.liveDashboard ._account_api .list-results thead .block-filters select::after,._account_api .liveDashboard .list-results thead .block-filters select::after,.liveDashboard .block-filters ._account_api .list-results thead select::after,.block-filters ._account_api .liveDashboard .list-results thead select::after,.liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive::after,._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive::after,.liveDashboard .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-inactive::after,.form-auto-list ._account_api .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive::after,.liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active::after,._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active::after,.liveDashboard .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-active::after,.form-auto-list ._account_api .liveDashboard .list-results thead .form-auto-item.is-user-is-active::after,.liveDashboard ._account_api .list-results thead .list-results-header .status.title span::after,._account_api .liveDashboard .list-results thead .list-results-header .status.title span::after,.liveDashboard .list-results-header .status.title ._account_api .list-results thead span::after,.list-results-header .status.title ._account_api .liveDashboard .list-results thead span::after,.liveDashboard ._account_api .list-results thead tr span::after,._account_api .liveDashboard .list-results thead tr span::after,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .dropdown-toggle::after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .dropdown-toggle::after,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .filter::after,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .filter::after,._account_api .form-label.status .liveDashboard .list-results thead span::after,._account_api .status.status-log .liveDashboard .list-results thead span::after,._account_api .status.status-report-item .liveDashboard .list-results thead span::after,._account_api .double-list dd.status .liveDashboard .list-results thead span::after,.double-list ._account_api dd.status .liveDashboard .list-results thead span::after,._account_api .double-list dt.status .liveDashboard .list-results thead span::after,.double-list ._account_api dt.status .liveDashboard .list-results thead span::after,._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span::after,.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead span::after,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span::after,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead span::after,._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span::after,.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead span::after,.form-label.status .liveDashboard ._account_api .list-results thead span::after,.status.status-log .liveDashboard ._account_api .list-results thead span::after,.status.status-report-item .liveDashboard ._account_api .list-results thead span::after,.double-list dd.status .liveDashboard ._account_api .list-results thead span::after,.double-list dt.status .liveDashboard ._account_api .list-results thead span::after,.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead span::after,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead span::after,.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead span::after,._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span::after,.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead span::after,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span::after,.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead span::after,._account_api .sub-header .w-form .liveDashboard .list-results thead label::after,._account_api .sub-header .w-double-list .liveDashboard .list-results thead label::after,.sub-header .w-form .liveDashboard ._account_api .list-results thead label::after,.sub-header .w-double-list .liveDashboard ._account_api .list-results thead label::after,._account_api .block-filters .liveDashboard .list-results thead button::after,.block-filters .liveDashboard ._account_api .list-results thead button::after,._account_api .block-filters .liveDashboard .list-results thead select::after,.block-filters .liveDashboard ._account_api .list-results thead select::after,._account_api .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive::after,.form-auto-list .liveDashboard ._account_api .list-results thead .form-auto-item.is-user-is-inactive::after,._account_api .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-active::after,.form-auto-list .liveDashboard ._account_api .list-results thead .form-auto-item.is-user-is-active::after,._account_api .list-results-header .status.title .liveDashboard .list-results thead span::after,.list-results-header .status.title .liveDashboard ._account_api .list-results thead span::after,.list-results thead tr span::after,.form-auto-list .form-auto-item.is-user-is-inactive::after,.form-auto-list .form-auto-item.is-user-is-active::after,.block-filters button::after,.block-filters select::after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle::after,.w-filter-preset.w-filter-preset .filter-preset .filter::after,.form-label.status span::after,.status.status-log span::after,.status.status-report-item span::after,.double-list dd.status span::after,.double-list dt.status span::after,.w-cards-container .w-card .status.title span::after,.w-cards-container .w-card.centered .w-value .status.label span::after,.list-results tbody tr.sublist .status.title span::after,.list-results-header .status.title span::after,.w-filters-selected label.status.small span::after,.w-filters-selected .status.btn-f-s span::after,.sub-header .w-form label::after,.sub-header .w-double-list label::after,.icon::before,.w-alert-banner::before,.liveDashboard .list-results thead .w-alert-banner::before,._account_api .list-results thead .w-alert-banner::before,.w-time-period .dropdown .w-selection .btn-period-clear::before,.w-time-period .dropdown .w-selection .btn-filter::before,.w-time-period .dropdown .w-selection .btn-period-edit::before,.block-filters .btn-filter::before,.liveDashboard .list-results thead .block-filters .btn-filter::before,.block-filters .liveDashboard .list-results thead .btn-filter::before,._account_api .list-results thead .block-filters .btn-filter::before,.block-filters ._account_api .list-results thead .btn-filter::before,.toggleWrapper input.mobileToggle+label::before,.liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label::before,.toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label::before,._account_api .list-results thead .toggleWrapper input.mobileToggle+label::before,.toggleWrapper ._account_api .list-results thead input.mobileToggle+label::before,.list-results tbody span.status::before,.liveDashboard .list-results thead tbody span.status::before,.liveDashboard .list-results tbody thead span.status::before,._account_api .list-results thead tbody span.status::before,._account_api .list-results tbody thead span.status::before,.list-results tbody td.is-running span::before,.liveDashboard .list-results thead tbody td.is-running span::before,.liveDashboard .list-results tbody td.is-running thead span::before,._account_api .list-results thead tbody td.is-running span::before,._account_api .list-results tbody td.is-running thead span::before,.list-results tbody td.is-pending span::before,.liveDashboard .list-results thead tbody td.is-pending span::before,.liveDashboard .list-results tbody td.is-pending thead span::before,._account_api .list-results thead tbody td.is-pending span::before,._account_api .list-results tbody td.is-pending thead span::before,.liveDashboard .list-results thead .icon::before,.liveDashboard .list-results thead .w-alert-banner::before,.liveDashboard .list-results thead .w-alert-banner::before,.liveDashboard ._account_api .list-results thead .w-alert-banner::before,._account_api .liveDashboard .list-results thead .w-alert-banner::before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear::before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-clear::before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter::before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-filter::before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit::before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-edit::before,.liveDashboard .list-results thead .block-filters .btn-filter::before,.block-filters .liveDashboard .list-results thead .btn-filter::before,.liveDashboard .list-results thead .block-filters .btn-filter::before,.block-filters .liveDashboard .list-results thead .btn-filter::before,.liveDashboard ._account_api .list-results thead .block-filters .btn-filter::before,._account_api .liveDashboard .list-results thead .block-filters .btn-filter::before,.liveDashboard .block-filters ._account_api .list-results thead .btn-filter::before,.block-filters ._account_api .liveDashboard .list-results thead .btn-filter::before,.liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label::before,.toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label::before,.liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label::before,.toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label::before,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label::before,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label::before,.liveDashboard .toggleWrapper ._account_api .list-results thead input.mobileToggle+label::before,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label::before,.liveDashboard .list-results thead tbody span.status::before,.liveDashboard .list-results tbody thead span.status::before,.liveDashboard .list-results thead tbody span.status::before,.liveDashboard .list-results tbody thead span.status::before,.liveDashboard ._account_api .list-results thead tbody span.status::before,._account_api .liveDashboard .list-results thead tbody span.status::before,.liveDashboard ._account_api .list-results tbody thead span.status::before,._account_api .liveDashboard .list-results tbody thead span.status::before,.liveDashboard .list-results thead tbody td.is-running span::before,.liveDashboard .list-results tbody td.is-running thead span::before,.liveDashboard .list-results thead tbody td.is-running span::before,.liveDashboard .list-results tbody td.is-running thead span::before,.liveDashboard ._account_api .list-results thead tbody td.is-running span::before,._account_api .liveDashboard .list-results thead tbody td.is-running span::before,.liveDashboard ._account_api .list-results tbody td.is-running thead span::before,._account_api .liveDashboard .list-results tbody td.is-running thead span::before,.liveDashboard .list-results thead tbody td.is-pending span::before,.liveDashboard .list-results tbody td.is-pending thead span::before,.liveDashboard .list-results thead tbody td.is-pending span::before,.liveDashboard .list-results tbody td.is-pending thead span::before,.liveDashboard ._account_api .list-results thead tbody td.is-pending span::before,._account_api .liveDashboard .list-results thead tbody td.is-pending span::before,.liveDashboard ._account_api .list-results tbody td.is-pending thead span::before,._account_api .liveDashboard .list-results tbody td.is-pending thead span::before,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter::before,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .filter::before,.liveDashboard .list-results thead .form-label.status span::before,.liveDashboard .list-results thead .status.status-log span::before,.liveDashboard .list-results thead .status.status-report-item span::before,.liveDashboard .list-results thead .double-list dd.status span::before,.double-list .liveDashboard .list-results thead dd.status span::before,.liveDashboard .list-results thead .double-list dt.status span::before,.double-list .liveDashboard .list-results thead dt.status span::before,.liveDashboard .list-results thead .w-cards-container .w-card .status.title span::before,.w-cards-container .w-card .liveDashboard .list-results thead .status.title span::before,.liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span::before,.w-cards-container .w-card.centered .w-value .liveDashboard .list-results thead .status.label span::before,.liveDashboard .list-results thead tbody tr.sublist .status.title span::before,.liveDashboard .list-results tbody tr.sublist thead .status.title span::before,.form-label.status .liveDashboard .list-results thead span::before,.status.status-log .liveDashboard .list-results thead span::before,.status.status-report-item .liveDashboard .list-results thead span::before,.double-list dd.status .liveDashboard .list-results thead span::before,.double-list dt.status .liveDashboard .list-results thead span::before,.w-cards-container .w-card .status.title .liveDashboard .list-results thead span::before,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span::before,.list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span::before,.liveDashboard .list-results thead .w-filters-selected label.status.small span::before,.w-filters-selected label.status.small .liveDashboard .list-results thead span::before,.liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span::before,.w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span::before,.liveDashboard .list-results thead .sub-header .w-form label::before,.liveDashboard .list-results thead .sub-header .w-double-list label::before,.sub-header .w-form .liveDashboard .list-results thead label::before,.sub-header .w-double-list .liveDashboard .list-results thead label::before,.liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive::before,.form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive::before,.liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active::before,.form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-active::before,.liveDashboard .list-results thead .list-results-header .status.title span::before,.list-results-header .status.title .liveDashboard .list-results thead span::before,.liveDashboard .list-results thead tr span::before,._account_api .list-results thead .icon::before,._account_api .list-results thead .w-alert-banner::before,._account_api .liveDashboard .list-results thead .w-alert-banner::before,.liveDashboard ._account_api .list-results thead .w-alert-banner::before,._account_api .list-results thead .w-alert-banner::before,._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear::before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-clear::before,._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter::before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-filter::before,._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit::before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-edit::before,._account_api .list-results thead .block-filters .btn-filter::before,.block-filters ._account_api .list-results thead .btn-filter::before,._account_api .liveDashboard .list-results thead .block-filters .btn-filter::before,.liveDashboard ._account_api .list-results thead .block-filters .btn-filter::before,._account_api .block-filters .liveDashboard .list-results thead .btn-filter::before,.block-filters .liveDashboard ._account_api .list-results thead .btn-filter::before,._account_api .list-results thead .block-filters .btn-filter::before,.block-filters ._account_api .list-results thead .btn-filter::before,._account_api .list-results thead .toggleWrapper input.mobileToggle+label::before,.toggleWrapper ._account_api .list-results thead input.mobileToggle+label::before,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label::before,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label::before,._account_api .toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label::before,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label::before,._account_api .list-results thead .toggleWrapper input.mobileToggle+label::before,.toggleWrapper ._account_api .list-results thead input.mobileToggle+label::before,._account_api .list-results thead tbody span.status::before,._account_api .list-results tbody thead span.status::before,._account_api .liveDashboard .list-results thead tbody span.status::before,.liveDashboard ._account_api .list-results thead tbody span.status::before,._account_api .liveDashboard .list-results tbody thead span.status::before,.liveDashboard ._account_api .list-results tbody thead span.status::before,._account_api .list-results thead tbody span.status::before,._account_api .list-results tbody thead span.status::before,._account_api .list-results thead tbody td.is-running span::before,._account_api .list-results tbody td.is-running thead span::before,._account_api .liveDashboard .list-results thead tbody td.is-running span::before,.liveDashboard ._account_api .list-results thead tbody td.is-running span::before,._account_api .liveDashboard .list-results tbody td.is-running thead span::before,.liveDashboard ._account_api .list-results tbody td.is-running thead span::before,._account_api .list-results thead tbody td.is-running span::before,._account_api .list-results tbody td.is-running thead span::before,._account_api .list-results thead tbody td.is-pending span::before,._account_api .list-results tbody td.is-pending thead span::before,._account_api .liveDashboard .list-results thead tbody td.is-pending span::before,.liveDashboard ._account_api .list-results thead tbody td.is-pending span::before,._account_api .liveDashboard .list-results tbody td.is-pending thead span::before,.liveDashboard ._account_api .list-results tbody td.is-pending thead span::before,._account_api .list-results thead tbody td.is-pending span::before,._account_api .list-results tbody td.is-pending thead span::before,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter::before,.w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .filter::before,._account_api .list-results thead .form-label.status span::before,._account_api .list-results thead .status.status-log span::before,._account_api .list-results thead .status.status-report-item span::before,._account_api .list-results thead .double-list dd.status span::before,.double-list ._account_api .list-results thead dd.status span::before,._account_api .list-results thead .double-list dt.status span::before,.double-list ._account_api .list-results thead dt.status span::before,._account_api .list-results thead .w-cards-container .w-card .status.title span::before,.w-cards-container .w-card ._account_api .list-results thead .status.title span::before,._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span::before,.w-cards-container .w-card.centered .w-value ._account_api .list-results thead .status.label span::before,._account_api .list-results thead tbody tr.sublist .status.title span::before,._account_api .list-results tbody tr.sublist thead .status.title span::before,.form-label.status ._account_api .list-results thead span::before,.status.status-log ._account_api .list-results thead span::before,.status.status-report-item ._account_api .list-results thead span::before,.double-list dd.status ._account_api .list-results thead span::before,.double-list dt.status ._account_api .list-results thead span::before,.w-cards-container .w-card .status.title ._account_api .list-results thead span::before,.w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span::before,.list-results tbody tr.sublist .status.title ._account_api .list-results thead span::before,._account_api .list-results thead .w-filters-selected label.status.small span::before,.w-filters-selected label.status.small ._account_api .list-results thead span::before,._account_api .list-results thead .w-filters-selected .status.btn-f-s span::before,.w-filters-selected .status.btn-f-s ._account_api .list-results thead span::before,._account_api .list-results thead .sub-header .w-form label::before,._account_api .list-results thead .sub-header .w-double-list label::before,.sub-header .w-form ._account_api .list-results thead label::before,.sub-header .w-double-list ._account_api .list-results thead label::before,._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive::before,.form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-inactive::before,._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active::before,.form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-active::before,._account_api .list-results thead .list-results-header .status.title span::before,.list-results-header .status.title ._account_api .list-results thead span::before,._account_api .list-results thead tr span::before,.liveDashboard ._account_api .list-results thead tr span::before,._account_api .liveDashboard .list-results thead tr span::before,.list-results thead tr span::before,.form-auto-list .form-auto-item.is-user-is-inactive::before,.form-auto-list .form-auto-item.is-user-is-active::before,.w-filter-preset.w-filter-preset .filter-preset .filter::before,.form-label.status span::before,.status.status-log span::before,.status.status-report-item span::before,.double-list dd.status span::before,.double-list dt.status span::before,.w-cards-container .w-card .status.title span::before,.w-cards-container .w-card.centered .w-value .status.label span::before,.list-results tbody tr.sublist .status.title span::before,.list-results-header .status.title span::before,.w-filters-selected label.status.small span::before,.w-filters-selected .status.btn-f-s span::before,.sub-header .w-form label::before,.sub-header .w-double-list label::before{font-family:"icomoon";display:inline-block;vertical-align:middle;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon.i-update:before,.i-update.w-alert-banner:before,.liveDashboard .list-results thead .i-update.w-alert-banner:before,._account_api .list-results thead .i-update.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-update.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-update.btn-filter:before,.w-time-period .dropdown .w-selection .i-update.btn-period-edit:before,.block-filters .i-update.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-update:before,.list-results tbody span.i-update.status:before,.list-results tbody td.is-running span.i-update:before,.list-results tbody td.is-pending span.i-update:before,.liveDashboard .list-results thead .i-update.icon:before,.liveDashboard .list-results thead tr span.i-update:before,._account_api .list-results thead .i-update.icon:before,._account_api .list-results thead tr span.i-update:before,.list-results thead tr span.i-update:before,.form-auto-list .i-update.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-update.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-update.filter:before,.form-label.status span.i-update:before,.status.status-log span.i-update:before,.status.status-report-item span.i-update:before,.double-list dd.status span.i-update:before,.double-list dt.status span.i-update:before,.w-cards-container .w-card .status.title span.i-update:before,.w-cards-container .w-card.centered .w-value .status.label span.i-update:before,.list-results tbody tr.sublist .status.title span.i-update:before,.list-results-header .status.title span.i-update:before,.w-filters-selected label.status.small span.i-update:before,.w-filters-selected .status.btn-f-s span.i-update:before,.sub-header .w-form label.i-update:before,.sub-header .w-double-list label.i-update:before{content:"\E949"}.icon.i-brand:before,.i-brand.w-alert-banner:before,.liveDashboard .list-results thead .i-brand.w-alert-banner:before,._account_api .list-results thead .i-brand.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-brand.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-brand.btn-filter:before,.w-time-period .dropdown .w-selection .i-brand.btn-period-edit:before,.block-filters .i-brand.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-brand:before,.list-results tbody span.i-brand.status:before,.list-results tbody td.is-running span.i-brand:before,.list-results tbody td.is-pending span.i-brand:before,.liveDashboard .list-results thead .i-brand.icon:before,.liveDashboard .list-results thead tr span.i-brand:before,._account_api .list-results thead .i-brand.icon:before,._account_api .list-results thead tr span.i-brand:before,.list-results thead tr span.i-brand:before,.form-auto-list .i-brand.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-brand.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-brand.filter:before,.form-label.status span.i-brand:before,.status.status-log span.i-brand:before,.status.status-report-item span.i-brand:before,.double-list dd.status span.i-brand:before,.double-list dt.status span.i-brand:before,.w-cards-container .w-card .status.title span.i-brand:before,.w-cards-container .w-card.centered .w-value .status.label span.i-brand:before,.list-results tbody tr.sublist .status.title span.i-brand:before,.list-results-header .status.title span.i-brand:before,.w-filters-selected label.status.small span.i-brand:before,.w-filters-selected .status.btn-f-s span.i-brand:before,.sub-header .w-form label.i-brand:before,.sub-header .w-double-list label.i-brand:before{content:"\E967"}.icon.i-keywords:before,.i-keywords.w-alert-banner:before,.liveDashboard .list-results thead .i-keywords.w-alert-banner:before,._account_api .list-results thead .i-keywords.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-keywords.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-keywords.btn-filter:before,.w-time-period .dropdown .w-selection .i-keywords.btn-period-edit:before,.block-filters .i-keywords.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-keywords:before,.list-results tbody span.i-keywords.status:before,.list-results tbody td.is-running span.i-keywords:before,.list-results tbody td.is-pending span.i-keywords:before,.liveDashboard .list-results thead .i-keywords.icon:before,.liveDashboard .list-results thead tr span.i-keywords:before,._account_api .list-results thead .i-keywords.icon:before,._account_api .list-results thead tr span.i-keywords:before,.list-results thead tr span.i-keywords:before,.form-auto-list .i-keywords.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-keywords.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-keywords.filter:before,.form-label.status span.i-keywords:before,.status.status-log span.i-keywords:before,.status.status-report-item span.i-keywords:before,.double-list dd.status span.i-keywords:before,.double-list dt.status span.i-keywords:before,.w-cards-container .w-card .status.title span.i-keywords:before,.w-cards-container .w-card.centered .w-value .status.label span.i-keywords:before,.list-results tbody tr.sublist .status.title span.i-keywords:before,.list-results-header .status.title span.i-keywords:before,.w-filters-selected label.status.small span.i-keywords:before,.w-filters-selected .status.btn-f-s span.i-keywords:before,.sub-header .w-form label.i-keywords:before,.sub-header .w-double-list label.i-keywords:before{content:"\E999"}.icon.i-label:before,.i-label.w-alert-banner:before,.liveDashboard .list-results thead .i-label.w-alert-banner:before,._account_api .list-results thead .i-label.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-label.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-label.btn-filter:before,.w-time-period .dropdown .w-selection .i-label.btn-period-edit:before,.block-filters .i-label.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-label:before,.list-results tbody span.i-label.status:before,.list-results tbody td.is-running span.i-label:before,.list-results tbody td.is-pending span.i-label:before,.liveDashboard .list-results thead .i-label.icon:before,.liveDashboard .list-results thead tr span.i-label:before,._account_api .list-results thead .i-label.icon:before,._account_api .list-results thead tr span.i-label:before,.list-results thead tr span.i-label:before,.form-auto-list .i-label.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-label.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-label.filter:before,.form-label.status span.i-label:before,.status.status-log span.i-label:before,.status.status-report-item span.i-label:before,.double-list dd.status span.i-label:before,.double-list dt.status span.i-label:before,.w-cards-container .w-card .status.title span.i-label:before,.w-cards-container .w-card.centered .w-value .status.label span.i-label:before,.list-results tbody tr.sublist .status.title span.i-label:before,.list-results-header .status.title span.i-label:before,.w-filters-selected label.status.small span.i-label:before,.w-filters-selected .status.btn-f-s span.i-label:before,.sub-header .w-form label.i-label:before,.sub-header .w-double-list label.i-label:before{content:"\E959"}.icon.i-login:before,.i-login.w-alert-banner:before,.liveDashboard .list-results thead .i-login.w-alert-banner:before,._account_api .list-results thead .i-login.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-login.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-login.btn-filter:before,.w-time-period .dropdown .w-selection .i-login.btn-period-edit:before,.block-filters .i-login.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-login:before,.list-results tbody span.i-login.status:before,.list-results tbody td.is-running span.i-login:before,.list-results tbody td.is-pending span.i-login:before,.liveDashboard .list-results thead .i-login.icon:before,.liveDashboard .list-results thead tr span.i-login:before,._account_api .list-results thead .i-login.icon:before,._account_api .list-results thead tr span.i-login:before,.list-results thead tr span.i-login:before,.form-auto-list .i-login.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-login.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-login.filter:before,.form-label.status span.i-login:before,.status.status-log span.i-login:before,.status.status-report-item span.i-login:before,.double-list dd.status span.i-login:before,.double-list dt.status span.i-login:before,.w-cards-container .w-card .status.title span.i-login:before,.w-cards-container .w-card.centered .w-value .status.label span.i-login:before,.list-results tbody tr.sublist .status.title span.i-login:before,.list-results-header .status.title span.i-login:before,.w-filters-selected label.status.small span.i-login:before,.w-filters-selected .status.btn-f-s span.i-login:before,.sub-header .w-form label.i-login:before,.sub-header .w-double-list label.i-login:before{content:"\E913"}.icon.i-affiliation:before,.i-affiliation.w-alert-banner:before,.liveDashboard .list-results thead .i-affiliation.w-alert-banner:before,._account_api .list-results thead .i-affiliation.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-affiliation.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-affiliation.btn-filter:before,.w-time-period .dropdown .w-selection .i-affiliation.btn-period-edit:before,.block-filters .i-affiliation.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-affiliation:before,.list-results tbody span.i-affiliation.status:before,.list-results tbody td.is-running span.i-affiliation:before,.list-results tbody td.is-pending span.i-affiliation:before,.liveDashboard .list-results thead .i-affiliation.icon:before,.liveDashboard .list-results thead tr span.i-affiliation:before,._account_api .list-results thead .i-affiliation.icon:before,._account_api .list-results thead tr span.i-affiliation:before,.list-results thead tr span.i-affiliation:before,.form-auto-list .i-affiliation.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-affiliation.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-affiliation.filter:before,.form-label.status span.i-affiliation:before,.status.status-log span.i-affiliation:before,.status.status-report-item span.i-affiliation:before,.double-list dd.status span.i-affiliation:before,.double-list dt.status span.i-affiliation:before,.w-cards-container .w-card .status.title span.i-affiliation:before,.w-cards-container .w-card.centered .w-value .status.label span.i-affiliation:before,.list-results tbody tr.sublist .status.title span.i-affiliation:before,.list-results-header .status.title span.i-affiliation:before,.w-filters-selected label.status.small span.i-affiliation:before,.w-filters-selected .status.btn-f-s span.i-affiliation:before,.sub-header .w-form label.i-affiliation:before,.sub-header .w-double-list label.i-affiliation:before{content:"\E98A"}.icon.i-logout:before,.i-logout.w-alert-banner:before,.liveDashboard .list-results thead .i-logout.w-alert-banner:before,._account_api .list-results thead .i-logout.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-logout.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-logout.btn-filter:before,.w-time-period .dropdown .w-selection .i-logout.btn-period-edit:before,.block-filters .i-logout.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-logout:before,.list-results tbody span.i-logout.status:before,.list-results tbody td.is-running span.i-logout:before,.list-results tbody td.is-pending span.i-logout:before,.liveDashboard .list-results thead .i-logout.icon:before,.liveDashboard .list-results thead tr span.i-logout:before,._account_api .list-results thead .i-logout.icon:before,._account_api .list-results thead tr span.i-logout:before,.list-results thead tr span.i-logout:before,.form-auto-list .i-logout.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-logout.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-logout.filter:before,.form-label.status span.i-logout:before,.status.status-log span.i-logout:before,.status.status-report-item span.i-logout:before,.double-list dd.status span.i-logout:before,.double-list dt.status span.i-logout:before,.w-cards-container .w-card .status.title span.i-logout:before,.w-cards-container .w-card.centered .w-value .status.label span.i-logout:before,.list-results tbody tr.sublist .status.title span.i-logout:before,.list-results-header .status.title span.i-logout:before,.w-filters-selected label.status.small span.i-logout:before,.w-filters-selected .status.btn-f-s span.i-logout:before,.sub-header .w-form label.i-logout:before,.sub-header .w-double-list label.i-logout:before{content:"\E904"}.icon.i-dropdown-simple:after,.w-dialog.plus .i-dropdown-simple.dialog-aside:after,.w-toast .i-dropdown-simple.toast.plus:after,.toggleWrapper input.mobileToggle+label.i-dropdown-simple:after,.list-results tbody span.i-dropdown-simple.status:after,.list-results tbody td.is-running span.i-dropdown-simple:after,.list-results tbody td.is-pending span.i-dropdown-simple:after,.liveDashboard .list-results thead .i-dropdown-simple.icon:after,.liveDashboard .list-results thead .w-dialog.plus .i-dropdown-simple.dialog-aside:after,.w-dialog.plus .liveDashboard .list-results thead .i-dropdown-simple.dialog-aside:after,.liveDashboard .list-results thead .w-toast .i-dropdown-simple.toast.plus:after,.w-toast .liveDashboard .list-results thead .i-dropdown-simple.toast.plus:after,.liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.i-dropdown-simple:after,.toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label.i-dropdown-simple:after,.liveDashboard .list-results thead tbody span.i-dropdown-simple.status:after,.liveDashboard .list-results tbody thead span.i-dropdown-simple.status:after,.liveDashboard .list-results thead tbody td.is-running span.i-dropdown-simple:after,.liveDashboard .list-results tbody td.is-running thead span.i-dropdown-simple:after,.liveDashboard .list-results thead tbody td.is-pending span.i-dropdown-simple:after,.liveDashboard .list-results tbody td.is-pending thead span.i-dropdown-simple:after,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .i-dropdown-simple.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .i-dropdown-simple.dropdown-toggle:after,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .i-dropdown-simple.filter:after,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .i-dropdown-simple.filter:after,.liveDashboard .list-results thead .form-label.status span.i-dropdown-simple:after,.liveDashboard .list-results thead .status.status-log span.i-dropdown-simple:after,.liveDashboard .list-results thead .status.status-report-item span.i-dropdown-simple:after,.liveDashboard .list-results thead .double-list dd.status span.i-dropdown-simple:after,.double-list .liveDashboard .list-results thead dd.status span.i-dropdown-simple:after,.liveDashboard .list-results thead .double-list dt.status span.i-dropdown-simple:after,.double-list .liveDashboard .list-results thead dt.status span.i-dropdown-simple:after,.liveDashboard .list-results thead .w-cards-container .w-card .status.title span.i-dropdown-simple:after,.w-cards-container .w-card .liveDashboard .list-results thead .status.title span.i-dropdown-simple:after,.liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.i-dropdown-simple:after,.w-cards-container .w-card.centered .w-value .liveDashboard .list-results thead .status.label span.i-dropdown-simple:after,.liveDashboard .list-results thead tbody tr.sublist .status.title span.i-dropdown-simple:after,.liveDashboard .list-results tbody tr.sublist thead .status.title span.i-dropdown-simple:after,.form-label.status .liveDashboard .list-results thead span.i-dropdown-simple:after,.status.status-log .liveDashboard .list-results thead span.i-dropdown-simple:after,.status.status-report-item .liveDashboard .list-results thead span.i-dropdown-simple:after,.double-list dd.status .liveDashboard .list-results thead span.i-dropdown-simple:after,.double-list dt.status .liveDashboard .list-results thead span.i-dropdown-simple:after,.w-cards-container .w-card .status.title .liveDashboard .list-results thead span.i-dropdown-simple:after,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.i-dropdown-simple:after,.list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.i-dropdown-simple:after,.liveDashboard .list-results thead .w-filters-selected label.status.small span.i-dropdown-simple:after,.w-filters-selected label.status.small .liveDashboard .list-results thead span.i-dropdown-simple:after,.liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.i-dropdown-simple:after,.w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.i-dropdown-simple:after,.liveDashboard .list-results thead .sub-header .w-form label.i-dropdown-simple:after,.liveDashboard .list-results thead .sub-header .w-double-list label.i-dropdown-simple:after,.sub-header .w-form .liveDashboard .list-results thead label.i-dropdown-simple:after,.sub-header .w-double-list .liveDashboard .list-results thead label.i-dropdown-simple:after,.liveDashboard .list-results thead .block-filters button.i-dropdown-simple:after,.block-filters .liveDashboard .list-results thead button.i-dropdown-simple:after,.liveDashboard .list-results thead .block-filters select.i-dropdown-simple:after,.block-filters .liveDashboard .list-results thead select.i-dropdown-simple:after,.liveDashboard .list-results thead .form-auto-list .i-dropdown-simple.form-auto-item.is-user-is-inactive:after,.form-auto-list .liveDashboard .list-results thead .i-dropdown-simple.form-auto-item.is-user-is-inactive:after,.liveDashboard .list-results thead .form-auto-list .i-dropdown-simple.form-auto-item.is-user-is-active:after,.form-auto-list .liveDashboard .list-results thead .i-dropdown-simple.form-auto-item.is-user-is-active:after,.liveDashboard .list-results thead .list-results-header .status.title span.i-dropdown-simple:after,.list-results-header .status.title .liveDashboard .list-results thead span.i-dropdown-simple:after,.liveDashboard .list-results thead tr span.i-dropdown-simple:after,._account_api .list-results thead .i-dropdown-simple.icon:after,._account_api .list-results thead .w-dialog.plus .i-dropdown-simple.dialog-aside:after,.w-dialog.plus ._account_api .list-results thead .i-dropdown-simple.dialog-aside:after,._account_api .list-results thead .w-toast .i-dropdown-simple.toast.plus:after,.w-toast ._account_api .list-results thead .i-dropdown-simple.toast.plus:after,._account_api .list-results thead .toggleWrapper input.mobileToggle+label.i-dropdown-simple:after,.toggleWrapper ._account_api .list-results thead input.mobileToggle+label.i-dropdown-simple:after,._account_api .list-results thead tbody span.i-dropdown-simple.status:after,._account_api .list-results tbody thead span.i-dropdown-simple.status:after,._account_api .list-results thead tbody td.is-running span.i-dropdown-simple:after,._account_api .list-results tbody td.is-running thead span.i-dropdown-simple:after,._account_api .list-results thead tbody td.is-pending span.i-dropdown-simple:after,._account_api .list-results tbody td.is-pending thead span.i-dropdown-simple:after,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .i-dropdown-simple.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .i-dropdown-simple.dropdown-toggle:after,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .i-dropdown-simple.filter:after,.w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .i-dropdown-simple.filter:after,._account_api .list-results thead .form-label.status span.i-dropdown-simple:after,._account_api .list-results thead .status.status-log span.i-dropdown-simple:after,._account_api .list-results thead .status.status-report-item span.i-dropdown-simple:after,._account_api .list-results thead .double-list dd.status span.i-dropdown-simple:after,.double-list ._account_api .list-results thead dd.status span.i-dropdown-simple:after,._account_api .list-results thead .double-list dt.status span.i-dropdown-simple:after,.double-list ._account_api .list-results thead dt.status span.i-dropdown-simple:after,._account_api .list-results thead .w-cards-container .w-card .status.title span.i-dropdown-simple:after,.w-cards-container .w-card ._account_api .list-results thead .status.title span.i-dropdown-simple:after,._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.i-dropdown-simple:after,.w-cards-container .w-card.centered .w-value ._account_api .list-results thead .status.label span.i-dropdown-simple:after,._account_api .list-results thead tbody tr.sublist .status.title span.i-dropdown-simple:after,._account_api .list-results tbody tr.sublist thead .status.title span.i-dropdown-simple:after,.form-label.status ._account_api .list-results thead span.i-dropdown-simple:after,.status.status-log ._account_api .list-results thead span.i-dropdown-simple:after,.status.status-report-item ._account_api .list-results thead span.i-dropdown-simple:after,.double-list dd.status ._account_api .list-results thead span.i-dropdown-simple:after,.double-list dt.status ._account_api .list-results thead span.i-dropdown-simple:after,.w-cards-container .w-card .status.title ._account_api .list-results thead span.i-dropdown-simple:after,.w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.i-dropdown-simple:after,.list-results tbody tr.sublist .status.title ._account_api .list-results thead span.i-dropdown-simple:after,._account_api .list-results thead .w-filters-selected label.status.small span.i-dropdown-simple:after,.w-filters-selected label.status.small ._account_api .list-results thead span.i-dropdown-simple:after,._account_api .list-results thead .w-filters-selected .status.btn-f-s span.i-dropdown-simple:after,.w-filters-selected .status.btn-f-s ._account_api .list-results thead span.i-dropdown-simple:after,._account_api .list-results thead .sub-header .w-form label.i-dropdown-simple:after,._account_api .list-results thead .sub-header .w-double-list label.i-dropdown-simple:after,.sub-header .w-form ._account_api .list-results thead label.i-dropdown-simple:after,.sub-header .w-double-list ._account_api .list-results thead label.i-dropdown-simple:after,._account_api .list-results thead .block-filters button.i-dropdown-simple:after,.block-filters ._account_api .list-results thead button.i-dropdown-simple:after,._account_api .list-results thead .block-filters select.i-dropdown-simple:after,.block-filters ._account_api .list-results thead select.i-dropdown-simple:after,._account_api .list-results thead .form-auto-list .i-dropdown-simple.form-auto-item.is-user-is-inactive:after,.form-auto-list ._account_api .list-results thead .i-dropdown-simple.form-auto-item.is-user-is-inactive:after,._account_api .list-results thead .form-auto-list .i-dropdown-simple.form-auto-item.is-user-is-active:after,.form-auto-list ._account_api .list-results thead .i-dropdown-simple.form-auto-item.is-user-is-active:after,._account_api .list-results thead .list-results-header .status.title span.i-dropdown-simple:after,.list-results-header .status.title ._account_api .list-results thead span.i-dropdown-simple:after,._account_api .list-results thead tr span.i-dropdown-simple:after,.liveDashboard ._account_api .list-results thead .i-dropdown-simple.icon:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .i-dropdown-simple.dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .i-dropdown-simple.dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-toast .i-dropdown-simple.toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .i-dropdown-simple.toast.plus:after,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label.i-dropdown-simple:after,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label.i-dropdown-simple:after,.liveDashboard ._account_api .list-results thead tbody span.i-dropdown-simple.status:after,.liveDashboard ._account_api .list-results tbody thead span.i-dropdown-simple.status:after,.liveDashboard ._account_api .list-results thead tbody td.is-running span.i-dropdown-simple:after,.liveDashboard ._account_api .list-results tbody td.is-running thead span.i-dropdown-simple:after,.liveDashboard ._account_api .list-results thead tbody td.is-pending span.i-dropdown-simple:after,.liveDashboard ._account_api .list-results tbody td.is-pending thead span.i-dropdown-simple:after,._account_api .liveDashboard .list-results thead .i-dropdown-simple.icon:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .i-dropdown-simple.dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .i-dropdown-simple.dialog-aside:after,._account_api .liveDashboard .list-results thead .w-toast .i-dropdown-simple.toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .i-dropdown-simple.toast.plus:after,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.i-dropdown-simple:after,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label.i-dropdown-simple:after,._account_api .liveDashboard .list-results thead tbody span.i-dropdown-simple.status:after,._account_api .liveDashboard .list-results tbody thead span.i-dropdown-simple.status:after,._account_api .liveDashboard .list-results thead tbody td.is-running span.i-dropdown-simple:after,._account_api .liveDashboard .list-results tbody td.is-running thead span.i-dropdown-simple:after,._account_api .liveDashboard .list-results thead tbody td.is-pending span.i-dropdown-simple:after,._account_api .liveDashboard .list-results tbody td.is-pending thead span.i-dropdown-simple:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .i-dropdown-simple.dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .i-dropdown-simple.dropdown-toggle:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .i-dropdown-simple.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .i-dropdown-simple.dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .i-dropdown-simple.filter:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .i-dropdown-simple.filter:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .i-dropdown-simple.filter:after,.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .i-dropdown-simple.filter:after,.liveDashboard ._account_api .list-results thead .form-label.status span.i-dropdown-simple:after,.liveDashboard ._account_api .list-results thead .status.status-log span.i-dropdown-simple:after,.liveDashboard ._account_api .list-results thead .status.status-report-item span.i-dropdown-simple:after,.liveDashboard ._account_api .list-results thead .double-list dd.status span.i-dropdown-simple:after,.double-list .liveDashboard ._account_api .list-results thead dd.status span.i-dropdown-simple:after,.liveDashboard ._account_api .list-results thead .double-list dt.status span.i-dropdown-simple:after,.double-list .liveDashboard ._account_api .list-results thead dt.status span.i-dropdown-simple:after,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span.i-dropdown-simple:after,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title span.i-dropdown-simple:after,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.i-dropdown-simple:after,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label span.i-dropdown-simple:after,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span.i-dropdown-simple:after,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span.i-dropdown-simple:after,._account_api .liveDashboard .list-results thead .form-label.status span.i-dropdown-simple:after,._account_api .liveDashboard .list-results thead .status.status-log span.i-dropdown-simple:after,._account_api .liveDashboard .list-results thead .status.status-report-item span.i-dropdown-simple:after,._account_api .liveDashboard .list-results thead .double-list dd.status span.i-dropdown-simple:after,.double-list ._account_api .liveDashboard .list-results thead dd.status span.i-dropdown-simple:after,._account_api .liveDashboard .list-results thead .double-list dt.status span.i-dropdown-simple:after,.double-list ._account_api .liveDashboard .list-results thead dt.status span.i-dropdown-simple:after,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span.i-dropdown-simple:after,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title span.i-dropdown-simple:after,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.i-dropdown-simple:after,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label span.i-dropdown-simple:after,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span.i-dropdown-simple:after,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span.i-dropdown-simple:after,.liveDashboard .form-label.status ._account_api .list-results thead span.i-dropdown-simple:after,.liveDashboard .status.status-log ._account_api .list-results thead span.i-dropdown-simple:after,.liveDashboard .status.status-report-item ._account_api .list-results thead span.i-dropdown-simple:after,.liveDashboard .double-list dd.status ._account_api .list-results thead span.i-dropdown-simple:after,.double-list .liveDashboard dd.status ._account_api .list-results thead span.i-dropdown-simple:after,.liveDashboard .double-list dt.status ._account_api .list-results thead span.i-dropdown-simple:after,.double-list .liveDashboard dt.status ._account_api .list-results thead span.i-dropdown-simple:after,.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span.i-dropdown-simple:after,.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead span.i-dropdown-simple:after,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.i-dropdown-simple:after,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead span.i-dropdown-simple:after,.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span.i-dropdown-simple:after,.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead span.i-dropdown-simple:after,.form-label.status ._account_api .liveDashboard .list-results thead span.i-dropdown-simple:after,.status.status-log ._account_api .liveDashboard .list-results thead span.i-dropdown-simple:after,.status.status-report-item ._account_api .liveDashboard .list-results thead span.i-dropdown-simple:after,.double-list dd.status ._account_api .liveDashboard .list-results thead span.i-dropdown-simple:after,.double-list dt.status ._account_api .liveDashboard .list-results thead span.i-dropdown-simple:after,.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead span.i-dropdown-simple:after,.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead span.i-dropdown-simple:after,.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead span.i-dropdown-simple:after,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span.i-dropdown-simple:after,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span.i-dropdown-simple:after,.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span.i-dropdown-simple:after,.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead span.i-dropdown-simple:after,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span.i-dropdown-simple:after,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.i-dropdown-simple:after,.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span.i-dropdown-simple:after,.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead span.i-dropdown-simple:after,.liveDashboard ._account_api .list-results thead .sub-header .w-form label.i-dropdown-simple:after,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list label.i-dropdown-simple:after,._account_api .liveDashboard .list-results thead .sub-header .w-form label.i-dropdown-simple:after,._account_api .liveDashboard .list-results thead .sub-header .w-double-list label.i-dropdown-simple:after,.liveDashboard .sub-header .w-form ._account_api .list-results thead label.i-dropdown-simple:after,.liveDashboard .sub-header .w-double-list ._account_api .list-results thead label.i-dropdown-simple:after,.sub-header .w-form ._account_api .liveDashboard .list-results thead label.i-dropdown-simple:after,.sub-header .w-double-list ._account_api .liveDashboard .list-results thead label.i-dropdown-simple:after,.liveDashboard ._account_api .list-results thead .block-filters button.i-dropdown-simple:after,._account_api .liveDashboard .list-results thead .block-filters button.i-dropdown-simple:after,.liveDashboard .block-filters ._account_api .list-results thead button.i-dropdown-simple:after,.block-filters ._account_api .liveDashboard .list-results thead button.i-dropdown-simple:after,.liveDashboard ._account_api .list-results thead .block-filters select.i-dropdown-simple:after,._account_api .liveDashboard .list-results thead .block-filters select.i-dropdown-simple:after,.liveDashboard .block-filters ._account_api .list-results thead select.i-dropdown-simple:after,.block-filters ._account_api .liveDashboard .list-results thead select.i-dropdown-simple:after,.liveDashboard ._account_api .list-results thead .form-auto-list .i-dropdown-simple.form-auto-item.is-user-is-inactive:after,._account_api .liveDashboard .list-results thead .form-auto-list .i-dropdown-simple.form-auto-item.is-user-is-inactive:after,.liveDashboard .form-auto-list ._account_api .list-results thead .i-dropdown-simple.form-auto-item.is-user-is-inactive:after,.form-auto-list ._account_api .liveDashboard .list-results thead .i-dropdown-simple.form-auto-item.is-user-is-inactive:after,.liveDashboard ._account_api .list-results thead .form-auto-list .i-dropdown-simple.form-auto-item.is-user-is-active:after,._account_api .liveDashboard .list-results thead .form-auto-list .i-dropdown-simple.form-auto-item.is-user-is-active:after,.liveDashboard .form-auto-list ._account_api .list-results thead .i-dropdown-simple.form-auto-item.is-user-is-active:after,.form-auto-list ._account_api .liveDashboard .list-results thead .i-dropdown-simple.form-auto-item.is-user-is-active:after,.liveDashboard ._account_api .list-results thead .list-results-header .status.title span.i-dropdown-simple:after,._account_api .liveDashboard .list-results thead .list-results-header .status.title span.i-dropdown-simple:after,.liveDashboard .list-results-header .status.title ._account_api .list-results thead span.i-dropdown-simple:after,.list-results-header .status.title ._account_api .liveDashboard .list-results thead span.i-dropdown-simple:after,.liveDashboard ._account_api .list-results thead tr span.i-dropdown-simple:after,._account_api .liveDashboard .list-results thead tr span.i-dropdown-simple:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .i-dropdown-simple.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .i-dropdown-simple.dropdown-toggle:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .i-dropdown-simple.filter:after,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .i-dropdown-simple.filter:after,._account_api .form-label.status .liveDashboard .list-results thead span.i-dropdown-simple:after,._account_api .status.status-log .liveDashboard .list-results thead span.i-dropdown-simple:after,._account_api .status.status-report-item .liveDashboard .list-results thead span.i-dropdown-simple:after,._account_api .double-list dd.status .liveDashboard .list-results thead span.i-dropdown-simple:after,.double-list ._account_api dd.status .liveDashboard .list-results thead span.i-dropdown-simple:after,._account_api .double-list dt.status .liveDashboard .list-results thead span.i-dropdown-simple:after,.double-list ._account_api dt.status .liveDashboard .list-results thead span.i-dropdown-simple:after,._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span.i-dropdown-simple:after,.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead span.i-dropdown-simple:after,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.i-dropdown-simple:after,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead span.i-dropdown-simple:after,._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.i-dropdown-simple:after,.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead span.i-dropdown-simple:after,.form-label.status .liveDashboard ._account_api .list-results thead span.i-dropdown-simple:after,.status.status-log .liveDashboard ._account_api .list-results thead span.i-dropdown-simple:after,.status.status-report-item .liveDashboard ._account_api .list-results thead span.i-dropdown-simple:after,.double-list dd.status .liveDashboard ._account_api .list-results thead span.i-dropdown-simple:after,.double-list dt.status .liveDashboard ._account_api .list-results thead span.i-dropdown-simple:after,.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead span.i-dropdown-simple:after,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead span.i-dropdown-simple:after,.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead span.i-dropdown-simple:after,._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span.i-dropdown-simple:after,.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead span.i-dropdown-simple:after,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.i-dropdown-simple:after,.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead span.i-dropdown-simple:after,._account_api .sub-header .w-form .liveDashboard .list-results thead label.i-dropdown-simple:after,._account_api .sub-header .w-double-list .liveDashboard .list-results thead label.i-dropdown-simple:after,.sub-header .w-form .liveDashboard ._account_api .list-results thead label.i-dropdown-simple:after,.sub-header .w-double-list .liveDashboard ._account_api .list-results thead label.i-dropdown-simple:after,._account_api .block-filters .liveDashboard .list-results thead button.i-dropdown-simple:after,.block-filters .liveDashboard ._account_api .list-results thead button.i-dropdown-simple:after,._account_api .block-filters .liveDashboard .list-results thead select.i-dropdown-simple:after,.block-filters .liveDashboard ._account_api .list-results thead select.i-dropdown-simple:after,._account_api .form-auto-list .liveDashboard .list-results thead .i-dropdown-simple.form-auto-item.is-user-is-inactive:after,.form-auto-list .liveDashboard ._account_api .list-results thead .i-dropdown-simple.form-auto-item.is-user-is-inactive:after,._account_api .form-auto-list .liveDashboard .list-results thead .i-dropdown-simple.form-auto-item.is-user-is-active:after,.form-auto-list .liveDashboard ._account_api .list-results thead .i-dropdown-simple.form-auto-item.is-user-is-active:after,._account_api .list-results-header .status.title .liveDashboard .list-results thead span.i-dropdown-simple:after,.list-results-header .status.title .liveDashboard ._account_api .list-results thead span.i-dropdown-simple:after,.list-results thead tr span.i-dropdown-simple:after,.form-auto-list .i-dropdown-simple.form-auto-item.is-user-is-inactive:after,.form-auto-list .i-dropdown-simple.form-auto-item.is-user-is-active:after,.block-filters button.i-dropdown-simple:after,.block-filters select.i-dropdown-simple:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .i-dropdown-simple.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .i-dropdown-simple.filter:after,.form-label.status span.i-dropdown-simple:after,.status.status-log span.i-dropdown-simple:after,.status.status-report-item span.i-dropdown-simple:after,.double-list dd.status span.i-dropdown-simple:after,.double-list dt.status span.i-dropdown-simple:after,.w-cards-container .w-card .status.title span.i-dropdown-simple:after,.w-cards-container .w-card.centered .w-value .status.label span.i-dropdown-simple:after,.list-results tbody tr.sublist .status.title span.i-dropdown-simple:after,.list-results-header .status.title span.i-dropdown-simple:after,.w-filters-selected label.status.small span.i-dropdown-simple:after,.w-filters-selected .status.btn-f-s span.i-dropdown-simple:after,.sub-header .w-form label.i-dropdown-simple:after,.sub-header .w-double-list label.i-dropdown-simple:after{content:"\E8EA"}.icon.i-dropdown-simple-b:before,.i-dropdown-simple-b.w-alert-banner:before,.liveDashboard .list-results thead .i-dropdown-simple-b.w-alert-banner:before,._account_api .list-results thead .i-dropdown-simple-b.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-dropdown-simple-b.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-dropdown-simple-b.btn-filter:before,.w-time-period .dropdown .w-selection .i-dropdown-simple-b.btn-period-edit:before,.block-filters .i-dropdown-simple-b.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-dropdown-simple-b:before,.list-results tbody span.i-dropdown-simple-b.status:before,.list-results tbody td.is-running span.i-dropdown-simple-b:before,.list-results tbody td.is-pending span.i-dropdown-simple-b:before,.liveDashboard .list-results thead .i-dropdown-simple-b.icon:before,.liveDashboard .list-results thead tr span.i-dropdown-simple-b:before,._account_api .list-results thead .i-dropdown-simple-b.icon:before,._account_api .list-results thead tr span.i-dropdown-simple-b:before,.list-results thead tr span.i-dropdown-simple-b:before,.form-auto-list .i-dropdown-simple-b.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-dropdown-simple-b.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-dropdown-simple-b.filter:before,.form-label.status span.i-dropdown-simple-b:before,.status.status-log span.i-dropdown-simple-b:before,.status.status-report-item span.i-dropdown-simple-b:before,.double-list dd.status span.i-dropdown-simple-b:before,.double-list dt.status span.i-dropdown-simple-b:before,.w-cards-container .w-card .status.title span.i-dropdown-simple-b:before,.w-cards-container .w-card.centered .w-value .status.label span.i-dropdown-simple-b:before,.list-results tbody tr.sublist .status.title span.i-dropdown-simple-b:before,.list-results-header .status.title span.i-dropdown-simple-b:before,.w-filters-selected label.status.small span.i-dropdown-simple-b:before,.w-filters-selected .status.btn-f-s span.i-dropdown-simple-b:before,.sub-header .w-form label.i-dropdown-simple-b:before,.sub-header .w-double-list label.i-dropdown-simple-b:before{content:"\E8EA"}.icon.i-back:before,.i-back.w-alert-banner:before,.liveDashboard .list-results thead .i-back.w-alert-banner:before,._account_api .list-results thead .i-back.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-back.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-back.btn-filter:before,.w-time-period .dropdown .w-selection .i-back.btn-period-edit:before,.block-filters .i-back.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-back:before,.list-results tbody span.i-back.status:before,.list-results tbody td.is-running span.i-back:before,.list-results tbody td.is-pending span.i-back:before,.liveDashboard .list-results thead .i-back.icon:before,.liveDashboard .list-results thead tr span.i-back:before,._account_api .list-results thead .i-back.icon:before,._account_api .list-results thead tr span.i-back:before,.list-results thead tr span.i-back:before,.form-auto-list .i-back.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-back.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-back.filter:before,.form-label.status span.i-back:before,.status.status-log span.i-back:before,.status.status-report-item span.i-back:before,.double-list dd.status span.i-back:before,.double-list dt.status span.i-back:before,.w-cards-container .w-card .status.title span.i-back:before,.w-cards-container .w-card.centered .w-value .status.label span.i-back:before,.list-results tbody tr.sublist .status.title span.i-back:before,.list-results-header .status.title span.i-back:before,.w-filters-selected label.status.small span.i-back:before,.w-filters-selected .status.btn-f-s span.i-back:before,.sub-header .w-form label.i-back:before,.sub-header .w-double-list label.i-back:before{content:"\E8EA";transform:rotate(90deg)}.icon.i-select:before,.i-select.w-alert-banner:before,.liveDashboard .list-results thead .i-select.w-alert-banner:before,._account_api .list-results thead .i-select.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-select.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-select.btn-filter:before,.w-time-period .dropdown .w-selection .i-select.btn-period-edit:before,.block-filters .i-select.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-select:before,.list-results tbody span.i-select.status:before,.list-results tbody td.is-running span.i-select:before,.list-results tbody td.is-pending span.i-select:before,.liveDashboard .list-results thead .i-select.icon:before,.liveDashboard .list-results thead tr span.i-select:before,._account_api .list-results thead .i-select.icon:before,._account_api .list-results thead tr span.i-select:before,.list-results thead tr span.i-select:before,.form-auto-list .i-select.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-select.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-select.filter:before,.form-label.status span.i-select:before,.status.status-log span.i-select:before,.status.status-report-item span.i-select:before,.double-list dd.status span.i-select:before,.double-list dt.status span.i-select:before,.w-cards-container .w-card .status.title span.i-select:before,.w-cards-container .w-card.centered .w-value .status.label span.i-select:before,.list-results tbody tr.sublist .status.title span.i-select:before,.list-results-header .status.title span.i-select:before,.w-filters-selected label.status.small span.i-select:before,.w-filters-selected .status.btn-f-s span.i-select:before,.sub-header .w-form label.i-select:before,.sub-header .w-double-list label.i-select:before{content:"\E9E9"}.icon.i-sort:after,.w-dialog.plus .i-sort.dialog-aside:after,.w-toast .i-sort.toast.plus:after,.toggleWrapper input.mobileToggle+label.i-sort:after,.list-results tbody span.i-sort.status:after,.list-results tbody td.is-running span.i-sort:after,.list-results tbody td.is-pending span.i-sort:after,.liveDashboard .list-results thead .i-sort.icon:after,.liveDashboard .list-results thead .w-dialog.plus .i-sort.dialog-aside:after,.w-dialog.plus .liveDashboard .list-results thead .i-sort.dialog-aside:after,.liveDashboard .list-results thead .w-toast .i-sort.toast.plus:after,.w-toast .liveDashboard .list-results thead .i-sort.toast.plus:after,.liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.i-sort:after,.toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label.i-sort:after,.liveDashboard .list-results thead tbody span.i-sort.status:after,.liveDashboard .list-results tbody thead span.i-sort.status:after,.liveDashboard .list-results thead tbody td.is-running span.i-sort:after,.liveDashboard .list-results tbody td.is-running thead span.i-sort:after,.liveDashboard .list-results thead tbody td.is-pending span.i-sort:after,.liveDashboard .list-results tbody td.is-pending thead span.i-sort:after,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .i-sort.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .i-sort.dropdown-toggle:after,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .i-sort.filter:after,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .i-sort.filter:after,.liveDashboard .list-results thead .form-label.status span.i-sort:after,.liveDashboard .list-results thead .status.status-log span.i-sort:after,.liveDashboard .list-results thead .status.status-report-item span.i-sort:after,.liveDashboard .list-results thead .double-list dd.status span.i-sort:after,.double-list .liveDashboard .list-results thead dd.status span.i-sort:after,.liveDashboard .list-results thead .double-list dt.status span.i-sort:after,.double-list .liveDashboard .list-results thead dt.status span.i-sort:after,.liveDashboard .list-results thead .w-cards-container .w-card .status.title span.i-sort:after,.w-cards-container .w-card .liveDashboard .list-results thead .status.title span.i-sort:after,.liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.i-sort:after,.w-cards-container .w-card.centered .w-value .liveDashboard .list-results thead .status.label span.i-sort:after,.liveDashboard .list-results thead tbody tr.sublist .status.title span.i-sort:after,.liveDashboard .list-results tbody tr.sublist thead .status.title span.i-sort:after,.form-label.status .liveDashboard .list-results thead span.i-sort:after,.status.status-log .liveDashboard .list-results thead span.i-sort:after,.status.status-report-item .liveDashboard .list-results thead span.i-sort:after,.double-list dd.status .liveDashboard .list-results thead span.i-sort:after,.double-list dt.status .liveDashboard .list-results thead span.i-sort:after,.w-cards-container .w-card .status.title .liveDashboard .list-results thead span.i-sort:after,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.i-sort:after,.list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.i-sort:after,.liveDashboard .list-results thead .w-filters-selected label.status.small span.i-sort:after,.w-filters-selected label.status.small .liveDashboard .list-results thead span.i-sort:after,.liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.i-sort:after,.w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.i-sort:after,.liveDashboard .list-results thead .sub-header .w-form label.i-sort:after,.liveDashboard .list-results thead .sub-header .w-double-list label.i-sort:after,.sub-header .w-form .liveDashboard .list-results thead label.i-sort:after,.sub-header .w-double-list .liveDashboard .list-results thead label.i-sort:after,.liveDashboard .list-results thead .block-filters button.i-sort:after,.block-filters .liveDashboard .list-results thead button.i-sort:after,.liveDashboard .list-results thead .block-filters select.i-sort:after,.block-filters .liveDashboard .list-results thead select.i-sort:after,.liveDashboard .list-results thead .form-auto-list .i-sort.form-auto-item.is-user-is-inactive:after,.form-auto-list .liveDashboard .list-results thead .i-sort.form-auto-item.is-user-is-inactive:after,.liveDashboard .list-results thead .form-auto-list .i-sort.form-auto-item.is-user-is-active:after,.form-auto-list .liveDashboard .list-results thead .i-sort.form-auto-item.is-user-is-active:after,.liveDashboard .list-results thead .list-results-header .status.title span.i-sort:after,.list-results-header .status.title .liveDashboard .list-results thead span.i-sort:after,.liveDashboard .list-results thead tr span.i-sort:after,._account_api .list-results thead .i-sort.icon:after,._account_api .list-results thead .w-dialog.plus .i-sort.dialog-aside:after,.w-dialog.plus ._account_api .list-results thead .i-sort.dialog-aside:after,._account_api .list-results thead .w-toast .i-sort.toast.plus:after,.w-toast ._account_api .list-results thead .i-sort.toast.plus:after,._account_api .list-results thead .toggleWrapper input.mobileToggle+label.i-sort:after,.toggleWrapper ._account_api .list-results thead input.mobileToggle+label.i-sort:after,._account_api .list-results thead tbody span.i-sort.status:after,._account_api .list-results tbody thead span.i-sort.status:after,._account_api .list-results thead tbody td.is-running span.i-sort:after,._account_api .list-results tbody td.is-running thead span.i-sort:after,._account_api .list-results thead tbody td.is-pending span.i-sort:after,._account_api .list-results tbody td.is-pending thead span.i-sort:after,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .i-sort.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .i-sort.dropdown-toggle:after,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .i-sort.filter:after,.w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .i-sort.filter:after,._account_api .list-results thead .form-label.status span.i-sort:after,._account_api .list-results thead .status.status-log span.i-sort:after,._account_api .list-results thead .status.status-report-item span.i-sort:after,._account_api .list-results thead .double-list dd.status span.i-sort:after,.double-list ._account_api .list-results thead dd.status span.i-sort:after,._account_api .list-results thead .double-list dt.status span.i-sort:after,.double-list ._account_api .list-results thead dt.status span.i-sort:after,._account_api .list-results thead .w-cards-container .w-card .status.title span.i-sort:after,.w-cards-container .w-card ._account_api .list-results thead .status.title span.i-sort:after,._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.i-sort:after,.w-cards-container .w-card.centered .w-value ._account_api .list-results thead .status.label span.i-sort:after,._account_api .list-results thead tbody tr.sublist .status.title span.i-sort:after,._account_api .list-results tbody tr.sublist thead .status.title span.i-sort:after,.form-label.status ._account_api .list-results thead span.i-sort:after,.status.status-log ._account_api .list-results thead span.i-sort:after,.status.status-report-item ._account_api .list-results thead span.i-sort:after,.double-list dd.status ._account_api .list-results thead span.i-sort:after,.double-list dt.status ._account_api .list-results thead span.i-sort:after,.w-cards-container .w-card .status.title ._account_api .list-results thead span.i-sort:after,.w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.i-sort:after,.list-results tbody tr.sublist .status.title ._account_api .list-results thead span.i-sort:after,._account_api .list-results thead .w-filters-selected label.status.small span.i-sort:after,.w-filters-selected label.status.small ._account_api .list-results thead span.i-sort:after,._account_api .list-results thead .w-filters-selected .status.btn-f-s span.i-sort:after,.w-filters-selected .status.btn-f-s ._account_api .list-results thead span.i-sort:after,._account_api .list-results thead .sub-header .w-form label.i-sort:after,._account_api .list-results thead .sub-header .w-double-list label.i-sort:after,.sub-header .w-form ._account_api .list-results thead label.i-sort:after,.sub-header .w-double-list ._account_api .list-results thead label.i-sort:after,._account_api .list-results thead .block-filters button.i-sort:after,.block-filters ._account_api .list-results thead button.i-sort:after,._account_api .list-results thead .block-filters select.i-sort:after,.block-filters ._account_api .list-results thead select.i-sort:after,._account_api .list-results thead .form-auto-list .i-sort.form-auto-item.is-user-is-inactive:after,.form-auto-list ._account_api .list-results thead .i-sort.form-auto-item.is-user-is-inactive:after,._account_api .list-results thead .form-auto-list .i-sort.form-auto-item.is-user-is-active:after,.form-auto-list ._account_api .list-results thead .i-sort.form-auto-item.is-user-is-active:after,._account_api .list-results thead .list-results-header .status.title span.i-sort:after,.list-results-header .status.title ._account_api .list-results thead span.i-sort:after,._account_api .list-results thead tr span.i-sort:after,.liveDashboard ._account_api .list-results thead .i-sort.icon:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .i-sort.dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .i-sort.dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-toast .i-sort.toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .i-sort.toast.plus:after,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label.i-sort:after,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label.i-sort:after,.liveDashboard ._account_api .list-results thead tbody span.i-sort.status:after,.liveDashboard ._account_api .list-results tbody thead span.i-sort.status:after,.liveDashboard ._account_api .list-results thead tbody td.is-running span.i-sort:after,.liveDashboard ._account_api .list-results tbody td.is-running thead span.i-sort:after,.liveDashboard ._account_api .list-results thead tbody td.is-pending span.i-sort:after,.liveDashboard ._account_api .list-results tbody td.is-pending thead span.i-sort:after,._account_api .liveDashboard .list-results thead .i-sort.icon:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .i-sort.dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .i-sort.dialog-aside:after,._account_api .liveDashboard .list-results thead .w-toast .i-sort.toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .i-sort.toast.plus:after,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.i-sort:after,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label.i-sort:after,._account_api .liveDashboard .list-results thead tbody span.i-sort.status:after,._account_api .liveDashboard .list-results tbody thead span.i-sort.status:after,._account_api .liveDashboard .list-results thead tbody td.is-running span.i-sort:after,._account_api .liveDashboard .list-results tbody td.is-running thead span.i-sort:after,._account_api .liveDashboard .list-results thead tbody td.is-pending span.i-sort:after,._account_api .liveDashboard .list-results tbody td.is-pending thead span.i-sort:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .i-sort.dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .i-sort.dropdown-toggle:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .i-sort.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .i-sort.dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .i-sort.filter:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .i-sort.filter:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .i-sort.filter:after,.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .i-sort.filter:after,.liveDashboard ._account_api .list-results thead .form-label.status span.i-sort:after,.liveDashboard ._account_api .list-results thead .status.status-log span.i-sort:after,.liveDashboard ._account_api .list-results thead .status.status-report-item span.i-sort:after,.liveDashboard ._account_api .list-results thead .double-list dd.status span.i-sort:after,.double-list .liveDashboard ._account_api .list-results thead dd.status span.i-sort:after,.liveDashboard ._account_api .list-results thead .double-list dt.status span.i-sort:after,.double-list .liveDashboard ._account_api .list-results thead dt.status span.i-sort:after,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span.i-sort:after,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title span.i-sort:after,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.i-sort:after,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label span.i-sort:after,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span.i-sort:after,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span.i-sort:after,._account_api .liveDashboard .list-results thead .form-label.status span.i-sort:after,._account_api .liveDashboard .list-results thead .status.status-log span.i-sort:after,._account_api .liveDashboard .list-results thead .status.status-report-item span.i-sort:after,._account_api .liveDashboard .list-results thead .double-list dd.status span.i-sort:after,.double-list ._account_api .liveDashboard .list-results thead dd.status span.i-sort:after,._account_api .liveDashboard .list-results thead .double-list dt.status span.i-sort:after,.double-list ._account_api .liveDashboard .list-results thead dt.status span.i-sort:after,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span.i-sort:after,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title span.i-sort:after,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.i-sort:after,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label span.i-sort:after,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span.i-sort:after,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span.i-sort:after,.liveDashboard .form-label.status ._account_api .list-results thead span.i-sort:after,.liveDashboard .status.status-log ._account_api .list-results thead span.i-sort:after,.liveDashboard .status.status-report-item ._account_api .list-results thead span.i-sort:after,.liveDashboard .double-list dd.status ._account_api .list-results thead span.i-sort:after,.double-list .liveDashboard dd.status ._account_api .list-results thead span.i-sort:after,.liveDashboard .double-list dt.status ._account_api .list-results thead span.i-sort:after,.double-list .liveDashboard dt.status ._account_api .list-results thead span.i-sort:after,.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span.i-sort:after,.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead span.i-sort:after,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.i-sort:after,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead span.i-sort:after,.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span.i-sort:after,.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead span.i-sort:after,.form-label.status ._account_api .liveDashboard .list-results thead span.i-sort:after,.status.status-log ._account_api .liveDashboard .list-results thead span.i-sort:after,.status.status-report-item ._account_api .liveDashboard .list-results thead span.i-sort:after,.double-list dd.status ._account_api .liveDashboard .list-results thead span.i-sort:after,.double-list dt.status ._account_api .liveDashboard .list-results thead span.i-sort:after,.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead span.i-sort:after,.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead span.i-sort:after,.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead span.i-sort:after,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span.i-sort:after,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span.i-sort:after,.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span.i-sort:after,.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead span.i-sort:after,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span.i-sort:after,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.i-sort:after,.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span.i-sort:after,.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead span.i-sort:after,.liveDashboard ._account_api .list-results thead .sub-header .w-form label.i-sort:after,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list label.i-sort:after,._account_api .liveDashboard .list-results thead .sub-header .w-form label.i-sort:after,._account_api .liveDashboard .list-results thead .sub-header .w-double-list label.i-sort:after,.liveDashboard .sub-header .w-form ._account_api .list-results thead label.i-sort:after,.liveDashboard .sub-header .w-double-list ._account_api .list-results thead label.i-sort:after,.sub-header .w-form ._account_api .liveDashboard .list-results thead label.i-sort:after,.sub-header .w-double-list ._account_api .liveDashboard .list-results thead label.i-sort:after,.liveDashboard ._account_api .list-results thead .block-filters button.i-sort:after,._account_api .liveDashboard .list-results thead .block-filters button.i-sort:after,.liveDashboard .block-filters ._account_api .list-results thead button.i-sort:after,.block-filters ._account_api .liveDashboard .list-results thead button.i-sort:after,.liveDashboard ._account_api .list-results thead .block-filters select.i-sort:after,._account_api .liveDashboard .list-results thead .block-filters select.i-sort:after,.liveDashboard .block-filters ._account_api .list-results thead select.i-sort:after,.block-filters ._account_api .liveDashboard .list-results thead select.i-sort:after,.liveDashboard ._account_api .list-results thead .form-auto-list .i-sort.form-auto-item.is-user-is-inactive:after,._account_api .liveDashboard .list-results thead .form-auto-list .i-sort.form-auto-item.is-user-is-inactive:after,.liveDashboard .form-auto-list ._account_api .list-results thead .i-sort.form-auto-item.is-user-is-inactive:after,.form-auto-list ._account_api .liveDashboard .list-results thead .i-sort.form-auto-item.is-user-is-inactive:after,.liveDashboard ._account_api .list-results thead .form-auto-list .i-sort.form-auto-item.is-user-is-active:after,._account_api .liveDashboard .list-results thead .form-auto-list .i-sort.form-auto-item.is-user-is-active:after,.liveDashboard .form-auto-list ._account_api .list-results thead .i-sort.form-auto-item.is-user-is-active:after,.form-auto-list ._account_api .liveDashboard .list-results thead .i-sort.form-auto-item.is-user-is-active:after,.liveDashboard ._account_api .list-results thead .list-results-header .status.title span.i-sort:after,._account_api .liveDashboard .list-results thead .list-results-header .status.title span.i-sort:after,.liveDashboard .list-results-header .status.title ._account_api .list-results thead span.i-sort:after,.list-results-header .status.title ._account_api .liveDashboard .list-results thead span.i-sort:after,.liveDashboard ._account_api .list-results thead tr span.i-sort:after,._account_api .liveDashboard .list-results thead tr span.i-sort:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .i-sort.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .i-sort.dropdown-toggle:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .i-sort.filter:after,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .i-sort.filter:after,._account_api .form-label.status .liveDashboard .list-results thead span.i-sort:after,._account_api .status.status-log .liveDashboard .list-results thead span.i-sort:after,._account_api .status.status-report-item .liveDashboard .list-results thead span.i-sort:after,._account_api .double-list dd.status .liveDashboard .list-results thead span.i-sort:after,.double-list ._account_api dd.status .liveDashboard .list-results thead span.i-sort:after,._account_api .double-list dt.status .liveDashboard .list-results thead span.i-sort:after,.double-list ._account_api dt.status .liveDashboard .list-results thead span.i-sort:after,._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span.i-sort:after,.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead span.i-sort:after,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.i-sort:after,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead span.i-sort:after,._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.i-sort:after,.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead span.i-sort:after,.form-label.status .liveDashboard ._account_api .list-results thead span.i-sort:after,.status.status-log .liveDashboard ._account_api .list-results thead span.i-sort:after,.status.status-report-item .liveDashboard ._account_api .list-results thead span.i-sort:after,.double-list dd.status .liveDashboard ._account_api .list-results thead span.i-sort:after,.double-list dt.status .liveDashboard ._account_api .list-results thead span.i-sort:after,.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead span.i-sort:after,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead span.i-sort:after,.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead span.i-sort:after,._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span.i-sort:after,.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead span.i-sort:after,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.i-sort:after,.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead span.i-sort:after,._account_api .sub-header .w-form .liveDashboard .list-results thead label.i-sort:after,._account_api .sub-header .w-double-list .liveDashboard .list-results thead label.i-sort:after,.sub-header .w-form .liveDashboard ._account_api .list-results thead label.i-sort:after,.sub-header .w-double-list .liveDashboard ._account_api .list-results thead label.i-sort:after,._account_api .block-filters .liveDashboard .list-results thead button.i-sort:after,.block-filters .liveDashboard ._account_api .list-results thead button.i-sort:after,._account_api .block-filters .liveDashboard .list-results thead select.i-sort:after,.block-filters .liveDashboard ._account_api .list-results thead select.i-sort:after,._account_api .form-auto-list .liveDashboard .list-results thead .i-sort.form-auto-item.is-user-is-inactive:after,.form-auto-list .liveDashboard ._account_api .list-results thead .i-sort.form-auto-item.is-user-is-inactive:after,._account_api .form-auto-list .liveDashboard .list-results thead .i-sort.form-auto-item.is-user-is-active:after,.form-auto-list .liveDashboard ._account_api .list-results thead .i-sort.form-auto-item.is-user-is-active:after,._account_api .list-results-header .status.title .liveDashboard .list-results thead span.i-sort:after,.list-results-header .status.title .liveDashboard ._account_api .list-results thead span.i-sort:after,.list-results thead tr span.i-sort:after,.form-auto-list .i-sort.form-auto-item.is-user-is-inactive:after,.form-auto-list .i-sort.form-auto-item.is-user-is-active:after,.block-filters button.i-sort:after,.block-filters select.i-sort:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .i-sort.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .i-sort.filter:after,.form-label.status span.i-sort:after,.status.status-log span.i-sort:after,.status.status-report-item span.i-sort:after,.double-list dd.status span.i-sort:after,.double-list dt.status span.i-sort:after,.w-cards-container .w-card .status.title span.i-sort:after,.w-cards-container .w-card.centered .w-value .status.label span.i-sort:after,.list-results tbody tr.sublist .status.title span.i-sort:after,.list-results-header .status.title span.i-sort:after,.w-filters-selected label.status.small span.i-sort:after,.w-filters-selected .status.btn-f-s span.i-sort:after,.sub-header .w-form label.i-sort:after,.sub-header .w-double-list label.i-sort:after{content:"\E9D3"}.icon.i-sort-up:after,.w-dialog.plus .i-sort-up.dialog-aside:after,.w-toast .i-sort-up.toast.plus:after,.toggleWrapper input.mobileToggle+label.i-sort-up:after,.list-results tbody span.i-sort-up.status:after,.list-results tbody td.is-running span.i-sort-up:after,.list-results tbody td.is-pending span.i-sort-up:after,.liveDashboard .list-results thead .i-sort-up.icon:after,.liveDashboard .list-results thead .w-dialog.plus .i-sort-up.dialog-aside:after,.w-dialog.plus .liveDashboard .list-results thead .i-sort-up.dialog-aside:after,.liveDashboard .list-results thead .w-toast .i-sort-up.toast.plus:after,.w-toast .liveDashboard .list-results thead .i-sort-up.toast.plus:after,.liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.i-sort-up:after,.toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label.i-sort-up:after,.liveDashboard .list-results thead tbody span.i-sort-up.status:after,.liveDashboard .list-results tbody thead span.i-sort-up.status:after,.liveDashboard .list-results thead tbody td.is-running span.i-sort-up:after,.liveDashboard .list-results tbody td.is-running thead span.i-sort-up:after,.liveDashboard .list-results thead tbody td.is-pending span.i-sort-up:after,.liveDashboard .list-results tbody td.is-pending thead span.i-sort-up:after,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .i-sort-up.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .i-sort-up.dropdown-toggle:after,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .i-sort-up.filter:after,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .i-sort-up.filter:after,.liveDashboard .list-results thead .form-label.status span.i-sort-up:after,.liveDashboard .list-results thead .status.status-log span.i-sort-up:after,.liveDashboard .list-results thead .status.status-report-item span.i-sort-up:after,.liveDashboard .list-results thead .double-list dd.status span.i-sort-up:after,.double-list .liveDashboard .list-results thead dd.status span.i-sort-up:after,.liveDashboard .list-results thead .double-list dt.status span.i-sort-up:after,.double-list .liveDashboard .list-results thead dt.status span.i-sort-up:after,.liveDashboard .list-results thead .w-cards-container .w-card .status.title span.i-sort-up:after,.w-cards-container .w-card .liveDashboard .list-results thead .status.title span.i-sort-up:after,.liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.i-sort-up:after,.w-cards-container .w-card.centered .w-value .liveDashboard .list-results thead .status.label span.i-sort-up:after,.liveDashboard .list-results thead tbody tr.sublist .status.title span.i-sort-up:after,.liveDashboard .list-results tbody tr.sublist thead .status.title span.i-sort-up:after,.form-label.status .liveDashboard .list-results thead span.i-sort-up:after,.status.status-log .liveDashboard .list-results thead span.i-sort-up:after,.status.status-report-item .liveDashboard .list-results thead span.i-sort-up:after,.double-list dd.status .liveDashboard .list-results thead span.i-sort-up:after,.double-list dt.status .liveDashboard .list-results thead span.i-sort-up:after,.w-cards-container .w-card .status.title .liveDashboard .list-results thead span.i-sort-up:after,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.i-sort-up:after,.list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.i-sort-up:after,.liveDashboard .list-results thead .w-filters-selected label.status.small span.i-sort-up:after,.w-filters-selected label.status.small .liveDashboard .list-results thead span.i-sort-up:after,.liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.i-sort-up:after,.w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.i-sort-up:after,.liveDashboard .list-results thead .sub-header .w-form label.i-sort-up:after,.liveDashboard .list-results thead .sub-header .w-double-list label.i-sort-up:after,.sub-header .w-form .liveDashboard .list-results thead label.i-sort-up:after,.sub-header .w-double-list .liveDashboard .list-results thead label.i-sort-up:after,.liveDashboard .list-results thead .block-filters button.i-sort-up:after,.block-filters .liveDashboard .list-results thead button.i-sort-up:after,.liveDashboard .list-results thead .block-filters select.i-sort-up:after,.block-filters .liveDashboard .list-results thead select.i-sort-up:after,.liveDashboard .list-results thead .form-auto-list .i-sort-up.form-auto-item.is-user-is-inactive:after,.form-auto-list .liveDashboard .list-results thead .i-sort-up.form-auto-item.is-user-is-inactive:after,.liveDashboard .list-results thead .form-auto-list .i-sort-up.form-auto-item.is-user-is-active:after,.form-auto-list .liveDashboard .list-results thead .i-sort-up.form-auto-item.is-user-is-active:after,.liveDashboard .list-results thead .list-results-header .status.title span.i-sort-up:after,.list-results-header .status.title .liveDashboard .list-results thead span.i-sort-up:after,.liveDashboard .list-results thead tr span.i-sort-up:after,._account_api .list-results thead .i-sort-up.icon:after,._account_api .list-results thead .w-dialog.plus .i-sort-up.dialog-aside:after,.w-dialog.plus ._account_api .list-results thead .i-sort-up.dialog-aside:after,._account_api .list-results thead .w-toast .i-sort-up.toast.plus:after,.w-toast ._account_api .list-results thead .i-sort-up.toast.plus:after,._account_api .list-results thead .toggleWrapper input.mobileToggle+label.i-sort-up:after,.toggleWrapper ._account_api .list-results thead input.mobileToggle+label.i-sort-up:after,._account_api .list-results thead tbody span.i-sort-up.status:after,._account_api .list-results tbody thead span.i-sort-up.status:after,._account_api .list-results thead tbody td.is-running span.i-sort-up:after,._account_api .list-results tbody td.is-running thead span.i-sort-up:after,._account_api .list-results thead tbody td.is-pending span.i-sort-up:after,._account_api .list-results tbody td.is-pending thead span.i-sort-up:after,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .i-sort-up.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .i-sort-up.dropdown-toggle:after,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .i-sort-up.filter:after,.w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .i-sort-up.filter:after,._account_api .list-results thead .form-label.status span.i-sort-up:after,._account_api .list-results thead .status.status-log span.i-sort-up:after,._account_api .list-results thead .status.status-report-item span.i-sort-up:after,._account_api .list-results thead .double-list dd.status span.i-sort-up:after,.double-list ._account_api .list-results thead dd.status span.i-sort-up:after,._account_api .list-results thead .double-list dt.status span.i-sort-up:after,.double-list ._account_api .list-results thead dt.status span.i-sort-up:after,._account_api .list-results thead .w-cards-container .w-card .status.title span.i-sort-up:after,.w-cards-container .w-card ._account_api .list-results thead .status.title span.i-sort-up:after,._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.i-sort-up:after,.w-cards-container .w-card.centered .w-value ._account_api .list-results thead .status.label span.i-sort-up:after,._account_api .list-results thead tbody tr.sublist .status.title span.i-sort-up:after,._account_api .list-results tbody tr.sublist thead .status.title span.i-sort-up:after,.form-label.status ._account_api .list-results thead span.i-sort-up:after,.status.status-log ._account_api .list-results thead span.i-sort-up:after,.status.status-report-item ._account_api .list-results thead span.i-sort-up:after,.double-list dd.status ._account_api .list-results thead span.i-sort-up:after,.double-list dt.status ._account_api .list-results thead span.i-sort-up:after,.w-cards-container .w-card .status.title ._account_api .list-results thead span.i-sort-up:after,.w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.i-sort-up:after,.list-results tbody tr.sublist .status.title ._account_api .list-results thead span.i-sort-up:after,._account_api .list-results thead .w-filters-selected label.status.small span.i-sort-up:after,.w-filters-selected label.status.small ._account_api .list-results thead span.i-sort-up:after,._account_api .list-results thead .w-filters-selected .status.btn-f-s span.i-sort-up:after,.w-filters-selected .status.btn-f-s ._account_api .list-results thead span.i-sort-up:after,._account_api .list-results thead .sub-header .w-form label.i-sort-up:after,._account_api .list-results thead .sub-header .w-double-list label.i-sort-up:after,.sub-header .w-form ._account_api .list-results thead label.i-sort-up:after,.sub-header .w-double-list ._account_api .list-results thead label.i-sort-up:after,._account_api .list-results thead .block-filters button.i-sort-up:after,.block-filters ._account_api .list-results thead button.i-sort-up:after,._account_api .list-results thead .block-filters select.i-sort-up:after,.block-filters ._account_api .list-results thead select.i-sort-up:after,._account_api .list-results thead .form-auto-list .i-sort-up.form-auto-item.is-user-is-inactive:after,.form-auto-list ._account_api .list-results thead .i-sort-up.form-auto-item.is-user-is-inactive:after,._account_api .list-results thead .form-auto-list .i-sort-up.form-auto-item.is-user-is-active:after,.form-auto-list ._account_api .list-results thead .i-sort-up.form-auto-item.is-user-is-active:after,._account_api .list-results thead .list-results-header .status.title span.i-sort-up:after,.list-results-header .status.title ._account_api .list-results thead span.i-sort-up:after,._account_api .list-results thead tr span.i-sort-up:after,.liveDashboard ._account_api .list-results thead .i-sort-up.icon:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .i-sort-up.dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .i-sort-up.dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-toast .i-sort-up.toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .i-sort-up.toast.plus:after,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label.i-sort-up:after,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label.i-sort-up:after,.liveDashboard ._account_api .list-results thead tbody span.i-sort-up.status:after,.liveDashboard ._account_api .list-results tbody thead span.i-sort-up.status:after,.liveDashboard ._account_api .list-results thead tbody td.is-running span.i-sort-up:after,.liveDashboard ._account_api .list-results tbody td.is-running thead span.i-sort-up:after,.liveDashboard ._account_api .list-results thead tbody td.is-pending span.i-sort-up:after,.liveDashboard ._account_api .list-results tbody td.is-pending thead span.i-sort-up:after,._account_api .liveDashboard .list-results thead .i-sort-up.icon:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .i-sort-up.dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .i-sort-up.dialog-aside:after,._account_api .liveDashboard .list-results thead .w-toast .i-sort-up.toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .i-sort-up.toast.plus:after,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.i-sort-up:after,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label.i-sort-up:after,._account_api .liveDashboard .list-results thead tbody span.i-sort-up.status:after,._account_api .liveDashboard .list-results tbody thead span.i-sort-up.status:after,._account_api .liveDashboard .list-results thead tbody td.is-running span.i-sort-up:after,._account_api .liveDashboard .list-results tbody td.is-running thead span.i-sort-up:after,._account_api .liveDashboard .list-results thead tbody td.is-pending span.i-sort-up:after,._account_api .liveDashboard .list-results tbody td.is-pending thead span.i-sort-up:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .i-sort-up.dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .i-sort-up.dropdown-toggle:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .i-sort-up.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .i-sort-up.dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .i-sort-up.filter:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .i-sort-up.filter:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .i-sort-up.filter:after,.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .i-sort-up.filter:after,.liveDashboard ._account_api .list-results thead .form-label.status span.i-sort-up:after,.liveDashboard ._account_api .list-results thead .status.status-log span.i-sort-up:after,.liveDashboard ._account_api .list-results thead .status.status-report-item span.i-sort-up:after,.liveDashboard ._account_api .list-results thead .double-list dd.status span.i-sort-up:after,.double-list .liveDashboard ._account_api .list-results thead dd.status span.i-sort-up:after,.liveDashboard ._account_api .list-results thead .double-list dt.status span.i-sort-up:after,.double-list .liveDashboard ._account_api .list-results thead dt.status span.i-sort-up:after,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span.i-sort-up:after,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title span.i-sort-up:after,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.i-sort-up:after,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label span.i-sort-up:after,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span.i-sort-up:after,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span.i-sort-up:after,._account_api .liveDashboard .list-results thead .form-label.status span.i-sort-up:after,._account_api .liveDashboard .list-results thead .status.status-log span.i-sort-up:after,._account_api .liveDashboard .list-results thead .status.status-report-item span.i-sort-up:after,._account_api .liveDashboard .list-results thead .double-list dd.status span.i-sort-up:after,.double-list ._account_api .liveDashboard .list-results thead dd.status span.i-sort-up:after,._account_api .liveDashboard .list-results thead .double-list dt.status span.i-sort-up:after,.double-list ._account_api .liveDashboard .list-results thead dt.status span.i-sort-up:after,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span.i-sort-up:after,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title span.i-sort-up:after,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.i-sort-up:after,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label span.i-sort-up:after,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span.i-sort-up:after,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span.i-sort-up:after,.liveDashboard .form-label.status ._account_api .list-results thead span.i-sort-up:after,.liveDashboard .status.status-log ._account_api .list-results thead span.i-sort-up:after,.liveDashboard .status.status-report-item ._account_api .list-results thead span.i-sort-up:after,.liveDashboard .double-list dd.status ._account_api .list-results thead span.i-sort-up:after,.double-list .liveDashboard dd.status ._account_api .list-results thead span.i-sort-up:after,.liveDashboard .double-list dt.status ._account_api .list-results thead span.i-sort-up:after,.double-list .liveDashboard dt.status ._account_api .list-results thead span.i-sort-up:after,.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span.i-sort-up:after,.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead span.i-sort-up:after,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.i-sort-up:after,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead span.i-sort-up:after,.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span.i-sort-up:after,.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead span.i-sort-up:after,.form-label.status ._account_api .liveDashboard .list-results thead span.i-sort-up:after,.status.status-log ._account_api .liveDashboard .list-results thead span.i-sort-up:after,.status.status-report-item ._account_api .liveDashboard .list-results thead span.i-sort-up:after,.double-list dd.status ._account_api .liveDashboard .list-results thead span.i-sort-up:after,.double-list dt.status ._account_api .liveDashboard .list-results thead span.i-sort-up:after,.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead span.i-sort-up:after,.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead span.i-sort-up:after,.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead span.i-sort-up:after,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span.i-sort-up:after,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span.i-sort-up:after,.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span.i-sort-up:after,.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead span.i-sort-up:after,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span.i-sort-up:after,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.i-sort-up:after,.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span.i-sort-up:after,.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead span.i-sort-up:after,.liveDashboard ._account_api .list-results thead .sub-header .w-form label.i-sort-up:after,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list label.i-sort-up:after,._account_api .liveDashboard .list-results thead .sub-header .w-form label.i-sort-up:after,._account_api .liveDashboard .list-results thead .sub-header .w-double-list label.i-sort-up:after,.liveDashboard .sub-header .w-form ._account_api .list-results thead label.i-sort-up:after,.liveDashboard .sub-header .w-double-list ._account_api .list-results thead label.i-sort-up:after,.sub-header .w-form ._account_api .liveDashboard .list-results thead label.i-sort-up:after,.sub-header .w-double-list ._account_api .liveDashboard .list-results thead label.i-sort-up:after,.liveDashboard ._account_api .list-results thead .block-filters button.i-sort-up:after,._account_api .liveDashboard .list-results thead .block-filters button.i-sort-up:after,.liveDashboard .block-filters ._account_api .list-results thead button.i-sort-up:after,.block-filters ._account_api .liveDashboard .list-results thead button.i-sort-up:after,.liveDashboard ._account_api .list-results thead .block-filters select.i-sort-up:after,._account_api .liveDashboard .list-results thead .block-filters select.i-sort-up:after,.liveDashboard .block-filters ._account_api .list-results thead select.i-sort-up:after,.block-filters ._account_api .liveDashboard .list-results thead select.i-sort-up:after,.liveDashboard ._account_api .list-results thead .form-auto-list .i-sort-up.form-auto-item.is-user-is-inactive:after,._account_api .liveDashboard .list-results thead .form-auto-list .i-sort-up.form-auto-item.is-user-is-inactive:after,.liveDashboard .form-auto-list ._account_api .list-results thead .i-sort-up.form-auto-item.is-user-is-inactive:after,.form-auto-list ._account_api .liveDashboard .list-results thead .i-sort-up.form-auto-item.is-user-is-inactive:after,.liveDashboard ._account_api .list-results thead .form-auto-list .i-sort-up.form-auto-item.is-user-is-active:after,._account_api .liveDashboard .list-results thead .form-auto-list .i-sort-up.form-auto-item.is-user-is-active:after,.liveDashboard .form-auto-list ._account_api .list-results thead .i-sort-up.form-auto-item.is-user-is-active:after,.form-auto-list ._account_api .liveDashboard .list-results thead .i-sort-up.form-auto-item.is-user-is-active:after,.liveDashboard ._account_api .list-results thead .list-results-header .status.title span.i-sort-up:after,._account_api .liveDashboard .list-results thead .list-results-header .status.title span.i-sort-up:after,.liveDashboard .list-results-header .status.title ._account_api .list-results thead span.i-sort-up:after,.list-results-header .status.title ._account_api .liveDashboard .list-results thead span.i-sort-up:after,.liveDashboard ._account_api .list-results thead tr span.i-sort-up:after,._account_api .liveDashboard .list-results thead tr span.i-sort-up:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .i-sort-up.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .i-sort-up.dropdown-toggle:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .i-sort-up.filter:after,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .i-sort-up.filter:after,._account_api .form-label.status .liveDashboard .list-results thead span.i-sort-up:after,._account_api .status.status-log .liveDashboard .list-results thead span.i-sort-up:after,._account_api .status.status-report-item .liveDashboard .list-results thead span.i-sort-up:after,._account_api .double-list dd.status .liveDashboard .list-results thead span.i-sort-up:after,.double-list ._account_api dd.status .liveDashboard .list-results thead span.i-sort-up:after,._account_api .double-list dt.status .liveDashboard .list-results thead span.i-sort-up:after,.double-list ._account_api dt.status .liveDashboard .list-results thead span.i-sort-up:after,._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span.i-sort-up:after,.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead span.i-sort-up:after,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.i-sort-up:after,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead span.i-sort-up:after,._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.i-sort-up:after,.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead span.i-sort-up:after,.form-label.status .liveDashboard ._account_api .list-results thead span.i-sort-up:after,.status.status-log .liveDashboard ._account_api .list-results thead span.i-sort-up:after,.status.status-report-item .liveDashboard ._account_api .list-results thead span.i-sort-up:after,.double-list dd.status .liveDashboard ._account_api .list-results thead span.i-sort-up:after,.double-list dt.status .liveDashboard ._account_api .list-results thead span.i-sort-up:after,.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead span.i-sort-up:after,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead span.i-sort-up:after,.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead span.i-sort-up:after,._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span.i-sort-up:after,.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead span.i-sort-up:after,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.i-sort-up:after,.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead span.i-sort-up:after,._account_api .sub-header .w-form .liveDashboard .list-results thead label.i-sort-up:after,._account_api .sub-header .w-double-list .liveDashboard .list-results thead label.i-sort-up:after,.sub-header .w-form .liveDashboard ._account_api .list-results thead label.i-sort-up:after,.sub-header .w-double-list .liveDashboard ._account_api .list-results thead label.i-sort-up:after,._account_api .block-filters .liveDashboard .list-results thead button.i-sort-up:after,.block-filters .liveDashboard ._account_api .list-results thead button.i-sort-up:after,._account_api .block-filters .liveDashboard .list-results thead select.i-sort-up:after,.block-filters .liveDashboard ._account_api .list-results thead select.i-sort-up:after,._account_api .form-auto-list .liveDashboard .list-results thead .i-sort-up.form-auto-item.is-user-is-inactive:after,.form-auto-list .liveDashboard ._account_api .list-results thead .i-sort-up.form-auto-item.is-user-is-inactive:after,._account_api .form-auto-list .liveDashboard .list-results thead .i-sort-up.form-auto-item.is-user-is-active:after,.form-auto-list .liveDashboard ._account_api .list-results thead .i-sort-up.form-auto-item.is-user-is-active:after,._account_api .list-results-header .status.title .liveDashboard .list-results thead span.i-sort-up:after,.list-results-header .status.title .liveDashboard ._account_api .list-results thead span.i-sort-up:after,.list-results thead tr span.i-sort-up:after,.form-auto-list .i-sort-up.form-auto-item.is-user-is-inactive:after,.form-auto-list .i-sort-up.form-auto-item.is-user-is-active:after,.block-filters button.i-sort-up:after,.block-filters select.i-sort-up:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .i-sort-up.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .i-sort-up.filter:after,.form-label.status span.i-sort-up:after,.status.status-log span.i-sort-up:after,.status.status-report-item span.i-sort-up:after,.double-list dd.status span.i-sort-up:after,.double-list dt.status span.i-sort-up:after,.w-cards-container .w-card .status.title span.i-sort-up:after,.w-cards-container .w-card.centered .w-value .status.label span.i-sort-up:after,.list-results tbody tr.sublist .status.title span.i-sort-up:after,.list-results-header .status.title span.i-sort-up:after,.w-filters-selected label.status.small span.i-sort-up:after,.w-filters-selected .status.btn-f-s span.i-sort-up:after,.sub-header .w-form label.i-sort-up:after,.sub-header .w-double-list label.i-sort-up:after{content:"\E9EC"}.icon.i-sort-down:after,.w-dialog.plus .i-sort-down.dialog-aside:after,.w-toast .i-sort-down.toast.plus:after,.toggleWrapper input.mobileToggle+label.i-sort-down:after,.list-results tbody span.i-sort-down.status:after,.list-results tbody td.is-running span.i-sort-down:after,.list-results tbody td.is-pending span.i-sort-down:after,.liveDashboard .list-results thead .i-sort-down.icon:after,.liveDashboard .list-results thead .w-dialog.plus .i-sort-down.dialog-aside:after,.w-dialog.plus .liveDashboard .list-results thead .i-sort-down.dialog-aside:after,.liveDashboard .list-results thead .w-toast .i-sort-down.toast.plus:after,.w-toast .liveDashboard .list-results thead .i-sort-down.toast.plus:after,.liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.i-sort-down:after,.toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label.i-sort-down:after,.liveDashboard .list-results thead tbody span.i-sort-down.status:after,.liveDashboard .list-results tbody thead span.i-sort-down.status:after,.liveDashboard .list-results thead tbody td.is-running span.i-sort-down:after,.liveDashboard .list-results tbody td.is-running thead span.i-sort-down:after,.liveDashboard .list-results thead tbody td.is-pending span.i-sort-down:after,.liveDashboard .list-results tbody td.is-pending thead span.i-sort-down:after,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .i-sort-down.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .i-sort-down.dropdown-toggle:after,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .i-sort-down.filter:after,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .i-sort-down.filter:after,.liveDashboard .list-results thead .form-label.status span.i-sort-down:after,.liveDashboard .list-results thead .status.status-log span.i-sort-down:after,.liveDashboard .list-results thead .status.status-report-item span.i-sort-down:after,.liveDashboard .list-results thead .double-list dd.status span.i-sort-down:after,.double-list .liveDashboard .list-results thead dd.status span.i-sort-down:after,.liveDashboard .list-results thead .double-list dt.status span.i-sort-down:after,.double-list .liveDashboard .list-results thead dt.status span.i-sort-down:after,.liveDashboard .list-results thead .w-cards-container .w-card .status.title span.i-sort-down:after,.w-cards-container .w-card .liveDashboard .list-results thead .status.title span.i-sort-down:after,.liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.i-sort-down:after,.w-cards-container .w-card.centered .w-value .liveDashboard .list-results thead .status.label span.i-sort-down:after,.liveDashboard .list-results thead tbody tr.sublist .status.title span.i-sort-down:after,.liveDashboard .list-results tbody tr.sublist thead .status.title span.i-sort-down:after,.form-label.status .liveDashboard .list-results thead span.i-sort-down:after,.status.status-log .liveDashboard .list-results thead span.i-sort-down:after,.status.status-report-item .liveDashboard .list-results thead span.i-sort-down:after,.double-list dd.status .liveDashboard .list-results thead span.i-sort-down:after,.double-list dt.status .liveDashboard .list-results thead span.i-sort-down:after,.w-cards-container .w-card .status.title .liveDashboard .list-results thead span.i-sort-down:after,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.i-sort-down:after,.list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.i-sort-down:after,.liveDashboard .list-results thead .w-filters-selected label.status.small span.i-sort-down:after,.w-filters-selected label.status.small .liveDashboard .list-results thead span.i-sort-down:after,.liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.i-sort-down:after,.w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.i-sort-down:after,.liveDashboard .list-results thead .sub-header .w-form label.i-sort-down:after,.liveDashboard .list-results thead .sub-header .w-double-list label.i-sort-down:after,.sub-header .w-form .liveDashboard .list-results thead label.i-sort-down:after,.sub-header .w-double-list .liveDashboard .list-results thead label.i-sort-down:after,.liveDashboard .list-results thead .block-filters button.i-sort-down:after,.block-filters .liveDashboard .list-results thead button.i-sort-down:after,.liveDashboard .list-results thead .block-filters select.i-sort-down:after,.block-filters .liveDashboard .list-results thead select.i-sort-down:after,.liveDashboard .list-results thead .form-auto-list .i-sort-down.form-auto-item.is-user-is-inactive:after,.form-auto-list .liveDashboard .list-results thead .i-sort-down.form-auto-item.is-user-is-inactive:after,.liveDashboard .list-results thead .form-auto-list .i-sort-down.form-auto-item.is-user-is-active:after,.form-auto-list .liveDashboard .list-results thead .i-sort-down.form-auto-item.is-user-is-active:after,.liveDashboard .list-results thead .list-results-header .status.title span.i-sort-down:after,.list-results-header .status.title .liveDashboard .list-results thead span.i-sort-down:after,.liveDashboard .list-results thead tr span.i-sort-down:after,._account_api .list-results thead .i-sort-down.icon:after,._account_api .list-results thead .w-dialog.plus .i-sort-down.dialog-aside:after,.w-dialog.plus ._account_api .list-results thead .i-sort-down.dialog-aside:after,._account_api .list-results thead .w-toast .i-sort-down.toast.plus:after,.w-toast ._account_api .list-results thead .i-sort-down.toast.plus:after,._account_api .list-results thead .toggleWrapper input.mobileToggle+label.i-sort-down:after,.toggleWrapper ._account_api .list-results thead input.mobileToggle+label.i-sort-down:after,._account_api .list-results thead tbody span.i-sort-down.status:after,._account_api .list-results tbody thead span.i-sort-down.status:after,._account_api .list-results thead tbody td.is-running span.i-sort-down:after,._account_api .list-results tbody td.is-running thead span.i-sort-down:after,._account_api .list-results thead tbody td.is-pending span.i-sort-down:after,._account_api .list-results tbody td.is-pending thead span.i-sort-down:after,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .i-sort-down.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .i-sort-down.dropdown-toggle:after,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .i-sort-down.filter:after,.w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .i-sort-down.filter:after,._account_api .list-results thead .form-label.status span.i-sort-down:after,._account_api .list-results thead .status.status-log span.i-sort-down:after,._account_api .list-results thead .status.status-report-item span.i-sort-down:after,._account_api .list-results thead .double-list dd.status span.i-sort-down:after,.double-list ._account_api .list-results thead dd.status span.i-sort-down:after,._account_api .list-results thead .double-list dt.status span.i-sort-down:after,.double-list ._account_api .list-results thead dt.status span.i-sort-down:after,._account_api .list-results thead .w-cards-container .w-card .status.title span.i-sort-down:after,.w-cards-container .w-card ._account_api .list-results thead .status.title span.i-sort-down:after,._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.i-sort-down:after,.w-cards-container .w-card.centered .w-value ._account_api .list-results thead .status.label span.i-sort-down:after,._account_api .list-results thead tbody tr.sublist .status.title span.i-sort-down:after,._account_api .list-results tbody tr.sublist thead .status.title span.i-sort-down:after,.form-label.status ._account_api .list-results thead span.i-sort-down:after,.status.status-log ._account_api .list-results thead span.i-sort-down:after,.status.status-report-item ._account_api .list-results thead span.i-sort-down:after,.double-list dd.status ._account_api .list-results thead span.i-sort-down:after,.double-list dt.status ._account_api .list-results thead span.i-sort-down:after,.w-cards-container .w-card .status.title ._account_api .list-results thead span.i-sort-down:after,.w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.i-sort-down:after,.list-results tbody tr.sublist .status.title ._account_api .list-results thead span.i-sort-down:after,._account_api .list-results thead .w-filters-selected label.status.small span.i-sort-down:after,.w-filters-selected label.status.small ._account_api .list-results thead span.i-sort-down:after,._account_api .list-results thead .w-filters-selected .status.btn-f-s span.i-sort-down:after,.w-filters-selected .status.btn-f-s ._account_api .list-results thead span.i-sort-down:after,._account_api .list-results thead .sub-header .w-form label.i-sort-down:after,._account_api .list-results thead .sub-header .w-double-list label.i-sort-down:after,.sub-header .w-form ._account_api .list-results thead label.i-sort-down:after,.sub-header .w-double-list ._account_api .list-results thead label.i-sort-down:after,._account_api .list-results thead .block-filters button.i-sort-down:after,.block-filters ._account_api .list-results thead button.i-sort-down:after,._account_api .list-results thead .block-filters select.i-sort-down:after,.block-filters ._account_api .list-results thead select.i-sort-down:after,._account_api .list-results thead .form-auto-list .i-sort-down.form-auto-item.is-user-is-inactive:after,.form-auto-list ._account_api .list-results thead .i-sort-down.form-auto-item.is-user-is-inactive:after,._account_api .list-results thead .form-auto-list .i-sort-down.form-auto-item.is-user-is-active:after,.form-auto-list ._account_api .list-results thead .i-sort-down.form-auto-item.is-user-is-active:after,._account_api .list-results thead .list-results-header .status.title span.i-sort-down:after,.list-results-header .status.title ._account_api .list-results thead span.i-sort-down:after,._account_api .list-results thead tr span.i-sort-down:after,.liveDashboard ._account_api .list-results thead .i-sort-down.icon:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .i-sort-down.dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .i-sort-down.dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-toast .i-sort-down.toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .i-sort-down.toast.plus:after,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label.i-sort-down:after,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label.i-sort-down:after,.liveDashboard ._account_api .list-results thead tbody span.i-sort-down.status:after,.liveDashboard ._account_api .list-results tbody thead span.i-sort-down.status:after,.liveDashboard ._account_api .list-results thead tbody td.is-running span.i-sort-down:after,.liveDashboard ._account_api .list-results tbody td.is-running thead span.i-sort-down:after,.liveDashboard ._account_api .list-results thead tbody td.is-pending span.i-sort-down:after,.liveDashboard ._account_api .list-results tbody td.is-pending thead span.i-sort-down:after,._account_api .liveDashboard .list-results thead .i-sort-down.icon:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .i-sort-down.dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .i-sort-down.dialog-aside:after,._account_api .liveDashboard .list-results thead .w-toast .i-sort-down.toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .i-sort-down.toast.plus:after,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.i-sort-down:after,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label.i-sort-down:after,._account_api .liveDashboard .list-results thead tbody span.i-sort-down.status:after,._account_api .liveDashboard .list-results tbody thead span.i-sort-down.status:after,._account_api .liveDashboard .list-results thead tbody td.is-running span.i-sort-down:after,._account_api .liveDashboard .list-results tbody td.is-running thead span.i-sort-down:after,._account_api .liveDashboard .list-results thead tbody td.is-pending span.i-sort-down:after,._account_api .liveDashboard .list-results tbody td.is-pending thead span.i-sort-down:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .i-sort-down.dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .i-sort-down.dropdown-toggle:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .i-sort-down.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .i-sort-down.dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .i-sort-down.filter:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .i-sort-down.filter:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .i-sort-down.filter:after,.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .i-sort-down.filter:after,.liveDashboard ._account_api .list-results thead .form-label.status span.i-sort-down:after,.liveDashboard ._account_api .list-results thead .status.status-log span.i-sort-down:after,.liveDashboard ._account_api .list-results thead .status.status-report-item span.i-sort-down:after,.liveDashboard ._account_api .list-results thead .double-list dd.status span.i-sort-down:after,.double-list .liveDashboard ._account_api .list-results thead dd.status span.i-sort-down:after,.liveDashboard ._account_api .list-results thead .double-list dt.status span.i-sort-down:after,.double-list .liveDashboard ._account_api .list-results thead dt.status span.i-sort-down:after,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span.i-sort-down:after,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title span.i-sort-down:after,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.i-sort-down:after,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label span.i-sort-down:after,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span.i-sort-down:after,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span.i-sort-down:after,._account_api .liveDashboard .list-results thead .form-label.status span.i-sort-down:after,._account_api .liveDashboard .list-results thead .status.status-log span.i-sort-down:after,._account_api .liveDashboard .list-results thead .status.status-report-item span.i-sort-down:after,._account_api .liveDashboard .list-results thead .double-list dd.status span.i-sort-down:after,.double-list ._account_api .liveDashboard .list-results thead dd.status span.i-sort-down:after,._account_api .liveDashboard .list-results thead .double-list dt.status span.i-sort-down:after,.double-list ._account_api .liveDashboard .list-results thead dt.status span.i-sort-down:after,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span.i-sort-down:after,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title span.i-sort-down:after,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.i-sort-down:after,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label span.i-sort-down:after,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span.i-sort-down:after,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span.i-sort-down:after,.liveDashboard .form-label.status ._account_api .list-results thead span.i-sort-down:after,.liveDashboard .status.status-log ._account_api .list-results thead span.i-sort-down:after,.liveDashboard .status.status-report-item ._account_api .list-results thead span.i-sort-down:after,.liveDashboard .double-list dd.status ._account_api .list-results thead span.i-sort-down:after,.double-list .liveDashboard dd.status ._account_api .list-results thead span.i-sort-down:after,.liveDashboard .double-list dt.status ._account_api .list-results thead span.i-sort-down:after,.double-list .liveDashboard dt.status ._account_api .list-results thead span.i-sort-down:after,.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span.i-sort-down:after,.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead span.i-sort-down:after,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.i-sort-down:after,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead span.i-sort-down:after,.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span.i-sort-down:after,.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead span.i-sort-down:after,.form-label.status ._account_api .liveDashboard .list-results thead span.i-sort-down:after,.status.status-log ._account_api .liveDashboard .list-results thead span.i-sort-down:after,.status.status-report-item ._account_api .liveDashboard .list-results thead span.i-sort-down:after,.double-list dd.status ._account_api .liveDashboard .list-results thead span.i-sort-down:after,.double-list dt.status ._account_api .liveDashboard .list-results thead span.i-sort-down:after,.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead span.i-sort-down:after,.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead span.i-sort-down:after,.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead span.i-sort-down:after,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span.i-sort-down:after,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span.i-sort-down:after,.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span.i-sort-down:after,.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead span.i-sort-down:after,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span.i-sort-down:after,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.i-sort-down:after,.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span.i-sort-down:after,.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead span.i-sort-down:after,.liveDashboard ._account_api .list-results thead .sub-header .w-form label.i-sort-down:after,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list label.i-sort-down:after,._account_api .liveDashboard .list-results thead .sub-header .w-form label.i-sort-down:after,._account_api .liveDashboard .list-results thead .sub-header .w-double-list label.i-sort-down:after,.liveDashboard .sub-header .w-form ._account_api .list-results thead label.i-sort-down:after,.liveDashboard .sub-header .w-double-list ._account_api .list-results thead label.i-sort-down:after,.sub-header .w-form ._account_api .liveDashboard .list-results thead label.i-sort-down:after,.sub-header .w-double-list ._account_api .liveDashboard .list-results thead label.i-sort-down:after,.liveDashboard ._account_api .list-results thead .block-filters button.i-sort-down:after,._account_api .liveDashboard .list-results thead .block-filters button.i-sort-down:after,.liveDashboard .block-filters ._account_api .list-results thead button.i-sort-down:after,.block-filters ._account_api .liveDashboard .list-results thead button.i-sort-down:after,.liveDashboard ._account_api .list-results thead .block-filters select.i-sort-down:after,._account_api .liveDashboard .list-results thead .block-filters select.i-sort-down:after,.liveDashboard .block-filters ._account_api .list-results thead select.i-sort-down:after,.block-filters ._account_api .liveDashboard .list-results thead select.i-sort-down:after,.liveDashboard ._account_api .list-results thead .form-auto-list .i-sort-down.form-auto-item.is-user-is-inactive:after,._account_api .liveDashboard .list-results thead .form-auto-list .i-sort-down.form-auto-item.is-user-is-inactive:after,.liveDashboard .form-auto-list ._account_api .list-results thead .i-sort-down.form-auto-item.is-user-is-inactive:after,.form-auto-list ._account_api .liveDashboard .list-results thead .i-sort-down.form-auto-item.is-user-is-inactive:after,.liveDashboard ._account_api .list-results thead .form-auto-list .i-sort-down.form-auto-item.is-user-is-active:after,._account_api .liveDashboard .list-results thead .form-auto-list .i-sort-down.form-auto-item.is-user-is-active:after,.liveDashboard .form-auto-list ._account_api .list-results thead .i-sort-down.form-auto-item.is-user-is-active:after,.form-auto-list ._account_api .liveDashboard .list-results thead .i-sort-down.form-auto-item.is-user-is-active:after,.liveDashboard ._account_api .list-results thead .list-results-header .status.title span.i-sort-down:after,._account_api .liveDashboard .list-results thead .list-results-header .status.title span.i-sort-down:after,.liveDashboard .list-results-header .status.title ._account_api .list-results thead span.i-sort-down:after,.list-results-header .status.title ._account_api .liveDashboard .list-results thead span.i-sort-down:after,.liveDashboard ._account_api .list-results thead tr span.i-sort-down:after,._account_api .liveDashboard .list-results thead tr span.i-sort-down:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .i-sort-down.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .i-sort-down.dropdown-toggle:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .i-sort-down.filter:after,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .i-sort-down.filter:after,._account_api .form-label.status .liveDashboard .list-results thead span.i-sort-down:after,._account_api .status.status-log .liveDashboard .list-results thead span.i-sort-down:after,._account_api .status.status-report-item .liveDashboard .list-results thead span.i-sort-down:after,._account_api .double-list dd.status .liveDashboard .list-results thead span.i-sort-down:after,.double-list ._account_api dd.status .liveDashboard .list-results thead span.i-sort-down:after,._account_api .double-list dt.status .liveDashboard .list-results thead span.i-sort-down:after,.double-list ._account_api dt.status .liveDashboard .list-results thead span.i-sort-down:after,._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span.i-sort-down:after,.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead span.i-sort-down:after,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.i-sort-down:after,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead span.i-sort-down:after,._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.i-sort-down:after,.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead span.i-sort-down:after,.form-label.status .liveDashboard ._account_api .list-results thead span.i-sort-down:after,.status.status-log .liveDashboard ._account_api .list-results thead span.i-sort-down:after,.status.status-report-item .liveDashboard ._account_api .list-results thead span.i-sort-down:after,.double-list dd.status .liveDashboard ._account_api .list-results thead span.i-sort-down:after,.double-list dt.status .liveDashboard ._account_api .list-results thead span.i-sort-down:after,.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead span.i-sort-down:after,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead span.i-sort-down:after,.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead span.i-sort-down:after,._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span.i-sort-down:after,.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead span.i-sort-down:after,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.i-sort-down:after,.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead span.i-sort-down:after,._account_api .sub-header .w-form .liveDashboard .list-results thead label.i-sort-down:after,._account_api .sub-header .w-double-list .liveDashboard .list-results thead label.i-sort-down:after,.sub-header .w-form .liveDashboard ._account_api .list-results thead label.i-sort-down:after,.sub-header .w-double-list .liveDashboard ._account_api .list-results thead label.i-sort-down:after,._account_api .block-filters .liveDashboard .list-results thead button.i-sort-down:after,.block-filters .liveDashboard ._account_api .list-results thead button.i-sort-down:after,._account_api .block-filters .liveDashboard .list-results thead select.i-sort-down:after,.block-filters .liveDashboard ._account_api .list-results thead select.i-sort-down:after,._account_api .form-auto-list .liveDashboard .list-results thead .i-sort-down.form-auto-item.is-user-is-inactive:after,.form-auto-list .liveDashboard ._account_api .list-results thead .i-sort-down.form-auto-item.is-user-is-inactive:after,._account_api .form-auto-list .liveDashboard .list-results thead .i-sort-down.form-auto-item.is-user-is-active:after,.form-auto-list .liveDashboard ._account_api .list-results thead .i-sort-down.form-auto-item.is-user-is-active:after,._account_api .list-results-header .status.title .liveDashboard .list-results thead span.i-sort-down:after,.list-results-header .status.title .liveDashboard ._account_api .list-results thead span.i-sort-down:after,.list-results thead tr span.i-sort-down:after,.form-auto-list .i-sort-down.form-auto-item.is-user-is-inactive:after,.form-auto-list .i-sort-down.form-auto-item.is-user-is-active:after,.block-filters button.i-sort-down:after,.block-filters select.i-sort-down:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .i-sort-down.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .i-sort-down.filter:after,.form-label.status span.i-sort-down:after,.status.status-log span.i-sort-down:after,.status.status-report-item span.i-sort-down:after,.double-list dd.status span.i-sort-down:after,.double-list dt.status span.i-sort-down:after,.w-cards-container .w-card .status.title span.i-sort-down:after,.w-cards-container .w-card.centered .w-value .status.label span.i-sort-down:after,.list-results tbody tr.sublist .status.title span.i-sort-down:after,.list-results-header .status.title span.i-sort-down:after,.w-filters-selected label.status.small span.i-sort-down:after,.w-filters-selected .status.btn-f-s span.i-sort-down:after,.sub-header .w-form label.i-sort-down:after,.sub-header .w-double-list label.i-sort-down:after{content:"\E9ED"}.icon.i-roi:before,.i-roi.w-alert-banner:before,.liveDashboard .list-results thead .i-roi.w-alert-banner:before,._account_api .list-results thead .i-roi.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-roi.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-roi.btn-filter:before,.w-time-period .dropdown .w-selection .i-roi.btn-period-edit:before,.block-filters .i-roi.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-roi:before,.list-results tbody span.i-roi.status:before,.list-results tbody td.is-running span.i-roi:before,.list-results tbody td.is-pending span.i-roi:before,.liveDashboard .list-results thead .i-roi.icon:before,.liveDashboard .list-results thead tr span.i-roi:before,._account_api .list-results thead .i-roi.icon:before,._account_api .list-results thead tr span.i-roi:before,.list-results thead tr span.i-roi:before,.form-auto-list .i-roi.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-roi.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-roi.filter:before,.form-label.status span.i-roi:before,.status.status-log span.i-roi:before,.status.status-report-item span.i-roi:before,.double-list dd.status span.i-roi:before,.double-list dt.status span.i-roi:before,.w-cards-container .w-card .status.title span.i-roi:before,.w-cards-container .w-card.centered .w-value .status.label span.i-roi:before,.list-results tbody tr.sublist .status.title span.i-roi:before,.list-results-header .status.title span.i-roi:before,.w-filters-selected label.status.small span.i-roi:before,.w-filters-selected .status.btn-f-s span.i-roi:before,.sub-header .w-form label.i-roi:before,.sub-header .w-double-list label.i-roi:before{content:"\E900"}.icon.i-ext-link:after,.w-dialog.plus .i-ext-link.dialog-aside:after,.w-toast .i-ext-link.toast.plus:after,.toggleWrapper input.mobileToggle+label.i-ext-link:after,.list-results tbody span.i-ext-link.status:after,.list-results tbody td.is-running span.i-ext-link:after,.list-results tbody td.is-pending span.i-ext-link:after,.liveDashboard .list-results thead .i-ext-link.icon:after,.liveDashboard .list-results thead .w-dialog.plus .i-ext-link.dialog-aside:after,.w-dialog.plus .liveDashboard .list-results thead .i-ext-link.dialog-aside:after,.liveDashboard .list-results thead .w-toast .i-ext-link.toast.plus:after,.w-toast .liveDashboard .list-results thead .i-ext-link.toast.plus:after,.liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.i-ext-link:after,.toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label.i-ext-link:after,.liveDashboard .list-results thead tbody span.i-ext-link.status:after,.liveDashboard .list-results tbody thead span.i-ext-link.status:after,.liveDashboard .list-results thead tbody td.is-running span.i-ext-link:after,.liveDashboard .list-results tbody td.is-running thead span.i-ext-link:after,.liveDashboard .list-results thead tbody td.is-pending span.i-ext-link:after,.liveDashboard .list-results tbody td.is-pending thead span.i-ext-link:after,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .i-ext-link.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .i-ext-link.dropdown-toggle:after,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .i-ext-link.filter:after,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .i-ext-link.filter:after,.liveDashboard .list-results thead .form-label.status span.i-ext-link:after,.liveDashboard .list-results thead .status.status-log span.i-ext-link:after,.liveDashboard .list-results thead .status.status-report-item span.i-ext-link:after,.liveDashboard .list-results thead .double-list dd.status span.i-ext-link:after,.double-list .liveDashboard .list-results thead dd.status span.i-ext-link:after,.liveDashboard .list-results thead .double-list dt.status span.i-ext-link:after,.double-list .liveDashboard .list-results thead dt.status span.i-ext-link:after,.liveDashboard .list-results thead .w-cards-container .w-card .status.title span.i-ext-link:after,.w-cards-container .w-card .liveDashboard .list-results thead .status.title span.i-ext-link:after,.liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.i-ext-link:after,.w-cards-container .w-card.centered .w-value .liveDashboard .list-results thead .status.label span.i-ext-link:after,.liveDashboard .list-results thead tbody tr.sublist .status.title span.i-ext-link:after,.liveDashboard .list-results tbody tr.sublist thead .status.title span.i-ext-link:after,.form-label.status .liveDashboard .list-results thead span.i-ext-link:after,.status.status-log .liveDashboard .list-results thead span.i-ext-link:after,.status.status-report-item .liveDashboard .list-results thead span.i-ext-link:after,.double-list dd.status .liveDashboard .list-results thead span.i-ext-link:after,.double-list dt.status .liveDashboard .list-results thead span.i-ext-link:after,.w-cards-container .w-card .status.title .liveDashboard .list-results thead span.i-ext-link:after,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.i-ext-link:after,.list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.i-ext-link:after,.liveDashboard .list-results thead .w-filters-selected label.status.small span.i-ext-link:after,.w-filters-selected label.status.small .liveDashboard .list-results thead span.i-ext-link:after,.liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.i-ext-link:after,.w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.i-ext-link:after,.liveDashboard .list-results thead .sub-header .w-form label.i-ext-link:after,.liveDashboard .list-results thead .sub-header .w-double-list label.i-ext-link:after,.sub-header .w-form .liveDashboard .list-results thead label.i-ext-link:after,.sub-header .w-double-list .liveDashboard .list-results thead label.i-ext-link:after,.liveDashboard .list-results thead .block-filters button.i-ext-link:after,.block-filters .liveDashboard .list-results thead button.i-ext-link:after,.liveDashboard .list-results thead .block-filters select.i-ext-link:after,.block-filters .liveDashboard .list-results thead select.i-ext-link:after,.liveDashboard .list-results thead .form-auto-list .i-ext-link.form-auto-item.is-user-is-inactive:after,.form-auto-list .liveDashboard .list-results thead .i-ext-link.form-auto-item.is-user-is-inactive:after,.liveDashboard .list-results thead .form-auto-list .i-ext-link.form-auto-item.is-user-is-active:after,.form-auto-list .liveDashboard .list-results thead .i-ext-link.form-auto-item.is-user-is-active:after,.liveDashboard .list-results thead .list-results-header .status.title span.i-ext-link:after,.list-results-header .status.title .liveDashboard .list-results thead span.i-ext-link:after,.liveDashboard .list-results thead tr span.i-ext-link:after,._account_api .list-results thead .i-ext-link.icon:after,._account_api .list-results thead .w-dialog.plus .i-ext-link.dialog-aside:after,.w-dialog.plus ._account_api .list-results thead .i-ext-link.dialog-aside:after,._account_api .list-results thead .w-toast .i-ext-link.toast.plus:after,.w-toast ._account_api .list-results thead .i-ext-link.toast.plus:after,._account_api .list-results thead .toggleWrapper input.mobileToggle+label.i-ext-link:after,.toggleWrapper ._account_api .list-results thead input.mobileToggle+label.i-ext-link:after,._account_api .list-results thead tbody span.i-ext-link.status:after,._account_api .list-results tbody thead span.i-ext-link.status:after,._account_api .list-results thead tbody td.is-running span.i-ext-link:after,._account_api .list-results tbody td.is-running thead span.i-ext-link:after,._account_api .list-results thead tbody td.is-pending span.i-ext-link:after,._account_api .list-results tbody td.is-pending thead span.i-ext-link:after,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .i-ext-link.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .i-ext-link.dropdown-toggle:after,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .i-ext-link.filter:after,.w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .i-ext-link.filter:after,._account_api .list-results thead .form-label.status span.i-ext-link:after,._account_api .list-results thead .status.status-log span.i-ext-link:after,._account_api .list-results thead .status.status-report-item span.i-ext-link:after,._account_api .list-results thead .double-list dd.status span.i-ext-link:after,.double-list ._account_api .list-results thead dd.status span.i-ext-link:after,._account_api .list-results thead .double-list dt.status span.i-ext-link:after,.double-list ._account_api .list-results thead dt.status span.i-ext-link:after,._account_api .list-results thead .w-cards-container .w-card .status.title span.i-ext-link:after,.w-cards-container .w-card ._account_api .list-results thead .status.title span.i-ext-link:after,._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.i-ext-link:after,.w-cards-container .w-card.centered .w-value ._account_api .list-results thead .status.label span.i-ext-link:after,._account_api .list-results thead tbody tr.sublist .status.title span.i-ext-link:after,._account_api .list-results tbody tr.sublist thead .status.title span.i-ext-link:after,.form-label.status ._account_api .list-results thead span.i-ext-link:after,.status.status-log ._account_api .list-results thead span.i-ext-link:after,.status.status-report-item ._account_api .list-results thead span.i-ext-link:after,.double-list dd.status ._account_api .list-results thead span.i-ext-link:after,.double-list dt.status ._account_api .list-results thead span.i-ext-link:after,.w-cards-container .w-card .status.title ._account_api .list-results thead span.i-ext-link:after,.w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.i-ext-link:after,.list-results tbody tr.sublist .status.title ._account_api .list-results thead span.i-ext-link:after,._account_api .list-results thead .w-filters-selected label.status.small span.i-ext-link:after,.w-filters-selected label.status.small ._account_api .list-results thead span.i-ext-link:after,._account_api .list-results thead .w-filters-selected .status.btn-f-s span.i-ext-link:after,.w-filters-selected .status.btn-f-s ._account_api .list-results thead span.i-ext-link:after,._account_api .list-results thead .sub-header .w-form label.i-ext-link:after,._account_api .list-results thead .sub-header .w-double-list label.i-ext-link:after,.sub-header .w-form ._account_api .list-results thead label.i-ext-link:after,.sub-header .w-double-list ._account_api .list-results thead label.i-ext-link:after,._account_api .list-results thead .block-filters button.i-ext-link:after,.block-filters ._account_api .list-results thead button.i-ext-link:after,._account_api .list-results thead .block-filters select.i-ext-link:after,.block-filters ._account_api .list-results thead select.i-ext-link:after,._account_api .list-results thead .form-auto-list .i-ext-link.form-auto-item.is-user-is-inactive:after,.form-auto-list ._account_api .list-results thead .i-ext-link.form-auto-item.is-user-is-inactive:after,._account_api .list-results thead .form-auto-list .i-ext-link.form-auto-item.is-user-is-active:after,.form-auto-list ._account_api .list-results thead .i-ext-link.form-auto-item.is-user-is-active:after,._account_api .list-results thead .list-results-header .status.title span.i-ext-link:after,.list-results-header .status.title ._account_api .list-results thead span.i-ext-link:after,._account_api .list-results thead tr span.i-ext-link:after,.liveDashboard ._account_api .list-results thead .i-ext-link.icon:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .i-ext-link.dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .i-ext-link.dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-toast .i-ext-link.toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .i-ext-link.toast.plus:after,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label.i-ext-link:after,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label.i-ext-link:after,.liveDashboard ._account_api .list-results thead tbody span.i-ext-link.status:after,.liveDashboard ._account_api .list-results tbody thead span.i-ext-link.status:after,.liveDashboard ._account_api .list-results thead tbody td.is-running span.i-ext-link:after,.liveDashboard ._account_api .list-results tbody td.is-running thead span.i-ext-link:after,.liveDashboard ._account_api .list-results thead tbody td.is-pending span.i-ext-link:after,.liveDashboard ._account_api .list-results tbody td.is-pending thead span.i-ext-link:after,._account_api .liveDashboard .list-results thead .i-ext-link.icon:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .i-ext-link.dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .i-ext-link.dialog-aside:after,._account_api .liveDashboard .list-results thead .w-toast .i-ext-link.toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .i-ext-link.toast.plus:after,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.i-ext-link:after,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label.i-ext-link:after,._account_api .liveDashboard .list-results thead tbody span.i-ext-link.status:after,._account_api .liveDashboard .list-results tbody thead span.i-ext-link.status:after,._account_api .liveDashboard .list-results thead tbody td.is-running span.i-ext-link:after,._account_api .liveDashboard .list-results tbody td.is-running thead span.i-ext-link:after,._account_api .liveDashboard .list-results thead tbody td.is-pending span.i-ext-link:after,._account_api .liveDashboard .list-results tbody td.is-pending thead span.i-ext-link:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .i-ext-link.dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .i-ext-link.dropdown-toggle:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .i-ext-link.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .i-ext-link.dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .i-ext-link.filter:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .i-ext-link.filter:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .i-ext-link.filter:after,.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .i-ext-link.filter:after,.liveDashboard ._account_api .list-results thead .form-label.status span.i-ext-link:after,.liveDashboard ._account_api .list-results thead .status.status-log span.i-ext-link:after,.liveDashboard ._account_api .list-results thead .status.status-report-item span.i-ext-link:after,.liveDashboard ._account_api .list-results thead .double-list dd.status span.i-ext-link:after,.double-list .liveDashboard ._account_api .list-results thead dd.status span.i-ext-link:after,.liveDashboard ._account_api .list-results thead .double-list dt.status span.i-ext-link:after,.double-list .liveDashboard ._account_api .list-results thead dt.status span.i-ext-link:after,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span.i-ext-link:after,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title span.i-ext-link:after,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.i-ext-link:after,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label span.i-ext-link:after,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span.i-ext-link:after,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span.i-ext-link:after,._account_api .liveDashboard .list-results thead .form-label.status span.i-ext-link:after,._account_api .liveDashboard .list-results thead .status.status-log span.i-ext-link:after,._account_api .liveDashboard .list-results thead .status.status-report-item span.i-ext-link:after,._account_api .liveDashboard .list-results thead .double-list dd.status span.i-ext-link:after,.double-list ._account_api .liveDashboard .list-results thead dd.status span.i-ext-link:after,._account_api .liveDashboard .list-results thead .double-list dt.status span.i-ext-link:after,.double-list ._account_api .liveDashboard .list-results thead dt.status span.i-ext-link:after,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span.i-ext-link:after,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title span.i-ext-link:after,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.i-ext-link:after,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label span.i-ext-link:after,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span.i-ext-link:after,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span.i-ext-link:after,.liveDashboard .form-label.status ._account_api .list-results thead span.i-ext-link:after,.liveDashboard .status.status-log ._account_api .list-results thead span.i-ext-link:after,.liveDashboard .status.status-report-item ._account_api .list-results thead span.i-ext-link:after,.liveDashboard .double-list dd.status ._account_api .list-results thead span.i-ext-link:after,.double-list .liveDashboard dd.status ._account_api .list-results thead span.i-ext-link:after,.liveDashboard .double-list dt.status ._account_api .list-results thead span.i-ext-link:after,.double-list .liveDashboard dt.status ._account_api .list-results thead span.i-ext-link:after,.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span.i-ext-link:after,.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead span.i-ext-link:after,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.i-ext-link:after,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead span.i-ext-link:after,.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span.i-ext-link:after,.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead span.i-ext-link:after,.form-label.status ._account_api .liveDashboard .list-results thead span.i-ext-link:after,.status.status-log ._account_api .liveDashboard .list-results thead span.i-ext-link:after,.status.status-report-item ._account_api .liveDashboard .list-results thead span.i-ext-link:after,.double-list dd.status ._account_api .liveDashboard .list-results thead span.i-ext-link:after,.double-list dt.status ._account_api .liveDashboard .list-results thead span.i-ext-link:after,.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead span.i-ext-link:after,.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead span.i-ext-link:after,.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead span.i-ext-link:after,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span.i-ext-link:after,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span.i-ext-link:after,.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span.i-ext-link:after,.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead span.i-ext-link:after,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span.i-ext-link:after,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.i-ext-link:after,.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span.i-ext-link:after,.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead span.i-ext-link:after,.liveDashboard ._account_api .list-results thead .sub-header .w-form label.i-ext-link:after,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list label.i-ext-link:after,._account_api .liveDashboard .list-results thead .sub-header .w-form label.i-ext-link:after,._account_api .liveDashboard .list-results thead .sub-header .w-double-list label.i-ext-link:after,.liveDashboard .sub-header .w-form ._account_api .list-results thead label.i-ext-link:after,.liveDashboard .sub-header .w-double-list ._account_api .list-results thead label.i-ext-link:after,.sub-header .w-form ._account_api .liveDashboard .list-results thead label.i-ext-link:after,.sub-header .w-double-list ._account_api .liveDashboard .list-results thead label.i-ext-link:after,.liveDashboard ._account_api .list-results thead .block-filters button.i-ext-link:after,._account_api .liveDashboard .list-results thead .block-filters button.i-ext-link:after,.liveDashboard .block-filters ._account_api .list-results thead button.i-ext-link:after,.block-filters ._account_api .liveDashboard .list-results thead button.i-ext-link:after,.liveDashboard ._account_api .list-results thead .block-filters select.i-ext-link:after,._account_api .liveDashboard .list-results thead .block-filters select.i-ext-link:after,.liveDashboard .block-filters ._account_api .list-results thead select.i-ext-link:after,.block-filters ._account_api .liveDashboard .list-results thead select.i-ext-link:after,.liveDashboard ._account_api .list-results thead .form-auto-list .i-ext-link.form-auto-item.is-user-is-inactive:after,._account_api .liveDashboard .list-results thead .form-auto-list .i-ext-link.form-auto-item.is-user-is-inactive:after,.liveDashboard .form-auto-list ._account_api .list-results thead .i-ext-link.form-auto-item.is-user-is-inactive:after,.form-auto-list ._account_api .liveDashboard .list-results thead .i-ext-link.form-auto-item.is-user-is-inactive:after,.liveDashboard ._account_api .list-results thead .form-auto-list .i-ext-link.form-auto-item.is-user-is-active:after,._account_api .liveDashboard .list-results thead .form-auto-list .i-ext-link.form-auto-item.is-user-is-active:after,.liveDashboard .form-auto-list ._account_api .list-results thead .i-ext-link.form-auto-item.is-user-is-active:after,.form-auto-list ._account_api .liveDashboard .list-results thead .i-ext-link.form-auto-item.is-user-is-active:after,.liveDashboard ._account_api .list-results thead .list-results-header .status.title span.i-ext-link:after,._account_api .liveDashboard .list-results thead .list-results-header .status.title span.i-ext-link:after,.liveDashboard .list-results-header .status.title ._account_api .list-results thead span.i-ext-link:after,.list-results-header .status.title ._account_api .liveDashboard .list-results thead span.i-ext-link:after,.liveDashboard ._account_api .list-results thead tr span.i-ext-link:after,._account_api .liveDashboard .list-results thead tr span.i-ext-link:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .i-ext-link.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .i-ext-link.dropdown-toggle:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .i-ext-link.filter:after,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .i-ext-link.filter:after,._account_api .form-label.status .liveDashboard .list-results thead span.i-ext-link:after,._account_api .status.status-log .liveDashboard .list-results thead span.i-ext-link:after,._account_api .status.status-report-item .liveDashboard .list-results thead span.i-ext-link:after,._account_api .double-list dd.status .liveDashboard .list-results thead span.i-ext-link:after,.double-list ._account_api dd.status .liveDashboard .list-results thead span.i-ext-link:after,._account_api .double-list dt.status .liveDashboard .list-results thead span.i-ext-link:after,.double-list ._account_api dt.status .liveDashboard .list-results thead span.i-ext-link:after,._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span.i-ext-link:after,.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead span.i-ext-link:after,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.i-ext-link:after,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead span.i-ext-link:after,._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.i-ext-link:after,.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead span.i-ext-link:after,.form-label.status .liveDashboard ._account_api .list-results thead span.i-ext-link:after,.status.status-log .liveDashboard ._account_api .list-results thead span.i-ext-link:after,.status.status-report-item .liveDashboard ._account_api .list-results thead span.i-ext-link:after,.double-list dd.status .liveDashboard ._account_api .list-results thead span.i-ext-link:after,.double-list dt.status .liveDashboard ._account_api .list-results thead span.i-ext-link:after,.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead span.i-ext-link:after,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead span.i-ext-link:after,.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead span.i-ext-link:after,._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span.i-ext-link:after,.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead span.i-ext-link:after,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.i-ext-link:after,.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead span.i-ext-link:after,._account_api .sub-header .w-form .liveDashboard .list-results thead label.i-ext-link:after,._account_api .sub-header .w-double-list .liveDashboard .list-results thead label.i-ext-link:after,.sub-header .w-form .liveDashboard ._account_api .list-results thead label.i-ext-link:after,.sub-header .w-double-list .liveDashboard ._account_api .list-results thead label.i-ext-link:after,._account_api .block-filters .liveDashboard .list-results thead button.i-ext-link:after,.block-filters .liveDashboard ._account_api .list-results thead button.i-ext-link:after,._account_api .block-filters .liveDashboard .list-results thead select.i-ext-link:after,.block-filters .liveDashboard ._account_api .list-results thead select.i-ext-link:after,._account_api .form-auto-list .liveDashboard .list-results thead .i-ext-link.form-auto-item.is-user-is-inactive:after,.form-auto-list .liveDashboard ._account_api .list-results thead .i-ext-link.form-auto-item.is-user-is-inactive:after,._account_api .form-auto-list .liveDashboard .list-results thead .i-ext-link.form-auto-item.is-user-is-active:after,.form-auto-list .liveDashboard ._account_api .list-results thead .i-ext-link.form-auto-item.is-user-is-active:after,._account_api .list-results-header .status.title .liveDashboard .list-results thead span.i-ext-link:after,.list-results-header .status.title .liveDashboard ._account_api .list-results thead span.i-ext-link:after,.list-results thead tr span.i-ext-link:after,.form-auto-list .i-ext-link.form-auto-item.is-user-is-inactive:after,.form-auto-list .i-ext-link.form-auto-item.is-user-is-active:after,.block-filters button.i-ext-link:after,.block-filters select.i-ext-link:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .i-ext-link.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .i-ext-link.filter:after,.form-label.status span.i-ext-link:after,.status.status-log span.i-ext-link:after,.status.status-report-item span.i-ext-link:after,.double-list dd.status span.i-ext-link:after,.double-list dt.status span.i-ext-link:after,.w-cards-container .w-card .status.title span.i-ext-link:after,.w-cards-container .w-card.centered .w-value .status.label span.i-ext-link:after,.list-results tbody tr.sublist .status.title span.i-ext-link:after,.list-results-header .status.title span.i-ext-link:after,.w-filters-selected label.status.small span.i-ext-link:after,.w-filters-selected .status.btn-f-s span.i-ext-link:after,.sub-header .w-form label.i-ext-link:after,.sub-header .w-double-list label.i-ext-link:after{content:"\E94A"}.icon.i-dropdown:after,.w-dialog.plus .i-dropdown.dialog-aside:after,.w-toast .i-dropdown.toast.plus:after,.toggleWrapper input.mobileToggle+label.i-dropdown:after,.list-results tbody span.i-dropdown.status:after,.list-results tbody td.is-running span.i-dropdown:after,.list-results tbody td.is-pending span.i-dropdown:after,.liveDashboard .list-results thead .i-dropdown.icon:after,.liveDashboard .list-results thead .w-dialog.plus .i-dropdown.dialog-aside:after,.w-dialog.plus .liveDashboard .list-results thead .i-dropdown.dialog-aside:after,.liveDashboard .list-results thead .w-toast .i-dropdown.toast.plus:after,.w-toast .liveDashboard .list-results thead .i-dropdown.toast.plus:after,.liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.i-dropdown:after,.toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label.i-dropdown:after,.liveDashboard .list-results thead tbody span.i-dropdown.status:after,.liveDashboard .list-results tbody thead span.i-dropdown.status:after,.liveDashboard .list-results thead tbody td.is-running span.i-dropdown:after,.liveDashboard .list-results tbody td.is-running thead span.i-dropdown:after,.liveDashboard .list-results thead tbody td.is-pending span.i-dropdown:after,.liveDashboard .list-results tbody td.is-pending thead span.i-dropdown:after,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .i-dropdown.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .i-dropdown.dropdown-toggle:after,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .i-dropdown.filter:after,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .i-dropdown.filter:after,.liveDashboard .list-results thead .form-label.status span.i-dropdown:after,.liveDashboard .list-results thead .status.status-log span.i-dropdown:after,.liveDashboard .list-results thead .status.status-report-item span.i-dropdown:after,.liveDashboard .list-results thead .double-list dd.status span.i-dropdown:after,.double-list .liveDashboard .list-results thead dd.status span.i-dropdown:after,.liveDashboard .list-results thead .double-list dt.status span.i-dropdown:after,.double-list .liveDashboard .list-results thead dt.status span.i-dropdown:after,.liveDashboard .list-results thead .w-cards-container .w-card .status.title span.i-dropdown:after,.w-cards-container .w-card .liveDashboard .list-results thead .status.title span.i-dropdown:after,.liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.i-dropdown:after,.w-cards-container .w-card.centered .w-value .liveDashboard .list-results thead .status.label span.i-dropdown:after,.liveDashboard .list-results thead tbody tr.sublist .status.title span.i-dropdown:after,.liveDashboard .list-results tbody tr.sublist thead .status.title span.i-dropdown:after,.form-label.status .liveDashboard .list-results thead span.i-dropdown:after,.status.status-log .liveDashboard .list-results thead span.i-dropdown:after,.status.status-report-item .liveDashboard .list-results thead span.i-dropdown:after,.double-list dd.status .liveDashboard .list-results thead span.i-dropdown:after,.double-list dt.status .liveDashboard .list-results thead span.i-dropdown:after,.w-cards-container .w-card .status.title .liveDashboard .list-results thead span.i-dropdown:after,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.i-dropdown:after,.list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.i-dropdown:after,.liveDashboard .list-results thead .w-filters-selected label.status.small span.i-dropdown:after,.w-filters-selected label.status.small .liveDashboard .list-results thead span.i-dropdown:after,.liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.i-dropdown:after,.w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.i-dropdown:after,.liveDashboard .list-results thead .sub-header .w-form label.i-dropdown:after,.liveDashboard .list-results thead .sub-header .w-double-list label.i-dropdown:after,.sub-header .w-form .liveDashboard .list-results thead label.i-dropdown:after,.sub-header .w-double-list .liveDashboard .list-results thead label.i-dropdown:after,.liveDashboard .list-results thead .block-filters button.i-dropdown:after,.block-filters .liveDashboard .list-results thead button.i-dropdown:after,.liveDashboard .list-results thead .block-filters select.i-dropdown:after,.block-filters .liveDashboard .list-results thead select.i-dropdown:after,.liveDashboard .list-results thead .form-auto-list .i-dropdown.form-auto-item.is-user-is-inactive:after,.form-auto-list .liveDashboard .list-results thead .i-dropdown.form-auto-item.is-user-is-inactive:after,.liveDashboard .list-results thead .form-auto-list .i-dropdown.form-auto-item.is-user-is-active:after,.form-auto-list .liveDashboard .list-results thead .i-dropdown.form-auto-item.is-user-is-active:after,.liveDashboard .list-results thead .list-results-header .status.title span.i-dropdown:after,.list-results-header .status.title .liveDashboard .list-results thead span.i-dropdown:after,.liveDashboard .list-results thead tr span.i-dropdown:after,._account_api .list-results thead .i-dropdown.icon:after,._account_api .list-results thead .w-dialog.plus .i-dropdown.dialog-aside:after,.w-dialog.plus ._account_api .list-results thead .i-dropdown.dialog-aside:after,._account_api .list-results thead .w-toast .i-dropdown.toast.plus:after,.w-toast ._account_api .list-results thead .i-dropdown.toast.plus:after,._account_api .list-results thead .toggleWrapper input.mobileToggle+label.i-dropdown:after,.toggleWrapper ._account_api .list-results thead input.mobileToggle+label.i-dropdown:after,._account_api .list-results thead tbody span.i-dropdown.status:after,._account_api .list-results tbody thead span.i-dropdown.status:after,._account_api .list-results thead tbody td.is-running span.i-dropdown:after,._account_api .list-results tbody td.is-running thead span.i-dropdown:after,._account_api .list-results thead tbody td.is-pending span.i-dropdown:after,._account_api .list-results tbody td.is-pending thead span.i-dropdown:after,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .i-dropdown.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .i-dropdown.dropdown-toggle:after,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .i-dropdown.filter:after,.w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .i-dropdown.filter:after,._account_api .list-results thead .form-label.status span.i-dropdown:after,._account_api .list-results thead .status.status-log span.i-dropdown:after,._account_api .list-results thead .status.status-report-item span.i-dropdown:after,._account_api .list-results thead .double-list dd.status span.i-dropdown:after,.double-list ._account_api .list-results thead dd.status span.i-dropdown:after,._account_api .list-results thead .double-list dt.status span.i-dropdown:after,.double-list ._account_api .list-results thead dt.status span.i-dropdown:after,._account_api .list-results thead .w-cards-container .w-card .status.title span.i-dropdown:after,.w-cards-container .w-card ._account_api .list-results thead .status.title span.i-dropdown:after,._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.i-dropdown:after,.w-cards-container .w-card.centered .w-value ._account_api .list-results thead .status.label span.i-dropdown:after,._account_api .list-results thead tbody tr.sublist .status.title span.i-dropdown:after,._account_api .list-results tbody tr.sublist thead .status.title span.i-dropdown:after,.form-label.status ._account_api .list-results thead span.i-dropdown:after,.status.status-log ._account_api .list-results thead span.i-dropdown:after,.status.status-report-item ._account_api .list-results thead span.i-dropdown:after,.double-list dd.status ._account_api .list-results thead span.i-dropdown:after,.double-list dt.status ._account_api .list-results thead span.i-dropdown:after,.w-cards-container .w-card .status.title ._account_api .list-results thead span.i-dropdown:after,.w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.i-dropdown:after,.list-results tbody tr.sublist .status.title ._account_api .list-results thead span.i-dropdown:after,._account_api .list-results thead .w-filters-selected label.status.small span.i-dropdown:after,.w-filters-selected label.status.small ._account_api .list-results thead span.i-dropdown:after,._account_api .list-results thead .w-filters-selected .status.btn-f-s span.i-dropdown:after,.w-filters-selected .status.btn-f-s ._account_api .list-results thead span.i-dropdown:after,._account_api .list-results thead .sub-header .w-form label.i-dropdown:after,._account_api .list-results thead .sub-header .w-double-list label.i-dropdown:after,.sub-header .w-form ._account_api .list-results thead label.i-dropdown:after,.sub-header .w-double-list ._account_api .list-results thead label.i-dropdown:after,._account_api .list-results thead .block-filters button.i-dropdown:after,.block-filters ._account_api .list-results thead button.i-dropdown:after,._account_api .list-results thead .block-filters select.i-dropdown:after,.block-filters ._account_api .list-results thead select.i-dropdown:after,._account_api .list-results thead .form-auto-list .i-dropdown.form-auto-item.is-user-is-inactive:after,.form-auto-list ._account_api .list-results thead .i-dropdown.form-auto-item.is-user-is-inactive:after,._account_api .list-results thead .form-auto-list .i-dropdown.form-auto-item.is-user-is-active:after,.form-auto-list ._account_api .list-results thead .i-dropdown.form-auto-item.is-user-is-active:after,._account_api .list-results thead .list-results-header .status.title span.i-dropdown:after,.list-results-header .status.title ._account_api .list-results thead span.i-dropdown:after,._account_api .list-results thead tr span.i-dropdown:after,.liveDashboard ._account_api .list-results thead .i-dropdown.icon:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .i-dropdown.dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .i-dropdown.dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-toast .i-dropdown.toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .i-dropdown.toast.plus:after,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label.i-dropdown:after,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label.i-dropdown:after,.liveDashboard ._account_api .list-results thead tbody span.i-dropdown.status:after,.liveDashboard ._account_api .list-results tbody thead span.i-dropdown.status:after,.liveDashboard ._account_api .list-results thead tbody td.is-running span.i-dropdown:after,.liveDashboard ._account_api .list-results tbody td.is-running thead span.i-dropdown:after,.liveDashboard ._account_api .list-results thead tbody td.is-pending span.i-dropdown:after,.liveDashboard ._account_api .list-results tbody td.is-pending thead span.i-dropdown:after,._account_api .liveDashboard .list-results thead .i-dropdown.icon:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .i-dropdown.dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .i-dropdown.dialog-aside:after,._account_api .liveDashboard .list-results thead .w-toast .i-dropdown.toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .i-dropdown.toast.plus:after,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.i-dropdown:after,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label.i-dropdown:after,._account_api .liveDashboard .list-results thead tbody span.i-dropdown.status:after,._account_api .liveDashboard .list-results tbody thead span.i-dropdown.status:after,._account_api .liveDashboard .list-results thead tbody td.is-running span.i-dropdown:after,._account_api .liveDashboard .list-results tbody td.is-running thead span.i-dropdown:after,._account_api .liveDashboard .list-results thead tbody td.is-pending span.i-dropdown:after,._account_api .liveDashboard .list-results tbody td.is-pending thead span.i-dropdown:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .i-dropdown.dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .i-dropdown.dropdown-toggle:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .i-dropdown.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .i-dropdown.dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .i-dropdown.filter:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .i-dropdown.filter:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .i-dropdown.filter:after,.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .i-dropdown.filter:after,.liveDashboard ._account_api .list-results thead .form-label.status span.i-dropdown:after,.liveDashboard ._account_api .list-results thead .status.status-log span.i-dropdown:after,.liveDashboard ._account_api .list-results thead .status.status-report-item span.i-dropdown:after,.liveDashboard ._account_api .list-results thead .double-list dd.status span.i-dropdown:after,.double-list .liveDashboard ._account_api .list-results thead dd.status span.i-dropdown:after,.liveDashboard ._account_api .list-results thead .double-list dt.status span.i-dropdown:after,.double-list .liveDashboard ._account_api .list-results thead dt.status span.i-dropdown:after,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span.i-dropdown:after,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title span.i-dropdown:after,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.i-dropdown:after,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label span.i-dropdown:after,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span.i-dropdown:after,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span.i-dropdown:after,._account_api .liveDashboard .list-results thead .form-label.status span.i-dropdown:after,._account_api .liveDashboard .list-results thead .status.status-log span.i-dropdown:after,._account_api .liveDashboard .list-results thead .status.status-report-item span.i-dropdown:after,._account_api .liveDashboard .list-results thead .double-list dd.status span.i-dropdown:after,.double-list ._account_api .liveDashboard .list-results thead dd.status span.i-dropdown:after,._account_api .liveDashboard .list-results thead .double-list dt.status span.i-dropdown:after,.double-list ._account_api .liveDashboard .list-results thead dt.status span.i-dropdown:after,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span.i-dropdown:after,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title span.i-dropdown:after,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.i-dropdown:after,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label span.i-dropdown:after,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span.i-dropdown:after,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span.i-dropdown:after,.liveDashboard .form-label.status ._account_api .list-results thead span.i-dropdown:after,.liveDashboard .status.status-log ._account_api .list-results thead span.i-dropdown:after,.liveDashboard .status.status-report-item ._account_api .list-results thead span.i-dropdown:after,.liveDashboard .double-list dd.status ._account_api .list-results thead span.i-dropdown:after,.double-list .liveDashboard dd.status ._account_api .list-results thead span.i-dropdown:after,.liveDashboard .double-list dt.status ._account_api .list-results thead span.i-dropdown:after,.double-list .liveDashboard dt.status ._account_api .list-results thead span.i-dropdown:after,.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span.i-dropdown:after,.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead span.i-dropdown:after,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.i-dropdown:after,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead span.i-dropdown:after,.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span.i-dropdown:after,.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead span.i-dropdown:after,.form-label.status ._account_api .liveDashboard .list-results thead span.i-dropdown:after,.status.status-log ._account_api .liveDashboard .list-results thead span.i-dropdown:after,.status.status-report-item ._account_api .liveDashboard .list-results thead span.i-dropdown:after,.double-list dd.status ._account_api .liveDashboard .list-results thead span.i-dropdown:after,.double-list dt.status ._account_api .liveDashboard .list-results thead span.i-dropdown:after,.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead span.i-dropdown:after,.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead span.i-dropdown:after,.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead span.i-dropdown:after,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span.i-dropdown:after,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span.i-dropdown:after,.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span.i-dropdown:after,.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead span.i-dropdown:after,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span.i-dropdown:after,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.i-dropdown:after,.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span.i-dropdown:after,.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead span.i-dropdown:after,.liveDashboard ._account_api .list-results thead .sub-header .w-form label.i-dropdown:after,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list label.i-dropdown:after,._account_api .liveDashboard .list-results thead .sub-header .w-form label.i-dropdown:after,._account_api .liveDashboard .list-results thead .sub-header .w-double-list label.i-dropdown:after,.liveDashboard .sub-header .w-form ._account_api .list-results thead label.i-dropdown:after,.liveDashboard .sub-header .w-double-list ._account_api .list-results thead label.i-dropdown:after,.sub-header .w-form ._account_api .liveDashboard .list-results thead label.i-dropdown:after,.sub-header .w-double-list ._account_api .liveDashboard .list-results thead label.i-dropdown:after,.liveDashboard ._account_api .list-results thead .block-filters button.i-dropdown:after,._account_api .liveDashboard .list-results thead .block-filters button.i-dropdown:after,.liveDashboard .block-filters ._account_api .list-results thead button.i-dropdown:after,.block-filters ._account_api .liveDashboard .list-results thead button.i-dropdown:after,.liveDashboard ._account_api .list-results thead .block-filters select.i-dropdown:after,._account_api .liveDashboard .list-results thead .block-filters select.i-dropdown:after,.liveDashboard .block-filters ._account_api .list-results thead select.i-dropdown:after,.block-filters ._account_api .liveDashboard .list-results thead select.i-dropdown:after,.liveDashboard ._account_api .list-results thead .form-auto-list .i-dropdown.form-auto-item.is-user-is-inactive:after,._account_api .liveDashboard .list-results thead .form-auto-list .i-dropdown.form-auto-item.is-user-is-inactive:after,.liveDashboard .form-auto-list ._account_api .list-results thead .i-dropdown.form-auto-item.is-user-is-inactive:after,.form-auto-list ._account_api .liveDashboard .list-results thead .i-dropdown.form-auto-item.is-user-is-inactive:after,.liveDashboard ._account_api .list-results thead .form-auto-list .i-dropdown.form-auto-item.is-user-is-active:after,._account_api .liveDashboard .list-results thead .form-auto-list .i-dropdown.form-auto-item.is-user-is-active:after,.liveDashboard .form-auto-list ._account_api .list-results thead .i-dropdown.form-auto-item.is-user-is-active:after,.form-auto-list ._account_api .liveDashboard .list-results thead .i-dropdown.form-auto-item.is-user-is-active:after,.liveDashboard ._account_api .list-results thead .list-results-header .status.title span.i-dropdown:after,._account_api .liveDashboard .list-results thead .list-results-header .status.title span.i-dropdown:after,.liveDashboard .list-results-header .status.title ._account_api .list-results thead span.i-dropdown:after,.list-results-header .status.title ._account_api .liveDashboard .list-results thead span.i-dropdown:after,.liveDashboard ._account_api .list-results thead tr span.i-dropdown:after,._account_api .liveDashboard .list-results thead tr span.i-dropdown:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .i-dropdown.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .i-dropdown.dropdown-toggle:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .i-dropdown.filter:after,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .i-dropdown.filter:after,._account_api .form-label.status .liveDashboard .list-results thead span.i-dropdown:after,._account_api .status.status-log .liveDashboard .list-results thead span.i-dropdown:after,._account_api .status.status-report-item .liveDashboard .list-results thead span.i-dropdown:after,._account_api .double-list dd.status .liveDashboard .list-results thead span.i-dropdown:after,.double-list ._account_api dd.status .liveDashboard .list-results thead span.i-dropdown:after,._account_api .double-list dt.status .liveDashboard .list-results thead span.i-dropdown:after,.double-list ._account_api dt.status .liveDashboard .list-results thead span.i-dropdown:after,._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span.i-dropdown:after,.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead span.i-dropdown:after,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.i-dropdown:after,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead span.i-dropdown:after,._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.i-dropdown:after,.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead span.i-dropdown:after,.form-label.status .liveDashboard ._account_api .list-results thead span.i-dropdown:after,.status.status-log .liveDashboard ._account_api .list-results thead span.i-dropdown:after,.status.status-report-item .liveDashboard ._account_api .list-results thead span.i-dropdown:after,.double-list dd.status .liveDashboard ._account_api .list-results thead span.i-dropdown:after,.double-list dt.status .liveDashboard ._account_api .list-results thead span.i-dropdown:after,.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead span.i-dropdown:after,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead span.i-dropdown:after,.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead span.i-dropdown:after,._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span.i-dropdown:after,.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead span.i-dropdown:after,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.i-dropdown:after,.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead span.i-dropdown:after,._account_api .sub-header .w-form .liveDashboard .list-results thead label.i-dropdown:after,._account_api .sub-header .w-double-list .liveDashboard .list-results thead label.i-dropdown:after,.sub-header .w-form .liveDashboard ._account_api .list-results thead label.i-dropdown:after,.sub-header .w-double-list .liveDashboard ._account_api .list-results thead label.i-dropdown:after,._account_api .block-filters .liveDashboard .list-results thead button.i-dropdown:after,.block-filters .liveDashboard ._account_api .list-results thead button.i-dropdown:after,._account_api .block-filters .liveDashboard .list-results thead select.i-dropdown:after,.block-filters .liveDashboard ._account_api .list-results thead select.i-dropdown:after,._account_api .form-auto-list .liveDashboard .list-results thead .i-dropdown.form-auto-item.is-user-is-inactive:after,.form-auto-list .liveDashboard ._account_api .list-results thead .i-dropdown.form-auto-item.is-user-is-inactive:after,._account_api .form-auto-list .liveDashboard .list-results thead .i-dropdown.form-auto-item.is-user-is-active:after,.form-auto-list .liveDashboard ._account_api .list-results thead .i-dropdown.form-auto-item.is-user-is-active:after,._account_api .list-results-header .status.title .liveDashboard .list-results thead span.i-dropdown:after,.list-results-header .status.title .liveDashboard ._account_api .list-results thead span.i-dropdown:after,.list-results thead tr span.i-dropdown:after,.form-auto-list .i-dropdown.form-auto-item.is-user-is-inactive:after,.form-auto-list .i-dropdown.form-auto-item.is-user-is-active:after,.block-filters button.i-dropdown:after,.block-filters select.i-dropdown:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .i-dropdown.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .i-dropdown.filter:after,.form-label.status span.i-dropdown:after,.status.status-log span.i-dropdown:after,.status.status-report-item span.i-dropdown:after,.double-list dd.status span.i-dropdown:after,.double-list dt.status span.i-dropdown:after,.w-cards-container .w-card .status.title span.i-dropdown:after,.w-cards-container .w-card.centered .w-value .status.label span.i-dropdown:after,.list-results tbody tr.sublist .status.title span.i-dropdown:after,.list-results-header .status.title span.i-dropdown:after,.w-filters-selected label.status.small span.i-dropdown:after,.w-filters-selected .status.btn-f-s span.i-dropdown:after,.sub-header .w-form label.i-dropdown:after,.sub-header .w-double-list label.i-dropdown:after{content:"\E901"}.icon.i-newsletter:before,.i-newsletter.w-alert-banner:before,.liveDashboard .list-results thead .i-newsletter.w-alert-banner:before,._account_api .list-results thead .i-newsletter.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-newsletter.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-newsletter.btn-filter:before,.w-time-period .dropdown .w-selection .i-newsletter.btn-period-edit:before,.block-filters .i-newsletter.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-newsletter:before,.list-results tbody span.i-newsletter.status:before,.list-results tbody td.is-running span.i-newsletter:before,.list-results tbody td.is-pending span.i-newsletter:before,.liveDashboard .list-results thead .i-newsletter.icon:before,.liveDashboard .list-results thead tr span.i-newsletter:before,._account_api .list-results thead .i-newsletter.icon:before,._account_api .list-results thead tr span.i-newsletter:before,.list-results thead tr span.i-newsletter:before,.form-auto-list .i-newsletter.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-newsletter.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-newsletter.filter:before,.form-label.status span.i-newsletter:before,.status.status-log span.i-newsletter:before,.status.status-report-item span.i-newsletter:before,.double-list dd.status span.i-newsletter:before,.double-list dt.status span.i-newsletter:before,.w-cards-container .w-card .status.title span.i-newsletter:before,.w-cards-container .w-card.centered .w-value .status.label span.i-newsletter:before,.list-results tbody tr.sublist .status.title span.i-newsletter:before,.list-results-header .status.title span.i-newsletter:before,.w-filters-selected label.status.small span.i-newsletter:before,.w-filters-selected .status.btn-f-s span.i-newsletter:before,.sub-header .w-form label.i-newsletter:before,.sub-header .w-double-list label.i-newsletter:before{content:"\E9AA"}.icon.i-tag:before,.i-tag.w-alert-banner:before,.liveDashboard .list-results thead .i-tag.w-alert-banner:before,._account_api .list-results thead .i-tag.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-tag.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-tag.btn-filter:before,.w-time-period .dropdown .w-selection .i-tag.btn-period-edit:before,.block-filters .i-tag.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-tag:before,.list-results tbody span.i-tag.status:before,.list-results tbody td.is-running span.i-tag:before,.list-results tbody td.is-pending span.i-tag:before,.liveDashboard .list-results thead .i-tag.icon:before,.liveDashboard .list-results thead tr span.i-tag:before,._account_api .list-results thead .i-tag.icon:before,._account_api .list-results thead tr span.i-tag:before,.list-results thead tr span.i-tag:before,.form-auto-list .i-tag.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-tag.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-tag.filter:before,.form-label.status span.i-tag:before,.status.status-log span.i-tag:before,.status.status-report-item span.i-tag:before,.double-list dd.status span.i-tag:before,.double-list dt.status span.i-tag:before,.w-cards-container .w-card .status.title span.i-tag:before,.w-cards-container .w-card.centered .w-value .status.label span.i-tag:before,.list-results tbody tr.sublist .status.title span.i-tag:before,.list-results-header .status.title span.i-tag:before,.w-filters-selected label.status.small span.i-tag:before,.w-filters-selected .status.btn-f-s span.i-tag:before,.sub-header .w-form label.i-tag:before,.sub-header .w-double-list label.i-tag:before{content:"\E94F"}.icon.i-tag-a:after,.w-dialog.plus .i-tag-a.dialog-aside:after,.w-toast .i-tag-a.toast.plus:after,.toggleWrapper input.mobileToggle+label.i-tag-a:after,.list-results tbody span.i-tag-a.status:after,.list-results tbody td.is-running span.i-tag-a:after,.list-results tbody td.is-pending span.i-tag-a:after,.liveDashboard .list-results thead .i-tag-a.icon:after,.liveDashboard .list-results thead .w-dialog.plus .i-tag-a.dialog-aside:after,.w-dialog.plus .liveDashboard .list-results thead .i-tag-a.dialog-aside:after,.liveDashboard .list-results thead .w-toast .i-tag-a.toast.plus:after,.w-toast .liveDashboard .list-results thead .i-tag-a.toast.plus:after,.liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.i-tag-a:after,.toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label.i-tag-a:after,.liveDashboard .list-results thead tbody span.i-tag-a.status:after,.liveDashboard .list-results tbody thead span.i-tag-a.status:after,.liveDashboard .list-results thead tbody td.is-running span.i-tag-a:after,.liveDashboard .list-results tbody td.is-running thead span.i-tag-a:after,.liveDashboard .list-results thead tbody td.is-pending span.i-tag-a:after,.liveDashboard .list-results tbody td.is-pending thead span.i-tag-a:after,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .i-tag-a.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .i-tag-a.dropdown-toggle:after,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .i-tag-a.filter:after,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .i-tag-a.filter:after,.liveDashboard .list-results thead .form-label.status span.i-tag-a:after,.liveDashboard .list-results thead .status.status-log span.i-tag-a:after,.liveDashboard .list-results thead .status.status-report-item span.i-tag-a:after,.liveDashboard .list-results thead .double-list dd.status span.i-tag-a:after,.double-list .liveDashboard .list-results thead dd.status span.i-tag-a:after,.liveDashboard .list-results thead .double-list dt.status span.i-tag-a:after,.double-list .liveDashboard .list-results thead dt.status span.i-tag-a:after,.liveDashboard .list-results thead .w-cards-container .w-card .status.title span.i-tag-a:after,.w-cards-container .w-card .liveDashboard .list-results thead .status.title span.i-tag-a:after,.liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.i-tag-a:after,.w-cards-container .w-card.centered .w-value .liveDashboard .list-results thead .status.label span.i-tag-a:after,.liveDashboard .list-results thead tbody tr.sublist .status.title span.i-tag-a:after,.liveDashboard .list-results tbody tr.sublist thead .status.title span.i-tag-a:after,.form-label.status .liveDashboard .list-results thead span.i-tag-a:after,.status.status-log .liveDashboard .list-results thead span.i-tag-a:after,.status.status-report-item .liveDashboard .list-results thead span.i-tag-a:after,.double-list dd.status .liveDashboard .list-results thead span.i-tag-a:after,.double-list dt.status .liveDashboard .list-results thead span.i-tag-a:after,.w-cards-container .w-card .status.title .liveDashboard .list-results thead span.i-tag-a:after,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.i-tag-a:after,.list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.i-tag-a:after,.liveDashboard .list-results thead .w-filters-selected label.status.small span.i-tag-a:after,.w-filters-selected label.status.small .liveDashboard .list-results thead span.i-tag-a:after,.liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.i-tag-a:after,.w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.i-tag-a:after,.liveDashboard .list-results thead .sub-header .w-form label.i-tag-a:after,.liveDashboard .list-results thead .sub-header .w-double-list label.i-tag-a:after,.sub-header .w-form .liveDashboard .list-results thead label.i-tag-a:after,.sub-header .w-double-list .liveDashboard .list-results thead label.i-tag-a:after,.liveDashboard .list-results thead .block-filters button.i-tag-a:after,.block-filters .liveDashboard .list-results thead button.i-tag-a:after,.liveDashboard .list-results thead .block-filters select.i-tag-a:after,.block-filters .liveDashboard .list-results thead select.i-tag-a:after,.liveDashboard .list-results thead .form-auto-list .i-tag-a.form-auto-item.is-user-is-inactive:after,.form-auto-list .liveDashboard .list-results thead .i-tag-a.form-auto-item.is-user-is-inactive:after,.liveDashboard .list-results thead .form-auto-list .i-tag-a.form-auto-item.is-user-is-active:after,.form-auto-list .liveDashboard .list-results thead .i-tag-a.form-auto-item.is-user-is-active:after,.liveDashboard .list-results thead .list-results-header .status.title span.i-tag-a:after,.list-results-header .status.title .liveDashboard .list-results thead span.i-tag-a:after,.liveDashboard .list-results thead tr span.i-tag-a:after,._account_api .list-results thead .i-tag-a.icon:after,._account_api .list-results thead .w-dialog.plus .i-tag-a.dialog-aside:after,.w-dialog.plus ._account_api .list-results thead .i-tag-a.dialog-aside:after,._account_api .list-results thead .w-toast .i-tag-a.toast.plus:after,.w-toast ._account_api .list-results thead .i-tag-a.toast.plus:after,._account_api .list-results thead .toggleWrapper input.mobileToggle+label.i-tag-a:after,.toggleWrapper ._account_api .list-results thead input.mobileToggle+label.i-tag-a:after,._account_api .list-results thead tbody span.i-tag-a.status:after,._account_api .list-results tbody thead span.i-tag-a.status:after,._account_api .list-results thead tbody td.is-running span.i-tag-a:after,._account_api .list-results tbody td.is-running thead span.i-tag-a:after,._account_api .list-results thead tbody td.is-pending span.i-tag-a:after,._account_api .list-results tbody td.is-pending thead span.i-tag-a:after,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .i-tag-a.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .i-tag-a.dropdown-toggle:after,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .i-tag-a.filter:after,.w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .i-tag-a.filter:after,._account_api .list-results thead .form-label.status span.i-tag-a:after,._account_api .list-results thead .status.status-log span.i-tag-a:after,._account_api .list-results thead .status.status-report-item span.i-tag-a:after,._account_api .list-results thead .double-list dd.status span.i-tag-a:after,.double-list ._account_api .list-results thead dd.status span.i-tag-a:after,._account_api .list-results thead .double-list dt.status span.i-tag-a:after,.double-list ._account_api .list-results thead dt.status span.i-tag-a:after,._account_api .list-results thead .w-cards-container .w-card .status.title span.i-tag-a:after,.w-cards-container .w-card ._account_api .list-results thead .status.title span.i-tag-a:after,._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.i-tag-a:after,.w-cards-container .w-card.centered .w-value ._account_api .list-results thead .status.label span.i-tag-a:after,._account_api .list-results thead tbody tr.sublist .status.title span.i-tag-a:after,._account_api .list-results tbody tr.sublist thead .status.title span.i-tag-a:after,.form-label.status ._account_api .list-results thead span.i-tag-a:after,.status.status-log ._account_api .list-results thead span.i-tag-a:after,.status.status-report-item ._account_api .list-results thead span.i-tag-a:after,.double-list dd.status ._account_api .list-results thead span.i-tag-a:after,.double-list dt.status ._account_api .list-results thead span.i-tag-a:after,.w-cards-container .w-card .status.title ._account_api .list-results thead span.i-tag-a:after,.w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.i-tag-a:after,.list-results tbody tr.sublist .status.title ._account_api .list-results thead span.i-tag-a:after,._account_api .list-results thead .w-filters-selected label.status.small span.i-tag-a:after,.w-filters-selected label.status.small ._account_api .list-results thead span.i-tag-a:after,._account_api .list-results thead .w-filters-selected .status.btn-f-s span.i-tag-a:after,.w-filters-selected .status.btn-f-s ._account_api .list-results thead span.i-tag-a:after,._account_api .list-results thead .sub-header .w-form label.i-tag-a:after,._account_api .list-results thead .sub-header .w-double-list label.i-tag-a:after,.sub-header .w-form ._account_api .list-results thead label.i-tag-a:after,.sub-header .w-double-list ._account_api .list-results thead label.i-tag-a:after,._account_api .list-results thead .block-filters button.i-tag-a:after,.block-filters ._account_api .list-results thead button.i-tag-a:after,._account_api .list-results thead .block-filters select.i-tag-a:after,.block-filters ._account_api .list-results thead select.i-tag-a:after,._account_api .list-results thead .form-auto-list .i-tag-a.form-auto-item.is-user-is-inactive:after,.form-auto-list ._account_api .list-results thead .i-tag-a.form-auto-item.is-user-is-inactive:after,._account_api .list-results thead .form-auto-list .i-tag-a.form-auto-item.is-user-is-active:after,.form-auto-list ._account_api .list-results thead .i-tag-a.form-auto-item.is-user-is-active:after,._account_api .list-results thead .list-results-header .status.title span.i-tag-a:after,.list-results-header .status.title ._account_api .list-results thead span.i-tag-a:after,._account_api .list-results thead tr span.i-tag-a:after,.liveDashboard ._account_api .list-results thead .i-tag-a.icon:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .i-tag-a.dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .i-tag-a.dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-toast .i-tag-a.toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .i-tag-a.toast.plus:after,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label.i-tag-a:after,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label.i-tag-a:after,.liveDashboard ._account_api .list-results thead tbody span.i-tag-a.status:after,.liveDashboard ._account_api .list-results tbody thead span.i-tag-a.status:after,.liveDashboard ._account_api .list-results thead tbody td.is-running span.i-tag-a:after,.liveDashboard ._account_api .list-results tbody td.is-running thead span.i-tag-a:after,.liveDashboard ._account_api .list-results thead tbody td.is-pending span.i-tag-a:after,.liveDashboard ._account_api .list-results tbody td.is-pending thead span.i-tag-a:after,._account_api .liveDashboard .list-results thead .i-tag-a.icon:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .i-tag-a.dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .i-tag-a.dialog-aside:after,._account_api .liveDashboard .list-results thead .w-toast .i-tag-a.toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .i-tag-a.toast.plus:after,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.i-tag-a:after,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label.i-tag-a:after,._account_api .liveDashboard .list-results thead tbody span.i-tag-a.status:after,._account_api .liveDashboard .list-results tbody thead span.i-tag-a.status:after,._account_api .liveDashboard .list-results thead tbody td.is-running span.i-tag-a:after,._account_api .liveDashboard .list-results tbody td.is-running thead span.i-tag-a:after,._account_api .liveDashboard .list-results thead tbody td.is-pending span.i-tag-a:after,._account_api .liveDashboard .list-results tbody td.is-pending thead span.i-tag-a:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .i-tag-a.dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .i-tag-a.dropdown-toggle:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .i-tag-a.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .i-tag-a.dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .i-tag-a.filter:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .i-tag-a.filter:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .i-tag-a.filter:after,.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .i-tag-a.filter:after,.liveDashboard ._account_api .list-results thead .form-label.status span.i-tag-a:after,.liveDashboard ._account_api .list-results thead .status.status-log span.i-tag-a:after,.liveDashboard ._account_api .list-results thead .status.status-report-item span.i-tag-a:after,.liveDashboard ._account_api .list-results thead .double-list dd.status span.i-tag-a:after,.double-list .liveDashboard ._account_api .list-results thead dd.status span.i-tag-a:after,.liveDashboard ._account_api .list-results thead .double-list dt.status span.i-tag-a:after,.double-list .liveDashboard ._account_api .list-results thead dt.status span.i-tag-a:after,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span.i-tag-a:after,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title span.i-tag-a:after,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.i-tag-a:after,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label span.i-tag-a:after,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span.i-tag-a:after,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span.i-tag-a:after,._account_api .liveDashboard .list-results thead .form-label.status span.i-tag-a:after,._account_api .liveDashboard .list-results thead .status.status-log span.i-tag-a:after,._account_api .liveDashboard .list-results thead .status.status-report-item span.i-tag-a:after,._account_api .liveDashboard .list-results thead .double-list dd.status span.i-tag-a:after,.double-list ._account_api .liveDashboard .list-results thead dd.status span.i-tag-a:after,._account_api .liveDashboard .list-results thead .double-list dt.status span.i-tag-a:after,.double-list ._account_api .liveDashboard .list-results thead dt.status span.i-tag-a:after,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span.i-tag-a:after,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title span.i-tag-a:after,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.i-tag-a:after,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label span.i-tag-a:after,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span.i-tag-a:after,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span.i-tag-a:after,.liveDashboard .form-label.status ._account_api .list-results thead span.i-tag-a:after,.liveDashboard .status.status-log ._account_api .list-results thead span.i-tag-a:after,.liveDashboard .status.status-report-item ._account_api .list-results thead span.i-tag-a:after,.liveDashboard .double-list dd.status ._account_api .list-results thead span.i-tag-a:after,.double-list .liveDashboard dd.status ._account_api .list-results thead span.i-tag-a:after,.liveDashboard .double-list dt.status ._account_api .list-results thead span.i-tag-a:after,.double-list .liveDashboard dt.status ._account_api .list-results thead span.i-tag-a:after,.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span.i-tag-a:after,.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead span.i-tag-a:after,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.i-tag-a:after,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead span.i-tag-a:after,.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span.i-tag-a:after,.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead span.i-tag-a:after,.form-label.status ._account_api .liveDashboard .list-results thead span.i-tag-a:after,.status.status-log ._account_api .liveDashboard .list-results thead span.i-tag-a:after,.status.status-report-item ._account_api .liveDashboard .list-results thead span.i-tag-a:after,.double-list dd.status ._account_api .liveDashboard .list-results thead span.i-tag-a:after,.double-list dt.status ._account_api .liveDashboard .list-results thead span.i-tag-a:after,.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead span.i-tag-a:after,.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead span.i-tag-a:after,.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead span.i-tag-a:after,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span.i-tag-a:after,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span.i-tag-a:after,.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span.i-tag-a:after,.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead span.i-tag-a:after,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span.i-tag-a:after,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.i-tag-a:after,.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span.i-tag-a:after,.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead span.i-tag-a:after,.liveDashboard ._account_api .list-results thead .sub-header .w-form label.i-tag-a:after,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list label.i-tag-a:after,._account_api .liveDashboard .list-results thead .sub-header .w-form label.i-tag-a:after,._account_api .liveDashboard .list-results thead .sub-header .w-double-list label.i-tag-a:after,.liveDashboard .sub-header .w-form ._account_api .list-results thead label.i-tag-a:after,.liveDashboard .sub-header .w-double-list ._account_api .list-results thead label.i-tag-a:after,.sub-header .w-form ._account_api .liveDashboard .list-results thead label.i-tag-a:after,.sub-header .w-double-list ._account_api .liveDashboard .list-results thead label.i-tag-a:after,.liveDashboard ._account_api .list-results thead .block-filters button.i-tag-a:after,._account_api .liveDashboard .list-results thead .block-filters button.i-tag-a:after,.liveDashboard .block-filters ._account_api .list-results thead button.i-tag-a:after,.block-filters ._account_api .liveDashboard .list-results thead button.i-tag-a:after,.liveDashboard ._account_api .list-results thead .block-filters select.i-tag-a:after,._account_api .liveDashboard .list-results thead .block-filters select.i-tag-a:after,.liveDashboard .block-filters ._account_api .list-results thead select.i-tag-a:after,.block-filters ._account_api .liveDashboard .list-results thead select.i-tag-a:after,.liveDashboard ._account_api .list-results thead .form-auto-list .i-tag-a.form-auto-item.is-user-is-inactive:after,._account_api .liveDashboard .list-results thead .form-auto-list .i-tag-a.form-auto-item.is-user-is-inactive:after,.liveDashboard .form-auto-list ._account_api .list-results thead .i-tag-a.form-auto-item.is-user-is-inactive:after,.form-auto-list ._account_api .liveDashboard .list-results thead .i-tag-a.form-auto-item.is-user-is-inactive:after,.liveDashboard ._account_api .list-results thead .form-auto-list .i-tag-a.form-auto-item.is-user-is-active:after,._account_api .liveDashboard .list-results thead .form-auto-list .i-tag-a.form-auto-item.is-user-is-active:after,.liveDashboard .form-auto-list ._account_api .list-results thead .i-tag-a.form-auto-item.is-user-is-active:after,.form-auto-list ._account_api .liveDashboard .list-results thead .i-tag-a.form-auto-item.is-user-is-active:after,.liveDashboard ._account_api .list-results thead .list-results-header .status.title span.i-tag-a:after,._account_api .liveDashboard .list-results thead .list-results-header .status.title span.i-tag-a:after,.liveDashboard .list-results-header .status.title ._account_api .list-results thead span.i-tag-a:after,.list-results-header .status.title ._account_api .liveDashboard .list-results thead span.i-tag-a:after,.liveDashboard ._account_api .list-results thead tr span.i-tag-a:after,._account_api .liveDashboard .list-results thead tr span.i-tag-a:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .i-tag-a.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .i-tag-a.dropdown-toggle:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .i-tag-a.filter:after,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .i-tag-a.filter:after,._account_api .form-label.status .liveDashboard .list-results thead span.i-tag-a:after,._account_api .status.status-log .liveDashboard .list-results thead span.i-tag-a:after,._account_api .status.status-report-item .liveDashboard .list-results thead span.i-tag-a:after,._account_api .double-list dd.status .liveDashboard .list-results thead span.i-tag-a:after,.double-list ._account_api dd.status .liveDashboard .list-results thead span.i-tag-a:after,._account_api .double-list dt.status .liveDashboard .list-results thead span.i-tag-a:after,.double-list ._account_api dt.status .liveDashboard .list-results thead span.i-tag-a:after,._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span.i-tag-a:after,.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead span.i-tag-a:after,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.i-tag-a:after,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead span.i-tag-a:after,._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.i-tag-a:after,.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead span.i-tag-a:after,.form-label.status .liveDashboard ._account_api .list-results thead span.i-tag-a:after,.status.status-log .liveDashboard ._account_api .list-results thead span.i-tag-a:after,.status.status-report-item .liveDashboard ._account_api .list-results thead span.i-tag-a:after,.double-list dd.status .liveDashboard ._account_api .list-results thead span.i-tag-a:after,.double-list dt.status .liveDashboard ._account_api .list-results thead span.i-tag-a:after,.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead span.i-tag-a:after,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead span.i-tag-a:after,.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead span.i-tag-a:after,._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span.i-tag-a:after,.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead span.i-tag-a:after,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.i-tag-a:after,.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead span.i-tag-a:after,._account_api .sub-header .w-form .liveDashboard .list-results thead label.i-tag-a:after,._account_api .sub-header .w-double-list .liveDashboard .list-results thead label.i-tag-a:after,.sub-header .w-form .liveDashboard ._account_api .list-results thead label.i-tag-a:after,.sub-header .w-double-list .liveDashboard ._account_api .list-results thead label.i-tag-a:after,._account_api .block-filters .liveDashboard .list-results thead button.i-tag-a:after,.block-filters .liveDashboard ._account_api .list-results thead button.i-tag-a:after,._account_api .block-filters .liveDashboard .list-results thead select.i-tag-a:after,.block-filters .liveDashboard ._account_api .list-results thead select.i-tag-a:after,._account_api .form-auto-list .liveDashboard .list-results thead .i-tag-a.form-auto-item.is-user-is-inactive:after,.form-auto-list .liveDashboard ._account_api .list-results thead .i-tag-a.form-auto-item.is-user-is-inactive:after,._account_api .form-auto-list .liveDashboard .list-results thead .i-tag-a.form-auto-item.is-user-is-active:after,.form-auto-list .liveDashboard ._account_api .list-results thead .i-tag-a.form-auto-item.is-user-is-active:after,._account_api .list-results-header .status.title .liveDashboard .list-results thead span.i-tag-a:after,.list-results-header .status.title .liveDashboard ._account_api .list-results thead span.i-tag-a:after,.list-results thead tr span.i-tag-a:after,.form-auto-list .i-tag-a.form-auto-item.is-user-is-inactive:after,.form-auto-list .i-tag-a.form-auto-item.is-user-is-active:after,.block-filters button.i-tag-a:after,.block-filters select.i-tag-a:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .i-tag-a.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .i-tag-a.filter:after,.form-label.status span.i-tag-a:after,.status.status-log span.i-tag-a:after,.status.status-report-item span.i-tag-a:after,.double-list dd.status span.i-tag-a:after,.double-list dt.status span.i-tag-a:after,.w-cards-container .w-card .status.title span.i-tag-a:after,.w-cards-container .w-card.centered .w-value .status.label span.i-tag-a:after,.list-results tbody tr.sublist .status.title span.i-tag-a:after,.list-results-header .status.title span.i-tag-a:after,.w-filters-selected label.status.small span.i-tag-a:after,.w-filters-selected .status.btn-f-s span.i-tag-a:after,.sub-header .w-form label.i-tag-a:after,.sub-header .w-double-list label.i-tag-a:after{content:"\E94F"}.icon.i-insert:before,.i-insert.w-alert-banner:before,.liveDashboard .list-results thead .i-insert.w-alert-banner:before,._account_api .list-results thead .i-insert.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-insert.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-insert.btn-filter:before,.w-time-period .dropdown .w-selection .i-insert.btn-period-edit:before,.block-filters .i-insert.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-insert:before,.list-results tbody span.i-insert.status:before,.list-results tbody td.is-running span.i-insert:before,.list-results tbody td.is-pending span.i-insert:before,.liveDashboard .list-results thead .i-insert.icon:before,.liveDashboard .list-results thead tr span.i-insert:before,._account_api .list-results thead .i-insert.icon:before,._account_api .list-results thead tr span.i-insert:before,.list-results thead tr span.i-insert:before,.form-auto-list .i-insert.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-insert.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-insert.filter:before,.form-label.status span.i-insert:before,.status.status-log span.i-insert:before,.status.status-report-item span.i-insert:before,.double-list dd.status span.i-insert:before,.double-list dt.status span.i-insert:before,.w-cards-container .w-card .status.title span.i-insert:before,.w-cards-container .w-card.centered .w-value .status.label span.i-insert:before,.list-results tbody tr.sublist .status.title span.i-insert:before,.list-results-header .status.title span.i-insert:before,.w-filters-selected label.status.small span.i-insert:before,.w-filters-selected .status.btn-f-s span.i-insert:before,.sub-header .w-form label.i-insert:before,.sub-header .w-double-list label.i-insert:before{content:"\E953"}.icon.i-cost:before,.i-cost.w-alert-banner:before,.liveDashboard .list-results thead .i-cost.w-alert-banner:before,._account_api .list-results thead .i-cost.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-cost.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-cost.btn-filter:before,.w-time-period .dropdown .w-selection .i-cost.btn-period-edit:before,.block-filters .i-cost.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-cost:before,.list-results tbody span.i-cost.status:before,.list-results tbody td.is-running span.i-cost:before,.list-results tbody td.is-pending span.i-cost:before,.liveDashboard .list-results thead .i-cost.icon:before,.liveDashboard .list-results thead tr span.i-cost:before,._account_api .list-results thead .i-cost.icon:before,._account_api .list-results thead tr span.i-cost:before,.list-results thead tr span.i-cost:before,.form-auto-list .i-cost.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-cost.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-cost.filter:before,.form-label.status span.i-cost:before,.status.status-log span.i-cost:before,.status.status-report-item span.i-cost:before,.double-list dd.status span.i-cost:before,.double-list dt.status span.i-cost:before,.w-cards-container .w-card .status.title span.i-cost:before,.w-cards-container .w-card.centered .w-value .status.label span.i-cost:before,.list-results tbody tr.sublist .status.title span.i-cost:before,.list-results-header .status.title span.i-cost:before,.w-filters-selected label.status.small span.i-cost:before,.w-filters-selected .status.btn-f-s span.i-cost:before,.sub-header .w-form label.i-cost:before,.sub-header .w-double-list label.i-cost:before{content:"\E954"}.icon.i-session:before,.i-session.w-alert-banner:before,.liveDashboard .list-results thead .i-session.w-alert-banner:before,._account_api .list-results thead .i-session.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-session.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-session.btn-filter:before,.w-time-period .dropdown .w-selection .i-session.btn-period-edit:before,.block-filters .i-session.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-session:before,.list-results tbody span.i-session.status:before,.list-results tbody td.is-running span.i-session:before,.list-results tbody td.is-pending span.i-session:before,.liveDashboard .list-results thead .i-session.icon:before,.liveDashboard .list-results thead tr span.i-session:before,._account_api .list-results thead .i-session.icon:before,._account_api .list-results thead tr span.i-session:before,.list-results thead tr span.i-session:before,.form-auto-list .i-session.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-session.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-session.filter:before,.form-label.status span.i-session:before,.status.status-log span.i-session:before,.status.status-report-item span.i-session:before,.double-list dd.status span.i-session:before,.double-list dt.status span.i-session:before,.w-cards-container .w-card .status.title span.i-session:before,.w-cards-container .w-card.centered .w-value .status.label span.i-session:before,.list-results tbody tr.sublist .status.title span.i-session:before,.list-results-header .status.title span.i-session:before,.w-filters-selected label.status.small span.i-session:before,.w-filters-selected .status.btn-f-s span.i-session:before,.sub-header .w-form label.i-session:before,.sub-header .w-double-list label.i-session:before{content:"\E955"}.icon.i-article-2:before,.i-article-2.w-alert-banner:before,.liveDashboard .list-results thead .i-article-2.w-alert-banner:before,._account_api .list-results thead .i-article-2.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-article-2.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-article-2.btn-filter:before,.w-time-period .dropdown .w-selection .i-article-2.btn-period-edit:before,.block-filters .i-article-2.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-article-2:before,.list-results tbody span.i-article-2.status:before,.list-results tbody td.is-running span.i-article-2:before,.list-results tbody td.is-pending span.i-article-2:before,.liveDashboard .list-results thead .i-article-2.icon:before,.liveDashboard .list-results thead tr span.i-article-2:before,._account_api .list-results thead .i-article-2.icon:before,._account_api .list-results thead tr span.i-article-2:before,.list-results thead tr span.i-article-2:before,.form-auto-list .i-article-2.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-article-2.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-article-2.filter:before,.form-label.status span.i-article-2:before,.status.status-log span.i-article-2:before,.status.status-report-item span.i-article-2:before,.double-list dd.status span.i-article-2:before,.double-list dt.status span.i-article-2:before,.w-cards-container .w-card .status.title span.i-article-2:before,.w-cards-container .w-card.centered .w-value .status.label span.i-article-2:before,.list-results tbody tr.sublist .status.title span.i-article-2:before,.list-results-header .status.title span.i-article-2:before,.w-filters-selected label.status.small span.i-article-2:before,.w-filters-selected .status.btn-f-s span.i-article-2:before,.sub-header .w-form label.i-article-2:before,.sub-header .w-double-list label.i-article-2:before{content:"\E956"}.icon.i-close:before,.i-close.w-alert-banner:before,.liveDashboard .list-results thead .i-close.w-alert-banner:before,._account_api .list-results thead .i-close.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-close.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-close.btn-filter:before,.w-time-period .dropdown .w-selection .i-close.btn-period-edit:before,.block-filters .i-close.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-close:before,.list-results tbody span.i-close.status:before,.list-results tbody td.is-running span.i-close:before,.list-results tbody td.is-pending span.i-close:before,.liveDashboard .list-results thead .i-close.icon:before,.liveDashboard .list-results thead tr span.i-close:before,._account_api .list-results thead .i-close.icon:before,._account_api .list-results thead tr span.i-close:before,.list-results thead tr span.i-close:before,.form-auto-list .i-close.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-close.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-close.filter:before,.form-label.status span.i-close:before,.status.status-log span.i-close:before,.status.status-report-item span.i-close:before,.double-list dd.status span.i-close:before,.double-list dt.status span.i-close:before,.w-cards-container .w-card .status.title span.i-close:before,.w-cards-container .w-card.centered .w-value .status.label span.i-close:before,.list-results tbody tr.sublist .status.title span.i-close:before,.list-results-header .status.title span.i-close:before,.w-filters-selected label.status.small span.i-close:before,.w-filters-selected .status.btn-f-s span.i-close:before,.sub-header .w-form label.i-close:before,.sub-header .w-double-list label.i-close:before{content:"\E926"}.icon.i-export:before,.i-export.w-alert-banner:before,.liveDashboard .list-results thead .i-export.w-alert-banner:before,._account_api .list-results thead .i-export.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-export.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-export.btn-filter:before,.w-time-period .dropdown .w-selection .i-export.btn-period-edit:before,.block-filters .i-export.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-export:before,.list-results tbody span.i-export.status:before,.list-results tbody td.is-running span.i-export:before,.list-results tbody td.is-pending span.i-export:before,.liveDashboard .list-results thead .i-export.icon:before,.liveDashboard .list-results thead tr span.i-export:before,._account_api .list-results thead .i-export.icon:before,._account_api .list-results thead tr span.i-export:before,.list-results thead tr span.i-export:before,.form-auto-list .i-export.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-export.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-export.filter:before,.form-label.status span.i-export:before,.status.status-log span.i-export:before,.status.status-report-item span.i-export:before,.double-list dd.status span.i-export:before,.double-list dt.status span.i-export:before,.w-cards-container .w-card .status.title span.i-export:before,.w-cards-container .w-card.centered .w-value .status.label span.i-export:before,.list-results tbody tr.sublist .status.title span.i-export:before,.list-results-header .status.title span.i-export:before,.w-filters-selected label.status.small span.i-export:before,.w-filters-selected .status.btn-f-s span.i-export:before,.sub-header .w-form label.i-export:before,.sub-header .w-double-list label.i-export:before{content:"\E93C"}.icon.i-x-after:after,.w-dialog.plus .i-x-after.dialog-aside:after,.w-toast .i-x-after.toast.plus:after,.toggleWrapper input.mobileToggle+label.i-x-after:after,.list-results tbody span.i-x-after.status:after,.list-results tbody td.is-running span.i-x-after:after,.list-results tbody td.is-pending span.i-x-after:after,.liveDashboard .list-results thead .i-x-after.icon:after,.liveDashboard .list-results thead .w-dialog.plus .i-x-after.dialog-aside:after,.w-dialog.plus .liveDashboard .list-results thead .i-x-after.dialog-aside:after,.liveDashboard .list-results thead .w-toast .i-x-after.toast.plus:after,.w-toast .liveDashboard .list-results thead .i-x-after.toast.plus:after,.liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.i-x-after:after,.toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label.i-x-after:after,.liveDashboard .list-results thead tbody span.i-x-after.status:after,.liveDashboard .list-results tbody thead span.i-x-after.status:after,.liveDashboard .list-results thead tbody td.is-running span.i-x-after:after,.liveDashboard .list-results tbody td.is-running thead span.i-x-after:after,.liveDashboard .list-results thead tbody td.is-pending span.i-x-after:after,.liveDashboard .list-results tbody td.is-pending thead span.i-x-after:after,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .i-x-after.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .i-x-after.dropdown-toggle:after,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .i-x-after.filter:after,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .i-x-after.filter:after,.liveDashboard .list-results thead .form-label.status span.i-x-after:after,.liveDashboard .list-results thead .status.status-log span.i-x-after:after,.liveDashboard .list-results thead .status.status-report-item span.i-x-after:after,.liveDashboard .list-results thead .double-list dd.status span.i-x-after:after,.double-list .liveDashboard .list-results thead dd.status span.i-x-after:after,.liveDashboard .list-results thead .double-list dt.status span.i-x-after:after,.double-list .liveDashboard .list-results thead dt.status span.i-x-after:after,.liveDashboard .list-results thead .w-cards-container .w-card .status.title span.i-x-after:after,.w-cards-container .w-card .liveDashboard .list-results thead .status.title span.i-x-after:after,.liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.i-x-after:after,.w-cards-container .w-card.centered .w-value .liveDashboard .list-results thead .status.label span.i-x-after:after,.liveDashboard .list-results thead tbody tr.sublist .status.title span.i-x-after:after,.liveDashboard .list-results tbody tr.sublist thead .status.title span.i-x-after:after,.form-label.status .liveDashboard .list-results thead span.i-x-after:after,.status.status-log .liveDashboard .list-results thead span.i-x-after:after,.status.status-report-item .liveDashboard .list-results thead span.i-x-after:after,.double-list dd.status .liveDashboard .list-results thead span.i-x-after:after,.double-list dt.status .liveDashboard .list-results thead span.i-x-after:after,.w-cards-container .w-card .status.title .liveDashboard .list-results thead span.i-x-after:after,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.i-x-after:after,.list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.i-x-after:after,.liveDashboard .list-results thead .w-filters-selected label.status.small span.i-x-after:after,.w-filters-selected label.status.small .liveDashboard .list-results thead span.i-x-after:after,.liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.i-x-after:after,.w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.i-x-after:after,.liveDashboard .list-results thead .sub-header .w-form label.i-x-after:after,.liveDashboard .list-results thead .sub-header .w-double-list label.i-x-after:after,.sub-header .w-form .liveDashboard .list-results thead label.i-x-after:after,.sub-header .w-double-list .liveDashboard .list-results thead label.i-x-after:after,.liveDashboard .list-results thead .block-filters button.i-x-after:after,.block-filters .liveDashboard .list-results thead button.i-x-after:after,.liveDashboard .list-results thead .block-filters select.i-x-after:after,.block-filters .liveDashboard .list-results thead select.i-x-after:after,.liveDashboard .list-results thead .form-auto-list .i-x-after.form-auto-item.is-user-is-inactive:after,.form-auto-list .liveDashboard .list-results thead .i-x-after.form-auto-item.is-user-is-inactive:after,.liveDashboard .list-results thead .form-auto-list .i-x-after.form-auto-item.is-user-is-active:after,.form-auto-list .liveDashboard .list-results thead .i-x-after.form-auto-item.is-user-is-active:after,.liveDashboard .list-results thead .list-results-header .status.title span.i-x-after:after,.list-results-header .status.title .liveDashboard .list-results thead span.i-x-after:after,.liveDashboard .list-results thead tr span.i-x-after:after,._account_api .list-results thead .i-x-after.icon:after,._account_api .list-results thead .w-dialog.plus .i-x-after.dialog-aside:after,.w-dialog.plus ._account_api .list-results thead .i-x-after.dialog-aside:after,._account_api .list-results thead .w-toast .i-x-after.toast.plus:after,.w-toast ._account_api .list-results thead .i-x-after.toast.plus:after,._account_api .list-results thead .toggleWrapper input.mobileToggle+label.i-x-after:after,.toggleWrapper ._account_api .list-results thead input.mobileToggle+label.i-x-after:after,._account_api .list-results thead tbody span.i-x-after.status:after,._account_api .list-results tbody thead span.i-x-after.status:after,._account_api .list-results thead tbody td.is-running span.i-x-after:after,._account_api .list-results tbody td.is-running thead span.i-x-after:after,._account_api .list-results thead tbody td.is-pending span.i-x-after:after,._account_api .list-results tbody td.is-pending thead span.i-x-after:after,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .i-x-after.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .i-x-after.dropdown-toggle:after,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .i-x-after.filter:after,.w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .i-x-after.filter:after,._account_api .list-results thead .form-label.status span.i-x-after:after,._account_api .list-results thead .status.status-log span.i-x-after:after,._account_api .list-results thead .status.status-report-item span.i-x-after:after,._account_api .list-results thead .double-list dd.status span.i-x-after:after,.double-list ._account_api .list-results thead dd.status span.i-x-after:after,._account_api .list-results thead .double-list dt.status span.i-x-after:after,.double-list ._account_api .list-results thead dt.status span.i-x-after:after,._account_api .list-results thead .w-cards-container .w-card .status.title span.i-x-after:after,.w-cards-container .w-card ._account_api .list-results thead .status.title span.i-x-after:after,._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.i-x-after:after,.w-cards-container .w-card.centered .w-value ._account_api .list-results thead .status.label span.i-x-after:after,._account_api .list-results thead tbody tr.sublist .status.title span.i-x-after:after,._account_api .list-results tbody tr.sublist thead .status.title span.i-x-after:after,.form-label.status ._account_api .list-results thead span.i-x-after:after,.status.status-log ._account_api .list-results thead span.i-x-after:after,.status.status-report-item ._account_api .list-results thead span.i-x-after:after,.double-list dd.status ._account_api .list-results thead span.i-x-after:after,.double-list dt.status ._account_api .list-results thead span.i-x-after:after,.w-cards-container .w-card .status.title ._account_api .list-results thead span.i-x-after:after,.w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.i-x-after:after,.list-results tbody tr.sublist .status.title ._account_api .list-results thead span.i-x-after:after,._account_api .list-results thead .w-filters-selected label.status.small span.i-x-after:after,.w-filters-selected label.status.small ._account_api .list-results thead span.i-x-after:after,._account_api .list-results thead .w-filters-selected .status.btn-f-s span.i-x-after:after,.w-filters-selected .status.btn-f-s ._account_api .list-results thead span.i-x-after:after,._account_api .list-results thead .sub-header .w-form label.i-x-after:after,._account_api .list-results thead .sub-header .w-double-list label.i-x-after:after,.sub-header .w-form ._account_api .list-results thead label.i-x-after:after,.sub-header .w-double-list ._account_api .list-results thead label.i-x-after:after,._account_api .list-results thead .block-filters button.i-x-after:after,.block-filters ._account_api .list-results thead button.i-x-after:after,._account_api .list-results thead .block-filters select.i-x-after:after,.block-filters ._account_api .list-results thead select.i-x-after:after,._account_api .list-results thead .form-auto-list .i-x-after.form-auto-item.is-user-is-inactive:after,.form-auto-list ._account_api .list-results thead .i-x-after.form-auto-item.is-user-is-inactive:after,._account_api .list-results thead .form-auto-list .i-x-after.form-auto-item.is-user-is-active:after,.form-auto-list ._account_api .list-results thead .i-x-after.form-auto-item.is-user-is-active:after,._account_api .list-results thead .list-results-header .status.title span.i-x-after:after,.list-results-header .status.title ._account_api .list-results thead span.i-x-after:after,._account_api .list-results thead tr span.i-x-after:after,.liveDashboard ._account_api .list-results thead .i-x-after.icon:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .i-x-after.dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .i-x-after.dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-toast .i-x-after.toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .i-x-after.toast.plus:after,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label.i-x-after:after,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label.i-x-after:after,.liveDashboard ._account_api .list-results thead tbody span.i-x-after.status:after,.liveDashboard ._account_api .list-results tbody thead span.i-x-after.status:after,.liveDashboard ._account_api .list-results thead tbody td.is-running span.i-x-after:after,.liveDashboard ._account_api .list-results tbody td.is-running thead span.i-x-after:after,.liveDashboard ._account_api .list-results thead tbody td.is-pending span.i-x-after:after,.liveDashboard ._account_api .list-results tbody td.is-pending thead span.i-x-after:after,._account_api .liveDashboard .list-results thead .i-x-after.icon:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .i-x-after.dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .i-x-after.dialog-aside:after,._account_api .liveDashboard .list-results thead .w-toast .i-x-after.toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .i-x-after.toast.plus:after,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.i-x-after:after,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label.i-x-after:after,._account_api .liveDashboard .list-results thead tbody span.i-x-after.status:after,._account_api .liveDashboard .list-results tbody thead span.i-x-after.status:after,._account_api .liveDashboard .list-results thead tbody td.is-running span.i-x-after:after,._account_api .liveDashboard .list-results tbody td.is-running thead span.i-x-after:after,._account_api .liveDashboard .list-results thead tbody td.is-pending span.i-x-after:after,._account_api .liveDashboard .list-results tbody td.is-pending thead span.i-x-after:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .i-x-after.dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .i-x-after.dropdown-toggle:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .i-x-after.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .i-x-after.dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .i-x-after.filter:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .i-x-after.filter:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .i-x-after.filter:after,.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .i-x-after.filter:after,.liveDashboard ._account_api .list-results thead .form-label.status span.i-x-after:after,.liveDashboard ._account_api .list-results thead .status.status-log span.i-x-after:after,.liveDashboard ._account_api .list-results thead .status.status-report-item span.i-x-after:after,.liveDashboard ._account_api .list-results thead .double-list dd.status span.i-x-after:after,.double-list .liveDashboard ._account_api .list-results thead dd.status span.i-x-after:after,.liveDashboard ._account_api .list-results thead .double-list dt.status span.i-x-after:after,.double-list .liveDashboard ._account_api .list-results thead dt.status span.i-x-after:after,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span.i-x-after:after,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title span.i-x-after:after,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.i-x-after:after,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label span.i-x-after:after,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span.i-x-after:after,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span.i-x-after:after,._account_api .liveDashboard .list-results thead .form-label.status span.i-x-after:after,._account_api .liveDashboard .list-results thead .status.status-log span.i-x-after:after,._account_api .liveDashboard .list-results thead .status.status-report-item span.i-x-after:after,._account_api .liveDashboard .list-results thead .double-list dd.status span.i-x-after:after,.double-list ._account_api .liveDashboard .list-results thead dd.status span.i-x-after:after,._account_api .liveDashboard .list-results thead .double-list dt.status span.i-x-after:after,.double-list ._account_api .liveDashboard .list-results thead dt.status span.i-x-after:after,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span.i-x-after:after,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title span.i-x-after:after,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.i-x-after:after,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label span.i-x-after:after,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span.i-x-after:after,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span.i-x-after:after,.liveDashboard .form-label.status ._account_api .list-results thead span.i-x-after:after,.liveDashboard .status.status-log ._account_api .list-results thead span.i-x-after:after,.liveDashboard .status.status-report-item ._account_api .list-results thead span.i-x-after:after,.liveDashboard .double-list dd.status ._account_api .list-results thead span.i-x-after:after,.double-list .liveDashboard dd.status ._account_api .list-results thead span.i-x-after:after,.liveDashboard .double-list dt.status ._account_api .list-results thead span.i-x-after:after,.double-list .liveDashboard dt.status ._account_api .list-results thead span.i-x-after:after,.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span.i-x-after:after,.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead span.i-x-after:after,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.i-x-after:after,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead span.i-x-after:after,.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span.i-x-after:after,.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead span.i-x-after:after,.form-label.status ._account_api .liveDashboard .list-results thead span.i-x-after:after,.status.status-log ._account_api .liveDashboard .list-results thead span.i-x-after:after,.status.status-report-item ._account_api .liveDashboard .list-results thead span.i-x-after:after,.double-list dd.status ._account_api .liveDashboard .list-results thead span.i-x-after:after,.double-list dt.status ._account_api .liveDashboard .list-results thead span.i-x-after:after,.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead span.i-x-after:after,.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead span.i-x-after:after,.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead span.i-x-after:after,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span.i-x-after:after,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span.i-x-after:after,.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span.i-x-after:after,.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead span.i-x-after:after,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span.i-x-after:after,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.i-x-after:after,.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span.i-x-after:after,.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead span.i-x-after:after,.liveDashboard ._account_api .list-results thead .sub-header .w-form label.i-x-after:after,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list label.i-x-after:after,._account_api .liveDashboard .list-results thead .sub-header .w-form label.i-x-after:after,._account_api .liveDashboard .list-results thead .sub-header .w-double-list label.i-x-after:after,.liveDashboard .sub-header .w-form ._account_api .list-results thead label.i-x-after:after,.liveDashboard .sub-header .w-double-list ._account_api .list-results thead label.i-x-after:after,.sub-header .w-form ._account_api .liveDashboard .list-results thead label.i-x-after:after,.sub-header .w-double-list ._account_api .liveDashboard .list-results thead label.i-x-after:after,.liveDashboard ._account_api .list-results thead .block-filters button.i-x-after:after,._account_api .liveDashboard .list-results thead .block-filters button.i-x-after:after,.liveDashboard .block-filters ._account_api .list-results thead button.i-x-after:after,.block-filters ._account_api .liveDashboard .list-results thead button.i-x-after:after,.liveDashboard ._account_api .list-results thead .block-filters select.i-x-after:after,._account_api .liveDashboard .list-results thead .block-filters select.i-x-after:after,.liveDashboard .block-filters ._account_api .list-results thead select.i-x-after:after,.block-filters ._account_api .liveDashboard .list-results thead select.i-x-after:after,.liveDashboard ._account_api .list-results thead .form-auto-list .i-x-after.form-auto-item.is-user-is-inactive:after,._account_api .liveDashboard .list-results thead .form-auto-list .i-x-after.form-auto-item.is-user-is-inactive:after,.liveDashboard .form-auto-list ._account_api .list-results thead .i-x-after.form-auto-item.is-user-is-inactive:after,.form-auto-list ._account_api .liveDashboard .list-results thead .i-x-after.form-auto-item.is-user-is-inactive:after,.liveDashboard ._account_api .list-results thead .form-auto-list .i-x-after.form-auto-item.is-user-is-active:after,._account_api .liveDashboard .list-results thead .form-auto-list .i-x-after.form-auto-item.is-user-is-active:after,.liveDashboard .form-auto-list ._account_api .list-results thead .i-x-after.form-auto-item.is-user-is-active:after,.form-auto-list ._account_api .liveDashboard .list-results thead .i-x-after.form-auto-item.is-user-is-active:after,.liveDashboard ._account_api .list-results thead .list-results-header .status.title span.i-x-after:after,._account_api .liveDashboard .list-results thead .list-results-header .status.title span.i-x-after:after,.liveDashboard .list-results-header .status.title ._account_api .list-results thead span.i-x-after:after,.list-results-header .status.title ._account_api .liveDashboard .list-results thead span.i-x-after:after,.liveDashboard ._account_api .list-results thead tr span.i-x-after:after,._account_api .liveDashboard .list-results thead tr span.i-x-after:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .i-x-after.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .i-x-after.dropdown-toggle:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .i-x-after.filter:after,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .i-x-after.filter:after,._account_api .form-label.status .liveDashboard .list-results thead span.i-x-after:after,._account_api .status.status-log .liveDashboard .list-results thead span.i-x-after:after,._account_api .status.status-report-item .liveDashboard .list-results thead span.i-x-after:after,._account_api .double-list dd.status .liveDashboard .list-results thead span.i-x-after:after,.double-list ._account_api dd.status .liveDashboard .list-results thead span.i-x-after:after,._account_api .double-list dt.status .liveDashboard .list-results thead span.i-x-after:after,.double-list ._account_api dt.status .liveDashboard .list-results thead span.i-x-after:after,._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span.i-x-after:after,.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead span.i-x-after:after,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.i-x-after:after,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead span.i-x-after:after,._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.i-x-after:after,.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead span.i-x-after:after,.form-label.status .liveDashboard ._account_api .list-results thead span.i-x-after:after,.status.status-log .liveDashboard ._account_api .list-results thead span.i-x-after:after,.status.status-report-item .liveDashboard ._account_api .list-results thead span.i-x-after:after,.double-list dd.status .liveDashboard ._account_api .list-results thead span.i-x-after:after,.double-list dt.status .liveDashboard ._account_api .list-results thead span.i-x-after:after,.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead span.i-x-after:after,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead span.i-x-after:after,.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead span.i-x-after:after,._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span.i-x-after:after,.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead span.i-x-after:after,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.i-x-after:after,.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead span.i-x-after:after,._account_api .sub-header .w-form .liveDashboard .list-results thead label.i-x-after:after,._account_api .sub-header .w-double-list .liveDashboard .list-results thead label.i-x-after:after,.sub-header .w-form .liveDashboard ._account_api .list-results thead label.i-x-after:after,.sub-header .w-double-list .liveDashboard ._account_api .list-results thead label.i-x-after:after,._account_api .block-filters .liveDashboard .list-results thead button.i-x-after:after,.block-filters .liveDashboard ._account_api .list-results thead button.i-x-after:after,._account_api .block-filters .liveDashboard .list-results thead select.i-x-after:after,.block-filters .liveDashboard ._account_api .list-results thead select.i-x-after:after,._account_api .form-auto-list .liveDashboard .list-results thead .i-x-after.form-auto-item.is-user-is-inactive:after,.form-auto-list .liveDashboard ._account_api .list-results thead .i-x-after.form-auto-item.is-user-is-inactive:after,._account_api .form-auto-list .liveDashboard .list-results thead .i-x-after.form-auto-item.is-user-is-active:after,.form-auto-list .liveDashboard ._account_api .list-results thead .i-x-after.form-auto-item.is-user-is-active:after,._account_api .list-results-header .status.title .liveDashboard .list-results thead span.i-x-after:after,.list-results-header .status.title .liveDashboard ._account_api .list-results thead span.i-x-after:after,.list-results thead tr span.i-x-after:after,.form-auto-list .i-x-after.form-auto-item.is-user-is-inactive:after,.form-auto-list .i-x-after.form-auto-item.is-user-is-active:after,.block-filters button.i-x-after:after,.block-filters select.i-x-after:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .i-x-after.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .i-x-after.filter:after,.form-label.status span.i-x-after:after,.status.status-log span.i-x-after:after,.status.status-report-item span.i-x-after:after,.double-list dd.status span.i-x-after:after,.double-list dt.status span.i-x-after:after,.w-cards-container .w-card .status.title span.i-x-after:after,.w-cards-container .w-card.centered .w-value .status.label span.i-x-after:after,.list-results tbody tr.sublist .status.title span.i-x-after:after,.list-results-header .status.title span.i-x-after:after,.w-filters-selected label.status.small span.i-x-after:after,.w-filters-selected .status.btn-f-s span.i-x-after:after,.sub-header .w-form label.i-x-after:after,.sub-header .w-double-list label.i-x-after:after{content:"\E926"}.icon.i-add:before,.i-add.w-alert-banner:before,.liveDashboard .list-results thead .i-add.w-alert-banner:before,._account_api .list-results thead .i-add.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-add.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-add.btn-filter:before,.w-time-period .dropdown .w-selection .i-add.btn-period-edit:before,.block-filters .i-add.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-add:before,.list-results tbody span.i-add.status:before,.list-results tbody td.is-running span.i-add:before,.list-results tbody td.is-pending span.i-add:before,.liveDashboard .list-results thead .i-add.icon:before,.liveDashboard .list-results thead tr span.i-add:before,._account_api .list-results thead .i-add.icon:before,._account_api .list-results thead tr span.i-add:before,.list-results thead tr span.i-add:before,.form-auto-list .i-add.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-add.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-add.filter:before,.form-label.status span.i-add:before,.status.status-log span.i-add:before,.status.status-report-item span.i-add:before,.double-list dd.status span.i-add:before,.double-list dt.status span.i-add:before,.w-cards-container .w-card .status.title span.i-add:before,.w-cards-container .w-card.centered .w-value .status.label span.i-add:before,.list-results tbody tr.sublist .status.title span.i-add:before,.list-results-header .status.title span.i-add:before,.w-filters-selected label.status.small span.i-add:before,.w-filters-selected .status.btn-f-s span.i-add:before,.sub-header .w-form label.i-add:before,.sub-header .w-double-list label.i-add:before{content:"\E903"}.icon.i-add-2:before,.i-add-2.w-alert-banner:before,.liveDashboard .list-results thead .i-add-2.w-alert-banner:before,._account_api .list-results thead .i-add-2.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-add-2.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-add-2.btn-filter:before,.w-time-period .dropdown .w-selection .i-add-2.btn-period-edit:before,.block-filters .i-add-2.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-add-2:before,.list-results tbody span.i-add-2.status:before,.list-results tbody td.is-running span.i-add-2:before,.list-results tbody td.is-pending span.i-add-2:before,.liveDashboard .list-results thead .i-add-2.icon:before,.liveDashboard .list-results thead tr span.i-add-2:before,._account_api .list-results thead .i-add-2.icon:before,._account_api .list-results thead tr span.i-add-2:before,.list-results thead tr span.i-add-2:before,.form-auto-list .i-add-2.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-add-2.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-add-2.filter:before,.form-label.status span.i-add-2:before,.status.status-log span.i-add-2:before,.status.status-report-item span.i-add-2:before,.double-list dd.status span.i-add-2:before,.double-list dt.status span.i-add-2:before,.w-cards-container .w-card .status.title span.i-add-2:before,.w-cards-container .w-card.centered .w-value .status.label span.i-add-2:before,.list-results tbody tr.sublist .status.title span.i-add-2:before,.list-results-header .status.title span.i-add-2:before,.w-filters-selected label.status.small span.i-add-2:before,.w-filters-selected .status.btn-f-s span.i-add-2:before,.sub-header .w-form label.i-add-2:before,.sub-header .w-double-list label.i-add-2:before{content:"\E95F"}.icon.i-minus:before,.i-minus.w-alert-banner:before,.liveDashboard .list-results thead .i-minus.w-alert-banner:before,._account_api .list-results thead .i-minus.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-minus.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-minus.btn-filter:before,.w-time-period .dropdown .w-selection .i-minus.btn-period-edit:before,.block-filters .i-minus.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-minus:before,.list-results tbody span.i-minus.status:before,.list-results tbody td.is-running span.i-minus:before,.list-results tbody td.is-pending span.i-minus:before,.liveDashboard .list-results thead .i-minus.icon:before,.liveDashboard .list-results thead tr span.i-minus:before,._account_api .list-results thead .i-minus.icon:before,._account_api .list-results thead tr span.i-minus:before,.list-results thead tr span.i-minus:before,.form-auto-list .i-minus.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-minus.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-minus.filter:before,.form-label.status span.i-minus:before,.status.status-log span.i-minus:before,.status.status-report-item span.i-minus:before,.double-list dd.status span.i-minus:before,.double-list dt.status span.i-minus:before,.w-cards-container .w-card .status.title span.i-minus:before,.w-cards-container .w-card.centered .w-value .status.label span.i-minus:before,.list-results tbody tr.sublist .status.title span.i-minus:before,.list-results-header .status.title span.i-minus:before,.w-filters-selected label.status.small span.i-minus:before,.w-filters-selected .status.btn-f-s span.i-minus:before,.sub-header .w-form label.i-minus:before,.sub-header .w-double-list label.i-minus:before{content:"\E9BB"}.icon.i-user-add:before,.i-user-add.w-alert-banner:before,.liveDashboard .list-results thead .i-user-add.w-alert-banner:before,._account_api .list-results thead .i-user-add.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-user-add.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-user-add.btn-filter:before,.w-time-period .dropdown .w-selection .i-user-add.btn-period-edit:before,.block-filters .i-user-add.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-user-add:before,.list-results tbody span.i-user-add.status:before,.list-results tbody td.is-running span.i-user-add:before,.list-results tbody td.is-pending span.i-user-add:before,.liveDashboard .list-results thead .i-user-add.icon:before,.liveDashboard .list-results thead tr span.i-user-add:before,._account_api .list-results thead .i-user-add.icon:before,._account_api .list-results thead tr span.i-user-add:before,.list-results thead tr span.i-user-add:before,.form-auto-list .i-user-add.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-user-add.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-user-add.filter:before,.form-label.status span.i-user-add:before,.status.status-log span.i-user-add:before,.status.status-report-item span.i-user-add:before,.double-list dd.status span.i-user-add:before,.double-list dt.status span.i-user-add:before,.w-cards-container .w-card .status.title span.i-user-add:before,.w-cards-container .w-card.centered .w-value .status.label span.i-user-add:before,.list-results tbody tr.sublist .status.title span.i-user-add:before,.list-results-header .status.title span.i-user-add:before,.w-filters-selected label.status.small span.i-user-add:before,.w-filters-selected .status.btn-f-s span.i-user-add:before,.sub-header .w-form label.i-user-add:before,.sub-header .w-double-list label.i-user-add:before{content:"\E905"}.icon.i-msg:before,.i-msg.w-alert-banner:before,.liveDashboard .list-results thead .i-msg.w-alert-banner:before,._account_api .list-results thead .i-msg.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-msg.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-msg.btn-filter:before,.w-time-period .dropdown .w-selection .i-msg.btn-period-edit:before,.block-filters .i-msg.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-msg:before,.list-results tbody span.i-msg.status:before,.list-results tbody td.is-running span.i-msg:before,.list-results tbody td.is-pending span.i-msg:before,.liveDashboard .list-results thead .i-msg.icon:before,.liveDashboard .list-results thead tr span.i-msg:before,._account_api .list-results thead .i-msg.icon:before,._account_api .list-results thead tr span.i-msg:before,.list-results thead tr span.i-msg:before,.form-auto-list .i-msg.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-msg.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-msg.filter:before,.form-label.status span.i-msg:before,.status.status-log span.i-msg:before,.status.status-report-item span.i-msg:before,.double-list dd.status span.i-msg:before,.double-list dt.status span.i-msg:before,.w-cards-container .w-card .status.title span.i-msg:before,.w-cards-container .w-card.centered .w-value .status.label span.i-msg:before,.list-results tbody tr.sublist .status.title span.i-msg:before,.list-results-header .status.title span.i-msg:before,.w-filters-selected label.status.small span.i-msg:before,.w-filters-selected .status.btn-f-s span.i-msg:before,.sub-header .w-form label.i-msg:before,.sub-header .w-double-list label.i-msg:before{content:"\E906"}.icon.i-edit:before,.i-edit.w-alert-banner:before,.liveDashboard .list-results thead .i-edit.w-alert-banner:before,._account_api .list-results thead .i-edit.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-edit.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-edit.btn-filter:before,.w-time-period .dropdown .w-selection .i-edit.btn-period-edit:before,.block-filters .i-edit.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-edit:before,.list-results tbody span.i-edit.status:before,.list-results tbody td.is-running span.i-edit:before,.list-results tbody td.is-pending span.i-edit:before,.liveDashboard .list-results thead .i-edit.icon:before,.liveDashboard .list-results thead tr span.i-edit:before,._account_api .list-results thead .i-edit.icon:before,._account_api .list-results thead tr span.i-edit:before,.list-results thead tr span.i-edit:before,.form-auto-list .i-edit.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-edit.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-edit.filter:before,.form-label.status span.i-edit:before,.status.status-log span.i-edit:before,.status.status-report-item span.i-edit:before,.double-list dd.status span.i-edit:before,.double-list dt.status span.i-edit:before,.w-cards-container .w-card .status.title span.i-edit:before,.w-cards-container .w-card.centered .w-value .status.label span.i-edit:before,.list-results tbody tr.sublist .status.title span.i-edit:before,.list-results-header .status.title span.i-edit:before,.w-filters-selected label.status.small span.i-edit:before,.w-filters-selected .status.btn-f-s span.i-edit:before,.sub-header .w-form label.i-edit:before,.sub-header .w-double-list label.i-edit:before{content:"\E907"}.icon.i-group:before,.i-group.w-alert-banner:before,.liveDashboard .list-results thead .i-group.w-alert-banner:before,._account_api .list-results thead .i-group.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-group.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-group.btn-filter:before,.w-time-period .dropdown .w-selection .i-group.btn-period-edit:before,.block-filters .i-group.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-group:before,.list-results tbody span.i-group.status:before,.list-results tbody td.is-running span.i-group:before,.list-results tbody td.is-pending span.i-group:before,.liveDashboard .list-results thead .i-group.icon:before,.liveDashboard .list-results thead tr span.i-group:before,._account_api .list-results thead .i-group.icon:before,._account_api .list-results thead tr span.i-group:before,.list-results thead tr span.i-group:before,.form-auto-list .i-group.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-group.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-group.filter:before,.form-label.status span.i-group:before,.status.status-log span.i-group:before,.status.status-report-item span.i-group:before,.double-list dd.status span.i-group:before,.double-list dt.status span.i-group:before,.w-cards-container .w-card .status.title span.i-group:before,.w-cards-container .w-card.centered .w-value .status.label span.i-group:before,.list-results tbody tr.sublist .status.title span.i-group:before,.list-results-header .status.title span.i-group:before,.w-filters-selected label.status.small span.i-group:before,.w-filters-selected .status.btn-f-s span.i-group:before,.sub-header .w-form label.i-group:before,.sub-header .w-double-list label.i-group:before{content:"\E958"}.icon.i-goal:before,.i-goal.w-alert-banner:before,.liveDashboard .list-results thead .i-goal.w-alert-banner:before,._account_api .list-results thead .i-goal.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-goal.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-goal.btn-filter:before,.w-time-period .dropdown .w-selection .i-goal.btn-period-edit:before,.block-filters .i-goal.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-goal:before,.list-results tbody span.i-goal.status:before,.list-results tbody td.is-running span.i-goal:before,.list-results tbody td.is-pending span.i-goal:before,.liveDashboard .list-results thead .i-goal.icon:before,.liveDashboard .list-results thead tr span.i-goal:before,._account_api .list-results thead .i-goal.icon:before,._account_api .list-results thead tr span.i-goal:before,.list-results thead tr span.i-goal:before,.form-auto-list .i-goal.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-goal.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-goal.filter:before,.form-label.status span.i-goal:before,.status.status-log span.i-goal:before,.status.status-report-item span.i-goal:before,.double-list dd.status span.i-goal:before,.double-list dt.status span.i-goal:before,.w-cards-container .w-card .status.title span.i-goal:before,.w-cards-container .w-card.centered .w-value .status.label span.i-goal:before,.list-results tbody tr.sublist .status.title span.i-goal:before,.list-results-header .status.title span.i-goal:before,.w-filters-selected label.status.small span.i-goal:before,.w-filters-selected .status.btn-f-s span.i-goal:before,.sub-header .w-form label.i-goal:before,.sub-header .w-double-list label.i-goal:before{content:"\E9570"}.icon.i-payment:before,.i-payment.w-alert-banner:before,.liveDashboard .list-results thead .i-payment.w-alert-banner:before,._account_api .list-results thead .i-payment.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-payment.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-payment.btn-filter:before,.w-time-period .dropdown .w-selection .i-payment.btn-period-edit:before,.block-filters .i-payment.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-payment:before,.list-results tbody span.i-payment.status:before,.list-results tbody td.is-running span.i-payment:before,.list-results tbody td.is-pending span.i-payment:before,.liveDashboard .list-results thead .i-payment.icon:before,.liveDashboard .list-results thead tr span.i-payment:before,._account_api .list-results thead .i-payment.icon:before,._account_api .list-results thead tr span.i-payment:before,.list-results thead tr span.i-payment:before,.form-auto-list .i-payment.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-payment.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-payment.filter:before,.form-label.status span.i-payment:before,.status.status-log span.i-payment:before,.status.status-report-item span.i-payment:before,.double-list dd.status span.i-payment:before,.double-list dt.status span.i-payment:before,.w-cards-container .w-card .status.title span.i-payment:before,.w-cards-container .w-card.centered .w-value .status.label span.i-payment:before,.list-results tbody tr.sublist .status.title span.i-payment:before,.list-results-header .status.title span.i-payment:before,.w-filters-selected label.status.small span.i-payment:before,.w-filters-selected .status.btn-f-s span.i-payment:before,.sub-header .w-form label.i-payment:before,.sub-header .w-double-list label.i-payment:before{content:"\E908"}.icon.i-arrow-right:before,.i-arrow-right.w-alert-banner:before,.liveDashboard .list-results thead .i-arrow-right.w-alert-banner:before,._account_api .list-results thead .i-arrow-right.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-arrow-right.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-arrow-right.btn-filter:before,.w-time-period .dropdown .w-selection .i-arrow-right.btn-period-edit:before,.block-filters .i-arrow-right.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-arrow-right:before,.list-results tbody span.i-arrow-right.status:before,.list-results tbody td.is-running span.i-arrow-right:before,.list-results tbody td.is-pending span.i-arrow-right:before,.liveDashboard .list-results thead .i-arrow-right.icon:before,.liveDashboard .list-results thead tr span.i-arrow-right:before,._account_api .list-results thead .i-arrow-right.icon:before,._account_api .list-results thead tr span.i-arrow-right:before,.list-results thead tr span.i-arrow-right:before,.form-auto-list .i-arrow-right.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-arrow-right.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-arrow-right.filter:before,.form-label.status span.i-arrow-right:before,.status.status-log span.i-arrow-right:before,.status.status-report-item span.i-arrow-right:before,.double-list dd.status span.i-arrow-right:before,.double-list dt.status span.i-arrow-right:before,.w-cards-container .w-card .status.title span.i-arrow-right:before,.w-cards-container .w-card.centered .w-value .status.label span.i-arrow-right:before,.list-results tbody tr.sublist .status.title span.i-arrow-right:before,.list-results-header .status.title span.i-arrow-right:before,.w-filters-selected label.status.small span.i-arrow-right:before,.w-filters-selected .status.btn-f-s span.i-arrow-right:before,.sub-header .w-form label.i-arrow-right:before,.sub-header .w-double-list label.i-arrow-right:before{content:"\E957";transform:rotate(-90deg)}.icon.i-copy:before,.i-copy.w-alert-banner:before,.liveDashboard .list-results thead .i-copy.w-alert-banner:before,._account_api .list-results thead .i-copy.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-copy.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-copy.btn-filter:before,.w-time-period .dropdown .w-selection .i-copy.btn-period-edit:before,.block-filters .i-copy.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-copy:before,.list-results tbody span.i-copy.status:before,.list-results tbody td.is-running span.i-copy:before,.list-results tbody td.is-pending span.i-copy:before,.liveDashboard .list-results thead .i-copy.icon:before,.liveDashboard .list-results thead tr span.i-copy:before,._account_api .list-results thead .i-copy.icon:before,._account_api .list-results thead tr span.i-copy:before,.list-results thead tr span.i-copy:before,.form-auto-list .i-copy.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-copy.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-copy.filter:before,.form-label.status span.i-copy:before,.status.status-log span.i-copy:before,.status.status-report-item span.i-copy:before,.double-list dd.status span.i-copy:before,.double-list dt.status span.i-copy:before,.w-cards-container .w-card .status.title span.i-copy:before,.w-cards-container .w-card.centered .w-value .status.label span.i-copy:before,.list-results tbody tr.sublist .status.title span.i-copy:before,.list-results-header .status.title span.i-copy:before,.w-filters-selected label.status.small span.i-copy:before,.w-filters-selected .status.btn-f-s span.i-copy:before,.sub-header .w-form label.i-copy:before,.sub-header .w-double-list label.i-copy:before{content:"\E998"}.icon.i-copy-down:before,.i-copy-down.w-alert-banner:before,.liveDashboard .list-results thead .i-copy-down.w-alert-banner:before,._account_api .list-results thead .i-copy-down.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-copy-down.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-copy-down.btn-filter:before,.w-time-period .dropdown .w-selection .i-copy-down.btn-period-edit:before,.block-filters .i-copy-down.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-copy-down:before,.list-results tbody span.i-copy-down.status:before,.list-results tbody td.is-running span.i-copy-down:before,.list-results tbody td.is-pending span.i-copy-down:before,.liveDashboard .list-results thead .i-copy-down.icon:before,.liveDashboard .list-results thead tr span.i-copy-down:before,._account_api .list-results thead .i-copy-down.icon:before,._account_api .list-results thead tr span.i-copy-down:before,.list-results thead tr span.i-copy-down:before,.form-auto-list .i-copy-down.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-copy-down.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-copy-down.filter:before,.form-label.status span.i-copy-down:before,.status.status-log span.i-copy-down:before,.status.status-report-item span.i-copy-down:before,.double-list dd.status span.i-copy-down:before,.double-list dt.status span.i-copy-down:before,.w-cards-container .w-card .status.title span.i-copy-down:before,.w-cards-container .w-card.centered .w-value .status.label span.i-copy-down:before,.list-results tbody tr.sublist .status.title span.i-copy-down:before,.list-results-header .status.title span.i-copy-down:before,.w-filters-selected label.status.small span.i-copy-down:before,.w-filters-selected .status.btn-f-s span.i-copy-down:before,.sub-header .w-form label.i-copy-down:before,.sub-header .w-double-list label.i-copy-down:before{content:"\E964"}.icon.i-speed:before,.i-speed.w-alert-banner:before,.liveDashboard .list-results thead .i-speed.w-alert-banner:before,._account_api .list-results thead .i-speed.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-speed.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-speed.btn-filter:before,.w-time-period .dropdown .w-selection .i-speed.btn-period-edit:before,.block-filters .i-speed.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-speed:before,.list-results tbody span.i-speed.status:before,.list-results tbody td.is-running span.i-speed:before,.list-results tbody td.is-pending span.i-speed:before,.liveDashboard .list-results thead .i-speed.icon:before,.liveDashboard .list-results thead tr span.i-speed:before,._account_api .list-results thead .i-speed.icon:before,._account_api .list-results thead tr span.i-speed:before,.list-results thead tr span.i-speed:before,.form-auto-list .i-speed.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-speed.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-speed.filter:before,.form-label.status span.i-speed:before,.status.status-log span.i-speed:before,.status.status-report-item span.i-speed:before,.double-list dd.status span.i-speed:before,.double-list dt.status span.i-speed:before,.w-cards-container .w-card .status.title span.i-speed:before,.w-cards-container .w-card.centered .w-value .status.label span.i-speed:before,.list-results tbody tr.sublist .status.title span.i-speed:before,.list-results-header .status.title span.i-speed:before,.w-filters-selected label.status.small span.i-speed:before,.w-filters-selected .status.btn-f-s span.i-speed:before,.sub-header .w-form label.i-speed:before,.sub-header .w-double-list label.i-speed:before{content:"\E96E"}.icon.i-filter:before,.i-filter.w-alert-banner:before,.liveDashboard .list-results thead .i-filter.w-alert-banner:before,._account_api .list-results thead .i-filter.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-filter.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-filter.btn-filter:before,.w-time-period .dropdown .w-selection .i-filter.btn-period-edit:before,.block-filters .i-filter.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-filter:before,.list-results tbody span.i-filter.status:before,.list-results tbody td.is-running span.i-filter:before,.list-results tbody td.is-pending span.i-filter:before,.liveDashboard .list-results thead .i-filter.icon:before,.liveDashboard .list-results thead tr span.i-filter:before,._account_api .list-results thead .i-filter.icon:before,._account_api .list-results thead tr span.i-filter:before,.list-results thead tr span.i-filter:before,.form-auto-list .i-filter.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-filter.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-filter.filter:before,.form-label.status span.i-filter:before,.status.status-log span.i-filter:before,.status.status-report-item span.i-filter:before,.double-list dd.status span.i-filter:before,.double-list dt.status span.i-filter:before,.w-cards-container .w-card .status.title span.i-filter:before,.w-cards-container .w-card.centered .w-value .status.label span.i-filter:before,.list-results tbody tr.sublist .status.title span.i-filter:before,.list-results-header .status.title span.i-filter:before,.w-filters-selected label.status.small span.i-filter:before,.w-filters-selected .status.btn-f-s span.i-filter:before,.sub-header .w-form label.i-filter:before,.sub-header .w-double-list label.i-filter:before{content:"\E909"}.icon.i-import:before,.i-import.w-alert-banner:before,.liveDashboard .list-results thead .i-import.w-alert-banner:before,._account_api .list-results thead .i-import.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-import.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-import.btn-filter:before,.w-time-period .dropdown .w-selection .i-import.btn-period-edit:before,.block-filters .i-import.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-import:before,.list-results tbody span.i-import.status:before,.list-results tbody td.is-running span.i-import:before,.list-results tbody td.is-pending span.i-import:before,.liveDashboard .list-results thead .i-import.icon:before,.liveDashboard .list-results thead tr span.i-import:before,._account_api .list-results thead .i-import.icon:before,._account_api .list-results thead tr span.i-import:before,.list-results thead tr span.i-import:before,.form-auto-list .i-import.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-import.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-import.filter:before,.form-label.status span.i-import:before,.status.status-log span.i-import:before,.status.status-report-item span.i-import:before,.double-list dd.status span.i-import:before,.double-list dt.status span.i-import:before,.w-cards-container .w-card .status.title span.i-import:before,.w-cards-container .w-card.centered .w-value .status.label span.i-import:before,.list-results tbody tr.sublist .status.title span.i-import:before,.list-results-header .status.title span.i-import:before,.w-filters-selected label.status.small span.i-import:before,.w-filters-selected .status.btn-f-s span.i-import:before,.sub-header .w-form label.i-import:before,.sub-header .w-double-list label.i-import:before{content:"\E90A"}.icon.i-month:before,.i-month.w-alert-banner:before,.liveDashboard .list-results thead .i-month.w-alert-banner:before,._account_api .list-results thead .i-month.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-month.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-month.btn-filter:before,.w-time-period .dropdown .w-selection .i-month.btn-period-edit:before,.block-filters .i-month.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-month:before,.list-results tbody span.i-month.status:before,.list-results tbody td.is-running span.i-month:before,.list-results tbody td.is-pending span.i-month:before,.liveDashboard .list-results thead .i-month.icon:before,.liveDashboard .list-results thead tr span.i-month:before,._account_api .list-results thead .i-month.icon:before,._account_api .list-results thead tr span.i-month:before,.list-results thead tr span.i-month:before,.form-auto-list .i-month.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-month.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-month.filter:before,.form-label.status span.i-month:before,.status.status-log span.i-month:before,.status.status-report-item span.i-month:before,.double-list dd.status span.i-month:before,.double-list dt.status span.i-month:before,.w-cards-container .w-card .status.title span.i-month:before,.w-cards-container .w-card.centered .w-value .status.label span.i-month:before,.list-results tbody tr.sublist .status.title span.i-month:before,.list-results-header .status.title span.i-month:before,.w-filters-selected label.status.small span.i-month:before,.w-filters-selected .status.btn-f-s span.i-month:before,.sub-header .w-form label.i-month:before,.sub-header .w-double-list label.i-month:before{content:"\E90AA"}.icon.i-calendar:after,.w-dialog.plus .i-calendar.dialog-aside:after,.w-toast .i-calendar.toast.plus:after,.toggleWrapper input.mobileToggle+label.i-calendar:after,.list-results tbody span.i-calendar.status:after,.list-results tbody td.is-running span.i-calendar:after,.list-results tbody td.is-pending span.i-calendar:after,.liveDashboard .list-results thead .i-calendar.icon:after,.liveDashboard .list-results thead .w-dialog.plus .i-calendar.dialog-aside:after,.w-dialog.plus .liveDashboard .list-results thead .i-calendar.dialog-aside:after,.liveDashboard .list-results thead .w-toast .i-calendar.toast.plus:after,.w-toast .liveDashboard .list-results thead .i-calendar.toast.plus:after,.liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.i-calendar:after,.toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label.i-calendar:after,.liveDashboard .list-results thead tbody span.i-calendar.status:after,.liveDashboard .list-results tbody thead span.i-calendar.status:after,.liveDashboard .list-results thead tbody td.is-running span.i-calendar:after,.liveDashboard .list-results tbody td.is-running thead span.i-calendar:after,.liveDashboard .list-results thead tbody td.is-pending span.i-calendar:after,.liveDashboard .list-results tbody td.is-pending thead span.i-calendar:after,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .i-calendar.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .i-calendar.dropdown-toggle:after,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .i-calendar.filter:after,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .i-calendar.filter:after,.liveDashboard .list-results thead .form-label.status span.i-calendar:after,.liveDashboard .list-results thead .status.status-log span.i-calendar:after,.liveDashboard .list-results thead .status.status-report-item span.i-calendar:after,.liveDashboard .list-results thead .double-list dd.status span.i-calendar:after,.double-list .liveDashboard .list-results thead dd.status span.i-calendar:after,.liveDashboard .list-results thead .double-list dt.status span.i-calendar:after,.double-list .liveDashboard .list-results thead dt.status span.i-calendar:after,.liveDashboard .list-results thead .w-cards-container .w-card .status.title span.i-calendar:after,.w-cards-container .w-card .liveDashboard .list-results thead .status.title span.i-calendar:after,.liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.i-calendar:after,.w-cards-container .w-card.centered .w-value .liveDashboard .list-results thead .status.label span.i-calendar:after,.liveDashboard .list-results thead tbody tr.sublist .status.title span.i-calendar:after,.liveDashboard .list-results tbody tr.sublist thead .status.title span.i-calendar:after,.form-label.status .liveDashboard .list-results thead span.i-calendar:after,.status.status-log .liveDashboard .list-results thead span.i-calendar:after,.status.status-report-item .liveDashboard .list-results thead span.i-calendar:after,.double-list dd.status .liveDashboard .list-results thead span.i-calendar:after,.double-list dt.status .liveDashboard .list-results thead span.i-calendar:after,.w-cards-container .w-card .status.title .liveDashboard .list-results thead span.i-calendar:after,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.i-calendar:after,.list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.i-calendar:after,.liveDashboard .list-results thead .w-filters-selected label.status.small span.i-calendar:after,.w-filters-selected label.status.small .liveDashboard .list-results thead span.i-calendar:after,.liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.i-calendar:after,.w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.i-calendar:after,.liveDashboard .list-results thead .sub-header .w-form label.i-calendar:after,.liveDashboard .list-results thead .sub-header .w-double-list label.i-calendar:after,.sub-header .w-form .liveDashboard .list-results thead label.i-calendar:after,.sub-header .w-double-list .liveDashboard .list-results thead label.i-calendar:after,.liveDashboard .list-results thead .block-filters button.i-calendar:after,.block-filters .liveDashboard .list-results thead button.i-calendar:after,.liveDashboard .list-results thead .block-filters select.i-calendar:after,.block-filters .liveDashboard .list-results thead select.i-calendar:after,.liveDashboard .list-results thead .form-auto-list .i-calendar.form-auto-item.is-user-is-inactive:after,.form-auto-list .liveDashboard .list-results thead .i-calendar.form-auto-item.is-user-is-inactive:after,.liveDashboard .list-results thead .form-auto-list .i-calendar.form-auto-item.is-user-is-active:after,.form-auto-list .liveDashboard .list-results thead .i-calendar.form-auto-item.is-user-is-active:after,.liveDashboard .list-results thead .list-results-header .status.title span.i-calendar:after,.list-results-header .status.title .liveDashboard .list-results thead span.i-calendar:after,.liveDashboard .list-results thead tr span.i-calendar:after,._account_api .list-results thead .i-calendar.icon:after,._account_api .list-results thead .w-dialog.plus .i-calendar.dialog-aside:after,.w-dialog.plus ._account_api .list-results thead .i-calendar.dialog-aside:after,._account_api .list-results thead .w-toast .i-calendar.toast.plus:after,.w-toast ._account_api .list-results thead .i-calendar.toast.plus:after,._account_api .list-results thead .toggleWrapper input.mobileToggle+label.i-calendar:after,.toggleWrapper ._account_api .list-results thead input.mobileToggle+label.i-calendar:after,._account_api .list-results thead tbody span.i-calendar.status:after,._account_api .list-results tbody thead span.i-calendar.status:after,._account_api .list-results thead tbody td.is-running span.i-calendar:after,._account_api .list-results tbody td.is-running thead span.i-calendar:after,._account_api .list-results thead tbody td.is-pending span.i-calendar:after,._account_api .list-results tbody td.is-pending thead span.i-calendar:after,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .i-calendar.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .i-calendar.dropdown-toggle:after,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .i-calendar.filter:after,.w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .i-calendar.filter:after,._account_api .list-results thead .form-label.status span.i-calendar:after,._account_api .list-results thead .status.status-log span.i-calendar:after,._account_api .list-results thead .status.status-report-item span.i-calendar:after,._account_api .list-results thead .double-list dd.status span.i-calendar:after,.double-list ._account_api .list-results thead dd.status span.i-calendar:after,._account_api .list-results thead .double-list dt.status span.i-calendar:after,.double-list ._account_api .list-results thead dt.status span.i-calendar:after,._account_api .list-results thead .w-cards-container .w-card .status.title span.i-calendar:after,.w-cards-container .w-card ._account_api .list-results thead .status.title span.i-calendar:after,._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.i-calendar:after,.w-cards-container .w-card.centered .w-value ._account_api .list-results thead .status.label span.i-calendar:after,._account_api .list-results thead tbody tr.sublist .status.title span.i-calendar:after,._account_api .list-results tbody tr.sublist thead .status.title span.i-calendar:after,.form-label.status ._account_api .list-results thead span.i-calendar:after,.status.status-log ._account_api .list-results thead span.i-calendar:after,.status.status-report-item ._account_api .list-results thead span.i-calendar:after,.double-list dd.status ._account_api .list-results thead span.i-calendar:after,.double-list dt.status ._account_api .list-results thead span.i-calendar:after,.w-cards-container .w-card .status.title ._account_api .list-results thead span.i-calendar:after,.w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.i-calendar:after,.list-results tbody tr.sublist .status.title ._account_api .list-results thead span.i-calendar:after,._account_api .list-results thead .w-filters-selected label.status.small span.i-calendar:after,.w-filters-selected label.status.small ._account_api .list-results thead span.i-calendar:after,._account_api .list-results thead .w-filters-selected .status.btn-f-s span.i-calendar:after,.w-filters-selected .status.btn-f-s ._account_api .list-results thead span.i-calendar:after,._account_api .list-results thead .sub-header .w-form label.i-calendar:after,._account_api .list-results thead .sub-header .w-double-list label.i-calendar:after,.sub-header .w-form ._account_api .list-results thead label.i-calendar:after,.sub-header .w-double-list ._account_api .list-results thead label.i-calendar:after,._account_api .list-results thead .block-filters button.i-calendar:after,.block-filters ._account_api .list-results thead button.i-calendar:after,._account_api .list-results thead .block-filters select.i-calendar:after,.block-filters ._account_api .list-results thead select.i-calendar:after,._account_api .list-results thead .form-auto-list .i-calendar.form-auto-item.is-user-is-inactive:after,.form-auto-list ._account_api .list-results thead .i-calendar.form-auto-item.is-user-is-inactive:after,._account_api .list-results thead .form-auto-list .i-calendar.form-auto-item.is-user-is-active:after,.form-auto-list ._account_api .list-results thead .i-calendar.form-auto-item.is-user-is-active:after,._account_api .list-results thead .list-results-header .status.title span.i-calendar:after,.list-results-header .status.title ._account_api .list-results thead span.i-calendar:after,._account_api .list-results thead tr span.i-calendar:after,.liveDashboard ._account_api .list-results thead .i-calendar.icon:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .i-calendar.dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .i-calendar.dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-toast .i-calendar.toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .i-calendar.toast.plus:after,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label.i-calendar:after,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label.i-calendar:after,.liveDashboard ._account_api .list-results thead tbody span.i-calendar.status:after,.liveDashboard ._account_api .list-results tbody thead span.i-calendar.status:after,.liveDashboard ._account_api .list-results thead tbody td.is-running span.i-calendar:after,.liveDashboard ._account_api .list-results tbody td.is-running thead span.i-calendar:after,.liveDashboard ._account_api .list-results thead tbody td.is-pending span.i-calendar:after,.liveDashboard ._account_api .list-results tbody td.is-pending thead span.i-calendar:after,._account_api .liveDashboard .list-results thead .i-calendar.icon:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .i-calendar.dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .i-calendar.dialog-aside:after,._account_api .liveDashboard .list-results thead .w-toast .i-calendar.toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .i-calendar.toast.plus:after,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.i-calendar:after,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label.i-calendar:after,._account_api .liveDashboard .list-results thead tbody span.i-calendar.status:after,._account_api .liveDashboard .list-results tbody thead span.i-calendar.status:after,._account_api .liveDashboard .list-results thead tbody td.is-running span.i-calendar:after,._account_api .liveDashboard .list-results tbody td.is-running thead span.i-calendar:after,._account_api .liveDashboard .list-results thead tbody td.is-pending span.i-calendar:after,._account_api .liveDashboard .list-results tbody td.is-pending thead span.i-calendar:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .i-calendar.dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .i-calendar.dropdown-toggle:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .i-calendar.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .i-calendar.dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .i-calendar.filter:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .i-calendar.filter:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .i-calendar.filter:after,.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .i-calendar.filter:after,.liveDashboard ._account_api .list-results thead .form-label.status span.i-calendar:after,.liveDashboard ._account_api .list-results thead .status.status-log span.i-calendar:after,.liveDashboard ._account_api .list-results thead .status.status-report-item span.i-calendar:after,.liveDashboard ._account_api .list-results thead .double-list dd.status span.i-calendar:after,.double-list .liveDashboard ._account_api .list-results thead dd.status span.i-calendar:after,.liveDashboard ._account_api .list-results thead .double-list dt.status span.i-calendar:after,.double-list .liveDashboard ._account_api .list-results thead dt.status span.i-calendar:after,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span.i-calendar:after,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title span.i-calendar:after,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.i-calendar:after,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label span.i-calendar:after,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span.i-calendar:after,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span.i-calendar:after,._account_api .liveDashboard .list-results thead .form-label.status span.i-calendar:after,._account_api .liveDashboard .list-results thead .status.status-log span.i-calendar:after,._account_api .liveDashboard .list-results thead .status.status-report-item span.i-calendar:after,._account_api .liveDashboard .list-results thead .double-list dd.status span.i-calendar:after,.double-list ._account_api .liveDashboard .list-results thead dd.status span.i-calendar:after,._account_api .liveDashboard .list-results thead .double-list dt.status span.i-calendar:after,.double-list ._account_api .liveDashboard .list-results thead dt.status span.i-calendar:after,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span.i-calendar:after,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title span.i-calendar:after,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.i-calendar:after,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label span.i-calendar:after,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span.i-calendar:after,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span.i-calendar:after,.liveDashboard .form-label.status ._account_api .list-results thead span.i-calendar:after,.liveDashboard .status.status-log ._account_api .list-results thead span.i-calendar:after,.liveDashboard .status.status-report-item ._account_api .list-results thead span.i-calendar:after,.liveDashboard .double-list dd.status ._account_api .list-results thead span.i-calendar:after,.double-list .liveDashboard dd.status ._account_api .list-results thead span.i-calendar:after,.liveDashboard .double-list dt.status ._account_api .list-results thead span.i-calendar:after,.double-list .liveDashboard dt.status ._account_api .list-results thead span.i-calendar:after,.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span.i-calendar:after,.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead span.i-calendar:after,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.i-calendar:after,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead span.i-calendar:after,.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span.i-calendar:after,.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead span.i-calendar:after,.form-label.status ._account_api .liveDashboard .list-results thead span.i-calendar:after,.status.status-log ._account_api .liveDashboard .list-results thead span.i-calendar:after,.status.status-report-item ._account_api .liveDashboard .list-results thead span.i-calendar:after,.double-list dd.status ._account_api .liveDashboard .list-results thead span.i-calendar:after,.double-list dt.status ._account_api .liveDashboard .list-results thead span.i-calendar:after,.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead span.i-calendar:after,.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead span.i-calendar:after,.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead span.i-calendar:after,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span.i-calendar:after,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span.i-calendar:after,.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span.i-calendar:after,.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead span.i-calendar:after,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span.i-calendar:after,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.i-calendar:after,.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span.i-calendar:after,.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead span.i-calendar:after,.liveDashboard ._account_api .list-results thead .sub-header .w-form label.i-calendar:after,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list label.i-calendar:after,._account_api .liveDashboard .list-results thead .sub-header .w-form label.i-calendar:after,._account_api .liveDashboard .list-results thead .sub-header .w-double-list label.i-calendar:after,.liveDashboard .sub-header .w-form ._account_api .list-results thead label.i-calendar:after,.liveDashboard .sub-header .w-double-list ._account_api .list-results thead label.i-calendar:after,.sub-header .w-form ._account_api .liveDashboard .list-results thead label.i-calendar:after,.sub-header .w-double-list ._account_api .liveDashboard .list-results thead label.i-calendar:after,.liveDashboard ._account_api .list-results thead .block-filters button.i-calendar:after,._account_api .liveDashboard .list-results thead .block-filters button.i-calendar:after,.liveDashboard .block-filters ._account_api .list-results thead button.i-calendar:after,.block-filters ._account_api .liveDashboard .list-results thead button.i-calendar:after,.liveDashboard ._account_api .list-results thead .block-filters select.i-calendar:after,._account_api .liveDashboard .list-results thead .block-filters select.i-calendar:after,.liveDashboard .block-filters ._account_api .list-results thead select.i-calendar:after,.block-filters ._account_api .liveDashboard .list-results thead select.i-calendar:after,.liveDashboard ._account_api .list-results thead .form-auto-list .i-calendar.form-auto-item.is-user-is-inactive:after,._account_api .liveDashboard .list-results thead .form-auto-list .i-calendar.form-auto-item.is-user-is-inactive:after,.liveDashboard .form-auto-list ._account_api .list-results thead .i-calendar.form-auto-item.is-user-is-inactive:after,.form-auto-list ._account_api .liveDashboard .list-results thead .i-calendar.form-auto-item.is-user-is-inactive:after,.liveDashboard ._account_api .list-results thead .form-auto-list .i-calendar.form-auto-item.is-user-is-active:after,._account_api .liveDashboard .list-results thead .form-auto-list .i-calendar.form-auto-item.is-user-is-active:after,.liveDashboard .form-auto-list ._account_api .list-results thead .i-calendar.form-auto-item.is-user-is-active:after,.form-auto-list ._account_api .liveDashboard .list-results thead .i-calendar.form-auto-item.is-user-is-active:after,.liveDashboard ._account_api .list-results thead .list-results-header .status.title span.i-calendar:after,._account_api .liveDashboard .list-results thead .list-results-header .status.title span.i-calendar:after,.liveDashboard .list-results-header .status.title ._account_api .list-results thead span.i-calendar:after,.list-results-header .status.title ._account_api .liveDashboard .list-results thead span.i-calendar:after,.liveDashboard ._account_api .list-results thead tr span.i-calendar:after,._account_api .liveDashboard .list-results thead tr span.i-calendar:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .i-calendar.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .i-calendar.dropdown-toggle:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .i-calendar.filter:after,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .i-calendar.filter:after,._account_api .form-label.status .liveDashboard .list-results thead span.i-calendar:after,._account_api .status.status-log .liveDashboard .list-results thead span.i-calendar:after,._account_api .status.status-report-item .liveDashboard .list-results thead span.i-calendar:after,._account_api .double-list dd.status .liveDashboard .list-results thead span.i-calendar:after,.double-list ._account_api dd.status .liveDashboard .list-results thead span.i-calendar:after,._account_api .double-list dt.status .liveDashboard .list-results thead span.i-calendar:after,.double-list ._account_api dt.status .liveDashboard .list-results thead span.i-calendar:after,._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span.i-calendar:after,.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead span.i-calendar:after,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.i-calendar:after,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead span.i-calendar:after,._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.i-calendar:after,.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead span.i-calendar:after,.form-label.status .liveDashboard ._account_api .list-results thead span.i-calendar:after,.status.status-log .liveDashboard ._account_api .list-results thead span.i-calendar:after,.status.status-report-item .liveDashboard ._account_api .list-results thead span.i-calendar:after,.double-list dd.status .liveDashboard ._account_api .list-results thead span.i-calendar:after,.double-list dt.status .liveDashboard ._account_api .list-results thead span.i-calendar:after,.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead span.i-calendar:after,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead span.i-calendar:after,.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead span.i-calendar:after,._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span.i-calendar:after,.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead span.i-calendar:after,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.i-calendar:after,.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead span.i-calendar:after,._account_api .sub-header .w-form .liveDashboard .list-results thead label.i-calendar:after,._account_api .sub-header .w-double-list .liveDashboard .list-results thead label.i-calendar:after,.sub-header .w-form .liveDashboard ._account_api .list-results thead label.i-calendar:after,.sub-header .w-double-list .liveDashboard ._account_api .list-results thead label.i-calendar:after,._account_api .block-filters .liveDashboard .list-results thead button.i-calendar:after,.block-filters .liveDashboard ._account_api .list-results thead button.i-calendar:after,._account_api .block-filters .liveDashboard .list-results thead select.i-calendar:after,.block-filters .liveDashboard ._account_api .list-results thead select.i-calendar:after,._account_api .form-auto-list .liveDashboard .list-results thead .i-calendar.form-auto-item.is-user-is-inactive:after,.form-auto-list .liveDashboard ._account_api .list-results thead .i-calendar.form-auto-item.is-user-is-inactive:after,._account_api .form-auto-list .liveDashboard .list-results thead .i-calendar.form-auto-item.is-user-is-active:after,.form-auto-list .liveDashboard ._account_api .list-results thead .i-calendar.form-auto-item.is-user-is-active:after,._account_api .list-results-header .status.title .liveDashboard .list-results thead span.i-calendar:after,.list-results-header .status.title .liveDashboard ._account_api .list-results thead span.i-calendar:after,.list-results thead tr span.i-calendar:after,.form-auto-list .i-calendar.form-auto-item.is-user-is-inactive:after,.form-auto-list .i-calendar.form-auto-item.is-user-is-active:after,.block-filters button.i-calendar:after,.block-filters select.i-calendar:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .i-calendar.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .i-calendar.filter:after,.form-label.status span.i-calendar:after,.status.status-log span.i-calendar:after,.status.status-report-item span.i-calendar:after,.double-list dd.status span.i-calendar:after,.double-list dt.status span.i-calendar:after,.w-cards-container .w-card .status.title span.i-calendar:after,.w-cards-container .w-card.centered .w-value .status.label span.i-calendar:after,.list-results tbody tr.sublist .status.title span.i-calendar:after,.list-results-header .status.title span.i-calendar:after,.w-filters-selected label.status.small span.i-calendar:after,.w-filters-selected .status.btn-f-s span.i-calendar:after,.sub-header .w-form label.i-calendar:after,.sub-header .w-double-list label.i-calendar:after{content:"\E934"}.icon.i-calendar-b:before,.i-calendar-b.w-alert-banner:before,.liveDashboard .list-results thead .i-calendar-b.w-alert-banner:before,._account_api .list-results thead .i-calendar-b.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-calendar-b.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-calendar-b.btn-filter:before,.w-time-period .dropdown .w-selection .i-calendar-b.btn-period-edit:before,.block-filters .i-calendar-b.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-calendar-b:before,.list-results tbody span.i-calendar-b.status:before,.list-results tbody td.is-running span.i-calendar-b:before,.list-results tbody td.is-pending span.i-calendar-b:before,.liveDashboard .list-results thead .i-calendar-b.icon:before,.liveDashboard .list-results thead tr span.i-calendar-b:before,._account_api .list-results thead .i-calendar-b.icon:before,._account_api .list-results thead tr span.i-calendar-b:before,.list-results thead tr span.i-calendar-b:before,.form-auto-list .i-calendar-b.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-calendar-b.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-calendar-b.filter:before,.form-label.status span.i-calendar-b:before,.status.status-log span.i-calendar-b:before,.status.status-report-item span.i-calendar-b:before,.double-list dd.status span.i-calendar-b:before,.double-list dt.status span.i-calendar-b:before,.w-cards-container .w-card .status.title span.i-calendar-b:before,.w-cards-container .w-card.centered .w-value .status.label span.i-calendar-b:before,.list-results tbody tr.sublist .status.title span.i-calendar-b:before,.list-results-header .status.title span.i-calendar-b:before,.w-filters-selected label.status.small span.i-calendar-b:before,.w-filters-selected .status.btn-f-s span.i-calendar-b:before,.sub-header .w-form label.i-calendar-b:before,.sub-header .w-double-list label.i-calendar-b:before{content:"\E934"}.icon.i-article:before,.i-article.w-alert-banner:before,.liveDashboard .list-results thead .i-article.w-alert-banner:before,._account_api .list-results thead .i-article.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-article.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-article.btn-filter:before,.w-time-period .dropdown .w-selection .i-article.btn-period-edit:before,.block-filters .i-article.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-article:before,.list-results tbody span.i-article.status:before,.list-results tbody td.is-running span.i-article:before,.list-results tbody td.is-pending span.i-article:before,.liveDashboard .list-results thead .i-article.icon:before,.liveDashboard .list-results thead tr span.i-article:before,._account_api .list-results thead .i-article.icon:before,._account_api .list-results thead tr span.i-article:before,.list-results thead tr span.i-article:before,.form-auto-list .i-article.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-article.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-article.filter:before,.form-label.status span.i-article:before,.status.status-log span.i-article:before,.status.status-report-item span.i-article:before,.double-list dd.status span.i-article:before,.double-list dt.status span.i-article:before,.w-cards-container .w-card .status.title span.i-article:before,.w-cards-container .w-card.centered .w-value .status.label span.i-article:before,.list-results tbody tr.sublist .status.title span.i-article:before,.list-results-header .status.title span.i-article:before,.w-filters-selected label.status.small span.i-article:before,.w-filters-selected .status.btn-f-s span.i-article:before,.sub-header .w-form label.i-article:before,.sub-header .w-double-list label.i-article:before{content:"\E94B"}.icon.i-star-full:before,.i-star-full.w-alert-banner:before,.liveDashboard .list-results thead .i-star-full.w-alert-banner:before,._account_api .list-results thead .i-star-full.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-star-full.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-star-full.btn-filter:before,.w-time-period .dropdown .w-selection .i-star-full.btn-period-edit:before,.block-filters .i-star-full.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-star-full:before,.list-results tbody span.i-star-full.status:before,.list-results tbody td.is-running span.i-star-full:before,.list-results tbody td.is-pending span.i-star-full:before,.liveDashboard .list-results thead .i-star-full.icon:before,.liveDashboard .list-results thead tr span.i-star-full:before,._account_api .list-results thead .i-star-full.icon:before,._account_api .list-results thead tr span.i-star-full:before,.list-results thead tr span.i-star-full:before,.form-auto-list .i-star-full.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-star-full.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-star-full.filter:before,.form-label.status span.i-star-full:before,.status.status-log span.i-star-full:before,.status.status-report-item span.i-star-full:before,.double-list dd.status span.i-star-full:before,.double-list dt.status span.i-star-full:before,.w-cards-container .w-card .status.title span.i-star-full:before,.w-cards-container .w-card.centered .w-value .status.label span.i-star-full:before,.list-results tbody tr.sublist .status.title span.i-star-full:before,.list-results-header .status.title span.i-star-full:before,.w-filters-selected label.status.small span.i-star-full:before,.w-filters-selected .status.btn-f-s span.i-star-full:before,.sub-header .w-form label.i-star-full:before,.sub-header .w-double-list label.i-star-full:before{content:"\E90C"}.icon.i-seo:before,.i-seo.w-alert-banner:before,.liveDashboard .list-results thead .i-seo.w-alert-banner:before,._account_api .list-results thead .i-seo.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-seo.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-seo.btn-filter:before,.w-time-period .dropdown .w-selection .i-seo.btn-period-edit:before,.block-filters .i-seo.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-seo:before,.list-results tbody span.i-seo.status:before,.list-results tbody td.is-running span.i-seo:before,.list-results tbody td.is-pending span.i-seo:before,.liveDashboard .list-results thead .i-seo.icon:before,.liveDashboard .list-results thead tr span.i-seo:before,._account_api .list-results thead .i-seo.icon:before,._account_api .list-results thead tr span.i-seo:before,.list-results thead tr span.i-seo:before,.form-auto-list .i-seo.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-seo.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-seo.filter:before,.form-label.status span.i-seo:before,.status.status-log span.i-seo:before,.status.status-report-item span.i-seo:before,.double-list dd.status span.i-seo:before,.double-list dt.status span.i-seo:before,.w-cards-container .w-card .status.title span.i-seo:before,.w-cards-container .w-card.centered .w-value .status.label span.i-seo:before,.list-results tbody tr.sublist .status.title span.i-seo:before,.list-results-header .status.title span.i-seo:before,.w-filters-selected label.status.small span.i-seo:before,.w-filters-selected .status.btn-f-s span.i-seo:before,.sub-header .w-form label.i-seo:before,.sub-header .w-double-list label.i-seo:before{content:"\E94B"}.icon.i-star-stroke:before,.i-star-stroke.w-alert-banner:before,.liveDashboard .list-results thead .i-star-stroke.w-alert-banner:before,._account_api .list-results thead .i-star-stroke.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-star-stroke.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-star-stroke.btn-filter:before,.w-time-period .dropdown .w-selection .i-star-stroke.btn-period-edit:before,.block-filters .i-star-stroke.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-star-stroke:before,.list-results tbody span.i-star-stroke.status:before,.list-results tbody td.is-running span.i-star-stroke:before,.list-results tbody td.is-pending span.i-star-stroke:before,.liveDashboard .list-results thead .i-star-stroke.icon:before,.liveDashboard .list-results thead tr span.i-star-stroke:before,._account_api .list-results thead .i-star-stroke.icon:before,._account_api .list-results thead tr span.i-star-stroke:before,.list-results thead tr span.i-star-stroke:before,.form-auto-list .i-star-stroke.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-star-stroke.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-star-stroke.filter:before,.form-label.status span.i-star-stroke:before,.status.status-log span.i-star-stroke:before,.status.status-report-item span.i-star-stroke:before,.double-list dd.status span.i-star-stroke:before,.double-list dt.status span.i-star-stroke:before,.w-cards-container .w-card .status.title span.i-star-stroke:before,.w-cards-container .w-card.centered .w-value .status.label span.i-star-stroke:before,.list-results tbody tr.sublist .status.title span.i-star-stroke:before,.list-results-header .status.title span.i-star-stroke:before,.w-filters-selected label.status.small span.i-star-stroke:before,.w-filters-selected .status.btn-f-s span.i-star-stroke:before,.sub-header .w-form label.i-star-stroke:before,.sub-header .w-double-list label.i-star-stroke:before{content:"\E90D"}.icon.i-delete:before,.i-delete.w-alert-banner:before,.liveDashboard .list-results thead .i-delete.w-alert-banner:before,._account_api .list-results thead .i-delete.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-delete.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-delete.btn-filter:before,.w-time-period .dropdown .w-selection .i-delete.btn-period-edit:before,.block-filters .i-delete.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-delete:before,.list-results tbody span.i-delete.status:before,.list-results tbody td.is-running span.i-delete:before,.list-results tbody td.is-pending span.i-delete:before,.liveDashboard .list-results thead .i-delete.icon:before,.liveDashboard .list-results thead tr span.i-delete:before,._account_api .list-results thead .i-delete.icon:before,._account_api .list-results thead tr span.i-delete:before,.list-results thead tr span.i-delete:before,.form-auto-list .i-delete.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-delete.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-delete.filter:before,.form-label.status span.i-delete:before,.status.status-log span.i-delete:before,.status.status-report-item span.i-delete:before,.double-list dd.status span.i-delete:before,.double-list dt.status span.i-delete:before,.w-cards-container .w-card .status.title span.i-delete:before,.w-cards-container .w-card.centered .w-value .status.label span.i-delete:before,.list-results tbody tr.sublist .status.title span.i-delete:before,.list-results-header .status.title span.i-delete:before,.w-filters-selected label.status.small span.i-delete:before,.w-filters-selected .status.btn-f-s span.i-delete:before,.sub-header .w-form label.i-delete:before,.sub-header .w-double-list label.i-delete:before{content:"\E90E"}.icon.i-user:before,.i-user.w-alert-banner:before,.liveDashboard .list-results thead .i-user.w-alert-banner:before,._account_api .list-results thead .i-user.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-user.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-user.btn-filter:before,.w-time-period .dropdown .w-selection .i-user.btn-period-edit:before,.block-filters .i-user.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-user:before,.list-results tbody span.i-user.status:before,.list-results tbody td.is-running span.i-user:before,.list-results tbody td.is-pending span.i-user:before,.liveDashboard .list-results thead .i-user.icon:before,.liveDashboard .list-results thead tr span.i-user:before,._account_api .list-results thead .i-user.icon:before,._account_api .list-results thead tr span.i-user:before,.list-results thead tr span.i-user:before,.form-auto-list .i-user.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-user.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-user.filter:before,.form-label.status span.i-user:before,.status.status-log span.i-user:before,.status.status-report-item span.i-user:before,.double-list dd.status span.i-user:before,.double-list dt.status span.i-user:before,.w-cards-container .w-card .status.title span.i-user:before,.w-cards-container .w-card.centered .w-value .status.label span.i-user:before,.list-results tbody tr.sublist .status.title span.i-user:before,.list-results-header .status.title span.i-user:before,.w-filters-selected label.status.small span.i-user:before,.w-filters-selected .status.btn-f-s span.i-user:before,.sub-header .w-form label.i-user:before,.sub-header .w-double-list label.i-user:before{content:"\E910"}.icon.i-user2:after,.w-dialog.plus .i-user2.dialog-aside:after,.w-toast .i-user2.toast.plus:after,.toggleWrapper input.mobileToggle+label.i-user2:after,.list-results tbody span.i-user2.status:after,.list-results tbody td.is-running span.i-user2:after,.list-results tbody td.is-pending span.i-user2:after,.liveDashboard .list-results thead .i-user2.icon:after,.liveDashboard .list-results thead .w-dialog.plus .i-user2.dialog-aside:after,.w-dialog.plus .liveDashboard .list-results thead .i-user2.dialog-aside:after,.liveDashboard .list-results thead .w-toast .i-user2.toast.plus:after,.w-toast .liveDashboard .list-results thead .i-user2.toast.plus:after,.liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.i-user2:after,.toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label.i-user2:after,.liveDashboard .list-results thead tbody span.i-user2.status:after,.liveDashboard .list-results tbody thead span.i-user2.status:after,.liveDashboard .list-results thead tbody td.is-running span.i-user2:after,.liveDashboard .list-results tbody td.is-running thead span.i-user2:after,.liveDashboard .list-results thead tbody td.is-pending span.i-user2:after,.liveDashboard .list-results tbody td.is-pending thead span.i-user2:after,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .i-user2.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .i-user2.dropdown-toggle:after,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .i-user2.filter:after,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .i-user2.filter:after,.liveDashboard .list-results thead .form-label.status span.i-user2:after,.liveDashboard .list-results thead .status.status-log span.i-user2:after,.liveDashboard .list-results thead .status.status-report-item span.i-user2:after,.liveDashboard .list-results thead .double-list dd.status span.i-user2:after,.double-list .liveDashboard .list-results thead dd.status span.i-user2:after,.liveDashboard .list-results thead .double-list dt.status span.i-user2:after,.double-list .liveDashboard .list-results thead dt.status span.i-user2:after,.liveDashboard .list-results thead .w-cards-container .w-card .status.title span.i-user2:after,.w-cards-container .w-card .liveDashboard .list-results thead .status.title span.i-user2:after,.liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.i-user2:after,.w-cards-container .w-card.centered .w-value .liveDashboard .list-results thead .status.label span.i-user2:after,.liveDashboard .list-results thead tbody tr.sublist .status.title span.i-user2:after,.liveDashboard .list-results tbody tr.sublist thead .status.title span.i-user2:after,.form-label.status .liveDashboard .list-results thead span.i-user2:after,.status.status-log .liveDashboard .list-results thead span.i-user2:after,.status.status-report-item .liveDashboard .list-results thead span.i-user2:after,.double-list dd.status .liveDashboard .list-results thead span.i-user2:after,.double-list dt.status .liveDashboard .list-results thead span.i-user2:after,.w-cards-container .w-card .status.title .liveDashboard .list-results thead span.i-user2:after,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.i-user2:after,.list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.i-user2:after,.liveDashboard .list-results thead .w-filters-selected label.status.small span.i-user2:after,.w-filters-selected label.status.small .liveDashboard .list-results thead span.i-user2:after,.liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.i-user2:after,.w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.i-user2:after,.liveDashboard .list-results thead .sub-header .w-form label.i-user2:after,.liveDashboard .list-results thead .sub-header .w-double-list label.i-user2:after,.sub-header .w-form .liveDashboard .list-results thead label.i-user2:after,.sub-header .w-double-list .liveDashboard .list-results thead label.i-user2:after,.liveDashboard .list-results thead .block-filters button.i-user2:after,.block-filters .liveDashboard .list-results thead button.i-user2:after,.liveDashboard .list-results thead .block-filters select.i-user2:after,.block-filters .liveDashboard .list-results thead select.i-user2:after,.liveDashboard .list-results thead .form-auto-list .i-user2.form-auto-item.is-user-is-inactive:after,.form-auto-list .liveDashboard .list-results thead .i-user2.form-auto-item.is-user-is-inactive:after,.liveDashboard .list-results thead .form-auto-list .i-user2.form-auto-item.is-user-is-active:after,.form-auto-list .liveDashboard .list-results thead .i-user2.form-auto-item.is-user-is-active:after,.liveDashboard .list-results thead .list-results-header .status.title span.i-user2:after,.list-results-header .status.title .liveDashboard .list-results thead span.i-user2:after,.liveDashboard .list-results thead tr span.i-user2:after,._account_api .list-results thead .i-user2.icon:after,._account_api .list-results thead .w-dialog.plus .i-user2.dialog-aside:after,.w-dialog.plus ._account_api .list-results thead .i-user2.dialog-aside:after,._account_api .list-results thead .w-toast .i-user2.toast.plus:after,.w-toast ._account_api .list-results thead .i-user2.toast.plus:after,._account_api .list-results thead .toggleWrapper input.mobileToggle+label.i-user2:after,.toggleWrapper ._account_api .list-results thead input.mobileToggle+label.i-user2:after,._account_api .list-results thead tbody span.i-user2.status:after,._account_api .list-results tbody thead span.i-user2.status:after,._account_api .list-results thead tbody td.is-running span.i-user2:after,._account_api .list-results tbody td.is-running thead span.i-user2:after,._account_api .list-results thead tbody td.is-pending span.i-user2:after,._account_api .list-results tbody td.is-pending thead span.i-user2:after,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .i-user2.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .i-user2.dropdown-toggle:after,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .i-user2.filter:after,.w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .i-user2.filter:after,._account_api .list-results thead .form-label.status span.i-user2:after,._account_api .list-results thead .status.status-log span.i-user2:after,._account_api .list-results thead .status.status-report-item span.i-user2:after,._account_api .list-results thead .double-list dd.status span.i-user2:after,.double-list ._account_api .list-results thead dd.status span.i-user2:after,._account_api .list-results thead .double-list dt.status span.i-user2:after,.double-list ._account_api .list-results thead dt.status span.i-user2:after,._account_api .list-results thead .w-cards-container .w-card .status.title span.i-user2:after,.w-cards-container .w-card ._account_api .list-results thead .status.title span.i-user2:after,._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.i-user2:after,.w-cards-container .w-card.centered .w-value ._account_api .list-results thead .status.label span.i-user2:after,._account_api .list-results thead tbody tr.sublist .status.title span.i-user2:after,._account_api .list-results tbody tr.sublist thead .status.title span.i-user2:after,.form-label.status ._account_api .list-results thead span.i-user2:after,.status.status-log ._account_api .list-results thead span.i-user2:after,.status.status-report-item ._account_api .list-results thead span.i-user2:after,.double-list dd.status ._account_api .list-results thead span.i-user2:after,.double-list dt.status ._account_api .list-results thead span.i-user2:after,.w-cards-container .w-card .status.title ._account_api .list-results thead span.i-user2:after,.w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.i-user2:after,.list-results tbody tr.sublist .status.title ._account_api .list-results thead span.i-user2:after,._account_api .list-results thead .w-filters-selected label.status.small span.i-user2:after,.w-filters-selected label.status.small ._account_api .list-results thead span.i-user2:after,._account_api .list-results thead .w-filters-selected .status.btn-f-s span.i-user2:after,.w-filters-selected .status.btn-f-s ._account_api .list-results thead span.i-user2:after,._account_api .list-results thead .sub-header .w-form label.i-user2:after,._account_api .list-results thead .sub-header .w-double-list label.i-user2:after,.sub-header .w-form ._account_api .list-results thead label.i-user2:after,.sub-header .w-double-list ._account_api .list-results thead label.i-user2:after,._account_api .list-results thead .block-filters button.i-user2:after,.block-filters ._account_api .list-results thead button.i-user2:after,._account_api .list-results thead .block-filters select.i-user2:after,.block-filters ._account_api .list-results thead select.i-user2:after,._account_api .list-results thead .form-auto-list .i-user2.form-auto-item.is-user-is-inactive:after,.form-auto-list ._account_api .list-results thead .i-user2.form-auto-item.is-user-is-inactive:after,._account_api .list-results thead .form-auto-list .i-user2.form-auto-item.is-user-is-active:after,.form-auto-list ._account_api .list-results thead .i-user2.form-auto-item.is-user-is-active:after,._account_api .list-results thead .list-results-header .status.title span.i-user2:after,.list-results-header .status.title ._account_api .list-results thead span.i-user2:after,._account_api .list-results thead tr span.i-user2:after,.liveDashboard ._account_api .list-results thead .i-user2.icon:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .i-user2.dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .i-user2.dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-toast .i-user2.toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .i-user2.toast.plus:after,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label.i-user2:after,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label.i-user2:after,.liveDashboard ._account_api .list-results thead tbody span.i-user2.status:after,.liveDashboard ._account_api .list-results tbody thead span.i-user2.status:after,.liveDashboard ._account_api .list-results thead tbody td.is-running span.i-user2:after,.liveDashboard ._account_api .list-results tbody td.is-running thead span.i-user2:after,.liveDashboard ._account_api .list-results thead tbody td.is-pending span.i-user2:after,.liveDashboard ._account_api .list-results tbody td.is-pending thead span.i-user2:after,._account_api .liveDashboard .list-results thead .i-user2.icon:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .i-user2.dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .i-user2.dialog-aside:after,._account_api .liveDashboard .list-results thead .w-toast .i-user2.toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .i-user2.toast.plus:after,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.i-user2:after,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label.i-user2:after,._account_api .liveDashboard .list-results thead tbody span.i-user2.status:after,._account_api .liveDashboard .list-results tbody thead span.i-user2.status:after,._account_api .liveDashboard .list-results thead tbody td.is-running span.i-user2:after,._account_api .liveDashboard .list-results tbody td.is-running thead span.i-user2:after,._account_api .liveDashboard .list-results thead tbody td.is-pending span.i-user2:after,._account_api .liveDashboard .list-results tbody td.is-pending thead span.i-user2:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .i-user2.dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .i-user2.dropdown-toggle:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .i-user2.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .i-user2.dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .i-user2.filter:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .i-user2.filter:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .i-user2.filter:after,.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .i-user2.filter:after,.liveDashboard ._account_api .list-results thead .form-label.status span.i-user2:after,.liveDashboard ._account_api .list-results thead .status.status-log span.i-user2:after,.liveDashboard ._account_api .list-results thead .status.status-report-item span.i-user2:after,.liveDashboard ._account_api .list-results thead .double-list dd.status span.i-user2:after,.double-list .liveDashboard ._account_api .list-results thead dd.status span.i-user2:after,.liveDashboard ._account_api .list-results thead .double-list dt.status span.i-user2:after,.double-list .liveDashboard ._account_api .list-results thead dt.status span.i-user2:after,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span.i-user2:after,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title span.i-user2:after,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.i-user2:after,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label span.i-user2:after,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span.i-user2:after,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span.i-user2:after,._account_api .liveDashboard .list-results thead .form-label.status span.i-user2:after,._account_api .liveDashboard .list-results thead .status.status-log span.i-user2:after,._account_api .liveDashboard .list-results thead .status.status-report-item span.i-user2:after,._account_api .liveDashboard .list-results thead .double-list dd.status span.i-user2:after,.double-list ._account_api .liveDashboard .list-results thead dd.status span.i-user2:after,._account_api .liveDashboard .list-results thead .double-list dt.status span.i-user2:after,.double-list ._account_api .liveDashboard .list-results thead dt.status span.i-user2:after,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span.i-user2:after,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title span.i-user2:after,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.i-user2:after,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label span.i-user2:after,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span.i-user2:after,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span.i-user2:after,.liveDashboard .form-label.status ._account_api .list-results thead span.i-user2:after,.liveDashboard .status.status-log ._account_api .list-results thead span.i-user2:after,.liveDashboard .status.status-report-item ._account_api .list-results thead span.i-user2:after,.liveDashboard .double-list dd.status ._account_api .list-results thead span.i-user2:after,.double-list .liveDashboard dd.status ._account_api .list-results thead span.i-user2:after,.liveDashboard .double-list dt.status ._account_api .list-results thead span.i-user2:after,.double-list .liveDashboard dt.status ._account_api .list-results thead span.i-user2:after,.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span.i-user2:after,.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead span.i-user2:after,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.i-user2:after,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead span.i-user2:after,.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span.i-user2:after,.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead span.i-user2:after,.form-label.status ._account_api .liveDashboard .list-results thead span.i-user2:after,.status.status-log ._account_api .liveDashboard .list-results thead span.i-user2:after,.status.status-report-item ._account_api .liveDashboard .list-results thead span.i-user2:after,.double-list dd.status ._account_api .liveDashboard .list-results thead span.i-user2:after,.double-list dt.status ._account_api .liveDashboard .list-results thead span.i-user2:after,.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead span.i-user2:after,.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead span.i-user2:after,.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead span.i-user2:after,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span.i-user2:after,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span.i-user2:after,.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span.i-user2:after,.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead span.i-user2:after,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span.i-user2:after,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.i-user2:after,.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span.i-user2:after,.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead span.i-user2:after,.liveDashboard ._account_api .list-results thead .sub-header .w-form label.i-user2:after,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list label.i-user2:after,._account_api .liveDashboard .list-results thead .sub-header .w-form label.i-user2:after,._account_api .liveDashboard .list-results thead .sub-header .w-double-list label.i-user2:after,.liveDashboard .sub-header .w-form ._account_api .list-results thead label.i-user2:after,.liveDashboard .sub-header .w-double-list ._account_api .list-results thead label.i-user2:after,.sub-header .w-form ._account_api .liveDashboard .list-results thead label.i-user2:after,.sub-header .w-double-list ._account_api .liveDashboard .list-results thead label.i-user2:after,.liveDashboard ._account_api .list-results thead .block-filters button.i-user2:after,._account_api .liveDashboard .list-results thead .block-filters button.i-user2:after,.liveDashboard .block-filters ._account_api .list-results thead button.i-user2:after,.block-filters ._account_api .liveDashboard .list-results thead button.i-user2:after,.liveDashboard ._account_api .list-results thead .block-filters select.i-user2:after,._account_api .liveDashboard .list-results thead .block-filters select.i-user2:after,.liveDashboard .block-filters ._account_api .list-results thead select.i-user2:after,.block-filters ._account_api .liveDashboard .list-results thead select.i-user2:after,.liveDashboard ._account_api .list-results thead .form-auto-list .i-user2.form-auto-item.is-user-is-inactive:after,._account_api .liveDashboard .list-results thead .form-auto-list .i-user2.form-auto-item.is-user-is-inactive:after,.liveDashboard .form-auto-list ._account_api .list-results thead .i-user2.form-auto-item.is-user-is-inactive:after,.form-auto-list ._account_api .liveDashboard .list-results thead .i-user2.form-auto-item.is-user-is-inactive:after,.liveDashboard ._account_api .list-results thead .form-auto-list .i-user2.form-auto-item.is-user-is-active:after,._account_api .liveDashboard .list-results thead .form-auto-list .i-user2.form-auto-item.is-user-is-active:after,.liveDashboard .form-auto-list ._account_api .list-results thead .i-user2.form-auto-item.is-user-is-active:after,.form-auto-list ._account_api .liveDashboard .list-results thead .i-user2.form-auto-item.is-user-is-active:after,.liveDashboard ._account_api .list-results thead .list-results-header .status.title span.i-user2:after,._account_api .liveDashboard .list-results thead .list-results-header .status.title span.i-user2:after,.liveDashboard .list-results-header .status.title ._account_api .list-results thead span.i-user2:after,.list-results-header .status.title ._account_api .liveDashboard .list-results thead span.i-user2:after,.liveDashboard ._account_api .list-results thead tr span.i-user2:after,._account_api .liveDashboard .list-results thead tr span.i-user2:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .i-user2.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .i-user2.dropdown-toggle:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .i-user2.filter:after,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .i-user2.filter:after,._account_api .form-label.status .liveDashboard .list-results thead span.i-user2:after,._account_api .status.status-log .liveDashboard .list-results thead span.i-user2:after,._account_api .status.status-report-item .liveDashboard .list-results thead span.i-user2:after,._account_api .double-list dd.status .liveDashboard .list-results thead span.i-user2:after,.double-list ._account_api dd.status .liveDashboard .list-results thead span.i-user2:after,._account_api .double-list dt.status .liveDashboard .list-results thead span.i-user2:after,.double-list ._account_api dt.status .liveDashboard .list-results thead span.i-user2:after,._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span.i-user2:after,.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead span.i-user2:after,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.i-user2:after,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead span.i-user2:after,._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.i-user2:after,.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead span.i-user2:after,.form-label.status .liveDashboard ._account_api .list-results thead span.i-user2:after,.status.status-log .liveDashboard ._account_api .list-results thead span.i-user2:after,.status.status-report-item .liveDashboard ._account_api .list-results thead span.i-user2:after,.double-list dd.status .liveDashboard ._account_api .list-results thead span.i-user2:after,.double-list dt.status .liveDashboard ._account_api .list-results thead span.i-user2:after,.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead span.i-user2:after,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead span.i-user2:after,.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead span.i-user2:after,._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span.i-user2:after,.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead span.i-user2:after,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.i-user2:after,.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead span.i-user2:after,._account_api .sub-header .w-form .liveDashboard .list-results thead label.i-user2:after,._account_api .sub-header .w-double-list .liveDashboard .list-results thead label.i-user2:after,.sub-header .w-form .liveDashboard ._account_api .list-results thead label.i-user2:after,.sub-header .w-double-list .liveDashboard ._account_api .list-results thead label.i-user2:after,._account_api .block-filters .liveDashboard .list-results thead button.i-user2:after,.block-filters .liveDashboard ._account_api .list-results thead button.i-user2:after,._account_api .block-filters .liveDashboard .list-results thead select.i-user2:after,.block-filters .liveDashboard ._account_api .list-results thead select.i-user2:after,._account_api .form-auto-list .liveDashboard .list-results thead .i-user2.form-auto-item.is-user-is-inactive:after,.form-auto-list .liveDashboard ._account_api .list-results thead .i-user2.form-auto-item.is-user-is-inactive:after,._account_api .form-auto-list .liveDashboard .list-results thead .i-user2.form-auto-item.is-user-is-active:after,.form-auto-list .liveDashboard ._account_api .list-results thead .i-user2.form-auto-item.is-user-is-active:after,._account_api .list-results-header .status.title .liveDashboard .list-results thead span.i-user2:after,.list-results-header .status.title .liveDashboard ._account_api .list-results thead span.i-user2:after,.list-results thead tr span.i-user2:after,.form-auto-list .i-user2.form-auto-item.is-user-is-inactive:after,.form-auto-list .i-user2.form-auto-item.is-user-is-active:after,.block-filters button.i-user2:after,.block-filters select.i-user2:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .i-user2.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .i-user2.filter:after,.form-label.status span.i-user2:after,.status.status-log span.i-user2:after,.status.status-report-item span.i-user2:after,.double-list dd.status span.i-user2:after,.double-list dt.status span.i-user2:after,.w-cards-container .w-card .status.title span.i-user2:after,.w-cards-container .w-card.centered .w-value .status.label span.i-user2:after,.list-results tbody tr.sublist .status.title span.i-user2:after,.list-results-header .status.title span.i-user2:after,.w-filters-selected label.status.small span.i-user2:after,.w-filters-selected .status.btn-f-s span.i-user2:after,.sub-header .w-form label.i-user2:after,.sub-header .w-double-list label.i-user2:after{content:"\E910"}.icon.i-auto-complete:before,.i-auto-complete.w-alert-banner:before,.liveDashboard .list-results thead .i-auto-complete.w-alert-banner:before,._account_api .list-results thead .i-auto-complete.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-auto-complete.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-auto-complete.btn-filter:before,.w-time-period .dropdown .w-selection .i-auto-complete.btn-period-edit:before,.block-filters .i-auto-complete.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-auto-complete:before,.list-results tbody span.i-auto-complete.status:before,.list-results tbody td.is-running span.i-auto-complete:before,.list-results tbody td.is-pending span.i-auto-complete:before,.liveDashboard .list-results thead .i-auto-complete.icon:before,.liveDashboard .list-results thead tr span.i-auto-complete:before,._account_api .list-results thead .i-auto-complete.icon:before,._account_api .list-results thead tr span.i-auto-complete:before,.list-results thead tr span.i-auto-complete:before,.form-auto-list .i-auto-complete.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-auto-complete.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-auto-complete.filter:before,.form-label.status span.i-auto-complete:before,.status.status-log span.i-auto-complete:before,.status.status-report-item span.i-auto-complete:before,.double-list dd.status span.i-auto-complete:before,.double-list dt.status span.i-auto-complete:before,.w-cards-container .w-card .status.title span.i-auto-complete:before,.w-cards-container .w-card.centered .w-value .status.label span.i-auto-complete:before,.list-results tbody tr.sublist .status.title span.i-auto-complete:before,.list-results-header .status.title span.i-auto-complete:before,.w-filters-selected label.status.small span.i-auto-complete:before,.w-filters-selected .status.btn-f-s span.i-auto-complete:before,.sub-header .w-form label.i-auto-complete:before,.sub-header .w-double-list label.i-auto-complete:before{content:"\E93E"}.icon.i-search2:before,.i-search2.w-alert-banner:before,.liveDashboard .list-results thead .i-search2.w-alert-banner:before,._account_api .list-results thead .i-search2.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-search2.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-search2.btn-filter:before,.w-time-period .dropdown .w-selection .i-search2.btn-period-edit:before,.block-filters .i-search2.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-search2:before,.list-results tbody span.i-search2.status:before,.list-results tbody td.is-running span.i-search2:before,.list-results tbody td.is-pending span.i-search2:before,.liveDashboard .list-results thead .i-search2.icon:before,.liveDashboard .list-results thead tr span.i-search2:before,._account_api .list-results thead .i-search2.icon:before,._account_api .list-results thead tr span.i-search2:before,.list-results thead tr span.i-search2:before,.form-auto-list .i-search2.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-search2.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-search2.filter:before,.form-label.status span.i-search2:before,.status.status-log span.i-search2:before,.status.status-report-item span.i-search2:before,.double-list dd.status span.i-search2:before,.double-list dt.status span.i-search2:before,.w-cards-container .w-card .status.title span.i-search2:before,.w-cards-container .w-card.centered .w-value .status.label span.i-search2:before,.list-results tbody tr.sublist .status.title span.i-search2:before,.list-results-header .status.title span.i-search2:before,.w-filters-selected label.status.small span.i-search2:before,.w-filters-selected .status.btn-f-s span.i-search2:before,.sub-header .w-form label.i-search2:before,.sub-header .w-double-list label.i-search2:before{content:"\E911"}.icon.i-google_news:before,.i-google_news.w-alert-banner:before,.liveDashboard .list-results thead .i-google_news.w-alert-banner:before,._account_api .list-results thead .i-google_news.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-google_news.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-google_news.btn-filter:before,.w-time-period .dropdown .w-selection .i-google_news.btn-period-edit:before,.block-filters .i-google_news.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-google_news:before,.list-results tbody span.i-google_news.status:before,.list-results tbody td.is-running span.i-google_news:before,.list-results tbody td.is-pending span.i-google_news:before,.liveDashboard .list-results thead .i-google_news.icon:before,.liveDashboard .list-results thead tr span.i-google_news:before,._account_api .list-results thead .i-google_news.icon:before,._account_api .list-results thead tr span.i-google_news:before,.list-results thead tr span.i-google_news:before,.form-auto-list .i-google_news.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-google_news.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-google_news.filter:before,.form-label.status span.i-google_news:before,.status.status-log span.i-google_news:before,.status.status-report-item span.i-google_news:before,.double-list dd.status span.i-google_news:before,.double-list dt.status span.i-google_news:before,.w-cards-container .w-card .status.title span.i-google_news:before,.w-cards-container .w-card.centered .w-value .status.label span.i-google_news:before,.list-results tbody tr.sublist .status.title span.i-google_news:before,.list-results-header .status.title span.i-google_news:before,.w-filters-selected label.status.small span.i-google_news:before,.w-filters-selected .status.btn-f-s span.i-google_news:before,.sub-header .w-form label.i-google_news:before,.sub-header .w-double-list label.i-google_news:before{content:"\E991"}.icon.i-help:before,.i-help.w-alert-banner:before,.liveDashboard .list-results thead .i-help.w-alert-banner:before,._account_api .list-results thead .i-help.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-help.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-help.btn-filter:before,.w-time-period .dropdown .w-selection .i-help.btn-period-edit:before,.block-filters .i-help.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-help:before,.list-results tbody span.i-help.status:before,.list-results tbody td.is-running span.i-help:before,.list-results tbody td.is-pending span.i-help:before,.liveDashboard .list-results thead .i-help.icon:before,.liveDashboard .list-results thead tr span.i-help:before,._account_api .list-results thead .i-help.icon:before,._account_api .list-results thead tr span.i-help:before,.list-results thead tr span.i-help:before,.form-auto-list .i-help.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-help.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-help.filter:before,.form-label.status span.i-help:before,.status.status-log span.i-help:before,.status.status-report-item span.i-help:before,.double-list dd.status span.i-help:before,.double-list dt.status span.i-help:before,.w-cards-container .w-card .status.title span.i-help:before,.w-cards-container .w-card.centered .w-value .status.label span.i-help:before,.list-results tbody tr.sublist .status.title span.i-help:before,.list-results-header .status.title span.i-help:before,.w-filters-selected label.status.small span.i-help:before,.w-filters-selected .status.btn-f-s span.i-help:before,.sub-header .w-form label.i-help:before,.sub-header .w-double-list label.i-help:before{content:"\E994"}.icon.i-google_discover:before,.i-google_discover.w-alert-banner:before,.liveDashboard .list-results thead .i-google_discover.w-alert-banner:before,._account_api .list-results thead .i-google_discover.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-google_discover.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-google_discover.btn-filter:before,.w-time-period .dropdown .w-selection .i-google_discover.btn-period-edit:before,.block-filters .i-google_discover.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-google_discover:before,.list-results tbody span.i-google_discover.status:before,.list-results tbody td.is-running span.i-google_discover:before,.list-results tbody td.is-pending span.i-google_discover:before,.liveDashboard .list-results thead .i-google_discover.icon:before,.liveDashboard .list-results thead tr span.i-google_discover:before,._account_api .list-results thead .i-google_discover.icon:before,._account_api .list-results thead tr span.i-google_discover:before,.list-results thead tr span.i-google_discover:before,.form-auto-list .i-google_discover.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-google_discover.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-google_discover.filter:before,.form-label.status span.i-google_discover:before,.status.status-log span.i-google_discover:before,.status.status-report-item span.i-google_discover:before,.double-list dd.status span.i-google_discover:before,.double-list dt.status span.i-google_discover:before,.w-cards-container .w-card .status.title span.i-google_discover:before,.w-cards-container .w-card.centered .w-value .status.label span.i-google_discover:before,.list-results tbody tr.sublist .status.title span.i-google_discover:before,.list-results-header .status.title span.i-google_discover:before,.w-filters-selected label.status.small span.i-google_discover:before,.w-filters-selected .status.btn-f-s span.i-google_discover:before,.sub-header .w-form label.i-google_discover:before,.sub-header .w-double-list label.i-google_discover:before{content:"\E992"}.icon.i-notice-alert:before,.i-notice-alert.w-alert-banner:before,.liveDashboard .list-results thead .i-notice-alert.w-alert-banner:before,._account_api .list-results thead .i-notice-alert.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-notice-alert.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-notice-alert.btn-filter:before,.w-time-period .dropdown .w-selection .i-notice-alert.btn-period-edit:before,.block-filters .i-notice-alert.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-notice-alert:before,.list-results tbody span.i-notice-alert.status:before,.list-results tbody td.is-running span.i-notice-alert:before,.list-results tbody td.is-pending span.i-notice-alert:before,.liveDashboard .list-results thead .i-notice-alert.icon:before,.liveDashboard .list-results thead tr span.i-notice-alert:before,._account_api .list-results thead .i-notice-alert.icon:before,._account_api .list-results thead tr span.i-notice-alert:before,.list-results thead tr span.i-notice-alert:before,.form-auto-list .i-notice-alert.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-notice-alert.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-notice-alert.filter:before,.form-label.status span.i-notice-alert:before,.status.status-log span.i-notice-alert:before,.status.status-report-item span.i-notice-alert:before,.double-list dd.status span.i-notice-alert:before,.double-list dt.status span.i-notice-alert:before,.w-cards-container .w-card .status.title span.i-notice-alert:before,.w-cards-container .w-card.centered .w-value .status.label span.i-notice-alert:before,.list-results tbody tr.sublist .status.title span.i-notice-alert:before,.list-results-header .status.title span.i-notice-alert:before,.w-filters-selected label.status.small span.i-notice-alert:before,.w-filters-selected .status.btn-f-s span.i-notice-alert:before,.sub-header .w-form label.i-notice-alert:before,.sub-header .w-double-list label.i-notice-alert:before{content:"\E90F"}.icon.i-log:before,.i-log.w-alert-banner:before,.liveDashboard .list-results thead .i-log.w-alert-banner:before,._account_api .list-results thead .i-log.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-log.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-log.btn-filter:before,.w-time-period .dropdown .w-selection .i-log.btn-period-edit:before,.block-filters .i-log.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-log:before,.list-results tbody span.i-log.status:before,.list-results tbody td.is-running span.i-log:before,.list-results tbody td.is-pending span.i-log:before,.liveDashboard .list-results thead .i-log.icon:before,.liveDashboard .list-results thead tr span.i-log:before,._account_api .list-results thead .i-log.icon:before,._account_api .list-results thead tr span.i-log:before,.list-results thead tr span.i-log:before,.form-auto-list .i-log.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-log.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-log.filter:before,.form-label.status span.i-log:before,.status.status-log span.i-log:before,.status.status-report-item span.i-log:before,.double-list dd.status span.i-log:before,.double-list dt.status span.i-log:before,.w-cards-container .w-card .status.title span.i-log:before,.w-cards-container .w-card.centered .w-value .status.label span.i-log:before,.list-results tbody tr.sublist .status.title span.i-log:before,.list-results-header .status.title span.i-log:before,.w-filters-selected label.status.small span.i-log:before,.w-filters-selected .status.btn-f-s span.i-log:before,.sub-header .w-form label.i-log:before,.sub-header .w-double-list label.i-log:before{content:"\E92A"}.icon.i-notice-error:before,.i-notice-error.w-alert-banner:before,.liveDashboard .list-results thead .i-notice-error.w-alert-banner:before,._account_api .list-results thead .i-notice-error.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-notice-error.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-notice-error.btn-filter:before,.w-time-period .dropdown .w-selection .i-notice-error.btn-period-edit:before,.block-filters .i-notice-error.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-notice-error:before,.list-results tbody span.i-notice-error.status:before,.list-results tbody td.is-running span.i-notice-error:before,.list-results tbody td.is-pending span.i-notice-error:before,.liveDashboard .list-results thead .i-notice-error.icon:before,.liveDashboard .list-results thead tr span.i-notice-error:before,._account_api .list-results thead .i-notice-error.icon:before,._account_api .list-results thead tr span.i-notice-error:before,.list-results thead tr span.i-notice-error:before,.form-auto-list .i-notice-error.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-notice-error.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-notice-error.filter:before,.form-label.status span.i-notice-error:before,.status.status-log span.i-notice-error:before,.status.status-report-item span.i-notice-error:before,.double-list dd.status span.i-notice-error:before,.double-list dt.status span.i-notice-error:before,.w-cards-container .w-card .status.title span.i-notice-error:before,.w-cards-container .w-card.centered .w-value .status.label span.i-notice-error:before,.list-results tbody tr.sublist .status.title span.i-notice-error:before,.list-results-header .status.title span.i-notice-error:before,.w-filters-selected label.status.small span.i-notice-error:before,.w-filters-selected .status.btn-f-s span.i-notice-error:before,.sub-header .w-form label.i-notice-error:before,.sub-header .w-double-list label.i-notice-error:before{content:"\E919"}.icon.i-notice-success:before,.i-notice-success.w-alert-banner:before,.liveDashboard .list-results thead .i-notice-success.w-alert-banner:before,._account_api .list-results thead .i-notice-success.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-notice-success.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-notice-success.btn-filter:before,.w-time-period .dropdown .w-selection .i-notice-success.btn-period-edit:before,.block-filters .i-notice-success.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-notice-success:before,.list-results tbody span.i-notice-success.status:before,.list-results tbody td.is-running span.i-notice-success:before,.list-results tbody td.is-pending span.i-notice-success:before,.liveDashboard .list-results thead .i-notice-success.icon:before,.liveDashboard .list-results thead tr span.i-notice-success:before,._account_api .list-results thead .i-notice-success.icon:before,._account_api .list-results thead tr span.i-notice-success:before,.list-results thead tr span.i-notice-success:before,.form-auto-list .i-notice-success.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-notice-success.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-notice-success.filter:before,.form-label.status span.i-notice-success:before,.status.status-log span.i-notice-success:before,.status.status-report-item span.i-notice-success:before,.double-list dd.status span.i-notice-success:before,.double-list dt.status span.i-notice-success:before,.w-cards-container .w-card .status.title span.i-notice-success:before,.w-cards-container .w-card.centered .w-value .status.label span.i-notice-success:before,.list-results tbody tr.sublist .status.title span.i-notice-success:before,.list-results-header .status.title span.i-notice-success:before,.w-filters-selected label.status.small span.i-notice-success:before,.w-filters-selected .status.btn-f-s span.i-notice-success:before,.sub-header .w-form label.i-notice-success:before,.sub-header .w-double-list label.i-notice-success:before{content:"\E91A"}.icon.i-check:before,.i-check.w-alert-banner:before,.liveDashboard .list-results thead .i-check.w-alert-banner:before,._account_api .list-results thead .i-check.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-check.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-check.btn-filter:before,.w-time-period .dropdown .w-selection .i-check.btn-period-edit:before,.block-filters .i-check.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-check:before,.list-results tbody span.i-check.status:before,.list-results tbody td.is-running span.i-check:before,.list-results tbody td.is-pending span.i-check:before,.liveDashboard .list-results thead .i-check.icon:before,.liveDashboard .list-results thead tr span.i-check:before,._account_api .list-results thead .i-check.icon:before,._account_api .list-results thead tr span.i-check:before,.list-results thead tr span.i-check:before,.form-auto-list .i-check.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-check.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-check.filter:before,.form-label.status span.i-check:before,.status.status-log span.i-check:before,.status.status-report-item span.i-check:before,.double-list dd.status span.i-check:before,.double-list dt.status span.i-check:before,.w-cards-container .w-card .status.title span.i-check:before,.w-cards-container .w-card.centered .w-value .status.label span.i-check:before,.list-results tbody tr.sublist .status.title span.i-check:before,.list-results-header .status.title span.i-check:before,.w-filters-selected label.status.small span.i-check:before,.w-filters-selected .status.btn-f-s span.i-check:before,.sub-header .w-form label.i-check:before,.sub-header .w-double-list label.i-check:before{content:"\E914"}.icon.i-dash:after,.w-dialog.plus .i-dash.dialog-aside:after,.w-toast .i-dash.toast.plus:after,.toggleWrapper input.mobileToggle+label.i-dash:after,.list-results tbody span.i-dash.status:after,.list-results tbody td.is-running span.i-dash:after,.list-results tbody td.is-pending span.i-dash:after,.liveDashboard .list-results thead .i-dash.icon:after,.liveDashboard .list-results thead .w-dialog.plus .i-dash.dialog-aside:after,.w-dialog.plus .liveDashboard .list-results thead .i-dash.dialog-aside:after,.liveDashboard .list-results thead .w-toast .i-dash.toast.plus:after,.w-toast .liveDashboard .list-results thead .i-dash.toast.plus:after,.liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.i-dash:after,.toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label.i-dash:after,.liveDashboard .list-results thead tbody span.i-dash.status:after,.liveDashboard .list-results tbody thead span.i-dash.status:after,.liveDashboard .list-results thead tbody td.is-running span.i-dash:after,.liveDashboard .list-results tbody td.is-running thead span.i-dash:after,.liveDashboard .list-results thead tbody td.is-pending span.i-dash:after,.liveDashboard .list-results tbody td.is-pending thead span.i-dash:after,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .i-dash.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .i-dash.dropdown-toggle:after,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .i-dash.filter:after,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .i-dash.filter:after,.liveDashboard .list-results thead .form-label.status span.i-dash:after,.liveDashboard .list-results thead .status.status-log span.i-dash:after,.liveDashboard .list-results thead .status.status-report-item span.i-dash:after,.liveDashboard .list-results thead .double-list dd.status span.i-dash:after,.double-list .liveDashboard .list-results thead dd.status span.i-dash:after,.liveDashboard .list-results thead .double-list dt.status span.i-dash:after,.double-list .liveDashboard .list-results thead dt.status span.i-dash:after,.liveDashboard .list-results thead .w-cards-container .w-card .status.title span.i-dash:after,.w-cards-container .w-card .liveDashboard .list-results thead .status.title span.i-dash:after,.liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.i-dash:after,.w-cards-container .w-card.centered .w-value .liveDashboard .list-results thead .status.label span.i-dash:after,.liveDashboard .list-results thead tbody tr.sublist .status.title span.i-dash:after,.liveDashboard .list-results tbody tr.sublist thead .status.title span.i-dash:after,.form-label.status .liveDashboard .list-results thead span.i-dash:after,.status.status-log .liveDashboard .list-results thead span.i-dash:after,.status.status-report-item .liveDashboard .list-results thead span.i-dash:after,.double-list dd.status .liveDashboard .list-results thead span.i-dash:after,.double-list dt.status .liveDashboard .list-results thead span.i-dash:after,.w-cards-container .w-card .status.title .liveDashboard .list-results thead span.i-dash:after,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.i-dash:after,.list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.i-dash:after,.liveDashboard .list-results thead .w-filters-selected label.status.small span.i-dash:after,.w-filters-selected label.status.small .liveDashboard .list-results thead span.i-dash:after,.liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.i-dash:after,.w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.i-dash:after,.liveDashboard .list-results thead .sub-header .w-form label.i-dash:after,.liveDashboard .list-results thead .sub-header .w-double-list label.i-dash:after,.sub-header .w-form .liveDashboard .list-results thead label.i-dash:after,.sub-header .w-double-list .liveDashboard .list-results thead label.i-dash:after,.liveDashboard .list-results thead .block-filters button.i-dash:after,.block-filters .liveDashboard .list-results thead button.i-dash:after,.liveDashboard .list-results thead .block-filters select.i-dash:after,.block-filters .liveDashboard .list-results thead select.i-dash:after,.liveDashboard .list-results thead .form-auto-list .i-dash.form-auto-item.is-user-is-inactive:after,.form-auto-list .liveDashboard .list-results thead .i-dash.form-auto-item.is-user-is-inactive:after,.liveDashboard .list-results thead .form-auto-list .i-dash.form-auto-item.is-user-is-active:after,.form-auto-list .liveDashboard .list-results thead .i-dash.form-auto-item.is-user-is-active:after,.liveDashboard .list-results thead .list-results-header .status.title span.i-dash:after,.list-results-header .status.title .liveDashboard .list-results thead span.i-dash:after,.liveDashboard .list-results thead tr span.i-dash:after,._account_api .list-results thead .i-dash.icon:after,._account_api .list-results thead .w-dialog.plus .i-dash.dialog-aside:after,.w-dialog.plus ._account_api .list-results thead .i-dash.dialog-aside:after,._account_api .list-results thead .w-toast .i-dash.toast.plus:after,.w-toast ._account_api .list-results thead .i-dash.toast.plus:after,._account_api .list-results thead .toggleWrapper input.mobileToggle+label.i-dash:after,.toggleWrapper ._account_api .list-results thead input.mobileToggle+label.i-dash:after,._account_api .list-results thead tbody span.i-dash.status:after,._account_api .list-results tbody thead span.i-dash.status:after,._account_api .list-results thead tbody td.is-running span.i-dash:after,._account_api .list-results tbody td.is-running thead span.i-dash:after,._account_api .list-results thead tbody td.is-pending span.i-dash:after,._account_api .list-results tbody td.is-pending thead span.i-dash:after,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .i-dash.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .i-dash.dropdown-toggle:after,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .i-dash.filter:after,.w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .i-dash.filter:after,._account_api .list-results thead .form-label.status span.i-dash:after,._account_api .list-results thead .status.status-log span.i-dash:after,._account_api .list-results thead .status.status-report-item span.i-dash:after,._account_api .list-results thead .double-list dd.status span.i-dash:after,.double-list ._account_api .list-results thead dd.status span.i-dash:after,._account_api .list-results thead .double-list dt.status span.i-dash:after,.double-list ._account_api .list-results thead dt.status span.i-dash:after,._account_api .list-results thead .w-cards-container .w-card .status.title span.i-dash:after,.w-cards-container .w-card ._account_api .list-results thead .status.title span.i-dash:after,._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.i-dash:after,.w-cards-container .w-card.centered .w-value ._account_api .list-results thead .status.label span.i-dash:after,._account_api .list-results thead tbody tr.sublist .status.title span.i-dash:after,._account_api .list-results tbody tr.sublist thead .status.title span.i-dash:after,.form-label.status ._account_api .list-results thead span.i-dash:after,.status.status-log ._account_api .list-results thead span.i-dash:after,.status.status-report-item ._account_api .list-results thead span.i-dash:after,.double-list dd.status ._account_api .list-results thead span.i-dash:after,.double-list dt.status ._account_api .list-results thead span.i-dash:after,.w-cards-container .w-card .status.title ._account_api .list-results thead span.i-dash:after,.w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.i-dash:after,.list-results tbody tr.sublist .status.title ._account_api .list-results thead span.i-dash:after,._account_api .list-results thead .w-filters-selected label.status.small span.i-dash:after,.w-filters-selected label.status.small ._account_api .list-results thead span.i-dash:after,._account_api .list-results thead .w-filters-selected .status.btn-f-s span.i-dash:after,.w-filters-selected .status.btn-f-s ._account_api .list-results thead span.i-dash:after,._account_api .list-results thead .sub-header .w-form label.i-dash:after,._account_api .list-results thead .sub-header .w-double-list label.i-dash:after,.sub-header .w-form ._account_api .list-results thead label.i-dash:after,.sub-header .w-double-list ._account_api .list-results thead label.i-dash:after,._account_api .list-results thead .block-filters button.i-dash:after,.block-filters ._account_api .list-results thead button.i-dash:after,._account_api .list-results thead .block-filters select.i-dash:after,.block-filters ._account_api .list-results thead select.i-dash:after,._account_api .list-results thead .form-auto-list .i-dash.form-auto-item.is-user-is-inactive:after,.form-auto-list ._account_api .list-results thead .i-dash.form-auto-item.is-user-is-inactive:after,._account_api .list-results thead .form-auto-list .i-dash.form-auto-item.is-user-is-active:after,.form-auto-list ._account_api .list-results thead .i-dash.form-auto-item.is-user-is-active:after,._account_api .list-results thead .list-results-header .status.title span.i-dash:after,.list-results-header .status.title ._account_api .list-results thead span.i-dash:after,._account_api .list-results thead tr span.i-dash:after,.liveDashboard ._account_api .list-results thead .i-dash.icon:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .i-dash.dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .i-dash.dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-toast .i-dash.toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .i-dash.toast.plus:after,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label.i-dash:after,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label.i-dash:after,.liveDashboard ._account_api .list-results thead tbody span.i-dash.status:after,.liveDashboard ._account_api .list-results tbody thead span.i-dash.status:after,.liveDashboard ._account_api .list-results thead tbody td.is-running span.i-dash:after,.liveDashboard ._account_api .list-results tbody td.is-running thead span.i-dash:after,.liveDashboard ._account_api .list-results thead tbody td.is-pending span.i-dash:after,.liveDashboard ._account_api .list-results tbody td.is-pending thead span.i-dash:after,._account_api .liveDashboard .list-results thead .i-dash.icon:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .i-dash.dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .i-dash.dialog-aside:after,._account_api .liveDashboard .list-results thead .w-toast .i-dash.toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .i-dash.toast.plus:after,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.i-dash:after,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label.i-dash:after,._account_api .liveDashboard .list-results thead tbody span.i-dash.status:after,._account_api .liveDashboard .list-results tbody thead span.i-dash.status:after,._account_api .liveDashboard .list-results thead tbody td.is-running span.i-dash:after,._account_api .liveDashboard .list-results tbody td.is-running thead span.i-dash:after,._account_api .liveDashboard .list-results thead tbody td.is-pending span.i-dash:after,._account_api .liveDashboard .list-results tbody td.is-pending thead span.i-dash:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .i-dash.dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .i-dash.dropdown-toggle:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .i-dash.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .i-dash.dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .i-dash.filter:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .i-dash.filter:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .i-dash.filter:after,.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .i-dash.filter:after,.liveDashboard ._account_api .list-results thead .form-label.status span.i-dash:after,.liveDashboard ._account_api .list-results thead .status.status-log span.i-dash:after,.liveDashboard ._account_api .list-results thead .status.status-report-item span.i-dash:after,.liveDashboard ._account_api .list-results thead .double-list dd.status span.i-dash:after,.double-list .liveDashboard ._account_api .list-results thead dd.status span.i-dash:after,.liveDashboard ._account_api .list-results thead .double-list dt.status span.i-dash:after,.double-list .liveDashboard ._account_api .list-results thead dt.status span.i-dash:after,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span.i-dash:after,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title span.i-dash:after,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.i-dash:after,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label span.i-dash:after,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span.i-dash:after,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span.i-dash:after,._account_api .liveDashboard .list-results thead .form-label.status span.i-dash:after,._account_api .liveDashboard .list-results thead .status.status-log span.i-dash:after,._account_api .liveDashboard .list-results thead .status.status-report-item span.i-dash:after,._account_api .liveDashboard .list-results thead .double-list dd.status span.i-dash:after,.double-list ._account_api .liveDashboard .list-results thead dd.status span.i-dash:after,._account_api .liveDashboard .list-results thead .double-list dt.status span.i-dash:after,.double-list ._account_api .liveDashboard .list-results thead dt.status span.i-dash:after,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span.i-dash:after,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title span.i-dash:after,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.i-dash:after,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label span.i-dash:after,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span.i-dash:after,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span.i-dash:after,.liveDashboard .form-label.status ._account_api .list-results thead span.i-dash:after,.liveDashboard .status.status-log ._account_api .list-results thead span.i-dash:after,.liveDashboard .status.status-report-item ._account_api .list-results thead span.i-dash:after,.liveDashboard .double-list dd.status ._account_api .list-results thead span.i-dash:after,.double-list .liveDashboard dd.status ._account_api .list-results thead span.i-dash:after,.liveDashboard .double-list dt.status ._account_api .list-results thead span.i-dash:after,.double-list .liveDashboard dt.status ._account_api .list-results thead span.i-dash:after,.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span.i-dash:after,.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead span.i-dash:after,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.i-dash:after,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead span.i-dash:after,.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span.i-dash:after,.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead span.i-dash:after,.form-label.status ._account_api .liveDashboard .list-results thead span.i-dash:after,.status.status-log ._account_api .liveDashboard .list-results thead span.i-dash:after,.status.status-report-item ._account_api .liveDashboard .list-results thead span.i-dash:after,.double-list dd.status ._account_api .liveDashboard .list-results thead span.i-dash:after,.double-list dt.status ._account_api .liveDashboard .list-results thead span.i-dash:after,.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead span.i-dash:after,.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead span.i-dash:after,.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead span.i-dash:after,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span.i-dash:after,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span.i-dash:after,.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span.i-dash:after,.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead span.i-dash:after,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span.i-dash:after,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.i-dash:after,.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span.i-dash:after,.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead span.i-dash:after,.liveDashboard ._account_api .list-results thead .sub-header .w-form label.i-dash:after,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list label.i-dash:after,._account_api .liveDashboard .list-results thead .sub-header .w-form label.i-dash:after,._account_api .liveDashboard .list-results thead .sub-header .w-double-list label.i-dash:after,.liveDashboard .sub-header .w-form ._account_api .list-results thead label.i-dash:after,.liveDashboard .sub-header .w-double-list ._account_api .list-results thead label.i-dash:after,.sub-header .w-form ._account_api .liveDashboard .list-results thead label.i-dash:after,.sub-header .w-double-list ._account_api .liveDashboard .list-results thead label.i-dash:after,.liveDashboard ._account_api .list-results thead .block-filters button.i-dash:after,._account_api .liveDashboard .list-results thead .block-filters button.i-dash:after,.liveDashboard .block-filters ._account_api .list-results thead button.i-dash:after,.block-filters ._account_api .liveDashboard .list-results thead button.i-dash:after,.liveDashboard ._account_api .list-results thead .block-filters select.i-dash:after,._account_api .liveDashboard .list-results thead .block-filters select.i-dash:after,.liveDashboard .block-filters ._account_api .list-results thead select.i-dash:after,.block-filters ._account_api .liveDashboard .list-results thead select.i-dash:after,.liveDashboard ._account_api .list-results thead .form-auto-list .i-dash.form-auto-item.is-user-is-inactive:after,._account_api .liveDashboard .list-results thead .form-auto-list .i-dash.form-auto-item.is-user-is-inactive:after,.liveDashboard .form-auto-list ._account_api .list-results thead .i-dash.form-auto-item.is-user-is-inactive:after,.form-auto-list ._account_api .liveDashboard .list-results thead .i-dash.form-auto-item.is-user-is-inactive:after,.liveDashboard ._account_api .list-results thead .form-auto-list .i-dash.form-auto-item.is-user-is-active:after,._account_api .liveDashboard .list-results thead .form-auto-list .i-dash.form-auto-item.is-user-is-active:after,.liveDashboard .form-auto-list ._account_api .list-results thead .i-dash.form-auto-item.is-user-is-active:after,.form-auto-list ._account_api .liveDashboard .list-results thead .i-dash.form-auto-item.is-user-is-active:after,.liveDashboard ._account_api .list-results thead .list-results-header .status.title span.i-dash:after,._account_api .liveDashboard .list-results thead .list-results-header .status.title span.i-dash:after,.liveDashboard .list-results-header .status.title ._account_api .list-results thead span.i-dash:after,.list-results-header .status.title ._account_api .liveDashboard .list-results thead span.i-dash:after,.liveDashboard ._account_api .list-results thead tr span.i-dash:after,._account_api .liveDashboard .list-results thead tr span.i-dash:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .i-dash.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .i-dash.dropdown-toggle:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .i-dash.filter:after,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .i-dash.filter:after,._account_api .form-label.status .liveDashboard .list-results thead span.i-dash:after,._account_api .status.status-log .liveDashboard .list-results thead span.i-dash:after,._account_api .status.status-report-item .liveDashboard .list-results thead span.i-dash:after,._account_api .double-list dd.status .liveDashboard .list-results thead span.i-dash:after,.double-list ._account_api dd.status .liveDashboard .list-results thead span.i-dash:after,._account_api .double-list dt.status .liveDashboard .list-results thead span.i-dash:after,.double-list ._account_api dt.status .liveDashboard .list-results thead span.i-dash:after,._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span.i-dash:after,.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead span.i-dash:after,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.i-dash:after,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead span.i-dash:after,._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.i-dash:after,.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead span.i-dash:after,.form-label.status .liveDashboard ._account_api .list-results thead span.i-dash:after,.status.status-log .liveDashboard ._account_api .list-results thead span.i-dash:after,.status.status-report-item .liveDashboard ._account_api .list-results thead span.i-dash:after,.double-list dd.status .liveDashboard ._account_api .list-results thead span.i-dash:after,.double-list dt.status .liveDashboard ._account_api .list-results thead span.i-dash:after,.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead span.i-dash:after,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead span.i-dash:after,.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead span.i-dash:after,._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span.i-dash:after,.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead span.i-dash:after,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.i-dash:after,.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead span.i-dash:after,._account_api .sub-header .w-form .liveDashboard .list-results thead label.i-dash:after,._account_api .sub-header .w-double-list .liveDashboard .list-results thead label.i-dash:after,.sub-header .w-form .liveDashboard ._account_api .list-results thead label.i-dash:after,.sub-header .w-double-list .liveDashboard ._account_api .list-results thead label.i-dash:after,._account_api .block-filters .liveDashboard .list-results thead button.i-dash:after,.block-filters .liveDashboard ._account_api .list-results thead button.i-dash:after,._account_api .block-filters .liveDashboard .list-results thead select.i-dash:after,.block-filters .liveDashboard ._account_api .list-results thead select.i-dash:after,._account_api .form-auto-list .liveDashboard .list-results thead .i-dash.form-auto-item.is-user-is-inactive:after,.form-auto-list .liveDashboard ._account_api .list-results thead .i-dash.form-auto-item.is-user-is-inactive:after,._account_api .form-auto-list .liveDashboard .list-results thead .i-dash.form-auto-item.is-user-is-active:after,.form-auto-list .liveDashboard ._account_api .list-results thead .i-dash.form-auto-item.is-user-is-active:after,._account_api .list-results-header .status.title .liveDashboard .list-results thead span.i-dash:after,.list-results-header .status.title .liveDashboard ._account_api .list-results thead span.i-dash:after,.list-results thead tr span.i-dash:after,.form-auto-list .i-dash.form-auto-item.is-user-is-inactive:after,.form-auto-list .i-dash.form-auto-item.is-user-is-active:after,.block-filters button.i-dash:after,.block-filters select.i-dash:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .i-dash.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .i-dash.filter:after,.form-label.status span.i-dash:after,.status.status-log span.i-dash:after,.status.status-report-item span.i-dash:after,.double-list dd.status span.i-dash:after,.double-list dt.status span.i-dash:after,.w-cards-container .w-card .status.title span.i-dash:after,.w-cards-container .w-card.centered .w-value .status.label span.i-dash:after,.list-results tbody tr.sublist .status.title span.i-dash:after,.list-results-header .status.title span.i-dash:after,.w-filters-selected label.status.small span.i-dash:after,.w-filters-selected .status.btn-f-s span.i-dash:after,.sub-header .w-form label.i-dash:after,.sub-header .w-double-list label.i-dash:after{content:"\E924"}.icon.i-gallery:before,.i-gallery.w-alert-banner:before,.liveDashboard .list-results thead .i-gallery.w-alert-banner:before,._account_api .list-results thead .i-gallery.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-gallery.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-gallery.btn-filter:before,.w-time-period .dropdown .w-selection .i-gallery.btn-period-edit:before,.block-filters .i-gallery.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-gallery:before,.list-results tbody span.i-gallery.status:before,.list-results tbody td.is-running span.i-gallery:before,.list-results tbody td.is-pending span.i-gallery:before,.liveDashboard .list-results thead .i-gallery.icon:before,.liveDashboard .list-results thead tr span.i-gallery:before,._account_api .list-results thead .i-gallery.icon:before,._account_api .list-results thead tr span.i-gallery:before,.list-results thead tr span.i-gallery:before,.form-auto-list .i-gallery.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-gallery.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-gallery.filter:before,.form-label.status span.i-gallery:before,.status.status-log span.i-gallery:before,.status.status-report-item span.i-gallery:before,.double-list dd.status span.i-gallery:before,.double-list dt.status span.i-gallery:before,.w-cards-container .w-card .status.title span.i-gallery:before,.w-cards-container .w-card.centered .w-value .status.label span.i-gallery:before,.list-results tbody tr.sublist .status.title span.i-gallery:before,.list-results-header .status.title span.i-gallery:before,.w-filters-selected label.status.small span.i-gallery:before,.w-filters-selected .status.btn-f-s span.i-gallery:before,.sub-header .w-form label.i-gallery:before,.sub-header .w-double-list label.i-gallery:before{content:"\E92E"}.icon.i-tooltips:before,.i-tooltips.w-alert-banner:before,.liveDashboard .list-results thead .i-tooltips.w-alert-banner:before,._account_api .list-results thead .i-tooltips.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-tooltips.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-tooltips.btn-filter:before,.w-time-period .dropdown .w-selection .i-tooltips.btn-period-edit:before,.block-filters .i-tooltips.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-tooltips:before,.list-results tbody span.i-tooltips.status:before,.list-results tbody td.is-running span.i-tooltips:before,.list-results tbody td.is-pending span.i-tooltips:before,.liveDashboard .list-results thead .i-tooltips.icon:before,.liveDashboard .list-results thead tr span.i-tooltips:before,._account_api .list-results thead .i-tooltips.icon:before,._account_api .list-results thead tr span.i-tooltips:before,.list-results thead tr span.i-tooltips:before,.form-auto-list .i-tooltips.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-tooltips.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-tooltips.filter:before,.form-label.status span.i-tooltips:before,.status.status-log span.i-tooltips:before,.status.status-report-item span.i-tooltips:before,.double-list dd.status span.i-tooltips:before,.double-list dt.status span.i-tooltips:before,.w-cards-container .w-card .status.title span.i-tooltips:before,.w-cards-container .w-card.centered .w-value .status.label span.i-tooltips:before,.list-results tbody tr.sublist .status.title span.i-tooltips:before,.list-results-header .status.title span.i-tooltips:before,.w-filters-selected label.status.small span.i-tooltips:before,.w-filters-selected .status.btn-f-s span.i-tooltips:before,.sub-header .w-form label.i-tooltips:before,.sub-header .w-double-list label.i-tooltips:before{content:"\E929"}.icon.i-transaction:before,.i-transaction.w-alert-banner:before,.liveDashboard .list-results thead .i-transaction.w-alert-banner:before,._account_api .list-results thead .i-transaction.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-transaction.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-transaction.btn-filter:before,.w-time-period .dropdown .w-selection .i-transaction.btn-period-edit:before,.block-filters .i-transaction.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-transaction:before,.list-results tbody span.i-transaction.status:before,.list-results tbody td.is-running span.i-transaction:before,.list-results tbody td.is-pending span.i-transaction:before,.liveDashboard .list-results thead .i-transaction.icon:before,.liveDashboard .list-results thead tr span.i-transaction:before,._account_api .list-results thead .i-transaction.icon:before,._account_api .list-results thead tr span.i-transaction:before,.list-results thead tr span.i-transaction:before,.form-auto-list .i-transaction.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-transaction.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-transaction.filter:before,.form-label.status span.i-transaction:before,.status.status-log span.i-transaction:before,.status.status-report-item span.i-transaction:before,.double-list dd.status span.i-transaction:before,.double-list dt.status span.i-transaction:before,.w-cards-container .w-card .status.title span.i-transaction:before,.w-cards-container .w-card.centered .w-value .status.label span.i-transaction:before,.list-results tbody tr.sublist .status.title span.i-transaction:before,.list-results-header .status.title span.i-transaction:before,.w-filters-selected label.status.small span.i-transaction:before,.w-filters-selected .status.btn-f-s span.i-transaction:before,.sub-header .w-form label.i-transaction:before,.sub-header .w-double-list label.i-transaction:before{content:"\E984"}.icon.i-close-2:before,.i-close-2.w-alert-banner:before,.liveDashboard .list-results thead .i-close-2.w-alert-banner:before,._account_api .list-results thead .i-close-2.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-close-2.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-close-2.btn-filter:before,.w-time-period .dropdown .w-selection .i-close-2.btn-period-edit:before,.block-filters .i-close-2.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-close-2:before,.list-results tbody span.i-close-2.status:before,.list-results tbody td.is-running span.i-close-2:before,.list-results tbody td.is-pending span.i-close-2:before,.liveDashboard .list-results thead .i-close-2.icon:before,.liveDashboard .list-results thead tr span.i-close-2:before,._account_api .list-results thead .i-close-2.icon:before,._account_api .list-results thead tr span.i-close-2:before,.list-results thead tr span.i-close-2:before,.form-auto-list .i-close-2.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-close-2.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-close-2.filter:before,.form-label.status span.i-close-2:before,.status.status-log span.i-close-2:before,.status.status-report-item span.i-close-2:before,.double-list dd.status span.i-close-2:before,.double-list dt.status span.i-close-2:before,.w-cards-container .w-card .status.title span.i-close-2:before,.w-cards-container .w-card.centered .w-value .status.label span.i-close-2:before,.list-results tbody tr.sublist .status.title span.i-close-2:before,.list-results-header .status.title span.i-close-2:before,.w-filters-selected label.status.small span.i-close-2:before,.w-filters-selected .status.btn-f-s span.i-close-2:before,.sub-header .w-form label.i-close-2:before,.sub-header .w-double-list label.i-close-2:before{content:"\E902"}.icon.i-updownload:before,.i-updownload.w-alert-banner:before,.liveDashboard .list-results thead .i-updownload.w-alert-banner:before,._account_api .list-results thead .i-updownload.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-updownload.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-updownload.btn-filter:before,.w-time-period .dropdown .w-selection .i-updownload.btn-period-edit:before,.block-filters .i-updownload.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-updownload:before,.list-results tbody span.i-updownload.status:before,.list-results tbody td.is-running span.i-updownload:before,.list-results tbody td.is-pending span.i-updownload:before,.liveDashboard .list-results thead .i-updownload.icon:before,.liveDashboard .list-results thead tr span.i-updownload:before,._account_api .list-results thead .i-updownload.icon:before,._account_api .list-results thead tr span.i-updownload:before,.list-results thead tr span.i-updownload:before,.form-auto-list .i-updownload.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-updownload.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-updownload.filter:before,.form-label.status span.i-updownload:before,.status.status-log span.i-updownload:before,.status.status-report-item span.i-updownload:before,.double-list dd.status span.i-updownload:before,.double-list dt.status span.i-updownload:before,.w-cards-container .w-card .status.title span.i-updownload:before,.w-cards-container .w-card.centered .w-value .status.label span.i-updownload:before,.list-results tbody tr.sublist .status.title span.i-updownload:before,.list-results-header .status.title span.i-updownload:before,.w-filters-selected label.status.small span.i-updownload:before,.w-filters-selected .status.btn-f-s span.i-updownload:before,.sub-header .w-form label.i-updownload:before,.sub-header .w-double-list label.i-updownload:before{content:"\E92C"}.icon.i-done:before,.i-done.w-alert-banner:before,.liveDashboard .list-results thead .i-done.w-alert-banner:before,._account_api .list-results thead .i-done.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-done.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-done.btn-filter:before,.w-time-period .dropdown .w-selection .i-done.btn-period-edit:before,.block-filters .i-done.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-done:before,.list-results tbody span.i-done.status:before,.list-results tbody td.is-running span.i-done:before,.list-results tbody td.is-pending span.i-done:before,.liveDashboard .list-results thead .i-done.icon:before,.liveDashboard .list-results thead tr span.i-done:before,._account_api .list-results thead .i-done.icon:before,._account_api .list-results thead tr span.i-done:before,.list-results thead tr span.i-done:before,.form-auto-list .i-done.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-done.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-done.filter:before,.form-label.status span.i-done:before,.status.status-log span.i-done:before,.status.status-report-item span.i-done:before,.double-list dd.status span.i-done:before,.double-list dt.status span.i-done:before,.w-cards-container .w-card .status.title span.i-done:before,.w-cards-container .w-card.centered .w-value .status.label span.i-done:before,.list-results tbody tr.sublist .status.title span.i-done:before,.list-results-header .status.title span.i-done:before,.w-filters-selected label.status.small span.i-done:before,.w-filters-selected .status.btn-f-s span.i-done:before,.sub-header .w-form label.i-done:before,.sub-header .w-double-list label.i-done:before{content:"\E92F"}.icon.i-notdone:before,.i-notdone.w-alert-banner:before,.liveDashboard .list-results thead .i-notdone.w-alert-banner:before,._account_api .list-results thead .i-notdone.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-notdone.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-notdone.btn-filter:before,.w-time-period .dropdown .w-selection .i-notdone.btn-period-edit:before,.block-filters .i-notdone.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-notdone:before,.list-results tbody span.i-notdone.status:before,.list-results tbody td.is-running span.i-notdone:before,.list-results tbody td.is-pending span.i-notdone:before,.liveDashboard .list-results thead .i-notdone.icon:before,.liveDashboard .list-results thead tr span.i-notdone:before,._account_api .list-results thead .i-notdone.icon:before,._account_api .list-results thead tr span.i-notdone:before,.list-results thead tr span.i-notdone:before,.form-auto-list .i-notdone.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-notdone.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-notdone.filter:before,.form-label.status span.i-notdone:before,.status.status-log span.i-notdone:before,.status.status-report-item span.i-notdone:before,.double-list dd.status span.i-notdone:before,.double-list dt.status span.i-notdone:before,.w-cards-container .w-card .status.title span.i-notdone:before,.w-cards-container .w-card.centered .w-value .status.label span.i-notdone:before,.list-results tbody tr.sublist .status.title span.i-notdone:before,.list-results-header .status.title span.i-notdone:before,.w-filters-selected label.status.small span.i-notdone:before,.w-filters-selected .status.btn-f-s span.i-notdone:before,.sub-header .w-form label.i-notdone:before,.sub-header .w-double-list label.i-notdone:before{content:"\E930"}.icon.i-in-progress:before,.i-in-progress.w-alert-banner:before,.liveDashboard .list-results thead .i-in-progress.w-alert-banner:before,._account_api .list-results thead .i-in-progress.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-in-progress.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-in-progress.btn-filter:before,.w-time-period .dropdown .w-selection .i-in-progress.btn-period-edit:before,.block-filters .i-in-progress.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-in-progress:before,.list-results tbody span.i-in-progress.status:before,.list-results tbody td.is-running span.i-in-progress:before,.list-results tbody td.is-pending span.i-in-progress:before,.liveDashboard .list-results thead .i-in-progress.icon:before,.liveDashboard .list-results thead tr span.i-in-progress:before,._account_api .list-results thead .i-in-progress.icon:before,._account_api .list-results thead tr span.i-in-progress:before,.list-results thead tr span.i-in-progress:before,.form-auto-list .i-in-progress.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-in-progress.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-in-progress.filter:before,.form-label.status span.i-in-progress:before,.status.status-log span.i-in-progress:before,.status.status-report-item span.i-in-progress:before,.double-list dd.status span.i-in-progress:before,.double-list dt.status span.i-in-progress:before,.w-cards-container .w-card .status.title span.i-in-progress:before,.w-cards-container .w-card.centered .w-value .status.label span.i-in-progress:before,.list-results tbody tr.sublist .status.title span.i-in-progress:before,.list-results-header .status.title span.i-in-progress:before,.w-filters-selected label.status.small span.i-in-progress:before,.w-filters-selected .status.btn-f-s span.i-in-progress:before,.sub-header .w-form label.i-in-progress:before,.sub-header .w-double-list label.i-in-progress:before{content:"\E931"}.icon.i-sheet:before,.i-sheet.w-alert-banner:before,.liveDashboard .list-results thead .i-sheet.w-alert-banner:before,._account_api .list-results thead .i-sheet.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-sheet.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-sheet.btn-filter:before,.w-time-period .dropdown .w-selection .i-sheet.btn-period-edit:before,.block-filters .i-sheet.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-sheet:before,.list-results tbody span.i-sheet.status:before,.list-results tbody td.is-running span.i-sheet:before,.list-results tbody td.is-pending span.i-sheet:before,.liveDashboard .list-results thead .i-sheet.icon:before,.liveDashboard .list-results thead tr span.i-sheet:before,._account_api .list-results thead .i-sheet.icon:before,._account_api .list-results thead tr span.i-sheet:before,.list-results thead tr span.i-sheet:before,.form-auto-list .i-sheet.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-sheet.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-sheet.filter:before,.form-label.status span.i-sheet:before,.status.status-log span.i-sheet:before,.status.status-report-item span.i-sheet:before,.double-list dd.status span.i-sheet:before,.double-list dt.status span.i-sheet:before,.w-cards-container .w-card .status.title span.i-sheet:before,.w-cards-container .w-card.centered .w-value .status.label span.i-sheet:before,.list-results tbody tr.sublist .status.title span.i-sheet:before,.list-results-header .status.title span.i-sheet:before,.w-filters-selected label.status.small span.i-sheet:before,.w-filters-selected .status.btn-f-s span.i-sheet:before,.sub-header .w-form label.i-sheet:before,.sub-header .w-double-list label.i-sheet:before{content:"\E933"}.icon.i-data:before,.i-data.w-alert-banner:before,.liveDashboard .list-results thead .i-data.w-alert-banner:before,._account_api .list-results thead .i-data.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-data.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-data.btn-filter:before,.w-time-period .dropdown .w-selection .i-data.btn-period-edit:before,.block-filters .i-data.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-data:before,.list-results tbody span.i-data.status:before,.list-results tbody td.is-running span.i-data:before,.list-results tbody td.is-pending span.i-data:before,.liveDashboard .list-results thead .i-data.icon:before,.liveDashboard .list-results thead tr span.i-data:before,._account_api .list-results thead .i-data.icon:before,._account_api .list-results thead tr span.i-data:before,.list-results thead tr span.i-data:before,.form-auto-list .i-data.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-data.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-data.filter:before,.form-label.status span.i-data:before,.status.status-log span.i-data:before,.status.status-report-item span.i-data:before,.double-list dd.status span.i-data:before,.double-list dt.status span.i-data:before,.w-cards-container .w-card .status.title span.i-data:before,.w-cards-container .w-card.centered .w-value .status.label span.i-data:before,.list-results tbody tr.sublist .status.title span.i-data:before,.list-results-header .status.title span.i-data:before,.w-filters-selected label.status.small span.i-data:before,.w-filters-selected .status.btn-f-s span.i-data:before,.sub-header .w-form label.i-data:before,.sub-header .w-double-list label.i-data:before{content:"\E935"}.icon.i-refresh:before,.i-refresh.w-alert-banner:before,.liveDashboard .list-results thead .i-refresh.w-alert-banner:before,._account_api .list-results thead .i-refresh.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-refresh.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-refresh.btn-filter:before,.w-time-period .dropdown .w-selection .i-refresh.btn-period-edit:before,.block-filters .i-refresh.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-refresh:before,.list-results tbody span.i-refresh.status:before,.list-results tbody td.is-running span.i-refresh:before,.list-results tbody td.is-pending span.i-refresh:before,.liveDashboard .list-results thead .i-refresh.icon:before,.liveDashboard .list-results thead tr span.i-refresh:before,._account_api .list-results thead .i-refresh.icon:before,._account_api .list-results thead tr span.i-refresh:before,.list-results thead tr span.i-refresh:before,.form-auto-list .i-refresh.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-refresh.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-refresh.filter:before,.form-label.status span.i-refresh:before,.status.status-log span.i-refresh:before,.status.status-report-item span.i-refresh:before,.double-list dd.status span.i-refresh:before,.double-list dt.status span.i-refresh:before,.w-cards-container .w-card .status.title span.i-refresh:before,.w-cards-container .w-card.centered .w-value .status.label span.i-refresh:before,.list-results tbody tr.sublist .status.title span.i-refresh:before,.list-results-header .status.title span.i-refresh:before,.w-filters-selected label.status.small span.i-refresh:before,.w-filters-selected .status.btn-f-s span.i-refresh:before,.sub-header .w-form label.i-refresh:before,.sub-header .w-double-list label.i-refresh:before{content:"\E936"}.icon.i-fb:before,.i-fb.w-alert-banner:before,.liveDashboard .list-results thead .i-fb.w-alert-banner:before,._account_api .list-results thead .i-fb.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-fb.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-fb.btn-filter:before,.w-time-period .dropdown .w-selection .i-fb.btn-period-edit:before,.block-filters .i-fb.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-fb:before,.list-results tbody span.i-fb.status:before,.list-results tbody td.is-running span.i-fb:before,.list-results tbody td.is-pending span.i-fb:before,.liveDashboard .list-results thead .i-fb.icon:before,.liveDashboard .list-results thead tr span.i-fb:before,._account_api .list-results thead .i-fb.icon:before,._account_api .list-results thead tr span.i-fb:before,.list-results thead tr span.i-fb:before,.form-auto-list .i-fb.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-fb.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-fb.filter:before,.form-label.status span.i-fb:before,.status.status-log span.i-fb:before,.status.status-report-item span.i-fb:before,.double-list dd.status span.i-fb:before,.double-list dt.status span.i-fb:before,.w-cards-container .w-card .status.title span.i-fb:before,.w-cards-container .w-card.centered .w-value .status.label span.i-fb:before,.list-results tbody tr.sublist .status.title span.i-fb:before,.list-results-header .status.title span.i-fb:before,.w-filters-selected label.status.small span.i-fb:before,.w-filters-selected .status.btn-f-s span.i-fb:before,.sub-header .w-form label.i-fb:before,.sub-header .w-double-list label.i-fb:before{content:"\E942"}.icon.i-expand:before,.i-expand.w-alert-banner:before,.liveDashboard .list-results thead .i-expand.w-alert-banner:before,._account_api .list-results thead .i-expand.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-expand.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-expand.btn-filter:before,.w-time-period .dropdown .w-selection .i-expand.btn-period-edit:before,.block-filters .i-expand.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-expand:before,.list-results tbody span.i-expand.status:before,.list-results tbody td.is-running span.i-expand:before,.list-results tbody td.is-pending span.i-expand:before,.liveDashboard .list-results thead .i-expand.icon:before,.liveDashboard .list-results thead tr span.i-expand:before,._account_api .list-results thead .i-expand.icon:before,._account_api .list-results thead tr span.i-expand:before,.list-results thead tr span.i-expand:before,.form-auto-list .i-expand.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-expand.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-expand.filter:before,.form-label.status span.i-expand:before,.status.status-log span.i-expand:before,.status.status-report-item span.i-expand:before,.double-list dd.status span.i-expand:before,.double-list dt.status span.i-expand:before,.w-cards-container .w-card .status.title span.i-expand:before,.w-cards-container .w-card.centered .w-value .status.label span.i-expand:before,.list-results tbody tr.sublist .status.title span.i-expand:before,.list-results-header .status.title span.i-expand:before,.w-filters-selected label.status.small span.i-expand:before,.w-filters-selected .status.btn-f-s span.i-expand:before,.sub-header .w-form label.i-expand:before,.sub-header .w-double-list label.i-expand:before{content:"\E937";font-size:1.35rem}.icon.i-simplify:before,.i-simplify.w-alert-banner:before,.liveDashboard .list-results thead .i-simplify.w-alert-banner:before,._account_api .list-results thead .i-simplify.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-simplify.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-simplify.btn-filter:before,.w-time-period .dropdown .w-selection .i-simplify.btn-period-edit:before,.block-filters .i-simplify.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-simplify:before,.list-results tbody span.i-simplify.status:before,.list-results tbody td.is-running span.i-simplify:before,.list-results tbody td.is-pending span.i-simplify:before,.liveDashboard .list-results thead .i-simplify.icon:before,.liveDashboard .list-results thead tr span.i-simplify:before,._account_api .list-results thead .i-simplify.icon:before,._account_api .list-results thead tr span.i-simplify:before,.list-results thead tr span.i-simplify:before,.form-auto-list .i-simplify.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-simplify.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-simplify.filter:before,.form-label.status span.i-simplify:before,.status.status-log span.i-simplify:before,.status.status-report-item span.i-simplify:before,.double-list dd.status span.i-simplify:before,.double-list dt.status span.i-simplify:before,.w-cards-container .w-card .status.title span.i-simplify:before,.w-cards-container .w-card.centered .w-value .status.label span.i-simplify:before,.list-results tbody tr.sublist .status.title span.i-simplify:before,.list-results-header .status.title span.i-simplify:before,.w-filters-selected label.status.small span.i-simplify:before,.w-filters-selected .status.btn-f-s span.i-simplify:before,.sub-header .w-form label.i-simplify:before,.sub-header .w-double-list label.i-simplify:before{content:"\E938";font-size:1.35rem}.icon.i-url:before,.i-url.w-alert-banner:before,.liveDashboard .list-results thead .i-url.w-alert-banner:before,._account_api .list-results thead .i-url.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-url.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-url.btn-filter:before,.w-time-period .dropdown .w-selection .i-url.btn-period-edit:before,.block-filters .i-url.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-url:before,.list-results tbody span.i-url.status:before,.list-results tbody td.is-running span.i-url:before,.list-results tbody td.is-pending span.i-url:before,.liveDashboard .list-results thead .i-url.icon:before,.liveDashboard .list-results thead tr span.i-url:before,._account_api .list-results thead .i-url.icon:before,._account_api .list-results thead tr span.i-url:before,.list-results thead tr span.i-url:before,.form-auto-list .i-url.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-url.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-url.filter:before,.form-label.status span.i-url:before,.status.status-log span.i-url:before,.status.status-report-item span.i-url:before,.double-list dd.status span.i-url:before,.double-list dt.status span.i-url:before,.w-cards-container .w-card .status.title span.i-url:before,.w-cards-container .w-card.centered .w-value .status.label span.i-url:before,.list-results tbody tr.sublist .status.title span.i-url:before,.list-results-header .status.title span.i-url:before,.w-filters-selected label.status.small span.i-url:before,.w-filters-selected .status.btn-f-s span.i-url:before,.sub-header .w-form label.i-url:before,.sub-header .w-double-list label.i-url:before{content:"\E93B"}.icon.i-podium:before,.i-podium.w-alert-banner:before,.liveDashboard .list-results thead .i-podium.w-alert-banner:before,._account_api .list-results thead .i-podium.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-podium.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-podium.btn-filter:before,.w-time-period .dropdown .w-selection .i-podium.btn-period-edit:before,.block-filters .i-podium.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-podium:before,.list-results tbody span.i-podium.status:before,.list-results tbody td.is-running span.i-podium:before,.list-results tbody td.is-pending span.i-podium:before,.liveDashboard .list-results thead .i-podium.icon:before,.liveDashboard .list-results thead tr span.i-podium:before,._account_api .list-results thead .i-podium.icon:before,._account_api .list-results thead tr span.i-podium:before,.list-results thead tr span.i-podium:before,.form-auto-list .i-podium.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-podium.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-podium.filter:before,.form-label.status span.i-podium:before,.status.status-log span.i-podium:before,.status.status-report-item span.i-podium:before,.double-list dd.status span.i-podium:before,.double-list dt.status span.i-podium:before,.w-cards-container .w-card .status.title span.i-podium:before,.w-cards-container .w-card.centered .w-value .status.label span.i-podium:before,.list-results tbody tr.sublist .status.title span.i-podium:before,.list-results-header .status.title span.i-podium:before,.w-filters-selected label.status.small span.i-podium:before,.w-filters-selected .status.btn-f-s span.i-podium:before,.sub-header .w-form label.i-podium:before,.sub-header .w-double-list label.i-podium:before{content:"\E93A"}.icon.i-page:before,.i-page.w-alert-banner:before,.liveDashboard .list-results thead .i-page.w-alert-banner:before,._account_api .list-results thead .i-page.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-page.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-page.btn-filter:before,.w-time-period .dropdown .w-selection .i-page.btn-period-edit:before,.block-filters .i-page.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-page:before,.list-results tbody span.i-page.status:before,.list-results tbody td.is-running span.i-page:before,.list-results tbody td.is-pending span.i-page:before,.liveDashboard .list-results thead .i-page.icon:before,.liveDashboard .list-results thead tr span.i-page:before,._account_api .list-results thead .i-page.icon:before,._account_api .list-results thead tr span.i-page:before,.list-results thead tr span.i-page:before,.form-auto-list .i-page.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-page.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-page.filter:before,.form-label.status span.i-page:before,.status.status-log span.i-page:before,.status.status-report-item span.i-page:before,.double-list dd.status span.i-page:before,.double-list dt.status span.i-page:before,.w-cards-container .w-card .status.title span.i-page:before,.w-cards-container .w-card.centered .w-value .status.label span.i-page:before,.list-results tbody tr.sublist .status.title span.i-page:before,.list-results-header .status.title span.i-page:before,.w-filters-selected label.status.small span.i-page:before,.w-filters-selected .status.btn-f-s span.i-page:before,.sub-header .w-form label.i-page:before,.sub-header .w-double-list label.i-page:before{content:"\E93D"}.icon.i-id:after,.w-dialog.plus .i-id.dialog-aside:after,.w-toast .i-id.toast.plus:after,.toggleWrapper input.mobileToggle+label.i-id:after,.list-results tbody span.i-id.status:after,.list-results tbody td.is-running span.i-id:after,.list-results tbody td.is-pending span.i-id:after,.liveDashboard .list-results thead .i-id.icon:after,.liveDashboard .list-results thead .w-dialog.plus .i-id.dialog-aside:after,.w-dialog.plus .liveDashboard .list-results thead .i-id.dialog-aside:after,.liveDashboard .list-results thead .w-toast .i-id.toast.plus:after,.w-toast .liveDashboard .list-results thead .i-id.toast.plus:after,.liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.i-id:after,.toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label.i-id:after,.liveDashboard .list-results thead tbody span.i-id.status:after,.liveDashboard .list-results tbody thead span.i-id.status:after,.liveDashboard .list-results thead tbody td.is-running span.i-id:after,.liveDashboard .list-results tbody td.is-running thead span.i-id:after,.liveDashboard .list-results thead tbody td.is-pending span.i-id:after,.liveDashboard .list-results tbody td.is-pending thead span.i-id:after,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .i-id.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .i-id.dropdown-toggle:after,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .i-id.filter:after,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .i-id.filter:after,.liveDashboard .list-results thead .form-label.status span.i-id:after,.liveDashboard .list-results thead .status.status-log span.i-id:after,.liveDashboard .list-results thead .status.status-report-item span.i-id:after,.liveDashboard .list-results thead .double-list dd.status span.i-id:after,.double-list .liveDashboard .list-results thead dd.status span.i-id:after,.liveDashboard .list-results thead .double-list dt.status span.i-id:after,.double-list .liveDashboard .list-results thead dt.status span.i-id:after,.liveDashboard .list-results thead .w-cards-container .w-card .status.title span.i-id:after,.w-cards-container .w-card .liveDashboard .list-results thead .status.title span.i-id:after,.liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.i-id:after,.w-cards-container .w-card.centered .w-value .liveDashboard .list-results thead .status.label span.i-id:after,.liveDashboard .list-results thead tbody tr.sublist .status.title span.i-id:after,.liveDashboard .list-results tbody tr.sublist thead .status.title span.i-id:after,.form-label.status .liveDashboard .list-results thead span.i-id:after,.status.status-log .liveDashboard .list-results thead span.i-id:after,.status.status-report-item .liveDashboard .list-results thead span.i-id:after,.double-list dd.status .liveDashboard .list-results thead span.i-id:after,.double-list dt.status .liveDashboard .list-results thead span.i-id:after,.w-cards-container .w-card .status.title .liveDashboard .list-results thead span.i-id:after,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.i-id:after,.list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.i-id:after,.liveDashboard .list-results thead .w-filters-selected label.status.small span.i-id:after,.w-filters-selected label.status.small .liveDashboard .list-results thead span.i-id:after,.liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.i-id:after,.w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.i-id:after,.liveDashboard .list-results thead .sub-header .w-form label.i-id:after,.liveDashboard .list-results thead .sub-header .w-double-list label.i-id:after,.sub-header .w-form .liveDashboard .list-results thead label.i-id:after,.sub-header .w-double-list .liveDashboard .list-results thead label.i-id:after,.liveDashboard .list-results thead .block-filters button.i-id:after,.block-filters .liveDashboard .list-results thead button.i-id:after,.liveDashboard .list-results thead .block-filters select.i-id:after,.block-filters .liveDashboard .list-results thead select.i-id:after,.liveDashboard .list-results thead .form-auto-list .i-id.form-auto-item.is-user-is-inactive:after,.form-auto-list .liveDashboard .list-results thead .i-id.form-auto-item.is-user-is-inactive:after,.liveDashboard .list-results thead .form-auto-list .i-id.form-auto-item.is-user-is-active:after,.form-auto-list .liveDashboard .list-results thead .i-id.form-auto-item.is-user-is-active:after,.liveDashboard .list-results thead .list-results-header .status.title span.i-id:after,.list-results-header .status.title .liveDashboard .list-results thead span.i-id:after,.liveDashboard .list-results thead tr span.i-id:after,._account_api .list-results thead .i-id.icon:after,._account_api .list-results thead .w-dialog.plus .i-id.dialog-aside:after,.w-dialog.plus ._account_api .list-results thead .i-id.dialog-aside:after,._account_api .list-results thead .w-toast .i-id.toast.plus:after,.w-toast ._account_api .list-results thead .i-id.toast.plus:after,._account_api .list-results thead .toggleWrapper input.mobileToggle+label.i-id:after,.toggleWrapper ._account_api .list-results thead input.mobileToggle+label.i-id:after,._account_api .list-results thead tbody span.i-id.status:after,._account_api .list-results tbody thead span.i-id.status:after,._account_api .list-results thead tbody td.is-running span.i-id:after,._account_api .list-results tbody td.is-running thead span.i-id:after,._account_api .list-results thead tbody td.is-pending span.i-id:after,._account_api .list-results tbody td.is-pending thead span.i-id:after,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .i-id.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .i-id.dropdown-toggle:after,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .i-id.filter:after,.w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .i-id.filter:after,._account_api .list-results thead .form-label.status span.i-id:after,._account_api .list-results thead .status.status-log span.i-id:after,._account_api .list-results thead .status.status-report-item span.i-id:after,._account_api .list-results thead .double-list dd.status span.i-id:after,.double-list ._account_api .list-results thead dd.status span.i-id:after,._account_api .list-results thead .double-list dt.status span.i-id:after,.double-list ._account_api .list-results thead dt.status span.i-id:after,._account_api .list-results thead .w-cards-container .w-card .status.title span.i-id:after,.w-cards-container .w-card ._account_api .list-results thead .status.title span.i-id:after,._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.i-id:after,.w-cards-container .w-card.centered .w-value ._account_api .list-results thead .status.label span.i-id:after,._account_api .list-results thead tbody tr.sublist .status.title span.i-id:after,._account_api .list-results tbody tr.sublist thead .status.title span.i-id:after,.form-label.status ._account_api .list-results thead span.i-id:after,.status.status-log ._account_api .list-results thead span.i-id:after,.status.status-report-item ._account_api .list-results thead span.i-id:after,.double-list dd.status ._account_api .list-results thead span.i-id:after,.double-list dt.status ._account_api .list-results thead span.i-id:after,.w-cards-container .w-card .status.title ._account_api .list-results thead span.i-id:after,.w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.i-id:after,.list-results tbody tr.sublist .status.title ._account_api .list-results thead span.i-id:after,._account_api .list-results thead .w-filters-selected label.status.small span.i-id:after,.w-filters-selected label.status.small ._account_api .list-results thead span.i-id:after,._account_api .list-results thead .w-filters-selected .status.btn-f-s span.i-id:after,.w-filters-selected .status.btn-f-s ._account_api .list-results thead span.i-id:after,._account_api .list-results thead .sub-header .w-form label.i-id:after,._account_api .list-results thead .sub-header .w-double-list label.i-id:after,.sub-header .w-form ._account_api .list-results thead label.i-id:after,.sub-header .w-double-list ._account_api .list-results thead label.i-id:after,._account_api .list-results thead .block-filters button.i-id:after,.block-filters ._account_api .list-results thead button.i-id:after,._account_api .list-results thead .block-filters select.i-id:after,.block-filters ._account_api .list-results thead select.i-id:after,._account_api .list-results thead .form-auto-list .i-id.form-auto-item.is-user-is-inactive:after,.form-auto-list ._account_api .list-results thead .i-id.form-auto-item.is-user-is-inactive:after,._account_api .list-results thead .form-auto-list .i-id.form-auto-item.is-user-is-active:after,.form-auto-list ._account_api .list-results thead .i-id.form-auto-item.is-user-is-active:after,._account_api .list-results thead .list-results-header .status.title span.i-id:after,.list-results-header .status.title ._account_api .list-results thead span.i-id:after,._account_api .list-results thead tr span.i-id:after,.liveDashboard ._account_api .list-results thead .i-id.icon:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .i-id.dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .i-id.dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-toast .i-id.toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .i-id.toast.plus:after,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label.i-id:after,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label.i-id:after,.liveDashboard ._account_api .list-results thead tbody span.i-id.status:after,.liveDashboard ._account_api .list-results tbody thead span.i-id.status:after,.liveDashboard ._account_api .list-results thead tbody td.is-running span.i-id:after,.liveDashboard ._account_api .list-results tbody td.is-running thead span.i-id:after,.liveDashboard ._account_api .list-results thead tbody td.is-pending span.i-id:after,.liveDashboard ._account_api .list-results tbody td.is-pending thead span.i-id:after,._account_api .liveDashboard .list-results thead .i-id.icon:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .i-id.dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .i-id.dialog-aside:after,._account_api .liveDashboard .list-results thead .w-toast .i-id.toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .i-id.toast.plus:after,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.i-id:after,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label.i-id:after,._account_api .liveDashboard .list-results thead tbody span.i-id.status:after,._account_api .liveDashboard .list-results tbody thead span.i-id.status:after,._account_api .liveDashboard .list-results thead tbody td.is-running span.i-id:after,._account_api .liveDashboard .list-results tbody td.is-running thead span.i-id:after,._account_api .liveDashboard .list-results thead tbody td.is-pending span.i-id:after,._account_api .liveDashboard .list-results tbody td.is-pending thead span.i-id:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .i-id.dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .i-id.dropdown-toggle:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .i-id.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .i-id.dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .i-id.filter:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .i-id.filter:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .i-id.filter:after,.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .i-id.filter:after,.liveDashboard ._account_api .list-results thead .form-label.status span.i-id:after,.liveDashboard ._account_api .list-results thead .status.status-log span.i-id:after,.liveDashboard ._account_api .list-results thead .status.status-report-item span.i-id:after,.liveDashboard ._account_api .list-results thead .double-list dd.status span.i-id:after,.double-list .liveDashboard ._account_api .list-results thead dd.status span.i-id:after,.liveDashboard ._account_api .list-results thead .double-list dt.status span.i-id:after,.double-list .liveDashboard ._account_api .list-results thead dt.status span.i-id:after,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span.i-id:after,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title span.i-id:after,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.i-id:after,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label span.i-id:after,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span.i-id:after,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span.i-id:after,._account_api .liveDashboard .list-results thead .form-label.status span.i-id:after,._account_api .liveDashboard .list-results thead .status.status-log span.i-id:after,._account_api .liveDashboard .list-results thead .status.status-report-item span.i-id:after,._account_api .liveDashboard .list-results thead .double-list dd.status span.i-id:after,.double-list ._account_api .liveDashboard .list-results thead dd.status span.i-id:after,._account_api .liveDashboard .list-results thead .double-list dt.status span.i-id:after,.double-list ._account_api .liveDashboard .list-results thead dt.status span.i-id:after,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span.i-id:after,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title span.i-id:after,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.i-id:after,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label span.i-id:after,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span.i-id:after,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span.i-id:after,.liveDashboard .form-label.status ._account_api .list-results thead span.i-id:after,.liveDashboard .status.status-log ._account_api .list-results thead span.i-id:after,.liveDashboard .status.status-report-item ._account_api .list-results thead span.i-id:after,.liveDashboard .double-list dd.status ._account_api .list-results thead span.i-id:after,.double-list .liveDashboard dd.status ._account_api .list-results thead span.i-id:after,.liveDashboard .double-list dt.status ._account_api .list-results thead span.i-id:after,.double-list .liveDashboard dt.status ._account_api .list-results thead span.i-id:after,.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span.i-id:after,.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead span.i-id:after,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.i-id:after,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead span.i-id:after,.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span.i-id:after,.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead span.i-id:after,.form-label.status ._account_api .liveDashboard .list-results thead span.i-id:after,.status.status-log ._account_api .liveDashboard .list-results thead span.i-id:after,.status.status-report-item ._account_api .liveDashboard .list-results thead span.i-id:after,.double-list dd.status ._account_api .liveDashboard .list-results thead span.i-id:after,.double-list dt.status ._account_api .liveDashboard .list-results thead span.i-id:after,.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead span.i-id:after,.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead span.i-id:after,.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead span.i-id:after,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span.i-id:after,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span.i-id:after,.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span.i-id:after,.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead span.i-id:after,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span.i-id:after,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.i-id:after,.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span.i-id:after,.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead span.i-id:after,.liveDashboard ._account_api .list-results thead .sub-header .w-form label.i-id:after,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list label.i-id:after,._account_api .liveDashboard .list-results thead .sub-header .w-form label.i-id:after,._account_api .liveDashboard .list-results thead .sub-header .w-double-list label.i-id:after,.liveDashboard .sub-header .w-form ._account_api .list-results thead label.i-id:after,.liveDashboard .sub-header .w-double-list ._account_api .list-results thead label.i-id:after,.sub-header .w-form ._account_api .liveDashboard .list-results thead label.i-id:after,.sub-header .w-double-list ._account_api .liveDashboard .list-results thead label.i-id:after,.liveDashboard ._account_api .list-results thead .block-filters button.i-id:after,._account_api .liveDashboard .list-results thead .block-filters button.i-id:after,.liveDashboard .block-filters ._account_api .list-results thead button.i-id:after,.block-filters ._account_api .liveDashboard .list-results thead button.i-id:after,.liveDashboard ._account_api .list-results thead .block-filters select.i-id:after,._account_api .liveDashboard .list-results thead .block-filters select.i-id:after,.liveDashboard .block-filters ._account_api .list-results thead select.i-id:after,.block-filters ._account_api .liveDashboard .list-results thead select.i-id:after,.liveDashboard ._account_api .list-results thead .form-auto-list .i-id.form-auto-item.is-user-is-inactive:after,._account_api .liveDashboard .list-results thead .form-auto-list .i-id.form-auto-item.is-user-is-inactive:after,.liveDashboard .form-auto-list ._account_api .list-results thead .i-id.form-auto-item.is-user-is-inactive:after,.form-auto-list ._account_api .liveDashboard .list-results thead .i-id.form-auto-item.is-user-is-inactive:after,.liveDashboard ._account_api .list-results thead .form-auto-list .i-id.form-auto-item.is-user-is-active:after,._account_api .liveDashboard .list-results thead .form-auto-list .i-id.form-auto-item.is-user-is-active:after,.liveDashboard .form-auto-list ._account_api .list-results thead .i-id.form-auto-item.is-user-is-active:after,.form-auto-list ._account_api .liveDashboard .list-results thead .i-id.form-auto-item.is-user-is-active:after,.liveDashboard ._account_api .list-results thead .list-results-header .status.title span.i-id:after,._account_api .liveDashboard .list-results thead .list-results-header .status.title span.i-id:after,.liveDashboard .list-results-header .status.title ._account_api .list-results thead span.i-id:after,.list-results-header .status.title ._account_api .liveDashboard .list-results thead span.i-id:after,.liveDashboard ._account_api .list-results thead tr span.i-id:after,._account_api .liveDashboard .list-results thead tr span.i-id:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .i-id.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .i-id.dropdown-toggle:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .i-id.filter:after,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .i-id.filter:after,._account_api .form-label.status .liveDashboard .list-results thead span.i-id:after,._account_api .status.status-log .liveDashboard .list-results thead span.i-id:after,._account_api .status.status-report-item .liveDashboard .list-results thead span.i-id:after,._account_api .double-list dd.status .liveDashboard .list-results thead span.i-id:after,.double-list ._account_api dd.status .liveDashboard .list-results thead span.i-id:after,._account_api .double-list dt.status .liveDashboard .list-results thead span.i-id:after,.double-list ._account_api dt.status .liveDashboard .list-results thead span.i-id:after,._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span.i-id:after,.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead span.i-id:after,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.i-id:after,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead span.i-id:after,._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.i-id:after,.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead span.i-id:after,.form-label.status .liveDashboard ._account_api .list-results thead span.i-id:after,.status.status-log .liveDashboard ._account_api .list-results thead span.i-id:after,.status.status-report-item .liveDashboard ._account_api .list-results thead span.i-id:after,.double-list dd.status .liveDashboard ._account_api .list-results thead span.i-id:after,.double-list dt.status .liveDashboard ._account_api .list-results thead span.i-id:after,.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead span.i-id:after,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead span.i-id:after,.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead span.i-id:after,._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span.i-id:after,.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead span.i-id:after,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.i-id:after,.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead span.i-id:after,._account_api .sub-header .w-form .liveDashboard .list-results thead label.i-id:after,._account_api .sub-header .w-double-list .liveDashboard .list-results thead label.i-id:after,.sub-header .w-form .liveDashboard ._account_api .list-results thead label.i-id:after,.sub-header .w-double-list .liveDashboard ._account_api .list-results thead label.i-id:after,._account_api .block-filters .liveDashboard .list-results thead button.i-id:after,.block-filters .liveDashboard ._account_api .list-results thead button.i-id:after,._account_api .block-filters .liveDashboard .list-results thead select.i-id:after,.block-filters .liveDashboard ._account_api .list-results thead select.i-id:after,._account_api .form-auto-list .liveDashboard .list-results thead .i-id.form-auto-item.is-user-is-inactive:after,.form-auto-list .liveDashboard ._account_api .list-results thead .i-id.form-auto-item.is-user-is-inactive:after,._account_api .form-auto-list .liveDashboard .list-results thead .i-id.form-auto-item.is-user-is-active:after,.form-auto-list .liveDashboard ._account_api .list-results thead .i-id.form-auto-item.is-user-is-active:after,._account_api .list-results-header .status.title .liveDashboard .list-results thead span.i-id:after,.list-results-header .status.title .liveDashboard ._account_api .list-results thead span.i-id:after,.list-results thead tr span.i-id:after,.form-auto-list .i-id.form-auto-item.is-user-is-inactive:after,.form-auto-list .i-id.form-auto-item.is-user-is-active:after,.block-filters button.i-id:after,.block-filters select.i-id:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .i-id.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .i-id.filter:after,.form-label.status span.i-id:after,.status.status-log span.i-id:after,.status.status-report-item span.i-id:after,.double-list dd.status span.i-id:after,.double-list dt.status span.i-id:after,.w-cards-container .w-card .status.title span.i-id:after,.w-cards-container .w-card.centered .w-value .status.label span.i-id:after,.list-results tbody tr.sublist .status.title span.i-id:after,.list-results-header .status.title span.i-id:after,.w-filters-selected label.status.small span.i-id:after,.w-filters-selected .status.btn-f-s span.i-id:after,.sub-header .w-form label.i-id:after,.sub-header .w-double-list label.i-id:after{content:"\E946"}.icon.i-amazon:before,.i-amazon.w-alert-banner:before,.liveDashboard .list-results thead .i-amazon.w-alert-banner:before,._account_api .list-results thead .i-amazon.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-amazon.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-amazon.btn-filter:before,.w-time-period .dropdown .w-selection .i-amazon.btn-period-edit:before,.block-filters .i-amazon.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-amazon:before,.list-results tbody span.i-amazon.status:before,.list-results tbody td.is-running span.i-amazon:before,.list-results tbody td.is-pending span.i-amazon:before,.liveDashboard .list-results thead .i-amazon.icon:before,.liveDashboard .list-results thead tr span.i-amazon:before,._account_api .list-results thead .i-amazon.icon:before,._account_api .list-results thead tr span.i-amazon:before,.list-results thead tr span.i-amazon:before,.form-auto-list .i-amazon.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-amazon.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-amazon.filter:before,.form-label.status span.i-amazon:before,.status.status-log span.i-amazon:before,.status.status-report-item span.i-amazon:before,.double-list dd.status span.i-amazon:before,.double-list dt.status span.i-amazon:before,.w-cards-container .w-card .status.title span.i-amazon:before,.w-cards-container .w-card.centered .w-value .status.label span.i-amazon:before,.list-results tbody tr.sublist .status.title span.i-amazon:before,.list-results-header .status.title span.i-amazon:before,.w-filters-selected label.status.small span.i-amazon:before,.w-filters-selected .status.btn-f-s span.i-amazon:before,.sub-header .w-form label.i-amazon:before,.sub-header .w-double-list label.i-amazon:before{content:"\E945"}.icon.i-click:before,.i-click.w-alert-banner:before,.liveDashboard .list-results thead .i-click.w-alert-banner:before,._account_api .list-results thead .i-click.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-click.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-click.btn-filter:before,.w-time-period .dropdown .w-selection .i-click.btn-period-edit:before,.block-filters .i-click.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-click:before,.list-results tbody span.i-click.status:before,.list-results tbody td.is-running span.i-click:before,.list-results tbody td.is-pending span.i-click:before,.liveDashboard .list-results thead .i-click.icon:before,.liveDashboard .list-results thead tr span.i-click:before,._account_api .list-results thead .i-click.icon:before,._account_api .list-results thead tr span.i-click:before,.list-results thead tr span.i-click:before,.form-auto-list .i-click.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-click.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-click.filter:before,.form-label.status span.i-click:before,.status.status-log span.i-click:before,.status.status-report-item span.i-click:before,.double-list dd.status span.i-click:before,.double-list dt.status span.i-click:before,.w-cards-container .w-card .status.title span.i-click:before,.w-cards-container .w-card.centered .w-value .status.label span.i-click:before,.list-results tbody tr.sublist .status.title span.i-click:before,.list-results-header .status.title span.i-click:before,.w-filters-selected label.status.small span.i-click:before,.w-filters-selected .status.btn-f-s span.i-click:before,.sub-header .w-form label.i-click:before,.sub-header .w-double-list label.i-click:before{content:"\E93C"}.icon.i-stacked:before,.i-stacked.w-alert-banner:before,.liveDashboard .list-results thead .i-stacked.w-alert-banner:before,._account_api .list-results thead .i-stacked.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-stacked.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-stacked.btn-filter:before,.w-time-period .dropdown .w-selection .i-stacked.btn-period-edit:before,.block-filters .i-stacked.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-stacked:before,.list-results tbody span.i-stacked.status:before,.list-results tbody td.is-running span.i-stacked:before,.list-results tbody td.is-pending span.i-stacked:before,.liveDashboard .list-results thead .i-stacked.icon:before,.liveDashboard .list-results thead tr span.i-stacked:before,._account_api .list-results thead .i-stacked.icon:before,._account_api .list-results thead tr span.i-stacked:before,.list-results thead tr span.i-stacked:before,.form-auto-list .i-stacked.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-stacked.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-stacked.filter:before,.form-label.status span.i-stacked:before,.status.status-log span.i-stacked:before,.status.status-report-item span.i-stacked:before,.double-list dd.status span.i-stacked:before,.double-list dt.status span.i-stacked:before,.w-cards-container .w-card .status.title span.i-stacked:before,.w-cards-container .w-card.centered .w-value .status.label span.i-stacked:before,.list-results tbody tr.sublist .status.title span.i-stacked:before,.list-results-header .status.title span.i-stacked:before,.w-filters-selected label.status.small span.i-stacked:before,.w-filters-selected .status.btn-f-s span.i-stacked:before,.sub-header .w-form label.i-stacked:before,.sub-header .w-double-list label.i-stacked:before{content:"\E9A5"}.icon.i-line-line:before,.i-line-line.w-alert-banner:before,.liveDashboard .list-results thead .i-line-line.w-alert-banner:before,._account_api .list-results thead .i-line-line.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-line-line.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-line-line.btn-filter:before,.w-time-period .dropdown .w-selection .i-line-line.btn-period-edit:before,.block-filters .i-line-line.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-line-line:before,.list-results tbody span.i-line-line.status:before,.list-results tbody td.is-running span.i-line-line:before,.list-results tbody td.is-pending span.i-line-line:before,.liveDashboard .list-results thead .i-line-line.icon:before,.liveDashboard .list-results thead tr span.i-line-line:before,._account_api .list-results thead .i-line-line.icon:before,._account_api .list-results thead tr span.i-line-line:before,.list-results thead tr span.i-line-line:before,.form-auto-list .i-line-line.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-line-line.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-line-line.filter:before,.form-label.status span.i-line-line:before,.status.status-log span.i-line-line:before,.status.status-report-item span.i-line-line:before,.double-list dd.status span.i-line-line:before,.double-list dt.status span.i-line-line:before,.w-cards-container .w-card .status.title span.i-line-line:before,.w-cards-container .w-card.centered .w-value .status.label span.i-line-line:before,.list-results tbody tr.sublist .status.title span.i-line-line:before,.list-results-header .status.title span.i-line-line:before,.w-filters-selected label.status.small span.i-line-line:before,.w-filters-selected .status.btn-f-s span.i-line-line:before,.sub-header .w-form label.i-line-line:before,.sub-header .w-double-list label.i-line-line:before{content:"\E9A6"}.icon.i-bar-line:before,.i-bar-line.w-alert-banner:before,.liveDashboard .list-results thead .i-bar-line.w-alert-banner:before,._account_api .list-results thead .i-bar-line.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-bar-line.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-bar-line.btn-filter:before,.w-time-period .dropdown .w-selection .i-bar-line.btn-period-edit:before,.block-filters .i-bar-line.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-bar-line:before,.list-results tbody span.i-bar-line.status:before,.list-results tbody td.is-running span.i-bar-line:before,.list-results tbody td.is-pending span.i-bar-line:before,.liveDashboard .list-results thead .i-bar-line.icon:before,.liveDashboard .list-results thead tr span.i-bar-line:before,._account_api .list-results thead .i-bar-line.icon:before,._account_api .list-results thead tr span.i-bar-line:before,.list-results thead tr span.i-bar-line:before,.form-auto-list .i-bar-line.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-bar-line.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-bar-line.filter:before,.form-label.status span.i-bar-line:before,.status.status-log span.i-bar-line:before,.status.status-report-item span.i-bar-line:before,.double-list dd.status span.i-bar-line:before,.double-list dt.status span.i-bar-line:before,.w-cards-container .w-card .status.title span.i-bar-line:before,.w-cards-container .w-card.centered .w-value .status.label span.i-bar-line:before,.list-results tbody tr.sublist .status.title span.i-bar-line:before,.list-results-header .status.title span.i-bar-line:before,.w-filters-selected label.status.small span.i-bar-line:before,.w-filters-selected .status.btn-f-s span.i-bar-line:before,.sub-header .w-form label.i-bar-line:before,.sub-header .w-double-list label.i-bar-line:before{content:"\E9A8"}.icon.i-view:before,.i-view.w-alert-banner:before,.liveDashboard .list-results thead .i-view.w-alert-banner:before,._account_api .list-results thead .i-view.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-view.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-view.btn-filter:before,.w-time-period .dropdown .w-selection .i-view.btn-period-edit:before,.block-filters .i-view.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-view:before,.list-results tbody span.i-view.status:before,.list-results tbody td.is-running span.i-view:before,.list-results tbody td.is-pending span.i-view:before,.liveDashboard .list-results thead .i-view.icon:before,.liveDashboard .list-results thead tr span.i-view:before,._account_api .list-results thead .i-view.icon:before,._account_api .list-results thead tr span.i-view:before,.list-results thead tr span.i-view:before,.form-auto-list .i-view.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-view.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-view.filter:before,.form-label.status span.i-view:before,.status.status-log span.i-view:before,.status.status-report-item span.i-view:before,.double-list dd.status span.i-view:before,.double-list dt.status span.i-view:before,.w-cards-container .w-card .status.title span.i-view:before,.w-cards-container .w-card.centered .w-value .status.label span.i-view:before,.list-results tbody tr.sublist .status.title span.i-view:before,.list-results-header .status.title span.i-view:before,.w-filters-selected label.status.small span.i-view:before,.w-filters-selected .status.btn-f-s span.i-view:before,.sub-header .w-form label.i-view:before,.sub-header .w-double-list label.i-view:before{content:"\E947"}.icon.i-role:before,.i-role.w-alert-banner:before,.liveDashboard .list-results thead .i-role.w-alert-banner:before,._account_api .list-results thead .i-role.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-role.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-role.btn-filter:before,.w-time-period .dropdown .w-selection .i-role.btn-period-edit:before,.block-filters .i-role.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-role:before,.list-results tbody span.i-role.status:before,.list-results tbody td.is-running span.i-role:before,.list-results tbody td.is-pending span.i-role:before,.liveDashboard .list-results thead .i-role.icon:before,.liveDashboard .list-results thead tr span.i-role:before,._account_api .list-results thead .i-role.icon:before,._account_api .list-results thead tr span.i-role:before,.list-results thead tr span.i-role:before,.form-auto-list .i-role.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-role.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-role.filter:before,.form-label.status span.i-role:before,.status.status-log span.i-role:before,.status.status-report-item span.i-role:before,.double-list dd.status span.i-role:before,.double-list dt.status span.i-role:before,.w-cards-container .w-card .status.title span.i-role:before,.w-cards-container .w-card.centered .w-value .status.label span.i-role:before,.list-results tbody tr.sublist .status.title span.i-role:before,.list-results-header .status.title span.i-role:before,.w-filters-selected label.status.small span.i-role:before,.w-filters-selected .status.btn-f-s span.i-role:before,.sub-header .w-form label.i-role:before,.sub-header .w-double-list label.i-role:before{content:"\E948"}.icon.i-task:before,.i-task.w-alert-banner:before,.liveDashboard .list-results thead .i-task.w-alert-banner:before,._account_api .list-results thead .i-task.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-task.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-task.btn-filter:before,.w-time-period .dropdown .w-selection .i-task.btn-period-edit:before,.block-filters .i-task.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-task:before,.list-results tbody span.i-task.status:before,.list-results tbody td.is-running span.i-task:before,.list-results tbody td.is-pending span.i-task:before,.liveDashboard .list-results thead .i-task.icon:before,.liveDashboard .list-results thead tr span.i-task:before,._account_api .list-results thead .i-task.icon:before,._account_api .list-results thead tr span.i-task:before,.list-results thead tr span.i-task:before,.form-auto-list .i-task.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-task.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-task.filter:before,.form-label.status span.i-task:before,.status.status-log span.i-task:before,.status.status-report-item span.i-task:before,.double-list dd.status span.i-task:before,.double-list dt.status span.i-task:before,.w-cards-container .w-card .status.title span.i-task:before,.w-cards-container .w-card.centered .w-value .status.label span.i-task:before,.list-results tbody tr.sublist .status.title span.i-task:before,.list-results-header .status.title span.i-task:before,.w-filters-selected label.status.small span.i-task:before,.w-filters-selected .status.btn-f-s span.i-task:before,.sub-header .w-form label.i-task:before,.sub-header .w-double-list label.i-task:before{content:"\E939"}.icon.i-apply:before,.i-apply.w-alert-banner:before,.liveDashboard .list-results thead .i-apply.w-alert-banner:before,._account_api .list-results thead .i-apply.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-apply.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-apply.btn-filter:before,.w-time-period .dropdown .w-selection .i-apply.btn-period-edit:before,.block-filters .i-apply.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-apply:before,.list-results tbody span.i-apply.status:before,.list-results tbody td.is-running span.i-apply:before,.list-results tbody td.is-pending span.i-apply:before,.liveDashboard .list-results thead .i-apply.icon:before,.liveDashboard .list-results thead tr span.i-apply:before,._account_api .list-results thead .i-apply.icon:before,._account_api .list-results thead tr span.i-apply:before,.list-results thead tr span.i-apply:before,.form-auto-list .i-apply.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-apply.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-apply.filter:before,.form-label.status span.i-apply:before,.status.status-log span.i-apply:before,.status.status-report-item span.i-apply:before,.double-list dd.status span.i-apply:before,.double-list dt.status span.i-apply:before,.w-cards-container .w-card .status.title span.i-apply:before,.w-cards-container .w-card.centered .w-value .status.label span.i-apply:before,.list-results tbody tr.sublist .status.title span.i-apply:before,.list-results-header .status.title span.i-apply:before,.w-filters-selected label.status.small span.i-apply:before,.w-filters-selected .status.btn-f-s span.i-apply:before,.sub-header .w-form label.i-apply:before,.sub-header .w-double-list label.i-apply:before{content:"\E939"}.icon.i-click-t:before,.i-click-t.w-alert-banner:before,.liveDashboard .list-results thead .i-click-t.w-alert-banner:before,._account_api .list-results thead .i-click-t.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-click-t.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-click-t.btn-filter:before,.w-time-period .dropdown .w-selection .i-click-t.btn-period-edit:before,.block-filters .i-click-t.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-click-t:before,.list-results tbody span.i-click-t.status:before,.list-results tbody td.is-running span.i-click-t:before,.list-results tbody td.is-pending span.i-click-t:before,.liveDashboard .list-results thead .i-click-t.icon:before,.liveDashboard .list-results thead tr span.i-click-t:before,._account_api .list-results thead .i-click-t.icon:before,._account_api .list-results thead tr span.i-click-t:before,.list-results thead tr span.i-click-t:before,.form-auto-list .i-click-t.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-click-t.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-click-t.filter:before,.form-label.status span.i-click-t:before,.status.status-log span.i-click-t:before,.status.status-report-item span.i-click-t:before,.double-list dd.status span.i-click-t:before,.double-list dt.status span.i-click-t:before,.w-cards-container .w-card .status.title span.i-click-t:before,.w-cards-container .w-card.centered .w-value .status.label span.i-click-t:before,.list-results tbody tr.sublist .status.title span.i-click-t:before,.list-results-header .status.title span.i-click-t:before,.w-filters-selected label.status.small span.i-click-t:before,.w-filters-selected .status.btn-f-s span.i-click-t:before,.sub-header .w-form label.i-click-t:before,.sub-header .w-double-list label.i-click-t:before{content:"\E940"}.icon.i-click:before,.i-click.w-alert-banner:before,.liveDashboard .list-results thead .i-click.w-alert-banner:before,._account_api .list-results thead .i-click.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-click.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-click.btn-filter:before,.w-time-period .dropdown .w-selection .i-click.btn-period-edit:before,.block-filters .i-click.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-click:before,.list-results tbody span.i-click.status:before,.list-results tbody td.is-running span.i-click:before,.list-results tbody td.is-pending span.i-click:before,.liveDashboard .list-results thead .i-click.icon:before,.liveDashboard .list-results thead tr span.i-click:before,._account_api .list-results thead .i-click.icon:before,._account_api .list-results thead tr span.i-click:before,.list-results thead tr span.i-click:before,.form-auto-list .i-click.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-click.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-click.filter:before,.form-label.status span.i-click:before,.status.status-log span.i-click:before,.status.status-report-item span.i-click:before,.double-list dd.status span.i-click:before,.double-list dt.status span.i-click:before,.w-cards-container .w-card .status.title span.i-click:before,.w-cards-container .w-card.centered .w-value .status.label span.i-click:before,.list-results tbody tr.sublist .status.title span.i-click:before,.list-results-header .status.title span.i-click:before,.w-filters-selected label.status.small span.i-click:before,.w-filters-selected .status.btn-f-s span.i-click:before,.sub-header .w-form label.i-click:before,.sub-header .w-double-list label.i-click:before{content:"\E941"}.icon.i-impression:before,.i-impression.w-alert-banner:before,.liveDashboard .list-results thead .i-impression.w-alert-banner:before,._account_api .list-results thead .i-impression.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-impression.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-impression.btn-filter:before,.w-time-period .dropdown .w-selection .i-impression.btn-period-edit:before,.block-filters .i-impression.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-impression:before,.list-results tbody span.i-impression.status:before,.list-results tbody td.is-running span.i-impression:before,.list-results tbody td.is-pending span.i-impression:before,.liveDashboard .list-results thead .i-impression.icon:before,.liveDashboard .list-results thead tr span.i-impression:before,._account_api .list-results thead .i-impression.icon:before,._account_api .list-results thead tr span.i-impression:before,.list-results thead tr span.i-impression:before,.form-auto-list .i-impression.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-impression.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-impression.filter:before,.form-label.status span.i-impression:before,.status.status-log span.i-impression:before,.status.status-report-item span.i-impression:before,.double-list dd.status span.i-impression:before,.double-list dt.status span.i-impression:before,.w-cards-container .w-card .status.title span.i-impression:before,.w-cards-container .w-card.centered .w-value .status.label span.i-impression:before,.list-results tbody tr.sublist .status.title span.i-impression:before,.list-results-header .status.title span.i-impression:before,.w-filters-selected label.status.small span.i-impression:before,.w-filters-selected .status.btn-f-s span.i-impression:before,.sub-header .w-form label.i-impression:before,.sub-header .w-double-list label.i-impression:before{content:"\E998"}.icon.i-article:before,.i-article.w-alert-banner:before,.liveDashboard .list-results thead .i-article.w-alert-banner:before,._account_api .list-results thead .i-article.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-article.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-article.btn-filter:before,.w-time-period .dropdown .w-selection .i-article.btn-period-edit:before,.block-filters .i-article.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-article:before,.list-results tbody span.i-article.status:before,.list-results tbody td.is-running span.i-article:before,.list-results tbody td.is-pending span.i-article:before,.liveDashboard .list-results thead .i-article.icon:before,.liveDashboard .list-results thead tr span.i-article:before,._account_api .list-results thead .i-article.icon:before,._account_api .list-results thead tr span.i-article:before,.list-results thead tr span.i-article:before,.form-auto-list .i-article.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-article.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-article.filter:before,.form-label.status span.i-article:before,.status.status-log span.i-article:before,.status.status-report-item span.i-article:before,.double-list dd.status span.i-article:before,.double-list dt.status span.i-article:before,.w-cards-container .w-card .status.title span.i-article:before,.w-cards-container .w-card.centered .w-value .status.label span.i-article:before,.list-results tbody tr.sublist .status.title span.i-article:before,.list-results-header .status.title span.i-article:before,.w-filters-selected label.status.small span.i-article:before,.w-filters-selected .status.btn-f-s span.i-article:before,.sub-header .w-form label.i-article:before,.sub-header .w-double-list label.i-article:before{content:"\E943"}.icon.i-compare:before,.i-compare.w-alert-banner:before,.liveDashboard .list-results thead .i-compare.w-alert-banner:before,._account_api .list-results thead .i-compare.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-compare.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-compare.btn-filter:before,.w-time-period .dropdown .w-selection .i-compare.btn-period-edit:before,.block-filters .i-compare.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-compare:before,.list-results tbody span.i-compare.status:before,.list-results tbody td.is-running span.i-compare:before,.list-results tbody td.is-pending span.i-compare:before,.liveDashboard .list-results thead .i-compare.icon:before,.liveDashboard .list-results thead tr span.i-compare:before,._account_api .list-results thead .i-compare.icon:before,._account_api .list-results thead tr span.i-compare:before,.list-results thead tr span.i-compare:before,.form-auto-list .i-compare.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-compare.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-compare.filter:before,.form-label.status span.i-compare:before,.status.status-log span.i-compare:before,.status.status-report-item span.i-compare:before,.double-list dd.status span.i-compare:before,.double-list dt.status span.i-compare:before,.w-cards-container .w-card .status.title span.i-compare:before,.w-cards-container .w-card.centered .w-value .status.label span.i-compare:before,.list-results tbody tr.sublist .status.title span.i-compare:before,.list-results-header .status.title span.i-compare:before,.w-filters-selected label.status.small span.i-compare:before,.w-filters-selected .status.btn-f-s span.i-compare:before,.sub-header .w-form label.i-compare:before,.sub-header .w-double-list label.i-compare:before{content:"\E944"}.icon.i-compare-2:before,.i-compare-2.w-alert-banner:before,.liveDashboard .list-results thead .i-compare-2.w-alert-banner:before,._account_api .list-results thead .i-compare-2.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-compare-2.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-compare-2.btn-filter:before,.w-time-period .dropdown .w-selection .i-compare-2.btn-period-edit:before,.block-filters .i-compare-2.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-compare-2:before,.list-results tbody span.i-compare-2.status:before,.list-results tbody td.is-running span.i-compare-2:before,.list-results tbody td.is-pending span.i-compare-2:before,.liveDashboard .list-results thead .i-compare-2.icon:before,.liveDashboard .list-results thead tr span.i-compare-2:before,._account_api .list-results thead .i-compare-2.icon:before,._account_api .list-results thead tr span.i-compare-2:before,.list-results thead tr span.i-compare-2:before,.form-auto-list .i-compare-2.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-compare-2.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-compare-2.filter:before,.form-label.status span.i-compare-2:before,.status.status-log span.i-compare-2:before,.status.status-report-item span.i-compare-2:before,.double-list dd.status span.i-compare-2:before,.double-list dt.status span.i-compare-2:before,.w-cards-container .w-card .status.title span.i-compare-2:before,.w-cards-container .w-card.centered .w-value .status.label span.i-compare-2:before,.list-results tbody tr.sublist .status.title span.i-compare-2:before,.list-results-header .status.title span.i-compare-2:before,.w-filters-selected label.status.small span.i-compare-2:before,.w-filters-selected .status.btn-f-s span.i-compare-2:before,.sub-header .w-form label.i-compare-2:before,.sub-header .w-double-list label.i-compare-2:before{content:"\E9BA"}.icon.i-pages:before,.i-pages.w-alert-banner:before,.liveDashboard .list-results thead .i-pages.w-alert-banner:before,._account_api .list-results thead .i-pages.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-pages.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-pages.btn-filter:before,.w-time-period .dropdown .w-selection .i-pages.btn-period-edit:before,.block-filters .i-pages.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-pages:before,.list-results tbody span.i-pages.status:before,.list-results tbody td.is-running span.i-pages:before,.list-results tbody td.is-pending span.i-pages:before,.liveDashboard .list-results thead .i-pages.icon:before,.liveDashboard .list-results thead tr span.i-pages:before,._account_api .list-results thead .i-pages.icon:before,._account_api .list-results thead tr span.i-pages:before,.list-results thead tr span.i-pages:before,.form-auto-list .i-pages.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-pages.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-pages.filter:before,.form-label.status span.i-pages:before,.status.status-log span.i-pages:before,.status.status-report-item span.i-pages:before,.double-list dd.status span.i-pages:before,.double-list dt.status span.i-pages:before,.w-cards-container .w-card .status.title span.i-pages:before,.w-cards-container .w-card.centered .w-value .status.label span.i-pages:before,.list-results tbody tr.sublist .status.title span.i-pages:before,.list-results-header .status.title span.i-pages:before,.w-filters-selected label.status.small span.i-pages:before,.w-filters-selected .status.btn-f-s span.i-pages:before,.sub-header .w-form label.i-pages:before,.sub-header .w-double-list label.i-pages:before{content:"\E90B"}.icon.i-article-a:after,.w-dialog.plus .i-article-a.dialog-aside:after,.w-toast .i-article-a.toast.plus:after,.toggleWrapper input.mobileToggle+label.i-article-a:after,.list-results tbody span.i-article-a.status:after,.list-results tbody td.is-running span.i-article-a:after,.list-results tbody td.is-pending span.i-article-a:after,.liveDashboard .list-results thead .i-article-a.icon:after,.liveDashboard .list-results thead .w-dialog.plus .i-article-a.dialog-aside:after,.w-dialog.plus .liveDashboard .list-results thead .i-article-a.dialog-aside:after,.liveDashboard .list-results thead .w-toast .i-article-a.toast.plus:after,.w-toast .liveDashboard .list-results thead .i-article-a.toast.plus:after,.liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.i-article-a:after,.toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label.i-article-a:after,.liveDashboard .list-results thead tbody span.i-article-a.status:after,.liveDashboard .list-results tbody thead span.i-article-a.status:after,.liveDashboard .list-results thead tbody td.is-running span.i-article-a:after,.liveDashboard .list-results tbody td.is-running thead span.i-article-a:after,.liveDashboard .list-results thead tbody td.is-pending span.i-article-a:after,.liveDashboard .list-results tbody td.is-pending thead span.i-article-a:after,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .i-article-a.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .i-article-a.dropdown-toggle:after,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .i-article-a.filter:after,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .i-article-a.filter:after,.liveDashboard .list-results thead .form-label.status span.i-article-a:after,.liveDashboard .list-results thead .status.status-log span.i-article-a:after,.liveDashboard .list-results thead .status.status-report-item span.i-article-a:after,.liveDashboard .list-results thead .double-list dd.status span.i-article-a:after,.double-list .liveDashboard .list-results thead dd.status span.i-article-a:after,.liveDashboard .list-results thead .double-list dt.status span.i-article-a:after,.double-list .liveDashboard .list-results thead dt.status span.i-article-a:after,.liveDashboard .list-results thead .w-cards-container .w-card .status.title span.i-article-a:after,.w-cards-container .w-card .liveDashboard .list-results thead .status.title span.i-article-a:after,.liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.i-article-a:after,.w-cards-container .w-card.centered .w-value .liveDashboard .list-results thead .status.label span.i-article-a:after,.liveDashboard .list-results thead tbody tr.sublist .status.title span.i-article-a:after,.liveDashboard .list-results tbody tr.sublist thead .status.title span.i-article-a:after,.form-label.status .liveDashboard .list-results thead span.i-article-a:after,.status.status-log .liveDashboard .list-results thead span.i-article-a:after,.status.status-report-item .liveDashboard .list-results thead span.i-article-a:after,.double-list dd.status .liveDashboard .list-results thead span.i-article-a:after,.double-list dt.status .liveDashboard .list-results thead span.i-article-a:after,.w-cards-container .w-card .status.title .liveDashboard .list-results thead span.i-article-a:after,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.i-article-a:after,.list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.i-article-a:after,.liveDashboard .list-results thead .w-filters-selected label.status.small span.i-article-a:after,.w-filters-selected label.status.small .liveDashboard .list-results thead span.i-article-a:after,.liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.i-article-a:after,.w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.i-article-a:after,.liveDashboard .list-results thead .sub-header .w-form label.i-article-a:after,.liveDashboard .list-results thead .sub-header .w-double-list label.i-article-a:after,.sub-header .w-form .liveDashboard .list-results thead label.i-article-a:after,.sub-header .w-double-list .liveDashboard .list-results thead label.i-article-a:after,.liveDashboard .list-results thead .block-filters button.i-article-a:after,.block-filters .liveDashboard .list-results thead button.i-article-a:after,.liveDashboard .list-results thead .block-filters select.i-article-a:after,.block-filters .liveDashboard .list-results thead select.i-article-a:after,.liveDashboard .list-results thead .form-auto-list .i-article-a.form-auto-item.is-user-is-inactive:after,.form-auto-list .liveDashboard .list-results thead .i-article-a.form-auto-item.is-user-is-inactive:after,.liveDashboard .list-results thead .form-auto-list .i-article-a.form-auto-item.is-user-is-active:after,.form-auto-list .liveDashboard .list-results thead .i-article-a.form-auto-item.is-user-is-active:after,.liveDashboard .list-results thead .list-results-header .status.title span.i-article-a:after,.list-results-header .status.title .liveDashboard .list-results thead span.i-article-a:after,.liveDashboard .list-results thead tr span.i-article-a:after,._account_api .list-results thead .i-article-a.icon:after,._account_api .list-results thead .w-dialog.plus .i-article-a.dialog-aside:after,.w-dialog.plus ._account_api .list-results thead .i-article-a.dialog-aside:after,._account_api .list-results thead .w-toast .i-article-a.toast.plus:after,.w-toast ._account_api .list-results thead .i-article-a.toast.plus:after,._account_api .list-results thead .toggleWrapper input.mobileToggle+label.i-article-a:after,.toggleWrapper ._account_api .list-results thead input.mobileToggle+label.i-article-a:after,._account_api .list-results thead tbody span.i-article-a.status:after,._account_api .list-results tbody thead span.i-article-a.status:after,._account_api .list-results thead tbody td.is-running span.i-article-a:after,._account_api .list-results tbody td.is-running thead span.i-article-a:after,._account_api .list-results thead tbody td.is-pending span.i-article-a:after,._account_api .list-results tbody td.is-pending thead span.i-article-a:after,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .i-article-a.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .i-article-a.dropdown-toggle:after,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .i-article-a.filter:after,.w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .i-article-a.filter:after,._account_api .list-results thead .form-label.status span.i-article-a:after,._account_api .list-results thead .status.status-log span.i-article-a:after,._account_api .list-results thead .status.status-report-item span.i-article-a:after,._account_api .list-results thead .double-list dd.status span.i-article-a:after,.double-list ._account_api .list-results thead dd.status span.i-article-a:after,._account_api .list-results thead .double-list dt.status span.i-article-a:after,.double-list ._account_api .list-results thead dt.status span.i-article-a:after,._account_api .list-results thead .w-cards-container .w-card .status.title span.i-article-a:after,.w-cards-container .w-card ._account_api .list-results thead .status.title span.i-article-a:after,._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.i-article-a:after,.w-cards-container .w-card.centered .w-value ._account_api .list-results thead .status.label span.i-article-a:after,._account_api .list-results thead tbody tr.sublist .status.title span.i-article-a:after,._account_api .list-results tbody tr.sublist thead .status.title span.i-article-a:after,.form-label.status ._account_api .list-results thead span.i-article-a:after,.status.status-log ._account_api .list-results thead span.i-article-a:after,.status.status-report-item ._account_api .list-results thead span.i-article-a:after,.double-list dd.status ._account_api .list-results thead span.i-article-a:after,.double-list dt.status ._account_api .list-results thead span.i-article-a:after,.w-cards-container .w-card .status.title ._account_api .list-results thead span.i-article-a:after,.w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.i-article-a:after,.list-results tbody tr.sublist .status.title ._account_api .list-results thead span.i-article-a:after,._account_api .list-results thead .w-filters-selected label.status.small span.i-article-a:after,.w-filters-selected label.status.small ._account_api .list-results thead span.i-article-a:after,._account_api .list-results thead .w-filters-selected .status.btn-f-s span.i-article-a:after,.w-filters-selected .status.btn-f-s ._account_api .list-results thead span.i-article-a:after,._account_api .list-results thead .sub-header .w-form label.i-article-a:after,._account_api .list-results thead .sub-header .w-double-list label.i-article-a:after,.sub-header .w-form ._account_api .list-results thead label.i-article-a:after,.sub-header .w-double-list ._account_api .list-results thead label.i-article-a:after,._account_api .list-results thead .block-filters button.i-article-a:after,.block-filters ._account_api .list-results thead button.i-article-a:after,._account_api .list-results thead .block-filters select.i-article-a:after,.block-filters ._account_api .list-results thead select.i-article-a:after,._account_api .list-results thead .form-auto-list .i-article-a.form-auto-item.is-user-is-inactive:after,.form-auto-list ._account_api .list-results thead .i-article-a.form-auto-item.is-user-is-inactive:after,._account_api .list-results thead .form-auto-list .i-article-a.form-auto-item.is-user-is-active:after,.form-auto-list ._account_api .list-results thead .i-article-a.form-auto-item.is-user-is-active:after,._account_api .list-results thead .list-results-header .status.title span.i-article-a:after,.list-results-header .status.title ._account_api .list-results thead span.i-article-a:after,._account_api .list-results thead tr span.i-article-a:after,.liveDashboard ._account_api .list-results thead .i-article-a.icon:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .i-article-a.dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .i-article-a.dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-toast .i-article-a.toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .i-article-a.toast.plus:after,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label.i-article-a:after,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label.i-article-a:after,.liveDashboard ._account_api .list-results thead tbody span.i-article-a.status:after,.liveDashboard ._account_api .list-results tbody thead span.i-article-a.status:after,.liveDashboard ._account_api .list-results thead tbody td.is-running span.i-article-a:after,.liveDashboard ._account_api .list-results tbody td.is-running thead span.i-article-a:after,.liveDashboard ._account_api .list-results thead tbody td.is-pending span.i-article-a:after,.liveDashboard ._account_api .list-results tbody td.is-pending thead span.i-article-a:after,._account_api .liveDashboard .list-results thead .i-article-a.icon:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .i-article-a.dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .i-article-a.dialog-aside:after,._account_api .liveDashboard .list-results thead .w-toast .i-article-a.toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .i-article-a.toast.plus:after,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.i-article-a:after,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label.i-article-a:after,._account_api .liveDashboard .list-results thead tbody span.i-article-a.status:after,._account_api .liveDashboard .list-results tbody thead span.i-article-a.status:after,._account_api .liveDashboard .list-results thead tbody td.is-running span.i-article-a:after,._account_api .liveDashboard .list-results tbody td.is-running thead span.i-article-a:after,._account_api .liveDashboard .list-results thead tbody td.is-pending span.i-article-a:after,._account_api .liveDashboard .list-results tbody td.is-pending thead span.i-article-a:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .i-article-a.dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .i-article-a.dropdown-toggle:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .i-article-a.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .i-article-a.dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .i-article-a.filter:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .i-article-a.filter:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .i-article-a.filter:after,.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .i-article-a.filter:after,.liveDashboard ._account_api .list-results thead .form-label.status span.i-article-a:after,.liveDashboard ._account_api .list-results thead .status.status-log span.i-article-a:after,.liveDashboard ._account_api .list-results thead .status.status-report-item span.i-article-a:after,.liveDashboard ._account_api .list-results thead .double-list dd.status span.i-article-a:after,.double-list .liveDashboard ._account_api .list-results thead dd.status span.i-article-a:after,.liveDashboard ._account_api .list-results thead .double-list dt.status span.i-article-a:after,.double-list .liveDashboard ._account_api .list-results thead dt.status span.i-article-a:after,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span.i-article-a:after,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title span.i-article-a:after,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.i-article-a:after,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label span.i-article-a:after,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span.i-article-a:after,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span.i-article-a:after,._account_api .liveDashboard .list-results thead .form-label.status span.i-article-a:after,._account_api .liveDashboard .list-results thead .status.status-log span.i-article-a:after,._account_api .liveDashboard .list-results thead .status.status-report-item span.i-article-a:after,._account_api .liveDashboard .list-results thead .double-list dd.status span.i-article-a:after,.double-list ._account_api .liveDashboard .list-results thead dd.status span.i-article-a:after,._account_api .liveDashboard .list-results thead .double-list dt.status span.i-article-a:after,.double-list ._account_api .liveDashboard .list-results thead dt.status span.i-article-a:after,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span.i-article-a:after,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title span.i-article-a:after,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.i-article-a:after,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label span.i-article-a:after,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span.i-article-a:after,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span.i-article-a:after,.liveDashboard .form-label.status ._account_api .list-results thead span.i-article-a:after,.liveDashboard .status.status-log ._account_api .list-results thead span.i-article-a:after,.liveDashboard .status.status-report-item ._account_api .list-results thead span.i-article-a:after,.liveDashboard .double-list dd.status ._account_api .list-results thead span.i-article-a:after,.double-list .liveDashboard dd.status ._account_api .list-results thead span.i-article-a:after,.liveDashboard .double-list dt.status ._account_api .list-results thead span.i-article-a:after,.double-list .liveDashboard dt.status ._account_api .list-results thead span.i-article-a:after,.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span.i-article-a:after,.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead span.i-article-a:after,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.i-article-a:after,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead span.i-article-a:after,.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span.i-article-a:after,.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead span.i-article-a:after,.form-label.status ._account_api .liveDashboard .list-results thead span.i-article-a:after,.status.status-log ._account_api .liveDashboard .list-results thead span.i-article-a:after,.status.status-report-item ._account_api .liveDashboard .list-results thead span.i-article-a:after,.double-list dd.status ._account_api .liveDashboard .list-results thead span.i-article-a:after,.double-list dt.status ._account_api .liveDashboard .list-results thead span.i-article-a:after,.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead span.i-article-a:after,.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead span.i-article-a:after,.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead span.i-article-a:after,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span.i-article-a:after,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span.i-article-a:after,.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span.i-article-a:after,.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead span.i-article-a:after,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span.i-article-a:after,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.i-article-a:after,.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span.i-article-a:after,.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead span.i-article-a:after,.liveDashboard ._account_api .list-results thead .sub-header .w-form label.i-article-a:after,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list label.i-article-a:after,._account_api .liveDashboard .list-results thead .sub-header .w-form label.i-article-a:after,._account_api .liveDashboard .list-results thead .sub-header .w-double-list label.i-article-a:after,.liveDashboard .sub-header .w-form ._account_api .list-results thead label.i-article-a:after,.liveDashboard .sub-header .w-double-list ._account_api .list-results thead label.i-article-a:after,.sub-header .w-form ._account_api .liveDashboard .list-results thead label.i-article-a:after,.sub-header .w-double-list ._account_api .liveDashboard .list-results thead label.i-article-a:after,.liveDashboard ._account_api .list-results thead .block-filters button.i-article-a:after,._account_api .liveDashboard .list-results thead .block-filters button.i-article-a:after,.liveDashboard .block-filters ._account_api .list-results thead button.i-article-a:after,.block-filters ._account_api .liveDashboard .list-results thead button.i-article-a:after,.liveDashboard ._account_api .list-results thead .block-filters select.i-article-a:after,._account_api .liveDashboard .list-results thead .block-filters select.i-article-a:after,.liveDashboard .block-filters ._account_api .list-results thead select.i-article-a:after,.block-filters ._account_api .liveDashboard .list-results thead select.i-article-a:after,.liveDashboard ._account_api .list-results thead .form-auto-list .i-article-a.form-auto-item.is-user-is-inactive:after,._account_api .liveDashboard .list-results thead .form-auto-list .i-article-a.form-auto-item.is-user-is-inactive:after,.liveDashboard .form-auto-list ._account_api .list-results thead .i-article-a.form-auto-item.is-user-is-inactive:after,.form-auto-list ._account_api .liveDashboard .list-results thead .i-article-a.form-auto-item.is-user-is-inactive:after,.liveDashboard ._account_api .list-results thead .form-auto-list .i-article-a.form-auto-item.is-user-is-active:after,._account_api .liveDashboard .list-results thead .form-auto-list .i-article-a.form-auto-item.is-user-is-active:after,.liveDashboard .form-auto-list ._account_api .list-results thead .i-article-a.form-auto-item.is-user-is-active:after,.form-auto-list ._account_api .liveDashboard .list-results thead .i-article-a.form-auto-item.is-user-is-active:after,.liveDashboard ._account_api .list-results thead .list-results-header .status.title span.i-article-a:after,._account_api .liveDashboard .list-results thead .list-results-header .status.title span.i-article-a:after,.liveDashboard .list-results-header .status.title ._account_api .list-results thead span.i-article-a:after,.list-results-header .status.title ._account_api .liveDashboard .list-results thead span.i-article-a:after,.liveDashboard ._account_api .list-results thead tr span.i-article-a:after,._account_api .liveDashboard .list-results thead tr span.i-article-a:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .i-article-a.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .i-article-a.dropdown-toggle:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .i-article-a.filter:after,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .i-article-a.filter:after,._account_api .form-label.status .liveDashboard .list-results thead span.i-article-a:after,._account_api .status.status-log .liveDashboard .list-results thead span.i-article-a:after,._account_api .status.status-report-item .liveDashboard .list-results thead span.i-article-a:after,._account_api .double-list dd.status .liveDashboard .list-results thead span.i-article-a:after,.double-list ._account_api dd.status .liveDashboard .list-results thead span.i-article-a:after,._account_api .double-list dt.status .liveDashboard .list-results thead span.i-article-a:after,.double-list ._account_api dt.status .liveDashboard .list-results thead span.i-article-a:after,._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span.i-article-a:after,.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead span.i-article-a:after,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.i-article-a:after,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead span.i-article-a:after,._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.i-article-a:after,.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead span.i-article-a:after,.form-label.status .liveDashboard ._account_api .list-results thead span.i-article-a:after,.status.status-log .liveDashboard ._account_api .list-results thead span.i-article-a:after,.status.status-report-item .liveDashboard ._account_api .list-results thead span.i-article-a:after,.double-list dd.status .liveDashboard ._account_api .list-results thead span.i-article-a:after,.double-list dt.status .liveDashboard ._account_api .list-results thead span.i-article-a:after,.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead span.i-article-a:after,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead span.i-article-a:after,.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead span.i-article-a:after,._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span.i-article-a:after,.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead span.i-article-a:after,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.i-article-a:after,.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead span.i-article-a:after,._account_api .sub-header .w-form .liveDashboard .list-results thead label.i-article-a:after,._account_api .sub-header .w-double-list .liveDashboard .list-results thead label.i-article-a:after,.sub-header .w-form .liveDashboard ._account_api .list-results thead label.i-article-a:after,.sub-header .w-double-list .liveDashboard ._account_api .list-results thead label.i-article-a:after,._account_api .block-filters .liveDashboard .list-results thead button.i-article-a:after,.block-filters .liveDashboard ._account_api .list-results thead button.i-article-a:after,._account_api .block-filters .liveDashboard .list-results thead select.i-article-a:after,.block-filters .liveDashboard ._account_api .list-results thead select.i-article-a:after,._account_api .form-auto-list .liveDashboard .list-results thead .i-article-a.form-auto-item.is-user-is-inactive:after,.form-auto-list .liveDashboard ._account_api .list-results thead .i-article-a.form-auto-item.is-user-is-inactive:after,._account_api .form-auto-list .liveDashboard .list-results thead .i-article-a.form-auto-item.is-user-is-active:after,.form-auto-list .liveDashboard ._account_api .list-results thead .i-article-a.form-auto-item.is-user-is-active:after,._account_api .list-results-header .status.title .liveDashboard .list-results thead span.i-article-a:after,.list-results-header .status.title .liveDashboard ._account_api .list-results thead span.i-article-a:after,.list-results thead tr span.i-article-a:after,.form-auto-list .i-article-a.form-auto-item.is-user-is-inactive:after,.form-auto-list .i-article-a.form-auto-item.is-user-is-active:after,.block-filters button.i-article-a:after,.block-filters select.i-article-a:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .i-article-a.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .i-article-a.filter:after,.form-label.status span.i-article-a:after,.status.status-log span.i-article-a:after,.status.status-report-item span.i-article-a:after,.double-list dd.status span.i-article-a:after,.double-list dt.status span.i-article-a:after,.w-cards-container .w-card .status.title span.i-article-a:after,.w-cards-container .w-card.centered .w-value .status.label span.i-article-a:after,.list-results tbody tr.sublist .status.title span.i-article-a:after,.list-results-header .status.title span.i-article-a:after,.w-filters-selected label.status.small span.i-article-a:after,.w-filters-selected .status.btn-f-s span.i-article-a:after,.sub-header .w-form label.i-article-a:after,.sub-header .w-double-list label.i-article-a:after{content:"\E943"}.icon.i-speed:before,.i-speed.w-alert-banner:before,.liveDashboard .list-results thead .i-speed.w-alert-banner:before,._account_api .list-results thead .i-speed.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-speed.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-speed.btn-filter:before,.w-time-period .dropdown .w-selection .i-speed.btn-period-edit:before,.block-filters .i-speed.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-speed:before,.list-results tbody span.i-speed.status:before,.list-results tbody td.is-running span.i-speed:before,.list-results tbody td.is-pending span.i-speed:before,.liveDashboard .list-results thead .i-speed.icon:before,.liveDashboard .list-results thead tr span.i-speed:before,._account_api .list-results thead .i-speed.icon:before,._account_api .list-results thead tr span.i-speed:before,.list-results thead tr span.i-speed:before,.form-auto-list .i-speed.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-speed.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-speed.filter:before,.form-label.status span.i-speed:before,.status.status-log span.i-speed:before,.status.status-report-item span.i-speed:before,.double-list dd.status span.i-speed:before,.double-list dt.status span.i-speed:before,.w-cards-container .w-card .status.title span.i-speed:before,.w-cards-container .w-card.centered .w-value .status.label span.i-speed:before,.list-results tbody tr.sublist .status.title span.i-speed:before,.list-results-header .status.title span.i-speed:before,.w-filters-selected label.status.small span.i-speed:before,.w-filters-selected .status.btn-f-s span.i-speed:before,.sub-header .w-form label.i-speed:before,.sub-header .w-double-list label.i-speed:before{content:"\E96E"}.icon.i-ad:before,.i-ad.w-alert-banner:before,.liveDashboard .list-results thead .i-ad.w-alert-banner:before,._account_api .list-results thead .i-ad.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-ad.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-ad.btn-filter:before,.w-time-period .dropdown .w-selection .i-ad.btn-period-edit:before,.block-filters .i-ad.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-ad:before,.list-results tbody span.i-ad.status:before,.list-results tbody td.is-running span.i-ad:before,.list-results tbody td.is-pending span.i-ad:before,.liveDashboard .list-results thead .i-ad.icon:before,.liveDashboard .list-results thead tr span.i-ad:before,._account_api .list-results thead .i-ad.icon:before,._account_api .list-results thead tr span.i-ad:before,.list-results thead tr span.i-ad:before,.form-auto-list .i-ad.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-ad.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-ad.filter:before,.form-label.status span.i-ad:before,.status.status-log span.i-ad:before,.status.status-report-item span.i-ad:before,.double-list dd.status span.i-ad:before,.double-list dt.status span.i-ad:before,.w-cards-container .w-card .status.title span.i-ad:before,.w-cards-container .w-card.centered .w-value .status.label span.i-ad:before,.list-results tbody tr.sublist .status.title span.i-ad:before,.list-results-header .status.title span.i-ad:before,.w-filters-selected label.status.small span.i-ad:before,.w-filters-selected .status.btn-f-s span.i-ad:before,.sub-header .w-form label.i-ad:before,.sub-header .w-double-list label.i-ad:before{content:"\E94C"}.icon.i-speed:before,.i-speed.w-alert-banner:before,.liveDashboard .list-results thead .i-speed.w-alert-banner:before,._account_api .list-results thead .i-speed.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-speed.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-speed.btn-filter:before,.w-time-period .dropdown .w-selection .i-speed.btn-period-edit:before,.block-filters .i-speed.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-speed:before,.list-results tbody span.i-speed.status:before,.list-results tbody td.is-running span.i-speed:before,.list-results tbody td.is-pending span.i-speed:before,.liveDashboard .list-results thead .i-speed.icon:before,.liveDashboard .list-results thead tr span.i-speed:before,._account_api .list-results thead .i-speed.icon:before,._account_api .list-results thead tr span.i-speed:before,.list-results thead tr span.i-speed:before,.form-auto-list .i-speed.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-speed.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-speed.filter:before,.form-label.status span.i-speed:before,.status.status-log span.i-speed:before,.status.status-report-item span.i-speed:before,.double-list dd.status span.i-speed:before,.double-list dt.status span.i-speed:before,.w-cards-container .w-card .status.title span.i-speed:before,.w-cards-container .w-card.centered .w-value .status.label span.i-speed:before,.list-results tbody tr.sublist .status.title span.i-speed:before,.list-results-header .status.title span.i-speed:before,.w-filters-selected label.status.small span.i-speed:before,.w-filters-selected .status.btn-f-s span.i-speed:before,.sub-header .w-form label.i-speed:before,.sub-header .w-double-list label.i-speed:before{content:"\E96E"}.icon.i-close:before,.i-close.w-alert-banner:before,.liveDashboard .list-results thead .i-close.w-alert-banner:before,._account_api .list-results thead .i-close.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-close.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-close.btn-filter:before,.w-time-period .dropdown .w-selection .i-close.btn-period-edit:before,.block-filters .i-close.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-close:before,.list-results tbody span.i-close.status:before,.list-results tbody td.is-running span.i-close:before,.list-results tbody td.is-pending span.i-close:before,.liveDashboard .list-results thead .i-close.icon:before,.liveDashboard .list-results thead tr span.i-close:before,._account_api .list-results thead .i-close.icon:before,._account_api .list-results thead tr span.i-close:before,.list-results thead tr span.i-close:before,.form-auto-list .i-close.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-close.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-close.filter:before,.form-label.status span.i-close:before,.status.status-log span.i-close:before,.status.status-report-item span.i-close:before,.double-list dd.status span.i-close:before,.double-list dt.status span.i-close:before,.w-cards-container .w-card .status.title span.i-close:before,.w-cards-container .w-card.centered .w-value .status.label span.i-close:before,.list-results tbody tr.sublist .status.title span.i-close:before,.list-results-header .status.title span.i-close:before,.w-filters-selected label.status.small span.i-close:before,.w-filters-selected .status.btn-f-s span.i-close:before,.sub-header .w-form label.i-close:before,.sub-header .w-double-list label.i-close:before{content:"\E963"}.icon.i-dep-concept:before,.i-dep-concept.w-alert-banner:before,.liveDashboard .list-results thead .i-dep-concept.w-alert-banner:before,._account_api .list-results thead .i-dep-concept.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-dep-concept.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-dep-concept.btn-filter:before,.w-time-period .dropdown .w-selection .i-dep-concept.btn-period-edit:before,.block-filters .i-dep-concept.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-dep-concept:before,.list-results tbody span.i-dep-concept.status:before,.list-results tbody td.is-running span.i-dep-concept:before,.list-results tbody td.is-pending span.i-dep-concept:before,.liveDashboard .list-results thead .i-dep-concept.icon:before,.liveDashboard .list-results thead tr span.i-dep-concept:before,._account_api .list-results thead .i-dep-concept.icon:before,._account_api .list-results thead tr span.i-dep-concept:before,.list-results thead tr span.i-dep-concept:before,.form-auto-list .i-dep-concept.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-dep-concept.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-dep-concept.filter:before,.form-label.status span.i-dep-concept:before,.status.status-log span.i-dep-concept:before,.status.status-report-item span.i-dep-concept:before,.double-list dd.status span.i-dep-concept:before,.double-list dt.status span.i-dep-concept:before,.w-cards-container .w-card .status.title span.i-dep-concept:before,.w-cards-container .w-card.centered .w-value .status.label span.i-dep-concept:before,.list-results tbody tr.sublist .status.title span.i-dep-concept:before,.list-results-header .status.title span.i-dep-concept:before,.w-filters-selected label.status.small span.i-dep-concept:before,.w-filters-selected .status.btn-f-s span.i-dep-concept:before,.sub-header .w-form label.i-dep-concept:before,.sub-header .w-double-list label.i-dep-concept:before{content:"\E99A"}.icon.i-dep-genesis:before,.i-dep-genesis.w-alert-banner:before,.liveDashboard .list-results thead .i-dep-genesis.w-alert-banner:before,._account_api .list-results thead .i-dep-genesis.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-dep-genesis.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-dep-genesis.btn-filter:before,.w-time-period .dropdown .w-selection .i-dep-genesis.btn-period-edit:before,.block-filters .i-dep-genesis.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-dep-genesis:before,.list-results tbody span.i-dep-genesis.status:before,.list-results tbody td.is-running span.i-dep-genesis:before,.list-results tbody td.is-pending span.i-dep-genesis:before,.liveDashboard .list-results thead .i-dep-genesis.icon:before,.liveDashboard .list-results thead tr span.i-dep-genesis:before,._account_api .list-results thead .i-dep-genesis.icon:before,._account_api .list-results thead tr span.i-dep-genesis:before,.list-results thead tr span.i-dep-genesis:before,.form-auto-list .i-dep-genesis.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-dep-genesis.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-dep-genesis.filter:before,.form-label.status span.i-dep-genesis:before,.status.status-log span.i-dep-genesis:before,.status.status-report-item span.i-dep-genesis:before,.double-list dd.status span.i-dep-genesis:before,.double-list dt.status span.i-dep-genesis:before,.w-cards-container .w-card .status.title span.i-dep-genesis:before,.w-cards-container .w-card.centered .w-value .status.label span.i-dep-genesis:before,.list-results tbody tr.sublist .status.title span.i-dep-genesis:before,.list-results-header .status.title span.i-dep-genesis:before,.w-filters-selected label.status.small span.i-dep-genesis:before,.w-filters-selected .status.btn-f-s span.i-dep-genesis:before,.sub-header .w-form label.i-dep-genesis:before,.sub-header .w-double-list label.i-dep-genesis:before{content:"\E990"}.icon.i-dep-core:before,.i-dep-core.w-alert-banner:before,.liveDashboard .list-results thead .i-dep-core.w-alert-banner:before,._account_api .list-results thead .i-dep-core.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-dep-core.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-dep-core.btn-filter:before,.w-time-period .dropdown .w-selection .i-dep-core.btn-period-edit:before,.block-filters .i-dep-core.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-dep-core:before,.list-results tbody span.i-dep-core.status:before,.list-results tbody td.is-running span.i-dep-core:before,.list-results tbody td.is-pending span.i-dep-core:before,.liveDashboard .list-results thead .i-dep-core.icon:before,.liveDashboard .list-results thead tr span.i-dep-core:before,._account_api .list-results thead .i-dep-core.icon:before,._account_api .list-results thead tr span.i-dep-core:before,.list-results thead tr span.i-dep-core:before,.form-auto-list .i-dep-core.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-dep-core.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-dep-core.filter:before,.form-label.status span.i-dep-core:before,.status.status-log span.i-dep-core:before,.status.status-report-item span.i-dep-core:before,.double-list dd.status span.i-dep-core:before,.double-list dt.status span.i-dep-core:before,.w-cards-container .w-card .status.title span.i-dep-core:before,.w-cards-container .w-card.centered .w-value .status.label span.i-dep-core:before,.list-results tbody tr.sublist .status.title span.i-dep-core:before,.list-results-header .status.title span.i-dep-core:before,.w-filters-selected label.status.small span.i-dep-core:before,.w-filters-selected .status.btn-f-s span.i-dep-core:before,.sub-header .w-form label.i-dep-core:before,.sub-header .w-double-list label.i-dep-core:before{content:"\E996"}.icon.i-geo:before,.i-geo.w-alert-banner:before,.liveDashboard .list-results thead .i-geo.w-alert-banner:before,._account_api .list-results thead .i-geo.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-geo.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-geo.btn-filter:before,.w-time-period .dropdown .w-selection .i-geo.btn-period-edit:before,.block-filters .i-geo.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-geo:before,.list-results tbody span.i-geo.status:before,.list-results tbody td.is-running span.i-geo:before,.list-results tbody td.is-pending span.i-geo:before,.liveDashboard .list-results thead .i-geo.icon:before,.liveDashboard .list-results thead tr span.i-geo:before,._account_api .list-results thead .i-geo.icon:before,._account_api .list-results thead tr span.i-geo:before,.list-results thead tr span.i-geo:before,.form-auto-list .i-geo.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-geo.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-geo.filter:before,.form-label.status span.i-geo:before,.status.status-log span.i-geo:before,.status.status-report-item span.i-geo:before,.double-list dd.status span.i-geo:before,.double-list dt.status span.i-geo:before,.w-cards-container .w-card .status.title span.i-geo:before,.w-cards-container .w-card.centered .w-value .status.label span.i-geo:before,.list-results tbody tr.sublist .status.title span.i-geo:before,.list-results-header .status.title span.i-geo:before,.w-filters-selected label.status.small span.i-geo:before,.w-filters-selected .status.btn-f-s span.i-geo:before,.sub-header .w-form label.i-geo:before,.sub-header .w-double-list label.i-geo:before{content:"\E9D4"}.icon.i-sources:before,.i-sources.w-alert-banner:before,.liveDashboard .list-results thead .i-sources.w-alert-banner:before,._account_api .list-results thead .i-sources.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-sources.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-sources.btn-filter:before,.w-time-period .dropdown .w-selection .i-sources.btn-period-edit:before,.block-filters .i-sources.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-sources:before,.list-results tbody span.i-sources.status:before,.list-results tbody td.is-running span.i-sources:before,.list-results tbody td.is-pending span.i-sources:before,.liveDashboard .list-results thead .i-sources.icon:before,.liveDashboard .list-results thead tr span.i-sources:before,._account_api .list-results thead .i-sources.icon:before,._account_api .list-results thead tr span.i-sources:before,.list-results thead tr span.i-sources:before,.form-auto-list .i-sources.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-sources.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-sources.filter:before,.form-label.status span.i-sources:before,.status.status-log span.i-sources:before,.status.status-report-item span.i-sources:before,.double-list dd.status span.i-sources:before,.double-list dt.status span.i-sources:before,.w-cards-container .w-card .status.title span.i-sources:before,.w-cards-container .w-card.centered .w-value .status.label span.i-sources:before,.list-results tbody tr.sublist .status.title span.i-sources:before,.list-results-header .status.title span.i-sources:before,.w-filters-selected label.status.small span.i-sources:before,.w-filters-selected .status.btn-f-s span.i-sources:before,.sub-header .w-form label.i-sources:before,.sub-header .w-double-list label.i-sources:before{content:"\E9D5"}.icon.i-devices:before,.i-devices.w-alert-banner:before,.liveDashboard .list-results thead .i-devices.w-alert-banner:before,._account_api .list-results thead .i-devices.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-devices.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-devices.btn-filter:before,.w-time-period .dropdown .w-selection .i-devices.btn-period-edit:before,.block-filters .i-devices.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-devices:before,.list-results tbody span.i-devices.status:before,.list-results tbody td.is-running span.i-devices:before,.list-results tbody td.is-pending span.i-devices:before,.liveDashboard .list-results thead .i-devices.icon:before,.liveDashboard .list-results thead tr span.i-devices:before,._account_api .list-results thead .i-devices.icon:before,._account_api .list-results thead tr span.i-devices:before,.list-results thead tr span.i-devices:before,.form-auto-list .i-devices.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-devices.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-devices.filter:before,.form-label.status span.i-devices:before,.status.status-log span.i-devices:before,.status.status-report-item span.i-devices:before,.double-list dd.status span.i-devices:before,.double-list dt.status span.i-devices:before,.w-cards-container .w-card .status.title span.i-devices:before,.w-cards-container .w-card.centered .w-value .status.label span.i-devices:before,.list-results tbody tr.sublist .status.title span.i-devices:before,.list-results-header .status.title span.i-devices:before,.w-filters-selected label.status.small span.i-devices:before,.w-filters-selected .status.btn-f-s span.i-devices:before,.sub-header .w-form label.i-devices:before,.sub-header .w-double-list label.i-devices:before{content:"\E9D6"}.icon.i-mobile:before,.i-mobile.w-alert-banner:before,.liveDashboard .list-results thead .i-mobile.w-alert-banner:before,._account_api .list-results thead .i-mobile.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-mobile.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-mobile.btn-filter:before,.w-time-period .dropdown .w-selection .i-mobile.btn-period-edit:before,.block-filters .i-mobile.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-mobile:before,.list-results tbody span.i-mobile.status:before,.list-results tbody td.is-running span.i-mobile:before,.list-results tbody td.is-pending span.i-mobile:before,.liveDashboard .list-results thead .i-mobile.icon:before,.liveDashboard .list-results thead tr span.i-mobile:before,._account_api .list-results thead .i-mobile.icon:before,._account_api .list-results thead tr span.i-mobile:before,.list-results thead tr span.i-mobile:before,.form-auto-list .i-mobile.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-mobile.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-mobile.filter:before,.form-label.status span.i-mobile:before,.status.status-log span.i-mobile:before,.status.status-report-item span.i-mobile:before,.double-list dd.status span.i-mobile:before,.double-list dt.status span.i-mobile:before,.w-cards-container .w-card .status.title span.i-mobile:before,.w-cards-container .w-card.centered .w-value .status.label span.i-mobile:before,.list-results tbody tr.sublist .status.title span.i-mobile:before,.list-results-header .status.title span.i-mobile:before,.w-filters-selected label.status.small span.i-mobile:before,.w-filters-selected .status.btn-f-s span.i-mobile:before,.sub-header .w-form label.i-mobile:before,.sub-header .w-double-list label.i-mobile:before{content:"\E9D7"}.icon.i-desktop:before,.i-desktop.w-alert-banner:before,.liveDashboard .list-results thead .i-desktop.w-alert-banner:before,._account_api .list-results thead .i-desktop.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-desktop.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-desktop.btn-filter:before,.w-time-period .dropdown .w-selection .i-desktop.btn-period-edit:before,.block-filters .i-desktop.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-desktop:before,.list-results tbody span.i-desktop.status:before,.list-results tbody td.is-running span.i-desktop:before,.list-results tbody td.is-pending span.i-desktop:before,.liveDashboard .list-results thead .i-desktop.icon:before,.liveDashboard .list-results thead tr span.i-desktop:before,._account_api .list-results thead .i-desktop.icon:before,._account_api .list-results thead tr span.i-desktop:before,.list-results thead tr span.i-desktop:before,.form-auto-list .i-desktop.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-desktop.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-desktop.filter:before,.form-label.status span.i-desktop:before,.status.status-log span.i-desktop:before,.status.status-report-item span.i-desktop:before,.double-list dd.status span.i-desktop:before,.double-list dt.status span.i-desktop:before,.w-cards-container .w-card .status.title span.i-desktop:before,.w-cards-container .w-card.centered .w-value .status.label span.i-desktop:before,.list-results tbody tr.sublist .status.title span.i-desktop:before,.list-results-header .status.title span.i-desktop:before,.w-filters-selected label.status.small span.i-desktop:before,.w-filters-selected .status.btn-f-s span.i-desktop:before,.sub-header .w-form label.i-desktop:before,.sub-header .w-double-list label.i-desktop:before{content:"\E9D8"}.icon.i-google:before,.i-google.w-alert-banner:before,.liveDashboard .list-results thead .i-google.w-alert-banner:before,._account_api .list-results thead .i-google.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-google.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-google.btn-filter:before,.w-time-period .dropdown .w-selection .i-google.btn-period-edit:before,.block-filters .i-google.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-google:before,.list-results tbody span.i-google.status:before,.list-results tbody td.is-running span.i-google:before,.list-results tbody td.is-pending span.i-google:before,.liveDashboard .list-results thead .i-google.icon:before,.liveDashboard .list-results thead tr span.i-google:before,._account_api .list-results thead .i-google.icon:before,._account_api .list-results thead tr span.i-google:before,.list-results thead tr span.i-google:before,.form-auto-list .i-google.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-google.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-google.filter:before,.form-label.status span.i-google:before,.status.status-log span.i-google:before,.status.status-report-item span.i-google:before,.double-list dd.status span.i-google:before,.double-list dt.status span.i-google:before,.w-cards-container .w-card .status.title span.i-google:before,.w-cards-container .w-card.centered .w-value .status.label span.i-google:before,.list-results tbody tr.sublist .status.title span.i-google:before,.list-results-header .status.title span.i-google:before,.w-filters-selected label.status.small span.i-google:before,.w-filters-selected .status.btn-f-s span.i-google:before,.sub-header .w-form label.i-google:before,.sub-header .w-double-list label.i-google:before{content:"\E9D9"}.icon.i-usa:before,.i-usa.w-alert-banner:before,.liveDashboard .list-results thead .i-usa.w-alert-banner:before,._account_api .list-results thead .i-usa.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-usa.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-usa.btn-filter:before,.w-time-period .dropdown .w-selection .i-usa.btn-period-edit:before,.block-filters .i-usa.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-usa:before,.list-results tbody span.i-usa.status:before,.list-results tbody td.is-running span.i-usa:before,.list-results tbody td.is-pending span.i-usa:before,.liveDashboard .list-results thead .i-usa.icon:before,.liveDashboard .list-results thead tr span.i-usa:before,._account_api .list-results thead .i-usa.icon:before,._account_api .list-results thead tr span.i-usa:before,.list-results thead tr span.i-usa:before,.form-auto-list .i-usa.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-usa.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-usa.filter:before,.form-label.status span.i-usa:before,.status.status-log span.i-usa:before,.status.status-report-item span.i-usa:before,.double-list dd.status span.i-usa:before,.double-list dt.status span.i-usa:before,.w-cards-container .w-card .status.title span.i-usa:before,.w-cards-container .w-card.centered .w-value .status.label span.i-usa:before,.list-results tbody tr.sublist .status.title span.i-usa:before,.list-results-header .status.title span.i-usa:before,.w-filters-selected label.status.small span.i-usa:before,.w-filters-selected .status.btn-f-s span.i-usa:before,.sub-header .w-form label.i-usa:before,.sub-header .w-double-list label.i-usa:before{content:"\E9DB"}.icon.i-uk:before,.i-uk.w-alert-banner:before,.liveDashboard .list-results thead .i-uk.w-alert-banner:before,._account_api .list-results thead .i-uk.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-uk.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-uk.btn-filter:before,.w-time-period .dropdown .w-selection .i-uk.btn-period-edit:before,.block-filters .i-uk.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-uk:before,.list-results tbody span.i-uk.status:before,.list-results tbody td.is-running span.i-uk:before,.list-results tbody td.is-pending span.i-uk:before,.liveDashboard .list-results thead .i-uk.icon:before,.liveDashboard .list-results thead tr span.i-uk:before,._account_api .list-results thead .i-uk.icon:before,._account_api .list-results thead tr span.i-uk:before,.list-results thead tr span.i-uk:before,.form-auto-list .i-uk.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-uk.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-uk.filter:before,.form-label.status span.i-uk:before,.status.status-log span.i-uk:before,.status.status-report-item span.i-uk:before,.double-list dd.status span.i-uk:before,.double-list dt.status span.i-uk:before,.w-cards-container .w-card .status.title span.i-uk:before,.w-cards-container .w-card.centered .w-value .status.label span.i-uk:before,.list-results tbody tr.sublist .status.title span.i-uk:before,.list-results-header .status.title span.i-uk:before,.w-filters-selected label.status.small span.i-uk:before,.w-filters-selected .status.btn-f-s span.i-uk:before,.sub-header .w-form label.i-uk:before,.sub-header .w-double-list label.i-uk:before{content:"\E9DC"}.icon.i-canada:before,.i-canada.w-alert-banner:before,.liveDashboard .list-results thead .i-canada.w-alert-banner:before,._account_api .list-results thead .i-canada.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-canada.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-canada.btn-filter:before,.w-time-period .dropdown .w-selection .i-canada.btn-period-edit:before,.block-filters .i-canada.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-canada:before,.list-results tbody span.i-canada.status:before,.list-results tbody td.is-running span.i-canada:before,.list-results tbody td.is-pending span.i-canada:before,.liveDashboard .list-results thead .i-canada.icon:before,.liveDashboard .list-results thead tr span.i-canada:before,._account_api .list-results thead .i-canada.icon:before,._account_api .list-results thead tr span.i-canada:before,.list-results thead tr span.i-canada:before,.form-auto-list .i-canada.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-canada.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-canada.filter:before,.form-label.status span.i-canada:before,.status.status-log span.i-canada:before,.status.status-report-item span.i-canada:before,.double-list dd.status span.i-canada:before,.double-list dt.status span.i-canada:before,.w-cards-container .w-card .status.title span.i-canada:before,.w-cards-container .w-card.centered .w-value .status.label span.i-canada:before,.list-results tbody tr.sublist .status.title span.i-canada:before,.list-results-header .status.title span.i-canada:before,.w-filters-selected label.status.small span.i-canada:before,.w-filters-selected .status.btn-f-s span.i-canada:before,.sub-header .w-form label.i-canada:before,.sub-header .w-double-list label.i-canada:before{content:"\E9DD"}.icon.i-email:before,.i-email.w-alert-banner:before,.liveDashboard .list-results thead .i-email.w-alert-banner:before,._account_api .list-results thead .i-email.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-email.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-email.btn-filter:before,.w-time-period .dropdown .w-selection .i-email.btn-period-edit:before,.block-filters .i-email.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-email:before,.list-results tbody span.i-email.status:before,.list-results tbody td.is-running span.i-email:before,.list-results tbody td.is-pending span.i-email:before,.liveDashboard .list-results thead .i-email.icon:before,.liveDashboard .list-results thead tr span.i-email:before,._account_api .list-results thead .i-email.icon:before,._account_api .list-results thead tr span.i-email:before,.list-results thead tr span.i-email:before,.form-auto-list .i-email.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-email.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-email.filter:before,.form-label.status span.i-email:before,.status.status-log span.i-email:before,.status.status-report-item span.i-email:before,.double-list dd.status span.i-email:before,.double-list dt.status span.i-email:before,.w-cards-container .w-card .status.title span.i-email:before,.w-cards-container .w-card.centered .w-value .status.label span.i-email:before,.list-results tbody tr.sublist .status.title span.i-email:before,.list-results-header .status.title span.i-email:before,.w-filters-selected label.status.small span.i-email:before,.w-filters-selected .status.btn-f-s span.i-email:before,.sub-header .w-form label.i-email:before,.sub-header .w-double-list label.i-email:before{content:"\E9DE"}.icon.i-rest:before,.i-rest.w-alert-banner:before,.liveDashboard .list-results thead .i-rest.w-alert-banner:before,._account_api .list-results thead .i-rest.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-rest.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-rest.btn-filter:before,.w-time-period .dropdown .w-selection .i-rest.btn-period-edit:before,.block-filters .i-rest.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-rest:before,.list-results tbody span.i-rest.status:before,.list-results tbody td.is-running span.i-rest:before,.list-results tbody td.is-pending span.i-rest:before,.liveDashboard .list-results thead .i-rest.icon:before,.liveDashboard .list-results thead tr span.i-rest:before,._account_api .list-results thead .i-rest.icon:before,._account_api .list-results thead tr span.i-rest:before,.list-results thead tr span.i-rest:before,.form-auto-list .i-rest.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-rest.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-rest.filter:before,.form-label.status span.i-rest:before,.status.status-log span.i-rest:before,.status.status-report-item span.i-rest:before,.double-list dd.status span.i-rest:before,.double-list dt.status span.i-rest:before,.w-cards-container .w-card .status.title span.i-rest:before,.w-cards-container .w-card.centered .w-value .status.label span.i-rest:before,.list-results tbody tr.sublist .status.title span.i-rest:before,.list-results-header .status.title span.i-rest:before,.w-filters-selected label.status.small span.i-rest:before,.w-filters-selected .status.btn-f-s span.i-rest:before,.sub-header .w-form label.i-rest:before,.sub-header .w-double-list label.i-rest:before{content:"\E9DF"}.icon.i-buyer-guide:before,.i-buyer-guide.w-alert-banner:before,.liveDashboard .list-results thead .i-buyer-guide.w-alert-banner:before,._account_api .list-results thead .i-buyer-guide.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-buyer-guide.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-buyer-guide.btn-filter:before,.w-time-period .dropdown .w-selection .i-buyer-guide.btn-period-edit:before,.block-filters .i-buyer-guide.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-buyer-guide:before,.list-results tbody span.i-buyer-guide.status:before,.list-results tbody td.is-running span.i-buyer-guide:before,.list-results tbody td.is-pending span.i-buyer-guide:before,.liveDashboard .list-results thead .i-buyer-guide.icon:before,.liveDashboard .list-results thead tr span.i-buyer-guide:before,._account_api .list-results thead .i-buyer-guide.icon:before,._account_api .list-results thead tr span.i-buyer-guide:before,.list-results thead tr span.i-buyer-guide:before,.form-auto-list .i-buyer-guide.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-buyer-guide.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-buyer-guide.filter:before,.form-label.status span.i-buyer-guide:before,.status.status-log span.i-buyer-guide:before,.status.status-report-item span.i-buyer-guide:before,.double-list dd.status span.i-buyer-guide:before,.double-list dt.status span.i-buyer-guide:before,.w-cards-container .w-card .status.title span.i-buyer-guide:before,.w-cards-container .w-card.centered .w-value .status.label span.i-buyer-guide:before,.list-results tbody tr.sublist .status.title span.i-buyer-guide:before,.list-results-header .status.title span.i-buyer-guide:before,.w-filters-selected label.status.small span.i-buyer-guide:before,.w-filters-selected .status.btn-f-s span.i-buyer-guide:before,.sub-header .w-form label.i-buyer-guide:before,.sub-header .w-double-list label.i-buyer-guide:before{content:"\E970"}.icon.i-list:before,.i-list.w-alert-banner:before,.liveDashboard .list-results thead .i-list.w-alert-banner:before,._account_api .list-results thead .i-list.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-list.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-list.btn-filter:before,.w-time-period .dropdown .w-selection .i-list.btn-period-edit:before,.block-filters .i-list.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-list:before,.list-results tbody span.i-list.status:before,.list-results tbody td.is-running span.i-list:before,.list-results tbody td.is-pending span.i-list:before,.liveDashboard .list-results thead .i-list.icon:before,.liveDashboard .list-results thead tr span.i-list:before,._account_api .list-results thead .i-list.icon:before,._account_api .list-results thead tr span.i-list:before,.list-results thead tr span.i-list:before,.form-auto-list .i-list.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-list.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-list.filter:before,.form-label.status span.i-list:before,.status.status-log span.i-list:before,.status.status-report-item span.i-list:before,.double-list dd.status span.i-list:before,.double-list dt.status span.i-list:before,.w-cards-container .w-card .status.title span.i-list:before,.w-cards-container .w-card.centered .w-value .status.label span.i-list:before,.list-results tbody tr.sublist .status.title span.i-list:before,.list-results-header .status.title span.i-list:before,.w-filters-selected label.status.small span.i-list:before,.w-filters-selected .status.btn-f-s span.i-list:before,.sub-header .w-form label.i-list:before,.sub-header .w-double-list label.i-list:before{content:"\E971"}.icon.i-listing:before,.i-listing.w-alert-banner:before,.liveDashboard .list-results thead .i-listing.w-alert-banner:before,._account_api .list-results thead .i-listing.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-listing.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-listing.btn-filter:before,.w-time-period .dropdown .w-selection .i-listing.btn-period-edit:before,.block-filters .i-listing.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-listing:before,.list-results tbody span.i-listing.status:before,.list-results tbody td.is-running span.i-listing:before,.list-results tbody td.is-pending span.i-listing:before,.liveDashboard .list-results thead .i-listing.icon:before,.liveDashboard .list-results thead tr span.i-listing:before,._account_api .list-results thead .i-listing.icon:before,._account_api .list-results thead tr span.i-listing:before,.list-results thead tr span.i-listing:before,.form-auto-list .i-listing.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-listing.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-listing.filter:before,.form-label.status span.i-listing:before,.status.status-log span.i-listing:before,.status.status-report-item span.i-listing:before,.double-list dd.status span.i-listing:before,.double-list dt.status span.i-listing:before,.w-cards-container .w-card .status.title span.i-listing:before,.w-cards-container .w-card.centered .w-value .status.label span.i-listing:before,.list-results tbody tr.sublist .status.title span.i-listing:before,.list-results-header .status.title span.i-listing:before,.w-filters-selected label.status.small span.i-listing:before,.w-filters-selected .status.btn-f-s span.i-listing:before,.sub-header .w-form label.i-listing:before,.sub-header .w-double-list label.i-listing:before{content:"\E950"}.icon.i-product-review:before,.i-product-review.w-alert-banner:before,.liveDashboard .list-results thead .i-product-review.w-alert-banner:before,._account_api .list-results thead .i-product-review.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-product-review.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-product-review.btn-filter:before,.w-time-period .dropdown .w-selection .i-product-review.btn-period-edit:before,.block-filters .i-product-review.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-product-review:before,.list-results tbody span.i-product-review.status:before,.list-results tbody td.is-running span.i-product-review:before,.list-results tbody td.is-pending span.i-product-review:before,.liveDashboard .list-results thead .i-product-review.icon:before,.liveDashboard .list-results thead tr span.i-product-review:before,._account_api .list-results thead .i-product-review.icon:before,._account_api .list-results thead tr span.i-product-review:before,.list-results thead tr span.i-product-review:before,.form-auto-list .i-product-review.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-product-review.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-product-review.filter:before,.form-label.status span.i-product-review:before,.status.status-log span.i-product-review:before,.status.status-report-item span.i-product-review:before,.double-list dd.status span.i-product-review:before,.double-list dt.status span.i-product-review:before,.w-cards-container .w-card .status.title span.i-product-review:before,.w-cards-container .w-card.centered .w-value .status.label span.i-product-review:before,.list-results tbody tr.sublist .status.title span.i-product-review:before,.list-results-header .status.title span.i-product-review:before,.w-filters-selected label.status.small span.i-product-review:before,.w-filters-selected .status.btn-f-s span.i-product-review:before,.sub-header .w-form label.i-product-review:before,.sub-header .w-double-list label.i-product-review:before{content:"\E972"}.icon.i-regular:before,.i-regular.w-alert-banner:before,.liveDashboard .list-results thead .i-regular.w-alert-banner:before,._account_api .list-results thead .i-regular.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-regular.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-regular.btn-filter:before,.w-time-period .dropdown .w-selection .i-regular.btn-period-edit:before,.block-filters .i-regular.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-regular:before,.list-results tbody span.i-regular.status:before,.list-results tbody td.is-running span.i-regular:before,.list-results tbody td.is-pending span.i-regular:before,.liveDashboard .list-results thead .i-regular.icon:before,.liveDashboard .list-results thead tr span.i-regular:before,._account_api .list-results thead .i-regular.icon:before,._account_api .list-results thead tr span.i-regular:before,.list-results thead tr span.i-regular:before,.form-auto-list .i-regular.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-regular.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-regular.filter:before,.form-label.status span.i-regular:before,.status.status-log span.i-regular:before,.status.status-report-item span.i-regular:before,.double-list dd.status span.i-regular:before,.double-list dt.status span.i-regular:before,.w-cards-container .w-card .status.title span.i-regular:before,.w-cards-container .w-card.centered .w-value .status.label span.i-regular:before,.list-results tbody tr.sublist .status.title span.i-regular:before,.list-results-header .status.title span.i-regular:before,.w-filters-selected label.status.small span.i-regular:before,.w-filters-selected .status.btn-f-s span.i-regular:before,.sub-header .w-form label.i-regular:before,.sub-header .w-double-list label.i-regular:before{content:"\E973"}.icon.i-google:before,.i-google.w-alert-banner:before,.liveDashboard .list-results thead .i-google.w-alert-banner:before,._account_api .list-results thead .i-google.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-google.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-google.btn-filter:before,.w-time-period .dropdown .w-selection .i-google.btn-period-edit:before,.block-filters .i-google.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-google:before,.list-results tbody span.i-google.status:before,.list-results tbody td.is-running span.i-google:before,.list-results tbody td.is-pending span.i-google:before,.liveDashboard .list-results thead .i-google.icon:before,.liveDashboard .list-results thead tr span.i-google:before,._account_api .list-results thead .i-google.icon:before,._account_api .list-results thead tr span.i-google:before,.list-results thead tr span.i-google:before,.form-auto-list .i-google.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-google.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-google.filter:before,.form-label.status span.i-google:before,.status.status-log span.i-google:before,.status.status-report-item span.i-google:before,.double-list dd.status span.i-google:before,.double-list dt.status span.i-google:before,.w-cards-container .w-card .status.title span.i-google:before,.w-cards-container .w-card.centered .w-value .status.label span.i-google:before,.list-results tbody tr.sublist .status.title span.i-google:before,.list-results-header .status.title span.i-google:before,.w-filters-selected label.status.small span.i-google:before,.w-filters-selected .status.btn-f-s span.i-google:before,.sub-header .w-form label.i-google:before,.sub-header .w-double-list label.i-google:before{content:"\E98F"}.icon.i-ads-zone:before,.i-ads-zone.w-alert-banner:before,.liveDashboard .list-results thead .i-ads-zone.w-alert-banner:before,._account_api .list-results thead .i-ads-zone.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-ads-zone.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-ads-zone.btn-filter:before,.w-time-period .dropdown .w-selection .i-ads-zone.btn-period-edit:before,.block-filters .i-ads-zone.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-ads-zone:before,.list-results tbody span.i-ads-zone.status:before,.list-results tbody td.is-running span.i-ads-zone:before,.list-results tbody td.is-pending span.i-ads-zone:before,.liveDashboard .list-results thead .i-ads-zone.icon:before,.liveDashboard .list-results thead tr span.i-ads-zone:before,._account_api .list-results thead .i-ads-zone.icon:before,._account_api .list-results thead tr span.i-ads-zone:before,.list-results thead tr span.i-ads-zone:before,.form-auto-list .i-ads-zone.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-ads-zone.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-ads-zone.filter:before,.form-label.status span.i-ads-zone:before,.status.status-log span.i-ads-zone:before,.status.status-report-item span.i-ads-zone:before,.double-list dd.status span.i-ads-zone:before,.double-list dt.status span.i-ads-zone:before,.w-cards-container .w-card .status.title span.i-ads-zone:before,.w-cards-container .w-card.centered .w-value .status.label span.i-ads-zone:before,.list-results tbody tr.sublist .status.title span.i-ads-zone:before,.list-results-header .status.title span.i-ads-zone:before,.w-filters-selected label.status.small span.i-ads-zone:before,.w-filters-selected .status.btn-f-s span.i-ads-zone:before,.sub-header .w-form label.i-ads-zone:before,.sub-header .w-double-list label.i-ads-zone:before{content:"\E982"}.icon.i-management:before,.i-management.w-alert-banner:before,.liveDashboard .list-results thead .i-management.w-alert-banner:before,._account_api .list-results thead .i-management.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-management.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-management.btn-filter:before,.w-time-period .dropdown .w-selection .i-management.btn-period-edit:before,.block-filters .i-management.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-management:before,.list-results tbody span.i-management.status:before,.list-results tbody td.is-running span.i-management:before,.list-results tbody td.is-pending span.i-management:before,.liveDashboard .list-results thead .i-management.icon:before,.liveDashboard .list-results thead tr span.i-management:before,._account_api .list-results thead .i-management.icon:before,._account_api .list-results thead tr span.i-management:before,.list-results thead tr span.i-management:before,.form-auto-list .i-management.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-management.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-management.filter:before,.form-label.status span.i-management:before,.status.status-log span.i-management:before,.status.status-report-item span.i-management:before,.double-list dd.status span.i-management:before,.double-list dt.status span.i-management:before,.w-cards-container .w-card .status.title span.i-management:before,.w-cards-container .w-card.centered .w-value .status.label span.i-management:before,.list-results tbody tr.sublist .status.title span.i-management:before,.list-results-header .status.title span.i-management:before,.w-filters-selected label.status.small span.i-management:before,.w-filters-selected .status.btn-f-s span.i-management:before,.sub-header .w-form label.i-management:before,.sub-header .w-double-list label.i-management:before{content:"\E9A2"}.icon.i-traffic:before,.i-traffic.w-alert-banner:before,.liveDashboard .list-results thead .i-traffic.w-alert-banner:before,._account_api .list-results thead .i-traffic.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-traffic.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-traffic.btn-filter:before,.w-time-period .dropdown .w-selection .i-traffic.btn-period-edit:before,.block-filters .i-traffic.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-traffic:before,.list-results tbody span.i-traffic.status:before,.list-results tbody td.is-running span.i-traffic:before,.list-results tbody td.is-pending span.i-traffic:before,.liveDashboard .list-results thead .i-traffic.icon:before,.liveDashboard .list-results thead tr span.i-traffic:before,._account_api .list-results thead .i-traffic.icon:before,._account_api .list-results thead tr span.i-traffic:before,.list-results thead tr span.i-traffic:before,.form-auto-list .i-traffic.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-traffic.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-traffic.filter:before,.form-label.status span.i-traffic:before,.status.status-log span.i-traffic:before,.status.status-report-item span.i-traffic:before,.double-list dd.status span.i-traffic:before,.double-list dt.status span.i-traffic:before,.w-cards-container .w-card .status.title span.i-traffic:before,.w-cards-container .w-card.centered .w-value .status.label span.i-traffic:before,.list-results tbody tr.sublist .status.title span.i-traffic:before,.list-results-header .status.title span.i-traffic:before,.w-filters-selected label.status.small span.i-traffic:before,.w-filters-selected .status.btn-f-s span.i-traffic:before,.sub-header .w-form label.i-traffic:before,.sub-header .w-double-list label.i-traffic:before{content:"\E980"}.icon.i-in-progress:before,.i-in-progress.w-alert-banner:before,.liveDashboard .list-results thead .i-in-progress.w-alert-banner:before,._account_api .list-results thead .i-in-progress.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-in-progress.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-in-progress.btn-filter:before,.w-time-period .dropdown .w-selection .i-in-progress.btn-period-edit:before,.block-filters .i-in-progress.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-in-progress:before,.list-results tbody span.i-in-progress.status:before,.list-results tbody td.is-running span.i-in-progress:before,.list-results tbody td.is-pending span.i-in-progress:before,.liveDashboard .list-results thead .i-in-progress.icon:before,.liveDashboard .list-results thead tr span.i-in-progress:before,._account_api .list-results thead .i-in-progress.icon:before,._account_api .list-results thead tr span.i-in-progress:before,.list-results thead tr span.i-in-progress:before,.form-auto-list .i-in-progress.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-in-progress.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-in-progress.filter:before,.form-label.status span.i-in-progress:before,.status.status-log span.i-in-progress:before,.status.status-report-item span.i-in-progress:before,.double-list dd.status span.i-in-progress:before,.double-list dt.status span.i-in-progress:before,.w-cards-container .w-card .status.title span.i-in-progress:before,.w-cards-container .w-card.centered .w-value .status.label span.i-in-progress:before,.list-results tbody tr.sublist .status.title span.i-in-progress:before,.list-results-header .status.title span.i-in-progress:before,.w-filters-selected label.status.small span.i-in-progress:before,.w-filters-selected .status.btn-f-s span.i-in-progress:before,.sub-header .w-form label.i-in-progress:before,.sub-header .w-double-list label.i-in-progress:before{content:"\E9A1"}.icon.i-reschedule:before,.i-reschedule.w-alert-banner:before,.liveDashboard .list-results thead .i-reschedule.w-alert-banner:before,._account_api .list-results thead .i-reschedule.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-reschedule.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-reschedule.btn-filter:before,.w-time-period .dropdown .w-selection .i-reschedule.btn-period-edit:before,.block-filters .i-reschedule.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-reschedule:before,.list-results tbody span.i-reschedule.status:before,.list-results tbody td.is-running span.i-reschedule:before,.list-results tbody td.is-pending span.i-reschedule:before,.liveDashboard .list-results thead .i-reschedule.icon:before,.liveDashboard .list-results thead tr span.i-reschedule:before,._account_api .list-results thead .i-reschedule.icon:before,._account_api .list-results thead tr span.i-reschedule:before,.list-results thead tr span.i-reschedule:before,.form-auto-list .i-reschedule.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-reschedule.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-reschedule.filter:before,.form-label.status span.i-reschedule:before,.status.status-log span.i-reschedule:before,.status.status-report-item span.i-reschedule:before,.double-list dd.status span.i-reschedule:before,.double-list dt.status span.i-reschedule:before,.w-cards-container .w-card .status.title span.i-reschedule:before,.w-cards-container .w-card.centered .w-value .status.label span.i-reschedule:before,.list-results tbody tr.sublist .status.title span.i-reschedule:before,.list-results-header .status.title span.i-reschedule:before,.w-filters-selected label.status.small span.i-reschedule:before,.w-filters-selected .status.btn-f-s span.i-reschedule:before,.sub-header .w-form label.i-reschedule:before,.sub-header .w-double-list label.i-reschedule:before{content:"\E98D"}.icon.i-paste:before,.i-paste.w-alert-banner:before,.liveDashboard .list-results thead .i-paste.w-alert-banner:before,._account_api .list-results thead .i-paste.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-paste.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-paste.btn-filter:before,.w-time-period .dropdown .w-selection .i-paste.btn-period-edit:before,.block-filters .i-paste.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-paste:before,.list-results tbody span.i-paste.status:before,.list-results tbody td.is-running span.i-paste:before,.list-results tbody td.is-pending span.i-paste:before,.liveDashboard .list-results thead .i-paste.icon:before,.liveDashboard .list-results thead tr span.i-paste:before,._account_api .list-results thead .i-paste.icon:before,._account_api .list-results thead tr span.i-paste:before,.list-results thead tr span.i-paste:before,.form-auto-list .i-paste.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-paste.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-paste.filter:before,.form-label.status span.i-paste:before,.status.status-log span.i-paste:before,.status.status-report-item span.i-paste:before,.double-list dd.status span.i-paste:before,.double-list dt.status span.i-paste:before,.w-cards-container .w-card .status.title span.i-paste:before,.w-cards-container .w-card.centered .w-value .status.label span.i-paste:before,.list-results tbody tr.sublist .status.title span.i-paste:before,.list-results-header .status.title span.i-paste:before,.w-filters-selected label.status.small span.i-paste:before,.w-filters-selected .status.btn-f-s span.i-paste:before,.sub-header .w-form label.i-paste:before,.sub-header .w-double-list label.i-paste:before{content:"\E99B"}.icon.i-task-group:before,.i-task-group.w-alert-banner:before,.liveDashboard .list-results thead .i-task-group.w-alert-banner:before,._account_api .list-results thead .i-task-group.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-task-group.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-task-group.btn-filter:before,.w-time-period .dropdown .w-selection .i-task-group.btn-period-edit:before,.block-filters .i-task-group.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-task-group:before,.list-results tbody span.i-task-group.status:before,.list-results tbody td.is-running span.i-task-group:before,.list-results tbody td.is-pending span.i-task-group:before,.liveDashboard .list-results thead .i-task-group.icon:before,.liveDashboard .list-results thead tr span.i-task-group:before,._account_api .list-results thead .i-task-group.icon:before,._account_api .list-results thead tr span.i-task-group:before,.list-results thead tr span.i-task-group:before,.form-auto-list .i-task-group.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-task-group.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-task-group.filter:before,.form-label.status span.i-task-group:before,.status.status-log span.i-task-group:before,.status.status-report-item span.i-task-group:before,.double-list dd.status span.i-task-group:before,.double-list dt.status span.i-task-group:before,.w-cards-container .w-card .status.title span.i-task-group:before,.w-cards-container .w-card.centered .w-value .status.label span.i-task-group:before,.list-results tbody tr.sublist .status.title span.i-task-group:before,.list-results-header .status.title span.i-task-group:before,.w-filters-selected label.status.small span.i-task-group:before,.w-filters-selected .status.btn-f-s span.i-task-group:before,.sub-header .w-form label.i-task-group:before,.sub-header .w-double-list label.i-task-group:before{content:"\E99C"}.icon.i-live:before,.i-live.w-alert-banner:before,.liveDashboard .list-results thead .i-live.w-alert-banner:before,._account_api .list-results thead .i-live.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-live.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-live.btn-filter:before,.w-time-period .dropdown .w-selection .i-live.btn-period-edit:before,.block-filters .i-live.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-live:before,.list-results tbody span.i-live.status:before,.list-results tbody td.is-running span.i-live:before,.list-results tbody td.is-pending span.i-live:before,.liveDashboard .list-results thead .i-live.icon:before,.liveDashboard .list-results thead tr span.i-live:before,._account_api .list-results thead .i-live.icon:before,._account_api .list-results thead tr span.i-live:before,.list-results thead tr span.i-live:before,.form-auto-list .i-live.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-live.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-live.filter:before,.form-label.status span.i-live:before,.status.status-log span.i-live:before,.status.status-report-item span.i-live:before,.double-list dd.status span.i-live:before,.double-list dt.status span.i-live:before,.w-cards-container .w-card .status.title span.i-live:before,.w-cards-container .w-card.centered .w-value .status.label span.i-live:before,.list-results tbody tr.sublist .status.title span.i-live:before,.list-results-header .status.title span.i-live:before,.w-filters-selected label.status.small span.i-live:before,.w-filters-selected .status.btn-f-s span.i-live:before,.sub-header .w-form label.i-live:before,.sub-header .w-double-list label.i-live:before{content:"\E9E0"}.icon.i-TS:before,.i-TS.w-alert-banner:before,.liveDashboard .list-results thead .i-TS.w-alert-banner:before,._account_api .list-results thead .i-TS.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-TS.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-TS.btn-filter:before,.w-time-period .dropdown .w-selection .i-TS.btn-period-edit:before,.block-filters .i-TS.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-TS:before,.list-results tbody span.i-TS.status:before,.list-results tbody td.is-running span.i-TS:before,.list-results tbody td.is-pending span.i-TS:before,.liveDashboard .list-results thead .i-TS.icon:before,.liveDashboard .list-results thead tr span.i-TS:before,._account_api .list-results thead .i-TS.icon:before,._account_api .list-results thead tr span.i-TS:before,.list-results thead tr span.i-TS:before,.form-auto-list .i-TS.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-TS.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-TS.filter:before,.form-label.status span.i-TS:before,.status.status-log span.i-TS:before,.status.status-report-item span.i-TS:before,.double-list dd.status span.i-TS:before,.double-list dt.status span.i-TS:before,.w-cards-container .w-card .status.title span.i-TS:before,.w-cards-container .w-card.centered .w-value .status.label span.i-TS:before,.list-results tbody tr.sublist .status.title span.i-TS:before,.list-results-header .status.title span.i-TS:before,.w-filters-selected label.status.small span.i-TS:before,.w-filters-selected .status.btn-f-s span.i-TS:before,.sub-header .w-form label.i-TS:before,.sub-header .w-double-list label.i-TS:before,.icon.i-ts:before,.i-ts.w-alert-banner:before,.liveDashboard .list-results thead .i-ts.w-alert-banner:before,._account_api .list-results thead .i-ts.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-ts.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-ts.btn-filter:before,.w-time-period .dropdown .w-selection .i-ts.btn-period-edit:before,.block-filters .i-ts.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-ts:before,.list-results tbody span.i-ts.status:before,.list-results tbody td.is-running span.i-ts:before,.list-results tbody td.is-pending span.i-ts:before,.liveDashboard .list-results thead .i-ts.icon:before,.liveDashboard .list-results thead tr span.i-ts:before,._account_api .list-results thead .i-ts.icon:before,._account_api .list-results thead tr span.i-ts:before,.list-results thead tr span.i-ts:before,.form-auto-list .i-ts.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-ts.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-ts.filter:before,.form-label.status span.i-ts:before,.status.status-log span.i-ts:before,.status.status-report-item span.i-ts:before,.double-list dd.status span.i-ts:before,.double-list dt.status span.i-ts:before,.w-cards-container .w-card .status.title span.i-ts:before,.w-cards-container .w-card.centered .w-value .status.label span.i-ts:before,.list-results tbody tr.sublist .status.title span.i-ts:before,.list-results-header .status.title span.i-ts:before,.w-filters-selected label.status.small span.i-ts:before,.w-filters-selected .status.btn-f-s span.i-ts:before,.sub-header .w-form label.i-ts:before,.sub-header .w-double-list label.i-ts:before{content:"\E916"}.icon.i-TR:before,.i-TR.w-alert-banner:before,.liveDashboard .list-results thead .i-TR.w-alert-banner:before,._account_api .list-results thead .i-TR.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-TR.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-TR.btn-filter:before,.w-time-period .dropdown .w-selection .i-TR.btn-period-edit:before,.block-filters .i-TR.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-TR:before,.list-results tbody span.i-TR.status:before,.list-results tbody td.is-running span.i-TR:before,.list-results tbody td.is-pending span.i-TR:before,.liveDashboard .list-results thead .i-TR.icon:before,.liveDashboard .list-results thead tr span.i-TR:before,._account_api .list-results thead .i-TR.icon:before,._account_api .list-results thead tr span.i-TR:before,.list-results thead tr span.i-TR:before,.form-auto-list .i-TR.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-TR.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-TR.filter:before,.form-label.status span.i-TR:before,.status.status-log span.i-TR:before,.status.status-report-item span.i-TR:before,.double-list dd.status span.i-TR:before,.double-list dt.status span.i-TR:before,.w-cards-container .w-card .status.title span.i-TR:before,.w-cards-container .w-card.centered .w-value .status.label span.i-TR:before,.list-results tbody tr.sublist .status.title span.i-TR:before,.list-results-header .status.title span.i-TR:before,.w-filters-selected label.status.small span.i-TR:before,.w-filters-selected .status.btn-f-s span.i-TR:before,.sub-header .w-form label.i-TR:before,.sub-header .w-double-list label.i-TR:before,.icon.i-tr:before,.i-tr.w-alert-banner:before,.liveDashboard .list-results thead .i-tr.w-alert-banner:before,._account_api .list-results thead .i-tr.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-tr.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-tr.btn-filter:before,.w-time-period .dropdown .w-selection .i-tr.btn-period-edit:before,.block-filters .i-tr.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-tr:before,.list-results tbody span.i-tr.status:before,.list-results tbody td.is-running span.i-tr:before,.list-results tbody td.is-pending span.i-tr:before,.liveDashboard .list-results thead .i-tr.icon:before,.liveDashboard .list-results thead tr span.i-tr:before,._account_api .list-results thead .i-tr.icon:before,._account_api .list-results thead tr span.i-tr:before,.list-results thead tr span.i-tr:before,.form-auto-list .i-tr.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-tr.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-tr.filter:before,.form-label.status span.i-tr:before,.status.status-log span.i-tr:before,.status.status-report-item span.i-tr:before,.double-list dd.status span.i-tr:before,.double-list dt.status span.i-tr:before,.w-cards-container .w-card .status.title span.i-tr:before,.w-cards-container .w-card.centered .w-value .status.label span.i-tr:before,.list-results tbody tr.sublist .status.title span.i-tr:before,.list-results-header .status.title span.i-tr:before,.w-filters-selected label.status.small span.i-tr:before,.w-filters-selected .status.btn-f-s span.i-tr:before,.sub-header .w-form label.i-tr:before,.sub-header .w-double-list label.i-tr:before{content:"\E917"}.icon.i-SR:before,.i-SR.w-alert-banner:before,.liveDashboard .list-results thead .i-SR.w-alert-banner:before,._account_api .list-results thead .i-SR.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-SR.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-SR.btn-filter:before,.w-time-period .dropdown .w-selection .i-SR.btn-period-edit:before,.block-filters .i-SR.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-SR:before,.list-results tbody span.i-SR.status:before,.list-results tbody td.is-running span.i-SR:before,.list-results tbody td.is-pending span.i-SR:before,.liveDashboard .list-results thead .i-SR.icon:before,.liveDashboard .list-results thead tr span.i-SR:before,._account_api .list-results thead .i-SR.icon:before,._account_api .list-results thead tr span.i-SR:before,.list-results thead tr span.i-SR:before,.form-auto-list .i-SR.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-SR.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-SR.filter:before,.form-label.status span.i-SR:before,.status.status-log span.i-SR:before,.status.status-report-item span.i-SR:before,.double-list dd.status span.i-SR:before,.double-list dt.status span.i-SR:before,.w-cards-container .w-card .status.title span.i-SR:before,.w-cards-container .w-card.centered .w-value .status.label span.i-SR:before,.list-results tbody tr.sublist .status.title span.i-SR:before,.list-results-header .status.title span.i-SR:before,.w-filters-selected label.status.small span.i-SR:before,.w-filters-selected .status.btn-f-s span.i-SR:before,.sub-header .w-form label.i-SR:before,.sub-header .w-double-list label.i-SR:before,.icon.i-sr:before,.i-sr.w-alert-banner:before,.liveDashboard .list-results thead .i-sr.w-alert-banner:before,._account_api .list-results thead .i-sr.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-sr.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-sr.btn-filter:before,.w-time-period .dropdown .w-selection .i-sr.btn-period-edit:before,.block-filters .i-sr.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-sr:before,.list-results tbody span.i-sr.status:before,.list-results tbody td.is-running span.i-sr:before,.list-results tbody td.is-pending span.i-sr:before,.liveDashboard .list-results thead .i-sr.icon:before,.liveDashboard .list-results thead tr span.i-sr:before,._account_api .list-results thead .i-sr.icon:before,._account_api .list-results thead tr span.i-sr:before,.list-results thead tr span.i-sr:before,.form-auto-list .i-sr.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-sr.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-sr.filter:before,.form-label.status span.i-sr:before,.status.status-log span.i-sr:before,.status.status-report-item span.i-sr:before,.double-list dd.status span.i-sr:before,.double-list dt.status span.i-sr:before,.w-cards-container .w-card .status.title span.i-sr:before,.w-cards-container .w-card.centered .w-value .status.label span.i-sr:before,.list-results tbody tr.sublist .status.title span.i-sr:before,.list-results-header .status.title span.i-sr:before,.w-filters-selected label.status.small span.i-sr:before,.w-filters-selected .status.btn-f-s span.i-sr:before,.sub-header .w-form label.i-sr:before,.sub-header .w-double-list label.i-sr:before{content:"\E918"}.icon.i-TT:before,.i-TT.w-alert-banner:before,.liveDashboard .list-results thead .i-TT.w-alert-banner:before,._account_api .list-results thead .i-TT.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-TT.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-TT.btn-filter:before,.w-time-period .dropdown .w-selection .i-TT.btn-period-edit:before,.block-filters .i-TT.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-TT:before,.list-results tbody span.i-TT.status:before,.list-results tbody td.is-running span.i-TT:before,.list-results tbody td.is-pending span.i-TT:before,.liveDashboard .list-results thead .i-TT.icon:before,.liveDashboard .list-results thead tr span.i-TT:before,._account_api .list-results thead .i-TT.icon:before,._account_api .list-results thead tr span.i-TT:before,.list-results thead tr span.i-TT:before,.form-auto-list .i-TT.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-TT.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-TT.filter:before,.form-label.status span.i-TT:before,.status.status-log span.i-TT:before,.status.status-report-item span.i-TT:before,.double-list dd.status span.i-TT:before,.double-list dt.status span.i-TT:before,.w-cards-container .w-card .status.title span.i-TT:before,.w-cards-container .w-card.centered .w-value .status.label span.i-TT:before,.list-results tbody tr.sublist .status.title span.i-TT:before,.list-results-header .status.title span.i-TT:before,.w-filters-selected label.status.small span.i-TT:before,.w-filters-selected .status.btn-f-s span.i-TT:before,.sub-header .w-form label.i-TT:before,.sub-header .w-double-list label.i-TT:before,.icon.i-tt:before,.i-tt.w-alert-banner:before,.liveDashboard .list-results thead .i-tt.w-alert-banner:before,._account_api .list-results thead .i-tt.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-tt.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-tt.btn-filter:before,.w-time-period .dropdown .w-selection .i-tt.btn-period-edit:before,.block-filters .i-tt.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-tt:before,.list-results tbody span.i-tt.status:before,.list-results tbody td.is-running span.i-tt:before,.list-results tbody td.is-pending span.i-tt:before,.liveDashboard .list-results thead .i-tt.icon:before,.liveDashboard .list-results thead tr span.i-tt:before,._account_api .list-results thead .i-tt.icon:before,._account_api .list-results thead tr span.i-tt:before,.list-results thead tr span.i-tt:before,.form-auto-list .i-tt.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-tt.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-tt.filter:before,.form-label.status span.i-tt:before,.status.status-log span.i-tt:before,.status.status-report-item span.i-tt:before,.double-list dd.status span.i-tt:before,.double-list dt.status span.i-tt:before,.w-cards-container .w-card .status.title span.i-tt:before,.w-cards-container .w-card.centered .w-value .status.label span.i-tt:before,.list-results tbody tr.sublist .status.title span.i-tt:before,.list-results-header .status.title span.i-tt:before,.w-filters-selected label.status.small span.i-tt:before,.w-filters-selected .status.btn-f-s span.i-tt:before,.sub-header .w-form label.i-tt:before,.sub-header .w-double-list label.i-tt:before{content:"\E918A"}.icon.i-TH:before,.i-TH.w-alert-banner:before,.liveDashboard .list-results thead .i-TH.w-alert-banner:before,._account_api .list-results thead .i-TH.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-TH.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-TH.btn-filter:before,.w-time-period .dropdown .w-selection .i-TH.btn-period-edit:before,.block-filters .i-TH.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-TH:before,.list-results tbody span.i-TH.status:before,.list-results tbody td.is-running span.i-TH:before,.list-results tbody td.is-pending span.i-TH:before,.liveDashboard .list-results thead .i-TH.icon:before,.liveDashboard .list-results thead tr span.i-TH:before,._account_api .list-results thead .i-TH.icon:before,._account_api .list-results thead tr span.i-TH:before,.list-results thead tr span.i-TH:before,.form-auto-list .i-TH.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-TH.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-TH.filter:before,.form-label.status span.i-TH:before,.status.status-log span.i-TH:before,.status.status-report-item span.i-TH:before,.double-list dd.status span.i-TH:before,.double-list dt.status span.i-TH:before,.w-cards-container .w-card .status.title span.i-TH:before,.w-cards-container .w-card.centered .w-value .status.label span.i-TH:before,.list-results tbody tr.sublist .status.title span.i-TH:before,.list-results-header .status.title span.i-TH:before,.w-filters-selected label.status.small span.i-TH:before,.w-filters-selected .status.btn-f-s span.i-TH:before,.sub-header .w-form label.i-TH:before,.sub-header .w-double-list label.i-TH:before,.icon.i-th:before,.i-th.w-alert-banner:before,.liveDashboard .list-results thead .i-th.w-alert-banner:before,._account_api .list-results thead .i-th.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-th.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-th.btn-filter:before,.w-time-period .dropdown .w-selection .i-th.btn-period-edit:before,.block-filters .i-th.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-th:before,.list-results tbody span.i-th.status:before,.list-results tbody td.is-running span.i-th:before,.list-results tbody td.is-pending span.i-th:before,.liveDashboard .list-results thead .i-th.icon:before,.liveDashboard .list-results thead tr span.i-th:before,._account_api .list-results thead .i-th.icon:before,._account_api .list-results thead tr span.i-th:before,.list-results thead tr span.i-th:before,.form-auto-list .i-th.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-th.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-th.filter:before,.form-label.status span.i-th:before,.status.status-log span.i-th:before,.status.status-report-item span.i-th:before,.double-list dd.status span.i-th:before,.double-list dt.status span.i-th:before,.w-cards-container .w-card .status.title span.i-th:before,.w-cards-container .w-card.centered .w-value .status.label span.i-th:before,.list-results tbody tr.sublist .status.title span.i-th:before,.list-results-header .status.title span.i-th:before,.w-filters-selected label.status.small span.i-th:before,.w-filters-selected .status.btn-f-s span.i-th:before,.sub-header .w-form label.i-th:before,.sub-header .w-double-list label.i-th:before{content:"\E91C"}.icon.i-BG:before,.i-BG.w-alert-banner:before,.liveDashboard .list-results thead .i-BG.w-alert-banner:before,._account_api .list-results thead .i-BG.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-BG.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-BG.btn-filter:before,.w-time-period .dropdown .w-selection .i-BG.btn-period-edit:before,.block-filters .i-BG.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-BG:before,.list-results tbody span.i-BG.status:before,.list-results tbody td.is-running span.i-BG:before,.list-results tbody td.is-pending span.i-BG:before,.liveDashboard .list-results thead .i-BG.icon:before,.liveDashboard .list-results thead tr span.i-BG:before,._account_api .list-results thead .i-BG.icon:before,._account_api .list-results thead tr span.i-BG:before,.list-results thead tr span.i-BG:before,.form-auto-list .i-BG.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-BG.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-BG.filter:before,.form-label.status span.i-BG:before,.status.status-log span.i-BG:before,.status.status-report-item span.i-BG:before,.double-list dd.status span.i-BG:before,.double-list dt.status span.i-BG:before,.w-cards-container .w-card .status.title span.i-BG:before,.w-cards-container .w-card.centered .w-value .status.label span.i-BG:before,.list-results tbody tr.sublist .status.title span.i-BG:before,.list-results-header .status.title span.i-BG:before,.w-filters-selected label.status.small span.i-BG:before,.w-filters-selected .status.btn-f-s span.i-BG:before,.sub-header .w-form label.i-BG:before,.sub-header .w-double-list label.i-BG:before,.icon.i-bg:before,.i-bg.w-alert-banner:before,.liveDashboard .list-results thead .i-bg.w-alert-banner:before,._account_api .list-results thead .i-bg.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-bg.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-bg.btn-filter:before,.w-time-period .dropdown .w-selection .i-bg.btn-period-edit:before,.block-filters .i-bg.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-bg:before,.list-results tbody span.i-bg.status:before,.list-results tbody td.is-running span.i-bg:before,.list-results tbody td.is-pending span.i-bg:before,.liveDashboard .list-results thead .i-bg.icon:before,.liveDashboard .list-results thead tr span.i-bg:before,._account_api .list-results thead .i-bg.icon:before,._account_api .list-results thead tr span.i-bg:before,.list-results thead tr span.i-bg:before,.form-auto-list .i-bg.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-bg.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-bg.filter:before,.form-label.status span.i-bg:before,.status.status-log span.i-bg:before,.status.status-report-item span.i-bg:before,.double-list dd.status span.i-bg:before,.double-list dt.status span.i-bg:before,.w-cards-container .w-card .status.title span.i-bg:before,.w-cards-container .w-card.centered .w-value .status.label span.i-bg:before,.list-results tbody tr.sublist .status.title span.i-bg:before,.list-results-header .status.title span.i-bg:before,.w-filters-selected label.status.small span.i-bg:before,.w-filters-selected .status.btn-f-s span.i-bg:before,.sub-header .w-form label.i-bg:before,.sub-header .w-double-list label.i-bg:before{content:"\E91D"}.icon.i-CB:before,.i-CB.w-alert-banner:before,.liveDashboard .list-results thead .i-CB.w-alert-banner:before,._account_api .list-results thead .i-CB.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-CB.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-CB.btn-filter:before,.w-time-period .dropdown .w-selection .i-CB.btn-period-edit:before,.block-filters .i-CB.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-CB:before,.list-results tbody span.i-CB.status:before,.list-results tbody td.is-running span.i-CB:before,.list-results tbody td.is-pending span.i-CB:before,.liveDashboard .list-results thead .i-CB.icon:before,.liveDashboard .list-results thead tr span.i-CB:before,._account_api .list-results thead .i-CB.icon:before,._account_api .list-results thead tr span.i-CB:before,.list-results thead tr span.i-CB:before,.form-auto-list .i-CB.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-CB.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-CB.filter:before,.form-label.status span.i-CB:before,.status.status-log span.i-CB:before,.status.status-report-item span.i-CB:before,.double-list dd.status span.i-CB:before,.double-list dt.status span.i-CB:before,.w-cards-container .w-card .status.title span.i-CB:before,.w-cards-container .w-card.centered .w-value .status.label span.i-CB:before,.list-results tbody tr.sublist .status.title span.i-CB:before,.list-results-header .status.title span.i-CB:before,.w-filters-selected label.status.small span.i-CB:before,.w-filters-selected .status.btn-f-s span.i-CB:before,.sub-header .w-form label.i-CB:before,.sub-header .w-double-list label.i-CB:before,.icon.i-cbr:before,.i-cbr.w-alert-banner:before,.liveDashboard .list-results thead .i-cbr.w-alert-banner:before,._account_api .list-results thead .i-cbr.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-cbr.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-cbr.btn-filter:before,.w-time-period .dropdown .w-selection .i-cbr.btn-period-edit:before,.block-filters .i-cbr.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-cbr:before,.list-results tbody span.i-cbr.status:before,.list-results tbody td.is-running span.i-cbr:before,.list-results tbody td.is-pending span.i-cbr:before,.liveDashboard .list-results thead .i-cbr.icon:before,.liveDashboard .list-results thead tr span.i-cbr:before,._account_api .list-results thead .i-cbr.icon:before,._account_api .list-results thead tr span.i-cbr:before,.list-results thead tr span.i-cbr:before,.form-auto-list .i-cbr.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-cbr.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-cbr.filter:before,.form-label.status span.i-cbr:before,.status.status-log span.i-cbr:before,.status.status-report-item span.i-cbr:before,.double-list dd.status span.i-cbr:before,.double-list dt.status span.i-cbr:before,.w-cards-container .w-card .status.title span.i-cbr:before,.w-cards-container .w-card.centered .w-value .status.label span.i-cbr:before,.list-results tbody tr.sublist .status.title span.i-cbr:before,.list-results-header .status.title span.i-cbr:before,.w-filters-selected label.status.small span.i-cbr:before,.w-filters-selected .status.btn-f-s span.i-cbr:before,.sub-header .w-form label.i-cbr:before,.sub-header .w-double-list label.i-cbr:before{content:"\E91E";font-size:1.3em}.icon.i-TG:before,.i-TG.w-alert-banner:before,.liveDashboard .list-results thead .i-TG.w-alert-banner:before,._account_api .list-results thead .i-TG.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-TG.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-TG.btn-filter:before,.w-time-period .dropdown .w-selection .i-TG.btn-period-edit:before,.block-filters .i-TG.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-TG:before,.list-results tbody span.i-TG.status:before,.list-results tbody td.is-running span.i-TG:before,.list-results tbody td.is-pending span.i-TG:before,.liveDashboard .list-results thead .i-TG.icon:before,.liveDashboard .list-results thead tr span.i-TG:before,._account_api .list-results thead .i-TG.icon:before,._account_api .list-results thead tr span.i-TG:before,.list-results thead tr span.i-TG:before,.form-auto-list .i-TG.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-TG.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-TG.filter:before,.form-label.status span.i-TG:before,.status.status-log span.i-TG:before,.status.status-report-item span.i-TG:before,.double-list dd.status span.i-TG:before,.double-list dt.status span.i-TG:before,.w-cards-container .w-card .status.title span.i-TG:before,.w-cards-container .w-card.centered .w-value .status.label span.i-TG:before,.list-results tbody tr.sublist .status.title span.i-TG:before,.list-results-header .status.title span.i-TG:before,.w-filters-selected label.status.small span.i-TG:before,.w-filters-selected .status.btn-f-s span.i-TG:before,.sub-header .w-form label.i-TG:before,.sub-header .w-double-list label.i-TG:before,.icon.i-tg:before,.i-tg.w-alert-banner:before,.liveDashboard .list-results thead .i-tg.w-alert-banner:before,._account_api .list-results thead .i-tg.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-tg.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-tg.btn-filter:before,.w-time-period .dropdown .w-selection .i-tg.btn-period-edit:before,.block-filters .i-tg.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-tg:before,.list-results tbody span.i-tg.status:before,.list-results tbody td.is-running span.i-tg:before,.list-results tbody td.is-pending span.i-tg:before,.liveDashboard .list-results thead .i-tg.icon:before,.liveDashboard .list-results thead tr span.i-tg:before,._account_api .list-results thead .i-tg.icon:before,._account_api .list-results thead tr span.i-tg:before,.list-results thead tr span.i-tg:before,.form-auto-list .i-tg.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-tg.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-tg.filter:before,.form-label.status span.i-tg:before,.status.status-log span.i-tg:before,.status.status-report-item span.i-tg:before,.double-list dd.status span.i-tg:before,.double-list dt.status span.i-tg:before,.w-cards-container .w-card .status.title span.i-tg:before,.w-cards-container .w-card.centered .w-value .status.label span.i-tg:before,.list-results tbody tr.sublist .status.title span.i-tg:before,.list-results-header .status.title span.i-tg:before,.w-filters-selected label.status.small span.i-tg:before,.w-filters-selected .status.btn-f-s span.i-tg:before,.sub-header .w-form label.i-tg:before,.sub-header .w-double-list label.i-tg:before{content:"\E91F"}.icon.i-TQ:before,.i-TQ.w-alert-banner:before,.liveDashboard .list-results thead .i-TQ.w-alert-banner:before,._account_api .list-results thead .i-TQ.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-TQ.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-TQ.btn-filter:before,.w-time-period .dropdown .w-selection .i-TQ.btn-period-edit:before,.block-filters .i-TQ.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-TQ:before,.list-results tbody span.i-TQ.status:before,.list-results tbody td.is-running span.i-TQ:before,.list-results tbody td.is-pending span.i-TQ:before,.liveDashboard .list-results thead .i-TQ.icon:before,.liveDashboard .list-results thead tr span.i-TQ:before,._account_api .list-results thead .i-TQ.icon:before,._account_api .list-results thead tr span.i-TQ:before,.list-results thead tr span.i-TQ:before,.form-auto-list .i-TQ.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-TQ.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-TQ.filter:before,.form-label.status span.i-TQ:before,.status.status-log span.i-TQ:before,.status.status-report-item span.i-TQ:before,.double-list dd.status span.i-TQ:before,.double-list dt.status span.i-TQ:before,.w-cards-container .w-card .status.title span.i-TQ:before,.w-cards-container .w-card.centered .w-value .status.label span.i-TQ:before,.list-results tbody tr.sublist .status.title span.i-TQ:before,.list-results-header .status.title span.i-TQ:before,.w-filters-selected label.status.small span.i-TQ:before,.w-filters-selected .status.btn-f-s span.i-TQ:before,.sub-header .w-form label.i-TQ:before,.sub-header .w-double-list label.i-TQ:before,.icon.i-tq:before,.i-tq.w-alert-banner:before,.liveDashboard .list-results thead .i-tq.w-alert-banner:before,._account_api .list-results thead .i-tq.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-tq.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-tq.btn-filter:before,.w-time-period .dropdown .w-selection .i-tq.btn-period-edit:before,.block-filters .i-tq.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-tq:before,.list-results tbody span.i-tq.status:before,.list-results tbody td.is-running span.i-tq:before,.list-results tbody td.is-pending span.i-tq:before,.liveDashboard .list-results thead .i-tq.icon:before,.liveDashboard .list-results thead tr span.i-tq:before,._account_api .list-results thead .i-tq.icon:before,._account_api .list-results thead tr span.i-tq:before,.list-results thead tr span.i-tq:before,.form-auto-list .i-tq.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-tq.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-tq.filter:before,.form-label.status span.i-tq:before,.status.status-log span.i-tq:before,.status.status-report-item span.i-tq:before,.double-list dd.status span.i-tq:before,.double-list dt.status span.i-tq:before,.w-cards-container .w-card .status.title span.i-tq:before,.w-cards-container .w-card.centered .w-value .status.label span.i-tq:before,.list-results tbody tr.sublist .status.title span.i-tq:before,.list-results-header .status.title span.i-tq:before,.w-filters-selected label.status.small span.i-tq:before,.w-filters-selected .status.btn-f-s span.i-tq:before,.sub-header .w-form label.i-tq:before,.sub-header .w-double-list label.i-tq:before{content:"\E920"}.icon.i-HC:before,.i-HC.w-alert-banner:before,.liveDashboard .list-results thead .i-HC.w-alert-banner:before,._account_api .list-results thead .i-HC.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-HC.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-HC.btn-filter:before,.w-time-period .dropdown .w-selection .i-HC.btn-period-edit:before,.block-filters .i-HC.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-HC:before,.list-results tbody span.i-HC.status:before,.list-results tbody td.is-running span.i-HC:before,.list-results tbody td.is-pending span.i-HC:before,.liveDashboard .list-results thead .i-HC.icon:before,.liveDashboard .list-results thead tr span.i-HC:before,._account_api .list-results thead .i-HC.icon:before,._account_api .list-results thead tr span.i-HC:before,.list-results thead tr span.i-HC:before,.form-auto-list .i-HC.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-HC.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-HC.filter:before,.form-label.status span.i-HC:before,.status.status-log span.i-HC:before,.status.status-report-item span.i-HC:before,.double-list dd.status span.i-HC:before,.double-list dt.status span.i-HC:before,.w-cards-container .w-card .status.title span.i-HC:before,.w-cards-container .w-card.centered .w-value .status.label span.i-HC:before,.list-results tbody tr.sublist .status.title span.i-HC:before,.list-results-header .status.title span.i-HC:before,.w-filters-selected label.status.small span.i-HC:before,.w-filters-selected .status.btn-f-s span.i-HC:before,.sub-header .w-form label.i-HC:before,.sub-header .w-double-list label.i-HC:before,.icon.i-hc:before,.i-hc.w-alert-banner:before,.liveDashboard .list-results thead .i-hc.w-alert-banner:before,._account_api .list-results thead .i-hc.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-hc.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-hc.btn-filter:before,.w-time-period .dropdown .w-selection .i-hc.btn-period-edit:before,.block-filters .i-hc.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-hc:before,.list-results tbody span.i-hc.status:before,.list-results tbody td.is-running span.i-hc:before,.list-results tbody td.is-pending span.i-hc:before,.liveDashboard .list-results thead .i-hc.icon:before,.liveDashboard .list-results thead tr span.i-hc:before,._account_api .list-results thead .i-hc.icon:before,._account_api .list-results thead tr span.i-hc:before,.list-results thead tr span.i-hc:before,.form-auto-list .i-hc.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-hc.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-hc.filter:before,.form-label.status span.i-hc:before,.status.status-log span.i-hc:before,.status.status-report-item span.i-hc:before,.double-list dd.status span.i-hc:before,.double-list dt.status span.i-hc:before,.w-cards-container .w-card .status.title span.i-hc:before,.w-cards-container .w-card.centered .w-value .status.label span.i-hc:before,.list-results tbody tr.sublist .status.title span.i-hc:before,.list-results-header .status.title span.i-hc:before,.w-filters-selected label.status.small span.i-hc:before,.w-filters-selected .status.btn-f-s span.i-hc:before,.sub-header .w-form label.i-hc:before,.sub-header .w-double-list label.i-hc:before{content:"\E921";font-size:1.2em}.icon.i-TV:before,.i-TV.w-alert-banner:before,.liveDashboard .list-results thead .i-TV.w-alert-banner:before,._account_api .list-results thead .i-TV.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-TV.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-TV.btn-filter:before,.w-time-period .dropdown .w-selection .i-TV.btn-period-edit:before,.block-filters .i-TV.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-TV:before,.list-results tbody span.i-TV.status:before,.list-results tbody td.is-running span.i-TV:before,.list-results tbody td.is-pending span.i-TV:before,.liveDashboard .list-results thead .i-TV.icon:before,.liveDashboard .list-results thead tr span.i-TV:before,._account_api .list-results thead .i-TV.icon:before,._account_api .list-results thead tr span.i-TV:before,.list-results thead tr span.i-TV:before,.form-auto-list .i-TV.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-TV.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-TV.filter:before,.form-label.status span.i-TV:before,.status.status-log span.i-TV:before,.status.status-report-item span.i-TV:before,.double-list dd.status span.i-TV:before,.double-list dt.status span.i-TV:before,.w-cards-container .w-card .status.title span.i-TV:before,.w-cards-container .w-card.centered .w-value .status.label span.i-TV:before,.list-results tbody tr.sublist .status.title span.i-TV:before,.list-results-header .status.title span.i-TV:before,.w-filters-selected label.status.small span.i-TV:before,.w-filters-selected .status.btn-f-s span.i-TV:before,.sub-header .w-form label.i-TV:before,.sub-header .w-double-list label.i-TV:before,.icon.i-tv:before,.i-tv.w-alert-banner:before,.liveDashboard .list-results thead .i-tv.w-alert-banner:before,._account_api .list-results thead .i-tv.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-tv.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-tv.btn-filter:before,.w-time-period .dropdown .w-selection .i-tv.btn-period-edit:before,.block-filters .i-tv.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-tv:before,.list-results tbody span.i-tv.status:before,.list-results tbody td.is-running span.i-tv:before,.list-results tbody td.is-pending span.i-tv:before,.liveDashboard .list-results thead .i-tv.icon:before,.liveDashboard .list-results thead tr span.i-tv:before,._account_api .list-results thead .i-tv.icon:before,._account_api .list-results thead tr span.i-tv:before,.list-results thead tr span.i-tv:before,.form-auto-list .i-tv.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-tv.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-tv.filter:before,.form-label.status span.i-tv:before,.status.status-log span.i-tv:before,.status.status-report-item span.i-tv:before,.double-list dd.status span.i-tv:before,.double-list dt.status span.i-tv:before,.w-cards-container .w-card .status.title span.i-tv:before,.w-cards-container .w-card.centered .w-value .status.label span.i-tv:before,.list-results tbody tr.sublist .status.title span.i-tv:before,.list-results-header .status.title span.i-tv:before,.w-filters-selected label.status.small span.i-tv:before,.w-filters-selected .status.btn-f-s span.i-tv:before,.sub-header .w-form label.i-tv:before,.sub-header .w-double-list label.i-tv:before{content:"\E922"}.icon.i-MM:before,.i-MM.w-alert-banner:before,.liveDashboard .list-results thead .i-MM.w-alert-banner:before,._account_api .list-results thead .i-MM.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-MM.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-MM.btn-filter:before,.w-time-period .dropdown .w-selection .i-MM.btn-period-edit:before,.block-filters .i-MM.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-MM:before,.list-results tbody span.i-MM.status:before,.list-results tbody td.is-running span.i-MM:before,.list-results tbody td.is-pending span.i-MM:before,.liveDashboard .list-results thead .i-MM.icon:before,.liveDashboard .list-results thead tr span.i-MM:before,._account_api .list-results thead .i-MM.icon:before,._account_api .list-results thead tr span.i-MM:before,.list-results thead tr span.i-MM:before,.form-auto-list .i-MM.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-MM.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-MM.filter:before,.form-label.status span.i-MM:before,.status.status-log span.i-MM:before,.status.status-report-item span.i-MM:before,.double-list dd.status span.i-MM:before,.double-list dt.status span.i-MM:before,.w-cards-container .w-card .status.title span.i-MM:before,.w-cards-container .w-card.centered .w-value .status.label span.i-MM:before,.list-results tbody tr.sublist .status.title span.i-MM:before,.list-results-header .status.title span.i-MM:before,.w-filters-selected label.status.small span.i-MM:before,.w-filters-selected .status.btn-f-s span.i-MM:before,.sub-header .w-form label.i-MM:before,.sub-header .w-double-list label.i-MM:before,.icon.i-mm:before,.i-mm.w-alert-banner:before,.liveDashboard .list-results thead .i-mm.w-alert-banner:before,._account_api .list-results thead .i-mm.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-mm.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-mm.btn-filter:before,.w-time-period .dropdown .w-selection .i-mm.btn-period-edit:before,.block-filters .i-mm.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-mm:before,.list-results tbody span.i-mm.status:before,.list-results tbody td.is-running span.i-mm:before,.list-results tbody td.is-pending span.i-mm:before,.liveDashboard .list-results thead .i-mm.icon:before,.liveDashboard .list-results thead tr span.i-mm:before,._account_api .list-results thead .i-mm.icon:before,._account_api .list-results thead tr span.i-mm:before,.list-results thead tr span.i-mm:before,.form-auto-list .i-mm.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-mm.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-mm.filter:before,.form-label.status span.i-mm:before,.status.status-log span.i-mm:before,.status.status-report-item span.i-mm:before,.double-list dd.status span.i-mm:before,.double-list dt.status span.i-mm:before,.w-cards-container .w-card .status.title span.i-mm:before,.w-cards-container .w-card.centered .w-value .status.label span.i-mm:before,.list-results tbody tr.sublist .status.title span.i-mm:before,.list-results-header .status.title span.i-mm:before,.w-filters-selected label.status.small span.i-mm:before,.w-filters-selected .status.btn-f-s span.i-mm:before,.sub-header .w-form label.i-mm:before,.sub-header .w-double-list label.i-mm:before{content:"\E923"}.icon.i-RE:before,.i-RE.w-alert-banner:before,.liveDashboard .list-results thead .i-RE.w-alert-banner:before,._account_api .list-results thead .i-RE.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-RE.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-RE.btn-filter:before,.w-time-period .dropdown .w-selection .i-RE.btn-period-edit:before,.block-filters .i-RE.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-RE:before,.list-results tbody span.i-RE.status:before,.list-results tbody td.is-running span.i-RE:before,.list-results tbody td.is-pending span.i-RE:before,.liveDashboard .list-results thead .i-RE.icon:before,.liveDashboard .list-results thead tr span.i-RE:before,._account_api .list-results thead .i-RE.icon:before,._account_api .list-results thead tr span.i-RE:before,.list-results thead tr span.i-RE:before,.form-auto-list .i-RE.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-RE.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-RE.filter:before,.form-label.status span.i-RE:before,.status.status-log span.i-RE:before,.status.status-report-item span.i-RE:before,.double-list dd.status span.i-RE:before,.double-list dt.status span.i-RE:before,.w-cards-container .w-card .status.title span.i-RE:before,.w-cards-container .w-card.centered .w-value .status.label span.i-RE:before,.list-results tbody tr.sublist .status.title span.i-RE:before,.list-results-header .status.title span.i-RE:before,.w-filters-selected label.status.small span.i-RE:before,.w-filters-selected .status.btn-f-s span.i-RE:before,.sub-header .w-form label.i-RE:before,.sub-header .w-double-list label.i-RE:before,.icon.i-re:before,.i-re.w-alert-banner:before,.liveDashboard .list-results thead .i-re.w-alert-banner:before,._account_api .list-results thead .i-re.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-re.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-re.btn-filter:before,.w-time-period .dropdown .w-selection .i-re.btn-period-edit:before,.block-filters .i-re.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-re:before,.list-results tbody span.i-re.status:before,.list-results tbody td.is-running span.i-re:before,.list-results tbody td.is-pending span.i-re:before,.liveDashboard .list-results thead .i-re.icon:before,.liveDashboard .list-results thead tr span.i-re:before,._account_api .list-results thead .i-re.icon:before,._account_api .list-results thead tr span.i-re:before,.list-results thead tr span.i-re:before,.form-auto-list .i-re.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-re.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-re.filter:before,.form-label.status span.i-re:before,.status.status-log span.i-re:before,.status.status-report-item span.i-re:before,.double-list dd.status span.i-re:before,.double-list dt.status span.i-re:before,.w-cards-container .w-card .status.title span.i-re:before,.w-cards-container .w-card.centered .w-value .status.label span.i-re:before,.list-results tbody tr.sublist .status.title span.i-re:before,.list-results-header .status.title span.i-re:before,.w-filters-selected label.status.small span.i-re:before,.w-filters-selected .status.btn-f-s span.i-re:before,.sub-header .w-form label.i-re:before,.sub-header .w-double-list label.i-re:before{content:"\E924"}.icon.i-QC:before,.i-QC.w-alert-banner:before,.liveDashboard .list-results thead .i-QC.w-alert-banner:before,._account_api .list-results thead .i-QC.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-QC.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-QC.btn-filter:before,.w-time-period .dropdown .w-selection .i-QC.btn-period-edit:before,.block-filters .i-QC.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-QC:before,.list-results tbody span.i-QC.status:before,.list-results tbody td.is-running span.i-QC:before,.list-results tbody td.is-pending span.i-QC:before,.liveDashboard .list-results thead .i-QC.icon:before,.liveDashboard .list-results thead tr span.i-QC:before,._account_api .list-results thead .i-QC.icon:before,._account_api .list-results thead tr span.i-QC:before,.list-results thead tr span.i-QC:before,.form-auto-list .i-QC.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-QC.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-QC.filter:before,.form-label.status span.i-QC:before,.status.status-log span.i-QC:before,.status.status-report-item span.i-QC:before,.double-list dd.status span.i-QC:before,.double-list dt.status span.i-QC:before,.w-cards-container .w-card .status.title span.i-QC:before,.w-cards-container .w-card.centered .w-value .status.label span.i-QC:before,.list-results tbody tr.sublist .status.title span.i-QC:before,.list-results-header .status.title span.i-QC:before,.w-filters-selected label.status.small span.i-QC:before,.w-filters-selected .status.btn-f-s span.i-QC:before,.sub-header .w-form label.i-QC:before,.sub-header .w-double-list label.i-QC:before,.icon.i-qc:before,.i-qc.w-alert-banner:before,.liveDashboard .list-results thead .i-qc.w-alert-banner:before,._account_api .list-results thead .i-qc.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-qc.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-qc.btn-filter:before,.w-time-period .dropdown .w-selection .i-qc.btn-period-edit:before,.block-filters .i-qc.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-qc:before,.list-results tbody span.i-qc.status:before,.list-results tbody td.is-running span.i-qc:before,.list-results tbody td.is-pending span.i-qc:before,.liveDashboard .list-results thead .i-qc.icon:before,.liveDashboard .list-results thead tr span.i-qc:before,._account_api .list-results thead .i-qc.icon:before,._account_api .list-results thead tr span.i-qc:before,.list-results thead tr span.i-qc:before,.form-auto-list .i-qc.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-qc.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-qc.filter:before,.form-label.status span.i-qc:before,.status.status-log span.i-qc:before,.status.status-report-item span.i-qc:before,.double-list dd.status span.i-qc:before,.double-list dt.status span.i-qc:before,.w-cards-container .w-card .status.title span.i-qc:before,.w-cards-container .w-card.centered .w-value .status.label span.i-qc:before,.list-results tbody tr.sublist .status.title span.i-qc:before,.list-results-header .status.title span.i-qc:before,.w-filters-selected label.status.small span.i-qc:before,.w-filters-selected .status.btn-f-s span.i-qc:before,.sub-header .w-form label.i-qc:before,.sub-header .w-double-list label.i-qc:before{content:"\E915"}.icon.i-MB:before,.i-MB.w-alert-banner:before,.liveDashboard .list-results thead .i-MB.w-alert-banner:before,._account_api .list-results thead .i-MB.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-MB.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-MB.btn-filter:before,.w-time-period .dropdown .w-selection .i-MB.btn-period-edit:before,.block-filters .i-MB.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-MB:before,.list-results tbody span.i-MB.status:before,.list-results tbody td.is-running span.i-MB:before,.list-results tbody td.is-pending span.i-MB:before,.liveDashboard .list-results thead .i-MB.icon:before,.liveDashboard .list-results thead tr span.i-MB:before,._account_api .list-results thead .i-MB.icon:before,._account_api .list-results thead tr span.i-MB:before,.list-results thead tr span.i-MB:before,.form-auto-list .i-MB.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-MB.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-MB.filter:before,.form-label.status span.i-MB:before,.status.status-log span.i-MB:before,.status.status-report-item span.i-MB:before,.double-list dd.status span.i-MB:before,.double-list dt.status span.i-MB:before,.w-cards-container .w-card .status.title span.i-MB:before,.w-cards-container .w-card.centered .w-value .status.label span.i-MB:before,.list-results tbody tr.sublist .status.title span.i-MB:before,.list-results-header .status.title span.i-MB:before,.w-filters-selected label.status.small span.i-MB:before,.w-filters-selected .status.btn-f-s span.i-MB:before,.sub-header .w-form label.i-MB:before,.sub-header .w-double-list label.i-MB:before,.icon.i-mb:before,.i-mb.w-alert-banner:before,.liveDashboard .list-results thead .i-mb.w-alert-banner:before,._account_api .list-results thead .i-mb.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-mb.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-mb.btn-filter:before,.w-time-period .dropdown .w-selection .i-mb.btn-period-edit:before,.block-filters .i-mb.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-mb:before,.list-results tbody span.i-mb.status:before,.list-results tbody td.is-running span.i-mb:before,.list-results tbody td.is-pending span.i-mb:before,.liveDashboard .list-results thead .i-mb.icon:before,.liveDashboard .list-results thead tr span.i-mb:before,._account_api .list-results thead .i-mb.icon:before,._account_api .list-results thead tr span.i-mb:before,.list-results thead tr span.i-mb:before,.form-auto-list .i-mb.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-mb.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-mb.filter:before,.form-label.status span.i-mb:before,.status.status-log span.i-mb:before,.status.status-report-item span.i-mb:before,.double-list dd.status span.i-mb:before,.double-list dt.status span.i-mb:before,.w-cards-container .w-card .status.title span.i-mb:before,.w-cards-container .w-card.centered .w-value .status.label span.i-mb:before,.list-results tbody tr.sublist .status.title span.i-mb:before,.list-results-header .status.title span.i-mb:before,.w-filters-selected label.status.small span.i-mb:before,.w-filters-selected .status.btn-f-s span.i-mb:before,.sub-header .w-form label.i-mb:before,.sub-header .w-double-list label.i-mb:before{content:"\E925"}.icon.i-MC:before,.i-MC.w-alert-banner:before,.liveDashboard .list-results thead .i-MC.w-alert-banner:before,._account_api .list-results thead .i-MC.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-MC.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-MC.btn-filter:before,.w-time-period .dropdown .w-selection .i-MC.btn-period-edit:before,.block-filters .i-MC.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-MC:before,.list-results tbody span.i-MC.status:before,.list-results tbody td.is-running span.i-MC:before,.list-results tbody td.is-pending span.i-MC:before,.liveDashboard .list-results thead .i-MC.icon:before,.liveDashboard .list-results thead tr span.i-MC:before,._account_api .list-results thead .i-MC.icon:before,._account_api .list-results thead tr span.i-MC:before,.list-results thead tr span.i-MC:before,.form-auto-list .i-MC.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-MC.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-MC.filter:before,.form-label.status span.i-MC:before,.status.status-log span.i-MC:before,.status.status-report-item span.i-MC:before,.double-list dd.status span.i-MC:before,.double-list dt.status span.i-MC:before,.w-cards-container .w-card .status.title span.i-MC:before,.w-cards-container .w-card.centered .w-value .status.label span.i-MC:before,.list-results tbody tr.sublist .status.title span.i-MC:before,.list-results-header .status.title span.i-MC:before,.w-filters-selected label.status.small span.i-MC:before,.w-filters-selected .status.btn-f-s span.i-MC:before,.sub-header .w-form label.i-MC:before,.sub-header .w-double-list label.i-MC:before,.icon.i-mc:before,.i-mc.w-alert-banner:before,.liveDashboard .list-results thead .i-mc.w-alert-banner:before,._account_api .list-results thead .i-mc.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-mc.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-mc.btn-filter:before,.w-time-period .dropdown .w-selection .i-mc.btn-period-edit:before,.block-filters .i-mc.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-mc:before,.list-results tbody span.i-mc.status:before,.list-results tbody td.is-running span.i-mc:before,.list-results tbody td.is-pending span.i-mc:before,.liveDashboard .list-results thead .i-mc.icon:before,.liveDashboard .list-results thead tr span.i-mc:before,._account_api .list-results thead .i-mc.icon:before,._account_api .list-results thead tr span.i-mc:before,.list-results thead tr span.i-mc:before,.form-auto-list .i-mc.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-mc.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-mc.filter:before,.form-label.status span.i-mc:before,.status.status-log span.i-mc:before,.status.status-report-item span.i-mc:before,.double-list dd.status span.i-mc:before,.double-list dt.status span.i-mc:before,.w-cards-container .w-card .status.title span.i-mc:before,.w-cards-container .w-card.centered .w-value .status.label span.i-mc:before,.list-results tbody tr.sublist .status.title span.i-mc:before,.list-results-header .status.title span.i-mc:before,.w-filters-selected label.status.small span.i-mc:before,.w-filters-selected .status.btn-f-s span.i-mc:before,.sub-header .w-form label.i-mc:before,.sub-header .w-double-list label.i-mc:before{content:"\E91B"}.icon.i-CH:before,.i-CH.w-alert-banner:before,.liveDashboard .list-results thead .i-CH.w-alert-banner:before,._account_api .list-results thead .i-CH.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-CH.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-CH.btn-filter:before,.w-time-period .dropdown .w-selection .i-CH.btn-period-edit:before,.block-filters .i-CH.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-CH:before,.list-results tbody span.i-CH.status:before,.list-results tbody td.is-running span.i-CH:before,.list-results tbody td.is-pending span.i-CH:before,.liveDashboard .list-results thead .i-CH.icon:before,.liveDashboard .list-results thead tr span.i-CH:before,._account_api .list-results thead .i-CH.icon:before,._account_api .list-results thead tr span.i-CH:before,.list-results thead tr span.i-CH:before,.form-auto-list .i-CH.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-CH.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-CH.filter:before,.form-label.status span.i-CH:before,.status.status-log span.i-CH:before,.status.status-report-item span.i-CH:before,.double-list dd.status span.i-CH:before,.double-list dt.status span.i-CH:before,.w-cards-container .w-card .status.title span.i-CH:before,.w-cards-container .w-card.centered .w-value .status.label span.i-CH:before,.list-results tbody tr.sublist .status.title span.i-CH:before,.list-results-header .status.title span.i-CH:before,.w-filters-selected label.status.small span.i-CH:before,.w-filters-selected .status.btn-f-s span.i-CH:before,.sub-header .w-form label.i-CH:before,.sub-header .w-double-list label.i-CH:before,.icon.i-ch:before,.i-ch.w-alert-banner:before,.liveDashboard .list-results thead .i-ch.w-alert-banner:before,._account_api .list-results thead .i-ch.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-ch.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-ch.btn-filter:before,.w-time-period .dropdown .w-selection .i-ch.btn-period-edit:before,.block-filters .i-ch.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-ch:before,.list-results tbody span.i-ch.status:before,.list-results tbody td.is-running span.i-ch:before,.list-results tbody td.is-pending span.i-ch:before,.liveDashboard .list-results thead .i-ch.icon:before,.liveDashboard .list-results thead tr span.i-ch:before,._account_api .list-results thead .i-ch.icon:before,._account_api .list-results thead tr span.i-ch:before,.list-results thead tr span.i-ch:before,.form-auto-list .i-ch.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-ch.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-ch.filter:before,.form-label.status span.i-ch:before,.status.status-log span.i-ch:before,.status.status-report-item span.i-ch:before,.double-list dd.status span.i-ch:before,.double-list dt.status span.i-ch:before,.w-cards-container .w-card .status.title span.i-ch:before,.w-cards-container .w-card.centered .w-value .status.label span.i-ch:before,.list-results tbody tr.sublist .status.title span.i-ch:before,.list-results-header .status.title span.i-ch:before,.w-filters-selected label.status.small span.i-ch:before,.w-filters-selected .status.btn-f-s span.i-ch:before,.sub-header .w-form label.i-ch:before,.sub-header .w-double-list label.i-ch:before{content:"\E927";font-size:1.3em}.icon.i-TD:before,.i-TD.w-alert-banner:before,.liveDashboard .list-results thead .i-TD.w-alert-banner:before,._account_api .list-results thead .i-TD.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-TD.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-TD.btn-filter:before,.w-time-period .dropdown .w-selection .i-TD.btn-period-edit:before,.block-filters .i-TD.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-TD:before,.list-results tbody span.i-TD.status:before,.list-results tbody td.is-running span.i-TD:before,.list-results tbody td.is-pending span.i-TD:before,.liveDashboard .list-results thead .i-TD.icon:before,.liveDashboard .list-results thead tr span.i-TD:before,._account_api .list-results thead .i-TD.icon:before,._account_api .list-results thead tr span.i-TD:before,.list-results thead tr span.i-TD:before,.form-auto-list .i-TD.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-TD.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-TD.filter:before,.form-label.status span.i-TD:before,.status.status-log span.i-TD:before,.status.status-report-item span.i-TD:before,.double-list dd.status span.i-TD:before,.double-list dt.status span.i-TD:before,.w-cards-container .w-card .status.title span.i-TD:before,.w-cards-container .w-card.centered .w-value .status.label span.i-TD:before,.list-results tbody tr.sublist .status.title span.i-TD:before,.list-results-header .status.title span.i-TD:before,.w-filters-selected label.status.small span.i-TD:before,.w-filters-selected .status.btn-f-s span.i-TD:before,.sub-header .w-form label.i-TD:before,.sub-header .w-double-list label.i-TD:before,.icon.i-td:before,.i-td.w-alert-banner:before,.liveDashboard .list-results thead .i-td.w-alert-banner:before,._account_api .list-results thead .i-td.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-td.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-td.btn-filter:before,.w-time-period .dropdown .w-selection .i-td.btn-period-edit:before,.block-filters .i-td.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-td:before,.list-results tbody span.i-td.status:before,.list-results tbody td.is-running span.i-td:before,.list-results tbody td.is-pending span.i-td:before,.liveDashboard .list-results thead .i-td.icon:before,.liveDashboard .list-results thead tr span.i-td:before,._account_api .list-results thead .i-td.icon:before,._account_api .list-results thead tr span.i-td:before,.list-results thead tr span.i-td:before,.form-auto-list .i-td.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-td.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-td.filter:before,.form-label.status span.i-td:before,.status.status-log span.i-td:before,.status.status-report-item span.i-td:before,.double-list dd.status span.i-td:before,.double-list dt.status span.i-td:before,.w-cards-container .w-card .status.title span.i-td:before,.w-cards-container .w-card.centered .w-value .status.label span.i-td:before,.list-results tbody tr.sublist .status.title span.i-td:before,.list-results-header .status.title span.i-td:before,.w-filters-selected label.status.small span.i-td:before,.w-filters-selected .status.btn-f-s span.i-td:before,.sub-header .w-form label.i-td:before,.sub-header .w-double-list label.i-td:before{content:"\E928"}.icon.i-GR:before,.i-GR.w-alert-banner:before,.liveDashboard .list-results thead .i-GR.w-alert-banner:before,._account_api .list-results thead .i-GR.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-GR.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-GR.btn-filter:before,.w-time-period .dropdown .w-selection .i-GR.btn-period-edit:before,.block-filters .i-GR.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-GR:before,.list-results tbody span.i-GR.status:before,.list-results tbody td.is-running span.i-GR:before,.list-results tbody td.is-pending span.i-GR:before,.liveDashboard .list-results thead .i-GR.icon:before,.liveDashboard .list-results thead tr span.i-GR:before,._account_api .list-results thead .i-GR.icon:before,._account_api .list-results thead tr span.i-GR:before,.list-results thead tr span.i-GR:before,.form-auto-list .i-GR.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-GR.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-GR.filter:before,.form-label.status span.i-GR:before,.status.status-log span.i-GR:before,.status.status-report-item span.i-GR:before,.double-list dd.status span.i-GR:before,.double-list dt.status span.i-GR:before,.w-cards-container .w-card .status.title span.i-GR:before,.w-cards-container .w-card.centered .w-value .status.label span.i-GR:before,.list-results tbody tr.sublist .status.title span.i-GR:before,.list-results-header .status.title span.i-GR:before,.w-filters-selected label.status.small span.i-GR:before,.w-filters-selected .status.btn-f-s span.i-GR:before,.sub-header .w-form label.i-GR:before,.sub-header .w-double-list label.i-GR:before,.icon.i-gr:before,.i-gr.w-alert-banner:before,.liveDashboard .list-results thead .i-gr.w-alert-banner:before,._account_api .list-results thead .i-gr.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-gr.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-gr.btn-filter:before,.w-time-period .dropdown .w-selection .i-gr.btn-period-edit:before,.block-filters .i-gr.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-gr:before,.list-results tbody span.i-gr.status:before,.list-results tbody td.is-running span.i-gr:before,.list-results tbody td.is-pending span.i-gr:before,.liveDashboard .list-results thead .i-gr.icon:before,.liveDashboard .list-results thead tr span.i-gr:before,._account_api .list-results thead .i-gr.icon:before,._account_api .list-results thead tr span.i-gr:before,.list-results thead tr span.i-gr:before,.form-auto-list .i-gr.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-gr.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-gr.filter:before,.form-label.status span.i-gr:before,.status.status-log span.i-gr:before,.status.status-report-item span.i-gr:before,.double-list dd.status span.i-gr:before,.double-list dt.status span.i-gr:before,.w-cards-container .w-card .status.title span.i-gr:before,.w-cards-container .w-card.centered .w-value .status.label span.i-gr:before,.list-results tbody tr.sublist .status.title span.i-gr:before,.list-results-header .status.title span.i-gr:before,.w-filters-selected label.status.small span.i-gr:before,.w-filters-selected .status.btn-f-s span.i-gr:before,.sub-header .w-form label.i-gr:before,.sub-header .w-double-list label.i-gr:before{content:"\E92D"}.icon.i-RT:before,.i-RT.w-alert-banner:before,.liveDashboard .list-results thead .i-RT.w-alert-banner:before,._account_api .list-results thead .i-RT.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-RT.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-RT.btn-filter:before,.w-time-period .dropdown .w-selection .i-RT.btn-period-edit:before,.block-filters .i-RT.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-RT:before,.list-results tbody span.i-RT.status:before,.list-results tbody td.is-running span.i-RT:before,.list-results tbody td.is-pending span.i-RT:before,.liveDashboard .list-results thead .i-RT.icon:before,.liveDashboard .list-results thead tr span.i-RT:before,._account_api .list-results thead .i-RT.icon:before,._account_api .list-results thead tr span.i-RT:before,.list-results thead tr span.i-RT:before,.form-auto-list .i-RT.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-RT.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-RT.filter:before,.form-label.status span.i-RT:before,.status.status-log span.i-RT:before,.status.status-report-item span.i-RT:before,.double-list dd.status span.i-RT:before,.double-list dt.status span.i-RT:before,.w-cards-container .w-card .status.title span.i-RT:before,.w-cards-container .w-card.centered .w-value .status.label span.i-RT:before,.list-results tbody tr.sublist .status.title span.i-RT:before,.list-results-header .status.title span.i-RT:before,.w-filters-selected label.status.small span.i-RT:before,.w-filters-selected .status.btn-f-s span.i-RT:before,.sub-header .w-form label.i-RT:before,.sub-header .w-double-list label.i-RT:before,.icon.i-rt:before,.i-rt.w-alert-banner:before,.liveDashboard .list-results thead .i-rt.w-alert-banner:before,._account_api .list-results thead .i-rt.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-rt.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-rt.btn-filter:before,.w-time-period .dropdown .w-selection .i-rt.btn-period-edit:before,.block-filters .i-rt.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-rt:before,.list-results tbody span.i-rt.status:before,.list-results tbody td.is-running span.i-rt:before,.list-results tbody td.is-pending span.i-rt:before,.liveDashboard .list-results thead .i-rt.icon:before,.liveDashboard .list-results thead tr span.i-rt:before,._account_api .list-results thead .i-rt.icon:before,._account_api .list-results thead tr span.i-rt:before,.list-results thead tr span.i-rt:before,.form-auto-list .i-rt.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-rt.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-rt.filter:before,.form-label.status span.i-rt:before,.status.status-log span.i-rt:before,.status.status-report-item span.i-rt:before,.double-list dd.status span.i-rt:before,.double-list dt.status span.i-rt:before,.w-cards-container .w-card .status.title span.i-rt:before,.w-cards-container .w-card.centered .w-value .status.label span.i-rt:before,.list-results tbody tr.sublist .status.title span.i-rt:before,.list-results-header .status.title span.i-rt:before,.w-filters-selected label.status.small span.i-rt:before,.w-filters-selected .status.btn-f-s span.i-rt:before,.sub-header .w-form label.i-rt:before,.sub-header .w-double-list label.i-rt:before{content:"\E92B";font-size:1.2em}.icon.i-FF:before,.i-FF.w-alert-banner:before,.liveDashboard .list-results thead .i-FF.w-alert-banner:before,._account_api .list-results thead .i-FF.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-FF.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-FF.btn-filter:before,.w-time-period .dropdown .w-selection .i-FF.btn-period-edit:before,.block-filters .i-FF.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-FF:before,.list-results tbody span.i-FF.status:before,.list-results tbody td.is-running span.i-FF:before,.list-results tbody td.is-pending span.i-FF:before,.liveDashboard .list-results thead .i-FF.icon:before,.liveDashboard .list-results thead tr span.i-FF:before,._account_api .list-results thead .i-FF.icon:before,._account_api .list-results thead tr span.i-FF:before,.list-results thead tr span.i-FF:before,.form-auto-list .i-FF.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-FF.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-FF.filter:before,.form-label.status span.i-FF:before,.status.status-log span.i-FF:before,.status.status-report-item span.i-FF:before,.double-list dd.status span.i-FF:before,.double-list dt.status span.i-FF:before,.w-cards-container .w-card .status.title span.i-FF:before,.w-cards-container .w-card.centered .w-value .status.label span.i-FF:before,.list-results tbody tr.sublist .status.title span.i-FF:before,.list-results-header .status.title span.i-FF:before,.w-filters-selected label.status.small span.i-FF:before,.w-filters-selected .status.btn-f-s span.i-FF:before,.sub-header .w-form label.i-FF:before,.sub-header .w-double-list label.i-FF:before,.icon.i-ff:before,.i-ff.w-alert-banner:before,.liveDashboard .list-results thead .i-ff.w-alert-banner:before,._account_api .list-results thead .i-ff.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-ff.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-ff.btn-filter:before,.w-time-period .dropdown .w-selection .i-ff.btn-period-edit:before,.block-filters .i-ff.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-ff:before,.list-results tbody span.i-ff.status:before,.list-results tbody td.is-running span.i-ff:before,.list-results tbody td.is-pending span.i-ff:before,.liveDashboard .list-results thead .i-ff.icon:before,.liveDashboard .list-results thead tr span.i-ff:before,._account_api .list-results thead .i-ff.icon:before,._account_api .list-results thead tr span.i-ff:before,.list-results thead tr span.i-ff:before,.form-auto-list .i-ff.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-ff.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-ff.filter:before,.form-label.status span.i-ff:before,.status.status-log span.i-ff:before,.status.status-report-item span.i-ff:before,.double-list dd.status span.i-ff:before,.double-list dt.status span.i-ff:before,.w-cards-container .w-card .status.title span.i-ff:before,.w-cards-container .w-card.centered .w-value .status.label span.i-ff:before,.list-results tbody tr.sublist .status.title span.i-ff:before,.list-results-header .status.title span.i-ff:before,.w-filters-selected label.status.small span.i-ff:before,.w-filters-selected .status.btn-f-s span.i-ff:before,.sub-header .w-form label.i-ff:before,.sub-header .w-double-list label.i-ff:before{content:"\EA1D";font-size:1.2em}.icon.i-FFC:before,.i-FFC.w-alert-banner:before,.liveDashboard .list-results thead .i-FFC.w-alert-banner:before,._account_api .list-results thead .i-FFC.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-FFC.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-FFC.btn-filter:before,.w-time-period .dropdown .w-selection .i-FFC.btn-period-edit:before,.block-filters .i-FFC.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-FFC:before,.list-results tbody span.i-FFC.status:before,.list-results tbody td.is-running span.i-FFC:before,.list-results tbody td.is-pending span.i-FFC:before,.liveDashboard .list-results thead .i-FFC.icon:before,.liveDashboard .list-results thead tr span.i-FFC:before,._account_api .list-results thead .i-FFC.icon:before,._account_api .list-results thead tr span.i-FFC:before,.list-results thead tr span.i-FFC:before,.form-auto-list .i-FFC.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-FFC.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-FFC.filter:before,.form-label.status span.i-FFC:before,.status.status-log span.i-FFC:before,.status.status-report-item span.i-FFC:before,.double-list dd.status span.i-FFC:before,.double-list dt.status span.i-FFC:before,.w-cards-container .w-card .status.title span.i-FFC:before,.w-cards-container .w-card.centered .w-value .status.label span.i-FFC:before,.list-results tbody tr.sublist .status.title span.i-FFC:before,.list-results-header .status.title span.i-FFC:before,.w-filters-selected label.status.small span.i-FFC:before,.w-filters-selected .status.btn-f-s span.i-FFC:before,.sub-header .w-form label.i-FFC:before,.sub-header .w-double-list label.i-FFC:before,.icon.i-ffc:before,.i-ffc.w-alert-banner:before,.liveDashboard .list-results thead .i-ffc.w-alert-banner:before,._account_api .list-results thead .i-ffc.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-ffc.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-ffc.btn-filter:before,.w-time-period .dropdown .w-selection .i-ffc.btn-period-edit:before,.block-filters .i-ffc.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-ffc:before,.list-results tbody span.i-ffc.status:before,.list-results tbody td.is-running span.i-ffc:before,.list-results tbody td.is-pending span.i-ffc:before,.liveDashboard .list-results thead .i-ffc.icon:before,.liveDashboard .list-results thead tr span.i-ffc:before,._account_api .list-results thead .i-ffc.icon:before,._account_api .list-results thead tr span.i-ffc:before,.list-results thead tr span.i-ffc:before,.form-auto-list .i-ffc.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-ffc.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-ffc.filter:before,.form-label.status span.i-ffc:before,.status.status-log span.i-ffc:before,.status.status-report-item span.i-ffc:before,.double-list dd.status span.i-ffc:before,.double-list dt.status span.i-ffc:before,.w-cards-container .w-card .status.title span.i-ffc:before,.w-cards-container .w-card.centered .w-value .status.label span.i-ffc:before,.list-results tbody tr.sublist .status.title span.i-ffc:before,.list-results-header .status.title span.i-ffc:before,.w-filters-selected label.status.small span.i-ffc:before,.w-filters-selected .status.btn-f-s span.i-ffc:before,.sub-header .w-form label.i-ffc:before,.sub-header .w-double-list label.i-ffc:before{content:"\EA99";font-size:1.2em}.icon.i-FLW:before,.i-FLW.w-alert-banner:before,.liveDashboard .list-results thead .i-FLW.w-alert-banner:before,._account_api .list-results thead .i-FLW.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-FLW.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-FLW.btn-filter:before,.w-time-period .dropdown .w-selection .i-FLW.btn-period-edit:before,.block-filters .i-FLW.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-FLW:before,.list-results tbody span.i-FLW.status:before,.list-results tbody td.is-running span.i-FLW:before,.list-results tbody td.is-pending span.i-FLW:before,.liveDashboard .list-results thead .i-FLW.icon:before,.liveDashboard .list-results thead tr span.i-FLW:before,._account_api .list-results thead .i-FLW.icon:before,._account_api .list-results thead tr span.i-FLW:before,.list-results thead tr span.i-FLW:before,.form-auto-list .i-FLW.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-FLW.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-FLW.filter:before,.form-label.status span.i-FLW:before,.status.status-log span.i-FLW:before,.status.status-report-item span.i-FLW:before,.double-list dd.status span.i-FLW:before,.double-list dt.status span.i-FLW:before,.w-cards-container .w-card .status.title span.i-FLW:before,.w-cards-container .w-card.centered .w-value .status.label span.i-FLW:before,.list-results tbody tr.sublist .status.title span.i-FLW:before,.list-results-header .status.title span.i-FLW:before,.w-filters-selected label.status.small span.i-FLW:before,.w-filters-selected .status.btn-f-s span.i-FLW:before,.sub-header .w-form label.i-FLW:before,.sub-header .w-double-list label.i-FLW:before,.icon.i-flw:before,.i-flw.w-alert-banner:before,.liveDashboard .list-results thead .i-flw.w-alert-banner:before,._account_api .list-results thead .i-flw.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-flw.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-flw.btn-filter:before,.w-time-period .dropdown .w-selection .i-flw.btn-period-edit:before,.block-filters .i-flw.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-flw:before,.list-results tbody span.i-flw.status:before,.list-results tbody td.is-running span.i-flw:before,.list-results tbody td.is-pending span.i-flw:before,.liveDashboard .list-results thead .i-flw.icon:before,.liveDashboard .list-results thead tr span.i-flw:before,._account_api .list-results thead .i-flw.icon:before,._account_api .list-results thead tr span.i-flw:before,.list-results thead tr span.i-flw:before,.form-auto-list .i-flw.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-flw.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-flw.filter:before,.form-label.status span.i-flw:before,.status.status-log span.i-flw:before,.status.status-report-item span.i-flw:before,.double-list dd.status span.i-flw:before,.double-list dt.status span.i-flw:before,.w-cards-container .w-card .status.title span.i-flw:before,.w-cards-container .w-card.centered .w-value .status.label span.i-flw:before,.list-results tbody tr.sublist .status.title span.i-flw:before,.list-results-header .status.title span.i-flw:before,.w-filters-selected label.status.small span.i-flw:before,.w-filters-selected .status.btn-f-s span.i-flw:before,.sub-header .w-form label.i-flw:before,.sub-header .w-double-list label.i-flw:before{content:"\EA9F";font-size:1.2em}.icon.i-FTT:before,.i-FTT.w-alert-banner:before,.liveDashboard .list-results thead .i-FTT.w-alert-banner:before,._account_api .list-results thead .i-FTT.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-FTT.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-FTT.btn-filter:before,.w-time-period .dropdown .w-selection .i-FTT.btn-period-edit:before,.block-filters .i-FTT.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-FTT:before,.list-results tbody span.i-FTT.status:before,.list-results tbody td.is-running span.i-FTT:before,.list-results tbody td.is-pending span.i-FTT:before,.liveDashboard .list-results thead .i-FTT.icon:before,.liveDashboard .list-results thead tr span.i-FTT:before,._account_api .list-results thead .i-FTT.icon:before,._account_api .list-results thead tr span.i-FTT:before,.list-results thead tr span.i-FTT:before,.form-auto-list .i-FTT.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-FTT.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-FTT.filter:before,.form-label.status span.i-FTT:before,.status.status-log span.i-FTT:before,.status.status-report-item span.i-FTT:before,.double-list dd.status span.i-FTT:before,.double-list dt.status span.i-FTT:before,.w-cards-container .w-card .status.title span.i-FTT:before,.w-cards-container .w-card.centered .w-value .status.label span.i-FTT:before,.list-results tbody tr.sublist .status.title span.i-FTT:before,.list-results-header .status.title span.i-FTT:before,.w-filters-selected label.status.small span.i-FTT:before,.w-filters-selected .status.btn-f-s span.i-FTT:before,.sub-header .w-form label.i-FTT:before,.sub-header .w-double-list label.i-FTT:before,.icon.i-ftt:before,.i-ftt.w-alert-banner:before,.liveDashboard .list-results thead .i-ftt.w-alert-banner:before,._account_api .list-results thead .i-ftt.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-ftt.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-ftt.btn-filter:before,.w-time-period .dropdown .w-selection .i-ftt.btn-period-edit:before,.block-filters .i-ftt.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-ftt:before,.list-results tbody span.i-ftt.status:before,.list-results tbody td.is-running span.i-ftt:before,.list-results tbody td.is-pending span.i-ftt:before,.liveDashboard .list-results thead .i-ftt.icon:before,.liveDashboard .list-results thead tr span.i-ftt:before,._account_api .list-results thead .i-ftt.icon:before,._account_api .list-results thead tr span.i-ftt:before,.list-results thead tr span.i-ftt:before,.form-auto-list .i-ftt.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-ftt.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-ftt.filter:before,.form-label.status span.i-ftt:before,.status.status-log span.i-ftt:before,.status.status-report-item span.i-ftt:before,.double-list dd.status span.i-ftt:before,.double-list dt.status span.i-ftt:before,.w-cards-container .w-card .status.title span.i-ftt:before,.w-cards-container .w-card.centered .w-value .status.label span.i-ftt:before,.list-results tbody tr.sublist .status.title span.i-ftt:before,.list-results-header .status.title span.i-ftt:before,.w-filters-selected label.status.small span.i-ftt:before,.w-filters-selected .status.btn-f-s span.i-ftt:before,.sub-header .w-form label.i-ftt:before,.sub-header .w-double-list label.i-ftt:before{content:"\EAA9";font-size:1.2em}.icon.i-TCB:before,.i-TCB.w-alert-banner:before,.liveDashboard .list-results thead .i-TCB.w-alert-banner:before,._account_api .list-results thead .i-TCB.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-TCB.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-TCB.btn-filter:before,.w-time-period .dropdown .w-selection .i-TCB.btn-period-edit:before,.block-filters .i-TCB.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-TCB:before,.list-results tbody span.i-TCB.status:before,.list-results tbody td.is-running span.i-TCB:before,.list-results tbody td.is-pending span.i-TCB:before,.liveDashboard .list-results thead .i-TCB.icon:before,.liveDashboard .list-results thead tr span.i-TCB:before,._account_api .list-results thead .i-TCB.icon:before,._account_api .list-results thead tr span.i-TCB:before,.list-results thead tr span.i-TCB:before,.form-auto-list .i-TCB.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-TCB.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-TCB.filter:before,.form-label.status span.i-TCB:before,.status.status-log span.i-TCB:before,.status.status-report-item span.i-TCB:before,.double-list dd.status span.i-TCB:before,.double-list dt.status span.i-TCB:before,.w-cards-container .w-card .status.title span.i-TCB:before,.w-cards-container .w-card.centered .w-value .status.label span.i-TCB:before,.list-results tbody tr.sublist .status.title span.i-TCB:before,.list-results-header .status.title span.i-TCB:before,.w-filters-selected label.status.small span.i-TCB:before,.w-filters-selected .status.btn-f-s span.i-TCB:before,.sub-header .w-form label.i-TCB:before,.sub-header .w-double-list label.i-TCB:before,.icon.i-tcb:before,.i-tcb.w-alert-banner:before,.liveDashboard .list-results thead .i-tcb.w-alert-banner:before,._account_api .list-results thead .i-tcb.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-tcb.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-tcb.btn-filter:before,.w-time-period .dropdown .w-selection .i-tcb.btn-period-edit:before,.block-filters .i-tcb.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-tcb:before,.list-results tbody span.i-tcb.status:before,.list-results tbody td.is-running span.i-tcb:before,.list-results tbody td.is-pending span.i-tcb:before,.liveDashboard .list-results thead .i-tcb.icon:before,.liveDashboard .list-results thead tr span.i-tcb:before,._account_api .list-results thead .i-tcb.icon:before,._account_api .list-results thead tr span.i-tcb:before,.list-results thead tr span.i-tcb:before,.form-auto-list .i-tcb.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-tcb.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-tcb.filter:before,.form-label.status span.i-tcb:before,.status.status-log span.i-tcb:before,.status.status-report-item span.i-tcb:before,.double-list dd.status span.i-tcb:before,.double-list dt.status span.i-tcb:before,.w-cards-container .w-card .status.title span.i-tcb:before,.w-cards-container .w-card.centered .w-value .status.label span.i-tcb:before,.list-results tbody tr.sublist .status.title span.i-tcb:before,.list-results-header .status.title span.i-tcb:before,.w-filters-selected label.status.small span.i-tcb:before,.w-filters-selected .status.btn-f-s span.i-tcb:before,.sub-header .w-form label.i-tcb:before,.sub-header .w-double-list label.i-tcb:before{content:"\EAB2";font-size:1.2em}.icon.i-TIF:before,.i-TIF.w-alert-banner:before,.liveDashboard .list-results thead .i-TIF.w-alert-banner:before,._account_api .list-results thead .i-TIF.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-TIF.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-TIF.btn-filter:before,.w-time-period .dropdown .w-selection .i-TIF.btn-period-edit:before,.block-filters .i-TIF.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-TIF:before,.list-results tbody span.i-TIF.status:before,.list-results tbody td.is-running span.i-TIF:before,.list-results tbody td.is-pending span.i-TIF:before,.liveDashboard .list-results thead .i-TIF.icon:before,.liveDashboard .list-results thead tr span.i-TIF:before,._account_api .list-results thead .i-TIF.icon:before,._account_api .list-results thead tr span.i-TIF:before,.list-results thead tr span.i-TIF:before,.form-auto-list .i-TIF.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-TIF.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-TIF.filter:before,.form-label.status span.i-TIF:before,.status.status-log span.i-TIF:before,.status.status-report-item span.i-TIF:before,.double-list dd.status span.i-TIF:before,.double-list dt.status span.i-TIF:before,.w-cards-container .w-card .status.title span.i-TIF:before,.w-cards-container .w-card.centered .w-value .status.label span.i-TIF:before,.list-results tbody tr.sublist .status.title span.i-TIF:before,.list-results-header .status.title span.i-TIF:before,.w-filters-selected label.status.small span.i-TIF:before,.w-filters-selected .status.btn-f-s span.i-TIF:before,.sub-header .w-form label.i-TIF:before,.sub-header .w-double-list label.i-TIF:before,.icon.i-tif:before,.i-tif.w-alert-banner:before,.liveDashboard .list-results thead .i-tif.w-alert-banner:before,._account_api .list-results thead .i-tif.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-tif.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-tif.btn-filter:before,.w-time-period .dropdown .w-selection .i-tif.btn-period-edit:before,.block-filters .i-tif.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-tif:before,.list-results tbody span.i-tif.status:before,.list-results tbody td.is-running span.i-tif:before,.list-results tbody td.is-pending span.i-tif:before,.liveDashboard .list-results thead .i-tif.icon:before,.liveDashboard .list-results thead tr span.i-tif:before,._account_api .list-results thead .i-tif.icon:before,._account_api .list-results thead tr span.i-tif:before,.list-results thead tr span.i-tif:before,.form-auto-list .i-tif.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-tif.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-tif.filter:before,.form-label.status span.i-tif:before,.status.status-log span.i-tif:before,.status.status-report-item span.i-tif:before,.double-list dd.status span.i-tif:before,.double-list dt.status span.i-tif:before,.w-cards-container .w-card .status.title span.i-tif:before,.w-cards-container .w-card.centered .w-value .status.label span.i-tif:before,.list-results tbody tr.sublist .status.title span.i-tif:before,.list-results-header .status.title span.i-tif:before,.w-filters-selected label.status.small span.i-tif:before,.w-filters-selected .status.btn-f-s span.i-tif:before,.sub-header .w-form label.i-tif:before,.sub-header .w-double-list label.i-tif:before{content:"\EB7A";font-size:1.2em}.icon.i-VC:before,.i-VC.w-alert-banner:before,.liveDashboard .list-results thead .i-VC.w-alert-banner:before,._account_api .list-results thead .i-VC.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-VC.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-VC.btn-filter:before,.w-time-period .dropdown .w-selection .i-VC.btn-period-edit:before,.block-filters .i-VC.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-VC:before,.list-results tbody span.i-VC.status:before,.list-results tbody td.is-running span.i-VC:before,.list-results tbody td.is-pending span.i-VC:before,.liveDashboard .list-results thead .i-VC.icon:before,.liveDashboard .list-results thead tr span.i-VC:before,._account_api .list-results thead .i-VC.icon:before,._account_api .list-results thead tr span.i-VC:before,.list-results thead tr span.i-VC:before,.form-auto-list .i-VC.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-VC.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-VC.filter:before,.form-label.status span.i-VC:before,.status.status-log span.i-VC:before,.status.status-report-item span.i-VC:before,.double-list dd.status span.i-VC:before,.double-list dt.status span.i-VC:before,.w-cards-container .w-card .status.title span.i-VC:before,.w-cards-container .w-card.centered .w-value .status.label span.i-VC:before,.list-results tbody tr.sublist .status.title span.i-VC:before,.list-results-header .status.title span.i-VC:before,.w-filters-selected label.status.small span.i-VC:before,.w-filters-selected .status.btn-f-s span.i-VC:before,.sub-header .w-form label.i-VC:before,.sub-header .w-double-list label.i-VC:before,.icon.i-vc:before,.i-vc.w-alert-banner:before,.liveDashboard .list-results thead .i-vc.w-alert-banner:before,._account_api .list-results thead .i-vc.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-vc.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-vc.btn-filter:before,.w-time-period .dropdown .w-selection .i-vc.btn-period-edit:before,.block-filters .i-vc.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-vc:before,.list-results tbody span.i-vc.status:before,.list-results tbody td.is-running span.i-vc:before,.list-results tbody td.is-pending span.i-vc:before,.liveDashboard .list-results thead .i-vc.icon:before,.liveDashboard .list-results thead tr span.i-vc:before,._account_api .list-results thead .i-vc.icon:before,._account_api .list-results thead tr span.i-vc:before,.list-results thead tr span.i-vc:before,.form-auto-list .i-vc.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-vc.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-vc.filter:before,.form-label.status span.i-vc:before,.status.status-log span.i-vc:before,.status.status-report-item span.i-vc:before,.double-list dd.status span.i-vc:before,.double-list dt.status span.i-vc:before,.w-cards-container .w-card .status.title span.i-vc:before,.w-cards-container .w-card.centered .w-value .status.label span.i-vc:before,.list-results tbody tr.sublist .status.title span.i-vc:before,.list-results-header .status.title span.i-vc:before,.w-filters-selected label.status.small span.i-vc:before,.w-filters-selected .status.btn-f-s span.i-vc:before,.sub-header .w-form label.i-vc:before,.sub-header .w-double-list label.i-vc:before{content:"\EC0B";font-size:1.2em}.icon.i-groups:before,.i-groups.w-alert-banner:before,.liveDashboard .list-results thead .i-groups.w-alert-banner:before,._account_api .list-results thead .i-groups.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-groups.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-groups.btn-filter:before,.w-time-period .dropdown .w-selection .i-groups.btn-period-edit:before,.block-filters .i-groups.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-groups:before,.list-results tbody span.i-groups.status:before,.list-results tbody td.is-running span.i-groups:before,.list-results tbody td.is-pending span.i-groups:before,.liveDashboard .list-results thead .i-groups.icon:before,.liveDashboard .list-results thead tr span.i-groups:before,._account_api .list-results thead .i-groups.icon:before,._account_api .list-results thead tr span.i-groups:before,.list-results thead tr span.i-groups:before,.form-auto-list .i-groups.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-groups.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-groups.filter:before,.form-label.status span.i-groups:before,.status.status-log span.i-groups:before,.status.status-report-item span.i-groups:before,.double-list dd.status span.i-groups:before,.double-list dt.status span.i-groups:before,.w-cards-container .w-card .status.title span.i-groups:before,.w-cards-container .w-card.centered .w-value .status.label span.i-groups:before,.list-results tbody tr.sublist .status.title span.i-groups:before,.list-results-header .status.title span.i-groups:before,.w-filters-selected label.status.small span.i-groups:before,.w-filters-selected .status.btn-f-s span.i-groups:before,.sub-header .w-form label.i-groups:before,.sub-header .w-double-list label.i-groups:before{content:"\E9A0";font-size:1.5em}.icon.i-bookmark:before,.i-bookmark.w-alert-banner:before,.liveDashboard .list-results thead .i-bookmark.w-alert-banner:before,._account_api .list-results thead .i-bookmark.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-bookmark.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-bookmark.btn-filter:before,.w-time-period .dropdown .w-selection .i-bookmark.btn-period-edit:before,.block-filters .i-bookmark.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-bookmark:before,.list-results tbody span.i-bookmark.status:before,.list-results tbody td.is-running span.i-bookmark:before,.list-results tbody td.is-pending span.i-bookmark:before,.liveDashboard .list-results thead .i-bookmark.icon:before,.liveDashboard .list-results thead tr span.i-bookmark:before,._account_api .list-results thead .i-bookmark.icon:before,._account_api .list-results thead tr span.i-bookmark:before,.list-results thead tr span.i-bookmark:before,.form-auto-list .i-bookmark.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-bookmark.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-bookmark.filter:before,.form-label.status span.i-bookmark:before,.status.status-log span.i-bookmark:before,.status.status-report-item span.i-bookmark:before,.double-list dd.status span.i-bookmark:before,.double-list dt.status span.i-bookmark:before,.w-cards-container .w-card .status.title span.i-bookmark:before,.w-cards-container .w-card.centered .w-value .status.label span.i-bookmark:before,.list-results tbody tr.sublist .status.title span.i-bookmark:before,.list-results-header .status.title span.i-bookmark:before,.w-filters-selected label.status.small span.i-bookmark:before,.w-filters-selected .status.btn-f-s span.i-bookmark:before,.sub-header .w-form label.i-bookmark:before,.sub-header .w-double-list label.i-bookmark:before{content:"\E9AC"}.icon.i-social-generic:before,.i-social-generic.w-alert-banner:before,.liveDashboard .list-results thead .i-social-generic.w-alert-banner:before,._account_api .list-results thead .i-social-generic.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-social-generic.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-social-generic.btn-filter:before,.w-time-period .dropdown .w-selection .i-social-generic.btn-period-edit:before,.block-filters .i-social-generic.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-social-generic:before,.list-results tbody span.i-social-generic.status:before,.list-results tbody td.is-running span.i-social-generic:before,.list-results tbody td.is-pending span.i-social-generic:before,.liveDashboard .list-results thead .i-social-generic.icon:before,.liveDashboard .list-results thead tr span.i-social-generic:before,._account_api .list-results thead .i-social-generic.icon:before,._account_api .list-results thead tr span.i-social-generic:before,.list-results thead tr span.i-social-generic:before,.form-auto-list .i-social-generic.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-social-generic.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-social-generic.filter:before,.form-label.status span.i-social-generic:before,.status.status-log span.i-social-generic:before,.status.status-report-item span.i-social-generic:before,.double-list dd.status span.i-social-generic:before,.double-list dt.status span.i-social-generic:before,.w-cards-container .w-card .status.title span.i-social-generic:before,.w-cards-container .w-card.centered .w-value .status.label span.i-social-generic:before,.list-results tbody tr.sublist .status.title span.i-social-generic:before,.list-results-header .status.title span.i-social-generic:before,.w-filters-selected label.status.small span.i-social-generic:before,.w-filters-selected .status.btn-f-s span.i-social-generic:before,.sub-header .w-form label.i-social-generic:before,.sub-header .w-double-list label.i-social-generic:before{content:"\E9AD"}.icon.i-arrow-pointer:before,.i-arrow-pointer.w-alert-banner:before,.liveDashboard .list-results thead .i-arrow-pointer.w-alert-banner:before,._account_api .list-results thead .i-arrow-pointer.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-arrow-pointer.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-arrow-pointer.btn-filter:before,.w-time-period .dropdown .w-selection .i-arrow-pointer.btn-period-edit:before,.block-filters .i-arrow-pointer.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-arrow-pointer:before,.list-results tbody span.i-arrow-pointer.status:before,.list-results tbody td.is-running span.i-arrow-pointer:before,.list-results tbody td.is-pending span.i-arrow-pointer:before,.liveDashboard .list-results thead .i-arrow-pointer.icon:before,.liveDashboard .list-results thead tr span.i-arrow-pointer:before,._account_api .list-results thead .i-arrow-pointer.icon:before,._account_api .list-results thead tr span.i-arrow-pointer:before,.list-results thead tr span.i-arrow-pointer:before,.form-auto-list .i-arrow-pointer.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-arrow-pointer.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-arrow-pointer.filter:before,.form-label.status span.i-arrow-pointer:before,.status.status-log span.i-arrow-pointer:before,.status.status-report-item span.i-arrow-pointer:before,.double-list dd.status span.i-arrow-pointer:before,.double-list dt.status span.i-arrow-pointer:before,.w-cards-container .w-card .status.title span.i-arrow-pointer:before,.w-cards-container .w-card.centered .w-value .status.label span.i-arrow-pointer:before,.list-results tbody tr.sublist .status.title span.i-arrow-pointer:before,.list-results-header .status.title span.i-arrow-pointer:before,.w-filters-selected label.status.small span.i-arrow-pointer:before,.w-filters-selected .status.btn-f-s span.i-arrow-pointer:before,.sub-header .w-form label.i-arrow-pointer:before,.sub-header .w-double-list label.i-arrow-pointer:before{content:"\E9AE"}.icon.i-chevron:before,.i-chevron.w-alert-banner:before,.liveDashboard .list-results thead .i-chevron.w-alert-banner:before,._account_api .list-results thead .i-chevron.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-chevron.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-chevron.btn-filter:before,.w-time-period .dropdown .w-selection .i-chevron.btn-period-edit:before,.block-filters .i-chevron.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-chevron:before,.list-results tbody span.i-chevron.status:before,.list-results tbody td.is-running span.i-chevron:before,.list-results tbody td.is-pending span.i-chevron:before,.liveDashboard .list-results thead .i-chevron.icon:before,.liveDashboard .list-results thead tr span.i-chevron:before,._account_api .list-results thead .i-chevron.icon:before,._account_api .list-results thead tr span.i-chevron:before,.list-results thead tr span.i-chevron:before,.form-auto-list .i-chevron.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-chevron.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-chevron.filter:before,.form-label.status span.i-chevron:before,.status.status-log span.i-chevron:before,.status.status-report-item span.i-chevron:before,.double-list dd.status span.i-chevron:before,.double-list dt.status span.i-chevron:before,.w-cards-container .w-card .status.title span.i-chevron:before,.w-cards-container .w-card.centered .w-value .status.label span.i-chevron:before,.list-results tbody tr.sublist .status.title span.i-chevron:before,.list-results-header .status.title span.i-chevron:before,.w-filters-selected label.status.small span.i-chevron:before,.w-filters-selected .status.btn-f-s span.i-chevron:before,.sub-header .w-form label.i-chevron:before,.sub-header .w-double-list label.i-chevron:before{content:"\E9AE"}.icon.i-eye:before,.i-eye.w-alert-banner:before,.liveDashboard .list-results thead .i-eye.w-alert-banner:before,._account_api .list-results thead .i-eye.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-eye.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-eye.btn-filter:before,.w-time-period .dropdown .w-selection .i-eye.btn-period-edit:before,.block-filters .i-eye.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-eye:before,.list-results tbody span.i-eye.status:before,.list-results tbody td.is-running span.i-eye:before,.list-results tbody td.is-pending span.i-eye:before,.liveDashboard .list-results thead .i-eye.icon:before,.liveDashboard .list-results thead tr span.i-eye:before,._account_api .list-results thead .i-eye.icon:before,._account_api .list-results thead tr span.i-eye:before,.list-results thead tr span.i-eye:before,.form-auto-list .i-eye.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-eye.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-eye.filter:before,.form-label.status span.i-eye:before,.status.status-log span.i-eye:before,.status.status-report-item span.i-eye:before,.double-list dd.status span.i-eye:before,.double-list dt.status span.i-eye:before,.w-cards-container .w-card .status.title span.i-eye:before,.w-cards-container .w-card.centered .w-value .status.label span.i-eye:before,.list-results tbody tr.sublist .status.title span.i-eye:before,.list-results-header .status.title span.i-eye:before,.w-filters-selected label.status.small span.i-eye:before,.w-filters-selected .status.btn-f-s span.i-eye:before,.sub-header .w-form label.i-eye:before,.sub-header .w-double-list label.i-eye:before{content:"\E9B0"}.icon.i-user-solid:before,.i-user-solid.w-alert-banner:before,.liveDashboard .list-results thead .i-user-solid.w-alert-banner:before,._account_api .list-results thead .i-user-solid.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-user-solid.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-user-solid.btn-filter:before,.w-time-period .dropdown .w-selection .i-user-solid.btn-period-edit:before,.block-filters .i-user-solid.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-user-solid:before,.list-results tbody span.i-user-solid.status:before,.list-results tbody td.is-running span.i-user-solid:before,.list-results tbody td.is-pending span.i-user-solid:before,.liveDashboard .list-results thead .i-user-solid.icon:before,.liveDashboard .list-results thead tr span.i-user-solid:before,._account_api .list-results thead .i-user-solid.icon:before,._account_api .list-results thead tr span.i-user-solid:before,.list-results thead tr span.i-user-solid:before,.form-auto-list .i-user-solid.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-user-solid.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-user-solid.filter:before,.form-label.status span.i-user-solid:before,.status.status-log span.i-user-solid:before,.status.status-report-item span.i-user-solid:before,.double-list dd.status span.i-user-solid:before,.double-list dt.status span.i-user-solid:before,.w-cards-container .w-card .status.title span.i-user-solid:before,.w-cards-container .w-card.centered .w-value .status.label span.i-user-solid:before,.list-results tbody tr.sublist .status.title span.i-user-solid:before,.list-results-header .status.title span.i-user-solid:before,.w-filters-selected label.status.small span.i-user-solid:before,.w-filters-selected .status.btn-f-s span.i-user-solid:before,.sub-header .w-form label.i-user-solid:before,.sub-header .w-double-list label.i-user-solid:before{content:"\E9B1"}.icon.i-property:before,.i-property.w-alert-banner:before,.liveDashboard .list-results thead .i-property.w-alert-banner:before,._account_api .list-results thead .i-property.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-property.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-property.btn-filter:before,.w-time-period .dropdown .w-selection .i-property.btn-period-edit:before,.block-filters .i-property.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-property:before,.list-results tbody span.i-property.status:before,.list-results tbody td.is-running span.i-property:before,.list-results tbody td.is-pending span.i-property:before,.liveDashboard .list-results thead .i-property.icon:before,.liveDashboard .list-results thead tr span.i-property:before,._account_api .list-results thead .i-property.icon:before,._account_api .list-results thead tr span.i-property:before,.list-results thead tr span.i-property:before,.form-auto-list .i-property.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-property.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-property.filter:before,.form-label.status span.i-property:before,.status.status-log span.i-property:before,.status.status-report-item span.i-property:before,.double-list dd.status span.i-property:before,.double-list dt.status span.i-property:before,.w-cards-container .w-card .status.title span.i-property:before,.w-cards-container .w-card.centered .w-value .status.label span.i-property:before,.list-results tbody tr.sublist .status.title span.i-property:before,.list-results-header .status.title span.i-property:before,.w-filters-selected label.status.small span.i-property:before,.w-filters-selected .status.btn-f-s span.i-property:before,.sub-header .w-form label.i-property:before,.sub-header .w-double-list label.i-property:before{content:"\E9E4"}.icon.i-users:before,.i-users.w-alert-banner:before,.liveDashboard .list-results thead .i-users.w-alert-banner:before,._account_api .list-results thead .i-users.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-users.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-users.btn-filter:before,.w-time-period .dropdown .w-selection .i-users.btn-period-edit:before,.block-filters .i-users.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-users:before,.list-results tbody span.i-users.status:before,.list-results tbody td.is-running span.i-users:before,.list-results tbody td.is-pending span.i-users:before,.liveDashboard .list-results thead .i-users.icon:before,.liveDashboard .list-results thead tr span.i-users:before,._account_api .list-results thead .i-users.icon:before,._account_api .list-results thead tr span.i-users:before,.list-results thead tr span.i-users:before,.form-auto-list .i-users.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-users.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-users.filter:before,.form-label.status span.i-users:before,.status.status-log span.i-users:before,.status.status-report-item span.i-users:before,.double-list dd.status span.i-users:before,.double-list dt.status span.i-users:before,.w-cards-container .w-card .status.title span.i-users:before,.w-cards-container .w-card.centered .w-value .status.label span.i-users:before,.list-results tbody tr.sublist .status.title span.i-users:before,.list-results-header .status.title span.i-users:before,.w-filters-selected label.status.small span.i-users:before,.w-filters-selected .status.btn-f-s span.i-users:before,.sub-header .w-form label.i-users:before,.sub-header .w-double-list label.i-users:before{content:"\E9E2"}.icon.i-hourglass:before,.i-hourglass.w-alert-banner:before,.liveDashboard .list-results thead .i-hourglass.w-alert-banner:before,._account_api .list-results thead .i-hourglass.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-hourglass.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-hourglass.btn-filter:before,.w-time-period .dropdown .w-selection .i-hourglass.btn-period-edit:before,.block-filters .i-hourglass.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-hourglass:before,.list-results tbody span.i-hourglass.status:before,.list-results tbody td.is-running span.i-hourglass:before,.list-results tbody td.is-pending span.i-hourglass:before,.liveDashboard .list-results thead .i-hourglass.icon:before,.liveDashboard .list-results thead tr span.i-hourglass:before,._account_api .list-results thead .i-hourglass.icon:before,._account_api .list-results thead tr span.i-hourglass:before,.list-results thead tr span.i-hourglass:before,.form-auto-list .i-hourglass.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-hourglass.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-hourglass.filter:before,.form-label.status span.i-hourglass:before,.status.status-log span.i-hourglass:before,.status.status-report-item span.i-hourglass:before,.double-list dd.status span.i-hourglass:before,.double-list dt.status span.i-hourglass:before,.w-cards-container .w-card .status.title span.i-hourglass:before,.w-cards-container .w-card.centered .w-value .status.label span.i-hourglass:before,.list-results tbody tr.sublist .status.title span.i-hourglass:before,.list-results-header .status.title span.i-hourglass:before,.w-filters-selected label.status.small span.i-hourglass:before,.w-filters-selected .status.btn-f-s span.i-hourglass:before,.sub-header .w-form label.i-hourglass:before,.sub-header .w-double-list label.i-hourglass:before{content:"\E9B2"}.icon.i-ping:before,.i-ping.w-alert-banner:before,.liveDashboard .list-results thead .i-ping.w-alert-banner:before,._account_api .list-results thead .i-ping.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-ping.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-ping.btn-filter:before,.w-time-period .dropdown .w-selection .i-ping.btn-period-edit:before,.block-filters .i-ping.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-ping:before,.list-results tbody span.i-ping.status:before,.list-results tbody td.is-running span.i-ping:before,.list-results tbody td.is-pending span.i-ping:before,.liveDashboard .list-results thead .i-ping.icon:before,.liveDashboard .list-results thead tr span.i-ping:before,._account_api .list-results thead .i-ping.icon:before,._account_api .list-results thead tr span.i-ping:before,.list-results thead tr span.i-ping:before,.form-auto-list .i-ping.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-ping.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-ping.filter:before,.form-label.status span.i-ping:before,.status.status-log span.i-ping:before,.status.status-report-item span.i-ping:before,.double-list dd.status span.i-ping:before,.double-list dt.status span.i-ping:before,.w-cards-container .w-card .status.title span.i-ping:before,.w-cards-container .w-card.centered .w-value .status.label span.i-ping:before,.list-results tbody tr.sublist .status.title span.i-ping:before,.list-results-header .status.title span.i-ping:before,.w-filters-selected label.status.small span.i-ping:before,.w-filters-selected .status.btn-f-s span.i-ping:before,.sub-header .w-form label.i-ping:before,.sub-header .w-double-list label.i-ping:before{content:"\E975"}.icon.i-other-search:before,.i-other-search.w-alert-banner:before,.liveDashboard .list-results thead .i-other-search.w-alert-banner:before,._account_api .list-results thead .i-other-search.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-other-search.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-other-search.btn-filter:before,.w-time-period .dropdown .w-selection .i-other-search.btn-period-edit:before,.block-filters .i-other-search.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-other-search:before,.list-results tbody span.i-other-search.status:before,.list-results tbody td.is-running span.i-other-search:before,.list-results tbody td.is-pending span.i-other-search:before,.liveDashboard .list-results thead .i-other-search.icon:before,.liveDashboard .list-results thead tr span.i-other-search:before,._account_api .list-results thead .i-other-search.icon:before,._account_api .list-results thead tr span.i-other-search:before,.list-results thead tr span.i-other-search:before,.form-auto-list .i-other-search.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-other-search.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-other-search.filter:before,.form-label.status span.i-other-search:before,.status.status-log span.i-other-search:before,.status.status-report-item span.i-other-search:before,.double-list dd.status span.i-other-search:before,.double-list dt.status span.i-other-search:before,.w-cards-container .w-card .status.title span.i-other-search:before,.w-cards-container .w-card.centered .w-value .status.label span.i-other-search:before,.list-results tbody tr.sublist .status.title span.i-other-search:before,.list-results-header .status.title span.i-other-search:before,.w-filters-selected label.status.small span.i-other-search:before,.w-filters-selected .status.btn-f-s span.i-other-search:before,.sub-header .w-form label.i-other-search:before,.sub-header .w-double-list label.i-other-search:before{content:"\E9B4"}.icon.i-other-referrers:before,.i-other-referrers.w-alert-banner:before,.liveDashboard .list-results thead .i-other-referrers.w-alert-banner:before,._account_api .list-results thead .i-other-referrers.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-other-referrers.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-other-referrers.btn-filter:before,.w-time-period .dropdown .w-selection .i-other-referrers.btn-period-edit:before,.block-filters .i-other-referrers.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-other-referrers:before,.list-results tbody span.i-other-referrers.status:before,.list-results tbody td.is-running span.i-other-referrers:before,.list-results tbody td.is-pending span.i-other-referrers:before,.liveDashboard .list-results thead .i-other-referrers.icon:before,.liveDashboard .list-results thead tr span.i-other-referrers:before,._account_api .list-results thead .i-other-referrers.icon:before,._account_api .list-results thead tr span.i-other-referrers:before,.list-results thead tr span.i-other-referrers:before,.form-auto-list .i-other-referrers.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-other-referrers.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-other-referrers.filter:before,.form-label.status span.i-other-referrers:before,.status.status-log span.i-other-referrers:before,.status.status-report-item span.i-other-referrers:before,.double-list dd.status span.i-other-referrers:before,.double-list dt.status span.i-other-referrers:before,.w-cards-container .w-card .status.title span.i-other-referrers:before,.w-cards-container .w-card.centered .w-value .status.label span.i-other-referrers:before,.list-results tbody tr.sublist .status.title span.i-other-referrers:before,.list-results-header .status.title span.i-other-referrers:before,.w-filters-selected label.status.small span.i-other-referrers:before,.w-filters-selected .status.btn-f-s span.i-other-referrers:before,.sub-header .w-form label.i-other-referrers:before,.sub-header .w-double-list label.i-other-referrers:before{content:"\E9B5"}.icon.i-bookmark:before,.i-bookmark.w-alert-banner:before,.liveDashboard .list-results thead .i-bookmark.w-alert-banner:before,._account_api .list-results thead .i-bookmark.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-bookmark.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-bookmark.btn-filter:before,.w-time-period .dropdown .w-selection .i-bookmark.btn-period-edit:before,.block-filters .i-bookmark.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-bookmark:before,.list-results tbody span.i-bookmark.status:before,.list-results tbody td.is-running span.i-bookmark:before,.list-results tbody td.is-pending span.i-bookmark:before,.liveDashboard .list-results thead .i-bookmark.icon:before,.liveDashboard .list-results thead tr span.i-bookmark:before,._account_api .list-results thead .i-bookmark.icon:before,._account_api .list-results thead tr span.i-bookmark:before,.list-results thead tr span.i-bookmark:before,.form-auto-list .i-bookmark.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-bookmark.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-bookmark.filter:before,.form-label.status span.i-bookmark:before,.status.status-log span.i-bookmark:before,.status.status-report-item span.i-bookmark:before,.double-list dd.status span.i-bookmark:before,.double-list dt.status span.i-bookmark:before,.w-cards-container .w-card .status.title span.i-bookmark:before,.w-cards-container .w-card.centered .w-value .status.label span.i-bookmark:before,.list-results tbody tr.sublist .status.title span.i-bookmark:before,.list-results-header .status.title span.i-bookmark:before,.w-filters-selected label.status.small span.i-bookmark:before,.w-filters-selected .status.btn-f-s span.i-bookmark:before,.sub-header .w-form label.i-bookmark:before,.sub-header .w-double-list label.i-bookmark:before{content:"\E9AC"}.icon.i-valnet:before,.i-valnet.w-alert-banner:before,.liveDashboard .list-results thead .i-valnet.w-alert-banner:before,._account_api .list-results thead .i-valnet.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-valnet.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-valnet.btn-filter:before,.w-time-period .dropdown .w-selection .i-valnet.btn-period-edit:before,.block-filters .i-valnet.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-valnet:before,.list-results tbody span.i-valnet.status:before,.list-results tbody td.is-running span.i-valnet:before,.list-results tbody td.is-pending span.i-valnet:before,.liveDashboard .list-results thead .i-valnet.icon:before,.liveDashboard .list-results thead tr span.i-valnet:before,._account_api .list-results thead .i-valnet.icon:before,._account_api .list-results thead tr span.i-valnet:before,.list-results thead tr span.i-valnet:before,.form-auto-list .i-valnet.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-valnet.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-valnet.filter:before,.form-label.status span.i-valnet:before,.status.status-log span.i-valnet:before,.status.status-report-item span.i-valnet:before,.double-list dd.status span.i-valnet:before,.double-list dt.status span.i-valnet:before,.w-cards-container .w-card .status.title span.i-valnet:before,.w-cards-container .w-card.centered .w-value .status.label span.i-valnet:before,.list-results tbody tr.sublist .status.title span.i-valnet:before,.list-results-header .status.title span.i-valnet:before,.w-filters-selected label.status.small span.i-valnet:before,.w-filters-selected .status.btn-f-s span.i-valnet:before,.sub-header .w-form label.i-valnet:before,.sub-header .w-double-list label.i-valnet:before{content:"\E9B6"}.icon.i-facebook:before,.i-facebook.w-alert-banner:before,.liveDashboard .list-results thead .i-facebook.w-alert-banner:before,._account_api .list-results thead .i-facebook.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-facebook.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-facebook.btn-filter:before,.w-time-period .dropdown .w-selection .i-facebook.btn-period-edit:before,.block-filters .i-facebook.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-facebook:before,.list-results tbody span.i-facebook.status:before,.list-results tbody td.is-running span.i-facebook:before,.list-results tbody td.is-pending span.i-facebook:before,.liveDashboard .list-results thead .i-facebook.icon:before,.liveDashboard .list-results thead tr span.i-facebook:before,._account_api .list-results thead .i-facebook.icon:before,._account_api .list-results thead tr span.i-facebook:before,.list-results thead tr span.i-facebook:before,.form-auto-list .i-facebook.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-facebook.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-facebook.filter:before,.form-label.status span.i-facebook:before,.status.status-log span.i-facebook:before,.status.status-report-item span.i-facebook:before,.double-list dd.status span.i-facebook:before,.double-list dt.status span.i-facebook:before,.w-cards-container .w-card .status.title span.i-facebook:before,.w-cards-container .w-card.centered .w-value .status.label span.i-facebook:before,.list-results tbody tr.sublist .status.title span.i-facebook:before,.list-results-header .status.title span.i-facebook:before,.w-filters-selected label.status.small span.i-facebook:before,.w-filters-selected .status.btn-f-s span.i-facebook:before,.sub-header .w-form label.i-facebook:before,.sub-header .w-double-list label.i-facebook:before{content:"\E9B3"}.icon.i-left:before,.i-left.w-alert-banner:before,.liveDashboard .list-results thead .i-left.w-alert-banner:before,._account_api .list-results thead .i-left.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-left.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-left.btn-filter:before,.w-time-period .dropdown .w-selection .i-left.btn-period-edit:before,.block-filters .i-left.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-left:before,.list-results tbody span.i-left.status:before,.list-results tbody td.is-running span.i-left:before,.list-results tbody td.is-pending span.i-left:before,.liveDashboard .list-results thead .i-left.icon:before,.liveDashboard .list-results thead tr span.i-left:before,._account_api .list-results thead .i-left.icon:before,._account_api .list-results thead tr span.i-left:before,.list-results thead tr span.i-left:before,.form-auto-list .i-left.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-left.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-left.filter:before,.form-label.status span.i-left:before,.status.status-log span.i-left:before,.status.status-report-item span.i-left:before,.double-list dd.status span.i-left:before,.double-list dt.status span.i-left:before,.w-cards-container .w-card .status.title span.i-left:before,.w-cards-container .w-card.centered .w-value .status.label span.i-left:before,.list-results tbody tr.sublist .status.title span.i-left:before,.list-results-header .status.title span.i-left:before,.w-filters-selected label.status.small span.i-left:before,.w-filters-selected .status.btn-f-s span.i-left:before,.sub-header .w-form label.i-left:before,.sub-header .w-double-list label.i-left:before{content:"\E9B8"}.icon.i-right:before,.i-right.w-alert-banner:before,.liveDashboard .list-results thead .i-right.w-alert-banner:before,._account_api .list-results thead .i-right.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-right.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-right.btn-filter:before,.w-time-period .dropdown .w-selection .i-right.btn-period-edit:before,.block-filters .i-right.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-right:before,.list-results tbody span.i-right.status:before,.list-results tbody td.is-running span.i-right:before,.list-results tbody td.is-pending span.i-right:before,.liveDashboard .list-results thead .i-right.icon:before,.liveDashboard .list-results thead tr span.i-right:before,._account_api .list-results thead .i-right.icon:before,._account_api .list-results thead tr span.i-right:before,.list-results thead tr span.i-right:before,.form-auto-list .i-right.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-right.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-right.filter:before,.form-label.status span.i-right:before,.status.status-log span.i-right:before,.status.status-report-item span.i-right:before,.double-list dd.status span.i-right:before,.double-list dt.status span.i-right:before,.w-cards-container .w-card .status.title span.i-right:before,.w-cards-container .w-card.centered .w-value .status.label span.i-right:before,.list-results tbody tr.sublist .status.title span.i-right:before,.list-results-header .status.title span.i-right:before,.w-filters-selected label.status.small span.i-right:before,.w-filters-selected .status.btn-f-s span.i-right:before,.sub-header .w-form label.i-right:before,.sub-header .w-double-list label.i-right:before{content:"\E9B9"}.icon.i-mobile:before,.i-mobile.w-alert-banner:before,.liveDashboard .list-results thead .i-mobile.w-alert-banner:before,._account_api .list-results thead .i-mobile.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-mobile.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-mobile.btn-filter:before,.w-time-period .dropdown .w-selection .i-mobile.btn-period-edit:before,.block-filters .i-mobile.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-mobile:before,.list-results tbody span.i-mobile.status:before,.list-results tbody td.is-running span.i-mobile:before,.list-results tbody td.is-pending span.i-mobile:before,.liveDashboard .list-results thead .i-mobile.icon:before,.liveDashboard .list-results thead tr span.i-mobile:before,._account_api .list-results thead .i-mobile.icon:before,._account_api .list-results thead tr span.i-mobile:before,.list-results thead tr span.i-mobile:before,.form-auto-list .i-mobile.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-mobile.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-mobile.filter:before,.form-label.status span.i-mobile:before,.status.status-log span.i-mobile:before,.status.status-report-item span.i-mobile:before,.double-list dd.status span.i-mobile:before,.double-list dt.status span.i-mobile:before,.w-cards-container .w-card .status.title span.i-mobile:before,.w-cards-container .w-card.centered .w-value .status.label span.i-mobile:before,.list-results tbody tr.sublist .status.title span.i-mobile:before,.list-results-header .status.title span.i-mobile:before,.w-filters-selected label.status.small span.i-mobile:before,.w-filters-selected .status.btn-f-s span.i-mobile:before,.sub-header .w-form label.i-mobile:before,.sub-header .w-double-list label.i-mobile:before{content:"\E9BD"}.icon.i-desktop:before,.i-desktop.w-alert-banner:before,.liveDashboard .list-results thead .i-desktop.w-alert-banner:before,._account_api .list-results thead .i-desktop.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-desktop.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-desktop.btn-filter:before,.w-time-period .dropdown .w-selection .i-desktop.btn-period-edit:before,.block-filters .i-desktop.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-desktop:before,.list-results tbody span.i-desktop.status:before,.list-results tbody td.is-running span.i-desktop:before,.list-results tbody td.is-pending span.i-desktop:before,.liveDashboard .list-results thead .i-desktop.icon:before,.liveDashboard .list-results thead tr span.i-desktop:before,._account_api .list-results thead .i-desktop.icon:before,._account_api .list-results thead tr span.i-desktop:before,.list-results thead tr span.i-desktop:before,.form-auto-list .i-desktop.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-desktop.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-desktop.filter:before,.form-label.status span.i-desktop:before,.status.status-log span.i-desktop:before,.status.status-report-item span.i-desktop:before,.double-list dd.status span.i-desktop:before,.double-list dt.status span.i-desktop:before,.w-cards-container .w-card .status.title span.i-desktop:before,.w-cards-container .w-card.centered .w-value .status.label span.i-desktop:before,.list-results tbody tr.sublist .status.title span.i-desktop:before,.list-results-header .status.title span.i-desktop:before,.w-filters-selected label.status.small span.i-desktop:before,.w-filters-selected .status.btn-f-s span.i-desktop:before,.sub-header .w-form label.i-desktop:before,.sub-header .w-double-list label.i-desktop:before{content:"\E9BC"}.icon.i-dashboard:before,.i-dashboard.w-alert-banner:before,.liveDashboard .list-results thead .i-dashboard.w-alert-banner:before,._account_api .list-results thead .i-dashboard.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-dashboard.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-dashboard.btn-filter:before,.w-time-period .dropdown .w-selection .i-dashboard.btn-period-edit:before,.block-filters .i-dashboard.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-dashboard:before,.list-results tbody span.i-dashboard.status:before,.list-results tbody td.is-running span.i-dashboard:before,.list-results tbody td.is-pending span.i-dashboard:before,.liveDashboard .list-results thead .i-dashboard.icon:before,.liveDashboard .list-results thead tr span.i-dashboard:before,._account_api .list-results thead .i-dashboard.icon:before,._account_api .list-results thead tr span.i-dashboard:before,.list-results thead tr span.i-dashboard:before,.form-auto-list .i-dashboard.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-dashboard.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-dashboard.filter:before,.form-label.status span.i-dashboard:before,.status.status-log span.i-dashboard:before,.status.status-report-item span.i-dashboard:before,.double-list dd.status span.i-dashboard:before,.double-list dt.status span.i-dashboard:before,.w-cards-container .w-card .status.title span.i-dashboard:before,.w-cards-container .w-card.centered .w-value .status.label span.i-dashboard:before,.list-results tbody tr.sublist .status.title span.i-dashboard:before,.list-results-header .status.title span.i-dashboard:before,.w-filters-selected label.status.small span.i-dashboard:before,.w-filters-selected .status.btn-f-s span.i-dashboard:before,.sub-header .w-form label.i-dashboard:before,.sub-header .w-double-list label.i-dashboard:before{content:"\E951"}.icon.i-hamburger:before,.i-hamburger.w-alert-banner:before,.liveDashboard .list-results thead .i-hamburger.w-alert-banner:before,._account_api .list-results thead .i-hamburger.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-hamburger.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-hamburger.btn-filter:before,.w-time-period .dropdown .w-selection .i-hamburger.btn-period-edit:before,.block-filters .i-hamburger.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-hamburger:before,.list-results tbody span.i-hamburger.status:before,.list-results tbody td.is-running span.i-hamburger:before,.list-results tbody td.is-pending span.i-hamburger:before,.liveDashboard .list-results thead .i-hamburger.icon:before,.liveDashboard .list-results thead tr span.i-hamburger:before,._account_api .list-results thead .i-hamburger.icon:before,._account_api .list-results thead tr span.i-hamburger:before,.list-results thead tr span.i-hamburger:before,.form-auto-list .i-hamburger.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-hamburger.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-hamburger.filter:before,.form-label.status span.i-hamburger:before,.status.status-log span.i-hamburger:before,.status.status-report-item span.i-hamburger:before,.double-list dd.status span.i-hamburger:before,.double-list dt.status span.i-hamburger:before,.w-cards-container .w-card .status.title span.i-hamburger:before,.w-cards-container .w-card.centered .w-value .status.label span.i-hamburger:before,.list-results tbody tr.sublist .status.title span.i-hamburger:before,.list-results-header .status.title span.i-hamburger:before,.w-filters-selected label.status.small span.i-hamburger:before,.w-filters-selected .status.btn-f-s span.i-hamburger:before,.sub-header .w-form label.i-hamburger:before,.sub-header .w-double-list label.i-hamburger:before{content:"\E9BE"}.icon.i-brand:before,.i-brand.w-alert-banner:before,.liveDashboard .list-results thead .i-brand.w-alert-banner:before,._account_api .list-results thead .i-brand.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-brand.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-brand.btn-filter:before,.w-time-period .dropdown .w-selection .i-brand.btn-period-edit:before,.block-filters .i-brand.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-brand:before,.list-results tbody span.i-brand.status:before,.list-results tbody td.is-running span.i-brand:before,.list-results tbody td.is-pending span.i-brand:before,.liveDashboard .list-results thead .i-brand.icon:before,.liveDashboard .list-results thead tr span.i-brand:before,._account_api .list-results thead .i-brand.icon:before,._account_api .list-results thead tr span.i-brand:before,.list-results thead tr span.i-brand:before,.form-auto-list .i-brand.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-brand.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-brand.filter:before,.form-label.status span.i-brand:before,.status.status-log span.i-brand:before,.status.status-report-item span.i-brand:before,.double-list dd.status span.i-brand:before,.double-list dt.status span.i-brand:before,.w-cards-container .w-card .status.title span.i-brand:before,.w-cards-container .w-card.centered .w-value .status.label span.i-brand:before,.list-results tbody tr.sublist .status.title span.i-brand:before,.list-results-header .status.title span.i-brand:before,.w-filters-selected label.status.small span.i-brand:before,.w-filters-selected .status.btn-f-s span.i-brand:before,.sub-header .w-form label.i-brand:before,.sub-header .w-double-list label.i-brand:before{content:"\E9C7"}.icon.i-dashboard:before,.i-dashboard.w-alert-banner:before,.liveDashboard .list-results thead .i-dashboard.w-alert-banner:before,._account_api .list-results thead .i-dashboard.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-dashboard.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-dashboard.btn-filter:before,.w-time-period .dropdown .w-selection .i-dashboard.btn-period-edit:before,.block-filters .i-dashboard.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-dashboard:before,.list-results tbody span.i-dashboard.status:before,.list-results tbody td.is-running span.i-dashboard:before,.list-results tbody td.is-pending span.i-dashboard:before,.liveDashboard .list-results thead .i-dashboard.icon:before,.liveDashboard .list-results thead tr span.i-dashboard:before,._account_api .list-results thead .i-dashboard.icon:before,._account_api .list-results thead tr span.i-dashboard:before,.list-results thead tr span.i-dashboard:before,.form-auto-list .i-dashboard.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-dashboard.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-dashboard.filter:before,.form-label.status span.i-dashboard:before,.status.status-log span.i-dashboard:before,.status.status-report-item span.i-dashboard:before,.double-list dd.status span.i-dashboard:before,.double-list dt.status span.i-dashboard:before,.w-cards-container .w-card .status.title span.i-dashboard:before,.w-cards-container .w-card.centered .w-value .status.label span.i-dashboard:before,.list-results tbody tr.sublist .status.title span.i-dashboard:before,.list-results-header .status.title span.i-dashboard:before,.w-filters-selected label.status.small span.i-dashboard:before,.w-filters-selected .status.btn-f-s span.i-dashboard:before,.sub-header .w-form label.i-dashboard:before,.sub-header .w-double-list label.i-dashboard:before{content:"\E9C8"}.icon.i-performance:before,.i-performance.w-alert-banner:before,.liveDashboard .list-results thead .i-performance.w-alert-banner:before,._account_api .list-results thead .i-performance.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-performance.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-performance.btn-filter:before,.w-time-period .dropdown .w-selection .i-performance.btn-period-edit:before,.block-filters .i-performance.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-performance:before,.list-results tbody span.i-performance.status:before,.list-results tbody td.is-running span.i-performance:before,.list-results tbody td.is-pending span.i-performance:before,.liveDashboard .list-results thead .i-performance.icon:before,.liveDashboard .list-results thead tr span.i-performance:before,._account_api .list-results thead .i-performance.icon:before,._account_api .list-results thead tr span.i-performance:before,.list-results thead tr span.i-performance:before,.form-auto-list .i-performance.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-performance.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-performance.filter:before,.form-label.status span.i-performance:before,.status.status-log span.i-performance:before,.status.status-report-item span.i-performance:before,.double-list dd.status span.i-performance:before,.double-list dt.status span.i-performance:before,.w-cards-container .w-card .status.title span.i-performance:before,.w-cards-container .w-card.centered .w-value .status.label span.i-performance:before,.list-results tbody tr.sublist .status.title span.i-performance:before,.list-results-header .status.title span.i-performance:before,.w-filters-selected label.status.small span.i-performance:before,.w-filters-selected .status.btn-f-s span.i-performance:before,.sub-header .w-form label.i-performance:before,.sub-header .w-double-list label.i-performance:before{content:"\E9C9"}.icon.i-audience-overview:before,.i-audience-overview.w-alert-banner:before,.liveDashboard .list-results thead .i-audience-overview.w-alert-banner:before,._account_api .list-results thead .i-audience-overview.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-audience-overview.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-audience-overview.btn-filter:before,.w-time-period .dropdown .w-selection .i-audience-overview.btn-period-edit:before,.block-filters .i-audience-overview.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-audience-overview:before,.list-results tbody span.i-audience-overview.status:before,.list-results tbody td.is-running span.i-audience-overview:before,.list-results tbody td.is-pending span.i-audience-overview:before,.liveDashboard .list-results thead .i-audience-overview.icon:before,.liveDashboard .list-results thead tr span.i-audience-overview:before,._account_api .list-results thead .i-audience-overview.icon:before,._account_api .list-results thead tr span.i-audience-overview:before,.list-results thead tr span.i-audience-overview:before,.form-auto-list .i-audience-overview.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-audience-overview.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-audience-overview.filter:before,.form-label.status span.i-audience-overview:before,.status.status-log span.i-audience-overview:before,.status.status-report-item span.i-audience-overview:before,.double-list dd.status span.i-audience-overview:before,.double-list dt.status span.i-audience-overview:before,.w-cards-container .w-card .status.title span.i-audience-overview:before,.w-cards-container .w-card.centered .w-value .status.label span.i-audience-overview:before,.list-results tbody tr.sublist .status.title span.i-audience-overview:before,.list-results-header .status.title span.i-audience-overview:before,.w-filters-selected label.status.small span.i-audience-overview:before,.w-filters-selected .status.btn-f-s span.i-audience-overview:before,.sub-header .w-form label.i-audience-overview:before,.sub-header .w-double-list label.i-audience-overview:before{content:"\E9CA"}.icon.i-settings:before,.i-settings.w-alert-banner:before,.liveDashboard .list-results thead .i-settings.w-alert-banner:before,._account_api .list-results thead .i-settings.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-settings.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-settings.btn-filter:before,.w-time-period .dropdown .w-selection .i-settings.btn-period-edit:before,.block-filters .i-settings.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-settings:before,.list-results tbody span.i-settings.status:before,.list-results tbody td.is-running span.i-settings:before,.list-results tbody td.is-pending span.i-settings:before,.liveDashboard .list-results thead .i-settings.icon:before,.liveDashboard .list-results thead tr span.i-settings:before,._account_api .list-results thead .i-settings.icon:before,._account_api .list-results thead tr span.i-settings:before,.list-results thead tr span.i-settings:before,.form-auto-list .i-settings.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-settings.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-settings.filter:before,.form-label.status span.i-settings:before,.status.status-log span.i-settings:before,.status.status-report-item span.i-settings:before,.double-list dd.status span.i-settings:before,.double-list dt.status span.i-settings:before,.w-cards-container .w-card .status.title span.i-settings:before,.w-cards-container .w-card.centered .w-value .status.label span.i-settings:before,.list-results tbody tr.sublist .status.title span.i-settings:before,.list-results-header .status.title span.i-settings:before,.w-filters-selected label.status.small span.i-settings:before,.w-filters-selected .status.btn-f-s span.i-settings:before,.sub-header .w-form label.i-settings:before,.sub-header .w-double-list label.i-settings:before{content:"\E9CB"}.icon.i-preferences:before,.i-preferences.w-alert-banner:before,.liveDashboard .list-results thead .i-preferences.w-alert-banner:before,._account_api .list-results thead .i-preferences.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-preferences.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-preferences.btn-filter:before,.w-time-period .dropdown .w-selection .i-preferences.btn-period-edit:before,.block-filters .i-preferences.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-preferences:before,.list-results tbody span.i-preferences.status:before,.list-results tbody td.is-running span.i-preferences:before,.list-results tbody td.is-pending span.i-preferences:before,.liveDashboard .list-results thead .i-preferences.icon:before,.liveDashboard .list-results thead tr span.i-preferences:before,._account_api .list-results thead .i-preferences.icon:before,._account_api .list-results thead tr span.i-preferences:before,.list-results thead tr span.i-preferences:before,.form-auto-list .i-preferences.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-preferences.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-preferences.filter:before,.form-label.status span.i-preferences:before,.status.status-log span.i-preferences:before,.status.status-report-item span.i-preferences:before,.double-list dd.status span.i-preferences:before,.double-list dt.status span.i-preferences:before,.w-cards-container .w-card .status.title span.i-preferences:before,.w-cards-container .w-card.centered .w-value .status.label span.i-preferences:before,.list-results tbody tr.sublist .status.title span.i-preferences:before,.list-results-header .status.title span.i-preferences:before,.w-filters-selected label.status.small span.i-preferences:before,.w-filters-selected .status.btn-f-s span.i-preferences:before,.sub-header .w-form label.i-preferences:before,.sub-header .w-double-list label.i-preferences:before{content:"\E9CD"}.icon.i-dimensions:before,.i-dimensions.w-alert-banner:before,.liveDashboard .list-results thead .i-dimensions.w-alert-banner:before,._account_api .list-results thead .i-dimensions.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-dimensions.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-dimensions.btn-filter:before,.w-time-period .dropdown .w-selection .i-dimensions.btn-period-edit:before,.block-filters .i-dimensions.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-dimensions:before,.list-results tbody span.i-dimensions.status:before,.list-results tbody td.is-running span.i-dimensions:before,.list-results tbody td.is-pending span.i-dimensions:before,.liveDashboard .list-results thead .i-dimensions.icon:before,.liveDashboard .list-results thead tr span.i-dimensions:before,._account_api .list-results thead .i-dimensions.icon:before,._account_api .list-results thead tr span.i-dimensions:before,.list-results thead tr span.i-dimensions:before,.form-auto-list .i-dimensions.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-dimensions.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-dimensions.filter:before,.form-label.status span.i-dimensions:before,.status.status-log span.i-dimensions:before,.status.status-report-item span.i-dimensions:before,.double-list dd.status span.i-dimensions:before,.double-list dt.status span.i-dimensions:before,.w-cards-container .w-card .status.title span.i-dimensions:before,.w-cards-container .w-card.centered .w-value .status.label span.i-dimensions:before,.list-results tbody tr.sublist .status.title span.i-dimensions:before,.list-results-header .status.title span.i-dimensions:before,.w-filters-selected label.status.small span.i-dimensions:before,.w-filters-selected .status.btn-f-s span.i-dimensions:before,.sub-header .w-form label.i-dimensions:before,.sub-header .w-double-list label.i-dimensions:before{content:"\E9CC"}.icon.i-intervals:before,.i-intervals.w-alert-banner:before,.liveDashboard .list-results thead .i-intervals.w-alert-banner:before,._account_api .list-results thead .i-intervals.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-intervals.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-intervals.btn-filter:before,.w-time-period .dropdown .w-selection .i-intervals.btn-period-edit:before,.block-filters .i-intervals.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-intervals:before,.list-results tbody span.i-intervals.status:before,.list-results tbody td.is-running span.i-intervals:before,.list-results tbody td.is-pending span.i-intervals:before,.liveDashboard .list-results thead .i-intervals.icon:before,.liveDashboard .list-results thead tr span.i-intervals:before,._account_api .list-results thead .i-intervals.icon:before,._account_api .list-results thead tr span.i-intervals:before,.list-results thead tr span.i-intervals:before,.form-auto-list .i-intervals.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-intervals.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-intervals.filter:before,.form-label.status span.i-intervals:before,.status.status-log span.i-intervals:before,.status.status-report-item span.i-intervals:before,.double-list dd.status span.i-intervals:before,.double-list dt.status span.i-intervals:before,.w-cards-container .w-card .status.title span.i-intervals:before,.w-cards-container .w-card.centered .w-value .status.label span.i-intervals:before,.list-results tbody tr.sublist .status.title span.i-intervals:before,.list-results-header .status.title span.i-intervals:before,.w-filters-selected label.status.small span.i-intervals:before,.w-filters-selected .status.btn-f-s span.i-intervals:before,.sub-header .w-form label.i-intervals:before,.sub-header .w-double-list label.i-intervals:before{content:"\E9CE"}.icon.i-add-2:before,.i-add-2.w-alert-banner:before,.liveDashboard .list-results thead .i-add-2.w-alert-banner:before,._account_api .list-results thead .i-add-2.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-add-2.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-add-2.btn-filter:before,.w-time-period .dropdown .w-selection .i-add-2.btn-period-edit:before,.block-filters .i-add-2.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-add-2:before,.list-results tbody span.i-add-2.status:before,.list-results tbody td.is-running span.i-add-2:before,.list-results tbody td.is-pending span.i-add-2:before,.liveDashboard .list-results thead .i-add-2.icon:before,.liveDashboard .list-results thead tr span.i-add-2:before,._account_api .list-results thead .i-add-2.icon:before,._account_api .list-results thead tr span.i-add-2:before,.list-results thead tr span.i-add-2:before,.form-auto-list .i-add-2.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-add-2.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-add-2.filter:before,.form-label.status span.i-add-2:before,.status.status-log span.i-add-2:before,.status.status-report-item span.i-add-2:before,.double-list dd.status span.i-add-2:before,.double-list dt.status span.i-add-2:before,.w-cards-container .w-card .status.title span.i-add-2:before,.w-cards-container .w-card.centered .w-value .status.label span.i-add-2:before,.list-results tbody tr.sublist .status.title span.i-add-2:before,.list-results-header .status.title span.i-add-2:before,.w-filters-selected label.status.small span.i-add-2:before,.w-filters-selected .status.btn-f-s span.i-add-2:before,.sub-header .w-form label.i-add-2:before,.sub-header .w-double-list label.i-add-2:before{content:"\E9CF"}.icon.i-account:before,.i-account.w-alert-banner:before,.liveDashboard .list-results thead .i-account.w-alert-banner:before,._account_api .list-results thead .i-account.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-account.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-account.btn-filter:before,.w-time-period .dropdown .w-selection .i-account.btn-period-edit:before,.block-filters .i-account.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-account:before,.list-results tbody span.i-account.status:before,.list-results tbody td.is-running span.i-account:before,.list-results tbody td.is-pending span.i-account:before,.liveDashboard .list-results thead .i-account.icon:before,.liveDashboard .list-results thead tr span.i-account:before,._account_api .list-results thead .i-account.icon:before,._account_api .list-results thead tr span.i-account:before,.list-results thead tr span.i-account:before,.form-auto-list .i-account.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-account.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-account.filter:before,.form-label.status span.i-account:before,.status.status-log span.i-account:before,.status.status-report-item span.i-account:before,.double-list dd.status span.i-account:before,.double-list dt.status span.i-account:before,.w-cards-container .w-card .status.title span.i-account:before,.w-cards-container .w-card.centered .w-value .status.label span.i-account:before,.list-results tbody tr.sublist .status.title span.i-account:before,.list-results-header .status.title span.i-account:before,.w-filters-selected label.status.small span.i-account:before,.w-filters-selected .status.btn-f-s span.i-account:before,.sub-header .w-form label.i-account:before,.sub-header .w-double-list label.i-account:before{content:"\E9E3"}.icon.i-copy:before,.i-copy.w-alert-banner:before,.liveDashboard .list-results thead .i-copy.w-alert-banner:before,._account_api .list-results thead .i-copy.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-copy.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-copy.btn-filter:before,.w-time-period .dropdown .w-selection .i-copy.btn-period-edit:before,.block-filters .i-copy.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-copy:before,.list-results tbody span.i-copy.status:before,.list-results tbody td.is-running span.i-copy:before,.list-results tbody td.is-pending span.i-copy:before,.liveDashboard .list-results thead .i-copy.icon:before,.liveDashboard .list-results thead tr span.i-copy:before,._account_api .list-results thead .i-copy.icon:before,._account_api .list-results thead tr span.i-copy:before,.list-results thead tr span.i-copy:before,.form-auto-list .i-copy.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-copy.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-copy.filter:before,.form-label.status span.i-copy:before,.status.status-log span.i-copy:before,.status.status-report-item span.i-copy:before,.double-list dd.status span.i-copy:before,.double-list dt.status span.i-copy:before,.w-cards-container .w-card .status.title span.i-copy:before,.w-cards-container .w-card.centered .w-value .status.label span.i-copy:before,.list-results tbody tr.sublist .status.title span.i-copy:before,.list-results-header .status.title span.i-copy:before,.w-filters-selected label.status.small span.i-copy:before,.w-filters-selected .status.btn-f-s span.i-copy:before,.sub-header .w-form label.i-copy:before,.sub-header .w-double-list label.i-copy:before{content:"\E95B"}.icon.i-multi:before,.i-multi.w-alert-banner:before,.liveDashboard .list-results thead .i-multi.w-alert-banner:before,._account_api .list-results thead .i-multi.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-multi.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-multi.btn-filter:before,.w-time-period .dropdown .w-selection .i-multi.btn-period-edit:before,.block-filters .i-multi.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-multi:before,.list-results tbody span.i-multi.status:before,.list-results tbody td.is-running span.i-multi:before,.list-results tbody td.is-pending span.i-multi:before,.liveDashboard .list-results thead .i-multi.icon:before,.liveDashboard .list-results thead tr span.i-multi:before,._account_api .list-results thead .i-multi.icon:before,._account_api .list-results thead tr span.i-multi:before,.list-results thead tr span.i-multi:before,.form-auto-list .i-multi.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-multi.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-multi.filter:before,.form-label.status span.i-multi:before,.status.status-log span.i-multi:before,.status.status-report-item span.i-multi:before,.double-list dd.status span.i-multi:before,.double-list dt.status span.i-multi:before,.w-cards-container .w-card .status.title span.i-multi:before,.w-cards-container .w-card.centered .w-value .status.label span.i-multi:before,.list-results tbody tr.sublist .status.title span.i-multi:before,.list-results-header .status.title span.i-multi:before,.w-filters-selected label.status.small span.i-multi:before,.w-filters-selected .status.btn-f-s span.i-multi:before,.sub-header .w-form label.i-multi:before,.sub-header .w-double-list label.i-multi:before{content:"\E9D0"}.icon.i-calendar-2:before,.i-calendar-2.w-alert-banner:before,.liveDashboard .list-results thead .i-calendar-2.w-alert-banner:before,._account_api .list-results thead .i-calendar-2.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-calendar-2.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-calendar-2.btn-filter:before,.w-time-period .dropdown .w-selection .i-calendar-2.btn-period-edit:before,.block-filters .i-calendar-2.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-calendar-2:before,.list-results tbody span.i-calendar-2.status:before,.list-results tbody td.is-running span.i-calendar-2:before,.list-results tbody td.is-pending span.i-calendar-2:before,.liveDashboard .list-results thead .i-calendar-2.icon:before,.liveDashboard .list-results thead tr span.i-calendar-2:before,._account_api .list-results thead .i-calendar-2.icon:before,._account_api .list-results thead tr span.i-calendar-2:before,.list-results thead tr span.i-calendar-2:before,.form-auto-list .i-calendar-2.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-calendar-2.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-calendar-2.filter:before,.form-label.status span.i-calendar-2:before,.status.status-log span.i-calendar-2:before,.status.status-report-item span.i-calendar-2:before,.double-list dd.status span.i-calendar-2:before,.double-list dt.status span.i-calendar-2:before,.w-cards-container .w-card .status.title span.i-calendar-2:before,.w-cards-container .w-card.centered .w-value .status.label span.i-calendar-2:before,.list-results tbody tr.sublist .status.title span.i-calendar-2:before,.list-results-header .status.title span.i-calendar-2:before,.w-filters-selected label.status.small span.i-calendar-2:before,.w-filters-selected .status.btn-f-s span.i-calendar-2:before,.sub-header .w-form label.i-calendar-2:before,.sub-header .w-double-list label.i-calendar-2:before{content:"\E9D1"}.icon.i-filters:before,.i-filters.w-alert-banner:before,.liveDashboard .list-results thead .i-filters.w-alert-banner:before,._account_api .list-results thead .i-filters.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-filters.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-filters.btn-filter:before,.w-time-period .dropdown .w-selection .i-filters.btn-period-edit:before,.block-filters .i-filters.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-filters:before,.list-results tbody span.i-filters.status:before,.list-results tbody td.is-running span.i-filters:before,.list-results tbody td.is-pending span.i-filters:before,.liveDashboard .list-results thead .i-filters.icon:before,.liveDashboard .list-results thead tr span.i-filters:before,._account_api .list-results thead .i-filters.icon:before,._account_api .list-results thead tr span.i-filters:before,.list-results thead tr span.i-filters:before,.form-auto-list .i-filters.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-filters.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-filters.filter:before,.form-label.status span.i-filters:before,.status.status-log span.i-filters:before,.status.status-report-item span.i-filters:before,.double-list dd.status span.i-filters:before,.double-list dt.status span.i-filters:before,.w-cards-container .w-card .status.title span.i-filters:before,.w-cards-container .w-card.centered .w-value .status.label span.i-filters:before,.list-results tbody tr.sublist .status.title span.i-filters:before,.list-results-header .status.title span.i-filters:before,.w-filters-selected label.status.small span.i-filters:before,.w-filters-selected .status.btn-f-s span.i-filters:before,.sub-header .w-form label.i-filters:before,.sub-header .w-double-list label.i-filters:before{content:"\E9D2"}.icon.i-user-filters:before,.i-user-filters.w-alert-banner:before,.liveDashboard .list-results thead .i-user-filters.w-alert-banner:before,._account_api .list-results thead .i-user-filters.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-user-filters.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-user-filters.btn-filter:before,.w-time-period .dropdown .w-selection .i-user-filters.btn-period-edit:before,.block-filters .i-user-filters.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-user-filters:before,.list-results tbody span.i-user-filters.status:before,.list-results tbody td.is-running span.i-user-filters:before,.list-results tbody td.is-pending span.i-user-filters:before,.liveDashboard .list-results thead .i-user-filters.icon:before,.liveDashboard .list-results thead tr span.i-user-filters:before,._account_api .list-results thead .i-user-filters.icon:before,._account_api .list-results thead tr span.i-user-filters:before,.list-results thead tr span.i-user-filters:before,.form-auto-list .i-user-filters.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-user-filters.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-user-filters.filter:before,.form-label.status span.i-user-filters:before,.status.status-log span.i-user-filters:before,.status.status-report-item span.i-user-filters:before,.double-list dd.status span.i-user-filters:before,.double-list dt.status span.i-user-filters:before,.w-cards-container .w-card .status.title span.i-user-filters:before,.w-cards-container .w-card.centered .w-value .status.label span.i-user-filters:before,.list-results tbody tr.sublist .status.title span.i-user-filters:before,.list-results-header .status.title span.i-user-filters:before,.w-filters-selected label.status.small span.i-user-filters:before,.w-filters-selected .status.btn-f-s span.i-user-filters:before,.sub-header .w-form label.i-user-filters:before,.sub-header .w-double-list label.i-user-filters:before{content:"\E9E6"}.icon.i-credit:before,.i-credit.w-alert-banner:before,.liveDashboard .list-results thead .i-credit.w-alert-banner:before,._account_api .list-results thead .i-credit.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-credit.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-credit.btn-filter:before,.w-time-period .dropdown .w-selection .i-credit.btn-period-edit:before,.block-filters .i-credit.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-credit:before,.list-results tbody span.i-credit.status:before,.list-results tbody td.is-running span.i-credit:before,.list-results tbody td.is-pending span.i-credit:before,.liveDashboard .list-results thead .i-credit.icon:before,.liveDashboard .list-results thead tr span.i-credit:before,._account_api .list-results thead .i-credit.icon:before,._account_api .list-results thead tr span.i-credit:before,.list-results thead tr span.i-credit:before,.form-auto-list .i-credit.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-credit.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-credit.filter:before,.form-label.status span.i-credit:before,.status.status-log span.i-credit:before,.status.status-report-item span.i-credit:before,.double-list dd.status span.i-credit:before,.double-list dt.status span.i-credit:before,.w-cards-container .w-card .status.title span.i-credit:before,.w-cards-container .w-card.centered .w-value .status.label span.i-credit:before,.list-results tbody tr.sublist .status.title span.i-credit:before,.list-results-header .status.title span.i-credit:before,.w-filters-selected label.status.small span.i-credit:before,.w-filters-selected .status.btn-f-s span.i-credit:before,.sub-header .w-form label.i-credit:before,.sub-header .w-double-list label.i-credit:before{content:"\E9E7"}.icon.i-membership:before,.i-membership.w-alert-banner:before,.liveDashboard .list-results thead .i-membership.w-alert-banner:before,._account_api .list-results thead .i-membership.w-alert-banner:before,.w-time-period .dropdown .w-selection .i-membership.btn-period-clear:before,.w-time-period .dropdown .w-selection .i-membership.btn-filter:before,.w-time-period .dropdown .w-selection .i-membership.btn-period-edit:before,.block-filters .i-membership.btn-filter:before,.toggleWrapper input.mobileToggle+label.i-membership:before,.list-results tbody span.i-membership.status:before,.list-results tbody td.is-running span.i-membership:before,.list-results tbody td.is-pending span.i-membership:before,.liveDashboard .list-results thead .i-membership.icon:before,.liveDashboard .list-results thead tr span.i-membership:before,._account_api .list-results thead .i-membership.icon:before,._account_api .list-results thead tr span.i-membership:before,.list-results thead tr span.i-membership:before,.form-auto-list .i-membership.form-auto-item.is-user-is-inactive:before,.form-auto-list .i-membership.form-auto-item.is-user-is-active:before,.w-filter-preset.w-filter-preset .filter-preset .i-membership.filter:before,.form-label.status span.i-membership:before,.status.status-log span.i-membership:before,.status.status-report-item span.i-membership:before,.double-list dd.status span.i-membership:before,.double-list dt.status span.i-membership:before,.w-cards-container .w-card .status.title span.i-membership:before,.w-cards-container .w-card.centered .w-value .status.label span.i-membership:before,.list-results tbody tr.sublist .status.title span.i-membership:before,.list-results-header .status.title span.i-membership:before,.w-filters-selected label.status.small span.i-membership:before,.w-filters-selected .status.btn-f-s span.i-membership:before,.sub-header .w-form label.i-membership:before,.sub-header .w-double-list label.i-membership:before{content:"\E9E8"}.only-mobile{display:none}@media(max-width: 767px){.only-mobile{display:block}}.code{background-color:#f4f4f4;border-radius:8px;font-size:11px;margin-bottom:1rem;display:inline-block;width:100%;padding:1rem 0}.code pre{font-size:90%;overflow-x:auto;padding-left:1rem}.widget-grid-container{display:grid;gap:1rem;grid-template-columns:repeat(2, minmax(118px, 1fr))}@media(min-width: 1024px){.widget-grid-container{grid-template-rows:1fr;grid-template-columns:repeat(4, minmax(235px, 1fr));width:100%}}.desktop .widget-grid-container{grid-template-rows:1fr;grid-template-columns:repeat(4, minmax(235px, 1fr));width:100%}@media(max-width: 767px){.desktop .widget-grid-container{grid-template-columns:repeat(4, minmax(200px, 1fr))}}.widget-grid-container .w-card{height:100%}.widget-grid-container>div{display:flex;flex-direction:column;gap:1rem}.w-content,.page-content{display:flex;gap:1.5rem;flex-direction:column}@media(max-width: 767px){.w-content,.page-content{gap:.5rem}}@media(max-width: 767px){._users .page-content,._account_settings .page-content,._custom_dimensions .page-content{gap:.25rem}.desktop .page-content{gap:1rem}}.label-annotation{height:1px;width:45px;border:2px dashed #d41c5c;margin-right:-1rem}.report-status{display:flex;gap:.5rem}.report-status .report-status-tooltip{background-color:#fff;position:absolute;right:0;top:3rem;bottom:0;z-index:1000;height:fit-content;width:26rem;padding:1rem;border-radius:8px;text-align:left;display:none;box-shadow:0px 0px 10px 0px rgba(63,63,63,.15)}.report-status .report-status-tooltip p{font-family:"Inter",sans-serif;font-optical-sizing:auto;font-style:normal;font-size:1.1em;font-weight:400;color:#3f3f3f}.report-status:hover .report-status-tooltip{display:block}.report-status .w-tooltips-adv{position:absolute;left:0;right:0;top:0;bottom:0;height:2.8rem !important;cursor:pointer;pointer-events:all}.report-status .w-tooltips-adv .open-button{top:0;left:0;right:0;bottom:0;height:2.8rem;width:4.5rem;position:absolute;cursor:pointer}.report-status .w-tooltips-adv .open-button::before{content:"i" !important}.report-status .w-tooltips-adv:hover .tooltips-adv{display:block !important}.report-status .w-tooltips-adv:hover .tooltips-adv-content{display:block !important}.report-status .icon.i-live,.report-status .i-live.w-alert-banner:before,.report-status .liveDashboard .list-results thead .i-live.w-alert-banner:before,.liveDashboard .list-results thead .report-status .i-live.w-alert-banner:before,.report-status ._account_api .list-results thead .i-live.w-alert-banner:before,._account_api .list-results thead .report-status .i-live.w-alert-banner:before,.report-status .w-dialog.plus .i-live.dialog-aside:after,.w-dialog.plus .report-status .i-live.dialog-aside:after,.report-status .w-toast .i-live.toast.plus:after,.w-toast .report-status .i-live.toast.plus:after,.report-status .w-time-period .dropdown .w-selection .i-live.btn-period-clear:before,.w-time-period .dropdown .w-selection .report-status .i-live.btn-period-clear:before,.report-status .w-time-period .dropdown .w-selection .i-live.btn-filter:before,.w-time-period .dropdown .w-selection .report-status .i-live.btn-filter:before,.report-status .w-time-period .dropdown .w-selection .i-live.btn-period-edit:before,.w-time-period .dropdown .w-selection .report-status .i-live.btn-period-edit:before,.report-status .block-filters .i-live.btn-filter:before,.block-filters .report-status .i-live.btn-filter:before,.report-status .toggleWrapper input.mobileToggle+label.i-live,.toggleWrapper .report-status input.mobileToggle+label.i-live,.report-status .list-results tbody span.i-live.status,.list-results tbody .report-status span.i-live.status,.report-status .list-results tbody td.is-running span.i-live,.list-results tbody td.is-running .report-status span.i-live,.report-status .list-results tbody td.is-pending span.i-live,.list-results tbody td.is-pending .report-status span.i-live,.report-status .liveDashboard .list-results thead .i-live.icon,.report-status .liveDashboard .list-results thead .i-live.w-alert-banner:before,.report-status .liveDashboard .list-results thead .i-live.w-alert-banner:before,.report-status .liveDashboard ._account_api .list-results thead .i-live.w-alert-banner:before,._account_api .report-status .liveDashboard .list-results thead .i-live.w-alert-banner:before,.report-status .liveDashboard .list-results thead .w-dialog.plus .i-live.dialog-aside:after,.w-dialog.plus .report-status .liveDashboard .list-results thead .i-live.dialog-aside:after,.report-status .liveDashboard .list-results thead .w-toast .i-live.toast.plus:after,.w-toast .report-status .liveDashboard .list-results thead .i-live.toast.plus:after,.report-status .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .i-live.btn-period-clear:before,.w-time-period .dropdown .w-selection .report-status .liveDashboard .list-results thead .i-live.btn-period-clear:before,.report-status .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .i-live.btn-filter:before,.w-time-period .dropdown .w-selection .report-status .liveDashboard .list-results thead .i-live.btn-filter:before,.report-status .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .i-live.btn-period-edit:before,.w-time-period .dropdown .w-selection .report-status .liveDashboard .list-results thead .i-live.btn-period-edit:before,.report-status .liveDashboard .list-results thead .block-filters .i-live.btn-filter:before,.block-filters .report-status .liveDashboard .list-results thead .i-live.btn-filter:before,.report-status .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.i-live,.toggleWrapper .report-status .liveDashboard .list-results thead input.mobileToggle+label.i-live,.report-status .liveDashboard .list-results thead tbody span.i-live.status,.report-status .liveDashboard .list-results tbody thead span.i-live.status,.report-status .liveDashboard .list-results thead tbody td.is-running span.i-live,.report-status .liveDashboard .list-results tbody td.is-running thead span.i-live,.report-status .liveDashboard .list-results thead tbody td.is-pending span.i-live,.report-status .liveDashboard .list-results tbody td.is-pending thead span.i-live,.liveDashboard .list-results thead .report-status .i-live.icon,.liveDashboard .list-results thead .report-status .i-live.w-alert-banner:before,.liveDashboard .list-results thead .report-status .i-live.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .report-status .i-live.w-alert-banner:before,._account_api .liveDashboard .list-results thead .report-status .i-live.w-alert-banner:before,.liveDashboard .list-results thead .report-status .w-dialog.plus .i-live.dialog-aside:after,.w-dialog.plus .liveDashboard .list-results thead .report-status .i-live.dialog-aside:after,.liveDashboard .list-results thead .report-status .w-toast .i-live.toast.plus:after,.w-toast .liveDashboard .list-results thead .report-status .i-live.toast.plus:after,.liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .i-live.btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .report-status .i-live.btn-period-clear:before,.liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .i-live.btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .report-status .i-live.btn-filter:before,.liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .i-live.btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .report-status .i-live.btn-period-edit:before,.liveDashboard .list-results thead .report-status .block-filters .i-live.btn-filter:before,.block-filters .liveDashboard .list-results thead .report-status .i-live.btn-filter:before,.liveDashboard .list-results thead .report-status .toggleWrapper input.mobileToggle+label.i-live,.toggleWrapper .liveDashboard .list-results thead .report-status input.mobileToggle+label.i-live,.liveDashboard .list-results thead .report-status tbody span.i-live.status,.liveDashboard .list-results tbody thead .report-status span.i-live.status,.liveDashboard .list-results thead .report-status tbody td.is-running span.i-live,.liveDashboard .list-results tbody td.is-running thead .report-status span.i-live,.liveDashboard .list-results thead .report-status tbody td.is-pending span.i-live,.liveDashboard .list-results tbody td.is-pending thead .report-status span.i-live,.report-status .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .i-live.dropdown-toggle:after,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .report-status .i-live.dropdown-toggle:after,.report-status .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .i-live.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .report-status .i-live.dropdown-toggle:after,.report-status .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .i-live.filter,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .report-status .i-live.filter,.report-status .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .i-live.filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .report-status .i-live.filter,.report-status .liveDashboard .list-results thead .form-label.status span.i-live,.report-status .liveDashboard .list-results thead .status.status-log span.i-live,.report-status .liveDashboard .list-results thead .status.status-report-item span.i-live,.report-status .liveDashboard .list-results thead .double-list dd.status span.i-live,.double-list .report-status .liveDashboard .list-results thead dd.status span.i-live,.report-status .liveDashboard .list-results thead .double-list dt.status span.i-live,.double-list .report-status .liveDashboard .list-results thead dt.status span.i-live,.report-status .liveDashboard .list-results thead .w-cards-container .w-card .status.title span.i-live,.w-cards-container .w-card .report-status .liveDashboard .list-results thead .status.title span.i-live,.report-status .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.i-live,.w-cards-container .w-card.centered .w-value .report-status .liveDashboard .list-results thead .status.label span.i-live,.report-status .liveDashboard .list-results thead tbody tr.sublist .status.title span.i-live,.report-status .liveDashboard .list-results tbody tr.sublist thead .status.title span.i-live,.liveDashboard .list-results thead .form-label.status .report-status span.i-live,.liveDashboard .list-results thead .status.status-log .report-status span.i-live,.liveDashboard .list-results thead .status.status-report-item .report-status span.i-live,.liveDashboard .list-results thead .double-list dd.status .report-status span.i-live,.double-list .liveDashboard .list-results thead dd.status .report-status span.i-live,.liveDashboard .list-results thead .double-list dt.status .report-status span.i-live,.double-list .liveDashboard .list-results thead dt.status .report-status span.i-live,.liveDashboard .list-results thead .w-cards-container .w-card .status.title .report-status span.i-live,.w-cards-container .w-card .liveDashboard .list-results thead .status.title .report-status span.i-live,.liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .report-status span.i-live,.w-cards-container .w-card.centered .w-value .liveDashboard .list-results thead .status.label .report-status span.i-live,.liveDashboard .list-results thead tbody tr.sublist .status.title .report-status span.i-live,.liveDashboard .list-results tbody tr.sublist thead .status.title .report-status span.i-live,.report-status .form-label.status .liveDashboard .list-results thead span.i-live,.report-status .status.status-log .liveDashboard .list-results thead span.i-live,.report-status .status.status-report-item .liveDashboard .list-results thead span.i-live,.report-status .double-list dd.status .liveDashboard .list-results thead span.i-live,.double-list .report-status dd.status .liveDashboard .list-results thead span.i-live,.report-status .double-list dt.status .liveDashboard .list-results thead span.i-live,.double-list .report-status dt.status .liveDashboard .list-results thead span.i-live,.report-status .w-cards-container .w-card .status.title .liveDashboard .list-results thead span.i-live,.w-cards-container .w-card .report-status .status.title .liveDashboard .list-results thead span.i-live,.report-status .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.i-live,.w-cards-container .w-card.centered .w-value .report-status .status.label .liveDashboard .list-results thead span.i-live,.report-status .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.i-live,.list-results tbody tr.sublist .report-status .status.title .liveDashboard .list-results thead span.i-live,.form-label.status .liveDashboard .list-results thead .report-status span.i-live,.status.status-log .liveDashboard .list-results thead .report-status span.i-live,.status.status-report-item .liveDashboard .list-results thead .report-status span.i-live,.double-list dd.status .liveDashboard .list-results thead .report-status span.i-live,.double-list dt.status .liveDashboard .list-results thead .report-status span.i-live,.w-cards-container .w-card .status.title .liveDashboard .list-results thead .report-status span.i-live,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead .report-status span.i-live,.list-results tbody tr.sublist .status.title .liveDashboard .list-results thead .report-status span.i-live,.report-status .liveDashboard .list-results thead .w-filters-selected label.status.small span.i-live,.liveDashboard .list-results thead .w-filters-selected label.status.small .report-status span.i-live,.report-status .w-filters-selected label.status.small .liveDashboard .list-results thead span.i-live,.w-filters-selected label.status.small .liveDashboard .list-results thead .report-status span.i-live,.report-status .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.i-live,.liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .report-status span.i-live,.report-status .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.i-live,.w-filters-selected .status.btn-f-s .liveDashboard .list-results thead .report-status span.i-live,.report-status .liveDashboard .list-results thead .sub-header .w-form label.i-live,.report-status .liveDashboard .list-results thead .sub-header .w-double-list label.i-live,.liveDashboard .list-results thead .sub-header .w-form .report-status label.i-live,.liveDashboard .list-results thead .sub-header .w-double-list .report-status label.i-live,.report-status .sub-header .w-form .liveDashboard .list-results thead label.i-live,.report-status .sub-header .w-double-list .liveDashboard .list-results thead label.i-live,.sub-header .w-form .liveDashboard .list-results thead .report-status label.i-live,.sub-header .w-double-list .liveDashboard .list-results thead .report-status label.i-live,.report-status .liveDashboard .list-results thead .block-filters button.i-live:after,.liveDashboard .list-results thead .block-filters .report-status button.i-live:after,.report-status .block-filters .liveDashboard .list-results thead button.i-live:after,.block-filters .liveDashboard .list-results thead .report-status button.i-live:after,.report-status .liveDashboard .list-results thead .block-filters select.i-live:after,.liveDashboard .list-results thead .block-filters .report-status select.i-live:after,.report-status .block-filters .liveDashboard .list-results thead select.i-live:after,.block-filters .liveDashboard .list-results thead .report-status select.i-live:after,.report-status .liveDashboard .list-results thead .form-auto-list .i-live.form-auto-item.is-user-is-inactive,.liveDashboard .list-results thead .form-auto-list .report-status .i-live.form-auto-item.is-user-is-inactive,.report-status .form-auto-list .liveDashboard .list-results thead .i-live.form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard .list-results thead .report-status .i-live.form-auto-item.is-user-is-inactive,.report-status .liveDashboard .list-results thead .form-auto-list .i-live.form-auto-item.is-user-is-active,.liveDashboard .list-results thead .form-auto-list .report-status .i-live.form-auto-item.is-user-is-active,.report-status .form-auto-list .liveDashboard .list-results thead .i-live.form-auto-item.is-user-is-active,.form-auto-list .liveDashboard .list-results thead .report-status .i-live.form-auto-item.is-user-is-active,.report-status .liveDashboard .list-results thead .list-results-header .status.title span.i-live,.liveDashboard .list-results thead .list-results-header .status.title .report-status span.i-live,.report-status .list-results-header .status.title .liveDashboard .list-results thead span.i-live,.list-results-header .status.title .liveDashboard .list-results thead .report-status span.i-live,.report-status .liveDashboard .list-results thead tr span.i-live,.liveDashboard .list-results thead tr .report-status span.i-live,.report-status ._account_api .list-results thead .i-live.icon,.report-status ._account_api .list-results thead .i-live.w-alert-banner:before,.report-status ._account_api .liveDashboard .list-results thead .i-live.w-alert-banner:before,.liveDashboard .report-status ._account_api .list-results thead .i-live.w-alert-banner:before,.report-status ._account_api .list-results thead .i-live.w-alert-banner:before,.report-status ._account_api .list-results thead .w-dialog.plus .i-live.dialog-aside:after,.w-dialog.plus .report-status ._account_api .list-results thead .i-live.dialog-aside:after,.report-status ._account_api .list-results thead .w-toast .i-live.toast.plus:after,.w-toast .report-status ._account_api .list-results thead .i-live.toast.plus:after,.report-status ._account_api .list-results thead .w-time-period .dropdown .w-selection .i-live.btn-period-clear:before,.w-time-period .dropdown .w-selection .report-status ._account_api .list-results thead .i-live.btn-period-clear:before,.report-status ._account_api .list-results thead .w-time-period .dropdown .w-selection .i-live.btn-filter:before,.w-time-period .dropdown .w-selection .report-status ._account_api .list-results thead .i-live.btn-filter:before,.report-status ._account_api .list-results thead .w-time-period .dropdown .w-selection .i-live.btn-period-edit:before,.w-time-period .dropdown .w-selection .report-status ._account_api .list-results thead .i-live.btn-period-edit:before,.report-status ._account_api .list-results thead .block-filters .i-live.btn-filter:before,.block-filters .report-status ._account_api .list-results thead .i-live.btn-filter:before,.report-status ._account_api .list-results thead .toggleWrapper input.mobileToggle+label.i-live,.toggleWrapper .report-status ._account_api .list-results thead input.mobileToggle+label.i-live,.report-status ._account_api .list-results thead tbody span.i-live.status,.report-status ._account_api .list-results tbody thead span.i-live.status,.report-status ._account_api .list-results thead tbody td.is-running span.i-live,.report-status ._account_api .list-results tbody td.is-running thead span.i-live,.report-status ._account_api .list-results thead tbody td.is-pending span.i-live,.report-status ._account_api .list-results tbody td.is-pending thead span.i-live,._account_api .list-results thead .report-status .i-live.icon,._account_api .list-results thead .report-status .i-live.w-alert-banner:before,._account_api .liveDashboard .list-results thead .report-status .i-live.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .report-status .i-live.w-alert-banner:before,._account_api .list-results thead .report-status .i-live.w-alert-banner:before,._account_api .list-results thead .report-status .w-dialog.plus .i-live.dialog-aside:after,.w-dialog.plus ._account_api .list-results thead .report-status .i-live.dialog-aside:after,._account_api .list-results thead .report-status .w-toast .i-live.toast.plus:after,.w-toast ._account_api .list-results thead .report-status .i-live.toast.plus:after,._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .i-live.btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .report-status .i-live.btn-period-clear:before,._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .i-live.btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .report-status .i-live.btn-filter:before,._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .i-live.btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .report-status .i-live.btn-period-edit:before,._account_api .list-results thead .report-status .block-filters .i-live.btn-filter:before,.block-filters ._account_api .list-results thead .report-status .i-live.btn-filter:before,._account_api .list-results thead .report-status .toggleWrapper input.mobileToggle+label.i-live,.toggleWrapper ._account_api .list-results thead .report-status input.mobileToggle+label.i-live,._account_api .list-results thead .report-status tbody span.i-live.status,._account_api .list-results tbody thead .report-status span.i-live.status,._account_api .list-results thead .report-status tbody td.is-running span.i-live,._account_api .list-results tbody td.is-running thead .report-status span.i-live,._account_api .list-results thead .report-status tbody td.is-pending span.i-live,._account_api .list-results tbody td.is-pending thead .report-status span.i-live,.report-status ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .i-live.dropdown-toggle:after,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .report-status .i-live.dropdown-toggle:after,.report-status .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .i-live.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .report-status .i-live.dropdown-toggle:after,.report-status ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .i-live.filter,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .report-status .i-live.filter,.report-status .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .i-live.filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .report-status .i-live.filter,.report-status ._account_api .list-results thead .form-label.status span.i-live,.report-status ._account_api .list-results thead .status.status-log span.i-live,.report-status ._account_api .list-results thead .status.status-report-item span.i-live,.report-status ._account_api .list-results thead .double-list dd.status span.i-live,.double-list .report-status ._account_api .list-results thead dd.status span.i-live,.report-status ._account_api .list-results thead .double-list dt.status span.i-live,.double-list .report-status ._account_api .list-results thead dt.status span.i-live,.report-status ._account_api .list-results thead .w-cards-container .w-card .status.title span.i-live,.w-cards-container .w-card .report-status ._account_api .list-results thead .status.title span.i-live,.report-status ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.i-live,.w-cards-container .w-card.centered .w-value .report-status ._account_api .list-results thead .status.label span.i-live,.report-status ._account_api .list-results thead tbody tr.sublist .status.title span.i-live,.report-status ._account_api .list-results tbody tr.sublist thead .status.title span.i-live,._account_api .list-results thead .form-label.status .report-status span.i-live,._account_api .list-results thead .status.status-log .report-status span.i-live,._account_api .list-results thead .status.status-report-item .report-status span.i-live,._account_api .list-results thead .double-list dd.status .report-status span.i-live,.double-list ._account_api .list-results thead dd.status .report-status span.i-live,._account_api .list-results thead .double-list dt.status .report-status span.i-live,.double-list ._account_api .list-results thead dt.status .report-status span.i-live,._account_api .list-results thead .w-cards-container .w-card .status.title .report-status span.i-live,.w-cards-container .w-card ._account_api .list-results thead .status.title .report-status span.i-live,._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .report-status span.i-live,.w-cards-container .w-card.centered .w-value ._account_api .list-results thead .status.label .report-status span.i-live,._account_api .list-results thead tbody tr.sublist .status.title .report-status span.i-live,._account_api .list-results tbody tr.sublist thead .status.title .report-status span.i-live,.report-status .form-label.status ._account_api .list-results thead span.i-live,.report-status .status.status-log ._account_api .list-results thead span.i-live,.report-status .status.status-report-item ._account_api .list-results thead span.i-live,.report-status .double-list dd.status ._account_api .list-results thead span.i-live,.double-list .report-status dd.status ._account_api .list-results thead span.i-live,.report-status .double-list dt.status ._account_api .list-results thead span.i-live,.double-list .report-status dt.status ._account_api .list-results thead span.i-live,.report-status .w-cards-container .w-card .status.title ._account_api .list-results thead span.i-live,.w-cards-container .w-card .report-status .status.title ._account_api .list-results thead span.i-live,.report-status .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.i-live,.w-cards-container .w-card.centered .w-value .report-status .status.label ._account_api .list-results thead span.i-live,.report-status .list-results tbody tr.sublist .status.title ._account_api .list-results thead span.i-live,.list-results tbody tr.sublist .report-status .status.title ._account_api .list-results thead span.i-live,.form-label.status ._account_api .list-results thead .report-status span.i-live,.status.status-log ._account_api .list-results thead .report-status span.i-live,.status.status-report-item ._account_api .list-results thead .report-status span.i-live,.double-list dd.status ._account_api .list-results thead .report-status span.i-live,.double-list dt.status ._account_api .list-results thead .report-status span.i-live,.w-cards-container .w-card .status.title ._account_api .list-results thead .report-status span.i-live,.w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead .report-status span.i-live,.list-results tbody tr.sublist .status.title ._account_api .list-results thead .report-status span.i-live,.report-status ._account_api .list-results thead .w-filters-selected label.status.small span.i-live,._account_api .list-results thead .w-filters-selected label.status.small .report-status span.i-live,.report-status .w-filters-selected label.status.small ._account_api .list-results thead span.i-live,.w-filters-selected label.status.small ._account_api .list-results thead .report-status span.i-live,.report-status ._account_api .list-results thead .w-filters-selected .status.btn-f-s span.i-live,._account_api .list-results thead .w-filters-selected .status.btn-f-s .report-status span.i-live,.report-status .w-filters-selected .status.btn-f-s ._account_api .list-results thead span.i-live,.w-filters-selected .status.btn-f-s ._account_api .list-results thead .report-status span.i-live,.report-status ._account_api .list-results thead .sub-header .w-form label.i-live,.report-status ._account_api .list-results thead .sub-header .w-double-list label.i-live,._account_api .list-results thead .sub-header .w-form .report-status label.i-live,._account_api .list-results thead .sub-header .w-double-list .report-status label.i-live,.report-status .sub-header .w-form ._account_api .list-results thead label.i-live,.report-status .sub-header .w-double-list ._account_api .list-results thead label.i-live,.sub-header .w-form ._account_api .list-results thead .report-status label.i-live,.sub-header .w-double-list ._account_api .list-results thead .report-status label.i-live,.report-status ._account_api .list-results thead .block-filters button.i-live:after,._account_api .list-results thead .block-filters .report-status button.i-live:after,.report-status .block-filters ._account_api .list-results thead button.i-live:after,.block-filters ._account_api .list-results thead .report-status button.i-live:after,.report-status ._account_api .list-results thead .block-filters select.i-live:after,._account_api .list-results thead .block-filters .report-status select.i-live:after,.report-status .block-filters ._account_api .list-results thead select.i-live:after,.block-filters ._account_api .list-results thead .report-status select.i-live:after,.report-status ._account_api .list-results thead .form-auto-list .i-live.form-auto-item.is-user-is-inactive,._account_api .list-results thead .form-auto-list .report-status .i-live.form-auto-item.is-user-is-inactive,.report-status .form-auto-list ._account_api .list-results thead .i-live.form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .list-results thead .report-status .i-live.form-auto-item.is-user-is-inactive,.report-status ._account_api .list-results thead .form-auto-list .i-live.form-auto-item.is-user-is-active,._account_api .list-results thead .form-auto-list .report-status .i-live.form-auto-item.is-user-is-active,.report-status .form-auto-list ._account_api .list-results thead .i-live.form-auto-item.is-user-is-active,.form-auto-list ._account_api .list-results thead .report-status .i-live.form-auto-item.is-user-is-active,.report-status ._account_api .list-results thead .list-results-header .status.title span.i-live,._account_api .list-results thead .list-results-header .status.title .report-status span.i-live,.report-status .list-results-header .status.title ._account_api .list-results thead span.i-live,.list-results-header .status.title ._account_api .list-results thead .report-status span.i-live,.report-status ._account_api .list-results thead tr span.i-live,._account_api .list-results thead tr .report-status span.i-live,.report-status .liveDashboard ._account_api .list-results thead .i-live.icon,.report-status .liveDashboard ._account_api .list-results thead .i-live.w-alert-banner:before,.report-status .liveDashboard ._account_api .list-results thead .i-live.w-alert-banner:before,.report-status .liveDashboard ._account_api .list-results thead .i-live.w-alert-banner:before,.report-status .liveDashboard ._account_api .list-results thead .w-dialog.plus .i-live.dialog-aside:after,.w-dialog.plus .report-status .liveDashboard ._account_api .list-results thead .i-live.dialog-aside:after,.report-status .liveDashboard ._account_api .list-results thead .w-toast .i-live.toast.plus:after,.w-toast .report-status .liveDashboard ._account_api .list-results thead .i-live.toast.plus:after,.report-status .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .i-live.btn-period-clear:before,.w-time-period .dropdown .w-selection .report-status .liveDashboard ._account_api .list-results thead .i-live.btn-period-clear:before,.report-status .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .i-live.btn-filter:before,.w-time-period .dropdown .w-selection .report-status .liveDashboard ._account_api .list-results thead .i-live.btn-filter:before,.report-status .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .i-live.btn-period-edit:before,.w-time-period .dropdown .w-selection .report-status .liveDashboard ._account_api .list-results thead .i-live.btn-period-edit:before,.report-status .liveDashboard ._account_api .list-results thead .block-filters .i-live.btn-filter:before,.block-filters .report-status .liveDashboard ._account_api .list-results thead .i-live.btn-filter:before,.report-status .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label.i-live,.toggleWrapper .report-status .liveDashboard ._account_api .list-results thead input.mobileToggle+label.i-live,.report-status .liveDashboard ._account_api .list-results thead tbody span.i-live.status,.report-status .liveDashboard ._account_api .list-results tbody thead span.i-live.status,.report-status .liveDashboard ._account_api .list-results thead tbody td.is-running span.i-live,.report-status .liveDashboard ._account_api .list-results tbody td.is-running thead span.i-live,.report-status .liveDashboard ._account_api .list-results thead tbody td.is-pending span.i-live,.report-status .liveDashboard ._account_api .list-results tbody td.is-pending thead span.i-live,.liveDashboard ._account_api .list-results thead .report-status .i-live.icon,.liveDashboard ._account_api .list-results thead .report-status .i-live.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .report-status .i-live.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .report-status .i-live.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .report-status .w-dialog.plus .i-live.dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .report-status .i-live.dialog-aside:after,.liveDashboard ._account_api .list-results thead .report-status .w-toast .i-live.toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .report-status .i-live.toast.plus:after,.liveDashboard ._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .i-live.btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .report-status .i-live.btn-period-clear:before,.liveDashboard ._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .i-live.btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .report-status .i-live.btn-filter:before,.liveDashboard ._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .i-live.btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .report-status .i-live.btn-period-edit:before,.liveDashboard ._account_api .list-results thead .report-status .block-filters .i-live.btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .report-status .i-live.btn-filter:before,.liveDashboard ._account_api .list-results thead .report-status .toggleWrapper input.mobileToggle+label.i-live,.toggleWrapper .liveDashboard ._account_api .list-results thead .report-status input.mobileToggle+label.i-live,.liveDashboard ._account_api .list-results thead .report-status tbody span.i-live.status,.liveDashboard ._account_api .list-results tbody thead .report-status span.i-live.status,.liveDashboard ._account_api .list-results thead .report-status tbody td.is-running span.i-live,.liveDashboard ._account_api .list-results tbody td.is-running thead .report-status span.i-live,.liveDashboard ._account_api .list-results thead .report-status tbody td.is-pending span.i-live,.liveDashboard ._account_api .list-results tbody td.is-pending thead .report-status span.i-live,.report-status ._account_api .liveDashboard .list-results thead .i-live.icon,.report-status ._account_api .liveDashboard .list-results thead .i-live.w-alert-banner:before,.report-status ._account_api .liveDashboard .list-results thead .i-live.w-alert-banner:before,.report-status ._account_api .liveDashboard .list-results thead .i-live.w-alert-banner:before,.report-status ._account_api .liveDashboard .list-results thead .w-dialog.plus .i-live.dialog-aside:after,.w-dialog.plus .report-status ._account_api .liveDashboard .list-results thead .i-live.dialog-aside:after,.report-status ._account_api .liveDashboard .list-results thead .w-toast .i-live.toast.plus:after,.w-toast .report-status ._account_api .liveDashboard .list-results thead .i-live.toast.plus:after,.report-status ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .i-live.btn-period-clear:before,.w-time-period .dropdown .w-selection .report-status ._account_api .liveDashboard .list-results thead .i-live.btn-period-clear:before,.report-status ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .i-live.btn-filter:before,.w-time-period .dropdown .w-selection .report-status ._account_api .liveDashboard .list-results thead .i-live.btn-filter:before,.report-status ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .i-live.btn-period-edit:before,.w-time-period .dropdown .w-selection .report-status ._account_api .liveDashboard .list-results thead .i-live.btn-period-edit:before,.report-status ._account_api .liveDashboard .list-results thead .block-filters .i-live.btn-filter:before,.block-filters .report-status ._account_api .liveDashboard .list-results thead .i-live.btn-filter:before,.report-status ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.i-live,.toggleWrapper .report-status ._account_api .liveDashboard .list-results thead input.mobileToggle+label.i-live,.report-status ._account_api .liveDashboard .list-results thead tbody span.i-live.status,.report-status ._account_api .liveDashboard .list-results tbody thead span.i-live.status,.report-status ._account_api .liveDashboard .list-results thead tbody td.is-running span.i-live,.report-status ._account_api .liveDashboard .list-results tbody td.is-running thead span.i-live,.report-status ._account_api .liveDashboard .list-results thead tbody td.is-pending span.i-live,.report-status ._account_api .liveDashboard .list-results tbody td.is-pending thead span.i-live,._account_api .liveDashboard .list-results thead .report-status .i-live.icon,._account_api .liveDashboard .list-results thead .report-status .i-live.w-alert-banner:before,._account_api .liveDashboard .list-results thead .report-status .i-live.w-alert-banner:before,._account_api .liveDashboard .list-results thead .report-status .i-live.w-alert-banner:before,._account_api .liveDashboard .list-results thead .report-status .w-dialog.plus .i-live.dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .report-status .i-live.dialog-aside:after,._account_api .liveDashboard .list-results thead .report-status .w-toast .i-live.toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .report-status .i-live.toast.plus:after,._account_api .liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .i-live.btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .report-status .i-live.btn-period-clear:before,._account_api .liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .i-live.btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .report-status .i-live.btn-filter:before,._account_api .liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .i-live.btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .report-status .i-live.btn-period-edit:before,._account_api .liveDashboard .list-results thead .report-status .block-filters .i-live.btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .report-status .i-live.btn-filter:before,._account_api .liveDashboard .list-results thead .report-status .toggleWrapper input.mobileToggle+label.i-live,.toggleWrapper ._account_api .liveDashboard .list-results thead .report-status input.mobileToggle+label.i-live,._account_api .liveDashboard .list-results thead .report-status tbody span.i-live.status,._account_api .liveDashboard .list-results tbody thead .report-status span.i-live.status,._account_api .liveDashboard .list-results thead .report-status tbody td.is-running span.i-live,._account_api .liveDashboard .list-results tbody td.is-running thead .report-status span.i-live,._account_api .liveDashboard .list-results thead .report-status tbody td.is-pending span.i-live,._account_api .liveDashboard .list-results tbody td.is-pending thead .report-status span.i-live,.report-status .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .i-live.dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .report-status .i-live.dropdown-toggle:after,.report-status ._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .i-live.dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .report-status .i-live.dropdown-toggle:after,.report-status .liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .i-live.dropdown-toggle:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .report-status .i-live.dropdown-toggle:after,.report-status .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .i-live.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .report-status .i-live.dropdown-toggle:after,.report-status .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .i-live.filter,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .report-status .i-live.filter,.report-status ._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .i-live.filter,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .report-status .i-live.filter,.report-status .liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .i-live.filter,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .report-status .i-live.filter,.report-status .w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .i-live.filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .report-status .i-live.filter,.report-status .liveDashboard ._account_api .list-results thead .form-label.status span.i-live,.report-status .liveDashboard ._account_api .list-results thead .status.status-log span.i-live,.report-status .liveDashboard ._account_api .list-results thead .status.status-report-item span.i-live,.report-status .liveDashboard ._account_api .list-results thead .double-list dd.status span.i-live,.double-list .report-status .liveDashboard ._account_api .list-results thead dd.status span.i-live,.report-status .liveDashboard ._account_api .list-results thead .double-list dt.status span.i-live,.double-list .report-status .liveDashboard ._account_api .list-results thead dt.status span.i-live,.report-status .liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span.i-live,.w-cards-container .w-card .report-status .liveDashboard ._account_api .list-results thead .status.title span.i-live,.report-status .liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.i-live,.w-cards-container .w-card.centered .w-value .report-status .liveDashboard ._account_api .list-results thead .status.label span.i-live,.report-status .liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span.i-live,.report-status .liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span.i-live,.liveDashboard ._account_api .list-results thead .form-label.status .report-status span.i-live,.liveDashboard ._account_api .list-results thead .status.status-log .report-status span.i-live,.liveDashboard ._account_api .list-results thead .status.status-report-item .report-status span.i-live,.liveDashboard ._account_api .list-results thead .double-list dd.status .report-status span.i-live,.double-list .liveDashboard ._account_api .list-results thead dd.status .report-status span.i-live,.liveDashboard ._account_api .list-results thead .double-list dt.status .report-status span.i-live,.double-list .liveDashboard ._account_api .list-results thead dt.status .report-status span.i-live,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title .report-status span.i-live,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title .report-status span.i-live,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .report-status span.i-live,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label .report-status span.i-live,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title .report-status span.i-live,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title .report-status span.i-live,.report-status ._account_api .liveDashboard .list-results thead .form-label.status span.i-live,.report-status ._account_api .liveDashboard .list-results thead .status.status-log span.i-live,.report-status ._account_api .liveDashboard .list-results thead .status.status-report-item span.i-live,.report-status ._account_api .liveDashboard .list-results thead .double-list dd.status span.i-live,.double-list .report-status ._account_api .liveDashboard .list-results thead dd.status span.i-live,.report-status ._account_api .liveDashboard .list-results thead .double-list dt.status span.i-live,.double-list .report-status ._account_api .liveDashboard .list-results thead dt.status span.i-live,.report-status ._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span.i-live,.w-cards-container .w-card .report-status ._account_api .liveDashboard .list-results thead .status.title span.i-live,.report-status ._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.i-live,.w-cards-container .w-card.centered .w-value .report-status ._account_api .liveDashboard .list-results thead .status.label span.i-live,.report-status ._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span.i-live,.report-status ._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span.i-live,._account_api .liveDashboard .list-results thead .form-label.status .report-status span.i-live,._account_api .liveDashboard .list-results thead .status.status-log .report-status span.i-live,._account_api .liveDashboard .list-results thead .status.status-report-item .report-status span.i-live,._account_api .liveDashboard .list-results thead .double-list dd.status .report-status span.i-live,.double-list ._account_api .liveDashboard .list-results thead dd.status .report-status span.i-live,._account_api .liveDashboard .list-results thead .double-list dt.status .report-status span.i-live,.double-list ._account_api .liveDashboard .list-results thead dt.status .report-status span.i-live,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title .report-status span.i-live,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title .report-status span.i-live,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .report-status span.i-live,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label .report-status span.i-live,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title .report-status span.i-live,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title .report-status span.i-live,.report-status .liveDashboard .form-label.status ._account_api .list-results thead span.i-live,.report-status .liveDashboard .status.status-log ._account_api .list-results thead span.i-live,.report-status .liveDashboard .status.status-report-item ._account_api .list-results thead span.i-live,.report-status .liveDashboard .double-list dd.status ._account_api .list-results thead span.i-live,.double-list .report-status .liveDashboard dd.status ._account_api .list-results thead span.i-live,.report-status .liveDashboard .double-list dt.status ._account_api .list-results thead span.i-live,.double-list .report-status .liveDashboard dt.status ._account_api .list-results thead span.i-live,.report-status .liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span.i-live,.w-cards-container .w-card .report-status .liveDashboard .status.title ._account_api .list-results thead span.i-live,.report-status .liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.i-live,.w-cards-container .w-card.centered .w-value .report-status .liveDashboard .status.label ._account_api .list-results thead span.i-live,.report-status .liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span.i-live,.list-results tbody tr.sublist .report-status .liveDashboard .status.title ._account_api .list-results thead span.i-live,.liveDashboard .form-label.status ._account_api .list-results thead .report-status span.i-live,.liveDashboard .status.status-log ._account_api .list-results thead .report-status span.i-live,.liveDashboard .status.status-report-item ._account_api .list-results thead .report-status span.i-live,.liveDashboard .double-list dd.status ._account_api .list-results thead .report-status span.i-live,.double-list .liveDashboard dd.status ._account_api .list-results thead .report-status span.i-live,.liveDashboard .double-list dt.status ._account_api .list-results thead .report-status span.i-live,.double-list .liveDashboard dt.status ._account_api .list-results thead .report-status span.i-live,.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead .report-status span.i-live,.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead .report-status span.i-live,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead .report-status span.i-live,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead .report-status span.i-live,.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead .report-status span.i-live,.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead .report-status span.i-live,.report-status .form-label.status ._account_api .liveDashboard .list-results thead span.i-live,.report-status .status.status-log ._account_api .liveDashboard .list-results thead span.i-live,.report-status .status.status-report-item ._account_api .liveDashboard .list-results thead span.i-live,.report-status .double-list dd.status ._account_api .liveDashboard .list-results thead span.i-live,.double-list .report-status dd.status ._account_api .liveDashboard .list-results thead span.i-live,.report-status .double-list dt.status ._account_api .liveDashboard .list-results thead span.i-live,.double-list .report-status dt.status ._account_api .liveDashboard .list-results thead span.i-live,.report-status .w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead span.i-live,.w-cards-container .w-card .report-status .status.title ._account_api .liveDashboard .list-results thead span.i-live,.report-status .w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead span.i-live,.w-cards-container .w-card.centered .w-value .report-status .status.label ._account_api .liveDashboard .list-results thead span.i-live,.report-status .list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead span.i-live,.list-results tbody tr.sublist .report-status .status.title ._account_api .liveDashboard .list-results thead span.i-live,.form-label.status ._account_api .liveDashboard .list-results thead .report-status span.i-live,.status.status-log ._account_api .liveDashboard .list-results thead .report-status span.i-live,.status.status-report-item ._account_api .liveDashboard .list-results thead .report-status span.i-live,.double-list dd.status ._account_api .liveDashboard .list-results thead .report-status span.i-live,.double-list dt.status ._account_api .liveDashboard .list-results thead .report-status span.i-live,.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead .report-status span.i-live,.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead .report-status span.i-live,.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead .report-status span.i-live,.report-status .liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span.i-live,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small .report-status span.i-live,.report-status ._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span.i-live,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small .report-status span.i-live,.report-status .liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span.i-live,.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead .report-status span.i-live,.report-status .w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead span.i-live,.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead .report-status span.i-live,.report-status .liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span.i-live,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s .report-status span.i-live,.report-status ._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.i-live,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .report-status span.i-live,.report-status .liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span.i-live,.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead .report-status span.i-live,.report-status .w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead span.i-live,.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead .report-status span.i-live,.report-status .liveDashboard ._account_api .list-results thead .sub-header .w-form label.i-live,.report-status .liveDashboard ._account_api .list-results thead .sub-header .w-double-list label.i-live,.liveDashboard ._account_api .list-results thead .sub-header .w-form .report-status label.i-live,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list .report-status label.i-live,.report-status ._account_api .liveDashboard .list-results thead .sub-header .w-form label.i-live,.report-status ._account_api .liveDashboard .list-results thead .sub-header .w-double-list label.i-live,._account_api .liveDashboard .list-results thead .sub-header .w-form .report-status label.i-live,._account_api .liveDashboard .list-results thead .sub-header .w-double-list .report-status label.i-live,.report-status .liveDashboard .sub-header .w-form ._account_api .list-results thead label.i-live,.report-status .liveDashboard .sub-header .w-double-list ._account_api .list-results thead label.i-live,.liveDashboard .sub-header .w-form ._account_api .list-results thead .report-status label.i-live,.liveDashboard .sub-header .w-double-list ._account_api .list-results thead .report-status label.i-live,.report-status .sub-header .w-form ._account_api .liveDashboard .list-results thead label.i-live,.report-status .sub-header .w-double-list ._account_api .liveDashboard .list-results thead label.i-live,.sub-header .w-form ._account_api .liveDashboard .list-results thead .report-status label.i-live,.sub-header .w-double-list ._account_api .liveDashboard .list-results thead .report-status label.i-live,.report-status .liveDashboard ._account_api .list-results thead .block-filters button.i-live:after,.liveDashboard ._account_api .list-results thead .block-filters .report-status button.i-live:after,.report-status ._account_api .liveDashboard .list-results thead .block-filters button.i-live:after,._account_api .liveDashboard .list-results thead .block-filters .report-status button.i-live:after,.report-status .liveDashboard .block-filters ._account_api .list-results thead button.i-live:after,.liveDashboard .block-filters ._account_api .list-results thead .report-status button.i-live:after,.report-status .block-filters ._account_api .liveDashboard .list-results thead button.i-live:after,.block-filters ._account_api .liveDashboard .list-results thead .report-status button.i-live:after,.report-status .liveDashboard ._account_api .list-results thead .block-filters select.i-live:after,.liveDashboard ._account_api .list-results thead .block-filters .report-status select.i-live:after,.report-status ._account_api .liveDashboard .list-results thead .block-filters select.i-live:after,._account_api .liveDashboard .list-results thead .block-filters .report-status select.i-live:after,.report-status .liveDashboard .block-filters ._account_api .list-results thead select.i-live:after,.liveDashboard .block-filters ._account_api .list-results thead .report-status select.i-live:after,.report-status .block-filters ._account_api .liveDashboard .list-results thead select.i-live:after,.block-filters ._account_api .liveDashboard .list-results thead .report-status select.i-live:after,.report-status .liveDashboard ._account_api .list-results thead .form-auto-list .i-live.form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .form-auto-list .report-status .i-live.form-auto-item.is-user-is-inactive,.report-status ._account_api .liveDashboard .list-results thead .form-auto-list .i-live.form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .form-auto-list .report-status .i-live.form-auto-item.is-user-is-inactive,.report-status .liveDashboard .form-auto-list ._account_api .list-results thead .i-live.form-auto-item.is-user-is-inactive,.liveDashboard .form-auto-list ._account_api .list-results thead .report-status .i-live.form-auto-item.is-user-is-inactive,.report-status .form-auto-list ._account_api .liveDashboard .list-results thead .i-live.form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .liveDashboard .list-results thead .report-status .i-live.form-auto-item.is-user-is-inactive,.report-status .liveDashboard ._account_api .list-results thead .form-auto-list .i-live.form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .form-auto-list .report-status .i-live.form-auto-item.is-user-is-active,.report-status ._account_api .liveDashboard .list-results thead .form-auto-list .i-live.form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .form-auto-list .report-status .i-live.form-auto-item.is-user-is-active,.report-status .liveDashboard .form-auto-list ._account_api .list-results thead .i-live.form-auto-item.is-user-is-active,.liveDashboard .form-auto-list ._account_api .list-results thead .report-status .i-live.form-auto-item.is-user-is-active,.report-status .form-auto-list ._account_api .liveDashboard .list-results thead .i-live.form-auto-item.is-user-is-active,.form-auto-list ._account_api .liveDashboard .list-results thead .report-status .i-live.form-auto-item.is-user-is-active,.report-status .liveDashboard ._account_api .list-results thead .list-results-header .status.title span.i-live,.liveDashboard ._account_api .list-results thead .list-results-header .status.title .report-status span.i-live,.report-status ._account_api .liveDashboard .list-results thead .list-results-header .status.title span.i-live,._account_api .liveDashboard .list-results thead .list-results-header .status.title .report-status span.i-live,.report-status .liveDashboard .list-results-header .status.title ._account_api .list-results thead span.i-live,.liveDashboard .list-results-header .status.title ._account_api .list-results thead .report-status span.i-live,.report-status .list-results-header .status.title ._account_api .liveDashboard .list-results thead span.i-live,.list-results-header .status.title ._account_api .liveDashboard .list-results thead .report-status span.i-live,.report-status .liveDashboard ._account_api .list-results thead tr span.i-live,.liveDashboard ._account_api .list-results thead tr .report-status span.i-live,.report-status ._account_api .liveDashboard .list-results thead tr span.i-live,._account_api .liveDashboard .list-results thead tr .report-status span.i-live,.report-status ._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .i-live.dropdown-toggle:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .report-status .i-live.dropdown-toggle:after,.report-status .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .i-live.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .report-status .i-live.dropdown-toggle:after,.report-status ._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .i-live.filter,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .report-status .i-live.filter,.report-status .w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .i-live.filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .report-status .i-live.filter,.report-status ._account_api .form-label.status .liveDashboard .list-results thead span.i-live,.report-status ._account_api .status.status-log .liveDashboard .list-results thead span.i-live,.report-status ._account_api .status.status-report-item .liveDashboard .list-results thead span.i-live,.report-status ._account_api .double-list dd.status .liveDashboard .list-results thead span.i-live,.double-list .report-status ._account_api dd.status .liveDashboard .list-results thead span.i-live,.report-status ._account_api .double-list dt.status .liveDashboard .list-results thead span.i-live,.double-list .report-status ._account_api dt.status .liveDashboard .list-results thead span.i-live,.report-status ._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span.i-live,.w-cards-container .w-card .report-status ._account_api .status.title .liveDashboard .list-results thead span.i-live,.report-status ._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.i-live,.w-cards-container .w-card.centered .w-value .report-status ._account_api .status.label .liveDashboard .list-results thead span.i-live,.report-status ._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.i-live,.list-results tbody tr.sublist .report-status ._account_api .status.title .liveDashboard .list-results thead span.i-live,._account_api .form-label.status .liveDashboard .list-results thead .report-status span.i-live,._account_api .status.status-log .liveDashboard .list-results thead .report-status span.i-live,._account_api .status.status-report-item .liveDashboard .list-results thead .report-status span.i-live,._account_api .double-list dd.status .liveDashboard .list-results thead .report-status span.i-live,.double-list ._account_api dd.status .liveDashboard .list-results thead .report-status span.i-live,._account_api .double-list dt.status .liveDashboard .list-results thead .report-status span.i-live,.double-list ._account_api dt.status .liveDashboard .list-results thead .report-status span.i-live,._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead .report-status span.i-live,.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead .report-status span.i-live,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead .report-status span.i-live,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead .report-status span.i-live,._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead .report-status span.i-live,.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead .report-status span.i-live,.report-status .form-label.status .liveDashboard ._account_api .list-results thead span.i-live,.report-status .status.status-log .liveDashboard ._account_api .list-results thead span.i-live,.report-status .status.status-report-item .liveDashboard ._account_api .list-results thead span.i-live,.report-status .double-list dd.status .liveDashboard ._account_api .list-results thead span.i-live,.double-list .report-status dd.status .liveDashboard ._account_api .list-results thead span.i-live,.report-status .double-list dt.status .liveDashboard ._account_api .list-results thead span.i-live,.double-list .report-status dt.status .liveDashboard ._account_api .list-results thead span.i-live,.report-status .w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead span.i-live,.w-cards-container .w-card .report-status .status.title .liveDashboard ._account_api .list-results thead span.i-live,.report-status .w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead span.i-live,.w-cards-container .w-card.centered .w-value .report-status .status.label .liveDashboard ._account_api .list-results thead span.i-live,.report-status .list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead span.i-live,.list-results tbody tr.sublist .report-status .status.title .liveDashboard ._account_api .list-results thead span.i-live,.form-label.status .liveDashboard ._account_api .list-results thead .report-status span.i-live,.status.status-log .liveDashboard ._account_api .list-results thead .report-status span.i-live,.status.status-report-item .liveDashboard ._account_api .list-results thead .report-status span.i-live,.double-list dd.status .liveDashboard ._account_api .list-results thead .report-status span.i-live,.double-list dt.status .liveDashboard ._account_api .list-results thead .report-status span.i-live,.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead .report-status span.i-live,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead .report-status span.i-live,.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead .report-status span.i-live,.report-status ._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span.i-live,._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead .report-status span.i-live,.report-status .w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead span.i-live,.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead .report-status span.i-live,.report-status ._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.i-live,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead .report-status span.i-live,.report-status .w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead span.i-live,.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead .report-status span.i-live,.report-status ._account_api .sub-header .w-form .liveDashboard .list-results thead label.i-live,.report-status ._account_api .sub-header .w-double-list .liveDashboard .list-results thead label.i-live,._account_api .sub-header .w-form .liveDashboard .list-results thead .report-status label.i-live,._account_api .sub-header .w-double-list .liveDashboard .list-results thead .report-status label.i-live,.report-status .sub-header .w-form .liveDashboard ._account_api .list-results thead label.i-live,.report-status .sub-header .w-double-list .liveDashboard ._account_api .list-results thead label.i-live,.sub-header .w-form .liveDashboard ._account_api .list-results thead .report-status label.i-live,.sub-header .w-double-list .liveDashboard ._account_api .list-results thead .report-status label.i-live,.report-status ._account_api .block-filters .liveDashboard .list-results thead button.i-live:after,._account_api .block-filters .liveDashboard .list-results thead .report-status button.i-live:after,.report-status .block-filters .liveDashboard ._account_api .list-results thead button.i-live:after,.block-filters .liveDashboard ._account_api .list-results thead .report-status button.i-live:after,.report-status ._account_api .block-filters .liveDashboard .list-results thead select.i-live:after,._account_api .block-filters .liveDashboard .list-results thead .report-status select.i-live:after,.report-status .block-filters .liveDashboard ._account_api .list-results thead select.i-live:after,.block-filters .liveDashboard ._account_api .list-results thead .report-status select.i-live:after,.report-status ._account_api .form-auto-list .liveDashboard .list-results thead .i-live.form-auto-item.is-user-is-inactive,._account_api .form-auto-list .liveDashboard .list-results thead .report-status .i-live.form-auto-item.is-user-is-inactive,.report-status .form-auto-list .liveDashboard ._account_api .list-results thead .i-live.form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard ._account_api .list-results thead .report-status .i-live.form-auto-item.is-user-is-inactive,.report-status ._account_api .form-auto-list .liveDashboard .list-results thead .i-live.form-auto-item.is-user-is-active,._account_api .form-auto-list .liveDashboard .list-results thead .report-status .i-live.form-auto-item.is-user-is-active,.report-status .form-auto-list .liveDashboard ._account_api .list-results thead .i-live.form-auto-item.is-user-is-active,.form-auto-list .liveDashboard ._account_api .list-results thead .report-status .i-live.form-auto-item.is-user-is-active,.report-status ._account_api .list-results-header .status.title .liveDashboard .list-results thead span.i-live,._account_api .list-results-header .status.title .liveDashboard .list-results thead .report-status span.i-live,.report-status .list-results-header .status.title .liveDashboard ._account_api .list-results thead span.i-live,.list-results-header .status.title .liveDashboard ._account_api .list-results thead .report-status span.i-live,.report-status .list-results thead tr span.i-live,.list-results thead tr .report-status span.i-live,.report-status .form-auto-list .i-live.form-auto-item.is-user-is-inactive,.form-auto-list .report-status .i-live.form-auto-item.is-user-is-inactive,.report-status .form-auto-list .i-live.form-auto-item.is-user-is-active,.form-auto-list .report-status .i-live.form-auto-item.is-user-is-active,.report-status .block-filters button.i-live:after,.block-filters .report-status button.i-live:after,.report-status .block-filters select.i-live:after,.block-filters .report-status select.i-live:after,.report-status .w-filter-preset.w-filter-preset .filter-preset .dropdown .i-live.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .report-status .i-live.dropdown-toggle:after,.report-status .w-filter-preset.w-filter-preset .filter-preset .i-live.filter,.w-filter-preset.w-filter-preset .filter-preset .report-status .i-live.filter,.report-status .form-label.status span.i-live,.report-status .status.status-log span.i-live,.report-status .status.status-report-item span.i-live,.report-status .double-list dd.status span.i-live,.double-list .report-status dd.status span.i-live,.report-status .double-list dt.status span.i-live,.double-list .report-status dt.status span.i-live,.report-status .w-cards-container .w-card .status.title span.i-live,.w-cards-container .w-card .report-status .status.title span.i-live,.report-status .w-cards-container .w-card.centered .w-value .status.label span.i-live,.w-cards-container .w-card.centered .w-value .report-status .status.label span.i-live,.report-status .list-results tbody tr.sublist .status.title span.i-live,.list-results tbody tr.sublist .report-status .status.title span.i-live,.report-status .list-results-header .status.title span.i-live,.list-results-header .report-status .status.title span.i-live,.form-label.status .report-status span.i-live,.status.status-log .report-status span.i-live,.status.status-report-item .report-status span.i-live,.double-list dd.status .report-status span.i-live,.double-list dt.status .report-status span.i-live,.w-cards-container .w-card .status.title .report-status span.i-live,.w-cards-container .w-card.centered .w-value .status.label .report-status span.i-live,.list-results tbody tr.sublist .status.title .report-status span.i-live,.list-results-header .status.title .report-status span.i-live,.report-status .w-filters-selected label.status.small span.i-live,.w-filters-selected label.status.small .report-status span.i-live,.report-status .w-filters-selected .status.btn-f-s span.i-live,.w-filters-selected .status.btn-f-s .report-status span.i-live,.report-status .sub-header .w-form label.i-live,.report-status .sub-header .w-double-list label.i-live,.sub-header .w-form .report-status label.i-live,.sub-header .w-double-list .report-status label.i-live{margin-top:-8px}.report-status .status{display:block;height:20px;position:relative;margin-left:1.25rem}.report-status .status:before{position:absolute;left:-13px;top:2px;content:" ";display:inline-block;border-radius:50%;width:10px;height:10px}.report-status .status-ok .status:before{background-color:#16846f}.report-status .status-delayed .status:before{background-color:#a96b00 !important}.report-status .status-error .status:before{background-color:#d41c5c !important}.report-status .button-default,.report-status .liveDashboard .list-results thead .icon,.report-status .liveDashboard .list-results thead .w-alert-banner:before,.report-status .liveDashboard .list-results thead .w-alert-banner:before,.report-status .liveDashboard ._account_api .list-results thead .w-alert-banner:before,._account_api .report-status .liveDashboard .list-results thead .w-alert-banner:before,.report-status .liveDashboard ._account_api .list-results thead .w-alert-banner:before,.report-status ._account_api .liveDashboard .list-results thead .w-alert-banner:before,._account_api .report-status .liveDashboard .list-results thead .w-alert-banner:before,.report-status .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .report-status .liveDashboard .list-results thead .dialog-aside:after,.report-status .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.report-status .w-dialog.plus .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus .report-status .liveDashboard .list-results thead .dialog-aside:after,.report-status .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,._account_api .report-status .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.report-status .liveDashboard .w-dialog.plus ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus ._account_api .report-status .liveDashboard .list-results thead .dialog-aside:after,.report-status .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.report-status .w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus .report-status .liveDashboard ._account_api .list-results thead .dialog-aside:after,.report-status ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,._account_api .report-status .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.report-status .w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus ._account_api .report-status .liveDashboard .list-results thead .dialog-aside:after,.report-status .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-toast .report-status .liveDashboard .list-results thead .toast.plus:after,.report-status .liveDashboard .list-results thead .w-toast .toast.plus:after,.report-status .w-toast .liveDashboard .list-results thead .toast.plus:after,.w-toast .report-status .liveDashboard .list-results thead .toast.plus:after,.report-status .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,._account_api .report-status .liveDashboard .list-results thead .w-toast .toast.plus:after,.report-status .liveDashboard .w-toast ._account_api .list-results thead .toast.plus:after,.w-toast ._account_api .report-status .liveDashboard .list-results thead .toast.plus:after,.report-status .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.report-status .w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.w-toast .report-status .liveDashboard ._account_api .list-results thead .toast.plus:after,.report-status ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,._account_api .report-status .liveDashboard .list-results thead .w-toast .toast.plus:after,.report-status .w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,.w-toast ._account_api .report-status .liveDashboard .list-results thead .toast.plus:after,.report-status .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .report-status .liveDashboard .list-results thead .btn-period-clear:before,.report-status .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .report-status .liveDashboard .list-results thead .btn-filter:before,.report-status .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.report-status .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .report-status .liveDashboard .list-results thead .btn-period-clear:before,.report-status .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.report-status .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .report-status .liveDashboard .list-results thead .btn-filter:before,.report-status .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .report-status .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.report-status .liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .report-status .liveDashboard .list-results thead .btn-period-clear:before,.report-status .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .report-status .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.report-status .liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .report-status .liveDashboard .list-results thead .btn-filter:before,.report-status .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.report-status .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .report-status .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.report-status .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.report-status .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .report-status .liveDashboard ._account_api .list-results thead .btn-filter:before,.report-status ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .report-status .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.report-status .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .report-status .liveDashboard .list-results thead .btn-period-clear:before,.report-status ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .report-status .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.report-status .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .report-status .liveDashboard .list-results thead .btn-filter:before,.report-status .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .report-status .liveDashboard .list-results thead .btn-period-edit:before,.report-status .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.report-status .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .report-status .liveDashboard .list-results thead .btn-period-edit:before,.report-status .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .report-status .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.report-status .liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .report-status .liveDashboard .list-results thead .btn-period-edit:before,.report-status .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.report-status .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .report-status .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.report-status ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .report-status .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.report-status .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .report-status .liveDashboard .list-results thead .btn-period-edit:before,.report-status .liveDashboard .list-results thead .block-filters .btn-filter:before,.block-filters .report-status .liveDashboard .list-results thead .btn-filter:before,.report-status .liveDashboard .list-results thead .block-filters .btn-filter:before,.report-status .block-filters .liveDashboard .list-results thead .btn-filter:before,.block-filters .report-status .liveDashboard .list-results thead .btn-filter:before,.report-status .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,._account_api .report-status .liveDashboard .list-results thead .block-filters .btn-filter:before,.report-status .liveDashboard .block-filters ._account_api .list-results thead .btn-filter:before,.block-filters ._account_api .report-status .liveDashboard .list-results thead .btn-filter:before,.report-status .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.report-status .block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.block-filters .report-status .liveDashboard ._account_api .list-results thead .btn-filter:before,.report-status ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,._account_api .report-status .liveDashboard .list-results thead .block-filters .btn-filter:before,.report-status .block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,.block-filters ._account_api .report-status .liveDashboard .list-results thead .btn-filter:before,.report-status .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper .report-status .liveDashboard .list-results thead input.mobileToggle+label,.report-status .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.report-status .toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper .report-status .liveDashboard .list-results thead input.mobileToggle+label,.report-status .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,._account_api .report-status .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.report-status .liveDashboard .toggleWrapper ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper ._account_api .report-status .liveDashboard .list-results thead input.mobileToggle+label,.report-status .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.report-status .toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper .report-status .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.report-status ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,._account_api .report-status .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.report-status .toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper ._account_api .report-status .liveDashboard .list-results thead input.mobileToggle+label,.report-status .liveDashboard .list-results thead tbody span.status,.report-status .liveDashboard .list-results tbody thead span.status,.report-status .liveDashboard .list-results thead tbody span.status,.report-status .liveDashboard .list-results tbody thead span.status,.report-status .liveDashboard ._account_api .list-results thead tbody span.status,._account_api .report-status .liveDashboard .list-results thead tbody span.status,.report-status .liveDashboard ._account_api .list-results tbody thead span.status,._account_api .report-status .liveDashboard .list-results tbody thead span.status,.report-status .liveDashboard ._account_api .list-results thead tbody span.status,.report-status .liveDashboard ._account_api .list-results tbody thead span.status,.report-status ._account_api .liveDashboard .list-results thead tbody span.status,._account_api .report-status .liveDashboard .list-results thead tbody span.status,.report-status ._account_api .liveDashboard .list-results tbody thead span.status,._account_api .report-status .liveDashboard .list-results tbody thead span.status,.report-status .liveDashboard .list-results thead tbody td.is-running span,.report-status .liveDashboard .list-results tbody td.is-running thead span,.report-status .liveDashboard .list-results thead tbody td.is-running span,.report-status .liveDashboard .list-results tbody td.is-running thead span,.report-status .liveDashboard ._account_api .list-results thead tbody td.is-running span,._account_api .report-status .liveDashboard .list-results thead tbody td.is-running span,.report-status .liveDashboard ._account_api .list-results tbody td.is-running thead span,._account_api .report-status .liveDashboard .list-results tbody td.is-running thead span,.report-status .liveDashboard ._account_api .list-results thead tbody td.is-running span,.report-status .liveDashboard ._account_api .list-results tbody td.is-running thead span,.report-status ._account_api .liveDashboard .list-results thead tbody td.is-running span,._account_api .report-status .liveDashboard .list-results thead tbody td.is-running span,.report-status ._account_api .liveDashboard .list-results tbody td.is-running thead span,._account_api .report-status .liveDashboard .list-results tbody td.is-running thead span,.report-status .liveDashboard .list-results thead tbody td.is-pending span,.report-status .liveDashboard .list-results tbody td.is-pending thead span,.report-status .liveDashboard .list-results thead tbody td.is-pending span,.report-status .liveDashboard .list-results tbody td.is-pending thead span,.report-status .liveDashboard ._account_api .list-results thead tbody td.is-pending span,._account_api .report-status .liveDashboard .list-results thead tbody td.is-pending span,.report-status .liveDashboard ._account_api .list-results tbody td.is-pending thead span,._account_api .report-status .liveDashboard .list-results tbody td.is-pending thead span,.report-status .liveDashboard ._account_api .list-results thead tbody td.is-pending span,.report-status .liveDashboard ._account_api .list-results tbody td.is-pending thead span,.report-status ._account_api .liveDashboard .list-results thead tbody td.is-pending span,._account_api .report-status .liveDashboard .list-results thead tbody td.is-pending span,.report-status ._account_api .liveDashboard .list-results tbody td.is-pending thead span,._account_api .report-status .liveDashboard .list-results tbody td.is-pending thead span,.report-status .liveDashboard .list-results thead .icon,.report-status .liveDashboard .list-results thead .w-alert-banner:before,.report-status .liveDashboard .list-results thead .w-alert-banner:before,.report-status .liveDashboard ._account_api .list-results thead .w-alert-banner:before,._account_api .report-status .liveDashboard .list-results thead .w-alert-banner:before,.report-status .liveDashboard ._account_api .list-results thead .w-alert-banner:before,.report-status ._account_api .liveDashboard .list-results thead .w-alert-banner:before,._account_api .report-status .liveDashboard .list-results thead .w-alert-banner:before,.report-status .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .report-status .liveDashboard .list-results thead .dialog-aside:after,.report-status .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.report-status .w-dialog.plus .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus .report-status .liveDashboard .list-results thead .dialog-aside:after,.report-status .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,._account_api .report-status .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.report-status .liveDashboard .w-dialog.plus ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus ._account_api .report-status .liveDashboard .list-results thead .dialog-aside:after,.report-status .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.report-status .w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus .report-status .liveDashboard ._account_api .list-results thead .dialog-aside:after,.report-status ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,._account_api .report-status .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.report-status .w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus ._account_api .report-status .liveDashboard .list-results thead .dialog-aside:after,.report-status .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-toast .report-status .liveDashboard .list-results thead .toast.plus:after,.report-status .liveDashboard .list-results thead .w-toast .toast.plus:after,.report-status .w-toast .liveDashboard .list-results thead .toast.plus:after,.w-toast .report-status .liveDashboard .list-results thead .toast.plus:after,.report-status .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,._account_api .report-status .liveDashboard .list-results thead .w-toast .toast.plus:after,.report-status .liveDashboard .w-toast ._account_api .list-results thead .toast.plus:after,.w-toast ._account_api .report-status .liveDashboard .list-results thead .toast.plus:after,.report-status .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.report-status .w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.w-toast .report-status .liveDashboard ._account_api .list-results thead .toast.plus:after,.report-status ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,._account_api .report-status .liveDashboard .list-results thead .w-toast .toast.plus:after,.report-status .w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,.w-toast ._account_api .report-status .liveDashboard .list-results thead .toast.plus:after,.report-status .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .report-status .liveDashboard .list-results thead .btn-period-clear:before,.report-status .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .report-status .liveDashboard .list-results thead .btn-filter:before,.report-status .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.report-status .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .report-status .liveDashboard .list-results thead .btn-period-clear:before,.report-status .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.report-status .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .report-status .liveDashboard .list-results thead .btn-filter:before,.report-status .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .report-status .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.report-status .liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .report-status .liveDashboard .list-results thead .btn-period-clear:before,.report-status .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .report-status .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.report-status .liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .report-status .liveDashboard .list-results thead .btn-filter:before,.report-status .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.report-status .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .report-status .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.report-status .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.report-status .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .report-status .liveDashboard ._account_api .list-results thead .btn-filter:before,.report-status ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .report-status .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.report-status .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .report-status .liveDashboard .list-results thead .btn-period-clear:before,.report-status ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .report-status .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.report-status .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .report-status .liveDashboard .list-results thead .btn-filter:before,.report-status .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .report-status .liveDashboard .list-results thead .btn-period-edit:before,.report-status .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.report-status .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .report-status .liveDashboard .list-results thead .btn-period-edit:before,.report-status .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .report-status .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.report-status .liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .report-status .liveDashboard .list-results thead .btn-period-edit:before,.report-status .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.report-status .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .report-status .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.report-status ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .report-status .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.report-status .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .report-status .liveDashboard .list-results thead .btn-period-edit:before,.report-status .liveDashboard .list-results thead .block-filters .btn-filter:before,.block-filters .report-status .liveDashboard .list-results thead .btn-filter:before,.report-status .liveDashboard .list-results thead .block-filters .btn-filter:before,.report-status .block-filters .liveDashboard .list-results thead .btn-filter:before,.block-filters .report-status .liveDashboard .list-results thead .btn-filter:before,.report-status .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,._account_api .report-status .liveDashboard .list-results thead .block-filters .btn-filter:before,.report-status .liveDashboard .block-filters ._account_api .list-results thead .btn-filter:before,.block-filters ._account_api .report-status .liveDashboard .list-results thead .btn-filter:before,.report-status .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.report-status .block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.block-filters .report-status .liveDashboard ._account_api .list-results thead .btn-filter:before,.report-status ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,._account_api .report-status .liveDashboard .list-results thead .block-filters .btn-filter:before,.report-status .block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,.block-filters ._account_api .report-status .liveDashboard .list-results thead .btn-filter:before,.report-status .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper .report-status .liveDashboard .list-results thead input.mobileToggle+label,.report-status .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.report-status .toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper .report-status .liveDashboard .list-results thead input.mobileToggle+label,.report-status .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,._account_api .report-status .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.report-status .liveDashboard .toggleWrapper ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper ._account_api .report-status .liveDashboard .list-results thead input.mobileToggle+label,.report-status .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.report-status .toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper .report-status .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.report-status ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,._account_api .report-status .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.report-status .toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper ._account_api .report-status .liveDashboard .list-results thead input.mobileToggle+label,.report-status .liveDashboard .list-results thead tbody span.status,.report-status .liveDashboard .list-results tbody thead span.status,.report-status .liveDashboard .list-results thead tbody span.status,.report-status .liveDashboard .list-results tbody thead span.status,.report-status .liveDashboard ._account_api .list-results thead tbody span.status,._account_api .report-status .liveDashboard .list-results thead tbody span.status,.report-status .liveDashboard ._account_api .list-results tbody thead span.status,._account_api .report-status .liveDashboard .list-results tbody thead span.status,.report-status .liveDashboard ._account_api .list-results thead tbody span.status,.report-status .liveDashboard ._account_api .list-results tbody thead span.status,.report-status ._account_api .liveDashboard .list-results thead tbody span.status,._account_api .report-status .liveDashboard .list-results thead tbody span.status,.report-status ._account_api .liveDashboard .list-results tbody thead span.status,._account_api .report-status .liveDashboard .list-results tbody thead span.status,.report-status .liveDashboard .list-results thead tbody td.is-running span,.report-status .liveDashboard .list-results tbody td.is-running thead span,.report-status .liveDashboard .list-results thead tbody td.is-running span,.report-status .liveDashboard .list-results tbody td.is-running thead span,.report-status .liveDashboard ._account_api .list-results thead tbody td.is-running span,._account_api .report-status .liveDashboard .list-results thead tbody td.is-running span,.report-status .liveDashboard ._account_api .list-results tbody td.is-running thead span,._account_api .report-status .liveDashboard .list-results tbody td.is-running thead span,.report-status .liveDashboard ._account_api .list-results thead tbody td.is-running span,.report-status .liveDashboard ._account_api .list-results tbody td.is-running thead span,.report-status ._account_api .liveDashboard .list-results thead tbody td.is-running span,._account_api .report-status .liveDashboard .list-results thead tbody td.is-running span,.report-status ._account_api .liveDashboard .list-results tbody td.is-running thead span,._account_api .report-status .liveDashboard .list-results tbody td.is-running thead span,.report-status .liveDashboard .list-results thead tbody td.is-pending span,.report-status .liveDashboard .list-results tbody td.is-pending thead span,.report-status .liveDashboard .list-results thead tbody td.is-pending span,.report-status .liveDashboard .list-results tbody td.is-pending thead span,.report-status .liveDashboard ._account_api .list-results thead tbody td.is-pending span,._account_api .report-status .liveDashboard .list-results thead tbody td.is-pending span,.report-status .liveDashboard ._account_api .list-results tbody td.is-pending thead span,._account_api .report-status .liveDashboard .list-results tbody td.is-pending thead span,.report-status .liveDashboard ._account_api .list-results thead tbody td.is-pending span,.report-status .liveDashboard ._account_api .list-results tbody td.is-pending thead span,.report-status ._account_api .liveDashboard .list-results thead tbody td.is-pending span,._account_api .report-status .liveDashboard .list-results thead tbody td.is-pending span,.report-status ._account_api .liveDashboard .list-results tbody td.is-pending thead span,._account_api .report-status .liveDashboard .list-results tbody td.is-pending thead span,.report-status .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,.report-status .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .report-status .liveDashboard .list-results thead .dropdown-toggle:after,.report-status .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter,.report-status .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .filter,.w-filter-preset.w-filter-preset .filter-preset .report-status .liveDashboard .list-results thead .filter,.report-status .liveDashboard .list-results thead .form-label.status span,.report-status .liveDashboard .list-results thead .status.status-log span,.report-status .liveDashboard .list-results thead .status.status-report-item span,.report-status .liveDashboard .list-results thead .double-list dd.status span,.double-list .report-status .liveDashboard .list-results thead dd.status span,.report-status .liveDashboard .list-results thead .double-list dt.status span,.double-list .report-status .liveDashboard .list-results thead dt.status span,.report-status .liveDashboard .list-results thead .w-cards-container .w-card .status.title span,.w-cards-container .w-card .report-status .liveDashboard .list-results thead .status.title span,.report-status .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value .report-status .liveDashboard .list-results thead .status.label span,.report-status .liveDashboard .list-results thead tbody tr.sublist .status.title span,.report-status .liveDashboard .list-results tbody tr.sublist thead .status.title span,.report-status .form-label.status .liveDashboard .list-results thead span,.report-status .status.status-log .liveDashboard .list-results thead span,.report-status .status.status-report-item .liveDashboard .list-results thead span,.report-status .double-list dd.status .liveDashboard .list-results thead span,.double-list .report-status dd.status .liveDashboard .list-results thead span,.report-status .double-list dt.status .liveDashboard .list-results thead span,.double-list .report-status dt.status .liveDashboard .list-results thead span,.report-status .w-cards-container .w-card .status.title .liveDashboard .list-results thead span,.w-cards-container .w-card .report-status .status.title .liveDashboard .list-results thead span,.report-status .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span,.w-cards-container .w-card.centered .w-value .report-status .status.label .liveDashboard .list-results thead span,.report-status .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span,.list-results tbody tr.sublist .report-status .status.title .liveDashboard .list-results thead span,.form-label.status .report-status .liveDashboard .list-results thead span,.status.status-log .report-status .liveDashboard .list-results thead span,.status.status-report-item .report-status .liveDashboard .list-results thead span,.double-list dd.status .report-status .liveDashboard .list-results thead span,.double-list dt.status .report-status .liveDashboard .list-results thead span,.w-cards-container .w-card .status.title .report-status .liveDashboard .list-results thead span,.w-cards-container .w-card.centered .w-value .status.label .report-status .liveDashboard .list-results thead span,.list-results tbody tr.sublist .status.title .report-status .liveDashboard .list-results thead span,.report-status .liveDashboard .list-results thead .w-filters-selected label.status.small span,.report-status .w-filters-selected label.status.small .liveDashboard .list-results thead span,.w-filters-selected label.status.small .report-status .liveDashboard .list-results thead span,.report-status .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span,.report-status .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span,.w-filters-selected .status.btn-f-s .report-status .liveDashboard .list-results thead span,.report-status .liveDashboard .list-results thead .sub-header .w-form label,.report-status .liveDashboard .list-results thead .sub-header .w-double-list label,.report-status .sub-header .w-form .liveDashboard .list-results thead label,.report-status .sub-header .w-double-list .liveDashboard .list-results thead label,.sub-header .w-form .report-status .liveDashboard .list-results thead label,.sub-header .w-double-list .report-status .liveDashboard .list-results thead label,.report-status .liveDashboard .list-results thead .block-filters button:after,.report-status .block-filters .liveDashboard .list-results thead button:after,.block-filters .report-status .liveDashboard .list-results thead button:after,.report-status .liveDashboard .list-results thead .block-filters select:after,.report-status .block-filters .liveDashboard .list-results thead select:after,.block-filters .report-status .liveDashboard .list-results thead select:after,.report-status .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive,.report-status .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive,.form-auto-list .report-status .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive,.report-status .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active,.report-status .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-active,.form-auto-list .report-status .liveDashboard .list-results thead .form-auto-item.is-user-is-active,.report-status .liveDashboard .list-results thead .list-results-header .status.title span,.report-status .list-results-header .status.title .liveDashboard .list-results thead span,.list-results-header .status.title .report-status .liveDashboard .list-results thead span,.report-status .liveDashboard .list-results thead tr span,.report-status .liveDashboard ._account_api .list-results thead .icon,.report-status .liveDashboard ._account_api .list-results thead .w-alert-banner:before,.report-status .liveDashboard ._account_api .list-results thead .w-alert-banner:before,.report-status .liveDashboard ._account_api .list-results thead .w-alert-banner:before,.report-status .liveDashboard ._account_api .list-results thead .w-alert-banner:before,.report-status .liveDashboard ._account_api .liveDashboard .list-results thead .w-alert-banner:before,.report-status .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .report-status .liveDashboard ._account_api .list-results thead .dialog-aside:after,.report-status .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.report-status .w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus .report-status .liveDashboard ._account_api .list-results thead .dialog-aside:after,.report-status .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.report-status .liveDashboard .w-dialog.plus ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus .report-status .liveDashboard ._account_api .list-results thead .dialog-aside:after,.report-status .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.report-status .w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus .report-status .liveDashboard ._account_api .list-results thead .dialog-aside:after,.report-status .liveDashboard ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.report-status .liveDashboard .w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus .report-status .liveDashboard ._account_api .liveDashboard .list-results thead .dialog-aside:after,.report-status .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.w-toast .report-status .liveDashboard ._account_api .list-results thead .toast.plus:after,.report-status .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.report-status .w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.w-toast .report-status .liveDashboard ._account_api .list-results thead .toast.plus:after,.report-status .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.report-status .liveDashboard .w-toast ._account_api .list-results thead .toast.plus:after,.w-toast .report-status .liveDashboard ._account_api .list-results thead .toast.plus:after,.report-status .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.report-status .w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.w-toast .report-status .liveDashboard ._account_api .list-results thead .toast.plus:after,.report-status .liveDashboard ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.report-status .liveDashboard .w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,.w-toast .report-status .liveDashboard ._account_api .liveDashboard .list-results thead .toast.plus:after,.report-status .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .report-status .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.report-status .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .report-status .liveDashboard ._account_api .list-results thead .btn-filter:before,.report-status .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.report-status .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .report-status .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.report-status .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.report-status .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .report-status .liveDashboard ._account_api .list-results thead .btn-filter:before,.report-status .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.report-status .liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .report-status .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.report-status .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.report-status .liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .report-status .liveDashboard ._account_api .list-results thead .btn-filter:before,.report-status .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.report-status .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .report-status .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.report-status .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.report-status .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .report-status .liveDashboard ._account_api .list-results thead .btn-filter:before,.report-status .liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.report-status .liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .report-status .liveDashboard ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.report-status .liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.report-status .liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .report-status .liveDashboard ._account_api .liveDashboard .list-results thead .btn-filter:before,.report-status .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .report-status .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.report-status .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.report-status .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .report-status .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.report-status .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.report-status .liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .report-status .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.report-status .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.report-status .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .report-status .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.report-status .liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.report-status .liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .report-status .liveDashboard ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.report-status .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.block-filters .report-status .liveDashboard ._account_api .list-results thead .btn-filter:before,.report-status .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.report-status .block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.block-filters .report-status .liveDashboard ._account_api .list-results thead .btn-filter:before,.report-status .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.report-status .liveDashboard .block-filters ._account_api .list-results thead .btn-filter:before,.block-filters .report-status .liveDashboard ._account_api .list-results thead .btn-filter:before,.report-status .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.report-status .block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.block-filters .report-status .liveDashboard ._account_api .list-results thead .btn-filter:before,.report-status .liveDashboard ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.report-status .liveDashboard .block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,.block-filters .report-status .liveDashboard ._account_api .liveDashboard .list-results thead .btn-filter:before,.report-status .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper .report-status .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.report-status .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.report-status .toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper .report-status .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.report-status .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.report-status .liveDashboard .toggleWrapper ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper .report-status .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.report-status .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.report-status .toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper .report-status .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.report-status .liveDashboard ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.report-status .liveDashboard .toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper .report-status .liveDashboard ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.report-status .liveDashboard ._account_api .list-results thead tbody span.status,.report-status .liveDashboard ._account_api .list-results tbody thead span.status,.report-status .liveDashboard ._account_api .list-results thead tbody span.status,.report-status .liveDashboard ._account_api .list-results tbody thead span.status,.report-status .liveDashboard ._account_api .list-results thead tbody span.status,.report-status .liveDashboard ._account_api .list-results tbody thead span.status,.report-status .liveDashboard ._account_api .list-results thead tbody span.status,.report-status .liveDashboard ._account_api .list-results tbody thead span.status,.report-status .liveDashboard ._account_api .liveDashboard .list-results thead tbody span.status,.report-status .liveDashboard ._account_api .liveDashboard .list-results tbody thead span.status,.report-status .liveDashboard ._account_api .list-results thead tbody td.is-running span,.report-status .liveDashboard ._account_api .list-results tbody td.is-running thead span,.report-status .liveDashboard ._account_api .list-results thead tbody td.is-running span,.report-status .liveDashboard ._account_api .list-results tbody td.is-running thead span,.report-status .liveDashboard ._account_api .list-results thead tbody td.is-running span,.report-status .liveDashboard ._account_api .list-results tbody td.is-running thead span,.report-status .liveDashboard ._account_api .list-results thead tbody td.is-running span,.report-status .liveDashboard ._account_api .list-results tbody td.is-running thead span,.report-status .liveDashboard ._account_api .liveDashboard .list-results thead tbody td.is-running span,.report-status .liveDashboard ._account_api .liveDashboard .list-results tbody td.is-running thead span,.report-status .liveDashboard ._account_api .list-results thead tbody td.is-pending span,.report-status .liveDashboard ._account_api .list-results tbody td.is-pending thead span,.report-status .liveDashboard ._account_api .list-results thead tbody td.is-pending span,.report-status .liveDashboard ._account_api .list-results tbody td.is-pending thead span,.report-status .liveDashboard ._account_api .list-results thead tbody td.is-pending span,.report-status .liveDashboard ._account_api .list-results tbody td.is-pending thead span,.report-status .liveDashboard ._account_api .list-results thead tbody td.is-pending span,.report-status .liveDashboard ._account_api .list-results tbody td.is-pending thead span,.report-status .liveDashboard ._account_api .liveDashboard .list-results thead tbody td.is-pending span,.report-status .liveDashboard ._account_api .liveDashboard .list-results tbody td.is-pending thead span,._account_api .report-status .liveDashboard .list-results thead .icon,._account_api .report-status .liveDashboard .list-results thead .w-alert-banner:before,._account_api .report-status .liveDashboard .list-results thead .w-alert-banner:before,._account_api .report-status .liveDashboard .list-results thead .w-alert-banner:before,._account_api .report-status .liveDashboard ._account_api .list-results thead .w-alert-banner:before,._account_api .report-status .liveDashboard .list-results thead .w-alert-banner:before,._account_api .report-status .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus ._account_api .report-status .liveDashboard .list-results thead .dialog-aside:after,._account_api .report-status .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,._account_api .report-status .w-dialog.plus .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus ._account_api .report-status .liveDashboard .list-results thead .dialog-aside:after,._account_api .report-status .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus ._account_api .report-status .liveDashboard .list-results thead .dialog-aside:after,._account_api .report-status .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,._account_api .report-status .w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus ._account_api .report-status .liveDashboard ._account_api .list-results thead .dialog-aside:after,._account_api .report-status .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus ._account_api .report-status .liveDashboard .list-results thead .dialog-aside:after,._account_api .report-status .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-toast ._account_api .report-status .liveDashboard .list-results thead .toast.plus:after,._account_api .report-status .liveDashboard .list-results thead .w-toast .toast.plus:after,._account_api .report-status .w-toast .liveDashboard .list-results thead .toast.plus:after,.w-toast ._account_api .report-status .liveDashboard .list-results thead .toast.plus:after,._account_api .report-status .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-toast ._account_api .report-status .liveDashboard .list-results thead .toast.plus:after,._account_api .report-status .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,._account_api .report-status .w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.w-toast ._account_api .report-status .liveDashboard ._account_api .list-results thead .toast.plus:after,._account_api .report-status .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-toast ._account_api .report-status .liveDashboard .list-results thead .toast.plus:after,._account_api .report-status .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .report-status .liveDashboard .list-results thead .btn-period-clear:before,._account_api .report-status .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .report-status .liveDashboard .list-results thead .btn-filter:before,._account_api .report-status .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .report-status .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .report-status .liveDashboard .list-results thead .btn-period-clear:before,._account_api .report-status .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .report-status .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .report-status .liveDashboard .list-results thead .btn-filter:before,._account_api .report-status .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .report-status .liveDashboard .list-results thead .btn-period-clear:before,._account_api .report-status .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .report-status .liveDashboard .list-results thead .btn-filter:before,._account_api .report-status .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .report-status .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .report-status .liveDashboard ._account_api .list-results thead .btn-period-clear:before,._account_api .report-status .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .report-status .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .report-status .liveDashboard ._account_api .list-results thead .btn-filter:before,._account_api .report-status .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .report-status .liveDashboard .list-results thead .btn-period-clear:before,._account_api .report-status .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .report-status .liveDashboard .list-results thead .btn-filter:before,._account_api .report-status .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .report-status .liveDashboard .list-results thead .btn-period-edit:before,._account_api .report-status .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .report-status .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .report-status .liveDashboard .list-results thead .btn-period-edit:before,._account_api .report-status .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .report-status .liveDashboard .list-results thead .btn-period-edit:before,._account_api .report-status .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .report-status .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .report-status .liveDashboard ._account_api .list-results thead .btn-period-edit:before,._account_api .report-status .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .report-status .liveDashboard .list-results thead .btn-period-edit:before,._account_api .report-status .liveDashboard .list-results thead .block-filters .btn-filter:before,.block-filters ._account_api .report-status .liveDashboard .list-results thead .btn-filter:before,._account_api .report-status .liveDashboard .list-results thead .block-filters .btn-filter:before,._account_api .report-status .block-filters .liveDashboard .list-results thead .btn-filter:before,.block-filters ._account_api .report-status .liveDashboard .list-results thead .btn-filter:before,._account_api .report-status .liveDashboard .list-results thead .block-filters .btn-filter:before,.block-filters ._account_api .report-status .liveDashboard .list-results thead .btn-filter:before,._account_api .report-status .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,._account_api .report-status .block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.block-filters ._account_api .report-status .liveDashboard ._account_api .list-results thead .btn-filter:before,._account_api .report-status .liveDashboard .list-results thead .block-filters .btn-filter:before,.block-filters ._account_api .report-status .liveDashboard .list-results thead .btn-filter:before,._account_api .report-status .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper ._account_api .report-status .liveDashboard .list-results thead input.mobileToggle+label,._account_api .report-status .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,._account_api .report-status .toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper ._account_api .report-status .liveDashboard .list-results thead input.mobileToggle+label,._account_api .report-status .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper ._account_api .report-status .liveDashboard .list-results thead input.mobileToggle+label,._account_api .report-status .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,._account_api .report-status .toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper ._account_api .report-status .liveDashboard ._account_api .list-results thead input.mobileToggle+label,._account_api .report-status .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper ._account_api .report-status .liveDashboard .list-results thead input.mobileToggle+label,._account_api .report-status .liveDashboard .list-results thead tbody span.status,._account_api .report-status .liveDashboard .list-results tbody thead span.status,._account_api .report-status .liveDashboard .list-results thead tbody span.status,._account_api .report-status .liveDashboard .list-results tbody thead span.status,._account_api .report-status .liveDashboard .list-results thead tbody span.status,._account_api .report-status .liveDashboard .list-results tbody thead span.status,._account_api .report-status .liveDashboard ._account_api .list-results thead tbody span.status,._account_api .report-status .liveDashboard ._account_api .list-results tbody thead span.status,._account_api .report-status .liveDashboard .list-results thead tbody span.status,._account_api .report-status .liveDashboard .list-results tbody thead span.status,._account_api .report-status .liveDashboard .list-results thead tbody td.is-running span,._account_api .report-status .liveDashboard .list-results tbody td.is-running thead span,._account_api .report-status .liveDashboard .list-results thead tbody td.is-running span,._account_api .report-status .liveDashboard .list-results tbody td.is-running thead span,._account_api .report-status .liveDashboard .list-results thead tbody td.is-running span,._account_api .report-status .liveDashboard .list-results tbody td.is-running thead span,._account_api .report-status .liveDashboard ._account_api .list-results thead tbody td.is-running span,._account_api .report-status .liveDashboard ._account_api .list-results tbody td.is-running thead span,._account_api .report-status .liveDashboard .list-results thead tbody td.is-running span,._account_api .report-status .liveDashboard .list-results tbody td.is-running thead span,._account_api .report-status .liveDashboard .list-results thead tbody td.is-pending span,._account_api .report-status .liveDashboard .list-results tbody td.is-pending thead span,._account_api .report-status .liveDashboard .list-results thead tbody td.is-pending span,._account_api .report-status .liveDashboard .list-results tbody td.is-pending thead span,._account_api .report-status .liveDashboard .list-results thead tbody td.is-pending span,._account_api .report-status .liveDashboard .list-results tbody td.is-pending thead span,._account_api .report-status .liveDashboard ._account_api .list-results thead tbody td.is-pending span,._account_api .report-status .liveDashboard ._account_api .list-results tbody td.is-pending thead span,._account_api .report-status .liveDashboard .list-results thead tbody td.is-pending span,._account_api .report-status .liveDashboard .list-results tbody td.is-pending thead span,.report-status .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,._account_api .report-status .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,.report-status .liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .report-status .liveDashboard .list-results thead .dropdown-toggle:after,.report-status .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter,._account_api .report-status .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter,.report-status .liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .report-status .liveDashboard .list-results thead .filter,.report-status .liveDashboard ._account_api .list-results thead .form-label.status span,.report-status .liveDashboard ._account_api .list-results thead .status.status-log span,.report-status .liveDashboard ._account_api .list-results thead .status.status-report-item span,.report-status .liveDashboard ._account_api .list-results thead .double-list dd.status span,.double-list .report-status .liveDashboard ._account_api .list-results thead dd.status span,.report-status .liveDashboard ._account_api .list-results thead .double-list dt.status span,.double-list .report-status .liveDashboard ._account_api .list-results thead dt.status span,.report-status .liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span,.w-cards-container .w-card .report-status .liveDashboard ._account_api .list-results thead .status.title span,.report-status .liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value .report-status .liveDashboard ._account_api .list-results thead .status.label span,.report-status .liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span,.report-status .liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span,._account_api .report-status .liveDashboard .list-results thead .form-label.status span,._account_api .report-status .liveDashboard .list-results thead .status.status-log span,._account_api .report-status .liveDashboard .list-results thead .status.status-report-item span,._account_api .report-status .liveDashboard .list-results thead .double-list dd.status span,.double-list ._account_api .report-status .liveDashboard .list-results thead dd.status span,._account_api .report-status .liveDashboard .list-results thead .double-list dt.status span,.double-list ._account_api .report-status .liveDashboard .list-results thead dt.status span,._account_api .report-status .liveDashboard .list-results thead .w-cards-container .w-card .status.title span,.w-cards-container .w-card ._account_api .report-status .liveDashboard .list-results thead .status.title span,._account_api .report-status .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value ._account_api .report-status .liveDashboard .list-results thead .status.label span,._account_api .report-status .liveDashboard .list-results thead tbody tr.sublist .status.title span,._account_api .report-status .liveDashboard .list-results tbody tr.sublist thead .status.title span,.report-status .liveDashboard .form-label.status ._account_api .list-results thead span,.report-status .liveDashboard .status.status-log ._account_api .list-results thead span,.report-status .liveDashboard .status.status-report-item ._account_api .list-results thead span,.report-status .liveDashboard .double-list dd.status ._account_api .list-results thead span,.double-list .report-status .liveDashboard dd.status ._account_api .list-results thead span,.report-status .liveDashboard .double-list dt.status ._account_api .list-results thead span,.double-list .report-status .liveDashboard dt.status ._account_api .list-results thead span,.report-status .liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span,.w-cards-container .w-card .report-status .liveDashboard .status.title ._account_api .list-results thead span,.report-status .liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span,.w-cards-container .w-card.centered .w-value .report-status .liveDashboard .status.label ._account_api .list-results thead span,.report-status .liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span,.list-results tbody tr.sublist .report-status .liveDashboard .status.title ._account_api .list-results thead span,.form-label.status ._account_api .report-status .liveDashboard .list-results thead span,.status.status-log ._account_api .report-status .liveDashboard .list-results thead span,.status.status-report-item ._account_api .report-status .liveDashboard .list-results thead span,.double-list dd.status ._account_api .report-status .liveDashboard .list-results thead span,.double-list dt.status ._account_api .report-status .liveDashboard .list-results thead span,.w-cards-container .w-card .status.title ._account_api .report-status .liveDashboard .list-results thead span,.w-cards-container .w-card.centered .w-value .status.label ._account_api .report-status .liveDashboard .list-results thead span,.list-results tbody tr.sublist .status.title ._account_api .report-status .liveDashboard .list-results thead span,.report-status .liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span,._account_api .report-status .liveDashboard .list-results thead .w-filters-selected label.status.small span,.report-status .liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span,.w-filters-selected label.status.small ._account_api .report-status .liveDashboard .list-results thead span,.report-status .liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span,._account_api .report-status .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span,.report-status .liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span,.w-filters-selected .status.btn-f-s ._account_api .report-status .liveDashboard .list-results thead span,.report-status .liveDashboard ._account_api .list-results thead .sub-header .w-form label,.report-status .liveDashboard ._account_api .list-results thead .sub-header .w-double-list label,._account_api .report-status .liveDashboard .list-results thead .sub-header .w-form label,._account_api .report-status .liveDashboard .list-results thead .sub-header .w-double-list label,.report-status .liveDashboard .sub-header .w-form ._account_api .list-results thead label,.report-status .liveDashboard .sub-header .w-double-list ._account_api .list-results thead label,.sub-header .w-form ._account_api .report-status .liveDashboard .list-results thead label,.sub-header .w-double-list ._account_api .report-status .liveDashboard .list-results thead label,.report-status .liveDashboard ._account_api .list-results thead .block-filters button:after,._account_api .report-status .liveDashboard .list-results thead .block-filters button:after,.report-status .liveDashboard .block-filters ._account_api .list-results thead button:after,.block-filters ._account_api .report-status .liveDashboard .list-results thead button:after,.report-status .liveDashboard ._account_api .list-results thead .block-filters select:after,._account_api .report-status .liveDashboard .list-results thead .block-filters select:after,.report-status .liveDashboard .block-filters ._account_api .list-results thead select:after,.block-filters ._account_api .report-status .liveDashboard .list-results thead select:after,.report-status .liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive,._account_api .report-status .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive,.report-status .liveDashboard .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .report-status .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive,.report-status .liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active,._account_api .report-status .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active,.report-status .liveDashboard .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-active,.form-auto-list ._account_api .report-status .liveDashboard .list-results thead .form-auto-item.is-user-is-active,.report-status .liveDashboard ._account_api .list-results thead .list-results-header .status.title span,._account_api .report-status .liveDashboard .list-results thead .list-results-header .status.title span,.report-status .liveDashboard .list-results-header .status.title ._account_api .list-results thead span,.list-results-header .status.title ._account_api .report-status .liveDashboard .list-results thead span,.report-status .liveDashboard ._account_api .list-results thead tr span,._account_api .report-status .liveDashboard .list-results thead tr span,.report-status .liveDashboard ._account_api .list-results thead .icon,.report-status .liveDashboard ._account_api .list-results thead .w-alert-banner:before,.report-status .liveDashboard ._account_api .list-results thead .w-alert-banner:before,.report-status .liveDashboard ._account_api .list-results thead .w-alert-banner:before,.report-status .liveDashboard ._account_api .list-results thead .w-alert-banner:before,.report-status .liveDashboard ._account_api .liveDashboard .list-results thead .w-alert-banner:before,.report-status .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .report-status .liveDashboard ._account_api .list-results thead .dialog-aside:after,.report-status .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.report-status .w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus .report-status .liveDashboard ._account_api .list-results thead .dialog-aside:after,.report-status .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.report-status .liveDashboard .w-dialog.plus ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus .report-status .liveDashboard ._account_api .list-results thead .dialog-aside:after,.report-status .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.report-status .w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus .report-status .liveDashboard ._account_api .list-results thead .dialog-aside:after,.report-status .liveDashboard ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.report-status .liveDashboard .w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus .report-status .liveDashboard ._account_api .liveDashboard .list-results thead .dialog-aside:after,.report-status .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.w-toast .report-status .liveDashboard ._account_api .list-results thead .toast.plus:after,.report-status .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.report-status .w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.w-toast .report-status .liveDashboard ._account_api .list-results thead .toast.plus:after,.report-status .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.report-status .liveDashboard .w-toast ._account_api .list-results thead .toast.plus:after,.w-toast .report-status .liveDashboard ._account_api .list-results thead .toast.plus:after,.report-status .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.report-status .w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.w-toast .report-status .liveDashboard ._account_api .list-results thead .toast.plus:after,.report-status .liveDashboard ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.report-status .liveDashboard .w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,.w-toast .report-status .liveDashboard ._account_api .liveDashboard .list-results thead .toast.plus:after,.report-status .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .report-status .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.report-status .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .report-status .liveDashboard ._account_api .list-results thead .btn-filter:before,.report-status .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.report-status .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .report-status .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.report-status .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.report-status .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .report-status .liveDashboard ._account_api .list-results thead .btn-filter:before,.report-status .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.report-status .liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .report-status .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.report-status .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.report-status .liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .report-status .liveDashboard ._account_api .list-results thead .btn-filter:before,.report-status .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.report-status .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .report-status .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.report-status .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.report-status .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .report-status .liveDashboard ._account_api .list-results thead .btn-filter:before,.report-status .liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.report-status .liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .report-status .liveDashboard ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.report-status .liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.report-status .liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .report-status .liveDashboard ._account_api .liveDashboard .list-results thead .btn-filter:before,.report-status .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .report-status .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.report-status .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.report-status .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .report-status .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.report-status .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.report-status .liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .report-status .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.report-status .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.report-status .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .report-status .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.report-status .liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.report-status .liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .report-status .liveDashboard ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.report-status .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.block-filters .report-status .liveDashboard ._account_api .list-results thead .btn-filter:before,.report-status .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.report-status .block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.block-filters .report-status .liveDashboard ._account_api .list-results thead .btn-filter:before,.report-status .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.report-status .liveDashboard .block-filters ._account_api .list-results thead .btn-filter:before,.block-filters .report-status .liveDashboard ._account_api .list-results thead .btn-filter:before,.report-status .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.report-status .block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.block-filters .report-status .liveDashboard ._account_api .list-results thead .btn-filter:before,.report-status .liveDashboard ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.report-status .liveDashboard .block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,.block-filters .report-status .liveDashboard ._account_api .liveDashboard .list-results thead .btn-filter:before,.report-status .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper .report-status .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.report-status .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.report-status .toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper .report-status .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.report-status .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.report-status .liveDashboard .toggleWrapper ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper .report-status .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.report-status .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.report-status .toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper .report-status .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.report-status .liveDashboard ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.report-status .liveDashboard .toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper .report-status .liveDashboard ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.report-status .liveDashboard ._account_api .list-results thead tbody span.status,.report-status .liveDashboard ._account_api .list-results tbody thead span.status,.report-status .liveDashboard ._account_api .list-results thead tbody span.status,.report-status .liveDashboard ._account_api .list-results tbody thead span.status,.report-status .liveDashboard ._account_api .list-results thead tbody span.status,.report-status .liveDashboard ._account_api .list-results tbody thead span.status,.report-status .liveDashboard ._account_api .list-results thead tbody span.status,.report-status .liveDashboard ._account_api .list-results tbody thead span.status,.report-status .liveDashboard ._account_api .liveDashboard .list-results thead tbody span.status,.report-status .liveDashboard ._account_api .liveDashboard .list-results tbody thead span.status,.report-status .liveDashboard ._account_api .list-results thead tbody td.is-running span,.report-status .liveDashboard ._account_api .list-results tbody td.is-running thead span,.report-status .liveDashboard ._account_api .list-results thead tbody td.is-running span,.report-status .liveDashboard ._account_api .list-results tbody td.is-running thead span,.report-status .liveDashboard ._account_api .list-results thead tbody td.is-running span,.report-status .liveDashboard ._account_api .list-results tbody td.is-running thead span,.report-status .liveDashboard ._account_api .list-results thead tbody td.is-running span,.report-status .liveDashboard ._account_api .list-results tbody td.is-running thead span,.report-status .liveDashboard ._account_api .liveDashboard .list-results thead tbody td.is-running span,.report-status .liveDashboard ._account_api .liveDashboard .list-results tbody td.is-running thead span,.report-status .liveDashboard ._account_api .list-results thead tbody td.is-pending span,.report-status .liveDashboard ._account_api .list-results tbody td.is-pending thead span,.report-status .liveDashboard ._account_api .list-results thead tbody td.is-pending span,.report-status .liveDashboard ._account_api .list-results tbody td.is-pending thead span,.report-status .liveDashboard ._account_api .list-results thead tbody td.is-pending span,.report-status .liveDashboard ._account_api .list-results tbody td.is-pending thead span,.report-status .liveDashboard ._account_api .list-results thead tbody td.is-pending span,.report-status .liveDashboard ._account_api .list-results tbody td.is-pending thead span,.report-status .liveDashboard ._account_api .liveDashboard .list-results thead tbody td.is-pending span,.report-status .liveDashboard ._account_api .liveDashboard .list-results tbody td.is-pending thead span,.report-status ._account_api .liveDashboard .list-results thead .icon,.report-status ._account_api .liveDashboard .list-results thead .w-alert-banner:before,.report-status ._account_api .liveDashboard .list-results thead .w-alert-banner:before,.report-status ._account_api .liveDashboard .list-results thead .w-alert-banner:before,.report-status ._account_api .liveDashboard ._account_api .list-results thead .w-alert-banner:before,.report-status ._account_api .liveDashboard .list-results thead .w-alert-banner:before,.report-status ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .report-status ._account_api .liveDashboard .list-results thead .dialog-aside:after,.report-status ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.report-status ._account_api .w-dialog.plus .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus .report-status ._account_api .liveDashboard .list-results thead .dialog-aside:after,.report-status ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.report-status .w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus .report-status ._account_api .liveDashboard .list-results thead .dialog-aside:after,.report-status ._account_api .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.report-status ._account_api .w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus .report-status ._account_api .liveDashboard ._account_api .list-results thead .dialog-aside:after,.report-status ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.report-status .w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus .report-status ._account_api .liveDashboard .list-results thead .dialog-aside:after,.report-status ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-toast .report-status ._account_api .liveDashboard .list-results thead .toast.plus:after,.report-status ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.report-status ._account_api .w-toast .liveDashboard .list-results thead .toast.plus:after,.w-toast .report-status ._account_api .liveDashboard .list-results thead .toast.plus:after,.report-status ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.report-status .w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,.w-toast .report-status ._account_api .liveDashboard .list-results thead .toast.plus:after,.report-status ._account_api .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.report-status ._account_api .w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.w-toast .report-status ._account_api .liveDashboard ._account_api .list-results thead .toast.plus:after,.report-status ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.report-status .w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,.w-toast .report-status ._account_api .liveDashboard .list-results thead .toast.plus:after,.report-status ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .report-status ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.report-status ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .report-status ._account_api .liveDashboard .list-results thead .btn-filter:before,.report-status ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.report-status ._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .report-status ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.report-status ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.report-status ._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .report-status ._account_api .liveDashboard .list-results thead .btn-filter:before,.report-status ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.report-status .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .report-status ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.report-status ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.report-status .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .report-status ._account_api .liveDashboard .list-results thead .btn-filter:before,.report-status ._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.report-status ._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .report-status ._account_api .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.report-status ._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.report-status ._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .report-status ._account_api .liveDashboard ._account_api .list-results thead .btn-filter:before,.report-status ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.report-status .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .report-status ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.report-status ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.report-status .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .report-status ._account_api .liveDashboard .list-results thead .btn-filter:before,.report-status ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .report-status ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.report-status ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.report-status ._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .report-status ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.report-status ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.report-status .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .report-status ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.report-status ._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.report-status ._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .report-status ._account_api .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.report-status ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.report-status .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .report-status ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.report-status ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.block-filters .report-status ._account_api .liveDashboard .list-results thead .btn-filter:before,.report-status ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.report-status ._account_api .block-filters .liveDashboard .list-results thead .btn-filter:before,.block-filters .report-status ._account_api .liveDashboard .list-results thead .btn-filter:before,.report-status ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.report-status .block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,.block-filters .report-status ._account_api .liveDashboard .list-results thead .btn-filter:before,.report-status ._account_api .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.report-status ._account_api .block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.block-filters .report-status ._account_api .liveDashboard ._account_api .list-results thead .btn-filter:before,.report-status ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.report-status .block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,.block-filters .report-status ._account_api .liveDashboard .list-results thead .btn-filter:before,.report-status ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper .report-status ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.report-status ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.report-status ._account_api .toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper .report-status ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.report-status ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.report-status .toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper .report-status ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.report-status ._account_api .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.report-status ._account_api .toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper .report-status ._account_api .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.report-status ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.report-status .toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper .report-status ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.report-status ._account_api .liveDashboard .list-results thead tbody span.status,.report-status ._account_api .liveDashboard .list-results tbody thead span.status,.report-status ._account_api .liveDashboard .list-results thead tbody span.status,.report-status ._account_api .liveDashboard .list-results tbody thead span.status,.report-status ._account_api .liveDashboard .list-results thead tbody span.status,.report-status ._account_api .liveDashboard .list-results tbody thead span.status,.report-status ._account_api .liveDashboard ._account_api .list-results thead tbody span.status,.report-status ._account_api .liveDashboard ._account_api .list-results tbody thead span.status,.report-status ._account_api .liveDashboard .list-results thead tbody span.status,.report-status ._account_api .liveDashboard .list-results tbody thead span.status,.report-status ._account_api .liveDashboard .list-results thead tbody td.is-running span,.report-status ._account_api .liveDashboard .list-results tbody td.is-running thead span,.report-status ._account_api .liveDashboard .list-results thead tbody td.is-running span,.report-status ._account_api .liveDashboard .list-results tbody td.is-running thead span,.report-status ._account_api .liveDashboard .list-results thead tbody td.is-running span,.report-status ._account_api .liveDashboard .list-results tbody td.is-running thead span,.report-status ._account_api .liveDashboard ._account_api .list-results thead tbody td.is-running span,.report-status ._account_api .liveDashboard ._account_api .list-results tbody td.is-running thead span,.report-status ._account_api .liveDashboard .list-results thead tbody td.is-running span,.report-status ._account_api .liveDashboard .list-results tbody td.is-running thead span,.report-status ._account_api .liveDashboard .list-results thead tbody td.is-pending span,.report-status ._account_api .liveDashboard .list-results tbody td.is-pending thead span,.report-status ._account_api .liveDashboard .list-results thead tbody td.is-pending span,.report-status ._account_api .liveDashboard .list-results tbody td.is-pending thead span,.report-status ._account_api .liveDashboard .list-results thead tbody td.is-pending span,.report-status ._account_api .liveDashboard .list-results tbody td.is-pending thead span,.report-status ._account_api .liveDashboard ._account_api .list-results thead tbody td.is-pending span,.report-status ._account_api .liveDashboard ._account_api .list-results tbody td.is-pending thead span,.report-status ._account_api .liveDashboard .list-results thead tbody td.is-pending span,.report-status ._account_api .liveDashboard .list-results tbody td.is-pending thead span,._account_api .report-status .liveDashboard .list-results thead .icon,._account_api .report-status .liveDashboard .list-results thead .w-alert-banner:before,._account_api .report-status .liveDashboard .list-results thead .w-alert-banner:before,._account_api .report-status .liveDashboard .list-results thead .w-alert-banner:before,._account_api .report-status .liveDashboard ._account_api .list-results thead .w-alert-banner:before,._account_api .report-status .liveDashboard .list-results thead .w-alert-banner:before,._account_api .report-status .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus ._account_api .report-status .liveDashboard .list-results thead .dialog-aside:after,._account_api .report-status .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,._account_api .report-status .w-dialog.plus .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus ._account_api .report-status .liveDashboard .list-results thead .dialog-aside:after,._account_api .report-status .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus ._account_api .report-status .liveDashboard .list-results thead .dialog-aside:after,._account_api .report-status .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,._account_api .report-status .w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus ._account_api .report-status .liveDashboard ._account_api .list-results thead .dialog-aside:after,._account_api .report-status .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus ._account_api .report-status .liveDashboard .list-results thead .dialog-aside:after,._account_api .report-status .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-toast ._account_api .report-status .liveDashboard .list-results thead .toast.plus:after,._account_api .report-status .liveDashboard .list-results thead .w-toast .toast.plus:after,._account_api .report-status .w-toast .liveDashboard .list-results thead .toast.plus:after,.w-toast ._account_api .report-status .liveDashboard .list-results thead .toast.plus:after,._account_api .report-status .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-toast ._account_api .report-status .liveDashboard .list-results thead .toast.plus:after,._account_api .report-status .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,._account_api .report-status .w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.w-toast ._account_api .report-status .liveDashboard ._account_api .list-results thead .toast.plus:after,._account_api .report-status .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-toast ._account_api .report-status .liveDashboard .list-results thead .toast.plus:after,._account_api .report-status .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .report-status .liveDashboard .list-results thead .btn-period-clear:before,._account_api .report-status .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .report-status .liveDashboard .list-results thead .btn-filter:before,._account_api .report-status .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .report-status .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .report-status .liveDashboard .list-results thead .btn-period-clear:before,._account_api .report-status .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .report-status .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .report-status .liveDashboard .list-results thead .btn-filter:before,._account_api .report-status .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .report-status .liveDashboard .list-results thead .btn-period-clear:before,._account_api .report-status .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .report-status .liveDashboard .list-results thead .btn-filter:before,._account_api .report-status .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .report-status .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .report-status .liveDashboard ._account_api .list-results thead .btn-period-clear:before,._account_api .report-status .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .report-status .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .report-status .liveDashboard ._account_api .list-results thead .btn-filter:before,._account_api .report-status .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .report-status .liveDashboard .list-results thead .btn-period-clear:before,._account_api .report-status .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .report-status .liveDashboard .list-results thead .btn-filter:before,._account_api .report-status .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .report-status .liveDashboard .list-results thead .btn-period-edit:before,._account_api .report-status .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .report-status .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .report-status .liveDashboard .list-results thead .btn-period-edit:before,._account_api .report-status .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .report-status .liveDashboard .list-results thead .btn-period-edit:before,._account_api .report-status .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .report-status .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .report-status .liveDashboard ._account_api .list-results thead .btn-period-edit:before,._account_api .report-status .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .report-status .liveDashboard .list-results thead .btn-period-edit:before,._account_api .report-status .liveDashboard .list-results thead .block-filters .btn-filter:before,.block-filters ._account_api .report-status .liveDashboard .list-results thead .btn-filter:before,._account_api .report-status .liveDashboard .list-results thead .block-filters .btn-filter:before,._account_api .report-status .block-filters .liveDashboard .list-results thead .btn-filter:before,.block-filters ._account_api .report-status .liveDashboard .list-results thead .btn-filter:before,._account_api .report-status .liveDashboard .list-results thead .block-filters .btn-filter:before,.block-filters ._account_api .report-status .liveDashboard .list-results thead .btn-filter:before,._account_api .report-status .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,._account_api .report-status .block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.block-filters ._account_api .report-status .liveDashboard ._account_api .list-results thead .btn-filter:before,._account_api .report-status .liveDashboard .list-results thead .block-filters .btn-filter:before,.block-filters ._account_api .report-status .liveDashboard .list-results thead .btn-filter:before,._account_api .report-status .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper ._account_api .report-status .liveDashboard .list-results thead input.mobileToggle+label,._account_api .report-status .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,._account_api .report-status .toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper ._account_api .report-status .liveDashboard .list-results thead input.mobileToggle+label,._account_api .report-status .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper ._account_api .report-status .liveDashboard .list-results thead input.mobileToggle+label,._account_api .report-status .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,._account_api .report-status .toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper ._account_api .report-status .liveDashboard ._account_api .list-results thead input.mobileToggle+label,._account_api .report-status .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper ._account_api .report-status .liveDashboard .list-results thead input.mobileToggle+label,._account_api .report-status .liveDashboard .list-results thead tbody span.status,._account_api .report-status .liveDashboard .list-results tbody thead span.status,._account_api .report-status .liveDashboard .list-results thead tbody span.status,._account_api .report-status .liveDashboard .list-results tbody thead span.status,._account_api .report-status .liveDashboard .list-results thead tbody span.status,._account_api .report-status .liveDashboard .list-results tbody thead span.status,._account_api .report-status .liveDashboard ._account_api .list-results thead tbody span.status,._account_api .report-status .liveDashboard ._account_api .list-results tbody thead span.status,._account_api .report-status .liveDashboard .list-results thead tbody span.status,._account_api .report-status .liveDashboard .list-results tbody thead span.status,._account_api .report-status .liveDashboard .list-results thead tbody td.is-running span,._account_api .report-status .liveDashboard .list-results tbody td.is-running thead span,._account_api .report-status .liveDashboard .list-results thead tbody td.is-running span,._account_api .report-status .liveDashboard .list-results tbody td.is-running thead span,._account_api .report-status .liveDashboard .list-results thead tbody td.is-running span,._account_api .report-status .liveDashboard .list-results tbody td.is-running thead span,._account_api .report-status .liveDashboard ._account_api .list-results thead tbody td.is-running span,._account_api .report-status .liveDashboard ._account_api .list-results tbody td.is-running thead span,._account_api .report-status .liveDashboard .list-results thead tbody td.is-running span,._account_api .report-status .liveDashboard .list-results tbody td.is-running thead span,._account_api .report-status .liveDashboard .list-results thead tbody td.is-pending span,._account_api .report-status .liveDashboard .list-results tbody td.is-pending thead span,._account_api .report-status .liveDashboard .list-results thead tbody td.is-pending span,._account_api .report-status .liveDashboard .list-results tbody td.is-pending thead span,._account_api .report-status .liveDashboard .list-results thead tbody td.is-pending span,._account_api .report-status .liveDashboard .list-results tbody td.is-pending thead span,._account_api .report-status .liveDashboard ._account_api .list-results thead tbody td.is-pending span,._account_api .report-status .liveDashboard ._account_api .list-results tbody td.is-pending thead span,._account_api .report-status .liveDashboard .list-results thead tbody td.is-pending span,._account_api .report-status .liveDashboard .list-results tbody td.is-pending thead span,.report-status .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,.report-status ._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,._account_api .report-status .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,.report-status .liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .dropdown-toggle:after,.report-status .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .report-status .liveDashboard .list-results thead .dropdown-toggle:after,.report-status .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter,.report-status ._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter,._account_api .report-status .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter,.report-status .liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .filter,.report-status .w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .report-status .liveDashboard .list-results thead .filter,.report-status .liveDashboard ._account_api .list-results thead .form-label.status span,.report-status .liveDashboard ._account_api .list-results thead .status.status-log span,.report-status .liveDashboard ._account_api .list-results thead .status.status-report-item span,.report-status .liveDashboard ._account_api .list-results thead .double-list dd.status span,.double-list .report-status .liveDashboard ._account_api .list-results thead dd.status span,.report-status .liveDashboard ._account_api .list-results thead .double-list dt.status span,.double-list .report-status .liveDashboard ._account_api .list-results thead dt.status span,.report-status .liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span,.w-cards-container .w-card .report-status .liveDashboard ._account_api .list-results thead .status.title span,.report-status .liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value .report-status .liveDashboard ._account_api .list-results thead .status.label span,.report-status .liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span,.report-status .liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span,.report-status ._account_api .liveDashboard .list-results thead .form-label.status span,.report-status ._account_api .liveDashboard .list-results thead .status.status-log span,.report-status ._account_api .liveDashboard .list-results thead .status.status-report-item span,.report-status ._account_api .liveDashboard .list-results thead .double-list dd.status span,.double-list .report-status ._account_api .liveDashboard .list-results thead dd.status span,.report-status ._account_api .liveDashboard .list-results thead .double-list dt.status span,.double-list .report-status ._account_api .liveDashboard .list-results thead dt.status span,.report-status ._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span,.w-cards-container .w-card .report-status ._account_api .liveDashboard .list-results thead .status.title span,.report-status ._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value .report-status ._account_api .liveDashboard .list-results thead .status.label span,.report-status ._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span,.report-status ._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span,._account_api .report-status .liveDashboard .list-results thead .form-label.status span,._account_api .report-status .liveDashboard .list-results thead .status.status-log span,._account_api .report-status .liveDashboard .list-results thead .status.status-report-item span,._account_api .report-status .liveDashboard .list-results thead .double-list dd.status span,.double-list ._account_api .report-status .liveDashboard .list-results thead dd.status span,._account_api .report-status .liveDashboard .list-results thead .double-list dt.status span,.double-list ._account_api .report-status .liveDashboard .list-results thead dt.status span,._account_api .report-status .liveDashboard .list-results thead .w-cards-container .w-card .status.title span,.w-cards-container .w-card ._account_api .report-status .liveDashboard .list-results thead .status.title span,._account_api .report-status .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value ._account_api .report-status .liveDashboard .list-results thead .status.label span,._account_api .report-status .liveDashboard .list-results thead tbody tr.sublist .status.title span,._account_api .report-status .liveDashboard .list-results tbody tr.sublist thead .status.title span,.report-status .liveDashboard .form-label.status ._account_api .list-results thead span,.report-status .liveDashboard .status.status-log ._account_api .list-results thead span,.report-status .liveDashboard .status.status-report-item ._account_api .list-results thead span,.report-status .liveDashboard .double-list dd.status ._account_api .list-results thead span,.double-list .report-status .liveDashboard dd.status ._account_api .list-results thead span,.report-status .liveDashboard .double-list dt.status ._account_api .list-results thead span,.double-list .report-status .liveDashboard dt.status ._account_api .list-results thead span,.report-status .liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span,.w-cards-container .w-card .report-status .liveDashboard .status.title ._account_api .list-results thead span,.report-status .liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span,.w-cards-container .w-card.centered .w-value .report-status .liveDashboard .status.label ._account_api .list-results thead span,.report-status .liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span,.list-results tbody tr.sublist .report-status .liveDashboard .status.title ._account_api .list-results thead span,.report-status .form-label.status ._account_api .liveDashboard .list-results thead span,.report-status .status.status-log ._account_api .liveDashboard .list-results thead span,.report-status .status.status-report-item ._account_api .liveDashboard .list-results thead span,.report-status .double-list dd.status ._account_api .liveDashboard .list-results thead span,.double-list .report-status dd.status ._account_api .liveDashboard .list-results thead span,.report-status .double-list dt.status ._account_api .liveDashboard .list-results thead span,.double-list .report-status dt.status ._account_api .liveDashboard .list-results thead span,.report-status .w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead span,.w-cards-container .w-card .report-status .status.title ._account_api .liveDashboard .list-results thead span,.report-status .w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead span,.w-cards-container .w-card.centered .w-value .report-status .status.label ._account_api .liveDashboard .list-results thead span,.report-status .list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead span,.list-results tbody tr.sublist .report-status .status.title ._account_api .liveDashboard .list-results thead span,.form-label.status ._account_api .report-status .liveDashboard .list-results thead span,.status.status-log ._account_api .report-status .liveDashboard .list-results thead span,.status.status-report-item ._account_api .report-status .liveDashboard .list-results thead span,.double-list dd.status ._account_api .report-status .liveDashboard .list-results thead span,.double-list dt.status ._account_api .report-status .liveDashboard .list-results thead span,.w-cards-container .w-card .status.title ._account_api .report-status .liveDashboard .list-results thead span,.w-cards-container .w-card.centered .w-value .status.label ._account_api .report-status .liveDashboard .list-results thead span,.list-results tbody tr.sublist .status.title ._account_api .report-status .liveDashboard .list-results thead span,.report-status .liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span,.report-status ._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span,._account_api .report-status .liveDashboard .list-results thead .w-filters-selected label.status.small span,.report-status .liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span,.report-status .w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead span,.w-filters-selected label.status.small ._account_api .report-status .liveDashboard .list-results thead span,.report-status .liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span,.report-status ._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span,._account_api .report-status .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span,.report-status .liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span,.report-status .w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead span,.w-filters-selected .status.btn-f-s ._account_api .report-status .liveDashboard .list-results thead span,.report-status .liveDashboard ._account_api .list-results thead .sub-header .w-form label,.report-status .liveDashboard ._account_api .list-results thead .sub-header .w-double-list label,.report-status ._account_api .liveDashboard .list-results thead .sub-header .w-form label,.report-status ._account_api .liveDashboard .list-results thead .sub-header .w-double-list label,._account_api .report-status .liveDashboard .list-results thead .sub-header .w-form label,._account_api .report-status .liveDashboard .list-results thead .sub-header .w-double-list label,.report-status .liveDashboard .sub-header .w-form ._account_api .list-results thead label,.report-status .liveDashboard .sub-header .w-double-list ._account_api .list-results thead label,.report-status .sub-header .w-form ._account_api .liveDashboard .list-results thead label,.report-status .sub-header .w-double-list ._account_api .liveDashboard .list-results thead label,.sub-header .w-form ._account_api .report-status .liveDashboard .list-results thead label,.sub-header .w-double-list ._account_api .report-status .liveDashboard .list-results thead label,.report-status .liveDashboard ._account_api .list-results thead .block-filters button:after,.report-status ._account_api .liveDashboard .list-results thead .block-filters button:after,._account_api .report-status .liveDashboard .list-results thead .block-filters button:after,.report-status .liveDashboard .block-filters ._account_api .list-results thead button:after,.report-status .block-filters ._account_api .liveDashboard .list-results thead button:after,.block-filters ._account_api .report-status .liveDashboard .list-results thead button:after,.report-status .liveDashboard ._account_api .list-results thead .block-filters select:after,.report-status ._account_api .liveDashboard .list-results thead .block-filters select:after,._account_api .report-status .liveDashboard .list-results thead .block-filters select:after,.report-status .liveDashboard .block-filters ._account_api .list-results thead select:after,.report-status .block-filters ._account_api .liveDashboard .list-results thead select:after,.block-filters ._account_api .report-status .liveDashboard .list-results thead select:after,.report-status .liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive,.report-status ._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive,._account_api .report-status .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive,.report-status .liveDashboard .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-inactive,.report-status .form-auto-list ._account_api .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .report-status .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive,.report-status .liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active,.report-status ._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active,._account_api .report-status .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active,.report-status .liveDashboard .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-active,.report-status .form-auto-list ._account_api .liveDashboard .list-results thead .form-auto-item.is-user-is-active,.form-auto-list ._account_api .report-status .liveDashboard .list-results thead .form-auto-item.is-user-is-active,.report-status .liveDashboard ._account_api .list-results thead .list-results-header .status.title span,.report-status ._account_api .liveDashboard .list-results thead .list-results-header .status.title span,._account_api .report-status .liveDashboard .list-results thead .list-results-header .status.title span,.report-status .liveDashboard .list-results-header .status.title ._account_api .list-results thead span,.report-status .list-results-header .status.title ._account_api .liveDashboard .list-results thead span,.list-results-header .status.title ._account_api .report-status .liveDashboard .list-results thead span,.report-status .liveDashboard ._account_api .list-results thead tr span,.report-status ._account_api .liveDashboard .list-results thead tr span,._account_api .report-status .liveDashboard .list-results thead tr span,.report-status ._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .dropdown-toggle:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .report-status .liveDashboard .list-results thead .dropdown-toggle:after,.report-status .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .report-status .liveDashboard ._account_api .list-results thead .dropdown-toggle:after,.report-status ._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .filter,._account_api .w-filter-preset.w-filter-preset .filter-preset .report-status .liveDashboard .list-results thead .filter,.report-status .w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .filter,.w-filter-preset.w-filter-preset .filter-preset .report-status .liveDashboard ._account_api .list-results thead .filter,.report-status ._account_api .form-label.status .liveDashboard .list-results thead span,.report-status ._account_api .status.status-log .liveDashboard .list-results thead span,.report-status ._account_api .status.status-report-item .liveDashboard .list-results thead span,.report-status ._account_api .double-list dd.status .liveDashboard .list-results thead span,.double-list .report-status ._account_api dd.status .liveDashboard .list-results thead span,.report-status ._account_api .double-list dt.status .liveDashboard .list-results thead span,.double-list .report-status ._account_api dt.status .liveDashboard .list-results thead span,.report-status ._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span,.w-cards-container .w-card .report-status ._account_api .status.title .liveDashboard .list-results thead span,.report-status ._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span,.w-cards-container .w-card.centered .w-value .report-status ._account_api .status.label .liveDashboard .list-results thead span,.report-status ._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span,.list-results tbody tr.sublist .report-status ._account_api .status.title .liveDashboard .list-results thead span,._account_api .form-label.status .report-status .liveDashboard .list-results thead span,._account_api .status.status-log .report-status .liveDashboard .list-results thead span,._account_api .status.status-report-item .report-status .liveDashboard .list-results thead span,._account_api .double-list dd.status .report-status .liveDashboard .list-results thead span,.double-list ._account_api dd.status .report-status .liveDashboard .list-results thead span,._account_api .double-list dt.status .report-status .liveDashboard .list-results thead span,.double-list ._account_api dt.status .report-status .liveDashboard .list-results thead span,._account_api .w-cards-container .w-card .status.title .report-status .liveDashboard .list-results thead span,.w-cards-container .w-card ._account_api .status.title .report-status .liveDashboard .list-results thead span,._account_api .w-cards-container .w-card.centered .w-value .status.label .report-status .liveDashboard .list-results thead span,.w-cards-container .w-card.centered .w-value ._account_api .status.label .report-status .liveDashboard .list-results thead span,._account_api .list-results tbody tr.sublist .status.title .report-status .liveDashboard .list-results thead span,.list-results tbody tr.sublist ._account_api .status.title .report-status .liveDashboard .list-results thead span,.report-status .form-label.status .liveDashboard ._account_api .list-results thead span,.report-status .status.status-log .liveDashboard ._account_api .list-results thead span,.report-status .status.status-report-item .liveDashboard ._account_api .list-results thead span,.report-status .double-list dd.status .liveDashboard ._account_api .list-results thead span,.double-list .report-status dd.status .liveDashboard ._account_api .list-results thead span,.report-status .double-list dt.status .liveDashboard ._account_api .list-results thead span,.double-list .report-status dt.status .liveDashboard ._account_api .list-results thead span,.report-status .w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead span,.w-cards-container .w-card .report-status .status.title .liveDashboard ._account_api .list-results thead span,.report-status .w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead span,.w-cards-container .w-card.centered .w-value .report-status .status.label .liveDashboard ._account_api .list-results thead span,.report-status .list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead span,.list-results tbody tr.sublist .report-status .status.title .liveDashboard ._account_api .list-results thead span,.form-label.status .report-status .liveDashboard ._account_api .list-results thead span,.status.status-log .report-status .liveDashboard ._account_api .list-results thead span,.status.status-report-item .report-status .liveDashboard ._account_api .list-results thead span,.double-list dd.status .report-status .liveDashboard ._account_api .list-results thead span,.double-list dt.status .report-status .liveDashboard ._account_api .list-results thead span,.w-cards-container .w-card .status.title .report-status .liveDashboard ._account_api .list-results thead span,.w-cards-container .w-card.centered .w-value .status.label .report-status .liveDashboard ._account_api .list-results thead span,.list-results tbody tr.sublist .status.title .report-status .liveDashboard ._account_api .list-results thead span,.report-status ._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span,._account_api .w-filters-selected label.status.small .report-status .liveDashboard .list-results thead span,.report-status .w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead span,.w-filters-selected label.status.small .report-status .liveDashboard ._account_api .list-results thead span,.report-status ._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span,._account_api .w-filters-selected .status.btn-f-s .report-status .liveDashboard .list-results thead span,.report-status .w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead span,.w-filters-selected .status.btn-f-s .report-status .liveDashboard ._account_api .list-results thead span,.report-status ._account_api .sub-header .w-form .liveDashboard .list-results thead label,.report-status ._account_api .sub-header .w-double-list .liveDashboard .list-results thead label,._account_api .sub-header .w-form .report-status .liveDashboard .list-results thead label,._account_api .sub-header .w-double-list .report-status .liveDashboard .list-results thead label,.report-status .sub-header .w-form .liveDashboard ._account_api .list-results thead label,.report-status .sub-header .w-double-list .liveDashboard ._account_api .list-results thead label,.sub-header .w-form .report-status .liveDashboard ._account_api .list-results thead label,.sub-header .w-double-list .report-status .liveDashboard ._account_api .list-results thead label,.report-status ._account_api .block-filters .liveDashboard .list-results thead button:after,._account_api .block-filters .report-status .liveDashboard .list-results thead button:after,.report-status .block-filters .liveDashboard ._account_api .list-results thead button:after,.block-filters .report-status .liveDashboard ._account_api .list-results thead button:after,.report-status ._account_api .block-filters .liveDashboard .list-results thead select:after,._account_api .block-filters .report-status .liveDashboard .list-results thead select:after,.report-status .block-filters .liveDashboard ._account_api .list-results thead select:after,.block-filters .report-status .liveDashboard ._account_api .list-results thead select:after,.report-status ._account_api .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive,._account_api .form-auto-list .report-status .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive,.report-status .form-auto-list .liveDashboard ._account_api .list-results thead .form-auto-item.is-user-is-inactive,.form-auto-list .report-status .liveDashboard ._account_api .list-results thead .form-auto-item.is-user-is-inactive,.report-status ._account_api .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-active,._account_api .form-auto-list .report-status .liveDashboard .list-results thead .form-auto-item.is-user-is-active,.report-status .form-auto-list .liveDashboard ._account_api .list-results thead .form-auto-item.is-user-is-active,.form-auto-list .report-status .liveDashboard ._account_api .list-results thead .form-auto-item.is-user-is-active,.report-status ._account_api .list-results-header .status.title .liveDashboard .list-results thead span,._account_api .list-results-header .status.title .report-status .liveDashboard .list-results thead span,.report-status .list-results-header .status.title .liveDashboard ._account_api .list-results thead span,.list-results-header .status.title .report-status .liveDashboard ._account_api .list-results thead span,.liveDashboard .list-results thead .report-status .icon,.liveDashboard .list-results thead .report-status .w-alert-banner:before,.liveDashboard .list-results thead .report-status .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .report-status .w-alert-banner:before,._account_api .liveDashboard .list-results thead .report-status .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .report-status .w-alert-banner:before,._account_api .liveDashboard .list-results thead .report-status .w-alert-banner:before,.liveDashboard .list-results thead .report-status .w-dialog.plus .dialog-aside:after,.w-dialog.plus .liveDashboard .list-results thead .report-status .dialog-aside:after,.liveDashboard .list-results thead .report-status .w-dialog.plus .dialog-aside:after,.liveDashboard .list-results thead .w-dialog.plus .report-status .dialog-aside:after,.w-dialog.plus .liveDashboard .list-results thead .report-status .dialog-aside:after,.liveDashboard ._account_api .list-results thead .report-status .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard .list-results thead .report-status .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .report-status .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .report-status .dialog-aside:after,.liveDashboard .w-dialog.plus ._account_api .list-results thead .report-status .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .report-status .dialog-aside:after,.liveDashboard ._account_api .list-results thead .report-status .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .report-status .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .report-status .dialog-aside:after,._account_api .liveDashboard .list-results thead .report-status .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .report-status .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .report-status .dialog-aside:after,.liveDashboard .list-results thead .report-status .w-toast .toast.plus:after,.w-toast .liveDashboard .list-results thead .report-status .toast.plus:after,.liveDashboard .list-results thead .report-status .w-toast .toast.plus:after,.liveDashboard .list-results thead .w-toast .report-status .toast.plus:after,.w-toast .liveDashboard .list-results thead .report-status .toast.plus:after,.liveDashboard ._account_api .list-results thead .report-status .w-toast .toast.plus:after,._account_api .liveDashboard .list-results thead .report-status .w-toast .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .report-status .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .report-status .toast.plus:after,.liveDashboard .w-toast ._account_api .list-results thead .report-status .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .report-status .toast.plus:after,.liveDashboard ._account_api .list-results thead .report-status .w-toast .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .report-status .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .report-status .toast.plus:after,._account_api .liveDashboard .list-results thead .report-status .w-toast .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .report-status .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .report-status .toast.plus:after,.liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .report-status .btn-period-clear:before,.liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .report-status .btn-filter:before,.liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .report-status .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .report-status .btn-period-clear:before,.liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .report-status .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .report-status .btn-filter:before,.liveDashboard ._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .report-status .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .report-status .btn-period-clear:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .report-status .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .report-status .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .report-status .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .report-status .btn-filter:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .report-status .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .report-status .btn-filter:before,.liveDashboard ._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .report-status .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .report-status .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .report-status .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .report-status .btn-filter:before,._account_api .liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .report-status .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .report-status .btn-period-clear:before,._account_api .liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .report-status .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .report-status .btn-filter:before,.liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .report-status .btn-period-edit:before,.liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .report-status .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .report-status .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .report-status .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .report-status .btn-period-edit:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .report-status .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .report-status .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .report-status .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .report-status .btn-period-edit:before,._account_api .liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .report-status .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .report-status .btn-period-edit:before,.liveDashboard .list-results thead .report-status .block-filters .btn-filter:before,.block-filters .liveDashboard .list-results thead .report-status .btn-filter:before,.liveDashboard .list-results thead .report-status .block-filters .btn-filter:before,.liveDashboard .list-results thead .block-filters .report-status .btn-filter:before,.block-filters .liveDashboard .list-results thead .report-status .btn-filter:before,.liveDashboard ._account_api .list-results thead .report-status .block-filters .btn-filter:before,._account_api .liveDashboard .list-results thead .report-status .block-filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .report-status .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .report-status .btn-filter:before,.liveDashboard .block-filters ._account_api .list-results thead .report-status .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .report-status .btn-filter:before,.liveDashboard ._account_api .list-results thead .report-status .block-filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .report-status .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .report-status .btn-filter:before,._account_api .liveDashboard .list-results thead .report-status .block-filters .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .report-status .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .report-status .btn-filter:before,.liveDashboard .list-results thead .report-status .toggleWrapper input.mobileToggle+label,.toggleWrapper .liveDashboard .list-results thead .report-status input.mobileToggle+label,.liveDashboard .list-results thead .report-status .toggleWrapper input.mobileToggle+label,.liveDashboard .list-results thead .toggleWrapper .report-status input.mobileToggle+label,.toggleWrapper .liveDashboard .list-results thead .report-status input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .report-status .toggleWrapper input.mobileToggle+label,._account_api .liveDashboard .list-results thead .report-status .toggleWrapper input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper .report-status input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper .report-status input.mobileToggle+label,.liveDashboard .toggleWrapper ._account_api .list-results thead .report-status input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead .report-status input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .report-status .toggleWrapper input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper .report-status input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead .report-status input.mobileToggle+label,._account_api .liveDashboard .list-results thead .report-status .toggleWrapper input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper .report-status input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead .report-status input.mobileToggle+label,.liveDashboard .list-results thead .report-status tbody span.status,.liveDashboard .list-results tbody thead .report-status span.status,.liveDashboard .list-results thead .report-status tbody span.status,.liveDashboard .list-results thead tbody .report-status span.status,.liveDashboard .list-results tbody thead .report-status span.status,.liveDashboard ._account_api .list-results thead .report-status tbody span.status,._account_api .liveDashboard .list-results thead .report-status tbody span.status,.liveDashboard ._account_api .list-results thead tbody .report-status span.status,._account_api .liveDashboard .list-results thead tbody .report-status span.status,.liveDashboard ._account_api .list-results tbody thead .report-status span.status,._account_api .liveDashboard .list-results tbody thead .report-status span.status,.liveDashboard ._account_api .list-results thead .report-status tbody span.status,.liveDashboard ._account_api .list-results thead tbody .report-status span.status,.liveDashboard ._account_api .list-results tbody thead .report-status span.status,._account_api .liveDashboard .list-results thead .report-status tbody span.status,._account_api .liveDashboard .list-results thead tbody .report-status span.status,._account_api .liveDashboard .list-results tbody thead .report-status span.status,.liveDashboard .list-results thead .report-status tbody td.is-running span,.liveDashboard .list-results tbody td.is-running thead .report-status span,.liveDashboard .list-results thead .report-status tbody td.is-running span,.liveDashboard .list-results thead tbody td.is-running .report-status span,.liveDashboard .list-results tbody td.is-running thead .report-status span,.liveDashboard ._account_api .list-results thead .report-status tbody td.is-running span,._account_api .liveDashboard .list-results thead .report-status tbody td.is-running span,.liveDashboard ._account_api .list-results thead tbody td.is-running .report-status span,._account_api .liveDashboard .list-results thead tbody td.is-running .report-status span,.liveDashboard ._account_api .list-results tbody td.is-running thead .report-status span,._account_api .liveDashboard .list-results tbody td.is-running thead .report-status span,.liveDashboard ._account_api .list-results thead .report-status tbody td.is-running span,.liveDashboard ._account_api .list-results thead tbody td.is-running .report-status span,.liveDashboard ._account_api .list-results tbody td.is-running thead .report-status span,._account_api .liveDashboard .list-results thead .report-status tbody td.is-running span,._account_api .liveDashboard .list-results thead tbody td.is-running .report-status span,._account_api .liveDashboard .list-results tbody td.is-running thead .report-status span,.liveDashboard .list-results thead .report-status tbody td.is-pending span,.liveDashboard .list-results tbody td.is-pending thead .report-status span,.liveDashboard .list-results thead .report-status tbody td.is-pending span,.liveDashboard .list-results thead tbody td.is-pending .report-status span,.liveDashboard .list-results tbody td.is-pending thead .report-status span,.liveDashboard ._account_api .list-results thead .report-status tbody td.is-pending span,._account_api .liveDashboard .list-results thead .report-status tbody td.is-pending span,.liveDashboard ._account_api .list-results thead tbody td.is-pending .report-status span,._account_api .liveDashboard .list-results thead tbody td.is-pending .report-status span,.liveDashboard ._account_api .list-results tbody td.is-pending thead .report-status span,._account_api .liveDashboard .list-results tbody td.is-pending thead .report-status span,.liveDashboard ._account_api .list-results thead .report-status tbody td.is-pending span,.liveDashboard ._account_api .list-results thead tbody td.is-pending .report-status span,.liveDashboard ._account_api .list-results tbody td.is-pending thead .report-status span,._account_api .liveDashboard .list-results thead .report-status tbody td.is-pending span,._account_api .liveDashboard .list-results thead tbody td.is-pending .report-status span,._account_api .liveDashboard .list-results tbody td.is-pending thead .report-status span,.liveDashboard .list-results thead .report-status .icon,.liveDashboard .list-results thead .report-status .w-alert-banner:before,.liveDashboard .list-results thead .report-status .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .report-status .w-alert-banner:before,._account_api .liveDashboard .list-results thead .report-status .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .report-status .w-alert-banner:before,._account_api .liveDashboard .list-results thead .report-status .w-alert-banner:before,.liveDashboard .list-results thead .report-status .w-dialog.plus .dialog-aside:after,.w-dialog.plus .liveDashboard .list-results thead .report-status .dialog-aside:after,.liveDashboard .list-results thead .report-status .w-dialog.plus .dialog-aside:after,.liveDashboard .list-results thead .w-dialog.plus .report-status .dialog-aside:after,.w-dialog.plus .liveDashboard .list-results thead .report-status .dialog-aside:after,.liveDashboard ._account_api .list-results thead .report-status .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard .list-results thead .report-status .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .report-status .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .report-status .dialog-aside:after,.liveDashboard .w-dialog.plus ._account_api .list-results thead .report-status .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .report-status .dialog-aside:after,.liveDashboard ._account_api .list-results thead .report-status .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .report-status .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .report-status .dialog-aside:after,._account_api .liveDashboard .list-results thead .report-status .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .report-status .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .report-status .dialog-aside:after,.liveDashboard .list-results thead .report-status .w-toast .toast.plus:after,.w-toast .liveDashboard .list-results thead .report-status .toast.plus:after,.liveDashboard .list-results thead .report-status .w-toast .toast.plus:after,.liveDashboard .list-results thead .w-toast .report-status .toast.plus:after,.w-toast .liveDashboard .list-results thead .report-status .toast.plus:after,.liveDashboard ._account_api .list-results thead .report-status .w-toast .toast.plus:after,._account_api .liveDashboard .list-results thead .report-status .w-toast .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .report-status .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .report-status .toast.plus:after,.liveDashboard .w-toast ._account_api .list-results thead .report-status .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .report-status .toast.plus:after,.liveDashboard ._account_api .list-results thead .report-status .w-toast .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .report-status .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .report-status .toast.plus:after,._account_api .liveDashboard .list-results thead .report-status .w-toast .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .report-status .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .report-status .toast.plus:after,.liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .report-status .btn-period-clear:before,.liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .report-status .btn-filter:before,.liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .report-status .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .report-status .btn-period-clear:before,.liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .report-status .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .report-status .btn-filter:before,.liveDashboard ._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .report-status .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .report-status .btn-period-clear:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .report-status .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .report-status .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .report-status .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .report-status .btn-filter:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .report-status .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .report-status .btn-filter:before,.liveDashboard ._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .report-status .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .report-status .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .report-status .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .report-status .btn-filter:before,._account_api .liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .report-status .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .report-status .btn-period-clear:before,._account_api .liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .report-status .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .report-status .btn-filter:before,.liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .report-status .btn-period-edit:before,.liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .report-status .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .report-status .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .report-status .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .report-status .btn-period-edit:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .report-status .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .report-status .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .report-status .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .report-status .btn-period-edit:before,._account_api .liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .report-status .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .report-status .btn-period-edit:before,.liveDashboard .list-results thead .report-status .block-filters .btn-filter:before,.block-filters .liveDashboard .list-results thead .report-status .btn-filter:before,.liveDashboard .list-results thead .report-status .block-filters .btn-filter:before,.liveDashboard .list-results thead .block-filters .report-status .btn-filter:before,.block-filters .liveDashboard .list-results thead .report-status .btn-filter:before,.liveDashboard ._account_api .list-results thead .report-status .block-filters .btn-filter:before,._account_api .liveDashboard .list-results thead .report-status .block-filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .report-status .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .report-status .btn-filter:before,.liveDashboard .block-filters ._account_api .list-results thead .report-status .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .report-status .btn-filter:before,.liveDashboard ._account_api .list-results thead .report-status .block-filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .report-status .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .report-status .btn-filter:before,._account_api .liveDashboard .list-results thead .report-status .block-filters .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .report-status .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .report-status .btn-filter:before,.liveDashboard .list-results thead .report-status .toggleWrapper input.mobileToggle+label,.toggleWrapper .liveDashboard .list-results thead .report-status input.mobileToggle+label,.liveDashboard .list-results thead .report-status .toggleWrapper input.mobileToggle+label,.liveDashboard .list-results thead .toggleWrapper .report-status input.mobileToggle+label,.toggleWrapper .liveDashboard .list-results thead .report-status input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .report-status .toggleWrapper input.mobileToggle+label,._account_api .liveDashboard .list-results thead .report-status .toggleWrapper input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper .report-status input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper .report-status input.mobileToggle+label,.liveDashboard .toggleWrapper ._account_api .list-results thead .report-status input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead .report-status input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .report-status .toggleWrapper input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper .report-status input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead .report-status input.mobileToggle+label,._account_api .liveDashboard .list-results thead .report-status .toggleWrapper input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper .report-status input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead .report-status input.mobileToggle+label,.liveDashboard .list-results thead .report-status tbody span.status,.liveDashboard .list-results tbody thead .report-status span.status,.liveDashboard .list-results thead .report-status tbody span.status,.liveDashboard .list-results thead tbody .report-status span.status,.liveDashboard .list-results tbody thead .report-status span.status,.liveDashboard ._account_api .list-results thead .report-status tbody span.status,._account_api .liveDashboard .list-results thead .report-status tbody span.status,.liveDashboard ._account_api .list-results thead tbody .report-status span.status,._account_api .liveDashboard .list-results thead tbody .report-status span.status,.liveDashboard ._account_api .list-results tbody thead .report-status span.status,._account_api .liveDashboard .list-results tbody thead .report-status span.status,.liveDashboard ._account_api .list-results thead .report-status tbody span.status,.liveDashboard ._account_api .list-results thead tbody .report-status span.status,.liveDashboard ._account_api .list-results tbody thead .report-status span.status,._account_api .liveDashboard .list-results thead .report-status tbody span.status,._account_api .liveDashboard .list-results thead tbody .report-status span.status,._account_api .liveDashboard .list-results tbody thead .report-status span.status,.liveDashboard .list-results thead .report-status tbody td.is-running span,.liveDashboard .list-results tbody td.is-running thead .report-status span,.liveDashboard .list-results thead .report-status tbody td.is-running span,.liveDashboard .list-results thead tbody td.is-running .report-status span,.liveDashboard .list-results tbody td.is-running thead .report-status span,.liveDashboard ._account_api .list-results thead .report-status tbody td.is-running span,._account_api .liveDashboard .list-results thead .report-status tbody td.is-running span,.liveDashboard ._account_api .list-results thead tbody td.is-running .report-status span,._account_api .liveDashboard .list-results thead tbody td.is-running .report-status span,.liveDashboard ._account_api .list-results tbody td.is-running thead .report-status span,._account_api .liveDashboard .list-results tbody td.is-running thead .report-status span,.liveDashboard ._account_api .list-results thead .report-status tbody td.is-running span,.liveDashboard ._account_api .list-results thead tbody td.is-running .report-status span,.liveDashboard ._account_api .list-results tbody td.is-running thead .report-status span,._account_api .liveDashboard .list-results thead .report-status tbody td.is-running span,._account_api .liveDashboard .list-results thead tbody td.is-running .report-status span,._account_api .liveDashboard .list-results tbody td.is-running thead .report-status span,.liveDashboard .list-results thead .report-status tbody td.is-pending span,.liveDashboard .list-results tbody td.is-pending thead .report-status span,.liveDashboard .list-results thead .report-status tbody td.is-pending span,.liveDashboard .list-results thead tbody td.is-pending .report-status span,.liveDashboard .list-results tbody td.is-pending thead .report-status span,.liveDashboard ._account_api .list-results thead .report-status tbody td.is-pending span,._account_api .liveDashboard .list-results thead .report-status tbody td.is-pending span,.liveDashboard ._account_api .list-results thead tbody td.is-pending .report-status span,._account_api .liveDashboard .list-results thead tbody td.is-pending .report-status span,.liveDashboard ._account_api .list-results tbody td.is-pending thead .report-status span,._account_api .liveDashboard .list-results tbody td.is-pending thead .report-status span,.liveDashboard ._account_api .list-results thead .report-status tbody td.is-pending span,.liveDashboard ._account_api .list-results thead tbody td.is-pending .report-status span,.liveDashboard ._account_api .list-results tbody td.is-pending thead .report-status span,._account_api .liveDashboard .list-results thead .report-status tbody td.is-pending span,._account_api .liveDashboard .list-results thead tbody td.is-pending .report-status span,._account_api .liveDashboard .list-results tbody td.is-pending thead .report-status span,.liveDashboard .list-results thead .report-status .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .report-status .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .report-status .dropdown-toggle:after,.liveDashboard .list-results thead .report-status .w-filter-preset.w-filter-preset .filter-preset .filter,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .report-status .filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .report-status .filter,.liveDashboard .list-results thead .report-status .form-label.status span,.liveDashboard .list-results thead .report-status .status.status-log span,.liveDashboard .list-results thead .report-status .status.status-report-item span,.liveDashboard .list-results thead .report-status .double-list dd.status span,.double-list .liveDashboard .list-results thead .report-status dd.status span,.liveDashboard .list-results thead .report-status .double-list dt.status span,.double-list .liveDashboard .list-results thead .report-status dt.status span,.liveDashboard .list-results thead .report-status .w-cards-container .w-card .status.title span,.w-cards-container .w-card .liveDashboard .list-results thead .report-status .status.title span,.liveDashboard .list-results thead .report-status .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value .liveDashboard .list-results thead .report-status .status.label span,.liveDashboard .list-results thead .report-status tbody tr.sublist .status.title span,.liveDashboard .list-results tbody tr.sublist thead .report-status .status.title span,.liveDashboard .list-results thead .form-label.status .report-status span,.liveDashboard .list-results thead .status.status-log .report-status span,.liveDashboard .list-results thead .status.status-report-item .report-status span,.liveDashboard .list-results thead .double-list dd.status .report-status span,.double-list .liveDashboard .list-results thead dd.status .report-status span,.liveDashboard .list-results thead .double-list dt.status .report-status span,.double-list .liveDashboard .list-results thead dt.status .report-status span,.liveDashboard .list-results thead .w-cards-container .w-card .status.title .report-status span,.w-cards-container .w-card .liveDashboard .list-results thead .status.title .report-status span,.liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .report-status span,.w-cards-container .w-card.centered .w-value .liveDashboard .list-results thead .status.label .report-status span,.liveDashboard .list-results thead tbody tr.sublist .status.title .report-status span,.liveDashboard .list-results tbody tr.sublist thead .status.title .report-status span,.form-label.status .liveDashboard .list-results thead .report-status span,.status.status-log .liveDashboard .list-results thead .report-status span,.status.status-report-item .liveDashboard .list-results thead .report-status span,.double-list dd.status .liveDashboard .list-results thead .report-status span,.double-list dt.status .liveDashboard .list-results thead .report-status span,.w-cards-container .w-card .status.title .liveDashboard .list-results thead .report-status span,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead .report-status span,.list-results tbody tr.sublist .status.title .liveDashboard .list-results thead .report-status span,.liveDashboard .list-results thead .report-status .w-filters-selected label.status.small span,.liveDashboard .list-results thead .w-filters-selected label.status.small .report-status span,.w-filters-selected label.status.small .liveDashboard .list-results thead .report-status span,.liveDashboard .list-results thead .report-status .w-filters-selected .status.btn-f-s span,.liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .report-status span,.w-filters-selected .status.btn-f-s .liveDashboard .list-results thead .report-status span,.liveDashboard .list-results thead .report-status .sub-header .w-form label,.liveDashboard .list-results thead .report-status .sub-header .w-double-list label,.liveDashboard .list-results thead .sub-header .w-form .report-status label,.liveDashboard .list-results thead .sub-header .w-double-list .report-status label,.sub-header .w-form .liveDashboard .list-results thead .report-status label,.sub-header .w-double-list .liveDashboard .list-results thead .report-status label,.liveDashboard .list-results thead .report-status .block-filters button:after,.liveDashboard .list-results thead .block-filters .report-status button:after,.block-filters .liveDashboard .list-results thead .report-status button:after,.liveDashboard .list-results thead .report-status .block-filters select:after,.liveDashboard .list-results thead .block-filters .report-status select:after,.block-filters .liveDashboard .list-results thead .report-status select:after,.liveDashboard .list-results thead .report-status .form-auto-list .form-auto-item.is-user-is-inactive,.liveDashboard .list-results thead .form-auto-list .report-status .form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard .list-results thead .report-status .form-auto-item.is-user-is-inactive,.liveDashboard .list-results thead .report-status .form-auto-list .form-auto-item.is-user-is-active,.liveDashboard .list-results thead .form-auto-list .report-status .form-auto-item.is-user-is-active,.form-auto-list .liveDashboard .list-results thead .report-status .form-auto-item.is-user-is-active,.liveDashboard .list-results thead .report-status .list-results-header .status.title span,.liveDashboard .list-results thead .list-results-header .status.title .report-status span,.list-results-header .status.title .liveDashboard .list-results thead .report-status span,.liveDashboard .list-results thead .report-status tr span,.liveDashboard .list-results thead tr .report-status span,.liveDashboard ._account_api .list-results thead .report-status .icon,.liveDashboard ._account_api .list-results thead .report-status .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .report-status .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .report-status .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .report-status .w-alert-banner:before,.liveDashboard ._account_api .liveDashboard .list-results thead .report-status .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .report-status .w-dialog.plus .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .report-status .dialog-aside:after,.liveDashboard ._account_api .list-results thead .report-status .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .report-status .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .report-status .dialog-aside:after,.liveDashboard ._account_api .list-results thead .report-status .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .report-status .dialog-aside:after,.liveDashboard .w-dialog.plus ._account_api .list-results thead .report-status .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .report-status .dialog-aside:after,.liveDashboard ._account_api .list-results thead .report-status .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .report-status .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .report-status .dialog-aside:after,.liveDashboard ._account_api .liveDashboard .list-results thead .report-status .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .liveDashboard .list-results thead .w-dialog.plus .report-status .dialog-aside:after,.liveDashboard .w-dialog.plus ._account_api .liveDashboard .list-results thead .report-status .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .liveDashboard .list-results thead .report-status .dialog-aside:after,.liveDashboard ._account_api .list-results thead .report-status .w-toast .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .report-status .toast.plus:after,.liveDashboard ._account_api .list-results thead .report-status .w-toast .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .report-status .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .report-status .toast.plus:after,.liveDashboard ._account_api .list-results thead .report-status .w-toast .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .report-status .toast.plus:after,.liveDashboard .w-toast ._account_api .list-results thead .report-status .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .report-status .toast.plus:after,.liveDashboard ._account_api .list-results thead .report-status .w-toast .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .report-status .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .report-status .toast.plus:after,.liveDashboard ._account_api .liveDashboard .list-results thead .report-status .w-toast .toast.plus:after,.liveDashboard ._account_api .liveDashboard .list-results thead .w-toast .report-status .toast.plus:after,.liveDashboard .w-toast ._account_api .liveDashboard .list-results thead .report-status .toast.plus:after,.w-toast .liveDashboard ._account_api .liveDashboard .list-results thead .report-status .toast.plus:after,.liveDashboard ._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .report-status .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .report-status .btn-filter:before,.liveDashboard ._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .report-status .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .report-status .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .report-status .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .report-status .btn-filter:before,.liveDashboard ._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .report-status .btn-period-clear:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .report-status .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .report-status .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .report-status .btn-filter:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .report-status .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .report-status .btn-filter:before,.liveDashboard ._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .report-status .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .report-status .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .report-status .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .report-status .btn-filter:before,.liveDashboard ._account_api .liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .report-status .btn-period-clear:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .report-status .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .liveDashboard .list-results thead .report-status .btn-period-clear:before,.liveDashboard ._account_api .liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .report-status .btn-filter:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .report-status .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .liveDashboard .list-results thead .report-status .btn-filter:before,.liveDashboard ._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .report-status .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .report-status .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .report-status .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .report-status .btn-period-edit:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .report-status .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .report-status .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .report-status .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .report-status .btn-period-edit:before,.liveDashboard ._account_api .liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .report-status .btn-period-edit:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .report-status .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .liveDashboard .list-results thead .report-status .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .report-status .block-filters .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .report-status .btn-filter:before,.liveDashboard ._account_api .list-results thead .report-status .block-filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .report-status .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .report-status .btn-filter:before,.liveDashboard ._account_api .list-results thead .report-status .block-filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .report-status .btn-filter:before,.liveDashboard .block-filters ._account_api .list-results thead .report-status .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .report-status .btn-filter:before,.liveDashboard ._account_api .list-results thead .report-status .block-filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .report-status .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .report-status .btn-filter:before,.liveDashboard ._account_api .liveDashboard .list-results thead .report-status .block-filters .btn-filter:before,.liveDashboard ._account_api .liveDashboard .list-results thead .block-filters .report-status .btn-filter:before,.liveDashboard .block-filters ._account_api .liveDashboard .list-results thead .report-status .btn-filter:before,.block-filters .liveDashboard ._account_api .liveDashboard .list-results thead .report-status .btn-filter:before,.liveDashboard ._account_api .list-results thead .report-status .toggleWrapper input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead .report-status input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .report-status .toggleWrapper input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper .report-status input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead .report-status input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .report-status .toggleWrapper input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper .report-status input.mobileToggle+label,.liveDashboard .toggleWrapper ._account_api .list-results thead .report-status input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead .report-status input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .report-status .toggleWrapper input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper .report-status input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead .report-status input.mobileToggle+label,.liveDashboard ._account_api .liveDashboard .list-results thead .report-status .toggleWrapper input.mobileToggle+label,.liveDashboard ._account_api .liveDashboard .list-results thead .toggleWrapper .report-status input.mobileToggle+label,.liveDashboard .toggleWrapper ._account_api .liveDashboard .list-results thead .report-status input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .liveDashboard .list-results thead .report-status input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .report-status tbody span.status,.liveDashboard ._account_api .list-results tbody thead .report-status span.status,.liveDashboard ._account_api .list-results thead .report-status tbody span.status,.liveDashboard ._account_api .list-results thead tbody .report-status span.status,.liveDashboard ._account_api .list-results tbody thead .report-status span.status,.liveDashboard ._account_api .list-results thead .report-status tbody span.status,.liveDashboard ._account_api .list-results thead tbody .report-status span.status,.liveDashboard ._account_api .list-results tbody thead .report-status span.status,.liveDashboard ._account_api .list-results thead .report-status tbody span.status,.liveDashboard ._account_api .list-results thead tbody .report-status span.status,.liveDashboard ._account_api .list-results tbody thead .report-status span.status,.liveDashboard ._account_api .liveDashboard .list-results thead .report-status tbody span.status,.liveDashboard ._account_api .liveDashboard .list-results thead tbody .report-status span.status,.liveDashboard ._account_api .liveDashboard .list-results tbody thead .report-status span.status,.liveDashboard ._account_api .list-results thead .report-status tbody td.is-running span,.liveDashboard ._account_api .list-results tbody td.is-running thead .report-status span,.liveDashboard ._account_api .list-results thead .report-status tbody td.is-running span,.liveDashboard ._account_api .list-results thead tbody td.is-running .report-status span,.liveDashboard ._account_api .list-results tbody td.is-running thead .report-status span,.liveDashboard ._account_api .list-results thead .report-status tbody td.is-running span,.liveDashboard ._account_api .list-results thead tbody td.is-running .report-status span,.liveDashboard ._account_api .list-results tbody td.is-running thead .report-status span,.liveDashboard ._account_api .list-results thead .report-status tbody td.is-running span,.liveDashboard ._account_api .list-results thead tbody td.is-running .report-status span,.liveDashboard ._account_api .list-results tbody td.is-running thead .report-status span,.liveDashboard ._account_api .liveDashboard .list-results thead .report-status tbody td.is-running span,.liveDashboard ._account_api .liveDashboard .list-results thead tbody td.is-running .report-status span,.liveDashboard ._account_api .liveDashboard .list-results tbody td.is-running thead .report-status span,.liveDashboard ._account_api .list-results thead .report-status tbody td.is-pending span,.liveDashboard ._account_api .list-results tbody td.is-pending thead .report-status span,.liveDashboard ._account_api .list-results thead .report-status tbody td.is-pending span,.liveDashboard ._account_api .list-results thead tbody td.is-pending .report-status span,.liveDashboard ._account_api .list-results tbody td.is-pending thead .report-status span,.liveDashboard ._account_api .list-results thead .report-status tbody td.is-pending span,.liveDashboard ._account_api .list-results thead tbody td.is-pending .report-status span,.liveDashboard ._account_api .list-results tbody td.is-pending thead .report-status span,.liveDashboard ._account_api .list-results thead .report-status tbody td.is-pending span,.liveDashboard ._account_api .list-results thead tbody td.is-pending .report-status span,.liveDashboard ._account_api .list-results tbody td.is-pending thead .report-status span,.liveDashboard ._account_api .liveDashboard .list-results thead .report-status tbody td.is-pending span,.liveDashboard ._account_api .liveDashboard .list-results thead tbody td.is-pending .report-status span,.liveDashboard ._account_api .liveDashboard .list-results tbody td.is-pending thead .report-status span,._account_api .liveDashboard .list-results thead .report-status .icon,._account_api .liveDashboard .list-results thead .report-status .w-alert-banner:before,._account_api .liveDashboard .list-results thead .report-status .w-alert-banner:before,._account_api .liveDashboard .list-results thead .report-status .w-alert-banner:before,._account_api .liveDashboard ._account_api .list-results thead .report-status .w-alert-banner:before,._account_api .liveDashboard .list-results thead .report-status .w-alert-banner:before,._account_api .liveDashboard .list-results thead .report-status .w-dialog.plus .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .report-status .dialog-aside:after,._account_api .liveDashboard .list-results thead .report-status .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .report-status .dialog-aside:after,._account_api .w-dialog.plus .liveDashboard .list-results thead .report-status .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .report-status .dialog-aside:after,._account_api .liveDashboard .list-results thead .report-status .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .report-status .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .report-status .dialog-aside:after,._account_api .liveDashboard ._account_api .list-results thead .report-status .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard ._account_api .list-results thead .w-dialog.plus .report-status .dialog-aside:after,._account_api .w-dialog.plus .liveDashboard ._account_api .list-results thead .report-status .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard ._account_api .list-results thead .report-status .dialog-aside:after,._account_api .liveDashboard .list-results thead .report-status .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .report-status .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .report-status .dialog-aside:after,._account_api .liveDashboard .list-results thead .report-status .w-toast .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .report-status .toast.plus:after,._account_api .liveDashboard .list-results thead .report-status .w-toast .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .report-status .toast.plus:after,._account_api .w-toast .liveDashboard .list-results thead .report-status .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .report-status .toast.plus:after,._account_api .liveDashboard .list-results thead .report-status .w-toast .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .report-status .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .report-status .toast.plus:after,._account_api .liveDashboard ._account_api .list-results thead .report-status .w-toast .toast.plus:after,._account_api .liveDashboard ._account_api .list-results thead .w-toast .report-status .toast.plus:after,._account_api .w-toast .liveDashboard ._account_api .list-results thead .report-status .toast.plus:after,.w-toast ._account_api .liveDashboard ._account_api .list-results thead .report-status .toast.plus:after,._account_api .liveDashboard .list-results thead .report-status .w-toast .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .report-status .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .report-status .toast.plus:after,._account_api .liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .report-status .btn-period-clear:before,._account_api .liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .report-status .btn-filter:before,._account_api .liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .report-status .btn-period-clear:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .report-status .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .report-status .btn-period-clear:before,._account_api .liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .report-status .btn-filter:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .report-status .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .report-status .btn-filter:before,._account_api .liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .report-status .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .report-status .btn-period-clear:before,._account_api .liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .report-status .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .report-status .btn-filter:before,._account_api .liveDashboard ._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .report-status .btn-period-clear:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .report-status .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard ._account_api .list-results thead .report-status .btn-period-clear:before,._account_api .liveDashboard ._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .report-status .btn-filter:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .report-status .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard ._account_api .list-results thead .report-status .btn-filter:before,._account_api .liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .report-status .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .report-status .btn-period-clear:before,._account_api .liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .report-status .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .report-status .btn-filter:before,._account_api .liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .report-status .btn-period-edit:before,._account_api .liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .report-status .btn-period-edit:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .report-status .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .report-status .btn-period-edit:before,._account_api .liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .report-status .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .report-status .btn-period-edit:before,._account_api .liveDashboard ._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .report-status .btn-period-edit:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .report-status .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard ._account_api .list-results thead .report-status .btn-period-edit:before,._account_api .liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .report-status .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .report-status .btn-period-edit:before,._account_api .liveDashboard .list-results thead .report-status .block-filters .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .report-status .btn-filter:before,._account_api .liveDashboard .list-results thead .report-status .block-filters .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .report-status .btn-filter:before,._account_api .block-filters .liveDashboard .list-results thead .report-status .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .report-status .btn-filter:before,._account_api .liveDashboard .list-results thead .report-status .block-filters .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .report-status .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .report-status .btn-filter:before,._account_api .liveDashboard ._account_api .list-results thead .report-status .block-filters .btn-filter:before,._account_api .liveDashboard ._account_api .list-results thead .block-filters .report-status .btn-filter:before,._account_api .block-filters .liveDashboard ._account_api .list-results thead .report-status .btn-filter:before,.block-filters ._account_api .liveDashboard ._account_api .list-results thead .report-status .btn-filter:before,._account_api .liveDashboard .list-results thead .report-status .block-filters .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .report-status .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .report-status .btn-filter:before,._account_api .liveDashboard .list-results thead .report-status .toggleWrapper input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead .report-status input.mobileToggle+label,._account_api .liveDashboard .list-results thead .report-status .toggleWrapper input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper .report-status input.mobileToggle+label,._account_api .toggleWrapper .liveDashboard .list-results thead .report-status input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead .report-status input.mobileToggle+label,._account_api .liveDashboard .list-results thead .report-status .toggleWrapper input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper .report-status input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead .report-status input.mobileToggle+label,._account_api .liveDashboard ._account_api .list-results thead .report-status .toggleWrapper input.mobileToggle+label,._account_api .liveDashboard ._account_api .list-results thead .toggleWrapper .report-status input.mobileToggle+label,._account_api .toggleWrapper .liveDashboard ._account_api .list-results thead .report-status input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard ._account_api .list-results thead .report-status input.mobileToggle+label,._account_api .liveDashboard .list-results thead .report-status .toggleWrapper input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper .report-status input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead .report-status input.mobileToggle+label,._account_api .liveDashboard .list-results thead .report-status tbody span.status,._account_api .liveDashboard .list-results tbody thead .report-status span.status,._account_api .liveDashboard .list-results thead .report-status tbody span.status,._account_api .liveDashboard .list-results thead tbody .report-status span.status,._account_api .liveDashboard .list-results tbody thead .report-status span.status,._account_api .liveDashboard .list-results thead .report-status tbody span.status,._account_api .liveDashboard .list-results thead tbody .report-status span.status,._account_api .liveDashboard .list-results tbody thead .report-status span.status,._account_api .liveDashboard ._account_api .list-results thead .report-status tbody span.status,._account_api .liveDashboard ._account_api .list-results thead tbody .report-status span.status,._account_api .liveDashboard ._account_api .list-results tbody thead .report-status span.status,._account_api .liveDashboard .list-results thead .report-status tbody span.status,._account_api .liveDashboard .list-results thead tbody .report-status span.status,._account_api .liveDashboard .list-results tbody thead .report-status span.status,._account_api .liveDashboard .list-results thead .report-status tbody td.is-running span,._account_api .liveDashboard .list-results tbody td.is-running thead .report-status span,._account_api .liveDashboard .list-results thead .report-status tbody td.is-running span,._account_api .liveDashboard .list-results thead tbody td.is-running .report-status span,._account_api .liveDashboard .list-results tbody td.is-running thead .report-status span,._account_api .liveDashboard .list-results thead .report-status tbody td.is-running span,._account_api .liveDashboard .list-results thead tbody td.is-running .report-status span,._account_api .liveDashboard .list-results tbody td.is-running thead .report-status span,._account_api .liveDashboard ._account_api .list-results thead .report-status tbody td.is-running span,._account_api .liveDashboard ._account_api .list-results thead tbody td.is-running .report-status span,._account_api .liveDashboard ._account_api .list-results tbody td.is-running thead .report-status span,._account_api .liveDashboard .list-results thead .report-status tbody td.is-running span,._account_api .liveDashboard .list-results thead tbody td.is-running .report-status span,._account_api .liveDashboard .list-results tbody td.is-running thead .report-status span,._account_api .liveDashboard .list-results thead .report-status tbody td.is-pending span,._account_api .liveDashboard .list-results tbody td.is-pending thead .report-status span,._account_api .liveDashboard .list-results thead .report-status tbody td.is-pending span,._account_api .liveDashboard .list-results thead tbody td.is-pending .report-status span,._account_api .liveDashboard .list-results tbody td.is-pending thead .report-status span,._account_api .liveDashboard .list-results thead .report-status tbody td.is-pending span,._account_api .liveDashboard .list-results thead tbody td.is-pending .report-status span,._account_api .liveDashboard .list-results tbody td.is-pending thead .report-status span,._account_api .liveDashboard ._account_api .list-results thead .report-status tbody td.is-pending span,._account_api .liveDashboard ._account_api .list-results thead tbody td.is-pending .report-status span,._account_api .liveDashboard ._account_api .list-results tbody td.is-pending thead .report-status span,._account_api .liveDashboard .list-results thead .report-status tbody td.is-pending span,._account_api .liveDashboard .list-results thead tbody td.is-pending .report-status span,._account_api .liveDashboard .list-results tbody td.is-pending thead .report-status span,.liveDashboard ._account_api .list-results thead .report-status .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,._account_api .liveDashboard .list-results thead .report-status .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .report-status .dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .report-status .dropdown-toggle:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .report-status .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .report-status .dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .report-status .w-filter-preset.w-filter-preset .filter-preset .filter,._account_api .liveDashboard .list-results thead .report-status .w-filter-preset.w-filter-preset .filter-preset .filter,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .report-status .filter,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .report-status .filter,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .report-status .filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .report-status .filter,.liveDashboard ._account_api .list-results thead .report-status .form-label.status span,.liveDashboard ._account_api .list-results thead .report-status .status.status-log span,.liveDashboard ._account_api .list-results thead .report-status .status.status-report-item span,.liveDashboard ._account_api .list-results thead .report-status .double-list dd.status span,.double-list .liveDashboard ._account_api .list-results thead .report-status dd.status span,.liveDashboard ._account_api .list-results thead .report-status .double-list dt.status span,.double-list .liveDashboard ._account_api .list-results thead .report-status dt.status span,.liveDashboard ._account_api .list-results thead .report-status .w-cards-container .w-card .status.title span,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .report-status .status.title span,.liveDashboard ._account_api .list-results thead .report-status .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .report-status .status.label span,.liveDashboard ._account_api .list-results thead .report-status tbody tr.sublist .status.title span,.liveDashboard ._account_api .list-results tbody tr.sublist thead .report-status .status.title span,._account_api .liveDashboard .list-results thead .report-status .form-label.status span,._account_api .liveDashboard .list-results thead .report-status .status.status-log span,._account_api .liveDashboard .list-results thead .report-status .status.status-report-item span,._account_api .liveDashboard .list-results thead .report-status .double-list dd.status span,.double-list ._account_api .liveDashboard .list-results thead .report-status dd.status span,._account_api .liveDashboard .list-results thead .report-status .double-list dt.status span,.double-list ._account_api .liveDashboard .list-results thead .report-status dt.status span,._account_api .liveDashboard .list-results thead .report-status .w-cards-container .w-card .status.title span,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .report-status .status.title span,._account_api .liveDashboard .list-results thead .report-status .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .report-status .status.label span,._account_api .liveDashboard .list-results thead .report-status tbody tr.sublist .status.title span,._account_api .liveDashboard .list-results tbody tr.sublist thead .report-status .status.title span,.liveDashboard ._account_api .list-results thead .form-label.status .report-status span,.liveDashboard ._account_api .list-results thead .status.status-log .report-status span,.liveDashboard ._account_api .list-results thead .status.status-report-item .report-status span,.liveDashboard ._account_api .list-results thead .double-list dd.status .report-status span,.double-list .liveDashboard ._account_api .list-results thead dd.status .report-status span,.liveDashboard ._account_api .list-results thead .double-list dt.status .report-status span,.double-list .liveDashboard ._account_api .list-results thead dt.status .report-status span,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title .report-status span,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title .report-status span,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .report-status span,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label .report-status span,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title .report-status span,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title .report-status span,._account_api .liveDashboard .list-results thead .form-label.status .report-status span,._account_api .liveDashboard .list-results thead .status.status-log .report-status span,._account_api .liveDashboard .list-results thead .status.status-report-item .report-status span,._account_api .liveDashboard .list-results thead .double-list dd.status .report-status span,.double-list ._account_api .liveDashboard .list-results thead dd.status .report-status span,._account_api .liveDashboard .list-results thead .double-list dt.status .report-status span,.double-list ._account_api .liveDashboard .list-results thead dt.status .report-status span,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title .report-status span,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title .report-status span,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .report-status span,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label .report-status span,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title .report-status span,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title .report-status span,.liveDashboard .form-label.status ._account_api .list-results thead .report-status span,.liveDashboard .status.status-log ._account_api .list-results thead .report-status span,.liveDashboard .status.status-report-item ._account_api .list-results thead .report-status span,.liveDashboard .double-list dd.status ._account_api .list-results thead .report-status span,.double-list .liveDashboard dd.status ._account_api .list-results thead .report-status span,.liveDashboard .double-list dt.status ._account_api .list-results thead .report-status span,.double-list .liveDashboard dt.status ._account_api .list-results thead .report-status span,.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead .report-status span,.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead .report-status span,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead .report-status span,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead .report-status span,.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead .report-status span,.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead .report-status span,.form-label.status ._account_api .liveDashboard .list-results thead .report-status span,.status.status-log ._account_api .liveDashboard .list-results thead .report-status span,.status.status-report-item ._account_api .liveDashboard .list-results thead .report-status span,.double-list dd.status ._account_api .liveDashboard .list-results thead .report-status span,.double-list dt.status ._account_api .liveDashboard .list-results thead .report-status span,.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead .report-status span,.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead .report-status span,.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead .report-status span,.liveDashboard ._account_api .list-results thead .report-status .w-filters-selected label.status.small span,._account_api .liveDashboard .list-results thead .report-status .w-filters-selected label.status.small span,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small .report-status span,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small .report-status span,.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead .report-status span,.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead .report-status span,.liveDashboard ._account_api .list-results thead .report-status .w-filters-selected .status.btn-f-s span,._account_api .liveDashboard .list-results thead .report-status .w-filters-selected .status.btn-f-s span,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s .report-status span,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .report-status span,.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead .report-status span,.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead .report-status span,.liveDashboard ._account_api .list-results thead .report-status .sub-header .w-form label,.liveDashboard ._account_api .list-results thead .report-status .sub-header .w-double-list label,._account_api .liveDashboard .list-results thead .report-status .sub-header .w-form label,._account_api .liveDashboard .list-results thead .report-status .sub-header .w-double-list label,.liveDashboard ._account_api .list-results thead .sub-header .w-form .report-status label,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list .report-status label,._account_api .liveDashboard .list-results thead .sub-header .w-form .report-status label,._account_api .liveDashboard .list-results thead .sub-header .w-double-list .report-status label,.liveDashboard .sub-header .w-form ._account_api .list-results thead .report-status label,.liveDashboard .sub-header .w-double-list ._account_api .list-results thead .report-status label,.sub-header .w-form ._account_api .liveDashboard .list-results thead .report-status label,.sub-header .w-double-list ._account_api .liveDashboard .list-results thead .report-status label,.liveDashboard ._account_api .list-results thead .report-status .block-filters button:after,._account_api .liveDashboard .list-results thead .report-status .block-filters button:after,.liveDashboard ._account_api .list-results thead .block-filters .report-status button:after,._account_api .liveDashboard .list-results thead .block-filters .report-status button:after,.liveDashboard .block-filters ._account_api .list-results thead .report-status button:after,.block-filters ._account_api .liveDashboard .list-results thead .report-status button:after,.liveDashboard ._account_api .list-results thead .report-status .block-filters select:after,._account_api .liveDashboard .list-results thead .report-status .block-filters select:after,.liveDashboard ._account_api .list-results thead .block-filters .report-status select:after,._account_api .liveDashboard .list-results thead .block-filters .report-status select:after,.liveDashboard .block-filters ._account_api .list-results thead .report-status select:after,.block-filters ._account_api .liveDashboard .list-results thead .report-status select:after,.liveDashboard ._account_api .list-results thead .report-status .form-auto-list .form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .report-status .form-auto-list .form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .form-auto-list .report-status .form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .form-auto-list .report-status .form-auto-item.is-user-is-inactive,.liveDashboard .form-auto-list ._account_api .list-results thead .report-status .form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .liveDashboard .list-results thead .report-status .form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .report-status .form-auto-list .form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .report-status .form-auto-list .form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .form-auto-list .report-status .form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .form-auto-list .report-status .form-auto-item.is-user-is-active,.liveDashboard .form-auto-list ._account_api .list-results thead .report-status .form-auto-item.is-user-is-active,.form-auto-list ._account_api .liveDashboard .list-results thead .report-status .form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .report-status .list-results-header .status.title span,._account_api .liveDashboard .list-results thead .report-status .list-results-header .status.title span,.liveDashboard ._account_api .list-results thead .list-results-header .status.title .report-status span,._account_api .liveDashboard .list-results thead .list-results-header .status.title .report-status span,.liveDashboard .list-results-header .status.title ._account_api .list-results thead .report-status span,.list-results-header .status.title ._account_api .liveDashboard .list-results thead .report-status span,.liveDashboard ._account_api .list-results thead .report-status tr span,._account_api .liveDashboard .list-results thead .report-status tr span,.liveDashboard ._account_api .list-results thead tr .report-status span,._account_api .liveDashboard .list-results thead tr .report-status span,.liveDashboard ._account_api .list-results thead .report-status .icon,.liveDashboard ._account_api .list-results thead .report-status .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .report-status .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .report-status .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .report-status .w-alert-banner:before,.liveDashboard ._account_api .liveDashboard .list-results thead .report-status .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .report-status .w-dialog.plus .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .report-status .dialog-aside:after,.liveDashboard ._account_api .list-results thead .report-status .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .report-status .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .report-status .dialog-aside:after,.liveDashboard ._account_api .list-results thead .report-status .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .report-status .dialog-aside:after,.liveDashboard .w-dialog.plus ._account_api .list-results thead .report-status .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .report-status .dialog-aside:after,.liveDashboard ._account_api .list-results thead .report-status .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .report-status .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .report-status .dialog-aside:after,.liveDashboard ._account_api .liveDashboard .list-results thead .report-status .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .liveDashboard .list-results thead .w-dialog.plus .report-status .dialog-aside:after,.liveDashboard .w-dialog.plus ._account_api .liveDashboard .list-results thead .report-status .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .liveDashboard .list-results thead .report-status .dialog-aside:after,.liveDashboard ._account_api .list-results thead .report-status .w-toast .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .report-status .toast.plus:after,.liveDashboard ._account_api .list-results thead .report-status .w-toast .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .report-status .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .report-status .toast.plus:after,.liveDashboard ._account_api .list-results thead .report-status .w-toast .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .report-status .toast.plus:after,.liveDashboard .w-toast ._account_api .list-results thead .report-status .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .report-status .toast.plus:after,.liveDashboard ._account_api .list-results thead .report-status .w-toast .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .report-status .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .report-status .toast.plus:after,.liveDashboard ._account_api .liveDashboard .list-results thead .report-status .w-toast .toast.plus:after,.liveDashboard ._account_api .liveDashboard .list-results thead .w-toast .report-status .toast.plus:after,.liveDashboard .w-toast ._account_api .liveDashboard .list-results thead .report-status .toast.plus:after,.w-toast .liveDashboard ._account_api .liveDashboard .list-results thead .report-status .toast.plus:after,.liveDashboard ._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .report-status .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .report-status .btn-filter:before,.liveDashboard ._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .report-status .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .report-status .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .report-status .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .report-status .btn-filter:before,.liveDashboard ._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .report-status .btn-period-clear:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .report-status .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .report-status .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .report-status .btn-filter:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .report-status .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .report-status .btn-filter:before,.liveDashboard ._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .report-status .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .report-status .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .report-status .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .report-status .btn-filter:before,.liveDashboard ._account_api .liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .report-status .btn-period-clear:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .report-status .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .liveDashboard .list-results thead .report-status .btn-period-clear:before,.liveDashboard ._account_api .liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .report-status .btn-filter:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .report-status .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .liveDashboard .list-results thead .report-status .btn-filter:before,.liveDashboard ._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .report-status .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .report-status .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .report-status .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .report-status .btn-period-edit:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .report-status .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .report-status .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .report-status .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .report-status .btn-period-edit:before,.liveDashboard ._account_api .liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .report-status .btn-period-edit:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .report-status .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .liveDashboard .list-results thead .report-status .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .report-status .block-filters .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .report-status .btn-filter:before,.liveDashboard ._account_api .list-results thead .report-status .block-filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .report-status .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .report-status .btn-filter:before,.liveDashboard ._account_api .list-results thead .report-status .block-filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .report-status .btn-filter:before,.liveDashboard .block-filters ._account_api .list-results thead .report-status .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .report-status .btn-filter:before,.liveDashboard ._account_api .list-results thead .report-status .block-filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .report-status .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .report-status .btn-filter:before,.liveDashboard ._account_api .liveDashboard .list-results thead .report-status .block-filters .btn-filter:before,.liveDashboard ._account_api .liveDashboard .list-results thead .block-filters .report-status .btn-filter:before,.liveDashboard .block-filters ._account_api .liveDashboard .list-results thead .report-status .btn-filter:before,.block-filters .liveDashboard ._account_api .liveDashboard .list-results thead .report-status .btn-filter:before,.liveDashboard ._account_api .list-results thead .report-status .toggleWrapper input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead .report-status input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .report-status .toggleWrapper input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper .report-status input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead .report-status input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .report-status .toggleWrapper input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper .report-status input.mobileToggle+label,.liveDashboard .toggleWrapper ._account_api .list-results thead .report-status input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead .report-status input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .report-status .toggleWrapper input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper .report-status input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead .report-status input.mobileToggle+label,.liveDashboard ._account_api .liveDashboard .list-results thead .report-status .toggleWrapper input.mobileToggle+label,.liveDashboard ._account_api .liveDashboard .list-results thead .toggleWrapper .report-status input.mobileToggle+label,.liveDashboard .toggleWrapper ._account_api .liveDashboard .list-results thead .report-status input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .liveDashboard .list-results thead .report-status input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .report-status tbody span.status,.liveDashboard ._account_api .list-results tbody thead .report-status span.status,.liveDashboard ._account_api .list-results thead .report-status tbody span.status,.liveDashboard ._account_api .list-results thead tbody .report-status span.status,.liveDashboard ._account_api .list-results tbody thead .report-status span.status,.liveDashboard ._account_api .list-results thead .report-status tbody span.status,.liveDashboard ._account_api .list-results thead tbody .report-status span.status,.liveDashboard ._account_api .list-results tbody thead .report-status span.status,.liveDashboard ._account_api .list-results thead .report-status tbody span.status,.liveDashboard ._account_api .list-results thead tbody .report-status span.status,.liveDashboard ._account_api .list-results tbody thead .report-status span.status,.liveDashboard ._account_api .liveDashboard .list-results thead .report-status tbody span.status,.liveDashboard ._account_api .liveDashboard .list-results thead tbody .report-status span.status,.liveDashboard ._account_api .liveDashboard .list-results tbody thead .report-status span.status,.liveDashboard ._account_api .list-results thead .report-status tbody td.is-running span,.liveDashboard ._account_api .list-results tbody td.is-running thead .report-status span,.liveDashboard ._account_api .list-results thead .report-status tbody td.is-running span,.liveDashboard ._account_api .list-results thead tbody td.is-running .report-status span,.liveDashboard ._account_api .list-results tbody td.is-running thead .report-status span,.liveDashboard ._account_api .list-results thead .report-status tbody td.is-running span,.liveDashboard ._account_api .list-results thead tbody td.is-running .report-status span,.liveDashboard ._account_api .list-results tbody td.is-running thead .report-status span,.liveDashboard ._account_api .list-results thead .report-status tbody td.is-running span,.liveDashboard ._account_api .list-results thead tbody td.is-running .report-status span,.liveDashboard ._account_api .list-results tbody td.is-running thead .report-status span,.liveDashboard ._account_api .liveDashboard .list-results thead .report-status tbody td.is-running span,.liveDashboard ._account_api .liveDashboard .list-results thead tbody td.is-running .report-status span,.liveDashboard ._account_api .liveDashboard .list-results tbody td.is-running thead .report-status span,.liveDashboard ._account_api .list-results thead .report-status tbody td.is-pending span,.liveDashboard ._account_api .list-results tbody td.is-pending thead .report-status span,.liveDashboard ._account_api .list-results thead .report-status tbody td.is-pending span,.liveDashboard ._account_api .list-results thead tbody td.is-pending .report-status span,.liveDashboard ._account_api .list-results tbody td.is-pending thead .report-status span,.liveDashboard ._account_api .list-results thead .report-status tbody td.is-pending span,.liveDashboard ._account_api .list-results thead tbody td.is-pending .report-status span,.liveDashboard ._account_api .list-results tbody td.is-pending thead .report-status span,.liveDashboard ._account_api .list-results thead .report-status tbody td.is-pending span,.liveDashboard ._account_api .list-results thead tbody td.is-pending .report-status span,.liveDashboard ._account_api .list-results tbody td.is-pending thead .report-status span,.liveDashboard ._account_api .liveDashboard .list-results thead .report-status tbody td.is-pending span,.liveDashboard ._account_api .liveDashboard .list-results thead tbody td.is-pending .report-status span,.liveDashboard ._account_api .liveDashboard .list-results tbody td.is-pending thead .report-status span,._account_api .liveDashboard .list-results thead .report-status .icon,._account_api .liveDashboard .list-results thead .report-status .w-alert-banner:before,._account_api .liveDashboard .list-results thead .report-status .w-alert-banner:before,._account_api .liveDashboard .list-results thead .report-status .w-alert-banner:before,._account_api .liveDashboard ._account_api .list-results thead .report-status .w-alert-banner:before,._account_api .liveDashboard .list-results thead .report-status .w-alert-banner:before,._account_api .liveDashboard .list-results thead .report-status .w-dialog.plus .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .report-status .dialog-aside:after,._account_api .liveDashboard .list-results thead .report-status .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .report-status .dialog-aside:after,._account_api .w-dialog.plus .liveDashboard .list-results thead .report-status .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .report-status .dialog-aside:after,._account_api .liveDashboard .list-results thead .report-status .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .report-status .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .report-status .dialog-aside:after,._account_api .liveDashboard ._account_api .list-results thead .report-status .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard ._account_api .list-results thead .w-dialog.plus .report-status .dialog-aside:after,._account_api .w-dialog.plus .liveDashboard ._account_api .list-results thead .report-status .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard ._account_api .list-results thead .report-status .dialog-aside:after,._account_api .liveDashboard .list-results thead .report-status .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .report-status .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .report-status .dialog-aside:after,._account_api .liveDashboard .list-results thead .report-status .w-toast .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .report-status .toast.plus:after,._account_api .liveDashboard .list-results thead .report-status .w-toast .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .report-status .toast.plus:after,._account_api .w-toast .liveDashboard .list-results thead .report-status .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .report-status .toast.plus:after,._account_api .liveDashboard .list-results thead .report-status .w-toast .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .report-status .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .report-status .toast.plus:after,._account_api .liveDashboard ._account_api .list-results thead .report-status .w-toast .toast.plus:after,._account_api .liveDashboard ._account_api .list-results thead .w-toast .report-status .toast.plus:after,._account_api .w-toast .liveDashboard ._account_api .list-results thead .report-status .toast.plus:after,.w-toast ._account_api .liveDashboard ._account_api .list-results thead .report-status .toast.plus:after,._account_api .liveDashboard .list-results thead .report-status .w-toast .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .report-status .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .report-status .toast.plus:after,._account_api .liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .report-status .btn-period-clear:before,._account_api .liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .report-status .btn-filter:before,._account_api .liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .report-status .btn-period-clear:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .report-status .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .report-status .btn-period-clear:before,._account_api .liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .report-status .btn-filter:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .report-status .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .report-status .btn-filter:before,._account_api .liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .report-status .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .report-status .btn-period-clear:before,._account_api .liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .report-status .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .report-status .btn-filter:before,._account_api .liveDashboard ._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .report-status .btn-period-clear:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .report-status .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard ._account_api .list-results thead .report-status .btn-period-clear:before,._account_api .liveDashboard ._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .report-status .btn-filter:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .report-status .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard ._account_api .list-results thead .report-status .btn-filter:before,._account_api .liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .report-status .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .report-status .btn-period-clear:before,._account_api .liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .report-status .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .report-status .btn-filter:before,._account_api .liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .report-status .btn-period-edit:before,._account_api .liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .report-status .btn-period-edit:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .report-status .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .report-status .btn-period-edit:before,._account_api .liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .report-status .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .report-status .btn-period-edit:before,._account_api .liveDashboard ._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .report-status .btn-period-edit:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .report-status .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard ._account_api .list-results thead .report-status .btn-period-edit:before,._account_api .liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .report-status .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .report-status .btn-period-edit:before,._account_api .liveDashboard .list-results thead .report-status .block-filters .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .report-status .btn-filter:before,._account_api .liveDashboard .list-results thead .report-status .block-filters .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .report-status .btn-filter:before,._account_api .block-filters .liveDashboard .list-results thead .report-status .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .report-status .btn-filter:before,._account_api .liveDashboard .list-results thead .report-status .block-filters .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .report-status .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .report-status .btn-filter:before,._account_api .liveDashboard ._account_api .list-results thead .report-status .block-filters .btn-filter:before,._account_api .liveDashboard ._account_api .list-results thead .block-filters .report-status .btn-filter:before,._account_api .block-filters .liveDashboard ._account_api .list-results thead .report-status .btn-filter:before,.block-filters ._account_api .liveDashboard ._account_api .list-results thead .report-status .btn-filter:before,._account_api .liveDashboard .list-results thead .report-status .block-filters .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .report-status .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .report-status .btn-filter:before,._account_api .liveDashboard .list-results thead .report-status .toggleWrapper input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead .report-status input.mobileToggle+label,._account_api .liveDashboard .list-results thead .report-status .toggleWrapper input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper .report-status input.mobileToggle+label,._account_api .toggleWrapper .liveDashboard .list-results thead .report-status input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead .report-status input.mobileToggle+label,._account_api .liveDashboard .list-results thead .report-status .toggleWrapper input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper .report-status input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead .report-status input.mobileToggle+label,._account_api .liveDashboard ._account_api .list-results thead .report-status .toggleWrapper input.mobileToggle+label,._account_api .liveDashboard ._account_api .list-results thead .toggleWrapper .report-status input.mobileToggle+label,._account_api .toggleWrapper .liveDashboard ._account_api .list-results thead .report-status input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard ._account_api .list-results thead .report-status input.mobileToggle+label,._account_api .liveDashboard .list-results thead .report-status .toggleWrapper input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper .report-status input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead .report-status input.mobileToggle+label,._account_api .liveDashboard .list-results thead .report-status tbody span.status,._account_api .liveDashboard .list-results tbody thead .report-status span.status,._account_api .liveDashboard .list-results thead .report-status tbody span.status,._account_api .liveDashboard .list-results thead tbody .report-status span.status,._account_api .liveDashboard .list-results tbody thead .report-status span.status,._account_api .liveDashboard .list-results thead .report-status tbody span.status,._account_api .liveDashboard .list-results thead tbody .report-status span.status,._account_api .liveDashboard .list-results tbody thead .report-status span.status,._account_api .liveDashboard ._account_api .list-results thead .report-status tbody span.status,._account_api .liveDashboard ._account_api .list-results thead tbody .report-status span.status,._account_api .liveDashboard ._account_api .list-results tbody thead .report-status span.status,._account_api .liveDashboard .list-results thead .report-status tbody span.status,._account_api .liveDashboard .list-results thead tbody .report-status span.status,._account_api .liveDashboard .list-results tbody thead .report-status span.status,._account_api .liveDashboard .list-results thead .report-status tbody td.is-running span,._account_api .liveDashboard .list-results tbody td.is-running thead .report-status span,._account_api .liveDashboard .list-results thead .report-status tbody td.is-running span,._account_api .liveDashboard .list-results thead tbody td.is-running .report-status span,._account_api .liveDashboard .list-results tbody td.is-running thead .report-status span,._account_api .liveDashboard .list-results thead .report-status tbody td.is-running span,._account_api .liveDashboard .list-results thead tbody td.is-running .report-status span,._account_api .liveDashboard .list-results tbody td.is-running thead .report-status span,._account_api .liveDashboard ._account_api .list-results thead .report-status tbody td.is-running span,._account_api .liveDashboard ._account_api .list-results thead tbody td.is-running .report-status span,._account_api .liveDashboard ._account_api .list-results tbody td.is-running thead .report-status span,._account_api .liveDashboard .list-results thead .report-status tbody td.is-running span,._account_api .liveDashboard .list-results thead tbody td.is-running .report-status span,._account_api .liveDashboard .list-results tbody td.is-running thead .report-status span,._account_api .liveDashboard .list-results thead .report-status tbody td.is-pending span,._account_api .liveDashboard .list-results tbody td.is-pending thead .report-status span,._account_api .liveDashboard .list-results thead .report-status tbody td.is-pending span,._account_api .liveDashboard .list-results thead tbody td.is-pending .report-status span,._account_api .liveDashboard .list-results tbody td.is-pending thead .report-status span,._account_api .liveDashboard .list-results thead .report-status tbody td.is-pending span,._account_api .liveDashboard .list-results thead tbody td.is-pending .report-status span,._account_api .liveDashboard .list-results tbody td.is-pending thead .report-status span,._account_api .liveDashboard ._account_api .list-results thead .report-status tbody td.is-pending span,._account_api .liveDashboard ._account_api .list-results thead tbody td.is-pending .report-status span,._account_api .liveDashboard ._account_api .list-results tbody td.is-pending thead .report-status span,._account_api .liveDashboard .list-results thead .report-status tbody td.is-pending span,._account_api .liveDashboard .list-results thead tbody td.is-pending .report-status span,._account_api .liveDashboard .list-results tbody td.is-pending thead .report-status span,.liveDashboard ._account_api .list-results thead .report-status .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .report-status .dropdown-toggle:after,._account_api .liveDashboard .list-results thead .report-status .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .report-status .dropdown-toggle:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .report-status .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .report-status .dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .report-status .w-filter-preset.w-filter-preset .filter-preset .filter,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .report-status .filter,._account_api .liveDashboard .list-results thead .report-status .w-filter-preset.w-filter-preset .filter-preset .filter,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .report-status .filter,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .report-status .filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .report-status .filter,.liveDashboard ._account_api .list-results thead .report-status .form-label.status span,.liveDashboard ._account_api .list-results thead .report-status .status.status-log span,.liveDashboard ._account_api .list-results thead .report-status .status.status-report-item span,.liveDashboard ._account_api .list-results thead .report-status .double-list dd.status span,.double-list .liveDashboard ._account_api .list-results thead .report-status dd.status span,.liveDashboard ._account_api .list-results thead .report-status .double-list dt.status span,.double-list .liveDashboard ._account_api .list-results thead .report-status dt.status span,.liveDashboard ._account_api .list-results thead .report-status .w-cards-container .w-card .status.title span,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .report-status .status.title span,.liveDashboard ._account_api .list-results thead .report-status .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .report-status .status.label span,.liveDashboard ._account_api .list-results thead .report-status tbody tr.sublist .status.title span,.liveDashboard ._account_api .list-results tbody tr.sublist thead .report-status .status.title span,.liveDashboard ._account_api .list-results thead .form-label.status .report-status span,.liveDashboard ._account_api .list-results thead .status.status-log .report-status span,.liveDashboard ._account_api .list-results thead .status.status-report-item .report-status span,.liveDashboard ._account_api .list-results thead .double-list dd.status .report-status span,.double-list .liveDashboard ._account_api .list-results thead dd.status .report-status span,.liveDashboard ._account_api .list-results thead .double-list dt.status .report-status span,.double-list .liveDashboard ._account_api .list-results thead dt.status .report-status span,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title .report-status span,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title .report-status span,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .report-status span,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label .report-status span,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title .report-status span,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title .report-status span,._account_api .liveDashboard .list-results thead .report-status .form-label.status span,._account_api .liveDashboard .list-results thead .report-status .status.status-log span,._account_api .liveDashboard .list-results thead .report-status .status.status-report-item span,._account_api .liveDashboard .list-results thead .report-status .double-list dd.status span,.double-list ._account_api .liveDashboard .list-results thead .report-status dd.status span,._account_api .liveDashboard .list-results thead .report-status .double-list dt.status span,.double-list ._account_api .liveDashboard .list-results thead .report-status dt.status span,._account_api .liveDashboard .list-results thead .report-status .w-cards-container .w-card .status.title span,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .report-status .status.title span,._account_api .liveDashboard .list-results thead .report-status .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .report-status .status.label span,._account_api .liveDashboard .list-results thead .report-status tbody tr.sublist .status.title span,._account_api .liveDashboard .list-results tbody tr.sublist thead .report-status .status.title span,._account_api .liveDashboard .list-results thead .form-label.status .report-status span,._account_api .liveDashboard .list-results thead .status.status-log .report-status span,._account_api .liveDashboard .list-results thead .status.status-report-item .report-status span,._account_api .liveDashboard .list-results thead .double-list dd.status .report-status span,.double-list ._account_api .liveDashboard .list-results thead dd.status .report-status span,._account_api .liveDashboard .list-results thead .double-list dt.status .report-status span,.double-list ._account_api .liveDashboard .list-results thead dt.status .report-status span,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title .report-status span,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title .report-status span,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .report-status span,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label .report-status span,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title .report-status span,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title .report-status span,.liveDashboard .form-label.status ._account_api .list-results thead .report-status span,.liveDashboard .status.status-log ._account_api .list-results thead .report-status span,.liveDashboard .status.status-report-item ._account_api .list-results thead .report-status span,.liveDashboard .double-list dd.status ._account_api .list-results thead .report-status span,.double-list .liveDashboard dd.status ._account_api .list-results thead .report-status span,.liveDashboard .double-list dt.status ._account_api .list-results thead .report-status span,.double-list .liveDashboard dt.status ._account_api .list-results thead .report-status span,.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead .report-status span,.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead .report-status span,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead .report-status span,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead .report-status span,.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead .report-status span,.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead .report-status span,.form-label.status ._account_api .liveDashboard .list-results thead .report-status span,.status.status-log ._account_api .liveDashboard .list-results thead .report-status span,.status.status-report-item ._account_api .liveDashboard .list-results thead .report-status span,.double-list dd.status ._account_api .liveDashboard .list-results thead .report-status span,.double-list dt.status ._account_api .liveDashboard .list-results thead .report-status span,.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead .report-status span,.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead .report-status span,.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead .report-status span,.liveDashboard ._account_api .list-results thead .report-status .w-filters-selected label.status.small span,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small .report-status span,._account_api .liveDashboard .list-results thead .report-status .w-filters-selected label.status.small span,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small .report-status span,.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead .report-status span,.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead .report-status span,.liveDashboard ._account_api .list-results thead .report-status .w-filters-selected .status.btn-f-s span,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s .report-status span,._account_api .liveDashboard .list-results thead .report-status .w-filters-selected .status.btn-f-s span,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .report-status span,.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead .report-status span,.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead .report-status span,.liveDashboard ._account_api .list-results thead .report-status .sub-header .w-form label,.liveDashboard ._account_api .list-results thead .report-status .sub-header .w-double-list label,.liveDashboard ._account_api .list-results thead .sub-header .w-form .report-status label,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list .report-status label,._account_api .liveDashboard .list-results thead .report-status .sub-header .w-form label,._account_api .liveDashboard .list-results thead .report-status .sub-header .w-double-list label,._account_api .liveDashboard .list-results thead .sub-header .w-form .report-status label,._account_api .liveDashboard .list-results thead .sub-header .w-double-list .report-status label,.liveDashboard .sub-header .w-form ._account_api .list-results thead .report-status label,.liveDashboard .sub-header .w-double-list ._account_api .list-results thead .report-status label,.sub-header .w-form ._account_api .liveDashboard .list-results thead .report-status label,.sub-header .w-double-list ._account_api .liveDashboard .list-results thead .report-status label,.liveDashboard ._account_api .list-results thead .report-status .block-filters button:after,.liveDashboard ._account_api .list-results thead .block-filters .report-status button:after,._account_api .liveDashboard .list-results thead .report-status .block-filters button:after,._account_api .liveDashboard .list-results thead .block-filters .report-status button:after,.liveDashboard .block-filters ._account_api .list-results thead .report-status button:after,.block-filters ._account_api .liveDashboard .list-results thead .report-status button:after,.liveDashboard ._account_api .list-results thead .report-status .block-filters select:after,.liveDashboard ._account_api .list-results thead .block-filters .report-status select:after,._account_api .liveDashboard .list-results thead .report-status .block-filters select:after,._account_api .liveDashboard .list-results thead .block-filters .report-status select:after,.liveDashboard .block-filters ._account_api .list-results thead .report-status select:after,.block-filters ._account_api .liveDashboard .list-results thead .report-status select:after,.liveDashboard ._account_api .list-results thead .report-status .form-auto-list .form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .form-auto-list .report-status .form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .report-status .form-auto-list .form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .form-auto-list .report-status .form-auto-item.is-user-is-inactive,.liveDashboard .form-auto-list ._account_api .list-results thead .report-status .form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .liveDashboard .list-results thead .report-status .form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .report-status .form-auto-list .form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .form-auto-list .report-status .form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .report-status .form-auto-list .form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .form-auto-list .report-status .form-auto-item.is-user-is-active,.liveDashboard .form-auto-list ._account_api .list-results thead .report-status .form-auto-item.is-user-is-active,.form-auto-list ._account_api .liveDashboard .list-results thead .report-status .form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .report-status .list-results-header .status.title span,.liveDashboard ._account_api .list-results thead .list-results-header .status.title .report-status span,._account_api .liveDashboard .list-results thead .report-status .list-results-header .status.title span,._account_api .liveDashboard .list-results thead .list-results-header .status.title .report-status span,.liveDashboard .list-results-header .status.title ._account_api .list-results thead .report-status span,.list-results-header .status.title ._account_api .liveDashboard .list-results thead .report-status span,.liveDashboard ._account_api .list-results thead .report-status tr span,.liveDashboard ._account_api .list-results thead tr .report-status span,._account_api .liveDashboard .list-results thead .report-status tr span,._account_api .liveDashboard .list-results thead tr .report-status span,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .report-status .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .report-status .dropdown-toggle:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .report-status .filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .report-status .filter,._account_api .form-label.status .liveDashboard .list-results thead .report-status span,._account_api .status.status-log .liveDashboard .list-results thead .report-status span,._account_api .status.status-report-item .liveDashboard .list-results thead .report-status span,._account_api .double-list dd.status .liveDashboard .list-results thead .report-status span,.double-list ._account_api dd.status .liveDashboard .list-results thead .report-status span,._account_api .double-list dt.status .liveDashboard .list-results thead .report-status span,.double-list ._account_api dt.status .liveDashboard .list-results thead .report-status span,._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead .report-status span,.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead .report-status span,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead .report-status span,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead .report-status span,._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead .report-status span,.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead .report-status span,.form-label.status .liveDashboard ._account_api .list-results thead .report-status span,.status.status-log .liveDashboard ._account_api .list-results thead .report-status span,.status.status-report-item .liveDashboard ._account_api .list-results thead .report-status span,.double-list dd.status .liveDashboard ._account_api .list-results thead .report-status span,.double-list dt.status .liveDashboard ._account_api .list-results thead .report-status span,.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead .report-status span,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead .report-status span,.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead .report-status span,._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead .report-status span,.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead .report-status span,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead .report-status span,.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead .report-status span,._account_api .sub-header .w-form .liveDashboard .list-results thead .report-status label,._account_api .sub-header .w-double-list .liveDashboard .list-results thead .report-status label,.sub-header .w-form .liveDashboard ._account_api .list-results thead .report-status label,.sub-header .w-double-list .liveDashboard ._account_api .list-results thead .report-status label,._account_api .block-filters .liveDashboard .list-results thead .report-status button:after,.block-filters .liveDashboard ._account_api .list-results thead .report-status button:after,._account_api .block-filters .liveDashboard .list-results thead .report-status select:after,.block-filters .liveDashboard ._account_api .list-results thead .report-status select:after,._account_api .form-auto-list .liveDashboard .list-results thead .report-status .form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard ._account_api .list-results thead .report-status .form-auto-item.is-user-is-inactive,._account_api .form-auto-list .liveDashboard .list-results thead .report-status .form-auto-item.is-user-is-active,.form-auto-list .liveDashboard ._account_api .list-results thead .report-status .form-auto-item.is-user-is-active,._account_api .list-results-header .status.title .liveDashboard .list-results thead .report-status span,.list-results-header .status.title .liveDashboard ._account_api .list-results thead .report-status span,.report-status .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .report-status .dropdown-toggle:after,.report-status .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .report-status .dropdown-toggle:after,.report-status .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .report-status .filter,.report-status .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .report-status .filter,.report-status .liveDashboard .list-results thead .form-label.status span,.report-status .liveDashboard .list-results thead .status.status-log span,.report-status .liveDashboard .list-results thead .status.status-report-item span,.report-status .liveDashboard .list-results thead .double-list dd.status span,.double-list .report-status .liveDashboard .list-results thead dd.status span,.report-status .liveDashboard .list-results thead .double-list dt.status span,.double-list .report-status .liveDashboard .list-results thead dt.status span,.report-status .liveDashboard .list-results thead .w-cards-container .w-card .status.title span,.w-cards-container .w-card .report-status .liveDashboard .list-results thead .status.title span,.report-status .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value .report-status .liveDashboard .list-results thead .status.label span,.report-status .liveDashboard .list-results thead tbody tr.sublist .status.title span,.report-status .liveDashboard .list-results tbody tr.sublist thead .status.title span,.liveDashboard .list-results thead .form-label.status .report-status span,.liveDashboard .list-results thead .status.status-log .report-status span,.liveDashboard .list-results thead .status.status-report-item .report-status span,.liveDashboard .list-results thead .double-list dd.status .report-status span,.double-list .liveDashboard .list-results thead dd.status .report-status span,.liveDashboard .list-results thead .double-list dt.status .report-status span,.double-list .liveDashboard .list-results thead dt.status .report-status span,.liveDashboard .list-results thead .w-cards-container .w-card .status.title .report-status span,.w-cards-container .w-card .liveDashboard .list-results thead .status.title .report-status span,.liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .report-status span,.w-cards-container .w-card.centered .w-value .liveDashboard .list-results thead .status.label .report-status span,.liveDashboard .list-results thead tbody tr.sublist .status.title .report-status span,.liveDashboard .list-results tbody tr.sublist thead .status.title .report-status span,.report-status .form-label.status .liveDashboard .list-results thead span,.report-status .status.status-log .liveDashboard .list-results thead span,.report-status .status.status-report-item .liveDashboard .list-results thead span,.report-status .double-list dd.status .liveDashboard .list-results thead span,.double-list .report-status dd.status .liveDashboard .list-results thead span,.report-status .double-list dt.status .liveDashboard .list-results thead span,.double-list .report-status dt.status .liveDashboard .list-results thead span,.report-status .w-cards-container .w-card .status.title .liveDashboard .list-results thead span,.w-cards-container .w-card .report-status .status.title .liveDashboard .list-results thead span,.report-status .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span,.w-cards-container .w-card.centered .w-value .report-status .status.label .liveDashboard .list-results thead span,.report-status .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span,.list-results tbody tr.sublist .report-status .status.title .liveDashboard .list-results thead span,.form-label.status .liveDashboard .list-results thead .report-status span,.status.status-log .liveDashboard .list-results thead .report-status span,.status.status-report-item .liveDashboard .list-results thead .report-status span,.double-list dd.status .liveDashboard .list-results thead .report-status span,.double-list dt.status .liveDashboard .list-results thead .report-status span,.w-cards-container .w-card .status.title .liveDashboard .list-results thead .report-status span,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead .report-status span,.list-results tbody tr.sublist .status.title .liveDashboard .list-results thead .report-status span,.report-status .liveDashboard .list-results thead .w-filters-selected label.status.small span,.liveDashboard .list-results thead .w-filters-selected label.status.small .report-status span,.report-status .w-filters-selected label.status.small .liveDashboard .list-results thead span,.w-filters-selected label.status.small .liveDashboard .list-results thead .report-status span,.report-status .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span,.liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .report-status span,.report-status .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span,.w-filters-selected .status.btn-f-s .liveDashboard .list-results thead .report-status span,.report-status .liveDashboard .list-results thead .sub-header .w-form label,.report-status .liveDashboard .list-results thead .sub-header .w-double-list label,.liveDashboard .list-results thead .sub-header .w-form .report-status label,.liveDashboard .list-results thead .sub-header .w-double-list .report-status label,.report-status .sub-header .w-form .liveDashboard .list-results thead label,.report-status .sub-header .w-double-list .liveDashboard .list-results thead label,.sub-header .w-form .liveDashboard .list-results thead .report-status label,.sub-header .w-double-list .liveDashboard .list-results thead .report-status label,.report-status .liveDashboard .list-results thead .block-filters button:after,.liveDashboard .list-results thead .block-filters .report-status button:after,.report-status .block-filters .liveDashboard .list-results thead button:after,.block-filters .liveDashboard .list-results thead .report-status button:after,.report-status .liveDashboard .list-results thead .block-filters select:after,.liveDashboard .list-results thead .block-filters .report-status select:after,.report-status .block-filters .liveDashboard .list-results thead select:after,.block-filters .liveDashboard .list-results thead .report-status select:after,.report-status .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive,.liveDashboard .list-results thead .form-auto-list .report-status .form-auto-item.is-user-is-inactive,.report-status .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard .list-results thead .report-status .form-auto-item.is-user-is-inactive,.report-status .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active,.liveDashboard .list-results thead .form-auto-list .report-status .form-auto-item.is-user-is-active,.report-status .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-active,.form-auto-list .liveDashboard .list-results thead .report-status .form-auto-item.is-user-is-active,.report-status .liveDashboard .list-results thead .list-results-header .status.title span,.liveDashboard .list-results thead .list-results-header .status.title .report-status span,.report-status .list-results-header .status.title .liveDashboard .list-results thead span,.list-results-header .status.title .liveDashboard .list-results thead .report-status span,.report-status .liveDashboard .list-results thead tr span,.liveDashboard .list-results thead tr .report-status span,.report-status ._account_api .list-results thead .icon,.report-status ._account_api .list-results thead .w-alert-banner:before,.report-status ._account_api .liveDashboard .list-results thead .w-alert-banner:before,.liveDashboard .report-status ._account_api .list-results thead .w-alert-banner:before,.report-status ._account_api .list-results thead .w-alert-banner:before,.report-status .liveDashboard ._account_api .list-results thead .w-alert-banner:before,.liveDashboard .report-status ._account_api .list-results thead .w-alert-banner:before,.report-status ._account_api .liveDashboard .list-results thead .w-alert-banner:before,.report-status ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .report-status ._account_api .list-results thead .dialog-aside:after,.report-status ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.liveDashboard .report-status ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.report-status ._account_api .w-dialog.plus .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus .liveDashboard .report-status ._account_api .list-results thead .dialog-aside:after,.report-status ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.report-status .w-dialog.plus ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus .report-status ._account_api .list-results thead .dialog-aside:after,.report-status .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.liveDashboard .report-status ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.report-status .w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus .liveDashboard .report-status ._account_api .list-results thead .dialog-aside:after,.report-status ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.report-status .w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus .report-status ._account_api .liveDashboard .list-results thead .dialog-aside:after,.report-status ._account_api .list-results thead .w-toast .toast.plus:after,.w-toast .report-status ._account_api .list-results thead .toast.plus:after,.report-status ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.liveDashboard .report-status ._account_api .list-results thead .w-toast .toast.plus:after,.report-status ._account_api .w-toast .liveDashboard .list-results thead .toast.plus:after,.w-toast .liveDashboard .report-status ._account_api .list-results thead .toast.plus:after,.report-status ._account_api .list-results thead .w-toast .toast.plus:after,.report-status .w-toast ._account_api .list-results thead .toast.plus:after,.w-toast .report-status ._account_api .list-results thead .toast.plus:after,.report-status .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.liveDashboard .report-status ._account_api .list-results thead .w-toast .toast.plus:after,.report-status .w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.w-toast .liveDashboard .report-status ._account_api .list-results thead .toast.plus:after,.report-status ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.report-status .w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,.w-toast .report-status ._account_api .liveDashboard .list-results thead .toast.plus:after,.report-status ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .report-status ._account_api .list-results thead .btn-period-clear:before,.report-status ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .report-status ._account_api .list-results thead .btn-filter:before,.report-status ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard .report-status ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.report-status ._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .report-status ._account_api .list-results thead .btn-period-clear:before,.report-status ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard .report-status ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.report-status ._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .report-status ._account_api .list-results thead .btn-filter:before,.report-status ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.report-status .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .report-status ._account_api .list-results thead .btn-period-clear:before,.report-status ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.report-status .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .report-status ._account_api .list-results thead .btn-filter:before,.report-status .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard .report-status ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.report-status .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .report-status ._account_api .list-results thead .btn-period-clear:before,.report-status .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard .report-status ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.report-status .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .report-status ._account_api .list-results thead .btn-filter:before,.report-status ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.report-status .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .report-status ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.report-status ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.report-status .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .report-status ._account_api .liveDashboard .list-results thead .btn-filter:before,.report-status ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .report-status ._account_api .list-results thead .btn-period-edit:before,.report-status ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard .report-status ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.report-status ._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .report-status ._account_api .list-results thead .btn-period-edit:before,.report-status ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.report-status .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .report-status ._account_api .list-results thead .btn-period-edit:before,.report-status .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard .report-status ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.report-status .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .report-status ._account_api .list-results thead .btn-period-edit:before,.report-status ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.report-status .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .report-status ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.report-status ._account_api .list-results thead .block-filters .btn-filter:before,.block-filters .report-status ._account_api .list-results thead .btn-filter:before,.report-status ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.liveDashboard .report-status ._account_api .list-results thead .block-filters .btn-filter:before,.report-status ._account_api .block-filters .liveDashboard .list-results thead .btn-filter:before,.block-filters .liveDashboard .report-status ._account_api .list-results thead .btn-filter:before,.report-status ._account_api .list-results thead .block-filters .btn-filter:before,.report-status .block-filters ._account_api .list-results thead .btn-filter:before,.block-filters .report-status ._account_api .list-results thead .btn-filter:before,.report-status .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.liveDashboard .report-status ._account_api .list-results thead .block-filters .btn-filter:before,.report-status .block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.block-filters .liveDashboard .report-status ._account_api .list-results thead .btn-filter:before,.report-status ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.report-status .block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,.block-filters .report-status ._account_api .liveDashboard .list-results thead .btn-filter:before,.report-status ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper .report-status ._account_api .list-results thead input.mobileToggle+label,.report-status ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.liveDashboard .report-status ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.report-status ._account_api .toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper .liveDashboard .report-status ._account_api .list-results thead input.mobileToggle+label,.report-status ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.report-status .toggleWrapper ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper .report-status ._account_api .list-results thead input.mobileToggle+label,.report-status .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.liveDashboard .report-status ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.report-status .toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper .liveDashboard .report-status ._account_api .list-results thead input.mobileToggle+label,.report-status ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.report-status .toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper .report-status ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.report-status ._account_api .list-results thead tbody span.status,.report-status ._account_api .list-results tbody thead span.status,.report-status ._account_api .liveDashboard .list-results thead tbody span.status,.liveDashboard .report-status ._account_api .list-results thead tbody span.status,.report-status ._account_api .liveDashboard .list-results tbody thead span.status,.liveDashboard .report-status ._account_api .list-results tbody thead span.status,.report-status ._account_api .list-results thead tbody span.status,.report-status ._account_api .list-results tbody thead span.status,.report-status .liveDashboard ._account_api .list-results thead tbody span.status,.liveDashboard .report-status ._account_api .list-results thead tbody span.status,.report-status .liveDashboard ._account_api .list-results tbody thead span.status,.liveDashboard .report-status ._account_api .list-results tbody thead span.status,.report-status ._account_api .liveDashboard .list-results thead tbody span.status,.report-status ._account_api .liveDashboard .list-results tbody thead span.status,.report-status ._account_api .list-results thead tbody td.is-running span,.report-status ._account_api .list-results tbody td.is-running thead span,.report-status ._account_api .liveDashboard .list-results thead tbody td.is-running span,.liveDashboard .report-status ._account_api .list-results thead tbody td.is-running span,.report-status ._account_api .liveDashboard .list-results tbody td.is-running thead span,.liveDashboard .report-status ._account_api .list-results tbody td.is-running thead span,.report-status ._account_api .list-results thead tbody td.is-running span,.report-status ._account_api .list-results tbody td.is-running thead span,.report-status .liveDashboard ._account_api .list-results thead tbody td.is-running span,.liveDashboard .report-status ._account_api .list-results thead tbody td.is-running span,.report-status .liveDashboard ._account_api .list-results tbody td.is-running thead span,.liveDashboard .report-status ._account_api .list-results tbody td.is-running thead span,.report-status ._account_api .liveDashboard .list-results thead tbody td.is-running span,.report-status ._account_api .liveDashboard .list-results tbody td.is-running thead span,.report-status ._account_api .list-results thead tbody td.is-pending span,.report-status ._account_api .list-results tbody td.is-pending thead span,.report-status ._account_api .liveDashboard .list-results thead tbody td.is-pending span,.liveDashboard .report-status ._account_api .list-results thead tbody td.is-pending span,.report-status ._account_api .liveDashboard .list-results tbody td.is-pending thead span,.liveDashboard .report-status ._account_api .list-results tbody td.is-pending thead span,.report-status ._account_api .list-results thead tbody td.is-pending span,.report-status ._account_api .list-results tbody td.is-pending thead span,.report-status .liveDashboard ._account_api .list-results thead tbody td.is-pending span,.liveDashboard .report-status ._account_api .list-results thead tbody td.is-pending span,.report-status .liveDashboard ._account_api .list-results tbody td.is-pending thead span,.liveDashboard .report-status ._account_api .list-results tbody td.is-pending thead span,.report-status ._account_api .liveDashboard .list-results thead tbody td.is-pending span,.report-status ._account_api .liveDashboard .list-results tbody td.is-pending thead span,.report-status ._account_api .liveDashboard .list-results thead .icon,.report-status ._account_api .liveDashboard .list-results thead .w-alert-banner:before,.report-status ._account_api .liveDashboard .list-results thead .w-alert-banner:before,.report-status ._account_api .liveDashboard .list-results thead .w-alert-banner:before,.report-status ._account_api .liveDashboard ._account_api .list-results thead .w-alert-banner:before,.report-status ._account_api .liveDashboard .list-results thead .w-alert-banner:before,.report-status ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .report-status ._account_api .liveDashboard .list-results thead .dialog-aside:after,.report-status ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.report-status ._account_api .w-dialog.plus .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus .report-status ._account_api .liveDashboard .list-results thead .dialog-aside:after,.report-status ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.report-status .w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus .report-status ._account_api .liveDashboard .list-results thead .dialog-aside:after,.report-status ._account_api .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.report-status ._account_api .w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus .report-status ._account_api .liveDashboard ._account_api .list-results thead .dialog-aside:after,.report-status ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.report-status .w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus .report-status ._account_api .liveDashboard .list-results thead .dialog-aside:after,.report-status ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-toast .report-status ._account_api .liveDashboard .list-results thead .toast.plus:after,.report-status ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.report-status ._account_api .w-toast .liveDashboard .list-results thead .toast.plus:after,.w-toast .report-status ._account_api .liveDashboard .list-results thead .toast.plus:after,.report-status ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.report-status .w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,.w-toast .report-status ._account_api .liveDashboard .list-results thead .toast.plus:after,.report-status ._account_api .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.report-status ._account_api .w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.w-toast .report-status ._account_api .liveDashboard ._account_api .list-results thead .toast.plus:after,.report-status ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.report-status .w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,.w-toast .report-status ._account_api .liveDashboard .list-results thead .toast.plus:after,.report-status ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .report-status ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.report-status ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .report-status ._account_api .liveDashboard .list-results thead .btn-filter:before,.report-status ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.report-status ._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .report-status ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.report-status ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.report-status ._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .report-status ._account_api .liveDashboard .list-results thead .btn-filter:before,.report-status ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.report-status .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .report-status ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.report-status ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.report-status .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .report-status ._account_api .liveDashboard .list-results thead .btn-filter:before,.report-status ._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.report-status ._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .report-status ._account_api .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.report-status ._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.report-status ._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .report-status ._account_api .liveDashboard ._account_api .list-results thead .btn-filter:before,.report-status ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.report-status .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .report-status ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.report-status ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.report-status .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .report-status ._account_api .liveDashboard .list-results thead .btn-filter:before,.report-status ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .report-status ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.report-status ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.report-status ._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .report-status ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.report-status ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.report-status .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .report-status ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.report-status ._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.report-status ._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .report-status ._account_api .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.report-status ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.report-status .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .report-status ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.report-status ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.block-filters .report-status ._account_api .liveDashboard .list-results thead .btn-filter:before,.report-status ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.report-status ._account_api .block-filters .liveDashboard .list-results thead .btn-filter:before,.block-filters .report-status ._account_api .liveDashboard .list-results thead .btn-filter:before,.report-status ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.report-status .block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,.block-filters .report-status ._account_api .liveDashboard .list-results thead .btn-filter:before,.report-status ._account_api .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.report-status ._account_api .block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.block-filters .report-status ._account_api .liveDashboard ._account_api .list-results thead .btn-filter:before,.report-status ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.report-status .block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,.block-filters .report-status ._account_api .liveDashboard .list-results thead .btn-filter:before,.report-status ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper .report-status ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.report-status ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.report-status ._account_api .toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper .report-status ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.report-status ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.report-status .toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper .report-status ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.report-status ._account_api .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.report-status ._account_api .toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper .report-status ._account_api .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.report-status ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.report-status .toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper .report-status ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.report-status ._account_api .liveDashboard .list-results thead tbody span.status,.report-status ._account_api .liveDashboard .list-results tbody thead span.status,.report-status ._account_api .liveDashboard .list-results thead tbody span.status,.report-status ._account_api .liveDashboard .list-results tbody thead span.status,.report-status ._account_api .liveDashboard .list-results thead tbody span.status,.report-status ._account_api .liveDashboard .list-results tbody thead span.status,.report-status ._account_api .liveDashboard ._account_api .list-results thead tbody span.status,.report-status ._account_api .liveDashboard ._account_api .list-results tbody thead span.status,.report-status ._account_api .liveDashboard .list-results thead tbody span.status,.report-status ._account_api .liveDashboard .list-results tbody thead span.status,.report-status ._account_api .liveDashboard .list-results thead tbody td.is-running span,.report-status ._account_api .liveDashboard .list-results tbody td.is-running thead span,.report-status ._account_api .liveDashboard .list-results thead tbody td.is-running span,.report-status ._account_api .liveDashboard .list-results tbody td.is-running thead span,.report-status ._account_api .liveDashboard .list-results thead tbody td.is-running span,.report-status ._account_api .liveDashboard .list-results tbody td.is-running thead span,.report-status ._account_api .liveDashboard ._account_api .list-results thead tbody td.is-running span,.report-status ._account_api .liveDashboard ._account_api .list-results tbody td.is-running thead span,.report-status ._account_api .liveDashboard .list-results thead tbody td.is-running span,.report-status ._account_api .liveDashboard .list-results tbody td.is-running thead span,.report-status ._account_api .liveDashboard .list-results thead tbody td.is-pending span,.report-status ._account_api .liveDashboard .list-results tbody td.is-pending thead span,.report-status ._account_api .liveDashboard .list-results thead tbody td.is-pending span,.report-status ._account_api .liveDashboard .list-results tbody td.is-pending thead span,.report-status ._account_api .liveDashboard .list-results thead tbody td.is-pending span,.report-status ._account_api .liveDashboard .list-results tbody td.is-pending thead span,.report-status ._account_api .liveDashboard ._account_api .list-results thead tbody td.is-pending span,.report-status ._account_api .liveDashboard ._account_api .list-results tbody td.is-pending thead span,.report-status ._account_api .liveDashboard .list-results thead tbody td.is-pending span,.report-status ._account_api .liveDashboard .list-results tbody td.is-pending thead span,.liveDashboard .report-status ._account_api .list-results thead .icon,.liveDashboard .report-status ._account_api .list-results thead .w-alert-banner:before,.liveDashboard .report-status ._account_api .list-results thead .w-alert-banner:before,.liveDashboard .report-status ._account_api .list-results thead .w-alert-banner:before,.liveDashboard .report-status ._account_api .list-results thead .w-alert-banner:before,.liveDashboard .report-status ._account_api .liveDashboard .list-results thead .w-alert-banner:before,.liveDashboard .report-status ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .liveDashboard .report-status ._account_api .list-results thead .dialog-aside:after,.liveDashboard .report-status ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .liveDashboard .report-status ._account_api .list-results thead .dialog-aside:after,.liveDashboard .report-status ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.liveDashboard .report-status .w-dialog.plus ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus .liveDashboard .report-status ._account_api .list-results thead .dialog-aside:after,.liveDashboard .report-status ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .liveDashboard .report-status ._account_api .list-results thead .dialog-aside:after,.liveDashboard .report-status ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.liveDashboard .report-status .w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus .liveDashboard .report-status ._account_api .liveDashboard .list-results thead .dialog-aside:after,.liveDashboard .report-status ._account_api .list-results thead .w-toast .toast.plus:after,.w-toast .liveDashboard .report-status ._account_api .list-results thead .toast.plus:after,.liveDashboard .report-status ._account_api .list-results thead .w-toast .toast.plus:after,.w-toast .liveDashboard .report-status ._account_api .list-results thead .toast.plus:after,.liveDashboard .report-status ._account_api .list-results thead .w-toast .toast.plus:after,.liveDashboard .report-status .w-toast ._account_api .list-results thead .toast.plus:after,.w-toast .liveDashboard .report-status ._account_api .list-results thead .toast.plus:after,.liveDashboard .report-status ._account_api .list-results thead .w-toast .toast.plus:after,.w-toast .liveDashboard .report-status ._account_api .list-results thead .toast.plus:after,.liveDashboard .report-status ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.liveDashboard .report-status .w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,.w-toast .liveDashboard .report-status ._account_api .liveDashboard .list-results thead .toast.plus:after,.liveDashboard .report-status ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .report-status ._account_api .list-results thead .btn-period-clear:before,.liveDashboard .report-status ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .report-status ._account_api .list-results thead .btn-filter:before,.liveDashboard .report-status ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .report-status ._account_api .list-results thead .btn-period-clear:before,.liveDashboard .report-status ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .report-status ._account_api .list-results thead .btn-filter:before,.liveDashboard .report-status ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard .report-status .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .report-status ._account_api .list-results thead .btn-period-clear:before,.liveDashboard .report-status ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard .report-status .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .report-status ._account_api .list-results thead .btn-filter:before,.liveDashboard .report-status ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .report-status ._account_api .list-results thead .btn-period-clear:before,.liveDashboard .report-status ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .report-status ._account_api .list-results thead .btn-filter:before,.liveDashboard .report-status ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard .report-status .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .report-status ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.liveDashboard .report-status ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard .report-status .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .report-status ._account_api .liveDashboard .list-results thead .btn-filter:before,.liveDashboard .report-status ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .report-status ._account_api .list-results thead .btn-period-edit:before,.liveDashboard .report-status ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .report-status ._account_api .list-results thead .btn-period-edit:before,.liveDashboard .report-status ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard .report-status .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .report-status ._account_api .list-results thead .btn-period-edit:before,.liveDashboard .report-status ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .report-status ._account_api .list-results thead .btn-period-edit:before,.liveDashboard .report-status ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard .report-status .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .report-status ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.liveDashboard .report-status ._account_api .list-results thead .block-filters .btn-filter:before,.block-filters .liveDashboard .report-status ._account_api .list-results thead .btn-filter:before,.liveDashboard .report-status ._account_api .list-results thead .block-filters .btn-filter:before,.block-filters .liveDashboard .report-status ._account_api .list-results thead .btn-filter:before,.liveDashboard .report-status ._account_api .list-results thead .block-filters .btn-filter:before,.liveDashboard .report-status .block-filters ._account_api .list-results thead .btn-filter:before,.block-filters .liveDashboard .report-status ._account_api .list-results thead .btn-filter:before,.liveDashboard .report-status ._account_api .list-results thead .block-filters .btn-filter:before,.block-filters .liveDashboard .report-status ._account_api .list-results thead .btn-filter:before,.liveDashboard .report-status ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.liveDashboard .report-status .block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,.block-filters .liveDashboard .report-status ._account_api .liveDashboard .list-results thead .btn-filter:before,.liveDashboard .report-status ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper .liveDashboard .report-status ._account_api .list-results thead input.mobileToggle+label,.liveDashboard .report-status ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper .liveDashboard .report-status ._account_api .list-results thead input.mobileToggle+label,.liveDashboard .report-status ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.liveDashboard .report-status .toggleWrapper ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper .liveDashboard .report-status ._account_api .list-results thead input.mobileToggle+label,.liveDashboard .report-status ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper .liveDashboard .report-status ._account_api .list-results thead input.mobileToggle+label,.liveDashboard .report-status ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.liveDashboard .report-status .toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper .liveDashboard .report-status ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.liveDashboard .report-status ._account_api .list-results thead tbody span.status,.liveDashboard .report-status ._account_api .list-results tbody thead span.status,.liveDashboard .report-status ._account_api .list-results thead tbody span.status,.liveDashboard .report-status ._account_api .list-results tbody thead span.status,.liveDashboard .report-status ._account_api .list-results thead tbody span.status,.liveDashboard .report-status ._account_api .list-results tbody thead span.status,.liveDashboard .report-status ._account_api .list-results thead tbody span.status,.liveDashboard .report-status ._account_api .list-results tbody thead span.status,.liveDashboard .report-status ._account_api .liveDashboard .list-results thead tbody span.status,.liveDashboard .report-status ._account_api .liveDashboard .list-results tbody thead span.status,.liveDashboard .report-status ._account_api .list-results thead tbody td.is-running span,.liveDashboard .report-status ._account_api .list-results tbody td.is-running thead span,.liveDashboard .report-status ._account_api .list-results thead tbody td.is-running span,.liveDashboard .report-status ._account_api .list-results tbody td.is-running thead span,.liveDashboard .report-status ._account_api .list-results thead tbody td.is-running span,.liveDashboard .report-status ._account_api .list-results tbody td.is-running thead span,.liveDashboard .report-status ._account_api .list-results thead tbody td.is-running span,.liveDashboard .report-status ._account_api .list-results tbody td.is-running thead span,.liveDashboard .report-status ._account_api .liveDashboard .list-results thead tbody td.is-running span,.liveDashboard .report-status ._account_api .liveDashboard .list-results tbody td.is-running thead span,.liveDashboard .report-status ._account_api .list-results thead tbody td.is-pending span,.liveDashboard .report-status ._account_api .list-results tbody td.is-pending thead span,.liveDashboard .report-status ._account_api .list-results thead tbody td.is-pending span,.liveDashboard .report-status ._account_api .list-results tbody td.is-pending thead span,.liveDashboard .report-status ._account_api .list-results thead tbody td.is-pending span,.liveDashboard .report-status ._account_api .list-results tbody td.is-pending thead span,.liveDashboard .report-status ._account_api .list-results thead tbody td.is-pending span,.liveDashboard .report-status ._account_api .list-results tbody td.is-pending thead span,.liveDashboard .report-status ._account_api .liveDashboard .list-results thead tbody td.is-pending span,.liveDashboard .report-status ._account_api .liveDashboard .list-results tbody td.is-pending thead span,.report-status ._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,.liveDashboard .report-status ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,.report-status ._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .report-status ._account_api .list-results thead .dropdown-toggle:after,.report-status ._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter,.liveDashboard .report-status ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter,.report-status ._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .report-status ._account_api .list-results thead .filter,.report-status ._account_api .liveDashboard .list-results thead .form-label.status span,.report-status ._account_api .liveDashboard .list-results thead .status.status-log span,.report-status ._account_api .liveDashboard .list-results thead .status.status-report-item span,.report-status ._account_api .liveDashboard .list-results thead .double-list dd.status span,.double-list .report-status ._account_api .liveDashboard .list-results thead dd.status span,.report-status ._account_api .liveDashboard .list-results thead .double-list dt.status span,.double-list .report-status ._account_api .liveDashboard .list-results thead dt.status span,.report-status ._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span,.w-cards-container .w-card .report-status ._account_api .liveDashboard .list-results thead .status.title span,.report-status ._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value .report-status ._account_api .liveDashboard .list-results thead .status.label span,.report-status ._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span,.report-status ._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span,.liveDashboard .report-status ._account_api .list-results thead .form-label.status span,.liveDashboard .report-status ._account_api .list-results thead .status.status-log span,.liveDashboard .report-status ._account_api .list-results thead .status.status-report-item span,.liveDashboard .report-status ._account_api .list-results thead .double-list dd.status span,.double-list .liveDashboard .report-status ._account_api .list-results thead dd.status span,.liveDashboard .report-status ._account_api .list-results thead .double-list dt.status span,.double-list .liveDashboard .report-status ._account_api .list-results thead dt.status span,.liveDashboard .report-status ._account_api .list-results thead .w-cards-container .w-card .status.title span,.w-cards-container .w-card .liveDashboard .report-status ._account_api .list-results thead .status.title span,.liveDashboard .report-status ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value .liveDashboard .report-status ._account_api .list-results thead .status.label span,.liveDashboard .report-status ._account_api .list-results thead tbody tr.sublist .status.title span,.liveDashboard .report-status ._account_api .list-results tbody tr.sublist thead .status.title span,.report-status ._account_api .form-label.status .liveDashboard .list-results thead span,.report-status ._account_api .status.status-log .liveDashboard .list-results thead span,.report-status ._account_api .status.status-report-item .liveDashboard .list-results thead span,.report-status ._account_api .double-list dd.status .liveDashboard .list-results thead span,.double-list .report-status ._account_api dd.status .liveDashboard .list-results thead span,.report-status ._account_api .double-list dt.status .liveDashboard .list-results thead span,.double-list .report-status ._account_api dt.status .liveDashboard .list-results thead span,.report-status ._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span,.w-cards-container .w-card .report-status ._account_api .status.title .liveDashboard .list-results thead span,.report-status ._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span,.w-cards-container .w-card.centered .w-value .report-status ._account_api .status.label .liveDashboard .list-results thead span,.report-status ._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span,.list-results tbody tr.sublist .report-status ._account_api .status.title .liveDashboard .list-results thead span,.form-label.status .liveDashboard .report-status ._account_api .list-results thead span,.status.status-log .liveDashboard .report-status ._account_api .list-results thead span,.status.status-report-item .liveDashboard .report-status ._account_api .list-results thead span,.double-list dd.status .liveDashboard .report-status ._account_api .list-results thead span,.double-list dt.status .liveDashboard .report-status ._account_api .list-results thead span,.w-cards-container .w-card .status.title .liveDashboard .report-status ._account_api .list-results thead span,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .report-status ._account_api .list-results thead span,.list-results tbody tr.sublist .status.title .liveDashboard .report-status ._account_api .list-results thead span,.report-status ._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span,.liveDashboard .report-status ._account_api .list-results thead .w-filters-selected label.status.small span,.report-status ._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span,.w-filters-selected label.status.small .liveDashboard .report-status ._account_api .list-results thead span,.report-status ._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span,.liveDashboard .report-status ._account_api .list-results thead .w-filters-selected .status.btn-f-s span,.report-status ._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span,.w-filters-selected .status.btn-f-s .liveDashboard .report-status ._account_api .list-results thead span,.report-status ._account_api .liveDashboard .list-results thead .sub-header .w-form label,.report-status ._account_api .liveDashboard .list-results thead .sub-header .w-double-list label,.liveDashboard .report-status ._account_api .list-results thead .sub-header .w-form label,.liveDashboard .report-status ._account_api .list-results thead .sub-header .w-double-list label,.report-status ._account_api .sub-header .w-form .liveDashboard .list-results thead label,.report-status ._account_api .sub-header .w-double-list .liveDashboard .list-results thead label,.sub-header .w-form .liveDashboard .report-status ._account_api .list-results thead label,.sub-header .w-double-list .liveDashboard .report-status ._account_api .list-results thead label,.report-status ._account_api .liveDashboard .list-results thead .block-filters button:after,.liveDashboard .report-status ._account_api .list-results thead .block-filters button:after,.report-status ._account_api .block-filters .liveDashboard .list-results thead button:after,.block-filters .liveDashboard .report-status ._account_api .list-results thead button:after,.report-status ._account_api .liveDashboard .list-results thead .block-filters select:after,.liveDashboard .report-status ._account_api .list-results thead .block-filters select:after,.report-status ._account_api .block-filters .liveDashboard .list-results thead select:after,.block-filters .liveDashboard .report-status ._account_api .list-results thead select:after,.report-status ._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive,.liveDashboard .report-status ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive,.report-status ._account_api .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard .report-status ._account_api .list-results thead .form-auto-item.is-user-is-inactive,.report-status ._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active,.liveDashboard .report-status ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active,.report-status ._account_api .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-active,.form-auto-list .liveDashboard .report-status ._account_api .list-results thead .form-auto-item.is-user-is-active,.report-status ._account_api .liveDashboard .list-results thead .list-results-header .status.title span,.liveDashboard .report-status ._account_api .list-results thead .list-results-header .status.title span,.report-status ._account_api .list-results-header .status.title .liveDashboard .list-results thead span,.list-results-header .status.title .liveDashboard .report-status ._account_api .list-results thead span,.report-status ._account_api .liveDashboard .list-results thead tr span,.liveDashboard .report-status ._account_api .list-results thead tr span,.report-status ._account_api .list-results thead .icon,.report-status ._account_api .list-results thead .w-alert-banner:before,.report-status ._account_api .liveDashboard .list-results thead .w-alert-banner:before,.liveDashboard .report-status ._account_api .list-results thead .w-alert-banner:before,.report-status ._account_api .list-results thead .w-alert-banner:before,.report-status .liveDashboard ._account_api .list-results thead .w-alert-banner:before,.liveDashboard .report-status ._account_api .list-results thead .w-alert-banner:before,.report-status ._account_api .liveDashboard .list-results thead .w-alert-banner:before,.report-status ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .report-status ._account_api .list-results thead .dialog-aside:after,.report-status ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.liveDashboard .report-status ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.report-status ._account_api .w-dialog.plus .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus .liveDashboard .report-status ._account_api .list-results thead .dialog-aside:after,.report-status ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.report-status .w-dialog.plus ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus .report-status ._account_api .list-results thead .dialog-aside:after,.report-status .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.liveDashboard .report-status ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.report-status .w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus .liveDashboard .report-status ._account_api .list-results thead .dialog-aside:after,.report-status ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.report-status .w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus .report-status ._account_api .liveDashboard .list-results thead .dialog-aside:after,.report-status ._account_api .list-results thead .w-toast .toast.plus:after,.w-toast .report-status ._account_api .list-results thead .toast.plus:after,.report-status ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.liveDashboard .report-status ._account_api .list-results thead .w-toast .toast.plus:after,.report-status ._account_api .w-toast .liveDashboard .list-results thead .toast.plus:after,.w-toast .liveDashboard .report-status ._account_api .list-results thead .toast.plus:after,.report-status ._account_api .list-results thead .w-toast .toast.plus:after,.report-status .w-toast ._account_api .list-results thead .toast.plus:after,.w-toast .report-status ._account_api .list-results thead .toast.plus:after,.report-status .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.liveDashboard .report-status ._account_api .list-results thead .w-toast .toast.plus:after,.report-status .w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.w-toast .liveDashboard .report-status ._account_api .list-results thead .toast.plus:after,.report-status ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.report-status .w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,.w-toast .report-status ._account_api .liveDashboard .list-results thead .toast.plus:after,.report-status ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .report-status ._account_api .list-results thead .btn-period-clear:before,.report-status ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .report-status ._account_api .list-results thead .btn-filter:before,.report-status ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard .report-status ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.report-status ._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .report-status ._account_api .list-results thead .btn-period-clear:before,.report-status ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard .report-status ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.report-status ._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .report-status ._account_api .list-results thead .btn-filter:before,.report-status ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.report-status .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .report-status ._account_api .list-results thead .btn-period-clear:before,.report-status ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.report-status .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .report-status ._account_api .list-results thead .btn-filter:before,.report-status .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard .report-status ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.report-status .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .report-status ._account_api .list-results thead .btn-period-clear:before,.report-status .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard .report-status ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.report-status .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .report-status ._account_api .list-results thead .btn-filter:before,.report-status ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.report-status .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .report-status ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.report-status ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.report-status .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .report-status ._account_api .liveDashboard .list-results thead .btn-filter:before,.report-status ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .report-status ._account_api .list-results thead .btn-period-edit:before,.report-status ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard .report-status ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.report-status ._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .report-status ._account_api .list-results thead .btn-period-edit:before,.report-status ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.report-status .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .report-status ._account_api .list-results thead .btn-period-edit:before,.report-status .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard .report-status ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.report-status .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .report-status ._account_api .list-results thead .btn-period-edit:before,.report-status ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.report-status .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .report-status ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.report-status ._account_api .list-results thead .block-filters .btn-filter:before,.block-filters .report-status ._account_api .list-results thead .btn-filter:before,.report-status ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.liveDashboard .report-status ._account_api .list-results thead .block-filters .btn-filter:before,.report-status ._account_api .block-filters .liveDashboard .list-results thead .btn-filter:before,.block-filters .liveDashboard .report-status ._account_api .list-results thead .btn-filter:before,.report-status ._account_api .list-results thead .block-filters .btn-filter:before,.report-status .block-filters ._account_api .list-results thead .btn-filter:before,.block-filters .report-status ._account_api .list-results thead .btn-filter:before,.report-status .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.liveDashboard .report-status ._account_api .list-results thead .block-filters .btn-filter:before,.report-status .block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.block-filters .liveDashboard .report-status ._account_api .list-results thead .btn-filter:before,.report-status ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.report-status .block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,.block-filters .report-status ._account_api .liveDashboard .list-results thead .btn-filter:before,.report-status ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper .report-status ._account_api .list-results thead input.mobileToggle+label,.report-status ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.liveDashboard .report-status ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.report-status ._account_api .toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper .liveDashboard .report-status ._account_api .list-results thead input.mobileToggle+label,.report-status ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.report-status .toggleWrapper ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper .report-status ._account_api .list-results thead input.mobileToggle+label,.report-status .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.liveDashboard .report-status ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.report-status .toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper .liveDashboard .report-status ._account_api .list-results thead input.mobileToggle+label,.report-status ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.report-status .toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper .report-status ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.report-status ._account_api .list-results thead tbody span.status,.report-status ._account_api .list-results tbody thead span.status,.report-status ._account_api .liveDashboard .list-results thead tbody span.status,.liveDashboard .report-status ._account_api .list-results thead tbody span.status,.report-status ._account_api .liveDashboard .list-results tbody thead span.status,.liveDashboard .report-status ._account_api .list-results tbody thead span.status,.report-status ._account_api .list-results thead tbody span.status,.report-status ._account_api .list-results tbody thead span.status,.report-status .liveDashboard ._account_api .list-results thead tbody span.status,.liveDashboard .report-status ._account_api .list-results thead tbody span.status,.report-status .liveDashboard ._account_api .list-results tbody thead span.status,.liveDashboard .report-status ._account_api .list-results tbody thead span.status,.report-status ._account_api .liveDashboard .list-results thead tbody span.status,.report-status ._account_api .liveDashboard .list-results tbody thead span.status,.report-status ._account_api .list-results thead tbody td.is-running span,.report-status ._account_api .list-results tbody td.is-running thead span,.report-status ._account_api .liveDashboard .list-results thead tbody td.is-running span,.liveDashboard .report-status ._account_api .list-results thead tbody td.is-running span,.report-status ._account_api .liveDashboard .list-results tbody td.is-running thead span,.liveDashboard .report-status ._account_api .list-results tbody td.is-running thead span,.report-status ._account_api .list-results thead tbody td.is-running span,.report-status ._account_api .list-results tbody td.is-running thead span,.report-status .liveDashboard ._account_api .list-results thead tbody td.is-running span,.liveDashboard .report-status ._account_api .list-results thead tbody td.is-running span,.report-status .liveDashboard ._account_api .list-results tbody td.is-running thead span,.liveDashboard .report-status ._account_api .list-results tbody td.is-running thead span,.report-status ._account_api .liveDashboard .list-results thead tbody td.is-running span,.report-status ._account_api .liveDashboard .list-results tbody td.is-running thead span,.report-status ._account_api .list-results thead tbody td.is-pending span,.report-status ._account_api .list-results tbody td.is-pending thead span,.report-status ._account_api .liveDashboard .list-results thead tbody td.is-pending span,.liveDashboard .report-status ._account_api .list-results thead tbody td.is-pending span,.report-status ._account_api .liveDashboard .list-results tbody td.is-pending thead span,.liveDashboard .report-status ._account_api .list-results tbody td.is-pending thead span,.report-status ._account_api .list-results thead tbody td.is-pending span,.report-status ._account_api .list-results tbody td.is-pending thead span,.report-status .liveDashboard ._account_api .list-results thead tbody td.is-pending span,.liveDashboard .report-status ._account_api .list-results thead tbody td.is-pending span,.report-status .liveDashboard ._account_api .list-results tbody td.is-pending thead span,.liveDashboard .report-status ._account_api .list-results tbody td.is-pending thead span,.report-status ._account_api .liveDashboard .list-results thead tbody td.is-pending span,.report-status ._account_api .liveDashboard .list-results tbody td.is-pending thead span,.report-status ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,.report-status .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .report-status ._account_api .list-results thead .dropdown-toggle:after,.report-status ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter,.report-status .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .filter,.w-filter-preset.w-filter-preset .filter-preset .report-status ._account_api .list-results thead .filter,.report-status ._account_api .list-results thead .form-label.status span,.report-status ._account_api .list-results thead .status.status-log span,.report-status ._account_api .list-results thead .status.status-report-item span,.report-status ._account_api .list-results thead .double-list dd.status span,.double-list .report-status ._account_api .list-results thead dd.status span,.report-status ._account_api .list-results thead .double-list dt.status span,.double-list .report-status ._account_api .list-results thead dt.status span,.report-status ._account_api .list-results thead .w-cards-container .w-card .status.title span,.w-cards-container .w-card .report-status ._account_api .list-results thead .status.title span,.report-status ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value .report-status ._account_api .list-results thead .status.label span,.report-status ._account_api .list-results thead tbody tr.sublist .status.title span,.report-status ._account_api .list-results tbody tr.sublist thead .status.title span,.report-status .form-label.status ._account_api .list-results thead span,.report-status .status.status-log ._account_api .list-results thead span,.report-status .status.status-report-item ._account_api .list-results thead span,.report-status .double-list dd.status ._account_api .list-results thead span,.double-list .report-status dd.status ._account_api .list-results thead span,.report-status .double-list dt.status ._account_api .list-results thead span,.double-list .report-status dt.status ._account_api .list-results thead span,.report-status .w-cards-container .w-card .status.title ._account_api .list-results thead span,.w-cards-container .w-card .report-status .status.title ._account_api .list-results thead span,.report-status .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span,.w-cards-container .w-card.centered .w-value .report-status .status.label ._account_api .list-results thead span,.report-status .list-results tbody tr.sublist .status.title ._account_api .list-results thead span,.list-results tbody tr.sublist .report-status .status.title ._account_api .list-results thead span,.form-label.status .report-status ._account_api .list-results thead span,.status.status-log .report-status ._account_api .list-results thead span,.status.status-report-item .report-status ._account_api .list-results thead span,.double-list dd.status .report-status ._account_api .list-results thead span,.double-list dt.status .report-status ._account_api .list-results thead span,.w-cards-container .w-card .status.title .report-status ._account_api .list-results thead span,.w-cards-container .w-card.centered .w-value .status.label .report-status ._account_api .list-results thead span,.list-results tbody tr.sublist .status.title .report-status ._account_api .list-results thead span,.report-status ._account_api .list-results thead .w-filters-selected label.status.small span,.report-status .w-filters-selected label.status.small ._account_api .list-results thead span,.w-filters-selected label.status.small .report-status ._account_api .list-results thead span,.report-status ._account_api .list-results thead .w-filters-selected .status.btn-f-s span,.report-status .w-filters-selected .status.btn-f-s ._account_api .list-results thead span,.w-filters-selected .status.btn-f-s .report-status ._account_api .list-results thead span,.report-status ._account_api .list-results thead .sub-header .w-form label,.report-status ._account_api .list-results thead .sub-header .w-double-list label,.report-status .sub-header .w-form ._account_api .list-results thead label,.report-status .sub-header .w-double-list ._account_api .list-results thead label,.sub-header .w-form .report-status ._account_api .list-results thead label,.sub-header .w-double-list .report-status ._account_api .list-results thead label,.report-status ._account_api .list-results thead .block-filters button:after,.report-status .block-filters ._account_api .list-results thead button:after,.block-filters .report-status ._account_api .list-results thead button:after,.report-status ._account_api .list-results thead .block-filters select:after,.report-status .block-filters ._account_api .list-results thead select:after,.block-filters .report-status ._account_api .list-results thead select:after,.report-status ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive,.report-status .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-inactive,.form-auto-list .report-status ._account_api .list-results thead .form-auto-item.is-user-is-inactive,.report-status ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active,.report-status .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-active,.form-auto-list .report-status ._account_api .list-results thead .form-auto-item.is-user-is-active,.report-status ._account_api .list-results thead .list-results-header .status.title span,.report-status .list-results-header .status.title ._account_api .list-results thead span,.list-results-header .status.title .report-status ._account_api .list-results thead span,.report-status ._account_api .list-results thead tr span,.report-status .liveDashboard ._account_api .list-results thead .icon,.report-status .liveDashboard ._account_api .list-results thead .w-alert-banner:before,.report-status .liveDashboard ._account_api .list-results thead .w-alert-banner:before,.report-status .liveDashboard ._account_api .list-results thead .w-alert-banner:before,.report-status .liveDashboard ._account_api .list-results thead .w-alert-banner:before,.report-status .liveDashboard ._account_api .liveDashboard .list-results thead .w-alert-banner:before,.report-status .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .report-status .liveDashboard ._account_api .list-results thead .dialog-aside:after,.report-status .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.report-status .w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus .report-status .liveDashboard ._account_api .list-results thead .dialog-aside:after,.report-status .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.report-status .liveDashboard .w-dialog.plus ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus .report-status .liveDashboard ._account_api .list-results thead .dialog-aside:after,.report-status .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.report-status .w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus .report-status .liveDashboard ._account_api .list-results thead .dialog-aside:after,.report-status .liveDashboard ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.report-status .liveDashboard .w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus .report-status .liveDashboard ._account_api .liveDashboard .list-results thead .dialog-aside:after,.report-status .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.w-toast .report-status .liveDashboard ._account_api .list-results thead .toast.plus:after,.report-status .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.report-status .w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.w-toast .report-status .liveDashboard ._account_api .list-results thead .toast.plus:after,.report-status .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.report-status .liveDashboard .w-toast ._account_api .list-results thead .toast.plus:after,.w-toast .report-status .liveDashboard ._account_api .list-results thead .toast.plus:after,.report-status .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.report-status .w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.w-toast .report-status .liveDashboard ._account_api .list-results thead .toast.plus:after,.report-status .liveDashboard ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.report-status .liveDashboard .w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,.w-toast .report-status .liveDashboard ._account_api .liveDashboard .list-results thead .toast.plus:after,.report-status .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .report-status .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.report-status .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .report-status .liveDashboard ._account_api .list-results thead .btn-filter:before,.report-status .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.report-status .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .report-status .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.report-status .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.report-status .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .report-status .liveDashboard ._account_api .list-results thead .btn-filter:before,.report-status .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.report-status .liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .report-status .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.report-status .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.report-status .liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .report-status .liveDashboard ._account_api .list-results thead .btn-filter:before,.report-status .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.report-status .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .report-status .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.report-status .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.report-status .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .report-status .liveDashboard ._account_api .list-results thead .btn-filter:before,.report-status .liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.report-status .liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .report-status .liveDashboard ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.report-status .liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.report-status .liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .report-status .liveDashboard ._account_api .liveDashboard .list-results thead .btn-filter:before,.report-status .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .report-status .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.report-status .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.report-status .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .report-status .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.report-status .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.report-status .liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .report-status .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.report-status .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.report-status .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .report-status .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.report-status .liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.report-status .liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .report-status .liveDashboard ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.report-status .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.block-filters .report-status .liveDashboard ._account_api .list-results thead .btn-filter:before,.report-status .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.report-status .block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.block-filters .report-status .liveDashboard ._account_api .list-results thead .btn-filter:before,.report-status .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.report-status .liveDashboard .block-filters ._account_api .list-results thead .btn-filter:before,.block-filters .report-status .liveDashboard ._account_api .list-results thead .btn-filter:before,.report-status .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.report-status .block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.block-filters .report-status .liveDashboard ._account_api .list-results thead .btn-filter:before,.report-status .liveDashboard ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.report-status .liveDashboard .block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,.block-filters .report-status .liveDashboard ._account_api .liveDashboard .list-results thead .btn-filter:before,.report-status .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper .report-status .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.report-status .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.report-status .toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper .report-status .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.report-status .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.report-status .liveDashboard .toggleWrapper ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper .report-status .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.report-status .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.report-status .toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper .report-status .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.report-status .liveDashboard ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.report-status .liveDashboard .toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper .report-status .liveDashboard ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.report-status .liveDashboard ._account_api .list-results thead tbody span.status,.report-status .liveDashboard ._account_api .list-results tbody thead span.status,.report-status .liveDashboard ._account_api .list-results thead tbody span.status,.report-status .liveDashboard ._account_api .list-results tbody thead span.status,.report-status .liveDashboard ._account_api .list-results thead tbody span.status,.report-status .liveDashboard ._account_api .list-results tbody thead span.status,.report-status .liveDashboard ._account_api .list-results thead tbody span.status,.report-status .liveDashboard ._account_api .list-results tbody thead span.status,.report-status .liveDashboard ._account_api .liveDashboard .list-results thead tbody span.status,.report-status .liveDashboard ._account_api .liveDashboard .list-results tbody thead span.status,.report-status .liveDashboard ._account_api .list-results thead tbody td.is-running span,.report-status .liveDashboard ._account_api .list-results tbody td.is-running thead span,.report-status .liveDashboard ._account_api .list-results thead tbody td.is-running span,.report-status .liveDashboard ._account_api .list-results tbody td.is-running thead span,.report-status .liveDashboard ._account_api .list-results thead tbody td.is-running span,.report-status .liveDashboard ._account_api .list-results tbody td.is-running thead span,.report-status .liveDashboard ._account_api .list-results thead tbody td.is-running span,.report-status .liveDashboard ._account_api .list-results tbody td.is-running thead span,.report-status .liveDashboard ._account_api .liveDashboard .list-results thead tbody td.is-running span,.report-status .liveDashboard ._account_api .liveDashboard .list-results tbody td.is-running thead span,.report-status .liveDashboard ._account_api .list-results thead tbody td.is-pending span,.report-status .liveDashboard ._account_api .list-results tbody td.is-pending thead span,.report-status .liveDashboard ._account_api .list-results thead tbody td.is-pending span,.report-status .liveDashboard ._account_api .list-results tbody td.is-pending thead span,.report-status .liveDashboard ._account_api .list-results thead tbody td.is-pending span,.report-status .liveDashboard ._account_api .list-results tbody td.is-pending thead span,.report-status .liveDashboard ._account_api .list-results thead tbody td.is-pending span,.report-status .liveDashboard ._account_api .list-results tbody td.is-pending thead span,.report-status .liveDashboard ._account_api .liveDashboard .list-results thead tbody td.is-pending span,.report-status .liveDashboard ._account_api .liveDashboard .list-results tbody td.is-pending thead span,.liveDashboard .report-status ._account_api .list-results thead .icon,.liveDashboard .report-status ._account_api .list-results thead .w-alert-banner:before,.liveDashboard .report-status ._account_api .list-results thead .w-alert-banner:before,.liveDashboard .report-status ._account_api .list-results thead .w-alert-banner:before,.liveDashboard .report-status ._account_api .list-results thead .w-alert-banner:before,.liveDashboard .report-status ._account_api .liveDashboard .list-results thead .w-alert-banner:before,.liveDashboard .report-status ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .liveDashboard .report-status ._account_api .list-results thead .dialog-aside:after,.liveDashboard .report-status ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .liveDashboard .report-status ._account_api .list-results thead .dialog-aside:after,.liveDashboard .report-status ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.liveDashboard .report-status .w-dialog.plus ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus .liveDashboard .report-status ._account_api .list-results thead .dialog-aside:after,.liveDashboard .report-status ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .liveDashboard .report-status ._account_api .list-results thead .dialog-aside:after,.liveDashboard .report-status ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.liveDashboard .report-status .w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus .liveDashboard .report-status ._account_api .liveDashboard .list-results thead .dialog-aside:after,.liveDashboard .report-status ._account_api .list-results thead .w-toast .toast.plus:after,.w-toast .liveDashboard .report-status ._account_api .list-results thead .toast.plus:after,.liveDashboard .report-status ._account_api .list-results thead .w-toast .toast.plus:after,.w-toast .liveDashboard .report-status ._account_api .list-results thead .toast.plus:after,.liveDashboard .report-status ._account_api .list-results thead .w-toast .toast.plus:after,.liveDashboard .report-status .w-toast ._account_api .list-results thead .toast.plus:after,.w-toast .liveDashboard .report-status ._account_api .list-results thead .toast.plus:after,.liveDashboard .report-status ._account_api .list-results thead .w-toast .toast.plus:after,.w-toast .liveDashboard .report-status ._account_api .list-results thead .toast.plus:after,.liveDashboard .report-status ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.liveDashboard .report-status .w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,.w-toast .liveDashboard .report-status ._account_api .liveDashboard .list-results thead .toast.plus:after,.liveDashboard .report-status ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .report-status ._account_api .list-results thead .btn-period-clear:before,.liveDashboard .report-status ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .report-status ._account_api .list-results thead .btn-filter:before,.liveDashboard .report-status ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .report-status ._account_api .list-results thead .btn-period-clear:before,.liveDashboard .report-status ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .report-status ._account_api .list-results thead .btn-filter:before,.liveDashboard .report-status ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard .report-status .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .report-status ._account_api .list-results thead .btn-period-clear:before,.liveDashboard .report-status ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard .report-status .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .report-status ._account_api .list-results thead .btn-filter:before,.liveDashboard .report-status ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .report-status ._account_api .list-results thead .btn-period-clear:before,.liveDashboard .report-status ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .report-status ._account_api .list-results thead .btn-filter:before,.liveDashboard .report-status ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard .report-status .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .report-status ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.liveDashboard .report-status ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard .report-status .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .report-status ._account_api .liveDashboard .list-results thead .btn-filter:before,.liveDashboard .report-status ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .report-status ._account_api .list-results thead .btn-period-edit:before,.liveDashboard .report-status ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .report-status ._account_api .list-results thead .btn-period-edit:before,.liveDashboard .report-status ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard .report-status .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .report-status ._account_api .list-results thead .btn-period-edit:before,.liveDashboard .report-status ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .report-status ._account_api .list-results thead .btn-period-edit:before,.liveDashboard .report-status ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard .report-status .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .report-status ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.liveDashboard .report-status ._account_api .list-results thead .block-filters .btn-filter:before,.block-filters .liveDashboard .report-status ._account_api .list-results thead .btn-filter:before,.liveDashboard .report-status ._account_api .list-results thead .block-filters .btn-filter:before,.block-filters .liveDashboard .report-status ._account_api .list-results thead .btn-filter:before,.liveDashboard .report-status ._account_api .list-results thead .block-filters .btn-filter:before,.liveDashboard .report-status .block-filters ._account_api .list-results thead .btn-filter:before,.block-filters .liveDashboard .report-status ._account_api .list-results thead .btn-filter:before,.liveDashboard .report-status ._account_api .list-results thead .block-filters .btn-filter:before,.block-filters .liveDashboard .report-status ._account_api .list-results thead .btn-filter:before,.liveDashboard .report-status ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.liveDashboard .report-status .block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,.block-filters .liveDashboard .report-status ._account_api .liveDashboard .list-results thead .btn-filter:before,.liveDashboard .report-status ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper .liveDashboard .report-status ._account_api .list-results thead input.mobileToggle+label,.liveDashboard .report-status ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper .liveDashboard .report-status ._account_api .list-results thead input.mobileToggle+label,.liveDashboard .report-status ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.liveDashboard .report-status .toggleWrapper ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper .liveDashboard .report-status ._account_api .list-results thead input.mobileToggle+label,.liveDashboard .report-status ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper .liveDashboard .report-status ._account_api .list-results thead input.mobileToggle+label,.liveDashboard .report-status ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.liveDashboard .report-status .toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper .liveDashboard .report-status ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.liveDashboard .report-status ._account_api .list-results thead tbody span.status,.liveDashboard .report-status ._account_api .list-results tbody thead span.status,.liveDashboard .report-status ._account_api .list-results thead tbody span.status,.liveDashboard .report-status ._account_api .list-results tbody thead span.status,.liveDashboard .report-status ._account_api .list-results thead tbody span.status,.liveDashboard .report-status ._account_api .list-results tbody thead span.status,.liveDashboard .report-status ._account_api .list-results thead tbody span.status,.liveDashboard .report-status ._account_api .list-results tbody thead span.status,.liveDashboard .report-status ._account_api .liveDashboard .list-results thead tbody span.status,.liveDashboard .report-status ._account_api .liveDashboard .list-results tbody thead span.status,.liveDashboard .report-status ._account_api .list-results thead tbody td.is-running span,.liveDashboard .report-status ._account_api .list-results tbody td.is-running thead span,.liveDashboard .report-status ._account_api .list-results thead tbody td.is-running span,.liveDashboard .report-status ._account_api .list-results tbody td.is-running thead span,.liveDashboard .report-status ._account_api .list-results thead tbody td.is-running span,.liveDashboard .report-status ._account_api .list-results tbody td.is-running thead span,.liveDashboard .report-status ._account_api .list-results thead tbody td.is-running span,.liveDashboard .report-status ._account_api .list-results tbody td.is-running thead span,.liveDashboard .report-status ._account_api .liveDashboard .list-results thead tbody td.is-running span,.liveDashboard .report-status ._account_api .liveDashboard .list-results tbody td.is-running thead span,.liveDashboard .report-status ._account_api .list-results thead tbody td.is-pending span,.liveDashboard .report-status ._account_api .list-results tbody td.is-pending thead span,.liveDashboard .report-status ._account_api .list-results thead tbody td.is-pending span,.liveDashboard .report-status ._account_api .list-results tbody td.is-pending thead span,.liveDashboard .report-status ._account_api .list-results thead tbody td.is-pending span,.liveDashboard .report-status ._account_api .list-results tbody td.is-pending thead span,.liveDashboard .report-status ._account_api .list-results thead tbody td.is-pending span,.liveDashboard .report-status ._account_api .list-results tbody td.is-pending thead span,.liveDashboard .report-status ._account_api .liveDashboard .list-results thead tbody td.is-pending span,.liveDashboard .report-status ._account_api .liveDashboard .list-results tbody td.is-pending thead span,.report-status ._account_api .liveDashboard .list-results thead .icon,.report-status ._account_api .liveDashboard .list-results thead .w-alert-banner:before,.report-status ._account_api .liveDashboard .list-results thead .w-alert-banner:before,.report-status ._account_api .liveDashboard .list-results thead .w-alert-banner:before,.report-status ._account_api .liveDashboard ._account_api .list-results thead .w-alert-banner:before,.report-status ._account_api .liveDashboard .list-results thead .w-alert-banner:before,.report-status ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .report-status ._account_api .liveDashboard .list-results thead .dialog-aside:after,.report-status ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.report-status ._account_api .w-dialog.plus .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus .report-status ._account_api .liveDashboard .list-results thead .dialog-aside:after,.report-status ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.report-status .w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus .report-status ._account_api .liveDashboard .list-results thead .dialog-aside:after,.report-status ._account_api .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.report-status ._account_api .w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus .report-status ._account_api .liveDashboard ._account_api .list-results thead .dialog-aside:after,.report-status ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.report-status .w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus .report-status ._account_api .liveDashboard .list-results thead .dialog-aside:after,.report-status ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-toast .report-status ._account_api .liveDashboard .list-results thead .toast.plus:after,.report-status ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.report-status ._account_api .w-toast .liveDashboard .list-results thead .toast.plus:after,.w-toast .report-status ._account_api .liveDashboard .list-results thead .toast.plus:after,.report-status ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.report-status .w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,.w-toast .report-status ._account_api .liveDashboard .list-results thead .toast.plus:after,.report-status ._account_api .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.report-status ._account_api .w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.w-toast .report-status ._account_api .liveDashboard ._account_api .list-results thead .toast.plus:after,.report-status ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.report-status .w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,.w-toast .report-status ._account_api .liveDashboard .list-results thead .toast.plus:after,.report-status ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .report-status ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.report-status ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .report-status ._account_api .liveDashboard .list-results thead .btn-filter:before,.report-status ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.report-status ._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .report-status ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.report-status ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.report-status ._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .report-status ._account_api .liveDashboard .list-results thead .btn-filter:before,.report-status ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.report-status .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .report-status ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.report-status ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.report-status .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .report-status ._account_api .liveDashboard .list-results thead .btn-filter:before,.report-status ._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.report-status ._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .report-status ._account_api .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.report-status ._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.report-status ._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .report-status ._account_api .liveDashboard ._account_api .list-results thead .btn-filter:before,.report-status ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.report-status .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .report-status ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.report-status ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.report-status .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .report-status ._account_api .liveDashboard .list-results thead .btn-filter:before,.report-status ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .report-status ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.report-status ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.report-status ._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .report-status ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.report-status ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.report-status .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .report-status ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.report-status ._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.report-status ._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .report-status ._account_api .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.report-status ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.report-status .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .report-status ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.report-status ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.block-filters .report-status ._account_api .liveDashboard .list-results thead .btn-filter:before,.report-status ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.report-status ._account_api .block-filters .liveDashboard .list-results thead .btn-filter:before,.block-filters .report-status ._account_api .liveDashboard .list-results thead .btn-filter:before,.report-status ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.report-status .block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,.block-filters .report-status ._account_api .liveDashboard .list-results thead .btn-filter:before,.report-status ._account_api .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.report-status ._account_api .block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.block-filters .report-status ._account_api .liveDashboard ._account_api .list-results thead .btn-filter:before,.report-status ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.report-status .block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,.block-filters .report-status ._account_api .liveDashboard .list-results thead .btn-filter:before,.report-status ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper .report-status ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.report-status ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.report-status ._account_api .toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper .report-status ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.report-status ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.report-status .toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper .report-status ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.report-status ._account_api .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.report-status ._account_api .toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper .report-status ._account_api .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.report-status ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.report-status .toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper .report-status ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.report-status ._account_api .liveDashboard .list-results thead tbody span.status,.report-status ._account_api .liveDashboard .list-results tbody thead span.status,.report-status ._account_api .liveDashboard .list-results thead tbody span.status,.report-status ._account_api .liveDashboard .list-results tbody thead span.status,.report-status ._account_api .liveDashboard .list-results thead tbody span.status,.report-status ._account_api .liveDashboard .list-results tbody thead span.status,.report-status ._account_api .liveDashboard ._account_api .list-results thead tbody span.status,.report-status ._account_api .liveDashboard ._account_api .list-results tbody thead span.status,.report-status ._account_api .liveDashboard .list-results thead tbody span.status,.report-status ._account_api .liveDashboard .list-results tbody thead span.status,.report-status ._account_api .liveDashboard .list-results thead tbody td.is-running span,.report-status ._account_api .liveDashboard .list-results tbody td.is-running thead span,.report-status ._account_api .liveDashboard .list-results thead tbody td.is-running span,.report-status ._account_api .liveDashboard .list-results tbody td.is-running thead span,.report-status ._account_api .liveDashboard .list-results thead tbody td.is-running span,.report-status ._account_api .liveDashboard .list-results tbody td.is-running thead span,.report-status ._account_api .liveDashboard ._account_api .list-results thead tbody td.is-running span,.report-status ._account_api .liveDashboard ._account_api .list-results tbody td.is-running thead span,.report-status ._account_api .liveDashboard .list-results thead tbody td.is-running span,.report-status ._account_api .liveDashboard .list-results tbody td.is-running thead span,.report-status ._account_api .liveDashboard .list-results thead tbody td.is-pending span,.report-status ._account_api .liveDashboard .list-results tbody td.is-pending thead span,.report-status ._account_api .liveDashboard .list-results thead tbody td.is-pending span,.report-status ._account_api .liveDashboard .list-results tbody td.is-pending thead span,.report-status ._account_api .liveDashboard .list-results thead tbody td.is-pending span,.report-status ._account_api .liveDashboard .list-results tbody td.is-pending thead span,.report-status ._account_api .liveDashboard ._account_api .list-results thead tbody td.is-pending span,.report-status ._account_api .liveDashboard ._account_api .list-results tbody td.is-pending thead span,.report-status ._account_api .liveDashboard .list-results thead tbody td.is-pending span,.report-status ._account_api .liveDashboard .list-results tbody td.is-pending thead span,.report-status .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,.liveDashboard .report-status ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,.report-status ._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,.report-status .liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .dropdown-toggle:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown .report-status ._account_api .list-results thead .dropdown-toggle:after,.report-status .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .report-status ._account_api .liveDashboard .list-results thead .dropdown-toggle:after,.report-status .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter,.liveDashboard .report-status ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter,.report-status ._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter,.report-status .liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .filter,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .report-status ._account_api .list-results thead .filter,.report-status .w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .filter,.w-filter-preset.w-filter-preset .filter-preset .report-status ._account_api .liveDashboard .list-results thead .filter,.report-status .liveDashboard ._account_api .list-results thead .form-label.status span,.report-status .liveDashboard ._account_api .list-results thead .status.status-log span,.report-status .liveDashboard ._account_api .list-results thead .status.status-report-item span,.report-status .liveDashboard ._account_api .list-results thead .double-list dd.status span,.double-list .report-status .liveDashboard ._account_api .list-results thead dd.status span,.report-status .liveDashboard ._account_api .list-results thead .double-list dt.status span,.double-list .report-status .liveDashboard ._account_api .list-results thead dt.status span,.report-status .liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span,.w-cards-container .w-card .report-status .liveDashboard ._account_api .list-results thead .status.title span,.report-status .liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value .report-status .liveDashboard ._account_api .list-results thead .status.label span,.report-status .liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span,.report-status .liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span,.liveDashboard .report-status ._account_api .list-results thead .form-label.status span,.liveDashboard .report-status ._account_api .list-results thead .status.status-log span,.liveDashboard .report-status ._account_api .list-results thead .status.status-report-item span,.liveDashboard .report-status ._account_api .list-results thead .double-list dd.status span,.double-list .liveDashboard .report-status ._account_api .list-results thead dd.status span,.liveDashboard .report-status ._account_api .list-results thead .double-list dt.status span,.double-list .liveDashboard .report-status ._account_api .list-results thead dt.status span,.liveDashboard .report-status ._account_api .list-results thead .w-cards-container .w-card .status.title span,.w-cards-container .w-card .liveDashboard .report-status ._account_api .list-results thead .status.title span,.liveDashboard .report-status ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value .liveDashboard .report-status ._account_api .list-results thead .status.label span,.liveDashboard .report-status ._account_api .list-results thead tbody tr.sublist .status.title span,.liveDashboard .report-status ._account_api .list-results tbody tr.sublist thead .status.title span,.report-status ._account_api .liveDashboard .list-results thead .form-label.status span,.report-status ._account_api .liveDashboard .list-results thead .status.status-log span,.report-status ._account_api .liveDashboard .list-results thead .status.status-report-item span,.report-status ._account_api .liveDashboard .list-results thead .double-list dd.status span,.double-list .report-status ._account_api .liveDashboard .list-results thead dd.status span,.report-status ._account_api .liveDashboard .list-results thead .double-list dt.status span,.double-list .report-status ._account_api .liveDashboard .list-results thead dt.status span,.report-status ._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span,.w-cards-container .w-card .report-status ._account_api .liveDashboard .list-results thead .status.title span,.report-status ._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value .report-status ._account_api .liveDashboard .list-results thead .status.label span,.report-status ._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span,.report-status ._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span,.report-status .liveDashboard .form-label.status ._account_api .list-results thead span,.report-status .liveDashboard .status.status-log ._account_api .list-results thead span,.report-status .liveDashboard .status.status-report-item ._account_api .list-results thead span,.report-status .liveDashboard .double-list dd.status ._account_api .list-results thead span,.double-list .report-status .liveDashboard dd.status ._account_api .list-results thead span,.report-status .liveDashboard .double-list dt.status ._account_api .list-results thead span,.double-list .report-status .liveDashboard dt.status ._account_api .list-results thead span,.report-status .liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span,.w-cards-container .w-card .report-status .liveDashboard .status.title ._account_api .list-results thead span,.report-status .liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span,.w-cards-container .w-card.centered .w-value .report-status .liveDashboard .status.label ._account_api .list-results thead span,.report-status .liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span,.list-results tbody tr.sublist .report-status .liveDashboard .status.title ._account_api .list-results thead span,.liveDashboard .form-label.status .report-status ._account_api .list-results thead span,.liveDashboard .status.status-log .report-status ._account_api .list-results thead span,.liveDashboard .status.status-report-item .report-status ._account_api .list-results thead span,.liveDashboard .double-list dd.status .report-status ._account_api .list-results thead span,.double-list .liveDashboard dd.status .report-status ._account_api .list-results thead span,.liveDashboard .double-list dt.status .report-status ._account_api .list-results thead span,.double-list .liveDashboard dt.status .report-status ._account_api .list-results thead span,.liveDashboard .w-cards-container .w-card .status.title .report-status ._account_api .list-results thead span,.w-cards-container .w-card .liveDashboard .status.title .report-status ._account_api .list-results thead span,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label .report-status ._account_api .list-results thead span,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label .report-status ._account_api .list-results thead span,.liveDashboard .list-results tbody tr.sublist .status.title .report-status ._account_api .list-results thead span,.list-results tbody tr.sublist .liveDashboard .status.title .report-status ._account_api .list-results thead span,.report-status .form-label.status ._account_api .liveDashboard .list-results thead span,.report-status .status.status-log ._account_api .liveDashboard .list-results thead span,.report-status .status.status-report-item ._account_api .liveDashboard .list-results thead span,.report-status .double-list dd.status ._account_api .liveDashboard .list-results thead span,.double-list .report-status dd.status ._account_api .liveDashboard .list-results thead span,.report-status .double-list dt.status ._account_api .liveDashboard .list-results thead span,.double-list .report-status dt.status ._account_api .liveDashboard .list-results thead span,.report-status .w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead span,.w-cards-container .w-card .report-status .status.title ._account_api .liveDashboard .list-results thead span,.report-status .w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead span,.w-cards-container .w-card.centered .w-value .report-status .status.label ._account_api .liveDashboard .list-results thead span,.report-status .list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead span,.list-results tbody tr.sublist .report-status .status.title ._account_api .liveDashboard .list-results thead span,.form-label.status .report-status ._account_api .liveDashboard .list-results thead span,.status.status-log .report-status ._account_api .liveDashboard .list-results thead span,.status.status-report-item .report-status ._account_api .liveDashboard .list-results thead span,.double-list dd.status .report-status ._account_api .liveDashboard .list-results thead span,.double-list dt.status .report-status ._account_api .liveDashboard .list-results thead span,.w-cards-container .w-card .status.title .report-status ._account_api .liveDashboard .list-results thead span,.w-cards-container .w-card.centered .w-value .status.label .report-status ._account_api .liveDashboard .list-results thead span,.list-results tbody tr.sublist .status.title .report-status ._account_api .liveDashboard .list-results thead span,.report-status .liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span,.liveDashboard .report-status ._account_api .list-results thead .w-filters-selected label.status.small span,.report-status ._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span,.report-status .liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span,.liveDashboard .w-filters-selected label.status.small .report-status ._account_api .list-results thead span,.report-status .w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead span,.w-filters-selected label.status.small .report-status ._account_api .liveDashboard .list-results thead span,.report-status .liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span,.liveDashboard .report-status ._account_api .list-results thead .w-filters-selected .status.btn-f-s span,.report-status ._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span,.report-status .liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span,.liveDashboard .w-filters-selected .status.btn-f-s .report-status ._account_api .list-results thead span,.report-status .w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead span,.w-filters-selected .status.btn-f-s .report-status ._account_api .liveDashboard .list-results thead span,.report-status .liveDashboard ._account_api .list-results thead .sub-header .w-form label,.report-status .liveDashboard ._account_api .list-results thead .sub-header .w-double-list label,.liveDashboard .report-status ._account_api .list-results thead .sub-header .w-form label,.liveDashboard .report-status ._account_api .list-results thead .sub-header .w-double-list label,.report-status ._account_api .liveDashboard .list-results thead .sub-header .w-form label,.report-status ._account_api .liveDashboard .list-results thead .sub-header .w-double-list label,.report-status .liveDashboard .sub-header .w-form ._account_api .list-results thead label,.report-status .liveDashboard .sub-header .w-double-list ._account_api .list-results thead label,.liveDashboard .sub-header .w-form .report-status ._account_api .list-results thead label,.liveDashboard .sub-header .w-double-list .report-status ._account_api .list-results thead label,.report-status .sub-header .w-form ._account_api .liveDashboard .list-results thead label,.report-status .sub-header .w-double-list ._account_api .liveDashboard .list-results thead label,.sub-header .w-form .report-status ._account_api .liveDashboard .list-results thead label,.sub-header .w-double-list .report-status ._account_api .liveDashboard .list-results thead label,.report-status .liveDashboard ._account_api .list-results thead .block-filters button:after,.liveDashboard .report-status ._account_api .list-results thead .block-filters button:after,.report-status ._account_api .liveDashboard .list-results thead .block-filters button:after,.report-status .liveDashboard .block-filters ._account_api .list-results thead button:after,.liveDashboard .block-filters .report-status ._account_api .list-results thead button:after,.report-status .block-filters ._account_api .liveDashboard .list-results thead button:after,.block-filters .report-status ._account_api .liveDashboard .list-results thead button:after,.report-status .liveDashboard ._account_api .list-results thead .block-filters select:after,.liveDashboard .report-status ._account_api .list-results thead .block-filters select:after,.report-status ._account_api .liveDashboard .list-results thead .block-filters select:after,.report-status .liveDashboard .block-filters ._account_api .list-results thead select:after,.liveDashboard .block-filters .report-status ._account_api .list-results thead select:after,.report-status .block-filters ._account_api .liveDashboard .list-results thead select:after,.block-filters .report-status ._account_api .liveDashboard .list-results thead select:after,.report-status .liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive,.liveDashboard .report-status ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive,.report-status ._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive,.report-status .liveDashboard .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-inactive,.liveDashboard .form-auto-list .report-status ._account_api .list-results thead .form-auto-item.is-user-is-inactive,.report-status .form-auto-list ._account_api .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive,.form-auto-list .report-status ._account_api .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive,.report-status .liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active,.liveDashboard .report-status ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active,.report-status ._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active,.report-status .liveDashboard .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-active,.liveDashboard .form-auto-list .report-status ._account_api .list-results thead .form-auto-item.is-user-is-active,.report-status .form-auto-list ._account_api .liveDashboard .list-results thead .form-auto-item.is-user-is-active,.form-auto-list .report-status ._account_api .liveDashboard .list-results thead .form-auto-item.is-user-is-active,.report-status .liveDashboard ._account_api .list-results thead .list-results-header .status.title span,.liveDashboard .report-status ._account_api .list-results thead .list-results-header .status.title span,.report-status ._account_api .liveDashboard .list-results thead .list-results-header .status.title span,.report-status .liveDashboard .list-results-header .status.title ._account_api .list-results thead span,.liveDashboard .list-results-header .status.title .report-status ._account_api .list-results thead span,.report-status .list-results-header .status.title ._account_api .liveDashboard .list-results thead span,.list-results-header .status.title .report-status ._account_api .liveDashboard .list-results thead span,.report-status .liveDashboard ._account_api .list-results thead tr span,.liveDashboard .report-status ._account_api .list-results thead tr span,.report-status ._account_api .liveDashboard .list-results thead tr span,.report-status ._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .dropdown-toggle:after,.report-status .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .report-status ._account_api .list-results thead .dropdown-toggle:after,.report-status ._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .filter,.report-status .w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .report-status ._account_api .list-results thead .filter,.report-status ._account_api .form-label.status .liveDashboard .list-results thead span,.report-status ._account_api .status.status-log .liveDashboard .list-results thead span,.report-status ._account_api .status.status-report-item .liveDashboard .list-results thead span,.report-status ._account_api .double-list dd.status .liveDashboard .list-results thead span,.double-list .report-status ._account_api dd.status .liveDashboard .list-results thead span,.report-status ._account_api .double-list dt.status .liveDashboard .list-results thead span,.double-list .report-status ._account_api dt.status .liveDashboard .list-results thead span,.report-status ._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span,.w-cards-container .w-card .report-status ._account_api .status.title .liveDashboard .list-results thead span,.report-status ._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span,.w-cards-container .w-card.centered .w-value .report-status ._account_api .status.label .liveDashboard .list-results thead span,.report-status ._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span,.list-results tbody tr.sublist .report-status ._account_api .status.title .liveDashboard .list-results thead span,.report-status .form-label.status .liveDashboard ._account_api .list-results thead span,.report-status .status.status-log .liveDashboard ._account_api .list-results thead span,.report-status .status.status-report-item .liveDashboard ._account_api .list-results thead span,.report-status .double-list dd.status .liveDashboard ._account_api .list-results thead span,.double-list .report-status dd.status .liveDashboard ._account_api .list-results thead span,.report-status .double-list dt.status .liveDashboard ._account_api .list-results thead span,.double-list .report-status dt.status .liveDashboard ._account_api .list-results thead span,.report-status .w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead span,.w-cards-container .w-card .report-status .status.title .liveDashboard ._account_api .list-results thead span,.report-status .w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead span,.w-cards-container .w-card.centered .w-value .report-status .status.label .liveDashboard ._account_api .list-results thead span,.report-status .list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead span,.list-results tbody tr.sublist .report-status .status.title .liveDashboard ._account_api .list-results thead span,.form-label.status .liveDashboard .report-status ._account_api .list-results thead span,.status.status-log .liveDashboard .report-status ._account_api .list-results thead span,.status.status-report-item .liveDashboard .report-status ._account_api .list-results thead span,.double-list dd.status .liveDashboard .report-status ._account_api .list-results thead span,.double-list dt.status .liveDashboard .report-status ._account_api .list-results thead span,.w-cards-container .w-card .status.title .liveDashboard .report-status ._account_api .list-results thead span,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .report-status ._account_api .list-results thead span,.list-results tbody tr.sublist .status.title .liveDashboard .report-status ._account_api .list-results thead span,.report-status ._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span,.report-status .w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead span,.w-filters-selected label.status.small .liveDashboard .report-status ._account_api .list-results thead span,.report-status ._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span,.report-status .w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead span,.w-filters-selected .status.btn-f-s .liveDashboard .report-status ._account_api .list-results thead span,.report-status ._account_api .sub-header .w-form .liveDashboard .list-results thead label,.report-status ._account_api .sub-header .w-double-list .liveDashboard .list-results thead label,.report-status .sub-header .w-form .liveDashboard ._account_api .list-results thead label,.report-status .sub-header .w-double-list .liveDashboard ._account_api .list-results thead label,.sub-header .w-form .liveDashboard .report-status ._account_api .list-results thead label,.sub-header .w-double-list .liveDashboard .report-status ._account_api .list-results thead label,.report-status ._account_api .block-filters .liveDashboard .list-results thead button:after,.report-status .block-filters .liveDashboard ._account_api .list-results thead button:after,.block-filters .liveDashboard .report-status ._account_api .list-results thead button:after,.report-status ._account_api .block-filters .liveDashboard .list-results thead select:after,.report-status .block-filters .liveDashboard ._account_api .list-results thead select:after,.block-filters .liveDashboard .report-status ._account_api .list-results thead select:after,.report-status ._account_api .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive,.report-status .form-auto-list .liveDashboard ._account_api .list-results thead .form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard .report-status ._account_api .list-results thead .form-auto-item.is-user-is-inactive,.report-status ._account_api .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-active,.report-status .form-auto-list .liveDashboard ._account_api .list-results thead .form-auto-item.is-user-is-active,.form-auto-list .liveDashboard .report-status ._account_api .list-results thead .form-auto-item.is-user-is-active,.report-status ._account_api .list-results-header .status.title .liveDashboard .list-results thead span,.report-status .list-results-header .status.title .liveDashboard ._account_api .list-results thead span,.list-results-header .status.title .liveDashboard .report-status ._account_api .list-results thead span,._account_api .list-results thead .report-status .icon,._account_api .list-results thead .report-status .w-alert-banner:before,._account_api .liveDashboard .list-results thead .report-status .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .report-status .w-alert-banner:before,._account_api .list-results thead .report-status .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .report-status .w-alert-banner:before,._account_api .liveDashboard .list-results thead .report-status .w-alert-banner:before,._account_api .list-results thead .report-status .w-dialog.plus .dialog-aside:after,.w-dialog.plus ._account_api .list-results thead .report-status .dialog-aside:after,._account_api .liveDashboard .list-results thead .report-status .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .list-results thead .report-status .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .report-status .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .report-status .dialog-aside:after,._account_api .w-dialog.plus .liveDashboard .list-results thead .report-status .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .report-status .dialog-aside:after,._account_api .list-results thead .report-status .w-dialog.plus .dialog-aside:after,._account_api .list-results thead .w-dialog.plus .report-status .dialog-aside:after,.w-dialog.plus ._account_api .list-results thead .report-status .dialog-aside:after,.liveDashboard ._account_api .list-results thead .report-status .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .report-status .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .report-status .dialog-aside:after,._account_api .liveDashboard .list-results thead .report-status .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .report-status .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .report-status .dialog-aside:after,._account_api .list-results thead .report-status .w-toast .toast.plus:after,.w-toast ._account_api .list-results thead .report-status .toast.plus:after,._account_api .liveDashboard .list-results thead .report-status .w-toast .toast.plus:after,.liveDashboard ._account_api .list-results thead .report-status .w-toast .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .report-status .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .report-status .toast.plus:after,._account_api .w-toast .liveDashboard .list-results thead .report-status .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .report-status .toast.plus:after,._account_api .list-results thead .report-status .w-toast .toast.plus:after,._account_api .list-results thead .w-toast .report-status .toast.plus:after,.w-toast ._account_api .list-results thead .report-status .toast.plus:after,.liveDashboard ._account_api .list-results thead .report-status .w-toast .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .report-status .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .report-status .toast.plus:after,._account_api .liveDashboard .list-results thead .report-status .w-toast .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .report-status .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .report-status .toast.plus:after,._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .report-status .btn-period-clear:before,._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .report-status .btn-filter:before,._account_api .liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .report-status .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .report-status .btn-period-clear:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .report-status .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .report-status .btn-period-clear:before,._account_api .liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .report-status .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .report-status .btn-filter:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .report-status .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .report-status .btn-filter:before,._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .list-results thead .w-time-period .dropdown .w-selection .report-status .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .report-status .btn-period-clear:before,._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .list-results thead .w-time-period .dropdown .w-selection .report-status .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .report-status .btn-filter:before,.liveDashboard ._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .report-status .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .report-status .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .report-status .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .report-status .btn-filter:before,._account_api .liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .report-status .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .report-status .btn-period-clear:before,._account_api .liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .report-status .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .report-status .btn-filter:before,._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .report-status .btn-period-edit:before,._account_api .liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .report-status .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .report-status .btn-period-edit:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .report-status .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .report-status .btn-period-edit:before,._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .list-results thead .w-time-period .dropdown .w-selection .report-status .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .report-status .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .report-status .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .report-status .btn-period-edit:before,._account_api .liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .report-status .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .report-status .btn-period-edit:before,._account_api .list-results thead .report-status .block-filters .btn-filter:before,.block-filters ._account_api .list-results thead .report-status .btn-filter:before,._account_api .liveDashboard .list-results thead .report-status .block-filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .report-status .block-filters .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .report-status .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .report-status .btn-filter:before,._account_api .block-filters .liveDashboard .list-results thead .report-status .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .report-status .btn-filter:before,._account_api .list-results thead .report-status .block-filters .btn-filter:before,._account_api .list-results thead .block-filters .report-status .btn-filter:before,.block-filters ._account_api .list-results thead .report-status .btn-filter:before,.liveDashboard ._account_api .list-results thead .report-status .block-filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .report-status .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .report-status .btn-filter:before,._account_api .liveDashboard .list-results thead .report-status .block-filters .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .report-status .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .report-status .btn-filter:before,._account_api .list-results thead .report-status .toggleWrapper input.mobileToggle+label,.toggleWrapper ._account_api .list-results thead .report-status input.mobileToggle+label,._account_api .liveDashboard .list-results thead .report-status .toggleWrapper input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .report-status .toggleWrapper input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper .report-status input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper .report-status input.mobileToggle+label,._account_api .toggleWrapper .liveDashboard .list-results thead .report-status input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead .report-status input.mobileToggle+label,._account_api .list-results thead .report-status .toggleWrapper input.mobileToggle+label,._account_api .list-results thead .toggleWrapper .report-status input.mobileToggle+label,.toggleWrapper ._account_api .list-results thead .report-status input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .report-status .toggleWrapper input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper .report-status input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead .report-status input.mobileToggle+label,._account_api .liveDashboard .list-results thead .report-status .toggleWrapper input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper .report-status input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead .report-status input.mobileToggle+label,._account_api .list-results thead .report-status tbody span.status,._account_api .list-results tbody thead .report-status span.status,._account_api .liveDashboard .list-results thead .report-status tbody span.status,.liveDashboard ._account_api .list-results thead .report-status tbody span.status,._account_api .liveDashboard .list-results thead tbody .report-status span.status,.liveDashboard ._account_api .list-results thead tbody .report-status span.status,._account_api .liveDashboard .list-results tbody thead .report-status span.status,.liveDashboard ._account_api .list-results tbody thead .report-status span.status,._account_api .list-results thead .report-status tbody span.status,._account_api .list-results thead tbody .report-status span.status,._account_api .list-results tbody thead .report-status span.status,.liveDashboard ._account_api .list-results thead .report-status tbody span.status,.liveDashboard ._account_api .list-results thead tbody .report-status span.status,.liveDashboard ._account_api .list-results tbody thead .report-status span.status,._account_api .liveDashboard .list-results thead .report-status tbody span.status,._account_api .liveDashboard .list-results thead tbody .report-status span.status,._account_api .liveDashboard .list-results tbody thead .report-status span.status,._account_api .list-results thead .report-status tbody td.is-running span,._account_api .list-results tbody td.is-running thead .report-status span,._account_api .liveDashboard .list-results thead .report-status tbody td.is-running span,.liveDashboard ._account_api .list-results thead .report-status tbody td.is-running span,._account_api .liveDashboard .list-results thead tbody td.is-running .report-status span,.liveDashboard ._account_api .list-results thead tbody td.is-running .report-status span,._account_api .liveDashboard .list-results tbody td.is-running thead .report-status span,.liveDashboard ._account_api .list-results tbody td.is-running thead .report-status span,._account_api .list-results thead .report-status tbody td.is-running span,._account_api .list-results thead tbody td.is-running .report-status span,._account_api .list-results tbody td.is-running thead .report-status span,.liveDashboard ._account_api .list-results thead .report-status tbody td.is-running span,.liveDashboard ._account_api .list-results thead tbody td.is-running .report-status span,.liveDashboard ._account_api .list-results tbody td.is-running thead .report-status span,._account_api .liveDashboard .list-results thead .report-status tbody td.is-running span,._account_api .liveDashboard .list-results thead tbody td.is-running .report-status span,._account_api .liveDashboard .list-results tbody td.is-running thead .report-status span,._account_api .list-results thead .report-status tbody td.is-pending span,._account_api .list-results tbody td.is-pending thead .report-status span,._account_api .liveDashboard .list-results thead .report-status tbody td.is-pending span,.liveDashboard ._account_api .list-results thead .report-status tbody td.is-pending span,._account_api .liveDashboard .list-results thead tbody td.is-pending .report-status span,.liveDashboard ._account_api .list-results thead tbody td.is-pending .report-status span,._account_api .liveDashboard .list-results tbody td.is-pending thead .report-status span,.liveDashboard ._account_api .list-results tbody td.is-pending thead .report-status span,._account_api .list-results thead .report-status tbody td.is-pending span,._account_api .list-results thead tbody td.is-pending .report-status span,._account_api .list-results tbody td.is-pending thead .report-status span,.liveDashboard ._account_api .list-results thead .report-status tbody td.is-pending span,.liveDashboard ._account_api .list-results thead tbody td.is-pending .report-status span,.liveDashboard ._account_api .list-results tbody td.is-pending thead .report-status span,._account_api .liveDashboard .list-results thead .report-status tbody td.is-pending span,._account_api .liveDashboard .list-results thead tbody td.is-pending .report-status span,._account_api .liveDashboard .list-results tbody td.is-pending thead .report-status span,._account_api .liveDashboard .list-results thead .report-status .icon,._account_api .liveDashboard .list-results thead .report-status .w-alert-banner:before,._account_api .liveDashboard .list-results thead .report-status .w-alert-banner:before,._account_api .liveDashboard .list-results thead .report-status .w-alert-banner:before,._account_api .liveDashboard ._account_api .list-results thead .report-status .w-alert-banner:before,._account_api .liveDashboard .list-results thead .report-status .w-alert-banner:before,._account_api .liveDashboard .list-results thead .report-status .w-dialog.plus .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .report-status .dialog-aside:after,._account_api .liveDashboard .list-results thead .report-status .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .report-status .dialog-aside:after,._account_api .w-dialog.plus .liveDashboard .list-results thead .report-status .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .report-status .dialog-aside:after,._account_api .liveDashboard .list-results thead .report-status .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .report-status .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .report-status .dialog-aside:after,._account_api .liveDashboard ._account_api .list-results thead .report-status .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard ._account_api .list-results thead .w-dialog.plus .report-status .dialog-aside:after,._account_api .w-dialog.plus .liveDashboard ._account_api .list-results thead .report-status .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard ._account_api .list-results thead .report-status .dialog-aside:after,._account_api .liveDashboard .list-results thead .report-status .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .report-status .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .report-status .dialog-aside:after,._account_api .liveDashboard .list-results thead .report-status .w-toast .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .report-status .toast.plus:after,._account_api .liveDashboard .list-results thead .report-status .w-toast .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .report-status .toast.plus:after,._account_api .w-toast .liveDashboard .list-results thead .report-status .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .report-status .toast.plus:after,._account_api .liveDashboard .list-results thead .report-status .w-toast .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .report-status .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .report-status .toast.plus:after,._account_api .liveDashboard ._account_api .list-results thead .report-status .w-toast .toast.plus:after,._account_api .liveDashboard ._account_api .list-results thead .w-toast .report-status .toast.plus:after,._account_api .w-toast .liveDashboard ._account_api .list-results thead .report-status .toast.plus:after,.w-toast ._account_api .liveDashboard ._account_api .list-results thead .report-status .toast.plus:after,._account_api .liveDashboard .list-results thead .report-status .w-toast .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .report-status .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .report-status .toast.plus:after,._account_api .liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .report-status .btn-period-clear:before,._account_api .liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .report-status .btn-filter:before,._account_api .liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .report-status .btn-period-clear:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .report-status .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .report-status .btn-period-clear:before,._account_api .liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .report-status .btn-filter:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .report-status .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .report-status .btn-filter:before,._account_api .liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .report-status .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .report-status .btn-period-clear:before,._account_api .liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .report-status .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .report-status .btn-filter:before,._account_api .liveDashboard ._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .report-status .btn-period-clear:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .report-status .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard ._account_api .list-results thead .report-status .btn-period-clear:before,._account_api .liveDashboard ._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .report-status .btn-filter:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .report-status .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard ._account_api .list-results thead .report-status .btn-filter:before,._account_api .liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .report-status .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .report-status .btn-period-clear:before,._account_api .liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .report-status .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .report-status .btn-filter:before,._account_api .liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .report-status .btn-period-edit:before,._account_api .liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .report-status .btn-period-edit:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .report-status .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .report-status .btn-period-edit:before,._account_api .liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .report-status .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .report-status .btn-period-edit:before,._account_api .liveDashboard ._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .report-status .btn-period-edit:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .report-status .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard ._account_api .list-results thead .report-status .btn-period-edit:before,._account_api .liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .report-status .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .report-status .btn-period-edit:before,._account_api .liveDashboard .list-results thead .report-status .block-filters .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .report-status .btn-filter:before,._account_api .liveDashboard .list-results thead .report-status .block-filters .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .report-status .btn-filter:before,._account_api .block-filters .liveDashboard .list-results thead .report-status .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .report-status .btn-filter:before,._account_api .liveDashboard .list-results thead .report-status .block-filters .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .report-status .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .report-status .btn-filter:before,._account_api .liveDashboard ._account_api .list-results thead .report-status .block-filters .btn-filter:before,._account_api .liveDashboard ._account_api .list-results thead .block-filters .report-status .btn-filter:before,._account_api .block-filters .liveDashboard ._account_api .list-results thead .report-status .btn-filter:before,.block-filters ._account_api .liveDashboard ._account_api .list-results thead .report-status .btn-filter:before,._account_api .liveDashboard .list-results thead .report-status .block-filters .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .report-status .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .report-status .btn-filter:before,._account_api .liveDashboard .list-results thead .report-status .toggleWrapper input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead .report-status input.mobileToggle+label,._account_api .liveDashboard .list-results thead .report-status .toggleWrapper input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper .report-status input.mobileToggle+label,._account_api .toggleWrapper .liveDashboard .list-results thead .report-status input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead .report-status input.mobileToggle+label,._account_api .liveDashboard .list-results thead .report-status .toggleWrapper input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper .report-status input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead .report-status input.mobileToggle+label,._account_api .liveDashboard ._account_api .list-results thead .report-status .toggleWrapper input.mobileToggle+label,._account_api .liveDashboard ._account_api .list-results thead .toggleWrapper .report-status input.mobileToggle+label,._account_api .toggleWrapper .liveDashboard ._account_api .list-results thead .report-status input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard ._account_api .list-results thead .report-status input.mobileToggle+label,._account_api .liveDashboard .list-results thead .report-status .toggleWrapper input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper .report-status input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead .report-status input.mobileToggle+label,._account_api .liveDashboard .list-results thead .report-status tbody span.status,._account_api .liveDashboard .list-results tbody thead .report-status span.status,._account_api .liveDashboard .list-results thead .report-status tbody span.status,._account_api .liveDashboard .list-results thead tbody .report-status span.status,._account_api .liveDashboard .list-results tbody thead .report-status span.status,._account_api .liveDashboard .list-results thead .report-status tbody span.status,._account_api .liveDashboard .list-results thead tbody .report-status span.status,._account_api .liveDashboard .list-results tbody thead .report-status span.status,._account_api .liveDashboard ._account_api .list-results thead .report-status tbody span.status,._account_api .liveDashboard ._account_api .list-results thead tbody .report-status span.status,._account_api .liveDashboard ._account_api .list-results tbody thead .report-status span.status,._account_api .liveDashboard .list-results thead .report-status tbody span.status,._account_api .liveDashboard .list-results thead tbody .report-status span.status,._account_api .liveDashboard .list-results tbody thead .report-status span.status,._account_api .liveDashboard .list-results thead .report-status tbody td.is-running span,._account_api .liveDashboard .list-results tbody td.is-running thead .report-status span,._account_api .liveDashboard .list-results thead .report-status tbody td.is-running span,._account_api .liveDashboard .list-results thead tbody td.is-running .report-status span,._account_api .liveDashboard .list-results tbody td.is-running thead .report-status span,._account_api .liveDashboard .list-results thead .report-status tbody td.is-running span,._account_api .liveDashboard .list-results thead tbody td.is-running .report-status span,._account_api .liveDashboard .list-results tbody td.is-running thead .report-status span,._account_api .liveDashboard ._account_api .list-results thead .report-status tbody td.is-running span,._account_api .liveDashboard ._account_api .list-results thead tbody td.is-running .report-status span,._account_api .liveDashboard ._account_api .list-results tbody td.is-running thead .report-status span,._account_api .liveDashboard .list-results thead .report-status tbody td.is-running span,._account_api .liveDashboard .list-results thead tbody td.is-running .report-status span,._account_api .liveDashboard .list-results tbody td.is-running thead .report-status span,._account_api .liveDashboard .list-results thead .report-status tbody td.is-pending span,._account_api .liveDashboard .list-results tbody td.is-pending thead .report-status span,._account_api .liveDashboard .list-results thead .report-status tbody td.is-pending span,._account_api .liveDashboard .list-results thead tbody td.is-pending .report-status span,._account_api .liveDashboard .list-results tbody td.is-pending thead .report-status span,._account_api .liveDashboard .list-results thead .report-status tbody td.is-pending span,._account_api .liveDashboard .list-results thead tbody td.is-pending .report-status span,._account_api .liveDashboard .list-results tbody td.is-pending thead .report-status span,._account_api .liveDashboard ._account_api .list-results thead .report-status tbody td.is-pending span,._account_api .liveDashboard ._account_api .list-results thead tbody td.is-pending .report-status span,._account_api .liveDashboard ._account_api .list-results tbody td.is-pending thead .report-status span,._account_api .liveDashboard .list-results thead .report-status tbody td.is-pending span,._account_api .liveDashboard .list-results thead tbody td.is-pending .report-status span,._account_api .liveDashboard .list-results tbody td.is-pending thead .report-status span,.liveDashboard ._account_api .list-results thead .report-status .icon,.liveDashboard ._account_api .list-results thead .report-status .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .report-status .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .report-status .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .report-status .w-alert-banner:before,.liveDashboard ._account_api .liveDashboard .list-results thead .report-status .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .report-status .w-dialog.plus .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .report-status .dialog-aside:after,.liveDashboard ._account_api .list-results thead .report-status .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .report-status .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .report-status .dialog-aside:after,.liveDashboard ._account_api .list-results thead .report-status .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .report-status .dialog-aside:after,.liveDashboard .w-dialog.plus ._account_api .list-results thead .report-status .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .report-status .dialog-aside:after,.liveDashboard ._account_api .list-results thead .report-status .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .report-status .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .report-status .dialog-aside:after,.liveDashboard ._account_api .liveDashboard .list-results thead .report-status .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .liveDashboard .list-results thead .w-dialog.plus .report-status .dialog-aside:after,.liveDashboard .w-dialog.plus ._account_api .liveDashboard .list-results thead .report-status .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .liveDashboard .list-results thead .report-status .dialog-aside:after,.liveDashboard ._account_api .list-results thead .report-status .w-toast .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .report-status .toast.plus:after,.liveDashboard ._account_api .list-results thead .report-status .w-toast .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .report-status .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .report-status .toast.plus:after,.liveDashboard ._account_api .list-results thead .report-status .w-toast .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .report-status .toast.plus:after,.liveDashboard .w-toast ._account_api .list-results thead .report-status .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .report-status .toast.plus:after,.liveDashboard ._account_api .list-results thead .report-status .w-toast .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .report-status .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .report-status .toast.plus:after,.liveDashboard ._account_api .liveDashboard .list-results thead .report-status .w-toast .toast.plus:after,.liveDashboard ._account_api .liveDashboard .list-results thead .w-toast .report-status .toast.plus:after,.liveDashboard .w-toast ._account_api .liveDashboard .list-results thead .report-status .toast.plus:after,.w-toast .liveDashboard ._account_api .liveDashboard .list-results thead .report-status .toast.plus:after,.liveDashboard ._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .report-status .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .report-status .btn-filter:before,.liveDashboard ._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .report-status .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .report-status .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .report-status .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .report-status .btn-filter:before,.liveDashboard ._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .report-status .btn-period-clear:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .report-status .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .report-status .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .report-status .btn-filter:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .report-status .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .report-status .btn-filter:before,.liveDashboard ._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .report-status .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .report-status .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .report-status .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .report-status .btn-filter:before,.liveDashboard ._account_api .liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .report-status .btn-period-clear:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .report-status .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .liveDashboard .list-results thead .report-status .btn-period-clear:before,.liveDashboard ._account_api .liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .report-status .btn-filter:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .report-status .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .liveDashboard .list-results thead .report-status .btn-filter:before,.liveDashboard ._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .report-status .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .report-status .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .report-status .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .report-status .btn-period-edit:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .report-status .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .report-status .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .report-status .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .report-status .btn-period-edit:before,.liveDashboard ._account_api .liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .report-status .btn-period-edit:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .report-status .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .liveDashboard .list-results thead .report-status .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .report-status .block-filters .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .report-status .btn-filter:before,.liveDashboard ._account_api .list-results thead .report-status .block-filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .report-status .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .report-status .btn-filter:before,.liveDashboard ._account_api .list-results thead .report-status .block-filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .report-status .btn-filter:before,.liveDashboard .block-filters ._account_api .list-results thead .report-status .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .report-status .btn-filter:before,.liveDashboard ._account_api .list-results thead .report-status .block-filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .report-status .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .report-status .btn-filter:before,.liveDashboard ._account_api .liveDashboard .list-results thead .report-status .block-filters .btn-filter:before,.liveDashboard ._account_api .liveDashboard .list-results thead .block-filters .report-status .btn-filter:before,.liveDashboard .block-filters ._account_api .liveDashboard .list-results thead .report-status .btn-filter:before,.block-filters .liveDashboard ._account_api .liveDashboard .list-results thead .report-status .btn-filter:before,.liveDashboard ._account_api .list-results thead .report-status .toggleWrapper input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead .report-status input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .report-status .toggleWrapper input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper .report-status input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead .report-status input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .report-status .toggleWrapper input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper .report-status input.mobileToggle+label,.liveDashboard .toggleWrapper ._account_api .list-results thead .report-status input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead .report-status input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .report-status .toggleWrapper input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper .report-status input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead .report-status input.mobileToggle+label,.liveDashboard ._account_api .liveDashboard .list-results thead .report-status .toggleWrapper input.mobileToggle+label,.liveDashboard ._account_api .liveDashboard .list-results thead .toggleWrapper .report-status input.mobileToggle+label,.liveDashboard .toggleWrapper ._account_api .liveDashboard .list-results thead .report-status input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .liveDashboard .list-results thead .report-status input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .report-status tbody span.status,.liveDashboard ._account_api .list-results tbody thead .report-status span.status,.liveDashboard ._account_api .list-results thead .report-status tbody span.status,.liveDashboard ._account_api .list-results thead tbody .report-status span.status,.liveDashboard ._account_api .list-results tbody thead .report-status span.status,.liveDashboard ._account_api .list-results thead .report-status tbody span.status,.liveDashboard ._account_api .list-results thead tbody .report-status span.status,.liveDashboard ._account_api .list-results tbody thead .report-status span.status,.liveDashboard ._account_api .list-results thead .report-status tbody span.status,.liveDashboard ._account_api .list-results thead tbody .report-status span.status,.liveDashboard ._account_api .list-results tbody thead .report-status span.status,.liveDashboard ._account_api .liveDashboard .list-results thead .report-status tbody span.status,.liveDashboard ._account_api .liveDashboard .list-results thead tbody .report-status span.status,.liveDashboard ._account_api .liveDashboard .list-results tbody thead .report-status span.status,.liveDashboard ._account_api .list-results thead .report-status tbody td.is-running span,.liveDashboard ._account_api .list-results tbody td.is-running thead .report-status span,.liveDashboard ._account_api .list-results thead .report-status tbody td.is-running span,.liveDashboard ._account_api .list-results thead tbody td.is-running .report-status span,.liveDashboard ._account_api .list-results tbody td.is-running thead .report-status span,.liveDashboard ._account_api .list-results thead .report-status tbody td.is-running span,.liveDashboard ._account_api .list-results thead tbody td.is-running .report-status span,.liveDashboard ._account_api .list-results tbody td.is-running thead .report-status span,.liveDashboard ._account_api .list-results thead .report-status tbody td.is-running span,.liveDashboard ._account_api .list-results thead tbody td.is-running .report-status span,.liveDashboard ._account_api .list-results tbody td.is-running thead .report-status span,.liveDashboard ._account_api .liveDashboard .list-results thead .report-status tbody td.is-running span,.liveDashboard ._account_api .liveDashboard .list-results thead tbody td.is-running .report-status span,.liveDashboard ._account_api .liveDashboard .list-results tbody td.is-running thead .report-status span,.liveDashboard ._account_api .list-results thead .report-status tbody td.is-pending span,.liveDashboard ._account_api .list-results tbody td.is-pending thead .report-status span,.liveDashboard ._account_api .list-results thead .report-status tbody td.is-pending span,.liveDashboard ._account_api .list-results thead tbody td.is-pending .report-status span,.liveDashboard ._account_api .list-results tbody td.is-pending thead .report-status span,.liveDashboard ._account_api .list-results thead .report-status tbody td.is-pending span,.liveDashboard ._account_api .list-results thead tbody td.is-pending .report-status span,.liveDashboard ._account_api .list-results tbody td.is-pending thead .report-status span,.liveDashboard ._account_api .list-results thead .report-status tbody td.is-pending span,.liveDashboard ._account_api .list-results thead tbody td.is-pending .report-status span,.liveDashboard ._account_api .list-results tbody td.is-pending thead .report-status span,.liveDashboard ._account_api .liveDashboard .list-results thead .report-status tbody td.is-pending span,.liveDashboard ._account_api .liveDashboard .list-results thead tbody td.is-pending .report-status span,.liveDashboard ._account_api .liveDashboard .list-results tbody td.is-pending thead .report-status span,._account_api .liveDashboard .list-results thead .report-status .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .report-status .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .report-status .dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .report-status .dropdown-toggle:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .report-status .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .report-status .dropdown-toggle:after,._account_api .liveDashboard .list-results thead .report-status .w-filter-preset.w-filter-preset .filter-preset .filter,.liveDashboard ._account_api .list-results thead .report-status .w-filter-preset.w-filter-preset .filter-preset .filter,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .report-status .filter,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .report-status .filter,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .report-status .filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .report-status .filter,._account_api .liveDashboard .list-results thead .report-status .form-label.status span,._account_api .liveDashboard .list-results thead .report-status .status.status-log span,._account_api .liveDashboard .list-results thead .report-status .status.status-report-item span,._account_api .liveDashboard .list-results thead .report-status .double-list dd.status span,.double-list ._account_api .liveDashboard .list-results thead .report-status dd.status span,._account_api .liveDashboard .list-results thead .report-status .double-list dt.status span,.double-list ._account_api .liveDashboard .list-results thead .report-status dt.status span,._account_api .liveDashboard .list-results thead .report-status .w-cards-container .w-card .status.title span,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .report-status .status.title span,._account_api .liveDashboard .list-results thead .report-status .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .report-status .status.label span,._account_api .liveDashboard .list-results thead .report-status tbody tr.sublist .status.title span,._account_api .liveDashboard .list-results tbody tr.sublist thead .report-status .status.title span,.liveDashboard ._account_api .list-results thead .report-status .form-label.status span,.liveDashboard ._account_api .list-results thead .report-status .status.status-log span,.liveDashboard ._account_api .list-results thead .report-status .status.status-report-item span,.liveDashboard ._account_api .list-results thead .report-status .double-list dd.status span,.double-list .liveDashboard ._account_api .list-results thead .report-status dd.status span,.liveDashboard ._account_api .list-results thead .report-status .double-list dt.status span,.double-list .liveDashboard ._account_api .list-results thead .report-status dt.status span,.liveDashboard ._account_api .list-results thead .report-status .w-cards-container .w-card .status.title span,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .report-status .status.title span,.liveDashboard ._account_api .list-results thead .report-status .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .report-status .status.label span,.liveDashboard ._account_api .list-results thead .report-status tbody tr.sublist .status.title span,.liveDashboard ._account_api .list-results tbody tr.sublist thead .report-status .status.title span,._account_api .liveDashboard .list-results thead .form-label.status .report-status span,._account_api .liveDashboard .list-results thead .status.status-log .report-status span,._account_api .liveDashboard .list-results thead .status.status-report-item .report-status span,._account_api .liveDashboard .list-results thead .double-list dd.status .report-status span,.double-list ._account_api .liveDashboard .list-results thead dd.status .report-status span,._account_api .liveDashboard .list-results thead .double-list dt.status .report-status span,.double-list ._account_api .liveDashboard .list-results thead dt.status .report-status span,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title .report-status span,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title .report-status span,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .report-status span,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label .report-status span,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title .report-status span,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title .report-status span,.liveDashboard ._account_api .list-results thead .form-label.status .report-status span,.liveDashboard ._account_api .list-results thead .status.status-log .report-status span,.liveDashboard ._account_api .list-results thead .status.status-report-item .report-status span,.liveDashboard ._account_api .list-results thead .double-list dd.status .report-status span,.double-list .liveDashboard ._account_api .list-results thead dd.status .report-status span,.liveDashboard ._account_api .list-results thead .double-list dt.status .report-status span,.double-list .liveDashboard ._account_api .list-results thead dt.status .report-status span,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title .report-status span,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title .report-status span,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .report-status span,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label .report-status span,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title .report-status span,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title .report-status span,._account_api .form-label.status .liveDashboard .list-results thead .report-status span,._account_api .status.status-log .liveDashboard .list-results thead .report-status span,._account_api .status.status-report-item .liveDashboard .list-results thead .report-status span,._account_api .double-list dd.status .liveDashboard .list-results thead .report-status span,.double-list ._account_api dd.status .liveDashboard .list-results thead .report-status span,._account_api .double-list dt.status .liveDashboard .list-results thead .report-status span,.double-list ._account_api dt.status .liveDashboard .list-results thead .report-status span,._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead .report-status span,.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead .report-status span,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead .report-status span,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead .report-status span,._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead .report-status span,.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead .report-status span,.form-label.status .liveDashboard ._account_api .list-results thead .report-status span,.status.status-log .liveDashboard ._account_api .list-results thead .report-status span,.status.status-report-item .liveDashboard ._account_api .list-results thead .report-status span,.double-list dd.status .liveDashboard ._account_api .list-results thead .report-status span,.double-list dt.status .liveDashboard ._account_api .list-results thead .report-status span,.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead .report-status span,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead .report-status span,.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead .report-status span,._account_api .liveDashboard .list-results thead .report-status .w-filters-selected label.status.small span,.liveDashboard ._account_api .list-results thead .report-status .w-filters-selected label.status.small span,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small .report-status span,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small .report-status span,._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead .report-status span,.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead .report-status span,._account_api .liveDashboard .list-results thead .report-status .w-filters-selected .status.btn-f-s span,.liveDashboard ._account_api .list-results thead .report-status .w-filters-selected .status.btn-f-s span,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .report-status span,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s .report-status span,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead .report-status span,.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead .report-status span,._account_api .liveDashboard .list-results thead .report-status .sub-header .w-form label,._account_api .liveDashboard .list-results thead .report-status .sub-header .w-double-list label,.liveDashboard ._account_api .list-results thead .report-status .sub-header .w-form label,.liveDashboard ._account_api .list-results thead .report-status .sub-header .w-double-list label,._account_api .liveDashboard .list-results thead .sub-header .w-form .report-status label,._account_api .liveDashboard .list-results thead .sub-header .w-double-list .report-status label,.liveDashboard ._account_api .list-results thead .sub-header .w-form .report-status label,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list .report-status label,._account_api .sub-header .w-form .liveDashboard .list-results thead .report-status label,._account_api .sub-header .w-double-list .liveDashboard .list-results thead .report-status label,.sub-header .w-form .liveDashboard ._account_api .list-results thead .report-status label,.sub-header .w-double-list .liveDashboard ._account_api .list-results thead .report-status label,._account_api .liveDashboard .list-results thead .report-status .block-filters button:after,.liveDashboard ._account_api .list-results thead .report-status .block-filters button:after,._account_api .liveDashboard .list-results thead .block-filters .report-status button:after,.liveDashboard ._account_api .list-results thead .block-filters .report-status button:after,._account_api .block-filters .liveDashboard .list-results thead .report-status button:after,.block-filters .liveDashboard ._account_api .list-results thead .report-status button:after,._account_api .liveDashboard .list-results thead .report-status .block-filters select:after,.liveDashboard ._account_api .list-results thead .report-status .block-filters select:after,._account_api .liveDashboard .list-results thead .block-filters .report-status select:after,.liveDashboard ._account_api .list-results thead .block-filters .report-status select:after,._account_api .block-filters .liveDashboard .list-results thead .report-status select:after,.block-filters .liveDashboard ._account_api .list-results thead .report-status select:after,._account_api .liveDashboard .list-results thead .report-status .form-auto-list .form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .report-status .form-auto-list .form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .form-auto-list .report-status .form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .form-auto-list .report-status .form-auto-item.is-user-is-inactive,._account_api .form-auto-list .liveDashboard .list-results thead .report-status .form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard ._account_api .list-results thead .report-status .form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .report-status .form-auto-list .form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .report-status .form-auto-list .form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .form-auto-list .report-status .form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .form-auto-list .report-status .form-auto-item.is-user-is-active,._account_api .form-auto-list .liveDashboard .list-results thead .report-status .form-auto-item.is-user-is-active,.form-auto-list .liveDashboard ._account_api .list-results thead .report-status .form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .report-status .list-results-header .status.title span,.liveDashboard ._account_api .list-results thead .report-status .list-results-header .status.title span,._account_api .liveDashboard .list-results thead .list-results-header .status.title .report-status span,.liveDashboard ._account_api .list-results thead .list-results-header .status.title .report-status span,._account_api .list-results-header .status.title .liveDashboard .list-results thead .report-status span,.list-results-header .status.title .liveDashboard ._account_api .list-results thead .report-status span,._account_api .liveDashboard .list-results thead .report-status tr span,.liveDashboard ._account_api .list-results thead .report-status tr span,._account_api .liveDashboard .list-results thead tr .report-status span,.liveDashboard ._account_api .list-results thead tr .report-status span,._account_api .list-results thead .report-status .icon,._account_api .list-results thead .report-status .w-alert-banner:before,._account_api .liveDashboard .list-results thead .report-status .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .report-status .w-alert-banner:before,._account_api .list-results thead .report-status .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .report-status .w-alert-banner:before,._account_api .liveDashboard .list-results thead .report-status .w-alert-banner:before,._account_api .list-results thead .report-status .w-dialog.plus .dialog-aside:after,.w-dialog.plus ._account_api .list-results thead .report-status .dialog-aside:after,._account_api .liveDashboard .list-results thead .report-status .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .list-results thead .report-status .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .report-status .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .report-status .dialog-aside:after,._account_api .w-dialog.plus .liveDashboard .list-results thead .report-status .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .report-status .dialog-aside:after,._account_api .list-results thead .report-status .w-dialog.plus .dialog-aside:after,._account_api .list-results thead .w-dialog.plus .report-status .dialog-aside:after,.w-dialog.plus ._account_api .list-results thead .report-status .dialog-aside:after,.liveDashboard ._account_api .list-results thead .report-status .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .report-status .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .report-status .dialog-aside:after,._account_api .liveDashboard .list-results thead .report-status .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .report-status .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .report-status .dialog-aside:after,._account_api .list-results thead .report-status .w-toast .toast.plus:after,.w-toast ._account_api .list-results thead .report-status .toast.plus:after,._account_api .liveDashboard .list-results thead .report-status .w-toast .toast.plus:after,.liveDashboard ._account_api .list-results thead .report-status .w-toast .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .report-status .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .report-status .toast.plus:after,._account_api .w-toast .liveDashboard .list-results thead .report-status .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .report-status .toast.plus:after,._account_api .list-results thead .report-status .w-toast .toast.plus:after,._account_api .list-results thead .w-toast .report-status .toast.plus:after,.w-toast ._account_api .list-results thead .report-status .toast.plus:after,.liveDashboard ._account_api .list-results thead .report-status .w-toast .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .report-status .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .report-status .toast.plus:after,._account_api .liveDashboard .list-results thead .report-status .w-toast .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .report-status .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .report-status .toast.plus:after,._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .report-status .btn-period-clear:before,._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .report-status .btn-filter:before,._account_api .liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .report-status .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .report-status .btn-period-clear:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .report-status .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .report-status .btn-period-clear:before,._account_api .liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .report-status .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .report-status .btn-filter:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .report-status .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .report-status .btn-filter:before,._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .list-results thead .w-time-period .dropdown .w-selection .report-status .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .report-status .btn-period-clear:before,._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .list-results thead .w-time-period .dropdown .w-selection .report-status .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .report-status .btn-filter:before,.liveDashboard ._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .report-status .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .report-status .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .report-status .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .report-status .btn-filter:before,._account_api .liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .report-status .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .report-status .btn-period-clear:before,._account_api .liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .report-status .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .report-status .btn-filter:before,._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .report-status .btn-period-edit:before,._account_api .liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .report-status .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .report-status .btn-period-edit:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .report-status .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .report-status .btn-period-edit:before,._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .list-results thead .w-time-period .dropdown .w-selection .report-status .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .report-status .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .report-status .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .report-status .btn-period-edit:before,._account_api .liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .report-status .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .report-status .btn-period-edit:before,._account_api .list-results thead .report-status .block-filters .btn-filter:before,.block-filters ._account_api .list-results thead .report-status .btn-filter:before,._account_api .liveDashboard .list-results thead .report-status .block-filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .report-status .block-filters .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .report-status .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .report-status .btn-filter:before,._account_api .block-filters .liveDashboard .list-results thead .report-status .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .report-status .btn-filter:before,._account_api .list-results thead .report-status .block-filters .btn-filter:before,._account_api .list-results thead .block-filters .report-status .btn-filter:before,.block-filters ._account_api .list-results thead .report-status .btn-filter:before,.liveDashboard ._account_api .list-results thead .report-status .block-filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .report-status .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .report-status .btn-filter:before,._account_api .liveDashboard .list-results thead .report-status .block-filters .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .report-status .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .report-status .btn-filter:before,._account_api .list-results thead .report-status .toggleWrapper input.mobileToggle+label,.toggleWrapper ._account_api .list-results thead .report-status input.mobileToggle+label,._account_api .liveDashboard .list-results thead .report-status .toggleWrapper input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .report-status .toggleWrapper input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper .report-status input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper .report-status input.mobileToggle+label,._account_api .toggleWrapper .liveDashboard .list-results thead .report-status input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead .report-status input.mobileToggle+label,._account_api .list-results thead .report-status .toggleWrapper input.mobileToggle+label,._account_api .list-results thead .toggleWrapper .report-status input.mobileToggle+label,.toggleWrapper ._account_api .list-results thead .report-status input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .report-status .toggleWrapper input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper .report-status input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead .report-status input.mobileToggle+label,._account_api .liveDashboard .list-results thead .report-status .toggleWrapper input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper .report-status input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead .report-status input.mobileToggle+label,._account_api .list-results thead .report-status tbody span.status,._account_api .list-results tbody thead .report-status span.status,._account_api .liveDashboard .list-results thead .report-status tbody span.status,.liveDashboard ._account_api .list-results thead .report-status tbody span.status,._account_api .liveDashboard .list-results thead tbody .report-status span.status,.liveDashboard ._account_api .list-results thead tbody .report-status span.status,._account_api .liveDashboard .list-results tbody thead .report-status span.status,.liveDashboard ._account_api .list-results tbody thead .report-status span.status,._account_api .list-results thead .report-status tbody span.status,._account_api .list-results thead tbody .report-status span.status,._account_api .list-results tbody thead .report-status span.status,.liveDashboard ._account_api .list-results thead .report-status tbody span.status,.liveDashboard ._account_api .list-results thead tbody .report-status span.status,.liveDashboard ._account_api .list-results tbody thead .report-status span.status,._account_api .liveDashboard .list-results thead .report-status tbody span.status,._account_api .liveDashboard .list-results thead tbody .report-status span.status,._account_api .liveDashboard .list-results tbody thead .report-status span.status,._account_api .list-results thead .report-status tbody td.is-running span,._account_api .list-results tbody td.is-running thead .report-status span,._account_api .liveDashboard .list-results thead .report-status tbody td.is-running span,.liveDashboard ._account_api .list-results thead .report-status tbody td.is-running span,._account_api .liveDashboard .list-results thead tbody td.is-running .report-status span,.liveDashboard ._account_api .list-results thead tbody td.is-running .report-status span,._account_api .liveDashboard .list-results tbody td.is-running thead .report-status span,.liveDashboard ._account_api .list-results tbody td.is-running thead .report-status span,._account_api .list-results thead .report-status tbody td.is-running span,._account_api .list-results thead tbody td.is-running .report-status span,._account_api .list-results tbody td.is-running thead .report-status span,.liveDashboard ._account_api .list-results thead .report-status tbody td.is-running span,.liveDashboard ._account_api .list-results thead tbody td.is-running .report-status span,.liveDashboard ._account_api .list-results tbody td.is-running thead .report-status span,._account_api .liveDashboard .list-results thead .report-status tbody td.is-running span,._account_api .liveDashboard .list-results thead tbody td.is-running .report-status span,._account_api .liveDashboard .list-results tbody td.is-running thead .report-status span,._account_api .list-results thead .report-status tbody td.is-pending span,._account_api .list-results tbody td.is-pending thead .report-status span,._account_api .liveDashboard .list-results thead .report-status tbody td.is-pending span,.liveDashboard ._account_api .list-results thead .report-status tbody td.is-pending span,._account_api .liveDashboard .list-results thead tbody td.is-pending .report-status span,.liveDashboard ._account_api .list-results thead tbody td.is-pending .report-status span,._account_api .liveDashboard .list-results tbody td.is-pending thead .report-status span,.liveDashboard ._account_api .list-results tbody td.is-pending thead .report-status span,._account_api .list-results thead .report-status tbody td.is-pending span,._account_api .list-results thead tbody td.is-pending .report-status span,._account_api .list-results tbody td.is-pending thead .report-status span,.liveDashboard ._account_api .list-results thead .report-status tbody td.is-pending span,.liveDashboard ._account_api .list-results thead tbody td.is-pending .report-status span,.liveDashboard ._account_api .list-results tbody td.is-pending thead .report-status span,._account_api .liveDashboard .list-results thead .report-status tbody td.is-pending span,._account_api .liveDashboard .list-results thead tbody td.is-pending .report-status span,._account_api .liveDashboard .list-results tbody td.is-pending thead .report-status span,._account_api .list-results thead .report-status .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .report-status .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .report-status .dropdown-toggle:after,._account_api .list-results thead .report-status .w-filter-preset.w-filter-preset .filter-preset .filter,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .report-status .filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .report-status .filter,._account_api .list-results thead .report-status .form-label.status span,._account_api .list-results thead .report-status .status.status-log span,._account_api .list-results thead .report-status .status.status-report-item span,._account_api .list-results thead .report-status .double-list dd.status span,.double-list ._account_api .list-results thead .report-status dd.status span,._account_api .list-results thead .report-status .double-list dt.status span,.double-list ._account_api .list-results thead .report-status dt.status span,._account_api .list-results thead .report-status .w-cards-container .w-card .status.title span,.w-cards-container .w-card ._account_api .list-results thead .report-status .status.title span,._account_api .list-results thead .report-status .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value ._account_api .list-results thead .report-status .status.label span,._account_api .list-results thead .report-status tbody tr.sublist .status.title span,._account_api .list-results tbody tr.sublist thead .report-status .status.title span,._account_api .list-results thead .form-label.status .report-status span,._account_api .list-results thead .status.status-log .report-status span,._account_api .list-results thead .status.status-report-item .report-status span,._account_api .list-results thead .double-list dd.status .report-status span,.double-list ._account_api .list-results thead dd.status .report-status span,._account_api .list-results thead .double-list dt.status .report-status span,.double-list ._account_api .list-results thead dt.status .report-status span,._account_api .list-results thead .w-cards-container .w-card .status.title .report-status span,.w-cards-container .w-card ._account_api .list-results thead .status.title .report-status span,._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .report-status span,.w-cards-container .w-card.centered .w-value ._account_api .list-results thead .status.label .report-status span,._account_api .list-results thead tbody tr.sublist .status.title .report-status span,._account_api .list-results tbody tr.sublist thead .status.title .report-status span,.form-label.status ._account_api .list-results thead .report-status span,.status.status-log ._account_api .list-results thead .report-status span,.status.status-report-item ._account_api .list-results thead .report-status span,.double-list dd.status ._account_api .list-results thead .report-status span,.double-list dt.status ._account_api .list-results thead .report-status span,.w-cards-container .w-card .status.title ._account_api .list-results thead .report-status span,.w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead .report-status span,.list-results tbody tr.sublist .status.title ._account_api .list-results thead .report-status span,._account_api .list-results thead .report-status .w-filters-selected label.status.small span,._account_api .list-results thead .w-filters-selected label.status.small .report-status span,.w-filters-selected label.status.small ._account_api .list-results thead .report-status span,._account_api .list-results thead .report-status .w-filters-selected .status.btn-f-s span,._account_api .list-results thead .w-filters-selected .status.btn-f-s .report-status span,.w-filters-selected .status.btn-f-s ._account_api .list-results thead .report-status span,._account_api .list-results thead .report-status .sub-header .w-form label,._account_api .list-results thead .report-status .sub-header .w-double-list label,._account_api .list-results thead .sub-header .w-form .report-status label,._account_api .list-results thead .sub-header .w-double-list .report-status label,.sub-header .w-form ._account_api .list-results thead .report-status label,.sub-header .w-double-list ._account_api .list-results thead .report-status label,._account_api .list-results thead .report-status .block-filters button:after,._account_api .list-results thead .block-filters .report-status button:after,.block-filters ._account_api .list-results thead .report-status button:after,._account_api .list-results thead .report-status .block-filters select:after,._account_api .list-results thead .block-filters .report-status select:after,.block-filters ._account_api .list-results thead .report-status select:after,._account_api .list-results thead .report-status .form-auto-list .form-auto-item.is-user-is-inactive,._account_api .list-results thead .form-auto-list .report-status .form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .list-results thead .report-status .form-auto-item.is-user-is-inactive,._account_api .list-results thead .report-status .form-auto-list .form-auto-item.is-user-is-active,._account_api .list-results thead .form-auto-list .report-status .form-auto-item.is-user-is-active,.form-auto-list ._account_api .list-results thead .report-status .form-auto-item.is-user-is-active,._account_api .list-results thead .report-status .list-results-header .status.title span,._account_api .list-results thead .list-results-header .status.title .report-status span,.list-results-header .status.title ._account_api .list-results thead .report-status span,._account_api .list-results thead .report-status tr span,._account_api .list-results thead tr .report-status span,.liveDashboard ._account_api .list-results thead .report-status .icon,.liveDashboard ._account_api .list-results thead .report-status .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .report-status .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .report-status .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .report-status .w-alert-banner:before,.liveDashboard ._account_api .liveDashboard .list-results thead .report-status .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .report-status .w-dialog.plus .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .report-status .dialog-aside:after,.liveDashboard ._account_api .list-results thead .report-status .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .report-status .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .report-status .dialog-aside:after,.liveDashboard ._account_api .list-results thead .report-status .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .report-status .dialog-aside:after,.liveDashboard .w-dialog.plus ._account_api .list-results thead .report-status .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .report-status .dialog-aside:after,.liveDashboard ._account_api .list-results thead .report-status .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .report-status .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .report-status .dialog-aside:after,.liveDashboard ._account_api .liveDashboard .list-results thead .report-status .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .liveDashboard .list-results thead .w-dialog.plus .report-status .dialog-aside:after,.liveDashboard .w-dialog.plus ._account_api .liveDashboard .list-results thead .report-status .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .liveDashboard .list-results thead .report-status .dialog-aside:after,.liveDashboard ._account_api .list-results thead .report-status .w-toast .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .report-status .toast.plus:after,.liveDashboard ._account_api .list-results thead .report-status .w-toast .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .report-status .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .report-status .toast.plus:after,.liveDashboard ._account_api .list-results thead .report-status .w-toast .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .report-status .toast.plus:after,.liveDashboard .w-toast ._account_api .list-results thead .report-status .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .report-status .toast.plus:after,.liveDashboard ._account_api .list-results thead .report-status .w-toast .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .report-status .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .report-status .toast.plus:after,.liveDashboard ._account_api .liveDashboard .list-results thead .report-status .w-toast .toast.plus:after,.liveDashboard ._account_api .liveDashboard .list-results thead .w-toast .report-status .toast.plus:after,.liveDashboard .w-toast ._account_api .liveDashboard .list-results thead .report-status .toast.plus:after,.w-toast .liveDashboard ._account_api .liveDashboard .list-results thead .report-status .toast.plus:after,.liveDashboard ._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .report-status .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .report-status .btn-filter:before,.liveDashboard ._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .report-status .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .report-status .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .report-status .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .report-status .btn-filter:before,.liveDashboard ._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .report-status .btn-period-clear:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .report-status .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .report-status .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .report-status .btn-filter:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .report-status .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .report-status .btn-filter:before,.liveDashboard ._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .report-status .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .report-status .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .report-status .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .report-status .btn-filter:before,.liveDashboard ._account_api .liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .report-status .btn-period-clear:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .report-status .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .liveDashboard .list-results thead .report-status .btn-period-clear:before,.liveDashboard ._account_api .liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .report-status .btn-filter:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .report-status .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .liveDashboard .list-results thead .report-status .btn-filter:before,.liveDashboard ._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .report-status .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .report-status .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .report-status .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .report-status .btn-period-edit:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .report-status .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .report-status .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .report-status .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .report-status .btn-period-edit:before,.liveDashboard ._account_api .liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .report-status .btn-period-edit:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .report-status .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .liveDashboard .list-results thead .report-status .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .report-status .block-filters .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .report-status .btn-filter:before,.liveDashboard ._account_api .list-results thead .report-status .block-filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .report-status .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .report-status .btn-filter:before,.liveDashboard ._account_api .list-results thead .report-status .block-filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .report-status .btn-filter:before,.liveDashboard .block-filters ._account_api .list-results thead .report-status .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .report-status .btn-filter:before,.liveDashboard ._account_api .list-results thead .report-status .block-filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .report-status .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .report-status .btn-filter:before,.liveDashboard ._account_api .liveDashboard .list-results thead .report-status .block-filters .btn-filter:before,.liveDashboard ._account_api .liveDashboard .list-results thead .block-filters .report-status .btn-filter:before,.liveDashboard .block-filters ._account_api .liveDashboard .list-results thead .report-status .btn-filter:before,.block-filters .liveDashboard ._account_api .liveDashboard .list-results thead .report-status .btn-filter:before,.liveDashboard ._account_api .list-results thead .report-status .toggleWrapper input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead .report-status input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .report-status .toggleWrapper input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper .report-status input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead .report-status input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .report-status .toggleWrapper input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper .report-status input.mobileToggle+label,.liveDashboard .toggleWrapper ._account_api .list-results thead .report-status input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead .report-status input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .report-status .toggleWrapper input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper .report-status input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead .report-status input.mobileToggle+label,.liveDashboard ._account_api .liveDashboard .list-results thead .report-status .toggleWrapper input.mobileToggle+label,.liveDashboard ._account_api .liveDashboard .list-results thead .toggleWrapper .report-status input.mobileToggle+label,.liveDashboard .toggleWrapper ._account_api .liveDashboard .list-results thead .report-status input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .liveDashboard .list-results thead .report-status input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .report-status tbody span.status,.liveDashboard ._account_api .list-results tbody thead .report-status span.status,.liveDashboard ._account_api .list-results thead .report-status tbody span.status,.liveDashboard ._account_api .list-results thead tbody .report-status span.status,.liveDashboard ._account_api .list-results tbody thead .report-status span.status,.liveDashboard ._account_api .list-results thead .report-status tbody span.status,.liveDashboard ._account_api .list-results thead tbody .report-status span.status,.liveDashboard ._account_api .list-results tbody thead .report-status span.status,.liveDashboard ._account_api .list-results thead .report-status tbody span.status,.liveDashboard ._account_api .list-results thead tbody .report-status span.status,.liveDashboard ._account_api .list-results tbody thead .report-status span.status,.liveDashboard ._account_api .liveDashboard .list-results thead .report-status tbody span.status,.liveDashboard ._account_api .liveDashboard .list-results thead tbody .report-status span.status,.liveDashboard ._account_api .liveDashboard .list-results tbody thead .report-status span.status,.liveDashboard ._account_api .list-results thead .report-status tbody td.is-running span,.liveDashboard ._account_api .list-results tbody td.is-running thead .report-status span,.liveDashboard ._account_api .list-results thead .report-status tbody td.is-running span,.liveDashboard ._account_api .list-results thead tbody td.is-running .report-status span,.liveDashboard ._account_api .list-results tbody td.is-running thead .report-status span,.liveDashboard ._account_api .list-results thead .report-status tbody td.is-running span,.liveDashboard ._account_api .list-results thead tbody td.is-running .report-status span,.liveDashboard ._account_api .list-results tbody td.is-running thead .report-status span,.liveDashboard ._account_api .list-results thead .report-status tbody td.is-running span,.liveDashboard ._account_api .list-results thead tbody td.is-running .report-status span,.liveDashboard ._account_api .list-results tbody td.is-running thead .report-status span,.liveDashboard ._account_api .liveDashboard .list-results thead .report-status tbody td.is-running span,.liveDashboard ._account_api .liveDashboard .list-results thead tbody td.is-running .report-status span,.liveDashboard ._account_api .liveDashboard .list-results tbody td.is-running thead .report-status span,.liveDashboard ._account_api .list-results thead .report-status tbody td.is-pending span,.liveDashboard ._account_api .list-results tbody td.is-pending thead .report-status span,.liveDashboard ._account_api .list-results thead .report-status tbody td.is-pending span,.liveDashboard ._account_api .list-results thead tbody td.is-pending .report-status span,.liveDashboard ._account_api .list-results tbody td.is-pending thead .report-status span,.liveDashboard ._account_api .list-results thead .report-status tbody td.is-pending span,.liveDashboard ._account_api .list-results thead tbody td.is-pending .report-status span,.liveDashboard ._account_api .list-results tbody td.is-pending thead .report-status span,.liveDashboard ._account_api .list-results thead .report-status tbody td.is-pending span,.liveDashboard ._account_api .list-results thead tbody td.is-pending .report-status span,.liveDashboard ._account_api .list-results tbody td.is-pending thead .report-status span,.liveDashboard ._account_api .liveDashboard .list-results thead .report-status tbody td.is-pending span,.liveDashboard ._account_api .liveDashboard .list-results thead tbody td.is-pending .report-status span,.liveDashboard ._account_api .liveDashboard .list-results tbody td.is-pending thead .report-status span,._account_api .liveDashboard .list-results thead .report-status .icon,._account_api .liveDashboard .list-results thead .report-status .w-alert-banner:before,._account_api .liveDashboard .list-results thead .report-status .w-alert-banner:before,._account_api .liveDashboard .list-results thead .report-status .w-alert-banner:before,._account_api .liveDashboard ._account_api .list-results thead .report-status .w-alert-banner:before,._account_api .liveDashboard .list-results thead .report-status .w-alert-banner:before,._account_api .liveDashboard .list-results thead .report-status .w-dialog.plus .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .report-status .dialog-aside:after,._account_api .liveDashboard .list-results thead .report-status .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .report-status .dialog-aside:after,._account_api .w-dialog.plus .liveDashboard .list-results thead .report-status .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .report-status .dialog-aside:after,._account_api .liveDashboard .list-results thead .report-status .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .report-status .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .report-status .dialog-aside:after,._account_api .liveDashboard ._account_api .list-results thead .report-status .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard ._account_api .list-results thead .w-dialog.plus .report-status .dialog-aside:after,._account_api .w-dialog.plus .liveDashboard ._account_api .list-results thead .report-status .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard ._account_api .list-results thead .report-status .dialog-aside:after,._account_api .liveDashboard .list-results thead .report-status .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .report-status .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .report-status .dialog-aside:after,._account_api .liveDashboard .list-results thead .report-status .w-toast .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .report-status .toast.plus:after,._account_api .liveDashboard .list-results thead .report-status .w-toast .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .report-status .toast.plus:after,._account_api .w-toast .liveDashboard .list-results thead .report-status .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .report-status .toast.plus:after,._account_api .liveDashboard .list-results thead .report-status .w-toast .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .report-status .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .report-status .toast.plus:after,._account_api .liveDashboard ._account_api .list-results thead .report-status .w-toast .toast.plus:after,._account_api .liveDashboard ._account_api .list-results thead .w-toast .report-status .toast.plus:after,._account_api .w-toast .liveDashboard ._account_api .list-results thead .report-status .toast.plus:after,.w-toast ._account_api .liveDashboard ._account_api .list-results thead .report-status .toast.plus:after,._account_api .liveDashboard .list-results thead .report-status .w-toast .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .report-status .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .report-status .toast.plus:after,._account_api .liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .report-status .btn-period-clear:before,._account_api .liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .report-status .btn-filter:before,._account_api .liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .report-status .btn-period-clear:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .report-status .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .report-status .btn-period-clear:before,._account_api .liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .report-status .btn-filter:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .report-status .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .report-status .btn-filter:before,._account_api .liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .report-status .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .report-status .btn-period-clear:before,._account_api .liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .report-status .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .report-status .btn-filter:before,._account_api .liveDashboard ._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .report-status .btn-period-clear:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .report-status .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard ._account_api .list-results thead .report-status .btn-period-clear:before,._account_api .liveDashboard ._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .report-status .btn-filter:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .report-status .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard ._account_api .list-results thead .report-status .btn-filter:before,._account_api .liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .report-status .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .report-status .btn-period-clear:before,._account_api .liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .report-status .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .report-status .btn-filter:before,._account_api .liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .report-status .btn-period-edit:before,._account_api .liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .report-status .btn-period-edit:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .report-status .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .report-status .btn-period-edit:before,._account_api .liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .report-status .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .report-status .btn-period-edit:before,._account_api .liveDashboard ._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .report-status .btn-period-edit:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .report-status .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard ._account_api .list-results thead .report-status .btn-period-edit:before,._account_api .liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .report-status .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .report-status .btn-period-edit:before,._account_api .liveDashboard .list-results thead .report-status .block-filters .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .report-status .btn-filter:before,._account_api .liveDashboard .list-results thead .report-status .block-filters .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .report-status .btn-filter:before,._account_api .block-filters .liveDashboard .list-results thead .report-status .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .report-status .btn-filter:before,._account_api .liveDashboard .list-results thead .report-status .block-filters .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .report-status .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .report-status .btn-filter:before,._account_api .liveDashboard ._account_api .list-results thead .report-status .block-filters .btn-filter:before,._account_api .liveDashboard ._account_api .list-results thead .block-filters .report-status .btn-filter:before,._account_api .block-filters .liveDashboard ._account_api .list-results thead .report-status .btn-filter:before,.block-filters ._account_api .liveDashboard ._account_api .list-results thead .report-status .btn-filter:before,._account_api .liveDashboard .list-results thead .report-status .block-filters .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .report-status .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .report-status .btn-filter:before,._account_api .liveDashboard .list-results thead .report-status .toggleWrapper input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead .report-status input.mobileToggle+label,._account_api .liveDashboard .list-results thead .report-status .toggleWrapper input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper .report-status input.mobileToggle+label,._account_api .toggleWrapper .liveDashboard .list-results thead .report-status input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead .report-status input.mobileToggle+label,._account_api .liveDashboard .list-results thead .report-status .toggleWrapper input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper .report-status input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead .report-status input.mobileToggle+label,._account_api .liveDashboard ._account_api .list-results thead .report-status .toggleWrapper input.mobileToggle+label,._account_api .liveDashboard ._account_api .list-results thead .toggleWrapper .report-status input.mobileToggle+label,._account_api .toggleWrapper .liveDashboard ._account_api .list-results thead .report-status input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard ._account_api .list-results thead .report-status input.mobileToggle+label,._account_api .liveDashboard .list-results thead .report-status .toggleWrapper input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper .report-status input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead .report-status input.mobileToggle+label,._account_api .liveDashboard .list-results thead .report-status tbody span.status,._account_api .liveDashboard .list-results tbody thead .report-status span.status,._account_api .liveDashboard .list-results thead .report-status tbody span.status,._account_api .liveDashboard .list-results thead tbody .report-status span.status,._account_api .liveDashboard .list-results tbody thead .report-status span.status,._account_api .liveDashboard .list-results thead .report-status tbody span.status,._account_api .liveDashboard .list-results thead tbody .report-status span.status,._account_api .liveDashboard .list-results tbody thead .report-status span.status,._account_api .liveDashboard ._account_api .list-results thead .report-status tbody span.status,._account_api .liveDashboard ._account_api .list-results thead tbody .report-status span.status,._account_api .liveDashboard ._account_api .list-results tbody thead .report-status span.status,._account_api .liveDashboard .list-results thead .report-status tbody span.status,._account_api .liveDashboard .list-results thead tbody .report-status span.status,._account_api .liveDashboard .list-results tbody thead .report-status span.status,._account_api .liveDashboard .list-results thead .report-status tbody td.is-running span,._account_api .liveDashboard .list-results tbody td.is-running thead .report-status span,._account_api .liveDashboard .list-results thead .report-status tbody td.is-running span,._account_api .liveDashboard .list-results thead tbody td.is-running .report-status span,._account_api .liveDashboard .list-results tbody td.is-running thead .report-status span,._account_api .liveDashboard .list-results thead .report-status tbody td.is-running span,._account_api .liveDashboard .list-results thead tbody td.is-running .report-status span,._account_api .liveDashboard .list-results tbody td.is-running thead .report-status span,._account_api .liveDashboard ._account_api .list-results thead .report-status tbody td.is-running span,._account_api .liveDashboard ._account_api .list-results thead tbody td.is-running .report-status span,._account_api .liveDashboard ._account_api .list-results tbody td.is-running thead .report-status span,._account_api .liveDashboard .list-results thead .report-status tbody td.is-running span,._account_api .liveDashboard .list-results thead tbody td.is-running .report-status span,._account_api .liveDashboard .list-results tbody td.is-running thead .report-status span,._account_api .liveDashboard .list-results thead .report-status tbody td.is-pending span,._account_api .liveDashboard .list-results tbody td.is-pending thead .report-status span,._account_api .liveDashboard .list-results thead .report-status tbody td.is-pending span,._account_api .liveDashboard .list-results thead tbody td.is-pending .report-status span,._account_api .liveDashboard .list-results tbody td.is-pending thead .report-status span,._account_api .liveDashboard .list-results thead .report-status tbody td.is-pending span,._account_api .liveDashboard .list-results thead tbody td.is-pending .report-status span,._account_api .liveDashboard .list-results tbody td.is-pending thead .report-status span,._account_api .liveDashboard ._account_api .list-results thead .report-status tbody td.is-pending span,._account_api .liveDashboard ._account_api .list-results thead tbody td.is-pending .report-status span,._account_api .liveDashboard ._account_api .list-results tbody td.is-pending thead .report-status span,._account_api .liveDashboard .list-results thead .report-status tbody td.is-pending span,._account_api .liveDashboard .list-results thead tbody td.is-pending .report-status span,._account_api .liveDashboard .list-results tbody td.is-pending thead .report-status span,.liveDashboard ._account_api .list-results thead .report-status .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .report-status .dropdown-toggle:after,._account_api .liveDashboard .list-results thead .report-status .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .report-status .dropdown-toggle:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .report-status .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .report-status .dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .report-status .w-filter-preset.w-filter-preset .filter-preset .filter,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .report-status .filter,._account_api .liveDashboard .list-results thead .report-status .w-filter-preset.w-filter-preset .filter-preset .filter,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .report-status .filter,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .report-status .filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .report-status .filter,.liveDashboard ._account_api .list-results thead .report-status .form-label.status span,.liveDashboard ._account_api .list-results thead .report-status .status.status-log span,.liveDashboard ._account_api .list-results thead .report-status .status.status-report-item span,.liveDashboard ._account_api .list-results thead .report-status .double-list dd.status span,.double-list .liveDashboard ._account_api .list-results thead .report-status dd.status span,.liveDashboard ._account_api .list-results thead .report-status .double-list dt.status span,.double-list .liveDashboard ._account_api .list-results thead .report-status dt.status span,.liveDashboard ._account_api .list-results thead .report-status .w-cards-container .w-card .status.title span,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .report-status .status.title span,.liveDashboard ._account_api .list-results thead .report-status .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .report-status .status.label span,.liveDashboard ._account_api .list-results thead .report-status tbody tr.sublist .status.title span,.liveDashboard ._account_api .list-results tbody tr.sublist thead .report-status .status.title span,.liveDashboard ._account_api .list-results thead .form-label.status .report-status span,.liveDashboard ._account_api .list-results thead .status.status-log .report-status span,.liveDashboard ._account_api .list-results thead .status.status-report-item .report-status span,.liveDashboard ._account_api .list-results thead .double-list dd.status .report-status span,.double-list .liveDashboard ._account_api .list-results thead dd.status .report-status span,.liveDashboard ._account_api .list-results thead .double-list dt.status .report-status span,.double-list .liveDashboard ._account_api .list-results thead dt.status .report-status span,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title .report-status span,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title .report-status span,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .report-status span,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label .report-status span,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title .report-status span,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title .report-status span,._account_api .liveDashboard .list-results thead .report-status .form-label.status span,._account_api .liveDashboard .list-results thead .report-status .status.status-log span,._account_api .liveDashboard .list-results thead .report-status .status.status-report-item span,._account_api .liveDashboard .list-results thead .report-status .double-list dd.status span,.double-list ._account_api .liveDashboard .list-results thead .report-status dd.status span,._account_api .liveDashboard .list-results thead .report-status .double-list dt.status span,.double-list ._account_api .liveDashboard .list-results thead .report-status dt.status span,._account_api .liveDashboard .list-results thead .report-status .w-cards-container .w-card .status.title span,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .report-status .status.title span,._account_api .liveDashboard .list-results thead .report-status .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .report-status .status.label span,._account_api .liveDashboard .list-results thead .report-status tbody tr.sublist .status.title span,._account_api .liveDashboard .list-results tbody tr.sublist thead .report-status .status.title span,._account_api .liveDashboard .list-results thead .form-label.status .report-status span,._account_api .liveDashboard .list-results thead .status.status-log .report-status span,._account_api .liveDashboard .list-results thead .status.status-report-item .report-status span,._account_api .liveDashboard .list-results thead .double-list dd.status .report-status span,.double-list ._account_api .liveDashboard .list-results thead dd.status .report-status span,._account_api .liveDashboard .list-results thead .double-list dt.status .report-status span,.double-list ._account_api .liveDashboard .list-results thead dt.status .report-status span,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title .report-status span,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title .report-status span,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .report-status span,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label .report-status span,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title .report-status span,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title .report-status span,.liveDashboard .form-label.status ._account_api .list-results thead .report-status span,.liveDashboard .status.status-log ._account_api .list-results thead .report-status span,.liveDashboard .status.status-report-item ._account_api .list-results thead .report-status span,.liveDashboard .double-list dd.status ._account_api .list-results thead .report-status span,.double-list .liveDashboard dd.status ._account_api .list-results thead .report-status span,.liveDashboard .double-list dt.status ._account_api .list-results thead .report-status span,.double-list .liveDashboard dt.status ._account_api .list-results thead .report-status span,.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead .report-status span,.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead .report-status span,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead .report-status span,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead .report-status span,.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead .report-status span,.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead .report-status span,.form-label.status ._account_api .liveDashboard .list-results thead .report-status span,.status.status-log ._account_api .liveDashboard .list-results thead .report-status span,.status.status-report-item ._account_api .liveDashboard .list-results thead .report-status span,.double-list dd.status ._account_api .liveDashboard .list-results thead .report-status span,.double-list dt.status ._account_api .liveDashboard .list-results thead .report-status span,.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead .report-status span,.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead .report-status span,.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead .report-status span,.liveDashboard ._account_api .list-results thead .report-status .w-filters-selected label.status.small span,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small .report-status span,._account_api .liveDashboard .list-results thead .report-status .w-filters-selected label.status.small span,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small .report-status span,.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead .report-status span,.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead .report-status span,.liveDashboard ._account_api .list-results thead .report-status .w-filters-selected .status.btn-f-s span,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s .report-status span,._account_api .liveDashboard .list-results thead .report-status .w-filters-selected .status.btn-f-s span,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .report-status span,.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead .report-status span,.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead .report-status span,.liveDashboard ._account_api .list-results thead .report-status .sub-header .w-form label,.liveDashboard ._account_api .list-results thead .report-status .sub-header .w-double-list label,.liveDashboard ._account_api .list-results thead .sub-header .w-form .report-status label,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list .report-status label,._account_api .liveDashboard .list-results thead .report-status .sub-header .w-form label,._account_api .liveDashboard .list-results thead .report-status .sub-header .w-double-list label,._account_api .liveDashboard .list-results thead .sub-header .w-form .report-status label,._account_api .liveDashboard .list-results thead .sub-header .w-double-list .report-status label,.liveDashboard .sub-header .w-form ._account_api .list-results thead .report-status label,.liveDashboard .sub-header .w-double-list ._account_api .list-results thead .report-status label,.sub-header .w-form ._account_api .liveDashboard .list-results thead .report-status label,.sub-header .w-double-list ._account_api .liveDashboard .list-results thead .report-status label,.liveDashboard ._account_api .list-results thead .report-status .block-filters button:after,.liveDashboard ._account_api .list-results thead .block-filters .report-status button:after,._account_api .liveDashboard .list-results thead .report-status .block-filters button:after,._account_api .liveDashboard .list-results thead .block-filters .report-status button:after,.liveDashboard .block-filters ._account_api .list-results thead .report-status button:after,.block-filters ._account_api .liveDashboard .list-results thead .report-status button:after,.liveDashboard ._account_api .list-results thead .report-status .block-filters select:after,.liveDashboard ._account_api .list-results thead .block-filters .report-status select:after,._account_api .liveDashboard .list-results thead .report-status .block-filters select:after,._account_api .liveDashboard .list-results thead .block-filters .report-status select:after,.liveDashboard .block-filters ._account_api .list-results thead .report-status select:after,.block-filters ._account_api .liveDashboard .list-results thead .report-status select:after,.liveDashboard ._account_api .list-results thead .report-status .form-auto-list .form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .form-auto-list .report-status .form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .report-status .form-auto-list .form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .form-auto-list .report-status .form-auto-item.is-user-is-inactive,.liveDashboard .form-auto-list ._account_api .list-results thead .report-status .form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .liveDashboard .list-results thead .report-status .form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .report-status .form-auto-list .form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .form-auto-list .report-status .form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .report-status .form-auto-list .form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .form-auto-list .report-status .form-auto-item.is-user-is-active,.liveDashboard .form-auto-list ._account_api .list-results thead .report-status .form-auto-item.is-user-is-active,.form-auto-list ._account_api .liveDashboard .list-results thead .report-status .form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .report-status .list-results-header .status.title span,.liveDashboard ._account_api .list-results thead .list-results-header .status.title .report-status span,._account_api .liveDashboard .list-results thead .report-status .list-results-header .status.title span,._account_api .liveDashboard .list-results thead .list-results-header .status.title .report-status span,.liveDashboard .list-results-header .status.title ._account_api .list-results thead .report-status span,.list-results-header .status.title ._account_api .liveDashboard .list-results thead .report-status span,.liveDashboard ._account_api .list-results thead .report-status tr span,.liveDashboard ._account_api .list-results thead tr .report-status span,._account_api .liveDashboard .list-results thead .report-status tr span,._account_api .liveDashboard .list-results thead tr .report-status span,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .report-status .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .report-status .dropdown-toggle:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .report-status .filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .report-status .filter,._account_api .form-label.status .liveDashboard .list-results thead .report-status span,._account_api .status.status-log .liveDashboard .list-results thead .report-status span,._account_api .status.status-report-item .liveDashboard .list-results thead .report-status span,._account_api .double-list dd.status .liveDashboard .list-results thead .report-status span,.double-list ._account_api dd.status .liveDashboard .list-results thead .report-status span,._account_api .double-list dt.status .liveDashboard .list-results thead .report-status span,.double-list ._account_api dt.status .liveDashboard .list-results thead .report-status span,._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead .report-status span,.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead .report-status span,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead .report-status span,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead .report-status span,._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead .report-status span,.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead .report-status span,.form-label.status .liveDashboard ._account_api .list-results thead .report-status span,.status.status-log .liveDashboard ._account_api .list-results thead .report-status span,.status.status-report-item .liveDashboard ._account_api .list-results thead .report-status span,.double-list dd.status .liveDashboard ._account_api .list-results thead .report-status span,.double-list dt.status .liveDashboard ._account_api .list-results thead .report-status span,.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead .report-status span,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead .report-status span,.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead .report-status span,._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead .report-status span,.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead .report-status span,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead .report-status span,.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead .report-status span,._account_api .sub-header .w-form .liveDashboard .list-results thead .report-status label,._account_api .sub-header .w-double-list .liveDashboard .list-results thead .report-status label,.sub-header .w-form .liveDashboard ._account_api .list-results thead .report-status label,.sub-header .w-double-list .liveDashboard ._account_api .list-results thead .report-status label,._account_api .block-filters .liveDashboard .list-results thead .report-status button:after,.block-filters .liveDashboard ._account_api .list-results thead .report-status button:after,._account_api .block-filters .liveDashboard .list-results thead .report-status select:after,.block-filters .liveDashboard ._account_api .list-results thead .report-status select:after,._account_api .form-auto-list .liveDashboard .list-results thead .report-status .form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard ._account_api .list-results thead .report-status .form-auto-item.is-user-is-inactive,._account_api .form-auto-list .liveDashboard .list-results thead .report-status .form-auto-item.is-user-is-active,.form-auto-list .liveDashboard ._account_api .list-results thead .report-status .form-auto-item.is-user-is-active,._account_api .list-results-header .status.title .liveDashboard .list-results thead .report-status span,.list-results-header .status.title .liveDashboard ._account_api .list-results thead .report-status span,.report-status ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .report-status .dropdown-toggle:after,.report-status .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .report-status .dropdown-toggle:after,.report-status ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .report-status .filter,.report-status .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .report-status .filter,.report-status ._account_api .list-results thead .form-label.status span,.report-status ._account_api .list-results thead .status.status-log span,.report-status ._account_api .list-results thead .status.status-report-item span,.report-status ._account_api .list-results thead .double-list dd.status span,.double-list .report-status ._account_api .list-results thead dd.status span,.report-status ._account_api .list-results thead .double-list dt.status span,.double-list .report-status ._account_api .list-results thead dt.status span,.report-status ._account_api .list-results thead .w-cards-container .w-card .status.title span,.w-cards-container .w-card .report-status ._account_api .list-results thead .status.title span,.report-status ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value .report-status ._account_api .list-results thead .status.label span,.report-status ._account_api .list-results thead tbody tr.sublist .status.title span,.report-status ._account_api .list-results tbody tr.sublist thead .status.title span,._account_api .list-results thead .form-label.status .report-status span,._account_api .list-results thead .status.status-log .report-status span,._account_api .list-results thead .status.status-report-item .report-status span,._account_api .list-results thead .double-list dd.status .report-status span,.double-list ._account_api .list-results thead dd.status .report-status span,._account_api .list-results thead .double-list dt.status .report-status span,.double-list ._account_api .list-results thead dt.status .report-status span,._account_api .list-results thead .w-cards-container .w-card .status.title .report-status span,.w-cards-container .w-card ._account_api .list-results thead .status.title .report-status span,._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .report-status span,.w-cards-container .w-card.centered .w-value ._account_api .list-results thead .status.label .report-status span,._account_api .list-results thead tbody tr.sublist .status.title .report-status span,._account_api .list-results tbody tr.sublist thead .status.title .report-status span,.report-status .form-label.status ._account_api .list-results thead span,.report-status .status.status-log ._account_api .list-results thead span,.report-status .status.status-report-item ._account_api .list-results thead span,.report-status .double-list dd.status ._account_api .list-results thead span,.double-list .report-status dd.status ._account_api .list-results thead span,.report-status .double-list dt.status ._account_api .list-results thead span,.double-list .report-status dt.status ._account_api .list-results thead span,.report-status .w-cards-container .w-card .status.title ._account_api .list-results thead span,.w-cards-container .w-card .report-status .status.title ._account_api .list-results thead span,.report-status .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span,.w-cards-container .w-card.centered .w-value .report-status .status.label ._account_api .list-results thead span,.report-status .list-results tbody tr.sublist .status.title ._account_api .list-results thead span,.list-results tbody tr.sublist .report-status .status.title ._account_api .list-results thead span,.form-label.status ._account_api .list-results thead .report-status span,.status.status-log ._account_api .list-results thead .report-status span,.status.status-report-item ._account_api .list-results thead .report-status span,.double-list dd.status ._account_api .list-results thead .report-status span,.double-list dt.status ._account_api .list-results thead .report-status span,.w-cards-container .w-card .status.title ._account_api .list-results thead .report-status span,.w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead .report-status span,.list-results tbody tr.sublist .status.title ._account_api .list-results thead .report-status span,.report-status ._account_api .list-results thead .w-filters-selected label.status.small span,._account_api .list-results thead .w-filters-selected label.status.small .report-status span,.report-status .w-filters-selected label.status.small ._account_api .list-results thead span,.w-filters-selected label.status.small ._account_api .list-results thead .report-status span,.report-status ._account_api .list-results thead .w-filters-selected .status.btn-f-s span,._account_api .list-results thead .w-filters-selected .status.btn-f-s .report-status span,.report-status .w-filters-selected .status.btn-f-s ._account_api .list-results thead span,.w-filters-selected .status.btn-f-s ._account_api .list-results thead .report-status span,.report-status ._account_api .list-results thead .sub-header .w-form label,.report-status ._account_api .list-results thead .sub-header .w-double-list label,._account_api .list-results thead .sub-header .w-form .report-status label,._account_api .list-results thead .sub-header .w-double-list .report-status label,.report-status .sub-header .w-form ._account_api .list-results thead label,.report-status .sub-header .w-double-list ._account_api .list-results thead label,.sub-header .w-form ._account_api .list-results thead .report-status label,.sub-header .w-double-list ._account_api .list-results thead .report-status label,.report-status ._account_api .list-results thead .block-filters button:after,._account_api .list-results thead .block-filters .report-status button:after,.report-status .block-filters ._account_api .list-results thead button:after,.block-filters ._account_api .list-results thead .report-status button:after,.report-status ._account_api .list-results thead .block-filters select:after,._account_api .list-results thead .block-filters .report-status select:after,.report-status .block-filters ._account_api .list-results thead select:after,.block-filters ._account_api .list-results thead .report-status select:after,.report-status ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive,._account_api .list-results thead .form-auto-list .report-status .form-auto-item.is-user-is-inactive,.report-status .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .list-results thead .report-status .form-auto-item.is-user-is-inactive,.report-status ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active,._account_api .list-results thead .form-auto-list .report-status .form-auto-item.is-user-is-active,.report-status .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-active,.form-auto-list ._account_api .list-results thead .report-status .form-auto-item.is-user-is-active,.report-status ._account_api .list-results thead .list-results-header .status.title span,._account_api .list-results thead .list-results-header .status.title .report-status span,.report-status .list-results-header .status.title ._account_api .list-results thead span,.list-results-header .status.title ._account_api .list-results thead .report-status span,.report-status ._account_api .list-results thead tr span,._account_api .list-results thead tr .report-status span,.report-status .sidebar-default.sidebar-default-right .sidebar-default-body .filter-group .filter-checkbox,.sidebar-default.sidebar-default-right .sidebar-default-body .filter-group .report-status .filter-checkbox,.report-status .add-filters-dropdown .w-add-filters-list>div.filter-group .filter-checkbox,.add-filters-dropdown .w-add-filters-list>div.filter-group .report-status .filter-checkbox,.report-status .filter-preset .filter-field-name button,.filter-preset .filter-field-name .report-status button{border-radius:4px !important;border:0;position:relative;cursor:pointer !important;pointer-events:none;display:flex;align-items:center;padding-bottom:0;border-radius:8px}.report-status .button-default.status-ok,.report-status .liveDashboard .list-results thead .status-ok.icon,.report-status .liveDashboard .list-results thead .status-ok.w-alert-banner:before,.report-status .liveDashboard .list-results thead .status-ok.w-alert-banner:before,.report-status .liveDashboard ._account_api .list-results thead .status-ok.w-alert-banner:before,._account_api .report-status .liveDashboard .list-results thead .status-ok.w-alert-banner:before,.report-status .liveDashboard .list-results thead .w-dialog.plus .status-ok.dialog-aside:after,.w-dialog.plus .report-status .liveDashboard .list-results thead .status-ok.dialog-aside:after,.report-status .liveDashboard .list-results thead .w-toast .status-ok.toast.plus:after,.w-toast .report-status .liveDashboard .list-results thead .status-ok.toast.plus:after,.report-status .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .status-ok.btn-period-clear:before,.w-time-period .dropdown .w-selection .report-status .liveDashboard .list-results thead .status-ok.btn-period-clear:before,.report-status .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .status-ok.btn-filter:before,.w-time-period .dropdown .w-selection .report-status .liveDashboard .list-results thead .status-ok.btn-filter:before,.report-status .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .status-ok.btn-period-edit:before,.w-time-period .dropdown .w-selection .report-status .liveDashboard .list-results thead .status-ok.btn-period-edit:before,.report-status .liveDashboard .list-results thead .block-filters .status-ok.btn-filter:before,.block-filters .report-status .liveDashboard .list-results thead .status-ok.btn-filter:before,.report-status .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.status-ok,.toggleWrapper .report-status .liveDashboard .list-results thead input.mobileToggle+label.status-ok,.report-status .liveDashboard .list-results thead tbody span.status-ok.status,.report-status .liveDashboard .list-results tbody thead span.status-ok.status,.report-status .liveDashboard .list-results thead tbody td.is-running span.status-ok,.report-status .liveDashboard .list-results tbody td.is-running thead span.status-ok,.report-status .liveDashboard .list-results thead tbody td.is-pending span.status-ok,.report-status .liveDashboard .list-results tbody td.is-pending thead span.status-ok,.report-status .liveDashboard .list-results thead .status-ok.icon,.report-status .liveDashboard .list-results thead .status-ok.w-alert-banner:before,.report-status .liveDashboard .list-results thead .status-ok.w-alert-banner:before,.report-status .liveDashboard ._account_api .list-results thead .status-ok.w-alert-banner:before,._account_api .report-status .liveDashboard .list-results thead .status-ok.w-alert-banner:before,.report-status .liveDashboard .list-results thead .w-dialog.plus .status-ok.dialog-aside:after,.w-dialog.plus .report-status .liveDashboard .list-results thead .status-ok.dialog-aside:after,.report-status .liveDashboard .list-results thead .w-toast .status-ok.toast.plus:after,.w-toast .report-status .liveDashboard .list-results thead .status-ok.toast.plus:after,.report-status .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .status-ok.btn-period-clear:before,.w-time-period .dropdown .w-selection .report-status .liveDashboard .list-results thead .status-ok.btn-period-clear:before,.report-status .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .status-ok.btn-filter:before,.w-time-period .dropdown .w-selection .report-status .liveDashboard .list-results thead .status-ok.btn-filter:before,.report-status .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .status-ok.btn-period-edit:before,.w-time-period .dropdown .w-selection .report-status .liveDashboard .list-results thead .status-ok.btn-period-edit:before,.report-status .liveDashboard .list-results thead .block-filters .status-ok.btn-filter:before,.block-filters .report-status .liveDashboard .list-results thead .status-ok.btn-filter:before,.report-status .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.status-ok,.toggleWrapper .report-status .liveDashboard .list-results thead input.mobileToggle+label.status-ok,.report-status .liveDashboard .list-results thead tbody span.status-ok.status,.report-status .liveDashboard .list-results tbody thead span.status-ok.status,.report-status .liveDashboard .list-results thead tbody td.is-running span.status-ok,.report-status .liveDashboard .list-results tbody td.is-running thead span.status-ok,.report-status .liveDashboard .list-results thead tbody td.is-pending span.status-ok,.report-status .liveDashboard .list-results tbody td.is-pending thead span.status-ok,.report-status .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .status-ok.dropdown-toggle:after,.report-status .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .status-ok.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .report-status .liveDashboard .list-results thead .status-ok.dropdown-toggle:after,.report-status .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .status-ok.filter,.report-status .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .status-ok.filter,.w-filter-preset.w-filter-preset .filter-preset .report-status .liveDashboard .list-results thead .status-ok.filter,.report-status .liveDashboard .list-results thead .form-label.status span.status-ok,.report-status .liveDashboard .list-results thead .status.status-log span.status-ok,.report-status .liveDashboard .list-results thead .status.status-report-item span.status-ok,.report-status .liveDashboard .list-results thead .double-list dd.status span.status-ok,.double-list .report-status .liveDashboard .list-results thead dd.status span.status-ok,.report-status .liveDashboard .list-results thead .double-list dt.status span.status-ok,.double-list .report-status .liveDashboard .list-results thead dt.status span.status-ok,.report-status .liveDashboard .list-results thead .w-cards-container .w-card .status.title span.status-ok,.w-cards-container .w-card .report-status .liveDashboard .list-results thead .status.title span.status-ok,.report-status .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.status-ok,.w-cards-container .w-card.centered .w-value .report-status .liveDashboard .list-results thead .status.label span.status-ok,.report-status .liveDashboard .list-results thead tbody tr.sublist .status.title span.status-ok,.report-status .liveDashboard .list-results tbody tr.sublist thead .status.title span.status-ok,.report-status .form-label.status .liveDashboard .list-results thead span.status-ok,.report-status .status.status-log .liveDashboard .list-results thead span.status-ok,.report-status .status.status-report-item .liveDashboard .list-results thead span.status-ok,.report-status .double-list dd.status .liveDashboard .list-results thead span.status-ok,.double-list .report-status dd.status .liveDashboard .list-results thead span.status-ok,.report-status .double-list dt.status .liveDashboard .list-results thead span.status-ok,.double-list .report-status dt.status .liveDashboard .list-results thead span.status-ok,.report-status .w-cards-container .w-card .status.title .liveDashboard .list-results thead span.status-ok,.w-cards-container .w-card .report-status .status.title .liveDashboard .list-results thead span.status-ok,.report-status .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.status-ok,.w-cards-container .w-card.centered .w-value .report-status .status.label .liveDashboard .list-results thead span.status-ok,.report-status .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.status-ok,.list-results tbody tr.sublist .report-status .status.title .liveDashboard .list-results thead span.status-ok,.form-label.status .report-status .liveDashboard .list-results thead span.status-ok,.status.status-log .report-status .liveDashboard .list-results thead span.status-ok,.status.status-report-item .report-status .liveDashboard .list-results thead span.status-ok,.double-list dd.status .report-status .liveDashboard .list-results thead span.status-ok,.double-list dt.status .report-status .liveDashboard .list-results thead span.status-ok,.w-cards-container .w-card .status.title .report-status .liveDashboard .list-results thead span.status-ok,.w-cards-container .w-card.centered .w-value .status.label .report-status .liveDashboard .list-results thead span.status-ok,.list-results tbody tr.sublist .status.title .report-status .liveDashboard .list-results thead span.status-ok,.report-status .liveDashboard .list-results thead .w-filters-selected label.status.small span.status-ok,.report-status .w-filters-selected label.status.small .liveDashboard .list-results thead span.status-ok,.w-filters-selected label.status.small .report-status .liveDashboard .list-results thead span.status-ok,.report-status .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.status-ok,.report-status .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.status-ok,.w-filters-selected .status.btn-f-s .report-status .liveDashboard .list-results thead span.status-ok,.report-status .liveDashboard .list-results thead .sub-header .w-form label.status-ok,.report-status .liveDashboard .list-results thead .sub-header .w-double-list label.status-ok,.report-status .sub-header .w-form .liveDashboard .list-results thead label.status-ok,.report-status .sub-header .w-double-list .liveDashboard .list-results thead label.status-ok,.sub-header .w-form .report-status .liveDashboard .list-results thead label.status-ok,.sub-header .w-double-list .report-status .liveDashboard .list-results thead label.status-ok,.report-status .liveDashboard .list-results thead .block-filters button.status-ok:after,.report-status .block-filters .liveDashboard .list-results thead button.status-ok:after,.block-filters .report-status .liveDashboard .list-results thead button.status-ok:after,.report-status .liveDashboard .list-results thead .block-filters select.status-ok:after,.report-status .block-filters .liveDashboard .list-results thead select.status-ok:after,.block-filters .report-status .liveDashboard .list-results thead select.status-ok:after,.report-status .liveDashboard .list-results thead .form-auto-list .status-ok.form-auto-item.is-user-is-inactive,.report-status .form-auto-list .liveDashboard .list-results thead .status-ok.form-auto-item.is-user-is-inactive,.form-auto-list .report-status .liveDashboard .list-results thead .status-ok.form-auto-item.is-user-is-inactive,.report-status .liveDashboard .list-results thead .form-auto-list .status-ok.form-auto-item.is-user-is-active,.report-status .form-auto-list .liveDashboard .list-results thead .status-ok.form-auto-item.is-user-is-active,.form-auto-list .report-status .liveDashboard .list-results thead .status-ok.form-auto-item.is-user-is-active,.report-status .liveDashboard .list-results thead .list-results-header .status.title span.status-ok,.report-status .list-results-header .status.title .liveDashboard .list-results thead span.status-ok,.list-results-header .status.title .report-status .liveDashboard .list-results thead span.status-ok,.report-status .liveDashboard .list-results thead tr span.status-ok,.report-status .liveDashboard ._account_api .list-results thead .status-ok.icon,.report-status .liveDashboard ._account_api .list-results thead .status-ok.w-alert-banner:before,.report-status .liveDashboard ._account_api .list-results thead .status-ok.w-alert-banner:before,.report-status .liveDashboard ._account_api .list-results thead .status-ok.w-alert-banner:before,.report-status .liveDashboard ._account_api .list-results thead .w-dialog.plus .status-ok.dialog-aside:after,.w-dialog.plus .report-status .liveDashboard ._account_api .list-results thead .status-ok.dialog-aside:after,.report-status .liveDashboard ._account_api .list-results thead .w-toast .status-ok.toast.plus:after,.w-toast .report-status .liveDashboard ._account_api .list-results thead .status-ok.toast.plus:after,.report-status .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .status-ok.btn-period-clear:before,.w-time-period .dropdown .w-selection .report-status .liveDashboard ._account_api .list-results thead .status-ok.btn-period-clear:before,.report-status .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .status-ok.btn-filter:before,.w-time-period .dropdown .w-selection .report-status .liveDashboard ._account_api .list-results thead .status-ok.btn-filter:before,.report-status .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .status-ok.btn-period-edit:before,.w-time-period .dropdown .w-selection .report-status .liveDashboard ._account_api .list-results thead .status-ok.btn-period-edit:before,.report-status .liveDashboard ._account_api .list-results thead .block-filters .status-ok.btn-filter:before,.block-filters .report-status .liveDashboard ._account_api .list-results thead .status-ok.btn-filter:before,.report-status .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label.status-ok,.toggleWrapper .report-status .liveDashboard ._account_api .list-results thead input.mobileToggle+label.status-ok,.report-status .liveDashboard ._account_api .list-results thead tbody span.status-ok.status,.report-status .liveDashboard ._account_api .list-results tbody thead span.status-ok.status,.report-status .liveDashboard ._account_api .list-results thead tbody td.is-running span.status-ok,.report-status .liveDashboard ._account_api .list-results tbody td.is-running thead span.status-ok,.report-status .liveDashboard ._account_api .list-results thead tbody td.is-pending span.status-ok,.report-status .liveDashboard ._account_api .list-results tbody td.is-pending thead span.status-ok,._account_api .report-status .liveDashboard .list-results thead .status-ok.icon,._account_api .report-status .liveDashboard .list-results thead .status-ok.w-alert-banner:before,._account_api .report-status .liveDashboard .list-results thead .status-ok.w-alert-banner:before,._account_api .report-status .liveDashboard .list-results thead .status-ok.w-alert-banner:before,._account_api .report-status .liveDashboard .list-results thead .w-dialog.plus .status-ok.dialog-aside:after,.w-dialog.plus ._account_api .report-status .liveDashboard .list-results thead .status-ok.dialog-aside:after,._account_api .report-status .liveDashboard .list-results thead .w-toast .status-ok.toast.plus:after,.w-toast ._account_api .report-status .liveDashboard .list-results thead .status-ok.toast.plus:after,._account_api .report-status .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .status-ok.btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .report-status .liveDashboard .list-results thead .status-ok.btn-period-clear:before,._account_api .report-status .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .status-ok.btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .report-status .liveDashboard .list-results thead .status-ok.btn-filter:before,._account_api .report-status .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .status-ok.btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .report-status .liveDashboard .list-results thead .status-ok.btn-period-edit:before,._account_api .report-status .liveDashboard .list-results thead .block-filters .status-ok.btn-filter:before,.block-filters ._account_api .report-status .liveDashboard .list-results thead .status-ok.btn-filter:before,._account_api .report-status .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.status-ok,.toggleWrapper ._account_api .report-status .liveDashboard .list-results thead input.mobileToggle+label.status-ok,._account_api .report-status .liveDashboard .list-results thead tbody span.status-ok.status,._account_api .report-status .liveDashboard .list-results tbody thead span.status-ok.status,._account_api .report-status .liveDashboard .list-results thead tbody td.is-running span.status-ok,._account_api .report-status .liveDashboard .list-results tbody td.is-running thead span.status-ok,._account_api .report-status .liveDashboard .list-results thead tbody td.is-pending span.status-ok,._account_api .report-status .liveDashboard .list-results tbody td.is-pending thead span.status-ok,.report-status .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .status-ok.dropdown-toggle:after,._account_api .report-status .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .status-ok.dropdown-toggle:after,.report-status .liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .status-ok.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .report-status .liveDashboard .list-results thead .status-ok.dropdown-toggle:after,.report-status .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .status-ok.filter,._account_api .report-status .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .status-ok.filter,.report-status .liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .status-ok.filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .report-status .liveDashboard .list-results thead .status-ok.filter,.report-status .liveDashboard ._account_api .list-results thead .form-label.status span.status-ok,.report-status .liveDashboard ._account_api .list-results thead .status.status-log span.status-ok,.report-status .liveDashboard ._account_api .list-results thead .status.status-report-item span.status-ok,.report-status .liveDashboard ._account_api .list-results thead .double-list dd.status span.status-ok,.double-list .report-status .liveDashboard ._account_api .list-results thead dd.status span.status-ok,.report-status .liveDashboard ._account_api .list-results thead .double-list dt.status span.status-ok,.double-list .report-status .liveDashboard ._account_api .list-results thead dt.status span.status-ok,.report-status .liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span.status-ok,.w-cards-container .w-card .report-status .liveDashboard ._account_api .list-results thead .status.title span.status-ok,.report-status .liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.status-ok,.w-cards-container .w-card.centered .w-value .report-status .liveDashboard ._account_api .list-results thead .status.label span.status-ok,.report-status .liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span.status-ok,.report-status .liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span.status-ok,._account_api .report-status .liveDashboard .list-results thead .form-label.status span.status-ok,._account_api .report-status .liveDashboard .list-results thead .status.status-log span.status-ok,._account_api .report-status .liveDashboard .list-results thead .status.status-report-item span.status-ok,._account_api .report-status .liveDashboard .list-results thead .double-list dd.status span.status-ok,.double-list ._account_api .report-status .liveDashboard .list-results thead dd.status span.status-ok,._account_api .report-status .liveDashboard .list-results thead .double-list dt.status span.status-ok,.double-list ._account_api .report-status .liveDashboard .list-results thead dt.status span.status-ok,._account_api .report-status .liveDashboard .list-results thead .w-cards-container .w-card .status.title span.status-ok,.w-cards-container .w-card ._account_api .report-status .liveDashboard .list-results thead .status.title span.status-ok,._account_api .report-status .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.status-ok,.w-cards-container .w-card.centered .w-value ._account_api .report-status .liveDashboard .list-results thead .status.label span.status-ok,._account_api .report-status .liveDashboard .list-results thead tbody tr.sublist .status.title span.status-ok,._account_api .report-status .liveDashboard .list-results tbody tr.sublist thead .status.title span.status-ok,.report-status .liveDashboard .form-label.status ._account_api .list-results thead span.status-ok,.report-status .liveDashboard .status.status-log ._account_api .list-results thead span.status-ok,.report-status .liveDashboard .status.status-report-item ._account_api .list-results thead span.status-ok,.report-status .liveDashboard .double-list dd.status ._account_api .list-results thead span.status-ok,.double-list .report-status .liveDashboard dd.status ._account_api .list-results thead span.status-ok,.report-status .liveDashboard .double-list dt.status ._account_api .list-results thead span.status-ok,.double-list .report-status .liveDashboard dt.status ._account_api .list-results thead span.status-ok,.report-status .liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span.status-ok,.w-cards-container .w-card .report-status .liveDashboard .status.title ._account_api .list-results thead span.status-ok,.report-status .liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.status-ok,.w-cards-container .w-card.centered .w-value .report-status .liveDashboard .status.label ._account_api .list-results thead span.status-ok,.report-status .liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span.status-ok,.list-results tbody tr.sublist .report-status .liveDashboard .status.title ._account_api .list-results thead span.status-ok,.form-label.status ._account_api .report-status .liveDashboard .list-results thead span.status-ok,.status.status-log ._account_api .report-status .liveDashboard .list-results thead span.status-ok,.status.status-report-item ._account_api .report-status .liveDashboard .list-results thead span.status-ok,.double-list dd.status ._account_api .report-status .liveDashboard .list-results thead span.status-ok,.double-list dt.status ._account_api .report-status .liveDashboard .list-results thead span.status-ok,.w-cards-container .w-card .status.title ._account_api .report-status .liveDashboard .list-results thead span.status-ok,.w-cards-container .w-card.centered .w-value .status.label ._account_api .report-status .liveDashboard .list-results thead span.status-ok,.list-results tbody tr.sublist .status.title ._account_api .report-status .liveDashboard .list-results thead span.status-ok,.report-status .liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span.status-ok,._account_api .report-status .liveDashboard .list-results thead .w-filters-selected label.status.small span.status-ok,.report-status .liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span.status-ok,.w-filters-selected label.status.small ._account_api .report-status .liveDashboard .list-results thead span.status-ok,.report-status .liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span.status-ok,._account_api .report-status .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.status-ok,.report-status .liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span.status-ok,.w-filters-selected .status.btn-f-s ._account_api .report-status .liveDashboard .list-results thead span.status-ok,.report-status .liveDashboard ._account_api .list-results thead .sub-header .w-form label.status-ok,.report-status .liveDashboard ._account_api .list-results thead .sub-header .w-double-list label.status-ok,._account_api .report-status .liveDashboard .list-results thead .sub-header .w-form label.status-ok,._account_api .report-status .liveDashboard .list-results thead .sub-header .w-double-list label.status-ok,.report-status .liveDashboard .sub-header .w-form ._account_api .list-results thead label.status-ok,.report-status .liveDashboard .sub-header .w-double-list ._account_api .list-results thead label.status-ok,.sub-header .w-form ._account_api .report-status .liveDashboard .list-results thead label.status-ok,.sub-header .w-double-list ._account_api .report-status .liveDashboard .list-results thead label.status-ok,.report-status .liveDashboard ._account_api .list-results thead .block-filters button.status-ok:after,._account_api .report-status .liveDashboard .list-results thead .block-filters button.status-ok:after,.report-status .liveDashboard .block-filters ._account_api .list-results thead button.status-ok:after,.block-filters ._account_api .report-status .liveDashboard .list-results thead button.status-ok:after,.report-status .liveDashboard ._account_api .list-results thead .block-filters select.status-ok:after,._account_api .report-status .liveDashboard .list-results thead .block-filters select.status-ok:after,.report-status .liveDashboard .block-filters ._account_api .list-results thead select.status-ok:after,.block-filters ._account_api .report-status .liveDashboard .list-results thead select.status-ok:after,.report-status .liveDashboard ._account_api .list-results thead .form-auto-list .status-ok.form-auto-item.is-user-is-inactive,._account_api .report-status .liveDashboard .list-results thead .form-auto-list .status-ok.form-auto-item.is-user-is-inactive,.report-status .liveDashboard .form-auto-list ._account_api .list-results thead .status-ok.form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .report-status .liveDashboard .list-results thead .status-ok.form-auto-item.is-user-is-inactive,.report-status .liveDashboard ._account_api .list-results thead .form-auto-list .status-ok.form-auto-item.is-user-is-active,._account_api .report-status .liveDashboard .list-results thead .form-auto-list .status-ok.form-auto-item.is-user-is-active,.report-status .liveDashboard .form-auto-list ._account_api .list-results thead .status-ok.form-auto-item.is-user-is-active,.form-auto-list ._account_api .report-status .liveDashboard .list-results thead .status-ok.form-auto-item.is-user-is-active,.report-status .liveDashboard ._account_api .list-results thead .list-results-header .status.title span.status-ok,._account_api .report-status .liveDashboard .list-results thead .list-results-header .status.title span.status-ok,.report-status .liveDashboard .list-results-header .status.title ._account_api .list-results thead span.status-ok,.list-results-header .status.title ._account_api .report-status .liveDashboard .list-results thead span.status-ok,.report-status .liveDashboard ._account_api .list-results thead tr span.status-ok,._account_api .report-status .liveDashboard .list-results thead tr span.status-ok,.report-status .liveDashboard ._account_api .list-results thead .status-ok.icon,.report-status .liveDashboard ._account_api .list-results thead .status-ok.w-alert-banner:before,.report-status .liveDashboard ._account_api .list-results thead .status-ok.w-alert-banner:before,.report-status .liveDashboard ._account_api .list-results thead .status-ok.w-alert-banner:before,.report-status .liveDashboard ._account_api .list-results thead .w-dialog.plus .status-ok.dialog-aside:after,.w-dialog.plus .report-status .liveDashboard ._account_api .list-results thead .status-ok.dialog-aside:after,.report-status .liveDashboard ._account_api .list-results thead .w-toast .status-ok.toast.plus:after,.w-toast .report-status .liveDashboard ._account_api .list-results thead .status-ok.toast.plus:after,.report-status .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .status-ok.btn-period-clear:before,.w-time-period .dropdown .w-selection .report-status .liveDashboard ._account_api .list-results thead .status-ok.btn-period-clear:before,.report-status .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .status-ok.btn-filter:before,.w-time-period .dropdown .w-selection .report-status .liveDashboard ._account_api .list-results thead .status-ok.btn-filter:before,.report-status .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .status-ok.btn-period-edit:before,.w-time-period .dropdown .w-selection .report-status .liveDashboard ._account_api .list-results thead .status-ok.btn-period-edit:before,.report-status .liveDashboard ._account_api .list-results thead .block-filters .status-ok.btn-filter:before,.block-filters .report-status .liveDashboard ._account_api .list-results thead .status-ok.btn-filter:before,.report-status .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label.status-ok,.toggleWrapper .report-status .liveDashboard ._account_api .list-results thead input.mobileToggle+label.status-ok,.report-status .liveDashboard ._account_api .list-results thead tbody span.status-ok.status,.report-status .liveDashboard ._account_api .list-results tbody thead span.status-ok.status,.report-status .liveDashboard ._account_api .list-results thead tbody td.is-running span.status-ok,.report-status .liveDashboard ._account_api .list-results tbody td.is-running thead span.status-ok,.report-status .liveDashboard ._account_api .list-results thead tbody td.is-pending span.status-ok,.report-status .liveDashboard ._account_api .list-results tbody td.is-pending thead span.status-ok,.report-status ._account_api .liveDashboard .list-results thead .status-ok.icon,.report-status ._account_api .liveDashboard .list-results thead .status-ok.w-alert-banner:before,.report-status ._account_api .liveDashboard .list-results thead .status-ok.w-alert-banner:before,.report-status ._account_api .liveDashboard .list-results thead .status-ok.w-alert-banner:before,.report-status ._account_api .liveDashboard .list-results thead .w-dialog.plus .status-ok.dialog-aside:after,.w-dialog.plus .report-status ._account_api .liveDashboard .list-results thead .status-ok.dialog-aside:after,.report-status ._account_api .liveDashboard .list-results thead .w-toast .status-ok.toast.plus:after,.w-toast .report-status ._account_api .liveDashboard .list-results thead .status-ok.toast.plus:after,.report-status ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .status-ok.btn-period-clear:before,.w-time-period .dropdown .w-selection .report-status ._account_api .liveDashboard .list-results thead .status-ok.btn-period-clear:before,.report-status ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .status-ok.btn-filter:before,.w-time-period .dropdown .w-selection .report-status ._account_api .liveDashboard .list-results thead .status-ok.btn-filter:before,.report-status ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .status-ok.btn-period-edit:before,.w-time-period .dropdown .w-selection .report-status ._account_api .liveDashboard .list-results thead .status-ok.btn-period-edit:before,.report-status ._account_api .liveDashboard .list-results thead .block-filters .status-ok.btn-filter:before,.block-filters .report-status ._account_api .liveDashboard .list-results thead .status-ok.btn-filter:before,.report-status ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.status-ok,.toggleWrapper .report-status ._account_api .liveDashboard .list-results thead input.mobileToggle+label.status-ok,.report-status ._account_api .liveDashboard .list-results thead tbody span.status-ok.status,.report-status ._account_api .liveDashboard .list-results tbody thead span.status-ok.status,.report-status ._account_api .liveDashboard .list-results thead tbody td.is-running span.status-ok,.report-status ._account_api .liveDashboard .list-results tbody td.is-running thead span.status-ok,.report-status ._account_api .liveDashboard .list-results thead tbody td.is-pending span.status-ok,.report-status ._account_api .liveDashboard .list-results tbody td.is-pending thead span.status-ok,._account_api .report-status .liveDashboard .list-results thead .status-ok.icon,._account_api .report-status .liveDashboard .list-results thead .status-ok.w-alert-banner:before,._account_api .report-status .liveDashboard .list-results thead .status-ok.w-alert-banner:before,._account_api .report-status .liveDashboard .list-results thead .status-ok.w-alert-banner:before,._account_api .report-status .liveDashboard .list-results thead .w-dialog.plus .status-ok.dialog-aside:after,.w-dialog.plus ._account_api .report-status .liveDashboard .list-results thead .status-ok.dialog-aside:after,._account_api .report-status .liveDashboard .list-results thead .w-toast .status-ok.toast.plus:after,.w-toast ._account_api .report-status .liveDashboard .list-results thead .status-ok.toast.plus:after,._account_api .report-status .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .status-ok.btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .report-status .liveDashboard .list-results thead .status-ok.btn-period-clear:before,._account_api .report-status .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .status-ok.btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .report-status .liveDashboard .list-results thead .status-ok.btn-filter:before,._account_api .report-status .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .status-ok.btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .report-status .liveDashboard .list-results thead .status-ok.btn-period-edit:before,._account_api .report-status .liveDashboard .list-results thead .block-filters .status-ok.btn-filter:before,.block-filters ._account_api .report-status .liveDashboard .list-results thead .status-ok.btn-filter:before,._account_api .report-status .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.status-ok,.toggleWrapper ._account_api .report-status .liveDashboard .list-results thead input.mobileToggle+label.status-ok,._account_api .report-status .liveDashboard .list-results thead tbody span.status-ok.status,._account_api .report-status .liveDashboard .list-results tbody thead span.status-ok.status,._account_api .report-status .liveDashboard .list-results thead tbody td.is-running span.status-ok,._account_api .report-status .liveDashboard .list-results tbody td.is-running thead span.status-ok,._account_api .report-status .liveDashboard .list-results thead tbody td.is-pending span.status-ok,._account_api .report-status .liveDashboard .list-results tbody td.is-pending thead span.status-ok,.report-status .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .status-ok.dropdown-toggle:after,.report-status ._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .status-ok.dropdown-toggle:after,._account_api .report-status .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .status-ok.dropdown-toggle:after,.report-status .liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .status-ok.dropdown-toggle:after,.report-status .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .status-ok.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .report-status .liveDashboard .list-results thead .status-ok.dropdown-toggle:after,.report-status .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .status-ok.filter,.report-status ._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .status-ok.filter,._account_api .report-status .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .status-ok.filter,.report-status .liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .status-ok.filter,.report-status .w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .status-ok.filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .report-status .liveDashboard .list-results thead .status-ok.filter,.report-status .liveDashboard ._account_api .list-results thead .form-label.status span.status-ok,.report-status .liveDashboard ._account_api .list-results thead .status.status-log span.status-ok,.report-status .liveDashboard ._account_api .list-results thead .status.status-report-item span.status-ok,.report-status .liveDashboard ._account_api .list-results thead .double-list dd.status span.status-ok,.double-list .report-status .liveDashboard ._account_api .list-results thead dd.status span.status-ok,.report-status .liveDashboard ._account_api .list-results thead .double-list dt.status span.status-ok,.double-list .report-status .liveDashboard ._account_api .list-results thead dt.status span.status-ok,.report-status .liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span.status-ok,.w-cards-container .w-card .report-status .liveDashboard ._account_api .list-results thead .status.title span.status-ok,.report-status .liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.status-ok,.w-cards-container .w-card.centered .w-value .report-status .liveDashboard ._account_api .list-results thead .status.label span.status-ok,.report-status .liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span.status-ok,.report-status .liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span.status-ok,.report-status ._account_api .liveDashboard .list-results thead .form-label.status span.status-ok,.report-status ._account_api .liveDashboard .list-results thead .status.status-log span.status-ok,.report-status ._account_api .liveDashboard .list-results thead .status.status-report-item span.status-ok,.report-status ._account_api .liveDashboard .list-results thead .double-list dd.status span.status-ok,.double-list .report-status ._account_api .liveDashboard .list-results thead dd.status span.status-ok,.report-status ._account_api .liveDashboard .list-results thead .double-list dt.status span.status-ok,.double-list .report-status ._account_api .liveDashboard .list-results thead dt.status span.status-ok,.report-status ._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span.status-ok,.w-cards-container .w-card .report-status ._account_api .liveDashboard .list-results thead .status.title span.status-ok,.report-status ._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.status-ok,.w-cards-container .w-card.centered .w-value .report-status ._account_api .liveDashboard .list-results thead .status.label span.status-ok,.report-status ._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span.status-ok,.report-status ._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span.status-ok,._account_api .report-status .liveDashboard .list-results thead .form-label.status span.status-ok,._account_api .report-status .liveDashboard .list-results thead .status.status-log span.status-ok,._account_api .report-status .liveDashboard .list-results thead .status.status-report-item span.status-ok,._account_api .report-status .liveDashboard .list-results thead .double-list dd.status span.status-ok,.double-list ._account_api .report-status .liveDashboard .list-results thead dd.status span.status-ok,._account_api .report-status .liveDashboard .list-results thead .double-list dt.status span.status-ok,.double-list ._account_api .report-status .liveDashboard .list-results thead dt.status span.status-ok,._account_api .report-status .liveDashboard .list-results thead .w-cards-container .w-card .status.title span.status-ok,.w-cards-container .w-card ._account_api .report-status .liveDashboard .list-results thead .status.title span.status-ok,._account_api .report-status .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.status-ok,.w-cards-container .w-card.centered .w-value ._account_api .report-status .liveDashboard .list-results thead .status.label span.status-ok,._account_api .report-status .liveDashboard .list-results thead tbody tr.sublist .status.title span.status-ok,._account_api .report-status .liveDashboard .list-results tbody tr.sublist thead .status.title span.status-ok,.report-status .liveDashboard .form-label.status ._account_api .list-results thead span.status-ok,.report-status .liveDashboard .status.status-log ._account_api .list-results thead span.status-ok,.report-status .liveDashboard .status.status-report-item ._account_api .list-results thead span.status-ok,.report-status .liveDashboard .double-list dd.status ._account_api .list-results thead span.status-ok,.double-list .report-status .liveDashboard dd.status ._account_api .list-results thead span.status-ok,.report-status .liveDashboard .double-list dt.status ._account_api .list-results thead span.status-ok,.double-list .report-status .liveDashboard dt.status ._account_api .list-results thead span.status-ok,.report-status .liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span.status-ok,.w-cards-container .w-card .report-status .liveDashboard .status.title ._account_api .list-results thead span.status-ok,.report-status .liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.status-ok,.w-cards-container .w-card.centered .w-value .report-status .liveDashboard .status.label ._account_api .list-results thead span.status-ok,.report-status .liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span.status-ok,.list-results tbody tr.sublist .report-status .liveDashboard .status.title ._account_api .list-results thead span.status-ok,.report-status .form-label.status ._account_api .liveDashboard .list-results thead span.status-ok,.report-status .status.status-log ._account_api .liveDashboard .list-results thead span.status-ok,.report-status .status.status-report-item ._account_api .liveDashboard .list-results thead span.status-ok,.report-status .double-list dd.status ._account_api .liveDashboard .list-results thead span.status-ok,.double-list .report-status dd.status ._account_api .liveDashboard .list-results thead span.status-ok,.report-status .double-list dt.status ._account_api .liveDashboard .list-results thead span.status-ok,.double-list .report-status dt.status ._account_api .liveDashboard .list-results thead span.status-ok,.report-status .w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead span.status-ok,.w-cards-container .w-card .report-status .status.title ._account_api .liveDashboard .list-results thead span.status-ok,.report-status .w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead span.status-ok,.w-cards-container .w-card.centered .w-value .report-status .status.label ._account_api .liveDashboard .list-results thead span.status-ok,.report-status .list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead span.status-ok,.list-results tbody tr.sublist .report-status .status.title ._account_api .liveDashboard .list-results thead span.status-ok,.form-label.status ._account_api .report-status .liveDashboard .list-results thead span.status-ok,.status.status-log ._account_api .report-status .liveDashboard .list-results thead span.status-ok,.status.status-report-item ._account_api .report-status .liveDashboard .list-results thead span.status-ok,.double-list dd.status ._account_api .report-status .liveDashboard .list-results thead span.status-ok,.double-list dt.status ._account_api .report-status .liveDashboard .list-results thead span.status-ok,.w-cards-container .w-card .status.title ._account_api .report-status .liveDashboard .list-results thead span.status-ok,.w-cards-container .w-card.centered .w-value .status.label ._account_api .report-status .liveDashboard .list-results thead span.status-ok,.list-results tbody tr.sublist .status.title ._account_api .report-status .liveDashboard .list-results thead span.status-ok,.report-status .liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span.status-ok,.report-status ._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span.status-ok,._account_api .report-status .liveDashboard .list-results thead .w-filters-selected label.status.small span.status-ok,.report-status .liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span.status-ok,.report-status .w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead span.status-ok,.w-filters-selected label.status.small ._account_api .report-status .liveDashboard .list-results thead span.status-ok,.report-status .liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span.status-ok,.report-status ._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.status-ok,._account_api .report-status .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.status-ok,.report-status .liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span.status-ok,.report-status .w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead span.status-ok,.w-filters-selected .status.btn-f-s ._account_api .report-status .liveDashboard .list-results thead span.status-ok,.report-status .liveDashboard ._account_api .list-results thead .sub-header .w-form label.status-ok,.report-status .liveDashboard ._account_api .list-results thead .sub-header .w-double-list label.status-ok,.report-status ._account_api .liveDashboard .list-results thead .sub-header .w-form label.status-ok,.report-status ._account_api .liveDashboard .list-results thead .sub-header .w-double-list label.status-ok,._account_api .report-status .liveDashboard .list-results thead .sub-header .w-form label.status-ok,._account_api .report-status .liveDashboard .list-results thead .sub-header .w-double-list label.status-ok,.report-status .liveDashboard .sub-header .w-form ._account_api .list-results thead label.status-ok,.report-status .liveDashboard .sub-header .w-double-list ._account_api .list-results thead label.status-ok,.report-status .sub-header .w-form ._account_api .liveDashboard .list-results thead label.status-ok,.report-status .sub-header .w-double-list ._account_api .liveDashboard .list-results thead label.status-ok,.sub-header .w-form ._account_api .report-status .liveDashboard .list-results thead label.status-ok,.sub-header .w-double-list ._account_api .report-status .liveDashboard .list-results thead label.status-ok,.report-status .liveDashboard ._account_api .list-results thead .block-filters button.status-ok:after,.report-status ._account_api .liveDashboard .list-results thead .block-filters button.status-ok:after,._account_api .report-status .liveDashboard .list-results thead .block-filters button.status-ok:after,.report-status .liveDashboard .block-filters ._account_api .list-results thead button.status-ok:after,.report-status .block-filters ._account_api .liveDashboard .list-results thead button.status-ok:after,.block-filters ._account_api .report-status .liveDashboard .list-results thead button.status-ok:after,.report-status .liveDashboard ._account_api .list-results thead .block-filters select.status-ok:after,.report-status ._account_api .liveDashboard .list-results thead .block-filters select.status-ok:after,._account_api .report-status .liveDashboard .list-results thead .block-filters select.status-ok:after,.report-status .liveDashboard .block-filters ._account_api .list-results thead select.status-ok:after,.report-status .block-filters ._account_api .liveDashboard .list-results thead select.status-ok:after,.block-filters ._account_api .report-status .liveDashboard .list-results thead select.status-ok:after,.report-status .liveDashboard ._account_api .list-results thead .form-auto-list .status-ok.form-auto-item.is-user-is-inactive,.report-status ._account_api .liveDashboard .list-results thead .form-auto-list .status-ok.form-auto-item.is-user-is-inactive,._account_api .report-status .liveDashboard .list-results thead .form-auto-list .status-ok.form-auto-item.is-user-is-inactive,.report-status .liveDashboard .form-auto-list ._account_api .list-results thead .status-ok.form-auto-item.is-user-is-inactive,.report-status .form-auto-list ._account_api .liveDashboard .list-results thead .status-ok.form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .report-status .liveDashboard .list-results thead .status-ok.form-auto-item.is-user-is-inactive,.report-status .liveDashboard ._account_api .list-results thead .form-auto-list .status-ok.form-auto-item.is-user-is-active,.report-status ._account_api .liveDashboard .list-results thead .form-auto-list .status-ok.form-auto-item.is-user-is-active,._account_api .report-status .liveDashboard .list-results thead .form-auto-list .status-ok.form-auto-item.is-user-is-active,.report-status .liveDashboard .form-auto-list ._account_api .list-results thead .status-ok.form-auto-item.is-user-is-active,.report-status .form-auto-list ._account_api .liveDashboard .list-results thead .status-ok.form-auto-item.is-user-is-active,.form-auto-list ._account_api .report-status .liveDashboard .list-results thead .status-ok.form-auto-item.is-user-is-active,.report-status .liveDashboard ._account_api .list-results thead .list-results-header .status.title span.status-ok,.report-status ._account_api .liveDashboard .list-results thead .list-results-header .status.title span.status-ok,._account_api .report-status .liveDashboard .list-results thead .list-results-header .status.title span.status-ok,.report-status .liveDashboard .list-results-header .status.title ._account_api .list-results thead span.status-ok,.report-status .list-results-header .status.title ._account_api .liveDashboard .list-results thead span.status-ok,.list-results-header .status.title ._account_api .report-status .liveDashboard .list-results thead span.status-ok,.report-status .liveDashboard ._account_api .list-results thead tr span.status-ok,.report-status ._account_api .liveDashboard .list-results thead tr span.status-ok,._account_api .report-status .liveDashboard .list-results thead tr span.status-ok,.report-status ._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .status-ok.dropdown-toggle:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .report-status .liveDashboard .list-results thead .status-ok.dropdown-toggle:after,.report-status .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .status-ok.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .report-status .liveDashboard ._account_api .list-results thead .status-ok.dropdown-toggle:after,.report-status ._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .status-ok.filter,._account_api .w-filter-preset.w-filter-preset .filter-preset .report-status .liveDashboard .list-results thead .status-ok.filter,.report-status .w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .status-ok.filter,.w-filter-preset.w-filter-preset .filter-preset .report-status .liveDashboard ._account_api .list-results thead .status-ok.filter,.report-status ._account_api .form-label.status .liveDashboard .list-results thead span.status-ok,.report-status ._account_api .status.status-log .liveDashboard .list-results thead span.status-ok,.report-status ._account_api .status.status-report-item .liveDashboard .list-results thead span.status-ok,.report-status ._account_api .double-list dd.status .liveDashboard .list-results thead span.status-ok,.double-list .report-status ._account_api dd.status .liveDashboard .list-results thead span.status-ok,.report-status ._account_api .double-list dt.status .liveDashboard .list-results thead span.status-ok,.double-list .report-status ._account_api dt.status .liveDashboard .list-results thead span.status-ok,.report-status ._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span.status-ok,.w-cards-container .w-card .report-status ._account_api .status.title .liveDashboard .list-results thead span.status-ok,.report-status ._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.status-ok,.w-cards-container .w-card.centered .w-value .report-status ._account_api .status.label .liveDashboard .list-results thead span.status-ok,.report-status ._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.status-ok,.list-results tbody tr.sublist .report-status ._account_api .status.title .liveDashboard .list-results thead span.status-ok,._account_api .form-label.status .report-status .liveDashboard .list-results thead span.status-ok,._account_api .status.status-log .report-status .liveDashboard .list-results thead span.status-ok,._account_api .status.status-report-item .report-status .liveDashboard .list-results thead span.status-ok,._account_api .double-list dd.status .report-status .liveDashboard .list-results thead span.status-ok,.double-list ._account_api dd.status .report-status .liveDashboard .list-results thead span.status-ok,._account_api .double-list dt.status .report-status .liveDashboard .list-results thead span.status-ok,.double-list ._account_api dt.status .report-status .liveDashboard .list-results thead span.status-ok,._account_api .w-cards-container .w-card .status.title .report-status .liveDashboard .list-results thead span.status-ok,.w-cards-container .w-card ._account_api .status.title .report-status .liveDashboard .list-results thead span.status-ok,._account_api .w-cards-container .w-card.centered .w-value .status.label .report-status .liveDashboard .list-results thead span.status-ok,.w-cards-container .w-card.centered .w-value ._account_api .status.label .report-status .liveDashboard .list-results thead span.status-ok,._account_api .list-results tbody tr.sublist .status.title .report-status .liveDashboard .list-results thead span.status-ok,.list-results tbody tr.sublist ._account_api .status.title .report-status .liveDashboard .list-results thead span.status-ok,.report-status .form-label.status .liveDashboard ._account_api .list-results thead span.status-ok,.report-status .status.status-log .liveDashboard ._account_api .list-results thead span.status-ok,.report-status .status.status-report-item .liveDashboard ._account_api .list-results thead span.status-ok,.report-status .double-list dd.status .liveDashboard ._account_api .list-results thead span.status-ok,.double-list .report-status dd.status .liveDashboard ._account_api .list-results thead span.status-ok,.report-status .double-list dt.status .liveDashboard ._account_api .list-results thead span.status-ok,.double-list .report-status dt.status .liveDashboard ._account_api .list-results thead span.status-ok,.report-status .w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead span.status-ok,.w-cards-container .w-card .report-status .status.title .liveDashboard ._account_api .list-results thead span.status-ok,.report-status .w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead span.status-ok,.w-cards-container .w-card.centered .w-value .report-status .status.label .liveDashboard ._account_api .list-results thead span.status-ok,.report-status .list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead span.status-ok,.list-results tbody tr.sublist .report-status .status.title .liveDashboard ._account_api .list-results thead span.status-ok,.form-label.status .report-status .liveDashboard ._account_api .list-results thead span.status-ok,.status.status-log .report-status .liveDashboard ._account_api .list-results thead span.status-ok,.status.status-report-item .report-status .liveDashboard ._account_api .list-results thead span.status-ok,.double-list dd.status .report-status .liveDashboard ._account_api .list-results thead span.status-ok,.double-list dt.status .report-status .liveDashboard ._account_api .list-results thead span.status-ok,.w-cards-container .w-card .status.title .report-status .liveDashboard ._account_api .list-results thead span.status-ok,.w-cards-container .w-card.centered .w-value .status.label .report-status .liveDashboard ._account_api .list-results thead span.status-ok,.list-results tbody tr.sublist .status.title .report-status .liveDashboard ._account_api .list-results thead span.status-ok,.report-status ._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span.status-ok,._account_api .w-filters-selected label.status.small .report-status .liveDashboard .list-results thead span.status-ok,.report-status .w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead span.status-ok,.w-filters-selected label.status.small .report-status .liveDashboard ._account_api .list-results thead span.status-ok,.report-status ._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.status-ok,._account_api .w-filters-selected .status.btn-f-s .report-status .liveDashboard .list-results thead span.status-ok,.report-status .w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead span.status-ok,.w-filters-selected .status.btn-f-s .report-status .liveDashboard ._account_api .list-results thead span.status-ok,.report-status ._account_api .sub-header .w-form .liveDashboard .list-results thead label.status-ok,.report-status ._account_api .sub-header .w-double-list .liveDashboard .list-results thead label.status-ok,._account_api .sub-header .w-form .report-status .liveDashboard .list-results thead label.status-ok,._account_api .sub-header .w-double-list .report-status .liveDashboard .list-results thead label.status-ok,.report-status .sub-header .w-form .liveDashboard ._account_api .list-results thead label.status-ok,.report-status .sub-header .w-double-list .liveDashboard ._account_api .list-results thead label.status-ok,.sub-header .w-form .report-status .liveDashboard ._account_api .list-results thead label.status-ok,.sub-header .w-double-list .report-status .liveDashboard ._account_api .list-results thead label.status-ok,.report-status ._account_api .block-filters .liveDashboard .list-results thead button.status-ok:after,._account_api .block-filters .report-status .liveDashboard .list-results thead button.status-ok:after,.report-status .block-filters .liveDashboard ._account_api .list-results thead button.status-ok:after,.block-filters .report-status .liveDashboard ._account_api .list-results thead button.status-ok:after,.report-status ._account_api .block-filters .liveDashboard .list-results thead select.status-ok:after,._account_api .block-filters .report-status .liveDashboard .list-results thead select.status-ok:after,.report-status .block-filters .liveDashboard ._account_api .list-results thead select.status-ok:after,.block-filters .report-status .liveDashboard ._account_api .list-results thead select.status-ok:after,.report-status ._account_api .form-auto-list .liveDashboard .list-results thead .status-ok.form-auto-item.is-user-is-inactive,._account_api .form-auto-list .report-status .liveDashboard .list-results thead .status-ok.form-auto-item.is-user-is-inactive,.report-status .form-auto-list .liveDashboard ._account_api .list-results thead .status-ok.form-auto-item.is-user-is-inactive,.form-auto-list .report-status .liveDashboard ._account_api .list-results thead .status-ok.form-auto-item.is-user-is-inactive,.report-status ._account_api .form-auto-list .liveDashboard .list-results thead .status-ok.form-auto-item.is-user-is-active,._account_api .form-auto-list .report-status .liveDashboard .list-results thead .status-ok.form-auto-item.is-user-is-active,.report-status .form-auto-list .liveDashboard ._account_api .list-results thead .status-ok.form-auto-item.is-user-is-active,.form-auto-list .report-status .liveDashboard ._account_api .list-results thead .status-ok.form-auto-item.is-user-is-active,.report-status ._account_api .list-results-header .status.title .liveDashboard .list-results thead span.status-ok,._account_api .list-results-header .status.title .report-status .liveDashboard .list-results thead span.status-ok,.report-status .list-results-header .status.title .liveDashboard ._account_api .list-results thead span.status-ok,.list-results-header .status.title .report-status .liveDashboard ._account_api .list-results thead span.status-ok,.liveDashboard .list-results thead .report-status .status-ok.icon,.liveDashboard .list-results thead .report-status .status-ok.w-alert-banner:before,.liveDashboard .list-results thead .report-status .status-ok.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .report-status .status-ok.w-alert-banner:before,._account_api .liveDashboard .list-results thead .report-status .status-ok.w-alert-banner:before,.liveDashboard .list-results thead .report-status .w-dialog.plus .status-ok.dialog-aside:after,.w-dialog.plus .liveDashboard .list-results thead .report-status .status-ok.dialog-aside:after,.liveDashboard .list-results thead .report-status .w-toast .status-ok.toast.plus:after,.w-toast .liveDashboard .list-results thead .report-status .status-ok.toast.plus:after,.liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .status-ok.btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .report-status .status-ok.btn-period-clear:before,.liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .status-ok.btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .report-status .status-ok.btn-filter:before,.liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .status-ok.btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .report-status .status-ok.btn-period-edit:before,.liveDashboard .list-results thead .report-status .block-filters .status-ok.btn-filter:before,.block-filters .liveDashboard .list-results thead .report-status .status-ok.btn-filter:before,.liveDashboard .list-results thead .report-status .toggleWrapper input.mobileToggle+label.status-ok,.toggleWrapper .liveDashboard .list-results thead .report-status input.mobileToggle+label.status-ok,.liveDashboard .list-results thead .report-status tbody span.status-ok.status,.liveDashboard .list-results tbody thead .report-status span.status-ok.status,.liveDashboard .list-results thead .report-status tbody td.is-running span.status-ok,.liveDashboard .list-results tbody td.is-running thead .report-status span.status-ok,.liveDashboard .list-results thead .report-status tbody td.is-pending span.status-ok,.liveDashboard .list-results tbody td.is-pending thead .report-status span.status-ok,.liveDashboard .list-results thead .report-status .status-ok.icon,.liveDashboard .list-results thead .report-status .status-ok.w-alert-banner:before,.liveDashboard .list-results thead .report-status .status-ok.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .report-status .status-ok.w-alert-banner:before,._account_api .liveDashboard .list-results thead .report-status .status-ok.w-alert-banner:before,.liveDashboard .list-results thead .report-status .w-dialog.plus .status-ok.dialog-aside:after,.w-dialog.plus .liveDashboard .list-results thead .report-status .status-ok.dialog-aside:after,.liveDashboard .list-results thead .report-status .w-toast .status-ok.toast.plus:after,.w-toast .liveDashboard .list-results thead .report-status .status-ok.toast.plus:after,.liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .status-ok.btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .report-status .status-ok.btn-period-clear:before,.liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .status-ok.btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .report-status .status-ok.btn-filter:before,.liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .status-ok.btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .report-status .status-ok.btn-period-edit:before,.liveDashboard .list-results thead .report-status .block-filters .status-ok.btn-filter:before,.block-filters .liveDashboard .list-results thead .report-status .status-ok.btn-filter:before,.liveDashboard .list-results thead .report-status .toggleWrapper input.mobileToggle+label.status-ok,.toggleWrapper .liveDashboard .list-results thead .report-status input.mobileToggle+label.status-ok,.liveDashboard .list-results thead .report-status tbody span.status-ok.status,.liveDashboard .list-results tbody thead .report-status span.status-ok.status,.liveDashboard .list-results thead .report-status tbody td.is-running span.status-ok,.liveDashboard .list-results tbody td.is-running thead .report-status span.status-ok,.liveDashboard .list-results thead .report-status tbody td.is-pending span.status-ok,.liveDashboard .list-results tbody td.is-pending thead .report-status span.status-ok,.liveDashboard .list-results thead .report-status .w-filter-preset.w-filter-preset .filter-preset .dropdown .status-ok.dropdown-toggle:after,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .report-status .status-ok.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .report-status .status-ok.dropdown-toggle:after,.liveDashboard .list-results thead .report-status .w-filter-preset.w-filter-preset .filter-preset .status-ok.filter,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .report-status .status-ok.filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .report-status .status-ok.filter,.liveDashboard .list-results thead .report-status .form-label.status span.status-ok,.liveDashboard .list-results thead .report-status .status.status-log span.status-ok,.liveDashboard .list-results thead .report-status .status.status-report-item span.status-ok,.liveDashboard .list-results thead .report-status .double-list dd.status span.status-ok,.double-list .liveDashboard .list-results thead .report-status dd.status span.status-ok,.liveDashboard .list-results thead .report-status .double-list dt.status span.status-ok,.double-list .liveDashboard .list-results thead .report-status dt.status span.status-ok,.liveDashboard .list-results thead .report-status .w-cards-container .w-card .status.title span.status-ok,.w-cards-container .w-card .liveDashboard .list-results thead .report-status .status.title span.status-ok,.liveDashboard .list-results thead .report-status .w-cards-container .w-card.centered .w-value .status.label span.status-ok,.w-cards-container .w-card.centered .w-value .liveDashboard .list-results thead .report-status .status.label span.status-ok,.liveDashboard .list-results thead .report-status tbody tr.sublist .status.title span.status-ok,.liveDashboard .list-results tbody tr.sublist thead .report-status .status.title span.status-ok,.liveDashboard .list-results thead .form-label.status .report-status span.status-ok,.liveDashboard .list-results thead .status.status-log .report-status span.status-ok,.liveDashboard .list-results thead .status.status-report-item .report-status span.status-ok,.liveDashboard .list-results thead .double-list dd.status .report-status span.status-ok,.double-list .liveDashboard .list-results thead dd.status .report-status span.status-ok,.liveDashboard .list-results thead .double-list dt.status .report-status span.status-ok,.double-list .liveDashboard .list-results thead dt.status .report-status span.status-ok,.liveDashboard .list-results thead .w-cards-container .w-card .status.title .report-status span.status-ok,.w-cards-container .w-card .liveDashboard .list-results thead .status.title .report-status span.status-ok,.liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .report-status span.status-ok,.w-cards-container .w-card.centered .w-value .liveDashboard .list-results thead .status.label .report-status span.status-ok,.liveDashboard .list-results thead tbody tr.sublist .status.title .report-status span.status-ok,.liveDashboard .list-results tbody tr.sublist thead .status.title .report-status span.status-ok,.form-label.status .liveDashboard .list-results thead .report-status span.status-ok,.status.status-log .liveDashboard .list-results thead .report-status span.status-ok,.status.status-report-item .liveDashboard .list-results thead .report-status span.status-ok,.double-list dd.status .liveDashboard .list-results thead .report-status span.status-ok,.double-list dt.status .liveDashboard .list-results thead .report-status span.status-ok,.w-cards-container .w-card .status.title .liveDashboard .list-results thead .report-status span.status-ok,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead .report-status span.status-ok,.list-results tbody tr.sublist .status.title .liveDashboard .list-results thead .report-status span.status-ok,.liveDashboard .list-results thead .report-status .w-filters-selected label.status.small span.status-ok,.liveDashboard .list-results thead .w-filters-selected label.status.small .report-status span.status-ok,.w-filters-selected label.status.small .liveDashboard .list-results thead .report-status span.status-ok,.liveDashboard .list-results thead .report-status .w-filters-selected .status.btn-f-s span.status-ok,.liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .report-status span.status-ok,.w-filters-selected .status.btn-f-s .liveDashboard .list-results thead .report-status span.status-ok,.liveDashboard .list-results thead .report-status .sub-header .w-form label.status-ok,.liveDashboard .list-results thead .report-status .sub-header .w-double-list label.status-ok,.liveDashboard .list-results thead .sub-header .w-form .report-status label.status-ok,.liveDashboard .list-results thead .sub-header .w-double-list .report-status label.status-ok,.sub-header .w-form .liveDashboard .list-results thead .report-status label.status-ok,.sub-header .w-double-list .liveDashboard .list-results thead .report-status label.status-ok,.liveDashboard .list-results thead .report-status .block-filters button.status-ok:after,.liveDashboard .list-results thead .block-filters .report-status button.status-ok:after,.block-filters .liveDashboard .list-results thead .report-status button.status-ok:after,.liveDashboard .list-results thead .report-status .block-filters select.status-ok:after,.liveDashboard .list-results thead .block-filters .report-status select.status-ok:after,.block-filters .liveDashboard .list-results thead .report-status select.status-ok:after,.liveDashboard .list-results thead .report-status .form-auto-list .status-ok.form-auto-item.is-user-is-inactive,.liveDashboard .list-results thead .form-auto-list .report-status .status-ok.form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard .list-results thead .report-status .status-ok.form-auto-item.is-user-is-inactive,.liveDashboard .list-results thead .report-status .form-auto-list .status-ok.form-auto-item.is-user-is-active,.liveDashboard .list-results thead .form-auto-list .report-status .status-ok.form-auto-item.is-user-is-active,.form-auto-list .liveDashboard .list-results thead .report-status .status-ok.form-auto-item.is-user-is-active,.liveDashboard .list-results thead .report-status .list-results-header .status.title span.status-ok,.liveDashboard .list-results thead .list-results-header .status.title .report-status span.status-ok,.list-results-header .status.title .liveDashboard .list-results thead .report-status span.status-ok,.liveDashboard .list-results thead .report-status tr span.status-ok,.liveDashboard .list-results thead tr .report-status span.status-ok,.liveDashboard ._account_api .list-results thead .report-status .status-ok.icon,.liveDashboard ._account_api .list-results thead .report-status .status-ok.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .report-status .status-ok.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .report-status .status-ok.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .report-status .w-dialog.plus .status-ok.dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .report-status .status-ok.dialog-aside:after,.liveDashboard ._account_api .list-results thead .report-status .w-toast .status-ok.toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .report-status .status-ok.toast.plus:after,.liveDashboard ._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .status-ok.btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .report-status .status-ok.btn-period-clear:before,.liveDashboard ._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .status-ok.btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .report-status .status-ok.btn-filter:before,.liveDashboard ._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .status-ok.btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .report-status .status-ok.btn-period-edit:before,.liveDashboard ._account_api .list-results thead .report-status .block-filters .status-ok.btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .report-status .status-ok.btn-filter:before,.liveDashboard ._account_api .list-results thead .report-status .toggleWrapper input.mobileToggle+label.status-ok,.toggleWrapper .liveDashboard ._account_api .list-results thead .report-status input.mobileToggle+label.status-ok,.liveDashboard ._account_api .list-results thead .report-status tbody span.status-ok.status,.liveDashboard ._account_api .list-results tbody thead .report-status span.status-ok.status,.liveDashboard ._account_api .list-results thead .report-status tbody td.is-running span.status-ok,.liveDashboard ._account_api .list-results tbody td.is-running thead .report-status span.status-ok,.liveDashboard ._account_api .list-results thead .report-status tbody td.is-pending span.status-ok,.liveDashboard ._account_api .list-results tbody td.is-pending thead .report-status span.status-ok,._account_api .liveDashboard .list-results thead .report-status .status-ok.icon,._account_api .liveDashboard .list-results thead .report-status .status-ok.w-alert-banner:before,._account_api .liveDashboard .list-results thead .report-status .status-ok.w-alert-banner:before,._account_api .liveDashboard .list-results thead .report-status .status-ok.w-alert-banner:before,._account_api .liveDashboard .list-results thead .report-status .w-dialog.plus .status-ok.dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .report-status .status-ok.dialog-aside:after,._account_api .liveDashboard .list-results thead .report-status .w-toast .status-ok.toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .report-status .status-ok.toast.plus:after,._account_api .liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .status-ok.btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .report-status .status-ok.btn-period-clear:before,._account_api .liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .status-ok.btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .report-status .status-ok.btn-filter:before,._account_api .liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .status-ok.btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .report-status .status-ok.btn-period-edit:before,._account_api .liveDashboard .list-results thead .report-status .block-filters .status-ok.btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .report-status .status-ok.btn-filter:before,._account_api .liveDashboard .list-results thead .report-status .toggleWrapper input.mobileToggle+label.status-ok,.toggleWrapper ._account_api .liveDashboard .list-results thead .report-status input.mobileToggle+label.status-ok,._account_api .liveDashboard .list-results thead .report-status tbody span.status-ok.status,._account_api .liveDashboard .list-results tbody thead .report-status span.status-ok.status,._account_api .liveDashboard .list-results thead .report-status tbody td.is-running span.status-ok,._account_api .liveDashboard .list-results tbody td.is-running thead .report-status span.status-ok,._account_api .liveDashboard .list-results thead .report-status tbody td.is-pending span.status-ok,._account_api .liveDashboard .list-results tbody td.is-pending thead .report-status span.status-ok,.liveDashboard ._account_api .list-results thead .report-status .w-filter-preset.w-filter-preset .filter-preset .dropdown .status-ok.dropdown-toggle:after,._account_api .liveDashboard .list-results thead .report-status .w-filter-preset.w-filter-preset .filter-preset .dropdown .status-ok.dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .report-status .status-ok.dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .report-status .status-ok.dropdown-toggle:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .report-status .status-ok.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .report-status .status-ok.dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .report-status .w-filter-preset.w-filter-preset .filter-preset .status-ok.filter,._account_api .liveDashboard .list-results thead .report-status .w-filter-preset.w-filter-preset .filter-preset .status-ok.filter,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .report-status .status-ok.filter,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .report-status .status-ok.filter,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .report-status .status-ok.filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .report-status .status-ok.filter,.liveDashboard ._account_api .list-results thead .report-status .form-label.status span.status-ok,.liveDashboard ._account_api .list-results thead .report-status .status.status-log span.status-ok,.liveDashboard ._account_api .list-results thead .report-status .status.status-report-item span.status-ok,.liveDashboard ._account_api .list-results thead .report-status .double-list dd.status span.status-ok,.double-list .liveDashboard ._account_api .list-results thead .report-status dd.status span.status-ok,.liveDashboard ._account_api .list-results thead .report-status .double-list dt.status span.status-ok,.double-list .liveDashboard ._account_api .list-results thead .report-status dt.status span.status-ok,.liveDashboard ._account_api .list-results thead .report-status .w-cards-container .w-card .status.title span.status-ok,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .report-status .status.title span.status-ok,.liveDashboard ._account_api .list-results thead .report-status .w-cards-container .w-card.centered .w-value .status.label span.status-ok,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .report-status .status.label span.status-ok,.liveDashboard ._account_api .list-results thead .report-status tbody tr.sublist .status.title span.status-ok,.liveDashboard ._account_api .list-results tbody tr.sublist thead .report-status .status.title span.status-ok,._account_api .liveDashboard .list-results thead .report-status .form-label.status span.status-ok,._account_api .liveDashboard .list-results thead .report-status .status.status-log span.status-ok,._account_api .liveDashboard .list-results thead .report-status .status.status-report-item span.status-ok,._account_api .liveDashboard .list-results thead .report-status .double-list dd.status span.status-ok,.double-list ._account_api .liveDashboard .list-results thead .report-status dd.status span.status-ok,._account_api .liveDashboard .list-results thead .report-status .double-list dt.status span.status-ok,.double-list ._account_api .liveDashboard .list-results thead .report-status dt.status span.status-ok,._account_api .liveDashboard .list-results thead .report-status .w-cards-container .w-card .status.title span.status-ok,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .report-status .status.title span.status-ok,._account_api .liveDashboard .list-results thead .report-status .w-cards-container .w-card.centered .w-value .status.label span.status-ok,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .report-status .status.label span.status-ok,._account_api .liveDashboard .list-results thead .report-status tbody tr.sublist .status.title span.status-ok,._account_api .liveDashboard .list-results tbody tr.sublist thead .report-status .status.title span.status-ok,.liveDashboard ._account_api .list-results thead .form-label.status .report-status span.status-ok,.liveDashboard ._account_api .list-results thead .status.status-log .report-status span.status-ok,.liveDashboard ._account_api .list-results thead .status.status-report-item .report-status span.status-ok,.liveDashboard ._account_api .list-results thead .double-list dd.status .report-status span.status-ok,.double-list .liveDashboard ._account_api .list-results thead dd.status .report-status span.status-ok,.liveDashboard ._account_api .list-results thead .double-list dt.status .report-status span.status-ok,.double-list .liveDashboard ._account_api .list-results thead dt.status .report-status span.status-ok,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title .report-status span.status-ok,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title .report-status span.status-ok,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .report-status span.status-ok,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label .report-status span.status-ok,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title .report-status span.status-ok,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title .report-status span.status-ok,._account_api .liveDashboard .list-results thead .form-label.status .report-status span.status-ok,._account_api .liveDashboard .list-results thead .status.status-log .report-status span.status-ok,._account_api .liveDashboard .list-results thead .status.status-report-item .report-status span.status-ok,._account_api .liveDashboard .list-results thead .double-list dd.status .report-status span.status-ok,.double-list ._account_api .liveDashboard .list-results thead dd.status .report-status span.status-ok,._account_api .liveDashboard .list-results thead .double-list dt.status .report-status span.status-ok,.double-list ._account_api .liveDashboard .list-results thead dt.status .report-status span.status-ok,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title .report-status span.status-ok,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title .report-status span.status-ok,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .report-status span.status-ok,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label .report-status span.status-ok,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title .report-status span.status-ok,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title .report-status span.status-ok,.liveDashboard .form-label.status ._account_api .list-results thead .report-status span.status-ok,.liveDashboard .status.status-log ._account_api .list-results thead .report-status span.status-ok,.liveDashboard .status.status-report-item ._account_api .list-results thead .report-status span.status-ok,.liveDashboard .double-list dd.status ._account_api .list-results thead .report-status span.status-ok,.double-list .liveDashboard dd.status ._account_api .list-results thead .report-status span.status-ok,.liveDashboard .double-list dt.status ._account_api .list-results thead .report-status span.status-ok,.double-list .liveDashboard dt.status ._account_api .list-results thead .report-status span.status-ok,.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead .report-status span.status-ok,.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead .report-status span.status-ok,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead .report-status span.status-ok,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead .report-status span.status-ok,.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead .report-status span.status-ok,.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead .report-status span.status-ok,.form-label.status ._account_api .liveDashboard .list-results thead .report-status span.status-ok,.status.status-log ._account_api .liveDashboard .list-results thead .report-status span.status-ok,.status.status-report-item ._account_api .liveDashboard .list-results thead .report-status span.status-ok,.double-list dd.status ._account_api .liveDashboard .list-results thead .report-status span.status-ok,.double-list dt.status ._account_api .liveDashboard .list-results thead .report-status span.status-ok,.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead .report-status span.status-ok,.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead .report-status span.status-ok,.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead .report-status span.status-ok,.liveDashboard ._account_api .list-results thead .report-status .w-filters-selected label.status.small span.status-ok,._account_api .liveDashboard .list-results thead .report-status .w-filters-selected label.status.small span.status-ok,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small .report-status span.status-ok,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small .report-status span.status-ok,.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead .report-status span.status-ok,.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead .report-status span.status-ok,.liveDashboard ._account_api .list-results thead .report-status .w-filters-selected .status.btn-f-s span.status-ok,._account_api .liveDashboard .list-results thead .report-status .w-filters-selected .status.btn-f-s span.status-ok,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s .report-status span.status-ok,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .report-status span.status-ok,.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead .report-status span.status-ok,.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead .report-status span.status-ok,.liveDashboard ._account_api .list-results thead .report-status .sub-header .w-form label.status-ok,.liveDashboard ._account_api .list-results thead .report-status .sub-header .w-double-list label.status-ok,._account_api .liveDashboard .list-results thead .report-status .sub-header .w-form label.status-ok,._account_api .liveDashboard .list-results thead .report-status .sub-header .w-double-list label.status-ok,.liveDashboard ._account_api .list-results thead .sub-header .w-form .report-status label.status-ok,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list .report-status label.status-ok,._account_api .liveDashboard .list-results thead .sub-header .w-form .report-status label.status-ok,._account_api .liveDashboard .list-results thead .sub-header .w-double-list .report-status label.status-ok,.liveDashboard .sub-header .w-form ._account_api .list-results thead .report-status label.status-ok,.liveDashboard .sub-header .w-double-list ._account_api .list-results thead .report-status label.status-ok,.sub-header .w-form ._account_api .liveDashboard .list-results thead .report-status label.status-ok,.sub-header .w-double-list ._account_api .liveDashboard .list-results thead .report-status label.status-ok,.liveDashboard ._account_api .list-results thead .report-status .block-filters button.status-ok:after,._account_api .liveDashboard .list-results thead .report-status .block-filters button.status-ok:after,.liveDashboard ._account_api .list-results thead .block-filters .report-status button.status-ok:after,._account_api .liveDashboard .list-results thead .block-filters .report-status button.status-ok:after,.liveDashboard .block-filters ._account_api .list-results thead .report-status button.status-ok:after,.block-filters ._account_api .liveDashboard .list-results thead .report-status button.status-ok:after,.liveDashboard ._account_api .list-results thead .report-status .block-filters select.status-ok:after,._account_api .liveDashboard .list-results thead .report-status .block-filters select.status-ok:after,.liveDashboard ._account_api .list-results thead .block-filters .report-status select.status-ok:after,._account_api .liveDashboard .list-results thead .block-filters .report-status select.status-ok:after,.liveDashboard .block-filters ._account_api .list-results thead .report-status select.status-ok:after,.block-filters ._account_api .liveDashboard .list-results thead .report-status select.status-ok:after,.liveDashboard ._account_api .list-results thead .report-status .form-auto-list .status-ok.form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .report-status .form-auto-list .status-ok.form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .form-auto-list .report-status .status-ok.form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .form-auto-list .report-status .status-ok.form-auto-item.is-user-is-inactive,.liveDashboard .form-auto-list ._account_api .list-results thead .report-status .status-ok.form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .liveDashboard .list-results thead .report-status .status-ok.form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .report-status .form-auto-list .status-ok.form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .report-status .form-auto-list .status-ok.form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .form-auto-list .report-status .status-ok.form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .form-auto-list .report-status .status-ok.form-auto-item.is-user-is-active,.liveDashboard .form-auto-list ._account_api .list-results thead .report-status .status-ok.form-auto-item.is-user-is-active,.form-auto-list ._account_api .liveDashboard .list-results thead .report-status .status-ok.form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .report-status .list-results-header .status.title span.status-ok,._account_api .liveDashboard .list-results thead .report-status .list-results-header .status.title span.status-ok,.liveDashboard ._account_api .list-results thead .list-results-header .status.title .report-status span.status-ok,._account_api .liveDashboard .list-results thead .list-results-header .status.title .report-status span.status-ok,.liveDashboard .list-results-header .status.title ._account_api .list-results thead .report-status span.status-ok,.list-results-header .status.title ._account_api .liveDashboard .list-results thead .report-status span.status-ok,.liveDashboard ._account_api .list-results thead .report-status tr span.status-ok,._account_api .liveDashboard .list-results thead .report-status tr span.status-ok,.liveDashboard ._account_api .list-results thead tr .report-status span.status-ok,._account_api .liveDashboard .list-results thead tr .report-status span.status-ok,.liveDashboard ._account_api .list-results thead .report-status .status-ok.icon,.liveDashboard ._account_api .list-results thead .report-status .status-ok.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .report-status .status-ok.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .report-status .status-ok.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .report-status .w-dialog.plus .status-ok.dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .report-status .status-ok.dialog-aside:after,.liveDashboard ._account_api .list-results thead .report-status .w-toast .status-ok.toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .report-status .status-ok.toast.plus:after,.liveDashboard ._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .status-ok.btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .report-status .status-ok.btn-period-clear:before,.liveDashboard ._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .status-ok.btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .report-status .status-ok.btn-filter:before,.liveDashboard ._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .status-ok.btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .report-status .status-ok.btn-period-edit:before,.liveDashboard ._account_api .list-results thead .report-status .block-filters .status-ok.btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .report-status .status-ok.btn-filter:before,.liveDashboard ._account_api .list-results thead .report-status .toggleWrapper input.mobileToggle+label.status-ok,.toggleWrapper .liveDashboard ._account_api .list-results thead .report-status input.mobileToggle+label.status-ok,.liveDashboard ._account_api .list-results thead .report-status tbody span.status-ok.status,.liveDashboard ._account_api .list-results tbody thead .report-status span.status-ok.status,.liveDashboard ._account_api .list-results thead .report-status tbody td.is-running span.status-ok,.liveDashboard ._account_api .list-results tbody td.is-running thead .report-status span.status-ok,.liveDashboard ._account_api .list-results thead .report-status tbody td.is-pending span.status-ok,.liveDashboard ._account_api .list-results tbody td.is-pending thead .report-status span.status-ok,._account_api .liveDashboard .list-results thead .report-status .status-ok.icon,._account_api .liveDashboard .list-results thead .report-status .status-ok.w-alert-banner:before,._account_api .liveDashboard .list-results thead .report-status .status-ok.w-alert-banner:before,._account_api .liveDashboard .list-results thead .report-status .status-ok.w-alert-banner:before,._account_api .liveDashboard .list-results thead .report-status .w-dialog.plus .status-ok.dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .report-status .status-ok.dialog-aside:after,._account_api .liveDashboard .list-results thead .report-status .w-toast .status-ok.toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .report-status .status-ok.toast.plus:after,._account_api .liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .status-ok.btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .report-status .status-ok.btn-period-clear:before,._account_api .liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .status-ok.btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .report-status .status-ok.btn-filter:before,._account_api .liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .status-ok.btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .report-status .status-ok.btn-period-edit:before,._account_api .liveDashboard .list-results thead .report-status .block-filters .status-ok.btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .report-status .status-ok.btn-filter:before,._account_api .liveDashboard .list-results thead .report-status .toggleWrapper input.mobileToggle+label.status-ok,.toggleWrapper ._account_api .liveDashboard .list-results thead .report-status input.mobileToggle+label.status-ok,._account_api .liveDashboard .list-results thead .report-status tbody span.status-ok.status,._account_api .liveDashboard .list-results tbody thead .report-status span.status-ok.status,._account_api .liveDashboard .list-results thead .report-status tbody td.is-running span.status-ok,._account_api .liveDashboard .list-results tbody td.is-running thead .report-status span.status-ok,._account_api .liveDashboard .list-results thead .report-status tbody td.is-pending span.status-ok,._account_api .liveDashboard .list-results tbody td.is-pending thead .report-status span.status-ok,.liveDashboard ._account_api .list-results thead .report-status .w-filter-preset.w-filter-preset .filter-preset .dropdown .status-ok.dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .report-status .status-ok.dropdown-toggle:after,._account_api .liveDashboard .list-results thead .report-status .w-filter-preset.w-filter-preset .filter-preset .dropdown .status-ok.dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .report-status .status-ok.dropdown-toggle:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .report-status .status-ok.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .report-status .status-ok.dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .report-status .w-filter-preset.w-filter-preset .filter-preset .status-ok.filter,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .report-status .status-ok.filter,._account_api .liveDashboard .list-results thead .report-status .w-filter-preset.w-filter-preset .filter-preset .status-ok.filter,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .report-status .status-ok.filter,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .report-status .status-ok.filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .report-status .status-ok.filter,.liveDashboard ._account_api .list-results thead .report-status .form-label.status span.status-ok,.liveDashboard ._account_api .list-results thead .report-status .status.status-log span.status-ok,.liveDashboard ._account_api .list-results thead .report-status .status.status-report-item span.status-ok,.liveDashboard ._account_api .list-results thead .report-status .double-list dd.status span.status-ok,.double-list .liveDashboard ._account_api .list-results thead .report-status dd.status span.status-ok,.liveDashboard ._account_api .list-results thead .report-status .double-list dt.status span.status-ok,.double-list .liveDashboard ._account_api .list-results thead .report-status dt.status span.status-ok,.liveDashboard ._account_api .list-results thead .report-status .w-cards-container .w-card .status.title span.status-ok,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .report-status .status.title span.status-ok,.liveDashboard ._account_api .list-results thead .report-status .w-cards-container .w-card.centered .w-value .status.label span.status-ok,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .report-status .status.label span.status-ok,.liveDashboard ._account_api .list-results thead .report-status tbody tr.sublist .status.title span.status-ok,.liveDashboard ._account_api .list-results tbody tr.sublist thead .report-status .status.title span.status-ok,.liveDashboard ._account_api .list-results thead .form-label.status .report-status span.status-ok,.liveDashboard ._account_api .list-results thead .status.status-log .report-status span.status-ok,.liveDashboard ._account_api .list-results thead .status.status-report-item .report-status span.status-ok,.liveDashboard ._account_api .list-results thead .double-list dd.status .report-status span.status-ok,.double-list .liveDashboard ._account_api .list-results thead dd.status .report-status span.status-ok,.liveDashboard ._account_api .list-results thead .double-list dt.status .report-status span.status-ok,.double-list .liveDashboard ._account_api .list-results thead dt.status .report-status span.status-ok,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title .report-status span.status-ok,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title .report-status span.status-ok,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .report-status span.status-ok,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label .report-status span.status-ok,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title .report-status span.status-ok,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title .report-status span.status-ok,._account_api .liveDashboard .list-results thead .report-status .form-label.status span.status-ok,._account_api .liveDashboard .list-results thead .report-status .status.status-log span.status-ok,._account_api .liveDashboard .list-results thead .report-status .status.status-report-item span.status-ok,._account_api .liveDashboard .list-results thead .report-status .double-list dd.status span.status-ok,.double-list ._account_api .liveDashboard .list-results thead .report-status dd.status span.status-ok,._account_api .liveDashboard .list-results thead .report-status .double-list dt.status span.status-ok,.double-list ._account_api .liveDashboard .list-results thead .report-status dt.status span.status-ok,._account_api .liveDashboard .list-results thead .report-status .w-cards-container .w-card .status.title span.status-ok,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .report-status .status.title span.status-ok,._account_api .liveDashboard .list-results thead .report-status .w-cards-container .w-card.centered .w-value .status.label span.status-ok,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .report-status .status.label span.status-ok,._account_api .liveDashboard .list-results thead .report-status tbody tr.sublist .status.title span.status-ok,._account_api .liveDashboard .list-results tbody tr.sublist thead .report-status .status.title span.status-ok,._account_api .liveDashboard .list-results thead .form-label.status .report-status span.status-ok,._account_api .liveDashboard .list-results thead .status.status-log .report-status span.status-ok,._account_api .liveDashboard .list-results thead .status.status-report-item .report-status span.status-ok,._account_api .liveDashboard .list-results thead .double-list dd.status .report-status span.status-ok,.double-list ._account_api .liveDashboard .list-results thead dd.status .report-status span.status-ok,._account_api .liveDashboard .list-results thead .double-list dt.status .report-status span.status-ok,.double-list ._account_api .liveDashboard .list-results thead dt.status .report-status span.status-ok,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title .report-status span.status-ok,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title .report-status span.status-ok,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .report-status span.status-ok,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label .report-status span.status-ok,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title .report-status span.status-ok,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title .report-status span.status-ok,.liveDashboard .form-label.status ._account_api .list-results thead .report-status span.status-ok,.liveDashboard .status.status-log ._account_api .list-results thead .report-status span.status-ok,.liveDashboard .status.status-report-item ._account_api .list-results thead .report-status span.status-ok,.liveDashboard .double-list dd.status ._account_api .list-results thead .report-status span.status-ok,.double-list .liveDashboard dd.status ._account_api .list-results thead .report-status span.status-ok,.liveDashboard .double-list dt.status ._account_api .list-results thead .report-status span.status-ok,.double-list .liveDashboard dt.status ._account_api .list-results thead .report-status span.status-ok,.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead .report-status span.status-ok,.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead .report-status span.status-ok,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead .report-status span.status-ok,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead .report-status span.status-ok,.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead .report-status span.status-ok,.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead .report-status span.status-ok,.form-label.status ._account_api .liveDashboard .list-results thead .report-status span.status-ok,.status.status-log ._account_api .liveDashboard .list-results thead .report-status span.status-ok,.status.status-report-item ._account_api .liveDashboard .list-results thead .report-status span.status-ok,.double-list dd.status ._account_api .liveDashboard .list-results thead .report-status span.status-ok,.double-list dt.status ._account_api .liveDashboard .list-results thead .report-status span.status-ok,.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead .report-status span.status-ok,.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead .report-status span.status-ok,.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead .report-status span.status-ok,.liveDashboard ._account_api .list-results thead .report-status .w-filters-selected label.status.small span.status-ok,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small .report-status span.status-ok,._account_api .liveDashboard .list-results thead .report-status .w-filters-selected label.status.small span.status-ok,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small .report-status span.status-ok,.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead .report-status span.status-ok,.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead .report-status span.status-ok,.liveDashboard ._account_api .list-results thead .report-status .w-filters-selected .status.btn-f-s span.status-ok,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s .report-status span.status-ok,._account_api .liveDashboard .list-results thead .report-status .w-filters-selected .status.btn-f-s span.status-ok,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .report-status span.status-ok,.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead .report-status span.status-ok,.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead .report-status span.status-ok,.liveDashboard ._account_api .list-results thead .report-status .sub-header .w-form label.status-ok,.liveDashboard ._account_api .list-results thead .report-status .sub-header .w-double-list label.status-ok,.liveDashboard ._account_api .list-results thead .sub-header .w-form .report-status label.status-ok,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list .report-status label.status-ok,._account_api .liveDashboard .list-results thead .report-status .sub-header .w-form label.status-ok,._account_api .liveDashboard .list-results thead .report-status .sub-header .w-double-list label.status-ok,._account_api .liveDashboard .list-results thead .sub-header .w-form .report-status label.status-ok,._account_api .liveDashboard .list-results thead .sub-header .w-double-list .report-status label.status-ok,.liveDashboard .sub-header .w-form ._account_api .list-results thead .report-status label.status-ok,.liveDashboard .sub-header .w-double-list ._account_api .list-results thead .report-status label.status-ok,.sub-header .w-form ._account_api .liveDashboard .list-results thead .report-status label.status-ok,.sub-header .w-double-list ._account_api .liveDashboard .list-results thead .report-status label.status-ok,.liveDashboard ._account_api .list-results thead .report-status .block-filters button.status-ok:after,.liveDashboard ._account_api .list-results thead .block-filters .report-status button.status-ok:after,._account_api .liveDashboard .list-results thead .report-status .block-filters button.status-ok:after,._account_api .liveDashboard .list-results thead .block-filters .report-status button.status-ok:after,.liveDashboard .block-filters ._account_api .list-results thead .report-status button.status-ok:after,.block-filters ._account_api .liveDashboard .list-results thead .report-status button.status-ok:after,.liveDashboard ._account_api .list-results thead .report-status .block-filters select.status-ok:after,.liveDashboard ._account_api .list-results thead .block-filters .report-status select.status-ok:after,._account_api .liveDashboard .list-results thead .report-status .block-filters select.status-ok:after,._account_api .liveDashboard .list-results thead .block-filters .report-status select.status-ok:after,.liveDashboard .block-filters ._account_api .list-results thead .report-status select.status-ok:after,.block-filters ._account_api .liveDashboard .list-results thead .report-status select.status-ok:after,.liveDashboard ._account_api .list-results thead .report-status .form-auto-list .status-ok.form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .form-auto-list .report-status .status-ok.form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .report-status .form-auto-list .status-ok.form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .form-auto-list .report-status .status-ok.form-auto-item.is-user-is-inactive,.liveDashboard .form-auto-list ._account_api .list-results thead .report-status .status-ok.form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .liveDashboard .list-results thead .report-status .status-ok.form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .report-status .form-auto-list .status-ok.form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .form-auto-list .report-status .status-ok.form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .report-status .form-auto-list .status-ok.form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .form-auto-list .report-status .status-ok.form-auto-item.is-user-is-active,.liveDashboard .form-auto-list ._account_api .list-results thead .report-status .status-ok.form-auto-item.is-user-is-active,.form-auto-list ._account_api .liveDashboard .list-results thead .report-status .status-ok.form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .report-status .list-results-header .status.title span.status-ok,.liveDashboard ._account_api .list-results thead .list-results-header .status.title .report-status span.status-ok,._account_api .liveDashboard .list-results thead .report-status .list-results-header .status.title span.status-ok,._account_api .liveDashboard .list-results thead .list-results-header .status.title .report-status span.status-ok,.liveDashboard .list-results-header .status.title ._account_api .list-results thead .report-status span.status-ok,.list-results-header .status.title ._account_api .liveDashboard .list-results thead .report-status span.status-ok,.liveDashboard ._account_api .list-results thead .report-status tr span.status-ok,.liveDashboard ._account_api .list-results thead tr .report-status span.status-ok,._account_api .liveDashboard .list-results thead .report-status tr span.status-ok,._account_api .liveDashboard .list-results thead tr .report-status span.status-ok,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .report-status .status-ok.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .report-status .status-ok.dropdown-toggle:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .report-status .status-ok.filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .report-status .status-ok.filter,._account_api .form-label.status .liveDashboard .list-results thead .report-status span.status-ok,._account_api .status.status-log .liveDashboard .list-results thead .report-status span.status-ok,._account_api .status.status-report-item .liveDashboard .list-results thead .report-status span.status-ok,._account_api .double-list dd.status .liveDashboard .list-results thead .report-status span.status-ok,.double-list ._account_api dd.status .liveDashboard .list-results thead .report-status span.status-ok,._account_api .double-list dt.status .liveDashboard .list-results thead .report-status span.status-ok,.double-list ._account_api dt.status .liveDashboard .list-results thead .report-status span.status-ok,._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead .report-status span.status-ok,.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead .report-status span.status-ok,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead .report-status span.status-ok,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead .report-status span.status-ok,._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead .report-status span.status-ok,.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead .report-status span.status-ok,.form-label.status .liveDashboard ._account_api .list-results thead .report-status span.status-ok,.status.status-log .liveDashboard ._account_api .list-results thead .report-status span.status-ok,.status.status-report-item .liveDashboard ._account_api .list-results thead .report-status span.status-ok,.double-list dd.status .liveDashboard ._account_api .list-results thead .report-status span.status-ok,.double-list dt.status .liveDashboard ._account_api .list-results thead .report-status span.status-ok,.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead .report-status span.status-ok,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead .report-status span.status-ok,.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead .report-status span.status-ok,._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead .report-status span.status-ok,.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead .report-status span.status-ok,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead .report-status span.status-ok,.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead .report-status span.status-ok,._account_api .sub-header .w-form .liveDashboard .list-results thead .report-status label.status-ok,._account_api .sub-header .w-double-list .liveDashboard .list-results thead .report-status label.status-ok,.sub-header .w-form .liveDashboard ._account_api .list-results thead .report-status label.status-ok,.sub-header .w-double-list .liveDashboard ._account_api .list-results thead .report-status label.status-ok,._account_api .block-filters .liveDashboard .list-results thead .report-status button.status-ok:after,.block-filters .liveDashboard ._account_api .list-results thead .report-status button.status-ok:after,._account_api .block-filters .liveDashboard .list-results thead .report-status select.status-ok:after,.block-filters .liveDashboard ._account_api .list-results thead .report-status select.status-ok:after,._account_api .form-auto-list .liveDashboard .list-results thead .report-status .status-ok.form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard ._account_api .list-results thead .report-status .status-ok.form-auto-item.is-user-is-inactive,._account_api .form-auto-list .liveDashboard .list-results thead .report-status .status-ok.form-auto-item.is-user-is-active,.form-auto-list .liveDashboard ._account_api .list-results thead .report-status .status-ok.form-auto-item.is-user-is-active,._account_api .list-results-header .status.title .liveDashboard .list-results thead .report-status span.status-ok,.list-results-header .status.title .liveDashboard ._account_api .list-results thead .report-status span.status-ok,.report-status .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .status-ok.dropdown-toggle:after,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .report-status .status-ok.dropdown-toggle:after,.report-status .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .status-ok.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .report-status .status-ok.dropdown-toggle:after,.report-status .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .status-ok.filter,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .report-status .status-ok.filter,.report-status .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .status-ok.filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .report-status .status-ok.filter,.report-status .liveDashboard .list-results thead .form-label.status span.status-ok,.report-status .liveDashboard .list-results thead .status.status-log span.status-ok,.report-status .liveDashboard .list-results thead .status.status-report-item span.status-ok,.report-status .liveDashboard .list-results thead .double-list dd.status span.status-ok,.double-list .report-status .liveDashboard .list-results thead dd.status span.status-ok,.report-status .liveDashboard .list-results thead .double-list dt.status span.status-ok,.double-list .report-status .liveDashboard .list-results thead dt.status span.status-ok,.report-status .liveDashboard .list-results thead .w-cards-container .w-card .status.title span.status-ok,.w-cards-container .w-card .report-status .liveDashboard .list-results thead .status.title span.status-ok,.report-status .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.status-ok,.w-cards-container .w-card.centered .w-value .report-status .liveDashboard .list-results thead .status.label span.status-ok,.report-status .liveDashboard .list-results thead tbody tr.sublist .status.title span.status-ok,.report-status .liveDashboard .list-results tbody tr.sublist thead .status.title span.status-ok,.liveDashboard .list-results thead .form-label.status .report-status span.status-ok,.liveDashboard .list-results thead .status.status-log .report-status span.status-ok,.liveDashboard .list-results thead .status.status-report-item .report-status span.status-ok,.liveDashboard .list-results thead .double-list dd.status .report-status span.status-ok,.double-list .liveDashboard .list-results thead dd.status .report-status span.status-ok,.liveDashboard .list-results thead .double-list dt.status .report-status span.status-ok,.double-list .liveDashboard .list-results thead dt.status .report-status span.status-ok,.liveDashboard .list-results thead .w-cards-container .w-card .status.title .report-status span.status-ok,.w-cards-container .w-card .liveDashboard .list-results thead .status.title .report-status span.status-ok,.liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .report-status span.status-ok,.w-cards-container .w-card.centered .w-value .liveDashboard .list-results thead .status.label .report-status span.status-ok,.liveDashboard .list-results thead tbody tr.sublist .status.title .report-status span.status-ok,.liveDashboard .list-results tbody tr.sublist thead .status.title .report-status span.status-ok,.report-status .form-label.status .liveDashboard .list-results thead span.status-ok,.report-status .status.status-log .liveDashboard .list-results thead span.status-ok,.report-status .status.status-report-item .liveDashboard .list-results thead span.status-ok,.report-status .double-list dd.status .liveDashboard .list-results thead span.status-ok,.double-list .report-status dd.status .liveDashboard .list-results thead span.status-ok,.report-status .double-list dt.status .liveDashboard .list-results thead span.status-ok,.double-list .report-status dt.status .liveDashboard .list-results thead span.status-ok,.report-status .w-cards-container .w-card .status.title .liveDashboard .list-results thead span.status-ok,.w-cards-container .w-card .report-status .status.title .liveDashboard .list-results thead span.status-ok,.report-status .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.status-ok,.w-cards-container .w-card.centered .w-value .report-status .status.label .liveDashboard .list-results thead span.status-ok,.report-status .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.status-ok,.list-results tbody tr.sublist .report-status .status.title .liveDashboard .list-results thead span.status-ok,.form-label.status .liveDashboard .list-results thead .report-status span.status-ok,.status.status-log .liveDashboard .list-results thead .report-status span.status-ok,.status.status-report-item .liveDashboard .list-results thead .report-status span.status-ok,.double-list dd.status .liveDashboard .list-results thead .report-status span.status-ok,.double-list dt.status .liveDashboard .list-results thead .report-status span.status-ok,.w-cards-container .w-card .status.title .liveDashboard .list-results thead .report-status span.status-ok,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead .report-status span.status-ok,.list-results tbody tr.sublist .status.title .liveDashboard .list-results thead .report-status span.status-ok,.report-status .liveDashboard .list-results thead .w-filters-selected label.status.small span.status-ok,.liveDashboard .list-results thead .w-filters-selected label.status.small .report-status span.status-ok,.report-status .w-filters-selected label.status.small .liveDashboard .list-results thead span.status-ok,.w-filters-selected label.status.small .liveDashboard .list-results thead .report-status span.status-ok,.report-status .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.status-ok,.liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .report-status span.status-ok,.report-status .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.status-ok,.w-filters-selected .status.btn-f-s .liveDashboard .list-results thead .report-status span.status-ok,.report-status .liveDashboard .list-results thead .sub-header .w-form label.status-ok,.report-status .liveDashboard .list-results thead .sub-header .w-double-list label.status-ok,.liveDashboard .list-results thead .sub-header .w-form .report-status label.status-ok,.liveDashboard .list-results thead .sub-header .w-double-list .report-status label.status-ok,.report-status .sub-header .w-form .liveDashboard .list-results thead label.status-ok,.report-status .sub-header .w-double-list .liveDashboard .list-results thead label.status-ok,.sub-header .w-form .liveDashboard .list-results thead .report-status label.status-ok,.sub-header .w-double-list .liveDashboard .list-results thead .report-status label.status-ok,.report-status .liveDashboard .list-results thead .block-filters button.status-ok:after,.liveDashboard .list-results thead .block-filters .report-status button.status-ok:after,.report-status .block-filters .liveDashboard .list-results thead button.status-ok:after,.block-filters .liveDashboard .list-results thead .report-status button.status-ok:after,.report-status .liveDashboard .list-results thead .block-filters select.status-ok:after,.liveDashboard .list-results thead .block-filters .report-status select.status-ok:after,.report-status .block-filters .liveDashboard .list-results thead select.status-ok:after,.block-filters .liveDashboard .list-results thead .report-status select.status-ok:after,.report-status .liveDashboard .list-results thead .form-auto-list .status-ok.form-auto-item.is-user-is-inactive,.liveDashboard .list-results thead .form-auto-list .report-status .status-ok.form-auto-item.is-user-is-inactive,.report-status .form-auto-list .liveDashboard .list-results thead .status-ok.form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard .list-results thead .report-status .status-ok.form-auto-item.is-user-is-inactive,.report-status .liveDashboard .list-results thead .form-auto-list .status-ok.form-auto-item.is-user-is-active,.liveDashboard .list-results thead .form-auto-list .report-status .status-ok.form-auto-item.is-user-is-active,.report-status .form-auto-list .liveDashboard .list-results thead .status-ok.form-auto-item.is-user-is-active,.form-auto-list .liveDashboard .list-results thead .report-status .status-ok.form-auto-item.is-user-is-active,.report-status .liveDashboard .list-results thead .list-results-header .status.title span.status-ok,.liveDashboard .list-results thead .list-results-header .status.title .report-status span.status-ok,.report-status .list-results-header .status.title .liveDashboard .list-results thead span.status-ok,.list-results-header .status.title .liveDashboard .list-results thead .report-status span.status-ok,.report-status .liveDashboard .list-results thead tr span.status-ok,.liveDashboard .list-results thead tr .report-status span.status-ok,.report-status ._account_api .list-results thead .status-ok.icon,.report-status ._account_api .list-results thead .status-ok.w-alert-banner:before,.report-status ._account_api .liveDashboard .list-results thead .status-ok.w-alert-banner:before,.liveDashboard .report-status ._account_api .list-results thead .status-ok.w-alert-banner:before,.report-status ._account_api .list-results thead .status-ok.w-alert-banner:before,.report-status ._account_api .list-results thead .w-dialog.plus .status-ok.dialog-aside:after,.w-dialog.plus .report-status ._account_api .list-results thead .status-ok.dialog-aside:after,.report-status ._account_api .list-results thead .w-toast .status-ok.toast.plus:after,.w-toast .report-status ._account_api .list-results thead .status-ok.toast.plus:after,.report-status ._account_api .list-results thead .w-time-period .dropdown .w-selection .status-ok.btn-period-clear:before,.w-time-period .dropdown .w-selection .report-status ._account_api .list-results thead .status-ok.btn-period-clear:before,.report-status ._account_api .list-results thead .w-time-period .dropdown .w-selection .status-ok.btn-filter:before,.w-time-period .dropdown .w-selection .report-status ._account_api .list-results thead .status-ok.btn-filter:before,.report-status ._account_api .list-results thead .w-time-period .dropdown .w-selection .status-ok.btn-period-edit:before,.w-time-period .dropdown .w-selection .report-status ._account_api .list-results thead .status-ok.btn-period-edit:before,.report-status ._account_api .list-results thead .block-filters .status-ok.btn-filter:before,.block-filters .report-status ._account_api .list-results thead .status-ok.btn-filter:before,.report-status ._account_api .list-results thead .toggleWrapper input.mobileToggle+label.status-ok,.toggleWrapper .report-status ._account_api .list-results thead input.mobileToggle+label.status-ok,.report-status ._account_api .list-results thead tbody span.status-ok.status,.report-status ._account_api .list-results tbody thead span.status-ok.status,.report-status ._account_api .list-results thead tbody td.is-running span.status-ok,.report-status ._account_api .list-results tbody td.is-running thead span.status-ok,.report-status ._account_api .list-results thead tbody td.is-pending span.status-ok,.report-status ._account_api .list-results tbody td.is-pending thead span.status-ok,.report-status ._account_api .liveDashboard .list-results thead .status-ok.icon,.report-status ._account_api .liveDashboard .list-results thead .status-ok.w-alert-banner:before,.report-status ._account_api .liveDashboard .list-results thead .status-ok.w-alert-banner:before,.report-status ._account_api .liveDashboard .list-results thead .status-ok.w-alert-banner:before,.report-status ._account_api .liveDashboard .list-results thead .w-dialog.plus .status-ok.dialog-aside:after,.w-dialog.plus .report-status ._account_api .liveDashboard .list-results thead .status-ok.dialog-aside:after,.report-status ._account_api .liveDashboard .list-results thead .w-toast .status-ok.toast.plus:after,.w-toast .report-status ._account_api .liveDashboard .list-results thead .status-ok.toast.plus:after,.report-status ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .status-ok.btn-period-clear:before,.w-time-period .dropdown .w-selection .report-status ._account_api .liveDashboard .list-results thead .status-ok.btn-period-clear:before,.report-status ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .status-ok.btn-filter:before,.w-time-period .dropdown .w-selection .report-status ._account_api .liveDashboard .list-results thead .status-ok.btn-filter:before,.report-status ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .status-ok.btn-period-edit:before,.w-time-period .dropdown .w-selection .report-status ._account_api .liveDashboard .list-results thead .status-ok.btn-period-edit:before,.report-status ._account_api .liveDashboard .list-results thead .block-filters .status-ok.btn-filter:before,.block-filters .report-status ._account_api .liveDashboard .list-results thead .status-ok.btn-filter:before,.report-status ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.status-ok,.toggleWrapper .report-status ._account_api .liveDashboard .list-results thead input.mobileToggle+label.status-ok,.report-status ._account_api .liveDashboard .list-results thead tbody span.status-ok.status,.report-status ._account_api .liveDashboard .list-results tbody thead span.status-ok.status,.report-status ._account_api .liveDashboard .list-results thead tbody td.is-running span.status-ok,.report-status ._account_api .liveDashboard .list-results tbody td.is-running thead span.status-ok,.report-status ._account_api .liveDashboard .list-results thead tbody td.is-pending span.status-ok,.report-status ._account_api .liveDashboard .list-results tbody td.is-pending thead span.status-ok,.liveDashboard .report-status ._account_api .list-results thead .status-ok.icon,.liveDashboard .report-status ._account_api .list-results thead .status-ok.w-alert-banner:before,.liveDashboard .report-status ._account_api .list-results thead .status-ok.w-alert-banner:before,.liveDashboard .report-status ._account_api .list-results thead .status-ok.w-alert-banner:before,.liveDashboard .report-status ._account_api .list-results thead .w-dialog.plus .status-ok.dialog-aside:after,.w-dialog.plus .liveDashboard .report-status ._account_api .list-results thead .status-ok.dialog-aside:after,.liveDashboard .report-status ._account_api .list-results thead .w-toast .status-ok.toast.plus:after,.w-toast .liveDashboard .report-status ._account_api .list-results thead .status-ok.toast.plus:after,.liveDashboard .report-status ._account_api .list-results thead .w-time-period .dropdown .w-selection .status-ok.btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .report-status ._account_api .list-results thead .status-ok.btn-period-clear:before,.liveDashboard .report-status ._account_api .list-results thead .w-time-period .dropdown .w-selection .status-ok.btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .report-status ._account_api .list-results thead .status-ok.btn-filter:before,.liveDashboard .report-status ._account_api .list-results thead .w-time-period .dropdown .w-selection .status-ok.btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .report-status ._account_api .list-results thead .status-ok.btn-period-edit:before,.liveDashboard .report-status ._account_api .list-results thead .block-filters .status-ok.btn-filter:before,.block-filters .liveDashboard .report-status ._account_api .list-results thead .status-ok.btn-filter:before,.liveDashboard .report-status ._account_api .list-results thead .toggleWrapper input.mobileToggle+label.status-ok,.toggleWrapper .liveDashboard .report-status ._account_api .list-results thead input.mobileToggle+label.status-ok,.liveDashboard .report-status ._account_api .list-results thead tbody span.status-ok.status,.liveDashboard .report-status ._account_api .list-results tbody thead span.status-ok.status,.liveDashboard .report-status ._account_api .list-results thead tbody td.is-running span.status-ok,.liveDashboard .report-status ._account_api .list-results tbody td.is-running thead span.status-ok,.liveDashboard .report-status ._account_api .list-results thead tbody td.is-pending span.status-ok,.liveDashboard .report-status ._account_api .list-results tbody td.is-pending thead span.status-ok,.report-status ._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .status-ok.dropdown-toggle:after,.liveDashboard .report-status ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .status-ok.dropdown-toggle:after,.report-status ._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .status-ok.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .report-status ._account_api .list-results thead .status-ok.dropdown-toggle:after,.report-status ._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .status-ok.filter,.liveDashboard .report-status ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .status-ok.filter,.report-status ._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .status-ok.filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .report-status ._account_api .list-results thead .status-ok.filter,.report-status ._account_api .liveDashboard .list-results thead .form-label.status span.status-ok,.report-status ._account_api .liveDashboard .list-results thead .status.status-log span.status-ok,.report-status ._account_api .liveDashboard .list-results thead .status.status-report-item span.status-ok,.report-status ._account_api .liveDashboard .list-results thead .double-list dd.status span.status-ok,.double-list .report-status ._account_api .liveDashboard .list-results thead dd.status span.status-ok,.report-status ._account_api .liveDashboard .list-results thead .double-list dt.status span.status-ok,.double-list .report-status ._account_api .liveDashboard .list-results thead dt.status span.status-ok,.report-status ._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span.status-ok,.w-cards-container .w-card .report-status ._account_api .liveDashboard .list-results thead .status.title span.status-ok,.report-status ._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.status-ok,.w-cards-container .w-card.centered .w-value .report-status ._account_api .liveDashboard .list-results thead .status.label span.status-ok,.report-status ._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span.status-ok,.report-status ._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span.status-ok,.liveDashboard .report-status ._account_api .list-results thead .form-label.status span.status-ok,.liveDashboard .report-status ._account_api .list-results thead .status.status-log span.status-ok,.liveDashboard .report-status ._account_api .list-results thead .status.status-report-item span.status-ok,.liveDashboard .report-status ._account_api .list-results thead .double-list dd.status span.status-ok,.double-list .liveDashboard .report-status ._account_api .list-results thead dd.status span.status-ok,.liveDashboard .report-status ._account_api .list-results thead .double-list dt.status span.status-ok,.double-list .liveDashboard .report-status ._account_api .list-results thead dt.status span.status-ok,.liveDashboard .report-status ._account_api .list-results thead .w-cards-container .w-card .status.title span.status-ok,.w-cards-container .w-card .liveDashboard .report-status ._account_api .list-results thead .status.title span.status-ok,.liveDashboard .report-status ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.status-ok,.w-cards-container .w-card.centered .w-value .liveDashboard .report-status ._account_api .list-results thead .status.label span.status-ok,.liveDashboard .report-status ._account_api .list-results thead tbody tr.sublist .status.title span.status-ok,.liveDashboard .report-status ._account_api .list-results tbody tr.sublist thead .status.title span.status-ok,.report-status ._account_api .form-label.status .liveDashboard .list-results thead span.status-ok,.report-status ._account_api .status.status-log .liveDashboard .list-results thead span.status-ok,.report-status ._account_api .status.status-report-item .liveDashboard .list-results thead span.status-ok,.report-status ._account_api .double-list dd.status .liveDashboard .list-results thead span.status-ok,.double-list .report-status ._account_api dd.status .liveDashboard .list-results thead span.status-ok,.report-status ._account_api .double-list dt.status .liveDashboard .list-results thead span.status-ok,.double-list .report-status ._account_api dt.status .liveDashboard .list-results thead span.status-ok,.report-status ._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span.status-ok,.w-cards-container .w-card .report-status ._account_api .status.title .liveDashboard .list-results thead span.status-ok,.report-status ._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.status-ok,.w-cards-container .w-card.centered .w-value .report-status ._account_api .status.label .liveDashboard .list-results thead span.status-ok,.report-status ._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.status-ok,.list-results tbody tr.sublist .report-status ._account_api .status.title .liveDashboard .list-results thead span.status-ok,.form-label.status .liveDashboard .report-status ._account_api .list-results thead span.status-ok,.status.status-log .liveDashboard .report-status ._account_api .list-results thead span.status-ok,.status.status-report-item .liveDashboard .report-status ._account_api .list-results thead span.status-ok,.double-list dd.status .liveDashboard .report-status ._account_api .list-results thead span.status-ok,.double-list dt.status .liveDashboard .report-status ._account_api .list-results thead span.status-ok,.w-cards-container .w-card .status.title .liveDashboard .report-status ._account_api .list-results thead span.status-ok,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .report-status ._account_api .list-results thead span.status-ok,.list-results tbody tr.sublist .status.title .liveDashboard .report-status ._account_api .list-results thead span.status-ok,.report-status ._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span.status-ok,.liveDashboard .report-status ._account_api .list-results thead .w-filters-selected label.status.small span.status-ok,.report-status ._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span.status-ok,.w-filters-selected label.status.small .liveDashboard .report-status ._account_api .list-results thead span.status-ok,.report-status ._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.status-ok,.liveDashboard .report-status ._account_api .list-results thead .w-filters-selected .status.btn-f-s span.status-ok,.report-status ._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.status-ok,.w-filters-selected .status.btn-f-s .liveDashboard .report-status ._account_api .list-results thead span.status-ok,.report-status ._account_api .liveDashboard .list-results thead .sub-header .w-form label.status-ok,.report-status ._account_api .liveDashboard .list-results thead .sub-header .w-double-list label.status-ok,.liveDashboard .report-status ._account_api .list-results thead .sub-header .w-form label.status-ok,.liveDashboard .report-status ._account_api .list-results thead .sub-header .w-double-list label.status-ok,.report-status ._account_api .sub-header .w-form .liveDashboard .list-results thead label.status-ok,.report-status ._account_api .sub-header .w-double-list .liveDashboard .list-results thead label.status-ok,.sub-header .w-form .liveDashboard .report-status ._account_api .list-results thead label.status-ok,.sub-header .w-double-list .liveDashboard .report-status ._account_api .list-results thead label.status-ok,.report-status ._account_api .liveDashboard .list-results thead .block-filters button.status-ok:after,.liveDashboard .report-status ._account_api .list-results thead .block-filters button.status-ok:after,.report-status ._account_api .block-filters .liveDashboard .list-results thead button.status-ok:after,.block-filters .liveDashboard .report-status ._account_api .list-results thead button.status-ok:after,.report-status ._account_api .liveDashboard .list-results thead .block-filters select.status-ok:after,.liveDashboard .report-status ._account_api .list-results thead .block-filters select.status-ok:after,.report-status ._account_api .block-filters .liveDashboard .list-results thead select.status-ok:after,.block-filters .liveDashboard .report-status ._account_api .list-results thead select.status-ok:after,.report-status ._account_api .liveDashboard .list-results thead .form-auto-list .status-ok.form-auto-item.is-user-is-inactive,.liveDashboard .report-status ._account_api .list-results thead .form-auto-list .status-ok.form-auto-item.is-user-is-inactive,.report-status ._account_api .form-auto-list .liveDashboard .list-results thead .status-ok.form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard .report-status ._account_api .list-results thead .status-ok.form-auto-item.is-user-is-inactive,.report-status ._account_api .liveDashboard .list-results thead .form-auto-list .status-ok.form-auto-item.is-user-is-active,.liveDashboard .report-status ._account_api .list-results thead .form-auto-list .status-ok.form-auto-item.is-user-is-active,.report-status ._account_api .form-auto-list .liveDashboard .list-results thead .status-ok.form-auto-item.is-user-is-active,.form-auto-list .liveDashboard .report-status ._account_api .list-results thead .status-ok.form-auto-item.is-user-is-active,.report-status ._account_api .liveDashboard .list-results thead .list-results-header .status.title span.status-ok,.liveDashboard .report-status ._account_api .list-results thead .list-results-header .status.title span.status-ok,.report-status ._account_api .list-results-header .status.title .liveDashboard .list-results thead span.status-ok,.list-results-header .status.title .liveDashboard .report-status ._account_api .list-results thead span.status-ok,.report-status ._account_api .liveDashboard .list-results thead tr span.status-ok,.liveDashboard .report-status ._account_api .list-results thead tr span.status-ok,.report-status ._account_api .list-results thead .status-ok.icon,.report-status ._account_api .list-results thead .status-ok.w-alert-banner:before,.report-status ._account_api .liveDashboard .list-results thead .status-ok.w-alert-banner:before,.liveDashboard .report-status ._account_api .list-results thead .status-ok.w-alert-banner:before,.report-status ._account_api .list-results thead .status-ok.w-alert-banner:before,.report-status ._account_api .list-results thead .w-dialog.plus .status-ok.dialog-aside:after,.w-dialog.plus .report-status ._account_api .list-results thead .status-ok.dialog-aside:after,.report-status ._account_api .list-results thead .w-toast .status-ok.toast.plus:after,.w-toast .report-status ._account_api .list-results thead .status-ok.toast.plus:after,.report-status ._account_api .list-results thead .w-time-period .dropdown .w-selection .status-ok.btn-period-clear:before,.w-time-period .dropdown .w-selection .report-status ._account_api .list-results thead .status-ok.btn-period-clear:before,.report-status ._account_api .list-results thead .w-time-period .dropdown .w-selection .status-ok.btn-filter:before,.w-time-period .dropdown .w-selection .report-status ._account_api .list-results thead .status-ok.btn-filter:before,.report-status ._account_api .list-results thead .w-time-period .dropdown .w-selection .status-ok.btn-period-edit:before,.w-time-period .dropdown .w-selection .report-status ._account_api .list-results thead .status-ok.btn-period-edit:before,.report-status ._account_api .list-results thead .block-filters .status-ok.btn-filter:before,.block-filters .report-status ._account_api .list-results thead .status-ok.btn-filter:before,.report-status ._account_api .list-results thead .toggleWrapper input.mobileToggle+label.status-ok,.toggleWrapper .report-status ._account_api .list-results thead input.mobileToggle+label.status-ok,.report-status ._account_api .list-results thead tbody span.status-ok.status,.report-status ._account_api .list-results tbody thead span.status-ok.status,.report-status ._account_api .list-results thead tbody td.is-running span.status-ok,.report-status ._account_api .list-results tbody td.is-running thead span.status-ok,.report-status ._account_api .list-results thead tbody td.is-pending span.status-ok,.report-status ._account_api .list-results tbody td.is-pending thead span.status-ok,.report-status ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .status-ok.dropdown-toggle:after,.report-status .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .status-ok.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .report-status ._account_api .list-results thead .status-ok.dropdown-toggle:after,.report-status ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .status-ok.filter,.report-status .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .status-ok.filter,.w-filter-preset.w-filter-preset .filter-preset .report-status ._account_api .list-results thead .status-ok.filter,.report-status ._account_api .list-results thead .form-label.status span.status-ok,.report-status ._account_api .list-results thead .status.status-log span.status-ok,.report-status ._account_api .list-results thead .status.status-report-item span.status-ok,.report-status ._account_api .list-results thead .double-list dd.status span.status-ok,.double-list .report-status ._account_api .list-results thead dd.status span.status-ok,.report-status ._account_api .list-results thead .double-list dt.status span.status-ok,.double-list .report-status ._account_api .list-results thead dt.status span.status-ok,.report-status ._account_api .list-results thead .w-cards-container .w-card .status.title span.status-ok,.w-cards-container .w-card .report-status ._account_api .list-results thead .status.title span.status-ok,.report-status ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.status-ok,.w-cards-container .w-card.centered .w-value .report-status ._account_api .list-results thead .status.label span.status-ok,.report-status ._account_api .list-results thead tbody tr.sublist .status.title span.status-ok,.report-status ._account_api .list-results tbody tr.sublist thead .status.title span.status-ok,.report-status .form-label.status ._account_api .list-results thead span.status-ok,.report-status .status.status-log ._account_api .list-results thead span.status-ok,.report-status .status.status-report-item ._account_api .list-results thead span.status-ok,.report-status .double-list dd.status ._account_api .list-results thead span.status-ok,.double-list .report-status dd.status ._account_api .list-results thead span.status-ok,.report-status .double-list dt.status ._account_api .list-results thead span.status-ok,.double-list .report-status dt.status ._account_api .list-results thead span.status-ok,.report-status .w-cards-container .w-card .status.title ._account_api .list-results thead span.status-ok,.w-cards-container .w-card .report-status .status.title ._account_api .list-results thead span.status-ok,.report-status .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.status-ok,.w-cards-container .w-card.centered .w-value .report-status .status.label ._account_api .list-results thead span.status-ok,.report-status .list-results tbody tr.sublist .status.title ._account_api .list-results thead span.status-ok,.list-results tbody tr.sublist .report-status .status.title ._account_api .list-results thead span.status-ok,.form-label.status .report-status ._account_api .list-results thead span.status-ok,.status.status-log .report-status ._account_api .list-results thead span.status-ok,.status.status-report-item .report-status ._account_api .list-results thead span.status-ok,.double-list dd.status .report-status ._account_api .list-results thead span.status-ok,.double-list dt.status .report-status ._account_api .list-results thead span.status-ok,.w-cards-container .w-card .status.title .report-status ._account_api .list-results thead span.status-ok,.w-cards-container .w-card.centered .w-value .status.label .report-status ._account_api .list-results thead span.status-ok,.list-results tbody tr.sublist .status.title .report-status ._account_api .list-results thead span.status-ok,.report-status ._account_api .list-results thead .w-filters-selected label.status.small span.status-ok,.report-status .w-filters-selected label.status.small ._account_api .list-results thead span.status-ok,.w-filters-selected label.status.small .report-status ._account_api .list-results thead span.status-ok,.report-status ._account_api .list-results thead .w-filters-selected .status.btn-f-s span.status-ok,.report-status .w-filters-selected .status.btn-f-s ._account_api .list-results thead span.status-ok,.w-filters-selected .status.btn-f-s .report-status ._account_api .list-results thead span.status-ok,.report-status ._account_api .list-results thead .sub-header .w-form label.status-ok,.report-status ._account_api .list-results thead .sub-header .w-double-list label.status-ok,.report-status .sub-header .w-form ._account_api .list-results thead label.status-ok,.report-status .sub-header .w-double-list ._account_api .list-results thead label.status-ok,.sub-header .w-form .report-status ._account_api .list-results thead label.status-ok,.sub-header .w-double-list .report-status ._account_api .list-results thead label.status-ok,.report-status ._account_api .list-results thead .block-filters button.status-ok:after,.report-status .block-filters ._account_api .list-results thead button.status-ok:after,.block-filters .report-status ._account_api .list-results thead button.status-ok:after,.report-status ._account_api .list-results thead .block-filters select.status-ok:after,.report-status .block-filters ._account_api .list-results thead select.status-ok:after,.block-filters .report-status ._account_api .list-results thead select.status-ok:after,.report-status ._account_api .list-results thead .form-auto-list .status-ok.form-auto-item.is-user-is-inactive,.report-status .form-auto-list ._account_api .list-results thead .status-ok.form-auto-item.is-user-is-inactive,.form-auto-list .report-status ._account_api .list-results thead .status-ok.form-auto-item.is-user-is-inactive,.report-status ._account_api .list-results thead .form-auto-list .status-ok.form-auto-item.is-user-is-active,.report-status .form-auto-list ._account_api .list-results thead .status-ok.form-auto-item.is-user-is-active,.form-auto-list .report-status ._account_api .list-results thead .status-ok.form-auto-item.is-user-is-active,.report-status ._account_api .list-results thead .list-results-header .status.title span.status-ok,.report-status .list-results-header .status.title ._account_api .list-results thead span.status-ok,.list-results-header .status.title .report-status ._account_api .list-results thead span.status-ok,.report-status ._account_api .list-results thead tr span.status-ok,.report-status .liveDashboard ._account_api .list-results thead .status-ok.icon,.report-status .liveDashboard ._account_api .list-results thead .status-ok.w-alert-banner:before,.report-status .liveDashboard ._account_api .list-results thead .status-ok.w-alert-banner:before,.report-status .liveDashboard ._account_api .list-results thead .status-ok.w-alert-banner:before,.report-status .liveDashboard ._account_api .list-results thead .w-dialog.plus .status-ok.dialog-aside:after,.w-dialog.plus .report-status .liveDashboard ._account_api .list-results thead .status-ok.dialog-aside:after,.report-status .liveDashboard ._account_api .list-results thead .w-toast .status-ok.toast.plus:after,.w-toast .report-status .liveDashboard ._account_api .list-results thead .status-ok.toast.plus:after,.report-status .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .status-ok.btn-period-clear:before,.w-time-period .dropdown .w-selection .report-status .liveDashboard ._account_api .list-results thead .status-ok.btn-period-clear:before,.report-status .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .status-ok.btn-filter:before,.w-time-period .dropdown .w-selection .report-status .liveDashboard ._account_api .list-results thead .status-ok.btn-filter:before,.report-status .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .status-ok.btn-period-edit:before,.w-time-period .dropdown .w-selection .report-status .liveDashboard ._account_api .list-results thead .status-ok.btn-period-edit:before,.report-status .liveDashboard ._account_api .list-results thead .block-filters .status-ok.btn-filter:before,.block-filters .report-status .liveDashboard ._account_api .list-results thead .status-ok.btn-filter:before,.report-status .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label.status-ok,.toggleWrapper .report-status .liveDashboard ._account_api .list-results thead input.mobileToggle+label.status-ok,.report-status .liveDashboard ._account_api .list-results thead tbody span.status-ok.status,.report-status .liveDashboard ._account_api .list-results tbody thead span.status-ok.status,.report-status .liveDashboard ._account_api .list-results thead tbody td.is-running span.status-ok,.report-status .liveDashboard ._account_api .list-results tbody td.is-running thead span.status-ok,.report-status .liveDashboard ._account_api .list-results thead tbody td.is-pending span.status-ok,.report-status .liveDashboard ._account_api .list-results tbody td.is-pending thead span.status-ok,.liveDashboard .report-status ._account_api .list-results thead .status-ok.icon,.liveDashboard .report-status ._account_api .list-results thead .status-ok.w-alert-banner:before,.liveDashboard .report-status ._account_api .list-results thead .status-ok.w-alert-banner:before,.liveDashboard .report-status ._account_api .list-results thead .status-ok.w-alert-banner:before,.liveDashboard .report-status ._account_api .list-results thead .w-dialog.plus .status-ok.dialog-aside:after,.w-dialog.plus .liveDashboard .report-status ._account_api .list-results thead .status-ok.dialog-aside:after,.liveDashboard .report-status ._account_api .list-results thead .w-toast .status-ok.toast.plus:after,.w-toast .liveDashboard .report-status ._account_api .list-results thead .status-ok.toast.plus:after,.liveDashboard .report-status ._account_api .list-results thead .w-time-period .dropdown .w-selection .status-ok.btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .report-status ._account_api .list-results thead .status-ok.btn-period-clear:before,.liveDashboard .report-status ._account_api .list-results thead .w-time-period .dropdown .w-selection .status-ok.btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .report-status ._account_api .list-results thead .status-ok.btn-filter:before,.liveDashboard .report-status ._account_api .list-results thead .w-time-period .dropdown .w-selection .status-ok.btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .report-status ._account_api .list-results thead .status-ok.btn-period-edit:before,.liveDashboard .report-status ._account_api .list-results thead .block-filters .status-ok.btn-filter:before,.block-filters .liveDashboard .report-status ._account_api .list-results thead .status-ok.btn-filter:before,.liveDashboard .report-status ._account_api .list-results thead .toggleWrapper input.mobileToggle+label.status-ok,.toggleWrapper .liveDashboard .report-status ._account_api .list-results thead input.mobileToggle+label.status-ok,.liveDashboard .report-status ._account_api .list-results thead tbody span.status-ok.status,.liveDashboard .report-status ._account_api .list-results tbody thead span.status-ok.status,.liveDashboard .report-status ._account_api .list-results thead tbody td.is-running span.status-ok,.liveDashboard .report-status ._account_api .list-results tbody td.is-running thead span.status-ok,.liveDashboard .report-status ._account_api .list-results thead tbody td.is-pending span.status-ok,.liveDashboard .report-status ._account_api .list-results tbody td.is-pending thead span.status-ok,.report-status ._account_api .liveDashboard .list-results thead .status-ok.icon,.report-status ._account_api .liveDashboard .list-results thead .status-ok.w-alert-banner:before,.report-status ._account_api .liveDashboard .list-results thead .status-ok.w-alert-banner:before,.report-status ._account_api .liveDashboard .list-results thead .status-ok.w-alert-banner:before,.report-status ._account_api .liveDashboard .list-results thead .w-dialog.plus .status-ok.dialog-aside:after,.w-dialog.plus .report-status ._account_api .liveDashboard .list-results thead .status-ok.dialog-aside:after,.report-status ._account_api .liveDashboard .list-results thead .w-toast .status-ok.toast.plus:after,.w-toast .report-status ._account_api .liveDashboard .list-results thead .status-ok.toast.plus:after,.report-status ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .status-ok.btn-period-clear:before,.w-time-period .dropdown .w-selection .report-status ._account_api .liveDashboard .list-results thead .status-ok.btn-period-clear:before,.report-status ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .status-ok.btn-filter:before,.w-time-period .dropdown .w-selection .report-status ._account_api .liveDashboard .list-results thead .status-ok.btn-filter:before,.report-status ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .status-ok.btn-period-edit:before,.w-time-period .dropdown .w-selection .report-status ._account_api .liveDashboard .list-results thead .status-ok.btn-period-edit:before,.report-status ._account_api .liveDashboard .list-results thead .block-filters .status-ok.btn-filter:before,.block-filters .report-status ._account_api .liveDashboard .list-results thead .status-ok.btn-filter:before,.report-status ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.status-ok,.toggleWrapper .report-status ._account_api .liveDashboard .list-results thead input.mobileToggle+label.status-ok,.report-status ._account_api .liveDashboard .list-results thead tbody span.status-ok.status,.report-status ._account_api .liveDashboard .list-results tbody thead span.status-ok.status,.report-status ._account_api .liveDashboard .list-results thead tbody td.is-running span.status-ok,.report-status ._account_api .liveDashboard .list-results tbody td.is-running thead span.status-ok,.report-status ._account_api .liveDashboard .list-results thead tbody td.is-pending span.status-ok,.report-status ._account_api .liveDashboard .list-results tbody td.is-pending thead span.status-ok,.report-status .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .status-ok.dropdown-toggle:after,.liveDashboard .report-status ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .status-ok.dropdown-toggle:after,.report-status ._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .status-ok.dropdown-toggle:after,.report-status .liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .status-ok.dropdown-toggle:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown .report-status ._account_api .list-results thead .status-ok.dropdown-toggle:after,.report-status .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .status-ok.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .report-status ._account_api .liveDashboard .list-results thead .status-ok.dropdown-toggle:after,.report-status .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .status-ok.filter,.liveDashboard .report-status ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .status-ok.filter,.report-status ._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .status-ok.filter,.report-status .liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .status-ok.filter,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .report-status ._account_api .list-results thead .status-ok.filter,.report-status .w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .status-ok.filter,.w-filter-preset.w-filter-preset .filter-preset .report-status ._account_api .liveDashboard .list-results thead .status-ok.filter,.report-status .liveDashboard ._account_api .list-results thead .form-label.status span.status-ok,.report-status .liveDashboard ._account_api .list-results thead .status.status-log span.status-ok,.report-status .liveDashboard ._account_api .list-results thead .status.status-report-item span.status-ok,.report-status .liveDashboard ._account_api .list-results thead .double-list dd.status span.status-ok,.double-list .report-status .liveDashboard ._account_api .list-results thead dd.status span.status-ok,.report-status .liveDashboard ._account_api .list-results thead .double-list dt.status span.status-ok,.double-list .report-status .liveDashboard ._account_api .list-results thead dt.status span.status-ok,.report-status .liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span.status-ok,.w-cards-container .w-card .report-status .liveDashboard ._account_api .list-results thead .status.title span.status-ok,.report-status .liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.status-ok,.w-cards-container .w-card.centered .w-value .report-status .liveDashboard ._account_api .list-results thead .status.label span.status-ok,.report-status .liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span.status-ok,.report-status .liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span.status-ok,.liveDashboard .report-status ._account_api .list-results thead .form-label.status span.status-ok,.liveDashboard .report-status ._account_api .list-results thead .status.status-log span.status-ok,.liveDashboard .report-status ._account_api .list-results thead .status.status-report-item span.status-ok,.liveDashboard .report-status ._account_api .list-results thead .double-list dd.status span.status-ok,.double-list .liveDashboard .report-status ._account_api .list-results thead dd.status span.status-ok,.liveDashboard .report-status ._account_api .list-results thead .double-list dt.status span.status-ok,.double-list .liveDashboard .report-status ._account_api .list-results thead dt.status span.status-ok,.liveDashboard .report-status ._account_api .list-results thead .w-cards-container .w-card .status.title span.status-ok,.w-cards-container .w-card .liveDashboard .report-status ._account_api .list-results thead .status.title span.status-ok,.liveDashboard .report-status ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.status-ok,.w-cards-container .w-card.centered .w-value .liveDashboard .report-status ._account_api .list-results thead .status.label span.status-ok,.liveDashboard .report-status ._account_api .list-results thead tbody tr.sublist .status.title span.status-ok,.liveDashboard .report-status ._account_api .list-results tbody tr.sublist thead .status.title span.status-ok,.report-status ._account_api .liveDashboard .list-results thead .form-label.status span.status-ok,.report-status ._account_api .liveDashboard .list-results thead .status.status-log span.status-ok,.report-status ._account_api .liveDashboard .list-results thead .status.status-report-item span.status-ok,.report-status ._account_api .liveDashboard .list-results thead .double-list dd.status span.status-ok,.double-list .report-status ._account_api .liveDashboard .list-results thead dd.status span.status-ok,.report-status ._account_api .liveDashboard .list-results thead .double-list dt.status span.status-ok,.double-list .report-status ._account_api .liveDashboard .list-results thead dt.status span.status-ok,.report-status ._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span.status-ok,.w-cards-container .w-card .report-status ._account_api .liveDashboard .list-results thead .status.title span.status-ok,.report-status ._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.status-ok,.w-cards-container .w-card.centered .w-value .report-status ._account_api .liveDashboard .list-results thead .status.label span.status-ok,.report-status ._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span.status-ok,.report-status ._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span.status-ok,.report-status .liveDashboard .form-label.status ._account_api .list-results thead span.status-ok,.report-status .liveDashboard .status.status-log ._account_api .list-results thead span.status-ok,.report-status .liveDashboard .status.status-report-item ._account_api .list-results thead span.status-ok,.report-status .liveDashboard .double-list dd.status ._account_api .list-results thead span.status-ok,.double-list .report-status .liveDashboard dd.status ._account_api .list-results thead span.status-ok,.report-status .liveDashboard .double-list dt.status ._account_api .list-results thead span.status-ok,.double-list .report-status .liveDashboard dt.status ._account_api .list-results thead span.status-ok,.report-status .liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span.status-ok,.w-cards-container .w-card .report-status .liveDashboard .status.title ._account_api .list-results thead span.status-ok,.report-status .liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.status-ok,.w-cards-container .w-card.centered .w-value .report-status .liveDashboard .status.label ._account_api .list-results thead span.status-ok,.report-status .liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span.status-ok,.list-results tbody tr.sublist .report-status .liveDashboard .status.title ._account_api .list-results thead span.status-ok,.liveDashboard .form-label.status .report-status ._account_api .list-results thead span.status-ok,.liveDashboard .status.status-log .report-status ._account_api .list-results thead span.status-ok,.liveDashboard .status.status-report-item .report-status ._account_api .list-results thead span.status-ok,.liveDashboard .double-list dd.status .report-status ._account_api .list-results thead span.status-ok,.double-list .liveDashboard dd.status .report-status ._account_api .list-results thead span.status-ok,.liveDashboard .double-list dt.status .report-status ._account_api .list-results thead span.status-ok,.double-list .liveDashboard dt.status .report-status ._account_api .list-results thead span.status-ok,.liveDashboard .w-cards-container .w-card .status.title .report-status ._account_api .list-results thead span.status-ok,.w-cards-container .w-card .liveDashboard .status.title .report-status ._account_api .list-results thead span.status-ok,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label .report-status ._account_api .list-results thead span.status-ok,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label .report-status ._account_api .list-results thead span.status-ok,.liveDashboard .list-results tbody tr.sublist .status.title .report-status ._account_api .list-results thead span.status-ok,.list-results tbody tr.sublist .liveDashboard .status.title .report-status ._account_api .list-results thead span.status-ok,.report-status .form-label.status ._account_api .liveDashboard .list-results thead span.status-ok,.report-status .status.status-log ._account_api .liveDashboard .list-results thead span.status-ok,.report-status .status.status-report-item ._account_api .liveDashboard .list-results thead span.status-ok,.report-status .double-list dd.status ._account_api .liveDashboard .list-results thead span.status-ok,.double-list .report-status dd.status ._account_api .liveDashboard .list-results thead span.status-ok,.report-status .double-list dt.status ._account_api .liveDashboard .list-results thead span.status-ok,.double-list .report-status dt.status ._account_api .liveDashboard .list-results thead span.status-ok,.report-status .w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead span.status-ok,.w-cards-container .w-card .report-status .status.title ._account_api .liveDashboard .list-results thead span.status-ok,.report-status .w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead span.status-ok,.w-cards-container .w-card.centered .w-value .report-status .status.label ._account_api .liveDashboard .list-results thead span.status-ok,.report-status .list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead span.status-ok,.list-results tbody tr.sublist .report-status .status.title ._account_api .liveDashboard .list-results thead span.status-ok,.form-label.status .report-status ._account_api .liveDashboard .list-results thead span.status-ok,.status.status-log .report-status ._account_api .liveDashboard .list-results thead span.status-ok,.status.status-report-item .report-status ._account_api .liveDashboard .list-results thead span.status-ok,.double-list dd.status .report-status ._account_api .liveDashboard .list-results thead span.status-ok,.double-list dt.status .report-status ._account_api .liveDashboard .list-results thead span.status-ok,.w-cards-container .w-card .status.title .report-status ._account_api .liveDashboard .list-results thead span.status-ok,.w-cards-container .w-card.centered .w-value .status.label .report-status ._account_api .liveDashboard .list-results thead span.status-ok,.list-results tbody tr.sublist .status.title .report-status ._account_api .liveDashboard .list-results thead span.status-ok,.report-status .liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span.status-ok,.liveDashboard .report-status ._account_api .list-results thead .w-filters-selected label.status.small span.status-ok,.report-status ._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span.status-ok,.report-status .liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span.status-ok,.liveDashboard .w-filters-selected label.status.small .report-status ._account_api .list-results thead span.status-ok,.report-status .w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead span.status-ok,.w-filters-selected label.status.small .report-status ._account_api .liveDashboard .list-results thead span.status-ok,.report-status .liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span.status-ok,.liveDashboard .report-status ._account_api .list-results thead .w-filters-selected .status.btn-f-s span.status-ok,.report-status ._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.status-ok,.report-status .liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span.status-ok,.liveDashboard .w-filters-selected .status.btn-f-s .report-status ._account_api .list-results thead span.status-ok,.report-status .w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead span.status-ok,.w-filters-selected .status.btn-f-s .report-status ._account_api .liveDashboard .list-results thead span.status-ok,.report-status .liveDashboard ._account_api .list-results thead .sub-header .w-form label.status-ok,.report-status .liveDashboard ._account_api .list-results thead .sub-header .w-double-list label.status-ok,.liveDashboard .report-status ._account_api .list-results thead .sub-header .w-form label.status-ok,.liveDashboard .report-status ._account_api .list-results thead .sub-header .w-double-list label.status-ok,.report-status ._account_api .liveDashboard .list-results thead .sub-header .w-form label.status-ok,.report-status ._account_api .liveDashboard .list-results thead .sub-header .w-double-list label.status-ok,.report-status .liveDashboard .sub-header .w-form ._account_api .list-results thead label.status-ok,.report-status .liveDashboard .sub-header .w-double-list ._account_api .list-results thead label.status-ok,.liveDashboard .sub-header .w-form .report-status ._account_api .list-results thead label.status-ok,.liveDashboard .sub-header .w-double-list .report-status ._account_api .list-results thead label.status-ok,.report-status .sub-header .w-form ._account_api .liveDashboard .list-results thead label.status-ok,.report-status .sub-header .w-double-list ._account_api .liveDashboard .list-results thead label.status-ok,.sub-header .w-form .report-status ._account_api .liveDashboard .list-results thead label.status-ok,.sub-header .w-double-list .report-status ._account_api .liveDashboard .list-results thead label.status-ok,.report-status .liveDashboard ._account_api .list-results thead .block-filters button.status-ok:after,.liveDashboard .report-status ._account_api .list-results thead .block-filters button.status-ok:after,.report-status ._account_api .liveDashboard .list-results thead .block-filters button.status-ok:after,.report-status .liveDashboard .block-filters ._account_api .list-results thead button.status-ok:after,.liveDashboard .block-filters .report-status ._account_api .list-results thead button.status-ok:after,.report-status .block-filters ._account_api .liveDashboard .list-results thead button.status-ok:after,.block-filters .report-status ._account_api .liveDashboard .list-results thead button.status-ok:after,.report-status .liveDashboard ._account_api .list-results thead .block-filters select.status-ok:after,.liveDashboard .report-status ._account_api .list-results thead .block-filters select.status-ok:after,.report-status ._account_api .liveDashboard .list-results thead .block-filters select.status-ok:after,.report-status .liveDashboard .block-filters ._account_api .list-results thead select.status-ok:after,.liveDashboard .block-filters .report-status ._account_api .list-results thead select.status-ok:after,.report-status .block-filters ._account_api .liveDashboard .list-results thead select.status-ok:after,.block-filters .report-status ._account_api .liveDashboard .list-results thead select.status-ok:after,.report-status .liveDashboard ._account_api .list-results thead .form-auto-list .status-ok.form-auto-item.is-user-is-inactive,.liveDashboard .report-status ._account_api .list-results thead .form-auto-list .status-ok.form-auto-item.is-user-is-inactive,.report-status ._account_api .liveDashboard .list-results thead .form-auto-list .status-ok.form-auto-item.is-user-is-inactive,.report-status .liveDashboard .form-auto-list ._account_api .list-results thead .status-ok.form-auto-item.is-user-is-inactive,.liveDashboard .form-auto-list .report-status ._account_api .list-results thead .status-ok.form-auto-item.is-user-is-inactive,.report-status .form-auto-list ._account_api .liveDashboard .list-results thead .status-ok.form-auto-item.is-user-is-inactive,.form-auto-list .report-status ._account_api .liveDashboard .list-results thead .status-ok.form-auto-item.is-user-is-inactive,.report-status .liveDashboard ._account_api .list-results thead .form-auto-list .status-ok.form-auto-item.is-user-is-active,.liveDashboard .report-status ._account_api .list-results thead .form-auto-list .status-ok.form-auto-item.is-user-is-active,.report-status ._account_api .liveDashboard .list-results thead .form-auto-list .status-ok.form-auto-item.is-user-is-active,.report-status .liveDashboard .form-auto-list ._account_api .list-results thead .status-ok.form-auto-item.is-user-is-active,.liveDashboard .form-auto-list .report-status ._account_api .list-results thead .status-ok.form-auto-item.is-user-is-active,.report-status .form-auto-list ._account_api .liveDashboard .list-results thead .status-ok.form-auto-item.is-user-is-active,.form-auto-list .report-status ._account_api .liveDashboard .list-results thead .status-ok.form-auto-item.is-user-is-active,.report-status .liveDashboard ._account_api .list-results thead .list-results-header .status.title span.status-ok,.liveDashboard .report-status ._account_api .list-results thead .list-results-header .status.title span.status-ok,.report-status ._account_api .liveDashboard .list-results thead .list-results-header .status.title span.status-ok,.report-status .liveDashboard .list-results-header .status.title ._account_api .list-results thead span.status-ok,.liveDashboard .list-results-header .status.title .report-status ._account_api .list-results thead span.status-ok,.report-status .list-results-header .status.title ._account_api .liveDashboard .list-results thead span.status-ok,.list-results-header .status.title .report-status ._account_api .liveDashboard .list-results thead span.status-ok,.report-status .liveDashboard ._account_api .list-results thead tr span.status-ok,.liveDashboard .report-status ._account_api .list-results thead tr span.status-ok,.report-status ._account_api .liveDashboard .list-results thead tr span.status-ok,.report-status ._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .status-ok.dropdown-toggle:after,.report-status .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .status-ok.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .report-status ._account_api .list-results thead .status-ok.dropdown-toggle:after,.report-status ._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .status-ok.filter,.report-status .w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .status-ok.filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .report-status ._account_api .list-results thead .status-ok.filter,.report-status ._account_api .form-label.status .liveDashboard .list-results thead span.status-ok,.report-status ._account_api .status.status-log .liveDashboard .list-results thead span.status-ok,.report-status ._account_api .status.status-report-item .liveDashboard .list-results thead span.status-ok,.report-status ._account_api .double-list dd.status .liveDashboard .list-results thead span.status-ok,.double-list .report-status ._account_api dd.status .liveDashboard .list-results thead span.status-ok,.report-status ._account_api .double-list dt.status .liveDashboard .list-results thead span.status-ok,.double-list .report-status ._account_api dt.status .liveDashboard .list-results thead span.status-ok,.report-status ._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span.status-ok,.w-cards-container .w-card .report-status ._account_api .status.title .liveDashboard .list-results thead span.status-ok,.report-status ._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.status-ok,.w-cards-container .w-card.centered .w-value .report-status ._account_api .status.label .liveDashboard .list-results thead span.status-ok,.report-status ._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.status-ok,.list-results tbody tr.sublist .report-status ._account_api .status.title .liveDashboard .list-results thead span.status-ok,.report-status .form-label.status .liveDashboard ._account_api .list-results thead span.status-ok,.report-status .status.status-log .liveDashboard ._account_api .list-results thead span.status-ok,.report-status .status.status-report-item .liveDashboard ._account_api .list-results thead span.status-ok,.report-status .double-list dd.status .liveDashboard ._account_api .list-results thead span.status-ok,.double-list .report-status dd.status .liveDashboard ._account_api .list-results thead span.status-ok,.report-status .double-list dt.status .liveDashboard ._account_api .list-results thead span.status-ok,.double-list .report-status dt.status .liveDashboard ._account_api .list-results thead span.status-ok,.report-status .w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead span.status-ok,.w-cards-container .w-card .report-status .status.title .liveDashboard ._account_api .list-results thead span.status-ok,.report-status .w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead span.status-ok,.w-cards-container .w-card.centered .w-value .report-status .status.label .liveDashboard ._account_api .list-results thead span.status-ok,.report-status .list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead span.status-ok,.list-results tbody tr.sublist .report-status .status.title .liveDashboard ._account_api .list-results thead span.status-ok,.form-label.status .liveDashboard .report-status ._account_api .list-results thead span.status-ok,.status.status-log .liveDashboard .report-status ._account_api .list-results thead span.status-ok,.status.status-report-item .liveDashboard .report-status ._account_api .list-results thead span.status-ok,.double-list dd.status .liveDashboard .report-status ._account_api .list-results thead span.status-ok,.double-list dt.status .liveDashboard .report-status ._account_api .list-results thead span.status-ok,.w-cards-container .w-card .status.title .liveDashboard .report-status ._account_api .list-results thead span.status-ok,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .report-status ._account_api .list-results thead span.status-ok,.list-results tbody tr.sublist .status.title .liveDashboard .report-status ._account_api .list-results thead span.status-ok,.report-status ._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span.status-ok,.report-status .w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead span.status-ok,.w-filters-selected label.status.small .liveDashboard .report-status ._account_api .list-results thead span.status-ok,.report-status ._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.status-ok,.report-status .w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead span.status-ok,.w-filters-selected .status.btn-f-s .liveDashboard .report-status ._account_api .list-results thead span.status-ok,.report-status ._account_api .sub-header .w-form .liveDashboard .list-results thead label.status-ok,.report-status ._account_api .sub-header .w-double-list .liveDashboard .list-results thead label.status-ok,.report-status .sub-header .w-form .liveDashboard ._account_api .list-results thead label.status-ok,.report-status .sub-header .w-double-list .liveDashboard ._account_api .list-results thead label.status-ok,.sub-header .w-form .liveDashboard .report-status ._account_api .list-results thead label.status-ok,.sub-header .w-double-list .liveDashboard .report-status ._account_api .list-results thead label.status-ok,.report-status ._account_api .block-filters .liveDashboard .list-results thead button.status-ok:after,.report-status .block-filters .liveDashboard ._account_api .list-results thead button.status-ok:after,.block-filters .liveDashboard .report-status ._account_api .list-results thead button.status-ok:after,.report-status ._account_api .block-filters .liveDashboard .list-results thead select.status-ok:after,.report-status .block-filters .liveDashboard ._account_api .list-results thead select.status-ok:after,.block-filters .liveDashboard .report-status ._account_api .list-results thead select.status-ok:after,.report-status ._account_api .form-auto-list .liveDashboard .list-results thead .status-ok.form-auto-item.is-user-is-inactive,.report-status .form-auto-list .liveDashboard ._account_api .list-results thead .status-ok.form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard .report-status ._account_api .list-results thead .status-ok.form-auto-item.is-user-is-inactive,.report-status ._account_api .form-auto-list .liveDashboard .list-results thead .status-ok.form-auto-item.is-user-is-active,.report-status .form-auto-list .liveDashboard ._account_api .list-results thead .status-ok.form-auto-item.is-user-is-active,.form-auto-list .liveDashboard .report-status ._account_api .list-results thead .status-ok.form-auto-item.is-user-is-active,.report-status ._account_api .list-results-header .status.title .liveDashboard .list-results thead span.status-ok,.report-status .list-results-header .status.title .liveDashboard ._account_api .list-results thead span.status-ok,.list-results-header .status.title .liveDashboard .report-status ._account_api .list-results thead span.status-ok,._account_api .list-results thead .report-status .status-ok.icon,._account_api .list-results thead .report-status .status-ok.w-alert-banner:before,._account_api .liveDashboard .list-results thead .report-status .status-ok.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .report-status .status-ok.w-alert-banner:before,._account_api .list-results thead .report-status .status-ok.w-alert-banner:before,._account_api .list-results thead .report-status .w-dialog.plus .status-ok.dialog-aside:after,.w-dialog.plus ._account_api .list-results thead .report-status .status-ok.dialog-aside:after,._account_api .list-results thead .report-status .w-toast .status-ok.toast.plus:after,.w-toast ._account_api .list-results thead .report-status .status-ok.toast.plus:after,._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .status-ok.btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .report-status .status-ok.btn-period-clear:before,._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .status-ok.btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .report-status .status-ok.btn-filter:before,._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .status-ok.btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .report-status .status-ok.btn-period-edit:before,._account_api .list-results thead .report-status .block-filters .status-ok.btn-filter:before,.block-filters ._account_api .list-results thead .report-status .status-ok.btn-filter:before,._account_api .list-results thead .report-status .toggleWrapper input.mobileToggle+label.status-ok,.toggleWrapper ._account_api .list-results thead .report-status input.mobileToggle+label.status-ok,._account_api .list-results thead .report-status tbody span.status-ok.status,._account_api .list-results tbody thead .report-status span.status-ok.status,._account_api .list-results thead .report-status tbody td.is-running span.status-ok,._account_api .list-results tbody td.is-running thead .report-status span.status-ok,._account_api .list-results thead .report-status tbody td.is-pending span.status-ok,._account_api .list-results tbody td.is-pending thead .report-status span.status-ok,._account_api .liveDashboard .list-results thead .report-status .status-ok.icon,._account_api .liveDashboard .list-results thead .report-status .status-ok.w-alert-banner:before,._account_api .liveDashboard .list-results thead .report-status .status-ok.w-alert-banner:before,._account_api .liveDashboard .list-results thead .report-status .status-ok.w-alert-banner:before,._account_api .liveDashboard .list-results thead .report-status .w-dialog.plus .status-ok.dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .report-status .status-ok.dialog-aside:after,._account_api .liveDashboard .list-results thead .report-status .w-toast .status-ok.toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .report-status .status-ok.toast.plus:after,._account_api .liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .status-ok.btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .report-status .status-ok.btn-period-clear:before,._account_api .liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .status-ok.btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .report-status .status-ok.btn-filter:before,._account_api .liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .status-ok.btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .report-status .status-ok.btn-period-edit:before,._account_api .liveDashboard .list-results thead .report-status .block-filters .status-ok.btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .report-status .status-ok.btn-filter:before,._account_api .liveDashboard .list-results thead .report-status .toggleWrapper input.mobileToggle+label.status-ok,.toggleWrapper ._account_api .liveDashboard .list-results thead .report-status input.mobileToggle+label.status-ok,._account_api .liveDashboard .list-results thead .report-status tbody span.status-ok.status,._account_api .liveDashboard .list-results tbody thead .report-status span.status-ok.status,._account_api .liveDashboard .list-results thead .report-status tbody td.is-running span.status-ok,._account_api .liveDashboard .list-results tbody td.is-running thead .report-status span.status-ok,._account_api .liveDashboard .list-results thead .report-status tbody td.is-pending span.status-ok,._account_api .liveDashboard .list-results tbody td.is-pending thead .report-status span.status-ok,.liveDashboard ._account_api .list-results thead .report-status .status-ok.icon,.liveDashboard ._account_api .list-results thead .report-status .status-ok.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .report-status .status-ok.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .report-status .status-ok.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .report-status .w-dialog.plus .status-ok.dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .report-status .status-ok.dialog-aside:after,.liveDashboard ._account_api .list-results thead .report-status .w-toast .status-ok.toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .report-status .status-ok.toast.plus:after,.liveDashboard ._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .status-ok.btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .report-status .status-ok.btn-period-clear:before,.liveDashboard ._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .status-ok.btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .report-status .status-ok.btn-filter:before,.liveDashboard ._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .status-ok.btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .report-status .status-ok.btn-period-edit:before,.liveDashboard ._account_api .list-results thead .report-status .block-filters .status-ok.btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .report-status .status-ok.btn-filter:before,.liveDashboard ._account_api .list-results thead .report-status .toggleWrapper input.mobileToggle+label.status-ok,.toggleWrapper .liveDashboard ._account_api .list-results thead .report-status input.mobileToggle+label.status-ok,.liveDashboard ._account_api .list-results thead .report-status tbody span.status-ok.status,.liveDashboard ._account_api .list-results tbody thead .report-status span.status-ok.status,.liveDashboard ._account_api .list-results thead .report-status tbody td.is-running span.status-ok,.liveDashboard ._account_api .list-results tbody td.is-running thead .report-status span.status-ok,.liveDashboard ._account_api .list-results thead .report-status tbody td.is-pending span.status-ok,.liveDashboard ._account_api .list-results tbody td.is-pending thead .report-status span.status-ok,._account_api .liveDashboard .list-results thead .report-status .w-filter-preset.w-filter-preset .filter-preset .dropdown .status-ok.dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .report-status .w-filter-preset.w-filter-preset .filter-preset .dropdown .status-ok.dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .report-status .status-ok.dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .report-status .status-ok.dropdown-toggle:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .report-status .status-ok.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .report-status .status-ok.dropdown-toggle:after,._account_api .liveDashboard .list-results thead .report-status .w-filter-preset.w-filter-preset .filter-preset .status-ok.filter,.liveDashboard ._account_api .list-results thead .report-status .w-filter-preset.w-filter-preset .filter-preset .status-ok.filter,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .report-status .status-ok.filter,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .report-status .status-ok.filter,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .report-status .status-ok.filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .report-status .status-ok.filter,._account_api .liveDashboard .list-results thead .report-status .form-label.status span.status-ok,._account_api .liveDashboard .list-results thead .report-status .status.status-log span.status-ok,._account_api .liveDashboard .list-results thead .report-status .status.status-report-item span.status-ok,._account_api .liveDashboard .list-results thead .report-status .double-list dd.status span.status-ok,.double-list ._account_api .liveDashboard .list-results thead .report-status dd.status span.status-ok,._account_api .liveDashboard .list-results thead .report-status .double-list dt.status span.status-ok,.double-list ._account_api .liveDashboard .list-results thead .report-status dt.status span.status-ok,._account_api .liveDashboard .list-results thead .report-status .w-cards-container .w-card .status.title span.status-ok,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .report-status .status.title span.status-ok,._account_api .liveDashboard .list-results thead .report-status .w-cards-container .w-card.centered .w-value .status.label span.status-ok,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .report-status .status.label span.status-ok,._account_api .liveDashboard .list-results thead .report-status tbody tr.sublist .status.title span.status-ok,._account_api .liveDashboard .list-results tbody tr.sublist thead .report-status .status.title span.status-ok,.liveDashboard ._account_api .list-results thead .report-status .form-label.status span.status-ok,.liveDashboard ._account_api .list-results thead .report-status .status.status-log span.status-ok,.liveDashboard ._account_api .list-results thead .report-status .status.status-report-item span.status-ok,.liveDashboard ._account_api .list-results thead .report-status .double-list dd.status span.status-ok,.double-list .liveDashboard ._account_api .list-results thead .report-status dd.status span.status-ok,.liveDashboard ._account_api .list-results thead .report-status .double-list dt.status span.status-ok,.double-list .liveDashboard ._account_api .list-results thead .report-status dt.status span.status-ok,.liveDashboard ._account_api .list-results thead .report-status .w-cards-container .w-card .status.title span.status-ok,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .report-status .status.title span.status-ok,.liveDashboard ._account_api .list-results thead .report-status .w-cards-container .w-card.centered .w-value .status.label span.status-ok,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .report-status .status.label span.status-ok,.liveDashboard ._account_api .list-results thead .report-status tbody tr.sublist .status.title span.status-ok,.liveDashboard ._account_api .list-results tbody tr.sublist thead .report-status .status.title span.status-ok,._account_api .liveDashboard .list-results thead .form-label.status .report-status span.status-ok,._account_api .liveDashboard .list-results thead .status.status-log .report-status span.status-ok,._account_api .liveDashboard .list-results thead .status.status-report-item .report-status span.status-ok,._account_api .liveDashboard .list-results thead .double-list dd.status .report-status span.status-ok,.double-list ._account_api .liveDashboard .list-results thead dd.status .report-status span.status-ok,._account_api .liveDashboard .list-results thead .double-list dt.status .report-status span.status-ok,.double-list ._account_api .liveDashboard .list-results thead dt.status .report-status span.status-ok,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title .report-status span.status-ok,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title .report-status span.status-ok,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .report-status span.status-ok,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label .report-status span.status-ok,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title .report-status span.status-ok,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title .report-status span.status-ok,.liveDashboard ._account_api .list-results thead .form-label.status .report-status span.status-ok,.liveDashboard ._account_api .list-results thead .status.status-log .report-status span.status-ok,.liveDashboard ._account_api .list-results thead .status.status-report-item .report-status span.status-ok,.liveDashboard ._account_api .list-results thead .double-list dd.status .report-status span.status-ok,.double-list .liveDashboard ._account_api .list-results thead dd.status .report-status span.status-ok,.liveDashboard ._account_api .list-results thead .double-list dt.status .report-status span.status-ok,.double-list .liveDashboard ._account_api .list-results thead dt.status .report-status span.status-ok,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title .report-status span.status-ok,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title .report-status span.status-ok,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .report-status span.status-ok,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label .report-status span.status-ok,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title .report-status span.status-ok,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title .report-status span.status-ok,._account_api .form-label.status .liveDashboard .list-results thead .report-status span.status-ok,._account_api .status.status-log .liveDashboard .list-results thead .report-status span.status-ok,._account_api .status.status-report-item .liveDashboard .list-results thead .report-status span.status-ok,._account_api .double-list dd.status .liveDashboard .list-results thead .report-status span.status-ok,.double-list ._account_api dd.status .liveDashboard .list-results thead .report-status span.status-ok,._account_api .double-list dt.status .liveDashboard .list-results thead .report-status span.status-ok,.double-list ._account_api dt.status .liveDashboard .list-results thead .report-status span.status-ok,._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead .report-status span.status-ok,.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead .report-status span.status-ok,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead .report-status span.status-ok,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead .report-status span.status-ok,._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead .report-status span.status-ok,.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead .report-status span.status-ok,.form-label.status .liveDashboard ._account_api .list-results thead .report-status span.status-ok,.status.status-log .liveDashboard ._account_api .list-results thead .report-status span.status-ok,.status.status-report-item .liveDashboard ._account_api .list-results thead .report-status span.status-ok,.double-list dd.status .liveDashboard ._account_api .list-results thead .report-status span.status-ok,.double-list dt.status .liveDashboard ._account_api .list-results thead .report-status span.status-ok,.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead .report-status span.status-ok,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead .report-status span.status-ok,.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead .report-status span.status-ok,._account_api .liveDashboard .list-results thead .report-status .w-filters-selected label.status.small span.status-ok,.liveDashboard ._account_api .list-results thead .report-status .w-filters-selected label.status.small span.status-ok,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small .report-status span.status-ok,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small .report-status span.status-ok,._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead .report-status span.status-ok,.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead .report-status span.status-ok,._account_api .liveDashboard .list-results thead .report-status .w-filters-selected .status.btn-f-s span.status-ok,.liveDashboard ._account_api .list-results thead .report-status .w-filters-selected .status.btn-f-s span.status-ok,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .report-status span.status-ok,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s .report-status span.status-ok,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead .report-status span.status-ok,.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead .report-status span.status-ok,._account_api .liveDashboard .list-results thead .report-status .sub-header .w-form label.status-ok,._account_api .liveDashboard .list-results thead .report-status .sub-header .w-double-list label.status-ok,.liveDashboard ._account_api .list-results thead .report-status .sub-header .w-form label.status-ok,.liveDashboard ._account_api .list-results thead .report-status .sub-header .w-double-list label.status-ok,._account_api .liveDashboard .list-results thead .sub-header .w-form .report-status label.status-ok,._account_api .liveDashboard .list-results thead .sub-header .w-double-list .report-status label.status-ok,.liveDashboard ._account_api .list-results thead .sub-header .w-form .report-status label.status-ok,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list .report-status label.status-ok,._account_api .sub-header .w-form .liveDashboard .list-results thead .report-status label.status-ok,._account_api .sub-header .w-double-list .liveDashboard .list-results thead .report-status label.status-ok,.sub-header .w-form .liveDashboard ._account_api .list-results thead .report-status label.status-ok,.sub-header .w-double-list .liveDashboard ._account_api .list-results thead .report-status label.status-ok,._account_api .liveDashboard .list-results thead .report-status .block-filters button.status-ok:after,.liveDashboard ._account_api .list-results thead .report-status .block-filters button.status-ok:after,._account_api .liveDashboard .list-results thead .block-filters .report-status button.status-ok:after,.liveDashboard ._account_api .list-results thead .block-filters .report-status button.status-ok:after,._account_api .block-filters .liveDashboard .list-results thead .report-status button.status-ok:after,.block-filters .liveDashboard ._account_api .list-results thead .report-status button.status-ok:after,._account_api .liveDashboard .list-results thead .report-status .block-filters select.status-ok:after,.liveDashboard ._account_api .list-results thead .report-status .block-filters select.status-ok:after,._account_api .liveDashboard .list-results thead .block-filters .report-status select.status-ok:after,.liveDashboard ._account_api .list-results thead .block-filters .report-status select.status-ok:after,._account_api .block-filters .liveDashboard .list-results thead .report-status select.status-ok:after,.block-filters .liveDashboard ._account_api .list-results thead .report-status select.status-ok:after,._account_api .liveDashboard .list-results thead .report-status .form-auto-list .status-ok.form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .report-status .form-auto-list .status-ok.form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .form-auto-list .report-status .status-ok.form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .form-auto-list .report-status .status-ok.form-auto-item.is-user-is-inactive,._account_api .form-auto-list .liveDashboard .list-results thead .report-status .status-ok.form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard ._account_api .list-results thead .report-status .status-ok.form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .report-status .form-auto-list .status-ok.form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .report-status .form-auto-list .status-ok.form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .form-auto-list .report-status .status-ok.form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .form-auto-list .report-status .status-ok.form-auto-item.is-user-is-active,._account_api .form-auto-list .liveDashboard .list-results thead .report-status .status-ok.form-auto-item.is-user-is-active,.form-auto-list .liveDashboard ._account_api .list-results thead .report-status .status-ok.form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .report-status .list-results-header .status.title span.status-ok,.liveDashboard ._account_api .list-results thead .report-status .list-results-header .status.title span.status-ok,._account_api .liveDashboard .list-results thead .list-results-header .status.title .report-status span.status-ok,.liveDashboard ._account_api .list-results thead .list-results-header .status.title .report-status span.status-ok,._account_api .list-results-header .status.title .liveDashboard .list-results thead .report-status span.status-ok,.list-results-header .status.title .liveDashboard ._account_api .list-results thead .report-status span.status-ok,._account_api .liveDashboard .list-results thead .report-status tr span.status-ok,.liveDashboard ._account_api .list-results thead .report-status tr span.status-ok,._account_api .liveDashboard .list-results thead tr .report-status span.status-ok,.liveDashboard ._account_api .list-results thead tr .report-status span.status-ok,._account_api .list-results thead .report-status .status-ok.icon,._account_api .list-results thead .report-status .status-ok.w-alert-banner:before,._account_api .liveDashboard .list-results thead .report-status .status-ok.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .report-status .status-ok.w-alert-banner:before,._account_api .list-results thead .report-status .status-ok.w-alert-banner:before,._account_api .list-results thead .report-status .w-dialog.plus .status-ok.dialog-aside:after,.w-dialog.plus ._account_api .list-results thead .report-status .status-ok.dialog-aside:after,._account_api .list-results thead .report-status .w-toast .status-ok.toast.plus:after,.w-toast ._account_api .list-results thead .report-status .status-ok.toast.plus:after,._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .status-ok.btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .report-status .status-ok.btn-period-clear:before,._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .status-ok.btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .report-status .status-ok.btn-filter:before,._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .status-ok.btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .report-status .status-ok.btn-period-edit:before,._account_api .list-results thead .report-status .block-filters .status-ok.btn-filter:before,.block-filters ._account_api .list-results thead .report-status .status-ok.btn-filter:before,._account_api .list-results thead .report-status .toggleWrapper input.mobileToggle+label.status-ok,.toggleWrapper ._account_api .list-results thead .report-status input.mobileToggle+label.status-ok,._account_api .list-results thead .report-status tbody span.status-ok.status,._account_api .list-results tbody thead .report-status span.status-ok.status,._account_api .list-results thead .report-status tbody td.is-running span.status-ok,._account_api .list-results tbody td.is-running thead .report-status span.status-ok,._account_api .list-results thead .report-status tbody td.is-pending span.status-ok,._account_api .list-results tbody td.is-pending thead .report-status span.status-ok,._account_api .list-results thead .report-status .w-filter-preset.w-filter-preset .filter-preset .dropdown .status-ok.dropdown-toggle:after,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .report-status .status-ok.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .report-status .status-ok.dropdown-toggle:after,._account_api .list-results thead .report-status .w-filter-preset.w-filter-preset .filter-preset .status-ok.filter,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .report-status .status-ok.filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .report-status .status-ok.filter,._account_api .list-results thead .report-status .form-label.status span.status-ok,._account_api .list-results thead .report-status .status.status-log span.status-ok,._account_api .list-results thead .report-status .status.status-report-item span.status-ok,._account_api .list-results thead .report-status .double-list dd.status span.status-ok,.double-list ._account_api .list-results thead .report-status dd.status span.status-ok,._account_api .list-results thead .report-status .double-list dt.status span.status-ok,.double-list ._account_api .list-results thead .report-status dt.status span.status-ok,._account_api .list-results thead .report-status .w-cards-container .w-card .status.title span.status-ok,.w-cards-container .w-card ._account_api .list-results thead .report-status .status.title span.status-ok,._account_api .list-results thead .report-status .w-cards-container .w-card.centered .w-value .status.label span.status-ok,.w-cards-container .w-card.centered .w-value ._account_api .list-results thead .report-status .status.label span.status-ok,._account_api .list-results thead .report-status tbody tr.sublist .status.title span.status-ok,._account_api .list-results tbody tr.sublist thead .report-status .status.title span.status-ok,._account_api .list-results thead .form-label.status .report-status span.status-ok,._account_api .list-results thead .status.status-log .report-status span.status-ok,._account_api .list-results thead .status.status-report-item .report-status span.status-ok,._account_api .list-results thead .double-list dd.status .report-status span.status-ok,.double-list ._account_api .list-results thead dd.status .report-status span.status-ok,._account_api .list-results thead .double-list dt.status .report-status span.status-ok,.double-list ._account_api .list-results thead dt.status .report-status span.status-ok,._account_api .list-results thead .w-cards-container .w-card .status.title .report-status span.status-ok,.w-cards-container .w-card ._account_api .list-results thead .status.title .report-status span.status-ok,._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .report-status span.status-ok,.w-cards-container .w-card.centered .w-value ._account_api .list-results thead .status.label .report-status span.status-ok,._account_api .list-results thead tbody tr.sublist .status.title .report-status span.status-ok,._account_api .list-results tbody tr.sublist thead .status.title .report-status span.status-ok,.form-label.status ._account_api .list-results thead .report-status span.status-ok,.status.status-log ._account_api .list-results thead .report-status span.status-ok,.status.status-report-item ._account_api .list-results thead .report-status span.status-ok,.double-list dd.status ._account_api .list-results thead .report-status span.status-ok,.double-list dt.status ._account_api .list-results thead .report-status span.status-ok,.w-cards-container .w-card .status.title ._account_api .list-results thead .report-status span.status-ok,.w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead .report-status span.status-ok,.list-results tbody tr.sublist .status.title ._account_api .list-results thead .report-status span.status-ok,._account_api .list-results thead .report-status .w-filters-selected label.status.small span.status-ok,._account_api .list-results thead .w-filters-selected label.status.small .report-status span.status-ok,.w-filters-selected label.status.small ._account_api .list-results thead .report-status span.status-ok,._account_api .list-results thead .report-status .w-filters-selected .status.btn-f-s span.status-ok,._account_api .list-results thead .w-filters-selected .status.btn-f-s .report-status span.status-ok,.w-filters-selected .status.btn-f-s ._account_api .list-results thead .report-status span.status-ok,._account_api .list-results thead .report-status .sub-header .w-form label.status-ok,._account_api .list-results thead .report-status .sub-header .w-double-list label.status-ok,._account_api .list-results thead .sub-header .w-form .report-status label.status-ok,._account_api .list-results thead .sub-header .w-double-list .report-status label.status-ok,.sub-header .w-form ._account_api .list-results thead .report-status label.status-ok,.sub-header .w-double-list ._account_api .list-results thead .report-status label.status-ok,._account_api .list-results thead .report-status .block-filters button.status-ok:after,._account_api .list-results thead .block-filters .report-status button.status-ok:after,.block-filters ._account_api .list-results thead .report-status button.status-ok:after,._account_api .list-results thead .report-status .block-filters select.status-ok:after,._account_api .list-results thead .block-filters .report-status select.status-ok:after,.block-filters ._account_api .list-results thead .report-status select.status-ok:after,._account_api .list-results thead .report-status .form-auto-list .status-ok.form-auto-item.is-user-is-inactive,._account_api .list-results thead .form-auto-list .report-status .status-ok.form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .list-results thead .report-status .status-ok.form-auto-item.is-user-is-inactive,._account_api .list-results thead .report-status .form-auto-list .status-ok.form-auto-item.is-user-is-active,._account_api .list-results thead .form-auto-list .report-status .status-ok.form-auto-item.is-user-is-active,.form-auto-list ._account_api .list-results thead .report-status .status-ok.form-auto-item.is-user-is-active,._account_api .list-results thead .report-status .list-results-header .status.title span.status-ok,._account_api .list-results thead .list-results-header .status.title .report-status span.status-ok,.list-results-header .status.title ._account_api .list-results thead .report-status span.status-ok,._account_api .list-results thead .report-status tr span.status-ok,._account_api .list-results thead tr .report-status span.status-ok,.liveDashboard ._account_api .list-results thead .report-status .status-ok.icon,.liveDashboard ._account_api .list-results thead .report-status .status-ok.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .report-status .status-ok.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .report-status .status-ok.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .report-status .w-dialog.plus .status-ok.dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .report-status .status-ok.dialog-aside:after,.liveDashboard ._account_api .list-results thead .report-status .w-toast .status-ok.toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .report-status .status-ok.toast.plus:after,.liveDashboard ._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .status-ok.btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .report-status .status-ok.btn-period-clear:before,.liveDashboard ._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .status-ok.btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .report-status .status-ok.btn-filter:before,.liveDashboard ._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .status-ok.btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .report-status .status-ok.btn-period-edit:before,.liveDashboard ._account_api .list-results thead .report-status .block-filters .status-ok.btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .report-status .status-ok.btn-filter:before,.liveDashboard ._account_api .list-results thead .report-status .toggleWrapper input.mobileToggle+label.status-ok,.toggleWrapper .liveDashboard ._account_api .list-results thead .report-status input.mobileToggle+label.status-ok,.liveDashboard ._account_api .list-results thead .report-status tbody span.status-ok.status,.liveDashboard ._account_api .list-results tbody thead .report-status span.status-ok.status,.liveDashboard ._account_api .list-results thead .report-status tbody td.is-running span.status-ok,.liveDashboard ._account_api .list-results tbody td.is-running thead .report-status span.status-ok,.liveDashboard ._account_api .list-results thead .report-status tbody td.is-pending span.status-ok,.liveDashboard ._account_api .list-results tbody td.is-pending thead .report-status span.status-ok,._account_api .liveDashboard .list-results thead .report-status .status-ok.icon,._account_api .liveDashboard .list-results thead .report-status .status-ok.w-alert-banner:before,._account_api .liveDashboard .list-results thead .report-status .status-ok.w-alert-banner:before,._account_api .liveDashboard .list-results thead .report-status .status-ok.w-alert-banner:before,._account_api .liveDashboard .list-results thead .report-status .w-dialog.plus .status-ok.dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .report-status .status-ok.dialog-aside:after,._account_api .liveDashboard .list-results thead .report-status .w-toast .status-ok.toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .report-status .status-ok.toast.plus:after,._account_api .liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .status-ok.btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .report-status .status-ok.btn-period-clear:before,._account_api .liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .status-ok.btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .report-status .status-ok.btn-filter:before,._account_api .liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .status-ok.btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .report-status .status-ok.btn-period-edit:before,._account_api .liveDashboard .list-results thead .report-status .block-filters .status-ok.btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .report-status .status-ok.btn-filter:before,._account_api .liveDashboard .list-results thead .report-status .toggleWrapper input.mobileToggle+label.status-ok,.toggleWrapper ._account_api .liveDashboard .list-results thead .report-status input.mobileToggle+label.status-ok,._account_api .liveDashboard .list-results thead .report-status tbody span.status-ok.status,._account_api .liveDashboard .list-results tbody thead .report-status span.status-ok.status,._account_api .liveDashboard .list-results thead .report-status tbody td.is-running span.status-ok,._account_api .liveDashboard .list-results tbody td.is-running thead .report-status span.status-ok,._account_api .liveDashboard .list-results thead .report-status tbody td.is-pending span.status-ok,._account_api .liveDashboard .list-results tbody td.is-pending thead .report-status span.status-ok,.liveDashboard ._account_api .list-results thead .report-status .w-filter-preset.w-filter-preset .filter-preset .dropdown .status-ok.dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .report-status .status-ok.dropdown-toggle:after,._account_api .liveDashboard .list-results thead .report-status .w-filter-preset.w-filter-preset .filter-preset .dropdown .status-ok.dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .report-status .status-ok.dropdown-toggle:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .report-status .status-ok.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .report-status .status-ok.dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .report-status .w-filter-preset.w-filter-preset .filter-preset .status-ok.filter,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .report-status .status-ok.filter,._account_api .liveDashboard .list-results thead .report-status .w-filter-preset.w-filter-preset .filter-preset .status-ok.filter,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .report-status .status-ok.filter,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .report-status .status-ok.filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .report-status .status-ok.filter,.liveDashboard ._account_api .list-results thead .report-status .form-label.status span.status-ok,.liveDashboard ._account_api .list-results thead .report-status .status.status-log span.status-ok,.liveDashboard ._account_api .list-results thead .report-status .status.status-report-item span.status-ok,.liveDashboard ._account_api .list-results thead .report-status .double-list dd.status span.status-ok,.double-list .liveDashboard ._account_api .list-results thead .report-status dd.status span.status-ok,.liveDashboard ._account_api .list-results thead .report-status .double-list dt.status span.status-ok,.double-list .liveDashboard ._account_api .list-results thead .report-status dt.status span.status-ok,.liveDashboard ._account_api .list-results thead .report-status .w-cards-container .w-card .status.title span.status-ok,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .report-status .status.title span.status-ok,.liveDashboard ._account_api .list-results thead .report-status .w-cards-container .w-card.centered .w-value .status.label span.status-ok,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .report-status .status.label span.status-ok,.liveDashboard ._account_api .list-results thead .report-status tbody tr.sublist .status.title span.status-ok,.liveDashboard ._account_api .list-results tbody tr.sublist thead .report-status .status.title span.status-ok,.liveDashboard ._account_api .list-results thead .form-label.status .report-status span.status-ok,.liveDashboard ._account_api .list-results thead .status.status-log .report-status span.status-ok,.liveDashboard ._account_api .list-results thead .status.status-report-item .report-status span.status-ok,.liveDashboard ._account_api .list-results thead .double-list dd.status .report-status span.status-ok,.double-list .liveDashboard ._account_api .list-results thead dd.status .report-status span.status-ok,.liveDashboard ._account_api .list-results thead .double-list dt.status .report-status span.status-ok,.double-list .liveDashboard ._account_api .list-results thead dt.status .report-status span.status-ok,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title .report-status span.status-ok,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title .report-status span.status-ok,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .report-status span.status-ok,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label .report-status span.status-ok,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title .report-status span.status-ok,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title .report-status span.status-ok,._account_api .liveDashboard .list-results thead .report-status .form-label.status span.status-ok,._account_api .liveDashboard .list-results thead .report-status .status.status-log span.status-ok,._account_api .liveDashboard .list-results thead .report-status .status.status-report-item span.status-ok,._account_api .liveDashboard .list-results thead .report-status .double-list dd.status span.status-ok,.double-list ._account_api .liveDashboard .list-results thead .report-status dd.status span.status-ok,._account_api .liveDashboard .list-results thead .report-status .double-list dt.status span.status-ok,.double-list ._account_api .liveDashboard .list-results thead .report-status dt.status span.status-ok,._account_api .liveDashboard .list-results thead .report-status .w-cards-container .w-card .status.title span.status-ok,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .report-status .status.title span.status-ok,._account_api .liveDashboard .list-results thead .report-status .w-cards-container .w-card.centered .w-value .status.label span.status-ok,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .report-status .status.label span.status-ok,._account_api .liveDashboard .list-results thead .report-status tbody tr.sublist .status.title span.status-ok,._account_api .liveDashboard .list-results tbody tr.sublist thead .report-status .status.title span.status-ok,._account_api .liveDashboard .list-results thead .form-label.status .report-status span.status-ok,._account_api .liveDashboard .list-results thead .status.status-log .report-status span.status-ok,._account_api .liveDashboard .list-results thead .status.status-report-item .report-status span.status-ok,._account_api .liveDashboard .list-results thead .double-list dd.status .report-status span.status-ok,.double-list ._account_api .liveDashboard .list-results thead dd.status .report-status span.status-ok,._account_api .liveDashboard .list-results thead .double-list dt.status .report-status span.status-ok,.double-list ._account_api .liveDashboard .list-results thead dt.status .report-status span.status-ok,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title .report-status span.status-ok,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title .report-status span.status-ok,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .report-status span.status-ok,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label .report-status span.status-ok,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title .report-status span.status-ok,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title .report-status span.status-ok,.liveDashboard .form-label.status ._account_api .list-results thead .report-status span.status-ok,.liveDashboard .status.status-log ._account_api .list-results thead .report-status span.status-ok,.liveDashboard .status.status-report-item ._account_api .list-results thead .report-status span.status-ok,.liveDashboard .double-list dd.status ._account_api .list-results thead .report-status span.status-ok,.double-list .liveDashboard dd.status ._account_api .list-results thead .report-status span.status-ok,.liveDashboard .double-list dt.status ._account_api .list-results thead .report-status span.status-ok,.double-list .liveDashboard dt.status ._account_api .list-results thead .report-status span.status-ok,.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead .report-status span.status-ok,.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead .report-status span.status-ok,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead .report-status span.status-ok,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead .report-status span.status-ok,.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead .report-status span.status-ok,.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead .report-status span.status-ok,.form-label.status ._account_api .liveDashboard .list-results thead .report-status span.status-ok,.status.status-log ._account_api .liveDashboard .list-results thead .report-status span.status-ok,.status.status-report-item ._account_api .liveDashboard .list-results thead .report-status span.status-ok,.double-list dd.status ._account_api .liveDashboard .list-results thead .report-status span.status-ok,.double-list dt.status ._account_api .liveDashboard .list-results thead .report-status span.status-ok,.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead .report-status span.status-ok,.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead .report-status span.status-ok,.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead .report-status span.status-ok,.liveDashboard ._account_api .list-results thead .report-status .w-filters-selected label.status.small span.status-ok,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small .report-status span.status-ok,._account_api .liveDashboard .list-results thead .report-status .w-filters-selected label.status.small span.status-ok,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small .report-status span.status-ok,.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead .report-status span.status-ok,.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead .report-status span.status-ok,.liveDashboard ._account_api .list-results thead .report-status .w-filters-selected .status.btn-f-s span.status-ok,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s .report-status span.status-ok,._account_api .liveDashboard .list-results thead .report-status .w-filters-selected .status.btn-f-s span.status-ok,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .report-status span.status-ok,.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead .report-status span.status-ok,.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead .report-status span.status-ok,.liveDashboard ._account_api .list-results thead .report-status .sub-header .w-form label.status-ok,.liveDashboard ._account_api .list-results thead .report-status .sub-header .w-double-list label.status-ok,.liveDashboard ._account_api .list-results thead .sub-header .w-form .report-status label.status-ok,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list .report-status label.status-ok,._account_api .liveDashboard .list-results thead .report-status .sub-header .w-form label.status-ok,._account_api .liveDashboard .list-results thead .report-status .sub-header .w-double-list label.status-ok,._account_api .liveDashboard .list-results thead .sub-header .w-form .report-status label.status-ok,._account_api .liveDashboard .list-results thead .sub-header .w-double-list .report-status label.status-ok,.liveDashboard .sub-header .w-form ._account_api .list-results thead .report-status label.status-ok,.liveDashboard .sub-header .w-double-list ._account_api .list-results thead .report-status label.status-ok,.sub-header .w-form ._account_api .liveDashboard .list-results thead .report-status label.status-ok,.sub-header .w-double-list ._account_api .liveDashboard .list-results thead .report-status label.status-ok,.liveDashboard ._account_api .list-results thead .report-status .block-filters button.status-ok:after,.liveDashboard ._account_api .list-results thead .block-filters .report-status button.status-ok:after,._account_api .liveDashboard .list-results thead .report-status .block-filters button.status-ok:after,._account_api .liveDashboard .list-results thead .block-filters .report-status button.status-ok:after,.liveDashboard .block-filters ._account_api .list-results thead .report-status button.status-ok:after,.block-filters ._account_api .liveDashboard .list-results thead .report-status button.status-ok:after,.liveDashboard ._account_api .list-results thead .report-status .block-filters select.status-ok:after,.liveDashboard ._account_api .list-results thead .block-filters .report-status select.status-ok:after,._account_api .liveDashboard .list-results thead .report-status .block-filters select.status-ok:after,._account_api .liveDashboard .list-results thead .block-filters .report-status select.status-ok:after,.liveDashboard .block-filters ._account_api .list-results thead .report-status select.status-ok:after,.block-filters ._account_api .liveDashboard .list-results thead .report-status select.status-ok:after,.liveDashboard ._account_api .list-results thead .report-status .form-auto-list .status-ok.form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .form-auto-list .report-status .status-ok.form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .report-status .form-auto-list .status-ok.form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .form-auto-list .report-status .status-ok.form-auto-item.is-user-is-inactive,.liveDashboard .form-auto-list ._account_api .list-results thead .report-status .status-ok.form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .liveDashboard .list-results thead .report-status .status-ok.form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .report-status .form-auto-list .status-ok.form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .form-auto-list .report-status .status-ok.form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .report-status .form-auto-list .status-ok.form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .form-auto-list .report-status .status-ok.form-auto-item.is-user-is-active,.liveDashboard .form-auto-list ._account_api .list-results thead .report-status .status-ok.form-auto-item.is-user-is-active,.form-auto-list ._account_api .liveDashboard .list-results thead .report-status .status-ok.form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .report-status .list-results-header .status.title span.status-ok,.liveDashboard ._account_api .list-results thead .list-results-header .status.title .report-status span.status-ok,._account_api .liveDashboard .list-results thead .report-status .list-results-header .status.title span.status-ok,._account_api .liveDashboard .list-results thead .list-results-header .status.title .report-status span.status-ok,.liveDashboard .list-results-header .status.title ._account_api .list-results thead .report-status span.status-ok,.list-results-header .status.title ._account_api .liveDashboard .list-results thead .report-status span.status-ok,.liveDashboard ._account_api .list-results thead .report-status tr span.status-ok,.liveDashboard ._account_api .list-results thead tr .report-status span.status-ok,._account_api .liveDashboard .list-results thead .report-status tr span.status-ok,._account_api .liveDashboard .list-results thead tr .report-status span.status-ok,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .report-status .status-ok.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .report-status .status-ok.dropdown-toggle:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .report-status .status-ok.filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .report-status .status-ok.filter,._account_api .form-label.status .liveDashboard .list-results thead .report-status span.status-ok,._account_api .status.status-log .liveDashboard .list-results thead .report-status span.status-ok,._account_api .status.status-report-item .liveDashboard .list-results thead .report-status span.status-ok,._account_api .double-list dd.status .liveDashboard .list-results thead .report-status span.status-ok,.double-list ._account_api dd.status .liveDashboard .list-results thead .report-status span.status-ok,._account_api .double-list dt.status .liveDashboard .list-results thead .report-status span.status-ok,.double-list ._account_api dt.status .liveDashboard .list-results thead .report-status span.status-ok,._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead .report-status span.status-ok,.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead .report-status span.status-ok,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead .report-status span.status-ok,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead .report-status span.status-ok,._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead .report-status span.status-ok,.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead .report-status span.status-ok,.form-label.status .liveDashboard ._account_api .list-results thead .report-status span.status-ok,.status.status-log .liveDashboard ._account_api .list-results thead .report-status span.status-ok,.status.status-report-item .liveDashboard ._account_api .list-results thead .report-status span.status-ok,.double-list dd.status .liveDashboard ._account_api .list-results thead .report-status span.status-ok,.double-list dt.status .liveDashboard ._account_api .list-results thead .report-status span.status-ok,.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead .report-status span.status-ok,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead .report-status span.status-ok,.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead .report-status span.status-ok,._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead .report-status span.status-ok,.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead .report-status span.status-ok,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead .report-status span.status-ok,.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead .report-status span.status-ok,._account_api .sub-header .w-form .liveDashboard .list-results thead .report-status label.status-ok,._account_api .sub-header .w-double-list .liveDashboard .list-results thead .report-status label.status-ok,.sub-header .w-form .liveDashboard ._account_api .list-results thead .report-status label.status-ok,.sub-header .w-double-list .liveDashboard ._account_api .list-results thead .report-status label.status-ok,._account_api .block-filters .liveDashboard .list-results thead .report-status button.status-ok:after,.block-filters .liveDashboard ._account_api .list-results thead .report-status button.status-ok:after,._account_api .block-filters .liveDashboard .list-results thead .report-status select.status-ok:after,.block-filters .liveDashboard ._account_api .list-results thead .report-status select.status-ok:after,._account_api .form-auto-list .liveDashboard .list-results thead .report-status .status-ok.form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard ._account_api .list-results thead .report-status .status-ok.form-auto-item.is-user-is-inactive,._account_api .form-auto-list .liveDashboard .list-results thead .report-status .status-ok.form-auto-item.is-user-is-active,.form-auto-list .liveDashboard ._account_api .list-results thead .report-status .status-ok.form-auto-item.is-user-is-active,._account_api .list-results-header .status.title .liveDashboard .list-results thead .report-status span.status-ok,.list-results-header .status.title .liveDashboard ._account_api .list-results thead .report-status span.status-ok,.report-status ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .status-ok.dropdown-toggle:after,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .report-status .status-ok.dropdown-toggle:after,.report-status .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .status-ok.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .report-status .status-ok.dropdown-toggle:after,.report-status ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .status-ok.filter,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .report-status .status-ok.filter,.report-status .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .status-ok.filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .report-status .status-ok.filter,.report-status ._account_api .list-results thead .form-label.status span.status-ok,.report-status ._account_api .list-results thead .status.status-log span.status-ok,.report-status ._account_api .list-results thead .status.status-report-item span.status-ok,.report-status ._account_api .list-results thead .double-list dd.status span.status-ok,.double-list .report-status ._account_api .list-results thead dd.status span.status-ok,.report-status ._account_api .list-results thead .double-list dt.status span.status-ok,.double-list .report-status ._account_api .list-results thead dt.status span.status-ok,.report-status ._account_api .list-results thead .w-cards-container .w-card .status.title span.status-ok,.w-cards-container .w-card .report-status ._account_api .list-results thead .status.title span.status-ok,.report-status ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.status-ok,.w-cards-container .w-card.centered .w-value .report-status ._account_api .list-results thead .status.label span.status-ok,.report-status ._account_api .list-results thead tbody tr.sublist .status.title span.status-ok,.report-status ._account_api .list-results tbody tr.sublist thead .status.title span.status-ok,._account_api .list-results thead .form-label.status .report-status span.status-ok,._account_api .list-results thead .status.status-log .report-status span.status-ok,._account_api .list-results thead .status.status-report-item .report-status span.status-ok,._account_api .list-results thead .double-list dd.status .report-status span.status-ok,.double-list ._account_api .list-results thead dd.status .report-status span.status-ok,._account_api .list-results thead .double-list dt.status .report-status span.status-ok,.double-list ._account_api .list-results thead dt.status .report-status span.status-ok,._account_api .list-results thead .w-cards-container .w-card .status.title .report-status span.status-ok,.w-cards-container .w-card ._account_api .list-results thead .status.title .report-status span.status-ok,._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .report-status span.status-ok,.w-cards-container .w-card.centered .w-value ._account_api .list-results thead .status.label .report-status span.status-ok,._account_api .list-results thead tbody tr.sublist .status.title .report-status span.status-ok,._account_api .list-results tbody tr.sublist thead .status.title .report-status span.status-ok,.report-status .form-label.status ._account_api .list-results thead span.status-ok,.report-status .status.status-log ._account_api .list-results thead span.status-ok,.report-status .status.status-report-item ._account_api .list-results thead span.status-ok,.report-status .double-list dd.status ._account_api .list-results thead span.status-ok,.double-list .report-status dd.status ._account_api .list-results thead span.status-ok,.report-status .double-list dt.status ._account_api .list-results thead span.status-ok,.double-list .report-status dt.status ._account_api .list-results thead span.status-ok,.report-status .w-cards-container .w-card .status.title ._account_api .list-results thead span.status-ok,.w-cards-container .w-card .report-status .status.title ._account_api .list-results thead span.status-ok,.report-status .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.status-ok,.w-cards-container .w-card.centered .w-value .report-status .status.label ._account_api .list-results thead span.status-ok,.report-status .list-results tbody tr.sublist .status.title ._account_api .list-results thead span.status-ok,.list-results tbody tr.sublist .report-status .status.title ._account_api .list-results thead span.status-ok,.form-label.status ._account_api .list-results thead .report-status span.status-ok,.status.status-log ._account_api .list-results thead .report-status span.status-ok,.status.status-report-item ._account_api .list-results thead .report-status span.status-ok,.double-list dd.status ._account_api .list-results thead .report-status span.status-ok,.double-list dt.status ._account_api .list-results thead .report-status span.status-ok,.w-cards-container .w-card .status.title ._account_api .list-results thead .report-status span.status-ok,.w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead .report-status span.status-ok,.list-results tbody tr.sublist .status.title ._account_api .list-results thead .report-status span.status-ok,.report-status ._account_api .list-results thead .w-filters-selected label.status.small span.status-ok,._account_api .list-results thead .w-filters-selected label.status.small .report-status span.status-ok,.report-status .w-filters-selected label.status.small ._account_api .list-results thead span.status-ok,.w-filters-selected label.status.small ._account_api .list-results thead .report-status span.status-ok,.report-status ._account_api .list-results thead .w-filters-selected .status.btn-f-s span.status-ok,._account_api .list-results thead .w-filters-selected .status.btn-f-s .report-status span.status-ok,.report-status .w-filters-selected .status.btn-f-s ._account_api .list-results thead span.status-ok,.w-filters-selected .status.btn-f-s ._account_api .list-results thead .report-status span.status-ok,.report-status ._account_api .list-results thead .sub-header .w-form label.status-ok,.report-status ._account_api .list-results thead .sub-header .w-double-list label.status-ok,._account_api .list-results thead .sub-header .w-form .report-status label.status-ok,._account_api .list-results thead .sub-header .w-double-list .report-status label.status-ok,.report-status .sub-header .w-form ._account_api .list-results thead label.status-ok,.report-status .sub-header .w-double-list ._account_api .list-results thead label.status-ok,.sub-header .w-form ._account_api .list-results thead .report-status label.status-ok,.sub-header .w-double-list ._account_api .list-results thead .report-status label.status-ok,.report-status ._account_api .list-results thead .block-filters button.status-ok:after,._account_api .list-results thead .block-filters .report-status button.status-ok:after,.report-status .block-filters ._account_api .list-results thead button.status-ok:after,.block-filters ._account_api .list-results thead .report-status button.status-ok:after,.report-status ._account_api .list-results thead .block-filters select.status-ok:after,._account_api .list-results thead .block-filters .report-status select.status-ok:after,.report-status .block-filters ._account_api .list-results thead select.status-ok:after,.block-filters ._account_api .list-results thead .report-status select.status-ok:after,.report-status ._account_api .list-results thead .form-auto-list .status-ok.form-auto-item.is-user-is-inactive,._account_api .list-results thead .form-auto-list .report-status .status-ok.form-auto-item.is-user-is-inactive,.report-status .form-auto-list ._account_api .list-results thead .status-ok.form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .list-results thead .report-status .status-ok.form-auto-item.is-user-is-inactive,.report-status ._account_api .list-results thead .form-auto-list .status-ok.form-auto-item.is-user-is-active,._account_api .list-results thead .form-auto-list .report-status .status-ok.form-auto-item.is-user-is-active,.report-status .form-auto-list ._account_api .list-results thead .status-ok.form-auto-item.is-user-is-active,.form-auto-list ._account_api .list-results thead .report-status .status-ok.form-auto-item.is-user-is-active,.report-status ._account_api .list-results thead .list-results-header .status.title span.status-ok,._account_api .list-results thead .list-results-header .status.title .report-status span.status-ok,.report-status .list-results-header .status.title ._account_api .list-results thead span.status-ok,.list-results-header .status.title ._account_api .list-results thead .report-status span.status-ok,.report-status ._account_api .list-results thead tr span.status-ok,._account_api .list-results thead tr .report-status span.status-ok,.report-status .sidebar-default.sidebar-default-right .sidebar-default-body .filter-group .status-ok.filter-checkbox,.sidebar-default.sidebar-default-right .sidebar-default-body .filter-group .report-status .status-ok.filter-checkbox,.report-status .add-filters-dropdown .w-add-filters-list>div.filter-group .status-ok.filter-checkbox,.add-filters-dropdown .w-add-filters-list>div.filter-group .report-status .status-ok.filter-checkbox,.report-status .filter-preset .filter-field-name button.status-ok,.filter-preset .filter-field-name .report-status button.status-ok{color:#16846f !important;background-color:#a8f1e3 !important}.report-status .button-default.status-delayed,.report-status .liveDashboard .list-results thead .status-delayed.icon,.report-status .liveDashboard .list-results thead .status-delayed.w-alert-banner:before,.report-status .liveDashboard .list-results thead .status-delayed.w-alert-banner:before,.report-status .liveDashboard ._account_api .list-results thead .status-delayed.w-alert-banner:before,._account_api .report-status .liveDashboard .list-results thead .status-delayed.w-alert-banner:before,.report-status .liveDashboard .list-results thead .w-dialog.plus .status-delayed.dialog-aside:after,.w-dialog.plus .report-status .liveDashboard .list-results thead .status-delayed.dialog-aside:after,.report-status .liveDashboard .list-results thead .w-toast .status-delayed.toast.plus:after,.w-toast .report-status .liveDashboard .list-results thead .status-delayed.toast.plus:after,.report-status .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .status-delayed.btn-period-clear:before,.w-time-period .dropdown .w-selection .report-status .liveDashboard .list-results thead .status-delayed.btn-period-clear:before,.report-status .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .status-delayed.btn-filter:before,.w-time-period .dropdown .w-selection .report-status .liveDashboard .list-results thead .status-delayed.btn-filter:before,.report-status .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .status-delayed.btn-period-edit:before,.w-time-period .dropdown .w-selection .report-status .liveDashboard .list-results thead .status-delayed.btn-period-edit:before,.report-status .liveDashboard .list-results thead .block-filters .status-delayed.btn-filter:before,.block-filters .report-status .liveDashboard .list-results thead .status-delayed.btn-filter:before,.report-status .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.status-delayed,.toggleWrapper .report-status .liveDashboard .list-results thead input.mobileToggle+label.status-delayed,.report-status .liveDashboard .list-results thead tbody span.status-delayed.status,.report-status .liveDashboard .list-results tbody thead span.status-delayed.status,.report-status .liveDashboard .list-results thead tbody td.is-running span.status-delayed,.report-status .liveDashboard .list-results tbody td.is-running thead span.status-delayed,.report-status .liveDashboard .list-results thead tbody td.is-pending span.status-delayed,.report-status .liveDashboard .list-results tbody td.is-pending thead span.status-delayed,.report-status .liveDashboard .list-results thead .status-delayed.icon,.report-status .liveDashboard .list-results thead .status-delayed.w-alert-banner:before,.report-status .liveDashboard .list-results thead .status-delayed.w-alert-banner:before,.report-status .liveDashboard ._account_api .list-results thead .status-delayed.w-alert-banner:before,._account_api .report-status .liveDashboard .list-results thead .status-delayed.w-alert-banner:before,.report-status .liveDashboard .list-results thead .w-dialog.plus .status-delayed.dialog-aside:after,.w-dialog.plus .report-status .liveDashboard .list-results thead .status-delayed.dialog-aside:after,.report-status .liveDashboard .list-results thead .w-toast .status-delayed.toast.plus:after,.w-toast .report-status .liveDashboard .list-results thead .status-delayed.toast.plus:after,.report-status .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .status-delayed.btn-period-clear:before,.w-time-period .dropdown .w-selection .report-status .liveDashboard .list-results thead .status-delayed.btn-period-clear:before,.report-status .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .status-delayed.btn-filter:before,.w-time-period .dropdown .w-selection .report-status .liveDashboard .list-results thead .status-delayed.btn-filter:before,.report-status .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .status-delayed.btn-period-edit:before,.w-time-period .dropdown .w-selection .report-status .liveDashboard .list-results thead .status-delayed.btn-period-edit:before,.report-status .liveDashboard .list-results thead .block-filters .status-delayed.btn-filter:before,.block-filters .report-status .liveDashboard .list-results thead .status-delayed.btn-filter:before,.report-status .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.status-delayed,.toggleWrapper .report-status .liveDashboard .list-results thead input.mobileToggle+label.status-delayed,.report-status .liveDashboard .list-results thead tbody span.status-delayed.status,.report-status .liveDashboard .list-results tbody thead span.status-delayed.status,.report-status .liveDashboard .list-results thead tbody td.is-running span.status-delayed,.report-status .liveDashboard .list-results tbody td.is-running thead span.status-delayed,.report-status .liveDashboard .list-results thead tbody td.is-pending span.status-delayed,.report-status .liveDashboard .list-results tbody td.is-pending thead span.status-delayed,.report-status .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .status-delayed.dropdown-toggle:after,.report-status .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .status-delayed.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .report-status .liveDashboard .list-results thead .status-delayed.dropdown-toggle:after,.report-status .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .status-delayed.filter,.report-status .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .status-delayed.filter,.w-filter-preset.w-filter-preset .filter-preset .report-status .liveDashboard .list-results thead .status-delayed.filter,.report-status .liveDashboard .list-results thead .form-label.status span.status-delayed,.report-status .liveDashboard .list-results thead .status.status-log span.status-delayed,.report-status .liveDashboard .list-results thead .status.status-report-item span.status-delayed,.report-status .liveDashboard .list-results thead .double-list dd.status span.status-delayed,.double-list .report-status .liveDashboard .list-results thead dd.status span.status-delayed,.report-status .liveDashboard .list-results thead .double-list dt.status span.status-delayed,.double-list .report-status .liveDashboard .list-results thead dt.status span.status-delayed,.report-status .liveDashboard .list-results thead .w-cards-container .w-card .status.title span.status-delayed,.w-cards-container .w-card .report-status .liveDashboard .list-results thead .status.title span.status-delayed,.report-status .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.status-delayed,.w-cards-container .w-card.centered .w-value .report-status .liveDashboard .list-results thead .status.label span.status-delayed,.report-status .liveDashboard .list-results thead tbody tr.sublist .status.title span.status-delayed,.report-status .liveDashboard .list-results tbody tr.sublist thead .status.title span.status-delayed,.report-status .form-label.status .liveDashboard .list-results thead span.status-delayed,.report-status .status.status-log .liveDashboard .list-results thead span.status-delayed,.report-status .status.status-report-item .liveDashboard .list-results thead span.status-delayed,.report-status .double-list dd.status .liveDashboard .list-results thead span.status-delayed,.double-list .report-status dd.status .liveDashboard .list-results thead span.status-delayed,.report-status .double-list dt.status .liveDashboard .list-results thead span.status-delayed,.double-list .report-status dt.status .liveDashboard .list-results thead span.status-delayed,.report-status .w-cards-container .w-card .status.title .liveDashboard .list-results thead span.status-delayed,.w-cards-container .w-card .report-status .status.title .liveDashboard .list-results thead span.status-delayed,.report-status .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.status-delayed,.w-cards-container .w-card.centered .w-value .report-status .status.label .liveDashboard .list-results thead span.status-delayed,.report-status .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.status-delayed,.list-results tbody tr.sublist .report-status .status.title .liveDashboard .list-results thead span.status-delayed,.form-label.status .report-status .liveDashboard .list-results thead span.status-delayed,.status.status-log .report-status .liveDashboard .list-results thead span.status-delayed,.status.status-report-item .report-status .liveDashboard .list-results thead span.status-delayed,.double-list dd.status .report-status .liveDashboard .list-results thead span.status-delayed,.double-list dt.status .report-status .liveDashboard .list-results thead span.status-delayed,.w-cards-container .w-card .status.title .report-status .liveDashboard .list-results thead span.status-delayed,.w-cards-container .w-card.centered .w-value .status.label .report-status .liveDashboard .list-results thead span.status-delayed,.list-results tbody tr.sublist .status.title .report-status .liveDashboard .list-results thead span.status-delayed,.report-status .liveDashboard .list-results thead .w-filters-selected label.status.small span.status-delayed,.report-status .w-filters-selected label.status.small .liveDashboard .list-results thead span.status-delayed,.w-filters-selected label.status.small .report-status .liveDashboard .list-results thead span.status-delayed,.report-status .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.status-delayed,.report-status .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.status-delayed,.w-filters-selected .status.btn-f-s .report-status .liveDashboard .list-results thead span.status-delayed,.report-status .liveDashboard .list-results thead .sub-header .w-form label.status-delayed,.report-status .liveDashboard .list-results thead .sub-header .w-double-list label.status-delayed,.report-status .sub-header .w-form .liveDashboard .list-results thead label.status-delayed,.report-status .sub-header .w-double-list .liveDashboard .list-results thead label.status-delayed,.sub-header .w-form .report-status .liveDashboard .list-results thead label.status-delayed,.sub-header .w-double-list .report-status .liveDashboard .list-results thead label.status-delayed,.report-status .liveDashboard .list-results thead .block-filters button.status-delayed:after,.report-status .block-filters .liveDashboard .list-results thead button.status-delayed:after,.block-filters .report-status .liveDashboard .list-results thead button.status-delayed:after,.report-status .liveDashboard .list-results thead .block-filters select.status-delayed:after,.report-status .block-filters .liveDashboard .list-results thead select.status-delayed:after,.block-filters .report-status .liveDashboard .list-results thead select.status-delayed:after,.report-status .liveDashboard .list-results thead .form-auto-list .status-delayed.form-auto-item.is-user-is-inactive,.report-status .form-auto-list .liveDashboard .list-results thead .status-delayed.form-auto-item.is-user-is-inactive,.form-auto-list .report-status .liveDashboard .list-results thead .status-delayed.form-auto-item.is-user-is-inactive,.report-status .liveDashboard .list-results thead .form-auto-list .status-delayed.form-auto-item.is-user-is-active,.report-status .form-auto-list .liveDashboard .list-results thead .status-delayed.form-auto-item.is-user-is-active,.form-auto-list .report-status .liveDashboard .list-results thead .status-delayed.form-auto-item.is-user-is-active,.report-status .liveDashboard .list-results thead .list-results-header .status.title span.status-delayed,.report-status .list-results-header .status.title .liveDashboard .list-results thead span.status-delayed,.list-results-header .status.title .report-status .liveDashboard .list-results thead span.status-delayed,.report-status .liveDashboard .list-results thead tr span.status-delayed,.report-status .liveDashboard ._account_api .list-results thead .status-delayed.icon,.report-status .liveDashboard ._account_api .list-results thead .status-delayed.w-alert-banner:before,.report-status .liveDashboard ._account_api .list-results thead .status-delayed.w-alert-banner:before,.report-status .liveDashboard ._account_api .list-results thead .status-delayed.w-alert-banner:before,.report-status .liveDashboard ._account_api .list-results thead .w-dialog.plus .status-delayed.dialog-aside:after,.w-dialog.plus .report-status .liveDashboard ._account_api .list-results thead .status-delayed.dialog-aside:after,.report-status .liveDashboard ._account_api .list-results thead .w-toast .status-delayed.toast.plus:after,.w-toast .report-status .liveDashboard ._account_api .list-results thead .status-delayed.toast.plus:after,.report-status .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .status-delayed.btn-period-clear:before,.w-time-period .dropdown .w-selection .report-status .liveDashboard ._account_api .list-results thead .status-delayed.btn-period-clear:before,.report-status .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .status-delayed.btn-filter:before,.w-time-period .dropdown .w-selection .report-status .liveDashboard ._account_api .list-results thead .status-delayed.btn-filter:before,.report-status .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .status-delayed.btn-period-edit:before,.w-time-period .dropdown .w-selection .report-status .liveDashboard ._account_api .list-results thead .status-delayed.btn-period-edit:before,.report-status .liveDashboard ._account_api .list-results thead .block-filters .status-delayed.btn-filter:before,.block-filters .report-status .liveDashboard ._account_api .list-results thead .status-delayed.btn-filter:before,.report-status .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label.status-delayed,.toggleWrapper .report-status .liveDashboard ._account_api .list-results thead input.mobileToggle+label.status-delayed,.report-status .liveDashboard ._account_api .list-results thead tbody span.status-delayed.status,.report-status .liveDashboard ._account_api .list-results tbody thead span.status-delayed.status,.report-status .liveDashboard ._account_api .list-results thead tbody td.is-running span.status-delayed,.report-status .liveDashboard ._account_api .list-results tbody td.is-running thead span.status-delayed,.report-status .liveDashboard ._account_api .list-results thead tbody td.is-pending span.status-delayed,.report-status .liveDashboard ._account_api .list-results tbody td.is-pending thead span.status-delayed,._account_api .report-status .liveDashboard .list-results thead .status-delayed.icon,._account_api .report-status .liveDashboard .list-results thead .status-delayed.w-alert-banner:before,._account_api .report-status .liveDashboard .list-results thead .status-delayed.w-alert-banner:before,._account_api .report-status .liveDashboard .list-results thead .status-delayed.w-alert-banner:before,._account_api .report-status .liveDashboard .list-results thead .w-dialog.plus .status-delayed.dialog-aside:after,.w-dialog.plus ._account_api .report-status .liveDashboard .list-results thead .status-delayed.dialog-aside:after,._account_api .report-status .liveDashboard .list-results thead .w-toast .status-delayed.toast.plus:after,.w-toast ._account_api .report-status .liveDashboard .list-results thead .status-delayed.toast.plus:after,._account_api .report-status .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .status-delayed.btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .report-status .liveDashboard .list-results thead .status-delayed.btn-period-clear:before,._account_api .report-status .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .status-delayed.btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .report-status .liveDashboard .list-results thead .status-delayed.btn-filter:before,._account_api .report-status .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .status-delayed.btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .report-status .liveDashboard .list-results thead .status-delayed.btn-period-edit:before,._account_api .report-status .liveDashboard .list-results thead .block-filters .status-delayed.btn-filter:before,.block-filters ._account_api .report-status .liveDashboard .list-results thead .status-delayed.btn-filter:before,._account_api .report-status .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.status-delayed,.toggleWrapper ._account_api .report-status .liveDashboard .list-results thead input.mobileToggle+label.status-delayed,._account_api .report-status .liveDashboard .list-results thead tbody span.status-delayed.status,._account_api .report-status .liveDashboard .list-results tbody thead span.status-delayed.status,._account_api .report-status .liveDashboard .list-results thead tbody td.is-running span.status-delayed,._account_api .report-status .liveDashboard .list-results tbody td.is-running thead span.status-delayed,._account_api .report-status .liveDashboard .list-results thead tbody td.is-pending span.status-delayed,._account_api .report-status .liveDashboard .list-results tbody td.is-pending thead span.status-delayed,.report-status .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .status-delayed.dropdown-toggle:after,._account_api .report-status .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .status-delayed.dropdown-toggle:after,.report-status .liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .status-delayed.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .report-status .liveDashboard .list-results thead .status-delayed.dropdown-toggle:after,.report-status .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .status-delayed.filter,._account_api .report-status .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .status-delayed.filter,.report-status .liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .status-delayed.filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .report-status .liveDashboard .list-results thead .status-delayed.filter,.report-status .liveDashboard ._account_api .list-results thead .form-label.status span.status-delayed,.report-status .liveDashboard ._account_api .list-results thead .status.status-log span.status-delayed,.report-status .liveDashboard ._account_api .list-results thead .status.status-report-item span.status-delayed,.report-status .liveDashboard ._account_api .list-results thead .double-list dd.status span.status-delayed,.double-list .report-status .liveDashboard ._account_api .list-results thead dd.status span.status-delayed,.report-status .liveDashboard ._account_api .list-results thead .double-list dt.status span.status-delayed,.double-list .report-status .liveDashboard ._account_api .list-results thead dt.status span.status-delayed,.report-status .liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span.status-delayed,.w-cards-container .w-card .report-status .liveDashboard ._account_api .list-results thead .status.title span.status-delayed,.report-status .liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.status-delayed,.w-cards-container .w-card.centered .w-value .report-status .liveDashboard ._account_api .list-results thead .status.label span.status-delayed,.report-status .liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span.status-delayed,.report-status .liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span.status-delayed,._account_api .report-status .liveDashboard .list-results thead .form-label.status span.status-delayed,._account_api .report-status .liveDashboard .list-results thead .status.status-log span.status-delayed,._account_api .report-status .liveDashboard .list-results thead .status.status-report-item span.status-delayed,._account_api .report-status .liveDashboard .list-results thead .double-list dd.status span.status-delayed,.double-list ._account_api .report-status .liveDashboard .list-results thead dd.status span.status-delayed,._account_api .report-status .liveDashboard .list-results thead .double-list dt.status span.status-delayed,.double-list ._account_api .report-status .liveDashboard .list-results thead dt.status span.status-delayed,._account_api .report-status .liveDashboard .list-results thead .w-cards-container .w-card .status.title span.status-delayed,.w-cards-container .w-card ._account_api .report-status .liveDashboard .list-results thead .status.title span.status-delayed,._account_api .report-status .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.status-delayed,.w-cards-container .w-card.centered .w-value ._account_api .report-status .liveDashboard .list-results thead .status.label span.status-delayed,._account_api .report-status .liveDashboard .list-results thead tbody tr.sublist .status.title span.status-delayed,._account_api .report-status .liveDashboard .list-results tbody tr.sublist thead .status.title span.status-delayed,.report-status .liveDashboard .form-label.status ._account_api .list-results thead span.status-delayed,.report-status .liveDashboard .status.status-log ._account_api .list-results thead span.status-delayed,.report-status .liveDashboard .status.status-report-item ._account_api .list-results thead span.status-delayed,.report-status .liveDashboard .double-list dd.status ._account_api .list-results thead span.status-delayed,.double-list .report-status .liveDashboard dd.status ._account_api .list-results thead span.status-delayed,.report-status .liveDashboard .double-list dt.status ._account_api .list-results thead span.status-delayed,.double-list .report-status .liveDashboard dt.status ._account_api .list-results thead span.status-delayed,.report-status .liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span.status-delayed,.w-cards-container .w-card .report-status .liveDashboard .status.title ._account_api .list-results thead span.status-delayed,.report-status .liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.status-delayed,.w-cards-container .w-card.centered .w-value .report-status .liveDashboard .status.label ._account_api .list-results thead span.status-delayed,.report-status .liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span.status-delayed,.list-results tbody tr.sublist .report-status .liveDashboard .status.title ._account_api .list-results thead span.status-delayed,.form-label.status ._account_api .report-status .liveDashboard .list-results thead span.status-delayed,.status.status-log ._account_api .report-status .liveDashboard .list-results thead span.status-delayed,.status.status-report-item ._account_api .report-status .liveDashboard .list-results thead span.status-delayed,.double-list dd.status ._account_api .report-status .liveDashboard .list-results thead span.status-delayed,.double-list dt.status ._account_api .report-status .liveDashboard .list-results thead span.status-delayed,.w-cards-container .w-card .status.title ._account_api .report-status .liveDashboard .list-results thead span.status-delayed,.w-cards-container .w-card.centered .w-value .status.label ._account_api .report-status .liveDashboard .list-results thead span.status-delayed,.list-results tbody tr.sublist .status.title ._account_api .report-status .liveDashboard .list-results thead span.status-delayed,.report-status .liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span.status-delayed,._account_api .report-status .liveDashboard .list-results thead .w-filters-selected label.status.small span.status-delayed,.report-status .liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span.status-delayed,.w-filters-selected label.status.small ._account_api .report-status .liveDashboard .list-results thead span.status-delayed,.report-status .liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span.status-delayed,._account_api .report-status .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.status-delayed,.report-status .liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span.status-delayed,.w-filters-selected .status.btn-f-s ._account_api .report-status .liveDashboard .list-results thead span.status-delayed,.report-status .liveDashboard ._account_api .list-results thead .sub-header .w-form label.status-delayed,.report-status .liveDashboard ._account_api .list-results thead .sub-header .w-double-list label.status-delayed,._account_api .report-status .liveDashboard .list-results thead .sub-header .w-form label.status-delayed,._account_api .report-status .liveDashboard .list-results thead .sub-header .w-double-list label.status-delayed,.report-status .liveDashboard .sub-header .w-form ._account_api .list-results thead label.status-delayed,.report-status .liveDashboard .sub-header .w-double-list ._account_api .list-results thead label.status-delayed,.sub-header .w-form ._account_api .report-status .liveDashboard .list-results thead label.status-delayed,.sub-header .w-double-list ._account_api .report-status .liveDashboard .list-results thead label.status-delayed,.report-status .liveDashboard ._account_api .list-results thead .block-filters button.status-delayed:after,._account_api .report-status .liveDashboard .list-results thead .block-filters button.status-delayed:after,.report-status .liveDashboard .block-filters ._account_api .list-results thead button.status-delayed:after,.block-filters ._account_api .report-status .liveDashboard .list-results thead button.status-delayed:after,.report-status .liveDashboard ._account_api .list-results thead .block-filters select.status-delayed:after,._account_api .report-status .liveDashboard .list-results thead .block-filters select.status-delayed:after,.report-status .liveDashboard .block-filters ._account_api .list-results thead select.status-delayed:after,.block-filters ._account_api .report-status .liveDashboard .list-results thead select.status-delayed:after,.report-status .liveDashboard ._account_api .list-results thead .form-auto-list .status-delayed.form-auto-item.is-user-is-inactive,._account_api .report-status .liveDashboard .list-results thead .form-auto-list .status-delayed.form-auto-item.is-user-is-inactive,.report-status .liveDashboard .form-auto-list ._account_api .list-results thead .status-delayed.form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .report-status .liveDashboard .list-results thead .status-delayed.form-auto-item.is-user-is-inactive,.report-status .liveDashboard ._account_api .list-results thead .form-auto-list .status-delayed.form-auto-item.is-user-is-active,._account_api .report-status .liveDashboard .list-results thead .form-auto-list .status-delayed.form-auto-item.is-user-is-active,.report-status .liveDashboard .form-auto-list ._account_api .list-results thead .status-delayed.form-auto-item.is-user-is-active,.form-auto-list ._account_api .report-status .liveDashboard .list-results thead .status-delayed.form-auto-item.is-user-is-active,.report-status .liveDashboard ._account_api .list-results thead .list-results-header .status.title span.status-delayed,._account_api .report-status .liveDashboard .list-results thead .list-results-header .status.title span.status-delayed,.report-status .liveDashboard .list-results-header .status.title ._account_api .list-results thead span.status-delayed,.list-results-header .status.title ._account_api .report-status .liveDashboard .list-results thead span.status-delayed,.report-status .liveDashboard ._account_api .list-results thead tr span.status-delayed,._account_api .report-status .liveDashboard .list-results thead tr span.status-delayed,.report-status .liveDashboard ._account_api .list-results thead .status-delayed.icon,.report-status .liveDashboard ._account_api .list-results thead .status-delayed.w-alert-banner:before,.report-status .liveDashboard ._account_api .list-results thead .status-delayed.w-alert-banner:before,.report-status .liveDashboard ._account_api .list-results thead .status-delayed.w-alert-banner:before,.report-status .liveDashboard ._account_api .list-results thead .w-dialog.plus .status-delayed.dialog-aside:after,.w-dialog.plus .report-status .liveDashboard ._account_api .list-results thead .status-delayed.dialog-aside:after,.report-status .liveDashboard ._account_api .list-results thead .w-toast .status-delayed.toast.plus:after,.w-toast .report-status .liveDashboard ._account_api .list-results thead .status-delayed.toast.plus:after,.report-status .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .status-delayed.btn-period-clear:before,.w-time-period .dropdown .w-selection .report-status .liveDashboard ._account_api .list-results thead .status-delayed.btn-period-clear:before,.report-status .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .status-delayed.btn-filter:before,.w-time-period .dropdown .w-selection .report-status .liveDashboard ._account_api .list-results thead .status-delayed.btn-filter:before,.report-status .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .status-delayed.btn-period-edit:before,.w-time-period .dropdown .w-selection .report-status .liveDashboard ._account_api .list-results thead .status-delayed.btn-period-edit:before,.report-status .liveDashboard ._account_api .list-results thead .block-filters .status-delayed.btn-filter:before,.block-filters .report-status .liveDashboard ._account_api .list-results thead .status-delayed.btn-filter:before,.report-status .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label.status-delayed,.toggleWrapper .report-status .liveDashboard ._account_api .list-results thead input.mobileToggle+label.status-delayed,.report-status .liveDashboard ._account_api .list-results thead tbody span.status-delayed.status,.report-status .liveDashboard ._account_api .list-results tbody thead span.status-delayed.status,.report-status .liveDashboard ._account_api .list-results thead tbody td.is-running span.status-delayed,.report-status .liveDashboard ._account_api .list-results tbody td.is-running thead span.status-delayed,.report-status .liveDashboard ._account_api .list-results thead tbody td.is-pending span.status-delayed,.report-status .liveDashboard ._account_api .list-results tbody td.is-pending thead span.status-delayed,.report-status ._account_api .liveDashboard .list-results thead .status-delayed.icon,.report-status ._account_api .liveDashboard .list-results thead .status-delayed.w-alert-banner:before,.report-status ._account_api .liveDashboard .list-results thead .status-delayed.w-alert-banner:before,.report-status ._account_api .liveDashboard .list-results thead .status-delayed.w-alert-banner:before,.report-status ._account_api .liveDashboard .list-results thead .w-dialog.plus .status-delayed.dialog-aside:after,.w-dialog.plus .report-status ._account_api .liveDashboard .list-results thead .status-delayed.dialog-aside:after,.report-status ._account_api .liveDashboard .list-results thead .w-toast .status-delayed.toast.plus:after,.w-toast .report-status ._account_api .liveDashboard .list-results thead .status-delayed.toast.plus:after,.report-status ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .status-delayed.btn-period-clear:before,.w-time-period .dropdown .w-selection .report-status ._account_api .liveDashboard .list-results thead .status-delayed.btn-period-clear:before,.report-status ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .status-delayed.btn-filter:before,.w-time-period .dropdown .w-selection .report-status ._account_api .liveDashboard .list-results thead .status-delayed.btn-filter:before,.report-status ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .status-delayed.btn-period-edit:before,.w-time-period .dropdown .w-selection .report-status ._account_api .liveDashboard .list-results thead .status-delayed.btn-period-edit:before,.report-status ._account_api .liveDashboard .list-results thead .block-filters .status-delayed.btn-filter:before,.block-filters .report-status ._account_api .liveDashboard .list-results thead .status-delayed.btn-filter:before,.report-status ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.status-delayed,.toggleWrapper .report-status ._account_api .liveDashboard .list-results thead input.mobileToggle+label.status-delayed,.report-status ._account_api .liveDashboard .list-results thead tbody span.status-delayed.status,.report-status ._account_api .liveDashboard .list-results tbody thead span.status-delayed.status,.report-status ._account_api .liveDashboard .list-results thead tbody td.is-running span.status-delayed,.report-status ._account_api .liveDashboard .list-results tbody td.is-running thead span.status-delayed,.report-status ._account_api .liveDashboard .list-results thead tbody td.is-pending span.status-delayed,.report-status ._account_api .liveDashboard .list-results tbody td.is-pending thead span.status-delayed,._account_api .report-status .liveDashboard .list-results thead .status-delayed.icon,._account_api .report-status .liveDashboard .list-results thead .status-delayed.w-alert-banner:before,._account_api .report-status .liveDashboard .list-results thead .status-delayed.w-alert-banner:before,._account_api .report-status .liveDashboard .list-results thead .status-delayed.w-alert-banner:before,._account_api .report-status .liveDashboard .list-results thead .w-dialog.plus .status-delayed.dialog-aside:after,.w-dialog.plus ._account_api .report-status .liveDashboard .list-results thead .status-delayed.dialog-aside:after,._account_api .report-status .liveDashboard .list-results thead .w-toast .status-delayed.toast.plus:after,.w-toast ._account_api .report-status .liveDashboard .list-results thead .status-delayed.toast.plus:after,._account_api .report-status .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .status-delayed.btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .report-status .liveDashboard .list-results thead .status-delayed.btn-period-clear:before,._account_api .report-status .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .status-delayed.btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .report-status .liveDashboard .list-results thead .status-delayed.btn-filter:before,._account_api .report-status .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .status-delayed.btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .report-status .liveDashboard .list-results thead .status-delayed.btn-period-edit:before,._account_api .report-status .liveDashboard .list-results thead .block-filters .status-delayed.btn-filter:before,.block-filters ._account_api .report-status .liveDashboard .list-results thead .status-delayed.btn-filter:before,._account_api .report-status .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.status-delayed,.toggleWrapper ._account_api .report-status .liveDashboard .list-results thead input.mobileToggle+label.status-delayed,._account_api .report-status .liveDashboard .list-results thead tbody span.status-delayed.status,._account_api .report-status .liveDashboard .list-results tbody thead span.status-delayed.status,._account_api .report-status .liveDashboard .list-results thead tbody td.is-running span.status-delayed,._account_api .report-status .liveDashboard .list-results tbody td.is-running thead span.status-delayed,._account_api .report-status .liveDashboard .list-results thead tbody td.is-pending span.status-delayed,._account_api .report-status .liveDashboard .list-results tbody td.is-pending thead span.status-delayed,.report-status .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .status-delayed.dropdown-toggle:after,.report-status ._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .status-delayed.dropdown-toggle:after,._account_api .report-status .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .status-delayed.dropdown-toggle:after,.report-status .liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .status-delayed.dropdown-toggle:after,.report-status .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .status-delayed.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .report-status .liveDashboard .list-results thead .status-delayed.dropdown-toggle:after,.report-status .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .status-delayed.filter,.report-status ._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .status-delayed.filter,._account_api .report-status .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .status-delayed.filter,.report-status .liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .status-delayed.filter,.report-status .w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .status-delayed.filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .report-status .liveDashboard .list-results thead .status-delayed.filter,.report-status .liveDashboard ._account_api .list-results thead .form-label.status span.status-delayed,.report-status .liveDashboard ._account_api .list-results thead .status.status-log span.status-delayed,.report-status .liveDashboard ._account_api .list-results thead .status.status-report-item span.status-delayed,.report-status .liveDashboard ._account_api .list-results thead .double-list dd.status span.status-delayed,.double-list .report-status .liveDashboard ._account_api .list-results thead dd.status span.status-delayed,.report-status .liveDashboard ._account_api .list-results thead .double-list dt.status span.status-delayed,.double-list .report-status .liveDashboard ._account_api .list-results thead dt.status span.status-delayed,.report-status .liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span.status-delayed,.w-cards-container .w-card .report-status .liveDashboard ._account_api .list-results thead .status.title span.status-delayed,.report-status .liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.status-delayed,.w-cards-container .w-card.centered .w-value .report-status .liveDashboard ._account_api .list-results thead .status.label span.status-delayed,.report-status .liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span.status-delayed,.report-status .liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span.status-delayed,.report-status ._account_api .liveDashboard .list-results thead .form-label.status span.status-delayed,.report-status ._account_api .liveDashboard .list-results thead .status.status-log span.status-delayed,.report-status ._account_api .liveDashboard .list-results thead .status.status-report-item span.status-delayed,.report-status ._account_api .liveDashboard .list-results thead .double-list dd.status span.status-delayed,.double-list .report-status ._account_api .liveDashboard .list-results thead dd.status span.status-delayed,.report-status ._account_api .liveDashboard .list-results thead .double-list dt.status span.status-delayed,.double-list .report-status ._account_api .liveDashboard .list-results thead dt.status span.status-delayed,.report-status ._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span.status-delayed,.w-cards-container .w-card .report-status ._account_api .liveDashboard .list-results thead .status.title span.status-delayed,.report-status ._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.status-delayed,.w-cards-container .w-card.centered .w-value .report-status ._account_api .liveDashboard .list-results thead .status.label span.status-delayed,.report-status ._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span.status-delayed,.report-status ._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span.status-delayed,._account_api .report-status .liveDashboard .list-results thead .form-label.status span.status-delayed,._account_api .report-status .liveDashboard .list-results thead .status.status-log span.status-delayed,._account_api .report-status .liveDashboard .list-results thead .status.status-report-item span.status-delayed,._account_api .report-status .liveDashboard .list-results thead .double-list dd.status span.status-delayed,.double-list ._account_api .report-status .liveDashboard .list-results thead dd.status span.status-delayed,._account_api .report-status .liveDashboard .list-results thead .double-list dt.status span.status-delayed,.double-list ._account_api .report-status .liveDashboard .list-results thead dt.status span.status-delayed,._account_api .report-status .liveDashboard .list-results thead .w-cards-container .w-card .status.title span.status-delayed,.w-cards-container .w-card ._account_api .report-status .liveDashboard .list-results thead .status.title span.status-delayed,._account_api .report-status .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.status-delayed,.w-cards-container .w-card.centered .w-value ._account_api .report-status .liveDashboard .list-results thead .status.label span.status-delayed,._account_api .report-status .liveDashboard .list-results thead tbody tr.sublist .status.title span.status-delayed,._account_api .report-status .liveDashboard .list-results tbody tr.sublist thead .status.title span.status-delayed,.report-status .liveDashboard .form-label.status ._account_api .list-results thead span.status-delayed,.report-status .liveDashboard .status.status-log ._account_api .list-results thead span.status-delayed,.report-status .liveDashboard .status.status-report-item ._account_api .list-results thead span.status-delayed,.report-status .liveDashboard .double-list dd.status ._account_api .list-results thead span.status-delayed,.double-list .report-status .liveDashboard dd.status ._account_api .list-results thead span.status-delayed,.report-status .liveDashboard .double-list dt.status ._account_api .list-results thead span.status-delayed,.double-list .report-status .liveDashboard dt.status ._account_api .list-results thead span.status-delayed,.report-status .liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span.status-delayed,.w-cards-container .w-card .report-status .liveDashboard .status.title ._account_api .list-results thead span.status-delayed,.report-status .liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.status-delayed,.w-cards-container .w-card.centered .w-value .report-status .liveDashboard .status.label ._account_api .list-results thead span.status-delayed,.report-status .liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span.status-delayed,.list-results tbody tr.sublist .report-status .liveDashboard .status.title ._account_api .list-results thead span.status-delayed,.report-status .form-label.status ._account_api .liveDashboard .list-results thead span.status-delayed,.report-status .status.status-log ._account_api .liveDashboard .list-results thead span.status-delayed,.report-status .status.status-report-item ._account_api .liveDashboard .list-results thead span.status-delayed,.report-status .double-list dd.status ._account_api .liveDashboard .list-results thead span.status-delayed,.double-list .report-status dd.status ._account_api .liveDashboard .list-results thead span.status-delayed,.report-status .double-list dt.status ._account_api .liveDashboard .list-results thead span.status-delayed,.double-list .report-status dt.status ._account_api .liveDashboard .list-results thead span.status-delayed,.report-status .w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead span.status-delayed,.w-cards-container .w-card .report-status .status.title ._account_api .liveDashboard .list-results thead span.status-delayed,.report-status .w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead span.status-delayed,.w-cards-container .w-card.centered .w-value .report-status .status.label ._account_api .liveDashboard .list-results thead span.status-delayed,.report-status .list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead span.status-delayed,.list-results tbody tr.sublist .report-status .status.title ._account_api .liveDashboard .list-results thead span.status-delayed,.form-label.status ._account_api .report-status .liveDashboard .list-results thead span.status-delayed,.status.status-log ._account_api .report-status .liveDashboard .list-results thead span.status-delayed,.status.status-report-item ._account_api .report-status .liveDashboard .list-results thead span.status-delayed,.double-list dd.status ._account_api .report-status .liveDashboard .list-results thead span.status-delayed,.double-list dt.status ._account_api .report-status .liveDashboard .list-results thead span.status-delayed,.w-cards-container .w-card .status.title ._account_api .report-status .liveDashboard .list-results thead span.status-delayed,.w-cards-container .w-card.centered .w-value .status.label ._account_api .report-status .liveDashboard .list-results thead span.status-delayed,.list-results tbody tr.sublist .status.title ._account_api .report-status .liveDashboard .list-results thead span.status-delayed,.report-status .liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span.status-delayed,.report-status ._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span.status-delayed,._account_api .report-status .liveDashboard .list-results thead .w-filters-selected label.status.small span.status-delayed,.report-status .liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span.status-delayed,.report-status .w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead span.status-delayed,.w-filters-selected label.status.small ._account_api .report-status .liveDashboard .list-results thead span.status-delayed,.report-status .liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span.status-delayed,.report-status ._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.status-delayed,._account_api .report-status .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.status-delayed,.report-status .liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span.status-delayed,.report-status .w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead span.status-delayed,.w-filters-selected .status.btn-f-s ._account_api .report-status .liveDashboard .list-results thead span.status-delayed,.report-status .liveDashboard ._account_api .list-results thead .sub-header .w-form label.status-delayed,.report-status .liveDashboard ._account_api .list-results thead .sub-header .w-double-list label.status-delayed,.report-status ._account_api .liveDashboard .list-results thead .sub-header .w-form label.status-delayed,.report-status ._account_api .liveDashboard .list-results thead .sub-header .w-double-list label.status-delayed,._account_api .report-status .liveDashboard .list-results thead .sub-header .w-form label.status-delayed,._account_api .report-status .liveDashboard .list-results thead .sub-header .w-double-list label.status-delayed,.report-status .liveDashboard .sub-header .w-form ._account_api .list-results thead label.status-delayed,.report-status .liveDashboard .sub-header .w-double-list ._account_api .list-results thead label.status-delayed,.report-status .sub-header .w-form ._account_api .liveDashboard .list-results thead label.status-delayed,.report-status .sub-header .w-double-list ._account_api .liveDashboard .list-results thead label.status-delayed,.sub-header .w-form ._account_api .report-status .liveDashboard .list-results thead label.status-delayed,.sub-header .w-double-list ._account_api .report-status .liveDashboard .list-results thead label.status-delayed,.report-status .liveDashboard ._account_api .list-results thead .block-filters button.status-delayed:after,.report-status ._account_api .liveDashboard .list-results thead .block-filters button.status-delayed:after,._account_api .report-status .liveDashboard .list-results thead .block-filters button.status-delayed:after,.report-status .liveDashboard .block-filters ._account_api .list-results thead button.status-delayed:after,.report-status .block-filters ._account_api .liveDashboard .list-results thead button.status-delayed:after,.block-filters ._account_api .report-status .liveDashboard .list-results thead button.status-delayed:after,.report-status .liveDashboard ._account_api .list-results thead .block-filters select.status-delayed:after,.report-status ._account_api .liveDashboard .list-results thead .block-filters select.status-delayed:after,._account_api .report-status .liveDashboard .list-results thead .block-filters select.status-delayed:after,.report-status .liveDashboard .block-filters ._account_api .list-results thead select.status-delayed:after,.report-status .block-filters ._account_api .liveDashboard .list-results thead select.status-delayed:after,.block-filters ._account_api .report-status .liveDashboard .list-results thead select.status-delayed:after,.report-status .liveDashboard ._account_api .list-results thead .form-auto-list .status-delayed.form-auto-item.is-user-is-inactive,.report-status ._account_api .liveDashboard .list-results thead .form-auto-list .status-delayed.form-auto-item.is-user-is-inactive,._account_api .report-status .liveDashboard .list-results thead .form-auto-list .status-delayed.form-auto-item.is-user-is-inactive,.report-status .liveDashboard .form-auto-list ._account_api .list-results thead .status-delayed.form-auto-item.is-user-is-inactive,.report-status .form-auto-list ._account_api .liveDashboard .list-results thead .status-delayed.form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .report-status .liveDashboard .list-results thead .status-delayed.form-auto-item.is-user-is-inactive,.report-status .liveDashboard ._account_api .list-results thead .form-auto-list .status-delayed.form-auto-item.is-user-is-active,.report-status ._account_api .liveDashboard .list-results thead .form-auto-list .status-delayed.form-auto-item.is-user-is-active,._account_api .report-status .liveDashboard .list-results thead .form-auto-list .status-delayed.form-auto-item.is-user-is-active,.report-status .liveDashboard .form-auto-list ._account_api .list-results thead .status-delayed.form-auto-item.is-user-is-active,.report-status .form-auto-list ._account_api .liveDashboard .list-results thead .status-delayed.form-auto-item.is-user-is-active,.form-auto-list ._account_api .report-status .liveDashboard .list-results thead .status-delayed.form-auto-item.is-user-is-active,.report-status .liveDashboard ._account_api .list-results thead .list-results-header .status.title span.status-delayed,.report-status ._account_api .liveDashboard .list-results thead .list-results-header .status.title span.status-delayed,._account_api .report-status .liveDashboard .list-results thead .list-results-header .status.title span.status-delayed,.report-status .liveDashboard .list-results-header .status.title ._account_api .list-results thead span.status-delayed,.report-status .list-results-header .status.title ._account_api .liveDashboard .list-results thead span.status-delayed,.list-results-header .status.title ._account_api .report-status .liveDashboard .list-results thead span.status-delayed,.report-status .liveDashboard ._account_api .list-results thead tr span.status-delayed,.report-status ._account_api .liveDashboard .list-results thead tr span.status-delayed,._account_api .report-status .liveDashboard .list-results thead tr span.status-delayed,.report-status ._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .status-delayed.dropdown-toggle:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .report-status .liveDashboard .list-results thead .status-delayed.dropdown-toggle:after,.report-status .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .status-delayed.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .report-status .liveDashboard ._account_api .list-results thead .status-delayed.dropdown-toggle:after,.report-status ._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .status-delayed.filter,._account_api .w-filter-preset.w-filter-preset .filter-preset .report-status .liveDashboard .list-results thead .status-delayed.filter,.report-status .w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .status-delayed.filter,.w-filter-preset.w-filter-preset .filter-preset .report-status .liveDashboard ._account_api .list-results thead .status-delayed.filter,.report-status ._account_api .form-label.status .liveDashboard .list-results thead span.status-delayed,.report-status ._account_api .status.status-log .liveDashboard .list-results thead span.status-delayed,.report-status ._account_api .status.status-report-item .liveDashboard .list-results thead span.status-delayed,.report-status ._account_api .double-list dd.status .liveDashboard .list-results thead span.status-delayed,.double-list .report-status ._account_api dd.status .liveDashboard .list-results thead span.status-delayed,.report-status ._account_api .double-list dt.status .liveDashboard .list-results thead span.status-delayed,.double-list .report-status ._account_api dt.status .liveDashboard .list-results thead span.status-delayed,.report-status ._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span.status-delayed,.w-cards-container .w-card .report-status ._account_api .status.title .liveDashboard .list-results thead span.status-delayed,.report-status ._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.status-delayed,.w-cards-container .w-card.centered .w-value .report-status ._account_api .status.label .liveDashboard .list-results thead span.status-delayed,.report-status ._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.status-delayed,.list-results tbody tr.sublist .report-status ._account_api .status.title .liveDashboard .list-results thead span.status-delayed,._account_api .form-label.status .report-status .liveDashboard .list-results thead span.status-delayed,._account_api .status.status-log .report-status .liveDashboard .list-results thead span.status-delayed,._account_api .status.status-report-item .report-status .liveDashboard .list-results thead span.status-delayed,._account_api .double-list dd.status .report-status .liveDashboard .list-results thead span.status-delayed,.double-list ._account_api dd.status .report-status .liveDashboard .list-results thead span.status-delayed,._account_api .double-list dt.status .report-status .liveDashboard .list-results thead span.status-delayed,.double-list ._account_api dt.status .report-status .liveDashboard .list-results thead span.status-delayed,._account_api .w-cards-container .w-card .status.title .report-status .liveDashboard .list-results thead span.status-delayed,.w-cards-container .w-card ._account_api .status.title .report-status .liveDashboard .list-results thead span.status-delayed,._account_api .w-cards-container .w-card.centered .w-value .status.label .report-status .liveDashboard .list-results thead span.status-delayed,.w-cards-container .w-card.centered .w-value ._account_api .status.label .report-status .liveDashboard .list-results thead span.status-delayed,._account_api .list-results tbody tr.sublist .status.title .report-status .liveDashboard .list-results thead span.status-delayed,.list-results tbody tr.sublist ._account_api .status.title .report-status .liveDashboard .list-results thead span.status-delayed,.report-status .form-label.status .liveDashboard ._account_api .list-results thead span.status-delayed,.report-status .status.status-log .liveDashboard ._account_api .list-results thead span.status-delayed,.report-status .status.status-report-item .liveDashboard ._account_api .list-results thead span.status-delayed,.report-status .double-list dd.status .liveDashboard ._account_api .list-results thead span.status-delayed,.double-list .report-status dd.status .liveDashboard ._account_api .list-results thead span.status-delayed,.report-status .double-list dt.status .liveDashboard ._account_api .list-results thead span.status-delayed,.double-list .report-status dt.status .liveDashboard ._account_api .list-results thead span.status-delayed,.report-status .w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead span.status-delayed,.w-cards-container .w-card .report-status .status.title .liveDashboard ._account_api .list-results thead span.status-delayed,.report-status .w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead span.status-delayed,.w-cards-container .w-card.centered .w-value .report-status .status.label .liveDashboard ._account_api .list-results thead span.status-delayed,.report-status .list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead span.status-delayed,.list-results tbody tr.sublist .report-status .status.title .liveDashboard ._account_api .list-results thead span.status-delayed,.form-label.status .report-status .liveDashboard ._account_api .list-results thead span.status-delayed,.status.status-log .report-status .liveDashboard ._account_api .list-results thead span.status-delayed,.status.status-report-item .report-status .liveDashboard ._account_api .list-results thead span.status-delayed,.double-list dd.status .report-status .liveDashboard ._account_api .list-results thead span.status-delayed,.double-list dt.status .report-status .liveDashboard ._account_api .list-results thead span.status-delayed,.w-cards-container .w-card .status.title .report-status .liveDashboard ._account_api .list-results thead span.status-delayed,.w-cards-container .w-card.centered .w-value .status.label .report-status .liveDashboard ._account_api .list-results thead span.status-delayed,.list-results tbody tr.sublist .status.title .report-status .liveDashboard ._account_api .list-results thead span.status-delayed,.report-status ._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span.status-delayed,._account_api .w-filters-selected label.status.small .report-status .liveDashboard .list-results thead span.status-delayed,.report-status .w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead span.status-delayed,.w-filters-selected label.status.small .report-status .liveDashboard ._account_api .list-results thead span.status-delayed,.report-status ._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.status-delayed,._account_api .w-filters-selected .status.btn-f-s .report-status .liveDashboard .list-results thead span.status-delayed,.report-status .w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead span.status-delayed,.w-filters-selected .status.btn-f-s .report-status .liveDashboard ._account_api .list-results thead span.status-delayed,.report-status ._account_api .sub-header .w-form .liveDashboard .list-results thead label.status-delayed,.report-status ._account_api .sub-header .w-double-list .liveDashboard .list-results thead label.status-delayed,._account_api .sub-header .w-form .report-status .liveDashboard .list-results thead label.status-delayed,._account_api .sub-header .w-double-list .report-status .liveDashboard .list-results thead label.status-delayed,.report-status .sub-header .w-form .liveDashboard ._account_api .list-results thead label.status-delayed,.report-status .sub-header .w-double-list .liveDashboard ._account_api .list-results thead label.status-delayed,.sub-header .w-form .report-status .liveDashboard ._account_api .list-results thead label.status-delayed,.sub-header .w-double-list .report-status .liveDashboard ._account_api .list-results thead label.status-delayed,.report-status ._account_api .block-filters .liveDashboard .list-results thead button.status-delayed:after,._account_api .block-filters .report-status .liveDashboard .list-results thead button.status-delayed:after,.report-status .block-filters .liveDashboard ._account_api .list-results thead button.status-delayed:after,.block-filters .report-status .liveDashboard ._account_api .list-results thead button.status-delayed:after,.report-status ._account_api .block-filters .liveDashboard .list-results thead select.status-delayed:after,._account_api .block-filters .report-status .liveDashboard .list-results thead select.status-delayed:after,.report-status .block-filters .liveDashboard ._account_api .list-results thead select.status-delayed:after,.block-filters .report-status .liveDashboard ._account_api .list-results thead select.status-delayed:after,.report-status ._account_api .form-auto-list .liveDashboard .list-results thead .status-delayed.form-auto-item.is-user-is-inactive,._account_api .form-auto-list .report-status .liveDashboard .list-results thead .status-delayed.form-auto-item.is-user-is-inactive,.report-status .form-auto-list .liveDashboard ._account_api .list-results thead .status-delayed.form-auto-item.is-user-is-inactive,.form-auto-list .report-status .liveDashboard ._account_api .list-results thead .status-delayed.form-auto-item.is-user-is-inactive,.report-status ._account_api .form-auto-list .liveDashboard .list-results thead .status-delayed.form-auto-item.is-user-is-active,._account_api .form-auto-list .report-status .liveDashboard .list-results thead .status-delayed.form-auto-item.is-user-is-active,.report-status .form-auto-list .liveDashboard ._account_api .list-results thead .status-delayed.form-auto-item.is-user-is-active,.form-auto-list .report-status .liveDashboard ._account_api .list-results thead .status-delayed.form-auto-item.is-user-is-active,.report-status ._account_api .list-results-header .status.title .liveDashboard .list-results thead span.status-delayed,._account_api .list-results-header .status.title .report-status .liveDashboard .list-results thead span.status-delayed,.report-status .list-results-header .status.title .liveDashboard ._account_api .list-results thead span.status-delayed,.list-results-header .status.title .report-status .liveDashboard ._account_api .list-results thead span.status-delayed,.liveDashboard .list-results thead .report-status .status-delayed.icon,.liveDashboard .list-results thead .report-status .status-delayed.w-alert-banner:before,.liveDashboard .list-results thead .report-status .status-delayed.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .report-status .status-delayed.w-alert-banner:before,._account_api .liveDashboard .list-results thead .report-status .status-delayed.w-alert-banner:before,.liveDashboard .list-results thead .report-status .w-dialog.plus .status-delayed.dialog-aside:after,.w-dialog.plus .liveDashboard .list-results thead .report-status .status-delayed.dialog-aside:after,.liveDashboard .list-results thead .report-status .w-toast .status-delayed.toast.plus:after,.w-toast .liveDashboard .list-results thead .report-status .status-delayed.toast.plus:after,.liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .status-delayed.btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .report-status .status-delayed.btn-period-clear:before,.liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .status-delayed.btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .report-status .status-delayed.btn-filter:before,.liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .status-delayed.btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .report-status .status-delayed.btn-period-edit:before,.liveDashboard .list-results thead .report-status .block-filters .status-delayed.btn-filter:before,.block-filters .liveDashboard .list-results thead .report-status .status-delayed.btn-filter:before,.liveDashboard .list-results thead .report-status .toggleWrapper input.mobileToggle+label.status-delayed,.toggleWrapper .liveDashboard .list-results thead .report-status input.mobileToggle+label.status-delayed,.liveDashboard .list-results thead .report-status tbody span.status-delayed.status,.liveDashboard .list-results tbody thead .report-status span.status-delayed.status,.liveDashboard .list-results thead .report-status tbody td.is-running span.status-delayed,.liveDashboard .list-results tbody td.is-running thead .report-status span.status-delayed,.liveDashboard .list-results thead .report-status tbody td.is-pending span.status-delayed,.liveDashboard .list-results tbody td.is-pending thead .report-status span.status-delayed,.liveDashboard .list-results thead .report-status .status-delayed.icon,.liveDashboard .list-results thead .report-status .status-delayed.w-alert-banner:before,.liveDashboard .list-results thead .report-status .status-delayed.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .report-status .status-delayed.w-alert-banner:before,._account_api .liveDashboard .list-results thead .report-status .status-delayed.w-alert-banner:before,.liveDashboard .list-results thead .report-status .w-dialog.plus .status-delayed.dialog-aside:after,.w-dialog.plus .liveDashboard .list-results thead .report-status .status-delayed.dialog-aside:after,.liveDashboard .list-results thead .report-status .w-toast .status-delayed.toast.plus:after,.w-toast .liveDashboard .list-results thead .report-status .status-delayed.toast.plus:after,.liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .status-delayed.btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .report-status .status-delayed.btn-period-clear:before,.liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .status-delayed.btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .report-status .status-delayed.btn-filter:before,.liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .status-delayed.btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .report-status .status-delayed.btn-period-edit:before,.liveDashboard .list-results thead .report-status .block-filters .status-delayed.btn-filter:before,.block-filters .liveDashboard .list-results thead .report-status .status-delayed.btn-filter:before,.liveDashboard .list-results thead .report-status .toggleWrapper input.mobileToggle+label.status-delayed,.toggleWrapper .liveDashboard .list-results thead .report-status input.mobileToggle+label.status-delayed,.liveDashboard .list-results thead .report-status tbody span.status-delayed.status,.liveDashboard .list-results tbody thead .report-status span.status-delayed.status,.liveDashboard .list-results thead .report-status tbody td.is-running span.status-delayed,.liveDashboard .list-results tbody td.is-running thead .report-status span.status-delayed,.liveDashboard .list-results thead .report-status tbody td.is-pending span.status-delayed,.liveDashboard .list-results tbody td.is-pending thead .report-status span.status-delayed,.liveDashboard .list-results thead .report-status .w-filter-preset.w-filter-preset .filter-preset .dropdown .status-delayed.dropdown-toggle:after,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .report-status .status-delayed.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .report-status .status-delayed.dropdown-toggle:after,.liveDashboard .list-results thead .report-status .w-filter-preset.w-filter-preset .filter-preset .status-delayed.filter,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .report-status .status-delayed.filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .report-status .status-delayed.filter,.liveDashboard .list-results thead .report-status .form-label.status span.status-delayed,.liveDashboard .list-results thead .report-status .status.status-log span.status-delayed,.liveDashboard .list-results thead .report-status .status.status-report-item span.status-delayed,.liveDashboard .list-results thead .report-status .double-list dd.status span.status-delayed,.double-list .liveDashboard .list-results thead .report-status dd.status span.status-delayed,.liveDashboard .list-results thead .report-status .double-list dt.status span.status-delayed,.double-list .liveDashboard .list-results thead .report-status dt.status span.status-delayed,.liveDashboard .list-results thead .report-status .w-cards-container .w-card .status.title span.status-delayed,.w-cards-container .w-card .liveDashboard .list-results thead .report-status .status.title span.status-delayed,.liveDashboard .list-results thead .report-status .w-cards-container .w-card.centered .w-value .status.label span.status-delayed,.w-cards-container .w-card.centered .w-value .liveDashboard .list-results thead .report-status .status.label span.status-delayed,.liveDashboard .list-results thead .report-status tbody tr.sublist .status.title span.status-delayed,.liveDashboard .list-results tbody tr.sublist thead .report-status .status.title span.status-delayed,.liveDashboard .list-results thead .form-label.status .report-status span.status-delayed,.liveDashboard .list-results thead .status.status-log .report-status span.status-delayed,.liveDashboard .list-results thead .status.status-report-item .report-status span.status-delayed,.liveDashboard .list-results thead .double-list dd.status .report-status span.status-delayed,.double-list .liveDashboard .list-results thead dd.status .report-status span.status-delayed,.liveDashboard .list-results thead .double-list dt.status .report-status span.status-delayed,.double-list .liveDashboard .list-results thead dt.status .report-status span.status-delayed,.liveDashboard .list-results thead .w-cards-container .w-card .status.title .report-status span.status-delayed,.w-cards-container .w-card .liveDashboard .list-results thead .status.title .report-status span.status-delayed,.liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .report-status span.status-delayed,.w-cards-container .w-card.centered .w-value .liveDashboard .list-results thead .status.label .report-status span.status-delayed,.liveDashboard .list-results thead tbody tr.sublist .status.title .report-status span.status-delayed,.liveDashboard .list-results tbody tr.sublist thead .status.title .report-status span.status-delayed,.form-label.status .liveDashboard .list-results thead .report-status span.status-delayed,.status.status-log .liveDashboard .list-results thead .report-status span.status-delayed,.status.status-report-item .liveDashboard .list-results thead .report-status span.status-delayed,.double-list dd.status .liveDashboard .list-results thead .report-status span.status-delayed,.double-list dt.status .liveDashboard .list-results thead .report-status span.status-delayed,.w-cards-container .w-card .status.title .liveDashboard .list-results thead .report-status span.status-delayed,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead .report-status span.status-delayed,.list-results tbody tr.sublist .status.title .liveDashboard .list-results thead .report-status span.status-delayed,.liveDashboard .list-results thead .report-status .w-filters-selected label.status.small span.status-delayed,.liveDashboard .list-results thead .w-filters-selected label.status.small .report-status span.status-delayed,.w-filters-selected label.status.small .liveDashboard .list-results thead .report-status span.status-delayed,.liveDashboard .list-results thead .report-status .w-filters-selected .status.btn-f-s span.status-delayed,.liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .report-status span.status-delayed,.w-filters-selected .status.btn-f-s .liveDashboard .list-results thead .report-status span.status-delayed,.liveDashboard .list-results thead .report-status .sub-header .w-form label.status-delayed,.liveDashboard .list-results thead .report-status .sub-header .w-double-list label.status-delayed,.liveDashboard .list-results thead .sub-header .w-form .report-status label.status-delayed,.liveDashboard .list-results thead .sub-header .w-double-list .report-status label.status-delayed,.sub-header .w-form .liveDashboard .list-results thead .report-status label.status-delayed,.sub-header .w-double-list .liveDashboard .list-results thead .report-status label.status-delayed,.liveDashboard .list-results thead .report-status .block-filters button.status-delayed:after,.liveDashboard .list-results thead .block-filters .report-status button.status-delayed:after,.block-filters .liveDashboard .list-results thead .report-status button.status-delayed:after,.liveDashboard .list-results thead .report-status .block-filters select.status-delayed:after,.liveDashboard .list-results thead .block-filters .report-status select.status-delayed:after,.block-filters .liveDashboard .list-results thead .report-status select.status-delayed:after,.liveDashboard .list-results thead .report-status .form-auto-list .status-delayed.form-auto-item.is-user-is-inactive,.liveDashboard .list-results thead .form-auto-list .report-status .status-delayed.form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard .list-results thead .report-status .status-delayed.form-auto-item.is-user-is-inactive,.liveDashboard .list-results thead .report-status .form-auto-list .status-delayed.form-auto-item.is-user-is-active,.liveDashboard .list-results thead .form-auto-list .report-status .status-delayed.form-auto-item.is-user-is-active,.form-auto-list .liveDashboard .list-results thead .report-status .status-delayed.form-auto-item.is-user-is-active,.liveDashboard .list-results thead .report-status .list-results-header .status.title span.status-delayed,.liveDashboard .list-results thead .list-results-header .status.title .report-status span.status-delayed,.list-results-header .status.title .liveDashboard .list-results thead .report-status span.status-delayed,.liveDashboard .list-results thead .report-status tr span.status-delayed,.liveDashboard .list-results thead tr .report-status span.status-delayed,.liveDashboard ._account_api .list-results thead .report-status .status-delayed.icon,.liveDashboard ._account_api .list-results thead .report-status .status-delayed.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .report-status .status-delayed.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .report-status .status-delayed.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .report-status .w-dialog.plus .status-delayed.dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .report-status .status-delayed.dialog-aside:after,.liveDashboard ._account_api .list-results thead .report-status .w-toast .status-delayed.toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .report-status .status-delayed.toast.plus:after,.liveDashboard ._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .status-delayed.btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .report-status .status-delayed.btn-period-clear:before,.liveDashboard ._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .status-delayed.btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .report-status .status-delayed.btn-filter:before,.liveDashboard ._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .status-delayed.btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .report-status .status-delayed.btn-period-edit:before,.liveDashboard ._account_api .list-results thead .report-status .block-filters .status-delayed.btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .report-status .status-delayed.btn-filter:before,.liveDashboard ._account_api .list-results thead .report-status .toggleWrapper input.mobileToggle+label.status-delayed,.toggleWrapper .liveDashboard ._account_api .list-results thead .report-status input.mobileToggle+label.status-delayed,.liveDashboard ._account_api .list-results thead .report-status tbody span.status-delayed.status,.liveDashboard ._account_api .list-results tbody thead .report-status span.status-delayed.status,.liveDashboard ._account_api .list-results thead .report-status tbody td.is-running span.status-delayed,.liveDashboard ._account_api .list-results tbody td.is-running thead .report-status span.status-delayed,.liveDashboard ._account_api .list-results thead .report-status tbody td.is-pending span.status-delayed,.liveDashboard ._account_api .list-results tbody td.is-pending thead .report-status span.status-delayed,._account_api .liveDashboard .list-results thead .report-status .status-delayed.icon,._account_api .liveDashboard .list-results thead .report-status .status-delayed.w-alert-banner:before,._account_api .liveDashboard .list-results thead .report-status .status-delayed.w-alert-banner:before,._account_api .liveDashboard .list-results thead .report-status .status-delayed.w-alert-banner:before,._account_api .liveDashboard .list-results thead .report-status .w-dialog.plus .status-delayed.dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .report-status .status-delayed.dialog-aside:after,._account_api .liveDashboard .list-results thead .report-status .w-toast .status-delayed.toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .report-status .status-delayed.toast.plus:after,._account_api .liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .status-delayed.btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .report-status .status-delayed.btn-period-clear:before,._account_api .liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .status-delayed.btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .report-status .status-delayed.btn-filter:before,._account_api .liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .status-delayed.btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .report-status .status-delayed.btn-period-edit:before,._account_api .liveDashboard .list-results thead .report-status .block-filters .status-delayed.btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .report-status .status-delayed.btn-filter:before,._account_api .liveDashboard .list-results thead .report-status .toggleWrapper input.mobileToggle+label.status-delayed,.toggleWrapper ._account_api .liveDashboard .list-results thead .report-status input.mobileToggle+label.status-delayed,._account_api .liveDashboard .list-results thead .report-status tbody span.status-delayed.status,._account_api .liveDashboard .list-results tbody thead .report-status span.status-delayed.status,._account_api .liveDashboard .list-results thead .report-status tbody td.is-running span.status-delayed,._account_api .liveDashboard .list-results tbody td.is-running thead .report-status span.status-delayed,._account_api .liveDashboard .list-results thead .report-status tbody td.is-pending span.status-delayed,._account_api .liveDashboard .list-results tbody td.is-pending thead .report-status span.status-delayed,.liveDashboard ._account_api .list-results thead .report-status .w-filter-preset.w-filter-preset .filter-preset .dropdown .status-delayed.dropdown-toggle:after,._account_api .liveDashboard .list-results thead .report-status .w-filter-preset.w-filter-preset .filter-preset .dropdown .status-delayed.dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .report-status .status-delayed.dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .report-status .status-delayed.dropdown-toggle:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .report-status .status-delayed.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .report-status .status-delayed.dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .report-status .w-filter-preset.w-filter-preset .filter-preset .status-delayed.filter,._account_api .liveDashboard .list-results thead .report-status .w-filter-preset.w-filter-preset .filter-preset .status-delayed.filter,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .report-status .status-delayed.filter,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .report-status .status-delayed.filter,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .report-status .status-delayed.filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .report-status .status-delayed.filter,.liveDashboard ._account_api .list-results thead .report-status .form-label.status span.status-delayed,.liveDashboard ._account_api .list-results thead .report-status .status.status-log span.status-delayed,.liveDashboard ._account_api .list-results thead .report-status .status.status-report-item span.status-delayed,.liveDashboard ._account_api .list-results thead .report-status .double-list dd.status span.status-delayed,.double-list .liveDashboard ._account_api .list-results thead .report-status dd.status span.status-delayed,.liveDashboard ._account_api .list-results thead .report-status .double-list dt.status span.status-delayed,.double-list .liveDashboard ._account_api .list-results thead .report-status dt.status span.status-delayed,.liveDashboard ._account_api .list-results thead .report-status .w-cards-container .w-card .status.title span.status-delayed,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .report-status .status.title span.status-delayed,.liveDashboard ._account_api .list-results thead .report-status .w-cards-container .w-card.centered .w-value .status.label span.status-delayed,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .report-status .status.label span.status-delayed,.liveDashboard ._account_api .list-results thead .report-status tbody tr.sublist .status.title span.status-delayed,.liveDashboard ._account_api .list-results tbody tr.sublist thead .report-status .status.title span.status-delayed,._account_api .liveDashboard .list-results thead .report-status .form-label.status span.status-delayed,._account_api .liveDashboard .list-results thead .report-status .status.status-log span.status-delayed,._account_api .liveDashboard .list-results thead .report-status .status.status-report-item span.status-delayed,._account_api .liveDashboard .list-results thead .report-status .double-list dd.status span.status-delayed,.double-list ._account_api .liveDashboard .list-results thead .report-status dd.status span.status-delayed,._account_api .liveDashboard .list-results thead .report-status .double-list dt.status span.status-delayed,.double-list ._account_api .liveDashboard .list-results thead .report-status dt.status span.status-delayed,._account_api .liveDashboard .list-results thead .report-status .w-cards-container .w-card .status.title span.status-delayed,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .report-status .status.title span.status-delayed,._account_api .liveDashboard .list-results thead .report-status .w-cards-container .w-card.centered .w-value .status.label span.status-delayed,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .report-status .status.label span.status-delayed,._account_api .liveDashboard .list-results thead .report-status tbody tr.sublist .status.title span.status-delayed,._account_api .liveDashboard .list-results tbody tr.sublist thead .report-status .status.title span.status-delayed,.liveDashboard ._account_api .list-results thead .form-label.status .report-status span.status-delayed,.liveDashboard ._account_api .list-results thead .status.status-log .report-status span.status-delayed,.liveDashboard ._account_api .list-results thead .status.status-report-item .report-status span.status-delayed,.liveDashboard ._account_api .list-results thead .double-list dd.status .report-status span.status-delayed,.double-list .liveDashboard ._account_api .list-results thead dd.status .report-status span.status-delayed,.liveDashboard ._account_api .list-results thead .double-list dt.status .report-status span.status-delayed,.double-list .liveDashboard ._account_api .list-results thead dt.status .report-status span.status-delayed,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title .report-status span.status-delayed,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title .report-status span.status-delayed,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .report-status span.status-delayed,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label .report-status span.status-delayed,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title .report-status span.status-delayed,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title .report-status span.status-delayed,._account_api .liveDashboard .list-results thead .form-label.status .report-status span.status-delayed,._account_api .liveDashboard .list-results thead .status.status-log .report-status span.status-delayed,._account_api .liveDashboard .list-results thead .status.status-report-item .report-status span.status-delayed,._account_api .liveDashboard .list-results thead .double-list dd.status .report-status span.status-delayed,.double-list ._account_api .liveDashboard .list-results thead dd.status .report-status span.status-delayed,._account_api .liveDashboard .list-results thead .double-list dt.status .report-status span.status-delayed,.double-list ._account_api .liveDashboard .list-results thead dt.status .report-status span.status-delayed,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title .report-status span.status-delayed,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title .report-status span.status-delayed,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .report-status span.status-delayed,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label .report-status span.status-delayed,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title .report-status span.status-delayed,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title .report-status span.status-delayed,.liveDashboard .form-label.status ._account_api .list-results thead .report-status span.status-delayed,.liveDashboard .status.status-log ._account_api .list-results thead .report-status span.status-delayed,.liveDashboard .status.status-report-item ._account_api .list-results thead .report-status span.status-delayed,.liveDashboard .double-list dd.status ._account_api .list-results thead .report-status span.status-delayed,.double-list .liveDashboard dd.status ._account_api .list-results thead .report-status span.status-delayed,.liveDashboard .double-list dt.status ._account_api .list-results thead .report-status span.status-delayed,.double-list .liveDashboard dt.status ._account_api .list-results thead .report-status span.status-delayed,.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead .report-status span.status-delayed,.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead .report-status span.status-delayed,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead .report-status span.status-delayed,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead .report-status span.status-delayed,.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead .report-status span.status-delayed,.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead .report-status span.status-delayed,.form-label.status ._account_api .liveDashboard .list-results thead .report-status span.status-delayed,.status.status-log ._account_api .liveDashboard .list-results thead .report-status span.status-delayed,.status.status-report-item ._account_api .liveDashboard .list-results thead .report-status span.status-delayed,.double-list dd.status ._account_api .liveDashboard .list-results thead .report-status span.status-delayed,.double-list dt.status ._account_api .liveDashboard .list-results thead .report-status span.status-delayed,.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead .report-status span.status-delayed,.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead .report-status span.status-delayed,.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead .report-status span.status-delayed,.liveDashboard ._account_api .list-results thead .report-status .w-filters-selected label.status.small span.status-delayed,._account_api .liveDashboard .list-results thead .report-status .w-filters-selected label.status.small span.status-delayed,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small .report-status span.status-delayed,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small .report-status span.status-delayed,.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead .report-status span.status-delayed,.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead .report-status span.status-delayed,.liveDashboard ._account_api .list-results thead .report-status .w-filters-selected .status.btn-f-s span.status-delayed,._account_api .liveDashboard .list-results thead .report-status .w-filters-selected .status.btn-f-s span.status-delayed,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s .report-status span.status-delayed,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .report-status span.status-delayed,.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead .report-status span.status-delayed,.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead .report-status span.status-delayed,.liveDashboard ._account_api .list-results thead .report-status .sub-header .w-form label.status-delayed,.liveDashboard ._account_api .list-results thead .report-status .sub-header .w-double-list label.status-delayed,._account_api .liveDashboard .list-results thead .report-status .sub-header .w-form label.status-delayed,._account_api .liveDashboard .list-results thead .report-status .sub-header .w-double-list label.status-delayed,.liveDashboard ._account_api .list-results thead .sub-header .w-form .report-status label.status-delayed,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list .report-status label.status-delayed,._account_api .liveDashboard .list-results thead .sub-header .w-form .report-status label.status-delayed,._account_api .liveDashboard .list-results thead .sub-header .w-double-list .report-status label.status-delayed,.liveDashboard .sub-header .w-form ._account_api .list-results thead .report-status label.status-delayed,.liveDashboard .sub-header .w-double-list ._account_api .list-results thead .report-status label.status-delayed,.sub-header .w-form ._account_api .liveDashboard .list-results thead .report-status label.status-delayed,.sub-header .w-double-list ._account_api .liveDashboard .list-results thead .report-status label.status-delayed,.liveDashboard ._account_api .list-results thead .report-status .block-filters button.status-delayed:after,._account_api .liveDashboard .list-results thead .report-status .block-filters button.status-delayed:after,.liveDashboard ._account_api .list-results thead .block-filters .report-status button.status-delayed:after,._account_api .liveDashboard .list-results thead .block-filters .report-status button.status-delayed:after,.liveDashboard .block-filters ._account_api .list-results thead .report-status button.status-delayed:after,.block-filters ._account_api .liveDashboard .list-results thead .report-status button.status-delayed:after,.liveDashboard ._account_api .list-results thead .report-status .block-filters select.status-delayed:after,._account_api .liveDashboard .list-results thead .report-status .block-filters select.status-delayed:after,.liveDashboard ._account_api .list-results thead .block-filters .report-status select.status-delayed:after,._account_api .liveDashboard .list-results thead .block-filters .report-status select.status-delayed:after,.liveDashboard .block-filters ._account_api .list-results thead .report-status select.status-delayed:after,.block-filters ._account_api .liveDashboard .list-results thead .report-status select.status-delayed:after,.liveDashboard ._account_api .list-results thead .report-status .form-auto-list .status-delayed.form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .report-status .form-auto-list .status-delayed.form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .form-auto-list .report-status .status-delayed.form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .form-auto-list .report-status .status-delayed.form-auto-item.is-user-is-inactive,.liveDashboard .form-auto-list ._account_api .list-results thead .report-status .status-delayed.form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .liveDashboard .list-results thead .report-status .status-delayed.form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .report-status .form-auto-list .status-delayed.form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .report-status .form-auto-list .status-delayed.form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .form-auto-list .report-status .status-delayed.form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .form-auto-list .report-status .status-delayed.form-auto-item.is-user-is-active,.liveDashboard .form-auto-list ._account_api .list-results thead .report-status .status-delayed.form-auto-item.is-user-is-active,.form-auto-list ._account_api .liveDashboard .list-results thead .report-status .status-delayed.form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .report-status .list-results-header .status.title span.status-delayed,._account_api .liveDashboard .list-results thead .report-status .list-results-header .status.title span.status-delayed,.liveDashboard ._account_api .list-results thead .list-results-header .status.title .report-status span.status-delayed,._account_api .liveDashboard .list-results thead .list-results-header .status.title .report-status span.status-delayed,.liveDashboard .list-results-header .status.title ._account_api .list-results thead .report-status span.status-delayed,.list-results-header .status.title ._account_api .liveDashboard .list-results thead .report-status span.status-delayed,.liveDashboard ._account_api .list-results thead .report-status tr span.status-delayed,._account_api .liveDashboard .list-results thead .report-status tr span.status-delayed,.liveDashboard ._account_api .list-results thead tr .report-status span.status-delayed,._account_api .liveDashboard .list-results thead tr .report-status span.status-delayed,.liveDashboard ._account_api .list-results thead .report-status .status-delayed.icon,.liveDashboard ._account_api .list-results thead .report-status .status-delayed.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .report-status .status-delayed.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .report-status .status-delayed.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .report-status .w-dialog.plus .status-delayed.dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .report-status .status-delayed.dialog-aside:after,.liveDashboard ._account_api .list-results thead .report-status .w-toast .status-delayed.toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .report-status .status-delayed.toast.plus:after,.liveDashboard ._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .status-delayed.btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .report-status .status-delayed.btn-period-clear:before,.liveDashboard ._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .status-delayed.btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .report-status .status-delayed.btn-filter:before,.liveDashboard ._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .status-delayed.btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .report-status .status-delayed.btn-period-edit:before,.liveDashboard ._account_api .list-results thead .report-status .block-filters .status-delayed.btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .report-status .status-delayed.btn-filter:before,.liveDashboard ._account_api .list-results thead .report-status .toggleWrapper input.mobileToggle+label.status-delayed,.toggleWrapper .liveDashboard ._account_api .list-results thead .report-status input.mobileToggle+label.status-delayed,.liveDashboard ._account_api .list-results thead .report-status tbody span.status-delayed.status,.liveDashboard ._account_api .list-results tbody thead .report-status span.status-delayed.status,.liveDashboard ._account_api .list-results thead .report-status tbody td.is-running span.status-delayed,.liveDashboard ._account_api .list-results tbody td.is-running thead .report-status span.status-delayed,.liveDashboard ._account_api .list-results thead .report-status tbody td.is-pending span.status-delayed,.liveDashboard ._account_api .list-results tbody td.is-pending thead .report-status span.status-delayed,._account_api .liveDashboard .list-results thead .report-status .status-delayed.icon,._account_api .liveDashboard .list-results thead .report-status .status-delayed.w-alert-banner:before,._account_api .liveDashboard .list-results thead .report-status .status-delayed.w-alert-banner:before,._account_api .liveDashboard .list-results thead .report-status .status-delayed.w-alert-banner:before,._account_api .liveDashboard .list-results thead .report-status .w-dialog.plus .status-delayed.dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .report-status .status-delayed.dialog-aside:after,._account_api .liveDashboard .list-results thead .report-status .w-toast .status-delayed.toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .report-status .status-delayed.toast.plus:after,._account_api .liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .status-delayed.btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .report-status .status-delayed.btn-period-clear:before,._account_api .liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .status-delayed.btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .report-status .status-delayed.btn-filter:before,._account_api .liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .status-delayed.btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .report-status .status-delayed.btn-period-edit:before,._account_api .liveDashboard .list-results thead .report-status .block-filters .status-delayed.btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .report-status .status-delayed.btn-filter:before,._account_api .liveDashboard .list-results thead .report-status .toggleWrapper input.mobileToggle+label.status-delayed,.toggleWrapper ._account_api .liveDashboard .list-results thead .report-status input.mobileToggle+label.status-delayed,._account_api .liveDashboard .list-results thead .report-status tbody span.status-delayed.status,._account_api .liveDashboard .list-results tbody thead .report-status span.status-delayed.status,._account_api .liveDashboard .list-results thead .report-status tbody td.is-running span.status-delayed,._account_api .liveDashboard .list-results tbody td.is-running thead .report-status span.status-delayed,._account_api .liveDashboard .list-results thead .report-status tbody td.is-pending span.status-delayed,._account_api .liveDashboard .list-results tbody td.is-pending thead .report-status span.status-delayed,.liveDashboard ._account_api .list-results thead .report-status .w-filter-preset.w-filter-preset .filter-preset .dropdown .status-delayed.dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .report-status .status-delayed.dropdown-toggle:after,._account_api .liveDashboard .list-results thead .report-status .w-filter-preset.w-filter-preset .filter-preset .dropdown .status-delayed.dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .report-status .status-delayed.dropdown-toggle:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .report-status .status-delayed.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .report-status .status-delayed.dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .report-status .w-filter-preset.w-filter-preset .filter-preset .status-delayed.filter,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .report-status .status-delayed.filter,._account_api .liveDashboard .list-results thead .report-status .w-filter-preset.w-filter-preset .filter-preset .status-delayed.filter,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .report-status .status-delayed.filter,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .report-status .status-delayed.filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .report-status .status-delayed.filter,.liveDashboard ._account_api .list-results thead .report-status .form-label.status span.status-delayed,.liveDashboard ._account_api .list-results thead .report-status .status.status-log span.status-delayed,.liveDashboard ._account_api .list-results thead .report-status .status.status-report-item span.status-delayed,.liveDashboard ._account_api .list-results thead .report-status .double-list dd.status span.status-delayed,.double-list .liveDashboard ._account_api .list-results thead .report-status dd.status span.status-delayed,.liveDashboard ._account_api .list-results thead .report-status .double-list dt.status span.status-delayed,.double-list .liveDashboard ._account_api .list-results thead .report-status dt.status span.status-delayed,.liveDashboard ._account_api .list-results thead .report-status .w-cards-container .w-card .status.title span.status-delayed,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .report-status .status.title span.status-delayed,.liveDashboard ._account_api .list-results thead .report-status .w-cards-container .w-card.centered .w-value .status.label span.status-delayed,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .report-status .status.label span.status-delayed,.liveDashboard ._account_api .list-results thead .report-status tbody tr.sublist .status.title span.status-delayed,.liveDashboard ._account_api .list-results tbody tr.sublist thead .report-status .status.title span.status-delayed,.liveDashboard ._account_api .list-results thead .form-label.status .report-status span.status-delayed,.liveDashboard ._account_api .list-results thead .status.status-log .report-status span.status-delayed,.liveDashboard ._account_api .list-results thead .status.status-report-item .report-status span.status-delayed,.liveDashboard ._account_api .list-results thead .double-list dd.status .report-status span.status-delayed,.double-list .liveDashboard ._account_api .list-results thead dd.status .report-status span.status-delayed,.liveDashboard ._account_api .list-results thead .double-list dt.status .report-status span.status-delayed,.double-list .liveDashboard ._account_api .list-results thead dt.status .report-status span.status-delayed,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title .report-status span.status-delayed,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title .report-status span.status-delayed,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .report-status span.status-delayed,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label .report-status span.status-delayed,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title .report-status span.status-delayed,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title .report-status span.status-delayed,._account_api .liveDashboard .list-results thead .report-status .form-label.status span.status-delayed,._account_api .liveDashboard .list-results thead .report-status .status.status-log span.status-delayed,._account_api .liveDashboard .list-results thead .report-status .status.status-report-item span.status-delayed,._account_api .liveDashboard .list-results thead .report-status .double-list dd.status span.status-delayed,.double-list ._account_api .liveDashboard .list-results thead .report-status dd.status span.status-delayed,._account_api .liveDashboard .list-results thead .report-status .double-list dt.status span.status-delayed,.double-list ._account_api .liveDashboard .list-results thead .report-status dt.status span.status-delayed,._account_api .liveDashboard .list-results thead .report-status .w-cards-container .w-card .status.title span.status-delayed,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .report-status .status.title span.status-delayed,._account_api .liveDashboard .list-results thead .report-status .w-cards-container .w-card.centered .w-value .status.label span.status-delayed,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .report-status .status.label span.status-delayed,._account_api .liveDashboard .list-results thead .report-status tbody tr.sublist .status.title span.status-delayed,._account_api .liveDashboard .list-results tbody tr.sublist thead .report-status .status.title span.status-delayed,._account_api .liveDashboard .list-results thead .form-label.status .report-status span.status-delayed,._account_api .liveDashboard .list-results thead .status.status-log .report-status span.status-delayed,._account_api .liveDashboard .list-results thead .status.status-report-item .report-status span.status-delayed,._account_api .liveDashboard .list-results thead .double-list dd.status .report-status span.status-delayed,.double-list ._account_api .liveDashboard .list-results thead dd.status .report-status span.status-delayed,._account_api .liveDashboard .list-results thead .double-list dt.status .report-status span.status-delayed,.double-list ._account_api .liveDashboard .list-results thead dt.status .report-status span.status-delayed,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title .report-status span.status-delayed,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title .report-status span.status-delayed,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .report-status span.status-delayed,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label .report-status span.status-delayed,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title .report-status span.status-delayed,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title .report-status span.status-delayed,.liveDashboard .form-label.status ._account_api .list-results thead .report-status span.status-delayed,.liveDashboard .status.status-log ._account_api .list-results thead .report-status span.status-delayed,.liveDashboard .status.status-report-item ._account_api .list-results thead .report-status span.status-delayed,.liveDashboard .double-list dd.status ._account_api .list-results thead .report-status span.status-delayed,.double-list .liveDashboard dd.status ._account_api .list-results thead .report-status span.status-delayed,.liveDashboard .double-list dt.status ._account_api .list-results thead .report-status span.status-delayed,.double-list .liveDashboard dt.status ._account_api .list-results thead .report-status span.status-delayed,.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead .report-status span.status-delayed,.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead .report-status span.status-delayed,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead .report-status span.status-delayed,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead .report-status span.status-delayed,.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead .report-status span.status-delayed,.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead .report-status span.status-delayed,.form-label.status ._account_api .liveDashboard .list-results thead .report-status span.status-delayed,.status.status-log ._account_api .liveDashboard .list-results thead .report-status span.status-delayed,.status.status-report-item ._account_api .liveDashboard .list-results thead .report-status span.status-delayed,.double-list dd.status ._account_api .liveDashboard .list-results thead .report-status span.status-delayed,.double-list dt.status ._account_api .liveDashboard .list-results thead .report-status span.status-delayed,.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead .report-status span.status-delayed,.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead .report-status span.status-delayed,.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead .report-status span.status-delayed,.liveDashboard ._account_api .list-results thead .report-status .w-filters-selected label.status.small span.status-delayed,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small .report-status span.status-delayed,._account_api .liveDashboard .list-results thead .report-status .w-filters-selected label.status.small span.status-delayed,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small .report-status span.status-delayed,.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead .report-status span.status-delayed,.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead .report-status span.status-delayed,.liveDashboard ._account_api .list-results thead .report-status .w-filters-selected .status.btn-f-s span.status-delayed,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s .report-status span.status-delayed,._account_api .liveDashboard .list-results thead .report-status .w-filters-selected .status.btn-f-s span.status-delayed,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .report-status span.status-delayed,.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead .report-status span.status-delayed,.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead .report-status span.status-delayed,.liveDashboard ._account_api .list-results thead .report-status .sub-header .w-form label.status-delayed,.liveDashboard ._account_api .list-results thead .report-status .sub-header .w-double-list label.status-delayed,.liveDashboard ._account_api .list-results thead .sub-header .w-form .report-status label.status-delayed,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list .report-status label.status-delayed,._account_api .liveDashboard .list-results thead .report-status .sub-header .w-form label.status-delayed,._account_api .liveDashboard .list-results thead .report-status .sub-header .w-double-list label.status-delayed,._account_api .liveDashboard .list-results thead .sub-header .w-form .report-status label.status-delayed,._account_api .liveDashboard .list-results thead .sub-header .w-double-list .report-status label.status-delayed,.liveDashboard .sub-header .w-form ._account_api .list-results thead .report-status label.status-delayed,.liveDashboard .sub-header .w-double-list ._account_api .list-results thead .report-status label.status-delayed,.sub-header .w-form ._account_api .liveDashboard .list-results thead .report-status label.status-delayed,.sub-header .w-double-list ._account_api .liveDashboard .list-results thead .report-status label.status-delayed,.liveDashboard ._account_api .list-results thead .report-status .block-filters button.status-delayed:after,.liveDashboard ._account_api .list-results thead .block-filters .report-status button.status-delayed:after,._account_api .liveDashboard .list-results thead .report-status .block-filters button.status-delayed:after,._account_api .liveDashboard .list-results thead .block-filters .report-status button.status-delayed:after,.liveDashboard .block-filters ._account_api .list-results thead .report-status button.status-delayed:after,.block-filters ._account_api .liveDashboard .list-results thead .report-status button.status-delayed:after,.liveDashboard ._account_api .list-results thead .report-status .block-filters select.status-delayed:after,.liveDashboard ._account_api .list-results thead .block-filters .report-status select.status-delayed:after,._account_api .liveDashboard .list-results thead .report-status .block-filters select.status-delayed:after,._account_api .liveDashboard .list-results thead .block-filters .report-status select.status-delayed:after,.liveDashboard .block-filters ._account_api .list-results thead .report-status select.status-delayed:after,.block-filters ._account_api .liveDashboard .list-results thead .report-status select.status-delayed:after,.liveDashboard ._account_api .list-results thead .report-status .form-auto-list .status-delayed.form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .form-auto-list .report-status .status-delayed.form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .report-status .form-auto-list .status-delayed.form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .form-auto-list .report-status .status-delayed.form-auto-item.is-user-is-inactive,.liveDashboard .form-auto-list ._account_api .list-results thead .report-status .status-delayed.form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .liveDashboard .list-results thead .report-status .status-delayed.form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .report-status .form-auto-list .status-delayed.form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .form-auto-list .report-status .status-delayed.form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .report-status .form-auto-list .status-delayed.form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .form-auto-list .report-status .status-delayed.form-auto-item.is-user-is-active,.liveDashboard .form-auto-list ._account_api .list-results thead .report-status .status-delayed.form-auto-item.is-user-is-active,.form-auto-list ._account_api .liveDashboard .list-results thead .report-status .status-delayed.form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .report-status .list-results-header .status.title span.status-delayed,.liveDashboard ._account_api .list-results thead .list-results-header .status.title .report-status span.status-delayed,._account_api .liveDashboard .list-results thead .report-status .list-results-header .status.title span.status-delayed,._account_api .liveDashboard .list-results thead .list-results-header .status.title .report-status span.status-delayed,.liveDashboard .list-results-header .status.title ._account_api .list-results thead .report-status span.status-delayed,.list-results-header .status.title ._account_api .liveDashboard .list-results thead .report-status span.status-delayed,.liveDashboard ._account_api .list-results thead .report-status tr span.status-delayed,.liveDashboard ._account_api .list-results thead tr .report-status span.status-delayed,._account_api .liveDashboard .list-results thead .report-status tr span.status-delayed,._account_api .liveDashboard .list-results thead tr .report-status span.status-delayed,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .report-status .status-delayed.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .report-status .status-delayed.dropdown-toggle:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .report-status .status-delayed.filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .report-status .status-delayed.filter,._account_api .form-label.status .liveDashboard .list-results thead .report-status span.status-delayed,._account_api .status.status-log .liveDashboard .list-results thead .report-status span.status-delayed,._account_api .status.status-report-item .liveDashboard .list-results thead .report-status span.status-delayed,._account_api .double-list dd.status .liveDashboard .list-results thead .report-status span.status-delayed,.double-list ._account_api dd.status .liveDashboard .list-results thead .report-status span.status-delayed,._account_api .double-list dt.status .liveDashboard .list-results thead .report-status span.status-delayed,.double-list ._account_api dt.status .liveDashboard .list-results thead .report-status span.status-delayed,._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead .report-status span.status-delayed,.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead .report-status span.status-delayed,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead .report-status span.status-delayed,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead .report-status span.status-delayed,._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead .report-status span.status-delayed,.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead .report-status span.status-delayed,.form-label.status .liveDashboard ._account_api .list-results thead .report-status span.status-delayed,.status.status-log .liveDashboard ._account_api .list-results thead .report-status span.status-delayed,.status.status-report-item .liveDashboard ._account_api .list-results thead .report-status span.status-delayed,.double-list dd.status .liveDashboard ._account_api .list-results thead .report-status span.status-delayed,.double-list dt.status .liveDashboard ._account_api .list-results thead .report-status span.status-delayed,.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead .report-status span.status-delayed,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead .report-status span.status-delayed,.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead .report-status span.status-delayed,._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead .report-status span.status-delayed,.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead .report-status span.status-delayed,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead .report-status span.status-delayed,.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead .report-status span.status-delayed,._account_api .sub-header .w-form .liveDashboard .list-results thead .report-status label.status-delayed,._account_api .sub-header .w-double-list .liveDashboard .list-results thead .report-status label.status-delayed,.sub-header .w-form .liveDashboard ._account_api .list-results thead .report-status label.status-delayed,.sub-header .w-double-list .liveDashboard ._account_api .list-results thead .report-status label.status-delayed,._account_api .block-filters .liveDashboard .list-results thead .report-status button.status-delayed:after,.block-filters .liveDashboard ._account_api .list-results thead .report-status button.status-delayed:after,._account_api .block-filters .liveDashboard .list-results thead .report-status select.status-delayed:after,.block-filters .liveDashboard ._account_api .list-results thead .report-status select.status-delayed:after,._account_api .form-auto-list .liveDashboard .list-results thead .report-status .status-delayed.form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard ._account_api .list-results thead .report-status .status-delayed.form-auto-item.is-user-is-inactive,._account_api .form-auto-list .liveDashboard .list-results thead .report-status .status-delayed.form-auto-item.is-user-is-active,.form-auto-list .liveDashboard ._account_api .list-results thead .report-status .status-delayed.form-auto-item.is-user-is-active,._account_api .list-results-header .status.title .liveDashboard .list-results thead .report-status span.status-delayed,.list-results-header .status.title .liveDashboard ._account_api .list-results thead .report-status span.status-delayed,.report-status .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .status-delayed.dropdown-toggle:after,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .report-status .status-delayed.dropdown-toggle:after,.report-status .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .status-delayed.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .report-status .status-delayed.dropdown-toggle:after,.report-status .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .status-delayed.filter,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .report-status .status-delayed.filter,.report-status .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .status-delayed.filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .report-status .status-delayed.filter,.report-status .liveDashboard .list-results thead .form-label.status span.status-delayed,.report-status .liveDashboard .list-results thead .status.status-log span.status-delayed,.report-status .liveDashboard .list-results thead .status.status-report-item span.status-delayed,.report-status .liveDashboard .list-results thead .double-list dd.status span.status-delayed,.double-list .report-status .liveDashboard .list-results thead dd.status span.status-delayed,.report-status .liveDashboard .list-results thead .double-list dt.status span.status-delayed,.double-list .report-status .liveDashboard .list-results thead dt.status span.status-delayed,.report-status .liveDashboard .list-results thead .w-cards-container .w-card .status.title span.status-delayed,.w-cards-container .w-card .report-status .liveDashboard .list-results thead .status.title span.status-delayed,.report-status .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.status-delayed,.w-cards-container .w-card.centered .w-value .report-status .liveDashboard .list-results thead .status.label span.status-delayed,.report-status .liveDashboard .list-results thead tbody tr.sublist .status.title span.status-delayed,.report-status .liveDashboard .list-results tbody tr.sublist thead .status.title span.status-delayed,.liveDashboard .list-results thead .form-label.status .report-status span.status-delayed,.liveDashboard .list-results thead .status.status-log .report-status span.status-delayed,.liveDashboard .list-results thead .status.status-report-item .report-status span.status-delayed,.liveDashboard .list-results thead .double-list dd.status .report-status span.status-delayed,.double-list .liveDashboard .list-results thead dd.status .report-status span.status-delayed,.liveDashboard .list-results thead .double-list dt.status .report-status span.status-delayed,.double-list .liveDashboard .list-results thead dt.status .report-status span.status-delayed,.liveDashboard .list-results thead .w-cards-container .w-card .status.title .report-status span.status-delayed,.w-cards-container .w-card .liveDashboard .list-results thead .status.title .report-status span.status-delayed,.liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .report-status span.status-delayed,.w-cards-container .w-card.centered .w-value .liveDashboard .list-results thead .status.label .report-status span.status-delayed,.liveDashboard .list-results thead tbody tr.sublist .status.title .report-status span.status-delayed,.liveDashboard .list-results tbody tr.sublist thead .status.title .report-status span.status-delayed,.report-status .form-label.status .liveDashboard .list-results thead span.status-delayed,.report-status .status.status-log .liveDashboard .list-results thead span.status-delayed,.report-status .status.status-report-item .liveDashboard .list-results thead span.status-delayed,.report-status .double-list dd.status .liveDashboard .list-results thead span.status-delayed,.double-list .report-status dd.status .liveDashboard .list-results thead span.status-delayed,.report-status .double-list dt.status .liveDashboard .list-results thead span.status-delayed,.double-list .report-status dt.status .liveDashboard .list-results thead span.status-delayed,.report-status .w-cards-container .w-card .status.title .liveDashboard .list-results thead span.status-delayed,.w-cards-container .w-card .report-status .status.title .liveDashboard .list-results thead span.status-delayed,.report-status .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.status-delayed,.w-cards-container .w-card.centered .w-value .report-status .status.label .liveDashboard .list-results thead span.status-delayed,.report-status .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.status-delayed,.list-results tbody tr.sublist .report-status .status.title .liveDashboard .list-results thead span.status-delayed,.form-label.status .liveDashboard .list-results thead .report-status span.status-delayed,.status.status-log .liveDashboard .list-results thead .report-status span.status-delayed,.status.status-report-item .liveDashboard .list-results thead .report-status span.status-delayed,.double-list dd.status .liveDashboard .list-results thead .report-status span.status-delayed,.double-list dt.status .liveDashboard .list-results thead .report-status span.status-delayed,.w-cards-container .w-card .status.title .liveDashboard .list-results thead .report-status span.status-delayed,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead .report-status span.status-delayed,.list-results tbody tr.sublist .status.title .liveDashboard .list-results thead .report-status span.status-delayed,.report-status .liveDashboard .list-results thead .w-filters-selected label.status.small span.status-delayed,.liveDashboard .list-results thead .w-filters-selected label.status.small .report-status span.status-delayed,.report-status .w-filters-selected label.status.small .liveDashboard .list-results thead span.status-delayed,.w-filters-selected label.status.small .liveDashboard .list-results thead .report-status span.status-delayed,.report-status .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.status-delayed,.liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .report-status span.status-delayed,.report-status .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.status-delayed,.w-filters-selected .status.btn-f-s .liveDashboard .list-results thead .report-status span.status-delayed,.report-status .liveDashboard .list-results thead .sub-header .w-form label.status-delayed,.report-status .liveDashboard .list-results thead .sub-header .w-double-list label.status-delayed,.liveDashboard .list-results thead .sub-header .w-form .report-status label.status-delayed,.liveDashboard .list-results thead .sub-header .w-double-list .report-status label.status-delayed,.report-status .sub-header .w-form .liveDashboard .list-results thead label.status-delayed,.report-status .sub-header .w-double-list .liveDashboard .list-results thead label.status-delayed,.sub-header .w-form .liveDashboard .list-results thead .report-status label.status-delayed,.sub-header .w-double-list .liveDashboard .list-results thead .report-status label.status-delayed,.report-status .liveDashboard .list-results thead .block-filters button.status-delayed:after,.liveDashboard .list-results thead .block-filters .report-status button.status-delayed:after,.report-status .block-filters .liveDashboard .list-results thead button.status-delayed:after,.block-filters .liveDashboard .list-results thead .report-status button.status-delayed:after,.report-status .liveDashboard .list-results thead .block-filters select.status-delayed:after,.liveDashboard .list-results thead .block-filters .report-status select.status-delayed:after,.report-status .block-filters .liveDashboard .list-results thead select.status-delayed:after,.block-filters .liveDashboard .list-results thead .report-status select.status-delayed:after,.report-status .liveDashboard .list-results thead .form-auto-list .status-delayed.form-auto-item.is-user-is-inactive,.liveDashboard .list-results thead .form-auto-list .report-status .status-delayed.form-auto-item.is-user-is-inactive,.report-status .form-auto-list .liveDashboard .list-results thead .status-delayed.form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard .list-results thead .report-status .status-delayed.form-auto-item.is-user-is-inactive,.report-status .liveDashboard .list-results thead .form-auto-list .status-delayed.form-auto-item.is-user-is-active,.liveDashboard .list-results thead .form-auto-list .report-status .status-delayed.form-auto-item.is-user-is-active,.report-status .form-auto-list .liveDashboard .list-results thead .status-delayed.form-auto-item.is-user-is-active,.form-auto-list .liveDashboard .list-results thead .report-status .status-delayed.form-auto-item.is-user-is-active,.report-status .liveDashboard .list-results thead .list-results-header .status.title span.status-delayed,.liveDashboard .list-results thead .list-results-header .status.title .report-status span.status-delayed,.report-status .list-results-header .status.title .liveDashboard .list-results thead span.status-delayed,.list-results-header .status.title .liveDashboard .list-results thead .report-status span.status-delayed,.report-status .liveDashboard .list-results thead tr span.status-delayed,.liveDashboard .list-results thead tr .report-status span.status-delayed,.report-status ._account_api .list-results thead .status-delayed.icon,.report-status ._account_api .list-results thead .status-delayed.w-alert-banner:before,.report-status ._account_api .liveDashboard .list-results thead .status-delayed.w-alert-banner:before,.liveDashboard .report-status ._account_api .list-results thead .status-delayed.w-alert-banner:before,.report-status ._account_api .list-results thead .status-delayed.w-alert-banner:before,.report-status ._account_api .list-results thead .w-dialog.plus .status-delayed.dialog-aside:after,.w-dialog.plus .report-status ._account_api .list-results thead .status-delayed.dialog-aside:after,.report-status ._account_api .list-results thead .w-toast .status-delayed.toast.plus:after,.w-toast .report-status ._account_api .list-results thead .status-delayed.toast.plus:after,.report-status ._account_api .list-results thead .w-time-period .dropdown .w-selection .status-delayed.btn-period-clear:before,.w-time-period .dropdown .w-selection .report-status ._account_api .list-results thead .status-delayed.btn-period-clear:before,.report-status ._account_api .list-results thead .w-time-period .dropdown .w-selection .status-delayed.btn-filter:before,.w-time-period .dropdown .w-selection .report-status ._account_api .list-results thead .status-delayed.btn-filter:before,.report-status ._account_api .list-results thead .w-time-period .dropdown .w-selection .status-delayed.btn-period-edit:before,.w-time-period .dropdown .w-selection .report-status ._account_api .list-results thead .status-delayed.btn-period-edit:before,.report-status ._account_api .list-results thead .block-filters .status-delayed.btn-filter:before,.block-filters .report-status ._account_api .list-results thead .status-delayed.btn-filter:before,.report-status ._account_api .list-results thead .toggleWrapper input.mobileToggle+label.status-delayed,.toggleWrapper .report-status ._account_api .list-results thead input.mobileToggle+label.status-delayed,.report-status ._account_api .list-results thead tbody span.status-delayed.status,.report-status ._account_api .list-results tbody thead span.status-delayed.status,.report-status ._account_api .list-results thead tbody td.is-running span.status-delayed,.report-status ._account_api .list-results tbody td.is-running thead span.status-delayed,.report-status ._account_api .list-results thead tbody td.is-pending span.status-delayed,.report-status ._account_api .list-results tbody td.is-pending thead span.status-delayed,.report-status ._account_api .liveDashboard .list-results thead .status-delayed.icon,.report-status ._account_api .liveDashboard .list-results thead .status-delayed.w-alert-banner:before,.report-status ._account_api .liveDashboard .list-results thead .status-delayed.w-alert-banner:before,.report-status ._account_api .liveDashboard .list-results thead .status-delayed.w-alert-banner:before,.report-status ._account_api .liveDashboard .list-results thead .w-dialog.plus .status-delayed.dialog-aside:after,.w-dialog.plus .report-status ._account_api .liveDashboard .list-results thead .status-delayed.dialog-aside:after,.report-status ._account_api .liveDashboard .list-results thead .w-toast .status-delayed.toast.plus:after,.w-toast .report-status ._account_api .liveDashboard .list-results thead .status-delayed.toast.plus:after,.report-status ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .status-delayed.btn-period-clear:before,.w-time-period .dropdown .w-selection .report-status ._account_api .liveDashboard .list-results thead .status-delayed.btn-period-clear:before,.report-status ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .status-delayed.btn-filter:before,.w-time-period .dropdown .w-selection .report-status ._account_api .liveDashboard .list-results thead .status-delayed.btn-filter:before,.report-status ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .status-delayed.btn-period-edit:before,.w-time-period .dropdown .w-selection .report-status ._account_api .liveDashboard .list-results thead .status-delayed.btn-period-edit:before,.report-status ._account_api .liveDashboard .list-results thead .block-filters .status-delayed.btn-filter:before,.block-filters .report-status ._account_api .liveDashboard .list-results thead .status-delayed.btn-filter:before,.report-status ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.status-delayed,.toggleWrapper .report-status ._account_api .liveDashboard .list-results thead input.mobileToggle+label.status-delayed,.report-status ._account_api .liveDashboard .list-results thead tbody span.status-delayed.status,.report-status ._account_api .liveDashboard .list-results tbody thead span.status-delayed.status,.report-status ._account_api .liveDashboard .list-results thead tbody td.is-running span.status-delayed,.report-status ._account_api .liveDashboard .list-results tbody td.is-running thead span.status-delayed,.report-status ._account_api .liveDashboard .list-results thead tbody td.is-pending span.status-delayed,.report-status ._account_api .liveDashboard .list-results tbody td.is-pending thead span.status-delayed,.liveDashboard .report-status ._account_api .list-results thead .status-delayed.icon,.liveDashboard .report-status ._account_api .list-results thead .status-delayed.w-alert-banner:before,.liveDashboard .report-status ._account_api .list-results thead .status-delayed.w-alert-banner:before,.liveDashboard .report-status ._account_api .list-results thead .status-delayed.w-alert-banner:before,.liveDashboard .report-status ._account_api .list-results thead .w-dialog.plus .status-delayed.dialog-aside:after,.w-dialog.plus .liveDashboard .report-status ._account_api .list-results thead .status-delayed.dialog-aside:after,.liveDashboard .report-status ._account_api .list-results thead .w-toast .status-delayed.toast.plus:after,.w-toast .liveDashboard .report-status ._account_api .list-results thead .status-delayed.toast.plus:after,.liveDashboard .report-status ._account_api .list-results thead .w-time-period .dropdown .w-selection .status-delayed.btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .report-status ._account_api .list-results thead .status-delayed.btn-period-clear:before,.liveDashboard .report-status ._account_api .list-results thead .w-time-period .dropdown .w-selection .status-delayed.btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .report-status ._account_api .list-results thead .status-delayed.btn-filter:before,.liveDashboard .report-status ._account_api .list-results thead .w-time-period .dropdown .w-selection .status-delayed.btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .report-status ._account_api .list-results thead .status-delayed.btn-period-edit:before,.liveDashboard .report-status ._account_api .list-results thead .block-filters .status-delayed.btn-filter:before,.block-filters .liveDashboard .report-status ._account_api .list-results thead .status-delayed.btn-filter:before,.liveDashboard .report-status ._account_api .list-results thead .toggleWrapper input.mobileToggle+label.status-delayed,.toggleWrapper .liveDashboard .report-status ._account_api .list-results thead input.mobileToggle+label.status-delayed,.liveDashboard .report-status ._account_api .list-results thead tbody span.status-delayed.status,.liveDashboard .report-status ._account_api .list-results tbody thead span.status-delayed.status,.liveDashboard .report-status ._account_api .list-results thead tbody td.is-running span.status-delayed,.liveDashboard .report-status ._account_api .list-results tbody td.is-running thead span.status-delayed,.liveDashboard .report-status ._account_api .list-results thead tbody td.is-pending span.status-delayed,.liveDashboard .report-status ._account_api .list-results tbody td.is-pending thead span.status-delayed,.report-status ._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .status-delayed.dropdown-toggle:after,.liveDashboard .report-status ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .status-delayed.dropdown-toggle:after,.report-status ._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .status-delayed.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .report-status ._account_api .list-results thead .status-delayed.dropdown-toggle:after,.report-status ._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .status-delayed.filter,.liveDashboard .report-status ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .status-delayed.filter,.report-status ._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .status-delayed.filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .report-status ._account_api .list-results thead .status-delayed.filter,.report-status ._account_api .liveDashboard .list-results thead .form-label.status span.status-delayed,.report-status ._account_api .liveDashboard .list-results thead .status.status-log span.status-delayed,.report-status ._account_api .liveDashboard .list-results thead .status.status-report-item span.status-delayed,.report-status ._account_api .liveDashboard .list-results thead .double-list dd.status span.status-delayed,.double-list .report-status ._account_api .liveDashboard .list-results thead dd.status span.status-delayed,.report-status ._account_api .liveDashboard .list-results thead .double-list dt.status span.status-delayed,.double-list .report-status ._account_api .liveDashboard .list-results thead dt.status span.status-delayed,.report-status ._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span.status-delayed,.w-cards-container .w-card .report-status ._account_api .liveDashboard .list-results thead .status.title span.status-delayed,.report-status ._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.status-delayed,.w-cards-container .w-card.centered .w-value .report-status ._account_api .liveDashboard .list-results thead .status.label span.status-delayed,.report-status ._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span.status-delayed,.report-status ._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span.status-delayed,.liveDashboard .report-status ._account_api .list-results thead .form-label.status span.status-delayed,.liveDashboard .report-status ._account_api .list-results thead .status.status-log span.status-delayed,.liveDashboard .report-status ._account_api .list-results thead .status.status-report-item span.status-delayed,.liveDashboard .report-status ._account_api .list-results thead .double-list dd.status span.status-delayed,.double-list .liveDashboard .report-status ._account_api .list-results thead dd.status span.status-delayed,.liveDashboard .report-status ._account_api .list-results thead .double-list dt.status span.status-delayed,.double-list .liveDashboard .report-status ._account_api .list-results thead dt.status span.status-delayed,.liveDashboard .report-status ._account_api .list-results thead .w-cards-container .w-card .status.title span.status-delayed,.w-cards-container .w-card .liveDashboard .report-status ._account_api .list-results thead .status.title span.status-delayed,.liveDashboard .report-status ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.status-delayed,.w-cards-container .w-card.centered .w-value .liveDashboard .report-status ._account_api .list-results thead .status.label span.status-delayed,.liveDashboard .report-status ._account_api .list-results thead tbody tr.sublist .status.title span.status-delayed,.liveDashboard .report-status ._account_api .list-results tbody tr.sublist thead .status.title span.status-delayed,.report-status ._account_api .form-label.status .liveDashboard .list-results thead span.status-delayed,.report-status ._account_api .status.status-log .liveDashboard .list-results thead span.status-delayed,.report-status ._account_api .status.status-report-item .liveDashboard .list-results thead span.status-delayed,.report-status ._account_api .double-list dd.status .liveDashboard .list-results thead span.status-delayed,.double-list .report-status ._account_api dd.status .liveDashboard .list-results thead span.status-delayed,.report-status ._account_api .double-list dt.status .liveDashboard .list-results thead span.status-delayed,.double-list .report-status ._account_api dt.status .liveDashboard .list-results thead span.status-delayed,.report-status ._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span.status-delayed,.w-cards-container .w-card .report-status ._account_api .status.title .liveDashboard .list-results thead span.status-delayed,.report-status ._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.status-delayed,.w-cards-container .w-card.centered .w-value .report-status ._account_api .status.label .liveDashboard .list-results thead span.status-delayed,.report-status ._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.status-delayed,.list-results tbody tr.sublist .report-status ._account_api .status.title .liveDashboard .list-results thead span.status-delayed,.form-label.status .liveDashboard .report-status ._account_api .list-results thead span.status-delayed,.status.status-log .liveDashboard .report-status ._account_api .list-results thead span.status-delayed,.status.status-report-item .liveDashboard .report-status ._account_api .list-results thead span.status-delayed,.double-list dd.status .liveDashboard .report-status ._account_api .list-results thead span.status-delayed,.double-list dt.status .liveDashboard .report-status ._account_api .list-results thead span.status-delayed,.w-cards-container .w-card .status.title .liveDashboard .report-status ._account_api .list-results thead span.status-delayed,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .report-status ._account_api .list-results thead span.status-delayed,.list-results tbody tr.sublist .status.title .liveDashboard .report-status ._account_api .list-results thead span.status-delayed,.report-status ._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span.status-delayed,.liveDashboard .report-status ._account_api .list-results thead .w-filters-selected label.status.small span.status-delayed,.report-status ._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span.status-delayed,.w-filters-selected label.status.small .liveDashboard .report-status ._account_api .list-results thead span.status-delayed,.report-status ._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.status-delayed,.liveDashboard .report-status ._account_api .list-results thead .w-filters-selected .status.btn-f-s span.status-delayed,.report-status ._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.status-delayed,.w-filters-selected .status.btn-f-s .liveDashboard .report-status ._account_api .list-results thead span.status-delayed,.report-status ._account_api .liveDashboard .list-results thead .sub-header .w-form label.status-delayed,.report-status ._account_api .liveDashboard .list-results thead .sub-header .w-double-list label.status-delayed,.liveDashboard .report-status ._account_api .list-results thead .sub-header .w-form label.status-delayed,.liveDashboard .report-status ._account_api .list-results thead .sub-header .w-double-list label.status-delayed,.report-status ._account_api .sub-header .w-form .liveDashboard .list-results thead label.status-delayed,.report-status ._account_api .sub-header .w-double-list .liveDashboard .list-results thead label.status-delayed,.sub-header .w-form .liveDashboard .report-status ._account_api .list-results thead label.status-delayed,.sub-header .w-double-list .liveDashboard .report-status ._account_api .list-results thead label.status-delayed,.report-status ._account_api .liveDashboard .list-results thead .block-filters button.status-delayed:after,.liveDashboard .report-status ._account_api .list-results thead .block-filters button.status-delayed:after,.report-status ._account_api .block-filters .liveDashboard .list-results thead button.status-delayed:after,.block-filters .liveDashboard .report-status ._account_api .list-results thead button.status-delayed:after,.report-status ._account_api .liveDashboard .list-results thead .block-filters select.status-delayed:after,.liveDashboard .report-status ._account_api .list-results thead .block-filters select.status-delayed:after,.report-status ._account_api .block-filters .liveDashboard .list-results thead select.status-delayed:after,.block-filters .liveDashboard .report-status ._account_api .list-results thead select.status-delayed:after,.report-status ._account_api .liveDashboard .list-results thead .form-auto-list .status-delayed.form-auto-item.is-user-is-inactive,.liveDashboard .report-status ._account_api .list-results thead .form-auto-list .status-delayed.form-auto-item.is-user-is-inactive,.report-status ._account_api .form-auto-list .liveDashboard .list-results thead .status-delayed.form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard .report-status ._account_api .list-results thead .status-delayed.form-auto-item.is-user-is-inactive,.report-status ._account_api .liveDashboard .list-results thead .form-auto-list .status-delayed.form-auto-item.is-user-is-active,.liveDashboard .report-status ._account_api .list-results thead .form-auto-list .status-delayed.form-auto-item.is-user-is-active,.report-status ._account_api .form-auto-list .liveDashboard .list-results thead .status-delayed.form-auto-item.is-user-is-active,.form-auto-list .liveDashboard .report-status ._account_api .list-results thead .status-delayed.form-auto-item.is-user-is-active,.report-status ._account_api .liveDashboard .list-results thead .list-results-header .status.title span.status-delayed,.liveDashboard .report-status ._account_api .list-results thead .list-results-header .status.title span.status-delayed,.report-status ._account_api .list-results-header .status.title .liveDashboard .list-results thead span.status-delayed,.list-results-header .status.title .liveDashboard .report-status ._account_api .list-results thead span.status-delayed,.report-status ._account_api .liveDashboard .list-results thead tr span.status-delayed,.liveDashboard .report-status ._account_api .list-results thead tr span.status-delayed,.report-status ._account_api .list-results thead .status-delayed.icon,.report-status ._account_api .list-results thead .status-delayed.w-alert-banner:before,.report-status ._account_api .liveDashboard .list-results thead .status-delayed.w-alert-banner:before,.liveDashboard .report-status ._account_api .list-results thead .status-delayed.w-alert-banner:before,.report-status ._account_api .list-results thead .status-delayed.w-alert-banner:before,.report-status ._account_api .list-results thead .w-dialog.plus .status-delayed.dialog-aside:after,.w-dialog.plus .report-status ._account_api .list-results thead .status-delayed.dialog-aside:after,.report-status ._account_api .list-results thead .w-toast .status-delayed.toast.plus:after,.w-toast .report-status ._account_api .list-results thead .status-delayed.toast.plus:after,.report-status ._account_api .list-results thead .w-time-period .dropdown .w-selection .status-delayed.btn-period-clear:before,.w-time-period .dropdown .w-selection .report-status ._account_api .list-results thead .status-delayed.btn-period-clear:before,.report-status ._account_api .list-results thead .w-time-period .dropdown .w-selection .status-delayed.btn-filter:before,.w-time-period .dropdown .w-selection .report-status ._account_api .list-results thead .status-delayed.btn-filter:before,.report-status ._account_api .list-results thead .w-time-period .dropdown .w-selection .status-delayed.btn-period-edit:before,.w-time-period .dropdown .w-selection .report-status ._account_api .list-results thead .status-delayed.btn-period-edit:before,.report-status ._account_api .list-results thead .block-filters .status-delayed.btn-filter:before,.block-filters .report-status ._account_api .list-results thead .status-delayed.btn-filter:before,.report-status ._account_api .list-results thead .toggleWrapper input.mobileToggle+label.status-delayed,.toggleWrapper .report-status ._account_api .list-results thead input.mobileToggle+label.status-delayed,.report-status ._account_api .list-results thead tbody span.status-delayed.status,.report-status ._account_api .list-results tbody thead span.status-delayed.status,.report-status ._account_api .list-results thead tbody td.is-running span.status-delayed,.report-status ._account_api .list-results tbody td.is-running thead span.status-delayed,.report-status ._account_api .list-results thead tbody td.is-pending span.status-delayed,.report-status ._account_api .list-results tbody td.is-pending thead span.status-delayed,.report-status ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .status-delayed.dropdown-toggle:after,.report-status .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .status-delayed.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .report-status ._account_api .list-results thead .status-delayed.dropdown-toggle:after,.report-status ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .status-delayed.filter,.report-status .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .status-delayed.filter,.w-filter-preset.w-filter-preset .filter-preset .report-status ._account_api .list-results thead .status-delayed.filter,.report-status ._account_api .list-results thead .form-label.status span.status-delayed,.report-status ._account_api .list-results thead .status.status-log span.status-delayed,.report-status ._account_api .list-results thead .status.status-report-item span.status-delayed,.report-status ._account_api .list-results thead .double-list dd.status span.status-delayed,.double-list .report-status ._account_api .list-results thead dd.status span.status-delayed,.report-status ._account_api .list-results thead .double-list dt.status span.status-delayed,.double-list .report-status ._account_api .list-results thead dt.status span.status-delayed,.report-status ._account_api .list-results thead .w-cards-container .w-card .status.title span.status-delayed,.w-cards-container .w-card .report-status ._account_api .list-results thead .status.title span.status-delayed,.report-status ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.status-delayed,.w-cards-container .w-card.centered .w-value .report-status ._account_api .list-results thead .status.label span.status-delayed,.report-status ._account_api .list-results thead tbody tr.sublist .status.title span.status-delayed,.report-status ._account_api .list-results tbody tr.sublist thead .status.title span.status-delayed,.report-status .form-label.status ._account_api .list-results thead span.status-delayed,.report-status .status.status-log ._account_api .list-results thead span.status-delayed,.report-status .status.status-report-item ._account_api .list-results thead span.status-delayed,.report-status .double-list dd.status ._account_api .list-results thead span.status-delayed,.double-list .report-status dd.status ._account_api .list-results thead span.status-delayed,.report-status .double-list dt.status ._account_api .list-results thead span.status-delayed,.double-list .report-status dt.status ._account_api .list-results thead span.status-delayed,.report-status .w-cards-container .w-card .status.title ._account_api .list-results thead span.status-delayed,.w-cards-container .w-card .report-status .status.title ._account_api .list-results thead span.status-delayed,.report-status .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.status-delayed,.w-cards-container .w-card.centered .w-value .report-status .status.label ._account_api .list-results thead span.status-delayed,.report-status .list-results tbody tr.sublist .status.title ._account_api .list-results thead span.status-delayed,.list-results tbody tr.sublist .report-status .status.title ._account_api .list-results thead span.status-delayed,.form-label.status .report-status ._account_api .list-results thead span.status-delayed,.status.status-log .report-status ._account_api .list-results thead span.status-delayed,.status.status-report-item .report-status ._account_api .list-results thead span.status-delayed,.double-list dd.status .report-status ._account_api .list-results thead span.status-delayed,.double-list dt.status .report-status ._account_api .list-results thead span.status-delayed,.w-cards-container .w-card .status.title .report-status ._account_api .list-results thead span.status-delayed,.w-cards-container .w-card.centered .w-value .status.label .report-status ._account_api .list-results thead span.status-delayed,.list-results tbody tr.sublist .status.title .report-status ._account_api .list-results thead span.status-delayed,.report-status ._account_api .list-results thead .w-filters-selected label.status.small span.status-delayed,.report-status .w-filters-selected label.status.small ._account_api .list-results thead span.status-delayed,.w-filters-selected label.status.small .report-status ._account_api .list-results thead span.status-delayed,.report-status ._account_api .list-results thead .w-filters-selected .status.btn-f-s span.status-delayed,.report-status .w-filters-selected .status.btn-f-s ._account_api .list-results thead span.status-delayed,.w-filters-selected .status.btn-f-s .report-status ._account_api .list-results thead span.status-delayed,.report-status ._account_api .list-results thead .sub-header .w-form label.status-delayed,.report-status ._account_api .list-results thead .sub-header .w-double-list label.status-delayed,.report-status .sub-header .w-form ._account_api .list-results thead label.status-delayed,.report-status .sub-header .w-double-list ._account_api .list-results thead label.status-delayed,.sub-header .w-form .report-status ._account_api .list-results thead label.status-delayed,.sub-header .w-double-list .report-status ._account_api .list-results thead label.status-delayed,.report-status ._account_api .list-results thead .block-filters button.status-delayed:after,.report-status .block-filters ._account_api .list-results thead button.status-delayed:after,.block-filters .report-status ._account_api .list-results thead button.status-delayed:after,.report-status ._account_api .list-results thead .block-filters select.status-delayed:after,.report-status .block-filters ._account_api .list-results thead select.status-delayed:after,.block-filters .report-status ._account_api .list-results thead select.status-delayed:after,.report-status ._account_api .list-results thead .form-auto-list .status-delayed.form-auto-item.is-user-is-inactive,.report-status .form-auto-list ._account_api .list-results thead .status-delayed.form-auto-item.is-user-is-inactive,.form-auto-list .report-status ._account_api .list-results thead .status-delayed.form-auto-item.is-user-is-inactive,.report-status ._account_api .list-results thead .form-auto-list .status-delayed.form-auto-item.is-user-is-active,.report-status .form-auto-list ._account_api .list-results thead .status-delayed.form-auto-item.is-user-is-active,.form-auto-list .report-status ._account_api .list-results thead .status-delayed.form-auto-item.is-user-is-active,.report-status ._account_api .list-results thead .list-results-header .status.title span.status-delayed,.report-status .list-results-header .status.title ._account_api .list-results thead span.status-delayed,.list-results-header .status.title .report-status ._account_api .list-results thead span.status-delayed,.report-status ._account_api .list-results thead tr span.status-delayed,.report-status .liveDashboard ._account_api .list-results thead .status-delayed.icon,.report-status .liveDashboard ._account_api .list-results thead .status-delayed.w-alert-banner:before,.report-status .liveDashboard ._account_api .list-results thead .status-delayed.w-alert-banner:before,.report-status .liveDashboard ._account_api .list-results thead .status-delayed.w-alert-banner:before,.report-status .liveDashboard ._account_api .list-results thead .w-dialog.plus .status-delayed.dialog-aside:after,.w-dialog.plus .report-status .liveDashboard ._account_api .list-results thead .status-delayed.dialog-aside:after,.report-status .liveDashboard ._account_api .list-results thead .w-toast .status-delayed.toast.plus:after,.w-toast .report-status .liveDashboard ._account_api .list-results thead .status-delayed.toast.plus:after,.report-status .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .status-delayed.btn-period-clear:before,.w-time-period .dropdown .w-selection .report-status .liveDashboard ._account_api .list-results thead .status-delayed.btn-period-clear:before,.report-status .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .status-delayed.btn-filter:before,.w-time-period .dropdown .w-selection .report-status .liveDashboard ._account_api .list-results thead .status-delayed.btn-filter:before,.report-status .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .status-delayed.btn-period-edit:before,.w-time-period .dropdown .w-selection .report-status .liveDashboard ._account_api .list-results thead .status-delayed.btn-period-edit:before,.report-status .liveDashboard ._account_api .list-results thead .block-filters .status-delayed.btn-filter:before,.block-filters .report-status .liveDashboard ._account_api .list-results thead .status-delayed.btn-filter:before,.report-status .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label.status-delayed,.toggleWrapper .report-status .liveDashboard ._account_api .list-results thead input.mobileToggle+label.status-delayed,.report-status .liveDashboard ._account_api .list-results thead tbody span.status-delayed.status,.report-status .liveDashboard ._account_api .list-results tbody thead span.status-delayed.status,.report-status .liveDashboard ._account_api .list-results thead tbody td.is-running span.status-delayed,.report-status .liveDashboard ._account_api .list-results tbody td.is-running thead span.status-delayed,.report-status .liveDashboard ._account_api .list-results thead tbody td.is-pending span.status-delayed,.report-status .liveDashboard ._account_api .list-results tbody td.is-pending thead span.status-delayed,.liveDashboard .report-status ._account_api .list-results thead .status-delayed.icon,.liveDashboard .report-status ._account_api .list-results thead .status-delayed.w-alert-banner:before,.liveDashboard .report-status ._account_api .list-results thead .status-delayed.w-alert-banner:before,.liveDashboard .report-status ._account_api .list-results thead .status-delayed.w-alert-banner:before,.liveDashboard .report-status ._account_api .list-results thead .w-dialog.plus .status-delayed.dialog-aside:after,.w-dialog.plus .liveDashboard .report-status ._account_api .list-results thead .status-delayed.dialog-aside:after,.liveDashboard .report-status ._account_api .list-results thead .w-toast .status-delayed.toast.plus:after,.w-toast .liveDashboard .report-status ._account_api .list-results thead .status-delayed.toast.plus:after,.liveDashboard .report-status ._account_api .list-results thead .w-time-period .dropdown .w-selection .status-delayed.btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .report-status ._account_api .list-results thead .status-delayed.btn-period-clear:before,.liveDashboard .report-status ._account_api .list-results thead .w-time-period .dropdown .w-selection .status-delayed.btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .report-status ._account_api .list-results thead .status-delayed.btn-filter:before,.liveDashboard .report-status ._account_api .list-results thead .w-time-period .dropdown .w-selection .status-delayed.btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .report-status ._account_api .list-results thead .status-delayed.btn-period-edit:before,.liveDashboard .report-status ._account_api .list-results thead .block-filters .status-delayed.btn-filter:before,.block-filters .liveDashboard .report-status ._account_api .list-results thead .status-delayed.btn-filter:before,.liveDashboard .report-status ._account_api .list-results thead .toggleWrapper input.mobileToggle+label.status-delayed,.toggleWrapper .liveDashboard .report-status ._account_api .list-results thead input.mobileToggle+label.status-delayed,.liveDashboard .report-status ._account_api .list-results thead tbody span.status-delayed.status,.liveDashboard .report-status ._account_api .list-results tbody thead span.status-delayed.status,.liveDashboard .report-status ._account_api .list-results thead tbody td.is-running span.status-delayed,.liveDashboard .report-status ._account_api .list-results tbody td.is-running thead span.status-delayed,.liveDashboard .report-status ._account_api .list-results thead tbody td.is-pending span.status-delayed,.liveDashboard .report-status ._account_api .list-results tbody td.is-pending thead span.status-delayed,.report-status ._account_api .liveDashboard .list-results thead .status-delayed.icon,.report-status ._account_api .liveDashboard .list-results thead .status-delayed.w-alert-banner:before,.report-status ._account_api .liveDashboard .list-results thead .status-delayed.w-alert-banner:before,.report-status ._account_api .liveDashboard .list-results thead .status-delayed.w-alert-banner:before,.report-status ._account_api .liveDashboard .list-results thead .w-dialog.plus .status-delayed.dialog-aside:after,.w-dialog.plus .report-status ._account_api .liveDashboard .list-results thead .status-delayed.dialog-aside:after,.report-status ._account_api .liveDashboard .list-results thead .w-toast .status-delayed.toast.plus:after,.w-toast .report-status ._account_api .liveDashboard .list-results thead .status-delayed.toast.plus:after,.report-status ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .status-delayed.btn-period-clear:before,.w-time-period .dropdown .w-selection .report-status ._account_api .liveDashboard .list-results thead .status-delayed.btn-period-clear:before,.report-status ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .status-delayed.btn-filter:before,.w-time-period .dropdown .w-selection .report-status ._account_api .liveDashboard .list-results thead .status-delayed.btn-filter:before,.report-status ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .status-delayed.btn-period-edit:before,.w-time-period .dropdown .w-selection .report-status ._account_api .liveDashboard .list-results thead .status-delayed.btn-period-edit:before,.report-status ._account_api .liveDashboard .list-results thead .block-filters .status-delayed.btn-filter:before,.block-filters .report-status ._account_api .liveDashboard .list-results thead .status-delayed.btn-filter:before,.report-status ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.status-delayed,.toggleWrapper .report-status ._account_api .liveDashboard .list-results thead input.mobileToggle+label.status-delayed,.report-status ._account_api .liveDashboard .list-results thead tbody span.status-delayed.status,.report-status ._account_api .liveDashboard .list-results tbody thead span.status-delayed.status,.report-status ._account_api .liveDashboard .list-results thead tbody td.is-running span.status-delayed,.report-status ._account_api .liveDashboard .list-results tbody td.is-running thead span.status-delayed,.report-status ._account_api .liveDashboard .list-results thead tbody td.is-pending span.status-delayed,.report-status ._account_api .liveDashboard .list-results tbody td.is-pending thead span.status-delayed,.report-status .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .status-delayed.dropdown-toggle:after,.liveDashboard .report-status ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .status-delayed.dropdown-toggle:after,.report-status ._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .status-delayed.dropdown-toggle:after,.report-status .liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .status-delayed.dropdown-toggle:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown .report-status ._account_api .list-results thead .status-delayed.dropdown-toggle:after,.report-status .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .status-delayed.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .report-status ._account_api .liveDashboard .list-results thead .status-delayed.dropdown-toggle:after,.report-status .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .status-delayed.filter,.liveDashboard .report-status ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .status-delayed.filter,.report-status ._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .status-delayed.filter,.report-status .liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .status-delayed.filter,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .report-status ._account_api .list-results thead .status-delayed.filter,.report-status .w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .status-delayed.filter,.w-filter-preset.w-filter-preset .filter-preset .report-status ._account_api .liveDashboard .list-results thead .status-delayed.filter,.report-status .liveDashboard ._account_api .list-results thead .form-label.status span.status-delayed,.report-status .liveDashboard ._account_api .list-results thead .status.status-log span.status-delayed,.report-status .liveDashboard ._account_api .list-results thead .status.status-report-item span.status-delayed,.report-status .liveDashboard ._account_api .list-results thead .double-list dd.status span.status-delayed,.double-list .report-status .liveDashboard ._account_api .list-results thead dd.status span.status-delayed,.report-status .liveDashboard ._account_api .list-results thead .double-list dt.status span.status-delayed,.double-list .report-status .liveDashboard ._account_api .list-results thead dt.status span.status-delayed,.report-status .liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span.status-delayed,.w-cards-container .w-card .report-status .liveDashboard ._account_api .list-results thead .status.title span.status-delayed,.report-status .liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.status-delayed,.w-cards-container .w-card.centered .w-value .report-status .liveDashboard ._account_api .list-results thead .status.label span.status-delayed,.report-status .liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span.status-delayed,.report-status .liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span.status-delayed,.liveDashboard .report-status ._account_api .list-results thead .form-label.status span.status-delayed,.liveDashboard .report-status ._account_api .list-results thead .status.status-log span.status-delayed,.liveDashboard .report-status ._account_api .list-results thead .status.status-report-item span.status-delayed,.liveDashboard .report-status ._account_api .list-results thead .double-list dd.status span.status-delayed,.double-list .liveDashboard .report-status ._account_api .list-results thead dd.status span.status-delayed,.liveDashboard .report-status ._account_api .list-results thead .double-list dt.status span.status-delayed,.double-list .liveDashboard .report-status ._account_api .list-results thead dt.status span.status-delayed,.liveDashboard .report-status ._account_api .list-results thead .w-cards-container .w-card .status.title span.status-delayed,.w-cards-container .w-card .liveDashboard .report-status ._account_api .list-results thead .status.title span.status-delayed,.liveDashboard .report-status ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.status-delayed,.w-cards-container .w-card.centered .w-value .liveDashboard .report-status ._account_api .list-results thead .status.label span.status-delayed,.liveDashboard .report-status ._account_api .list-results thead tbody tr.sublist .status.title span.status-delayed,.liveDashboard .report-status ._account_api .list-results tbody tr.sublist thead .status.title span.status-delayed,.report-status ._account_api .liveDashboard .list-results thead .form-label.status span.status-delayed,.report-status ._account_api .liveDashboard .list-results thead .status.status-log span.status-delayed,.report-status ._account_api .liveDashboard .list-results thead .status.status-report-item span.status-delayed,.report-status ._account_api .liveDashboard .list-results thead .double-list dd.status span.status-delayed,.double-list .report-status ._account_api .liveDashboard .list-results thead dd.status span.status-delayed,.report-status ._account_api .liveDashboard .list-results thead .double-list dt.status span.status-delayed,.double-list .report-status ._account_api .liveDashboard .list-results thead dt.status span.status-delayed,.report-status ._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span.status-delayed,.w-cards-container .w-card .report-status ._account_api .liveDashboard .list-results thead .status.title span.status-delayed,.report-status ._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.status-delayed,.w-cards-container .w-card.centered .w-value .report-status ._account_api .liveDashboard .list-results thead .status.label span.status-delayed,.report-status ._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span.status-delayed,.report-status ._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span.status-delayed,.report-status .liveDashboard .form-label.status ._account_api .list-results thead span.status-delayed,.report-status .liveDashboard .status.status-log ._account_api .list-results thead span.status-delayed,.report-status .liveDashboard .status.status-report-item ._account_api .list-results thead span.status-delayed,.report-status .liveDashboard .double-list dd.status ._account_api .list-results thead span.status-delayed,.double-list .report-status .liveDashboard dd.status ._account_api .list-results thead span.status-delayed,.report-status .liveDashboard .double-list dt.status ._account_api .list-results thead span.status-delayed,.double-list .report-status .liveDashboard dt.status ._account_api .list-results thead span.status-delayed,.report-status .liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span.status-delayed,.w-cards-container .w-card .report-status .liveDashboard .status.title ._account_api .list-results thead span.status-delayed,.report-status .liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.status-delayed,.w-cards-container .w-card.centered .w-value .report-status .liveDashboard .status.label ._account_api .list-results thead span.status-delayed,.report-status .liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span.status-delayed,.list-results tbody tr.sublist .report-status .liveDashboard .status.title ._account_api .list-results thead span.status-delayed,.liveDashboard .form-label.status .report-status ._account_api .list-results thead span.status-delayed,.liveDashboard .status.status-log .report-status ._account_api .list-results thead span.status-delayed,.liveDashboard .status.status-report-item .report-status ._account_api .list-results thead span.status-delayed,.liveDashboard .double-list dd.status .report-status ._account_api .list-results thead span.status-delayed,.double-list .liveDashboard dd.status .report-status ._account_api .list-results thead span.status-delayed,.liveDashboard .double-list dt.status .report-status ._account_api .list-results thead span.status-delayed,.double-list .liveDashboard dt.status .report-status ._account_api .list-results thead span.status-delayed,.liveDashboard .w-cards-container .w-card .status.title .report-status ._account_api .list-results thead span.status-delayed,.w-cards-container .w-card .liveDashboard .status.title .report-status ._account_api .list-results thead span.status-delayed,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label .report-status ._account_api .list-results thead span.status-delayed,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label .report-status ._account_api .list-results thead span.status-delayed,.liveDashboard .list-results tbody tr.sublist .status.title .report-status ._account_api .list-results thead span.status-delayed,.list-results tbody tr.sublist .liveDashboard .status.title .report-status ._account_api .list-results thead span.status-delayed,.report-status .form-label.status ._account_api .liveDashboard .list-results thead span.status-delayed,.report-status .status.status-log ._account_api .liveDashboard .list-results thead span.status-delayed,.report-status .status.status-report-item ._account_api .liveDashboard .list-results thead span.status-delayed,.report-status .double-list dd.status ._account_api .liveDashboard .list-results thead span.status-delayed,.double-list .report-status dd.status ._account_api .liveDashboard .list-results thead span.status-delayed,.report-status .double-list dt.status ._account_api .liveDashboard .list-results thead span.status-delayed,.double-list .report-status dt.status ._account_api .liveDashboard .list-results thead span.status-delayed,.report-status .w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead span.status-delayed,.w-cards-container .w-card .report-status .status.title ._account_api .liveDashboard .list-results thead span.status-delayed,.report-status .w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead span.status-delayed,.w-cards-container .w-card.centered .w-value .report-status .status.label ._account_api .liveDashboard .list-results thead span.status-delayed,.report-status .list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead span.status-delayed,.list-results tbody tr.sublist .report-status .status.title ._account_api .liveDashboard .list-results thead span.status-delayed,.form-label.status .report-status ._account_api .liveDashboard .list-results thead span.status-delayed,.status.status-log .report-status ._account_api .liveDashboard .list-results thead span.status-delayed,.status.status-report-item .report-status ._account_api .liveDashboard .list-results thead span.status-delayed,.double-list dd.status .report-status ._account_api .liveDashboard .list-results thead span.status-delayed,.double-list dt.status .report-status ._account_api .liveDashboard .list-results thead span.status-delayed,.w-cards-container .w-card .status.title .report-status ._account_api .liveDashboard .list-results thead span.status-delayed,.w-cards-container .w-card.centered .w-value .status.label .report-status ._account_api .liveDashboard .list-results thead span.status-delayed,.list-results tbody tr.sublist .status.title .report-status ._account_api .liveDashboard .list-results thead span.status-delayed,.report-status .liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span.status-delayed,.liveDashboard .report-status ._account_api .list-results thead .w-filters-selected label.status.small span.status-delayed,.report-status ._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span.status-delayed,.report-status .liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span.status-delayed,.liveDashboard .w-filters-selected label.status.small .report-status ._account_api .list-results thead span.status-delayed,.report-status .w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead span.status-delayed,.w-filters-selected label.status.small .report-status ._account_api .liveDashboard .list-results thead span.status-delayed,.report-status .liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span.status-delayed,.liveDashboard .report-status ._account_api .list-results thead .w-filters-selected .status.btn-f-s span.status-delayed,.report-status ._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.status-delayed,.report-status .liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span.status-delayed,.liveDashboard .w-filters-selected .status.btn-f-s .report-status ._account_api .list-results thead span.status-delayed,.report-status .w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead span.status-delayed,.w-filters-selected .status.btn-f-s .report-status ._account_api .liveDashboard .list-results thead span.status-delayed,.report-status .liveDashboard ._account_api .list-results thead .sub-header .w-form label.status-delayed,.report-status .liveDashboard ._account_api .list-results thead .sub-header .w-double-list label.status-delayed,.liveDashboard .report-status ._account_api .list-results thead .sub-header .w-form label.status-delayed,.liveDashboard .report-status ._account_api .list-results thead .sub-header .w-double-list label.status-delayed,.report-status ._account_api .liveDashboard .list-results thead .sub-header .w-form label.status-delayed,.report-status ._account_api .liveDashboard .list-results thead .sub-header .w-double-list label.status-delayed,.report-status .liveDashboard .sub-header .w-form ._account_api .list-results thead label.status-delayed,.report-status .liveDashboard .sub-header .w-double-list ._account_api .list-results thead label.status-delayed,.liveDashboard .sub-header .w-form .report-status ._account_api .list-results thead label.status-delayed,.liveDashboard .sub-header .w-double-list .report-status ._account_api .list-results thead label.status-delayed,.report-status .sub-header .w-form ._account_api .liveDashboard .list-results thead label.status-delayed,.report-status .sub-header .w-double-list ._account_api .liveDashboard .list-results thead label.status-delayed,.sub-header .w-form .report-status ._account_api .liveDashboard .list-results thead label.status-delayed,.sub-header .w-double-list .report-status ._account_api .liveDashboard .list-results thead label.status-delayed,.report-status .liveDashboard ._account_api .list-results thead .block-filters button.status-delayed:after,.liveDashboard .report-status ._account_api .list-results thead .block-filters button.status-delayed:after,.report-status ._account_api .liveDashboard .list-results thead .block-filters button.status-delayed:after,.report-status .liveDashboard .block-filters ._account_api .list-results thead button.status-delayed:after,.liveDashboard .block-filters .report-status ._account_api .list-results thead button.status-delayed:after,.report-status .block-filters ._account_api .liveDashboard .list-results thead button.status-delayed:after,.block-filters .report-status ._account_api .liveDashboard .list-results thead button.status-delayed:after,.report-status .liveDashboard ._account_api .list-results thead .block-filters select.status-delayed:after,.liveDashboard .report-status ._account_api .list-results thead .block-filters select.status-delayed:after,.report-status ._account_api .liveDashboard .list-results thead .block-filters select.status-delayed:after,.report-status .liveDashboard .block-filters ._account_api .list-results thead select.status-delayed:after,.liveDashboard .block-filters .report-status ._account_api .list-results thead select.status-delayed:after,.report-status .block-filters ._account_api .liveDashboard .list-results thead select.status-delayed:after,.block-filters .report-status ._account_api .liveDashboard .list-results thead select.status-delayed:after,.report-status .liveDashboard ._account_api .list-results thead .form-auto-list .status-delayed.form-auto-item.is-user-is-inactive,.liveDashboard .report-status ._account_api .list-results thead .form-auto-list .status-delayed.form-auto-item.is-user-is-inactive,.report-status ._account_api .liveDashboard .list-results thead .form-auto-list .status-delayed.form-auto-item.is-user-is-inactive,.report-status .liveDashboard .form-auto-list ._account_api .list-results thead .status-delayed.form-auto-item.is-user-is-inactive,.liveDashboard .form-auto-list .report-status ._account_api .list-results thead .status-delayed.form-auto-item.is-user-is-inactive,.report-status .form-auto-list ._account_api .liveDashboard .list-results thead .status-delayed.form-auto-item.is-user-is-inactive,.form-auto-list .report-status ._account_api .liveDashboard .list-results thead .status-delayed.form-auto-item.is-user-is-inactive,.report-status .liveDashboard ._account_api .list-results thead .form-auto-list .status-delayed.form-auto-item.is-user-is-active,.liveDashboard .report-status ._account_api .list-results thead .form-auto-list .status-delayed.form-auto-item.is-user-is-active,.report-status ._account_api .liveDashboard .list-results thead .form-auto-list .status-delayed.form-auto-item.is-user-is-active,.report-status .liveDashboard .form-auto-list ._account_api .list-results thead .status-delayed.form-auto-item.is-user-is-active,.liveDashboard .form-auto-list .report-status ._account_api .list-results thead .status-delayed.form-auto-item.is-user-is-active,.report-status .form-auto-list ._account_api .liveDashboard .list-results thead .status-delayed.form-auto-item.is-user-is-active,.form-auto-list .report-status ._account_api .liveDashboard .list-results thead .status-delayed.form-auto-item.is-user-is-active,.report-status .liveDashboard ._account_api .list-results thead .list-results-header .status.title span.status-delayed,.liveDashboard .report-status ._account_api .list-results thead .list-results-header .status.title span.status-delayed,.report-status ._account_api .liveDashboard .list-results thead .list-results-header .status.title span.status-delayed,.report-status .liveDashboard .list-results-header .status.title ._account_api .list-results thead span.status-delayed,.liveDashboard .list-results-header .status.title .report-status ._account_api .list-results thead span.status-delayed,.report-status .list-results-header .status.title ._account_api .liveDashboard .list-results thead span.status-delayed,.list-results-header .status.title .report-status ._account_api .liveDashboard .list-results thead span.status-delayed,.report-status .liveDashboard ._account_api .list-results thead tr span.status-delayed,.liveDashboard .report-status ._account_api .list-results thead tr span.status-delayed,.report-status ._account_api .liveDashboard .list-results thead tr span.status-delayed,.report-status ._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .status-delayed.dropdown-toggle:after,.report-status .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .status-delayed.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .report-status ._account_api .list-results thead .status-delayed.dropdown-toggle:after,.report-status ._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .status-delayed.filter,.report-status .w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .status-delayed.filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .report-status ._account_api .list-results thead .status-delayed.filter,.report-status ._account_api .form-label.status .liveDashboard .list-results thead span.status-delayed,.report-status ._account_api .status.status-log .liveDashboard .list-results thead span.status-delayed,.report-status ._account_api .status.status-report-item .liveDashboard .list-results thead span.status-delayed,.report-status ._account_api .double-list dd.status .liveDashboard .list-results thead span.status-delayed,.double-list .report-status ._account_api dd.status .liveDashboard .list-results thead span.status-delayed,.report-status ._account_api .double-list dt.status .liveDashboard .list-results thead span.status-delayed,.double-list .report-status ._account_api dt.status .liveDashboard .list-results thead span.status-delayed,.report-status ._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span.status-delayed,.w-cards-container .w-card .report-status ._account_api .status.title .liveDashboard .list-results thead span.status-delayed,.report-status ._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.status-delayed,.w-cards-container .w-card.centered .w-value .report-status ._account_api .status.label .liveDashboard .list-results thead span.status-delayed,.report-status ._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.status-delayed,.list-results tbody tr.sublist .report-status ._account_api .status.title .liveDashboard .list-results thead span.status-delayed,.report-status .form-label.status .liveDashboard ._account_api .list-results thead span.status-delayed,.report-status .status.status-log .liveDashboard ._account_api .list-results thead span.status-delayed,.report-status .status.status-report-item .liveDashboard ._account_api .list-results thead span.status-delayed,.report-status .double-list dd.status .liveDashboard ._account_api .list-results thead span.status-delayed,.double-list .report-status dd.status .liveDashboard ._account_api .list-results thead span.status-delayed,.report-status .double-list dt.status .liveDashboard ._account_api .list-results thead span.status-delayed,.double-list .report-status dt.status .liveDashboard ._account_api .list-results thead span.status-delayed,.report-status .w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead span.status-delayed,.w-cards-container .w-card .report-status .status.title .liveDashboard ._account_api .list-results thead span.status-delayed,.report-status .w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead span.status-delayed,.w-cards-container .w-card.centered .w-value .report-status .status.label .liveDashboard ._account_api .list-results thead span.status-delayed,.report-status .list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead span.status-delayed,.list-results tbody tr.sublist .report-status .status.title .liveDashboard ._account_api .list-results thead span.status-delayed,.form-label.status .liveDashboard .report-status ._account_api .list-results thead span.status-delayed,.status.status-log .liveDashboard .report-status ._account_api .list-results thead span.status-delayed,.status.status-report-item .liveDashboard .report-status ._account_api .list-results thead span.status-delayed,.double-list dd.status .liveDashboard .report-status ._account_api .list-results thead span.status-delayed,.double-list dt.status .liveDashboard .report-status ._account_api .list-results thead span.status-delayed,.w-cards-container .w-card .status.title .liveDashboard .report-status ._account_api .list-results thead span.status-delayed,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .report-status ._account_api .list-results thead span.status-delayed,.list-results tbody tr.sublist .status.title .liveDashboard .report-status ._account_api .list-results thead span.status-delayed,.report-status ._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span.status-delayed,.report-status .w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead span.status-delayed,.w-filters-selected label.status.small .liveDashboard .report-status ._account_api .list-results thead span.status-delayed,.report-status ._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.status-delayed,.report-status .w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead span.status-delayed,.w-filters-selected .status.btn-f-s .liveDashboard .report-status ._account_api .list-results thead span.status-delayed,.report-status ._account_api .sub-header .w-form .liveDashboard .list-results thead label.status-delayed,.report-status ._account_api .sub-header .w-double-list .liveDashboard .list-results thead label.status-delayed,.report-status .sub-header .w-form .liveDashboard ._account_api .list-results thead label.status-delayed,.report-status .sub-header .w-double-list .liveDashboard ._account_api .list-results thead label.status-delayed,.sub-header .w-form .liveDashboard .report-status ._account_api .list-results thead label.status-delayed,.sub-header .w-double-list .liveDashboard .report-status ._account_api .list-results thead label.status-delayed,.report-status ._account_api .block-filters .liveDashboard .list-results thead button.status-delayed:after,.report-status .block-filters .liveDashboard ._account_api .list-results thead button.status-delayed:after,.block-filters .liveDashboard .report-status ._account_api .list-results thead button.status-delayed:after,.report-status ._account_api .block-filters .liveDashboard .list-results thead select.status-delayed:after,.report-status .block-filters .liveDashboard ._account_api .list-results thead select.status-delayed:after,.block-filters .liveDashboard .report-status ._account_api .list-results thead select.status-delayed:after,.report-status ._account_api .form-auto-list .liveDashboard .list-results thead .status-delayed.form-auto-item.is-user-is-inactive,.report-status .form-auto-list .liveDashboard ._account_api .list-results thead .status-delayed.form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard .report-status ._account_api .list-results thead .status-delayed.form-auto-item.is-user-is-inactive,.report-status ._account_api .form-auto-list .liveDashboard .list-results thead .status-delayed.form-auto-item.is-user-is-active,.report-status .form-auto-list .liveDashboard ._account_api .list-results thead .status-delayed.form-auto-item.is-user-is-active,.form-auto-list .liveDashboard .report-status ._account_api .list-results thead .status-delayed.form-auto-item.is-user-is-active,.report-status ._account_api .list-results-header .status.title .liveDashboard .list-results thead span.status-delayed,.report-status .list-results-header .status.title .liveDashboard ._account_api .list-results thead span.status-delayed,.list-results-header .status.title .liveDashboard .report-status ._account_api .list-results thead span.status-delayed,._account_api .list-results thead .report-status .status-delayed.icon,._account_api .list-results thead .report-status .status-delayed.w-alert-banner:before,._account_api .liveDashboard .list-results thead .report-status .status-delayed.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .report-status .status-delayed.w-alert-banner:before,._account_api .list-results thead .report-status .status-delayed.w-alert-banner:before,._account_api .list-results thead .report-status .w-dialog.plus .status-delayed.dialog-aside:after,.w-dialog.plus ._account_api .list-results thead .report-status .status-delayed.dialog-aside:after,._account_api .list-results thead .report-status .w-toast .status-delayed.toast.plus:after,.w-toast ._account_api .list-results thead .report-status .status-delayed.toast.plus:after,._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .status-delayed.btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .report-status .status-delayed.btn-period-clear:before,._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .status-delayed.btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .report-status .status-delayed.btn-filter:before,._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .status-delayed.btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .report-status .status-delayed.btn-period-edit:before,._account_api .list-results thead .report-status .block-filters .status-delayed.btn-filter:before,.block-filters ._account_api .list-results thead .report-status .status-delayed.btn-filter:before,._account_api .list-results thead .report-status .toggleWrapper input.mobileToggle+label.status-delayed,.toggleWrapper ._account_api .list-results thead .report-status input.mobileToggle+label.status-delayed,._account_api .list-results thead .report-status tbody span.status-delayed.status,._account_api .list-results tbody thead .report-status span.status-delayed.status,._account_api .list-results thead .report-status tbody td.is-running span.status-delayed,._account_api .list-results tbody td.is-running thead .report-status span.status-delayed,._account_api .list-results thead .report-status tbody td.is-pending span.status-delayed,._account_api .list-results tbody td.is-pending thead .report-status span.status-delayed,._account_api .liveDashboard .list-results thead .report-status .status-delayed.icon,._account_api .liveDashboard .list-results thead .report-status .status-delayed.w-alert-banner:before,._account_api .liveDashboard .list-results thead .report-status .status-delayed.w-alert-banner:before,._account_api .liveDashboard .list-results thead .report-status .status-delayed.w-alert-banner:before,._account_api .liveDashboard .list-results thead .report-status .w-dialog.plus .status-delayed.dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .report-status .status-delayed.dialog-aside:after,._account_api .liveDashboard .list-results thead .report-status .w-toast .status-delayed.toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .report-status .status-delayed.toast.plus:after,._account_api .liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .status-delayed.btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .report-status .status-delayed.btn-period-clear:before,._account_api .liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .status-delayed.btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .report-status .status-delayed.btn-filter:before,._account_api .liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .status-delayed.btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .report-status .status-delayed.btn-period-edit:before,._account_api .liveDashboard .list-results thead .report-status .block-filters .status-delayed.btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .report-status .status-delayed.btn-filter:before,._account_api .liveDashboard .list-results thead .report-status .toggleWrapper input.mobileToggle+label.status-delayed,.toggleWrapper ._account_api .liveDashboard .list-results thead .report-status input.mobileToggle+label.status-delayed,._account_api .liveDashboard .list-results thead .report-status tbody span.status-delayed.status,._account_api .liveDashboard .list-results tbody thead .report-status span.status-delayed.status,._account_api .liveDashboard .list-results thead .report-status tbody td.is-running span.status-delayed,._account_api .liveDashboard .list-results tbody td.is-running thead .report-status span.status-delayed,._account_api .liveDashboard .list-results thead .report-status tbody td.is-pending span.status-delayed,._account_api .liveDashboard .list-results tbody td.is-pending thead .report-status span.status-delayed,.liveDashboard ._account_api .list-results thead .report-status .status-delayed.icon,.liveDashboard ._account_api .list-results thead .report-status .status-delayed.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .report-status .status-delayed.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .report-status .status-delayed.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .report-status .w-dialog.plus .status-delayed.dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .report-status .status-delayed.dialog-aside:after,.liveDashboard ._account_api .list-results thead .report-status .w-toast .status-delayed.toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .report-status .status-delayed.toast.plus:after,.liveDashboard ._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .status-delayed.btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .report-status .status-delayed.btn-period-clear:before,.liveDashboard ._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .status-delayed.btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .report-status .status-delayed.btn-filter:before,.liveDashboard ._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .status-delayed.btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .report-status .status-delayed.btn-period-edit:before,.liveDashboard ._account_api .list-results thead .report-status .block-filters .status-delayed.btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .report-status .status-delayed.btn-filter:before,.liveDashboard ._account_api .list-results thead .report-status .toggleWrapper input.mobileToggle+label.status-delayed,.toggleWrapper .liveDashboard ._account_api .list-results thead .report-status input.mobileToggle+label.status-delayed,.liveDashboard ._account_api .list-results thead .report-status tbody span.status-delayed.status,.liveDashboard ._account_api .list-results tbody thead .report-status span.status-delayed.status,.liveDashboard ._account_api .list-results thead .report-status tbody td.is-running span.status-delayed,.liveDashboard ._account_api .list-results tbody td.is-running thead .report-status span.status-delayed,.liveDashboard ._account_api .list-results thead .report-status tbody td.is-pending span.status-delayed,.liveDashboard ._account_api .list-results tbody td.is-pending thead .report-status span.status-delayed,._account_api .liveDashboard .list-results thead .report-status .w-filter-preset.w-filter-preset .filter-preset .dropdown .status-delayed.dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .report-status .w-filter-preset.w-filter-preset .filter-preset .dropdown .status-delayed.dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .report-status .status-delayed.dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .report-status .status-delayed.dropdown-toggle:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .report-status .status-delayed.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .report-status .status-delayed.dropdown-toggle:after,._account_api .liveDashboard .list-results thead .report-status .w-filter-preset.w-filter-preset .filter-preset .status-delayed.filter,.liveDashboard ._account_api .list-results thead .report-status .w-filter-preset.w-filter-preset .filter-preset .status-delayed.filter,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .report-status .status-delayed.filter,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .report-status .status-delayed.filter,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .report-status .status-delayed.filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .report-status .status-delayed.filter,._account_api .liveDashboard .list-results thead .report-status .form-label.status span.status-delayed,._account_api .liveDashboard .list-results thead .report-status .status.status-log span.status-delayed,._account_api .liveDashboard .list-results thead .report-status .status.status-report-item span.status-delayed,._account_api .liveDashboard .list-results thead .report-status .double-list dd.status span.status-delayed,.double-list ._account_api .liveDashboard .list-results thead .report-status dd.status span.status-delayed,._account_api .liveDashboard .list-results thead .report-status .double-list dt.status span.status-delayed,.double-list ._account_api .liveDashboard .list-results thead .report-status dt.status span.status-delayed,._account_api .liveDashboard .list-results thead .report-status .w-cards-container .w-card .status.title span.status-delayed,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .report-status .status.title span.status-delayed,._account_api .liveDashboard .list-results thead .report-status .w-cards-container .w-card.centered .w-value .status.label span.status-delayed,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .report-status .status.label span.status-delayed,._account_api .liveDashboard .list-results thead .report-status tbody tr.sublist .status.title span.status-delayed,._account_api .liveDashboard .list-results tbody tr.sublist thead .report-status .status.title span.status-delayed,.liveDashboard ._account_api .list-results thead .report-status .form-label.status span.status-delayed,.liveDashboard ._account_api .list-results thead .report-status .status.status-log span.status-delayed,.liveDashboard ._account_api .list-results thead .report-status .status.status-report-item span.status-delayed,.liveDashboard ._account_api .list-results thead .report-status .double-list dd.status span.status-delayed,.double-list .liveDashboard ._account_api .list-results thead .report-status dd.status span.status-delayed,.liveDashboard ._account_api .list-results thead .report-status .double-list dt.status span.status-delayed,.double-list .liveDashboard ._account_api .list-results thead .report-status dt.status span.status-delayed,.liveDashboard ._account_api .list-results thead .report-status .w-cards-container .w-card .status.title span.status-delayed,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .report-status .status.title span.status-delayed,.liveDashboard ._account_api .list-results thead .report-status .w-cards-container .w-card.centered .w-value .status.label span.status-delayed,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .report-status .status.label span.status-delayed,.liveDashboard ._account_api .list-results thead .report-status tbody tr.sublist .status.title span.status-delayed,.liveDashboard ._account_api .list-results tbody tr.sublist thead .report-status .status.title span.status-delayed,._account_api .liveDashboard .list-results thead .form-label.status .report-status span.status-delayed,._account_api .liveDashboard .list-results thead .status.status-log .report-status span.status-delayed,._account_api .liveDashboard .list-results thead .status.status-report-item .report-status span.status-delayed,._account_api .liveDashboard .list-results thead .double-list dd.status .report-status span.status-delayed,.double-list ._account_api .liveDashboard .list-results thead dd.status .report-status span.status-delayed,._account_api .liveDashboard .list-results thead .double-list dt.status .report-status span.status-delayed,.double-list ._account_api .liveDashboard .list-results thead dt.status .report-status span.status-delayed,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title .report-status span.status-delayed,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title .report-status span.status-delayed,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .report-status span.status-delayed,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label .report-status span.status-delayed,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title .report-status span.status-delayed,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title .report-status span.status-delayed,.liveDashboard ._account_api .list-results thead .form-label.status .report-status span.status-delayed,.liveDashboard ._account_api .list-results thead .status.status-log .report-status span.status-delayed,.liveDashboard ._account_api .list-results thead .status.status-report-item .report-status span.status-delayed,.liveDashboard ._account_api .list-results thead .double-list dd.status .report-status span.status-delayed,.double-list .liveDashboard ._account_api .list-results thead dd.status .report-status span.status-delayed,.liveDashboard ._account_api .list-results thead .double-list dt.status .report-status span.status-delayed,.double-list .liveDashboard ._account_api .list-results thead dt.status .report-status span.status-delayed,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title .report-status span.status-delayed,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title .report-status span.status-delayed,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .report-status span.status-delayed,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label .report-status span.status-delayed,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title .report-status span.status-delayed,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title .report-status span.status-delayed,._account_api .form-label.status .liveDashboard .list-results thead .report-status span.status-delayed,._account_api .status.status-log .liveDashboard .list-results thead .report-status span.status-delayed,._account_api .status.status-report-item .liveDashboard .list-results thead .report-status span.status-delayed,._account_api .double-list dd.status .liveDashboard .list-results thead .report-status span.status-delayed,.double-list ._account_api dd.status .liveDashboard .list-results thead .report-status span.status-delayed,._account_api .double-list dt.status .liveDashboard .list-results thead .report-status span.status-delayed,.double-list ._account_api dt.status .liveDashboard .list-results thead .report-status span.status-delayed,._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead .report-status span.status-delayed,.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead .report-status span.status-delayed,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead .report-status span.status-delayed,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead .report-status span.status-delayed,._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead .report-status span.status-delayed,.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead .report-status span.status-delayed,.form-label.status .liveDashboard ._account_api .list-results thead .report-status span.status-delayed,.status.status-log .liveDashboard ._account_api .list-results thead .report-status span.status-delayed,.status.status-report-item .liveDashboard ._account_api .list-results thead .report-status span.status-delayed,.double-list dd.status .liveDashboard ._account_api .list-results thead .report-status span.status-delayed,.double-list dt.status .liveDashboard ._account_api .list-results thead .report-status span.status-delayed,.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead .report-status span.status-delayed,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead .report-status span.status-delayed,.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead .report-status span.status-delayed,._account_api .liveDashboard .list-results thead .report-status .w-filters-selected label.status.small span.status-delayed,.liveDashboard ._account_api .list-results thead .report-status .w-filters-selected label.status.small span.status-delayed,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small .report-status span.status-delayed,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small .report-status span.status-delayed,._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead .report-status span.status-delayed,.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead .report-status span.status-delayed,._account_api .liveDashboard .list-results thead .report-status .w-filters-selected .status.btn-f-s span.status-delayed,.liveDashboard ._account_api .list-results thead .report-status .w-filters-selected .status.btn-f-s span.status-delayed,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .report-status span.status-delayed,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s .report-status span.status-delayed,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead .report-status span.status-delayed,.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead .report-status span.status-delayed,._account_api .liveDashboard .list-results thead .report-status .sub-header .w-form label.status-delayed,._account_api .liveDashboard .list-results thead .report-status .sub-header .w-double-list label.status-delayed,.liveDashboard ._account_api .list-results thead .report-status .sub-header .w-form label.status-delayed,.liveDashboard ._account_api .list-results thead .report-status .sub-header .w-double-list label.status-delayed,._account_api .liveDashboard .list-results thead .sub-header .w-form .report-status label.status-delayed,._account_api .liveDashboard .list-results thead .sub-header .w-double-list .report-status label.status-delayed,.liveDashboard ._account_api .list-results thead .sub-header .w-form .report-status label.status-delayed,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list .report-status label.status-delayed,._account_api .sub-header .w-form .liveDashboard .list-results thead .report-status label.status-delayed,._account_api .sub-header .w-double-list .liveDashboard .list-results thead .report-status label.status-delayed,.sub-header .w-form .liveDashboard ._account_api .list-results thead .report-status label.status-delayed,.sub-header .w-double-list .liveDashboard ._account_api .list-results thead .report-status label.status-delayed,._account_api .liveDashboard .list-results thead .report-status .block-filters button.status-delayed:after,.liveDashboard ._account_api .list-results thead .report-status .block-filters button.status-delayed:after,._account_api .liveDashboard .list-results thead .block-filters .report-status button.status-delayed:after,.liveDashboard ._account_api .list-results thead .block-filters .report-status button.status-delayed:after,._account_api .block-filters .liveDashboard .list-results thead .report-status button.status-delayed:after,.block-filters .liveDashboard ._account_api .list-results thead .report-status button.status-delayed:after,._account_api .liveDashboard .list-results thead .report-status .block-filters select.status-delayed:after,.liveDashboard ._account_api .list-results thead .report-status .block-filters select.status-delayed:after,._account_api .liveDashboard .list-results thead .block-filters .report-status select.status-delayed:after,.liveDashboard ._account_api .list-results thead .block-filters .report-status select.status-delayed:after,._account_api .block-filters .liveDashboard .list-results thead .report-status select.status-delayed:after,.block-filters .liveDashboard ._account_api .list-results thead .report-status select.status-delayed:after,._account_api .liveDashboard .list-results thead .report-status .form-auto-list .status-delayed.form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .report-status .form-auto-list .status-delayed.form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .form-auto-list .report-status .status-delayed.form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .form-auto-list .report-status .status-delayed.form-auto-item.is-user-is-inactive,._account_api .form-auto-list .liveDashboard .list-results thead .report-status .status-delayed.form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard ._account_api .list-results thead .report-status .status-delayed.form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .report-status .form-auto-list .status-delayed.form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .report-status .form-auto-list .status-delayed.form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .form-auto-list .report-status .status-delayed.form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .form-auto-list .report-status .status-delayed.form-auto-item.is-user-is-active,._account_api .form-auto-list .liveDashboard .list-results thead .report-status .status-delayed.form-auto-item.is-user-is-active,.form-auto-list .liveDashboard ._account_api .list-results thead .report-status .status-delayed.form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .report-status .list-results-header .status.title span.status-delayed,.liveDashboard ._account_api .list-results thead .report-status .list-results-header .status.title span.status-delayed,._account_api .liveDashboard .list-results thead .list-results-header .status.title .report-status span.status-delayed,.liveDashboard ._account_api .list-results thead .list-results-header .status.title .report-status span.status-delayed,._account_api .list-results-header .status.title .liveDashboard .list-results thead .report-status span.status-delayed,.list-results-header .status.title .liveDashboard ._account_api .list-results thead .report-status span.status-delayed,._account_api .liveDashboard .list-results thead .report-status tr span.status-delayed,.liveDashboard ._account_api .list-results thead .report-status tr span.status-delayed,._account_api .liveDashboard .list-results thead tr .report-status span.status-delayed,.liveDashboard ._account_api .list-results thead tr .report-status span.status-delayed,._account_api .list-results thead .report-status .status-delayed.icon,._account_api .list-results thead .report-status .status-delayed.w-alert-banner:before,._account_api .liveDashboard .list-results thead .report-status .status-delayed.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .report-status .status-delayed.w-alert-banner:before,._account_api .list-results thead .report-status .status-delayed.w-alert-banner:before,._account_api .list-results thead .report-status .w-dialog.plus .status-delayed.dialog-aside:after,.w-dialog.plus ._account_api .list-results thead .report-status .status-delayed.dialog-aside:after,._account_api .list-results thead .report-status .w-toast .status-delayed.toast.plus:after,.w-toast ._account_api .list-results thead .report-status .status-delayed.toast.plus:after,._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .status-delayed.btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .report-status .status-delayed.btn-period-clear:before,._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .status-delayed.btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .report-status .status-delayed.btn-filter:before,._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .status-delayed.btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .report-status .status-delayed.btn-period-edit:before,._account_api .list-results thead .report-status .block-filters .status-delayed.btn-filter:before,.block-filters ._account_api .list-results thead .report-status .status-delayed.btn-filter:before,._account_api .list-results thead .report-status .toggleWrapper input.mobileToggle+label.status-delayed,.toggleWrapper ._account_api .list-results thead .report-status input.mobileToggle+label.status-delayed,._account_api .list-results thead .report-status tbody span.status-delayed.status,._account_api .list-results tbody thead .report-status span.status-delayed.status,._account_api .list-results thead .report-status tbody td.is-running span.status-delayed,._account_api .list-results tbody td.is-running thead .report-status span.status-delayed,._account_api .list-results thead .report-status tbody td.is-pending span.status-delayed,._account_api .list-results tbody td.is-pending thead .report-status span.status-delayed,._account_api .list-results thead .report-status .w-filter-preset.w-filter-preset .filter-preset .dropdown .status-delayed.dropdown-toggle:after,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .report-status .status-delayed.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .report-status .status-delayed.dropdown-toggle:after,._account_api .list-results thead .report-status .w-filter-preset.w-filter-preset .filter-preset .status-delayed.filter,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .report-status .status-delayed.filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .report-status .status-delayed.filter,._account_api .list-results thead .report-status .form-label.status span.status-delayed,._account_api .list-results thead .report-status .status.status-log span.status-delayed,._account_api .list-results thead .report-status .status.status-report-item span.status-delayed,._account_api .list-results thead .report-status .double-list dd.status span.status-delayed,.double-list ._account_api .list-results thead .report-status dd.status span.status-delayed,._account_api .list-results thead .report-status .double-list dt.status span.status-delayed,.double-list ._account_api .list-results thead .report-status dt.status span.status-delayed,._account_api .list-results thead .report-status .w-cards-container .w-card .status.title span.status-delayed,.w-cards-container .w-card ._account_api .list-results thead .report-status .status.title span.status-delayed,._account_api .list-results thead .report-status .w-cards-container .w-card.centered .w-value .status.label span.status-delayed,.w-cards-container .w-card.centered .w-value ._account_api .list-results thead .report-status .status.label span.status-delayed,._account_api .list-results thead .report-status tbody tr.sublist .status.title span.status-delayed,._account_api .list-results tbody tr.sublist thead .report-status .status.title span.status-delayed,._account_api .list-results thead .form-label.status .report-status span.status-delayed,._account_api .list-results thead .status.status-log .report-status span.status-delayed,._account_api .list-results thead .status.status-report-item .report-status span.status-delayed,._account_api .list-results thead .double-list dd.status .report-status span.status-delayed,.double-list ._account_api .list-results thead dd.status .report-status span.status-delayed,._account_api .list-results thead .double-list dt.status .report-status span.status-delayed,.double-list ._account_api .list-results thead dt.status .report-status span.status-delayed,._account_api .list-results thead .w-cards-container .w-card .status.title .report-status span.status-delayed,.w-cards-container .w-card ._account_api .list-results thead .status.title .report-status span.status-delayed,._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .report-status span.status-delayed,.w-cards-container .w-card.centered .w-value ._account_api .list-results thead .status.label .report-status span.status-delayed,._account_api .list-results thead tbody tr.sublist .status.title .report-status span.status-delayed,._account_api .list-results tbody tr.sublist thead .status.title .report-status span.status-delayed,.form-label.status ._account_api .list-results thead .report-status span.status-delayed,.status.status-log ._account_api .list-results thead .report-status span.status-delayed,.status.status-report-item ._account_api .list-results thead .report-status span.status-delayed,.double-list dd.status ._account_api .list-results thead .report-status span.status-delayed,.double-list dt.status ._account_api .list-results thead .report-status span.status-delayed,.w-cards-container .w-card .status.title ._account_api .list-results thead .report-status span.status-delayed,.w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead .report-status span.status-delayed,.list-results tbody tr.sublist .status.title ._account_api .list-results thead .report-status span.status-delayed,._account_api .list-results thead .report-status .w-filters-selected label.status.small span.status-delayed,._account_api .list-results thead .w-filters-selected label.status.small .report-status span.status-delayed,.w-filters-selected label.status.small ._account_api .list-results thead .report-status span.status-delayed,._account_api .list-results thead .report-status .w-filters-selected .status.btn-f-s span.status-delayed,._account_api .list-results thead .w-filters-selected .status.btn-f-s .report-status span.status-delayed,.w-filters-selected .status.btn-f-s ._account_api .list-results thead .report-status span.status-delayed,._account_api .list-results thead .report-status .sub-header .w-form label.status-delayed,._account_api .list-results thead .report-status .sub-header .w-double-list label.status-delayed,._account_api .list-results thead .sub-header .w-form .report-status label.status-delayed,._account_api .list-results thead .sub-header .w-double-list .report-status label.status-delayed,.sub-header .w-form ._account_api .list-results thead .report-status label.status-delayed,.sub-header .w-double-list ._account_api .list-results thead .report-status label.status-delayed,._account_api .list-results thead .report-status .block-filters button.status-delayed:after,._account_api .list-results thead .block-filters .report-status button.status-delayed:after,.block-filters ._account_api .list-results thead .report-status button.status-delayed:after,._account_api .list-results thead .report-status .block-filters select.status-delayed:after,._account_api .list-results thead .block-filters .report-status select.status-delayed:after,.block-filters ._account_api .list-results thead .report-status select.status-delayed:after,._account_api .list-results thead .report-status .form-auto-list .status-delayed.form-auto-item.is-user-is-inactive,._account_api .list-results thead .form-auto-list .report-status .status-delayed.form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .list-results thead .report-status .status-delayed.form-auto-item.is-user-is-inactive,._account_api .list-results thead .report-status .form-auto-list .status-delayed.form-auto-item.is-user-is-active,._account_api .list-results thead .form-auto-list .report-status .status-delayed.form-auto-item.is-user-is-active,.form-auto-list ._account_api .list-results thead .report-status .status-delayed.form-auto-item.is-user-is-active,._account_api .list-results thead .report-status .list-results-header .status.title span.status-delayed,._account_api .list-results thead .list-results-header .status.title .report-status span.status-delayed,.list-results-header .status.title ._account_api .list-results thead .report-status span.status-delayed,._account_api .list-results thead .report-status tr span.status-delayed,._account_api .list-results thead tr .report-status span.status-delayed,.liveDashboard ._account_api .list-results thead .report-status .status-delayed.icon,.liveDashboard ._account_api .list-results thead .report-status .status-delayed.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .report-status .status-delayed.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .report-status .status-delayed.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .report-status .w-dialog.plus .status-delayed.dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .report-status .status-delayed.dialog-aside:after,.liveDashboard ._account_api .list-results thead .report-status .w-toast .status-delayed.toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .report-status .status-delayed.toast.plus:after,.liveDashboard ._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .status-delayed.btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .report-status .status-delayed.btn-period-clear:before,.liveDashboard ._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .status-delayed.btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .report-status .status-delayed.btn-filter:before,.liveDashboard ._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .status-delayed.btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .report-status .status-delayed.btn-period-edit:before,.liveDashboard ._account_api .list-results thead .report-status .block-filters .status-delayed.btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .report-status .status-delayed.btn-filter:before,.liveDashboard ._account_api .list-results thead .report-status .toggleWrapper input.mobileToggle+label.status-delayed,.toggleWrapper .liveDashboard ._account_api .list-results thead .report-status input.mobileToggle+label.status-delayed,.liveDashboard ._account_api .list-results thead .report-status tbody span.status-delayed.status,.liveDashboard ._account_api .list-results tbody thead .report-status span.status-delayed.status,.liveDashboard ._account_api .list-results thead .report-status tbody td.is-running span.status-delayed,.liveDashboard ._account_api .list-results tbody td.is-running thead .report-status span.status-delayed,.liveDashboard ._account_api .list-results thead .report-status tbody td.is-pending span.status-delayed,.liveDashboard ._account_api .list-results tbody td.is-pending thead .report-status span.status-delayed,._account_api .liveDashboard .list-results thead .report-status .status-delayed.icon,._account_api .liveDashboard .list-results thead .report-status .status-delayed.w-alert-banner:before,._account_api .liveDashboard .list-results thead .report-status .status-delayed.w-alert-banner:before,._account_api .liveDashboard .list-results thead .report-status .status-delayed.w-alert-banner:before,._account_api .liveDashboard .list-results thead .report-status .w-dialog.plus .status-delayed.dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .report-status .status-delayed.dialog-aside:after,._account_api .liveDashboard .list-results thead .report-status .w-toast .status-delayed.toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .report-status .status-delayed.toast.plus:after,._account_api .liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .status-delayed.btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .report-status .status-delayed.btn-period-clear:before,._account_api .liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .status-delayed.btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .report-status .status-delayed.btn-filter:before,._account_api .liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .status-delayed.btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .report-status .status-delayed.btn-period-edit:before,._account_api .liveDashboard .list-results thead .report-status .block-filters .status-delayed.btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .report-status .status-delayed.btn-filter:before,._account_api .liveDashboard .list-results thead .report-status .toggleWrapper input.mobileToggle+label.status-delayed,.toggleWrapper ._account_api .liveDashboard .list-results thead .report-status input.mobileToggle+label.status-delayed,._account_api .liveDashboard .list-results thead .report-status tbody span.status-delayed.status,._account_api .liveDashboard .list-results tbody thead .report-status span.status-delayed.status,._account_api .liveDashboard .list-results thead .report-status tbody td.is-running span.status-delayed,._account_api .liveDashboard .list-results tbody td.is-running thead .report-status span.status-delayed,._account_api .liveDashboard .list-results thead .report-status tbody td.is-pending span.status-delayed,._account_api .liveDashboard .list-results tbody td.is-pending thead .report-status span.status-delayed,.liveDashboard ._account_api .list-results thead .report-status .w-filter-preset.w-filter-preset .filter-preset .dropdown .status-delayed.dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .report-status .status-delayed.dropdown-toggle:after,._account_api .liveDashboard .list-results thead .report-status .w-filter-preset.w-filter-preset .filter-preset .dropdown .status-delayed.dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .report-status .status-delayed.dropdown-toggle:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .report-status .status-delayed.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .report-status .status-delayed.dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .report-status .w-filter-preset.w-filter-preset .filter-preset .status-delayed.filter,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .report-status .status-delayed.filter,._account_api .liveDashboard .list-results thead .report-status .w-filter-preset.w-filter-preset .filter-preset .status-delayed.filter,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .report-status .status-delayed.filter,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .report-status .status-delayed.filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .report-status .status-delayed.filter,.liveDashboard ._account_api .list-results thead .report-status .form-label.status span.status-delayed,.liveDashboard ._account_api .list-results thead .report-status .status.status-log span.status-delayed,.liveDashboard ._account_api .list-results thead .report-status .status.status-report-item span.status-delayed,.liveDashboard ._account_api .list-results thead .report-status .double-list dd.status span.status-delayed,.double-list .liveDashboard ._account_api .list-results thead .report-status dd.status span.status-delayed,.liveDashboard ._account_api .list-results thead .report-status .double-list dt.status span.status-delayed,.double-list .liveDashboard ._account_api .list-results thead .report-status dt.status span.status-delayed,.liveDashboard ._account_api .list-results thead .report-status .w-cards-container .w-card .status.title span.status-delayed,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .report-status .status.title span.status-delayed,.liveDashboard ._account_api .list-results thead .report-status .w-cards-container .w-card.centered .w-value .status.label span.status-delayed,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .report-status .status.label span.status-delayed,.liveDashboard ._account_api .list-results thead .report-status tbody tr.sublist .status.title span.status-delayed,.liveDashboard ._account_api .list-results tbody tr.sublist thead .report-status .status.title span.status-delayed,.liveDashboard ._account_api .list-results thead .form-label.status .report-status span.status-delayed,.liveDashboard ._account_api .list-results thead .status.status-log .report-status span.status-delayed,.liveDashboard ._account_api .list-results thead .status.status-report-item .report-status span.status-delayed,.liveDashboard ._account_api .list-results thead .double-list dd.status .report-status span.status-delayed,.double-list .liveDashboard ._account_api .list-results thead dd.status .report-status span.status-delayed,.liveDashboard ._account_api .list-results thead .double-list dt.status .report-status span.status-delayed,.double-list .liveDashboard ._account_api .list-results thead dt.status .report-status span.status-delayed,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title .report-status span.status-delayed,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title .report-status span.status-delayed,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .report-status span.status-delayed,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label .report-status span.status-delayed,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title .report-status span.status-delayed,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title .report-status span.status-delayed,._account_api .liveDashboard .list-results thead .report-status .form-label.status span.status-delayed,._account_api .liveDashboard .list-results thead .report-status .status.status-log span.status-delayed,._account_api .liveDashboard .list-results thead .report-status .status.status-report-item span.status-delayed,._account_api .liveDashboard .list-results thead .report-status .double-list dd.status span.status-delayed,.double-list ._account_api .liveDashboard .list-results thead .report-status dd.status span.status-delayed,._account_api .liveDashboard .list-results thead .report-status .double-list dt.status span.status-delayed,.double-list ._account_api .liveDashboard .list-results thead .report-status dt.status span.status-delayed,._account_api .liveDashboard .list-results thead .report-status .w-cards-container .w-card .status.title span.status-delayed,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .report-status .status.title span.status-delayed,._account_api .liveDashboard .list-results thead .report-status .w-cards-container .w-card.centered .w-value .status.label span.status-delayed,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .report-status .status.label span.status-delayed,._account_api .liveDashboard .list-results thead .report-status tbody tr.sublist .status.title span.status-delayed,._account_api .liveDashboard .list-results tbody tr.sublist thead .report-status .status.title span.status-delayed,._account_api .liveDashboard .list-results thead .form-label.status .report-status span.status-delayed,._account_api .liveDashboard .list-results thead .status.status-log .report-status span.status-delayed,._account_api .liveDashboard .list-results thead .status.status-report-item .report-status span.status-delayed,._account_api .liveDashboard .list-results thead .double-list dd.status .report-status span.status-delayed,.double-list ._account_api .liveDashboard .list-results thead dd.status .report-status span.status-delayed,._account_api .liveDashboard .list-results thead .double-list dt.status .report-status span.status-delayed,.double-list ._account_api .liveDashboard .list-results thead dt.status .report-status span.status-delayed,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title .report-status span.status-delayed,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title .report-status span.status-delayed,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .report-status span.status-delayed,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label .report-status span.status-delayed,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title .report-status span.status-delayed,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title .report-status span.status-delayed,.liveDashboard .form-label.status ._account_api .list-results thead .report-status span.status-delayed,.liveDashboard .status.status-log ._account_api .list-results thead .report-status span.status-delayed,.liveDashboard .status.status-report-item ._account_api .list-results thead .report-status span.status-delayed,.liveDashboard .double-list dd.status ._account_api .list-results thead .report-status span.status-delayed,.double-list .liveDashboard dd.status ._account_api .list-results thead .report-status span.status-delayed,.liveDashboard .double-list dt.status ._account_api .list-results thead .report-status span.status-delayed,.double-list .liveDashboard dt.status ._account_api .list-results thead .report-status span.status-delayed,.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead .report-status span.status-delayed,.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead .report-status span.status-delayed,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead .report-status span.status-delayed,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead .report-status span.status-delayed,.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead .report-status span.status-delayed,.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead .report-status span.status-delayed,.form-label.status ._account_api .liveDashboard .list-results thead .report-status span.status-delayed,.status.status-log ._account_api .liveDashboard .list-results thead .report-status span.status-delayed,.status.status-report-item ._account_api .liveDashboard .list-results thead .report-status span.status-delayed,.double-list dd.status ._account_api .liveDashboard .list-results thead .report-status span.status-delayed,.double-list dt.status ._account_api .liveDashboard .list-results thead .report-status span.status-delayed,.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead .report-status span.status-delayed,.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead .report-status span.status-delayed,.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead .report-status span.status-delayed,.liveDashboard ._account_api .list-results thead .report-status .w-filters-selected label.status.small span.status-delayed,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small .report-status span.status-delayed,._account_api .liveDashboard .list-results thead .report-status .w-filters-selected label.status.small span.status-delayed,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small .report-status span.status-delayed,.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead .report-status span.status-delayed,.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead .report-status span.status-delayed,.liveDashboard ._account_api .list-results thead .report-status .w-filters-selected .status.btn-f-s span.status-delayed,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s .report-status span.status-delayed,._account_api .liveDashboard .list-results thead .report-status .w-filters-selected .status.btn-f-s span.status-delayed,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .report-status span.status-delayed,.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead .report-status span.status-delayed,.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead .report-status span.status-delayed,.liveDashboard ._account_api .list-results thead .report-status .sub-header .w-form label.status-delayed,.liveDashboard ._account_api .list-results thead .report-status .sub-header .w-double-list label.status-delayed,.liveDashboard ._account_api .list-results thead .sub-header .w-form .report-status label.status-delayed,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list .report-status label.status-delayed,._account_api .liveDashboard .list-results thead .report-status .sub-header .w-form label.status-delayed,._account_api .liveDashboard .list-results thead .report-status .sub-header .w-double-list label.status-delayed,._account_api .liveDashboard .list-results thead .sub-header .w-form .report-status label.status-delayed,._account_api .liveDashboard .list-results thead .sub-header .w-double-list .report-status label.status-delayed,.liveDashboard .sub-header .w-form ._account_api .list-results thead .report-status label.status-delayed,.liveDashboard .sub-header .w-double-list ._account_api .list-results thead .report-status label.status-delayed,.sub-header .w-form ._account_api .liveDashboard .list-results thead .report-status label.status-delayed,.sub-header .w-double-list ._account_api .liveDashboard .list-results thead .report-status label.status-delayed,.liveDashboard ._account_api .list-results thead .report-status .block-filters button.status-delayed:after,.liveDashboard ._account_api .list-results thead .block-filters .report-status button.status-delayed:after,._account_api .liveDashboard .list-results thead .report-status .block-filters button.status-delayed:after,._account_api .liveDashboard .list-results thead .block-filters .report-status button.status-delayed:after,.liveDashboard .block-filters ._account_api .list-results thead .report-status button.status-delayed:after,.block-filters ._account_api .liveDashboard .list-results thead .report-status button.status-delayed:after,.liveDashboard ._account_api .list-results thead .report-status .block-filters select.status-delayed:after,.liveDashboard ._account_api .list-results thead .block-filters .report-status select.status-delayed:after,._account_api .liveDashboard .list-results thead .report-status .block-filters select.status-delayed:after,._account_api .liveDashboard .list-results thead .block-filters .report-status select.status-delayed:after,.liveDashboard .block-filters ._account_api .list-results thead .report-status select.status-delayed:after,.block-filters ._account_api .liveDashboard .list-results thead .report-status select.status-delayed:after,.liveDashboard ._account_api .list-results thead .report-status .form-auto-list .status-delayed.form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .form-auto-list .report-status .status-delayed.form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .report-status .form-auto-list .status-delayed.form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .form-auto-list .report-status .status-delayed.form-auto-item.is-user-is-inactive,.liveDashboard .form-auto-list ._account_api .list-results thead .report-status .status-delayed.form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .liveDashboard .list-results thead .report-status .status-delayed.form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .report-status .form-auto-list .status-delayed.form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .form-auto-list .report-status .status-delayed.form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .report-status .form-auto-list .status-delayed.form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .form-auto-list .report-status .status-delayed.form-auto-item.is-user-is-active,.liveDashboard .form-auto-list ._account_api .list-results thead .report-status .status-delayed.form-auto-item.is-user-is-active,.form-auto-list ._account_api .liveDashboard .list-results thead .report-status .status-delayed.form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .report-status .list-results-header .status.title span.status-delayed,.liveDashboard ._account_api .list-results thead .list-results-header .status.title .report-status span.status-delayed,._account_api .liveDashboard .list-results thead .report-status .list-results-header .status.title span.status-delayed,._account_api .liveDashboard .list-results thead .list-results-header .status.title .report-status span.status-delayed,.liveDashboard .list-results-header .status.title ._account_api .list-results thead .report-status span.status-delayed,.list-results-header .status.title ._account_api .liveDashboard .list-results thead .report-status span.status-delayed,.liveDashboard ._account_api .list-results thead .report-status tr span.status-delayed,.liveDashboard ._account_api .list-results thead tr .report-status span.status-delayed,._account_api .liveDashboard .list-results thead .report-status tr span.status-delayed,._account_api .liveDashboard .list-results thead tr .report-status span.status-delayed,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .report-status .status-delayed.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .report-status .status-delayed.dropdown-toggle:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .report-status .status-delayed.filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .report-status .status-delayed.filter,._account_api .form-label.status .liveDashboard .list-results thead .report-status span.status-delayed,._account_api .status.status-log .liveDashboard .list-results thead .report-status span.status-delayed,._account_api .status.status-report-item .liveDashboard .list-results thead .report-status span.status-delayed,._account_api .double-list dd.status .liveDashboard .list-results thead .report-status span.status-delayed,.double-list ._account_api dd.status .liveDashboard .list-results thead .report-status span.status-delayed,._account_api .double-list dt.status .liveDashboard .list-results thead .report-status span.status-delayed,.double-list ._account_api dt.status .liveDashboard .list-results thead .report-status span.status-delayed,._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead .report-status span.status-delayed,.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead .report-status span.status-delayed,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead .report-status span.status-delayed,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead .report-status span.status-delayed,._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead .report-status span.status-delayed,.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead .report-status span.status-delayed,.form-label.status .liveDashboard ._account_api .list-results thead .report-status span.status-delayed,.status.status-log .liveDashboard ._account_api .list-results thead .report-status span.status-delayed,.status.status-report-item .liveDashboard ._account_api .list-results thead .report-status span.status-delayed,.double-list dd.status .liveDashboard ._account_api .list-results thead .report-status span.status-delayed,.double-list dt.status .liveDashboard ._account_api .list-results thead .report-status span.status-delayed,.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead .report-status span.status-delayed,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead .report-status span.status-delayed,.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead .report-status span.status-delayed,._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead .report-status span.status-delayed,.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead .report-status span.status-delayed,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead .report-status span.status-delayed,.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead .report-status span.status-delayed,._account_api .sub-header .w-form .liveDashboard .list-results thead .report-status label.status-delayed,._account_api .sub-header .w-double-list .liveDashboard .list-results thead .report-status label.status-delayed,.sub-header .w-form .liveDashboard ._account_api .list-results thead .report-status label.status-delayed,.sub-header .w-double-list .liveDashboard ._account_api .list-results thead .report-status label.status-delayed,._account_api .block-filters .liveDashboard .list-results thead .report-status button.status-delayed:after,.block-filters .liveDashboard ._account_api .list-results thead .report-status button.status-delayed:after,._account_api .block-filters .liveDashboard .list-results thead .report-status select.status-delayed:after,.block-filters .liveDashboard ._account_api .list-results thead .report-status select.status-delayed:after,._account_api .form-auto-list .liveDashboard .list-results thead .report-status .status-delayed.form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard ._account_api .list-results thead .report-status .status-delayed.form-auto-item.is-user-is-inactive,._account_api .form-auto-list .liveDashboard .list-results thead .report-status .status-delayed.form-auto-item.is-user-is-active,.form-auto-list .liveDashboard ._account_api .list-results thead .report-status .status-delayed.form-auto-item.is-user-is-active,._account_api .list-results-header .status.title .liveDashboard .list-results thead .report-status span.status-delayed,.list-results-header .status.title .liveDashboard ._account_api .list-results thead .report-status span.status-delayed,.report-status ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .status-delayed.dropdown-toggle:after,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .report-status .status-delayed.dropdown-toggle:after,.report-status .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .status-delayed.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .report-status .status-delayed.dropdown-toggle:after,.report-status ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .status-delayed.filter,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .report-status .status-delayed.filter,.report-status .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .status-delayed.filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .report-status .status-delayed.filter,.report-status ._account_api .list-results thead .form-label.status span.status-delayed,.report-status ._account_api .list-results thead .status.status-log span.status-delayed,.report-status ._account_api .list-results thead .status.status-report-item span.status-delayed,.report-status ._account_api .list-results thead .double-list dd.status span.status-delayed,.double-list .report-status ._account_api .list-results thead dd.status span.status-delayed,.report-status ._account_api .list-results thead .double-list dt.status span.status-delayed,.double-list .report-status ._account_api .list-results thead dt.status span.status-delayed,.report-status ._account_api .list-results thead .w-cards-container .w-card .status.title span.status-delayed,.w-cards-container .w-card .report-status ._account_api .list-results thead .status.title span.status-delayed,.report-status ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.status-delayed,.w-cards-container .w-card.centered .w-value .report-status ._account_api .list-results thead .status.label span.status-delayed,.report-status ._account_api .list-results thead tbody tr.sublist .status.title span.status-delayed,.report-status ._account_api .list-results tbody tr.sublist thead .status.title span.status-delayed,._account_api .list-results thead .form-label.status .report-status span.status-delayed,._account_api .list-results thead .status.status-log .report-status span.status-delayed,._account_api .list-results thead .status.status-report-item .report-status span.status-delayed,._account_api .list-results thead .double-list dd.status .report-status span.status-delayed,.double-list ._account_api .list-results thead dd.status .report-status span.status-delayed,._account_api .list-results thead .double-list dt.status .report-status span.status-delayed,.double-list ._account_api .list-results thead dt.status .report-status span.status-delayed,._account_api .list-results thead .w-cards-container .w-card .status.title .report-status span.status-delayed,.w-cards-container .w-card ._account_api .list-results thead .status.title .report-status span.status-delayed,._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .report-status span.status-delayed,.w-cards-container .w-card.centered .w-value ._account_api .list-results thead .status.label .report-status span.status-delayed,._account_api .list-results thead tbody tr.sublist .status.title .report-status span.status-delayed,._account_api .list-results tbody tr.sublist thead .status.title .report-status span.status-delayed,.report-status .form-label.status ._account_api .list-results thead span.status-delayed,.report-status .status.status-log ._account_api .list-results thead span.status-delayed,.report-status .status.status-report-item ._account_api .list-results thead span.status-delayed,.report-status .double-list dd.status ._account_api .list-results thead span.status-delayed,.double-list .report-status dd.status ._account_api .list-results thead span.status-delayed,.report-status .double-list dt.status ._account_api .list-results thead span.status-delayed,.double-list .report-status dt.status ._account_api .list-results thead span.status-delayed,.report-status .w-cards-container .w-card .status.title ._account_api .list-results thead span.status-delayed,.w-cards-container .w-card .report-status .status.title ._account_api .list-results thead span.status-delayed,.report-status .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.status-delayed,.w-cards-container .w-card.centered .w-value .report-status .status.label ._account_api .list-results thead span.status-delayed,.report-status .list-results tbody tr.sublist .status.title ._account_api .list-results thead span.status-delayed,.list-results tbody tr.sublist .report-status .status.title ._account_api .list-results thead span.status-delayed,.form-label.status ._account_api .list-results thead .report-status span.status-delayed,.status.status-log ._account_api .list-results thead .report-status span.status-delayed,.status.status-report-item ._account_api .list-results thead .report-status span.status-delayed,.double-list dd.status ._account_api .list-results thead .report-status span.status-delayed,.double-list dt.status ._account_api .list-results thead .report-status span.status-delayed,.w-cards-container .w-card .status.title ._account_api .list-results thead .report-status span.status-delayed,.w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead .report-status span.status-delayed,.list-results tbody tr.sublist .status.title ._account_api .list-results thead .report-status span.status-delayed,.report-status ._account_api .list-results thead .w-filters-selected label.status.small span.status-delayed,._account_api .list-results thead .w-filters-selected label.status.small .report-status span.status-delayed,.report-status .w-filters-selected label.status.small ._account_api .list-results thead span.status-delayed,.w-filters-selected label.status.small ._account_api .list-results thead .report-status span.status-delayed,.report-status ._account_api .list-results thead .w-filters-selected .status.btn-f-s span.status-delayed,._account_api .list-results thead .w-filters-selected .status.btn-f-s .report-status span.status-delayed,.report-status .w-filters-selected .status.btn-f-s ._account_api .list-results thead span.status-delayed,.w-filters-selected .status.btn-f-s ._account_api .list-results thead .report-status span.status-delayed,.report-status ._account_api .list-results thead .sub-header .w-form label.status-delayed,.report-status ._account_api .list-results thead .sub-header .w-double-list label.status-delayed,._account_api .list-results thead .sub-header .w-form .report-status label.status-delayed,._account_api .list-results thead .sub-header .w-double-list .report-status label.status-delayed,.report-status .sub-header .w-form ._account_api .list-results thead label.status-delayed,.report-status .sub-header .w-double-list ._account_api .list-results thead label.status-delayed,.sub-header .w-form ._account_api .list-results thead .report-status label.status-delayed,.sub-header .w-double-list ._account_api .list-results thead .report-status label.status-delayed,.report-status ._account_api .list-results thead .block-filters button.status-delayed:after,._account_api .list-results thead .block-filters .report-status button.status-delayed:after,.report-status .block-filters ._account_api .list-results thead button.status-delayed:after,.block-filters ._account_api .list-results thead .report-status button.status-delayed:after,.report-status ._account_api .list-results thead .block-filters select.status-delayed:after,._account_api .list-results thead .block-filters .report-status select.status-delayed:after,.report-status .block-filters ._account_api .list-results thead select.status-delayed:after,.block-filters ._account_api .list-results thead .report-status select.status-delayed:after,.report-status ._account_api .list-results thead .form-auto-list .status-delayed.form-auto-item.is-user-is-inactive,._account_api .list-results thead .form-auto-list .report-status .status-delayed.form-auto-item.is-user-is-inactive,.report-status .form-auto-list ._account_api .list-results thead .status-delayed.form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .list-results thead .report-status .status-delayed.form-auto-item.is-user-is-inactive,.report-status ._account_api .list-results thead .form-auto-list .status-delayed.form-auto-item.is-user-is-active,._account_api .list-results thead .form-auto-list .report-status .status-delayed.form-auto-item.is-user-is-active,.report-status .form-auto-list ._account_api .list-results thead .status-delayed.form-auto-item.is-user-is-active,.form-auto-list ._account_api .list-results thead .report-status .status-delayed.form-auto-item.is-user-is-active,.report-status ._account_api .list-results thead .list-results-header .status.title span.status-delayed,._account_api .list-results thead .list-results-header .status.title .report-status span.status-delayed,.report-status .list-results-header .status.title ._account_api .list-results thead span.status-delayed,.list-results-header .status.title ._account_api .list-results thead .report-status span.status-delayed,.report-status ._account_api .list-results thead tr span.status-delayed,._account_api .list-results thead tr .report-status span.status-delayed,.report-status .sidebar-default.sidebar-default-right .sidebar-default-body .filter-group .status-delayed.filter-checkbox,.sidebar-default.sidebar-default-right .sidebar-default-body .filter-group .report-status .status-delayed.filter-checkbox,.report-status .add-filters-dropdown .w-add-filters-list>div.filter-group .status-delayed.filter-checkbox,.add-filters-dropdown .w-add-filters-list>div.filter-group .report-status .status-delayed.filter-checkbox,.report-status .filter-preset .filter-field-name button.status-delayed,.filter-preset .filter-field-name .report-status button.status-delayed{color:#a96b00 !important;background-color:#ffe5b8 !important}.report-status .button-default.status-error,.report-status .liveDashboard .list-results thead .status-error.icon,.report-status .liveDashboard .list-results thead .status-error.w-alert-banner:before,.report-status .liveDashboard .list-results thead .status-error.w-alert-banner:before,.report-status .liveDashboard ._account_api .list-results thead .status-error.w-alert-banner:before,._account_api .report-status .liveDashboard .list-results thead .status-error.w-alert-banner:before,.report-status .liveDashboard .list-results thead .w-dialog.plus .status-error.dialog-aside:after,.w-dialog.plus .report-status .liveDashboard .list-results thead .status-error.dialog-aside:after,.report-status .liveDashboard .list-results thead .w-toast .status-error.toast.plus:after,.w-toast .report-status .liveDashboard .list-results thead .status-error.toast.plus:after,.report-status .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .status-error.btn-period-clear:before,.w-time-period .dropdown .w-selection .report-status .liveDashboard .list-results thead .status-error.btn-period-clear:before,.report-status .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .status-error.btn-filter:before,.w-time-period .dropdown .w-selection .report-status .liveDashboard .list-results thead .status-error.btn-filter:before,.report-status .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .status-error.btn-period-edit:before,.w-time-period .dropdown .w-selection .report-status .liveDashboard .list-results thead .status-error.btn-period-edit:before,.report-status .liveDashboard .list-results thead .block-filters .status-error.btn-filter:before,.block-filters .report-status .liveDashboard .list-results thead .status-error.btn-filter:before,.report-status .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.status-error,.toggleWrapper .report-status .liveDashboard .list-results thead input.mobileToggle+label.status-error,.report-status .liveDashboard .list-results thead tbody span.status-error.status,.report-status .liveDashboard .list-results tbody thead span.status-error.status,.report-status .liveDashboard .list-results thead tbody td.is-running span.status-error,.report-status .liveDashboard .list-results tbody td.is-running thead span.status-error,.report-status .liveDashboard .list-results thead tbody td.is-pending span.status-error,.report-status .liveDashboard .list-results tbody td.is-pending thead span.status-error,.report-status .liveDashboard .list-results thead .status-error.icon,.report-status .liveDashboard .list-results thead .status-error.w-alert-banner:before,.report-status .liveDashboard .list-results thead .status-error.w-alert-banner:before,.report-status .liveDashboard ._account_api .list-results thead .status-error.w-alert-banner:before,._account_api .report-status .liveDashboard .list-results thead .status-error.w-alert-banner:before,.report-status .liveDashboard .list-results thead .w-dialog.plus .status-error.dialog-aside:after,.w-dialog.plus .report-status .liveDashboard .list-results thead .status-error.dialog-aside:after,.report-status .liveDashboard .list-results thead .w-toast .status-error.toast.plus:after,.w-toast .report-status .liveDashboard .list-results thead .status-error.toast.plus:after,.report-status .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .status-error.btn-period-clear:before,.w-time-period .dropdown .w-selection .report-status .liveDashboard .list-results thead .status-error.btn-period-clear:before,.report-status .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .status-error.btn-filter:before,.w-time-period .dropdown .w-selection .report-status .liveDashboard .list-results thead .status-error.btn-filter:before,.report-status .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .status-error.btn-period-edit:before,.w-time-period .dropdown .w-selection .report-status .liveDashboard .list-results thead .status-error.btn-period-edit:before,.report-status .liveDashboard .list-results thead .block-filters .status-error.btn-filter:before,.block-filters .report-status .liveDashboard .list-results thead .status-error.btn-filter:before,.report-status .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.status-error,.toggleWrapper .report-status .liveDashboard .list-results thead input.mobileToggle+label.status-error,.report-status .liveDashboard .list-results thead tbody span.status-error.status,.report-status .liveDashboard .list-results tbody thead span.status-error.status,.report-status .liveDashboard .list-results thead tbody td.is-running span.status-error,.report-status .liveDashboard .list-results tbody td.is-running thead span.status-error,.report-status .liveDashboard .list-results thead tbody td.is-pending span.status-error,.report-status .liveDashboard .list-results tbody td.is-pending thead span.status-error,.report-status .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .status-error.dropdown-toggle:after,.report-status .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .status-error.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .report-status .liveDashboard .list-results thead .status-error.dropdown-toggle:after,.report-status .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .status-error.filter,.report-status .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .status-error.filter,.w-filter-preset.w-filter-preset .filter-preset .report-status .liveDashboard .list-results thead .status-error.filter,.report-status .liveDashboard .list-results thead .form-label.status span.status-error,.report-status .liveDashboard .list-results thead .status.status-log span.status-error,.report-status .liveDashboard .list-results thead .status.status-report-item span.status-error,.report-status .liveDashboard .list-results thead .double-list dd.status span.status-error,.double-list .report-status .liveDashboard .list-results thead dd.status span.status-error,.report-status .liveDashboard .list-results thead .double-list dt.status span.status-error,.double-list .report-status .liveDashboard .list-results thead dt.status span.status-error,.report-status .liveDashboard .list-results thead .w-cards-container .w-card .status.title span.status-error,.w-cards-container .w-card .report-status .liveDashboard .list-results thead .status.title span.status-error,.report-status .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.status-error,.w-cards-container .w-card.centered .w-value .report-status .liveDashboard .list-results thead .status.label span.status-error,.report-status .liveDashboard .list-results thead tbody tr.sublist .status.title span.status-error,.report-status .liveDashboard .list-results tbody tr.sublist thead .status.title span.status-error,.report-status .form-label.status .liveDashboard .list-results thead span.status-error,.report-status .status.status-log .liveDashboard .list-results thead span.status-error,.report-status .status.status-report-item .liveDashboard .list-results thead span.status-error,.report-status .double-list dd.status .liveDashboard .list-results thead span.status-error,.double-list .report-status dd.status .liveDashboard .list-results thead span.status-error,.report-status .double-list dt.status .liveDashboard .list-results thead span.status-error,.double-list .report-status dt.status .liveDashboard .list-results thead span.status-error,.report-status .w-cards-container .w-card .status.title .liveDashboard .list-results thead span.status-error,.w-cards-container .w-card .report-status .status.title .liveDashboard .list-results thead span.status-error,.report-status .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.status-error,.w-cards-container .w-card.centered .w-value .report-status .status.label .liveDashboard .list-results thead span.status-error,.report-status .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.status-error,.list-results tbody tr.sublist .report-status .status.title .liveDashboard .list-results thead span.status-error,.form-label.status .report-status .liveDashboard .list-results thead span.status-error,.status.status-log .report-status .liveDashboard .list-results thead span.status-error,.status.status-report-item .report-status .liveDashboard .list-results thead span.status-error,.double-list dd.status .report-status .liveDashboard .list-results thead span.status-error,.double-list dt.status .report-status .liveDashboard .list-results thead span.status-error,.w-cards-container .w-card .status.title .report-status .liveDashboard .list-results thead span.status-error,.w-cards-container .w-card.centered .w-value .status.label .report-status .liveDashboard .list-results thead span.status-error,.list-results tbody tr.sublist .status.title .report-status .liveDashboard .list-results thead span.status-error,.report-status .liveDashboard .list-results thead .w-filters-selected label.status.small span.status-error,.report-status .w-filters-selected label.status.small .liveDashboard .list-results thead span.status-error,.w-filters-selected label.status.small .report-status .liveDashboard .list-results thead span.status-error,.report-status .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.status-error,.report-status .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.status-error,.w-filters-selected .status.btn-f-s .report-status .liveDashboard .list-results thead span.status-error,.report-status .liveDashboard .list-results thead .sub-header .w-form label.status-error,.report-status .liveDashboard .list-results thead .sub-header .w-double-list label.status-error,.report-status .sub-header .w-form .liveDashboard .list-results thead label.status-error,.report-status .sub-header .w-double-list .liveDashboard .list-results thead label.status-error,.sub-header .w-form .report-status .liveDashboard .list-results thead label.status-error,.sub-header .w-double-list .report-status .liveDashboard .list-results thead label.status-error,.report-status .liveDashboard .list-results thead .block-filters button.status-error:after,.report-status .block-filters .liveDashboard .list-results thead button.status-error:after,.block-filters .report-status .liveDashboard .list-results thead button.status-error:after,.report-status .liveDashboard .list-results thead .block-filters select.status-error:after,.report-status .block-filters .liveDashboard .list-results thead select.status-error:after,.block-filters .report-status .liveDashboard .list-results thead select.status-error:after,.report-status .liveDashboard .list-results thead .form-auto-list .status-error.form-auto-item.is-user-is-inactive,.report-status .form-auto-list .liveDashboard .list-results thead .status-error.form-auto-item.is-user-is-inactive,.form-auto-list .report-status .liveDashboard .list-results thead .status-error.form-auto-item.is-user-is-inactive,.report-status .liveDashboard .list-results thead .form-auto-list .status-error.form-auto-item.is-user-is-active,.report-status .form-auto-list .liveDashboard .list-results thead .status-error.form-auto-item.is-user-is-active,.form-auto-list .report-status .liveDashboard .list-results thead .status-error.form-auto-item.is-user-is-active,.report-status .liveDashboard .list-results thead .list-results-header .status.title span.status-error,.report-status .list-results-header .status.title .liveDashboard .list-results thead span.status-error,.list-results-header .status.title .report-status .liveDashboard .list-results thead span.status-error,.report-status .liveDashboard .list-results thead tr span.status-error,.report-status .liveDashboard ._account_api .list-results thead .status-error.icon,.report-status .liveDashboard ._account_api .list-results thead .status-error.w-alert-banner:before,.report-status .liveDashboard ._account_api .list-results thead .status-error.w-alert-banner:before,.report-status .liveDashboard ._account_api .list-results thead .status-error.w-alert-banner:before,.report-status .liveDashboard ._account_api .list-results thead .w-dialog.plus .status-error.dialog-aside:after,.w-dialog.plus .report-status .liveDashboard ._account_api .list-results thead .status-error.dialog-aside:after,.report-status .liveDashboard ._account_api .list-results thead .w-toast .status-error.toast.plus:after,.w-toast .report-status .liveDashboard ._account_api .list-results thead .status-error.toast.plus:after,.report-status .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .status-error.btn-period-clear:before,.w-time-period .dropdown .w-selection .report-status .liveDashboard ._account_api .list-results thead .status-error.btn-period-clear:before,.report-status .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .status-error.btn-filter:before,.w-time-period .dropdown .w-selection .report-status .liveDashboard ._account_api .list-results thead .status-error.btn-filter:before,.report-status .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .status-error.btn-period-edit:before,.w-time-period .dropdown .w-selection .report-status .liveDashboard ._account_api .list-results thead .status-error.btn-period-edit:before,.report-status .liveDashboard ._account_api .list-results thead .block-filters .status-error.btn-filter:before,.block-filters .report-status .liveDashboard ._account_api .list-results thead .status-error.btn-filter:before,.report-status .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label.status-error,.toggleWrapper .report-status .liveDashboard ._account_api .list-results thead input.mobileToggle+label.status-error,.report-status .liveDashboard ._account_api .list-results thead tbody span.status-error.status,.report-status .liveDashboard ._account_api .list-results tbody thead span.status-error.status,.report-status .liveDashboard ._account_api .list-results thead tbody td.is-running span.status-error,.report-status .liveDashboard ._account_api .list-results tbody td.is-running thead span.status-error,.report-status .liveDashboard ._account_api .list-results thead tbody td.is-pending span.status-error,.report-status .liveDashboard ._account_api .list-results tbody td.is-pending thead span.status-error,._account_api .report-status .liveDashboard .list-results thead .status-error.icon,._account_api .report-status .liveDashboard .list-results thead .status-error.w-alert-banner:before,._account_api .report-status .liveDashboard .list-results thead .status-error.w-alert-banner:before,._account_api .report-status .liveDashboard .list-results thead .status-error.w-alert-banner:before,._account_api .report-status .liveDashboard .list-results thead .w-dialog.plus .status-error.dialog-aside:after,.w-dialog.plus ._account_api .report-status .liveDashboard .list-results thead .status-error.dialog-aside:after,._account_api .report-status .liveDashboard .list-results thead .w-toast .status-error.toast.plus:after,.w-toast ._account_api .report-status .liveDashboard .list-results thead .status-error.toast.plus:after,._account_api .report-status .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .status-error.btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .report-status .liveDashboard .list-results thead .status-error.btn-period-clear:before,._account_api .report-status .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .status-error.btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .report-status .liveDashboard .list-results thead .status-error.btn-filter:before,._account_api .report-status .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .status-error.btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .report-status .liveDashboard .list-results thead .status-error.btn-period-edit:before,._account_api .report-status .liveDashboard .list-results thead .block-filters .status-error.btn-filter:before,.block-filters ._account_api .report-status .liveDashboard .list-results thead .status-error.btn-filter:before,._account_api .report-status .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.status-error,.toggleWrapper ._account_api .report-status .liveDashboard .list-results thead input.mobileToggle+label.status-error,._account_api .report-status .liveDashboard .list-results thead tbody span.status-error.status,._account_api .report-status .liveDashboard .list-results tbody thead span.status-error.status,._account_api .report-status .liveDashboard .list-results thead tbody td.is-running span.status-error,._account_api .report-status .liveDashboard .list-results tbody td.is-running thead span.status-error,._account_api .report-status .liveDashboard .list-results thead tbody td.is-pending span.status-error,._account_api .report-status .liveDashboard .list-results tbody td.is-pending thead span.status-error,.report-status .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .status-error.dropdown-toggle:after,._account_api .report-status .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .status-error.dropdown-toggle:after,.report-status .liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .status-error.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .report-status .liveDashboard .list-results thead .status-error.dropdown-toggle:after,.report-status .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .status-error.filter,._account_api .report-status .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .status-error.filter,.report-status .liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .status-error.filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .report-status .liveDashboard .list-results thead .status-error.filter,.report-status .liveDashboard ._account_api .list-results thead .form-label.status span.status-error,.report-status .liveDashboard ._account_api .list-results thead .status.status-log span.status-error,.report-status .liveDashboard ._account_api .list-results thead .status.status-report-item span.status-error,.report-status .liveDashboard ._account_api .list-results thead .double-list dd.status span.status-error,.double-list .report-status .liveDashboard ._account_api .list-results thead dd.status span.status-error,.report-status .liveDashboard ._account_api .list-results thead .double-list dt.status span.status-error,.double-list .report-status .liveDashboard ._account_api .list-results thead dt.status span.status-error,.report-status .liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span.status-error,.w-cards-container .w-card .report-status .liveDashboard ._account_api .list-results thead .status.title span.status-error,.report-status .liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.status-error,.w-cards-container .w-card.centered .w-value .report-status .liveDashboard ._account_api .list-results thead .status.label span.status-error,.report-status .liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span.status-error,.report-status .liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span.status-error,._account_api .report-status .liveDashboard .list-results thead .form-label.status span.status-error,._account_api .report-status .liveDashboard .list-results thead .status.status-log span.status-error,._account_api .report-status .liveDashboard .list-results thead .status.status-report-item span.status-error,._account_api .report-status .liveDashboard .list-results thead .double-list dd.status span.status-error,.double-list ._account_api .report-status .liveDashboard .list-results thead dd.status span.status-error,._account_api .report-status .liveDashboard .list-results thead .double-list dt.status span.status-error,.double-list ._account_api .report-status .liveDashboard .list-results thead dt.status span.status-error,._account_api .report-status .liveDashboard .list-results thead .w-cards-container .w-card .status.title span.status-error,.w-cards-container .w-card ._account_api .report-status .liveDashboard .list-results thead .status.title span.status-error,._account_api .report-status .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.status-error,.w-cards-container .w-card.centered .w-value ._account_api .report-status .liveDashboard .list-results thead .status.label span.status-error,._account_api .report-status .liveDashboard .list-results thead tbody tr.sublist .status.title span.status-error,._account_api .report-status .liveDashboard .list-results tbody tr.sublist thead .status.title span.status-error,.report-status .liveDashboard .form-label.status ._account_api .list-results thead span.status-error,.report-status .liveDashboard .status.status-log ._account_api .list-results thead span.status-error,.report-status .liveDashboard .status.status-report-item ._account_api .list-results thead span.status-error,.report-status .liveDashboard .double-list dd.status ._account_api .list-results thead span.status-error,.double-list .report-status .liveDashboard dd.status ._account_api .list-results thead span.status-error,.report-status .liveDashboard .double-list dt.status ._account_api .list-results thead span.status-error,.double-list .report-status .liveDashboard dt.status ._account_api .list-results thead span.status-error,.report-status .liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span.status-error,.w-cards-container .w-card .report-status .liveDashboard .status.title ._account_api .list-results thead span.status-error,.report-status .liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.status-error,.w-cards-container .w-card.centered .w-value .report-status .liveDashboard .status.label ._account_api .list-results thead span.status-error,.report-status .liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span.status-error,.list-results tbody tr.sublist .report-status .liveDashboard .status.title ._account_api .list-results thead span.status-error,.form-label.status ._account_api .report-status .liveDashboard .list-results thead span.status-error,.status.status-log ._account_api .report-status .liveDashboard .list-results thead span.status-error,.status.status-report-item ._account_api .report-status .liveDashboard .list-results thead span.status-error,.double-list dd.status ._account_api .report-status .liveDashboard .list-results thead span.status-error,.double-list dt.status ._account_api .report-status .liveDashboard .list-results thead span.status-error,.w-cards-container .w-card .status.title ._account_api .report-status .liveDashboard .list-results thead span.status-error,.w-cards-container .w-card.centered .w-value .status.label ._account_api .report-status .liveDashboard .list-results thead span.status-error,.list-results tbody tr.sublist .status.title ._account_api .report-status .liveDashboard .list-results thead span.status-error,.report-status .liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span.status-error,._account_api .report-status .liveDashboard .list-results thead .w-filters-selected label.status.small span.status-error,.report-status .liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span.status-error,.w-filters-selected label.status.small ._account_api .report-status .liveDashboard .list-results thead span.status-error,.report-status .liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span.status-error,._account_api .report-status .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.status-error,.report-status .liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span.status-error,.w-filters-selected .status.btn-f-s ._account_api .report-status .liveDashboard .list-results thead span.status-error,.report-status .liveDashboard ._account_api .list-results thead .sub-header .w-form label.status-error,.report-status .liveDashboard ._account_api .list-results thead .sub-header .w-double-list label.status-error,._account_api .report-status .liveDashboard .list-results thead .sub-header .w-form label.status-error,._account_api .report-status .liveDashboard .list-results thead .sub-header .w-double-list label.status-error,.report-status .liveDashboard .sub-header .w-form ._account_api .list-results thead label.status-error,.report-status .liveDashboard .sub-header .w-double-list ._account_api .list-results thead label.status-error,.sub-header .w-form ._account_api .report-status .liveDashboard .list-results thead label.status-error,.sub-header .w-double-list ._account_api .report-status .liveDashboard .list-results thead label.status-error,.report-status .liveDashboard ._account_api .list-results thead .block-filters button.status-error:after,._account_api .report-status .liveDashboard .list-results thead .block-filters button.status-error:after,.report-status .liveDashboard .block-filters ._account_api .list-results thead button.status-error:after,.block-filters ._account_api .report-status .liveDashboard .list-results thead button.status-error:after,.report-status .liveDashboard ._account_api .list-results thead .block-filters select.status-error:after,._account_api .report-status .liveDashboard .list-results thead .block-filters select.status-error:after,.report-status .liveDashboard .block-filters ._account_api .list-results thead select.status-error:after,.block-filters ._account_api .report-status .liveDashboard .list-results thead select.status-error:after,.report-status .liveDashboard ._account_api .list-results thead .form-auto-list .status-error.form-auto-item.is-user-is-inactive,._account_api .report-status .liveDashboard .list-results thead .form-auto-list .status-error.form-auto-item.is-user-is-inactive,.report-status .liveDashboard .form-auto-list ._account_api .list-results thead .status-error.form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .report-status .liveDashboard .list-results thead .status-error.form-auto-item.is-user-is-inactive,.report-status .liveDashboard ._account_api .list-results thead .form-auto-list .status-error.form-auto-item.is-user-is-active,._account_api .report-status .liveDashboard .list-results thead .form-auto-list .status-error.form-auto-item.is-user-is-active,.report-status .liveDashboard .form-auto-list ._account_api .list-results thead .status-error.form-auto-item.is-user-is-active,.form-auto-list ._account_api .report-status .liveDashboard .list-results thead .status-error.form-auto-item.is-user-is-active,.report-status .liveDashboard ._account_api .list-results thead .list-results-header .status.title span.status-error,._account_api .report-status .liveDashboard .list-results thead .list-results-header .status.title span.status-error,.report-status .liveDashboard .list-results-header .status.title ._account_api .list-results thead span.status-error,.list-results-header .status.title ._account_api .report-status .liveDashboard .list-results thead span.status-error,.report-status .liveDashboard ._account_api .list-results thead tr span.status-error,._account_api .report-status .liveDashboard .list-results thead tr span.status-error,.report-status .liveDashboard ._account_api .list-results thead .status-error.icon,.report-status .liveDashboard ._account_api .list-results thead .status-error.w-alert-banner:before,.report-status .liveDashboard ._account_api .list-results thead .status-error.w-alert-banner:before,.report-status .liveDashboard ._account_api .list-results thead .status-error.w-alert-banner:before,.report-status .liveDashboard ._account_api .list-results thead .w-dialog.plus .status-error.dialog-aside:after,.w-dialog.plus .report-status .liveDashboard ._account_api .list-results thead .status-error.dialog-aside:after,.report-status .liveDashboard ._account_api .list-results thead .w-toast .status-error.toast.plus:after,.w-toast .report-status .liveDashboard ._account_api .list-results thead .status-error.toast.plus:after,.report-status .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .status-error.btn-period-clear:before,.w-time-period .dropdown .w-selection .report-status .liveDashboard ._account_api .list-results thead .status-error.btn-period-clear:before,.report-status .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .status-error.btn-filter:before,.w-time-period .dropdown .w-selection .report-status .liveDashboard ._account_api .list-results thead .status-error.btn-filter:before,.report-status .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .status-error.btn-period-edit:before,.w-time-period .dropdown .w-selection .report-status .liveDashboard ._account_api .list-results thead .status-error.btn-period-edit:before,.report-status .liveDashboard ._account_api .list-results thead .block-filters .status-error.btn-filter:before,.block-filters .report-status .liveDashboard ._account_api .list-results thead .status-error.btn-filter:before,.report-status .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label.status-error,.toggleWrapper .report-status .liveDashboard ._account_api .list-results thead input.mobileToggle+label.status-error,.report-status .liveDashboard ._account_api .list-results thead tbody span.status-error.status,.report-status .liveDashboard ._account_api .list-results tbody thead span.status-error.status,.report-status .liveDashboard ._account_api .list-results thead tbody td.is-running span.status-error,.report-status .liveDashboard ._account_api .list-results tbody td.is-running thead span.status-error,.report-status .liveDashboard ._account_api .list-results thead tbody td.is-pending span.status-error,.report-status .liveDashboard ._account_api .list-results tbody td.is-pending thead span.status-error,.report-status ._account_api .liveDashboard .list-results thead .status-error.icon,.report-status ._account_api .liveDashboard .list-results thead .status-error.w-alert-banner:before,.report-status ._account_api .liveDashboard .list-results thead .status-error.w-alert-banner:before,.report-status ._account_api .liveDashboard .list-results thead .status-error.w-alert-banner:before,.report-status ._account_api .liveDashboard .list-results thead .w-dialog.plus .status-error.dialog-aside:after,.w-dialog.plus .report-status ._account_api .liveDashboard .list-results thead .status-error.dialog-aside:after,.report-status ._account_api .liveDashboard .list-results thead .w-toast .status-error.toast.plus:after,.w-toast .report-status ._account_api .liveDashboard .list-results thead .status-error.toast.plus:after,.report-status ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .status-error.btn-period-clear:before,.w-time-period .dropdown .w-selection .report-status ._account_api .liveDashboard .list-results thead .status-error.btn-period-clear:before,.report-status ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .status-error.btn-filter:before,.w-time-period .dropdown .w-selection .report-status ._account_api .liveDashboard .list-results thead .status-error.btn-filter:before,.report-status ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .status-error.btn-period-edit:before,.w-time-period .dropdown .w-selection .report-status ._account_api .liveDashboard .list-results thead .status-error.btn-period-edit:before,.report-status ._account_api .liveDashboard .list-results thead .block-filters .status-error.btn-filter:before,.block-filters .report-status ._account_api .liveDashboard .list-results thead .status-error.btn-filter:before,.report-status ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.status-error,.toggleWrapper .report-status ._account_api .liveDashboard .list-results thead input.mobileToggle+label.status-error,.report-status ._account_api .liveDashboard .list-results thead tbody span.status-error.status,.report-status ._account_api .liveDashboard .list-results tbody thead span.status-error.status,.report-status ._account_api .liveDashboard .list-results thead tbody td.is-running span.status-error,.report-status ._account_api .liveDashboard .list-results tbody td.is-running thead span.status-error,.report-status ._account_api .liveDashboard .list-results thead tbody td.is-pending span.status-error,.report-status ._account_api .liveDashboard .list-results tbody td.is-pending thead span.status-error,._account_api .report-status .liveDashboard .list-results thead .status-error.icon,._account_api .report-status .liveDashboard .list-results thead .status-error.w-alert-banner:before,._account_api .report-status .liveDashboard .list-results thead .status-error.w-alert-banner:before,._account_api .report-status .liveDashboard .list-results thead .status-error.w-alert-banner:before,._account_api .report-status .liveDashboard .list-results thead .w-dialog.plus .status-error.dialog-aside:after,.w-dialog.plus ._account_api .report-status .liveDashboard .list-results thead .status-error.dialog-aside:after,._account_api .report-status .liveDashboard .list-results thead .w-toast .status-error.toast.plus:after,.w-toast ._account_api .report-status .liveDashboard .list-results thead .status-error.toast.plus:after,._account_api .report-status .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .status-error.btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .report-status .liveDashboard .list-results thead .status-error.btn-period-clear:before,._account_api .report-status .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .status-error.btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .report-status .liveDashboard .list-results thead .status-error.btn-filter:before,._account_api .report-status .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .status-error.btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .report-status .liveDashboard .list-results thead .status-error.btn-period-edit:before,._account_api .report-status .liveDashboard .list-results thead .block-filters .status-error.btn-filter:before,.block-filters ._account_api .report-status .liveDashboard .list-results thead .status-error.btn-filter:before,._account_api .report-status .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.status-error,.toggleWrapper ._account_api .report-status .liveDashboard .list-results thead input.mobileToggle+label.status-error,._account_api .report-status .liveDashboard .list-results thead tbody span.status-error.status,._account_api .report-status .liveDashboard .list-results tbody thead span.status-error.status,._account_api .report-status .liveDashboard .list-results thead tbody td.is-running span.status-error,._account_api .report-status .liveDashboard .list-results tbody td.is-running thead span.status-error,._account_api .report-status .liveDashboard .list-results thead tbody td.is-pending span.status-error,._account_api .report-status .liveDashboard .list-results tbody td.is-pending thead span.status-error,.report-status .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .status-error.dropdown-toggle:after,.report-status ._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .status-error.dropdown-toggle:after,._account_api .report-status .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .status-error.dropdown-toggle:after,.report-status .liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .status-error.dropdown-toggle:after,.report-status .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .status-error.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .report-status .liveDashboard .list-results thead .status-error.dropdown-toggle:after,.report-status .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .status-error.filter,.report-status ._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .status-error.filter,._account_api .report-status .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .status-error.filter,.report-status .liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .status-error.filter,.report-status .w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .status-error.filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .report-status .liveDashboard .list-results thead .status-error.filter,.report-status .liveDashboard ._account_api .list-results thead .form-label.status span.status-error,.report-status .liveDashboard ._account_api .list-results thead .status.status-log span.status-error,.report-status .liveDashboard ._account_api .list-results thead .status.status-report-item span.status-error,.report-status .liveDashboard ._account_api .list-results thead .double-list dd.status span.status-error,.double-list .report-status .liveDashboard ._account_api .list-results thead dd.status span.status-error,.report-status .liveDashboard ._account_api .list-results thead .double-list dt.status span.status-error,.double-list .report-status .liveDashboard ._account_api .list-results thead dt.status span.status-error,.report-status .liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span.status-error,.w-cards-container .w-card .report-status .liveDashboard ._account_api .list-results thead .status.title span.status-error,.report-status .liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.status-error,.w-cards-container .w-card.centered .w-value .report-status .liveDashboard ._account_api .list-results thead .status.label span.status-error,.report-status .liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span.status-error,.report-status .liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span.status-error,.report-status ._account_api .liveDashboard .list-results thead .form-label.status span.status-error,.report-status ._account_api .liveDashboard .list-results thead .status.status-log span.status-error,.report-status ._account_api .liveDashboard .list-results thead .status.status-report-item span.status-error,.report-status ._account_api .liveDashboard .list-results thead .double-list dd.status span.status-error,.double-list .report-status ._account_api .liveDashboard .list-results thead dd.status span.status-error,.report-status ._account_api .liveDashboard .list-results thead .double-list dt.status span.status-error,.double-list .report-status ._account_api .liveDashboard .list-results thead dt.status span.status-error,.report-status ._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span.status-error,.w-cards-container .w-card .report-status ._account_api .liveDashboard .list-results thead .status.title span.status-error,.report-status ._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.status-error,.w-cards-container .w-card.centered .w-value .report-status ._account_api .liveDashboard .list-results thead .status.label span.status-error,.report-status ._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span.status-error,.report-status ._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span.status-error,._account_api .report-status .liveDashboard .list-results thead .form-label.status span.status-error,._account_api .report-status .liveDashboard .list-results thead .status.status-log span.status-error,._account_api .report-status .liveDashboard .list-results thead .status.status-report-item span.status-error,._account_api .report-status .liveDashboard .list-results thead .double-list dd.status span.status-error,.double-list ._account_api .report-status .liveDashboard .list-results thead dd.status span.status-error,._account_api .report-status .liveDashboard .list-results thead .double-list dt.status span.status-error,.double-list ._account_api .report-status .liveDashboard .list-results thead dt.status span.status-error,._account_api .report-status .liveDashboard .list-results thead .w-cards-container .w-card .status.title span.status-error,.w-cards-container .w-card ._account_api .report-status .liveDashboard .list-results thead .status.title span.status-error,._account_api .report-status .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.status-error,.w-cards-container .w-card.centered .w-value ._account_api .report-status .liveDashboard .list-results thead .status.label span.status-error,._account_api .report-status .liveDashboard .list-results thead tbody tr.sublist .status.title span.status-error,._account_api .report-status .liveDashboard .list-results tbody tr.sublist thead .status.title span.status-error,.report-status .liveDashboard .form-label.status ._account_api .list-results thead span.status-error,.report-status .liveDashboard .status.status-log ._account_api .list-results thead span.status-error,.report-status .liveDashboard .status.status-report-item ._account_api .list-results thead span.status-error,.report-status .liveDashboard .double-list dd.status ._account_api .list-results thead span.status-error,.double-list .report-status .liveDashboard dd.status ._account_api .list-results thead span.status-error,.report-status .liveDashboard .double-list dt.status ._account_api .list-results thead span.status-error,.double-list .report-status .liveDashboard dt.status ._account_api .list-results thead span.status-error,.report-status .liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span.status-error,.w-cards-container .w-card .report-status .liveDashboard .status.title ._account_api .list-results thead span.status-error,.report-status .liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.status-error,.w-cards-container .w-card.centered .w-value .report-status .liveDashboard .status.label ._account_api .list-results thead span.status-error,.report-status .liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span.status-error,.list-results tbody tr.sublist .report-status .liveDashboard .status.title ._account_api .list-results thead span.status-error,.report-status .form-label.status ._account_api .liveDashboard .list-results thead span.status-error,.report-status .status.status-log ._account_api .liveDashboard .list-results thead span.status-error,.report-status .status.status-report-item ._account_api .liveDashboard .list-results thead span.status-error,.report-status .double-list dd.status ._account_api .liveDashboard .list-results thead span.status-error,.double-list .report-status dd.status ._account_api .liveDashboard .list-results thead span.status-error,.report-status .double-list dt.status ._account_api .liveDashboard .list-results thead span.status-error,.double-list .report-status dt.status ._account_api .liveDashboard .list-results thead span.status-error,.report-status .w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead span.status-error,.w-cards-container .w-card .report-status .status.title ._account_api .liveDashboard .list-results thead span.status-error,.report-status .w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead span.status-error,.w-cards-container .w-card.centered .w-value .report-status .status.label ._account_api .liveDashboard .list-results thead span.status-error,.report-status .list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead span.status-error,.list-results tbody tr.sublist .report-status .status.title ._account_api .liveDashboard .list-results thead span.status-error,.form-label.status ._account_api .report-status .liveDashboard .list-results thead span.status-error,.status.status-log ._account_api .report-status .liveDashboard .list-results thead span.status-error,.status.status-report-item ._account_api .report-status .liveDashboard .list-results thead span.status-error,.double-list dd.status ._account_api .report-status .liveDashboard .list-results thead span.status-error,.double-list dt.status ._account_api .report-status .liveDashboard .list-results thead span.status-error,.w-cards-container .w-card .status.title ._account_api .report-status .liveDashboard .list-results thead span.status-error,.w-cards-container .w-card.centered .w-value .status.label ._account_api .report-status .liveDashboard .list-results thead span.status-error,.list-results tbody tr.sublist .status.title ._account_api .report-status .liveDashboard .list-results thead span.status-error,.report-status .liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span.status-error,.report-status ._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span.status-error,._account_api .report-status .liveDashboard .list-results thead .w-filters-selected label.status.small span.status-error,.report-status .liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span.status-error,.report-status .w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead span.status-error,.w-filters-selected label.status.small ._account_api .report-status .liveDashboard .list-results thead span.status-error,.report-status .liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span.status-error,.report-status ._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.status-error,._account_api .report-status .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.status-error,.report-status .liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span.status-error,.report-status .w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead span.status-error,.w-filters-selected .status.btn-f-s ._account_api .report-status .liveDashboard .list-results thead span.status-error,.report-status .liveDashboard ._account_api .list-results thead .sub-header .w-form label.status-error,.report-status .liveDashboard ._account_api .list-results thead .sub-header .w-double-list label.status-error,.report-status ._account_api .liveDashboard .list-results thead .sub-header .w-form label.status-error,.report-status ._account_api .liveDashboard .list-results thead .sub-header .w-double-list label.status-error,._account_api .report-status .liveDashboard .list-results thead .sub-header .w-form label.status-error,._account_api .report-status .liveDashboard .list-results thead .sub-header .w-double-list label.status-error,.report-status .liveDashboard .sub-header .w-form ._account_api .list-results thead label.status-error,.report-status .liveDashboard .sub-header .w-double-list ._account_api .list-results thead label.status-error,.report-status .sub-header .w-form ._account_api .liveDashboard .list-results thead label.status-error,.report-status .sub-header .w-double-list ._account_api .liveDashboard .list-results thead label.status-error,.sub-header .w-form ._account_api .report-status .liveDashboard .list-results thead label.status-error,.sub-header .w-double-list ._account_api .report-status .liveDashboard .list-results thead label.status-error,.report-status .liveDashboard ._account_api .list-results thead .block-filters button.status-error:after,.report-status ._account_api .liveDashboard .list-results thead .block-filters button.status-error:after,._account_api .report-status .liveDashboard .list-results thead .block-filters button.status-error:after,.report-status .liveDashboard .block-filters ._account_api .list-results thead button.status-error:after,.report-status .block-filters ._account_api .liveDashboard .list-results thead button.status-error:after,.block-filters ._account_api .report-status .liveDashboard .list-results thead button.status-error:after,.report-status .liveDashboard ._account_api .list-results thead .block-filters select.status-error:after,.report-status ._account_api .liveDashboard .list-results thead .block-filters select.status-error:after,._account_api .report-status .liveDashboard .list-results thead .block-filters select.status-error:after,.report-status .liveDashboard .block-filters ._account_api .list-results thead select.status-error:after,.report-status .block-filters ._account_api .liveDashboard .list-results thead select.status-error:after,.block-filters ._account_api .report-status .liveDashboard .list-results thead select.status-error:after,.report-status .liveDashboard ._account_api .list-results thead .form-auto-list .status-error.form-auto-item.is-user-is-inactive,.report-status ._account_api .liveDashboard .list-results thead .form-auto-list .status-error.form-auto-item.is-user-is-inactive,._account_api .report-status .liveDashboard .list-results thead .form-auto-list .status-error.form-auto-item.is-user-is-inactive,.report-status .liveDashboard .form-auto-list ._account_api .list-results thead .status-error.form-auto-item.is-user-is-inactive,.report-status .form-auto-list ._account_api .liveDashboard .list-results thead .status-error.form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .report-status .liveDashboard .list-results thead .status-error.form-auto-item.is-user-is-inactive,.report-status .liveDashboard ._account_api .list-results thead .form-auto-list .status-error.form-auto-item.is-user-is-active,.report-status ._account_api .liveDashboard .list-results thead .form-auto-list .status-error.form-auto-item.is-user-is-active,._account_api .report-status .liveDashboard .list-results thead .form-auto-list .status-error.form-auto-item.is-user-is-active,.report-status .liveDashboard .form-auto-list ._account_api .list-results thead .status-error.form-auto-item.is-user-is-active,.report-status .form-auto-list ._account_api .liveDashboard .list-results thead .status-error.form-auto-item.is-user-is-active,.form-auto-list ._account_api .report-status .liveDashboard .list-results thead .status-error.form-auto-item.is-user-is-active,.report-status .liveDashboard ._account_api .list-results thead .list-results-header .status.title span.status-error,.report-status ._account_api .liveDashboard .list-results thead .list-results-header .status.title span.status-error,._account_api .report-status .liveDashboard .list-results thead .list-results-header .status.title span.status-error,.report-status .liveDashboard .list-results-header .status.title ._account_api .list-results thead span.status-error,.report-status .list-results-header .status.title ._account_api .liveDashboard .list-results thead span.status-error,.list-results-header .status.title ._account_api .report-status .liveDashboard .list-results thead span.status-error,.report-status .liveDashboard ._account_api .list-results thead tr span.status-error,.report-status ._account_api .liveDashboard .list-results thead tr span.status-error,._account_api .report-status .liveDashboard .list-results thead tr span.status-error,.report-status ._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .status-error.dropdown-toggle:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .report-status .liveDashboard .list-results thead .status-error.dropdown-toggle:after,.report-status .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .status-error.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .report-status .liveDashboard ._account_api .list-results thead .status-error.dropdown-toggle:after,.report-status ._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .status-error.filter,._account_api .w-filter-preset.w-filter-preset .filter-preset .report-status .liveDashboard .list-results thead .status-error.filter,.report-status .w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .status-error.filter,.w-filter-preset.w-filter-preset .filter-preset .report-status .liveDashboard ._account_api .list-results thead .status-error.filter,.report-status ._account_api .form-label.status .liveDashboard .list-results thead span.status-error,.report-status ._account_api .status.status-log .liveDashboard .list-results thead span.status-error,.report-status ._account_api .status.status-report-item .liveDashboard .list-results thead span.status-error,.report-status ._account_api .double-list dd.status .liveDashboard .list-results thead span.status-error,.double-list .report-status ._account_api dd.status .liveDashboard .list-results thead span.status-error,.report-status ._account_api .double-list dt.status .liveDashboard .list-results thead span.status-error,.double-list .report-status ._account_api dt.status .liveDashboard .list-results thead span.status-error,.report-status ._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span.status-error,.w-cards-container .w-card .report-status ._account_api .status.title .liveDashboard .list-results thead span.status-error,.report-status ._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.status-error,.w-cards-container .w-card.centered .w-value .report-status ._account_api .status.label .liveDashboard .list-results thead span.status-error,.report-status ._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.status-error,.list-results tbody tr.sublist .report-status ._account_api .status.title .liveDashboard .list-results thead span.status-error,._account_api .form-label.status .report-status .liveDashboard .list-results thead span.status-error,._account_api .status.status-log .report-status .liveDashboard .list-results thead span.status-error,._account_api .status.status-report-item .report-status .liveDashboard .list-results thead span.status-error,._account_api .double-list dd.status .report-status .liveDashboard .list-results thead span.status-error,.double-list ._account_api dd.status .report-status .liveDashboard .list-results thead span.status-error,._account_api .double-list dt.status .report-status .liveDashboard .list-results thead span.status-error,.double-list ._account_api dt.status .report-status .liveDashboard .list-results thead span.status-error,._account_api .w-cards-container .w-card .status.title .report-status .liveDashboard .list-results thead span.status-error,.w-cards-container .w-card ._account_api .status.title .report-status .liveDashboard .list-results thead span.status-error,._account_api .w-cards-container .w-card.centered .w-value .status.label .report-status .liveDashboard .list-results thead span.status-error,.w-cards-container .w-card.centered .w-value ._account_api .status.label .report-status .liveDashboard .list-results thead span.status-error,._account_api .list-results tbody tr.sublist .status.title .report-status .liveDashboard .list-results thead span.status-error,.list-results tbody tr.sublist ._account_api .status.title .report-status .liveDashboard .list-results thead span.status-error,.report-status .form-label.status .liveDashboard ._account_api .list-results thead span.status-error,.report-status .status.status-log .liveDashboard ._account_api .list-results thead span.status-error,.report-status .status.status-report-item .liveDashboard ._account_api .list-results thead span.status-error,.report-status .double-list dd.status .liveDashboard ._account_api .list-results thead span.status-error,.double-list .report-status dd.status .liveDashboard ._account_api .list-results thead span.status-error,.report-status .double-list dt.status .liveDashboard ._account_api .list-results thead span.status-error,.double-list .report-status dt.status .liveDashboard ._account_api .list-results thead span.status-error,.report-status .w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead span.status-error,.w-cards-container .w-card .report-status .status.title .liveDashboard ._account_api .list-results thead span.status-error,.report-status .w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead span.status-error,.w-cards-container .w-card.centered .w-value .report-status .status.label .liveDashboard ._account_api .list-results thead span.status-error,.report-status .list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead span.status-error,.list-results tbody tr.sublist .report-status .status.title .liveDashboard ._account_api .list-results thead span.status-error,.form-label.status .report-status .liveDashboard ._account_api .list-results thead span.status-error,.status.status-log .report-status .liveDashboard ._account_api .list-results thead span.status-error,.status.status-report-item .report-status .liveDashboard ._account_api .list-results thead span.status-error,.double-list dd.status .report-status .liveDashboard ._account_api .list-results thead span.status-error,.double-list dt.status .report-status .liveDashboard ._account_api .list-results thead span.status-error,.w-cards-container .w-card .status.title .report-status .liveDashboard ._account_api .list-results thead span.status-error,.w-cards-container .w-card.centered .w-value .status.label .report-status .liveDashboard ._account_api .list-results thead span.status-error,.list-results tbody tr.sublist .status.title .report-status .liveDashboard ._account_api .list-results thead span.status-error,.report-status ._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span.status-error,._account_api .w-filters-selected label.status.small .report-status .liveDashboard .list-results thead span.status-error,.report-status .w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead span.status-error,.w-filters-selected label.status.small .report-status .liveDashboard ._account_api .list-results thead span.status-error,.report-status ._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.status-error,._account_api .w-filters-selected .status.btn-f-s .report-status .liveDashboard .list-results thead span.status-error,.report-status .w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead span.status-error,.w-filters-selected .status.btn-f-s .report-status .liveDashboard ._account_api .list-results thead span.status-error,.report-status ._account_api .sub-header .w-form .liveDashboard .list-results thead label.status-error,.report-status ._account_api .sub-header .w-double-list .liveDashboard .list-results thead label.status-error,._account_api .sub-header .w-form .report-status .liveDashboard .list-results thead label.status-error,._account_api .sub-header .w-double-list .report-status .liveDashboard .list-results thead label.status-error,.report-status .sub-header .w-form .liveDashboard ._account_api .list-results thead label.status-error,.report-status .sub-header .w-double-list .liveDashboard ._account_api .list-results thead label.status-error,.sub-header .w-form .report-status .liveDashboard ._account_api .list-results thead label.status-error,.sub-header .w-double-list .report-status .liveDashboard ._account_api .list-results thead label.status-error,.report-status ._account_api .block-filters .liveDashboard .list-results thead button.status-error:after,._account_api .block-filters .report-status .liveDashboard .list-results thead button.status-error:after,.report-status .block-filters .liveDashboard ._account_api .list-results thead button.status-error:after,.block-filters .report-status .liveDashboard ._account_api .list-results thead button.status-error:after,.report-status ._account_api .block-filters .liveDashboard .list-results thead select.status-error:after,._account_api .block-filters .report-status .liveDashboard .list-results thead select.status-error:after,.report-status .block-filters .liveDashboard ._account_api .list-results thead select.status-error:after,.block-filters .report-status .liveDashboard ._account_api .list-results thead select.status-error:after,.report-status ._account_api .form-auto-list .liveDashboard .list-results thead .status-error.form-auto-item.is-user-is-inactive,._account_api .form-auto-list .report-status .liveDashboard .list-results thead .status-error.form-auto-item.is-user-is-inactive,.report-status .form-auto-list .liveDashboard ._account_api .list-results thead .status-error.form-auto-item.is-user-is-inactive,.form-auto-list .report-status .liveDashboard ._account_api .list-results thead .status-error.form-auto-item.is-user-is-inactive,.report-status ._account_api .form-auto-list .liveDashboard .list-results thead .status-error.form-auto-item.is-user-is-active,._account_api .form-auto-list .report-status .liveDashboard .list-results thead .status-error.form-auto-item.is-user-is-active,.report-status .form-auto-list .liveDashboard ._account_api .list-results thead .status-error.form-auto-item.is-user-is-active,.form-auto-list .report-status .liveDashboard ._account_api .list-results thead .status-error.form-auto-item.is-user-is-active,.report-status ._account_api .list-results-header .status.title .liveDashboard .list-results thead span.status-error,._account_api .list-results-header .status.title .report-status .liveDashboard .list-results thead span.status-error,.report-status .list-results-header .status.title .liveDashboard ._account_api .list-results thead span.status-error,.list-results-header .status.title .report-status .liveDashboard ._account_api .list-results thead span.status-error,.liveDashboard .list-results thead .report-status .status-error.icon,.liveDashboard .list-results thead .report-status .status-error.w-alert-banner:before,.liveDashboard .list-results thead .report-status .status-error.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .report-status .status-error.w-alert-banner:before,._account_api .liveDashboard .list-results thead .report-status .status-error.w-alert-banner:before,.liveDashboard .list-results thead .report-status .w-dialog.plus .status-error.dialog-aside:after,.w-dialog.plus .liveDashboard .list-results thead .report-status .status-error.dialog-aside:after,.liveDashboard .list-results thead .report-status .w-toast .status-error.toast.plus:after,.w-toast .liveDashboard .list-results thead .report-status .status-error.toast.plus:after,.liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .status-error.btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .report-status .status-error.btn-period-clear:before,.liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .status-error.btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .report-status .status-error.btn-filter:before,.liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .status-error.btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .report-status .status-error.btn-period-edit:before,.liveDashboard .list-results thead .report-status .block-filters .status-error.btn-filter:before,.block-filters .liveDashboard .list-results thead .report-status .status-error.btn-filter:before,.liveDashboard .list-results thead .report-status .toggleWrapper input.mobileToggle+label.status-error,.toggleWrapper .liveDashboard .list-results thead .report-status input.mobileToggle+label.status-error,.liveDashboard .list-results thead .report-status tbody span.status-error.status,.liveDashboard .list-results tbody thead .report-status span.status-error.status,.liveDashboard .list-results thead .report-status tbody td.is-running span.status-error,.liveDashboard .list-results tbody td.is-running thead .report-status span.status-error,.liveDashboard .list-results thead .report-status tbody td.is-pending span.status-error,.liveDashboard .list-results tbody td.is-pending thead .report-status span.status-error,.liveDashboard .list-results thead .report-status .status-error.icon,.liveDashboard .list-results thead .report-status .status-error.w-alert-banner:before,.liveDashboard .list-results thead .report-status .status-error.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .report-status .status-error.w-alert-banner:before,._account_api .liveDashboard .list-results thead .report-status .status-error.w-alert-banner:before,.liveDashboard .list-results thead .report-status .w-dialog.plus .status-error.dialog-aside:after,.w-dialog.plus .liveDashboard .list-results thead .report-status .status-error.dialog-aside:after,.liveDashboard .list-results thead .report-status .w-toast .status-error.toast.plus:after,.w-toast .liveDashboard .list-results thead .report-status .status-error.toast.plus:after,.liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .status-error.btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .report-status .status-error.btn-period-clear:before,.liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .status-error.btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .report-status .status-error.btn-filter:before,.liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .status-error.btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .report-status .status-error.btn-period-edit:before,.liveDashboard .list-results thead .report-status .block-filters .status-error.btn-filter:before,.block-filters .liveDashboard .list-results thead .report-status .status-error.btn-filter:before,.liveDashboard .list-results thead .report-status .toggleWrapper input.mobileToggle+label.status-error,.toggleWrapper .liveDashboard .list-results thead .report-status input.mobileToggle+label.status-error,.liveDashboard .list-results thead .report-status tbody span.status-error.status,.liveDashboard .list-results tbody thead .report-status span.status-error.status,.liveDashboard .list-results thead .report-status tbody td.is-running span.status-error,.liveDashboard .list-results tbody td.is-running thead .report-status span.status-error,.liveDashboard .list-results thead .report-status tbody td.is-pending span.status-error,.liveDashboard .list-results tbody td.is-pending thead .report-status span.status-error,.liveDashboard .list-results thead .report-status .w-filter-preset.w-filter-preset .filter-preset .dropdown .status-error.dropdown-toggle:after,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .report-status .status-error.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .report-status .status-error.dropdown-toggle:after,.liveDashboard .list-results thead .report-status .w-filter-preset.w-filter-preset .filter-preset .status-error.filter,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .report-status .status-error.filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .report-status .status-error.filter,.liveDashboard .list-results thead .report-status .form-label.status span.status-error,.liveDashboard .list-results thead .report-status .status.status-log span.status-error,.liveDashboard .list-results thead .report-status .status.status-report-item span.status-error,.liveDashboard .list-results thead .report-status .double-list dd.status span.status-error,.double-list .liveDashboard .list-results thead .report-status dd.status span.status-error,.liveDashboard .list-results thead .report-status .double-list dt.status span.status-error,.double-list .liveDashboard .list-results thead .report-status dt.status span.status-error,.liveDashboard .list-results thead .report-status .w-cards-container .w-card .status.title span.status-error,.w-cards-container .w-card .liveDashboard .list-results thead .report-status .status.title span.status-error,.liveDashboard .list-results thead .report-status .w-cards-container .w-card.centered .w-value .status.label span.status-error,.w-cards-container .w-card.centered .w-value .liveDashboard .list-results thead .report-status .status.label span.status-error,.liveDashboard .list-results thead .report-status tbody tr.sublist .status.title span.status-error,.liveDashboard .list-results tbody tr.sublist thead .report-status .status.title span.status-error,.liveDashboard .list-results thead .form-label.status .report-status span.status-error,.liveDashboard .list-results thead .status.status-log .report-status span.status-error,.liveDashboard .list-results thead .status.status-report-item .report-status span.status-error,.liveDashboard .list-results thead .double-list dd.status .report-status span.status-error,.double-list .liveDashboard .list-results thead dd.status .report-status span.status-error,.liveDashboard .list-results thead .double-list dt.status .report-status span.status-error,.double-list .liveDashboard .list-results thead dt.status .report-status span.status-error,.liveDashboard .list-results thead .w-cards-container .w-card .status.title .report-status span.status-error,.w-cards-container .w-card .liveDashboard .list-results thead .status.title .report-status span.status-error,.liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .report-status span.status-error,.w-cards-container .w-card.centered .w-value .liveDashboard .list-results thead .status.label .report-status span.status-error,.liveDashboard .list-results thead tbody tr.sublist .status.title .report-status span.status-error,.liveDashboard .list-results tbody tr.sublist thead .status.title .report-status span.status-error,.form-label.status .liveDashboard .list-results thead .report-status span.status-error,.status.status-log .liveDashboard .list-results thead .report-status span.status-error,.status.status-report-item .liveDashboard .list-results thead .report-status span.status-error,.double-list dd.status .liveDashboard .list-results thead .report-status span.status-error,.double-list dt.status .liveDashboard .list-results thead .report-status span.status-error,.w-cards-container .w-card .status.title .liveDashboard .list-results thead .report-status span.status-error,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead .report-status span.status-error,.list-results tbody tr.sublist .status.title .liveDashboard .list-results thead .report-status span.status-error,.liveDashboard .list-results thead .report-status .w-filters-selected label.status.small span.status-error,.liveDashboard .list-results thead .w-filters-selected label.status.small .report-status span.status-error,.w-filters-selected label.status.small .liveDashboard .list-results thead .report-status span.status-error,.liveDashboard .list-results thead .report-status .w-filters-selected .status.btn-f-s span.status-error,.liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .report-status span.status-error,.w-filters-selected .status.btn-f-s .liveDashboard .list-results thead .report-status span.status-error,.liveDashboard .list-results thead .report-status .sub-header .w-form label.status-error,.liveDashboard .list-results thead .report-status .sub-header .w-double-list label.status-error,.liveDashboard .list-results thead .sub-header .w-form .report-status label.status-error,.liveDashboard .list-results thead .sub-header .w-double-list .report-status label.status-error,.sub-header .w-form .liveDashboard .list-results thead .report-status label.status-error,.sub-header .w-double-list .liveDashboard .list-results thead .report-status label.status-error,.liveDashboard .list-results thead .report-status .block-filters button.status-error:after,.liveDashboard .list-results thead .block-filters .report-status button.status-error:after,.block-filters .liveDashboard .list-results thead .report-status button.status-error:after,.liveDashboard .list-results thead .report-status .block-filters select.status-error:after,.liveDashboard .list-results thead .block-filters .report-status select.status-error:after,.block-filters .liveDashboard .list-results thead .report-status select.status-error:after,.liveDashboard .list-results thead .report-status .form-auto-list .status-error.form-auto-item.is-user-is-inactive,.liveDashboard .list-results thead .form-auto-list .report-status .status-error.form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard .list-results thead .report-status .status-error.form-auto-item.is-user-is-inactive,.liveDashboard .list-results thead .report-status .form-auto-list .status-error.form-auto-item.is-user-is-active,.liveDashboard .list-results thead .form-auto-list .report-status .status-error.form-auto-item.is-user-is-active,.form-auto-list .liveDashboard .list-results thead .report-status .status-error.form-auto-item.is-user-is-active,.liveDashboard .list-results thead .report-status .list-results-header .status.title span.status-error,.liveDashboard .list-results thead .list-results-header .status.title .report-status span.status-error,.list-results-header .status.title .liveDashboard .list-results thead .report-status span.status-error,.liveDashboard .list-results thead .report-status tr span.status-error,.liveDashboard .list-results thead tr .report-status span.status-error,.liveDashboard ._account_api .list-results thead .report-status .status-error.icon,.liveDashboard ._account_api .list-results thead .report-status .status-error.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .report-status .status-error.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .report-status .status-error.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .report-status .w-dialog.plus .status-error.dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .report-status .status-error.dialog-aside:after,.liveDashboard ._account_api .list-results thead .report-status .w-toast .status-error.toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .report-status .status-error.toast.plus:after,.liveDashboard ._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .status-error.btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .report-status .status-error.btn-period-clear:before,.liveDashboard ._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .status-error.btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .report-status .status-error.btn-filter:before,.liveDashboard ._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .status-error.btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .report-status .status-error.btn-period-edit:before,.liveDashboard ._account_api .list-results thead .report-status .block-filters .status-error.btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .report-status .status-error.btn-filter:before,.liveDashboard ._account_api .list-results thead .report-status .toggleWrapper input.mobileToggle+label.status-error,.toggleWrapper .liveDashboard ._account_api .list-results thead .report-status input.mobileToggle+label.status-error,.liveDashboard ._account_api .list-results thead .report-status tbody span.status-error.status,.liveDashboard ._account_api .list-results tbody thead .report-status span.status-error.status,.liveDashboard ._account_api .list-results thead .report-status tbody td.is-running span.status-error,.liveDashboard ._account_api .list-results tbody td.is-running thead .report-status span.status-error,.liveDashboard ._account_api .list-results thead .report-status tbody td.is-pending span.status-error,.liveDashboard ._account_api .list-results tbody td.is-pending thead .report-status span.status-error,._account_api .liveDashboard .list-results thead .report-status .status-error.icon,._account_api .liveDashboard .list-results thead .report-status .status-error.w-alert-banner:before,._account_api .liveDashboard .list-results thead .report-status .status-error.w-alert-banner:before,._account_api .liveDashboard .list-results thead .report-status .status-error.w-alert-banner:before,._account_api .liveDashboard .list-results thead .report-status .w-dialog.plus .status-error.dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .report-status .status-error.dialog-aside:after,._account_api .liveDashboard .list-results thead .report-status .w-toast .status-error.toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .report-status .status-error.toast.plus:after,._account_api .liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .status-error.btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .report-status .status-error.btn-period-clear:before,._account_api .liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .status-error.btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .report-status .status-error.btn-filter:before,._account_api .liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .status-error.btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .report-status .status-error.btn-period-edit:before,._account_api .liveDashboard .list-results thead .report-status .block-filters .status-error.btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .report-status .status-error.btn-filter:before,._account_api .liveDashboard .list-results thead .report-status .toggleWrapper input.mobileToggle+label.status-error,.toggleWrapper ._account_api .liveDashboard .list-results thead .report-status input.mobileToggle+label.status-error,._account_api .liveDashboard .list-results thead .report-status tbody span.status-error.status,._account_api .liveDashboard .list-results tbody thead .report-status span.status-error.status,._account_api .liveDashboard .list-results thead .report-status tbody td.is-running span.status-error,._account_api .liveDashboard .list-results tbody td.is-running thead .report-status span.status-error,._account_api .liveDashboard .list-results thead .report-status tbody td.is-pending span.status-error,._account_api .liveDashboard .list-results tbody td.is-pending thead .report-status span.status-error,.liveDashboard ._account_api .list-results thead .report-status .w-filter-preset.w-filter-preset .filter-preset .dropdown .status-error.dropdown-toggle:after,._account_api .liveDashboard .list-results thead .report-status .w-filter-preset.w-filter-preset .filter-preset .dropdown .status-error.dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .report-status .status-error.dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .report-status .status-error.dropdown-toggle:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .report-status .status-error.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .report-status .status-error.dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .report-status .w-filter-preset.w-filter-preset .filter-preset .status-error.filter,._account_api .liveDashboard .list-results thead .report-status .w-filter-preset.w-filter-preset .filter-preset .status-error.filter,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .report-status .status-error.filter,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .report-status .status-error.filter,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .report-status .status-error.filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .report-status .status-error.filter,.liveDashboard ._account_api .list-results thead .report-status .form-label.status span.status-error,.liveDashboard ._account_api .list-results thead .report-status .status.status-log span.status-error,.liveDashboard ._account_api .list-results thead .report-status .status.status-report-item span.status-error,.liveDashboard ._account_api .list-results thead .report-status .double-list dd.status span.status-error,.double-list .liveDashboard ._account_api .list-results thead .report-status dd.status span.status-error,.liveDashboard ._account_api .list-results thead .report-status .double-list dt.status span.status-error,.double-list .liveDashboard ._account_api .list-results thead .report-status dt.status span.status-error,.liveDashboard ._account_api .list-results thead .report-status .w-cards-container .w-card .status.title span.status-error,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .report-status .status.title span.status-error,.liveDashboard ._account_api .list-results thead .report-status .w-cards-container .w-card.centered .w-value .status.label span.status-error,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .report-status .status.label span.status-error,.liveDashboard ._account_api .list-results thead .report-status tbody tr.sublist .status.title span.status-error,.liveDashboard ._account_api .list-results tbody tr.sublist thead .report-status .status.title span.status-error,._account_api .liveDashboard .list-results thead .report-status .form-label.status span.status-error,._account_api .liveDashboard .list-results thead .report-status .status.status-log span.status-error,._account_api .liveDashboard .list-results thead .report-status .status.status-report-item span.status-error,._account_api .liveDashboard .list-results thead .report-status .double-list dd.status span.status-error,.double-list ._account_api .liveDashboard .list-results thead .report-status dd.status span.status-error,._account_api .liveDashboard .list-results thead .report-status .double-list dt.status span.status-error,.double-list ._account_api .liveDashboard .list-results thead .report-status dt.status span.status-error,._account_api .liveDashboard .list-results thead .report-status .w-cards-container .w-card .status.title span.status-error,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .report-status .status.title span.status-error,._account_api .liveDashboard .list-results thead .report-status .w-cards-container .w-card.centered .w-value .status.label span.status-error,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .report-status .status.label span.status-error,._account_api .liveDashboard .list-results thead .report-status tbody tr.sublist .status.title span.status-error,._account_api .liveDashboard .list-results tbody tr.sublist thead .report-status .status.title span.status-error,.liveDashboard ._account_api .list-results thead .form-label.status .report-status span.status-error,.liveDashboard ._account_api .list-results thead .status.status-log .report-status span.status-error,.liveDashboard ._account_api .list-results thead .status.status-report-item .report-status span.status-error,.liveDashboard ._account_api .list-results thead .double-list dd.status .report-status span.status-error,.double-list .liveDashboard ._account_api .list-results thead dd.status .report-status span.status-error,.liveDashboard ._account_api .list-results thead .double-list dt.status .report-status span.status-error,.double-list .liveDashboard ._account_api .list-results thead dt.status .report-status span.status-error,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title .report-status span.status-error,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title .report-status span.status-error,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .report-status span.status-error,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label .report-status span.status-error,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title .report-status span.status-error,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title .report-status span.status-error,._account_api .liveDashboard .list-results thead .form-label.status .report-status span.status-error,._account_api .liveDashboard .list-results thead .status.status-log .report-status span.status-error,._account_api .liveDashboard .list-results thead .status.status-report-item .report-status span.status-error,._account_api .liveDashboard .list-results thead .double-list dd.status .report-status span.status-error,.double-list ._account_api .liveDashboard .list-results thead dd.status .report-status span.status-error,._account_api .liveDashboard .list-results thead .double-list dt.status .report-status span.status-error,.double-list ._account_api .liveDashboard .list-results thead dt.status .report-status span.status-error,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title .report-status span.status-error,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title .report-status span.status-error,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .report-status span.status-error,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label .report-status span.status-error,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title .report-status span.status-error,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title .report-status span.status-error,.liveDashboard .form-label.status ._account_api .list-results thead .report-status span.status-error,.liveDashboard .status.status-log ._account_api .list-results thead .report-status span.status-error,.liveDashboard .status.status-report-item ._account_api .list-results thead .report-status span.status-error,.liveDashboard .double-list dd.status ._account_api .list-results thead .report-status span.status-error,.double-list .liveDashboard dd.status ._account_api .list-results thead .report-status span.status-error,.liveDashboard .double-list dt.status ._account_api .list-results thead .report-status span.status-error,.double-list .liveDashboard dt.status ._account_api .list-results thead .report-status span.status-error,.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead .report-status span.status-error,.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead .report-status span.status-error,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead .report-status span.status-error,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead .report-status span.status-error,.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead .report-status span.status-error,.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead .report-status span.status-error,.form-label.status ._account_api .liveDashboard .list-results thead .report-status span.status-error,.status.status-log ._account_api .liveDashboard .list-results thead .report-status span.status-error,.status.status-report-item ._account_api .liveDashboard .list-results thead .report-status span.status-error,.double-list dd.status ._account_api .liveDashboard .list-results thead .report-status span.status-error,.double-list dt.status ._account_api .liveDashboard .list-results thead .report-status span.status-error,.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead .report-status span.status-error,.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead .report-status span.status-error,.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead .report-status span.status-error,.liveDashboard ._account_api .list-results thead .report-status .w-filters-selected label.status.small span.status-error,._account_api .liveDashboard .list-results thead .report-status .w-filters-selected label.status.small span.status-error,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small .report-status span.status-error,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small .report-status span.status-error,.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead .report-status span.status-error,.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead .report-status span.status-error,.liveDashboard ._account_api .list-results thead .report-status .w-filters-selected .status.btn-f-s span.status-error,._account_api .liveDashboard .list-results thead .report-status .w-filters-selected .status.btn-f-s span.status-error,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s .report-status span.status-error,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .report-status span.status-error,.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead .report-status span.status-error,.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead .report-status span.status-error,.liveDashboard ._account_api .list-results thead .report-status .sub-header .w-form label.status-error,.liveDashboard ._account_api .list-results thead .report-status .sub-header .w-double-list label.status-error,._account_api .liveDashboard .list-results thead .report-status .sub-header .w-form label.status-error,._account_api .liveDashboard .list-results thead .report-status .sub-header .w-double-list label.status-error,.liveDashboard ._account_api .list-results thead .sub-header .w-form .report-status label.status-error,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list .report-status label.status-error,._account_api .liveDashboard .list-results thead .sub-header .w-form .report-status label.status-error,._account_api .liveDashboard .list-results thead .sub-header .w-double-list .report-status label.status-error,.liveDashboard .sub-header .w-form ._account_api .list-results thead .report-status label.status-error,.liveDashboard .sub-header .w-double-list ._account_api .list-results thead .report-status label.status-error,.sub-header .w-form ._account_api .liveDashboard .list-results thead .report-status label.status-error,.sub-header .w-double-list ._account_api .liveDashboard .list-results thead .report-status label.status-error,.liveDashboard ._account_api .list-results thead .report-status .block-filters button.status-error:after,._account_api .liveDashboard .list-results thead .report-status .block-filters button.status-error:after,.liveDashboard ._account_api .list-results thead .block-filters .report-status button.status-error:after,._account_api .liveDashboard .list-results thead .block-filters .report-status button.status-error:after,.liveDashboard .block-filters ._account_api .list-results thead .report-status button.status-error:after,.block-filters ._account_api .liveDashboard .list-results thead .report-status button.status-error:after,.liveDashboard ._account_api .list-results thead .report-status .block-filters select.status-error:after,._account_api .liveDashboard .list-results thead .report-status .block-filters select.status-error:after,.liveDashboard ._account_api .list-results thead .block-filters .report-status select.status-error:after,._account_api .liveDashboard .list-results thead .block-filters .report-status select.status-error:after,.liveDashboard .block-filters ._account_api .list-results thead .report-status select.status-error:after,.block-filters ._account_api .liveDashboard .list-results thead .report-status select.status-error:after,.liveDashboard ._account_api .list-results thead .report-status .form-auto-list .status-error.form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .report-status .form-auto-list .status-error.form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .form-auto-list .report-status .status-error.form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .form-auto-list .report-status .status-error.form-auto-item.is-user-is-inactive,.liveDashboard .form-auto-list ._account_api .list-results thead .report-status .status-error.form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .liveDashboard .list-results thead .report-status .status-error.form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .report-status .form-auto-list .status-error.form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .report-status .form-auto-list .status-error.form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .form-auto-list .report-status .status-error.form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .form-auto-list .report-status .status-error.form-auto-item.is-user-is-active,.liveDashboard .form-auto-list ._account_api .list-results thead .report-status .status-error.form-auto-item.is-user-is-active,.form-auto-list ._account_api .liveDashboard .list-results thead .report-status .status-error.form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .report-status .list-results-header .status.title span.status-error,._account_api .liveDashboard .list-results thead .report-status .list-results-header .status.title span.status-error,.liveDashboard ._account_api .list-results thead .list-results-header .status.title .report-status span.status-error,._account_api .liveDashboard .list-results thead .list-results-header .status.title .report-status span.status-error,.liveDashboard .list-results-header .status.title ._account_api .list-results thead .report-status span.status-error,.list-results-header .status.title ._account_api .liveDashboard .list-results thead .report-status span.status-error,.liveDashboard ._account_api .list-results thead .report-status tr span.status-error,._account_api .liveDashboard .list-results thead .report-status tr span.status-error,.liveDashboard ._account_api .list-results thead tr .report-status span.status-error,._account_api .liveDashboard .list-results thead tr .report-status span.status-error,.liveDashboard ._account_api .list-results thead .report-status .status-error.icon,.liveDashboard ._account_api .list-results thead .report-status .status-error.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .report-status .status-error.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .report-status .status-error.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .report-status .w-dialog.plus .status-error.dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .report-status .status-error.dialog-aside:after,.liveDashboard ._account_api .list-results thead .report-status .w-toast .status-error.toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .report-status .status-error.toast.plus:after,.liveDashboard ._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .status-error.btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .report-status .status-error.btn-period-clear:before,.liveDashboard ._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .status-error.btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .report-status .status-error.btn-filter:before,.liveDashboard ._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .status-error.btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .report-status .status-error.btn-period-edit:before,.liveDashboard ._account_api .list-results thead .report-status .block-filters .status-error.btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .report-status .status-error.btn-filter:before,.liveDashboard ._account_api .list-results thead .report-status .toggleWrapper input.mobileToggle+label.status-error,.toggleWrapper .liveDashboard ._account_api .list-results thead .report-status input.mobileToggle+label.status-error,.liveDashboard ._account_api .list-results thead .report-status tbody span.status-error.status,.liveDashboard ._account_api .list-results tbody thead .report-status span.status-error.status,.liveDashboard ._account_api .list-results thead .report-status tbody td.is-running span.status-error,.liveDashboard ._account_api .list-results tbody td.is-running thead .report-status span.status-error,.liveDashboard ._account_api .list-results thead .report-status tbody td.is-pending span.status-error,.liveDashboard ._account_api .list-results tbody td.is-pending thead .report-status span.status-error,._account_api .liveDashboard .list-results thead .report-status .status-error.icon,._account_api .liveDashboard .list-results thead .report-status .status-error.w-alert-banner:before,._account_api .liveDashboard .list-results thead .report-status .status-error.w-alert-banner:before,._account_api .liveDashboard .list-results thead .report-status .status-error.w-alert-banner:before,._account_api .liveDashboard .list-results thead .report-status .w-dialog.plus .status-error.dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .report-status .status-error.dialog-aside:after,._account_api .liveDashboard .list-results thead .report-status .w-toast .status-error.toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .report-status .status-error.toast.plus:after,._account_api .liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .status-error.btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .report-status .status-error.btn-period-clear:before,._account_api .liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .status-error.btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .report-status .status-error.btn-filter:before,._account_api .liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .status-error.btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .report-status .status-error.btn-period-edit:before,._account_api .liveDashboard .list-results thead .report-status .block-filters .status-error.btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .report-status .status-error.btn-filter:before,._account_api .liveDashboard .list-results thead .report-status .toggleWrapper input.mobileToggle+label.status-error,.toggleWrapper ._account_api .liveDashboard .list-results thead .report-status input.mobileToggle+label.status-error,._account_api .liveDashboard .list-results thead .report-status tbody span.status-error.status,._account_api .liveDashboard .list-results tbody thead .report-status span.status-error.status,._account_api .liveDashboard .list-results thead .report-status tbody td.is-running span.status-error,._account_api .liveDashboard .list-results tbody td.is-running thead .report-status span.status-error,._account_api .liveDashboard .list-results thead .report-status tbody td.is-pending span.status-error,._account_api .liveDashboard .list-results tbody td.is-pending thead .report-status span.status-error,.liveDashboard ._account_api .list-results thead .report-status .w-filter-preset.w-filter-preset .filter-preset .dropdown .status-error.dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .report-status .status-error.dropdown-toggle:after,._account_api .liveDashboard .list-results thead .report-status .w-filter-preset.w-filter-preset .filter-preset .dropdown .status-error.dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .report-status .status-error.dropdown-toggle:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .report-status .status-error.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .report-status .status-error.dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .report-status .w-filter-preset.w-filter-preset .filter-preset .status-error.filter,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .report-status .status-error.filter,._account_api .liveDashboard .list-results thead .report-status .w-filter-preset.w-filter-preset .filter-preset .status-error.filter,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .report-status .status-error.filter,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .report-status .status-error.filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .report-status .status-error.filter,.liveDashboard ._account_api .list-results thead .report-status .form-label.status span.status-error,.liveDashboard ._account_api .list-results thead .report-status .status.status-log span.status-error,.liveDashboard ._account_api .list-results thead .report-status .status.status-report-item span.status-error,.liveDashboard ._account_api .list-results thead .report-status .double-list dd.status span.status-error,.double-list .liveDashboard ._account_api .list-results thead .report-status dd.status span.status-error,.liveDashboard ._account_api .list-results thead .report-status .double-list dt.status span.status-error,.double-list .liveDashboard ._account_api .list-results thead .report-status dt.status span.status-error,.liveDashboard ._account_api .list-results thead .report-status .w-cards-container .w-card .status.title span.status-error,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .report-status .status.title span.status-error,.liveDashboard ._account_api .list-results thead .report-status .w-cards-container .w-card.centered .w-value .status.label span.status-error,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .report-status .status.label span.status-error,.liveDashboard ._account_api .list-results thead .report-status tbody tr.sublist .status.title span.status-error,.liveDashboard ._account_api .list-results tbody tr.sublist thead .report-status .status.title span.status-error,.liveDashboard ._account_api .list-results thead .form-label.status .report-status span.status-error,.liveDashboard ._account_api .list-results thead .status.status-log .report-status span.status-error,.liveDashboard ._account_api .list-results thead .status.status-report-item .report-status span.status-error,.liveDashboard ._account_api .list-results thead .double-list dd.status .report-status span.status-error,.double-list .liveDashboard ._account_api .list-results thead dd.status .report-status span.status-error,.liveDashboard ._account_api .list-results thead .double-list dt.status .report-status span.status-error,.double-list .liveDashboard ._account_api .list-results thead dt.status .report-status span.status-error,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title .report-status span.status-error,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title .report-status span.status-error,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .report-status span.status-error,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label .report-status span.status-error,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title .report-status span.status-error,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title .report-status span.status-error,._account_api .liveDashboard .list-results thead .report-status .form-label.status span.status-error,._account_api .liveDashboard .list-results thead .report-status .status.status-log span.status-error,._account_api .liveDashboard .list-results thead .report-status .status.status-report-item span.status-error,._account_api .liveDashboard .list-results thead .report-status .double-list dd.status span.status-error,.double-list ._account_api .liveDashboard .list-results thead .report-status dd.status span.status-error,._account_api .liveDashboard .list-results thead .report-status .double-list dt.status span.status-error,.double-list ._account_api .liveDashboard .list-results thead .report-status dt.status span.status-error,._account_api .liveDashboard .list-results thead .report-status .w-cards-container .w-card .status.title span.status-error,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .report-status .status.title span.status-error,._account_api .liveDashboard .list-results thead .report-status .w-cards-container .w-card.centered .w-value .status.label span.status-error,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .report-status .status.label span.status-error,._account_api .liveDashboard .list-results thead .report-status tbody tr.sublist .status.title span.status-error,._account_api .liveDashboard .list-results tbody tr.sublist thead .report-status .status.title span.status-error,._account_api .liveDashboard .list-results thead .form-label.status .report-status span.status-error,._account_api .liveDashboard .list-results thead .status.status-log .report-status span.status-error,._account_api .liveDashboard .list-results thead .status.status-report-item .report-status span.status-error,._account_api .liveDashboard .list-results thead .double-list dd.status .report-status span.status-error,.double-list ._account_api .liveDashboard .list-results thead dd.status .report-status span.status-error,._account_api .liveDashboard .list-results thead .double-list dt.status .report-status span.status-error,.double-list ._account_api .liveDashboard .list-results thead dt.status .report-status span.status-error,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title .report-status span.status-error,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title .report-status span.status-error,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .report-status span.status-error,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label .report-status span.status-error,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title .report-status span.status-error,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title .report-status span.status-error,.liveDashboard .form-label.status ._account_api .list-results thead .report-status span.status-error,.liveDashboard .status.status-log ._account_api .list-results thead .report-status span.status-error,.liveDashboard .status.status-report-item ._account_api .list-results thead .report-status span.status-error,.liveDashboard .double-list dd.status ._account_api .list-results thead .report-status span.status-error,.double-list .liveDashboard dd.status ._account_api .list-results thead .report-status span.status-error,.liveDashboard .double-list dt.status ._account_api .list-results thead .report-status span.status-error,.double-list .liveDashboard dt.status ._account_api .list-results thead .report-status span.status-error,.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead .report-status span.status-error,.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead .report-status span.status-error,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead .report-status span.status-error,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead .report-status span.status-error,.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead .report-status span.status-error,.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead .report-status span.status-error,.form-label.status ._account_api .liveDashboard .list-results thead .report-status span.status-error,.status.status-log ._account_api .liveDashboard .list-results thead .report-status span.status-error,.status.status-report-item ._account_api .liveDashboard .list-results thead .report-status span.status-error,.double-list dd.status ._account_api .liveDashboard .list-results thead .report-status span.status-error,.double-list dt.status ._account_api .liveDashboard .list-results thead .report-status span.status-error,.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead .report-status span.status-error,.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead .report-status span.status-error,.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead .report-status span.status-error,.liveDashboard ._account_api .list-results thead .report-status .w-filters-selected label.status.small span.status-error,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small .report-status span.status-error,._account_api .liveDashboard .list-results thead .report-status .w-filters-selected label.status.small span.status-error,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small .report-status span.status-error,.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead .report-status span.status-error,.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead .report-status span.status-error,.liveDashboard ._account_api .list-results thead .report-status .w-filters-selected .status.btn-f-s span.status-error,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s .report-status span.status-error,._account_api .liveDashboard .list-results thead .report-status .w-filters-selected .status.btn-f-s span.status-error,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .report-status span.status-error,.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead .report-status span.status-error,.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead .report-status span.status-error,.liveDashboard ._account_api .list-results thead .report-status .sub-header .w-form label.status-error,.liveDashboard ._account_api .list-results thead .report-status .sub-header .w-double-list label.status-error,.liveDashboard ._account_api .list-results thead .sub-header .w-form .report-status label.status-error,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list .report-status label.status-error,._account_api .liveDashboard .list-results thead .report-status .sub-header .w-form label.status-error,._account_api .liveDashboard .list-results thead .report-status .sub-header .w-double-list label.status-error,._account_api .liveDashboard .list-results thead .sub-header .w-form .report-status label.status-error,._account_api .liveDashboard .list-results thead .sub-header .w-double-list .report-status label.status-error,.liveDashboard .sub-header .w-form ._account_api .list-results thead .report-status label.status-error,.liveDashboard .sub-header .w-double-list ._account_api .list-results thead .report-status label.status-error,.sub-header .w-form ._account_api .liveDashboard .list-results thead .report-status label.status-error,.sub-header .w-double-list ._account_api .liveDashboard .list-results thead .report-status label.status-error,.liveDashboard ._account_api .list-results thead .report-status .block-filters button.status-error:after,.liveDashboard ._account_api .list-results thead .block-filters .report-status button.status-error:after,._account_api .liveDashboard .list-results thead .report-status .block-filters button.status-error:after,._account_api .liveDashboard .list-results thead .block-filters .report-status button.status-error:after,.liveDashboard .block-filters ._account_api .list-results thead .report-status button.status-error:after,.block-filters ._account_api .liveDashboard .list-results thead .report-status button.status-error:after,.liveDashboard ._account_api .list-results thead .report-status .block-filters select.status-error:after,.liveDashboard ._account_api .list-results thead .block-filters .report-status select.status-error:after,._account_api .liveDashboard .list-results thead .report-status .block-filters select.status-error:after,._account_api .liveDashboard .list-results thead .block-filters .report-status select.status-error:after,.liveDashboard .block-filters ._account_api .list-results thead .report-status select.status-error:after,.block-filters ._account_api .liveDashboard .list-results thead .report-status select.status-error:after,.liveDashboard ._account_api .list-results thead .report-status .form-auto-list .status-error.form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .form-auto-list .report-status .status-error.form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .report-status .form-auto-list .status-error.form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .form-auto-list .report-status .status-error.form-auto-item.is-user-is-inactive,.liveDashboard .form-auto-list ._account_api .list-results thead .report-status .status-error.form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .liveDashboard .list-results thead .report-status .status-error.form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .report-status .form-auto-list .status-error.form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .form-auto-list .report-status .status-error.form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .report-status .form-auto-list .status-error.form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .form-auto-list .report-status .status-error.form-auto-item.is-user-is-active,.liveDashboard .form-auto-list ._account_api .list-results thead .report-status .status-error.form-auto-item.is-user-is-active,.form-auto-list ._account_api .liveDashboard .list-results thead .report-status .status-error.form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .report-status .list-results-header .status.title span.status-error,.liveDashboard ._account_api .list-results thead .list-results-header .status.title .report-status span.status-error,._account_api .liveDashboard .list-results thead .report-status .list-results-header .status.title span.status-error,._account_api .liveDashboard .list-results thead .list-results-header .status.title .report-status span.status-error,.liveDashboard .list-results-header .status.title ._account_api .list-results thead .report-status span.status-error,.list-results-header .status.title ._account_api .liveDashboard .list-results thead .report-status span.status-error,.liveDashboard ._account_api .list-results thead .report-status tr span.status-error,.liveDashboard ._account_api .list-results thead tr .report-status span.status-error,._account_api .liveDashboard .list-results thead .report-status tr span.status-error,._account_api .liveDashboard .list-results thead tr .report-status span.status-error,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .report-status .status-error.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .report-status .status-error.dropdown-toggle:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .report-status .status-error.filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .report-status .status-error.filter,._account_api .form-label.status .liveDashboard .list-results thead .report-status span.status-error,._account_api .status.status-log .liveDashboard .list-results thead .report-status span.status-error,._account_api .status.status-report-item .liveDashboard .list-results thead .report-status span.status-error,._account_api .double-list dd.status .liveDashboard .list-results thead .report-status span.status-error,.double-list ._account_api dd.status .liveDashboard .list-results thead .report-status span.status-error,._account_api .double-list dt.status .liveDashboard .list-results thead .report-status span.status-error,.double-list ._account_api dt.status .liveDashboard .list-results thead .report-status span.status-error,._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead .report-status span.status-error,.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead .report-status span.status-error,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead .report-status span.status-error,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead .report-status span.status-error,._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead .report-status span.status-error,.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead .report-status span.status-error,.form-label.status .liveDashboard ._account_api .list-results thead .report-status span.status-error,.status.status-log .liveDashboard ._account_api .list-results thead .report-status span.status-error,.status.status-report-item .liveDashboard ._account_api .list-results thead .report-status span.status-error,.double-list dd.status .liveDashboard ._account_api .list-results thead .report-status span.status-error,.double-list dt.status .liveDashboard ._account_api .list-results thead .report-status span.status-error,.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead .report-status span.status-error,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead .report-status span.status-error,.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead .report-status span.status-error,._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead .report-status span.status-error,.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead .report-status span.status-error,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead .report-status span.status-error,.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead .report-status span.status-error,._account_api .sub-header .w-form .liveDashboard .list-results thead .report-status label.status-error,._account_api .sub-header .w-double-list .liveDashboard .list-results thead .report-status label.status-error,.sub-header .w-form .liveDashboard ._account_api .list-results thead .report-status label.status-error,.sub-header .w-double-list .liveDashboard ._account_api .list-results thead .report-status label.status-error,._account_api .block-filters .liveDashboard .list-results thead .report-status button.status-error:after,.block-filters .liveDashboard ._account_api .list-results thead .report-status button.status-error:after,._account_api .block-filters .liveDashboard .list-results thead .report-status select.status-error:after,.block-filters .liveDashboard ._account_api .list-results thead .report-status select.status-error:after,._account_api .form-auto-list .liveDashboard .list-results thead .report-status .status-error.form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard ._account_api .list-results thead .report-status .status-error.form-auto-item.is-user-is-inactive,._account_api .form-auto-list .liveDashboard .list-results thead .report-status .status-error.form-auto-item.is-user-is-active,.form-auto-list .liveDashboard ._account_api .list-results thead .report-status .status-error.form-auto-item.is-user-is-active,._account_api .list-results-header .status.title .liveDashboard .list-results thead .report-status span.status-error,.list-results-header .status.title .liveDashboard ._account_api .list-results thead .report-status span.status-error,.report-status .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .status-error.dropdown-toggle:after,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .report-status .status-error.dropdown-toggle:after,.report-status .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .status-error.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .report-status .status-error.dropdown-toggle:after,.report-status .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .status-error.filter,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .report-status .status-error.filter,.report-status .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .status-error.filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .report-status .status-error.filter,.report-status .liveDashboard .list-results thead .form-label.status span.status-error,.report-status .liveDashboard .list-results thead .status.status-log span.status-error,.report-status .liveDashboard .list-results thead .status.status-report-item span.status-error,.report-status .liveDashboard .list-results thead .double-list dd.status span.status-error,.double-list .report-status .liveDashboard .list-results thead dd.status span.status-error,.report-status .liveDashboard .list-results thead .double-list dt.status span.status-error,.double-list .report-status .liveDashboard .list-results thead dt.status span.status-error,.report-status .liveDashboard .list-results thead .w-cards-container .w-card .status.title span.status-error,.w-cards-container .w-card .report-status .liveDashboard .list-results thead .status.title span.status-error,.report-status .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.status-error,.w-cards-container .w-card.centered .w-value .report-status .liveDashboard .list-results thead .status.label span.status-error,.report-status .liveDashboard .list-results thead tbody tr.sublist .status.title span.status-error,.report-status .liveDashboard .list-results tbody tr.sublist thead .status.title span.status-error,.liveDashboard .list-results thead .form-label.status .report-status span.status-error,.liveDashboard .list-results thead .status.status-log .report-status span.status-error,.liveDashboard .list-results thead .status.status-report-item .report-status span.status-error,.liveDashboard .list-results thead .double-list dd.status .report-status span.status-error,.double-list .liveDashboard .list-results thead dd.status .report-status span.status-error,.liveDashboard .list-results thead .double-list dt.status .report-status span.status-error,.double-list .liveDashboard .list-results thead dt.status .report-status span.status-error,.liveDashboard .list-results thead .w-cards-container .w-card .status.title .report-status span.status-error,.w-cards-container .w-card .liveDashboard .list-results thead .status.title .report-status span.status-error,.liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .report-status span.status-error,.w-cards-container .w-card.centered .w-value .liveDashboard .list-results thead .status.label .report-status span.status-error,.liveDashboard .list-results thead tbody tr.sublist .status.title .report-status span.status-error,.liveDashboard .list-results tbody tr.sublist thead .status.title .report-status span.status-error,.report-status .form-label.status .liveDashboard .list-results thead span.status-error,.report-status .status.status-log .liveDashboard .list-results thead span.status-error,.report-status .status.status-report-item .liveDashboard .list-results thead span.status-error,.report-status .double-list dd.status .liveDashboard .list-results thead span.status-error,.double-list .report-status dd.status .liveDashboard .list-results thead span.status-error,.report-status .double-list dt.status .liveDashboard .list-results thead span.status-error,.double-list .report-status dt.status .liveDashboard .list-results thead span.status-error,.report-status .w-cards-container .w-card .status.title .liveDashboard .list-results thead span.status-error,.w-cards-container .w-card .report-status .status.title .liveDashboard .list-results thead span.status-error,.report-status .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.status-error,.w-cards-container .w-card.centered .w-value .report-status .status.label .liveDashboard .list-results thead span.status-error,.report-status .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.status-error,.list-results tbody tr.sublist .report-status .status.title .liveDashboard .list-results thead span.status-error,.form-label.status .liveDashboard .list-results thead .report-status span.status-error,.status.status-log .liveDashboard .list-results thead .report-status span.status-error,.status.status-report-item .liveDashboard .list-results thead .report-status span.status-error,.double-list dd.status .liveDashboard .list-results thead .report-status span.status-error,.double-list dt.status .liveDashboard .list-results thead .report-status span.status-error,.w-cards-container .w-card .status.title .liveDashboard .list-results thead .report-status span.status-error,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead .report-status span.status-error,.list-results tbody tr.sublist .status.title .liveDashboard .list-results thead .report-status span.status-error,.report-status .liveDashboard .list-results thead .w-filters-selected label.status.small span.status-error,.liveDashboard .list-results thead .w-filters-selected label.status.small .report-status span.status-error,.report-status .w-filters-selected label.status.small .liveDashboard .list-results thead span.status-error,.w-filters-selected label.status.small .liveDashboard .list-results thead .report-status span.status-error,.report-status .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.status-error,.liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .report-status span.status-error,.report-status .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.status-error,.w-filters-selected .status.btn-f-s .liveDashboard .list-results thead .report-status span.status-error,.report-status .liveDashboard .list-results thead .sub-header .w-form label.status-error,.report-status .liveDashboard .list-results thead .sub-header .w-double-list label.status-error,.liveDashboard .list-results thead .sub-header .w-form .report-status label.status-error,.liveDashboard .list-results thead .sub-header .w-double-list .report-status label.status-error,.report-status .sub-header .w-form .liveDashboard .list-results thead label.status-error,.report-status .sub-header .w-double-list .liveDashboard .list-results thead label.status-error,.sub-header .w-form .liveDashboard .list-results thead .report-status label.status-error,.sub-header .w-double-list .liveDashboard .list-results thead .report-status label.status-error,.report-status .liveDashboard .list-results thead .block-filters button.status-error:after,.liveDashboard .list-results thead .block-filters .report-status button.status-error:after,.report-status .block-filters .liveDashboard .list-results thead button.status-error:after,.block-filters .liveDashboard .list-results thead .report-status button.status-error:after,.report-status .liveDashboard .list-results thead .block-filters select.status-error:after,.liveDashboard .list-results thead .block-filters .report-status select.status-error:after,.report-status .block-filters .liveDashboard .list-results thead select.status-error:after,.block-filters .liveDashboard .list-results thead .report-status select.status-error:after,.report-status .liveDashboard .list-results thead .form-auto-list .status-error.form-auto-item.is-user-is-inactive,.liveDashboard .list-results thead .form-auto-list .report-status .status-error.form-auto-item.is-user-is-inactive,.report-status .form-auto-list .liveDashboard .list-results thead .status-error.form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard .list-results thead .report-status .status-error.form-auto-item.is-user-is-inactive,.report-status .liveDashboard .list-results thead .form-auto-list .status-error.form-auto-item.is-user-is-active,.liveDashboard .list-results thead .form-auto-list .report-status .status-error.form-auto-item.is-user-is-active,.report-status .form-auto-list .liveDashboard .list-results thead .status-error.form-auto-item.is-user-is-active,.form-auto-list .liveDashboard .list-results thead .report-status .status-error.form-auto-item.is-user-is-active,.report-status .liveDashboard .list-results thead .list-results-header .status.title span.status-error,.liveDashboard .list-results thead .list-results-header .status.title .report-status span.status-error,.report-status .list-results-header .status.title .liveDashboard .list-results thead span.status-error,.list-results-header .status.title .liveDashboard .list-results thead .report-status span.status-error,.report-status .liveDashboard .list-results thead tr span.status-error,.liveDashboard .list-results thead tr .report-status span.status-error,.report-status ._account_api .list-results thead .status-error.icon,.report-status ._account_api .list-results thead .status-error.w-alert-banner:before,.report-status ._account_api .liveDashboard .list-results thead .status-error.w-alert-banner:before,.liveDashboard .report-status ._account_api .list-results thead .status-error.w-alert-banner:before,.report-status ._account_api .list-results thead .status-error.w-alert-banner:before,.report-status ._account_api .list-results thead .w-dialog.plus .status-error.dialog-aside:after,.w-dialog.plus .report-status ._account_api .list-results thead .status-error.dialog-aside:after,.report-status ._account_api .list-results thead .w-toast .status-error.toast.plus:after,.w-toast .report-status ._account_api .list-results thead .status-error.toast.plus:after,.report-status ._account_api .list-results thead .w-time-period .dropdown .w-selection .status-error.btn-period-clear:before,.w-time-period .dropdown .w-selection .report-status ._account_api .list-results thead .status-error.btn-period-clear:before,.report-status ._account_api .list-results thead .w-time-period .dropdown .w-selection .status-error.btn-filter:before,.w-time-period .dropdown .w-selection .report-status ._account_api .list-results thead .status-error.btn-filter:before,.report-status ._account_api .list-results thead .w-time-period .dropdown .w-selection .status-error.btn-period-edit:before,.w-time-period .dropdown .w-selection .report-status ._account_api .list-results thead .status-error.btn-period-edit:before,.report-status ._account_api .list-results thead .block-filters .status-error.btn-filter:before,.block-filters .report-status ._account_api .list-results thead .status-error.btn-filter:before,.report-status ._account_api .list-results thead .toggleWrapper input.mobileToggle+label.status-error,.toggleWrapper .report-status ._account_api .list-results thead input.mobileToggle+label.status-error,.report-status ._account_api .list-results thead tbody span.status-error.status,.report-status ._account_api .list-results tbody thead span.status-error.status,.report-status ._account_api .list-results thead tbody td.is-running span.status-error,.report-status ._account_api .list-results tbody td.is-running thead span.status-error,.report-status ._account_api .list-results thead tbody td.is-pending span.status-error,.report-status ._account_api .list-results tbody td.is-pending thead span.status-error,.report-status ._account_api .liveDashboard .list-results thead .status-error.icon,.report-status ._account_api .liveDashboard .list-results thead .status-error.w-alert-banner:before,.report-status ._account_api .liveDashboard .list-results thead .status-error.w-alert-banner:before,.report-status ._account_api .liveDashboard .list-results thead .status-error.w-alert-banner:before,.report-status ._account_api .liveDashboard .list-results thead .w-dialog.plus .status-error.dialog-aside:after,.w-dialog.plus .report-status ._account_api .liveDashboard .list-results thead .status-error.dialog-aside:after,.report-status ._account_api .liveDashboard .list-results thead .w-toast .status-error.toast.plus:after,.w-toast .report-status ._account_api .liveDashboard .list-results thead .status-error.toast.plus:after,.report-status ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .status-error.btn-period-clear:before,.w-time-period .dropdown .w-selection .report-status ._account_api .liveDashboard .list-results thead .status-error.btn-period-clear:before,.report-status ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .status-error.btn-filter:before,.w-time-period .dropdown .w-selection .report-status ._account_api .liveDashboard .list-results thead .status-error.btn-filter:before,.report-status ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .status-error.btn-period-edit:before,.w-time-period .dropdown .w-selection .report-status ._account_api .liveDashboard .list-results thead .status-error.btn-period-edit:before,.report-status ._account_api .liveDashboard .list-results thead .block-filters .status-error.btn-filter:before,.block-filters .report-status ._account_api .liveDashboard .list-results thead .status-error.btn-filter:before,.report-status ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.status-error,.toggleWrapper .report-status ._account_api .liveDashboard .list-results thead input.mobileToggle+label.status-error,.report-status ._account_api .liveDashboard .list-results thead tbody span.status-error.status,.report-status ._account_api .liveDashboard .list-results tbody thead span.status-error.status,.report-status ._account_api .liveDashboard .list-results thead tbody td.is-running span.status-error,.report-status ._account_api .liveDashboard .list-results tbody td.is-running thead span.status-error,.report-status ._account_api .liveDashboard .list-results thead tbody td.is-pending span.status-error,.report-status ._account_api .liveDashboard .list-results tbody td.is-pending thead span.status-error,.liveDashboard .report-status ._account_api .list-results thead .status-error.icon,.liveDashboard .report-status ._account_api .list-results thead .status-error.w-alert-banner:before,.liveDashboard .report-status ._account_api .list-results thead .status-error.w-alert-banner:before,.liveDashboard .report-status ._account_api .list-results thead .status-error.w-alert-banner:before,.liveDashboard .report-status ._account_api .list-results thead .w-dialog.plus .status-error.dialog-aside:after,.w-dialog.plus .liveDashboard .report-status ._account_api .list-results thead .status-error.dialog-aside:after,.liveDashboard .report-status ._account_api .list-results thead .w-toast .status-error.toast.plus:after,.w-toast .liveDashboard .report-status ._account_api .list-results thead .status-error.toast.plus:after,.liveDashboard .report-status ._account_api .list-results thead .w-time-period .dropdown .w-selection .status-error.btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .report-status ._account_api .list-results thead .status-error.btn-period-clear:before,.liveDashboard .report-status ._account_api .list-results thead .w-time-period .dropdown .w-selection .status-error.btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .report-status ._account_api .list-results thead .status-error.btn-filter:before,.liveDashboard .report-status ._account_api .list-results thead .w-time-period .dropdown .w-selection .status-error.btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .report-status ._account_api .list-results thead .status-error.btn-period-edit:before,.liveDashboard .report-status ._account_api .list-results thead .block-filters .status-error.btn-filter:before,.block-filters .liveDashboard .report-status ._account_api .list-results thead .status-error.btn-filter:before,.liveDashboard .report-status ._account_api .list-results thead .toggleWrapper input.mobileToggle+label.status-error,.toggleWrapper .liveDashboard .report-status ._account_api .list-results thead input.mobileToggle+label.status-error,.liveDashboard .report-status ._account_api .list-results thead tbody span.status-error.status,.liveDashboard .report-status ._account_api .list-results tbody thead span.status-error.status,.liveDashboard .report-status ._account_api .list-results thead tbody td.is-running span.status-error,.liveDashboard .report-status ._account_api .list-results tbody td.is-running thead span.status-error,.liveDashboard .report-status ._account_api .list-results thead tbody td.is-pending span.status-error,.liveDashboard .report-status ._account_api .list-results tbody td.is-pending thead span.status-error,.report-status ._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .status-error.dropdown-toggle:after,.liveDashboard .report-status ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .status-error.dropdown-toggle:after,.report-status ._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .status-error.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .report-status ._account_api .list-results thead .status-error.dropdown-toggle:after,.report-status ._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .status-error.filter,.liveDashboard .report-status ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .status-error.filter,.report-status ._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .status-error.filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .report-status ._account_api .list-results thead .status-error.filter,.report-status ._account_api .liveDashboard .list-results thead .form-label.status span.status-error,.report-status ._account_api .liveDashboard .list-results thead .status.status-log span.status-error,.report-status ._account_api .liveDashboard .list-results thead .status.status-report-item span.status-error,.report-status ._account_api .liveDashboard .list-results thead .double-list dd.status span.status-error,.double-list .report-status ._account_api .liveDashboard .list-results thead dd.status span.status-error,.report-status ._account_api .liveDashboard .list-results thead .double-list dt.status span.status-error,.double-list .report-status ._account_api .liveDashboard .list-results thead dt.status span.status-error,.report-status ._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span.status-error,.w-cards-container .w-card .report-status ._account_api .liveDashboard .list-results thead .status.title span.status-error,.report-status ._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.status-error,.w-cards-container .w-card.centered .w-value .report-status ._account_api .liveDashboard .list-results thead .status.label span.status-error,.report-status ._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span.status-error,.report-status ._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span.status-error,.liveDashboard .report-status ._account_api .list-results thead .form-label.status span.status-error,.liveDashboard .report-status ._account_api .list-results thead .status.status-log span.status-error,.liveDashboard .report-status ._account_api .list-results thead .status.status-report-item span.status-error,.liveDashboard .report-status ._account_api .list-results thead .double-list dd.status span.status-error,.double-list .liveDashboard .report-status ._account_api .list-results thead dd.status span.status-error,.liveDashboard .report-status ._account_api .list-results thead .double-list dt.status span.status-error,.double-list .liveDashboard .report-status ._account_api .list-results thead dt.status span.status-error,.liveDashboard .report-status ._account_api .list-results thead .w-cards-container .w-card .status.title span.status-error,.w-cards-container .w-card .liveDashboard .report-status ._account_api .list-results thead .status.title span.status-error,.liveDashboard .report-status ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.status-error,.w-cards-container .w-card.centered .w-value .liveDashboard .report-status ._account_api .list-results thead .status.label span.status-error,.liveDashboard .report-status ._account_api .list-results thead tbody tr.sublist .status.title span.status-error,.liveDashboard .report-status ._account_api .list-results tbody tr.sublist thead .status.title span.status-error,.report-status ._account_api .form-label.status .liveDashboard .list-results thead span.status-error,.report-status ._account_api .status.status-log .liveDashboard .list-results thead span.status-error,.report-status ._account_api .status.status-report-item .liveDashboard .list-results thead span.status-error,.report-status ._account_api .double-list dd.status .liveDashboard .list-results thead span.status-error,.double-list .report-status ._account_api dd.status .liveDashboard .list-results thead span.status-error,.report-status ._account_api .double-list dt.status .liveDashboard .list-results thead span.status-error,.double-list .report-status ._account_api dt.status .liveDashboard .list-results thead span.status-error,.report-status ._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span.status-error,.w-cards-container .w-card .report-status ._account_api .status.title .liveDashboard .list-results thead span.status-error,.report-status ._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.status-error,.w-cards-container .w-card.centered .w-value .report-status ._account_api .status.label .liveDashboard .list-results thead span.status-error,.report-status ._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.status-error,.list-results tbody tr.sublist .report-status ._account_api .status.title .liveDashboard .list-results thead span.status-error,.form-label.status .liveDashboard .report-status ._account_api .list-results thead span.status-error,.status.status-log .liveDashboard .report-status ._account_api .list-results thead span.status-error,.status.status-report-item .liveDashboard .report-status ._account_api .list-results thead span.status-error,.double-list dd.status .liveDashboard .report-status ._account_api .list-results thead span.status-error,.double-list dt.status .liveDashboard .report-status ._account_api .list-results thead span.status-error,.w-cards-container .w-card .status.title .liveDashboard .report-status ._account_api .list-results thead span.status-error,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .report-status ._account_api .list-results thead span.status-error,.list-results tbody tr.sublist .status.title .liveDashboard .report-status ._account_api .list-results thead span.status-error,.report-status ._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span.status-error,.liveDashboard .report-status ._account_api .list-results thead .w-filters-selected label.status.small span.status-error,.report-status ._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span.status-error,.w-filters-selected label.status.small .liveDashboard .report-status ._account_api .list-results thead span.status-error,.report-status ._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.status-error,.liveDashboard .report-status ._account_api .list-results thead .w-filters-selected .status.btn-f-s span.status-error,.report-status ._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.status-error,.w-filters-selected .status.btn-f-s .liveDashboard .report-status ._account_api .list-results thead span.status-error,.report-status ._account_api .liveDashboard .list-results thead .sub-header .w-form label.status-error,.report-status ._account_api .liveDashboard .list-results thead .sub-header .w-double-list label.status-error,.liveDashboard .report-status ._account_api .list-results thead .sub-header .w-form label.status-error,.liveDashboard .report-status ._account_api .list-results thead .sub-header .w-double-list label.status-error,.report-status ._account_api .sub-header .w-form .liveDashboard .list-results thead label.status-error,.report-status ._account_api .sub-header .w-double-list .liveDashboard .list-results thead label.status-error,.sub-header .w-form .liveDashboard .report-status ._account_api .list-results thead label.status-error,.sub-header .w-double-list .liveDashboard .report-status ._account_api .list-results thead label.status-error,.report-status ._account_api .liveDashboard .list-results thead .block-filters button.status-error:after,.liveDashboard .report-status ._account_api .list-results thead .block-filters button.status-error:after,.report-status ._account_api .block-filters .liveDashboard .list-results thead button.status-error:after,.block-filters .liveDashboard .report-status ._account_api .list-results thead button.status-error:after,.report-status ._account_api .liveDashboard .list-results thead .block-filters select.status-error:after,.liveDashboard .report-status ._account_api .list-results thead .block-filters select.status-error:after,.report-status ._account_api .block-filters .liveDashboard .list-results thead select.status-error:after,.block-filters .liveDashboard .report-status ._account_api .list-results thead select.status-error:after,.report-status ._account_api .liveDashboard .list-results thead .form-auto-list .status-error.form-auto-item.is-user-is-inactive,.liveDashboard .report-status ._account_api .list-results thead .form-auto-list .status-error.form-auto-item.is-user-is-inactive,.report-status ._account_api .form-auto-list .liveDashboard .list-results thead .status-error.form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard .report-status ._account_api .list-results thead .status-error.form-auto-item.is-user-is-inactive,.report-status ._account_api .liveDashboard .list-results thead .form-auto-list .status-error.form-auto-item.is-user-is-active,.liveDashboard .report-status ._account_api .list-results thead .form-auto-list .status-error.form-auto-item.is-user-is-active,.report-status ._account_api .form-auto-list .liveDashboard .list-results thead .status-error.form-auto-item.is-user-is-active,.form-auto-list .liveDashboard .report-status ._account_api .list-results thead .status-error.form-auto-item.is-user-is-active,.report-status ._account_api .liveDashboard .list-results thead .list-results-header .status.title span.status-error,.liveDashboard .report-status ._account_api .list-results thead .list-results-header .status.title span.status-error,.report-status ._account_api .list-results-header .status.title .liveDashboard .list-results thead span.status-error,.list-results-header .status.title .liveDashboard .report-status ._account_api .list-results thead span.status-error,.report-status ._account_api .liveDashboard .list-results thead tr span.status-error,.liveDashboard .report-status ._account_api .list-results thead tr span.status-error,.report-status ._account_api .list-results thead .status-error.icon,.report-status ._account_api .list-results thead .status-error.w-alert-banner:before,.report-status ._account_api .liveDashboard .list-results thead .status-error.w-alert-banner:before,.liveDashboard .report-status ._account_api .list-results thead .status-error.w-alert-banner:before,.report-status ._account_api .list-results thead .status-error.w-alert-banner:before,.report-status ._account_api .list-results thead .w-dialog.plus .status-error.dialog-aside:after,.w-dialog.plus .report-status ._account_api .list-results thead .status-error.dialog-aside:after,.report-status ._account_api .list-results thead .w-toast .status-error.toast.plus:after,.w-toast .report-status ._account_api .list-results thead .status-error.toast.plus:after,.report-status ._account_api .list-results thead .w-time-period .dropdown .w-selection .status-error.btn-period-clear:before,.w-time-period .dropdown .w-selection .report-status ._account_api .list-results thead .status-error.btn-period-clear:before,.report-status ._account_api .list-results thead .w-time-period .dropdown .w-selection .status-error.btn-filter:before,.w-time-period .dropdown .w-selection .report-status ._account_api .list-results thead .status-error.btn-filter:before,.report-status ._account_api .list-results thead .w-time-period .dropdown .w-selection .status-error.btn-period-edit:before,.w-time-period .dropdown .w-selection .report-status ._account_api .list-results thead .status-error.btn-period-edit:before,.report-status ._account_api .list-results thead .block-filters .status-error.btn-filter:before,.block-filters .report-status ._account_api .list-results thead .status-error.btn-filter:before,.report-status ._account_api .list-results thead .toggleWrapper input.mobileToggle+label.status-error,.toggleWrapper .report-status ._account_api .list-results thead input.mobileToggle+label.status-error,.report-status ._account_api .list-results thead tbody span.status-error.status,.report-status ._account_api .list-results tbody thead span.status-error.status,.report-status ._account_api .list-results thead tbody td.is-running span.status-error,.report-status ._account_api .list-results tbody td.is-running thead span.status-error,.report-status ._account_api .list-results thead tbody td.is-pending span.status-error,.report-status ._account_api .list-results tbody td.is-pending thead span.status-error,.report-status ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .status-error.dropdown-toggle:after,.report-status .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .status-error.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .report-status ._account_api .list-results thead .status-error.dropdown-toggle:after,.report-status ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .status-error.filter,.report-status .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .status-error.filter,.w-filter-preset.w-filter-preset .filter-preset .report-status ._account_api .list-results thead .status-error.filter,.report-status ._account_api .list-results thead .form-label.status span.status-error,.report-status ._account_api .list-results thead .status.status-log span.status-error,.report-status ._account_api .list-results thead .status.status-report-item span.status-error,.report-status ._account_api .list-results thead .double-list dd.status span.status-error,.double-list .report-status ._account_api .list-results thead dd.status span.status-error,.report-status ._account_api .list-results thead .double-list dt.status span.status-error,.double-list .report-status ._account_api .list-results thead dt.status span.status-error,.report-status ._account_api .list-results thead .w-cards-container .w-card .status.title span.status-error,.w-cards-container .w-card .report-status ._account_api .list-results thead .status.title span.status-error,.report-status ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.status-error,.w-cards-container .w-card.centered .w-value .report-status ._account_api .list-results thead .status.label span.status-error,.report-status ._account_api .list-results thead tbody tr.sublist .status.title span.status-error,.report-status ._account_api .list-results tbody tr.sublist thead .status.title span.status-error,.report-status .form-label.status ._account_api .list-results thead span.status-error,.report-status .status.status-log ._account_api .list-results thead span.status-error,.report-status .status.status-report-item ._account_api .list-results thead span.status-error,.report-status .double-list dd.status ._account_api .list-results thead span.status-error,.double-list .report-status dd.status ._account_api .list-results thead span.status-error,.report-status .double-list dt.status ._account_api .list-results thead span.status-error,.double-list .report-status dt.status ._account_api .list-results thead span.status-error,.report-status .w-cards-container .w-card .status.title ._account_api .list-results thead span.status-error,.w-cards-container .w-card .report-status .status.title ._account_api .list-results thead span.status-error,.report-status .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.status-error,.w-cards-container .w-card.centered .w-value .report-status .status.label ._account_api .list-results thead span.status-error,.report-status .list-results tbody tr.sublist .status.title ._account_api .list-results thead span.status-error,.list-results tbody tr.sublist .report-status .status.title ._account_api .list-results thead span.status-error,.form-label.status .report-status ._account_api .list-results thead span.status-error,.status.status-log .report-status ._account_api .list-results thead span.status-error,.status.status-report-item .report-status ._account_api .list-results thead span.status-error,.double-list dd.status .report-status ._account_api .list-results thead span.status-error,.double-list dt.status .report-status ._account_api .list-results thead span.status-error,.w-cards-container .w-card .status.title .report-status ._account_api .list-results thead span.status-error,.w-cards-container .w-card.centered .w-value .status.label .report-status ._account_api .list-results thead span.status-error,.list-results tbody tr.sublist .status.title .report-status ._account_api .list-results thead span.status-error,.report-status ._account_api .list-results thead .w-filters-selected label.status.small span.status-error,.report-status .w-filters-selected label.status.small ._account_api .list-results thead span.status-error,.w-filters-selected label.status.small .report-status ._account_api .list-results thead span.status-error,.report-status ._account_api .list-results thead .w-filters-selected .status.btn-f-s span.status-error,.report-status .w-filters-selected .status.btn-f-s ._account_api .list-results thead span.status-error,.w-filters-selected .status.btn-f-s .report-status ._account_api .list-results thead span.status-error,.report-status ._account_api .list-results thead .sub-header .w-form label.status-error,.report-status ._account_api .list-results thead .sub-header .w-double-list label.status-error,.report-status .sub-header .w-form ._account_api .list-results thead label.status-error,.report-status .sub-header .w-double-list ._account_api .list-results thead label.status-error,.sub-header .w-form .report-status ._account_api .list-results thead label.status-error,.sub-header .w-double-list .report-status ._account_api .list-results thead label.status-error,.report-status ._account_api .list-results thead .block-filters button.status-error:after,.report-status .block-filters ._account_api .list-results thead button.status-error:after,.block-filters .report-status ._account_api .list-results thead button.status-error:after,.report-status ._account_api .list-results thead .block-filters select.status-error:after,.report-status .block-filters ._account_api .list-results thead select.status-error:after,.block-filters .report-status ._account_api .list-results thead select.status-error:after,.report-status ._account_api .list-results thead .form-auto-list .status-error.form-auto-item.is-user-is-inactive,.report-status .form-auto-list ._account_api .list-results thead .status-error.form-auto-item.is-user-is-inactive,.form-auto-list .report-status ._account_api .list-results thead .status-error.form-auto-item.is-user-is-inactive,.report-status ._account_api .list-results thead .form-auto-list .status-error.form-auto-item.is-user-is-active,.report-status .form-auto-list ._account_api .list-results thead .status-error.form-auto-item.is-user-is-active,.form-auto-list .report-status ._account_api .list-results thead .status-error.form-auto-item.is-user-is-active,.report-status ._account_api .list-results thead .list-results-header .status.title span.status-error,.report-status .list-results-header .status.title ._account_api .list-results thead span.status-error,.list-results-header .status.title .report-status ._account_api .list-results thead span.status-error,.report-status ._account_api .list-results thead tr span.status-error,.report-status .liveDashboard ._account_api .list-results thead .status-error.icon,.report-status .liveDashboard ._account_api .list-results thead .status-error.w-alert-banner:before,.report-status .liveDashboard ._account_api .list-results thead .status-error.w-alert-banner:before,.report-status .liveDashboard ._account_api .list-results thead .status-error.w-alert-banner:before,.report-status .liveDashboard ._account_api .list-results thead .w-dialog.plus .status-error.dialog-aside:after,.w-dialog.plus .report-status .liveDashboard ._account_api .list-results thead .status-error.dialog-aside:after,.report-status .liveDashboard ._account_api .list-results thead .w-toast .status-error.toast.plus:after,.w-toast .report-status .liveDashboard ._account_api .list-results thead .status-error.toast.plus:after,.report-status .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .status-error.btn-period-clear:before,.w-time-period .dropdown .w-selection .report-status .liveDashboard ._account_api .list-results thead .status-error.btn-period-clear:before,.report-status .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .status-error.btn-filter:before,.w-time-period .dropdown .w-selection .report-status .liveDashboard ._account_api .list-results thead .status-error.btn-filter:before,.report-status .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .status-error.btn-period-edit:before,.w-time-period .dropdown .w-selection .report-status .liveDashboard ._account_api .list-results thead .status-error.btn-period-edit:before,.report-status .liveDashboard ._account_api .list-results thead .block-filters .status-error.btn-filter:before,.block-filters .report-status .liveDashboard ._account_api .list-results thead .status-error.btn-filter:before,.report-status .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label.status-error,.toggleWrapper .report-status .liveDashboard ._account_api .list-results thead input.mobileToggle+label.status-error,.report-status .liveDashboard ._account_api .list-results thead tbody span.status-error.status,.report-status .liveDashboard ._account_api .list-results tbody thead span.status-error.status,.report-status .liveDashboard ._account_api .list-results thead tbody td.is-running span.status-error,.report-status .liveDashboard ._account_api .list-results tbody td.is-running thead span.status-error,.report-status .liveDashboard ._account_api .list-results thead tbody td.is-pending span.status-error,.report-status .liveDashboard ._account_api .list-results tbody td.is-pending thead span.status-error,.liveDashboard .report-status ._account_api .list-results thead .status-error.icon,.liveDashboard .report-status ._account_api .list-results thead .status-error.w-alert-banner:before,.liveDashboard .report-status ._account_api .list-results thead .status-error.w-alert-banner:before,.liveDashboard .report-status ._account_api .list-results thead .status-error.w-alert-banner:before,.liveDashboard .report-status ._account_api .list-results thead .w-dialog.plus .status-error.dialog-aside:after,.w-dialog.plus .liveDashboard .report-status ._account_api .list-results thead .status-error.dialog-aside:after,.liveDashboard .report-status ._account_api .list-results thead .w-toast .status-error.toast.plus:after,.w-toast .liveDashboard .report-status ._account_api .list-results thead .status-error.toast.plus:after,.liveDashboard .report-status ._account_api .list-results thead .w-time-period .dropdown .w-selection .status-error.btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .report-status ._account_api .list-results thead .status-error.btn-period-clear:before,.liveDashboard .report-status ._account_api .list-results thead .w-time-period .dropdown .w-selection .status-error.btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .report-status ._account_api .list-results thead .status-error.btn-filter:before,.liveDashboard .report-status ._account_api .list-results thead .w-time-period .dropdown .w-selection .status-error.btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .report-status ._account_api .list-results thead .status-error.btn-period-edit:before,.liveDashboard .report-status ._account_api .list-results thead .block-filters .status-error.btn-filter:before,.block-filters .liveDashboard .report-status ._account_api .list-results thead .status-error.btn-filter:before,.liveDashboard .report-status ._account_api .list-results thead .toggleWrapper input.mobileToggle+label.status-error,.toggleWrapper .liveDashboard .report-status ._account_api .list-results thead input.mobileToggle+label.status-error,.liveDashboard .report-status ._account_api .list-results thead tbody span.status-error.status,.liveDashboard .report-status ._account_api .list-results tbody thead span.status-error.status,.liveDashboard .report-status ._account_api .list-results thead tbody td.is-running span.status-error,.liveDashboard .report-status ._account_api .list-results tbody td.is-running thead span.status-error,.liveDashboard .report-status ._account_api .list-results thead tbody td.is-pending span.status-error,.liveDashboard .report-status ._account_api .list-results tbody td.is-pending thead span.status-error,.report-status ._account_api .liveDashboard .list-results thead .status-error.icon,.report-status ._account_api .liveDashboard .list-results thead .status-error.w-alert-banner:before,.report-status ._account_api .liveDashboard .list-results thead .status-error.w-alert-banner:before,.report-status ._account_api .liveDashboard .list-results thead .status-error.w-alert-banner:before,.report-status ._account_api .liveDashboard .list-results thead .w-dialog.plus .status-error.dialog-aside:after,.w-dialog.plus .report-status ._account_api .liveDashboard .list-results thead .status-error.dialog-aside:after,.report-status ._account_api .liveDashboard .list-results thead .w-toast .status-error.toast.plus:after,.w-toast .report-status ._account_api .liveDashboard .list-results thead .status-error.toast.plus:after,.report-status ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .status-error.btn-period-clear:before,.w-time-period .dropdown .w-selection .report-status ._account_api .liveDashboard .list-results thead .status-error.btn-period-clear:before,.report-status ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .status-error.btn-filter:before,.w-time-period .dropdown .w-selection .report-status ._account_api .liveDashboard .list-results thead .status-error.btn-filter:before,.report-status ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .status-error.btn-period-edit:before,.w-time-period .dropdown .w-selection .report-status ._account_api .liveDashboard .list-results thead .status-error.btn-period-edit:before,.report-status ._account_api .liveDashboard .list-results thead .block-filters .status-error.btn-filter:before,.block-filters .report-status ._account_api .liveDashboard .list-results thead .status-error.btn-filter:before,.report-status ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.status-error,.toggleWrapper .report-status ._account_api .liveDashboard .list-results thead input.mobileToggle+label.status-error,.report-status ._account_api .liveDashboard .list-results thead tbody span.status-error.status,.report-status ._account_api .liveDashboard .list-results tbody thead span.status-error.status,.report-status ._account_api .liveDashboard .list-results thead tbody td.is-running span.status-error,.report-status ._account_api .liveDashboard .list-results tbody td.is-running thead span.status-error,.report-status ._account_api .liveDashboard .list-results thead tbody td.is-pending span.status-error,.report-status ._account_api .liveDashboard .list-results tbody td.is-pending thead span.status-error,.report-status .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .status-error.dropdown-toggle:after,.liveDashboard .report-status ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .status-error.dropdown-toggle:after,.report-status ._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .status-error.dropdown-toggle:after,.report-status .liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .status-error.dropdown-toggle:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown .report-status ._account_api .list-results thead .status-error.dropdown-toggle:after,.report-status .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .status-error.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .report-status ._account_api .liveDashboard .list-results thead .status-error.dropdown-toggle:after,.report-status .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .status-error.filter,.liveDashboard .report-status ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .status-error.filter,.report-status ._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .status-error.filter,.report-status .liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .status-error.filter,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .report-status ._account_api .list-results thead .status-error.filter,.report-status .w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .status-error.filter,.w-filter-preset.w-filter-preset .filter-preset .report-status ._account_api .liveDashboard .list-results thead .status-error.filter,.report-status .liveDashboard ._account_api .list-results thead .form-label.status span.status-error,.report-status .liveDashboard ._account_api .list-results thead .status.status-log span.status-error,.report-status .liveDashboard ._account_api .list-results thead .status.status-report-item span.status-error,.report-status .liveDashboard ._account_api .list-results thead .double-list dd.status span.status-error,.double-list .report-status .liveDashboard ._account_api .list-results thead dd.status span.status-error,.report-status .liveDashboard ._account_api .list-results thead .double-list dt.status span.status-error,.double-list .report-status .liveDashboard ._account_api .list-results thead dt.status span.status-error,.report-status .liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span.status-error,.w-cards-container .w-card .report-status .liveDashboard ._account_api .list-results thead .status.title span.status-error,.report-status .liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.status-error,.w-cards-container .w-card.centered .w-value .report-status .liveDashboard ._account_api .list-results thead .status.label span.status-error,.report-status .liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span.status-error,.report-status .liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span.status-error,.liveDashboard .report-status ._account_api .list-results thead .form-label.status span.status-error,.liveDashboard .report-status ._account_api .list-results thead .status.status-log span.status-error,.liveDashboard .report-status ._account_api .list-results thead .status.status-report-item span.status-error,.liveDashboard .report-status ._account_api .list-results thead .double-list dd.status span.status-error,.double-list .liveDashboard .report-status ._account_api .list-results thead dd.status span.status-error,.liveDashboard .report-status ._account_api .list-results thead .double-list dt.status span.status-error,.double-list .liveDashboard .report-status ._account_api .list-results thead dt.status span.status-error,.liveDashboard .report-status ._account_api .list-results thead .w-cards-container .w-card .status.title span.status-error,.w-cards-container .w-card .liveDashboard .report-status ._account_api .list-results thead .status.title span.status-error,.liveDashboard .report-status ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.status-error,.w-cards-container .w-card.centered .w-value .liveDashboard .report-status ._account_api .list-results thead .status.label span.status-error,.liveDashboard .report-status ._account_api .list-results thead tbody tr.sublist .status.title span.status-error,.liveDashboard .report-status ._account_api .list-results tbody tr.sublist thead .status.title span.status-error,.report-status ._account_api .liveDashboard .list-results thead .form-label.status span.status-error,.report-status ._account_api .liveDashboard .list-results thead .status.status-log span.status-error,.report-status ._account_api .liveDashboard .list-results thead .status.status-report-item span.status-error,.report-status ._account_api .liveDashboard .list-results thead .double-list dd.status span.status-error,.double-list .report-status ._account_api .liveDashboard .list-results thead dd.status span.status-error,.report-status ._account_api .liveDashboard .list-results thead .double-list dt.status span.status-error,.double-list .report-status ._account_api .liveDashboard .list-results thead dt.status span.status-error,.report-status ._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span.status-error,.w-cards-container .w-card .report-status ._account_api .liveDashboard .list-results thead .status.title span.status-error,.report-status ._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.status-error,.w-cards-container .w-card.centered .w-value .report-status ._account_api .liveDashboard .list-results thead .status.label span.status-error,.report-status ._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span.status-error,.report-status ._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span.status-error,.report-status .liveDashboard .form-label.status ._account_api .list-results thead span.status-error,.report-status .liveDashboard .status.status-log ._account_api .list-results thead span.status-error,.report-status .liveDashboard .status.status-report-item ._account_api .list-results thead span.status-error,.report-status .liveDashboard .double-list dd.status ._account_api .list-results thead span.status-error,.double-list .report-status .liveDashboard dd.status ._account_api .list-results thead span.status-error,.report-status .liveDashboard .double-list dt.status ._account_api .list-results thead span.status-error,.double-list .report-status .liveDashboard dt.status ._account_api .list-results thead span.status-error,.report-status .liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span.status-error,.w-cards-container .w-card .report-status .liveDashboard .status.title ._account_api .list-results thead span.status-error,.report-status .liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.status-error,.w-cards-container .w-card.centered .w-value .report-status .liveDashboard .status.label ._account_api .list-results thead span.status-error,.report-status .liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span.status-error,.list-results tbody tr.sublist .report-status .liveDashboard .status.title ._account_api .list-results thead span.status-error,.liveDashboard .form-label.status .report-status ._account_api .list-results thead span.status-error,.liveDashboard .status.status-log .report-status ._account_api .list-results thead span.status-error,.liveDashboard .status.status-report-item .report-status ._account_api .list-results thead span.status-error,.liveDashboard .double-list dd.status .report-status ._account_api .list-results thead span.status-error,.double-list .liveDashboard dd.status .report-status ._account_api .list-results thead span.status-error,.liveDashboard .double-list dt.status .report-status ._account_api .list-results thead span.status-error,.double-list .liveDashboard dt.status .report-status ._account_api .list-results thead span.status-error,.liveDashboard .w-cards-container .w-card .status.title .report-status ._account_api .list-results thead span.status-error,.w-cards-container .w-card .liveDashboard .status.title .report-status ._account_api .list-results thead span.status-error,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label .report-status ._account_api .list-results thead span.status-error,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label .report-status ._account_api .list-results thead span.status-error,.liveDashboard .list-results tbody tr.sublist .status.title .report-status ._account_api .list-results thead span.status-error,.list-results tbody tr.sublist .liveDashboard .status.title .report-status ._account_api .list-results thead span.status-error,.report-status .form-label.status ._account_api .liveDashboard .list-results thead span.status-error,.report-status .status.status-log ._account_api .liveDashboard .list-results thead span.status-error,.report-status .status.status-report-item ._account_api .liveDashboard .list-results thead span.status-error,.report-status .double-list dd.status ._account_api .liveDashboard .list-results thead span.status-error,.double-list .report-status dd.status ._account_api .liveDashboard .list-results thead span.status-error,.report-status .double-list dt.status ._account_api .liveDashboard .list-results thead span.status-error,.double-list .report-status dt.status ._account_api .liveDashboard .list-results thead span.status-error,.report-status .w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead span.status-error,.w-cards-container .w-card .report-status .status.title ._account_api .liveDashboard .list-results thead span.status-error,.report-status .w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead span.status-error,.w-cards-container .w-card.centered .w-value .report-status .status.label ._account_api .liveDashboard .list-results thead span.status-error,.report-status .list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead span.status-error,.list-results tbody tr.sublist .report-status .status.title ._account_api .liveDashboard .list-results thead span.status-error,.form-label.status .report-status ._account_api .liveDashboard .list-results thead span.status-error,.status.status-log .report-status ._account_api .liveDashboard .list-results thead span.status-error,.status.status-report-item .report-status ._account_api .liveDashboard .list-results thead span.status-error,.double-list dd.status .report-status ._account_api .liveDashboard .list-results thead span.status-error,.double-list dt.status .report-status ._account_api .liveDashboard .list-results thead span.status-error,.w-cards-container .w-card .status.title .report-status ._account_api .liveDashboard .list-results thead span.status-error,.w-cards-container .w-card.centered .w-value .status.label .report-status ._account_api .liveDashboard .list-results thead span.status-error,.list-results tbody tr.sublist .status.title .report-status ._account_api .liveDashboard .list-results thead span.status-error,.report-status .liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span.status-error,.liveDashboard .report-status ._account_api .list-results thead .w-filters-selected label.status.small span.status-error,.report-status ._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span.status-error,.report-status .liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span.status-error,.liveDashboard .w-filters-selected label.status.small .report-status ._account_api .list-results thead span.status-error,.report-status .w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead span.status-error,.w-filters-selected label.status.small .report-status ._account_api .liveDashboard .list-results thead span.status-error,.report-status .liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span.status-error,.liveDashboard .report-status ._account_api .list-results thead .w-filters-selected .status.btn-f-s span.status-error,.report-status ._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.status-error,.report-status .liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span.status-error,.liveDashboard .w-filters-selected .status.btn-f-s .report-status ._account_api .list-results thead span.status-error,.report-status .w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead span.status-error,.w-filters-selected .status.btn-f-s .report-status ._account_api .liveDashboard .list-results thead span.status-error,.report-status .liveDashboard ._account_api .list-results thead .sub-header .w-form label.status-error,.report-status .liveDashboard ._account_api .list-results thead .sub-header .w-double-list label.status-error,.liveDashboard .report-status ._account_api .list-results thead .sub-header .w-form label.status-error,.liveDashboard .report-status ._account_api .list-results thead .sub-header .w-double-list label.status-error,.report-status ._account_api .liveDashboard .list-results thead .sub-header .w-form label.status-error,.report-status ._account_api .liveDashboard .list-results thead .sub-header .w-double-list label.status-error,.report-status .liveDashboard .sub-header .w-form ._account_api .list-results thead label.status-error,.report-status .liveDashboard .sub-header .w-double-list ._account_api .list-results thead label.status-error,.liveDashboard .sub-header .w-form .report-status ._account_api .list-results thead label.status-error,.liveDashboard .sub-header .w-double-list .report-status ._account_api .list-results thead label.status-error,.report-status .sub-header .w-form ._account_api .liveDashboard .list-results thead label.status-error,.report-status .sub-header .w-double-list ._account_api .liveDashboard .list-results thead label.status-error,.sub-header .w-form .report-status ._account_api .liveDashboard .list-results thead label.status-error,.sub-header .w-double-list .report-status ._account_api .liveDashboard .list-results thead label.status-error,.report-status .liveDashboard ._account_api .list-results thead .block-filters button.status-error:after,.liveDashboard .report-status ._account_api .list-results thead .block-filters button.status-error:after,.report-status ._account_api .liveDashboard .list-results thead .block-filters button.status-error:after,.report-status .liveDashboard .block-filters ._account_api .list-results thead button.status-error:after,.liveDashboard .block-filters .report-status ._account_api .list-results thead button.status-error:after,.report-status .block-filters ._account_api .liveDashboard .list-results thead button.status-error:after,.block-filters .report-status ._account_api .liveDashboard .list-results thead button.status-error:after,.report-status .liveDashboard ._account_api .list-results thead .block-filters select.status-error:after,.liveDashboard .report-status ._account_api .list-results thead .block-filters select.status-error:after,.report-status ._account_api .liveDashboard .list-results thead .block-filters select.status-error:after,.report-status .liveDashboard .block-filters ._account_api .list-results thead select.status-error:after,.liveDashboard .block-filters .report-status ._account_api .list-results thead select.status-error:after,.report-status .block-filters ._account_api .liveDashboard .list-results thead select.status-error:after,.block-filters .report-status ._account_api .liveDashboard .list-results thead select.status-error:after,.report-status .liveDashboard ._account_api .list-results thead .form-auto-list .status-error.form-auto-item.is-user-is-inactive,.liveDashboard .report-status ._account_api .list-results thead .form-auto-list .status-error.form-auto-item.is-user-is-inactive,.report-status ._account_api .liveDashboard .list-results thead .form-auto-list .status-error.form-auto-item.is-user-is-inactive,.report-status .liveDashboard .form-auto-list ._account_api .list-results thead .status-error.form-auto-item.is-user-is-inactive,.liveDashboard .form-auto-list .report-status ._account_api .list-results thead .status-error.form-auto-item.is-user-is-inactive,.report-status .form-auto-list ._account_api .liveDashboard .list-results thead .status-error.form-auto-item.is-user-is-inactive,.form-auto-list .report-status ._account_api .liveDashboard .list-results thead .status-error.form-auto-item.is-user-is-inactive,.report-status .liveDashboard ._account_api .list-results thead .form-auto-list .status-error.form-auto-item.is-user-is-active,.liveDashboard .report-status ._account_api .list-results thead .form-auto-list .status-error.form-auto-item.is-user-is-active,.report-status ._account_api .liveDashboard .list-results thead .form-auto-list .status-error.form-auto-item.is-user-is-active,.report-status .liveDashboard .form-auto-list ._account_api .list-results thead .status-error.form-auto-item.is-user-is-active,.liveDashboard .form-auto-list .report-status ._account_api .list-results thead .status-error.form-auto-item.is-user-is-active,.report-status .form-auto-list ._account_api .liveDashboard .list-results thead .status-error.form-auto-item.is-user-is-active,.form-auto-list .report-status ._account_api .liveDashboard .list-results thead .status-error.form-auto-item.is-user-is-active,.report-status .liveDashboard ._account_api .list-results thead .list-results-header .status.title span.status-error,.liveDashboard .report-status ._account_api .list-results thead .list-results-header .status.title span.status-error,.report-status ._account_api .liveDashboard .list-results thead .list-results-header .status.title span.status-error,.report-status .liveDashboard .list-results-header .status.title ._account_api .list-results thead span.status-error,.liveDashboard .list-results-header .status.title .report-status ._account_api .list-results thead span.status-error,.report-status .list-results-header .status.title ._account_api .liveDashboard .list-results thead span.status-error,.list-results-header .status.title .report-status ._account_api .liveDashboard .list-results thead span.status-error,.report-status .liveDashboard ._account_api .list-results thead tr span.status-error,.liveDashboard .report-status ._account_api .list-results thead tr span.status-error,.report-status ._account_api .liveDashboard .list-results thead tr span.status-error,.report-status ._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .status-error.dropdown-toggle:after,.report-status .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .status-error.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .report-status ._account_api .list-results thead .status-error.dropdown-toggle:after,.report-status ._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .status-error.filter,.report-status .w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .status-error.filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .report-status ._account_api .list-results thead .status-error.filter,.report-status ._account_api .form-label.status .liveDashboard .list-results thead span.status-error,.report-status ._account_api .status.status-log .liveDashboard .list-results thead span.status-error,.report-status ._account_api .status.status-report-item .liveDashboard .list-results thead span.status-error,.report-status ._account_api .double-list dd.status .liveDashboard .list-results thead span.status-error,.double-list .report-status ._account_api dd.status .liveDashboard .list-results thead span.status-error,.report-status ._account_api .double-list dt.status .liveDashboard .list-results thead span.status-error,.double-list .report-status ._account_api dt.status .liveDashboard .list-results thead span.status-error,.report-status ._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span.status-error,.w-cards-container .w-card .report-status ._account_api .status.title .liveDashboard .list-results thead span.status-error,.report-status ._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.status-error,.w-cards-container .w-card.centered .w-value .report-status ._account_api .status.label .liveDashboard .list-results thead span.status-error,.report-status ._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.status-error,.list-results tbody tr.sublist .report-status ._account_api .status.title .liveDashboard .list-results thead span.status-error,.report-status .form-label.status .liveDashboard ._account_api .list-results thead span.status-error,.report-status .status.status-log .liveDashboard ._account_api .list-results thead span.status-error,.report-status .status.status-report-item .liveDashboard ._account_api .list-results thead span.status-error,.report-status .double-list dd.status .liveDashboard ._account_api .list-results thead span.status-error,.double-list .report-status dd.status .liveDashboard ._account_api .list-results thead span.status-error,.report-status .double-list dt.status .liveDashboard ._account_api .list-results thead span.status-error,.double-list .report-status dt.status .liveDashboard ._account_api .list-results thead span.status-error,.report-status .w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead span.status-error,.w-cards-container .w-card .report-status .status.title .liveDashboard ._account_api .list-results thead span.status-error,.report-status .w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead span.status-error,.w-cards-container .w-card.centered .w-value .report-status .status.label .liveDashboard ._account_api .list-results thead span.status-error,.report-status .list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead span.status-error,.list-results tbody tr.sublist .report-status .status.title .liveDashboard ._account_api .list-results thead span.status-error,.form-label.status .liveDashboard .report-status ._account_api .list-results thead span.status-error,.status.status-log .liveDashboard .report-status ._account_api .list-results thead span.status-error,.status.status-report-item .liveDashboard .report-status ._account_api .list-results thead span.status-error,.double-list dd.status .liveDashboard .report-status ._account_api .list-results thead span.status-error,.double-list dt.status .liveDashboard .report-status ._account_api .list-results thead span.status-error,.w-cards-container .w-card .status.title .liveDashboard .report-status ._account_api .list-results thead span.status-error,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .report-status ._account_api .list-results thead span.status-error,.list-results tbody tr.sublist .status.title .liveDashboard .report-status ._account_api .list-results thead span.status-error,.report-status ._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span.status-error,.report-status .w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead span.status-error,.w-filters-selected label.status.small .liveDashboard .report-status ._account_api .list-results thead span.status-error,.report-status ._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.status-error,.report-status .w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead span.status-error,.w-filters-selected .status.btn-f-s .liveDashboard .report-status ._account_api .list-results thead span.status-error,.report-status ._account_api .sub-header .w-form .liveDashboard .list-results thead label.status-error,.report-status ._account_api .sub-header .w-double-list .liveDashboard .list-results thead label.status-error,.report-status .sub-header .w-form .liveDashboard ._account_api .list-results thead label.status-error,.report-status .sub-header .w-double-list .liveDashboard ._account_api .list-results thead label.status-error,.sub-header .w-form .liveDashboard .report-status ._account_api .list-results thead label.status-error,.sub-header .w-double-list .liveDashboard .report-status ._account_api .list-results thead label.status-error,.report-status ._account_api .block-filters .liveDashboard .list-results thead button.status-error:after,.report-status .block-filters .liveDashboard ._account_api .list-results thead button.status-error:after,.block-filters .liveDashboard .report-status ._account_api .list-results thead button.status-error:after,.report-status ._account_api .block-filters .liveDashboard .list-results thead select.status-error:after,.report-status .block-filters .liveDashboard ._account_api .list-results thead select.status-error:after,.block-filters .liveDashboard .report-status ._account_api .list-results thead select.status-error:after,.report-status ._account_api .form-auto-list .liveDashboard .list-results thead .status-error.form-auto-item.is-user-is-inactive,.report-status .form-auto-list .liveDashboard ._account_api .list-results thead .status-error.form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard .report-status ._account_api .list-results thead .status-error.form-auto-item.is-user-is-inactive,.report-status ._account_api .form-auto-list .liveDashboard .list-results thead .status-error.form-auto-item.is-user-is-active,.report-status .form-auto-list .liveDashboard ._account_api .list-results thead .status-error.form-auto-item.is-user-is-active,.form-auto-list .liveDashboard .report-status ._account_api .list-results thead .status-error.form-auto-item.is-user-is-active,.report-status ._account_api .list-results-header .status.title .liveDashboard .list-results thead span.status-error,.report-status .list-results-header .status.title .liveDashboard ._account_api .list-results thead span.status-error,.list-results-header .status.title .liveDashboard .report-status ._account_api .list-results thead span.status-error,._account_api .list-results thead .report-status .status-error.icon,._account_api .list-results thead .report-status .status-error.w-alert-banner:before,._account_api .liveDashboard .list-results thead .report-status .status-error.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .report-status .status-error.w-alert-banner:before,._account_api .list-results thead .report-status .status-error.w-alert-banner:before,._account_api .list-results thead .report-status .w-dialog.plus .status-error.dialog-aside:after,.w-dialog.plus ._account_api .list-results thead .report-status .status-error.dialog-aside:after,._account_api .list-results thead .report-status .w-toast .status-error.toast.plus:after,.w-toast ._account_api .list-results thead .report-status .status-error.toast.plus:after,._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .status-error.btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .report-status .status-error.btn-period-clear:before,._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .status-error.btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .report-status .status-error.btn-filter:before,._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .status-error.btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .report-status .status-error.btn-period-edit:before,._account_api .list-results thead .report-status .block-filters .status-error.btn-filter:before,.block-filters ._account_api .list-results thead .report-status .status-error.btn-filter:before,._account_api .list-results thead .report-status .toggleWrapper input.mobileToggle+label.status-error,.toggleWrapper ._account_api .list-results thead .report-status input.mobileToggle+label.status-error,._account_api .list-results thead .report-status tbody span.status-error.status,._account_api .list-results tbody thead .report-status span.status-error.status,._account_api .list-results thead .report-status tbody td.is-running span.status-error,._account_api .list-results tbody td.is-running thead .report-status span.status-error,._account_api .list-results thead .report-status tbody td.is-pending span.status-error,._account_api .list-results tbody td.is-pending thead .report-status span.status-error,._account_api .liveDashboard .list-results thead .report-status .status-error.icon,._account_api .liveDashboard .list-results thead .report-status .status-error.w-alert-banner:before,._account_api .liveDashboard .list-results thead .report-status .status-error.w-alert-banner:before,._account_api .liveDashboard .list-results thead .report-status .status-error.w-alert-banner:before,._account_api .liveDashboard .list-results thead .report-status .w-dialog.plus .status-error.dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .report-status .status-error.dialog-aside:after,._account_api .liveDashboard .list-results thead .report-status .w-toast .status-error.toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .report-status .status-error.toast.plus:after,._account_api .liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .status-error.btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .report-status .status-error.btn-period-clear:before,._account_api .liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .status-error.btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .report-status .status-error.btn-filter:before,._account_api .liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .status-error.btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .report-status .status-error.btn-period-edit:before,._account_api .liveDashboard .list-results thead .report-status .block-filters .status-error.btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .report-status .status-error.btn-filter:before,._account_api .liveDashboard .list-results thead .report-status .toggleWrapper input.mobileToggle+label.status-error,.toggleWrapper ._account_api .liveDashboard .list-results thead .report-status input.mobileToggle+label.status-error,._account_api .liveDashboard .list-results thead .report-status tbody span.status-error.status,._account_api .liveDashboard .list-results tbody thead .report-status span.status-error.status,._account_api .liveDashboard .list-results thead .report-status tbody td.is-running span.status-error,._account_api .liveDashboard .list-results tbody td.is-running thead .report-status span.status-error,._account_api .liveDashboard .list-results thead .report-status tbody td.is-pending span.status-error,._account_api .liveDashboard .list-results tbody td.is-pending thead .report-status span.status-error,.liveDashboard ._account_api .list-results thead .report-status .status-error.icon,.liveDashboard ._account_api .list-results thead .report-status .status-error.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .report-status .status-error.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .report-status .status-error.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .report-status .w-dialog.plus .status-error.dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .report-status .status-error.dialog-aside:after,.liveDashboard ._account_api .list-results thead .report-status .w-toast .status-error.toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .report-status .status-error.toast.plus:after,.liveDashboard ._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .status-error.btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .report-status .status-error.btn-period-clear:before,.liveDashboard ._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .status-error.btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .report-status .status-error.btn-filter:before,.liveDashboard ._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .status-error.btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .report-status .status-error.btn-period-edit:before,.liveDashboard ._account_api .list-results thead .report-status .block-filters .status-error.btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .report-status .status-error.btn-filter:before,.liveDashboard ._account_api .list-results thead .report-status .toggleWrapper input.mobileToggle+label.status-error,.toggleWrapper .liveDashboard ._account_api .list-results thead .report-status input.mobileToggle+label.status-error,.liveDashboard ._account_api .list-results thead .report-status tbody span.status-error.status,.liveDashboard ._account_api .list-results tbody thead .report-status span.status-error.status,.liveDashboard ._account_api .list-results thead .report-status tbody td.is-running span.status-error,.liveDashboard ._account_api .list-results tbody td.is-running thead .report-status span.status-error,.liveDashboard ._account_api .list-results thead .report-status tbody td.is-pending span.status-error,.liveDashboard ._account_api .list-results tbody td.is-pending thead .report-status span.status-error,._account_api .liveDashboard .list-results thead .report-status .w-filter-preset.w-filter-preset .filter-preset .dropdown .status-error.dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .report-status .w-filter-preset.w-filter-preset .filter-preset .dropdown .status-error.dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .report-status .status-error.dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .report-status .status-error.dropdown-toggle:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .report-status .status-error.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .report-status .status-error.dropdown-toggle:after,._account_api .liveDashboard .list-results thead .report-status .w-filter-preset.w-filter-preset .filter-preset .status-error.filter,.liveDashboard ._account_api .list-results thead .report-status .w-filter-preset.w-filter-preset .filter-preset .status-error.filter,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .report-status .status-error.filter,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .report-status .status-error.filter,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .report-status .status-error.filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .report-status .status-error.filter,._account_api .liveDashboard .list-results thead .report-status .form-label.status span.status-error,._account_api .liveDashboard .list-results thead .report-status .status.status-log span.status-error,._account_api .liveDashboard .list-results thead .report-status .status.status-report-item span.status-error,._account_api .liveDashboard .list-results thead .report-status .double-list dd.status span.status-error,.double-list ._account_api .liveDashboard .list-results thead .report-status dd.status span.status-error,._account_api .liveDashboard .list-results thead .report-status .double-list dt.status span.status-error,.double-list ._account_api .liveDashboard .list-results thead .report-status dt.status span.status-error,._account_api .liveDashboard .list-results thead .report-status .w-cards-container .w-card .status.title span.status-error,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .report-status .status.title span.status-error,._account_api .liveDashboard .list-results thead .report-status .w-cards-container .w-card.centered .w-value .status.label span.status-error,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .report-status .status.label span.status-error,._account_api .liveDashboard .list-results thead .report-status tbody tr.sublist .status.title span.status-error,._account_api .liveDashboard .list-results tbody tr.sublist thead .report-status .status.title span.status-error,.liveDashboard ._account_api .list-results thead .report-status .form-label.status span.status-error,.liveDashboard ._account_api .list-results thead .report-status .status.status-log span.status-error,.liveDashboard ._account_api .list-results thead .report-status .status.status-report-item span.status-error,.liveDashboard ._account_api .list-results thead .report-status .double-list dd.status span.status-error,.double-list .liveDashboard ._account_api .list-results thead .report-status dd.status span.status-error,.liveDashboard ._account_api .list-results thead .report-status .double-list dt.status span.status-error,.double-list .liveDashboard ._account_api .list-results thead .report-status dt.status span.status-error,.liveDashboard ._account_api .list-results thead .report-status .w-cards-container .w-card .status.title span.status-error,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .report-status .status.title span.status-error,.liveDashboard ._account_api .list-results thead .report-status .w-cards-container .w-card.centered .w-value .status.label span.status-error,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .report-status .status.label span.status-error,.liveDashboard ._account_api .list-results thead .report-status tbody tr.sublist .status.title span.status-error,.liveDashboard ._account_api .list-results tbody tr.sublist thead .report-status .status.title span.status-error,._account_api .liveDashboard .list-results thead .form-label.status .report-status span.status-error,._account_api .liveDashboard .list-results thead .status.status-log .report-status span.status-error,._account_api .liveDashboard .list-results thead .status.status-report-item .report-status span.status-error,._account_api .liveDashboard .list-results thead .double-list dd.status .report-status span.status-error,.double-list ._account_api .liveDashboard .list-results thead dd.status .report-status span.status-error,._account_api .liveDashboard .list-results thead .double-list dt.status .report-status span.status-error,.double-list ._account_api .liveDashboard .list-results thead dt.status .report-status span.status-error,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title .report-status span.status-error,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title .report-status span.status-error,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .report-status span.status-error,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label .report-status span.status-error,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title .report-status span.status-error,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title .report-status span.status-error,.liveDashboard ._account_api .list-results thead .form-label.status .report-status span.status-error,.liveDashboard ._account_api .list-results thead .status.status-log .report-status span.status-error,.liveDashboard ._account_api .list-results thead .status.status-report-item .report-status span.status-error,.liveDashboard ._account_api .list-results thead .double-list dd.status .report-status span.status-error,.double-list .liveDashboard ._account_api .list-results thead dd.status .report-status span.status-error,.liveDashboard ._account_api .list-results thead .double-list dt.status .report-status span.status-error,.double-list .liveDashboard ._account_api .list-results thead dt.status .report-status span.status-error,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title .report-status span.status-error,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title .report-status span.status-error,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .report-status span.status-error,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label .report-status span.status-error,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title .report-status span.status-error,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title .report-status span.status-error,._account_api .form-label.status .liveDashboard .list-results thead .report-status span.status-error,._account_api .status.status-log .liveDashboard .list-results thead .report-status span.status-error,._account_api .status.status-report-item .liveDashboard .list-results thead .report-status span.status-error,._account_api .double-list dd.status .liveDashboard .list-results thead .report-status span.status-error,.double-list ._account_api dd.status .liveDashboard .list-results thead .report-status span.status-error,._account_api .double-list dt.status .liveDashboard .list-results thead .report-status span.status-error,.double-list ._account_api dt.status .liveDashboard .list-results thead .report-status span.status-error,._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead .report-status span.status-error,.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead .report-status span.status-error,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead .report-status span.status-error,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead .report-status span.status-error,._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead .report-status span.status-error,.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead .report-status span.status-error,.form-label.status .liveDashboard ._account_api .list-results thead .report-status span.status-error,.status.status-log .liveDashboard ._account_api .list-results thead .report-status span.status-error,.status.status-report-item .liveDashboard ._account_api .list-results thead .report-status span.status-error,.double-list dd.status .liveDashboard ._account_api .list-results thead .report-status span.status-error,.double-list dt.status .liveDashboard ._account_api .list-results thead .report-status span.status-error,.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead .report-status span.status-error,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead .report-status span.status-error,.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead .report-status span.status-error,._account_api .liveDashboard .list-results thead .report-status .w-filters-selected label.status.small span.status-error,.liveDashboard ._account_api .list-results thead .report-status .w-filters-selected label.status.small span.status-error,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small .report-status span.status-error,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small .report-status span.status-error,._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead .report-status span.status-error,.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead .report-status span.status-error,._account_api .liveDashboard .list-results thead .report-status .w-filters-selected .status.btn-f-s span.status-error,.liveDashboard ._account_api .list-results thead .report-status .w-filters-selected .status.btn-f-s span.status-error,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .report-status span.status-error,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s .report-status span.status-error,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead .report-status span.status-error,.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead .report-status span.status-error,._account_api .liveDashboard .list-results thead .report-status .sub-header .w-form label.status-error,._account_api .liveDashboard .list-results thead .report-status .sub-header .w-double-list label.status-error,.liveDashboard ._account_api .list-results thead .report-status .sub-header .w-form label.status-error,.liveDashboard ._account_api .list-results thead .report-status .sub-header .w-double-list label.status-error,._account_api .liveDashboard .list-results thead .sub-header .w-form .report-status label.status-error,._account_api .liveDashboard .list-results thead .sub-header .w-double-list .report-status label.status-error,.liveDashboard ._account_api .list-results thead .sub-header .w-form .report-status label.status-error,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list .report-status label.status-error,._account_api .sub-header .w-form .liveDashboard .list-results thead .report-status label.status-error,._account_api .sub-header .w-double-list .liveDashboard .list-results thead .report-status label.status-error,.sub-header .w-form .liveDashboard ._account_api .list-results thead .report-status label.status-error,.sub-header .w-double-list .liveDashboard ._account_api .list-results thead .report-status label.status-error,._account_api .liveDashboard .list-results thead .report-status .block-filters button.status-error:after,.liveDashboard ._account_api .list-results thead .report-status .block-filters button.status-error:after,._account_api .liveDashboard .list-results thead .block-filters .report-status button.status-error:after,.liveDashboard ._account_api .list-results thead .block-filters .report-status button.status-error:after,._account_api .block-filters .liveDashboard .list-results thead .report-status button.status-error:after,.block-filters .liveDashboard ._account_api .list-results thead .report-status button.status-error:after,._account_api .liveDashboard .list-results thead .report-status .block-filters select.status-error:after,.liveDashboard ._account_api .list-results thead .report-status .block-filters select.status-error:after,._account_api .liveDashboard .list-results thead .block-filters .report-status select.status-error:after,.liveDashboard ._account_api .list-results thead .block-filters .report-status select.status-error:after,._account_api .block-filters .liveDashboard .list-results thead .report-status select.status-error:after,.block-filters .liveDashboard ._account_api .list-results thead .report-status select.status-error:after,._account_api .liveDashboard .list-results thead .report-status .form-auto-list .status-error.form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .report-status .form-auto-list .status-error.form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .form-auto-list .report-status .status-error.form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .form-auto-list .report-status .status-error.form-auto-item.is-user-is-inactive,._account_api .form-auto-list .liveDashboard .list-results thead .report-status .status-error.form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard ._account_api .list-results thead .report-status .status-error.form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .report-status .form-auto-list .status-error.form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .report-status .form-auto-list .status-error.form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .form-auto-list .report-status .status-error.form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .form-auto-list .report-status .status-error.form-auto-item.is-user-is-active,._account_api .form-auto-list .liveDashboard .list-results thead .report-status .status-error.form-auto-item.is-user-is-active,.form-auto-list .liveDashboard ._account_api .list-results thead .report-status .status-error.form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .report-status .list-results-header .status.title span.status-error,.liveDashboard ._account_api .list-results thead .report-status .list-results-header .status.title span.status-error,._account_api .liveDashboard .list-results thead .list-results-header .status.title .report-status span.status-error,.liveDashboard ._account_api .list-results thead .list-results-header .status.title .report-status span.status-error,._account_api .list-results-header .status.title .liveDashboard .list-results thead .report-status span.status-error,.list-results-header .status.title .liveDashboard ._account_api .list-results thead .report-status span.status-error,._account_api .liveDashboard .list-results thead .report-status tr span.status-error,.liveDashboard ._account_api .list-results thead .report-status tr span.status-error,._account_api .liveDashboard .list-results thead tr .report-status span.status-error,.liveDashboard ._account_api .list-results thead tr .report-status span.status-error,._account_api .list-results thead .report-status .status-error.icon,._account_api .list-results thead .report-status .status-error.w-alert-banner:before,._account_api .liveDashboard .list-results thead .report-status .status-error.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .report-status .status-error.w-alert-banner:before,._account_api .list-results thead .report-status .status-error.w-alert-banner:before,._account_api .list-results thead .report-status .w-dialog.plus .status-error.dialog-aside:after,.w-dialog.plus ._account_api .list-results thead .report-status .status-error.dialog-aside:after,._account_api .list-results thead .report-status .w-toast .status-error.toast.plus:after,.w-toast ._account_api .list-results thead .report-status .status-error.toast.plus:after,._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .status-error.btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .report-status .status-error.btn-period-clear:before,._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .status-error.btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .report-status .status-error.btn-filter:before,._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .status-error.btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .report-status .status-error.btn-period-edit:before,._account_api .list-results thead .report-status .block-filters .status-error.btn-filter:before,.block-filters ._account_api .list-results thead .report-status .status-error.btn-filter:before,._account_api .list-results thead .report-status .toggleWrapper input.mobileToggle+label.status-error,.toggleWrapper ._account_api .list-results thead .report-status input.mobileToggle+label.status-error,._account_api .list-results thead .report-status tbody span.status-error.status,._account_api .list-results tbody thead .report-status span.status-error.status,._account_api .list-results thead .report-status tbody td.is-running span.status-error,._account_api .list-results tbody td.is-running thead .report-status span.status-error,._account_api .list-results thead .report-status tbody td.is-pending span.status-error,._account_api .list-results tbody td.is-pending thead .report-status span.status-error,._account_api .list-results thead .report-status .w-filter-preset.w-filter-preset .filter-preset .dropdown .status-error.dropdown-toggle:after,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .report-status .status-error.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .report-status .status-error.dropdown-toggle:after,._account_api .list-results thead .report-status .w-filter-preset.w-filter-preset .filter-preset .status-error.filter,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .report-status .status-error.filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .report-status .status-error.filter,._account_api .list-results thead .report-status .form-label.status span.status-error,._account_api .list-results thead .report-status .status.status-log span.status-error,._account_api .list-results thead .report-status .status.status-report-item span.status-error,._account_api .list-results thead .report-status .double-list dd.status span.status-error,.double-list ._account_api .list-results thead .report-status dd.status span.status-error,._account_api .list-results thead .report-status .double-list dt.status span.status-error,.double-list ._account_api .list-results thead .report-status dt.status span.status-error,._account_api .list-results thead .report-status .w-cards-container .w-card .status.title span.status-error,.w-cards-container .w-card ._account_api .list-results thead .report-status .status.title span.status-error,._account_api .list-results thead .report-status .w-cards-container .w-card.centered .w-value .status.label span.status-error,.w-cards-container .w-card.centered .w-value ._account_api .list-results thead .report-status .status.label span.status-error,._account_api .list-results thead .report-status tbody tr.sublist .status.title span.status-error,._account_api .list-results tbody tr.sublist thead .report-status .status.title span.status-error,._account_api .list-results thead .form-label.status .report-status span.status-error,._account_api .list-results thead .status.status-log .report-status span.status-error,._account_api .list-results thead .status.status-report-item .report-status span.status-error,._account_api .list-results thead .double-list dd.status .report-status span.status-error,.double-list ._account_api .list-results thead dd.status .report-status span.status-error,._account_api .list-results thead .double-list dt.status .report-status span.status-error,.double-list ._account_api .list-results thead dt.status .report-status span.status-error,._account_api .list-results thead .w-cards-container .w-card .status.title .report-status span.status-error,.w-cards-container .w-card ._account_api .list-results thead .status.title .report-status span.status-error,._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .report-status span.status-error,.w-cards-container .w-card.centered .w-value ._account_api .list-results thead .status.label .report-status span.status-error,._account_api .list-results thead tbody tr.sublist .status.title .report-status span.status-error,._account_api .list-results tbody tr.sublist thead .status.title .report-status span.status-error,.form-label.status ._account_api .list-results thead .report-status span.status-error,.status.status-log ._account_api .list-results thead .report-status span.status-error,.status.status-report-item ._account_api .list-results thead .report-status span.status-error,.double-list dd.status ._account_api .list-results thead .report-status span.status-error,.double-list dt.status ._account_api .list-results thead .report-status span.status-error,.w-cards-container .w-card .status.title ._account_api .list-results thead .report-status span.status-error,.w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead .report-status span.status-error,.list-results tbody tr.sublist .status.title ._account_api .list-results thead .report-status span.status-error,._account_api .list-results thead .report-status .w-filters-selected label.status.small span.status-error,._account_api .list-results thead .w-filters-selected label.status.small .report-status span.status-error,.w-filters-selected label.status.small ._account_api .list-results thead .report-status span.status-error,._account_api .list-results thead .report-status .w-filters-selected .status.btn-f-s span.status-error,._account_api .list-results thead .w-filters-selected .status.btn-f-s .report-status span.status-error,.w-filters-selected .status.btn-f-s ._account_api .list-results thead .report-status span.status-error,._account_api .list-results thead .report-status .sub-header .w-form label.status-error,._account_api .list-results thead .report-status .sub-header .w-double-list label.status-error,._account_api .list-results thead .sub-header .w-form .report-status label.status-error,._account_api .list-results thead .sub-header .w-double-list .report-status label.status-error,.sub-header .w-form ._account_api .list-results thead .report-status label.status-error,.sub-header .w-double-list ._account_api .list-results thead .report-status label.status-error,._account_api .list-results thead .report-status .block-filters button.status-error:after,._account_api .list-results thead .block-filters .report-status button.status-error:after,.block-filters ._account_api .list-results thead .report-status button.status-error:after,._account_api .list-results thead .report-status .block-filters select.status-error:after,._account_api .list-results thead .block-filters .report-status select.status-error:after,.block-filters ._account_api .list-results thead .report-status select.status-error:after,._account_api .list-results thead .report-status .form-auto-list .status-error.form-auto-item.is-user-is-inactive,._account_api .list-results thead .form-auto-list .report-status .status-error.form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .list-results thead .report-status .status-error.form-auto-item.is-user-is-inactive,._account_api .list-results thead .report-status .form-auto-list .status-error.form-auto-item.is-user-is-active,._account_api .list-results thead .form-auto-list .report-status .status-error.form-auto-item.is-user-is-active,.form-auto-list ._account_api .list-results thead .report-status .status-error.form-auto-item.is-user-is-active,._account_api .list-results thead .report-status .list-results-header .status.title span.status-error,._account_api .list-results thead .list-results-header .status.title .report-status span.status-error,.list-results-header .status.title ._account_api .list-results thead .report-status span.status-error,._account_api .list-results thead .report-status tr span.status-error,._account_api .list-results thead tr .report-status span.status-error,.liveDashboard ._account_api .list-results thead .report-status .status-error.icon,.liveDashboard ._account_api .list-results thead .report-status .status-error.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .report-status .status-error.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .report-status .status-error.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .report-status .w-dialog.plus .status-error.dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .report-status .status-error.dialog-aside:after,.liveDashboard ._account_api .list-results thead .report-status .w-toast .status-error.toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .report-status .status-error.toast.plus:after,.liveDashboard ._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .status-error.btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .report-status .status-error.btn-period-clear:before,.liveDashboard ._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .status-error.btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .report-status .status-error.btn-filter:before,.liveDashboard ._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .status-error.btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .report-status .status-error.btn-period-edit:before,.liveDashboard ._account_api .list-results thead .report-status .block-filters .status-error.btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .report-status .status-error.btn-filter:before,.liveDashboard ._account_api .list-results thead .report-status .toggleWrapper input.mobileToggle+label.status-error,.toggleWrapper .liveDashboard ._account_api .list-results thead .report-status input.mobileToggle+label.status-error,.liveDashboard ._account_api .list-results thead .report-status tbody span.status-error.status,.liveDashboard ._account_api .list-results tbody thead .report-status span.status-error.status,.liveDashboard ._account_api .list-results thead .report-status tbody td.is-running span.status-error,.liveDashboard ._account_api .list-results tbody td.is-running thead .report-status span.status-error,.liveDashboard ._account_api .list-results thead .report-status tbody td.is-pending span.status-error,.liveDashboard ._account_api .list-results tbody td.is-pending thead .report-status span.status-error,._account_api .liveDashboard .list-results thead .report-status .status-error.icon,._account_api .liveDashboard .list-results thead .report-status .status-error.w-alert-banner:before,._account_api .liveDashboard .list-results thead .report-status .status-error.w-alert-banner:before,._account_api .liveDashboard .list-results thead .report-status .status-error.w-alert-banner:before,._account_api .liveDashboard .list-results thead .report-status .w-dialog.plus .status-error.dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .report-status .status-error.dialog-aside:after,._account_api .liveDashboard .list-results thead .report-status .w-toast .status-error.toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .report-status .status-error.toast.plus:after,._account_api .liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .status-error.btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .report-status .status-error.btn-period-clear:before,._account_api .liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .status-error.btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .report-status .status-error.btn-filter:before,._account_api .liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .status-error.btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .report-status .status-error.btn-period-edit:before,._account_api .liveDashboard .list-results thead .report-status .block-filters .status-error.btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .report-status .status-error.btn-filter:before,._account_api .liveDashboard .list-results thead .report-status .toggleWrapper input.mobileToggle+label.status-error,.toggleWrapper ._account_api .liveDashboard .list-results thead .report-status input.mobileToggle+label.status-error,._account_api .liveDashboard .list-results thead .report-status tbody span.status-error.status,._account_api .liveDashboard .list-results tbody thead .report-status span.status-error.status,._account_api .liveDashboard .list-results thead .report-status tbody td.is-running span.status-error,._account_api .liveDashboard .list-results tbody td.is-running thead .report-status span.status-error,._account_api .liveDashboard .list-results thead .report-status tbody td.is-pending span.status-error,._account_api .liveDashboard .list-results tbody td.is-pending thead .report-status span.status-error,.liveDashboard ._account_api .list-results thead .report-status .w-filter-preset.w-filter-preset .filter-preset .dropdown .status-error.dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .report-status .status-error.dropdown-toggle:after,._account_api .liveDashboard .list-results thead .report-status .w-filter-preset.w-filter-preset .filter-preset .dropdown .status-error.dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .report-status .status-error.dropdown-toggle:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .report-status .status-error.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .report-status .status-error.dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .report-status .w-filter-preset.w-filter-preset .filter-preset .status-error.filter,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .report-status .status-error.filter,._account_api .liveDashboard .list-results thead .report-status .w-filter-preset.w-filter-preset .filter-preset .status-error.filter,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .report-status .status-error.filter,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .report-status .status-error.filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .report-status .status-error.filter,.liveDashboard ._account_api .list-results thead .report-status .form-label.status span.status-error,.liveDashboard ._account_api .list-results thead .report-status .status.status-log span.status-error,.liveDashboard ._account_api .list-results thead .report-status .status.status-report-item span.status-error,.liveDashboard ._account_api .list-results thead .report-status .double-list dd.status span.status-error,.double-list .liveDashboard ._account_api .list-results thead .report-status dd.status span.status-error,.liveDashboard ._account_api .list-results thead .report-status .double-list dt.status span.status-error,.double-list .liveDashboard ._account_api .list-results thead .report-status dt.status span.status-error,.liveDashboard ._account_api .list-results thead .report-status .w-cards-container .w-card .status.title span.status-error,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .report-status .status.title span.status-error,.liveDashboard ._account_api .list-results thead .report-status .w-cards-container .w-card.centered .w-value .status.label span.status-error,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .report-status .status.label span.status-error,.liveDashboard ._account_api .list-results thead .report-status tbody tr.sublist .status.title span.status-error,.liveDashboard ._account_api .list-results tbody tr.sublist thead .report-status .status.title span.status-error,.liveDashboard ._account_api .list-results thead .form-label.status .report-status span.status-error,.liveDashboard ._account_api .list-results thead .status.status-log .report-status span.status-error,.liveDashboard ._account_api .list-results thead .status.status-report-item .report-status span.status-error,.liveDashboard ._account_api .list-results thead .double-list dd.status .report-status span.status-error,.double-list .liveDashboard ._account_api .list-results thead dd.status .report-status span.status-error,.liveDashboard ._account_api .list-results thead .double-list dt.status .report-status span.status-error,.double-list .liveDashboard ._account_api .list-results thead dt.status .report-status span.status-error,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title .report-status span.status-error,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title .report-status span.status-error,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .report-status span.status-error,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label .report-status span.status-error,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title .report-status span.status-error,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title .report-status span.status-error,._account_api .liveDashboard .list-results thead .report-status .form-label.status span.status-error,._account_api .liveDashboard .list-results thead .report-status .status.status-log span.status-error,._account_api .liveDashboard .list-results thead .report-status .status.status-report-item span.status-error,._account_api .liveDashboard .list-results thead .report-status .double-list dd.status span.status-error,.double-list ._account_api .liveDashboard .list-results thead .report-status dd.status span.status-error,._account_api .liveDashboard .list-results thead .report-status .double-list dt.status span.status-error,.double-list ._account_api .liveDashboard .list-results thead .report-status dt.status span.status-error,._account_api .liveDashboard .list-results thead .report-status .w-cards-container .w-card .status.title span.status-error,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .report-status .status.title span.status-error,._account_api .liveDashboard .list-results thead .report-status .w-cards-container .w-card.centered .w-value .status.label span.status-error,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .report-status .status.label span.status-error,._account_api .liveDashboard .list-results thead .report-status tbody tr.sublist .status.title span.status-error,._account_api .liveDashboard .list-results tbody tr.sublist thead .report-status .status.title span.status-error,._account_api .liveDashboard .list-results thead .form-label.status .report-status span.status-error,._account_api .liveDashboard .list-results thead .status.status-log .report-status span.status-error,._account_api .liveDashboard .list-results thead .status.status-report-item .report-status span.status-error,._account_api .liveDashboard .list-results thead .double-list dd.status .report-status span.status-error,.double-list ._account_api .liveDashboard .list-results thead dd.status .report-status span.status-error,._account_api .liveDashboard .list-results thead .double-list dt.status .report-status span.status-error,.double-list ._account_api .liveDashboard .list-results thead dt.status .report-status span.status-error,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title .report-status span.status-error,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title .report-status span.status-error,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .report-status span.status-error,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label .report-status span.status-error,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title .report-status span.status-error,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title .report-status span.status-error,.liveDashboard .form-label.status ._account_api .list-results thead .report-status span.status-error,.liveDashboard .status.status-log ._account_api .list-results thead .report-status span.status-error,.liveDashboard .status.status-report-item ._account_api .list-results thead .report-status span.status-error,.liveDashboard .double-list dd.status ._account_api .list-results thead .report-status span.status-error,.double-list .liveDashboard dd.status ._account_api .list-results thead .report-status span.status-error,.liveDashboard .double-list dt.status ._account_api .list-results thead .report-status span.status-error,.double-list .liveDashboard dt.status ._account_api .list-results thead .report-status span.status-error,.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead .report-status span.status-error,.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead .report-status span.status-error,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead .report-status span.status-error,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead .report-status span.status-error,.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead .report-status span.status-error,.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead .report-status span.status-error,.form-label.status ._account_api .liveDashboard .list-results thead .report-status span.status-error,.status.status-log ._account_api .liveDashboard .list-results thead .report-status span.status-error,.status.status-report-item ._account_api .liveDashboard .list-results thead .report-status span.status-error,.double-list dd.status ._account_api .liveDashboard .list-results thead .report-status span.status-error,.double-list dt.status ._account_api .liveDashboard .list-results thead .report-status span.status-error,.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead .report-status span.status-error,.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead .report-status span.status-error,.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead .report-status span.status-error,.liveDashboard ._account_api .list-results thead .report-status .w-filters-selected label.status.small span.status-error,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small .report-status span.status-error,._account_api .liveDashboard .list-results thead .report-status .w-filters-selected label.status.small span.status-error,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small .report-status span.status-error,.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead .report-status span.status-error,.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead .report-status span.status-error,.liveDashboard ._account_api .list-results thead .report-status .w-filters-selected .status.btn-f-s span.status-error,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s .report-status span.status-error,._account_api .liveDashboard .list-results thead .report-status .w-filters-selected .status.btn-f-s span.status-error,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .report-status span.status-error,.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead .report-status span.status-error,.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead .report-status span.status-error,.liveDashboard ._account_api .list-results thead .report-status .sub-header .w-form label.status-error,.liveDashboard ._account_api .list-results thead .report-status .sub-header .w-double-list label.status-error,.liveDashboard ._account_api .list-results thead .sub-header .w-form .report-status label.status-error,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list .report-status label.status-error,._account_api .liveDashboard .list-results thead .report-status .sub-header .w-form label.status-error,._account_api .liveDashboard .list-results thead .report-status .sub-header .w-double-list label.status-error,._account_api .liveDashboard .list-results thead .sub-header .w-form .report-status label.status-error,._account_api .liveDashboard .list-results thead .sub-header .w-double-list .report-status label.status-error,.liveDashboard .sub-header .w-form ._account_api .list-results thead .report-status label.status-error,.liveDashboard .sub-header .w-double-list ._account_api .list-results thead .report-status label.status-error,.sub-header .w-form ._account_api .liveDashboard .list-results thead .report-status label.status-error,.sub-header .w-double-list ._account_api .liveDashboard .list-results thead .report-status label.status-error,.liveDashboard ._account_api .list-results thead .report-status .block-filters button.status-error:after,.liveDashboard ._account_api .list-results thead .block-filters .report-status button.status-error:after,._account_api .liveDashboard .list-results thead .report-status .block-filters button.status-error:after,._account_api .liveDashboard .list-results thead .block-filters .report-status button.status-error:after,.liveDashboard .block-filters ._account_api .list-results thead .report-status button.status-error:after,.block-filters ._account_api .liveDashboard .list-results thead .report-status button.status-error:after,.liveDashboard ._account_api .list-results thead .report-status .block-filters select.status-error:after,.liveDashboard ._account_api .list-results thead .block-filters .report-status select.status-error:after,._account_api .liveDashboard .list-results thead .report-status .block-filters select.status-error:after,._account_api .liveDashboard .list-results thead .block-filters .report-status select.status-error:after,.liveDashboard .block-filters ._account_api .list-results thead .report-status select.status-error:after,.block-filters ._account_api .liveDashboard .list-results thead .report-status select.status-error:after,.liveDashboard ._account_api .list-results thead .report-status .form-auto-list .status-error.form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .form-auto-list .report-status .status-error.form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .report-status .form-auto-list .status-error.form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .form-auto-list .report-status .status-error.form-auto-item.is-user-is-inactive,.liveDashboard .form-auto-list ._account_api .list-results thead .report-status .status-error.form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .liveDashboard .list-results thead .report-status .status-error.form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .report-status .form-auto-list .status-error.form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .form-auto-list .report-status .status-error.form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .report-status .form-auto-list .status-error.form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .form-auto-list .report-status .status-error.form-auto-item.is-user-is-active,.liveDashboard .form-auto-list ._account_api .list-results thead .report-status .status-error.form-auto-item.is-user-is-active,.form-auto-list ._account_api .liveDashboard .list-results thead .report-status .status-error.form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .report-status .list-results-header .status.title span.status-error,.liveDashboard ._account_api .list-results thead .list-results-header .status.title .report-status span.status-error,._account_api .liveDashboard .list-results thead .report-status .list-results-header .status.title span.status-error,._account_api .liveDashboard .list-results thead .list-results-header .status.title .report-status span.status-error,.liveDashboard .list-results-header .status.title ._account_api .list-results thead .report-status span.status-error,.list-results-header .status.title ._account_api .liveDashboard .list-results thead .report-status span.status-error,.liveDashboard ._account_api .list-results thead .report-status tr span.status-error,.liveDashboard ._account_api .list-results thead tr .report-status span.status-error,._account_api .liveDashboard .list-results thead .report-status tr span.status-error,._account_api .liveDashboard .list-results thead tr .report-status span.status-error,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .report-status .status-error.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .report-status .status-error.dropdown-toggle:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .report-status .status-error.filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .report-status .status-error.filter,._account_api .form-label.status .liveDashboard .list-results thead .report-status span.status-error,._account_api .status.status-log .liveDashboard .list-results thead .report-status span.status-error,._account_api .status.status-report-item .liveDashboard .list-results thead .report-status span.status-error,._account_api .double-list dd.status .liveDashboard .list-results thead .report-status span.status-error,.double-list ._account_api dd.status .liveDashboard .list-results thead .report-status span.status-error,._account_api .double-list dt.status .liveDashboard .list-results thead .report-status span.status-error,.double-list ._account_api dt.status .liveDashboard .list-results thead .report-status span.status-error,._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead .report-status span.status-error,.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead .report-status span.status-error,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead .report-status span.status-error,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead .report-status span.status-error,._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead .report-status span.status-error,.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead .report-status span.status-error,.form-label.status .liveDashboard ._account_api .list-results thead .report-status span.status-error,.status.status-log .liveDashboard ._account_api .list-results thead .report-status span.status-error,.status.status-report-item .liveDashboard ._account_api .list-results thead .report-status span.status-error,.double-list dd.status .liveDashboard ._account_api .list-results thead .report-status span.status-error,.double-list dt.status .liveDashboard ._account_api .list-results thead .report-status span.status-error,.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead .report-status span.status-error,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead .report-status span.status-error,.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead .report-status span.status-error,._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead .report-status span.status-error,.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead .report-status span.status-error,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead .report-status span.status-error,.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead .report-status span.status-error,._account_api .sub-header .w-form .liveDashboard .list-results thead .report-status label.status-error,._account_api .sub-header .w-double-list .liveDashboard .list-results thead .report-status label.status-error,.sub-header .w-form .liveDashboard ._account_api .list-results thead .report-status label.status-error,.sub-header .w-double-list .liveDashboard ._account_api .list-results thead .report-status label.status-error,._account_api .block-filters .liveDashboard .list-results thead .report-status button.status-error:after,.block-filters .liveDashboard ._account_api .list-results thead .report-status button.status-error:after,._account_api .block-filters .liveDashboard .list-results thead .report-status select.status-error:after,.block-filters .liveDashboard ._account_api .list-results thead .report-status select.status-error:after,._account_api .form-auto-list .liveDashboard .list-results thead .report-status .status-error.form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard ._account_api .list-results thead .report-status .status-error.form-auto-item.is-user-is-inactive,._account_api .form-auto-list .liveDashboard .list-results thead .report-status .status-error.form-auto-item.is-user-is-active,.form-auto-list .liveDashboard ._account_api .list-results thead .report-status .status-error.form-auto-item.is-user-is-active,._account_api .list-results-header .status.title .liveDashboard .list-results thead .report-status span.status-error,.list-results-header .status.title .liveDashboard ._account_api .list-results thead .report-status span.status-error,.report-status ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .status-error.dropdown-toggle:after,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .report-status .status-error.dropdown-toggle:after,.report-status .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .status-error.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .report-status .status-error.dropdown-toggle:after,.report-status ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .status-error.filter,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .report-status .status-error.filter,.report-status .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .status-error.filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .report-status .status-error.filter,.report-status ._account_api .list-results thead .form-label.status span.status-error,.report-status ._account_api .list-results thead .status.status-log span.status-error,.report-status ._account_api .list-results thead .status.status-report-item span.status-error,.report-status ._account_api .list-results thead .double-list dd.status span.status-error,.double-list .report-status ._account_api .list-results thead dd.status span.status-error,.report-status ._account_api .list-results thead .double-list dt.status span.status-error,.double-list .report-status ._account_api .list-results thead dt.status span.status-error,.report-status ._account_api .list-results thead .w-cards-container .w-card .status.title span.status-error,.w-cards-container .w-card .report-status ._account_api .list-results thead .status.title span.status-error,.report-status ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.status-error,.w-cards-container .w-card.centered .w-value .report-status ._account_api .list-results thead .status.label span.status-error,.report-status ._account_api .list-results thead tbody tr.sublist .status.title span.status-error,.report-status ._account_api .list-results tbody tr.sublist thead .status.title span.status-error,._account_api .list-results thead .form-label.status .report-status span.status-error,._account_api .list-results thead .status.status-log .report-status span.status-error,._account_api .list-results thead .status.status-report-item .report-status span.status-error,._account_api .list-results thead .double-list dd.status .report-status span.status-error,.double-list ._account_api .list-results thead dd.status .report-status span.status-error,._account_api .list-results thead .double-list dt.status .report-status span.status-error,.double-list ._account_api .list-results thead dt.status .report-status span.status-error,._account_api .list-results thead .w-cards-container .w-card .status.title .report-status span.status-error,.w-cards-container .w-card ._account_api .list-results thead .status.title .report-status span.status-error,._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .report-status span.status-error,.w-cards-container .w-card.centered .w-value ._account_api .list-results thead .status.label .report-status span.status-error,._account_api .list-results thead tbody tr.sublist .status.title .report-status span.status-error,._account_api .list-results tbody tr.sublist thead .status.title .report-status span.status-error,.report-status .form-label.status ._account_api .list-results thead span.status-error,.report-status .status.status-log ._account_api .list-results thead span.status-error,.report-status .status.status-report-item ._account_api .list-results thead span.status-error,.report-status .double-list dd.status ._account_api .list-results thead span.status-error,.double-list .report-status dd.status ._account_api .list-results thead span.status-error,.report-status .double-list dt.status ._account_api .list-results thead span.status-error,.double-list .report-status dt.status ._account_api .list-results thead span.status-error,.report-status .w-cards-container .w-card .status.title ._account_api .list-results thead span.status-error,.w-cards-container .w-card .report-status .status.title ._account_api .list-results thead span.status-error,.report-status .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.status-error,.w-cards-container .w-card.centered .w-value .report-status .status.label ._account_api .list-results thead span.status-error,.report-status .list-results tbody tr.sublist .status.title ._account_api .list-results thead span.status-error,.list-results tbody tr.sublist .report-status .status.title ._account_api .list-results thead span.status-error,.form-label.status ._account_api .list-results thead .report-status span.status-error,.status.status-log ._account_api .list-results thead .report-status span.status-error,.status.status-report-item ._account_api .list-results thead .report-status span.status-error,.double-list dd.status ._account_api .list-results thead .report-status span.status-error,.double-list dt.status ._account_api .list-results thead .report-status span.status-error,.w-cards-container .w-card .status.title ._account_api .list-results thead .report-status span.status-error,.w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead .report-status span.status-error,.list-results tbody tr.sublist .status.title ._account_api .list-results thead .report-status span.status-error,.report-status ._account_api .list-results thead .w-filters-selected label.status.small span.status-error,._account_api .list-results thead .w-filters-selected label.status.small .report-status span.status-error,.report-status .w-filters-selected label.status.small ._account_api .list-results thead span.status-error,.w-filters-selected label.status.small ._account_api .list-results thead .report-status span.status-error,.report-status ._account_api .list-results thead .w-filters-selected .status.btn-f-s span.status-error,._account_api .list-results thead .w-filters-selected .status.btn-f-s .report-status span.status-error,.report-status .w-filters-selected .status.btn-f-s ._account_api .list-results thead span.status-error,.w-filters-selected .status.btn-f-s ._account_api .list-results thead .report-status span.status-error,.report-status ._account_api .list-results thead .sub-header .w-form label.status-error,.report-status ._account_api .list-results thead .sub-header .w-double-list label.status-error,._account_api .list-results thead .sub-header .w-form .report-status label.status-error,._account_api .list-results thead .sub-header .w-double-list .report-status label.status-error,.report-status .sub-header .w-form ._account_api .list-results thead label.status-error,.report-status .sub-header .w-double-list ._account_api .list-results thead label.status-error,.sub-header .w-form ._account_api .list-results thead .report-status label.status-error,.sub-header .w-double-list ._account_api .list-results thead .report-status label.status-error,.report-status ._account_api .list-results thead .block-filters button.status-error:after,._account_api .list-results thead .block-filters .report-status button.status-error:after,.report-status .block-filters ._account_api .list-results thead button.status-error:after,.block-filters ._account_api .list-results thead .report-status button.status-error:after,.report-status ._account_api .list-results thead .block-filters select.status-error:after,._account_api .list-results thead .block-filters .report-status select.status-error:after,.report-status .block-filters ._account_api .list-results thead select.status-error:after,.block-filters ._account_api .list-results thead .report-status select.status-error:after,.report-status ._account_api .list-results thead .form-auto-list .status-error.form-auto-item.is-user-is-inactive,._account_api .list-results thead .form-auto-list .report-status .status-error.form-auto-item.is-user-is-inactive,.report-status .form-auto-list ._account_api .list-results thead .status-error.form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .list-results thead .report-status .status-error.form-auto-item.is-user-is-inactive,.report-status ._account_api .list-results thead .form-auto-list .status-error.form-auto-item.is-user-is-active,._account_api .list-results thead .form-auto-list .report-status .status-error.form-auto-item.is-user-is-active,.report-status .form-auto-list ._account_api .list-results thead .status-error.form-auto-item.is-user-is-active,.form-auto-list ._account_api .list-results thead .report-status .status-error.form-auto-item.is-user-is-active,.report-status ._account_api .list-results thead .list-results-header .status.title span.status-error,._account_api .list-results thead .list-results-header .status.title .report-status span.status-error,.report-status .list-results-header .status.title ._account_api .list-results thead span.status-error,.list-results-header .status.title ._account_api .list-results thead .report-status span.status-error,.report-status ._account_api .list-results thead tr span.status-error,._account_api .list-results thead tr .report-status span.status-error,.report-status .sidebar-default.sidebar-default-right .sidebar-default-body .filter-group .status-error.filter-checkbox,.sidebar-default.sidebar-default-right .sidebar-default-body .filter-group .report-status .status-error.filter-checkbox,.report-status .add-filters-dropdown .w-add-filters-list>div.filter-group .status-error.filter-checkbox,.add-filters-dropdown .w-add-filters-list>div.filter-group .report-status .status-error.filter-checkbox,.report-status .filter-preset .filter-field-name button.status-error,.filter-preset .filter-field-name .report-status button.status-error{color:#d41c5c !important;background-color:#f8cedd !important}.report-status .button-default:hover span,.report-status .liveDashboard .list-results thead .icon:hover span,.report-status .liveDashboard .list-results thead .w-alert-banner:hover:before span,.report-status .liveDashboard .list-results thead .w-alert-banner:hover:before span,.report-status .liveDashboard ._account_api .list-results thead .w-alert-banner:hover:before span,._account_api .report-status .liveDashboard .list-results thead .w-alert-banner:hover:before span,.report-status .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:hover:after span,.w-dialog.plus .report-status .liveDashboard .list-results thead .dialog-aside:hover:after span,.report-status .liveDashboard .list-results thead .w-toast .toast.plus:hover:after span,.w-toast .report-status .liveDashboard .list-results thead .toast.plus:hover:after span,.report-status .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:hover:before span,.w-time-period .dropdown .w-selection .report-status .liveDashboard .list-results thead .btn-period-clear:hover:before span,.report-status .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:hover:before span,.w-time-period .dropdown .w-selection .report-status .liveDashboard .list-results thead .btn-filter:hover:before span,.report-status .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:hover:before span,.w-time-period .dropdown .w-selection .report-status .liveDashboard .list-results thead .btn-period-edit:hover:before span,.report-status .liveDashboard .list-results thead .block-filters .btn-filter:hover:before span,.block-filters .report-status .liveDashboard .list-results thead .btn-filter:hover:before span,.report-status .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label:hover span,.toggleWrapper .report-status .liveDashboard .list-results thead input.mobileToggle+label:hover span,.report-status .liveDashboard .list-results thead tbody span.status:hover span,.report-status .liveDashboard .list-results tbody thead span.status:hover span,.report-status .liveDashboard .list-results thead tbody td.is-running span:hover span,.report-status .liveDashboard .list-results tbody td.is-running thead span:hover span,.report-status .liveDashboard .list-results thead tbody td.is-pending span:hover span,.report-status .liveDashboard .list-results tbody td.is-pending thead span:hover span,.report-status .liveDashboard .list-results thead .icon:hover span,.report-status .liveDashboard .list-results thead .w-alert-banner:hover:before span,.report-status .liveDashboard .list-results thead .w-alert-banner:hover:before span,.report-status .liveDashboard ._account_api .list-results thead .w-alert-banner:hover:before span,._account_api .report-status .liveDashboard .list-results thead .w-alert-banner:hover:before span,.report-status .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:hover:after span,.w-dialog.plus .report-status .liveDashboard .list-results thead .dialog-aside:hover:after span,.report-status .liveDashboard .list-results thead .w-toast .toast.plus:hover:after span,.w-toast .report-status .liveDashboard .list-results thead .toast.plus:hover:after span,.report-status .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:hover:before span,.w-time-period .dropdown .w-selection .report-status .liveDashboard .list-results thead .btn-period-clear:hover:before span,.report-status .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:hover:before span,.w-time-period .dropdown .w-selection .report-status .liveDashboard .list-results thead .btn-filter:hover:before span,.report-status .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:hover:before span,.w-time-period .dropdown .w-selection .report-status .liveDashboard .list-results thead .btn-period-edit:hover:before span,.report-status .liveDashboard .list-results thead .block-filters .btn-filter:hover:before span,.block-filters .report-status .liveDashboard .list-results thead .btn-filter:hover:before span,.report-status .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label:hover span,.toggleWrapper .report-status .liveDashboard .list-results thead input.mobileToggle+label:hover span,.report-status .liveDashboard .list-results thead tbody span.status:hover span,.report-status .liveDashboard .list-results tbody thead span.status:hover span,.report-status .liveDashboard .list-results thead tbody td.is-running span:hover span,.report-status .liveDashboard .list-results tbody td.is-running thead span:hover span,.report-status .liveDashboard .list-results thead tbody td.is-pending span:hover span,.report-status .liveDashboard .list-results tbody td.is-pending thead span:hover span,.report-status .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:hover:after span,.report-status .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .dropdown-toggle:hover:after span,.w-filter-preset.w-filter-preset .filter-preset .dropdown .report-status .liveDashboard .list-results thead .dropdown-toggle:hover:after span,.report-status .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:hover span,.report-status .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .filter:hover span,.w-filter-preset.w-filter-preset .filter-preset .report-status .liveDashboard .list-results thead .filter:hover span,.report-status .liveDashboard .list-results thead .form-label.status span:hover span,.report-status .liveDashboard .list-results thead .status.status-log span:hover span,.report-status .liveDashboard .list-results thead .status.status-report-item span:hover span,.report-status .liveDashboard .list-results thead .double-list dd.status span:hover span,.double-list .report-status .liveDashboard .list-results thead dd.status span:hover span,.report-status .liveDashboard .list-results thead .double-list dt.status span:hover span,.double-list .report-status .liveDashboard .list-results thead dt.status span:hover span,.report-status .liveDashboard .list-results thead .w-cards-container .w-card .status.title span:hover span,.w-cards-container .w-card .report-status .liveDashboard .list-results thead .status.title span:hover span,.report-status .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:hover span,.w-cards-container .w-card.centered .w-value .report-status .liveDashboard .list-results thead .status.label span:hover span,.report-status .liveDashboard .list-results thead tbody tr.sublist .status.title span:hover span,.report-status .liveDashboard .list-results tbody tr.sublist thead .status.title span:hover span,.report-status .form-label.status .liveDashboard .list-results thead span:hover span,.report-status .status.status-log .liveDashboard .list-results thead span:hover span,.report-status .status.status-report-item .liveDashboard .list-results thead span:hover span,.report-status .double-list dd.status .liveDashboard .list-results thead span:hover span,.double-list .report-status dd.status .liveDashboard .list-results thead span:hover span,.report-status .double-list dt.status .liveDashboard .list-results thead span:hover span,.double-list .report-status dt.status .liveDashboard .list-results thead span:hover span,.report-status .w-cards-container .w-card .status.title .liveDashboard .list-results thead span:hover span,.w-cards-container .w-card .report-status .status.title .liveDashboard .list-results thead span:hover span,.report-status .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span:hover span,.w-cards-container .w-card.centered .w-value .report-status .status.label .liveDashboard .list-results thead span:hover span,.report-status .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span:hover span,.list-results tbody tr.sublist .report-status .status.title .liveDashboard .list-results thead span:hover span,.form-label.status .report-status .liveDashboard .list-results thead span:hover span,.status.status-log .report-status .liveDashboard .list-results thead span:hover span,.status.status-report-item .report-status .liveDashboard .list-results thead span:hover span,.double-list dd.status .report-status .liveDashboard .list-results thead span:hover span,.double-list dt.status .report-status .liveDashboard .list-results thead span:hover span,.w-cards-container .w-card .status.title .report-status .liveDashboard .list-results thead span:hover span,.w-cards-container .w-card.centered .w-value .status.label .report-status .liveDashboard .list-results thead span:hover span,.list-results tbody tr.sublist .status.title .report-status .liveDashboard .list-results thead span:hover span,.report-status .liveDashboard .list-results thead .w-filters-selected label.status.small span:hover span,.report-status .w-filters-selected label.status.small .liveDashboard .list-results thead span:hover span,.w-filters-selected label.status.small .report-status .liveDashboard .list-results thead span:hover span,.report-status .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span:hover span,.report-status .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span:hover span,.w-filters-selected .status.btn-f-s .report-status .liveDashboard .list-results thead span:hover span,.report-status .liveDashboard .list-results thead .sub-header .w-form label:hover span,.report-status .liveDashboard .list-results thead .sub-header .w-double-list label:hover span,.report-status .sub-header .w-form .liveDashboard .list-results thead label:hover span,.report-status .sub-header .w-double-list .liveDashboard .list-results thead label:hover span,.sub-header .w-form .report-status .liveDashboard .list-results thead label:hover span,.sub-header .w-double-list .report-status .liveDashboard .list-results thead label:hover span,.report-status .liveDashboard .list-results thead .block-filters button:hover:after span,.report-status .block-filters .liveDashboard .list-results thead button:hover:after span,.block-filters .report-status .liveDashboard .list-results thead button:hover:after span,.report-status .liveDashboard .list-results thead .block-filters select:hover:after span,.report-status .block-filters .liveDashboard .list-results thead select:hover:after span,.block-filters .report-status .liveDashboard .list-results thead select:hover:after span,.report-status .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:hover span,.report-status .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive:hover span,.form-auto-list .report-status .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive:hover span,.report-status .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active:hover span,.report-status .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-active:hover span,.form-auto-list .report-status .liveDashboard .list-results thead .form-auto-item.is-user-is-active:hover span,.report-status .liveDashboard .list-results thead .list-results-header .status.title span:hover span,.report-status .list-results-header .status.title .liveDashboard .list-results thead span:hover span,.list-results-header .status.title .report-status .liveDashboard .list-results thead span:hover span,.report-status .liveDashboard .list-results thead tr span:hover span,.report-status .liveDashboard ._account_api .list-results thead .icon:hover span,.report-status .liveDashboard ._account_api .list-results thead .w-alert-banner:hover:before span,.report-status .liveDashboard ._account_api .list-results thead .w-alert-banner:hover:before span,.report-status .liveDashboard ._account_api .list-results thead .w-alert-banner:hover:before span,.report-status .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:hover:after span,.w-dialog.plus .report-status .liveDashboard ._account_api .list-results thead .dialog-aside:hover:after span,.report-status .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:hover:after span,.w-toast .report-status .liveDashboard ._account_api .list-results thead .toast.plus:hover:after span,.report-status .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:hover:before span,.w-time-period .dropdown .w-selection .report-status .liveDashboard ._account_api .list-results thead .btn-period-clear:hover:before span,.report-status .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:hover:before span,.w-time-period .dropdown .w-selection .report-status .liveDashboard ._account_api .list-results thead .btn-filter:hover:before span,.report-status .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:hover:before span,.w-time-period .dropdown .w-selection .report-status .liveDashboard ._account_api .list-results thead .btn-period-edit:hover:before span,.report-status .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:hover:before span,.block-filters .report-status .liveDashboard ._account_api .list-results thead .btn-filter:hover:before span,.report-status .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label:hover span,.toggleWrapper .report-status .liveDashboard ._account_api .list-results thead input.mobileToggle+label:hover span,.report-status .liveDashboard ._account_api .list-results thead tbody span.status:hover span,.report-status .liveDashboard ._account_api .list-results tbody thead span.status:hover span,.report-status .liveDashboard ._account_api .list-results thead tbody td.is-running span:hover span,.report-status .liveDashboard ._account_api .list-results tbody td.is-running thead span:hover span,.report-status .liveDashboard ._account_api .list-results thead tbody td.is-pending span:hover span,.report-status .liveDashboard ._account_api .list-results tbody td.is-pending thead span:hover span,._account_api .report-status .liveDashboard .list-results thead .icon:hover span,._account_api .report-status .liveDashboard .list-results thead .w-alert-banner:hover:before span,._account_api .report-status .liveDashboard .list-results thead .w-alert-banner:hover:before span,._account_api .report-status .liveDashboard .list-results thead .w-alert-banner:hover:before span,._account_api .report-status .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:hover:after span,.w-dialog.plus ._account_api .report-status .liveDashboard .list-results thead .dialog-aside:hover:after span,._account_api .report-status .liveDashboard .list-results thead .w-toast .toast.plus:hover:after span,.w-toast ._account_api .report-status .liveDashboard .list-results thead .toast.plus:hover:after span,._account_api .report-status .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:hover:before span,.w-time-period .dropdown .w-selection ._account_api .report-status .liveDashboard .list-results thead .btn-period-clear:hover:before span,._account_api .report-status .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:hover:before span,.w-time-period .dropdown .w-selection ._account_api .report-status .liveDashboard .list-results thead .btn-filter:hover:before span,._account_api .report-status .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:hover:before span,.w-time-period .dropdown .w-selection ._account_api .report-status .liveDashboard .list-results thead .btn-period-edit:hover:before span,._account_api .report-status .liveDashboard .list-results thead .block-filters .btn-filter:hover:before span,.block-filters ._account_api .report-status .liveDashboard .list-results thead .btn-filter:hover:before span,._account_api .report-status .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label:hover span,.toggleWrapper ._account_api .report-status .liveDashboard .list-results thead input.mobileToggle+label:hover span,._account_api .report-status .liveDashboard .list-results thead tbody span.status:hover span,._account_api .report-status .liveDashboard .list-results tbody thead span.status:hover span,._account_api .report-status .liveDashboard .list-results thead tbody td.is-running span:hover span,._account_api .report-status .liveDashboard .list-results tbody td.is-running thead span:hover span,._account_api .report-status .liveDashboard .list-results thead tbody td.is-pending span:hover span,._account_api .report-status .liveDashboard .list-results tbody td.is-pending thead span:hover span,.report-status .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:hover:after span,._account_api .report-status .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:hover:after span,.report-status .liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .dropdown-toggle:hover:after span,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .report-status .liveDashboard .list-results thead .dropdown-toggle:hover:after span,.report-status .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:hover span,._account_api .report-status .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:hover span,.report-status .liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .filter:hover span,.w-filter-preset.w-filter-preset .filter-preset ._account_api .report-status .liveDashboard .list-results thead .filter:hover span,.report-status .liveDashboard ._account_api .list-results thead .form-label.status span:hover span,.report-status .liveDashboard ._account_api .list-results thead .status.status-log span:hover span,.report-status .liveDashboard ._account_api .list-results thead .status.status-report-item span:hover span,.report-status .liveDashboard ._account_api .list-results thead .double-list dd.status span:hover span,.double-list .report-status .liveDashboard ._account_api .list-results thead dd.status span:hover span,.report-status .liveDashboard ._account_api .list-results thead .double-list dt.status span:hover span,.double-list .report-status .liveDashboard ._account_api .list-results thead dt.status span:hover span,.report-status .liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span:hover span,.w-cards-container .w-card .report-status .liveDashboard ._account_api .list-results thead .status.title span:hover span,.report-status .liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:hover span,.w-cards-container .w-card.centered .w-value .report-status .liveDashboard ._account_api .list-results thead .status.label span:hover span,.report-status .liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span:hover span,.report-status .liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span:hover span,._account_api .report-status .liveDashboard .list-results thead .form-label.status span:hover span,._account_api .report-status .liveDashboard .list-results thead .status.status-log span:hover span,._account_api .report-status .liveDashboard .list-results thead .status.status-report-item span:hover span,._account_api .report-status .liveDashboard .list-results thead .double-list dd.status span:hover span,.double-list ._account_api .report-status .liveDashboard .list-results thead dd.status span:hover span,._account_api .report-status .liveDashboard .list-results thead .double-list dt.status span:hover span,.double-list ._account_api .report-status .liveDashboard .list-results thead dt.status span:hover span,._account_api .report-status .liveDashboard .list-results thead .w-cards-container .w-card .status.title span:hover span,.w-cards-container .w-card ._account_api .report-status .liveDashboard .list-results thead .status.title span:hover span,._account_api .report-status .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:hover span,.w-cards-container .w-card.centered .w-value ._account_api .report-status .liveDashboard .list-results thead .status.label span:hover span,._account_api .report-status .liveDashboard .list-results thead tbody tr.sublist .status.title span:hover span,._account_api .report-status .liveDashboard .list-results tbody tr.sublist thead .status.title span:hover span,.report-status .liveDashboard .form-label.status ._account_api .list-results thead span:hover span,.report-status .liveDashboard .status.status-log ._account_api .list-results thead span:hover span,.report-status .liveDashboard .status.status-report-item ._account_api .list-results thead span:hover span,.report-status .liveDashboard .double-list dd.status ._account_api .list-results thead span:hover span,.double-list .report-status .liveDashboard dd.status ._account_api .list-results thead span:hover span,.report-status .liveDashboard .double-list dt.status ._account_api .list-results thead span:hover span,.double-list .report-status .liveDashboard dt.status ._account_api .list-results thead span:hover span,.report-status .liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span:hover span,.w-cards-container .w-card .report-status .liveDashboard .status.title ._account_api .list-results thead span:hover span,.report-status .liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span:hover span,.w-cards-container .w-card.centered .w-value .report-status .liveDashboard .status.label ._account_api .list-results thead span:hover span,.report-status .liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span:hover span,.list-results tbody tr.sublist .report-status .liveDashboard .status.title ._account_api .list-results thead span:hover span,.form-label.status ._account_api .report-status .liveDashboard .list-results thead span:hover span,.status.status-log ._account_api .report-status .liveDashboard .list-results thead span:hover span,.status.status-report-item ._account_api .report-status .liveDashboard .list-results thead span:hover span,.double-list dd.status ._account_api .report-status .liveDashboard .list-results thead span:hover span,.double-list dt.status ._account_api .report-status .liveDashboard .list-results thead span:hover span,.w-cards-container .w-card .status.title ._account_api .report-status .liveDashboard .list-results thead span:hover span,.w-cards-container .w-card.centered .w-value .status.label ._account_api .report-status .liveDashboard .list-results thead span:hover span,.list-results tbody tr.sublist .status.title ._account_api .report-status .liveDashboard .list-results thead span:hover span,.report-status .liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span:hover span,._account_api .report-status .liveDashboard .list-results thead .w-filters-selected label.status.small span:hover span,.report-status .liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span:hover span,.w-filters-selected label.status.small ._account_api .report-status .liveDashboard .list-results thead span:hover span,.report-status .liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span:hover span,._account_api .report-status .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span:hover span,.report-status .liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span:hover span,.w-filters-selected .status.btn-f-s ._account_api .report-status .liveDashboard .list-results thead span:hover span,.report-status .liveDashboard ._account_api .list-results thead .sub-header .w-form label:hover span,.report-status .liveDashboard ._account_api .list-results thead .sub-header .w-double-list label:hover span,._account_api .report-status .liveDashboard .list-results thead .sub-header .w-form label:hover span,._account_api .report-status .liveDashboard .list-results thead .sub-header .w-double-list label:hover span,.report-status .liveDashboard .sub-header .w-form ._account_api .list-results thead label:hover span,.report-status .liveDashboard .sub-header .w-double-list ._account_api .list-results thead label:hover span,.sub-header .w-form ._account_api .report-status .liveDashboard .list-results thead label:hover span,.sub-header .w-double-list ._account_api .report-status .liveDashboard .list-results thead label:hover span,.report-status .liveDashboard ._account_api .list-results thead .block-filters button:hover:after span,._account_api .report-status .liveDashboard .list-results thead .block-filters button:hover:after span,.report-status .liveDashboard .block-filters ._account_api .list-results thead button:hover:after span,.block-filters ._account_api .report-status .liveDashboard .list-results thead button:hover:after span,.report-status .liveDashboard ._account_api .list-results thead .block-filters select:hover:after span,._account_api .report-status .liveDashboard .list-results thead .block-filters select:hover:after span,.report-status .liveDashboard .block-filters ._account_api .list-results thead select:hover:after span,.block-filters ._account_api .report-status .liveDashboard .list-results thead select:hover:after span,.report-status .liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:hover span,._account_api .report-status .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:hover span,.report-status .liveDashboard .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-inactive:hover span,.form-auto-list ._account_api .report-status .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive:hover span,.report-status .liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active:hover span,._account_api .report-status .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active:hover span,.report-status .liveDashboard .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-active:hover span,.form-auto-list ._account_api .report-status .liveDashboard .list-results thead .form-auto-item.is-user-is-active:hover span,.report-status .liveDashboard ._account_api .list-results thead .list-results-header .status.title span:hover span,._account_api .report-status .liveDashboard .list-results thead .list-results-header .status.title span:hover span,.report-status .liveDashboard .list-results-header .status.title ._account_api .list-results thead span:hover span,.list-results-header .status.title ._account_api .report-status .liveDashboard .list-results thead span:hover span,.report-status .liveDashboard ._account_api .list-results thead tr span:hover span,._account_api .report-status .liveDashboard .list-results thead tr span:hover span,.report-status .liveDashboard ._account_api .list-results thead .icon:hover span,.report-status .liveDashboard ._account_api .list-results thead .w-alert-banner:hover:before span,.report-status .liveDashboard ._account_api .list-results thead .w-alert-banner:hover:before span,.report-status .liveDashboard ._account_api .list-results thead .w-alert-banner:hover:before span,.report-status .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:hover:after span,.w-dialog.plus .report-status .liveDashboard ._account_api .list-results thead .dialog-aside:hover:after span,.report-status .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:hover:after span,.w-toast .report-status .liveDashboard ._account_api .list-results thead .toast.plus:hover:after span,.report-status .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:hover:before span,.w-time-period .dropdown .w-selection .report-status .liveDashboard ._account_api .list-results thead .btn-period-clear:hover:before span,.report-status .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:hover:before span,.w-time-period .dropdown .w-selection .report-status .liveDashboard ._account_api .list-results thead .btn-filter:hover:before span,.report-status .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:hover:before span,.w-time-period .dropdown .w-selection .report-status .liveDashboard ._account_api .list-results thead .btn-period-edit:hover:before span,.report-status .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:hover:before span,.block-filters .report-status .liveDashboard ._account_api .list-results thead .btn-filter:hover:before span,.report-status .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label:hover span,.toggleWrapper .report-status .liveDashboard ._account_api .list-results thead input.mobileToggle+label:hover span,.report-status .liveDashboard ._account_api .list-results thead tbody span.status:hover span,.report-status .liveDashboard ._account_api .list-results tbody thead span.status:hover span,.report-status .liveDashboard ._account_api .list-results thead tbody td.is-running span:hover span,.report-status .liveDashboard ._account_api .list-results tbody td.is-running thead span:hover span,.report-status .liveDashboard ._account_api .list-results thead tbody td.is-pending span:hover span,.report-status .liveDashboard ._account_api .list-results tbody td.is-pending thead span:hover span,.report-status ._account_api .liveDashboard .list-results thead .icon:hover span,.report-status ._account_api .liveDashboard .list-results thead .w-alert-banner:hover:before span,.report-status ._account_api .liveDashboard .list-results thead .w-alert-banner:hover:before span,.report-status ._account_api .liveDashboard .list-results thead .w-alert-banner:hover:before span,.report-status ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:hover:after span,.w-dialog.plus .report-status ._account_api .liveDashboard .list-results thead .dialog-aside:hover:after span,.report-status ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:hover:after span,.w-toast .report-status ._account_api .liveDashboard .list-results thead .toast.plus:hover:after span,.report-status ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:hover:before span,.w-time-period .dropdown .w-selection .report-status ._account_api .liveDashboard .list-results thead .btn-period-clear:hover:before span,.report-status ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:hover:before span,.w-time-period .dropdown .w-selection .report-status ._account_api .liveDashboard .list-results thead .btn-filter:hover:before span,.report-status ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:hover:before span,.w-time-period .dropdown .w-selection .report-status ._account_api .liveDashboard .list-results thead .btn-period-edit:hover:before span,.report-status ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:hover:before span,.block-filters .report-status ._account_api .liveDashboard .list-results thead .btn-filter:hover:before span,.report-status ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label:hover span,.toggleWrapper .report-status ._account_api .liveDashboard .list-results thead input.mobileToggle+label:hover span,.report-status ._account_api .liveDashboard .list-results thead tbody span.status:hover span,.report-status ._account_api .liveDashboard .list-results tbody thead span.status:hover span,.report-status ._account_api .liveDashboard .list-results thead tbody td.is-running span:hover span,.report-status ._account_api .liveDashboard .list-results tbody td.is-running thead span:hover span,.report-status ._account_api .liveDashboard .list-results thead tbody td.is-pending span:hover span,.report-status ._account_api .liveDashboard .list-results tbody td.is-pending thead span:hover span,._account_api .report-status .liveDashboard .list-results thead .icon:hover span,._account_api .report-status .liveDashboard .list-results thead .w-alert-banner:hover:before span,._account_api .report-status .liveDashboard .list-results thead .w-alert-banner:hover:before span,._account_api .report-status .liveDashboard .list-results thead .w-alert-banner:hover:before span,._account_api .report-status .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:hover:after span,.w-dialog.plus ._account_api .report-status .liveDashboard .list-results thead .dialog-aside:hover:after span,._account_api .report-status .liveDashboard .list-results thead .w-toast .toast.plus:hover:after span,.w-toast ._account_api .report-status .liveDashboard .list-results thead .toast.plus:hover:after span,._account_api .report-status .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:hover:before span,.w-time-period .dropdown .w-selection ._account_api .report-status .liveDashboard .list-results thead .btn-period-clear:hover:before span,._account_api .report-status .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:hover:before span,.w-time-period .dropdown .w-selection ._account_api .report-status .liveDashboard .list-results thead .btn-filter:hover:before span,._account_api .report-status .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:hover:before span,.w-time-period .dropdown .w-selection ._account_api .report-status .liveDashboard .list-results thead .btn-period-edit:hover:before span,._account_api .report-status .liveDashboard .list-results thead .block-filters .btn-filter:hover:before span,.block-filters ._account_api .report-status .liveDashboard .list-results thead .btn-filter:hover:before span,._account_api .report-status .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label:hover span,.toggleWrapper ._account_api .report-status .liveDashboard .list-results thead input.mobileToggle+label:hover span,._account_api .report-status .liveDashboard .list-results thead tbody span.status:hover span,._account_api .report-status .liveDashboard .list-results tbody thead span.status:hover span,._account_api .report-status .liveDashboard .list-results thead tbody td.is-running span:hover span,._account_api .report-status .liveDashboard .list-results tbody td.is-running thead span:hover span,._account_api .report-status .liveDashboard .list-results thead tbody td.is-pending span:hover span,._account_api .report-status .liveDashboard .list-results tbody td.is-pending thead span:hover span,.report-status .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:hover:after span,.report-status ._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:hover:after span,._account_api .report-status .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:hover:after span,.report-status .liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .dropdown-toggle:hover:after span,.report-status .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .dropdown-toggle:hover:after span,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .report-status .liveDashboard .list-results thead .dropdown-toggle:hover:after span,.report-status .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:hover span,.report-status ._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:hover span,._account_api .report-status .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:hover span,.report-status .liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .filter:hover span,.report-status .w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .filter:hover span,.w-filter-preset.w-filter-preset .filter-preset ._account_api .report-status .liveDashboard .list-results thead .filter:hover span,.report-status .liveDashboard ._account_api .list-results thead .form-label.status span:hover span,.report-status .liveDashboard ._account_api .list-results thead .status.status-log span:hover span,.report-status .liveDashboard ._account_api .list-results thead .status.status-report-item span:hover span,.report-status .liveDashboard ._account_api .list-results thead .double-list dd.status span:hover span,.double-list .report-status .liveDashboard ._account_api .list-results thead dd.status span:hover span,.report-status .liveDashboard ._account_api .list-results thead .double-list dt.status span:hover span,.double-list .report-status .liveDashboard ._account_api .list-results thead dt.status span:hover span,.report-status .liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span:hover span,.w-cards-container .w-card .report-status .liveDashboard ._account_api .list-results thead .status.title span:hover span,.report-status .liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:hover span,.w-cards-container .w-card.centered .w-value .report-status .liveDashboard ._account_api .list-results thead .status.label span:hover span,.report-status .liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span:hover span,.report-status .liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span:hover span,.report-status ._account_api .liveDashboard .list-results thead .form-label.status span:hover span,.report-status ._account_api .liveDashboard .list-results thead .status.status-log span:hover span,.report-status ._account_api .liveDashboard .list-results thead .status.status-report-item span:hover span,.report-status ._account_api .liveDashboard .list-results thead .double-list dd.status span:hover span,.double-list .report-status ._account_api .liveDashboard .list-results thead dd.status span:hover span,.report-status ._account_api .liveDashboard .list-results thead .double-list dt.status span:hover span,.double-list .report-status ._account_api .liveDashboard .list-results thead dt.status span:hover span,.report-status ._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span:hover span,.w-cards-container .w-card .report-status ._account_api .liveDashboard .list-results thead .status.title span:hover span,.report-status ._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:hover span,.w-cards-container .w-card.centered .w-value .report-status ._account_api .liveDashboard .list-results thead .status.label span:hover span,.report-status ._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span:hover span,.report-status ._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span:hover span,._account_api .report-status .liveDashboard .list-results thead .form-label.status span:hover span,._account_api .report-status .liveDashboard .list-results thead .status.status-log span:hover span,._account_api .report-status .liveDashboard .list-results thead .status.status-report-item span:hover span,._account_api .report-status .liveDashboard .list-results thead .double-list dd.status span:hover span,.double-list ._account_api .report-status .liveDashboard .list-results thead dd.status span:hover span,._account_api .report-status .liveDashboard .list-results thead .double-list dt.status span:hover span,.double-list ._account_api .report-status .liveDashboard .list-results thead dt.status span:hover span,._account_api .report-status .liveDashboard .list-results thead .w-cards-container .w-card .status.title span:hover span,.w-cards-container .w-card ._account_api .report-status .liveDashboard .list-results thead .status.title span:hover span,._account_api .report-status .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:hover span,.w-cards-container .w-card.centered .w-value ._account_api .report-status .liveDashboard .list-results thead .status.label span:hover span,._account_api .report-status .liveDashboard .list-results thead tbody tr.sublist .status.title span:hover span,._account_api .report-status .liveDashboard .list-results tbody tr.sublist thead .status.title span:hover span,.report-status .liveDashboard .form-label.status ._account_api .list-results thead span:hover span,.report-status .liveDashboard .status.status-log ._account_api .list-results thead span:hover span,.report-status .liveDashboard .status.status-report-item ._account_api .list-results thead span:hover span,.report-status .liveDashboard .double-list dd.status ._account_api .list-results thead span:hover span,.double-list .report-status .liveDashboard dd.status ._account_api .list-results thead span:hover span,.report-status .liveDashboard .double-list dt.status ._account_api .list-results thead span:hover span,.double-list .report-status .liveDashboard dt.status ._account_api .list-results thead span:hover span,.report-status .liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span:hover span,.w-cards-container .w-card .report-status .liveDashboard .status.title ._account_api .list-results thead span:hover span,.report-status .liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span:hover span,.w-cards-container .w-card.centered .w-value .report-status .liveDashboard .status.label ._account_api .list-results thead span:hover span,.report-status .liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span:hover span,.list-results tbody tr.sublist .report-status .liveDashboard .status.title ._account_api .list-results thead span:hover span,.report-status .form-label.status ._account_api .liveDashboard .list-results thead span:hover span,.report-status .status.status-log ._account_api .liveDashboard .list-results thead span:hover span,.report-status .status.status-report-item ._account_api .liveDashboard .list-results thead span:hover span,.report-status .double-list dd.status ._account_api .liveDashboard .list-results thead span:hover span,.double-list .report-status dd.status ._account_api .liveDashboard .list-results thead span:hover span,.report-status .double-list dt.status ._account_api .liveDashboard .list-results thead span:hover span,.double-list .report-status dt.status ._account_api .liveDashboard .list-results thead span:hover span,.report-status .w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead span:hover span,.w-cards-container .w-card .report-status .status.title ._account_api .liveDashboard .list-results thead span:hover span,.report-status .w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead span:hover span,.w-cards-container .w-card.centered .w-value .report-status .status.label ._account_api .liveDashboard .list-results thead span:hover span,.report-status .list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead span:hover span,.list-results tbody tr.sublist .report-status .status.title ._account_api .liveDashboard .list-results thead span:hover span,.form-label.status ._account_api .report-status .liveDashboard .list-results thead span:hover span,.status.status-log ._account_api .report-status .liveDashboard .list-results thead span:hover span,.status.status-report-item ._account_api .report-status .liveDashboard .list-results thead span:hover span,.double-list dd.status ._account_api .report-status .liveDashboard .list-results thead span:hover span,.double-list dt.status ._account_api .report-status .liveDashboard .list-results thead span:hover span,.w-cards-container .w-card .status.title ._account_api .report-status .liveDashboard .list-results thead span:hover span,.w-cards-container .w-card.centered .w-value .status.label ._account_api .report-status .liveDashboard .list-results thead span:hover span,.list-results tbody tr.sublist .status.title ._account_api .report-status .liveDashboard .list-results thead span:hover span,.report-status .liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span:hover span,.report-status ._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span:hover span,._account_api .report-status .liveDashboard .list-results thead .w-filters-selected label.status.small span:hover span,.report-status .liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span:hover span,.report-status .w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead span:hover span,.w-filters-selected label.status.small ._account_api .report-status .liveDashboard .list-results thead span:hover span,.report-status .liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span:hover span,.report-status ._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span:hover span,._account_api .report-status .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span:hover span,.report-status .liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span:hover span,.report-status .w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead span:hover span,.w-filters-selected .status.btn-f-s ._account_api .report-status .liveDashboard .list-results thead span:hover span,.report-status .liveDashboard ._account_api .list-results thead .sub-header .w-form label:hover span,.report-status .liveDashboard ._account_api .list-results thead .sub-header .w-double-list label:hover span,.report-status ._account_api .liveDashboard .list-results thead .sub-header .w-form label:hover span,.report-status ._account_api .liveDashboard .list-results thead .sub-header .w-double-list label:hover span,._account_api .report-status .liveDashboard .list-results thead .sub-header .w-form label:hover span,._account_api .report-status .liveDashboard .list-results thead .sub-header .w-double-list label:hover span,.report-status .liveDashboard .sub-header .w-form ._account_api .list-results thead label:hover span,.report-status .liveDashboard .sub-header .w-double-list ._account_api .list-results thead label:hover span,.report-status .sub-header .w-form ._account_api .liveDashboard .list-results thead label:hover span,.report-status .sub-header .w-double-list ._account_api .liveDashboard .list-results thead label:hover span,.sub-header .w-form ._account_api .report-status .liveDashboard .list-results thead label:hover span,.sub-header .w-double-list ._account_api .report-status .liveDashboard .list-results thead label:hover span,.report-status .liveDashboard ._account_api .list-results thead .block-filters button:hover:after span,.report-status ._account_api .liveDashboard .list-results thead .block-filters button:hover:after span,._account_api .report-status .liveDashboard .list-results thead .block-filters button:hover:after span,.report-status .liveDashboard .block-filters ._account_api .list-results thead button:hover:after span,.report-status .block-filters ._account_api .liveDashboard .list-results thead button:hover:after span,.block-filters ._account_api .report-status .liveDashboard .list-results thead button:hover:after span,.report-status .liveDashboard ._account_api .list-results thead .block-filters select:hover:after span,.report-status ._account_api .liveDashboard .list-results thead .block-filters select:hover:after span,._account_api .report-status .liveDashboard .list-results thead .block-filters select:hover:after span,.report-status .liveDashboard .block-filters ._account_api .list-results thead select:hover:after span,.report-status .block-filters ._account_api .liveDashboard .list-results thead select:hover:after span,.block-filters ._account_api .report-status .liveDashboard .list-results thead select:hover:after span,.report-status .liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:hover span,.report-status ._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:hover span,._account_api .report-status .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:hover span,.report-status .liveDashboard .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-inactive:hover span,.report-status .form-auto-list ._account_api .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive:hover span,.form-auto-list ._account_api .report-status .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive:hover span,.report-status .liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active:hover span,.report-status ._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active:hover span,._account_api .report-status .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active:hover span,.report-status .liveDashboard .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-active:hover span,.report-status .form-auto-list ._account_api .liveDashboard .list-results thead .form-auto-item.is-user-is-active:hover span,.form-auto-list ._account_api .report-status .liveDashboard .list-results thead .form-auto-item.is-user-is-active:hover span,.report-status .liveDashboard ._account_api .list-results thead .list-results-header .status.title span:hover span,.report-status ._account_api .liveDashboard .list-results thead .list-results-header .status.title span:hover span,._account_api .report-status .liveDashboard .list-results thead .list-results-header .status.title span:hover span,.report-status .liveDashboard .list-results-header .status.title ._account_api .list-results thead span:hover span,.report-status .list-results-header .status.title ._account_api .liveDashboard .list-results thead span:hover span,.list-results-header .status.title ._account_api .report-status .liveDashboard .list-results thead span:hover span,.report-status .liveDashboard ._account_api .list-results thead tr span:hover span,.report-status ._account_api .liveDashboard .list-results thead tr span:hover span,._account_api .report-status .liveDashboard .list-results thead tr span:hover span,.report-status ._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .dropdown-toggle:hover:after span,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .report-status .liveDashboard .list-results thead .dropdown-toggle:hover:after span,.report-status .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .dropdown-toggle:hover:after span,.w-filter-preset.w-filter-preset .filter-preset .dropdown .report-status .liveDashboard ._account_api .list-results thead .dropdown-toggle:hover:after span,.report-status ._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .filter:hover span,._account_api .w-filter-preset.w-filter-preset .filter-preset .report-status .liveDashboard .list-results thead .filter:hover span,.report-status .w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .filter:hover span,.w-filter-preset.w-filter-preset .filter-preset .report-status .liveDashboard ._account_api .list-results thead .filter:hover span,.report-status ._account_api .form-label.status .liveDashboard .list-results thead span:hover span,.report-status ._account_api .status.status-log .liveDashboard .list-results thead span:hover span,.report-status ._account_api .status.status-report-item .liveDashboard .list-results thead span:hover span,.report-status ._account_api .double-list dd.status .liveDashboard .list-results thead span:hover span,.double-list .report-status ._account_api dd.status .liveDashboard .list-results thead span:hover span,.report-status ._account_api .double-list dt.status .liveDashboard .list-results thead span:hover span,.double-list .report-status ._account_api dt.status .liveDashboard .list-results thead span:hover span,.report-status ._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span:hover span,.w-cards-container .w-card .report-status ._account_api .status.title .liveDashboard .list-results thead span:hover span,.report-status ._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span:hover span,.w-cards-container .w-card.centered .w-value .report-status ._account_api .status.label .liveDashboard .list-results thead span:hover span,.report-status ._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span:hover span,.list-results tbody tr.sublist .report-status ._account_api .status.title .liveDashboard .list-results thead span:hover span,._account_api .form-label.status .report-status .liveDashboard .list-results thead span:hover span,._account_api .status.status-log .report-status .liveDashboard .list-results thead span:hover span,._account_api .status.status-report-item .report-status .liveDashboard .list-results thead span:hover span,._account_api .double-list dd.status .report-status .liveDashboard .list-results thead span:hover span,.double-list ._account_api dd.status .report-status .liveDashboard .list-results thead span:hover span,._account_api .double-list dt.status .report-status .liveDashboard .list-results thead span:hover span,.double-list ._account_api dt.status .report-status .liveDashboard .list-results thead span:hover span,._account_api .w-cards-container .w-card .status.title .report-status .liveDashboard .list-results thead span:hover span,.w-cards-container .w-card ._account_api .status.title .report-status .liveDashboard .list-results thead span:hover span,._account_api .w-cards-container .w-card.centered .w-value .status.label .report-status .liveDashboard .list-results thead span:hover span,.w-cards-container .w-card.centered .w-value ._account_api .status.label .report-status .liveDashboard .list-results thead span:hover span,._account_api .list-results tbody tr.sublist .status.title .report-status .liveDashboard .list-results thead span:hover span,.list-results tbody tr.sublist ._account_api .status.title .report-status .liveDashboard .list-results thead span:hover span,.report-status .form-label.status .liveDashboard ._account_api .list-results thead span:hover span,.report-status .status.status-log .liveDashboard ._account_api .list-results thead span:hover span,.report-status .status.status-report-item .liveDashboard ._account_api .list-results thead span:hover span,.report-status .double-list dd.status .liveDashboard ._account_api .list-results thead span:hover span,.double-list .report-status dd.status .liveDashboard ._account_api .list-results thead span:hover span,.report-status .double-list dt.status .liveDashboard ._account_api .list-results thead span:hover span,.double-list .report-status dt.status .liveDashboard ._account_api .list-results thead span:hover span,.report-status .w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead span:hover span,.w-cards-container .w-card .report-status .status.title .liveDashboard ._account_api .list-results thead span:hover span,.report-status .w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead span:hover span,.w-cards-container .w-card.centered .w-value .report-status .status.label .liveDashboard ._account_api .list-results thead span:hover span,.report-status .list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead span:hover span,.list-results tbody tr.sublist .report-status .status.title .liveDashboard ._account_api .list-results thead span:hover span,.form-label.status .report-status .liveDashboard ._account_api .list-results thead span:hover span,.status.status-log .report-status .liveDashboard ._account_api .list-results thead span:hover span,.status.status-report-item .report-status .liveDashboard ._account_api .list-results thead span:hover span,.double-list dd.status .report-status .liveDashboard ._account_api .list-results thead span:hover span,.double-list dt.status .report-status .liveDashboard ._account_api .list-results thead span:hover span,.w-cards-container .w-card .status.title .report-status .liveDashboard ._account_api .list-results thead span:hover span,.w-cards-container .w-card.centered .w-value .status.label .report-status .liveDashboard ._account_api .list-results thead span:hover span,.list-results tbody tr.sublist .status.title .report-status .liveDashboard ._account_api .list-results thead span:hover span,.report-status ._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span:hover span,._account_api .w-filters-selected label.status.small .report-status .liveDashboard .list-results thead span:hover span,.report-status .w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead span:hover span,.w-filters-selected label.status.small .report-status .liveDashboard ._account_api .list-results thead span:hover span,.report-status ._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span:hover span,._account_api .w-filters-selected .status.btn-f-s .report-status .liveDashboard .list-results thead span:hover span,.report-status .w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead span:hover span,.w-filters-selected .status.btn-f-s .report-status .liveDashboard ._account_api .list-results thead span:hover span,.report-status ._account_api .sub-header .w-form .liveDashboard .list-results thead label:hover span,.report-status ._account_api .sub-header .w-double-list .liveDashboard .list-results thead label:hover span,._account_api .sub-header .w-form .report-status .liveDashboard .list-results thead label:hover span,._account_api .sub-header .w-double-list .report-status .liveDashboard .list-results thead label:hover span,.report-status .sub-header .w-form .liveDashboard ._account_api .list-results thead label:hover span,.report-status .sub-header .w-double-list .liveDashboard ._account_api .list-results thead label:hover span,.sub-header .w-form .report-status .liveDashboard ._account_api .list-results thead label:hover span,.sub-header .w-double-list .report-status .liveDashboard ._account_api .list-results thead label:hover span,.report-status ._account_api .block-filters .liveDashboard .list-results thead button:hover:after span,._account_api .block-filters .report-status .liveDashboard .list-results thead button:hover:after span,.report-status .block-filters .liveDashboard ._account_api .list-results thead button:hover:after span,.block-filters .report-status .liveDashboard ._account_api .list-results thead button:hover:after span,.report-status ._account_api .block-filters .liveDashboard .list-results thead select:hover:after span,._account_api .block-filters .report-status .liveDashboard .list-results thead select:hover:after span,.report-status .block-filters .liveDashboard ._account_api .list-results thead select:hover:after span,.block-filters .report-status .liveDashboard ._account_api .list-results thead select:hover:after span,.report-status ._account_api .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive:hover span,._account_api .form-auto-list .report-status .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive:hover span,.report-status .form-auto-list .liveDashboard ._account_api .list-results thead .form-auto-item.is-user-is-inactive:hover span,.form-auto-list .report-status .liveDashboard ._account_api .list-results thead .form-auto-item.is-user-is-inactive:hover span,.report-status ._account_api .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-active:hover span,._account_api .form-auto-list .report-status .liveDashboard .list-results thead .form-auto-item.is-user-is-active:hover span,.report-status .form-auto-list .liveDashboard ._account_api .list-results thead .form-auto-item.is-user-is-active:hover span,.form-auto-list .report-status .liveDashboard ._account_api .list-results thead .form-auto-item.is-user-is-active:hover span,.report-status ._account_api .list-results-header .status.title .liveDashboard .list-results thead span:hover span,._account_api .list-results-header .status.title .report-status .liveDashboard .list-results thead span:hover span,.report-status .list-results-header .status.title .liveDashboard ._account_api .list-results thead span:hover span,.list-results-header .status.title .report-status .liveDashboard ._account_api .list-results thead span:hover span,.liveDashboard .list-results thead .report-status .icon:hover span,.liveDashboard .list-results thead .report-status .w-alert-banner:hover:before span,.liveDashboard .list-results thead .report-status .w-alert-banner:hover:before span,.liveDashboard ._account_api .list-results thead .report-status .w-alert-banner:hover:before span,._account_api .liveDashboard .list-results thead .report-status .w-alert-banner:hover:before span,.liveDashboard .list-results thead .report-status .w-dialog.plus .dialog-aside:hover:after span,.w-dialog.plus .liveDashboard .list-results thead .report-status .dialog-aside:hover:after span,.liveDashboard .list-results thead .report-status .w-toast .toast.plus:hover:after span,.w-toast .liveDashboard .list-results thead .report-status .toast.plus:hover:after span,.liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-period-clear:hover:before span,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .report-status .btn-period-clear:hover:before span,.liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-filter:hover:before span,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .report-status .btn-filter:hover:before span,.liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-period-edit:hover:before span,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .report-status .btn-period-edit:hover:before span,.liveDashboard .list-results thead .report-status .block-filters .btn-filter:hover:before span,.block-filters .liveDashboard .list-results thead .report-status .btn-filter:hover:before span,.liveDashboard .list-results thead .report-status .toggleWrapper input.mobileToggle+label:hover span,.toggleWrapper .liveDashboard .list-results thead .report-status input.mobileToggle+label:hover span,.liveDashboard .list-results thead .report-status tbody span.status:hover span,.liveDashboard .list-results tbody thead .report-status span.status:hover span,.liveDashboard .list-results thead .report-status tbody td.is-running span:hover span,.liveDashboard .list-results tbody td.is-running thead .report-status span:hover span,.liveDashboard .list-results thead .report-status tbody td.is-pending span:hover span,.liveDashboard .list-results tbody td.is-pending thead .report-status span:hover span,.liveDashboard .list-results thead .report-status .icon:hover span,.liveDashboard .list-results thead .report-status .w-alert-banner:hover:before span,.liveDashboard .list-results thead .report-status .w-alert-banner:hover:before span,.liveDashboard ._account_api .list-results thead .report-status .w-alert-banner:hover:before span,._account_api .liveDashboard .list-results thead .report-status .w-alert-banner:hover:before span,.liveDashboard .list-results thead .report-status .w-dialog.plus .dialog-aside:hover:after span,.w-dialog.plus .liveDashboard .list-results thead .report-status .dialog-aside:hover:after span,.liveDashboard .list-results thead .report-status .w-toast .toast.plus:hover:after span,.w-toast .liveDashboard .list-results thead .report-status .toast.plus:hover:after span,.liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-period-clear:hover:before span,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .report-status .btn-period-clear:hover:before span,.liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-filter:hover:before span,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .report-status .btn-filter:hover:before span,.liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-period-edit:hover:before span,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .report-status .btn-period-edit:hover:before span,.liveDashboard .list-results thead .report-status .block-filters .btn-filter:hover:before span,.block-filters .liveDashboard .list-results thead .report-status .btn-filter:hover:before span,.liveDashboard .list-results thead .report-status .toggleWrapper input.mobileToggle+label:hover span,.toggleWrapper .liveDashboard .list-results thead .report-status input.mobileToggle+label:hover span,.liveDashboard .list-results thead .report-status tbody span.status:hover span,.liveDashboard .list-results tbody thead .report-status span.status:hover span,.liveDashboard .list-results thead .report-status tbody td.is-running span:hover span,.liveDashboard .list-results tbody td.is-running thead .report-status span:hover span,.liveDashboard .list-results thead .report-status tbody td.is-pending span:hover span,.liveDashboard .list-results tbody td.is-pending thead .report-status span:hover span,.liveDashboard .list-results thead .report-status .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:hover:after span,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .report-status .dropdown-toggle:hover:after span,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .report-status .dropdown-toggle:hover:after span,.liveDashboard .list-results thead .report-status .w-filter-preset.w-filter-preset .filter-preset .filter:hover span,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .report-status .filter:hover span,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .report-status .filter:hover span,.liveDashboard .list-results thead .report-status .form-label.status span:hover span,.liveDashboard .list-results thead .report-status .status.status-log span:hover span,.liveDashboard .list-results thead .report-status .status.status-report-item span:hover span,.liveDashboard .list-results thead .report-status .double-list dd.status span:hover span,.double-list .liveDashboard .list-results thead .report-status dd.status span:hover span,.liveDashboard .list-results thead .report-status .double-list dt.status span:hover span,.double-list .liveDashboard .list-results thead .report-status dt.status span:hover span,.liveDashboard .list-results thead .report-status .w-cards-container .w-card .status.title span:hover span,.w-cards-container .w-card .liveDashboard .list-results thead .report-status .status.title span:hover span,.liveDashboard .list-results thead .report-status .w-cards-container .w-card.centered .w-value .status.label span:hover span,.w-cards-container .w-card.centered .w-value .liveDashboard .list-results thead .report-status .status.label span:hover span,.liveDashboard .list-results thead .report-status tbody tr.sublist .status.title span:hover span,.liveDashboard .list-results tbody tr.sublist thead .report-status .status.title span:hover span,.liveDashboard .list-results thead .form-label.status .report-status span:hover span,.liveDashboard .list-results thead .status.status-log .report-status span:hover span,.liveDashboard .list-results thead .status.status-report-item .report-status span:hover span,.liveDashboard .list-results thead .double-list dd.status .report-status span:hover span,.double-list .liveDashboard .list-results thead dd.status .report-status span:hover span,.liveDashboard .list-results thead .double-list dt.status .report-status span:hover span,.double-list .liveDashboard .list-results thead dt.status .report-status span:hover span,.liveDashboard .list-results thead .w-cards-container .w-card .status.title .report-status span:hover span,.w-cards-container .w-card .liveDashboard .list-results thead .status.title .report-status span:hover span,.liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .report-status span:hover span,.w-cards-container .w-card.centered .w-value .liveDashboard .list-results thead .status.label .report-status span:hover span,.liveDashboard .list-results thead tbody tr.sublist .status.title .report-status span:hover span,.liveDashboard .list-results tbody tr.sublist thead .status.title .report-status span:hover span,.form-label.status .liveDashboard .list-results thead .report-status span:hover span,.status.status-log .liveDashboard .list-results thead .report-status span:hover span,.status.status-report-item .liveDashboard .list-results thead .report-status span:hover span,.double-list dd.status .liveDashboard .list-results thead .report-status span:hover span,.double-list dt.status .liveDashboard .list-results thead .report-status span:hover span,.w-cards-container .w-card .status.title .liveDashboard .list-results thead .report-status span:hover span,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead .report-status span:hover span,.list-results tbody tr.sublist .status.title .liveDashboard .list-results thead .report-status span:hover span,.liveDashboard .list-results thead .report-status .w-filters-selected label.status.small span:hover span,.liveDashboard .list-results thead .w-filters-selected label.status.small .report-status span:hover span,.w-filters-selected label.status.small .liveDashboard .list-results thead .report-status span:hover span,.liveDashboard .list-results thead .report-status .w-filters-selected .status.btn-f-s span:hover span,.liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .report-status span:hover span,.w-filters-selected .status.btn-f-s .liveDashboard .list-results thead .report-status span:hover span,.liveDashboard .list-results thead .report-status .sub-header .w-form label:hover span,.liveDashboard .list-results thead .report-status .sub-header .w-double-list label:hover span,.liveDashboard .list-results thead .sub-header .w-form .report-status label:hover span,.liveDashboard .list-results thead .sub-header .w-double-list .report-status label:hover span,.sub-header .w-form .liveDashboard .list-results thead .report-status label:hover span,.sub-header .w-double-list .liveDashboard .list-results thead .report-status label:hover span,.liveDashboard .list-results thead .report-status .block-filters button:hover:after span,.liveDashboard .list-results thead .block-filters .report-status button:hover:after span,.block-filters .liveDashboard .list-results thead .report-status button:hover:after span,.liveDashboard .list-results thead .report-status .block-filters select:hover:after span,.liveDashboard .list-results thead .block-filters .report-status select:hover:after span,.block-filters .liveDashboard .list-results thead .report-status select:hover:after span,.liveDashboard .list-results thead .report-status .form-auto-list .form-auto-item.is-user-is-inactive:hover span,.liveDashboard .list-results thead .form-auto-list .report-status .form-auto-item.is-user-is-inactive:hover span,.form-auto-list .liveDashboard .list-results thead .report-status .form-auto-item.is-user-is-inactive:hover span,.liveDashboard .list-results thead .report-status .form-auto-list .form-auto-item.is-user-is-active:hover span,.liveDashboard .list-results thead .form-auto-list .report-status .form-auto-item.is-user-is-active:hover span,.form-auto-list .liveDashboard .list-results thead .report-status .form-auto-item.is-user-is-active:hover span,.liveDashboard .list-results thead .report-status .list-results-header .status.title span:hover span,.liveDashboard .list-results thead .list-results-header .status.title .report-status span:hover span,.list-results-header .status.title .liveDashboard .list-results thead .report-status span:hover span,.liveDashboard .list-results thead .report-status tr span:hover span,.liveDashboard .list-results thead tr .report-status span:hover span,.liveDashboard ._account_api .list-results thead .report-status .icon:hover span,.liveDashboard ._account_api .list-results thead .report-status .w-alert-banner:hover:before span,.liveDashboard ._account_api .list-results thead .report-status .w-alert-banner:hover:before span,.liveDashboard ._account_api .list-results thead .report-status .w-alert-banner:hover:before span,.liveDashboard ._account_api .list-results thead .report-status .w-dialog.plus .dialog-aside:hover:after span,.w-dialog.plus .liveDashboard ._account_api .list-results thead .report-status .dialog-aside:hover:after span,.liveDashboard ._account_api .list-results thead .report-status .w-toast .toast.plus:hover:after span,.w-toast .liveDashboard ._account_api .list-results thead .report-status .toast.plus:hover:after span,.liveDashboard ._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-period-clear:hover:before span,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .report-status .btn-period-clear:hover:before span,.liveDashboard ._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-filter:hover:before span,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .report-status .btn-filter:hover:before span,.liveDashboard ._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-period-edit:hover:before span,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .report-status .btn-period-edit:hover:before span,.liveDashboard ._account_api .list-results thead .report-status .block-filters .btn-filter:hover:before span,.block-filters .liveDashboard ._account_api .list-results thead .report-status .btn-filter:hover:before span,.liveDashboard ._account_api .list-results thead .report-status .toggleWrapper input.mobileToggle+label:hover span,.toggleWrapper .liveDashboard ._account_api .list-results thead .report-status input.mobileToggle+label:hover span,.liveDashboard ._account_api .list-results thead .report-status tbody span.status:hover span,.liveDashboard ._account_api .list-results tbody thead .report-status span.status:hover span,.liveDashboard ._account_api .list-results thead .report-status tbody td.is-running span:hover span,.liveDashboard ._account_api .list-results tbody td.is-running thead .report-status span:hover span,.liveDashboard ._account_api .list-results thead .report-status tbody td.is-pending span:hover span,.liveDashboard ._account_api .list-results tbody td.is-pending thead .report-status span:hover span,._account_api .liveDashboard .list-results thead .report-status .icon:hover span,._account_api .liveDashboard .list-results thead .report-status .w-alert-banner:hover:before span,._account_api .liveDashboard .list-results thead .report-status .w-alert-banner:hover:before span,._account_api .liveDashboard .list-results thead .report-status .w-alert-banner:hover:before span,._account_api .liveDashboard .list-results thead .report-status .w-dialog.plus .dialog-aside:hover:after span,.w-dialog.plus ._account_api .liveDashboard .list-results thead .report-status .dialog-aside:hover:after span,._account_api .liveDashboard .list-results thead .report-status .w-toast .toast.plus:hover:after span,.w-toast ._account_api .liveDashboard .list-results thead .report-status .toast.plus:hover:after span,._account_api .liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-period-clear:hover:before span,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .report-status .btn-period-clear:hover:before span,._account_api .liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-filter:hover:before span,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .report-status .btn-filter:hover:before span,._account_api .liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-period-edit:hover:before span,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .report-status .btn-period-edit:hover:before span,._account_api .liveDashboard .list-results thead .report-status .block-filters .btn-filter:hover:before span,.block-filters ._account_api .liveDashboard .list-results thead .report-status .btn-filter:hover:before span,._account_api .liveDashboard .list-results thead .report-status .toggleWrapper input.mobileToggle+label:hover span,.toggleWrapper ._account_api .liveDashboard .list-results thead .report-status input.mobileToggle+label:hover span,._account_api .liveDashboard .list-results thead .report-status tbody span.status:hover span,._account_api .liveDashboard .list-results tbody thead .report-status span.status:hover span,._account_api .liveDashboard .list-results thead .report-status tbody td.is-running span:hover span,._account_api .liveDashboard .list-results tbody td.is-running thead .report-status span:hover span,._account_api .liveDashboard .list-results thead .report-status tbody td.is-pending span:hover span,._account_api .liveDashboard .list-results tbody td.is-pending thead .report-status span:hover span,.liveDashboard ._account_api .list-results thead .report-status .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:hover:after span,._account_api .liveDashboard .list-results thead .report-status .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:hover:after span,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .report-status .dropdown-toggle:hover:after span,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .report-status .dropdown-toggle:hover:after span,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .report-status .dropdown-toggle:hover:after span,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .report-status .dropdown-toggle:hover:after span,.liveDashboard ._account_api .list-results thead .report-status .w-filter-preset.w-filter-preset .filter-preset .filter:hover span,._account_api .liveDashboard .list-results thead .report-status .w-filter-preset.w-filter-preset .filter-preset .filter:hover span,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .report-status .filter:hover span,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .report-status .filter:hover span,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .report-status .filter:hover span,.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .report-status .filter:hover span,.liveDashboard ._account_api .list-results thead .report-status .form-label.status span:hover span,.liveDashboard ._account_api .list-results thead .report-status .status.status-log span:hover span,.liveDashboard ._account_api .list-results thead .report-status .status.status-report-item span:hover span,.liveDashboard ._account_api .list-results thead .report-status .double-list dd.status span:hover span,.double-list .liveDashboard ._account_api .list-results thead .report-status dd.status span:hover span,.liveDashboard ._account_api .list-results thead .report-status .double-list dt.status span:hover span,.double-list .liveDashboard ._account_api .list-results thead .report-status dt.status span:hover span,.liveDashboard ._account_api .list-results thead .report-status .w-cards-container .w-card .status.title span:hover span,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .report-status .status.title span:hover span,.liveDashboard ._account_api .list-results thead .report-status .w-cards-container .w-card.centered .w-value .status.label span:hover span,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .report-status .status.label span:hover span,.liveDashboard ._account_api .list-results thead .report-status tbody tr.sublist .status.title span:hover span,.liveDashboard ._account_api .list-results tbody tr.sublist thead .report-status .status.title span:hover span,._account_api .liveDashboard .list-results thead .report-status .form-label.status span:hover span,._account_api .liveDashboard .list-results thead .report-status .status.status-log span:hover span,._account_api .liveDashboard .list-results thead .report-status .status.status-report-item span:hover span,._account_api .liveDashboard .list-results thead .report-status .double-list dd.status span:hover span,.double-list ._account_api .liveDashboard .list-results thead .report-status dd.status span:hover span,._account_api .liveDashboard .list-results thead .report-status .double-list dt.status span:hover span,.double-list ._account_api .liveDashboard .list-results thead .report-status dt.status span:hover span,._account_api .liveDashboard .list-results thead .report-status .w-cards-container .w-card .status.title span:hover span,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .report-status .status.title span:hover span,._account_api .liveDashboard .list-results thead .report-status .w-cards-container .w-card.centered .w-value .status.label span:hover span,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .report-status .status.label span:hover span,._account_api .liveDashboard .list-results thead .report-status tbody tr.sublist .status.title span:hover span,._account_api .liveDashboard .list-results tbody tr.sublist thead .report-status .status.title span:hover span,.liveDashboard ._account_api .list-results thead .form-label.status .report-status span:hover span,.liveDashboard ._account_api .list-results thead .status.status-log .report-status span:hover span,.liveDashboard ._account_api .list-results thead .status.status-report-item .report-status span:hover span,.liveDashboard ._account_api .list-results thead .double-list dd.status .report-status span:hover span,.double-list .liveDashboard ._account_api .list-results thead dd.status .report-status span:hover span,.liveDashboard ._account_api .list-results thead .double-list dt.status .report-status span:hover span,.double-list .liveDashboard ._account_api .list-results thead dt.status .report-status span:hover span,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title .report-status span:hover span,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title .report-status span:hover span,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .report-status span:hover span,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label .report-status span:hover span,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title .report-status span:hover span,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title .report-status span:hover span,._account_api .liveDashboard .list-results thead .form-label.status .report-status span:hover span,._account_api .liveDashboard .list-results thead .status.status-log .report-status span:hover span,._account_api .liveDashboard .list-results thead .status.status-report-item .report-status span:hover span,._account_api .liveDashboard .list-results thead .double-list dd.status .report-status span:hover span,.double-list ._account_api .liveDashboard .list-results thead dd.status .report-status span:hover span,._account_api .liveDashboard .list-results thead .double-list dt.status .report-status span:hover span,.double-list ._account_api .liveDashboard .list-results thead dt.status .report-status span:hover span,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title .report-status span:hover span,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title .report-status span:hover span,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .report-status span:hover span,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label .report-status span:hover span,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title .report-status span:hover span,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title .report-status span:hover span,.liveDashboard .form-label.status ._account_api .list-results thead .report-status span:hover span,.liveDashboard .status.status-log ._account_api .list-results thead .report-status span:hover span,.liveDashboard .status.status-report-item ._account_api .list-results thead .report-status span:hover span,.liveDashboard .double-list dd.status ._account_api .list-results thead .report-status span:hover span,.double-list .liveDashboard dd.status ._account_api .list-results thead .report-status span:hover span,.liveDashboard .double-list dt.status ._account_api .list-results thead .report-status span:hover span,.double-list .liveDashboard dt.status ._account_api .list-results thead .report-status span:hover span,.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead .report-status span:hover span,.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead .report-status span:hover span,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead .report-status span:hover span,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead .report-status span:hover span,.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead .report-status span:hover span,.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead .report-status span:hover span,.form-label.status ._account_api .liveDashboard .list-results thead .report-status span:hover span,.status.status-log ._account_api .liveDashboard .list-results thead .report-status span:hover span,.status.status-report-item ._account_api .liveDashboard .list-results thead .report-status span:hover span,.double-list dd.status ._account_api .liveDashboard .list-results thead .report-status span:hover span,.double-list dt.status ._account_api .liveDashboard .list-results thead .report-status span:hover span,.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead .report-status span:hover span,.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead .report-status span:hover span,.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead .report-status span:hover span,.liveDashboard ._account_api .list-results thead .report-status .w-filters-selected label.status.small span:hover span,._account_api .liveDashboard .list-results thead .report-status .w-filters-selected label.status.small span:hover span,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small .report-status span:hover span,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small .report-status span:hover span,.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead .report-status span:hover span,.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead .report-status span:hover span,.liveDashboard ._account_api .list-results thead .report-status .w-filters-selected .status.btn-f-s span:hover span,._account_api .liveDashboard .list-results thead .report-status .w-filters-selected .status.btn-f-s span:hover span,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s .report-status span:hover span,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .report-status span:hover span,.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead .report-status span:hover span,.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead .report-status span:hover span,.liveDashboard ._account_api .list-results thead .report-status .sub-header .w-form label:hover span,.liveDashboard ._account_api .list-results thead .report-status .sub-header .w-double-list label:hover span,._account_api .liveDashboard .list-results thead .report-status .sub-header .w-form label:hover span,._account_api .liveDashboard .list-results thead .report-status .sub-header .w-double-list label:hover span,.liveDashboard ._account_api .list-results thead .sub-header .w-form .report-status label:hover span,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list .report-status label:hover span,._account_api .liveDashboard .list-results thead .sub-header .w-form .report-status label:hover span,._account_api .liveDashboard .list-results thead .sub-header .w-double-list .report-status label:hover span,.liveDashboard .sub-header .w-form ._account_api .list-results thead .report-status label:hover span,.liveDashboard .sub-header .w-double-list ._account_api .list-results thead .report-status label:hover span,.sub-header .w-form ._account_api .liveDashboard .list-results thead .report-status label:hover span,.sub-header .w-double-list ._account_api .liveDashboard .list-results thead .report-status label:hover span,.liveDashboard ._account_api .list-results thead .report-status .block-filters button:hover:after span,._account_api .liveDashboard .list-results thead .report-status .block-filters button:hover:after span,.liveDashboard ._account_api .list-results thead .block-filters .report-status button:hover:after span,._account_api .liveDashboard .list-results thead .block-filters .report-status button:hover:after span,.liveDashboard .block-filters ._account_api .list-results thead .report-status button:hover:after span,.block-filters ._account_api .liveDashboard .list-results thead .report-status button:hover:after span,.liveDashboard ._account_api .list-results thead .report-status .block-filters select:hover:after span,._account_api .liveDashboard .list-results thead .report-status .block-filters select:hover:after span,.liveDashboard ._account_api .list-results thead .block-filters .report-status select:hover:after span,._account_api .liveDashboard .list-results thead .block-filters .report-status select:hover:after span,.liveDashboard .block-filters ._account_api .list-results thead .report-status select:hover:after span,.block-filters ._account_api .liveDashboard .list-results thead .report-status select:hover:after span,.liveDashboard ._account_api .list-results thead .report-status .form-auto-list .form-auto-item.is-user-is-inactive:hover span,._account_api .liveDashboard .list-results thead .report-status .form-auto-list .form-auto-item.is-user-is-inactive:hover span,.liveDashboard ._account_api .list-results thead .form-auto-list .report-status .form-auto-item.is-user-is-inactive:hover span,._account_api .liveDashboard .list-results thead .form-auto-list .report-status .form-auto-item.is-user-is-inactive:hover span,.liveDashboard .form-auto-list ._account_api .list-results thead .report-status .form-auto-item.is-user-is-inactive:hover span,.form-auto-list ._account_api .liveDashboard .list-results thead .report-status .form-auto-item.is-user-is-inactive:hover span,.liveDashboard ._account_api .list-results thead .report-status .form-auto-list .form-auto-item.is-user-is-active:hover span,._account_api .liveDashboard .list-results thead .report-status .form-auto-list .form-auto-item.is-user-is-active:hover span,.liveDashboard ._account_api .list-results thead .form-auto-list .report-status .form-auto-item.is-user-is-active:hover span,._account_api .liveDashboard .list-results thead .form-auto-list .report-status .form-auto-item.is-user-is-active:hover span,.liveDashboard .form-auto-list ._account_api .list-results thead .report-status .form-auto-item.is-user-is-active:hover span,.form-auto-list ._account_api .liveDashboard .list-results thead .report-status .form-auto-item.is-user-is-active:hover span,.liveDashboard ._account_api .list-results thead .report-status .list-results-header .status.title span:hover span,._account_api .liveDashboard .list-results thead .report-status .list-results-header .status.title span:hover span,.liveDashboard ._account_api .list-results thead .list-results-header .status.title .report-status span:hover span,._account_api .liveDashboard .list-results thead .list-results-header .status.title .report-status span:hover span,.liveDashboard .list-results-header .status.title ._account_api .list-results thead .report-status span:hover span,.list-results-header .status.title ._account_api .liveDashboard .list-results thead .report-status span:hover span,.liveDashboard ._account_api .list-results thead .report-status tr span:hover span,._account_api .liveDashboard .list-results thead .report-status tr span:hover span,.liveDashboard ._account_api .list-results thead tr .report-status span:hover span,._account_api .liveDashboard .list-results thead tr .report-status span:hover span,.liveDashboard ._account_api .list-results thead .report-status .icon:hover span,.liveDashboard ._account_api .list-results thead .report-status .w-alert-banner:hover:before span,.liveDashboard ._account_api .list-results thead .report-status .w-alert-banner:hover:before span,.liveDashboard ._account_api .list-results thead .report-status .w-alert-banner:hover:before span,.liveDashboard ._account_api .list-results thead .report-status .w-dialog.plus .dialog-aside:hover:after span,.w-dialog.plus .liveDashboard ._account_api .list-results thead .report-status .dialog-aside:hover:after span,.liveDashboard ._account_api .list-results thead .report-status .w-toast .toast.plus:hover:after span,.w-toast .liveDashboard ._account_api .list-results thead .report-status .toast.plus:hover:after span,.liveDashboard ._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-period-clear:hover:before span,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .report-status .btn-period-clear:hover:before span,.liveDashboard ._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-filter:hover:before span,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .report-status .btn-filter:hover:before span,.liveDashboard ._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-period-edit:hover:before span,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .report-status .btn-period-edit:hover:before span,.liveDashboard ._account_api .list-results thead .report-status .block-filters .btn-filter:hover:before span,.block-filters .liveDashboard ._account_api .list-results thead .report-status .btn-filter:hover:before span,.liveDashboard ._account_api .list-results thead .report-status .toggleWrapper input.mobileToggle+label:hover span,.toggleWrapper .liveDashboard ._account_api .list-results thead .report-status input.mobileToggle+label:hover span,.liveDashboard ._account_api .list-results thead .report-status tbody span.status:hover span,.liveDashboard ._account_api .list-results tbody thead .report-status span.status:hover span,.liveDashboard ._account_api .list-results thead .report-status tbody td.is-running span:hover span,.liveDashboard ._account_api .list-results tbody td.is-running thead .report-status span:hover span,.liveDashboard ._account_api .list-results thead .report-status tbody td.is-pending span:hover span,.liveDashboard ._account_api .list-results tbody td.is-pending thead .report-status span:hover span,._account_api .liveDashboard .list-results thead .report-status .icon:hover span,._account_api .liveDashboard .list-results thead .report-status .w-alert-banner:hover:before span,._account_api .liveDashboard .list-results thead .report-status .w-alert-banner:hover:before span,._account_api .liveDashboard .list-results thead .report-status .w-alert-banner:hover:before span,._account_api .liveDashboard .list-results thead .report-status .w-dialog.plus .dialog-aside:hover:after span,.w-dialog.plus ._account_api .liveDashboard .list-results thead .report-status .dialog-aside:hover:after span,._account_api .liveDashboard .list-results thead .report-status .w-toast .toast.plus:hover:after span,.w-toast ._account_api .liveDashboard .list-results thead .report-status .toast.plus:hover:after span,._account_api .liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-period-clear:hover:before span,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .report-status .btn-period-clear:hover:before span,._account_api .liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-filter:hover:before span,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .report-status .btn-filter:hover:before span,._account_api .liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-period-edit:hover:before span,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .report-status .btn-period-edit:hover:before span,._account_api .liveDashboard .list-results thead .report-status .block-filters .btn-filter:hover:before span,.block-filters ._account_api .liveDashboard .list-results thead .report-status .btn-filter:hover:before span,._account_api .liveDashboard .list-results thead .report-status .toggleWrapper input.mobileToggle+label:hover span,.toggleWrapper ._account_api .liveDashboard .list-results thead .report-status input.mobileToggle+label:hover span,._account_api .liveDashboard .list-results thead .report-status tbody span.status:hover span,._account_api .liveDashboard .list-results tbody thead .report-status span.status:hover span,._account_api .liveDashboard .list-results thead .report-status tbody td.is-running span:hover span,._account_api .liveDashboard .list-results tbody td.is-running thead .report-status span:hover span,._account_api .liveDashboard .list-results thead .report-status tbody td.is-pending span:hover span,._account_api .liveDashboard .list-results tbody td.is-pending thead .report-status span:hover span,.liveDashboard ._account_api .list-results thead .report-status .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:hover:after span,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .report-status .dropdown-toggle:hover:after span,._account_api .liveDashboard .list-results thead .report-status .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:hover:after span,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .report-status .dropdown-toggle:hover:after span,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .report-status .dropdown-toggle:hover:after span,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .report-status .dropdown-toggle:hover:after span,.liveDashboard ._account_api .list-results thead .report-status .w-filter-preset.w-filter-preset .filter-preset .filter:hover span,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .report-status .filter:hover span,._account_api .liveDashboard .list-results thead .report-status .w-filter-preset.w-filter-preset .filter-preset .filter:hover span,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .report-status .filter:hover span,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .report-status .filter:hover span,.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .report-status .filter:hover span,.liveDashboard ._account_api .list-results thead .report-status .form-label.status span:hover span,.liveDashboard ._account_api .list-results thead .report-status .status.status-log span:hover span,.liveDashboard ._account_api .list-results thead .report-status .status.status-report-item span:hover span,.liveDashboard ._account_api .list-results thead .report-status .double-list dd.status span:hover span,.double-list .liveDashboard ._account_api .list-results thead .report-status dd.status span:hover span,.liveDashboard ._account_api .list-results thead .report-status .double-list dt.status span:hover span,.double-list .liveDashboard ._account_api .list-results thead .report-status dt.status span:hover span,.liveDashboard ._account_api .list-results thead .report-status .w-cards-container .w-card .status.title span:hover span,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .report-status .status.title span:hover span,.liveDashboard ._account_api .list-results thead .report-status .w-cards-container .w-card.centered .w-value .status.label span:hover span,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .report-status .status.label span:hover span,.liveDashboard ._account_api .list-results thead .report-status tbody tr.sublist .status.title span:hover span,.liveDashboard ._account_api .list-results tbody tr.sublist thead .report-status .status.title span:hover span,.liveDashboard ._account_api .list-results thead .form-label.status .report-status span:hover span,.liveDashboard ._account_api .list-results thead .status.status-log .report-status span:hover span,.liveDashboard ._account_api .list-results thead .status.status-report-item .report-status span:hover span,.liveDashboard ._account_api .list-results thead .double-list dd.status .report-status span:hover span,.double-list .liveDashboard ._account_api .list-results thead dd.status .report-status span:hover span,.liveDashboard ._account_api .list-results thead .double-list dt.status .report-status span:hover span,.double-list .liveDashboard ._account_api .list-results thead dt.status .report-status span:hover span,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title .report-status span:hover span,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title .report-status span:hover span,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .report-status span:hover span,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label .report-status span:hover span,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title .report-status span:hover span,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title .report-status span:hover span,._account_api .liveDashboard .list-results thead .report-status .form-label.status span:hover span,._account_api .liveDashboard .list-results thead .report-status .status.status-log span:hover span,._account_api .liveDashboard .list-results thead .report-status .status.status-report-item span:hover span,._account_api .liveDashboard .list-results thead .report-status .double-list dd.status span:hover span,.double-list ._account_api .liveDashboard .list-results thead .report-status dd.status span:hover span,._account_api .liveDashboard .list-results thead .report-status .double-list dt.status span:hover span,.double-list ._account_api .liveDashboard .list-results thead .report-status dt.status span:hover span,._account_api .liveDashboard .list-results thead .report-status .w-cards-container .w-card .status.title span:hover span,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .report-status .status.title span:hover span,._account_api .liveDashboard .list-results thead .report-status .w-cards-container .w-card.centered .w-value .status.label span:hover span,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .report-status .status.label span:hover span,._account_api .liveDashboard .list-results thead .report-status tbody tr.sublist .status.title span:hover span,._account_api .liveDashboard .list-results tbody tr.sublist thead .report-status .status.title span:hover span,._account_api .liveDashboard .list-results thead .form-label.status .report-status span:hover span,._account_api .liveDashboard .list-results thead .status.status-log .report-status span:hover span,._account_api .liveDashboard .list-results thead .status.status-report-item .report-status span:hover span,._account_api .liveDashboard .list-results thead .double-list dd.status .report-status span:hover span,.double-list ._account_api .liveDashboard .list-results thead dd.status .report-status span:hover span,._account_api .liveDashboard .list-results thead .double-list dt.status .report-status span:hover span,.double-list ._account_api .liveDashboard .list-results thead dt.status .report-status span:hover span,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title .report-status span:hover span,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title .report-status span:hover span,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .report-status span:hover span,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label .report-status span:hover span,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title .report-status span:hover span,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title .report-status span:hover span,.liveDashboard .form-label.status ._account_api .list-results thead .report-status span:hover span,.liveDashboard .status.status-log ._account_api .list-results thead .report-status span:hover span,.liveDashboard .status.status-report-item ._account_api .list-results thead .report-status span:hover span,.liveDashboard .double-list dd.status ._account_api .list-results thead .report-status span:hover span,.double-list .liveDashboard dd.status ._account_api .list-results thead .report-status span:hover span,.liveDashboard .double-list dt.status ._account_api .list-results thead .report-status span:hover span,.double-list .liveDashboard dt.status ._account_api .list-results thead .report-status span:hover span,.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead .report-status span:hover span,.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead .report-status span:hover span,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead .report-status span:hover span,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead .report-status span:hover span,.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead .report-status span:hover span,.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead .report-status span:hover span,.form-label.status ._account_api .liveDashboard .list-results thead .report-status span:hover span,.status.status-log ._account_api .liveDashboard .list-results thead .report-status span:hover span,.status.status-report-item ._account_api .liveDashboard .list-results thead .report-status span:hover span,.double-list dd.status ._account_api .liveDashboard .list-results thead .report-status span:hover span,.double-list dt.status ._account_api .liveDashboard .list-results thead .report-status span:hover span,.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead .report-status span:hover span,.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead .report-status span:hover span,.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead .report-status span:hover span,.liveDashboard ._account_api .list-results thead .report-status .w-filters-selected label.status.small span:hover span,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small .report-status span:hover span,._account_api .liveDashboard .list-results thead .report-status .w-filters-selected label.status.small span:hover span,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small .report-status span:hover span,.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead .report-status span:hover span,.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead .report-status span:hover span,.liveDashboard ._account_api .list-results thead .report-status .w-filters-selected .status.btn-f-s span:hover span,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s .report-status span:hover span,._account_api .liveDashboard .list-results thead .report-status .w-filters-selected .status.btn-f-s span:hover span,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .report-status span:hover span,.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead .report-status span:hover span,.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead .report-status span:hover span,.liveDashboard ._account_api .list-results thead .report-status .sub-header .w-form label:hover span,.liveDashboard ._account_api .list-results thead .report-status .sub-header .w-double-list label:hover span,.liveDashboard ._account_api .list-results thead .sub-header .w-form .report-status label:hover span,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list .report-status label:hover span,._account_api .liveDashboard .list-results thead .report-status .sub-header .w-form label:hover span,._account_api .liveDashboard .list-results thead .report-status .sub-header .w-double-list label:hover span,._account_api .liveDashboard .list-results thead .sub-header .w-form .report-status label:hover span,._account_api .liveDashboard .list-results thead .sub-header .w-double-list .report-status label:hover span,.liveDashboard .sub-header .w-form ._account_api .list-results thead .report-status label:hover span,.liveDashboard .sub-header .w-double-list ._account_api .list-results thead .report-status label:hover span,.sub-header .w-form ._account_api .liveDashboard .list-results thead .report-status label:hover span,.sub-header .w-double-list ._account_api .liveDashboard .list-results thead .report-status label:hover span,.liveDashboard ._account_api .list-results thead .report-status .block-filters button:hover:after span,.liveDashboard ._account_api .list-results thead .block-filters .report-status button:hover:after span,._account_api .liveDashboard .list-results thead .report-status .block-filters button:hover:after span,._account_api .liveDashboard .list-results thead .block-filters .report-status button:hover:after span,.liveDashboard .block-filters ._account_api .list-results thead .report-status button:hover:after span,.block-filters ._account_api .liveDashboard .list-results thead .report-status button:hover:after span,.liveDashboard ._account_api .list-results thead .report-status .block-filters select:hover:after span,.liveDashboard ._account_api .list-results thead .block-filters .report-status select:hover:after span,._account_api .liveDashboard .list-results thead .report-status .block-filters select:hover:after span,._account_api .liveDashboard .list-results thead .block-filters .report-status select:hover:after span,.liveDashboard .block-filters ._account_api .list-results thead .report-status select:hover:after span,.block-filters ._account_api .liveDashboard .list-results thead .report-status select:hover:after span,.liveDashboard ._account_api .list-results thead .report-status .form-auto-list .form-auto-item.is-user-is-inactive:hover span,.liveDashboard ._account_api .list-results thead .form-auto-list .report-status .form-auto-item.is-user-is-inactive:hover span,._account_api .liveDashboard .list-results thead .report-status .form-auto-list .form-auto-item.is-user-is-inactive:hover span,._account_api .liveDashboard .list-results thead .form-auto-list .report-status .form-auto-item.is-user-is-inactive:hover span,.liveDashboard .form-auto-list ._account_api .list-results thead .report-status .form-auto-item.is-user-is-inactive:hover span,.form-auto-list ._account_api .liveDashboard .list-results thead .report-status .form-auto-item.is-user-is-inactive:hover span,.liveDashboard ._account_api .list-results thead .report-status .form-auto-list .form-auto-item.is-user-is-active:hover span,.liveDashboard ._account_api .list-results thead .form-auto-list .report-status .form-auto-item.is-user-is-active:hover span,._account_api .liveDashboard .list-results thead .report-status .form-auto-list .form-auto-item.is-user-is-active:hover span,._account_api .liveDashboard .list-results thead .form-auto-list .report-status .form-auto-item.is-user-is-active:hover span,.liveDashboard .form-auto-list ._account_api .list-results thead .report-status .form-auto-item.is-user-is-active:hover span,.form-auto-list ._account_api .liveDashboard .list-results thead .report-status .form-auto-item.is-user-is-active:hover span,.liveDashboard ._account_api .list-results thead .report-status .list-results-header .status.title span:hover span,.liveDashboard ._account_api .list-results thead .list-results-header .status.title .report-status span:hover span,._account_api .liveDashboard .list-results thead .report-status .list-results-header .status.title span:hover span,._account_api .liveDashboard .list-results thead .list-results-header .status.title .report-status span:hover span,.liveDashboard .list-results-header .status.title ._account_api .list-results thead .report-status span:hover span,.list-results-header .status.title ._account_api .liveDashboard .list-results thead .report-status span:hover span,.liveDashboard ._account_api .list-results thead .report-status tr span:hover span,.liveDashboard ._account_api .list-results thead tr .report-status span:hover span,._account_api .liveDashboard .list-results thead .report-status tr span:hover span,._account_api .liveDashboard .list-results thead tr .report-status span:hover span,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .report-status .dropdown-toggle:hover:after span,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .report-status .dropdown-toggle:hover:after span,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .report-status .filter:hover span,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .report-status .filter:hover span,._account_api .form-label.status .liveDashboard .list-results thead .report-status span:hover span,._account_api .status.status-log .liveDashboard .list-results thead .report-status span:hover span,._account_api .status.status-report-item .liveDashboard .list-results thead .report-status span:hover span,._account_api .double-list dd.status .liveDashboard .list-results thead .report-status span:hover span,.double-list ._account_api dd.status .liveDashboard .list-results thead .report-status span:hover span,._account_api .double-list dt.status .liveDashboard .list-results thead .report-status span:hover span,.double-list ._account_api dt.status .liveDashboard .list-results thead .report-status span:hover span,._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead .report-status span:hover span,.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead .report-status span:hover span,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead .report-status span:hover span,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead .report-status span:hover span,._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead .report-status span:hover span,.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead .report-status span:hover span,.form-label.status .liveDashboard ._account_api .list-results thead .report-status span:hover span,.status.status-log .liveDashboard ._account_api .list-results thead .report-status span:hover span,.status.status-report-item .liveDashboard ._account_api .list-results thead .report-status span:hover span,.double-list dd.status .liveDashboard ._account_api .list-results thead .report-status span:hover span,.double-list dt.status .liveDashboard ._account_api .list-results thead .report-status span:hover span,.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead .report-status span:hover span,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead .report-status span:hover span,.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead .report-status span:hover span,._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead .report-status span:hover span,.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead .report-status span:hover span,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead .report-status span:hover span,.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead .report-status span:hover span,._account_api .sub-header .w-form .liveDashboard .list-results thead .report-status label:hover span,._account_api .sub-header .w-double-list .liveDashboard .list-results thead .report-status label:hover span,.sub-header .w-form .liveDashboard ._account_api .list-results thead .report-status label:hover span,.sub-header .w-double-list .liveDashboard ._account_api .list-results thead .report-status label:hover span,._account_api .block-filters .liveDashboard .list-results thead .report-status button:hover:after span,.block-filters .liveDashboard ._account_api .list-results thead .report-status button:hover:after span,._account_api .block-filters .liveDashboard .list-results thead .report-status select:hover:after span,.block-filters .liveDashboard ._account_api .list-results thead .report-status select:hover:after span,._account_api .form-auto-list .liveDashboard .list-results thead .report-status .form-auto-item.is-user-is-inactive:hover span,.form-auto-list .liveDashboard ._account_api .list-results thead .report-status .form-auto-item.is-user-is-inactive:hover span,._account_api .form-auto-list .liveDashboard .list-results thead .report-status .form-auto-item.is-user-is-active:hover span,.form-auto-list .liveDashboard ._account_api .list-results thead .report-status .form-auto-item.is-user-is-active:hover span,._account_api .list-results-header .status.title .liveDashboard .list-results thead .report-status span:hover span,.list-results-header .status.title .liveDashboard ._account_api .list-results thead .report-status span:hover span,.report-status .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:hover:after span,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .report-status .dropdown-toggle:hover:after span,.report-status .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .dropdown-toggle:hover:after span,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .report-status .dropdown-toggle:hover:after span,.report-status .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:hover span,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .report-status .filter:hover span,.report-status .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .filter:hover span,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .report-status .filter:hover span,.report-status .liveDashboard .list-results thead .form-label.status span:hover span,.report-status .liveDashboard .list-results thead .status.status-log span:hover span,.report-status .liveDashboard .list-results thead .status.status-report-item span:hover span,.report-status .liveDashboard .list-results thead .double-list dd.status span:hover span,.double-list .report-status .liveDashboard .list-results thead dd.status span:hover span,.report-status .liveDashboard .list-results thead .double-list dt.status span:hover span,.double-list .report-status .liveDashboard .list-results thead dt.status span:hover span,.report-status .liveDashboard .list-results thead .w-cards-container .w-card .status.title span:hover span,.w-cards-container .w-card .report-status .liveDashboard .list-results thead .status.title span:hover span,.report-status .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:hover span,.w-cards-container .w-card.centered .w-value .report-status .liveDashboard .list-results thead .status.label span:hover span,.report-status .liveDashboard .list-results thead tbody tr.sublist .status.title span:hover span,.report-status .liveDashboard .list-results tbody tr.sublist thead .status.title span:hover span,.liveDashboard .list-results thead .form-label.status .report-status span:hover span,.liveDashboard .list-results thead .status.status-log .report-status span:hover span,.liveDashboard .list-results thead .status.status-report-item .report-status span:hover span,.liveDashboard .list-results thead .double-list dd.status .report-status span:hover span,.double-list .liveDashboard .list-results thead dd.status .report-status span:hover span,.liveDashboard .list-results thead .double-list dt.status .report-status span:hover span,.double-list .liveDashboard .list-results thead dt.status .report-status span:hover span,.liveDashboard .list-results thead .w-cards-container .w-card .status.title .report-status span:hover span,.w-cards-container .w-card .liveDashboard .list-results thead .status.title .report-status span:hover span,.liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .report-status span:hover span,.w-cards-container .w-card.centered .w-value .liveDashboard .list-results thead .status.label .report-status span:hover span,.liveDashboard .list-results thead tbody tr.sublist .status.title .report-status span:hover span,.liveDashboard .list-results tbody tr.sublist thead .status.title .report-status span:hover span,.report-status .form-label.status .liveDashboard .list-results thead span:hover span,.report-status .status.status-log .liveDashboard .list-results thead span:hover span,.report-status .status.status-report-item .liveDashboard .list-results thead span:hover span,.report-status .double-list dd.status .liveDashboard .list-results thead span:hover span,.double-list .report-status dd.status .liveDashboard .list-results thead span:hover span,.report-status .double-list dt.status .liveDashboard .list-results thead span:hover span,.double-list .report-status dt.status .liveDashboard .list-results thead span:hover span,.report-status .w-cards-container .w-card .status.title .liveDashboard .list-results thead span:hover span,.w-cards-container .w-card .report-status .status.title .liveDashboard .list-results thead span:hover span,.report-status .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span:hover span,.w-cards-container .w-card.centered .w-value .report-status .status.label .liveDashboard .list-results thead span:hover span,.report-status .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span:hover span,.list-results tbody tr.sublist .report-status .status.title .liveDashboard .list-results thead span:hover span,.form-label.status .liveDashboard .list-results thead .report-status span:hover span,.status.status-log .liveDashboard .list-results thead .report-status span:hover span,.status.status-report-item .liveDashboard .list-results thead .report-status span:hover span,.double-list dd.status .liveDashboard .list-results thead .report-status span:hover span,.double-list dt.status .liveDashboard .list-results thead .report-status span:hover span,.w-cards-container .w-card .status.title .liveDashboard .list-results thead .report-status span:hover span,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead .report-status span:hover span,.list-results tbody tr.sublist .status.title .liveDashboard .list-results thead .report-status span:hover span,.report-status .liveDashboard .list-results thead .w-filters-selected label.status.small span:hover span,.liveDashboard .list-results thead .w-filters-selected label.status.small .report-status span:hover span,.report-status .w-filters-selected label.status.small .liveDashboard .list-results thead span:hover span,.w-filters-selected label.status.small .liveDashboard .list-results thead .report-status span:hover span,.report-status .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span:hover span,.liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .report-status span:hover span,.report-status .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span:hover span,.w-filters-selected .status.btn-f-s .liveDashboard .list-results thead .report-status span:hover span,.report-status .liveDashboard .list-results thead .sub-header .w-form label:hover span,.report-status .liveDashboard .list-results thead .sub-header .w-double-list label:hover span,.liveDashboard .list-results thead .sub-header .w-form .report-status label:hover span,.liveDashboard .list-results thead .sub-header .w-double-list .report-status label:hover span,.report-status .sub-header .w-form .liveDashboard .list-results thead label:hover span,.report-status .sub-header .w-double-list .liveDashboard .list-results thead label:hover span,.sub-header .w-form .liveDashboard .list-results thead .report-status label:hover span,.sub-header .w-double-list .liveDashboard .list-results thead .report-status label:hover span,.report-status .liveDashboard .list-results thead .block-filters button:hover:after span,.liveDashboard .list-results thead .block-filters .report-status button:hover:after span,.report-status .block-filters .liveDashboard .list-results thead button:hover:after span,.block-filters .liveDashboard .list-results thead .report-status button:hover:after span,.report-status .liveDashboard .list-results thead .block-filters select:hover:after span,.liveDashboard .list-results thead .block-filters .report-status select:hover:after span,.report-status .block-filters .liveDashboard .list-results thead select:hover:after span,.block-filters .liveDashboard .list-results thead .report-status select:hover:after span,.report-status .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:hover span,.liveDashboard .list-results thead .form-auto-list .report-status .form-auto-item.is-user-is-inactive:hover span,.report-status .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive:hover span,.form-auto-list .liveDashboard .list-results thead .report-status .form-auto-item.is-user-is-inactive:hover span,.report-status .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active:hover span,.liveDashboard .list-results thead .form-auto-list .report-status .form-auto-item.is-user-is-active:hover span,.report-status .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-active:hover span,.form-auto-list .liveDashboard .list-results thead .report-status .form-auto-item.is-user-is-active:hover span,.report-status .liveDashboard .list-results thead .list-results-header .status.title span:hover span,.liveDashboard .list-results thead .list-results-header .status.title .report-status span:hover span,.report-status .list-results-header .status.title .liveDashboard .list-results thead span:hover span,.list-results-header .status.title .liveDashboard .list-results thead .report-status span:hover span,.report-status .liveDashboard .list-results thead tr span:hover span,.liveDashboard .list-results thead tr .report-status span:hover span,.report-status ._account_api .list-results thead .icon:hover span,.report-status ._account_api .list-results thead .w-alert-banner:hover:before span,.report-status ._account_api .liveDashboard .list-results thead .w-alert-banner:hover:before span,.liveDashboard .report-status ._account_api .list-results thead .w-alert-banner:hover:before span,.report-status ._account_api .list-results thead .w-alert-banner:hover:before span,.report-status ._account_api .list-results thead .w-dialog.plus .dialog-aside:hover:after span,.w-dialog.plus .report-status ._account_api .list-results thead .dialog-aside:hover:after span,.report-status ._account_api .list-results thead .w-toast .toast.plus:hover:after span,.w-toast .report-status ._account_api .list-results thead .toast.plus:hover:after span,.report-status ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:hover:before span,.w-time-period .dropdown .w-selection .report-status ._account_api .list-results thead .btn-period-clear:hover:before span,.report-status ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:hover:before span,.w-time-period .dropdown .w-selection .report-status ._account_api .list-results thead .btn-filter:hover:before span,.report-status ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:hover:before span,.w-time-period .dropdown .w-selection .report-status ._account_api .list-results thead .btn-period-edit:hover:before span,.report-status ._account_api .list-results thead .block-filters .btn-filter:hover:before span,.block-filters .report-status ._account_api .list-results thead .btn-filter:hover:before span,.report-status ._account_api .list-results thead .toggleWrapper input.mobileToggle+label:hover span,.toggleWrapper .report-status ._account_api .list-results thead input.mobileToggle+label:hover span,.report-status ._account_api .list-results thead tbody span.status:hover span,.report-status ._account_api .list-results tbody thead span.status:hover span,.report-status ._account_api .list-results thead tbody td.is-running span:hover span,.report-status ._account_api .list-results tbody td.is-running thead span:hover span,.report-status ._account_api .list-results thead tbody td.is-pending span:hover span,.report-status ._account_api .list-results tbody td.is-pending thead span:hover span,.report-status ._account_api .liveDashboard .list-results thead .icon:hover span,.report-status ._account_api .liveDashboard .list-results thead .w-alert-banner:hover:before span,.report-status ._account_api .liveDashboard .list-results thead .w-alert-banner:hover:before span,.report-status ._account_api .liveDashboard .list-results thead .w-alert-banner:hover:before span,.report-status ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:hover:after span,.w-dialog.plus .report-status ._account_api .liveDashboard .list-results thead .dialog-aside:hover:after span,.report-status ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:hover:after span,.w-toast .report-status ._account_api .liveDashboard .list-results thead .toast.plus:hover:after span,.report-status ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:hover:before span,.w-time-period .dropdown .w-selection .report-status ._account_api .liveDashboard .list-results thead .btn-period-clear:hover:before span,.report-status ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:hover:before span,.w-time-period .dropdown .w-selection .report-status ._account_api .liveDashboard .list-results thead .btn-filter:hover:before span,.report-status ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:hover:before span,.w-time-period .dropdown .w-selection .report-status ._account_api .liveDashboard .list-results thead .btn-period-edit:hover:before span,.report-status ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:hover:before span,.block-filters .report-status ._account_api .liveDashboard .list-results thead .btn-filter:hover:before span,.report-status ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label:hover span,.toggleWrapper .report-status ._account_api .liveDashboard .list-results thead input.mobileToggle+label:hover span,.report-status ._account_api .liveDashboard .list-results thead tbody span.status:hover span,.report-status ._account_api .liveDashboard .list-results tbody thead span.status:hover span,.report-status ._account_api .liveDashboard .list-results thead tbody td.is-running span:hover span,.report-status ._account_api .liveDashboard .list-results tbody td.is-running thead span:hover span,.report-status ._account_api .liveDashboard .list-results thead tbody td.is-pending span:hover span,.report-status ._account_api .liveDashboard .list-results tbody td.is-pending thead span:hover span,.liveDashboard .report-status ._account_api .list-results thead .icon:hover span,.liveDashboard .report-status ._account_api .list-results thead .w-alert-banner:hover:before span,.liveDashboard .report-status ._account_api .list-results thead .w-alert-banner:hover:before span,.liveDashboard .report-status ._account_api .list-results thead .w-alert-banner:hover:before span,.liveDashboard .report-status ._account_api .list-results thead .w-dialog.plus .dialog-aside:hover:after span,.w-dialog.plus .liveDashboard .report-status ._account_api .list-results thead .dialog-aside:hover:after span,.liveDashboard .report-status ._account_api .list-results thead .w-toast .toast.plus:hover:after span,.w-toast .liveDashboard .report-status ._account_api .list-results thead .toast.plus:hover:after span,.liveDashboard .report-status ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:hover:before span,.w-time-period .dropdown .w-selection .liveDashboard .report-status ._account_api .list-results thead .btn-period-clear:hover:before span,.liveDashboard .report-status ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:hover:before span,.w-time-period .dropdown .w-selection .liveDashboard .report-status ._account_api .list-results thead .btn-filter:hover:before span,.liveDashboard .report-status ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:hover:before span,.w-time-period .dropdown .w-selection .liveDashboard .report-status ._account_api .list-results thead .btn-period-edit:hover:before span,.liveDashboard .report-status ._account_api .list-results thead .block-filters .btn-filter:hover:before span,.block-filters .liveDashboard .report-status ._account_api .list-results thead .btn-filter:hover:before span,.liveDashboard .report-status ._account_api .list-results thead .toggleWrapper input.mobileToggle+label:hover span,.toggleWrapper .liveDashboard .report-status ._account_api .list-results thead input.mobileToggle+label:hover span,.liveDashboard .report-status ._account_api .list-results thead tbody span.status:hover span,.liveDashboard .report-status ._account_api .list-results tbody thead span.status:hover span,.liveDashboard .report-status ._account_api .list-results thead tbody td.is-running span:hover span,.liveDashboard .report-status ._account_api .list-results tbody td.is-running thead span:hover span,.liveDashboard .report-status ._account_api .list-results thead tbody td.is-pending span:hover span,.liveDashboard .report-status ._account_api .list-results tbody td.is-pending thead span:hover span,.report-status ._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:hover:after span,.liveDashboard .report-status ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:hover:after span,.report-status ._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .dropdown-toggle:hover:after span,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .report-status ._account_api .list-results thead .dropdown-toggle:hover:after span,.report-status ._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:hover span,.liveDashboard .report-status ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:hover span,.report-status ._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .filter:hover span,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .report-status ._account_api .list-results thead .filter:hover span,.report-status ._account_api .liveDashboard .list-results thead .form-label.status span:hover span,.report-status ._account_api .liveDashboard .list-results thead .status.status-log span:hover span,.report-status ._account_api .liveDashboard .list-results thead .status.status-report-item span:hover span,.report-status ._account_api .liveDashboard .list-results thead .double-list dd.status span:hover span,.double-list .report-status ._account_api .liveDashboard .list-results thead dd.status span:hover span,.report-status ._account_api .liveDashboard .list-results thead .double-list dt.status span:hover span,.double-list .report-status ._account_api .liveDashboard .list-results thead dt.status span:hover span,.report-status ._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span:hover span,.w-cards-container .w-card .report-status ._account_api .liveDashboard .list-results thead .status.title span:hover span,.report-status ._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:hover span,.w-cards-container .w-card.centered .w-value .report-status ._account_api .liveDashboard .list-results thead .status.label span:hover span,.report-status ._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span:hover span,.report-status ._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span:hover span,.liveDashboard .report-status ._account_api .list-results thead .form-label.status span:hover span,.liveDashboard .report-status ._account_api .list-results thead .status.status-log span:hover span,.liveDashboard .report-status ._account_api .list-results thead .status.status-report-item span:hover span,.liveDashboard .report-status ._account_api .list-results thead .double-list dd.status span:hover span,.double-list .liveDashboard .report-status ._account_api .list-results thead dd.status span:hover span,.liveDashboard .report-status ._account_api .list-results thead .double-list dt.status span:hover span,.double-list .liveDashboard .report-status ._account_api .list-results thead dt.status span:hover span,.liveDashboard .report-status ._account_api .list-results thead .w-cards-container .w-card .status.title span:hover span,.w-cards-container .w-card .liveDashboard .report-status ._account_api .list-results thead .status.title span:hover span,.liveDashboard .report-status ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:hover span,.w-cards-container .w-card.centered .w-value .liveDashboard .report-status ._account_api .list-results thead .status.label span:hover span,.liveDashboard .report-status ._account_api .list-results thead tbody tr.sublist .status.title span:hover span,.liveDashboard .report-status ._account_api .list-results tbody tr.sublist thead .status.title span:hover span,.report-status ._account_api .form-label.status .liveDashboard .list-results thead span:hover span,.report-status ._account_api .status.status-log .liveDashboard .list-results thead span:hover span,.report-status ._account_api .status.status-report-item .liveDashboard .list-results thead span:hover span,.report-status ._account_api .double-list dd.status .liveDashboard .list-results thead span:hover span,.double-list .report-status ._account_api dd.status .liveDashboard .list-results thead span:hover span,.report-status ._account_api .double-list dt.status .liveDashboard .list-results thead span:hover span,.double-list .report-status ._account_api dt.status .liveDashboard .list-results thead span:hover span,.report-status ._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span:hover span,.w-cards-container .w-card .report-status ._account_api .status.title .liveDashboard .list-results thead span:hover span,.report-status ._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span:hover span,.w-cards-container .w-card.centered .w-value .report-status ._account_api .status.label .liveDashboard .list-results thead span:hover span,.report-status ._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span:hover span,.list-results tbody tr.sublist .report-status ._account_api .status.title .liveDashboard .list-results thead span:hover span,.form-label.status .liveDashboard .report-status ._account_api .list-results thead span:hover span,.status.status-log .liveDashboard .report-status ._account_api .list-results thead span:hover span,.status.status-report-item .liveDashboard .report-status ._account_api .list-results thead span:hover span,.double-list dd.status .liveDashboard .report-status ._account_api .list-results thead span:hover span,.double-list dt.status .liveDashboard .report-status ._account_api .list-results thead span:hover span,.w-cards-container .w-card .status.title .liveDashboard .report-status ._account_api .list-results thead span:hover span,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .report-status ._account_api .list-results thead span:hover span,.list-results tbody tr.sublist .status.title .liveDashboard .report-status ._account_api .list-results thead span:hover span,.report-status ._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span:hover span,.liveDashboard .report-status ._account_api .list-results thead .w-filters-selected label.status.small span:hover span,.report-status ._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span:hover span,.w-filters-selected label.status.small .liveDashboard .report-status ._account_api .list-results thead span:hover span,.report-status ._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span:hover span,.liveDashboard .report-status ._account_api .list-results thead .w-filters-selected .status.btn-f-s span:hover span,.report-status ._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span:hover span,.w-filters-selected .status.btn-f-s .liveDashboard .report-status ._account_api .list-results thead span:hover span,.report-status ._account_api .liveDashboard .list-results thead .sub-header .w-form label:hover span,.report-status ._account_api .liveDashboard .list-results thead .sub-header .w-double-list label:hover span,.liveDashboard .report-status ._account_api .list-results thead .sub-header .w-form label:hover span,.liveDashboard .report-status ._account_api .list-results thead .sub-header .w-double-list label:hover span,.report-status ._account_api .sub-header .w-form .liveDashboard .list-results thead label:hover span,.report-status ._account_api .sub-header .w-double-list .liveDashboard .list-results thead label:hover span,.sub-header .w-form .liveDashboard .report-status ._account_api .list-results thead label:hover span,.sub-header .w-double-list .liveDashboard .report-status ._account_api .list-results thead label:hover span,.report-status ._account_api .liveDashboard .list-results thead .block-filters button:hover:after span,.liveDashboard .report-status ._account_api .list-results thead .block-filters button:hover:after span,.report-status ._account_api .block-filters .liveDashboard .list-results thead button:hover:after span,.block-filters .liveDashboard .report-status ._account_api .list-results thead button:hover:after span,.report-status ._account_api .liveDashboard .list-results thead .block-filters select:hover:after span,.liveDashboard .report-status ._account_api .list-results thead .block-filters select:hover:after span,.report-status ._account_api .block-filters .liveDashboard .list-results thead select:hover:after span,.block-filters .liveDashboard .report-status ._account_api .list-results thead select:hover:after span,.report-status ._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:hover span,.liveDashboard .report-status ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:hover span,.report-status ._account_api .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive:hover span,.form-auto-list .liveDashboard .report-status ._account_api .list-results thead .form-auto-item.is-user-is-inactive:hover span,.report-status ._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active:hover span,.liveDashboard .report-status ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active:hover span,.report-status ._account_api .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-active:hover span,.form-auto-list .liveDashboard .report-status ._account_api .list-results thead .form-auto-item.is-user-is-active:hover span,.report-status ._account_api .liveDashboard .list-results thead .list-results-header .status.title span:hover span,.liveDashboard .report-status ._account_api .list-results thead .list-results-header .status.title span:hover span,.report-status ._account_api .list-results-header .status.title .liveDashboard .list-results thead span:hover span,.list-results-header .status.title .liveDashboard .report-status ._account_api .list-results thead span:hover span,.report-status ._account_api .liveDashboard .list-results thead tr span:hover span,.liveDashboard .report-status ._account_api .list-results thead tr span:hover span,.report-status ._account_api .list-results thead .icon:hover span,.report-status ._account_api .list-results thead .w-alert-banner:hover:before span,.report-status ._account_api .liveDashboard .list-results thead .w-alert-banner:hover:before span,.liveDashboard .report-status ._account_api .list-results thead .w-alert-banner:hover:before span,.report-status ._account_api .list-results thead .w-alert-banner:hover:before span,.report-status ._account_api .list-results thead .w-dialog.plus .dialog-aside:hover:after span,.w-dialog.plus .report-status ._account_api .list-results thead .dialog-aside:hover:after span,.report-status ._account_api .list-results thead .w-toast .toast.plus:hover:after span,.w-toast .report-status ._account_api .list-results thead .toast.plus:hover:after span,.report-status ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:hover:before span,.w-time-period .dropdown .w-selection .report-status ._account_api .list-results thead .btn-period-clear:hover:before span,.report-status ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:hover:before span,.w-time-period .dropdown .w-selection .report-status ._account_api .list-results thead .btn-filter:hover:before span,.report-status ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:hover:before span,.w-time-period .dropdown .w-selection .report-status ._account_api .list-results thead .btn-period-edit:hover:before span,.report-status ._account_api .list-results thead .block-filters .btn-filter:hover:before span,.block-filters .report-status ._account_api .list-results thead .btn-filter:hover:before span,.report-status ._account_api .list-results thead .toggleWrapper input.mobileToggle+label:hover span,.toggleWrapper .report-status ._account_api .list-results thead input.mobileToggle+label:hover span,.report-status ._account_api .list-results thead tbody span.status:hover span,.report-status ._account_api .list-results tbody thead span.status:hover span,.report-status ._account_api .list-results thead tbody td.is-running span:hover span,.report-status ._account_api .list-results tbody td.is-running thead span:hover span,.report-status ._account_api .list-results thead tbody td.is-pending span:hover span,.report-status ._account_api .list-results tbody td.is-pending thead span:hover span,.report-status ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:hover:after span,.report-status .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .dropdown-toggle:hover:after span,.w-filter-preset.w-filter-preset .filter-preset .dropdown .report-status ._account_api .list-results thead .dropdown-toggle:hover:after span,.report-status ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:hover span,.report-status .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .filter:hover span,.w-filter-preset.w-filter-preset .filter-preset .report-status ._account_api .list-results thead .filter:hover span,.report-status ._account_api .list-results thead .form-label.status span:hover span,.report-status ._account_api .list-results thead .status.status-log span:hover span,.report-status ._account_api .list-results thead .status.status-report-item span:hover span,.report-status ._account_api .list-results thead .double-list dd.status span:hover span,.double-list .report-status ._account_api .list-results thead dd.status span:hover span,.report-status ._account_api .list-results thead .double-list dt.status span:hover span,.double-list .report-status ._account_api .list-results thead dt.status span:hover span,.report-status ._account_api .list-results thead .w-cards-container .w-card .status.title span:hover span,.w-cards-container .w-card .report-status ._account_api .list-results thead .status.title span:hover span,.report-status ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:hover span,.w-cards-container .w-card.centered .w-value .report-status ._account_api .list-results thead .status.label span:hover span,.report-status ._account_api .list-results thead tbody tr.sublist .status.title span:hover span,.report-status ._account_api .list-results tbody tr.sublist thead .status.title span:hover span,.report-status .form-label.status ._account_api .list-results thead span:hover span,.report-status .status.status-log ._account_api .list-results thead span:hover span,.report-status .status.status-report-item ._account_api .list-results thead span:hover span,.report-status .double-list dd.status ._account_api .list-results thead span:hover span,.double-list .report-status dd.status ._account_api .list-results thead span:hover span,.report-status .double-list dt.status ._account_api .list-results thead span:hover span,.double-list .report-status dt.status ._account_api .list-results thead span:hover span,.report-status .w-cards-container .w-card .status.title ._account_api .list-results thead span:hover span,.w-cards-container .w-card .report-status .status.title ._account_api .list-results thead span:hover span,.report-status .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span:hover span,.w-cards-container .w-card.centered .w-value .report-status .status.label ._account_api .list-results thead span:hover span,.report-status .list-results tbody tr.sublist .status.title ._account_api .list-results thead span:hover span,.list-results tbody tr.sublist .report-status .status.title ._account_api .list-results thead span:hover span,.form-label.status .report-status ._account_api .list-results thead span:hover span,.status.status-log .report-status ._account_api .list-results thead span:hover span,.status.status-report-item .report-status ._account_api .list-results thead span:hover span,.double-list dd.status .report-status ._account_api .list-results thead span:hover span,.double-list dt.status .report-status ._account_api .list-results thead span:hover span,.w-cards-container .w-card .status.title .report-status ._account_api .list-results thead span:hover span,.w-cards-container .w-card.centered .w-value .status.label .report-status ._account_api .list-results thead span:hover span,.list-results tbody tr.sublist .status.title .report-status ._account_api .list-results thead span:hover span,.report-status ._account_api .list-results thead .w-filters-selected label.status.small span:hover span,.report-status .w-filters-selected label.status.small ._account_api .list-results thead span:hover span,.w-filters-selected label.status.small .report-status ._account_api .list-results thead span:hover span,.report-status ._account_api .list-results thead .w-filters-selected .status.btn-f-s span:hover span,.report-status .w-filters-selected .status.btn-f-s ._account_api .list-results thead span:hover span,.w-filters-selected .status.btn-f-s .report-status ._account_api .list-results thead span:hover span,.report-status ._account_api .list-results thead .sub-header .w-form label:hover span,.report-status ._account_api .list-results thead .sub-header .w-double-list label:hover span,.report-status .sub-header .w-form ._account_api .list-results thead label:hover span,.report-status .sub-header .w-double-list ._account_api .list-results thead label:hover span,.sub-header .w-form .report-status ._account_api .list-results thead label:hover span,.sub-header .w-double-list .report-status ._account_api .list-results thead label:hover span,.report-status ._account_api .list-results thead .block-filters button:hover:after span,.report-status .block-filters ._account_api .list-results thead button:hover:after span,.block-filters .report-status ._account_api .list-results thead button:hover:after span,.report-status ._account_api .list-results thead .block-filters select:hover:after span,.report-status .block-filters ._account_api .list-results thead select:hover:after span,.block-filters .report-status ._account_api .list-results thead select:hover:after span,.report-status ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:hover span,.report-status .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-inactive:hover span,.form-auto-list .report-status ._account_api .list-results thead .form-auto-item.is-user-is-inactive:hover span,.report-status ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active:hover span,.report-status .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-active:hover span,.form-auto-list .report-status ._account_api .list-results thead .form-auto-item.is-user-is-active:hover span,.report-status ._account_api .list-results thead .list-results-header .status.title span:hover span,.report-status .list-results-header .status.title ._account_api .list-results thead span:hover span,.list-results-header .status.title .report-status ._account_api .list-results thead span:hover span,.report-status ._account_api .list-results thead tr span:hover span,.report-status .liveDashboard ._account_api .list-results thead .icon:hover span,.report-status .liveDashboard ._account_api .list-results thead .w-alert-banner:hover:before span,.report-status .liveDashboard ._account_api .list-results thead .w-alert-banner:hover:before span,.report-status .liveDashboard ._account_api .list-results thead .w-alert-banner:hover:before span,.report-status .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:hover:after span,.w-dialog.plus .report-status .liveDashboard ._account_api .list-results thead .dialog-aside:hover:after span,.report-status .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:hover:after span,.w-toast .report-status .liveDashboard ._account_api .list-results thead .toast.plus:hover:after span,.report-status .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:hover:before span,.w-time-period .dropdown .w-selection .report-status .liveDashboard ._account_api .list-results thead .btn-period-clear:hover:before span,.report-status .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:hover:before span,.w-time-period .dropdown .w-selection .report-status .liveDashboard ._account_api .list-results thead .btn-filter:hover:before span,.report-status .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:hover:before span,.w-time-period .dropdown .w-selection .report-status .liveDashboard ._account_api .list-results thead .btn-period-edit:hover:before span,.report-status .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:hover:before span,.block-filters .report-status .liveDashboard ._account_api .list-results thead .btn-filter:hover:before span,.report-status .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label:hover span,.toggleWrapper .report-status .liveDashboard ._account_api .list-results thead input.mobileToggle+label:hover span,.report-status .liveDashboard ._account_api .list-results thead tbody span.status:hover span,.report-status .liveDashboard ._account_api .list-results tbody thead span.status:hover span,.report-status .liveDashboard ._account_api .list-results thead tbody td.is-running span:hover span,.report-status .liveDashboard ._account_api .list-results tbody td.is-running thead span:hover span,.report-status .liveDashboard ._account_api .list-results thead tbody td.is-pending span:hover span,.report-status .liveDashboard ._account_api .list-results tbody td.is-pending thead span:hover span,.liveDashboard .report-status ._account_api .list-results thead .icon:hover span,.liveDashboard .report-status ._account_api .list-results thead .w-alert-banner:hover:before span,.liveDashboard .report-status ._account_api .list-results thead .w-alert-banner:hover:before span,.liveDashboard .report-status ._account_api .list-results thead .w-alert-banner:hover:before span,.liveDashboard .report-status ._account_api .list-results thead .w-dialog.plus .dialog-aside:hover:after span,.w-dialog.plus .liveDashboard .report-status ._account_api .list-results thead .dialog-aside:hover:after span,.liveDashboard .report-status ._account_api .list-results thead .w-toast .toast.plus:hover:after span,.w-toast .liveDashboard .report-status ._account_api .list-results thead .toast.plus:hover:after span,.liveDashboard .report-status ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:hover:before span,.w-time-period .dropdown .w-selection .liveDashboard .report-status ._account_api .list-results thead .btn-period-clear:hover:before span,.liveDashboard .report-status ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:hover:before span,.w-time-period .dropdown .w-selection .liveDashboard .report-status ._account_api .list-results thead .btn-filter:hover:before span,.liveDashboard .report-status ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:hover:before span,.w-time-period .dropdown .w-selection .liveDashboard .report-status ._account_api .list-results thead .btn-period-edit:hover:before span,.liveDashboard .report-status ._account_api .list-results thead .block-filters .btn-filter:hover:before span,.block-filters .liveDashboard .report-status ._account_api .list-results thead .btn-filter:hover:before span,.liveDashboard .report-status ._account_api .list-results thead .toggleWrapper input.mobileToggle+label:hover span,.toggleWrapper .liveDashboard .report-status ._account_api .list-results thead input.mobileToggle+label:hover span,.liveDashboard .report-status ._account_api .list-results thead tbody span.status:hover span,.liveDashboard .report-status ._account_api .list-results tbody thead span.status:hover span,.liveDashboard .report-status ._account_api .list-results thead tbody td.is-running span:hover span,.liveDashboard .report-status ._account_api .list-results tbody td.is-running thead span:hover span,.liveDashboard .report-status ._account_api .list-results thead tbody td.is-pending span:hover span,.liveDashboard .report-status ._account_api .list-results tbody td.is-pending thead span:hover span,.report-status ._account_api .liveDashboard .list-results thead .icon:hover span,.report-status ._account_api .liveDashboard .list-results thead .w-alert-banner:hover:before span,.report-status ._account_api .liveDashboard .list-results thead .w-alert-banner:hover:before span,.report-status ._account_api .liveDashboard .list-results thead .w-alert-banner:hover:before span,.report-status ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:hover:after span,.w-dialog.plus .report-status ._account_api .liveDashboard .list-results thead .dialog-aside:hover:after span,.report-status ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:hover:after span,.w-toast .report-status ._account_api .liveDashboard .list-results thead .toast.plus:hover:after span,.report-status ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:hover:before span,.w-time-period .dropdown .w-selection .report-status ._account_api .liveDashboard .list-results thead .btn-period-clear:hover:before span,.report-status ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:hover:before span,.w-time-period .dropdown .w-selection .report-status ._account_api .liveDashboard .list-results thead .btn-filter:hover:before span,.report-status ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:hover:before span,.w-time-period .dropdown .w-selection .report-status ._account_api .liveDashboard .list-results thead .btn-period-edit:hover:before span,.report-status ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:hover:before span,.block-filters .report-status ._account_api .liveDashboard .list-results thead .btn-filter:hover:before span,.report-status ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label:hover span,.toggleWrapper .report-status ._account_api .liveDashboard .list-results thead input.mobileToggle+label:hover span,.report-status ._account_api .liveDashboard .list-results thead tbody span.status:hover span,.report-status ._account_api .liveDashboard .list-results tbody thead span.status:hover span,.report-status ._account_api .liveDashboard .list-results thead tbody td.is-running span:hover span,.report-status ._account_api .liveDashboard .list-results tbody td.is-running thead span:hover span,.report-status ._account_api .liveDashboard .list-results thead tbody td.is-pending span:hover span,.report-status ._account_api .liveDashboard .list-results tbody td.is-pending thead span:hover span,.report-status .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:hover:after span,.liveDashboard .report-status ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:hover:after span,.report-status ._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:hover:after span,.report-status .liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .dropdown-toggle:hover:after span,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown .report-status ._account_api .list-results thead .dropdown-toggle:hover:after span,.report-status .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .dropdown-toggle:hover:after span,.w-filter-preset.w-filter-preset .filter-preset .dropdown .report-status ._account_api .liveDashboard .list-results thead .dropdown-toggle:hover:after span,.report-status .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:hover span,.liveDashboard .report-status ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:hover span,.report-status ._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:hover span,.report-status .liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .filter:hover span,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .report-status ._account_api .list-results thead .filter:hover span,.report-status .w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .filter:hover span,.w-filter-preset.w-filter-preset .filter-preset .report-status ._account_api .liveDashboard .list-results thead .filter:hover span,.report-status .liveDashboard ._account_api .list-results thead .form-label.status span:hover span,.report-status .liveDashboard ._account_api .list-results thead .status.status-log span:hover span,.report-status .liveDashboard ._account_api .list-results thead .status.status-report-item span:hover span,.report-status .liveDashboard ._account_api .list-results thead .double-list dd.status span:hover span,.double-list .report-status .liveDashboard ._account_api .list-results thead dd.status span:hover span,.report-status .liveDashboard ._account_api .list-results thead .double-list dt.status span:hover span,.double-list .report-status .liveDashboard ._account_api .list-results thead dt.status span:hover span,.report-status .liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span:hover span,.w-cards-container .w-card .report-status .liveDashboard ._account_api .list-results thead .status.title span:hover span,.report-status .liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:hover span,.w-cards-container .w-card.centered .w-value .report-status .liveDashboard ._account_api .list-results thead .status.label span:hover span,.report-status .liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span:hover span,.report-status .liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span:hover span,.liveDashboard .report-status ._account_api .list-results thead .form-label.status span:hover span,.liveDashboard .report-status ._account_api .list-results thead .status.status-log span:hover span,.liveDashboard .report-status ._account_api .list-results thead .status.status-report-item span:hover span,.liveDashboard .report-status ._account_api .list-results thead .double-list dd.status span:hover span,.double-list .liveDashboard .report-status ._account_api .list-results thead dd.status span:hover span,.liveDashboard .report-status ._account_api .list-results thead .double-list dt.status span:hover span,.double-list .liveDashboard .report-status ._account_api .list-results thead dt.status span:hover span,.liveDashboard .report-status ._account_api .list-results thead .w-cards-container .w-card .status.title span:hover span,.w-cards-container .w-card .liveDashboard .report-status ._account_api .list-results thead .status.title span:hover span,.liveDashboard .report-status ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:hover span,.w-cards-container .w-card.centered .w-value .liveDashboard .report-status ._account_api .list-results thead .status.label span:hover span,.liveDashboard .report-status ._account_api .list-results thead tbody tr.sublist .status.title span:hover span,.liveDashboard .report-status ._account_api .list-results tbody tr.sublist thead .status.title span:hover span,.report-status ._account_api .liveDashboard .list-results thead .form-label.status span:hover span,.report-status ._account_api .liveDashboard .list-results thead .status.status-log span:hover span,.report-status ._account_api .liveDashboard .list-results thead .status.status-report-item span:hover span,.report-status ._account_api .liveDashboard .list-results thead .double-list dd.status span:hover span,.double-list .report-status ._account_api .liveDashboard .list-results thead dd.status span:hover span,.report-status ._account_api .liveDashboard .list-results thead .double-list dt.status span:hover span,.double-list .report-status ._account_api .liveDashboard .list-results thead dt.status span:hover span,.report-status ._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span:hover span,.w-cards-container .w-card .report-status ._account_api .liveDashboard .list-results thead .status.title span:hover span,.report-status ._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:hover span,.w-cards-container .w-card.centered .w-value .report-status ._account_api .liveDashboard .list-results thead .status.label span:hover span,.report-status ._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span:hover span,.report-status ._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span:hover span,.report-status .liveDashboard .form-label.status ._account_api .list-results thead span:hover span,.report-status .liveDashboard .status.status-log ._account_api .list-results thead span:hover span,.report-status .liveDashboard .status.status-report-item ._account_api .list-results thead span:hover span,.report-status .liveDashboard .double-list dd.status ._account_api .list-results thead span:hover span,.double-list .report-status .liveDashboard dd.status ._account_api .list-results thead span:hover span,.report-status .liveDashboard .double-list dt.status ._account_api .list-results thead span:hover span,.double-list .report-status .liveDashboard dt.status ._account_api .list-results thead span:hover span,.report-status .liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span:hover span,.w-cards-container .w-card .report-status .liveDashboard .status.title ._account_api .list-results thead span:hover span,.report-status .liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span:hover span,.w-cards-container .w-card.centered .w-value .report-status .liveDashboard .status.label ._account_api .list-results thead span:hover span,.report-status .liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span:hover span,.list-results tbody tr.sublist .report-status .liveDashboard .status.title ._account_api .list-results thead span:hover span,.liveDashboard .form-label.status .report-status ._account_api .list-results thead span:hover span,.liveDashboard .status.status-log .report-status ._account_api .list-results thead span:hover span,.liveDashboard .status.status-report-item .report-status ._account_api .list-results thead span:hover span,.liveDashboard .double-list dd.status .report-status ._account_api .list-results thead span:hover span,.double-list .liveDashboard dd.status .report-status ._account_api .list-results thead span:hover span,.liveDashboard .double-list dt.status .report-status ._account_api .list-results thead span:hover span,.double-list .liveDashboard dt.status .report-status ._account_api .list-results thead span:hover span,.liveDashboard .w-cards-container .w-card .status.title .report-status ._account_api .list-results thead span:hover span,.w-cards-container .w-card .liveDashboard .status.title .report-status ._account_api .list-results thead span:hover span,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label .report-status ._account_api .list-results thead span:hover span,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label .report-status ._account_api .list-results thead span:hover span,.liveDashboard .list-results tbody tr.sublist .status.title .report-status ._account_api .list-results thead span:hover span,.list-results tbody tr.sublist .liveDashboard .status.title .report-status ._account_api .list-results thead span:hover span,.report-status .form-label.status ._account_api .liveDashboard .list-results thead span:hover span,.report-status .status.status-log ._account_api .liveDashboard .list-results thead span:hover span,.report-status .status.status-report-item ._account_api .liveDashboard .list-results thead span:hover span,.report-status .double-list dd.status ._account_api .liveDashboard .list-results thead span:hover span,.double-list .report-status dd.status ._account_api .liveDashboard .list-results thead span:hover span,.report-status .double-list dt.status ._account_api .liveDashboard .list-results thead span:hover span,.double-list .report-status dt.status ._account_api .liveDashboard .list-results thead span:hover span,.report-status .w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead span:hover span,.w-cards-container .w-card .report-status .status.title ._account_api .liveDashboard .list-results thead span:hover span,.report-status .w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead span:hover span,.w-cards-container .w-card.centered .w-value .report-status .status.label ._account_api .liveDashboard .list-results thead span:hover span,.report-status .list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead span:hover span,.list-results tbody tr.sublist .report-status .status.title ._account_api .liveDashboard .list-results thead span:hover span,.form-label.status .report-status ._account_api .liveDashboard .list-results thead span:hover span,.status.status-log .report-status ._account_api .liveDashboard .list-results thead span:hover span,.status.status-report-item .report-status ._account_api .liveDashboard .list-results thead span:hover span,.double-list dd.status .report-status ._account_api .liveDashboard .list-results thead span:hover span,.double-list dt.status .report-status ._account_api .liveDashboard .list-results thead span:hover span,.w-cards-container .w-card .status.title .report-status ._account_api .liveDashboard .list-results thead span:hover span,.w-cards-container .w-card.centered .w-value .status.label .report-status ._account_api .liveDashboard .list-results thead span:hover span,.list-results tbody tr.sublist .status.title .report-status ._account_api .liveDashboard .list-results thead span:hover span,.report-status .liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span:hover span,.liveDashboard .report-status ._account_api .list-results thead .w-filters-selected label.status.small span:hover span,.report-status ._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span:hover span,.report-status .liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span:hover span,.liveDashboard .w-filters-selected label.status.small .report-status ._account_api .list-results thead span:hover span,.report-status .w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead span:hover span,.w-filters-selected label.status.small .report-status ._account_api .liveDashboard .list-results thead span:hover span,.report-status .liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span:hover span,.liveDashboard .report-status ._account_api .list-results thead .w-filters-selected .status.btn-f-s span:hover span,.report-status ._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span:hover span,.report-status .liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span:hover span,.liveDashboard .w-filters-selected .status.btn-f-s .report-status ._account_api .list-results thead span:hover span,.report-status .w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead span:hover span,.w-filters-selected .status.btn-f-s .report-status ._account_api .liveDashboard .list-results thead span:hover span,.report-status .liveDashboard ._account_api .list-results thead .sub-header .w-form label:hover span,.report-status .liveDashboard ._account_api .list-results thead .sub-header .w-double-list label:hover span,.liveDashboard .report-status ._account_api .list-results thead .sub-header .w-form label:hover span,.liveDashboard .report-status ._account_api .list-results thead .sub-header .w-double-list label:hover span,.report-status ._account_api .liveDashboard .list-results thead .sub-header .w-form label:hover span,.report-status ._account_api .liveDashboard .list-results thead .sub-header .w-double-list label:hover span,.report-status .liveDashboard .sub-header .w-form ._account_api .list-results thead label:hover span,.report-status .liveDashboard .sub-header .w-double-list ._account_api .list-results thead label:hover span,.liveDashboard .sub-header .w-form .report-status ._account_api .list-results thead label:hover span,.liveDashboard .sub-header .w-double-list .report-status ._account_api .list-results thead label:hover span,.report-status .sub-header .w-form ._account_api .liveDashboard .list-results thead label:hover span,.report-status .sub-header .w-double-list ._account_api .liveDashboard .list-results thead label:hover span,.sub-header .w-form .report-status ._account_api .liveDashboard .list-results thead label:hover span,.sub-header .w-double-list .report-status ._account_api .liveDashboard .list-results thead label:hover span,.report-status .liveDashboard ._account_api .list-results thead .block-filters button:hover:after span,.liveDashboard .report-status ._account_api .list-results thead .block-filters button:hover:after span,.report-status ._account_api .liveDashboard .list-results thead .block-filters button:hover:after span,.report-status .liveDashboard .block-filters ._account_api .list-results thead button:hover:after span,.liveDashboard .block-filters .report-status ._account_api .list-results thead button:hover:after span,.report-status .block-filters ._account_api .liveDashboard .list-results thead button:hover:after span,.block-filters .report-status ._account_api .liveDashboard .list-results thead button:hover:after span,.report-status .liveDashboard ._account_api .list-results thead .block-filters select:hover:after span,.liveDashboard .report-status ._account_api .list-results thead .block-filters select:hover:after span,.report-status ._account_api .liveDashboard .list-results thead .block-filters select:hover:after span,.report-status .liveDashboard .block-filters ._account_api .list-results thead select:hover:after span,.liveDashboard .block-filters .report-status ._account_api .list-results thead select:hover:after span,.report-status .block-filters ._account_api .liveDashboard .list-results thead select:hover:after span,.block-filters .report-status ._account_api .liveDashboard .list-results thead select:hover:after span,.report-status .liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:hover span,.liveDashboard .report-status ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:hover span,.report-status ._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:hover span,.report-status .liveDashboard .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-inactive:hover span,.liveDashboard .form-auto-list .report-status ._account_api .list-results thead .form-auto-item.is-user-is-inactive:hover span,.report-status .form-auto-list ._account_api .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive:hover span,.form-auto-list .report-status ._account_api .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive:hover span,.report-status .liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active:hover span,.liveDashboard .report-status ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active:hover span,.report-status ._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active:hover span,.report-status .liveDashboard .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-active:hover span,.liveDashboard .form-auto-list .report-status ._account_api .list-results thead .form-auto-item.is-user-is-active:hover span,.report-status .form-auto-list ._account_api .liveDashboard .list-results thead .form-auto-item.is-user-is-active:hover span,.form-auto-list .report-status ._account_api .liveDashboard .list-results thead .form-auto-item.is-user-is-active:hover span,.report-status .liveDashboard ._account_api .list-results thead .list-results-header .status.title span:hover span,.liveDashboard .report-status ._account_api .list-results thead .list-results-header .status.title span:hover span,.report-status ._account_api .liveDashboard .list-results thead .list-results-header .status.title span:hover span,.report-status .liveDashboard .list-results-header .status.title ._account_api .list-results thead span:hover span,.liveDashboard .list-results-header .status.title .report-status ._account_api .list-results thead span:hover span,.report-status .list-results-header .status.title ._account_api .liveDashboard .list-results thead span:hover span,.list-results-header .status.title .report-status ._account_api .liveDashboard .list-results thead span:hover span,.report-status .liveDashboard ._account_api .list-results thead tr span:hover span,.liveDashboard .report-status ._account_api .list-results thead tr span:hover span,.report-status ._account_api .liveDashboard .list-results thead tr span:hover span,.report-status ._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .dropdown-toggle:hover:after span,.report-status .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .dropdown-toggle:hover:after span,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .report-status ._account_api .list-results thead .dropdown-toggle:hover:after span,.report-status ._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .filter:hover span,.report-status .w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .filter:hover span,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .report-status ._account_api .list-results thead .filter:hover span,.report-status ._account_api .form-label.status .liveDashboard .list-results thead span:hover span,.report-status ._account_api .status.status-log .liveDashboard .list-results thead span:hover span,.report-status ._account_api .status.status-report-item .liveDashboard .list-results thead span:hover span,.report-status ._account_api .double-list dd.status .liveDashboard .list-results thead span:hover span,.double-list .report-status ._account_api dd.status .liveDashboard .list-results thead span:hover span,.report-status ._account_api .double-list dt.status .liveDashboard .list-results thead span:hover span,.double-list .report-status ._account_api dt.status .liveDashboard .list-results thead span:hover span,.report-status ._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span:hover span,.w-cards-container .w-card .report-status ._account_api .status.title .liveDashboard .list-results thead span:hover span,.report-status ._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span:hover span,.w-cards-container .w-card.centered .w-value .report-status ._account_api .status.label .liveDashboard .list-results thead span:hover span,.report-status ._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span:hover span,.list-results tbody tr.sublist .report-status ._account_api .status.title .liveDashboard .list-results thead span:hover span,.report-status .form-label.status .liveDashboard ._account_api .list-results thead span:hover span,.report-status .status.status-log .liveDashboard ._account_api .list-results thead span:hover span,.report-status .status.status-report-item .liveDashboard ._account_api .list-results thead span:hover span,.report-status .double-list dd.status .liveDashboard ._account_api .list-results thead span:hover span,.double-list .report-status dd.status .liveDashboard ._account_api .list-results thead span:hover span,.report-status .double-list dt.status .liveDashboard ._account_api .list-results thead span:hover span,.double-list .report-status dt.status .liveDashboard ._account_api .list-results thead span:hover span,.report-status .w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead span:hover span,.w-cards-container .w-card .report-status .status.title .liveDashboard ._account_api .list-results thead span:hover span,.report-status .w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead span:hover span,.w-cards-container .w-card.centered .w-value .report-status .status.label .liveDashboard ._account_api .list-results thead span:hover span,.report-status .list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead span:hover span,.list-results tbody tr.sublist .report-status .status.title .liveDashboard ._account_api .list-results thead span:hover span,.form-label.status .liveDashboard .report-status ._account_api .list-results thead span:hover span,.status.status-log .liveDashboard .report-status ._account_api .list-results thead span:hover span,.status.status-report-item .liveDashboard .report-status ._account_api .list-results thead span:hover span,.double-list dd.status .liveDashboard .report-status ._account_api .list-results thead span:hover span,.double-list dt.status .liveDashboard .report-status ._account_api .list-results thead span:hover span,.w-cards-container .w-card .status.title .liveDashboard .report-status ._account_api .list-results thead span:hover span,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .report-status ._account_api .list-results thead span:hover span,.list-results tbody tr.sublist .status.title .liveDashboard .report-status ._account_api .list-results thead span:hover span,.report-status ._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span:hover span,.report-status .w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead span:hover span,.w-filters-selected label.status.small .liveDashboard .report-status ._account_api .list-results thead span:hover span,.report-status ._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span:hover span,.report-status .w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead span:hover span,.w-filters-selected .status.btn-f-s .liveDashboard .report-status ._account_api .list-results thead span:hover span,.report-status ._account_api .sub-header .w-form .liveDashboard .list-results thead label:hover span,.report-status ._account_api .sub-header .w-double-list .liveDashboard .list-results thead label:hover span,.report-status .sub-header .w-form .liveDashboard ._account_api .list-results thead label:hover span,.report-status .sub-header .w-double-list .liveDashboard ._account_api .list-results thead label:hover span,.sub-header .w-form .liveDashboard .report-status ._account_api .list-results thead label:hover span,.sub-header .w-double-list .liveDashboard .report-status ._account_api .list-results thead label:hover span,.report-status ._account_api .block-filters .liveDashboard .list-results thead button:hover:after span,.report-status .block-filters .liveDashboard ._account_api .list-results thead button:hover:after span,.block-filters .liveDashboard .report-status ._account_api .list-results thead button:hover:after span,.report-status ._account_api .block-filters .liveDashboard .list-results thead select:hover:after span,.report-status .block-filters .liveDashboard ._account_api .list-results thead select:hover:after span,.block-filters .liveDashboard .report-status ._account_api .list-results thead select:hover:after span,.report-status ._account_api .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive:hover span,.report-status .form-auto-list .liveDashboard ._account_api .list-results thead .form-auto-item.is-user-is-inactive:hover span,.form-auto-list .liveDashboard .report-status ._account_api .list-results thead .form-auto-item.is-user-is-inactive:hover span,.report-status ._account_api .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-active:hover span,.report-status .form-auto-list .liveDashboard ._account_api .list-results thead .form-auto-item.is-user-is-active:hover span,.form-auto-list .liveDashboard .report-status ._account_api .list-results thead .form-auto-item.is-user-is-active:hover span,.report-status ._account_api .list-results-header .status.title .liveDashboard .list-results thead span:hover span,.report-status .list-results-header .status.title .liveDashboard ._account_api .list-results thead span:hover span,.list-results-header .status.title .liveDashboard .report-status ._account_api .list-results thead span:hover span,._account_api .list-results thead .report-status .icon:hover span,._account_api .list-results thead .report-status .w-alert-banner:hover:before span,._account_api .liveDashboard .list-results thead .report-status .w-alert-banner:hover:before span,.liveDashboard ._account_api .list-results thead .report-status .w-alert-banner:hover:before span,._account_api .list-results thead .report-status .w-alert-banner:hover:before span,._account_api .list-results thead .report-status .w-dialog.plus .dialog-aside:hover:after span,.w-dialog.plus ._account_api .list-results thead .report-status .dialog-aside:hover:after span,._account_api .list-results thead .report-status .w-toast .toast.plus:hover:after span,.w-toast ._account_api .list-results thead .report-status .toast.plus:hover:after span,._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-period-clear:hover:before span,.w-time-period .dropdown .w-selection ._account_api .list-results thead .report-status .btn-period-clear:hover:before span,._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-filter:hover:before span,.w-time-period .dropdown .w-selection ._account_api .list-results thead .report-status .btn-filter:hover:before span,._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-period-edit:hover:before span,.w-time-period .dropdown .w-selection ._account_api .list-results thead .report-status .btn-period-edit:hover:before span,._account_api .list-results thead .report-status .block-filters .btn-filter:hover:before span,.block-filters ._account_api .list-results thead .report-status .btn-filter:hover:before span,._account_api .list-results thead .report-status .toggleWrapper input.mobileToggle+label:hover span,.toggleWrapper ._account_api .list-results thead .report-status input.mobileToggle+label:hover span,._account_api .list-results thead .report-status tbody span.status:hover span,._account_api .list-results tbody thead .report-status span.status:hover span,._account_api .list-results thead .report-status tbody td.is-running span:hover span,._account_api .list-results tbody td.is-running thead .report-status span:hover span,._account_api .list-results thead .report-status tbody td.is-pending span:hover span,._account_api .list-results tbody td.is-pending thead .report-status span:hover span,._account_api .liveDashboard .list-results thead .report-status .icon:hover span,._account_api .liveDashboard .list-results thead .report-status .w-alert-banner:hover:before span,._account_api .liveDashboard .list-results thead .report-status .w-alert-banner:hover:before span,._account_api .liveDashboard .list-results thead .report-status .w-alert-banner:hover:before span,._account_api .liveDashboard .list-results thead .report-status .w-dialog.plus .dialog-aside:hover:after span,.w-dialog.plus ._account_api .liveDashboard .list-results thead .report-status .dialog-aside:hover:after span,._account_api .liveDashboard .list-results thead .report-status .w-toast .toast.plus:hover:after span,.w-toast ._account_api .liveDashboard .list-results thead .report-status .toast.plus:hover:after span,._account_api .liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-period-clear:hover:before span,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .report-status .btn-period-clear:hover:before span,._account_api .liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-filter:hover:before span,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .report-status .btn-filter:hover:before span,._account_api .liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-period-edit:hover:before span,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .report-status .btn-period-edit:hover:before span,._account_api .liveDashboard .list-results thead .report-status .block-filters .btn-filter:hover:before span,.block-filters ._account_api .liveDashboard .list-results thead .report-status .btn-filter:hover:before span,._account_api .liveDashboard .list-results thead .report-status .toggleWrapper input.mobileToggle+label:hover span,.toggleWrapper ._account_api .liveDashboard .list-results thead .report-status input.mobileToggle+label:hover span,._account_api .liveDashboard .list-results thead .report-status tbody span.status:hover span,._account_api .liveDashboard .list-results tbody thead .report-status span.status:hover span,._account_api .liveDashboard .list-results thead .report-status tbody td.is-running span:hover span,._account_api .liveDashboard .list-results tbody td.is-running thead .report-status span:hover span,._account_api .liveDashboard .list-results thead .report-status tbody td.is-pending span:hover span,._account_api .liveDashboard .list-results tbody td.is-pending thead .report-status span:hover span,.liveDashboard ._account_api .list-results thead .report-status .icon:hover span,.liveDashboard ._account_api .list-results thead .report-status .w-alert-banner:hover:before span,.liveDashboard ._account_api .list-results thead .report-status .w-alert-banner:hover:before span,.liveDashboard ._account_api .list-results thead .report-status .w-alert-banner:hover:before span,.liveDashboard ._account_api .list-results thead .report-status .w-dialog.plus .dialog-aside:hover:after span,.w-dialog.plus .liveDashboard ._account_api .list-results thead .report-status .dialog-aside:hover:after span,.liveDashboard ._account_api .list-results thead .report-status .w-toast .toast.plus:hover:after span,.w-toast .liveDashboard ._account_api .list-results thead .report-status .toast.plus:hover:after span,.liveDashboard ._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-period-clear:hover:before span,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .report-status .btn-period-clear:hover:before span,.liveDashboard ._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-filter:hover:before span,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .report-status .btn-filter:hover:before span,.liveDashboard ._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-period-edit:hover:before span,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .report-status .btn-period-edit:hover:before span,.liveDashboard ._account_api .list-results thead .report-status .block-filters .btn-filter:hover:before span,.block-filters .liveDashboard ._account_api .list-results thead .report-status .btn-filter:hover:before span,.liveDashboard ._account_api .list-results thead .report-status .toggleWrapper input.mobileToggle+label:hover span,.toggleWrapper .liveDashboard ._account_api .list-results thead .report-status input.mobileToggle+label:hover span,.liveDashboard ._account_api .list-results thead .report-status tbody span.status:hover span,.liveDashboard ._account_api .list-results tbody thead .report-status span.status:hover span,.liveDashboard ._account_api .list-results thead .report-status tbody td.is-running span:hover span,.liveDashboard ._account_api .list-results tbody td.is-running thead .report-status span:hover span,.liveDashboard ._account_api .list-results thead .report-status tbody td.is-pending span:hover span,.liveDashboard ._account_api .list-results tbody td.is-pending thead .report-status span:hover span,._account_api .liveDashboard .list-results thead .report-status .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:hover:after span,.liveDashboard ._account_api .list-results thead .report-status .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:hover:after span,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .report-status .dropdown-toggle:hover:after span,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .report-status .dropdown-toggle:hover:after span,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .report-status .dropdown-toggle:hover:after span,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .report-status .dropdown-toggle:hover:after span,._account_api .liveDashboard .list-results thead .report-status .w-filter-preset.w-filter-preset .filter-preset .filter:hover span,.liveDashboard ._account_api .list-results thead .report-status .w-filter-preset.w-filter-preset .filter-preset .filter:hover span,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .report-status .filter:hover span,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .report-status .filter:hover span,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .report-status .filter:hover span,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .report-status .filter:hover span,._account_api .liveDashboard .list-results thead .report-status .form-label.status span:hover span,._account_api .liveDashboard .list-results thead .report-status .status.status-log span:hover span,._account_api .liveDashboard .list-results thead .report-status .status.status-report-item span:hover span,._account_api .liveDashboard .list-results thead .report-status .double-list dd.status span:hover span,.double-list ._account_api .liveDashboard .list-results thead .report-status dd.status span:hover span,._account_api .liveDashboard .list-results thead .report-status .double-list dt.status span:hover span,.double-list ._account_api .liveDashboard .list-results thead .report-status dt.status span:hover span,._account_api .liveDashboard .list-results thead .report-status .w-cards-container .w-card .status.title span:hover span,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .report-status .status.title span:hover span,._account_api .liveDashboard .list-results thead .report-status .w-cards-container .w-card.centered .w-value .status.label span:hover span,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .report-status .status.label span:hover span,._account_api .liveDashboard .list-results thead .report-status tbody tr.sublist .status.title span:hover span,._account_api .liveDashboard .list-results tbody tr.sublist thead .report-status .status.title span:hover span,.liveDashboard ._account_api .list-results thead .report-status .form-label.status span:hover span,.liveDashboard ._account_api .list-results thead .report-status .status.status-log span:hover span,.liveDashboard ._account_api .list-results thead .report-status .status.status-report-item span:hover span,.liveDashboard ._account_api .list-results thead .report-status .double-list dd.status span:hover span,.double-list .liveDashboard ._account_api .list-results thead .report-status dd.status span:hover span,.liveDashboard ._account_api .list-results thead .report-status .double-list dt.status span:hover span,.double-list .liveDashboard ._account_api .list-results thead .report-status dt.status span:hover span,.liveDashboard ._account_api .list-results thead .report-status .w-cards-container .w-card .status.title span:hover span,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .report-status .status.title span:hover span,.liveDashboard ._account_api .list-results thead .report-status .w-cards-container .w-card.centered .w-value .status.label span:hover span,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .report-status .status.label span:hover span,.liveDashboard ._account_api .list-results thead .report-status tbody tr.sublist .status.title span:hover span,.liveDashboard ._account_api .list-results tbody tr.sublist thead .report-status .status.title span:hover span,._account_api .liveDashboard .list-results thead .form-label.status .report-status span:hover span,._account_api .liveDashboard .list-results thead .status.status-log .report-status span:hover span,._account_api .liveDashboard .list-results thead .status.status-report-item .report-status span:hover span,._account_api .liveDashboard .list-results thead .double-list dd.status .report-status span:hover span,.double-list ._account_api .liveDashboard .list-results thead dd.status .report-status span:hover span,._account_api .liveDashboard .list-results thead .double-list dt.status .report-status span:hover span,.double-list ._account_api .liveDashboard .list-results thead dt.status .report-status span:hover span,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title .report-status span:hover span,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title .report-status span:hover span,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .report-status span:hover span,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label .report-status span:hover span,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title .report-status span:hover span,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title .report-status span:hover span,.liveDashboard ._account_api .list-results thead .form-label.status .report-status span:hover span,.liveDashboard ._account_api .list-results thead .status.status-log .report-status span:hover span,.liveDashboard ._account_api .list-results thead .status.status-report-item .report-status span:hover span,.liveDashboard ._account_api .list-results thead .double-list dd.status .report-status span:hover span,.double-list .liveDashboard ._account_api .list-results thead dd.status .report-status span:hover span,.liveDashboard ._account_api .list-results thead .double-list dt.status .report-status span:hover span,.double-list .liveDashboard ._account_api .list-results thead dt.status .report-status span:hover span,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title .report-status span:hover span,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title .report-status span:hover span,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .report-status span:hover span,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label .report-status span:hover span,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title .report-status span:hover span,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title .report-status span:hover span,._account_api .form-label.status .liveDashboard .list-results thead .report-status span:hover span,._account_api .status.status-log .liveDashboard .list-results thead .report-status span:hover span,._account_api .status.status-report-item .liveDashboard .list-results thead .report-status span:hover span,._account_api .double-list dd.status .liveDashboard .list-results thead .report-status span:hover span,.double-list ._account_api dd.status .liveDashboard .list-results thead .report-status span:hover span,._account_api .double-list dt.status .liveDashboard .list-results thead .report-status span:hover span,.double-list ._account_api dt.status .liveDashboard .list-results thead .report-status span:hover span,._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead .report-status span:hover span,.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead .report-status span:hover span,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead .report-status span:hover span,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead .report-status span:hover span,._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead .report-status span:hover span,.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead .report-status span:hover span,.form-label.status .liveDashboard ._account_api .list-results thead .report-status span:hover span,.status.status-log .liveDashboard ._account_api .list-results thead .report-status span:hover span,.status.status-report-item .liveDashboard ._account_api .list-results thead .report-status span:hover span,.double-list dd.status .liveDashboard ._account_api .list-results thead .report-status span:hover span,.double-list dt.status .liveDashboard ._account_api .list-results thead .report-status span:hover span,.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead .report-status span:hover span,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead .report-status span:hover span,.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead .report-status span:hover span,._account_api .liveDashboard .list-results thead .report-status .w-filters-selected label.status.small span:hover span,.liveDashboard ._account_api .list-results thead .report-status .w-filters-selected label.status.small span:hover span,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small .report-status span:hover span,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small .report-status span:hover span,._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead .report-status span:hover span,.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead .report-status span:hover span,._account_api .liveDashboard .list-results thead .report-status .w-filters-selected .status.btn-f-s span:hover span,.liveDashboard ._account_api .list-results thead .report-status .w-filters-selected .status.btn-f-s span:hover span,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .report-status span:hover span,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s .report-status span:hover span,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead .report-status span:hover span,.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead .report-status span:hover span,._account_api .liveDashboard .list-results thead .report-status .sub-header .w-form label:hover span,._account_api .liveDashboard .list-results thead .report-status .sub-header .w-double-list label:hover span,.liveDashboard ._account_api .list-results thead .report-status .sub-header .w-form label:hover span,.liveDashboard ._account_api .list-results thead .report-status .sub-header .w-double-list label:hover span,._account_api .liveDashboard .list-results thead .sub-header .w-form .report-status label:hover span,._account_api .liveDashboard .list-results thead .sub-header .w-double-list .report-status label:hover span,.liveDashboard ._account_api .list-results thead .sub-header .w-form .report-status label:hover span,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list .report-status label:hover span,._account_api .sub-header .w-form .liveDashboard .list-results thead .report-status label:hover span,._account_api .sub-header .w-double-list .liveDashboard .list-results thead .report-status label:hover span,.sub-header .w-form .liveDashboard ._account_api .list-results thead .report-status label:hover span,.sub-header .w-double-list .liveDashboard ._account_api .list-results thead .report-status label:hover span,._account_api .liveDashboard .list-results thead .report-status .block-filters button:hover:after span,.liveDashboard ._account_api .list-results thead .report-status .block-filters button:hover:after span,._account_api .liveDashboard .list-results thead .block-filters .report-status button:hover:after span,.liveDashboard ._account_api .list-results thead .block-filters .report-status button:hover:after span,._account_api .block-filters .liveDashboard .list-results thead .report-status button:hover:after span,.block-filters .liveDashboard ._account_api .list-results thead .report-status button:hover:after span,._account_api .liveDashboard .list-results thead .report-status .block-filters select:hover:after span,.liveDashboard ._account_api .list-results thead .report-status .block-filters select:hover:after span,._account_api .liveDashboard .list-results thead .block-filters .report-status select:hover:after span,.liveDashboard ._account_api .list-results thead .block-filters .report-status select:hover:after span,._account_api .block-filters .liveDashboard .list-results thead .report-status select:hover:after span,.block-filters .liveDashboard ._account_api .list-results thead .report-status select:hover:after span,._account_api .liveDashboard .list-results thead .report-status .form-auto-list .form-auto-item.is-user-is-inactive:hover span,.liveDashboard ._account_api .list-results thead .report-status .form-auto-list .form-auto-item.is-user-is-inactive:hover span,._account_api .liveDashboard .list-results thead .form-auto-list .report-status .form-auto-item.is-user-is-inactive:hover span,.liveDashboard ._account_api .list-results thead .form-auto-list .report-status .form-auto-item.is-user-is-inactive:hover span,._account_api .form-auto-list .liveDashboard .list-results thead .report-status .form-auto-item.is-user-is-inactive:hover span,.form-auto-list .liveDashboard ._account_api .list-results thead .report-status .form-auto-item.is-user-is-inactive:hover span,._account_api .liveDashboard .list-results thead .report-status .form-auto-list .form-auto-item.is-user-is-active:hover span,.liveDashboard ._account_api .list-results thead .report-status .form-auto-list .form-auto-item.is-user-is-active:hover span,._account_api .liveDashboard .list-results thead .form-auto-list .report-status .form-auto-item.is-user-is-active:hover span,.liveDashboard ._account_api .list-results thead .form-auto-list .report-status .form-auto-item.is-user-is-active:hover span,._account_api .form-auto-list .liveDashboard .list-results thead .report-status .form-auto-item.is-user-is-active:hover span,.form-auto-list .liveDashboard ._account_api .list-results thead .report-status .form-auto-item.is-user-is-active:hover span,._account_api .liveDashboard .list-results thead .report-status .list-results-header .status.title span:hover span,.liveDashboard ._account_api .list-results thead .report-status .list-results-header .status.title span:hover span,._account_api .liveDashboard .list-results thead .list-results-header .status.title .report-status span:hover span,.liveDashboard ._account_api .list-results thead .list-results-header .status.title .report-status span:hover span,._account_api .list-results-header .status.title .liveDashboard .list-results thead .report-status span:hover span,.list-results-header .status.title .liveDashboard ._account_api .list-results thead .report-status span:hover span,._account_api .liveDashboard .list-results thead .report-status tr span:hover span,.liveDashboard ._account_api .list-results thead .report-status tr span:hover span,._account_api .liveDashboard .list-results thead tr .report-status span:hover span,.liveDashboard ._account_api .list-results thead tr .report-status span:hover span,._account_api .list-results thead .report-status .icon:hover span,._account_api .list-results thead .report-status .w-alert-banner:hover:before span,._account_api .liveDashboard .list-results thead .report-status .w-alert-banner:hover:before span,.liveDashboard ._account_api .list-results thead .report-status .w-alert-banner:hover:before span,._account_api .list-results thead .report-status .w-alert-banner:hover:before span,._account_api .list-results thead .report-status .w-dialog.plus .dialog-aside:hover:after span,.w-dialog.plus ._account_api .list-results thead .report-status .dialog-aside:hover:after span,._account_api .list-results thead .report-status .w-toast .toast.plus:hover:after span,.w-toast ._account_api .list-results thead .report-status .toast.plus:hover:after span,._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-period-clear:hover:before span,.w-time-period .dropdown .w-selection ._account_api .list-results thead .report-status .btn-period-clear:hover:before span,._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-filter:hover:before span,.w-time-period .dropdown .w-selection ._account_api .list-results thead .report-status .btn-filter:hover:before span,._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-period-edit:hover:before span,.w-time-period .dropdown .w-selection ._account_api .list-results thead .report-status .btn-period-edit:hover:before span,._account_api .list-results thead .report-status .block-filters .btn-filter:hover:before span,.block-filters ._account_api .list-results thead .report-status .btn-filter:hover:before span,._account_api .list-results thead .report-status .toggleWrapper input.mobileToggle+label:hover span,.toggleWrapper ._account_api .list-results thead .report-status input.mobileToggle+label:hover span,._account_api .list-results thead .report-status tbody span.status:hover span,._account_api .list-results tbody thead .report-status span.status:hover span,._account_api .list-results thead .report-status tbody td.is-running span:hover span,._account_api .list-results tbody td.is-running thead .report-status span:hover span,._account_api .list-results thead .report-status tbody td.is-pending span:hover span,._account_api .list-results tbody td.is-pending thead .report-status span:hover span,._account_api .list-results thead .report-status .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:hover:after span,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .report-status .dropdown-toggle:hover:after span,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .report-status .dropdown-toggle:hover:after span,._account_api .list-results thead .report-status .w-filter-preset.w-filter-preset .filter-preset .filter:hover span,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .report-status .filter:hover span,.w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .report-status .filter:hover span,._account_api .list-results thead .report-status .form-label.status span:hover span,._account_api .list-results thead .report-status .status.status-log span:hover span,._account_api .list-results thead .report-status .status.status-report-item span:hover span,._account_api .list-results thead .report-status .double-list dd.status span:hover span,.double-list ._account_api .list-results thead .report-status dd.status span:hover span,._account_api .list-results thead .report-status .double-list dt.status span:hover span,.double-list ._account_api .list-results thead .report-status dt.status span:hover span,._account_api .list-results thead .report-status .w-cards-container .w-card .status.title span:hover span,.w-cards-container .w-card ._account_api .list-results thead .report-status .status.title span:hover span,._account_api .list-results thead .report-status .w-cards-container .w-card.centered .w-value .status.label span:hover span,.w-cards-container .w-card.centered .w-value ._account_api .list-results thead .report-status .status.label span:hover span,._account_api .list-results thead .report-status tbody tr.sublist .status.title span:hover span,._account_api .list-results tbody tr.sublist thead .report-status .status.title span:hover span,._account_api .list-results thead .form-label.status .report-status span:hover span,._account_api .list-results thead .status.status-log .report-status span:hover span,._account_api .list-results thead .status.status-report-item .report-status span:hover span,._account_api .list-results thead .double-list dd.status .report-status span:hover span,.double-list ._account_api .list-results thead dd.status .report-status span:hover span,._account_api .list-results thead .double-list dt.status .report-status span:hover span,.double-list ._account_api .list-results thead dt.status .report-status span:hover span,._account_api .list-results thead .w-cards-container .w-card .status.title .report-status span:hover span,.w-cards-container .w-card ._account_api .list-results thead .status.title .report-status span:hover span,._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .report-status span:hover span,.w-cards-container .w-card.centered .w-value ._account_api .list-results thead .status.label .report-status span:hover span,._account_api .list-results thead tbody tr.sublist .status.title .report-status span:hover span,._account_api .list-results tbody tr.sublist thead .status.title .report-status span:hover span,.form-label.status ._account_api .list-results thead .report-status span:hover span,.status.status-log ._account_api .list-results thead .report-status span:hover span,.status.status-report-item ._account_api .list-results thead .report-status span:hover span,.double-list dd.status ._account_api .list-results thead .report-status span:hover span,.double-list dt.status ._account_api .list-results thead .report-status span:hover span,.w-cards-container .w-card .status.title ._account_api .list-results thead .report-status span:hover span,.w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead .report-status span:hover span,.list-results tbody tr.sublist .status.title ._account_api .list-results thead .report-status span:hover span,._account_api .list-results thead .report-status .w-filters-selected label.status.small span:hover span,._account_api .list-results thead .w-filters-selected label.status.small .report-status span:hover span,.w-filters-selected label.status.small ._account_api .list-results thead .report-status span:hover span,._account_api .list-results thead .report-status .w-filters-selected .status.btn-f-s span:hover span,._account_api .list-results thead .w-filters-selected .status.btn-f-s .report-status span:hover span,.w-filters-selected .status.btn-f-s ._account_api .list-results thead .report-status span:hover span,._account_api .list-results thead .report-status .sub-header .w-form label:hover span,._account_api .list-results thead .report-status .sub-header .w-double-list label:hover span,._account_api .list-results thead .sub-header .w-form .report-status label:hover span,._account_api .list-results thead .sub-header .w-double-list .report-status label:hover span,.sub-header .w-form ._account_api .list-results thead .report-status label:hover span,.sub-header .w-double-list ._account_api .list-results thead .report-status label:hover span,._account_api .list-results thead .report-status .block-filters button:hover:after span,._account_api .list-results thead .block-filters .report-status button:hover:after span,.block-filters ._account_api .list-results thead .report-status button:hover:after span,._account_api .list-results thead .report-status .block-filters select:hover:after span,._account_api .list-results thead .block-filters .report-status select:hover:after span,.block-filters ._account_api .list-results thead .report-status select:hover:after span,._account_api .list-results thead .report-status .form-auto-list .form-auto-item.is-user-is-inactive:hover span,._account_api .list-results thead .form-auto-list .report-status .form-auto-item.is-user-is-inactive:hover span,.form-auto-list ._account_api .list-results thead .report-status .form-auto-item.is-user-is-inactive:hover span,._account_api .list-results thead .report-status .form-auto-list .form-auto-item.is-user-is-active:hover span,._account_api .list-results thead .form-auto-list .report-status .form-auto-item.is-user-is-active:hover span,.form-auto-list ._account_api .list-results thead .report-status .form-auto-item.is-user-is-active:hover span,._account_api .list-results thead .report-status .list-results-header .status.title span:hover span,._account_api .list-results thead .list-results-header .status.title .report-status span:hover span,.list-results-header .status.title ._account_api .list-results thead .report-status span:hover span,._account_api .list-results thead .report-status tr span:hover span,._account_api .list-results thead tr .report-status span:hover span,.liveDashboard ._account_api .list-results thead .report-status .icon:hover span,.liveDashboard ._account_api .list-results thead .report-status .w-alert-banner:hover:before span,.liveDashboard ._account_api .list-results thead .report-status .w-alert-banner:hover:before span,.liveDashboard ._account_api .list-results thead .report-status .w-alert-banner:hover:before span,.liveDashboard ._account_api .list-results thead .report-status .w-dialog.plus .dialog-aside:hover:after span,.w-dialog.plus .liveDashboard ._account_api .list-results thead .report-status .dialog-aside:hover:after span,.liveDashboard ._account_api .list-results thead .report-status .w-toast .toast.plus:hover:after span,.w-toast .liveDashboard ._account_api .list-results thead .report-status .toast.plus:hover:after span,.liveDashboard ._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-period-clear:hover:before span,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .report-status .btn-period-clear:hover:before span,.liveDashboard ._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-filter:hover:before span,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .report-status .btn-filter:hover:before span,.liveDashboard ._account_api .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-period-edit:hover:before span,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .report-status .btn-period-edit:hover:before span,.liveDashboard ._account_api .list-results thead .report-status .block-filters .btn-filter:hover:before span,.block-filters .liveDashboard ._account_api .list-results thead .report-status .btn-filter:hover:before span,.liveDashboard ._account_api .list-results thead .report-status .toggleWrapper input.mobileToggle+label:hover span,.toggleWrapper .liveDashboard ._account_api .list-results thead .report-status input.mobileToggle+label:hover span,.liveDashboard ._account_api .list-results thead .report-status tbody span.status:hover span,.liveDashboard ._account_api .list-results tbody thead .report-status span.status:hover span,.liveDashboard ._account_api .list-results thead .report-status tbody td.is-running span:hover span,.liveDashboard ._account_api .list-results tbody td.is-running thead .report-status span:hover span,.liveDashboard ._account_api .list-results thead .report-status tbody td.is-pending span:hover span,.liveDashboard ._account_api .list-results tbody td.is-pending thead .report-status span:hover span,._account_api .liveDashboard .list-results thead .report-status .icon:hover span,._account_api .liveDashboard .list-results thead .report-status .w-alert-banner:hover:before span,._account_api .liveDashboard .list-results thead .report-status .w-alert-banner:hover:before span,._account_api .liveDashboard .list-results thead .report-status .w-alert-banner:hover:before span,._account_api .liveDashboard .list-results thead .report-status .w-dialog.plus .dialog-aside:hover:after span,.w-dialog.plus ._account_api .liveDashboard .list-results thead .report-status .dialog-aside:hover:after span,._account_api .liveDashboard .list-results thead .report-status .w-toast .toast.plus:hover:after span,.w-toast ._account_api .liveDashboard .list-results thead .report-status .toast.plus:hover:after span,._account_api .liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-period-clear:hover:before span,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .report-status .btn-period-clear:hover:before span,._account_api .liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-filter:hover:before span,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .report-status .btn-filter:hover:before span,._account_api .liveDashboard .list-results thead .report-status .w-time-period .dropdown .w-selection .btn-period-edit:hover:before span,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .report-status .btn-period-edit:hover:before span,._account_api .liveDashboard .list-results thead .report-status .block-filters .btn-filter:hover:before span,.block-filters ._account_api .liveDashboard .list-results thead .report-status .btn-filter:hover:before span,._account_api .liveDashboard .list-results thead .report-status .toggleWrapper input.mobileToggle+label:hover span,.toggleWrapper ._account_api .liveDashboard .list-results thead .report-status input.mobileToggle+label:hover span,._account_api .liveDashboard .list-results thead .report-status tbody span.status:hover span,._account_api .liveDashboard .list-results tbody thead .report-status span.status:hover span,._account_api .liveDashboard .list-results thead .report-status tbody td.is-running span:hover span,._account_api .liveDashboard .list-results tbody td.is-running thead .report-status span:hover span,._account_api .liveDashboard .list-results thead .report-status tbody td.is-pending span:hover span,._account_api .liveDashboard .list-results tbody td.is-pending thead .report-status span:hover span,.liveDashboard ._account_api .list-results thead .report-status .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:hover:after span,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .report-status .dropdown-toggle:hover:after span,._account_api .liveDashboard .list-results thead .report-status .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:hover:after span,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .report-status .dropdown-toggle:hover:after span,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .report-status .dropdown-toggle:hover:after span,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .report-status .dropdown-toggle:hover:after span,.liveDashboard ._account_api .list-results thead .report-status .w-filter-preset.w-filter-preset .filter-preset .filter:hover span,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .report-status .filter:hover span,._account_api .liveDashboard .list-results thead .report-status .w-filter-preset.w-filter-preset .filter-preset .filter:hover span,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .report-status .filter:hover span,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .report-status .filter:hover span,.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .report-status .filter:hover span,.liveDashboard ._account_api .list-results thead .report-status .form-label.status span:hover span,.liveDashboard ._account_api .list-results thead .report-status .status.status-log span:hover span,.liveDashboard ._account_api .list-results thead .report-status .status.status-report-item span:hover span,.liveDashboard ._account_api .list-results thead .report-status .double-list dd.status span:hover span,.double-list .liveDashboard ._account_api .list-results thead .report-status dd.status span:hover span,.liveDashboard ._account_api .list-results thead .report-status .double-list dt.status span:hover span,.double-list .liveDashboard ._account_api .list-results thead .report-status dt.status span:hover span,.liveDashboard ._account_api .list-results thead .report-status .w-cards-container .w-card .status.title span:hover span,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .report-status .status.title span:hover span,.liveDashboard ._account_api .list-results thead .report-status .w-cards-container .w-card.centered .w-value .status.label span:hover span,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .report-status .status.label span:hover span,.liveDashboard ._account_api .list-results thead .report-status tbody tr.sublist .status.title span:hover span,.liveDashboard ._account_api .list-results tbody tr.sublist thead .report-status .status.title span:hover span,.liveDashboard ._account_api .list-results thead .form-label.status .report-status span:hover span,.liveDashboard ._account_api .list-results thead .status.status-log .report-status span:hover span,.liveDashboard ._account_api .list-results thead .status.status-report-item .report-status span:hover span,.liveDashboard ._account_api .list-results thead .double-list dd.status .report-status span:hover span,.double-list .liveDashboard ._account_api .list-results thead dd.status .report-status span:hover span,.liveDashboard ._account_api .list-results thead .double-list dt.status .report-status span:hover span,.double-list .liveDashboard ._account_api .list-results thead dt.status .report-status span:hover span,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title .report-status span:hover span,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title .report-status span:hover span,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .report-status span:hover span,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label .report-status span:hover span,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title .report-status span:hover span,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title .report-status span:hover span,._account_api .liveDashboard .list-results thead .report-status .form-label.status span:hover span,._account_api .liveDashboard .list-results thead .report-status .status.status-log span:hover span,._account_api .liveDashboard .list-results thead .report-status .status.status-report-item span:hover span,._account_api .liveDashboard .list-results thead .report-status .double-list dd.status span:hover span,.double-list ._account_api .liveDashboard .list-results thead .report-status dd.status span:hover span,._account_api .liveDashboard .list-results thead .report-status .double-list dt.status span:hover span,.double-list ._account_api .liveDashboard .list-results thead .report-status dt.status span:hover span,._account_api .liveDashboard .list-results thead .report-status .w-cards-container .w-card .status.title span:hover span,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .report-status .status.title span:hover span,._account_api .liveDashboard .list-results thead .report-status .w-cards-container .w-card.centered .w-value .status.label span:hover span,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .report-status .status.label span:hover span,._account_api .liveDashboard .list-results thead .report-status tbody tr.sublist .status.title span:hover span,._account_api .liveDashboard .list-results tbody tr.sublist thead .report-status .status.title span:hover span,._account_api .liveDashboard .list-results thead .form-label.status .report-status span:hover span,._account_api .liveDashboard .list-results thead .status.status-log .report-status span:hover span,._account_api .liveDashboard .list-results thead .status.status-report-item .report-status span:hover span,._account_api .liveDashboard .list-results thead .double-list dd.status .report-status span:hover span,.double-list ._account_api .liveDashboard .list-results thead dd.status .report-status span:hover span,._account_api .liveDashboard .list-results thead .double-list dt.status .report-status span:hover span,.double-list ._account_api .liveDashboard .list-results thead dt.status .report-status span:hover span,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title .report-status span:hover span,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title .report-status span:hover span,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .report-status span:hover span,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label .report-status span:hover span,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title .report-status span:hover span,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title .report-status span:hover span,.liveDashboard .form-label.status ._account_api .list-results thead .report-status span:hover span,.liveDashboard .status.status-log ._account_api .list-results thead .report-status span:hover span,.liveDashboard .status.status-report-item ._account_api .list-results thead .report-status span:hover span,.liveDashboard .double-list dd.status ._account_api .list-results thead .report-status span:hover span,.double-list .liveDashboard dd.status ._account_api .list-results thead .report-status span:hover span,.liveDashboard .double-list dt.status ._account_api .list-results thead .report-status span:hover span,.double-list .liveDashboard dt.status ._account_api .list-results thead .report-status span:hover span,.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead .report-status span:hover span,.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead .report-status span:hover span,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead .report-status span:hover span,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead .report-status span:hover span,.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead .report-status span:hover span,.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead .report-status span:hover span,.form-label.status ._account_api .liveDashboard .list-results thead .report-status span:hover span,.status.status-log ._account_api .liveDashboard .list-results thead .report-status span:hover span,.status.status-report-item ._account_api .liveDashboard .list-results thead .report-status span:hover span,.double-list dd.status ._account_api .liveDashboard .list-results thead .report-status span:hover span,.double-list dt.status ._account_api .liveDashboard .list-results thead .report-status span:hover span,.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead .report-status span:hover span,.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead .report-status span:hover span,.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead .report-status span:hover span,.liveDashboard ._account_api .list-results thead .report-status .w-filters-selected label.status.small span:hover span,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small .report-status span:hover span,._account_api .liveDashboard .list-results thead .report-status .w-filters-selected label.status.small span:hover span,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small .report-status span:hover span,.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead .report-status span:hover span,.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead .report-status span:hover span,.liveDashboard ._account_api .list-results thead .report-status .w-filters-selected .status.btn-f-s span:hover span,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s .report-status span:hover span,._account_api .liveDashboard .list-results thead .report-status .w-filters-selected .status.btn-f-s span:hover span,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .report-status span:hover span,.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead .report-status span:hover span,.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead .report-status span:hover span,.liveDashboard ._account_api .list-results thead .report-status .sub-header .w-form label:hover span,.liveDashboard ._account_api .list-results thead .report-status .sub-header .w-double-list label:hover span,.liveDashboard ._account_api .list-results thead .sub-header .w-form .report-status label:hover span,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list .report-status label:hover span,._account_api .liveDashboard .list-results thead .report-status .sub-header .w-form label:hover span,._account_api .liveDashboard .list-results thead .report-status .sub-header .w-double-list label:hover span,._account_api .liveDashboard .list-results thead .sub-header .w-form .report-status label:hover span,._account_api .liveDashboard .list-results thead .sub-header .w-double-list .report-status label:hover span,.liveDashboard .sub-header .w-form ._account_api .list-results thead .report-status label:hover span,.liveDashboard .sub-header .w-double-list ._account_api .list-results thead .report-status label:hover span,.sub-header .w-form ._account_api .liveDashboard .list-results thead .report-status label:hover span,.sub-header .w-double-list ._account_api .liveDashboard .list-results thead .report-status label:hover span,.liveDashboard ._account_api .list-results thead .report-status .block-filters button:hover:after span,.liveDashboard ._account_api .list-results thead .block-filters .report-status button:hover:after span,._account_api .liveDashboard .list-results thead .report-status .block-filters button:hover:after span,._account_api .liveDashboard .list-results thead .block-filters .report-status button:hover:after span,.liveDashboard .block-filters ._account_api .list-results thead .report-status button:hover:after span,.block-filters ._account_api .liveDashboard .list-results thead .report-status button:hover:after span,.liveDashboard ._account_api .list-results thead .report-status .block-filters select:hover:after span,.liveDashboard ._account_api .list-results thead .block-filters .report-status select:hover:after span,._account_api .liveDashboard .list-results thead .report-status .block-filters select:hover:after span,._account_api .liveDashboard .list-results thead .block-filters .report-status select:hover:after span,.liveDashboard .block-filters ._account_api .list-results thead .report-status select:hover:after span,.block-filters ._account_api .liveDashboard .list-results thead .report-status select:hover:after span,.liveDashboard ._account_api .list-results thead .report-status .form-auto-list .form-auto-item.is-user-is-inactive:hover span,.liveDashboard ._account_api .list-results thead .form-auto-list .report-status .form-auto-item.is-user-is-inactive:hover span,._account_api .liveDashboard .list-results thead .report-status .form-auto-list .form-auto-item.is-user-is-inactive:hover span,._account_api .liveDashboard .list-results thead .form-auto-list .report-status .form-auto-item.is-user-is-inactive:hover span,.liveDashboard .form-auto-list ._account_api .list-results thead .report-status .form-auto-item.is-user-is-inactive:hover span,.form-auto-list ._account_api .liveDashboard .list-results thead .report-status .form-auto-item.is-user-is-inactive:hover span,.liveDashboard ._account_api .list-results thead .report-status .form-auto-list .form-auto-item.is-user-is-active:hover span,.liveDashboard ._account_api .list-results thead .form-auto-list .report-status .form-auto-item.is-user-is-active:hover span,._account_api .liveDashboard .list-results thead .report-status .form-auto-list .form-auto-item.is-user-is-active:hover span,._account_api .liveDashboard .list-results thead .form-auto-list .report-status .form-auto-item.is-user-is-active:hover span,.liveDashboard .form-auto-list ._account_api .list-results thead .report-status .form-auto-item.is-user-is-active:hover span,.form-auto-list ._account_api .liveDashboard .list-results thead .report-status .form-auto-item.is-user-is-active:hover span,.liveDashboard ._account_api .list-results thead .report-status .list-results-header .status.title span:hover span,.liveDashboard ._account_api .list-results thead .list-results-header .status.title .report-status span:hover span,._account_api .liveDashboard .list-results thead .report-status .list-results-header .status.title span:hover span,._account_api .liveDashboard .list-results thead .list-results-header .status.title .report-status span:hover span,.liveDashboard .list-results-header .status.title ._account_api .list-results thead .report-status span:hover span,.list-results-header .status.title ._account_api .liveDashboard .list-results thead .report-status span:hover span,.liveDashboard ._account_api .list-results thead .report-status tr span:hover span,.liveDashboard ._account_api .list-results thead tr .report-status span:hover span,._account_api .liveDashboard .list-results thead .report-status tr span:hover span,._account_api .liveDashboard .list-results thead tr .report-status span:hover span,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .report-status .dropdown-toggle:hover:after span,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .report-status .dropdown-toggle:hover:after span,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .report-status .filter:hover span,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .report-status .filter:hover span,._account_api .form-label.status .liveDashboard .list-results thead .report-status span:hover span,._account_api .status.status-log .liveDashboard .list-results thead .report-status span:hover span,._account_api .status.status-report-item .liveDashboard .list-results thead .report-status span:hover span,._account_api .double-list dd.status .liveDashboard .list-results thead .report-status span:hover span,.double-list ._account_api dd.status .liveDashboard .list-results thead .report-status span:hover span,._account_api .double-list dt.status .liveDashboard .list-results thead .report-status span:hover span,.double-list ._account_api dt.status .liveDashboard .list-results thead .report-status span:hover span,._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead .report-status span:hover span,.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead .report-status span:hover span,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead .report-status span:hover span,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead .report-status span:hover span,._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead .report-status span:hover span,.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead .report-status span:hover span,.form-label.status .liveDashboard ._account_api .list-results thead .report-status span:hover span,.status.status-log .liveDashboard ._account_api .list-results thead .report-status span:hover span,.status.status-report-item .liveDashboard ._account_api .list-results thead .report-status span:hover span,.double-list dd.status .liveDashboard ._account_api .list-results thead .report-status span:hover span,.double-list dt.status .liveDashboard ._account_api .list-results thead .report-status span:hover span,.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead .report-status span:hover span,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead .report-status span:hover span,.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead .report-status span:hover span,._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead .report-status span:hover span,.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead .report-status span:hover span,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead .report-status span:hover span,.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead .report-status span:hover span,._account_api .sub-header .w-form .liveDashboard .list-results thead .report-status label:hover span,._account_api .sub-header .w-double-list .liveDashboard .list-results thead .report-status label:hover span,.sub-header .w-form .liveDashboard ._account_api .list-results thead .report-status label:hover span,.sub-header .w-double-list .liveDashboard ._account_api .list-results thead .report-status label:hover span,._account_api .block-filters .liveDashboard .list-results thead .report-status button:hover:after span,.block-filters .liveDashboard ._account_api .list-results thead .report-status button:hover:after span,._account_api .block-filters .liveDashboard .list-results thead .report-status select:hover:after span,.block-filters .liveDashboard ._account_api .list-results thead .report-status select:hover:after span,._account_api .form-auto-list .liveDashboard .list-results thead .report-status .form-auto-item.is-user-is-inactive:hover span,.form-auto-list .liveDashboard ._account_api .list-results thead .report-status .form-auto-item.is-user-is-inactive:hover span,._account_api .form-auto-list .liveDashboard .list-results thead .report-status .form-auto-item.is-user-is-active:hover span,.form-auto-list .liveDashboard ._account_api .list-results thead .report-status .form-auto-item.is-user-is-active:hover span,._account_api .list-results-header .status.title .liveDashboard .list-results thead .report-status span:hover span,.list-results-header .status.title .liveDashboard ._account_api .list-results thead .report-status span:hover span,.report-status ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:hover:after span,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .report-status .dropdown-toggle:hover:after span,.report-status .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .dropdown-toggle:hover:after span,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .report-status .dropdown-toggle:hover:after span,.report-status ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:hover span,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .report-status .filter:hover span,.report-status .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .filter:hover span,.w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .report-status .filter:hover span,.report-status ._account_api .list-results thead .form-label.status span:hover span,.report-status ._account_api .list-results thead .status.status-log span:hover span,.report-status ._account_api .list-results thead .status.status-report-item span:hover span,.report-status ._account_api .list-results thead .double-list dd.status span:hover span,.double-list .report-status ._account_api .list-results thead dd.status span:hover span,.report-status ._account_api .list-results thead .double-list dt.status span:hover span,.double-list .report-status ._account_api .list-results thead dt.status span:hover span,.report-status ._account_api .list-results thead .w-cards-container .w-card .status.title span:hover span,.w-cards-container .w-card .report-status ._account_api .list-results thead .status.title span:hover span,.report-status ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:hover span,.w-cards-container .w-card.centered .w-value .report-status ._account_api .list-results thead .status.label span:hover span,.report-status ._account_api .list-results thead tbody tr.sublist .status.title span:hover span,.report-status ._account_api .list-results tbody tr.sublist thead .status.title span:hover span,._account_api .list-results thead .form-label.status .report-status span:hover span,._account_api .list-results thead .status.status-log .report-status span:hover span,._account_api .list-results thead .status.status-report-item .report-status span:hover span,._account_api .list-results thead .double-list dd.status .report-status span:hover span,.double-list ._account_api .list-results thead dd.status .report-status span:hover span,._account_api .list-results thead .double-list dt.status .report-status span:hover span,.double-list ._account_api .list-results thead dt.status .report-status span:hover span,._account_api .list-results thead .w-cards-container .w-card .status.title .report-status span:hover span,.w-cards-container .w-card ._account_api .list-results thead .status.title .report-status span:hover span,._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .report-status span:hover span,.w-cards-container .w-card.centered .w-value ._account_api .list-results thead .status.label .report-status span:hover span,._account_api .list-results thead tbody tr.sublist .status.title .report-status span:hover span,._account_api .list-results tbody tr.sublist thead .status.title .report-status span:hover span,.report-status .form-label.status ._account_api .list-results thead span:hover span,.report-status .status.status-log ._account_api .list-results thead span:hover span,.report-status .status.status-report-item ._account_api .list-results thead span:hover span,.report-status .double-list dd.status ._account_api .list-results thead span:hover span,.double-list .report-status dd.status ._account_api .list-results thead span:hover span,.report-status .double-list dt.status ._account_api .list-results thead span:hover span,.double-list .report-status dt.status ._account_api .list-results thead span:hover span,.report-status .w-cards-container .w-card .status.title ._account_api .list-results thead span:hover span,.w-cards-container .w-card .report-status .status.title ._account_api .list-results thead span:hover span,.report-status .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span:hover span,.w-cards-container .w-card.centered .w-value .report-status .status.label ._account_api .list-results thead span:hover span,.report-status .list-results tbody tr.sublist .status.title ._account_api .list-results thead span:hover span,.list-results tbody tr.sublist .report-status .status.title ._account_api .list-results thead span:hover span,.form-label.status ._account_api .list-results thead .report-status span:hover span,.status.status-log ._account_api .list-results thead .report-status span:hover span,.status.status-report-item ._account_api .list-results thead .report-status span:hover span,.double-list dd.status ._account_api .list-results thead .report-status span:hover span,.double-list dt.status ._account_api .list-results thead .report-status span:hover span,.w-cards-container .w-card .status.title ._account_api .list-results thead .report-status span:hover span,.w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead .report-status span:hover span,.list-results tbody tr.sublist .status.title ._account_api .list-results thead .report-status span:hover span,.report-status ._account_api .list-results thead .w-filters-selected label.status.small span:hover span,._account_api .list-results thead .w-filters-selected label.status.small .report-status span:hover span,.report-status .w-filters-selected label.status.small ._account_api .list-results thead span:hover span,.w-filters-selected label.status.small ._account_api .list-results thead .report-status span:hover span,.report-status ._account_api .list-results thead .w-filters-selected .status.btn-f-s span:hover span,._account_api .list-results thead .w-filters-selected .status.btn-f-s .report-status span:hover span,.report-status .w-filters-selected .status.btn-f-s ._account_api .list-results thead span:hover span,.w-filters-selected .status.btn-f-s ._account_api .list-results thead .report-status span:hover span,.report-status ._account_api .list-results thead .sub-header .w-form label:hover span,.report-status ._account_api .list-results thead .sub-header .w-double-list label:hover span,._account_api .list-results thead .sub-header .w-form .report-status label:hover span,._account_api .list-results thead .sub-header .w-double-list .report-status label:hover span,.report-status .sub-header .w-form ._account_api .list-results thead label:hover span,.report-status .sub-header .w-double-list ._account_api .list-results thead label:hover span,.sub-header .w-form ._account_api .list-results thead .report-status label:hover span,.sub-header .w-double-list ._account_api .list-results thead .report-status label:hover span,.report-status ._account_api .list-results thead .block-filters button:hover:after span,._account_api .list-results thead .block-filters .report-status button:hover:after span,.report-status .block-filters ._account_api .list-results thead button:hover:after span,.block-filters ._account_api .list-results thead .report-status button:hover:after span,.report-status ._account_api .list-results thead .block-filters select:hover:after span,._account_api .list-results thead .block-filters .report-status select:hover:after span,.report-status .block-filters ._account_api .list-results thead select:hover:after span,.block-filters ._account_api .list-results thead .report-status select:hover:after span,.report-status ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:hover span,._account_api .list-results thead .form-auto-list .report-status .form-auto-item.is-user-is-inactive:hover span,.report-status .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-inactive:hover span,.form-auto-list ._account_api .list-results thead .report-status .form-auto-item.is-user-is-inactive:hover span,.report-status ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active:hover span,._account_api .list-results thead .form-auto-list .report-status .form-auto-item.is-user-is-active:hover span,.report-status .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-active:hover span,.form-auto-list ._account_api .list-results thead .report-status .form-auto-item.is-user-is-active:hover span,.report-status ._account_api .list-results thead .list-results-header .status.title span:hover span,._account_api .list-results thead .list-results-header .status.title .report-status span:hover span,.report-status .list-results-header .status.title ._account_api .list-results thead span:hover span,.list-results-header .status.title ._account_api .list-results thead .report-status span:hover span,.report-status ._account_api .list-results thead tr span:hover span,._account_api .list-results thead tr .report-status span:hover span,.report-status .sidebar-default.sidebar-default-right .sidebar-default-body .filter-group .filter-checkbox:hover span,.sidebar-default.sidebar-default-right .sidebar-default-body .filter-group .report-status .filter-checkbox:hover span,.report-status .add-filters-dropdown .w-add-filters-list>div.filter-group .filter-checkbox:hover span,.add-filters-dropdown .w-add-filters-list>div.filter-group .report-status .filter-checkbox:hover span,.report-status .filter-preset .filter-field-name button:hover span,.filter-preset .filter-field-name .report-status button:hover span{color:#000 !important}#report-results{display:flex;gap:1rem;flex-direction:column}.label-default,.w-time-period .dropdown .w-selection label,.block-filters button,.block-filters select,.w-graph .block-filters .form-label,.w-graph .block-filters .status-log,.w-graph .block-filters .status-report-item,.w-graph .block-filters .double-list dd,.double-list .w-graph .block-filters dd,.w-graph .block-filters .double-list dt,.double-list .w-graph .block-filters dt,.w-graph .block-filters .w-cards-container .w-card .title,.w-cards-container .w-card .w-graph .block-filters .title,.w-graph .block-filters .w-cards-container .w-card.centered .w-value .label,.w-cards-container .w-card.centered .w-value .w-graph .block-filters .label,.w-graph .block-filters .list-results tbody tr.sublist .title,.list-results tbody tr.sublist .w-graph .block-filters .title,.w-graph .block-filters .list-results-header .title,.list-results-header .w-graph .block-filters .title,.w-graph .block-filters .w-filters-selected label.small,.w-filters-selected .w-graph .block-filters label.small,.w-graph .block-filters .w-filters-selected .btn-f-s,.w-filters-selected .w-graph .block-filters .btn-f-s,._account_api .dropdown .w-multi-dropdown .w-multi-dropdown-header #select_all,._account_api .dropdown .w-multi-dropdown .w-multi-dropdown-header #deselect_all,.main-nav-item .main-nav-link,.sidebar-nav label{font-family:"Inter",sans-serif;font-optical-sizing:auto;font-style:normal;font-size:1rem;font-weight:700;color:#3f3f3f;text-transform:uppercase;display:flex;align-items:center;justify-content:flex-start;flex-wrap:nowrap;gap:.5rem}.label-default:before,.w-time-period .dropdown .w-selection label:before,.block-filters button:before,.block-filters select:before,.w-graph .block-filters .form-label:before,.w-graph .block-filters .status-log:before,.w-graph .block-filters .status-report-item:before,.w-graph .block-filters .double-list dd:before,.double-list .w-graph .block-filters dd:before,.w-graph .block-filters .double-list dt:before,.double-list .w-graph .block-filters dt:before,.w-graph .block-filters .w-cards-container .w-card .title:before,.w-cards-container .w-card .w-graph .block-filters .title:before,.w-graph .block-filters .w-cards-container .w-card.centered .w-value .label:before,.w-cards-container .w-card.centered .w-value .w-graph .block-filters .label:before,.w-graph .block-filters .list-results tbody tr.sublist .title:before,.list-results tbody tr.sublist .w-graph .block-filters .title:before,.w-graph .block-filters .list-results-header .title:before,.list-results-header .w-graph .block-filters .title:before,.w-graph .block-filters .w-filters-selected label.small:before,.w-filters-selected .w-graph .block-filters label.small:before,.w-graph .block-filters .w-filters-selected .btn-f-s:before,.w-filters-selected .w-graph .block-filters .btn-f-s:before,._account_api .dropdown .w-multi-dropdown .w-multi-dropdown-header #select_all:before,._account_api .dropdown .w-multi-dropdown .w-multi-dropdown-header #deselect_all:before,.main-nav-item .main-nav-link:before,.sidebar-nav label:before{font-size:1.2em}.site-margin{margin:0 2rem}.block-default,.w-filters-selected{background-color:#fff;padding:1rem 2rem 1rem .5rem;border-radius:8px;position:relative}.block-default.header,.header.w-filters-selected{border-radius:8px 8px 0 0;margin-bottom:-0.9rem}@media(max-width: 767px){.block-default.w-right,.w-right.w-filters-selected{width:100%}}.block-default .w-form,.block-default .w-double-list,.w-filters-selected .w-form,.w-filters-selected .w-double-list{box-shadow:none;margin-bottom:0;margin:0}@media(min-width: 1024px){.block-default .w-form,.block-default .w-double-list,.w-filters-selected .w-form,.w-filters-selected .w-double-list{max-width:52%}}.desktop .block-default .w-form,.desktop .block-default .w-double-list,.desktop .w-filters-selected .w-form,.desktop .w-filters-selected .w-double-list{max-width:52%;margin:0 !important}.block-default.rogue,.rogue.w-filters-selected{padding:0 0 1.5rem 0}.block-default.rogue .dropdown-toggle .form-label,.block-default.rogue .dropdown-toggle .status-log,.block-default.rogue .dropdown-toggle .status-report-item,.block-default.rogue .dropdown-toggle .double-list dd,.double-list .block-default.rogue .dropdown-toggle dd,.block-default.rogue .dropdown-toggle .double-list dt,.double-list .block-default.rogue .dropdown-toggle dt,.block-default.rogue .dropdown-toggle .w-cards-container .w-card .title,.w-cards-container .w-card .block-default.rogue .dropdown-toggle .title,.block-default.rogue .dropdown-toggle .w-cards-container .w-card.centered .w-value .label,.w-cards-container .w-card.centered .w-value .block-default.rogue .dropdown-toggle .label,.block-default.rogue .dropdown-toggle .list-results tbody tr.sublist .title,.list-results tbody tr.sublist .block-default.rogue .dropdown-toggle .title,.block-default.rogue .dropdown-toggle .list-results-header .title,.list-results-header .block-default.rogue .dropdown-toggle .title,.rogue.w-filters-selected .dropdown-toggle .form-label,.rogue.w-filters-selected .dropdown-toggle .status-log,.rogue.w-filters-selected .dropdown-toggle .status-report-item,.rogue.w-filters-selected .dropdown-toggle .double-list dd,.double-list .rogue.w-filters-selected .dropdown-toggle dd,.rogue.w-filters-selected .dropdown-toggle .double-list dt,.double-list .rogue.w-filters-selected .dropdown-toggle dt,.rogue.w-filters-selected .dropdown-toggle .w-cards-container .w-card .title,.w-cards-container .w-card .rogue.w-filters-selected .dropdown-toggle .title,.rogue.w-filters-selected .dropdown-toggle .w-cards-container .w-card.centered .w-value .label,.w-cards-container .w-card.centered .w-value .rogue.w-filters-selected .dropdown-toggle .label,.rogue.w-filters-selected .dropdown-toggle .list-results tbody tr.sublist .title,.list-results tbody tr.sublist .rogue.w-filters-selected .dropdown-toggle .title,.rogue.w-filters-selected .dropdown-toggle .list-results-header .title,.list-results-header .rogue.w-filters-selected .dropdown-toggle .title,.block-default.rogue .dropdown-toggle .w-filters-selected label.small,.w-filters-selected .block-default.rogue .dropdown-toggle label.small,.rogue.w-filters-selected .dropdown-toggle label.small,.block-default.rogue .dropdown-toggle .w-filters-selected .btn-f-s,.w-filters-selected .block-default.rogue .dropdown-toggle .btn-f-s,.rogue.w-filters-selected .dropdown-toggle .btn-f-s{margin-bottom:-0.125rem}.block-default .dropdown-toggle span,.w-filters-selected .dropdown-toggle span{margin-bottom:.1rem}.block-filters .block-default,.block-filters .w-filters-selected{padding-right:1rem !important}.block-default.margin,.margin.w-filters-selected{margin:0 2rem}.block-default.padding-left,.padding-left.w-filters-selected{padding-left:1rem !important}.block-default.variation,.variation.w-filters-selected{background-color:#e6e4e4}.block-default.variation .w-form,.block-default.variation .w-double-list,.variation.w-filters-selected .w-form,.variation.w-filters-selected .w-double-list{background:none}.block-default.variation .w-form:has(.w-form-body,.w-double-list-body),.block-default.variation .w-double-list:has(.w-form-body,.w-double-list-body),.variation.w-filters-selected .w-form:has(.w-form-body,.w-double-list-body),.variation.w-filters-selected .w-double-list:has(.w-form-body,.w-double-list-body){max-width:none}.block-default.variation .form-sub-title,.block-default.variation .double-list-body .double-list-sub-title,.double-list-body .block-default.variation .double-list-sub-title,.variation.w-filters-selected .form-sub-title,.variation.w-filters-selected .double-list-body .double-list-sub-title,.double-list-body .variation.w-filters-selected .double-list-sub-title{font-size:2.2rem;margin-left:0 !important}.block-default.variation ul,.variation.w-filters-selected ul{display:flex;flex-direction:column;gap:1rem}.block-default.variation .frame,.variation.w-filters-selected .frame{background:#f0f0f0;margin-bottom:0}.block-default.variation .frame .form-text,.block-default.variation .frame .double-list-body .double-list-text,.double-list-body .block-default.variation .frame .double-list-text,.variation.w-filters-selected .frame .form-text,.variation.w-filters-selected .frame .double-list-body .double-list-text,.double-list-body .variation.w-filters-selected .frame .double-list-text{margin-bottom:0;text-align:left;font-size:1.2rem}.block-default.variation .form-group,.variation.w-filters-selected .form-group{margin-bottom:2.5rem}.block-default.variation .form-group:last-of-type,.variation.w-filters-selected .form-group:last-of-type{margin-bottom:1rem}.block-default.variation .form-group a,.variation.w-filters-selected .form-group a{text-decoration:underline}.block-default.variation .form-group a:hover,.variation.w-filters-selected .form-group a:hover{opacity:.7;color:unset}.block-default.variation .form-hr,.variation.w-filters-selected .form-hr{background-color:#d3d3d3}.block-default.variation .w-form-body,.block-default.variation .w-double-list-body,.variation.w-filters-selected .w-form-body,.variation.w-filters-selected .w-double-list-body{display:flex;width:100%}.block-default.variation .w-form-body .form-body,.block-default.variation .w-form-body .double-list-body,.block-default.variation .w-double-list-body .form-body,.block-default.variation .w-double-list-body .double-list-body,.variation.w-filters-selected .w-form-body .form-body,.variation.w-filters-selected .w-form-body .double-list-body,.variation.w-filters-selected .w-double-list-body .form-body,.variation.w-filters-selected .w-double-list-body .double-list-body{flex:1 50%}@media(max-width: 1023px){.block-default.variation .w-form-body,.block-default.variation .w-double-list-body,.variation.w-filters-selected .w-form-body,.variation.w-filters-selected .w-double-list-body{flex-direction:column}}.page-header .button-default:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .list-results thead .icon:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .list-results thead .w-alert-banner:not(.status-ok):not(.status-error):not(.status-delayed):before,.page-header .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-dialog.plus .page-header .liveDashboard .list-results thead .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header .liveDashboard .list-results thead .w-toast .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-toast .page-header .liveDashboard .list-results thead .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection .page-header .liveDashboard .list-results thead .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed):before,.page-header .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection .page-header .liveDashboard .list-results thead .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.page-header .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection .page-header .liveDashboard .list-results thead .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed):before,.page-header .liveDashboard .list-results thead .block-filters .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.block-filters .page-header .liveDashboard .list-results thead .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.page-header .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed),.toggleWrapper .page-header .liveDashboard .list-results thead input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .list-results thead tbody span.status:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .list-results tbody thead span.status:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .list-results thead tbody td.is-running span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .list-results tbody td.is-running thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .list-results thead tbody td.is-pending span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .list-results tbody td.is-pending thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .list-results thead .icon:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .list-results thead .w-alert-banner:not(.status-ok):not(.status-error):not(.status-delayed):before,.page-header .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-dialog.plus .page-header .liveDashboard .list-results thead .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header .liveDashboard .list-results thead .w-toast .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-toast .page-header .liveDashboard .list-results thead .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection .page-header .liveDashboard .list-results thead .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed):before,.page-header .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection .page-header .liveDashboard .list-results thead .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.page-header .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection .page-header .liveDashboard .list-results thead .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed):before,.page-header .liveDashboard .list-results thead .block-filters .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.block-filters .page-header .liveDashboard .list-results thead .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.page-header .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed),.toggleWrapper .page-header .liveDashboard .list-results thead input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .list-results thead tbody span.status:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .list-results tbody thead span.status:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .list-results thead tbody td.is-running span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .list-results tbody td.is-running thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .list-results thead tbody td.is-pending span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .list-results tbody td.is-pending thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .page-header .liveDashboard .list-results thead .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .filter:not(.status-ok):not(.status-error):not(.status-delayed),.w-filter-preset.w-filter-preset .filter-preset .page-header .liveDashboard .list-results thead .filter:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .list-results thead .form-label.status span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .list-results thead .status.status-log span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .list-results thead .status.status-report-item span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .list-results thead .double-list dd.status span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .page-header .liveDashboard .list-results thead dd.status span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .list-results thead .double-list dt.status span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .page-header .liveDashboard .list-results thead dt.status span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .list-results thead .w-cards-container .w-card .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .page-header .liveDashboard .list-results thead .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .page-header .liveDashboard .list-results thead .status.label span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .list-results thead tbody tr.sublist .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .list-results tbody tr.sublist thead .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .form-label.status .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .status.status-log .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .status.status-report-item .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .double-list dd.status .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .page-header dd.status .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .double-list dt.status .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .page-header dt.status .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .w-cards-container .w-card .status.title .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .page-header .status.title .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .page-header .status.label .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results tbody tr.sublist .page-header .status.title .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.form-label.status .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.status.status-log .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.status.status-report-item .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list dd.status .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list dt.status .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .status.title .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .status.label .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results tbody tr.sublist .status.title .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .list-results thead .w-filters-selected label.status.small span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .w-filters-selected label.status.small .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-filters-selected label.status.small .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-filters-selected .status.btn-f-s .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .list-results thead .sub-header .w-form label:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .list-results thead .sub-header .w-double-list label:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .sub-header .w-form .liveDashboard .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .sub-header .w-double-list .liveDashboard .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed),.sub-header .w-form .page-header .liveDashboard .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed),.sub-header .w-double-list .page-header .liveDashboard .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .list-results thead .block-filters button:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header .block-filters .liveDashboard .list-results thead button:not(.status-ok):not(.status-error):not(.status-delayed):after,.block-filters .page-header .liveDashboard .list-results thead button:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header .liveDashboard .list-results thead .block-filters select:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header .block-filters .liveDashboard .list-results thead select:not(.status-ok):not(.status-error):not(.status-delayed):after,.block-filters .page-header .liveDashboard .list-results thead select:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.form-auto-list .page-header .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.form-auto-list .page-header .liveDashboard .list-results thead .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .list-results thead .list-results-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .list-results-header .status.title .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results-header .status.title .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .list-results thead tr span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard ._account_api .list-results thead .icon:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard ._account_api .list-results thead .w-alert-banner:not(.status-ok):not(.status-error):not(.status-delayed):before,.page-header .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-dialog.plus .page-header .liveDashboard ._account_api .list-results thead .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-toast .page-header .liveDashboard ._account_api .list-results thead .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection .page-header .liveDashboard ._account_api .list-results thead .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed):before,.page-header .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection .page-header .liveDashboard ._account_api .list-results thead .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.page-header .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection .page-header .liveDashboard ._account_api .list-results thead .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed):before,.page-header .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.block-filters .page-header .liveDashboard ._account_api .list-results thead .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.page-header .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed),.toggleWrapper .page-header .liveDashboard ._account_api .list-results thead input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard ._account_api .list-results thead tbody span.status:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard ._account_api .list-results tbody thead span.status:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard ._account_api .list-results thead tbody td.is-running span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard ._account_api .list-results tbody td.is-running thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard ._account_api .list-results thead tbody td.is-pending span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard ._account_api .list-results tbody td.is-pending thead span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .page-header .liveDashboard .list-results thead .icon:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .page-header .liveDashboard .list-results thead .w-alert-banner:not(.status-ok):not(.status-error):not(.status-delayed):before,._account_api .page-header .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-dialog.plus ._account_api .page-header .liveDashboard .list-results thead .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .page-header .liveDashboard .list-results thead .w-toast .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-toast ._account_api .page-header .liveDashboard .list-results thead .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .page-header .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection ._account_api .page-header .liveDashboard .list-results thead .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed):before,._account_api .page-header .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection ._account_api .page-header .liveDashboard .list-results thead .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,._account_api .page-header .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection ._account_api .page-header .liveDashboard .list-results thead .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed):before,._account_api .page-header .liveDashboard .list-results thead .block-filters .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.block-filters ._account_api .page-header .liveDashboard .list-results thead .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,._account_api .page-header .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed),.toggleWrapper ._account_api .page-header .liveDashboard .list-results thead input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .page-header .liveDashboard .list-results thead tbody span.status:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .page-header .liveDashboard .list-results tbody thead span.status:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .page-header .liveDashboard .list-results thead tbody td.is-running span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .page-header .liveDashboard .list-results tbody td.is-running thead span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .page-header .liveDashboard .list-results thead tbody td.is-pending span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .page-header .liveDashboard .list-results tbody td.is-pending thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .page-header .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header .liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .page-header .liveDashboard .list-results thead .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .page-header .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .filter:not(.status-ok):not(.status-error):not(.status-delayed),.w-filter-preset.w-filter-preset .filter-preset ._account_api .page-header .liveDashboard .list-results thead .filter:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard ._account_api .list-results thead .form-label.status span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard ._account_api .list-results thead .status.status-log span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard ._account_api .list-results thead .status.status-report-item span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard ._account_api .list-results thead .double-list dd.status span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .page-header .liveDashboard ._account_api .list-results thead dd.status span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard ._account_api .list-results thead .double-list dt.status span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .page-header .liveDashboard ._account_api .list-results thead dt.status span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .page-header .liveDashboard ._account_api .list-results thead .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .page-header .liveDashboard ._account_api .list-results thead .status.label span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .page-header .liveDashboard .list-results thead .form-label.status span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .page-header .liveDashboard .list-results thead .status.status-log span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .page-header .liveDashboard .list-results thead .status.status-report-item span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .page-header .liveDashboard .list-results thead .double-list dd.status span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list ._account_api .page-header .liveDashboard .list-results thead dd.status span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .page-header .liveDashboard .list-results thead .double-list dt.status span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list ._account_api .page-header .liveDashboard .list-results thead dt.status span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .page-header .liveDashboard .list-results thead .w-cards-container .w-card .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card ._account_api .page-header .liveDashboard .list-results thead .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .page-header .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value ._account_api .page-header .liveDashboard .list-results thead .status.label span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .page-header .liveDashboard .list-results thead tbody tr.sublist .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .page-header .liveDashboard .list-results tbody tr.sublist thead .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .form-label.status ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .status.status-log ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .status.status-report-item ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .double-list dd.status ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .page-header .liveDashboard dd.status ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .double-list dt.status ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .page-header .liveDashboard dt.status ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .page-header .liveDashboard .status.title ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .page-header .liveDashboard .status.label ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results tbody tr.sublist .page-header .liveDashboard .status.title ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.form-label.status ._account_api .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.status.status-log ._account_api .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.status.status-report-item ._account_api .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list dd.status ._account_api .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list dt.status ._account_api .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .status.title ._account_api .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .status.label ._account_api .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results tbody tr.sublist .status.title ._account_api .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .page-header .liveDashboard .list-results thead .w-filters-selected label.status.small span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-filters-selected label.status.small ._account_api .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .page-header .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-filters-selected .status.btn-f-s ._account_api .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard ._account_api .list-results thead .sub-header .w-form label:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard ._account_api .list-results thead .sub-header .w-double-list label:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .page-header .liveDashboard .list-results thead .sub-header .w-form label:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .page-header .liveDashboard .list-results thead .sub-header .w-double-list label:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .sub-header .w-form ._account_api .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .sub-header .w-double-list ._account_api .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed),.sub-header .w-form ._account_api .page-header .liveDashboard .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed),.sub-header .w-double-list ._account_api .page-header .liveDashboard .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard ._account_api .list-results thead .block-filters button:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .page-header .liveDashboard .list-results thead .block-filters button:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header .liveDashboard .block-filters ._account_api .list-results thead button:not(.status-ok):not(.status-error):not(.status-delayed):after,.block-filters ._account_api .page-header .liveDashboard .list-results thead button:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header .liveDashboard ._account_api .list-results thead .block-filters select:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .page-header .liveDashboard .list-results thead .block-filters select:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header .liveDashboard .block-filters ._account_api .list-results thead select:not(.status-ok):not(.status-error):not(.status-delayed):after,.block-filters ._account_api .page-header .liveDashboard .list-results thead select:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header .liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .page-header .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.form-auto-list ._account_api .page-header .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .page-header .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.form-auto-list ._account_api .page-header .liveDashboard .list-results thead .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard ._account_api .list-results thead .list-results-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .page-header .liveDashboard .list-results thead .list-results-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .list-results-header .status.title ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results-header .status.title ._account_api .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard ._account_api .list-results thead tr span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .page-header .liveDashboard .list-results thead tr span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard ._account_api .list-results thead .icon:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard ._account_api .list-results thead .w-alert-banner:not(.status-ok):not(.status-error):not(.status-delayed):before,.page-header .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-dialog.plus .page-header .liveDashboard ._account_api .list-results thead .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-toast .page-header .liveDashboard ._account_api .list-results thead .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection .page-header .liveDashboard ._account_api .list-results thead .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed):before,.page-header .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection .page-header .liveDashboard ._account_api .list-results thead .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.page-header .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection .page-header .liveDashboard ._account_api .list-results thead .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed):before,.page-header .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.block-filters .page-header .liveDashboard ._account_api .list-results thead .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.page-header .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed),.toggleWrapper .page-header .liveDashboard ._account_api .list-results thead input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard ._account_api .list-results thead tbody span.status:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard ._account_api .list-results tbody thead span.status:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard ._account_api .list-results thead tbody td.is-running span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard ._account_api .list-results tbody td.is-running thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard ._account_api .list-results thead tbody td.is-pending span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard ._account_api .list-results tbody td.is-pending thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .liveDashboard .list-results thead .icon:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .liveDashboard .list-results thead .w-alert-banner:not(.status-ok):not(.status-error):not(.status-delayed):before,.page-header ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-dialog.plus .page-header ._account_api .liveDashboard .list-results thead .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-toast .page-header ._account_api .liveDashboard .list-results thead .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection .page-header ._account_api .liveDashboard .list-results thead .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed):before,.page-header ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection .page-header ._account_api .liveDashboard .list-results thead .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.page-header ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection .page-header ._account_api .liveDashboard .list-results thead .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed):before,.page-header ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.block-filters .page-header ._account_api .liveDashboard .list-results thead .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.page-header ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed),.toggleWrapper .page-header ._account_api .liveDashboard .list-results thead input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .liveDashboard .list-results thead tbody span.status:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .liveDashboard .list-results tbody thead span.status:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .liveDashboard .list-results thead tbody td.is-running span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .liveDashboard .list-results tbody td.is-running thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .liveDashboard .list-results thead tbody td.is-pending span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .liveDashboard .list-results tbody td.is-pending thead span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .page-header .liveDashboard .list-results thead .icon:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .page-header .liveDashboard .list-results thead .w-alert-banner:not(.status-ok):not(.status-error):not(.status-delayed):before,._account_api .page-header .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-dialog.plus ._account_api .page-header .liveDashboard .list-results thead .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .page-header .liveDashboard .list-results thead .w-toast .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-toast ._account_api .page-header .liveDashboard .list-results thead .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .page-header .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection ._account_api .page-header .liveDashboard .list-results thead .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed):before,._account_api .page-header .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection ._account_api .page-header .liveDashboard .list-results thead .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,._account_api .page-header .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection ._account_api .page-header .liveDashboard .list-results thead .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed):before,._account_api .page-header .liveDashboard .list-results thead .block-filters .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.block-filters ._account_api .page-header .liveDashboard .list-results thead .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,._account_api .page-header .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed),.toggleWrapper ._account_api .page-header .liveDashboard .list-results thead input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .page-header .liveDashboard .list-results thead tbody span.status:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .page-header .liveDashboard .list-results tbody thead span.status:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .page-header .liveDashboard .list-results thead tbody td.is-running span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .page-header .liveDashboard .list-results tbody td.is-running thead span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .page-header .liveDashboard .list-results thead tbody td.is-pending span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .page-header .liveDashboard .list-results tbody td.is-pending thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header ._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .page-header .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header .liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .page-header .liveDashboard .list-results thead .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .page-header .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .filter:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .filter:not(.status-ok):not(.status-error):not(.status-delayed),.w-filter-preset.w-filter-preset .filter-preset ._account_api .page-header .liveDashboard .list-results thead .filter:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard ._account_api .list-results thead .form-label.status span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard ._account_api .list-results thead .status.status-log span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard ._account_api .list-results thead .status.status-report-item span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard ._account_api .list-results thead .double-list dd.status span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .page-header .liveDashboard ._account_api .list-results thead dd.status span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard ._account_api .list-results thead .double-list dt.status span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .page-header .liveDashboard ._account_api .list-results thead dt.status span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .page-header .liveDashboard ._account_api .list-results thead .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .page-header .liveDashboard ._account_api .list-results thead .status.label span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .liveDashboard .list-results thead .form-label.status span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .liveDashboard .list-results thead .status.status-log span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .liveDashboard .list-results thead .status.status-report-item span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .liveDashboard .list-results thead .double-list dd.status span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .page-header ._account_api .liveDashboard .list-results thead dd.status span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .liveDashboard .list-results thead .double-list dt.status span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .page-header ._account_api .liveDashboard .list-results thead dt.status span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .page-header ._account_api .liveDashboard .list-results thead .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .page-header ._account_api .liveDashboard .list-results thead .status.label span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .page-header .liveDashboard .list-results thead .form-label.status span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .page-header .liveDashboard .list-results thead .status.status-log span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .page-header .liveDashboard .list-results thead .status.status-report-item span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .page-header .liveDashboard .list-results thead .double-list dd.status span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list ._account_api .page-header .liveDashboard .list-results thead dd.status span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .page-header .liveDashboard .list-results thead .double-list dt.status span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list ._account_api .page-header .liveDashboard .list-results thead dt.status span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .page-header .liveDashboard .list-results thead .w-cards-container .w-card .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card ._account_api .page-header .liveDashboard .list-results thead .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .page-header .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value ._account_api .page-header .liveDashboard .list-results thead .status.label span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .page-header .liveDashboard .list-results thead tbody tr.sublist .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .page-header .liveDashboard .list-results tbody tr.sublist thead .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .form-label.status ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .status.status-log ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .status.status-report-item ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .double-list dd.status ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .page-header .liveDashboard dd.status ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .double-list dt.status ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .page-header .liveDashboard dt.status ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .page-header .liveDashboard .status.title ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .page-header .liveDashboard .status.label ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results tbody tr.sublist .page-header .liveDashboard .status.title ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .form-label.status ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .status.status-log ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .status.status-report-item ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .double-list dd.status ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .page-header dd.status ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .double-list dt.status ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .page-header dt.status ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .page-header .status.title ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .page-header .status.label ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results tbody tr.sublist .page-header .status.title ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.form-label.status ._account_api .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.status.status-log ._account_api .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.status.status-report-item ._account_api .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list dd.status ._account_api .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list dt.status ._account_api .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .status.title ._account_api .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .status.label ._account_api .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results tbody tr.sublist .status.title ._account_api .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .page-header .liveDashboard .list-results thead .w-filters-selected label.status.small span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-filters-selected label.status.small ._account_api .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .page-header .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-filters-selected .status.btn-f-s ._account_api .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard ._account_api .list-results thead .sub-header .w-form label:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard ._account_api .list-results thead .sub-header .w-double-list label:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .liveDashboard .list-results thead .sub-header .w-form label:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .liveDashboard .list-results thead .sub-header .w-double-list label:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .page-header .liveDashboard .list-results thead .sub-header .w-form label:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .page-header .liveDashboard .list-results thead .sub-header .w-double-list label:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .sub-header .w-form ._account_api .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .sub-header .w-double-list ._account_api .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .sub-header .w-form ._account_api .liveDashboard .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .sub-header .w-double-list ._account_api .liveDashboard .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed),.sub-header .w-form ._account_api .page-header .liveDashboard .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed),.sub-header .w-double-list ._account_api .page-header .liveDashboard .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard ._account_api .list-results thead .block-filters button:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header ._account_api .liveDashboard .list-results thead .block-filters button:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .page-header .liveDashboard .list-results thead .block-filters button:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header .liveDashboard .block-filters ._account_api .list-results thead button:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header .block-filters ._account_api .liveDashboard .list-results thead button:not(.status-ok):not(.status-error):not(.status-delayed):after,.block-filters ._account_api .page-header .liveDashboard .list-results thead button:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header .liveDashboard ._account_api .list-results thead .block-filters select:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header ._account_api .liveDashboard .list-results thead .block-filters select:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .page-header .liveDashboard .list-results thead .block-filters select:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header .liveDashboard .block-filters ._account_api .list-results thead select:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header .block-filters ._account_api .liveDashboard .list-results thead select:not(.status-ok):not(.status-error):not(.status-delayed):after,.block-filters ._account_api .page-header .liveDashboard .list-results thead select:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header .liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .page-header .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .form-auto-list ._account_api .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.form-auto-list ._account_api .page-header .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .page-header .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .form-auto-list ._account_api .liveDashboard .list-results thead .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.form-auto-list ._account_api .page-header .liveDashboard .list-results thead .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard ._account_api .list-results thead .list-results-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .liveDashboard .list-results thead .list-results-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .page-header .liveDashboard .list-results thead .list-results-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .list-results-header .status.title ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .list-results-header .status.title ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results-header .status.title ._account_api .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard ._account_api .list-results thead tr span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .liveDashboard .list-results thead tr span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .page-header .liveDashboard .list-results thead tr span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .page-header .liveDashboard .list-results thead .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .page-header .liveDashboard ._account_api .list-results thead .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header ._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .filter:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .w-filter-preset.w-filter-preset .filter-preset .page-header .liveDashboard .list-results thead .filter:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .filter:not(.status-ok):not(.status-error):not(.status-delayed),.w-filter-preset.w-filter-preset .filter-preset .page-header .liveDashboard ._account_api .list-results thead .filter:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .form-label.status .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .status.status-log .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .status.status-report-item .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .double-list dd.status .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .page-header ._account_api dd.status .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .double-list dt.status .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .page-header ._account_api dt.status .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .page-header ._account_api .status.title .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .page-header ._account_api .status.label .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results tbody tr.sublist .page-header ._account_api .status.title .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .form-label.status .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .status.status-log .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .status.status-report-item .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .double-list dd.status .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list ._account_api dd.status .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .double-list dt.status .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list ._account_api dt.status .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .w-cards-container .w-card .status.title .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card ._account_api .status.title .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .w-cards-container .w-card.centered .w-value .status.label .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value ._account_api .status.label .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results tbody tr.sublist .status.title .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results tbody tr.sublist ._account_api .status.title .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .form-label.status .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .status.status-log .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .status.status-report-item .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .double-list dd.status .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .page-header dd.status .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .double-list dt.status .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .page-header dt.status .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .page-header .status.title .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .page-header .status.label .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results tbody tr.sublist .page-header .status.title .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.form-label.status .page-header .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.status.status-log .page-header .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.status.status-report-item .page-header .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list dd.status .page-header .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list dt.status .page-header .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .status.title .page-header .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .status.label .page-header .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results tbody tr.sublist .status.title .page-header .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .w-filters-selected label.status.small .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-filters-selected label.status.small .page-header .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .w-filters-selected .status.btn-f-s .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-filters-selected .status.btn-f-s .page-header .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .sub-header .w-form .liveDashboard .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .sub-header .w-double-list .liveDashboard .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .sub-header .w-form .page-header .liveDashboard .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .sub-header .w-double-list .page-header .liveDashboard .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .sub-header .w-form .liveDashboard ._account_api .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .sub-header .w-double-list .liveDashboard ._account_api .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed),.sub-header .w-form .page-header .liveDashboard ._account_api .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed),.sub-header .w-double-list .page-header .liveDashboard ._account_api .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .block-filters .liveDashboard .list-results thead button:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .block-filters .page-header .liveDashboard .list-results thead button:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header .block-filters .liveDashboard ._account_api .list-results thead button:not(.status-ok):not(.status-error):not(.status-delayed):after,.block-filters .page-header .liveDashboard ._account_api .list-results thead button:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header ._account_api .block-filters .liveDashboard .list-results thead select:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .block-filters .page-header .liveDashboard .list-results thead select:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header .block-filters .liveDashboard ._account_api .list-results thead select:not(.status-ok):not(.status-error):not(.status-delayed):after,.block-filters .page-header .liveDashboard ._account_api .list-results thead select:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header ._account_api .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .form-auto-list .page-header .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .form-auto-list .liveDashboard ._account_api .list-results thead .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.form-auto-list .page-header .liveDashboard ._account_api .list-results thead .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .form-auto-list .page-header .liveDashboard .list-results thead .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .form-auto-list .liveDashboard ._account_api .list-results thead .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.form-auto-list .page-header .liveDashboard ._account_api .list-results thead .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .list-results-header .status.title .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results-header .status.title .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .list-results-header .status.title .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results-header .status.title .page-header .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .page-header .icon:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .page-header .w-alert-banner:not(.status-ok):not(.status-error):not(.status-delayed):before,.liveDashboard .list-results thead .page-header .w-dialog.plus .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-dialog.plus .liveDashboard .list-results thead .page-header .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard .list-results thead .page-header .w-toast .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-toast .liveDashboard .list-results thead .page-header .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard .list-results thead .page-header .w-time-period .dropdown .w-selection .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .page-header .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed):before,.liveDashboard .list-results thead .page-header .w-time-period .dropdown .w-selection .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .page-header .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.liveDashboard .list-results thead .page-header .w-time-period .dropdown .w-selection .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .page-header .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed):before,.liveDashboard .list-results thead .page-header .block-filters .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.block-filters .liveDashboard .list-results thead .page-header .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.liveDashboard .list-results thead .page-header .toggleWrapper input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed),.toggleWrapper .liveDashboard .list-results thead .page-header input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .page-header tbody span.status:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results tbody thead .page-header span.status:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .page-header tbody td.is-running span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results tbody td.is-running thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .page-header tbody td.is-pending span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results tbody td.is-pending thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .page-header .icon:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .page-header .w-alert-banner:not(.status-ok):not(.status-error):not(.status-delayed):before,.liveDashboard .list-results thead .page-header .w-dialog.plus .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-dialog.plus .liveDashboard .list-results thead .page-header .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard .list-results thead .page-header .w-toast .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-toast .liveDashboard .list-results thead .page-header .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard .list-results thead .page-header .w-time-period .dropdown .w-selection .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .page-header .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed):before,.liveDashboard .list-results thead .page-header .w-time-period .dropdown .w-selection .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .page-header .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.liveDashboard .list-results thead .page-header .w-time-period .dropdown .w-selection .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .page-header .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed):before,.liveDashboard .list-results thead .page-header .block-filters .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.block-filters .liveDashboard .list-results thead .page-header .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.liveDashboard .list-results thead .page-header .toggleWrapper input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed),.toggleWrapper .liveDashboard .list-results thead .page-header input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .page-header tbody span.status:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results tbody thead .page-header span.status:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .page-header tbody td.is-running span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results tbody td.is-running thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .page-header tbody td.is-pending span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results tbody td.is-pending thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .page-header .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .page-header .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .page-header .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard .list-results thead .page-header .w-filter-preset.w-filter-preset .filter-preset .filter:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .page-header .filter:not(.status-ok):not(.status-error):not(.status-delayed),.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .page-header .filter:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .page-header .form-label.status span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .page-header .status.status-log span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .page-header .status.status-report-item span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .page-header .double-list dd.status span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .liveDashboard .list-results thead .page-header dd.status span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .page-header .double-list dt.status span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .liveDashboard .list-results thead .page-header dt.status span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .page-header .w-cards-container .w-card .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .liveDashboard .list-results thead .page-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .page-header .w-cards-container .w-card.centered .w-value .status.label span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .liveDashboard .list-results thead .page-header .status.label span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .page-header tbody tr.sublist .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results tbody tr.sublist thead .page-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .form-label.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .status.status-log .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .status.status-report-item .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .double-list dd.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .liveDashboard .list-results thead dd.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .double-list dt.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .liveDashboard .list-results thead dt.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .w-cards-container .w-card .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .liveDashboard .list-results thead .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .liveDashboard .list-results thead .status.label .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead tbody tr.sublist .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results tbody tr.sublist thead .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.form-label.status .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.status.status-log .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.status.status-report-item .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list dd.status .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list dt.status .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .status.title .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results tbody tr.sublist .status.title .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .page-header .w-filters-selected label.status.small span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .w-filters-selected label.status.small .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-filters-selected label.status.small .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .page-header .w-filters-selected .status.btn-f-s span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-filters-selected .status.btn-f-s .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .page-header .sub-header .w-form label:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .page-header .sub-header .w-double-list label:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .sub-header .w-form .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .sub-header .w-double-list .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),.sub-header .w-form .liveDashboard .list-results thead .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),.sub-header .w-double-list .liveDashboard .list-results thead .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .page-header .block-filters button:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard .list-results thead .block-filters .page-header button:not(.status-ok):not(.status-error):not(.status-delayed):after,.block-filters .liveDashboard .list-results thead .page-header button:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard .list-results thead .page-header .block-filters select:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard .list-results thead .block-filters .page-header select:not(.status-ok):not(.status-error):not(.status-delayed):after,.block-filters .liveDashboard .list-results thead .page-header select:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard .list-results thead .page-header .form-auto-list .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .form-auto-list .page-header .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.form-auto-list .liveDashboard .list-results thead .page-header .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .page-header .form-auto-list .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .form-auto-list .page-header .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.form-auto-list .liveDashboard .list-results thead .page-header .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .page-header .list-results-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .list-results-header .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results-header .status.title .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .page-header tr span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead tr .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header .icon:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header .w-alert-banner:not(.status-ok):not(.status-error):not(.status-delayed):before,.liveDashboard ._account_api .list-results thead .page-header .w-dialog.plus .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .page-header .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard ._account_api .list-results thead .page-header .w-toast .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-toast .liveDashboard ._account_api .list-results thead .page-header .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard ._account_api .list-results thead .page-header .w-time-period .dropdown .w-selection .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .page-header .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed):before,.liveDashboard ._account_api .list-results thead .page-header .w-time-period .dropdown .w-selection .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .page-header .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.liveDashboard ._account_api .list-results thead .page-header .w-time-period .dropdown .w-selection .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .page-header .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed):before,.liveDashboard ._account_api .list-results thead .page-header .block-filters .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.block-filters .liveDashboard ._account_api .list-results thead .page-header .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.liveDashboard ._account_api .list-results thead .page-header .toggleWrapper input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed),.toggleWrapper .liveDashboard ._account_api .list-results thead .page-header input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header tbody span.status:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results tbody thead .page-header span.status:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header tbody td.is-running span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results tbody td.is-running thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header tbody td.is-pending span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results tbody td.is-pending thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header .icon:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header .w-alert-banner:not(.status-ok):not(.status-error):not(.status-delayed):before,._account_api .liveDashboard .list-results thead .page-header .w-dialog.plus .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .page-header .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .liveDashboard .list-results thead .page-header .w-toast .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-toast ._account_api .liveDashboard .list-results thead .page-header .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .liveDashboard .list-results thead .page-header .w-time-period .dropdown .w-selection .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .page-header .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed):before,._account_api .liveDashboard .list-results thead .page-header .w-time-period .dropdown .w-selection .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .page-header .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,._account_api .liveDashboard .list-results thead .page-header .w-time-period .dropdown .w-selection .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .page-header .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed):before,._account_api .liveDashboard .list-results thead .page-header .block-filters .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.block-filters ._account_api .liveDashboard .list-results thead .page-header .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,._account_api .liveDashboard .list-results thead .page-header .toggleWrapper input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed),.toggleWrapper ._account_api .liveDashboard .list-results thead .page-header input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header tbody span.status:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results tbody thead .page-header span.status:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header tbody td.is-running span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results tbody td.is-running thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header tbody td.is-pending span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results tbody td.is-pending thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .liveDashboard .list-results thead .page-header .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .page-header .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .page-header .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .page-header .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .page-header .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard ._account_api .list-results thead .page-header .w-filter-preset.w-filter-preset .filter-preset .filter:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header .w-filter-preset.w-filter-preset .filter-preset .filter:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .page-header .filter:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .page-header .filter:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .page-header .filter:not(.status-ok):not(.status-error):not(.status-delayed),.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .page-header .filter:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header .form-label.status span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header .status.status-log span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header .status.status-report-item span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header .double-list dd.status span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .liveDashboard ._account_api .list-results thead .page-header dd.status span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header .double-list dt.status span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .liveDashboard ._account_api .list-results thead .page-header dt.status span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header .w-cards-container .w-card .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .page-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header .w-cards-container .w-card.centered .w-value .status.label span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .page-header .status.label span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header tbody tr.sublist .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results tbody tr.sublist thead .page-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header .form-label.status span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header .status.status-log span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header .status.status-report-item span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header .double-list dd.status span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list ._account_api .liveDashboard .list-results thead .page-header dd.status span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header .double-list dt.status span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list ._account_api .liveDashboard .list-results thead .page-header dt.status span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header .w-cards-container .w-card .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .page-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header .w-cards-container .w-card.centered .w-value .status.label span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .page-header .status.label span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header tbody tr.sublist .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results tbody tr.sublist thead .page-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .form-label.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .status.status-log .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .status.status-report-item .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .double-list dd.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .liveDashboard ._account_api .list-results thead dd.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .double-list dt.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .liveDashboard ._account_api .list-results thead dt.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .form-label.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .status.status-log .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .status.status-report-item .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .double-list dd.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list ._account_api .liveDashboard .list-results thead dd.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .double-list dt.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list ._account_api .liveDashboard .list-results thead dt.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .form-label.status ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .status.status-log ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .status.status-report-item ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .double-list dd.status ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .liveDashboard dd.status ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .double-list dt.status ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .liveDashboard dt.status ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.form-label.status ._account_api .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.status.status-log ._account_api .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.status.status-report-item ._account_api .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list dd.status ._account_api .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list dt.status ._account_api .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header .w-filters-selected label.status.small span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header .w-filters-selected label.status.small span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header .w-filters-selected .status.btn-f-s span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header .w-filters-selected .status.btn-f-s span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header .sub-header .w-form label:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header .sub-header .w-double-list label:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header .sub-header .w-form label:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header .sub-header .w-double-list label:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .sub-header .w-form .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .sub-header .w-double-list .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .sub-header .w-form .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .sub-header .w-double-list .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .sub-header .w-form ._account_api .list-results thead .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .sub-header .w-double-list ._account_api .list-results thead .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),.sub-header .w-form ._account_api .liveDashboard .list-results thead .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),.sub-header .w-double-list ._account_api .liveDashboard .list-results thead .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header .block-filters button:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .liveDashboard .list-results thead .page-header .block-filters button:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard ._account_api .list-results thead .block-filters .page-header button:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .liveDashboard .list-results thead .block-filters .page-header button:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard .block-filters ._account_api .list-results thead .page-header button:not(.status-ok):not(.status-error):not(.status-delayed):after,.block-filters ._account_api .liveDashboard .list-results thead .page-header button:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard ._account_api .list-results thead .page-header .block-filters select:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .liveDashboard .list-results thead .page-header .block-filters select:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard ._account_api .list-results thead .block-filters .page-header select:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .liveDashboard .list-results thead .block-filters .page-header select:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard .block-filters ._account_api .list-results thead .page-header select:not(.status-ok):not(.status-error):not(.status-delayed):after,.block-filters ._account_api .liveDashboard .list-results thead .page-header select:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard ._account_api .list-results thead .page-header .form-auto-list .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header .form-auto-list .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .form-auto-list .page-header .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .form-auto-list .page-header .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .form-auto-list ._account_api .list-results thead .page-header .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.form-auto-list ._account_api .liveDashboard .list-results thead .page-header .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header .form-auto-list .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header .form-auto-list .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .form-auto-list .page-header .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .form-auto-list .page-header .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .form-auto-list ._account_api .list-results thead .page-header .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.form-auto-list ._account_api .liveDashboard .list-results thead .page-header .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header .list-results-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header .list-results-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .list-results-header .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .list-results-header .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results-header .status.title ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results-header .status.title ._account_api .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header tr span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header tr span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead tr .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead tr .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header .icon:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header .w-alert-banner:not(.status-ok):not(.status-error):not(.status-delayed):before,.liveDashboard ._account_api .list-results thead .page-header .w-dialog.plus .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .page-header .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard ._account_api .list-results thead .page-header .w-toast .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-toast .liveDashboard ._account_api .list-results thead .page-header .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard ._account_api .list-results thead .page-header .w-time-period .dropdown .w-selection .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .page-header .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed):before,.liveDashboard ._account_api .list-results thead .page-header .w-time-period .dropdown .w-selection .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .page-header .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.liveDashboard ._account_api .list-results thead .page-header .w-time-period .dropdown .w-selection .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .page-header .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed):before,.liveDashboard ._account_api .list-results thead .page-header .block-filters .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.block-filters .liveDashboard ._account_api .list-results thead .page-header .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.liveDashboard ._account_api .list-results thead .page-header .toggleWrapper input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed),.toggleWrapper .liveDashboard ._account_api .list-results thead .page-header input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header tbody span.status:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results tbody thead .page-header span.status:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header tbody td.is-running span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results tbody td.is-running thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header tbody td.is-pending span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results tbody td.is-pending thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header .icon:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header .w-alert-banner:not(.status-ok):not(.status-error):not(.status-delayed):before,._account_api .liveDashboard .list-results thead .page-header .w-dialog.plus .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .page-header .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .liveDashboard .list-results thead .page-header .w-toast .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-toast ._account_api .liveDashboard .list-results thead .page-header .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .liveDashboard .list-results thead .page-header .w-time-period .dropdown .w-selection .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .page-header .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed):before,._account_api .liveDashboard .list-results thead .page-header .w-time-period .dropdown .w-selection .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .page-header .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,._account_api .liveDashboard .list-results thead .page-header .w-time-period .dropdown .w-selection .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .page-header .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed):before,._account_api .liveDashboard .list-results thead .page-header .block-filters .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.block-filters ._account_api .liveDashboard .list-results thead .page-header .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,._account_api .liveDashboard .list-results thead .page-header .toggleWrapper input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed),.toggleWrapper ._account_api .liveDashboard .list-results thead .page-header input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header tbody span.status:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results tbody thead .page-header span.status:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header tbody td.is-running span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results tbody td.is-running thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header tbody td.is-pending span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results tbody td.is-pending thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .page-header .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .liveDashboard .list-results thead .page-header .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .page-header .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .page-header .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .page-header .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard ._account_api .list-results thead .page-header .w-filter-preset.w-filter-preset .filter-preset .filter:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .page-header .filter:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header .w-filter-preset.w-filter-preset .filter-preset .filter:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .page-header .filter:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .page-header .filter:not(.status-ok):not(.status-error):not(.status-delayed),.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .page-header .filter:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header .form-label.status span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header .status.status-log span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header .status.status-report-item span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header .double-list dd.status span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .liveDashboard ._account_api .list-results thead .page-header dd.status span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header .double-list dt.status span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .liveDashboard ._account_api .list-results thead .page-header dt.status span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header .w-cards-container .w-card .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .page-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header .w-cards-container .w-card.centered .w-value .status.label span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .page-header .status.label span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header tbody tr.sublist .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results tbody tr.sublist thead .page-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .form-label.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .status.status-log .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .status.status-report-item .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .double-list dd.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .liveDashboard ._account_api .list-results thead dd.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .double-list dt.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .liveDashboard ._account_api .list-results thead dt.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header .form-label.status span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header .status.status-log span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header .status.status-report-item span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header .double-list dd.status span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list ._account_api .liveDashboard .list-results thead .page-header dd.status span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header .double-list dt.status span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list ._account_api .liveDashboard .list-results thead .page-header dt.status span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header .w-cards-container .w-card .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .page-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header .w-cards-container .w-card.centered .w-value .status.label span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .page-header .status.label span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header tbody tr.sublist .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results tbody tr.sublist thead .page-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .form-label.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .status.status-log .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .status.status-report-item .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .double-list dd.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list ._account_api .liveDashboard .list-results thead dd.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .double-list dt.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list ._account_api .liveDashboard .list-results thead dt.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .form-label.status ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .status.status-log ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .status.status-report-item ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .double-list dd.status ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .liveDashboard dd.status ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .double-list dt.status ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .liveDashboard dt.status ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.form-label.status ._account_api .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.status.status-log ._account_api .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.status.status-report-item ._account_api .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list dd.status ._account_api .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list dt.status ._account_api .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header .w-filters-selected label.status.small span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header .w-filters-selected label.status.small span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header .w-filters-selected .status.btn-f-s span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header .w-filters-selected .status.btn-f-s span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header .sub-header .w-form label:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header .sub-header .w-double-list label:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .sub-header .w-form .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .sub-header .w-double-list .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header .sub-header .w-form label:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header .sub-header .w-double-list label:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .sub-header .w-form .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .sub-header .w-double-list .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .sub-header .w-form ._account_api .list-results thead .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .sub-header .w-double-list ._account_api .list-results thead .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),.sub-header .w-form ._account_api .liveDashboard .list-results thead .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),.sub-header .w-double-list ._account_api .liveDashboard .list-results thead .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header .block-filters button:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard ._account_api .list-results thead .block-filters .page-header button:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .liveDashboard .list-results thead .page-header .block-filters button:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .liveDashboard .list-results thead .block-filters .page-header button:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard .block-filters ._account_api .list-results thead .page-header button:not(.status-ok):not(.status-error):not(.status-delayed):after,.block-filters ._account_api .liveDashboard .list-results thead .page-header button:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard ._account_api .list-results thead .page-header .block-filters select:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard ._account_api .list-results thead .block-filters .page-header select:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .liveDashboard .list-results thead .page-header .block-filters select:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .liveDashboard .list-results thead .block-filters .page-header select:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard .block-filters ._account_api .list-results thead .page-header select:not(.status-ok):not(.status-error):not(.status-delayed):after,.block-filters ._account_api .liveDashboard .list-results thead .page-header select:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard ._account_api .list-results thead .page-header .form-auto-list .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .form-auto-list .page-header .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header .form-auto-list .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .form-auto-list .page-header .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .form-auto-list ._account_api .list-results thead .page-header .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.form-auto-list ._account_api .liveDashboard .list-results thead .page-header .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header .form-auto-list .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .form-auto-list .page-header .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header .form-auto-list .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .form-auto-list .page-header .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .form-auto-list ._account_api .list-results thead .page-header .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.form-auto-list ._account_api .liveDashboard .list-results thead .page-header .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header .list-results-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .list-results-header .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header .list-results-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .list-results-header .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results-header .status.title ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results-header .status.title ._account_api .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header tr span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead tr .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header tr span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead tr .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .page-header .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .page-header .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .page-header .filter:not(.status-ok):not(.status-error):not(.status-delayed),.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .page-header .filter:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .form-label.status .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .status.status-log .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .status.status-report-item .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .double-list dd.status .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list ._account_api dd.status .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .double-list dt.status .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list ._account_api dt.status .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.form-label.status .liveDashboard ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.status.status-log .liveDashboard ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.status.status-report-item .liveDashboard ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list dd.status .liveDashboard ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list dt.status .liveDashboard ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .sub-header .w-form .liveDashboard .list-results thead .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .sub-header .w-double-list .liveDashboard .list-results thead .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),.sub-header .w-form .liveDashboard ._account_api .list-results thead .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),.sub-header .w-double-list .liveDashboard ._account_api .list-results thead .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .block-filters .liveDashboard .list-results thead .page-header button:not(.status-ok):not(.status-error):not(.status-delayed):after,.block-filters .liveDashboard ._account_api .list-results thead .page-header button:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .block-filters .liveDashboard .list-results thead .page-header select:not(.status-ok):not(.status-error):not(.status-delayed):after,.block-filters .liveDashboard ._account_api .list-results thead .page-header select:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .form-auto-list .liveDashboard .list-results thead .page-header .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.form-auto-list .liveDashboard ._account_api .list-results thead .page-header .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .form-auto-list .liveDashboard .list-results thead .page-header .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.form-auto-list .liveDashboard ._account_api .list-results thead .page-header .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results-header .status.title .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results-header .status.title .liveDashboard ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .page-header .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .page-header .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .page-header .filter:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .filter:not(.status-ok):not(.status-error):not(.status-delayed),.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .page-header .filter:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .list-results thead .form-label.status span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .list-results thead .status.status-log span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .list-results thead .status.status-report-item span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .list-results thead .double-list dd.status span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .page-header .liveDashboard .list-results thead dd.status span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .list-results thead .double-list dt.status span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .page-header .liveDashboard .list-results thead dt.status span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .list-results thead .w-cards-container .w-card .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .page-header .liveDashboard .list-results thead .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .page-header .liveDashboard .list-results thead .status.label span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .list-results thead tbody tr.sublist .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .list-results tbody tr.sublist thead .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .form-label.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .status.status-log .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .status.status-report-item .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .double-list dd.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .liveDashboard .list-results thead dd.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .double-list dt.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .liveDashboard .list-results thead dt.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .w-cards-container .w-card .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .liveDashboard .list-results thead .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .liveDashboard .list-results thead .status.label .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead tbody tr.sublist .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results tbody tr.sublist thead .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .form-label.status .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .status.status-log .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .status.status-report-item .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .double-list dd.status .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .page-header dd.status .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .double-list dt.status .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .page-header dt.status .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .w-cards-container .w-card .status.title .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .page-header .status.title .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .page-header .status.label .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results tbody tr.sublist .page-header .status.title .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.form-label.status .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.status.status-log .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.status.status-report-item .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list dd.status .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list dt.status .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .status.title .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results tbody tr.sublist .status.title .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .list-results thead .w-filters-selected label.status.small span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .w-filters-selected label.status.small .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .w-filters-selected label.status.small .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-filters-selected label.status.small .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-filters-selected .status.btn-f-s .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .list-results thead .sub-header .w-form label:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .list-results thead .sub-header .w-double-list label:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .sub-header .w-form .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .sub-header .w-double-list .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .sub-header .w-form .liveDashboard .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .sub-header .w-double-list .liveDashboard .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed),.sub-header .w-form .liveDashboard .list-results thead .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),.sub-header .w-double-list .liveDashboard .list-results thead .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .list-results thead .block-filters button:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard .list-results thead .block-filters .page-header button:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header .block-filters .liveDashboard .list-results thead button:not(.status-ok):not(.status-error):not(.status-delayed):after,.block-filters .liveDashboard .list-results thead .page-header button:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header .liveDashboard .list-results thead .block-filters select:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard .list-results thead .block-filters .page-header select:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header .block-filters .liveDashboard .list-results thead select:not(.status-ok):not(.status-error):not(.status-delayed):after,.block-filters .liveDashboard .list-results thead .page-header select:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .form-auto-list .page-header .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.form-auto-list .liveDashboard .list-results thead .page-header .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .form-auto-list .page-header .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.form-auto-list .liveDashboard .list-results thead .page-header .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .list-results thead .list-results-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .list-results-header .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .list-results-header .status.title .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results-header .status.title .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .list-results thead tr span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead tr .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .list-results thead .icon:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .list-results thead .w-alert-banner:not(.status-ok):not(.status-error):not(.status-delayed):before,.page-header ._account_api .list-results thead .w-dialog.plus .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-dialog.plus .page-header ._account_api .list-results thead .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header ._account_api .list-results thead .w-toast .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-toast .page-header ._account_api .list-results thead .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection .page-header ._account_api .list-results thead .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed):before,.page-header ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection .page-header ._account_api .list-results thead .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.page-header ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection .page-header ._account_api .list-results thead .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed):before,.page-header ._account_api .list-results thead .block-filters .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.block-filters .page-header ._account_api .list-results thead .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.page-header ._account_api .list-results thead .toggleWrapper input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed),.toggleWrapper .page-header ._account_api .list-results thead input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .list-results thead tbody span.status:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .list-results tbody thead span.status:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .list-results thead tbody td.is-running span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .list-results tbody td.is-running thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .list-results thead tbody td.is-pending span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .list-results tbody td.is-pending thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .liveDashboard .list-results thead .icon:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .liveDashboard .list-results thead .w-alert-banner:not(.status-ok):not(.status-error):not(.status-delayed):before,.page-header ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-dialog.plus .page-header ._account_api .liveDashboard .list-results thead .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-toast .page-header ._account_api .liveDashboard .list-results thead .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection .page-header ._account_api .liveDashboard .list-results thead .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed):before,.page-header ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection .page-header ._account_api .liveDashboard .list-results thead .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.page-header ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection .page-header ._account_api .liveDashboard .list-results thead .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed):before,.page-header ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.block-filters .page-header ._account_api .liveDashboard .list-results thead .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.page-header ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed),.toggleWrapper .page-header ._account_api .liveDashboard .list-results thead input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .liveDashboard .list-results thead tbody span.status:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .liveDashboard .list-results tbody thead span.status:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .liveDashboard .list-results thead tbody td.is-running span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .liveDashboard .list-results tbody td.is-running thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .liveDashboard .list-results thead tbody td.is-pending span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .liveDashboard .list-results tbody td.is-pending thead span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .page-header ._account_api .list-results thead .icon:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .page-header ._account_api .list-results thead .w-alert-banner:not(.status-ok):not(.status-error):not(.status-delayed):before,.liveDashboard .page-header ._account_api .list-results thead .w-dialog.plus .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-dialog.plus .liveDashboard .page-header ._account_api .list-results thead .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard .page-header ._account_api .list-results thead .w-toast .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-toast .liveDashboard .page-header ._account_api .list-results thead .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard .page-header ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection .liveDashboard .page-header ._account_api .list-results thead .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed):before,.liveDashboard .page-header ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection .liveDashboard .page-header ._account_api .list-results thead .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.liveDashboard .page-header ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection .liveDashboard .page-header ._account_api .list-results thead .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed):before,.liveDashboard .page-header ._account_api .list-results thead .block-filters .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.block-filters .liveDashboard .page-header ._account_api .list-results thead .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.liveDashboard .page-header ._account_api .list-results thead .toggleWrapper input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed),.toggleWrapper .liveDashboard .page-header ._account_api .list-results thead input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .page-header ._account_api .list-results thead tbody span.status:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .page-header ._account_api .list-results tbody thead span.status:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .page-header ._account_api .list-results thead tbody td.is-running span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .page-header ._account_api .list-results tbody td.is-running thead span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .page-header ._account_api .list-results thead tbody td.is-pending span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .page-header ._account_api .list-results tbody td.is-pending thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard .page-header ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header ._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .page-header ._account_api .list-results thead .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header ._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .page-header ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .filter:not(.status-ok):not(.status-error):not(.status-delayed),.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .page-header ._account_api .list-results thead .filter:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .liveDashboard .list-results thead .form-label.status span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .liveDashboard .list-results thead .status.status-log span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .liveDashboard .list-results thead .status.status-report-item span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .liveDashboard .list-results thead .double-list dd.status span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .page-header ._account_api .liveDashboard .list-results thead dd.status span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .liveDashboard .list-results thead .double-list dt.status span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .page-header ._account_api .liveDashboard .list-results thead dt.status span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .page-header ._account_api .liveDashboard .list-results thead .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .page-header ._account_api .liveDashboard .list-results thead .status.label span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .page-header ._account_api .list-results thead .form-label.status span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .page-header ._account_api .list-results thead .status.status-log span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .page-header ._account_api .list-results thead .status.status-report-item span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .page-header ._account_api .list-results thead .double-list dd.status span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .liveDashboard .page-header ._account_api .list-results thead dd.status span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .page-header ._account_api .list-results thead .double-list dt.status span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .liveDashboard .page-header ._account_api .list-results thead dt.status span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .page-header ._account_api .list-results thead .w-cards-container .w-card .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .liveDashboard .page-header ._account_api .list-results thead .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .page-header ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .liveDashboard .page-header ._account_api .list-results thead .status.label span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .page-header ._account_api .list-results thead tbody tr.sublist .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .page-header ._account_api .list-results tbody tr.sublist thead .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .form-label.status .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .status.status-log .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .status.status-report-item .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .double-list dd.status .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .page-header ._account_api dd.status .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .double-list dt.status .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .page-header ._account_api dt.status .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .page-header ._account_api .status.title .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .page-header ._account_api .status.label .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results tbody tr.sublist .page-header ._account_api .status.title .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.form-label.status .liveDashboard .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.status.status-log .liveDashboard .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.status.status-report-item .liveDashboard .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list dd.status .liveDashboard .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list dt.status .liveDashboard .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .status.title .liveDashboard .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results tbody tr.sublist .status.title .liveDashboard .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .page-header ._account_api .list-results thead .w-filters-selected label.status.small span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-filters-selected label.status.small .liveDashboard .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .page-header ._account_api .list-results thead .w-filters-selected .status.btn-f-s span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-filters-selected .status.btn-f-s .liveDashboard .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .liveDashboard .list-results thead .sub-header .w-form label:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .liveDashboard .list-results thead .sub-header .w-double-list label:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .page-header ._account_api .list-results thead .sub-header .w-form label:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .page-header ._account_api .list-results thead .sub-header .w-double-list label:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .sub-header .w-form .liveDashboard .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .sub-header .w-double-list .liveDashboard .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed),.sub-header .w-form .liveDashboard .page-header ._account_api .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed),.sub-header .w-double-list .liveDashboard .page-header ._account_api .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .liveDashboard .list-results thead .block-filters button:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard .page-header ._account_api .list-results thead .block-filters button:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header ._account_api .block-filters .liveDashboard .list-results thead button:not(.status-ok):not(.status-error):not(.status-delayed):after,.block-filters .liveDashboard .page-header ._account_api .list-results thead button:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header ._account_api .liveDashboard .list-results thead .block-filters select:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard .page-header ._account_api .list-results thead .block-filters select:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header ._account_api .block-filters .liveDashboard .list-results thead select:not(.status-ok):not(.status-error):not(.status-delayed):after,.block-filters .liveDashboard .page-header ._account_api .list-results thead select:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header ._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .page-header ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.form-auto-list .liveDashboard .page-header ._account_api .list-results thead .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .page-header ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.form-auto-list .liveDashboard .page-header ._account_api .list-results thead .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .liveDashboard .list-results thead .list-results-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .page-header ._account_api .list-results thead .list-results-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .list-results-header .status.title .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results-header .status.title .liveDashboard .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .liveDashboard .list-results thead tr span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .page-header ._account_api .list-results thead tr span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .list-results thead .icon:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .list-results thead .w-alert-banner:not(.status-ok):not(.status-error):not(.status-delayed):before,.page-header ._account_api .list-results thead .w-dialog.plus .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-dialog.plus .page-header ._account_api .list-results thead .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header ._account_api .list-results thead .w-toast .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-toast .page-header ._account_api .list-results thead .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection .page-header ._account_api .list-results thead .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed):before,.page-header ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection .page-header ._account_api .list-results thead .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.page-header ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection .page-header ._account_api .list-results thead .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed):before,.page-header ._account_api .list-results thead .block-filters .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.block-filters .page-header ._account_api .list-results thead .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.page-header ._account_api .list-results thead .toggleWrapper input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed),.toggleWrapper .page-header ._account_api .list-results thead input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .list-results thead tbody span.status:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .list-results tbody thead span.status:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .list-results thead tbody td.is-running span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .list-results tbody td.is-running thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .list-results thead tbody td.is-pending span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .list-results tbody td.is-pending thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .page-header ._account_api .list-results thead .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .filter:not(.status-ok):not(.status-error):not(.status-delayed),.w-filter-preset.w-filter-preset .filter-preset .page-header ._account_api .list-results thead .filter:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .list-results thead .form-label.status span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .list-results thead .status.status-log span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .list-results thead .status.status-report-item span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .list-results thead .double-list dd.status span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .page-header ._account_api .list-results thead dd.status span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .list-results thead .double-list dt.status span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .page-header ._account_api .list-results thead dt.status span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .list-results thead .w-cards-container .w-card .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .page-header ._account_api .list-results thead .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .page-header ._account_api .list-results thead .status.label span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .list-results thead tbody tr.sublist .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .list-results tbody tr.sublist thead .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .form-label.status ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .status.status-log ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .status.status-report-item ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .double-list dd.status ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .page-header dd.status ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .double-list dt.status ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .page-header dt.status ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .w-cards-container .w-card .status.title ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .page-header .status.title ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .page-header .status.label ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .list-results tbody tr.sublist .status.title ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results tbody tr.sublist .page-header .status.title ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.form-label.status .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.status.status-log .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.status.status-report-item .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list dd.status .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list dt.status .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .status.title .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .status.label .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results tbody tr.sublist .status.title .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .list-results thead .w-filters-selected label.status.small span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .w-filters-selected label.status.small ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-filters-selected label.status.small .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .list-results thead .w-filters-selected .status.btn-f-s span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .w-filters-selected .status.btn-f-s ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-filters-selected .status.btn-f-s .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .list-results thead .sub-header .w-form label:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .list-results thead .sub-header .w-double-list label:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .sub-header .w-form ._account_api .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .sub-header .w-double-list ._account_api .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed),.sub-header .w-form .page-header ._account_api .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed),.sub-header .w-double-list .page-header ._account_api .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .list-results thead .block-filters button:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header .block-filters ._account_api .list-results thead button:not(.status-ok):not(.status-error):not(.status-delayed):after,.block-filters .page-header ._account_api .list-results thead button:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header ._account_api .list-results thead .block-filters select:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header .block-filters ._account_api .list-results thead select:not(.status-ok):not(.status-error):not(.status-delayed):after,.block-filters .page-header ._account_api .list-results thead select:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.form-auto-list .page-header ._account_api .list-results thead .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.form-auto-list .page-header ._account_api .list-results thead .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .list-results thead .list-results-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .list-results-header .status.title ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results-header .status.title .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .list-results thead tr span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard ._account_api .list-results thead .icon:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard ._account_api .list-results thead .w-alert-banner:not(.status-ok):not(.status-error):not(.status-delayed):before,.page-header .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-dialog.plus .page-header .liveDashboard ._account_api .list-results thead .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-toast .page-header .liveDashboard ._account_api .list-results thead .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection .page-header .liveDashboard ._account_api .list-results thead .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed):before,.page-header .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection .page-header .liveDashboard ._account_api .list-results thead .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.page-header .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection .page-header .liveDashboard ._account_api .list-results thead .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed):before,.page-header .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.block-filters .page-header .liveDashboard ._account_api .list-results thead .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.page-header .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed),.toggleWrapper .page-header .liveDashboard ._account_api .list-results thead input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard ._account_api .list-results thead tbody span.status:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard ._account_api .list-results tbody thead span.status:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard ._account_api .list-results thead tbody td.is-running span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard ._account_api .list-results tbody td.is-running thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard ._account_api .list-results thead tbody td.is-pending span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard ._account_api .list-results tbody td.is-pending thead span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .page-header ._account_api .list-results thead .icon:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .page-header ._account_api .list-results thead .w-alert-banner:not(.status-ok):not(.status-error):not(.status-delayed):before,.liveDashboard .page-header ._account_api .list-results thead .w-dialog.plus .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-dialog.plus .liveDashboard .page-header ._account_api .list-results thead .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard .page-header ._account_api .list-results thead .w-toast .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-toast .liveDashboard .page-header ._account_api .list-results thead .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard .page-header ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection .liveDashboard .page-header ._account_api .list-results thead .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed):before,.liveDashboard .page-header ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection .liveDashboard .page-header ._account_api .list-results thead .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.liveDashboard .page-header ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection .liveDashboard .page-header ._account_api .list-results thead .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed):before,.liveDashboard .page-header ._account_api .list-results thead .block-filters .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.block-filters .liveDashboard .page-header ._account_api .list-results thead .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.liveDashboard .page-header ._account_api .list-results thead .toggleWrapper input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed),.toggleWrapper .liveDashboard .page-header ._account_api .list-results thead input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .page-header ._account_api .list-results thead tbody span.status:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .page-header ._account_api .list-results tbody thead span.status:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .page-header ._account_api .list-results thead tbody td.is-running span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .page-header ._account_api .list-results tbody td.is-running thead span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .page-header ._account_api .list-results thead tbody td.is-pending span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .page-header ._account_api .list-results tbody td.is-pending thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .liveDashboard .list-results thead .icon:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .liveDashboard .list-results thead .w-alert-banner:not(.status-ok):not(.status-error):not(.status-delayed):before,.page-header ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-dialog.plus .page-header ._account_api .liveDashboard .list-results thead .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-toast .page-header ._account_api .liveDashboard .list-results thead .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection .page-header ._account_api .liveDashboard .list-results thead .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed):before,.page-header ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection .page-header ._account_api .liveDashboard .list-results thead .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.page-header ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection .page-header ._account_api .liveDashboard .list-results thead .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed):before,.page-header ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.block-filters .page-header ._account_api .liveDashboard .list-results thead .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.page-header ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed),.toggleWrapper .page-header ._account_api .liveDashboard .list-results thead input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .liveDashboard .list-results thead tbody span.status:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .liveDashboard .list-results tbody thead span.status:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .liveDashboard .list-results thead tbody td.is-running span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .liveDashboard .list-results tbody td.is-running thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .liveDashboard .list-results thead tbody td.is-pending span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .liveDashboard .list-results tbody td.is-pending thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard .page-header ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header ._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header .liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown .page-header ._account_api .list-results thead .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .page-header ._account_api .liveDashboard .list-results thead .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .page-header ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .filter:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .page-header ._account_api .list-results thead .filter:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .filter:not(.status-ok):not(.status-error):not(.status-delayed),.w-filter-preset.w-filter-preset .filter-preset .page-header ._account_api .liveDashboard .list-results thead .filter:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard ._account_api .list-results thead .form-label.status span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard ._account_api .list-results thead .status.status-log span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard ._account_api .list-results thead .status.status-report-item span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard ._account_api .list-results thead .double-list dd.status span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .page-header .liveDashboard ._account_api .list-results thead dd.status span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard ._account_api .list-results thead .double-list dt.status span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .page-header .liveDashboard ._account_api .list-results thead dt.status span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .page-header .liveDashboard ._account_api .list-results thead .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .page-header .liveDashboard ._account_api .list-results thead .status.label span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .page-header ._account_api .list-results thead .form-label.status span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .page-header ._account_api .list-results thead .status.status-log span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .page-header ._account_api .list-results thead .status.status-report-item span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .page-header ._account_api .list-results thead .double-list dd.status span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .liveDashboard .page-header ._account_api .list-results thead dd.status span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .page-header ._account_api .list-results thead .double-list dt.status span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .liveDashboard .page-header ._account_api .list-results thead dt.status span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .page-header ._account_api .list-results thead .w-cards-container .w-card .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .liveDashboard .page-header ._account_api .list-results thead .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .page-header ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .liveDashboard .page-header ._account_api .list-results thead .status.label span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .page-header ._account_api .list-results thead tbody tr.sublist .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .page-header ._account_api .list-results tbody tr.sublist thead .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .liveDashboard .list-results thead .form-label.status span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .liveDashboard .list-results thead .status.status-log span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .liveDashboard .list-results thead .status.status-report-item span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .liveDashboard .list-results thead .double-list dd.status span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .page-header ._account_api .liveDashboard .list-results thead dd.status span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .liveDashboard .list-results thead .double-list dt.status span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .page-header ._account_api .liveDashboard .list-results thead dt.status span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .page-header ._account_api .liveDashboard .list-results thead .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .page-header ._account_api .liveDashboard .list-results thead .status.label span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .form-label.status ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .status.status-log ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .status.status-report-item ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .double-list dd.status ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .page-header .liveDashboard dd.status ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .double-list dt.status ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .page-header .liveDashboard dt.status ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .page-header .liveDashboard .status.title ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .page-header .liveDashboard .status.label ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results tbody tr.sublist .page-header .liveDashboard .status.title ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .form-label.status .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .status.status-log .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .status.status-report-item .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .double-list dd.status .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .liveDashboard dd.status .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .double-list dt.status .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .liveDashboard dt.status .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .w-cards-container .w-card .status.title .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .liveDashboard .status.title .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .w-cards-container .w-card.centered .w-value .status.label .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .liveDashboard .status.label .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results tbody tr.sublist .status.title .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results tbody tr.sublist .liveDashboard .status.title .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .form-label.status ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .status.status-log ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .status.status-report-item ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .double-list dd.status ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .page-header dd.status ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .double-list dt.status ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .page-header dt.status ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .page-header .status.title ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .page-header .status.label ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results tbody tr.sublist .page-header .status.title ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.form-label.status .page-header ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.status.status-log .page-header ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.status.status-report-item .page-header ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list dd.status .page-header ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list dt.status .page-header ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .status.title .page-header ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .status.label .page-header ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results tbody tr.sublist .status.title .page-header ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .page-header ._account_api .list-results thead .w-filters-selected label.status.small span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .w-filters-selected label.status.small .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-filters-selected label.status.small .page-header ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .page-header ._account_api .list-results thead .w-filters-selected .status.btn-f-s span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .w-filters-selected .status.btn-f-s .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-filters-selected .status.btn-f-s .page-header ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard ._account_api .list-results thead .sub-header .w-form label:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard ._account_api .list-results thead .sub-header .w-double-list label:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .page-header ._account_api .list-results thead .sub-header .w-form label:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .page-header ._account_api .list-results thead .sub-header .w-double-list label:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .liveDashboard .list-results thead .sub-header .w-form label:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .liveDashboard .list-results thead .sub-header .w-double-list label:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .sub-header .w-form ._account_api .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .sub-header .w-double-list ._account_api .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .sub-header .w-form .page-header ._account_api .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .sub-header .w-double-list .page-header ._account_api .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .sub-header .w-form ._account_api .liveDashboard .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .sub-header .w-double-list ._account_api .liveDashboard .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed),.sub-header .w-form .page-header ._account_api .liveDashboard .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed),.sub-header .w-double-list .page-header ._account_api .liveDashboard .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard ._account_api .list-results thead .block-filters button:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard .page-header ._account_api .list-results thead .block-filters button:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header ._account_api .liveDashboard .list-results thead .block-filters button:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header .liveDashboard .block-filters ._account_api .list-results thead button:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard .block-filters .page-header ._account_api .list-results thead button:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header .block-filters ._account_api .liveDashboard .list-results thead button:not(.status-ok):not(.status-error):not(.status-delayed):after,.block-filters .page-header ._account_api .liveDashboard .list-results thead button:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header .liveDashboard ._account_api .list-results thead .block-filters select:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard .page-header ._account_api .list-results thead .block-filters select:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header ._account_api .liveDashboard .list-results thead .block-filters select:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header .liveDashboard .block-filters ._account_api .list-results thead select:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard .block-filters .page-header ._account_api .list-results thead select:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header .block-filters ._account_api .liveDashboard .list-results thead select:not(.status-ok):not(.status-error):not(.status-delayed):after,.block-filters .page-header ._account_api .liveDashboard .list-results thead select:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header .liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .page-header ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .form-auto-list .page-header ._account_api .list-results thead .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .form-auto-list ._account_api .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.form-auto-list .page-header ._account_api .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .page-header ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .form-auto-list .page-header ._account_api .list-results thead .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .form-auto-list ._account_api .liveDashboard .list-results thead .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.form-auto-list .page-header ._account_api .liveDashboard .list-results thead .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard ._account_api .list-results thead .list-results-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .page-header ._account_api .list-results thead .list-results-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .liveDashboard .list-results thead .list-results-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .list-results-header .status.title ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results-header .status.title .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .list-results-header .status.title ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results-header .status.title .page-header ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard ._account_api .list-results thead tr span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .page-header ._account_api .list-results thead tr span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .liveDashboard .list-results thead tr span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .page-header ._account_api .list-results thead .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header ._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .filter:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .filter:not(.status-ok):not(.status-error):not(.status-delayed),.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .page-header ._account_api .list-results thead .filter:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .form-label.status .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .status.status-log .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .status.status-report-item .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .double-list dd.status .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .page-header ._account_api dd.status .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .double-list dt.status .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .page-header ._account_api dt.status .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .page-header ._account_api .status.title .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .page-header ._account_api .status.label .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results tbody tr.sublist .page-header ._account_api .status.title .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .form-label.status .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .status.status-log .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .status.status-report-item .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .double-list dd.status .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .page-header dd.status .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .double-list dt.status .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .page-header dt.status .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .page-header .status.title .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .page-header .status.label .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results tbody tr.sublist .page-header .status.title .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.form-label.status .liveDashboard .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.status.status-log .liveDashboard .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.status.status-report-item .liveDashboard .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list dd.status .liveDashboard .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list dt.status .liveDashboard .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .status.title .liveDashboard .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results tbody tr.sublist .status.title .liveDashboard .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-filters-selected label.status.small .liveDashboard .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-filters-selected .status.btn-f-s .liveDashboard .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .sub-header .w-form .liveDashboard .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .sub-header .w-double-list .liveDashboard .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .sub-header .w-form .liveDashboard ._account_api .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .sub-header .w-double-list .liveDashboard ._account_api .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed),.sub-header .w-form .liveDashboard .page-header ._account_api .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed),.sub-header .w-double-list .liveDashboard .page-header ._account_api .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .block-filters .liveDashboard .list-results thead button:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header .block-filters .liveDashboard ._account_api .list-results thead button:not(.status-ok):not(.status-error):not(.status-delayed):after,.block-filters .liveDashboard .page-header ._account_api .list-results thead button:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header ._account_api .block-filters .liveDashboard .list-results thead select:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header .block-filters .liveDashboard ._account_api .list-results thead select:not(.status-ok):not(.status-error):not(.status-delayed):after,.block-filters .liveDashboard .page-header ._account_api .list-results thead select:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header ._account_api .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .form-auto-list .liveDashboard ._account_api .list-results thead .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.form-auto-list .liveDashboard .page-header ._account_api .list-results thead .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .form-auto-list .liveDashboard ._account_api .list-results thead .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.form-auto-list .liveDashboard .page-header ._account_api .list-results thead .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .list-results-header .status.title .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .list-results-header .status.title .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results-header .status.title .liveDashboard .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .page-header .icon:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .page-header .w-alert-banner:not(.status-ok):not(.status-error):not(.status-delayed):before,._account_api .list-results thead .page-header .w-dialog.plus .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-dialog.plus ._account_api .list-results thead .page-header .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .list-results thead .page-header .w-toast .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-toast ._account_api .list-results thead .page-header .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .list-results thead .page-header .w-time-period .dropdown .w-selection .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .page-header .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed):before,._account_api .list-results thead .page-header .w-time-period .dropdown .w-selection .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .page-header .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,._account_api .list-results thead .page-header .w-time-period .dropdown .w-selection .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .page-header .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed):before,._account_api .list-results thead .page-header .block-filters .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.block-filters ._account_api .list-results thead .page-header .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,._account_api .list-results thead .page-header .toggleWrapper input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed),.toggleWrapper ._account_api .list-results thead .page-header input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .page-header tbody span.status:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results tbody thead .page-header span.status:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .page-header tbody td.is-running span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results tbody td.is-running thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .page-header tbody td.is-pending span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results tbody td.is-pending thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header .icon:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header .w-alert-banner:not(.status-ok):not(.status-error):not(.status-delayed):before,._account_api .liveDashboard .list-results thead .page-header .w-dialog.plus .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .page-header .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .liveDashboard .list-results thead .page-header .w-toast .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-toast ._account_api .liveDashboard .list-results thead .page-header .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .liveDashboard .list-results thead .page-header .w-time-period .dropdown .w-selection .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .page-header .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed):before,._account_api .liveDashboard .list-results thead .page-header .w-time-period .dropdown .w-selection .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .page-header .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,._account_api .liveDashboard .list-results thead .page-header .w-time-period .dropdown .w-selection .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .page-header .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed):before,._account_api .liveDashboard .list-results thead .page-header .block-filters .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.block-filters ._account_api .liveDashboard .list-results thead .page-header .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,._account_api .liveDashboard .list-results thead .page-header .toggleWrapper input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed),.toggleWrapper ._account_api .liveDashboard .list-results thead .page-header input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header tbody span.status:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results tbody thead .page-header span.status:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header tbody td.is-running span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results tbody td.is-running thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header tbody td.is-pending span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results tbody td.is-pending thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header .icon:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header .w-alert-banner:not(.status-ok):not(.status-error):not(.status-delayed):before,.liveDashboard ._account_api .list-results thead .page-header .w-dialog.plus .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .page-header .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard ._account_api .list-results thead .page-header .w-toast .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-toast .liveDashboard ._account_api .list-results thead .page-header .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard ._account_api .list-results thead .page-header .w-time-period .dropdown .w-selection .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .page-header .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed):before,.liveDashboard ._account_api .list-results thead .page-header .w-time-period .dropdown .w-selection .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .page-header .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.liveDashboard ._account_api .list-results thead .page-header .w-time-period .dropdown .w-selection .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .page-header .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed):before,.liveDashboard ._account_api .list-results thead .page-header .block-filters .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.block-filters .liveDashboard ._account_api .list-results thead .page-header .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.liveDashboard ._account_api .list-results thead .page-header .toggleWrapper input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed),.toggleWrapper .liveDashboard ._account_api .list-results thead .page-header input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header tbody span.status:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results tbody thead .page-header span.status:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header tbody td.is-running span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results tbody td.is-running thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header tbody td.is-pending span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results tbody td.is-pending thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard ._account_api .list-results thead .page-header .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .page-header .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .page-header .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .page-header .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .page-header .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .liveDashboard .list-results thead .page-header .w-filter-preset.w-filter-preset .filter-preset .filter:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header .w-filter-preset.w-filter-preset .filter-preset .filter:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .page-header .filter:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .page-header .filter:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .page-header .filter:not(.status-ok):not(.status-error):not(.status-delayed),.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .page-header .filter:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header .form-label.status span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header .status.status-log span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header .status.status-report-item span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header .double-list dd.status span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list ._account_api .liveDashboard .list-results thead .page-header dd.status span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header .double-list dt.status span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list ._account_api .liveDashboard .list-results thead .page-header dt.status span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header .w-cards-container .w-card .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .page-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header .w-cards-container .w-card.centered .w-value .status.label span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .page-header .status.label span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header tbody tr.sublist .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results tbody tr.sublist thead .page-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header .form-label.status span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header .status.status-log span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header .status.status-report-item span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header .double-list dd.status span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .liveDashboard ._account_api .list-results thead .page-header dd.status span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header .double-list dt.status span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .liveDashboard ._account_api .list-results thead .page-header dt.status span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header .w-cards-container .w-card .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .page-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header .w-cards-container .w-card.centered .w-value .status.label span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .page-header .status.label span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header tbody tr.sublist .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results tbody tr.sublist thead .page-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .form-label.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .status.status-log .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .status.status-report-item .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .double-list dd.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list ._account_api .liveDashboard .list-results thead dd.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .double-list dt.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list ._account_api .liveDashboard .list-results thead dt.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .form-label.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .status.status-log .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .status.status-report-item .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .double-list dd.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .liveDashboard ._account_api .list-results thead dd.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .double-list dt.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .liveDashboard ._account_api .list-results thead dt.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .form-label.status .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .status.status-log .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .status.status-report-item .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .double-list dd.status .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list ._account_api dd.status .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .double-list dt.status .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list ._account_api dt.status .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.form-label.status .liveDashboard ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.status.status-log .liveDashboard ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.status.status-report-item .liveDashboard ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list dd.status .liveDashboard ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list dt.status .liveDashboard ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header .w-filters-selected label.status.small span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header .w-filters-selected label.status.small span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header .w-filters-selected .status.btn-f-s span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header .w-filters-selected .status.btn-f-s span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header .sub-header .w-form label:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header .sub-header .w-double-list label:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header .sub-header .w-form label:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header .sub-header .w-double-list label:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .sub-header .w-form .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .sub-header .w-double-list .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .sub-header .w-form .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .sub-header .w-double-list .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .sub-header .w-form .liveDashboard .list-results thead .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .sub-header .w-double-list .liveDashboard .list-results thead .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),.sub-header .w-form .liveDashboard ._account_api .list-results thead .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),.sub-header .w-double-list .liveDashboard ._account_api .list-results thead .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header .block-filters button:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard ._account_api .list-results thead .page-header .block-filters button:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .liveDashboard .list-results thead .block-filters .page-header button:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard ._account_api .list-results thead .block-filters .page-header button:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .block-filters .liveDashboard .list-results thead .page-header button:not(.status-ok):not(.status-error):not(.status-delayed):after,.block-filters .liveDashboard ._account_api .list-results thead .page-header button:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .liveDashboard .list-results thead .page-header .block-filters select:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard ._account_api .list-results thead .page-header .block-filters select:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .liveDashboard .list-results thead .block-filters .page-header select:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard ._account_api .list-results thead .block-filters .page-header select:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .block-filters .liveDashboard .list-results thead .page-header select:not(.status-ok):not(.status-error):not(.status-delayed):after,.block-filters .liveDashboard ._account_api .list-results thead .page-header select:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .liveDashboard .list-results thead .page-header .form-auto-list .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header .form-auto-list .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .form-auto-list .page-header .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .form-auto-list .page-header .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .form-auto-list .liveDashboard .list-results thead .page-header .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.form-auto-list .liveDashboard ._account_api .list-results thead .page-header .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header .form-auto-list .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header .form-auto-list .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .form-auto-list .page-header .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .form-auto-list .page-header .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .form-auto-list .liveDashboard .list-results thead .page-header .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.form-auto-list .liveDashboard ._account_api .list-results thead .page-header .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header .list-results-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header .list-results-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .list-results-header .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .list-results-header .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results-header .status.title .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results-header .status.title .liveDashboard ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header tr span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header tr span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead tr .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead tr .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .page-header .icon:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .page-header .w-alert-banner:not(.status-ok):not(.status-error):not(.status-delayed):before,._account_api .list-results thead .page-header .w-dialog.plus .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-dialog.plus ._account_api .list-results thead .page-header .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .list-results thead .page-header .w-toast .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-toast ._account_api .list-results thead .page-header .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .list-results thead .page-header .w-time-period .dropdown .w-selection .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .page-header .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed):before,._account_api .list-results thead .page-header .w-time-period .dropdown .w-selection .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .page-header .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,._account_api .list-results thead .page-header .w-time-period .dropdown .w-selection .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .page-header .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed):before,._account_api .list-results thead .page-header .block-filters .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.block-filters ._account_api .list-results thead .page-header .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,._account_api .list-results thead .page-header .toggleWrapper input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed),.toggleWrapper ._account_api .list-results thead .page-header input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .page-header tbody span.status:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results tbody thead .page-header span.status:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .page-header tbody td.is-running span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results tbody td.is-running thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .page-header tbody td.is-pending span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results tbody td.is-pending thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .page-header .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .page-header .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .page-header .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .list-results thead .page-header .w-filter-preset.w-filter-preset .filter-preset .filter:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .page-header .filter:not(.status-ok):not(.status-error):not(.status-delayed),.w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .page-header .filter:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .page-header .form-label.status span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .page-header .status.status-log span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .page-header .status.status-report-item span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .page-header .double-list dd.status span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list ._account_api .list-results thead .page-header dd.status span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .page-header .double-list dt.status span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list ._account_api .list-results thead .page-header dt.status span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .page-header .w-cards-container .w-card .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card ._account_api .list-results thead .page-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .page-header .w-cards-container .w-card.centered .w-value .status.label span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value ._account_api .list-results thead .page-header .status.label span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .page-header tbody tr.sublist .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results tbody tr.sublist thead .page-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .form-label.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .status.status-log .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .status.status-report-item .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .double-list dd.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list ._account_api .list-results thead dd.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .double-list dt.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list ._account_api .list-results thead dt.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .w-cards-container .w-card .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card ._account_api .list-results thead .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value ._account_api .list-results thead .status.label .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead tbody tr.sublist .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results tbody tr.sublist thead .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.form-label.status ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.status.status-log ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.status.status-report-item ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list dd.status ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list dt.status ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .status.title ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results tbody tr.sublist .status.title ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .page-header .w-filters-selected label.status.small span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .w-filters-selected label.status.small .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-filters-selected label.status.small ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .page-header .w-filters-selected .status.btn-f-s span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .w-filters-selected .status.btn-f-s .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-filters-selected .status.btn-f-s ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .page-header .sub-header .w-form label:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .page-header .sub-header .w-double-list label:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .sub-header .w-form .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .sub-header .w-double-list .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),.sub-header .w-form ._account_api .list-results thead .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),.sub-header .w-double-list ._account_api .list-results thead .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .page-header .block-filters button:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .list-results thead .block-filters .page-header button:not(.status-ok):not(.status-error):not(.status-delayed):after,.block-filters ._account_api .list-results thead .page-header button:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .list-results thead .page-header .block-filters select:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .list-results thead .block-filters .page-header select:not(.status-ok):not(.status-error):not(.status-delayed):after,.block-filters ._account_api .list-results thead .page-header select:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .list-results thead .page-header .form-auto-list .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .form-auto-list .page-header .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.form-auto-list ._account_api .list-results thead .page-header .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .page-header .form-auto-list .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .form-auto-list .page-header .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.form-auto-list ._account_api .list-results thead .page-header .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .page-header .list-results-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .list-results-header .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results-header .status.title ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .page-header tr span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead tr .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header .icon:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header .w-alert-banner:not(.status-ok):not(.status-error):not(.status-delayed):before,.liveDashboard ._account_api .list-results thead .page-header .w-dialog.plus .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .page-header .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard ._account_api .list-results thead .page-header .w-toast .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-toast .liveDashboard ._account_api .list-results thead .page-header .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard ._account_api .list-results thead .page-header .w-time-period .dropdown .w-selection .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .page-header .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed):before,.liveDashboard ._account_api .list-results thead .page-header .w-time-period .dropdown .w-selection .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .page-header .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.liveDashboard ._account_api .list-results thead .page-header .w-time-period .dropdown .w-selection .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .page-header .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed):before,.liveDashboard ._account_api .list-results thead .page-header .block-filters .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.block-filters .liveDashboard ._account_api .list-results thead .page-header .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.liveDashboard ._account_api .list-results thead .page-header .toggleWrapper input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed),.toggleWrapper .liveDashboard ._account_api .list-results thead .page-header input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header tbody span.status:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results tbody thead .page-header span.status:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header tbody td.is-running span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results tbody td.is-running thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header tbody td.is-pending span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results tbody td.is-pending thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header .icon:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header .w-alert-banner:not(.status-ok):not(.status-error):not(.status-delayed):before,._account_api .liveDashboard .list-results thead .page-header .w-dialog.plus .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .page-header .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .liveDashboard .list-results thead .page-header .w-toast .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-toast ._account_api .liveDashboard .list-results thead .page-header .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .liveDashboard .list-results thead .page-header .w-time-period .dropdown .w-selection .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .page-header .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed):before,._account_api .liveDashboard .list-results thead .page-header .w-time-period .dropdown .w-selection .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .page-header .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,._account_api .liveDashboard .list-results thead .page-header .w-time-period .dropdown .w-selection .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .page-header .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed):before,._account_api .liveDashboard .list-results thead .page-header .block-filters .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.block-filters ._account_api .liveDashboard .list-results thead .page-header .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,._account_api .liveDashboard .list-results thead .page-header .toggleWrapper input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed),.toggleWrapper ._account_api .liveDashboard .list-results thead .page-header input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header tbody span.status:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results tbody thead .page-header span.status:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header tbody td.is-running span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results tbody td.is-running thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header tbody td.is-pending span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results tbody td.is-pending thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .page-header .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .liveDashboard .list-results thead .page-header .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .page-header .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .page-header .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .page-header .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard ._account_api .list-results thead .page-header .w-filter-preset.w-filter-preset .filter-preset .filter:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .page-header .filter:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header .w-filter-preset.w-filter-preset .filter-preset .filter:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .page-header .filter:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .page-header .filter:not(.status-ok):not(.status-error):not(.status-delayed),.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .page-header .filter:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header .form-label.status span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header .status.status-log span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header .status.status-report-item span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header .double-list dd.status span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .liveDashboard ._account_api .list-results thead .page-header dd.status span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header .double-list dt.status span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .liveDashboard ._account_api .list-results thead .page-header dt.status span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header .w-cards-container .w-card .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .page-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header .w-cards-container .w-card.centered .w-value .status.label span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .page-header .status.label span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header tbody tr.sublist .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results tbody tr.sublist thead .page-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .form-label.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .status.status-log .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .status.status-report-item .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .double-list dd.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .liveDashboard ._account_api .list-results thead dd.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .double-list dt.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .liveDashboard ._account_api .list-results thead dt.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header .form-label.status span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header .status.status-log span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header .status.status-report-item span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header .double-list dd.status span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list ._account_api .liveDashboard .list-results thead .page-header dd.status span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header .double-list dt.status span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list ._account_api .liveDashboard .list-results thead .page-header dt.status span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header .w-cards-container .w-card .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .page-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header .w-cards-container .w-card.centered .w-value .status.label span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .page-header .status.label span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header tbody tr.sublist .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results tbody tr.sublist thead .page-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .form-label.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .status.status-log .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .status.status-report-item .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .double-list dd.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list ._account_api .liveDashboard .list-results thead dd.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .double-list dt.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list ._account_api .liveDashboard .list-results thead dt.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .form-label.status ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .status.status-log ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .status.status-report-item ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .double-list dd.status ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .liveDashboard dd.status ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .double-list dt.status ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .liveDashboard dt.status ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.form-label.status ._account_api .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.status.status-log ._account_api .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.status.status-report-item ._account_api .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list dd.status ._account_api .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list dt.status ._account_api .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header .w-filters-selected label.status.small span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header .w-filters-selected label.status.small span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header .w-filters-selected .status.btn-f-s span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header .w-filters-selected .status.btn-f-s span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header .sub-header .w-form label:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header .sub-header .w-double-list label:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .sub-header .w-form .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .sub-header .w-double-list .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header .sub-header .w-form label:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header .sub-header .w-double-list label:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .sub-header .w-form .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .sub-header .w-double-list .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .sub-header .w-form ._account_api .list-results thead .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .sub-header .w-double-list ._account_api .list-results thead .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),.sub-header .w-form ._account_api .liveDashboard .list-results thead .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),.sub-header .w-double-list ._account_api .liveDashboard .list-results thead .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header .block-filters button:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard ._account_api .list-results thead .block-filters .page-header button:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .liveDashboard .list-results thead .page-header .block-filters button:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .liveDashboard .list-results thead .block-filters .page-header button:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard .block-filters ._account_api .list-results thead .page-header button:not(.status-ok):not(.status-error):not(.status-delayed):after,.block-filters ._account_api .liveDashboard .list-results thead .page-header button:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard ._account_api .list-results thead .page-header .block-filters select:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard ._account_api .list-results thead .block-filters .page-header select:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .liveDashboard .list-results thead .page-header .block-filters select:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .liveDashboard .list-results thead .block-filters .page-header select:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard .block-filters ._account_api .list-results thead .page-header select:not(.status-ok):not(.status-error):not(.status-delayed):after,.block-filters ._account_api .liveDashboard .list-results thead .page-header select:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard ._account_api .list-results thead .page-header .form-auto-list .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .form-auto-list .page-header .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header .form-auto-list .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .form-auto-list .page-header .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .form-auto-list ._account_api .list-results thead .page-header .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.form-auto-list ._account_api .liveDashboard .list-results thead .page-header .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header .form-auto-list .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .form-auto-list .page-header .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header .form-auto-list .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .form-auto-list .page-header .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .form-auto-list ._account_api .list-results thead .page-header .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.form-auto-list ._account_api .liveDashboard .list-results thead .page-header .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header .list-results-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .list-results-header .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header .list-results-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .list-results-header .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results-header .status.title ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results-header .status.title ._account_api .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header tr span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead tr .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header tr span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead tr .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .page-header .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .page-header .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .page-header .filter:not(.status-ok):not(.status-error):not(.status-delayed),.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .page-header .filter:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .form-label.status .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .status.status-log .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .status.status-report-item .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .double-list dd.status .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list ._account_api dd.status .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .double-list dt.status .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list ._account_api dt.status .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.form-label.status .liveDashboard ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.status.status-log .liveDashboard ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.status.status-report-item .liveDashboard ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list dd.status .liveDashboard ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list dt.status .liveDashboard ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .sub-header .w-form .liveDashboard .list-results thead .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .sub-header .w-double-list .liveDashboard .list-results thead .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),.sub-header .w-form .liveDashboard ._account_api .list-results thead .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),.sub-header .w-double-list .liveDashboard ._account_api .list-results thead .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .block-filters .liveDashboard .list-results thead .page-header button:not(.status-ok):not(.status-error):not(.status-delayed):after,.block-filters .liveDashboard ._account_api .list-results thead .page-header button:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .block-filters .liveDashboard .list-results thead .page-header select:not(.status-ok):not(.status-error):not(.status-delayed):after,.block-filters .liveDashboard ._account_api .list-results thead .page-header select:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .form-auto-list .liveDashboard .list-results thead .page-header .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.form-auto-list .liveDashboard ._account_api .list-results thead .page-header .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .form-auto-list .liveDashboard .list-results thead .page-header .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.form-auto-list .liveDashboard ._account_api .list-results thead .page-header .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results-header .status.title .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results-header .status.title .liveDashboard ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .page-header .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .page-header .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .page-header .filter:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .filter:not(.status-ok):not(.status-error):not(.status-delayed),.w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .page-header .filter:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .list-results thead .form-label.status span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .list-results thead .status.status-log span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .list-results thead .status.status-report-item span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .list-results thead .double-list dd.status span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .page-header ._account_api .list-results thead dd.status span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .list-results thead .double-list dt.status span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .page-header ._account_api .list-results thead dt.status span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .list-results thead .w-cards-container .w-card .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .page-header ._account_api .list-results thead .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .page-header ._account_api .list-results thead .status.label span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .list-results thead tbody tr.sublist .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .list-results tbody tr.sublist thead .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .form-label.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .status.status-log .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .status.status-report-item .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .double-list dd.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list ._account_api .list-results thead dd.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .double-list dt.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list ._account_api .list-results thead dt.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .w-cards-container .w-card .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card ._account_api .list-results thead .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value ._account_api .list-results thead .status.label .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead tbody tr.sublist .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results tbody tr.sublist thead .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .form-label.status ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .status.status-log ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .status.status-report-item ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .double-list dd.status ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .page-header dd.status ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .double-list dt.status ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .page-header dt.status ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .w-cards-container .w-card .status.title ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .page-header .status.title ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .page-header .status.label ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .list-results tbody tr.sublist .status.title ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results tbody tr.sublist .page-header .status.title ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.form-label.status ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.status.status-log ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.status.status-report-item ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list dd.status ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list dt.status ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .status.title ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results tbody tr.sublist .status.title ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .list-results thead .w-filters-selected label.status.small span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .w-filters-selected label.status.small .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .w-filters-selected label.status.small ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-filters-selected label.status.small ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .list-results thead .w-filters-selected .status.btn-f-s span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .w-filters-selected .status.btn-f-s .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .w-filters-selected .status.btn-f-s ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-filters-selected .status.btn-f-s ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .list-results thead .sub-header .w-form label:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .list-results thead .sub-header .w-double-list label:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .sub-header .w-form .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .sub-header .w-double-list .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .sub-header .w-form ._account_api .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .sub-header .w-double-list ._account_api .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed),.sub-header .w-form ._account_api .list-results thead .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),.sub-header .w-double-list ._account_api .list-results thead .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .list-results thead .block-filters button:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .list-results thead .block-filters .page-header button:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header .block-filters ._account_api .list-results thead button:not(.status-ok):not(.status-error):not(.status-delayed):after,.block-filters ._account_api .list-results thead .page-header button:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header ._account_api .list-results thead .block-filters select:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .list-results thead .block-filters .page-header select:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header .block-filters ._account_api .list-results thead select:not(.status-ok):not(.status-error):not(.status-delayed):after,.block-filters ._account_api .list-results thead .page-header select:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .form-auto-list .page-header .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.form-auto-list ._account_api .list-results thead .page-header .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .form-auto-list .page-header .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.form-auto-list ._account_api .list-results thead .page-header .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .list-results thead .list-results-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .list-results-header .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .list-results-header .status.title ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results-header .status.title ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .list-results thead tr span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead tr .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .sidebar-default.sidebar-default-right .sidebar-default-body .filter-group .filter-checkbox:not(.status-ok):not(.status-error):not(.status-delayed),.sidebar-default.sidebar-default-right .sidebar-default-body .filter-group .page-header .filter-checkbox:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .add-filters-dropdown .w-add-filters-list>div.filter-group .filter-checkbox:not(.status-ok):not(.status-error):not(.status-delayed),.add-filters-dropdown .w-add-filters-list>div.filter-group .page-header .filter-checkbox:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .filter-preset .filter-field-name button:not(.status-ok):not(.status-error):not(.status-delayed),.filter-preset .filter-field-name .page-header button:not(.status-ok):not(.status-error):not(.status-delayed){display:flex}@media(min-width: 768px){.page-header .button-default:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .list-results thead .icon:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .list-results thead .w-alert-banner:not(.status-ok):not(.status-error):not(.status-delayed):before,.page-header .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-dialog.plus .page-header .liveDashboard .list-results thead .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header .liveDashboard .list-results thead .w-toast .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-toast .page-header .liveDashboard .list-results thead .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection .page-header .liveDashboard .list-results thead .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed):before,.page-header .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection .page-header .liveDashboard .list-results thead .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.page-header .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection .page-header .liveDashboard .list-results thead .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed):before,.page-header .liveDashboard .list-results thead .block-filters .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.block-filters .page-header .liveDashboard .list-results thead .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.page-header .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed),.toggleWrapper .page-header .liveDashboard .list-results thead input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .list-results thead tbody span.status:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .list-results tbody thead span.status:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .list-results thead tbody td.is-running span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .list-results tbody td.is-running thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .list-results thead tbody td.is-pending span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .list-results tbody td.is-pending thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .list-results thead .icon:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .list-results thead .w-alert-banner:not(.status-ok):not(.status-error):not(.status-delayed):before,.page-header .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-dialog.plus .page-header .liveDashboard .list-results thead .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header .liveDashboard .list-results thead .w-toast .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-toast .page-header .liveDashboard .list-results thead .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection .page-header .liveDashboard .list-results thead .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed):before,.page-header .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection .page-header .liveDashboard .list-results thead .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.page-header .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection .page-header .liveDashboard .list-results thead .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed):before,.page-header .liveDashboard .list-results thead .block-filters .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.block-filters .page-header .liveDashboard .list-results thead .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.page-header .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed),.toggleWrapper .page-header .liveDashboard .list-results thead input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .list-results thead tbody span.status:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .list-results tbody thead span.status:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .list-results thead tbody td.is-running span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .list-results tbody td.is-running thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .list-results thead tbody td.is-pending span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .list-results tbody td.is-pending thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .page-header .liveDashboard .list-results thead .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .filter:not(.status-ok):not(.status-error):not(.status-delayed),.w-filter-preset.w-filter-preset .filter-preset .page-header .liveDashboard .list-results thead .filter:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .list-results thead .form-label.status span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .list-results thead .status.status-log span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .list-results thead .status.status-report-item span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .list-results thead .double-list dd.status span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .page-header .liveDashboard .list-results thead dd.status span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .list-results thead .double-list dt.status span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .page-header .liveDashboard .list-results thead dt.status span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .list-results thead .w-cards-container .w-card .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .page-header .liveDashboard .list-results thead .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .page-header .liveDashboard .list-results thead .status.label span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .list-results thead tbody tr.sublist .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .list-results tbody tr.sublist thead .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .form-label.status .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .status.status-log .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .status.status-report-item .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .double-list dd.status .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .page-header dd.status .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .double-list dt.status .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .page-header dt.status .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .w-cards-container .w-card .status.title .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .page-header .status.title .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .page-header .status.label .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results tbody tr.sublist .page-header .status.title .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.form-label.status .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.status.status-log .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.status.status-report-item .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list dd.status .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list dt.status .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .status.title .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .status.label .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results tbody tr.sublist .status.title .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .list-results thead .w-filters-selected label.status.small span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .w-filters-selected label.status.small .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-filters-selected label.status.small .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-filters-selected .status.btn-f-s .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .list-results thead .sub-header .w-form label:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .list-results thead .sub-header .w-double-list label:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .sub-header .w-form .liveDashboard .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .sub-header .w-double-list .liveDashboard .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed),.sub-header .w-form .page-header .liveDashboard .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed),.sub-header .w-double-list .page-header .liveDashboard .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .list-results thead .block-filters button:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header .block-filters .liveDashboard .list-results thead button:not(.status-ok):not(.status-error):not(.status-delayed):after,.block-filters .page-header .liveDashboard .list-results thead button:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header .liveDashboard .list-results thead .block-filters select:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header .block-filters .liveDashboard .list-results thead select:not(.status-ok):not(.status-error):not(.status-delayed):after,.block-filters .page-header .liveDashboard .list-results thead select:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.form-auto-list .page-header .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.form-auto-list .page-header .liveDashboard .list-results thead .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .list-results thead .list-results-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .list-results-header .status.title .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results-header .status.title .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .list-results thead tr span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard ._account_api .list-results thead .icon:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard ._account_api .list-results thead .w-alert-banner:not(.status-ok):not(.status-error):not(.status-delayed):before,.page-header .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-dialog.plus .page-header .liveDashboard ._account_api .list-results thead .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-toast .page-header .liveDashboard ._account_api .list-results thead .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection .page-header .liveDashboard ._account_api .list-results thead .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed):before,.page-header .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection .page-header .liveDashboard ._account_api .list-results thead .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.page-header .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection .page-header .liveDashboard ._account_api .list-results thead .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed):before,.page-header .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.block-filters .page-header .liveDashboard ._account_api .list-results thead .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.page-header .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed),.toggleWrapper .page-header .liveDashboard ._account_api .list-results thead input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard ._account_api .list-results thead tbody span.status:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard ._account_api .list-results tbody thead span.status:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard ._account_api .list-results thead tbody td.is-running span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard ._account_api .list-results tbody td.is-running thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard ._account_api .list-results thead tbody td.is-pending span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard ._account_api .list-results tbody td.is-pending thead span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .page-header .liveDashboard .list-results thead .icon:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .page-header .liveDashboard .list-results thead .w-alert-banner:not(.status-ok):not(.status-error):not(.status-delayed):before,._account_api .page-header .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-dialog.plus ._account_api .page-header .liveDashboard .list-results thead .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .page-header .liveDashboard .list-results thead .w-toast .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-toast ._account_api .page-header .liveDashboard .list-results thead .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .page-header .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection ._account_api .page-header .liveDashboard .list-results thead .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed):before,._account_api .page-header .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection ._account_api .page-header .liveDashboard .list-results thead .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,._account_api .page-header .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection ._account_api .page-header .liveDashboard .list-results thead .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed):before,._account_api .page-header .liveDashboard .list-results thead .block-filters .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.block-filters ._account_api .page-header .liveDashboard .list-results thead .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,._account_api .page-header .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed),.toggleWrapper ._account_api .page-header .liveDashboard .list-results thead input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .page-header .liveDashboard .list-results thead tbody span.status:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .page-header .liveDashboard .list-results tbody thead span.status:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .page-header .liveDashboard .list-results thead tbody td.is-running span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .page-header .liveDashboard .list-results tbody td.is-running thead span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .page-header .liveDashboard .list-results thead tbody td.is-pending span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .page-header .liveDashboard .list-results tbody td.is-pending thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .page-header .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header .liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .page-header .liveDashboard .list-results thead .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .page-header .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .filter:not(.status-ok):not(.status-error):not(.status-delayed),.w-filter-preset.w-filter-preset .filter-preset ._account_api .page-header .liveDashboard .list-results thead .filter:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard ._account_api .list-results thead .form-label.status span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard ._account_api .list-results thead .status.status-log span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard ._account_api .list-results thead .status.status-report-item span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard ._account_api .list-results thead .double-list dd.status span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .page-header .liveDashboard ._account_api .list-results thead dd.status span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard ._account_api .list-results thead .double-list dt.status span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .page-header .liveDashboard ._account_api .list-results thead dt.status span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .page-header .liveDashboard ._account_api .list-results thead .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .page-header .liveDashboard ._account_api .list-results thead .status.label span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .page-header .liveDashboard .list-results thead .form-label.status span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .page-header .liveDashboard .list-results thead .status.status-log span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .page-header .liveDashboard .list-results thead .status.status-report-item span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .page-header .liveDashboard .list-results thead .double-list dd.status span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list ._account_api .page-header .liveDashboard .list-results thead dd.status span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .page-header .liveDashboard .list-results thead .double-list dt.status span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list ._account_api .page-header .liveDashboard .list-results thead dt.status span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .page-header .liveDashboard .list-results thead .w-cards-container .w-card .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card ._account_api .page-header .liveDashboard .list-results thead .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .page-header .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value ._account_api .page-header .liveDashboard .list-results thead .status.label span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .page-header .liveDashboard .list-results thead tbody tr.sublist .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .page-header .liveDashboard .list-results tbody tr.sublist thead .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .form-label.status ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .status.status-log ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .status.status-report-item ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .double-list dd.status ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .page-header .liveDashboard dd.status ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .double-list dt.status ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .page-header .liveDashboard dt.status ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .page-header .liveDashboard .status.title ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .page-header .liveDashboard .status.label ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results tbody tr.sublist .page-header .liveDashboard .status.title ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.form-label.status ._account_api .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.status.status-log ._account_api .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.status.status-report-item ._account_api .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list dd.status ._account_api .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list dt.status ._account_api .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .status.title ._account_api .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .status.label ._account_api .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results tbody tr.sublist .status.title ._account_api .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .page-header .liveDashboard .list-results thead .w-filters-selected label.status.small span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-filters-selected label.status.small ._account_api .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .page-header .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-filters-selected .status.btn-f-s ._account_api .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard ._account_api .list-results thead .sub-header .w-form label:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard ._account_api .list-results thead .sub-header .w-double-list label:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .page-header .liveDashboard .list-results thead .sub-header .w-form label:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .page-header .liveDashboard .list-results thead .sub-header .w-double-list label:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .sub-header .w-form ._account_api .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .sub-header .w-double-list ._account_api .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed),.sub-header .w-form ._account_api .page-header .liveDashboard .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed),.sub-header .w-double-list ._account_api .page-header .liveDashboard .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard ._account_api .list-results thead .block-filters button:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .page-header .liveDashboard .list-results thead .block-filters button:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header .liveDashboard .block-filters ._account_api .list-results thead button:not(.status-ok):not(.status-error):not(.status-delayed):after,.block-filters ._account_api .page-header .liveDashboard .list-results thead button:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header .liveDashboard ._account_api .list-results thead .block-filters select:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .page-header .liveDashboard .list-results thead .block-filters select:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header .liveDashboard .block-filters ._account_api .list-results thead select:not(.status-ok):not(.status-error):not(.status-delayed):after,.block-filters ._account_api .page-header .liveDashboard .list-results thead select:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header .liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .page-header .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.form-auto-list ._account_api .page-header .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .page-header .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.form-auto-list ._account_api .page-header .liveDashboard .list-results thead .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard ._account_api .list-results thead .list-results-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .page-header .liveDashboard .list-results thead .list-results-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .list-results-header .status.title ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results-header .status.title ._account_api .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard ._account_api .list-results thead tr span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .page-header .liveDashboard .list-results thead tr span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard ._account_api .list-results thead .icon:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard ._account_api .list-results thead .w-alert-banner:not(.status-ok):not(.status-error):not(.status-delayed):before,.page-header .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-dialog.plus .page-header .liveDashboard ._account_api .list-results thead .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-toast .page-header .liveDashboard ._account_api .list-results thead .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection .page-header .liveDashboard ._account_api .list-results thead .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed):before,.page-header .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection .page-header .liveDashboard ._account_api .list-results thead .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.page-header .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection .page-header .liveDashboard ._account_api .list-results thead .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed):before,.page-header .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.block-filters .page-header .liveDashboard ._account_api .list-results thead .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.page-header .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed),.toggleWrapper .page-header .liveDashboard ._account_api .list-results thead input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard ._account_api .list-results thead tbody span.status:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard ._account_api .list-results tbody thead span.status:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard ._account_api .list-results thead tbody td.is-running span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard ._account_api .list-results tbody td.is-running thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard ._account_api .list-results thead tbody td.is-pending span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard ._account_api .list-results tbody td.is-pending thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .liveDashboard .list-results thead .icon:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .liveDashboard .list-results thead .w-alert-banner:not(.status-ok):not(.status-error):not(.status-delayed):before,.page-header ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-dialog.plus .page-header ._account_api .liveDashboard .list-results thead .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-toast .page-header ._account_api .liveDashboard .list-results thead .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection .page-header ._account_api .liveDashboard .list-results thead .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed):before,.page-header ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection .page-header ._account_api .liveDashboard .list-results thead .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.page-header ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection .page-header ._account_api .liveDashboard .list-results thead .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed):before,.page-header ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.block-filters .page-header ._account_api .liveDashboard .list-results thead .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.page-header ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed),.toggleWrapper .page-header ._account_api .liveDashboard .list-results thead input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .liveDashboard .list-results thead tbody span.status:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .liveDashboard .list-results tbody thead span.status:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .liveDashboard .list-results thead tbody td.is-running span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .liveDashboard .list-results tbody td.is-running thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .liveDashboard .list-results thead tbody td.is-pending span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .liveDashboard .list-results tbody td.is-pending thead span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .page-header .liveDashboard .list-results thead .icon:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .page-header .liveDashboard .list-results thead .w-alert-banner:not(.status-ok):not(.status-error):not(.status-delayed):before,._account_api .page-header .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-dialog.plus ._account_api .page-header .liveDashboard .list-results thead .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .page-header .liveDashboard .list-results thead .w-toast .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-toast ._account_api .page-header .liveDashboard .list-results thead .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .page-header .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection ._account_api .page-header .liveDashboard .list-results thead .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed):before,._account_api .page-header .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection ._account_api .page-header .liveDashboard .list-results thead .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,._account_api .page-header .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection ._account_api .page-header .liveDashboard .list-results thead .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed):before,._account_api .page-header .liveDashboard .list-results thead .block-filters .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.block-filters ._account_api .page-header .liveDashboard .list-results thead .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,._account_api .page-header .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed),.toggleWrapper ._account_api .page-header .liveDashboard .list-results thead input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .page-header .liveDashboard .list-results thead tbody span.status:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .page-header .liveDashboard .list-results tbody thead span.status:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .page-header .liveDashboard .list-results thead tbody td.is-running span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .page-header .liveDashboard .list-results tbody td.is-running thead span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .page-header .liveDashboard .list-results thead tbody td.is-pending span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .page-header .liveDashboard .list-results tbody td.is-pending thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header ._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .page-header .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header .liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .page-header .liveDashboard .list-results thead .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .page-header .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .filter:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .filter:not(.status-ok):not(.status-error):not(.status-delayed),.w-filter-preset.w-filter-preset .filter-preset ._account_api .page-header .liveDashboard .list-results thead .filter:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard ._account_api .list-results thead .form-label.status span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard ._account_api .list-results thead .status.status-log span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard ._account_api .list-results thead .status.status-report-item span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard ._account_api .list-results thead .double-list dd.status span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .page-header .liveDashboard ._account_api .list-results thead dd.status span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard ._account_api .list-results thead .double-list dt.status span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .page-header .liveDashboard ._account_api .list-results thead dt.status span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .page-header .liveDashboard ._account_api .list-results thead .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .page-header .liveDashboard ._account_api .list-results thead .status.label span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .liveDashboard .list-results thead .form-label.status span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .liveDashboard .list-results thead .status.status-log span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .liveDashboard .list-results thead .status.status-report-item span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .liveDashboard .list-results thead .double-list dd.status span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .page-header ._account_api .liveDashboard .list-results thead dd.status span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .liveDashboard .list-results thead .double-list dt.status span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .page-header ._account_api .liveDashboard .list-results thead dt.status span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .page-header ._account_api .liveDashboard .list-results thead .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .page-header ._account_api .liveDashboard .list-results thead .status.label span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .page-header .liveDashboard .list-results thead .form-label.status span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .page-header .liveDashboard .list-results thead .status.status-log span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .page-header .liveDashboard .list-results thead .status.status-report-item span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .page-header .liveDashboard .list-results thead .double-list dd.status span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list ._account_api .page-header .liveDashboard .list-results thead dd.status span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .page-header .liveDashboard .list-results thead .double-list dt.status span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list ._account_api .page-header .liveDashboard .list-results thead dt.status span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .page-header .liveDashboard .list-results thead .w-cards-container .w-card .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card ._account_api .page-header .liveDashboard .list-results thead .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .page-header .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value ._account_api .page-header .liveDashboard .list-results thead .status.label span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .page-header .liveDashboard .list-results thead tbody tr.sublist .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .page-header .liveDashboard .list-results tbody tr.sublist thead .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .form-label.status ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .status.status-log ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .status.status-report-item ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .double-list dd.status ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .page-header .liveDashboard dd.status ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .double-list dt.status ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .page-header .liveDashboard dt.status ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .page-header .liveDashboard .status.title ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .page-header .liveDashboard .status.label ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results tbody tr.sublist .page-header .liveDashboard .status.title ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .form-label.status ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .status.status-log ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .status.status-report-item ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .double-list dd.status ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .page-header dd.status ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .double-list dt.status ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .page-header dt.status ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .page-header .status.title ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .page-header .status.label ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results tbody tr.sublist .page-header .status.title ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.form-label.status ._account_api .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.status.status-log ._account_api .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.status.status-report-item ._account_api .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list dd.status ._account_api .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list dt.status ._account_api .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .status.title ._account_api .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .status.label ._account_api .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results tbody tr.sublist .status.title ._account_api .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .page-header .liveDashboard .list-results thead .w-filters-selected label.status.small span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-filters-selected label.status.small ._account_api .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .page-header .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-filters-selected .status.btn-f-s ._account_api .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard ._account_api .list-results thead .sub-header .w-form label:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard ._account_api .list-results thead .sub-header .w-double-list label:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .liveDashboard .list-results thead .sub-header .w-form label:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .liveDashboard .list-results thead .sub-header .w-double-list label:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .page-header .liveDashboard .list-results thead .sub-header .w-form label:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .page-header .liveDashboard .list-results thead .sub-header .w-double-list label:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .sub-header .w-form ._account_api .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .sub-header .w-double-list ._account_api .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .sub-header .w-form ._account_api .liveDashboard .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .sub-header .w-double-list ._account_api .liveDashboard .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed),.sub-header .w-form ._account_api .page-header .liveDashboard .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed),.sub-header .w-double-list ._account_api .page-header .liveDashboard .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard ._account_api .list-results thead .block-filters button:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header ._account_api .liveDashboard .list-results thead .block-filters button:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .page-header .liveDashboard .list-results thead .block-filters button:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header .liveDashboard .block-filters ._account_api .list-results thead button:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header .block-filters ._account_api .liveDashboard .list-results thead button:not(.status-ok):not(.status-error):not(.status-delayed):after,.block-filters ._account_api .page-header .liveDashboard .list-results thead button:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header .liveDashboard ._account_api .list-results thead .block-filters select:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header ._account_api .liveDashboard .list-results thead .block-filters select:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .page-header .liveDashboard .list-results thead .block-filters select:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header .liveDashboard .block-filters ._account_api .list-results thead select:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header .block-filters ._account_api .liveDashboard .list-results thead select:not(.status-ok):not(.status-error):not(.status-delayed):after,.block-filters ._account_api .page-header .liveDashboard .list-results thead select:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header .liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .page-header .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .form-auto-list ._account_api .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.form-auto-list ._account_api .page-header .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .page-header .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .form-auto-list ._account_api .liveDashboard .list-results thead .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.form-auto-list ._account_api .page-header .liveDashboard .list-results thead .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard ._account_api .list-results thead .list-results-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .liveDashboard .list-results thead .list-results-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .page-header .liveDashboard .list-results thead .list-results-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .list-results-header .status.title ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .list-results-header .status.title ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results-header .status.title ._account_api .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard ._account_api .list-results thead tr span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .liveDashboard .list-results thead tr span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .page-header .liveDashboard .list-results thead tr span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .page-header .liveDashboard .list-results thead .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .page-header .liveDashboard ._account_api .list-results thead .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header ._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .filter:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .w-filter-preset.w-filter-preset .filter-preset .page-header .liveDashboard .list-results thead .filter:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .filter:not(.status-ok):not(.status-error):not(.status-delayed),.w-filter-preset.w-filter-preset .filter-preset .page-header .liveDashboard ._account_api .list-results thead .filter:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .form-label.status .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .status.status-log .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .status.status-report-item .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .double-list dd.status .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .page-header ._account_api dd.status .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .double-list dt.status .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .page-header ._account_api dt.status .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .page-header ._account_api .status.title .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .page-header ._account_api .status.label .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results tbody tr.sublist .page-header ._account_api .status.title .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .form-label.status .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .status.status-log .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .status.status-report-item .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .double-list dd.status .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list ._account_api dd.status .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .double-list dt.status .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list ._account_api dt.status .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .w-cards-container .w-card .status.title .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card ._account_api .status.title .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .w-cards-container .w-card.centered .w-value .status.label .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value ._account_api .status.label .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results tbody tr.sublist .status.title .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results tbody tr.sublist ._account_api .status.title .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .form-label.status .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .status.status-log .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .status.status-report-item .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .double-list dd.status .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .page-header dd.status .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .double-list dt.status .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .page-header dt.status .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .page-header .status.title .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .page-header .status.label .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results tbody tr.sublist .page-header .status.title .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.form-label.status .page-header .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.status.status-log .page-header .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.status.status-report-item .page-header .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list dd.status .page-header .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list dt.status .page-header .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .status.title .page-header .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .status.label .page-header .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results tbody tr.sublist .status.title .page-header .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .w-filters-selected label.status.small .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-filters-selected label.status.small .page-header .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .w-filters-selected .status.btn-f-s .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-filters-selected .status.btn-f-s .page-header .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .sub-header .w-form .liveDashboard .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .sub-header .w-double-list .liveDashboard .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .sub-header .w-form .page-header .liveDashboard .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .sub-header .w-double-list .page-header .liveDashboard .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .sub-header .w-form .liveDashboard ._account_api .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .sub-header .w-double-list .liveDashboard ._account_api .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed),.sub-header .w-form .page-header .liveDashboard ._account_api .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed),.sub-header .w-double-list .page-header .liveDashboard ._account_api .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .block-filters .liveDashboard .list-results thead button:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .block-filters .page-header .liveDashboard .list-results thead button:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header .block-filters .liveDashboard ._account_api .list-results thead button:not(.status-ok):not(.status-error):not(.status-delayed):after,.block-filters .page-header .liveDashboard ._account_api .list-results thead button:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header ._account_api .block-filters .liveDashboard .list-results thead select:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .block-filters .page-header .liveDashboard .list-results thead select:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header .block-filters .liveDashboard ._account_api .list-results thead select:not(.status-ok):not(.status-error):not(.status-delayed):after,.block-filters .page-header .liveDashboard ._account_api .list-results thead select:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header ._account_api .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .form-auto-list .page-header .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .form-auto-list .liveDashboard ._account_api .list-results thead .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.form-auto-list .page-header .liveDashboard ._account_api .list-results thead .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .form-auto-list .page-header .liveDashboard .list-results thead .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .form-auto-list .liveDashboard ._account_api .list-results thead .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.form-auto-list .page-header .liveDashboard ._account_api .list-results thead .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .list-results-header .status.title .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results-header .status.title .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .list-results-header .status.title .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results-header .status.title .page-header .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .page-header .icon:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .page-header .w-alert-banner:not(.status-ok):not(.status-error):not(.status-delayed):before,.liveDashboard .list-results thead .page-header .w-dialog.plus .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-dialog.plus .liveDashboard .list-results thead .page-header .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard .list-results thead .page-header .w-toast .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-toast .liveDashboard .list-results thead .page-header .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard .list-results thead .page-header .w-time-period .dropdown .w-selection .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .page-header .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed):before,.liveDashboard .list-results thead .page-header .w-time-period .dropdown .w-selection .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .page-header .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.liveDashboard .list-results thead .page-header .w-time-period .dropdown .w-selection .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .page-header .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed):before,.liveDashboard .list-results thead .page-header .block-filters .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.block-filters .liveDashboard .list-results thead .page-header .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.liveDashboard .list-results thead .page-header .toggleWrapper input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed),.toggleWrapper .liveDashboard .list-results thead .page-header input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .page-header tbody span.status:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results tbody thead .page-header span.status:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .page-header tbody td.is-running span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results tbody td.is-running thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .page-header tbody td.is-pending span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results tbody td.is-pending thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .page-header .icon:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .page-header .w-alert-banner:not(.status-ok):not(.status-error):not(.status-delayed):before,.liveDashboard .list-results thead .page-header .w-dialog.plus .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-dialog.plus .liveDashboard .list-results thead .page-header .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard .list-results thead .page-header .w-toast .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-toast .liveDashboard .list-results thead .page-header .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard .list-results thead .page-header .w-time-period .dropdown .w-selection .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .page-header .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed):before,.liveDashboard .list-results thead .page-header .w-time-period .dropdown .w-selection .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .page-header .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.liveDashboard .list-results thead .page-header .w-time-period .dropdown .w-selection .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .page-header .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed):before,.liveDashboard .list-results thead .page-header .block-filters .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.block-filters .liveDashboard .list-results thead .page-header .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.liveDashboard .list-results thead .page-header .toggleWrapper input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed),.toggleWrapper .liveDashboard .list-results thead .page-header input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .page-header tbody span.status:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results tbody thead .page-header span.status:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .page-header tbody td.is-running span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results tbody td.is-running thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .page-header tbody td.is-pending span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results tbody td.is-pending thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .page-header .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .page-header .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .page-header .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard .list-results thead .page-header .w-filter-preset.w-filter-preset .filter-preset .filter:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .page-header .filter:not(.status-ok):not(.status-error):not(.status-delayed),.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .page-header .filter:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .page-header .form-label.status span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .page-header .status.status-log span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .page-header .status.status-report-item span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .page-header .double-list dd.status span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .liveDashboard .list-results thead .page-header dd.status span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .page-header .double-list dt.status span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .liveDashboard .list-results thead .page-header dt.status span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .page-header .w-cards-container .w-card .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .liveDashboard .list-results thead .page-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .page-header .w-cards-container .w-card.centered .w-value .status.label span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .liveDashboard .list-results thead .page-header .status.label span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .page-header tbody tr.sublist .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results tbody tr.sublist thead .page-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .form-label.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .status.status-log .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .status.status-report-item .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .double-list dd.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .liveDashboard .list-results thead dd.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .double-list dt.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .liveDashboard .list-results thead dt.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .w-cards-container .w-card .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .liveDashboard .list-results thead .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .liveDashboard .list-results thead .status.label .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead tbody tr.sublist .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results tbody tr.sublist thead .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.form-label.status .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.status.status-log .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.status.status-report-item .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list dd.status .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list dt.status .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .status.title .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results tbody tr.sublist .status.title .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .page-header .w-filters-selected label.status.small span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .w-filters-selected label.status.small .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-filters-selected label.status.small .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .page-header .w-filters-selected .status.btn-f-s span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-filters-selected .status.btn-f-s .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .page-header .sub-header .w-form label:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .page-header .sub-header .w-double-list label:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .sub-header .w-form .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .sub-header .w-double-list .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),.sub-header .w-form .liveDashboard .list-results thead .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),.sub-header .w-double-list .liveDashboard .list-results thead .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .page-header .block-filters button:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard .list-results thead .block-filters .page-header button:not(.status-ok):not(.status-error):not(.status-delayed):after,.block-filters .liveDashboard .list-results thead .page-header button:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard .list-results thead .page-header .block-filters select:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard .list-results thead .block-filters .page-header select:not(.status-ok):not(.status-error):not(.status-delayed):after,.block-filters .liveDashboard .list-results thead .page-header select:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard .list-results thead .page-header .form-auto-list .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .form-auto-list .page-header .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.form-auto-list .liveDashboard .list-results thead .page-header .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .page-header .form-auto-list .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .form-auto-list .page-header .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.form-auto-list .liveDashboard .list-results thead .page-header .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .page-header .list-results-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .list-results-header .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results-header .status.title .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .page-header tr span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead tr .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header .icon:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header .w-alert-banner:not(.status-ok):not(.status-error):not(.status-delayed):before,.liveDashboard ._account_api .list-results thead .page-header .w-dialog.plus .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .page-header .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard ._account_api .list-results thead .page-header .w-toast .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-toast .liveDashboard ._account_api .list-results thead .page-header .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard ._account_api .list-results thead .page-header .w-time-period .dropdown .w-selection .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .page-header .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed):before,.liveDashboard ._account_api .list-results thead .page-header .w-time-period .dropdown .w-selection .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .page-header .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.liveDashboard ._account_api .list-results thead .page-header .w-time-period .dropdown .w-selection .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .page-header .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed):before,.liveDashboard ._account_api .list-results thead .page-header .block-filters .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.block-filters .liveDashboard ._account_api .list-results thead .page-header .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.liveDashboard ._account_api .list-results thead .page-header .toggleWrapper input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed),.toggleWrapper .liveDashboard ._account_api .list-results thead .page-header input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header tbody span.status:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results tbody thead .page-header span.status:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header tbody td.is-running span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results tbody td.is-running thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header tbody td.is-pending span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results tbody td.is-pending thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header .icon:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header .w-alert-banner:not(.status-ok):not(.status-error):not(.status-delayed):before,._account_api .liveDashboard .list-results thead .page-header .w-dialog.plus .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .page-header .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .liveDashboard .list-results thead .page-header .w-toast .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-toast ._account_api .liveDashboard .list-results thead .page-header .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .liveDashboard .list-results thead .page-header .w-time-period .dropdown .w-selection .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .page-header .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed):before,._account_api .liveDashboard .list-results thead .page-header .w-time-period .dropdown .w-selection .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .page-header .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,._account_api .liveDashboard .list-results thead .page-header .w-time-period .dropdown .w-selection .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .page-header .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed):before,._account_api .liveDashboard .list-results thead .page-header .block-filters .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.block-filters ._account_api .liveDashboard .list-results thead .page-header .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,._account_api .liveDashboard .list-results thead .page-header .toggleWrapper input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed),.toggleWrapper ._account_api .liveDashboard .list-results thead .page-header input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header tbody span.status:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results tbody thead .page-header span.status:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header tbody td.is-running span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results tbody td.is-running thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header tbody td.is-pending span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results tbody td.is-pending thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .liveDashboard .list-results thead .page-header .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .page-header .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .page-header .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .page-header .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .page-header .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard ._account_api .list-results thead .page-header .w-filter-preset.w-filter-preset .filter-preset .filter:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header .w-filter-preset.w-filter-preset .filter-preset .filter:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .page-header .filter:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .page-header .filter:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .page-header .filter:not(.status-ok):not(.status-error):not(.status-delayed),.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .page-header .filter:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header .form-label.status span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header .status.status-log span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header .status.status-report-item span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header .double-list dd.status span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .liveDashboard ._account_api .list-results thead .page-header dd.status span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header .double-list dt.status span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .liveDashboard ._account_api .list-results thead .page-header dt.status span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header .w-cards-container .w-card .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .page-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header .w-cards-container .w-card.centered .w-value .status.label span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .page-header .status.label span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header tbody tr.sublist .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results tbody tr.sublist thead .page-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header .form-label.status span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header .status.status-log span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header .status.status-report-item span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header .double-list dd.status span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list ._account_api .liveDashboard .list-results thead .page-header dd.status span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header .double-list dt.status span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list ._account_api .liveDashboard .list-results thead .page-header dt.status span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header .w-cards-container .w-card .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .page-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header .w-cards-container .w-card.centered .w-value .status.label span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .page-header .status.label span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header tbody tr.sublist .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results tbody tr.sublist thead .page-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .form-label.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .status.status-log .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .status.status-report-item .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .double-list dd.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .liveDashboard ._account_api .list-results thead dd.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .double-list dt.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .liveDashboard ._account_api .list-results thead dt.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .form-label.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .status.status-log .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .status.status-report-item .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .double-list dd.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list ._account_api .liveDashboard .list-results thead dd.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .double-list dt.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list ._account_api .liveDashboard .list-results thead dt.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .form-label.status ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .status.status-log ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .status.status-report-item ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .double-list dd.status ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .liveDashboard dd.status ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .double-list dt.status ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .liveDashboard dt.status ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.form-label.status ._account_api .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.status.status-log ._account_api .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.status.status-report-item ._account_api .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list dd.status ._account_api .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list dt.status ._account_api .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header .w-filters-selected label.status.small span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header .w-filters-selected label.status.small span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header .w-filters-selected .status.btn-f-s span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header .w-filters-selected .status.btn-f-s span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header .sub-header .w-form label:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header .sub-header .w-double-list label:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header .sub-header .w-form label:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header .sub-header .w-double-list label:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .sub-header .w-form .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .sub-header .w-double-list .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .sub-header .w-form .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .sub-header .w-double-list .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .sub-header .w-form ._account_api .list-results thead .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .sub-header .w-double-list ._account_api .list-results thead .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),.sub-header .w-form ._account_api .liveDashboard .list-results thead .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),.sub-header .w-double-list ._account_api .liveDashboard .list-results thead .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header .block-filters button:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .liveDashboard .list-results thead .page-header .block-filters button:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard ._account_api .list-results thead .block-filters .page-header button:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .liveDashboard .list-results thead .block-filters .page-header button:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard .block-filters ._account_api .list-results thead .page-header button:not(.status-ok):not(.status-error):not(.status-delayed):after,.block-filters ._account_api .liveDashboard .list-results thead .page-header button:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard ._account_api .list-results thead .page-header .block-filters select:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .liveDashboard .list-results thead .page-header .block-filters select:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard ._account_api .list-results thead .block-filters .page-header select:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .liveDashboard .list-results thead .block-filters .page-header select:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard .block-filters ._account_api .list-results thead .page-header select:not(.status-ok):not(.status-error):not(.status-delayed):after,.block-filters ._account_api .liveDashboard .list-results thead .page-header select:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard ._account_api .list-results thead .page-header .form-auto-list .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header .form-auto-list .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .form-auto-list .page-header .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .form-auto-list .page-header .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .form-auto-list ._account_api .list-results thead .page-header .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.form-auto-list ._account_api .liveDashboard .list-results thead .page-header .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header .form-auto-list .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header .form-auto-list .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .form-auto-list .page-header .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .form-auto-list .page-header .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .form-auto-list ._account_api .list-results thead .page-header .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.form-auto-list ._account_api .liveDashboard .list-results thead .page-header .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header .list-results-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header .list-results-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .list-results-header .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .list-results-header .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results-header .status.title ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results-header .status.title ._account_api .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header tr span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header tr span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead tr .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead tr .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header .icon:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header .w-alert-banner:not(.status-ok):not(.status-error):not(.status-delayed):before,.liveDashboard ._account_api .list-results thead .page-header .w-dialog.plus .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .page-header .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard ._account_api .list-results thead .page-header .w-toast .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-toast .liveDashboard ._account_api .list-results thead .page-header .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard ._account_api .list-results thead .page-header .w-time-period .dropdown .w-selection .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .page-header .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed):before,.liveDashboard ._account_api .list-results thead .page-header .w-time-period .dropdown .w-selection .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .page-header .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.liveDashboard ._account_api .list-results thead .page-header .w-time-period .dropdown .w-selection .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .page-header .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed):before,.liveDashboard ._account_api .list-results thead .page-header .block-filters .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.block-filters .liveDashboard ._account_api .list-results thead .page-header .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.liveDashboard ._account_api .list-results thead .page-header .toggleWrapper input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed),.toggleWrapper .liveDashboard ._account_api .list-results thead .page-header input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header tbody span.status:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results tbody thead .page-header span.status:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header tbody td.is-running span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results tbody td.is-running thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header tbody td.is-pending span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results tbody td.is-pending thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header .icon:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header .w-alert-banner:not(.status-ok):not(.status-error):not(.status-delayed):before,._account_api .liveDashboard .list-results thead .page-header .w-dialog.plus .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .page-header .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .liveDashboard .list-results thead .page-header .w-toast .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-toast ._account_api .liveDashboard .list-results thead .page-header .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .liveDashboard .list-results thead .page-header .w-time-period .dropdown .w-selection .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .page-header .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed):before,._account_api .liveDashboard .list-results thead .page-header .w-time-period .dropdown .w-selection .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .page-header .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,._account_api .liveDashboard .list-results thead .page-header .w-time-period .dropdown .w-selection .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .page-header .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed):before,._account_api .liveDashboard .list-results thead .page-header .block-filters .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.block-filters ._account_api .liveDashboard .list-results thead .page-header .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,._account_api .liveDashboard .list-results thead .page-header .toggleWrapper input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed),.toggleWrapper ._account_api .liveDashboard .list-results thead .page-header input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header tbody span.status:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results tbody thead .page-header span.status:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header tbody td.is-running span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results tbody td.is-running thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header tbody td.is-pending span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results tbody td.is-pending thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .page-header .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .liveDashboard .list-results thead .page-header .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .page-header .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .page-header .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .page-header .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard ._account_api .list-results thead .page-header .w-filter-preset.w-filter-preset .filter-preset .filter:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .page-header .filter:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header .w-filter-preset.w-filter-preset .filter-preset .filter:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .page-header .filter:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .page-header .filter:not(.status-ok):not(.status-error):not(.status-delayed),.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .page-header .filter:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header .form-label.status span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header .status.status-log span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header .status.status-report-item span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header .double-list dd.status span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .liveDashboard ._account_api .list-results thead .page-header dd.status span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header .double-list dt.status span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .liveDashboard ._account_api .list-results thead .page-header dt.status span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header .w-cards-container .w-card .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .page-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header .w-cards-container .w-card.centered .w-value .status.label span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .page-header .status.label span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header tbody tr.sublist .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results tbody tr.sublist thead .page-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .form-label.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .status.status-log .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .status.status-report-item .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .double-list dd.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .liveDashboard ._account_api .list-results thead dd.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .double-list dt.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .liveDashboard ._account_api .list-results thead dt.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header .form-label.status span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header .status.status-log span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header .status.status-report-item span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header .double-list dd.status span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list ._account_api .liveDashboard .list-results thead .page-header dd.status span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header .double-list dt.status span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list ._account_api .liveDashboard .list-results thead .page-header dt.status span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header .w-cards-container .w-card .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .page-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header .w-cards-container .w-card.centered .w-value .status.label span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .page-header .status.label span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header tbody tr.sublist .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results tbody tr.sublist thead .page-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .form-label.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .status.status-log .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .status.status-report-item .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .double-list dd.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list ._account_api .liveDashboard .list-results thead dd.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .double-list dt.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list ._account_api .liveDashboard .list-results thead dt.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .form-label.status ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .status.status-log ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .status.status-report-item ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .double-list dd.status ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .liveDashboard dd.status ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .double-list dt.status ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .liveDashboard dt.status ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.form-label.status ._account_api .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.status.status-log ._account_api .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.status.status-report-item ._account_api .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list dd.status ._account_api .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list dt.status ._account_api .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header .w-filters-selected label.status.small span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header .w-filters-selected label.status.small span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header .w-filters-selected .status.btn-f-s span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header .w-filters-selected .status.btn-f-s span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header .sub-header .w-form label:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header .sub-header .w-double-list label:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .sub-header .w-form .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .sub-header .w-double-list .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header .sub-header .w-form label:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header .sub-header .w-double-list label:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .sub-header .w-form .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .sub-header .w-double-list .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .sub-header .w-form ._account_api .list-results thead .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .sub-header .w-double-list ._account_api .list-results thead .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),.sub-header .w-form ._account_api .liveDashboard .list-results thead .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),.sub-header .w-double-list ._account_api .liveDashboard .list-results thead .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header .block-filters button:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard ._account_api .list-results thead .block-filters .page-header button:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .liveDashboard .list-results thead .page-header .block-filters button:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .liveDashboard .list-results thead .block-filters .page-header button:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard .block-filters ._account_api .list-results thead .page-header button:not(.status-ok):not(.status-error):not(.status-delayed):after,.block-filters ._account_api .liveDashboard .list-results thead .page-header button:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard ._account_api .list-results thead .page-header .block-filters select:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard ._account_api .list-results thead .block-filters .page-header select:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .liveDashboard .list-results thead .page-header .block-filters select:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .liveDashboard .list-results thead .block-filters .page-header select:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard .block-filters ._account_api .list-results thead .page-header select:not(.status-ok):not(.status-error):not(.status-delayed):after,.block-filters ._account_api .liveDashboard .list-results thead .page-header select:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard ._account_api .list-results thead .page-header .form-auto-list .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .form-auto-list .page-header .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header .form-auto-list .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .form-auto-list .page-header .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .form-auto-list ._account_api .list-results thead .page-header .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.form-auto-list ._account_api .liveDashboard .list-results thead .page-header .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header .form-auto-list .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .form-auto-list .page-header .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header .form-auto-list .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .form-auto-list .page-header .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .form-auto-list ._account_api .list-results thead .page-header .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.form-auto-list ._account_api .liveDashboard .list-results thead .page-header .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header .list-results-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .list-results-header .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header .list-results-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .list-results-header .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results-header .status.title ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results-header .status.title ._account_api .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header tr span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead tr .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header tr span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead tr .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .page-header .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .page-header .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .page-header .filter:not(.status-ok):not(.status-error):not(.status-delayed),.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .page-header .filter:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .form-label.status .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .status.status-log .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .status.status-report-item .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .double-list dd.status .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list ._account_api dd.status .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .double-list dt.status .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list ._account_api dt.status .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.form-label.status .liveDashboard ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.status.status-log .liveDashboard ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.status.status-report-item .liveDashboard ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list dd.status .liveDashboard ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list dt.status .liveDashboard ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .sub-header .w-form .liveDashboard .list-results thead .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .sub-header .w-double-list .liveDashboard .list-results thead .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),.sub-header .w-form .liveDashboard ._account_api .list-results thead .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),.sub-header .w-double-list .liveDashboard ._account_api .list-results thead .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .block-filters .liveDashboard .list-results thead .page-header button:not(.status-ok):not(.status-error):not(.status-delayed):after,.block-filters .liveDashboard ._account_api .list-results thead .page-header button:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .block-filters .liveDashboard .list-results thead .page-header select:not(.status-ok):not(.status-error):not(.status-delayed):after,.block-filters .liveDashboard ._account_api .list-results thead .page-header select:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .form-auto-list .liveDashboard .list-results thead .page-header .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.form-auto-list .liveDashboard ._account_api .list-results thead .page-header .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .form-auto-list .liveDashboard .list-results thead .page-header .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.form-auto-list .liveDashboard ._account_api .list-results thead .page-header .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results-header .status.title .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results-header .status.title .liveDashboard ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .page-header .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .page-header .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .page-header .filter:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .filter:not(.status-ok):not(.status-error):not(.status-delayed),.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .page-header .filter:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .list-results thead .form-label.status span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .list-results thead .status.status-log span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .list-results thead .status.status-report-item span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .list-results thead .double-list dd.status span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .page-header .liveDashboard .list-results thead dd.status span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .list-results thead .double-list dt.status span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .page-header .liveDashboard .list-results thead dt.status span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .list-results thead .w-cards-container .w-card .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .page-header .liveDashboard .list-results thead .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .page-header .liveDashboard .list-results thead .status.label span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .list-results thead tbody tr.sublist .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .list-results tbody tr.sublist thead .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .form-label.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .status.status-log .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .status.status-report-item .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .double-list dd.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .liveDashboard .list-results thead dd.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .double-list dt.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .liveDashboard .list-results thead dt.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .w-cards-container .w-card .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .liveDashboard .list-results thead .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .liveDashboard .list-results thead .status.label .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead tbody tr.sublist .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results tbody tr.sublist thead .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .form-label.status .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .status.status-log .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .status.status-report-item .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .double-list dd.status .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .page-header dd.status .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .double-list dt.status .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .page-header dt.status .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .w-cards-container .w-card .status.title .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .page-header .status.title .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .page-header .status.label .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results tbody tr.sublist .page-header .status.title .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.form-label.status .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.status.status-log .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.status.status-report-item .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list dd.status .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list dt.status .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .status.title .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results tbody tr.sublist .status.title .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .list-results thead .w-filters-selected label.status.small span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .w-filters-selected label.status.small .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .w-filters-selected label.status.small .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-filters-selected label.status.small .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-filters-selected .status.btn-f-s .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .list-results thead .sub-header .w-form label:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .list-results thead .sub-header .w-double-list label:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .sub-header .w-form .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .sub-header .w-double-list .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .sub-header .w-form .liveDashboard .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .sub-header .w-double-list .liveDashboard .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed),.sub-header .w-form .liveDashboard .list-results thead .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),.sub-header .w-double-list .liveDashboard .list-results thead .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .list-results thead .block-filters button:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard .list-results thead .block-filters .page-header button:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header .block-filters .liveDashboard .list-results thead button:not(.status-ok):not(.status-error):not(.status-delayed):after,.block-filters .liveDashboard .list-results thead .page-header button:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header .liveDashboard .list-results thead .block-filters select:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard .list-results thead .block-filters .page-header select:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header .block-filters .liveDashboard .list-results thead select:not(.status-ok):not(.status-error):not(.status-delayed):after,.block-filters .liveDashboard .list-results thead .page-header select:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .form-auto-list .page-header .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.form-auto-list .liveDashboard .list-results thead .page-header .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .form-auto-list .page-header .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.form-auto-list .liveDashboard .list-results thead .page-header .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .list-results thead .list-results-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .list-results-header .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .list-results-header .status.title .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results-header .status.title .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .list-results thead tr span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead tr .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .list-results thead .icon:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .list-results thead .w-alert-banner:not(.status-ok):not(.status-error):not(.status-delayed):before,.page-header ._account_api .list-results thead .w-dialog.plus .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-dialog.plus .page-header ._account_api .list-results thead .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header ._account_api .list-results thead .w-toast .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-toast .page-header ._account_api .list-results thead .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection .page-header ._account_api .list-results thead .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed):before,.page-header ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection .page-header ._account_api .list-results thead .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.page-header ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection .page-header ._account_api .list-results thead .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed):before,.page-header ._account_api .list-results thead .block-filters .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.block-filters .page-header ._account_api .list-results thead .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.page-header ._account_api .list-results thead .toggleWrapper input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed),.toggleWrapper .page-header ._account_api .list-results thead input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .list-results thead tbody span.status:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .list-results tbody thead span.status:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .list-results thead tbody td.is-running span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .list-results tbody td.is-running thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .list-results thead tbody td.is-pending span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .list-results tbody td.is-pending thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .liveDashboard .list-results thead .icon:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .liveDashboard .list-results thead .w-alert-banner:not(.status-ok):not(.status-error):not(.status-delayed):before,.page-header ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-dialog.plus .page-header ._account_api .liveDashboard .list-results thead .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-toast .page-header ._account_api .liveDashboard .list-results thead .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection .page-header ._account_api .liveDashboard .list-results thead .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed):before,.page-header ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection .page-header ._account_api .liveDashboard .list-results thead .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.page-header ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection .page-header ._account_api .liveDashboard .list-results thead .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed):before,.page-header ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.block-filters .page-header ._account_api .liveDashboard .list-results thead .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.page-header ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed),.toggleWrapper .page-header ._account_api .liveDashboard .list-results thead input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .liveDashboard .list-results thead tbody span.status:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .liveDashboard .list-results tbody thead span.status:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .liveDashboard .list-results thead tbody td.is-running span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .liveDashboard .list-results tbody td.is-running thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .liveDashboard .list-results thead tbody td.is-pending span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .liveDashboard .list-results tbody td.is-pending thead span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .page-header ._account_api .list-results thead .icon:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .page-header ._account_api .list-results thead .w-alert-banner:not(.status-ok):not(.status-error):not(.status-delayed):before,.liveDashboard .page-header ._account_api .list-results thead .w-dialog.plus .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-dialog.plus .liveDashboard .page-header ._account_api .list-results thead .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard .page-header ._account_api .list-results thead .w-toast .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-toast .liveDashboard .page-header ._account_api .list-results thead .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard .page-header ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection .liveDashboard .page-header ._account_api .list-results thead .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed):before,.liveDashboard .page-header ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection .liveDashboard .page-header ._account_api .list-results thead .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.liveDashboard .page-header ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection .liveDashboard .page-header ._account_api .list-results thead .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed):before,.liveDashboard .page-header ._account_api .list-results thead .block-filters .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.block-filters .liveDashboard .page-header ._account_api .list-results thead .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.liveDashboard .page-header ._account_api .list-results thead .toggleWrapper input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed),.toggleWrapper .liveDashboard .page-header ._account_api .list-results thead input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .page-header ._account_api .list-results thead tbody span.status:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .page-header ._account_api .list-results tbody thead span.status:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .page-header ._account_api .list-results thead tbody td.is-running span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .page-header ._account_api .list-results tbody td.is-running thead span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .page-header ._account_api .list-results thead tbody td.is-pending span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .page-header ._account_api .list-results tbody td.is-pending thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard .page-header ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header ._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .page-header ._account_api .list-results thead .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header ._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .page-header ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .filter:not(.status-ok):not(.status-error):not(.status-delayed),.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .page-header ._account_api .list-results thead .filter:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .liveDashboard .list-results thead .form-label.status span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .liveDashboard .list-results thead .status.status-log span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .liveDashboard .list-results thead .status.status-report-item span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .liveDashboard .list-results thead .double-list dd.status span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .page-header ._account_api .liveDashboard .list-results thead dd.status span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .liveDashboard .list-results thead .double-list dt.status span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .page-header ._account_api .liveDashboard .list-results thead dt.status span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .page-header ._account_api .liveDashboard .list-results thead .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .page-header ._account_api .liveDashboard .list-results thead .status.label span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .page-header ._account_api .list-results thead .form-label.status span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .page-header ._account_api .list-results thead .status.status-log span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .page-header ._account_api .list-results thead .status.status-report-item span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .page-header ._account_api .list-results thead .double-list dd.status span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .liveDashboard .page-header ._account_api .list-results thead dd.status span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .page-header ._account_api .list-results thead .double-list dt.status span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .liveDashboard .page-header ._account_api .list-results thead dt.status span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .page-header ._account_api .list-results thead .w-cards-container .w-card .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .liveDashboard .page-header ._account_api .list-results thead .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .page-header ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .liveDashboard .page-header ._account_api .list-results thead .status.label span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .page-header ._account_api .list-results thead tbody tr.sublist .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .page-header ._account_api .list-results tbody tr.sublist thead .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .form-label.status .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .status.status-log .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .status.status-report-item .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .double-list dd.status .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .page-header ._account_api dd.status .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .double-list dt.status .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .page-header ._account_api dt.status .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .page-header ._account_api .status.title .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .page-header ._account_api .status.label .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results tbody tr.sublist .page-header ._account_api .status.title .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.form-label.status .liveDashboard .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.status.status-log .liveDashboard .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.status.status-report-item .liveDashboard .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list dd.status .liveDashboard .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list dt.status .liveDashboard .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .status.title .liveDashboard .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results tbody tr.sublist .status.title .liveDashboard .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .page-header ._account_api .list-results thead .w-filters-selected label.status.small span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-filters-selected label.status.small .liveDashboard .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .page-header ._account_api .list-results thead .w-filters-selected .status.btn-f-s span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-filters-selected .status.btn-f-s .liveDashboard .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .liveDashboard .list-results thead .sub-header .w-form label:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .liveDashboard .list-results thead .sub-header .w-double-list label:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .page-header ._account_api .list-results thead .sub-header .w-form label:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .page-header ._account_api .list-results thead .sub-header .w-double-list label:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .sub-header .w-form .liveDashboard .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .sub-header .w-double-list .liveDashboard .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed),.sub-header .w-form .liveDashboard .page-header ._account_api .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed),.sub-header .w-double-list .liveDashboard .page-header ._account_api .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .liveDashboard .list-results thead .block-filters button:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard .page-header ._account_api .list-results thead .block-filters button:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header ._account_api .block-filters .liveDashboard .list-results thead button:not(.status-ok):not(.status-error):not(.status-delayed):after,.block-filters .liveDashboard .page-header ._account_api .list-results thead button:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header ._account_api .liveDashboard .list-results thead .block-filters select:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard .page-header ._account_api .list-results thead .block-filters select:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header ._account_api .block-filters .liveDashboard .list-results thead select:not(.status-ok):not(.status-error):not(.status-delayed):after,.block-filters .liveDashboard .page-header ._account_api .list-results thead select:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header ._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .page-header ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.form-auto-list .liveDashboard .page-header ._account_api .list-results thead .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .page-header ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.form-auto-list .liveDashboard .page-header ._account_api .list-results thead .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .liveDashboard .list-results thead .list-results-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .page-header ._account_api .list-results thead .list-results-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .list-results-header .status.title .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results-header .status.title .liveDashboard .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .liveDashboard .list-results thead tr span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .page-header ._account_api .list-results thead tr span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .list-results thead .icon:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .list-results thead .w-alert-banner:not(.status-ok):not(.status-error):not(.status-delayed):before,.page-header ._account_api .list-results thead .w-dialog.plus .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-dialog.plus .page-header ._account_api .list-results thead .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header ._account_api .list-results thead .w-toast .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-toast .page-header ._account_api .list-results thead .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection .page-header ._account_api .list-results thead .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed):before,.page-header ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection .page-header ._account_api .list-results thead .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.page-header ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection .page-header ._account_api .list-results thead .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed):before,.page-header ._account_api .list-results thead .block-filters .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.block-filters .page-header ._account_api .list-results thead .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.page-header ._account_api .list-results thead .toggleWrapper input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed),.toggleWrapper .page-header ._account_api .list-results thead input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .list-results thead tbody span.status:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .list-results tbody thead span.status:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .list-results thead tbody td.is-running span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .list-results tbody td.is-running thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .list-results thead tbody td.is-pending span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .list-results tbody td.is-pending thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .page-header ._account_api .list-results thead .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .filter:not(.status-ok):not(.status-error):not(.status-delayed),.w-filter-preset.w-filter-preset .filter-preset .page-header ._account_api .list-results thead .filter:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .list-results thead .form-label.status span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .list-results thead .status.status-log span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .list-results thead .status.status-report-item span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .list-results thead .double-list dd.status span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .page-header ._account_api .list-results thead dd.status span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .list-results thead .double-list dt.status span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .page-header ._account_api .list-results thead dt.status span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .list-results thead .w-cards-container .w-card .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .page-header ._account_api .list-results thead .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .page-header ._account_api .list-results thead .status.label span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .list-results thead tbody tr.sublist .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .list-results tbody tr.sublist thead .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .form-label.status ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .status.status-log ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .status.status-report-item ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .double-list dd.status ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .page-header dd.status ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .double-list dt.status ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .page-header dt.status ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .w-cards-container .w-card .status.title ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .page-header .status.title ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .page-header .status.label ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .list-results tbody tr.sublist .status.title ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results tbody tr.sublist .page-header .status.title ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.form-label.status .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.status.status-log .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.status.status-report-item .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list dd.status .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list dt.status .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .status.title .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .status.label .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results tbody tr.sublist .status.title .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .list-results thead .w-filters-selected label.status.small span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .w-filters-selected label.status.small ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-filters-selected label.status.small .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .list-results thead .w-filters-selected .status.btn-f-s span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .w-filters-selected .status.btn-f-s ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-filters-selected .status.btn-f-s .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .list-results thead .sub-header .w-form label:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .list-results thead .sub-header .w-double-list label:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .sub-header .w-form ._account_api .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .sub-header .w-double-list ._account_api .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed),.sub-header .w-form .page-header ._account_api .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed),.sub-header .w-double-list .page-header ._account_api .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .list-results thead .block-filters button:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header .block-filters ._account_api .list-results thead button:not(.status-ok):not(.status-error):not(.status-delayed):after,.block-filters .page-header ._account_api .list-results thead button:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header ._account_api .list-results thead .block-filters select:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header .block-filters ._account_api .list-results thead select:not(.status-ok):not(.status-error):not(.status-delayed):after,.block-filters .page-header ._account_api .list-results thead select:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.form-auto-list .page-header ._account_api .list-results thead .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.form-auto-list .page-header ._account_api .list-results thead .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .list-results thead .list-results-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .list-results-header .status.title ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results-header .status.title .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .list-results thead tr span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard ._account_api .list-results thead .icon:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard ._account_api .list-results thead .w-alert-banner:not(.status-ok):not(.status-error):not(.status-delayed):before,.page-header .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-dialog.plus .page-header .liveDashboard ._account_api .list-results thead .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-toast .page-header .liveDashboard ._account_api .list-results thead .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection .page-header .liveDashboard ._account_api .list-results thead .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed):before,.page-header .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection .page-header .liveDashboard ._account_api .list-results thead .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.page-header .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection .page-header .liveDashboard ._account_api .list-results thead .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed):before,.page-header .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.block-filters .page-header .liveDashboard ._account_api .list-results thead .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.page-header .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed),.toggleWrapper .page-header .liveDashboard ._account_api .list-results thead input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard ._account_api .list-results thead tbody span.status:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard ._account_api .list-results tbody thead span.status:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard ._account_api .list-results thead tbody td.is-running span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard ._account_api .list-results tbody td.is-running thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard ._account_api .list-results thead tbody td.is-pending span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard ._account_api .list-results tbody td.is-pending thead span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .page-header ._account_api .list-results thead .icon:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .page-header ._account_api .list-results thead .w-alert-banner:not(.status-ok):not(.status-error):not(.status-delayed):before,.liveDashboard .page-header ._account_api .list-results thead .w-dialog.plus .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-dialog.plus .liveDashboard .page-header ._account_api .list-results thead .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard .page-header ._account_api .list-results thead .w-toast .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-toast .liveDashboard .page-header ._account_api .list-results thead .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard .page-header ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection .liveDashboard .page-header ._account_api .list-results thead .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed):before,.liveDashboard .page-header ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection .liveDashboard .page-header ._account_api .list-results thead .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.liveDashboard .page-header ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection .liveDashboard .page-header ._account_api .list-results thead .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed):before,.liveDashboard .page-header ._account_api .list-results thead .block-filters .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.block-filters .liveDashboard .page-header ._account_api .list-results thead .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.liveDashboard .page-header ._account_api .list-results thead .toggleWrapper input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed),.toggleWrapper .liveDashboard .page-header ._account_api .list-results thead input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .page-header ._account_api .list-results thead tbody span.status:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .page-header ._account_api .list-results tbody thead span.status:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .page-header ._account_api .list-results thead tbody td.is-running span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .page-header ._account_api .list-results tbody td.is-running thead span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .page-header ._account_api .list-results thead tbody td.is-pending span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .page-header ._account_api .list-results tbody td.is-pending thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .liveDashboard .list-results thead .icon:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .liveDashboard .list-results thead .w-alert-banner:not(.status-ok):not(.status-error):not(.status-delayed):before,.page-header ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-dialog.plus .page-header ._account_api .liveDashboard .list-results thead .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-toast .page-header ._account_api .liveDashboard .list-results thead .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection .page-header ._account_api .liveDashboard .list-results thead .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed):before,.page-header ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection .page-header ._account_api .liveDashboard .list-results thead .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.page-header ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection .page-header ._account_api .liveDashboard .list-results thead .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed):before,.page-header ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.block-filters .page-header ._account_api .liveDashboard .list-results thead .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.page-header ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed),.toggleWrapper .page-header ._account_api .liveDashboard .list-results thead input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .liveDashboard .list-results thead tbody span.status:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .liveDashboard .list-results tbody thead span.status:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .liveDashboard .list-results thead tbody td.is-running span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .liveDashboard .list-results tbody td.is-running thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .liveDashboard .list-results thead tbody td.is-pending span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .liveDashboard .list-results tbody td.is-pending thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard .page-header ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header ._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header .liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown .page-header ._account_api .list-results thead .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .page-header ._account_api .liveDashboard .list-results thead .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .page-header ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .filter:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .page-header ._account_api .list-results thead .filter:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .filter:not(.status-ok):not(.status-error):not(.status-delayed),.w-filter-preset.w-filter-preset .filter-preset .page-header ._account_api .liveDashboard .list-results thead .filter:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard ._account_api .list-results thead .form-label.status span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard ._account_api .list-results thead .status.status-log span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard ._account_api .list-results thead .status.status-report-item span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard ._account_api .list-results thead .double-list dd.status span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .page-header .liveDashboard ._account_api .list-results thead dd.status span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard ._account_api .list-results thead .double-list dt.status span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .page-header .liveDashboard ._account_api .list-results thead dt.status span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .page-header .liveDashboard ._account_api .list-results thead .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .page-header .liveDashboard ._account_api .list-results thead .status.label span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .page-header ._account_api .list-results thead .form-label.status span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .page-header ._account_api .list-results thead .status.status-log span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .page-header ._account_api .list-results thead .status.status-report-item span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .page-header ._account_api .list-results thead .double-list dd.status span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .liveDashboard .page-header ._account_api .list-results thead dd.status span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .page-header ._account_api .list-results thead .double-list dt.status span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .liveDashboard .page-header ._account_api .list-results thead dt.status span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .page-header ._account_api .list-results thead .w-cards-container .w-card .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .liveDashboard .page-header ._account_api .list-results thead .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .page-header ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .liveDashboard .page-header ._account_api .list-results thead .status.label span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .page-header ._account_api .list-results thead tbody tr.sublist .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .page-header ._account_api .list-results tbody tr.sublist thead .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .liveDashboard .list-results thead .form-label.status span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .liveDashboard .list-results thead .status.status-log span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .liveDashboard .list-results thead .status.status-report-item span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .liveDashboard .list-results thead .double-list dd.status span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .page-header ._account_api .liveDashboard .list-results thead dd.status span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .liveDashboard .list-results thead .double-list dt.status span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .page-header ._account_api .liveDashboard .list-results thead dt.status span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .page-header ._account_api .liveDashboard .list-results thead .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .page-header ._account_api .liveDashboard .list-results thead .status.label span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .form-label.status ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .status.status-log ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .status.status-report-item ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .double-list dd.status ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .page-header .liveDashboard dd.status ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .double-list dt.status ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .page-header .liveDashboard dt.status ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .page-header .liveDashboard .status.title ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .page-header .liveDashboard .status.label ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results tbody tr.sublist .page-header .liveDashboard .status.title ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .form-label.status .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .status.status-log .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .status.status-report-item .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .double-list dd.status .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .liveDashboard dd.status .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .double-list dt.status .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .liveDashboard dt.status .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .w-cards-container .w-card .status.title .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .liveDashboard .status.title .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .w-cards-container .w-card.centered .w-value .status.label .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .liveDashboard .status.label .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results tbody tr.sublist .status.title .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results tbody tr.sublist .liveDashboard .status.title .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .form-label.status ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .status.status-log ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .status.status-report-item ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .double-list dd.status ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .page-header dd.status ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .double-list dt.status ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .page-header dt.status ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .page-header .status.title ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .page-header .status.label ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results tbody tr.sublist .page-header .status.title ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.form-label.status .page-header ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.status.status-log .page-header ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.status.status-report-item .page-header ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list dd.status .page-header ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list dt.status .page-header ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .status.title .page-header ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .status.label .page-header ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results tbody tr.sublist .status.title .page-header ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .page-header ._account_api .list-results thead .w-filters-selected label.status.small span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .w-filters-selected label.status.small .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-filters-selected label.status.small .page-header ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .page-header ._account_api .list-results thead .w-filters-selected .status.btn-f-s span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .w-filters-selected .status.btn-f-s .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-filters-selected .status.btn-f-s .page-header ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard ._account_api .list-results thead .sub-header .w-form label:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard ._account_api .list-results thead .sub-header .w-double-list label:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .page-header ._account_api .list-results thead .sub-header .w-form label:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .page-header ._account_api .list-results thead .sub-header .w-double-list label:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .liveDashboard .list-results thead .sub-header .w-form label:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .liveDashboard .list-results thead .sub-header .w-double-list label:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .sub-header .w-form ._account_api .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .sub-header .w-double-list ._account_api .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .sub-header .w-form .page-header ._account_api .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .sub-header .w-double-list .page-header ._account_api .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .sub-header .w-form ._account_api .liveDashboard .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .sub-header .w-double-list ._account_api .liveDashboard .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed),.sub-header .w-form .page-header ._account_api .liveDashboard .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed),.sub-header .w-double-list .page-header ._account_api .liveDashboard .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard ._account_api .list-results thead .block-filters button:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard .page-header ._account_api .list-results thead .block-filters button:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header ._account_api .liveDashboard .list-results thead .block-filters button:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header .liveDashboard .block-filters ._account_api .list-results thead button:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard .block-filters .page-header ._account_api .list-results thead button:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header .block-filters ._account_api .liveDashboard .list-results thead button:not(.status-ok):not(.status-error):not(.status-delayed):after,.block-filters .page-header ._account_api .liveDashboard .list-results thead button:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header .liveDashboard ._account_api .list-results thead .block-filters select:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard .page-header ._account_api .list-results thead .block-filters select:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header ._account_api .liveDashboard .list-results thead .block-filters select:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header .liveDashboard .block-filters ._account_api .list-results thead select:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard .block-filters .page-header ._account_api .list-results thead select:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header .block-filters ._account_api .liveDashboard .list-results thead select:not(.status-ok):not(.status-error):not(.status-delayed):after,.block-filters .page-header ._account_api .liveDashboard .list-results thead select:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header .liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .page-header ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .form-auto-list .page-header ._account_api .list-results thead .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .form-auto-list ._account_api .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.form-auto-list .page-header ._account_api .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .page-header ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .form-auto-list .page-header ._account_api .list-results thead .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .form-auto-list ._account_api .liveDashboard .list-results thead .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.form-auto-list .page-header ._account_api .liveDashboard .list-results thead .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard ._account_api .list-results thead .list-results-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .page-header ._account_api .list-results thead .list-results-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .liveDashboard .list-results thead .list-results-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard .list-results-header .status.title ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results-header .status.title .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .list-results-header .status.title ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results-header .status.title .page-header ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .liveDashboard ._account_api .list-results thead tr span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .page-header ._account_api .list-results thead tr span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .liveDashboard .list-results thead tr span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .page-header ._account_api .list-results thead .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header ._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .filter:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .filter:not(.status-ok):not(.status-error):not(.status-delayed),.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .page-header ._account_api .list-results thead .filter:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .form-label.status .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .status.status-log .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .status.status-report-item .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .double-list dd.status .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .page-header ._account_api dd.status .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .double-list dt.status .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .page-header ._account_api dt.status .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .page-header ._account_api .status.title .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .page-header ._account_api .status.label .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results tbody tr.sublist .page-header ._account_api .status.title .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .form-label.status .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .status.status-log .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .status.status-report-item .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .double-list dd.status .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .page-header dd.status .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .double-list dt.status .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .page-header dt.status .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .page-header .status.title .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .page-header .status.label .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results tbody tr.sublist .page-header .status.title .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.form-label.status .liveDashboard .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.status.status-log .liveDashboard .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.status.status-report-item .liveDashboard .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list dd.status .liveDashboard .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list dt.status .liveDashboard .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .status.title .liveDashboard .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results tbody tr.sublist .status.title .liveDashboard .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-filters-selected label.status.small .liveDashboard .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-filters-selected .status.btn-f-s .liveDashboard .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .sub-header .w-form .liveDashboard .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .sub-header .w-double-list .liveDashboard .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .sub-header .w-form .liveDashboard ._account_api .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .sub-header .w-double-list .liveDashboard ._account_api .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed),.sub-header .w-form .liveDashboard .page-header ._account_api .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed),.sub-header .w-double-list .liveDashboard .page-header ._account_api .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .block-filters .liveDashboard .list-results thead button:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header .block-filters .liveDashboard ._account_api .list-results thead button:not(.status-ok):not(.status-error):not(.status-delayed):after,.block-filters .liveDashboard .page-header ._account_api .list-results thead button:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header ._account_api .block-filters .liveDashboard .list-results thead select:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header .block-filters .liveDashboard ._account_api .list-results thead select:not(.status-ok):not(.status-error):not(.status-delayed):after,.block-filters .liveDashboard .page-header ._account_api .list-results thead select:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header ._account_api .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .form-auto-list .liveDashboard ._account_api .list-results thead .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.form-auto-list .liveDashboard .page-header ._account_api .list-results thead .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .form-auto-list .liveDashboard ._account_api .list-results thead .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.form-auto-list .liveDashboard .page-header ._account_api .list-results thead .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .list-results-header .status.title .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .list-results-header .status.title .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results-header .status.title .liveDashboard .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .page-header .icon:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .page-header .w-alert-banner:not(.status-ok):not(.status-error):not(.status-delayed):before,._account_api .list-results thead .page-header .w-dialog.plus .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-dialog.plus ._account_api .list-results thead .page-header .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .list-results thead .page-header .w-toast .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-toast ._account_api .list-results thead .page-header .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .list-results thead .page-header .w-time-period .dropdown .w-selection .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .page-header .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed):before,._account_api .list-results thead .page-header .w-time-period .dropdown .w-selection .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .page-header .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,._account_api .list-results thead .page-header .w-time-period .dropdown .w-selection .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .page-header .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed):before,._account_api .list-results thead .page-header .block-filters .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.block-filters ._account_api .list-results thead .page-header .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,._account_api .list-results thead .page-header .toggleWrapper input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed),.toggleWrapper ._account_api .list-results thead .page-header input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .page-header tbody span.status:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results tbody thead .page-header span.status:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .page-header tbody td.is-running span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results tbody td.is-running thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .page-header tbody td.is-pending span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results tbody td.is-pending thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header .icon:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header .w-alert-banner:not(.status-ok):not(.status-error):not(.status-delayed):before,._account_api .liveDashboard .list-results thead .page-header .w-dialog.plus .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .page-header .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .liveDashboard .list-results thead .page-header .w-toast .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-toast ._account_api .liveDashboard .list-results thead .page-header .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .liveDashboard .list-results thead .page-header .w-time-period .dropdown .w-selection .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .page-header .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed):before,._account_api .liveDashboard .list-results thead .page-header .w-time-period .dropdown .w-selection .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .page-header .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,._account_api .liveDashboard .list-results thead .page-header .w-time-period .dropdown .w-selection .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .page-header .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed):before,._account_api .liveDashboard .list-results thead .page-header .block-filters .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.block-filters ._account_api .liveDashboard .list-results thead .page-header .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,._account_api .liveDashboard .list-results thead .page-header .toggleWrapper input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed),.toggleWrapper ._account_api .liveDashboard .list-results thead .page-header input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header tbody span.status:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results tbody thead .page-header span.status:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header tbody td.is-running span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results tbody td.is-running thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header tbody td.is-pending span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results tbody td.is-pending thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header .icon:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header .w-alert-banner:not(.status-ok):not(.status-error):not(.status-delayed):before,.liveDashboard ._account_api .list-results thead .page-header .w-dialog.plus .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .page-header .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard ._account_api .list-results thead .page-header .w-toast .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-toast .liveDashboard ._account_api .list-results thead .page-header .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard ._account_api .list-results thead .page-header .w-time-period .dropdown .w-selection .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .page-header .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed):before,.liveDashboard ._account_api .list-results thead .page-header .w-time-period .dropdown .w-selection .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .page-header .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.liveDashboard ._account_api .list-results thead .page-header .w-time-period .dropdown .w-selection .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .page-header .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed):before,.liveDashboard ._account_api .list-results thead .page-header .block-filters .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.block-filters .liveDashboard ._account_api .list-results thead .page-header .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.liveDashboard ._account_api .list-results thead .page-header .toggleWrapper input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed),.toggleWrapper .liveDashboard ._account_api .list-results thead .page-header input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header tbody span.status:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results tbody thead .page-header span.status:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header tbody td.is-running span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results tbody td.is-running thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header tbody td.is-pending span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results tbody td.is-pending thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard ._account_api .list-results thead .page-header .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .page-header .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .page-header .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .page-header .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .page-header .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .liveDashboard .list-results thead .page-header .w-filter-preset.w-filter-preset .filter-preset .filter:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header .w-filter-preset.w-filter-preset .filter-preset .filter:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .page-header .filter:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .page-header .filter:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .page-header .filter:not(.status-ok):not(.status-error):not(.status-delayed),.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .page-header .filter:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header .form-label.status span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header .status.status-log span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header .status.status-report-item span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header .double-list dd.status span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list ._account_api .liveDashboard .list-results thead .page-header dd.status span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header .double-list dt.status span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list ._account_api .liveDashboard .list-results thead .page-header dt.status span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header .w-cards-container .w-card .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .page-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header .w-cards-container .w-card.centered .w-value .status.label span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .page-header .status.label span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header tbody tr.sublist .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results tbody tr.sublist thead .page-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header .form-label.status span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header .status.status-log span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header .status.status-report-item span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header .double-list dd.status span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .liveDashboard ._account_api .list-results thead .page-header dd.status span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header .double-list dt.status span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .liveDashboard ._account_api .list-results thead .page-header dt.status span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header .w-cards-container .w-card .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .page-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header .w-cards-container .w-card.centered .w-value .status.label span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .page-header .status.label span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header tbody tr.sublist .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results tbody tr.sublist thead .page-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .form-label.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .status.status-log .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .status.status-report-item .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .double-list dd.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list ._account_api .liveDashboard .list-results thead dd.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .double-list dt.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list ._account_api .liveDashboard .list-results thead dt.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .form-label.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .status.status-log .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .status.status-report-item .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .double-list dd.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .liveDashboard ._account_api .list-results thead dd.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .double-list dt.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .liveDashboard ._account_api .list-results thead dt.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .form-label.status .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .status.status-log .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .status.status-report-item .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .double-list dd.status .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list ._account_api dd.status .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .double-list dt.status .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list ._account_api dt.status .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.form-label.status .liveDashboard ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.status.status-log .liveDashboard ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.status.status-report-item .liveDashboard ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list dd.status .liveDashboard ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list dt.status .liveDashboard ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header .w-filters-selected label.status.small span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header .w-filters-selected label.status.small span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header .w-filters-selected .status.btn-f-s span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header .w-filters-selected .status.btn-f-s span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header .sub-header .w-form label:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header .sub-header .w-double-list label:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header .sub-header .w-form label:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header .sub-header .w-double-list label:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .sub-header .w-form .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .sub-header .w-double-list .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .sub-header .w-form .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .sub-header .w-double-list .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .sub-header .w-form .liveDashboard .list-results thead .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .sub-header .w-double-list .liveDashboard .list-results thead .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),.sub-header .w-form .liveDashboard ._account_api .list-results thead .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),.sub-header .w-double-list .liveDashboard ._account_api .list-results thead .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header .block-filters button:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard ._account_api .list-results thead .page-header .block-filters button:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .liveDashboard .list-results thead .block-filters .page-header button:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard ._account_api .list-results thead .block-filters .page-header button:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .block-filters .liveDashboard .list-results thead .page-header button:not(.status-ok):not(.status-error):not(.status-delayed):after,.block-filters .liveDashboard ._account_api .list-results thead .page-header button:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .liveDashboard .list-results thead .page-header .block-filters select:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard ._account_api .list-results thead .page-header .block-filters select:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .liveDashboard .list-results thead .block-filters .page-header select:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard ._account_api .list-results thead .block-filters .page-header select:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .block-filters .liveDashboard .list-results thead .page-header select:not(.status-ok):not(.status-error):not(.status-delayed):after,.block-filters .liveDashboard ._account_api .list-results thead .page-header select:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .liveDashboard .list-results thead .page-header .form-auto-list .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header .form-auto-list .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .form-auto-list .page-header .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .form-auto-list .page-header .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .form-auto-list .liveDashboard .list-results thead .page-header .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.form-auto-list .liveDashboard ._account_api .list-results thead .page-header .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header .form-auto-list .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header .form-auto-list .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .form-auto-list .page-header .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .form-auto-list .page-header .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .form-auto-list .liveDashboard .list-results thead .page-header .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.form-auto-list .liveDashboard ._account_api .list-results thead .page-header .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header .list-results-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header .list-results-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .list-results-header .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .list-results-header .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results-header .status.title .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results-header .status.title .liveDashboard ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header tr span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header tr span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead tr .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead tr .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .page-header .icon:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .page-header .w-alert-banner:not(.status-ok):not(.status-error):not(.status-delayed):before,._account_api .list-results thead .page-header .w-dialog.plus .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-dialog.plus ._account_api .list-results thead .page-header .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .list-results thead .page-header .w-toast .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-toast ._account_api .list-results thead .page-header .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .list-results thead .page-header .w-time-period .dropdown .w-selection .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .page-header .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed):before,._account_api .list-results thead .page-header .w-time-period .dropdown .w-selection .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .page-header .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,._account_api .list-results thead .page-header .w-time-period .dropdown .w-selection .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .page-header .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed):before,._account_api .list-results thead .page-header .block-filters .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.block-filters ._account_api .list-results thead .page-header .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,._account_api .list-results thead .page-header .toggleWrapper input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed),.toggleWrapper ._account_api .list-results thead .page-header input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .page-header tbody span.status:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results tbody thead .page-header span.status:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .page-header tbody td.is-running span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results tbody td.is-running thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .page-header tbody td.is-pending span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results tbody td.is-pending thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .page-header .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .page-header .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .page-header .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .list-results thead .page-header .w-filter-preset.w-filter-preset .filter-preset .filter:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .page-header .filter:not(.status-ok):not(.status-error):not(.status-delayed),.w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .page-header .filter:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .page-header .form-label.status span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .page-header .status.status-log span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .page-header .status.status-report-item span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .page-header .double-list dd.status span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list ._account_api .list-results thead .page-header dd.status span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .page-header .double-list dt.status span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list ._account_api .list-results thead .page-header dt.status span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .page-header .w-cards-container .w-card .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card ._account_api .list-results thead .page-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .page-header .w-cards-container .w-card.centered .w-value .status.label span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value ._account_api .list-results thead .page-header .status.label span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .page-header tbody tr.sublist .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results tbody tr.sublist thead .page-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .form-label.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .status.status-log .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .status.status-report-item .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .double-list dd.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list ._account_api .list-results thead dd.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .double-list dt.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list ._account_api .list-results thead dt.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .w-cards-container .w-card .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card ._account_api .list-results thead .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value ._account_api .list-results thead .status.label .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead tbody tr.sublist .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results tbody tr.sublist thead .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.form-label.status ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.status.status-log ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.status.status-report-item ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list dd.status ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list dt.status ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .status.title ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results tbody tr.sublist .status.title ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .page-header .w-filters-selected label.status.small span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .w-filters-selected label.status.small .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-filters-selected label.status.small ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .page-header .w-filters-selected .status.btn-f-s span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .w-filters-selected .status.btn-f-s .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-filters-selected .status.btn-f-s ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .page-header .sub-header .w-form label:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .page-header .sub-header .w-double-list label:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .sub-header .w-form .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .sub-header .w-double-list .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),.sub-header .w-form ._account_api .list-results thead .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),.sub-header .w-double-list ._account_api .list-results thead .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .page-header .block-filters button:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .list-results thead .block-filters .page-header button:not(.status-ok):not(.status-error):not(.status-delayed):after,.block-filters ._account_api .list-results thead .page-header button:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .list-results thead .page-header .block-filters select:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .list-results thead .block-filters .page-header select:not(.status-ok):not(.status-error):not(.status-delayed):after,.block-filters ._account_api .list-results thead .page-header select:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .list-results thead .page-header .form-auto-list .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .form-auto-list .page-header .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.form-auto-list ._account_api .list-results thead .page-header .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .page-header .form-auto-list .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .form-auto-list .page-header .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.form-auto-list ._account_api .list-results thead .page-header .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .page-header .list-results-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .list-results-header .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results-header .status.title ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .page-header tr span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead tr .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header .icon:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header .w-alert-banner:not(.status-ok):not(.status-error):not(.status-delayed):before,.liveDashboard ._account_api .list-results thead .page-header .w-dialog.plus .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .page-header .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard ._account_api .list-results thead .page-header .w-toast .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-toast .liveDashboard ._account_api .list-results thead .page-header .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard ._account_api .list-results thead .page-header .w-time-period .dropdown .w-selection .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .page-header .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed):before,.liveDashboard ._account_api .list-results thead .page-header .w-time-period .dropdown .w-selection .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .page-header .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.liveDashboard ._account_api .list-results thead .page-header .w-time-period .dropdown .w-selection .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .page-header .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed):before,.liveDashboard ._account_api .list-results thead .page-header .block-filters .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.block-filters .liveDashboard ._account_api .list-results thead .page-header .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.liveDashboard ._account_api .list-results thead .page-header .toggleWrapper input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed),.toggleWrapper .liveDashboard ._account_api .list-results thead .page-header input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header tbody span.status:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results tbody thead .page-header span.status:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header tbody td.is-running span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results tbody td.is-running thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header tbody td.is-pending span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results tbody td.is-pending thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header .icon:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header .w-alert-banner:not(.status-ok):not(.status-error):not(.status-delayed):before,._account_api .liveDashboard .list-results thead .page-header .w-dialog.plus .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .page-header .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .liveDashboard .list-results thead .page-header .w-toast .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-toast ._account_api .liveDashboard .list-results thead .page-header .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .liveDashboard .list-results thead .page-header .w-time-period .dropdown .w-selection .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .page-header .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed):before,._account_api .liveDashboard .list-results thead .page-header .w-time-period .dropdown .w-selection .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .page-header .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,._account_api .liveDashboard .list-results thead .page-header .w-time-period .dropdown .w-selection .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .page-header .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed):before,._account_api .liveDashboard .list-results thead .page-header .block-filters .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.block-filters ._account_api .liveDashboard .list-results thead .page-header .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,._account_api .liveDashboard .list-results thead .page-header .toggleWrapper input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed),.toggleWrapper ._account_api .liveDashboard .list-results thead .page-header input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header tbody span.status:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results tbody thead .page-header span.status:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header tbody td.is-running span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results tbody td.is-running thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header tbody td.is-pending span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results tbody td.is-pending thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .page-header .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .liveDashboard .list-results thead .page-header .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .page-header .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .page-header .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .page-header .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard ._account_api .list-results thead .page-header .w-filter-preset.w-filter-preset .filter-preset .filter:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .page-header .filter:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header .w-filter-preset.w-filter-preset .filter-preset .filter:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .page-header .filter:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .page-header .filter:not(.status-ok):not(.status-error):not(.status-delayed),.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .page-header .filter:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header .form-label.status span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header .status.status-log span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header .status.status-report-item span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header .double-list dd.status span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .liveDashboard ._account_api .list-results thead .page-header dd.status span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header .double-list dt.status span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .liveDashboard ._account_api .list-results thead .page-header dt.status span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header .w-cards-container .w-card .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .page-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header .w-cards-container .w-card.centered .w-value .status.label span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .page-header .status.label span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header tbody tr.sublist .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results tbody tr.sublist thead .page-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .form-label.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .status.status-log .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .status.status-report-item .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .double-list dd.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .liveDashboard ._account_api .list-results thead dd.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .double-list dt.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .liveDashboard ._account_api .list-results thead dt.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header .form-label.status span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header .status.status-log span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header .status.status-report-item span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header .double-list dd.status span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list ._account_api .liveDashboard .list-results thead .page-header dd.status span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header .double-list dt.status span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list ._account_api .liveDashboard .list-results thead .page-header dt.status span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header .w-cards-container .w-card .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .page-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header .w-cards-container .w-card.centered .w-value .status.label span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .page-header .status.label span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header tbody tr.sublist .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results tbody tr.sublist thead .page-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .form-label.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .status.status-log .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .status.status-report-item .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .double-list dd.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list ._account_api .liveDashboard .list-results thead dd.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .double-list dt.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list ._account_api .liveDashboard .list-results thead dt.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .form-label.status ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .status.status-log ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .status.status-report-item ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .double-list dd.status ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .liveDashboard dd.status ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .double-list dt.status ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .liveDashboard dt.status ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.form-label.status ._account_api .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.status.status-log ._account_api .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.status.status-report-item ._account_api .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list dd.status ._account_api .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list dt.status ._account_api .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header .w-filters-selected label.status.small span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header .w-filters-selected label.status.small span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header .w-filters-selected .status.btn-f-s span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header .w-filters-selected .status.btn-f-s span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header .sub-header .w-form label:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header .sub-header .w-double-list label:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .sub-header .w-form .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .sub-header .w-double-list .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header .sub-header .w-form label:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header .sub-header .w-double-list label:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .sub-header .w-form .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .sub-header .w-double-list .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .sub-header .w-form ._account_api .list-results thead .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .sub-header .w-double-list ._account_api .list-results thead .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),.sub-header .w-form ._account_api .liveDashboard .list-results thead .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),.sub-header .w-double-list ._account_api .liveDashboard .list-results thead .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header .block-filters button:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard ._account_api .list-results thead .block-filters .page-header button:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .liveDashboard .list-results thead .page-header .block-filters button:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .liveDashboard .list-results thead .block-filters .page-header button:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard .block-filters ._account_api .list-results thead .page-header button:not(.status-ok):not(.status-error):not(.status-delayed):after,.block-filters ._account_api .liveDashboard .list-results thead .page-header button:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard ._account_api .list-results thead .page-header .block-filters select:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard ._account_api .list-results thead .block-filters .page-header select:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .liveDashboard .list-results thead .page-header .block-filters select:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .liveDashboard .list-results thead .block-filters .page-header select:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard .block-filters ._account_api .list-results thead .page-header select:not(.status-ok):not(.status-error):not(.status-delayed):after,.block-filters ._account_api .liveDashboard .list-results thead .page-header select:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard ._account_api .list-results thead .page-header .form-auto-list .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .form-auto-list .page-header .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header .form-auto-list .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .form-auto-list .page-header .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .form-auto-list ._account_api .list-results thead .page-header .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.form-auto-list ._account_api .liveDashboard .list-results thead .page-header .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header .form-auto-list .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .form-auto-list .page-header .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header .form-auto-list .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .form-auto-list .page-header .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .form-auto-list ._account_api .list-results thead .page-header .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.form-auto-list ._account_api .liveDashboard .list-results thead .page-header .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header .list-results-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .list-results-header .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header .list-results-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .list-results-header .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results-header .status.title ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results-header .status.title ._account_api .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .page-header tr span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead tr .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .page-header tr span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead tr .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .page-header .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .page-header .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .page-header .filter:not(.status-ok):not(.status-error):not(.status-delayed),.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .page-header .filter:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .form-label.status .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .status.status-log .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .status.status-report-item .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .double-list dd.status .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list ._account_api dd.status .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .double-list dt.status .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list ._account_api dt.status .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.form-label.status .liveDashboard ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.status.status-log .liveDashboard ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.status.status-report-item .liveDashboard ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list dd.status .liveDashboard ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list dt.status .liveDashboard ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .sub-header .w-form .liveDashboard .list-results thead .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .sub-header .w-double-list .liveDashboard .list-results thead .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),.sub-header .w-form .liveDashboard ._account_api .list-results thead .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),.sub-header .w-double-list .liveDashboard ._account_api .list-results thead .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .block-filters .liveDashboard .list-results thead .page-header button:not(.status-ok):not(.status-error):not(.status-delayed):after,.block-filters .liveDashboard ._account_api .list-results thead .page-header button:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .block-filters .liveDashboard .list-results thead .page-header select:not(.status-ok):not(.status-error):not(.status-delayed):after,.block-filters .liveDashboard ._account_api .list-results thead .page-header select:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .form-auto-list .liveDashboard .list-results thead .page-header .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.form-auto-list .liveDashboard ._account_api .list-results thead .page-header .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .form-auto-list .liveDashboard .list-results thead .page-header .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.form-auto-list .liveDashboard ._account_api .list-results thead .page-header .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results-header .status.title .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results-header .status.title .liveDashboard ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .page-header .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .page-header .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .page-header .filter:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .filter:not(.status-ok):not(.status-error):not(.status-delayed),.w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .page-header .filter:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .list-results thead .form-label.status span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .list-results thead .status.status-log span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .list-results thead .status.status-report-item span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .list-results thead .double-list dd.status span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .page-header ._account_api .list-results thead dd.status span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .list-results thead .double-list dt.status span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .page-header ._account_api .list-results thead dt.status span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .list-results thead .w-cards-container .w-card .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .page-header ._account_api .list-results thead .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .page-header ._account_api .list-results thead .status.label span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .list-results thead tbody tr.sublist .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .list-results tbody tr.sublist thead .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .form-label.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .status.status-log .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .status.status-report-item .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .double-list dd.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list ._account_api .list-results thead dd.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .double-list dt.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list ._account_api .list-results thead dt.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .w-cards-container .w-card .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card ._account_api .list-results thead .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value ._account_api .list-results thead .status.label .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead tbody tr.sublist .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results tbody tr.sublist thead .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .form-label.status ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .status.status-log ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .status.status-report-item ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .double-list dd.status ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .page-header dd.status ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .double-list dt.status ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .page-header dt.status ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .w-cards-container .w-card .status.title ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .page-header .status.title ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .page-header .status.label ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .list-results tbody tr.sublist .status.title ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results tbody tr.sublist .page-header .status.title ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.form-label.status ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.status.status-log ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.status.status-report-item ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list dd.status ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list dt.status ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .status.title ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results tbody tr.sublist .status.title ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .list-results thead .w-filters-selected label.status.small span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .w-filters-selected label.status.small .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .w-filters-selected label.status.small ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-filters-selected label.status.small ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .list-results thead .w-filters-selected .status.btn-f-s span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .w-filters-selected .status.btn-f-s .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .w-filters-selected .status.btn-f-s ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-filters-selected .status.btn-f-s ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .list-results thead .sub-header .w-form label:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .list-results thead .sub-header .w-double-list label:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .sub-header .w-form .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .sub-header .w-double-list .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .sub-header .w-form ._account_api .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .sub-header .w-double-list ._account_api .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed),.sub-header .w-form ._account_api .list-results thead .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),.sub-header .w-double-list ._account_api .list-results thead .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .list-results thead .block-filters button:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .list-results thead .block-filters .page-header button:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header .block-filters ._account_api .list-results thead button:not(.status-ok):not(.status-error):not(.status-delayed):after,.block-filters ._account_api .list-results thead .page-header button:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header ._account_api .list-results thead .block-filters select:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .list-results thead .block-filters .page-header select:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header .block-filters ._account_api .list-results thead select:not(.status-ok):not(.status-error):not(.status-delayed):after,.block-filters ._account_api .list-results thead .page-header select:not(.status-ok):not(.status-error):not(.status-delayed):after,.page-header ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .form-auto-list .page-header .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.form-auto-list ._account_api .list-results thead .page-header .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .form-auto-list .page-header .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.form-auto-list ._account_api .list-results thead .page-header .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .list-results thead .list-results-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .list-results-header .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .list-results-header .status.title ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results-header .status.title ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header ._account_api .list-results thead tr span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead tr .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .sidebar-default.sidebar-default-right .sidebar-default-body .filter-group .filter-checkbox:not(.status-ok):not(.status-error):not(.status-delayed),.sidebar-default.sidebar-default-right .sidebar-default-body .filter-group .page-header .filter-checkbox:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .add-filters-dropdown .w-add-filters-list>div.filter-group .filter-checkbox:not(.status-ok):not(.status-error):not(.status-delayed),.add-filters-dropdown .w-add-filters-list>div.filter-group .page-header .filter-checkbox:not(.status-ok):not(.status-error):not(.status-delayed),.page-header .filter-preset .filter-field-name button:not(.status-ok):not(.status-error):not(.status-delayed),.filter-preset .filter-field-name .page-header button:not(.status-ok):not(.status-error):not(.status-delayed){display:none}}.desktop .page-header .button-default:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard .list-results thead .icon:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard .list-results thead .w-alert-banner:not(.status-ok):not(.status-error):not(.status-delayed):before,.desktop .page-header .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-dialog.plus .desktop .page-header .liveDashboard .list-results thead .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed):after,.desktop .page-header .liveDashboard .list-results thead .w-toast .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-toast .desktop .page-header .liveDashboard .list-results thead .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed):after,.desktop .page-header .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection .desktop .page-header .liveDashboard .list-results thead .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed):before,.desktop .page-header .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection .desktop .page-header .liveDashboard .list-results thead .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.desktop .page-header .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection .desktop .page-header .liveDashboard .list-results thead .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed):before,.desktop .page-header .liveDashboard .list-results thead .block-filters .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.block-filters .desktop .page-header .liveDashboard .list-results thead .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.desktop .page-header .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed),.toggleWrapper .desktop .page-header .liveDashboard .list-results thead input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard .list-results thead tbody span.status:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard .list-results tbody thead span.status:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard .list-results thead tbody td.is-running span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard .list-results tbody td.is-running thead span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard .list-results thead tbody td.is-pending span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard .list-results tbody td.is-pending thead span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard .list-results thead .icon:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard .list-results thead .w-alert-banner:not(.status-ok):not(.status-error):not(.status-delayed):before,.desktop .page-header .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-dialog.plus .desktop .page-header .liveDashboard .list-results thead .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed):after,.desktop .page-header .liveDashboard .list-results thead .w-toast .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-toast .desktop .page-header .liveDashboard .list-results thead .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed):after,.desktop .page-header .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection .desktop .page-header .liveDashboard .list-results thead .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed):before,.desktop .page-header .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection .desktop .page-header .liveDashboard .list-results thead .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.desktop .page-header .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection .desktop .page-header .liveDashboard .list-results thead .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed):before,.desktop .page-header .liveDashboard .list-results thead .block-filters .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.block-filters .desktop .page-header .liveDashboard .list-results thead .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.desktop .page-header .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed),.toggleWrapper .desktop .page-header .liveDashboard .list-results thead input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard .list-results thead tbody span.status:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard .list-results tbody thead span.status:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard .list-results thead tbody td.is-running span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard .list-results tbody td.is-running thead span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard .list-results thead tbody td.is-pending span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard .list-results tbody td.is-pending thead span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.desktop .page-header .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .desktop .page-header .liveDashboard .list-results thead .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.desktop .page-header .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .filter:not(.status-ok):not(.status-error):not(.status-delayed),.w-filter-preset.w-filter-preset .filter-preset .desktop .page-header .liveDashboard .list-results thead .filter:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard .list-results thead .form-label.status span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard .list-results thead .status.status-log span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard .list-results thead .status.status-report-item span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard .list-results thead .double-list dd.status span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .desktop .page-header .liveDashboard .list-results thead dd.status span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard .list-results thead .double-list dt.status span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .desktop .page-header .liveDashboard .list-results thead dt.status span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard .list-results thead .w-cards-container .w-card .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .desktop .page-header .liveDashboard .list-results thead .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .desktop .page-header .liveDashboard .list-results thead .status.label span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard .list-results thead tbody tr.sublist .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard .list-results tbody tr.sublist thead .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .form-label.status .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .status.status-log .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .status.status-report-item .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .double-list dd.status .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .desktop .page-header dd.status .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .double-list dt.status .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .desktop .page-header dt.status .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .w-cards-container .w-card .status.title .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .desktop .page-header .status.title .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .desktop .page-header .status.label .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results tbody tr.sublist .desktop .page-header .status.title .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.form-label.status .desktop .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.status.status-log .desktop .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.status.status-report-item .desktop .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list dd.status .desktop .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list dt.status .desktop .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .status.title .desktop .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .status.label .desktop .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results tbody tr.sublist .status.title .desktop .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard .list-results thead .w-filters-selected label.status.small span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .w-filters-selected label.status.small .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-filters-selected label.status.small .desktop .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-filters-selected .status.btn-f-s .desktop .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard .list-results thead .sub-header .w-form label:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard .list-results thead .sub-header .w-double-list label:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .sub-header .w-form .liveDashboard .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .sub-header .w-double-list .liveDashboard .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed),.sub-header .w-form .desktop .page-header .liveDashboard .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed),.sub-header .w-double-list .desktop .page-header .liveDashboard .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard .list-results thead .block-filters button:not(.status-ok):not(.status-error):not(.status-delayed):after,.desktop .page-header .block-filters .liveDashboard .list-results thead button:not(.status-ok):not(.status-error):not(.status-delayed):after,.block-filters .desktop .page-header .liveDashboard .list-results thead button:not(.status-ok):not(.status-error):not(.status-delayed):after,.desktop .page-header .liveDashboard .list-results thead .block-filters select:not(.status-ok):not(.status-error):not(.status-delayed):after,.desktop .page-header .block-filters .liveDashboard .list-results thead select:not(.status-ok):not(.status-error):not(.status-delayed):after,.block-filters .desktop .page-header .liveDashboard .list-results thead select:not(.status-ok):not(.status-error):not(.status-delayed):after,.desktop .page-header .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.form-auto-list .desktop .page-header .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.form-auto-list .desktop .page-header .liveDashboard .list-results thead .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard .list-results thead .list-results-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .list-results-header .status.title .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results-header .status.title .desktop .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard .list-results thead tr span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard ._account_api .list-results thead .icon:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard ._account_api .list-results thead .w-alert-banner:not(.status-ok):not(.status-error):not(.status-delayed):before,.desktop .page-header .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-dialog.plus .desktop .page-header .liveDashboard ._account_api .list-results thead .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed):after,.desktop .page-header .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-toast .desktop .page-header .liveDashboard ._account_api .list-results thead .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed):after,.desktop .page-header .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection .desktop .page-header .liveDashboard ._account_api .list-results thead .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed):before,.desktop .page-header .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection .desktop .page-header .liveDashboard ._account_api .list-results thead .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.desktop .page-header .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection .desktop .page-header .liveDashboard ._account_api .list-results thead .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed):before,.desktop .page-header .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.block-filters .desktop .page-header .liveDashboard ._account_api .list-results thead .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.desktop .page-header .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed),.toggleWrapper .desktop .page-header .liveDashboard ._account_api .list-results thead input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard ._account_api .list-results thead tbody span.status:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard ._account_api .list-results tbody thead span.status:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard ._account_api .list-results thead tbody td.is-running span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard ._account_api .list-results tbody td.is-running thead span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard ._account_api .list-results thead tbody td.is-pending span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard ._account_api .list-results tbody td.is-pending thead span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .desktop .page-header .liveDashboard .list-results thead .icon:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .desktop .page-header .liveDashboard .list-results thead .w-alert-banner:not(.status-ok):not(.status-error):not(.status-delayed):before,._account_api .desktop .page-header .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-dialog.plus ._account_api .desktop .page-header .liveDashboard .list-results thead .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .desktop .page-header .liveDashboard .list-results thead .w-toast .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-toast ._account_api .desktop .page-header .liveDashboard .list-results thead .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .desktop .page-header .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection ._account_api .desktop .page-header .liveDashboard .list-results thead .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed):before,._account_api .desktop .page-header .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection ._account_api .desktop .page-header .liveDashboard .list-results thead .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,._account_api .desktop .page-header .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection ._account_api .desktop .page-header .liveDashboard .list-results thead .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed):before,._account_api .desktop .page-header .liveDashboard .list-results thead .block-filters .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.block-filters ._account_api .desktop .page-header .liveDashboard .list-results thead .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,._account_api .desktop .page-header .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed),.toggleWrapper ._account_api .desktop .page-header .liveDashboard .list-results thead input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .desktop .page-header .liveDashboard .list-results thead tbody span.status:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .desktop .page-header .liveDashboard .list-results tbody thead span.status:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .desktop .page-header .liveDashboard .list-results thead tbody td.is-running span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .desktop .page-header .liveDashboard .list-results tbody td.is-running thead span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .desktop .page-header .liveDashboard .list-results thead tbody td.is-pending span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .desktop .page-header .liveDashboard .list-results tbody td.is-pending thead span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .desktop .page-header .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.desktop .page-header .liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .desktop .page-header .liveDashboard .list-results thead .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.desktop .page-header .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .desktop .page-header .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .filter:not(.status-ok):not(.status-error):not(.status-delayed),.w-filter-preset.w-filter-preset .filter-preset ._account_api .desktop .page-header .liveDashboard .list-results thead .filter:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard ._account_api .list-results thead .form-label.status span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard ._account_api .list-results thead .status.status-log span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard ._account_api .list-results thead .status.status-report-item span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard ._account_api .list-results thead .double-list dd.status span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .desktop .page-header .liveDashboard ._account_api .list-results thead dd.status span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard ._account_api .list-results thead .double-list dt.status span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .desktop .page-header .liveDashboard ._account_api .list-results thead dt.status span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .desktop .page-header .liveDashboard ._account_api .list-results thead .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .desktop .page-header .liveDashboard ._account_api .list-results thead .status.label span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .desktop .page-header .liveDashboard .list-results thead .form-label.status span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .desktop .page-header .liveDashboard .list-results thead .status.status-log span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .desktop .page-header .liveDashboard .list-results thead .status.status-report-item span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .desktop .page-header .liveDashboard .list-results thead .double-list dd.status span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list ._account_api .desktop .page-header .liveDashboard .list-results thead dd.status span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .desktop .page-header .liveDashboard .list-results thead .double-list dt.status span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list ._account_api .desktop .page-header .liveDashboard .list-results thead dt.status span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .desktop .page-header .liveDashboard .list-results thead .w-cards-container .w-card .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card ._account_api .desktop .page-header .liveDashboard .list-results thead .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .desktop .page-header .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value ._account_api .desktop .page-header .liveDashboard .list-results thead .status.label span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .desktop .page-header .liveDashboard .list-results thead tbody tr.sublist .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .desktop .page-header .liveDashboard .list-results tbody tr.sublist thead .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard .form-label.status ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard .status.status-log ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard .status.status-report-item ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard .double-list dd.status ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .desktop .page-header .liveDashboard dd.status ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard .double-list dt.status ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .desktop .page-header .liveDashboard dt.status ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .desktop .page-header .liveDashboard .status.title ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .desktop .page-header .liveDashboard .status.label ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results tbody tr.sublist .desktop .page-header .liveDashboard .status.title ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.form-label.status ._account_api .desktop .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.status.status-log ._account_api .desktop .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.status.status-report-item ._account_api .desktop .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list dd.status ._account_api .desktop .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list dt.status ._account_api .desktop .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .status.title ._account_api .desktop .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .status.label ._account_api .desktop .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results tbody tr.sublist .status.title ._account_api .desktop .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .desktop .page-header .liveDashboard .list-results thead .w-filters-selected label.status.small span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-filters-selected label.status.small ._account_api .desktop .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .desktop .page-header .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-filters-selected .status.btn-f-s ._account_api .desktop .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard ._account_api .list-results thead .sub-header .w-form label:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard ._account_api .list-results thead .sub-header .w-double-list label:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .desktop .page-header .liveDashboard .list-results thead .sub-header .w-form label:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .desktop .page-header .liveDashboard .list-results thead .sub-header .w-double-list label:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard .sub-header .w-form ._account_api .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard .sub-header .w-double-list ._account_api .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed),.sub-header .w-form ._account_api .desktop .page-header .liveDashboard .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed),.sub-header .w-double-list ._account_api .desktop .page-header .liveDashboard .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard ._account_api .list-results thead .block-filters button:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .desktop .page-header .liveDashboard .list-results thead .block-filters button:not(.status-ok):not(.status-error):not(.status-delayed):after,.desktop .page-header .liveDashboard .block-filters ._account_api .list-results thead button:not(.status-ok):not(.status-error):not(.status-delayed):after,.block-filters ._account_api .desktop .page-header .liveDashboard .list-results thead button:not(.status-ok):not(.status-error):not(.status-delayed):after,.desktop .page-header .liveDashboard ._account_api .list-results thead .block-filters select:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .desktop .page-header .liveDashboard .list-results thead .block-filters select:not(.status-ok):not(.status-error):not(.status-delayed):after,.desktop .page-header .liveDashboard .block-filters ._account_api .list-results thead select:not(.status-ok):not(.status-error):not(.status-delayed):after,.block-filters ._account_api .desktop .page-header .liveDashboard .list-results thead select:not(.status-ok):not(.status-error):not(.status-delayed):after,.desktop .page-header .liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .desktop .page-header .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.form-auto-list ._account_api .desktop .page-header .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .desktop .page-header .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.form-auto-list ._account_api .desktop .page-header .liveDashboard .list-results thead .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard ._account_api .list-results thead .list-results-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .desktop .page-header .liveDashboard .list-results thead .list-results-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard .list-results-header .status.title ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results-header .status.title ._account_api .desktop .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard ._account_api .list-results thead tr span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .desktop .page-header .liveDashboard .list-results thead tr span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard ._account_api .list-results thead .icon:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard ._account_api .list-results thead .w-alert-banner:not(.status-ok):not(.status-error):not(.status-delayed):before,.desktop .page-header .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-dialog.plus .desktop .page-header .liveDashboard ._account_api .list-results thead .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed):after,.desktop .page-header .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-toast .desktop .page-header .liveDashboard ._account_api .list-results thead .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed):after,.desktop .page-header .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection .desktop .page-header .liveDashboard ._account_api .list-results thead .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed):before,.desktop .page-header .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection .desktop .page-header .liveDashboard ._account_api .list-results thead .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.desktop .page-header .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection .desktop .page-header .liveDashboard ._account_api .list-results thead .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed):before,.desktop .page-header .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.block-filters .desktop .page-header .liveDashboard ._account_api .list-results thead .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.desktop .page-header .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed),.toggleWrapper .desktop .page-header .liveDashboard ._account_api .list-results thead input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard ._account_api .list-results thead tbody span.status:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard ._account_api .list-results tbody thead span.status:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard ._account_api .list-results thead tbody td.is-running span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard ._account_api .list-results tbody td.is-running thead span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard ._account_api .list-results thead tbody td.is-pending span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard ._account_api .list-results tbody td.is-pending thead span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .liveDashboard .list-results thead .icon:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .liveDashboard .list-results thead .w-alert-banner:not(.status-ok):not(.status-error):not(.status-delayed):before,.desktop .page-header ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-dialog.plus .desktop .page-header ._account_api .liveDashboard .list-results thead .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed):after,.desktop .page-header ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-toast .desktop .page-header ._account_api .liveDashboard .list-results thead .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed):after,.desktop .page-header ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection .desktop .page-header ._account_api .liveDashboard .list-results thead .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed):before,.desktop .page-header ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection .desktop .page-header ._account_api .liveDashboard .list-results thead .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.desktop .page-header ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection .desktop .page-header ._account_api .liveDashboard .list-results thead .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed):before,.desktop .page-header ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.block-filters .desktop .page-header ._account_api .liveDashboard .list-results thead .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.desktop .page-header ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed),.toggleWrapper .desktop .page-header ._account_api .liveDashboard .list-results thead input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .liveDashboard .list-results thead tbody span.status:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .liveDashboard .list-results tbody thead span.status:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .liveDashboard .list-results thead tbody td.is-running span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .liveDashboard .list-results tbody td.is-running thead span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .liveDashboard .list-results thead tbody td.is-pending span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .liveDashboard .list-results tbody td.is-pending thead span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .desktop .page-header .liveDashboard .list-results thead .icon:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .desktop .page-header .liveDashboard .list-results thead .w-alert-banner:not(.status-ok):not(.status-error):not(.status-delayed):before,._account_api .desktop .page-header .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-dialog.plus ._account_api .desktop .page-header .liveDashboard .list-results thead .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .desktop .page-header .liveDashboard .list-results thead .w-toast .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-toast ._account_api .desktop .page-header .liveDashboard .list-results thead .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .desktop .page-header .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection ._account_api .desktop .page-header .liveDashboard .list-results thead .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed):before,._account_api .desktop .page-header .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection ._account_api .desktop .page-header .liveDashboard .list-results thead .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,._account_api .desktop .page-header .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection ._account_api .desktop .page-header .liveDashboard .list-results thead .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed):before,._account_api .desktop .page-header .liveDashboard .list-results thead .block-filters .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.block-filters ._account_api .desktop .page-header .liveDashboard .list-results thead .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,._account_api .desktop .page-header .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed),.toggleWrapper ._account_api .desktop .page-header .liveDashboard .list-results thead input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .desktop .page-header .liveDashboard .list-results thead tbody span.status:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .desktop .page-header .liveDashboard .list-results tbody thead span.status:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .desktop .page-header .liveDashboard .list-results thead tbody td.is-running span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .desktop .page-header .liveDashboard .list-results tbody td.is-running thead span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .desktop .page-header .liveDashboard .list-results thead tbody td.is-pending span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .desktop .page-header .liveDashboard .list-results tbody td.is-pending thead span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.desktop .page-header ._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .desktop .page-header .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.desktop .page-header .liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.desktop .page-header .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .desktop .page-header .liveDashboard .list-results thead .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.desktop .page-header .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .desktop .page-header .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .filter:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .filter:not(.status-ok):not(.status-error):not(.status-delayed),.w-filter-preset.w-filter-preset .filter-preset ._account_api .desktop .page-header .liveDashboard .list-results thead .filter:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard ._account_api .list-results thead .form-label.status span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard ._account_api .list-results thead .status.status-log span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard ._account_api .list-results thead .status.status-report-item span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard ._account_api .list-results thead .double-list dd.status span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .desktop .page-header .liveDashboard ._account_api .list-results thead dd.status span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard ._account_api .list-results thead .double-list dt.status span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .desktop .page-header .liveDashboard ._account_api .list-results thead dt.status span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .desktop .page-header .liveDashboard ._account_api .list-results thead .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .desktop .page-header .liveDashboard ._account_api .list-results thead .status.label span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .liveDashboard .list-results thead .form-label.status span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .liveDashboard .list-results thead .status.status-log span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .liveDashboard .list-results thead .status.status-report-item span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .liveDashboard .list-results thead .double-list dd.status span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .desktop .page-header ._account_api .liveDashboard .list-results thead dd.status span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .liveDashboard .list-results thead .double-list dt.status span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .desktop .page-header ._account_api .liveDashboard .list-results thead dt.status span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .desktop .page-header ._account_api .liveDashboard .list-results thead .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .desktop .page-header ._account_api .liveDashboard .list-results thead .status.label span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .desktop .page-header .liveDashboard .list-results thead .form-label.status span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .desktop .page-header .liveDashboard .list-results thead .status.status-log span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .desktop .page-header .liveDashboard .list-results thead .status.status-report-item span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .desktop .page-header .liveDashboard .list-results thead .double-list dd.status span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list ._account_api .desktop .page-header .liveDashboard .list-results thead dd.status span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .desktop .page-header .liveDashboard .list-results thead .double-list dt.status span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list ._account_api .desktop .page-header .liveDashboard .list-results thead dt.status span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .desktop .page-header .liveDashboard .list-results thead .w-cards-container .w-card .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card ._account_api .desktop .page-header .liveDashboard .list-results thead .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .desktop .page-header .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value ._account_api .desktop .page-header .liveDashboard .list-results thead .status.label span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .desktop .page-header .liveDashboard .list-results thead tbody tr.sublist .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .desktop .page-header .liveDashboard .list-results tbody tr.sublist thead .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard .form-label.status ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard .status.status-log ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard .status.status-report-item ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard .double-list dd.status ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .desktop .page-header .liveDashboard dd.status ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard .double-list dt.status ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .desktop .page-header .liveDashboard dt.status ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .desktop .page-header .liveDashboard .status.title ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .desktop .page-header .liveDashboard .status.label ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results tbody tr.sublist .desktop .page-header .liveDashboard .status.title ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .form-label.status ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .status.status-log ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .status.status-report-item ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .double-list dd.status ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .desktop .page-header dd.status ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .double-list dt.status ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .desktop .page-header dt.status ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .desktop .page-header .status.title ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .desktop .page-header .status.label ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results tbody tr.sublist .desktop .page-header .status.title ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.form-label.status ._account_api .desktop .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.status.status-log ._account_api .desktop .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.status.status-report-item ._account_api .desktop .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list dd.status ._account_api .desktop .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list dt.status ._account_api .desktop .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .status.title ._account_api .desktop .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .status.label ._account_api .desktop .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results tbody tr.sublist .status.title ._account_api .desktop .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .desktop .page-header .liveDashboard .list-results thead .w-filters-selected label.status.small span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-filters-selected label.status.small ._account_api .desktop .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .desktop .page-header .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-filters-selected .status.btn-f-s ._account_api .desktop .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard ._account_api .list-results thead .sub-header .w-form label:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard ._account_api .list-results thead .sub-header .w-double-list label:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .liveDashboard .list-results thead .sub-header .w-form label:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .liveDashboard .list-results thead .sub-header .w-double-list label:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .desktop .page-header .liveDashboard .list-results thead .sub-header .w-form label:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .desktop .page-header .liveDashboard .list-results thead .sub-header .w-double-list label:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard .sub-header .w-form ._account_api .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard .sub-header .w-double-list ._account_api .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .sub-header .w-form ._account_api .liveDashboard .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .sub-header .w-double-list ._account_api .liveDashboard .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed),.sub-header .w-form ._account_api .desktop .page-header .liveDashboard .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed),.sub-header .w-double-list ._account_api .desktop .page-header .liveDashboard .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard ._account_api .list-results thead .block-filters button:not(.status-ok):not(.status-error):not(.status-delayed):after,.desktop .page-header ._account_api .liveDashboard .list-results thead .block-filters button:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .desktop .page-header .liveDashboard .list-results thead .block-filters button:not(.status-ok):not(.status-error):not(.status-delayed):after,.desktop .page-header .liveDashboard .block-filters ._account_api .list-results thead button:not(.status-ok):not(.status-error):not(.status-delayed):after,.desktop .page-header .block-filters ._account_api .liveDashboard .list-results thead button:not(.status-ok):not(.status-error):not(.status-delayed):after,.block-filters ._account_api .desktop .page-header .liveDashboard .list-results thead button:not(.status-ok):not(.status-error):not(.status-delayed):after,.desktop .page-header .liveDashboard ._account_api .list-results thead .block-filters select:not(.status-ok):not(.status-error):not(.status-delayed):after,.desktop .page-header ._account_api .liveDashboard .list-results thead .block-filters select:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .desktop .page-header .liveDashboard .list-results thead .block-filters select:not(.status-ok):not(.status-error):not(.status-delayed):after,.desktop .page-header .liveDashboard .block-filters ._account_api .list-results thead select:not(.status-ok):not(.status-error):not(.status-delayed):after,.desktop .page-header .block-filters ._account_api .liveDashboard .list-results thead select:not(.status-ok):not(.status-error):not(.status-delayed):after,.block-filters ._account_api .desktop .page-header .liveDashboard .list-results thead select:not(.status-ok):not(.status-error):not(.status-delayed):after,.desktop .page-header .liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .desktop .page-header .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .form-auto-list ._account_api .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.form-auto-list ._account_api .desktop .page-header .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .desktop .page-header .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .form-auto-list ._account_api .liveDashboard .list-results thead .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.form-auto-list ._account_api .desktop .page-header .liveDashboard .list-results thead .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard ._account_api .list-results thead .list-results-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .liveDashboard .list-results thead .list-results-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .desktop .page-header .liveDashboard .list-results thead .list-results-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard .list-results-header .status.title ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .list-results-header .status.title ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results-header .status.title ._account_api .desktop .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard ._account_api .list-results thead tr span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .liveDashboard .list-results thead tr span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .desktop .page-header .liveDashboard .list-results thead tr span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .desktop .page-header .liveDashboard .list-results thead .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.desktop .page-header .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .desktop .page-header .liveDashboard ._account_api .list-results thead .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.desktop .page-header ._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .filter:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .w-filter-preset.w-filter-preset .filter-preset .desktop .page-header .liveDashboard .list-results thead .filter:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .filter:not(.status-ok):not(.status-error):not(.status-delayed),.w-filter-preset.w-filter-preset .filter-preset .desktop .page-header .liveDashboard ._account_api .list-results thead .filter:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .form-label.status .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .status.status-log .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .status.status-report-item .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .double-list dd.status .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .desktop .page-header ._account_api dd.status .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .double-list dt.status .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .desktop .page-header ._account_api dt.status .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .desktop .page-header ._account_api .status.title .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .desktop .page-header ._account_api .status.label .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results tbody tr.sublist .desktop .page-header ._account_api .status.title .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .form-label.status .desktop .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .status.status-log .desktop .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .status.status-report-item .desktop .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .double-list dd.status .desktop .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list ._account_api dd.status .desktop .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .double-list dt.status .desktop .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list ._account_api dt.status .desktop .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .w-cards-container .w-card .status.title .desktop .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card ._account_api .status.title .desktop .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .w-cards-container .w-card.centered .w-value .status.label .desktop .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value ._account_api .status.label .desktop .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results tbody tr.sublist .status.title .desktop .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results tbody tr.sublist ._account_api .status.title .desktop .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .form-label.status .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .status.status-log .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .status.status-report-item .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .double-list dd.status .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .desktop .page-header dd.status .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .double-list dt.status .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .desktop .page-header dt.status .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .desktop .page-header .status.title .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .desktop .page-header .status.label .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results tbody tr.sublist .desktop .page-header .status.title .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.form-label.status .desktop .page-header .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.status.status-log .desktop .page-header .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.status.status-report-item .desktop .page-header .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list dd.status .desktop .page-header .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list dt.status .desktop .page-header .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .status.title .desktop .page-header .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .status.label .desktop .page-header .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results tbody tr.sublist .status.title .desktop .page-header .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .w-filters-selected label.status.small .desktop .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-filters-selected label.status.small .desktop .page-header .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .w-filters-selected .status.btn-f-s .desktop .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-filters-selected .status.btn-f-s .desktop .page-header .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .sub-header .w-form .liveDashboard .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .sub-header .w-double-list .liveDashboard .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .sub-header .w-form .desktop .page-header .liveDashboard .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .sub-header .w-double-list .desktop .page-header .liveDashboard .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .sub-header .w-form .liveDashboard ._account_api .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .sub-header .w-double-list .liveDashboard ._account_api .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed),.sub-header .w-form .desktop .page-header .liveDashboard ._account_api .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed),.sub-header .w-double-list .desktop .page-header .liveDashboard ._account_api .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .block-filters .liveDashboard .list-results thead button:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .block-filters .desktop .page-header .liveDashboard .list-results thead button:not(.status-ok):not(.status-error):not(.status-delayed):after,.desktop .page-header .block-filters .liveDashboard ._account_api .list-results thead button:not(.status-ok):not(.status-error):not(.status-delayed):after,.block-filters .desktop .page-header .liveDashboard ._account_api .list-results thead button:not(.status-ok):not(.status-error):not(.status-delayed):after,.desktop .page-header ._account_api .block-filters .liveDashboard .list-results thead select:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .block-filters .desktop .page-header .liveDashboard .list-results thead select:not(.status-ok):not(.status-error):not(.status-delayed):after,.desktop .page-header .block-filters .liveDashboard ._account_api .list-results thead select:not(.status-ok):not(.status-error):not(.status-delayed):after,.block-filters .desktop .page-header .liveDashboard ._account_api .list-results thead select:not(.status-ok):not(.status-error):not(.status-delayed):after,.desktop .page-header ._account_api .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .form-auto-list .desktop .page-header .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .form-auto-list .liveDashboard ._account_api .list-results thead .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.form-auto-list .desktop .page-header .liveDashboard ._account_api .list-results thead .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .form-auto-list .desktop .page-header .liveDashboard .list-results thead .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .form-auto-list .liveDashboard ._account_api .list-results thead .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.form-auto-list .desktop .page-header .liveDashboard ._account_api .list-results thead .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .list-results-header .status.title .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results-header .status.title .desktop .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .list-results-header .status.title .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results-header .status.title .desktop .page-header .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .desktop .page-header .icon:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .desktop .page-header .w-alert-banner:not(.status-ok):not(.status-error):not(.status-delayed):before,.liveDashboard .list-results thead .desktop .page-header .w-dialog.plus .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-dialog.plus .liveDashboard .list-results thead .desktop .page-header .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard .list-results thead .desktop .page-header .w-toast .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-toast .liveDashboard .list-results thead .desktop .page-header .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard .list-results thead .desktop .page-header .w-time-period .dropdown .w-selection .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .desktop .page-header .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed):before,.liveDashboard .list-results thead .desktop .page-header .w-time-period .dropdown .w-selection .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .desktop .page-header .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.liveDashboard .list-results thead .desktop .page-header .w-time-period .dropdown .w-selection .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .desktop .page-header .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed):before,.liveDashboard .list-results thead .desktop .page-header .block-filters .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.block-filters .liveDashboard .list-results thead .desktop .page-header .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.liveDashboard .list-results thead .desktop .page-header .toggleWrapper input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed),.toggleWrapper .liveDashboard .list-results thead .desktop .page-header input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .desktop .page-header tbody span.status:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results tbody thead .desktop .page-header span.status:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .desktop .page-header tbody td.is-running span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results tbody td.is-running thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .desktop .page-header tbody td.is-pending span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results tbody td.is-pending thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .desktop .page-header .icon:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .desktop .page-header .w-alert-banner:not(.status-ok):not(.status-error):not(.status-delayed):before,.liveDashboard .list-results thead .desktop .page-header .w-dialog.plus .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-dialog.plus .liveDashboard .list-results thead .desktop .page-header .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard .list-results thead .desktop .page-header .w-toast .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-toast .liveDashboard .list-results thead .desktop .page-header .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard .list-results thead .desktop .page-header .w-time-period .dropdown .w-selection .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .desktop .page-header .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed):before,.liveDashboard .list-results thead .desktop .page-header .w-time-period .dropdown .w-selection .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .desktop .page-header .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.liveDashboard .list-results thead .desktop .page-header .w-time-period .dropdown .w-selection .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .desktop .page-header .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed):before,.liveDashboard .list-results thead .desktop .page-header .block-filters .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.block-filters .liveDashboard .list-results thead .desktop .page-header .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.liveDashboard .list-results thead .desktop .page-header .toggleWrapper input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed),.toggleWrapper .liveDashboard .list-results thead .desktop .page-header input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .desktop .page-header tbody span.status:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results tbody thead .desktop .page-header span.status:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .desktop .page-header tbody td.is-running span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results tbody td.is-running thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .desktop .page-header tbody td.is-pending span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results tbody td.is-pending thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .desktop .page-header .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .desktop .page-header .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .desktop .page-header .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard .list-results thead .desktop .page-header .w-filter-preset.w-filter-preset .filter-preset .filter:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .desktop .page-header .filter:not(.status-ok):not(.status-error):not(.status-delayed),.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .desktop .page-header .filter:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .desktop .page-header .form-label.status span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .desktop .page-header .status.status-log span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .desktop .page-header .status.status-report-item span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .desktop .page-header .double-list dd.status span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .liveDashboard .list-results thead .desktop .page-header dd.status span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .desktop .page-header .double-list dt.status span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .liveDashboard .list-results thead .desktop .page-header dt.status span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .desktop .page-header .w-cards-container .w-card .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .liveDashboard .list-results thead .desktop .page-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .desktop .page-header .w-cards-container .w-card.centered .w-value .status.label span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .liveDashboard .list-results thead .desktop .page-header .status.label span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .desktop .page-header tbody tr.sublist .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results tbody tr.sublist thead .desktop .page-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .form-label.status .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .status.status-log .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .status.status-report-item .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .double-list dd.status .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .liveDashboard .list-results thead dd.status .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .double-list dt.status .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .liveDashboard .list-results thead dt.status .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .w-cards-container .w-card .status.title .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .liveDashboard .list-results thead .status.title .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .liveDashboard .list-results thead .status.label .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead tbody tr.sublist .status.title .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results tbody tr.sublist thead .status.title .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.form-label.status .liveDashboard .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.status.status-log .liveDashboard .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.status.status-report-item .liveDashboard .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list dd.status .liveDashboard .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list dt.status .liveDashboard .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .status.title .liveDashboard .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results tbody tr.sublist .status.title .liveDashboard .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .desktop .page-header .w-filters-selected label.status.small span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .w-filters-selected label.status.small .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-filters-selected label.status.small .liveDashboard .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .desktop .page-header .w-filters-selected .status.btn-f-s span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-filters-selected .status.btn-f-s .liveDashboard .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .desktop .page-header .sub-header .w-form label:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .desktop .page-header .sub-header .w-double-list label:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .sub-header .w-form .desktop .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .sub-header .w-double-list .desktop .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),.sub-header .w-form .liveDashboard .list-results thead .desktop .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),.sub-header .w-double-list .liveDashboard .list-results thead .desktop .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .desktop .page-header .block-filters button:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard .list-results thead .block-filters .desktop .page-header button:not(.status-ok):not(.status-error):not(.status-delayed):after,.block-filters .liveDashboard .list-results thead .desktop .page-header button:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard .list-results thead .desktop .page-header .block-filters select:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard .list-results thead .block-filters .desktop .page-header select:not(.status-ok):not(.status-error):not(.status-delayed):after,.block-filters .liveDashboard .list-results thead .desktop .page-header select:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard .list-results thead .desktop .page-header .form-auto-list .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .form-auto-list .desktop .page-header .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.form-auto-list .liveDashboard .list-results thead .desktop .page-header .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .desktop .page-header .form-auto-list .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .form-auto-list .desktop .page-header .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.form-auto-list .liveDashboard .list-results thead .desktop .page-header .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .desktop .page-header .list-results-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .list-results-header .status.title .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results-header .status.title .liveDashboard .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .desktop .page-header tr span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead tr .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .desktop .page-header .icon:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .desktop .page-header .w-alert-banner:not(.status-ok):not(.status-error):not(.status-delayed):before,.liveDashboard ._account_api .list-results thead .desktop .page-header .w-dialog.plus .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .desktop .page-header .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard ._account_api .list-results thead .desktop .page-header .w-toast .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-toast .liveDashboard ._account_api .list-results thead .desktop .page-header .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard ._account_api .list-results thead .desktop .page-header .w-time-period .dropdown .w-selection .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .desktop .page-header .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed):before,.liveDashboard ._account_api .list-results thead .desktop .page-header .w-time-period .dropdown .w-selection .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .desktop .page-header .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.liveDashboard ._account_api .list-results thead .desktop .page-header .w-time-period .dropdown .w-selection .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .desktop .page-header .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed):before,.liveDashboard ._account_api .list-results thead .desktop .page-header .block-filters .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.block-filters .liveDashboard ._account_api .list-results thead .desktop .page-header .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.liveDashboard ._account_api .list-results thead .desktop .page-header .toggleWrapper input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed),.toggleWrapper .liveDashboard ._account_api .list-results thead .desktop .page-header input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .desktop .page-header tbody span.status:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results tbody thead .desktop .page-header span.status:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .desktop .page-header tbody td.is-running span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results tbody td.is-running thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .desktop .page-header tbody td.is-pending span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results tbody td.is-pending thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .desktop .page-header .icon:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .desktop .page-header .w-alert-banner:not(.status-ok):not(.status-error):not(.status-delayed):before,._account_api .liveDashboard .list-results thead .desktop .page-header .w-dialog.plus .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .desktop .page-header .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .liveDashboard .list-results thead .desktop .page-header .w-toast .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-toast ._account_api .liveDashboard .list-results thead .desktop .page-header .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .liveDashboard .list-results thead .desktop .page-header .w-time-period .dropdown .w-selection .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .desktop .page-header .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed):before,._account_api .liveDashboard .list-results thead .desktop .page-header .w-time-period .dropdown .w-selection .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .desktop .page-header .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,._account_api .liveDashboard .list-results thead .desktop .page-header .w-time-period .dropdown .w-selection .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .desktop .page-header .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed):before,._account_api .liveDashboard .list-results thead .desktop .page-header .block-filters .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.block-filters ._account_api .liveDashboard .list-results thead .desktop .page-header .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,._account_api .liveDashboard .list-results thead .desktop .page-header .toggleWrapper input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed),.toggleWrapper ._account_api .liveDashboard .list-results thead .desktop .page-header input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .desktop .page-header tbody span.status:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results tbody thead .desktop .page-header span.status:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .desktop .page-header tbody td.is-running span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results tbody td.is-running thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .desktop .page-header tbody td.is-pending span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results tbody td.is-pending thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .desktop .page-header .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .liveDashboard .list-results thead .desktop .page-header .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .desktop .page-header .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .desktop .page-header .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .desktop .page-header .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .desktop .page-header .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard ._account_api .list-results thead .desktop .page-header .w-filter-preset.w-filter-preset .filter-preset .filter:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .desktop .page-header .w-filter-preset.w-filter-preset .filter-preset .filter:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .desktop .page-header .filter:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .desktop .page-header .filter:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .desktop .page-header .filter:not(.status-ok):not(.status-error):not(.status-delayed),.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .desktop .page-header .filter:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .desktop .page-header .form-label.status span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .desktop .page-header .status.status-log span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .desktop .page-header .status.status-report-item span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .desktop .page-header .double-list dd.status span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .liveDashboard ._account_api .list-results thead .desktop .page-header dd.status span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .desktop .page-header .double-list dt.status span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .liveDashboard ._account_api .list-results thead .desktop .page-header dt.status span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .desktop .page-header .w-cards-container .w-card .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .desktop .page-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .desktop .page-header .w-cards-container .w-card.centered .w-value .status.label span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .desktop .page-header .status.label span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .desktop .page-header tbody tr.sublist .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results tbody tr.sublist thead .desktop .page-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .desktop .page-header .form-label.status span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .desktop .page-header .status.status-log span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .desktop .page-header .status.status-report-item span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .desktop .page-header .double-list dd.status span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list ._account_api .liveDashboard .list-results thead .desktop .page-header dd.status span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .desktop .page-header .double-list dt.status span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list ._account_api .liveDashboard .list-results thead .desktop .page-header dt.status span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .desktop .page-header .w-cards-container .w-card .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .desktop .page-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .desktop .page-header .w-cards-container .w-card.centered .w-value .status.label span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .desktop .page-header .status.label span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .desktop .page-header tbody tr.sublist .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results tbody tr.sublist thead .desktop .page-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .form-label.status .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .status.status-log .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .status.status-report-item .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .double-list dd.status .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .liveDashboard ._account_api .list-results thead dd.status .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .double-list dt.status .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .liveDashboard ._account_api .list-results thead dt.status .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .form-label.status .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .status.status-log .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .status.status-report-item .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .double-list dd.status .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list ._account_api .liveDashboard .list-results thead dd.status .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .double-list dt.status .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list ._account_api .liveDashboard .list-results thead dt.status .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .form-label.status ._account_api .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .status.status-log ._account_api .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .status.status-report-item ._account_api .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .double-list dd.status ._account_api .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .liveDashboard dd.status ._account_api .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .double-list dt.status ._account_api .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .liveDashboard dt.status ._account_api .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.form-label.status ._account_api .liveDashboard .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.status.status-log ._account_api .liveDashboard .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.status.status-report-item ._account_api .liveDashboard .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list dd.status ._account_api .liveDashboard .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list dt.status ._account_api .liveDashboard .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .desktop .page-header .w-filters-selected label.status.small span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .desktop .page-header .w-filters-selected label.status.small span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .desktop .page-header .w-filters-selected .status.btn-f-s span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .desktop .page-header .w-filters-selected .status.btn-f-s span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .desktop .page-header .sub-header .w-form label:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .desktop .page-header .sub-header .w-double-list label:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .desktop .page-header .sub-header .w-form label:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .desktop .page-header .sub-header .w-double-list label:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .sub-header .w-form .desktop .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .sub-header .w-double-list .desktop .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .sub-header .w-form .desktop .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .sub-header .w-double-list .desktop .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .sub-header .w-form ._account_api .list-results thead .desktop .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .sub-header .w-double-list ._account_api .list-results thead .desktop .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),.sub-header .w-form ._account_api .liveDashboard .list-results thead .desktop .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),.sub-header .w-double-list ._account_api .liveDashboard .list-results thead .desktop .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .desktop .page-header .block-filters button:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .liveDashboard .list-results thead .desktop .page-header .block-filters button:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard ._account_api .list-results thead .block-filters .desktop .page-header button:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .liveDashboard .list-results thead .block-filters .desktop .page-header button:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard .block-filters ._account_api .list-results thead .desktop .page-header button:not(.status-ok):not(.status-error):not(.status-delayed):after,.block-filters ._account_api .liveDashboard .list-results thead .desktop .page-header button:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard ._account_api .list-results thead .desktop .page-header .block-filters select:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .liveDashboard .list-results thead .desktop .page-header .block-filters select:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard ._account_api .list-results thead .block-filters .desktop .page-header select:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .liveDashboard .list-results thead .block-filters .desktop .page-header select:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard .block-filters ._account_api .list-results thead .desktop .page-header select:not(.status-ok):not(.status-error):not(.status-delayed):after,.block-filters ._account_api .liveDashboard .list-results thead .desktop .page-header select:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard ._account_api .list-results thead .desktop .page-header .form-auto-list .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .desktop .page-header .form-auto-list .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .form-auto-list .desktop .page-header .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .form-auto-list .desktop .page-header .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .form-auto-list ._account_api .list-results thead .desktop .page-header .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.form-auto-list ._account_api .liveDashboard .list-results thead .desktop .page-header .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .desktop .page-header .form-auto-list .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .desktop .page-header .form-auto-list .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .form-auto-list .desktop .page-header .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .form-auto-list .desktop .page-header .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .form-auto-list ._account_api .list-results thead .desktop .page-header .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.form-auto-list ._account_api .liveDashboard .list-results thead .desktop .page-header .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .desktop .page-header .list-results-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .desktop .page-header .list-results-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .list-results-header .status.title .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .list-results-header .status.title .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results-header .status.title ._account_api .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results-header .status.title ._account_api .liveDashboard .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .desktop .page-header tr span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .desktop .page-header tr span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead tr .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead tr .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .desktop .page-header .icon:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .desktop .page-header .w-alert-banner:not(.status-ok):not(.status-error):not(.status-delayed):before,.liveDashboard ._account_api .list-results thead .desktop .page-header .w-dialog.plus .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .desktop .page-header .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard ._account_api .list-results thead .desktop .page-header .w-toast .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-toast .liveDashboard ._account_api .list-results thead .desktop .page-header .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard ._account_api .list-results thead .desktop .page-header .w-time-period .dropdown .w-selection .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .desktop .page-header .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed):before,.liveDashboard ._account_api .list-results thead .desktop .page-header .w-time-period .dropdown .w-selection .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .desktop .page-header .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.liveDashboard ._account_api .list-results thead .desktop .page-header .w-time-period .dropdown .w-selection .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .desktop .page-header .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed):before,.liveDashboard ._account_api .list-results thead .desktop .page-header .block-filters .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.block-filters .liveDashboard ._account_api .list-results thead .desktop .page-header .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.liveDashboard ._account_api .list-results thead .desktop .page-header .toggleWrapper input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed),.toggleWrapper .liveDashboard ._account_api .list-results thead .desktop .page-header input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .desktop .page-header tbody span.status:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results tbody thead .desktop .page-header span.status:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .desktop .page-header tbody td.is-running span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results tbody td.is-running thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .desktop .page-header tbody td.is-pending span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results tbody td.is-pending thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .desktop .page-header .icon:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .desktop .page-header .w-alert-banner:not(.status-ok):not(.status-error):not(.status-delayed):before,._account_api .liveDashboard .list-results thead .desktop .page-header .w-dialog.plus .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .desktop .page-header .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .liveDashboard .list-results thead .desktop .page-header .w-toast .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-toast ._account_api .liveDashboard .list-results thead .desktop .page-header .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .liveDashboard .list-results thead .desktop .page-header .w-time-period .dropdown .w-selection .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .desktop .page-header .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed):before,._account_api .liveDashboard .list-results thead .desktop .page-header .w-time-period .dropdown .w-selection .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .desktop .page-header .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,._account_api .liveDashboard .list-results thead .desktop .page-header .w-time-period .dropdown .w-selection .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .desktop .page-header .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed):before,._account_api .liveDashboard .list-results thead .desktop .page-header .block-filters .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.block-filters ._account_api .liveDashboard .list-results thead .desktop .page-header .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,._account_api .liveDashboard .list-results thead .desktop .page-header .toggleWrapper input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed),.toggleWrapper ._account_api .liveDashboard .list-results thead .desktop .page-header input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .desktop .page-header tbody span.status:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results tbody thead .desktop .page-header span.status:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .desktop .page-header tbody td.is-running span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results tbody td.is-running thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .desktop .page-header tbody td.is-pending span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results tbody td.is-pending thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .desktop .page-header .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .desktop .page-header .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .liveDashboard .list-results thead .desktop .page-header .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .desktop .page-header .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .desktop .page-header .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .desktop .page-header .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard ._account_api .list-results thead .desktop .page-header .w-filter-preset.w-filter-preset .filter-preset .filter:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .desktop .page-header .filter:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .desktop .page-header .w-filter-preset.w-filter-preset .filter-preset .filter:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .desktop .page-header .filter:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .desktop .page-header .filter:not(.status-ok):not(.status-error):not(.status-delayed),.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .desktop .page-header .filter:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .desktop .page-header .form-label.status span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .desktop .page-header .status.status-log span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .desktop .page-header .status.status-report-item span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .desktop .page-header .double-list dd.status span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .liveDashboard ._account_api .list-results thead .desktop .page-header dd.status span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .desktop .page-header .double-list dt.status span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .liveDashboard ._account_api .list-results thead .desktop .page-header dt.status span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .desktop .page-header .w-cards-container .w-card .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .desktop .page-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .desktop .page-header .w-cards-container .w-card.centered .w-value .status.label span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .desktop .page-header .status.label span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .desktop .page-header tbody tr.sublist .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results tbody tr.sublist thead .desktop .page-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .form-label.status .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .status.status-log .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .status.status-report-item .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .double-list dd.status .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .liveDashboard ._account_api .list-results thead dd.status .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .double-list dt.status .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .liveDashboard ._account_api .list-results thead dt.status .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .desktop .page-header .form-label.status span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .desktop .page-header .status.status-log span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .desktop .page-header .status.status-report-item span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .desktop .page-header .double-list dd.status span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list ._account_api .liveDashboard .list-results thead .desktop .page-header dd.status span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .desktop .page-header .double-list dt.status span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list ._account_api .liveDashboard .list-results thead .desktop .page-header dt.status span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .desktop .page-header .w-cards-container .w-card .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .desktop .page-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .desktop .page-header .w-cards-container .w-card.centered .w-value .status.label span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .desktop .page-header .status.label span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .desktop .page-header tbody tr.sublist .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results tbody tr.sublist thead .desktop .page-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .form-label.status .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .status.status-log .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .status.status-report-item .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .double-list dd.status .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list ._account_api .liveDashboard .list-results thead dd.status .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .double-list dt.status .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list ._account_api .liveDashboard .list-results thead dt.status .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .form-label.status ._account_api .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .status.status-log ._account_api .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .status.status-report-item ._account_api .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .double-list dd.status ._account_api .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .liveDashboard dd.status ._account_api .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .double-list dt.status ._account_api .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .liveDashboard dt.status ._account_api .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.form-label.status ._account_api .liveDashboard .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.status.status-log ._account_api .liveDashboard .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.status.status-report-item ._account_api .liveDashboard .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list dd.status ._account_api .liveDashboard .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list dt.status ._account_api .liveDashboard .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .desktop .page-header .w-filters-selected label.status.small span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .desktop .page-header .w-filters-selected label.status.small span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .desktop .page-header .w-filters-selected .status.btn-f-s span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .desktop .page-header .w-filters-selected .status.btn-f-s span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .desktop .page-header .sub-header .w-form label:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .desktop .page-header .sub-header .w-double-list label:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .sub-header .w-form .desktop .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .sub-header .w-double-list .desktop .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .desktop .page-header .sub-header .w-form label:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .desktop .page-header .sub-header .w-double-list label:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .sub-header .w-form .desktop .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .sub-header .w-double-list .desktop .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .sub-header .w-form ._account_api .list-results thead .desktop .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .sub-header .w-double-list ._account_api .list-results thead .desktop .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),.sub-header .w-form ._account_api .liveDashboard .list-results thead .desktop .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),.sub-header .w-double-list ._account_api .liveDashboard .list-results thead .desktop .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .desktop .page-header .block-filters button:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard ._account_api .list-results thead .block-filters .desktop .page-header button:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .liveDashboard .list-results thead .desktop .page-header .block-filters button:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .liveDashboard .list-results thead .block-filters .desktop .page-header button:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard .block-filters ._account_api .list-results thead .desktop .page-header button:not(.status-ok):not(.status-error):not(.status-delayed):after,.block-filters ._account_api .liveDashboard .list-results thead .desktop .page-header button:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard ._account_api .list-results thead .desktop .page-header .block-filters select:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard ._account_api .list-results thead .block-filters .desktop .page-header select:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .liveDashboard .list-results thead .desktop .page-header .block-filters select:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .liveDashboard .list-results thead .block-filters .desktop .page-header select:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard .block-filters ._account_api .list-results thead .desktop .page-header select:not(.status-ok):not(.status-error):not(.status-delayed):after,.block-filters ._account_api .liveDashboard .list-results thead .desktop .page-header select:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard ._account_api .list-results thead .desktop .page-header .form-auto-list .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .form-auto-list .desktop .page-header .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .desktop .page-header .form-auto-list .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .form-auto-list .desktop .page-header .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .form-auto-list ._account_api .list-results thead .desktop .page-header .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.form-auto-list ._account_api .liveDashboard .list-results thead .desktop .page-header .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .desktop .page-header .form-auto-list .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .form-auto-list .desktop .page-header .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .desktop .page-header .form-auto-list .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .form-auto-list .desktop .page-header .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .form-auto-list ._account_api .list-results thead .desktop .page-header .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.form-auto-list ._account_api .liveDashboard .list-results thead .desktop .page-header .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .desktop .page-header .list-results-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .list-results-header .status.title .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .desktop .page-header .list-results-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .list-results-header .status.title .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results-header .status.title ._account_api .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results-header .status.title ._account_api .liveDashboard .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .desktop .page-header tr span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead tr .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .desktop .page-header tr span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead tr .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .desktop .page-header .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .desktop .page-header .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .desktop .page-header .filter:not(.status-ok):not(.status-error):not(.status-delayed),.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .desktop .page-header .filter:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .form-label.status .liveDashboard .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .status.status-log .liveDashboard .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .status.status-report-item .liveDashboard .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .double-list dd.status .liveDashboard .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list ._account_api dd.status .liveDashboard .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .double-list dt.status .liveDashboard .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list ._account_api dt.status .liveDashboard .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.form-label.status .liveDashboard ._account_api .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.status.status-log .liveDashboard ._account_api .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.status.status-report-item .liveDashboard ._account_api .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list dd.status .liveDashboard ._account_api .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list dt.status .liveDashboard ._account_api .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .sub-header .w-form .liveDashboard .list-results thead .desktop .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .sub-header .w-double-list .liveDashboard .list-results thead .desktop .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),.sub-header .w-form .liveDashboard ._account_api .list-results thead .desktop .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),.sub-header .w-double-list .liveDashboard ._account_api .list-results thead .desktop .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .block-filters .liveDashboard .list-results thead .desktop .page-header button:not(.status-ok):not(.status-error):not(.status-delayed):after,.block-filters .liveDashboard ._account_api .list-results thead .desktop .page-header button:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .block-filters .liveDashboard .list-results thead .desktop .page-header select:not(.status-ok):not(.status-error):not(.status-delayed):after,.block-filters .liveDashboard ._account_api .list-results thead .desktop .page-header select:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .form-auto-list .liveDashboard .list-results thead .desktop .page-header .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.form-auto-list .liveDashboard ._account_api .list-results thead .desktop .page-header .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .form-auto-list .liveDashboard .list-results thead .desktop .page-header .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.form-auto-list .liveDashboard ._account_api .list-results thead .desktop .page-header .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results-header .status.title .liveDashboard .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results-header .status.title .liveDashboard ._account_api .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .desktop .page-header .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.desktop .page-header .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .desktop .page-header .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.desktop .page-header .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .desktop .page-header .filter:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .filter:not(.status-ok):not(.status-error):not(.status-delayed),.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .desktop .page-header .filter:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard .list-results thead .form-label.status span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard .list-results thead .status.status-log span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard .list-results thead .status.status-report-item span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard .list-results thead .double-list dd.status span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .desktop .page-header .liveDashboard .list-results thead dd.status span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard .list-results thead .double-list dt.status span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .desktop .page-header .liveDashboard .list-results thead dt.status span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard .list-results thead .w-cards-container .w-card .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .desktop .page-header .liveDashboard .list-results thead .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .desktop .page-header .liveDashboard .list-results thead .status.label span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard .list-results thead tbody tr.sublist .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard .list-results tbody tr.sublist thead .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .form-label.status .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .status.status-log .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .status.status-report-item .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .double-list dd.status .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .liveDashboard .list-results thead dd.status .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .double-list dt.status .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .liveDashboard .list-results thead dt.status .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .w-cards-container .w-card .status.title .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .liveDashboard .list-results thead .status.title .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .liveDashboard .list-results thead .status.label .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead tbody tr.sublist .status.title .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results tbody tr.sublist thead .status.title .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .form-label.status .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .status.status-log .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .status.status-report-item .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .double-list dd.status .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .desktop .page-header dd.status .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .double-list dt.status .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .desktop .page-header dt.status .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .w-cards-container .w-card .status.title .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .desktop .page-header .status.title .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .desktop .page-header .status.label .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results tbody tr.sublist .desktop .page-header .status.title .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.form-label.status .liveDashboard .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.status.status-log .liveDashboard .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.status.status-report-item .liveDashboard .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list dd.status .liveDashboard .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list dt.status .liveDashboard .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .status.title .liveDashboard .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results tbody tr.sublist .status.title .liveDashboard .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard .list-results thead .w-filters-selected label.status.small span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .w-filters-selected label.status.small .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .w-filters-selected label.status.small .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-filters-selected label.status.small .liveDashboard .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-filters-selected .status.btn-f-s .liveDashboard .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard .list-results thead .sub-header .w-form label:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard .list-results thead .sub-header .w-double-list label:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .sub-header .w-form .desktop .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .sub-header .w-double-list .desktop .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .sub-header .w-form .liveDashboard .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .sub-header .w-double-list .liveDashboard .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed),.sub-header .w-form .liveDashboard .list-results thead .desktop .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),.sub-header .w-double-list .liveDashboard .list-results thead .desktop .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard .list-results thead .block-filters button:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard .list-results thead .block-filters .desktop .page-header button:not(.status-ok):not(.status-error):not(.status-delayed):after,.desktop .page-header .block-filters .liveDashboard .list-results thead button:not(.status-ok):not(.status-error):not(.status-delayed):after,.block-filters .liveDashboard .list-results thead .desktop .page-header button:not(.status-ok):not(.status-error):not(.status-delayed):after,.desktop .page-header .liveDashboard .list-results thead .block-filters select:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard .list-results thead .block-filters .desktop .page-header select:not(.status-ok):not(.status-error):not(.status-delayed):after,.desktop .page-header .block-filters .liveDashboard .list-results thead select:not(.status-ok):not(.status-error):not(.status-delayed):after,.block-filters .liveDashboard .list-results thead .desktop .page-header select:not(.status-ok):not(.status-error):not(.status-delayed):after,.desktop .page-header .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .form-auto-list .desktop .page-header .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.form-auto-list .liveDashboard .list-results thead .desktop .page-header .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .form-auto-list .desktop .page-header .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.form-auto-list .liveDashboard .list-results thead .desktop .page-header .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard .list-results thead .list-results-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead .list-results-header .status.title .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .list-results-header .status.title .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results-header .status.title .liveDashboard .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard .list-results thead tr span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results thead tr .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .list-results thead .icon:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .list-results thead .w-alert-banner:not(.status-ok):not(.status-error):not(.status-delayed):before,.desktop .page-header ._account_api .list-results thead .w-dialog.plus .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-dialog.plus .desktop .page-header ._account_api .list-results thead .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed):after,.desktop .page-header ._account_api .list-results thead .w-toast .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-toast .desktop .page-header ._account_api .list-results thead .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed):after,.desktop .page-header ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection .desktop .page-header ._account_api .list-results thead .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed):before,.desktop .page-header ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection .desktop .page-header ._account_api .list-results thead .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.desktop .page-header ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection .desktop .page-header ._account_api .list-results thead .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed):before,.desktop .page-header ._account_api .list-results thead .block-filters .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.block-filters .desktop .page-header ._account_api .list-results thead .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.desktop .page-header ._account_api .list-results thead .toggleWrapper input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed),.toggleWrapper .desktop .page-header ._account_api .list-results thead input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .list-results thead tbody span.status:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .list-results tbody thead span.status:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .list-results thead tbody td.is-running span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .list-results tbody td.is-running thead span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .list-results thead tbody td.is-pending span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .list-results tbody td.is-pending thead span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .liveDashboard .list-results thead .icon:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .liveDashboard .list-results thead .w-alert-banner:not(.status-ok):not(.status-error):not(.status-delayed):before,.desktop .page-header ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-dialog.plus .desktop .page-header ._account_api .liveDashboard .list-results thead .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed):after,.desktop .page-header ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-toast .desktop .page-header ._account_api .liveDashboard .list-results thead .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed):after,.desktop .page-header ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection .desktop .page-header ._account_api .liveDashboard .list-results thead .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed):before,.desktop .page-header ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection .desktop .page-header ._account_api .liveDashboard .list-results thead .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.desktop .page-header ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection .desktop .page-header ._account_api .liveDashboard .list-results thead .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed):before,.desktop .page-header ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.block-filters .desktop .page-header ._account_api .liveDashboard .list-results thead .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.desktop .page-header ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed),.toggleWrapper .desktop .page-header ._account_api .liveDashboard .list-results thead input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .liveDashboard .list-results thead tbody span.status:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .liveDashboard .list-results tbody thead span.status:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .liveDashboard .list-results thead tbody td.is-running span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .liveDashboard .list-results tbody td.is-running thead span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .liveDashboard .list-results thead tbody td.is-pending span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .liveDashboard .list-results tbody td.is-pending thead span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .desktop .page-header ._account_api .list-results thead .icon:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .desktop .page-header ._account_api .list-results thead .w-alert-banner:not(.status-ok):not(.status-error):not(.status-delayed):before,.liveDashboard .desktop .page-header ._account_api .list-results thead .w-dialog.plus .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-dialog.plus .liveDashboard .desktop .page-header ._account_api .list-results thead .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard .desktop .page-header ._account_api .list-results thead .w-toast .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-toast .liveDashboard .desktop .page-header ._account_api .list-results thead .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard .desktop .page-header ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection .liveDashboard .desktop .page-header ._account_api .list-results thead .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed):before,.liveDashboard .desktop .page-header ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection .liveDashboard .desktop .page-header ._account_api .list-results thead .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.liveDashboard .desktop .page-header ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection .liveDashboard .desktop .page-header ._account_api .list-results thead .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed):before,.liveDashboard .desktop .page-header ._account_api .list-results thead .block-filters .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.block-filters .liveDashboard .desktop .page-header ._account_api .list-results thead .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.liveDashboard .desktop .page-header ._account_api .list-results thead .toggleWrapper input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed),.toggleWrapper .liveDashboard .desktop .page-header ._account_api .list-results thead input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .desktop .page-header ._account_api .list-results thead tbody span.status:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .desktop .page-header ._account_api .list-results tbody thead span.status:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .desktop .page-header ._account_api .list-results thead tbody td.is-running span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .desktop .page-header ._account_api .list-results tbody td.is-running thead span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .desktop .page-header ._account_api .list-results thead tbody td.is-pending span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .desktop .page-header ._account_api .list-results tbody td.is-pending thead span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard .desktop .page-header ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.desktop .page-header ._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .desktop .page-header ._account_api .list-results thead .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.desktop .page-header ._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .desktop .page-header ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .filter:not(.status-ok):not(.status-error):not(.status-delayed),.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .desktop .page-header ._account_api .list-results thead .filter:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .liveDashboard .list-results thead .form-label.status span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .liveDashboard .list-results thead .status.status-log span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .liveDashboard .list-results thead .status.status-report-item span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .liveDashboard .list-results thead .double-list dd.status span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .desktop .page-header ._account_api .liveDashboard .list-results thead dd.status span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .liveDashboard .list-results thead .double-list dt.status span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .desktop .page-header ._account_api .liveDashboard .list-results thead dt.status span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .desktop .page-header ._account_api .liveDashboard .list-results thead .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .desktop .page-header ._account_api .liveDashboard .list-results thead .status.label span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .desktop .page-header ._account_api .list-results thead .form-label.status span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .desktop .page-header ._account_api .list-results thead .status.status-log span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .desktop .page-header ._account_api .list-results thead .status.status-report-item span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .desktop .page-header ._account_api .list-results thead .double-list dd.status span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .liveDashboard .desktop .page-header ._account_api .list-results thead dd.status span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .desktop .page-header ._account_api .list-results thead .double-list dt.status span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .liveDashboard .desktop .page-header ._account_api .list-results thead dt.status span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .desktop .page-header ._account_api .list-results thead .w-cards-container .w-card .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .liveDashboard .desktop .page-header ._account_api .list-results thead .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .desktop .page-header ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .liveDashboard .desktop .page-header ._account_api .list-results thead .status.label span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .desktop .page-header ._account_api .list-results thead tbody tr.sublist .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .desktop .page-header ._account_api .list-results tbody tr.sublist thead .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .form-label.status .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .status.status-log .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .status.status-report-item .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .double-list dd.status .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .desktop .page-header ._account_api dd.status .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .double-list dt.status .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .desktop .page-header ._account_api dt.status .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .desktop .page-header ._account_api .status.title .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .desktop .page-header ._account_api .status.label .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results tbody tr.sublist .desktop .page-header ._account_api .status.title .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.form-label.status .liveDashboard .desktop .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.status.status-log .liveDashboard .desktop .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.status.status-report-item .liveDashboard .desktop .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list dd.status .liveDashboard .desktop .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list dt.status .liveDashboard .desktop .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .status.title .liveDashboard .desktop .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .desktop .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results tbody tr.sublist .status.title .liveDashboard .desktop .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .desktop .page-header ._account_api .list-results thead .w-filters-selected label.status.small span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-filters-selected label.status.small .liveDashboard .desktop .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .desktop .page-header ._account_api .list-results thead .w-filters-selected .status.btn-f-s span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-filters-selected .status.btn-f-s .liveDashboard .desktop .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .liveDashboard .list-results thead .sub-header .w-form label:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .liveDashboard .list-results thead .sub-header .w-double-list label:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .desktop .page-header ._account_api .list-results thead .sub-header .w-form label:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .desktop .page-header ._account_api .list-results thead .sub-header .w-double-list label:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .sub-header .w-form .liveDashboard .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .sub-header .w-double-list .liveDashboard .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed),.sub-header .w-form .liveDashboard .desktop .page-header ._account_api .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed),.sub-header .w-double-list .liveDashboard .desktop .page-header ._account_api .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .liveDashboard .list-results thead .block-filters button:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard .desktop .page-header ._account_api .list-results thead .block-filters button:not(.status-ok):not(.status-error):not(.status-delayed):after,.desktop .page-header ._account_api .block-filters .liveDashboard .list-results thead button:not(.status-ok):not(.status-error):not(.status-delayed):after,.block-filters .liveDashboard .desktop .page-header ._account_api .list-results thead button:not(.status-ok):not(.status-error):not(.status-delayed):after,.desktop .page-header ._account_api .liveDashboard .list-results thead .block-filters select:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard .desktop .page-header ._account_api .list-results thead .block-filters select:not(.status-ok):not(.status-error):not(.status-delayed):after,.desktop .page-header ._account_api .block-filters .liveDashboard .list-results thead select:not(.status-ok):not(.status-error):not(.status-delayed):after,.block-filters .liveDashboard .desktop .page-header ._account_api .list-results thead select:not(.status-ok):not(.status-error):not(.status-delayed):after,.desktop .page-header ._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .desktop .page-header ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.form-auto-list .liveDashboard .desktop .page-header ._account_api .list-results thead .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .desktop .page-header ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.form-auto-list .liveDashboard .desktop .page-header ._account_api .list-results thead .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .liveDashboard .list-results thead .list-results-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .desktop .page-header ._account_api .list-results thead .list-results-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .list-results-header .status.title .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results-header .status.title .liveDashboard .desktop .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .liveDashboard .list-results thead tr span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .desktop .page-header ._account_api .list-results thead tr span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .list-results thead .icon:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .list-results thead .w-alert-banner:not(.status-ok):not(.status-error):not(.status-delayed):before,.desktop .page-header ._account_api .list-results thead .w-dialog.plus .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-dialog.plus .desktop .page-header ._account_api .list-results thead .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed):after,.desktop .page-header ._account_api .list-results thead .w-toast .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-toast .desktop .page-header ._account_api .list-results thead .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed):after,.desktop .page-header ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection .desktop .page-header ._account_api .list-results thead .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed):before,.desktop .page-header ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection .desktop .page-header ._account_api .list-results thead .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.desktop .page-header ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection .desktop .page-header ._account_api .list-results thead .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed):before,.desktop .page-header ._account_api .list-results thead .block-filters .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.block-filters .desktop .page-header ._account_api .list-results thead .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.desktop .page-header ._account_api .list-results thead .toggleWrapper input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed),.toggleWrapper .desktop .page-header ._account_api .list-results thead input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .list-results thead tbody span.status:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .list-results tbody thead span.status:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .list-results thead tbody td.is-running span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .list-results tbody td.is-running thead span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .list-results thead tbody td.is-pending span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .list-results tbody td.is-pending thead span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.desktop .page-header .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .desktop .page-header ._account_api .list-results thead .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.desktop .page-header ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .filter:not(.status-ok):not(.status-error):not(.status-delayed),.w-filter-preset.w-filter-preset .filter-preset .desktop .page-header ._account_api .list-results thead .filter:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .list-results thead .form-label.status span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .list-results thead .status.status-log span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .list-results thead .status.status-report-item span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .list-results thead .double-list dd.status span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .desktop .page-header ._account_api .list-results thead dd.status span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .list-results thead .double-list dt.status span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .desktop .page-header ._account_api .list-results thead dt.status span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .list-results thead .w-cards-container .w-card .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .desktop .page-header ._account_api .list-results thead .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .desktop .page-header ._account_api .list-results thead .status.label span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .list-results thead tbody tr.sublist .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .list-results tbody tr.sublist thead .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .form-label.status ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .status.status-log ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .status.status-report-item ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .double-list dd.status ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .desktop .page-header dd.status ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .double-list dt.status ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .desktop .page-header dt.status ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .w-cards-container .w-card .status.title ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .desktop .page-header .status.title ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .desktop .page-header .status.label ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .list-results tbody tr.sublist .status.title ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results tbody tr.sublist .desktop .page-header .status.title ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.form-label.status .desktop .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.status.status-log .desktop .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.status.status-report-item .desktop .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list dd.status .desktop .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list dt.status .desktop .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .status.title .desktop .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .status.label .desktop .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results tbody tr.sublist .status.title .desktop .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .list-results thead .w-filters-selected label.status.small span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .w-filters-selected label.status.small ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-filters-selected label.status.small .desktop .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .list-results thead .w-filters-selected .status.btn-f-s span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .w-filters-selected .status.btn-f-s ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-filters-selected .status.btn-f-s .desktop .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .list-results thead .sub-header .w-form label:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .list-results thead .sub-header .w-double-list label:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .sub-header .w-form ._account_api .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .sub-header .w-double-list ._account_api .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed),.sub-header .w-form .desktop .page-header ._account_api .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed),.sub-header .w-double-list .desktop .page-header ._account_api .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .list-results thead .block-filters button:not(.status-ok):not(.status-error):not(.status-delayed):after,.desktop .page-header .block-filters ._account_api .list-results thead button:not(.status-ok):not(.status-error):not(.status-delayed):after,.block-filters .desktop .page-header ._account_api .list-results thead button:not(.status-ok):not(.status-error):not(.status-delayed):after,.desktop .page-header ._account_api .list-results thead .block-filters select:not(.status-ok):not(.status-error):not(.status-delayed):after,.desktop .page-header .block-filters ._account_api .list-results thead select:not(.status-ok):not(.status-error):not(.status-delayed):after,.block-filters .desktop .page-header ._account_api .list-results thead select:not(.status-ok):not(.status-error):not(.status-delayed):after,.desktop .page-header ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.form-auto-list .desktop .page-header ._account_api .list-results thead .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.form-auto-list .desktop .page-header ._account_api .list-results thead .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .list-results thead .list-results-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .list-results-header .status.title ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results-header .status.title .desktop .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .list-results thead tr span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard ._account_api .list-results thead .icon:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard ._account_api .list-results thead .w-alert-banner:not(.status-ok):not(.status-error):not(.status-delayed):before,.desktop .page-header .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-dialog.plus .desktop .page-header .liveDashboard ._account_api .list-results thead .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed):after,.desktop .page-header .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-toast .desktop .page-header .liveDashboard ._account_api .list-results thead .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed):after,.desktop .page-header .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection .desktop .page-header .liveDashboard ._account_api .list-results thead .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed):before,.desktop .page-header .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection .desktop .page-header .liveDashboard ._account_api .list-results thead .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.desktop .page-header .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection .desktop .page-header .liveDashboard ._account_api .list-results thead .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed):before,.desktop .page-header .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.block-filters .desktop .page-header .liveDashboard ._account_api .list-results thead .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.desktop .page-header .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed),.toggleWrapper .desktop .page-header .liveDashboard ._account_api .list-results thead input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard ._account_api .list-results thead tbody span.status:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard ._account_api .list-results tbody thead span.status:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard ._account_api .list-results thead tbody td.is-running span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard ._account_api .list-results tbody td.is-running thead span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard ._account_api .list-results thead tbody td.is-pending span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard ._account_api .list-results tbody td.is-pending thead span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .desktop .page-header ._account_api .list-results thead .icon:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .desktop .page-header ._account_api .list-results thead .w-alert-banner:not(.status-ok):not(.status-error):not(.status-delayed):before,.liveDashboard .desktop .page-header ._account_api .list-results thead .w-dialog.plus .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-dialog.plus .liveDashboard .desktop .page-header ._account_api .list-results thead .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard .desktop .page-header ._account_api .list-results thead .w-toast .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-toast .liveDashboard .desktop .page-header ._account_api .list-results thead .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard .desktop .page-header ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection .liveDashboard .desktop .page-header ._account_api .list-results thead .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed):before,.liveDashboard .desktop .page-header ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection .liveDashboard .desktop .page-header ._account_api .list-results thead .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.liveDashboard .desktop .page-header ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection .liveDashboard .desktop .page-header ._account_api .list-results thead .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed):before,.liveDashboard .desktop .page-header ._account_api .list-results thead .block-filters .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.block-filters .liveDashboard .desktop .page-header ._account_api .list-results thead .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.liveDashboard .desktop .page-header ._account_api .list-results thead .toggleWrapper input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed),.toggleWrapper .liveDashboard .desktop .page-header ._account_api .list-results thead input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .desktop .page-header ._account_api .list-results thead tbody span.status:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .desktop .page-header ._account_api .list-results tbody thead span.status:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .desktop .page-header ._account_api .list-results thead tbody td.is-running span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .desktop .page-header ._account_api .list-results tbody td.is-running thead span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .desktop .page-header ._account_api .list-results thead tbody td.is-pending span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .desktop .page-header ._account_api .list-results tbody td.is-pending thead span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .liveDashboard .list-results thead .icon:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .liveDashboard .list-results thead .w-alert-banner:not(.status-ok):not(.status-error):not(.status-delayed):before,.desktop .page-header ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-dialog.plus .desktop .page-header ._account_api .liveDashboard .list-results thead .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed):after,.desktop .page-header ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-toast .desktop .page-header ._account_api .liveDashboard .list-results thead .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed):after,.desktop .page-header ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection .desktop .page-header ._account_api .liveDashboard .list-results thead .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed):before,.desktop .page-header ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection .desktop .page-header ._account_api .liveDashboard .list-results thead .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.desktop .page-header ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection .desktop .page-header ._account_api .liveDashboard .list-results thead .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed):before,.desktop .page-header ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.block-filters .desktop .page-header ._account_api .liveDashboard .list-results thead .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.desktop .page-header ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed),.toggleWrapper .desktop .page-header ._account_api .liveDashboard .list-results thead input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .liveDashboard .list-results thead tbody span.status:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .liveDashboard .list-results tbody thead span.status:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .liveDashboard .list-results thead tbody td.is-running span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .liveDashboard .list-results tbody td.is-running thead span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .liveDashboard .list-results thead tbody td.is-pending span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .liveDashboard .list-results tbody td.is-pending thead span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard .desktop .page-header ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.desktop .page-header ._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.desktop .page-header .liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown .desktop .page-header ._account_api .list-results thead .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.desktop .page-header .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .desktop .page-header ._account_api .liveDashboard .list-results thead .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.desktop .page-header .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .desktop .page-header ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .filter:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .desktop .page-header ._account_api .list-results thead .filter:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .filter:not(.status-ok):not(.status-error):not(.status-delayed),.w-filter-preset.w-filter-preset .filter-preset .desktop .page-header ._account_api .liveDashboard .list-results thead .filter:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard ._account_api .list-results thead .form-label.status span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard ._account_api .list-results thead .status.status-log span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard ._account_api .list-results thead .status.status-report-item span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard ._account_api .list-results thead .double-list dd.status span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .desktop .page-header .liveDashboard ._account_api .list-results thead dd.status span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard ._account_api .list-results thead .double-list dt.status span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .desktop .page-header .liveDashboard ._account_api .list-results thead dt.status span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .desktop .page-header .liveDashboard ._account_api .list-results thead .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .desktop .page-header .liveDashboard ._account_api .list-results thead .status.label span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .desktop .page-header ._account_api .list-results thead .form-label.status span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .desktop .page-header ._account_api .list-results thead .status.status-log span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .desktop .page-header ._account_api .list-results thead .status.status-report-item span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .desktop .page-header ._account_api .list-results thead .double-list dd.status span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .liveDashboard .desktop .page-header ._account_api .list-results thead dd.status span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .desktop .page-header ._account_api .list-results thead .double-list dt.status span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .liveDashboard .desktop .page-header ._account_api .list-results thead dt.status span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .desktop .page-header ._account_api .list-results thead .w-cards-container .w-card .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .liveDashboard .desktop .page-header ._account_api .list-results thead .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .desktop .page-header ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .liveDashboard .desktop .page-header ._account_api .list-results thead .status.label span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .desktop .page-header ._account_api .list-results thead tbody tr.sublist .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .desktop .page-header ._account_api .list-results tbody tr.sublist thead .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .liveDashboard .list-results thead .form-label.status span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .liveDashboard .list-results thead .status.status-log span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .liveDashboard .list-results thead .status.status-report-item span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .liveDashboard .list-results thead .double-list dd.status span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .desktop .page-header ._account_api .liveDashboard .list-results thead dd.status span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .liveDashboard .list-results thead .double-list dt.status span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .desktop .page-header ._account_api .liveDashboard .list-results thead dt.status span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .desktop .page-header ._account_api .liveDashboard .list-results thead .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .desktop .page-header ._account_api .liveDashboard .list-results thead .status.label span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard .form-label.status ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard .status.status-log ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard .status.status-report-item ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard .double-list dd.status ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .desktop .page-header .liveDashboard dd.status ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard .double-list dt.status ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .desktop .page-header .liveDashboard dt.status ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .desktop .page-header .liveDashboard .status.title ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .desktop .page-header .liveDashboard .status.label ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results tbody tr.sublist .desktop .page-header .liveDashboard .status.title ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .form-label.status .desktop .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .status.status-log .desktop .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .status.status-report-item .desktop .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .double-list dd.status .desktop .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .liveDashboard dd.status .desktop .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .double-list dt.status .desktop .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .liveDashboard dt.status .desktop .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .w-cards-container .w-card .status.title .desktop .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .liveDashboard .status.title .desktop .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .w-cards-container .w-card.centered .w-value .status.label .desktop .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .liveDashboard .status.label .desktop .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results tbody tr.sublist .status.title .desktop .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results tbody tr.sublist .liveDashboard .status.title .desktop .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .form-label.status ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .status.status-log ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .status.status-report-item ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .double-list dd.status ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .desktop .page-header dd.status ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .double-list dt.status ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .desktop .page-header dt.status ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .desktop .page-header .status.title ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .desktop .page-header .status.label ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results tbody tr.sublist .desktop .page-header .status.title ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.form-label.status .desktop .page-header ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.status.status-log .desktop .page-header ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.status.status-report-item .desktop .page-header ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list dd.status .desktop .page-header ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list dt.status .desktop .page-header ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .status.title .desktop .page-header ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .status.label .desktop .page-header ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results tbody tr.sublist .status.title .desktop .page-header ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .desktop .page-header ._account_api .list-results thead .w-filters-selected label.status.small span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .w-filters-selected label.status.small .desktop .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-filters-selected label.status.small .desktop .page-header ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .desktop .page-header ._account_api .list-results thead .w-filters-selected .status.btn-f-s span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .w-filters-selected .status.btn-f-s .desktop .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-filters-selected .status.btn-f-s .desktop .page-header ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard ._account_api .list-results thead .sub-header .w-form label:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard ._account_api .list-results thead .sub-header .w-double-list label:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .desktop .page-header ._account_api .list-results thead .sub-header .w-form label:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .desktop .page-header ._account_api .list-results thead .sub-header .w-double-list label:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .liveDashboard .list-results thead .sub-header .w-form label:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .liveDashboard .list-results thead .sub-header .w-double-list label:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard .sub-header .w-form ._account_api .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard .sub-header .w-double-list ._account_api .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .sub-header .w-form .desktop .page-header ._account_api .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .sub-header .w-double-list .desktop .page-header ._account_api .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .sub-header .w-form ._account_api .liveDashboard .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .sub-header .w-double-list ._account_api .liveDashboard .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed),.sub-header .w-form .desktop .page-header ._account_api .liveDashboard .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed),.sub-header .w-double-list .desktop .page-header ._account_api .liveDashboard .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard ._account_api .list-results thead .block-filters button:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard .desktop .page-header ._account_api .list-results thead .block-filters button:not(.status-ok):not(.status-error):not(.status-delayed):after,.desktop .page-header ._account_api .liveDashboard .list-results thead .block-filters button:not(.status-ok):not(.status-error):not(.status-delayed):after,.desktop .page-header .liveDashboard .block-filters ._account_api .list-results thead button:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard .block-filters .desktop .page-header ._account_api .list-results thead button:not(.status-ok):not(.status-error):not(.status-delayed):after,.desktop .page-header .block-filters ._account_api .liveDashboard .list-results thead button:not(.status-ok):not(.status-error):not(.status-delayed):after,.block-filters .desktop .page-header ._account_api .liveDashboard .list-results thead button:not(.status-ok):not(.status-error):not(.status-delayed):after,.desktop .page-header .liveDashboard ._account_api .list-results thead .block-filters select:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard .desktop .page-header ._account_api .list-results thead .block-filters select:not(.status-ok):not(.status-error):not(.status-delayed):after,.desktop .page-header ._account_api .liveDashboard .list-results thead .block-filters select:not(.status-ok):not(.status-error):not(.status-delayed):after,.desktop .page-header .liveDashboard .block-filters ._account_api .list-results thead select:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard .block-filters .desktop .page-header ._account_api .list-results thead select:not(.status-ok):not(.status-error):not(.status-delayed):after,.desktop .page-header .block-filters ._account_api .liveDashboard .list-results thead select:not(.status-ok):not(.status-error):not(.status-delayed):after,.block-filters .desktop .page-header ._account_api .liveDashboard .list-results thead select:not(.status-ok):not(.status-error):not(.status-delayed):after,.desktop .page-header .liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .desktop .page-header ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .form-auto-list .desktop .page-header ._account_api .list-results thead .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .form-auto-list ._account_api .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.form-auto-list .desktop .page-header ._account_api .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .desktop .page-header ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .form-auto-list .desktop .page-header ._account_api .list-results thead .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .form-auto-list ._account_api .liveDashboard .list-results thead .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.form-auto-list .desktop .page-header ._account_api .liveDashboard .list-results thead .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard ._account_api .list-results thead .list-results-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .desktop .page-header ._account_api .list-results thead .list-results-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .liveDashboard .list-results thead .list-results-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard .list-results-header .status.title ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results-header .status.title .desktop .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .list-results-header .status.title ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results-header .status.title .desktop .page-header ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .liveDashboard ._account_api .list-results thead tr span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .desktop .page-header ._account_api .list-results thead tr span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .liveDashboard .list-results thead tr span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.desktop .page-header .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .desktop .page-header ._account_api .list-results thead .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.desktop .page-header ._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .filter:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .filter:not(.status-ok):not(.status-error):not(.status-delayed),.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .desktop .page-header ._account_api .list-results thead .filter:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .form-label.status .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .status.status-log .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .status.status-report-item .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .double-list dd.status .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .desktop .page-header ._account_api dd.status .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .double-list dt.status .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .desktop .page-header ._account_api dt.status .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .desktop .page-header ._account_api .status.title .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .desktop .page-header ._account_api .status.label .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results tbody tr.sublist .desktop .page-header ._account_api .status.title .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .form-label.status .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .status.status-log .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .status.status-report-item .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .double-list dd.status .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .desktop .page-header dd.status .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .double-list dt.status .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .desktop .page-header dt.status .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .desktop .page-header .status.title .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .desktop .page-header .status.label .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results tbody tr.sublist .desktop .page-header .status.title .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.form-label.status .liveDashboard .desktop .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.status.status-log .liveDashboard .desktop .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.status.status-report-item .liveDashboard .desktop .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list dd.status .liveDashboard .desktop .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list dt.status .liveDashboard .desktop .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .status.title .liveDashboard .desktop .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .desktop .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results tbody tr.sublist .status.title .liveDashboard .desktop .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-filters-selected label.status.small .liveDashboard .desktop .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-filters-selected .status.btn-f-s .liveDashboard .desktop .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .sub-header .w-form .liveDashboard .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .sub-header .w-double-list .liveDashboard .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .sub-header .w-form .liveDashboard ._account_api .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .sub-header .w-double-list .liveDashboard ._account_api .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed),.sub-header .w-form .liveDashboard .desktop .page-header ._account_api .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed),.sub-header .w-double-list .liveDashboard .desktop .page-header ._account_api .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .block-filters .liveDashboard .list-results thead button:not(.status-ok):not(.status-error):not(.status-delayed):after,.desktop .page-header .block-filters .liveDashboard ._account_api .list-results thead button:not(.status-ok):not(.status-error):not(.status-delayed):after,.block-filters .liveDashboard .desktop .page-header ._account_api .list-results thead button:not(.status-ok):not(.status-error):not(.status-delayed):after,.desktop .page-header ._account_api .block-filters .liveDashboard .list-results thead select:not(.status-ok):not(.status-error):not(.status-delayed):after,.desktop .page-header .block-filters .liveDashboard ._account_api .list-results thead select:not(.status-ok):not(.status-error):not(.status-delayed):after,.block-filters .liveDashboard .desktop .page-header ._account_api .list-results thead select:not(.status-ok):not(.status-error):not(.status-delayed):after,.desktop .page-header ._account_api .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .form-auto-list .liveDashboard ._account_api .list-results thead .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.form-auto-list .liveDashboard .desktop .page-header ._account_api .list-results thead .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .form-auto-list .liveDashboard ._account_api .list-results thead .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.form-auto-list .liveDashboard .desktop .page-header ._account_api .list-results thead .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .list-results-header .status.title .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .list-results-header .status.title .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results-header .status.title .liveDashboard .desktop .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .desktop .page-header .icon:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .desktop .page-header .w-alert-banner:not(.status-ok):not(.status-error):not(.status-delayed):before,._account_api .list-results thead .desktop .page-header .w-dialog.plus .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-dialog.plus ._account_api .list-results thead .desktop .page-header .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .list-results thead .desktop .page-header .w-toast .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-toast ._account_api .list-results thead .desktop .page-header .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .list-results thead .desktop .page-header .w-time-period .dropdown .w-selection .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .desktop .page-header .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed):before,._account_api .list-results thead .desktop .page-header .w-time-period .dropdown .w-selection .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .desktop .page-header .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,._account_api .list-results thead .desktop .page-header .w-time-period .dropdown .w-selection .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .desktop .page-header .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed):before,._account_api .list-results thead .desktop .page-header .block-filters .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.block-filters ._account_api .list-results thead .desktop .page-header .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,._account_api .list-results thead .desktop .page-header .toggleWrapper input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed),.toggleWrapper ._account_api .list-results thead .desktop .page-header input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .desktop .page-header tbody span.status:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results tbody thead .desktop .page-header span.status:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .desktop .page-header tbody td.is-running span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results tbody td.is-running thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .desktop .page-header tbody td.is-pending span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results tbody td.is-pending thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .desktop .page-header .icon:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .desktop .page-header .w-alert-banner:not(.status-ok):not(.status-error):not(.status-delayed):before,._account_api .liveDashboard .list-results thead .desktop .page-header .w-dialog.plus .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .desktop .page-header .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .liveDashboard .list-results thead .desktop .page-header .w-toast .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-toast ._account_api .liveDashboard .list-results thead .desktop .page-header .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .liveDashboard .list-results thead .desktop .page-header .w-time-period .dropdown .w-selection .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .desktop .page-header .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed):before,._account_api .liveDashboard .list-results thead .desktop .page-header .w-time-period .dropdown .w-selection .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .desktop .page-header .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,._account_api .liveDashboard .list-results thead .desktop .page-header .w-time-period .dropdown .w-selection .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .desktop .page-header .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed):before,._account_api .liveDashboard .list-results thead .desktop .page-header .block-filters .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.block-filters ._account_api .liveDashboard .list-results thead .desktop .page-header .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,._account_api .liveDashboard .list-results thead .desktop .page-header .toggleWrapper input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed),.toggleWrapper ._account_api .liveDashboard .list-results thead .desktop .page-header input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .desktop .page-header tbody span.status:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results tbody thead .desktop .page-header span.status:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .desktop .page-header tbody td.is-running span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results tbody td.is-running thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .desktop .page-header tbody td.is-pending span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results tbody td.is-pending thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .desktop .page-header .icon:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .desktop .page-header .w-alert-banner:not(.status-ok):not(.status-error):not(.status-delayed):before,.liveDashboard ._account_api .list-results thead .desktop .page-header .w-dialog.plus .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .desktop .page-header .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard ._account_api .list-results thead .desktop .page-header .w-toast .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-toast .liveDashboard ._account_api .list-results thead .desktop .page-header .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard ._account_api .list-results thead .desktop .page-header .w-time-period .dropdown .w-selection .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .desktop .page-header .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed):before,.liveDashboard ._account_api .list-results thead .desktop .page-header .w-time-period .dropdown .w-selection .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .desktop .page-header .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.liveDashboard ._account_api .list-results thead .desktop .page-header .w-time-period .dropdown .w-selection .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .desktop .page-header .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed):before,.liveDashboard ._account_api .list-results thead .desktop .page-header .block-filters .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.block-filters .liveDashboard ._account_api .list-results thead .desktop .page-header .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.liveDashboard ._account_api .list-results thead .desktop .page-header .toggleWrapper input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed),.toggleWrapper .liveDashboard ._account_api .list-results thead .desktop .page-header input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .desktop .page-header tbody span.status:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results tbody thead .desktop .page-header span.status:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .desktop .page-header tbody td.is-running span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results tbody td.is-running thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .desktop .page-header tbody td.is-pending span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results tbody td.is-pending thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .desktop .page-header .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard ._account_api .list-results thead .desktop .page-header .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .desktop .page-header .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .desktop .page-header .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .desktop .page-header .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .desktop .page-header .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .liveDashboard .list-results thead .desktop .page-header .w-filter-preset.w-filter-preset .filter-preset .filter:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .desktop .page-header .w-filter-preset.w-filter-preset .filter-preset .filter:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .desktop .page-header .filter:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .desktop .page-header .filter:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .desktop .page-header .filter:not(.status-ok):not(.status-error):not(.status-delayed),.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .desktop .page-header .filter:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .desktop .page-header .form-label.status span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .desktop .page-header .status.status-log span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .desktop .page-header .status.status-report-item span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .desktop .page-header .double-list dd.status span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list ._account_api .liveDashboard .list-results thead .desktop .page-header dd.status span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .desktop .page-header .double-list dt.status span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list ._account_api .liveDashboard .list-results thead .desktop .page-header dt.status span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .desktop .page-header .w-cards-container .w-card .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .desktop .page-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .desktop .page-header .w-cards-container .w-card.centered .w-value .status.label span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .desktop .page-header .status.label span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .desktop .page-header tbody tr.sublist .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results tbody tr.sublist thead .desktop .page-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .desktop .page-header .form-label.status span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .desktop .page-header .status.status-log span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .desktop .page-header .status.status-report-item span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .desktop .page-header .double-list dd.status span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .liveDashboard ._account_api .list-results thead .desktop .page-header dd.status span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .desktop .page-header .double-list dt.status span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .liveDashboard ._account_api .list-results thead .desktop .page-header dt.status span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .desktop .page-header .w-cards-container .w-card .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .desktop .page-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .desktop .page-header .w-cards-container .w-card.centered .w-value .status.label span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .desktop .page-header .status.label span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .desktop .page-header tbody tr.sublist .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results tbody tr.sublist thead .desktop .page-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .form-label.status .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .status.status-log .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .status.status-report-item .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .double-list dd.status .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list ._account_api .liveDashboard .list-results thead dd.status .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .double-list dt.status .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list ._account_api .liveDashboard .list-results thead dt.status .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .form-label.status .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .status.status-log .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .status.status-report-item .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .double-list dd.status .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .liveDashboard ._account_api .list-results thead dd.status .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .double-list dt.status .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .liveDashboard ._account_api .list-results thead dt.status .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .form-label.status .liveDashboard .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .status.status-log .liveDashboard .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .status.status-report-item .liveDashboard .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .double-list dd.status .liveDashboard .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list ._account_api dd.status .liveDashboard .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .double-list dt.status .liveDashboard .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list ._account_api dt.status .liveDashboard .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.form-label.status .liveDashboard ._account_api .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.status.status-log .liveDashboard ._account_api .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.status.status-report-item .liveDashboard ._account_api .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list dd.status .liveDashboard ._account_api .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list dt.status .liveDashboard ._account_api .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .desktop .page-header .w-filters-selected label.status.small span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .desktop .page-header .w-filters-selected label.status.small span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .desktop .page-header .w-filters-selected .status.btn-f-s span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .desktop .page-header .w-filters-selected .status.btn-f-s span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .desktop .page-header .sub-header .w-form label:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .desktop .page-header .sub-header .w-double-list label:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .desktop .page-header .sub-header .w-form label:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .desktop .page-header .sub-header .w-double-list label:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .sub-header .w-form .desktop .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .sub-header .w-double-list .desktop .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .sub-header .w-form .desktop .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .sub-header .w-double-list .desktop .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .sub-header .w-form .liveDashboard .list-results thead .desktop .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .sub-header .w-double-list .liveDashboard .list-results thead .desktop .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),.sub-header .w-form .liveDashboard ._account_api .list-results thead .desktop .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),.sub-header .w-double-list .liveDashboard ._account_api .list-results thead .desktop .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .desktop .page-header .block-filters button:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard ._account_api .list-results thead .desktop .page-header .block-filters button:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .liveDashboard .list-results thead .block-filters .desktop .page-header button:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard ._account_api .list-results thead .block-filters .desktop .page-header button:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .block-filters .liveDashboard .list-results thead .desktop .page-header button:not(.status-ok):not(.status-error):not(.status-delayed):after,.block-filters .liveDashboard ._account_api .list-results thead .desktop .page-header button:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .liveDashboard .list-results thead .desktop .page-header .block-filters select:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard ._account_api .list-results thead .desktop .page-header .block-filters select:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .liveDashboard .list-results thead .block-filters .desktop .page-header select:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard ._account_api .list-results thead .block-filters .desktop .page-header select:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .block-filters .liveDashboard .list-results thead .desktop .page-header select:not(.status-ok):not(.status-error):not(.status-delayed):after,.block-filters .liveDashboard ._account_api .list-results thead .desktop .page-header select:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .liveDashboard .list-results thead .desktop .page-header .form-auto-list .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .desktop .page-header .form-auto-list .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .form-auto-list .desktop .page-header .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .form-auto-list .desktop .page-header .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .form-auto-list .liveDashboard .list-results thead .desktop .page-header .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.form-auto-list .liveDashboard ._account_api .list-results thead .desktop .page-header .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .desktop .page-header .form-auto-list .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .desktop .page-header .form-auto-list .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .form-auto-list .desktop .page-header .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .form-auto-list .desktop .page-header .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .form-auto-list .liveDashboard .list-results thead .desktop .page-header .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.form-auto-list .liveDashboard ._account_api .list-results thead .desktop .page-header .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .desktop .page-header .list-results-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .desktop .page-header .list-results-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .list-results-header .status.title .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .list-results-header .status.title .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results-header .status.title .liveDashboard .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results-header .status.title .liveDashboard ._account_api .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .desktop .page-header tr span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .desktop .page-header tr span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead tr .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead tr .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .desktop .page-header .icon:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .desktop .page-header .w-alert-banner:not(.status-ok):not(.status-error):not(.status-delayed):before,._account_api .list-results thead .desktop .page-header .w-dialog.plus .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-dialog.plus ._account_api .list-results thead .desktop .page-header .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .list-results thead .desktop .page-header .w-toast .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-toast ._account_api .list-results thead .desktop .page-header .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .list-results thead .desktop .page-header .w-time-period .dropdown .w-selection .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .desktop .page-header .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed):before,._account_api .list-results thead .desktop .page-header .w-time-period .dropdown .w-selection .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .desktop .page-header .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,._account_api .list-results thead .desktop .page-header .w-time-period .dropdown .w-selection .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .desktop .page-header .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed):before,._account_api .list-results thead .desktop .page-header .block-filters .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.block-filters ._account_api .list-results thead .desktop .page-header .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,._account_api .list-results thead .desktop .page-header .toggleWrapper input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed),.toggleWrapper ._account_api .list-results thead .desktop .page-header input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .desktop .page-header tbody span.status:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results tbody thead .desktop .page-header span.status:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .desktop .page-header tbody td.is-running span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results tbody td.is-running thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .desktop .page-header tbody td.is-pending span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results tbody td.is-pending thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .desktop .page-header .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .desktop .page-header .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .desktop .page-header .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .list-results thead .desktop .page-header .w-filter-preset.w-filter-preset .filter-preset .filter:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .desktop .page-header .filter:not(.status-ok):not(.status-error):not(.status-delayed),.w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .desktop .page-header .filter:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .desktop .page-header .form-label.status span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .desktop .page-header .status.status-log span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .desktop .page-header .status.status-report-item span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .desktop .page-header .double-list dd.status span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list ._account_api .list-results thead .desktop .page-header dd.status span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .desktop .page-header .double-list dt.status span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list ._account_api .list-results thead .desktop .page-header dt.status span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .desktop .page-header .w-cards-container .w-card .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card ._account_api .list-results thead .desktop .page-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .desktop .page-header .w-cards-container .w-card.centered .w-value .status.label span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value ._account_api .list-results thead .desktop .page-header .status.label span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .desktop .page-header tbody tr.sublist .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results tbody tr.sublist thead .desktop .page-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .form-label.status .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .status.status-log .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .status.status-report-item .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .double-list dd.status .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list ._account_api .list-results thead dd.status .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .double-list dt.status .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list ._account_api .list-results thead dt.status .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .w-cards-container .w-card .status.title .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card ._account_api .list-results thead .status.title .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value ._account_api .list-results thead .status.label .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead tbody tr.sublist .status.title .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results tbody tr.sublist thead .status.title .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.form-label.status ._account_api .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.status.status-log ._account_api .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.status.status-report-item ._account_api .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list dd.status ._account_api .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list dt.status ._account_api .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .status.title ._account_api .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results tbody tr.sublist .status.title ._account_api .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .desktop .page-header .w-filters-selected label.status.small span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .w-filters-selected label.status.small .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-filters-selected label.status.small ._account_api .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .desktop .page-header .w-filters-selected .status.btn-f-s span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .w-filters-selected .status.btn-f-s .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-filters-selected .status.btn-f-s ._account_api .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .desktop .page-header .sub-header .w-form label:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .desktop .page-header .sub-header .w-double-list label:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .sub-header .w-form .desktop .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .sub-header .w-double-list .desktop .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),.sub-header .w-form ._account_api .list-results thead .desktop .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),.sub-header .w-double-list ._account_api .list-results thead .desktop .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .desktop .page-header .block-filters button:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .list-results thead .block-filters .desktop .page-header button:not(.status-ok):not(.status-error):not(.status-delayed):after,.block-filters ._account_api .list-results thead .desktop .page-header button:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .list-results thead .desktop .page-header .block-filters select:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .list-results thead .block-filters .desktop .page-header select:not(.status-ok):not(.status-error):not(.status-delayed):after,.block-filters ._account_api .list-results thead .desktop .page-header select:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .list-results thead .desktop .page-header .form-auto-list .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .form-auto-list .desktop .page-header .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.form-auto-list ._account_api .list-results thead .desktop .page-header .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .desktop .page-header .form-auto-list .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .form-auto-list .desktop .page-header .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.form-auto-list ._account_api .list-results thead .desktop .page-header .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .desktop .page-header .list-results-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .list-results-header .status.title .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results-header .status.title ._account_api .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .desktop .page-header tr span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead tr .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .desktop .page-header .icon:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .desktop .page-header .w-alert-banner:not(.status-ok):not(.status-error):not(.status-delayed):before,.liveDashboard ._account_api .list-results thead .desktop .page-header .w-dialog.plus .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .desktop .page-header .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard ._account_api .list-results thead .desktop .page-header .w-toast .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-toast .liveDashboard ._account_api .list-results thead .desktop .page-header .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard ._account_api .list-results thead .desktop .page-header .w-time-period .dropdown .w-selection .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .desktop .page-header .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed):before,.liveDashboard ._account_api .list-results thead .desktop .page-header .w-time-period .dropdown .w-selection .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .desktop .page-header .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.liveDashboard ._account_api .list-results thead .desktop .page-header .w-time-period .dropdown .w-selection .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .desktop .page-header .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed):before,.liveDashboard ._account_api .list-results thead .desktop .page-header .block-filters .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.block-filters .liveDashboard ._account_api .list-results thead .desktop .page-header .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.liveDashboard ._account_api .list-results thead .desktop .page-header .toggleWrapper input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed),.toggleWrapper .liveDashboard ._account_api .list-results thead .desktop .page-header input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .desktop .page-header tbody span.status:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results tbody thead .desktop .page-header span.status:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .desktop .page-header tbody td.is-running span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results tbody td.is-running thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .desktop .page-header tbody td.is-pending span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results tbody td.is-pending thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .desktop .page-header .icon:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .desktop .page-header .w-alert-banner:not(.status-ok):not(.status-error):not(.status-delayed):before,._account_api .liveDashboard .list-results thead .desktop .page-header .w-dialog.plus .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .desktop .page-header .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .liveDashboard .list-results thead .desktop .page-header .w-toast .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-toast ._account_api .liveDashboard .list-results thead .desktop .page-header .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .liveDashboard .list-results thead .desktop .page-header .w-time-period .dropdown .w-selection .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .desktop .page-header .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed):before,._account_api .liveDashboard .list-results thead .desktop .page-header .w-time-period .dropdown .w-selection .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .desktop .page-header .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,._account_api .liveDashboard .list-results thead .desktop .page-header .w-time-period .dropdown .w-selection .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed):before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .desktop .page-header .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed):before,._account_api .liveDashboard .list-results thead .desktop .page-header .block-filters .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,.block-filters ._account_api .liveDashboard .list-results thead .desktop .page-header .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed):before,._account_api .liveDashboard .list-results thead .desktop .page-header .toggleWrapper input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed),.toggleWrapper ._account_api .liveDashboard .list-results thead .desktop .page-header input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .desktop .page-header tbody span.status:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results tbody thead .desktop .page-header span.status:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .desktop .page-header tbody td.is-running span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results tbody td.is-running thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .desktop .page-header tbody td.is-pending span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results tbody td.is-pending thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .desktop .page-header .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .desktop .page-header .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .liveDashboard .list-results thead .desktop .page-header .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .desktop .page-header .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .desktop .page-header .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .desktop .page-header .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard ._account_api .list-results thead .desktop .page-header .w-filter-preset.w-filter-preset .filter-preset .filter:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .desktop .page-header .filter:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .desktop .page-header .w-filter-preset.w-filter-preset .filter-preset .filter:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .desktop .page-header .filter:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .desktop .page-header .filter:not(.status-ok):not(.status-error):not(.status-delayed),.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .desktop .page-header .filter:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .desktop .page-header .form-label.status span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .desktop .page-header .status.status-log span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .desktop .page-header .status.status-report-item span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .desktop .page-header .double-list dd.status span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .liveDashboard ._account_api .list-results thead .desktop .page-header dd.status span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .desktop .page-header .double-list dt.status span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .liveDashboard ._account_api .list-results thead .desktop .page-header dt.status span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .desktop .page-header .w-cards-container .w-card .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .desktop .page-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .desktop .page-header .w-cards-container .w-card.centered .w-value .status.label span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .desktop .page-header .status.label span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .desktop .page-header tbody tr.sublist .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results tbody tr.sublist thead .desktop .page-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .form-label.status .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .status.status-log .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .status.status-report-item .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .double-list dd.status .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .liveDashboard ._account_api .list-results thead dd.status .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .double-list dt.status .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .liveDashboard ._account_api .list-results thead dt.status .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .desktop .page-header .form-label.status span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .desktop .page-header .status.status-log span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .desktop .page-header .status.status-report-item span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .desktop .page-header .double-list dd.status span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list ._account_api .liveDashboard .list-results thead .desktop .page-header dd.status span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .desktop .page-header .double-list dt.status span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list ._account_api .liveDashboard .list-results thead .desktop .page-header dt.status span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .desktop .page-header .w-cards-container .w-card .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .desktop .page-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .desktop .page-header .w-cards-container .w-card.centered .w-value .status.label span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .desktop .page-header .status.label span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .desktop .page-header tbody tr.sublist .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results tbody tr.sublist thead .desktop .page-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .form-label.status .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .status.status-log .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .status.status-report-item .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .double-list dd.status .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list ._account_api .liveDashboard .list-results thead dd.status .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .double-list dt.status .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list ._account_api .liveDashboard .list-results thead dt.status .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .form-label.status ._account_api .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .status.status-log ._account_api .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .status.status-report-item ._account_api .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .double-list dd.status ._account_api .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .liveDashboard dd.status ._account_api .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .double-list dt.status ._account_api .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .liveDashboard dt.status ._account_api .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.form-label.status ._account_api .liveDashboard .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.status.status-log ._account_api .liveDashboard .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.status.status-report-item ._account_api .liveDashboard .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list dd.status ._account_api .liveDashboard .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list dt.status ._account_api .liveDashboard .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .desktop .page-header .w-filters-selected label.status.small span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .desktop .page-header .w-filters-selected label.status.small span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .desktop .page-header .w-filters-selected .status.btn-f-s span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .desktop .page-header .w-filters-selected .status.btn-f-s span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .desktop .page-header .sub-header .w-form label:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .desktop .page-header .sub-header .w-double-list label:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .sub-header .w-form .desktop .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .sub-header .w-double-list .desktop .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .desktop .page-header .sub-header .w-form label:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .desktop .page-header .sub-header .w-double-list label:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .sub-header .w-form .desktop .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .sub-header .w-double-list .desktop .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .sub-header .w-form ._account_api .list-results thead .desktop .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .sub-header .w-double-list ._account_api .list-results thead .desktop .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),.sub-header .w-form ._account_api .liveDashboard .list-results thead .desktop .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),.sub-header .w-double-list ._account_api .liveDashboard .list-results thead .desktop .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .desktop .page-header .block-filters button:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard ._account_api .list-results thead .block-filters .desktop .page-header button:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .liveDashboard .list-results thead .desktop .page-header .block-filters button:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .liveDashboard .list-results thead .block-filters .desktop .page-header button:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard .block-filters ._account_api .list-results thead .desktop .page-header button:not(.status-ok):not(.status-error):not(.status-delayed):after,.block-filters ._account_api .liveDashboard .list-results thead .desktop .page-header button:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard ._account_api .list-results thead .desktop .page-header .block-filters select:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard ._account_api .list-results thead .block-filters .desktop .page-header select:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .liveDashboard .list-results thead .desktop .page-header .block-filters select:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .liveDashboard .list-results thead .block-filters .desktop .page-header select:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard .block-filters ._account_api .list-results thead .desktop .page-header select:not(.status-ok):not(.status-error):not(.status-delayed):after,.block-filters ._account_api .liveDashboard .list-results thead .desktop .page-header select:not(.status-ok):not(.status-error):not(.status-delayed):after,.liveDashboard ._account_api .list-results thead .desktop .page-header .form-auto-list .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .form-auto-list .desktop .page-header .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .desktop .page-header .form-auto-list .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .form-auto-list .desktop .page-header .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .form-auto-list ._account_api .list-results thead .desktop .page-header .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.form-auto-list ._account_api .liveDashboard .list-results thead .desktop .page-header .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .desktop .page-header .form-auto-list .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .form-auto-list .desktop .page-header .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .desktop .page-header .form-auto-list .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .form-auto-list .desktop .page-header .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .form-auto-list ._account_api .list-results thead .desktop .page-header .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.form-auto-list ._account_api .liveDashboard .list-results thead .desktop .page-header .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .desktop .page-header .list-results-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .list-results-header .status.title .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .desktop .page-header .list-results-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .list-results-header .status.title .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard .list-results-header .status.title ._account_api .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results-header .status.title ._account_api .liveDashboard .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead .desktop .page-header tr span:not(.status-ok):not(.status-error):not(.status-delayed),.liveDashboard ._account_api .list-results thead tr .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead .desktop .page-header tr span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .liveDashboard .list-results thead tr .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .desktop .page-header .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .desktop .page-header .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .desktop .page-header .filter:not(.status-ok):not(.status-error):not(.status-delayed),.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .desktop .page-header .filter:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .form-label.status .liveDashboard .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .status.status-log .liveDashboard .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .status.status-report-item .liveDashboard .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .double-list dd.status .liveDashboard .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list ._account_api dd.status .liveDashboard .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .double-list dt.status .liveDashboard .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list ._account_api dt.status .liveDashboard .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.form-label.status .liveDashboard ._account_api .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.status.status-log .liveDashboard ._account_api .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.status.status-report-item .liveDashboard ._account_api .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list dd.status .liveDashboard ._account_api .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list dt.status .liveDashboard ._account_api .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .sub-header .w-form .liveDashboard .list-results thead .desktop .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .sub-header .w-double-list .liveDashboard .list-results thead .desktop .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),.sub-header .w-form .liveDashboard ._account_api .list-results thead .desktop .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),.sub-header .w-double-list .liveDashboard ._account_api .list-results thead .desktop .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .block-filters .liveDashboard .list-results thead .desktop .page-header button:not(.status-ok):not(.status-error):not(.status-delayed):after,.block-filters .liveDashboard ._account_api .list-results thead .desktop .page-header button:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .block-filters .liveDashboard .list-results thead .desktop .page-header select:not(.status-ok):not(.status-error):not(.status-delayed):after,.block-filters .liveDashboard ._account_api .list-results thead .desktop .page-header select:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .form-auto-list .liveDashboard .list-results thead .desktop .page-header .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.form-auto-list .liveDashboard ._account_api .list-results thead .desktop .page-header .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .form-auto-list .liveDashboard .list-results thead .desktop .page-header .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.form-auto-list .liveDashboard ._account_api .list-results thead .desktop .page-header .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results-header .status.title .liveDashboard .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results-header .status.title .liveDashboard ._account_api .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .desktop .page-header .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.desktop .page-header .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .desktop .page-header .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed):after,.desktop .page-header ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .desktop .page-header .filter:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .filter:not(.status-ok):not(.status-error):not(.status-delayed),.w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .desktop .page-header .filter:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .list-results thead .form-label.status span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .list-results thead .status.status-log span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .list-results thead .status.status-report-item span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .list-results thead .double-list dd.status span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .desktop .page-header ._account_api .list-results thead dd.status span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .list-results thead .double-list dt.status span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .desktop .page-header ._account_api .list-results thead dt.status span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .list-results thead .w-cards-container .w-card .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .desktop .page-header ._account_api .list-results thead .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .desktop .page-header ._account_api .list-results thead .status.label span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .list-results thead tbody tr.sublist .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .list-results tbody tr.sublist thead .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .form-label.status .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .status.status-log .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .status.status-report-item .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .double-list dd.status .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list ._account_api .list-results thead dd.status .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .double-list dt.status .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list ._account_api .list-results thead dt.status .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .w-cards-container .w-card .status.title .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card ._account_api .list-results thead .status.title .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value ._account_api .list-results thead .status.label .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead tbody tr.sublist .status.title .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results tbody tr.sublist thead .status.title .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .form-label.status ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .status.status-log ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .status.status-report-item ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .double-list dd.status ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .desktop .page-header dd.status ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .double-list dt.status ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list .desktop .page-header dt.status ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .w-cards-container .w-card .status.title ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .desktop .page-header .status.title ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .desktop .page-header .status.label ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .list-results tbody tr.sublist .status.title ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results tbody tr.sublist .desktop .page-header .status.title ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.form-label.status ._account_api .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.status.status-log ._account_api .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.status.status-report-item ._account_api .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list dd.status ._account_api .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.double-list dt.status ._account_api .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card .status.title ._account_api .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results tbody tr.sublist .status.title ._account_api .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .list-results thead .w-filters-selected label.status.small span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .w-filters-selected label.status.small .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .w-filters-selected label.status.small ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-filters-selected label.status.small ._account_api .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .list-results thead .w-filters-selected .status.btn-f-s span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .w-filters-selected .status.btn-f-s .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .w-filters-selected .status.btn-f-s ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.w-filters-selected .status.btn-f-s ._account_api .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .list-results thead .sub-header .w-form label:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .list-results thead .sub-header .w-double-list label:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .sub-header .w-form .desktop .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .sub-header .w-double-list .desktop .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .sub-header .w-form ._account_api .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .sub-header .w-double-list ._account_api .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed),.sub-header .w-form ._account_api .list-results thead .desktop .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),.sub-header .w-double-list ._account_api .list-results thead .desktop .page-header label:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .list-results thead .block-filters button:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .list-results thead .block-filters .desktop .page-header button:not(.status-ok):not(.status-error):not(.status-delayed):after,.desktop .page-header .block-filters ._account_api .list-results thead button:not(.status-ok):not(.status-error):not(.status-delayed):after,.block-filters ._account_api .list-results thead .desktop .page-header button:not(.status-ok):not(.status-error):not(.status-delayed):after,.desktop .page-header ._account_api .list-results thead .block-filters select:not(.status-ok):not(.status-error):not(.status-delayed):after,._account_api .list-results thead .block-filters .desktop .page-header select:not(.status-ok):not(.status-error):not(.status-delayed):after,.desktop .page-header .block-filters ._account_api .list-results thead select:not(.status-ok):not(.status-error):not(.status-delayed):after,.block-filters ._account_api .list-results thead .desktop .page-header select:not(.status-ok):not(.status-error):not(.status-delayed):after,.desktop .page-header ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .form-auto-list .desktop .page-header .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.form-auto-list ._account_api .list-results thead .desktop .page-header .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .form-auto-list .desktop .page-header .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.form-auto-list ._account_api .list-results thead .desktop .page-header .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .list-results thead .list-results-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead .list-results-header .status.title .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .list-results-header .status.title ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed),.list-results-header .status.title ._account_api .list-results thead .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header ._account_api .list-results thead tr span:not(.status-ok):not(.status-error):not(.status-delayed),._account_api .list-results thead tr .desktop .page-header span:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .sidebar-default.sidebar-default-right .sidebar-default-body .filter-group .filter-checkbox:not(.status-ok):not(.status-error):not(.status-delayed),.sidebar-default.sidebar-default-right .sidebar-default-body .filter-group .desktop .page-header .filter-checkbox:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .add-filters-dropdown .w-add-filters-list>div.filter-group .filter-checkbox:not(.status-ok):not(.status-error):not(.status-delayed),.add-filters-dropdown .w-add-filters-list>div.filter-group .desktop .page-header .filter-checkbox:not(.status-ok):not(.status-error):not(.status-delayed),.desktop .page-header .filter-preset .filter-field-name button:not(.status-ok):not(.status-error):not(.status-delayed),.filter-preset .filter-field-name .desktop .page-header button:not(.status-ok):not(.status-error):not(.status-delayed){display:none}.page-header .button-default:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard .list-results thead .icon:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard .list-results thead .w-alert-banner:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.page-header .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.w-dialog.plus .page-header .liveDashboard .list-results thead .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.page-header .liveDashboard .list-results thead .w-toast .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.w-toast .page-header .liveDashboard .list-results thead .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.page-header .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.w-time-period .dropdown .w-selection .page-header .liveDashboard .list-results thead .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.page-header .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.w-time-period .dropdown .w-selection .page-header .liveDashboard .list-results thead .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.page-header .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.w-time-period .dropdown .w-selection .page-header .liveDashboard .list-results thead .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.page-header .liveDashboard .list-results thead .block-filters .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.block-filters .page-header .liveDashboard .list-results thead .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.page-header .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed).back,.toggleWrapper .page-header .liveDashboard .list-results thead input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard .list-results thead tbody span.status:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard .list-results tbody thead span.status:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard .list-results thead tbody td.is-running span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard .list-results tbody td.is-running thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard .list-results thead tbody td.is-pending span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard .list-results tbody td.is-pending thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard .list-results thead .icon:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard .list-results thead .w-alert-banner:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.page-header .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.w-dialog.plus .page-header .liveDashboard .list-results thead .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.page-header .liveDashboard .list-results thead .w-toast .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.w-toast .page-header .liveDashboard .list-results thead .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.page-header .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.w-time-period .dropdown .w-selection .page-header .liveDashboard .list-results thead .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.page-header .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.w-time-period .dropdown .w-selection .page-header .liveDashboard .list-results thead .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.page-header .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.w-time-period .dropdown .w-selection .page-header .liveDashboard .list-results thead .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.page-header .liveDashboard .list-results thead .block-filters .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.block-filters .page-header .liveDashboard .list-results thead .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.page-header .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed).back,.toggleWrapper .page-header .liveDashboard .list-results thead input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard .list-results thead tbody span.status:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard .list-results tbody thead span.status:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard .list-results thead tbody td.is-running span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard .list-results tbody td.is-running thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard .list-results thead tbody td.is-pending span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard .list-results tbody td.is-pending thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.page-header .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .page-header .liveDashboard .list-results thead .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.page-header .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .filter:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-filter-preset.w-filter-preset .filter-preset .page-header .liveDashboard .list-results thead .filter:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard .list-results thead .form-label.status span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard .list-results thead .status.status-log span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard .list-results thead .status.status-report-item span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard .list-results thead .double-list dd.status span:not(.status-ok):not(.status-error):not(.status-delayed).back,.double-list .page-header .liveDashboard .list-results thead dd.status span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard .list-results thead .double-list dt.status span:not(.status-ok):not(.status-error):not(.status-delayed).back,.double-list .page-header .liveDashboard .list-results thead dt.status span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard .list-results thead .w-cards-container .w-card .status.title span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-cards-container .w-card .page-header .liveDashboard .list-results thead .status.title span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-cards-container .w-card.centered .w-value .page-header .liveDashboard .list-results thead .status.label span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard .list-results thead tbody tr.sublist .status.title span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard .list-results tbody tr.sublist thead .status.title span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .form-label.status .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .status.status-log .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .status.status-report-item .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .double-list dd.status .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.double-list .page-header dd.status .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .double-list dt.status .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.double-list .page-header dt.status .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .w-cards-container .w-card .status.title .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-cards-container .w-card .page-header .status.title .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-cards-container .w-card.centered .w-value .page-header .status.label .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.list-results tbody tr.sublist .page-header .status.title .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.form-label.status .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.status.status-log .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.status.status-report-item .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.double-list dd.status .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.double-list dt.status .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-cards-container .w-card .status.title .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-cards-container .w-card.centered .w-value .status.label .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.list-results tbody tr.sublist .status.title .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard .list-results thead .w-filters-selected label.status.small span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .w-filters-selected label.status.small .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-filters-selected label.status.small .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-filters-selected .status.btn-f-s .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard .list-results thead .sub-header .w-form label:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard .list-results thead .sub-header .w-double-list label:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .sub-header .w-form .liveDashboard .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .sub-header .w-double-list .liveDashboard .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed).back,.sub-header .w-form .page-header .liveDashboard .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed).back,.sub-header .w-double-list .page-header .liveDashboard .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard .list-results thead .block-filters button:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.page-header .block-filters .liveDashboard .list-results thead button:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.block-filters .page-header .liveDashboard .list-results thead button:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.page-header .liveDashboard .list-results thead .block-filters select:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.page-header .block-filters .liveDashboard .list-results thead select:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.block-filters .page-header .liveDashboard .list-results thead select:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.page-header .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed).back,.form-auto-list .page-header .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed).back,.form-auto-list .page-header .liveDashboard .list-results thead .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard .list-results thead .list-results-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .list-results-header .status.title .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.list-results-header .status.title .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard .list-results thead tr span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard ._account_api .list-results thead .icon:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard ._account_api .list-results thead .w-alert-banner:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.page-header .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.w-dialog.plus .page-header .liveDashboard ._account_api .list-results thead .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.page-header .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.w-toast .page-header .liveDashboard ._account_api .list-results thead .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.page-header .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.w-time-period .dropdown .w-selection .page-header .liveDashboard ._account_api .list-results thead .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.page-header .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.w-time-period .dropdown .w-selection .page-header .liveDashboard ._account_api .list-results thead .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.page-header .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.w-time-period .dropdown .w-selection .page-header .liveDashboard ._account_api .list-results thead .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.page-header .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.block-filters .page-header .liveDashboard ._account_api .list-results thead .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.page-header .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed).back,.toggleWrapper .page-header .liveDashboard ._account_api .list-results thead input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard ._account_api .list-results thead tbody span.status:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard ._account_api .list-results tbody thead span.status:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard ._account_api .list-results thead tbody td.is-running span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard ._account_api .list-results tbody td.is-running thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard ._account_api .list-results thead tbody td.is-pending span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard ._account_api .list-results tbody td.is-pending thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .page-header .liveDashboard .list-results thead .icon:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .page-header .liveDashboard .list-results thead .w-alert-banner:not(.status-ok):not(.status-error):not(.status-delayed).back:before,._account_api .page-header .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.w-dialog.plus ._account_api .page-header .liveDashboard .list-results thead .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed).back:after,._account_api .page-header .liveDashboard .list-results thead .w-toast .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.w-toast ._account_api .page-header .liveDashboard .list-results thead .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed).back:after,._account_api .page-header .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.w-time-period .dropdown .w-selection ._account_api .page-header .liveDashboard .list-results thead .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed).back:before,._account_api .page-header .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.w-time-period .dropdown .w-selection ._account_api .page-header .liveDashboard .list-results thead .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed).back:before,._account_api .page-header .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.w-time-period .dropdown .w-selection ._account_api .page-header .liveDashboard .list-results thead .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed).back:before,._account_api .page-header .liveDashboard .list-results thead .block-filters .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.block-filters ._account_api .page-header .liveDashboard .list-results thead .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed).back:before,._account_api .page-header .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed).back,.toggleWrapper ._account_api .page-header .liveDashboard .list-results thead input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .page-header .liveDashboard .list-results thead tbody span.status:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .page-header .liveDashboard .list-results tbody thead span.status:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .page-header .liveDashboard .list-results thead tbody td.is-running span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .page-header .liveDashboard .list-results tbody td.is-running thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .page-header .liveDashboard .list-results thead tbody td.is-pending span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .page-header .liveDashboard .list-results tbody td.is-pending thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed).back:after,._account_api .page-header .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.page-header .liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .page-header .liveDashboard .list-results thead .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.page-header .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .page-header .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .filter:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-filter-preset.w-filter-preset .filter-preset ._account_api .page-header .liveDashboard .list-results thead .filter:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard ._account_api .list-results thead .form-label.status span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard ._account_api .list-results thead .status.status-log span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard ._account_api .list-results thead .status.status-report-item span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard ._account_api .list-results thead .double-list dd.status span:not(.status-ok):not(.status-error):not(.status-delayed).back,.double-list .page-header .liveDashboard ._account_api .list-results thead dd.status span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard ._account_api .list-results thead .double-list dt.status span:not(.status-ok):not(.status-error):not(.status-delayed).back,.double-list .page-header .liveDashboard ._account_api .list-results thead dt.status span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-cards-container .w-card .page-header .liveDashboard ._account_api .list-results thead .status.title span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-cards-container .w-card.centered .w-value .page-header .liveDashboard ._account_api .list-results thead .status.label span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .page-header .liveDashboard .list-results thead .form-label.status span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .page-header .liveDashboard .list-results thead .status.status-log span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .page-header .liveDashboard .list-results thead .status.status-report-item span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .page-header .liveDashboard .list-results thead .double-list dd.status span:not(.status-ok):not(.status-error):not(.status-delayed).back,.double-list ._account_api .page-header .liveDashboard .list-results thead dd.status span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .page-header .liveDashboard .list-results thead .double-list dt.status span:not(.status-ok):not(.status-error):not(.status-delayed).back,.double-list ._account_api .page-header .liveDashboard .list-results thead dt.status span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .page-header .liveDashboard .list-results thead .w-cards-container .w-card .status.title span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-cards-container .w-card ._account_api .page-header .liveDashboard .list-results thead .status.title span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .page-header .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-cards-container .w-card.centered .w-value ._account_api .page-header .liveDashboard .list-results thead .status.label span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .page-header .liveDashboard .list-results thead tbody tr.sublist .status.title span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .page-header .liveDashboard .list-results tbody tr.sublist thead .status.title span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard .form-label.status ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard .status.status-log ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard .status.status-report-item ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard .double-list dd.status ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.double-list .page-header .liveDashboard dd.status ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard .double-list dt.status ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.double-list .page-header .liveDashboard dt.status ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-cards-container .w-card .page-header .liveDashboard .status.title ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-cards-container .w-card.centered .w-value .page-header .liveDashboard .status.label ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.list-results tbody tr.sublist .page-header .liveDashboard .status.title ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.form-label.status ._account_api .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.status.status-log ._account_api .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.status.status-report-item ._account_api .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.double-list dd.status ._account_api .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.double-list dt.status ._account_api .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-cards-container .w-card .status.title ._account_api .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-cards-container .w-card.centered .w-value .status.label ._account_api .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.list-results tbody tr.sublist .status.title ._account_api .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .page-header .liveDashboard .list-results thead .w-filters-selected label.status.small span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-filters-selected label.status.small ._account_api .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .page-header .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-filters-selected .status.btn-f-s ._account_api .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard ._account_api .list-results thead .sub-header .w-form label:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard ._account_api .list-results thead .sub-header .w-double-list label:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .page-header .liveDashboard .list-results thead .sub-header .w-form label:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .page-header .liveDashboard .list-results thead .sub-header .w-double-list label:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard .sub-header .w-form ._account_api .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard .sub-header .w-double-list ._account_api .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed).back,.sub-header .w-form ._account_api .page-header .liveDashboard .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed).back,.sub-header .w-double-list ._account_api .page-header .liveDashboard .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard ._account_api .list-results thead .block-filters button:not(.status-ok):not(.status-error):not(.status-delayed).back:after,._account_api .page-header .liveDashboard .list-results thead .block-filters button:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.page-header .liveDashboard .block-filters ._account_api .list-results thead button:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.block-filters ._account_api .page-header .liveDashboard .list-results thead button:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.page-header .liveDashboard ._account_api .list-results thead .block-filters select:not(.status-ok):not(.status-error):not(.status-delayed).back:after,._account_api .page-header .liveDashboard .list-results thead .block-filters select:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.page-header .liveDashboard .block-filters ._account_api .list-results thead select:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.block-filters ._account_api .page-header .liveDashboard .list-results thead select:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.page-header .liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .page-header .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed).back,.form-auto-list ._account_api .page-header .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .page-header .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed).back,.form-auto-list ._account_api .page-header .liveDashboard .list-results thead .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard ._account_api .list-results thead .list-results-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .page-header .liveDashboard .list-results thead .list-results-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard .list-results-header .status.title ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.list-results-header .status.title ._account_api .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard ._account_api .list-results thead tr span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .page-header .liveDashboard .list-results thead tr span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard ._account_api .list-results thead .icon:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard ._account_api .list-results thead .w-alert-banner:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.page-header .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.w-dialog.plus .page-header .liveDashboard ._account_api .list-results thead .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.page-header .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.w-toast .page-header .liveDashboard ._account_api .list-results thead .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.page-header .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.w-time-period .dropdown .w-selection .page-header .liveDashboard ._account_api .list-results thead .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.page-header .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.w-time-period .dropdown .w-selection .page-header .liveDashboard ._account_api .list-results thead .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.page-header .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.w-time-period .dropdown .w-selection .page-header .liveDashboard ._account_api .list-results thead .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.page-header .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.block-filters .page-header .liveDashboard ._account_api .list-results thead .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.page-header .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed).back,.toggleWrapper .page-header .liveDashboard ._account_api .list-results thead input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard ._account_api .list-results thead tbody span.status:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard ._account_api .list-results tbody thead span.status:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard ._account_api .list-results thead tbody td.is-running span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard ._account_api .list-results tbody td.is-running thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard ._account_api .list-results thead tbody td.is-pending span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard ._account_api .list-results tbody td.is-pending thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .liveDashboard .list-results thead .icon:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .liveDashboard .list-results thead .w-alert-banner:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.page-header ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.w-dialog.plus .page-header ._account_api .liveDashboard .list-results thead .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.page-header ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.w-toast .page-header ._account_api .liveDashboard .list-results thead .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.page-header ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.w-time-period .dropdown .w-selection .page-header ._account_api .liveDashboard .list-results thead .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.page-header ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.w-time-period .dropdown .w-selection .page-header ._account_api .liveDashboard .list-results thead .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.page-header ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.w-time-period .dropdown .w-selection .page-header ._account_api .liveDashboard .list-results thead .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.page-header ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.block-filters .page-header ._account_api .liveDashboard .list-results thead .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.page-header ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed).back,.toggleWrapper .page-header ._account_api .liveDashboard .list-results thead input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .liveDashboard .list-results thead tbody span.status:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .liveDashboard .list-results tbody thead span.status:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .liveDashboard .list-results thead tbody td.is-running span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .liveDashboard .list-results tbody td.is-running thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .liveDashboard .list-results thead tbody td.is-pending span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .liveDashboard .list-results tbody td.is-pending thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .page-header .liveDashboard .list-results thead .icon:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .page-header .liveDashboard .list-results thead .w-alert-banner:not(.status-ok):not(.status-error):not(.status-delayed).back:before,._account_api .page-header .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.w-dialog.plus ._account_api .page-header .liveDashboard .list-results thead .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed).back:after,._account_api .page-header .liveDashboard .list-results thead .w-toast .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.w-toast ._account_api .page-header .liveDashboard .list-results thead .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed).back:after,._account_api .page-header .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.w-time-period .dropdown .w-selection ._account_api .page-header .liveDashboard .list-results thead .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed).back:before,._account_api .page-header .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.w-time-period .dropdown .w-selection ._account_api .page-header .liveDashboard .list-results thead .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed).back:before,._account_api .page-header .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.w-time-period .dropdown .w-selection ._account_api .page-header .liveDashboard .list-results thead .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed).back:before,._account_api .page-header .liveDashboard .list-results thead .block-filters .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.block-filters ._account_api .page-header .liveDashboard .list-results thead .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed).back:before,._account_api .page-header .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed).back,.toggleWrapper ._account_api .page-header .liveDashboard .list-results thead input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .page-header .liveDashboard .list-results thead tbody span.status:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .page-header .liveDashboard .list-results tbody thead span.status:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .page-header .liveDashboard .list-results thead tbody td.is-running span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .page-header .liveDashboard .list-results tbody td.is-running thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .page-header .liveDashboard .list-results thead tbody td.is-pending span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .page-header .liveDashboard .list-results tbody td.is-pending thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.page-header ._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed).back:after,._account_api .page-header .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.page-header .liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.page-header .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .page-header .liveDashboard .list-results thead .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.page-header .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .page-header .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .filter:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .filter:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-filter-preset.w-filter-preset .filter-preset ._account_api .page-header .liveDashboard .list-results thead .filter:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard ._account_api .list-results thead .form-label.status span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard ._account_api .list-results thead .status.status-log span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard ._account_api .list-results thead .status.status-report-item span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard ._account_api .list-results thead .double-list dd.status span:not(.status-ok):not(.status-error):not(.status-delayed).back,.double-list .page-header .liveDashboard ._account_api .list-results thead dd.status span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard ._account_api .list-results thead .double-list dt.status span:not(.status-ok):not(.status-error):not(.status-delayed).back,.double-list .page-header .liveDashboard ._account_api .list-results thead dt.status span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-cards-container .w-card .page-header .liveDashboard ._account_api .list-results thead .status.title span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-cards-container .w-card.centered .w-value .page-header .liveDashboard ._account_api .list-results thead .status.label span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .liveDashboard .list-results thead .form-label.status span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .liveDashboard .list-results thead .status.status-log span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .liveDashboard .list-results thead .status.status-report-item span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .liveDashboard .list-results thead .double-list dd.status span:not(.status-ok):not(.status-error):not(.status-delayed).back,.double-list .page-header ._account_api .liveDashboard .list-results thead dd.status span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .liveDashboard .list-results thead .double-list dt.status span:not(.status-ok):not(.status-error):not(.status-delayed).back,.double-list .page-header ._account_api .liveDashboard .list-results thead dt.status span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-cards-container .w-card .page-header ._account_api .liveDashboard .list-results thead .status.title span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-cards-container .w-card.centered .w-value .page-header ._account_api .liveDashboard .list-results thead .status.label span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .page-header .liveDashboard .list-results thead .form-label.status span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .page-header .liveDashboard .list-results thead .status.status-log span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .page-header .liveDashboard .list-results thead .status.status-report-item span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .page-header .liveDashboard .list-results thead .double-list dd.status span:not(.status-ok):not(.status-error):not(.status-delayed).back,.double-list ._account_api .page-header .liveDashboard .list-results thead dd.status span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .page-header .liveDashboard .list-results thead .double-list dt.status span:not(.status-ok):not(.status-error):not(.status-delayed).back,.double-list ._account_api .page-header .liveDashboard .list-results thead dt.status span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .page-header .liveDashboard .list-results thead .w-cards-container .w-card .status.title span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-cards-container .w-card ._account_api .page-header .liveDashboard .list-results thead .status.title span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .page-header .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-cards-container .w-card.centered .w-value ._account_api .page-header .liveDashboard .list-results thead .status.label span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .page-header .liveDashboard .list-results thead tbody tr.sublist .status.title span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .page-header .liveDashboard .list-results tbody tr.sublist thead .status.title span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard .form-label.status ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard .status.status-log ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard .status.status-report-item ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard .double-list dd.status ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.double-list .page-header .liveDashboard dd.status ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard .double-list dt.status ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.double-list .page-header .liveDashboard dt.status ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-cards-container .w-card .page-header .liveDashboard .status.title ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-cards-container .w-card.centered .w-value .page-header .liveDashboard .status.label ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.list-results tbody tr.sublist .page-header .liveDashboard .status.title ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .form-label.status ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .status.status-log ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .status.status-report-item ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .double-list dd.status ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.double-list .page-header dd.status ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .double-list dt.status ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.double-list .page-header dt.status ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-cards-container .w-card .page-header .status.title ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-cards-container .w-card.centered .w-value .page-header .status.label ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.list-results tbody tr.sublist .page-header .status.title ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.form-label.status ._account_api .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.status.status-log ._account_api .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.status.status-report-item ._account_api .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.double-list dd.status ._account_api .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.double-list dt.status ._account_api .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-cards-container .w-card .status.title ._account_api .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-cards-container .w-card.centered .w-value .status.label ._account_api .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.list-results tbody tr.sublist .status.title ._account_api .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .page-header .liveDashboard .list-results thead .w-filters-selected label.status.small span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-filters-selected label.status.small ._account_api .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .page-header .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-filters-selected .status.btn-f-s ._account_api .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard ._account_api .list-results thead .sub-header .w-form label:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard ._account_api .list-results thead .sub-header .w-double-list label:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .liveDashboard .list-results thead .sub-header .w-form label:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .liveDashboard .list-results thead .sub-header .w-double-list label:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .page-header .liveDashboard .list-results thead .sub-header .w-form label:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .page-header .liveDashboard .list-results thead .sub-header .w-double-list label:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard .sub-header .w-form ._account_api .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard .sub-header .w-double-list ._account_api .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .sub-header .w-form ._account_api .liveDashboard .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .sub-header .w-double-list ._account_api .liveDashboard .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed).back,.sub-header .w-form ._account_api .page-header .liveDashboard .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed).back,.sub-header .w-double-list ._account_api .page-header .liveDashboard .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard ._account_api .list-results thead .block-filters button:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.page-header ._account_api .liveDashboard .list-results thead .block-filters button:not(.status-ok):not(.status-error):not(.status-delayed).back:after,._account_api .page-header .liveDashboard .list-results thead .block-filters button:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.page-header .liveDashboard .block-filters ._account_api .list-results thead button:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.page-header .block-filters ._account_api .liveDashboard .list-results thead button:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.block-filters ._account_api .page-header .liveDashboard .list-results thead button:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.page-header .liveDashboard ._account_api .list-results thead .block-filters select:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.page-header ._account_api .liveDashboard .list-results thead .block-filters select:not(.status-ok):not(.status-error):not(.status-delayed).back:after,._account_api .page-header .liveDashboard .list-results thead .block-filters select:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.page-header .liveDashboard .block-filters ._account_api .list-results thead select:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.page-header .block-filters ._account_api .liveDashboard .list-results thead select:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.block-filters ._account_api .page-header .liveDashboard .list-results thead select:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.page-header .liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .page-header .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .form-auto-list ._account_api .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed).back,.form-auto-list ._account_api .page-header .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .page-header .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .form-auto-list ._account_api .liveDashboard .list-results thead .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed).back,.form-auto-list ._account_api .page-header .liveDashboard .list-results thead .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard ._account_api .list-results thead .list-results-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .liveDashboard .list-results thead .list-results-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .page-header .liveDashboard .list-results thead .list-results-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard .list-results-header .status.title ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .list-results-header .status.title ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.list-results-header .status.title ._account_api .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard ._account_api .list-results thead tr span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .liveDashboard .list-results thead tr span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .page-header .liveDashboard .list-results thead tr span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed).back:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .page-header .liveDashboard .list-results thead .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.page-header .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .page-header .liveDashboard ._account_api .list-results thead .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.page-header ._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .filter:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .w-filter-preset.w-filter-preset .filter-preset .page-header .liveDashboard .list-results thead .filter:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .filter:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-filter-preset.w-filter-preset .filter-preset .page-header .liveDashboard ._account_api .list-results thead .filter:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .form-label.status .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .status.status-log .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .status.status-report-item .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .double-list dd.status .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.double-list .page-header ._account_api dd.status .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .double-list dt.status .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.double-list .page-header ._account_api dt.status .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-cards-container .w-card .page-header ._account_api .status.title .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-cards-container .w-card.centered .w-value .page-header ._account_api .status.label .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.list-results tbody tr.sublist .page-header ._account_api .status.title .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .form-label.status .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .status.status-log .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .status.status-report-item .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .double-list dd.status .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.double-list ._account_api dd.status .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .double-list dt.status .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.double-list ._account_api dt.status .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .w-cards-container .w-card .status.title .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-cards-container .w-card ._account_api .status.title .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .w-cards-container .w-card.centered .w-value .status.label .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-cards-container .w-card.centered .w-value ._account_api .status.label .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .list-results tbody tr.sublist .status.title .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.list-results tbody tr.sublist ._account_api .status.title .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .form-label.status .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .status.status-log .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .status.status-report-item .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .double-list dd.status .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.double-list .page-header dd.status .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .double-list dt.status .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.double-list .page-header dt.status .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-cards-container .w-card .page-header .status.title .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-cards-container .w-card.centered .w-value .page-header .status.label .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.list-results tbody tr.sublist .page-header .status.title .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.form-label.status .page-header .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.status.status-log .page-header .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.status.status-report-item .page-header .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.double-list dd.status .page-header .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.double-list dt.status .page-header .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-cards-container .w-card .status.title .page-header .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-cards-container .w-card.centered .w-value .status.label .page-header .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.list-results tbody tr.sublist .status.title .page-header .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .w-filters-selected label.status.small .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-filters-selected label.status.small .page-header .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .w-filters-selected .status.btn-f-s .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-filters-selected .status.btn-f-s .page-header .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .sub-header .w-form .liveDashboard .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .sub-header .w-double-list .liveDashboard .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .sub-header .w-form .page-header .liveDashboard .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .sub-header .w-double-list .page-header .liveDashboard .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .sub-header .w-form .liveDashboard ._account_api .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .sub-header .w-double-list .liveDashboard ._account_api .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed).back,.sub-header .w-form .page-header .liveDashboard ._account_api .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed).back,.sub-header .w-double-list .page-header .liveDashboard ._account_api .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .block-filters .liveDashboard .list-results thead button:not(.status-ok):not(.status-error):not(.status-delayed).back:after,._account_api .block-filters .page-header .liveDashboard .list-results thead button:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.page-header .block-filters .liveDashboard ._account_api .list-results thead button:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.block-filters .page-header .liveDashboard ._account_api .list-results thead button:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.page-header ._account_api .block-filters .liveDashboard .list-results thead select:not(.status-ok):not(.status-error):not(.status-delayed).back:after,._account_api .block-filters .page-header .liveDashboard .list-results thead select:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.page-header .block-filters .liveDashboard ._account_api .list-results thead select:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.block-filters .page-header .liveDashboard ._account_api .list-results thead select:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.page-header ._account_api .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .form-auto-list .page-header .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .form-auto-list .liveDashboard ._account_api .list-results thead .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed).back,.form-auto-list .page-header .liveDashboard ._account_api .list-results thead .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .form-auto-list .page-header .liveDashboard .list-results thead .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .form-auto-list .liveDashboard ._account_api .list-results thead .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed).back,.form-auto-list .page-header .liveDashboard ._account_api .list-results thead .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .list-results-header .status.title .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .list-results-header .status.title .page-header .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .list-results-header .status.title .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.list-results-header .status.title .page-header .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .list-results thead .page-header .icon:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .list-results thead .page-header .w-alert-banner:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.liveDashboard .list-results thead .page-header .w-dialog.plus .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.w-dialog.plus .liveDashboard .list-results thead .page-header .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.liveDashboard .list-results thead .page-header .w-toast .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.w-toast .liveDashboard .list-results thead .page-header .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.liveDashboard .list-results thead .page-header .w-time-period .dropdown .w-selection .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .page-header .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.liveDashboard .list-results thead .page-header .w-time-period .dropdown .w-selection .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .page-header .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.liveDashboard .list-results thead .page-header .w-time-period .dropdown .w-selection .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .page-header .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.liveDashboard .list-results thead .page-header .block-filters .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.block-filters .liveDashboard .list-results thead .page-header .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.liveDashboard .list-results thead .page-header .toggleWrapper input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed).back,.toggleWrapper .liveDashboard .list-results thead .page-header input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .list-results thead .page-header tbody span.status:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .list-results tbody thead .page-header span.status:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .list-results thead .page-header tbody td.is-running span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .list-results tbody td.is-running thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .list-results thead .page-header tbody td.is-pending span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .list-results tbody td.is-pending thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .list-results thead .page-header .icon:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .list-results thead .page-header .w-alert-banner:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.liveDashboard .list-results thead .page-header .w-dialog.plus .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.w-dialog.plus .liveDashboard .list-results thead .page-header .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.liveDashboard .list-results thead .page-header .w-toast .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.w-toast .liveDashboard .list-results thead .page-header .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.liveDashboard .list-results thead .page-header .w-time-period .dropdown .w-selection .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .page-header .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.liveDashboard .list-results thead .page-header .w-time-period .dropdown .w-selection .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .page-header .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.liveDashboard .list-results thead .page-header .w-time-period .dropdown .w-selection .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .page-header .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.liveDashboard .list-results thead .page-header .block-filters .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.block-filters .liveDashboard .list-results thead .page-header .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.liveDashboard .list-results thead .page-header .toggleWrapper input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed).back,.toggleWrapper .liveDashboard .list-results thead .page-header input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .list-results thead .page-header tbody span.status:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .list-results tbody thead .page-header span.status:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .list-results thead .page-header tbody td.is-running span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .list-results tbody td.is-running thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .list-results thead .page-header tbody td.is-pending span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .list-results tbody td.is-pending thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .list-results thead .page-header .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .page-header .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .page-header .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.liveDashboard .list-results thead .page-header .w-filter-preset.w-filter-preset .filter-preset .filter:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .page-header .filter:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .page-header .filter:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .list-results thead .page-header .form-label.status span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .list-results thead .page-header .status.status-log span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .list-results thead .page-header .status.status-report-item span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .list-results thead .page-header .double-list dd.status span:not(.status-ok):not(.status-error):not(.status-delayed).back,.double-list .liveDashboard .list-results thead .page-header dd.status span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .list-results thead .page-header .double-list dt.status span:not(.status-ok):not(.status-error):not(.status-delayed).back,.double-list .liveDashboard .list-results thead .page-header dt.status span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .list-results thead .page-header .w-cards-container .w-card .status.title span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-cards-container .w-card .liveDashboard .list-results thead .page-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .list-results thead .page-header .w-cards-container .w-card.centered .w-value .status.label span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-cards-container .w-card.centered .w-value .liveDashboard .list-results thead .page-header .status.label span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .list-results thead .page-header tbody tr.sublist .status.title span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .list-results tbody tr.sublist thead .page-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .list-results thead .form-label.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .list-results thead .status.status-log .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .list-results thead .status.status-report-item .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .list-results thead .double-list dd.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.double-list .liveDashboard .list-results thead dd.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .list-results thead .double-list dt.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.double-list .liveDashboard .list-results thead dt.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .list-results thead .w-cards-container .w-card .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-cards-container .w-card .liveDashboard .list-results thead .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-cards-container .w-card.centered .w-value .liveDashboard .list-results thead .status.label .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .list-results thead tbody tr.sublist .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .list-results tbody tr.sublist thead .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.form-label.status .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.status.status-log .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.status.status-report-item .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.double-list dd.status .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.double-list dt.status .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-cards-container .w-card .status.title .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.list-results tbody tr.sublist .status.title .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .list-results thead .page-header .w-filters-selected label.status.small span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .list-results thead .w-filters-selected label.status.small .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-filters-selected label.status.small .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .list-results thead .page-header .w-filters-selected .status.btn-f-s span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-filters-selected .status.btn-f-s .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .list-results thead .page-header .sub-header .w-form label:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .list-results thead .page-header .sub-header .w-double-list label:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .list-results thead .sub-header .w-form .page-header label:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .list-results thead .sub-header .w-double-list .page-header label:not(.status-ok):not(.status-error):not(.status-delayed).back,.sub-header .w-form .liveDashboard .list-results thead .page-header label:not(.status-ok):not(.status-error):not(.status-delayed).back,.sub-header .w-double-list .liveDashboard .list-results thead .page-header label:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .list-results thead .page-header .block-filters button:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.liveDashboard .list-results thead .block-filters .page-header button:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.block-filters .liveDashboard .list-results thead .page-header button:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.liveDashboard .list-results thead .page-header .block-filters select:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.liveDashboard .list-results thead .block-filters .page-header select:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.block-filters .liveDashboard .list-results thead .page-header select:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.liveDashboard .list-results thead .page-header .form-auto-list .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .list-results thead .form-auto-list .page-header .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed).back,.form-auto-list .liveDashboard .list-results thead .page-header .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .list-results thead .page-header .form-auto-list .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .list-results thead .form-auto-list .page-header .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed).back,.form-auto-list .liveDashboard .list-results thead .page-header .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .list-results thead .page-header .list-results-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .list-results thead .list-results-header .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.list-results-header .status.title .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .list-results thead .page-header tr span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .list-results thead tr .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results thead .page-header .icon:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results thead .page-header .w-alert-banner:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.liveDashboard ._account_api .list-results thead .page-header .w-dialog.plus .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .page-header .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.liveDashboard ._account_api .list-results thead .page-header .w-toast .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.w-toast .liveDashboard ._account_api .list-results thead .page-header .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.liveDashboard ._account_api .list-results thead .page-header .w-time-period .dropdown .w-selection .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .page-header .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.liveDashboard ._account_api .list-results thead .page-header .w-time-period .dropdown .w-selection .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .page-header .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.liveDashboard ._account_api .list-results thead .page-header .w-time-period .dropdown .w-selection .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .page-header .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.liveDashboard ._account_api .list-results thead .page-header .block-filters .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.block-filters .liveDashboard ._account_api .list-results thead .page-header .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.liveDashboard ._account_api .list-results thead .page-header .toggleWrapper input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed).back,.toggleWrapper .liveDashboard ._account_api .list-results thead .page-header input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results thead .page-header tbody span.status:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results tbody thead .page-header span.status:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results thead .page-header tbody td.is-running span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results tbody td.is-running thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results thead .page-header tbody td.is-pending span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results tbody td.is-pending thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results thead .page-header .icon:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results thead .page-header .w-alert-banner:not(.status-ok):not(.status-error):not(.status-delayed).back:before,._account_api .liveDashboard .list-results thead .page-header .w-dialog.plus .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .page-header .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed).back:after,._account_api .liveDashboard .list-results thead .page-header .w-toast .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.w-toast ._account_api .liveDashboard .list-results thead .page-header .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed).back:after,._account_api .liveDashboard .list-results thead .page-header .w-time-period .dropdown .w-selection .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .page-header .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed).back:before,._account_api .liveDashboard .list-results thead .page-header .w-time-period .dropdown .w-selection .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .page-header .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed).back:before,._account_api .liveDashboard .list-results thead .page-header .w-time-period .dropdown .w-selection .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .page-header .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed).back:before,._account_api .liveDashboard .list-results thead .page-header .block-filters .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.block-filters ._account_api .liveDashboard .list-results thead .page-header .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed).back:before,._account_api .liveDashboard .list-results thead .page-header .toggleWrapper input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed).back,.toggleWrapper ._account_api .liveDashboard .list-results thead .page-header input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results thead .page-header tbody span.status:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results tbody thead .page-header span.status:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results thead .page-header tbody td.is-running span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results tbody td.is-running thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results thead .page-header tbody td.is-pending span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results tbody td.is-pending thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results thead .page-header .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed).back:after,._account_api .liveDashboard .list-results thead .page-header .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .page-header .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed).back:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .page-header .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .page-header .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .page-header .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.liveDashboard ._account_api .list-results thead .page-header .w-filter-preset.w-filter-preset .filter-preset .filter:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results thead .page-header .w-filter-preset.w-filter-preset .filter-preset .filter:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .page-header .filter:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .page-header .filter:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .page-header .filter:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .page-header .filter:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results thead .page-header .form-label.status span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results thead .page-header .status.status-log span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results thead .page-header .status.status-report-item span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results thead .page-header .double-list dd.status span:not(.status-ok):not(.status-error):not(.status-delayed).back,.double-list .liveDashboard ._account_api .list-results thead .page-header dd.status span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results thead .page-header .double-list dt.status span:not(.status-ok):not(.status-error):not(.status-delayed).back,.double-list .liveDashboard ._account_api .list-results thead .page-header dt.status span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results thead .page-header .w-cards-container .w-card .status.title span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .page-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results thead .page-header .w-cards-container .w-card.centered .w-value .status.label span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .page-header .status.label span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results thead .page-header tbody tr.sublist .status.title span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results tbody tr.sublist thead .page-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results thead .page-header .form-label.status span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results thead .page-header .status.status-log span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results thead .page-header .status.status-report-item span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results thead .page-header .double-list dd.status span:not(.status-ok):not(.status-error):not(.status-delayed).back,.double-list ._account_api .liveDashboard .list-results thead .page-header dd.status span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results thead .page-header .double-list dt.status span:not(.status-ok):not(.status-error):not(.status-delayed).back,.double-list ._account_api .liveDashboard .list-results thead .page-header dt.status span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results thead .page-header .w-cards-container .w-card .status.title span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .page-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results thead .page-header .w-cards-container .w-card.centered .w-value .status.label span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .page-header .status.label span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results thead .page-header tbody tr.sublist .status.title span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results tbody tr.sublist thead .page-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results thead .form-label.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results thead .status.status-log .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results thead .status.status-report-item .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results thead .double-list dd.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.double-list .liveDashboard ._account_api .list-results thead dd.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results thead .double-list dt.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.double-list .liveDashboard ._account_api .list-results thead dt.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results thead .form-label.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results thead .status.status-log .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results thead .status.status-report-item .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results thead .double-list dd.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.double-list ._account_api .liveDashboard .list-results thead dd.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results thead .double-list dt.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.double-list ._account_api .liveDashboard .list-results thead dt.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .form-label.status ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .status.status-log ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .status.status-report-item ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .double-list dd.status ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.double-list .liveDashboard dd.status ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .double-list dt.status ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.double-list .liveDashboard dt.status ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.form-label.status ._account_api .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.status.status-log ._account_api .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.status.status-report-item ._account_api .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.double-list dd.status ._account_api .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.double-list dt.status ._account_api .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results thead .page-header .w-filters-selected label.status.small span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results thead .page-header .w-filters-selected label.status.small span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results thead .page-header .w-filters-selected .status.btn-f-s span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results thead .page-header .w-filters-selected .status.btn-f-s span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results thead .page-header .sub-header .w-form label:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results thead .page-header .sub-header .w-double-list label:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results thead .page-header .sub-header .w-form label:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results thead .page-header .sub-header .w-double-list label:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results thead .sub-header .w-form .page-header label:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list .page-header label:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results thead .sub-header .w-form .page-header label:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results thead .sub-header .w-double-list .page-header label:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .sub-header .w-form ._account_api .list-results thead .page-header label:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .sub-header .w-double-list ._account_api .list-results thead .page-header label:not(.status-ok):not(.status-error):not(.status-delayed).back,.sub-header .w-form ._account_api .liveDashboard .list-results thead .page-header label:not(.status-ok):not(.status-error):not(.status-delayed).back,.sub-header .w-double-list ._account_api .liveDashboard .list-results thead .page-header label:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results thead .page-header .block-filters button:not(.status-ok):not(.status-error):not(.status-delayed).back:after,._account_api .liveDashboard .list-results thead .page-header .block-filters button:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.liveDashboard ._account_api .list-results thead .block-filters .page-header button:not(.status-ok):not(.status-error):not(.status-delayed).back:after,._account_api .liveDashboard .list-results thead .block-filters .page-header button:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.liveDashboard .block-filters ._account_api .list-results thead .page-header button:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.block-filters ._account_api .liveDashboard .list-results thead .page-header button:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.liveDashboard ._account_api .list-results thead .page-header .block-filters select:not(.status-ok):not(.status-error):not(.status-delayed).back:after,._account_api .liveDashboard .list-results thead .page-header .block-filters select:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.liveDashboard ._account_api .list-results thead .block-filters .page-header select:not(.status-ok):not(.status-error):not(.status-delayed).back:after,._account_api .liveDashboard .list-results thead .block-filters .page-header select:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.liveDashboard .block-filters ._account_api .list-results thead .page-header select:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.block-filters ._account_api .liveDashboard .list-results thead .page-header select:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.liveDashboard ._account_api .list-results thead .page-header .form-auto-list .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results thead .page-header .form-auto-list .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results thead .form-auto-list .page-header .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results thead .form-auto-list .page-header .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .form-auto-list ._account_api .list-results thead .page-header .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed).back,.form-auto-list ._account_api .liveDashboard .list-results thead .page-header .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results thead .page-header .form-auto-list .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results thead .page-header .form-auto-list .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results thead .form-auto-list .page-header .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results thead .form-auto-list .page-header .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .form-auto-list ._account_api .list-results thead .page-header .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed).back,.form-auto-list ._account_api .liveDashboard .list-results thead .page-header .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results thead .page-header .list-results-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results thead .page-header .list-results-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results thead .list-results-header .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results thead .list-results-header .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .list-results-header .status.title ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.list-results-header .status.title ._account_api .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results thead .page-header tr span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results thead .page-header tr span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results thead tr .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results thead tr .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results thead .page-header .icon:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results thead .page-header .w-alert-banner:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.liveDashboard ._account_api .list-results thead .page-header .w-dialog.plus .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .page-header .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.liveDashboard ._account_api .list-results thead .page-header .w-toast .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.w-toast .liveDashboard ._account_api .list-results thead .page-header .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.liveDashboard ._account_api .list-results thead .page-header .w-time-period .dropdown .w-selection .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .page-header .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.liveDashboard ._account_api .list-results thead .page-header .w-time-period .dropdown .w-selection .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .page-header .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.liveDashboard ._account_api .list-results thead .page-header .w-time-period .dropdown .w-selection .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .page-header .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.liveDashboard ._account_api .list-results thead .page-header .block-filters .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.block-filters .liveDashboard ._account_api .list-results thead .page-header .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.liveDashboard ._account_api .list-results thead .page-header .toggleWrapper input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed).back,.toggleWrapper .liveDashboard ._account_api .list-results thead .page-header input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results thead .page-header tbody span.status:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results tbody thead .page-header span.status:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results thead .page-header tbody td.is-running span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results tbody td.is-running thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results thead .page-header tbody td.is-pending span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results tbody td.is-pending thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results thead .page-header .icon:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results thead .page-header .w-alert-banner:not(.status-ok):not(.status-error):not(.status-delayed).back:before,._account_api .liveDashboard .list-results thead .page-header .w-dialog.plus .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .page-header .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed).back:after,._account_api .liveDashboard .list-results thead .page-header .w-toast .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.w-toast ._account_api .liveDashboard .list-results thead .page-header .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed).back:after,._account_api .liveDashboard .list-results thead .page-header .w-time-period .dropdown .w-selection .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .page-header .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed).back:before,._account_api .liveDashboard .list-results thead .page-header .w-time-period .dropdown .w-selection .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .page-header .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed).back:before,._account_api .liveDashboard .list-results thead .page-header .w-time-period .dropdown .w-selection .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .page-header .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed).back:before,._account_api .liveDashboard .list-results thead .page-header .block-filters .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.block-filters ._account_api .liveDashboard .list-results thead .page-header .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed).back:before,._account_api .liveDashboard .list-results thead .page-header .toggleWrapper input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed).back,.toggleWrapper ._account_api .liveDashboard .list-results thead .page-header input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results thead .page-header tbody span.status:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results tbody thead .page-header span.status:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results thead .page-header tbody td.is-running span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results tbody td.is-running thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results thead .page-header tbody td.is-pending span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results tbody td.is-pending thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results thead .page-header .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .page-header .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed).back:after,._account_api .liveDashboard .list-results thead .page-header .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed).back:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .page-header .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .page-header .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .page-header .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.liveDashboard ._account_api .list-results thead .page-header .w-filter-preset.w-filter-preset .filter-preset .filter:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .page-header .filter:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results thead .page-header .w-filter-preset.w-filter-preset .filter-preset .filter:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .page-header .filter:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .page-header .filter:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .page-header .filter:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results thead .page-header .form-label.status span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results thead .page-header .status.status-log span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results thead .page-header .status.status-report-item span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results thead .page-header .double-list dd.status span:not(.status-ok):not(.status-error):not(.status-delayed).back,.double-list .liveDashboard ._account_api .list-results thead .page-header dd.status span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results thead .page-header .double-list dt.status span:not(.status-ok):not(.status-error):not(.status-delayed).back,.double-list .liveDashboard ._account_api .list-results thead .page-header dt.status span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results thead .page-header .w-cards-container .w-card .status.title span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .page-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results thead .page-header .w-cards-container .w-card.centered .w-value .status.label span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .page-header .status.label span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results thead .page-header tbody tr.sublist .status.title span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results tbody tr.sublist thead .page-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results thead .form-label.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results thead .status.status-log .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results thead .status.status-report-item .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results thead .double-list dd.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.double-list .liveDashboard ._account_api .list-results thead dd.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results thead .double-list dt.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.double-list .liveDashboard ._account_api .list-results thead dt.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results thead .page-header .form-label.status span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results thead .page-header .status.status-log span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results thead .page-header .status.status-report-item span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results thead .page-header .double-list dd.status span:not(.status-ok):not(.status-error):not(.status-delayed).back,.double-list ._account_api .liveDashboard .list-results thead .page-header dd.status span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results thead .page-header .double-list dt.status span:not(.status-ok):not(.status-error):not(.status-delayed).back,.double-list ._account_api .liveDashboard .list-results thead .page-header dt.status span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results thead .page-header .w-cards-container .w-card .status.title span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .page-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results thead .page-header .w-cards-container .w-card.centered .w-value .status.label span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .page-header .status.label span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results thead .page-header tbody tr.sublist .status.title span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results tbody tr.sublist thead .page-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results thead .form-label.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results thead .status.status-log .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results thead .status.status-report-item .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results thead .double-list dd.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.double-list ._account_api .liveDashboard .list-results thead dd.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results thead .double-list dt.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.double-list ._account_api .liveDashboard .list-results thead dt.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .form-label.status ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .status.status-log ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .status.status-report-item ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .double-list dd.status ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.double-list .liveDashboard dd.status ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .double-list dt.status ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.double-list .liveDashboard dt.status ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.form-label.status ._account_api .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.status.status-log ._account_api .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.status.status-report-item ._account_api .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.double-list dd.status ._account_api .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.double-list dt.status ._account_api .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results thead .page-header .w-filters-selected label.status.small span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results thead .page-header .w-filters-selected label.status.small span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results thead .page-header .w-filters-selected .status.btn-f-s span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results thead .page-header .w-filters-selected .status.btn-f-s span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results thead .page-header .sub-header .w-form label:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results thead .page-header .sub-header .w-double-list label:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results thead .sub-header .w-form .page-header label:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list .page-header label:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results thead .page-header .sub-header .w-form label:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results thead .page-header .sub-header .w-double-list label:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results thead .sub-header .w-form .page-header label:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results thead .sub-header .w-double-list .page-header label:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .sub-header .w-form ._account_api .list-results thead .page-header label:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .sub-header .w-double-list ._account_api .list-results thead .page-header label:not(.status-ok):not(.status-error):not(.status-delayed).back,.sub-header .w-form ._account_api .liveDashboard .list-results thead .page-header label:not(.status-ok):not(.status-error):not(.status-delayed).back,.sub-header .w-double-list ._account_api .liveDashboard .list-results thead .page-header label:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results thead .page-header .block-filters button:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.liveDashboard ._account_api .list-results thead .block-filters .page-header button:not(.status-ok):not(.status-error):not(.status-delayed).back:after,._account_api .liveDashboard .list-results thead .page-header .block-filters button:not(.status-ok):not(.status-error):not(.status-delayed).back:after,._account_api .liveDashboard .list-results thead .block-filters .page-header button:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.liveDashboard .block-filters ._account_api .list-results thead .page-header button:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.block-filters ._account_api .liveDashboard .list-results thead .page-header button:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.liveDashboard ._account_api .list-results thead .page-header .block-filters select:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.liveDashboard ._account_api .list-results thead .block-filters .page-header select:not(.status-ok):not(.status-error):not(.status-delayed).back:after,._account_api .liveDashboard .list-results thead .page-header .block-filters select:not(.status-ok):not(.status-error):not(.status-delayed).back:after,._account_api .liveDashboard .list-results thead .block-filters .page-header select:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.liveDashboard .block-filters ._account_api .list-results thead .page-header select:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.block-filters ._account_api .liveDashboard .list-results thead .page-header select:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.liveDashboard ._account_api .list-results thead .page-header .form-auto-list .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results thead .form-auto-list .page-header .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results thead .page-header .form-auto-list .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results thead .form-auto-list .page-header .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .form-auto-list ._account_api .list-results thead .page-header .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed).back,.form-auto-list ._account_api .liveDashboard .list-results thead .page-header .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results thead .page-header .form-auto-list .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results thead .form-auto-list .page-header .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results thead .page-header .form-auto-list .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results thead .form-auto-list .page-header .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .form-auto-list ._account_api .list-results thead .page-header .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed).back,.form-auto-list ._account_api .liveDashboard .list-results thead .page-header .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results thead .page-header .list-results-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results thead .list-results-header .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results thead .page-header .list-results-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results thead .list-results-header .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .list-results-header .status.title ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.list-results-header .status.title ._account_api .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results thead .page-header tr span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results thead tr .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results thead .page-header tr span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results thead tr .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .page-header .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .page-header .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed).back:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .page-header .filter:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .page-header .filter:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .form-label.status .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .status.status-log .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .status.status-report-item .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .double-list dd.status .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.double-list ._account_api dd.status .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .double-list dt.status .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.double-list ._account_api dt.status .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.form-label.status .liveDashboard ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.status.status-log .liveDashboard ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.status.status-report-item .liveDashboard ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.double-list dd.status .liveDashboard ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.double-list dt.status .liveDashboard ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .sub-header .w-form .liveDashboard .list-results thead .page-header label:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .sub-header .w-double-list .liveDashboard .list-results thead .page-header label:not(.status-ok):not(.status-error):not(.status-delayed).back,.sub-header .w-form .liveDashboard ._account_api .list-results thead .page-header label:not(.status-ok):not(.status-error):not(.status-delayed).back,.sub-header .w-double-list .liveDashboard ._account_api .list-results thead .page-header label:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .block-filters .liveDashboard .list-results thead .page-header button:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.block-filters .liveDashboard ._account_api .list-results thead .page-header button:not(.status-ok):not(.status-error):not(.status-delayed).back:after,._account_api .block-filters .liveDashboard .list-results thead .page-header select:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.block-filters .liveDashboard ._account_api .list-results thead .page-header select:not(.status-ok):not(.status-error):not(.status-delayed).back:after,._account_api .form-auto-list .liveDashboard .list-results thead .page-header .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed).back,.form-auto-list .liveDashboard ._account_api .list-results thead .page-header .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .form-auto-list .liveDashboard .list-results thead .page-header .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed).back,.form-auto-list .liveDashboard ._account_api .list-results thead .page-header .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .list-results-header .status.title .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.list-results-header .status.title .liveDashboard ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .page-header .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.page-header .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .page-header .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.page-header .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .page-header .filter:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .filter:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .page-header .filter:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard .list-results thead .form-label.status span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard .list-results thead .status.status-log span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard .list-results thead .status.status-report-item span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard .list-results thead .double-list dd.status span:not(.status-ok):not(.status-error):not(.status-delayed).back,.double-list .page-header .liveDashboard .list-results thead dd.status span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard .list-results thead .double-list dt.status span:not(.status-ok):not(.status-error):not(.status-delayed).back,.double-list .page-header .liveDashboard .list-results thead dt.status span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard .list-results thead .w-cards-container .w-card .status.title span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-cards-container .w-card .page-header .liveDashboard .list-results thead .status.title span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-cards-container .w-card.centered .w-value .page-header .liveDashboard .list-results thead .status.label span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard .list-results thead tbody tr.sublist .status.title span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard .list-results tbody tr.sublist thead .status.title span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .list-results thead .form-label.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .list-results thead .status.status-log .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .list-results thead .status.status-report-item .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .list-results thead .double-list dd.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.double-list .liveDashboard .list-results thead dd.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .list-results thead .double-list dt.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.double-list .liveDashboard .list-results thead dt.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .list-results thead .w-cards-container .w-card .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-cards-container .w-card .liveDashboard .list-results thead .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-cards-container .w-card.centered .w-value .liveDashboard .list-results thead .status.label .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .list-results thead tbody tr.sublist .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .list-results tbody tr.sublist thead .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .form-label.status .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .status.status-log .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .status.status-report-item .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .double-list dd.status .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.double-list .page-header dd.status .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .double-list dt.status .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.double-list .page-header dt.status .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .w-cards-container .w-card .status.title .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-cards-container .w-card .page-header .status.title .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-cards-container .w-card.centered .w-value .page-header .status.label .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.list-results tbody tr.sublist .page-header .status.title .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.form-label.status .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.status.status-log .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.status.status-report-item .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.double-list dd.status .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.double-list dt.status .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-cards-container .w-card .status.title .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.list-results tbody tr.sublist .status.title .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard .list-results thead .w-filters-selected label.status.small span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .list-results thead .w-filters-selected label.status.small .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .w-filters-selected label.status.small .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-filters-selected label.status.small .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-filters-selected .status.btn-f-s .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard .list-results thead .sub-header .w-form label:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard .list-results thead .sub-header .w-double-list label:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .list-results thead .sub-header .w-form .page-header label:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .list-results thead .sub-header .w-double-list .page-header label:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .sub-header .w-form .liveDashboard .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .sub-header .w-double-list .liveDashboard .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed).back,.sub-header .w-form .liveDashboard .list-results thead .page-header label:not(.status-ok):not(.status-error):not(.status-delayed).back,.sub-header .w-double-list .liveDashboard .list-results thead .page-header label:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard .list-results thead .block-filters button:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.liveDashboard .list-results thead .block-filters .page-header button:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.page-header .block-filters .liveDashboard .list-results thead button:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.block-filters .liveDashboard .list-results thead .page-header button:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.page-header .liveDashboard .list-results thead .block-filters select:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.liveDashboard .list-results thead .block-filters .page-header select:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.page-header .block-filters .liveDashboard .list-results thead select:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.block-filters .liveDashboard .list-results thead .page-header select:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.page-header .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .list-results thead .form-auto-list .page-header .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed).back,.form-auto-list .liveDashboard .list-results thead .page-header .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .list-results thead .form-auto-list .page-header .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed).back,.form-auto-list .liveDashboard .list-results thead .page-header .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard .list-results thead .list-results-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .list-results thead .list-results-header .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .list-results-header .status.title .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.list-results-header .status.title .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard .list-results thead tr span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .list-results thead tr .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .list-results thead .icon:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .list-results thead .w-alert-banner:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.page-header ._account_api .list-results thead .w-dialog.plus .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.w-dialog.plus .page-header ._account_api .list-results thead .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.page-header ._account_api .list-results thead .w-toast .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.w-toast .page-header ._account_api .list-results thead .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.page-header ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.w-time-period .dropdown .w-selection .page-header ._account_api .list-results thead .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.page-header ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.w-time-period .dropdown .w-selection .page-header ._account_api .list-results thead .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.page-header ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.w-time-period .dropdown .w-selection .page-header ._account_api .list-results thead .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.page-header ._account_api .list-results thead .block-filters .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.block-filters .page-header ._account_api .list-results thead .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.page-header ._account_api .list-results thead .toggleWrapper input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed).back,.toggleWrapper .page-header ._account_api .list-results thead input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .list-results thead tbody span.status:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .list-results tbody thead span.status:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .list-results thead tbody td.is-running span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .list-results tbody td.is-running thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .list-results thead tbody td.is-pending span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .list-results tbody td.is-pending thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .liveDashboard .list-results thead .icon:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .liveDashboard .list-results thead .w-alert-banner:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.page-header ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.w-dialog.plus .page-header ._account_api .liveDashboard .list-results thead .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.page-header ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.w-toast .page-header ._account_api .liveDashboard .list-results thead .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.page-header ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.w-time-period .dropdown .w-selection .page-header ._account_api .liveDashboard .list-results thead .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.page-header ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.w-time-period .dropdown .w-selection .page-header ._account_api .liveDashboard .list-results thead .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.page-header ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.w-time-period .dropdown .w-selection .page-header ._account_api .liveDashboard .list-results thead .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.page-header ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.block-filters .page-header ._account_api .liveDashboard .list-results thead .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.page-header ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed).back,.toggleWrapper .page-header ._account_api .liveDashboard .list-results thead input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .liveDashboard .list-results thead tbody span.status:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .liveDashboard .list-results tbody thead span.status:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .liveDashboard .list-results thead tbody td.is-running span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .liveDashboard .list-results tbody td.is-running thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .liveDashboard .list-results thead tbody td.is-pending span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .liveDashboard .list-results tbody td.is-pending thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .page-header ._account_api .list-results thead .icon:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .page-header ._account_api .list-results thead .w-alert-banner:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.liveDashboard .page-header ._account_api .list-results thead .w-dialog.plus .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.w-dialog.plus .liveDashboard .page-header ._account_api .list-results thead .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.liveDashboard .page-header ._account_api .list-results thead .w-toast .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.w-toast .liveDashboard .page-header ._account_api .list-results thead .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.liveDashboard .page-header ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.w-time-period .dropdown .w-selection .liveDashboard .page-header ._account_api .list-results thead .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.liveDashboard .page-header ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.w-time-period .dropdown .w-selection .liveDashboard .page-header ._account_api .list-results thead .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.liveDashboard .page-header ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.w-time-period .dropdown .w-selection .liveDashboard .page-header ._account_api .list-results thead .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.liveDashboard .page-header ._account_api .list-results thead .block-filters .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.block-filters .liveDashboard .page-header ._account_api .list-results thead .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.liveDashboard .page-header ._account_api .list-results thead .toggleWrapper input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed).back,.toggleWrapper .liveDashboard .page-header ._account_api .list-results thead input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .page-header ._account_api .list-results thead tbody span.status:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .page-header ._account_api .list-results tbody thead span.status:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .page-header ._account_api .list-results thead tbody td.is-running span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .page-header ._account_api .list-results tbody td.is-running thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .page-header ._account_api .list-results thead tbody td.is-pending span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .page-header ._account_api .list-results tbody td.is-pending thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.liveDashboard .page-header ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.page-header ._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .page-header ._account_api .list-results thead .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.page-header ._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .page-header ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .filter:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .page-header ._account_api .list-results thead .filter:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .liveDashboard .list-results thead .form-label.status span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .liveDashboard .list-results thead .status.status-log span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .liveDashboard .list-results thead .status.status-report-item span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .liveDashboard .list-results thead .double-list dd.status span:not(.status-ok):not(.status-error):not(.status-delayed).back,.double-list .page-header ._account_api .liveDashboard .list-results thead dd.status span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .liveDashboard .list-results thead .double-list dt.status span:not(.status-ok):not(.status-error):not(.status-delayed).back,.double-list .page-header ._account_api .liveDashboard .list-results thead dt.status span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-cards-container .w-card .page-header ._account_api .liveDashboard .list-results thead .status.title span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-cards-container .w-card.centered .w-value .page-header ._account_api .liveDashboard .list-results thead .status.label span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .page-header ._account_api .list-results thead .form-label.status span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .page-header ._account_api .list-results thead .status.status-log span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .page-header ._account_api .list-results thead .status.status-report-item span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .page-header ._account_api .list-results thead .double-list dd.status span:not(.status-ok):not(.status-error):not(.status-delayed).back,.double-list .liveDashboard .page-header ._account_api .list-results thead dd.status span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .page-header ._account_api .list-results thead .double-list dt.status span:not(.status-ok):not(.status-error):not(.status-delayed).back,.double-list .liveDashboard .page-header ._account_api .list-results thead dt.status span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .page-header ._account_api .list-results thead .w-cards-container .w-card .status.title span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-cards-container .w-card .liveDashboard .page-header ._account_api .list-results thead .status.title span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .page-header ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-cards-container .w-card.centered .w-value .liveDashboard .page-header ._account_api .list-results thead .status.label span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .page-header ._account_api .list-results thead tbody tr.sublist .status.title span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .page-header ._account_api .list-results tbody tr.sublist thead .status.title span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .form-label.status .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .status.status-log .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .status.status-report-item .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .double-list dd.status .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.double-list .page-header ._account_api dd.status .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .double-list dt.status .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.double-list .page-header ._account_api dt.status .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-cards-container .w-card .page-header ._account_api .status.title .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-cards-container .w-card.centered .w-value .page-header ._account_api .status.label .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.list-results tbody tr.sublist .page-header ._account_api .status.title .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.form-label.status .liveDashboard .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.status.status-log .liveDashboard .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.status.status-report-item .liveDashboard .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.double-list dd.status .liveDashboard .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.double-list dt.status .liveDashboard .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-cards-container .w-card .status.title .liveDashboard .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.list-results tbody tr.sublist .status.title .liveDashboard .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .page-header ._account_api .list-results thead .w-filters-selected label.status.small span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-filters-selected label.status.small .liveDashboard .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .page-header ._account_api .list-results thead .w-filters-selected .status.btn-f-s span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-filters-selected .status.btn-f-s .liveDashboard .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .liveDashboard .list-results thead .sub-header .w-form label:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .liveDashboard .list-results thead .sub-header .w-double-list label:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .page-header ._account_api .list-results thead .sub-header .w-form label:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .page-header ._account_api .list-results thead .sub-header .w-double-list label:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .sub-header .w-form .liveDashboard .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .sub-header .w-double-list .liveDashboard .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed).back,.sub-header .w-form .liveDashboard .page-header ._account_api .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed).back,.sub-header .w-double-list .liveDashboard .page-header ._account_api .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .liveDashboard .list-results thead .block-filters button:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.liveDashboard .page-header ._account_api .list-results thead .block-filters button:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.page-header ._account_api .block-filters .liveDashboard .list-results thead button:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.block-filters .liveDashboard .page-header ._account_api .list-results thead button:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.page-header ._account_api .liveDashboard .list-results thead .block-filters select:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.liveDashboard .page-header ._account_api .list-results thead .block-filters select:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.page-header ._account_api .block-filters .liveDashboard .list-results thead select:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.block-filters .liveDashboard .page-header ._account_api .list-results thead select:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.page-header ._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .page-header ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed).back,.form-auto-list .liveDashboard .page-header ._account_api .list-results thead .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .page-header ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed).back,.form-auto-list .liveDashboard .page-header ._account_api .list-results thead .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .liveDashboard .list-results thead .list-results-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .page-header ._account_api .list-results thead .list-results-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .list-results-header .status.title .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.list-results-header .status.title .liveDashboard .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .liveDashboard .list-results thead tr span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .page-header ._account_api .list-results thead tr span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .list-results thead .icon:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .list-results thead .w-alert-banner:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.page-header ._account_api .list-results thead .w-dialog.plus .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.w-dialog.plus .page-header ._account_api .list-results thead .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.page-header ._account_api .list-results thead .w-toast .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.w-toast .page-header ._account_api .list-results thead .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.page-header ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.w-time-period .dropdown .w-selection .page-header ._account_api .list-results thead .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.page-header ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.w-time-period .dropdown .w-selection .page-header ._account_api .list-results thead .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.page-header ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.w-time-period .dropdown .w-selection .page-header ._account_api .list-results thead .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.page-header ._account_api .list-results thead .block-filters .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.block-filters .page-header ._account_api .list-results thead .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.page-header ._account_api .list-results thead .toggleWrapper input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed).back,.toggleWrapper .page-header ._account_api .list-results thead input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .list-results thead tbody span.status:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .list-results tbody thead span.status:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .list-results thead tbody td.is-running span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .list-results tbody td.is-running thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .list-results thead tbody td.is-pending span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .list-results tbody td.is-pending thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.page-header .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .page-header ._account_api .list-results thead .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.page-header ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .filter:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-filter-preset.w-filter-preset .filter-preset .page-header ._account_api .list-results thead .filter:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .list-results thead .form-label.status span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .list-results thead .status.status-log span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .list-results thead .status.status-report-item span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .list-results thead .double-list dd.status span:not(.status-ok):not(.status-error):not(.status-delayed).back,.double-list .page-header ._account_api .list-results thead dd.status span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .list-results thead .double-list dt.status span:not(.status-ok):not(.status-error):not(.status-delayed).back,.double-list .page-header ._account_api .list-results thead dt.status span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .list-results thead .w-cards-container .w-card .status.title span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-cards-container .w-card .page-header ._account_api .list-results thead .status.title span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-cards-container .w-card.centered .w-value .page-header ._account_api .list-results thead .status.label span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .list-results thead tbody tr.sublist .status.title span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .list-results tbody tr.sublist thead .status.title span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .form-label.status ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .status.status-log ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .status.status-report-item ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .double-list dd.status ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.double-list .page-header dd.status ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .double-list dt.status ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.double-list .page-header dt.status ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .w-cards-container .w-card .status.title ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-cards-container .w-card .page-header .status.title ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-cards-container .w-card.centered .w-value .page-header .status.label ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .list-results tbody tr.sublist .status.title ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.list-results tbody tr.sublist .page-header .status.title ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.form-label.status .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.status.status-log .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.status.status-report-item .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.double-list dd.status .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.double-list dt.status .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-cards-container .w-card .status.title .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-cards-container .w-card.centered .w-value .status.label .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.list-results tbody tr.sublist .status.title .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .list-results thead .w-filters-selected label.status.small span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .w-filters-selected label.status.small ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-filters-selected label.status.small .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .list-results thead .w-filters-selected .status.btn-f-s span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .w-filters-selected .status.btn-f-s ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-filters-selected .status.btn-f-s .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .list-results thead .sub-header .w-form label:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .list-results thead .sub-header .w-double-list label:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .sub-header .w-form ._account_api .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .sub-header .w-double-list ._account_api .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed).back,.sub-header .w-form .page-header ._account_api .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed).back,.sub-header .w-double-list .page-header ._account_api .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .list-results thead .block-filters button:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.page-header .block-filters ._account_api .list-results thead button:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.block-filters .page-header ._account_api .list-results thead button:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.page-header ._account_api .list-results thead .block-filters select:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.page-header .block-filters ._account_api .list-results thead select:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.block-filters .page-header ._account_api .list-results thead select:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.page-header ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed).back,.form-auto-list .page-header ._account_api .list-results thead .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed).back,.form-auto-list .page-header ._account_api .list-results thead .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .list-results thead .list-results-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .list-results-header .status.title ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.list-results-header .status.title .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .list-results thead tr span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard ._account_api .list-results thead .icon:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard ._account_api .list-results thead .w-alert-banner:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.page-header .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.w-dialog.plus .page-header .liveDashboard ._account_api .list-results thead .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.page-header .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.w-toast .page-header .liveDashboard ._account_api .list-results thead .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.page-header .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.w-time-period .dropdown .w-selection .page-header .liveDashboard ._account_api .list-results thead .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.page-header .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.w-time-period .dropdown .w-selection .page-header .liveDashboard ._account_api .list-results thead .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.page-header .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.w-time-period .dropdown .w-selection .page-header .liveDashboard ._account_api .list-results thead .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.page-header .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.block-filters .page-header .liveDashboard ._account_api .list-results thead .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.page-header .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed).back,.toggleWrapper .page-header .liveDashboard ._account_api .list-results thead input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard ._account_api .list-results thead tbody span.status:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard ._account_api .list-results tbody thead span.status:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard ._account_api .list-results thead tbody td.is-running span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard ._account_api .list-results tbody td.is-running thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard ._account_api .list-results thead tbody td.is-pending span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard ._account_api .list-results tbody td.is-pending thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .page-header ._account_api .list-results thead .icon:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .page-header ._account_api .list-results thead .w-alert-banner:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.liveDashboard .page-header ._account_api .list-results thead .w-dialog.plus .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.w-dialog.plus .liveDashboard .page-header ._account_api .list-results thead .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.liveDashboard .page-header ._account_api .list-results thead .w-toast .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.w-toast .liveDashboard .page-header ._account_api .list-results thead .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.liveDashboard .page-header ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.w-time-period .dropdown .w-selection .liveDashboard .page-header ._account_api .list-results thead .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.liveDashboard .page-header ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.w-time-period .dropdown .w-selection .liveDashboard .page-header ._account_api .list-results thead .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.liveDashboard .page-header ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.w-time-period .dropdown .w-selection .liveDashboard .page-header ._account_api .list-results thead .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.liveDashboard .page-header ._account_api .list-results thead .block-filters .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.block-filters .liveDashboard .page-header ._account_api .list-results thead .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.liveDashboard .page-header ._account_api .list-results thead .toggleWrapper input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed).back,.toggleWrapper .liveDashboard .page-header ._account_api .list-results thead input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .page-header ._account_api .list-results thead tbody span.status:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .page-header ._account_api .list-results tbody thead span.status:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .page-header ._account_api .list-results thead tbody td.is-running span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .page-header ._account_api .list-results tbody td.is-running thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .page-header ._account_api .list-results thead tbody td.is-pending span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .page-header ._account_api .list-results tbody td.is-pending thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .liveDashboard .list-results thead .icon:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .liveDashboard .list-results thead .w-alert-banner:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.page-header ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.w-dialog.plus .page-header ._account_api .liveDashboard .list-results thead .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.page-header ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.w-toast .page-header ._account_api .liveDashboard .list-results thead .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.page-header ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.w-time-period .dropdown .w-selection .page-header ._account_api .liveDashboard .list-results thead .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.page-header ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.w-time-period .dropdown .w-selection .page-header ._account_api .liveDashboard .list-results thead .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.page-header ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.w-time-period .dropdown .w-selection .page-header ._account_api .liveDashboard .list-results thead .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.page-header ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.block-filters .page-header ._account_api .liveDashboard .list-results thead .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.page-header ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed).back,.toggleWrapper .page-header ._account_api .liveDashboard .list-results thead input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .liveDashboard .list-results thead tbody span.status:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .liveDashboard .list-results tbody thead span.status:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .liveDashboard .list-results thead tbody td.is-running span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .liveDashboard .list-results tbody td.is-running thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .liveDashboard .list-results thead tbody td.is-pending span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .liveDashboard .list-results tbody td.is-pending thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.liveDashboard .page-header ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.page-header ._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.page-header .liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown .page-header ._account_api .list-results thead .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.page-header .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .page-header ._account_api .liveDashboard .list-results thead .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.page-header .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .page-header ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .filter:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .page-header ._account_api .list-results thead .filter:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .filter:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-filter-preset.w-filter-preset .filter-preset .page-header ._account_api .liveDashboard .list-results thead .filter:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard ._account_api .list-results thead .form-label.status span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard ._account_api .list-results thead .status.status-log span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard ._account_api .list-results thead .status.status-report-item span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard ._account_api .list-results thead .double-list dd.status span:not(.status-ok):not(.status-error):not(.status-delayed).back,.double-list .page-header .liveDashboard ._account_api .list-results thead dd.status span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard ._account_api .list-results thead .double-list dt.status span:not(.status-ok):not(.status-error):not(.status-delayed).back,.double-list .page-header .liveDashboard ._account_api .list-results thead dt.status span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-cards-container .w-card .page-header .liveDashboard ._account_api .list-results thead .status.title span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-cards-container .w-card.centered .w-value .page-header .liveDashboard ._account_api .list-results thead .status.label span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .page-header ._account_api .list-results thead .form-label.status span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .page-header ._account_api .list-results thead .status.status-log span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .page-header ._account_api .list-results thead .status.status-report-item span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .page-header ._account_api .list-results thead .double-list dd.status span:not(.status-ok):not(.status-error):not(.status-delayed).back,.double-list .liveDashboard .page-header ._account_api .list-results thead dd.status span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .page-header ._account_api .list-results thead .double-list dt.status span:not(.status-ok):not(.status-error):not(.status-delayed).back,.double-list .liveDashboard .page-header ._account_api .list-results thead dt.status span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .page-header ._account_api .list-results thead .w-cards-container .w-card .status.title span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-cards-container .w-card .liveDashboard .page-header ._account_api .list-results thead .status.title span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .page-header ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-cards-container .w-card.centered .w-value .liveDashboard .page-header ._account_api .list-results thead .status.label span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .page-header ._account_api .list-results thead tbody tr.sublist .status.title span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .page-header ._account_api .list-results tbody tr.sublist thead .status.title span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .liveDashboard .list-results thead .form-label.status span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .liveDashboard .list-results thead .status.status-log span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .liveDashboard .list-results thead .status.status-report-item span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .liveDashboard .list-results thead .double-list dd.status span:not(.status-ok):not(.status-error):not(.status-delayed).back,.double-list .page-header ._account_api .liveDashboard .list-results thead dd.status span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .liveDashboard .list-results thead .double-list dt.status span:not(.status-ok):not(.status-error):not(.status-delayed).back,.double-list .page-header ._account_api .liveDashboard .list-results thead dt.status span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-cards-container .w-card .page-header ._account_api .liveDashboard .list-results thead .status.title span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-cards-container .w-card.centered .w-value .page-header ._account_api .liveDashboard .list-results thead .status.label span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard .form-label.status ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard .status.status-log ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard .status.status-report-item ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard .double-list dd.status ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.double-list .page-header .liveDashboard dd.status ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard .double-list dt.status ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.double-list .page-header .liveDashboard dt.status ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-cards-container .w-card .page-header .liveDashboard .status.title ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-cards-container .w-card.centered .w-value .page-header .liveDashboard .status.label ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.list-results tbody tr.sublist .page-header .liveDashboard .status.title ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .form-label.status .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .status.status-log .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .status.status-report-item .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .double-list dd.status .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.double-list .liveDashboard dd.status .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .double-list dt.status .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.double-list .liveDashboard dt.status .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .w-cards-container .w-card .status.title .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-cards-container .w-card .liveDashboard .status.title .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .list-results tbody tr.sublist .status.title .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.list-results tbody tr.sublist .liveDashboard .status.title .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .form-label.status ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .status.status-log ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .status.status-report-item ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .double-list dd.status ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.double-list .page-header dd.status ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .double-list dt.status ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.double-list .page-header dt.status ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-cards-container .w-card .page-header .status.title ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-cards-container .w-card.centered .w-value .page-header .status.label ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.list-results tbody tr.sublist .page-header .status.title ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.form-label.status .page-header ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.status.status-log .page-header ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.status.status-report-item .page-header ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.double-list dd.status .page-header ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.double-list dt.status .page-header ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-cards-container .w-card .status.title .page-header ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-cards-container .w-card.centered .w-value .status.label .page-header ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.list-results tbody tr.sublist .status.title .page-header ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .page-header ._account_api .list-results thead .w-filters-selected label.status.small span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .w-filters-selected label.status.small .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-filters-selected label.status.small .page-header ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .page-header ._account_api .list-results thead .w-filters-selected .status.btn-f-s span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .w-filters-selected .status.btn-f-s .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-filters-selected .status.btn-f-s .page-header ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard ._account_api .list-results thead .sub-header .w-form label:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard ._account_api .list-results thead .sub-header .w-double-list label:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .page-header ._account_api .list-results thead .sub-header .w-form label:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .page-header ._account_api .list-results thead .sub-header .w-double-list label:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .liveDashboard .list-results thead .sub-header .w-form label:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .liveDashboard .list-results thead .sub-header .w-double-list label:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard .sub-header .w-form ._account_api .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard .sub-header .w-double-list ._account_api .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .sub-header .w-form .page-header ._account_api .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .sub-header .w-double-list .page-header ._account_api .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .sub-header .w-form ._account_api .liveDashboard .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .sub-header .w-double-list ._account_api .liveDashboard .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed).back,.sub-header .w-form .page-header ._account_api .liveDashboard .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed).back,.sub-header .w-double-list .page-header ._account_api .liveDashboard .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard ._account_api .list-results thead .block-filters button:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.liveDashboard .page-header ._account_api .list-results thead .block-filters button:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.page-header ._account_api .liveDashboard .list-results thead .block-filters button:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.page-header .liveDashboard .block-filters ._account_api .list-results thead button:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.liveDashboard .block-filters .page-header ._account_api .list-results thead button:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.page-header .block-filters ._account_api .liveDashboard .list-results thead button:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.block-filters .page-header ._account_api .liveDashboard .list-results thead button:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.page-header .liveDashboard ._account_api .list-results thead .block-filters select:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.liveDashboard .page-header ._account_api .list-results thead .block-filters select:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.page-header ._account_api .liveDashboard .list-results thead .block-filters select:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.page-header .liveDashboard .block-filters ._account_api .list-results thead select:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.liveDashboard .block-filters .page-header ._account_api .list-results thead select:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.page-header .block-filters ._account_api .liveDashboard .list-results thead select:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.block-filters .page-header ._account_api .liveDashboard .list-results thead select:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.page-header .liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .page-header ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .form-auto-list .page-header ._account_api .list-results thead .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .form-auto-list ._account_api .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed).back,.form-auto-list .page-header ._account_api .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .page-header ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .form-auto-list .page-header ._account_api .list-results thead .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .form-auto-list ._account_api .liveDashboard .list-results thead .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed).back,.form-auto-list .page-header ._account_api .liveDashboard .list-results thead .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard ._account_api .list-results thead .list-results-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .page-header ._account_api .list-results thead .list-results-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .liveDashboard .list-results thead .list-results-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard .list-results-header .status.title ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .list-results-header .status.title .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .list-results-header .status.title ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.list-results-header .status.title .page-header ._account_api .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .liveDashboard ._account_api .list-results thead tr span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .page-header ._account_api .list-results thead tr span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .liveDashboard .list-results thead tr span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.page-header .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .page-header ._account_api .list-results thead .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.page-header ._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .filter:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .filter:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .page-header ._account_api .list-results thead .filter:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .form-label.status .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .status.status-log .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .status.status-report-item .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .double-list dd.status .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.double-list .page-header ._account_api dd.status .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .double-list dt.status .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.double-list .page-header ._account_api dt.status .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-cards-container .w-card .page-header ._account_api .status.title .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-cards-container .w-card.centered .w-value .page-header ._account_api .status.label .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.list-results tbody tr.sublist .page-header ._account_api .status.title .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .form-label.status .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .status.status-log .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .status.status-report-item .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .double-list dd.status .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.double-list .page-header dd.status .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .double-list dt.status .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.double-list .page-header dt.status .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-cards-container .w-card .page-header .status.title .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-cards-container .w-card.centered .w-value .page-header .status.label .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.list-results tbody tr.sublist .page-header .status.title .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.form-label.status .liveDashboard .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.status.status-log .liveDashboard .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.status.status-report-item .liveDashboard .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.double-list dd.status .liveDashboard .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.double-list dt.status .liveDashboard .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-cards-container .w-card .status.title .liveDashboard .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.list-results tbody tr.sublist .status.title .liveDashboard .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-filters-selected label.status.small .liveDashboard .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-filters-selected .status.btn-f-s .liveDashboard .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .sub-header .w-form .liveDashboard .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .sub-header .w-double-list .liveDashboard .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .sub-header .w-form .liveDashboard ._account_api .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .sub-header .w-double-list .liveDashboard ._account_api .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed).back,.sub-header .w-form .liveDashboard .page-header ._account_api .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed).back,.sub-header .w-double-list .liveDashboard .page-header ._account_api .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .block-filters .liveDashboard .list-results thead button:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.page-header .block-filters .liveDashboard ._account_api .list-results thead button:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.block-filters .liveDashboard .page-header ._account_api .list-results thead button:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.page-header ._account_api .block-filters .liveDashboard .list-results thead select:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.page-header .block-filters .liveDashboard ._account_api .list-results thead select:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.block-filters .liveDashboard .page-header ._account_api .list-results thead select:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.page-header ._account_api .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .form-auto-list .liveDashboard ._account_api .list-results thead .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed).back,.form-auto-list .liveDashboard .page-header ._account_api .list-results thead .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .form-auto-list .liveDashboard ._account_api .list-results thead .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed).back,.form-auto-list .liveDashboard .page-header ._account_api .list-results thead .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .list-results-header .status.title .liveDashboard .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .list-results-header .status.title .liveDashboard ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.list-results-header .status.title .liveDashboard .page-header ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .list-results thead .page-header .icon:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .list-results thead .page-header .w-alert-banner:not(.status-ok):not(.status-error):not(.status-delayed).back:before,._account_api .list-results thead .page-header .w-dialog.plus .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.w-dialog.plus ._account_api .list-results thead .page-header .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed).back:after,._account_api .list-results thead .page-header .w-toast .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.w-toast ._account_api .list-results thead .page-header .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed).back:after,._account_api .list-results thead .page-header .w-time-period .dropdown .w-selection .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .page-header .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed).back:before,._account_api .list-results thead .page-header .w-time-period .dropdown .w-selection .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .page-header .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed).back:before,._account_api .list-results thead .page-header .w-time-period .dropdown .w-selection .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .page-header .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed).back:before,._account_api .list-results thead .page-header .block-filters .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.block-filters ._account_api .list-results thead .page-header .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed).back:before,._account_api .list-results thead .page-header .toggleWrapper input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed).back,.toggleWrapper ._account_api .list-results thead .page-header input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .list-results thead .page-header tbody span.status:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .list-results tbody thead .page-header span.status:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .list-results thead .page-header tbody td.is-running span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .list-results tbody td.is-running thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .list-results thead .page-header tbody td.is-pending span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .list-results tbody td.is-pending thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results thead .page-header .icon:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results thead .page-header .w-alert-banner:not(.status-ok):not(.status-error):not(.status-delayed).back:before,._account_api .liveDashboard .list-results thead .page-header .w-dialog.plus .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .page-header .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed).back:after,._account_api .liveDashboard .list-results thead .page-header .w-toast .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.w-toast ._account_api .liveDashboard .list-results thead .page-header .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed).back:after,._account_api .liveDashboard .list-results thead .page-header .w-time-period .dropdown .w-selection .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .page-header .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed).back:before,._account_api .liveDashboard .list-results thead .page-header .w-time-period .dropdown .w-selection .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .page-header .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed).back:before,._account_api .liveDashboard .list-results thead .page-header .w-time-period .dropdown .w-selection .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .page-header .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed).back:before,._account_api .liveDashboard .list-results thead .page-header .block-filters .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.block-filters ._account_api .liveDashboard .list-results thead .page-header .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed).back:before,._account_api .liveDashboard .list-results thead .page-header .toggleWrapper input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed).back,.toggleWrapper ._account_api .liveDashboard .list-results thead .page-header input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results thead .page-header tbody span.status:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results tbody thead .page-header span.status:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results thead .page-header tbody td.is-running span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results tbody td.is-running thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results thead .page-header tbody td.is-pending span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results tbody td.is-pending thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results thead .page-header .icon:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results thead .page-header .w-alert-banner:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.liveDashboard ._account_api .list-results thead .page-header .w-dialog.plus .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .page-header .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.liveDashboard ._account_api .list-results thead .page-header .w-toast .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.w-toast .liveDashboard ._account_api .list-results thead .page-header .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.liveDashboard ._account_api .list-results thead .page-header .w-time-period .dropdown .w-selection .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .page-header .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.liveDashboard ._account_api .list-results thead .page-header .w-time-period .dropdown .w-selection .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .page-header .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.liveDashboard ._account_api .list-results thead .page-header .w-time-period .dropdown .w-selection .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .page-header .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.liveDashboard ._account_api .list-results thead .page-header .block-filters .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.block-filters .liveDashboard ._account_api .list-results thead .page-header .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.liveDashboard ._account_api .list-results thead .page-header .toggleWrapper input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed).back,.toggleWrapper .liveDashboard ._account_api .list-results thead .page-header input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results thead .page-header tbody span.status:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results tbody thead .page-header span.status:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results thead .page-header tbody td.is-running span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results tbody td.is-running thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results thead .page-header tbody td.is-pending span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results tbody td.is-pending thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results thead .page-header .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.liveDashboard ._account_api .list-results thead .page-header .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed).back:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .page-header .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .page-header .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed).back:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .page-header .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .page-header .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed).back:after,._account_api .liveDashboard .list-results thead .page-header .w-filter-preset.w-filter-preset .filter-preset .filter:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results thead .page-header .w-filter-preset.w-filter-preset .filter-preset .filter:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .page-header .filter:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .page-header .filter:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .page-header .filter:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .page-header .filter:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results thead .page-header .form-label.status span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results thead .page-header .status.status-log span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results thead .page-header .status.status-report-item span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results thead .page-header .double-list dd.status span:not(.status-ok):not(.status-error):not(.status-delayed).back,.double-list ._account_api .liveDashboard .list-results thead .page-header dd.status span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results thead .page-header .double-list dt.status span:not(.status-ok):not(.status-error):not(.status-delayed).back,.double-list ._account_api .liveDashboard .list-results thead .page-header dt.status span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results thead .page-header .w-cards-container .w-card .status.title span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .page-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results thead .page-header .w-cards-container .w-card.centered .w-value .status.label span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .page-header .status.label span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results thead .page-header tbody tr.sublist .status.title span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results tbody tr.sublist thead .page-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results thead .page-header .form-label.status span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results thead .page-header .status.status-log span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results thead .page-header .status.status-report-item span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results thead .page-header .double-list dd.status span:not(.status-ok):not(.status-error):not(.status-delayed).back,.double-list .liveDashboard ._account_api .list-results thead .page-header dd.status span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results thead .page-header .double-list dt.status span:not(.status-ok):not(.status-error):not(.status-delayed).back,.double-list .liveDashboard ._account_api .list-results thead .page-header dt.status span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results thead .page-header .w-cards-container .w-card .status.title span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .page-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results thead .page-header .w-cards-container .w-card.centered .w-value .status.label span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .page-header .status.label span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results thead .page-header tbody tr.sublist .status.title span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results tbody tr.sublist thead .page-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results thead .form-label.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results thead .status.status-log .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results thead .status.status-report-item .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results thead .double-list dd.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.double-list ._account_api .liveDashboard .list-results thead dd.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results thead .double-list dt.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.double-list ._account_api .liveDashboard .list-results thead dt.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results thead .form-label.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results thead .status.status-log .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results thead .status.status-report-item .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results thead .double-list dd.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.double-list .liveDashboard ._account_api .list-results thead dd.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results thead .double-list dt.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.double-list .liveDashboard ._account_api .list-results thead dt.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .form-label.status .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .status.status-log .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .status.status-report-item .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .double-list dd.status .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.double-list ._account_api dd.status .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .double-list dt.status .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.double-list ._account_api dt.status .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.form-label.status .liveDashboard ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.status.status-log .liveDashboard ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.status.status-report-item .liveDashboard ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.double-list dd.status .liveDashboard ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.double-list dt.status .liveDashboard ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results thead .page-header .w-filters-selected label.status.small span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results thead .page-header .w-filters-selected label.status.small span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results thead .page-header .w-filters-selected .status.btn-f-s span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results thead .page-header .w-filters-selected .status.btn-f-s span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results thead .page-header .sub-header .w-form label:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results thead .page-header .sub-header .w-double-list label:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results thead .page-header .sub-header .w-form label:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results thead .page-header .sub-header .w-double-list label:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results thead .sub-header .w-form .page-header label:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results thead .sub-header .w-double-list .page-header label:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results thead .sub-header .w-form .page-header label:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list .page-header label:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .sub-header .w-form .liveDashboard .list-results thead .page-header label:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .sub-header .w-double-list .liveDashboard .list-results thead .page-header label:not(.status-ok):not(.status-error):not(.status-delayed).back,.sub-header .w-form .liveDashboard ._account_api .list-results thead .page-header label:not(.status-ok):not(.status-error):not(.status-delayed).back,.sub-header .w-double-list .liveDashboard ._account_api .list-results thead .page-header label:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results thead .page-header .block-filters button:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.liveDashboard ._account_api .list-results thead .page-header .block-filters button:not(.status-ok):not(.status-error):not(.status-delayed).back:after,._account_api .liveDashboard .list-results thead .block-filters .page-header button:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.liveDashboard ._account_api .list-results thead .block-filters .page-header button:not(.status-ok):not(.status-error):not(.status-delayed).back:after,._account_api .block-filters .liveDashboard .list-results thead .page-header button:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.block-filters .liveDashboard ._account_api .list-results thead .page-header button:not(.status-ok):not(.status-error):not(.status-delayed).back:after,._account_api .liveDashboard .list-results thead .page-header .block-filters select:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.liveDashboard ._account_api .list-results thead .page-header .block-filters select:not(.status-ok):not(.status-error):not(.status-delayed).back:after,._account_api .liveDashboard .list-results thead .block-filters .page-header select:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.liveDashboard ._account_api .list-results thead .block-filters .page-header select:not(.status-ok):not(.status-error):not(.status-delayed).back:after,._account_api .block-filters .liveDashboard .list-results thead .page-header select:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.block-filters .liveDashboard ._account_api .list-results thead .page-header select:not(.status-ok):not(.status-error):not(.status-delayed).back:after,._account_api .liveDashboard .list-results thead .page-header .form-auto-list .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results thead .page-header .form-auto-list .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results thead .form-auto-list .page-header .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results thead .form-auto-list .page-header .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .form-auto-list .liveDashboard .list-results thead .page-header .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed).back,.form-auto-list .liveDashboard ._account_api .list-results thead .page-header .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results thead .page-header .form-auto-list .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results thead .page-header .form-auto-list .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results thead .form-auto-list .page-header .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results thead .form-auto-list .page-header .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .form-auto-list .liveDashboard .list-results thead .page-header .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed).back,.form-auto-list .liveDashboard ._account_api .list-results thead .page-header .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results thead .page-header .list-results-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results thead .page-header .list-results-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results thead .list-results-header .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results thead .list-results-header .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .list-results-header .status.title .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.list-results-header .status.title .liveDashboard ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results thead .page-header tr span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results thead .page-header tr span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results thead tr .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results thead tr .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .list-results thead .page-header .icon:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .list-results thead .page-header .w-alert-banner:not(.status-ok):not(.status-error):not(.status-delayed).back:before,._account_api .list-results thead .page-header .w-dialog.plus .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.w-dialog.plus ._account_api .list-results thead .page-header .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed).back:after,._account_api .list-results thead .page-header .w-toast .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.w-toast ._account_api .list-results thead .page-header .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed).back:after,._account_api .list-results thead .page-header .w-time-period .dropdown .w-selection .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .page-header .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed).back:before,._account_api .list-results thead .page-header .w-time-period .dropdown .w-selection .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .page-header .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed).back:before,._account_api .list-results thead .page-header .w-time-period .dropdown .w-selection .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .page-header .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed).back:before,._account_api .list-results thead .page-header .block-filters .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.block-filters ._account_api .list-results thead .page-header .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed).back:before,._account_api .list-results thead .page-header .toggleWrapper input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed).back,.toggleWrapper ._account_api .list-results thead .page-header input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .list-results thead .page-header tbody span.status:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .list-results tbody thead .page-header span.status:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .list-results thead .page-header tbody td.is-running span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .list-results tbody td.is-running thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .list-results thead .page-header tbody td.is-pending span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .list-results tbody td.is-pending thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .list-results thead .page-header .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed).back:after,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .page-header .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .page-header .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed).back:after,._account_api .list-results thead .page-header .w-filter-preset.w-filter-preset .filter-preset .filter:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .page-header .filter:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .page-header .filter:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .list-results thead .page-header .form-label.status span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .list-results thead .page-header .status.status-log span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .list-results thead .page-header .status.status-report-item span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .list-results thead .page-header .double-list dd.status span:not(.status-ok):not(.status-error):not(.status-delayed).back,.double-list ._account_api .list-results thead .page-header dd.status span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .list-results thead .page-header .double-list dt.status span:not(.status-ok):not(.status-error):not(.status-delayed).back,.double-list ._account_api .list-results thead .page-header dt.status span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .list-results thead .page-header .w-cards-container .w-card .status.title span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-cards-container .w-card ._account_api .list-results thead .page-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .list-results thead .page-header .w-cards-container .w-card.centered .w-value .status.label span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-cards-container .w-card.centered .w-value ._account_api .list-results thead .page-header .status.label span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .list-results thead .page-header tbody tr.sublist .status.title span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .list-results tbody tr.sublist thead .page-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .list-results thead .form-label.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .list-results thead .status.status-log .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .list-results thead .status.status-report-item .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .list-results thead .double-list dd.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.double-list ._account_api .list-results thead dd.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .list-results thead .double-list dt.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.double-list ._account_api .list-results thead dt.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .list-results thead .w-cards-container .w-card .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-cards-container .w-card ._account_api .list-results thead .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-cards-container .w-card.centered .w-value ._account_api .list-results thead .status.label .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .list-results thead tbody tr.sublist .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .list-results tbody tr.sublist thead .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.form-label.status ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.status.status-log ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.status.status-report-item ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.double-list dd.status ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.double-list dt.status ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-cards-container .w-card .status.title ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.list-results tbody tr.sublist .status.title ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .list-results thead .page-header .w-filters-selected label.status.small span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .list-results thead .w-filters-selected label.status.small .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-filters-selected label.status.small ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .list-results thead .page-header .w-filters-selected .status.btn-f-s span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .list-results thead .w-filters-selected .status.btn-f-s .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-filters-selected .status.btn-f-s ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .list-results thead .page-header .sub-header .w-form label:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .list-results thead .page-header .sub-header .w-double-list label:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .list-results thead .sub-header .w-form .page-header label:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .list-results thead .sub-header .w-double-list .page-header label:not(.status-ok):not(.status-error):not(.status-delayed).back,.sub-header .w-form ._account_api .list-results thead .page-header label:not(.status-ok):not(.status-error):not(.status-delayed).back,.sub-header .w-double-list ._account_api .list-results thead .page-header label:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .list-results thead .page-header .block-filters button:not(.status-ok):not(.status-error):not(.status-delayed).back:after,._account_api .list-results thead .block-filters .page-header button:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.block-filters ._account_api .list-results thead .page-header button:not(.status-ok):not(.status-error):not(.status-delayed).back:after,._account_api .list-results thead .page-header .block-filters select:not(.status-ok):not(.status-error):not(.status-delayed).back:after,._account_api .list-results thead .block-filters .page-header select:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.block-filters ._account_api .list-results thead .page-header select:not(.status-ok):not(.status-error):not(.status-delayed).back:after,._account_api .list-results thead .page-header .form-auto-list .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .list-results thead .form-auto-list .page-header .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed).back,.form-auto-list ._account_api .list-results thead .page-header .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .list-results thead .page-header .form-auto-list .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .list-results thead .form-auto-list .page-header .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed).back,.form-auto-list ._account_api .list-results thead .page-header .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .list-results thead .page-header .list-results-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .list-results thead .list-results-header .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.list-results-header .status.title ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .list-results thead .page-header tr span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .list-results thead tr .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results thead .page-header .icon:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results thead .page-header .w-alert-banner:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.liveDashboard ._account_api .list-results thead .page-header .w-dialog.plus .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .page-header .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.liveDashboard ._account_api .list-results thead .page-header .w-toast .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.w-toast .liveDashboard ._account_api .list-results thead .page-header .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.liveDashboard ._account_api .list-results thead .page-header .w-time-period .dropdown .w-selection .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .page-header .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.liveDashboard ._account_api .list-results thead .page-header .w-time-period .dropdown .w-selection .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .page-header .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.liveDashboard ._account_api .list-results thead .page-header .w-time-period .dropdown .w-selection .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .page-header .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.liveDashboard ._account_api .list-results thead .page-header .block-filters .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.block-filters .liveDashboard ._account_api .list-results thead .page-header .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.liveDashboard ._account_api .list-results thead .page-header .toggleWrapper input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed).back,.toggleWrapper .liveDashboard ._account_api .list-results thead .page-header input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results thead .page-header tbody span.status:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results tbody thead .page-header span.status:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results thead .page-header tbody td.is-running span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results tbody td.is-running thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results thead .page-header tbody td.is-pending span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results tbody td.is-pending thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results thead .page-header .icon:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results thead .page-header .w-alert-banner:not(.status-ok):not(.status-error):not(.status-delayed).back:before,._account_api .liveDashboard .list-results thead .page-header .w-dialog.plus .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .page-header .dialog-aside:not(.status-ok):not(.status-error):not(.status-delayed).back:after,._account_api .liveDashboard .list-results thead .page-header .w-toast .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.w-toast ._account_api .liveDashboard .list-results thead .page-header .toast.plus:not(.status-ok):not(.status-error):not(.status-delayed).back:after,._account_api .liveDashboard .list-results thead .page-header .w-time-period .dropdown .w-selection .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .page-header .btn-period-clear:not(.status-ok):not(.status-error):not(.status-delayed).back:before,._account_api .liveDashboard .list-results thead .page-header .w-time-period .dropdown .w-selection .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .page-header .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed).back:before,._account_api .liveDashboard .list-results thead .page-header .w-time-period .dropdown .w-selection .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .page-header .btn-period-edit:not(.status-ok):not(.status-error):not(.status-delayed).back:before,._account_api .liveDashboard .list-results thead .page-header .block-filters .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed).back:before,.block-filters ._account_api .liveDashboard .list-results thead .page-header .btn-filter:not(.status-ok):not(.status-error):not(.status-delayed).back:before,._account_api .liveDashboard .list-results thead .page-header .toggleWrapper input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed).back,.toggleWrapper ._account_api .liveDashboard .list-results thead .page-header input.mobileToggle+label:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results thead .page-header tbody span.status:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results tbody thead .page-header span.status:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results thead .page-header tbody td.is-running span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results tbody td.is-running thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results thead .page-header tbody td.is-pending span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results tbody td.is-pending thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results thead .page-header .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .page-header .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed).back:after,._account_api .liveDashboard .list-results thead .page-header .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed).back:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .page-header .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .page-header .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .page-header .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.liveDashboard ._account_api .list-results thead .page-header .w-filter-preset.w-filter-preset .filter-preset .filter:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .page-header .filter:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results thead .page-header .w-filter-preset.w-filter-preset .filter-preset .filter:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .page-header .filter:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .page-header .filter:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .page-header .filter:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results thead .page-header .form-label.status span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results thead .page-header .status.status-log span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results thead .page-header .status.status-report-item span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results thead .page-header .double-list dd.status span:not(.status-ok):not(.status-error):not(.status-delayed).back,.double-list .liveDashboard ._account_api .list-results thead .page-header dd.status span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results thead .page-header .double-list dt.status span:not(.status-ok):not(.status-error):not(.status-delayed).back,.double-list .liveDashboard ._account_api .list-results thead .page-header dt.status span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results thead .page-header .w-cards-container .w-card .status.title span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .page-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results thead .page-header .w-cards-container .w-card.centered .w-value .status.label span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .page-header .status.label span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results thead .page-header tbody tr.sublist .status.title span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results tbody tr.sublist thead .page-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results thead .form-label.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results thead .status.status-log .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results thead .status.status-report-item .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results thead .double-list dd.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.double-list .liveDashboard ._account_api .list-results thead dd.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results thead .double-list dt.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.double-list .liveDashboard ._account_api .list-results thead dt.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results thead .page-header .form-label.status span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results thead .page-header .status.status-log span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results thead .page-header .status.status-report-item span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results thead .page-header .double-list dd.status span:not(.status-ok):not(.status-error):not(.status-delayed).back,.double-list ._account_api .liveDashboard .list-results thead .page-header dd.status span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results thead .page-header .double-list dt.status span:not(.status-ok):not(.status-error):not(.status-delayed).back,.double-list ._account_api .liveDashboard .list-results thead .page-header dt.status span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results thead .page-header .w-cards-container .w-card .status.title span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .page-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results thead .page-header .w-cards-container .w-card.centered .w-value .status.label span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .page-header .status.label span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results thead .page-header tbody tr.sublist .status.title span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results tbody tr.sublist thead .page-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results thead .form-label.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results thead .status.status-log .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results thead .status.status-report-item .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results thead .double-list dd.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.double-list ._account_api .liveDashboard .list-results thead dd.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results thead .double-list dt.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.double-list ._account_api .liveDashboard .list-results thead dt.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .form-label.status ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .status.status-log ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .status.status-report-item ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .double-list dd.status ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.double-list .liveDashboard dd.status ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .double-list dt.status ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.double-list .liveDashboard dt.status ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.form-label.status ._account_api .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.status.status-log ._account_api .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.status.status-report-item ._account_api .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.double-list dd.status ._account_api .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.double-list dt.status ._account_api .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results thead .page-header .w-filters-selected label.status.small span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results thead .page-header .w-filters-selected label.status.small span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results thead .page-header .w-filters-selected .status.btn-f-s span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results thead .page-header .w-filters-selected .status.btn-f-s span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results thead .page-header .sub-header .w-form label:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results thead .page-header .sub-header .w-double-list label:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results thead .sub-header .w-form .page-header label:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list .page-header label:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results thead .page-header .sub-header .w-form label:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results thead .page-header .sub-header .w-double-list label:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results thead .sub-header .w-form .page-header label:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results thead .sub-header .w-double-list .page-header label:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .sub-header .w-form ._account_api .list-results thead .page-header label:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .sub-header .w-double-list ._account_api .list-results thead .page-header label:not(.status-ok):not(.status-error):not(.status-delayed).back,.sub-header .w-form ._account_api .liveDashboard .list-results thead .page-header label:not(.status-ok):not(.status-error):not(.status-delayed).back,.sub-header .w-double-list ._account_api .liveDashboard .list-results thead .page-header label:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results thead .page-header .block-filters button:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.liveDashboard ._account_api .list-results thead .block-filters .page-header button:not(.status-ok):not(.status-error):not(.status-delayed).back:after,._account_api .liveDashboard .list-results thead .page-header .block-filters button:not(.status-ok):not(.status-error):not(.status-delayed).back:after,._account_api .liveDashboard .list-results thead .block-filters .page-header button:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.liveDashboard .block-filters ._account_api .list-results thead .page-header button:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.block-filters ._account_api .liveDashboard .list-results thead .page-header button:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.liveDashboard ._account_api .list-results thead .page-header .block-filters select:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.liveDashboard ._account_api .list-results thead .block-filters .page-header select:not(.status-ok):not(.status-error):not(.status-delayed).back:after,._account_api .liveDashboard .list-results thead .page-header .block-filters select:not(.status-ok):not(.status-error):not(.status-delayed).back:after,._account_api .liveDashboard .list-results thead .block-filters .page-header select:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.liveDashboard .block-filters ._account_api .list-results thead .page-header select:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.block-filters ._account_api .liveDashboard .list-results thead .page-header select:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.liveDashboard ._account_api .list-results thead .page-header .form-auto-list .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results thead .form-auto-list .page-header .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results thead .page-header .form-auto-list .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results thead .form-auto-list .page-header .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .form-auto-list ._account_api .list-results thead .page-header .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed).back,.form-auto-list ._account_api .liveDashboard .list-results thead .page-header .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results thead .page-header .form-auto-list .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results thead .form-auto-list .page-header .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results thead .page-header .form-auto-list .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results thead .form-auto-list .page-header .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .form-auto-list ._account_api .list-results thead .page-header .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed).back,.form-auto-list ._account_api .liveDashboard .list-results thead .page-header .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results thead .page-header .list-results-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results thead .list-results-header .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results thead .page-header .list-results-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results thead .list-results-header .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard .list-results-header .status.title ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.list-results-header .status.title ._account_api .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results thead .page-header tr span:not(.status-ok):not(.status-error):not(.status-delayed).back,.liveDashboard ._account_api .list-results thead tr .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results thead .page-header tr span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .liveDashboard .list-results thead tr .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .page-header .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .page-header .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed).back:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .page-header .filter:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .page-header .filter:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .form-label.status .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .status.status-log .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .status.status-report-item .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .double-list dd.status .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.double-list ._account_api dd.status .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .double-list dt.status .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.double-list ._account_api dt.status .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.form-label.status .liveDashboard ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.status.status-log .liveDashboard ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.status.status-report-item .liveDashboard ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.double-list dd.status .liveDashboard ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.double-list dt.status .liveDashboard ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .sub-header .w-form .liveDashboard .list-results thead .page-header label:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .sub-header .w-double-list .liveDashboard .list-results thead .page-header label:not(.status-ok):not(.status-error):not(.status-delayed).back,.sub-header .w-form .liveDashboard ._account_api .list-results thead .page-header label:not(.status-ok):not(.status-error):not(.status-delayed).back,.sub-header .w-double-list .liveDashboard ._account_api .list-results thead .page-header label:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .block-filters .liveDashboard .list-results thead .page-header button:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.block-filters .liveDashboard ._account_api .list-results thead .page-header button:not(.status-ok):not(.status-error):not(.status-delayed).back:after,._account_api .block-filters .liveDashboard .list-results thead .page-header select:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.block-filters .liveDashboard ._account_api .list-results thead .page-header select:not(.status-ok):not(.status-error):not(.status-delayed).back:after,._account_api .form-auto-list .liveDashboard .list-results thead .page-header .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed).back,.form-auto-list .liveDashboard ._account_api .list-results thead .page-header .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .form-auto-list .liveDashboard .list-results thead .page-header .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed).back,.form-auto-list .liveDashboard ._account_api .list-results thead .page-header .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .list-results-header .status.title .liveDashboard .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.list-results-header .status.title .liveDashboard ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed).back:after,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .page-header .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.page-header .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .page-header .dropdown-toggle:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.page-header ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .page-header .filter:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .filter:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .page-header .filter:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .list-results thead .form-label.status span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .list-results thead .status.status-log span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .list-results thead .status.status-report-item span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .list-results thead .double-list dd.status span:not(.status-ok):not(.status-error):not(.status-delayed).back,.double-list .page-header ._account_api .list-results thead dd.status span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .list-results thead .double-list dt.status span:not(.status-ok):not(.status-error):not(.status-delayed).back,.double-list .page-header ._account_api .list-results thead dt.status span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .list-results thead .w-cards-container .w-card .status.title span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-cards-container .w-card .page-header ._account_api .list-results thead .status.title span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-cards-container .w-card.centered .w-value .page-header ._account_api .list-results thead .status.label span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .list-results thead tbody tr.sublist .status.title span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .list-results tbody tr.sublist thead .status.title span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .list-results thead .form-label.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .list-results thead .status.status-log .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .list-results thead .status.status-report-item .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .list-results thead .double-list dd.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.double-list ._account_api .list-results thead dd.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .list-results thead .double-list dt.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.double-list ._account_api .list-results thead dt.status .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .list-results thead .w-cards-container .w-card .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-cards-container .w-card ._account_api .list-results thead .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-cards-container .w-card.centered .w-value ._account_api .list-results thead .status.label .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .list-results thead tbody tr.sublist .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .list-results tbody tr.sublist thead .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .form-label.status ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .status.status-log ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .status.status-report-item ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .double-list dd.status ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.double-list .page-header dd.status ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .double-list dt.status ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.double-list .page-header dt.status ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .w-cards-container .w-card .status.title ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-cards-container .w-card .page-header .status.title ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-cards-container .w-card.centered .w-value .page-header .status.label ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .list-results tbody tr.sublist .status.title ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.list-results tbody tr.sublist .page-header .status.title ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.form-label.status ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.status.status-log ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.status.status-report-item ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.double-list dd.status ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.double-list dt.status ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-cards-container .w-card .status.title ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.list-results tbody tr.sublist .status.title ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .list-results thead .w-filters-selected label.status.small span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .list-results thead .w-filters-selected label.status.small .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .w-filters-selected label.status.small ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-filters-selected label.status.small ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .list-results thead .w-filters-selected .status.btn-f-s span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .list-results thead .w-filters-selected .status.btn-f-s .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .w-filters-selected .status.btn-f-s ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.w-filters-selected .status.btn-f-s ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .list-results thead .sub-header .w-form label:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .list-results thead .sub-header .w-double-list label:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .list-results thead .sub-header .w-form .page-header label:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .list-results thead .sub-header .w-double-list .page-header label:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .sub-header .w-form ._account_api .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .sub-header .w-double-list ._account_api .list-results thead label:not(.status-ok):not(.status-error):not(.status-delayed).back,.sub-header .w-form ._account_api .list-results thead .page-header label:not(.status-ok):not(.status-error):not(.status-delayed).back,.sub-header .w-double-list ._account_api .list-results thead .page-header label:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .list-results thead .block-filters button:not(.status-ok):not(.status-error):not(.status-delayed).back:after,._account_api .list-results thead .block-filters .page-header button:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.page-header .block-filters ._account_api .list-results thead button:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.block-filters ._account_api .list-results thead .page-header button:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.page-header ._account_api .list-results thead .block-filters select:not(.status-ok):not(.status-error):not(.status-delayed).back:after,._account_api .list-results thead .block-filters .page-header select:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.page-header .block-filters ._account_api .list-results thead select:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.block-filters ._account_api .list-results thead .page-header select:not(.status-ok):not(.status-error):not(.status-delayed).back:after,.page-header ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .list-results thead .form-auto-list .page-header .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed).back,.form-auto-list ._account_api .list-results thead .page-header .form-auto-item.is-user-is-inactive:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .list-results thead .form-auto-list .page-header .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed).back,.form-auto-list ._account_api .list-results thead .page-header .form-auto-item.is-user-is-active:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .list-results thead .list-results-header .status.title span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .list-results thead .list-results-header .status.title .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .list-results-header .status.title ._account_api .list-results thead span:not(.status-ok):not(.status-error):not(.status-delayed).back,.list-results-header .status.title ._account_api .list-results thead .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header ._account_api .list-results thead tr span:not(.status-ok):not(.status-error):not(.status-delayed).back,._account_api .list-results thead tr .page-header span:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .sidebar-default.sidebar-default-right .sidebar-default-body .filter-group .filter-checkbox:not(.status-ok):not(.status-error):not(.status-delayed).back,.sidebar-default.sidebar-default-right .sidebar-default-body .filter-group .page-header .filter-checkbox:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .add-filters-dropdown .w-add-filters-list>div.filter-group .filter-checkbox:not(.status-ok):not(.status-error):not(.status-delayed).back,.add-filters-dropdown .w-add-filters-list>div.filter-group .page-header .filter-checkbox:not(.status-ok):not(.status-error):not(.status-delayed).back,.page-header .filter-preset .filter-field-name button:not(.status-ok):not(.status-error):not(.status-delayed).back,.filter-preset .filter-field-name .page-header button:not(.status-ok):not(.status-error):not(.status-delayed).back{display:flex}@media(max-width: 767px){.block-filters .block-default .w-left,.block-filters .w-filters-selected .w-left{align-items:flex-start}}@media(max-width: 767px){.block-filters .separator{display:none !important}.desktop .block-filters .separator{margin-right:1rem}}.desktop .block-filters .separator{display:block !important;height:3.25rem}.w-graph .block-filters{padding:1rem 2rem;display:flex;align-items:flex-start;margin-left:.75rem;margin-top:.5rem;display:flex}@media(max-width: 1023px){.w-graph .block-filters{width:100%;justify-content:space-between;flex-direction:column;padding:1rem}}.w-graph .block-filters .w-left{flex-direction:row;display:flex;gap:2rem}@media(max-width: 1023px){.w-graph .block-filters .w-left{gap:2rem;margin-bottom:1rem}}.desktop .w-graph .block-filters .w-left{flex-direction:row;gap:2rem}.w-graph .block-filters .form-label,.w-graph .block-filters .status-log,.w-graph .block-filters .status-report-item,.w-graph .block-filters .double-list dd,.double-list .w-graph .block-filters dd,.w-graph .block-filters .double-list dt,.double-list .w-graph .block-filters dt,.w-graph .block-filters .w-cards-container .w-card .title,.w-cards-container .w-card .w-graph .block-filters .title,.w-graph .block-filters .w-cards-container .w-card.centered .w-value .label,.w-cards-container .w-card.centered .w-value .w-graph .block-filters .label,.w-graph .block-filters .list-results tbody tr.sublist .title,.list-results tbody tr.sublist .w-graph .block-filters .title,.w-graph .block-filters .list-results-header .title,.list-results-header .w-graph .block-filters .title,.w-graph .block-filters .w-filters-selected label.small,.w-filters-selected .w-graph .block-filters label.small,.w-graph .block-filters .w-filters-selected .btn-f-s,.w-filters-selected .w-graph .block-filters .btn-f-s{font-weight:400;margin-bottom:.25rem}.w-mobile-filters{display:none}@media(max-width: 767px){.w-mobile-filters{display:flex}}.desktop .w-mobile-filters{display:none}.block-filters{margin:0 2rem;gap:1.5rem;position:static;z-index:300}.desktop .block-filters.side-block-filters{position:static;transform:translateX(0);opacity:1;height:unset;margin:0 2rem !important;z-index:1}@media(max-width: 767px){.block-filters.side-block-filters{margin:0;position:fixed;top:6rem;left:0;height:100%;width:300px;z-index:3000;transition:all .15s ease-in;opacity:1;transform:translateX(-100%)}.block-filters.side-block-filters .btn-filter-show{display:none}.desktop .block-filters.side-block-filters .btn-filter-show{display:flex}.desktop .block-filters.side-block-filters{width:calc(100% - 4rem);z-index:1}.block-filters.side-block-filters .w-left{flex-direction:column}.desktop .block-filters.side-block-filters .w-left{flex-direction:row;gap:0}.block-filters.side-block-filters .block-default,.block-filters.side-block-filters .w-filters-selected{border-radius:0;width:100%;height:100%;align-items:flex-start;padding:0 !important}.desktop .block-filters.side-block-filters .block-default,.desktop .block-filters.side-block-filters .w-filters-selected{padding:1rem 2rem 1rem .5rem !important;border-radius:8px}.block-filters.side-block-filters .full-width{margin-left:0}}.block-filters.side-block-filters .sidebar-default-header{background-color:#e0e0e0;display:none;align-items:center;justify-content:flex-start;padding:.75rem .75rem .75rem .5rem;width:100%}.desktop .block-filters.side-block-filters .sidebar-default-header{display:none}.block-filters.side-block-filters .sidebar-default-header .label-default,.block-filters.side-block-filters .sidebar-default-header .w-time-period .dropdown .w-selection label,.w-time-period .dropdown .w-selection .block-filters.side-block-filters .sidebar-default-header label,.block-filters.side-block-filters .sidebar-default-header button,.block-filters.side-block-filters .sidebar-default-header select,.block-filters.side-block-filters .sidebar-default-header ._account_api .dropdown .w-multi-dropdown .w-multi-dropdown-header #select_all,._account_api .dropdown .w-multi-dropdown .w-multi-dropdown-header .block-filters.side-block-filters .sidebar-default-header #select_all,.block-filters.side-block-filters .sidebar-default-header ._account_api .dropdown .w-multi-dropdown .w-multi-dropdown-header #deselect_all,._account_api .dropdown .w-multi-dropdown .w-multi-dropdown-header .block-filters.side-block-filters .sidebar-default-header #deselect_all,.block-filters.side-block-filters .sidebar-default-header .main-nav-item .main-nav-link,.main-nav-item .block-filters.side-block-filters .sidebar-default-header .main-nav-link,.block-filters.side-block-filters .sidebar-default-header .sidebar-nav label,.sidebar-nav .block-filters.side-block-filters .sidebar-default-header label,.w-graph .block-filters.side-block-filters .sidebar-default-header .form-label,.w-graph .block-filters.side-block-filters .sidebar-default-header .status-log,.w-graph .block-filters.side-block-filters .sidebar-default-header .status-report-item,.w-graph .block-filters.side-block-filters .sidebar-default-header .double-list dd,.double-list .w-graph .block-filters.side-block-filters .sidebar-default-header dd,.w-graph .block-filters.side-block-filters .sidebar-default-header .double-list dt,.double-list .w-graph .block-filters.side-block-filters .sidebar-default-header dt,.w-graph .block-filters.side-block-filters .sidebar-default-header .w-cards-container .w-card .title,.w-cards-container .w-card .w-graph .block-filters.side-block-filters .sidebar-default-header .title,.w-graph .block-filters.side-block-filters .sidebar-default-header .w-cards-container .w-card.centered .w-value .label,.w-cards-container .w-card.centered .w-value .w-graph .block-filters.side-block-filters .sidebar-default-header .label,.w-graph .block-filters.side-block-filters .sidebar-default-header .list-results tbody tr.sublist .title,.list-results tbody tr.sublist .w-graph .block-filters.side-block-filters .sidebar-default-header .title,.w-graph .block-filters.side-block-filters .sidebar-default-header .list-results-header .title,.list-results-header .w-graph .block-filters.side-block-filters .sidebar-default-header .title,.w-graph .block-filters.side-block-filters .sidebar-default-header .w-filters-selected label.small,.w-graph .block-filters.side-block-filters .w-filters-selected .sidebar-default-header label.small,.w-filters-selected .w-graph .block-filters.side-block-filters .sidebar-default-header label.small,.w-graph .block-filters.side-block-filters .sidebar-default-header .w-filters-selected .btn-f-s,.w-graph .block-filters.side-block-filters .w-filters-selected .sidebar-default-header .btn-f-s,.w-filters-selected .w-graph .block-filters.side-block-filters .sidebar-default-header .btn-f-s{flex:1 auto;padding-left:2rem;margin-right:-1rem}.block-filters.side-block-filters .sidebar-default-header .btn-close-default{text-align:left}.block-filters.side-block-filters .sidebar-default-header .btn-close-default:before{color:#3f3f3f}@media(max-width: 767px){.block-filters.side-block-filters .sidebar-default-header{display:flex}}.block-filters.side-block-filters .sidebar-default-right .sidebar-default-header{display:flex !important}@media(max-width: 767px){.block-filters.side-block-filters .w-left>div:not(.sidebar-default-header){margin-left:1rem}}.block-filters.side-block-filters .btn-close-default:after{display:none}@media(max-width: 767px){.block-filters.side-block-filters .btn-close-default{display:flex;border:0 !important}}@media(max-width: 767px){.block-filters.is-open{opacity:1;transform:translateX(0);box-shadow:4px 0 10px rgba(0,0,0,.15),2px 0 5px rgba(0,0,0,.1)}}.block-filters .separator{display:block;width:1px;height:2.25rem;background-color:#d3d3d3;margin-right:.25rem}.block-filters.no-margin{margin:0}.filters-responsive{z-index:400}@media(max-width: 767px){.filters-responsive{flex-direction:column;align-items:flex-start}.desktop .filters-responsive{flex-direction:row}}@media(max-width: 767px){.filters-responsive .hide-mobile{display:none}}@media(max-width: 767px){.filters-responsive .full-width .w-left{display:flex;flex-direction:column}.desktop .filters-responsive .full-width .w-left{flex-direction:row}}#permalinksFilter .close-btn{display:none}.block-filters button,.block-filters select{text-transform:uppercase !important;display:flex;align-items:center;justify-content:flex-start;flex-wrap:nowrap;white-space:nowrap;border:1px solid #d3d3d3;padding:.75rem 1rem .7rem 1rem !important;border-radius:20px !important;transition:all .15s ease-in;height:3.2rem}.block-filters button:after,.block-filters select:after{content:"\E9D0" !important;color:#a5a5a5;font-size:1.5rem !important;width:auto !important;height:auto !important}.block-filters button:before,.block-filters select:before{color:#a5a5a5}.block-filters button:hover,.block-filters select:hover{border-color:#3f3f3f}.block-filters button:hover:after,.block-filters button:hover:before,.block-filters select:hover:after,.block-filters select:hover:before{color:#3f3f3f}.block-filters button.no-after:after,.block-filters select.no-after:after{display:none}._account_api .block-filters button.btn-collapse,._account_api .block-filters select.btn-collapse{padding:0 !important;border:none}._account_api .block-filters button.btn-collapse:after,._account_api .block-filters select.btn-collapse:after{display:none}#compareFilter button,#compareFilter select{padding-right:1.5rem !important}._usage_stats .block-filters select{width:23rem}.w-single-multi-level .form-label,.w-single-multi-level .status-log,.w-single-multi-level .status-report-item,.w-single-multi-level .double-list dd,.double-list .w-single-multi-level dd,.w-single-multi-level .double-list dt,.double-list .w-single-multi-level dt,.w-single-multi-level .w-cards-container .w-card .title,.w-cards-container .w-card .w-single-multi-level .title,.w-single-multi-level .w-cards-container .w-card.centered .w-value .label,.w-cards-container .w-card.centered .w-value .w-single-multi-level .label,.w-single-multi-level .list-results tbody tr.sublist .title,.list-results tbody tr.sublist .w-single-multi-level .title,.w-single-multi-level .list-results-header .title,.list-results-header .w-single-multi-level .title,.w-single-multi-level .w-filters-selected label.small,.w-filters-selected .w-single-multi-level label.small,.w-single-multi-level .w-filters-selected .btn-f-s,.w-filters-selected .w-single-multi-level .btn-f-s,.filters .form-label,.filters .status-log,.filters .status-report-item,.filters .double-list dd,.double-list .filters dd,.filters .double-list dt,.double-list .filters dt,.filters .w-cards-container .w-card .title,.w-cards-container .w-card .filters .title,.filters .w-cards-container .w-card.centered .w-value .label,.w-cards-container .w-card.centered .w-value .filters .label,.filters .list-results tbody tr.sublist .title,.list-results tbody tr.sublist .filters .title,.filters .list-results-header .title,.list-results-header .filters .title,.filters .w-filters-selected label.small,.w-filters-selected .filters label.small,.filters .w-filters-selected .btn-f-s,.w-filters-selected .filters .btn-f-s{margin:0 0 0 1rem}.w-single-multi-level span,.filters span{font-family:"Inter",sans-serif;font-optical-sizing:auto;font-style:normal;font-size:1.2rem;font-weight:500;color:#0f64a3;text-transform:capitalize}.w-single-multi-level .button-default,.w-single-multi-level .liveDashboard .list-results thead .icon,.w-single-multi-level .liveDashboard .list-results thead .w-alert-banner:before,.w-single-multi-level .liveDashboard .list-results thead .w-alert-banner:before,.w-single-multi-level .liveDashboard ._account_api .list-results thead .w-alert-banner:before,._account_api .w-single-multi-level .liveDashboard .list-results thead .w-alert-banner:before,.w-single-multi-level .liveDashboard ._account_api .list-results thead .w-alert-banner:before,.w-single-multi-level ._account_api .liveDashboard .list-results thead .w-alert-banner:before,._account_api .w-single-multi-level .liveDashboard .list-results thead .w-alert-banner:before,.w-single-multi-level .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .w-single-multi-level .liveDashboard .list-results thead .dialog-aside:after,.w-single-multi-level .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-single-multi-level .w-dialog.plus .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus .w-single-multi-level .liveDashboard .list-results thead .dialog-aside:after,.w-single-multi-level .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,._account_api .w-single-multi-level .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-single-multi-level .liveDashboard .w-dialog.plus ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus ._account_api .w-single-multi-level .liveDashboard .list-results thead .dialog-aside:after,.w-single-multi-level .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-single-multi-level .w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus .w-single-multi-level .liveDashboard ._account_api .list-results thead .dialog-aside:after,.w-single-multi-level ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,._account_api .w-single-multi-level .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-single-multi-level .w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus ._account_api .w-single-multi-level .liveDashboard .list-results thead .dialog-aside:after,.w-single-multi-level .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-toast .w-single-multi-level .liveDashboard .list-results thead .toast.plus:after,.w-single-multi-level .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-single-multi-level .w-toast .liveDashboard .list-results thead .toast.plus:after,.w-toast .w-single-multi-level .liveDashboard .list-results thead .toast.plus:after,.w-single-multi-level .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,._account_api .w-single-multi-level .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-single-multi-level .liveDashboard .w-toast ._account_api .list-results thead .toast.plus:after,.w-toast ._account_api .w-single-multi-level .liveDashboard .list-results thead .toast.plus:after,.w-single-multi-level .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.w-single-multi-level .w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.w-toast .w-single-multi-level .liveDashboard ._account_api .list-results thead .toast.plus:after,.w-single-multi-level ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,._account_api .w-single-multi-level .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-single-multi-level .w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,.w-toast ._account_api .w-single-multi-level .liveDashboard .list-results thead .toast.plus:after,.w-single-multi-level .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .w-single-multi-level .liveDashboard .list-results thead .btn-period-clear:before,.w-single-multi-level .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .w-single-multi-level .liveDashboard .list-results thead .btn-filter:before,.w-single-multi-level .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-single-multi-level .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .w-single-multi-level .liveDashboard .list-results thead .btn-period-clear:before,.w-single-multi-level .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-single-multi-level .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .w-single-multi-level .liveDashboard .list-results thead .btn-filter:before,.w-single-multi-level .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .w-single-multi-level .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-single-multi-level .liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .w-single-multi-level .liveDashboard .list-results thead .btn-period-clear:before,.w-single-multi-level .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .w-single-multi-level .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-single-multi-level .liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .w-single-multi-level .liveDashboard .list-results thead .btn-filter:before,.w-single-multi-level .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-single-multi-level .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .w-single-multi-level .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.w-single-multi-level .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-single-multi-level .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .w-single-multi-level .liveDashboard ._account_api .list-results thead .btn-filter:before,.w-single-multi-level ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .w-single-multi-level .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-single-multi-level .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .w-single-multi-level .liveDashboard .list-results thead .btn-period-clear:before,.w-single-multi-level ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .w-single-multi-level .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-single-multi-level .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .w-single-multi-level .liveDashboard .list-results thead .btn-filter:before,.w-single-multi-level .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .w-single-multi-level .liveDashboard .list-results thead .btn-period-edit:before,.w-single-multi-level .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-single-multi-level .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .w-single-multi-level .liveDashboard .list-results thead .btn-period-edit:before,.w-single-multi-level .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .w-single-multi-level .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-single-multi-level .liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .w-single-multi-level .liveDashboard .list-results thead .btn-period-edit:before,.w-single-multi-level .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-single-multi-level .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .w-single-multi-level .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.w-single-multi-level ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .w-single-multi-level .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-single-multi-level .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .w-single-multi-level .liveDashboard .list-results thead .btn-period-edit:before,.w-single-multi-level .liveDashboard .list-results thead .block-filters .btn-filter:before,.block-filters .w-single-multi-level .liveDashboard .list-results thead .btn-filter:before,.w-single-multi-level .liveDashboard .list-results thead .block-filters .btn-filter:before,.w-single-multi-level .block-filters .liveDashboard .list-results thead .btn-filter:before,.block-filters .w-single-multi-level .liveDashboard .list-results thead .btn-filter:before,.w-single-multi-level .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,._account_api .w-single-multi-level .liveDashboard .list-results thead .block-filters .btn-filter:before,.w-single-multi-level .liveDashboard .block-filters ._account_api .list-results thead .btn-filter:before,.block-filters ._account_api .w-single-multi-level .liveDashboard .list-results thead .btn-filter:before,.w-single-multi-level .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.w-single-multi-level .block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.block-filters .w-single-multi-level .liveDashboard ._account_api .list-results thead .btn-filter:before,.w-single-multi-level ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,._account_api .w-single-multi-level .liveDashboard .list-results thead .block-filters .btn-filter:before,.w-single-multi-level .block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,.block-filters ._account_api .w-single-multi-level .liveDashboard .list-results thead .btn-filter:before,.w-single-multi-level .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper .w-single-multi-level .liveDashboard .list-results thead input.mobileToggle+label,.w-single-multi-level .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.w-single-multi-level .toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper .w-single-multi-level .liveDashboard .list-results thead input.mobileToggle+label,.w-single-multi-level .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,._account_api .w-single-multi-level .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.w-single-multi-level .liveDashboard .toggleWrapper ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper ._account_api .w-single-multi-level .liveDashboard .list-results thead input.mobileToggle+label,.w-single-multi-level .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.w-single-multi-level .toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper .w-single-multi-level .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.w-single-multi-level ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,._account_api .w-single-multi-level .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.w-single-multi-level .toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper ._account_api .w-single-multi-level .liveDashboard .list-results thead input.mobileToggle+label,.w-single-multi-level .liveDashboard .list-results thead tbody span.status,.w-single-multi-level .liveDashboard .list-results tbody thead span.status,.w-single-multi-level .liveDashboard .list-results thead tbody span.status,.w-single-multi-level .liveDashboard .list-results tbody thead span.status,.w-single-multi-level .liveDashboard ._account_api .list-results thead tbody span.status,._account_api .w-single-multi-level .liveDashboard .list-results thead tbody span.status,.w-single-multi-level .liveDashboard ._account_api .list-results tbody thead span.status,._account_api .w-single-multi-level .liveDashboard .list-results tbody thead span.status,.w-single-multi-level .liveDashboard ._account_api .list-results thead tbody span.status,.w-single-multi-level .liveDashboard ._account_api .list-results tbody thead span.status,.w-single-multi-level ._account_api .liveDashboard .list-results thead tbody span.status,._account_api .w-single-multi-level .liveDashboard .list-results thead tbody span.status,.w-single-multi-level ._account_api .liveDashboard .list-results tbody thead span.status,._account_api .w-single-multi-level .liveDashboard .list-results tbody thead span.status,.w-single-multi-level .liveDashboard .list-results thead tbody td.is-running span,.w-single-multi-level .liveDashboard .list-results tbody td.is-running thead span,.w-single-multi-level .liveDashboard .list-results thead tbody td.is-running span,.w-single-multi-level .liveDashboard .list-results tbody td.is-running thead span,.w-single-multi-level .liveDashboard ._account_api .list-results thead tbody td.is-running span,._account_api .w-single-multi-level .liveDashboard .list-results thead tbody td.is-running span,.w-single-multi-level .liveDashboard ._account_api .list-results tbody td.is-running thead span,._account_api .w-single-multi-level .liveDashboard .list-results tbody td.is-running thead span,.w-single-multi-level .liveDashboard ._account_api .list-results thead tbody td.is-running span,.w-single-multi-level .liveDashboard ._account_api .list-results tbody td.is-running thead span,.w-single-multi-level ._account_api .liveDashboard .list-results thead tbody td.is-running span,._account_api .w-single-multi-level .liveDashboard .list-results thead tbody td.is-running span,.w-single-multi-level ._account_api .liveDashboard .list-results tbody td.is-running thead span,._account_api .w-single-multi-level .liveDashboard .list-results tbody td.is-running thead span,.w-single-multi-level .liveDashboard .list-results thead tbody td.is-pending span,.w-single-multi-level .liveDashboard .list-results tbody td.is-pending thead span,.w-single-multi-level .liveDashboard .list-results thead tbody td.is-pending span,.w-single-multi-level .liveDashboard .list-results tbody td.is-pending thead span,.w-single-multi-level .liveDashboard ._account_api .list-results thead tbody td.is-pending span,._account_api .w-single-multi-level .liveDashboard .list-results thead tbody td.is-pending span,.w-single-multi-level .liveDashboard ._account_api .list-results tbody td.is-pending thead span,._account_api .w-single-multi-level .liveDashboard .list-results tbody td.is-pending thead span,.w-single-multi-level .liveDashboard ._account_api .list-results thead tbody td.is-pending span,.w-single-multi-level .liveDashboard ._account_api .list-results tbody td.is-pending thead span,.w-single-multi-level ._account_api .liveDashboard .list-results thead tbody td.is-pending span,._account_api .w-single-multi-level .liveDashboard .list-results thead tbody td.is-pending span,.w-single-multi-level ._account_api .liveDashboard .list-results tbody td.is-pending thead span,._account_api .w-single-multi-level .liveDashboard .list-results tbody td.is-pending thead span,.w-single-multi-level .liveDashboard .list-results thead .icon,.w-single-multi-level .liveDashboard .list-results thead .w-alert-banner:before,.w-single-multi-level .liveDashboard .list-results thead .w-alert-banner:before,.w-single-multi-level .liveDashboard ._account_api .list-results thead .w-alert-banner:before,._account_api .w-single-multi-level .liveDashboard .list-results thead .w-alert-banner:before,.w-single-multi-level .liveDashboard ._account_api .list-results thead .w-alert-banner:before,.w-single-multi-level ._account_api .liveDashboard .list-results thead .w-alert-banner:before,._account_api .w-single-multi-level .liveDashboard .list-results thead .w-alert-banner:before,.w-single-multi-level .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .w-single-multi-level .liveDashboard .list-results thead .dialog-aside:after,.w-single-multi-level .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-single-multi-level .w-dialog.plus .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus .w-single-multi-level .liveDashboard .list-results thead .dialog-aside:after,.w-single-multi-level .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,._account_api .w-single-multi-level .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-single-multi-level .liveDashboard .w-dialog.plus ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus ._account_api .w-single-multi-level .liveDashboard .list-results thead .dialog-aside:after,.w-single-multi-level .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-single-multi-level .w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus .w-single-multi-level .liveDashboard ._account_api .list-results thead .dialog-aside:after,.w-single-multi-level ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,._account_api .w-single-multi-level .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-single-multi-level .w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus ._account_api .w-single-multi-level .liveDashboard .list-results thead .dialog-aside:after,.w-single-multi-level .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-toast .w-single-multi-level .liveDashboard .list-results thead .toast.plus:after,.w-single-multi-level .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-single-multi-level .w-toast .liveDashboard .list-results thead .toast.plus:after,.w-toast .w-single-multi-level .liveDashboard .list-results thead .toast.plus:after,.w-single-multi-level .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,._account_api .w-single-multi-level .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-single-multi-level .liveDashboard .w-toast ._account_api .list-results thead .toast.plus:after,.w-toast ._account_api .w-single-multi-level .liveDashboard .list-results thead .toast.plus:after,.w-single-multi-level .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.w-single-multi-level .w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.w-toast .w-single-multi-level .liveDashboard ._account_api .list-results thead .toast.plus:after,.w-single-multi-level ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,._account_api .w-single-multi-level .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-single-multi-level .w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,.w-toast ._account_api .w-single-multi-level .liveDashboard .list-results thead .toast.plus:after,.w-single-multi-level .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .w-single-multi-level .liveDashboard .list-results thead .btn-period-clear:before,.w-single-multi-level .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .w-single-multi-level .liveDashboard .list-results thead .btn-filter:before,.w-single-multi-level .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-single-multi-level .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .w-single-multi-level .liveDashboard .list-results thead .btn-period-clear:before,.w-single-multi-level .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-single-multi-level .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .w-single-multi-level .liveDashboard .list-results thead .btn-filter:before,.w-single-multi-level .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .w-single-multi-level .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-single-multi-level .liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .w-single-multi-level .liveDashboard .list-results thead .btn-period-clear:before,.w-single-multi-level .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .w-single-multi-level .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-single-multi-level .liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .w-single-multi-level .liveDashboard .list-results thead .btn-filter:before,.w-single-multi-level .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-single-multi-level .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .w-single-multi-level .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.w-single-multi-level .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-single-multi-level .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .w-single-multi-level .liveDashboard ._account_api .list-results thead .btn-filter:before,.w-single-multi-level ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .w-single-multi-level .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-single-multi-level .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .w-single-multi-level .liveDashboard .list-results thead .btn-period-clear:before,.w-single-multi-level ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .w-single-multi-level .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-single-multi-level .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .w-single-multi-level .liveDashboard .list-results thead .btn-filter:before,.w-single-multi-level .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .w-single-multi-level .liveDashboard .list-results thead .btn-period-edit:before,.w-single-multi-level .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-single-multi-level .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .w-single-multi-level .liveDashboard .list-results thead .btn-period-edit:before,.w-single-multi-level .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .w-single-multi-level .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-single-multi-level .liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .w-single-multi-level .liveDashboard .list-results thead .btn-period-edit:before,.w-single-multi-level .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-single-multi-level .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .w-single-multi-level .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.w-single-multi-level ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .w-single-multi-level .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-single-multi-level .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .w-single-multi-level .liveDashboard .list-results thead .btn-period-edit:before,.w-single-multi-level .liveDashboard .list-results thead .block-filters .btn-filter:before,.block-filters .w-single-multi-level .liveDashboard .list-results thead .btn-filter:before,.w-single-multi-level .liveDashboard .list-results thead .block-filters .btn-filter:before,.w-single-multi-level .block-filters .liveDashboard .list-results thead .btn-filter:before,.block-filters .w-single-multi-level .liveDashboard .list-results thead .btn-filter:before,.w-single-multi-level .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,._account_api .w-single-multi-level .liveDashboard .list-results thead .block-filters .btn-filter:before,.w-single-multi-level .liveDashboard .block-filters ._account_api .list-results thead .btn-filter:before,.block-filters ._account_api .w-single-multi-level .liveDashboard .list-results thead .btn-filter:before,.w-single-multi-level .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.w-single-multi-level .block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.block-filters .w-single-multi-level .liveDashboard ._account_api .list-results thead .btn-filter:before,.w-single-multi-level ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,._account_api .w-single-multi-level .liveDashboard .list-results thead .block-filters .btn-filter:before,.w-single-multi-level .block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,.block-filters ._account_api .w-single-multi-level .liveDashboard .list-results thead .btn-filter:before,.w-single-multi-level .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper .w-single-multi-level .liveDashboard .list-results thead input.mobileToggle+label,.w-single-multi-level .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.w-single-multi-level .toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper .w-single-multi-level .liveDashboard .list-results thead input.mobileToggle+label,.w-single-multi-level .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,._account_api .w-single-multi-level .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.w-single-multi-level .liveDashboard .toggleWrapper ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper ._account_api .w-single-multi-level .liveDashboard .list-results thead input.mobileToggle+label,.w-single-multi-level .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.w-single-multi-level .toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper .w-single-multi-level .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.w-single-multi-level ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,._account_api .w-single-multi-level .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.w-single-multi-level .toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper ._account_api .w-single-multi-level .liveDashboard .list-results thead input.mobileToggle+label,.w-single-multi-level .liveDashboard .list-results thead tbody span.status,.w-single-multi-level .liveDashboard .list-results tbody thead span.status,.w-single-multi-level .liveDashboard .list-results thead tbody span.status,.w-single-multi-level .liveDashboard .list-results tbody thead span.status,.w-single-multi-level .liveDashboard ._account_api .list-results thead tbody span.status,._account_api .w-single-multi-level .liveDashboard .list-results thead tbody span.status,.w-single-multi-level .liveDashboard ._account_api .list-results tbody thead span.status,._account_api .w-single-multi-level .liveDashboard .list-results tbody thead span.status,.w-single-multi-level .liveDashboard ._account_api .list-results thead tbody span.status,.w-single-multi-level .liveDashboard ._account_api .list-results tbody thead span.status,.w-single-multi-level ._account_api .liveDashboard .list-results thead tbody span.status,._account_api .w-single-multi-level .liveDashboard .list-results thead tbody span.status,.w-single-multi-level ._account_api .liveDashboard .list-results tbody thead span.status,._account_api .w-single-multi-level .liveDashboard .list-results tbody thead span.status,.w-single-multi-level .liveDashboard .list-results thead tbody td.is-running span,.w-single-multi-level .liveDashboard .list-results tbody td.is-running thead span,.w-single-multi-level .liveDashboard .list-results thead tbody td.is-running span,.w-single-multi-level .liveDashboard .list-results tbody td.is-running thead span,.w-single-multi-level .liveDashboard ._account_api .list-results thead tbody td.is-running span,._account_api .w-single-multi-level .liveDashboard .list-results thead tbody td.is-running span,.w-single-multi-level .liveDashboard ._account_api .list-results tbody td.is-running thead span,._account_api .w-single-multi-level .liveDashboard .list-results tbody td.is-running thead span,.w-single-multi-level .liveDashboard ._account_api .list-results thead tbody td.is-running span,.w-single-multi-level .liveDashboard ._account_api .list-results tbody td.is-running thead span,.w-single-multi-level ._account_api .liveDashboard .list-results thead tbody td.is-running span,._account_api .w-single-multi-level .liveDashboard .list-results thead tbody td.is-running span,.w-single-multi-level ._account_api .liveDashboard .list-results tbody td.is-running thead span,._account_api .w-single-multi-level .liveDashboard .list-results tbody td.is-running thead span,.w-single-multi-level .liveDashboard .list-results thead tbody td.is-pending span,.w-single-multi-level .liveDashboard .list-results tbody td.is-pending thead span,.w-single-multi-level .liveDashboard .list-results thead tbody td.is-pending span,.w-single-multi-level .liveDashboard .list-results tbody td.is-pending thead span,.w-single-multi-level .liveDashboard ._account_api .list-results thead tbody td.is-pending span,._account_api .w-single-multi-level .liveDashboard .list-results thead tbody td.is-pending span,.w-single-multi-level .liveDashboard ._account_api .list-results tbody td.is-pending thead span,._account_api .w-single-multi-level .liveDashboard .list-results tbody td.is-pending thead span,.w-single-multi-level .liveDashboard ._account_api .list-results thead tbody td.is-pending span,.w-single-multi-level .liveDashboard ._account_api .list-results tbody td.is-pending thead span,.w-single-multi-level ._account_api .liveDashboard .list-results thead tbody td.is-pending span,._account_api .w-single-multi-level .liveDashboard .list-results thead tbody td.is-pending span,.w-single-multi-level ._account_api .liveDashboard .list-results tbody td.is-pending thead span,._account_api .w-single-multi-level .liveDashboard .list-results tbody td.is-pending thead span,.w-single-multi-level .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,.w-single-multi-level .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .w-single-multi-level .liveDashboard .list-results thead .dropdown-toggle:after,.w-single-multi-level .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter,.w-single-multi-level .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .filter,.w-filter-preset.w-filter-preset .filter-preset .w-single-multi-level .liveDashboard .list-results thead .filter,.w-single-multi-level .liveDashboard .list-results thead .form-label.status span,.w-single-multi-level .liveDashboard .list-results thead .status.status-log span,.w-single-multi-level .liveDashboard .list-results thead .status.status-report-item span,.w-single-multi-level .liveDashboard .list-results thead .double-list dd.status span,.double-list .w-single-multi-level .liveDashboard .list-results thead dd.status span,.w-single-multi-level .liveDashboard .list-results thead .double-list dt.status span,.double-list .w-single-multi-level .liveDashboard .list-results thead dt.status span,.w-single-multi-level .liveDashboard .list-results thead .w-cards-container .w-card .status.title span,.w-cards-container .w-card .w-single-multi-level .liveDashboard .list-results thead .status.title span,.w-single-multi-level .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value .w-single-multi-level .liveDashboard .list-results thead .status.label span,.w-single-multi-level .liveDashboard .list-results thead tbody tr.sublist .status.title span,.w-single-multi-level .liveDashboard .list-results tbody tr.sublist thead .status.title span,.w-single-multi-level .form-label.status .liveDashboard .list-results thead span,.w-single-multi-level .status.status-log .liveDashboard .list-results thead span,.w-single-multi-level .status.status-report-item .liveDashboard .list-results thead span,.w-single-multi-level .double-list dd.status .liveDashboard .list-results thead span,.double-list .w-single-multi-level dd.status .liveDashboard .list-results thead span,.w-single-multi-level .double-list dt.status .liveDashboard .list-results thead span,.double-list .w-single-multi-level dt.status .liveDashboard .list-results thead span,.w-single-multi-level .w-cards-container .w-card .status.title .liveDashboard .list-results thead span,.w-cards-container .w-card .w-single-multi-level .status.title .liveDashboard .list-results thead span,.w-single-multi-level .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span,.w-cards-container .w-card.centered .w-value .w-single-multi-level .status.label .liveDashboard .list-results thead span,.w-single-multi-level .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span,.list-results tbody tr.sublist .w-single-multi-level .status.title .liveDashboard .list-results thead span,.form-label.status .w-single-multi-level .liveDashboard .list-results thead span,.status.status-log .w-single-multi-level .liveDashboard .list-results thead span,.status.status-report-item .w-single-multi-level .liveDashboard .list-results thead span,.double-list dd.status .w-single-multi-level .liveDashboard .list-results thead span,.double-list dt.status .w-single-multi-level .liveDashboard .list-results thead span,.w-cards-container .w-card .status.title .w-single-multi-level .liveDashboard .list-results thead span,.w-cards-container .w-card.centered .w-value .status.label .w-single-multi-level .liveDashboard .list-results thead span,.list-results tbody tr.sublist .status.title .w-single-multi-level .liveDashboard .list-results thead span,.w-single-multi-level .liveDashboard .list-results thead .w-filters-selected label.status.small span,.w-single-multi-level .w-filters-selected label.status.small .liveDashboard .list-results thead span,.w-filters-selected label.status.small .w-single-multi-level .liveDashboard .list-results thead span,.w-single-multi-level .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span,.w-single-multi-level .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span,.w-filters-selected .status.btn-f-s .w-single-multi-level .liveDashboard .list-results thead span,.w-single-multi-level .liveDashboard .list-results thead .sub-header .w-form label,.w-single-multi-level .liveDashboard .list-results thead .sub-header .w-double-list label,.w-single-multi-level .sub-header .w-form .liveDashboard .list-results thead label,.w-single-multi-level .sub-header .w-double-list .liveDashboard .list-results thead label,.sub-header .w-form .w-single-multi-level .liveDashboard .list-results thead label,.sub-header .w-double-list .w-single-multi-level .liveDashboard .list-results thead label,.w-single-multi-level .liveDashboard .list-results thead .block-filters button:after,.w-single-multi-level .block-filters .liveDashboard .list-results thead button:after,.block-filters .w-single-multi-level .liveDashboard .list-results thead button:after,.w-single-multi-level .liveDashboard .list-results thead .block-filters select:after,.w-single-multi-level .block-filters .liveDashboard .list-results thead select:after,.block-filters .w-single-multi-level .liveDashboard .list-results thead select:after,.w-single-multi-level .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive,.w-single-multi-level .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive,.form-auto-list .w-single-multi-level .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive,.w-single-multi-level .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active,.w-single-multi-level .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-active,.form-auto-list .w-single-multi-level .liveDashboard .list-results thead .form-auto-item.is-user-is-active,.w-single-multi-level .liveDashboard .list-results thead .list-results-header .status.title span,.w-single-multi-level .list-results-header .status.title .liveDashboard .list-results thead span,.list-results-header .status.title .w-single-multi-level .liveDashboard .list-results thead span,.w-single-multi-level .liveDashboard .list-results thead tr span,.w-single-multi-level .liveDashboard ._account_api .list-results thead .icon,.w-single-multi-level .liveDashboard ._account_api .list-results thead .w-alert-banner:before,.w-single-multi-level .liveDashboard ._account_api .list-results thead .w-alert-banner:before,.w-single-multi-level .liveDashboard ._account_api .list-results thead .w-alert-banner:before,.w-single-multi-level .liveDashboard ._account_api .list-results thead .w-alert-banner:before,.w-single-multi-level .liveDashboard ._account_api .liveDashboard .list-results thead .w-alert-banner:before,.w-single-multi-level .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .w-single-multi-level .liveDashboard ._account_api .list-results thead .dialog-aside:after,.w-single-multi-level .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-single-multi-level .w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus .w-single-multi-level .liveDashboard ._account_api .list-results thead .dialog-aside:after,.w-single-multi-level .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-single-multi-level .liveDashboard .w-dialog.plus ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus .w-single-multi-level .liveDashboard ._account_api .list-results thead .dialog-aside:after,.w-single-multi-level .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-single-multi-level .w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus .w-single-multi-level .liveDashboard ._account_api .list-results thead .dialog-aside:after,.w-single-multi-level .liveDashboard ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-single-multi-level .liveDashboard .w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus .w-single-multi-level .liveDashboard ._account_api .liveDashboard .list-results thead .dialog-aside:after,.w-single-multi-level .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.w-toast .w-single-multi-level .liveDashboard ._account_api .list-results thead .toast.plus:after,.w-single-multi-level .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.w-single-multi-level .w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.w-toast .w-single-multi-level .liveDashboard ._account_api .list-results thead .toast.plus:after,.w-single-multi-level .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.w-single-multi-level .liveDashboard .w-toast ._account_api .list-results thead .toast.plus:after,.w-toast .w-single-multi-level .liveDashboard ._account_api .list-results thead .toast.plus:after,.w-single-multi-level .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.w-single-multi-level .w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.w-toast .w-single-multi-level .liveDashboard ._account_api .list-results thead .toast.plus:after,.w-single-multi-level .liveDashboard ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-single-multi-level .liveDashboard .w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,.w-toast .w-single-multi-level .liveDashboard ._account_api .liveDashboard .list-results thead .toast.plus:after,.w-single-multi-level .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .w-single-multi-level .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.w-single-multi-level .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .w-single-multi-level .liveDashboard ._account_api .list-results thead .btn-filter:before,.w-single-multi-level .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-single-multi-level .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .w-single-multi-level .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.w-single-multi-level .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-single-multi-level .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .w-single-multi-level .liveDashboard ._account_api .list-results thead .btn-filter:before,.w-single-multi-level .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-single-multi-level .liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .w-single-multi-level .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.w-single-multi-level .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-single-multi-level .liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .w-single-multi-level .liveDashboard ._account_api .list-results thead .btn-filter:before,.w-single-multi-level .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-single-multi-level .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .w-single-multi-level .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.w-single-multi-level .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-single-multi-level .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .w-single-multi-level .liveDashboard ._account_api .list-results thead .btn-filter:before,.w-single-multi-level .liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-single-multi-level .liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .w-single-multi-level .liveDashboard ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.w-single-multi-level .liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-single-multi-level .liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .w-single-multi-level .liveDashboard ._account_api .liveDashboard .list-results thead .btn-filter:before,.w-single-multi-level .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .w-single-multi-level .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.w-single-multi-level .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-single-multi-level .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .w-single-multi-level .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.w-single-multi-level .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-single-multi-level .liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .w-single-multi-level .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.w-single-multi-level .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-single-multi-level .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .w-single-multi-level .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.w-single-multi-level .liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-single-multi-level .liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .w-single-multi-level .liveDashboard ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.w-single-multi-level .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.block-filters .w-single-multi-level .liveDashboard ._account_api .list-results thead .btn-filter:before,.w-single-multi-level .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.w-single-multi-level .block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.block-filters .w-single-multi-level .liveDashboard ._account_api .list-results thead .btn-filter:before,.w-single-multi-level .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.w-single-multi-level .liveDashboard .block-filters ._account_api .list-results thead .btn-filter:before,.block-filters .w-single-multi-level .liveDashboard ._account_api .list-results thead .btn-filter:before,.w-single-multi-level .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.w-single-multi-level .block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.block-filters .w-single-multi-level .liveDashboard ._account_api .list-results thead .btn-filter:before,.w-single-multi-level .liveDashboard ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.w-single-multi-level .liveDashboard .block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,.block-filters .w-single-multi-level .liveDashboard ._account_api .liveDashboard .list-results thead .btn-filter:before,.w-single-multi-level .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper .w-single-multi-level .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.w-single-multi-level .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.w-single-multi-level .toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper .w-single-multi-level .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.w-single-multi-level .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.w-single-multi-level .liveDashboard .toggleWrapper ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper .w-single-multi-level .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.w-single-multi-level .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.w-single-multi-level .toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper .w-single-multi-level .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.w-single-multi-level .liveDashboard ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.w-single-multi-level .liveDashboard .toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper .w-single-multi-level .liveDashboard ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.w-single-multi-level .liveDashboard ._account_api .list-results thead tbody span.status,.w-single-multi-level .liveDashboard ._account_api .list-results tbody thead span.status,.w-single-multi-level .liveDashboard ._account_api .list-results thead tbody span.status,.w-single-multi-level .liveDashboard ._account_api .list-results tbody thead span.status,.w-single-multi-level .liveDashboard ._account_api .list-results thead tbody span.status,.w-single-multi-level .liveDashboard ._account_api .list-results tbody thead span.status,.w-single-multi-level .liveDashboard ._account_api .list-results thead tbody span.status,.w-single-multi-level .liveDashboard ._account_api .list-results tbody thead span.status,.w-single-multi-level .liveDashboard ._account_api .liveDashboard .list-results thead tbody span.status,.w-single-multi-level .liveDashboard ._account_api .liveDashboard .list-results tbody thead span.status,.w-single-multi-level .liveDashboard ._account_api .list-results thead tbody td.is-running span,.w-single-multi-level .liveDashboard ._account_api .list-results tbody td.is-running thead span,.w-single-multi-level .liveDashboard ._account_api .list-results thead tbody td.is-running span,.w-single-multi-level .liveDashboard ._account_api .list-results tbody td.is-running thead span,.w-single-multi-level .liveDashboard ._account_api .list-results thead tbody td.is-running span,.w-single-multi-level .liveDashboard ._account_api .list-results tbody td.is-running thead span,.w-single-multi-level .liveDashboard ._account_api .list-results thead tbody td.is-running span,.w-single-multi-level .liveDashboard ._account_api .list-results tbody td.is-running thead span,.w-single-multi-level .liveDashboard ._account_api .liveDashboard .list-results thead tbody td.is-running span,.w-single-multi-level .liveDashboard ._account_api .liveDashboard .list-results tbody td.is-running thead span,.w-single-multi-level .liveDashboard ._account_api .list-results thead tbody td.is-pending span,.w-single-multi-level .liveDashboard ._account_api .list-results tbody td.is-pending thead span,.w-single-multi-level .liveDashboard ._account_api .list-results thead tbody td.is-pending span,.w-single-multi-level .liveDashboard ._account_api .list-results tbody td.is-pending thead span,.w-single-multi-level .liveDashboard ._account_api .list-results thead tbody td.is-pending span,.w-single-multi-level .liveDashboard ._account_api .list-results tbody td.is-pending thead span,.w-single-multi-level .liveDashboard ._account_api .list-results thead tbody td.is-pending span,.w-single-multi-level .liveDashboard ._account_api .list-results tbody td.is-pending thead span,.w-single-multi-level .liveDashboard ._account_api .liveDashboard .list-results thead tbody td.is-pending span,.w-single-multi-level .liveDashboard ._account_api .liveDashboard .list-results tbody td.is-pending thead span,._account_api .w-single-multi-level .liveDashboard .list-results thead .icon,._account_api .w-single-multi-level .liveDashboard .list-results thead .w-alert-banner:before,._account_api .w-single-multi-level .liveDashboard .list-results thead .w-alert-banner:before,._account_api .w-single-multi-level .liveDashboard .list-results thead .w-alert-banner:before,._account_api .w-single-multi-level .liveDashboard ._account_api .list-results thead .w-alert-banner:before,._account_api .w-single-multi-level .liveDashboard .list-results thead .w-alert-banner:before,._account_api .w-single-multi-level .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus ._account_api .w-single-multi-level .liveDashboard .list-results thead .dialog-aside:after,._account_api .w-single-multi-level .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,._account_api .w-single-multi-level .w-dialog.plus .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus ._account_api .w-single-multi-level .liveDashboard .list-results thead .dialog-aside:after,._account_api .w-single-multi-level .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus ._account_api .w-single-multi-level .liveDashboard .list-results thead .dialog-aside:after,._account_api .w-single-multi-level .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,._account_api .w-single-multi-level .w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus ._account_api .w-single-multi-level .liveDashboard ._account_api .list-results thead .dialog-aside:after,._account_api .w-single-multi-level .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus ._account_api .w-single-multi-level .liveDashboard .list-results thead .dialog-aside:after,._account_api .w-single-multi-level .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-toast ._account_api .w-single-multi-level .liveDashboard .list-results thead .toast.plus:after,._account_api .w-single-multi-level .liveDashboard .list-results thead .w-toast .toast.plus:after,._account_api .w-single-multi-level .w-toast .liveDashboard .list-results thead .toast.plus:after,.w-toast ._account_api .w-single-multi-level .liveDashboard .list-results thead .toast.plus:after,._account_api .w-single-multi-level .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-toast ._account_api .w-single-multi-level .liveDashboard .list-results thead .toast.plus:after,._account_api .w-single-multi-level .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,._account_api .w-single-multi-level .w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.w-toast ._account_api .w-single-multi-level .liveDashboard ._account_api .list-results thead .toast.plus:after,._account_api .w-single-multi-level .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-toast ._account_api .w-single-multi-level .liveDashboard .list-results thead .toast.plus:after,._account_api .w-single-multi-level .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .w-single-multi-level .liveDashboard .list-results thead .btn-period-clear:before,._account_api .w-single-multi-level .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .w-single-multi-level .liveDashboard .list-results thead .btn-filter:before,._account_api .w-single-multi-level .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .w-single-multi-level .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .w-single-multi-level .liveDashboard .list-results thead .btn-period-clear:before,._account_api .w-single-multi-level .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .w-single-multi-level .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .w-single-multi-level .liveDashboard .list-results thead .btn-filter:before,._account_api .w-single-multi-level .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .w-single-multi-level .liveDashboard .list-results thead .btn-period-clear:before,._account_api .w-single-multi-level .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .w-single-multi-level .liveDashboard .list-results thead .btn-filter:before,._account_api .w-single-multi-level .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .w-single-multi-level .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .w-single-multi-level .liveDashboard ._account_api .list-results thead .btn-period-clear:before,._account_api .w-single-multi-level .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .w-single-multi-level .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .w-single-multi-level .liveDashboard ._account_api .list-results thead .btn-filter:before,._account_api .w-single-multi-level .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .w-single-multi-level .liveDashboard .list-results thead .btn-period-clear:before,._account_api .w-single-multi-level .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .w-single-multi-level .liveDashboard .list-results thead .btn-filter:before,._account_api .w-single-multi-level .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .w-single-multi-level .liveDashboard .list-results thead .btn-period-edit:before,._account_api .w-single-multi-level .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .w-single-multi-level .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .w-single-multi-level .liveDashboard .list-results thead .btn-period-edit:before,._account_api .w-single-multi-level .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .w-single-multi-level .liveDashboard .list-results thead .btn-period-edit:before,._account_api .w-single-multi-level .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .w-single-multi-level .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .w-single-multi-level .liveDashboard ._account_api .list-results thead .btn-period-edit:before,._account_api .w-single-multi-level .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .w-single-multi-level .liveDashboard .list-results thead .btn-period-edit:before,._account_api .w-single-multi-level .liveDashboard .list-results thead .block-filters .btn-filter:before,.block-filters ._account_api .w-single-multi-level .liveDashboard .list-results thead .btn-filter:before,._account_api .w-single-multi-level .liveDashboard .list-results thead .block-filters .btn-filter:before,._account_api .w-single-multi-level .block-filters .liveDashboard .list-results thead .btn-filter:before,.block-filters ._account_api .w-single-multi-level .liveDashboard .list-results thead .btn-filter:before,._account_api .w-single-multi-level .liveDashboard .list-results thead .block-filters .btn-filter:before,.block-filters ._account_api .w-single-multi-level .liveDashboard .list-results thead .btn-filter:before,._account_api .w-single-multi-level .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,._account_api .w-single-multi-level .block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.block-filters ._account_api .w-single-multi-level .liveDashboard ._account_api .list-results thead .btn-filter:before,._account_api .w-single-multi-level .liveDashboard .list-results thead .block-filters .btn-filter:before,.block-filters ._account_api .w-single-multi-level .liveDashboard .list-results thead .btn-filter:before,._account_api .w-single-multi-level .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper ._account_api .w-single-multi-level .liveDashboard .list-results thead input.mobileToggle+label,._account_api .w-single-multi-level .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,._account_api .w-single-multi-level .toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper ._account_api .w-single-multi-level .liveDashboard .list-results thead input.mobileToggle+label,._account_api .w-single-multi-level .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper ._account_api .w-single-multi-level .liveDashboard .list-results thead input.mobileToggle+label,._account_api .w-single-multi-level .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,._account_api .w-single-multi-level .toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper ._account_api .w-single-multi-level .liveDashboard ._account_api .list-results thead input.mobileToggle+label,._account_api .w-single-multi-level .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper ._account_api .w-single-multi-level .liveDashboard .list-results thead input.mobileToggle+label,._account_api .w-single-multi-level .liveDashboard .list-results thead tbody span.status,._account_api .w-single-multi-level .liveDashboard .list-results tbody thead span.status,._account_api .w-single-multi-level .liveDashboard .list-results thead tbody span.status,._account_api .w-single-multi-level .liveDashboard .list-results tbody thead span.status,._account_api .w-single-multi-level .liveDashboard .list-results thead tbody span.status,._account_api .w-single-multi-level .liveDashboard .list-results tbody thead span.status,._account_api .w-single-multi-level .liveDashboard ._account_api .list-results thead tbody span.status,._account_api .w-single-multi-level .liveDashboard ._account_api .list-results tbody thead span.status,._account_api .w-single-multi-level .liveDashboard .list-results thead tbody span.status,._account_api .w-single-multi-level .liveDashboard .list-results tbody thead span.status,._account_api .w-single-multi-level .liveDashboard .list-results thead tbody td.is-running span,._account_api .w-single-multi-level .liveDashboard .list-results tbody td.is-running thead span,._account_api .w-single-multi-level .liveDashboard .list-results thead tbody td.is-running span,._account_api .w-single-multi-level .liveDashboard .list-results tbody td.is-running thead span,._account_api .w-single-multi-level .liveDashboard .list-results thead tbody td.is-running span,._account_api .w-single-multi-level .liveDashboard .list-results tbody td.is-running thead span,._account_api .w-single-multi-level .liveDashboard ._account_api .list-results thead tbody td.is-running span,._account_api .w-single-multi-level .liveDashboard ._account_api .list-results tbody td.is-running thead span,._account_api .w-single-multi-level .liveDashboard .list-results thead tbody td.is-running span,._account_api .w-single-multi-level .liveDashboard .list-results tbody td.is-running thead span,._account_api .w-single-multi-level .liveDashboard .list-results thead tbody td.is-pending span,._account_api .w-single-multi-level .liveDashboard .list-results tbody td.is-pending thead span,._account_api .w-single-multi-level .liveDashboard .list-results thead tbody td.is-pending span,._account_api .w-single-multi-level .liveDashboard .list-results tbody td.is-pending thead span,._account_api .w-single-multi-level .liveDashboard .list-results thead tbody td.is-pending span,._account_api .w-single-multi-level .liveDashboard .list-results tbody td.is-pending thead span,._account_api .w-single-multi-level .liveDashboard ._account_api .list-results thead tbody td.is-pending span,._account_api .w-single-multi-level .liveDashboard ._account_api .list-results tbody td.is-pending thead span,._account_api .w-single-multi-level .liveDashboard .list-results thead tbody td.is-pending span,._account_api .w-single-multi-level .liveDashboard .list-results tbody td.is-pending thead span,.w-single-multi-level .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,._account_api .w-single-multi-level .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,.w-single-multi-level .liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .w-single-multi-level .liveDashboard .list-results thead .dropdown-toggle:after,.w-single-multi-level .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter,._account_api .w-single-multi-level .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter,.w-single-multi-level .liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .w-single-multi-level .liveDashboard .list-results thead .filter,.w-single-multi-level .liveDashboard ._account_api .list-results thead .form-label.status span,.w-single-multi-level .liveDashboard ._account_api .list-results thead .status.status-log span,.w-single-multi-level .liveDashboard ._account_api .list-results thead .status.status-report-item span,.w-single-multi-level .liveDashboard ._account_api .list-results thead .double-list dd.status span,.double-list .w-single-multi-level .liveDashboard ._account_api .list-results thead dd.status span,.w-single-multi-level .liveDashboard ._account_api .list-results thead .double-list dt.status span,.double-list .w-single-multi-level .liveDashboard ._account_api .list-results thead dt.status span,.w-single-multi-level .liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span,.w-cards-container .w-card .w-single-multi-level .liveDashboard ._account_api .list-results thead .status.title span,.w-single-multi-level .liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value .w-single-multi-level .liveDashboard ._account_api .list-results thead .status.label span,.w-single-multi-level .liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span,.w-single-multi-level .liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span,._account_api .w-single-multi-level .liveDashboard .list-results thead .form-label.status span,._account_api .w-single-multi-level .liveDashboard .list-results thead .status.status-log span,._account_api .w-single-multi-level .liveDashboard .list-results thead .status.status-report-item span,._account_api .w-single-multi-level .liveDashboard .list-results thead .double-list dd.status span,.double-list ._account_api .w-single-multi-level .liveDashboard .list-results thead dd.status span,._account_api .w-single-multi-level .liveDashboard .list-results thead .double-list dt.status span,.double-list ._account_api .w-single-multi-level .liveDashboard .list-results thead dt.status span,._account_api .w-single-multi-level .liveDashboard .list-results thead .w-cards-container .w-card .status.title span,.w-cards-container .w-card ._account_api .w-single-multi-level .liveDashboard .list-results thead .status.title span,._account_api .w-single-multi-level .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value ._account_api .w-single-multi-level .liveDashboard .list-results thead .status.label span,._account_api .w-single-multi-level .liveDashboard .list-results thead tbody tr.sublist .status.title span,._account_api .w-single-multi-level .liveDashboard .list-results tbody tr.sublist thead .status.title span,.w-single-multi-level .liveDashboard .form-label.status ._account_api .list-results thead span,.w-single-multi-level .liveDashboard .status.status-log ._account_api .list-results thead span,.w-single-multi-level .liveDashboard .status.status-report-item ._account_api .list-results thead span,.w-single-multi-level .liveDashboard .double-list dd.status ._account_api .list-results thead span,.double-list .w-single-multi-level .liveDashboard dd.status ._account_api .list-results thead span,.w-single-multi-level .liveDashboard .double-list dt.status ._account_api .list-results thead span,.double-list .w-single-multi-level .liveDashboard dt.status ._account_api .list-results thead span,.w-single-multi-level .liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span,.w-cards-container .w-card .w-single-multi-level .liveDashboard .status.title ._account_api .list-results thead span,.w-single-multi-level .liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span,.w-cards-container .w-card.centered .w-value .w-single-multi-level .liveDashboard .status.label ._account_api .list-results thead span,.w-single-multi-level .liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span,.list-results tbody tr.sublist .w-single-multi-level .liveDashboard .status.title ._account_api .list-results thead span,.form-label.status ._account_api .w-single-multi-level .liveDashboard .list-results thead span,.status.status-log ._account_api .w-single-multi-level .liveDashboard .list-results thead span,.status.status-report-item ._account_api .w-single-multi-level .liveDashboard .list-results thead span,.double-list dd.status ._account_api .w-single-multi-level .liveDashboard .list-results thead span,.double-list dt.status ._account_api .w-single-multi-level .liveDashboard .list-results thead span,.w-cards-container .w-card .status.title ._account_api .w-single-multi-level .liveDashboard .list-results thead span,.w-cards-container .w-card.centered .w-value .status.label ._account_api .w-single-multi-level .liveDashboard .list-results thead span,.list-results tbody tr.sublist .status.title ._account_api .w-single-multi-level .liveDashboard .list-results thead span,.w-single-multi-level .liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span,._account_api .w-single-multi-level .liveDashboard .list-results thead .w-filters-selected label.status.small span,.w-single-multi-level .liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span,.w-filters-selected label.status.small ._account_api .w-single-multi-level .liveDashboard .list-results thead span,.w-single-multi-level .liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span,._account_api .w-single-multi-level .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span,.w-single-multi-level .liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span,.w-filters-selected .status.btn-f-s ._account_api .w-single-multi-level .liveDashboard .list-results thead span,.w-single-multi-level .liveDashboard ._account_api .list-results thead .sub-header .w-form label,.w-single-multi-level .liveDashboard ._account_api .list-results thead .sub-header .w-double-list label,._account_api .w-single-multi-level .liveDashboard .list-results thead .sub-header .w-form label,._account_api .w-single-multi-level .liveDashboard .list-results thead .sub-header .w-double-list label,.w-single-multi-level .liveDashboard .sub-header .w-form ._account_api .list-results thead label,.w-single-multi-level .liveDashboard .sub-header .w-double-list ._account_api .list-results thead label,.sub-header .w-form ._account_api .w-single-multi-level .liveDashboard .list-results thead label,.sub-header .w-double-list ._account_api .w-single-multi-level .liveDashboard .list-results thead label,.w-single-multi-level .liveDashboard ._account_api .list-results thead .block-filters button:after,._account_api .w-single-multi-level .liveDashboard .list-results thead .block-filters button:after,.w-single-multi-level .liveDashboard .block-filters ._account_api .list-results thead button:after,.block-filters ._account_api .w-single-multi-level .liveDashboard .list-results thead button:after,.w-single-multi-level .liveDashboard ._account_api .list-results thead .block-filters select:after,._account_api .w-single-multi-level .liveDashboard .list-results thead .block-filters select:after,.w-single-multi-level .liveDashboard .block-filters ._account_api .list-results thead select:after,.block-filters ._account_api .w-single-multi-level .liveDashboard .list-results thead select:after,.w-single-multi-level .liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive,._account_api .w-single-multi-level .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive,.w-single-multi-level .liveDashboard .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .w-single-multi-level .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive,.w-single-multi-level .liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active,._account_api .w-single-multi-level .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active,.w-single-multi-level .liveDashboard .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-active,.form-auto-list ._account_api .w-single-multi-level .liveDashboard .list-results thead .form-auto-item.is-user-is-active,.w-single-multi-level .liveDashboard ._account_api .list-results thead .list-results-header .status.title span,._account_api .w-single-multi-level .liveDashboard .list-results thead .list-results-header .status.title span,.w-single-multi-level .liveDashboard .list-results-header .status.title ._account_api .list-results thead span,.list-results-header .status.title ._account_api .w-single-multi-level .liveDashboard .list-results thead span,.w-single-multi-level .liveDashboard ._account_api .list-results thead tr span,._account_api .w-single-multi-level .liveDashboard .list-results thead tr span,.w-single-multi-level .liveDashboard ._account_api .list-results thead .icon,.w-single-multi-level .liveDashboard ._account_api .list-results thead .w-alert-banner:before,.w-single-multi-level .liveDashboard ._account_api .list-results thead .w-alert-banner:before,.w-single-multi-level .liveDashboard ._account_api .list-results thead .w-alert-banner:before,.w-single-multi-level .liveDashboard ._account_api .list-results thead .w-alert-banner:before,.w-single-multi-level .liveDashboard ._account_api .liveDashboard .list-results thead .w-alert-banner:before,.w-single-multi-level .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .w-single-multi-level .liveDashboard ._account_api .list-results thead .dialog-aside:after,.w-single-multi-level .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-single-multi-level .w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus .w-single-multi-level .liveDashboard ._account_api .list-results thead .dialog-aside:after,.w-single-multi-level .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-single-multi-level .liveDashboard .w-dialog.plus ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus .w-single-multi-level .liveDashboard ._account_api .list-results thead .dialog-aside:after,.w-single-multi-level .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-single-multi-level .w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus .w-single-multi-level .liveDashboard ._account_api .list-results thead .dialog-aside:after,.w-single-multi-level .liveDashboard ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-single-multi-level .liveDashboard .w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus .w-single-multi-level .liveDashboard ._account_api .liveDashboard .list-results thead .dialog-aside:after,.w-single-multi-level .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.w-toast .w-single-multi-level .liveDashboard ._account_api .list-results thead .toast.plus:after,.w-single-multi-level .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.w-single-multi-level .w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.w-toast .w-single-multi-level .liveDashboard ._account_api .list-results thead .toast.plus:after,.w-single-multi-level .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.w-single-multi-level .liveDashboard .w-toast ._account_api .list-results thead .toast.plus:after,.w-toast .w-single-multi-level .liveDashboard ._account_api .list-results thead .toast.plus:after,.w-single-multi-level .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.w-single-multi-level .w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.w-toast .w-single-multi-level .liveDashboard ._account_api .list-results thead .toast.plus:after,.w-single-multi-level .liveDashboard ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-single-multi-level .liveDashboard .w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,.w-toast .w-single-multi-level .liveDashboard ._account_api .liveDashboard .list-results thead .toast.plus:after,.w-single-multi-level .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .w-single-multi-level .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.w-single-multi-level .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .w-single-multi-level .liveDashboard ._account_api .list-results thead .btn-filter:before,.w-single-multi-level .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-single-multi-level .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .w-single-multi-level .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.w-single-multi-level .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-single-multi-level .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .w-single-multi-level .liveDashboard ._account_api .list-results thead .btn-filter:before,.w-single-multi-level .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-single-multi-level .liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .w-single-multi-level .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.w-single-multi-level .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-single-multi-level .liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .w-single-multi-level .liveDashboard ._account_api .list-results thead .btn-filter:before,.w-single-multi-level .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-single-multi-level .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .w-single-multi-level .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.w-single-multi-level .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-single-multi-level .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .w-single-multi-level .liveDashboard ._account_api .list-results thead .btn-filter:before,.w-single-multi-level .liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-single-multi-level .liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .w-single-multi-level .liveDashboard ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.w-single-multi-level .liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-single-multi-level .liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .w-single-multi-level .liveDashboard ._account_api .liveDashboard .list-results thead .btn-filter:before,.w-single-multi-level .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .w-single-multi-level .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.w-single-multi-level .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-single-multi-level .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .w-single-multi-level .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.w-single-multi-level .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-single-multi-level .liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .w-single-multi-level .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.w-single-multi-level .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-single-multi-level .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .w-single-multi-level .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.w-single-multi-level .liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-single-multi-level .liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .w-single-multi-level .liveDashboard ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.w-single-multi-level .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.block-filters .w-single-multi-level .liveDashboard ._account_api .list-results thead .btn-filter:before,.w-single-multi-level .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.w-single-multi-level .block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.block-filters .w-single-multi-level .liveDashboard ._account_api .list-results thead .btn-filter:before,.w-single-multi-level .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.w-single-multi-level .liveDashboard .block-filters ._account_api .list-results thead .btn-filter:before,.block-filters .w-single-multi-level .liveDashboard ._account_api .list-results thead .btn-filter:before,.w-single-multi-level .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.w-single-multi-level .block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.block-filters .w-single-multi-level .liveDashboard ._account_api .list-results thead .btn-filter:before,.w-single-multi-level .liveDashboard ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.w-single-multi-level .liveDashboard .block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,.block-filters .w-single-multi-level .liveDashboard ._account_api .liveDashboard .list-results thead .btn-filter:before,.w-single-multi-level .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper .w-single-multi-level .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.w-single-multi-level .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.w-single-multi-level .toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper .w-single-multi-level .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.w-single-multi-level .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.w-single-multi-level .liveDashboard .toggleWrapper ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper .w-single-multi-level .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.w-single-multi-level .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.w-single-multi-level .toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper .w-single-multi-level .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.w-single-multi-level .liveDashboard ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.w-single-multi-level .liveDashboard .toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper .w-single-multi-level .liveDashboard ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.w-single-multi-level .liveDashboard ._account_api .list-results thead tbody span.status,.w-single-multi-level .liveDashboard ._account_api .list-results tbody thead span.status,.w-single-multi-level .liveDashboard ._account_api .list-results thead tbody span.status,.w-single-multi-level .liveDashboard ._account_api .list-results tbody thead span.status,.w-single-multi-level .liveDashboard ._account_api .list-results thead tbody span.status,.w-single-multi-level .liveDashboard ._account_api .list-results tbody thead span.status,.w-single-multi-level .liveDashboard ._account_api .list-results thead tbody span.status,.w-single-multi-level .liveDashboard ._account_api .list-results tbody thead span.status,.w-single-multi-level .liveDashboard ._account_api .liveDashboard .list-results thead tbody span.status,.w-single-multi-level .liveDashboard ._account_api .liveDashboard .list-results tbody thead span.status,.w-single-multi-level .liveDashboard ._account_api .list-results thead tbody td.is-running span,.w-single-multi-level .liveDashboard ._account_api .list-results tbody td.is-running thead span,.w-single-multi-level .liveDashboard ._account_api .list-results thead tbody td.is-running span,.w-single-multi-level .liveDashboard ._account_api .list-results tbody td.is-running thead span,.w-single-multi-level .liveDashboard ._account_api .list-results thead tbody td.is-running span,.w-single-multi-level .liveDashboard ._account_api .list-results tbody td.is-running thead span,.w-single-multi-level .liveDashboard ._account_api .list-results thead tbody td.is-running span,.w-single-multi-level .liveDashboard ._account_api .list-results tbody td.is-running thead span,.w-single-multi-level .liveDashboard ._account_api .liveDashboard .list-results thead tbody td.is-running span,.w-single-multi-level .liveDashboard ._account_api .liveDashboard .list-results tbody td.is-running thead span,.w-single-multi-level .liveDashboard ._account_api .list-results thead tbody td.is-pending span,.w-single-multi-level .liveDashboard ._account_api .list-results tbody td.is-pending thead span,.w-single-multi-level .liveDashboard ._account_api .list-results thead tbody td.is-pending span,.w-single-multi-level .liveDashboard ._account_api .list-results tbody td.is-pending thead span,.w-single-multi-level .liveDashboard ._account_api .list-results thead tbody td.is-pending span,.w-single-multi-level .liveDashboard ._account_api .list-results tbody td.is-pending thead span,.w-single-multi-level .liveDashboard ._account_api .list-results thead tbody td.is-pending span,.w-single-multi-level .liveDashboard ._account_api .list-results tbody td.is-pending thead span,.w-single-multi-level .liveDashboard ._account_api .liveDashboard .list-results thead tbody td.is-pending span,.w-single-multi-level .liveDashboard ._account_api .liveDashboard .list-results tbody td.is-pending thead span,.w-single-multi-level ._account_api .liveDashboard .list-results thead .icon,.w-single-multi-level ._account_api .liveDashboard .list-results thead .w-alert-banner:before,.w-single-multi-level ._account_api .liveDashboard .list-results thead .w-alert-banner:before,.w-single-multi-level ._account_api .liveDashboard .list-results thead .w-alert-banner:before,.w-single-multi-level ._account_api .liveDashboard ._account_api .list-results thead .w-alert-banner:before,.w-single-multi-level ._account_api .liveDashboard .list-results thead .w-alert-banner:before,.w-single-multi-level ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .w-single-multi-level ._account_api .liveDashboard .list-results thead .dialog-aside:after,.w-single-multi-level ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-single-multi-level ._account_api .w-dialog.plus .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus .w-single-multi-level ._account_api .liveDashboard .list-results thead .dialog-aside:after,.w-single-multi-level ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-single-multi-level .w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus .w-single-multi-level ._account_api .liveDashboard .list-results thead .dialog-aside:after,.w-single-multi-level ._account_api .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-single-multi-level ._account_api .w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus .w-single-multi-level ._account_api .liveDashboard ._account_api .list-results thead .dialog-aside:after,.w-single-multi-level ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-single-multi-level .w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus .w-single-multi-level ._account_api .liveDashboard .list-results thead .dialog-aside:after,.w-single-multi-level ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-toast .w-single-multi-level ._account_api .liveDashboard .list-results thead .toast.plus:after,.w-single-multi-level ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-single-multi-level ._account_api .w-toast .liveDashboard .list-results thead .toast.plus:after,.w-toast .w-single-multi-level ._account_api .liveDashboard .list-results thead .toast.plus:after,.w-single-multi-level ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-single-multi-level .w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,.w-toast .w-single-multi-level ._account_api .liveDashboard .list-results thead .toast.plus:after,.w-single-multi-level ._account_api .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.w-single-multi-level ._account_api .w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.w-toast .w-single-multi-level ._account_api .liveDashboard ._account_api .list-results thead .toast.plus:after,.w-single-multi-level ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-single-multi-level .w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,.w-toast .w-single-multi-level ._account_api .liveDashboard .list-results thead .toast.plus:after,.w-single-multi-level ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .w-single-multi-level ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.w-single-multi-level ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .w-single-multi-level ._account_api .liveDashboard .list-results thead .btn-filter:before,.w-single-multi-level ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-single-multi-level ._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .w-single-multi-level ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.w-single-multi-level ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-single-multi-level ._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .w-single-multi-level ._account_api .liveDashboard .list-results thead .btn-filter:before,.w-single-multi-level ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-single-multi-level .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .w-single-multi-level ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.w-single-multi-level ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-single-multi-level .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .w-single-multi-level ._account_api .liveDashboard .list-results thead .btn-filter:before,.w-single-multi-level ._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-single-multi-level ._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .w-single-multi-level ._account_api .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.w-single-multi-level ._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-single-multi-level ._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .w-single-multi-level ._account_api .liveDashboard ._account_api .list-results thead .btn-filter:before,.w-single-multi-level ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-single-multi-level .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .w-single-multi-level ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.w-single-multi-level ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-single-multi-level .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .w-single-multi-level ._account_api .liveDashboard .list-results thead .btn-filter:before,.w-single-multi-level ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .w-single-multi-level ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.w-single-multi-level ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-single-multi-level ._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .w-single-multi-level ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.w-single-multi-level ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-single-multi-level .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .w-single-multi-level ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.w-single-multi-level ._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-single-multi-level ._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .w-single-multi-level ._account_api .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.w-single-multi-level ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-single-multi-level .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .w-single-multi-level ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.w-single-multi-level ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.block-filters .w-single-multi-level ._account_api .liveDashboard .list-results thead .btn-filter:before,.w-single-multi-level ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.w-single-multi-level ._account_api .block-filters .liveDashboard .list-results thead .btn-filter:before,.block-filters .w-single-multi-level ._account_api .liveDashboard .list-results thead .btn-filter:before,.w-single-multi-level ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.w-single-multi-level .block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,.block-filters .w-single-multi-level ._account_api .liveDashboard .list-results thead .btn-filter:before,.w-single-multi-level ._account_api .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.w-single-multi-level ._account_api .block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.block-filters .w-single-multi-level ._account_api .liveDashboard ._account_api .list-results thead .btn-filter:before,.w-single-multi-level ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.w-single-multi-level .block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,.block-filters .w-single-multi-level ._account_api .liveDashboard .list-results thead .btn-filter:before,.w-single-multi-level ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper .w-single-multi-level ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.w-single-multi-level ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.w-single-multi-level ._account_api .toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper .w-single-multi-level ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.w-single-multi-level ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.w-single-multi-level .toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper .w-single-multi-level ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.w-single-multi-level ._account_api .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.w-single-multi-level ._account_api .toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper .w-single-multi-level ._account_api .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.w-single-multi-level ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.w-single-multi-level .toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper .w-single-multi-level ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.w-single-multi-level ._account_api .liveDashboard .list-results thead tbody span.status,.w-single-multi-level ._account_api .liveDashboard .list-results tbody thead span.status,.w-single-multi-level ._account_api .liveDashboard .list-results thead tbody span.status,.w-single-multi-level ._account_api .liveDashboard .list-results tbody thead span.status,.w-single-multi-level ._account_api .liveDashboard .list-results thead tbody span.status,.w-single-multi-level ._account_api .liveDashboard .list-results tbody thead span.status,.w-single-multi-level ._account_api .liveDashboard ._account_api .list-results thead tbody span.status,.w-single-multi-level ._account_api .liveDashboard ._account_api .list-results tbody thead span.status,.w-single-multi-level ._account_api .liveDashboard .list-results thead tbody span.status,.w-single-multi-level ._account_api .liveDashboard .list-results tbody thead span.status,.w-single-multi-level ._account_api .liveDashboard .list-results thead tbody td.is-running span,.w-single-multi-level ._account_api .liveDashboard .list-results tbody td.is-running thead span,.w-single-multi-level ._account_api .liveDashboard .list-results thead tbody td.is-running span,.w-single-multi-level ._account_api .liveDashboard .list-results tbody td.is-running thead span,.w-single-multi-level ._account_api .liveDashboard .list-results thead tbody td.is-running span,.w-single-multi-level ._account_api .liveDashboard .list-results tbody td.is-running thead span,.w-single-multi-level ._account_api .liveDashboard ._account_api .list-results thead tbody td.is-running span,.w-single-multi-level ._account_api .liveDashboard ._account_api .list-results tbody td.is-running thead span,.w-single-multi-level ._account_api .liveDashboard .list-results thead tbody td.is-running span,.w-single-multi-level ._account_api .liveDashboard .list-results tbody td.is-running thead span,.w-single-multi-level ._account_api .liveDashboard .list-results thead tbody td.is-pending span,.w-single-multi-level ._account_api .liveDashboard .list-results tbody td.is-pending thead span,.w-single-multi-level ._account_api .liveDashboard .list-results thead tbody td.is-pending span,.w-single-multi-level ._account_api .liveDashboard .list-results tbody td.is-pending thead span,.w-single-multi-level ._account_api .liveDashboard .list-results thead tbody td.is-pending span,.w-single-multi-level ._account_api .liveDashboard .list-results tbody td.is-pending thead span,.w-single-multi-level ._account_api .liveDashboard ._account_api .list-results thead tbody td.is-pending span,.w-single-multi-level ._account_api .liveDashboard ._account_api .list-results tbody td.is-pending thead span,.w-single-multi-level ._account_api .liveDashboard .list-results thead tbody td.is-pending span,.w-single-multi-level ._account_api .liveDashboard .list-results tbody td.is-pending thead span,._account_api .w-single-multi-level .liveDashboard .list-results thead .icon,._account_api .w-single-multi-level .liveDashboard .list-results thead .w-alert-banner:before,._account_api .w-single-multi-level .liveDashboard .list-results thead .w-alert-banner:before,._account_api .w-single-multi-level .liveDashboard .list-results thead .w-alert-banner:before,._account_api .w-single-multi-level .liveDashboard ._account_api .list-results thead .w-alert-banner:before,._account_api .w-single-multi-level .liveDashboard .list-results thead .w-alert-banner:before,._account_api .w-single-multi-level .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus ._account_api .w-single-multi-level .liveDashboard .list-results thead .dialog-aside:after,._account_api .w-single-multi-level .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,._account_api .w-single-multi-level .w-dialog.plus .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus ._account_api .w-single-multi-level .liveDashboard .list-results thead .dialog-aside:after,._account_api .w-single-multi-level .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus ._account_api .w-single-multi-level .liveDashboard .list-results thead .dialog-aside:after,._account_api .w-single-multi-level .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,._account_api .w-single-multi-level .w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus ._account_api .w-single-multi-level .liveDashboard ._account_api .list-results thead .dialog-aside:after,._account_api .w-single-multi-level .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus ._account_api .w-single-multi-level .liveDashboard .list-results thead .dialog-aside:after,._account_api .w-single-multi-level .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-toast ._account_api .w-single-multi-level .liveDashboard .list-results thead .toast.plus:after,._account_api .w-single-multi-level .liveDashboard .list-results thead .w-toast .toast.plus:after,._account_api .w-single-multi-level .w-toast .liveDashboard .list-results thead .toast.plus:after,.w-toast ._account_api .w-single-multi-level .liveDashboard .list-results thead .toast.plus:after,._account_api .w-single-multi-level .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-toast ._account_api .w-single-multi-level .liveDashboard .list-results thead .toast.plus:after,._account_api .w-single-multi-level .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,._account_api .w-single-multi-level .w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.w-toast ._account_api .w-single-multi-level .liveDashboard ._account_api .list-results thead .toast.plus:after,._account_api .w-single-multi-level .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-toast ._account_api .w-single-multi-level .liveDashboard .list-results thead .toast.plus:after,._account_api .w-single-multi-level .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .w-single-multi-level .liveDashboard .list-results thead .btn-period-clear:before,._account_api .w-single-multi-level .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .w-single-multi-level .liveDashboard .list-results thead .btn-filter:before,._account_api .w-single-multi-level .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .w-single-multi-level .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .w-single-multi-level .liveDashboard .list-results thead .btn-period-clear:before,._account_api .w-single-multi-level .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .w-single-multi-level .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .w-single-multi-level .liveDashboard .list-results thead .btn-filter:before,._account_api .w-single-multi-level .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .w-single-multi-level .liveDashboard .list-results thead .btn-period-clear:before,._account_api .w-single-multi-level .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .w-single-multi-level .liveDashboard .list-results thead .btn-filter:before,._account_api .w-single-multi-level .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .w-single-multi-level .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .w-single-multi-level .liveDashboard ._account_api .list-results thead .btn-period-clear:before,._account_api .w-single-multi-level .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .w-single-multi-level .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .w-single-multi-level .liveDashboard ._account_api .list-results thead .btn-filter:before,._account_api .w-single-multi-level .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .w-single-multi-level .liveDashboard .list-results thead .btn-period-clear:before,._account_api .w-single-multi-level .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .w-single-multi-level .liveDashboard .list-results thead .btn-filter:before,._account_api .w-single-multi-level .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .w-single-multi-level .liveDashboard .list-results thead .btn-period-edit:before,._account_api .w-single-multi-level .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .w-single-multi-level .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .w-single-multi-level .liveDashboard .list-results thead .btn-period-edit:before,._account_api .w-single-multi-level .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .w-single-multi-level .liveDashboard .list-results thead .btn-period-edit:before,._account_api .w-single-multi-level .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .w-single-multi-level .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .w-single-multi-level .liveDashboard ._account_api .list-results thead .btn-period-edit:before,._account_api .w-single-multi-level .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .w-single-multi-level .liveDashboard .list-results thead .btn-period-edit:before,._account_api .w-single-multi-level .liveDashboard .list-results thead .block-filters .btn-filter:before,.block-filters ._account_api .w-single-multi-level .liveDashboard .list-results thead .btn-filter:before,._account_api .w-single-multi-level .liveDashboard .list-results thead .block-filters .btn-filter:before,._account_api .w-single-multi-level .block-filters .liveDashboard .list-results thead .btn-filter:before,.block-filters ._account_api .w-single-multi-level .liveDashboard .list-results thead .btn-filter:before,._account_api .w-single-multi-level .liveDashboard .list-results thead .block-filters .btn-filter:before,.block-filters ._account_api .w-single-multi-level .liveDashboard .list-results thead .btn-filter:before,._account_api .w-single-multi-level .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,._account_api .w-single-multi-level .block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.block-filters ._account_api .w-single-multi-level .liveDashboard ._account_api .list-results thead .btn-filter:before,._account_api .w-single-multi-level .liveDashboard .list-results thead .block-filters .btn-filter:before,.block-filters ._account_api .w-single-multi-level .liveDashboard .list-results thead .btn-filter:before,._account_api .w-single-multi-level .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper ._account_api .w-single-multi-level .liveDashboard .list-results thead input.mobileToggle+label,._account_api .w-single-multi-level .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,._account_api .w-single-multi-level .toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper ._account_api .w-single-multi-level .liveDashboard .list-results thead input.mobileToggle+label,._account_api .w-single-multi-level .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper ._account_api .w-single-multi-level .liveDashboard .list-results thead input.mobileToggle+label,._account_api .w-single-multi-level .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,._account_api .w-single-multi-level .toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper ._account_api .w-single-multi-level .liveDashboard ._account_api .list-results thead input.mobileToggle+label,._account_api .w-single-multi-level .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper ._account_api .w-single-multi-level .liveDashboard .list-results thead input.mobileToggle+label,._account_api .w-single-multi-level .liveDashboard .list-results thead tbody span.status,._account_api .w-single-multi-level .liveDashboard .list-results tbody thead span.status,._account_api .w-single-multi-level .liveDashboard .list-results thead tbody span.status,._account_api .w-single-multi-level .liveDashboard .list-results tbody thead span.status,._account_api .w-single-multi-level .liveDashboard .list-results thead tbody span.status,._account_api .w-single-multi-level .liveDashboard .list-results tbody thead span.status,._account_api .w-single-multi-level .liveDashboard ._account_api .list-results thead tbody span.status,._account_api .w-single-multi-level .liveDashboard ._account_api .list-results tbody thead span.status,._account_api .w-single-multi-level .liveDashboard .list-results thead tbody span.status,._account_api .w-single-multi-level .liveDashboard .list-results tbody thead span.status,._account_api .w-single-multi-level .liveDashboard .list-results thead tbody td.is-running span,._account_api .w-single-multi-level .liveDashboard .list-results tbody td.is-running thead span,._account_api .w-single-multi-level .liveDashboard .list-results thead tbody td.is-running span,._account_api .w-single-multi-level .liveDashboard .list-results tbody td.is-running thead span,._account_api .w-single-multi-level .liveDashboard .list-results thead tbody td.is-running span,._account_api .w-single-multi-level .liveDashboard .list-results tbody td.is-running thead span,._account_api .w-single-multi-level .liveDashboard ._account_api .list-results thead tbody td.is-running span,._account_api .w-single-multi-level .liveDashboard ._account_api .list-results tbody td.is-running thead span,._account_api .w-single-multi-level .liveDashboard .list-results thead tbody td.is-running span,._account_api .w-single-multi-level .liveDashboard .list-results tbody td.is-running thead span,._account_api .w-single-multi-level .liveDashboard .list-results thead tbody td.is-pending span,._account_api .w-single-multi-level .liveDashboard .list-results tbody td.is-pending thead span,._account_api .w-single-multi-level .liveDashboard .list-results thead tbody td.is-pending span,._account_api .w-single-multi-level .liveDashboard .list-results tbody td.is-pending thead span,._account_api .w-single-multi-level .liveDashboard .list-results thead tbody td.is-pending span,._account_api .w-single-multi-level .liveDashboard .list-results tbody td.is-pending thead span,._account_api .w-single-multi-level .liveDashboard ._account_api .list-results thead tbody td.is-pending span,._account_api .w-single-multi-level .liveDashboard ._account_api .list-results tbody td.is-pending thead span,._account_api .w-single-multi-level .liveDashboard .list-results thead tbody td.is-pending span,._account_api .w-single-multi-level .liveDashboard .list-results tbody td.is-pending thead span,.w-single-multi-level .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,.w-single-multi-level ._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,._account_api .w-single-multi-level .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,.w-single-multi-level .liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .dropdown-toggle:after,.w-single-multi-level .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .w-single-multi-level .liveDashboard .list-results thead .dropdown-toggle:after,.w-single-multi-level .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter,.w-single-multi-level ._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter,._account_api .w-single-multi-level .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter,.w-single-multi-level .liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .filter,.w-single-multi-level .w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .w-single-multi-level .liveDashboard .list-results thead .filter,.w-single-multi-level .liveDashboard ._account_api .list-results thead .form-label.status span,.w-single-multi-level .liveDashboard ._account_api .list-results thead .status.status-log span,.w-single-multi-level .liveDashboard ._account_api .list-results thead .status.status-report-item span,.w-single-multi-level .liveDashboard ._account_api .list-results thead .double-list dd.status span,.double-list .w-single-multi-level .liveDashboard ._account_api .list-results thead dd.status span,.w-single-multi-level .liveDashboard ._account_api .list-results thead .double-list dt.status span,.double-list .w-single-multi-level .liveDashboard ._account_api .list-results thead dt.status span,.w-single-multi-level .liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span,.w-cards-container .w-card .w-single-multi-level .liveDashboard ._account_api .list-results thead .status.title span,.w-single-multi-level .liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value .w-single-multi-level .liveDashboard ._account_api .list-results thead .status.label span,.w-single-multi-level .liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span,.w-single-multi-level .liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span,.w-single-multi-level ._account_api .liveDashboard .list-results thead .form-label.status span,.w-single-multi-level ._account_api .liveDashboard .list-results thead .status.status-log span,.w-single-multi-level ._account_api .liveDashboard .list-results thead .status.status-report-item span,.w-single-multi-level ._account_api .liveDashboard .list-results thead .double-list dd.status span,.double-list .w-single-multi-level ._account_api .liveDashboard .list-results thead dd.status span,.w-single-multi-level ._account_api .liveDashboard .list-results thead .double-list dt.status span,.double-list .w-single-multi-level ._account_api .liveDashboard .list-results thead dt.status span,.w-single-multi-level ._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span,.w-cards-container .w-card .w-single-multi-level ._account_api .liveDashboard .list-results thead .status.title span,.w-single-multi-level ._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value .w-single-multi-level ._account_api .liveDashboard .list-results thead .status.label span,.w-single-multi-level ._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span,.w-single-multi-level ._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span,._account_api .w-single-multi-level .liveDashboard .list-results thead .form-label.status span,._account_api .w-single-multi-level .liveDashboard .list-results thead .status.status-log span,._account_api .w-single-multi-level .liveDashboard .list-results thead .status.status-report-item span,._account_api .w-single-multi-level .liveDashboard .list-results thead .double-list dd.status span,.double-list ._account_api .w-single-multi-level .liveDashboard .list-results thead dd.status span,._account_api .w-single-multi-level .liveDashboard .list-results thead .double-list dt.status span,.double-list ._account_api .w-single-multi-level .liveDashboard .list-results thead dt.status span,._account_api .w-single-multi-level .liveDashboard .list-results thead .w-cards-container .w-card .status.title span,.w-cards-container .w-card ._account_api .w-single-multi-level .liveDashboard .list-results thead .status.title span,._account_api .w-single-multi-level .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value ._account_api .w-single-multi-level .liveDashboard .list-results thead .status.label span,._account_api .w-single-multi-level .liveDashboard .list-results thead tbody tr.sublist .status.title span,._account_api .w-single-multi-level .liveDashboard .list-results tbody tr.sublist thead .status.title span,.w-single-multi-level .liveDashboard .form-label.status ._account_api .list-results thead span,.w-single-multi-level .liveDashboard .status.status-log ._account_api .list-results thead span,.w-single-multi-level .liveDashboard .status.status-report-item ._account_api .list-results thead span,.w-single-multi-level .liveDashboard .double-list dd.status ._account_api .list-results thead span,.double-list .w-single-multi-level .liveDashboard dd.status ._account_api .list-results thead span,.w-single-multi-level .liveDashboard .double-list dt.status ._account_api .list-results thead span,.double-list .w-single-multi-level .liveDashboard dt.status ._account_api .list-results thead span,.w-single-multi-level .liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span,.w-cards-container .w-card .w-single-multi-level .liveDashboard .status.title ._account_api .list-results thead span,.w-single-multi-level .liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span,.w-cards-container .w-card.centered .w-value .w-single-multi-level .liveDashboard .status.label ._account_api .list-results thead span,.w-single-multi-level .liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span,.list-results tbody tr.sublist .w-single-multi-level .liveDashboard .status.title ._account_api .list-results thead span,.w-single-multi-level .form-label.status ._account_api .liveDashboard .list-results thead span,.w-single-multi-level .status.status-log ._account_api .liveDashboard .list-results thead span,.w-single-multi-level .status.status-report-item ._account_api .liveDashboard .list-results thead span,.w-single-multi-level .double-list dd.status ._account_api .liveDashboard .list-results thead span,.double-list .w-single-multi-level dd.status ._account_api .liveDashboard .list-results thead span,.w-single-multi-level .double-list dt.status ._account_api .liveDashboard .list-results thead span,.double-list .w-single-multi-level dt.status ._account_api .liveDashboard .list-results thead span,.w-single-multi-level .w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead span,.w-cards-container .w-card .w-single-multi-level .status.title ._account_api .liveDashboard .list-results thead span,.w-single-multi-level .w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead span,.w-cards-container .w-card.centered .w-value .w-single-multi-level .status.label ._account_api .liveDashboard .list-results thead span,.w-single-multi-level .list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead span,.list-results tbody tr.sublist .w-single-multi-level .status.title ._account_api .liveDashboard .list-results thead span,.form-label.status ._account_api .w-single-multi-level .liveDashboard .list-results thead span,.status.status-log ._account_api .w-single-multi-level .liveDashboard .list-results thead span,.status.status-report-item ._account_api .w-single-multi-level .liveDashboard .list-results thead span,.double-list dd.status ._account_api .w-single-multi-level .liveDashboard .list-results thead span,.double-list dt.status ._account_api .w-single-multi-level .liveDashboard .list-results thead span,.w-cards-container .w-card .status.title ._account_api .w-single-multi-level .liveDashboard .list-results thead span,.w-cards-container .w-card.centered .w-value .status.label ._account_api .w-single-multi-level .liveDashboard .list-results thead span,.list-results tbody tr.sublist .status.title ._account_api .w-single-multi-level .liveDashboard .list-results thead span,.w-single-multi-level .liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span,.w-single-multi-level ._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span,._account_api .w-single-multi-level .liveDashboard .list-results thead .w-filters-selected label.status.small span,.w-single-multi-level .liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span,.w-single-multi-level .w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead span,.w-filters-selected label.status.small ._account_api .w-single-multi-level .liveDashboard .list-results thead span,.w-single-multi-level .liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span,.w-single-multi-level ._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span,._account_api .w-single-multi-level .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span,.w-single-multi-level .liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span,.w-single-multi-level .w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead span,.w-filters-selected .status.btn-f-s ._account_api .w-single-multi-level .liveDashboard .list-results thead span,.w-single-multi-level .liveDashboard ._account_api .list-results thead .sub-header .w-form label,.w-single-multi-level .liveDashboard ._account_api .list-results thead .sub-header .w-double-list label,.w-single-multi-level ._account_api .liveDashboard .list-results thead .sub-header .w-form label,.w-single-multi-level ._account_api .liveDashboard .list-results thead .sub-header .w-double-list label,._account_api .w-single-multi-level .liveDashboard .list-results thead .sub-header .w-form label,._account_api .w-single-multi-level .liveDashboard .list-results thead .sub-header .w-double-list label,.w-single-multi-level .liveDashboard .sub-header .w-form ._account_api .list-results thead label,.w-single-multi-level .liveDashboard .sub-header .w-double-list ._account_api .list-results thead label,.w-single-multi-level .sub-header .w-form ._account_api .liveDashboard .list-results thead label,.w-single-multi-level .sub-header .w-double-list ._account_api .liveDashboard .list-results thead label,.sub-header .w-form ._account_api .w-single-multi-level .liveDashboard .list-results thead label,.sub-header .w-double-list ._account_api .w-single-multi-level .liveDashboard .list-results thead label,.w-single-multi-level .liveDashboard ._account_api .list-results thead .block-filters button:after,.w-single-multi-level ._account_api .liveDashboard .list-results thead .block-filters button:after,._account_api .w-single-multi-level .liveDashboard .list-results thead .block-filters button:after,.w-single-multi-level .liveDashboard .block-filters ._account_api .list-results thead button:after,.w-single-multi-level .block-filters ._account_api .liveDashboard .list-results thead button:after,.block-filters ._account_api .w-single-multi-level .liveDashboard .list-results thead button:after,.w-single-multi-level .liveDashboard ._account_api .list-results thead .block-filters select:after,.w-single-multi-level ._account_api .liveDashboard .list-results thead .block-filters select:after,._account_api .w-single-multi-level .liveDashboard .list-results thead .block-filters select:after,.w-single-multi-level .liveDashboard .block-filters ._account_api .list-results thead select:after,.w-single-multi-level .block-filters ._account_api .liveDashboard .list-results thead select:after,.block-filters ._account_api .w-single-multi-level .liveDashboard .list-results thead select:after,.w-single-multi-level .liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive,.w-single-multi-level ._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive,._account_api .w-single-multi-level .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive,.w-single-multi-level .liveDashboard .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-inactive,.w-single-multi-level .form-auto-list ._account_api .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .w-single-multi-level .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive,.w-single-multi-level .liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active,.w-single-multi-level ._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active,._account_api .w-single-multi-level .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active,.w-single-multi-level .liveDashboard .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-active,.w-single-multi-level .form-auto-list ._account_api .liveDashboard .list-results thead .form-auto-item.is-user-is-active,.form-auto-list ._account_api .w-single-multi-level .liveDashboard .list-results thead .form-auto-item.is-user-is-active,.w-single-multi-level .liveDashboard ._account_api .list-results thead .list-results-header .status.title span,.w-single-multi-level ._account_api .liveDashboard .list-results thead .list-results-header .status.title span,._account_api .w-single-multi-level .liveDashboard .list-results thead .list-results-header .status.title span,.w-single-multi-level .liveDashboard .list-results-header .status.title ._account_api .list-results thead span,.w-single-multi-level .list-results-header .status.title ._account_api .liveDashboard .list-results thead span,.list-results-header .status.title ._account_api .w-single-multi-level .liveDashboard .list-results thead span,.w-single-multi-level .liveDashboard ._account_api .list-results thead tr span,.w-single-multi-level ._account_api .liveDashboard .list-results thead tr span,._account_api .w-single-multi-level .liveDashboard .list-results thead tr span,.w-single-multi-level ._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .dropdown-toggle:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .w-single-multi-level .liveDashboard .list-results thead .dropdown-toggle:after,.w-single-multi-level .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .w-single-multi-level .liveDashboard ._account_api .list-results thead .dropdown-toggle:after,.w-single-multi-level ._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .filter,._account_api .w-filter-preset.w-filter-preset .filter-preset .w-single-multi-level .liveDashboard .list-results thead .filter,.w-single-multi-level .w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .filter,.w-filter-preset.w-filter-preset .filter-preset .w-single-multi-level .liveDashboard ._account_api .list-results thead .filter,.w-single-multi-level ._account_api .form-label.status .liveDashboard .list-results thead span,.w-single-multi-level ._account_api .status.status-log .liveDashboard .list-results thead span,.w-single-multi-level ._account_api .status.status-report-item .liveDashboard .list-results thead span,.w-single-multi-level ._account_api .double-list dd.status .liveDashboard .list-results thead span,.double-list .w-single-multi-level ._account_api dd.status .liveDashboard .list-results thead span,.w-single-multi-level ._account_api .double-list dt.status .liveDashboard .list-results thead span,.double-list .w-single-multi-level ._account_api dt.status .liveDashboard .list-results thead span,.w-single-multi-level ._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span,.w-cards-container .w-card .w-single-multi-level ._account_api .status.title .liveDashboard .list-results thead span,.w-single-multi-level ._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span,.w-cards-container .w-card.centered .w-value .w-single-multi-level ._account_api .status.label .liveDashboard .list-results thead span,.w-single-multi-level ._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span,.list-results tbody tr.sublist .w-single-multi-level ._account_api .status.title .liveDashboard .list-results thead span,._account_api .form-label.status .w-single-multi-level .liveDashboard .list-results thead span,._account_api .status.status-log .w-single-multi-level .liveDashboard .list-results thead span,._account_api .status.status-report-item .w-single-multi-level .liveDashboard .list-results thead span,._account_api .double-list dd.status .w-single-multi-level .liveDashboard .list-results thead span,.double-list ._account_api dd.status .w-single-multi-level .liveDashboard .list-results thead span,._account_api .double-list dt.status .w-single-multi-level .liveDashboard .list-results thead span,.double-list ._account_api dt.status .w-single-multi-level .liveDashboard .list-results thead span,._account_api .w-cards-container .w-card .status.title .w-single-multi-level .liveDashboard .list-results thead span,.w-cards-container .w-card ._account_api .status.title .w-single-multi-level .liveDashboard .list-results thead span,._account_api .w-cards-container .w-card.centered .w-value .status.label .w-single-multi-level .liveDashboard .list-results thead span,.w-cards-container .w-card.centered .w-value ._account_api .status.label .w-single-multi-level .liveDashboard .list-results thead span,._account_api .list-results tbody tr.sublist .status.title .w-single-multi-level .liveDashboard .list-results thead span,.list-results tbody tr.sublist ._account_api .status.title .w-single-multi-level .liveDashboard .list-results thead span,.w-single-multi-level .form-label.status .liveDashboard ._account_api .list-results thead span,.w-single-multi-level .status.status-log .liveDashboard ._account_api .list-results thead span,.w-single-multi-level .status.status-report-item .liveDashboard ._account_api .list-results thead span,.w-single-multi-level .double-list dd.status .liveDashboard ._account_api .list-results thead span,.double-list .w-single-multi-level dd.status .liveDashboard ._account_api .list-results thead span,.w-single-multi-level .double-list dt.status .liveDashboard ._account_api .list-results thead span,.double-list .w-single-multi-level dt.status .liveDashboard ._account_api .list-results thead span,.w-single-multi-level .w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead span,.w-cards-container .w-card .w-single-multi-level .status.title .liveDashboard ._account_api .list-results thead span,.w-single-multi-level .w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead span,.w-cards-container .w-card.centered .w-value .w-single-multi-level .status.label .liveDashboard ._account_api .list-results thead span,.w-single-multi-level .list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead span,.list-results tbody tr.sublist .w-single-multi-level .status.title .liveDashboard ._account_api .list-results thead span,.form-label.status .w-single-multi-level .liveDashboard ._account_api .list-results thead span,.status.status-log .w-single-multi-level .liveDashboard ._account_api .list-results thead span,.status.status-report-item .w-single-multi-level .liveDashboard ._account_api .list-results thead span,.double-list dd.status .w-single-multi-level .liveDashboard ._account_api .list-results thead span,.double-list dt.status .w-single-multi-level .liveDashboard ._account_api .list-results thead span,.w-cards-container .w-card .status.title .w-single-multi-level .liveDashboard ._account_api .list-results thead span,.w-cards-container .w-card.centered .w-value .status.label .w-single-multi-level .liveDashboard ._account_api .list-results thead span,.list-results tbody tr.sublist .status.title .w-single-multi-level .liveDashboard ._account_api .list-results thead span,.w-single-multi-level ._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span,._account_api .w-filters-selected label.status.small .w-single-multi-level .liveDashboard .list-results thead span,.w-single-multi-level .w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead span,.w-filters-selected label.status.small .w-single-multi-level .liveDashboard ._account_api .list-results thead span,.w-single-multi-level ._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span,._account_api .w-filters-selected .status.btn-f-s .w-single-multi-level .liveDashboard .list-results thead span,.w-single-multi-level .w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead span,.w-filters-selected .status.btn-f-s .w-single-multi-level .liveDashboard ._account_api .list-results thead span,.w-single-multi-level ._account_api .sub-header .w-form .liveDashboard .list-results thead label,.w-single-multi-level ._account_api .sub-header .w-double-list .liveDashboard .list-results thead label,._account_api .sub-header .w-form .w-single-multi-level .liveDashboard .list-results thead label,._account_api .sub-header .w-double-list .w-single-multi-level .liveDashboard .list-results thead label,.w-single-multi-level .sub-header .w-form .liveDashboard ._account_api .list-results thead label,.w-single-multi-level .sub-header .w-double-list .liveDashboard ._account_api .list-results thead label,.sub-header .w-form .w-single-multi-level .liveDashboard ._account_api .list-results thead label,.sub-header .w-double-list .w-single-multi-level .liveDashboard ._account_api .list-results thead label,.w-single-multi-level ._account_api .block-filters .liveDashboard .list-results thead button:after,._account_api .block-filters .w-single-multi-level .liveDashboard .list-results thead button:after,.w-single-multi-level .block-filters .liveDashboard ._account_api .list-results thead button:after,.block-filters .w-single-multi-level .liveDashboard ._account_api .list-results thead button:after,.w-single-multi-level ._account_api .block-filters .liveDashboard .list-results thead select:after,._account_api .block-filters .w-single-multi-level .liveDashboard .list-results thead select:after,.w-single-multi-level .block-filters .liveDashboard ._account_api .list-results thead select:after,.block-filters .w-single-multi-level .liveDashboard ._account_api .list-results thead select:after,.w-single-multi-level ._account_api .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive,._account_api .form-auto-list .w-single-multi-level .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive,.w-single-multi-level .form-auto-list .liveDashboard ._account_api .list-results thead .form-auto-item.is-user-is-inactive,.form-auto-list .w-single-multi-level .liveDashboard ._account_api .list-results thead .form-auto-item.is-user-is-inactive,.w-single-multi-level ._account_api .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-active,._account_api .form-auto-list .w-single-multi-level .liveDashboard .list-results thead .form-auto-item.is-user-is-active,.w-single-multi-level .form-auto-list .liveDashboard ._account_api .list-results thead .form-auto-item.is-user-is-active,.form-auto-list .w-single-multi-level .liveDashboard ._account_api .list-results thead .form-auto-item.is-user-is-active,.w-single-multi-level ._account_api .list-results-header .status.title .liveDashboard .list-results thead span,._account_api .list-results-header .status.title .w-single-multi-level .liveDashboard .list-results thead span,.w-single-multi-level .list-results-header .status.title .liveDashboard ._account_api .list-results thead span,.list-results-header .status.title .w-single-multi-level .liveDashboard ._account_api .list-results thead span,.liveDashboard .list-results thead .w-single-multi-level .icon,.liveDashboard .list-results thead .w-single-multi-level .w-alert-banner:before,.liveDashboard .list-results thead .w-single-multi-level .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-alert-banner:before,.liveDashboard .list-results thead .w-single-multi-level .w-dialog.plus .dialog-aside:after,.w-dialog.plus .liveDashboard .list-results thead .w-single-multi-level .dialog-aside:after,.liveDashboard .list-results thead .w-single-multi-level .w-dialog.plus .dialog-aside:after,.liveDashboard .list-results thead .w-dialog.plus .w-single-multi-level .dialog-aside:after,.w-dialog.plus .liveDashboard .list-results thead .w-single-multi-level .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .w-single-multi-level .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .w-single-multi-level .dialog-aside:after,.liveDashboard .w-dialog.plus ._account_api .list-results thead .w-single-multi-level .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .w-single-multi-level .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .w-single-multi-level .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .w-single-multi-level .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .w-single-multi-level .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .w-single-multi-level .dialog-aside:after,.liveDashboard .list-results thead .w-single-multi-level .w-toast .toast.plus:after,.w-toast .liveDashboard .list-results thead .w-single-multi-level .toast.plus:after,.liveDashboard .list-results thead .w-single-multi-level .w-toast .toast.plus:after,.liveDashboard .list-results thead .w-toast .w-single-multi-level .toast.plus:after,.w-toast .liveDashboard .list-results thead .w-single-multi-level .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-toast .toast.plus:after,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-toast .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .w-single-multi-level .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .w-single-multi-level .toast.plus:after,.liveDashboard .w-toast ._account_api .list-results thead .w-single-multi-level .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .w-single-multi-level .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-toast .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .w-single-multi-level .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .w-single-multi-level .toast.plus:after,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-toast .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .w-single-multi-level .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .w-single-multi-level .toast.plus:after,.liveDashboard .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .w-single-multi-level .btn-period-clear:before,.liveDashboard .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .w-single-multi-level .btn-filter:before,.liveDashboard .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .w-single-multi-level .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .w-single-multi-level .btn-period-clear:before,.liveDashboard .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .w-single-multi-level .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .w-single-multi-level .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .w-single-multi-level .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .w-single-multi-level .btn-period-clear:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .w-single-multi-level .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .w-single-multi-level .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .w-single-multi-level .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .w-single-multi-level .btn-filter:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .w-single-multi-level .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .w-single-multi-level .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .w-single-multi-level .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .w-single-multi-level .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .w-single-multi-level .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .w-single-multi-level .btn-filter:before,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .w-single-multi-level .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .w-single-multi-level .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .w-single-multi-level .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .w-single-multi-level .btn-filter:before,.liveDashboard .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .w-single-multi-level .btn-period-edit:before,.liveDashboard .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .w-single-multi-level .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .w-single-multi-level .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .w-single-multi-level .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .w-single-multi-level .btn-period-edit:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .w-single-multi-level .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .w-single-multi-level .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .w-single-multi-level .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .w-single-multi-level .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .w-single-multi-level .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .w-single-multi-level .btn-period-edit:before,.liveDashboard .list-results thead .w-single-multi-level .block-filters .btn-filter:before,.block-filters .liveDashboard .list-results thead .w-single-multi-level .btn-filter:before,.liveDashboard .list-results thead .w-single-multi-level .block-filters .btn-filter:before,.liveDashboard .list-results thead .block-filters .w-single-multi-level .btn-filter:before,.block-filters .liveDashboard .list-results thead .w-single-multi-level .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-single-multi-level .block-filters .btn-filter:before,._account_api .liveDashboard .list-results thead .w-single-multi-level .block-filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .w-single-multi-level .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .w-single-multi-level .btn-filter:before,.liveDashboard .block-filters ._account_api .list-results thead .w-single-multi-level .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .w-single-multi-level .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-single-multi-level .block-filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .w-single-multi-level .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .w-single-multi-level .btn-filter:before,._account_api .liveDashboard .list-results thead .w-single-multi-level .block-filters .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .w-single-multi-level .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .w-single-multi-level .btn-filter:before,.liveDashboard .list-results thead .w-single-multi-level .toggleWrapper input.mobileToggle+label,.toggleWrapper .liveDashboard .list-results thead .w-single-multi-level input.mobileToggle+label,.liveDashboard .list-results thead .w-single-multi-level .toggleWrapper input.mobileToggle+label,.liveDashboard .list-results thead .toggleWrapper .w-single-multi-level input.mobileToggle+label,.toggleWrapper .liveDashboard .list-results thead .w-single-multi-level input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .w-single-multi-level .toggleWrapper input.mobileToggle+label,._account_api .liveDashboard .list-results thead .w-single-multi-level .toggleWrapper input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper .w-single-multi-level input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper .w-single-multi-level input.mobileToggle+label,.liveDashboard .toggleWrapper ._account_api .list-results thead .w-single-multi-level input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead .w-single-multi-level input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .w-single-multi-level .toggleWrapper input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper .w-single-multi-level input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead .w-single-multi-level input.mobileToggle+label,._account_api .liveDashboard .list-results thead .w-single-multi-level .toggleWrapper input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper .w-single-multi-level input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead .w-single-multi-level input.mobileToggle+label,.liveDashboard .list-results thead .w-single-multi-level tbody span.status,.liveDashboard .list-results tbody thead .w-single-multi-level span.status,.liveDashboard .list-results thead .w-single-multi-level tbody span.status,.liveDashboard .list-results thead tbody .w-single-multi-level span.status,.liveDashboard .list-results tbody thead .w-single-multi-level span.status,.liveDashboard ._account_api .list-results thead .w-single-multi-level tbody span.status,._account_api .liveDashboard .list-results thead .w-single-multi-level tbody span.status,.liveDashboard ._account_api .list-results thead tbody .w-single-multi-level span.status,._account_api .liveDashboard .list-results thead tbody .w-single-multi-level span.status,.liveDashboard ._account_api .list-results tbody thead .w-single-multi-level span.status,._account_api .liveDashboard .list-results tbody thead .w-single-multi-level span.status,.liveDashboard ._account_api .list-results thead .w-single-multi-level tbody span.status,.liveDashboard ._account_api .list-results thead tbody .w-single-multi-level span.status,.liveDashboard ._account_api .list-results tbody thead .w-single-multi-level span.status,._account_api .liveDashboard .list-results thead .w-single-multi-level tbody span.status,._account_api .liveDashboard .list-results thead tbody .w-single-multi-level span.status,._account_api .liveDashboard .list-results tbody thead .w-single-multi-level span.status,.liveDashboard .list-results thead .w-single-multi-level tbody td.is-running span,.liveDashboard .list-results tbody td.is-running thead .w-single-multi-level span,.liveDashboard .list-results thead .w-single-multi-level tbody td.is-running span,.liveDashboard .list-results thead tbody td.is-running .w-single-multi-level span,.liveDashboard .list-results tbody td.is-running thead .w-single-multi-level span,.liveDashboard ._account_api .list-results thead .w-single-multi-level tbody td.is-running span,._account_api .liveDashboard .list-results thead .w-single-multi-level tbody td.is-running span,.liveDashboard ._account_api .list-results thead tbody td.is-running .w-single-multi-level span,._account_api .liveDashboard .list-results thead tbody td.is-running .w-single-multi-level span,.liveDashboard ._account_api .list-results tbody td.is-running thead .w-single-multi-level span,._account_api .liveDashboard .list-results tbody td.is-running thead .w-single-multi-level span,.liveDashboard ._account_api .list-results thead .w-single-multi-level tbody td.is-running span,.liveDashboard ._account_api .list-results thead tbody td.is-running .w-single-multi-level span,.liveDashboard ._account_api .list-results tbody td.is-running thead .w-single-multi-level span,._account_api .liveDashboard .list-results thead .w-single-multi-level tbody td.is-running span,._account_api .liveDashboard .list-results thead tbody td.is-running .w-single-multi-level span,._account_api .liveDashboard .list-results tbody td.is-running thead .w-single-multi-level span,.liveDashboard .list-results thead .w-single-multi-level tbody td.is-pending span,.liveDashboard .list-results tbody td.is-pending thead .w-single-multi-level span,.liveDashboard .list-results thead .w-single-multi-level tbody td.is-pending span,.liveDashboard .list-results thead tbody td.is-pending .w-single-multi-level span,.liveDashboard .list-results tbody td.is-pending thead .w-single-multi-level span,.liveDashboard ._account_api .list-results thead .w-single-multi-level tbody td.is-pending span,._account_api .liveDashboard .list-results thead .w-single-multi-level tbody td.is-pending span,.liveDashboard ._account_api .list-results thead tbody td.is-pending .w-single-multi-level span,._account_api .liveDashboard .list-results thead tbody td.is-pending .w-single-multi-level span,.liveDashboard ._account_api .list-results tbody td.is-pending thead .w-single-multi-level span,._account_api .liveDashboard .list-results tbody td.is-pending thead .w-single-multi-level span,.liveDashboard ._account_api .list-results thead .w-single-multi-level tbody td.is-pending span,.liveDashboard ._account_api .list-results thead tbody td.is-pending .w-single-multi-level span,.liveDashboard ._account_api .list-results tbody td.is-pending thead .w-single-multi-level span,._account_api .liveDashboard .list-results thead .w-single-multi-level tbody td.is-pending span,._account_api .liveDashboard .list-results thead tbody td.is-pending .w-single-multi-level span,._account_api .liveDashboard .list-results tbody td.is-pending thead .w-single-multi-level span,.liveDashboard .list-results thead .w-single-multi-level .icon,.liveDashboard .list-results thead .w-single-multi-level .w-alert-banner:before,.liveDashboard .list-results thead .w-single-multi-level .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-alert-banner:before,.liveDashboard .list-results thead .w-single-multi-level .w-dialog.plus .dialog-aside:after,.w-dialog.plus .liveDashboard .list-results thead .w-single-multi-level .dialog-aside:after,.liveDashboard .list-results thead .w-single-multi-level .w-dialog.plus .dialog-aside:after,.liveDashboard .list-results thead .w-dialog.plus .w-single-multi-level .dialog-aside:after,.w-dialog.plus .liveDashboard .list-results thead .w-single-multi-level .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .w-single-multi-level .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .w-single-multi-level .dialog-aside:after,.liveDashboard .w-dialog.plus ._account_api .list-results thead .w-single-multi-level .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .w-single-multi-level .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .w-single-multi-level .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .w-single-multi-level .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .w-single-multi-level .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .w-single-multi-level .dialog-aside:after,.liveDashboard .list-results thead .w-single-multi-level .w-toast .toast.plus:after,.w-toast .liveDashboard .list-results thead .w-single-multi-level .toast.plus:after,.liveDashboard .list-results thead .w-single-multi-level .w-toast .toast.plus:after,.liveDashboard .list-results thead .w-toast .w-single-multi-level .toast.plus:after,.w-toast .liveDashboard .list-results thead .w-single-multi-level .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-toast .toast.plus:after,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-toast .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .w-single-multi-level .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .w-single-multi-level .toast.plus:after,.liveDashboard .w-toast ._account_api .list-results thead .w-single-multi-level .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .w-single-multi-level .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-toast .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .w-single-multi-level .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .w-single-multi-level .toast.plus:after,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-toast .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .w-single-multi-level .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .w-single-multi-level .toast.plus:after,.liveDashboard .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .w-single-multi-level .btn-period-clear:before,.liveDashboard .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .w-single-multi-level .btn-filter:before,.liveDashboard .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .w-single-multi-level .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .w-single-multi-level .btn-period-clear:before,.liveDashboard .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .w-single-multi-level .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .w-single-multi-level .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .w-single-multi-level .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .w-single-multi-level .btn-period-clear:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .w-single-multi-level .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .w-single-multi-level .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .w-single-multi-level .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .w-single-multi-level .btn-filter:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .w-single-multi-level .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .w-single-multi-level .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .w-single-multi-level .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .w-single-multi-level .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .w-single-multi-level .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .w-single-multi-level .btn-filter:before,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .w-single-multi-level .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .w-single-multi-level .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .w-single-multi-level .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .w-single-multi-level .btn-filter:before,.liveDashboard .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .w-single-multi-level .btn-period-edit:before,.liveDashboard .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .w-single-multi-level .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .w-single-multi-level .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .w-single-multi-level .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .w-single-multi-level .btn-period-edit:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .w-single-multi-level .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .w-single-multi-level .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .w-single-multi-level .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .w-single-multi-level .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .w-single-multi-level .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .w-single-multi-level .btn-period-edit:before,.liveDashboard .list-results thead .w-single-multi-level .block-filters .btn-filter:before,.block-filters .liveDashboard .list-results thead .w-single-multi-level .btn-filter:before,.liveDashboard .list-results thead .w-single-multi-level .block-filters .btn-filter:before,.liveDashboard .list-results thead .block-filters .w-single-multi-level .btn-filter:before,.block-filters .liveDashboard .list-results thead .w-single-multi-level .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-single-multi-level .block-filters .btn-filter:before,._account_api .liveDashboard .list-results thead .w-single-multi-level .block-filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .w-single-multi-level .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .w-single-multi-level .btn-filter:before,.liveDashboard .block-filters ._account_api .list-results thead .w-single-multi-level .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .w-single-multi-level .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-single-multi-level .block-filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .w-single-multi-level .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .w-single-multi-level .btn-filter:before,._account_api .liveDashboard .list-results thead .w-single-multi-level .block-filters .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .w-single-multi-level .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .w-single-multi-level .btn-filter:before,.liveDashboard .list-results thead .w-single-multi-level .toggleWrapper input.mobileToggle+label,.toggleWrapper .liveDashboard .list-results thead .w-single-multi-level input.mobileToggle+label,.liveDashboard .list-results thead .w-single-multi-level .toggleWrapper input.mobileToggle+label,.liveDashboard .list-results thead .toggleWrapper .w-single-multi-level input.mobileToggle+label,.toggleWrapper .liveDashboard .list-results thead .w-single-multi-level input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .w-single-multi-level .toggleWrapper input.mobileToggle+label,._account_api .liveDashboard .list-results thead .w-single-multi-level .toggleWrapper input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper .w-single-multi-level input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper .w-single-multi-level input.mobileToggle+label,.liveDashboard .toggleWrapper ._account_api .list-results thead .w-single-multi-level input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead .w-single-multi-level input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .w-single-multi-level .toggleWrapper input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper .w-single-multi-level input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead .w-single-multi-level input.mobileToggle+label,._account_api .liveDashboard .list-results thead .w-single-multi-level .toggleWrapper input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper .w-single-multi-level input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead .w-single-multi-level input.mobileToggle+label,.liveDashboard .list-results thead .w-single-multi-level tbody span.status,.liveDashboard .list-results tbody thead .w-single-multi-level span.status,.liveDashboard .list-results thead .w-single-multi-level tbody span.status,.liveDashboard .list-results thead tbody .w-single-multi-level span.status,.liveDashboard .list-results tbody thead .w-single-multi-level span.status,.liveDashboard ._account_api .list-results thead .w-single-multi-level tbody span.status,._account_api .liveDashboard .list-results thead .w-single-multi-level tbody span.status,.liveDashboard ._account_api .list-results thead tbody .w-single-multi-level span.status,._account_api .liveDashboard .list-results thead tbody .w-single-multi-level span.status,.liveDashboard ._account_api .list-results tbody thead .w-single-multi-level span.status,._account_api .liveDashboard .list-results tbody thead .w-single-multi-level span.status,.liveDashboard ._account_api .list-results thead .w-single-multi-level tbody span.status,.liveDashboard ._account_api .list-results thead tbody .w-single-multi-level span.status,.liveDashboard ._account_api .list-results tbody thead .w-single-multi-level span.status,._account_api .liveDashboard .list-results thead .w-single-multi-level tbody span.status,._account_api .liveDashboard .list-results thead tbody .w-single-multi-level span.status,._account_api .liveDashboard .list-results tbody thead .w-single-multi-level span.status,.liveDashboard .list-results thead .w-single-multi-level tbody td.is-running span,.liveDashboard .list-results tbody td.is-running thead .w-single-multi-level span,.liveDashboard .list-results thead .w-single-multi-level tbody td.is-running span,.liveDashboard .list-results thead tbody td.is-running .w-single-multi-level span,.liveDashboard .list-results tbody td.is-running thead .w-single-multi-level span,.liveDashboard ._account_api .list-results thead .w-single-multi-level tbody td.is-running span,._account_api .liveDashboard .list-results thead .w-single-multi-level tbody td.is-running span,.liveDashboard ._account_api .list-results thead tbody td.is-running .w-single-multi-level span,._account_api .liveDashboard .list-results thead tbody td.is-running .w-single-multi-level span,.liveDashboard ._account_api .list-results tbody td.is-running thead .w-single-multi-level span,._account_api .liveDashboard .list-results tbody td.is-running thead .w-single-multi-level span,.liveDashboard ._account_api .list-results thead .w-single-multi-level tbody td.is-running span,.liveDashboard ._account_api .list-results thead tbody td.is-running .w-single-multi-level span,.liveDashboard ._account_api .list-results tbody td.is-running thead .w-single-multi-level span,._account_api .liveDashboard .list-results thead .w-single-multi-level tbody td.is-running span,._account_api .liveDashboard .list-results thead tbody td.is-running .w-single-multi-level span,._account_api .liveDashboard .list-results tbody td.is-running thead .w-single-multi-level span,.liveDashboard .list-results thead .w-single-multi-level tbody td.is-pending span,.liveDashboard .list-results tbody td.is-pending thead .w-single-multi-level span,.liveDashboard .list-results thead .w-single-multi-level tbody td.is-pending span,.liveDashboard .list-results thead tbody td.is-pending .w-single-multi-level span,.liveDashboard .list-results tbody td.is-pending thead .w-single-multi-level span,.liveDashboard ._account_api .list-results thead .w-single-multi-level tbody td.is-pending span,._account_api .liveDashboard .list-results thead .w-single-multi-level tbody td.is-pending span,.liveDashboard ._account_api .list-results thead tbody td.is-pending .w-single-multi-level span,._account_api .liveDashboard .list-results thead tbody td.is-pending .w-single-multi-level span,.liveDashboard ._account_api .list-results tbody td.is-pending thead .w-single-multi-level span,._account_api .liveDashboard .list-results tbody td.is-pending thead .w-single-multi-level span,.liveDashboard ._account_api .list-results thead .w-single-multi-level tbody td.is-pending span,.liveDashboard ._account_api .list-results thead tbody td.is-pending .w-single-multi-level span,.liveDashboard ._account_api .list-results tbody td.is-pending thead .w-single-multi-level span,._account_api .liveDashboard .list-results thead .w-single-multi-level tbody td.is-pending span,._account_api .liveDashboard .list-results thead tbody td.is-pending .w-single-multi-level span,._account_api .liveDashboard .list-results tbody td.is-pending thead .w-single-multi-level span,.liveDashboard .list-results thead .w-single-multi-level .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .w-single-multi-level .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .w-single-multi-level .dropdown-toggle:after,.liveDashboard .list-results thead .w-single-multi-level .w-filter-preset.w-filter-preset .filter-preset .filter,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .w-single-multi-level .filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .w-single-multi-level .filter,.liveDashboard .list-results thead .w-single-multi-level .form-label.status span,.liveDashboard .list-results thead .w-single-multi-level .status.status-log span,.liveDashboard .list-results thead .w-single-multi-level .status.status-report-item span,.liveDashboard .list-results thead .w-single-multi-level .double-list dd.status span,.double-list .liveDashboard .list-results thead .w-single-multi-level dd.status span,.liveDashboard .list-results thead .w-single-multi-level .double-list dt.status span,.double-list .liveDashboard .list-results thead .w-single-multi-level dt.status span,.liveDashboard .list-results thead .w-single-multi-level .w-cards-container .w-card .status.title span,.w-cards-container .w-card .liveDashboard .list-results thead .w-single-multi-level .status.title span,.liveDashboard .list-results thead .w-single-multi-level .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value .liveDashboard .list-results thead .w-single-multi-level .status.label span,.liveDashboard .list-results thead .w-single-multi-level tbody tr.sublist .status.title span,.liveDashboard .list-results tbody tr.sublist thead .w-single-multi-level .status.title span,.liveDashboard .list-results thead .form-label.status .w-single-multi-level span,.liveDashboard .list-results thead .status.status-log .w-single-multi-level span,.liveDashboard .list-results thead .status.status-report-item .w-single-multi-level span,.liveDashboard .list-results thead .double-list dd.status .w-single-multi-level span,.double-list .liveDashboard .list-results thead dd.status .w-single-multi-level span,.liveDashboard .list-results thead .double-list dt.status .w-single-multi-level span,.double-list .liveDashboard .list-results thead dt.status .w-single-multi-level span,.liveDashboard .list-results thead .w-cards-container .w-card .status.title .w-single-multi-level span,.w-cards-container .w-card .liveDashboard .list-results thead .status.title .w-single-multi-level span,.liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .w-single-multi-level span,.w-cards-container .w-card.centered .w-value .liveDashboard .list-results thead .status.label .w-single-multi-level span,.liveDashboard .list-results thead tbody tr.sublist .status.title .w-single-multi-level span,.liveDashboard .list-results tbody tr.sublist thead .status.title .w-single-multi-level span,.form-label.status .liveDashboard .list-results thead .w-single-multi-level span,.status.status-log .liveDashboard .list-results thead .w-single-multi-level span,.status.status-report-item .liveDashboard .list-results thead .w-single-multi-level span,.double-list dd.status .liveDashboard .list-results thead .w-single-multi-level span,.double-list dt.status .liveDashboard .list-results thead .w-single-multi-level span,.w-cards-container .w-card .status.title .liveDashboard .list-results thead .w-single-multi-level span,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead .w-single-multi-level span,.list-results tbody tr.sublist .status.title .liveDashboard .list-results thead .w-single-multi-level span,.liveDashboard .list-results thead .w-single-multi-level .w-filters-selected label.status.small span,.liveDashboard .list-results thead .w-filters-selected label.status.small .w-single-multi-level span,.w-filters-selected label.status.small .liveDashboard .list-results thead .w-single-multi-level span,.liveDashboard .list-results thead .w-single-multi-level .w-filters-selected .status.btn-f-s span,.liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .w-single-multi-level span,.w-filters-selected .status.btn-f-s .liveDashboard .list-results thead .w-single-multi-level span,.liveDashboard .list-results thead .w-single-multi-level .sub-header .w-form label,.liveDashboard .list-results thead .w-single-multi-level .sub-header .w-double-list label,.liveDashboard .list-results thead .sub-header .w-form .w-single-multi-level label,.liveDashboard .list-results thead .sub-header .w-double-list .w-single-multi-level label,.sub-header .w-form .liveDashboard .list-results thead .w-single-multi-level label,.sub-header .w-double-list .liveDashboard .list-results thead .w-single-multi-level label,.liveDashboard .list-results thead .w-single-multi-level .block-filters button:after,.liveDashboard .list-results thead .block-filters .w-single-multi-level button:after,.block-filters .liveDashboard .list-results thead .w-single-multi-level button:after,.liveDashboard .list-results thead .w-single-multi-level .block-filters select:after,.liveDashboard .list-results thead .block-filters .w-single-multi-level select:after,.block-filters .liveDashboard .list-results thead .w-single-multi-level select:after,.liveDashboard .list-results thead .w-single-multi-level .form-auto-list .form-auto-item.is-user-is-inactive,.liveDashboard .list-results thead .form-auto-list .w-single-multi-level .form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard .list-results thead .w-single-multi-level .form-auto-item.is-user-is-inactive,.liveDashboard .list-results thead .w-single-multi-level .form-auto-list .form-auto-item.is-user-is-active,.liveDashboard .list-results thead .form-auto-list .w-single-multi-level .form-auto-item.is-user-is-active,.form-auto-list .liveDashboard .list-results thead .w-single-multi-level .form-auto-item.is-user-is-active,.liveDashboard .list-results thead .w-single-multi-level .list-results-header .status.title span,.liveDashboard .list-results thead .list-results-header .status.title .w-single-multi-level span,.list-results-header .status.title .liveDashboard .list-results thead .w-single-multi-level span,.liveDashboard .list-results thead .w-single-multi-level tr span,.liveDashboard .list-results thead tr .w-single-multi-level span,.liveDashboard ._account_api .list-results thead .w-single-multi-level .icon,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-alert-banner:before,.liveDashboard ._account_api .liveDashboard .list-results thead .w-single-multi-level .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-dialog.plus .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .w-single-multi-level .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .w-single-multi-level .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .w-single-multi-level .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .w-single-multi-level .dialog-aside:after,.liveDashboard .w-dialog.plus ._account_api .list-results thead .w-single-multi-level .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .w-single-multi-level .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .w-single-multi-level .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .w-single-multi-level .dialog-aside:after,.liveDashboard ._account_api .liveDashboard .list-results thead .w-single-multi-level .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .liveDashboard .list-results thead .w-dialog.plus .w-single-multi-level .dialog-aside:after,.liveDashboard .w-dialog.plus ._account_api .liveDashboard .list-results thead .w-single-multi-level .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .liveDashboard .list-results thead .w-single-multi-level .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-toast .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .w-single-multi-level .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-toast .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .w-single-multi-level .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .w-single-multi-level .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-toast .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .w-single-multi-level .toast.plus:after,.liveDashboard .w-toast ._account_api .list-results thead .w-single-multi-level .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .w-single-multi-level .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-toast .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .w-single-multi-level .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .w-single-multi-level .toast.plus:after,.liveDashboard ._account_api .liveDashboard .list-results thead .w-single-multi-level .w-toast .toast.plus:after,.liveDashboard ._account_api .liveDashboard .list-results thead .w-toast .w-single-multi-level .toast.plus:after,.liveDashboard .w-toast ._account_api .liveDashboard .list-results thead .w-single-multi-level .toast.plus:after,.w-toast .liveDashboard ._account_api .liveDashboard .list-results thead .w-single-multi-level .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .w-single-multi-level .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .w-single-multi-level .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .w-single-multi-level .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .w-single-multi-level .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .w-single-multi-level .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .w-single-multi-level .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .w-single-multi-level .btn-period-clear:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .w-single-multi-level .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .w-single-multi-level .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .w-single-multi-level .btn-filter:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .w-single-multi-level .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .w-single-multi-level .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .w-single-multi-level .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .w-single-multi-level .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .w-single-multi-level .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .w-single-multi-level .btn-filter:before,.liveDashboard ._account_api .liveDashboard .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .w-single-multi-level .btn-period-clear:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .w-single-multi-level .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .liveDashboard .list-results thead .w-single-multi-level .btn-period-clear:before,.liveDashboard ._account_api .liveDashboard .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .w-single-multi-level .btn-filter:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .w-single-multi-level .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .liveDashboard .list-results thead .w-single-multi-level .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .w-single-multi-level .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .w-single-multi-level .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .w-single-multi-level .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .w-single-multi-level .btn-period-edit:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .w-single-multi-level .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .w-single-multi-level .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .w-single-multi-level .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .w-single-multi-level .btn-period-edit:before,.liveDashboard ._account_api .liveDashboard .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .w-single-multi-level .btn-period-edit:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .w-single-multi-level .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .liveDashboard .list-results thead .w-single-multi-level .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-single-multi-level .block-filters .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .w-single-multi-level .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-single-multi-level .block-filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .w-single-multi-level .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .w-single-multi-level .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-single-multi-level .block-filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .w-single-multi-level .btn-filter:before,.liveDashboard .block-filters ._account_api .list-results thead .w-single-multi-level .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .w-single-multi-level .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-single-multi-level .block-filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .w-single-multi-level .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .w-single-multi-level .btn-filter:before,.liveDashboard ._account_api .liveDashboard .list-results thead .w-single-multi-level .block-filters .btn-filter:before,.liveDashboard ._account_api .liveDashboard .list-results thead .block-filters .w-single-multi-level .btn-filter:before,.liveDashboard .block-filters ._account_api .liveDashboard .list-results thead .w-single-multi-level .btn-filter:before,.block-filters .liveDashboard ._account_api .liveDashboard .list-results thead .w-single-multi-level .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-single-multi-level .toggleWrapper input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead .w-single-multi-level input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .w-single-multi-level .toggleWrapper input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper .w-single-multi-level input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead .w-single-multi-level input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .w-single-multi-level .toggleWrapper input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper .w-single-multi-level input.mobileToggle+label,.liveDashboard .toggleWrapper ._account_api .list-results thead .w-single-multi-level input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead .w-single-multi-level input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .w-single-multi-level .toggleWrapper input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper .w-single-multi-level input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead .w-single-multi-level input.mobileToggle+label,.liveDashboard ._account_api .liveDashboard .list-results thead .w-single-multi-level .toggleWrapper input.mobileToggle+label,.liveDashboard ._account_api .liveDashboard .list-results thead .toggleWrapper .w-single-multi-level input.mobileToggle+label,.liveDashboard .toggleWrapper ._account_api .liveDashboard .list-results thead .w-single-multi-level input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .liveDashboard .list-results thead .w-single-multi-level input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .w-single-multi-level tbody span.status,.liveDashboard ._account_api .list-results tbody thead .w-single-multi-level span.status,.liveDashboard ._account_api .list-results thead .w-single-multi-level tbody span.status,.liveDashboard ._account_api .list-results thead tbody .w-single-multi-level span.status,.liveDashboard ._account_api .list-results tbody thead .w-single-multi-level span.status,.liveDashboard ._account_api .list-results thead .w-single-multi-level tbody span.status,.liveDashboard ._account_api .list-results thead tbody .w-single-multi-level span.status,.liveDashboard ._account_api .list-results tbody thead .w-single-multi-level span.status,.liveDashboard ._account_api .list-results thead .w-single-multi-level tbody span.status,.liveDashboard ._account_api .list-results thead tbody .w-single-multi-level span.status,.liveDashboard ._account_api .list-results tbody thead .w-single-multi-level span.status,.liveDashboard ._account_api .liveDashboard .list-results thead .w-single-multi-level tbody span.status,.liveDashboard ._account_api .liveDashboard .list-results thead tbody .w-single-multi-level span.status,.liveDashboard ._account_api .liveDashboard .list-results tbody thead .w-single-multi-level span.status,.liveDashboard ._account_api .list-results thead .w-single-multi-level tbody td.is-running span,.liveDashboard ._account_api .list-results tbody td.is-running thead .w-single-multi-level span,.liveDashboard ._account_api .list-results thead .w-single-multi-level tbody td.is-running span,.liveDashboard ._account_api .list-results thead tbody td.is-running .w-single-multi-level span,.liveDashboard ._account_api .list-results tbody td.is-running thead .w-single-multi-level span,.liveDashboard ._account_api .list-results thead .w-single-multi-level tbody td.is-running span,.liveDashboard ._account_api .list-results thead tbody td.is-running .w-single-multi-level span,.liveDashboard ._account_api .list-results tbody td.is-running thead .w-single-multi-level span,.liveDashboard ._account_api .list-results thead .w-single-multi-level tbody td.is-running span,.liveDashboard ._account_api .list-results thead tbody td.is-running .w-single-multi-level span,.liveDashboard ._account_api .list-results tbody td.is-running thead .w-single-multi-level span,.liveDashboard ._account_api .liveDashboard .list-results thead .w-single-multi-level tbody td.is-running span,.liveDashboard ._account_api .liveDashboard .list-results thead tbody td.is-running .w-single-multi-level span,.liveDashboard ._account_api .liveDashboard .list-results tbody td.is-running thead .w-single-multi-level span,.liveDashboard ._account_api .list-results thead .w-single-multi-level tbody td.is-pending span,.liveDashboard ._account_api .list-results tbody td.is-pending thead .w-single-multi-level span,.liveDashboard ._account_api .list-results thead .w-single-multi-level tbody td.is-pending span,.liveDashboard ._account_api .list-results thead tbody td.is-pending .w-single-multi-level span,.liveDashboard ._account_api .list-results tbody td.is-pending thead .w-single-multi-level span,.liveDashboard ._account_api .list-results thead .w-single-multi-level tbody td.is-pending span,.liveDashboard ._account_api .list-results thead tbody td.is-pending .w-single-multi-level span,.liveDashboard ._account_api .list-results tbody td.is-pending thead .w-single-multi-level span,.liveDashboard ._account_api .list-results thead .w-single-multi-level tbody td.is-pending span,.liveDashboard ._account_api .list-results thead tbody td.is-pending .w-single-multi-level span,.liveDashboard ._account_api .list-results tbody td.is-pending thead .w-single-multi-level span,.liveDashboard ._account_api .liveDashboard .list-results thead .w-single-multi-level tbody td.is-pending span,.liveDashboard ._account_api .liveDashboard .list-results thead tbody td.is-pending .w-single-multi-level span,.liveDashboard ._account_api .liveDashboard .list-results tbody td.is-pending thead .w-single-multi-level span,._account_api .liveDashboard .list-results thead .w-single-multi-level .icon,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-alert-banner:before,._account_api .liveDashboard ._account_api .list-results thead .w-single-multi-level .w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-dialog.plus .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .w-single-multi-level .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .w-single-multi-level .dialog-aside:after,._account_api .w-dialog.plus .liveDashboard .list-results thead .w-single-multi-level .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .w-single-multi-level .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .w-single-multi-level .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .w-single-multi-level .dialog-aside:after,._account_api .liveDashboard ._account_api .list-results thead .w-single-multi-level .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard ._account_api .list-results thead .w-dialog.plus .w-single-multi-level .dialog-aside:after,._account_api .w-dialog.plus .liveDashboard ._account_api .list-results thead .w-single-multi-level .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard ._account_api .list-results thead .w-single-multi-level .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .w-single-multi-level .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .w-single-multi-level .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-toast .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .w-single-multi-level .toast.plus:after,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-toast .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .w-single-multi-level .toast.plus:after,._account_api .w-toast .liveDashboard .list-results thead .w-single-multi-level .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .w-single-multi-level .toast.plus:after,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-toast .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .w-single-multi-level .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .w-single-multi-level .toast.plus:after,._account_api .liveDashboard ._account_api .list-results thead .w-single-multi-level .w-toast .toast.plus:after,._account_api .liveDashboard ._account_api .list-results thead .w-toast .w-single-multi-level .toast.plus:after,._account_api .w-toast .liveDashboard ._account_api .list-results thead .w-single-multi-level .toast.plus:after,.w-toast ._account_api .liveDashboard ._account_api .list-results thead .w-single-multi-level .toast.plus:after,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-toast .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .w-single-multi-level .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .w-single-multi-level .toast.plus:after,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .w-single-multi-level .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .w-single-multi-level .btn-filter:before,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .w-single-multi-level .btn-period-clear:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .w-single-multi-level .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .w-single-multi-level .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .w-single-multi-level .btn-filter:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .w-single-multi-level .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .w-single-multi-level .btn-filter:before,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .w-single-multi-level .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .w-single-multi-level .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .w-single-multi-level .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .w-single-multi-level .btn-filter:before,._account_api .liveDashboard ._account_api .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .w-single-multi-level .btn-period-clear:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .w-single-multi-level .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard ._account_api .list-results thead .w-single-multi-level .btn-period-clear:before,._account_api .liveDashboard ._account_api .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .w-single-multi-level .btn-filter:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .w-single-multi-level .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard ._account_api .list-results thead .w-single-multi-level .btn-filter:before,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .w-single-multi-level .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .w-single-multi-level .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .w-single-multi-level .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .w-single-multi-level .btn-filter:before,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .w-single-multi-level .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .w-single-multi-level .btn-period-edit:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .w-single-multi-level .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .w-single-multi-level .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .w-single-multi-level .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .w-single-multi-level .btn-period-edit:before,._account_api .liveDashboard ._account_api .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .w-single-multi-level .btn-period-edit:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .w-single-multi-level .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard ._account_api .list-results thead .w-single-multi-level .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .w-single-multi-level .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .w-single-multi-level .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-single-multi-level .block-filters .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .w-single-multi-level .btn-filter:before,._account_api .liveDashboard .list-results thead .w-single-multi-level .block-filters .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .w-single-multi-level .btn-filter:before,._account_api .block-filters .liveDashboard .list-results thead .w-single-multi-level .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .w-single-multi-level .btn-filter:before,._account_api .liveDashboard .list-results thead .w-single-multi-level .block-filters .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .w-single-multi-level .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .w-single-multi-level .btn-filter:before,._account_api .liveDashboard ._account_api .list-results thead .w-single-multi-level .block-filters .btn-filter:before,._account_api .liveDashboard ._account_api .list-results thead .block-filters .w-single-multi-level .btn-filter:before,._account_api .block-filters .liveDashboard ._account_api .list-results thead .w-single-multi-level .btn-filter:before,.block-filters ._account_api .liveDashboard ._account_api .list-results thead .w-single-multi-level .btn-filter:before,._account_api .liveDashboard .list-results thead .w-single-multi-level .block-filters .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .w-single-multi-level .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .w-single-multi-level .btn-filter:before,._account_api .liveDashboard .list-results thead .w-single-multi-level .toggleWrapper input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead .w-single-multi-level input.mobileToggle+label,._account_api .liveDashboard .list-results thead .w-single-multi-level .toggleWrapper input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper .w-single-multi-level input.mobileToggle+label,._account_api .toggleWrapper .liveDashboard .list-results thead .w-single-multi-level input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead .w-single-multi-level input.mobileToggle+label,._account_api .liveDashboard .list-results thead .w-single-multi-level .toggleWrapper input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper .w-single-multi-level input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead .w-single-multi-level input.mobileToggle+label,._account_api .liveDashboard ._account_api .list-results thead .w-single-multi-level .toggleWrapper input.mobileToggle+label,._account_api .liveDashboard ._account_api .list-results thead .toggleWrapper .w-single-multi-level input.mobileToggle+label,._account_api .toggleWrapper .liveDashboard ._account_api .list-results thead .w-single-multi-level input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard ._account_api .list-results thead .w-single-multi-level input.mobileToggle+label,._account_api .liveDashboard .list-results thead .w-single-multi-level .toggleWrapper input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper .w-single-multi-level input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead .w-single-multi-level input.mobileToggle+label,._account_api .liveDashboard .list-results thead .w-single-multi-level tbody span.status,._account_api .liveDashboard .list-results tbody thead .w-single-multi-level span.status,._account_api .liveDashboard .list-results thead .w-single-multi-level tbody span.status,._account_api .liveDashboard .list-results thead tbody .w-single-multi-level span.status,._account_api .liveDashboard .list-results tbody thead .w-single-multi-level span.status,._account_api .liveDashboard .list-results thead .w-single-multi-level tbody span.status,._account_api .liveDashboard .list-results thead tbody .w-single-multi-level span.status,._account_api .liveDashboard .list-results tbody thead .w-single-multi-level span.status,._account_api .liveDashboard ._account_api .list-results thead .w-single-multi-level tbody span.status,._account_api .liveDashboard ._account_api .list-results thead tbody .w-single-multi-level span.status,._account_api .liveDashboard ._account_api .list-results tbody thead .w-single-multi-level span.status,._account_api .liveDashboard .list-results thead .w-single-multi-level tbody span.status,._account_api .liveDashboard .list-results thead tbody .w-single-multi-level span.status,._account_api .liveDashboard .list-results tbody thead .w-single-multi-level span.status,._account_api .liveDashboard .list-results thead .w-single-multi-level tbody td.is-running span,._account_api .liveDashboard .list-results tbody td.is-running thead .w-single-multi-level span,._account_api .liveDashboard .list-results thead .w-single-multi-level tbody td.is-running span,._account_api .liveDashboard .list-results thead tbody td.is-running .w-single-multi-level span,._account_api .liveDashboard .list-results tbody td.is-running thead .w-single-multi-level span,._account_api .liveDashboard .list-results thead .w-single-multi-level tbody td.is-running span,._account_api .liveDashboard .list-results thead tbody td.is-running .w-single-multi-level span,._account_api .liveDashboard .list-results tbody td.is-running thead .w-single-multi-level span,._account_api .liveDashboard ._account_api .list-results thead .w-single-multi-level tbody td.is-running span,._account_api .liveDashboard ._account_api .list-results thead tbody td.is-running .w-single-multi-level span,._account_api .liveDashboard ._account_api .list-results tbody td.is-running thead .w-single-multi-level span,._account_api .liveDashboard .list-results thead .w-single-multi-level tbody td.is-running span,._account_api .liveDashboard .list-results thead tbody td.is-running .w-single-multi-level span,._account_api .liveDashboard .list-results tbody td.is-running thead .w-single-multi-level span,._account_api .liveDashboard .list-results thead .w-single-multi-level tbody td.is-pending span,._account_api .liveDashboard .list-results tbody td.is-pending thead .w-single-multi-level span,._account_api .liveDashboard .list-results thead .w-single-multi-level tbody td.is-pending span,._account_api .liveDashboard .list-results thead tbody td.is-pending .w-single-multi-level span,._account_api .liveDashboard .list-results tbody td.is-pending thead .w-single-multi-level span,._account_api .liveDashboard .list-results thead .w-single-multi-level tbody td.is-pending span,._account_api .liveDashboard .list-results thead tbody td.is-pending .w-single-multi-level span,._account_api .liveDashboard .list-results tbody td.is-pending thead .w-single-multi-level span,._account_api .liveDashboard ._account_api .list-results thead .w-single-multi-level tbody td.is-pending span,._account_api .liveDashboard ._account_api .list-results thead tbody td.is-pending .w-single-multi-level span,._account_api .liveDashboard ._account_api .list-results tbody td.is-pending thead .w-single-multi-level span,._account_api .liveDashboard .list-results thead .w-single-multi-level tbody td.is-pending span,._account_api .liveDashboard .list-results thead tbody td.is-pending .w-single-multi-level span,._account_api .liveDashboard .list-results tbody td.is-pending thead .w-single-multi-level span,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .w-single-multi-level .dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .w-single-multi-level .dropdown-toggle:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .w-single-multi-level .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .w-single-multi-level .dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-filter-preset.w-filter-preset .filter-preset .filter,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-filter-preset.w-filter-preset .filter-preset .filter,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .w-single-multi-level .filter,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .w-single-multi-level .filter,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .w-single-multi-level .filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .w-single-multi-level .filter,.liveDashboard ._account_api .list-results thead .w-single-multi-level .form-label.status span,.liveDashboard ._account_api .list-results thead .w-single-multi-level .status.status-log span,.liveDashboard ._account_api .list-results thead .w-single-multi-level .status.status-report-item span,.liveDashboard ._account_api .list-results thead .w-single-multi-level .double-list dd.status span,.double-list .liveDashboard ._account_api .list-results thead .w-single-multi-level dd.status span,.liveDashboard ._account_api .list-results thead .w-single-multi-level .double-list dt.status span,.double-list .liveDashboard ._account_api .list-results thead .w-single-multi-level dt.status span,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-cards-container .w-card .status.title span,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .w-single-multi-level .status.title span,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .w-single-multi-level .status.label span,.liveDashboard ._account_api .list-results thead .w-single-multi-level tbody tr.sublist .status.title span,.liveDashboard ._account_api .list-results tbody tr.sublist thead .w-single-multi-level .status.title span,._account_api .liveDashboard .list-results thead .w-single-multi-level .form-label.status span,._account_api .liveDashboard .list-results thead .w-single-multi-level .status.status-log span,._account_api .liveDashboard .list-results thead .w-single-multi-level .status.status-report-item span,._account_api .liveDashboard .list-results thead .w-single-multi-level .double-list dd.status span,.double-list ._account_api .liveDashboard .list-results thead .w-single-multi-level dd.status span,._account_api .liveDashboard .list-results thead .w-single-multi-level .double-list dt.status span,.double-list ._account_api .liveDashboard .list-results thead .w-single-multi-level dt.status span,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-cards-container .w-card .status.title span,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .w-single-multi-level .status.title span,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .w-single-multi-level .status.label span,._account_api .liveDashboard .list-results thead .w-single-multi-level tbody tr.sublist .status.title span,._account_api .liveDashboard .list-results tbody tr.sublist thead .w-single-multi-level .status.title span,.liveDashboard ._account_api .list-results thead .form-label.status .w-single-multi-level span,.liveDashboard ._account_api .list-results thead .status.status-log .w-single-multi-level span,.liveDashboard ._account_api .list-results thead .status.status-report-item .w-single-multi-level span,.liveDashboard ._account_api .list-results thead .double-list dd.status .w-single-multi-level span,.double-list .liveDashboard ._account_api .list-results thead dd.status .w-single-multi-level span,.liveDashboard ._account_api .list-results thead .double-list dt.status .w-single-multi-level span,.double-list .liveDashboard ._account_api .list-results thead dt.status .w-single-multi-level span,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title .w-single-multi-level span,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title .w-single-multi-level span,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .w-single-multi-level span,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label .w-single-multi-level span,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title .w-single-multi-level span,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title .w-single-multi-level span,._account_api .liveDashboard .list-results thead .form-label.status .w-single-multi-level span,._account_api .liveDashboard .list-results thead .status.status-log .w-single-multi-level span,._account_api .liveDashboard .list-results thead .status.status-report-item .w-single-multi-level span,._account_api .liveDashboard .list-results thead .double-list dd.status .w-single-multi-level span,.double-list ._account_api .liveDashboard .list-results thead dd.status .w-single-multi-level span,._account_api .liveDashboard .list-results thead .double-list dt.status .w-single-multi-level span,.double-list ._account_api .liveDashboard .list-results thead dt.status .w-single-multi-level span,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title .w-single-multi-level span,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title .w-single-multi-level span,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .w-single-multi-level span,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label .w-single-multi-level span,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title .w-single-multi-level span,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title .w-single-multi-level span,.liveDashboard .form-label.status ._account_api .list-results thead .w-single-multi-level span,.liveDashboard .status.status-log ._account_api .list-results thead .w-single-multi-level span,.liveDashboard .status.status-report-item ._account_api .list-results thead .w-single-multi-level span,.liveDashboard .double-list dd.status ._account_api .list-results thead .w-single-multi-level span,.double-list .liveDashboard dd.status ._account_api .list-results thead .w-single-multi-level span,.liveDashboard .double-list dt.status ._account_api .list-results thead .w-single-multi-level span,.double-list .liveDashboard dt.status ._account_api .list-results thead .w-single-multi-level span,.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead .w-single-multi-level span,.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead .w-single-multi-level span,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead .w-single-multi-level span,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead .w-single-multi-level span,.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead .w-single-multi-level span,.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead .w-single-multi-level span,.form-label.status ._account_api .liveDashboard .list-results thead .w-single-multi-level span,.status.status-log ._account_api .liveDashboard .list-results thead .w-single-multi-level span,.status.status-report-item ._account_api .liveDashboard .list-results thead .w-single-multi-level span,.double-list dd.status ._account_api .liveDashboard .list-results thead .w-single-multi-level span,.double-list dt.status ._account_api .liveDashboard .list-results thead .w-single-multi-level span,.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead .w-single-multi-level span,.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead .w-single-multi-level span,.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead .w-single-multi-level span,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-filters-selected label.status.small span,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-filters-selected label.status.small span,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small .w-single-multi-level span,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small .w-single-multi-level span,.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead .w-single-multi-level span,.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead .w-single-multi-level span,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-filters-selected .status.btn-f-s span,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-filters-selected .status.btn-f-s span,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s .w-single-multi-level span,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .w-single-multi-level span,.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead .w-single-multi-level span,.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead .w-single-multi-level span,.liveDashboard ._account_api .list-results thead .w-single-multi-level .sub-header .w-form label,.liveDashboard ._account_api .list-results thead .w-single-multi-level .sub-header .w-double-list label,._account_api .liveDashboard .list-results thead .w-single-multi-level .sub-header .w-form label,._account_api .liveDashboard .list-results thead .w-single-multi-level .sub-header .w-double-list label,.liveDashboard ._account_api .list-results thead .sub-header .w-form .w-single-multi-level label,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list .w-single-multi-level label,._account_api .liveDashboard .list-results thead .sub-header .w-form .w-single-multi-level label,._account_api .liveDashboard .list-results thead .sub-header .w-double-list .w-single-multi-level label,.liveDashboard .sub-header .w-form ._account_api .list-results thead .w-single-multi-level label,.liveDashboard .sub-header .w-double-list ._account_api .list-results thead .w-single-multi-level label,.sub-header .w-form ._account_api .liveDashboard .list-results thead .w-single-multi-level label,.sub-header .w-double-list ._account_api .liveDashboard .list-results thead .w-single-multi-level label,.liveDashboard ._account_api .list-results thead .w-single-multi-level .block-filters button:after,._account_api .liveDashboard .list-results thead .w-single-multi-level .block-filters button:after,.liveDashboard ._account_api .list-results thead .block-filters .w-single-multi-level button:after,._account_api .liveDashboard .list-results thead .block-filters .w-single-multi-level button:after,.liveDashboard .block-filters ._account_api .list-results thead .w-single-multi-level button:after,.block-filters ._account_api .liveDashboard .list-results thead .w-single-multi-level button:after,.liveDashboard ._account_api .list-results thead .w-single-multi-level .block-filters select:after,._account_api .liveDashboard .list-results thead .w-single-multi-level .block-filters select:after,.liveDashboard ._account_api .list-results thead .block-filters .w-single-multi-level select:after,._account_api .liveDashboard .list-results thead .block-filters .w-single-multi-level select:after,.liveDashboard .block-filters ._account_api .list-results thead .w-single-multi-level select:after,.block-filters ._account_api .liveDashboard .list-results thead .w-single-multi-level select:after,.liveDashboard ._account_api .list-results thead .w-single-multi-level .form-auto-list .form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .w-single-multi-level .form-auto-list .form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .form-auto-list .w-single-multi-level .form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .form-auto-list .w-single-multi-level .form-auto-item.is-user-is-inactive,.liveDashboard .form-auto-list ._account_api .list-results thead .w-single-multi-level .form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .liveDashboard .list-results thead .w-single-multi-level .form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .w-single-multi-level .form-auto-list .form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .w-single-multi-level .form-auto-list .form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .form-auto-list .w-single-multi-level .form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .form-auto-list .w-single-multi-level .form-auto-item.is-user-is-active,.liveDashboard .form-auto-list ._account_api .list-results thead .w-single-multi-level .form-auto-item.is-user-is-active,.form-auto-list ._account_api .liveDashboard .list-results thead .w-single-multi-level .form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .w-single-multi-level .list-results-header .status.title span,._account_api .liveDashboard .list-results thead .w-single-multi-level .list-results-header .status.title span,.liveDashboard ._account_api .list-results thead .list-results-header .status.title .w-single-multi-level span,._account_api .liveDashboard .list-results thead .list-results-header .status.title .w-single-multi-level span,.liveDashboard .list-results-header .status.title ._account_api .list-results thead .w-single-multi-level span,.list-results-header .status.title ._account_api .liveDashboard .list-results thead .w-single-multi-level span,.liveDashboard ._account_api .list-results thead .w-single-multi-level tr span,._account_api .liveDashboard .list-results thead .w-single-multi-level tr span,.liveDashboard ._account_api .list-results thead tr .w-single-multi-level span,._account_api .liveDashboard .list-results thead tr .w-single-multi-level span,.liveDashboard ._account_api .list-results thead .w-single-multi-level .icon,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-alert-banner:before,.liveDashboard ._account_api .liveDashboard .list-results thead .w-single-multi-level .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-dialog.plus .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .w-single-multi-level .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .w-single-multi-level .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .w-single-multi-level .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .w-single-multi-level .dialog-aside:after,.liveDashboard .w-dialog.plus ._account_api .list-results thead .w-single-multi-level .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .w-single-multi-level .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .w-single-multi-level .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .w-single-multi-level .dialog-aside:after,.liveDashboard ._account_api .liveDashboard .list-results thead .w-single-multi-level .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .liveDashboard .list-results thead .w-dialog.plus .w-single-multi-level .dialog-aside:after,.liveDashboard .w-dialog.plus ._account_api .liveDashboard .list-results thead .w-single-multi-level .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .liveDashboard .list-results thead .w-single-multi-level .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-toast .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .w-single-multi-level .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-toast .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .w-single-multi-level .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .w-single-multi-level .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-toast .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .w-single-multi-level .toast.plus:after,.liveDashboard .w-toast ._account_api .list-results thead .w-single-multi-level .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .w-single-multi-level .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-toast .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .w-single-multi-level .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .w-single-multi-level .toast.plus:after,.liveDashboard ._account_api .liveDashboard .list-results thead .w-single-multi-level .w-toast .toast.plus:after,.liveDashboard ._account_api .liveDashboard .list-results thead .w-toast .w-single-multi-level .toast.plus:after,.liveDashboard .w-toast ._account_api .liveDashboard .list-results thead .w-single-multi-level .toast.plus:after,.w-toast .liveDashboard ._account_api .liveDashboard .list-results thead .w-single-multi-level .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .w-single-multi-level .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .w-single-multi-level .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .w-single-multi-level .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .w-single-multi-level .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .w-single-multi-level .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .w-single-multi-level .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .w-single-multi-level .btn-period-clear:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .w-single-multi-level .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .w-single-multi-level .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .w-single-multi-level .btn-filter:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .w-single-multi-level .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .w-single-multi-level .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .w-single-multi-level .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .w-single-multi-level .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .w-single-multi-level .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .w-single-multi-level .btn-filter:before,.liveDashboard ._account_api .liveDashboard .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .w-single-multi-level .btn-period-clear:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .w-single-multi-level .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .liveDashboard .list-results thead .w-single-multi-level .btn-period-clear:before,.liveDashboard ._account_api .liveDashboard .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .w-single-multi-level .btn-filter:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .w-single-multi-level .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .liveDashboard .list-results thead .w-single-multi-level .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .w-single-multi-level .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .w-single-multi-level .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .w-single-multi-level .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .w-single-multi-level .btn-period-edit:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .w-single-multi-level .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .w-single-multi-level .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .w-single-multi-level .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .w-single-multi-level .btn-period-edit:before,.liveDashboard ._account_api .liveDashboard .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .w-single-multi-level .btn-period-edit:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .w-single-multi-level .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .liveDashboard .list-results thead .w-single-multi-level .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-single-multi-level .block-filters .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .w-single-multi-level .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-single-multi-level .block-filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .w-single-multi-level .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .w-single-multi-level .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-single-multi-level .block-filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .w-single-multi-level .btn-filter:before,.liveDashboard .block-filters ._account_api .list-results thead .w-single-multi-level .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .w-single-multi-level .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-single-multi-level .block-filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .w-single-multi-level .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .w-single-multi-level .btn-filter:before,.liveDashboard ._account_api .liveDashboard .list-results thead .w-single-multi-level .block-filters .btn-filter:before,.liveDashboard ._account_api .liveDashboard .list-results thead .block-filters .w-single-multi-level .btn-filter:before,.liveDashboard .block-filters ._account_api .liveDashboard .list-results thead .w-single-multi-level .btn-filter:before,.block-filters .liveDashboard ._account_api .liveDashboard .list-results thead .w-single-multi-level .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-single-multi-level .toggleWrapper input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead .w-single-multi-level input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .w-single-multi-level .toggleWrapper input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper .w-single-multi-level input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead .w-single-multi-level input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .w-single-multi-level .toggleWrapper input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper .w-single-multi-level input.mobileToggle+label,.liveDashboard .toggleWrapper ._account_api .list-results thead .w-single-multi-level input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead .w-single-multi-level input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .w-single-multi-level .toggleWrapper input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper .w-single-multi-level input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead .w-single-multi-level input.mobileToggle+label,.liveDashboard ._account_api .liveDashboard .list-results thead .w-single-multi-level .toggleWrapper input.mobileToggle+label,.liveDashboard ._account_api .liveDashboard .list-results thead .toggleWrapper .w-single-multi-level input.mobileToggle+label,.liveDashboard .toggleWrapper ._account_api .liveDashboard .list-results thead .w-single-multi-level input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .liveDashboard .list-results thead .w-single-multi-level input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .w-single-multi-level tbody span.status,.liveDashboard ._account_api .list-results tbody thead .w-single-multi-level span.status,.liveDashboard ._account_api .list-results thead .w-single-multi-level tbody span.status,.liveDashboard ._account_api .list-results thead tbody .w-single-multi-level span.status,.liveDashboard ._account_api .list-results tbody thead .w-single-multi-level span.status,.liveDashboard ._account_api .list-results thead .w-single-multi-level tbody span.status,.liveDashboard ._account_api .list-results thead tbody .w-single-multi-level span.status,.liveDashboard ._account_api .list-results tbody thead .w-single-multi-level span.status,.liveDashboard ._account_api .list-results thead .w-single-multi-level tbody span.status,.liveDashboard ._account_api .list-results thead tbody .w-single-multi-level span.status,.liveDashboard ._account_api .list-results tbody thead .w-single-multi-level span.status,.liveDashboard ._account_api .liveDashboard .list-results thead .w-single-multi-level tbody span.status,.liveDashboard ._account_api .liveDashboard .list-results thead tbody .w-single-multi-level span.status,.liveDashboard ._account_api .liveDashboard .list-results tbody thead .w-single-multi-level span.status,.liveDashboard ._account_api .list-results thead .w-single-multi-level tbody td.is-running span,.liveDashboard ._account_api .list-results tbody td.is-running thead .w-single-multi-level span,.liveDashboard ._account_api .list-results thead .w-single-multi-level tbody td.is-running span,.liveDashboard ._account_api .list-results thead tbody td.is-running .w-single-multi-level span,.liveDashboard ._account_api .list-results tbody td.is-running thead .w-single-multi-level span,.liveDashboard ._account_api .list-results thead .w-single-multi-level tbody td.is-running span,.liveDashboard ._account_api .list-results thead tbody td.is-running .w-single-multi-level span,.liveDashboard ._account_api .list-results tbody td.is-running thead .w-single-multi-level span,.liveDashboard ._account_api .list-results thead .w-single-multi-level tbody td.is-running span,.liveDashboard ._account_api .list-results thead tbody td.is-running .w-single-multi-level span,.liveDashboard ._account_api .list-results tbody td.is-running thead .w-single-multi-level span,.liveDashboard ._account_api .liveDashboard .list-results thead .w-single-multi-level tbody td.is-running span,.liveDashboard ._account_api .liveDashboard .list-results thead tbody td.is-running .w-single-multi-level span,.liveDashboard ._account_api .liveDashboard .list-results tbody td.is-running thead .w-single-multi-level span,.liveDashboard ._account_api .list-results thead .w-single-multi-level tbody td.is-pending span,.liveDashboard ._account_api .list-results tbody td.is-pending thead .w-single-multi-level span,.liveDashboard ._account_api .list-results thead .w-single-multi-level tbody td.is-pending span,.liveDashboard ._account_api .list-results thead tbody td.is-pending .w-single-multi-level span,.liveDashboard ._account_api .list-results tbody td.is-pending thead .w-single-multi-level span,.liveDashboard ._account_api .list-results thead .w-single-multi-level tbody td.is-pending span,.liveDashboard ._account_api .list-results thead tbody td.is-pending .w-single-multi-level span,.liveDashboard ._account_api .list-results tbody td.is-pending thead .w-single-multi-level span,.liveDashboard ._account_api .list-results thead .w-single-multi-level tbody td.is-pending span,.liveDashboard ._account_api .list-results thead tbody td.is-pending .w-single-multi-level span,.liveDashboard ._account_api .list-results tbody td.is-pending thead .w-single-multi-level span,.liveDashboard ._account_api .liveDashboard .list-results thead .w-single-multi-level tbody td.is-pending span,.liveDashboard ._account_api .liveDashboard .list-results thead tbody td.is-pending .w-single-multi-level span,.liveDashboard ._account_api .liveDashboard .list-results tbody td.is-pending thead .w-single-multi-level span,._account_api .liveDashboard .list-results thead .w-single-multi-level .icon,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-alert-banner:before,._account_api .liveDashboard ._account_api .list-results thead .w-single-multi-level .w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-dialog.plus .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .w-single-multi-level .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .w-single-multi-level .dialog-aside:after,._account_api .w-dialog.plus .liveDashboard .list-results thead .w-single-multi-level .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .w-single-multi-level .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .w-single-multi-level .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .w-single-multi-level .dialog-aside:after,._account_api .liveDashboard ._account_api .list-results thead .w-single-multi-level .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard ._account_api .list-results thead .w-dialog.plus .w-single-multi-level .dialog-aside:after,._account_api .w-dialog.plus .liveDashboard ._account_api .list-results thead .w-single-multi-level .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard ._account_api .list-results thead .w-single-multi-level .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .w-single-multi-level .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .w-single-multi-level .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-toast .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .w-single-multi-level .toast.plus:after,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-toast .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .w-single-multi-level .toast.plus:after,._account_api .w-toast .liveDashboard .list-results thead .w-single-multi-level .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .w-single-multi-level .toast.plus:after,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-toast .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .w-single-multi-level .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .w-single-multi-level .toast.plus:after,._account_api .liveDashboard ._account_api .list-results thead .w-single-multi-level .w-toast .toast.plus:after,._account_api .liveDashboard ._account_api .list-results thead .w-toast .w-single-multi-level .toast.plus:after,._account_api .w-toast .liveDashboard ._account_api .list-results thead .w-single-multi-level .toast.plus:after,.w-toast ._account_api .liveDashboard ._account_api .list-results thead .w-single-multi-level .toast.plus:after,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-toast .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .w-single-multi-level .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .w-single-multi-level .toast.plus:after,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .w-single-multi-level .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .w-single-multi-level .btn-filter:before,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .w-single-multi-level .btn-period-clear:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .w-single-multi-level .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .w-single-multi-level .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .w-single-multi-level .btn-filter:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .w-single-multi-level .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .w-single-multi-level .btn-filter:before,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .w-single-multi-level .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .w-single-multi-level .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .w-single-multi-level .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .w-single-multi-level .btn-filter:before,._account_api .liveDashboard ._account_api .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .w-single-multi-level .btn-period-clear:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .w-single-multi-level .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard ._account_api .list-results thead .w-single-multi-level .btn-period-clear:before,._account_api .liveDashboard ._account_api .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .w-single-multi-level .btn-filter:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .w-single-multi-level .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard ._account_api .list-results thead .w-single-multi-level .btn-filter:before,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .w-single-multi-level .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .w-single-multi-level .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .w-single-multi-level .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .w-single-multi-level .btn-filter:before,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .w-single-multi-level .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .w-single-multi-level .btn-period-edit:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .w-single-multi-level .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .w-single-multi-level .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .w-single-multi-level .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .w-single-multi-level .btn-period-edit:before,._account_api .liveDashboard ._account_api .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .w-single-multi-level .btn-period-edit:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .w-single-multi-level .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard ._account_api .list-results thead .w-single-multi-level .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .w-single-multi-level .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .w-single-multi-level .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-single-multi-level .block-filters .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .w-single-multi-level .btn-filter:before,._account_api .liveDashboard .list-results thead .w-single-multi-level .block-filters .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .w-single-multi-level .btn-filter:before,._account_api .block-filters .liveDashboard .list-results thead .w-single-multi-level .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .w-single-multi-level .btn-filter:before,._account_api .liveDashboard .list-results thead .w-single-multi-level .block-filters .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .w-single-multi-level .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .w-single-multi-level .btn-filter:before,._account_api .liveDashboard ._account_api .list-results thead .w-single-multi-level .block-filters .btn-filter:before,._account_api .liveDashboard ._account_api .list-results thead .block-filters .w-single-multi-level .btn-filter:before,._account_api .block-filters .liveDashboard ._account_api .list-results thead .w-single-multi-level .btn-filter:before,.block-filters ._account_api .liveDashboard ._account_api .list-results thead .w-single-multi-level .btn-filter:before,._account_api .liveDashboard .list-results thead .w-single-multi-level .block-filters .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .w-single-multi-level .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .w-single-multi-level .btn-filter:before,._account_api .liveDashboard .list-results thead .w-single-multi-level .toggleWrapper input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead .w-single-multi-level input.mobileToggle+label,._account_api .liveDashboard .list-results thead .w-single-multi-level .toggleWrapper input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper .w-single-multi-level input.mobileToggle+label,._account_api .toggleWrapper .liveDashboard .list-results thead .w-single-multi-level input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead .w-single-multi-level input.mobileToggle+label,._account_api .liveDashboard .list-results thead .w-single-multi-level .toggleWrapper input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper .w-single-multi-level input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead .w-single-multi-level input.mobileToggle+label,._account_api .liveDashboard ._account_api .list-results thead .w-single-multi-level .toggleWrapper input.mobileToggle+label,._account_api .liveDashboard ._account_api .list-results thead .toggleWrapper .w-single-multi-level input.mobileToggle+label,._account_api .toggleWrapper .liveDashboard ._account_api .list-results thead .w-single-multi-level input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard ._account_api .list-results thead .w-single-multi-level input.mobileToggle+label,._account_api .liveDashboard .list-results thead .w-single-multi-level .toggleWrapper input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper .w-single-multi-level input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead .w-single-multi-level input.mobileToggle+label,._account_api .liveDashboard .list-results thead .w-single-multi-level tbody span.status,._account_api .liveDashboard .list-results tbody thead .w-single-multi-level span.status,._account_api .liveDashboard .list-results thead .w-single-multi-level tbody span.status,._account_api .liveDashboard .list-results thead tbody .w-single-multi-level span.status,._account_api .liveDashboard .list-results tbody thead .w-single-multi-level span.status,._account_api .liveDashboard .list-results thead .w-single-multi-level tbody span.status,._account_api .liveDashboard .list-results thead tbody .w-single-multi-level span.status,._account_api .liveDashboard .list-results tbody thead .w-single-multi-level span.status,._account_api .liveDashboard ._account_api .list-results thead .w-single-multi-level tbody span.status,._account_api .liveDashboard ._account_api .list-results thead tbody .w-single-multi-level span.status,._account_api .liveDashboard ._account_api .list-results tbody thead .w-single-multi-level span.status,._account_api .liveDashboard .list-results thead .w-single-multi-level tbody span.status,._account_api .liveDashboard .list-results thead tbody .w-single-multi-level span.status,._account_api .liveDashboard .list-results tbody thead .w-single-multi-level span.status,._account_api .liveDashboard .list-results thead .w-single-multi-level tbody td.is-running span,._account_api .liveDashboard .list-results tbody td.is-running thead .w-single-multi-level span,._account_api .liveDashboard .list-results thead .w-single-multi-level tbody td.is-running span,._account_api .liveDashboard .list-results thead tbody td.is-running .w-single-multi-level span,._account_api .liveDashboard .list-results tbody td.is-running thead .w-single-multi-level span,._account_api .liveDashboard .list-results thead .w-single-multi-level tbody td.is-running span,._account_api .liveDashboard .list-results thead tbody td.is-running .w-single-multi-level span,._account_api .liveDashboard .list-results tbody td.is-running thead .w-single-multi-level span,._account_api .liveDashboard ._account_api .list-results thead .w-single-multi-level tbody td.is-running span,._account_api .liveDashboard ._account_api .list-results thead tbody td.is-running .w-single-multi-level span,._account_api .liveDashboard ._account_api .list-results tbody td.is-running thead .w-single-multi-level span,._account_api .liveDashboard .list-results thead .w-single-multi-level tbody td.is-running span,._account_api .liveDashboard .list-results thead tbody td.is-running .w-single-multi-level span,._account_api .liveDashboard .list-results tbody td.is-running thead .w-single-multi-level span,._account_api .liveDashboard .list-results thead .w-single-multi-level tbody td.is-pending span,._account_api .liveDashboard .list-results tbody td.is-pending thead .w-single-multi-level span,._account_api .liveDashboard .list-results thead .w-single-multi-level tbody td.is-pending span,._account_api .liveDashboard .list-results thead tbody td.is-pending .w-single-multi-level span,._account_api .liveDashboard .list-results tbody td.is-pending thead .w-single-multi-level span,._account_api .liveDashboard .list-results thead .w-single-multi-level tbody td.is-pending span,._account_api .liveDashboard .list-results thead tbody td.is-pending .w-single-multi-level span,._account_api .liveDashboard .list-results tbody td.is-pending thead .w-single-multi-level span,._account_api .liveDashboard ._account_api .list-results thead .w-single-multi-level tbody td.is-pending span,._account_api .liveDashboard ._account_api .list-results thead tbody td.is-pending .w-single-multi-level span,._account_api .liveDashboard ._account_api .list-results tbody td.is-pending thead .w-single-multi-level span,._account_api .liveDashboard .list-results thead .w-single-multi-level tbody td.is-pending span,._account_api .liveDashboard .list-results thead tbody td.is-pending .w-single-multi-level span,._account_api .liveDashboard .list-results tbody td.is-pending thead .w-single-multi-level span,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .w-single-multi-level .dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .w-single-multi-level .dropdown-toggle:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .w-single-multi-level .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .w-single-multi-level .dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-filter-preset.w-filter-preset .filter-preset .filter,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .w-single-multi-level .filter,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-filter-preset.w-filter-preset .filter-preset .filter,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .w-single-multi-level .filter,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .w-single-multi-level .filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .w-single-multi-level .filter,.liveDashboard ._account_api .list-results thead .w-single-multi-level .form-label.status span,.liveDashboard ._account_api .list-results thead .w-single-multi-level .status.status-log span,.liveDashboard ._account_api .list-results thead .w-single-multi-level .status.status-report-item span,.liveDashboard ._account_api .list-results thead .w-single-multi-level .double-list dd.status span,.double-list .liveDashboard ._account_api .list-results thead .w-single-multi-level dd.status span,.liveDashboard ._account_api .list-results thead .w-single-multi-level .double-list dt.status span,.double-list .liveDashboard ._account_api .list-results thead .w-single-multi-level dt.status span,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-cards-container .w-card .status.title span,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .w-single-multi-level .status.title span,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .w-single-multi-level .status.label span,.liveDashboard ._account_api .list-results thead .w-single-multi-level tbody tr.sublist .status.title span,.liveDashboard ._account_api .list-results tbody tr.sublist thead .w-single-multi-level .status.title span,.liveDashboard ._account_api .list-results thead .form-label.status .w-single-multi-level span,.liveDashboard ._account_api .list-results thead .status.status-log .w-single-multi-level span,.liveDashboard ._account_api .list-results thead .status.status-report-item .w-single-multi-level span,.liveDashboard ._account_api .list-results thead .double-list dd.status .w-single-multi-level span,.double-list .liveDashboard ._account_api .list-results thead dd.status .w-single-multi-level span,.liveDashboard ._account_api .list-results thead .double-list dt.status .w-single-multi-level span,.double-list .liveDashboard ._account_api .list-results thead dt.status .w-single-multi-level span,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title .w-single-multi-level span,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title .w-single-multi-level span,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .w-single-multi-level span,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label .w-single-multi-level span,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title .w-single-multi-level span,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title .w-single-multi-level span,._account_api .liveDashboard .list-results thead .w-single-multi-level .form-label.status span,._account_api .liveDashboard .list-results thead .w-single-multi-level .status.status-log span,._account_api .liveDashboard .list-results thead .w-single-multi-level .status.status-report-item span,._account_api .liveDashboard .list-results thead .w-single-multi-level .double-list dd.status span,.double-list ._account_api .liveDashboard .list-results thead .w-single-multi-level dd.status span,._account_api .liveDashboard .list-results thead .w-single-multi-level .double-list dt.status span,.double-list ._account_api .liveDashboard .list-results thead .w-single-multi-level dt.status span,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-cards-container .w-card .status.title span,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .w-single-multi-level .status.title span,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .w-single-multi-level .status.label span,._account_api .liveDashboard .list-results thead .w-single-multi-level tbody tr.sublist .status.title span,._account_api .liveDashboard .list-results tbody tr.sublist thead .w-single-multi-level .status.title span,._account_api .liveDashboard .list-results thead .form-label.status .w-single-multi-level span,._account_api .liveDashboard .list-results thead .status.status-log .w-single-multi-level span,._account_api .liveDashboard .list-results thead .status.status-report-item .w-single-multi-level span,._account_api .liveDashboard .list-results thead .double-list dd.status .w-single-multi-level span,.double-list ._account_api .liveDashboard .list-results thead dd.status .w-single-multi-level span,._account_api .liveDashboard .list-results thead .double-list dt.status .w-single-multi-level span,.double-list ._account_api .liveDashboard .list-results thead dt.status .w-single-multi-level span,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title .w-single-multi-level span,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title .w-single-multi-level span,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .w-single-multi-level span,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label .w-single-multi-level span,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title .w-single-multi-level span,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title .w-single-multi-level span,.liveDashboard .form-label.status ._account_api .list-results thead .w-single-multi-level span,.liveDashboard .status.status-log ._account_api .list-results thead .w-single-multi-level span,.liveDashboard .status.status-report-item ._account_api .list-results thead .w-single-multi-level span,.liveDashboard .double-list dd.status ._account_api .list-results thead .w-single-multi-level span,.double-list .liveDashboard dd.status ._account_api .list-results thead .w-single-multi-level span,.liveDashboard .double-list dt.status ._account_api .list-results thead .w-single-multi-level span,.double-list .liveDashboard dt.status ._account_api .list-results thead .w-single-multi-level span,.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead .w-single-multi-level span,.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead .w-single-multi-level span,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead .w-single-multi-level span,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead .w-single-multi-level span,.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead .w-single-multi-level span,.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead .w-single-multi-level span,.form-label.status ._account_api .liveDashboard .list-results thead .w-single-multi-level span,.status.status-log ._account_api .liveDashboard .list-results thead .w-single-multi-level span,.status.status-report-item ._account_api .liveDashboard .list-results thead .w-single-multi-level span,.double-list dd.status ._account_api .liveDashboard .list-results thead .w-single-multi-level span,.double-list dt.status ._account_api .liveDashboard .list-results thead .w-single-multi-level span,.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead .w-single-multi-level span,.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead .w-single-multi-level span,.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead .w-single-multi-level span,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-filters-selected label.status.small span,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small .w-single-multi-level span,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-filters-selected label.status.small span,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small .w-single-multi-level span,.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead .w-single-multi-level span,.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead .w-single-multi-level span,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-filters-selected .status.btn-f-s span,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s .w-single-multi-level span,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-filters-selected .status.btn-f-s span,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .w-single-multi-level span,.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead .w-single-multi-level span,.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead .w-single-multi-level span,.liveDashboard ._account_api .list-results thead .w-single-multi-level .sub-header .w-form label,.liveDashboard ._account_api .list-results thead .w-single-multi-level .sub-header .w-double-list label,.liveDashboard ._account_api .list-results thead .sub-header .w-form .w-single-multi-level label,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list .w-single-multi-level label,._account_api .liveDashboard .list-results thead .w-single-multi-level .sub-header .w-form label,._account_api .liveDashboard .list-results thead .w-single-multi-level .sub-header .w-double-list label,._account_api .liveDashboard .list-results thead .sub-header .w-form .w-single-multi-level label,._account_api .liveDashboard .list-results thead .sub-header .w-double-list .w-single-multi-level label,.liveDashboard .sub-header .w-form ._account_api .list-results thead .w-single-multi-level label,.liveDashboard .sub-header .w-double-list ._account_api .list-results thead .w-single-multi-level label,.sub-header .w-form ._account_api .liveDashboard .list-results thead .w-single-multi-level label,.sub-header .w-double-list ._account_api .liveDashboard .list-results thead .w-single-multi-level label,.liveDashboard ._account_api .list-results thead .w-single-multi-level .block-filters button:after,.liveDashboard ._account_api .list-results thead .block-filters .w-single-multi-level button:after,._account_api .liveDashboard .list-results thead .w-single-multi-level .block-filters button:after,._account_api .liveDashboard .list-results thead .block-filters .w-single-multi-level button:after,.liveDashboard .block-filters ._account_api .list-results thead .w-single-multi-level button:after,.block-filters ._account_api .liveDashboard .list-results thead .w-single-multi-level button:after,.liveDashboard ._account_api .list-results thead .w-single-multi-level .block-filters select:after,.liveDashboard ._account_api .list-results thead .block-filters .w-single-multi-level select:after,._account_api .liveDashboard .list-results thead .w-single-multi-level .block-filters select:after,._account_api .liveDashboard .list-results thead .block-filters .w-single-multi-level select:after,.liveDashboard .block-filters ._account_api .list-results thead .w-single-multi-level select:after,.block-filters ._account_api .liveDashboard .list-results thead .w-single-multi-level select:after,.liveDashboard ._account_api .list-results thead .w-single-multi-level .form-auto-list .form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .form-auto-list .w-single-multi-level .form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .w-single-multi-level .form-auto-list .form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .form-auto-list .w-single-multi-level .form-auto-item.is-user-is-inactive,.liveDashboard .form-auto-list ._account_api .list-results thead .w-single-multi-level .form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .liveDashboard .list-results thead .w-single-multi-level .form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .w-single-multi-level .form-auto-list .form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .form-auto-list .w-single-multi-level .form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .w-single-multi-level .form-auto-list .form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .form-auto-list .w-single-multi-level .form-auto-item.is-user-is-active,.liveDashboard .form-auto-list ._account_api .list-results thead .w-single-multi-level .form-auto-item.is-user-is-active,.form-auto-list ._account_api .liveDashboard .list-results thead .w-single-multi-level .form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .w-single-multi-level .list-results-header .status.title span,.liveDashboard ._account_api .list-results thead .list-results-header .status.title .w-single-multi-level span,._account_api .liveDashboard .list-results thead .w-single-multi-level .list-results-header .status.title span,._account_api .liveDashboard .list-results thead .list-results-header .status.title .w-single-multi-level span,.liveDashboard .list-results-header .status.title ._account_api .list-results thead .w-single-multi-level span,.list-results-header .status.title ._account_api .liveDashboard .list-results thead .w-single-multi-level span,.liveDashboard ._account_api .list-results thead .w-single-multi-level tr span,.liveDashboard ._account_api .list-results thead tr .w-single-multi-level span,._account_api .liveDashboard .list-results thead .w-single-multi-level tr span,._account_api .liveDashboard .list-results thead tr .w-single-multi-level span,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .w-single-multi-level .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .w-single-multi-level .dropdown-toggle:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .w-single-multi-level .filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .w-single-multi-level .filter,._account_api .form-label.status .liveDashboard .list-results thead .w-single-multi-level span,._account_api .status.status-log .liveDashboard .list-results thead .w-single-multi-level span,._account_api .status.status-report-item .liveDashboard .list-results thead .w-single-multi-level span,._account_api .double-list dd.status .liveDashboard .list-results thead .w-single-multi-level span,.double-list ._account_api dd.status .liveDashboard .list-results thead .w-single-multi-level span,._account_api .double-list dt.status .liveDashboard .list-results thead .w-single-multi-level span,.double-list ._account_api dt.status .liveDashboard .list-results thead .w-single-multi-level span,._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead .w-single-multi-level span,.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead .w-single-multi-level span,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead .w-single-multi-level span,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead .w-single-multi-level span,._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead .w-single-multi-level span,.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead .w-single-multi-level span,.form-label.status .liveDashboard ._account_api .list-results thead .w-single-multi-level span,.status.status-log .liveDashboard ._account_api .list-results thead .w-single-multi-level span,.status.status-report-item .liveDashboard ._account_api .list-results thead .w-single-multi-level span,.double-list dd.status .liveDashboard ._account_api .list-results thead .w-single-multi-level span,.double-list dt.status .liveDashboard ._account_api .list-results thead .w-single-multi-level span,.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead .w-single-multi-level span,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead .w-single-multi-level span,.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead .w-single-multi-level span,._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead .w-single-multi-level span,.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead .w-single-multi-level span,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead .w-single-multi-level span,.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead .w-single-multi-level span,._account_api .sub-header .w-form .liveDashboard .list-results thead .w-single-multi-level label,._account_api .sub-header .w-double-list .liveDashboard .list-results thead .w-single-multi-level label,.sub-header .w-form .liveDashboard ._account_api .list-results thead .w-single-multi-level label,.sub-header .w-double-list .liveDashboard ._account_api .list-results thead .w-single-multi-level label,._account_api .block-filters .liveDashboard .list-results thead .w-single-multi-level button:after,.block-filters .liveDashboard ._account_api .list-results thead .w-single-multi-level button:after,._account_api .block-filters .liveDashboard .list-results thead .w-single-multi-level select:after,.block-filters .liveDashboard ._account_api .list-results thead .w-single-multi-level select:after,._account_api .form-auto-list .liveDashboard .list-results thead .w-single-multi-level .form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard ._account_api .list-results thead .w-single-multi-level .form-auto-item.is-user-is-inactive,._account_api .form-auto-list .liveDashboard .list-results thead .w-single-multi-level .form-auto-item.is-user-is-active,.form-auto-list .liveDashboard ._account_api .list-results thead .w-single-multi-level .form-auto-item.is-user-is-active,._account_api .list-results-header .status.title .liveDashboard .list-results thead .w-single-multi-level span,.list-results-header .status.title .liveDashboard ._account_api .list-results thead .w-single-multi-level span,.w-single-multi-level .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .w-single-multi-level .dropdown-toggle:after,.w-single-multi-level .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .w-single-multi-level .dropdown-toggle:after,.w-single-multi-level .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .w-single-multi-level .filter,.w-single-multi-level .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .w-single-multi-level .filter,.w-single-multi-level .liveDashboard .list-results thead .form-label.status span,.w-single-multi-level .liveDashboard .list-results thead .status.status-log span,.w-single-multi-level .liveDashboard .list-results thead .status.status-report-item span,.w-single-multi-level .liveDashboard .list-results thead .double-list dd.status span,.double-list .w-single-multi-level .liveDashboard .list-results thead dd.status span,.w-single-multi-level .liveDashboard .list-results thead .double-list dt.status span,.double-list .w-single-multi-level .liveDashboard .list-results thead dt.status span,.w-single-multi-level .liveDashboard .list-results thead .w-cards-container .w-card .status.title span,.w-cards-container .w-card .w-single-multi-level .liveDashboard .list-results thead .status.title span,.w-single-multi-level .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value .w-single-multi-level .liveDashboard .list-results thead .status.label span,.w-single-multi-level .liveDashboard .list-results thead tbody tr.sublist .status.title span,.w-single-multi-level .liveDashboard .list-results tbody tr.sublist thead .status.title span,.liveDashboard .list-results thead .form-label.status .w-single-multi-level span,.liveDashboard .list-results thead .status.status-log .w-single-multi-level span,.liveDashboard .list-results thead .status.status-report-item .w-single-multi-level span,.liveDashboard .list-results thead .double-list dd.status .w-single-multi-level span,.double-list .liveDashboard .list-results thead dd.status .w-single-multi-level span,.liveDashboard .list-results thead .double-list dt.status .w-single-multi-level span,.double-list .liveDashboard .list-results thead dt.status .w-single-multi-level span,.liveDashboard .list-results thead .w-cards-container .w-card .status.title .w-single-multi-level span,.w-cards-container .w-card .liveDashboard .list-results thead .status.title .w-single-multi-level span,.liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .w-single-multi-level span,.w-cards-container .w-card.centered .w-value .liveDashboard .list-results thead .status.label .w-single-multi-level span,.liveDashboard .list-results thead tbody tr.sublist .status.title .w-single-multi-level span,.liveDashboard .list-results tbody tr.sublist thead .status.title .w-single-multi-level span,.w-single-multi-level .form-label.status .liveDashboard .list-results thead span,.w-single-multi-level .status.status-log .liveDashboard .list-results thead span,.w-single-multi-level .status.status-report-item .liveDashboard .list-results thead span,.w-single-multi-level .double-list dd.status .liveDashboard .list-results thead span,.double-list .w-single-multi-level dd.status .liveDashboard .list-results thead span,.w-single-multi-level .double-list dt.status .liveDashboard .list-results thead span,.double-list .w-single-multi-level dt.status .liveDashboard .list-results thead span,.w-single-multi-level .w-cards-container .w-card .status.title .liveDashboard .list-results thead span,.w-cards-container .w-card .w-single-multi-level .status.title .liveDashboard .list-results thead span,.w-single-multi-level .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span,.w-cards-container .w-card.centered .w-value .w-single-multi-level .status.label .liveDashboard .list-results thead span,.w-single-multi-level .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span,.list-results tbody tr.sublist .w-single-multi-level .status.title .liveDashboard .list-results thead span,.form-label.status .liveDashboard .list-results thead .w-single-multi-level span,.status.status-log .liveDashboard .list-results thead .w-single-multi-level span,.status.status-report-item .liveDashboard .list-results thead .w-single-multi-level span,.double-list dd.status .liveDashboard .list-results thead .w-single-multi-level span,.double-list dt.status .liveDashboard .list-results thead .w-single-multi-level span,.w-cards-container .w-card .status.title .liveDashboard .list-results thead .w-single-multi-level span,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead .w-single-multi-level span,.list-results tbody tr.sublist .status.title .liveDashboard .list-results thead .w-single-multi-level span,.w-single-multi-level .liveDashboard .list-results thead .w-filters-selected label.status.small span,.liveDashboard .list-results thead .w-filters-selected label.status.small .w-single-multi-level span,.w-single-multi-level .w-filters-selected label.status.small .liveDashboard .list-results thead span,.w-filters-selected label.status.small .liveDashboard .list-results thead .w-single-multi-level span,.w-single-multi-level .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span,.liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .w-single-multi-level span,.w-single-multi-level .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span,.w-filters-selected .status.btn-f-s .liveDashboard .list-results thead .w-single-multi-level span,.w-single-multi-level .liveDashboard .list-results thead .sub-header .w-form label,.w-single-multi-level .liveDashboard .list-results thead .sub-header .w-double-list label,.liveDashboard .list-results thead .sub-header .w-form .w-single-multi-level label,.liveDashboard .list-results thead .sub-header .w-double-list .w-single-multi-level label,.w-single-multi-level .sub-header .w-form .liveDashboard .list-results thead label,.w-single-multi-level .sub-header .w-double-list .liveDashboard .list-results thead label,.sub-header .w-form .liveDashboard .list-results thead .w-single-multi-level label,.sub-header .w-double-list .liveDashboard .list-results thead .w-single-multi-level label,.w-single-multi-level .liveDashboard .list-results thead .block-filters button:after,.liveDashboard .list-results thead .block-filters .w-single-multi-level button:after,.w-single-multi-level .block-filters .liveDashboard .list-results thead button:after,.block-filters .liveDashboard .list-results thead .w-single-multi-level button:after,.w-single-multi-level .liveDashboard .list-results thead .block-filters select:after,.liveDashboard .list-results thead .block-filters .w-single-multi-level select:after,.w-single-multi-level .block-filters .liveDashboard .list-results thead select:after,.block-filters .liveDashboard .list-results thead .w-single-multi-level select:after,.w-single-multi-level .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive,.liveDashboard .list-results thead .form-auto-list .w-single-multi-level .form-auto-item.is-user-is-inactive,.w-single-multi-level .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard .list-results thead .w-single-multi-level .form-auto-item.is-user-is-inactive,.w-single-multi-level .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active,.liveDashboard .list-results thead .form-auto-list .w-single-multi-level .form-auto-item.is-user-is-active,.w-single-multi-level .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-active,.form-auto-list .liveDashboard .list-results thead .w-single-multi-level .form-auto-item.is-user-is-active,.w-single-multi-level .liveDashboard .list-results thead .list-results-header .status.title span,.liveDashboard .list-results thead .list-results-header .status.title .w-single-multi-level span,.w-single-multi-level .list-results-header .status.title .liveDashboard .list-results thead span,.list-results-header .status.title .liveDashboard .list-results thead .w-single-multi-level span,.w-single-multi-level .liveDashboard .list-results thead tr span,.liveDashboard .list-results thead tr .w-single-multi-level span,.w-single-multi-level ._account_api .list-results thead .icon,.w-single-multi-level ._account_api .list-results thead .w-alert-banner:before,.w-single-multi-level ._account_api .liveDashboard .list-results thead .w-alert-banner:before,.liveDashboard .w-single-multi-level ._account_api .list-results thead .w-alert-banner:before,.w-single-multi-level ._account_api .list-results thead .w-alert-banner:before,.w-single-multi-level .liveDashboard ._account_api .list-results thead .w-alert-banner:before,.liveDashboard .w-single-multi-level ._account_api .list-results thead .w-alert-banner:before,.w-single-multi-level ._account_api .liveDashboard .list-results thead .w-alert-banner:before,.w-single-multi-level ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .w-single-multi-level ._account_api .list-results thead .dialog-aside:after,.w-single-multi-level ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.liveDashboard .w-single-multi-level ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-single-multi-level ._account_api .w-dialog.plus .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus .liveDashboard .w-single-multi-level ._account_api .list-results thead .dialog-aside:after,.w-single-multi-level ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-single-multi-level .w-dialog.plus ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus .w-single-multi-level ._account_api .list-results thead .dialog-aside:after,.w-single-multi-level .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.liveDashboard .w-single-multi-level ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-single-multi-level .w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus .liveDashboard .w-single-multi-level ._account_api .list-results thead .dialog-aside:after,.w-single-multi-level ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-single-multi-level .w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus .w-single-multi-level ._account_api .liveDashboard .list-results thead .dialog-aside:after,.w-single-multi-level ._account_api .list-results thead .w-toast .toast.plus:after,.w-toast .w-single-multi-level ._account_api .list-results thead .toast.plus:after,.w-single-multi-level ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.liveDashboard .w-single-multi-level ._account_api .list-results thead .w-toast .toast.plus:after,.w-single-multi-level ._account_api .w-toast .liveDashboard .list-results thead .toast.plus:after,.w-toast .liveDashboard .w-single-multi-level ._account_api .list-results thead .toast.plus:after,.w-single-multi-level ._account_api .list-results thead .w-toast .toast.plus:after,.w-single-multi-level .w-toast ._account_api .list-results thead .toast.plus:after,.w-toast .w-single-multi-level ._account_api .list-results thead .toast.plus:after,.w-single-multi-level .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.liveDashboard .w-single-multi-level ._account_api .list-results thead .w-toast .toast.plus:after,.w-single-multi-level .w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.w-toast .liveDashboard .w-single-multi-level ._account_api .list-results thead .toast.plus:after,.w-single-multi-level ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-single-multi-level .w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,.w-toast .w-single-multi-level ._account_api .liveDashboard .list-results thead .toast.plus:after,.w-single-multi-level ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .w-single-multi-level ._account_api .list-results thead .btn-period-clear:before,.w-single-multi-level ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .w-single-multi-level ._account_api .list-results thead .btn-filter:before,.w-single-multi-level ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard .w-single-multi-level ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-single-multi-level ._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .w-single-multi-level ._account_api .list-results thead .btn-period-clear:before,.w-single-multi-level ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard .w-single-multi-level ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-single-multi-level ._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .w-single-multi-level ._account_api .list-results thead .btn-filter:before,.w-single-multi-level ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-single-multi-level .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .w-single-multi-level ._account_api .list-results thead .btn-period-clear:before,.w-single-multi-level ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-single-multi-level .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .w-single-multi-level ._account_api .list-results thead .btn-filter:before,.w-single-multi-level .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard .w-single-multi-level ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-single-multi-level .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .w-single-multi-level ._account_api .list-results thead .btn-period-clear:before,.w-single-multi-level .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard .w-single-multi-level ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-single-multi-level .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .w-single-multi-level ._account_api .list-results thead .btn-filter:before,.w-single-multi-level ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-single-multi-level .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .w-single-multi-level ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.w-single-multi-level ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-single-multi-level .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .w-single-multi-level ._account_api .liveDashboard .list-results thead .btn-filter:before,.w-single-multi-level ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .w-single-multi-level ._account_api .list-results thead .btn-period-edit:before,.w-single-multi-level ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard .w-single-multi-level ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-single-multi-level ._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .w-single-multi-level ._account_api .list-results thead .btn-period-edit:before,.w-single-multi-level ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-single-multi-level .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .w-single-multi-level ._account_api .list-results thead .btn-period-edit:before,.w-single-multi-level .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard .w-single-multi-level ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-single-multi-level .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .w-single-multi-level ._account_api .list-results thead .btn-period-edit:before,.w-single-multi-level ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-single-multi-level .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .w-single-multi-level ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.w-single-multi-level ._account_api .list-results thead .block-filters .btn-filter:before,.block-filters .w-single-multi-level ._account_api .list-results thead .btn-filter:before,.w-single-multi-level ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.liveDashboard .w-single-multi-level ._account_api .list-results thead .block-filters .btn-filter:before,.w-single-multi-level ._account_api .block-filters .liveDashboard .list-results thead .btn-filter:before,.block-filters .liveDashboard .w-single-multi-level ._account_api .list-results thead .btn-filter:before,.w-single-multi-level ._account_api .list-results thead .block-filters .btn-filter:before,.w-single-multi-level .block-filters ._account_api .list-results thead .btn-filter:before,.block-filters .w-single-multi-level ._account_api .list-results thead .btn-filter:before,.w-single-multi-level .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.liveDashboard .w-single-multi-level ._account_api .list-results thead .block-filters .btn-filter:before,.w-single-multi-level .block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.block-filters .liveDashboard .w-single-multi-level ._account_api .list-results thead .btn-filter:before,.w-single-multi-level ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.w-single-multi-level .block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,.block-filters .w-single-multi-level ._account_api .liveDashboard .list-results thead .btn-filter:before,.w-single-multi-level ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper .w-single-multi-level ._account_api .list-results thead input.mobileToggle+label,.w-single-multi-level ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.liveDashboard .w-single-multi-level ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.w-single-multi-level ._account_api .toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper .liveDashboard .w-single-multi-level ._account_api .list-results thead input.mobileToggle+label,.w-single-multi-level ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.w-single-multi-level .toggleWrapper ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper .w-single-multi-level ._account_api .list-results thead input.mobileToggle+label,.w-single-multi-level .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.liveDashboard .w-single-multi-level ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.w-single-multi-level .toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper .liveDashboard .w-single-multi-level ._account_api .list-results thead input.mobileToggle+label,.w-single-multi-level ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.w-single-multi-level .toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper .w-single-multi-level ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.w-single-multi-level ._account_api .list-results thead tbody span.status,.w-single-multi-level ._account_api .list-results tbody thead span.status,.w-single-multi-level ._account_api .liveDashboard .list-results thead tbody span.status,.liveDashboard .w-single-multi-level ._account_api .list-results thead tbody span.status,.w-single-multi-level ._account_api .liveDashboard .list-results tbody thead span.status,.liveDashboard .w-single-multi-level ._account_api .list-results tbody thead span.status,.w-single-multi-level ._account_api .list-results thead tbody span.status,.w-single-multi-level ._account_api .list-results tbody thead span.status,.w-single-multi-level .liveDashboard ._account_api .list-results thead tbody span.status,.liveDashboard .w-single-multi-level ._account_api .list-results thead tbody span.status,.w-single-multi-level .liveDashboard ._account_api .list-results tbody thead span.status,.liveDashboard .w-single-multi-level ._account_api .list-results tbody thead span.status,.w-single-multi-level ._account_api .liveDashboard .list-results thead tbody span.status,.w-single-multi-level ._account_api .liveDashboard .list-results tbody thead span.status,.w-single-multi-level ._account_api .list-results thead tbody td.is-running span,.w-single-multi-level ._account_api .list-results tbody td.is-running thead span,.w-single-multi-level ._account_api .liveDashboard .list-results thead tbody td.is-running span,.liveDashboard .w-single-multi-level ._account_api .list-results thead tbody td.is-running span,.w-single-multi-level ._account_api .liveDashboard .list-results tbody td.is-running thead span,.liveDashboard .w-single-multi-level ._account_api .list-results tbody td.is-running thead span,.w-single-multi-level ._account_api .list-results thead tbody td.is-running span,.w-single-multi-level ._account_api .list-results tbody td.is-running thead span,.w-single-multi-level .liveDashboard ._account_api .list-results thead tbody td.is-running span,.liveDashboard .w-single-multi-level ._account_api .list-results thead tbody td.is-running span,.w-single-multi-level .liveDashboard ._account_api .list-results tbody td.is-running thead span,.liveDashboard .w-single-multi-level ._account_api .list-results tbody td.is-running thead span,.w-single-multi-level ._account_api .liveDashboard .list-results thead tbody td.is-running span,.w-single-multi-level ._account_api .liveDashboard .list-results tbody td.is-running thead span,.w-single-multi-level ._account_api .list-results thead tbody td.is-pending span,.w-single-multi-level ._account_api .list-results tbody td.is-pending thead span,.w-single-multi-level ._account_api .liveDashboard .list-results thead tbody td.is-pending span,.liveDashboard .w-single-multi-level ._account_api .list-results thead tbody td.is-pending span,.w-single-multi-level ._account_api .liveDashboard .list-results tbody td.is-pending thead span,.liveDashboard .w-single-multi-level ._account_api .list-results tbody td.is-pending thead span,.w-single-multi-level ._account_api .list-results thead tbody td.is-pending span,.w-single-multi-level ._account_api .list-results tbody td.is-pending thead span,.w-single-multi-level .liveDashboard ._account_api .list-results thead tbody td.is-pending span,.liveDashboard .w-single-multi-level ._account_api .list-results thead tbody td.is-pending span,.w-single-multi-level .liveDashboard ._account_api .list-results tbody td.is-pending thead span,.liveDashboard .w-single-multi-level ._account_api .list-results tbody td.is-pending thead span,.w-single-multi-level ._account_api .liveDashboard .list-results thead tbody td.is-pending span,.w-single-multi-level ._account_api .liveDashboard .list-results tbody td.is-pending thead span,.w-single-multi-level ._account_api .liveDashboard .list-results thead .icon,.w-single-multi-level ._account_api .liveDashboard .list-results thead .w-alert-banner:before,.w-single-multi-level ._account_api .liveDashboard .list-results thead .w-alert-banner:before,.w-single-multi-level ._account_api .liveDashboard .list-results thead .w-alert-banner:before,.w-single-multi-level ._account_api .liveDashboard ._account_api .list-results thead .w-alert-banner:before,.w-single-multi-level ._account_api .liveDashboard .list-results thead .w-alert-banner:before,.w-single-multi-level ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .w-single-multi-level ._account_api .liveDashboard .list-results thead .dialog-aside:after,.w-single-multi-level ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-single-multi-level ._account_api .w-dialog.plus .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus .w-single-multi-level ._account_api .liveDashboard .list-results thead .dialog-aside:after,.w-single-multi-level ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-single-multi-level .w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus .w-single-multi-level ._account_api .liveDashboard .list-results thead .dialog-aside:after,.w-single-multi-level ._account_api .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-single-multi-level ._account_api .w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus .w-single-multi-level ._account_api .liveDashboard ._account_api .list-results thead .dialog-aside:after,.w-single-multi-level ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-single-multi-level .w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus .w-single-multi-level ._account_api .liveDashboard .list-results thead .dialog-aside:after,.w-single-multi-level ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-toast .w-single-multi-level ._account_api .liveDashboard .list-results thead .toast.plus:after,.w-single-multi-level ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-single-multi-level ._account_api .w-toast .liveDashboard .list-results thead .toast.plus:after,.w-toast .w-single-multi-level ._account_api .liveDashboard .list-results thead .toast.plus:after,.w-single-multi-level ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-single-multi-level .w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,.w-toast .w-single-multi-level ._account_api .liveDashboard .list-results thead .toast.plus:after,.w-single-multi-level ._account_api .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.w-single-multi-level ._account_api .w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.w-toast .w-single-multi-level ._account_api .liveDashboard ._account_api .list-results thead .toast.plus:after,.w-single-multi-level ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-single-multi-level .w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,.w-toast .w-single-multi-level ._account_api .liveDashboard .list-results thead .toast.plus:after,.w-single-multi-level ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .w-single-multi-level ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.w-single-multi-level ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .w-single-multi-level ._account_api .liveDashboard .list-results thead .btn-filter:before,.w-single-multi-level ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-single-multi-level ._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .w-single-multi-level ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.w-single-multi-level ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-single-multi-level ._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .w-single-multi-level ._account_api .liveDashboard .list-results thead .btn-filter:before,.w-single-multi-level ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-single-multi-level .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .w-single-multi-level ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.w-single-multi-level ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-single-multi-level .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .w-single-multi-level ._account_api .liveDashboard .list-results thead .btn-filter:before,.w-single-multi-level ._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-single-multi-level ._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .w-single-multi-level ._account_api .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.w-single-multi-level ._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-single-multi-level ._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .w-single-multi-level ._account_api .liveDashboard ._account_api .list-results thead .btn-filter:before,.w-single-multi-level ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-single-multi-level .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .w-single-multi-level ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.w-single-multi-level ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-single-multi-level .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .w-single-multi-level ._account_api .liveDashboard .list-results thead .btn-filter:before,.w-single-multi-level ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .w-single-multi-level ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.w-single-multi-level ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-single-multi-level ._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .w-single-multi-level ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.w-single-multi-level ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-single-multi-level .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .w-single-multi-level ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.w-single-multi-level ._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-single-multi-level ._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .w-single-multi-level ._account_api .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.w-single-multi-level ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-single-multi-level .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .w-single-multi-level ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.w-single-multi-level ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.block-filters .w-single-multi-level ._account_api .liveDashboard .list-results thead .btn-filter:before,.w-single-multi-level ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.w-single-multi-level ._account_api .block-filters .liveDashboard .list-results thead .btn-filter:before,.block-filters .w-single-multi-level ._account_api .liveDashboard .list-results thead .btn-filter:before,.w-single-multi-level ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.w-single-multi-level .block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,.block-filters .w-single-multi-level ._account_api .liveDashboard .list-results thead .btn-filter:before,.w-single-multi-level ._account_api .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.w-single-multi-level ._account_api .block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.block-filters .w-single-multi-level ._account_api .liveDashboard ._account_api .list-results thead .btn-filter:before,.w-single-multi-level ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.w-single-multi-level .block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,.block-filters .w-single-multi-level ._account_api .liveDashboard .list-results thead .btn-filter:before,.w-single-multi-level ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper .w-single-multi-level ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.w-single-multi-level ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.w-single-multi-level ._account_api .toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper .w-single-multi-level ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.w-single-multi-level ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.w-single-multi-level .toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper .w-single-multi-level ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.w-single-multi-level ._account_api .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.w-single-multi-level ._account_api .toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper .w-single-multi-level ._account_api .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.w-single-multi-level ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.w-single-multi-level .toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper .w-single-multi-level ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.w-single-multi-level ._account_api .liveDashboard .list-results thead tbody span.status,.w-single-multi-level ._account_api .liveDashboard .list-results tbody thead span.status,.w-single-multi-level ._account_api .liveDashboard .list-results thead tbody span.status,.w-single-multi-level ._account_api .liveDashboard .list-results tbody thead span.status,.w-single-multi-level ._account_api .liveDashboard .list-results thead tbody span.status,.w-single-multi-level ._account_api .liveDashboard .list-results tbody thead span.status,.w-single-multi-level ._account_api .liveDashboard ._account_api .list-results thead tbody span.status,.w-single-multi-level ._account_api .liveDashboard ._account_api .list-results tbody thead span.status,.w-single-multi-level ._account_api .liveDashboard .list-results thead tbody span.status,.w-single-multi-level ._account_api .liveDashboard .list-results tbody thead span.status,.w-single-multi-level ._account_api .liveDashboard .list-results thead tbody td.is-running span,.w-single-multi-level ._account_api .liveDashboard .list-results tbody td.is-running thead span,.w-single-multi-level ._account_api .liveDashboard .list-results thead tbody td.is-running span,.w-single-multi-level ._account_api .liveDashboard .list-results tbody td.is-running thead span,.w-single-multi-level ._account_api .liveDashboard .list-results thead tbody td.is-running span,.w-single-multi-level ._account_api .liveDashboard .list-results tbody td.is-running thead span,.w-single-multi-level ._account_api .liveDashboard ._account_api .list-results thead tbody td.is-running span,.w-single-multi-level ._account_api .liveDashboard ._account_api .list-results tbody td.is-running thead span,.w-single-multi-level ._account_api .liveDashboard .list-results thead tbody td.is-running span,.w-single-multi-level ._account_api .liveDashboard .list-results tbody td.is-running thead span,.w-single-multi-level ._account_api .liveDashboard .list-results thead tbody td.is-pending span,.w-single-multi-level ._account_api .liveDashboard .list-results tbody td.is-pending thead span,.w-single-multi-level ._account_api .liveDashboard .list-results thead tbody td.is-pending span,.w-single-multi-level ._account_api .liveDashboard .list-results tbody td.is-pending thead span,.w-single-multi-level ._account_api .liveDashboard .list-results thead tbody td.is-pending span,.w-single-multi-level ._account_api .liveDashboard .list-results tbody td.is-pending thead span,.w-single-multi-level ._account_api .liveDashboard ._account_api .list-results thead tbody td.is-pending span,.w-single-multi-level ._account_api .liveDashboard ._account_api .list-results tbody td.is-pending thead span,.w-single-multi-level ._account_api .liveDashboard .list-results thead tbody td.is-pending span,.w-single-multi-level ._account_api .liveDashboard .list-results tbody td.is-pending thead span,.liveDashboard .w-single-multi-level ._account_api .list-results thead .icon,.liveDashboard .w-single-multi-level ._account_api .list-results thead .w-alert-banner:before,.liveDashboard .w-single-multi-level ._account_api .list-results thead .w-alert-banner:before,.liveDashboard .w-single-multi-level ._account_api .list-results thead .w-alert-banner:before,.liveDashboard .w-single-multi-level ._account_api .list-results thead .w-alert-banner:before,.liveDashboard .w-single-multi-level ._account_api .liveDashboard .list-results thead .w-alert-banner:before,.liveDashboard .w-single-multi-level ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .liveDashboard .w-single-multi-level ._account_api .list-results thead .dialog-aside:after,.liveDashboard .w-single-multi-level ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .liveDashboard .w-single-multi-level ._account_api .list-results thead .dialog-aside:after,.liveDashboard .w-single-multi-level ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.liveDashboard .w-single-multi-level .w-dialog.plus ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus .liveDashboard .w-single-multi-level ._account_api .list-results thead .dialog-aside:after,.liveDashboard .w-single-multi-level ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .liveDashboard .w-single-multi-level ._account_api .list-results thead .dialog-aside:after,.liveDashboard .w-single-multi-level ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.liveDashboard .w-single-multi-level .w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus .liveDashboard .w-single-multi-level ._account_api .liveDashboard .list-results thead .dialog-aside:after,.liveDashboard .w-single-multi-level ._account_api .list-results thead .w-toast .toast.plus:after,.w-toast .liveDashboard .w-single-multi-level ._account_api .list-results thead .toast.plus:after,.liveDashboard .w-single-multi-level ._account_api .list-results thead .w-toast .toast.plus:after,.w-toast .liveDashboard .w-single-multi-level ._account_api .list-results thead .toast.plus:after,.liveDashboard .w-single-multi-level ._account_api .list-results thead .w-toast .toast.plus:after,.liveDashboard .w-single-multi-level .w-toast ._account_api .list-results thead .toast.plus:after,.w-toast .liveDashboard .w-single-multi-level ._account_api .list-results thead .toast.plus:after,.liveDashboard .w-single-multi-level ._account_api .list-results thead .w-toast .toast.plus:after,.w-toast .liveDashboard .w-single-multi-level ._account_api .list-results thead .toast.plus:after,.liveDashboard .w-single-multi-level ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.liveDashboard .w-single-multi-level .w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,.w-toast .liveDashboard .w-single-multi-level ._account_api .liveDashboard .list-results thead .toast.plus:after,.liveDashboard .w-single-multi-level ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .w-single-multi-level ._account_api .list-results thead .btn-period-clear:before,.liveDashboard .w-single-multi-level ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .w-single-multi-level ._account_api .list-results thead .btn-filter:before,.liveDashboard .w-single-multi-level ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .w-single-multi-level ._account_api .list-results thead .btn-period-clear:before,.liveDashboard .w-single-multi-level ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .w-single-multi-level ._account_api .list-results thead .btn-filter:before,.liveDashboard .w-single-multi-level ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard .w-single-multi-level .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .w-single-multi-level ._account_api .list-results thead .btn-period-clear:before,.liveDashboard .w-single-multi-level ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard .w-single-multi-level .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .w-single-multi-level ._account_api .list-results thead .btn-filter:before,.liveDashboard .w-single-multi-level ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .w-single-multi-level ._account_api .list-results thead .btn-period-clear:before,.liveDashboard .w-single-multi-level ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .w-single-multi-level ._account_api .list-results thead .btn-filter:before,.liveDashboard .w-single-multi-level ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard .w-single-multi-level .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .w-single-multi-level ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.liveDashboard .w-single-multi-level ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard .w-single-multi-level .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .w-single-multi-level ._account_api .liveDashboard .list-results thead .btn-filter:before,.liveDashboard .w-single-multi-level ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .w-single-multi-level ._account_api .list-results thead .btn-period-edit:before,.liveDashboard .w-single-multi-level ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .w-single-multi-level ._account_api .list-results thead .btn-period-edit:before,.liveDashboard .w-single-multi-level ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard .w-single-multi-level .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .w-single-multi-level ._account_api .list-results thead .btn-period-edit:before,.liveDashboard .w-single-multi-level ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .w-single-multi-level ._account_api .list-results thead .btn-period-edit:before,.liveDashboard .w-single-multi-level ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard .w-single-multi-level .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .w-single-multi-level ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.liveDashboard .w-single-multi-level ._account_api .list-results thead .block-filters .btn-filter:before,.block-filters .liveDashboard .w-single-multi-level ._account_api .list-results thead .btn-filter:before,.liveDashboard .w-single-multi-level ._account_api .list-results thead .block-filters .btn-filter:before,.block-filters .liveDashboard .w-single-multi-level ._account_api .list-results thead .btn-filter:before,.liveDashboard .w-single-multi-level ._account_api .list-results thead .block-filters .btn-filter:before,.liveDashboard .w-single-multi-level .block-filters ._account_api .list-results thead .btn-filter:before,.block-filters .liveDashboard .w-single-multi-level ._account_api .list-results thead .btn-filter:before,.liveDashboard .w-single-multi-level ._account_api .list-results thead .block-filters .btn-filter:before,.block-filters .liveDashboard .w-single-multi-level ._account_api .list-results thead .btn-filter:before,.liveDashboard .w-single-multi-level ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.liveDashboard .w-single-multi-level .block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,.block-filters .liveDashboard .w-single-multi-level ._account_api .liveDashboard .list-results thead .btn-filter:before,.liveDashboard .w-single-multi-level ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper .liveDashboard .w-single-multi-level ._account_api .list-results thead input.mobileToggle+label,.liveDashboard .w-single-multi-level ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper .liveDashboard .w-single-multi-level ._account_api .list-results thead input.mobileToggle+label,.liveDashboard .w-single-multi-level ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.liveDashboard .w-single-multi-level .toggleWrapper ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper .liveDashboard .w-single-multi-level ._account_api .list-results thead input.mobileToggle+label,.liveDashboard .w-single-multi-level ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper .liveDashboard .w-single-multi-level ._account_api .list-results thead input.mobileToggle+label,.liveDashboard .w-single-multi-level ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.liveDashboard .w-single-multi-level .toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper .liveDashboard .w-single-multi-level ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.liveDashboard .w-single-multi-level ._account_api .list-results thead tbody span.status,.liveDashboard .w-single-multi-level ._account_api .list-results tbody thead span.status,.liveDashboard .w-single-multi-level ._account_api .list-results thead tbody span.status,.liveDashboard .w-single-multi-level ._account_api .list-results tbody thead span.status,.liveDashboard .w-single-multi-level ._account_api .list-results thead tbody span.status,.liveDashboard .w-single-multi-level ._account_api .list-results tbody thead span.status,.liveDashboard .w-single-multi-level ._account_api .list-results thead tbody span.status,.liveDashboard .w-single-multi-level ._account_api .list-results tbody thead span.status,.liveDashboard .w-single-multi-level ._account_api .liveDashboard .list-results thead tbody span.status,.liveDashboard .w-single-multi-level ._account_api .liveDashboard .list-results tbody thead span.status,.liveDashboard .w-single-multi-level ._account_api .list-results thead tbody td.is-running span,.liveDashboard .w-single-multi-level ._account_api .list-results tbody td.is-running thead span,.liveDashboard .w-single-multi-level ._account_api .list-results thead tbody td.is-running span,.liveDashboard .w-single-multi-level ._account_api .list-results tbody td.is-running thead span,.liveDashboard .w-single-multi-level ._account_api .list-results thead tbody td.is-running span,.liveDashboard .w-single-multi-level ._account_api .list-results tbody td.is-running thead span,.liveDashboard .w-single-multi-level ._account_api .list-results thead tbody td.is-running span,.liveDashboard .w-single-multi-level ._account_api .list-results tbody td.is-running thead span,.liveDashboard .w-single-multi-level ._account_api .liveDashboard .list-results thead tbody td.is-running span,.liveDashboard .w-single-multi-level ._account_api .liveDashboard .list-results tbody td.is-running thead span,.liveDashboard .w-single-multi-level ._account_api .list-results thead tbody td.is-pending span,.liveDashboard .w-single-multi-level ._account_api .list-results tbody td.is-pending thead span,.liveDashboard .w-single-multi-level ._account_api .list-results thead tbody td.is-pending span,.liveDashboard .w-single-multi-level ._account_api .list-results tbody td.is-pending thead span,.liveDashboard .w-single-multi-level ._account_api .list-results thead tbody td.is-pending span,.liveDashboard .w-single-multi-level ._account_api .list-results tbody td.is-pending thead span,.liveDashboard .w-single-multi-level ._account_api .list-results thead tbody td.is-pending span,.liveDashboard .w-single-multi-level ._account_api .list-results tbody td.is-pending thead span,.liveDashboard .w-single-multi-level ._account_api .liveDashboard .list-results thead tbody td.is-pending span,.liveDashboard .w-single-multi-level ._account_api .liveDashboard .list-results tbody td.is-pending thead span,.w-single-multi-level ._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,.liveDashboard .w-single-multi-level ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,.w-single-multi-level ._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .w-single-multi-level ._account_api .list-results thead .dropdown-toggle:after,.w-single-multi-level ._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter,.liveDashboard .w-single-multi-level ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter,.w-single-multi-level ._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .w-single-multi-level ._account_api .list-results thead .filter,.w-single-multi-level ._account_api .liveDashboard .list-results thead .form-label.status span,.w-single-multi-level ._account_api .liveDashboard .list-results thead .status.status-log span,.w-single-multi-level ._account_api .liveDashboard .list-results thead .status.status-report-item span,.w-single-multi-level ._account_api .liveDashboard .list-results thead .double-list dd.status span,.double-list .w-single-multi-level ._account_api .liveDashboard .list-results thead dd.status span,.w-single-multi-level ._account_api .liveDashboard .list-results thead .double-list dt.status span,.double-list .w-single-multi-level ._account_api .liveDashboard .list-results thead dt.status span,.w-single-multi-level ._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span,.w-cards-container .w-card .w-single-multi-level ._account_api .liveDashboard .list-results thead .status.title span,.w-single-multi-level ._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value .w-single-multi-level ._account_api .liveDashboard .list-results thead .status.label span,.w-single-multi-level ._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span,.w-single-multi-level ._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span,.liveDashboard .w-single-multi-level ._account_api .list-results thead .form-label.status span,.liveDashboard .w-single-multi-level ._account_api .list-results thead .status.status-log span,.liveDashboard .w-single-multi-level ._account_api .list-results thead .status.status-report-item span,.liveDashboard .w-single-multi-level ._account_api .list-results thead .double-list dd.status span,.double-list .liveDashboard .w-single-multi-level ._account_api .list-results thead dd.status span,.liveDashboard .w-single-multi-level ._account_api .list-results thead .double-list dt.status span,.double-list .liveDashboard .w-single-multi-level ._account_api .list-results thead dt.status span,.liveDashboard .w-single-multi-level ._account_api .list-results thead .w-cards-container .w-card .status.title span,.w-cards-container .w-card .liveDashboard .w-single-multi-level ._account_api .list-results thead .status.title span,.liveDashboard .w-single-multi-level ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value .liveDashboard .w-single-multi-level ._account_api .list-results thead .status.label span,.liveDashboard .w-single-multi-level ._account_api .list-results thead tbody tr.sublist .status.title span,.liveDashboard .w-single-multi-level ._account_api .list-results tbody tr.sublist thead .status.title span,.w-single-multi-level ._account_api .form-label.status .liveDashboard .list-results thead span,.w-single-multi-level ._account_api .status.status-log .liveDashboard .list-results thead span,.w-single-multi-level ._account_api .status.status-report-item .liveDashboard .list-results thead span,.w-single-multi-level ._account_api .double-list dd.status .liveDashboard .list-results thead span,.double-list .w-single-multi-level ._account_api dd.status .liveDashboard .list-results thead span,.w-single-multi-level ._account_api .double-list dt.status .liveDashboard .list-results thead span,.double-list .w-single-multi-level ._account_api dt.status .liveDashboard .list-results thead span,.w-single-multi-level ._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span,.w-cards-container .w-card .w-single-multi-level ._account_api .status.title .liveDashboard .list-results thead span,.w-single-multi-level ._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span,.w-cards-container .w-card.centered .w-value .w-single-multi-level ._account_api .status.label .liveDashboard .list-results thead span,.w-single-multi-level ._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span,.list-results tbody tr.sublist .w-single-multi-level ._account_api .status.title .liveDashboard .list-results thead span,.form-label.status .liveDashboard .w-single-multi-level ._account_api .list-results thead span,.status.status-log .liveDashboard .w-single-multi-level ._account_api .list-results thead span,.status.status-report-item .liveDashboard .w-single-multi-level ._account_api .list-results thead span,.double-list dd.status .liveDashboard .w-single-multi-level ._account_api .list-results thead span,.double-list dt.status .liveDashboard .w-single-multi-level ._account_api .list-results thead span,.w-cards-container .w-card .status.title .liveDashboard .w-single-multi-level ._account_api .list-results thead span,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .w-single-multi-level ._account_api .list-results thead span,.list-results tbody tr.sublist .status.title .liveDashboard .w-single-multi-level ._account_api .list-results thead span,.w-single-multi-level ._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span,.liveDashboard .w-single-multi-level ._account_api .list-results thead .w-filters-selected label.status.small span,.w-single-multi-level ._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span,.w-filters-selected label.status.small .liveDashboard .w-single-multi-level ._account_api .list-results thead span,.w-single-multi-level ._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span,.liveDashboard .w-single-multi-level ._account_api .list-results thead .w-filters-selected .status.btn-f-s span,.w-single-multi-level ._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span,.w-filters-selected .status.btn-f-s .liveDashboard .w-single-multi-level ._account_api .list-results thead span,.w-single-multi-level ._account_api .liveDashboard .list-results thead .sub-header .w-form label,.w-single-multi-level ._account_api .liveDashboard .list-results thead .sub-header .w-double-list label,.liveDashboard .w-single-multi-level ._account_api .list-results thead .sub-header .w-form label,.liveDashboard .w-single-multi-level ._account_api .list-results thead .sub-header .w-double-list label,.w-single-multi-level ._account_api .sub-header .w-form .liveDashboard .list-results thead label,.w-single-multi-level ._account_api .sub-header .w-double-list .liveDashboard .list-results thead label,.sub-header .w-form .liveDashboard .w-single-multi-level ._account_api .list-results thead label,.sub-header .w-double-list .liveDashboard .w-single-multi-level ._account_api .list-results thead label,.w-single-multi-level ._account_api .liveDashboard .list-results thead .block-filters button:after,.liveDashboard .w-single-multi-level ._account_api .list-results thead .block-filters button:after,.w-single-multi-level ._account_api .block-filters .liveDashboard .list-results thead button:after,.block-filters .liveDashboard .w-single-multi-level ._account_api .list-results thead button:after,.w-single-multi-level ._account_api .liveDashboard .list-results thead .block-filters select:after,.liveDashboard .w-single-multi-level ._account_api .list-results thead .block-filters select:after,.w-single-multi-level ._account_api .block-filters .liveDashboard .list-results thead select:after,.block-filters .liveDashboard .w-single-multi-level ._account_api .list-results thead select:after,.w-single-multi-level ._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive,.liveDashboard .w-single-multi-level ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive,.w-single-multi-level ._account_api .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard .w-single-multi-level ._account_api .list-results thead .form-auto-item.is-user-is-inactive,.w-single-multi-level ._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active,.liveDashboard .w-single-multi-level ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active,.w-single-multi-level ._account_api .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-active,.form-auto-list .liveDashboard .w-single-multi-level ._account_api .list-results thead .form-auto-item.is-user-is-active,.w-single-multi-level ._account_api .liveDashboard .list-results thead .list-results-header .status.title span,.liveDashboard .w-single-multi-level ._account_api .list-results thead .list-results-header .status.title span,.w-single-multi-level ._account_api .list-results-header .status.title .liveDashboard .list-results thead span,.list-results-header .status.title .liveDashboard .w-single-multi-level ._account_api .list-results thead span,.w-single-multi-level ._account_api .liveDashboard .list-results thead tr span,.liveDashboard .w-single-multi-level ._account_api .list-results thead tr span,.w-single-multi-level ._account_api .list-results thead .icon,.w-single-multi-level ._account_api .list-results thead .w-alert-banner:before,.w-single-multi-level ._account_api .liveDashboard .list-results thead .w-alert-banner:before,.liveDashboard .w-single-multi-level ._account_api .list-results thead .w-alert-banner:before,.w-single-multi-level ._account_api .list-results thead .w-alert-banner:before,.w-single-multi-level .liveDashboard ._account_api .list-results thead .w-alert-banner:before,.liveDashboard .w-single-multi-level ._account_api .list-results thead .w-alert-banner:before,.w-single-multi-level ._account_api .liveDashboard .list-results thead .w-alert-banner:before,.w-single-multi-level ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .w-single-multi-level ._account_api .list-results thead .dialog-aside:after,.w-single-multi-level ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.liveDashboard .w-single-multi-level ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-single-multi-level ._account_api .w-dialog.plus .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus .liveDashboard .w-single-multi-level ._account_api .list-results thead .dialog-aside:after,.w-single-multi-level ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-single-multi-level .w-dialog.plus ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus .w-single-multi-level ._account_api .list-results thead .dialog-aside:after,.w-single-multi-level .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.liveDashboard .w-single-multi-level ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-single-multi-level .w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus .liveDashboard .w-single-multi-level ._account_api .list-results thead .dialog-aside:after,.w-single-multi-level ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-single-multi-level .w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus .w-single-multi-level ._account_api .liveDashboard .list-results thead .dialog-aside:after,.w-single-multi-level ._account_api .list-results thead .w-toast .toast.plus:after,.w-toast .w-single-multi-level ._account_api .list-results thead .toast.plus:after,.w-single-multi-level ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.liveDashboard .w-single-multi-level ._account_api .list-results thead .w-toast .toast.plus:after,.w-single-multi-level ._account_api .w-toast .liveDashboard .list-results thead .toast.plus:after,.w-toast .liveDashboard .w-single-multi-level ._account_api .list-results thead .toast.plus:after,.w-single-multi-level ._account_api .list-results thead .w-toast .toast.plus:after,.w-single-multi-level .w-toast ._account_api .list-results thead .toast.plus:after,.w-toast .w-single-multi-level ._account_api .list-results thead .toast.plus:after,.w-single-multi-level .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.liveDashboard .w-single-multi-level ._account_api .list-results thead .w-toast .toast.plus:after,.w-single-multi-level .w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.w-toast .liveDashboard .w-single-multi-level ._account_api .list-results thead .toast.plus:after,.w-single-multi-level ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-single-multi-level .w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,.w-toast .w-single-multi-level ._account_api .liveDashboard .list-results thead .toast.plus:after,.w-single-multi-level ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .w-single-multi-level ._account_api .list-results thead .btn-period-clear:before,.w-single-multi-level ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .w-single-multi-level ._account_api .list-results thead .btn-filter:before,.w-single-multi-level ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard .w-single-multi-level ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-single-multi-level ._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .w-single-multi-level ._account_api .list-results thead .btn-period-clear:before,.w-single-multi-level ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard .w-single-multi-level ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-single-multi-level ._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .w-single-multi-level ._account_api .list-results thead .btn-filter:before,.w-single-multi-level ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-single-multi-level .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .w-single-multi-level ._account_api .list-results thead .btn-period-clear:before,.w-single-multi-level ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-single-multi-level .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .w-single-multi-level ._account_api .list-results thead .btn-filter:before,.w-single-multi-level .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard .w-single-multi-level ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-single-multi-level .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .w-single-multi-level ._account_api .list-results thead .btn-period-clear:before,.w-single-multi-level .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard .w-single-multi-level ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-single-multi-level .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .w-single-multi-level ._account_api .list-results thead .btn-filter:before,.w-single-multi-level ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-single-multi-level .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .w-single-multi-level ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.w-single-multi-level ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-single-multi-level .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .w-single-multi-level ._account_api .liveDashboard .list-results thead .btn-filter:before,.w-single-multi-level ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .w-single-multi-level ._account_api .list-results thead .btn-period-edit:before,.w-single-multi-level ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard .w-single-multi-level ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-single-multi-level ._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .w-single-multi-level ._account_api .list-results thead .btn-period-edit:before,.w-single-multi-level ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-single-multi-level .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .w-single-multi-level ._account_api .list-results thead .btn-period-edit:before,.w-single-multi-level .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard .w-single-multi-level ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-single-multi-level .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .w-single-multi-level ._account_api .list-results thead .btn-period-edit:before,.w-single-multi-level ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-single-multi-level .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .w-single-multi-level ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.w-single-multi-level ._account_api .list-results thead .block-filters .btn-filter:before,.block-filters .w-single-multi-level ._account_api .list-results thead .btn-filter:before,.w-single-multi-level ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.liveDashboard .w-single-multi-level ._account_api .list-results thead .block-filters .btn-filter:before,.w-single-multi-level ._account_api .block-filters .liveDashboard .list-results thead .btn-filter:before,.block-filters .liveDashboard .w-single-multi-level ._account_api .list-results thead .btn-filter:before,.w-single-multi-level ._account_api .list-results thead .block-filters .btn-filter:before,.w-single-multi-level .block-filters ._account_api .list-results thead .btn-filter:before,.block-filters .w-single-multi-level ._account_api .list-results thead .btn-filter:before,.w-single-multi-level .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.liveDashboard .w-single-multi-level ._account_api .list-results thead .block-filters .btn-filter:before,.w-single-multi-level .block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.block-filters .liveDashboard .w-single-multi-level ._account_api .list-results thead .btn-filter:before,.w-single-multi-level ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.w-single-multi-level .block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,.block-filters .w-single-multi-level ._account_api .liveDashboard .list-results thead .btn-filter:before,.w-single-multi-level ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper .w-single-multi-level ._account_api .list-results thead input.mobileToggle+label,.w-single-multi-level ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.liveDashboard .w-single-multi-level ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.w-single-multi-level ._account_api .toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper .liveDashboard .w-single-multi-level ._account_api .list-results thead input.mobileToggle+label,.w-single-multi-level ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.w-single-multi-level .toggleWrapper ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper .w-single-multi-level ._account_api .list-results thead input.mobileToggle+label,.w-single-multi-level .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.liveDashboard .w-single-multi-level ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.w-single-multi-level .toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper .liveDashboard .w-single-multi-level ._account_api .list-results thead input.mobileToggle+label,.w-single-multi-level ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.w-single-multi-level .toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper .w-single-multi-level ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.w-single-multi-level ._account_api .list-results thead tbody span.status,.w-single-multi-level ._account_api .list-results tbody thead span.status,.w-single-multi-level ._account_api .liveDashboard .list-results thead tbody span.status,.liveDashboard .w-single-multi-level ._account_api .list-results thead tbody span.status,.w-single-multi-level ._account_api .liveDashboard .list-results tbody thead span.status,.liveDashboard .w-single-multi-level ._account_api .list-results tbody thead span.status,.w-single-multi-level ._account_api .list-results thead tbody span.status,.w-single-multi-level ._account_api .list-results tbody thead span.status,.w-single-multi-level .liveDashboard ._account_api .list-results thead tbody span.status,.liveDashboard .w-single-multi-level ._account_api .list-results thead tbody span.status,.w-single-multi-level .liveDashboard ._account_api .list-results tbody thead span.status,.liveDashboard .w-single-multi-level ._account_api .list-results tbody thead span.status,.w-single-multi-level ._account_api .liveDashboard .list-results thead tbody span.status,.w-single-multi-level ._account_api .liveDashboard .list-results tbody thead span.status,.w-single-multi-level ._account_api .list-results thead tbody td.is-running span,.w-single-multi-level ._account_api .list-results tbody td.is-running thead span,.w-single-multi-level ._account_api .liveDashboard .list-results thead tbody td.is-running span,.liveDashboard .w-single-multi-level ._account_api .list-results thead tbody td.is-running span,.w-single-multi-level ._account_api .liveDashboard .list-results tbody td.is-running thead span,.liveDashboard .w-single-multi-level ._account_api .list-results tbody td.is-running thead span,.w-single-multi-level ._account_api .list-results thead tbody td.is-running span,.w-single-multi-level ._account_api .list-results tbody td.is-running thead span,.w-single-multi-level .liveDashboard ._account_api .list-results thead tbody td.is-running span,.liveDashboard .w-single-multi-level ._account_api .list-results thead tbody td.is-running span,.w-single-multi-level .liveDashboard ._account_api .list-results tbody td.is-running thead span,.liveDashboard .w-single-multi-level ._account_api .list-results tbody td.is-running thead span,.w-single-multi-level ._account_api .liveDashboard .list-results thead tbody td.is-running span,.w-single-multi-level ._account_api .liveDashboard .list-results tbody td.is-running thead span,.w-single-multi-level ._account_api .list-results thead tbody td.is-pending span,.w-single-multi-level ._account_api .list-results tbody td.is-pending thead span,.w-single-multi-level ._account_api .liveDashboard .list-results thead tbody td.is-pending span,.liveDashboard .w-single-multi-level ._account_api .list-results thead tbody td.is-pending span,.w-single-multi-level ._account_api .liveDashboard .list-results tbody td.is-pending thead span,.liveDashboard .w-single-multi-level ._account_api .list-results tbody td.is-pending thead span,.w-single-multi-level ._account_api .list-results thead tbody td.is-pending span,.w-single-multi-level ._account_api .list-results tbody td.is-pending thead span,.w-single-multi-level .liveDashboard ._account_api .list-results thead tbody td.is-pending span,.liveDashboard .w-single-multi-level ._account_api .list-results thead tbody td.is-pending span,.w-single-multi-level .liveDashboard ._account_api .list-results tbody td.is-pending thead span,.liveDashboard .w-single-multi-level ._account_api .list-results tbody td.is-pending thead span,.w-single-multi-level ._account_api .liveDashboard .list-results thead tbody td.is-pending span,.w-single-multi-level ._account_api .liveDashboard .list-results tbody td.is-pending thead span,.w-single-multi-level ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,.w-single-multi-level .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .w-single-multi-level ._account_api .list-results thead .dropdown-toggle:after,.w-single-multi-level ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter,.w-single-multi-level .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .filter,.w-filter-preset.w-filter-preset .filter-preset .w-single-multi-level ._account_api .list-results thead .filter,.w-single-multi-level ._account_api .list-results thead .form-label.status span,.w-single-multi-level ._account_api .list-results thead .status.status-log span,.w-single-multi-level ._account_api .list-results thead .status.status-report-item span,.w-single-multi-level ._account_api .list-results thead .double-list dd.status span,.double-list .w-single-multi-level ._account_api .list-results thead dd.status span,.w-single-multi-level ._account_api .list-results thead .double-list dt.status span,.double-list .w-single-multi-level ._account_api .list-results thead dt.status span,.w-single-multi-level ._account_api .list-results thead .w-cards-container .w-card .status.title span,.w-cards-container .w-card .w-single-multi-level ._account_api .list-results thead .status.title span,.w-single-multi-level ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value .w-single-multi-level ._account_api .list-results thead .status.label span,.w-single-multi-level ._account_api .list-results thead tbody tr.sublist .status.title span,.w-single-multi-level ._account_api .list-results tbody tr.sublist thead .status.title span,.w-single-multi-level .form-label.status ._account_api .list-results thead span,.w-single-multi-level .status.status-log ._account_api .list-results thead span,.w-single-multi-level .status.status-report-item ._account_api .list-results thead span,.w-single-multi-level .double-list dd.status ._account_api .list-results thead span,.double-list .w-single-multi-level dd.status ._account_api .list-results thead span,.w-single-multi-level .double-list dt.status ._account_api .list-results thead span,.double-list .w-single-multi-level dt.status ._account_api .list-results thead span,.w-single-multi-level .w-cards-container .w-card .status.title ._account_api .list-results thead span,.w-cards-container .w-card .w-single-multi-level .status.title ._account_api .list-results thead span,.w-single-multi-level .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span,.w-cards-container .w-card.centered .w-value .w-single-multi-level .status.label ._account_api .list-results thead span,.w-single-multi-level .list-results tbody tr.sublist .status.title ._account_api .list-results thead span,.list-results tbody tr.sublist .w-single-multi-level .status.title ._account_api .list-results thead span,.form-label.status .w-single-multi-level ._account_api .list-results thead span,.status.status-log .w-single-multi-level ._account_api .list-results thead span,.status.status-report-item .w-single-multi-level ._account_api .list-results thead span,.double-list dd.status .w-single-multi-level ._account_api .list-results thead span,.double-list dt.status .w-single-multi-level ._account_api .list-results thead span,.w-cards-container .w-card .status.title .w-single-multi-level ._account_api .list-results thead span,.w-cards-container .w-card.centered .w-value .status.label .w-single-multi-level ._account_api .list-results thead span,.list-results tbody tr.sublist .status.title .w-single-multi-level ._account_api .list-results thead span,.w-single-multi-level ._account_api .list-results thead .w-filters-selected label.status.small span,.w-single-multi-level .w-filters-selected label.status.small ._account_api .list-results thead span,.w-filters-selected label.status.small .w-single-multi-level ._account_api .list-results thead span,.w-single-multi-level ._account_api .list-results thead .w-filters-selected .status.btn-f-s span,.w-single-multi-level .w-filters-selected .status.btn-f-s ._account_api .list-results thead span,.w-filters-selected .status.btn-f-s .w-single-multi-level ._account_api .list-results thead span,.w-single-multi-level ._account_api .list-results thead .sub-header .w-form label,.w-single-multi-level ._account_api .list-results thead .sub-header .w-double-list label,.w-single-multi-level .sub-header .w-form ._account_api .list-results thead label,.w-single-multi-level .sub-header .w-double-list ._account_api .list-results thead label,.sub-header .w-form .w-single-multi-level ._account_api .list-results thead label,.sub-header .w-double-list .w-single-multi-level ._account_api .list-results thead label,.w-single-multi-level ._account_api .list-results thead .block-filters button:after,.w-single-multi-level .block-filters ._account_api .list-results thead button:after,.block-filters .w-single-multi-level ._account_api .list-results thead button:after,.w-single-multi-level ._account_api .list-results thead .block-filters select:after,.w-single-multi-level .block-filters ._account_api .list-results thead select:after,.block-filters .w-single-multi-level ._account_api .list-results thead select:after,.w-single-multi-level ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive,.w-single-multi-level .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-inactive,.form-auto-list .w-single-multi-level ._account_api .list-results thead .form-auto-item.is-user-is-inactive,.w-single-multi-level ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active,.w-single-multi-level .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-active,.form-auto-list .w-single-multi-level ._account_api .list-results thead .form-auto-item.is-user-is-active,.w-single-multi-level ._account_api .list-results thead .list-results-header .status.title span,.w-single-multi-level .list-results-header .status.title ._account_api .list-results thead span,.list-results-header .status.title .w-single-multi-level ._account_api .list-results thead span,.w-single-multi-level ._account_api .list-results thead tr span,.w-single-multi-level .liveDashboard ._account_api .list-results thead .icon,.w-single-multi-level .liveDashboard ._account_api .list-results thead .w-alert-banner:before,.w-single-multi-level .liveDashboard ._account_api .list-results thead .w-alert-banner:before,.w-single-multi-level .liveDashboard ._account_api .list-results thead .w-alert-banner:before,.w-single-multi-level .liveDashboard ._account_api .list-results thead .w-alert-banner:before,.w-single-multi-level .liveDashboard ._account_api .liveDashboard .list-results thead .w-alert-banner:before,.w-single-multi-level .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .w-single-multi-level .liveDashboard ._account_api .list-results thead .dialog-aside:after,.w-single-multi-level .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-single-multi-level .w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus .w-single-multi-level .liveDashboard ._account_api .list-results thead .dialog-aside:after,.w-single-multi-level .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-single-multi-level .liveDashboard .w-dialog.plus ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus .w-single-multi-level .liveDashboard ._account_api .list-results thead .dialog-aside:after,.w-single-multi-level .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-single-multi-level .w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus .w-single-multi-level .liveDashboard ._account_api .list-results thead .dialog-aside:after,.w-single-multi-level .liveDashboard ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-single-multi-level .liveDashboard .w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus .w-single-multi-level .liveDashboard ._account_api .liveDashboard .list-results thead .dialog-aside:after,.w-single-multi-level .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.w-toast .w-single-multi-level .liveDashboard ._account_api .list-results thead .toast.plus:after,.w-single-multi-level .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.w-single-multi-level .w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.w-toast .w-single-multi-level .liveDashboard ._account_api .list-results thead .toast.plus:after,.w-single-multi-level .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.w-single-multi-level .liveDashboard .w-toast ._account_api .list-results thead .toast.plus:after,.w-toast .w-single-multi-level .liveDashboard ._account_api .list-results thead .toast.plus:after,.w-single-multi-level .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.w-single-multi-level .w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.w-toast .w-single-multi-level .liveDashboard ._account_api .list-results thead .toast.plus:after,.w-single-multi-level .liveDashboard ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-single-multi-level .liveDashboard .w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,.w-toast .w-single-multi-level .liveDashboard ._account_api .liveDashboard .list-results thead .toast.plus:after,.w-single-multi-level .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .w-single-multi-level .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.w-single-multi-level .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .w-single-multi-level .liveDashboard ._account_api .list-results thead .btn-filter:before,.w-single-multi-level .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-single-multi-level .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .w-single-multi-level .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.w-single-multi-level .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-single-multi-level .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .w-single-multi-level .liveDashboard ._account_api .list-results thead .btn-filter:before,.w-single-multi-level .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-single-multi-level .liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .w-single-multi-level .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.w-single-multi-level .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-single-multi-level .liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .w-single-multi-level .liveDashboard ._account_api .list-results thead .btn-filter:before,.w-single-multi-level .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-single-multi-level .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .w-single-multi-level .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.w-single-multi-level .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-single-multi-level .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .w-single-multi-level .liveDashboard ._account_api .list-results thead .btn-filter:before,.w-single-multi-level .liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-single-multi-level .liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .w-single-multi-level .liveDashboard ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.w-single-multi-level .liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-single-multi-level .liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .w-single-multi-level .liveDashboard ._account_api .liveDashboard .list-results thead .btn-filter:before,.w-single-multi-level .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .w-single-multi-level .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.w-single-multi-level .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-single-multi-level .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .w-single-multi-level .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.w-single-multi-level .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-single-multi-level .liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .w-single-multi-level .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.w-single-multi-level .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-single-multi-level .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .w-single-multi-level .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.w-single-multi-level .liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-single-multi-level .liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .w-single-multi-level .liveDashboard ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.w-single-multi-level .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.block-filters .w-single-multi-level .liveDashboard ._account_api .list-results thead .btn-filter:before,.w-single-multi-level .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.w-single-multi-level .block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.block-filters .w-single-multi-level .liveDashboard ._account_api .list-results thead .btn-filter:before,.w-single-multi-level .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.w-single-multi-level .liveDashboard .block-filters ._account_api .list-results thead .btn-filter:before,.block-filters .w-single-multi-level .liveDashboard ._account_api .list-results thead .btn-filter:before,.w-single-multi-level .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.w-single-multi-level .block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.block-filters .w-single-multi-level .liveDashboard ._account_api .list-results thead .btn-filter:before,.w-single-multi-level .liveDashboard ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.w-single-multi-level .liveDashboard .block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,.block-filters .w-single-multi-level .liveDashboard ._account_api .liveDashboard .list-results thead .btn-filter:before,.w-single-multi-level .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper .w-single-multi-level .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.w-single-multi-level .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.w-single-multi-level .toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper .w-single-multi-level .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.w-single-multi-level .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.w-single-multi-level .liveDashboard .toggleWrapper ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper .w-single-multi-level .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.w-single-multi-level .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.w-single-multi-level .toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper .w-single-multi-level .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.w-single-multi-level .liveDashboard ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.w-single-multi-level .liveDashboard .toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper .w-single-multi-level .liveDashboard ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.w-single-multi-level .liveDashboard ._account_api .list-results thead tbody span.status,.w-single-multi-level .liveDashboard ._account_api .list-results tbody thead span.status,.w-single-multi-level .liveDashboard ._account_api .list-results thead tbody span.status,.w-single-multi-level .liveDashboard ._account_api .list-results tbody thead span.status,.w-single-multi-level .liveDashboard ._account_api .list-results thead tbody span.status,.w-single-multi-level .liveDashboard ._account_api .list-results tbody thead span.status,.w-single-multi-level .liveDashboard ._account_api .list-results thead tbody span.status,.w-single-multi-level .liveDashboard ._account_api .list-results tbody thead span.status,.w-single-multi-level .liveDashboard ._account_api .liveDashboard .list-results thead tbody span.status,.w-single-multi-level .liveDashboard ._account_api .liveDashboard .list-results tbody thead span.status,.w-single-multi-level .liveDashboard ._account_api .list-results thead tbody td.is-running span,.w-single-multi-level .liveDashboard ._account_api .list-results tbody td.is-running thead span,.w-single-multi-level .liveDashboard ._account_api .list-results thead tbody td.is-running span,.w-single-multi-level .liveDashboard ._account_api .list-results tbody td.is-running thead span,.w-single-multi-level .liveDashboard ._account_api .list-results thead tbody td.is-running span,.w-single-multi-level .liveDashboard ._account_api .list-results tbody td.is-running thead span,.w-single-multi-level .liveDashboard ._account_api .list-results thead tbody td.is-running span,.w-single-multi-level .liveDashboard ._account_api .list-results tbody td.is-running thead span,.w-single-multi-level .liveDashboard ._account_api .liveDashboard .list-results thead tbody td.is-running span,.w-single-multi-level .liveDashboard ._account_api .liveDashboard .list-results tbody td.is-running thead span,.w-single-multi-level .liveDashboard ._account_api .list-results thead tbody td.is-pending span,.w-single-multi-level .liveDashboard ._account_api .list-results tbody td.is-pending thead span,.w-single-multi-level .liveDashboard ._account_api .list-results thead tbody td.is-pending span,.w-single-multi-level .liveDashboard ._account_api .list-results tbody td.is-pending thead span,.w-single-multi-level .liveDashboard ._account_api .list-results thead tbody td.is-pending span,.w-single-multi-level .liveDashboard ._account_api .list-results tbody td.is-pending thead span,.w-single-multi-level .liveDashboard ._account_api .list-results thead tbody td.is-pending span,.w-single-multi-level .liveDashboard ._account_api .list-results tbody td.is-pending thead span,.w-single-multi-level .liveDashboard ._account_api .liveDashboard .list-results thead tbody td.is-pending span,.w-single-multi-level .liveDashboard ._account_api .liveDashboard .list-results tbody td.is-pending thead span,.liveDashboard .w-single-multi-level ._account_api .list-results thead .icon,.liveDashboard .w-single-multi-level ._account_api .list-results thead .w-alert-banner:before,.liveDashboard .w-single-multi-level ._account_api .list-results thead .w-alert-banner:before,.liveDashboard .w-single-multi-level ._account_api .list-results thead .w-alert-banner:before,.liveDashboard .w-single-multi-level ._account_api .list-results thead .w-alert-banner:before,.liveDashboard .w-single-multi-level ._account_api .liveDashboard .list-results thead .w-alert-banner:before,.liveDashboard .w-single-multi-level ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .liveDashboard .w-single-multi-level ._account_api .list-results thead .dialog-aside:after,.liveDashboard .w-single-multi-level ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .liveDashboard .w-single-multi-level ._account_api .list-results thead .dialog-aside:after,.liveDashboard .w-single-multi-level ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.liveDashboard .w-single-multi-level .w-dialog.plus ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus .liveDashboard .w-single-multi-level ._account_api .list-results thead .dialog-aside:after,.liveDashboard .w-single-multi-level ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .liveDashboard .w-single-multi-level ._account_api .list-results thead .dialog-aside:after,.liveDashboard .w-single-multi-level ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.liveDashboard .w-single-multi-level .w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus .liveDashboard .w-single-multi-level ._account_api .liveDashboard .list-results thead .dialog-aside:after,.liveDashboard .w-single-multi-level ._account_api .list-results thead .w-toast .toast.plus:after,.w-toast .liveDashboard .w-single-multi-level ._account_api .list-results thead .toast.plus:after,.liveDashboard .w-single-multi-level ._account_api .list-results thead .w-toast .toast.plus:after,.w-toast .liveDashboard .w-single-multi-level ._account_api .list-results thead .toast.plus:after,.liveDashboard .w-single-multi-level ._account_api .list-results thead .w-toast .toast.plus:after,.liveDashboard .w-single-multi-level .w-toast ._account_api .list-results thead .toast.plus:after,.w-toast .liveDashboard .w-single-multi-level ._account_api .list-results thead .toast.plus:after,.liveDashboard .w-single-multi-level ._account_api .list-results thead .w-toast .toast.plus:after,.w-toast .liveDashboard .w-single-multi-level ._account_api .list-results thead .toast.plus:after,.liveDashboard .w-single-multi-level ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.liveDashboard .w-single-multi-level .w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,.w-toast .liveDashboard .w-single-multi-level ._account_api .liveDashboard .list-results thead .toast.plus:after,.liveDashboard .w-single-multi-level ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .w-single-multi-level ._account_api .list-results thead .btn-period-clear:before,.liveDashboard .w-single-multi-level ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .w-single-multi-level ._account_api .list-results thead .btn-filter:before,.liveDashboard .w-single-multi-level ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .w-single-multi-level ._account_api .list-results thead .btn-period-clear:before,.liveDashboard .w-single-multi-level ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .w-single-multi-level ._account_api .list-results thead .btn-filter:before,.liveDashboard .w-single-multi-level ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard .w-single-multi-level .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .w-single-multi-level ._account_api .list-results thead .btn-period-clear:before,.liveDashboard .w-single-multi-level ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard .w-single-multi-level .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .w-single-multi-level ._account_api .list-results thead .btn-filter:before,.liveDashboard .w-single-multi-level ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .w-single-multi-level ._account_api .list-results thead .btn-period-clear:before,.liveDashboard .w-single-multi-level ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .w-single-multi-level ._account_api .list-results thead .btn-filter:before,.liveDashboard .w-single-multi-level ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard .w-single-multi-level .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .w-single-multi-level ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.liveDashboard .w-single-multi-level ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard .w-single-multi-level .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .w-single-multi-level ._account_api .liveDashboard .list-results thead .btn-filter:before,.liveDashboard .w-single-multi-level ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .w-single-multi-level ._account_api .list-results thead .btn-period-edit:before,.liveDashboard .w-single-multi-level ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .w-single-multi-level ._account_api .list-results thead .btn-period-edit:before,.liveDashboard .w-single-multi-level ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard .w-single-multi-level .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .w-single-multi-level ._account_api .list-results thead .btn-period-edit:before,.liveDashboard .w-single-multi-level ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .w-single-multi-level ._account_api .list-results thead .btn-period-edit:before,.liveDashboard .w-single-multi-level ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard .w-single-multi-level .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .w-single-multi-level ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.liveDashboard .w-single-multi-level ._account_api .list-results thead .block-filters .btn-filter:before,.block-filters .liveDashboard .w-single-multi-level ._account_api .list-results thead .btn-filter:before,.liveDashboard .w-single-multi-level ._account_api .list-results thead .block-filters .btn-filter:before,.block-filters .liveDashboard .w-single-multi-level ._account_api .list-results thead .btn-filter:before,.liveDashboard .w-single-multi-level ._account_api .list-results thead .block-filters .btn-filter:before,.liveDashboard .w-single-multi-level .block-filters ._account_api .list-results thead .btn-filter:before,.block-filters .liveDashboard .w-single-multi-level ._account_api .list-results thead .btn-filter:before,.liveDashboard .w-single-multi-level ._account_api .list-results thead .block-filters .btn-filter:before,.block-filters .liveDashboard .w-single-multi-level ._account_api .list-results thead .btn-filter:before,.liveDashboard .w-single-multi-level ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.liveDashboard .w-single-multi-level .block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,.block-filters .liveDashboard .w-single-multi-level ._account_api .liveDashboard .list-results thead .btn-filter:before,.liveDashboard .w-single-multi-level ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper .liveDashboard .w-single-multi-level ._account_api .list-results thead input.mobileToggle+label,.liveDashboard .w-single-multi-level ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper .liveDashboard .w-single-multi-level ._account_api .list-results thead input.mobileToggle+label,.liveDashboard .w-single-multi-level ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.liveDashboard .w-single-multi-level .toggleWrapper ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper .liveDashboard .w-single-multi-level ._account_api .list-results thead input.mobileToggle+label,.liveDashboard .w-single-multi-level ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper .liveDashboard .w-single-multi-level ._account_api .list-results thead input.mobileToggle+label,.liveDashboard .w-single-multi-level ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.liveDashboard .w-single-multi-level .toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper .liveDashboard .w-single-multi-level ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.liveDashboard .w-single-multi-level ._account_api .list-results thead tbody span.status,.liveDashboard .w-single-multi-level ._account_api .list-results tbody thead span.status,.liveDashboard .w-single-multi-level ._account_api .list-results thead tbody span.status,.liveDashboard .w-single-multi-level ._account_api .list-results tbody thead span.status,.liveDashboard .w-single-multi-level ._account_api .list-results thead tbody span.status,.liveDashboard .w-single-multi-level ._account_api .list-results tbody thead span.status,.liveDashboard .w-single-multi-level ._account_api .list-results thead tbody span.status,.liveDashboard .w-single-multi-level ._account_api .list-results tbody thead span.status,.liveDashboard .w-single-multi-level ._account_api .liveDashboard .list-results thead tbody span.status,.liveDashboard .w-single-multi-level ._account_api .liveDashboard .list-results tbody thead span.status,.liveDashboard .w-single-multi-level ._account_api .list-results thead tbody td.is-running span,.liveDashboard .w-single-multi-level ._account_api .list-results tbody td.is-running thead span,.liveDashboard .w-single-multi-level ._account_api .list-results thead tbody td.is-running span,.liveDashboard .w-single-multi-level ._account_api .list-results tbody td.is-running thead span,.liveDashboard .w-single-multi-level ._account_api .list-results thead tbody td.is-running span,.liveDashboard .w-single-multi-level ._account_api .list-results tbody td.is-running thead span,.liveDashboard .w-single-multi-level ._account_api .list-results thead tbody td.is-running span,.liveDashboard .w-single-multi-level ._account_api .list-results tbody td.is-running thead span,.liveDashboard .w-single-multi-level ._account_api .liveDashboard .list-results thead tbody td.is-running span,.liveDashboard .w-single-multi-level ._account_api .liveDashboard .list-results tbody td.is-running thead span,.liveDashboard .w-single-multi-level ._account_api .list-results thead tbody td.is-pending span,.liveDashboard .w-single-multi-level ._account_api .list-results tbody td.is-pending thead span,.liveDashboard .w-single-multi-level ._account_api .list-results thead tbody td.is-pending span,.liveDashboard .w-single-multi-level ._account_api .list-results tbody td.is-pending thead span,.liveDashboard .w-single-multi-level ._account_api .list-results thead tbody td.is-pending span,.liveDashboard .w-single-multi-level ._account_api .list-results tbody td.is-pending thead span,.liveDashboard .w-single-multi-level ._account_api .list-results thead tbody td.is-pending span,.liveDashboard .w-single-multi-level ._account_api .list-results tbody td.is-pending thead span,.liveDashboard .w-single-multi-level ._account_api .liveDashboard .list-results thead tbody td.is-pending span,.liveDashboard .w-single-multi-level ._account_api .liveDashboard .list-results tbody td.is-pending thead span,.w-single-multi-level ._account_api .liveDashboard .list-results thead .icon,.w-single-multi-level ._account_api .liveDashboard .list-results thead .w-alert-banner:before,.w-single-multi-level ._account_api .liveDashboard .list-results thead .w-alert-banner:before,.w-single-multi-level ._account_api .liveDashboard .list-results thead .w-alert-banner:before,.w-single-multi-level ._account_api .liveDashboard ._account_api .list-results thead .w-alert-banner:before,.w-single-multi-level ._account_api .liveDashboard .list-results thead .w-alert-banner:before,.w-single-multi-level ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .w-single-multi-level ._account_api .liveDashboard .list-results thead .dialog-aside:after,.w-single-multi-level ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-single-multi-level ._account_api .w-dialog.plus .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus .w-single-multi-level ._account_api .liveDashboard .list-results thead .dialog-aside:after,.w-single-multi-level ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-single-multi-level .w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus .w-single-multi-level ._account_api .liveDashboard .list-results thead .dialog-aside:after,.w-single-multi-level ._account_api .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-single-multi-level ._account_api .w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus .w-single-multi-level ._account_api .liveDashboard ._account_api .list-results thead .dialog-aside:after,.w-single-multi-level ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-single-multi-level .w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus .w-single-multi-level ._account_api .liveDashboard .list-results thead .dialog-aside:after,.w-single-multi-level ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-toast .w-single-multi-level ._account_api .liveDashboard .list-results thead .toast.plus:after,.w-single-multi-level ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-single-multi-level ._account_api .w-toast .liveDashboard .list-results thead .toast.plus:after,.w-toast .w-single-multi-level ._account_api .liveDashboard .list-results thead .toast.plus:after,.w-single-multi-level ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-single-multi-level .w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,.w-toast .w-single-multi-level ._account_api .liveDashboard .list-results thead .toast.plus:after,.w-single-multi-level ._account_api .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.w-single-multi-level ._account_api .w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.w-toast .w-single-multi-level ._account_api .liveDashboard ._account_api .list-results thead .toast.plus:after,.w-single-multi-level ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-single-multi-level .w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,.w-toast .w-single-multi-level ._account_api .liveDashboard .list-results thead .toast.plus:after,.w-single-multi-level ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .w-single-multi-level ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.w-single-multi-level ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .w-single-multi-level ._account_api .liveDashboard .list-results thead .btn-filter:before,.w-single-multi-level ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-single-multi-level ._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .w-single-multi-level ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.w-single-multi-level ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-single-multi-level ._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .w-single-multi-level ._account_api .liveDashboard .list-results thead .btn-filter:before,.w-single-multi-level ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-single-multi-level .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .w-single-multi-level ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.w-single-multi-level ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-single-multi-level .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .w-single-multi-level ._account_api .liveDashboard .list-results thead .btn-filter:before,.w-single-multi-level ._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-single-multi-level ._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .w-single-multi-level ._account_api .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.w-single-multi-level ._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-single-multi-level ._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .w-single-multi-level ._account_api .liveDashboard ._account_api .list-results thead .btn-filter:before,.w-single-multi-level ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-single-multi-level .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .w-single-multi-level ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.w-single-multi-level ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-single-multi-level .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .w-single-multi-level ._account_api .liveDashboard .list-results thead .btn-filter:before,.w-single-multi-level ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .w-single-multi-level ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.w-single-multi-level ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-single-multi-level ._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .w-single-multi-level ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.w-single-multi-level ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-single-multi-level .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .w-single-multi-level ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.w-single-multi-level ._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-single-multi-level ._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .w-single-multi-level ._account_api .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.w-single-multi-level ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-single-multi-level .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .w-single-multi-level ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.w-single-multi-level ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.block-filters .w-single-multi-level ._account_api .liveDashboard .list-results thead .btn-filter:before,.w-single-multi-level ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.w-single-multi-level ._account_api .block-filters .liveDashboard .list-results thead .btn-filter:before,.block-filters .w-single-multi-level ._account_api .liveDashboard .list-results thead .btn-filter:before,.w-single-multi-level ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.w-single-multi-level .block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,.block-filters .w-single-multi-level ._account_api .liveDashboard .list-results thead .btn-filter:before,.w-single-multi-level ._account_api .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.w-single-multi-level ._account_api .block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.block-filters .w-single-multi-level ._account_api .liveDashboard ._account_api .list-results thead .btn-filter:before,.w-single-multi-level ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.w-single-multi-level .block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,.block-filters .w-single-multi-level ._account_api .liveDashboard .list-results thead .btn-filter:before,.w-single-multi-level ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper .w-single-multi-level ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.w-single-multi-level ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.w-single-multi-level ._account_api .toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper .w-single-multi-level ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.w-single-multi-level ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.w-single-multi-level .toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper .w-single-multi-level ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.w-single-multi-level ._account_api .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.w-single-multi-level ._account_api .toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper .w-single-multi-level ._account_api .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.w-single-multi-level ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.w-single-multi-level .toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper .w-single-multi-level ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.w-single-multi-level ._account_api .liveDashboard .list-results thead tbody span.status,.w-single-multi-level ._account_api .liveDashboard .list-results tbody thead span.status,.w-single-multi-level ._account_api .liveDashboard .list-results thead tbody span.status,.w-single-multi-level ._account_api .liveDashboard .list-results tbody thead span.status,.w-single-multi-level ._account_api .liveDashboard .list-results thead tbody span.status,.w-single-multi-level ._account_api .liveDashboard .list-results tbody thead span.status,.w-single-multi-level ._account_api .liveDashboard ._account_api .list-results thead tbody span.status,.w-single-multi-level ._account_api .liveDashboard ._account_api .list-results tbody thead span.status,.w-single-multi-level ._account_api .liveDashboard .list-results thead tbody span.status,.w-single-multi-level ._account_api .liveDashboard .list-results tbody thead span.status,.w-single-multi-level ._account_api .liveDashboard .list-results thead tbody td.is-running span,.w-single-multi-level ._account_api .liveDashboard .list-results tbody td.is-running thead span,.w-single-multi-level ._account_api .liveDashboard .list-results thead tbody td.is-running span,.w-single-multi-level ._account_api .liveDashboard .list-results tbody td.is-running thead span,.w-single-multi-level ._account_api .liveDashboard .list-results thead tbody td.is-running span,.w-single-multi-level ._account_api .liveDashboard .list-results tbody td.is-running thead span,.w-single-multi-level ._account_api .liveDashboard ._account_api .list-results thead tbody td.is-running span,.w-single-multi-level ._account_api .liveDashboard ._account_api .list-results tbody td.is-running thead span,.w-single-multi-level ._account_api .liveDashboard .list-results thead tbody td.is-running span,.w-single-multi-level ._account_api .liveDashboard .list-results tbody td.is-running thead span,.w-single-multi-level ._account_api .liveDashboard .list-results thead tbody td.is-pending span,.w-single-multi-level ._account_api .liveDashboard .list-results tbody td.is-pending thead span,.w-single-multi-level ._account_api .liveDashboard .list-results thead tbody td.is-pending span,.w-single-multi-level ._account_api .liveDashboard .list-results tbody td.is-pending thead span,.w-single-multi-level ._account_api .liveDashboard .list-results thead tbody td.is-pending span,.w-single-multi-level ._account_api .liveDashboard .list-results tbody td.is-pending thead span,.w-single-multi-level ._account_api .liveDashboard ._account_api .list-results thead tbody td.is-pending span,.w-single-multi-level ._account_api .liveDashboard ._account_api .list-results tbody td.is-pending thead span,.w-single-multi-level ._account_api .liveDashboard .list-results thead tbody td.is-pending span,.w-single-multi-level ._account_api .liveDashboard .list-results tbody td.is-pending thead span,.w-single-multi-level .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,.liveDashboard .w-single-multi-level ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,.w-single-multi-level ._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,.w-single-multi-level .liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .dropdown-toggle:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown .w-single-multi-level ._account_api .list-results thead .dropdown-toggle:after,.w-single-multi-level .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .w-single-multi-level ._account_api .liveDashboard .list-results thead .dropdown-toggle:after,.w-single-multi-level .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter,.liveDashboard .w-single-multi-level ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter,.w-single-multi-level ._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter,.w-single-multi-level .liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .filter,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .w-single-multi-level ._account_api .list-results thead .filter,.w-single-multi-level .w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .filter,.w-filter-preset.w-filter-preset .filter-preset .w-single-multi-level ._account_api .liveDashboard .list-results thead .filter,.w-single-multi-level .liveDashboard ._account_api .list-results thead .form-label.status span,.w-single-multi-level .liveDashboard ._account_api .list-results thead .status.status-log span,.w-single-multi-level .liveDashboard ._account_api .list-results thead .status.status-report-item span,.w-single-multi-level .liveDashboard ._account_api .list-results thead .double-list dd.status span,.double-list .w-single-multi-level .liveDashboard ._account_api .list-results thead dd.status span,.w-single-multi-level .liveDashboard ._account_api .list-results thead .double-list dt.status span,.double-list .w-single-multi-level .liveDashboard ._account_api .list-results thead dt.status span,.w-single-multi-level .liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span,.w-cards-container .w-card .w-single-multi-level .liveDashboard ._account_api .list-results thead .status.title span,.w-single-multi-level .liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value .w-single-multi-level .liveDashboard ._account_api .list-results thead .status.label span,.w-single-multi-level .liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span,.w-single-multi-level .liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span,.liveDashboard .w-single-multi-level ._account_api .list-results thead .form-label.status span,.liveDashboard .w-single-multi-level ._account_api .list-results thead .status.status-log span,.liveDashboard .w-single-multi-level ._account_api .list-results thead .status.status-report-item span,.liveDashboard .w-single-multi-level ._account_api .list-results thead .double-list dd.status span,.double-list .liveDashboard .w-single-multi-level ._account_api .list-results thead dd.status span,.liveDashboard .w-single-multi-level ._account_api .list-results thead .double-list dt.status span,.double-list .liveDashboard .w-single-multi-level ._account_api .list-results thead dt.status span,.liveDashboard .w-single-multi-level ._account_api .list-results thead .w-cards-container .w-card .status.title span,.w-cards-container .w-card .liveDashboard .w-single-multi-level ._account_api .list-results thead .status.title span,.liveDashboard .w-single-multi-level ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value .liveDashboard .w-single-multi-level ._account_api .list-results thead .status.label span,.liveDashboard .w-single-multi-level ._account_api .list-results thead tbody tr.sublist .status.title span,.liveDashboard .w-single-multi-level ._account_api .list-results tbody tr.sublist thead .status.title span,.w-single-multi-level ._account_api .liveDashboard .list-results thead .form-label.status span,.w-single-multi-level ._account_api .liveDashboard .list-results thead .status.status-log span,.w-single-multi-level ._account_api .liveDashboard .list-results thead .status.status-report-item span,.w-single-multi-level ._account_api .liveDashboard .list-results thead .double-list dd.status span,.double-list .w-single-multi-level ._account_api .liveDashboard .list-results thead dd.status span,.w-single-multi-level ._account_api .liveDashboard .list-results thead .double-list dt.status span,.double-list .w-single-multi-level ._account_api .liveDashboard .list-results thead dt.status span,.w-single-multi-level ._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span,.w-cards-container .w-card .w-single-multi-level ._account_api .liveDashboard .list-results thead .status.title span,.w-single-multi-level ._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value .w-single-multi-level ._account_api .liveDashboard .list-results thead .status.label span,.w-single-multi-level ._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span,.w-single-multi-level ._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span,.w-single-multi-level .liveDashboard .form-label.status ._account_api .list-results thead span,.w-single-multi-level .liveDashboard .status.status-log ._account_api .list-results thead span,.w-single-multi-level .liveDashboard .status.status-report-item ._account_api .list-results thead span,.w-single-multi-level .liveDashboard .double-list dd.status ._account_api .list-results thead span,.double-list .w-single-multi-level .liveDashboard dd.status ._account_api .list-results thead span,.w-single-multi-level .liveDashboard .double-list dt.status ._account_api .list-results thead span,.double-list .w-single-multi-level .liveDashboard dt.status ._account_api .list-results thead span,.w-single-multi-level .liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span,.w-cards-container .w-card .w-single-multi-level .liveDashboard .status.title ._account_api .list-results thead span,.w-single-multi-level .liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span,.w-cards-container .w-card.centered .w-value .w-single-multi-level .liveDashboard .status.label ._account_api .list-results thead span,.w-single-multi-level .liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span,.list-results tbody tr.sublist .w-single-multi-level .liveDashboard .status.title ._account_api .list-results thead span,.liveDashboard .form-label.status .w-single-multi-level ._account_api .list-results thead span,.liveDashboard .status.status-log .w-single-multi-level ._account_api .list-results thead span,.liveDashboard .status.status-report-item .w-single-multi-level ._account_api .list-results thead span,.liveDashboard .double-list dd.status .w-single-multi-level ._account_api .list-results thead span,.double-list .liveDashboard dd.status .w-single-multi-level ._account_api .list-results thead span,.liveDashboard .double-list dt.status .w-single-multi-level ._account_api .list-results thead span,.double-list .liveDashboard dt.status .w-single-multi-level ._account_api .list-results thead span,.liveDashboard .w-cards-container .w-card .status.title .w-single-multi-level ._account_api .list-results thead span,.w-cards-container .w-card .liveDashboard .status.title .w-single-multi-level ._account_api .list-results thead span,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label .w-single-multi-level ._account_api .list-results thead span,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label .w-single-multi-level ._account_api .list-results thead span,.liveDashboard .list-results tbody tr.sublist .status.title .w-single-multi-level ._account_api .list-results thead span,.list-results tbody tr.sublist .liveDashboard .status.title .w-single-multi-level ._account_api .list-results thead span,.w-single-multi-level .form-label.status ._account_api .liveDashboard .list-results thead span,.w-single-multi-level .status.status-log ._account_api .liveDashboard .list-results thead span,.w-single-multi-level .status.status-report-item ._account_api .liveDashboard .list-results thead span,.w-single-multi-level .double-list dd.status ._account_api .liveDashboard .list-results thead span,.double-list .w-single-multi-level dd.status ._account_api .liveDashboard .list-results thead span,.w-single-multi-level .double-list dt.status ._account_api .liveDashboard .list-results thead span,.double-list .w-single-multi-level dt.status ._account_api .liveDashboard .list-results thead span,.w-single-multi-level .w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead span,.w-cards-container .w-card .w-single-multi-level .status.title ._account_api .liveDashboard .list-results thead span,.w-single-multi-level .w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead span,.w-cards-container .w-card.centered .w-value .w-single-multi-level .status.label ._account_api .liveDashboard .list-results thead span,.w-single-multi-level .list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead span,.list-results tbody tr.sublist .w-single-multi-level .status.title ._account_api .liveDashboard .list-results thead span,.form-label.status .w-single-multi-level ._account_api .liveDashboard .list-results thead span,.status.status-log .w-single-multi-level ._account_api .liveDashboard .list-results thead span,.status.status-report-item .w-single-multi-level ._account_api .liveDashboard .list-results thead span,.double-list dd.status .w-single-multi-level ._account_api .liveDashboard .list-results thead span,.double-list dt.status .w-single-multi-level ._account_api .liveDashboard .list-results thead span,.w-cards-container .w-card .status.title .w-single-multi-level ._account_api .liveDashboard .list-results thead span,.w-cards-container .w-card.centered .w-value .status.label .w-single-multi-level ._account_api .liveDashboard .list-results thead span,.list-results tbody tr.sublist .status.title .w-single-multi-level ._account_api .liveDashboard .list-results thead span,.w-single-multi-level .liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span,.liveDashboard .w-single-multi-level ._account_api .list-results thead .w-filters-selected label.status.small span,.w-single-multi-level ._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span,.w-single-multi-level .liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span,.liveDashboard .w-filters-selected label.status.small .w-single-multi-level ._account_api .list-results thead span,.w-single-multi-level .w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead span,.w-filters-selected label.status.small .w-single-multi-level ._account_api .liveDashboard .list-results thead span,.w-single-multi-level .liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span,.liveDashboard .w-single-multi-level ._account_api .list-results thead .w-filters-selected .status.btn-f-s span,.w-single-multi-level ._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span,.w-single-multi-level .liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span,.liveDashboard .w-filters-selected .status.btn-f-s .w-single-multi-level ._account_api .list-results thead span,.w-single-multi-level .w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead span,.w-filters-selected .status.btn-f-s .w-single-multi-level ._account_api .liveDashboard .list-results thead span,.w-single-multi-level .liveDashboard ._account_api .list-results thead .sub-header .w-form label,.w-single-multi-level .liveDashboard ._account_api .list-results thead .sub-header .w-double-list label,.liveDashboard .w-single-multi-level ._account_api .list-results thead .sub-header .w-form label,.liveDashboard .w-single-multi-level ._account_api .list-results thead .sub-header .w-double-list label,.w-single-multi-level ._account_api .liveDashboard .list-results thead .sub-header .w-form label,.w-single-multi-level ._account_api .liveDashboard .list-results thead .sub-header .w-double-list label,.w-single-multi-level .liveDashboard .sub-header .w-form ._account_api .list-results thead label,.w-single-multi-level .liveDashboard .sub-header .w-double-list ._account_api .list-results thead label,.liveDashboard .sub-header .w-form .w-single-multi-level ._account_api .list-results thead label,.liveDashboard .sub-header .w-double-list .w-single-multi-level ._account_api .list-results thead label,.w-single-multi-level .sub-header .w-form ._account_api .liveDashboard .list-results thead label,.w-single-multi-level .sub-header .w-double-list ._account_api .liveDashboard .list-results thead label,.sub-header .w-form .w-single-multi-level ._account_api .liveDashboard .list-results thead label,.sub-header .w-double-list .w-single-multi-level ._account_api .liveDashboard .list-results thead label,.w-single-multi-level .liveDashboard ._account_api .list-results thead .block-filters button:after,.liveDashboard .w-single-multi-level ._account_api .list-results thead .block-filters button:after,.w-single-multi-level ._account_api .liveDashboard .list-results thead .block-filters button:after,.w-single-multi-level .liveDashboard .block-filters ._account_api .list-results thead button:after,.liveDashboard .block-filters .w-single-multi-level ._account_api .list-results thead button:after,.w-single-multi-level .block-filters ._account_api .liveDashboard .list-results thead button:after,.block-filters .w-single-multi-level ._account_api .liveDashboard .list-results thead button:after,.w-single-multi-level .liveDashboard ._account_api .list-results thead .block-filters select:after,.liveDashboard .w-single-multi-level ._account_api .list-results thead .block-filters select:after,.w-single-multi-level ._account_api .liveDashboard .list-results thead .block-filters select:after,.w-single-multi-level .liveDashboard .block-filters ._account_api .list-results thead select:after,.liveDashboard .block-filters .w-single-multi-level ._account_api .list-results thead select:after,.w-single-multi-level .block-filters ._account_api .liveDashboard .list-results thead select:after,.block-filters .w-single-multi-level ._account_api .liveDashboard .list-results thead select:after,.w-single-multi-level .liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive,.liveDashboard .w-single-multi-level ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive,.w-single-multi-level ._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive,.w-single-multi-level .liveDashboard .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-inactive,.liveDashboard .form-auto-list .w-single-multi-level ._account_api .list-results thead .form-auto-item.is-user-is-inactive,.w-single-multi-level .form-auto-list ._account_api .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive,.form-auto-list .w-single-multi-level ._account_api .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive,.w-single-multi-level .liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active,.liveDashboard .w-single-multi-level ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active,.w-single-multi-level ._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active,.w-single-multi-level .liveDashboard .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-active,.liveDashboard .form-auto-list .w-single-multi-level ._account_api .list-results thead .form-auto-item.is-user-is-active,.w-single-multi-level .form-auto-list ._account_api .liveDashboard .list-results thead .form-auto-item.is-user-is-active,.form-auto-list .w-single-multi-level ._account_api .liveDashboard .list-results thead .form-auto-item.is-user-is-active,.w-single-multi-level .liveDashboard ._account_api .list-results thead .list-results-header .status.title span,.liveDashboard .w-single-multi-level ._account_api .list-results thead .list-results-header .status.title span,.w-single-multi-level ._account_api .liveDashboard .list-results thead .list-results-header .status.title span,.w-single-multi-level .liveDashboard .list-results-header .status.title ._account_api .list-results thead span,.liveDashboard .list-results-header .status.title .w-single-multi-level ._account_api .list-results thead span,.w-single-multi-level .list-results-header .status.title ._account_api .liveDashboard .list-results thead span,.list-results-header .status.title .w-single-multi-level ._account_api .liveDashboard .list-results thead span,.w-single-multi-level .liveDashboard ._account_api .list-results thead tr span,.liveDashboard .w-single-multi-level ._account_api .list-results thead tr span,.w-single-multi-level ._account_api .liveDashboard .list-results thead tr span,.w-single-multi-level ._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .dropdown-toggle:after,.w-single-multi-level .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .w-single-multi-level ._account_api .list-results thead .dropdown-toggle:after,.w-single-multi-level ._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .filter,.w-single-multi-level .w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .w-single-multi-level ._account_api .list-results thead .filter,.w-single-multi-level ._account_api .form-label.status .liveDashboard .list-results thead span,.w-single-multi-level ._account_api .status.status-log .liveDashboard .list-results thead span,.w-single-multi-level ._account_api .status.status-report-item .liveDashboard .list-results thead span,.w-single-multi-level ._account_api .double-list dd.status .liveDashboard .list-results thead span,.double-list .w-single-multi-level ._account_api dd.status .liveDashboard .list-results thead span,.w-single-multi-level ._account_api .double-list dt.status .liveDashboard .list-results thead span,.double-list .w-single-multi-level ._account_api dt.status .liveDashboard .list-results thead span,.w-single-multi-level ._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span,.w-cards-container .w-card .w-single-multi-level ._account_api .status.title .liveDashboard .list-results thead span,.w-single-multi-level ._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span,.w-cards-container .w-card.centered .w-value .w-single-multi-level ._account_api .status.label .liveDashboard .list-results thead span,.w-single-multi-level ._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span,.list-results tbody tr.sublist .w-single-multi-level ._account_api .status.title .liveDashboard .list-results thead span,.w-single-multi-level .form-label.status .liveDashboard ._account_api .list-results thead span,.w-single-multi-level .status.status-log .liveDashboard ._account_api .list-results thead span,.w-single-multi-level .status.status-report-item .liveDashboard ._account_api .list-results thead span,.w-single-multi-level .double-list dd.status .liveDashboard ._account_api .list-results thead span,.double-list .w-single-multi-level dd.status .liveDashboard ._account_api .list-results thead span,.w-single-multi-level .double-list dt.status .liveDashboard ._account_api .list-results thead span,.double-list .w-single-multi-level dt.status .liveDashboard ._account_api .list-results thead span,.w-single-multi-level .w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead span,.w-cards-container .w-card .w-single-multi-level .status.title .liveDashboard ._account_api .list-results thead span,.w-single-multi-level .w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead span,.w-cards-container .w-card.centered .w-value .w-single-multi-level .status.label .liveDashboard ._account_api .list-results thead span,.w-single-multi-level .list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead span,.list-results tbody tr.sublist .w-single-multi-level .status.title .liveDashboard ._account_api .list-results thead span,.form-label.status .liveDashboard .w-single-multi-level ._account_api .list-results thead span,.status.status-log .liveDashboard .w-single-multi-level ._account_api .list-results thead span,.status.status-report-item .liveDashboard .w-single-multi-level ._account_api .list-results thead span,.double-list dd.status .liveDashboard .w-single-multi-level ._account_api .list-results thead span,.double-list dt.status .liveDashboard .w-single-multi-level ._account_api .list-results thead span,.w-cards-container .w-card .status.title .liveDashboard .w-single-multi-level ._account_api .list-results thead span,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .w-single-multi-level ._account_api .list-results thead span,.list-results tbody tr.sublist .status.title .liveDashboard .w-single-multi-level ._account_api .list-results thead span,.w-single-multi-level ._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span,.w-single-multi-level .w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead span,.w-filters-selected label.status.small .liveDashboard .w-single-multi-level ._account_api .list-results thead span,.w-single-multi-level ._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span,.w-single-multi-level .w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead span,.w-filters-selected .status.btn-f-s .liveDashboard .w-single-multi-level ._account_api .list-results thead span,.w-single-multi-level ._account_api .sub-header .w-form .liveDashboard .list-results thead label,.w-single-multi-level ._account_api .sub-header .w-double-list .liveDashboard .list-results thead label,.w-single-multi-level .sub-header .w-form .liveDashboard ._account_api .list-results thead label,.w-single-multi-level .sub-header .w-double-list .liveDashboard ._account_api .list-results thead label,.sub-header .w-form .liveDashboard .w-single-multi-level ._account_api .list-results thead label,.sub-header .w-double-list .liveDashboard .w-single-multi-level ._account_api .list-results thead label,.w-single-multi-level ._account_api .block-filters .liveDashboard .list-results thead button:after,.w-single-multi-level .block-filters .liveDashboard ._account_api .list-results thead button:after,.block-filters .liveDashboard .w-single-multi-level ._account_api .list-results thead button:after,.w-single-multi-level ._account_api .block-filters .liveDashboard .list-results thead select:after,.w-single-multi-level .block-filters .liveDashboard ._account_api .list-results thead select:after,.block-filters .liveDashboard .w-single-multi-level ._account_api .list-results thead select:after,.w-single-multi-level ._account_api .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive,.w-single-multi-level .form-auto-list .liveDashboard ._account_api .list-results thead .form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard .w-single-multi-level ._account_api .list-results thead .form-auto-item.is-user-is-inactive,.w-single-multi-level ._account_api .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-active,.w-single-multi-level .form-auto-list .liveDashboard ._account_api .list-results thead .form-auto-item.is-user-is-active,.form-auto-list .liveDashboard .w-single-multi-level ._account_api .list-results thead .form-auto-item.is-user-is-active,.w-single-multi-level ._account_api .list-results-header .status.title .liveDashboard .list-results thead span,.w-single-multi-level .list-results-header .status.title .liveDashboard ._account_api .list-results thead span,.list-results-header .status.title .liveDashboard .w-single-multi-level ._account_api .list-results thead span,._account_api .list-results thead .w-single-multi-level .icon,._account_api .list-results thead .w-single-multi-level .w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-alert-banner:before,._account_api .list-results thead .w-single-multi-level .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-alert-banner:before,._account_api .list-results thead .w-single-multi-level .w-dialog.plus .dialog-aside:after,.w-dialog.plus ._account_api .list-results thead .w-single-multi-level .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .w-single-multi-level .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .w-single-multi-level .dialog-aside:after,._account_api .w-dialog.plus .liveDashboard .list-results thead .w-single-multi-level .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .w-single-multi-level .dialog-aside:after,._account_api .list-results thead .w-single-multi-level .w-dialog.plus .dialog-aside:after,._account_api .list-results thead .w-dialog.plus .w-single-multi-level .dialog-aside:after,.w-dialog.plus ._account_api .list-results thead .w-single-multi-level .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .w-single-multi-level .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .w-single-multi-level .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .w-single-multi-level .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .w-single-multi-level .dialog-aside:after,._account_api .list-results thead .w-single-multi-level .w-toast .toast.plus:after,.w-toast ._account_api .list-results thead .w-single-multi-level .toast.plus:after,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-toast .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-toast .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .w-single-multi-level .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .w-single-multi-level .toast.plus:after,._account_api .w-toast .liveDashboard .list-results thead .w-single-multi-level .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .w-single-multi-level .toast.plus:after,._account_api .list-results thead .w-single-multi-level .w-toast .toast.plus:after,._account_api .list-results thead .w-toast .w-single-multi-level .toast.plus:after,.w-toast ._account_api .list-results thead .w-single-multi-level .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-toast .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .w-single-multi-level .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .w-single-multi-level .toast.plus:after,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-toast .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .w-single-multi-level .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .w-single-multi-level .toast.plus:after,._account_api .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .w-single-multi-level .btn-period-clear:before,._account_api .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .w-single-multi-level .btn-filter:before,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .w-single-multi-level .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .w-single-multi-level .btn-period-clear:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .w-single-multi-level .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .w-single-multi-level .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .w-single-multi-level .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .w-single-multi-level .btn-filter:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .w-single-multi-level .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .w-single-multi-level .btn-filter:before,._account_api .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .list-results thead .w-time-period .dropdown .w-selection .w-single-multi-level .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .w-single-multi-level .btn-period-clear:before,._account_api .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .list-results thead .w-time-period .dropdown .w-selection .w-single-multi-level .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .w-single-multi-level .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .w-single-multi-level .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .w-single-multi-level .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .w-single-multi-level .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .w-single-multi-level .btn-filter:before,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .w-single-multi-level .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .w-single-multi-level .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .w-single-multi-level .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .w-single-multi-level .btn-filter:before,._account_api .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .w-single-multi-level .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .w-single-multi-level .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .w-single-multi-level .btn-period-edit:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .w-single-multi-level .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .w-single-multi-level .btn-period-edit:before,._account_api .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .list-results thead .w-time-period .dropdown .w-selection .w-single-multi-level .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .w-single-multi-level .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .w-single-multi-level .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .w-single-multi-level .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .w-single-multi-level .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .w-single-multi-level .btn-period-edit:before,._account_api .list-results thead .w-single-multi-level .block-filters .btn-filter:before,.block-filters ._account_api .list-results thead .w-single-multi-level .btn-filter:before,._account_api .liveDashboard .list-results thead .w-single-multi-level .block-filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-single-multi-level .block-filters .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .w-single-multi-level .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .w-single-multi-level .btn-filter:before,._account_api .block-filters .liveDashboard .list-results thead .w-single-multi-level .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .w-single-multi-level .btn-filter:before,._account_api .list-results thead .w-single-multi-level .block-filters .btn-filter:before,._account_api .list-results thead .block-filters .w-single-multi-level .btn-filter:before,.block-filters ._account_api .list-results thead .w-single-multi-level .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-single-multi-level .block-filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .w-single-multi-level .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .w-single-multi-level .btn-filter:before,._account_api .liveDashboard .list-results thead .w-single-multi-level .block-filters .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .w-single-multi-level .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .w-single-multi-level .btn-filter:before,._account_api .list-results thead .w-single-multi-level .toggleWrapper input.mobileToggle+label,.toggleWrapper ._account_api .list-results thead .w-single-multi-level input.mobileToggle+label,._account_api .liveDashboard .list-results thead .w-single-multi-level .toggleWrapper input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .w-single-multi-level .toggleWrapper input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper .w-single-multi-level input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper .w-single-multi-level input.mobileToggle+label,._account_api .toggleWrapper .liveDashboard .list-results thead .w-single-multi-level input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead .w-single-multi-level input.mobileToggle+label,._account_api .list-results thead .w-single-multi-level .toggleWrapper input.mobileToggle+label,._account_api .list-results thead .toggleWrapper .w-single-multi-level input.mobileToggle+label,.toggleWrapper ._account_api .list-results thead .w-single-multi-level input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .w-single-multi-level .toggleWrapper input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper .w-single-multi-level input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead .w-single-multi-level input.mobileToggle+label,._account_api .liveDashboard .list-results thead .w-single-multi-level .toggleWrapper input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper .w-single-multi-level input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead .w-single-multi-level input.mobileToggle+label,._account_api .list-results thead .w-single-multi-level tbody span.status,._account_api .list-results tbody thead .w-single-multi-level span.status,._account_api .liveDashboard .list-results thead .w-single-multi-level tbody span.status,.liveDashboard ._account_api .list-results thead .w-single-multi-level tbody span.status,._account_api .liveDashboard .list-results thead tbody .w-single-multi-level span.status,.liveDashboard ._account_api .list-results thead tbody .w-single-multi-level span.status,._account_api .liveDashboard .list-results tbody thead .w-single-multi-level span.status,.liveDashboard ._account_api .list-results tbody thead .w-single-multi-level span.status,._account_api .list-results thead .w-single-multi-level tbody span.status,._account_api .list-results thead tbody .w-single-multi-level span.status,._account_api .list-results tbody thead .w-single-multi-level span.status,.liveDashboard ._account_api .list-results thead .w-single-multi-level tbody span.status,.liveDashboard ._account_api .list-results thead tbody .w-single-multi-level span.status,.liveDashboard ._account_api .list-results tbody thead .w-single-multi-level span.status,._account_api .liveDashboard .list-results thead .w-single-multi-level tbody span.status,._account_api .liveDashboard .list-results thead tbody .w-single-multi-level span.status,._account_api .liveDashboard .list-results tbody thead .w-single-multi-level span.status,._account_api .list-results thead .w-single-multi-level tbody td.is-running span,._account_api .list-results tbody td.is-running thead .w-single-multi-level span,._account_api .liveDashboard .list-results thead .w-single-multi-level tbody td.is-running span,.liveDashboard ._account_api .list-results thead .w-single-multi-level tbody td.is-running span,._account_api .liveDashboard .list-results thead tbody td.is-running .w-single-multi-level span,.liveDashboard ._account_api .list-results thead tbody td.is-running .w-single-multi-level span,._account_api .liveDashboard .list-results tbody td.is-running thead .w-single-multi-level span,.liveDashboard ._account_api .list-results tbody td.is-running thead .w-single-multi-level span,._account_api .list-results thead .w-single-multi-level tbody td.is-running span,._account_api .list-results thead tbody td.is-running .w-single-multi-level span,._account_api .list-results tbody td.is-running thead .w-single-multi-level span,.liveDashboard ._account_api .list-results thead .w-single-multi-level tbody td.is-running span,.liveDashboard ._account_api .list-results thead tbody td.is-running .w-single-multi-level span,.liveDashboard ._account_api .list-results tbody td.is-running thead .w-single-multi-level span,._account_api .liveDashboard .list-results thead .w-single-multi-level tbody td.is-running span,._account_api .liveDashboard .list-results thead tbody td.is-running .w-single-multi-level span,._account_api .liveDashboard .list-results tbody td.is-running thead .w-single-multi-level span,._account_api .list-results thead .w-single-multi-level tbody td.is-pending span,._account_api .list-results tbody td.is-pending thead .w-single-multi-level span,._account_api .liveDashboard .list-results thead .w-single-multi-level tbody td.is-pending span,.liveDashboard ._account_api .list-results thead .w-single-multi-level tbody td.is-pending span,._account_api .liveDashboard .list-results thead tbody td.is-pending .w-single-multi-level span,.liveDashboard ._account_api .list-results thead tbody td.is-pending .w-single-multi-level span,._account_api .liveDashboard .list-results tbody td.is-pending thead .w-single-multi-level span,.liveDashboard ._account_api .list-results tbody td.is-pending thead .w-single-multi-level span,._account_api .list-results thead .w-single-multi-level tbody td.is-pending span,._account_api .list-results thead tbody td.is-pending .w-single-multi-level span,._account_api .list-results tbody td.is-pending thead .w-single-multi-level span,.liveDashboard ._account_api .list-results thead .w-single-multi-level tbody td.is-pending span,.liveDashboard ._account_api .list-results thead tbody td.is-pending .w-single-multi-level span,.liveDashboard ._account_api .list-results tbody td.is-pending thead .w-single-multi-level span,._account_api .liveDashboard .list-results thead .w-single-multi-level tbody td.is-pending span,._account_api .liveDashboard .list-results thead tbody td.is-pending .w-single-multi-level span,._account_api .liveDashboard .list-results tbody td.is-pending thead .w-single-multi-level span,._account_api .liveDashboard .list-results thead .w-single-multi-level .icon,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-alert-banner:before,._account_api .liveDashboard ._account_api .list-results thead .w-single-multi-level .w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-dialog.plus .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .w-single-multi-level .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .w-single-multi-level .dialog-aside:after,._account_api .w-dialog.plus .liveDashboard .list-results thead .w-single-multi-level .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .w-single-multi-level .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .w-single-multi-level .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .w-single-multi-level .dialog-aside:after,._account_api .liveDashboard ._account_api .list-results thead .w-single-multi-level .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard ._account_api .list-results thead .w-dialog.plus .w-single-multi-level .dialog-aside:after,._account_api .w-dialog.plus .liveDashboard ._account_api .list-results thead .w-single-multi-level .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard ._account_api .list-results thead .w-single-multi-level .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .w-single-multi-level .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .w-single-multi-level .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-toast .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .w-single-multi-level .toast.plus:after,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-toast .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .w-single-multi-level .toast.plus:after,._account_api .w-toast .liveDashboard .list-results thead .w-single-multi-level .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .w-single-multi-level .toast.plus:after,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-toast .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .w-single-multi-level .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .w-single-multi-level .toast.plus:after,._account_api .liveDashboard ._account_api .list-results thead .w-single-multi-level .w-toast .toast.plus:after,._account_api .liveDashboard ._account_api .list-results thead .w-toast .w-single-multi-level .toast.plus:after,._account_api .w-toast .liveDashboard ._account_api .list-results thead .w-single-multi-level .toast.plus:after,.w-toast ._account_api .liveDashboard ._account_api .list-results thead .w-single-multi-level .toast.plus:after,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-toast .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .w-single-multi-level .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .w-single-multi-level .toast.plus:after,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .w-single-multi-level .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .w-single-multi-level .btn-filter:before,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .w-single-multi-level .btn-period-clear:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .w-single-multi-level .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .w-single-multi-level .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .w-single-multi-level .btn-filter:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .w-single-multi-level .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .w-single-multi-level .btn-filter:before,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .w-single-multi-level .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .w-single-multi-level .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .w-single-multi-level .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .w-single-multi-level .btn-filter:before,._account_api .liveDashboard ._account_api .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .w-single-multi-level .btn-period-clear:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .w-single-multi-level .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard ._account_api .list-results thead .w-single-multi-level .btn-period-clear:before,._account_api .liveDashboard ._account_api .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .w-single-multi-level .btn-filter:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .w-single-multi-level .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard ._account_api .list-results thead .w-single-multi-level .btn-filter:before,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .w-single-multi-level .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .w-single-multi-level .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .w-single-multi-level .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .w-single-multi-level .btn-filter:before,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .w-single-multi-level .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .w-single-multi-level .btn-period-edit:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .w-single-multi-level .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .w-single-multi-level .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .w-single-multi-level .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .w-single-multi-level .btn-period-edit:before,._account_api .liveDashboard ._account_api .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .w-single-multi-level .btn-period-edit:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .w-single-multi-level .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard ._account_api .list-results thead .w-single-multi-level .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .w-single-multi-level .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .w-single-multi-level .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-single-multi-level .block-filters .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .w-single-multi-level .btn-filter:before,._account_api .liveDashboard .list-results thead .w-single-multi-level .block-filters .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .w-single-multi-level .btn-filter:before,._account_api .block-filters .liveDashboard .list-results thead .w-single-multi-level .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .w-single-multi-level .btn-filter:before,._account_api .liveDashboard .list-results thead .w-single-multi-level .block-filters .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .w-single-multi-level .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .w-single-multi-level .btn-filter:before,._account_api .liveDashboard ._account_api .list-results thead .w-single-multi-level .block-filters .btn-filter:before,._account_api .liveDashboard ._account_api .list-results thead .block-filters .w-single-multi-level .btn-filter:before,._account_api .block-filters .liveDashboard ._account_api .list-results thead .w-single-multi-level .btn-filter:before,.block-filters ._account_api .liveDashboard ._account_api .list-results thead .w-single-multi-level .btn-filter:before,._account_api .liveDashboard .list-results thead .w-single-multi-level .block-filters .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .w-single-multi-level .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .w-single-multi-level .btn-filter:before,._account_api .liveDashboard .list-results thead .w-single-multi-level .toggleWrapper input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead .w-single-multi-level input.mobileToggle+label,._account_api .liveDashboard .list-results thead .w-single-multi-level .toggleWrapper input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper .w-single-multi-level input.mobileToggle+label,._account_api .toggleWrapper .liveDashboard .list-results thead .w-single-multi-level input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead .w-single-multi-level input.mobileToggle+label,._account_api .liveDashboard .list-results thead .w-single-multi-level .toggleWrapper input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper .w-single-multi-level input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead .w-single-multi-level input.mobileToggle+label,._account_api .liveDashboard ._account_api .list-results thead .w-single-multi-level .toggleWrapper input.mobileToggle+label,._account_api .liveDashboard ._account_api .list-results thead .toggleWrapper .w-single-multi-level input.mobileToggle+label,._account_api .toggleWrapper .liveDashboard ._account_api .list-results thead .w-single-multi-level input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard ._account_api .list-results thead .w-single-multi-level input.mobileToggle+label,._account_api .liveDashboard .list-results thead .w-single-multi-level .toggleWrapper input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper .w-single-multi-level input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead .w-single-multi-level input.mobileToggle+label,._account_api .liveDashboard .list-results thead .w-single-multi-level tbody span.status,._account_api .liveDashboard .list-results tbody thead .w-single-multi-level span.status,._account_api .liveDashboard .list-results thead .w-single-multi-level tbody span.status,._account_api .liveDashboard .list-results thead tbody .w-single-multi-level span.status,._account_api .liveDashboard .list-results tbody thead .w-single-multi-level span.status,._account_api .liveDashboard .list-results thead .w-single-multi-level tbody span.status,._account_api .liveDashboard .list-results thead tbody .w-single-multi-level span.status,._account_api .liveDashboard .list-results tbody thead .w-single-multi-level span.status,._account_api .liveDashboard ._account_api .list-results thead .w-single-multi-level tbody span.status,._account_api .liveDashboard ._account_api .list-results thead tbody .w-single-multi-level span.status,._account_api .liveDashboard ._account_api .list-results tbody thead .w-single-multi-level span.status,._account_api .liveDashboard .list-results thead .w-single-multi-level tbody span.status,._account_api .liveDashboard .list-results thead tbody .w-single-multi-level span.status,._account_api .liveDashboard .list-results tbody thead .w-single-multi-level span.status,._account_api .liveDashboard .list-results thead .w-single-multi-level tbody td.is-running span,._account_api .liveDashboard .list-results tbody td.is-running thead .w-single-multi-level span,._account_api .liveDashboard .list-results thead .w-single-multi-level tbody td.is-running span,._account_api .liveDashboard .list-results thead tbody td.is-running .w-single-multi-level span,._account_api .liveDashboard .list-results tbody td.is-running thead .w-single-multi-level span,._account_api .liveDashboard .list-results thead .w-single-multi-level tbody td.is-running span,._account_api .liveDashboard .list-results thead tbody td.is-running .w-single-multi-level span,._account_api .liveDashboard .list-results tbody td.is-running thead .w-single-multi-level span,._account_api .liveDashboard ._account_api .list-results thead .w-single-multi-level tbody td.is-running span,._account_api .liveDashboard ._account_api .list-results thead tbody td.is-running .w-single-multi-level span,._account_api .liveDashboard ._account_api .list-results tbody td.is-running thead .w-single-multi-level span,._account_api .liveDashboard .list-results thead .w-single-multi-level tbody td.is-running span,._account_api .liveDashboard .list-results thead tbody td.is-running .w-single-multi-level span,._account_api .liveDashboard .list-results tbody td.is-running thead .w-single-multi-level span,._account_api .liveDashboard .list-results thead .w-single-multi-level tbody td.is-pending span,._account_api .liveDashboard .list-results tbody td.is-pending thead .w-single-multi-level span,._account_api .liveDashboard .list-results thead .w-single-multi-level tbody td.is-pending span,._account_api .liveDashboard .list-results thead tbody td.is-pending .w-single-multi-level span,._account_api .liveDashboard .list-results tbody td.is-pending thead .w-single-multi-level span,._account_api .liveDashboard .list-results thead .w-single-multi-level tbody td.is-pending span,._account_api .liveDashboard .list-results thead tbody td.is-pending .w-single-multi-level span,._account_api .liveDashboard .list-results tbody td.is-pending thead .w-single-multi-level span,._account_api .liveDashboard ._account_api .list-results thead .w-single-multi-level tbody td.is-pending span,._account_api .liveDashboard ._account_api .list-results thead tbody td.is-pending .w-single-multi-level span,._account_api .liveDashboard ._account_api .list-results tbody td.is-pending thead .w-single-multi-level span,._account_api .liveDashboard .list-results thead .w-single-multi-level tbody td.is-pending span,._account_api .liveDashboard .list-results thead tbody td.is-pending .w-single-multi-level span,._account_api .liveDashboard .list-results tbody td.is-pending thead .w-single-multi-level span,.liveDashboard ._account_api .list-results thead .w-single-multi-level .icon,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-alert-banner:before,.liveDashboard ._account_api .liveDashboard .list-results thead .w-single-multi-level .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-dialog.plus .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .w-single-multi-level .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .w-single-multi-level .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .w-single-multi-level .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .w-single-multi-level .dialog-aside:after,.liveDashboard .w-dialog.plus ._account_api .list-results thead .w-single-multi-level .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .w-single-multi-level .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .w-single-multi-level .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .w-single-multi-level .dialog-aside:after,.liveDashboard ._account_api .liveDashboard .list-results thead .w-single-multi-level .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .liveDashboard .list-results thead .w-dialog.plus .w-single-multi-level .dialog-aside:after,.liveDashboard .w-dialog.plus ._account_api .liveDashboard .list-results thead .w-single-multi-level .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .liveDashboard .list-results thead .w-single-multi-level .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-toast .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .w-single-multi-level .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-toast .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .w-single-multi-level .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .w-single-multi-level .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-toast .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .w-single-multi-level .toast.plus:after,.liveDashboard .w-toast ._account_api .list-results thead .w-single-multi-level .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .w-single-multi-level .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-toast .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .w-single-multi-level .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .w-single-multi-level .toast.plus:after,.liveDashboard ._account_api .liveDashboard .list-results thead .w-single-multi-level .w-toast .toast.plus:after,.liveDashboard ._account_api .liveDashboard .list-results thead .w-toast .w-single-multi-level .toast.plus:after,.liveDashboard .w-toast ._account_api .liveDashboard .list-results thead .w-single-multi-level .toast.plus:after,.w-toast .liveDashboard ._account_api .liveDashboard .list-results thead .w-single-multi-level .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .w-single-multi-level .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .w-single-multi-level .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .w-single-multi-level .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .w-single-multi-level .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .w-single-multi-level .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .w-single-multi-level .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .w-single-multi-level .btn-period-clear:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .w-single-multi-level .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .w-single-multi-level .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .w-single-multi-level .btn-filter:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .w-single-multi-level .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .w-single-multi-level .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .w-single-multi-level .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .w-single-multi-level .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .w-single-multi-level .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .w-single-multi-level .btn-filter:before,.liveDashboard ._account_api .liveDashboard .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .w-single-multi-level .btn-period-clear:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .w-single-multi-level .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .liveDashboard .list-results thead .w-single-multi-level .btn-period-clear:before,.liveDashboard ._account_api .liveDashboard .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .w-single-multi-level .btn-filter:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .w-single-multi-level .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .liveDashboard .list-results thead .w-single-multi-level .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .w-single-multi-level .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .w-single-multi-level .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .w-single-multi-level .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .w-single-multi-level .btn-period-edit:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .w-single-multi-level .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .w-single-multi-level .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .w-single-multi-level .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .w-single-multi-level .btn-period-edit:before,.liveDashboard ._account_api .liveDashboard .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .w-single-multi-level .btn-period-edit:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .w-single-multi-level .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .liveDashboard .list-results thead .w-single-multi-level .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-single-multi-level .block-filters .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .w-single-multi-level .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-single-multi-level .block-filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .w-single-multi-level .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .w-single-multi-level .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-single-multi-level .block-filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .w-single-multi-level .btn-filter:before,.liveDashboard .block-filters ._account_api .list-results thead .w-single-multi-level .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .w-single-multi-level .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-single-multi-level .block-filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .w-single-multi-level .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .w-single-multi-level .btn-filter:before,.liveDashboard ._account_api .liveDashboard .list-results thead .w-single-multi-level .block-filters .btn-filter:before,.liveDashboard ._account_api .liveDashboard .list-results thead .block-filters .w-single-multi-level .btn-filter:before,.liveDashboard .block-filters ._account_api .liveDashboard .list-results thead .w-single-multi-level .btn-filter:before,.block-filters .liveDashboard ._account_api .liveDashboard .list-results thead .w-single-multi-level .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-single-multi-level .toggleWrapper input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead .w-single-multi-level input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .w-single-multi-level .toggleWrapper input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper .w-single-multi-level input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead .w-single-multi-level input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .w-single-multi-level .toggleWrapper input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper .w-single-multi-level input.mobileToggle+label,.liveDashboard .toggleWrapper ._account_api .list-results thead .w-single-multi-level input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead .w-single-multi-level input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .w-single-multi-level .toggleWrapper input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper .w-single-multi-level input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead .w-single-multi-level input.mobileToggle+label,.liveDashboard ._account_api .liveDashboard .list-results thead .w-single-multi-level .toggleWrapper input.mobileToggle+label,.liveDashboard ._account_api .liveDashboard .list-results thead .toggleWrapper .w-single-multi-level input.mobileToggle+label,.liveDashboard .toggleWrapper ._account_api .liveDashboard .list-results thead .w-single-multi-level input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .liveDashboard .list-results thead .w-single-multi-level input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .w-single-multi-level tbody span.status,.liveDashboard ._account_api .list-results tbody thead .w-single-multi-level span.status,.liveDashboard ._account_api .list-results thead .w-single-multi-level tbody span.status,.liveDashboard ._account_api .list-results thead tbody .w-single-multi-level span.status,.liveDashboard ._account_api .list-results tbody thead .w-single-multi-level span.status,.liveDashboard ._account_api .list-results thead .w-single-multi-level tbody span.status,.liveDashboard ._account_api .list-results thead tbody .w-single-multi-level span.status,.liveDashboard ._account_api .list-results tbody thead .w-single-multi-level span.status,.liveDashboard ._account_api .list-results thead .w-single-multi-level tbody span.status,.liveDashboard ._account_api .list-results thead tbody .w-single-multi-level span.status,.liveDashboard ._account_api .list-results tbody thead .w-single-multi-level span.status,.liveDashboard ._account_api .liveDashboard .list-results thead .w-single-multi-level tbody span.status,.liveDashboard ._account_api .liveDashboard .list-results thead tbody .w-single-multi-level span.status,.liveDashboard ._account_api .liveDashboard .list-results tbody thead .w-single-multi-level span.status,.liveDashboard ._account_api .list-results thead .w-single-multi-level tbody td.is-running span,.liveDashboard ._account_api .list-results tbody td.is-running thead .w-single-multi-level span,.liveDashboard ._account_api .list-results thead .w-single-multi-level tbody td.is-running span,.liveDashboard ._account_api .list-results thead tbody td.is-running .w-single-multi-level span,.liveDashboard ._account_api .list-results tbody td.is-running thead .w-single-multi-level span,.liveDashboard ._account_api .list-results thead .w-single-multi-level tbody td.is-running span,.liveDashboard ._account_api .list-results thead tbody td.is-running .w-single-multi-level span,.liveDashboard ._account_api .list-results tbody td.is-running thead .w-single-multi-level span,.liveDashboard ._account_api .list-results thead .w-single-multi-level tbody td.is-running span,.liveDashboard ._account_api .list-results thead tbody td.is-running .w-single-multi-level span,.liveDashboard ._account_api .list-results tbody td.is-running thead .w-single-multi-level span,.liveDashboard ._account_api .liveDashboard .list-results thead .w-single-multi-level tbody td.is-running span,.liveDashboard ._account_api .liveDashboard .list-results thead tbody td.is-running .w-single-multi-level span,.liveDashboard ._account_api .liveDashboard .list-results tbody td.is-running thead .w-single-multi-level span,.liveDashboard ._account_api .list-results thead .w-single-multi-level tbody td.is-pending span,.liveDashboard ._account_api .list-results tbody td.is-pending thead .w-single-multi-level span,.liveDashboard ._account_api .list-results thead .w-single-multi-level tbody td.is-pending span,.liveDashboard ._account_api .list-results thead tbody td.is-pending .w-single-multi-level span,.liveDashboard ._account_api .list-results tbody td.is-pending thead .w-single-multi-level span,.liveDashboard ._account_api .list-results thead .w-single-multi-level tbody td.is-pending span,.liveDashboard ._account_api .list-results thead tbody td.is-pending .w-single-multi-level span,.liveDashboard ._account_api .list-results tbody td.is-pending thead .w-single-multi-level span,.liveDashboard ._account_api .list-results thead .w-single-multi-level tbody td.is-pending span,.liveDashboard ._account_api .list-results thead tbody td.is-pending .w-single-multi-level span,.liveDashboard ._account_api .list-results tbody td.is-pending thead .w-single-multi-level span,.liveDashboard ._account_api .liveDashboard .list-results thead .w-single-multi-level tbody td.is-pending span,.liveDashboard ._account_api .liveDashboard .list-results thead tbody td.is-pending .w-single-multi-level span,.liveDashboard ._account_api .liveDashboard .list-results tbody td.is-pending thead .w-single-multi-level span,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .w-single-multi-level .dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .w-single-multi-level .dropdown-toggle:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .w-single-multi-level .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .w-single-multi-level .dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-filter-preset.w-filter-preset .filter-preset .filter,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-filter-preset.w-filter-preset .filter-preset .filter,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .w-single-multi-level .filter,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .w-single-multi-level .filter,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .w-single-multi-level .filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .w-single-multi-level .filter,._account_api .liveDashboard .list-results thead .w-single-multi-level .form-label.status span,._account_api .liveDashboard .list-results thead .w-single-multi-level .status.status-log span,._account_api .liveDashboard .list-results thead .w-single-multi-level .status.status-report-item span,._account_api .liveDashboard .list-results thead .w-single-multi-level .double-list dd.status span,.double-list ._account_api .liveDashboard .list-results thead .w-single-multi-level dd.status span,._account_api .liveDashboard .list-results thead .w-single-multi-level .double-list dt.status span,.double-list ._account_api .liveDashboard .list-results thead .w-single-multi-level dt.status span,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-cards-container .w-card .status.title span,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .w-single-multi-level .status.title span,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .w-single-multi-level .status.label span,._account_api .liveDashboard .list-results thead .w-single-multi-level tbody tr.sublist .status.title span,._account_api .liveDashboard .list-results tbody tr.sublist thead .w-single-multi-level .status.title span,.liveDashboard ._account_api .list-results thead .w-single-multi-level .form-label.status span,.liveDashboard ._account_api .list-results thead .w-single-multi-level .status.status-log span,.liveDashboard ._account_api .list-results thead .w-single-multi-level .status.status-report-item span,.liveDashboard ._account_api .list-results thead .w-single-multi-level .double-list dd.status span,.double-list .liveDashboard ._account_api .list-results thead .w-single-multi-level dd.status span,.liveDashboard ._account_api .list-results thead .w-single-multi-level .double-list dt.status span,.double-list .liveDashboard ._account_api .list-results thead .w-single-multi-level dt.status span,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-cards-container .w-card .status.title span,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .w-single-multi-level .status.title span,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .w-single-multi-level .status.label span,.liveDashboard ._account_api .list-results thead .w-single-multi-level tbody tr.sublist .status.title span,.liveDashboard ._account_api .list-results tbody tr.sublist thead .w-single-multi-level .status.title span,._account_api .liveDashboard .list-results thead .form-label.status .w-single-multi-level span,._account_api .liveDashboard .list-results thead .status.status-log .w-single-multi-level span,._account_api .liveDashboard .list-results thead .status.status-report-item .w-single-multi-level span,._account_api .liveDashboard .list-results thead .double-list dd.status .w-single-multi-level span,.double-list ._account_api .liveDashboard .list-results thead dd.status .w-single-multi-level span,._account_api .liveDashboard .list-results thead .double-list dt.status .w-single-multi-level span,.double-list ._account_api .liveDashboard .list-results thead dt.status .w-single-multi-level span,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title .w-single-multi-level span,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title .w-single-multi-level span,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .w-single-multi-level span,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label .w-single-multi-level span,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title .w-single-multi-level span,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title .w-single-multi-level span,.liveDashboard ._account_api .list-results thead .form-label.status .w-single-multi-level span,.liveDashboard ._account_api .list-results thead .status.status-log .w-single-multi-level span,.liveDashboard ._account_api .list-results thead .status.status-report-item .w-single-multi-level span,.liveDashboard ._account_api .list-results thead .double-list dd.status .w-single-multi-level span,.double-list .liveDashboard ._account_api .list-results thead dd.status .w-single-multi-level span,.liveDashboard ._account_api .list-results thead .double-list dt.status .w-single-multi-level span,.double-list .liveDashboard ._account_api .list-results thead dt.status .w-single-multi-level span,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title .w-single-multi-level span,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title .w-single-multi-level span,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .w-single-multi-level span,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label .w-single-multi-level span,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title .w-single-multi-level span,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title .w-single-multi-level span,._account_api .form-label.status .liveDashboard .list-results thead .w-single-multi-level span,._account_api .status.status-log .liveDashboard .list-results thead .w-single-multi-level span,._account_api .status.status-report-item .liveDashboard .list-results thead .w-single-multi-level span,._account_api .double-list dd.status .liveDashboard .list-results thead .w-single-multi-level span,.double-list ._account_api dd.status .liveDashboard .list-results thead .w-single-multi-level span,._account_api .double-list dt.status .liveDashboard .list-results thead .w-single-multi-level span,.double-list ._account_api dt.status .liveDashboard .list-results thead .w-single-multi-level span,._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead .w-single-multi-level span,.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead .w-single-multi-level span,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead .w-single-multi-level span,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead .w-single-multi-level span,._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead .w-single-multi-level span,.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead .w-single-multi-level span,.form-label.status .liveDashboard ._account_api .list-results thead .w-single-multi-level span,.status.status-log .liveDashboard ._account_api .list-results thead .w-single-multi-level span,.status.status-report-item .liveDashboard ._account_api .list-results thead .w-single-multi-level span,.double-list dd.status .liveDashboard ._account_api .list-results thead .w-single-multi-level span,.double-list dt.status .liveDashboard ._account_api .list-results thead .w-single-multi-level span,.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead .w-single-multi-level span,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead .w-single-multi-level span,.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead .w-single-multi-level span,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-filters-selected label.status.small span,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-filters-selected label.status.small span,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small .w-single-multi-level span,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small .w-single-multi-level span,._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead .w-single-multi-level span,.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead .w-single-multi-level span,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-filters-selected .status.btn-f-s span,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-filters-selected .status.btn-f-s span,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .w-single-multi-level span,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s .w-single-multi-level span,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead .w-single-multi-level span,.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead .w-single-multi-level span,._account_api .liveDashboard .list-results thead .w-single-multi-level .sub-header .w-form label,._account_api .liveDashboard .list-results thead .w-single-multi-level .sub-header .w-double-list label,.liveDashboard ._account_api .list-results thead .w-single-multi-level .sub-header .w-form label,.liveDashboard ._account_api .list-results thead .w-single-multi-level .sub-header .w-double-list label,._account_api .liveDashboard .list-results thead .sub-header .w-form .w-single-multi-level label,._account_api .liveDashboard .list-results thead .sub-header .w-double-list .w-single-multi-level label,.liveDashboard ._account_api .list-results thead .sub-header .w-form .w-single-multi-level label,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list .w-single-multi-level label,._account_api .sub-header .w-form .liveDashboard .list-results thead .w-single-multi-level label,._account_api .sub-header .w-double-list .liveDashboard .list-results thead .w-single-multi-level label,.sub-header .w-form .liveDashboard ._account_api .list-results thead .w-single-multi-level label,.sub-header .w-double-list .liveDashboard ._account_api .list-results thead .w-single-multi-level label,._account_api .liveDashboard .list-results thead .w-single-multi-level .block-filters button:after,.liveDashboard ._account_api .list-results thead .w-single-multi-level .block-filters button:after,._account_api .liveDashboard .list-results thead .block-filters .w-single-multi-level button:after,.liveDashboard ._account_api .list-results thead .block-filters .w-single-multi-level button:after,._account_api .block-filters .liveDashboard .list-results thead .w-single-multi-level button:after,.block-filters .liveDashboard ._account_api .list-results thead .w-single-multi-level button:after,._account_api .liveDashboard .list-results thead .w-single-multi-level .block-filters select:after,.liveDashboard ._account_api .list-results thead .w-single-multi-level .block-filters select:after,._account_api .liveDashboard .list-results thead .block-filters .w-single-multi-level select:after,.liveDashboard ._account_api .list-results thead .block-filters .w-single-multi-level select:after,._account_api .block-filters .liveDashboard .list-results thead .w-single-multi-level select:after,.block-filters .liveDashboard ._account_api .list-results thead .w-single-multi-level select:after,._account_api .liveDashboard .list-results thead .w-single-multi-level .form-auto-list .form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .w-single-multi-level .form-auto-list .form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .form-auto-list .w-single-multi-level .form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .form-auto-list .w-single-multi-level .form-auto-item.is-user-is-inactive,._account_api .form-auto-list .liveDashboard .list-results thead .w-single-multi-level .form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard ._account_api .list-results thead .w-single-multi-level .form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .w-single-multi-level .form-auto-list .form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .w-single-multi-level .form-auto-list .form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .form-auto-list .w-single-multi-level .form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .form-auto-list .w-single-multi-level .form-auto-item.is-user-is-active,._account_api .form-auto-list .liveDashboard .list-results thead .w-single-multi-level .form-auto-item.is-user-is-active,.form-auto-list .liveDashboard ._account_api .list-results thead .w-single-multi-level .form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .w-single-multi-level .list-results-header .status.title span,.liveDashboard ._account_api .list-results thead .w-single-multi-level .list-results-header .status.title span,._account_api .liveDashboard .list-results thead .list-results-header .status.title .w-single-multi-level span,.liveDashboard ._account_api .list-results thead .list-results-header .status.title .w-single-multi-level span,._account_api .list-results-header .status.title .liveDashboard .list-results thead .w-single-multi-level span,.list-results-header .status.title .liveDashboard ._account_api .list-results thead .w-single-multi-level span,._account_api .liveDashboard .list-results thead .w-single-multi-level tr span,.liveDashboard ._account_api .list-results thead .w-single-multi-level tr span,._account_api .liveDashboard .list-results thead tr .w-single-multi-level span,.liveDashboard ._account_api .list-results thead tr .w-single-multi-level span,._account_api .list-results thead .w-single-multi-level .icon,._account_api .list-results thead .w-single-multi-level .w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-alert-banner:before,._account_api .list-results thead .w-single-multi-level .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-alert-banner:before,._account_api .list-results thead .w-single-multi-level .w-dialog.plus .dialog-aside:after,.w-dialog.plus ._account_api .list-results thead .w-single-multi-level .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .w-single-multi-level .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .w-single-multi-level .dialog-aside:after,._account_api .w-dialog.plus .liveDashboard .list-results thead .w-single-multi-level .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .w-single-multi-level .dialog-aside:after,._account_api .list-results thead .w-single-multi-level .w-dialog.plus .dialog-aside:after,._account_api .list-results thead .w-dialog.plus .w-single-multi-level .dialog-aside:after,.w-dialog.plus ._account_api .list-results thead .w-single-multi-level .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .w-single-multi-level .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .w-single-multi-level .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .w-single-multi-level .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .w-single-multi-level .dialog-aside:after,._account_api .list-results thead .w-single-multi-level .w-toast .toast.plus:after,.w-toast ._account_api .list-results thead .w-single-multi-level .toast.plus:after,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-toast .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-toast .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .w-single-multi-level .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .w-single-multi-level .toast.plus:after,._account_api .w-toast .liveDashboard .list-results thead .w-single-multi-level .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .w-single-multi-level .toast.plus:after,._account_api .list-results thead .w-single-multi-level .w-toast .toast.plus:after,._account_api .list-results thead .w-toast .w-single-multi-level .toast.plus:after,.w-toast ._account_api .list-results thead .w-single-multi-level .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-toast .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .w-single-multi-level .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .w-single-multi-level .toast.plus:after,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-toast .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .w-single-multi-level .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .w-single-multi-level .toast.plus:after,._account_api .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .w-single-multi-level .btn-period-clear:before,._account_api .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .w-single-multi-level .btn-filter:before,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .w-single-multi-level .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .w-single-multi-level .btn-period-clear:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .w-single-multi-level .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .w-single-multi-level .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .w-single-multi-level .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .w-single-multi-level .btn-filter:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .w-single-multi-level .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .w-single-multi-level .btn-filter:before,._account_api .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .list-results thead .w-time-period .dropdown .w-selection .w-single-multi-level .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .w-single-multi-level .btn-period-clear:before,._account_api .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .list-results thead .w-time-period .dropdown .w-selection .w-single-multi-level .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .w-single-multi-level .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .w-single-multi-level .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .w-single-multi-level .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .w-single-multi-level .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .w-single-multi-level .btn-filter:before,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .w-single-multi-level .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .w-single-multi-level .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .w-single-multi-level .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .w-single-multi-level .btn-filter:before,._account_api .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .w-single-multi-level .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .w-single-multi-level .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .w-single-multi-level .btn-period-edit:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .w-single-multi-level .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .w-single-multi-level .btn-period-edit:before,._account_api .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .list-results thead .w-time-period .dropdown .w-selection .w-single-multi-level .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .w-single-multi-level .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .w-single-multi-level .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .w-single-multi-level .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .w-single-multi-level .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .w-single-multi-level .btn-period-edit:before,._account_api .list-results thead .w-single-multi-level .block-filters .btn-filter:before,.block-filters ._account_api .list-results thead .w-single-multi-level .btn-filter:before,._account_api .liveDashboard .list-results thead .w-single-multi-level .block-filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-single-multi-level .block-filters .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .w-single-multi-level .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .w-single-multi-level .btn-filter:before,._account_api .block-filters .liveDashboard .list-results thead .w-single-multi-level .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .w-single-multi-level .btn-filter:before,._account_api .list-results thead .w-single-multi-level .block-filters .btn-filter:before,._account_api .list-results thead .block-filters .w-single-multi-level .btn-filter:before,.block-filters ._account_api .list-results thead .w-single-multi-level .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-single-multi-level .block-filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .w-single-multi-level .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .w-single-multi-level .btn-filter:before,._account_api .liveDashboard .list-results thead .w-single-multi-level .block-filters .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .w-single-multi-level .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .w-single-multi-level .btn-filter:before,._account_api .list-results thead .w-single-multi-level .toggleWrapper input.mobileToggle+label,.toggleWrapper ._account_api .list-results thead .w-single-multi-level input.mobileToggle+label,._account_api .liveDashboard .list-results thead .w-single-multi-level .toggleWrapper input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .w-single-multi-level .toggleWrapper input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper .w-single-multi-level input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper .w-single-multi-level input.mobileToggle+label,._account_api .toggleWrapper .liveDashboard .list-results thead .w-single-multi-level input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead .w-single-multi-level input.mobileToggle+label,._account_api .list-results thead .w-single-multi-level .toggleWrapper input.mobileToggle+label,._account_api .list-results thead .toggleWrapper .w-single-multi-level input.mobileToggle+label,.toggleWrapper ._account_api .list-results thead .w-single-multi-level input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .w-single-multi-level .toggleWrapper input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper .w-single-multi-level input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead .w-single-multi-level input.mobileToggle+label,._account_api .liveDashboard .list-results thead .w-single-multi-level .toggleWrapper input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper .w-single-multi-level input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead .w-single-multi-level input.mobileToggle+label,._account_api .list-results thead .w-single-multi-level tbody span.status,._account_api .list-results tbody thead .w-single-multi-level span.status,._account_api .liveDashboard .list-results thead .w-single-multi-level tbody span.status,.liveDashboard ._account_api .list-results thead .w-single-multi-level tbody span.status,._account_api .liveDashboard .list-results thead tbody .w-single-multi-level span.status,.liveDashboard ._account_api .list-results thead tbody .w-single-multi-level span.status,._account_api .liveDashboard .list-results tbody thead .w-single-multi-level span.status,.liveDashboard ._account_api .list-results tbody thead .w-single-multi-level span.status,._account_api .list-results thead .w-single-multi-level tbody span.status,._account_api .list-results thead tbody .w-single-multi-level span.status,._account_api .list-results tbody thead .w-single-multi-level span.status,.liveDashboard ._account_api .list-results thead .w-single-multi-level tbody span.status,.liveDashboard ._account_api .list-results thead tbody .w-single-multi-level span.status,.liveDashboard ._account_api .list-results tbody thead .w-single-multi-level span.status,._account_api .liveDashboard .list-results thead .w-single-multi-level tbody span.status,._account_api .liveDashboard .list-results thead tbody .w-single-multi-level span.status,._account_api .liveDashboard .list-results tbody thead .w-single-multi-level span.status,._account_api .list-results thead .w-single-multi-level tbody td.is-running span,._account_api .list-results tbody td.is-running thead .w-single-multi-level span,._account_api .liveDashboard .list-results thead .w-single-multi-level tbody td.is-running span,.liveDashboard ._account_api .list-results thead .w-single-multi-level tbody td.is-running span,._account_api .liveDashboard .list-results thead tbody td.is-running .w-single-multi-level span,.liveDashboard ._account_api .list-results thead tbody td.is-running .w-single-multi-level span,._account_api .liveDashboard .list-results tbody td.is-running thead .w-single-multi-level span,.liveDashboard ._account_api .list-results tbody td.is-running thead .w-single-multi-level span,._account_api .list-results thead .w-single-multi-level tbody td.is-running span,._account_api .list-results thead tbody td.is-running .w-single-multi-level span,._account_api .list-results tbody td.is-running thead .w-single-multi-level span,.liveDashboard ._account_api .list-results thead .w-single-multi-level tbody td.is-running span,.liveDashboard ._account_api .list-results thead tbody td.is-running .w-single-multi-level span,.liveDashboard ._account_api .list-results tbody td.is-running thead .w-single-multi-level span,._account_api .liveDashboard .list-results thead .w-single-multi-level tbody td.is-running span,._account_api .liveDashboard .list-results thead tbody td.is-running .w-single-multi-level span,._account_api .liveDashboard .list-results tbody td.is-running thead .w-single-multi-level span,._account_api .list-results thead .w-single-multi-level tbody td.is-pending span,._account_api .list-results tbody td.is-pending thead .w-single-multi-level span,._account_api .liveDashboard .list-results thead .w-single-multi-level tbody td.is-pending span,.liveDashboard ._account_api .list-results thead .w-single-multi-level tbody td.is-pending span,._account_api .liveDashboard .list-results thead tbody td.is-pending .w-single-multi-level span,.liveDashboard ._account_api .list-results thead tbody td.is-pending .w-single-multi-level span,._account_api .liveDashboard .list-results tbody td.is-pending thead .w-single-multi-level span,.liveDashboard ._account_api .list-results tbody td.is-pending thead .w-single-multi-level span,._account_api .list-results thead .w-single-multi-level tbody td.is-pending span,._account_api .list-results thead tbody td.is-pending .w-single-multi-level span,._account_api .list-results tbody td.is-pending thead .w-single-multi-level span,.liveDashboard ._account_api .list-results thead .w-single-multi-level tbody td.is-pending span,.liveDashboard ._account_api .list-results thead tbody td.is-pending .w-single-multi-level span,.liveDashboard ._account_api .list-results tbody td.is-pending thead .w-single-multi-level span,._account_api .liveDashboard .list-results thead .w-single-multi-level tbody td.is-pending span,._account_api .liveDashboard .list-results thead tbody td.is-pending .w-single-multi-level span,._account_api .liveDashboard .list-results tbody td.is-pending thead .w-single-multi-level span,._account_api .list-results thead .w-single-multi-level .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .w-single-multi-level .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .w-single-multi-level .dropdown-toggle:after,._account_api .list-results thead .w-single-multi-level .w-filter-preset.w-filter-preset .filter-preset .filter,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .w-single-multi-level .filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .w-single-multi-level .filter,._account_api .list-results thead .w-single-multi-level .form-label.status span,._account_api .list-results thead .w-single-multi-level .status.status-log span,._account_api .list-results thead .w-single-multi-level .status.status-report-item span,._account_api .list-results thead .w-single-multi-level .double-list dd.status span,.double-list ._account_api .list-results thead .w-single-multi-level dd.status span,._account_api .list-results thead .w-single-multi-level .double-list dt.status span,.double-list ._account_api .list-results thead .w-single-multi-level dt.status span,._account_api .list-results thead .w-single-multi-level .w-cards-container .w-card .status.title span,.w-cards-container .w-card ._account_api .list-results thead .w-single-multi-level .status.title span,._account_api .list-results thead .w-single-multi-level .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value ._account_api .list-results thead .w-single-multi-level .status.label span,._account_api .list-results thead .w-single-multi-level tbody tr.sublist .status.title span,._account_api .list-results tbody tr.sublist thead .w-single-multi-level .status.title span,._account_api .list-results thead .form-label.status .w-single-multi-level span,._account_api .list-results thead .status.status-log .w-single-multi-level span,._account_api .list-results thead .status.status-report-item .w-single-multi-level span,._account_api .list-results thead .double-list dd.status .w-single-multi-level span,.double-list ._account_api .list-results thead dd.status .w-single-multi-level span,._account_api .list-results thead .double-list dt.status .w-single-multi-level span,.double-list ._account_api .list-results thead dt.status .w-single-multi-level span,._account_api .list-results thead .w-cards-container .w-card .status.title .w-single-multi-level span,.w-cards-container .w-card ._account_api .list-results thead .status.title .w-single-multi-level span,._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .w-single-multi-level span,.w-cards-container .w-card.centered .w-value ._account_api .list-results thead .status.label .w-single-multi-level span,._account_api .list-results thead tbody tr.sublist .status.title .w-single-multi-level span,._account_api .list-results tbody tr.sublist thead .status.title .w-single-multi-level span,.form-label.status ._account_api .list-results thead .w-single-multi-level span,.status.status-log ._account_api .list-results thead .w-single-multi-level span,.status.status-report-item ._account_api .list-results thead .w-single-multi-level span,.double-list dd.status ._account_api .list-results thead .w-single-multi-level span,.double-list dt.status ._account_api .list-results thead .w-single-multi-level span,.w-cards-container .w-card .status.title ._account_api .list-results thead .w-single-multi-level span,.w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead .w-single-multi-level span,.list-results tbody tr.sublist .status.title ._account_api .list-results thead .w-single-multi-level span,._account_api .list-results thead .w-single-multi-level .w-filters-selected label.status.small span,._account_api .list-results thead .w-filters-selected label.status.small .w-single-multi-level span,.w-filters-selected label.status.small ._account_api .list-results thead .w-single-multi-level span,._account_api .list-results thead .w-single-multi-level .w-filters-selected .status.btn-f-s span,._account_api .list-results thead .w-filters-selected .status.btn-f-s .w-single-multi-level span,.w-filters-selected .status.btn-f-s ._account_api .list-results thead .w-single-multi-level span,._account_api .list-results thead .w-single-multi-level .sub-header .w-form label,._account_api .list-results thead .w-single-multi-level .sub-header .w-double-list label,._account_api .list-results thead .sub-header .w-form .w-single-multi-level label,._account_api .list-results thead .sub-header .w-double-list .w-single-multi-level label,.sub-header .w-form ._account_api .list-results thead .w-single-multi-level label,.sub-header .w-double-list ._account_api .list-results thead .w-single-multi-level label,._account_api .list-results thead .w-single-multi-level .block-filters button:after,._account_api .list-results thead .block-filters .w-single-multi-level button:after,.block-filters ._account_api .list-results thead .w-single-multi-level button:after,._account_api .list-results thead .w-single-multi-level .block-filters select:after,._account_api .list-results thead .block-filters .w-single-multi-level select:after,.block-filters ._account_api .list-results thead .w-single-multi-level select:after,._account_api .list-results thead .w-single-multi-level .form-auto-list .form-auto-item.is-user-is-inactive,._account_api .list-results thead .form-auto-list .w-single-multi-level .form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .list-results thead .w-single-multi-level .form-auto-item.is-user-is-inactive,._account_api .list-results thead .w-single-multi-level .form-auto-list .form-auto-item.is-user-is-active,._account_api .list-results thead .form-auto-list .w-single-multi-level .form-auto-item.is-user-is-active,.form-auto-list ._account_api .list-results thead .w-single-multi-level .form-auto-item.is-user-is-active,._account_api .list-results thead .w-single-multi-level .list-results-header .status.title span,._account_api .list-results thead .list-results-header .status.title .w-single-multi-level span,.list-results-header .status.title ._account_api .list-results thead .w-single-multi-level span,._account_api .list-results thead .w-single-multi-level tr span,._account_api .list-results thead tr .w-single-multi-level span,.liveDashboard ._account_api .list-results thead .w-single-multi-level .icon,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-alert-banner:before,.liveDashboard ._account_api .liveDashboard .list-results thead .w-single-multi-level .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-dialog.plus .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .w-single-multi-level .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .w-single-multi-level .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .w-single-multi-level .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .w-single-multi-level .dialog-aside:after,.liveDashboard .w-dialog.plus ._account_api .list-results thead .w-single-multi-level .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .w-single-multi-level .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .w-single-multi-level .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .w-single-multi-level .dialog-aside:after,.liveDashboard ._account_api .liveDashboard .list-results thead .w-single-multi-level .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .liveDashboard .list-results thead .w-dialog.plus .w-single-multi-level .dialog-aside:after,.liveDashboard .w-dialog.plus ._account_api .liveDashboard .list-results thead .w-single-multi-level .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .liveDashboard .list-results thead .w-single-multi-level .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-toast .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .w-single-multi-level .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-toast .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .w-single-multi-level .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .w-single-multi-level .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-toast .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .w-single-multi-level .toast.plus:after,.liveDashboard .w-toast ._account_api .list-results thead .w-single-multi-level .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .w-single-multi-level .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-toast .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .w-single-multi-level .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .w-single-multi-level .toast.plus:after,.liveDashboard ._account_api .liveDashboard .list-results thead .w-single-multi-level .w-toast .toast.plus:after,.liveDashboard ._account_api .liveDashboard .list-results thead .w-toast .w-single-multi-level .toast.plus:after,.liveDashboard .w-toast ._account_api .liveDashboard .list-results thead .w-single-multi-level .toast.plus:after,.w-toast .liveDashboard ._account_api .liveDashboard .list-results thead .w-single-multi-level .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .w-single-multi-level .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .w-single-multi-level .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .w-single-multi-level .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .w-single-multi-level .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .w-single-multi-level .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .w-single-multi-level .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .w-single-multi-level .btn-period-clear:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .w-single-multi-level .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .w-single-multi-level .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .w-single-multi-level .btn-filter:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .w-single-multi-level .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .w-single-multi-level .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .w-single-multi-level .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .w-single-multi-level .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .w-single-multi-level .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .w-single-multi-level .btn-filter:before,.liveDashboard ._account_api .liveDashboard .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .w-single-multi-level .btn-period-clear:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .w-single-multi-level .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .liveDashboard .list-results thead .w-single-multi-level .btn-period-clear:before,.liveDashboard ._account_api .liveDashboard .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .w-single-multi-level .btn-filter:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .w-single-multi-level .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .liveDashboard .list-results thead .w-single-multi-level .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .w-single-multi-level .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .w-single-multi-level .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .w-single-multi-level .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .w-single-multi-level .btn-period-edit:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .w-single-multi-level .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .w-single-multi-level .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .w-single-multi-level .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .w-single-multi-level .btn-period-edit:before,.liveDashboard ._account_api .liveDashboard .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .w-single-multi-level .btn-period-edit:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .w-single-multi-level .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .liveDashboard .list-results thead .w-single-multi-level .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-single-multi-level .block-filters .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .w-single-multi-level .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-single-multi-level .block-filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .w-single-multi-level .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .w-single-multi-level .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-single-multi-level .block-filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .w-single-multi-level .btn-filter:before,.liveDashboard .block-filters ._account_api .list-results thead .w-single-multi-level .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .w-single-multi-level .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-single-multi-level .block-filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .w-single-multi-level .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .w-single-multi-level .btn-filter:before,.liveDashboard ._account_api .liveDashboard .list-results thead .w-single-multi-level .block-filters .btn-filter:before,.liveDashboard ._account_api .liveDashboard .list-results thead .block-filters .w-single-multi-level .btn-filter:before,.liveDashboard .block-filters ._account_api .liveDashboard .list-results thead .w-single-multi-level .btn-filter:before,.block-filters .liveDashboard ._account_api .liveDashboard .list-results thead .w-single-multi-level .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-single-multi-level .toggleWrapper input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead .w-single-multi-level input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .w-single-multi-level .toggleWrapper input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper .w-single-multi-level input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead .w-single-multi-level input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .w-single-multi-level .toggleWrapper input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper .w-single-multi-level input.mobileToggle+label,.liveDashboard .toggleWrapper ._account_api .list-results thead .w-single-multi-level input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead .w-single-multi-level input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .w-single-multi-level .toggleWrapper input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper .w-single-multi-level input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead .w-single-multi-level input.mobileToggle+label,.liveDashboard ._account_api .liveDashboard .list-results thead .w-single-multi-level .toggleWrapper input.mobileToggle+label,.liveDashboard ._account_api .liveDashboard .list-results thead .toggleWrapper .w-single-multi-level input.mobileToggle+label,.liveDashboard .toggleWrapper ._account_api .liveDashboard .list-results thead .w-single-multi-level input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .liveDashboard .list-results thead .w-single-multi-level input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .w-single-multi-level tbody span.status,.liveDashboard ._account_api .list-results tbody thead .w-single-multi-level span.status,.liveDashboard ._account_api .list-results thead .w-single-multi-level tbody span.status,.liveDashboard ._account_api .list-results thead tbody .w-single-multi-level span.status,.liveDashboard ._account_api .list-results tbody thead .w-single-multi-level span.status,.liveDashboard ._account_api .list-results thead .w-single-multi-level tbody span.status,.liveDashboard ._account_api .list-results thead tbody .w-single-multi-level span.status,.liveDashboard ._account_api .list-results tbody thead .w-single-multi-level span.status,.liveDashboard ._account_api .list-results thead .w-single-multi-level tbody span.status,.liveDashboard ._account_api .list-results thead tbody .w-single-multi-level span.status,.liveDashboard ._account_api .list-results tbody thead .w-single-multi-level span.status,.liveDashboard ._account_api .liveDashboard .list-results thead .w-single-multi-level tbody span.status,.liveDashboard ._account_api .liveDashboard .list-results thead tbody .w-single-multi-level span.status,.liveDashboard ._account_api .liveDashboard .list-results tbody thead .w-single-multi-level span.status,.liveDashboard ._account_api .list-results thead .w-single-multi-level tbody td.is-running span,.liveDashboard ._account_api .list-results tbody td.is-running thead .w-single-multi-level span,.liveDashboard ._account_api .list-results thead .w-single-multi-level tbody td.is-running span,.liveDashboard ._account_api .list-results thead tbody td.is-running .w-single-multi-level span,.liveDashboard ._account_api .list-results tbody td.is-running thead .w-single-multi-level span,.liveDashboard ._account_api .list-results thead .w-single-multi-level tbody td.is-running span,.liveDashboard ._account_api .list-results thead tbody td.is-running .w-single-multi-level span,.liveDashboard ._account_api .list-results tbody td.is-running thead .w-single-multi-level span,.liveDashboard ._account_api .list-results thead .w-single-multi-level tbody td.is-running span,.liveDashboard ._account_api .list-results thead tbody td.is-running .w-single-multi-level span,.liveDashboard ._account_api .list-results tbody td.is-running thead .w-single-multi-level span,.liveDashboard ._account_api .liveDashboard .list-results thead .w-single-multi-level tbody td.is-running span,.liveDashboard ._account_api .liveDashboard .list-results thead tbody td.is-running .w-single-multi-level span,.liveDashboard ._account_api .liveDashboard .list-results tbody td.is-running thead .w-single-multi-level span,.liveDashboard ._account_api .list-results thead .w-single-multi-level tbody td.is-pending span,.liveDashboard ._account_api .list-results tbody td.is-pending thead .w-single-multi-level span,.liveDashboard ._account_api .list-results thead .w-single-multi-level tbody td.is-pending span,.liveDashboard ._account_api .list-results thead tbody td.is-pending .w-single-multi-level span,.liveDashboard ._account_api .list-results tbody td.is-pending thead .w-single-multi-level span,.liveDashboard ._account_api .list-results thead .w-single-multi-level tbody td.is-pending span,.liveDashboard ._account_api .list-results thead tbody td.is-pending .w-single-multi-level span,.liveDashboard ._account_api .list-results tbody td.is-pending thead .w-single-multi-level span,.liveDashboard ._account_api .list-results thead .w-single-multi-level tbody td.is-pending span,.liveDashboard ._account_api .list-results thead tbody td.is-pending .w-single-multi-level span,.liveDashboard ._account_api .list-results tbody td.is-pending thead .w-single-multi-level span,.liveDashboard ._account_api .liveDashboard .list-results thead .w-single-multi-level tbody td.is-pending span,.liveDashboard ._account_api .liveDashboard .list-results thead tbody td.is-pending .w-single-multi-level span,.liveDashboard ._account_api .liveDashboard .list-results tbody td.is-pending thead .w-single-multi-level span,._account_api .liveDashboard .list-results thead .w-single-multi-level .icon,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-alert-banner:before,._account_api .liveDashboard ._account_api .list-results thead .w-single-multi-level .w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-dialog.plus .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .w-single-multi-level .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .w-single-multi-level .dialog-aside:after,._account_api .w-dialog.plus .liveDashboard .list-results thead .w-single-multi-level .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .w-single-multi-level .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .w-single-multi-level .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .w-single-multi-level .dialog-aside:after,._account_api .liveDashboard ._account_api .list-results thead .w-single-multi-level .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard ._account_api .list-results thead .w-dialog.plus .w-single-multi-level .dialog-aside:after,._account_api .w-dialog.plus .liveDashboard ._account_api .list-results thead .w-single-multi-level .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard ._account_api .list-results thead .w-single-multi-level .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .w-single-multi-level .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .w-single-multi-level .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-toast .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .w-single-multi-level .toast.plus:after,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-toast .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .w-single-multi-level .toast.plus:after,._account_api .w-toast .liveDashboard .list-results thead .w-single-multi-level .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .w-single-multi-level .toast.plus:after,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-toast .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .w-single-multi-level .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .w-single-multi-level .toast.plus:after,._account_api .liveDashboard ._account_api .list-results thead .w-single-multi-level .w-toast .toast.plus:after,._account_api .liveDashboard ._account_api .list-results thead .w-toast .w-single-multi-level .toast.plus:after,._account_api .w-toast .liveDashboard ._account_api .list-results thead .w-single-multi-level .toast.plus:after,.w-toast ._account_api .liveDashboard ._account_api .list-results thead .w-single-multi-level .toast.plus:after,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-toast .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .w-single-multi-level .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .w-single-multi-level .toast.plus:after,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .w-single-multi-level .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .w-single-multi-level .btn-filter:before,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .w-single-multi-level .btn-period-clear:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .w-single-multi-level .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .w-single-multi-level .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .w-single-multi-level .btn-filter:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .w-single-multi-level .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .w-single-multi-level .btn-filter:before,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .w-single-multi-level .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .w-single-multi-level .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .w-single-multi-level .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .w-single-multi-level .btn-filter:before,._account_api .liveDashboard ._account_api .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .w-single-multi-level .btn-period-clear:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .w-single-multi-level .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard ._account_api .list-results thead .w-single-multi-level .btn-period-clear:before,._account_api .liveDashboard ._account_api .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .w-single-multi-level .btn-filter:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .w-single-multi-level .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard ._account_api .list-results thead .w-single-multi-level .btn-filter:before,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .w-single-multi-level .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .w-single-multi-level .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .w-single-multi-level .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .w-single-multi-level .btn-filter:before,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .w-single-multi-level .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .w-single-multi-level .btn-period-edit:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .w-single-multi-level .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .w-single-multi-level .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .w-single-multi-level .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .w-single-multi-level .btn-period-edit:before,._account_api .liveDashboard ._account_api .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .w-single-multi-level .btn-period-edit:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .w-single-multi-level .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard ._account_api .list-results thead .w-single-multi-level .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .w-single-multi-level .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .w-single-multi-level .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-single-multi-level .block-filters .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .w-single-multi-level .btn-filter:before,._account_api .liveDashboard .list-results thead .w-single-multi-level .block-filters .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .w-single-multi-level .btn-filter:before,._account_api .block-filters .liveDashboard .list-results thead .w-single-multi-level .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .w-single-multi-level .btn-filter:before,._account_api .liveDashboard .list-results thead .w-single-multi-level .block-filters .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .w-single-multi-level .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .w-single-multi-level .btn-filter:before,._account_api .liveDashboard ._account_api .list-results thead .w-single-multi-level .block-filters .btn-filter:before,._account_api .liveDashboard ._account_api .list-results thead .block-filters .w-single-multi-level .btn-filter:before,._account_api .block-filters .liveDashboard ._account_api .list-results thead .w-single-multi-level .btn-filter:before,.block-filters ._account_api .liveDashboard ._account_api .list-results thead .w-single-multi-level .btn-filter:before,._account_api .liveDashboard .list-results thead .w-single-multi-level .block-filters .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .w-single-multi-level .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .w-single-multi-level .btn-filter:before,._account_api .liveDashboard .list-results thead .w-single-multi-level .toggleWrapper input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead .w-single-multi-level input.mobileToggle+label,._account_api .liveDashboard .list-results thead .w-single-multi-level .toggleWrapper input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper .w-single-multi-level input.mobileToggle+label,._account_api .toggleWrapper .liveDashboard .list-results thead .w-single-multi-level input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead .w-single-multi-level input.mobileToggle+label,._account_api .liveDashboard .list-results thead .w-single-multi-level .toggleWrapper input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper .w-single-multi-level input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead .w-single-multi-level input.mobileToggle+label,._account_api .liveDashboard ._account_api .list-results thead .w-single-multi-level .toggleWrapper input.mobileToggle+label,._account_api .liveDashboard ._account_api .list-results thead .toggleWrapper .w-single-multi-level input.mobileToggle+label,._account_api .toggleWrapper .liveDashboard ._account_api .list-results thead .w-single-multi-level input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard ._account_api .list-results thead .w-single-multi-level input.mobileToggle+label,._account_api .liveDashboard .list-results thead .w-single-multi-level .toggleWrapper input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper .w-single-multi-level input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead .w-single-multi-level input.mobileToggle+label,._account_api .liveDashboard .list-results thead .w-single-multi-level tbody span.status,._account_api .liveDashboard .list-results tbody thead .w-single-multi-level span.status,._account_api .liveDashboard .list-results thead .w-single-multi-level tbody span.status,._account_api .liveDashboard .list-results thead tbody .w-single-multi-level span.status,._account_api .liveDashboard .list-results tbody thead .w-single-multi-level span.status,._account_api .liveDashboard .list-results thead .w-single-multi-level tbody span.status,._account_api .liveDashboard .list-results thead tbody .w-single-multi-level span.status,._account_api .liveDashboard .list-results tbody thead .w-single-multi-level span.status,._account_api .liveDashboard ._account_api .list-results thead .w-single-multi-level tbody span.status,._account_api .liveDashboard ._account_api .list-results thead tbody .w-single-multi-level span.status,._account_api .liveDashboard ._account_api .list-results tbody thead .w-single-multi-level span.status,._account_api .liveDashboard .list-results thead .w-single-multi-level tbody span.status,._account_api .liveDashboard .list-results thead tbody .w-single-multi-level span.status,._account_api .liveDashboard .list-results tbody thead .w-single-multi-level span.status,._account_api .liveDashboard .list-results thead .w-single-multi-level tbody td.is-running span,._account_api .liveDashboard .list-results tbody td.is-running thead .w-single-multi-level span,._account_api .liveDashboard .list-results thead .w-single-multi-level tbody td.is-running span,._account_api .liveDashboard .list-results thead tbody td.is-running .w-single-multi-level span,._account_api .liveDashboard .list-results tbody td.is-running thead .w-single-multi-level span,._account_api .liveDashboard .list-results thead .w-single-multi-level tbody td.is-running span,._account_api .liveDashboard .list-results thead tbody td.is-running .w-single-multi-level span,._account_api .liveDashboard .list-results tbody td.is-running thead .w-single-multi-level span,._account_api .liveDashboard ._account_api .list-results thead .w-single-multi-level tbody td.is-running span,._account_api .liveDashboard ._account_api .list-results thead tbody td.is-running .w-single-multi-level span,._account_api .liveDashboard ._account_api .list-results tbody td.is-running thead .w-single-multi-level span,._account_api .liveDashboard .list-results thead .w-single-multi-level tbody td.is-running span,._account_api .liveDashboard .list-results thead tbody td.is-running .w-single-multi-level span,._account_api .liveDashboard .list-results tbody td.is-running thead .w-single-multi-level span,._account_api .liveDashboard .list-results thead .w-single-multi-level tbody td.is-pending span,._account_api .liveDashboard .list-results tbody td.is-pending thead .w-single-multi-level span,._account_api .liveDashboard .list-results thead .w-single-multi-level tbody td.is-pending span,._account_api .liveDashboard .list-results thead tbody td.is-pending .w-single-multi-level span,._account_api .liveDashboard .list-results tbody td.is-pending thead .w-single-multi-level span,._account_api .liveDashboard .list-results thead .w-single-multi-level tbody td.is-pending span,._account_api .liveDashboard .list-results thead tbody td.is-pending .w-single-multi-level span,._account_api .liveDashboard .list-results tbody td.is-pending thead .w-single-multi-level span,._account_api .liveDashboard ._account_api .list-results thead .w-single-multi-level tbody td.is-pending span,._account_api .liveDashboard ._account_api .list-results thead tbody td.is-pending .w-single-multi-level span,._account_api .liveDashboard ._account_api .list-results tbody td.is-pending thead .w-single-multi-level span,._account_api .liveDashboard .list-results thead .w-single-multi-level tbody td.is-pending span,._account_api .liveDashboard .list-results thead tbody td.is-pending .w-single-multi-level span,._account_api .liveDashboard .list-results tbody td.is-pending thead .w-single-multi-level span,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .w-single-multi-level .dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .w-single-multi-level .dropdown-toggle:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .w-single-multi-level .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .w-single-multi-level .dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-filter-preset.w-filter-preset .filter-preset .filter,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .w-single-multi-level .filter,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-filter-preset.w-filter-preset .filter-preset .filter,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .w-single-multi-level .filter,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .w-single-multi-level .filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .w-single-multi-level .filter,.liveDashboard ._account_api .list-results thead .w-single-multi-level .form-label.status span,.liveDashboard ._account_api .list-results thead .w-single-multi-level .status.status-log span,.liveDashboard ._account_api .list-results thead .w-single-multi-level .status.status-report-item span,.liveDashboard ._account_api .list-results thead .w-single-multi-level .double-list dd.status span,.double-list .liveDashboard ._account_api .list-results thead .w-single-multi-level dd.status span,.liveDashboard ._account_api .list-results thead .w-single-multi-level .double-list dt.status span,.double-list .liveDashboard ._account_api .list-results thead .w-single-multi-level dt.status span,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-cards-container .w-card .status.title span,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .w-single-multi-level .status.title span,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .w-single-multi-level .status.label span,.liveDashboard ._account_api .list-results thead .w-single-multi-level tbody tr.sublist .status.title span,.liveDashboard ._account_api .list-results tbody tr.sublist thead .w-single-multi-level .status.title span,.liveDashboard ._account_api .list-results thead .form-label.status .w-single-multi-level span,.liveDashboard ._account_api .list-results thead .status.status-log .w-single-multi-level span,.liveDashboard ._account_api .list-results thead .status.status-report-item .w-single-multi-level span,.liveDashboard ._account_api .list-results thead .double-list dd.status .w-single-multi-level span,.double-list .liveDashboard ._account_api .list-results thead dd.status .w-single-multi-level span,.liveDashboard ._account_api .list-results thead .double-list dt.status .w-single-multi-level span,.double-list .liveDashboard ._account_api .list-results thead dt.status .w-single-multi-level span,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title .w-single-multi-level span,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title .w-single-multi-level span,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .w-single-multi-level span,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label .w-single-multi-level span,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title .w-single-multi-level span,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title .w-single-multi-level span,._account_api .liveDashboard .list-results thead .w-single-multi-level .form-label.status span,._account_api .liveDashboard .list-results thead .w-single-multi-level .status.status-log span,._account_api .liveDashboard .list-results thead .w-single-multi-level .status.status-report-item span,._account_api .liveDashboard .list-results thead .w-single-multi-level .double-list dd.status span,.double-list ._account_api .liveDashboard .list-results thead .w-single-multi-level dd.status span,._account_api .liveDashboard .list-results thead .w-single-multi-level .double-list dt.status span,.double-list ._account_api .liveDashboard .list-results thead .w-single-multi-level dt.status span,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-cards-container .w-card .status.title span,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .w-single-multi-level .status.title span,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .w-single-multi-level .status.label span,._account_api .liveDashboard .list-results thead .w-single-multi-level tbody tr.sublist .status.title span,._account_api .liveDashboard .list-results tbody tr.sublist thead .w-single-multi-level .status.title span,._account_api .liveDashboard .list-results thead .form-label.status .w-single-multi-level span,._account_api .liveDashboard .list-results thead .status.status-log .w-single-multi-level span,._account_api .liveDashboard .list-results thead .status.status-report-item .w-single-multi-level span,._account_api .liveDashboard .list-results thead .double-list dd.status .w-single-multi-level span,.double-list ._account_api .liveDashboard .list-results thead dd.status .w-single-multi-level span,._account_api .liveDashboard .list-results thead .double-list dt.status .w-single-multi-level span,.double-list ._account_api .liveDashboard .list-results thead dt.status .w-single-multi-level span,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title .w-single-multi-level span,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title .w-single-multi-level span,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .w-single-multi-level span,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label .w-single-multi-level span,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title .w-single-multi-level span,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title .w-single-multi-level span,.liveDashboard .form-label.status ._account_api .list-results thead .w-single-multi-level span,.liveDashboard .status.status-log ._account_api .list-results thead .w-single-multi-level span,.liveDashboard .status.status-report-item ._account_api .list-results thead .w-single-multi-level span,.liveDashboard .double-list dd.status ._account_api .list-results thead .w-single-multi-level span,.double-list .liveDashboard dd.status ._account_api .list-results thead .w-single-multi-level span,.liveDashboard .double-list dt.status ._account_api .list-results thead .w-single-multi-level span,.double-list .liveDashboard dt.status ._account_api .list-results thead .w-single-multi-level span,.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead .w-single-multi-level span,.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead .w-single-multi-level span,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead .w-single-multi-level span,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead .w-single-multi-level span,.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead .w-single-multi-level span,.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead .w-single-multi-level span,.form-label.status ._account_api .liveDashboard .list-results thead .w-single-multi-level span,.status.status-log ._account_api .liveDashboard .list-results thead .w-single-multi-level span,.status.status-report-item ._account_api .liveDashboard .list-results thead .w-single-multi-level span,.double-list dd.status ._account_api .liveDashboard .list-results thead .w-single-multi-level span,.double-list dt.status ._account_api .liveDashboard .list-results thead .w-single-multi-level span,.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead .w-single-multi-level span,.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead .w-single-multi-level span,.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead .w-single-multi-level span,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-filters-selected label.status.small span,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small .w-single-multi-level span,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-filters-selected label.status.small span,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small .w-single-multi-level span,.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead .w-single-multi-level span,.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead .w-single-multi-level span,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-filters-selected .status.btn-f-s span,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s .w-single-multi-level span,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-filters-selected .status.btn-f-s span,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .w-single-multi-level span,.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead .w-single-multi-level span,.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead .w-single-multi-level span,.liveDashboard ._account_api .list-results thead .w-single-multi-level .sub-header .w-form label,.liveDashboard ._account_api .list-results thead .w-single-multi-level .sub-header .w-double-list label,.liveDashboard ._account_api .list-results thead .sub-header .w-form .w-single-multi-level label,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list .w-single-multi-level label,._account_api .liveDashboard .list-results thead .w-single-multi-level .sub-header .w-form label,._account_api .liveDashboard .list-results thead .w-single-multi-level .sub-header .w-double-list label,._account_api .liveDashboard .list-results thead .sub-header .w-form .w-single-multi-level label,._account_api .liveDashboard .list-results thead .sub-header .w-double-list .w-single-multi-level label,.liveDashboard .sub-header .w-form ._account_api .list-results thead .w-single-multi-level label,.liveDashboard .sub-header .w-double-list ._account_api .list-results thead .w-single-multi-level label,.sub-header .w-form ._account_api .liveDashboard .list-results thead .w-single-multi-level label,.sub-header .w-double-list ._account_api .liveDashboard .list-results thead .w-single-multi-level label,.liveDashboard ._account_api .list-results thead .w-single-multi-level .block-filters button:after,.liveDashboard ._account_api .list-results thead .block-filters .w-single-multi-level button:after,._account_api .liveDashboard .list-results thead .w-single-multi-level .block-filters button:after,._account_api .liveDashboard .list-results thead .block-filters .w-single-multi-level button:after,.liveDashboard .block-filters ._account_api .list-results thead .w-single-multi-level button:after,.block-filters ._account_api .liveDashboard .list-results thead .w-single-multi-level button:after,.liveDashboard ._account_api .list-results thead .w-single-multi-level .block-filters select:after,.liveDashboard ._account_api .list-results thead .block-filters .w-single-multi-level select:after,._account_api .liveDashboard .list-results thead .w-single-multi-level .block-filters select:after,._account_api .liveDashboard .list-results thead .block-filters .w-single-multi-level select:after,.liveDashboard .block-filters ._account_api .list-results thead .w-single-multi-level select:after,.block-filters ._account_api .liveDashboard .list-results thead .w-single-multi-level select:after,.liveDashboard ._account_api .list-results thead .w-single-multi-level .form-auto-list .form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .form-auto-list .w-single-multi-level .form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .w-single-multi-level .form-auto-list .form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .form-auto-list .w-single-multi-level .form-auto-item.is-user-is-inactive,.liveDashboard .form-auto-list ._account_api .list-results thead .w-single-multi-level .form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .liveDashboard .list-results thead .w-single-multi-level .form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .w-single-multi-level .form-auto-list .form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .form-auto-list .w-single-multi-level .form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .w-single-multi-level .form-auto-list .form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .form-auto-list .w-single-multi-level .form-auto-item.is-user-is-active,.liveDashboard .form-auto-list ._account_api .list-results thead .w-single-multi-level .form-auto-item.is-user-is-active,.form-auto-list ._account_api .liveDashboard .list-results thead .w-single-multi-level .form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .w-single-multi-level .list-results-header .status.title span,.liveDashboard ._account_api .list-results thead .list-results-header .status.title .w-single-multi-level span,._account_api .liveDashboard .list-results thead .w-single-multi-level .list-results-header .status.title span,._account_api .liveDashboard .list-results thead .list-results-header .status.title .w-single-multi-level span,.liveDashboard .list-results-header .status.title ._account_api .list-results thead .w-single-multi-level span,.list-results-header .status.title ._account_api .liveDashboard .list-results thead .w-single-multi-level span,.liveDashboard ._account_api .list-results thead .w-single-multi-level tr span,.liveDashboard ._account_api .list-results thead tr .w-single-multi-level span,._account_api .liveDashboard .list-results thead .w-single-multi-level tr span,._account_api .liveDashboard .list-results thead tr .w-single-multi-level span,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .w-single-multi-level .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .w-single-multi-level .dropdown-toggle:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .w-single-multi-level .filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .w-single-multi-level .filter,._account_api .form-label.status .liveDashboard .list-results thead .w-single-multi-level span,._account_api .status.status-log .liveDashboard .list-results thead .w-single-multi-level span,._account_api .status.status-report-item .liveDashboard .list-results thead .w-single-multi-level span,._account_api .double-list dd.status .liveDashboard .list-results thead .w-single-multi-level span,.double-list ._account_api dd.status .liveDashboard .list-results thead .w-single-multi-level span,._account_api .double-list dt.status .liveDashboard .list-results thead .w-single-multi-level span,.double-list ._account_api dt.status .liveDashboard .list-results thead .w-single-multi-level span,._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead .w-single-multi-level span,.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead .w-single-multi-level span,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead .w-single-multi-level span,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead .w-single-multi-level span,._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead .w-single-multi-level span,.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead .w-single-multi-level span,.form-label.status .liveDashboard ._account_api .list-results thead .w-single-multi-level span,.status.status-log .liveDashboard ._account_api .list-results thead .w-single-multi-level span,.status.status-report-item .liveDashboard ._account_api .list-results thead .w-single-multi-level span,.double-list dd.status .liveDashboard ._account_api .list-results thead .w-single-multi-level span,.double-list dt.status .liveDashboard ._account_api .list-results thead .w-single-multi-level span,.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead .w-single-multi-level span,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead .w-single-multi-level span,.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead .w-single-multi-level span,._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead .w-single-multi-level span,.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead .w-single-multi-level span,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead .w-single-multi-level span,.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead .w-single-multi-level span,._account_api .sub-header .w-form .liveDashboard .list-results thead .w-single-multi-level label,._account_api .sub-header .w-double-list .liveDashboard .list-results thead .w-single-multi-level label,.sub-header .w-form .liveDashboard ._account_api .list-results thead .w-single-multi-level label,.sub-header .w-double-list .liveDashboard ._account_api .list-results thead .w-single-multi-level label,._account_api .block-filters .liveDashboard .list-results thead .w-single-multi-level button:after,.block-filters .liveDashboard ._account_api .list-results thead .w-single-multi-level button:after,._account_api .block-filters .liveDashboard .list-results thead .w-single-multi-level select:after,.block-filters .liveDashboard ._account_api .list-results thead .w-single-multi-level select:after,._account_api .form-auto-list .liveDashboard .list-results thead .w-single-multi-level .form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard ._account_api .list-results thead .w-single-multi-level .form-auto-item.is-user-is-inactive,._account_api .form-auto-list .liveDashboard .list-results thead .w-single-multi-level .form-auto-item.is-user-is-active,.form-auto-list .liveDashboard ._account_api .list-results thead .w-single-multi-level .form-auto-item.is-user-is-active,._account_api .list-results-header .status.title .liveDashboard .list-results thead .w-single-multi-level span,.list-results-header .status.title .liveDashboard ._account_api .list-results thead .w-single-multi-level span,.w-single-multi-level ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .w-single-multi-level .dropdown-toggle:after,.w-single-multi-level .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .w-single-multi-level .dropdown-toggle:after,.w-single-multi-level ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .w-single-multi-level .filter,.w-single-multi-level .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .w-single-multi-level .filter,.w-single-multi-level ._account_api .list-results thead .form-label.status span,.w-single-multi-level ._account_api .list-results thead .status.status-log span,.w-single-multi-level ._account_api .list-results thead .status.status-report-item span,.w-single-multi-level ._account_api .list-results thead .double-list dd.status span,.double-list .w-single-multi-level ._account_api .list-results thead dd.status span,.w-single-multi-level ._account_api .list-results thead .double-list dt.status span,.double-list .w-single-multi-level ._account_api .list-results thead dt.status span,.w-single-multi-level ._account_api .list-results thead .w-cards-container .w-card .status.title span,.w-cards-container .w-card .w-single-multi-level ._account_api .list-results thead .status.title span,.w-single-multi-level ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value .w-single-multi-level ._account_api .list-results thead .status.label span,.w-single-multi-level ._account_api .list-results thead tbody tr.sublist .status.title span,.w-single-multi-level ._account_api .list-results tbody tr.sublist thead .status.title span,._account_api .list-results thead .form-label.status .w-single-multi-level span,._account_api .list-results thead .status.status-log .w-single-multi-level span,._account_api .list-results thead .status.status-report-item .w-single-multi-level span,._account_api .list-results thead .double-list dd.status .w-single-multi-level span,.double-list ._account_api .list-results thead dd.status .w-single-multi-level span,._account_api .list-results thead .double-list dt.status .w-single-multi-level span,.double-list ._account_api .list-results thead dt.status .w-single-multi-level span,._account_api .list-results thead .w-cards-container .w-card .status.title .w-single-multi-level span,.w-cards-container .w-card ._account_api .list-results thead .status.title .w-single-multi-level span,._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .w-single-multi-level span,.w-cards-container .w-card.centered .w-value ._account_api .list-results thead .status.label .w-single-multi-level span,._account_api .list-results thead tbody tr.sublist .status.title .w-single-multi-level span,._account_api .list-results tbody tr.sublist thead .status.title .w-single-multi-level span,.w-single-multi-level .form-label.status ._account_api .list-results thead span,.w-single-multi-level .status.status-log ._account_api .list-results thead span,.w-single-multi-level .status.status-report-item ._account_api .list-results thead span,.w-single-multi-level .double-list dd.status ._account_api .list-results thead span,.double-list .w-single-multi-level dd.status ._account_api .list-results thead span,.w-single-multi-level .double-list dt.status ._account_api .list-results thead span,.double-list .w-single-multi-level dt.status ._account_api .list-results thead span,.w-single-multi-level .w-cards-container .w-card .status.title ._account_api .list-results thead span,.w-cards-container .w-card .w-single-multi-level .status.title ._account_api .list-results thead span,.w-single-multi-level .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span,.w-cards-container .w-card.centered .w-value .w-single-multi-level .status.label ._account_api .list-results thead span,.w-single-multi-level .list-results tbody tr.sublist .status.title ._account_api .list-results thead span,.list-results tbody tr.sublist .w-single-multi-level .status.title ._account_api .list-results thead span,.form-label.status ._account_api .list-results thead .w-single-multi-level span,.status.status-log ._account_api .list-results thead .w-single-multi-level span,.status.status-report-item ._account_api .list-results thead .w-single-multi-level span,.double-list dd.status ._account_api .list-results thead .w-single-multi-level span,.double-list dt.status ._account_api .list-results thead .w-single-multi-level span,.w-cards-container .w-card .status.title ._account_api .list-results thead .w-single-multi-level span,.w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead .w-single-multi-level span,.list-results tbody tr.sublist .status.title ._account_api .list-results thead .w-single-multi-level span,.w-single-multi-level ._account_api .list-results thead .w-filters-selected label.status.small span,._account_api .list-results thead .w-filters-selected label.status.small .w-single-multi-level span,.w-single-multi-level .w-filters-selected label.status.small ._account_api .list-results thead span,.w-filters-selected label.status.small ._account_api .list-results thead .w-single-multi-level span,.w-single-multi-level ._account_api .list-results thead .w-filters-selected .status.btn-f-s span,._account_api .list-results thead .w-filters-selected .status.btn-f-s .w-single-multi-level span,.w-single-multi-level .w-filters-selected .status.btn-f-s ._account_api .list-results thead span,.w-filters-selected .status.btn-f-s ._account_api .list-results thead .w-single-multi-level span,.w-single-multi-level ._account_api .list-results thead .sub-header .w-form label,.w-single-multi-level ._account_api .list-results thead .sub-header .w-double-list label,._account_api .list-results thead .sub-header .w-form .w-single-multi-level label,._account_api .list-results thead .sub-header .w-double-list .w-single-multi-level label,.w-single-multi-level .sub-header .w-form ._account_api .list-results thead label,.w-single-multi-level .sub-header .w-double-list ._account_api .list-results thead label,.sub-header .w-form ._account_api .list-results thead .w-single-multi-level label,.sub-header .w-double-list ._account_api .list-results thead .w-single-multi-level label,.w-single-multi-level ._account_api .list-results thead .block-filters button:after,._account_api .list-results thead .block-filters .w-single-multi-level button:after,.w-single-multi-level .block-filters ._account_api .list-results thead button:after,.block-filters ._account_api .list-results thead .w-single-multi-level button:after,.w-single-multi-level ._account_api .list-results thead .block-filters select:after,._account_api .list-results thead .block-filters .w-single-multi-level select:after,.w-single-multi-level .block-filters ._account_api .list-results thead select:after,.block-filters ._account_api .list-results thead .w-single-multi-level select:after,.w-single-multi-level ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive,._account_api .list-results thead .form-auto-list .w-single-multi-level .form-auto-item.is-user-is-inactive,.w-single-multi-level .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .list-results thead .w-single-multi-level .form-auto-item.is-user-is-inactive,.w-single-multi-level ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active,._account_api .list-results thead .form-auto-list .w-single-multi-level .form-auto-item.is-user-is-active,.w-single-multi-level .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-active,.form-auto-list ._account_api .list-results thead .w-single-multi-level .form-auto-item.is-user-is-active,.w-single-multi-level ._account_api .list-results thead .list-results-header .status.title span,._account_api .list-results thead .list-results-header .status.title .w-single-multi-level span,.w-single-multi-level .list-results-header .status.title ._account_api .list-results thead span,.list-results-header .status.title ._account_api .list-results thead .w-single-multi-level span,.w-single-multi-level ._account_api .list-results thead tr span,._account_api .list-results thead tr .w-single-multi-level span,.w-single-multi-level .sidebar-default.sidebar-default-right .sidebar-default-body .filter-group .filter-checkbox,.sidebar-default.sidebar-default-right .sidebar-default-body .filter-group .w-single-multi-level .filter-checkbox,.w-single-multi-level .add-filters-dropdown .w-add-filters-list>div.filter-group .filter-checkbox,.add-filters-dropdown .w-add-filters-list>div.filter-group .w-single-multi-level .filter-checkbox,.w-single-multi-level .filter-preset .filter-field-name button,.filter-preset .filter-field-name .w-single-multi-level button,.filters .button-default,.filters .liveDashboard .list-results thead .icon,.filters .liveDashboard .list-results thead .w-alert-banner:before,.filters .liveDashboard .list-results thead .w-alert-banner:before,.filters .liveDashboard ._account_api .list-results thead .w-alert-banner:before,._account_api .filters .liveDashboard .list-results thead .w-alert-banner:before,.filters .liveDashboard ._account_api .list-results thead .w-alert-banner:before,.filters ._account_api .liveDashboard .list-results thead .w-alert-banner:before,._account_api .filters .liveDashboard .list-results thead .w-alert-banner:before,.filters .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .filters .liveDashboard .list-results thead .dialog-aside:after,.filters .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.filters .w-dialog.plus .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus .filters .liveDashboard .list-results thead .dialog-aside:after,.filters .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,._account_api .filters .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.filters .liveDashboard .w-dialog.plus ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus ._account_api .filters .liveDashboard .list-results thead .dialog-aside:after,.filters .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.filters .w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus .filters .liveDashboard ._account_api .list-results thead .dialog-aside:after,.filters ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,._account_api .filters .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.filters .w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus ._account_api .filters .liveDashboard .list-results thead .dialog-aside:after,.filters .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-toast .filters .liveDashboard .list-results thead .toast.plus:after,.filters .liveDashboard .list-results thead .w-toast .toast.plus:after,.filters .w-toast .liveDashboard .list-results thead .toast.plus:after,.w-toast .filters .liveDashboard .list-results thead .toast.plus:after,.filters .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,._account_api .filters .liveDashboard .list-results thead .w-toast .toast.plus:after,.filters .liveDashboard .w-toast ._account_api .list-results thead .toast.plus:after,.w-toast ._account_api .filters .liveDashboard .list-results thead .toast.plus:after,.filters .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.filters .w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.w-toast .filters .liveDashboard ._account_api .list-results thead .toast.plus:after,.filters ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,._account_api .filters .liveDashboard .list-results thead .w-toast .toast.plus:after,.filters .w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,.w-toast ._account_api .filters .liveDashboard .list-results thead .toast.plus:after,.filters .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .filters .liveDashboard .list-results thead .btn-period-clear:before,.filters .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .filters .liveDashboard .list-results thead .btn-filter:before,.filters .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.filters .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .filters .liveDashboard .list-results thead .btn-period-clear:before,.filters .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.filters .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .filters .liveDashboard .list-results thead .btn-filter:before,.filters .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .filters .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.filters .liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .filters .liveDashboard .list-results thead .btn-period-clear:before,.filters .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .filters .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.filters .liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .filters .liveDashboard .list-results thead .btn-filter:before,.filters .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.filters .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .filters .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.filters .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.filters .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.filters ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .filters .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.filters .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .filters .liveDashboard .list-results thead .btn-period-clear:before,.filters ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .filters .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.filters .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .filters .liveDashboard .list-results thead .btn-filter:before,.filters .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .filters .liveDashboard .list-results thead .btn-period-edit:before,.filters .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.filters .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .filters .liveDashboard .list-results thead .btn-period-edit:before,.filters .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .filters .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.filters .liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .filters .liveDashboard .list-results thead .btn-period-edit:before,.filters .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.filters .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .filters .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.filters ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .filters .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.filters .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .filters .liveDashboard .list-results thead .btn-period-edit:before,.filters .liveDashboard .list-results thead .block-filters .btn-filter:before,.block-filters .filters .liveDashboard .list-results thead .btn-filter:before,.filters .liveDashboard .list-results thead .block-filters .btn-filter:before,.filters .block-filters .liveDashboard .list-results thead .btn-filter:before,.block-filters .filters .liveDashboard .list-results thead .btn-filter:before,.filters .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,._account_api .filters .liveDashboard .list-results thead .block-filters .btn-filter:before,.filters .liveDashboard .block-filters ._account_api .list-results thead .btn-filter:before,.block-filters ._account_api .filters .liveDashboard .list-results thead .btn-filter:before,.filters .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.filters .block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.block-filters .filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.filters ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,._account_api .filters .liveDashboard .list-results thead .block-filters .btn-filter:before,.filters .block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,.block-filters ._account_api .filters .liveDashboard .list-results thead .btn-filter:before,.filters .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper .filters .liveDashboard .list-results thead input.mobileToggle+label,.filters .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.filters .toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper .filters .liveDashboard .list-results thead input.mobileToggle+label,.filters .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,._account_api .filters .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.filters .liveDashboard .toggleWrapper ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper ._account_api .filters .liveDashboard .list-results thead input.mobileToggle+label,.filters .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.filters .toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper .filters .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.filters ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,._account_api .filters .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.filters .toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper ._account_api .filters .liveDashboard .list-results thead input.mobileToggle+label,.filters .liveDashboard .list-results thead tbody span.status,.filters .liveDashboard .list-results tbody thead span.status,.filters .liveDashboard .list-results thead tbody span.status,.filters .liveDashboard .list-results tbody thead span.status,.filters .liveDashboard ._account_api .list-results thead tbody span.status,._account_api .filters .liveDashboard .list-results thead tbody span.status,.filters .liveDashboard ._account_api .list-results tbody thead span.status,._account_api .filters .liveDashboard .list-results tbody thead span.status,.filters .liveDashboard ._account_api .list-results thead tbody span.status,.filters .liveDashboard ._account_api .list-results tbody thead span.status,.filters ._account_api .liveDashboard .list-results thead tbody span.status,._account_api .filters .liveDashboard .list-results thead tbody span.status,.filters ._account_api .liveDashboard .list-results tbody thead span.status,._account_api .filters .liveDashboard .list-results tbody thead span.status,.filters .liveDashboard .list-results thead tbody td.is-running span,.filters .liveDashboard .list-results tbody td.is-running thead span,.filters .liveDashboard .list-results thead tbody td.is-running span,.filters .liveDashboard .list-results tbody td.is-running thead span,.filters .liveDashboard ._account_api .list-results thead tbody td.is-running span,._account_api .filters .liveDashboard .list-results thead tbody td.is-running span,.filters .liveDashboard ._account_api .list-results tbody td.is-running thead span,._account_api .filters .liveDashboard .list-results tbody td.is-running thead span,.filters .liveDashboard ._account_api .list-results thead tbody td.is-running span,.filters .liveDashboard ._account_api .list-results tbody td.is-running thead span,.filters ._account_api .liveDashboard .list-results thead tbody td.is-running span,._account_api .filters .liveDashboard .list-results thead tbody td.is-running span,.filters ._account_api .liveDashboard .list-results tbody td.is-running thead span,._account_api .filters .liveDashboard .list-results tbody td.is-running thead span,.filters .liveDashboard .list-results thead tbody td.is-pending span,.filters .liveDashboard .list-results tbody td.is-pending thead span,.filters .liveDashboard .list-results thead tbody td.is-pending span,.filters .liveDashboard .list-results tbody td.is-pending thead span,.filters .liveDashboard ._account_api .list-results thead tbody td.is-pending span,._account_api .filters .liveDashboard .list-results thead tbody td.is-pending span,.filters .liveDashboard ._account_api .list-results tbody td.is-pending thead span,._account_api .filters .liveDashboard .list-results tbody td.is-pending thead span,.filters .liveDashboard ._account_api .list-results thead tbody td.is-pending span,.filters .liveDashboard ._account_api .list-results tbody td.is-pending thead span,.filters ._account_api .liveDashboard .list-results thead tbody td.is-pending span,._account_api .filters .liveDashboard .list-results thead tbody td.is-pending span,.filters ._account_api .liveDashboard .list-results tbody td.is-pending thead span,._account_api .filters .liveDashboard .list-results tbody td.is-pending thead span,.filters .liveDashboard .list-results thead .icon,.filters .liveDashboard .list-results thead .w-alert-banner:before,.filters .liveDashboard .list-results thead .w-alert-banner:before,.filters .liveDashboard ._account_api .list-results thead .w-alert-banner:before,._account_api .filters .liveDashboard .list-results thead .w-alert-banner:before,.filters .liveDashboard ._account_api .list-results thead .w-alert-banner:before,.filters ._account_api .liveDashboard .list-results thead .w-alert-banner:before,._account_api .filters .liveDashboard .list-results thead .w-alert-banner:before,.filters .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .filters .liveDashboard .list-results thead .dialog-aside:after,.filters .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.filters .w-dialog.plus .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus .filters .liveDashboard .list-results thead .dialog-aside:after,.filters .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,._account_api .filters .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.filters .liveDashboard .w-dialog.plus ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus ._account_api .filters .liveDashboard .list-results thead .dialog-aside:after,.filters .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.filters .w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus .filters .liveDashboard ._account_api .list-results thead .dialog-aside:after,.filters ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,._account_api .filters .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.filters .w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus ._account_api .filters .liveDashboard .list-results thead .dialog-aside:after,.filters .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-toast .filters .liveDashboard .list-results thead .toast.plus:after,.filters .liveDashboard .list-results thead .w-toast .toast.plus:after,.filters .w-toast .liveDashboard .list-results thead .toast.plus:after,.w-toast .filters .liveDashboard .list-results thead .toast.plus:after,.filters .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,._account_api .filters .liveDashboard .list-results thead .w-toast .toast.plus:after,.filters .liveDashboard .w-toast ._account_api .list-results thead .toast.plus:after,.w-toast ._account_api .filters .liveDashboard .list-results thead .toast.plus:after,.filters .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.filters .w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.w-toast .filters .liveDashboard ._account_api .list-results thead .toast.plus:after,.filters ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,._account_api .filters .liveDashboard .list-results thead .w-toast .toast.plus:after,.filters .w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,.w-toast ._account_api .filters .liveDashboard .list-results thead .toast.plus:after,.filters .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .filters .liveDashboard .list-results thead .btn-period-clear:before,.filters .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .filters .liveDashboard .list-results thead .btn-filter:before,.filters .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.filters .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .filters .liveDashboard .list-results thead .btn-period-clear:before,.filters .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.filters .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .filters .liveDashboard .list-results thead .btn-filter:before,.filters .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .filters .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.filters .liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .filters .liveDashboard .list-results thead .btn-period-clear:before,.filters .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .filters .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.filters .liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .filters .liveDashboard .list-results thead .btn-filter:before,.filters .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.filters .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .filters .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.filters .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.filters .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.filters ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .filters .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.filters .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .filters .liveDashboard .list-results thead .btn-period-clear:before,.filters ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .filters .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.filters .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .filters .liveDashboard .list-results thead .btn-filter:before,.filters .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .filters .liveDashboard .list-results thead .btn-period-edit:before,.filters .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.filters .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .filters .liveDashboard .list-results thead .btn-period-edit:before,.filters .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .filters .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.filters .liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .filters .liveDashboard .list-results thead .btn-period-edit:before,.filters .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.filters .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .filters .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.filters ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .filters .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.filters .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .filters .liveDashboard .list-results thead .btn-period-edit:before,.filters .liveDashboard .list-results thead .block-filters .btn-filter:before,.block-filters .filters .liveDashboard .list-results thead .btn-filter:before,.filters .liveDashboard .list-results thead .block-filters .btn-filter:before,.filters .block-filters .liveDashboard .list-results thead .btn-filter:before,.block-filters .filters .liveDashboard .list-results thead .btn-filter:before,.filters .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,._account_api .filters .liveDashboard .list-results thead .block-filters .btn-filter:before,.filters .liveDashboard .block-filters ._account_api .list-results thead .btn-filter:before,.block-filters ._account_api .filters .liveDashboard .list-results thead .btn-filter:before,.filters .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.filters .block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.block-filters .filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.filters ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,._account_api .filters .liveDashboard .list-results thead .block-filters .btn-filter:before,.filters .block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,.block-filters ._account_api .filters .liveDashboard .list-results thead .btn-filter:before,.filters .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper .filters .liveDashboard .list-results thead input.mobileToggle+label,.filters .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.filters .toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper .filters .liveDashboard .list-results thead input.mobileToggle+label,.filters .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,._account_api .filters .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.filters .liveDashboard .toggleWrapper ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper ._account_api .filters .liveDashboard .list-results thead input.mobileToggle+label,.filters .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.filters .toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper .filters .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.filters ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,._account_api .filters .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.filters .toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper ._account_api .filters .liveDashboard .list-results thead input.mobileToggle+label,.filters .liveDashboard .list-results thead tbody span.status,.filters .liveDashboard .list-results tbody thead span.status,.filters .liveDashboard .list-results thead tbody span.status,.filters .liveDashboard .list-results tbody thead span.status,.filters .liveDashboard ._account_api .list-results thead tbody span.status,._account_api .filters .liveDashboard .list-results thead tbody span.status,.filters .liveDashboard ._account_api .list-results tbody thead span.status,._account_api .filters .liveDashboard .list-results tbody thead span.status,.filters .liveDashboard ._account_api .list-results thead tbody span.status,.filters .liveDashboard ._account_api .list-results tbody thead span.status,.filters ._account_api .liveDashboard .list-results thead tbody span.status,._account_api .filters .liveDashboard .list-results thead tbody span.status,.filters ._account_api .liveDashboard .list-results tbody thead span.status,._account_api .filters .liveDashboard .list-results tbody thead span.status,.filters .liveDashboard .list-results thead tbody td.is-running span,.filters .liveDashboard .list-results tbody td.is-running thead span,.filters .liveDashboard .list-results thead tbody td.is-running span,.filters .liveDashboard .list-results tbody td.is-running thead span,.filters .liveDashboard ._account_api .list-results thead tbody td.is-running span,._account_api .filters .liveDashboard .list-results thead tbody td.is-running span,.filters .liveDashboard ._account_api .list-results tbody td.is-running thead span,._account_api .filters .liveDashboard .list-results tbody td.is-running thead span,.filters .liveDashboard ._account_api .list-results thead tbody td.is-running span,.filters .liveDashboard ._account_api .list-results tbody td.is-running thead span,.filters ._account_api .liveDashboard .list-results thead tbody td.is-running span,._account_api .filters .liveDashboard .list-results thead tbody td.is-running span,.filters ._account_api .liveDashboard .list-results tbody td.is-running thead span,._account_api .filters .liveDashboard .list-results tbody td.is-running thead span,.filters .liveDashboard .list-results thead tbody td.is-pending span,.filters .liveDashboard .list-results tbody td.is-pending thead span,.filters .liveDashboard .list-results thead tbody td.is-pending span,.filters .liveDashboard .list-results tbody td.is-pending thead span,.filters .liveDashboard ._account_api .list-results thead tbody td.is-pending span,._account_api .filters .liveDashboard .list-results thead tbody td.is-pending span,.filters .liveDashboard ._account_api .list-results tbody td.is-pending thead span,._account_api .filters .liveDashboard .list-results tbody td.is-pending thead span,.filters .liveDashboard ._account_api .list-results thead tbody td.is-pending span,.filters .liveDashboard ._account_api .list-results tbody td.is-pending thead span,.filters ._account_api .liveDashboard .list-results thead tbody td.is-pending span,._account_api .filters .liveDashboard .list-results thead tbody td.is-pending span,.filters ._account_api .liveDashboard .list-results tbody td.is-pending thead span,._account_api .filters .liveDashboard .list-results tbody td.is-pending thead span,.filters .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,.filters .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .filters .liveDashboard .list-results thead .dropdown-toggle:after,.filters .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter,.filters .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .filter,.w-filter-preset.w-filter-preset .filter-preset .filters .liveDashboard .list-results thead .filter,.filters .liveDashboard .list-results thead .form-label.status span,.filters .liveDashboard .list-results thead .status.status-log span,.filters .liveDashboard .list-results thead .status.status-report-item span,.filters .liveDashboard .list-results thead .double-list dd.status span,.double-list .filters .liveDashboard .list-results thead dd.status span,.filters .liveDashboard .list-results thead .double-list dt.status span,.double-list .filters .liveDashboard .list-results thead dt.status span,.filters .liveDashboard .list-results thead .w-cards-container .w-card .status.title span,.w-cards-container .w-card .filters .liveDashboard .list-results thead .status.title span,.filters .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value .filters .liveDashboard .list-results thead .status.label span,.filters .liveDashboard .list-results thead tbody tr.sublist .status.title span,.filters .liveDashboard .list-results tbody tr.sublist thead .status.title span,.filters .form-label.status .liveDashboard .list-results thead span,.filters .status.status-log .liveDashboard .list-results thead span,.filters .status.status-report-item .liveDashboard .list-results thead span,.filters .double-list dd.status .liveDashboard .list-results thead span,.double-list .filters dd.status .liveDashboard .list-results thead span,.filters .double-list dt.status .liveDashboard .list-results thead span,.double-list .filters dt.status .liveDashboard .list-results thead span,.filters .w-cards-container .w-card .status.title .liveDashboard .list-results thead span,.w-cards-container .w-card .filters .status.title .liveDashboard .list-results thead span,.filters .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span,.w-cards-container .w-card.centered .w-value .filters .status.label .liveDashboard .list-results thead span,.filters .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span,.list-results tbody tr.sublist .filters .status.title .liveDashboard .list-results thead span,.form-label.status .filters .liveDashboard .list-results thead span,.status.status-log .filters .liveDashboard .list-results thead span,.status.status-report-item .filters .liveDashboard .list-results thead span,.double-list dd.status .filters .liveDashboard .list-results thead span,.double-list dt.status .filters .liveDashboard .list-results thead span,.w-cards-container .w-card .status.title .filters .liveDashboard .list-results thead span,.w-cards-container .w-card.centered .w-value .status.label .filters .liveDashboard .list-results thead span,.list-results tbody tr.sublist .status.title .filters .liveDashboard .list-results thead span,.filters .liveDashboard .list-results thead .w-filters-selected label.status.small span,.filters .w-filters-selected label.status.small .liveDashboard .list-results thead span,.w-filters-selected label.status.small .filters .liveDashboard .list-results thead span,.filters .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span,.filters .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span,.w-filters-selected .status.btn-f-s .filters .liveDashboard .list-results thead span,.filters .liveDashboard .list-results thead .sub-header .w-form label,.filters .liveDashboard .list-results thead .sub-header .w-double-list label,.filters .sub-header .w-form .liveDashboard .list-results thead label,.filters .sub-header .w-double-list .liveDashboard .list-results thead label,.sub-header .w-form .filters .liveDashboard .list-results thead label,.sub-header .w-double-list .filters .liveDashboard .list-results thead label,.filters .liveDashboard .list-results thead .block-filters button:after,.filters .block-filters .liveDashboard .list-results thead button:after,.block-filters .filters .liveDashboard .list-results thead button:after,.filters .liveDashboard .list-results thead .block-filters select:after,.filters .block-filters .liveDashboard .list-results thead select:after,.block-filters .filters .liveDashboard .list-results thead select:after,.filters .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive,.filters .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive,.form-auto-list .filters .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive,.filters .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active,.filters .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-active,.form-auto-list .filters .liveDashboard .list-results thead .form-auto-item.is-user-is-active,.filters .liveDashboard .list-results thead .list-results-header .status.title span,.filters .list-results-header .status.title .liveDashboard .list-results thead span,.list-results-header .status.title .filters .liveDashboard .list-results thead span,.filters .liveDashboard .list-results thead tr span,.filters .liveDashboard ._account_api .list-results thead .icon,.filters .liveDashboard ._account_api .list-results thead .w-alert-banner:before,.filters .liveDashboard ._account_api .list-results thead .w-alert-banner:before,.filters .liveDashboard ._account_api .list-results thead .w-alert-banner:before,.filters .liveDashboard ._account_api .list-results thead .w-alert-banner:before,.filters .liveDashboard ._account_api .liveDashboard .list-results thead .w-alert-banner:before,.filters .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .filters .liveDashboard ._account_api .list-results thead .dialog-aside:after,.filters .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.filters .w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus .filters .liveDashboard ._account_api .list-results thead .dialog-aside:after,.filters .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.filters .liveDashboard .w-dialog.plus ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus .filters .liveDashboard ._account_api .list-results thead .dialog-aside:after,.filters .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.filters .w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus .filters .liveDashboard ._account_api .list-results thead .dialog-aside:after,.filters .liveDashboard ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.filters .liveDashboard .w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus .filters .liveDashboard ._account_api .liveDashboard .list-results thead .dialog-aside:after,.filters .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.w-toast .filters .liveDashboard ._account_api .list-results thead .toast.plus:after,.filters .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.filters .w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.w-toast .filters .liveDashboard ._account_api .list-results thead .toast.plus:after,.filters .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.filters .liveDashboard .w-toast ._account_api .list-results thead .toast.plus:after,.w-toast .filters .liveDashboard ._account_api .list-results thead .toast.plus:after,.filters .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.filters .w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.w-toast .filters .liveDashboard ._account_api .list-results thead .toast.plus:after,.filters .liveDashboard ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.filters .liveDashboard .w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,.w-toast .filters .liveDashboard ._account_api .liveDashboard .list-results thead .toast.plus:after,.filters .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .filters .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.filters .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.filters .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.filters .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .filters .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.filters .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.filters .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.filters .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.filters .liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .filters .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.filters .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.filters .liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.filters .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.filters .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .filters .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.filters .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.filters .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.filters .liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.filters .liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .filters .liveDashboard ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.filters .liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.filters .liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .filters .liveDashboard ._account_api .liveDashboard .list-results thead .btn-filter:before,.filters .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .filters .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.filters .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.filters .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .filters .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.filters .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.filters .liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .filters .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.filters .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.filters .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .filters .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.filters .liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.filters .liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .filters .liveDashboard ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.filters .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.block-filters .filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.filters .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.filters .block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.block-filters .filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.filters .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.filters .liveDashboard .block-filters ._account_api .list-results thead .btn-filter:before,.block-filters .filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.filters .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.filters .block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.block-filters .filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.filters .liveDashboard ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.filters .liveDashboard .block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,.block-filters .filters .liveDashboard ._account_api .liveDashboard .list-results thead .btn-filter:before,.filters .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper .filters .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.filters .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.filters .toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper .filters .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.filters .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.filters .liveDashboard .toggleWrapper ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper .filters .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.filters .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.filters .toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper .filters .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.filters .liveDashboard ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.filters .liveDashboard .toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper .filters .liveDashboard ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.filters .liveDashboard ._account_api .list-results thead tbody span.status,.filters .liveDashboard ._account_api .list-results tbody thead span.status,.filters .liveDashboard ._account_api .list-results thead tbody span.status,.filters .liveDashboard ._account_api .list-results tbody thead span.status,.filters .liveDashboard ._account_api .list-results thead tbody span.status,.filters .liveDashboard ._account_api .list-results tbody thead span.status,.filters .liveDashboard ._account_api .list-results thead tbody span.status,.filters .liveDashboard ._account_api .list-results tbody thead span.status,.filters .liveDashboard ._account_api .liveDashboard .list-results thead tbody span.status,.filters .liveDashboard ._account_api .liveDashboard .list-results tbody thead span.status,.filters .liveDashboard ._account_api .list-results thead tbody td.is-running span,.filters .liveDashboard ._account_api .list-results tbody td.is-running thead span,.filters .liveDashboard ._account_api .list-results thead tbody td.is-running span,.filters .liveDashboard ._account_api .list-results tbody td.is-running thead span,.filters .liveDashboard ._account_api .list-results thead tbody td.is-running span,.filters .liveDashboard ._account_api .list-results tbody td.is-running thead span,.filters .liveDashboard ._account_api .list-results thead tbody td.is-running span,.filters .liveDashboard ._account_api .list-results tbody td.is-running thead span,.filters .liveDashboard ._account_api .liveDashboard .list-results thead tbody td.is-running span,.filters .liveDashboard ._account_api .liveDashboard .list-results tbody td.is-running thead span,.filters .liveDashboard ._account_api .list-results thead tbody td.is-pending span,.filters .liveDashboard ._account_api .list-results tbody td.is-pending thead span,.filters .liveDashboard ._account_api .list-results thead tbody td.is-pending span,.filters .liveDashboard ._account_api .list-results tbody td.is-pending thead span,.filters .liveDashboard ._account_api .list-results thead tbody td.is-pending span,.filters .liveDashboard ._account_api .list-results tbody td.is-pending thead span,.filters .liveDashboard ._account_api .list-results thead tbody td.is-pending span,.filters .liveDashboard ._account_api .list-results tbody td.is-pending thead span,.filters .liveDashboard ._account_api .liveDashboard .list-results thead tbody td.is-pending span,.filters .liveDashboard ._account_api .liveDashboard .list-results tbody td.is-pending thead span,._account_api .filters .liveDashboard .list-results thead .icon,._account_api .filters .liveDashboard .list-results thead .w-alert-banner:before,._account_api .filters .liveDashboard .list-results thead .w-alert-banner:before,._account_api .filters .liveDashboard .list-results thead .w-alert-banner:before,._account_api .filters .liveDashboard ._account_api .list-results thead .w-alert-banner:before,._account_api .filters .liveDashboard .list-results thead .w-alert-banner:before,._account_api .filters .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus ._account_api .filters .liveDashboard .list-results thead .dialog-aside:after,._account_api .filters .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,._account_api .filters .w-dialog.plus .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus ._account_api .filters .liveDashboard .list-results thead .dialog-aside:after,._account_api .filters .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus ._account_api .filters .liveDashboard .list-results thead .dialog-aside:after,._account_api .filters .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,._account_api .filters .w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus ._account_api .filters .liveDashboard ._account_api .list-results thead .dialog-aside:after,._account_api .filters .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus ._account_api .filters .liveDashboard .list-results thead .dialog-aside:after,._account_api .filters .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-toast ._account_api .filters .liveDashboard .list-results thead .toast.plus:after,._account_api .filters .liveDashboard .list-results thead .w-toast .toast.plus:after,._account_api .filters .w-toast .liveDashboard .list-results thead .toast.plus:after,.w-toast ._account_api .filters .liveDashboard .list-results thead .toast.plus:after,._account_api .filters .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-toast ._account_api .filters .liveDashboard .list-results thead .toast.plus:after,._account_api .filters .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,._account_api .filters .w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.w-toast ._account_api .filters .liveDashboard ._account_api .list-results thead .toast.plus:after,._account_api .filters .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-toast ._account_api .filters .liveDashboard .list-results thead .toast.plus:after,._account_api .filters .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .filters .liveDashboard .list-results thead .btn-period-clear:before,._account_api .filters .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .filters .liveDashboard .list-results thead .btn-filter:before,._account_api .filters .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .filters .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .filters .liveDashboard .list-results thead .btn-period-clear:before,._account_api .filters .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .filters .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .filters .liveDashboard .list-results thead .btn-filter:before,._account_api .filters .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .filters .liveDashboard .list-results thead .btn-period-clear:before,._account_api .filters .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .filters .liveDashboard .list-results thead .btn-filter:before,._account_api .filters .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .filters .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .filters .liveDashboard ._account_api .list-results thead .btn-period-clear:before,._account_api .filters .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .filters .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .filters .liveDashboard ._account_api .list-results thead .btn-filter:before,._account_api .filters .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .filters .liveDashboard .list-results thead .btn-period-clear:before,._account_api .filters .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .filters .liveDashboard .list-results thead .btn-filter:before,._account_api .filters .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .filters .liveDashboard .list-results thead .btn-period-edit:before,._account_api .filters .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .filters .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .filters .liveDashboard .list-results thead .btn-period-edit:before,._account_api .filters .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .filters .liveDashboard .list-results thead .btn-period-edit:before,._account_api .filters .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .filters .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .filters .liveDashboard ._account_api .list-results thead .btn-period-edit:before,._account_api .filters .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .filters .liveDashboard .list-results thead .btn-period-edit:before,._account_api .filters .liveDashboard .list-results thead .block-filters .btn-filter:before,.block-filters ._account_api .filters .liveDashboard .list-results thead .btn-filter:before,._account_api .filters .liveDashboard .list-results thead .block-filters .btn-filter:before,._account_api .filters .block-filters .liveDashboard .list-results thead .btn-filter:before,.block-filters ._account_api .filters .liveDashboard .list-results thead .btn-filter:before,._account_api .filters .liveDashboard .list-results thead .block-filters .btn-filter:before,.block-filters ._account_api .filters .liveDashboard .list-results thead .btn-filter:before,._account_api .filters .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,._account_api .filters .block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.block-filters ._account_api .filters .liveDashboard ._account_api .list-results thead .btn-filter:before,._account_api .filters .liveDashboard .list-results thead .block-filters .btn-filter:before,.block-filters ._account_api .filters .liveDashboard .list-results thead .btn-filter:before,._account_api .filters .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper ._account_api .filters .liveDashboard .list-results thead input.mobileToggle+label,._account_api .filters .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,._account_api .filters .toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper ._account_api .filters .liveDashboard .list-results thead input.mobileToggle+label,._account_api .filters .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper ._account_api .filters .liveDashboard .list-results thead input.mobileToggle+label,._account_api .filters .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,._account_api .filters .toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper ._account_api .filters .liveDashboard ._account_api .list-results thead input.mobileToggle+label,._account_api .filters .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper ._account_api .filters .liveDashboard .list-results thead input.mobileToggle+label,._account_api .filters .liveDashboard .list-results thead tbody span.status,._account_api .filters .liveDashboard .list-results tbody thead span.status,._account_api .filters .liveDashboard .list-results thead tbody span.status,._account_api .filters .liveDashboard .list-results tbody thead span.status,._account_api .filters .liveDashboard .list-results thead tbody span.status,._account_api .filters .liveDashboard .list-results tbody thead span.status,._account_api .filters .liveDashboard ._account_api .list-results thead tbody span.status,._account_api .filters .liveDashboard ._account_api .list-results tbody thead span.status,._account_api .filters .liveDashboard .list-results thead tbody span.status,._account_api .filters .liveDashboard .list-results tbody thead span.status,._account_api .filters .liveDashboard .list-results thead tbody td.is-running span,._account_api .filters .liveDashboard .list-results tbody td.is-running thead span,._account_api .filters .liveDashboard .list-results thead tbody td.is-running span,._account_api .filters .liveDashboard .list-results tbody td.is-running thead span,._account_api .filters .liveDashboard .list-results thead tbody td.is-running span,._account_api .filters .liveDashboard .list-results tbody td.is-running thead span,._account_api .filters .liveDashboard ._account_api .list-results thead tbody td.is-running span,._account_api .filters .liveDashboard ._account_api .list-results tbody td.is-running thead span,._account_api .filters .liveDashboard .list-results thead tbody td.is-running span,._account_api .filters .liveDashboard .list-results tbody td.is-running thead span,._account_api .filters .liveDashboard .list-results thead tbody td.is-pending span,._account_api .filters .liveDashboard .list-results tbody td.is-pending thead span,._account_api .filters .liveDashboard .list-results thead tbody td.is-pending span,._account_api .filters .liveDashboard .list-results tbody td.is-pending thead span,._account_api .filters .liveDashboard .list-results thead tbody td.is-pending span,._account_api .filters .liveDashboard .list-results tbody td.is-pending thead span,._account_api .filters .liveDashboard ._account_api .list-results thead tbody td.is-pending span,._account_api .filters .liveDashboard ._account_api .list-results tbody td.is-pending thead span,._account_api .filters .liveDashboard .list-results thead tbody td.is-pending span,._account_api .filters .liveDashboard .list-results tbody td.is-pending thead span,.filters .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,._account_api .filters .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,.filters .liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .filters .liveDashboard .list-results thead .dropdown-toggle:after,.filters .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter,._account_api .filters .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter,.filters .liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .filters .liveDashboard .list-results thead .filter,.filters .liveDashboard ._account_api .list-results thead .form-label.status span,.filters .liveDashboard ._account_api .list-results thead .status.status-log span,.filters .liveDashboard ._account_api .list-results thead .status.status-report-item span,.filters .liveDashboard ._account_api .list-results thead .double-list dd.status span,.double-list .filters .liveDashboard ._account_api .list-results thead dd.status span,.filters .liveDashboard ._account_api .list-results thead .double-list dt.status span,.double-list .filters .liveDashboard ._account_api .list-results thead dt.status span,.filters .liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span,.w-cards-container .w-card .filters .liveDashboard ._account_api .list-results thead .status.title span,.filters .liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value .filters .liveDashboard ._account_api .list-results thead .status.label span,.filters .liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span,.filters .liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span,._account_api .filters .liveDashboard .list-results thead .form-label.status span,._account_api .filters .liveDashboard .list-results thead .status.status-log span,._account_api .filters .liveDashboard .list-results thead .status.status-report-item span,._account_api .filters .liveDashboard .list-results thead .double-list dd.status span,.double-list ._account_api .filters .liveDashboard .list-results thead dd.status span,._account_api .filters .liveDashboard .list-results thead .double-list dt.status span,.double-list ._account_api .filters .liveDashboard .list-results thead dt.status span,._account_api .filters .liveDashboard .list-results thead .w-cards-container .w-card .status.title span,.w-cards-container .w-card ._account_api .filters .liveDashboard .list-results thead .status.title span,._account_api .filters .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value ._account_api .filters .liveDashboard .list-results thead .status.label span,._account_api .filters .liveDashboard .list-results thead tbody tr.sublist .status.title span,._account_api .filters .liveDashboard .list-results tbody tr.sublist thead .status.title span,.filters .liveDashboard .form-label.status ._account_api .list-results thead span,.filters .liveDashboard .status.status-log ._account_api .list-results thead span,.filters .liveDashboard .status.status-report-item ._account_api .list-results thead span,.filters .liveDashboard .double-list dd.status ._account_api .list-results thead span,.double-list .filters .liveDashboard dd.status ._account_api .list-results thead span,.filters .liveDashboard .double-list dt.status ._account_api .list-results thead span,.double-list .filters .liveDashboard dt.status ._account_api .list-results thead span,.filters .liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span,.w-cards-container .w-card .filters .liveDashboard .status.title ._account_api .list-results thead span,.filters .liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span,.w-cards-container .w-card.centered .w-value .filters .liveDashboard .status.label ._account_api .list-results thead span,.filters .liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span,.list-results tbody tr.sublist .filters .liveDashboard .status.title ._account_api .list-results thead span,.form-label.status ._account_api .filters .liveDashboard .list-results thead span,.status.status-log ._account_api .filters .liveDashboard .list-results thead span,.status.status-report-item ._account_api .filters .liveDashboard .list-results thead span,.double-list dd.status ._account_api .filters .liveDashboard .list-results thead span,.double-list dt.status ._account_api .filters .liveDashboard .list-results thead span,.w-cards-container .w-card .status.title ._account_api .filters .liveDashboard .list-results thead span,.w-cards-container .w-card.centered .w-value .status.label ._account_api .filters .liveDashboard .list-results thead span,.list-results tbody tr.sublist .status.title ._account_api .filters .liveDashboard .list-results thead span,.filters .liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span,._account_api .filters .liveDashboard .list-results thead .w-filters-selected label.status.small span,.filters .liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span,.w-filters-selected label.status.small ._account_api .filters .liveDashboard .list-results thead span,.filters .liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span,._account_api .filters .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span,.filters .liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span,.w-filters-selected .status.btn-f-s ._account_api .filters .liveDashboard .list-results thead span,.filters .liveDashboard ._account_api .list-results thead .sub-header .w-form label,.filters .liveDashboard ._account_api .list-results thead .sub-header .w-double-list label,._account_api .filters .liveDashboard .list-results thead .sub-header .w-form label,._account_api .filters .liveDashboard .list-results thead .sub-header .w-double-list label,.filters .liveDashboard .sub-header .w-form ._account_api .list-results thead label,.filters .liveDashboard .sub-header .w-double-list ._account_api .list-results thead label,.sub-header .w-form ._account_api .filters .liveDashboard .list-results thead label,.sub-header .w-double-list ._account_api .filters .liveDashboard .list-results thead label,.filters .liveDashboard ._account_api .list-results thead .block-filters button:after,._account_api .filters .liveDashboard .list-results thead .block-filters button:after,.filters .liveDashboard .block-filters ._account_api .list-results thead button:after,.block-filters ._account_api .filters .liveDashboard .list-results thead button:after,.filters .liveDashboard ._account_api .list-results thead .block-filters select:after,._account_api .filters .liveDashboard .list-results thead .block-filters select:after,.filters .liveDashboard .block-filters ._account_api .list-results thead select:after,.block-filters ._account_api .filters .liveDashboard .list-results thead select:after,.filters .liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive,._account_api .filters .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive,.filters .liveDashboard .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .filters .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive,.filters .liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active,._account_api .filters .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active,.filters .liveDashboard .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-active,.form-auto-list ._account_api .filters .liveDashboard .list-results thead .form-auto-item.is-user-is-active,.filters .liveDashboard ._account_api .list-results thead .list-results-header .status.title span,._account_api .filters .liveDashboard .list-results thead .list-results-header .status.title span,.filters .liveDashboard .list-results-header .status.title ._account_api .list-results thead span,.list-results-header .status.title ._account_api .filters .liveDashboard .list-results thead span,.filters .liveDashboard ._account_api .list-results thead tr span,._account_api .filters .liveDashboard .list-results thead tr span,.filters .liveDashboard ._account_api .list-results thead .icon,.filters .liveDashboard ._account_api .list-results thead .w-alert-banner:before,.filters .liveDashboard ._account_api .list-results thead .w-alert-banner:before,.filters .liveDashboard ._account_api .list-results thead .w-alert-banner:before,.filters .liveDashboard ._account_api .list-results thead .w-alert-banner:before,.filters .liveDashboard ._account_api .liveDashboard .list-results thead .w-alert-banner:before,.filters .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .filters .liveDashboard ._account_api .list-results thead .dialog-aside:after,.filters .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.filters .w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus .filters .liveDashboard ._account_api .list-results thead .dialog-aside:after,.filters .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.filters .liveDashboard .w-dialog.plus ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus .filters .liveDashboard ._account_api .list-results thead .dialog-aside:after,.filters .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.filters .w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus .filters .liveDashboard ._account_api .list-results thead .dialog-aside:after,.filters .liveDashboard ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.filters .liveDashboard .w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus .filters .liveDashboard ._account_api .liveDashboard .list-results thead .dialog-aside:after,.filters .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.w-toast .filters .liveDashboard ._account_api .list-results thead .toast.plus:after,.filters .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.filters .w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.w-toast .filters .liveDashboard ._account_api .list-results thead .toast.plus:after,.filters .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.filters .liveDashboard .w-toast ._account_api .list-results thead .toast.plus:after,.w-toast .filters .liveDashboard ._account_api .list-results thead .toast.plus:after,.filters .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.filters .w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.w-toast .filters .liveDashboard ._account_api .list-results thead .toast.plus:after,.filters .liveDashboard ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.filters .liveDashboard .w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,.w-toast .filters .liveDashboard ._account_api .liveDashboard .list-results thead .toast.plus:after,.filters .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .filters .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.filters .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.filters .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.filters .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .filters .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.filters .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.filters .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.filters .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.filters .liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .filters .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.filters .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.filters .liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.filters .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.filters .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .filters .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.filters .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.filters .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.filters .liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.filters .liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .filters .liveDashboard ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.filters .liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.filters .liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .filters .liveDashboard ._account_api .liveDashboard .list-results thead .btn-filter:before,.filters .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .filters .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.filters .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.filters .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .filters .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.filters .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.filters .liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .filters .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.filters .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.filters .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .filters .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.filters .liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.filters .liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .filters .liveDashboard ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.filters .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.block-filters .filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.filters .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.filters .block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.block-filters .filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.filters .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.filters .liveDashboard .block-filters ._account_api .list-results thead .btn-filter:before,.block-filters .filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.filters .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.filters .block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.block-filters .filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.filters .liveDashboard ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.filters .liveDashboard .block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,.block-filters .filters .liveDashboard ._account_api .liveDashboard .list-results thead .btn-filter:before,.filters .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper .filters .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.filters .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.filters .toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper .filters .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.filters .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.filters .liveDashboard .toggleWrapper ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper .filters .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.filters .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.filters .toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper .filters .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.filters .liveDashboard ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.filters .liveDashboard .toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper .filters .liveDashboard ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.filters .liveDashboard ._account_api .list-results thead tbody span.status,.filters .liveDashboard ._account_api .list-results tbody thead span.status,.filters .liveDashboard ._account_api .list-results thead tbody span.status,.filters .liveDashboard ._account_api .list-results tbody thead span.status,.filters .liveDashboard ._account_api .list-results thead tbody span.status,.filters .liveDashboard ._account_api .list-results tbody thead span.status,.filters .liveDashboard ._account_api .list-results thead tbody span.status,.filters .liveDashboard ._account_api .list-results tbody thead span.status,.filters .liveDashboard ._account_api .liveDashboard .list-results thead tbody span.status,.filters .liveDashboard ._account_api .liveDashboard .list-results tbody thead span.status,.filters .liveDashboard ._account_api .list-results thead tbody td.is-running span,.filters .liveDashboard ._account_api .list-results tbody td.is-running thead span,.filters .liveDashboard ._account_api .list-results thead tbody td.is-running span,.filters .liveDashboard ._account_api .list-results tbody td.is-running thead span,.filters .liveDashboard ._account_api .list-results thead tbody td.is-running span,.filters .liveDashboard ._account_api .list-results tbody td.is-running thead span,.filters .liveDashboard ._account_api .list-results thead tbody td.is-running span,.filters .liveDashboard ._account_api .list-results tbody td.is-running thead span,.filters .liveDashboard ._account_api .liveDashboard .list-results thead tbody td.is-running span,.filters .liveDashboard ._account_api .liveDashboard .list-results tbody td.is-running thead span,.filters .liveDashboard ._account_api .list-results thead tbody td.is-pending span,.filters .liveDashboard ._account_api .list-results tbody td.is-pending thead span,.filters .liveDashboard ._account_api .list-results thead tbody td.is-pending span,.filters .liveDashboard ._account_api .list-results tbody td.is-pending thead span,.filters .liveDashboard ._account_api .list-results thead tbody td.is-pending span,.filters .liveDashboard ._account_api .list-results tbody td.is-pending thead span,.filters .liveDashboard ._account_api .list-results thead tbody td.is-pending span,.filters .liveDashboard ._account_api .list-results tbody td.is-pending thead span,.filters .liveDashboard ._account_api .liveDashboard .list-results thead tbody td.is-pending span,.filters .liveDashboard ._account_api .liveDashboard .list-results tbody td.is-pending thead span,.filters ._account_api .liveDashboard .list-results thead .icon,.filters ._account_api .liveDashboard .list-results thead .w-alert-banner:before,.filters ._account_api .liveDashboard .list-results thead .w-alert-banner:before,.filters ._account_api .liveDashboard .list-results thead .w-alert-banner:before,.filters ._account_api .liveDashboard ._account_api .list-results thead .w-alert-banner:before,.filters ._account_api .liveDashboard .list-results thead .w-alert-banner:before,.filters ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .filters ._account_api .liveDashboard .list-results thead .dialog-aside:after,.filters ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.filters ._account_api .w-dialog.plus .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus .filters ._account_api .liveDashboard .list-results thead .dialog-aside:after,.filters ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.filters .w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus .filters ._account_api .liveDashboard .list-results thead .dialog-aside:after,.filters ._account_api .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.filters ._account_api .w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus .filters ._account_api .liveDashboard ._account_api .list-results thead .dialog-aside:after,.filters ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.filters .w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus .filters ._account_api .liveDashboard .list-results thead .dialog-aside:after,.filters ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-toast .filters ._account_api .liveDashboard .list-results thead .toast.plus:after,.filters ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.filters ._account_api .w-toast .liveDashboard .list-results thead .toast.plus:after,.w-toast .filters ._account_api .liveDashboard .list-results thead .toast.plus:after,.filters ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.filters .w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,.w-toast .filters ._account_api .liveDashboard .list-results thead .toast.plus:after,.filters ._account_api .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.filters ._account_api .w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.w-toast .filters ._account_api .liveDashboard ._account_api .list-results thead .toast.plus:after,.filters ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.filters .w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,.w-toast .filters ._account_api .liveDashboard .list-results thead .toast.plus:after,.filters ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .filters ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.filters ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .filters ._account_api .liveDashboard .list-results thead .btn-filter:before,.filters ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.filters ._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .filters ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.filters ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.filters ._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .filters ._account_api .liveDashboard .list-results thead .btn-filter:before,.filters ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.filters .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .filters ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.filters ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.filters .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .filters ._account_api .liveDashboard .list-results thead .btn-filter:before,.filters ._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.filters ._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .filters ._account_api .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.filters ._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.filters ._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .filters ._account_api .liveDashboard ._account_api .list-results thead .btn-filter:before,.filters ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.filters .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .filters ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.filters ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.filters .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .filters ._account_api .liveDashboard .list-results thead .btn-filter:before,.filters ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .filters ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.filters ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.filters ._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .filters ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.filters ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.filters .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .filters ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.filters ._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.filters ._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .filters ._account_api .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.filters ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.filters .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .filters ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.filters ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.block-filters .filters ._account_api .liveDashboard .list-results thead .btn-filter:before,.filters ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.filters ._account_api .block-filters .liveDashboard .list-results thead .btn-filter:before,.block-filters .filters ._account_api .liveDashboard .list-results thead .btn-filter:before,.filters ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.filters .block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,.block-filters .filters ._account_api .liveDashboard .list-results thead .btn-filter:before,.filters ._account_api .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.filters ._account_api .block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.block-filters .filters ._account_api .liveDashboard ._account_api .list-results thead .btn-filter:before,.filters ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.filters .block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,.block-filters .filters ._account_api .liveDashboard .list-results thead .btn-filter:before,.filters ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper .filters ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.filters ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.filters ._account_api .toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper .filters ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.filters ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.filters .toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper .filters ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.filters ._account_api .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.filters ._account_api .toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper .filters ._account_api .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.filters ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.filters .toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper .filters ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.filters ._account_api .liveDashboard .list-results thead tbody span.status,.filters ._account_api .liveDashboard .list-results tbody thead span.status,.filters ._account_api .liveDashboard .list-results thead tbody span.status,.filters ._account_api .liveDashboard .list-results tbody thead span.status,.filters ._account_api .liveDashboard .list-results thead tbody span.status,.filters ._account_api .liveDashboard .list-results tbody thead span.status,.filters ._account_api .liveDashboard ._account_api .list-results thead tbody span.status,.filters ._account_api .liveDashboard ._account_api .list-results tbody thead span.status,.filters ._account_api .liveDashboard .list-results thead tbody span.status,.filters ._account_api .liveDashboard .list-results tbody thead span.status,.filters ._account_api .liveDashboard .list-results thead tbody td.is-running span,.filters ._account_api .liveDashboard .list-results tbody td.is-running thead span,.filters ._account_api .liveDashboard .list-results thead tbody td.is-running span,.filters ._account_api .liveDashboard .list-results tbody td.is-running thead span,.filters ._account_api .liveDashboard .list-results thead tbody td.is-running span,.filters ._account_api .liveDashboard .list-results tbody td.is-running thead span,.filters ._account_api .liveDashboard ._account_api .list-results thead tbody td.is-running span,.filters ._account_api .liveDashboard ._account_api .list-results tbody td.is-running thead span,.filters ._account_api .liveDashboard .list-results thead tbody td.is-running span,.filters ._account_api .liveDashboard .list-results tbody td.is-running thead span,.filters ._account_api .liveDashboard .list-results thead tbody td.is-pending span,.filters ._account_api .liveDashboard .list-results tbody td.is-pending thead span,.filters ._account_api .liveDashboard .list-results thead tbody td.is-pending span,.filters ._account_api .liveDashboard .list-results tbody td.is-pending thead span,.filters ._account_api .liveDashboard .list-results thead tbody td.is-pending span,.filters ._account_api .liveDashboard .list-results tbody td.is-pending thead span,.filters ._account_api .liveDashboard ._account_api .list-results thead tbody td.is-pending span,.filters ._account_api .liveDashboard ._account_api .list-results tbody td.is-pending thead span,.filters ._account_api .liveDashboard .list-results thead tbody td.is-pending span,.filters ._account_api .liveDashboard .list-results tbody td.is-pending thead span,._account_api .filters .liveDashboard .list-results thead .icon,._account_api .filters .liveDashboard .list-results thead .w-alert-banner:before,._account_api .filters .liveDashboard .list-results thead .w-alert-banner:before,._account_api .filters .liveDashboard .list-results thead .w-alert-banner:before,._account_api .filters .liveDashboard ._account_api .list-results thead .w-alert-banner:before,._account_api .filters .liveDashboard .list-results thead .w-alert-banner:before,._account_api .filters .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus ._account_api .filters .liveDashboard .list-results thead .dialog-aside:after,._account_api .filters .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,._account_api .filters .w-dialog.plus .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus ._account_api .filters .liveDashboard .list-results thead .dialog-aside:after,._account_api .filters .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus ._account_api .filters .liveDashboard .list-results thead .dialog-aside:after,._account_api .filters .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,._account_api .filters .w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus ._account_api .filters .liveDashboard ._account_api .list-results thead .dialog-aside:after,._account_api .filters .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus ._account_api .filters .liveDashboard .list-results thead .dialog-aside:after,._account_api .filters .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-toast ._account_api .filters .liveDashboard .list-results thead .toast.plus:after,._account_api .filters .liveDashboard .list-results thead .w-toast .toast.plus:after,._account_api .filters .w-toast .liveDashboard .list-results thead .toast.plus:after,.w-toast ._account_api .filters .liveDashboard .list-results thead .toast.plus:after,._account_api .filters .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-toast ._account_api .filters .liveDashboard .list-results thead .toast.plus:after,._account_api .filters .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,._account_api .filters .w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.w-toast ._account_api .filters .liveDashboard ._account_api .list-results thead .toast.plus:after,._account_api .filters .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-toast ._account_api .filters .liveDashboard .list-results thead .toast.plus:after,._account_api .filters .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .filters .liveDashboard .list-results thead .btn-period-clear:before,._account_api .filters .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .filters .liveDashboard .list-results thead .btn-filter:before,._account_api .filters .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .filters .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .filters .liveDashboard .list-results thead .btn-period-clear:before,._account_api .filters .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .filters .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .filters .liveDashboard .list-results thead .btn-filter:before,._account_api .filters .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .filters .liveDashboard .list-results thead .btn-period-clear:before,._account_api .filters .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .filters .liveDashboard .list-results thead .btn-filter:before,._account_api .filters .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .filters .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .filters .liveDashboard ._account_api .list-results thead .btn-period-clear:before,._account_api .filters .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .filters .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .filters .liveDashboard ._account_api .list-results thead .btn-filter:before,._account_api .filters .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .filters .liveDashboard .list-results thead .btn-period-clear:before,._account_api .filters .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .filters .liveDashboard .list-results thead .btn-filter:before,._account_api .filters .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .filters .liveDashboard .list-results thead .btn-period-edit:before,._account_api .filters .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .filters .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .filters .liveDashboard .list-results thead .btn-period-edit:before,._account_api .filters .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .filters .liveDashboard .list-results thead .btn-period-edit:before,._account_api .filters .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .filters .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .filters .liveDashboard ._account_api .list-results thead .btn-period-edit:before,._account_api .filters .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .filters .liveDashboard .list-results thead .btn-period-edit:before,._account_api .filters .liveDashboard .list-results thead .block-filters .btn-filter:before,.block-filters ._account_api .filters .liveDashboard .list-results thead .btn-filter:before,._account_api .filters .liveDashboard .list-results thead .block-filters .btn-filter:before,._account_api .filters .block-filters .liveDashboard .list-results thead .btn-filter:before,.block-filters ._account_api .filters .liveDashboard .list-results thead .btn-filter:before,._account_api .filters .liveDashboard .list-results thead .block-filters .btn-filter:before,.block-filters ._account_api .filters .liveDashboard .list-results thead .btn-filter:before,._account_api .filters .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,._account_api .filters .block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.block-filters ._account_api .filters .liveDashboard ._account_api .list-results thead .btn-filter:before,._account_api .filters .liveDashboard .list-results thead .block-filters .btn-filter:before,.block-filters ._account_api .filters .liveDashboard .list-results thead .btn-filter:before,._account_api .filters .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper ._account_api .filters .liveDashboard .list-results thead input.mobileToggle+label,._account_api .filters .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,._account_api .filters .toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper ._account_api .filters .liveDashboard .list-results thead input.mobileToggle+label,._account_api .filters .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper ._account_api .filters .liveDashboard .list-results thead input.mobileToggle+label,._account_api .filters .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,._account_api .filters .toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper ._account_api .filters .liveDashboard ._account_api .list-results thead input.mobileToggle+label,._account_api .filters .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper ._account_api .filters .liveDashboard .list-results thead input.mobileToggle+label,._account_api .filters .liveDashboard .list-results thead tbody span.status,._account_api .filters .liveDashboard .list-results tbody thead span.status,._account_api .filters .liveDashboard .list-results thead tbody span.status,._account_api .filters .liveDashboard .list-results tbody thead span.status,._account_api .filters .liveDashboard .list-results thead tbody span.status,._account_api .filters .liveDashboard .list-results tbody thead span.status,._account_api .filters .liveDashboard ._account_api .list-results thead tbody span.status,._account_api .filters .liveDashboard ._account_api .list-results tbody thead span.status,._account_api .filters .liveDashboard .list-results thead tbody span.status,._account_api .filters .liveDashboard .list-results tbody thead span.status,._account_api .filters .liveDashboard .list-results thead tbody td.is-running span,._account_api .filters .liveDashboard .list-results tbody td.is-running thead span,._account_api .filters .liveDashboard .list-results thead tbody td.is-running span,._account_api .filters .liveDashboard .list-results tbody td.is-running thead span,._account_api .filters .liveDashboard .list-results thead tbody td.is-running span,._account_api .filters .liveDashboard .list-results tbody td.is-running thead span,._account_api .filters .liveDashboard ._account_api .list-results thead tbody td.is-running span,._account_api .filters .liveDashboard ._account_api .list-results tbody td.is-running thead span,._account_api .filters .liveDashboard .list-results thead tbody td.is-running span,._account_api .filters .liveDashboard .list-results tbody td.is-running thead span,._account_api .filters .liveDashboard .list-results thead tbody td.is-pending span,._account_api .filters .liveDashboard .list-results tbody td.is-pending thead span,._account_api .filters .liveDashboard .list-results thead tbody td.is-pending span,._account_api .filters .liveDashboard .list-results tbody td.is-pending thead span,._account_api .filters .liveDashboard .list-results thead tbody td.is-pending span,._account_api .filters .liveDashboard .list-results tbody td.is-pending thead span,._account_api .filters .liveDashboard ._account_api .list-results thead tbody td.is-pending span,._account_api .filters .liveDashboard ._account_api .list-results tbody td.is-pending thead span,._account_api .filters .liveDashboard .list-results thead tbody td.is-pending span,._account_api .filters .liveDashboard .list-results tbody td.is-pending thead span,.filters .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,.filters ._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,._account_api .filters .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,.filters .liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .dropdown-toggle:after,.filters .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .filters .liveDashboard .list-results thead .dropdown-toggle:after,.filters .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter,.filters ._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter,._account_api .filters .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter,.filters .liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .filter,.filters .w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .filters .liveDashboard .list-results thead .filter,.filters .liveDashboard ._account_api .list-results thead .form-label.status span,.filters .liveDashboard ._account_api .list-results thead .status.status-log span,.filters .liveDashboard ._account_api .list-results thead .status.status-report-item span,.filters .liveDashboard ._account_api .list-results thead .double-list dd.status span,.double-list .filters .liveDashboard ._account_api .list-results thead dd.status span,.filters .liveDashboard ._account_api .list-results thead .double-list dt.status span,.double-list .filters .liveDashboard ._account_api .list-results thead dt.status span,.filters .liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span,.w-cards-container .w-card .filters .liveDashboard ._account_api .list-results thead .status.title span,.filters .liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value .filters .liveDashboard ._account_api .list-results thead .status.label span,.filters .liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span,.filters .liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span,.filters ._account_api .liveDashboard .list-results thead .form-label.status span,.filters ._account_api .liveDashboard .list-results thead .status.status-log span,.filters ._account_api .liveDashboard .list-results thead .status.status-report-item span,.filters ._account_api .liveDashboard .list-results thead .double-list dd.status span,.double-list .filters ._account_api .liveDashboard .list-results thead dd.status span,.filters ._account_api .liveDashboard .list-results thead .double-list dt.status span,.double-list .filters ._account_api .liveDashboard .list-results thead dt.status span,.filters ._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span,.w-cards-container .w-card .filters ._account_api .liveDashboard .list-results thead .status.title span,.filters ._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value .filters ._account_api .liveDashboard .list-results thead .status.label span,.filters ._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span,.filters ._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span,._account_api .filters .liveDashboard .list-results thead .form-label.status span,._account_api .filters .liveDashboard .list-results thead .status.status-log span,._account_api .filters .liveDashboard .list-results thead .status.status-report-item span,._account_api .filters .liveDashboard .list-results thead .double-list dd.status span,.double-list ._account_api .filters .liveDashboard .list-results thead dd.status span,._account_api .filters .liveDashboard .list-results thead .double-list dt.status span,.double-list ._account_api .filters .liveDashboard .list-results thead dt.status span,._account_api .filters .liveDashboard .list-results thead .w-cards-container .w-card .status.title span,.w-cards-container .w-card ._account_api .filters .liveDashboard .list-results thead .status.title span,._account_api .filters .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value ._account_api .filters .liveDashboard .list-results thead .status.label span,._account_api .filters .liveDashboard .list-results thead tbody tr.sublist .status.title span,._account_api .filters .liveDashboard .list-results tbody tr.sublist thead .status.title span,.filters .liveDashboard .form-label.status ._account_api .list-results thead span,.filters .liveDashboard .status.status-log ._account_api .list-results thead span,.filters .liveDashboard .status.status-report-item ._account_api .list-results thead span,.filters .liveDashboard .double-list dd.status ._account_api .list-results thead span,.double-list .filters .liveDashboard dd.status ._account_api .list-results thead span,.filters .liveDashboard .double-list dt.status ._account_api .list-results thead span,.double-list .filters .liveDashboard dt.status ._account_api .list-results thead span,.filters .liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span,.w-cards-container .w-card .filters .liveDashboard .status.title ._account_api .list-results thead span,.filters .liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span,.w-cards-container .w-card.centered .w-value .filters .liveDashboard .status.label ._account_api .list-results thead span,.filters .liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span,.list-results tbody tr.sublist .filters .liveDashboard .status.title ._account_api .list-results thead span,.filters .form-label.status ._account_api .liveDashboard .list-results thead span,.filters .status.status-log ._account_api .liveDashboard .list-results thead span,.filters .status.status-report-item ._account_api .liveDashboard .list-results thead span,.filters .double-list dd.status ._account_api .liveDashboard .list-results thead span,.double-list .filters dd.status ._account_api .liveDashboard .list-results thead span,.filters .double-list dt.status ._account_api .liveDashboard .list-results thead span,.double-list .filters dt.status ._account_api .liveDashboard .list-results thead span,.filters .w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead span,.w-cards-container .w-card .filters .status.title ._account_api .liveDashboard .list-results thead span,.filters .w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead span,.w-cards-container .w-card.centered .w-value .filters .status.label ._account_api .liveDashboard .list-results thead span,.filters .list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead span,.list-results tbody tr.sublist .filters .status.title ._account_api .liveDashboard .list-results thead span,.form-label.status ._account_api .filters .liveDashboard .list-results thead span,.status.status-log ._account_api .filters .liveDashboard .list-results thead span,.status.status-report-item ._account_api .filters .liveDashboard .list-results thead span,.double-list dd.status ._account_api .filters .liveDashboard .list-results thead span,.double-list dt.status ._account_api .filters .liveDashboard .list-results thead span,.w-cards-container .w-card .status.title ._account_api .filters .liveDashboard .list-results thead span,.w-cards-container .w-card.centered .w-value .status.label ._account_api .filters .liveDashboard .list-results thead span,.list-results tbody tr.sublist .status.title ._account_api .filters .liveDashboard .list-results thead span,.filters .liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span,.filters ._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span,._account_api .filters .liveDashboard .list-results thead .w-filters-selected label.status.small span,.filters .liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span,.filters .w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead span,.w-filters-selected label.status.small ._account_api .filters .liveDashboard .list-results thead span,.filters .liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span,.filters ._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span,._account_api .filters .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span,.filters .liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span,.filters .w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead span,.w-filters-selected .status.btn-f-s ._account_api .filters .liveDashboard .list-results thead span,.filters .liveDashboard ._account_api .list-results thead .sub-header .w-form label,.filters .liveDashboard ._account_api .list-results thead .sub-header .w-double-list label,.filters ._account_api .liveDashboard .list-results thead .sub-header .w-form label,.filters ._account_api .liveDashboard .list-results thead .sub-header .w-double-list label,._account_api .filters .liveDashboard .list-results thead .sub-header .w-form label,._account_api .filters .liveDashboard .list-results thead .sub-header .w-double-list label,.filters .liveDashboard .sub-header .w-form ._account_api .list-results thead label,.filters .liveDashboard .sub-header .w-double-list ._account_api .list-results thead label,.filters .sub-header .w-form ._account_api .liveDashboard .list-results thead label,.filters .sub-header .w-double-list ._account_api .liveDashboard .list-results thead label,.sub-header .w-form ._account_api .filters .liveDashboard .list-results thead label,.sub-header .w-double-list ._account_api .filters .liveDashboard .list-results thead label,.filters .liveDashboard ._account_api .list-results thead .block-filters button:after,.filters ._account_api .liveDashboard .list-results thead .block-filters button:after,._account_api .filters .liveDashboard .list-results thead .block-filters button:after,.filters .liveDashboard .block-filters ._account_api .list-results thead button:after,.filters .block-filters ._account_api .liveDashboard .list-results thead button:after,.block-filters ._account_api .filters .liveDashboard .list-results thead button:after,.filters .liveDashboard ._account_api .list-results thead .block-filters select:after,.filters ._account_api .liveDashboard .list-results thead .block-filters select:after,._account_api .filters .liveDashboard .list-results thead .block-filters select:after,.filters .liveDashboard .block-filters ._account_api .list-results thead select:after,.filters .block-filters ._account_api .liveDashboard .list-results thead select:after,.block-filters ._account_api .filters .liveDashboard .list-results thead select:after,.filters .liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive,.filters ._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive,._account_api .filters .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive,.filters .liveDashboard .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-inactive,.filters .form-auto-list ._account_api .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .filters .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive,.filters .liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active,.filters ._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active,._account_api .filters .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active,.filters .liveDashboard .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-active,.filters .form-auto-list ._account_api .liveDashboard .list-results thead .form-auto-item.is-user-is-active,.form-auto-list ._account_api .filters .liveDashboard .list-results thead .form-auto-item.is-user-is-active,.filters .liveDashboard ._account_api .list-results thead .list-results-header .status.title span,.filters ._account_api .liveDashboard .list-results thead .list-results-header .status.title span,._account_api .filters .liveDashboard .list-results thead .list-results-header .status.title span,.filters .liveDashboard .list-results-header .status.title ._account_api .list-results thead span,.filters .list-results-header .status.title ._account_api .liveDashboard .list-results thead span,.list-results-header .status.title ._account_api .filters .liveDashboard .list-results thead span,.filters .liveDashboard ._account_api .list-results thead tr span,.filters ._account_api .liveDashboard .list-results thead tr span,._account_api .filters .liveDashboard .list-results thead tr span,.filters ._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .dropdown-toggle:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .filters .liveDashboard .list-results thead .dropdown-toggle:after,.filters .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .filters .liveDashboard ._account_api .list-results thead .dropdown-toggle:after,.filters ._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .filter,._account_api .w-filter-preset.w-filter-preset .filter-preset .filters .liveDashboard .list-results thead .filter,.filters .w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .filter,.w-filter-preset.w-filter-preset .filter-preset .filters .liveDashboard ._account_api .list-results thead .filter,.filters ._account_api .form-label.status .liveDashboard .list-results thead span,.filters ._account_api .status.status-log .liveDashboard .list-results thead span,.filters ._account_api .status.status-report-item .liveDashboard .list-results thead span,.filters ._account_api .double-list dd.status .liveDashboard .list-results thead span,.double-list .filters ._account_api dd.status .liveDashboard .list-results thead span,.filters ._account_api .double-list dt.status .liveDashboard .list-results thead span,.double-list .filters ._account_api dt.status .liveDashboard .list-results thead span,.filters ._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span,.w-cards-container .w-card .filters ._account_api .status.title .liveDashboard .list-results thead span,.filters ._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span,.w-cards-container .w-card.centered .w-value .filters ._account_api .status.label .liveDashboard .list-results thead span,.filters ._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span,.list-results tbody tr.sublist .filters ._account_api .status.title .liveDashboard .list-results thead span,._account_api .form-label.status .filters .liveDashboard .list-results thead span,._account_api .status.status-log .filters .liveDashboard .list-results thead span,._account_api .status.status-report-item .filters .liveDashboard .list-results thead span,._account_api .double-list dd.status .filters .liveDashboard .list-results thead span,.double-list ._account_api dd.status .filters .liveDashboard .list-results thead span,._account_api .double-list dt.status .filters .liveDashboard .list-results thead span,.double-list ._account_api dt.status .filters .liveDashboard .list-results thead span,._account_api .w-cards-container .w-card .status.title .filters .liveDashboard .list-results thead span,.w-cards-container .w-card ._account_api .status.title .filters .liveDashboard .list-results thead span,._account_api .w-cards-container .w-card.centered .w-value .status.label .filters .liveDashboard .list-results thead span,.w-cards-container .w-card.centered .w-value ._account_api .status.label .filters .liveDashboard .list-results thead span,._account_api .list-results tbody tr.sublist .status.title .filters .liveDashboard .list-results thead span,.list-results tbody tr.sublist ._account_api .status.title .filters .liveDashboard .list-results thead span,.filters .form-label.status .liveDashboard ._account_api .list-results thead span,.filters .status.status-log .liveDashboard ._account_api .list-results thead span,.filters .status.status-report-item .liveDashboard ._account_api .list-results thead span,.filters .double-list dd.status .liveDashboard ._account_api .list-results thead span,.double-list .filters dd.status .liveDashboard ._account_api .list-results thead span,.filters .double-list dt.status .liveDashboard ._account_api .list-results thead span,.double-list .filters dt.status .liveDashboard ._account_api .list-results thead span,.filters .w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead span,.w-cards-container .w-card .filters .status.title .liveDashboard ._account_api .list-results thead span,.filters .w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead span,.w-cards-container .w-card.centered .w-value .filters .status.label .liveDashboard ._account_api .list-results thead span,.filters .list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead span,.list-results tbody tr.sublist .filters .status.title .liveDashboard ._account_api .list-results thead span,.form-label.status .filters .liveDashboard ._account_api .list-results thead span,.status.status-log .filters .liveDashboard ._account_api .list-results thead span,.status.status-report-item .filters .liveDashboard ._account_api .list-results thead span,.double-list dd.status .filters .liveDashboard ._account_api .list-results thead span,.double-list dt.status .filters .liveDashboard ._account_api .list-results thead span,.w-cards-container .w-card .status.title .filters .liveDashboard ._account_api .list-results thead span,.w-cards-container .w-card.centered .w-value .status.label .filters .liveDashboard ._account_api .list-results thead span,.list-results tbody tr.sublist .status.title .filters .liveDashboard ._account_api .list-results thead span,.filters ._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span,._account_api .w-filters-selected label.status.small .filters .liveDashboard .list-results thead span,.filters .w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead span,.w-filters-selected label.status.small .filters .liveDashboard ._account_api .list-results thead span,.filters ._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span,._account_api .w-filters-selected .status.btn-f-s .filters .liveDashboard .list-results thead span,.filters .w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead span,.w-filters-selected .status.btn-f-s .filters .liveDashboard ._account_api .list-results thead span,.filters ._account_api .sub-header .w-form .liveDashboard .list-results thead label,.filters ._account_api .sub-header .w-double-list .liveDashboard .list-results thead label,._account_api .sub-header .w-form .filters .liveDashboard .list-results thead label,._account_api .sub-header .w-double-list .filters .liveDashboard .list-results thead label,.filters .sub-header .w-form .liveDashboard ._account_api .list-results thead label,.filters .sub-header .w-double-list .liveDashboard ._account_api .list-results thead label,.sub-header .w-form .filters .liveDashboard ._account_api .list-results thead label,.sub-header .w-double-list .filters .liveDashboard ._account_api .list-results thead label,.filters ._account_api .block-filters .liveDashboard .list-results thead button:after,._account_api .block-filters .filters .liveDashboard .list-results thead button:after,.filters .block-filters .liveDashboard ._account_api .list-results thead button:after,.block-filters .filters .liveDashboard ._account_api .list-results thead button:after,.filters ._account_api .block-filters .liveDashboard .list-results thead select:after,._account_api .block-filters .filters .liveDashboard .list-results thead select:after,.filters .block-filters .liveDashboard ._account_api .list-results thead select:after,.block-filters .filters .liveDashboard ._account_api .list-results thead select:after,.filters ._account_api .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive,._account_api .form-auto-list .filters .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive,.filters .form-auto-list .liveDashboard ._account_api .list-results thead .form-auto-item.is-user-is-inactive,.form-auto-list .filters .liveDashboard ._account_api .list-results thead .form-auto-item.is-user-is-inactive,.filters ._account_api .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-active,._account_api .form-auto-list .filters .liveDashboard .list-results thead .form-auto-item.is-user-is-active,.filters .form-auto-list .liveDashboard ._account_api .list-results thead .form-auto-item.is-user-is-active,.form-auto-list .filters .liveDashboard ._account_api .list-results thead .form-auto-item.is-user-is-active,.filters ._account_api .list-results-header .status.title .liveDashboard .list-results thead span,._account_api .list-results-header .status.title .filters .liveDashboard .list-results thead span,.filters .list-results-header .status.title .liveDashboard ._account_api .list-results thead span,.list-results-header .status.title .filters .liveDashboard ._account_api .list-results thead span,.liveDashboard .list-results thead .filters .icon,.liveDashboard .list-results thead .filters .w-alert-banner:before,.liveDashboard .list-results thead .filters .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .filters .w-alert-banner:before,._account_api .liveDashboard .list-results thead .filters .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .filters .w-alert-banner:before,._account_api .liveDashboard .list-results thead .filters .w-alert-banner:before,.liveDashboard .list-results thead .filters .w-dialog.plus .dialog-aside:after,.w-dialog.plus .liveDashboard .list-results thead .filters .dialog-aside:after,.liveDashboard .list-results thead .filters .w-dialog.plus .dialog-aside:after,.liveDashboard .list-results thead .w-dialog.plus .filters .dialog-aside:after,.w-dialog.plus .liveDashboard .list-results thead .filters .dialog-aside:after,.liveDashboard ._account_api .list-results thead .filters .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard .list-results thead .filters .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .filters .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .filters .dialog-aside:after,.liveDashboard .w-dialog.plus ._account_api .list-results thead .filters .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .filters .dialog-aside:after,.liveDashboard ._account_api .list-results thead .filters .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .filters .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .filters .dialog-aside:after,._account_api .liveDashboard .list-results thead .filters .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .filters .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .filters .dialog-aside:after,.liveDashboard .list-results thead .filters .w-toast .toast.plus:after,.w-toast .liveDashboard .list-results thead .filters .toast.plus:after,.liveDashboard .list-results thead .filters .w-toast .toast.plus:after,.liveDashboard .list-results thead .w-toast .filters .toast.plus:after,.w-toast .liveDashboard .list-results thead .filters .toast.plus:after,.liveDashboard ._account_api .list-results thead .filters .w-toast .toast.plus:after,._account_api .liveDashboard .list-results thead .filters .w-toast .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .filters .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .filters .toast.plus:after,.liveDashboard .w-toast ._account_api .list-results thead .filters .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .filters .toast.plus:after,.liveDashboard ._account_api .list-results thead .filters .w-toast .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .filters .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .filters .toast.plus:after,._account_api .liveDashboard .list-results thead .filters .w-toast .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .filters .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .filters .toast.plus:after,.liveDashboard .list-results thead .filters .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .filters .btn-period-clear:before,.liveDashboard .list-results thead .filters .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .filters .btn-filter:before,.liveDashboard .list-results thead .filters .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .filters .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .filters .btn-period-clear:before,.liveDashboard .list-results thead .filters .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .filters .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .filters .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard .list-results thead .filters .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .filters .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .filters .btn-period-clear:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .filters .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .filters .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .filters .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard .list-results thead .filters .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .filters .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .filters .btn-filter:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .filters .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .filters .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .filters .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .filters .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .filters .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .filters .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .filters .btn-filter:before,._account_api .liveDashboard .list-results thead .filters .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .filters .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .filters .btn-period-clear:before,._account_api .liveDashboard .list-results thead .filters .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .filters .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .filters .btn-filter:before,.liveDashboard .list-results thead .filters .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .filters .btn-period-edit:before,.liveDashboard .list-results thead .filters .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .filters .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .filters .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .filters .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard .list-results thead .filters .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .filters .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .filters .btn-period-edit:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .filters .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .filters .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .filters .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .filters .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .filters .btn-period-edit:before,._account_api .liveDashboard .list-results thead .filters .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .filters .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .filters .btn-period-edit:before,.liveDashboard .list-results thead .filters .block-filters .btn-filter:before,.block-filters .liveDashboard .list-results thead .filters .btn-filter:before,.liveDashboard .list-results thead .filters .block-filters .btn-filter:before,.liveDashboard .list-results thead .block-filters .filters .btn-filter:before,.block-filters .liveDashboard .list-results thead .filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .filters .block-filters .btn-filter:before,._account_api .liveDashboard .list-results thead .filters .block-filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .filters .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .filters .btn-filter:before,.liveDashboard .block-filters ._account_api .list-results thead .filters .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .filters .block-filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .filters .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .filters .btn-filter:before,._account_api .liveDashboard .list-results thead .filters .block-filters .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .filters .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .filters .btn-filter:before,.liveDashboard .list-results thead .filters .toggleWrapper input.mobileToggle+label,.toggleWrapper .liveDashboard .list-results thead .filters input.mobileToggle+label,.liveDashboard .list-results thead .filters .toggleWrapper input.mobileToggle+label,.liveDashboard .list-results thead .toggleWrapper .filters input.mobileToggle+label,.toggleWrapper .liveDashboard .list-results thead .filters input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .filters .toggleWrapper input.mobileToggle+label,._account_api .liveDashboard .list-results thead .filters .toggleWrapper input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper .filters input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper .filters input.mobileToggle+label,.liveDashboard .toggleWrapper ._account_api .list-results thead .filters input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead .filters input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .filters .toggleWrapper input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper .filters input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead .filters input.mobileToggle+label,._account_api .liveDashboard .list-results thead .filters .toggleWrapper input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper .filters input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead .filters input.mobileToggle+label,.liveDashboard .list-results thead .filters tbody span.status,.liveDashboard .list-results tbody thead .filters span.status,.liveDashboard .list-results thead .filters tbody span.status,.liveDashboard .list-results thead tbody .filters span.status,.liveDashboard .list-results tbody thead .filters span.status,.liveDashboard ._account_api .list-results thead .filters tbody span.status,._account_api .liveDashboard .list-results thead .filters tbody span.status,.liveDashboard ._account_api .list-results thead tbody .filters span.status,._account_api .liveDashboard .list-results thead tbody .filters span.status,.liveDashboard ._account_api .list-results tbody thead .filters span.status,._account_api .liveDashboard .list-results tbody thead .filters span.status,.liveDashboard ._account_api .list-results thead .filters tbody span.status,.liveDashboard ._account_api .list-results thead tbody .filters span.status,.liveDashboard ._account_api .list-results tbody thead .filters span.status,._account_api .liveDashboard .list-results thead .filters tbody span.status,._account_api .liveDashboard .list-results thead tbody .filters span.status,._account_api .liveDashboard .list-results tbody thead .filters span.status,.liveDashboard .list-results thead .filters tbody td.is-running span,.liveDashboard .list-results tbody td.is-running thead .filters span,.liveDashboard .list-results thead .filters tbody td.is-running span,.liveDashboard .list-results thead tbody td.is-running .filters span,.liveDashboard .list-results tbody td.is-running thead .filters span,.liveDashboard ._account_api .list-results thead .filters tbody td.is-running span,._account_api .liveDashboard .list-results thead .filters tbody td.is-running span,.liveDashboard ._account_api .list-results thead tbody td.is-running .filters span,._account_api .liveDashboard .list-results thead tbody td.is-running .filters span,.liveDashboard ._account_api .list-results tbody td.is-running thead .filters span,._account_api .liveDashboard .list-results tbody td.is-running thead .filters span,.liveDashboard ._account_api .list-results thead .filters tbody td.is-running span,.liveDashboard ._account_api .list-results thead tbody td.is-running .filters span,.liveDashboard ._account_api .list-results tbody td.is-running thead .filters span,._account_api .liveDashboard .list-results thead .filters tbody td.is-running span,._account_api .liveDashboard .list-results thead tbody td.is-running .filters span,._account_api .liveDashboard .list-results tbody td.is-running thead .filters span,.liveDashboard .list-results thead .filters tbody td.is-pending span,.liveDashboard .list-results tbody td.is-pending thead .filters span,.liveDashboard .list-results thead .filters tbody td.is-pending span,.liveDashboard .list-results thead tbody td.is-pending .filters span,.liveDashboard .list-results tbody td.is-pending thead .filters span,.liveDashboard ._account_api .list-results thead .filters tbody td.is-pending span,._account_api .liveDashboard .list-results thead .filters tbody td.is-pending span,.liveDashboard ._account_api .list-results thead tbody td.is-pending .filters span,._account_api .liveDashboard .list-results thead tbody td.is-pending .filters span,.liveDashboard ._account_api .list-results tbody td.is-pending thead .filters span,._account_api .liveDashboard .list-results tbody td.is-pending thead .filters span,.liveDashboard ._account_api .list-results thead .filters tbody td.is-pending span,.liveDashboard ._account_api .list-results thead tbody td.is-pending .filters span,.liveDashboard ._account_api .list-results tbody td.is-pending thead .filters span,._account_api .liveDashboard .list-results thead .filters tbody td.is-pending span,._account_api .liveDashboard .list-results thead tbody td.is-pending .filters span,._account_api .liveDashboard .list-results tbody td.is-pending thead .filters span,.liveDashboard .list-results thead .filters .icon,.liveDashboard .list-results thead .filters .w-alert-banner:before,.liveDashboard .list-results thead .filters .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .filters .w-alert-banner:before,._account_api .liveDashboard .list-results thead .filters .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .filters .w-alert-banner:before,._account_api .liveDashboard .list-results thead .filters .w-alert-banner:before,.liveDashboard .list-results thead .filters .w-dialog.plus .dialog-aside:after,.w-dialog.plus .liveDashboard .list-results thead .filters .dialog-aside:after,.liveDashboard .list-results thead .filters .w-dialog.plus .dialog-aside:after,.liveDashboard .list-results thead .w-dialog.plus .filters .dialog-aside:after,.w-dialog.plus .liveDashboard .list-results thead .filters .dialog-aside:after,.liveDashboard ._account_api .list-results thead .filters .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard .list-results thead .filters .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .filters .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .filters .dialog-aside:after,.liveDashboard .w-dialog.plus ._account_api .list-results thead .filters .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .filters .dialog-aside:after,.liveDashboard ._account_api .list-results thead .filters .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .filters .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .filters .dialog-aside:after,._account_api .liveDashboard .list-results thead .filters .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .filters .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .filters .dialog-aside:after,.liveDashboard .list-results thead .filters .w-toast .toast.plus:after,.w-toast .liveDashboard .list-results thead .filters .toast.plus:after,.liveDashboard .list-results thead .filters .w-toast .toast.plus:after,.liveDashboard .list-results thead .w-toast .filters .toast.plus:after,.w-toast .liveDashboard .list-results thead .filters .toast.plus:after,.liveDashboard ._account_api .list-results thead .filters .w-toast .toast.plus:after,._account_api .liveDashboard .list-results thead .filters .w-toast .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .filters .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .filters .toast.plus:after,.liveDashboard .w-toast ._account_api .list-results thead .filters .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .filters .toast.plus:after,.liveDashboard ._account_api .list-results thead .filters .w-toast .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .filters .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .filters .toast.plus:after,._account_api .liveDashboard .list-results thead .filters .w-toast .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .filters .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .filters .toast.plus:after,.liveDashboard .list-results thead .filters .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .filters .btn-period-clear:before,.liveDashboard .list-results thead .filters .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .filters .btn-filter:before,.liveDashboard .list-results thead .filters .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .filters .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .filters .btn-period-clear:before,.liveDashboard .list-results thead .filters .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .filters .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .filters .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard .list-results thead .filters .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .filters .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .filters .btn-period-clear:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .filters .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .filters .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .filters .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard .list-results thead .filters .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .filters .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .filters .btn-filter:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .filters .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .filters .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .filters .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .filters .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .filters .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .filters .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .filters .btn-filter:before,._account_api .liveDashboard .list-results thead .filters .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .filters .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .filters .btn-period-clear:before,._account_api .liveDashboard .list-results thead .filters .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .filters .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .filters .btn-filter:before,.liveDashboard .list-results thead .filters .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .filters .btn-period-edit:before,.liveDashboard .list-results thead .filters .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .filters .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .filters .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .filters .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard .list-results thead .filters .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .filters .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .filters .btn-period-edit:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .filters .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .filters .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .filters .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .filters .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .filters .btn-period-edit:before,._account_api .liveDashboard .list-results thead .filters .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .filters .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .filters .btn-period-edit:before,.liveDashboard .list-results thead .filters .block-filters .btn-filter:before,.block-filters .liveDashboard .list-results thead .filters .btn-filter:before,.liveDashboard .list-results thead .filters .block-filters .btn-filter:before,.liveDashboard .list-results thead .block-filters .filters .btn-filter:before,.block-filters .liveDashboard .list-results thead .filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .filters .block-filters .btn-filter:before,._account_api .liveDashboard .list-results thead .filters .block-filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .filters .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .filters .btn-filter:before,.liveDashboard .block-filters ._account_api .list-results thead .filters .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .filters .block-filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .filters .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .filters .btn-filter:before,._account_api .liveDashboard .list-results thead .filters .block-filters .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .filters .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .filters .btn-filter:before,.liveDashboard .list-results thead .filters .toggleWrapper input.mobileToggle+label,.toggleWrapper .liveDashboard .list-results thead .filters input.mobileToggle+label,.liveDashboard .list-results thead .filters .toggleWrapper input.mobileToggle+label,.liveDashboard .list-results thead .toggleWrapper .filters input.mobileToggle+label,.toggleWrapper .liveDashboard .list-results thead .filters input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .filters .toggleWrapper input.mobileToggle+label,._account_api .liveDashboard .list-results thead .filters .toggleWrapper input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper .filters input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper .filters input.mobileToggle+label,.liveDashboard .toggleWrapper ._account_api .list-results thead .filters input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead .filters input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .filters .toggleWrapper input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper .filters input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead .filters input.mobileToggle+label,._account_api .liveDashboard .list-results thead .filters .toggleWrapper input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper .filters input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead .filters input.mobileToggle+label,.liveDashboard .list-results thead .filters tbody span.status,.liveDashboard .list-results tbody thead .filters span.status,.liveDashboard .list-results thead .filters tbody span.status,.liveDashboard .list-results thead tbody .filters span.status,.liveDashboard .list-results tbody thead .filters span.status,.liveDashboard ._account_api .list-results thead .filters tbody span.status,._account_api .liveDashboard .list-results thead .filters tbody span.status,.liveDashboard ._account_api .list-results thead tbody .filters span.status,._account_api .liveDashboard .list-results thead tbody .filters span.status,.liveDashboard ._account_api .list-results tbody thead .filters span.status,._account_api .liveDashboard .list-results tbody thead .filters span.status,.liveDashboard ._account_api .list-results thead .filters tbody span.status,.liveDashboard ._account_api .list-results thead tbody .filters span.status,.liveDashboard ._account_api .list-results tbody thead .filters span.status,._account_api .liveDashboard .list-results thead .filters tbody span.status,._account_api .liveDashboard .list-results thead tbody .filters span.status,._account_api .liveDashboard .list-results tbody thead .filters span.status,.liveDashboard .list-results thead .filters tbody td.is-running span,.liveDashboard .list-results tbody td.is-running thead .filters span,.liveDashboard .list-results thead .filters tbody td.is-running span,.liveDashboard .list-results thead tbody td.is-running .filters span,.liveDashboard .list-results tbody td.is-running thead .filters span,.liveDashboard ._account_api .list-results thead .filters tbody td.is-running span,._account_api .liveDashboard .list-results thead .filters tbody td.is-running span,.liveDashboard ._account_api .list-results thead tbody td.is-running .filters span,._account_api .liveDashboard .list-results thead tbody td.is-running .filters span,.liveDashboard ._account_api .list-results tbody td.is-running thead .filters span,._account_api .liveDashboard .list-results tbody td.is-running thead .filters span,.liveDashboard ._account_api .list-results thead .filters tbody td.is-running span,.liveDashboard ._account_api .list-results thead tbody td.is-running .filters span,.liveDashboard ._account_api .list-results tbody td.is-running thead .filters span,._account_api .liveDashboard .list-results thead .filters tbody td.is-running span,._account_api .liveDashboard .list-results thead tbody td.is-running .filters span,._account_api .liveDashboard .list-results tbody td.is-running thead .filters span,.liveDashboard .list-results thead .filters tbody td.is-pending span,.liveDashboard .list-results tbody td.is-pending thead .filters span,.liveDashboard .list-results thead .filters tbody td.is-pending span,.liveDashboard .list-results thead tbody td.is-pending .filters span,.liveDashboard .list-results tbody td.is-pending thead .filters span,.liveDashboard ._account_api .list-results thead .filters tbody td.is-pending span,._account_api .liveDashboard .list-results thead .filters tbody td.is-pending span,.liveDashboard ._account_api .list-results thead tbody td.is-pending .filters span,._account_api .liveDashboard .list-results thead tbody td.is-pending .filters span,.liveDashboard ._account_api .list-results tbody td.is-pending thead .filters span,._account_api .liveDashboard .list-results tbody td.is-pending thead .filters span,.liveDashboard ._account_api .list-results thead .filters tbody td.is-pending span,.liveDashboard ._account_api .list-results thead tbody td.is-pending .filters span,.liveDashboard ._account_api .list-results tbody td.is-pending thead .filters span,._account_api .liveDashboard .list-results thead .filters tbody td.is-pending span,._account_api .liveDashboard .list-results thead tbody td.is-pending .filters span,._account_api .liveDashboard .list-results tbody td.is-pending thead .filters span,.liveDashboard .list-results thead .filters .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .filters .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .filters .dropdown-toggle:after,.liveDashboard .list-results thead .filters .w-filter-preset.w-filter-preset .filter-preset .filter,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filters .filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .filters .filter,.liveDashboard .list-results thead .filters .form-label.status span,.liveDashboard .list-results thead .filters .status.status-log span,.liveDashboard .list-results thead .filters .status.status-report-item span,.liveDashboard .list-results thead .filters .double-list dd.status span,.double-list .liveDashboard .list-results thead .filters dd.status span,.liveDashboard .list-results thead .filters .double-list dt.status span,.double-list .liveDashboard .list-results thead .filters dt.status span,.liveDashboard .list-results thead .filters .w-cards-container .w-card .status.title span,.w-cards-container .w-card .liveDashboard .list-results thead .filters .status.title span,.liveDashboard .list-results thead .filters .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value .liveDashboard .list-results thead .filters .status.label span,.liveDashboard .list-results thead .filters tbody tr.sublist .status.title span,.liveDashboard .list-results tbody tr.sublist thead .filters .status.title span,.liveDashboard .list-results thead .form-label.status .filters span,.liveDashboard .list-results thead .status.status-log .filters span,.liveDashboard .list-results thead .status.status-report-item .filters span,.liveDashboard .list-results thead .double-list dd.status .filters span,.double-list .liveDashboard .list-results thead dd.status .filters span,.liveDashboard .list-results thead .double-list dt.status .filters span,.double-list .liveDashboard .list-results thead dt.status .filters span,.liveDashboard .list-results thead .w-cards-container .w-card .status.title .filters span,.w-cards-container .w-card .liveDashboard .list-results thead .status.title .filters span,.liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .filters span,.w-cards-container .w-card.centered .w-value .liveDashboard .list-results thead .status.label .filters span,.liveDashboard .list-results thead tbody tr.sublist .status.title .filters span,.liveDashboard .list-results tbody tr.sublist thead .status.title .filters span,.form-label.status .liveDashboard .list-results thead .filters span,.status.status-log .liveDashboard .list-results thead .filters span,.status.status-report-item .liveDashboard .list-results thead .filters span,.double-list dd.status .liveDashboard .list-results thead .filters span,.double-list dt.status .liveDashboard .list-results thead .filters span,.w-cards-container .w-card .status.title .liveDashboard .list-results thead .filters span,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead .filters span,.list-results tbody tr.sublist .status.title .liveDashboard .list-results thead .filters span,.liveDashboard .list-results thead .filters .w-filters-selected label.status.small span,.liveDashboard .list-results thead .w-filters-selected label.status.small .filters span,.w-filters-selected label.status.small .liveDashboard .list-results thead .filters span,.liveDashboard .list-results thead .filters .w-filters-selected .status.btn-f-s span,.liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .filters span,.w-filters-selected .status.btn-f-s .liveDashboard .list-results thead .filters span,.liveDashboard .list-results thead .filters .sub-header .w-form label,.liveDashboard .list-results thead .filters .sub-header .w-double-list label,.liveDashboard .list-results thead .sub-header .w-form .filters label,.liveDashboard .list-results thead .sub-header .w-double-list .filters label,.sub-header .w-form .liveDashboard .list-results thead .filters label,.sub-header .w-double-list .liveDashboard .list-results thead .filters label,.liveDashboard .list-results thead .filters .block-filters button:after,.liveDashboard .list-results thead .block-filters .filters button:after,.block-filters .liveDashboard .list-results thead .filters button:after,.liveDashboard .list-results thead .filters .block-filters select:after,.liveDashboard .list-results thead .block-filters .filters select:after,.block-filters .liveDashboard .list-results thead .filters select:after,.liveDashboard .list-results thead .filters .form-auto-list .form-auto-item.is-user-is-inactive,.liveDashboard .list-results thead .form-auto-list .filters .form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard .list-results thead .filters .form-auto-item.is-user-is-inactive,.liveDashboard .list-results thead .filters .form-auto-list .form-auto-item.is-user-is-active,.liveDashboard .list-results thead .form-auto-list .filters .form-auto-item.is-user-is-active,.form-auto-list .liveDashboard .list-results thead .filters .form-auto-item.is-user-is-active,.liveDashboard .list-results thead .filters .list-results-header .status.title span,.liveDashboard .list-results thead .list-results-header .status.title .filters span,.list-results-header .status.title .liveDashboard .list-results thead .filters span,.liveDashboard .list-results thead .filters tr span,.liveDashboard .list-results thead tr .filters span,.liveDashboard ._account_api .list-results thead .filters .icon,.liveDashboard ._account_api .list-results thead .filters .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .filters .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .filters .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .filters .w-alert-banner:before,.liveDashboard ._account_api .liveDashboard .list-results thead .filters .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .filters .w-dialog.plus .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .filters .dialog-aside:after,.liveDashboard ._account_api .list-results thead .filters .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .filters .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .filters .dialog-aside:after,.liveDashboard ._account_api .list-results thead .filters .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .filters .dialog-aside:after,.liveDashboard .w-dialog.plus ._account_api .list-results thead .filters .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .filters .dialog-aside:after,.liveDashboard ._account_api .list-results thead .filters .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .filters .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .filters .dialog-aside:after,.liveDashboard ._account_api .liveDashboard .list-results thead .filters .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .liveDashboard .list-results thead .w-dialog.plus .filters .dialog-aside:after,.liveDashboard .w-dialog.plus ._account_api .liveDashboard .list-results thead .filters .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .liveDashboard .list-results thead .filters .dialog-aside:after,.liveDashboard ._account_api .list-results thead .filters .w-toast .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .filters .toast.plus:after,.liveDashboard ._account_api .list-results thead .filters .w-toast .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .filters .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .filters .toast.plus:after,.liveDashboard ._account_api .list-results thead .filters .w-toast .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .filters .toast.plus:after,.liveDashboard .w-toast ._account_api .list-results thead .filters .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .filters .toast.plus:after,.liveDashboard ._account_api .list-results thead .filters .w-toast .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .filters .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .filters .toast.plus:after,.liveDashboard ._account_api .liveDashboard .list-results thead .filters .w-toast .toast.plus:after,.liveDashboard ._account_api .liveDashboard .list-results thead .w-toast .filters .toast.plus:after,.liveDashboard .w-toast ._account_api .liveDashboard .list-results thead .filters .toast.plus:after,.w-toast .liveDashboard ._account_api .liveDashboard .list-results thead .filters .toast.plus:after,.liveDashboard ._account_api .list-results thead .filters .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .filters .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .filters .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .filters .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .filters .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .filters .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .filters .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .filters .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .filters .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .filters .btn-period-clear:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .filters .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .filters .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .filters .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .filters .btn-filter:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .filters .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .filters .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .filters .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .filters .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .filters .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .filters .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .filters .btn-filter:before,.liveDashboard ._account_api .liveDashboard .list-results thead .filters .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .filters .btn-period-clear:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .filters .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .liveDashboard .list-results thead .filters .btn-period-clear:before,.liveDashboard ._account_api .liveDashboard .list-results thead .filters .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .filters .btn-filter:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .filters .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .liveDashboard .list-results thead .filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .filters .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .filters .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .filters .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .filters .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .filters .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .filters .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .filters .btn-period-edit:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .filters .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .filters .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .filters .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .filters .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .filters .btn-period-edit:before,.liveDashboard ._account_api .liveDashboard .list-results thead .filters .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .filters .btn-period-edit:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .filters .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .liveDashboard .list-results thead .filters .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .filters .block-filters .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .filters .block-filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .filters .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .filters .block-filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .filters .btn-filter:before,.liveDashboard .block-filters ._account_api .list-results thead .filters .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .filters .block-filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .filters .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .filters .btn-filter:before,.liveDashboard ._account_api .liveDashboard .list-results thead .filters .block-filters .btn-filter:before,.liveDashboard ._account_api .liveDashboard .list-results thead .block-filters .filters .btn-filter:before,.liveDashboard .block-filters ._account_api .liveDashboard .list-results thead .filters .btn-filter:before,.block-filters .liveDashboard ._account_api .liveDashboard .list-results thead .filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .filters .toggleWrapper input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead .filters input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .filters .toggleWrapper input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper .filters input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead .filters input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .filters .toggleWrapper input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper .filters input.mobileToggle+label,.liveDashboard .toggleWrapper ._account_api .list-results thead .filters input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead .filters input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .filters .toggleWrapper input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper .filters input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead .filters input.mobileToggle+label,.liveDashboard ._account_api .liveDashboard .list-results thead .filters .toggleWrapper input.mobileToggle+label,.liveDashboard ._account_api .liveDashboard .list-results thead .toggleWrapper .filters input.mobileToggle+label,.liveDashboard .toggleWrapper ._account_api .liveDashboard .list-results thead .filters input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .liveDashboard .list-results thead .filters input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .filters tbody span.status,.liveDashboard ._account_api .list-results tbody thead .filters span.status,.liveDashboard ._account_api .list-results thead .filters tbody span.status,.liveDashboard ._account_api .list-results thead tbody .filters span.status,.liveDashboard ._account_api .list-results tbody thead .filters span.status,.liveDashboard ._account_api .list-results thead .filters tbody span.status,.liveDashboard ._account_api .list-results thead tbody .filters span.status,.liveDashboard ._account_api .list-results tbody thead .filters span.status,.liveDashboard ._account_api .list-results thead .filters tbody span.status,.liveDashboard ._account_api .list-results thead tbody .filters span.status,.liveDashboard ._account_api .list-results tbody thead .filters span.status,.liveDashboard ._account_api .liveDashboard .list-results thead .filters tbody span.status,.liveDashboard ._account_api .liveDashboard .list-results thead tbody .filters span.status,.liveDashboard ._account_api .liveDashboard .list-results tbody thead .filters span.status,.liveDashboard ._account_api .list-results thead .filters tbody td.is-running span,.liveDashboard ._account_api .list-results tbody td.is-running thead .filters span,.liveDashboard ._account_api .list-results thead .filters tbody td.is-running span,.liveDashboard ._account_api .list-results thead tbody td.is-running .filters span,.liveDashboard ._account_api .list-results tbody td.is-running thead .filters span,.liveDashboard ._account_api .list-results thead .filters tbody td.is-running span,.liveDashboard ._account_api .list-results thead tbody td.is-running .filters span,.liveDashboard ._account_api .list-results tbody td.is-running thead .filters span,.liveDashboard ._account_api .list-results thead .filters tbody td.is-running span,.liveDashboard ._account_api .list-results thead tbody td.is-running .filters span,.liveDashboard ._account_api .list-results tbody td.is-running thead .filters span,.liveDashboard ._account_api .liveDashboard .list-results thead .filters tbody td.is-running span,.liveDashboard ._account_api .liveDashboard .list-results thead tbody td.is-running .filters span,.liveDashboard ._account_api .liveDashboard .list-results tbody td.is-running thead .filters span,.liveDashboard ._account_api .list-results thead .filters tbody td.is-pending span,.liveDashboard ._account_api .list-results tbody td.is-pending thead .filters span,.liveDashboard ._account_api .list-results thead .filters tbody td.is-pending span,.liveDashboard ._account_api .list-results thead tbody td.is-pending .filters span,.liveDashboard ._account_api .list-results tbody td.is-pending thead .filters span,.liveDashboard ._account_api .list-results thead .filters tbody td.is-pending span,.liveDashboard ._account_api .list-results thead tbody td.is-pending .filters span,.liveDashboard ._account_api .list-results tbody td.is-pending thead .filters span,.liveDashboard ._account_api .list-results thead .filters tbody td.is-pending span,.liveDashboard ._account_api .list-results thead tbody td.is-pending .filters span,.liveDashboard ._account_api .list-results tbody td.is-pending thead .filters span,.liveDashboard ._account_api .liveDashboard .list-results thead .filters tbody td.is-pending span,.liveDashboard ._account_api .liveDashboard .list-results thead tbody td.is-pending .filters span,.liveDashboard ._account_api .liveDashboard .list-results tbody td.is-pending thead .filters span,._account_api .liveDashboard .list-results thead .filters .icon,._account_api .liveDashboard .list-results thead .filters .w-alert-banner:before,._account_api .liveDashboard .list-results thead .filters .w-alert-banner:before,._account_api .liveDashboard .list-results thead .filters .w-alert-banner:before,._account_api .liveDashboard ._account_api .list-results thead .filters .w-alert-banner:before,._account_api .liveDashboard .list-results thead .filters .w-alert-banner:before,._account_api .liveDashboard .list-results thead .filters .w-dialog.plus .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .filters .dialog-aside:after,._account_api .liveDashboard .list-results thead .filters .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .filters .dialog-aside:after,._account_api .w-dialog.plus .liveDashboard .list-results thead .filters .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .filters .dialog-aside:after,._account_api .liveDashboard .list-results thead .filters .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .filters .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .filters .dialog-aside:after,._account_api .liveDashboard ._account_api .list-results thead .filters .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard ._account_api .list-results thead .w-dialog.plus .filters .dialog-aside:after,._account_api .w-dialog.plus .liveDashboard ._account_api .list-results thead .filters .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard ._account_api .list-results thead .filters .dialog-aside:after,._account_api .liveDashboard .list-results thead .filters .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .filters .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .filters .dialog-aside:after,._account_api .liveDashboard .list-results thead .filters .w-toast .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .filters .toast.plus:after,._account_api .liveDashboard .list-results thead .filters .w-toast .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .filters .toast.plus:after,._account_api .w-toast .liveDashboard .list-results thead .filters .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .filters .toast.plus:after,._account_api .liveDashboard .list-results thead .filters .w-toast .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .filters .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .filters .toast.plus:after,._account_api .liveDashboard ._account_api .list-results thead .filters .w-toast .toast.plus:after,._account_api .liveDashboard ._account_api .list-results thead .w-toast .filters .toast.plus:after,._account_api .w-toast .liveDashboard ._account_api .list-results thead .filters .toast.plus:after,.w-toast ._account_api .liveDashboard ._account_api .list-results thead .filters .toast.plus:after,._account_api .liveDashboard .list-results thead .filters .w-toast .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .filters .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .filters .toast.plus:after,._account_api .liveDashboard .list-results thead .filters .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .filters .btn-period-clear:before,._account_api .liveDashboard .list-results thead .filters .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .filters .btn-filter:before,._account_api .liveDashboard .list-results thead .filters .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .filters .btn-period-clear:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .filters .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .filters .btn-period-clear:before,._account_api .liveDashboard .list-results thead .filters .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .filters .btn-filter:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .filters .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .filters .btn-filter:before,._account_api .liveDashboard .list-results thead .filters .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .filters .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .filters .btn-period-clear:before,._account_api .liveDashboard .list-results thead .filters .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .filters .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .filters .btn-filter:before,._account_api .liveDashboard ._account_api .list-results thead .filters .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .filters .btn-period-clear:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .filters .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard ._account_api .list-results thead .filters .btn-period-clear:before,._account_api .liveDashboard ._account_api .list-results thead .filters .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .filters .btn-filter:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .filters .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard ._account_api .list-results thead .filters .btn-filter:before,._account_api .liveDashboard .list-results thead .filters .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .filters .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .filters .btn-period-clear:before,._account_api .liveDashboard .list-results thead .filters .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .filters .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .filters .btn-filter:before,._account_api .liveDashboard .list-results thead .filters .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .filters .btn-period-edit:before,._account_api .liveDashboard .list-results thead .filters .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .filters .btn-period-edit:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .filters .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .filters .btn-period-edit:before,._account_api .liveDashboard .list-results thead .filters .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .filters .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .filters .btn-period-edit:before,._account_api .liveDashboard ._account_api .list-results thead .filters .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .filters .btn-period-edit:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .filters .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard ._account_api .list-results thead .filters .btn-period-edit:before,._account_api .liveDashboard .list-results thead .filters .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .filters .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .filters .btn-period-edit:before,._account_api .liveDashboard .list-results thead .filters .block-filters .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .filters .btn-filter:before,._account_api .liveDashboard .list-results thead .filters .block-filters .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .filters .btn-filter:before,._account_api .block-filters .liveDashboard .list-results thead .filters .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .filters .btn-filter:before,._account_api .liveDashboard .list-results thead .filters .block-filters .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .filters .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .filters .btn-filter:before,._account_api .liveDashboard ._account_api .list-results thead .filters .block-filters .btn-filter:before,._account_api .liveDashboard ._account_api .list-results thead .block-filters .filters .btn-filter:before,._account_api .block-filters .liveDashboard ._account_api .list-results thead .filters .btn-filter:before,.block-filters ._account_api .liveDashboard ._account_api .list-results thead .filters .btn-filter:before,._account_api .liveDashboard .list-results thead .filters .block-filters .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .filters .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .filters .btn-filter:before,._account_api .liveDashboard .list-results thead .filters .toggleWrapper input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead .filters input.mobileToggle+label,._account_api .liveDashboard .list-results thead .filters .toggleWrapper input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper .filters input.mobileToggle+label,._account_api .toggleWrapper .liveDashboard .list-results thead .filters input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead .filters input.mobileToggle+label,._account_api .liveDashboard .list-results thead .filters .toggleWrapper input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper .filters input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead .filters input.mobileToggle+label,._account_api .liveDashboard ._account_api .list-results thead .filters .toggleWrapper input.mobileToggle+label,._account_api .liveDashboard ._account_api .list-results thead .toggleWrapper .filters input.mobileToggle+label,._account_api .toggleWrapper .liveDashboard ._account_api .list-results thead .filters input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard ._account_api .list-results thead .filters input.mobileToggle+label,._account_api .liveDashboard .list-results thead .filters .toggleWrapper input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper .filters input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead .filters input.mobileToggle+label,._account_api .liveDashboard .list-results thead .filters tbody span.status,._account_api .liveDashboard .list-results tbody thead .filters span.status,._account_api .liveDashboard .list-results thead .filters tbody span.status,._account_api .liveDashboard .list-results thead tbody .filters span.status,._account_api .liveDashboard .list-results tbody thead .filters span.status,._account_api .liveDashboard .list-results thead .filters tbody span.status,._account_api .liveDashboard .list-results thead tbody .filters span.status,._account_api .liveDashboard .list-results tbody thead .filters span.status,._account_api .liveDashboard ._account_api .list-results thead .filters tbody span.status,._account_api .liveDashboard ._account_api .list-results thead tbody .filters span.status,._account_api .liveDashboard ._account_api .list-results tbody thead .filters span.status,._account_api .liveDashboard .list-results thead .filters tbody span.status,._account_api .liveDashboard .list-results thead tbody .filters span.status,._account_api .liveDashboard .list-results tbody thead .filters span.status,._account_api .liveDashboard .list-results thead .filters tbody td.is-running span,._account_api .liveDashboard .list-results tbody td.is-running thead .filters span,._account_api .liveDashboard .list-results thead .filters tbody td.is-running span,._account_api .liveDashboard .list-results thead tbody td.is-running .filters span,._account_api .liveDashboard .list-results tbody td.is-running thead .filters span,._account_api .liveDashboard .list-results thead .filters tbody td.is-running span,._account_api .liveDashboard .list-results thead tbody td.is-running .filters span,._account_api .liveDashboard .list-results tbody td.is-running thead .filters span,._account_api .liveDashboard ._account_api .list-results thead .filters tbody td.is-running span,._account_api .liveDashboard ._account_api .list-results thead tbody td.is-running .filters span,._account_api .liveDashboard ._account_api .list-results tbody td.is-running thead .filters span,._account_api .liveDashboard .list-results thead .filters tbody td.is-running span,._account_api .liveDashboard .list-results thead tbody td.is-running .filters span,._account_api .liveDashboard .list-results tbody td.is-running thead .filters span,._account_api .liveDashboard .list-results thead .filters tbody td.is-pending span,._account_api .liveDashboard .list-results tbody td.is-pending thead .filters span,._account_api .liveDashboard .list-results thead .filters tbody td.is-pending span,._account_api .liveDashboard .list-results thead tbody td.is-pending .filters span,._account_api .liveDashboard .list-results tbody td.is-pending thead .filters span,._account_api .liveDashboard .list-results thead .filters tbody td.is-pending span,._account_api .liveDashboard .list-results thead tbody td.is-pending .filters span,._account_api .liveDashboard .list-results tbody td.is-pending thead .filters span,._account_api .liveDashboard ._account_api .list-results thead .filters tbody td.is-pending span,._account_api .liveDashboard ._account_api .list-results thead tbody td.is-pending .filters span,._account_api .liveDashboard ._account_api .list-results tbody td.is-pending thead .filters span,._account_api .liveDashboard .list-results thead .filters tbody td.is-pending span,._account_api .liveDashboard .list-results thead tbody td.is-pending .filters span,._account_api .liveDashboard .list-results tbody td.is-pending thead .filters span,.liveDashboard ._account_api .list-results thead .filters .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,._account_api .liveDashboard .list-results thead .filters .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .filters .dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .filters .dropdown-toggle:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .filters .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .filters .dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .filters .w-filter-preset.w-filter-preset .filter-preset .filter,._account_api .liveDashboard .list-results thead .filters .w-filter-preset.w-filter-preset .filter-preset .filter,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filters .filter,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filters .filter,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .filters .filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .filters .filter,.liveDashboard ._account_api .list-results thead .filters .form-label.status span,.liveDashboard ._account_api .list-results thead .filters .status.status-log span,.liveDashboard ._account_api .list-results thead .filters .status.status-report-item span,.liveDashboard ._account_api .list-results thead .filters .double-list dd.status span,.double-list .liveDashboard ._account_api .list-results thead .filters dd.status span,.liveDashboard ._account_api .list-results thead .filters .double-list dt.status span,.double-list .liveDashboard ._account_api .list-results thead .filters dt.status span,.liveDashboard ._account_api .list-results thead .filters .w-cards-container .w-card .status.title span,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .filters .status.title span,.liveDashboard ._account_api .list-results thead .filters .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .filters .status.label span,.liveDashboard ._account_api .list-results thead .filters tbody tr.sublist .status.title span,.liveDashboard ._account_api .list-results tbody tr.sublist thead .filters .status.title span,._account_api .liveDashboard .list-results thead .filters .form-label.status span,._account_api .liveDashboard .list-results thead .filters .status.status-log span,._account_api .liveDashboard .list-results thead .filters .status.status-report-item span,._account_api .liveDashboard .list-results thead .filters .double-list dd.status span,.double-list ._account_api .liveDashboard .list-results thead .filters dd.status span,._account_api .liveDashboard .list-results thead .filters .double-list dt.status span,.double-list ._account_api .liveDashboard .list-results thead .filters dt.status span,._account_api .liveDashboard .list-results thead .filters .w-cards-container .w-card .status.title span,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .filters .status.title span,._account_api .liveDashboard .list-results thead .filters .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .filters .status.label span,._account_api .liveDashboard .list-results thead .filters tbody tr.sublist .status.title span,._account_api .liveDashboard .list-results tbody tr.sublist thead .filters .status.title span,.liveDashboard ._account_api .list-results thead .form-label.status .filters span,.liveDashboard ._account_api .list-results thead .status.status-log .filters span,.liveDashboard ._account_api .list-results thead .status.status-report-item .filters span,.liveDashboard ._account_api .list-results thead .double-list dd.status .filters span,.double-list .liveDashboard ._account_api .list-results thead dd.status .filters span,.liveDashboard ._account_api .list-results thead .double-list dt.status .filters span,.double-list .liveDashboard ._account_api .list-results thead dt.status .filters span,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title .filters span,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title .filters span,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .filters span,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label .filters span,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title .filters span,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title .filters span,._account_api .liveDashboard .list-results thead .form-label.status .filters span,._account_api .liveDashboard .list-results thead .status.status-log .filters span,._account_api .liveDashboard .list-results thead .status.status-report-item .filters span,._account_api .liveDashboard .list-results thead .double-list dd.status .filters span,.double-list ._account_api .liveDashboard .list-results thead dd.status .filters span,._account_api .liveDashboard .list-results thead .double-list dt.status .filters span,.double-list ._account_api .liveDashboard .list-results thead dt.status .filters span,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title .filters span,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title .filters span,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .filters span,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label .filters span,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title .filters span,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title .filters span,.liveDashboard .form-label.status ._account_api .list-results thead .filters span,.liveDashboard .status.status-log ._account_api .list-results thead .filters span,.liveDashboard .status.status-report-item ._account_api .list-results thead .filters span,.liveDashboard .double-list dd.status ._account_api .list-results thead .filters span,.double-list .liveDashboard dd.status ._account_api .list-results thead .filters span,.liveDashboard .double-list dt.status ._account_api .list-results thead .filters span,.double-list .liveDashboard dt.status ._account_api .list-results thead .filters span,.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead .filters span,.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead .filters span,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead .filters span,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead .filters span,.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead .filters span,.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead .filters span,.form-label.status ._account_api .liveDashboard .list-results thead .filters span,.status.status-log ._account_api .liveDashboard .list-results thead .filters span,.status.status-report-item ._account_api .liveDashboard .list-results thead .filters span,.double-list dd.status ._account_api .liveDashboard .list-results thead .filters span,.double-list dt.status ._account_api .liveDashboard .list-results thead .filters span,.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead .filters span,.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead .filters span,.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead .filters span,.liveDashboard ._account_api .list-results thead .filters .w-filters-selected label.status.small span,._account_api .liveDashboard .list-results thead .filters .w-filters-selected label.status.small span,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small .filters span,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small .filters span,.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead .filters span,.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead .filters span,.liveDashboard ._account_api .list-results thead .filters .w-filters-selected .status.btn-f-s span,._account_api .liveDashboard .list-results thead .filters .w-filters-selected .status.btn-f-s span,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s .filters span,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .filters span,.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead .filters span,.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead .filters span,.liveDashboard ._account_api .list-results thead .filters .sub-header .w-form label,.liveDashboard ._account_api .list-results thead .filters .sub-header .w-double-list label,._account_api .liveDashboard .list-results thead .filters .sub-header .w-form label,._account_api .liveDashboard .list-results thead .filters .sub-header .w-double-list label,.liveDashboard ._account_api .list-results thead .sub-header .w-form .filters label,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list .filters label,._account_api .liveDashboard .list-results thead .sub-header .w-form .filters label,._account_api .liveDashboard .list-results thead .sub-header .w-double-list .filters label,.liveDashboard .sub-header .w-form ._account_api .list-results thead .filters label,.liveDashboard .sub-header .w-double-list ._account_api .list-results thead .filters label,.sub-header .w-form ._account_api .liveDashboard .list-results thead .filters label,.sub-header .w-double-list ._account_api .liveDashboard .list-results thead .filters label,.liveDashboard ._account_api .list-results thead .filters .block-filters button:after,._account_api .liveDashboard .list-results thead .filters .block-filters button:after,.liveDashboard ._account_api .list-results thead .block-filters .filters button:after,._account_api .liveDashboard .list-results thead .block-filters .filters button:after,.liveDashboard .block-filters ._account_api .list-results thead .filters button:after,.block-filters ._account_api .liveDashboard .list-results thead .filters button:after,.liveDashboard ._account_api .list-results thead .filters .block-filters select:after,._account_api .liveDashboard .list-results thead .filters .block-filters select:after,.liveDashboard ._account_api .list-results thead .block-filters .filters select:after,._account_api .liveDashboard .list-results thead .block-filters .filters select:after,.liveDashboard .block-filters ._account_api .list-results thead .filters select:after,.block-filters ._account_api .liveDashboard .list-results thead .filters select:after,.liveDashboard ._account_api .list-results thead .filters .form-auto-list .form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .filters .form-auto-list .form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .form-auto-list .filters .form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .form-auto-list .filters .form-auto-item.is-user-is-inactive,.liveDashboard .form-auto-list ._account_api .list-results thead .filters .form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .liveDashboard .list-results thead .filters .form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .filters .form-auto-list .form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .filters .form-auto-list .form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .form-auto-list .filters .form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .form-auto-list .filters .form-auto-item.is-user-is-active,.liveDashboard .form-auto-list ._account_api .list-results thead .filters .form-auto-item.is-user-is-active,.form-auto-list ._account_api .liveDashboard .list-results thead .filters .form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .filters .list-results-header .status.title span,._account_api .liveDashboard .list-results thead .filters .list-results-header .status.title span,.liveDashboard ._account_api .list-results thead .list-results-header .status.title .filters span,._account_api .liveDashboard .list-results thead .list-results-header .status.title .filters span,.liveDashboard .list-results-header .status.title ._account_api .list-results thead .filters span,.list-results-header .status.title ._account_api .liveDashboard .list-results thead .filters span,.liveDashboard ._account_api .list-results thead .filters tr span,._account_api .liveDashboard .list-results thead .filters tr span,.liveDashboard ._account_api .list-results thead tr .filters span,._account_api .liveDashboard .list-results thead tr .filters span,.liveDashboard ._account_api .list-results thead .filters .icon,.liveDashboard ._account_api .list-results thead .filters .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .filters .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .filters .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .filters .w-alert-banner:before,.liveDashboard ._account_api .liveDashboard .list-results thead .filters .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .filters .w-dialog.plus .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .filters .dialog-aside:after,.liveDashboard ._account_api .list-results thead .filters .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .filters .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .filters .dialog-aside:after,.liveDashboard ._account_api .list-results thead .filters .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .filters .dialog-aside:after,.liveDashboard .w-dialog.plus ._account_api .list-results thead .filters .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .filters .dialog-aside:after,.liveDashboard ._account_api .list-results thead .filters .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .filters .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .filters .dialog-aside:after,.liveDashboard ._account_api .liveDashboard .list-results thead .filters .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .liveDashboard .list-results thead .w-dialog.plus .filters .dialog-aside:after,.liveDashboard .w-dialog.plus ._account_api .liveDashboard .list-results thead .filters .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .liveDashboard .list-results thead .filters .dialog-aside:after,.liveDashboard ._account_api .list-results thead .filters .w-toast .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .filters .toast.plus:after,.liveDashboard ._account_api .list-results thead .filters .w-toast .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .filters .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .filters .toast.plus:after,.liveDashboard ._account_api .list-results thead .filters .w-toast .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .filters .toast.plus:after,.liveDashboard .w-toast ._account_api .list-results thead .filters .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .filters .toast.plus:after,.liveDashboard ._account_api .list-results thead .filters .w-toast .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .filters .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .filters .toast.plus:after,.liveDashboard ._account_api .liveDashboard .list-results thead .filters .w-toast .toast.plus:after,.liveDashboard ._account_api .liveDashboard .list-results thead .w-toast .filters .toast.plus:after,.liveDashboard .w-toast ._account_api .liveDashboard .list-results thead .filters .toast.plus:after,.w-toast .liveDashboard ._account_api .liveDashboard .list-results thead .filters .toast.plus:after,.liveDashboard ._account_api .list-results thead .filters .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .filters .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .filters .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .filters .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .filters .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .filters .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .filters .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .filters .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .filters .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .filters .btn-period-clear:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .filters .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .filters .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .filters .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .filters .btn-filter:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .filters .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .filters .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .filters .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .filters .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .filters .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .filters .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .filters .btn-filter:before,.liveDashboard ._account_api .liveDashboard .list-results thead .filters .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .filters .btn-period-clear:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .filters .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .liveDashboard .list-results thead .filters .btn-period-clear:before,.liveDashboard ._account_api .liveDashboard .list-results thead .filters .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .filters .btn-filter:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .filters .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .liveDashboard .list-results thead .filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .filters .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .filters .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .filters .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .filters .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .filters .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .filters .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .filters .btn-period-edit:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .filters .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .filters .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .filters .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .filters .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .filters .btn-period-edit:before,.liveDashboard ._account_api .liveDashboard .list-results thead .filters .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .filters .btn-period-edit:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .filters .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .liveDashboard .list-results thead .filters .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .filters .block-filters .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .filters .block-filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .filters .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .filters .block-filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .filters .btn-filter:before,.liveDashboard .block-filters ._account_api .list-results thead .filters .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .filters .block-filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .filters .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .filters .btn-filter:before,.liveDashboard ._account_api .liveDashboard .list-results thead .filters .block-filters .btn-filter:before,.liveDashboard ._account_api .liveDashboard .list-results thead .block-filters .filters .btn-filter:before,.liveDashboard .block-filters ._account_api .liveDashboard .list-results thead .filters .btn-filter:before,.block-filters .liveDashboard ._account_api .liveDashboard .list-results thead .filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .filters .toggleWrapper input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead .filters input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .filters .toggleWrapper input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper .filters input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead .filters input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .filters .toggleWrapper input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper .filters input.mobileToggle+label,.liveDashboard .toggleWrapper ._account_api .list-results thead .filters input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead .filters input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .filters .toggleWrapper input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper .filters input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead .filters input.mobileToggle+label,.liveDashboard ._account_api .liveDashboard .list-results thead .filters .toggleWrapper input.mobileToggle+label,.liveDashboard ._account_api .liveDashboard .list-results thead .toggleWrapper .filters input.mobileToggle+label,.liveDashboard .toggleWrapper ._account_api .liveDashboard .list-results thead .filters input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .liveDashboard .list-results thead .filters input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .filters tbody span.status,.liveDashboard ._account_api .list-results tbody thead .filters span.status,.liveDashboard ._account_api .list-results thead .filters tbody span.status,.liveDashboard ._account_api .list-results thead tbody .filters span.status,.liveDashboard ._account_api .list-results tbody thead .filters span.status,.liveDashboard ._account_api .list-results thead .filters tbody span.status,.liveDashboard ._account_api .list-results thead tbody .filters span.status,.liveDashboard ._account_api .list-results tbody thead .filters span.status,.liveDashboard ._account_api .list-results thead .filters tbody span.status,.liveDashboard ._account_api .list-results thead tbody .filters span.status,.liveDashboard ._account_api .list-results tbody thead .filters span.status,.liveDashboard ._account_api .liveDashboard .list-results thead .filters tbody span.status,.liveDashboard ._account_api .liveDashboard .list-results thead tbody .filters span.status,.liveDashboard ._account_api .liveDashboard .list-results tbody thead .filters span.status,.liveDashboard ._account_api .list-results thead .filters tbody td.is-running span,.liveDashboard ._account_api .list-results tbody td.is-running thead .filters span,.liveDashboard ._account_api .list-results thead .filters tbody td.is-running span,.liveDashboard ._account_api .list-results thead tbody td.is-running .filters span,.liveDashboard ._account_api .list-results tbody td.is-running thead .filters span,.liveDashboard ._account_api .list-results thead .filters tbody td.is-running span,.liveDashboard ._account_api .list-results thead tbody td.is-running .filters span,.liveDashboard ._account_api .list-results tbody td.is-running thead .filters span,.liveDashboard ._account_api .list-results thead .filters tbody td.is-running span,.liveDashboard ._account_api .list-results thead tbody td.is-running .filters span,.liveDashboard ._account_api .list-results tbody td.is-running thead .filters span,.liveDashboard ._account_api .liveDashboard .list-results thead .filters tbody td.is-running span,.liveDashboard ._account_api .liveDashboard .list-results thead tbody td.is-running .filters span,.liveDashboard ._account_api .liveDashboard .list-results tbody td.is-running thead .filters span,.liveDashboard ._account_api .list-results thead .filters tbody td.is-pending span,.liveDashboard ._account_api .list-results tbody td.is-pending thead .filters span,.liveDashboard ._account_api .list-results thead .filters tbody td.is-pending span,.liveDashboard ._account_api .list-results thead tbody td.is-pending .filters span,.liveDashboard ._account_api .list-results tbody td.is-pending thead .filters span,.liveDashboard ._account_api .list-results thead .filters tbody td.is-pending span,.liveDashboard ._account_api .list-results thead tbody td.is-pending .filters span,.liveDashboard ._account_api .list-results tbody td.is-pending thead .filters span,.liveDashboard ._account_api .list-results thead .filters tbody td.is-pending span,.liveDashboard ._account_api .list-results thead tbody td.is-pending .filters span,.liveDashboard ._account_api .list-results tbody td.is-pending thead .filters span,.liveDashboard ._account_api .liveDashboard .list-results thead .filters tbody td.is-pending span,.liveDashboard ._account_api .liveDashboard .list-results thead tbody td.is-pending .filters span,.liveDashboard ._account_api .liveDashboard .list-results tbody td.is-pending thead .filters span,._account_api .liveDashboard .list-results thead .filters .icon,._account_api .liveDashboard .list-results thead .filters .w-alert-banner:before,._account_api .liveDashboard .list-results thead .filters .w-alert-banner:before,._account_api .liveDashboard .list-results thead .filters .w-alert-banner:before,._account_api .liveDashboard ._account_api .list-results thead .filters .w-alert-banner:before,._account_api .liveDashboard .list-results thead .filters .w-alert-banner:before,._account_api .liveDashboard .list-results thead .filters .w-dialog.plus .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .filters .dialog-aside:after,._account_api .liveDashboard .list-results thead .filters .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .filters .dialog-aside:after,._account_api .w-dialog.plus .liveDashboard .list-results thead .filters .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .filters .dialog-aside:after,._account_api .liveDashboard .list-results thead .filters .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .filters .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .filters .dialog-aside:after,._account_api .liveDashboard ._account_api .list-results thead .filters .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard ._account_api .list-results thead .w-dialog.plus .filters .dialog-aside:after,._account_api .w-dialog.plus .liveDashboard ._account_api .list-results thead .filters .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard ._account_api .list-results thead .filters .dialog-aside:after,._account_api .liveDashboard .list-results thead .filters .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .filters .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .filters .dialog-aside:after,._account_api .liveDashboard .list-results thead .filters .w-toast .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .filters .toast.plus:after,._account_api .liveDashboard .list-results thead .filters .w-toast .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .filters .toast.plus:after,._account_api .w-toast .liveDashboard .list-results thead .filters .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .filters .toast.plus:after,._account_api .liveDashboard .list-results thead .filters .w-toast .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .filters .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .filters .toast.plus:after,._account_api .liveDashboard ._account_api .list-results thead .filters .w-toast .toast.plus:after,._account_api .liveDashboard ._account_api .list-results thead .w-toast .filters .toast.plus:after,._account_api .w-toast .liveDashboard ._account_api .list-results thead .filters .toast.plus:after,.w-toast ._account_api .liveDashboard ._account_api .list-results thead .filters .toast.plus:after,._account_api .liveDashboard .list-results thead .filters .w-toast .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .filters .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .filters .toast.plus:after,._account_api .liveDashboard .list-results thead .filters .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .filters .btn-period-clear:before,._account_api .liveDashboard .list-results thead .filters .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .filters .btn-filter:before,._account_api .liveDashboard .list-results thead .filters .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .filters .btn-period-clear:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .filters .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .filters .btn-period-clear:before,._account_api .liveDashboard .list-results thead .filters .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .filters .btn-filter:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .filters .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .filters .btn-filter:before,._account_api .liveDashboard .list-results thead .filters .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .filters .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .filters .btn-period-clear:before,._account_api .liveDashboard .list-results thead .filters .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .filters .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .filters .btn-filter:before,._account_api .liveDashboard ._account_api .list-results thead .filters .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .filters .btn-period-clear:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .filters .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard ._account_api .list-results thead .filters .btn-period-clear:before,._account_api .liveDashboard ._account_api .list-results thead .filters .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .filters .btn-filter:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .filters .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard ._account_api .list-results thead .filters .btn-filter:before,._account_api .liveDashboard .list-results thead .filters .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .filters .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .filters .btn-period-clear:before,._account_api .liveDashboard .list-results thead .filters .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .filters .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .filters .btn-filter:before,._account_api .liveDashboard .list-results thead .filters .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .filters .btn-period-edit:before,._account_api .liveDashboard .list-results thead .filters .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .filters .btn-period-edit:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .filters .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .filters .btn-period-edit:before,._account_api .liveDashboard .list-results thead .filters .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .filters .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .filters .btn-period-edit:before,._account_api .liveDashboard ._account_api .list-results thead .filters .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .filters .btn-period-edit:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .filters .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard ._account_api .list-results thead .filters .btn-period-edit:before,._account_api .liveDashboard .list-results thead .filters .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .filters .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .filters .btn-period-edit:before,._account_api .liveDashboard .list-results thead .filters .block-filters .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .filters .btn-filter:before,._account_api .liveDashboard .list-results thead .filters .block-filters .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .filters .btn-filter:before,._account_api .block-filters .liveDashboard .list-results thead .filters .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .filters .btn-filter:before,._account_api .liveDashboard .list-results thead .filters .block-filters .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .filters .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .filters .btn-filter:before,._account_api .liveDashboard ._account_api .list-results thead .filters .block-filters .btn-filter:before,._account_api .liveDashboard ._account_api .list-results thead .block-filters .filters .btn-filter:before,._account_api .block-filters .liveDashboard ._account_api .list-results thead .filters .btn-filter:before,.block-filters ._account_api .liveDashboard ._account_api .list-results thead .filters .btn-filter:before,._account_api .liveDashboard .list-results thead .filters .block-filters .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .filters .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .filters .btn-filter:before,._account_api .liveDashboard .list-results thead .filters .toggleWrapper input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead .filters input.mobileToggle+label,._account_api .liveDashboard .list-results thead .filters .toggleWrapper input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper .filters input.mobileToggle+label,._account_api .toggleWrapper .liveDashboard .list-results thead .filters input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead .filters input.mobileToggle+label,._account_api .liveDashboard .list-results thead .filters .toggleWrapper input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper .filters input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead .filters input.mobileToggle+label,._account_api .liveDashboard ._account_api .list-results thead .filters .toggleWrapper input.mobileToggle+label,._account_api .liveDashboard ._account_api .list-results thead .toggleWrapper .filters input.mobileToggle+label,._account_api .toggleWrapper .liveDashboard ._account_api .list-results thead .filters input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard ._account_api .list-results thead .filters input.mobileToggle+label,._account_api .liveDashboard .list-results thead .filters .toggleWrapper input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper .filters input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead .filters input.mobileToggle+label,._account_api .liveDashboard .list-results thead .filters tbody span.status,._account_api .liveDashboard .list-results tbody thead .filters span.status,._account_api .liveDashboard .list-results thead .filters tbody span.status,._account_api .liveDashboard .list-results thead tbody .filters span.status,._account_api .liveDashboard .list-results tbody thead .filters span.status,._account_api .liveDashboard .list-results thead .filters tbody span.status,._account_api .liveDashboard .list-results thead tbody .filters span.status,._account_api .liveDashboard .list-results tbody thead .filters span.status,._account_api .liveDashboard ._account_api .list-results thead .filters tbody span.status,._account_api .liveDashboard ._account_api .list-results thead tbody .filters span.status,._account_api .liveDashboard ._account_api .list-results tbody thead .filters span.status,._account_api .liveDashboard .list-results thead .filters tbody span.status,._account_api .liveDashboard .list-results thead tbody .filters span.status,._account_api .liveDashboard .list-results tbody thead .filters span.status,._account_api .liveDashboard .list-results thead .filters tbody td.is-running span,._account_api .liveDashboard .list-results tbody td.is-running thead .filters span,._account_api .liveDashboard .list-results thead .filters tbody td.is-running span,._account_api .liveDashboard .list-results thead tbody td.is-running .filters span,._account_api .liveDashboard .list-results tbody td.is-running thead .filters span,._account_api .liveDashboard .list-results thead .filters tbody td.is-running span,._account_api .liveDashboard .list-results thead tbody td.is-running .filters span,._account_api .liveDashboard .list-results tbody td.is-running thead .filters span,._account_api .liveDashboard ._account_api .list-results thead .filters tbody td.is-running span,._account_api .liveDashboard ._account_api .list-results thead tbody td.is-running .filters span,._account_api .liveDashboard ._account_api .list-results tbody td.is-running thead .filters span,._account_api .liveDashboard .list-results thead .filters tbody td.is-running span,._account_api .liveDashboard .list-results thead tbody td.is-running .filters span,._account_api .liveDashboard .list-results tbody td.is-running thead .filters span,._account_api .liveDashboard .list-results thead .filters tbody td.is-pending span,._account_api .liveDashboard .list-results tbody td.is-pending thead .filters span,._account_api .liveDashboard .list-results thead .filters tbody td.is-pending span,._account_api .liveDashboard .list-results thead tbody td.is-pending .filters span,._account_api .liveDashboard .list-results tbody td.is-pending thead .filters span,._account_api .liveDashboard .list-results thead .filters tbody td.is-pending span,._account_api .liveDashboard .list-results thead tbody td.is-pending .filters span,._account_api .liveDashboard .list-results tbody td.is-pending thead .filters span,._account_api .liveDashboard ._account_api .list-results thead .filters tbody td.is-pending span,._account_api .liveDashboard ._account_api .list-results thead tbody td.is-pending .filters span,._account_api .liveDashboard ._account_api .list-results tbody td.is-pending thead .filters span,._account_api .liveDashboard .list-results thead .filters tbody td.is-pending span,._account_api .liveDashboard .list-results thead tbody td.is-pending .filters span,._account_api .liveDashboard .list-results tbody td.is-pending thead .filters span,.liveDashboard ._account_api .list-results thead .filters .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .filters .dropdown-toggle:after,._account_api .liveDashboard .list-results thead .filters .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .filters .dropdown-toggle:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .filters .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .filters .dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .filters .w-filter-preset.w-filter-preset .filter-preset .filter,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filters .filter,._account_api .liveDashboard .list-results thead .filters .w-filter-preset.w-filter-preset .filter-preset .filter,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filters .filter,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .filters .filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .filters .filter,.liveDashboard ._account_api .list-results thead .filters .form-label.status span,.liveDashboard ._account_api .list-results thead .filters .status.status-log span,.liveDashboard ._account_api .list-results thead .filters .status.status-report-item span,.liveDashboard ._account_api .list-results thead .filters .double-list dd.status span,.double-list .liveDashboard ._account_api .list-results thead .filters dd.status span,.liveDashboard ._account_api .list-results thead .filters .double-list dt.status span,.double-list .liveDashboard ._account_api .list-results thead .filters dt.status span,.liveDashboard ._account_api .list-results thead .filters .w-cards-container .w-card .status.title span,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .filters .status.title span,.liveDashboard ._account_api .list-results thead .filters .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .filters .status.label span,.liveDashboard ._account_api .list-results thead .filters tbody tr.sublist .status.title span,.liveDashboard ._account_api .list-results tbody tr.sublist thead .filters .status.title span,.liveDashboard ._account_api .list-results thead .form-label.status .filters span,.liveDashboard ._account_api .list-results thead .status.status-log .filters span,.liveDashboard ._account_api .list-results thead .status.status-report-item .filters span,.liveDashboard ._account_api .list-results thead .double-list dd.status .filters span,.double-list .liveDashboard ._account_api .list-results thead dd.status .filters span,.liveDashboard ._account_api .list-results thead .double-list dt.status .filters span,.double-list .liveDashboard ._account_api .list-results thead dt.status .filters span,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title .filters span,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title .filters span,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .filters span,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label .filters span,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title .filters span,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title .filters span,._account_api .liveDashboard .list-results thead .filters .form-label.status span,._account_api .liveDashboard .list-results thead .filters .status.status-log span,._account_api .liveDashboard .list-results thead .filters .status.status-report-item span,._account_api .liveDashboard .list-results thead .filters .double-list dd.status span,.double-list ._account_api .liveDashboard .list-results thead .filters dd.status span,._account_api .liveDashboard .list-results thead .filters .double-list dt.status span,.double-list ._account_api .liveDashboard .list-results thead .filters dt.status span,._account_api .liveDashboard .list-results thead .filters .w-cards-container .w-card .status.title span,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .filters .status.title span,._account_api .liveDashboard .list-results thead .filters .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .filters .status.label span,._account_api .liveDashboard .list-results thead .filters tbody tr.sublist .status.title span,._account_api .liveDashboard .list-results tbody tr.sublist thead .filters .status.title span,._account_api .liveDashboard .list-results thead .form-label.status .filters span,._account_api .liveDashboard .list-results thead .status.status-log .filters span,._account_api .liveDashboard .list-results thead .status.status-report-item .filters span,._account_api .liveDashboard .list-results thead .double-list dd.status .filters span,.double-list ._account_api .liveDashboard .list-results thead dd.status .filters span,._account_api .liveDashboard .list-results thead .double-list dt.status .filters span,.double-list ._account_api .liveDashboard .list-results thead dt.status .filters span,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title .filters span,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title .filters span,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .filters span,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label .filters span,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title .filters span,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title .filters span,.liveDashboard .form-label.status ._account_api .list-results thead .filters span,.liveDashboard .status.status-log ._account_api .list-results thead .filters span,.liveDashboard .status.status-report-item ._account_api .list-results thead .filters span,.liveDashboard .double-list dd.status ._account_api .list-results thead .filters span,.double-list .liveDashboard dd.status ._account_api .list-results thead .filters span,.liveDashboard .double-list dt.status ._account_api .list-results thead .filters span,.double-list .liveDashboard dt.status ._account_api .list-results thead .filters span,.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead .filters span,.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead .filters span,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead .filters span,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead .filters span,.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead .filters span,.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead .filters span,.form-label.status ._account_api .liveDashboard .list-results thead .filters span,.status.status-log ._account_api .liveDashboard .list-results thead .filters span,.status.status-report-item ._account_api .liveDashboard .list-results thead .filters span,.double-list dd.status ._account_api .liveDashboard .list-results thead .filters span,.double-list dt.status ._account_api .liveDashboard .list-results thead .filters span,.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead .filters span,.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead .filters span,.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead .filters span,.liveDashboard ._account_api .list-results thead .filters .w-filters-selected label.status.small span,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small .filters span,._account_api .liveDashboard .list-results thead .filters .w-filters-selected label.status.small span,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small .filters span,.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead .filters span,.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead .filters span,.liveDashboard ._account_api .list-results thead .filters .w-filters-selected .status.btn-f-s span,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s .filters span,._account_api .liveDashboard .list-results thead .filters .w-filters-selected .status.btn-f-s span,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .filters span,.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead .filters span,.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead .filters span,.liveDashboard ._account_api .list-results thead .filters .sub-header .w-form label,.liveDashboard ._account_api .list-results thead .filters .sub-header .w-double-list label,.liveDashboard ._account_api .list-results thead .sub-header .w-form .filters label,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list .filters label,._account_api .liveDashboard .list-results thead .filters .sub-header .w-form label,._account_api .liveDashboard .list-results thead .filters .sub-header .w-double-list label,._account_api .liveDashboard .list-results thead .sub-header .w-form .filters label,._account_api .liveDashboard .list-results thead .sub-header .w-double-list .filters label,.liveDashboard .sub-header .w-form ._account_api .list-results thead .filters label,.liveDashboard .sub-header .w-double-list ._account_api .list-results thead .filters label,.sub-header .w-form ._account_api .liveDashboard .list-results thead .filters label,.sub-header .w-double-list ._account_api .liveDashboard .list-results thead .filters label,.liveDashboard ._account_api .list-results thead .filters .block-filters button:after,.liveDashboard ._account_api .list-results thead .block-filters .filters button:after,._account_api .liveDashboard .list-results thead .filters .block-filters button:after,._account_api .liveDashboard .list-results thead .block-filters .filters button:after,.liveDashboard .block-filters ._account_api .list-results thead .filters button:after,.block-filters ._account_api .liveDashboard .list-results thead .filters button:after,.liveDashboard ._account_api .list-results thead .filters .block-filters select:after,.liveDashboard ._account_api .list-results thead .block-filters .filters select:after,._account_api .liveDashboard .list-results thead .filters .block-filters select:after,._account_api .liveDashboard .list-results thead .block-filters .filters select:after,.liveDashboard .block-filters ._account_api .list-results thead .filters select:after,.block-filters ._account_api .liveDashboard .list-results thead .filters select:after,.liveDashboard ._account_api .list-results thead .filters .form-auto-list .form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .form-auto-list .filters .form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .filters .form-auto-list .form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .form-auto-list .filters .form-auto-item.is-user-is-inactive,.liveDashboard .form-auto-list ._account_api .list-results thead .filters .form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .liveDashboard .list-results thead .filters .form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .filters .form-auto-list .form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .form-auto-list .filters .form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .filters .form-auto-list .form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .form-auto-list .filters .form-auto-item.is-user-is-active,.liveDashboard .form-auto-list ._account_api .list-results thead .filters .form-auto-item.is-user-is-active,.form-auto-list ._account_api .liveDashboard .list-results thead .filters .form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .filters .list-results-header .status.title span,.liveDashboard ._account_api .list-results thead .list-results-header .status.title .filters span,._account_api .liveDashboard .list-results thead .filters .list-results-header .status.title span,._account_api .liveDashboard .list-results thead .list-results-header .status.title .filters span,.liveDashboard .list-results-header .status.title ._account_api .list-results thead .filters span,.list-results-header .status.title ._account_api .liveDashboard .list-results thead .filters span,.liveDashboard ._account_api .list-results thead .filters tr span,.liveDashboard ._account_api .list-results thead tr .filters span,._account_api .liveDashboard .list-results thead .filters tr span,._account_api .liveDashboard .list-results thead tr .filters span,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .filters .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .filters .dropdown-toggle:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .filters .filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .filters .filter,._account_api .form-label.status .liveDashboard .list-results thead .filters span,._account_api .status.status-log .liveDashboard .list-results thead .filters span,._account_api .status.status-report-item .liveDashboard .list-results thead .filters span,._account_api .double-list dd.status .liveDashboard .list-results thead .filters span,.double-list ._account_api dd.status .liveDashboard .list-results thead .filters span,._account_api .double-list dt.status .liveDashboard .list-results thead .filters span,.double-list ._account_api dt.status .liveDashboard .list-results thead .filters span,._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead .filters span,.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead .filters span,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead .filters span,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead .filters span,._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead .filters span,.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead .filters span,.form-label.status .liveDashboard ._account_api .list-results thead .filters span,.status.status-log .liveDashboard ._account_api .list-results thead .filters span,.status.status-report-item .liveDashboard ._account_api .list-results thead .filters span,.double-list dd.status .liveDashboard ._account_api .list-results thead .filters span,.double-list dt.status .liveDashboard ._account_api .list-results thead .filters span,.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead .filters span,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead .filters span,.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead .filters span,._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead .filters span,.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead .filters span,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead .filters span,.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead .filters span,._account_api .sub-header .w-form .liveDashboard .list-results thead .filters label,._account_api .sub-header .w-double-list .liveDashboard .list-results thead .filters label,.sub-header .w-form .liveDashboard ._account_api .list-results thead .filters label,.sub-header .w-double-list .liveDashboard ._account_api .list-results thead .filters label,._account_api .block-filters .liveDashboard .list-results thead .filters button:after,.block-filters .liveDashboard ._account_api .list-results thead .filters button:after,._account_api .block-filters .liveDashboard .list-results thead .filters select:after,.block-filters .liveDashboard ._account_api .list-results thead .filters select:after,._account_api .form-auto-list .liveDashboard .list-results thead .filters .form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard ._account_api .list-results thead .filters .form-auto-item.is-user-is-inactive,._account_api .form-auto-list .liveDashboard .list-results thead .filters .form-auto-item.is-user-is-active,.form-auto-list .liveDashboard ._account_api .list-results thead .filters .form-auto-item.is-user-is-active,._account_api .list-results-header .status.title .liveDashboard .list-results thead .filters span,.list-results-header .status.title .liveDashboard ._account_api .list-results thead .filters span,.filters .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .filters .dropdown-toggle:after,.filters .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .filters .dropdown-toggle:after,.filters .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filters .filter,.filters .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .filters .filter,.filters .liveDashboard .list-results thead .form-label.status span,.filters .liveDashboard .list-results thead .status.status-log span,.filters .liveDashboard .list-results thead .status.status-report-item span,.filters .liveDashboard .list-results thead .double-list dd.status span,.double-list .filters .liveDashboard .list-results thead dd.status span,.filters .liveDashboard .list-results thead .double-list dt.status span,.double-list .filters .liveDashboard .list-results thead dt.status span,.filters .liveDashboard .list-results thead .w-cards-container .w-card .status.title span,.w-cards-container .w-card .filters .liveDashboard .list-results thead .status.title span,.filters .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value .filters .liveDashboard .list-results thead .status.label span,.filters .liveDashboard .list-results thead tbody tr.sublist .status.title span,.filters .liveDashboard .list-results tbody tr.sublist thead .status.title span,.liveDashboard .list-results thead .form-label.status .filters span,.liveDashboard .list-results thead .status.status-log .filters span,.liveDashboard .list-results thead .status.status-report-item .filters span,.liveDashboard .list-results thead .double-list dd.status .filters span,.double-list .liveDashboard .list-results thead dd.status .filters span,.liveDashboard .list-results thead .double-list dt.status .filters span,.double-list .liveDashboard .list-results thead dt.status .filters span,.liveDashboard .list-results thead .w-cards-container .w-card .status.title .filters span,.w-cards-container .w-card .liveDashboard .list-results thead .status.title .filters span,.liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .filters span,.w-cards-container .w-card.centered .w-value .liveDashboard .list-results thead .status.label .filters span,.liveDashboard .list-results thead tbody tr.sublist .status.title .filters span,.liveDashboard .list-results tbody tr.sublist thead .status.title .filters span,.filters .form-label.status .liveDashboard .list-results thead span,.filters .status.status-log .liveDashboard .list-results thead span,.filters .status.status-report-item .liveDashboard .list-results thead span,.filters .double-list dd.status .liveDashboard .list-results thead span,.double-list .filters dd.status .liveDashboard .list-results thead span,.filters .double-list dt.status .liveDashboard .list-results thead span,.double-list .filters dt.status .liveDashboard .list-results thead span,.filters .w-cards-container .w-card .status.title .liveDashboard .list-results thead span,.w-cards-container .w-card .filters .status.title .liveDashboard .list-results thead span,.filters .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span,.w-cards-container .w-card.centered .w-value .filters .status.label .liveDashboard .list-results thead span,.filters .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span,.list-results tbody tr.sublist .filters .status.title .liveDashboard .list-results thead span,.form-label.status .liveDashboard .list-results thead .filters span,.status.status-log .liveDashboard .list-results thead .filters span,.status.status-report-item .liveDashboard .list-results thead .filters span,.double-list dd.status .liveDashboard .list-results thead .filters span,.double-list dt.status .liveDashboard .list-results thead .filters span,.w-cards-container .w-card .status.title .liveDashboard .list-results thead .filters span,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead .filters span,.list-results tbody tr.sublist .status.title .liveDashboard .list-results thead .filters span,.filters .liveDashboard .list-results thead .w-filters-selected label.status.small span,.liveDashboard .list-results thead .w-filters-selected label.status.small .filters span,.filters .w-filters-selected label.status.small .liveDashboard .list-results thead span,.w-filters-selected label.status.small .liveDashboard .list-results thead .filters span,.filters .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span,.liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .filters span,.filters .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span,.w-filters-selected .status.btn-f-s .liveDashboard .list-results thead .filters span,.filters .liveDashboard .list-results thead .sub-header .w-form label,.filters .liveDashboard .list-results thead .sub-header .w-double-list label,.liveDashboard .list-results thead .sub-header .w-form .filters label,.liveDashboard .list-results thead .sub-header .w-double-list .filters label,.filters .sub-header .w-form .liveDashboard .list-results thead label,.filters .sub-header .w-double-list .liveDashboard .list-results thead label,.sub-header .w-form .liveDashboard .list-results thead .filters label,.sub-header .w-double-list .liveDashboard .list-results thead .filters label,.filters .liveDashboard .list-results thead .block-filters button:after,.liveDashboard .list-results thead .block-filters .filters button:after,.filters .block-filters .liveDashboard .list-results thead button:after,.block-filters .liveDashboard .list-results thead .filters button:after,.filters .liveDashboard .list-results thead .block-filters select:after,.liveDashboard .list-results thead .block-filters .filters select:after,.filters .block-filters .liveDashboard .list-results thead select:after,.block-filters .liveDashboard .list-results thead .filters select:after,.filters .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive,.liveDashboard .list-results thead .form-auto-list .filters .form-auto-item.is-user-is-inactive,.filters .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard .list-results thead .filters .form-auto-item.is-user-is-inactive,.filters .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active,.liveDashboard .list-results thead .form-auto-list .filters .form-auto-item.is-user-is-active,.filters .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-active,.form-auto-list .liveDashboard .list-results thead .filters .form-auto-item.is-user-is-active,.filters .liveDashboard .list-results thead .list-results-header .status.title span,.liveDashboard .list-results thead .list-results-header .status.title .filters span,.filters .list-results-header .status.title .liveDashboard .list-results thead span,.list-results-header .status.title .liveDashboard .list-results thead .filters span,.filters .liveDashboard .list-results thead tr span,.liveDashboard .list-results thead tr .filters span,.filters ._account_api .list-results thead .icon,.filters ._account_api .list-results thead .w-alert-banner:before,.filters ._account_api .liveDashboard .list-results thead .w-alert-banner:before,.liveDashboard .filters ._account_api .list-results thead .w-alert-banner:before,.filters ._account_api .list-results thead .w-alert-banner:before,.filters .liveDashboard ._account_api .list-results thead .w-alert-banner:before,.liveDashboard .filters ._account_api .list-results thead .w-alert-banner:before,.filters ._account_api .liveDashboard .list-results thead .w-alert-banner:before,.filters ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .filters ._account_api .list-results thead .dialog-aside:after,.filters ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.liveDashboard .filters ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.filters ._account_api .w-dialog.plus .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus .liveDashboard .filters ._account_api .list-results thead .dialog-aside:after,.filters ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.filters .w-dialog.plus ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus .filters ._account_api .list-results thead .dialog-aside:after,.filters .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.liveDashboard .filters ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.filters .w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus .liveDashboard .filters ._account_api .list-results thead .dialog-aside:after,.filters ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.filters .w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus .filters ._account_api .liveDashboard .list-results thead .dialog-aside:after,.filters ._account_api .list-results thead .w-toast .toast.plus:after,.w-toast .filters ._account_api .list-results thead .toast.plus:after,.filters ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.liveDashboard .filters ._account_api .list-results thead .w-toast .toast.plus:after,.filters ._account_api .w-toast .liveDashboard .list-results thead .toast.plus:after,.w-toast .liveDashboard .filters ._account_api .list-results thead .toast.plus:after,.filters ._account_api .list-results thead .w-toast .toast.plus:after,.filters .w-toast ._account_api .list-results thead .toast.plus:after,.w-toast .filters ._account_api .list-results thead .toast.plus:after,.filters .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.liveDashboard .filters ._account_api .list-results thead .w-toast .toast.plus:after,.filters .w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.w-toast .liveDashboard .filters ._account_api .list-results thead .toast.plus:after,.filters ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.filters .w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,.w-toast .filters ._account_api .liveDashboard .list-results thead .toast.plus:after,.filters ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .filters ._account_api .list-results thead .btn-period-clear:before,.filters ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .filters ._account_api .list-results thead .btn-filter:before,.filters ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard .filters ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.filters ._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .filters ._account_api .list-results thead .btn-period-clear:before,.filters ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard .filters ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.filters ._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .filters ._account_api .list-results thead .btn-filter:before,.filters ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.filters .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .filters ._account_api .list-results thead .btn-period-clear:before,.filters ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.filters .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .filters ._account_api .list-results thead .btn-filter:before,.filters .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard .filters ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.filters .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .filters ._account_api .list-results thead .btn-period-clear:before,.filters .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard .filters ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.filters .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .filters ._account_api .list-results thead .btn-filter:before,.filters ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.filters .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .filters ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.filters ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.filters .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .filters ._account_api .liveDashboard .list-results thead .btn-filter:before,.filters ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .filters ._account_api .list-results thead .btn-period-edit:before,.filters ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard .filters ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.filters ._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .filters ._account_api .list-results thead .btn-period-edit:before,.filters ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.filters .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .filters ._account_api .list-results thead .btn-period-edit:before,.filters .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard .filters ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.filters .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .filters ._account_api .list-results thead .btn-period-edit:before,.filters ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.filters .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .filters ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.filters ._account_api .list-results thead .block-filters .btn-filter:before,.block-filters .filters ._account_api .list-results thead .btn-filter:before,.filters ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.liveDashboard .filters ._account_api .list-results thead .block-filters .btn-filter:before,.filters ._account_api .block-filters .liveDashboard .list-results thead .btn-filter:before,.block-filters .liveDashboard .filters ._account_api .list-results thead .btn-filter:before,.filters ._account_api .list-results thead .block-filters .btn-filter:before,.filters .block-filters ._account_api .list-results thead .btn-filter:before,.block-filters .filters ._account_api .list-results thead .btn-filter:before,.filters .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.liveDashboard .filters ._account_api .list-results thead .block-filters .btn-filter:before,.filters .block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.block-filters .liveDashboard .filters ._account_api .list-results thead .btn-filter:before,.filters ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.filters .block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,.block-filters .filters ._account_api .liveDashboard .list-results thead .btn-filter:before,.filters ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper .filters ._account_api .list-results thead input.mobileToggle+label,.filters ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.liveDashboard .filters ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.filters ._account_api .toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper .liveDashboard .filters ._account_api .list-results thead input.mobileToggle+label,.filters ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.filters .toggleWrapper ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper .filters ._account_api .list-results thead input.mobileToggle+label,.filters .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.liveDashboard .filters ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.filters .toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper .liveDashboard .filters ._account_api .list-results thead input.mobileToggle+label,.filters ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.filters .toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper .filters ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.filters ._account_api .list-results thead tbody span.status,.filters ._account_api .list-results tbody thead span.status,.filters ._account_api .liveDashboard .list-results thead tbody span.status,.liveDashboard .filters ._account_api .list-results thead tbody span.status,.filters ._account_api .liveDashboard .list-results tbody thead span.status,.liveDashboard .filters ._account_api .list-results tbody thead span.status,.filters ._account_api .list-results thead tbody span.status,.filters ._account_api .list-results tbody thead span.status,.filters .liveDashboard ._account_api .list-results thead tbody span.status,.liveDashboard .filters ._account_api .list-results thead tbody span.status,.filters .liveDashboard ._account_api .list-results tbody thead span.status,.liveDashboard .filters ._account_api .list-results tbody thead span.status,.filters ._account_api .liveDashboard .list-results thead tbody span.status,.filters ._account_api .liveDashboard .list-results tbody thead span.status,.filters ._account_api .list-results thead tbody td.is-running span,.filters ._account_api .list-results tbody td.is-running thead span,.filters ._account_api .liveDashboard .list-results thead tbody td.is-running span,.liveDashboard .filters ._account_api .list-results thead tbody td.is-running span,.filters ._account_api .liveDashboard .list-results tbody td.is-running thead span,.liveDashboard .filters ._account_api .list-results tbody td.is-running thead span,.filters ._account_api .list-results thead tbody td.is-running span,.filters ._account_api .list-results tbody td.is-running thead span,.filters .liveDashboard ._account_api .list-results thead tbody td.is-running span,.liveDashboard .filters ._account_api .list-results thead tbody td.is-running span,.filters .liveDashboard ._account_api .list-results tbody td.is-running thead span,.liveDashboard .filters ._account_api .list-results tbody td.is-running thead span,.filters ._account_api .liveDashboard .list-results thead tbody td.is-running span,.filters ._account_api .liveDashboard .list-results tbody td.is-running thead span,.filters ._account_api .list-results thead tbody td.is-pending span,.filters ._account_api .list-results tbody td.is-pending thead span,.filters ._account_api .liveDashboard .list-results thead tbody td.is-pending span,.liveDashboard .filters ._account_api .list-results thead tbody td.is-pending span,.filters ._account_api .liveDashboard .list-results tbody td.is-pending thead span,.liveDashboard .filters ._account_api .list-results tbody td.is-pending thead span,.filters ._account_api .list-results thead tbody td.is-pending span,.filters ._account_api .list-results tbody td.is-pending thead span,.filters .liveDashboard ._account_api .list-results thead tbody td.is-pending span,.liveDashboard .filters ._account_api .list-results thead tbody td.is-pending span,.filters .liveDashboard ._account_api .list-results tbody td.is-pending thead span,.liveDashboard .filters ._account_api .list-results tbody td.is-pending thead span,.filters ._account_api .liveDashboard .list-results thead tbody td.is-pending span,.filters ._account_api .liveDashboard .list-results tbody td.is-pending thead span,.filters ._account_api .liveDashboard .list-results thead .icon,.filters ._account_api .liveDashboard .list-results thead .w-alert-banner:before,.filters ._account_api .liveDashboard .list-results thead .w-alert-banner:before,.filters ._account_api .liveDashboard .list-results thead .w-alert-banner:before,.filters ._account_api .liveDashboard ._account_api .list-results thead .w-alert-banner:before,.filters ._account_api .liveDashboard .list-results thead .w-alert-banner:before,.filters ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .filters ._account_api .liveDashboard .list-results thead .dialog-aside:after,.filters ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.filters ._account_api .w-dialog.plus .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus .filters ._account_api .liveDashboard .list-results thead .dialog-aside:after,.filters ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.filters .w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus .filters ._account_api .liveDashboard .list-results thead .dialog-aside:after,.filters ._account_api .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.filters ._account_api .w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus .filters ._account_api .liveDashboard ._account_api .list-results thead .dialog-aside:after,.filters ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.filters .w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus .filters ._account_api .liveDashboard .list-results thead .dialog-aside:after,.filters ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-toast .filters ._account_api .liveDashboard .list-results thead .toast.plus:after,.filters ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.filters ._account_api .w-toast .liveDashboard .list-results thead .toast.plus:after,.w-toast .filters ._account_api .liveDashboard .list-results thead .toast.plus:after,.filters ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.filters .w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,.w-toast .filters ._account_api .liveDashboard .list-results thead .toast.plus:after,.filters ._account_api .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.filters ._account_api .w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.w-toast .filters ._account_api .liveDashboard ._account_api .list-results thead .toast.plus:after,.filters ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.filters .w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,.w-toast .filters ._account_api .liveDashboard .list-results thead .toast.plus:after,.filters ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .filters ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.filters ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .filters ._account_api .liveDashboard .list-results thead .btn-filter:before,.filters ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.filters ._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .filters ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.filters ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.filters ._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .filters ._account_api .liveDashboard .list-results thead .btn-filter:before,.filters ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.filters .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .filters ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.filters ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.filters .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .filters ._account_api .liveDashboard .list-results thead .btn-filter:before,.filters ._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.filters ._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .filters ._account_api .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.filters ._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.filters ._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .filters ._account_api .liveDashboard ._account_api .list-results thead .btn-filter:before,.filters ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.filters .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .filters ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.filters ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.filters .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .filters ._account_api .liveDashboard .list-results thead .btn-filter:before,.filters ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .filters ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.filters ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.filters ._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .filters ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.filters ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.filters .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .filters ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.filters ._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.filters ._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .filters ._account_api .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.filters ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.filters .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .filters ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.filters ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.block-filters .filters ._account_api .liveDashboard .list-results thead .btn-filter:before,.filters ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.filters ._account_api .block-filters .liveDashboard .list-results thead .btn-filter:before,.block-filters .filters ._account_api .liveDashboard .list-results thead .btn-filter:before,.filters ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.filters .block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,.block-filters .filters ._account_api .liveDashboard .list-results thead .btn-filter:before,.filters ._account_api .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.filters ._account_api .block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.block-filters .filters ._account_api .liveDashboard ._account_api .list-results thead .btn-filter:before,.filters ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.filters .block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,.block-filters .filters ._account_api .liveDashboard .list-results thead .btn-filter:before,.filters ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper .filters ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.filters ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.filters ._account_api .toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper .filters ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.filters ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.filters .toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper .filters ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.filters ._account_api .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.filters ._account_api .toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper .filters ._account_api .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.filters ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.filters .toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper .filters ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.filters ._account_api .liveDashboard .list-results thead tbody span.status,.filters ._account_api .liveDashboard .list-results tbody thead span.status,.filters ._account_api .liveDashboard .list-results thead tbody span.status,.filters ._account_api .liveDashboard .list-results tbody thead span.status,.filters ._account_api .liveDashboard .list-results thead tbody span.status,.filters ._account_api .liveDashboard .list-results tbody thead span.status,.filters ._account_api .liveDashboard ._account_api .list-results thead tbody span.status,.filters ._account_api .liveDashboard ._account_api .list-results tbody thead span.status,.filters ._account_api .liveDashboard .list-results thead tbody span.status,.filters ._account_api .liveDashboard .list-results tbody thead span.status,.filters ._account_api .liveDashboard .list-results thead tbody td.is-running span,.filters ._account_api .liveDashboard .list-results tbody td.is-running thead span,.filters ._account_api .liveDashboard .list-results thead tbody td.is-running span,.filters ._account_api .liveDashboard .list-results tbody td.is-running thead span,.filters ._account_api .liveDashboard .list-results thead tbody td.is-running span,.filters ._account_api .liveDashboard .list-results tbody td.is-running thead span,.filters ._account_api .liveDashboard ._account_api .list-results thead tbody td.is-running span,.filters ._account_api .liveDashboard ._account_api .list-results tbody td.is-running thead span,.filters ._account_api .liveDashboard .list-results thead tbody td.is-running span,.filters ._account_api .liveDashboard .list-results tbody td.is-running thead span,.filters ._account_api .liveDashboard .list-results thead tbody td.is-pending span,.filters ._account_api .liveDashboard .list-results tbody td.is-pending thead span,.filters ._account_api .liveDashboard .list-results thead tbody td.is-pending span,.filters ._account_api .liveDashboard .list-results tbody td.is-pending thead span,.filters ._account_api .liveDashboard .list-results thead tbody td.is-pending span,.filters ._account_api .liveDashboard .list-results tbody td.is-pending thead span,.filters ._account_api .liveDashboard ._account_api .list-results thead tbody td.is-pending span,.filters ._account_api .liveDashboard ._account_api .list-results tbody td.is-pending thead span,.filters ._account_api .liveDashboard .list-results thead tbody td.is-pending span,.filters ._account_api .liveDashboard .list-results tbody td.is-pending thead span,.liveDashboard .filters ._account_api .list-results thead .icon,.liveDashboard .filters ._account_api .list-results thead .w-alert-banner:before,.liveDashboard .filters ._account_api .list-results thead .w-alert-banner:before,.liveDashboard .filters ._account_api .list-results thead .w-alert-banner:before,.liveDashboard .filters ._account_api .list-results thead .w-alert-banner:before,.liveDashboard .filters ._account_api .liveDashboard .list-results thead .w-alert-banner:before,.liveDashboard .filters ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .liveDashboard .filters ._account_api .list-results thead .dialog-aside:after,.liveDashboard .filters ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .liveDashboard .filters ._account_api .list-results thead .dialog-aside:after,.liveDashboard .filters ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.liveDashboard .filters .w-dialog.plus ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus .liveDashboard .filters ._account_api .list-results thead .dialog-aside:after,.liveDashboard .filters ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .liveDashboard .filters ._account_api .list-results thead .dialog-aside:after,.liveDashboard .filters ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.liveDashboard .filters .w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus .liveDashboard .filters ._account_api .liveDashboard .list-results thead .dialog-aside:after,.liveDashboard .filters ._account_api .list-results thead .w-toast .toast.plus:after,.w-toast .liveDashboard .filters ._account_api .list-results thead .toast.plus:after,.liveDashboard .filters ._account_api .list-results thead .w-toast .toast.plus:after,.w-toast .liveDashboard .filters ._account_api .list-results thead .toast.plus:after,.liveDashboard .filters ._account_api .list-results thead .w-toast .toast.plus:after,.liveDashboard .filters .w-toast ._account_api .list-results thead .toast.plus:after,.w-toast .liveDashboard .filters ._account_api .list-results thead .toast.plus:after,.liveDashboard .filters ._account_api .list-results thead .w-toast .toast.plus:after,.w-toast .liveDashboard .filters ._account_api .list-results thead .toast.plus:after,.liveDashboard .filters ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.liveDashboard .filters .w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,.w-toast .liveDashboard .filters ._account_api .liveDashboard .list-results thead .toast.plus:after,.liveDashboard .filters ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .filters ._account_api .list-results thead .btn-period-clear:before,.liveDashboard .filters ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .filters ._account_api .list-results thead .btn-filter:before,.liveDashboard .filters ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .filters ._account_api .list-results thead .btn-period-clear:before,.liveDashboard .filters ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .filters ._account_api .list-results thead .btn-filter:before,.liveDashboard .filters ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard .filters .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .filters ._account_api .list-results thead .btn-period-clear:before,.liveDashboard .filters ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard .filters .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .filters ._account_api .list-results thead .btn-filter:before,.liveDashboard .filters ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .filters ._account_api .list-results thead .btn-period-clear:before,.liveDashboard .filters ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .filters ._account_api .list-results thead .btn-filter:before,.liveDashboard .filters ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard .filters .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .filters ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.liveDashboard .filters ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard .filters .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .filters ._account_api .liveDashboard .list-results thead .btn-filter:before,.liveDashboard .filters ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .filters ._account_api .list-results thead .btn-period-edit:before,.liveDashboard .filters ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .filters ._account_api .list-results thead .btn-period-edit:before,.liveDashboard .filters ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard .filters .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .filters ._account_api .list-results thead .btn-period-edit:before,.liveDashboard .filters ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .filters ._account_api .list-results thead .btn-period-edit:before,.liveDashboard .filters ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard .filters .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .filters ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.liveDashboard .filters ._account_api .list-results thead .block-filters .btn-filter:before,.block-filters .liveDashboard .filters ._account_api .list-results thead .btn-filter:before,.liveDashboard .filters ._account_api .list-results thead .block-filters .btn-filter:before,.block-filters .liveDashboard .filters ._account_api .list-results thead .btn-filter:before,.liveDashboard .filters ._account_api .list-results thead .block-filters .btn-filter:before,.liveDashboard .filters .block-filters ._account_api .list-results thead .btn-filter:before,.block-filters .liveDashboard .filters ._account_api .list-results thead .btn-filter:before,.liveDashboard .filters ._account_api .list-results thead .block-filters .btn-filter:before,.block-filters .liveDashboard .filters ._account_api .list-results thead .btn-filter:before,.liveDashboard .filters ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.liveDashboard .filters .block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,.block-filters .liveDashboard .filters ._account_api .liveDashboard .list-results thead .btn-filter:before,.liveDashboard .filters ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper .liveDashboard .filters ._account_api .list-results thead input.mobileToggle+label,.liveDashboard .filters ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper .liveDashboard .filters ._account_api .list-results thead input.mobileToggle+label,.liveDashboard .filters ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.liveDashboard .filters .toggleWrapper ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper .liveDashboard .filters ._account_api .list-results thead input.mobileToggle+label,.liveDashboard .filters ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper .liveDashboard .filters ._account_api .list-results thead input.mobileToggle+label,.liveDashboard .filters ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.liveDashboard .filters .toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper .liveDashboard .filters ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.liveDashboard .filters ._account_api .list-results thead tbody span.status,.liveDashboard .filters ._account_api .list-results tbody thead span.status,.liveDashboard .filters ._account_api .list-results thead tbody span.status,.liveDashboard .filters ._account_api .list-results tbody thead span.status,.liveDashboard .filters ._account_api .list-results thead tbody span.status,.liveDashboard .filters ._account_api .list-results tbody thead span.status,.liveDashboard .filters ._account_api .list-results thead tbody span.status,.liveDashboard .filters ._account_api .list-results tbody thead span.status,.liveDashboard .filters ._account_api .liveDashboard .list-results thead tbody span.status,.liveDashboard .filters ._account_api .liveDashboard .list-results tbody thead span.status,.liveDashboard .filters ._account_api .list-results thead tbody td.is-running span,.liveDashboard .filters ._account_api .list-results tbody td.is-running thead span,.liveDashboard .filters ._account_api .list-results thead tbody td.is-running span,.liveDashboard .filters ._account_api .list-results tbody td.is-running thead span,.liveDashboard .filters ._account_api .list-results thead tbody td.is-running span,.liveDashboard .filters ._account_api .list-results tbody td.is-running thead span,.liveDashboard .filters ._account_api .list-results thead tbody td.is-running span,.liveDashboard .filters ._account_api .list-results tbody td.is-running thead span,.liveDashboard .filters ._account_api .liveDashboard .list-results thead tbody td.is-running span,.liveDashboard .filters ._account_api .liveDashboard .list-results tbody td.is-running thead span,.liveDashboard .filters ._account_api .list-results thead tbody td.is-pending span,.liveDashboard .filters ._account_api .list-results tbody td.is-pending thead span,.liveDashboard .filters ._account_api .list-results thead tbody td.is-pending span,.liveDashboard .filters ._account_api .list-results tbody td.is-pending thead span,.liveDashboard .filters ._account_api .list-results thead tbody td.is-pending span,.liveDashboard .filters ._account_api .list-results tbody td.is-pending thead span,.liveDashboard .filters ._account_api .list-results thead tbody td.is-pending span,.liveDashboard .filters ._account_api .list-results tbody td.is-pending thead span,.liveDashboard .filters ._account_api .liveDashboard .list-results thead tbody td.is-pending span,.liveDashboard .filters ._account_api .liveDashboard .list-results tbody td.is-pending thead span,.filters ._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,.liveDashboard .filters ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,.filters ._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .filters ._account_api .list-results thead .dropdown-toggle:after,.filters ._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter,.liveDashboard .filters ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter,.filters ._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .filters ._account_api .list-results thead .filter,.filters ._account_api .liveDashboard .list-results thead .form-label.status span,.filters ._account_api .liveDashboard .list-results thead .status.status-log span,.filters ._account_api .liveDashboard .list-results thead .status.status-report-item span,.filters ._account_api .liveDashboard .list-results thead .double-list dd.status span,.double-list .filters ._account_api .liveDashboard .list-results thead dd.status span,.filters ._account_api .liveDashboard .list-results thead .double-list dt.status span,.double-list .filters ._account_api .liveDashboard .list-results thead dt.status span,.filters ._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span,.w-cards-container .w-card .filters ._account_api .liveDashboard .list-results thead .status.title span,.filters ._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value .filters ._account_api .liveDashboard .list-results thead .status.label span,.filters ._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span,.filters ._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span,.liveDashboard .filters ._account_api .list-results thead .form-label.status span,.liveDashboard .filters ._account_api .list-results thead .status.status-log span,.liveDashboard .filters ._account_api .list-results thead .status.status-report-item span,.liveDashboard .filters ._account_api .list-results thead .double-list dd.status span,.double-list .liveDashboard .filters ._account_api .list-results thead dd.status span,.liveDashboard .filters ._account_api .list-results thead .double-list dt.status span,.double-list .liveDashboard .filters ._account_api .list-results thead dt.status span,.liveDashboard .filters ._account_api .list-results thead .w-cards-container .w-card .status.title span,.w-cards-container .w-card .liveDashboard .filters ._account_api .list-results thead .status.title span,.liveDashboard .filters ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value .liveDashboard .filters ._account_api .list-results thead .status.label span,.liveDashboard .filters ._account_api .list-results thead tbody tr.sublist .status.title span,.liveDashboard .filters ._account_api .list-results tbody tr.sublist thead .status.title span,.filters ._account_api .form-label.status .liveDashboard .list-results thead span,.filters ._account_api .status.status-log .liveDashboard .list-results thead span,.filters ._account_api .status.status-report-item .liveDashboard .list-results thead span,.filters ._account_api .double-list dd.status .liveDashboard .list-results thead span,.double-list .filters ._account_api dd.status .liveDashboard .list-results thead span,.filters ._account_api .double-list dt.status .liveDashboard .list-results thead span,.double-list .filters ._account_api dt.status .liveDashboard .list-results thead span,.filters ._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span,.w-cards-container .w-card .filters ._account_api .status.title .liveDashboard .list-results thead span,.filters ._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span,.w-cards-container .w-card.centered .w-value .filters ._account_api .status.label .liveDashboard .list-results thead span,.filters ._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span,.list-results tbody tr.sublist .filters ._account_api .status.title .liveDashboard .list-results thead span,.form-label.status .liveDashboard .filters ._account_api .list-results thead span,.status.status-log .liveDashboard .filters ._account_api .list-results thead span,.status.status-report-item .liveDashboard .filters ._account_api .list-results thead span,.double-list dd.status .liveDashboard .filters ._account_api .list-results thead span,.double-list dt.status .liveDashboard .filters ._account_api .list-results thead span,.w-cards-container .w-card .status.title .liveDashboard .filters ._account_api .list-results thead span,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .filters ._account_api .list-results thead span,.list-results tbody tr.sublist .status.title .liveDashboard .filters ._account_api .list-results thead span,.filters ._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span,.liveDashboard .filters ._account_api .list-results thead .w-filters-selected label.status.small span,.filters ._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span,.w-filters-selected label.status.small .liveDashboard .filters ._account_api .list-results thead span,.filters ._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span,.liveDashboard .filters ._account_api .list-results thead .w-filters-selected .status.btn-f-s span,.filters ._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span,.w-filters-selected .status.btn-f-s .liveDashboard .filters ._account_api .list-results thead span,.filters ._account_api .liveDashboard .list-results thead .sub-header .w-form label,.filters ._account_api .liveDashboard .list-results thead .sub-header .w-double-list label,.liveDashboard .filters ._account_api .list-results thead .sub-header .w-form label,.liveDashboard .filters ._account_api .list-results thead .sub-header .w-double-list label,.filters ._account_api .sub-header .w-form .liveDashboard .list-results thead label,.filters ._account_api .sub-header .w-double-list .liveDashboard .list-results thead label,.sub-header .w-form .liveDashboard .filters ._account_api .list-results thead label,.sub-header .w-double-list .liveDashboard .filters ._account_api .list-results thead label,.filters ._account_api .liveDashboard .list-results thead .block-filters button:after,.liveDashboard .filters ._account_api .list-results thead .block-filters button:after,.filters ._account_api .block-filters .liveDashboard .list-results thead button:after,.block-filters .liveDashboard .filters ._account_api .list-results thead button:after,.filters ._account_api .liveDashboard .list-results thead .block-filters select:after,.liveDashboard .filters ._account_api .list-results thead .block-filters select:after,.filters ._account_api .block-filters .liveDashboard .list-results thead select:after,.block-filters .liveDashboard .filters ._account_api .list-results thead select:after,.filters ._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive,.liveDashboard .filters ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive,.filters ._account_api .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard .filters ._account_api .list-results thead .form-auto-item.is-user-is-inactive,.filters ._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active,.liveDashboard .filters ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active,.filters ._account_api .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-active,.form-auto-list .liveDashboard .filters ._account_api .list-results thead .form-auto-item.is-user-is-active,.filters ._account_api .liveDashboard .list-results thead .list-results-header .status.title span,.liveDashboard .filters ._account_api .list-results thead .list-results-header .status.title span,.filters ._account_api .list-results-header .status.title .liveDashboard .list-results thead span,.list-results-header .status.title .liveDashboard .filters ._account_api .list-results thead span,.filters ._account_api .liveDashboard .list-results thead tr span,.liveDashboard .filters ._account_api .list-results thead tr span,.filters ._account_api .list-results thead .icon,.filters ._account_api .list-results thead .w-alert-banner:before,.filters ._account_api .liveDashboard .list-results thead .w-alert-banner:before,.liveDashboard .filters ._account_api .list-results thead .w-alert-banner:before,.filters ._account_api .list-results thead .w-alert-banner:before,.filters .liveDashboard ._account_api .list-results thead .w-alert-banner:before,.liveDashboard .filters ._account_api .list-results thead .w-alert-banner:before,.filters ._account_api .liveDashboard .list-results thead .w-alert-banner:before,.filters ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .filters ._account_api .list-results thead .dialog-aside:after,.filters ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.liveDashboard .filters ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.filters ._account_api .w-dialog.plus .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus .liveDashboard .filters ._account_api .list-results thead .dialog-aside:after,.filters ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.filters .w-dialog.plus ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus .filters ._account_api .list-results thead .dialog-aside:after,.filters .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.liveDashboard .filters ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.filters .w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus .liveDashboard .filters ._account_api .list-results thead .dialog-aside:after,.filters ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.filters .w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus .filters ._account_api .liveDashboard .list-results thead .dialog-aside:after,.filters ._account_api .list-results thead .w-toast .toast.plus:after,.w-toast .filters ._account_api .list-results thead .toast.plus:after,.filters ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.liveDashboard .filters ._account_api .list-results thead .w-toast .toast.plus:after,.filters ._account_api .w-toast .liveDashboard .list-results thead .toast.plus:after,.w-toast .liveDashboard .filters ._account_api .list-results thead .toast.plus:after,.filters ._account_api .list-results thead .w-toast .toast.plus:after,.filters .w-toast ._account_api .list-results thead .toast.plus:after,.w-toast .filters ._account_api .list-results thead .toast.plus:after,.filters .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.liveDashboard .filters ._account_api .list-results thead .w-toast .toast.plus:after,.filters .w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.w-toast .liveDashboard .filters ._account_api .list-results thead .toast.plus:after,.filters ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.filters .w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,.w-toast .filters ._account_api .liveDashboard .list-results thead .toast.plus:after,.filters ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .filters ._account_api .list-results thead .btn-period-clear:before,.filters ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .filters ._account_api .list-results thead .btn-filter:before,.filters ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard .filters ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.filters ._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .filters ._account_api .list-results thead .btn-period-clear:before,.filters ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard .filters ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.filters ._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .filters ._account_api .list-results thead .btn-filter:before,.filters ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.filters .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .filters ._account_api .list-results thead .btn-period-clear:before,.filters ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.filters .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .filters ._account_api .list-results thead .btn-filter:before,.filters .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard .filters ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.filters .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .filters ._account_api .list-results thead .btn-period-clear:before,.filters .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard .filters ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.filters .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .filters ._account_api .list-results thead .btn-filter:before,.filters ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.filters .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .filters ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.filters ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.filters .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .filters ._account_api .liveDashboard .list-results thead .btn-filter:before,.filters ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .filters ._account_api .list-results thead .btn-period-edit:before,.filters ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard .filters ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.filters ._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .filters ._account_api .list-results thead .btn-period-edit:before,.filters ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.filters .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .filters ._account_api .list-results thead .btn-period-edit:before,.filters .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard .filters ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.filters .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .filters ._account_api .list-results thead .btn-period-edit:before,.filters ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.filters .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .filters ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.filters ._account_api .list-results thead .block-filters .btn-filter:before,.block-filters .filters ._account_api .list-results thead .btn-filter:before,.filters ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.liveDashboard .filters ._account_api .list-results thead .block-filters .btn-filter:before,.filters ._account_api .block-filters .liveDashboard .list-results thead .btn-filter:before,.block-filters .liveDashboard .filters ._account_api .list-results thead .btn-filter:before,.filters ._account_api .list-results thead .block-filters .btn-filter:before,.filters .block-filters ._account_api .list-results thead .btn-filter:before,.block-filters .filters ._account_api .list-results thead .btn-filter:before,.filters .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.liveDashboard .filters ._account_api .list-results thead .block-filters .btn-filter:before,.filters .block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.block-filters .liveDashboard .filters ._account_api .list-results thead .btn-filter:before,.filters ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.filters .block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,.block-filters .filters ._account_api .liveDashboard .list-results thead .btn-filter:before,.filters ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper .filters ._account_api .list-results thead input.mobileToggle+label,.filters ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.liveDashboard .filters ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.filters ._account_api .toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper .liveDashboard .filters ._account_api .list-results thead input.mobileToggle+label,.filters ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.filters .toggleWrapper ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper .filters ._account_api .list-results thead input.mobileToggle+label,.filters .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.liveDashboard .filters ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.filters .toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper .liveDashboard .filters ._account_api .list-results thead input.mobileToggle+label,.filters ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.filters .toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper .filters ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.filters ._account_api .list-results thead tbody span.status,.filters ._account_api .list-results tbody thead span.status,.filters ._account_api .liveDashboard .list-results thead tbody span.status,.liveDashboard .filters ._account_api .list-results thead tbody span.status,.filters ._account_api .liveDashboard .list-results tbody thead span.status,.liveDashboard .filters ._account_api .list-results tbody thead span.status,.filters ._account_api .list-results thead tbody span.status,.filters ._account_api .list-results tbody thead span.status,.filters .liveDashboard ._account_api .list-results thead tbody span.status,.liveDashboard .filters ._account_api .list-results thead tbody span.status,.filters .liveDashboard ._account_api .list-results tbody thead span.status,.liveDashboard .filters ._account_api .list-results tbody thead span.status,.filters ._account_api .liveDashboard .list-results thead tbody span.status,.filters ._account_api .liveDashboard .list-results tbody thead span.status,.filters ._account_api .list-results thead tbody td.is-running span,.filters ._account_api .list-results tbody td.is-running thead span,.filters ._account_api .liveDashboard .list-results thead tbody td.is-running span,.liveDashboard .filters ._account_api .list-results thead tbody td.is-running span,.filters ._account_api .liveDashboard .list-results tbody td.is-running thead span,.liveDashboard .filters ._account_api .list-results tbody td.is-running thead span,.filters ._account_api .list-results thead tbody td.is-running span,.filters ._account_api .list-results tbody td.is-running thead span,.filters .liveDashboard ._account_api .list-results thead tbody td.is-running span,.liveDashboard .filters ._account_api .list-results thead tbody td.is-running span,.filters .liveDashboard ._account_api .list-results tbody td.is-running thead span,.liveDashboard .filters ._account_api .list-results tbody td.is-running thead span,.filters ._account_api .liveDashboard .list-results thead tbody td.is-running span,.filters ._account_api .liveDashboard .list-results tbody td.is-running thead span,.filters ._account_api .list-results thead tbody td.is-pending span,.filters ._account_api .list-results tbody td.is-pending thead span,.filters ._account_api .liveDashboard .list-results thead tbody td.is-pending span,.liveDashboard .filters ._account_api .list-results thead tbody td.is-pending span,.filters ._account_api .liveDashboard .list-results tbody td.is-pending thead span,.liveDashboard .filters ._account_api .list-results tbody td.is-pending thead span,.filters ._account_api .list-results thead tbody td.is-pending span,.filters ._account_api .list-results tbody td.is-pending thead span,.filters .liveDashboard ._account_api .list-results thead tbody td.is-pending span,.liveDashboard .filters ._account_api .list-results thead tbody td.is-pending span,.filters .liveDashboard ._account_api .list-results tbody td.is-pending thead span,.liveDashboard .filters ._account_api .list-results tbody td.is-pending thead span,.filters ._account_api .liveDashboard .list-results thead tbody td.is-pending span,.filters ._account_api .liveDashboard .list-results tbody td.is-pending thead span,.filters ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,.filters .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .filters ._account_api .list-results thead .dropdown-toggle:after,.filters ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter,.filters .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .filter,.w-filter-preset.w-filter-preset .filter-preset .filters ._account_api .list-results thead .filter,.filters ._account_api .list-results thead .form-label.status span,.filters ._account_api .list-results thead .status.status-log span,.filters ._account_api .list-results thead .status.status-report-item span,.filters ._account_api .list-results thead .double-list dd.status span,.double-list .filters ._account_api .list-results thead dd.status span,.filters ._account_api .list-results thead .double-list dt.status span,.double-list .filters ._account_api .list-results thead dt.status span,.filters ._account_api .list-results thead .w-cards-container .w-card .status.title span,.w-cards-container .w-card .filters ._account_api .list-results thead .status.title span,.filters ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value .filters ._account_api .list-results thead .status.label span,.filters ._account_api .list-results thead tbody tr.sublist .status.title span,.filters ._account_api .list-results tbody tr.sublist thead .status.title span,.filters .form-label.status ._account_api .list-results thead span,.filters .status.status-log ._account_api .list-results thead span,.filters .status.status-report-item ._account_api .list-results thead span,.filters .double-list dd.status ._account_api .list-results thead span,.double-list .filters dd.status ._account_api .list-results thead span,.filters .double-list dt.status ._account_api .list-results thead span,.double-list .filters dt.status ._account_api .list-results thead span,.filters .w-cards-container .w-card .status.title ._account_api .list-results thead span,.w-cards-container .w-card .filters .status.title ._account_api .list-results thead span,.filters .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span,.w-cards-container .w-card.centered .w-value .filters .status.label ._account_api .list-results thead span,.filters .list-results tbody tr.sublist .status.title ._account_api .list-results thead span,.list-results tbody tr.sublist .filters .status.title ._account_api .list-results thead span,.form-label.status .filters ._account_api .list-results thead span,.status.status-log .filters ._account_api .list-results thead span,.status.status-report-item .filters ._account_api .list-results thead span,.double-list dd.status .filters ._account_api .list-results thead span,.double-list dt.status .filters ._account_api .list-results thead span,.w-cards-container .w-card .status.title .filters ._account_api .list-results thead span,.w-cards-container .w-card.centered .w-value .status.label .filters ._account_api .list-results thead span,.list-results tbody tr.sublist .status.title .filters ._account_api .list-results thead span,.filters ._account_api .list-results thead .w-filters-selected label.status.small span,.filters .w-filters-selected label.status.small ._account_api .list-results thead span,.w-filters-selected label.status.small .filters ._account_api .list-results thead span,.filters ._account_api .list-results thead .w-filters-selected .status.btn-f-s span,.filters .w-filters-selected .status.btn-f-s ._account_api .list-results thead span,.w-filters-selected .status.btn-f-s .filters ._account_api .list-results thead span,.filters ._account_api .list-results thead .sub-header .w-form label,.filters ._account_api .list-results thead .sub-header .w-double-list label,.filters .sub-header .w-form ._account_api .list-results thead label,.filters .sub-header .w-double-list ._account_api .list-results thead label,.sub-header .w-form .filters ._account_api .list-results thead label,.sub-header .w-double-list .filters ._account_api .list-results thead label,.filters ._account_api .list-results thead .block-filters button:after,.filters .block-filters ._account_api .list-results thead button:after,.block-filters .filters ._account_api .list-results thead button:after,.filters ._account_api .list-results thead .block-filters select:after,.filters .block-filters ._account_api .list-results thead select:after,.block-filters .filters ._account_api .list-results thead select:after,.filters ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive,.filters .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-inactive,.form-auto-list .filters ._account_api .list-results thead .form-auto-item.is-user-is-inactive,.filters ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active,.filters .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-active,.form-auto-list .filters ._account_api .list-results thead .form-auto-item.is-user-is-active,.filters ._account_api .list-results thead .list-results-header .status.title span,.filters .list-results-header .status.title ._account_api .list-results thead span,.list-results-header .status.title .filters ._account_api .list-results thead span,.filters ._account_api .list-results thead tr span,.filters .liveDashboard ._account_api .list-results thead .icon,.filters .liveDashboard ._account_api .list-results thead .w-alert-banner:before,.filters .liveDashboard ._account_api .list-results thead .w-alert-banner:before,.filters .liveDashboard ._account_api .list-results thead .w-alert-banner:before,.filters .liveDashboard ._account_api .list-results thead .w-alert-banner:before,.filters .liveDashboard ._account_api .liveDashboard .list-results thead .w-alert-banner:before,.filters .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .filters .liveDashboard ._account_api .list-results thead .dialog-aside:after,.filters .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.filters .w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus .filters .liveDashboard ._account_api .list-results thead .dialog-aside:after,.filters .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.filters .liveDashboard .w-dialog.plus ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus .filters .liveDashboard ._account_api .list-results thead .dialog-aside:after,.filters .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.filters .w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus .filters .liveDashboard ._account_api .list-results thead .dialog-aside:after,.filters .liveDashboard ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.filters .liveDashboard .w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus .filters .liveDashboard ._account_api .liveDashboard .list-results thead .dialog-aside:after,.filters .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.w-toast .filters .liveDashboard ._account_api .list-results thead .toast.plus:after,.filters .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.filters .w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.w-toast .filters .liveDashboard ._account_api .list-results thead .toast.plus:after,.filters .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.filters .liveDashboard .w-toast ._account_api .list-results thead .toast.plus:after,.w-toast .filters .liveDashboard ._account_api .list-results thead .toast.plus:after,.filters .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.filters .w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.w-toast .filters .liveDashboard ._account_api .list-results thead .toast.plus:after,.filters .liveDashboard ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.filters .liveDashboard .w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,.w-toast .filters .liveDashboard ._account_api .liveDashboard .list-results thead .toast.plus:after,.filters .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .filters .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.filters .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.filters .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.filters .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .filters .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.filters .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.filters .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.filters .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.filters .liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .filters .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.filters .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.filters .liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.filters .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.filters .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .filters .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.filters .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.filters .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.filters .liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.filters .liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .filters .liveDashboard ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.filters .liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.filters .liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .filters .liveDashboard ._account_api .liveDashboard .list-results thead .btn-filter:before,.filters .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .filters .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.filters .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.filters .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .filters .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.filters .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.filters .liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .filters .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.filters .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.filters .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .filters .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.filters .liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.filters .liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .filters .liveDashboard ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.filters .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.block-filters .filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.filters .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.filters .block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.block-filters .filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.filters .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.filters .liveDashboard .block-filters ._account_api .list-results thead .btn-filter:before,.block-filters .filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.filters .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.filters .block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.block-filters .filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.filters .liveDashboard ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.filters .liveDashboard .block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,.block-filters .filters .liveDashboard ._account_api .liveDashboard .list-results thead .btn-filter:before,.filters .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper .filters .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.filters .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.filters .toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper .filters .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.filters .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.filters .liveDashboard .toggleWrapper ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper .filters .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.filters .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.filters .toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper .filters .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.filters .liveDashboard ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.filters .liveDashboard .toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper .filters .liveDashboard ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.filters .liveDashboard ._account_api .list-results thead tbody span.status,.filters .liveDashboard ._account_api .list-results tbody thead span.status,.filters .liveDashboard ._account_api .list-results thead tbody span.status,.filters .liveDashboard ._account_api .list-results tbody thead span.status,.filters .liveDashboard ._account_api .list-results thead tbody span.status,.filters .liveDashboard ._account_api .list-results tbody thead span.status,.filters .liveDashboard ._account_api .list-results thead tbody span.status,.filters .liveDashboard ._account_api .list-results tbody thead span.status,.filters .liveDashboard ._account_api .liveDashboard .list-results thead tbody span.status,.filters .liveDashboard ._account_api .liveDashboard .list-results tbody thead span.status,.filters .liveDashboard ._account_api .list-results thead tbody td.is-running span,.filters .liveDashboard ._account_api .list-results tbody td.is-running thead span,.filters .liveDashboard ._account_api .list-results thead tbody td.is-running span,.filters .liveDashboard ._account_api .list-results tbody td.is-running thead span,.filters .liveDashboard ._account_api .list-results thead tbody td.is-running span,.filters .liveDashboard ._account_api .list-results tbody td.is-running thead span,.filters .liveDashboard ._account_api .list-results thead tbody td.is-running span,.filters .liveDashboard ._account_api .list-results tbody td.is-running thead span,.filters .liveDashboard ._account_api .liveDashboard .list-results thead tbody td.is-running span,.filters .liveDashboard ._account_api .liveDashboard .list-results tbody td.is-running thead span,.filters .liveDashboard ._account_api .list-results thead tbody td.is-pending span,.filters .liveDashboard ._account_api .list-results tbody td.is-pending thead span,.filters .liveDashboard ._account_api .list-results thead tbody td.is-pending span,.filters .liveDashboard ._account_api .list-results tbody td.is-pending thead span,.filters .liveDashboard ._account_api .list-results thead tbody td.is-pending span,.filters .liveDashboard ._account_api .list-results tbody td.is-pending thead span,.filters .liveDashboard ._account_api .list-results thead tbody td.is-pending span,.filters .liveDashboard ._account_api .list-results tbody td.is-pending thead span,.filters .liveDashboard ._account_api .liveDashboard .list-results thead tbody td.is-pending span,.filters .liveDashboard ._account_api .liveDashboard .list-results tbody td.is-pending thead span,.liveDashboard .filters ._account_api .list-results thead .icon,.liveDashboard .filters ._account_api .list-results thead .w-alert-banner:before,.liveDashboard .filters ._account_api .list-results thead .w-alert-banner:before,.liveDashboard .filters ._account_api .list-results thead .w-alert-banner:before,.liveDashboard .filters ._account_api .list-results thead .w-alert-banner:before,.liveDashboard .filters ._account_api .liveDashboard .list-results thead .w-alert-banner:before,.liveDashboard .filters ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .liveDashboard .filters ._account_api .list-results thead .dialog-aside:after,.liveDashboard .filters ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .liveDashboard .filters ._account_api .list-results thead .dialog-aside:after,.liveDashboard .filters ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.liveDashboard .filters .w-dialog.plus ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus .liveDashboard .filters ._account_api .list-results thead .dialog-aside:after,.liveDashboard .filters ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .liveDashboard .filters ._account_api .list-results thead .dialog-aside:after,.liveDashboard .filters ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.liveDashboard .filters .w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus .liveDashboard .filters ._account_api .liveDashboard .list-results thead .dialog-aside:after,.liveDashboard .filters ._account_api .list-results thead .w-toast .toast.plus:after,.w-toast .liveDashboard .filters ._account_api .list-results thead .toast.plus:after,.liveDashboard .filters ._account_api .list-results thead .w-toast .toast.plus:after,.w-toast .liveDashboard .filters ._account_api .list-results thead .toast.plus:after,.liveDashboard .filters ._account_api .list-results thead .w-toast .toast.plus:after,.liveDashboard .filters .w-toast ._account_api .list-results thead .toast.plus:after,.w-toast .liveDashboard .filters ._account_api .list-results thead .toast.plus:after,.liveDashboard .filters ._account_api .list-results thead .w-toast .toast.plus:after,.w-toast .liveDashboard .filters ._account_api .list-results thead .toast.plus:after,.liveDashboard .filters ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.liveDashboard .filters .w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,.w-toast .liveDashboard .filters ._account_api .liveDashboard .list-results thead .toast.plus:after,.liveDashboard .filters ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .filters ._account_api .list-results thead .btn-period-clear:before,.liveDashboard .filters ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .filters ._account_api .list-results thead .btn-filter:before,.liveDashboard .filters ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .filters ._account_api .list-results thead .btn-period-clear:before,.liveDashboard .filters ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .filters ._account_api .list-results thead .btn-filter:before,.liveDashboard .filters ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard .filters .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .filters ._account_api .list-results thead .btn-period-clear:before,.liveDashboard .filters ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard .filters .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .filters ._account_api .list-results thead .btn-filter:before,.liveDashboard .filters ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .filters ._account_api .list-results thead .btn-period-clear:before,.liveDashboard .filters ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .filters ._account_api .list-results thead .btn-filter:before,.liveDashboard .filters ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard .filters .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .filters ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.liveDashboard .filters ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard .filters .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .filters ._account_api .liveDashboard .list-results thead .btn-filter:before,.liveDashboard .filters ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .filters ._account_api .list-results thead .btn-period-edit:before,.liveDashboard .filters ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .filters ._account_api .list-results thead .btn-period-edit:before,.liveDashboard .filters ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard .filters .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .filters ._account_api .list-results thead .btn-period-edit:before,.liveDashboard .filters ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .filters ._account_api .list-results thead .btn-period-edit:before,.liveDashboard .filters ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard .filters .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .filters ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.liveDashboard .filters ._account_api .list-results thead .block-filters .btn-filter:before,.block-filters .liveDashboard .filters ._account_api .list-results thead .btn-filter:before,.liveDashboard .filters ._account_api .list-results thead .block-filters .btn-filter:before,.block-filters .liveDashboard .filters ._account_api .list-results thead .btn-filter:before,.liveDashboard .filters ._account_api .list-results thead .block-filters .btn-filter:before,.liveDashboard .filters .block-filters ._account_api .list-results thead .btn-filter:before,.block-filters .liveDashboard .filters ._account_api .list-results thead .btn-filter:before,.liveDashboard .filters ._account_api .list-results thead .block-filters .btn-filter:before,.block-filters .liveDashboard .filters ._account_api .list-results thead .btn-filter:before,.liveDashboard .filters ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.liveDashboard .filters .block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,.block-filters .liveDashboard .filters ._account_api .liveDashboard .list-results thead .btn-filter:before,.liveDashboard .filters ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper .liveDashboard .filters ._account_api .list-results thead input.mobileToggle+label,.liveDashboard .filters ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper .liveDashboard .filters ._account_api .list-results thead input.mobileToggle+label,.liveDashboard .filters ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.liveDashboard .filters .toggleWrapper ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper .liveDashboard .filters ._account_api .list-results thead input.mobileToggle+label,.liveDashboard .filters ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper .liveDashboard .filters ._account_api .list-results thead input.mobileToggle+label,.liveDashboard .filters ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.liveDashboard .filters .toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper .liveDashboard .filters ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.liveDashboard .filters ._account_api .list-results thead tbody span.status,.liveDashboard .filters ._account_api .list-results tbody thead span.status,.liveDashboard .filters ._account_api .list-results thead tbody span.status,.liveDashboard .filters ._account_api .list-results tbody thead span.status,.liveDashboard .filters ._account_api .list-results thead tbody span.status,.liveDashboard .filters ._account_api .list-results tbody thead span.status,.liveDashboard .filters ._account_api .list-results thead tbody span.status,.liveDashboard .filters ._account_api .list-results tbody thead span.status,.liveDashboard .filters ._account_api .liveDashboard .list-results thead tbody span.status,.liveDashboard .filters ._account_api .liveDashboard .list-results tbody thead span.status,.liveDashboard .filters ._account_api .list-results thead tbody td.is-running span,.liveDashboard .filters ._account_api .list-results tbody td.is-running thead span,.liveDashboard .filters ._account_api .list-results thead tbody td.is-running span,.liveDashboard .filters ._account_api .list-results tbody td.is-running thead span,.liveDashboard .filters ._account_api .list-results thead tbody td.is-running span,.liveDashboard .filters ._account_api .list-results tbody td.is-running thead span,.liveDashboard .filters ._account_api .list-results thead tbody td.is-running span,.liveDashboard .filters ._account_api .list-results tbody td.is-running thead span,.liveDashboard .filters ._account_api .liveDashboard .list-results thead tbody td.is-running span,.liveDashboard .filters ._account_api .liveDashboard .list-results tbody td.is-running thead span,.liveDashboard .filters ._account_api .list-results thead tbody td.is-pending span,.liveDashboard .filters ._account_api .list-results tbody td.is-pending thead span,.liveDashboard .filters ._account_api .list-results thead tbody td.is-pending span,.liveDashboard .filters ._account_api .list-results tbody td.is-pending thead span,.liveDashboard .filters ._account_api .list-results thead tbody td.is-pending span,.liveDashboard .filters ._account_api .list-results tbody td.is-pending thead span,.liveDashboard .filters ._account_api .list-results thead tbody td.is-pending span,.liveDashboard .filters ._account_api .list-results tbody td.is-pending thead span,.liveDashboard .filters ._account_api .liveDashboard .list-results thead tbody td.is-pending span,.liveDashboard .filters ._account_api .liveDashboard .list-results tbody td.is-pending thead span,.filters ._account_api .liveDashboard .list-results thead .icon,.filters ._account_api .liveDashboard .list-results thead .w-alert-banner:before,.filters ._account_api .liveDashboard .list-results thead .w-alert-banner:before,.filters ._account_api .liveDashboard .list-results thead .w-alert-banner:before,.filters ._account_api .liveDashboard ._account_api .list-results thead .w-alert-banner:before,.filters ._account_api .liveDashboard .list-results thead .w-alert-banner:before,.filters ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .filters ._account_api .liveDashboard .list-results thead .dialog-aside:after,.filters ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.filters ._account_api .w-dialog.plus .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus .filters ._account_api .liveDashboard .list-results thead .dialog-aside:after,.filters ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.filters .w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus .filters ._account_api .liveDashboard .list-results thead .dialog-aside:after,.filters ._account_api .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.filters ._account_api .w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus .filters ._account_api .liveDashboard ._account_api .list-results thead .dialog-aside:after,.filters ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.filters .w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus .filters ._account_api .liveDashboard .list-results thead .dialog-aside:after,.filters ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-toast .filters ._account_api .liveDashboard .list-results thead .toast.plus:after,.filters ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.filters ._account_api .w-toast .liveDashboard .list-results thead .toast.plus:after,.w-toast .filters ._account_api .liveDashboard .list-results thead .toast.plus:after,.filters ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.filters .w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,.w-toast .filters ._account_api .liveDashboard .list-results thead .toast.plus:after,.filters ._account_api .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.filters ._account_api .w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.w-toast .filters ._account_api .liveDashboard ._account_api .list-results thead .toast.plus:after,.filters ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.filters .w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,.w-toast .filters ._account_api .liveDashboard .list-results thead .toast.plus:after,.filters ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .filters ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.filters ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .filters ._account_api .liveDashboard .list-results thead .btn-filter:before,.filters ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.filters ._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .filters ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.filters ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.filters ._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .filters ._account_api .liveDashboard .list-results thead .btn-filter:before,.filters ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.filters .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .filters ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.filters ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.filters .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .filters ._account_api .liveDashboard .list-results thead .btn-filter:before,.filters ._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.filters ._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .filters ._account_api .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.filters ._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.filters ._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .filters ._account_api .liveDashboard ._account_api .list-results thead .btn-filter:before,.filters ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.filters .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .filters ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.filters ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.filters .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .filters ._account_api .liveDashboard .list-results thead .btn-filter:before,.filters ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .filters ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.filters ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.filters ._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .filters ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.filters ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.filters .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .filters ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.filters ._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.filters ._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .filters ._account_api .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.filters ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.filters .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .filters ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.filters ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.block-filters .filters ._account_api .liveDashboard .list-results thead .btn-filter:before,.filters ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.filters ._account_api .block-filters .liveDashboard .list-results thead .btn-filter:before,.block-filters .filters ._account_api .liveDashboard .list-results thead .btn-filter:before,.filters ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.filters .block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,.block-filters .filters ._account_api .liveDashboard .list-results thead .btn-filter:before,.filters ._account_api .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.filters ._account_api .block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.block-filters .filters ._account_api .liveDashboard ._account_api .list-results thead .btn-filter:before,.filters ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.filters .block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,.block-filters .filters ._account_api .liveDashboard .list-results thead .btn-filter:before,.filters ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper .filters ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.filters ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.filters ._account_api .toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper .filters ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.filters ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.filters .toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper .filters ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.filters ._account_api .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.filters ._account_api .toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper .filters ._account_api .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.filters ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.filters .toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper .filters ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.filters ._account_api .liveDashboard .list-results thead tbody span.status,.filters ._account_api .liveDashboard .list-results tbody thead span.status,.filters ._account_api .liveDashboard .list-results thead tbody span.status,.filters ._account_api .liveDashboard .list-results tbody thead span.status,.filters ._account_api .liveDashboard .list-results thead tbody span.status,.filters ._account_api .liveDashboard .list-results tbody thead span.status,.filters ._account_api .liveDashboard ._account_api .list-results thead tbody span.status,.filters ._account_api .liveDashboard ._account_api .list-results tbody thead span.status,.filters ._account_api .liveDashboard .list-results thead tbody span.status,.filters ._account_api .liveDashboard .list-results tbody thead span.status,.filters ._account_api .liveDashboard .list-results thead tbody td.is-running span,.filters ._account_api .liveDashboard .list-results tbody td.is-running thead span,.filters ._account_api .liveDashboard .list-results thead tbody td.is-running span,.filters ._account_api .liveDashboard .list-results tbody td.is-running thead span,.filters ._account_api .liveDashboard .list-results thead tbody td.is-running span,.filters ._account_api .liveDashboard .list-results tbody td.is-running thead span,.filters ._account_api .liveDashboard ._account_api .list-results thead tbody td.is-running span,.filters ._account_api .liveDashboard ._account_api .list-results tbody td.is-running thead span,.filters ._account_api .liveDashboard .list-results thead tbody td.is-running span,.filters ._account_api .liveDashboard .list-results tbody td.is-running thead span,.filters ._account_api .liveDashboard .list-results thead tbody td.is-pending span,.filters ._account_api .liveDashboard .list-results tbody td.is-pending thead span,.filters ._account_api .liveDashboard .list-results thead tbody td.is-pending span,.filters ._account_api .liveDashboard .list-results tbody td.is-pending thead span,.filters ._account_api .liveDashboard .list-results thead tbody td.is-pending span,.filters ._account_api .liveDashboard .list-results tbody td.is-pending thead span,.filters ._account_api .liveDashboard ._account_api .list-results thead tbody td.is-pending span,.filters ._account_api .liveDashboard ._account_api .list-results tbody td.is-pending thead span,.filters ._account_api .liveDashboard .list-results thead tbody td.is-pending span,.filters ._account_api .liveDashboard .list-results tbody td.is-pending thead span,.filters .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,.liveDashboard .filters ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,.filters ._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,.filters .liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .dropdown-toggle:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown .filters ._account_api .list-results thead .dropdown-toggle:after,.filters .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .filters ._account_api .liveDashboard .list-results thead .dropdown-toggle:after,.filters .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter,.liveDashboard .filters ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter,.filters ._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter,.filters .liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .filter,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .filters ._account_api .list-results thead .filter,.filters .w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .filter,.w-filter-preset.w-filter-preset .filter-preset .filters ._account_api .liveDashboard .list-results thead .filter,.filters .liveDashboard ._account_api .list-results thead .form-label.status span,.filters .liveDashboard ._account_api .list-results thead .status.status-log span,.filters .liveDashboard ._account_api .list-results thead .status.status-report-item span,.filters .liveDashboard ._account_api .list-results thead .double-list dd.status span,.double-list .filters .liveDashboard ._account_api .list-results thead dd.status span,.filters .liveDashboard ._account_api .list-results thead .double-list dt.status span,.double-list .filters .liveDashboard ._account_api .list-results thead dt.status span,.filters .liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span,.w-cards-container .w-card .filters .liveDashboard ._account_api .list-results thead .status.title span,.filters .liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value .filters .liveDashboard ._account_api .list-results thead .status.label span,.filters .liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span,.filters .liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span,.liveDashboard .filters ._account_api .list-results thead .form-label.status span,.liveDashboard .filters ._account_api .list-results thead .status.status-log span,.liveDashboard .filters ._account_api .list-results thead .status.status-report-item span,.liveDashboard .filters ._account_api .list-results thead .double-list dd.status span,.double-list .liveDashboard .filters ._account_api .list-results thead dd.status span,.liveDashboard .filters ._account_api .list-results thead .double-list dt.status span,.double-list .liveDashboard .filters ._account_api .list-results thead dt.status span,.liveDashboard .filters ._account_api .list-results thead .w-cards-container .w-card .status.title span,.w-cards-container .w-card .liveDashboard .filters ._account_api .list-results thead .status.title span,.liveDashboard .filters ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value .liveDashboard .filters ._account_api .list-results thead .status.label span,.liveDashboard .filters ._account_api .list-results thead tbody tr.sublist .status.title span,.liveDashboard .filters ._account_api .list-results tbody tr.sublist thead .status.title span,.filters ._account_api .liveDashboard .list-results thead .form-label.status span,.filters ._account_api .liveDashboard .list-results thead .status.status-log span,.filters ._account_api .liveDashboard .list-results thead .status.status-report-item span,.filters ._account_api .liveDashboard .list-results thead .double-list dd.status span,.double-list .filters ._account_api .liveDashboard .list-results thead dd.status span,.filters ._account_api .liveDashboard .list-results thead .double-list dt.status span,.double-list .filters ._account_api .liveDashboard .list-results thead dt.status span,.filters ._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span,.w-cards-container .w-card .filters ._account_api .liveDashboard .list-results thead .status.title span,.filters ._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value .filters ._account_api .liveDashboard .list-results thead .status.label span,.filters ._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span,.filters ._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span,.filters .liveDashboard .form-label.status ._account_api .list-results thead span,.filters .liveDashboard .status.status-log ._account_api .list-results thead span,.filters .liveDashboard .status.status-report-item ._account_api .list-results thead span,.filters .liveDashboard .double-list dd.status ._account_api .list-results thead span,.double-list .filters .liveDashboard dd.status ._account_api .list-results thead span,.filters .liveDashboard .double-list dt.status ._account_api .list-results thead span,.double-list .filters .liveDashboard dt.status ._account_api .list-results thead span,.filters .liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span,.w-cards-container .w-card .filters .liveDashboard .status.title ._account_api .list-results thead span,.filters .liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span,.w-cards-container .w-card.centered .w-value .filters .liveDashboard .status.label ._account_api .list-results thead span,.filters .liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span,.list-results tbody tr.sublist .filters .liveDashboard .status.title ._account_api .list-results thead span,.liveDashboard .form-label.status .filters ._account_api .list-results thead span,.liveDashboard .status.status-log .filters ._account_api .list-results thead span,.liveDashboard .status.status-report-item .filters ._account_api .list-results thead span,.liveDashboard .double-list dd.status .filters ._account_api .list-results thead span,.double-list .liveDashboard dd.status .filters ._account_api .list-results thead span,.liveDashboard .double-list dt.status .filters ._account_api .list-results thead span,.double-list .liveDashboard dt.status .filters ._account_api .list-results thead span,.liveDashboard .w-cards-container .w-card .status.title .filters ._account_api .list-results thead span,.w-cards-container .w-card .liveDashboard .status.title .filters ._account_api .list-results thead span,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label .filters ._account_api .list-results thead span,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label .filters ._account_api .list-results thead span,.liveDashboard .list-results tbody tr.sublist .status.title .filters ._account_api .list-results thead span,.list-results tbody tr.sublist .liveDashboard .status.title .filters ._account_api .list-results thead span,.filters .form-label.status ._account_api .liveDashboard .list-results thead span,.filters .status.status-log ._account_api .liveDashboard .list-results thead span,.filters .status.status-report-item ._account_api .liveDashboard .list-results thead span,.filters .double-list dd.status ._account_api .liveDashboard .list-results thead span,.double-list .filters dd.status ._account_api .liveDashboard .list-results thead span,.filters .double-list dt.status ._account_api .liveDashboard .list-results thead span,.double-list .filters dt.status ._account_api .liveDashboard .list-results thead span,.filters .w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead span,.w-cards-container .w-card .filters .status.title ._account_api .liveDashboard .list-results thead span,.filters .w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead span,.w-cards-container .w-card.centered .w-value .filters .status.label ._account_api .liveDashboard .list-results thead span,.filters .list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead span,.list-results tbody tr.sublist .filters .status.title ._account_api .liveDashboard .list-results thead span,.form-label.status .filters ._account_api .liveDashboard .list-results thead span,.status.status-log .filters ._account_api .liveDashboard .list-results thead span,.status.status-report-item .filters ._account_api .liveDashboard .list-results thead span,.double-list dd.status .filters ._account_api .liveDashboard .list-results thead span,.double-list dt.status .filters ._account_api .liveDashboard .list-results thead span,.w-cards-container .w-card .status.title .filters ._account_api .liveDashboard .list-results thead span,.w-cards-container .w-card.centered .w-value .status.label .filters ._account_api .liveDashboard .list-results thead span,.list-results tbody tr.sublist .status.title .filters ._account_api .liveDashboard .list-results thead span,.filters .liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span,.liveDashboard .filters ._account_api .list-results thead .w-filters-selected label.status.small span,.filters ._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span,.filters .liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span,.liveDashboard .w-filters-selected label.status.small .filters ._account_api .list-results thead span,.filters .w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead span,.w-filters-selected label.status.small .filters ._account_api .liveDashboard .list-results thead span,.filters .liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span,.liveDashboard .filters ._account_api .list-results thead .w-filters-selected .status.btn-f-s span,.filters ._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span,.filters .liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span,.liveDashboard .w-filters-selected .status.btn-f-s .filters ._account_api .list-results thead span,.filters .w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead span,.w-filters-selected .status.btn-f-s .filters ._account_api .liveDashboard .list-results thead span,.filters .liveDashboard ._account_api .list-results thead .sub-header .w-form label,.filters .liveDashboard ._account_api .list-results thead .sub-header .w-double-list label,.liveDashboard .filters ._account_api .list-results thead .sub-header .w-form label,.liveDashboard .filters ._account_api .list-results thead .sub-header .w-double-list label,.filters ._account_api .liveDashboard .list-results thead .sub-header .w-form label,.filters ._account_api .liveDashboard .list-results thead .sub-header .w-double-list label,.filters .liveDashboard .sub-header .w-form ._account_api .list-results thead label,.filters .liveDashboard .sub-header .w-double-list ._account_api .list-results thead label,.liveDashboard .sub-header .w-form .filters ._account_api .list-results thead label,.liveDashboard .sub-header .w-double-list .filters ._account_api .list-results thead label,.filters .sub-header .w-form ._account_api .liveDashboard .list-results thead label,.filters .sub-header .w-double-list ._account_api .liveDashboard .list-results thead label,.sub-header .w-form .filters ._account_api .liveDashboard .list-results thead label,.sub-header .w-double-list .filters ._account_api .liveDashboard .list-results thead label,.filters .liveDashboard ._account_api .list-results thead .block-filters button:after,.liveDashboard .filters ._account_api .list-results thead .block-filters button:after,.filters ._account_api .liveDashboard .list-results thead .block-filters button:after,.filters .liveDashboard .block-filters ._account_api .list-results thead button:after,.liveDashboard .block-filters .filters ._account_api .list-results thead button:after,.filters .block-filters ._account_api .liveDashboard .list-results thead button:after,.block-filters .filters ._account_api .liveDashboard .list-results thead button:after,.filters .liveDashboard ._account_api .list-results thead .block-filters select:after,.liveDashboard .filters ._account_api .list-results thead .block-filters select:after,.filters ._account_api .liveDashboard .list-results thead .block-filters select:after,.filters .liveDashboard .block-filters ._account_api .list-results thead select:after,.liveDashboard .block-filters .filters ._account_api .list-results thead select:after,.filters .block-filters ._account_api .liveDashboard .list-results thead select:after,.block-filters .filters ._account_api .liveDashboard .list-results thead select:after,.filters .liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive,.liveDashboard .filters ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive,.filters ._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive,.filters .liveDashboard .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-inactive,.liveDashboard .form-auto-list .filters ._account_api .list-results thead .form-auto-item.is-user-is-inactive,.filters .form-auto-list ._account_api .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive,.form-auto-list .filters ._account_api .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive,.filters .liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active,.liveDashboard .filters ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active,.filters ._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active,.filters .liveDashboard .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-active,.liveDashboard .form-auto-list .filters ._account_api .list-results thead .form-auto-item.is-user-is-active,.filters .form-auto-list ._account_api .liveDashboard .list-results thead .form-auto-item.is-user-is-active,.form-auto-list .filters ._account_api .liveDashboard .list-results thead .form-auto-item.is-user-is-active,.filters .liveDashboard ._account_api .list-results thead .list-results-header .status.title span,.liveDashboard .filters ._account_api .list-results thead .list-results-header .status.title span,.filters ._account_api .liveDashboard .list-results thead .list-results-header .status.title span,.filters .liveDashboard .list-results-header .status.title ._account_api .list-results thead span,.liveDashboard .list-results-header .status.title .filters ._account_api .list-results thead span,.filters .list-results-header .status.title ._account_api .liveDashboard .list-results thead span,.list-results-header .status.title .filters ._account_api .liveDashboard .list-results thead span,.filters .liveDashboard ._account_api .list-results thead tr span,.liveDashboard .filters ._account_api .list-results thead tr span,.filters ._account_api .liveDashboard .list-results thead tr span,.filters ._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .dropdown-toggle:after,.filters .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .filters ._account_api .list-results thead .dropdown-toggle:after,.filters ._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .filter,.filters .w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .filters ._account_api .list-results thead .filter,.filters ._account_api .form-label.status .liveDashboard .list-results thead span,.filters ._account_api .status.status-log .liveDashboard .list-results thead span,.filters ._account_api .status.status-report-item .liveDashboard .list-results thead span,.filters ._account_api .double-list dd.status .liveDashboard .list-results thead span,.double-list .filters ._account_api dd.status .liveDashboard .list-results thead span,.filters ._account_api .double-list dt.status .liveDashboard .list-results thead span,.double-list .filters ._account_api dt.status .liveDashboard .list-results thead span,.filters ._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span,.w-cards-container .w-card .filters ._account_api .status.title .liveDashboard .list-results thead span,.filters ._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span,.w-cards-container .w-card.centered .w-value .filters ._account_api .status.label .liveDashboard .list-results thead span,.filters ._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span,.list-results tbody tr.sublist .filters ._account_api .status.title .liveDashboard .list-results thead span,.filters .form-label.status .liveDashboard ._account_api .list-results thead span,.filters .status.status-log .liveDashboard ._account_api .list-results thead span,.filters .status.status-report-item .liveDashboard ._account_api .list-results thead span,.filters .double-list dd.status .liveDashboard ._account_api .list-results thead span,.double-list .filters dd.status .liveDashboard ._account_api .list-results thead span,.filters .double-list dt.status .liveDashboard ._account_api .list-results thead span,.double-list .filters dt.status .liveDashboard ._account_api .list-results thead span,.filters .w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead span,.w-cards-container .w-card .filters .status.title .liveDashboard ._account_api .list-results thead span,.filters .w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead span,.w-cards-container .w-card.centered .w-value .filters .status.label .liveDashboard ._account_api .list-results thead span,.filters .list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead span,.list-results tbody tr.sublist .filters .status.title .liveDashboard ._account_api .list-results thead span,.form-label.status .liveDashboard .filters ._account_api .list-results thead span,.status.status-log .liveDashboard .filters ._account_api .list-results thead span,.status.status-report-item .liveDashboard .filters ._account_api .list-results thead span,.double-list dd.status .liveDashboard .filters ._account_api .list-results thead span,.double-list dt.status .liveDashboard .filters ._account_api .list-results thead span,.w-cards-container .w-card .status.title .liveDashboard .filters ._account_api .list-results thead span,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .filters ._account_api .list-results thead span,.list-results tbody tr.sublist .status.title .liveDashboard .filters ._account_api .list-results thead span,.filters ._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span,.filters .w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead span,.w-filters-selected label.status.small .liveDashboard .filters ._account_api .list-results thead span,.filters ._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span,.filters .w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead span,.w-filters-selected .status.btn-f-s .liveDashboard .filters ._account_api .list-results thead span,.filters ._account_api .sub-header .w-form .liveDashboard .list-results thead label,.filters ._account_api .sub-header .w-double-list .liveDashboard .list-results thead label,.filters .sub-header .w-form .liveDashboard ._account_api .list-results thead label,.filters .sub-header .w-double-list .liveDashboard ._account_api .list-results thead label,.sub-header .w-form .liveDashboard .filters ._account_api .list-results thead label,.sub-header .w-double-list .liveDashboard .filters ._account_api .list-results thead label,.filters ._account_api .block-filters .liveDashboard .list-results thead button:after,.filters .block-filters .liveDashboard ._account_api .list-results thead button:after,.block-filters .liveDashboard .filters ._account_api .list-results thead button:after,.filters ._account_api .block-filters .liveDashboard .list-results thead select:after,.filters .block-filters .liveDashboard ._account_api .list-results thead select:after,.block-filters .liveDashboard .filters ._account_api .list-results thead select:after,.filters ._account_api .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive,.filters .form-auto-list .liveDashboard ._account_api .list-results thead .form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard .filters ._account_api .list-results thead .form-auto-item.is-user-is-inactive,.filters ._account_api .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-active,.filters .form-auto-list .liveDashboard ._account_api .list-results thead .form-auto-item.is-user-is-active,.form-auto-list .liveDashboard .filters ._account_api .list-results thead .form-auto-item.is-user-is-active,.filters ._account_api .list-results-header .status.title .liveDashboard .list-results thead span,.filters .list-results-header .status.title .liveDashboard ._account_api .list-results thead span,.list-results-header .status.title .liveDashboard .filters ._account_api .list-results thead span,._account_api .list-results thead .filters .icon,._account_api .list-results thead .filters .w-alert-banner:before,._account_api .liveDashboard .list-results thead .filters .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .filters .w-alert-banner:before,._account_api .list-results thead .filters .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .filters .w-alert-banner:before,._account_api .liveDashboard .list-results thead .filters .w-alert-banner:before,._account_api .list-results thead .filters .w-dialog.plus .dialog-aside:after,.w-dialog.plus ._account_api .list-results thead .filters .dialog-aside:after,._account_api .liveDashboard .list-results thead .filters .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .list-results thead .filters .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .filters .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .filters .dialog-aside:after,._account_api .w-dialog.plus .liveDashboard .list-results thead .filters .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .filters .dialog-aside:after,._account_api .list-results thead .filters .w-dialog.plus .dialog-aside:after,._account_api .list-results thead .w-dialog.plus .filters .dialog-aside:after,.w-dialog.plus ._account_api .list-results thead .filters .dialog-aside:after,.liveDashboard ._account_api .list-results thead .filters .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .filters .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .filters .dialog-aside:after,._account_api .liveDashboard .list-results thead .filters .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .filters .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .filters .dialog-aside:after,._account_api .list-results thead .filters .w-toast .toast.plus:after,.w-toast ._account_api .list-results thead .filters .toast.plus:after,._account_api .liveDashboard .list-results thead .filters .w-toast .toast.plus:after,.liveDashboard ._account_api .list-results thead .filters .w-toast .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .filters .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .filters .toast.plus:after,._account_api .w-toast .liveDashboard .list-results thead .filters .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .filters .toast.plus:after,._account_api .list-results thead .filters .w-toast .toast.plus:after,._account_api .list-results thead .w-toast .filters .toast.plus:after,.w-toast ._account_api .list-results thead .filters .toast.plus:after,.liveDashboard ._account_api .list-results thead .filters .w-toast .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .filters .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .filters .toast.plus:after,._account_api .liveDashboard .list-results thead .filters .w-toast .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .filters .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .filters .toast.plus:after,._account_api .list-results thead .filters .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .filters .btn-period-clear:before,._account_api .list-results thead .filters .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .filters .btn-filter:before,._account_api .liveDashboard .list-results thead .filters .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .filters .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .filters .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .filters .btn-period-clear:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .filters .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .filters .btn-period-clear:before,._account_api .liveDashboard .list-results thead .filters .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .list-results thead .filters .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .filters .btn-filter:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .filters .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .filters .btn-filter:before,._account_api .list-results thead .filters .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .list-results thead .w-time-period .dropdown .w-selection .filters .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .filters .btn-period-clear:before,._account_api .list-results thead .filters .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .list-results thead .w-time-period .dropdown .w-selection .filters .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .filters .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .filters .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .filters .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .filters .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .filters .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .filters .btn-filter:before,._account_api .liveDashboard .list-results thead .filters .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .filters .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .filters .btn-period-clear:before,._account_api .liveDashboard .list-results thead .filters .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .filters .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .filters .btn-filter:before,._account_api .list-results thead .filters .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .filters .btn-period-edit:before,._account_api .liveDashboard .list-results thead .filters .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .filters .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .filters .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .filters .btn-period-edit:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .filters .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .filters .btn-period-edit:before,._account_api .list-results thead .filters .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .list-results thead .w-time-period .dropdown .w-selection .filters .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .filters .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .filters .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .filters .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .filters .btn-period-edit:before,._account_api .liveDashboard .list-results thead .filters .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .filters .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .filters .btn-period-edit:before,._account_api .list-results thead .filters .block-filters .btn-filter:before,.block-filters ._account_api .list-results thead .filters .btn-filter:before,._account_api .liveDashboard .list-results thead .filters .block-filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .filters .block-filters .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .filters .btn-filter:before,._account_api .block-filters .liveDashboard .list-results thead .filters .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .filters .btn-filter:before,._account_api .list-results thead .filters .block-filters .btn-filter:before,._account_api .list-results thead .block-filters .filters .btn-filter:before,.block-filters ._account_api .list-results thead .filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .filters .block-filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .filters .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .filters .btn-filter:before,._account_api .liveDashboard .list-results thead .filters .block-filters .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .filters .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .filters .btn-filter:before,._account_api .list-results thead .filters .toggleWrapper input.mobileToggle+label,.toggleWrapper ._account_api .list-results thead .filters input.mobileToggle+label,._account_api .liveDashboard .list-results thead .filters .toggleWrapper input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .filters .toggleWrapper input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper .filters input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper .filters input.mobileToggle+label,._account_api .toggleWrapper .liveDashboard .list-results thead .filters input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead .filters input.mobileToggle+label,._account_api .list-results thead .filters .toggleWrapper input.mobileToggle+label,._account_api .list-results thead .toggleWrapper .filters input.mobileToggle+label,.toggleWrapper ._account_api .list-results thead .filters input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .filters .toggleWrapper input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper .filters input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead .filters input.mobileToggle+label,._account_api .liveDashboard .list-results thead .filters .toggleWrapper input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper .filters input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead .filters input.mobileToggle+label,._account_api .list-results thead .filters tbody span.status,._account_api .list-results tbody thead .filters span.status,._account_api .liveDashboard .list-results thead .filters tbody span.status,.liveDashboard ._account_api .list-results thead .filters tbody span.status,._account_api .liveDashboard .list-results thead tbody .filters span.status,.liveDashboard ._account_api .list-results thead tbody .filters span.status,._account_api .liveDashboard .list-results tbody thead .filters span.status,.liveDashboard ._account_api .list-results tbody thead .filters span.status,._account_api .list-results thead .filters tbody span.status,._account_api .list-results thead tbody .filters span.status,._account_api .list-results tbody thead .filters span.status,.liveDashboard ._account_api .list-results thead .filters tbody span.status,.liveDashboard ._account_api .list-results thead tbody .filters span.status,.liveDashboard ._account_api .list-results tbody thead .filters span.status,._account_api .liveDashboard .list-results thead .filters tbody span.status,._account_api .liveDashboard .list-results thead tbody .filters span.status,._account_api .liveDashboard .list-results tbody thead .filters span.status,._account_api .list-results thead .filters tbody td.is-running span,._account_api .list-results tbody td.is-running thead .filters span,._account_api .liveDashboard .list-results thead .filters tbody td.is-running span,.liveDashboard ._account_api .list-results thead .filters tbody td.is-running span,._account_api .liveDashboard .list-results thead tbody td.is-running .filters span,.liveDashboard ._account_api .list-results thead tbody td.is-running .filters span,._account_api .liveDashboard .list-results tbody td.is-running thead .filters span,.liveDashboard ._account_api .list-results tbody td.is-running thead .filters span,._account_api .list-results thead .filters tbody td.is-running span,._account_api .list-results thead tbody td.is-running .filters span,._account_api .list-results tbody td.is-running thead .filters span,.liveDashboard ._account_api .list-results thead .filters tbody td.is-running span,.liveDashboard ._account_api .list-results thead tbody td.is-running .filters span,.liveDashboard ._account_api .list-results tbody td.is-running thead .filters span,._account_api .liveDashboard .list-results thead .filters tbody td.is-running span,._account_api .liveDashboard .list-results thead tbody td.is-running .filters span,._account_api .liveDashboard .list-results tbody td.is-running thead .filters span,._account_api .list-results thead .filters tbody td.is-pending span,._account_api .list-results tbody td.is-pending thead .filters span,._account_api .liveDashboard .list-results thead .filters tbody td.is-pending span,.liveDashboard ._account_api .list-results thead .filters tbody td.is-pending span,._account_api .liveDashboard .list-results thead tbody td.is-pending .filters span,.liveDashboard ._account_api .list-results thead tbody td.is-pending .filters span,._account_api .liveDashboard .list-results tbody td.is-pending thead .filters span,.liveDashboard ._account_api .list-results tbody td.is-pending thead .filters span,._account_api .list-results thead .filters tbody td.is-pending span,._account_api .list-results thead tbody td.is-pending .filters span,._account_api .list-results tbody td.is-pending thead .filters span,.liveDashboard ._account_api .list-results thead .filters tbody td.is-pending span,.liveDashboard ._account_api .list-results thead tbody td.is-pending .filters span,.liveDashboard ._account_api .list-results tbody td.is-pending thead .filters span,._account_api .liveDashboard .list-results thead .filters tbody td.is-pending span,._account_api .liveDashboard .list-results thead tbody td.is-pending .filters span,._account_api .liveDashboard .list-results tbody td.is-pending thead .filters span,._account_api .liveDashboard .list-results thead .filters .icon,._account_api .liveDashboard .list-results thead .filters .w-alert-banner:before,._account_api .liveDashboard .list-results thead .filters .w-alert-banner:before,._account_api .liveDashboard .list-results thead .filters .w-alert-banner:before,._account_api .liveDashboard ._account_api .list-results thead .filters .w-alert-banner:before,._account_api .liveDashboard .list-results thead .filters .w-alert-banner:before,._account_api .liveDashboard .list-results thead .filters .w-dialog.plus .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .filters .dialog-aside:after,._account_api .liveDashboard .list-results thead .filters .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .filters .dialog-aside:after,._account_api .w-dialog.plus .liveDashboard .list-results thead .filters .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .filters .dialog-aside:after,._account_api .liveDashboard .list-results thead .filters .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .filters .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .filters .dialog-aside:after,._account_api .liveDashboard ._account_api .list-results thead .filters .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard ._account_api .list-results thead .w-dialog.plus .filters .dialog-aside:after,._account_api .w-dialog.plus .liveDashboard ._account_api .list-results thead .filters .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard ._account_api .list-results thead .filters .dialog-aside:after,._account_api .liveDashboard .list-results thead .filters .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .filters .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .filters .dialog-aside:after,._account_api .liveDashboard .list-results thead .filters .w-toast .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .filters .toast.plus:after,._account_api .liveDashboard .list-results thead .filters .w-toast .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .filters .toast.plus:after,._account_api .w-toast .liveDashboard .list-results thead .filters .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .filters .toast.plus:after,._account_api .liveDashboard .list-results thead .filters .w-toast .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .filters .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .filters .toast.plus:after,._account_api .liveDashboard ._account_api .list-results thead .filters .w-toast .toast.plus:after,._account_api .liveDashboard ._account_api .list-results thead .w-toast .filters .toast.plus:after,._account_api .w-toast .liveDashboard ._account_api .list-results thead .filters .toast.plus:after,.w-toast ._account_api .liveDashboard ._account_api .list-results thead .filters .toast.plus:after,._account_api .liveDashboard .list-results thead .filters .w-toast .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .filters .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .filters .toast.plus:after,._account_api .liveDashboard .list-results thead .filters .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .filters .btn-period-clear:before,._account_api .liveDashboard .list-results thead .filters .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .filters .btn-filter:before,._account_api .liveDashboard .list-results thead .filters .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .filters .btn-period-clear:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .filters .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .filters .btn-period-clear:before,._account_api .liveDashboard .list-results thead .filters .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .filters .btn-filter:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .filters .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .filters .btn-filter:before,._account_api .liveDashboard .list-results thead .filters .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .filters .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .filters .btn-period-clear:before,._account_api .liveDashboard .list-results thead .filters .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .filters .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .filters .btn-filter:before,._account_api .liveDashboard ._account_api .list-results thead .filters .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .filters .btn-period-clear:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .filters .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard ._account_api .list-results thead .filters .btn-period-clear:before,._account_api .liveDashboard ._account_api .list-results thead .filters .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .filters .btn-filter:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .filters .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard ._account_api .list-results thead .filters .btn-filter:before,._account_api .liveDashboard .list-results thead .filters .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .filters .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .filters .btn-period-clear:before,._account_api .liveDashboard .list-results thead .filters .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .filters .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .filters .btn-filter:before,._account_api .liveDashboard .list-results thead .filters .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .filters .btn-period-edit:before,._account_api .liveDashboard .list-results thead .filters .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .filters .btn-period-edit:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .filters .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .filters .btn-period-edit:before,._account_api .liveDashboard .list-results thead .filters .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .filters .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .filters .btn-period-edit:before,._account_api .liveDashboard ._account_api .list-results thead .filters .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .filters .btn-period-edit:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .filters .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard ._account_api .list-results thead .filters .btn-period-edit:before,._account_api .liveDashboard .list-results thead .filters .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .filters .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .filters .btn-period-edit:before,._account_api .liveDashboard .list-results thead .filters .block-filters .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .filters .btn-filter:before,._account_api .liveDashboard .list-results thead .filters .block-filters .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .filters .btn-filter:before,._account_api .block-filters .liveDashboard .list-results thead .filters .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .filters .btn-filter:before,._account_api .liveDashboard .list-results thead .filters .block-filters .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .filters .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .filters .btn-filter:before,._account_api .liveDashboard ._account_api .list-results thead .filters .block-filters .btn-filter:before,._account_api .liveDashboard ._account_api .list-results thead .block-filters .filters .btn-filter:before,._account_api .block-filters .liveDashboard ._account_api .list-results thead .filters .btn-filter:before,.block-filters ._account_api .liveDashboard ._account_api .list-results thead .filters .btn-filter:before,._account_api .liveDashboard .list-results thead .filters .block-filters .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .filters .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .filters .btn-filter:before,._account_api .liveDashboard .list-results thead .filters .toggleWrapper input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead .filters input.mobileToggle+label,._account_api .liveDashboard .list-results thead .filters .toggleWrapper input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper .filters input.mobileToggle+label,._account_api .toggleWrapper .liveDashboard .list-results thead .filters input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead .filters input.mobileToggle+label,._account_api .liveDashboard .list-results thead .filters .toggleWrapper input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper .filters input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead .filters input.mobileToggle+label,._account_api .liveDashboard ._account_api .list-results thead .filters .toggleWrapper input.mobileToggle+label,._account_api .liveDashboard ._account_api .list-results thead .toggleWrapper .filters input.mobileToggle+label,._account_api .toggleWrapper .liveDashboard ._account_api .list-results thead .filters input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard ._account_api .list-results thead .filters input.mobileToggle+label,._account_api .liveDashboard .list-results thead .filters .toggleWrapper input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper .filters input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead .filters input.mobileToggle+label,._account_api .liveDashboard .list-results thead .filters tbody span.status,._account_api .liveDashboard .list-results tbody thead .filters span.status,._account_api .liveDashboard .list-results thead .filters tbody span.status,._account_api .liveDashboard .list-results thead tbody .filters span.status,._account_api .liveDashboard .list-results tbody thead .filters span.status,._account_api .liveDashboard .list-results thead .filters tbody span.status,._account_api .liveDashboard .list-results thead tbody .filters span.status,._account_api .liveDashboard .list-results tbody thead .filters span.status,._account_api .liveDashboard ._account_api .list-results thead .filters tbody span.status,._account_api .liveDashboard ._account_api .list-results thead tbody .filters span.status,._account_api .liveDashboard ._account_api .list-results tbody thead .filters span.status,._account_api .liveDashboard .list-results thead .filters tbody span.status,._account_api .liveDashboard .list-results thead tbody .filters span.status,._account_api .liveDashboard .list-results tbody thead .filters span.status,._account_api .liveDashboard .list-results thead .filters tbody td.is-running span,._account_api .liveDashboard .list-results tbody td.is-running thead .filters span,._account_api .liveDashboard .list-results thead .filters tbody td.is-running span,._account_api .liveDashboard .list-results thead tbody td.is-running .filters span,._account_api .liveDashboard .list-results tbody td.is-running thead .filters span,._account_api .liveDashboard .list-results thead .filters tbody td.is-running span,._account_api .liveDashboard .list-results thead tbody td.is-running .filters span,._account_api .liveDashboard .list-results tbody td.is-running thead .filters span,._account_api .liveDashboard ._account_api .list-results thead .filters tbody td.is-running span,._account_api .liveDashboard ._account_api .list-results thead tbody td.is-running .filters span,._account_api .liveDashboard ._account_api .list-results tbody td.is-running thead .filters span,._account_api .liveDashboard .list-results thead .filters tbody td.is-running span,._account_api .liveDashboard .list-results thead tbody td.is-running .filters span,._account_api .liveDashboard .list-results tbody td.is-running thead .filters span,._account_api .liveDashboard .list-results thead .filters tbody td.is-pending span,._account_api .liveDashboard .list-results tbody td.is-pending thead .filters span,._account_api .liveDashboard .list-results thead .filters tbody td.is-pending span,._account_api .liveDashboard .list-results thead tbody td.is-pending .filters span,._account_api .liveDashboard .list-results tbody td.is-pending thead .filters span,._account_api .liveDashboard .list-results thead .filters tbody td.is-pending span,._account_api .liveDashboard .list-results thead tbody td.is-pending .filters span,._account_api .liveDashboard .list-results tbody td.is-pending thead .filters span,._account_api .liveDashboard ._account_api .list-results thead .filters tbody td.is-pending span,._account_api .liveDashboard ._account_api .list-results thead tbody td.is-pending .filters span,._account_api .liveDashboard ._account_api .list-results tbody td.is-pending thead .filters span,._account_api .liveDashboard .list-results thead .filters tbody td.is-pending span,._account_api .liveDashboard .list-results thead tbody td.is-pending .filters span,._account_api .liveDashboard .list-results tbody td.is-pending thead .filters span,.liveDashboard ._account_api .list-results thead .filters .icon,.liveDashboard ._account_api .list-results thead .filters .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .filters .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .filters .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .filters .w-alert-banner:before,.liveDashboard ._account_api .liveDashboard .list-results thead .filters .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .filters .w-dialog.plus .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .filters .dialog-aside:after,.liveDashboard ._account_api .list-results thead .filters .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .filters .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .filters .dialog-aside:after,.liveDashboard ._account_api .list-results thead .filters .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .filters .dialog-aside:after,.liveDashboard .w-dialog.plus ._account_api .list-results thead .filters .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .filters .dialog-aside:after,.liveDashboard ._account_api .list-results thead .filters .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .filters .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .filters .dialog-aside:after,.liveDashboard ._account_api .liveDashboard .list-results thead .filters .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .liveDashboard .list-results thead .w-dialog.plus .filters .dialog-aside:after,.liveDashboard .w-dialog.plus ._account_api .liveDashboard .list-results thead .filters .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .liveDashboard .list-results thead .filters .dialog-aside:after,.liveDashboard ._account_api .list-results thead .filters .w-toast .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .filters .toast.plus:after,.liveDashboard ._account_api .list-results thead .filters .w-toast .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .filters .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .filters .toast.plus:after,.liveDashboard ._account_api .list-results thead .filters .w-toast .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .filters .toast.plus:after,.liveDashboard .w-toast ._account_api .list-results thead .filters .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .filters .toast.plus:after,.liveDashboard ._account_api .list-results thead .filters .w-toast .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .filters .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .filters .toast.plus:after,.liveDashboard ._account_api .liveDashboard .list-results thead .filters .w-toast .toast.plus:after,.liveDashboard ._account_api .liveDashboard .list-results thead .w-toast .filters .toast.plus:after,.liveDashboard .w-toast ._account_api .liveDashboard .list-results thead .filters .toast.plus:after,.w-toast .liveDashboard ._account_api .liveDashboard .list-results thead .filters .toast.plus:after,.liveDashboard ._account_api .list-results thead .filters .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .filters .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .filters .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .filters .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .filters .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .filters .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .filters .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .filters .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .filters .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .filters .btn-period-clear:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .filters .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .filters .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .filters .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .filters .btn-filter:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .filters .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .filters .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .filters .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .filters .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .filters .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .filters .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .filters .btn-filter:before,.liveDashboard ._account_api .liveDashboard .list-results thead .filters .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .filters .btn-period-clear:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .filters .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .liveDashboard .list-results thead .filters .btn-period-clear:before,.liveDashboard ._account_api .liveDashboard .list-results thead .filters .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .filters .btn-filter:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .filters .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .liveDashboard .list-results thead .filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .filters .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .filters .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .filters .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .filters .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .filters .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .filters .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .filters .btn-period-edit:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .filters .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .filters .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .filters .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .filters .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .filters .btn-period-edit:before,.liveDashboard ._account_api .liveDashboard .list-results thead .filters .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .filters .btn-period-edit:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .filters .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .liveDashboard .list-results thead .filters .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .filters .block-filters .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .filters .block-filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .filters .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .filters .block-filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .filters .btn-filter:before,.liveDashboard .block-filters ._account_api .list-results thead .filters .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .filters .block-filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .filters .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .filters .btn-filter:before,.liveDashboard ._account_api .liveDashboard .list-results thead .filters .block-filters .btn-filter:before,.liveDashboard ._account_api .liveDashboard .list-results thead .block-filters .filters .btn-filter:before,.liveDashboard .block-filters ._account_api .liveDashboard .list-results thead .filters .btn-filter:before,.block-filters .liveDashboard ._account_api .liveDashboard .list-results thead .filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .filters .toggleWrapper input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead .filters input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .filters .toggleWrapper input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper .filters input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead .filters input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .filters .toggleWrapper input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper .filters input.mobileToggle+label,.liveDashboard .toggleWrapper ._account_api .list-results thead .filters input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead .filters input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .filters .toggleWrapper input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper .filters input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead .filters input.mobileToggle+label,.liveDashboard ._account_api .liveDashboard .list-results thead .filters .toggleWrapper input.mobileToggle+label,.liveDashboard ._account_api .liveDashboard .list-results thead .toggleWrapper .filters input.mobileToggle+label,.liveDashboard .toggleWrapper ._account_api .liveDashboard .list-results thead .filters input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .liveDashboard .list-results thead .filters input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .filters tbody span.status,.liveDashboard ._account_api .list-results tbody thead .filters span.status,.liveDashboard ._account_api .list-results thead .filters tbody span.status,.liveDashboard ._account_api .list-results thead tbody .filters span.status,.liveDashboard ._account_api .list-results tbody thead .filters span.status,.liveDashboard ._account_api .list-results thead .filters tbody span.status,.liveDashboard ._account_api .list-results thead tbody .filters span.status,.liveDashboard ._account_api .list-results tbody thead .filters span.status,.liveDashboard ._account_api .list-results thead .filters tbody span.status,.liveDashboard ._account_api .list-results thead tbody .filters span.status,.liveDashboard ._account_api .list-results tbody thead .filters span.status,.liveDashboard ._account_api .liveDashboard .list-results thead .filters tbody span.status,.liveDashboard ._account_api .liveDashboard .list-results thead tbody .filters span.status,.liveDashboard ._account_api .liveDashboard .list-results tbody thead .filters span.status,.liveDashboard ._account_api .list-results thead .filters tbody td.is-running span,.liveDashboard ._account_api .list-results tbody td.is-running thead .filters span,.liveDashboard ._account_api .list-results thead .filters tbody td.is-running span,.liveDashboard ._account_api .list-results thead tbody td.is-running .filters span,.liveDashboard ._account_api .list-results tbody td.is-running thead .filters span,.liveDashboard ._account_api .list-results thead .filters tbody td.is-running span,.liveDashboard ._account_api .list-results thead tbody td.is-running .filters span,.liveDashboard ._account_api .list-results tbody td.is-running thead .filters span,.liveDashboard ._account_api .list-results thead .filters tbody td.is-running span,.liveDashboard ._account_api .list-results thead tbody td.is-running .filters span,.liveDashboard ._account_api .list-results tbody td.is-running thead .filters span,.liveDashboard ._account_api .liveDashboard .list-results thead .filters tbody td.is-running span,.liveDashboard ._account_api .liveDashboard .list-results thead tbody td.is-running .filters span,.liveDashboard ._account_api .liveDashboard .list-results tbody td.is-running thead .filters span,.liveDashboard ._account_api .list-results thead .filters tbody td.is-pending span,.liveDashboard ._account_api .list-results tbody td.is-pending thead .filters span,.liveDashboard ._account_api .list-results thead .filters tbody td.is-pending span,.liveDashboard ._account_api .list-results thead tbody td.is-pending .filters span,.liveDashboard ._account_api .list-results tbody td.is-pending thead .filters span,.liveDashboard ._account_api .list-results thead .filters tbody td.is-pending span,.liveDashboard ._account_api .list-results thead tbody td.is-pending .filters span,.liveDashboard ._account_api .list-results tbody td.is-pending thead .filters span,.liveDashboard ._account_api .list-results thead .filters tbody td.is-pending span,.liveDashboard ._account_api .list-results thead tbody td.is-pending .filters span,.liveDashboard ._account_api .list-results tbody td.is-pending thead .filters span,.liveDashboard ._account_api .liveDashboard .list-results thead .filters tbody td.is-pending span,.liveDashboard ._account_api .liveDashboard .list-results thead tbody td.is-pending .filters span,.liveDashboard ._account_api .liveDashboard .list-results tbody td.is-pending thead .filters span,._account_api .liveDashboard .list-results thead .filters .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .filters .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .filters .dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .filters .dropdown-toggle:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .filters .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .filters .dropdown-toggle:after,._account_api .liveDashboard .list-results thead .filters .w-filter-preset.w-filter-preset .filter-preset .filter,.liveDashboard ._account_api .list-results thead .filters .w-filter-preset.w-filter-preset .filter-preset .filter,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filters .filter,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filters .filter,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .filters .filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .filters .filter,._account_api .liveDashboard .list-results thead .filters .form-label.status span,._account_api .liveDashboard .list-results thead .filters .status.status-log span,._account_api .liveDashboard .list-results thead .filters .status.status-report-item span,._account_api .liveDashboard .list-results thead .filters .double-list dd.status span,.double-list ._account_api .liveDashboard .list-results thead .filters dd.status span,._account_api .liveDashboard .list-results thead .filters .double-list dt.status span,.double-list ._account_api .liveDashboard .list-results thead .filters dt.status span,._account_api .liveDashboard .list-results thead .filters .w-cards-container .w-card .status.title span,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .filters .status.title span,._account_api .liveDashboard .list-results thead .filters .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .filters .status.label span,._account_api .liveDashboard .list-results thead .filters tbody tr.sublist .status.title span,._account_api .liveDashboard .list-results tbody tr.sublist thead .filters .status.title span,.liveDashboard ._account_api .list-results thead .filters .form-label.status span,.liveDashboard ._account_api .list-results thead .filters .status.status-log span,.liveDashboard ._account_api .list-results thead .filters .status.status-report-item span,.liveDashboard ._account_api .list-results thead .filters .double-list dd.status span,.double-list .liveDashboard ._account_api .list-results thead .filters dd.status span,.liveDashboard ._account_api .list-results thead .filters .double-list dt.status span,.double-list .liveDashboard ._account_api .list-results thead .filters dt.status span,.liveDashboard ._account_api .list-results thead .filters .w-cards-container .w-card .status.title span,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .filters .status.title span,.liveDashboard ._account_api .list-results thead .filters .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .filters .status.label span,.liveDashboard ._account_api .list-results thead .filters tbody tr.sublist .status.title span,.liveDashboard ._account_api .list-results tbody tr.sublist thead .filters .status.title span,._account_api .liveDashboard .list-results thead .form-label.status .filters span,._account_api .liveDashboard .list-results thead .status.status-log .filters span,._account_api .liveDashboard .list-results thead .status.status-report-item .filters span,._account_api .liveDashboard .list-results thead .double-list dd.status .filters span,.double-list ._account_api .liveDashboard .list-results thead dd.status .filters span,._account_api .liveDashboard .list-results thead .double-list dt.status .filters span,.double-list ._account_api .liveDashboard .list-results thead dt.status .filters span,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title .filters span,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title .filters span,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .filters span,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label .filters span,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title .filters span,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title .filters span,.liveDashboard ._account_api .list-results thead .form-label.status .filters span,.liveDashboard ._account_api .list-results thead .status.status-log .filters span,.liveDashboard ._account_api .list-results thead .status.status-report-item .filters span,.liveDashboard ._account_api .list-results thead .double-list dd.status .filters span,.double-list .liveDashboard ._account_api .list-results thead dd.status .filters span,.liveDashboard ._account_api .list-results thead .double-list dt.status .filters span,.double-list .liveDashboard ._account_api .list-results thead dt.status .filters span,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title .filters span,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title .filters span,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .filters span,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label .filters span,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title .filters span,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title .filters span,._account_api .form-label.status .liveDashboard .list-results thead .filters span,._account_api .status.status-log .liveDashboard .list-results thead .filters span,._account_api .status.status-report-item .liveDashboard .list-results thead .filters span,._account_api .double-list dd.status .liveDashboard .list-results thead .filters span,.double-list ._account_api dd.status .liveDashboard .list-results thead .filters span,._account_api .double-list dt.status .liveDashboard .list-results thead .filters span,.double-list ._account_api dt.status .liveDashboard .list-results thead .filters span,._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead .filters span,.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead .filters span,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead .filters span,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead .filters span,._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead .filters span,.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead .filters span,.form-label.status .liveDashboard ._account_api .list-results thead .filters span,.status.status-log .liveDashboard ._account_api .list-results thead .filters span,.status.status-report-item .liveDashboard ._account_api .list-results thead .filters span,.double-list dd.status .liveDashboard ._account_api .list-results thead .filters span,.double-list dt.status .liveDashboard ._account_api .list-results thead .filters span,.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead .filters span,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead .filters span,.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead .filters span,._account_api .liveDashboard .list-results thead .filters .w-filters-selected label.status.small span,.liveDashboard ._account_api .list-results thead .filters .w-filters-selected label.status.small span,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small .filters span,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small .filters span,._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead .filters span,.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead .filters span,._account_api .liveDashboard .list-results thead .filters .w-filters-selected .status.btn-f-s span,.liveDashboard ._account_api .list-results thead .filters .w-filters-selected .status.btn-f-s span,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .filters span,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s .filters span,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead .filters span,.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead .filters span,._account_api .liveDashboard .list-results thead .filters .sub-header .w-form label,._account_api .liveDashboard .list-results thead .filters .sub-header .w-double-list label,.liveDashboard ._account_api .list-results thead .filters .sub-header .w-form label,.liveDashboard ._account_api .list-results thead .filters .sub-header .w-double-list label,._account_api .liveDashboard .list-results thead .sub-header .w-form .filters label,._account_api .liveDashboard .list-results thead .sub-header .w-double-list .filters label,.liveDashboard ._account_api .list-results thead .sub-header .w-form .filters label,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list .filters label,._account_api .sub-header .w-form .liveDashboard .list-results thead .filters label,._account_api .sub-header .w-double-list .liveDashboard .list-results thead .filters label,.sub-header .w-form .liveDashboard ._account_api .list-results thead .filters label,.sub-header .w-double-list .liveDashboard ._account_api .list-results thead .filters label,._account_api .liveDashboard .list-results thead .filters .block-filters button:after,.liveDashboard ._account_api .list-results thead .filters .block-filters button:after,._account_api .liveDashboard .list-results thead .block-filters .filters button:after,.liveDashboard ._account_api .list-results thead .block-filters .filters button:after,._account_api .block-filters .liveDashboard .list-results thead .filters button:after,.block-filters .liveDashboard ._account_api .list-results thead .filters button:after,._account_api .liveDashboard .list-results thead .filters .block-filters select:after,.liveDashboard ._account_api .list-results thead .filters .block-filters select:after,._account_api .liveDashboard .list-results thead .block-filters .filters select:after,.liveDashboard ._account_api .list-results thead .block-filters .filters select:after,._account_api .block-filters .liveDashboard .list-results thead .filters select:after,.block-filters .liveDashboard ._account_api .list-results thead .filters select:after,._account_api .liveDashboard .list-results thead .filters .form-auto-list .form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .filters .form-auto-list .form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .form-auto-list .filters .form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .form-auto-list .filters .form-auto-item.is-user-is-inactive,._account_api .form-auto-list .liveDashboard .list-results thead .filters .form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard ._account_api .list-results thead .filters .form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .filters .form-auto-list .form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .filters .form-auto-list .form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .form-auto-list .filters .form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .form-auto-list .filters .form-auto-item.is-user-is-active,._account_api .form-auto-list .liveDashboard .list-results thead .filters .form-auto-item.is-user-is-active,.form-auto-list .liveDashboard ._account_api .list-results thead .filters .form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .filters .list-results-header .status.title span,.liveDashboard ._account_api .list-results thead .filters .list-results-header .status.title span,._account_api .liveDashboard .list-results thead .list-results-header .status.title .filters span,.liveDashboard ._account_api .list-results thead .list-results-header .status.title .filters span,._account_api .list-results-header .status.title .liveDashboard .list-results thead .filters span,.list-results-header .status.title .liveDashboard ._account_api .list-results thead .filters span,._account_api .liveDashboard .list-results thead .filters tr span,.liveDashboard ._account_api .list-results thead .filters tr span,._account_api .liveDashboard .list-results thead tr .filters span,.liveDashboard ._account_api .list-results thead tr .filters span,._account_api .list-results thead .filters .icon,._account_api .list-results thead .filters .w-alert-banner:before,._account_api .liveDashboard .list-results thead .filters .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .filters .w-alert-banner:before,._account_api .list-results thead .filters .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .filters .w-alert-banner:before,._account_api .liveDashboard .list-results thead .filters .w-alert-banner:before,._account_api .list-results thead .filters .w-dialog.plus .dialog-aside:after,.w-dialog.plus ._account_api .list-results thead .filters .dialog-aside:after,._account_api .liveDashboard .list-results thead .filters .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .list-results thead .filters .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .filters .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .filters .dialog-aside:after,._account_api .w-dialog.plus .liveDashboard .list-results thead .filters .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .filters .dialog-aside:after,._account_api .list-results thead .filters .w-dialog.plus .dialog-aside:after,._account_api .list-results thead .w-dialog.plus .filters .dialog-aside:after,.w-dialog.plus ._account_api .list-results thead .filters .dialog-aside:after,.liveDashboard ._account_api .list-results thead .filters .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .filters .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .filters .dialog-aside:after,._account_api .liveDashboard .list-results thead .filters .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .filters .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .filters .dialog-aside:after,._account_api .list-results thead .filters .w-toast .toast.plus:after,.w-toast ._account_api .list-results thead .filters .toast.plus:after,._account_api .liveDashboard .list-results thead .filters .w-toast .toast.plus:after,.liveDashboard ._account_api .list-results thead .filters .w-toast .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .filters .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .filters .toast.plus:after,._account_api .w-toast .liveDashboard .list-results thead .filters .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .filters .toast.plus:after,._account_api .list-results thead .filters .w-toast .toast.plus:after,._account_api .list-results thead .w-toast .filters .toast.plus:after,.w-toast ._account_api .list-results thead .filters .toast.plus:after,.liveDashboard ._account_api .list-results thead .filters .w-toast .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .filters .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .filters .toast.plus:after,._account_api .liveDashboard .list-results thead .filters .w-toast .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .filters .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .filters .toast.plus:after,._account_api .list-results thead .filters .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .filters .btn-period-clear:before,._account_api .list-results thead .filters .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .filters .btn-filter:before,._account_api .liveDashboard .list-results thead .filters .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .filters .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .filters .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .filters .btn-period-clear:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .filters .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .filters .btn-period-clear:before,._account_api .liveDashboard .list-results thead .filters .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .list-results thead .filters .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .filters .btn-filter:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .filters .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .filters .btn-filter:before,._account_api .list-results thead .filters .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .list-results thead .w-time-period .dropdown .w-selection .filters .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .filters .btn-period-clear:before,._account_api .list-results thead .filters .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .list-results thead .w-time-period .dropdown .w-selection .filters .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .filters .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .filters .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .filters .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .filters .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .filters .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .filters .btn-filter:before,._account_api .liveDashboard .list-results thead .filters .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .filters .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .filters .btn-period-clear:before,._account_api .liveDashboard .list-results thead .filters .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .filters .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .filters .btn-filter:before,._account_api .list-results thead .filters .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .filters .btn-period-edit:before,._account_api .liveDashboard .list-results thead .filters .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .filters .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .filters .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .filters .btn-period-edit:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .filters .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .filters .btn-period-edit:before,._account_api .list-results thead .filters .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .list-results thead .w-time-period .dropdown .w-selection .filters .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .filters .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .filters .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .filters .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .filters .btn-period-edit:before,._account_api .liveDashboard .list-results thead .filters .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .filters .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .filters .btn-period-edit:before,._account_api .list-results thead .filters .block-filters .btn-filter:before,.block-filters ._account_api .list-results thead .filters .btn-filter:before,._account_api .liveDashboard .list-results thead .filters .block-filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .filters .block-filters .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .filters .btn-filter:before,._account_api .block-filters .liveDashboard .list-results thead .filters .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .filters .btn-filter:before,._account_api .list-results thead .filters .block-filters .btn-filter:before,._account_api .list-results thead .block-filters .filters .btn-filter:before,.block-filters ._account_api .list-results thead .filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .filters .block-filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .filters .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .filters .btn-filter:before,._account_api .liveDashboard .list-results thead .filters .block-filters .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .filters .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .filters .btn-filter:before,._account_api .list-results thead .filters .toggleWrapper input.mobileToggle+label,.toggleWrapper ._account_api .list-results thead .filters input.mobileToggle+label,._account_api .liveDashboard .list-results thead .filters .toggleWrapper input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .filters .toggleWrapper input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper .filters input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper .filters input.mobileToggle+label,._account_api .toggleWrapper .liveDashboard .list-results thead .filters input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead .filters input.mobileToggle+label,._account_api .list-results thead .filters .toggleWrapper input.mobileToggle+label,._account_api .list-results thead .toggleWrapper .filters input.mobileToggle+label,.toggleWrapper ._account_api .list-results thead .filters input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .filters .toggleWrapper input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper .filters input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead .filters input.mobileToggle+label,._account_api .liveDashboard .list-results thead .filters .toggleWrapper input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper .filters input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead .filters input.mobileToggle+label,._account_api .list-results thead .filters tbody span.status,._account_api .list-results tbody thead .filters span.status,._account_api .liveDashboard .list-results thead .filters tbody span.status,.liveDashboard ._account_api .list-results thead .filters tbody span.status,._account_api .liveDashboard .list-results thead tbody .filters span.status,.liveDashboard ._account_api .list-results thead tbody .filters span.status,._account_api .liveDashboard .list-results tbody thead .filters span.status,.liveDashboard ._account_api .list-results tbody thead .filters span.status,._account_api .list-results thead .filters tbody span.status,._account_api .list-results thead tbody .filters span.status,._account_api .list-results tbody thead .filters span.status,.liveDashboard ._account_api .list-results thead .filters tbody span.status,.liveDashboard ._account_api .list-results thead tbody .filters span.status,.liveDashboard ._account_api .list-results tbody thead .filters span.status,._account_api .liveDashboard .list-results thead .filters tbody span.status,._account_api .liveDashboard .list-results thead tbody .filters span.status,._account_api .liveDashboard .list-results tbody thead .filters span.status,._account_api .list-results thead .filters tbody td.is-running span,._account_api .list-results tbody td.is-running thead .filters span,._account_api .liveDashboard .list-results thead .filters tbody td.is-running span,.liveDashboard ._account_api .list-results thead .filters tbody td.is-running span,._account_api .liveDashboard .list-results thead tbody td.is-running .filters span,.liveDashboard ._account_api .list-results thead tbody td.is-running .filters span,._account_api .liveDashboard .list-results tbody td.is-running thead .filters span,.liveDashboard ._account_api .list-results tbody td.is-running thead .filters span,._account_api .list-results thead .filters tbody td.is-running span,._account_api .list-results thead tbody td.is-running .filters span,._account_api .list-results tbody td.is-running thead .filters span,.liveDashboard ._account_api .list-results thead .filters tbody td.is-running span,.liveDashboard ._account_api .list-results thead tbody td.is-running .filters span,.liveDashboard ._account_api .list-results tbody td.is-running thead .filters span,._account_api .liveDashboard .list-results thead .filters tbody td.is-running span,._account_api .liveDashboard .list-results thead tbody td.is-running .filters span,._account_api .liveDashboard .list-results tbody td.is-running thead .filters span,._account_api .list-results thead .filters tbody td.is-pending span,._account_api .list-results tbody td.is-pending thead .filters span,._account_api .liveDashboard .list-results thead .filters tbody td.is-pending span,.liveDashboard ._account_api .list-results thead .filters tbody td.is-pending span,._account_api .liveDashboard .list-results thead tbody td.is-pending .filters span,.liveDashboard ._account_api .list-results thead tbody td.is-pending .filters span,._account_api .liveDashboard .list-results tbody td.is-pending thead .filters span,.liveDashboard ._account_api .list-results tbody td.is-pending thead .filters span,._account_api .list-results thead .filters tbody td.is-pending span,._account_api .list-results thead tbody td.is-pending .filters span,._account_api .list-results tbody td.is-pending thead .filters span,.liveDashboard ._account_api .list-results thead .filters tbody td.is-pending span,.liveDashboard ._account_api .list-results thead tbody td.is-pending .filters span,.liveDashboard ._account_api .list-results tbody td.is-pending thead .filters span,._account_api .liveDashboard .list-results thead .filters tbody td.is-pending span,._account_api .liveDashboard .list-results thead tbody td.is-pending .filters span,._account_api .liveDashboard .list-results tbody td.is-pending thead .filters span,._account_api .list-results thead .filters .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .filters .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .filters .dropdown-toggle:after,._account_api .list-results thead .filters .w-filter-preset.w-filter-preset .filter-preset .filter,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filters .filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .filters .filter,._account_api .list-results thead .filters .form-label.status span,._account_api .list-results thead .filters .status.status-log span,._account_api .list-results thead .filters .status.status-report-item span,._account_api .list-results thead .filters .double-list dd.status span,.double-list ._account_api .list-results thead .filters dd.status span,._account_api .list-results thead .filters .double-list dt.status span,.double-list ._account_api .list-results thead .filters dt.status span,._account_api .list-results thead .filters .w-cards-container .w-card .status.title span,.w-cards-container .w-card ._account_api .list-results thead .filters .status.title span,._account_api .list-results thead .filters .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value ._account_api .list-results thead .filters .status.label span,._account_api .list-results thead .filters tbody tr.sublist .status.title span,._account_api .list-results tbody tr.sublist thead .filters .status.title span,._account_api .list-results thead .form-label.status .filters span,._account_api .list-results thead .status.status-log .filters span,._account_api .list-results thead .status.status-report-item .filters span,._account_api .list-results thead .double-list dd.status .filters span,.double-list ._account_api .list-results thead dd.status .filters span,._account_api .list-results thead .double-list dt.status .filters span,.double-list ._account_api .list-results thead dt.status .filters span,._account_api .list-results thead .w-cards-container .w-card .status.title .filters span,.w-cards-container .w-card ._account_api .list-results thead .status.title .filters span,._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .filters span,.w-cards-container .w-card.centered .w-value ._account_api .list-results thead .status.label .filters span,._account_api .list-results thead tbody tr.sublist .status.title .filters span,._account_api .list-results tbody tr.sublist thead .status.title .filters span,.form-label.status ._account_api .list-results thead .filters span,.status.status-log ._account_api .list-results thead .filters span,.status.status-report-item ._account_api .list-results thead .filters span,.double-list dd.status ._account_api .list-results thead .filters span,.double-list dt.status ._account_api .list-results thead .filters span,.w-cards-container .w-card .status.title ._account_api .list-results thead .filters span,.w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead .filters span,.list-results tbody tr.sublist .status.title ._account_api .list-results thead .filters span,._account_api .list-results thead .filters .w-filters-selected label.status.small span,._account_api .list-results thead .w-filters-selected label.status.small .filters span,.w-filters-selected label.status.small ._account_api .list-results thead .filters span,._account_api .list-results thead .filters .w-filters-selected .status.btn-f-s span,._account_api .list-results thead .w-filters-selected .status.btn-f-s .filters span,.w-filters-selected .status.btn-f-s ._account_api .list-results thead .filters span,._account_api .list-results thead .filters .sub-header .w-form label,._account_api .list-results thead .filters .sub-header .w-double-list label,._account_api .list-results thead .sub-header .w-form .filters label,._account_api .list-results thead .sub-header .w-double-list .filters label,.sub-header .w-form ._account_api .list-results thead .filters label,.sub-header .w-double-list ._account_api .list-results thead .filters label,._account_api .list-results thead .filters .block-filters button:after,._account_api .list-results thead .block-filters .filters button:after,.block-filters ._account_api .list-results thead .filters button:after,._account_api .list-results thead .filters .block-filters select:after,._account_api .list-results thead .block-filters .filters select:after,.block-filters ._account_api .list-results thead .filters select:after,._account_api .list-results thead .filters .form-auto-list .form-auto-item.is-user-is-inactive,._account_api .list-results thead .form-auto-list .filters .form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .list-results thead .filters .form-auto-item.is-user-is-inactive,._account_api .list-results thead .filters .form-auto-list .form-auto-item.is-user-is-active,._account_api .list-results thead .form-auto-list .filters .form-auto-item.is-user-is-active,.form-auto-list ._account_api .list-results thead .filters .form-auto-item.is-user-is-active,._account_api .list-results thead .filters .list-results-header .status.title span,._account_api .list-results thead .list-results-header .status.title .filters span,.list-results-header .status.title ._account_api .list-results thead .filters span,._account_api .list-results thead .filters tr span,._account_api .list-results thead tr .filters span,.liveDashboard ._account_api .list-results thead .filters .icon,.liveDashboard ._account_api .list-results thead .filters .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .filters .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .filters .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .filters .w-alert-banner:before,.liveDashboard ._account_api .liveDashboard .list-results thead .filters .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .filters .w-dialog.plus .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .filters .dialog-aside:after,.liveDashboard ._account_api .list-results thead .filters .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .filters .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .filters .dialog-aside:after,.liveDashboard ._account_api .list-results thead .filters .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .filters .dialog-aside:after,.liveDashboard .w-dialog.plus ._account_api .list-results thead .filters .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .filters .dialog-aside:after,.liveDashboard ._account_api .list-results thead .filters .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .filters .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .filters .dialog-aside:after,.liveDashboard ._account_api .liveDashboard .list-results thead .filters .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .liveDashboard .list-results thead .w-dialog.plus .filters .dialog-aside:after,.liveDashboard .w-dialog.plus ._account_api .liveDashboard .list-results thead .filters .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .liveDashboard .list-results thead .filters .dialog-aside:after,.liveDashboard ._account_api .list-results thead .filters .w-toast .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .filters .toast.plus:after,.liveDashboard ._account_api .list-results thead .filters .w-toast .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .filters .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .filters .toast.plus:after,.liveDashboard ._account_api .list-results thead .filters .w-toast .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .filters .toast.plus:after,.liveDashboard .w-toast ._account_api .list-results thead .filters .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .filters .toast.plus:after,.liveDashboard ._account_api .list-results thead .filters .w-toast .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .filters .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .filters .toast.plus:after,.liveDashboard ._account_api .liveDashboard .list-results thead .filters .w-toast .toast.plus:after,.liveDashboard ._account_api .liveDashboard .list-results thead .w-toast .filters .toast.plus:after,.liveDashboard .w-toast ._account_api .liveDashboard .list-results thead .filters .toast.plus:after,.w-toast .liveDashboard ._account_api .liveDashboard .list-results thead .filters .toast.plus:after,.liveDashboard ._account_api .list-results thead .filters .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .filters .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .filters .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .filters .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .filters .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .filters .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .filters .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .filters .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .filters .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .filters .btn-period-clear:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .filters .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .filters .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .filters .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .filters .btn-filter:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .filters .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .filters .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .filters .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .filters .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .filters .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .filters .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .filters .btn-filter:before,.liveDashboard ._account_api .liveDashboard .list-results thead .filters .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .filters .btn-period-clear:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .filters .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .liveDashboard .list-results thead .filters .btn-period-clear:before,.liveDashboard ._account_api .liveDashboard .list-results thead .filters .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .filters .btn-filter:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .filters .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .liveDashboard .list-results thead .filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .filters .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .filters .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .filters .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .filters .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .filters .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .filters .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .filters .btn-period-edit:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .filters .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .filters .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .filters .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .filters .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .filters .btn-period-edit:before,.liveDashboard ._account_api .liveDashboard .list-results thead .filters .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .filters .btn-period-edit:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .filters .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .liveDashboard .list-results thead .filters .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .filters .block-filters .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .filters .block-filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .filters .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .filters .block-filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .filters .btn-filter:before,.liveDashboard .block-filters ._account_api .list-results thead .filters .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .filters .block-filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .filters .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .filters .btn-filter:before,.liveDashboard ._account_api .liveDashboard .list-results thead .filters .block-filters .btn-filter:before,.liveDashboard ._account_api .liveDashboard .list-results thead .block-filters .filters .btn-filter:before,.liveDashboard .block-filters ._account_api .liveDashboard .list-results thead .filters .btn-filter:before,.block-filters .liveDashboard ._account_api .liveDashboard .list-results thead .filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .filters .toggleWrapper input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead .filters input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .filters .toggleWrapper input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper .filters input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead .filters input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .filters .toggleWrapper input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper .filters input.mobileToggle+label,.liveDashboard .toggleWrapper ._account_api .list-results thead .filters input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead .filters input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .filters .toggleWrapper input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper .filters input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead .filters input.mobileToggle+label,.liveDashboard ._account_api .liveDashboard .list-results thead .filters .toggleWrapper input.mobileToggle+label,.liveDashboard ._account_api .liveDashboard .list-results thead .toggleWrapper .filters input.mobileToggle+label,.liveDashboard .toggleWrapper ._account_api .liveDashboard .list-results thead .filters input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .liveDashboard .list-results thead .filters input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .filters tbody span.status,.liveDashboard ._account_api .list-results tbody thead .filters span.status,.liveDashboard ._account_api .list-results thead .filters tbody span.status,.liveDashboard ._account_api .list-results thead tbody .filters span.status,.liveDashboard ._account_api .list-results tbody thead .filters span.status,.liveDashboard ._account_api .list-results thead .filters tbody span.status,.liveDashboard ._account_api .list-results thead tbody .filters span.status,.liveDashboard ._account_api .list-results tbody thead .filters span.status,.liveDashboard ._account_api .list-results thead .filters tbody span.status,.liveDashboard ._account_api .list-results thead tbody .filters span.status,.liveDashboard ._account_api .list-results tbody thead .filters span.status,.liveDashboard ._account_api .liveDashboard .list-results thead .filters tbody span.status,.liveDashboard ._account_api .liveDashboard .list-results thead tbody .filters span.status,.liveDashboard ._account_api .liveDashboard .list-results tbody thead .filters span.status,.liveDashboard ._account_api .list-results thead .filters tbody td.is-running span,.liveDashboard ._account_api .list-results tbody td.is-running thead .filters span,.liveDashboard ._account_api .list-results thead .filters tbody td.is-running span,.liveDashboard ._account_api .list-results thead tbody td.is-running .filters span,.liveDashboard ._account_api .list-results tbody td.is-running thead .filters span,.liveDashboard ._account_api .list-results thead .filters tbody td.is-running span,.liveDashboard ._account_api .list-results thead tbody td.is-running .filters span,.liveDashboard ._account_api .list-results tbody td.is-running thead .filters span,.liveDashboard ._account_api .list-results thead .filters tbody td.is-running span,.liveDashboard ._account_api .list-results thead tbody td.is-running .filters span,.liveDashboard ._account_api .list-results tbody td.is-running thead .filters span,.liveDashboard ._account_api .liveDashboard .list-results thead .filters tbody td.is-running span,.liveDashboard ._account_api .liveDashboard .list-results thead tbody td.is-running .filters span,.liveDashboard ._account_api .liveDashboard .list-results tbody td.is-running thead .filters span,.liveDashboard ._account_api .list-results thead .filters tbody td.is-pending span,.liveDashboard ._account_api .list-results tbody td.is-pending thead .filters span,.liveDashboard ._account_api .list-results thead .filters tbody td.is-pending span,.liveDashboard ._account_api .list-results thead tbody td.is-pending .filters span,.liveDashboard ._account_api .list-results tbody td.is-pending thead .filters span,.liveDashboard ._account_api .list-results thead .filters tbody td.is-pending span,.liveDashboard ._account_api .list-results thead tbody td.is-pending .filters span,.liveDashboard ._account_api .list-results tbody td.is-pending thead .filters span,.liveDashboard ._account_api .list-results thead .filters tbody td.is-pending span,.liveDashboard ._account_api .list-results thead tbody td.is-pending .filters span,.liveDashboard ._account_api .list-results tbody td.is-pending thead .filters span,.liveDashboard ._account_api .liveDashboard .list-results thead .filters tbody td.is-pending span,.liveDashboard ._account_api .liveDashboard .list-results thead tbody td.is-pending .filters span,.liveDashboard ._account_api .liveDashboard .list-results tbody td.is-pending thead .filters span,._account_api .liveDashboard .list-results thead .filters .icon,._account_api .liveDashboard .list-results thead .filters .w-alert-banner:before,._account_api .liveDashboard .list-results thead .filters .w-alert-banner:before,._account_api .liveDashboard .list-results thead .filters .w-alert-banner:before,._account_api .liveDashboard ._account_api .list-results thead .filters .w-alert-banner:before,._account_api .liveDashboard .list-results thead .filters .w-alert-banner:before,._account_api .liveDashboard .list-results thead .filters .w-dialog.plus .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .filters .dialog-aside:after,._account_api .liveDashboard .list-results thead .filters .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .filters .dialog-aside:after,._account_api .w-dialog.plus .liveDashboard .list-results thead .filters .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .filters .dialog-aside:after,._account_api .liveDashboard .list-results thead .filters .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .filters .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .filters .dialog-aside:after,._account_api .liveDashboard ._account_api .list-results thead .filters .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard ._account_api .list-results thead .w-dialog.plus .filters .dialog-aside:after,._account_api .w-dialog.plus .liveDashboard ._account_api .list-results thead .filters .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard ._account_api .list-results thead .filters .dialog-aside:after,._account_api .liveDashboard .list-results thead .filters .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .filters .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .filters .dialog-aside:after,._account_api .liveDashboard .list-results thead .filters .w-toast .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .filters .toast.plus:after,._account_api .liveDashboard .list-results thead .filters .w-toast .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .filters .toast.plus:after,._account_api .w-toast .liveDashboard .list-results thead .filters .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .filters .toast.plus:after,._account_api .liveDashboard .list-results thead .filters .w-toast .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .filters .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .filters .toast.plus:after,._account_api .liveDashboard ._account_api .list-results thead .filters .w-toast .toast.plus:after,._account_api .liveDashboard ._account_api .list-results thead .w-toast .filters .toast.plus:after,._account_api .w-toast .liveDashboard ._account_api .list-results thead .filters .toast.plus:after,.w-toast ._account_api .liveDashboard ._account_api .list-results thead .filters .toast.plus:after,._account_api .liveDashboard .list-results thead .filters .w-toast .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .filters .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .filters .toast.plus:after,._account_api .liveDashboard .list-results thead .filters .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .filters .btn-period-clear:before,._account_api .liveDashboard .list-results thead .filters .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .filters .btn-filter:before,._account_api .liveDashboard .list-results thead .filters .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .filters .btn-period-clear:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .filters .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .filters .btn-period-clear:before,._account_api .liveDashboard .list-results thead .filters .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .filters .btn-filter:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .filters .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .filters .btn-filter:before,._account_api .liveDashboard .list-results thead .filters .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .filters .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .filters .btn-period-clear:before,._account_api .liveDashboard .list-results thead .filters .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .filters .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .filters .btn-filter:before,._account_api .liveDashboard ._account_api .list-results thead .filters .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .filters .btn-period-clear:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .filters .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard ._account_api .list-results thead .filters .btn-period-clear:before,._account_api .liveDashboard ._account_api .list-results thead .filters .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .filters .btn-filter:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .filters .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard ._account_api .list-results thead .filters .btn-filter:before,._account_api .liveDashboard .list-results thead .filters .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .filters .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .filters .btn-period-clear:before,._account_api .liveDashboard .list-results thead .filters .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .filters .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .filters .btn-filter:before,._account_api .liveDashboard .list-results thead .filters .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .filters .btn-period-edit:before,._account_api .liveDashboard .list-results thead .filters .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .filters .btn-period-edit:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .filters .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .filters .btn-period-edit:before,._account_api .liveDashboard .list-results thead .filters .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .filters .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .filters .btn-period-edit:before,._account_api .liveDashboard ._account_api .list-results thead .filters .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .filters .btn-period-edit:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .filters .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard ._account_api .list-results thead .filters .btn-period-edit:before,._account_api .liveDashboard .list-results thead .filters .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .filters .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .filters .btn-period-edit:before,._account_api .liveDashboard .list-results thead .filters .block-filters .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .filters .btn-filter:before,._account_api .liveDashboard .list-results thead .filters .block-filters .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .filters .btn-filter:before,._account_api .block-filters .liveDashboard .list-results thead .filters .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .filters .btn-filter:before,._account_api .liveDashboard .list-results thead .filters .block-filters .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .filters .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .filters .btn-filter:before,._account_api .liveDashboard ._account_api .list-results thead .filters .block-filters .btn-filter:before,._account_api .liveDashboard ._account_api .list-results thead .block-filters .filters .btn-filter:before,._account_api .block-filters .liveDashboard ._account_api .list-results thead .filters .btn-filter:before,.block-filters ._account_api .liveDashboard ._account_api .list-results thead .filters .btn-filter:before,._account_api .liveDashboard .list-results thead .filters .block-filters .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .filters .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .filters .btn-filter:before,._account_api .liveDashboard .list-results thead .filters .toggleWrapper input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead .filters input.mobileToggle+label,._account_api .liveDashboard .list-results thead .filters .toggleWrapper input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper .filters input.mobileToggle+label,._account_api .toggleWrapper .liveDashboard .list-results thead .filters input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead .filters input.mobileToggle+label,._account_api .liveDashboard .list-results thead .filters .toggleWrapper input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper .filters input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead .filters input.mobileToggle+label,._account_api .liveDashboard ._account_api .list-results thead .filters .toggleWrapper input.mobileToggle+label,._account_api .liveDashboard ._account_api .list-results thead .toggleWrapper .filters input.mobileToggle+label,._account_api .toggleWrapper .liveDashboard ._account_api .list-results thead .filters input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard ._account_api .list-results thead .filters input.mobileToggle+label,._account_api .liveDashboard .list-results thead .filters .toggleWrapper input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper .filters input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead .filters input.mobileToggle+label,._account_api .liveDashboard .list-results thead .filters tbody span.status,._account_api .liveDashboard .list-results tbody thead .filters span.status,._account_api .liveDashboard .list-results thead .filters tbody span.status,._account_api .liveDashboard .list-results thead tbody .filters span.status,._account_api .liveDashboard .list-results tbody thead .filters span.status,._account_api .liveDashboard .list-results thead .filters tbody span.status,._account_api .liveDashboard .list-results thead tbody .filters span.status,._account_api .liveDashboard .list-results tbody thead .filters span.status,._account_api .liveDashboard ._account_api .list-results thead .filters tbody span.status,._account_api .liveDashboard ._account_api .list-results thead tbody .filters span.status,._account_api .liveDashboard ._account_api .list-results tbody thead .filters span.status,._account_api .liveDashboard .list-results thead .filters tbody span.status,._account_api .liveDashboard .list-results thead tbody .filters span.status,._account_api .liveDashboard .list-results tbody thead .filters span.status,._account_api .liveDashboard .list-results thead .filters tbody td.is-running span,._account_api .liveDashboard .list-results tbody td.is-running thead .filters span,._account_api .liveDashboard .list-results thead .filters tbody td.is-running span,._account_api .liveDashboard .list-results thead tbody td.is-running .filters span,._account_api .liveDashboard .list-results tbody td.is-running thead .filters span,._account_api .liveDashboard .list-results thead .filters tbody td.is-running span,._account_api .liveDashboard .list-results thead tbody td.is-running .filters span,._account_api .liveDashboard .list-results tbody td.is-running thead .filters span,._account_api .liveDashboard ._account_api .list-results thead .filters tbody td.is-running span,._account_api .liveDashboard ._account_api .list-results thead tbody td.is-running .filters span,._account_api .liveDashboard ._account_api .list-results tbody td.is-running thead .filters span,._account_api .liveDashboard .list-results thead .filters tbody td.is-running span,._account_api .liveDashboard .list-results thead tbody td.is-running .filters span,._account_api .liveDashboard .list-results tbody td.is-running thead .filters span,._account_api .liveDashboard .list-results thead .filters tbody td.is-pending span,._account_api .liveDashboard .list-results tbody td.is-pending thead .filters span,._account_api .liveDashboard .list-results thead .filters tbody td.is-pending span,._account_api .liveDashboard .list-results thead tbody td.is-pending .filters span,._account_api .liveDashboard .list-results tbody td.is-pending thead .filters span,._account_api .liveDashboard .list-results thead .filters tbody td.is-pending span,._account_api .liveDashboard .list-results thead tbody td.is-pending .filters span,._account_api .liveDashboard .list-results tbody td.is-pending thead .filters span,._account_api .liveDashboard ._account_api .list-results thead .filters tbody td.is-pending span,._account_api .liveDashboard ._account_api .list-results thead tbody td.is-pending .filters span,._account_api .liveDashboard ._account_api .list-results tbody td.is-pending thead .filters span,._account_api .liveDashboard .list-results thead .filters tbody td.is-pending span,._account_api .liveDashboard .list-results thead tbody td.is-pending .filters span,._account_api .liveDashboard .list-results tbody td.is-pending thead .filters span,.liveDashboard ._account_api .list-results thead .filters .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .filters .dropdown-toggle:after,._account_api .liveDashboard .list-results thead .filters .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .filters .dropdown-toggle:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .filters .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .filters .dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .filters .w-filter-preset.w-filter-preset .filter-preset .filter,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filters .filter,._account_api .liveDashboard .list-results thead .filters .w-filter-preset.w-filter-preset .filter-preset .filter,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filters .filter,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .filters .filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .filters .filter,.liveDashboard ._account_api .list-results thead .filters .form-label.status span,.liveDashboard ._account_api .list-results thead .filters .status.status-log span,.liveDashboard ._account_api .list-results thead .filters .status.status-report-item span,.liveDashboard ._account_api .list-results thead .filters .double-list dd.status span,.double-list .liveDashboard ._account_api .list-results thead .filters dd.status span,.liveDashboard ._account_api .list-results thead .filters .double-list dt.status span,.double-list .liveDashboard ._account_api .list-results thead .filters dt.status span,.liveDashboard ._account_api .list-results thead .filters .w-cards-container .w-card .status.title span,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .filters .status.title span,.liveDashboard ._account_api .list-results thead .filters .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .filters .status.label span,.liveDashboard ._account_api .list-results thead .filters tbody tr.sublist .status.title span,.liveDashboard ._account_api .list-results tbody tr.sublist thead .filters .status.title span,.liveDashboard ._account_api .list-results thead .form-label.status .filters span,.liveDashboard ._account_api .list-results thead .status.status-log .filters span,.liveDashboard ._account_api .list-results thead .status.status-report-item .filters span,.liveDashboard ._account_api .list-results thead .double-list dd.status .filters span,.double-list .liveDashboard ._account_api .list-results thead dd.status .filters span,.liveDashboard ._account_api .list-results thead .double-list dt.status .filters span,.double-list .liveDashboard ._account_api .list-results thead dt.status .filters span,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title .filters span,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title .filters span,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .filters span,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label .filters span,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title .filters span,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title .filters span,._account_api .liveDashboard .list-results thead .filters .form-label.status span,._account_api .liveDashboard .list-results thead .filters .status.status-log span,._account_api .liveDashboard .list-results thead .filters .status.status-report-item span,._account_api .liveDashboard .list-results thead .filters .double-list dd.status span,.double-list ._account_api .liveDashboard .list-results thead .filters dd.status span,._account_api .liveDashboard .list-results thead .filters .double-list dt.status span,.double-list ._account_api .liveDashboard .list-results thead .filters dt.status span,._account_api .liveDashboard .list-results thead .filters .w-cards-container .w-card .status.title span,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .filters .status.title span,._account_api .liveDashboard .list-results thead .filters .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .filters .status.label span,._account_api .liveDashboard .list-results thead .filters tbody tr.sublist .status.title span,._account_api .liveDashboard .list-results tbody tr.sublist thead .filters .status.title span,._account_api .liveDashboard .list-results thead .form-label.status .filters span,._account_api .liveDashboard .list-results thead .status.status-log .filters span,._account_api .liveDashboard .list-results thead .status.status-report-item .filters span,._account_api .liveDashboard .list-results thead .double-list dd.status .filters span,.double-list ._account_api .liveDashboard .list-results thead dd.status .filters span,._account_api .liveDashboard .list-results thead .double-list dt.status .filters span,.double-list ._account_api .liveDashboard .list-results thead dt.status .filters span,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title .filters span,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title .filters span,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .filters span,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label .filters span,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title .filters span,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title .filters span,.liveDashboard .form-label.status ._account_api .list-results thead .filters span,.liveDashboard .status.status-log ._account_api .list-results thead .filters span,.liveDashboard .status.status-report-item ._account_api .list-results thead .filters span,.liveDashboard .double-list dd.status ._account_api .list-results thead .filters span,.double-list .liveDashboard dd.status ._account_api .list-results thead .filters span,.liveDashboard .double-list dt.status ._account_api .list-results thead .filters span,.double-list .liveDashboard dt.status ._account_api .list-results thead .filters span,.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead .filters span,.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead .filters span,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead .filters span,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead .filters span,.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead .filters span,.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead .filters span,.form-label.status ._account_api .liveDashboard .list-results thead .filters span,.status.status-log ._account_api .liveDashboard .list-results thead .filters span,.status.status-report-item ._account_api .liveDashboard .list-results thead .filters span,.double-list dd.status ._account_api .liveDashboard .list-results thead .filters span,.double-list dt.status ._account_api .liveDashboard .list-results thead .filters span,.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead .filters span,.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead .filters span,.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead .filters span,.liveDashboard ._account_api .list-results thead .filters .w-filters-selected label.status.small span,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small .filters span,._account_api .liveDashboard .list-results thead .filters .w-filters-selected label.status.small span,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small .filters span,.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead .filters span,.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead .filters span,.liveDashboard ._account_api .list-results thead .filters .w-filters-selected .status.btn-f-s span,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s .filters span,._account_api .liveDashboard .list-results thead .filters .w-filters-selected .status.btn-f-s span,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .filters span,.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead .filters span,.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead .filters span,.liveDashboard ._account_api .list-results thead .filters .sub-header .w-form label,.liveDashboard ._account_api .list-results thead .filters .sub-header .w-double-list label,.liveDashboard ._account_api .list-results thead .sub-header .w-form .filters label,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list .filters label,._account_api .liveDashboard .list-results thead .filters .sub-header .w-form label,._account_api .liveDashboard .list-results thead .filters .sub-header .w-double-list label,._account_api .liveDashboard .list-results thead .sub-header .w-form .filters label,._account_api .liveDashboard .list-results thead .sub-header .w-double-list .filters label,.liveDashboard .sub-header .w-form ._account_api .list-results thead .filters label,.liveDashboard .sub-header .w-double-list ._account_api .list-results thead .filters label,.sub-header .w-form ._account_api .liveDashboard .list-results thead .filters label,.sub-header .w-double-list ._account_api .liveDashboard .list-results thead .filters label,.liveDashboard ._account_api .list-results thead .filters .block-filters button:after,.liveDashboard ._account_api .list-results thead .block-filters .filters button:after,._account_api .liveDashboard .list-results thead .filters .block-filters button:after,._account_api .liveDashboard .list-results thead .block-filters .filters button:after,.liveDashboard .block-filters ._account_api .list-results thead .filters button:after,.block-filters ._account_api .liveDashboard .list-results thead .filters button:after,.liveDashboard ._account_api .list-results thead .filters .block-filters select:after,.liveDashboard ._account_api .list-results thead .block-filters .filters select:after,._account_api .liveDashboard .list-results thead .filters .block-filters select:after,._account_api .liveDashboard .list-results thead .block-filters .filters select:after,.liveDashboard .block-filters ._account_api .list-results thead .filters select:after,.block-filters ._account_api .liveDashboard .list-results thead .filters select:after,.liveDashboard ._account_api .list-results thead .filters .form-auto-list .form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .form-auto-list .filters .form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .filters .form-auto-list .form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .form-auto-list .filters .form-auto-item.is-user-is-inactive,.liveDashboard .form-auto-list ._account_api .list-results thead .filters .form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .liveDashboard .list-results thead .filters .form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .filters .form-auto-list .form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .form-auto-list .filters .form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .filters .form-auto-list .form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .form-auto-list .filters .form-auto-item.is-user-is-active,.liveDashboard .form-auto-list ._account_api .list-results thead .filters .form-auto-item.is-user-is-active,.form-auto-list ._account_api .liveDashboard .list-results thead .filters .form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .filters .list-results-header .status.title span,.liveDashboard ._account_api .list-results thead .list-results-header .status.title .filters span,._account_api .liveDashboard .list-results thead .filters .list-results-header .status.title span,._account_api .liveDashboard .list-results thead .list-results-header .status.title .filters span,.liveDashboard .list-results-header .status.title ._account_api .list-results thead .filters span,.list-results-header .status.title ._account_api .liveDashboard .list-results thead .filters span,.liveDashboard ._account_api .list-results thead .filters tr span,.liveDashboard ._account_api .list-results thead tr .filters span,._account_api .liveDashboard .list-results thead .filters tr span,._account_api .liveDashboard .list-results thead tr .filters span,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .filters .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .filters .dropdown-toggle:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .filters .filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .filters .filter,._account_api .form-label.status .liveDashboard .list-results thead .filters span,._account_api .status.status-log .liveDashboard .list-results thead .filters span,._account_api .status.status-report-item .liveDashboard .list-results thead .filters span,._account_api .double-list dd.status .liveDashboard .list-results thead .filters span,.double-list ._account_api dd.status .liveDashboard .list-results thead .filters span,._account_api .double-list dt.status .liveDashboard .list-results thead .filters span,.double-list ._account_api dt.status .liveDashboard .list-results thead .filters span,._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead .filters span,.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead .filters span,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead .filters span,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead .filters span,._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead .filters span,.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead .filters span,.form-label.status .liveDashboard ._account_api .list-results thead .filters span,.status.status-log .liveDashboard ._account_api .list-results thead .filters span,.status.status-report-item .liveDashboard ._account_api .list-results thead .filters span,.double-list dd.status .liveDashboard ._account_api .list-results thead .filters span,.double-list dt.status .liveDashboard ._account_api .list-results thead .filters span,.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead .filters span,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead .filters span,.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead .filters span,._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead .filters span,.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead .filters span,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead .filters span,.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead .filters span,._account_api .sub-header .w-form .liveDashboard .list-results thead .filters label,._account_api .sub-header .w-double-list .liveDashboard .list-results thead .filters label,.sub-header .w-form .liveDashboard ._account_api .list-results thead .filters label,.sub-header .w-double-list .liveDashboard ._account_api .list-results thead .filters label,._account_api .block-filters .liveDashboard .list-results thead .filters button:after,.block-filters .liveDashboard ._account_api .list-results thead .filters button:after,._account_api .block-filters .liveDashboard .list-results thead .filters select:after,.block-filters .liveDashboard ._account_api .list-results thead .filters select:after,._account_api .form-auto-list .liveDashboard .list-results thead .filters .form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard ._account_api .list-results thead .filters .form-auto-item.is-user-is-inactive,._account_api .form-auto-list .liveDashboard .list-results thead .filters .form-auto-item.is-user-is-active,.form-auto-list .liveDashboard ._account_api .list-results thead .filters .form-auto-item.is-user-is-active,._account_api .list-results-header .status.title .liveDashboard .list-results thead .filters span,.list-results-header .status.title .liveDashboard ._account_api .list-results thead .filters span,.filters ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .filters .dropdown-toggle:after,.filters .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .filters .dropdown-toggle:after,.filters ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filters .filter,.filters .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .filters .filter,.filters ._account_api .list-results thead .form-label.status span,.filters ._account_api .list-results thead .status.status-log span,.filters ._account_api .list-results thead .status.status-report-item span,.filters ._account_api .list-results thead .double-list dd.status span,.double-list .filters ._account_api .list-results thead dd.status span,.filters ._account_api .list-results thead .double-list dt.status span,.double-list .filters ._account_api .list-results thead dt.status span,.filters ._account_api .list-results thead .w-cards-container .w-card .status.title span,.w-cards-container .w-card .filters ._account_api .list-results thead .status.title span,.filters ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value .filters ._account_api .list-results thead .status.label span,.filters ._account_api .list-results thead tbody tr.sublist .status.title span,.filters ._account_api .list-results tbody tr.sublist thead .status.title span,._account_api .list-results thead .form-label.status .filters span,._account_api .list-results thead .status.status-log .filters span,._account_api .list-results thead .status.status-report-item .filters span,._account_api .list-results thead .double-list dd.status .filters span,.double-list ._account_api .list-results thead dd.status .filters span,._account_api .list-results thead .double-list dt.status .filters span,.double-list ._account_api .list-results thead dt.status .filters span,._account_api .list-results thead .w-cards-container .w-card .status.title .filters span,.w-cards-container .w-card ._account_api .list-results thead .status.title .filters span,._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .filters span,.w-cards-container .w-card.centered .w-value ._account_api .list-results thead .status.label .filters span,._account_api .list-results thead tbody tr.sublist .status.title .filters span,._account_api .list-results tbody tr.sublist thead .status.title .filters span,.filters .form-label.status ._account_api .list-results thead span,.filters .status.status-log ._account_api .list-results thead span,.filters .status.status-report-item ._account_api .list-results thead span,.filters .double-list dd.status ._account_api .list-results thead span,.double-list .filters dd.status ._account_api .list-results thead span,.filters .double-list dt.status ._account_api .list-results thead span,.double-list .filters dt.status ._account_api .list-results thead span,.filters .w-cards-container .w-card .status.title ._account_api .list-results thead span,.w-cards-container .w-card .filters .status.title ._account_api .list-results thead span,.filters .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span,.w-cards-container .w-card.centered .w-value .filters .status.label ._account_api .list-results thead span,.filters .list-results tbody tr.sublist .status.title ._account_api .list-results thead span,.list-results tbody tr.sublist .filters .status.title ._account_api .list-results thead span,.form-label.status ._account_api .list-results thead .filters span,.status.status-log ._account_api .list-results thead .filters span,.status.status-report-item ._account_api .list-results thead .filters span,.double-list dd.status ._account_api .list-results thead .filters span,.double-list dt.status ._account_api .list-results thead .filters span,.w-cards-container .w-card .status.title ._account_api .list-results thead .filters span,.w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead .filters span,.list-results tbody tr.sublist .status.title ._account_api .list-results thead .filters span,.filters ._account_api .list-results thead .w-filters-selected label.status.small span,._account_api .list-results thead .w-filters-selected label.status.small .filters span,.filters .w-filters-selected label.status.small ._account_api .list-results thead span,.w-filters-selected label.status.small ._account_api .list-results thead .filters span,.filters ._account_api .list-results thead .w-filters-selected .status.btn-f-s span,._account_api .list-results thead .w-filters-selected .status.btn-f-s .filters span,.filters .w-filters-selected .status.btn-f-s ._account_api .list-results thead span,.w-filters-selected .status.btn-f-s ._account_api .list-results thead .filters span,.filters ._account_api .list-results thead .sub-header .w-form label,.filters ._account_api .list-results thead .sub-header .w-double-list label,._account_api .list-results thead .sub-header .w-form .filters label,._account_api .list-results thead .sub-header .w-double-list .filters label,.filters .sub-header .w-form ._account_api .list-results thead label,.filters .sub-header .w-double-list ._account_api .list-results thead label,.sub-header .w-form ._account_api .list-results thead .filters label,.sub-header .w-double-list ._account_api .list-results thead .filters label,.filters ._account_api .list-results thead .block-filters button:after,._account_api .list-results thead .block-filters .filters button:after,.filters .block-filters ._account_api .list-results thead button:after,.block-filters ._account_api .list-results thead .filters button:after,.filters ._account_api .list-results thead .block-filters select:after,._account_api .list-results thead .block-filters .filters select:after,.filters .block-filters ._account_api .list-results thead select:after,.block-filters ._account_api .list-results thead .filters select:after,.filters ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive,._account_api .list-results thead .form-auto-list .filters .form-auto-item.is-user-is-inactive,.filters .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .list-results thead .filters .form-auto-item.is-user-is-inactive,.filters ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active,._account_api .list-results thead .form-auto-list .filters .form-auto-item.is-user-is-active,.filters .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-active,.form-auto-list ._account_api .list-results thead .filters .form-auto-item.is-user-is-active,.filters ._account_api .list-results thead .list-results-header .status.title span,._account_api .list-results thead .list-results-header .status.title .filters span,.filters .list-results-header .status.title ._account_api .list-results thead span,.list-results-header .status.title ._account_api .list-results thead .filters span,.filters ._account_api .list-results thead tr span,._account_api .list-results thead tr .filters span,.filters .sidebar-default.sidebar-default-right .sidebar-default-body .filter-group .filter-checkbox,.sidebar-default.sidebar-default-right .sidebar-default-body .filter-group .filters .filter-checkbox,.filters .add-filters-dropdown .w-add-filters-list>div.filter-group .filter-checkbox,.add-filters-dropdown .w-add-filters-list>div.filter-group .filters .filter-checkbox,.filters .filter-preset .filter-field-name button,.filter-preset .filter-field-name .filters button{padding:.75rem 1.1rem .75rem 1rem !important}.w-single-multi-level .button-default.clear,.w-single-multi-level .liveDashboard .list-results thead .clear.icon,.w-single-multi-level .liveDashboard .list-results thead .clear.w-alert-banner:before,.w-single-multi-level .liveDashboard .list-results thead .clear.w-alert-banner:before,.w-single-multi-level .liveDashboard ._account_api .list-results thead .clear.w-alert-banner:before,._account_api .w-single-multi-level .liveDashboard .list-results thead .clear.w-alert-banner:before,.w-single-multi-level .liveDashboard .list-results thead .w-dialog.plus .clear.dialog-aside:after,.w-dialog.plus .w-single-multi-level .liveDashboard .list-results thead .clear.dialog-aside:after,.w-single-multi-level .liveDashboard .list-results thead .w-toast .clear.toast.plus:after,.w-toast .w-single-multi-level .liveDashboard .list-results thead .clear.toast.plus:after,.w-single-multi-level .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .clear.btn-period-clear:before,.w-time-period .dropdown .w-selection .w-single-multi-level .liveDashboard .list-results thead .clear.btn-period-clear:before,.w-single-multi-level .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .clear.btn-filter:before,.w-time-period .dropdown .w-selection .w-single-multi-level .liveDashboard .list-results thead .clear.btn-filter:before,.w-single-multi-level .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .clear.btn-period-edit:before,.w-time-period .dropdown .w-selection .w-single-multi-level .liveDashboard .list-results thead .clear.btn-period-edit:before,.w-single-multi-level .liveDashboard .list-results thead .block-filters .clear.btn-filter:before,.block-filters .w-single-multi-level .liveDashboard .list-results thead .clear.btn-filter:before,.w-single-multi-level .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.clear,.toggleWrapper .w-single-multi-level .liveDashboard .list-results thead input.mobileToggle+label.clear,.w-single-multi-level .liveDashboard .list-results thead tbody span.clear.status,.w-single-multi-level .liveDashboard .list-results tbody thead span.clear.status,.w-single-multi-level .liveDashboard .list-results thead tbody td.is-running span.clear,.w-single-multi-level .liveDashboard .list-results tbody td.is-running thead span.clear,.w-single-multi-level .liveDashboard .list-results thead tbody td.is-pending span.clear,.w-single-multi-level .liveDashboard .list-results tbody td.is-pending thead span.clear,.w-single-multi-level .liveDashboard .list-results thead .clear.icon,.w-single-multi-level .liveDashboard .list-results thead .clear.w-alert-banner:before,.w-single-multi-level .liveDashboard .list-results thead .clear.w-alert-banner:before,.w-single-multi-level .liveDashboard ._account_api .list-results thead .clear.w-alert-banner:before,._account_api .w-single-multi-level .liveDashboard .list-results thead .clear.w-alert-banner:before,.w-single-multi-level .liveDashboard .list-results thead .w-dialog.plus .clear.dialog-aside:after,.w-dialog.plus .w-single-multi-level .liveDashboard .list-results thead .clear.dialog-aside:after,.w-single-multi-level .liveDashboard .list-results thead .w-toast .clear.toast.plus:after,.w-toast .w-single-multi-level .liveDashboard .list-results thead .clear.toast.plus:after,.w-single-multi-level .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .clear.btn-period-clear:before,.w-time-period .dropdown .w-selection .w-single-multi-level .liveDashboard .list-results thead .clear.btn-period-clear:before,.w-single-multi-level .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .clear.btn-filter:before,.w-time-period .dropdown .w-selection .w-single-multi-level .liveDashboard .list-results thead .clear.btn-filter:before,.w-single-multi-level .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .clear.btn-period-edit:before,.w-time-period .dropdown .w-selection .w-single-multi-level .liveDashboard .list-results thead .clear.btn-period-edit:before,.w-single-multi-level .liveDashboard .list-results thead .block-filters .clear.btn-filter:before,.block-filters .w-single-multi-level .liveDashboard .list-results thead .clear.btn-filter:before,.w-single-multi-level .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.clear,.toggleWrapper .w-single-multi-level .liveDashboard .list-results thead input.mobileToggle+label.clear,.w-single-multi-level .liveDashboard .list-results thead tbody span.clear.status,.w-single-multi-level .liveDashboard .list-results tbody thead span.clear.status,.w-single-multi-level .liveDashboard .list-results thead tbody td.is-running span.clear,.w-single-multi-level .liveDashboard .list-results tbody td.is-running thead span.clear,.w-single-multi-level .liveDashboard .list-results thead tbody td.is-pending span.clear,.w-single-multi-level .liveDashboard .list-results tbody td.is-pending thead span.clear,.w-single-multi-level .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .clear.dropdown-toggle:after,.w-single-multi-level .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .clear.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .w-single-multi-level .liveDashboard .list-results thead .clear.dropdown-toggle:after,.w-single-multi-level .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .clear.filter,.w-single-multi-level .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .clear.filter,.w-filter-preset.w-filter-preset .filter-preset .w-single-multi-level .liveDashboard .list-results thead .clear.filter,.w-single-multi-level .liveDashboard .list-results thead .form-label.status span.clear,.w-single-multi-level .liveDashboard .list-results thead .status.status-log span.clear,.w-single-multi-level .liveDashboard .list-results thead .status.status-report-item span.clear,.w-single-multi-level .liveDashboard .list-results thead .double-list dd.status span.clear,.double-list .w-single-multi-level .liveDashboard .list-results thead dd.status span.clear,.w-single-multi-level .liveDashboard .list-results thead .double-list dt.status span.clear,.double-list .w-single-multi-level .liveDashboard .list-results thead dt.status span.clear,.w-single-multi-level .liveDashboard .list-results thead .w-cards-container .w-card .status.title span.clear,.w-cards-container .w-card .w-single-multi-level .liveDashboard .list-results thead .status.title span.clear,.w-single-multi-level .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.clear,.w-cards-container .w-card.centered .w-value .w-single-multi-level .liveDashboard .list-results thead .status.label span.clear,.w-single-multi-level .liveDashboard .list-results thead tbody tr.sublist .status.title span.clear,.w-single-multi-level .liveDashboard .list-results tbody tr.sublist thead .status.title span.clear,.w-single-multi-level .form-label.status .liveDashboard .list-results thead span.clear,.w-single-multi-level .status.status-log .liveDashboard .list-results thead span.clear,.w-single-multi-level .status.status-report-item .liveDashboard .list-results thead span.clear,.w-single-multi-level .double-list dd.status .liveDashboard .list-results thead span.clear,.double-list .w-single-multi-level dd.status .liveDashboard .list-results thead span.clear,.w-single-multi-level .double-list dt.status .liveDashboard .list-results thead span.clear,.double-list .w-single-multi-level dt.status .liveDashboard .list-results thead span.clear,.w-single-multi-level .w-cards-container .w-card .status.title .liveDashboard .list-results thead span.clear,.w-cards-container .w-card .w-single-multi-level .status.title .liveDashboard .list-results thead span.clear,.w-single-multi-level .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.clear,.w-cards-container .w-card.centered .w-value .w-single-multi-level .status.label .liveDashboard .list-results thead span.clear,.w-single-multi-level .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.clear,.list-results tbody tr.sublist .w-single-multi-level .status.title .liveDashboard .list-results thead span.clear,.form-label.status .w-single-multi-level .liveDashboard .list-results thead span.clear,.status.status-log .w-single-multi-level .liveDashboard .list-results thead span.clear,.status.status-report-item .w-single-multi-level .liveDashboard .list-results thead span.clear,.double-list dd.status .w-single-multi-level .liveDashboard .list-results thead span.clear,.double-list dt.status .w-single-multi-level .liveDashboard .list-results thead span.clear,.w-cards-container .w-card .status.title .w-single-multi-level .liveDashboard .list-results thead span.clear,.w-cards-container .w-card.centered .w-value .status.label .w-single-multi-level .liveDashboard .list-results thead span.clear,.list-results tbody tr.sublist .status.title .w-single-multi-level .liveDashboard .list-results thead span.clear,.w-single-multi-level .liveDashboard .list-results thead .w-filters-selected label.status.small span.clear,.w-single-multi-level .w-filters-selected label.status.small .liveDashboard .list-results thead span.clear,.w-filters-selected label.status.small .w-single-multi-level .liveDashboard .list-results thead span.clear,.w-single-multi-level .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.clear,.w-single-multi-level .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.clear,.w-filters-selected .status.btn-f-s .w-single-multi-level .liveDashboard .list-results thead span.clear,.w-single-multi-level .liveDashboard .list-results thead .sub-header .w-form label.clear,.w-single-multi-level .liveDashboard .list-results thead .sub-header .w-double-list label.clear,.w-single-multi-level .sub-header .w-form .liveDashboard .list-results thead label.clear,.w-single-multi-level .sub-header .w-double-list .liveDashboard .list-results thead label.clear,.sub-header .w-form .w-single-multi-level .liveDashboard .list-results thead label.clear,.sub-header .w-double-list .w-single-multi-level .liveDashboard .list-results thead label.clear,.w-single-multi-level .liveDashboard .list-results thead .block-filters button.clear:after,.w-single-multi-level .block-filters .liveDashboard .list-results thead button.clear:after,.block-filters .w-single-multi-level .liveDashboard .list-results thead button.clear:after,.w-single-multi-level .liveDashboard .list-results thead .block-filters select.clear:after,.w-single-multi-level .block-filters .liveDashboard .list-results thead select.clear:after,.block-filters .w-single-multi-level .liveDashboard .list-results thead select.clear:after,.w-single-multi-level .liveDashboard .list-results thead .form-auto-list .clear.form-auto-item.is-user-is-inactive,.w-single-multi-level .form-auto-list .liveDashboard .list-results thead .clear.form-auto-item.is-user-is-inactive,.form-auto-list .w-single-multi-level .liveDashboard .list-results thead .clear.form-auto-item.is-user-is-inactive,.w-single-multi-level .liveDashboard .list-results thead .form-auto-list .clear.form-auto-item.is-user-is-active,.w-single-multi-level .form-auto-list .liveDashboard .list-results thead .clear.form-auto-item.is-user-is-active,.form-auto-list .w-single-multi-level .liveDashboard .list-results thead .clear.form-auto-item.is-user-is-active,.w-single-multi-level .liveDashboard .list-results thead .list-results-header .status.title span.clear,.w-single-multi-level .list-results-header .status.title .liveDashboard .list-results thead span.clear,.list-results-header .status.title .w-single-multi-level .liveDashboard .list-results thead span.clear,.w-single-multi-level .liveDashboard .list-results thead tr span.clear,.w-single-multi-level .liveDashboard ._account_api .list-results thead .clear.icon,.w-single-multi-level .liveDashboard ._account_api .list-results thead .clear.w-alert-banner:before,.w-single-multi-level .liveDashboard ._account_api .list-results thead .clear.w-alert-banner:before,.w-single-multi-level .liveDashboard ._account_api .list-results thead .clear.w-alert-banner:before,.w-single-multi-level .liveDashboard ._account_api .list-results thead .w-dialog.plus .clear.dialog-aside:after,.w-dialog.plus .w-single-multi-level .liveDashboard ._account_api .list-results thead .clear.dialog-aside:after,.w-single-multi-level .liveDashboard ._account_api .list-results thead .w-toast .clear.toast.plus:after,.w-toast .w-single-multi-level .liveDashboard ._account_api .list-results thead .clear.toast.plus:after,.w-single-multi-level .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .clear.btn-period-clear:before,.w-time-period .dropdown .w-selection .w-single-multi-level .liveDashboard ._account_api .list-results thead .clear.btn-period-clear:before,.w-single-multi-level .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .clear.btn-filter:before,.w-time-period .dropdown .w-selection .w-single-multi-level .liveDashboard ._account_api .list-results thead .clear.btn-filter:before,.w-single-multi-level .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .clear.btn-period-edit:before,.w-time-period .dropdown .w-selection .w-single-multi-level .liveDashboard ._account_api .list-results thead .clear.btn-period-edit:before,.w-single-multi-level .liveDashboard ._account_api .list-results thead .block-filters .clear.btn-filter:before,.block-filters .w-single-multi-level .liveDashboard ._account_api .list-results thead .clear.btn-filter:before,.w-single-multi-level .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label.clear,.toggleWrapper .w-single-multi-level .liveDashboard ._account_api .list-results thead input.mobileToggle+label.clear,.w-single-multi-level .liveDashboard ._account_api .list-results thead tbody span.clear.status,.w-single-multi-level .liveDashboard ._account_api .list-results tbody thead span.clear.status,.w-single-multi-level .liveDashboard ._account_api .list-results thead tbody td.is-running span.clear,.w-single-multi-level .liveDashboard ._account_api .list-results tbody td.is-running thead span.clear,.w-single-multi-level .liveDashboard ._account_api .list-results thead tbody td.is-pending span.clear,.w-single-multi-level .liveDashboard ._account_api .list-results tbody td.is-pending thead span.clear,._account_api .w-single-multi-level .liveDashboard .list-results thead .clear.icon,._account_api .w-single-multi-level .liveDashboard .list-results thead .clear.w-alert-banner:before,._account_api .w-single-multi-level .liveDashboard .list-results thead .clear.w-alert-banner:before,._account_api .w-single-multi-level .liveDashboard .list-results thead .clear.w-alert-banner:before,._account_api .w-single-multi-level .liveDashboard .list-results thead .w-dialog.plus .clear.dialog-aside:after,.w-dialog.plus ._account_api .w-single-multi-level .liveDashboard .list-results thead .clear.dialog-aside:after,._account_api .w-single-multi-level .liveDashboard .list-results thead .w-toast .clear.toast.plus:after,.w-toast ._account_api .w-single-multi-level .liveDashboard .list-results thead .clear.toast.plus:after,._account_api .w-single-multi-level .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .clear.btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .w-single-multi-level .liveDashboard .list-results thead .clear.btn-period-clear:before,._account_api .w-single-multi-level .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .clear.btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .w-single-multi-level .liveDashboard .list-results thead .clear.btn-filter:before,._account_api .w-single-multi-level .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .clear.btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .w-single-multi-level .liveDashboard .list-results thead .clear.btn-period-edit:before,._account_api .w-single-multi-level .liveDashboard .list-results thead .block-filters .clear.btn-filter:before,.block-filters ._account_api .w-single-multi-level .liveDashboard .list-results thead .clear.btn-filter:before,._account_api .w-single-multi-level .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.clear,.toggleWrapper ._account_api .w-single-multi-level .liveDashboard .list-results thead input.mobileToggle+label.clear,._account_api .w-single-multi-level .liveDashboard .list-results thead tbody span.clear.status,._account_api .w-single-multi-level .liveDashboard .list-results tbody thead span.clear.status,._account_api .w-single-multi-level .liveDashboard .list-results thead tbody td.is-running span.clear,._account_api .w-single-multi-level .liveDashboard .list-results tbody td.is-running thead span.clear,._account_api .w-single-multi-level .liveDashboard .list-results thead tbody td.is-pending span.clear,._account_api .w-single-multi-level .liveDashboard .list-results tbody td.is-pending thead span.clear,.w-single-multi-level .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .clear.dropdown-toggle:after,._account_api .w-single-multi-level .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .clear.dropdown-toggle:after,.w-single-multi-level .liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .clear.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .w-single-multi-level .liveDashboard .list-results thead .clear.dropdown-toggle:after,.w-single-multi-level .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .clear.filter,._account_api .w-single-multi-level .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .clear.filter,.w-single-multi-level .liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .clear.filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .w-single-multi-level .liveDashboard .list-results thead .clear.filter,.w-single-multi-level .liveDashboard ._account_api .list-results thead .form-label.status span.clear,.w-single-multi-level .liveDashboard ._account_api .list-results thead .status.status-log span.clear,.w-single-multi-level .liveDashboard ._account_api .list-results thead .status.status-report-item span.clear,.w-single-multi-level .liveDashboard ._account_api .list-results thead .double-list dd.status span.clear,.double-list .w-single-multi-level .liveDashboard ._account_api .list-results thead dd.status span.clear,.w-single-multi-level .liveDashboard ._account_api .list-results thead .double-list dt.status span.clear,.double-list .w-single-multi-level .liveDashboard ._account_api .list-results thead dt.status span.clear,.w-single-multi-level .liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span.clear,.w-cards-container .w-card .w-single-multi-level .liveDashboard ._account_api .list-results thead .status.title span.clear,.w-single-multi-level .liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.clear,.w-cards-container .w-card.centered .w-value .w-single-multi-level .liveDashboard ._account_api .list-results thead .status.label span.clear,.w-single-multi-level .liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span.clear,.w-single-multi-level .liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span.clear,._account_api .w-single-multi-level .liveDashboard .list-results thead .form-label.status span.clear,._account_api .w-single-multi-level .liveDashboard .list-results thead .status.status-log span.clear,._account_api .w-single-multi-level .liveDashboard .list-results thead .status.status-report-item span.clear,._account_api .w-single-multi-level .liveDashboard .list-results thead .double-list dd.status span.clear,.double-list ._account_api .w-single-multi-level .liveDashboard .list-results thead dd.status span.clear,._account_api .w-single-multi-level .liveDashboard .list-results thead .double-list dt.status span.clear,.double-list ._account_api .w-single-multi-level .liveDashboard .list-results thead dt.status span.clear,._account_api .w-single-multi-level .liveDashboard .list-results thead .w-cards-container .w-card .status.title span.clear,.w-cards-container .w-card ._account_api .w-single-multi-level .liveDashboard .list-results thead .status.title span.clear,._account_api .w-single-multi-level .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.clear,.w-cards-container .w-card.centered .w-value ._account_api .w-single-multi-level .liveDashboard .list-results thead .status.label span.clear,._account_api .w-single-multi-level .liveDashboard .list-results thead tbody tr.sublist .status.title span.clear,._account_api .w-single-multi-level .liveDashboard .list-results tbody tr.sublist thead .status.title span.clear,.w-single-multi-level .liveDashboard .form-label.status ._account_api .list-results thead span.clear,.w-single-multi-level .liveDashboard .status.status-log ._account_api .list-results thead span.clear,.w-single-multi-level .liveDashboard .status.status-report-item ._account_api .list-results thead span.clear,.w-single-multi-level .liveDashboard .double-list dd.status ._account_api .list-results thead span.clear,.double-list .w-single-multi-level .liveDashboard dd.status ._account_api .list-results thead span.clear,.w-single-multi-level .liveDashboard .double-list dt.status ._account_api .list-results thead span.clear,.double-list .w-single-multi-level .liveDashboard dt.status ._account_api .list-results thead span.clear,.w-single-multi-level .liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span.clear,.w-cards-container .w-card .w-single-multi-level .liveDashboard .status.title ._account_api .list-results thead span.clear,.w-single-multi-level .liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.clear,.w-cards-container .w-card.centered .w-value .w-single-multi-level .liveDashboard .status.label ._account_api .list-results thead span.clear,.w-single-multi-level .liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span.clear,.list-results tbody tr.sublist .w-single-multi-level .liveDashboard .status.title ._account_api .list-results thead span.clear,.form-label.status ._account_api .w-single-multi-level .liveDashboard .list-results thead span.clear,.status.status-log ._account_api .w-single-multi-level .liveDashboard .list-results thead span.clear,.status.status-report-item ._account_api .w-single-multi-level .liveDashboard .list-results thead span.clear,.double-list dd.status ._account_api .w-single-multi-level .liveDashboard .list-results thead span.clear,.double-list dt.status ._account_api .w-single-multi-level .liveDashboard .list-results thead span.clear,.w-cards-container .w-card .status.title ._account_api .w-single-multi-level .liveDashboard .list-results thead span.clear,.w-cards-container .w-card.centered .w-value .status.label ._account_api .w-single-multi-level .liveDashboard .list-results thead span.clear,.list-results tbody tr.sublist .status.title ._account_api .w-single-multi-level .liveDashboard .list-results thead span.clear,.w-single-multi-level .liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span.clear,._account_api .w-single-multi-level .liveDashboard .list-results thead .w-filters-selected label.status.small span.clear,.w-single-multi-level .liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span.clear,.w-filters-selected label.status.small ._account_api .w-single-multi-level .liveDashboard .list-results thead span.clear,.w-single-multi-level .liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span.clear,._account_api .w-single-multi-level .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.clear,.w-single-multi-level .liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span.clear,.w-filters-selected .status.btn-f-s ._account_api .w-single-multi-level .liveDashboard .list-results thead span.clear,.w-single-multi-level .liveDashboard ._account_api .list-results thead .sub-header .w-form label.clear,.w-single-multi-level .liveDashboard ._account_api .list-results thead .sub-header .w-double-list label.clear,._account_api .w-single-multi-level .liveDashboard .list-results thead .sub-header .w-form label.clear,._account_api .w-single-multi-level .liveDashboard .list-results thead .sub-header .w-double-list label.clear,.w-single-multi-level .liveDashboard .sub-header .w-form ._account_api .list-results thead label.clear,.w-single-multi-level .liveDashboard .sub-header .w-double-list ._account_api .list-results thead label.clear,.sub-header .w-form ._account_api .w-single-multi-level .liveDashboard .list-results thead label.clear,.sub-header .w-double-list ._account_api .w-single-multi-level .liveDashboard .list-results thead label.clear,.w-single-multi-level .liveDashboard ._account_api .list-results thead .block-filters button.clear:after,._account_api .w-single-multi-level .liveDashboard .list-results thead .block-filters button.clear:after,.w-single-multi-level .liveDashboard .block-filters ._account_api .list-results thead button.clear:after,.block-filters ._account_api .w-single-multi-level .liveDashboard .list-results thead button.clear:after,.w-single-multi-level .liveDashboard ._account_api .list-results thead .block-filters select.clear:after,._account_api .w-single-multi-level .liveDashboard .list-results thead .block-filters select.clear:after,.w-single-multi-level .liveDashboard .block-filters ._account_api .list-results thead select.clear:after,.block-filters ._account_api .w-single-multi-level .liveDashboard .list-results thead select.clear:after,.w-single-multi-level .liveDashboard ._account_api .list-results thead .form-auto-list .clear.form-auto-item.is-user-is-inactive,._account_api .w-single-multi-level .liveDashboard .list-results thead .form-auto-list .clear.form-auto-item.is-user-is-inactive,.w-single-multi-level .liveDashboard .form-auto-list ._account_api .list-results thead .clear.form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .w-single-multi-level .liveDashboard .list-results thead .clear.form-auto-item.is-user-is-inactive,.w-single-multi-level .liveDashboard ._account_api .list-results thead .form-auto-list .clear.form-auto-item.is-user-is-active,._account_api .w-single-multi-level .liveDashboard .list-results thead .form-auto-list .clear.form-auto-item.is-user-is-active,.w-single-multi-level .liveDashboard .form-auto-list ._account_api .list-results thead .clear.form-auto-item.is-user-is-active,.form-auto-list ._account_api .w-single-multi-level .liveDashboard .list-results thead .clear.form-auto-item.is-user-is-active,.w-single-multi-level .liveDashboard ._account_api .list-results thead .list-results-header .status.title span.clear,._account_api .w-single-multi-level .liveDashboard .list-results thead .list-results-header .status.title span.clear,.w-single-multi-level .liveDashboard .list-results-header .status.title ._account_api .list-results thead span.clear,.list-results-header .status.title ._account_api .w-single-multi-level .liveDashboard .list-results thead span.clear,.w-single-multi-level .liveDashboard ._account_api .list-results thead tr span.clear,._account_api .w-single-multi-level .liveDashboard .list-results thead tr span.clear,.w-single-multi-level .liveDashboard ._account_api .list-results thead .clear.icon,.w-single-multi-level .liveDashboard ._account_api .list-results thead .clear.w-alert-banner:before,.w-single-multi-level .liveDashboard ._account_api .list-results thead .clear.w-alert-banner:before,.w-single-multi-level .liveDashboard ._account_api .list-results thead .clear.w-alert-banner:before,.w-single-multi-level .liveDashboard ._account_api .list-results thead .w-dialog.plus .clear.dialog-aside:after,.w-dialog.plus .w-single-multi-level .liveDashboard ._account_api .list-results thead .clear.dialog-aside:after,.w-single-multi-level .liveDashboard ._account_api .list-results thead .w-toast .clear.toast.plus:after,.w-toast .w-single-multi-level .liveDashboard ._account_api .list-results thead .clear.toast.plus:after,.w-single-multi-level .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .clear.btn-period-clear:before,.w-time-period .dropdown .w-selection .w-single-multi-level .liveDashboard ._account_api .list-results thead .clear.btn-period-clear:before,.w-single-multi-level .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .clear.btn-filter:before,.w-time-period .dropdown .w-selection .w-single-multi-level .liveDashboard ._account_api .list-results thead .clear.btn-filter:before,.w-single-multi-level .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .clear.btn-period-edit:before,.w-time-period .dropdown .w-selection .w-single-multi-level .liveDashboard ._account_api .list-results thead .clear.btn-period-edit:before,.w-single-multi-level .liveDashboard ._account_api .list-results thead .block-filters .clear.btn-filter:before,.block-filters .w-single-multi-level .liveDashboard ._account_api .list-results thead .clear.btn-filter:before,.w-single-multi-level .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label.clear,.toggleWrapper .w-single-multi-level .liveDashboard ._account_api .list-results thead input.mobileToggle+label.clear,.w-single-multi-level .liveDashboard ._account_api .list-results thead tbody span.clear.status,.w-single-multi-level .liveDashboard ._account_api .list-results tbody thead span.clear.status,.w-single-multi-level .liveDashboard ._account_api .list-results thead tbody td.is-running span.clear,.w-single-multi-level .liveDashboard ._account_api .list-results tbody td.is-running thead span.clear,.w-single-multi-level .liveDashboard ._account_api .list-results thead tbody td.is-pending span.clear,.w-single-multi-level .liveDashboard ._account_api .list-results tbody td.is-pending thead span.clear,.w-single-multi-level ._account_api .liveDashboard .list-results thead .clear.icon,.w-single-multi-level ._account_api .liveDashboard .list-results thead .clear.w-alert-banner:before,.w-single-multi-level ._account_api .liveDashboard .list-results thead .clear.w-alert-banner:before,.w-single-multi-level ._account_api .liveDashboard .list-results thead .clear.w-alert-banner:before,.w-single-multi-level ._account_api .liveDashboard .list-results thead .w-dialog.plus .clear.dialog-aside:after,.w-dialog.plus .w-single-multi-level ._account_api .liveDashboard .list-results thead .clear.dialog-aside:after,.w-single-multi-level ._account_api .liveDashboard .list-results thead .w-toast .clear.toast.plus:after,.w-toast .w-single-multi-level ._account_api .liveDashboard .list-results thead .clear.toast.plus:after,.w-single-multi-level ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .clear.btn-period-clear:before,.w-time-period .dropdown .w-selection .w-single-multi-level ._account_api .liveDashboard .list-results thead .clear.btn-period-clear:before,.w-single-multi-level ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .clear.btn-filter:before,.w-time-period .dropdown .w-selection .w-single-multi-level ._account_api .liveDashboard .list-results thead .clear.btn-filter:before,.w-single-multi-level ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .clear.btn-period-edit:before,.w-time-period .dropdown .w-selection .w-single-multi-level ._account_api .liveDashboard .list-results thead .clear.btn-period-edit:before,.w-single-multi-level ._account_api .liveDashboard .list-results thead .block-filters .clear.btn-filter:before,.block-filters .w-single-multi-level ._account_api .liveDashboard .list-results thead .clear.btn-filter:before,.w-single-multi-level ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.clear,.toggleWrapper .w-single-multi-level ._account_api .liveDashboard .list-results thead input.mobileToggle+label.clear,.w-single-multi-level ._account_api .liveDashboard .list-results thead tbody span.clear.status,.w-single-multi-level ._account_api .liveDashboard .list-results tbody thead span.clear.status,.w-single-multi-level ._account_api .liveDashboard .list-results thead tbody td.is-running span.clear,.w-single-multi-level ._account_api .liveDashboard .list-results tbody td.is-running thead span.clear,.w-single-multi-level ._account_api .liveDashboard .list-results thead tbody td.is-pending span.clear,.w-single-multi-level ._account_api .liveDashboard .list-results tbody td.is-pending thead span.clear,._account_api .w-single-multi-level .liveDashboard .list-results thead .clear.icon,._account_api .w-single-multi-level .liveDashboard .list-results thead .clear.w-alert-banner:before,._account_api .w-single-multi-level .liveDashboard .list-results thead .clear.w-alert-banner:before,._account_api .w-single-multi-level .liveDashboard .list-results thead .clear.w-alert-banner:before,._account_api .w-single-multi-level .liveDashboard .list-results thead .w-dialog.plus .clear.dialog-aside:after,.w-dialog.plus ._account_api .w-single-multi-level .liveDashboard .list-results thead .clear.dialog-aside:after,._account_api .w-single-multi-level .liveDashboard .list-results thead .w-toast .clear.toast.plus:after,.w-toast ._account_api .w-single-multi-level .liveDashboard .list-results thead .clear.toast.plus:after,._account_api .w-single-multi-level .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .clear.btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .w-single-multi-level .liveDashboard .list-results thead .clear.btn-period-clear:before,._account_api .w-single-multi-level .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .clear.btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .w-single-multi-level .liveDashboard .list-results thead .clear.btn-filter:before,._account_api .w-single-multi-level .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .clear.btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .w-single-multi-level .liveDashboard .list-results thead .clear.btn-period-edit:before,._account_api .w-single-multi-level .liveDashboard .list-results thead .block-filters .clear.btn-filter:before,.block-filters ._account_api .w-single-multi-level .liveDashboard .list-results thead .clear.btn-filter:before,._account_api .w-single-multi-level .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.clear,.toggleWrapper ._account_api .w-single-multi-level .liveDashboard .list-results thead input.mobileToggle+label.clear,._account_api .w-single-multi-level .liveDashboard .list-results thead tbody span.clear.status,._account_api .w-single-multi-level .liveDashboard .list-results tbody thead span.clear.status,._account_api .w-single-multi-level .liveDashboard .list-results thead tbody td.is-running span.clear,._account_api .w-single-multi-level .liveDashboard .list-results tbody td.is-running thead span.clear,._account_api .w-single-multi-level .liveDashboard .list-results thead tbody td.is-pending span.clear,._account_api .w-single-multi-level .liveDashboard .list-results tbody td.is-pending thead span.clear,.w-single-multi-level .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .clear.dropdown-toggle:after,.w-single-multi-level ._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .clear.dropdown-toggle:after,._account_api .w-single-multi-level .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .clear.dropdown-toggle:after,.w-single-multi-level .liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .clear.dropdown-toggle:after,.w-single-multi-level .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .clear.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .w-single-multi-level .liveDashboard .list-results thead .clear.dropdown-toggle:after,.w-single-multi-level .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .clear.filter,.w-single-multi-level ._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .clear.filter,._account_api .w-single-multi-level .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .clear.filter,.w-single-multi-level .liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .clear.filter,.w-single-multi-level .w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .clear.filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .w-single-multi-level .liveDashboard .list-results thead .clear.filter,.w-single-multi-level .liveDashboard ._account_api .list-results thead .form-label.status span.clear,.w-single-multi-level .liveDashboard ._account_api .list-results thead .status.status-log span.clear,.w-single-multi-level .liveDashboard ._account_api .list-results thead .status.status-report-item span.clear,.w-single-multi-level .liveDashboard ._account_api .list-results thead .double-list dd.status span.clear,.double-list .w-single-multi-level .liveDashboard ._account_api .list-results thead dd.status span.clear,.w-single-multi-level .liveDashboard ._account_api .list-results thead .double-list dt.status span.clear,.double-list .w-single-multi-level .liveDashboard ._account_api .list-results thead dt.status span.clear,.w-single-multi-level .liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span.clear,.w-cards-container .w-card .w-single-multi-level .liveDashboard ._account_api .list-results thead .status.title span.clear,.w-single-multi-level .liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.clear,.w-cards-container .w-card.centered .w-value .w-single-multi-level .liveDashboard ._account_api .list-results thead .status.label span.clear,.w-single-multi-level .liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span.clear,.w-single-multi-level .liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span.clear,.w-single-multi-level ._account_api .liveDashboard .list-results thead .form-label.status span.clear,.w-single-multi-level ._account_api .liveDashboard .list-results thead .status.status-log span.clear,.w-single-multi-level ._account_api .liveDashboard .list-results thead .status.status-report-item span.clear,.w-single-multi-level ._account_api .liveDashboard .list-results thead .double-list dd.status span.clear,.double-list .w-single-multi-level ._account_api .liveDashboard .list-results thead dd.status span.clear,.w-single-multi-level ._account_api .liveDashboard .list-results thead .double-list dt.status span.clear,.double-list .w-single-multi-level ._account_api .liveDashboard .list-results thead dt.status span.clear,.w-single-multi-level ._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span.clear,.w-cards-container .w-card .w-single-multi-level ._account_api .liveDashboard .list-results thead .status.title span.clear,.w-single-multi-level ._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.clear,.w-cards-container .w-card.centered .w-value .w-single-multi-level ._account_api .liveDashboard .list-results thead .status.label span.clear,.w-single-multi-level ._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span.clear,.w-single-multi-level ._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span.clear,._account_api .w-single-multi-level .liveDashboard .list-results thead .form-label.status span.clear,._account_api .w-single-multi-level .liveDashboard .list-results thead .status.status-log span.clear,._account_api .w-single-multi-level .liveDashboard .list-results thead .status.status-report-item span.clear,._account_api .w-single-multi-level .liveDashboard .list-results thead .double-list dd.status span.clear,.double-list ._account_api .w-single-multi-level .liveDashboard .list-results thead dd.status span.clear,._account_api .w-single-multi-level .liveDashboard .list-results thead .double-list dt.status span.clear,.double-list ._account_api .w-single-multi-level .liveDashboard .list-results thead dt.status span.clear,._account_api .w-single-multi-level .liveDashboard .list-results thead .w-cards-container .w-card .status.title span.clear,.w-cards-container .w-card ._account_api .w-single-multi-level .liveDashboard .list-results thead .status.title span.clear,._account_api .w-single-multi-level .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.clear,.w-cards-container .w-card.centered .w-value ._account_api .w-single-multi-level .liveDashboard .list-results thead .status.label span.clear,._account_api .w-single-multi-level .liveDashboard .list-results thead tbody tr.sublist .status.title span.clear,._account_api .w-single-multi-level .liveDashboard .list-results tbody tr.sublist thead .status.title span.clear,.w-single-multi-level .liveDashboard .form-label.status ._account_api .list-results thead span.clear,.w-single-multi-level .liveDashboard .status.status-log ._account_api .list-results thead span.clear,.w-single-multi-level .liveDashboard .status.status-report-item ._account_api .list-results thead span.clear,.w-single-multi-level .liveDashboard .double-list dd.status ._account_api .list-results thead span.clear,.double-list .w-single-multi-level .liveDashboard dd.status ._account_api .list-results thead span.clear,.w-single-multi-level .liveDashboard .double-list dt.status ._account_api .list-results thead span.clear,.double-list .w-single-multi-level .liveDashboard dt.status ._account_api .list-results thead span.clear,.w-single-multi-level .liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span.clear,.w-cards-container .w-card .w-single-multi-level .liveDashboard .status.title ._account_api .list-results thead span.clear,.w-single-multi-level .liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.clear,.w-cards-container .w-card.centered .w-value .w-single-multi-level .liveDashboard .status.label ._account_api .list-results thead span.clear,.w-single-multi-level .liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span.clear,.list-results tbody tr.sublist .w-single-multi-level .liveDashboard .status.title ._account_api .list-results thead span.clear,.w-single-multi-level .form-label.status ._account_api .liveDashboard .list-results thead span.clear,.w-single-multi-level .status.status-log ._account_api .liveDashboard .list-results thead span.clear,.w-single-multi-level .status.status-report-item ._account_api .liveDashboard .list-results thead span.clear,.w-single-multi-level .double-list dd.status ._account_api .liveDashboard .list-results thead span.clear,.double-list .w-single-multi-level dd.status ._account_api .liveDashboard .list-results thead span.clear,.w-single-multi-level .double-list dt.status ._account_api .liveDashboard .list-results thead span.clear,.double-list .w-single-multi-level dt.status ._account_api .liveDashboard .list-results thead span.clear,.w-single-multi-level .w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead span.clear,.w-cards-container .w-card .w-single-multi-level .status.title ._account_api .liveDashboard .list-results thead span.clear,.w-single-multi-level .w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead span.clear,.w-cards-container .w-card.centered .w-value .w-single-multi-level .status.label ._account_api .liveDashboard .list-results thead span.clear,.w-single-multi-level .list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead span.clear,.list-results tbody tr.sublist .w-single-multi-level .status.title ._account_api .liveDashboard .list-results thead span.clear,.form-label.status ._account_api .w-single-multi-level .liveDashboard .list-results thead span.clear,.status.status-log ._account_api .w-single-multi-level .liveDashboard .list-results thead span.clear,.status.status-report-item ._account_api .w-single-multi-level .liveDashboard .list-results thead span.clear,.double-list dd.status ._account_api .w-single-multi-level .liveDashboard .list-results thead span.clear,.double-list dt.status ._account_api .w-single-multi-level .liveDashboard .list-results thead span.clear,.w-cards-container .w-card .status.title ._account_api .w-single-multi-level .liveDashboard .list-results thead span.clear,.w-cards-container .w-card.centered .w-value .status.label ._account_api .w-single-multi-level .liveDashboard .list-results thead span.clear,.list-results tbody tr.sublist .status.title ._account_api .w-single-multi-level .liveDashboard .list-results thead span.clear,.w-single-multi-level .liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span.clear,.w-single-multi-level ._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span.clear,._account_api .w-single-multi-level .liveDashboard .list-results thead .w-filters-selected label.status.small span.clear,.w-single-multi-level .liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span.clear,.w-single-multi-level .w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead span.clear,.w-filters-selected label.status.small ._account_api .w-single-multi-level .liveDashboard .list-results thead span.clear,.w-single-multi-level .liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span.clear,.w-single-multi-level ._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.clear,._account_api .w-single-multi-level .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.clear,.w-single-multi-level .liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span.clear,.w-single-multi-level .w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead span.clear,.w-filters-selected .status.btn-f-s ._account_api .w-single-multi-level .liveDashboard .list-results thead span.clear,.w-single-multi-level .liveDashboard ._account_api .list-results thead .sub-header .w-form label.clear,.w-single-multi-level .liveDashboard ._account_api .list-results thead .sub-header .w-double-list label.clear,.w-single-multi-level ._account_api .liveDashboard .list-results thead .sub-header .w-form label.clear,.w-single-multi-level ._account_api .liveDashboard .list-results thead .sub-header .w-double-list label.clear,._account_api .w-single-multi-level .liveDashboard .list-results thead .sub-header .w-form label.clear,._account_api .w-single-multi-level .liveDashboard .list-results thead .sub-header .w-double-list label.clear,.w-single-multi-level .liveDashboard .sub-header .w-form ._account_api .list-results thead label.clear,.w-single-multi-level .liveDashboard .sub-header .w-double-list ._account_api .list-results thead label.clear,.w-single-multi-level .sub-header .w-form ._account_api .liveDashboard .list-results thead label.clear,.w-single-multi-level .sub-header .w-double-list ._account_api .liveDashboard .list-results thead label.clear,.sub-header .w-form ._account_api .w-single-multi-level .liveDashboard .list-results thead label.clear,.sub-header .w-double-list ._account_api .w-single-multi-level .liveDashboard .list-results thead label.clear,.w-single-multi-level .liveDashboard ._account_api .list-results thead .block-filters button.clear:after,.w-single-multi-level ._account_api .liveDashboard .list-results thead .block-filters button.clear:after,._account_api .w-single-multi-level .liveDashboard .list-results thead .block-filters button.clear:after,.w-single-multi-level .liveDashboard .block-filters ._account_api .list-results thead button.clear:after,.w-single-multi-level .block-filters ._account_api .liveDashboard .list-results thead button.clear:after,.block-filters ._account_api .w-single-multi-level .liveDashboard .list-results thead button.clear:after,.w-single-multi-level .liveDashboard ._account_api .list-results thead .block-filters select.clear:after,.w-single-multi-level ._account_api .liveDashboard .list-results thead .block-filters select.clear:after,._account_api .w-single-multi-level .liveDashboard .list-results thead .block-filters select.clear:after,.w-single-multi-level .liveDashboard .block-filters ._account_api .list-results thead select.clear:after,.w-single-multi-level .block-filters ._account_api .liveDashboard .list-results thead select.clear:after,.block-filters ._account_api .w-single-multi-level .liveDashboard .list-results thead select.clear:after,.w-single-multi-level .liveDashboard ._account_api .list-results thead .form-auto-list .clear.form-auto-item.is-user-is-inactive,.w-single-multi-level ._account_api .liveDashboard .list-results thead .form-auto-list .clear.form-auto-item.is-user-is-inactive,._account_api .w-single-multi-level .liveDashboard .list-results thead .form-auto-list .clear.form-auto-item.is-user-is-inactive,.w-single-multi-level .liveDashboard .form-auto-list ._account_api .list-results thead .clear.form-auto-item.is-user-is-inactive,.w-single-multi-level .form-auto-list ._account_api .liveDashboard .list-results thead .clear.form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .w-single-multi-level .liveDashboard .list-results thead .clear.form-auto-item.is-user-is-inactive,.w-single-multi-level .liveDashboard ._account_api .list-results thead .form-auto-list .clear.form-auto-item.is-user-is-active,.w-single-multi-level ._account_api .liveDashboard .list-results thead .form-auto-list .clear.form-auto-item.is-user-is-active,._account_api .w-single-multi-level .liveDashboard .list-results thead .form-auto-list .clear.form-auto-item.is-user-is-active,.w-single-multi-level .liveDashboard .form-auto-list ._account_api .list-results thead .clear.form-auto-item.is-user-is-active,.w-single-multi-level .form-auto-list ._account_api .liveDashboard .list-results thead .clear.form-auto-item.is-user-is-active,.form-auto-list ._account_api .w-single-multi-level .liveDashboard .list-results thead .clear.form-auto-item.is-user-is-active,.w-single-multi-level .liveDashboard ._account_api .list-results thead .list-results-header .status.title span.clear,.w-single-multi-level ._account_api .liveDashboard .list-results thead .list-results-header .status.title span.clear,._account_api .w-single-multi-level .liveDashboard .list-results thead .list-results-header .status.title span.clear,.w-single-multi-level .liveDashboard .list-results-header .status.title ._account_api .list-results thead span.clear,.w-single-multi-level .list-results-header .status.title ._account_api .liveDashboard .list-results thead span.clear,.list-results-header .status.title ._account_api .w-single-multi-level .liveDashboard .list-results thead span.clear,.w-single-multi-level .liveDashboard ._account_api .list-results thead tr span.clear,.w-single-multi-level ._account_api .liveDashboard .list-results thead tr span.clear,._account_api .w-single-multi-level .liveDashboard .list-results thead tr span.clear,.w-single-multi-level ._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .clear.dropdown-toggle:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .w-single-multi-level .liveDashboard .list-results thead .clear.dropdown-toggle:after,.w-single-multi-level .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .clear.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .w-single-multi-level .liveDashboard ._account_api .list-results thead .clear.dropdown-toggle:after,.w-single-multi-level ._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .clear.filter,._account_api .w-filter-preset.w-filter-preset .filter-preset .w-single-multi-level .liveDashboard .list-results thead .clear.filter,.w-single-multi-level .w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .clear.filter,.w-filter-preset.w-filter-preset .filter-preset .w-single-multi-level .liveDashboard ._account_api .list-results thead .clear.filter,.w-single-multi-level ._account_api .form-label.status .liveDashboard .list-results thead span.clear,.w-single-multi-level ._account_api .status.status-log .liveDashboard .list-results thead span.clear,.w-single-multi-level ._account_api .status.status-report-item .liveDashboard .list-results thead span.clear,.w-single-multi-level ._account_api .double-list dd.status .liveDashboard .list-results thead span.clear,.double-list .w-single-multi-level ._account_api dd.status .liveDashboard .list-results thead span.clear,.w-single-multi-level ._account_api .double-list dt.status .liveDashboard .list-results thead span.clear,.double-list .w-single-multi-level ._account_api dt.status .liveDashboard .list-results thead span.clear,.w-single-multi-level ._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span.clear,.w-cards-container .w-card .w-single-multi-level ._account_api .status.title .liveDashboard .list-results thead span.clear,.w-single-multi-level ._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.clear,.w-cards-container .w-card.centered .w-value .w-single-multi-level ._account_api .status.label .liveDashboard .list-results thead span.clear,.w-single-multi-level ._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.clear,.list-results tbody tr.sublist .w-single-multi-level ._account_api .status.title .liveDashboard .list-results thead span.clear,._account_api .form-label.status .w-single-multi-level .liveDashboard .list-results thead span.clear,._account_api .status.status-log .w-single-multi-level .liveDashboard .list-results thead span.clear,._account_api .status.status-report-item .w-single-multi-level .liveDashboard .list-results thead span.clear,._account_api .double-list dd.status .w-single-multi-level .liveDashboard .list-results thead span.clear,.double-list ._account_api dd.status .w-single-multi-level .liveDashboard .list-results thead span.clear,._account_api .double-list dt.status .w-single-multi-level .liveDashboard .list-results thead span.clear,.double-list ._account_api dt.status .w-single-multi-level .liveDashboard .list-results thead span.clear,._account_api .w-cards-container .w-card .status.title .w-single-multi-level .liveDashboard .list-results thead span.clear,.w-cards-container .w-card ._account_api .status.title .w-single-multi-level .liveDashboard .list-results thead span.clear,._account_api .w-cards-container .w-card.centered .w-value .status.label .w-single-multi-level .liveDashboard .list-results thead span.clear,.w-cards-container .w-card.centered .w-value ._account_api .status.label .w-single-multi-level .liveDashboard .list-results thead span.clear,._account_api .list-results tbody tr.sublist .status.title .w-single-multi-level .liveDashboard .list-results thead span.clear,.list-results tbody tr.sublist ._account_api .status.title .w-single-multi-level .liveDashboard .list-results thead span.clear,.w-single-multi-level .form-label.status .liveDashboard ._account_api .list-results thead span.clear,.w-single-multi-level .status.status-log .liveDashboard ._account_api .list-results thead span.clear,.w-single-multi-level .status.status-report-item .liveDashboard ._account_api .list-results thead span.clear,.w-single-multi-level .double-list dd.status .liveDashboard ._account_api .list-results thead span.clear,.double-list .w-single-multi-level dd.status .liveDashboard ._account_api .list-results thead span.clear,.w-single-multi-level .double-list dt.status .liveDashboard ._account_api .list-results thead span.clear,.double-list .w-single-multi-level dt.status .liveDashboard ._account_api .list-results thead span.clear,.w-single-multi-level .w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead span.clear,.w-cards-container .w-card .w-single-multi-level .status.title .liveDashboard ._account_api .list-results thead span.clear,.w-single-multi-level .w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead span.clear,.w-cards-container .w-card.centered .w-value .w-single-multi-level .status.label .liveDashboard ._account_api .list-results thead span.clear,.w-single-multi-level .list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead span.clear,.list-results tbody tr.sublist .w-single-multi-level .status.title .liveDashboard ._account_api .list-results thead span.clear,.form-label.status .w-single-multi-level .liveDashboard ._account_api .list-results thead span.clear,.status.status-log .w-single-multi-level .liveDashboard ._account_api .list-results thead span.clear,.status.status-report-item .w-single-multi-level .liveDashboard ._account_api .list-results thead span.clear,.double-list dd.status .w-single-multi-level .liveDashboard ._account_api .list-results thead span.clear,.double-list dt.status .w-single-multi-level .liveDashboard ._account_api .list-results thead span.clear,.w-cards-container .w-card .status.title .w-single-multi-level .liveDashboard ._account_api .list-results thead span.clear,.w-cards-container .w-card.centered .w-value .status.label .w-single-multi-level .liveDashboard ._account_api .list-results thead span.clear,.list-results tbody tr.sublist .status.title .w-single-multi-level .liveDashboard ._account_api .list-results thead span.clear,.w-single-multi-level ._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span.clear,._account_api .w-filters-selected label.status.small .w-single-multi-level .liveDashboard .list-results thead span.clear,.w-single-multi-level .w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead span.clear,.w-filters-selected label.status.small .w-single-multi-level .liveDashboard ._account_api .list-results thead span.clear,.w-single-multi-level ._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.clear,._account_api .w-filters-selected .status.btn-f-s .w-single-multi-level .liveDashboard .list-results thead span.clear,.w-single-multi-level .w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead span.clear,.w-filters-selected .status.btn-f-s .w-single-multi-level .liveDashboard ._account_api .list-results thead span.clear,.w-single-multi-level ._account_api .sub-header .w-form .liveDashboard .list-results thead label.clear,.w-single-multi-level ._account_api .sub-header .w-double-list .liveDashboard .list-results thead label.clear,._account_api .sub-header .w-form .w-single-multi-level .liveDashboard .list-results thead label.clear,._account_api .sub-header .w-double-list .w-single-multi-level .liveDashboard .list-results thead label.clear,.w-single-multi-level .sub-header .w-form .liveDashboard ._account_api .list-results thead label.clear,.w-single-multi-level .sub-header .w-double-list .liveDashboard ._account_api .list-results thead label.clear,.sub-header .w-form .w-single-multi-level .liveDashboard ._account_api .list-results thead label.clear,.sub-header .w-double-list .w-single-multi-level .liveDashboard ._account_api .list-results thead label.clear,.w-single-multi-level ._account_api .block-filters .liveDashboard .list-results thead button.clear:after,._account_api .block-filters .w-single-multi-level .liveDashboard .list-results thead button.clear:after,.w-single-multi-level .block-filters .liveDashboard ._account_api .list-results thead button.clear:after,.block-filters .w-single-multi-level .liveDashboard ._account_api .list-results thead button.clear:after,.w-single-multi-level ._account_api .block-filters .liveDashboard .list-results thead select.clear:after,._account_api .block-filters .w-single-multi-level .liveDashboard .list-results thead select.clear:after,.w-single-multi-level .block-filters .liveDashboard ._account_api .list-results thead select.clear:after,.block-filters .w-single-multi-level .liveDashboard ._account_api .list-results thead select.clear:after,.w-single-multi-level ._account_api .form-auto-list .liveDashboard .list-results thead .clear.form-auto-item.is-user-is-inactive,._account_api .form-auto-list .w-single-multi-level .liveDashboard .list-results thead .clear.form-auto-item.is-user-is-inactive,.w-single-multi-level .form-auto-list .liveDashboard ._account_api .list-results thead .clear.form-auto-item.is-user-is-inactive,.form-auto-list .w-single-multi-level .liveDashboard ._account_api .list-results thead .clear.form-auto-item.is-user-is-inactive,.w-single-multi-level ._account_api .form-auto-list .liveDashboard .list-results thead .clear.form-auto-item.is-user-is-active,._account_api .form-auto-list .w-single-multi-level .liveDashboard .list-results thead .clear.form-auto-item.is-user-is-active,.w-single-multi-level .form-auto-list .liveDashboard ._account_api .list-results thead .clear.form-auto-item.is-user-is-active,.form-auto-list .w-single-multi-level .liveDashboard ._account_api .list-results thead .clear.form-auto-item.is-user-is-active,.w-single-multi-level ._account_api .list-results-header .status.title .liveDashboard .list-results thead span.clear,._account_api .list-results-header .status.title .w-single-multi-level .liveDashboard .list-results thead span.clear,.w-single-multi-level .list-results-header .status.title .liveDashboard ._account_api .list-results thead span.clear,.list-results-header .status.title .w-single-multi-level .liveDashboard ._account_api .list-results thead span.clear,.liveDashboard .list-results thead .w-single-multi-level .clear.icon,.liveDashboard .list-results thead .w-single-multi-level .clear.w-alert-banner:before,.liveDashboard .list-results thead .w-single-multi-level .clear.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-single-multi-level .clear.w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-single-multi-level .clear.w-alert-banner:before,.liveDashboard .list-results thead .w-single-multi-level .w-dialog.plus .clear.dialog-aside:after,.w-dialog.plus .liveDashboard .list-results thead .w-single-multi-level .clear.dialog-aside:after,.liveDashboard .list-results thead .w-single-multi-level .w-toast .clear.toast.plus:after,.w-toast .liveDashboard .list-results thead .w-single-multi-level .clear.toast.plus:after,.liveDashboard .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .clear.btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .w-single-multi-level .clear.btn-period-clear:before,.liveDashboard .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .clear.btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .w-single-multi-level .clear.btn-filter:before,.liveDashboard .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .clear.btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .w-single-multi-level .clear.btn-period-edit:before,.liveDashboard .list-results thead .w-single-multi-level .block-filters .clear.btn-filter:before,.block-filters .liveDashboard .list-results thead .w-single-multi-level .clear.btn-filter:before,.liveDashboard .list-results thead .w-single-multi-level .toggleWrapper input.mobileToggle+label.clear,.toggleWrapper .liveDashboard .list-results thead .w-single-multi-level input.mobileToggle+label.clear,.liveDashboard .list-results thead .w-single-multi-level tbody span.clear.status,.liveDashboard .list-results tbody thead .w-single-multi-level span.clear.status,.liveDashboard .list-results thead .w-single-multi-level tbody td.is-running span.clear,.liveDashboard .list-results tbody td.is-running thead .w-single-multi-level span.clear,.liveDashboard .list-results thead .w-single-multi-level tbody td.is-pending span.clear,.liveDashboard .list-results tbody td.is-pending thead .w-single-multi-level span.clear,.liveDashboard .list-results thead .w-single-multi-level .clear.icon,.liveDashboard .list-results thead .w-single-multi-level .clear.w-alert-banner:before,.liveDashboard .list-results thead .w-single-multi-level .clear.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-single-multi-level .clear.w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-single-multi-level .clear.w-alert-banner:before,.liveDashboard .list-results thead .w-single-multi-level .w-dialog.plus .clear.dialog-aside:after,.w-dialog.plus .liveDashboard .list-results thead .w-single-multi-level .clear.dialog-aside:after,.liveDashboard .list-results thead .w-single-multi-level .w-toast .clear.toast.plus:after,.w-toast .liveDashboard .list-results thead .w-single-multi-level .clear.toast.plus:after,.liveDashboard .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .clear.btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .w-single-multi-level .clear.btn-period-clear:before,.liveDashboard .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .clear.btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .w-single-multi-level .clear.btn-filter:before,.liveDashboard .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .clear.btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .w-single-multi-level .clear.btn-period-edit:before,.liveDashboard .list-results thead .w-single-multi-level .block-filters .clear.btn-filter:before,.block-filters .liveDashboard .list-results thead .w-single-multi-level .clear.btn-filter:before,.liveDashboard .list-results thead .w-single-multi-level .toggleWrapper input.mobileToggle+label.clear,.toggleWrapper .liveDashboard .list-results thead .w-single-multi-level input.mobileToggle+label.clear,.liveDashboard .list-results thead .w-single-multi-level tbody span.clear.status,.liveDashboard .list-results tbody thead .w-single-multi-level span.clear.status,.liveDashboard .list-results thead .w-single-multi-level tbody td.is-running span.clear,.liveDashboard .list-results tbody td.is-running thead .w-single-multi-level span.clear,.liveDashboard .list-results thead .w-single-multi-level tbody td.is-pending span.clear,.liveDashboard .list-results tbody td.is-pending thead .w-single-multi-level span.clear,.liveDashboard .list-results thead .w-single-multi-level .w-filter-preset.w-filter-preset .filter-preset .dropdown .clear.dropdown-toggle:after,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .w-single-multi-level .clear.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .w-single-multi-level .clear.dropdown-toggle:after,.liveDashboard .list-results thead .w-single-multi-level .w-filter-preset.w-filter-preset .filter-preset .clear.filter,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .w-single-multi-level .clear.filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .w-single-multi-level .clear.filter,.liveDashboard .list-results thead .w-single-multi-level .form-label.status span.clear,.liveDashboard .list-results thead .w-single-multi-level .status.status-log span.clear,.liveDashboard .list-results thead .w-single-multi-level .status.status-report-item span.clear,.liveDashboard .list-results thead .w-single-multi-level .double-list dd.status span.clear,.double-list .liveDashboard .list-results thead .w-single-multi-level dd.status span.clear,.liveDashboard .list-results thead .w-single-multi-level .double-list dt.status span.clear,.double-list .liveDashboard .list-results thead .w-single-multi-level dt.status span.clear,.liveDashboard .list-results thead .w-single-multi-level .w-cards-container .w-card .status.title span.clear,.w-cards-container .w-card .liveDashboard .list-results thead .w-single-multi-level .status.title span.clear,.liveDashboard .list-results thead .w-single-multi-level .w-cards-container .w-card.centered .w-value .status.label span.clear,.w-cards-container .w-card.centered .w-value .liveDashboard .list-results thead .w-single-multi-level .status.label span.clear,.liveDashboard .list-results thead .w-single-multi-level tbody tr.sublist .status.title span.clear,.liveDashboard .list-results tbody tr.sublist thead .w-single-multi-level .status.title span.clear,.liveDashboard .list-results thead .form-label.status .w-single-multi-level span.clear,.liveDashboard .list-results thead .status.status-log .w-single-multi-level span.clear,.liveDashboard .list-results thead .status.status-report-item .w-single-multi-level span.clear,.liveDashboard .list-results thead .double-list dd.status .w-single-multi-level span.clear,.double-list .liveDashboard .list-results thead dd.status .w-single-multi-level span.clear,.liveDashboard .list-results thead .double-list dt.status .w-single-multi-level span.clear,.double-list .liveDashboard .list-results thead dt.status .w-single-multi-level span.clear,.liveDashboard .list-results thead .w-cards-container .w-card .status.title .w-single-multi-level span.clear,.w-cards-container .w-card .liveDashboard .list-results thead .status.title .w-single-multi-level span.clear,.liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .w-single-multi-level span.clear,.w-cards-container .w-card.centered .w-value .liveDashboard .list-results thead .status.label .w-single-multi-level span.clear,.liveDashboard .list-results thead tbody tr.sublist .status.title .w-single-multi-level span.clear,.liveDashboard .list-results tbody tr.sublist thead .status.title .w-single-multi-level span.clear,.form-label.status .liveDashboard .list-results thead .w-single-multi-level span.clear,.status.status-log .liveDashboard .list-results thead .w-single-multi-level span.clear,.status.status-report-item .liveDashboard .list-results thead .w-single-multi-level span.clear,.double-list dd.status .liveDashboard .list-results thead .w-single-multi-level span.clear,.double-list dt.status .liveDashboard .list-results thead .w-single-multi-level span.clear,.w-cards-container .w-card .status.title .liveDashboard .list-results thead .w-single-multi-level span.clear,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead .w-single-multi-level span.clear,.list-results tbody tr.sublist .status.title .liveDashboard .list-results thead .w-single-multi-level span.clear,.liveDashboard .list-results thead .w-single-multi-level .w-filters-selected label.status.small span.clear,.liveDashboard .list-results thead .w-filters-selected label.status.small .w-single-multi-level span.clear,.w-filters-selected label.status.small .liveDashboard .list-results thead .w-single-multi-level span.clear,.liveDashboard .list-results thead .w-single-multi-level .w-filters-selected .status.btn-f-s span.clear,.liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .w-single-multi-level span.clear,.w-filters-selected .status.btn-f-s .liveDashboard .list-results thead .w-single-multi-level span.clear,.liveDashboard .list-results thead .w-single-multi-level .sub-header .w-form label.clear,.liveDashboard .list-results thead .w-single-multi-level .sub-header .w-double-list label.clear,.liveDashboard .list-results thead .sub-header .w-form .w-single-multi-level label.clear,.liveDashboard .list-results thead .sub-header .w-double-list .w-single-multi-level label.clear,.sub-header .w-form .liveDashboard .list-results thead .w-single-multi-level label.clear,.sub-header .w-double-list .liveDashboard .list-results thead .w-single-multi-level label.clear,.liveDashboard .list-results thead .w-single-multi-level .block-filters button.clear:after,.liveDashboard .list-results thead .block-filters .w-single-multi-level button.clear:after,.block-filters .liveDashboard .list-results thead .w-single-multi-level button.clear:after,.liveDashboard .list-results thead .w-single-multi-level .block-filters select.clear:after,.liveDashboard .list-results thead .block-filters .w-single-multi-level select.clear:after,.block-filters .liveDashboard .list-results thead .w-single-multi-level select.clear:after,.liveDashboard .list-results thead .w-single-multi-level .form-auto-list .clear.form-auto-item.is-user-is-inactive,.liveDashboard .list-results thead .form-auto-list .w-single-multi-level .clear.form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard .list-results thead .w-single-multi-level .clear.form-auto-item.is-user-is-inactive,.liveDashboard .list-results thead .w-single-multi-level .form-auto-list .clear.form-auto-item.is-user-is-active,.liveDashboard .list-results thead .form-auto-list .w-single-multi-level .clear.form-auto-item.is-user-is-active,.form-auto-list .liveDashboard .list-results thead .w-single-multi-level .clear.form-auto-item.is-user-is-active,.liveDashboard .list-results thead .w-single-multi-level .list-results-header .status.title span.clear,.liveDashboard .list-results thead .list-results-header .status.title .w-single-multi-level span.clear,.list-results-header .status.title .liveDashboard .list-results thead .w-single-multi-level span.clear,.liveDashboard .list-results thead .w-single-multi-level tr span.clear,.liveDashboard .list-results thead tr .w-single-multi-level span.clear,.liveDashboard ._account_api .list-results thead .w-single-multi-level .clear.icon,.liveDashboard ._account_api .list-results thead .w-single-multi-level .clear.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-single-multi-level .clear.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-single-multi-level .clear.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-dialog.plus .clear.dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .w-single-multi-level .clear.dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-toast .clear.toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .w-single-multi-level .clear.toast.plus:after,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .clear.btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .w-single-multi-level .clear.btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .clear.btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .w-single-multi-level .clear.btn-filter:before,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .clear.btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .w-single-multi-level .clear.btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-single-multi-level .block-filters .clear.btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .w-single-multi-level .clear.btn-filter:before,.liveDashboard ._account_api .list-results thead .w-single-multi-level .toggleWrapper input.mobileToggle+label.clear,.toggleWrapper .liveDashboard ._account_api .list-results thead .w-single-multi-level input.mobileToggle+label.clear,.liveDashboard ._account_api .list-results thead .w-single-multi-level tbody span.clear.status,.liveDashboard ._account_api .list-results tbody thead .w-single-multi-level span.clear.status,.liveDashboard ._account_api .list-results thead .w-single-multi-level tbody td.is-running span.clear,.liveDashboard ._account_api .list-results tbody td.is-running thead .w-single-multi-level span.clear,.liveDashboard ._account_api .list-results thead .w-single-multi-level tbody td.is-pending span.clear,.liveDashboard ._account_api .list-results tbody td.is-pending thead .w-single-multi-level span.clear,._account_api .liveDashboard .list-results thead .w-single-multi-level .clear.icon,._account_api .liveDashboard .list-results thead .w-single-multi-level .clear.w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-single-multi-level .clear.w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-single-multi-level .clear.w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-dialog.plus .clear.dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .w-single-multi-level .clear.dialog-aside:after,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-toast .clear.toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .w-single-multi-level .clear.toast.plus:after,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .clear.btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .w-single-multi-level .clear.btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .clear.btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .w-single-multi-level .clear.btn-filter:before,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .clear.btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .w-single-multi-level .clear.btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-single-multi-level .block-filters .clear.btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .w-single-multi-level .clear.btn-filter:before,._account_api .liveDashboard .list-results thead .w-single-multi-level .toggleWrapper input.mobileToggle+label.clear,.toggleWrapper ._account_api .liveDashboard .list-results thead .w-single-multi-level input.mobileToggle+label.clear,._account_api .liveDashboard .list-results thead .w-single-multi-level tbody span.clear.status,._account_api .liveDashboard .list-results tbody thead .w-single-multi-level span.clear.status,._account_api .liveDashboard .list-results thead .w-single-multi-level tbody td.is-running span.clear,._account_api .liveDashboard .list-results tbody td.is-running thead .w-single-multi-level span.clear,._account_api .liveDashboard .list-results thead .w-single-multi-level tbody td.is-pending span.clear,._account_api .liveDashboard .list-results tbody td.is-pending thead .w-single-multi-level span.clear,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-filter-preset.w-filter-preset .filter-preset .dropdown .clear.dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-filter-preset.w-filter-preset .filter-preset .dropdown .clear.dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .w-single-multi-level .clear.dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .w-single-multi-level .clear.dropdown-toggle:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .w-single-multi-level .clear.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .w-single-multi-level .clear.dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-filter-preset.w-filter-preset .filter-preset .clear.filter,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-filter-preset.w-filter-preset .filter-preset .clear.filter,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .w-single-multi-level .clear.filter,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .w-single-multi-level .clear.filter,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .w-single-multi-level .clear.filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .w-single-multi-level .clear.filter,.liveDashboard ._account_api .list-results thead .w-single-multi-level .form-label.status span.clear,.liveDashboard ._account_api .list-results thead .w-single-multi-level .status.status-log span.clear,.liveDashboard ._account_api .list-results thead .w-single-multi-level .status.status-report-item span.clear,.liveDashboard ._account_api .list-results thead .w-single-multi-level .double-list dd.status span.clear,.double-list .liveDashboard ._account_api .list-results thead .w-single-multi-level dd.status span.clear,.liveDashboard ._account_api .list-results thead .w-single-multi-level .double-list dt.status span.clear,.double-list .liveDashboard ._account_api .list-results thead .w-single-multi-level dt.status span.clear,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-cards-container .w-card .status.title span.clear,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .w-single-multi-level .status.title span.clear,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-cards-container .w-card.centered .w-value .status.label span.clear,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .w-single-multi-level .status.label span.clear,.liveDashboard ._account_api .list-results thead .w-single-multi-level tbody tr.sublist .status.title span.clear,.liveDashboard ._account_api .list-results tbody tr.sublist thead .w-single-multi-level .status.title span.clear,._account_api .liveDashboard .list-results thead .w-single-multi-level .form-label.status span.clear,._account_api .liveDashboard .list-results thead .w-single-multi-level .status.status-log span.clear,._account_api .liveDashboard .list-results thead .w-single-multi-level .status.status-report-item span.clear,._account_api .liveDashboard .list-results thead .w-single-multi-level .double-list dd.status span.clear,.double-list ._account_api .liveDashboard .list-results thead .w-single-multi-level dd.status span.clear,._account_api .liveDashboard .list-results thead .w-single-multi-level .double-list dt.status span.clear,.double-list ._account_api .liveDashboard .list-results thead .w-single-multi-level dt.status span.clear,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-cards-container .w-card .status.title span.clear,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .w-single-multi-level .status.title span.clear,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-cards-container .w-card.centered .w-value .status.label span.clear,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .w-single-multi-level .status.label span.clear,._account_api .liveDashboard .list-results thead .w-single-multi-level tbody tr.sublist .status.title span.clear,._account_api .liveDashboard .list-results tbody tr.sublist thead .w-single-multi-level .status.title span.clear,.liveDashboard ._account_api .list-results thead .form-label.status .w-single-multi-level span.clear,.liveDashboard ._account_api .list-results thead .status.status-log .w-single-multi-level span.clear,.liveDashboard ._account_api .list-results thead .status.status-report-item .w-single-multi-level span.clear,.liveDashboard ._account_api .list-results thead .double-list dd.status .w-single-multi-level span.clear,.double-list .liveDashboard ._account_api .list-results thead dd.status .w-single-multi-level span.clear,.liveDashboard ._account_api .list-results thead .double-list dt.status .w-single-multi-level span.clear,.double-list .liveDashboard ._account_api .list-results thead dt.status .w-single-multi-level span.clear,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title .w-single-multi-level span.clear,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title .w-single-multi-level span.clear,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .w-single-multi-level span.clear,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label .w-single-multi-level span.clear,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title .w-single-multi-level span.clear,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title .w-single-multi-level span.clear,._account_api .liveDashboard .list-results thead .form-label.status .w-single-multi-level span.clear,._account_api .liveDashboard .list-results thead .status.status-log .w-single-multi-level span.clear,._account_api .liveDashboard .list-results thead .status.status-report-item .w-single-multi-level span.clear,._account_api .liveDashboard .list-results thead .double-list dd.status .w-single-multi-level span.clear,.double-list ._account_api .liveDashboard .list-results thead dd.status .w-single-multi-level span.clear,._account_api .liveDashboard .list-results thead .double-list dt.status .w-single-multi-level span.clear,.double-list ._account_api .liveDashboard .list-results thead dt.status .w-single-multi-level span.clear,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title .w-single-multi-level span.clear,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title .w-single-multi-level span.clear,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .w-single-multi-level span.clear,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label .w-single-multi-level span.clear,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title .w-single-multi-level span.clear,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title .w-single-multi-level span.clear,.liveDashboard .form-label.status ._account_api .list-results thead .w-single-multi-level span.clear,.liveDashboard .status.status-log ._account_api .list-results thead .w-single-multi-level span.clear,.liveDashboard .status.status-report-item ._account_api .list-results thead .w-single-multi-level span.clear,.liveDashboard .double-list dd.status ._account_api .list-results thead .w-single-multi-level span.clear,.double-list .liveDashboard dd.status ._account_api .list-results thead .w-single-multi-level span.clear,.liveDashboard .double-list dt.status ._account_api .list-results thead .w-single-multi-level span.clear,.double-list .liveDashboard dt.status ._account_api .list-results thead .w-single-multi-level span.clear,.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead .w-single-multi-level span.clear,.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead .w-single-multi-level span.clear,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead .w-single-multi-level span.clear,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead .w-single-multi-level span.clear,.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead .w-single-multi-level span.clear,.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead .w-single-multi-level span.clear,.form-label.status ._account_api .liveDashboard .list-results thead .w-single-multi-level span.clear,.status.status-log ._account_api .liveDashboard .list-results thead .w-single-multi-level span.clear,.status.status-report-item ._account_api .liveDashboard .list-results thead .w-single-multi-level span.clear,.double-list dd.status ._account_api .liveDashboard .list-results thead .w-single-multi-level span.clear,.double-list dt.status ._account_api .liveDashboard .list-results thead .w-single-multi-level span.clear,.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead .w-single-multi-level span.clear,.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead .w-single-multi-level span.clear,.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead .w-single-multi-level span.clear,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-filters-selected label.status.small span.clear,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-filters-selected label.status.small span.clear,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small .w-single-multi-level span.clear,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small .w-single-multi-level span.clear,.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead .w-single-multi-level span.clear,.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead .w-single-multi-level span.clear,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-filters-selected .status.btn-f-s span.clear,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-filters-selected .status.btn-f-s span.clear,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s .w-single-multi-level span.clear,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .w-single-multi-level span.clear,.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead .w-single-multi-level span.clear,.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead .w-single-multi-level span.clear,.liveDashboard ._account_api .list-results thead .w-single-multi-level .sub-header .w-form label.clear,.liveDashboard ._account_api .list-results thead .w-single-multi-level .sub-header .w-double-list label.clear,._account_api .liveDashboard .list-results thead .w-single-multi-level .sub-header .w-form label.clear,._account_api .liveDashboard .list-results thead .w-single-multi-level .sub-header .w-double-list label.clear,.liveDashboard ._account_api .list-results thead .sub-header .w-form .w-single-multi-level label.clear,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list .w-single-multi-level label.clear,._account_api .liveDashboard .list-results thead .sub-header .w-form .w-single-multi-level label.clear,._account_api .liveDashboard .list-results thead .sub-header .w-double-list .w-single-multi-level label.clear,.liveDashboard .sub-header .w-form ._account_api .list-results thead .w-single-multi-level label.clear,.liveDashboard .sub-header .w-double-list ._account_api .list-results thead .w-single-multi-level label.clear,.sub-header .w-form ._account_api .liveDashboard .list-results thead .w-single-multi-level label.clear,.sub-header .w-double-list ._account_api .liveDashboard .list-results thead .w-single-multi-level label.clear,.liveDashboard ._account_api .list-results thead .w-single-multi-level .block-filters button.clear:after,._account_api .liveDashboard .list-results thead .w-single-multi-level .block-filters button.clear:after,.liveDashboard ._account_api .list-results thead .block-filters .w-single-multi-level button.clear:after,._account_api .liveDashboard .list-results thead .block-filters .w-single-multi-level button.clear:after,.liveDashboard .block-filters ._account_api .list-results thead .w-single-multi-level button.clear:after,.block-filters ._account_api .liveDashboard .list-results thead .w-single-multi-level button.clear:after,.liveDashboard ._account_api .list-results thead .w-single-multi-level .block-filters select.clear:after,._account_api .liveDashboard .list-results thead .w-single-multi-level .block-filters select.clear:after,.liveDashboard ._account_api .list-results thead .block-filters .w-single-multi-level select.clear:after,._account_api .liveDashboard .list-results thead .block-filters .w-single-multi-level select.clear:after,.liveDashboard .block-filters ._account_api .list-results thead .w-single-multi-level select.clear:after,.block-filters ._account_api .liveDashboard .list-results thead .w-single-multi-level select.clear:after,.liveDashboard ._account_api .list-results thead .w-single-multi-level .form-auto-list .clear.form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .w-single-multi-level .form-auto-list .clear.form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .form-auto-list .w-single-multi-level .clear.form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .form-auto-list .w-single-multi-level .clear.form-auto-item.is-user-is-inactive,.liveDashboard .form-auto-list ._account_api .list-results thead .w-single-multi-level .clear.form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .liveDashboard .list-results thead .w-single-multi-level .clear.form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .w-single-multi-level .form-auto-list .clear.form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .w-single-multi-level .form-auto-list .clear.form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .form-auto-list .w-single-multi-level .clear.form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .form-auto-list .w-single-multi-level .clear.form-auto-item.is-user-is-active,.liveDashboard .form-auto-list ._account_api .list-results thead .w-single-multi-level .clear.form-auto-item.is-user-is-active,.form-auto-list ._account_api .liveDashboard .list-results thead .w-single-multi-level .clear.form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .w-single-multi-level .list-results-header .status.title span.clear,._account_api .liveDashboard .list-results thead .w-single-multi-level .list-results-header .status.title span.clear,.liveDashboard ._account_api .list-results thead .list-results-header .status.title .w-single-multi-level span.clear,._account_api .liveDashboard .list-results thead .list-results-header .status.title .w-single-multi-level span.clear,.liveDashboard .list-results-header .status.title ._account_api .list-results thead .w-single-multi-level span.clear,.list-results-header .status.title ._account_api .liveDashboard .list-results thead .w-single-multi-level span.clear,.liveDashboard ._account_api .list-results thead .w-single-multi-level tr span.clear,._account_api .liveDashboard .list-results thead .w-single-multi-level tr span.clear,.liveDashboard ._account_api .list-results thead tr .w-single-multi-level span.clear,._account_api .liveDashboard .list-results thead tr .w-single-multi-level span.clear,.liveDashboard ._account_api .list-results thead .w-single-multi-level .clear.icon,.liveDashboard ._account_api .list-results thead .w-single-multi-level .clear.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-single-multi-level .clear.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-single-multi-level .clear.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-dialog.plus .clear.dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .w-single-multi-level .clear.dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-toast .clear.toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .w-single-multi-level .clear.toast.plus:after,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .clear.btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .w-single-multi-level .clear.btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .clear.btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .w-single-multi-level .clear.btn-filter:before,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .clear.btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .w-single-multi-level .clear.btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-single-multi-level .block-filters .clear.btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .w-single-multi-level .clear.btn-filter:before,.liveDashboard ._account_api .list-results thead .w-single-multi-level .toggleWrapper input.mobileToggle+label.clear,.toggleWrapper .liveDashboard ._account_api .list-results thead .w-single-multi-level input.mobileToggle+label.clear,.liveDashboard ._account_api .list-results thead .w-single-multi-level tbody span.clear.status,.liveDashboard ._account_api .list-results tbody thead .w-single-multi-level span.clear.status,.liveDashboard ._account_api .list-results thead .w-single-multi-level tbody td.is-running span.clear,.liveDashboard ._account_api .list-results tbody td.is-running thead .w-single-multi-level span.clear,.liveDashboard ._account_api .list-results thead .w-single-multi-level tbody td.is-pending span.clear,.liveDashboard ._account_api .list-results tbody td.is-pending thead .w-single-multi-level span.clear,._account_api .liveDashboard .list-results thead .w-single-multi-level .clear.icon,._account_api .liveDashboard .list-results thead .w-single-multi-level .clear.w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-single-multi-level .clear.w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-single-multi-level .clear.w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-dialog.plus .clear.dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .w-single-multi-level .clear.dialog-aside:after,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-toast .clear.toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .w-single-multi-level .clear.toast.plus:after,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .clear.btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .w-single-multi-level .clear.btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .clear.btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .w-single-multi-level .clear.btn-filter:before,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .clear.btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .w-single-multi-level .clear.btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-single-multi-level .block-filters .clear.btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .w-single-multi-level .clear.btn-filter:before,._account_api .liveDashboard .list-results thead .w-single-multi-level .toggleWrapper input.mobileToggle+label.clear,.toggleWrapper ._account_api .liveDashboard .list-results thead .w-single-multi-level input.mobileToggle+label.clear,._account_api .liveDashboard .list-results thead .w-single-multi-level tbody span.clear.status,._account_api .liveDashboard .list-results tbody thead .w-single-multi-level span.clear.status,._account_api .liveDashboard .list-results thead .w-single-multi-level tbody td.is-running span.clear,._account_api .liveDashboard .list-results tbody td.is-running thead .w-single-multi-level span.clear,._account_api .liveDashboard .list-results thead .w-single-multi-level tbody td.is-pending span.clear,._account_api .liveDashboard .list-results tbody td.is-pending thead .w-single-multi-level span.clear,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-filter-preset.w-filter-preset .filter-preset .dropdown .clear.dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .w-single-multi-level .clear.dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-filter-preset.w-filter-preset .filter-preset .dropdown .clear.dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .w-single-multi-level .clear.dropdown-toggle:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .w-single-multi-level .clear.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .w-single-multi-level .clear.dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-filter-preset.w-filter-preset .filter-preset .clear.filter,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .w-single-multi-level .clear.filter,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-filter-preset.w-filter-preset .filter-preset .clear.filter,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .w-single-multi-level .clear.filter,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .w-single-multi-level .clear.filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .w-single-multi-level .clear.filter,.liveDashboard ._account_api .list-results thead .w-single-multi-level .form-label.status span.clear,.liveDashboard ._account_api .list-results thead .w-single-multi-level .status.status-log span.clear,.liveDashboard ._account_api .list-results thead .w-single-multi-level .status.status-report-item span.clear,.liveDashboard ._account_api .list-results thead .w-single-multi-level .double-list dd.status span.clear,.double-list .liveDashboard ._account_api .list-results thead .w-single-multi-level dd.status span.clear,.liveDashboard ._account_api .list-results thead .w-single-multi-level .double-list dt.status span.clear,.double-list .liveDashboard ._account_api .list-results thead .w-single-multi-level dt.status span.clear,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-cards-container .w-card .status.title span.clear,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .w-single-multi-level .status.title span.clear,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-cards-container .w-card.centered .w-value .status.label span.clear,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .w-single-multi-level .status.label span.clear,.liveDashboard ._account_api .list-results thead .w-single-multi-level tbody tr.sublist .status.title span.clear,.liveDashboard ._account_api .list-results tbody tr.sublist thead .w-single-multi-level .status.title span.clear,.liveDashboard ._account_api .list-results thead .form-label.status .w-single-multi-level span.clear,.liveDashboard ._account_api .list-results thead .status.status-log .w-single-multi-level span.clear,.liveDashboard ._account_api .list-results thead .status.status-report-item .w-single-multi-level span.clear,.liveDashboard ._account_api .list-results thead .double-list dd.status .w-single-multi-level span.clear,.double-list .liveDashboard ._account_api .list-results thead dd.status .w-single-multi-level span.clear,.liveDashboard ._account_api .list-results thead .double-list dt.status .w-single-multi-level span.clear,.double-list .liveDashboard ._account_api .list-results thead dt.status .w-single-multi-level span.clear,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title .w-single-multi-level span.clear,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title .w-single-multi-level span.clear,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .w-single-multi-level span.clear,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label .w-single-multi-level span.clear,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title .w-single-multi-level span.clear,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title .w-single-multi-level span.clear,._account_api .liveDashboard .list-results thead .w-single-multi-level .form-label.status span.clear,._account_api .liveDashboard .list-results thead .w-single-multi-level .status.status-log span.clear,._account_api .liveDashboard .list-results thead .w-single-multi-level .status.status-report-item span.clear,._account_api .liveDashboard .list-results thead .w-single-multi-level .double-list dd.status span.clear,.double-list ._account_api .liveDashboard .list-results thead .w-single-multi-level dd.status span.clear,._account_api .liveDashboard .list-results thead .w-single-multi-level .double-list dt.status span.clear,.double-list ._account_api .liveDashboard .list-results thead .w-single-multi-level dt.status span.clear,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-cards-container .w-card .status.title span.clear,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .w-single-multi-level .status.title span.clear,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-cards-container .w-card.centered .w-value .status.label span.clear,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .w-single-multi-level .status.label span.clear,._account_api .liveDashboard .list-results thead .w-single-multi-level tbody tr.sublist .status.title span.clear,._account_api .liveDashboard .list-results tbody tr.sublist thead .w-single-multi-level .status.title span.clear,._account_api .liveDashboard .list-results thead .form-label.status .w-single-multi-level span.clear,._account_api .liveDashboard .list-results thead .status.status-log .w-single-multi-level span.clear,._account_api .liveDashboard .list-results thead .status.status-report-item .w-single-multi-level span.clear,._account_api .liveDashboard .list-results thead .double-list dd.status .w-single-multi-level span.clear,.double-list ._account_api .liveDashboard .list-results thead dd.status .w-single-multi-level span.clear,._account_api .liveDashboard .list-results thead .double-list dt.status .w-single-multi-level span.clear,.double-list ._account_api .liveDashboard .list-results thead dt.status .w-single-multi-level span.clear,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title .w-single-multi-level span.clear,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title .w-single-multi-level span.clear,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .w-single-multi-level span.clear,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label .w-single-multi-level span.clear,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title .w-single-multi-level span.clear,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title .w-single-multi-level span.clear,.liveDashboard .form-label.status ._account_api .list-results thead .w-single-multi-level span.clear,.liveDashboard .status.status-log ._account_api .list-results thead .w-single-multi-level span.clear,.liveDashboard .status.status-report-item ._account_api .list-results thead .w-single-multi-level span.clear,.liveDashboard .double-list dd.status ._account_api .list-results thead .w-single-multi-level span.clear,.double-list .liveDashboard dd.status ._account_api .list-results thead .w-single-multi-level span.clear,.liveDashboard .double-list dt.status ._account_api .list-results thead .w-single-multi-level span.clear,.double-list .liveDashboard dt.status ._account_api .list-results thead .w-single-multi-level span.clear,.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead .w-single-multi-level span.clear,.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead .w-single-multi-level span.clear,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead .w-single-multi-level span.clear,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead .w-single-multi-level span.clear,.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead .w-single-multi-level span.clear,.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead .w-single-multi-level span.clear,.form-label.status ._account_api .liveDashboard .list-results thead .w-single-multi-level span.clear,.status.status-log ._account_api .liveDashboard .list-results thead .w-single-multi-level span.clear,.status.status-report-item ._account_api .liveDashboard .list-results thead .w-single-multi-level span.clear,.double-list dd.status ._account_api .liveDashboard .list-results thead .w-single-multi-level span.clear,.double-list dt.status ._account_api .liveDashboard .list-results thead .w-single-multi-level span.clear,.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead .w-single-multi-level span.clear,.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead .w-single-multi-level span.clear,.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead .w-single-multi-level span.clear,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-filters-selected label.status.small span.clear,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small .w-single-multi-level span.clear,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-filters-selected label.status.small span.clear,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small .w-single-multi-level span.clear,.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead .w-single-multi-level span.clear,.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead .w-single-multi-level span.clear,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-filters-selected .status.btn-f-s span.clear,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s .w-single-multi-level span.clear,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-filters-selected .status.btn-f-s span.clear,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .w-single-multi-level span.clear,.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead .w-single-multi-level span.clear,.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead .w-single-multi-level span.clear,.liveDashboard ._account_api .list-results thead .w-single-multi-level .sub-header .w-form label.clear,.liveDashboard ._account_api .list-results thead .w-single-multi-level .sub-header .w-double-list label.clear,.liveDashboard ._account_api .list-results thead .sub-header .w-form .w-single-multi-level label.clear,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list .w-single-multi-level label.clear,._account_api .liveDashboard .list-results thead .w-single-multi-level .sub-header .w-form label.clear,._account_api .liveDashboard .list-results thead .w-single-multi-level .sub-header .w-double-list label.clear,._account_api .liveDashboard .list-results thead .sub-header .w-form .w-single-multi-level label.clear,._account_api .liveDashboard .list-results thead .sub-header .w-double-list .w-single-multi-level label.clear,.liveDashboard .sub-header .w-form ._account_api .list-results thead .w-single-multi-level label.clear,.liveDashboard .sub-header .w-double-list ._account_api .list-results thead .w-single-multi-level label.clear,.sub-header .w-form ._account_api .liveDashboard .list-results thead .w-single-multi-level label.clear,.sub-header .w-double-list ._account_api .liveDashboard .list-results thead .w-single-multi-level label.clear,.liveDashboard ._account_api .list-results thead .w-single-multi-level .block-filters button.clear:after,.liveDashboard ._account_api .list-results thead .block-filters .w-single-multi-level button.clear:after,._account_api .liveDashboard .list-results thead .w-single-multi-level .block-filters button.clear:after,._account_api .liveDashboard .list-results thead .block-filters .w-single-multi-level button.clear:after,.liveDashboard .block-filters ._account_api .list-results thead .w-single-multi-level button.clear:after,.block-filters ._account_api .liveDashboard .list-results thead .w-single-multi-level button.clear:after,.liveDashboard ._account_api .list-results thead .w-single-multi-level .block-filters select.clear:after,.liveDashboard ._account_api .list-results thead .block-filters .w-single-multi-level select.clear:after,._account_api .liveDashboard .list-results thead .w-single-multi-level .block-filters select.clear:after,._account_api .liveDashboard .list-results thead .block-filters .w-single-multi-level select.clear:after,.liveDashboard .block-filters ._account_api .list-results thead .w-single-multi-level select.clear:after,.block-filters ._account_api .liveDashboard .list-results thead .w-single-multi-level select.clear:after,.liveDashboard ._account_api .list-results thead .w-single-multi-level .form-auto-list .clear.form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .form-auto-list .w-single-multi-level .clear.form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .w-single-multi-level .form-auto-list .clear.form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .form-auto-list .w-single-multi-level .clear.form-auto-item.is-user-is-inactive,.liveDashboard .form-auto-list ._account_api .list-results thead .w-single-multi-level .clear.form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .liveDashboard .list-results thead .w-single-multi-level .clear.form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .w-single-multi-level .form-auto-list .clear.form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .form-auto-list .w-single-multi-level .clear.form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .w-single-multi-level .form-auto-list .clear.form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .form-auto-list .w-single-multi-level .clear.form-auto-item.is-user-is-active,.liveDashboard .form-auto-list ._account_api .list-results thead .w-single-multi-level .clear.form-auto-item.is-user-is-active,.form-auto-list ._account_api .liveDashboard .list-results thead .w-single-multi-level .clear.form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .w-single-multi-level .list-results-header .status.title span.clear,.liveDashboard ._account_api .list-results thead .list-results-header .status.title .w-single-multi-level span.clear,._account_api .liveDashboard .list-results thead .w-single-multi-level .list-results-header .status.title span.clear,._account_api .liveDashboard .list-results thead .list-results-header .status.title .w-single-multi-level span.clear,.liveDashboard .list-results-header .status.title ._account_api .list-results thead .w-single-multi-level span.clear,.list-results-header .status.title ._account_api .liveDashboard .list-results thead .w-single-multi-level span.clear,.liveDashboard ._account_api .list-results thead .w-single-multi-level tr span.clear,.liveDashboard ._account_api .list-results thead tr .w-single-multi-level span.clear,._account_api .liveDashboard .list-results thead .w-single-multi-level tr span.clear,._account_api .liveDashboard .list-results thead tr .w-single-multi-level span.clear,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .w-single-multi-level .clear.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .w-single-multi-level .clear.dropdown-toggle:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .w-single-multi-level .clear.filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .w-single-multi-level .clear.filter,._account_api .form-label.status .liveDashboard .list-results thead .w-single-multi-level span.clear,._account_api .status.status-log .liveDashboard .list-results thead .w-single-multi-level span.clear,._account_api .status.status-report-item .liveDashboard .list-results thead .w-single-multi-level span.clear,._account_api .double-list dd.status .liveDashboard .list-results thead .w-single-multi-level span.clear,.double-list ._account_api dd.status .liveDashboard .list-results thead .w-single-multi-level span.clear,._account_api .double-list dt.status .liveDashboard .list-results thead .w-single-multi-level span.clear,.double-list ._account_api dt.status .liveDashboard .list-results thead .w-single-multi-level span.clear,._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead .w-single-multi-level span.clear,.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead .w-single-multi-level span.clear,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead .w-single-multi-level span.clear,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead .w-single-multi-level span.clear,._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead .w-single-multi-level span.clear,.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead .w-single-multi-level span.clear,.form-label.status .liveDashboard ._account_api .list-results thead .w-single-multi-level span.clear,.status.status-log .liveDashboard ._account_api .list-results thead .w-single-multi-level span.clear,.status.status-report-item .liveDashboard ._account_api .list-results thead .w-single-multi-level span.clear,.double-list dd.status .liveDashboard ._account_api .list-results thead .w-single-multi-level span.clear,.double-list dt.status .liveDashboard ._account_api .list-results thead .w-single-multi-level span.clear,.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead .w-single-multi-level span.clear,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead .w-single-multi-level span.clear,.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead .w-single-multi-level span.clear,._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead .w-single-multi-level span.clear,.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead .w-single-multi-level span.clear,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead .w-single-multi-level span.clear,.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead .w-single-multi-level span.clear,._account_api .sub-header .w-form .liveDashboard .list-results thead .w-single-multi-level label.clear,._account_api .sub-header .w-double-list .liveDashboard .list-results thead .w-single-multi-level label.clear,.sub-header .w-form .liveDashboard ._account_api .list-results thead .w-single-multi-level label.clear,.sub-header .w-double-list .liveDashboard ._account_api .list-results thead .w-single-multi-level label.clear,._account_api .block-filters .liveDashboard .list-results thead .w-single-multi-level button.clear:after,.block-filters .liveDashboard ._account_api .list-results thead .w-single-multi-level button.clear:after,._account_api .block-filters .liveDashboard .list-results thead .w-single-multi-level select.clear:after,.block-filters .liveDashboard ._account_api .list-results thead .w-single-multi-level select.clear:after,._account_api .form-auto-list .liveDashboard .list-results thead .w-single-multi-level .clear.form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard ._account_api .list-results thead .w-single-multi-level .clear.form-auto-item.is-user-is-inactive,._account_api .form-auto-list .liveDashboard .list-results thead .w-single-multi-level .clear.form-auto-item.is-user-is-active,.form-auto-list .liveDashboard ._account_api .list-results thead .w-single-multi-level .clear.form-auto-item.is-user-is-active,._account_api .list-results-header .status.title .liveDashboard .list-results thead .w-single-multi-level span.clear,.list-results-header .status.title .liveDashboard ._account_api .list-results thead .w-single-multi-level span.clear,.w-single-multi-level .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .clear.dropdown-toggle:after,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .w-single-multi-level .clear.dropdown-toggle:after,.w-single-multi-level .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .clear.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .w-single-multi-level .clear.dropdown-toggle:after,.w-single-multi-level .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .clear.filter,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .w-single-multi-level .clear.filter,.w-single-multi-level .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .clear.filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .w-single-multi-level .clear.filter,.w-single-multi-level .liveDashboard .list-results thead .form-label.status span.clear,.w-single-multi-level .liveDashboard .list-results thead .status.status-log span.clear,.w-single-multi-level .liveDashboard .list-results thead .status.status-report-item span.clear,.w-single-multi-level .liveDashboard .list-results thead .double-list dd.status span.clear,.double-list .w-single-multi-level .liveDashboard .list-results thead dd.status span.clear,.w-single-multi-level .liveDashboard .list-results thead .double-list dt.status span.clear,.double-list .w-single-multi-level .liveDashboard .list-results thead dt.status span.clear,.w-single-multi-level .liveDashboard .list-results thead .w-cards-container .w-card .status.title span.clear,.w-cards-container .w-card .w-single-multi-level .liveDashboard .list-results thead .status.title span.clear,.w-single-multi-level .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.clear,.w-cards-container .w-card.centered .w-value .w-single-multi-level .liveDashboard .list-results thead .status.label span.clear,.w-single-multi-level .liveDashboard .list-results thead tbody tr.sublist .status.title span.clear,.w-single-multi-level .liveDashboard .list-results tbody tr.sublist thead .status.title span.clear,.liveDashboard .list-results thead .form-label.status .w-single-multi-level span.clear,.liveDashboard .list-results thead .status.status-log .w-single-multi-level span.clear,.liveDashboard .list-results thead .status.status-report-item .w-single-multi-level span.clear,.liveDashboard .list-results thead .double-list dd.status .w-single-multi-level span.clear,.double-list .liveDashboard .list-results thead dd.status .w-single-multi-level span.clear,.liveDashboard .list-results thead .double-list dt.status .w-single-multi-level span.clear,.double-list .liveDashboard .list-results thead dt.status .w-single-multi-level span.clear,.liveDashboard .list-results thead .w-cards-container .w-card .status.title .w-single-multi-level span.clear,.w-cards-container .w-card .liveDashboard .list-results thead .status.title .w-single-multi-level span.clear,.liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .w-single-multi-level span.clear,.w-cards-container .w-card.centered .w-value .liveDashboard .list-results thead .status.label .w-single-multi-level span.clear,.liveDashboard .list-results thead tbody tr.sublist .status.title .w-single-multi-level span.clear,.liveDashboard .list-results tbody tr.sublist thead .status.title .w-single-multi-level span.clear,.w-single-multi-level .form-label.status .liveDashboard .list-results thead span.clear,.w-single-multi-level .status.status-log .liveDashboard .list-results thead span.clear,.w-single-multi-level .status.status-report-item .liveDashboard .list-results thead span.clear,.w-single-multi-level .double-list dd.status .liveDashboard .list-results thead span.clear,.double-list .w-single-multi-level dd.status .liveDashboard .list-results thead span.clear,.w-single-multi-level .double-list dt.status .liveDashboard .list-results thead span.clear,.double-list .w-single-multi-level dt.status .liveDashboard .list-results thead span.clear,.w-single-multi-level .w-cards-container .w-card .status.title .liveDashboard .list-results thead span.clear,.w-cards-container .w-card .w-single-multi-level .status.title .liveDashboard .list-results thead span.clear,.w-single-multi-level .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.clear,.w-cards-container .w-card.centered .w-value .w-single-multi-level .status.label .liveDashboard .list-results thead span.clear,.w-single-multi-level .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.clear,.list-results tbody tr.sublist .w-single-multi-level .status.title .liveDashboard .list-results thead span.clear,.form-label.status .liveDashboard .list-results thead .w-single-multi-level span.clear,.status.status-log .liveDashboard .list-results thead .w-single-multi-level span.clear,.status.status-report-item .liveDashboard .list-results thead .w-single-multi-level span.clear,.double-list dd.status .liveDashboard .list-results thead .w-single-multi-level span.clear,.double-list dt.status .liveDashboard .list-results thead .w-single-multi-level span.clear,.w-cards-container .w-card .status.title .liveDashboard .list-results thead .w-single-multi-level span.clear,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead .w-single-multi-level span.clear,.list-results tbody tr.sublist .status.title .liveDashboard .list-results thead .w-single-multi-level span.clear,.w-single-multi-level .liveDashboard .list-results thead .w-filters-selected label.status.small span.clear,.liveDashboard .list-results thead .w-filters-selected label.status.small .w-single-multi-level span.clear,.w-single-multi-level .w-filters-selected label.status.small .liveDashboard .list-results thead span.clear,.w-filters-selected label.status.small .liveDashboard .list-results thead .w-single-multi-level span.clear,.w-single-multi-level .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.clear,.liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .w-single-multi-level span.clear,.w-single-multi-level .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.clear,.w-filters-selected .status.btn-f-s .liveDashboard .list-results thead .w-single-multi-level span.clear,.w-single-multi-level .liveDashboard .list-results thead .sub-header .w-form label.clear,.w-single-multi-level .liveDashboard .list-results thead .sub-header .w-double-list label.clear,.liveDashboard .list-results thead .sub-header .w-form .w-single-multi-level label.clear,.liveDashboard .list-results thead .sub-header .w-double-list .w-single-multi-level label.clear,.w-single-multi-level .sub-header .w-form .liveDashboard .list-results thead label.clear,.w-single-multi-level .sub-header .w-double-list .liveDashboard .list-results thead label.clear,.sub-header .w-form .liveDashboard .list-results thead .w-single-multi-level label.clear,.sub-header .w-double-list .liveDashboard .list-results thead .w-single-multi-level label.clear,.w-single-multi-level .liveDashboard .list-results thead .block-filters button.clear:after,.liveDashboard .list-results thead .block-filters .w-single-multi-level button.clear:after,.w-single-multi-level .block-filters .liveDashboard .list-results thead button.clear:after,.block-filters .liveDashboard .list-results thead .w-single-multi-level button.clear:after,.w-single-multi-level .liveDashboard .list-results thead .block-filters select.clear:after,.liveDashboard .list-results thead .block-filters .w-single-multi-level select.clear:after,.w-single-multi-level .block-filters .liveDashboard .list-results thead select.clear:after,.block-filters .liveDashboard .list-results thead .w-single-multi-level select.clear:after,.w-single-multi-level .liveDashboard .list-results thead .form-auto-list .clear.form-auto-item.is-user-is-inactive,.liveDashboard .list-results thead .form-auto-list .w-single-multi-level .clear.form-auto-item.is-user-is-inactive,.w-single-multi-level .form-auto-list .liveDashboard .list-results thead .clear.form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard .list-results thead .w-single-multi-level .clear.form-auto-item.is-user-is-inactive,.w-single-multi-level .liveDashboard .list-results thead .form-auto-list .clear.form-auto-item.is-user-is-active,.liveDashboard .list-results thead .form-auto-list .w-single-multi-level .clear.form-auto-item.is-user-is-active,.w-single-multi-level .form-auto-list .liveDashboard .list-results thead .clear.form-auto-item.is-user-is-active,.form-auto-list .liveDashboard .list-results thead .w-single-multi-level .clear.form-auto-item.is-user-is-active,.w-single-multi-level .liveDashboard .list-results thead .list-results-header .status.title span.clear,.liveDashboard .list-results thead .list-results-header .status.title .w-single-multi-level span.clear,.w-single-multi-level .list-results-header .status.title .liveDashboard .list-results thead span.clear,.list-results-header .status.title .liveDashboard .list-results thead .w-single-multi-level span.clear,.w-single-multi-level .liveDashboard .list-results thead tr span.clear,.liveDashboard .list-results thead tr .w-single-multi-level span.clear,.w-single-multi-level ._account_api .list-results thead .clear.icon,.w-single-multi-level ._account_api .list-results thead .clear.w-alert-banner:before,.w-single-multi-level ._account_api .liveDashboard .list-results thead .clear.w-alert-banner:before,.liveDashboard .w-single-multi-level ._account_api .list-results thead .clear.w-alert-banner:before,.w-single-multi-level ._account_api .list-results thead .clear.w-alert-banner:before,.w-single-multi-level ._account_api .list-results thead .w-dialog.plus .clear.dialog-aside:after,.w-dialog.plus .w-single-multi-level ._account_api .list-results thead .clear.dialog-aside:after,.w-single-multi-level ._account_api .list-results thead .w-toast .clear.toast.plus:after,.w-toast .w-single-multi-level ._account_api .list-results thead .clear.toast.plus:after,.w-single-multi-level ._account_api .list-results thead .w-time-period .dropdown .w-selection .clear.btn-period-clear:before,.w-time-period .dropdown .w-selection .w-single-multi-level ._account_api .list-results thead .clear.btn-period-clear:before,.w-single-multi-level ._account_api .list-results thead .w-time-period .dropdown .w-selection .clear.btn-filter:before,.w-time-period .dropdown .w-selection .w-single-multi-level ._account_api .list-results thead .clear.btn-filter:before,.w-single-multi-level ._account_api .list-results thead .w-time-period .dropdown .w-selection .clear.btn-period-edit:before,.w-time-period .dropdown .w-selection .w-single-multi-level ._account_api .list-results thead .clear.btn-period-edit:before,.w-single-multi-level ._account_api .list-results thead .block-filters .clear.btn-filter:before,.block-filters .w-single-multi-level ._account_api .list-results thead .clear.btn-filter:before,.w-single-multi-level ._account_api .list-results thead .toggleWrapper input.mobileToggle+label.clear,.toggleWrapper .w-single-multi-level ._account_api .list-results thead input.mobileToggle+label.clear,.w-single-multi-level ._account_api .list-results thead tbody span.clear.status,.w-single-multi-level ._account_api .list-results tbody thead span.clear.status,.w-single-multi-level ._account_api .list-results thead tbody td.is-running span.clear,.w-single-multi-level ._account_api .list-results tbody td.is-running thead span.clear,.w-single-multi-level ._account_api .list-results thead tbody td.is-pending span.clear,.w-single-multi-level ._account_api .list-results tbody td.is-pending thead span.clear,.w-single-multi-level ._account_api .liveDashboard .list-results thead .clear.icon,.w-single-multi-level ._account_api .liveDashboard .list-results thead .clear.w-alert-banner:before,.w-single-multi-level ._account_api .liveDashboard .list-results thead .clear.w-alert-banner:before,.w-single-multi-level ._account_api .liveDashboard .list-results thead .clear.w-alert-banner:before,.w-single-multi-level ._account_api .liveDashboard .list-results thead .w-dialog.plus .clear.dialog-aside:after,.w-dialog.plus .w-single-multi-level ._account_api .liveDashboard .list-results thead .clear.dialog-aside:after,.w-single-multi-level ._account_api .liveDashboard .list-results thead .w-toast .clear.toast.plus:after,.w-toast .w-single-multi-level ._account_api .liveDashboard .list-results thead .clear.toast.plus:after,.w-single-multi-level ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .clear.btn-period-clear:before,.w-time-period .dropdown .w-selection .w-single-multi-level ._account_api .liveDashboard .list-results thead .clear.btn-period-clear:before,.w-single-multi-level ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .clear.btn-filter:before,.w-time-period .dropdown .w-selection .w-single-multi-level ._account_api .liveDashboard .list-results thead .clear.btn-filter:before,.w-single-multi-level ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .clear.btn-period-edit:before,.w-time-period .dropdown .w-selection .w-single-multi-level ._account_api .liveDashboard .list-results thead .clear.btn-period-edit:before,.w-single-multi-level ._account_api .liveDashboard .list-results thead .block-filters .clear.btn-filter:before,.block-filters .w-single-multi-level ._account_api .liveDashboard .list-results thead .clear.btn-filter:before,.w-single-multi-level ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.clear,.toggleWrapper .w-single-multi-level ._account_api .liveDashboard .list-results thead input.mobileToggle+label.clear,.w-single-multi-level ._account_api .liveDashboard .list-results thead tbody span.clear.status,.w-single-multi-level ._account_api .liveDashboard .list-results tbody thead span.clear.status,.w-single-multi-level ._account_api .liveDashboard .list-results thead tbody td.is-running span.clear,.w-single-multi-level ._account_api .liveDashboard .list-results tbody td.is-running thead span.clear,.w-single-multi-level ._account_api .liveDashboard .list-results thead tbody td.is-pending span.clear,.w-single-multi-level ._account_api .liveDashboard .list-results tbody td.is-pending thead span.clear,.liveDashboard .w-single-multi-level ._account_api .list-results thead .clear.icon,.liveDashboard .w-single-multi-level ._account_api .list-results thead .clear.w-alert-banner:before,.liveDashboard .w-single-multi-level ._account_api .list-results thead .clear.w-alert-banner:before,.liveDashboard .w-single-multi-level ._account_api .list-results thead .clear.w-alert-banner:before,.liveDashboard .w-single-multi-level ._account_api .list-results thead .w-dialog.plus .clear.dialog-aside:after,.w-dialog.plus .liveDashboard .w-single-multi-level ._account_api .list-results thead .clear.dialog-aside:after,.liveDashboard .w-single-multi-level ._account_api .list-results thead .w-toast .clear.toast.plus:after,.w-toast .liveDashboard .w-single-multi-level ._account_api .list-results thead .clear.toast.plus:after,.liveDashboard .w-single-multi-level ._account_api .list-results thead .w-time-period .dropdown .w-selection .clear.btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .w-single-multi-level ._account_api .list-results thead .clear.btn-period-clear:before,.liveDashboard .w-single-multi-level ._account_api .list-results thead .w-time-period .dropdown .w-selection .clear.btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .w-single-multi-level ._account_api .list-results thead .clear.btn-filter:before,.liveDashboard .w-single-multi-level ._account_api .list-results thead .w-time-period .dropdown .w-selection .clear.btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .w-single-multi-level ._account_api .list-results thead .clear.btn-period-edit:before,.liveDashboard .w-single-multi-level ._account_api .list-results thead .block-filters .clear.btn-filter:before,.block-filters .liveDashboard .w-single-multi-level ._account_api .list-results thead .clear.btn-filter:before,.liveDashboard .w-single-multi-level ._account_api .list-results thead .toggleWrapper input.mobileToggle+label.clear,.toggleWrapper .liveDashboard .w-single-multi-level ._account_api .list-results thead input.mobileToggle+label.clear,.liveDashboard .w-single-multi-level ._account_api .list-results thead tbody span.clear.status,.liveDashboard .w-single-multi-level ._account_api .list-results tbody thead span.clear.status,.liveDashboard .w-single-multi-level ._account_api .list-results thead tbody td.is-running span.clear,.liveDashboard .w-single-multi-level ._account_api .list-results tbody td.is-running thead span.clear,.liveDashboard .w-single-multi-level ._account_api .list-results thead tbody td.is-pending span.clear,.liveDashboard .w-single-multi-level ._account_api .list-results tbody td.is-pending thead span.clear,.w-single-multi-level ._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .clear.dropdown-toggle:after,.liveDashboard .w-single-multi-level ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .clear.dropdown-toggle:after,.w-single-multi-level ._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .clear.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .w-single-multi-level ._account_api .list-results thead .clear.dropdown-toggle:after,.w-single-multi-level ._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .clear.filter,.liveDashboard .w-single-multi-level ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .clear.filter,.w-single-multi-level ._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .clear.filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .w-single-multi-level ._account_api .list-results thead .clear.filter,.w-single-multi-level ._account_api .liveDashboard .list-results thead .form-label.status span.clear,.w-single-multi-level ._account_api .liveDashboard .list-results thead .status.status-log span.clear,.w-single-multi-level ._account_api .liveDashboard .list-results thead .status.status-report-item span.clear,.w-single-multi-level ._account_api .liveDashboard .list-results thead .double-list dd.status span.clear,.double-list .w-single-multi-level ._account_api .liveDashboard .list-results thead dd.status span.clear,.w-single-multi-level ._account_api .liveDashboard .list-results thead .double-list dt.status span.clear,.double-list .w-single-multi-level ._account_api .liveDashboard .list-results thead dt.status span.clear,.w-single-multi-level ._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span.clear,.w-cards-container .w-card .w-single-multi-level ._account_api .liveDashboard .list-results thead .status.title span.clear,.w-single-multi-level ._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.clear,.w-cards-container .w-card.centered .w-value .w-single-multi-level ._account_api .liveDashboard .list-results thead .status.label span.clear,.w-single-multi-level ._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span.clear,.w-single-multi-level ._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span.clear,.liveDashboard .w-single-multi-level ._account_api .list-results thead .form-label.status span.clear,.liveDashboard .w-single-multi-level ._account_api .list-results thead .status.status-log span.clear,.liveDashboard .w-single-multi-level ._account_api .list-results thead .status.status-report-item span.clear,.liveDashboard .w-single-multi-level ._account_api .list-results thead .double-list dd.status span.clear,.double-list .liveDashboard .w-single-multi-level ._account_api .list-results thead dd.status span.clear,.liveDashboard .w-single-multi-level ._account_api .list-results thead .double-list dt.status span.clear,.double-list .liveDashboard .w-single-multi-level ._account_api .list-results thead dt.status span.clear,.liveDashboard .w-single-multi-level ._account_api .list-results thead .w-cards-container .w-card .status.title span.clear,.w-cards-container .w-card .liveDashboard .w-single-multi-level ._account_api .list-results thead .status.title span.clear,.liveDashboard .w-single-multi-level ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.clear,.w-cards-container .w-card.centered .w-value .liveDashboard .w-single-multi-level ._account_api .list-results thead .status.label span.clear,.liveDashboard .w-single-multi-level ._account_api .list-results thead tbody tr.sublist .status.title span.clear,.liveDashboard .w-single-multi-level ._account_api .list-results tbody tr.sublist thead .status.title span.clear,.w-single-multi-level ._account_api .form-label.status .liveDashboard .list-results thead span.clear,.w-single-multi-level ._account_api .status.status-log .liveDashboard .list-results thead span.clear,.w-single-multi-level ._account_api .status.status-report-item .liveDashboard .list-results thead span.clear,.w-single-multi-level ._account_api .double-list dd.status .liveDashboard .list-results thead span.clear,.double-list .w-single-multi-level ._account_api dd.status .liveDashboard .list-results thead span.clear,.w-single-multi-level ._account_api .double-list dt.status .liveDashboard .list-results thead span.clear,.double-list .w-single-multi-level ._account_api dt.status .liveDashboard .list-results thead span.clear,.w-single-multi-level ._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span.clear,.w-cards-container .w-card .w-single-multi-level ._account_api .status.title .liveDashboard .list-results thead span.clear,.w-single-multi-level ._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.clear,.w-cards-container .w-card.centered .w-value .w-single-multi-level ._account_api .status.label .liveDashboard .list-results thead span.clear,.w-single-multi-level ._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.clear,.list-results tbody tr.sublist .w-single-multi-level ._account_api .status.title .liveDashboard .list-results thead span.clear,.form-label.status .liveDashboard .w-single-multi-level ._account_api .list-results thead span.clear,.status.status-log .liveDashboard .w-single-multi-level ._account_api .list-results thead span.clear,.status.status-report-item .liveDashboard .w-single-multi-level ._account_api .list-results thead span.clear,.double-list dd.status .liveDashboard .w-single-multi-level ._account_api .list-results thead span.clear,.double-list dt.status .liveDashboard .w-single-multi-level ._account_api .list-results thead span.clear,.w-cards-container .w-card .status.title .liveDashboard .w-single-multi-level ._account_api .list-results thead span.clear,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .w-single-multi-level ._account_api .list-results thead span.clear,.list-results tbody tr.sublist .status.title .liveDashboard .w-single-multi-level ._account_api .list-results thead span.clear,.w-single-multi-level ._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span.clear,.liveDashboard .w-single-multi-level ._account_api .list-results thead .w-filters-selected label.status.small span.clear,.w-single-multi-level ._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span.clear,.w-filters-selected label.status.small .liveDashboard .w-single-multi-level ._account_api .list-results thead span.clear,.w-single-multi-level ._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.clear,.liveDashboard .w-single-multi-level ._account_api .list-results thead .w-filters-selected .status.btn-f-s span.clear,.w-single-multi-level ._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.clear,.w-filters-selected .status.btn-f-s .liveDashboard .w-single-multi-level ._account_api .list-results thead span.clear,.w-single-multi-level ._account_api .liveDashboard .list-results thead .sub-header .w-form label.clear,.w-single-multi-level ._account_api .liveDashboard .list-results thead .sub-header .w-double-list label.clear,.liveDashboard .w-single-multi-level ._account_api .list-results thead .sub-header .w-form label.clear,.liveDashboard .w-single-multi-level ._account_api .list-results thead .sub-header .w-double-list label.clear,.w-single-multi-level ._account_api .sub-header .w-form .liveDashboard .list-results thead label.clear,.w-single-multi-level ._account_api .sub-header .w-double-list .liveDashboard .list-results thead label.clear,.sub-header .w-form .liveDashboard .w-single-multi-level ._account_api .list-results thead label.clear,.sub-header .w-double-list .liveDashboard .w-single-multi-level ._account_api .list-results thead label.clear,.w-single-multi-level ._account_api .liveDashboard .list-results thead .block-filters button.clear:after,.liveDashboard .w-single-multi-level ._account_api .list-results thead .block-filters button.clear:after,.w-single-multi-level ._account_api .block-filters .liveDashboard .list-results thead button.clear:after,.block-filters .liveDashboard .w-single-multi-level ._account_api .list-results thead button.clear:after,.w-single-multi-level ._account_api .liveDashboard .list-results thead .block-filters select.clear:after,.liveDashboard .w-single-multi-level ._account_api .list-results thead .block-filters select.clear:after,.w-single-multi-level ._account_api .block-filters .liveDashboard .list-results thead select.clear:after,.block-filters .liveDashboard .w-single-multi-level ._account_api .list-results thead select.clear:after,.w-single-multi-level ._account_api .liveDashboard .list-results thead .form-auto-list .clear.form-auto-item.is-user-is-inactive,.liveDashboard .w-single-multi-level ._account_api .list-results thead .form-auto-list .clear.form-auto-item.is-user-is-inactive,.w-single-multi-level ._account_api .form-auto-list .liveDashboard .list-results thead .clear.form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard .w-single-multi-level ._account_api .list-results thead .clear.form-auto-item.is-user-is-inactive,.w-single-multi-level ._account_api .liveDashboard .list-results thead .form-auto-list .clear.form-auto-item.is-user-is-active,.liveDashboard .w-single-multi-level ._account_api .list-results thead .form-auto-list .clear.form-auto-item.is-user-is-active,.w-single-multi-level ._account_api .form-auto-list .liveDashboard .list-results thead .clear.form-auto-item.is-user-is-active,.form-auto-list .liveDashboard .w-single-multi-level ._account_api .list-results thead .clear.form-auto-item.is-user-is-active,.w-single-multi-level ._account_api .liveDashboard .list-results thead .list-results-header .status.title span.clear,.liveDashboard .w-single-multi-level ._account_api .list-results thead .list-results-header .status.title span.clear,.w-single-multi-level ._account_api .list-results-header .status.title .liveDashboard .list-results thead span.clear,.list-results-header .status.title .liveDashboard .w-single-multi-level ._account_api .list-results thead span.clear,.w-single-multi-level ._account_api .liveDashboard .list-results thead tr span.clear,.liveDashboard .w-single-multi-level ._account_api .list-results thead tr span.clear,.w-single-multi-level ._account_api .list-results thead .clear.icon,.w-single-multi-level ._account_api .list-results thead .clear.w-alert-banner:before,.w-single-multi-level ._account_api .liveDashboard .list-results thead .clear.w-alert-banner:before,.liveDashboard .w-single-multi-level ._account_api .list-results thead .clear.w-alert-banner:before,.w-single-multi-level ._account_api .list-results thead .clear.w-alert-banner:before,.w-single-multi-level ._account_api .list-results thead .w-dialog.plus .clear.dialog-aside:after,.w-dialog.plus .w-single-multi-level ._account_api .list-results thead .clear.dialog-aside:after,.w-single-multi-level ._account_api .list-results thead .w-toast .clear.toast.plus:after,.w-toast .w-single-multi-level ._account_api .list-results thead .clear.toast.plus:after,.w-single-multi-level ._account_api .list-results thead .w-time-period .dropdown .w-selection .clear.btn-period-clear:before,.w-time-period .dropdown .w-selection .w-single-multi-level ._account_api .list-results thead .clear.btn-period-clear:before,.w-single-multi-level ._account_api .list-results thead .w-time-period .dropdown .w-selection .clear.btn-filter:before,.w-time-period .dropdown .w-selection .w-single-multi-level ._account_api .list-results thead .clear.btn-filter:before,.w-single-multi-level ._account_api .list-results thead .w-time-period .dropdown .w-selection .clear.btn-period-edit:before,.w-time-period .dropdown .w-selection .w-single-multi-level ._account_api .list-results thead .clear.btn-period-edit:before,.w-single-multi-level ._account_api .list-results thead .block-filters .clear.btn-filter:before,.block-filters .w-single-multi-level ._account_api .list-results thead .clear.btn-filter:before,.w-single-multi-level ._account_api .list-results thead .toggleWrapper input.mobileToggle+label.clear,.toggleWrapper .w-single-multi-level ._account_api .list-results thead input.mobileToggle+label.clear,.w-single-multi-level ._account_api .list-results thead tbody span.clear.status,.w-single-multi-level ._account_api .list-results tbody thead span.clear.status,.w-single-multi-level ._account_api .list-results thead tbody td.is-running span.clear,.w-single-multi-level ._account_api .list-results tbody td.is-running thead span.clear,.w-single-multi-level ._account_api .list-results thead tbody td.is-pending span.clear,.w-single-multi-level ._account_api .list-results tbody td.is-pending thead span.clear,.w-single-multi-level ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .clear.dropdown-toggle:after,.w-single-multi-level .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .clear.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .w-single-multi-level ._account_api .list-results thead .clear.dropdown-toggle:after,.w-single-multi-level ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .clear.filter,.w-single-multi-level .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .clear.filter,.w-filter-preset.w-filter-preset .filter-preset .w-single-multi-level ._account_api .list-results thead .clear.filter,.w-single-multi-level ._account_api .list-results thead .form-label.status span.clear,.w-single-multi-level ._account_api .list-results thead .status.status-log span.clear,.w-single-multi-level ._account_api .list-results thead .status.status-report-item span.clear,.w-single-multi-level ._account_api .list-results thead .double-list dd.status span.clear,.double-list .w-single-multi-level ._account_api .list-results thead dd.status span.clear,.w-single-multi-level ._account_api .list-results thead .double-list dt.status span.clear,.double-list .w-single-multi-level ._account_api .list-results thead dt.status span.clear,.w-single-multi-level ._account_api .list-results thead .w-cards-container .w-card .status.title span.clear,.w-cards-container .w-card .w-single-multi-level ._account_api .list-results thead .status.title span.clear,.w-single-multi-level ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.clear,.w-cards-container .w-card.centered .w-value .w-single-multi-level ._account_api .list-results thead .status.label span.clear,.w-single-multi-level ._account_api .list-results thead tbody tr.sublist .status.title span.clear,.w-single-multi-level ._account_api .list-results tbody tr.sublist thead .status.title span.clear,.w-single-multi-level .form-label.status ._account_api .list-results thead span.clear,.w-single-multi-level .status.status-log ._account_api .list-results thead span.clear,.w-single-multi-level .status.status-report-item ._account_api .list-results thead span.clear,.w-single-multi-level .double-list dd.status ._account_api .list-results thead span.clear,.double-list .w-single-multi-level dd.status ._account_api .list-results thead span.clear,.w-single-multi-level .double-list dt.status ._account_api .list-results thead span.clear,.double-list .w-single-multi-level dt.status ._account_api .list-results thead span.clear,.w-single-multi-level .w-cards-container .w-card .status.title ._account_api .list-results thead span.clear,.w-cards-container .w-card .w-single-multi-level .status.title ._account_api .list-results thead span.clear,.w-single-multi-level .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.clear,.w-cards-container .w-card.centered .w-value .w-single-multi-level .status.label ._account_api .list-results thead span.clear,.w-single-multi-level .list-results tbody tr.sublist .status.title ._account_api .list-results thead span.clear,.list-results tbody tr.sublist .w-single-multi-level .status.title ._account_api .list-results thead span.clear,.form-label.status .w-single-multi-level ._account_api .list-results thead span.clear,.status.status-log .w-single-multi-level ._account_api .list-results thead span.clear,.status.status-report-item .w-single-multi-level ._account_api .list-results thead span.clear,.double-list dd.status .w-single-multi-level ._account_api .list-results thead span.clear,.double-list dt.status .w-single-multi-level ._account_api .list-results thead span.clear,.w-cards-container .w-card .status.title .w-single-multi-level ._account_api .list-results thead span.clear,.w-cards-container .w-card.centered .w-value .status.label .w-single-multi-level ._account_api .list-results thead span.clear,.list-results tbody tr.sublist .status.title .w-single-multi-level ._account_api .list-results thead span.clear,.w-single-multi-level ._account_api .list-results thead .w-filters-selected label.status.small span.clear,.w-single-multi-level .w-filters-selected label.status.small ._account_api .list-results thead span.clear,.w-filters-selected label.status.small .w-single-multi-level ._account_api .list-results thead span.clear,.w-single-multi-level ._account_api .list-results thead .w-filters-selected .status.btn-f-s span.clear,.w-single-multi-level .w-filters-selected .status.btn-f-s ._account_api .list-results thead span.clear,.w-filters-selected .status.btn-f-s .w-single-multi-level ._account_api .list-results thead span.clear,.w-single-multi-level ._account_api .list-results thead .sub-header .w-form label.clear,.w-single-multi-level ._account_api .list-results thead .sub-header .w-double-list label.clear,.w-single-multi-level .sub-header .w-form ._account_api .list-results thead label.clear,.w-single-multi-level .sub-header .w-double-list ._account_api .list-results thead label.clear,.sub-header .w-form .w-single-multi-level ._account_api .list-results thead label.clear,.sub-header .w-double-list .w-single-multi-level ._account_api .list-results thead label.clear,.w-single-multi-level ._account_api .list-results thead .block-filters button.clear:after,.w-single-multi-level .block-filters ._account_api .list-results thead button.clear:after,.block-filters .w-single-multi-level ._account_api .list-results thead button.clear:after,.w-single-multi-level ._account_api .list-results thead .block-filters select.clear:after,.w-single-multi-level .block-filters ._account_api .list-results thead select.clear:after,.block-filters .w-single-multi-level ._account_api .list-results thead select.clear:after,.w-single-multi-level ._account_api .list-results thead .form-auto-list .clear.form-auto-item.is-user-is-inactive,.w-single-multi-level .form-auto-list ._account_api .list-results thead .clear.form-auto-item.is-user-is-inactive,.form-auto-list .w-single-multi-level ._account_api .list-results thead .clear.form-auto-item.is-user-is-inactive,.w-single-multi-level ._account_api .list-results thead .form-auto-list .clear.form-auto-item.is-user-is-active,.w-single-multi-level .form-auto-list ._account_api .list-results thead .clear.form-auto-item.is-user-is-active,.form-auto-list .w-single-multi-level ._account_api .list-results thead .clear.form-auto-item.is-user-is-active,.w-single-multi-level ._account_api .list-results thead .list-results-header .status.title span.clear,.w-single-multi-level .list-results-header .status.title ._account_api .list-results thead span.clear,.list-results-header .status.title .w-single-multi-level ._account_api .list-results thead span.clear,.w-single-multi-level ._account_api .list-results thead tr span.clear,.w-single-multi-level .liveDashboard ._account_api .list-results thead .clear.icon,.w-single-multi-level .liveDashboard ._account_api .list-results thead .clear.w-alert-banner:before,.w-single-multi-level .liveDashboard ._account_api .list-results thead .clear.w-alert-banner:before,.w-single-multi-level .liveDashboard ._account_api .list-results thead .clear.w-alert-banner:before,.w-single-multi-level .liveDashboard ._account_api .list-results thead .w-dialog.plus .clear.dialog-aside:after,.w-dialog.plus .w-single-multi-level .liveDashboard ._account_api .list-results thead .clear.dialog-aside:after,.w-single-multi-level .liveDashboard ._account_api .list-results thead .w-toast .clear.toast.plus:after,.w-toast .w-single-multi-level .liveDashboard ._account_api .list-results thead .clear.toast.plus:after,.w-single-multi-level .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .clear.btn-period-clear:before,.w-time-period .dropdown .w-selection .w-single-multi-level .liveDashboard ._account_api .list-results thead .clear.btn-period-clear:before,.w-single-multi-level .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .clear.btn-filter:before,.w-time-period .dropdown .w-selection .w-single-multi-level .liveDashboard ._account_api .list-results thead .clear.btn-filter:before,.w-single-multi-level .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .clear.btn-period-edit:before,.w-time-period .dropdown .w-selection .w-single-multi-level .liveDashboard ._account_api .list-results thead .clear.btn-period-edit:before,.w-single-multi-level .liveDashboard ._account_api .list-results thead .block-filters .clear.btn-filter:before,.block-filters .w-single-multi-level .liveDashboard ._account_api .list-results thead .clear.btn-filter:before,.w-single-multi-level .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label.clear,.toggleWrapper .w-single-multi-level .liveDashboard ._account_api .list-results thead input.mobileToggle+label.clear,.w-single-multi-level .liveDashboard ._account_api .list-results thead tbody span.clear.status,.w-single-multi-level .liveDashboard ._account_api .list-results tbody thead span.clear.status,.w-single-multi-level .liveDashboard ._account_api .list-results thead tbody td.is-running span.clear,.w-single-multi-level .liveDashboard ._account_api .list-results tbody td.is-running thead span.clear,.w-single-multi-level .liveDashboard ._account_api .list-results thead tbody td.is-pending span.clear,.w-single-multi-level .liveDashboard ._account_api .list-results tbody td.is-pending thead span.clear,.liveDashboard .w-single-multi-level ._account_api .list-results thead .clear.icon,.liveDashboard .w-single-multi-level ._account_api .list-results thead .clear.w-alert-banner:before,.liveDashboard .w-single-multi-level ._account_api .list-results thead .clear.w-alert-banner:before,.liveDashboard .w-single-multi-level ._account_api .list-results thead .clear.w-alert-banner:before,.liveDashboard .w-single-multi-level ._account_api .list-results thead .w-dialog.plus .clear.dialog-aside:after,.w-dialog.plus .liveDashboard .w-single-multi-level ._account_api .list-results thead .clear.dialog-aside:after,.liveDashboard .w-single-multi-level ._account_api .list-results thead .w-toast .clear.toast.plus:after,.w-toast .liveDashboard .w-single-multi-level ._account_api .list-results thead .clear.toast.plus:after,.liveDashboard .w-single-multi-level ._account_api .list-results thead .w-time-period .dropdown .w-selection .clear.btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .w-single-multi-level ._account_api .list-results thead .clear.btn-period-clear:before,.liveDashboard .w-single-multi-level ._account_api .list-results thead .w-time-period .dropdown .w-selection .clear.btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .w-single-multi-level ._account_api .list-results thead .clear.btn-filter:before,.liveDashboard .w-single-multi-level ._account_api .list-results thead .w-time-period .dropdown .w-selection .clear.btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .w-single-multi-level ._account_api .list-results thead .clear.btn-period-edit:before,.liveDashboard .w-single-multi-level ._account_api .list-results thead .block-filters .clear.btn-filter:before,.block-filters .liveDashboard .w-single-multi-level ._account_api .list-results thead .clear.btn-filter:before,.liveDashboard .w-single-multi-level ._account_api .list-results thead .toggleWrapper input.mobileToggle+label.clear,.toggleWrapper .liveDashboard .w-single-multi-level ._account_api .list-results thead input.mobileToggle+label.clear,.liveDashboard .w-single-multi-level ._account_api .list-results thead tbody span.clear.status,.liveDashboard .w-single-multi-level ._account_api .list-results tbody thead span.clear.status,.liveDashboard .w-single-multi-level ._account_api .list-results thead tbody td.is-running span.clear,.liveDashboard .w-single-multi-level ._account_api .list-results tbody td.is-running thead span.clear,.liveDashboard .w-single-multi-level ._account_api .list-results thead tbody td.is-pending span.clear,.liveDashboard .w-single-multi-level ._account_api .list-results tbody td.is-pending thead span.clear,.w-single-multi-level ._account_api .liveDashboard .list-results thead .clear.icon,.w-single-multi-level ._account_api .liveDashboard .list-results thead .clear.w-alert-banner:before,.w-single-multi-level ._account_api .liveDashboard .list-results thead .clear.w-alert-banner:before,.w-single-multi-level ._account_api .liveDashboard .list-results thead .clear.w-alert-banner:before,.w-single-multi-level ._account_api .liveDashboard .list-results thead .w-dialog.plus .clear.dialog-aside:after,.w-dialog.plus .w-single-multi-level ._account_api .liveDashboard .list-results thead .clear.dialog-aside:after,.w-single-multi-level ._account_api .liveDashboard .list-results thead .w-toast .clear.toast.plus:after,.w-toast .w-single-multi-level ._account_api .liveDashboard .list-results thead .clear.toast.plus:after,.w-single-multi-level ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .clear.btn-period-clear:before,.w-time-period .dropdown .w-selection .w-single-multi-level ._account_api .liveDashboard .list-results thead .clear.btn-period-clear:before,.w-single-multi-level ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .clear.btn-filter:before,.w-time-period .dropdown .w-selection .w-single-multi-level ._account_api .liveDashboard .list-results thead .clear.btn-filter:before,.w-single-multi-level ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .clear.btn-period-edit:before,.w-time-period .dropdown .w-selection .w-single-multi-level ._account_api .liveDashboard .list-results thead .clear.btn-period-edit:before,.w-single-multi-level ._account_api .liveDashboard .list-results thead .block-filters .clear.btn-filter:before,.block-filters .w-single-multi-level ._account_api .liveDashboard .list-results thead .clear.btn-filter:before,.w-single-multi-level ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.clear,.toggleWrapper .w-single-multi-level ._account_api .liveDashboard .list-results thead input.mobileToggle+label.clear,.w-single-multi-level ._account_api .liveDashboard .list-results thead tbody span.clear.status,.w-single-multi-level ._account_api .liveDashboard .list-results tbody thead span.clear.status,.w-single-multi-level ._account_api .liveDashboard .list-results thead tbody td.is-running span.clear,.w-single-multi-level ._account_api .liveDashboard .list-results tbody td.is-running thead span.clear,.w-single-multi-level ._account_api .liveDashboard .list-results thead tbody td.is-pending span.clear,.w-single-multi-level ._account_api .liveDashboard .list-results tbody td.is-pending thead span.clear,.w-single-multi-level .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .clear.dropdown-toggle:after,.liveDashboard .w-single-multi-level ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .clear.dropdown-toggle:after,.w-single-multi-level ._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .clear.dropdown-toggle:after,.w-single-multi-level .liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .clear.dropdown-toggle:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown .w-single-multi-level ._account_api .list-results thead .clear.dropdown-toggle:after,.w-single-multi-level .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .clear.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .w-single-multi-level ._account_api .liveDashboard .list-results thead .clear.dropdown-toggle:after,.w-single-multi-level .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .clear.filter,.liveDashboard .w-single-multi-level ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .clear.filter,.w-single-multi-level ._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .clear.filter,.w-single-multi-level .liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .clear.filter,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .w-single-multi-level ._account_api .list-results thead .clear.filter,.w-single-multi-level .w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .clear.filter,.w-filter-preset.w-filter-preset .filter-preset .w-single-multi-level ._account_api .liveDashboard .list-results thead .clear.filter,.w-single-multi-level .liveDashboard ._account_api .list-results thead .form-label.status span.clear,.w-single-multi-level .liveDashboard ._account_api .list-results thead .status.status-log span.clear,.w-single-multi-level .liveDashboard ._account_api .list-results thead .status.status-report-item span.clear,.w-single-multi-level .liveDashboard ._account_api .list-results thead .double-list dd.status span.clear,.double-list .w-single-multi-level .liveDashboard ._account_api .list-results thead dd.status span.clear,.w-single-multi-level .liveDashboard ._account_api .list-results thead .double-list dt.status span.clear,.double-list .w-single-multi-level .liveDashboard ._account_api .list-results thead dt.status span.clear,.w-single-multi-level .liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span.clear,.w-cards-container .w-card .w-single-multi-level .liveDashboard ._account_api .list-results thead .status.title span.clear,.w-single-multi-level .liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.clear,.w-cards-container .w-card.centered .w-value .w-single-multi-level .liveDashboard ._account_api .list-results thead .status.label span.clear,.w-single-multi-level .liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span.clear,.w-single-multi-level .liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span.clear,.liveDashboard .w-single-multi-level ._account_api .list-results thead .form-label.status span.clear,.liveDashboard .w-single-multi-level ._account_api .list-results thead .status.status-log span.clear,.liveDashboard .w-single-multi-level ._account_api .list-results thead .status.status-report-item span.clear,.liveDashboard .w-single-multi-level ._account_api .list-results thead .double-list dd.status span.clear,.double-list .liveDashboard .w-single-multi-level ._account_api .list-results thead dd.status span.clear,.liveDashboard .w-single-multi-level ._account_api .list-results thead .double-list dt.status span.clear,.double-list .liveDashboard .w-single-multi-level ._account_api .list-results thead dt.status span.clear,.liveDashboard .w-single-multi-level ._account_api .list-results thead .w-cards-container .w-card .status.title span.clear,.w-cards-container .w-card .liveDashboard .w-single-multi-level ._account_api .list-results thead .status.title span.clear,.liveDashboard .w-single-multi-level ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.clear,.w-cards-container .w-card.centered .w-value .liveDashboard .w-single-multi-level ._account_api .list-results thead .status.label span.clear,.liveDashboard .w-single-multi-level ._account_api .list-results thead tbody tr.sublist .status.title span.clear,.liveDashboard .w-single-multi-level ._account_api .list-results tbody tr.sublist thead .status.title span.clear,.w-single-multi-level ._account_api .liveDashboard .list-results thead .form-label.status span.clear,.w-single-multi-level ._account_api .liveDashboard .list-results thead .status.status-log span.clear,.w-single-multi-level ._account_api .liveDashboard .list-results thead .status.status-report-item span.clear,.w-single-multi-level ._account_api .liveDashboard .list-results thead .double-list dd.status span.clear,.double-list .w-single-multi-level ._account_api .liveDashboard .list-results thead dd.status span.clear,.w-single-multi-level ._account_api .liveDashboard .list-results thead .double-list dt.status span.clear,.double-list .w-single-multi-level ._account_api .liveDashboard .list-results thead dt.status span.clear,.w-single-multi-level ._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span.clear,.w-cards-container .w-card .w-single-multi-level ._account_api .liveDashboard .list-results thead .status.title span.clear,.w-single-multi-level ._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.clear,.w-cards-container .w-card.centered .w-value .w-single-multi-level ._account_api .liveDashboard .list-results thead .status.label span.clear,.w-single-multi-level ._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span.clear,.w-single-multi-level ._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span.clear,.w-single-multi-level .liveDashboard .form-label.status ._account_api .list-results thead span.clear,.w-single-multi-level .liveDashboard .status.status-log ._account_api .list-results thead span.clear,.w-single-multi-level .liveDashboard .status.status-report-item ._account_api .list-results thead span.clear,.w-single-multi-level .liveDashboard .double-list dd.status ._account_api .list-results thead span.clear,.double-list .w-single-multi-level .liveDashboard dd.status ._account_api .list-results thead span.clear,.w-single-multi-level .liveDashboard .double-list dt.status ._account_api .list-results thead span.clear,.double-list .w-single-multi-level .liveDashboard dt.status ._account_api .list-results thead span.clear,.w-single-multi-level .liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span.clear,.w-cards-container .w-card .w-single-multi-level .liveDashboard .status.title ._account_api .list-results thead span.clear,.w-single-multi-level .liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.clear,.w-cards-container .w-card.centered .w-value .w-single-multi-level .liveDashboard .status.label ._account_api .list-results thead span.clear,.w-single-multi-level .liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span.clear,.list-results tbody tr.sublist .w-single-multi-level .liveDashboard .status.title ._account_api .list-results thead span.clear,.liveDashboard .form-label.status .w-single-multi-level ._account_api .list-results thead span.clear,.liveDashboard .status.status-log .w-single-multi-level ._account_api .list-results thead span.clear,.liveDashboard .status.status-report-item .w-single-multi-level ._account_api .list-results thead span.clear,.liveDashboard .double-list dd.status .w-single-multi-level ._account_api .list-results thead span.clear,.double-list .liveDashboard dd.status .w-single-multi-level ._account_api .list-results thead span.clear,.liveDashboard .double-list dt.status .w-single-multi-level ._account_api .list-results thead span.clear,.double-list .liveDashboard dt.status .w-single-multi-level ._account_api .list-results thead span.clear,.liveDashboard .w-cards-container .w-card .status.title .w-single-multi-level ._account_api .list-results thead span.clear,.w-cards-container .w-card .liveDashboard .status.title .w-single-multi-level ._account_api .list-results thead span.clear,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label .w-single-multi-level ._account_api .list-results thead span.clear,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label .w-single-multi-level ._account_api .list-results thead span.clear,.liveDashboard .list-results tbody tr.sublist .status.title .w-single-multi-level ._account_api .list-results thead span.clear,.list-results tbody tr.sublist .liveDashboard .status.title .w-single-multi-level ._account_api .list-results thead span.clear,.w-single-multi-level .form-label.status ._account_api .liveDashboard .list-results thead span.clear,.w-single-multi-level .status.status-log ._account_api .liveDashboard .list-results thead span.clear,.w-single-multi-level .status.status-report-item ._account_api .liveDashboard .list-results thead span.clear,.w-single-multi-level .double-list dd.status ._account_api .liveDashboard .list-results thead span.clear,.double-list .w-single-multi-level dd.status ._account_api .liveDashboard .list-results thead span.clear,.w-single-multi-level .double-list dt.status ._account_api .liveDashboard .list-results thead span.clear,.double-list .w-single-multi-level dt.status ._account_api .liveDashboard .list-results thead span.clear,.w-single-multi-level .w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead span.clear,.w-cards-container .w-card .w-single-multi-level .status.title ._account_api .liveDashboard .list-results thead span.clear,.w-single-multi-level .w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead span.clear,.w-cards-container .w-card.centered .w-value .w-single-multi-level .status.label ._account_api .liveDashboard .list-results thead span.clear,.w-single-multi-level .list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead span.clear,.list-results tbody tr.sublist .w-single-multi-level .status.title ._account_api .liveDashboard .list-results thead span.clear,.form-label.status .w-single-multi-level ._account_api .liveDashboard .list-results thead span.clear,.status.status-log .w-single-multi-level ._account_api .liveDashboard .list-results thead span.clear,.status.status-report-item .w-single-multi-level ._account_api .liveDashboard .list-results thead span.clear,.double-list dd.status .w-single-multi-level ._account_api .liveDashboard .list-results thead span.clear,.double-list dt.status .w-single-multi-level ._account_api .liveDashboard .list-results thead span.clear,.w-cards-container .w-card .status.title .w-single-multi-level ._account_api .liveDashboard .list-results thead span.clear,.w-cards-container .w-card.centered .w-value .status.label .w-single-multi-level ._account_api .liveDashboard .list-results thead span.clear,.list-results tbody tr.sublist .status.title .w-single-multi-level ._account_api .liveDashboard .list-results thead span.clear,.w-single-multi-level .liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span.clear,.liveDashboard .w-single-multi-level ._account_api .list-results thead .w-filters-selected label.status.small span.clear,.w-single-multi-level ._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span.clear,.w-single-multi-level .liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span.clear,.liveDashboard .w-filters-selected label.status.small .w-single-multi-level ._account_api .list-results thead span.clear,.w-single-multi-level .w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead span.clear,.w-filters-selected label.status.small .w-single-multi-level ._account_api .liveDashboard .list-results thead span.clear,.w-single-multi-level .liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span.clear,.liveDashboard .w-single-multi-level ._account_api .list-results thead .w-filters-selected .status.btn-f-s span.clear,.w-single-multi-level ._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.clear,.w-single-multi-level .liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span.clear,.liveDashboard .w-filters-selected .status.btn-f-s .w-single-multi-level ._account_api .list-results thead span.clear,.w-single-multi-level .w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead span.clear,.w-filters-selected .status.btn-f-s .w-single-multi-level ._account_api .liveDashboard .list-results thead span.clear,.w-single-multi-level .liveDashboard ._account_api .list-results thead .sub-header .w-form label.clear,.w-single-multi-level .liveDashboard ._account_api .list-results thead .sub-header .w-double-list label.clear,.liveDashboard .w-single-multi-level ._account_api .list-results thead .sub-header .w-form label.clear,.liveDashboard .w-single-multi-level ._account_api .list-results thead .sub-header .w-double-list label.clear,.w-single-multi-level ._account_api .liveDashboard .list-results thead .sub-header .w-form label.clear,.w-single-multi-level ._account_api .liveDashboard .list-results thead .sub-header .w-double-list label.clear,.w-single-multi-level .liveDashboard .sub-header .w-form ._account_api .list-results thead label.clear,.w-single-multi-level .liveDashboard .sub-header .w-double-list ._account_api .list-results thead label.clear,.liveDashboard .sub-header .w-form .w-single-multi-level ._account_api .list-results thead label.clear,.liveDashboard .sub-header .w-double-list .w-single-multi-level ._account_api .list-results thead label.clear,.w-single-multi-level .sub-header .w-form ._account_api .liveDashboard .list-results thead label.clear,.w-single-multi-level .sub-header .w-double-list ._account_api .liveDashboard .list-results thead label.clear,.sub-header .w-form .w-single-multi-level ._account_api .liveDashboard .list-results thead label.clear,.sub-header .w-double-list .w-single-multi-level ._account_api .liveDashboard .list-results thead label.clear,.w-single-multi-level .liveDashboard ._account_api .list-results thead .block-filters button.clear:after,.liveDashboard .w-single-multi-level ._account_api .list-results thead .block-filters button.clear:after,.w-single-multi-level ._account_api .liveDashboard .list-results thead .block-filters button.clear:after,.w-single-multi-level .liveDashboard .block-filters ._account_api .list-results thead button.clear:after,.liveDashboard .block-filters .w-single-multi-level ._account_api .list-results thead button.clear:after,.w-single-multi-level .block-filters ._account_api .liveDashboard .list-results thead button.clear:after,.block-filters .w-single-multi-level ._account_api .liveDashboard .list-results thead button.clear:after,.w-single-multi-level .liveDashboard ._account_api .list-results thead .block-filters select.clear:after,.liveDashboard .w-single-multi-level ._account_api .list-results thead .block-filters select.clear:after,.w-single-multi-level ._account_api .liveDashboard .list-results thead .block-filters select.clear:after,.w-single-multi-level .liveDashboard .block-filters ._account_api .list-results thead select.clear:after,.liveDashboard .block-filters .w-single-multi-level ._account_api .list-results thead select.clear:after,.w-single-multi-level .block-filters ._account_api .liveDashboard .list-results thead select.clear:after,.block-filters .w-single-multi-level ._account_api .liveDashboard .list-results thead select.clear:after,.w-single-multi-level .liveDashboard ._account_api .list-results thead .form-auto-list .clear.form-auto-item.is-user-is-inactive,.liveDashboard .w-single-multi-level ._account_api .list-results thead .form-auto-list .clear.form-auto-item.is-user-is-inactive,.w-single-multi-level ._account_api .liveDashboard .list-results thead .form-auto-list .clear.form-auto-item.is-user-is-inactive,.w-single-multi-level .liveDashboard .form-auto-list ._account_api .list-results thead .clear.form-auto-item.is-user-is-inactive,.liveDashboard .form-auto-list .w-single-multi-level ._account_api .list-results thead .clear.form-auto-item.is-user-is-inactive,.w-single-multi-level .form-auto-list ._account_api .liveDashboard .list-results thead .clear.form-auto-item.is-user-is-inactive,.form-auto-list .w-single-multi-level ._account_api .liveDashboard .list-results thead .clear.form-auto-item.is-user-is-inactive,.w-single-multi-level .liveDashboard ._account_api .list-results thead .form-auto-list .clear.form-auto-item.is-user-is-active,.liveDashboard .w-single-multi-level ._account_api .list-results thead .form-auto-list .clear.form-auto-item.is-user-is-active,.w-single-multi-level ._account_api .liveDashboard .list-results thead .form-auto-list .clear.form-auto-item.is-user-is-active,.w-single-multi-level .liveDashboard .form-auto-list ._account_api .list-results thead .clear.form-auto-item.is-user-is-active,.liveDashboard .form-auto-list .w-single-multi-level ._account_api .list-results thead .clear.form-auto-item.is-user-is-active,.w-single-multi-level .form-auto-list ._account_api .liveDashboard .list-results thead .clear.form-auto-item.is-user-is-active,.form-auto-list .w-single-multi-level ._account_api .liveDashboard .list-results thead .clear.form-auto-item.is-user-is-active,.w-single-multi-level .liveDashboard ._account_api .list-results thead .list-results-header .status.title span.clear,.liveDashboard .w-single-multi-level ._account_api .list-results thead .list-results-header .status.title span.clear,.w-single-multi-level ._account_api .liveDashboard .list-results thead .list-results-header .status.title span.clear,.w-single-multi-level .liveDashboard .list-results-header .status.title ._account_api .list-results thead span.clear,.liveDashboard .list-results-header .status.title .w-single-multi-level ._account_api .list-results thead span.clear,.w-single-multi-level .list-results-header .status.title ._account_api .liveDashboard .list-results thead span.clear,.list-results-header .status.title .w-single-multi-level ._account_api .liveDashboard .list-results thead span.clear,.w-single-multi-level .liveDashboard ._account_api .list-results thead tr span.clear,.liveDashboard .w-single-multi-level ._account_api .list-results thead tr span.clear,.w-single-multi-level ._account_api .liveDashboard .list-results thead tr span.clear,.w-single-multi-level ._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .clear.dropdown-toggle:after,.w-single-multi-level .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .clear.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .w-single-multi-level ._account_api .list-results thead .clear.dropdown-toggle:after,.w-single-multi-level ._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .clear.filter,.w-single-multi-level .w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .clear.filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .w-single-multi-level ._account_api .list-results thead .clear.filter,.w-single-multi-level ._account_api .form-label.status .liveDashboard .list-results thead span.clear,.w-single-multi-level ._account_api .status.status-log .liveDashboard .list-results thead span.clear,.w-single-multi-level ._account_api .status.status-report-item .liveDashboard .list-results thead span.clear,.w-single-multi-level ._account_api .double-list dd.status .liveDashboard .list-results thead span.clear,.double-list .w-single-multi-level ._account_api dd.status .liveDashboard .list-results thead span.clear,.w-single-multi-level ._account_api .double-list dt.status .liveDashboard .list-results thead span.clear,.double-list .w-single-multi-level ._account_api dt.status .liveDashboard .list-results thead span.clear,.w-single-multi-level ._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span.clear,.w-cards-container .w-card .w-single-multi-level ._account_api .status.title .liveDashboard .list-results thead span.clear,.w-single-multi-level ._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.clear,.w-cards-container .w-card.centered .w-value .w-single-multi-level ._account_api .status.label .liveDashboard .list-results thead span.clear,.w-single-multi-level ._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.clear,.list-results tbody tr.sublist .w-single-multi-level ._account_api .status.title .liveDashboard .list-results thead span.clear,.w-single-multi-level .form-label.status .liveDashboard ._account_api .list-results thead span.clear,.w-single-multi-level .status.status-log .liveDashboard ._account_api .list-results thead span.clear,.w-single-multi-level .status.status-report-item .liveDashboard ._account_api .list-results thead span.clear,.w-single-multi-level .double-list dd.status .liveDashboard ._account_api .list-results thead span.clear,.double-list .w-single-multi-level dd.status .liveDashboard ._account_api .list-results thead span.clear,.w-single-multi-level .double-list dt.status .liveDashboard ._account_api .list-results thead span.clear,.double-list .w-single-multi-level dt.status .liveDashboard ._account_api .list-results thead span.clear,.w-single-multi-level .w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead span.clear,.w-cards-container .w-card .w-single-multi-level .status.title .liveDashboard ._account_api .list-results thead span.clear,.w-single-multi-level .w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead span.clear,.w-cards-container .w-card.centered .w-value .w-single-multi-level .status.label .liveDashboard ._account_api .list-results thead span.clear,.w-single-multi-level .list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead span.clear,.list-results tbody tr.sublist .w-single-multi-level .status.title .liveDashboard ._account_api .list-results thead span.clear,.form-label.status .liveDashboard .w-single-multi-level ._account_api .list-results thead span.clear,.status.status-log .liveDashboard .w-single-multi-level ._account_api .list-results thead span.clear,.status.status-report-item .liveDashboard .w-single-multi-level ._account_api .list-results thead span.clear,.double-list dd.status .liveDashboard .w-single-multi-level ._account_api .list-results thead span.clear,.double-list dt.status .liveDashboard .w-single-multi-level ._account_api .list-results thead span.clear,.w-cards-container .w-card .status.title .liveDashboard .w-single-multi-level ._account_api .list-results thead span.clear,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .w-single-multi-level ._account_api .list-results thead span.clear,.list-results tbody tr.sublist .status.title .liveDashboard .w-single-multi-level ._account_api .list-results thead span.clear,.w-single-multi-level ._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span.clear,.w-single-multi-level .w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead span.clear,.w-filters-selected label.status.small .liveDashboard .w-single-multi-level ._account_api .list-results thead span.clear,.w-single-multi-level ._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.clear,.w-single-multi-level .w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead span.clear,.w-filters-selected .status.btn-f-s .liveDashboard .w-single-multi-level ._account_api .list-results thead span.clear,.w-single-multi-level ._account_api .sub-header .w-form .liveDashboard .list-results thead label.clear,.w-single-multi-level ._account_api .sub-header .w-double-list .liveDashboard .list-results thead label.clear,.w-single-multi-level .sub-header .w-form .liveDashboard ._account_api .list-results thead label.clear,.w-single-multi-level .sub-header .w-double-list .liveDashboard ._account_api .list-results thead label.clear,.sub-header .w-form .liveDashboard .w-single-multi-level ._account_api .list-results thead label.clear,.sub-header .w-double-list .liveDashboard .w-single-multi-level ._account_api .list-results thead label.clear,.w-single-multi-level ._account_api .block-filters .liveDashboard .list-results thead button.clear:after,.w-single-multi-level .block-filters .liveDashboard ._account_api .list-results thead button.clear:after,.block-filters .liveDashboard .w-single-multi-level ._account_api .list-results thead button.clear:after,.w-single-multi-level ._account_api .block-filters .liveDashboard .list-results thead select.clear:after,.w-single-multi-level .block-filters .liveDashboard ._account_api .list-results thead select.clear:after,.block-filters .liveDashboard .w-single-multi-level ._account_api .list-results thead select.clear:after,.w-single-multi-level ._account_api .form-auto-list .liveDashboard .list-results thead .clear.form-auto-item.is-user-is-inactive,.w-single-multi-level .form-auto-list .liveDashboard ._account_api .list-results thead .clear.form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard .w-single-multi-level ._account_api .list-results thead .clear.form-auto-item.is-user-is-inactive,.w-single-multi-level ._account_api .form-auto-list .liveDashboard .list-results thead .clear.form-auto-item.is-user-is-active,.w-single-multi-level .form-auto-list .liveDashboard ._account_api .list-results thead .clear.form-auto-item.is-user-is-active,.form-auto-list .liveDashboard .w-single-multi-level ._account_api .list-results thead .clear.form-auto-item.is-user-is-active,.w-single-multi-level ._account_api .list-results-header .status.title .liveDashboard .list-results thead span.clear,.w-single-multi-level .list-results-header .status.title .liveDashboard ._account_api .list-results thead span.clear,.list-results-header .status.title .liveDashboard .w-single-multi-level ._account_api .list-results thead span.clear,._account_api .list-results thead .w-single-multi-level .clear.icon,._account_api .list-results thead .w-single-multi-level .clear.w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-single-multi-level .clear.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-single-multi-level .clear.w-alert-banner:before,._account_api .list-results thead .w-single-multi-level .clear.w-alert-banner:before,._account_api .list-results thead .w-single-multi-level .w-dialog.plus .clear.dialog-aside:after,.w-dialog.plus ._account_api .list-results thead .w-single-multi-level .clear.dialog-aside:after,._account_api .list-results thead .w-single-multi-level .w-toast .clear.toast.plus:after,.w-toast ._account_api .list-results thead .w-single-multi-level .clear.toast.plus:after,._account_api .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .clear.btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .w-single-multi-level .clear.btn-period-clear:before,._account_api .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .clear.btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .w-single-multi-level .clear.btn-filter:before,._account_api .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .clear.btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .w-single-multi-level .clear.btn-period-edit:before,._account_api .list-results thead .w-single-multi-level .block-filters .clear.btn-filter:before,.block-filters ._account_api .list-results thead .w-single-multi-level .clear.btn-filter:before,._account_api .list-results thead .w-single-multi-level .toggleWrapper input.mobileToggle+label.clear,.toggleWrapper ._account_api .list-results thead .w-single-multi-level input.mobileToggle+label.clear,._account_api .list-results thead .w-single-multi-level tbody span.clear.status,._account_api .list-results tbody thead .w-single-multi-level span.clear.status,._account_api .list-results thead .w-single-multi-level tbody td.is-running span.clear,._account_api .list-results tbody td.is-running thead .w-single-multi-level span.clear,._account_api .list-results thead .w-single-multi-level tbody td.is-pending span.clear,._account_api .list-results tbody td.is-pending thead .w-single-multi-level span.clear,._account_api .liveDashboard .list-results thead .w-single-multi-level .clear.icon,._account_api .liveDashboard .list-results thead .w-single-multi-level .clear.w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-single-multi-level .clear.w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-single-multi-level .clear.w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-dialog.plus .clear.dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .w-single-multi-level .clear.dialog-aside:after,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-toast .clear.toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .w-single-multi-level .clear.toast.plus:after,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .clear.btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .w-single-multi-level .clear.btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .clear.btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .w-single-multi-level .clear.btn-filter:before,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .clear.btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .w-single-multi-level .clear.btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-single-multi-level .block-filters .clear.btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .w-single-multi-level .clear.btn-filter:before,._account_api .liveDashboard .list-results thead .w-single-multi-level .toggleWrapper input.mobileToggle+label.clear,.toggleWrapper ._account_api .liveDashboard .list-results thead .w-single-multi-level input.mobileToggle+label.clear,._account_api .liveDashboard .list-results thead .w-single-multi-level tbody span.clear.status,._account_api .liveDashboard .list-results tbody thead .w-single-multi-level span.clear.status,._account_api .liveDashboard .list-results thead .w-single-multi-level tbody td.is-running span.clear,._account_api .liveDashboard .list-results tbody td.is-running thead .w-single-multi-level span.clear,._account_api .liveDashboard .list-results thead .w-single-multi-level tbody td.is-pending span.clear,._account_api .liveDashboard .list-results tbody td.is-pending thead .w-single-multi-level span.clear,.liveDashboard ._account_api .list-results thead .w-single-multi-level .clear.icon,.liveDashboard ._account_api .list-results thead .w-single-multi-level .clear.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-single-multi-level .clear.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-single-multi-level .clear.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-dialog.plus .clear.dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .w-single-multi-level .clear.dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-toast .clear.toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .w-single-multi-level .clear.toast.plus:after,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .clear.btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .w-single-multi-level .clear.btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .clear.btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .w-single-multi-level .clear.btn-filter:before,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .clear.btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .w-single-multi-level .clear.btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-single-multi-level .block-filters .clear.btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .w-single-multi-level .clear.btn-filter:before,.liveDashboard ._account_api .list-results thead .w-single-multi-level .toggleWrapper input.mobileToggle+label.clear,.toggleWrapper .liveDashboard ._account_api .list-results thead .w-single-multi-level input.mobileToggle+label.clear,.liveDashboard ._account_api .list-results thead .w-single-multi-level tbody span.clear.status,.liveDashboard ._account_api .list-results tbody thead .w-single-multi-level span.clear.status,.liveDashboard ._account_api .list-results thead .w-single-multi-level tbody td.is-running span.clear,.liveDashboard ._account_api .list-results tbody td.is-running thead .w-single-multi-level span.clear,.liveDashboard ._account_api .list-results thead .w-single-multi-level tbody td.is-pending span.clear,.liveDashboard ._account_api .list-results tbody td.is-pending thead .w-single-multi-level span.clear,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-filter-preset.w-filter-preset .filter-preset .dropdown .clear.dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-filter-preset.w-filter-preset .filter-preset .dropdown .clear.dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .w-single-multi-level .clear.dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .w-single-multi-level .clear.dropdown-toggle:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .w-single-multi-level .clear.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .w-single-multi-level .clear.dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-filter-preset.w-filter-preset .filter-preset .clear.filter,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-filter-preset.w-filter-preset .filter-preset .clear.filter,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .w-single-multi-level .clear.filter,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .w-single-multi-level .clear.filter,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .w-single-multi-level .clear.filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .w-single-multi-level .clear.filter,._account_api .liveDashboard .list-results thead .w-single-multi-level .form-label.status span.clear,._account_api .liveDashboard .list-results thead .w-single-multi-level .status.status-log span.clear,._account_api .liveDashboard .list-results thead .w-single-multi-level .status.status-report-item span.clear,._account_api .liveDashboard .list-results thead .w-single-multi-level .double-list dd.status span.clear,.double-list ._account_api .liveDashboard .list-results thead .w-single-multi-level dd.status span.clear,._account_api .liveDashboard .list-results thead .w-single-multi-level .double-list dt.status span.clear,.double-list ._account_api .liveDashboard .list-results thead .w-single-multi-level dt.status span.clear,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-cards-container .w-card .status.title span.clear,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .w-single-multi-level .status.title span.clear,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-cards-container .w-card.centered .w-value .status.label span.clear,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .w-single-multi-level .status.label span.clear,._account_api .liveDashboard .list-results thead .w-single-multi-level tbody tr.sublist .status.title span.clear,._account_api .liveDashboard .list-results tbody tr.sublist thead .w-single-multi-level .status.title span.clear,.liveDashboard ._account_api .list-results thead .w-single-multi-level .form-label.status span.clear,.liveDashboard ._account_api .list-results thead .w-single-multi-level .status.status-log span.clear,.liveDashboard ._account_api .list-results thead .w-single-multi-level .status.status-report-item span.clear,.liveDashboard ._account_api .list-results thead .w-single-multi-level .double-list dd.status span.clear,.double-list .liveDashboard ._account_api .list-results thead .w-single-multi-level dd.status span.clear,.liveDashboard ._account_api .list-results thead .w-single-multi-level .double-list dt.status span.clear,.double-list .liveDashboard ._account_api .list-results thead .w-single-multi-level dt.status span.clear,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-cards-container .w-card .status.title span.clear,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .w-single-multi-level .status.title span.clear,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-cards-container .w-card.centered .w-value .status.label span.clear,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .w-single-multi-level .status.label span.clear,.liveDashboard ._account_api .list-results thead .w-single-multi-level tbody tr.sublist .status.title span.clear,.liveDashboard ._account_api .list-results tbody tr.sublist thead .w-single-multi-level .status.title span.clear,._account_api .liveDashboard .list-results thead .form-label.status .w-single-multi-level span.clear,._account_api .liveDashboard .list-results thead .status.status-log .w-single-multi-level span.clear,._account_api .liveDashboard .list-results thead .status.status-report-item .w-single-multi-level span.clear,._account_api .liveDashboard .list-results thead .double-list dd.status .w-single-multi-level span.clear,.double-list ._account_api .liveDashboard .list-results thead dd.status .w-single-multi-level span.clear,._account_api .liveDashboard .list-results thead .double-list dt.status .w-single-multi-level span.clear,.double-list ._account_api .liveDashboard .list-results thead dt.status .w-single-multi-level span.clear,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title .w-single-multi-level span.clear,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title .w-single-multi-level span.clear,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .w-single-multi-level span.clear,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label .w-single-multi-level span.clear,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title .w-single-multi-level span.clear,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title .w-single-multi-level span.clear,.liveDashboard ._account_api .list-results thead .form-label.status .w-single-multi-level span.clear,.liveDashboard ._account_api .list-results thead .status.status-log .w-single-multi-level span.clear,.liveDashboard ._account_api .list-results thead .status.status-report-item .w-single-multi-level span.clear,.liveDashboard ._account_api .list-results thead .double-list dd.status .w-single-multi-level span.clear,.double-list .liveDashboard ._account_api .list-results thead dd.status .w-single-multi-level span.clear,.liveDashboard ._account_api .list-results thead .double-list dt.status .w-single-multi-level span.clear,.double-list .liveDashboard ._account_api .list-results thead dt.status .w-single-multi-level span.clear,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title .w-single-multi-level span.clear,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title .w-single-multi-level span.clear,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .w-single-multi-level span.clear,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label .w-single-multi-level span.clear,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title .w-single-multi-level span.clear,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title .w-single-multi-level span.clear,._account_api .form-label.status .liveDashboard .list-results thead .w-single-multi-level span.clear,._account_api .status.status-log .liveDashboard .list-results thead .w-single-multi-level span.clear,._account_api .status.status-report-item .liveDashboard .list-results thead .w-single-multi-level span.clear,._account_api .double-list dd.status .liveDashboard .list-results thead .w-single-multi-level span.clear,.double-list ._account_api dd.status .liveDashboard .list-results thead .w-single-multi-level span.clear,._account_api .double-list dt.status .liveDashboard .list-results thead .w-single-multi-level span.clear,.double-list ._account_api dt.status .liveDashboard .list-results thead .w-single-multi-level span.clear,._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead .w-single-multi-level span.clear,.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead .w-single-multi-level span.clear,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead .w-single-multi-level span.clear,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead .w-single-multi-level span.clear,._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead .w-single-multi-level span.clear,.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead .w-single-multi-level span.clear,.form-label.status .liveDashboard ._account_api .list-results thead .w-single-multi-level span.clear,.status.status-log .liveDashboard ._account_api .list-results thead .w-single-multi-level span.clear,.status.status-report-item .liveDashboard ._account_api .list-results thead .w-single-multi-level span.clear,.double-list dd.status .liveDashboard ._account_api .list-results thead .w-single-multi-level span.clear,.double-list dt.status .liveDashboard ._account_api .list-results thead .w-single-multi-level span.clear,.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead .w-single-multi-level span.clear,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead .w-single-multi-level span.clear,.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead .w-single-multi-level span.clear,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-filters-selected label.status.small span.clear,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-filters-selected label.status.small span.clear,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small .w-single-multi-level span.clear,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small .w-single-multi-level span.clear,._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead .w-single-multi-level span.clear,.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead .w-single-multi-level span.clear,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-filters-selected .status.btn-f-s span.clear,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-filters-selected .status.btn-f-s span.clear,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .w-single-multi-level span.clear,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s .w-single-multi-level span.clear,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead .w-single-multi-level span.clear,.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead .w-single-multi-level span.clear,._account_api .liveDashboard .list-results thead .w-single-multi-level .sub-header .w-form label.clear,._account_api .liveDashboard .list-results thead .w-single-multi-level .sub-header .w-double-list label.clear,.liveDashboard ._account_api .list-results thead .w-single-multi-level .sub-header .w-form label.clear,.liveDashboard ._account_api .list-results thead .w-single-multi-level .sub-header .w-double-list label.clear,._account_api .liveDashboard .list-results thead .sub-header .w-form .w-single-multi-level label.clear,._account_api .liveDashboard .list-results thead .sub-header .w-double-list .w-single-multi-level label.clear,.liveDashboard ._account_api .list-results thead .sub-header .w-form .w-single-multi-level label.clear,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list .w-single-multi-level label.clear,._account_api .sub-header .w-form .liveDashboard .list-results thead .w-single-multi-level label.clear,._account_api .sub-header .w-double-list .liveDashboard .list-results thead .w-single-multi-level label.clear,.sub-header .w-form .liveDashboard ._account_api .list-results thead .w-single-multi-level label.clear,.sub-header .w-double-list .liveDashboard ._account_api .list-results thead .w-single-multi-level label.clear,._account_api .liveDashboard .list-results thead .w-single-multi-level .block-filters button.clear:after,.liveDashboard ._account_api .list-results thead .w-single-multi-level .block-filters button.clear:after,._account_api .liveDashboard .list-results thead .block-filters .w-single-multi-level button.clear:after,.liveDashboard ._account_api .list-results thead .block-filters .w-single-multi-level button.clear:after,._account_api .block-filters .liveDashboard .list-results thead .w-single-multi-level button.clear:after,.block-filters .liveDashboard ._account_api .list-results thead .w-single-multi-level button.clear:after,._account_api .liveDashboard .list-results thead .w-single-multi-level .block-filters select.clear:after,.liveDashboard ._account_api .list-results thead .w-single-multi-level .block-filters select.clear:after,._account_api .liveDashboard .list-results thead .block-filters .w-single-multi-level select.clear:after,.liveDashboard ._account_api .list-results thead .block-filters .w-single-multi-level select.clear:after,._account_api .block-filters .liveDashboard .list-results thead .w-single-multi-level select.clear:after,.block-filters .liveDashboard ._account_api .list-results thead .w-single-multi-level select.clear:after,._account_api .liveDashboard .list-results thead .w-single-multi-level .form-auto-list .clear.form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .w-single-multi-level .form-auto-list .clear.form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .form-auto-list .w-single-multi-level .clear.form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .form-auto-list .w-single-multi-level .clear.form-auto-item.is-user-is-inactive,._account_api .form-auto-list .liveDashboard .list-results thead .w-single-multi-level .clear.form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard ._account_api .list-results thead .w-single-multi-level .clear.form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .w-single-multi-level .form-auto-list .clear.form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .w-single-multi-level .form-auto-list .clear.form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .form-auto-list .w-single-multi-level .clear.form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .form-auto-list .w-single-multi-level .clear.form-auto-item.is-user-is-active,._account_api .form-auto-list .liveDashboard .list-results thead .w-single-multi-level .clear.form-auto-item.is-user-is-active,.form-auto-list .liveDashboard ._account_api .list-results thead .w-single-multi-level .clear.form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .w-single-multi-level .list-results-header .status.title span.clear,.liveDashboard ._account_api .list-results thead .w-single-multi-level .list-results-header .status.title span.clear,._account_api .liveDashboard .list-results thead .list-results-header .status.title .w-single-multi-level span.clear,.liveDashboard ._account_api .list-results thead .list-results-header .status.title .w-single-multi-level span.clear,._account_api .list-results-header .status.title .liveDashboard .list-results thead .w-single-multi-level span.clear,.list-results-header .status.title .liveDashboard ._account_api .list-results thead .w-single-multi-level span.clear,._account_api .liveDashboard .list-results thead .w-single-multi-level tr span.clear,.liveDashboard ._account_api .list-results thead .w-single-multi-level tr span.clear,._account_api .liveDashboard .list-results thead tr .w-single-multi-level span.clear,.liveDashboard ._account_api .list-results thead tr .w-single-multi-level span.clear,._account_api .list-results thead .w-single-multi-level .clear.icon,._account_api .list-results thead .w-single-multi-level .clear.w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-single-multi-level .clear.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-single-multi-level .clear.w-alert-banner:before,._account_api .list-results thead .w-single-multi-level .clear.w-alert-banner:before,._account_api .list-results thead .w-single-multi-level .w-dialog.plus .clear.dialog-aside:after,.w-dialog.plus ._account_api .list-results thead .w-single-multi-level .clear.dialog-aside:after,._account_api .list-results thead .w-single-multi-level .w-toast .clear.toast.plus:after,.w-toast ._account_api .list-results thead .w-single-multi-level .clear.toast.plus:after,._account_api .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .clear.btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .w-single-multi-level .clear.btn-period-clear:before,._account_api .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .clear.btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .w-single-multi-level .clear.btn-filter:before,._account_api .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .clear.btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .w-single-multi-level .clear.btn-period-edit:before,._account_api .list-results thead .w-single-multi-level .block-filters .clear.btn-filter:before,.block-filters ._account_api .list-results thead .w-single-multi-level .clear.btn-filter:before,._account_api .list-results thead .w-single-multi-level .toggleWrapper input.mobileToggle+label.clear,.toggleWrapper ._account_api .list-results thead .w-single-multi-level input.mobileToggle+label.clear,._account_api .list-results thead .w-single-multi-level tbody span.clear.status,._account_api .list-results tbody thead .w-single-multi-level span.clear.status,._account_api .list-results thead .w-single-multi-level tbody td.is-running span.clear,._account_api .list-results tbody td.is-running thead .w-single-multi-level span.clear,._account_api .list-results thead .w-single-multi-level tbody td.is-pending span.clear,._account_api .list-results tbody td.is-pending thead .w-single-multi-level span.clear,._account_api .list-results thead .w-single-multi-level .w-filter-preset.w-filter-preset .filter-preset .dropdown .clear.dropdown-toggle:after,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .w-single-multi-level .clear.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .w-single-multi-level .clear.dropdown-toggle:after,._account_api .list-results thead .w-single-multi-level .w-filter-preset.w-filter-preset .filter-preset .clear.filter,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .w-single-multi-level .clear.filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .w-single-multi-level .clear.filter,._account_api .list-results thead .w-single-multi-level .form-label.status span.clear,._account_api .list-results thead .w-single-multi-level .status.status-log span.clear,._account_api .list-results thead .w-single-multi-level .status.status-report-item span.clear,._account_api .list-results thead .w-single-multi-level .double-list dd.status span.clear,.double-list ._account_api .list-results thead .w-single-multi-level dd.status span.clear,._account_api .list-results thead .w-single-multi-level .double-list dt.status span.clear,.double-list ._account_api .list-results thead .w-single-multi-level dt.status span.clear,._account_api .list-results thead .w-single-multi-level .w-cards-container .w-card .status.title span.clear,.w-cards-container .w-card ._account_api .list-results thead .w-single-multi-level .status.title span.clear,._account_api .list-results thead .w-single-multi-level .w-cards-container .w-card.centered .w-value .status.label span.clear,.w-cards-container .w-card.centered .w-value ._account_api .list-results thead .w-single-multi-level .status.label span.clear,._account_api .list-results thead .w-single-multi-level tbody tr.sublist .status.title span.clear,._account_api .list-results tbody tr.sublist thead .w-single-multi-level .status.title span.clear,._account_api .list-results thead .form-label.status .w-single-multi-level span.clear,._account_api .list-results thead .status.status-log .w-single-multi-level span.clear,._account_api .list-results thead .status.status-report-item .w-single-multi-level span.clear,._account_api .list-results thead .double-list dd.status .w-single-multi-level span.clear,.double-list ._account_api .list-results thead dd.status .w-single-multi-level span.clear,._account_api .list-results thead .double-list dt.status .w-single-multi-level span.clear,.double-list ._account_api .list-results thead dt.status .w-single-multi-level span.clear,._account_api .list-results thead .w-cards-container .w-card .status.title .w-single-multi-level span.clear,.w-cards-container .w-card ._account_api .list-results thead .status.title .w-single-multi-level span.clear,._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .w-single-multi-level span.clear,.w-cards-container .w-card.centered .w-value ._account_api .list-results thead .status.label .w-single-multi-level span.clear,._account_api .list-results thead tbody tr.sublist .status.title .w-single-multi-level span.clear,._account_api .list-results tbody tr.sublist thead .status.title .w-single-multi-level span.clear,.form-label.status ._account_api .list-results thead .w-single-multi-level span.clear,.status.status-log ._account_api .list-results thead .w-single-multi-level span.clear,.status.status-report-item ._account_api .list-results thead .w-single-multi-level span.clear,.double-list dd.status ._account_api .list-results thead .w-single-multi-level span.clear,.double-list dt.status ._account_api .list-results thead .w-single-multi-level span.clear,.w-cards-container .w-card .status.title ._account_api .list-results thead .w-single-multi-level span.clear,.w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead .w-single-multi-level span.clear,.list-results tbody tr.sublist .status.title ._account_api .list-results thead .w-single-multi-level span.clear,._account_api .list-results thead .w-single-multi-level .w-filters-selected label.status.small span.clear,._account_api .list-results thead .w-filters-selected label.status.small .w-single-multi-level span.clear,.w-filters-selected label.status.small ._account_api .list-results thead .w-single-multi-level span.clear,._account_api .list-results thead .w-single-multi-level .w-filters-selected .status.btn-f-s span.clear,._account_api .list-results thead .w-filters-selected .status.btn-f-s .w-single-multi-level span.clear,.w-filters-selected .status.btn-f-s ._account_api .list-results thead .w-single-multi-level span.clear,._account_api .list-results thead .w-single-multi-level .sub-header .w-form label.clear,._account_api .list-results thead .w-single-multi-level .sub-header .w-double-list label.clear,._account_api .list-results thead .sub-header .w-form .w-single-multi-level label.clear,._account_api .list-results thead .sub-header .w-double-list .w-single-multi-level label.clear,.sub-header .w-form ._account_api .list-results thead .w-single-multi-level label.clear,.sub-header .w-double-list ._account_api .list-results thead .w-single-multi-level label.clear,._account_api .list-results thead .w-single-multi-level .block-filters button.clear:after,._account_api .list-results thead .block-filters .w-single-multi-level button.clear:after,.block-filters ._account_api .list-results thead .w-single-multi-level button.clear:after,._account_api .list-results thead .w-single-multi-level .block-filters select.clear:after,._account_api .list-results thead .block-filters .w-single-multi-level select.clear:after,.block-filters ._account_api .list-results thead .w-single-multi-level select.clear:after,._account_api .list-results thead .w-single-multi-level .form-auto-list .clear.form-auto-item.is-user-is-inactive,._account_api .list-results thead .form-auto-list .w-single-multi-level .clear.form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .list-results thead .w-single-multi-level .clear.form-auto-item.is-user-is-inactive,._account_api .list-results thead .w-single-multi-level .form-auto-list .clear.form-auto-item.is-user-is-active,._account_api .list-results thead .form-auto-list .w-single-multi-level .clear.form-auto-item.is-user-is-active,.form-auto-list ._account_api .list-results thead .w-single-multi-level .clear.form-auto-item.is-user-is-active,._account_api .list-results thead .w-single-multi-level .list-results-header .status.title span.clear,._account_api .list-results thead .list-results-header .status.title .w-single-multi-level span.clear,.list-results-header .status.title ._account_api .list-results thead .w-single-multi-level span.clear,._account_api .list-results thead .w-single-multi-level tr span.clear,._account_api .list-results thead tr .w-single-multi-level span.clear,.liveDashboard ._account_api .list-results thead .w-single-multi-level .clear.icon,.liveDashboard ._account_api .list-results thead .w-single-multi-level .clear.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-single-multi-level .clear.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-single-multi-level .clear.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-dialog.plus .clear.dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .w-single-multi-level .clear.dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-toast .clear.toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .w-single-multi-level .clear.toast.plus:after,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .clear.btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .w-single-multi-level .clear.btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .clear.btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .w-single-multi-level .clear.btn-filter:before,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .clear.btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .w-single-multi-level .clear.btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-single-multi-level .block-filters .clear.btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .w-single-multi-level .clear.btn-filter:before,.liveDashboard ._account_api .list-results thead .w-single-multi-level .toggleWrapper input.mobileToggle+label.clear,.toggleWrapper .liveDashboard ._account_api .list-results thead .w-single-multi-level input.mobileToggle+label.clear,.liveDashboard ._account_api .list-results thead .w-single-multi-level tbody span.clear.status,.liveDashboard ._account_api .list-results tbody thead .w-single-multi-level span.clear.status,.liveDashboard ._account_api .list-results thead .w-single-multi-level tbody td.is-running span.clear,.liveDashboard ._account_api .list-results tbody td.is-running thead .w-single-multi-level span.clear,.liveDashboard ._account_api .list-results thead .w-single-multi-level tbody td.is-pending span.clear,.liveDashboard ._account_api .list-results tbody td.is-pending thead .w-single-multi-level span.clear,._account_api .liveDashboard .list-results thead .w-single-multi-level .clear.icon,._account_api .liveDashboard .list-results thead .w-single-multi-level .clear.w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-single-multi-level .clear.w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-single-multi-level .clear.w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-dialog.plus .clear.dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .w-single-multi-level .clear.dialog-aside:after,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-toast .clear.toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .w-single-multi-level .clear.toast.plus:after,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .clear.btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .w-single-multi-level .clear.btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .clear.btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .w-single-multi-level .clear.btn-filter:before,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-time-period .dropdown .w-selection .clear.btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .w-single-multi-level .clear.btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-single-multi-level .block-filters .clear.btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .w-single-multi-level .clear.btn-filter:before,._account_api .liveDashboard .list-results thead .w-single-multi-level .toggleWrapper input.mobileToggle+label.clear,.toggleWrapper ._account_api .liveDashboard .list-results thead .w-single-multi-level input.mobileToggle+label.clear,._account_api .liveDashboard .list-results thead .w-single-multi-level tbody span.clear.status,._account_api .liveDashboard .list-results tbody thead .w-single-multi-level span.clear.status,._account_api .liveDashboard .list-results thead .w-single-multi-level tbody td.is-running span.clear,._account_api .liveDashboard .list-results tbody td.is-running thead .w-single-multi-level span.clear,._account_api .liveDashboard .list-results thead .w-single-multi-level tbody td.is-pending span.clear,._account_api .liveDashboard .list-results tbody td.is-pending thead .w-single-multi-level span.clear,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-filter-preset.w-filter-preset .filter-preset .dropdown .clear.dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .w-single-multi-level .clear.dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-filter-preset.w-filter-preset .filter-preset .dropdown .clear.dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .w-single-multi-level .clear.dropdown-toggle:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .w-single-multi-level .clear.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .w-single-multi-level .clear.dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-filter-preset.w-filter-preset .filter-preset .clear.filter,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .w-single-multi-level .clear.filter,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-filter-preset.w-filter-preset .filter-preset .clear.filter,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .w-single-multi-level .clear.filter,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .w-single-multi-level .clear.filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .w-single-multi-level .clear.filter,.liveDashboard ._account_api .list-results thead .w-single-multi-level .form-label.status span.clear,.liveDashboard ._account_api .list-results thead .w-single-multi-level .status.status-log span.clear,.liveDashboard ._account_api .list-results thead .w-single-multi-level .status.status-report-item span.clear,.liveDashboard ._account_api .list-results thead .w-single-multi-level .double-list dd.status span.clear,.double-list .liveDashboard ._account_api .list-results thead .w-single-multi-level dd.status span.clear,.liveDashboard ._account_api .list-results thead .w-single-multi-level .double-list dt.status span.clear,.double-list .liveDashboard ._account_api .list-results thead .w-single-multi-level dt.status span.clear,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-cards-container .w-card .status.title span.clear,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .w-single-multi-level .status.title span.clear,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-cards-container .w-card.centered .w-value .status.label span.clear,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .w-single-multi-level .status.label span.clear,.liveDashboard ._account_api .list-results thead .w-single-multi-level tbody tr.sublist .status.title span.clear,.liveDashboard ._account_api .list-results tbody tr.sublist thead .w-single-multi-level .status.title span.clear,.liveDashboard ._account_api .list-results thead .form-label.status .w-single-multi-level span.clear,.liveDashboard ._account_api .list-results thead .status.status-log .w-single-multi-level span.clear,.liveDashboard ._account_api .list-results thead .status.status-report-item .w-single-multi-level span.clear,.liveDashboard ._account_api .list-results thead .double-list dd.status .w-single-multi-level span.clear,.double-list .liveDashboard ._account_api .list-results thead dd.status .w-single-multi-level span.clear,.liveDashboard ._account_api .list-results thead .double-list dt.status .w-single-multi-level span.clear,.double-list .liveDashboard ._account_api .list-results thead dt.status .w-single-multi-level span.clear,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title .w-single-multi-level span.clear,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title .w-single-multi-level span.clear,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .w-single-multi-level span.clear,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label .w-single-multi-level span.clear,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title .w-single-multi-level span.clear,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title .w-single-multi-level span.clear,._account_api .liveDashboard .list-results thead .w-single-multi-level .form-label.status span.clear,._account_api .liveDashboard .list-results thead .w-single-multi-level .status.status-log span.clear,._account_api .liveDashboard .list-results thead .w-single-multi-level .status.status-report-item span.clear,._account_api .liveDashboard .list-results thead .w-single-multi-level .double-list dd.status span.clear,.double-list ._account_api .liveDashboard .list-results thead .w-single-multi-level dd.status span.clear,._account_api .liveDashboard .list-results thead .w-single-multi-level .double-list dt.status span.clear,.double-list ._account_api .liveDashboard .list-results thead .w-single-multi-level dt.status span.clear,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-cards-container .w-card .status.title span.clear,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .w-single-multi-level .status.title span.clear,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-cards-container .w-card.centered .w-value .status.label span.clear,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .w-single-multi-level .status.label span.clear,._account_api .liveDashboard .list-results thead .w-single-multi-level tbody tr.sublist .status.title span.clear,._account_api .liveDashboard .list-results tbody tr.sublist thead .w-single-multi-level .status.title span.clear,._account_api .liveDashboard .list-results thead .form-label.status .w-single-multi-level span.clear,._account_api .liveDashboard .list-results thead .status.status-log .w-single-multi-level span.clear,._account_api .liveDashboard .list-results thead .status.status-report-item .w-single-multi-level span.clear,._account_api .liveDashboard .list-results thead .double-list dd.status .w-single-multi-level span.clear,.double-list ._account_api .liveDashboard .list-results thead dd.status .w-single-multi-level span.clear,._account_api .liveDashboard .list-results thead .double-list dt.status .w-single-multi-level span.clear,.double-list ._account_api .liveDashboard .list-results thead dt.status .w-single-multi-level span.clear,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title .w-single-multi-level span.clear,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title .w-single-multi-level span.clear,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .w-single-multi-level span.clear,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label .w-single-multi-level span.clear,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title .w-single-multi-level span.clear,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title .w-single-multi-level span.clear,.liveDashboard .form-label.status ._account_api .list-results thead .w-single-multi-level span.clear,.liveDashboard .status.status-log ._account_api .list-results thead .w-single-multi-level span.clear,.liveDashboard .status.status-report-item ._account_api .list-results thead .w-single-multi-level span.clear,.liveDashboard .double-list dd.status ._account_api .list-results thead .w-single-multi-level span.clear,.double-list .liveDashboard dd.status ._account_api .list-results thead .w-single-multi-level span.clear,.liveDashboard .double-list dt.status ._account_api .list-results thead .w-single-multi-level span.clear,.double-list .liveDashboard dt.status ._account_api .list-results thead .w-single-multi-level span.clear,.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead .w-single-multi-level span.clear,.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead .w-single-multi-level span.clear,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead .w-single-multi-level span.clear,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead .w-single-multi-level span.clear,.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead .w-single-multi-level span.clear,.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead .w-single-multi-level span.clear,.form-label.status ._account_api .liveDashboard .list-results thead .w-single-multi-level span.clear,.status.status-log ._account_api .liveDashboard .list-results thead .w-single-multi-level span.clear,.status.status-report-item ._account_api .liveDashboard .list-results thead .w-single-multi-level span.clear,.double-list dd.status ._account_api .liveDashboard .list-results thead .w-single-multi-level span.clear,.double-list dt.status ._account_api .liveDashboard .list-results thead .w-single-multi-level span.clear,.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead .w-single-multi-level span.clear,.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead .w-single-multi-level span.clear,.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead .w-single-multi-level span.clear,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-filters-selected label.status.small span.clear,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small .w-single-multi-level span.clear,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-filters-selected label.status.small span.clear,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small .w-single-multi-level span.clear,.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead .w-single-multi-level span.clear,.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead .w-single-multi-level span.clear,.liveDashboard ._account_api .list-results thead .w-single-multi-level .w-filters-selected .status.btn-f-s span.clear,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s .w-single-multi-level span.clear,._account_api .liveDashboard .list-results thead .w-single-multi-level .w-filters-selected .status.btn-f-s span.clear,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .w-single-multi-level span.clear,.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead .w-single-multi-level span.clear,.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead .w-single-multi-level span.clear,.liveDashboard ._account_api .list-results thead .w-single-multi-level .sub-header .w-form label.clear,.liveDashboard ._account_api .list-results thead .w-single-multi-level .sub-header .w-double-list label.clear,.liveDashboard ._account_api .list-results thead .sub-header .w-form .w-single-multi-level label.clear,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list .w-single-multi-level label.clear,._account_api .liveDashboard .list-results thead .w-single-multi-level .sub-header .w-form label.clear,._account_api .liveDashboard .list-results thead .w-single-multi-level .sub-header .w-double-list label.clear,._account_api .liveDashboard .list-results thead .sub-header .w-form .w-single-multi-level label.clear,._account_api .liveDashboard .list-results thead .sub-header .w-double-list .w-single-multi-level label.clear,.liveDashboard .sub-header .w-form ._account_api .list-results thead .w-single-multi-level label.clear,.liveDashboard .sub-header .w-double-list ._account_api .list-results thead .w-single-multi-level label.clear,.sub-header .w-form ._account_api .liveDashboard .list-results thead .w-single-multi-level label.clear,.sub-header .w-double-list ._account_api .liveDashboard .list-results thead .w-single-multi-level label.clear,.liveDashboard ._account_api .list-results thead .w-single-multi-level .block-filters button.clear:after,.liveDashboard ._account_api .list-results thead .block-filters .w-single-multi-level button.clear:after,._account_api .liveDashboard .list-results thead .w-single-multi-level .block-filters button.clear:after,._account_api .liveDashboard .list-results thead .block-filters .w-single-multi-level button.clear:after,.liveDashboard .block-filters ._account_api .list-results thead .w-single-multi-level button.clear:after,.block-filters ._account_api .liveDashboard .list-results thead .w-single-multi-level button.clear:after,.liveDashboard ._account_api .list-results thead .w-single-multi-level .block-filters select.clear:after,.liveDashboard ._account_api .list-results thead .block-filters .w-single-multi-level select.clear:after,._account_api .liveDashboard .list-results thead .w-single-multi-level .block-filters select.clear:after,._account_api .liveDashboard .list-results thead .block-filters .w-single-multi-level select.clear:after,.liveDashboard .block-filters ._account_api .list-results thead .w-single-multi-level select.clear:after,.block-filters ._account_api .liveDashboard .list-results thead .w-single-multi-level select.clear:after,.liveDashboard ._account_api .list-results thead .w-single-multi-level .form-auto-list .clear.form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .form-auto-list .w-single-multi-level .clear.form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .w-single-multi-level .form-auto-list .clear.form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .form-auto-list .w-single-multi-level .clear.form-auto-item.is-user-is-inactive,.liveDashboard .form-auto-list ._account_api .list-results thead .w-single-multi-level .clear.form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .liveDashboard .list-results thead .w-single-multi-level .clear.form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .w-single-multi-level .form-auto-list .clear.form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .form-auto-list .w-single-multi-level .clear.form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .w-single-multi-level .form-auto-list .clear.form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .form-auto-list .w-single-multi-level .clear.form-auto-item.is-user-is-active,.liveDashboard .form-auto-list ._account_api .list-results thead .w-single-multi-level .clear.form-auto-item.is-user-is-active,.form-auto-list ._account_api .liveDashboard .list-results thead .w-single-multi-level .clear.form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .w-single-multi-level .list-results-header .status.title span.clear,.liveDashboard ._account_api .list-results thead .list-results-header .status.title .w-single-multi-level span.clear,._account_api .liveDashboard .list-results thead .w-single-multi-level .list-results-header .status.title span.clear,._account_api .liveDashboard .list-results thead .list-results-header .status.title .w-single-multi-level span.clear,.liveDashboard .list-results-header .status.title ._account_api .list-results thead .w-single-multi-level span.clear,.list-results-header .status.title ._account_api .liveDashboard .list-results thead .w-single-multi-level span.clear,.liveDashboard ._account_api .list-results thead .w-single-multi-level tr span.clear,.liveDashboard ._account_api .list-results thead tr .w-single-multi-level span.clear,._account_api .liveDashboard .list-results thead .w-single-multi-level tr span.clear,._account_api .liveDashboard .list-results thead tr .w-single-multi-level span.clear,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .w-single-multi-level .clear.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .w-single-multi-level .clear.dropdown-toggle:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .w-single-multi-level .clear.filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .w-single-multi-level .clear.filter,._account_api .form-label.status .liveDashboard .list-results thead .w-single-multi-level span.clear,._account_api .status.status-log .liveDashboard .list-results thead .w-single-multi-level span.clear,._account_api .status.status-report-item .liveDashboard .list-results thead .w-single-multi-level span.clear,._account_api .double-list dd.status .liveDashboard .list-results thead .w-single-multi-level span.clear,.double-list ._account_api dd.status .liveDashboard .list-results thead .w-single-multi-level span.clear,._account_api .double-list dt.status .liveDashboard .list-results thead .w-single-multi-level span.clear,.double-list ._account_api dt.status .liveDashboard .list-results thead .w-single-multi-level span.clear,._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead .w-single-multi-level span.clear,.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead .w-single-multi-level span.clear,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead .w-single-multi-level span.clear,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead .w-single-multi-level span.clear,._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead .w-single-multi-level span.clear,.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead .w-single-multi-level span.clear,.form-label.status .liveDashboard ._account_api .list-results thead .w-single-multi-level span.clear,.status.status-log .liveDashboard ._account_api .list-results thead .w-single-multi-level span.clear,.status.status-report-item .liveDashboard ._account_api .list-results thead .w-single-multi-level span.clear,.double-list dd.status .liveDashboard ._account_api .list-results thead .w-single-multi-level span.clear,.double-list dt.status .liveDashboard ._account_api .list-results thead .w-single-multi-level span.clear,.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead .w-single-multi-level span.clear,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead .w-single-multi-level span.clear,.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead .w-single-multi-level span.clear,._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead .w-single-multi-level span.clear,.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead .w-single-multi-level span.clear,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead .w-single-multi-level span.clear,.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead .w-single-multi-level span.clear,._account_api .sub-header .w-form .liveDashboard .list-results thead .w-single-multi-level label.clear,._account_api .sub-header .w-double-list .liveDashboard .list-results thead .w-single-multi-level label.clear,.sub-header .w-form .liveDashboard ._account_api .list-results thead .w-single-multi-level label.clear,.sub-header .w-double-list .liveDashboard ._account_api .list-results thead .w-single-multi-level label.clear,._account_api .block-filters .liveDashboard .list-results thead .w-single-multi-level button.clear:after,.block-filters .liveDashboard ._account_api .list-results thead .w-single-multi-level button.clear:after,._account_api .block-filters .liveDashboard .list-results thead .w-single-multi-level select.clear:after,.block-filters .liveDashboard ._account_api .list-results thead .w-single-multi-level select.clear:after,._account_api .form-auto-list .liveDashboard .list-results thead .w-single-multi-level .clear.form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard ._account_api .list-results thead .w-single-multi-level .clear.form-auto-item.is-user-is-inactive,._account_api .form-auto-list .liveDashboard .list-results thead .w-single-multi-level .clear.form-auto-item.is-user-is-active,.form-auto-list .liveDashboard ._account_api .list-results thead .w-single-multi-level .clear.form-auto-item.is-user-is-active,._account_api .list-results-header .status.title .liveDashboard .list-results thead .w-single-multi-level span.clear,.list-results-header .status.title .liveDashboard ._account_api .list-results thead .w-single-multi-level span.clear,.w-single-multi-level ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .clear.dropdown-toggle:after,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .w-single-multi-level .clear.dropdown-toggle:after,.w-single-multi-level .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .clear.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .w-single-multi-level .clear.dropdown-toggle:after,.w-single-multi-level ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .clear.filter,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .w-single-multi-level .clear.filter,.w-single-multi-level .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .clear.filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .w-single-multi-level .clear.filter,.w-single-multi-level ._account_api .list-results thead .form-label.status span.clear,.w-single-multi-level ._account_api .list-results thead .status.status-log span.clear,.w-single-multi-level ._account_api .list-results thead .status.status-report-item span.clear,.w-single-multi-level ._account_api .list-results thead .double-list dd.status span.clear,.double-list .w-single-multi-level ._account_api .list-results thead dd.status span.clear,.w-single-multi-level ._account_api .list-results thead .double-list dt.status span.clear,.double-list .w-single-multi-level ._account_api .list-results thead dt.status span.clear,.w-single-multi-level ._account_api .list-results thead .w-cards-container .w-card .status.title span.clear,.w-cards-container .w-card .w-single-multi-level ._account_api .list-results thead .status.title span.clear,.w-single-multi-level ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.clear,.w-cards-container .w-card.centered .w-value .w-single-multi-level ._account_api .list-results thead .status.label span.clear,.w-single-multi-level ._account_api .list-results thead tbody tr.sublist .status.title span.clear,.w-single-multi-level ._account_api .list-results tbody tr.sublist thead .status.title span.clear,._account_api .list-results thead .form-label.status .w-single-multi-level span.clear,._account_api .list-results thead .status.status-log .w-single-multi-level span.clear,._account_api .list-results thead .status.status-report-item .w-single-multi-level span.clear,._account_api .list-results thead .double-list dd.status .w-single-multi-level span.clear,.double-list ._account_api .list-results thead dd.status .w-single-multi-level span.clear,._account_api .list-results thead .double-list dt.status .w-single-multi-level span.clear,.double-list ._account_api .list-results thead dt.status .w-single-multi-level span.clear,._account_api .list-results thead .w-cards-container .w-card .status.title .w-single-multi-level span.clear,.w-cards-container .w-card ._account_api .list-results thead .status.title .w-single-multi-level span.clear,._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .w-single-multi-level span.clear,.w-cards-container .w-card.centered .w-value ._account_api .list-results thead .status.label .w-single-multi-level span.clear,._account_api .list-results thead tbody tr.sublist .status.title .w-single-multi-level span.clear,._account_api .list-results tbody tr.sublist thead .status.title .w-single-multi-level span.clear,.w-single-multi-level .form-label.status ._account_api .list-results thead span.clear,.w-single-multi-level .status.status-log ._account_api .list-results thead span.clear,.w-single-multi-level .status.status-report-item ._account_api .list-results thead span.clear,.w-single-multi-level .double-list dd.status ._account_api .list-results thead span.clear,.double-list .w-single-multi-level dd.status ._account_api .list-results thead span.clear,.w-single-multi-level .double-list dt.status ._account_api .list-results thead span.clear,.double-list .w-single-multi-level dt.status ._account_api .list-results thead span.clear,.w-single-multi-level .w-cards-container .w-card .status.title ._account_api .list-results thead span.clear,.w-cards-container .w-card .w-single-multi-level .status.title ._account_api .list-results thead span.clear,.w-single-multi-level .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.clear,.w-cards-container .w-card.centered .w-value .w-single-multi-level .status.label ._account_api .list-results thead span.clear,.w-single-multi-level .list-results tbody tr.sublist .status.title ._account_api .list-results thead span.clear,.list-results tbody tr.sublist .w-single-multi-level .status.title ._account_api .list-results thead span.clear,.form-label.status ._account_api .list-results thead .w-single-multi-level span.clear,.status.status-log ._account_api .list-results thead .w-single-multi-level span.clear,.status.status-report-item ._account_api .list-results thead .w-single-multi-level span.clear,.double-list dd.status ._account_api .list-results thead .w-single-multi-level span.clear,.double-list dt.status ._account_api .list-results thead .w-single-multi-level span.clear,.w-cards-container .w-card .status.title ._account_api .list-results thead .w-single-multi-level span.clear,.w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead .w-single-multi-level span.clear,.list-results tbody tr.sublist .status.title ._account_api .list-results thead .w-single-multi-level span.clear,.w-single-multi-level ._account_api .list-results thead .w-filters-selected label.status.small span.clear,._account_api .list-results thead .w-filters-selected label.status.small .w-single-multi-level span.clear,.w-single-multi-level .w-filters-selected label.status.small ._account_api .list-results thead span.clear,.w-filters-selected label.status.small ._account_api .list-results thead .w-single-multi-level span.clear,.w-single-multi-level ._account_api .list-results thead .w-filters-selected .status.btn-f-s span.clear,._account_api .list-results thead .w-filters-selected .status.btn-f-s .w-single-multi-level span.clear,.w-single-multi-level .w-filters-selected .status.btn-f-s ._account_api .list-results thead span.clear,.w-filters-selected .status.btn-f-s ._account_api .list-results thead .w-single-multi-level span.clear,.w-single-multi-level ._account_api .list-results thead .sub-header .w-form label.clear,.w-single-multi-level ._account_api .list-results thead .sub-header .w-double-list label.clear,._account_api .list-results thead .sub-header .w-form .w-single-multi-level label.clear,._account_api .list-results thead .sub-header .w-double-list .w-single-multi-level label.clear,.w-single-multi-level .sub-header .w-form ._account_api .list-results thead label.clear,.w-single-multi-level .sub-header .w-double-list ._account_api .list-results thead label.clear,.sub-header .w-form ._account_api .list-results thead .w-single-multi-level label.clear,.sub-header .w-double-list ._account_api .list-results thead .w-single-multi-level label.clear,.w-single-multi-level ._account_api .list-results thead .block-filters button.clear:after,._account_api .list-results thead .block-filters .w-single-multi-level button.clear:after,.w-single-multi-level .block-filters ._account_api .list-results thead button.clear:after,.block-filters ._account_api .list-results thead .w-single-multi-level button.clear:after,.w-single-multi-level ._account_api .list-results thead .block-filters select.clear:after,._account_api .list-results thead .block-filters .w-single-multi-level select.clear:after,.w-single-multi-level .block-filters ._account_api .list-results thead select.clear:after,.block-filters ._account_api .list-results thead .w-single-multi-level select.clear:after,.w-single-multi-level ._account_api .list-results thead .form-auto-list .clear.form-auto-item.is-user-is-inactive,._account_api .list-results thead .form-auto-list .w-single-multi-level .clear.form-auto-item.is-user-is-inactive,.w-single-multi-level .form-auto-list ._account_api .list-results thead .clear.form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .list-results thead .w-single-multi-level .clear.form-auto-item.is-user-is-inactive,.w-single-multi-level ._account_api .list-results thead .form-auto-list .clear.form-auto-item.is-user-is-active,._account_api .list-results thead .form-auto-list .w-single-multi-level .clear.form-auto-item.is-user-is-active,.w-single-multi-level .form-auto-list ._account_api .list-results thead .clear.form-auto-item.is-user-is-active,.form-auto-list ._account_api .list-results thead .w-single-multi-level .clear.form-auto-item.is-user-is-active,.w-single-multi-level ._account_api .list-results thead .list-results-header .status.title span.clear,._account_api .list-results thead .list-results-header .status.title .w-single-multi-level span.clear,.w-single-multi-level .list-results-header .status.title ._account_api .list-results thead span.clear,.list-results-header .status.title ._account_api .list-results thead .w-single-multi-level span.clear,.w-single-multi-level ._account_api .list-results thead tr span.clear,._account_api .list-results thead tr .w-single-multi-level span.clear,.w-single-multi-level .sidebar-default.sidebar-default-right .sidebar-default-body .filter-group .clear.filter-checkbox,.sidebar-default.sidebar-default-right .sidebar-default-body .filter-group .w-single-multi-level .clear.filter-checkbox,.w-single-multi-level .add-filters-dropdown .w-add-filters-list>div.filter-group .clear.filter-checkbox,.add-filters-dropdown .w-add-filters-list>div.filter-group .w-single-multi-level .clear.filter-checkbox,.w-single-multi-level .filter-preset .filter-field-name button.clear,.filter-preset .filter-field-name .w-single-multi-level button.clear,.filters .button-default.clear,.filters .liveDashboard .list-results thead .clear.icon,.filters .liveDashboard .list-results thead .clear.w-alert-banner:before,.filters .liveDashboard .list-results thead .clear.w-alert-banner:before,.filters .liveDashboard ._account_api .list-results thead .clear.w-alert-banner:before,._account_api .filters .liveDashboard .list-results thead .clear.w-alert-banner:before,.filters .liveDashboard .list-results thead .w-dialog.plus .clear.dialog-aside:after,.w-dialog.plus .filters .liveDashboard .list-results thead .clear.dialog-aside:after,.filters .liveDashboard .list-results thead .w-toast .clear.toast.plus:after,.w-toast .filters .liveDashboard .list-results thead .clear.toast.plus:after,.filters .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .clear.btn-period-clear:before,.w-time-period .dropdown .w-selection .filters .liveDashboard .list-results thead .clear.btn-period-clear:before,.filters .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .clear.btn-filter:before,.w-time-period .dropdown .w-selection .filters .liveDashboard .list-results thead .clear.btn-filter:before,.filters .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .clear.btn-period-edit:before,.w-time-period .dropdown .w-selection .filters .liveDashboard .list-results thead .clear.btn-period-edit:before,.filters .liveDashboard .list-results thead .block-filters .clear.btn-filter:before,.block-filters .filters .liveDashboard .list-results thead .clear.btn-filter:before,.filters .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.clear,.toggleWrapper .filters .liveDashboard .list-results thead input.mobileToggle+label.clear,.filters .liveDashboard .list-results thead tbody span.clear.status,.filters .liveDashboard .list-results tbody thead span.clear.status,.filters .liveDashboard .list-results thead tbody td.is-running span.clear,.filters .liveDashboard .list-results tbody td.is-running thead span.clear,.filters .liveDashboard .list-results thead tbody td.is-pending span.clear,.filters .liveDashboard .list-results tbody td.is-pending thead span.clear,.filters .liveDashboard .list-results thead .clear.icon,.filters .liveDashboard .list-results thead .clear.w-alert-banner:before,.filters .liveDashboard .list-results thead .clear.w-alert-banner:before,.filters .liveDashboard ._account_api .list-results thead .clear.w-alert-banner:before,._account_api .filters .liveDashboard .list-results thead .clear.w-alert-banner:before,.filters .liveDashboard .list-results thead .w-dialog.plus .clear.dialog-aside:after,.w-dialog.plus .filters .liveDashboard .list-results thead .clear.dialog-aside:after,.filters .liveDashboard .list-results thead .w-toast .clear.toast.plus:after,.w-toast .filters .liveDashboard .list-results thead .clear.toast.plus:after,.filters .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .clear.btn-period-clear:before,.w-time-period .dropdown .w-selection .filters .liveDashboard .list-results thead .clear.btn-period-clear:before,.filters .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .clear.btn-filter:before,.w-time-period .dropdown .w-selection .filters .liveDashboard .list-results thead .clear.btn-filter:before,.filters .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .clear.btn-period-edit:before,.w-time-period .dropdown .w-selection .filters .liveDashboard .list-results thead .clear.btn-period-edit:before,.filters .liveDashboard .list-results thead .block-filters .clear.btn-filter:before,.block-filters .filters .liveDashboard .list-results thead .clear.btn-filter:before,.filters .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.clear,.toggleWrapper .filters .liveDashboard .list-results thead input.mobileToggle+label.clear,.filters .liveDashboard .list-results thead tbody span.clear.status,.filters .liveDashboard .list-results tbody thead span.clear.status,.filters .liveDashboard .list-results thead tbody td.is-running span.clear,.filters .liveDashboard .list-results tbody td.is-running thead span.clear,.filters .liveDashboard .list-results thead tbody td.is-pending span.clear,.filters .liveDashboard .list-results tbody td.is-pending thead span.clear,.filters .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .clear.dropdown-toggle:after,.filters .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .clear.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .filters .liveDashboard .list-results thead .clear.dropdown-toggle:after,.filters .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .clear.filter,.filters .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .clear.filter,.w-filter-preset.w-filter-preset .filter-preset .filters .liveDashboard .list-results thead .clear.filter,.filters .liveDashboard .list-results thead .form-label.status span.clear,.filters .liveDashboard .list-results thead .status.status-log span.clear,.filters .liveDashboard .list-results thead .status.status-report-item span.clear,.filters .liveDashboard .list-results thead .double-list dd.status span.clear,.double-list .filters .liveDashboard .list-results thead dd.status span.clear,.filters .liveDashboard .list-results thead .double-list dt.status span.clear,.double-list .filters .liveDashboard .list-results thead dt.status span.clear,.filters .liveDashboard .list-results thead .w-cards-container .w-card .status.title span.clear,.w-cards-container .w-card .filters .liveDashboard .list-results thead .status.title span.clear,.filters .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.clear,.w-cards-container .w-card.centered .w-value .filters .liveDashboard .list-results thead .status.label span.clear,.filters .liveDashboard .list-results thead tbody tr.sublist .status.title span.clear,.filters .liveDashboard .list-results tbody tr.sublist thead .status.title span.clear,.filters .form-label.status .liveDashboard .list-results thead span.clear,.filters .status.status-log .liveDashboard .list-results thead span.clear,.filters .status.status-report-item .liveDashboard .list-results thead span.clear,.filters .double-list dd.status .liveDashboard .list-results thead span.clear,.double-list .filters dd.status .liveDashboard .list-results thead span.clear,.filters .double-list dt.status .liveDashboard .list-results thead span.clear,.double-list .filters dt.status .liveDashboard .list-results thead span.clear,.filters .w-cards-container .w-card .status.title .liveDashboard .list-results thead span.clear,.w-cards-container .w-card .filters .status.title .liveDashboard .list-results thead span.clear,.filters .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.clear,.w-cards-container .w-card.centered .w-value .filters .status.label .liveDashboard .list-results thead span.clear,.filters .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.clear,.list-results tbody tr.sublist .filters .status.title .liveDashboard .list-results thead span.clear,.form-label.status .filters .liveDashboard .list-results thead span.clear,.status.status-log .filters .liveDashboard .list-results thead span.clear,.status.status-report-item .filters .liveDashboard .list-results thead span.clear,.double-list dd.status .filters .liveDashboard .list-results thead span.clear,.double-list dt.status .filters .liveDashboard .list-results thead span.clear,.w-cards-container .w-card .status.title .filters .liveDashboard .list-results thead span.clear,.w-cards-container .w-card.centered .w-value .status.label .filters .liveDashboard .list-results thead span.clear,.list-results tbody tr.sublist .status.title .filters .liveDashboard .list-results thead span.clear,.filters .liveDashboard .list-results thead .w-filters-selected label.status.small span.clear,.filters .w-filters-selected label.status.small .liveDashboard .list-results thead span.clear,.w-filters-selected label.status.small .filters .liveDashboard .list-results thead span.clear,.filters .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.clear,.filters .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.clear,.w-filters-selected .status.btn-f-s .filters .liveDashboard .list-results thead span.clear,.filters .liveDashboard .list-results thead .sub-header .w-form label.clear,.filters .liveDashboard .list-results thead .sub-header .w-double-list label.clear,.filters .sub-header .w-form .liveDashboard .list-results thead label.clear,.filters .sub-header .w-double-list .liveDashboard .list-results thead label.clear,.sub-header .w-form .filters .liveDashboard .list-results thead label.clear,.sub-header .w-double-list .filters .liveDashboard .list-results thead label.clear,.filters .liveDashboard .list-results thead .block-filters button.clear:after,.filters .block-filters .liveDashboard .list-results thead button.clear:after,.block-filters .filters .liveDashboard .list-results thead button.clear:after,.filters .liveDashboard .list-results thead .block-filters select.clear:after,.filters .block-filters .liveDashboard .list-results thead select.clear:after,.block-filters .filters .liveDashboard .list-results thead select.clear:after,.filters .liveDashboard .list-results thead .form-auto-list .clear.form-auto-item.is-user-is-inactive,.filters .form-auto-list .liveDashboard .list-results thead .clear.form-auto-item.is-user-is-inactive,.form-auto-list .filters .liveDashboard .list-results thead .clear.form-auto-item.is-user-is-inactive,.filters .liveDashboard .list-results thead .form-auto-list .clear.form-auto-item.is-user-is-active,.filters .form-auto-list .liveDashboard .list-results thead .clear.form-auto-item.is-user-is-active,.form-auto-list .filters .liveDashboard .list-results thead .clear.form-auto-item.is-user-is-active,.filters .liveDashboard .list-results thead .list-results-header .status.title span.clear,.filters .list-results-header .status.title .liveDashboard .list-results thead span.clear,.list-results-header .status.title .filters .liveDashboard .list-results thead span.clear,.filters .liveDashboard .list-results thead tr span.clear,.filters .liveDashboard ._account_api .list-results thead .clear.icon,.filters .liveDashboard ._account_api .list-results thead .clear.w-alert-banner:before,.filters .liveDashboard ._account_api .list-results thead .clear.w-alert-banner:before,.filters .liveDashboard ._account_api .list-results thead .clear.w-alert-banner:before,.filters .liveDashboard ._account_api .list-results thead .w-dialog.plus .clear.dialog-aside:after,.w-dialog.plus .filters .liveDashboard ._account_api .list-results thead .clear.dialog-aside:after,.filters .liveDashboard ._account_api .list-results thead .w-toast .clear.toast.plus:after,.w-toast .filters .liveDashboard ._account_api .list-results thead .clear.toast.plus:after,.filters .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .clear.btn-period-clear:before,.w-time-period .dropdown .w-selection .filters .liveDashboard ._account_api .list-results thead .clear.btn-period-clear:before,.filters .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .clear.btn-filter:before,.w-time-period .dropdown .w-selection .filters .liveDashboard ._account_api .list-results thead .clear.btn-filter:before,.filters .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .clear.btn-period-edit:before,.w-time-period .dropdown .w-selection .filters .liveDashboard ._account_api .list-results thead .clear.btn-period-edit:before,.filters .liveDashboard ._account_api .list-results thead .block-filters .clear.btn-filter:before,.block-filters .filters .liveDashboard ._account_api .list-results thead .clear.btn-filter:before,.filters .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label.clear,.toggleWrapper .filters .liveDashboard ._account_api .list-results thead input.mobileToggle+label.clear,.filters .liveDashboard ._account_api .list-results thead tbody span.clear.status,.filters .liveDashboard ._account_api .list-results tbody thead span.clear.status,.filters .liveDashboard ._account_api .list-results thead tbody td.is-running span.clear,.filters .liveDashboard ._account_api .list-results tbody td.is-running thead span.clear,.filters .liveDashboard ._account_api .list-results thead tbody td.is-pending span.clear,.filters .liveDashboard ._account_api .list-results tbody td.is-pending thead span.clear,._account_api .filters .liveDashboard .list-results thead .clear.icon,._account_api .filters .liveDashboard .list-results thead .clear.w-alert-banner:before,._account_api .filters .liveDashboard .list-results thead .clear.w-alert-banner:before,._account_api .filters .liveDashboard .list-results thead .clear.w-alert-banner:before,._account_api .filters .liveDashboard .list-results thead .w-dialog.plus .clear.dialog-aside:after,.w-dialog.plus ._account_api .filters .liveDashboard .list-results thead .clear.dialog-aside:after,._account_api .filters .liveDashboard .list-results thead .w-toast .clear.toast.plus:after,.w-toast ._account_api .filters .liveDashboard .list-results thead .clear.toast.plus:after,._account_api .filters .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .clear.btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .filters .liveDashboard .list-results thead .clear.btn-period-clear:before,._account_api .filters .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .clear.btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .filters .liveDashboard .list-results thead .clear.btn-filter:before,._account_api .filters .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .clear.btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .filters .liveDashboard .list-results thead .clear.btn-period-edit:before,._account_api .filters .liveDashboard .list-results thead .block-filters .clear.btn-filter:before,.block-filters ._account_api .filters .liveDashboard .list-results thead .clear.btn-filter:before,._account_api .filters .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.clear,.toggleWrapper ._account_api .filters .liveDashboard .list-results thead input.mobileToggle+label.clear,._account_api .filters .liveDashboard .list-results thead tbody span.clear.status,._account_api .filters .liveDashboard .list-results tbody thead span.clear.status,._account_api .filters .liveDashboard .list-results thead tbody td.is-running span.clear,._account_api .filters .liveDashboard .list-results tbody td.is-running thead span.clear,._account_api .filters .liveDashboard .list-results thead tbody td.is-pending span.clear,._account_api .filters .liveDashboard .list-results tbody td.is-pending thead span.clear,.filters .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .clear.dropdown-toggle:after,._account_api .filters .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .clear.dropdown-toggle:after,.filters .liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .clear.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .filters .liveDashboard .list-results thead .clear.dropdown-toggle:after,.filters .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .clear.filter,._account_api .filters .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .clear.filter,.filters .liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .clear.filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .filters .liveDashboard .list-results thead .clear.filter,.filters .liveDashboard ._account_api .list-results thead .form-label.status span.clear,.filters .liveDashboard ._account_api .list-results thead .status.status-log span.clear,.filters .liveDashboard ._account_api .list-results thead .status.status-report-item span.clear,.filters .liveDashboard ._account_api .list-results thead .double-list dd.status span.clear,.double-list .filters .liveDashboard ._account_api .list-results thead dd.status span.clear,.filters .liveDashboard ._account_api .list-results thead .double-list dt.status span.clear,.double-list .filters .liveDashboard ._account_api .list-results thead dt.status span.clear,.filters .liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span.clear,.w-cards-container .w-card .filters .liveDashboard ._account_api .list-results thead .status.title span.clear,.filters .liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.clear,.w-cards-container .w-card.centered .w-value .filters .liveDashboard ._account_api .list-results thead .status.label span.clear,.filters .liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span.clear,.filters .liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span.clear,._account_api .filters .liveDashboard .list-results thead .form-label.status span.clear,._account_api .filters .liveDashboard .list-results thead .status.status-log span.clear,._account_api .filters .liveDashboard .list-results thead .status.status-report-item span.clear,._account_api .filters .liveDashboard .list-results thead .double-list dd.status span.clear,.double-list ._account_api .filters .liveDashboard .list-results thead dd.status span.clear,._account_api .filters .liveDashboard .list-results thead .double-list dt.status span.clear,.double-list ._account_api .filters .liveDashboard .list-results thead dt.status span.clear,._account_api .filters .liveDashboard .list-results thead .w-cards-container .w-card .status.title span.clear,.w-cards-container .w-card ._account_api .filters .liveDashboard .list-results thead .status.title span.clear,._account_api .filters .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.clear,.w-cards-container .w-card.centered .w-value ._account_api .filters .liveDashboard .list-results thead .status.label span.clear,._account_api .filters .liveDashboard .list-results thead tbody tr.sublist .status.title span.clear,._account_api .filters .liveDashboard .list-results tbody tr.sublist thead .status.title span.clear,.filters .liveDashboard .form-label.status ._account_api .list-results thead span.clear,.filters .liveDashboard .status.status-log ._account_api .list-results thead span.clear,.filters .liveDashboard .status.status-report-item ._account_api .list-results thead span.clear,.filters .liveDashboard .double-list dd.status ._account_api .list-results thead span.clear,.double-list .filters .liveDashboard dd.status ._account_api .list-results thead span.clear,.filters .liveDashboard .double-list dt.status ._account_api .list-results thead span.clear,.double-list .filters .liveDashboard dt.status ._account_api .list-results thead span.clear,.filters .liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span.clear,.w-cards-container .w-card .filters .liveDashboard .status.title ._account_api .list-results thead span.clear,.filters .liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.clear,.w-cards-container .w-card.centered .w-value .filters .liveDashboard .status.label ._account_api .list-results thead span.clear,.filters .liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span.clear,.list-results tbody tr.sublist .filters .liveDashboard .status.title ._account_api .list-results thead span.clear,.form-label.status ._account_api .filters .liveDashboard .list-results thead span.clear,.status.status-log ._account_api .filters .liveDashboard .list-results thead span.clear,.status.status-report-item ._account_api .filters .liveDashboard .list-results thead span.clear,.double-list dd.status ._account_api .filters .liveDashboard .list-results thead span.clear,.double-list dt.status ._account_api .filters .liveDashboard .list-results thead span.clear,.w-cards-container .w-card .status.title ._account_api .filters .liveDashboard .list-results thead span.clear,.w-cards-container .w-card.centered .w-value .status.label ._account_api .filters .liveDashboard .list-results thead span.clear,.list-results tbody tr.sublist .status.title ._account_api .filters .liveDashboard .list-results thead span.clear,.filters .liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span.clear,._account_api .filters .liveDashboard .list-results thead .w-filters-selected label.status.small span.clear,.filters .liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span.clear,.w-filters-selected label.status.small ._account_api .filters .liveDashboard .list-results thead span.clear,.filters .liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span.clear,._account_api .filters .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.clear,.filters .liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span.clear,.w-filters-selected .status.btn-f-s ._account_api .filters .liveDashboard .list-results thead span.clear,.filters .liveDashboard ._account_api .list-results thead .sub-header .w-form label.clear,.filters .liveDashboard ._account_api .list-results thead .sub-header .w-double-list label.clear,._account_api .filters .liveDashboard .list-results thead .sub-header .w-form label.clear,._account_api .filters .liveDashboard .list-results thead .sub-header .w-double-list label.clear,.filters .liveDashboard .sub-header .w-form ._account_api .list-results thead label.clear,.filters .liveDashboard .sub-header .w-double-list ._account_api .list-results thead label.clear,.sub-header .w-form ._account_api .filters .liveDashboard .list-results thead label.clear,.sub-header .w-double-list ._account_api .filters .liveDashboard .list-results thead label.clear,.filters .liveDashboard ._account_api .list-results thead .block-filters button.clear:after,._account_api .filters .liveDashboard .list-results thead .block-filters button.clear:after,.filters .liveDashboard .block-filters ._account_api .list-results thead button.clear:after,.block-filters ._account_api .filters .liveDashboard .list-results thead button.clear:after,.filters .liveDashboard ._account_api .list-results thead .block-filters select.clear:after,._account_api .filters .liveDashboard .list-results thead .block-filters select.clear:after,.filters .liveDashboard .block-filters ._account_api .list-results thead select.clear:after,.block-filters ._account_api .filters .liveDashboard .list-results thead select.clear:after,.filters .liveDashboard ._account_api .list-results thead .form-auto-list .clear.form-auto-item.is-user-is-inactive,._account_api .filters .liveDashboard .list-results thead .form-auto-list .clear.form-auto-item.is-user-is-inactive,.filters .liveDashboard .form-auto-list ._account_api .list-results thead .clear.form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .filters .liveDashboard .list-results thead .clear.form-auto-item.is-user-is-inactive,.filters .liveDashboard ._account_api .list-results thead .form-auto-list .clear.form-auto-item.is-user-is-active,._account_api .filters .liveDashboard .list-results thead .form-auto-list .clear.form-auto-item.is-user-is-active,.filters .liveDashboard .form-auto-list ._account_api .list-results thead .clear.form-auto-item.is-user-is-active,.form-auto-list ._account_api .filters .liveDashboard .list-results thead .clear.form-auto-item.is-user-is-active,.filters .liveDashboard ._account_api .list-results thead .list-results-header .status.title span.clear,._account_api .filters .liveDashboard .list-results thead .list-results-header .status.title span.clear,.filters .liveDashboard .list-results-header .status.title ._account_api .list-results thead span.clear,.list-results-header .status.title ._account_api .filters .liveDashboard .list-results thead span.clear,.filters .liveDashboard ._account_api .list-results thead tr span.clear,._account_api .filters .liveDashboard .list-results thead tr span.clear,.filters .liveDashboard ._account_api .list-results thead .clear.icon,.filters .liveDashboard ._account_api .list-results thead .clear.w-alert-banner:before,.filters .liveDashboard ._account_api .list-results thead .clear.w-alert-banner:before,.filters .liveDashboard ._account_api .list-results thead .clear.w-alert-banner:before,.filters .liveDashboard ._account_api .list-results thead .w-dialog.plus .clear.dialog-aside:after,.w-dialog.plus .filters .liveDashboard ._account_api .list-results thead .clear.dialog-aside:after,.filters .liveDashboard ._account_api .list-results thead .w-toast .clear.toast.plus:after,.w-toast .filters .liveDashboard ._account_api .list-results thead .clear.toast.plus:after,.filters .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .clear.btn-period-clear:before,.w-time-period .dropdown .w-selection .filters .liveDashboard ._account_api .list-results thead .clear.btn-period-clear:before,.filters .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .clear.btn-filter:before,.w-time-period .dropdown .w-selection .filters .liveDashboard ._account_api .list-results thead .clear.btn-filter:before,.filters .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .clear.btn-period-edit:before,.w-time-period .dropdown .w-selection .filters .liveDashboard ._account_api .list-results thead .clear.btn-period-edit:before,.filters .liveDashboard ._account_api .list-results thead .block-filters .clear.btn-filter:before,.block-filters .filters .liveDashboard ._account_api .list-results thead .clear.btn-filter:before,.filters .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label.clear,.toggleWrapper .filters .liveDashboard ._account_api .list-results thead input.mobileToggle+label.clear,.filters .liveDashboard ._account_api .list-results thead tbody span.clear.status,.filters .liveDashboard ._account_api .list-results tbody thead span.clear.status,.filters .liveDashboard ._account_api .list-results thead tbody td.is-running span.clear,.filters .liveDashboard ._account_api .list-results tbody td.is-running thead span.clear,.filters .liveDashboard ._account_api .list-results thead tbody td.is-pending span.clear,.filters .liveDashboard ._account_api .list-results tbody td.is-pending thead span.clear,.filters ._account_api .liveDashboard .list-results thead .clear.icon,.filters ._account_api .liveDashboard .list-results thead .clear.w-alert-banner:before,.filters ._account_api .liveDashboard .list-results thead .clear.w-alert-banner:before,.filters ._account_api .liveDashboard .list-results thead .clear.w-alert-banner:before,.filters ._account_api .liveDashboard .list-results thead .w-dialog.plus .clear.dialog-aside:after,.w-dialog.plus .filters ._account_api .liveDashboard .list-results thead .clear.dialog-aside:after,.filters ._account_api .liveDashboard .list-results thead .w-toast .clear.toast.plus:after,.w-toast .filters ._account_api .liveDashboard .list-results thead .clear.toast.plus:after,.filters ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .clear.btn-period-clear:before,.w-time-period .dropdown .w-selection .filters ._account_api .liveDashboard .list-results thead .clear.btn-period-clear:before,.filters ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .clear.btn-filter:before,.w-time-period .dropdown .w-selection .filters ._account_api .liveDashboard .list-results thead .clear.btn-filter:before,.filters ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .clear.btn-period-edit:before,.w-time-period .dropdown .w-selection .filters ._account_api .liveDashboard .list-results thead .clear.btn-period-edit:before,.filters ._account_api .liveDashboard .list-results thead .block-filters .clear.btn-filter:before,.block-filters .filters ._account_api .liveDashboard .list-results thead .clear.btn-filter:before,.filters ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.clear,.toggleWrapper .filters ._account_api .liveDashboard .list-results thead input.mobileToggle+label.clear,.filters ._account_api .liveDashboard .list-results thead tbody span.clear.status,.filters ._account_api .liveDashboard .list-results tbody thead span.clear.status,.filters ._account_api .liveDashboard .list-results thead tbody td.is-running span.clear,.filters ._account_api .liveDashboard .list-results tbody td.is-running thead span.clear,.filters ._account_api .liveDashboard .list-results thead tbody td.is-pending span.clear,.filters ._account_api .liveDashboard .list-results tbody td.is-pending thead span.clear,._account_api .filters .liveDashboard .list-results thead .clear.icon,._account_api .filters .liveDashboard .list-results thead .clear.w-alert-banner:before,._account_api .filters .liveDashboard .list-results thead .clear.w-alert-banner:before,._account_api .filters .liveDashboard .list-results thead .clear.w-alert-banner:before,._account_api .filters .liveDashboard .list-results thead .w-dialog.plus .clear.dialog-aside:after,.w-dialog.plus ._account_api .filters .liveDashboard .list-results thead .clear.dialog-aside:after,._account_api .filters .liveDashboard .list-results thead .w-toast .clear.toast.plus:after,.w-toast ._account_api .filters .liveDashboard .list-results thead .clear.toast.plus:after,._account_api .filters .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .clear.btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .filters .liveDashboard .list-results thead .clear.btn-period-clear:before,._account_api .filters .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .clear.btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .filters .liveDashboard .list-results thead .clear.btn-filter:before,._account_api .filters .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .clear.btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .filters .liveDashboard .list-results thead .clear.btn-period-edit:before,._account_api .filters .liveDashboard .list-results thead .block-filters .clear.btn-filter:before,.block-filters ._account_api .filters .liveDashboard .list-results thead .clear.btn-filter:before,._account_api .filters .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.clear,.toggleWrapper ._account_api .filters .liveDashboard .list-results thead input.mobileToggle+label.clear,._account_api .filters .liveDashboard .list-results thead tbody span.clear.status,._account_api .filters .liveDashboard .list-results tbody thead span.clear.status,._account_api .filters .liveDashboard .list-results thead tbody td.is-running span.clear,._account_api .filters .liveDashboard .list-results tbody td.is-running thead span.clear,._account_api .filters .liveDashboard .list-results thead tbody td.is-pending span.clear,._account_api .filters .liveDashboard .list-results tbody td.is-pending thead span.clear,.filters .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .clear.dropdown-toggle:after,.filters ._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .clear.dropdown-toggle:after,._account_api .filters .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .clear.dropdown-toggle:after,.filters .liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .clear.dropdown-toggle:after,.filters .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .clear.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .filters .liveDashboard .list-results thead .clear.dropdown-toggle:after,.filters .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .clear.filter,.filters ._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .clear.filter,._account_api .filters .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .clear.filter,.filters .liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .clear.filter,.filters .w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .clear.filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .filters .liveDashboard .list-results thead .clear.filter,.filters .liveDashboard ._account_api .list-results thead .form-label.status span.clear,.filters .liveDashboard ._account_api .list-results thead .status.status-log span.clear,.filters .liveDashboard ._account_api .list-results thead .status.status-report-item span.clear,.filters .liveDashboard ._account_api .list-results thead .double-list dd.status span.clear,.double-list .filters .liveDashboard ._account_api .list-results thead dd.status span.clear,.filters .liveDashboard ._account_api .list-results thead .double-list dt.status span.clear,.double-list .filters .liveDashboard ._account_api .list-results thead dt.status span.clear,.filters .liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span.clear,.w-cards-container .w-card .filters .liveDashboard ._account_api .list-results thead .status.title span.clear,.filters .liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.clear,.w-cards-container .w-card.centered .w-value .filters .liveDashboard ._account_api .list-results thead .status.label span.clear,.filters .liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span.clear,.filters .liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span.clear,.filters ._account_api .liveDashboard .list-results thead .form-label.status span.clear,.filters ._account_api .liveDashboard .list-results thead .status.status-log span.clear,.filters ._account_api .liveDashboard .list-results thead .status.status-report-item span.clear,.filters ._account_api .liveDashboard .list-results thead .double-list dd.status span.clear,.double-list .filters ._account_api .liveDashboard .list-results thead dd.status span.clear,.filters ._account_api .liveDashboard .list-results thead .double-list dt.status span.clear,.double-list .filters ._account_api .liveDashboard .list-results thead dt.status span.clear,.filters ._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span.clear,.w-cards-container .w-card .filters ._account_api .liveDashboard .list-results thead .status.title span.clear,.filters ._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.clear,.w-cards-container .w-card.centered .w-value .filters ._account_api .liveDashboard .list-results thead .status.label span.clear,.filters ._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span.clear,.filters ._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span.clear,._account_api .filters .liveDashboard .list-results thead .form-label.status span.clear,._account_api .filters .liveDashboard .list-results thead .status.status-log span.clear,._account_api .filters .liveDashboard .list-results thead .status.status-report-item span.clear,._account_api .filters .liveDashboard .list-results thead .double-list dd.status span.clear,.double-list ._account_api .filters .liveDashboard .list-results thead dd.status span.clear,._account_api .filters .liveDashboard .list-results thead .double-list dt.status span.clear,.double-list ._account_api .filters .liveDashboard .list-results thead dt.status span.clear,._account_api .filters .liveDashboard .list-results thead .w-cards-container .w-card .status.title span.clear,.w-cards-container .w-card ._account_api .filters .liveDashboard .list-results thead .status.title span.clear,._account_api .filters .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.clear,.w-cards-container .w-card.centered .w-value ._account_api .filters .liveDashboard .list-results thead .status.label span.clear,._account_api .filters .liveDashboard .list-results thead tbody tr.sublist .status.title span.clear,._account_api .filters .liveDashboard .list-results tbody tr.sublist thead .status.title span.clear,.filters .liveDashboard .form-label.status ._account_api .list-results thead span.clear,.filters .liveDashboard .status.status-log ._account_api .list-results thead span.clear,.filters .liveDashboard .status.status-report-item ._account_api .list-results thead span.clear,.filters .liveDashboard .double-list dd.status ._account_api .list-results thead span.clear,.double-list .filters .liveDashboard dd.status ._account_api .list-results thead span.clear,.filters .liveDashboard .double-list dt.status ._account_api .list-results thead span.clear,.double-list .filters .liveDashboard dt.status ._account_api .list-results thead span.clear,.filters .liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span.clear,.w-cards-container .w-card .filters .liveDashboard .status.title ._account_api .list-results thead span.clear,.filters .liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.clear,.w-cards-container .w-card.centered .w-value .filters .liveDashboard .status.label ._account_api .list-results thead span.clear,.filters .liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span.clear,.list-results tbody tr.sublist .filters .liveDashboard .status.title ._account_api .list-results thead span.clear,.filters .form-label.status ._account_api .liveDashboard .list-results thead span.clear,.filters .status.status-log ._account_api .liveDashboard .list-results thead span.clear,.filters .status.status-report-item ._account_api .liveDashboard .list-results thead span.clear,.filters .double-list dd.status ._account_api .liveDashboard .list-results thead span.clear,.double-list .filters dd.status ._account_api .liveDashboard .list-results thead span.clear,.filters .double-list dt.status ._account_api .liveDashboard .list-results thead span.clear,.double-list .filters dt.status ._account_api .liveDashboard .list-results thead span.clear,.filters .w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead span.clear,.w-cards-container .w-card .filters .status.title ._account_api .liveDashboard .list-results thead span.clear,.filters .w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead span.clear,.w-cards-container .w-card.centered .w-value .filters .status.label ._account_api .liveDashboard .list-results thead span.clear,.filters .list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead span.clear,.list-results tbody tr.sublist .filters .status.title ._account_api .liveDashboard .list-results thead span.clear,.form-label.status ._account_api .filters .liveDashboard .list-results thead span.clear,.status.status-log ._account_api .filters .liveDashboard .list-results thead span.clear,.status.status-report-item ._account_api .filters .liveDashboard .list-results thead span.clear,.double-list dd.status ._account_api .filters .liveDashboard .list-results thead span.clear,.double-list dt.status ._account_api .filters .liveDashboard .list-results thead span.clear,.w-cards-container .w-card .status.title ._account_api .filters .liveDashboard .list-results thead span.clear,.w-cards-container .w-card.centered .w-value .status.label ._account_api .filters .liveDashboard .list-results thead span.clear,.list-results tbody tr.sublist .status.title ._account_api .filters .liveDashboard .list-results thead span.clear,.filters .liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span.clear,.filters ._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span.clear,._account_api .filters .liveDashboard .list-results thead .w-filters-selected label.status.small span.clear,.filters .liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span.clear,.filters .w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead span.clear,.w-filters-selected label.status.small ._account_api .filters .liveDashboard .list-results thead span.clear,.filters .liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span.clear,.filters ._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.clear,._account_api .filters .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.clear,.filters .liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span.clear,.filters .w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead span.clear,.w-filters-selected .status.btn-f-s ._account_api .filters .liveDashboard .list-results thead span.clear,.filters .liveDashboard ._account_api .list-results thead .sub-header .w-form label.clear,.filters .liveDashboard ._account_api .list-results thead .sub-header .w-double-list label.clear,.filters ._account_api .liveDashboard .list-results thead .sub-header .w-form label.clear,.filters ._account_api .liveDashboard .list-results thead .sub-header .w-double-list label.clear,._account_api .filters .liveDashboard .list-results thead .sub-header .w-form label.clear,._account_api .filters .liveDashboard .list-results thead .sub-header .w-double-list label.clear,.filters .liveDashboard .sub-header .w-form ._account_api .list-results thead label.clear,.filters .liveDashboard .sub-header .w-double-list ._account_api .list-results thead label.clear,.filters .sub-header .w-form ._account_api .liveDashboard .list-results thead label.clear,.filters .sub-header .w-double-list ._account_api .liveDashboard .list-results thead label.clear,.sub-header .w-form ._account_api .filters .liveDashboard .list-results thead label.clear,.sub-header .w-double-list ._account_api .filters .liveDashboard .list-results thead label.clear,.filters .liveDashboard ._account_api .list-results thead .block-filters button.clear:after,.filters ._account_api .liveDashboard .list-results thead .block-filters button.clear:after,._account_api .filters .liveDashboard .list-results thead .block-filters button.clear:after,.filters .liveDashboard .block-filters ._account_api .list-results thead button.clear:after,.filters .block-filters ._account_api .liveDashboard .list-results thead button.clear:after,.block-filters ._account_api .filters .liveDashboard .list-results thead button.clear:after,.filters .liveDashboard ._account_api .list-results thead .block-filters select.clear:after,.filters ._account_api .liveDashboard .list-results thead .block-filters select.clear:after,._account_api .filters .liveDashboard .list-results thead .block-filters select.clear:after,.filters .liveDashboard .block-filters ._account_api .list-results thead select.clear:after,.filters .block-filters ._account_api .liveDashboard .list-results thead select.clear:after,.block-filters ._account_api .filters .liveDashboard .list-results thead select.clear:after,.filters .liveDashboard ._account_api .list-results thead .form-auto-list .clear.form-auto-item.is-user-is-inactive,.filters ._account_api .liveDashboard .list-results thead .form-auto-list .clear.form-auto-item.is-user-is-inactive,._account_api .filters .liveDashboard .list-results thead .form-auto-list .clear.form-auto-item.is-user-is-inactive,.filters .liveDashboard .form-auto-list ._account_api .list-results thead .clear.form-auto-item.is-user-is-inactive,.filters .form-auto-list ._account_api .liveDashboard .list-results thead .clear.form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .filters .liveDashboard .list-results thead .clear.form-auto-item.is-user-is-inactive,.filters .liveDashboard ._account_api .list-results thead .form-auto-list .clear.form-auto-item.is-user-is-active,.filters ._account_api .liveDashboard .list-results thead .form-auto-list .clear.form-auto-item.is-user-is-active,._account_api .filters .liveDashboard .list-results thead .form-auto-list .clear.form-auto-item.is-user-is-active,.filters .liveDashboard .form-auto-list ._account_api .list-results thead .clear.form-auto-item.is-user-is-active,.filters .form-auto-list ._account_api .liveDashboard .list-results thead .clear.form-auto-item.is-user-is-active,.form-auto-list ._account_api .filters .liveDashboard .list-results thead .clear.form-auto-item.is-user-is-active,.filters .liveDashboard ._account_api .list-results thead .list-results-header .status.title span.clear,.filters ._account_api .liveDashboard .list-results thead .list-results-header .status.title span.clear,._account_api .filters .liveDashboard .list-results thead .list-results-header .status.title span.clear,.filters .liveDashboard .list-results-header .status.title ._account_api .list-results thead span.clear,.filters .list-results-header .status.title ._account_api .liveDashboard .list-results thead span.clear,.list-results-header .status.title ._account_api .filters .liveDashboard .list-results thead span.clear,.filters .liveDashboard ._account_api .list-results thead tr span.clear,.filters ._account_api .liveDashboard .list-results thead tr span.clear,._account_api .filters .liveDashboard .list-results thead tr span.clear,.filters ._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .clear.dropdown-toggle:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .filters .liveDashboard .list-results thead .clear.dropdown-toggle:after,.filters .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .clear.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .filters .liveDashboard ._account_api .list-results thead .clear.dropdown-toggle:after,.filters ._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .clear.filter,._account_api .w-filter-preset.w-filter-preset .filter-preset .filters .liveDashboard .list-results thead .clear.filter,.filters .w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .clear.filter,.w-filter-preset.w-filter-preset .filter-preset .filters .liveDashboard ._account_api .list-results thead .clear.filter,.filters ._account_api .form-label.status .liveDashboard .list-results thead span.clear,.filters ._account_api .status.status-log .liveDashboard .list-results thead span.clear,.filters ._account_api .status.status-report-item .liveDashboard .list-results thead span.clear,.filters ._account_api .double-list dd.status .liveDashboard .list-results thead span.clear,.double-list .filters ._account_api dd.status .liveDashboard .list-results thead span.clear,.filters ._account_api .double-list dt.status .liveDashboard .list-results thead span.clear,.double-list .filters ._account_api dt.status .liveDashboard .list-results thead span.clear,.filters ._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span.clear,.w-cards-container .w-card .filters ._account_api .status.title .liveDashboard .list-results thead span.clear,.filters ._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.clear,.w-cards-container .w-card.centered .w-value .filters ._account_api .status.label .liveDashboard .list-results thead span.clear,.filters ._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.clear,.list-results tbody tr.sublist .filters ._account_api .status.title .liveDashboard .list-results thead span.clear,._account_api .form-label.status .filters .liveDashboard .list-results thead span.clear,._account_api .status.status-log .filters .liveDashboard .list-results thead span.clear,._account_api .status.status-report-item .filters .liveDashboard .list-results thead span.clear,._account_api .double-list dd.status .filters .liveDashboard .list-results thead span.clear,.double-list ._account_api dd.status .filters .liveDashboard .list-results thead span.clear,._account_api .double-list dt.status .filters .liveDashboard .list-results thead span.clear,.double-list ._account_api dt.status .filters .liveDashboard .list-results thead span.clear,._account_api .w-cards-container .w-card .status.title .filters .liveDashboard .list-results thead span.clear,.w-cards-container .w-card ._account_api .status.title .filters .liveDashboard .list-results thead span.clear,._account_api .w-cards-container .w-card.centered .w-value .status.label .filters .liveDashboard .list-results thead span.clear,.w-cards-container .w-card.centered .w-value ._account_api .status.label .filters .liveDashboard .list-results thead span.clear,._account_api .list-results tbody tr.sublist .status.title .filters .liveDashboard .list-results thead span.clear,.list-results tbody tr.sublist ._account_api .status.title .filters .liveDashboard .list-results thead span.clear,.filters .form-label.status .liveDashboard ._account_api .list-results thead span.clear,.filters .status.status-log .liveDashboard ._account_api .list-results thead span.clear,.filters .status.status-report-item .liveDashboard ._account_api .list-results thead span.clear,.filters .double-list dd.status .liveDashboard ._account_api .list-results thead span.clear,.double-list .filters dd.status .liveDashboard ._account_api .list-results thead span.clear,.filters .double-list dt.status .liveDashboard ._account_api .list-results thead span.clear,.double-list .filters dt.status .liveDashboard ._account_api .list-results thead span.clear,.filters .w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead span.clear,.w-cards-container .w-card .filters .status.title .liveDashboard ._account_api .list-results thead span.clear,.filters .w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead span.clear,.w-cards-container .w-card.centered .w-value .filters .status.label .liveDashboard ._account_api .list-results thead span.clear,.filters .list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead span.clear,.list-results tbody tr.sublist .filters .status.title .liveDashboard ._account_api .list-results thead span.clear,.form-label.status .filters .liveDashboard ._account_api .list-results thead span.clear,.status.status-log .filters .liveDashboard ._account_api .list-results thead span.clear,.status.status-report-item .filters .liveDashboard ._account_api .list-results thead span.clear,.double-list dd.status .filters .liveDashboard ._account_api .list-results thead span.clear,.double-list dt.status .filters .liveDashboard ._account_api .list-results thead span.clear,.w-cards-container .w-card .status.title .filters .liveDashboard ._account_api .list-results thead span.clear,.w-cards-container .w-card.centered .w-value .status.label .filters .liveDashboard ._account_api .list-results thead span.clear,.list-results tbody tr.sublist .status.title .filters .liveDashboard ._account_api .list-results thead span.clear,.filters ._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span.clear,._account_api .w-filters-selected label.status.small .filters .liveDashboard .list-results thead span.clear,.filters .w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead span.clear,.w-filters-selected label.status.small .filters .liveDashboard ._account_api .list-results thead span.clear,.filters ._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.clear,._account_api .w-filters-selected .status.btn-f-s .filters .liveDashboard .list-results thead span.clear,.filters .w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead span.clear,.w-filters-selected .status.btn-f-s .filters .liveDashboard ._account_api .list-results thead span.clear,.filters ._account_api .sub-header .w-form .liveDashboard .list-results thead label.clear,.filters ._account_api .sub-header .w-double-list .liveDashboard .list-results thead label.clear,._account_api .sub-header .w-form .filters .liveDashboard .list-results thead label.clear,._account_api .sub-header .w-double-list .filters .liveDashboard .list-results thead label.clear,.filters .sub-header .w-form .liveDashboard ._account_api .list-results thead label.clear,.filters .sub-header .w-double-list .liveDashboard ._account_api .list-results thead label.clear,.sub-header .w-form .filters .liveDashboard ._account_api .list-results thead label.clear,.sub-header .w-double-list .filters .liveDashboard ._account_api .list-results thead label.clear,.filters ._account_api .block-filters .liveDashboard .list-results thead button.clear:after,._account_api .block-filters .filters .liveDashboard .list-results thead button.clear:after,.filters .block-filters .liveDashboard ._account_api .list-results thead button.clear:after,.block-filters .filters .liveDashboard ._account_api .list-results thead button.clear:after,.filters ._account_api .block-filters .liveDashboard .list-results thead select.clear:after,._account_api .block-filters .filters .liveDashboard .list-results thead select.clear:after,.filters .block-filters .liveDashboard ._account_api .list-results thead select.clear:after,.block-filters .filters .liveDashboard ._account_api .list-results thead select.clear:after,.filters ._account_api .form-auto-list .liveDashboard .list-results thead .clear.form-auto-item.is-user-is-inactive,._account_api .form-auto-list .filters .liveDashboard .list-results thead .clear.form-auto-item.is-user-is-inactive,.filters .form-auto-list .liveDashboard ._account_api .list-results thead .clear.form-auto-item.is-user-is-inactive,.form-auto-list .filters .liveDashboard ._account_api .list-results thead .clear.form-auto-item.is-user-is-inactive,.filters ._account_api .form-auto-list .liveDashboard .list-results thead .clear.form-auto-item.is-user-is-active,._account_api .form-auto-list .filters .liveDashboard .list-results thead .clear.form-auto-item.is-user-is-active,.filters .form-auto-list .liveDashboard ._account_api .list-results thead .clear.form-auto-item.is-user-is-active,.form-auto-list .filters .liveDashboard ._account_api .list-results thead .clear.form-auto-item.is-user-is-active,.filters ._account_api .list-results-header .status.title .liveDashboard .list-results thead span.clear,._account_api .list-results-header .status.title .filters .liveDashboard .list-results thead span.clear,.filters .list-results-header .status.title .liveDashboard ._account_api .list-results thead span.clear,.list-results-header .status.title .filters .liveDashboard ._account_api .list-results thead span.clear,.liveDashboard .list-results thead .filters .clear.icon,.liveDashboard .list-results thead .filters .clear.w-alert-banner:before,.liveDashboard .list-results thead .filters .clear.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .filters .clear.w-alert-banner:before,._account_api .liveDashboard .list-results thead .filters .clear.w-alert-banner:before,.liveDashboard .list-results thead .filters .w-dialog.plus .clear.dialog-aside:after,.w-dialog.plus .liveDashboard .list-results thead .filters .clear.dialog-aside:after,.liveDashboard .list-results thead .filters .w-toast .clear.toast.plus:after,.w-toast .liveDashboard .list-results thead .filters .clear.toast.plus:after,.liveDashboard .list-results thead .filters .w-time-period .dropdown .w-selection .clear.btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .filters .clear.btn-period-clear:before,.liveDashboard .list-results thead .filters .w-time-period .dropdown .w-selection .clear.btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .filters .clear.btn-filter:before,.liveDashboard .list-results thead .filters .w-time-period .dropdown .w-selection .clear.btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .filters .clear.btn-period-edit:before,.liveDashboard .list-results thead .filters .block-filters .clear.btn-filter:before,.block-filters .liveDashboard .list-results thead .filters .clear.btn-filter:before,.liveDashboard .list-results thead .filters .toggleWrapper input.mobileToggle+label.clear,.toggleWrapper .liveDashboard .list-results thead .filters input.mobileToggle+label.clear,.liveDashboard .list-results thead .filters tbody span.clear.status,.liveDashboard .list-results tbody thead .filters span.clear.status,.liveDashboard .list-results thead .filters tbody td.is-running span.clear,.liveDashboard .list-results tbody td.is-running thead .filters span.clear,.liveDashboard .list-results thead .filters tbody td.is-pending span.clear,.liveDashboard .list-results tbody td.is-pending thead .filters span.clear,.liveDashboard .list-results thead .filters .clear.icon,.liveDashboard .list-results thead .filters .clear.w-alert-banner:before,.liveDashboard .list-results thead .filters .clear.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .filters .clear.w-alert-banner:before,._account_api .liveDashboard .list-results thead .filters .clear.w-alert-banner:before,.liveDashboard .list-results thead .filters .w-dialog.plus .clear.dialog-aside:after,.w-dialog.plus .liveDashboard .list-results thead .filters .clear.dialog-aside:after,.liveDashboard .list-results thead .filters .w-toast .clear.toast.plus:after,.w-toast .liveDashboard .list-results thead .filters .clear.toast.plus:after,.liveDashboard .list-results thead .filters .w-time-period .dropdown .w-selection .clear.btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .filters .clear.btn-period-clear:before,.liveDashboard .list-results thead .filters .w-time-period .dropdown .w-selection .clear.btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .filters .clear.btn-filter:before,.liveDashboard .list-results thead .filters .w-time-period .dropdown .w-selection .clear.btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .filters .clear.btn-period-edit:before,.liveDashboard .list-results thead .filters .block-filters .clear.btn-filter:before,.block-filters .liveDashboard .list-results thead .filters .clear.btn-filter:before,.liveDashboard .list-results thead .filters .toggleWrapper input.mobileToggle+label.clear,.toggleWrapper .liveDashboard .list-results thead .filters input.mobileToggle+label.clear,.liveDashboard .list-results thead .filters tbody span.clear.status,.liveDashboard .list-results tbody thead .filters span.clear.status,.liveDashboard .list-results thead .filters tbody td.is-running span.clear,.liveDashboard .list-results tbody td.is-running thead .filters span.clear,.liveDashboard .list-results thead .filters tbody td.is-pending span.clear,.liveDashboard .list-results tbody td.is-pending thead .filters span.clear,.liveDashboard .list-results thead .filters .w-filter-preset.w-filter-preset .filter-preset .dropdown .clear.dropdown-toggle:after,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .filters .clear.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .filters .clear.dropdown-toggle:after,.liveDashboard .list-results thead .filters .w-filter-preset.w-filter-preset .filter-preset .clear.filter,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filters .clear.filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .filters .clear.filter,.liveDashboard .list-results thead .filters .form-label.status span.clear,.liveDashboard .list-results thead .filters .status.status-log span.clear,.liveDashboard .list-results thead .filters .status.status-report-item span.clear,.liveDashboard .list-results thead .filters .double-list dd.status span.clear,.double-list .liveDashboard .list-results thead .filters dd.status span.clear,.liveDashboard .list-results thead .filters .double-list dt.status span.clear,.double-list .liveDashboard .list-results thead .filters dt.status span.clear,.liveDashboard .list-results thead .filters .w-cards-container .w-card .status.title span.clear,.w-cards-container .w-card .liveDashboard .list-results thead .filters .status.title span.clear,.liveDashboard .list-results thead .filters .w-cards-container .w-card.centered .w-value .status.label span.clear,.w-cards-container .w-card.centered .w-value .liveDashboard .list-results thead .filters .status.label span.clear,.liveDashboard .list-results thead .filters tbody tr.sublist .status.title span.clear,.liveDashboard .list-results tbody tr.sublist thead .filters .status.title span.clear,.liveDashboard .list-results thead .form-label.status .filters span.clear,.liveDashboard .list-results thead .status.status-log .filters span.clear,.liveDashboard .list-results thead .status.status-report-item .filters span.clear,.liveDashboard .list-results thead .double-list dd.status .filters span.clear,.double-list .liveDashboard .list-results thead dd.status .filters span.clear,.liveDashboard .list-results thead .double-list dt.status .filters span.clear,.double-list .liveDashboard .list-results thead dt.status .filters span.clear,.liveDashboard .list-results thead .w-cards-container .w-card .status.title .filters span.clear,.w-cards-container .w-card .liveDashboard .list-results thead .status.title .filters span.clear,.liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .filters span.clear,.w-cards-container .w-card.centered .w-value .liveDashboard .list-results thead .status.label .filters span.clear,.liveDashboard .list-results thead tbody tr.sublist .status.title .filters span.clear,.liveDashboard .list-results tbody tr.sublist thead .status.title .filters span.clear,.form-label.status .liveDashboard .list-results thead .filters span.clear,.status.status-log .liveDashboard .list-results thead .filters span.clear,.status.status-report-item .liveDashboard .list-results thead .filters span.clear,.double-list dd.status .liveDashboard .list-results thead .filters span.clear,.double-list dt.status .liveDashboard .list-results thead .filters span.clear,.w-cards-container .w-card .status.title .liveDashboard .list-results thead .filters span.clear,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead .filters span.clear,.list-results tbody tr.sublist .status.title .liveDashboard .list-results thead .filters span.clear,.liveDashboard .list-results thead .filters .w-filters-selected label.status.small span.clear,.liveDashboard .list-results thead .w-filters-selected label.status.small .filters span.clear,.w-filters-selected label.status.small .liveDashboard .list-results thead .filters span.clear,.liveDashboard .list-results thead .filters .w-filters-selected .status.btn-f-s span.clear,.liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .filters span.clear,.w-filters-selected .status.btn-f-s .liveDashboard .list-results thead .filters span.clear,.liveDashboard .list-results thead .filters .sub-header .w-form label.clear,.liveDashboard .list-results thead .filters .sub-header .w-double-list label.clear,.liveDashboard .list-results thead .sub-header .w-form .filters label.clear,.liveDashboard .list-results thead .sub-header .w-double-list .filters label.clear,.sub-header .w-form .liveDashboard .list-results thead .filters label.clear,.sub-header .w-double-list .liveDashboard .list-results thead .filters label.clear,.liveDashboard .list-results thead .filters .block-filters button.clear:after,.liveDashboard .list-results thead .block-filters .filters button.clear:after,.block-filters .liveDashboard .list-results thead .filters button.clear:after,.liveDashboard .list-results thead .filters .block-filters select.clear:after,.liveDashboard .list-results thead .block-filters .filters select.clear:after,.block-filters .liveDashboard .list-results thead .filters select.clear:after,.liveDashboard .list-results thead .filters .form-auto-list .clear.form-auto-item.is-user-is-inactive,.liveDashboard .list-results thead .form-auto-list .filters .clear.form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard .list-results thead .filters .clear.form-auto-item.is-user-is-inactive,.liveDashboard .list-results thead .filters .form-auto-list .clear.form-auto-item.is-user-is-active,.liveDashboard .list-results thead .form-auto-list .filters .clear.form-auto-item.is-user-is-active,.form-auto-list .liveDashboard .list-results thead .filters .clear.form-auto-item.is-user-is-active,.liveDashboard .list-results thead .filters .list-results-header .status.title span.clear,.liveDashboard .list-results thead .list-results-header .status.title .filters span.clear,.list-results-header .status.title .liveDashboard .list-results thead .filters span.clear,.liveDashboard .list-results thead .filters tr span.clear,.liveDashboard .list-results thead tr .filters span.clear,.liveDashboard ._account_api .list-results thead .filters .clear.icon,.liveDashboard ._account_api .list-results thead .filters .clear.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .filters .clear.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .filters .clear.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .filters .w-dialog.plus .clear.dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .filters .clear.dialog-aside:after,.liveDashboard ._account_api .list-results thead .filters .w-toast .clear.toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .filters .clear.toast.plus:after,.liveDashboard ._account_api .list-results thead .filters .w-time-period .dropdown .w-selection .clear.btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .filters .clear.btn-period-clear:before,.liveDashboard ._account_api .list-results thead .filters .w-time-period .dropdown .w-selection .clear.btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .filters .clear.btn-filter:before,.liveDashboard ._account_api .list-results thead .filters .w-time-period .dropdown .w-selection .clear.btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .filters .clear.btn-period-edit:before,.liveDashboard ._account_api .list-results thead .filters .block-filters .clear.btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .filters .clear.btn-filter:before,.liveDashboard ._account_api .list-results thead .filters .toggleWrapper input.mobileToggle+label.clear,.toggleWrapper .liveDashboard ._account_api .list-results thead .filters input.mobileToggle+label.clear,.liveDashboard ._account_api .list-results thead .filters tbody span.clear.status,.liveDashboard ._account_api .list-results tbody thead .filters span.clear.status,.liveDashboard ._account_api .list-results thead .filters tbody td.is-running span.clear,.liveDashboard ._account_api .list-results tbody td.is-running thead .filters span.clear,.liveDashboard ._account_api .list-results thead .filters tbody td.is-pending span.clear,.liveDashboard ._account_api .list-results tbody td.is-pending thead .filters span.clear,._account_api .liveDashboard .list-results thead .filters .clear.icon,._account_api .liveDashboard .list-results thead .filters .clear.w-alert-banner:before,._account_api .liveDashboard .list-results thead .filters .clear.w-alert-banner:before,._account_api .liveDashboard .list-results thead .filters .clear.w-alert-banner:before,._account_api .liveDashboard .list-results thead .filters .w-dialog.plus .clear.dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .filters .clear.dialog-aside:after,._account_api .liveDashboard .list-results thead .filters .w-toast .clear.toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .filters .clear.toast.plus:after,._account_api .liveDashboard .list-results thead .filters .w-time-period .dropdown .w-selection .clear.btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .filters .clear.btn-period-clear:before,._account_api .liveDashboard .list-results thead .filters .w-time-period .dropdown .w-selection .clear.btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .filters .clear.btn-filter:before,._account_api .liveDashboard .list-results thead .filters .w-time-period .dropdown .w-selection .clear.btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .filters .clear.btn-period-edit:before,._account_api .liveDashboard .list-results thead .filters .block-filters .clear.btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .filters .clear.btn-filter:before,._account_api .liveDashboard .list-results thead .filters .toggleWrapper input.mobileToggle+label.clear,.toggleWrapper ._account_api .liveDashboard .list-results thead .filters input.mobileToggle+label.clear,._account_api .liveDashboard .list-results thead .filters tbody span.clear.status,._account_api .liveDashboard .list-results tbody thead .filters span.clear.status,._account_api .liveDashboard .list-results thead .filters tbody td.is-running span.clear,._account_api .liveDashboard .list-results tbody td.is-running thead .filters span.clear,._account_api .liveDashboard .list-results thead .filters tbody td.is-pending span.clear,._account_api .liveDashboard .list-results tbody td.is-pending thead .filters span.clear,.liveDashboard ._account_api .list-results thead .filters .w-filter-preset.w-filter-preset .filter-preset .dropdown .clear.dropdown-toggle:after,._account_api .liveDashboard .list-results thead .filters .w-filter-preset.w-filter-preset .filter-preset .dropdown .clear.dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .filters .clear.dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .filters .clear.dropdown-toggle:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .filters .clear.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .filters .clear.dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .filters .w-filter-preset.w-filter-preset .filter-preset .clear.filter,._account_api .liveDashboard .list-results thead .filters .w-filter-preset.w-filter-preset .filter-preset .clear.filter,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filters .clear.filter,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filters .clear.filter,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .filters .clear.filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .filters .clear.filter,.liveDashboard ._account_api .list-results thead .filters .form-label.status span.clear,.liveDashboard ._account_api .list-results thead .filters .status.status-log span.clear,.liveDashboard ._account_api .list-results thead .filters .status.status-report-item span.clear,.liveDashboard ._account_api .list-results thead .filters .double-list dd.status span.clear,.double-list .liveDashboard ._account_api .list-results thead .filters dd.status span.clear,.liveDashboard ._account_api .list-results thead .filters .double-list dt.status span.clear,.double-list .liveDashboard ._account_api .list-results thead .filters dt.status span.clear,.liveDashboard ._account_api .list-results thead .filters .w-cards-container .w-card .status.title span.clear,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .filters .status.title span.clear,.liveDashboard ._account_api .list-results thead .filters .w-cards-container .w-card.centered .w-value .status.label span.clear,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .filters .status.label span.clear,.liveDashboard ._account_api .list-results thead .filters tbody tr.sublist .status.title span.clear,.liveDashboard ._account_api .list-results tbody tr.sublist thead .filters .status.title span.clear,._account_api .liveDashboard .list-results thead .filters .form-label.status span.clear,._account_api .liveDashboard .list-results thead .filters .status.status-log span.clear,._account_api .liveDashboard .list-results thead .filters .status.status-report-item span.clear,._account_api .liveDashboard .list-results thead .filters .double-list dd.status span.clear,.double-list ._account_api .liveDashboard .list-results thead .filters dd.status span.clear,._account_api .liveDashboard .list-results thead .filters .double-list dt.status span.clear,.double-list ._account_api .liveDashboard .list-results thead .filters dt.status span.clear,._account_api .liveDashboard .list-results thead .filters .w-cards-container .w-card .status.title span.clear,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .filters .status.title span.clear,._account_api .liveDashboard .list-results thead .filters .w-cards-container .w-card.centered .w-value .status.label span.clear,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .filters .status.label span.clear,._account_api .liveDashboard .list-results thead .filters tbody tr.sublist .status.title span.clear,._account_api .liveDashboard .list-results tbody tr.sublist thead .filters .status.title span.clear,.liveDashboard ._account_api .list-results thead .form-label.status .filters span.clear,.liveDashboard ._account_api .list-results thead .status.status-log .filters span.clear,.liveDashboard ._account_api .list-results thead .status.status-report-item .filters span.clear,.liveDashboard ._account_api .list-results thead .double-list dd.status .filters span.clear,.double-list .liveDashboard ._account_api .list-results thead dd.status .filters span.clear,.liveDashboard ._account_api .list-results thead .double-list dt.status .filters span.clear,.double-list .liveDashboard ._account_api .list-results thead dt.status .filters span.clear,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title .filters span.clear,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title .filters span.clear,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .filters span.clear,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label .filters span.clear,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title .filters span.clear,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title .filters span.clear,._account_api .liveDashboard .list-results thead .form-label.status .filters span.clear,._account_api .liveDashboard .list-results thead .status.status-log .filters span.clear,._account_api .liveDashboard .list-results thead .status.status-report-item .filters span.clear,._account_api .liveDashboard .list-results thead .double-list dd.status .filters span.clear,.double-list ._account_api .liveDashboard .list-results thead dd.status .filters span.clear,._account_api .liveDashboard .list-results thead .double-list dt.status .filters span.clear,.double-list ._account_api .liveDashboard .list-results thead dt.status .filters span.clear,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title .filters span.clear,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title .filters span.clear,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .filters span.clear,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label .filters span.clear,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title .filters span.clear,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title .filters span.clear,.liveDashboard .form-label.status ._account_api .list-results thead .filters span.clear,.liveDashboard .status.status-log ._account_api .list-results thead .filters span.clear,.liveDashboard .status.status-report-item ._account_api .list-results thead .filters span.clear,.liveDashboard .double-list dd.status ._account_api .list-results thead .filters span.clear,.double-list .liveDashboard dd.status ._account_api .list-results thead .filters span.clear,.liveDashboard .double-list dt.status ._account_api .list-results thead .filters span.clear,.double-list .liveDashboard dt.status ._account_api .list-results thead .filters span.clear,.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead .filters span.clear,.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead .filters span.clear,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead .filters span.clear,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead .filters span.clear,.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead .filters span.clear,.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead .filters span.clear,.form-label.status ._account_api .liveDashboard .list-results thead .filters span.clear,.status.status-log ._account_api .liveDashboard .list-results thead .filters span.clear,.status.status-report-item ._account_api .liveDashboard .list-results thead .filters span.clear,.double-list dd.status ._account_api .liveDashboard .list-results thead .filters span.clear,.double-list dt.status ._account_api .liveDashboard .list-results thead .filters span.clear,.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead .filters span.clear,.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead .filters span.clear,.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead .filters span.clear,.liveDashboard ._account_api .list-results thead .filters .w-filters-selected label.status.small span.clear,._account_api .liveDashboard .list-results thead .filters .w-filters-selected label.status.small span.clear,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small .filters span.clear,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small .filters span.clear,.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead .filters span.clear,.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead .filters span.clear,.liveDashboard ._account_api .list-results thead .filters .w-filters-selected .status.btn-f-s span.clear,._account_api .liveDashboard .list-results thead .filters .w-filters-selected .status.btn-f-s span.clear,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s .filters span.clear,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .filters span.clear,.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead .filters span.clear,.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead .filters span.clear,.liveDashboard ._account_api .list-results thead .filters .sub-header .w-form label.clear,.liveDashboard ._account_api .list-results thead .filters .sub-header .w-double-list label.clear,._account_api .liveDashboard .list-results thead .filters .sub-header .w-form label.clear,._account_api .liveDashboard .list-results thead .filters .sub-header .w-double-list label.clear,.liveDashboard ._account_api .list-results thead .sub-header .w-form .filters label.clear,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list .filters label.clear,._account_api .liveDashboard .list-results thead .sub-header .w-form .filters label.clear,._account_api .liveDashboard .list-results thead .sub-header .w-double-list .filters label.clear,.liveDashboard .sub-header .w-form ._account_api .list-results thead .filters label.clear,.liveDashboard .sub-header .w-double-list ._account_api .list-results thead .filters label.clear,.sub-header .w-form ._account_api .liveDashboard .list-results thead .filters label.clear,.sub-header .w-double-list ._account_api .liveDashboard .list-results thead .filters label.clear,.liveDashboard ._account_api .list-results thead .filters .block-filters button.clear:after,._account_api .liveDashboard .list-results thead .filters .block-filters button.clear:after,.liveDashboard ._account_api .list-results thead .block-filters .filters button.clear:after,._account_api .liveDashboard .list-results thead .block-filters .filters button.clear:after,.liveDashboard .block-filters ._account_api .list-results thead .filters button.clear:after,.block-filters ._account_api .liveDashboard .list-results thead .filters button.clear:after,.liveDashboard ._account_api .list-results thead .filters .block-filters select.clear:after,._account_api .liveDashboard .list-results thead .filters .block-filters select.clear:after,.liveDashboard ._account_api .list-results thead .block-filters .filters select.clear:after,._account_api .liveDashboard .list-results thead .block-filters .filters select.clear:after,.liveDashboard .block-filters ._account_api .list-results thead .filters select.clear:after,.block-filters ._account_api .liveDashboard .list-results thead .filters select.clear:after,.liveDashboard ._account_api .list-results thead .filters .form-auto-list .clear.form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .filters .form-auto-list .clear.form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .form-auto-list .filters .clear.form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .form-auto-list .filters .clear.form-auto-item.is-user-is-inactive,.liveDashboard .form-auto-list ._account_api .list-results thead .filters .clear.form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .liveDashboard .list-results thead .filters .clear.form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .filters .form-auto-list .clear.form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .filters .form-auto-list .clear.form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .form-auto-list .filters .clear.form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .form-auto-list .filters .clear.form-auto-item.is-user-is-active,.liveDashboard .form-auto-list ._account_api .list-results thead .filters .clear.form-auto-item.is-user-is-active,.form-auto-list ._account_api .liveDashboard .list-results thead .filters .clear.form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .filters .list-results-header .status.title span.clear,._account_api .liveDashboard .list-results thead .filters .list-results-header .status.title span.clear,.liveDashboard ._account_api .list-results thead .list-results-header .status.title .filters span.clear,._account_api .liveDashboard .list-results thead .list-results-header .status.title .filters span.clear,.liveDashboard .list-results-header .status.title ._account_api .list-results thead .filters span.clear,.list-results-header .status.title ._account_api .liveDashboard .list-results thead .filters span.clear,.liveDashboard ._account_api .list-results thead .filters tr span.clear,._account_api .liveDashboard .list-results thead .filters tr span.clear,.liveDashboard ._account_api .list-results thead tr .filters span.clear,._account_api .liveDashboard .list-results thead tr .filters span.clear,.liveDashboard ._account_api .list-results thead .filters .clear.icon,.liveDashboard ._account_api .list-results thead .filters .clear.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .filters .clear.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .filters .clear.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .filters .w-dialog.plus .clear.dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .filters .clear.dialog-aside:after,.liveDashboard ._account_api .list-results thead .filters .w-toast .clear.toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .filters .clear.toast.plus:after,.liveDashboard ._account_api .list-results thead .filters .w-time-period .dropdown .w-selection .clear.btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .filters .clear.btn-period-clear:before,.liveDashboard ._account_api .list-results thead .filters .w-time-period .dropdown .w-selection .clear.btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .filters .clear.btn-filter:before,.liveDashboard ._account_api .list-results thead .filters .w-time-period .dropdown .w-selection .clear.btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .filters .clear.btn-period-edit:before,.liveDashboard ._account_api .list-results thead .filters .block-filters .clear.btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .filters .clear.btn-filter:before,.liveDashboard ._account_api .list-results thead .filters .toggleWrapper input.mobileToggle+label.clear,.toggleWrapper .liveDashboard ._account_api .list-results thead .filters input.mobileToggle+label.clear,.liveDashboard ._account_api .list-results thead .filters tbody span.clear.status,.liveDashboard ._account_api .list-results tbody thead .filters span.clear.status,.liveDashboard ._account_api .list-results thead .filters tbody td.is-running span.clear,.liveDashboard ._account_api .list-results tbody td.is-running thead .filters span.clear,.liveDashboard ._account_api .list-results thead .filters tbody td.is-pending span.clear,.liveDashboard ._account_api .list-results tbody td.is-pending thead .filters span.clear,._account_api .liveDashboard .list-results thead .filters .clear.icon,._account_api .liveDashboard .list-results thead .filters .clear.w-alert-banner:before,._account_api .liveDashboard .list-results thead .filters .clear.w-alert-banner:before,._account_api .liveDashboard .list-results thead .filters .clear.w-alert-banner:before,._account_api .liveDashboard .list-results thead .filters .w-dialog.plus .clear.dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .filters .clear.dialog-aside:after,._account_api .liveDashboard .list-results thead .filters .w-toast .clear.toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .filters .clear.toast.plus:after,._account_api .liveDashboard .list-results thead .filters .w-time-period .dropdown .w-selection .clear.btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .filters .clear.btn-period-clear:before,._account_api .liveDashboard .list-results thead .filters .w-time-period .dropdown .w-selection .clear.btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .filters .clear.btn-filter:before,._account_api .liveDashboard .list-results thead .filters .w-time-period .dropdown .w-selection .clear.btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .filters .clear.btn-period-edit:before,._account_api .liveDashboard .list-results thead .filters .block-filters .clear.btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .filters .clear.btn-filter:before,._account_api .liveDashboard .list-results thead .filters .toggleWrapper input.mobileToggle+label.clear,.toggleWrapper ._account_api .liveDashboard .list-results thead .filters input.mobileToggle+label.clear,._account_api .liveDashboard .list-results thead .filters tbody span.clear.status,._account_api .liveDashboard .list-results tbody thead .filters span.clear.status,._account_api .liveDashboard .list-results thead .filters tbody td.is-running span.clear,._account_api .liveDashboard .list-results tbody td.is-running thead .filters span.clear,._account_api .liveDashboard .list-results thead .filters tbody td.is-pending span.clear,._account_api .liveDashboard .list-results tbody td.is-pending thead .filters span.clear,.liveDashboard ._account_api .list-results thead .filters .w-filter-preset.w-filter-preset .filter-preset .dropdown .clear.dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .filters .clear.dropdown-toggle:after,._account_api .liveDashboard .list-results thead .filters .w-filter-preset.w-filter-preset .filter-preset .dropdown .clear.dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .filters .clear.dropdown-toggle:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .filters .clear.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .filters .clear.dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .filters .w-filter-preset.w-filter-preset .filter-preset .clear.filter,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filters .clear.filter,._account_api .liveDashboard .list-results thead .filters .w-filter-preset.w-filter-preset .filter-preset .clear.filter,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filters .clear.filter,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .filters .clear.filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .filters .clear.filter,.liveDashboard ._account_api .list-results thead .filters .form-label.status span.clear,.liveDashboard ._account_api .list-results thead .filters .status.status-log span.clear,.liveDashboard ._account_api .list-results thead .filters .status.status-report-item span.clear,.liveDashboard ._account_api .list-results thead .filters .double-list dd.status span.clear,.double-list .liveDashboard ._account_api .list-results thead .filters dd.status span.clear,.liveDashboard ._account_api .list-results thead .filters .double-list dt.status span.clear,.double-list .liveDashboard ._account_api .list-results thead .filters dt.status span.clear,.liveDashboard ._account_api .list-results thead .filters .w-cards-container .w-card .status.title span.clear,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .filters .status.title span.clear,.liveDashboard ._account_api .list-results thead .filters .w-cards-container .w-card.centered .w-value .status.label span.clear,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .filters .status.label span.clear,.liveDashboard ._account_api .list-results thead .filters tbody tr.sublist .status.title span.clear,.liveDashboard ._account_api .list-results tbody tr.sublist thead .filters .status.title span.clear,.liveDashboard ._account_api .list-results thead .form-label.status .filters span.clear,.liveDashboard ._account_api .list-results thead .status.status-log .filters span.clear,.liveDashboard ._account_api .list-results thead .status.status-report-item .filters span.clear,.liveDashboard ._account_api .list-results thead .double-list dd.status .filters span.clear,.double-list .liveDashboard ._account_api .list-results thead dd.status .filters span.clear,.liveDashboard ._account_api .list-results thead .double-list dt.status .filters span.clear,.double-list .liveDashboard ._account_api .list-results thead dt.status .filters span.clear,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title .filters span.clear,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title .filters span.clear,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .filters span.clear,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label .filters span.clear,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title .filters span.clear,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title .filters span.clear,._account_api .liveDashboard .list-results thead .filters .form-label.status span.clear,._account_api .liveDashboard .list-results thead .filters .status.status-log span.clear,._account_api .liveDashboard .list-results thead .filters .status.status-report-item span.clear,._account_api .liveDashboard .list-results thead .filters .double-list dd.status span.clear,.double-list ._account_api .liveDashboard .list-results thead .filters dd.status span.clear,._account_api .liveDashboard .list-results thead .filters .double-list dt.status span.clear,.double-list ._account_api .liveDashboard .list-results thead .filters dt.status span.clear,._account_api .liveDashboard .list-results thead .filters .w-cards-container .w-card .status.title span.clear,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .filters .status.title span.clear,._account_api .liveDashboard .list-results thead .filters .w-cards-container .w-card.centered .w-value .status.label span.clear,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .filters .status.label span.clear,._account_api .liveDashboard .list-results thead .filters tbody tr.sublist .status.title span.clear,._account_api .liveDashboard .list-results tbody tr.sublist thead .filters .status.title span.clear,._account_api .liveDashboard .list-results thead .form-label.status .filters span.clear,._account_api .liveDashboard .list-results thead .status.status-log .filters span.clear,._account_api .liveDashboard .list-results thead .status.status-report-item .filters span.clear,._account_api .liveDashboard .list-results thead .double-list dd.status .filters span.clear,.double-list ._account_api .liveDashboard .list-results thead dd.status .filters span.clear,._account_api .liveDashboard .list-results thead .double-list dt.status .filters span.clear,.double-list ._account_api .liveDashboard .list-results thead dt.status .filters span.clear,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title .filters span.clear,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title .filters span.clear,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .filters span.clear,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label .filters span.clear,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title .filters span.clear,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title .filters span.clear,.liveDashboard .form-label.status ._account_api .list-results thead .filters span.clear,.liveDashboard .status.status-log ._account_api .list-results thead .filters span.clear,.liveDashboard .status.status-report-item ._account_api .list-results thead .filters span.clear,.liveDashboard .double-list dd.status ._account_api .list-results thead .filters span.clear,.double-list .liveDashboard dd.status ._account_api .list-results thead .filters span.clear,.liveDashboard .double-list dt.status ._account_api .list-results thead .filters span.clear,.double-list .liveDashboard dt.status ._account_api .list-results thead .filters span.clear,.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead .filters span.clear,.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead .filters span.clear,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead .filters span.clear,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead .filters span.clear,.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead .filters span.clear,.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead .filters span.clear,.form-label.status ._account_api .liveDashboard .list-results thead .filters span.clear,.status.status-log ._account_api .liveDashboard .list-results thead .filters span.clear,.status.status-report-item ._account_api .liveDashboard .list-results thead .filters span.clear,.double-list dd.status ._account_api .liveDashboard .list-results thead .filters span.clear,.double-list dt.status ._account_api .liveDashboard .list-results thead .filters span.clear,.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead .filters span.clear,.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead .filters span.clear,.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead .filters span.clear,.liveDashboard ._account_api .list-results thead .filters .w-filters-selected label.status.small span.clear,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small .filters span.clear,._account_api .liveDashboard .list-results thead .filters .w-filters-selected label.status.small span.clear,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small .filters span.clear,.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead .filters span.clear,.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead .filters span.clear,.liveDashboard ._account_api .list-results thead .filters .w-filters-selected .status.btn-f-s span.clear,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s .filters span.clear,._account_api .liveDashboard .list-results thead .filters .w-filters-selected .status.btn-f-s span.clear,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .filters span.clear,.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead .filters span.clear,.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead .filters span.clear,.liveDashboard ._account_api .list-results thead .filters .sub-header .w-form label.clear,.liveDashboard ._account_api .list-results thead .filters .sub-header .w-double-list label.clear,.liveDashboard ._account_api .list-results thead .sub-header .w-form .filters label.clear,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list .filters label.clear,._account_api .liveDashboard .list-results thead .filters .sub-header .w-form label.clear,._account_api .liveDashboard .list-results thead .filters .sub-header .w-double-list label.clear,._account_api .liveDashboard .list-results thead .sub-header .w-form .filters label.clear,._account_api .liveDashboard .list-results thead .sub-header .w-double-list .filters label.clear,.liveDashboard .sub-header .w-form ._account_api .list-results thead .filters label.clear,.liveDashboard .sub-header .w-double-list ._account_api .list-results thead .filters label.clear,.sub-header .w-form ._account_api .liveDashboard .list-results thead .filters label.clear,.sub-header .w-double-list ._account_api .liveDashboard .list-results thead .filters label.clear,.liveDashboard ._account_api .list-results thead .filters .block-filters button.clear:after,.liveDashboard ._account_api .list-results thead .block-filters .filters button.clear:after,._account_api .liveDashboard .list-results thead .filters .block-filters button.clear:after,._account_api .liveDashboard .list-results thead .block-filters .filters button.clear:after,.liveDashboard .block-filters ._account_api .list-results thead .filters button.clear:after,.block-filters ._account_api .liveDashboard .list-results thead .filters button.clear:after,.liveDashboard ._account_api .list-results thead .filters .block-filters select.clear:after,.liveDashboard ._account_api .list-results thead .block-filters .filters select.clear:after,._account_api .liveDashboard .list-results thead .filters .block-filters select.clear:after,._account_api .liveDashboard .list-results thead .block-filters .filters select.clear:after,.liveDashboard .block-filters ._account_api .list-results thead .filters select.clear:after,.block-filters ._account_api .liveDashboard .list-results thead .filters select.clear:after,.liveDashboard ._account_api .list-results thead .filters .form-auto-list .clear.form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .form-auto-list .filters .clear.form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .filters .form-auto-list .clear.form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .form-auto-list .filters .clear.form-auto-item.is-user-is-inactive,.liveDashboard .form-auto-list ._account_api .list-results thead .filters .clear.form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .liveDashboard .list-results thead .filters .clear.form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .filters .form-auto-list .clear.form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .form-auto-list .filters .clear.form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .filters .form-auto-list .clear.form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .form-auto-list .filters .clear.form-auto-item.is-user-is-active,.liveDashboard .form-auto-list ._account_api .list-results thead .filters .clear.form-auto-item.is-user-is-active,.form-auto-list ._account_api .liveDashboard .list-results thead .filters .clear.form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .filters .list-results-header .status.title span.clear,.liveDashboard ._account_api .list-results thead .list-results-header .status.title .filters span.clear,._account_api .liveDashboard .list-results thead .filters .list-results-header .status.title span.clear,._account_api .liveDashboard .list-results thead .list-results-header .status.title .filters span.clear,.liveDashboard .list-results-header .status.title ._account_api .list-results thead .filters span.clear,.list-results-header .status.title ._account_api .liveDashboard .list-results thead .filters span.clear,.liveDashboard ._account_api .list-results thead .filters tr span.clear,.liveDashboard ._account_api .list-results thead tr .filters span.clear,._account_api .liveDashboard .list-results thead .filters tr span.clear,._account_api .liveDashboard .list-results thead tr .filters span.clear,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .filters .clear.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .filters .clear.dropdown-toggle:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .filters .clear.filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .filters .clear.filter,._account_api .form-label.status .liveDashboard .list-results thead .filters span.clear,._account_api .status.status-log .liveDashboard .list-results thead .filters span.clear,._account_api .status.status-report-item .liveDashboard .list-results thead .filters span.clear,._account_api .double-list dd.status .liveDashboard .list-results thead .filters span.clear,.double-list ._account_api dd.status .liveDashboard .list-results thead .filters span.clear,._account_api .double-list dt.status .liveDashboard .list-results thead .filters span.clear,.double-list ._account_api dt.status .liveDashboard .list-results thead .filters span.clear,._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead .filters span.clear,.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead .filters span.clear,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead .filters span.clear,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead .filters span.clear,._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead .filters span.clear,.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead .filters span.clear,.form-label.status .liveDashboard ._account_api .list-results thead .filters span.clear,.status.status-log .liveDashboard ._account_api .list-results thead .filters span.clear,.status.status-report-item .liveDashboard ._account_api .list-results thead .filters span.clear,.double-list dd.status .liveDashboard ._account_api .list-results thead .filters span.clear,.double-list dt.status .liveDashboard ._account_api .list-results thead .filters span.clear,.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead .filters span.clear,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead .filters span.clear,.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead .filters span.clear,._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead .filters span.clear,.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead .filters span.clear,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead .filters span.clear,.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead .filters span.clear,._account_api .sub-header .w-form .liveDashboard .list-results thead .filters label.clear,._account_api .sub-header .w-double-list .liveDashboard .list-results thead .filters label.clear,.sub-header .w-form .liveDashboard ._account_api .list-results thead .filters label.clear,.sub-header .w-double-list .liveDashboard ._account_api .list-results thead .filters label.clear,._account_api .block-filters .liveDashboard .list-results thead .filters button.clear:after,.block-filters .liveDashboard ._account_api .list-results thead .filters button.clear:after,._account_api .block-filters .liveDashboard .list-results thead .filters select.clear:after,.block-filters .liveDashboard ._account_api .list-results thead .filters select.clear:after,._account_api .form-auto-list .liveDashboard .list-results thead .filters .clear.form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard ._account_api .list-results thead .filters .clear.form-auto-item.is-user-is-inactive,._account_api .form-auto-list .liveDashboard .list-results thead .filters .clear.form-auto-item.is-user-is-active,.form-auto-list .liveDashboard ._account_api .list-results thead .filters .clear.form-auto-item.is-user-is-active,._account_api .list-results-header .status.title .liveDashboard .list-results thead .filters span.clear,.list-results-header .status.title .liveDashboard ._account_api .list-results thead .filters span.clear,.filters .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .clear.dropdown-toggle:after,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .filters .clear.dropdown-toggle:after,.filters .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .clear.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .filters .clear.dropdown-toggle:after,.filters .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .clear.filter,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filters .clear.filter,.filters .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .clear.filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .filters .clear.filter,.filters .liveDashboard .list-results thead .form-label.status span.clear,.filters .liveDashboard .list-results thead .status.status-log span.clear,.filters .liveDashboard .list-results thead .status.status-report-item span.clear,.filters .liveDashboard .list-results thead .double-list dd.status span.clear,.double-list .filters .liveDashboard .list-results thead dd.status span.clear,.filters .liveDashboard .list-results thead .double-list dt.status span.clear,.double-list .filters .liveDashboard .list-results thead dt.status span.clear,.filters .liveDashboard .list-results thead .w-cards-container .w-card .status.title span.clear,.w-cards-container .w-card .filters .liveDashboard .list-results thead .status.title span.clear,.filters .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.clear,.w-cards-container .w-card.centered .w-value .filters .liveDashboard .list-results thead .status.label span.clear,.filters .liveDashboard .list-results thead tbody tr.sublist .status.title span.clear,.filters .liveDashboard .list-results tbody tr.sublist thead .status.title span.clear,.liveDashboard .list-results thead .form-label.status .filters span.clear,.liveDashboard .list-results thead .status.status-log .filters span.clear,.liveDashboard .list-results thead .status.status-report-item .filters span.clear,.liveDashboard .list-results thead .double-list dd.status .filters span.clear,.double-list .liveDashboard .list-results thead dd.status .filters span.clear,.liveDashboard .list-results thead .double-list dt.status .filters span.clear,.double-list .liveDashboard .list-results thead dt.status .filters span.clear,.liveDashboard .list-results thead .w-cards-container .w-card .status.title .filters span.clear,.w-cards-container .w-card .liveDashboard .list-results thead .status.title .filters span.clear,.liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .filters span.clear,.w-cards-container .w-card.centered .w-value .liveDashboard .list-results thead .status.label .filters span.clear,.liveDashboard .list-results thead tbody tr.sublist .status.title .filters span.clear,.liveDashboard .list-results tbody tr.sublist thead .status.title .filters span.clear,.filters .form-label.status .liveDashboard .list-results thead span.clear,.filters .status.status-log .liveDashboard .list-results thead span.clear,.filters .status.status-report-item .liveDashboard .list-results thead span.clear,.filters .double-list dd.status .liveDashboard .list-results thead span.clear,.double-list .filters dd.status .liveDashboard .list-results thead span.clear,.filters .double-list dt.status .liveDashboard .list-results thead span.clear,.double-list .filters dt.status .liveDashboard .list-results thead span.clear,.filters .w-cards-container .w-card .status.title .liveDashboard .list-results thead span.clear,.w-cards-container .w-card .filters .status.title .liveDashboard .list-results thead span.clear,.filters .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.clear,.w-cards-container .w-card.centered .w-value .filters .status.label .liveDashboard .list-results thead span.clear,.filters .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.clear,.list-results tbody tr.sublist .filters .status.title .liveDashboard .list-results thead span.clear,.form-label.status .liveDashboard .list-results thead .filters span.clear,.status.status-log .liveDashboard .list-results thead .filters span.clear,.status.status-report-item .liveDashboard .list-results thead .filters span.clear,.double-list dd.status .liveDashboard .list-results thead .filters span.clear,.double-list dt.status .liveDashboard .list-results thead .filters span.clear,.w-cards-container .w-card .status.title .liveDashboard .list-results thead .filters span.clear,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead .filters span.clear,.list-results tbody tr.sublist .status.title .liveDashboard .list-results thead .filters span.clear,.filters .liveDashboard .list-results thead .w-filters-selected label.status.small span.clear,.liveDashboard .list-results thead .w-filters-selected label.status.small .filters span.clear,.filters .w-filters-selected label.status.small .liveDashboard .list-results thead span.clear,.w-filters-selected label.status.small .liveDashboard .list-results thead .filters span.clear,.filters .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.clear,.liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .filters span.clear,.filters .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.clear,.w-filters-selected .status.btn-f-s .liveDashboard .list-results thead .filters span.clear,.filters .liveDashboard .list-results thead .sub-header .w-form label.clear,.filters .liveDashboard .list-results thead .sub-header .w-double-list label.clear,.liveDashboard .list-results thead .sub-header .w-form .filters label.clear,.liveDashboard .list-results thead .sub-header .w-double-list .filters label.clear,.filters .sub-header .w-form .liveDashboard .list-results thead label.clear,.filters .sub-header .w-double-list .liveDashboard .list-results thead label.clear,.sub-header .w-form .liveDashboard .list-results thead .filters label.clear,.sub-header .w-double-list .liveDashboard .list-results thead .filters label.clear,.filters .liveDashboard .list-results thead .block-filters button.clear:after,.liveDashboard .list-results thead .block-filters .filters button.clear:after,.filters .block-filters .liveDashboard .list-results thead button.clear:after,.block-filters .liveDashboard .list-results thead .filters button.clear:after,.filters .liveDashboard .list-results thead .block-filters select.clear:after,.liveDashboard .list-results thead .block-filters .filters select.clear:after,.filters .block-filters .liveDashboard .list-results thead select.clear:after,.block-filters .liveDashboard .list-results thead .filters select.clear:after,.filters .liveDashboard .list-results thead .form-auto-list .clear.form-auto-item.is-user-is-inactive,.liveDashboard .list-results thead .form-auto-list .filters .clear.form-auto-item.is-user-is-inactive,.filters .form-auto-list .liveDashboard .list-results thead .clear.form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard .list-results thead .filters .clear.form-auto-item.is-user-is-inactive,.filters .liveDashboard .list-results thead .form-auto-list .clear.form-auto-item.is-user-is-active,.liveDashboard .list-results thead .form-auto-list .filters .clear.form-auto-item.is-user-is-active,.filters .form-auto-list .liveDashboard .list-results thead .clear.form-auto-item.is-user-is-active,.form-auto-list .liveDashboard .list-results thead .filters .clear.form-auto-item.is-user-is-active,.filters .liveDashboard .list-results thead .list-results-header .status.title span.clear,.liveDashboard .list-results thead .list-results-header .status.title .filters span.clear,.filters .list-results-header .status.title .liveDashboard .list-results thead span.clear,.list-results-header .status.title .liveDashboard .list-results thead .filters span.clear,.filters .liveDashboard .list-results thead tr span.clear,.liveDashboard .list-results thead tr .filters span.clear,.filters ._account_api .list-results thead .clear.icon,.filters ._account_api .list-results thead .clear.w-alert-banner:before,.filters ._account_api .liveDashboard .list-results thead .clear.w-alert-banner:before,.liveDashboard .filters ._account_api .list-results thead .clear.w-alert-banner:before,.filters ._account_api .list-results thead .clear.w-alert-banner:before,.filters ._account_api .list-results thead .w-dialog.plus .clear.dialog-aside:after,.w-dialog.plus .filters ._account_api .list-results thead .clear.dialog-aside:after,.filters ._account_api .list-results thead .w-toast .clear.toast.plus:after,.w-toast .filters ._account_api .list-results thead .clear.toast.plus:after,.filters ._account_api .list-results thead .w-time-period .dropdown .w-selection .clear.btn-period-clear:before,.w-time-period .dropdown .w-selection .filters ._account_api .list-results thead .clear.btn-period-clear:before,.filters ._account_api .list-results thead .w-time-period .dropdown .w-selection .clear.btn-filter:before,.w-time-period .dropdown .w-selection .filters ._account_api .list-results thead .clear.btn-filter:before,.filters ._account_api .list-results thead .w-time-period .dropdown .w-selection .clear.btn-period-edit:before,.w-time-period .dropdown .w-selection .filters ._account_api .list-results thead .clear.btn-period-edit:before,.filters ._account_api .list-results thead .block-filters .clear.btn-filter:before,.block-filters .filters ._account_api .list-results thead .clear.btn-filter:before,.filters ._account_api .list-results thead .toggleWrapper input.mobileToggle+label.clear,.toggleWrapper .filters ._account_api .list-results thead input.mobileToggle+label.clear,.filters ._account_api .list-results thead tbody span.clear.status,.filters ._account_api .list-results tbody thead span.clear.status,.filters ._account_api .list-results thead tbody td.is-running span.clear,.filters ._account_api .list-results tbody td.is-running thead span.clear,.filters ._account_api .list-results thead tbody td.is-pending span.clear,.filters ._account_api .list-results tbody td.is-pending thead span.clear,.filters ._account_api .liveDashboard .list-results thead .clear.icon,.filters ._account_api .liveDashboard .list-results thead .clear.w-alert-banner:before,.filters ._account_api .liveDashboard .list-results thead .clear.w-alert-banner:before,.filters ._account_api .liveDashboard .list-results thead .clear.w-alert-banner:before,.filters ._account_api .liveDashboard .list-results thead .w-dialog.plus .clear.dialog-aside:after,.w-dialog.plus .filters ._account_api .liveDashboard .list-results thead .clear.dialog-aside:after,.filters ._account_api .liveDashboard .list-results thead .w-toast .clear.toast.plus:after,.w-toast .filters ._account_api .liveDashboard .list-results thead .clear.toast.plus:after,.filters ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .clear.btn-period-clear:before,.w-time-period .dropdown .w-selection .filters ._account_api .liveDashboard .list-results thead .clear.btn-period-clear:before,.filters ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .clear.btn-filter:before,.w-time-period .dropdown .w-selection .filters ._account_api .liveDashboard .list-results thead .clear.btn-filter:before,.filters ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .clear.btn-period-edit:before,.w-time-period .dropdown .w-selection .filters ._account_api .liveDashboard .list-results thead .clear.btn-period-edit:before,.filters ._account_api .liveDashboard .list-results thead .block-filters .clear.btn-filter:before,.block-filters .filters ._account_api .liveDashboard .list-results thead .clear.btn-filter:before,.filters ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.clear,.toggleWrapper .filters ._account_api .liveDashboard .list-results thead input.mobileToggle+label.clear,.filters ._account_api .liveDashboard .list-results thead tbody span.clear.status,.filters ._account_api .liveDashboard .list-results tbody thead span.clear.status,.filters ._account_api .liveDashboard .list-results thead tbody td.is-running span.clear,.filters ._account_api .liveDashboard .list-results tbody td.is-running thead span.clear,.filters ._account_api .liveDashboard .list-results thead tbody td.is-pending span.clear,.filters ._account_api .liveDashboard .list-results tbody td.is-pending thead span.clear,.liveDashboard .filters ._account_api .list-results thead .clear.icon,.liveDashboard .filters ._account_api .list-results thead .clear.w-alert-banner:before,.liveDashboard .filters ._account_api .list-results thead .clear.w-alert-banner:before,.liveDashboard .filters ._account_api .list-results thead .clear.w-alert-banner:before,.liveDashboard .filters ._account_api .list-results thead .w-dialog.plus .clear.dialog-aside:after,.w-dialog.plus .liveDashboard .filters ._account_api .list-results thead .clear.dialog-aside:after,.liveDashboard .filters ._account_api .list-results thead .w-toast .clear.toast.plus:after,.w-toast .liveDashboard .filters ._account_api .list-results thead .clear.toast.plus:after,.liveDashboard .filters ._account_api .list-results thead .w-time-period .dropdown .w-selection .clear.btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .filters ._account_api .list-results thead .clear.btn-period-clear:before,.liveDashboard .filters ._account_api .list-results thead .w-time-period .dropdown .w-selection .clear.btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .filters ._account_api .list-results thead .clear.btn-filter:before,.liveDashboard .filters ._account_api .list-results thead .w-time-period .dropdown .w-selection .clear.btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .filters ._account_api .list-results thead .clear.btn-period-edit:before,.liveDashboard .filters ._account_api .list-results thead .block-filters .clear.btn-filter:before,.block-filters .liveDashboard .filters ._account_api .list-results thead .clear.btn-filter:before,.liveDashboard .filters ._account_api .list-results thead .toggleWrapper input.mobileToggle+label.clear,.toggleWrapper .liveDashboard .filters ._account_api .list-results thead input.mobileToggle+label.clear,.liveDashboard .filters ._account_api .list-results thead tbody span.clear.status,.liveDashboard .filters ._account_api .list-results tbody thead span.clear.status,.liveDashboard .filters ._account_api .list-results thead tbody td.is-running span.clear,.liveDashboard .filters ._account_api .list-results tbody td.is-running thead span.clear,.liveDashboard .filters ._account_api .list-results thead tbody td.is-pending span.clear,.liveDashboard .filters ._account_api .list-results tbody td.is-pending thead span.clear,.filters ._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .clear.dropdown-toggle:after,.liveDashboard .filters ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .clear.dropdown-toggle:after,.filters ._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .clear.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .filters ._account_api .list-results thead .clear.dropdown-toggle:after,.filters ._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .clear.filter,.liveDashboard .filters ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .clear.filter,.filters ._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .clear.filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .filters ._account_api .list-results thead .clear.filter,.filters ._account_api .liveDashboard .list-results thead .form-label.status span.clear,.filters ._account_api .liveDashboard .list-results thead .status.status-log span.clear,.filters ._account_api .liveDashboard .list-results thead .status.status-report-item span.clear,.filters ._account_api .liveDashboard .list-results thead .double-list dd.status span.clear,.double-list .filters ._account_api .liveDashboard .list-results thead dd.status span.clear,.filters ._account_api .liveDashboard .list-results thead .double-list dt.status span.clear,.double-list .filters ._account_api .liveDashboard .list-results thead dt.status span.clear,.filters ._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span.clear,.w-cards-container .w-card .filters ._account_api .liveDashboard .list-results thead .status.title span.clear,.filters ._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.clear,.w-cards-container .w-card.centered .w-value .filters ._account_api .liveDashboard .list-results thead .status.label span.clear,.filters ._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span.clear,.filters ._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span.clear,.liveDashboard .filters ._account_api .list-results thead .form-label.status span.clear,.liveDashboard .filters ._account_api .list-results thead .status.status-log span.clear,.liveDashboard .filters ._account_api .list-results thead .status.status-report-item span.clear,.liveDashboard .filters ._account_api .list-results thead .double-list dd.status span.clear,.double-list .liveDashboard .filters ._account_api .list-results thead dd.status span.clear,.liveDashboard .filters ._account_api .list-results thead .double-list dt.status span.clear,.double-list .liveDashboard .filters ._account_api .list-results thead dt.status span.clear,.liveDashboard .filters ._account_api .list-results thead .w-cards-container .w-card .status.title span.clear,.w-cards-container .w-card .liveDashboard .filters ._account_api .list-results thead .status.title span.clear,.liveDashboard .filters ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.clear,.w-cards-container .w-card.centered .w-value .liveDashboard .filters ._account_api .list-results thead .status.label span.clear,.liveDashboard .filters ._account_api .list-results thead tbody tr.sublist .status.title span.clear,.liveDashboard .filters ._account_api .list-results tbody tr.sublist thead .status.title span.clear,.filters ._account_api .form-label.status .liveDashboard .list-results thead span.clear,.filters ._account_api .status.status-log .liveDashboard .list-results thead span.clear,.filters ._account_api .status.status-report-item .liveDashboard .list-results thead span.clear,.filters ._account_api .double-list dd.status .liveDashboard .list-results thead span.clear,.double-list .filters ._account_api dd.status .liveDashboard .list-results thead span.clear,.filters ._account_api .double-list dt.status .liveDashboard .list-results thead span.clear,.double-list .filters ._account_api dt.status .liveDashboard .list-results thead span.clear,.filters ._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span.clear,.w-cards-container .w-card .filters ._account_api .status.title .liveDashboard .list-results thead span.clear,.filters ._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.clear,.w-cards-container .w-card.centered .w-value .filters ._account_api .status.label .liveDashboard .list-results thead span.clear,.filters ._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.clear,.list-results tbody tr.sublist .filters ._account_api .status.title .liveDashboard .list-results thead span.clear,.form-label.status .liveDashboard .filters ._account_api .list-results thead span.clear,.status.status-log .liveDashboard .filters ._account_api .list-results thead span.clear,.status.status-report-item .liveDashboard .filters ._account_api .list-results thead span.clear,.double-list dd.status .liveDashboard .filters ._account_api .list-results thead span.clear,.double-list dt.status .liveDashboard .filters ._account_api .list-results thead span.clear,.w-cards-container .w-card .status.title .liveDashboard .filters ._account_api .list-results thead span.clear,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .filters ._account_api .list-results thead span.clear,.list-results tbody tr.sublist .status.title .liveDashboard .filters ._account_api .list-results thead span.clear,.filters ._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span.clear,.liveDashboard .filters ._account_api .list-results thead .w-filters-selected label.status.small span.clear,.filters ._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span.clear,.w-filters-selected label.status.small .liveDashboard .filters ._account_api .list-results thead span.clear,.filters ._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.clear,.liveDashboard .filters ._account_api .list-results thead .w-filters-selected .status.btn-f-s span.clear,.filters ._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.clear,.w-filters-selected .status.btn-f-s .liveDashboard .filters ._account_api .list-results thead span.clear,.filters ._account_api .liveDashboard .list-results thead .sub-header .w-form label.clear,.filters ._account_api .liveDashboard .list-results thead .sub-header .w-double-list label.clear,.liveDashboard .filters ._account_api .list-results thead .sub-header .w-form label.clear,.liveDashboard .filters ._account_api .list-results thead .sub-header .w-double-list label.clear,.filters ._account_api .sub-header .w-form .liveDashboard .list-results thead label.clear,.filters ._account_api .sub-header .w-double-list .liveDashboard .list-results thead label.clear,.sub-header .w-form .liveDashboard .filters ._account_api .list-results thead label.clear,.sub-header .w-double-list .liveDashboard .filters ._account_api .list-results thead label.clear,.filters ._account_api .liveDashboard .list-results thead .block-filters button.clear:after,.liveDashboard .filters ._account_api .list-results thead .block-filters button.clear:after,.filters ._account_api .block-filters .liveDashboard .list-results thead button.clear:after,.block-filters .liveDashboard .filters ._account_api .list-results thead button.clear:after,.filters ._account_api .liveDashboard .list-results thead .block-filters select.clear:after,.liveDashboard .filters ._account_api .list-results thead .block-filters select.clear:after,.filters ._account_api .block-filters .liveDashboard .list-results thead select.clear:after,.block-filters .liveDashboard .filters ._account_api .list-results thead select.clear:after,.filters ._account_api .liveDashboard .list-results thead .form-auto-list .clear.form-auto-item.is-user-is-inactive,.liveDashboard .filters ._account_api .list-results thead .form-auto-list .clear.form-auto-item.is-user-is-inactive,.filters ._account_api .form-auto-list .liveDashboard .list-results thead .clear.form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard .filters ._account_api .list-results thead .clear.form-auto-item.is-user-is-inactive,.filters ._account_api .liveDashboard .list-results thead .form-auto-list .clear.form-auto-item.is-user-is-active,.liveDashboard .filters ._account_api .list-results thead .form-auto-list .clear.form-auto-item.is-user-is-active,.filters ._account_api .form-auto-list .liveDashboard .list-results thead .clear.form-auto-item.is-user-is-active,.form-auto-list .liveDashboard .filters ._account_api .list-results thead .clear.form-auto-item.is-user-is-active,.filters ._account_api .liveDashboard .list-results thead .list-results-header .status.title span.clear,.liveDashboard .filters ._account_api .list-results thead .list-results-header .status.title span.clear,.filters ._account_api .list-results-header .status.title .liveDashboard .list-results thead span.clear,.list-results-header .status.title .liveDashboard .filters ._account_api .list-results thead span.clear,.filters ._account_api .liveDashboard .list-results thead tr span.clear,.liveDashboard .filters ._account_api .list-results thead tr span.clear,.filters ._account_api .list-results thead .clear.icon,.filters ._account_api .list-results thead .clear.w-alert-banner:before,.filters ._account_api .liveDashboard .list-results thead .clear.w-alert-banner:before,.liveDashboard .filters ._account_api .list-results thead .clear.w-alert-banner:before,.filters ._account_api .list-results thead .clear.w-alert-banner:before,.filters ._account_api .list-results thead .w-dialog.plus .clear.dialog-aside:after,.w-dialog.plus .filters ._account_api .list-results thead .clear.dialog-aside:after,.filters ._account_api .list-results thead .w-toast .clear.toast.plus:after,.w-toast .filters ._account_api .list-results thead .clear.toast.plus:after,.filters ._account_api .list-results thead .w-time-period .dropdown .w-selection .clear.btn-period-clear:before,.w-time-period .dropdown .w-selection .filters ._account_api .list-results thead .clear.btn-period-clear:before,.filters ._account_api .list-results thead .w-time-period .dropdown .w-selection .clear.btn-filter:before,.w-time-period .dropdown .w-selection .filters ._account_api .list-results thead .clear.btn-filter:before,.filters ._account_api .list-results thead .w-time-period .dropdown .w-selection .clear.btn-period-edit:before,.w-time-period .dropdown .w-selection .filters ._account_api .list-results thead .clear.btn-period-edit:before,.filters ._account_api .list-results thead .block-filters .clear.btn-filter:before,.block-filters .filters ._account_api .list-results thead .clear.btn-filter:before,.filters ._account_api .list-results thead .toggleWrapper input.mobileToggle+label.clear,.toggleWrapper .filters ._account_api .list-results thead input.mobileToggle+label.clear,.filters ._account_api .list-results thead tbody span.clear.status,.filters ._account_api .list-results tbody thead span.clear.status,.filters ._account_api .list-results thead tbody td.is-running span.clear,.filters ._account_api .list-results tbody td.is-running thead span.clear,.filters ._account_api .list-results thead tbody td.is-pending span.clear,.filters ._account_api .list-results tbody td.is-pending thead span.clear,.filters ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .clear.dropdown-toggle:after,.filters .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .clear.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .filters ._account_api .list-results thead .clear.dropdown-toggle:after,.filters ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .clear.filter,.filters .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .clear.filter,.w-filter-preset.w-filter-preset .filter-preset .filters ._account_api .list-results thead .clear.filter,.filters ._account_api .list-results thead .form-label.status span.clear,.filters ._account_api .list-results thead .status.status-log span.clear,.filters ._account_api .list-results thead .status.status-report-item span.clear,.filters ._account_api .list-results thead .double-list dd.status span.clear,.double-list .filters ._account_api .list-results thead dd.status span.clear,.filters ._account_api .list-results thead .double-list dt.status span.clear,.double-list .filters ._account_api .list-results thead dt.status span.clear,.filters ._account_api .list-results thead .w-cards-container .w-card .status.title span.clear,.w-cards-container .w-card .filters ._account_api .list-results thead .status.title span.clear,.filters ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.clear,.w-cards-container .w-card.centered .w-value .filters ._account_api .list-results thead .status.label span.clear,.filters ._account_api .list-results thead tbody tr.sublist .status.title span.clear,.filters ._account_api .list-results tbody tr.sublist thead .status.title span.clear,.filters .form-label.status ._account_api .list-results thead span.clear,.filters .status.status-log ._account_api .list-results thead span.clear,.filters .status.status-report-item ._account_api .list-results thead span.clear,.filters .double-list dd.status ._account_api .list-results thead span.clear,.double-list .filters dd.status ._account_api .list-results thead span.clear,.filters .double-list dt.status ._account_api .list-results thead span.clear,.double-list .filters dt.status ._account_api .list-results thead span.clear,.filters .w-cards-container .w-card .status.title ._account_api .list-results thead span.clear,.w-cards-container .w-card .filters .status.title ._account_api .list-results thead span.clear,.filters .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.clear,.w-cards-container .w-card.centered .w-value .filters .status.label ._account_api .list-results thead span.clear,.filters .list-results tbody tr.sublist .status.title ._account_api .list-results thead span.clear,.list-results tbody tr.sublist .filters .status.title ._account_api .list-results thead span.clear,.form-label.status .filters ._account_api .list-results thead span.clear,.status.status-log .filters ._account_api .list-results thead span.clear,.status.status-report-item .filters ._account_api .list-results thead span.clear,.double-list dd.status .filters ._account_api .list-results thead span.clear,.double-list dt.status .filters ._account_api .list-results thead span.clear,.w-cards-container .w-card .status.title .filters ._account_api .list-results thead span.clear,.w-cards-container .w-card.centered .w-value .status.label .filters ._account_api .list-results thead span.clear,.list-results tbody tr.sublist .status.title .filters ._account_api .list-results thead span.clear,.filters ._account_api .list-results thead .w-filters-selected label.status.small span.clear,.filters .w-filters-selected label.status.small ._account_api .list-results thead span.clear,.w-filters-selected label.status.small .filters ._account_api .list-results thead span.clear,.filters ._account_api .list-results thead .w-filters-selected .status.btn-f-s span.clear,.filters .w-filters-selected .status.btn-f-s ._account_api .list-results thead span.clear,.w-filters-selected .status.btn-f-s .filters ._account_api .list-results thead span.clear,.filters ._account_api .list-results thead .sub-header .w-form label.clear,.filters ._account_api .list-results thead .sub-header .w-double-list label.clear,.filters .sub-header .w-form ._account_api .list-results thead label.clear,.filters .sub-header .w-double-list ._account_api .list-results thead label.clear,.sub-header .w-form .filters ._account_api .list-results thead label.clear,.sub-header .w-double-list .filters ._account_api .list-results thead label.clear,.filters ._account_api .list-results thead .block-filters button.clear:after,.filters .block-filters ._account_api .list-results thead button.clear:after,.block-filters .filters ._account_api .list-results thead button.clear:after,.filters ._account_api .list-results thead .block-filters select.clear:after,.filters .block-filters ._account_api .list-results thead select.clear:after,.block-filters .filters ._account_api .list-results thead select.clear:after,.filters ._account_api .list-results thead .form-auto-list .clear.form-auto-item.is-user-is-inactive,.filters .form-auto-list ._account_api .list-results thead .clear.form-auto-item.is-user-is-inactive,.form-auto-list .filters ._account_api .list-results thead .clear.form-auto-item.is-user-is-inactive,.filters ._account_api .list-results thead .form-auto-list .clear.form-auto-item.is-user-is-active,.filters .form-auto-list ._account_api .list-results thead .clear.form-auto-item.is-user-is-active,.form-auto-list .filters ._account_api .list-results thead .clear.form-auto-item.is-user-is-active,.filters ._account_api .list-results thead .list-results-header .status.title span.clear,.filters .list-results-header .status.title ._account_api .list-results thead span.clear,.list-results-header .status.title .filters ._account_api .list-results thead span.clear,.filters ._account_api .list-results thead tr span.clear,.filters .liveDashboard ._account_api .list-results thead .clear.icon,.filters .liveDashboard ._account_api .list-results thead .clear.w-alert-banner:before,.filters .liveDashboard ._account_api .list-results thead .clear.w-alert-banner:before,.filters .liveDashboard ._account_api .list-results thead .clear.w-alert-banner:before,.filters .liveDashboard ._account_api .list-results thead .w-dialog.plus .clear.dialog-aside:after,.w-dialog.plus .filters .liveDashboard ._account_api .list-results thead .clear.dialog-aside:after,.filters .liveDashboard ._account_api .list-results thead .w-toast .clear.toast.plus:after,.w-toast .filters .liveDashboard ._account_api .list-results thead .clear.toast.plus:after,.filters .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .clear.btn-period-clear:before,.w-time-period .dropdown .w-selection .filters .liveDashboard ._account_api .list-results thead .clear.btn-period-clear:before,.filters .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .clear.btn-filter:before,.w-time-period .dropdown .w-selection .filters .liveDashboard ._account_api .list-results thead .clear.btn-filter:before,.filters .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .clear.btn-period-edit:before,.w-time-period .dropdown .w-selection .filters .liveDashboard ._account_api .list-results thead .clear.btn-period-edit:before,.filters .liveDashboard ._account_api .list-results thead .block-filters .clear.btn-filter:before,.block-filters .filters .liveDashboard ._account_api .list-results thead .clear.btn-filter:before,.filters .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label.clear,.toggleWrapper .filters .liveDashboard ._account_api .list-results thead input.mobileToggle+label.clear,.filters .liveDashboard ._account_api .list-results thead tbody span.clear.status,.filters .liveDashboard ._account_api .list-results tbody thead span.clear.status,.filters .liveDashboard ._account_api .list-results thead tbody td.is-running span.clear,.filters .liveDashboard ._account_api .list-results tbody td.is-running thead span.clear,.filters .liveDashboard ._account_api .list-results thead tbody td.is-pending span.clear,.filters .liveDashboard ._account_api .list-results tbody td.is-pending thead span.clear,.liveDashboard .filters ._account_api .list-results thead .clear.icon,.liveDashboard .filters ._account_api .list-results thead .clear.w-alert-banner:before,.liveDashboard .filters ._account_api .list-results thead .clear.w-alert-banner:before,.liveDashboard .filters ._account_api .list-results thead .clear.w-alert-banner:before,.liveDashboard .filters ._account_api .list-results thead .w-dialog.plus .clear.dialog-aside:after,.w-dialog.plus .liveDashboard .filters ._account_api .list-results thead .clear.dialog-aside:after,.liveDashboard .filters ._account_api .list-results thead .w-toast .clear.toast.plus:after,.w-toast .liveDashboard .filters ._account_api .list-results thead .clear.toast.plus:after,.liveDashboard .filters ._account_api .list-results thead .w-time-period .dropdown .w-selection .clear.btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .filters ._account_api .list-results thead .clear.btn-period-clear:before,.liveDashboard .filters ._account_api .list-results thead .w-time-period .dropdown .w-selection .clear.btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .filters ._account_api .list-results thead .clear.btn-filter:before,.liveDashboard .filters ._account_api .list-results thead .w-time-period .dropdown .w-selection .clear.btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .filters ._account_api .list-results thead .clear.btn-period-edit:before,.liveDashboard .filters ._account_api .list-results thead .block-filters .clear.btn-filter:before,.block-filters .liveDashboard .filters ._account_api .list-results thead .clear.btn-filter:before,.liveDashboard .filters ._account_api .list-results thead .toggleWrapper input.mobileToggle+label.clear,.toggleWrapper .liveDashboard .filters ._account_api .list-results thead input.mobileToggle+label.clear,.liveDashboard .filters ._account_api .list-results thead tbody span.clear.status,.liveDashboard .filters ._account_api .list-results tbody thead span.clear.status,.liveDashboard .filters ._account_api .list-results thead tbody td.is-running span.clear,.liveDashboard .filters ._account_api .list-results tbody td.is-running thead span.clear,.liveDashboard .filters ._account_api .list-results thead tbody td.is-pending span.clear,.liveDashboard .filters ._account_api .list-results tbody td.is-pending thead span.clear,.filters ._account_api .liveDashboard .list-results thead .clear.icon,.filters ._account_api .liveDashboard .list-results thead .clear.w-alert-banner:before,.filters ._account_api .liveDashboard .list-results thead .clear.w-alert-banner:before,.filters ._account_api .liveDashboard .list-results thead .clear.w-alert-banner:before,.filters ._account_api .liveDashboard .list-results thead .w-dialog.plus .clear.dialog-aside:after,.w-dialog.plus .filters ._account_api .liveDashboard .list-results thead .clear.dialog-aside:after,.filters ._account_api .liveDashboard .list-results thead .w-toast .clear.toast.plus:after,.w-toast .filters ._account_api .liveDashboard .list-results thead .clear.toast.plus:after,.filters ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .clear.btn-period-clear:before,.w-time-period .dropdown .w-selection .filters ._account_api .liveDashboard .list-results thead .clear.btn-period-clear:before,.filters ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .clear.btn-filter:before,.w-time-period .dropdown .w-selection .filters ._account_api .liveDashboard .list-results thead .clear.btn-filter:before,.filters ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .clear.btn-period-edit:before,.w-time-period .dropdown .w-selection .filters ._account_api .liveDashboard .list-results thead .clear.btn-period-edit:before,.filters ._account_api .liveDashboard .list-results thead .block-filters .clear.btn-filter:before,.block-filters .filters ._account_api .liveDashboard .list-results thead .clear.btn-filter:before,.filters ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.clear,.toggleWrapper .filters ._account_api .liveDashboard .list-results thead input.mobileToggle+label.clear,.filters ._account_api .liveDashboard .list-results thead tbody span.clear.status,.filters ._account_api .liveDashboard .list-results tbody thead span.clear.status,.filters ._account_api .liveDashboard .list-results thead tbody td.is-running span.clear,.filters ._account_api .liveDashboard .list-results tbody td.is-running thead span.clear,.filters ._account_api .liveDashboard .list-results thead tbody td.is-pending span.clear,.filters ._account_api .liveDashboard .list-results tbody td.is-pending thead span.clear,.filters .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .clear.dropdown-toggle:after,.liveDashboard .filters ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .clear.dropdown-toggle:after,.filters ._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .clear.dropdown-toggle:after,.filters .liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .clear.dropdown-toggle:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown .filters ._account_api .list-results thead .clear.dropdown-toggle:after,.filters .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .clear.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .filters ._account_api .liveDashboard .list-results thead .clear.dropdown-toggle:after,.filters .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .clear.filter,.liveDashboard .filters ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .clear.filter,.filters ._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .clear.filter,.filters .liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .clear.filter,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .filters ._account_api .list-results thead .clear.filter,.filters .w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .clear.filter,.w-filter-preset.w-filter-preset .filter-preset .filters ._account_api .liveDashboard .list-results thead .clear.filter,.filters .liveDashboard ._account_api .list-results thead .form-label.status span.clear,.filters .liveDashboard ._account_api .list-results thead .status.status-log span.clear,.filters .liveDashboard ._account_api .list-results thead .status.status-report-item span.clear,.filters .liveDashboard ._account_api .list-results thead .double-list dd.status span.clear,.double-list .filters .liveDashboard ._account_api .list-results thead dd.status span.clear,.filters .liveDashboard ._account_api .list-results thead .double-list dt.status span.clear,.double-list .filters .liveDashboard ._account_api .list-results thead dt.status span.clear,.filters .liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span.clear,.w-cards-container .w-card .filters .liveDashboard ._account_api .list-results thead .status.title span.clear,.filters .liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.clear,.w-cards-container .w-card.centered .w-value .filters .liveDashboard ._account_api .list-results thead .status.label span.clear,.filters .liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span.clear,.filters .liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span.clear,.liveDashboard .filters ._account_api .list-results thead .form-label.status span.clear,.liveDashboard .filters ._account_api .list-results thead .status.status-log span.clear,.liveDashboard .filters ._account_api .list-results thead .status.status-report-item span.clear,.liveDashboard .filters ._account_api .list-results thead .double-list dd.status span.clear,.double-list .liveDashboard .filters ._account_api .list-results thead dd.status span.clear,.liveDashboard .filters ._account_api .list-results thead .double-list dt.status span.clear,.double-list .liveDashboard .filters ._account_api .list-results thead dt.status span.clear,.liveDashboard .filters ._account_api .list-results thead .w-cards-container .w-card .status.title span.clear,.w-cards-container .w-card .liveDashboard .filters ._account_api .list-results thead .status.title span.clear,.liveDashboard .filters ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.clear,.w-cards-container .w-card.centered .w-value .liveDashboard .filters ._account_api .list-results thead .status.label span.clear,.liveDashboard .filters ._account_api .list-results thead tbody tr.sublist .status.title span.clear,.liveDashboard .filters ._account_api .list-results tbody tr.sublist thead .status.title span.clear,.filters ._account_api .liveDashboard .list-results thead .form-label.status span.clear,.filters ._account_api .liveDashboard .list-results thead .status.status-log span.clear,.filters ._account_api .liveDashboard .list-results thead .status.status-report-item span.clear,.filters ._account_api .liveDashboard .list-results thead .double-list dd.status span.clear,.double-list .filters ._account_api .liveDashboard .list-results thead dd.status span.clear,.filters ._account_api .liveDashboard .list-results thead .double-list dt.status span.clear,.double-list .filters ._account_api .liveDashboard .list-results thead dt.status span.clear,.filters ._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span.clear,.w-cards-container .w-card .filters ._account_api .liveDashboard .list-results thead .status.title span.clear,.filters ._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.clear,.w-cards-container .w-card.centered .w-value .filters ._account_api .liveDashboard .list-results thead .status.label span.clear,.filters ._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span.clear,.filters ._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span.clear,.filters .liveDashboard .form-label.status ._account_api .list-results thead span.clear,.filters .liveDashboard .status.status-log ._account_api .list-results thead span.clear,.filters .liveDashboard .status.status-report-item ._account_api .list-results thead span.clear,.filters .liveDashboard .double-list dd.status ._account_api .list-results thead span.clear,.double-list .filters .liveDashboard dd.status ._account_api .list-results thead span.clear,.filters .liveDashboard .double-list dt.status ._account_api .list-results thead span.clear,.double-list .filters .liveDashboard dt.status ._account_api .list-results thead span.clear,.filters .liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span.clear,.w-cards-container .w-card .filters .liveDashboard .status.title ._account_api .list-results thead span.clear,.filters .liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.clear,.w-cards-container .w-card.centered .w-value .filters .liveDashboard .status.label ._account_api .list-results thead span.clear,.filters .liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span.clear,.list-results tbody tr.sublist .filters .liveDashboard .status.title ._account_api .list-results thead span.clear,.liveDashboard .form-label.status .filters ._account_api .list-results thead span.clear,.liveDashboard .status.status-log .filters ._account_api .list-results thead span.clear,.liveDashboard .status.status-report-item .filters ._account_api .list-results thead span.clear,.liveDashboard .double-list dd.status .filters ._account_api .list-results thead span.clear,.double-list .liveDashboard dd.status .filters ._account_api .list-results thead span.clear,.liveDashboard .double-list dt.status .filters ._account_api .list-results thead span.clear,.double-list .liveDashboard dt.status .filters ._account_api .list-results thead span.clear,.liveDashboard .w-cards-container .w-card .status.title .filters ._account_api .list-results thead span.clear,.w-cards-container .w-card .liveDashboard .status.title .filters ._account_api .list-results thead span.clear,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label .filters ._account_api .list-results thead span.clear,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label .filters ._account_api .list-results thead span.clear,.liveDashboard .list-results tbody tr.sublist .status.title .filters ._account_api .list-results thead span.clear,.list-results tbody tr.sublist .liveDashboard .status.title .filters ._account_api .list-results thead span.clear,.filters .form-label.status ._account_api .liveDashboard .list-results thead span.clear,.filters .status.status-log ._account_api .liveDashboard .list-results thead span.clear,.filters .status.status-report-item ._account_api .liveDashboard .list-results thead span.clear,.filters .double-list dd.status ._account_api .liveDashboard .list-results thead span.clear,.double-list .filters dd.status ._account_api .liveDashboard .list-results thead span.clear,.filters .double-list dt.status ._account_api .liveDashboard .list-results thead span.clear,.double-list .filters dt.status ._account_api .liveDashboard .list-results thead span.clear,.filters .w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead span.clear,.w-cards-container .w-card .filters .status.title ._account_api .liveDashboard .list-results thead span.clear,.filters .w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead span.clear,.w-cards-container .w-card.centered .w-value .filters .status.label ._account_api .liveDashboard .list-results thead span.clear,.filters .list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead span.clear,.list-results tbody tr.sublist .filters .status.title ._account_api .liveDashboard .list-results thead span.clear,.form-label.status .filters ._account_api .liveDashboard .list-results thead span.clear,.status.status-log .filters ._account_api .liveDashboard .list-results thead span.clear,.status.status-report-item .filters ._account_api .liveDashboard .list-results thead span.clear,.double-list dd.status .filters ._account_api .liveDashboard .list-results thead span.clear,.double-list dt.status .filters ._account_api .liveDashboard .list-results thead span.clear,.w-cards-container .w-card .status.title .filters ._account_api .liveDashboard .list-results thead span.clear,.w-cards-container .w-card.centered .w-value .status.label .filters ._account_api .liveDashboard .list-results thead span.clear,.list-results tbody tr.sublist .status.title .filters ._account_api .liveDashboard .list-results thead span.clear,.filters .liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span.clear,.liveDashboard .filters ._account_api .list-results thead .w-filters-selected label.status.small span.clear,.filters ._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span.clear,.filters .liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span.clear,.liveDashboard .w-filters-selected label.status.small .filters ._account_api .list-results thead span.clear,.filters .w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead span.clear,.w-filters-selected label.status.small .filters ._account_api .liveDashboard .list-results thead span.clear,.filters .liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span.clear,.liveDashboard .filters ._account_api .list-results thead .w-filters-selected .status.btn-f-s span.clear,.filters ._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.clear,.filters .liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span.clear,.liveDashboard .w-filters-selected .status.btn-f-s .filters ._account_api .list-results thead span.clear,.filters .w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead span.clear,.w-filters-selected .status.btn-f-s .filters ._account_api .liveDashboard .list-results thead span.clear,.filters .liveDashboard ._account_api .list-results thead .sub-header .w-form label.clear,.filters .liveDashboard ._account_api .list-results thead .sub-header .w-double-list label.clear,.liveDashboard .filters ._account_api .list-results thead .sub-header .w-form label.clear,.liveDashboard .filters ._account_api .list-results thead .sub-header .w-double-list label.clear,.filters ._account_api .liveDashboard .list-results thead .sub-header .w-form label.clear,.filters ._account_api .liveDashboard .list-results thead .sub-header .w-double-list label.clear,.filters .liveDashboard .sub-header .w-form ._account_api .list-results thead label.clear,.filters .liveDashboard .sub-header .w-double-list ._account_api .list-results thead label.clear,.liveDashboard .sub-header .w-form .filters ._account_api .list-results thead label.clear,.liveDashboard .sub-header .w-double-list .filters ._account_api .list-results thead label.clear,.filters .sub-header .w-form ._account_api .liveDashboard .list-results thead label.clear,.filters .sub-header .w-double-list ._account_api .liveDashboard .list-results thead label.clear,.sub-header .w-form .filters ._account_api .liveDashboard .list-results thead label.clear,.sub-header .w-double-list .filters ._account_api .liveDashboard .list-results thead label.clear,.filters .liveDashboard ._account_api .list-results thead .block-filters button.clear:after,.liveDashboard .filters ._account_api .list-results thead .block-filters button.clear:after,.filters ._account_api .liveDashboard .list-results thead .block-filters button.clear:after,.filters .liveDashboard .block-filters ._account_api .list-results thead button.clear:after,.liveDashboard .block-filters .filters ._account_api .list-results thead button.clear:after,.filters .block-filters ._account_api .liveDashboard .list-results thead button.clear:after,.block-filters .filters ._account_api .liveDashboard .list-results thead button.clear:after,.filters .liveDashboard ._account_api .list-results thead .block-filters select.clear:after,.liveDashboard .filters ._account_api .list-results thead .block-filters select.clear:after,.filters ._account_api .liveDashboard .list-results thead .block-filters select.clear:after,.filters .liveDashboard .block-filters ._account_api .list-results thead select.clear:after,.liveDashboard .block-filters .filters ._account_api .list-results thead select.clear:after,.filters .block-filters ._account_api .liveDashboard .list-results thead select.clear:after,.block-filters .filters ._account_api .liveDashboard .list-results thead select.clear:after,.filters .liveDashboard ._account_api .list-results thead .form-auto-list .clear.form-auto-item.is-user-is-inactive,.liveDashboard .filters ._account_api .list-results thead .form-auto-list .clear.form-auto-item.is-user-is-inactive,.filters ._account_api .liveDashboard .list-results thead .form-auto-list .clear.form-auto-item.is-user-is-inactive,.filters .liveDashboard .form-auto-list ._account_api .list-results thead .clear.form-auto-item.is-user-is-inactive,.liveDashboard .form-auto-list .filters ._account_api .list-results thead .clear.form-auto-item.is-user-is-inactive,.filters .form-auto-list ._account_api .liveDashboard .list-results thead .clear.form-auto-item.is-user-is-inactive,.form-auto-list .filters ._account_api .liveDashboard .list-results thead .clear.form-auto-item.is-user-is-inactive,.filters .liveDashboard ._account_api .list-results thead .form-auto-list .clear.form-auto-item.is-user-is-active,.liveDashboard .filters ._account_api .list-results thead .form-auto-list .clear.form-auto-item.is-user-is-active,.filters ._account_api .liveDashboard .list-results thead .form-auto-list .clear.form-auto-item.is-user-is-active,.filters .liveDashboard .form-auto-list ._account_api .list-results thead .clear.form-auto-item.is-user-is-active,.liveDashboard .form-auto-list .filters ._account_api .list-results thead .clear.form-auto-item.is-user-is-active,.filters .form-auto-list ._account_api .liveDashboard .list-results thead .clear.form-auto-item.is-user-is-active,.form-auto-list .filters ._account_api .liveDashboard .list-results thead .clear.form-auto-item.is-user-is-active,.filters .liveDashboard ._account_api .list-results thead .list-results-header .status.title span.clear,.liveDashboard .filters ._account_api .list-results thead .list-results-header .status.title span.clear,.filters ._account_api .liveDashboard .list-results thead .list-results-header .status.title span.clear,.filters .liveDashboard .list-results-header .status.title ._account_api .list-results thead span.clear,.liveDashboard .list-results-header .status.title .filters ._account_api .list-results thead span.clear,.filters .list-results-header .status.title ._account_api .liveDashboard .list-results thead span.clear,.list-results-header .status.title .filters ._account_api .liveDashboard .list-results thead span.clear,.filters .liveDashboard ._account_api .list-results thead tr span.clear,.liveDashboard .filters ._account_api .list-results thead tr span.clear,.filters ._account_api .liveDashboard .list-results thead tr span.clear,.filters ._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .clear.dropdown-toggle:after,.filters .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .clear.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .filters ._account_api .list-results thead .clear.dropdown-toggle:after,.filters ._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .clear.filter,.filters .w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .clear.filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .filters ._account_api .list-results thead .clear.filter,.filters ._account_api .form-label.status .liveDashboard .list-results thead span.clear,.filters ._account_api .status.status-log .liveDashboard .list-results thead span.clear,.filters ._account_api .status.status-report-item .liveDashboard .list-results thead span.clear,.filters ._account_api .double-list dd.status .liveDashboard .list-results thead span.clear,.double-list .filters ._account_api dd.status .liveDashboard .list-results thead span.clear,.filters ._account_api .double-list dt.status .liveDashboard .list-results thead span.clear,.double-list .filters ._account_api dt.status .liveDashboard .list-results thead span.clear,.filters ._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span.clear,.w-cards-container .w-card .filters ._account_api .status.title .liveDashboard .list-results thead span.clear,.filters ._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.clear,.w-cards-container .w-card.centered .w-value .filters ._account_api .status.label .liveDashboard .list-results thead span.clear,.filters ._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.clear,.list-results tbody tr.sublist .filters ._account_api .status.title .liveDashboard .list-results thead span.clear,.filters .form-label.status .liveDashboard ._account_api .list-results thead span.clear,.filters .status.status-log .liveDashboard ._account_api .list-results thead span.clear,.filters .status.status-report-item .liveDashboard ._account_api .list-results thead span.clear,.filters .double-list dd.status .liveDashboard ._account_api .list-results thead span.clear,.double-list .filters dd.status .liveDashboard ._account_api .list-results thead span.clear,.filters .double-list dt.status .liveDashboard ._account_api .list-results thead span.clear,.double-list .filters dt.status .liveDashboard ._account_api .list-results thead span.clear,.filters .w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead span.clear,.w-cards-container .w-card .filters .status.title .liveDashboard ._account_api .list-results thead span.clear,.filters .w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead span.clear,.w-cards-container .w-card.centered .w-value .filters .status.label .liveDashboard ._account_api .list-results thead span.clear,.filters .list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead span.clear,.list-results tbody tr.sublist .filters .status.title .liveDashboard ._account_api .list-results thead span.clear,.form-label.status .liveDashboard .filters ._account_api .list-results thead span.clear,.status.status-log .liveDashboard .filters ._account_api .list-results thead span.clear,.status.status-report-item .liveDashboard .filters ._account_api .list-results thead span.clear,.double-list dd.status .liveDashboard .filters ._account_api .list-results thead span.clear,.double-list dt.status .liveDashboard .filters ._account_api .list-results thead span.clear,.w-cards-container .w-card .status.title .liveDashboard .filters ._account_api .list-results thead span.clear,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .filters ._account_api .list-results thead span.clear,.list-results tbody tr.sublist .status.title .liveDashboard .filters ._account_api .list-results thead span.clear,.filters ._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span.clear,.filters .w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead span.clear,.w-filters-selected label.status.small .liveDashboard .filters ._account_api .list-results thead span.clear,.filters ._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.clear,.filters .w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead span.clear,.w-filters-selected .status.btn-f-s .liveDashboard .filters ._account_api .list-results thead span.clear,.filters ._account_api .sub-header .w-form .liveDashboard .list-results thead label.clear,.filters ._account_api .sub-header .w-double-list .liveDashboard .list-results thead label.clear,.filters .sub-header .w-form .liveDashboard ._account_api .list-results thead label.clear,.filters .sub-header .w-double-list .liveDashboard ._account_api .list-results thead label.clear,.sub-header .w-form .liveDashboard .filters ._account_api .list-results thead label.clear,.sub-header .w-double-list .liveDashboard .filters ._account_api .list-results thead label.clear,.filters ._account_api .block-filters .liveDashboard .list-results thead button.clear:after,.filters .block-filters .liveDashboard ._account_api .list-results thead button.clear:after,.block-filters .liveDashboard .filters ._account_api .list-results thead button.clear:after,.filters ._account_api .block-filters .liveDashboard .list-results thead select.clear:after,.filters .block-filters .liveDashboard ._account_api .list-results thead select.clear:after,.block-filters .liveDashboard .filters ._account_api .list-results thead select.clear:after,.filters ._account_api .form-auto-list .liveDashboard .list-results thead .clear.form-auto-item.is-user-is-inactive,.filters .form-auto-list .liveDashboard ._account_api .list-results thead .clear.form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard .filters ._account_api .list-results thead .clear.form-auto-item.is-user-is-inactive,.filters ._account_api .form-auto-list .liveDashboard .list-results thead .clear.form-auto-item.is-user-is-active,.filters .form-auto-list .liveDashboard ._account_api .list-results thead .clear.form-auto-item.is-user-is-active,.form-auto-list .liveDashboard .filters ._account_api .list-results thead .clear.form-auto-item.is-user-is-active,.filters ._account_api .list-results-header .status.title .liveDashboard .list-results thead span.clear,.filters .list-results-header .status.title .liveDashboard ._account_api .list-results thead span.clear,.list-results-header .status.title .liveDashboard .filters ._account_api .list-results thead span.clear,._account_api .list-results thead .filters .clear.icon,._account_api .list-results thead .filters .clear.w-alert-banner:before,._account_api .liveDashboard .list-results thead .filters .clear.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .filters .clear.w-alert-banner:before,._account_api .list-results thead .filters .clear.w-alert-banner:before,._account_api .list-results thead .filters .w-dialog.plus .clear.dialog-aside:after,.w-dialog.plus ._account_api .list-results thead .filters .clear.dialog-aside:after,._account_api .list-results thead .filters .w-toast .clear.toast.plus:after,.w-toast ._account_api .list-results thead .filters .clear.toast.plus:after,._account_api .list-results thead .filters .w-time-period .dropdown .w-selection .clear.btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .filters .clear.btn-period-clear:before,._account_api .list-results thead .filters .w-time-period .dropdown .w-selection .clear.btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .filters .clear.btn-filter:before,._account_api .list-results thead .filters .w-time-period .dropdown .w-selection .clear.btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .filters .clear.btn-period-edit:before,._account_api .list-results thead .filters .block-filters .clear.btn-filter:before,.block-filters ._account_api .list-results thead .filters .clear.btn-filter:before,._account_api .list-results thead .filters .toggleWrapper input.mobileToggle+label.clear,.toggleWrapper ._account_api .list-results thead .filters input.mobileToggle+label.clear,._account_api .list-results thead .filters tbody span.clear.status,._account_api .list-results tbody thead .filters span.clear.status,._account_api .list-results thead .filters tbody td.is-running span.clear,._account_api .list-results tbody td.is-running thead .filters span.clear,._account_api .list-results thead .filters tbody td.is-pending span.clear,._account_api .list-results tbody td.is-pending thead .filters span.clear,._account_api .liveDashboard .list-results thead .filters .clear.icon,._account_api .liveDashboard .list-results thead .filters .clear.w-alert-banner:before,._account_api .liveDashboard .list-results thead .filters .clear.w-alert-banner:before,._account_api .liveDashboard .list-results thead .filters .clear.w-alert-banner:before,._account_api .liveDashboard .list-results thead .filters .w-dialog.plus .clear.dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .filters .clear.dialog-aside:after,._account_api .liveDashboard .list-results thead .filters .w-toast .clear.toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .filters .clear.toast.plus:after,._account_api .liveDashboard .list-results thead .filters .w-time-period .dropdown .w-selection .clear.btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .filters .clear.btn-period-clear:before,._account_api .liveDashboard .list-results thead .filters .w-time-period .dropdown .w-selection .clear.btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .filters .clear.btn-filter:before,._account_api .liveDashboard .list-results thead .filters .w-time-period .dropdown .w-selection .clear.btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .filters .clear.btn-period-edit:before,._account_api .liveDashboard .list-results thead .filters .block-filters .clear.btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .filters .clear.btn-filter:before,._account_api .liveDashboard .list-results thead .filters .toggleWrapper input.mobileToggle+label.clear,.toggleWrapper ._account_api .liveDashboard .list-results thead .filters input.mobileToggle+label.clear,._account_api .liveDashboard .list-results thead .filters tbody span.clear.status,._account_api .liveDashboard .list-results tbody thead .filters span.clear.status,._account_api .liveDashboard .list-results thead .filters tbody td.is-running span.clear,._account_api .liveDashboard .list-results tbody td.is-running thead .filters span.clear,._account_api .liveDashboard .list-results thead .filters tbody td.is-pending span.clear,._account_api .liveDashboard .list-results tbody td.is-pending thead .filters span.clear,.liveDashboard ._account_api .list-results thead .filters .clear.icon,.liveDashboard ._account_api .list-results thead .filters .clear.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .filters .clear.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .filters .clear.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .filters .w-dialog.plus .clear.dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .filters .clear.dialog-aside:after,.liveDashboard ._account_api .list-results thead .filters .w-toast .clear.toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .filters .clear.toast.plus:after,.liveDashboard ._account_api .list-results thead .filters .w-time-period .dropdown .w-selection .clear.btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .filters .clear.btn-period-clear:before,.liveDashboard ._account_api .list-results thead .filters .w-time-period .dropdown .w-selection .clear.btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .filters .clear.btn-filter:before,.liveDashboard ._account_api .list-results thead .filters .w-time-period .dropdown .w-selection .clear.btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .filters .clear.btn-period-edit:before,.liveDashboard ._account_api .list-results thead .filters .block-filters .clear.btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .filters .clear.btn-filter:before,.liveDashboard ._account_api .list-results thead .filters .toggleWrapper input.mobileToggle+label.clear,.toggleWrapper .liveDashboard ._account_api .list-results thead .filters input.mobileToggle+label.clear,.liveDashboard ._account_api .list-results thead .filters tbody span.clear.status,.liveDashboard ._account_api .list-results tbody thead .filters span.clear.status,.liveDashboard ._account_api .list-results thead .filters tbody td.is-running span.clear,.liveDashboard ._account_api .list-results tbody td.is-running thead .filters span.clear,.liveDashboard ._account_api .list-results thead .filters tbody td.is-pending span.clear,.liveDashboard ._account_api .list-results tbody td.is-pending thead .filters span.clear,._account_api .liveDashboard .list-results thead .filters .w-filter-preset.w-filter-preset .filter-preset .dropdown .clear.dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .filters .w-filter-preset.w-filter-preset .filter-preset .dropdown .clear.dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .filters .clear.dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .filters .clear.dropdown-toggle:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .filters .clear.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .filters .clear.dropdown-toggle:after,._account_api .liveDashboard .list-results thead .filters .w-filter-preset.w-filter-preset .filter-preset .clear.filter,.liveDashboard ._account_api .list-results thead .filters .w-filter-preset.w-filter-preset .filter-preset .clear.filter,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filters .clear.filter,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filters .clear.filter,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .filters .clear.filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .filters .clear.filter,._account_api .liveDashboard .list-results thead .filters .form-label.status span.clear,._account_api .liveDashboard .list-results thead .filters .status.status-log span.clear,._account_api .liveDashboard .list-results thead .filters .status.status-report-item span.clear,._account_api .liveDashboard .list-results thead .filters .double-list dd.status span.clear,.double-list ._account_api .liveDashboard .list-results thead .filters dd.status span.clear,._account_api .liveDashboard .list-results thead .filters .double-list dt.status span.clear,.double-list ._account_api .liveDashboard .list-results thead .filters dt.status span.clear,._account_api .liveDashboard .list-results thead .filters .w-cards-container .w-card .status.title span.clear,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .filters .status.title span.clear,._account_api .liveDashboard .list-results thead .filters .w-cards-container .w-card.centered .w-value .status.label span.clear,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .filters .status.label span.clear,._account_api .liveDashboard .list-results thead .filters tbody tr.sublist .status.title span.clear,._account_api .liveDashboard .list-results tbody tr.sublist thead .filters .status.title span.clear,.liveDashboard ._account_api .list-results thead .filters .form-label.status span.clear,.liveDashboard ._account_api .list-results thead .filters .status.status-log span.clear,.liveDashboard ._account_api .list-results thead .filters .status.status-report-item span.clear,.liveDashboard ._account_api .list-results thead .filters .double-list dd.status span.clear,.double-list .liveDashboard ._account_api .list-results thead .filters dd.status span.clear,.liveDashboard ._account_api .list-results thead .filters .double-list dt.status span.clear,.double-list .liveDashboard ._account_api .list-results thead .filters dt.status span.clear,.liveDashboard ._account_api .list-results thead .filters .w-cards-container .w-card .status.title span.clear,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .filters .status.title span.clear,.liveDashboard ._account_api .list-results thead .filters .w-cards-container .w-card.centered .w-value .status.label span.clear,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .filters .status.label span.clear,.liveDashboard ._account_api .list-results thead .filters tbody tr.sublist .status.title span.clear,.liveDashboard ._account_api .list-results tbody tr.sublist thead .filters .status.title span.clear,._account_api .liveDashboard .list-results thead .form-label.status .filters span.clear,._account_api .liveDashboard .list-results thead .status.status-log .filters span.clear,._account_api .liveDashboard .list-results thead .status.status-report-item .filters span.clear,._account_api .liveDashboard .list-results thead .double-list dd.status .filters span.clear,.double-list ._account_api .liveDashboard .list-results thead dd.status .filters span.clear,._account_api .liveDashboard .list-results thead .double-list dt.status .filters span.clear,.double-list ._account_api .liveDashboard .list-results thead dt.status .filters span.clear,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title .filters span.clear,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title .filters span.clear,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .filters span.clear,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label .filters span.clear,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title .filters span.clear,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title .filters span.clear,.liveDashboard ._account_api .list-results thead .form-label.status .filters span.clear,.liveDashboard ._account_api .list-results thead .status.status-log .filters span.clear,.liveDashboard ._account_api .list-results thead .status.status-report-item .filters span.clear,.liveDashboard ._account_api .list-results thead .double-list dd.status .filters span.clear,.double-list .liveDashboard ._account_api .list-results thead dd.status .filters span.clear,.liveDashboard ._account_api .list-results thead .double-list dt.status .filters span.clear,.double-list .liveDashboard ._account_api .list-results thead dt.status .filters span.clear,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title .filters span.clear,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title .filters span.clear,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .filters span.clear,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label .filters span.clear,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title .filters span.clear,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title .filters span.clear,._account_api .form-label.status .liveDashboard .list-results thead .filters span.clear,._account_api .status.status-log .liveDashboard .list-results thead .filters span.clear,._account_api .status.status-report-item .liveDashboard .list-results thead .filters span.clear,._account_api .double-list dd.status .liveDashboard .list-results thead .filters span.clear,.double-list ._account_api dd.status .liveDashboard .list-results thead .filters span.clear,._account_api .double-list dt.status .liveDashboard .list-results thead .filters span.clear,.double-list ._account_api dt.status .liveDashboard .list-results thead .filters span.clear,._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead .filters span.clear,.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead .filters span.clear,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead .filters span.clear,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead .filters span.clear,._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead .filters span.clear,.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead .filters span.clear,.form-label.status .liveDashboard ._account_api .list-results thead .filters span.clear,.status.status-log .liveDashboard ._account_api .list-results thead .filters span.clear,.status.status-report-item .liveDashboard ._account_api .list-results thead .filters span.clear,.double-list dd.status .liveDashboard ._account_api .list-results thead .filters span.clear,.double-list dt.status .liveDashboard ._account_api .list-results thead .filters span.clear,.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead .filters span.clear,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead .filters span.clear,.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead .filters span.clear,._account_api .liveDashboard .list-results thead .filters .w-filters-selected label.status.small span.clear,.liveDashboard ._account_api .list-results thead .filters .w-filters-selected label.status.small span.clear,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small .filters span.clear,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small .filters span.clear,._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead .filters span.clear,.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead .filters span.clear,._account_api .liveDashboard .list-results thead .filters .w-filters-selected .status.btn-f-s span.clear,.liveDashboard ._account_api .list-results thead .filters .w-filters-selected .status.btn-f-s span.clear,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .filters span.clear,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s .filters span.clear,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead .filters span.clear,.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead .filters span.clear,._account_api .liveDashboard .list-results thead .filters .sub-header .w-form label.clear,._account_api .liveDashboard .list-results thead .filters .sub-header .w-double-list label.clear,.liveDashboard ._account_api .list-results thead .filters .sub-header .w-form label.clear,.liveDashboard ._account_api .list-results thead .filters .sub-header .w-double-list label.clear,._account_api .liveDashboard .list-results thead .sub-header .w-form .filters label.clear,._account_api .liveDashboard .list-results thead .sub-header .w-double-list .filters label.clear,.liveDashboard ._account_api .list-results thead .sub-header .w-form .filters label.clear,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list .filters label.clear,._account_api .sub-header .w-form .liveDashboard .list-results thead .filters label.clear,._account_api .sub-header .w-double-list .liveDashboard .list-results thead .filters label.clear,.sub-header .w-form .liveDashboard ._account_api .list-results thead .filters label.clear,.sub-header .w-double-list .liveDashboard ._account_api .list-results thead .filters label.clear,._account_api .liveDashboard .list-results thead .filters .block-filters button.clear:after,.liveDashboard ._account_api .list-results thead .filters .block-filters button.clear:after,._account_api .liveDashboard .list-results thead .block-filters .filters button.clear:after,.liveDashboard ._account_api .list-results thead .block-filters .filters button.clear:after,._account_api .block-filters .liveDashboard .list-results thead .filters button.clear:after,.block-filters .liveDashboard ._account_api .list-results thead .filters button.clear:after,._account_api .liveDashboard .list-results thead .filters .block-filters select.clear:after,.liveDashboard ._account_api .list-results thead .filters .block-filters select.clear:after,._account_api .liveDashboard .list-results thead .block-filters .filters select.clear:after,.liveDashboard ._account_api .list-results thead .block-filters .filters select.clear:after,._account_api .block-filters .liveDashboard .list-results thead .filters select.clear:after,.block-filters .liveDashboard ._account_api .list-results thead .filters select.clear:after,._account_api .liveDashboard .list-results thead .filters .form-auto-list .clear.form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .filters .form-auto-list .clear.form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .form-auto-list .filters .clear.form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .form-auto-list .filters .clear.form-auto-item.is-user-is-inactive,._account_api .form-auto-list .liveDashboard .list-results thead .filters .clear.form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard ._account_api .list-results thead .filters .clear.form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .filters .form-auto-list .clear.form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .filters .form-auto-list .clear.form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .form-auto-list .filters .clear.form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .form-auto-list .filters .clear.form-auto-item.is-user-is-active,._account_api .form-auto-list .liveDashboard .list-results thead .filters .clear.form-auto-item.is-user-is-active,.form-auto-list .liveDashboard ._account_api .list-results thead .filters .clear.form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .filters .list-results-header .status.title span.clear,.liveDashboard ._account_api .list-results thead .filters .list-results-header .status.title span.clear,._account_api .liveDashboard .list-results thead .list-results-header .status.title .filters span.clear,.liveDashboard ._account_api .list-results thead .list-results-header .status.title .filters span.clear,._account_api .list-results-header .status.title .liveDashboard .list-results thead .filters span.clear,.list-results-header .status.title .liveDashboard ._account_api .list-results thead .filters span.clear,._account_api .liveDashboard .list-results thead .filters tr span.clear,.liveDashboard ._account_api .list-results thead .filters tr span.clear,._account_api .liveDashboard .list-results thead tr .filters span.clear,.liveDashboard ._account_api .list-results thead tr .filters span.clear,._account_api .list-results thead .filters .clear.icon,._account_api .list-results thead .filters .clear.w-alert-banner:before,._account_api .liveDashboard .list-results thead .filters .clear.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .filters .clear.w-alert-banner:before,._account_api .list-results thead .filters .clear.w-alert-banner:before,._account_api .list-results thead .filters .w-dialog.plus .clear.dialog-aside:after,.w-dialog.plus ._account_api .list-results thead .filters .clear.dialog-aside:after,._account_api .list-results thead .filters .w-toast .clear.toast.plus:after,.w-toast ._account_api .list-results thead .filters .clear.toast.plus:after,._account_api .list-results thead .filters .w-time-period .dropdown .w-selection .clear.btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .filters .clear.btn-period-clear:before,._account_api .list-results thead .filters .w-time-period .dropdown .w-selection .clear.btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .filters .clear.btn-filter:before,._account_api .list-results thead .filters .w-time-period .dropdown .w-selection .clear.btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .filters .clear.btn-period-edit:before,._account_api .list-results thead .filters .block-filters .clear.btn-filter:before,.block-filters ._account_api .list-results thead .filters .clear.btn-filter:before,._account_api .list-results thead .filters .toggleWrapper input.mobileToggle+label.clear,.toggleWrapper ._account_api .list-results thead .filters input.mobileToggle+label.clear,._account_api .list-results thead .filters tbody span.clear.status,._account_api .list-results tbody thead .filters span.clear.status,._account_api .list-results thead .filters tbody td.is-running span.clear,._account_api .list-results tbody td.is-running thead .filters span.clear,._account_api .list-results thead .filters tbody td.is-pending span.clear,._account_api .list-results tbody td.is-pending thead .filters span.clear,._account_api .list-results thead .filters .w-filter-preset.w-filter-preset .filter-preset .dropdown .clear.dropdown-toggle:after,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .filters .clear.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .filters .clear.dropdown-toggle:after,._account_api .list-results thead .filters .w-filter-preset.w-filter-preset .filter-preset .clear.filter,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filters .clear.filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .filters .clear.filter,._account_api .list-results thead .filters .form-label.status span.clear,._account_api .list-results thead .filters .status.status-log span.clear,._account_api .list-results thead .filters .status.status-report-item span.clear,._account_api .list-results thead .filters .double-list dd.status span.clear,.double-list ._account_api .list-results thead .filters dd.status span.clear,._account_api .list-results thead .filters .double-list dt.status span.clear,.double-list ._account_api .list-results thead .filters dt.status span.clear,._account_api .list-results thead .filters .w-cards-container .w-card .status.title span.clear,.w-cards-container .w-card ._account_api .list-results thead .filters .status.title span.clear,._account_api .list-results thead .filters .w-cards-container .w-card.centered .w-value .status.label span.clear,.w-cards-container .w-card.centered .w-value ._account_api .list-results thead .filters .status.label span.clear,._account_api .list-results thead .filters tbody tr.sublist .status.title span.clear,._account_api .list-results tbody tr.sublist thead .filters .status.title span.clear,._account_api .list-results thead .form-label.status .filters span.clear,._account_api .list-results thead .status.status-log .filters span.clear,._account_api .list-results thead .status.status-report-item .filters span.clear,._account_api .list-results thead .double-list dd.status .filters span.clear,.double-list ._account_api .list-results thead dd.status .filters span.clear,._account_api .list-results thead .double-list dt.status .filters span.clear,.double-list ._account_api .list-results thead dt.status .filters span.clear,._account_api .list-results thead .w-cards-container .w-card .status.title .filters span.clear,.w-cards-container .w-card ._account_api .list-results thead .status.title .filters span.clear,._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .filters span.clear,.w-cards-container .w-card.centered .w-value ._account_api .list-results thead .status.label .filters span.clear,._account_api .list-results thead tbody tr.sublist .status.title .filters span.clear,._account_api .list-results tbody tr.sublist thead .status.title .filters span.clear,.form-label.status ._account_api .list-results thead .filters span.clear,.status.status-log ._account_api .list-results thead .filters span.clear,.status.status-report-item ._account_api .list-results thead .filters span.clear,.double-list dd.status ._account_api .list-results thead .filters span.clear,.double-list dt.status ._account_api .list-results thead .filters span.clear,.w-cards-container .w-card .status.title ._account_api .list-results thead .filters span.clear,.w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead .filters span.clear,.list-results tbody tr.sublist .status.title ._account_api .list-results thead .filters span.clear,._account_api .list-results thead .filters .w-filters-selected label.status.small span.clear,._account_api .list-results thead .w-filters-selected label.status.small .filters span.clear,.w-filters-selected label.status.small ._account_api .list-results thead .filters span.clear,._account_api .list-results thead .filters .w-filters-selected .status.btn-f-s span.clear,._account_api .list-results thead .w-filters-selected .status.btn-f-s .filters span.clear,.w-filters-selected .status.btn-f-s ._account_api .list-results thead .filters span.clear,._account_api .list-results thead .filters .sub-header .w-form label.clear,._account_api .list-results thead .filters .sub-header .w-double-list label.clear,._account_api .list-results thead .sub-header .w-form .filters label.clear,._account_api .list-results thead .sub-header .w-double-list .filters label.clear,.sub-header .w-form ._account_api .list-results thead .filters label.clear,.sub-header .w-double-list ._account_api .list-results thead .filters label.clear,._account_api .list-results thead .filters .block-filters button.clear:after,._account_api .list-results thead .block-filters .filters button.clear:after,.block-filters ._account_api .list-results thead .filters button.clear:after,._account_api .list-results thead .filters .block-filters select.clear:after,._account_api .list-results thead .block-filters .filters select.clear:after,.block-filters ._account_api .list-results thead .filters select.clear:after,._account_api .list-results thead .filters .form-auto-list .clear.form-auto-item.is-user-is-inactive,._account_api .list-results thead .form-auto-list .filters .clear.form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .list-results thead .filters .clear.form-auto-item.is-user-is-inactive,._account_api .list-results thead .filters .form-auto-list .clear.form-auto-item.is-user-is-active,._account_api .list-results thead .form-auto-list .filters .clear.form-auto-item.is-user-is-active,.form-auto-list ._account_api .list-results thead .filters .clear.form-auto-item.is-user-is-active,._account_api .list-results thead .filters .list-results-header .status.title span.clear,._account_api .list-results thead .list-results-header .status.title .filters span.clear,.list-results-header .status.title ._account_api .list-results thead .filters span.clear,._account_api .list-results thead .filters tr span.clear,._account_api .list-results thead tr .filters span.clear,.liveDashboard ._account_api .list-results thead .filters .clear.icon,.liveDashboard ._account_api .list-results thead .filters .clear.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .filters .clear.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .filters .clear.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .filters .w-dialog.plus .clear.dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .filters .clear.dialog-aside:after,.liveDashboard ._account_api .list-results thead .filters .w-toast .clear.toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .filters .clear.toast.plus:after,.liveDashboard ._account_api .list-results thead .filters .w-time-period .dropdown .w-selection .clear.btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .filters .clear.btn-period-clear:before,.liveDashboard ._account_api .list-results thead .filters .w-time-period .dropdown .w-selection .clear.btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .filters .clear.btn-filter:before,.liveDashboard ._account_api .list-results thead .filters .w-time-period .dropdown .w-selection .clear.btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .filters .clear.btn-period-edit:before,.liveDashboard ._account_api .list-results thead .filters .block-filters .clear.btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .filters .clear.btn-filter:before,.liveDashboard ._account_api .list-results thead .filters .toggleWrapper input.mobileToggle+label.clear,.toggleWrapper .liveDashboard ._account_api .list-results thead .filters input.mobileToggle+label.clear,.liveDashboard ._account_api .list-results thead .filters tbody span.clear.status,.liveDashboard ._account_api .list-results tbody thead .filters span.clear.status,.liveDashboard ._account_api .list-results thead .filters tbody td.is-running span.clear,.liveDashboard ._account_api .list-results tbody td.is-running thead .filters span.clear,.liveDashboard ._account_api .list-results thead .filters tbody td.is-pending span.clear,.liveDashboard ._account_api .list-results tbody td.is-pending thead .filters span.clear,._account_api .liveDashboard .list-results thead .filters .clear.icon,._account_api .liveDashboard .list-results thead .filters .clear.w-alert-banner:before,._account_api .liveDashboard .list-results thead .filters .clear.w-alert-banner:before,._account_api .liveDashboard .list-results thead .filters .clear.w-alert-banner:before,._account_api .liveDashboard .list-results thead .filters .w-dialog.plus .clear.dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .filters .clear.dialog-aside:after,._account_api .liveDashboard .list-results thead .filters .w-toast .clear.toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .filters .clear.toast.plus:after,._account_api .liveDashboard .list-results thead .filters .w-time-period .dropdown .w-selection .clear.btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .filters .clear.btn-period-clear:before,._account_api .liveDashboard .list-results thead .filters .w-time-period .dropdown .w-selection .clear.btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .filters .clear.btn-filter:before,._account_api .liveDashboard .list-results thead .filters .w-time-period .dropdown .w-selection .clear.btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .filters .clear.btn-period-edit:before,._account_api .liveDashboard .list-results thead .filters .block-filters .clear.btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .filters .clear.btn-filter:before,._account_api .liveDashboard .list-results thead .filters .toggleWrapper input.mobileToggle+label.clear,.toggleWrapper ._account_api .liveDashboard .list-results thead .filters input.mobileToggle+label.clear,._account_api .liveDashboard .list-results thead .filters tbody span.clear.status,._account_api .liveDashboard .list-results tbody thead .filters span.clear.status,._account_api .liveDashboard .list-results thead .filters tbody td.is-running span.clear,._account_api .liveDashboard .list-results tbody td.is-running thead .filters span.clear,._account_api .liveDashboard .list-results thead .filters tbody td.is-pending span.clear,._account_api .liveDashboard .list-results tbody td.is-pending thead .filters span.clear,.liveDashboard ._account_api .list-results thead .filters .w-filter-preset.w-filter-preset .filter-preset .dropdown .clear.dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .filters .clear.dropdown-toggle:after,._account_api .liveDashboard .list-results thead .filters .w-filter-preset.w-filter-preset .filter-preset .dropdown .clear.dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .filters .clear.dropdown-toggle:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .filters .clear.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .filters .clear.dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .filters .w-filter-preset.w-filter-preset .filter-preset .clear.filter,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filters .clear.filter,._account_api .liveDashboard .list-results thead .filters .w-filter-preset.w-filter-preset .filter-preset .clear.filter,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filters .clear.filter,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .filters .clear.filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .filters .clear.filter,.liveDashboard ._account_api .list-results thead .filters .form-label.status span.clear,.liveDashboard ._account_api .list-results thead .filters .status.status-log span.clear,.liveDashboard ._account_api .list-results thead .filters .status.status-report-item span.clear,.liveDashboard ._account_api .list-results thead .filters .double-list dd.status span.clear,.double-list .liveDashboard ._account_api .list-results thead .filters dd.status span.clear,.liveDashboard ._account_api .list-results thead .filters .double-list dt.status span.clear,.double-list .liveDashboard ._account_api .list-results thead .filters dt.status span.clear,.liveDashboard ._account_api .list-results thead .filters .w-cards-container .w-card .status.title span.clear,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .filters .status.title span.clear,.liveDashboard ._account_api .list-results thead .filters .w-cards-container .w-card.centered .w-value .status.label span.clear,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .filters .status.label span.clear,.liveDashboard ._account_api .list-results thead .filters tbody tr.sublist .status.title span.clear,.liveDashboard ._account_api .list-results tbody tr.sublist thead .filters .status.title span.clear,.liveDashboard ._account_api .list-results thead .form-label.status .filters span.clear,.liveDashboard ._account_api .list-results thead .status.status-log .filters span.clear,.liveDashboard ._account_api .list-results thead .status.status-report-item .filters span.clear,.liveDashboard ._account_api .list-results thead .double-list dd.status .filters span.clear,.double-list .liveDashboard ._account_api .list-results thead dd.status .filters span.clear,.liveDashboard ._account_api .list-results thead .double-list dt.status .filters span.clear,.double-list .liveDashboard ._account_api .list-results thead dt.status .filters span.clear,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title .filters span.clear,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title .filters span.clear,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .filters span.clear,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label .filters span.clear,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title .filters span.clear,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title .filters span.clear,._account_api .liveDashboard .list-results thead .filters .form-label.status span.clear,._account_api .liveDashboard .list-results thead .filters .status.status-log span.clear,._account_api .liveDashboard .list-results thead .filters .status.status-report-item span.clear,._account_api .liveDashboard .list-results thead .filters .double-list dd.status span.clear,.double-list ._account_api .liveDashboard .list-results thead .filters dd.status span.clear,._account_api .liveDashboard .list-results thead .filters .double-list dt.status span.clear,.double-list ._account_api .liveDashboard .list-results thead .filters dt.status span.clear,._account_api .liveDashboard .list-results thead .filters .w-cards-container .w-card .status.title span.clear,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .filters .status.title span.clear,._account_api .liveDashboard .list-results thead .filters .w-cards-container .w-card.centered .w-value .status.label span.clear,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .filters .status.label span.clear,._account_api .liveDashboard .list-results thead .filters tbody tr.sublist .status.title span.clear,._account_api .liveDashboard .list-results tbody tr.sublist thead .filters .status.title span.clear,._account_api .liveDashboard .list-results thead .form-label.status .filters span.clear,._account_api .liveDashboard .list-results thead .status.status-log .filters span.clear,._account_api .liveDashboard .list-results thead .status.status-report-item .filters span.clear,._account_api .liveDashboard .list-results thead .double-list dd.status .filters span.clear,.double-list ._account_api .liveDashboard .list-results thead dd.status .filters span.clear,._account_api .liveDashboard .list-results thead .double-list dt.status .filters span.clear,.double-list ._account_api .liveDashboard .list-results thead dt.status .filters span.clear,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title .filters span.clear,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title .filters span.clear,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .filters span.clear,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label .filters span.clear,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title .filters span.clear,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title .filters span.clear,.liveDashboard .form-label.status ._account_api .list-results thead .filters span.clear,.liveDashboard .status.status-log ._account_api .list-results thead .filters span.clear,.liveDashboard .status.status-report-item ._account_api .list-results thead .filters span.clear,.liveDashboard .double-list dd.status ._account_api .list-results thead .filters span.clear,.double-list .liveDashboard dd.status ._account_api .list-results thead .filters span.clear,.liveDashboard .double-list dt.status ._account_api .list-results thead .filters span.clear,.double-list .liveDashboard dt.status ._account_api .list-results thead .filters span.clear,.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead .filters span.clear,.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead .filters span.clear,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead .filters span.clear,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead .filters span.clear,.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead .filters span.clear,.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead .filters span.clear,.form-label.status ._account_api .liveDashboard .list-results thead .filters span.clear,.status.status-log ._account_api .liveDashboard .list-results thead .filters span.clear,.status.status-report-item ._account_api .liveDashboard .list-results thead .filters span.clear,.double-list dd.status ._account_api .liveDashboard .list-results thead .filters span.clear,.double-list dt.status ._account_api .liveDashboard .list-results thead .filters span.clear,.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead .filters span.clear,.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead .filters span.clear,.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead .filters span.clear,.liveDashboard ._account_api .list-results thead .filters .w-filters-selected label.status.small span.clear,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small .filters span.clear,._account_api .liveDashboard .list-results thead .filters .w-filters-selected label.status.small span.clear,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small .filters span.clear,.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead .filters span.clear,.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead .filters span.clear,.liveDashboard ._account_api .list-results thead .filters .w-filters-selected .status.btn-f-s span.clear,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s .filters span.clear,._account_api .liveDashboard .list-results thead .filters .w-filters-selected .status.btn-f-s span.clear,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .filters span.clear,.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead .filters span.clear,.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead .filters span.clear,.liveDashboard ._account_api .list-results thead .filters .sub-header .w-form label.clear,.liveDashboard ._account_api .list-results thead .filters .sub-header .w-double-list label.clear,.liveDashboard ._account_api .list-results thead .sub-header .w-form .filters label.clear,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list .filters label.clear,._account_api .liveDashboard .list-results thead .filters .sub-header .w-form label.clear,._account_api .liveDashboard .list-results thead .filters .sub-header .w-double-list label.clear,._account_api .liveDashboard .list-results thead .sub-header .w-form .filters label.clear,._account_api .liveDashboard .list-results thead .sub-header .w-double-list .filters label.clear,.liveDashboard .sub-header .w-form ._account_api .list-results thead .filters label.clear,.liveDashboard .sub-header .w-double-list ._account_api .list-results thead .filters label.clear,.sub-header .w-form ._account_api .liveDashboard .list-results thead .filters label.clear,.sub-header .w-double-list ._account_api .liveDashboard .list-results thead .filters label.clear,.liveDashboard ._account_api .list-results thead .filters .block-filters button.clear:after,.liveDashboard ._account_api .list-results thead .block-filters .filters button.clear:after,._account_api .liveDashboard .list-results thead .filters .block-filters button.clear:after,._account_api .liveDashboard .list-results thead .block-filters .filters button.clear:after,.liveDashboard .block-filters ._account_api .list-results thead .filters button.clear:after,.block-filters ._account_api .liveDashboard .list-results thead .filters button.clear:after,.liveDashboard ._account_api .list-results thead .filters .block-filters select.clear:after,.liveDashboard ._account_api .list-results thead .block-filters .filters select.clear:after,._account_api .liveDashboard .list-results thead .filters .block-filters select.clear:after,._account_api .liveDashboard .list-results thead .block-filters .filters select.clear:after,.liveDashboard .block-filters ._account_api .list-results thead .filters select.clear:after,.block-filters ._account_api .liveDashboard .list-results thead .filters select.clear:after,.liveDashboard ._account_api .list-results thead .filters .form-auto-list .clear.form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .form-auto-list .filters .clear.form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .filters .form-auto-list .clear.form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .form-auto-list .filters .clear.form-auto-item.is-user-is-inactive,.liveDashboard .form-auto-list ._account_api .list-results thead .filters .clear.form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .liveDashboard .list-results thead .filters .clear.form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .filters .form-auto-list .clear.form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .form-auto-list .filters .clear.form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .filters .form-auto-list .clear.form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .form-auto-list .filters .clear.form-auto-item.is-user-is-active,.liveDashboard .form-auto-list ._account_api .list-results thead .filters .clear.form-auto-item.is-user-is-active,.form-auto-list ._account_api .liveDashboard .list-results thead .filters .clear.form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .filters .list-results-header .status.title span.clear,.liveDashboard ._account_api .list-results thead .list-results-header .status.title .filters span.clear,._account_api .liveDashboard .list-results thead .filters .list-results-header .status.title span.clear,._account_api .liveDashboard .list-results thead .list-results-header .status.title .filters span.clear,.liveDashboard .list-results-header .status.title ._account_api .list-results thead .filters span.clear,.list-results-header .status.title ._account_api .liveDashboard .list-results thead .filters span.clear,.liveDashboard ._account_api .list-results thead .filters tr span.clear,.liveDashboard ._account_api .list-results thead tr .filters span.clear,._account_api .liveDashboard .list-results thead .filters tr span.clear,._account_api .liveDashboard .list-results thead tr .filters span.clear,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .filters .clear.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .filters .clear.dropdown-toggle:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .filters .clear.filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .filters .clear.filter,._account_api .form-label.status .liveDashboard .list-results thead .filters span.clear,._account_api .status.status-log .liveDashboard .list-results thead .filters span.clear,._account_api .status.status-report-item .liveDashboard .list-results thead .filters span.clear,._account_api .double-list dd.status .liveDashboard .list-results thead .filters span.clear,.double-list ._account_api dd.status .liveDashboard .list-results thead .filters span.clear,._account_api .double-list dt.status .liveDashboard .list-results thead .filters span.clear,.double-list ._account_api dt.status .liveDashboard .list-results thead .filters span.clear,._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead .filters span.clear,.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead .filters span.clear,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead .filters span.clear,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead .filters span.clear,._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead .filters span.clear,.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead .filters span.clear,.form-label.status .liveDashboard ._account_api .list-results thead .filters span.clear,.status.status-log .liveDashboard ._account_api .list-results thead .filters span.clear,.status.status-report-item .liveDashboard ._account_api .list-results thead .filters span.clear,.double-list dd.status .liveDashboard ._account_api .list-results thead .filters span.clear,.double-list dt.status .liveDashboard ._account_api .list-results thead .filters span.clear,.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead .filters span.clear,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead .filters span.clear,.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead .filters span.clear,._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead .filters span.clear,.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead .filters span.clear,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead .filters span.clear,.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead .filters span.clear,._account_api .sub-header .w-form .liveDashboard .list-results thead .filters label.clear,._account_api .sub-header .w-double-list .liveDashboard .list-results thead .filters label.clear,.sub-header .w-form .liveDashboard ._account_api .list-results thead .filters label.clear,.sub-header .w-double-list .liveDashboard ._account_api .list-results thead .filters label.clear,._account_api .block-filters .liveDashboard .list-results thead .filters button.clear:after,.block-filters .liveDashboard ._account_api .list-results thead .filters button.clear:after,._account_api .block-filters .liveDashboard .list-results thead .filters select.clear:after,.block-filters .liveDashboard ._account_api .list-results thead .filters select.clear:after,._account_api .form-auto-list .liveDashboard .list-results thead .filters .clear.form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard ._account_api .list-results thead .filters .clear.form-auto-item.is-user-is-inactive,._account_api .form-auto-list .liveDashboard .list-results thead .filters .clear.form-auto-item.is-user-is-active,.form-auto-list .liveDashboard ._account_api .list-results thead .filters .clear.form-auto-item.is-user-is-active,._account_api .list-results-header .status.title .liveDashboard .list-results thead .filters span.clear,.list-results-header .status.title .liveDashboard ._account_api .list-results thead .filters span.clear,.filters ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .clear.dropdown-toggle:after,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .filters .clear.dropdown-toggle:after,.filters .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .clear.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .filters .clear.dropdown-toggle:after,.filters ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .clear.filter,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filters .clear.filter,.filters .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .clear.filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .filters .clear.filter,.filters ._account_api .list-results thead .form-label.status span.clear,.filters ._account_api .list-results thead .status.status-log span.clear,.filters ._account_api .list-results thead .status.status-report-item span.clear,.filters ._account_api .list-results thead .double-list dd.status span.clear,.double-list .filters ._account_api .list-results thead dd.status span.clear,.filters ._account_api .list-results thead .double-list dt.status span.clear,.double-list .filters ._account_api .list-results thead dt.status span.clear,.filters ._account_api .list-results thead .w-cards-container .w-card .status.title span.clear,.w-cards-container .w-card .filters ._account_api .list-results thead .status.title span.clear,.filters ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.clear,.w-cards-container .w-card.centered .w-value .filters ._account_api .list-results thead .status.label span.clear,.filters ._account_api .list-results thead tbody tr.sublist .status.title span.clear,.filters ._account_api .list-results tbody tr.sublist thead .status.title span.clear,._account_api .list-results thead .form-label.status .filters span.clear,._account_api .list-results thead .status.status-log .filters span.clear,._account_api .list-results thead .status.status-report-item .filters span.clear,._account_api .list-results thead .double-list dd.status .filters span.clear,.double-list ._account_api .list-results thead dd.status .filters span.clear,._account_api .list-results thead .double-list dt.status .filters span.clear,.double-list ._account_api .list-results thead dt.status .filters span.clear,._account_api .list-results thead .w-cards-container .w-card .status.title .filters span.clear,.w-cards-container .w-card ._account_api .list-results thead .status.title .filters span.clear,._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .filters span.clear,.w-cards-container .w-card.centered .w-value ._account_api .list-results thead .status.label .filters span.clear,._account_api .list-results thead tbody tr.sublist .status.title .filters span.clear,._account_api .list-results tbody tr.sublist thead .status.title .filters span.clear,.filters .form-label.status ._account_api .list-results thead span.clear,.filters .status.status-log ._account_api .list-results thead span.clear,.filters .status.status-report-item ._account_api .list-results thead span.clear,.filters .double-list dd.status ._account_api .list-results thead span.clear,.double-list .filters dd.status ._account_api .list-results thead span.clear,.filters .double-list dt.status ._account_api .list-results thead span.clear,.double-list .filters dt.status ._account_api .list-results thead span.clear,.filters .w-cards-container .w-card .status.title ._account_api .list-results thead span.clear,.w-cards-container .w-card .filters .status.title ._account_api .list-results thead span.clear,.filters .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.clear,.w-cards-container .w-card.centered .w-value .filters .status.label ._account_api .list-results thead span.clear,.filters .list-results tbody tr.sublist .status.title ._account_api .list-results thead span.clear,.list-results tbody tr.sublist .filters .status.title ._account_api .list-results thead span.clear,.form-label.status ._account_api .list-results thead .filters span.clear,.status.status-log ._account_api .list-results thead .filters span.clear,.status.status-report-item ._account_api .list-results thead .filters span.clear,.double-list dd.status ._account_api .list-results thead .filters span.clear,.double-list dt.status ._account_api .list-results thead .filters span.clear,.w-cards-container .w-card .status.title ._account_api .list-results thead .filters span.clear,.w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead .filters span.clear,.list-results tbody tr.sublist .status.title ._account_api .list-results thead .filters span.clear,.filters ._account_api .list-results thead .w-filters-selected label.status.small span.clear,._account_api .list-results thead .w-filters-selected label.status.small .filters span.clear,.filters .w-filters-selected label.status.small ._account_api .list-results thead span.clear,.w-filters-selected label.status.small ._account_api .list-results thead .filters span.clear,.filters ._account_api .list-results thead .w-filters-selected .status.btn-f-s span.clear,._account_api .list-results thead .w-filters-selected .status.btn-f-s .filters span.clear,.filters .w-filters-selected .status.btn-f-s ._account_api .list-results thead span.clear,.w-filters-selected .status.btn-f-s ._account_api .list-results thead .filters span.clear,.filters ._account_api .list-results thead .sub-header .w-form label.clear,.filters ._account_api .list-results thead .sub-header .w-double-list label.clear,._account_api .list-results thead .sub-header .w-form .filters label.clear,._account_api .list-results thead .sub-header .w-double-list .filters label.clear,.filters .sub-header .w-form ._account_api .list-results thead label.clear,.filters .sub-header .w-double-list ._account_api .list-results thead label.clear,.sub-header .w-form ._account_api .list-results thead .filters label.clear,.sub-header .w-double-list ._account_api .list-results thead .filters label.clear,.filters ._account_api .list-results thead .block-filters button.clear:after,._account_api .list-results thead .block-filters .filters button.clear:after,.filters .block-filters ._account_api .list-results thead button.clear:after,.block-filters ._account_api .list-results thead .filters button.clear:after,.filters ._account_api .list-results thead .block-filters select.clear:after,._account_api .list-results thead .block-filters .filters select.clear:after,.filters .block-filters ._account_api .list-results thead select.clear:after,.block-filters ._account_api .list-results thead .filters select.clear:after,.filters ._account_api .list-results thead .form-auto-list .clear.form-auto-item.is-user-is-inactive,._account_api .list-results thead .form-auto-list .filters .clear.form-auto-item.is-user-is-inactive,.filters .form-auto-list ._account_api .list-results thead .clear.form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .list-results thead .filters .clear.form-auto-item.is-user-is-inactive,.filters ._account_api .list-results thead .form-auto-list .clear.form-auto-item.is-user-is-active,._account_api .list-results thead .form-auto-list .filters .clear.form-auto-item.is-user-is-active,.filters .form-auto-list ._account_api .list-results thead .clear.form-auto-item.is-user-is-active,.form-auto-list ._account_api .list-results thead .filters .clear.form-auto-item.is-user-is-active,.filters ._account_api .list-results thead .list-results-header .status.title span.clear,._account_api .list-results thead .list-results-header .status.title .filters span.clear,.filters .list-results-header .status.title ._account_api .list-results thead span.clear,.list-results-header .status.title ._account_api .list-results thead .filters span.clear,.filters ._account_api .list-results thead tr span.clear,._account_api .list-results thead tr .filters span.clear,.filters .sidebar-default.sidebar-default-right .sidebar-default-body .filter-group .clear.filter-checkbox,.sidebar-default.sidebar-default-right .sidebar-default-body .filter-group .filters .clear.filter-checkbox,.filters .add-filters-dropdown .w-add-filters-list>div.filter-group .clear.filter-checkbox,.add-filters-dropdown .w-add-filters-list>div.filter-group .filters .clear.filter-checkbox,.filters .filter-preset .filter-field-name button.clear,.filter-preset .filter-field-name .filters button.clear{margin-left:-14px;padding:.75rem 1.5rem .75rem 1rem !important}.w-single-multi-level .w-filters,.filters .w-filters{display:flex}.w-single-multi-level .dropdown-list,.filters .dropdown-list{border-radius:8px !important;left:0}.block-filters .dropdown .dropdown-list{background-color:#fff;top:2.75rem;border-radius:8px;padding:1rem;gap:1rem}@media(max-width: 767px){.block-filters .dropdown .dropdown-list{transform:translateX(0);left:0}}.button-default,.liveDashboard .list-results thead .icon,.liveDashboard .list-results thead .w-alert-banner:before,.liveDashboard .list-results thead .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-alert-banner:before,.liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .liveDashboard .list-results thead .dialog-aside:after,.liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .liveDashboard .list-results thead .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.liveDashboard .w-dialog.plus ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,.liveDashboard .list-results thead .w-toast .toast.plus:after,.w-toast .liveDashboard .list-results thead .toast.plus:after,.liveDashboard .list-results thead .w-toast .toast.plus:after,.w-toast .liveDashboard .list-results thead .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.liveDashboard .w-toast ._account_api .list-results thead .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-clear:before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-filter:before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-clear:before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-edit:before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.liveDashboard .list-results thead .block-filters .btn-filter:before,.block-filters .liveDashboard .list-results thead .btn-filter:before,.liveDashboard .list-results thead .block-filters .btn-filter:before,.block-filters .liveDashboard .list-results thead .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.liveDashboard .block-filters ._account_api .list-results thead .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,.liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label,.liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.liveDashboard .toggleWrapper ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.liveDashboard .list-results thead tbody span.status,.liveDashboard .list-results tbody thead span.status,.liveDashboard .list-results thead tbody span.status,.liveDashboard .list-results tbody thead span.status,.liveDashboard ._account_api .list-results thead tbody span.status,._account_api .liveDashboard .list-results thead tbody span.status,.liveDashboard ._account_api .list-results tbody thead span.status,._account_api .liveDashboard .list-results tbody thead span.status,.liveDashboard ._account_api .list-results thead tbody span.status,.liveDashboard ._account_api .list-results tbody thead span.status,._account_api .liveDashboard .list-results thead tbody span.status,._account_api .liveDashboard .list-results tbody thead span.status,.liveDashboard .list-results thead tbody td.is-running span,.liveDashboard .list-results tbody td.is-running thead span,.liveDashboard .list-results thead tbody td.is-running span,.liveDashboard .list-results tbody td.is-running thead span,.liveDashboard ._account_api .list-results thead tbody td.is-running span,._account_api .liveDashboard .list-results thead tbody td.is-running span,.liveDashboard ._account_api .list-results tbody td.is-running thead span,._account_api .liveDashboard .list-results tbody td.is-running thead span,.liveDashboard ._account_api .list-results thead tbody td.is-running span,.liveDashboard ._account_api .list-results tbody td.is-running thead span,._account_api .liveDashboard .list-results thead tbody td.is-running span,._account_api .liveDashboard .list-results tbody td.is-running thead span,.liveDashboard .list-results thead tbody td.is-pending span,.liveDashboard .list-results tbody td.is-pending thead span,.liveDashboard .list-results thead tbody td.is-pending span,.liveDashboard .list-results tbody td.is-pending thead span,.liveDashboard ._account_api .list-results thead tbody td.is-pending span,._account_api .liveDashboard .list-results thead tbody td.is-pending span,.liveDashboard ._account_api .list-results tbody td.is-pending thead span,._account_api .liveDashboard .list-results tbody td.is-pending thead span,.liveDashboard ._account_api .list-results thead tbody td.is-pending span,.liveDashboard ._account_api .list-results tbody td.is-pending thead span,._account_api .liveDashboard .list-results thead tbody td.is-pending span,._account_api .liveDashboard .list-results tbody td.is-pending thead span,.liveDashboard .list-results thead .icon,.liveDashboard .list-results thead .w-alert-banner:before,.liveDashboard .list-results thead .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-alert-banner:before,.liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .liveDashboard .list-results thead .dialog-aside:after,.liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .liveDashboard .list-results thead .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.liveDashboard .w-dialog.plus ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,.liveDashboard .list-results thead .w-toast .toast.plus:after,.w-toast .liveDashboard .list-results thead .toast.plus:after,.liveDashboard .list-results thead .w-toast .toast.plus:after,.w-toast .liveDashboard .list-results thead .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.liveDashboard .w-toast ._account_api .list-results thead .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-clear:before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-filter:before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-clear:before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-edit:before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.liveDashboard .list-results thead .block-filters .btn-filter:before,.block-filters .liveDashboard .list-results thead .btn-filter:before,.liveDashboard .list-results thead .block-filters .btn-filter:before,.block-filters .liveDashboard .list-results thead .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.liveDashboard .block-filters ._account_api .list-results thead .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,.liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label,.liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.liveDashboard .toggleWrapper ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.liveDashboard .list-results thead tbody span.status,.liveDashboard .list-results tbody thead span.status,.liveDashboard .list-results thead tbody span.status,.liveDashboard .list-results tbody thead span.status,.liveDashboard ._account_api .list-results thead tbody span.status,._account_api .liveDashboard .list-results thead tbody span.status,.liveDashboard ._account_api .list-results tbody thead span.status,._account_api .liveDashboard .list-results tbody thead span.status,.liveDashboard ._account_api .list-results thead tbody span.status,.liveDashboard ._account_api .list-results tbody thead span.status,._account_api .liveDashboard .list-results thead tbody span.status,._account_api .liveDashboard .list-results tbody thead span.status,.liveDashboard .list-results thead tbody td.is-running span,.liveDashboard .list-results tbody td.is-running thead span,.liveDashboard .list-results thead tbody td.is-running span,.liveDashboard .list-results tbody td.is-running thead span,.liveDashboard ._account_api .list-results thead tbody td.is-running span,._account_api .liveDashboard .list-results thead tbody td.is-running span,.liveDashboard ._account_api .list-results tbody td.is-running thead span,._account_api .liveDashboard .list-results tbody td.is-running thead span,.liveDashboard ._account_api .list-results thead tbody td.is-running span,.liveDashboard ._account_api .list-results tbody td.is-running thead span,._account_api .liveDashboard .list-results thead tbody td.is-running span,._account_api .liveDashboard .list-results tbody td.is-running thead span,.liveDashboard .list-results thead tbody td.is-pending span,.liveDashboard .list-results tbody td.is-pending thead span,.liveDashboard .list-results thead tbody td.is-pending span,.liveDashboard .list-results tbody td.is-pending thead span,.liveDashboard ._account_api .list-results thead tbody td.is-pending span,._account_api .liveDashboard .list-results thead tbody td.is-pending span,.liveDashboard ._account_api .list-results tbody td.is-pending thead span,._account_api .liveDashboard .list-results tbody td.is-pending thead span,.liveDashboard ._account_api .list-results thead tbody td.is-pending span,.liveDashboard ._account_api .list-results tbody td.is-pending thead span,._account_api .liveDashboard .list-results thead tbody td.is-pending span,._account_api .liveDashboard .list-results tbody td.is-pending thead span,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .dropdown-toggle:after,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .filter,.liveDashboard .list-results thead .form-label.status span,.liveDashboard .list-results thead .status.status-log span,.liveDashboard .list-results thead .status.status-report-item span,.liveDashboard .list-results thead .double-list dd.status span,.double-list .liveDashboard .list-results thead dd.status span,.liveDashboard .list-results thead .double-list dt.status span,.double-list .liveDashboard .list-results thead dt.status span,.liveDashboard .list-results thead .w-cards-container .w-card .status.title span,.w-cards-container .w-card .liveDashboard .list-results thead .status.title span,.liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value .liveDashboard .list-results thead .status.label span,.liveDashboard .list-results thead tbody tr.sublist .status.title span,.liveDashboard .list-results tbody tr.sublist thead .status.title span,.form-label.status .liveDashboard .list-results thead span,.status.status-log .liveDashboard .list-results thead span,.status.status-report-item .liveDashboard .list-results thead span,.double-list dd.status .liveDashboard .list-results thead span,.double-list dt.status .liveDashboard .list-results thead span,.w-cards-container .w-card .status.title .liveDashboard .list-results thead span,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span,.list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span,.liveDashboard .list-results thead .w-filters-selected label.status.small span,.w-filters-selected label.status.small .liveDashboard .list-results thead span,.liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span,.w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span,.liveDashboard .list-results thead .sub-header .w-form label,.liveDashboard .list-results thead .sub-header .w-double-list label,.sub-header .w-form .liveDashboard .list-results thead label,.sub-header .w-double-list .liveDashboard .list-results thead label,.liveDashboard .list-results thead .block-filters button:after,.block-filters .liveDashboard .list-results thead button:after,.liveDashboard .list-results thead .block-filters select:after,.block-filters .liveDashboard .list-results thead select:after,.liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive,.liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active,.form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-active,.liveDashboard .list-results thead .list-results-header .status.title span,.list-results-header .status.title .liveDashboard .list-results thead span,.liveDashboard .list-results thead tr span,.liveDashboard ._account_api .list-results thead .icon,.liveDashboard ._account_api .list-results thead .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-alert-banner:before,.liveDashboard ._account_api .liveDashboard .list-results thead .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.liveDashboard .w-dialog.plus ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.liveDashboard ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.liveDashboard .w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .liveDashboard .list-results thead .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.liveDashboard .w-toast ._account_api .list-results thead .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.liveDashboard ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.liveDashboard .w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,.w-toast .liveDashboard ._account_api .liveDashboard .list-results thead .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .liveDashboard .list-results thead .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.liveDashboard .block-filters ._account_api .list-results thead .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.liveDashboard ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.liveDashboard .block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,.block-filters .liveDashboard ._account_api .liveDashboard .list-results thead .btn-filter:before,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.liveDashboard .toggleWrapper ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.liveDashboard ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.liveDashboard .toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.liveDashboard ._account_api .list-results thead tbody span.status,.liveDashboard ._account_api .list-results tbody thead span.status,.liveDashboard ._account_api .list-results thead tbody span.status,.liveDashboard ._account_api .list-results tbody thead span.status,.liveDashboard ._account_api .list-results thead tbody span.status,.liveDashboard ._account_api .list-results tbody thead span.status,.liveDashboard ._account_api .list-results thead tbody span.status,.liveDashboard ._account_api .list-results tbody thead span.status,.liveDashboard ._account_api .liveDashboard .list-results thead tbody span.status,.liveDashboard ._account_api .liveDashboard .list-results tbody thead span.status,.liveDashboard ._account_api .list-results thead tbody td.is-running span,.liveDashboard ._account_api .list-results tbody td.is-running thead span,.liveDashboard ._account_api .list-results thead tbody td.is-running span,.liveDashboard ._account_api .list-results tbody td.is-running thead span,.liveDashboard ._account_api .list-results thead tbody td.is-running span,.liveDashboard ._account_api .list-results tbody td.is-running thead span,.liveDashboard ._account_api .list-results thead tbody td.is-running span,.liveDashboard ._account_api .list-results tbody td.is-running thead span,.liveDashboard ._account_api .liveDashboard .list-results thead tbody td.is-running span,.liveDashboard ._account_api .liveDashboard .list-results tbody td.is-running thead span,.liveDashboard ._account_api .list-results thead tbody td.is-pending span,.liveDashboard ._account_api .list-results tbody td.is-pending thead span,.liveDashboard ._account_api .list-results thead tbody td.is-pending span,.liveDashboard ._account_api .list-results tbody td.is-pending thead span,.liveDashboard ._account_api .list-results thead tbody td.is-pending span,.liveDashboard ._account_api .list-results tbody td.is-pending thead span,.liveDashboard ._account_api .list-results thead tbody td.is-pending span,.liveDashboard ._account_api .list-results tbody td.is-pending thead span,.liveDashboard ._account_api .liveDashboard .list-results thead tbody td.is-pending span,.liveDashboard ._account_api .liveDashboard .list-results tbody td.is-pending thead span,._account_api .liveDashboard .list-results thead .icon,._account_api .liveDashboard .list-results thead .w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-alert-banner:before,._account_api .liveDashboard ._account_api .list-results thead .w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,._account_api .w-dialog.plus .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,._account_api .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,._account_api .w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard ._account_api .list-results thead .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,._account_api .w-toast .liveDashboard .list-results thead .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,._account_api .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,._account_api .w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.w-toast ._account_api .liveDashboard ._account_api .list-results thead .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard ._account_api .list-results thead .btn-period-clear:before,._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard ._account_api .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard ._account_api .list-results thead .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,._account_api .block-filters .liveDashboard .list-results thead .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,._account_api .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,._account_api .block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.block-filters ._account_api .liveDashboard ._account_api .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,._account_api .toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,._account_api .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,._account_api .toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard ._account_api .list-results thead input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,._account_api .liveDashboard .list-results thead tbody span.status,._account_api .liveDashboard .list-results tbody thead span.status,._account_api .liveDashboard .list-results thead tbody span.status,._account_api .liveDashboard .list-results tbody thead span.status,._account_api .liveDashboard .list-results thead tbody span.status,._account_api .liveDashboard .list-results tbody thead span.status,._account_api .liveDashboard ._account_api .list-results thead tbody span.status,._account_api .liveDashboard ._account_api .list-results tbody thead span.status,._account_api .liveDashboard .list-results thead tbody span.status,._account_api .liveDashboard .list-results tbody thead span.status,._account_api .liveDashboard .list-results thead tbody td.is-running span,._account_api .liveDashboard .list-results tbody td.is-running thead span,._account_api .liveDashboard .list-results thead tbody td.is-running span,._account_api .liveDashboard .list-results tbody td.is-running thead span,._account_api .liveDashboard .list-results thead tbody td.is-running span,._account_api .liveDashboard .list-results tbody td.is-running thead span,._account_api .liveDashboard ._account_api .list-results thead tbody td.is-running span,._account_api .liveDashboard ._account_api .list-results tbody td.is-running thead span,._account_api .liveDashboard .list-results thead tbody td.is-running span,._account_api .liveDashboard .list-results tbody td.is-running thead span,._account_api .liveDashboard .list-results thead tbody td.is-pending span,._account_api .liveDashboard .list-results tbody td.is-pending thead span,._account_api .liveDashboard .list-results thead tbody td.is-pending span,._account_api .liveDashboard .list-results tbody td.is-pending thead span,._account_api .liveDashboard .list-results thead tbody td.is-pending span,._account_api .liveDashboard .list-results tbody td.is-pending thead span,._account_api .liveDashboard ._account_api .list-results thead tbody td.is-pending span,._account_api .liveDashboard ._account_api .list-results tbody td.is-pending thead span,._account_api .liveDashboard .list-results thead tbody td.is-pending span,._account_api .liveDashboard .list-results tbody td.is-pending thead span,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .filter,.liveDashboard ._account_api .list-results thead .form-label.status span,.liveDashboard ._account_api .list-results thead .status.status-log span,.liveDashboard ._account_api .list-results thead .status.status-report-item span,.liveDashboard ._account_api .list-results thead .double-list dd.status span,.double-list .liveDashboard ._account_api .list-results thead dd.status span,.liveDashboard ._account_api .list-results thead .double-list dt.status span,.double-list .liveDashboard ._account_api .list-results thead dt.status span,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title span,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label span,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span,._account_api .liveDashboard .list-results thead .form-label.status span,._account_api .liveDashboard .list-results thead .status.status-log span,._account_api .liveDashboard .list-results thead .status.status-report-item span,._account_api .liveDashboard .list-results thead .double-list dd.status span,.double-list ._account_api .liveDashboard .list-results thead dd.status span,._account_api .liveDashboard .list-results thead .double-list dt.status span,.double-list ._account_api .liveDashboard .list-results thead dt.status span,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title span,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label span,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span,.liveDashboard .form-label.status ._account_api .list-results thead span,.liveDashboard .status.status-log ._account_api .list-results thead span,.liveDashboard .status.status-report-item ._account_api .list-results thead span,.liveDashboard .double-list dd.status ._account_api .list-results thead span,.double-list .liveDashboard dd.status ._account_api .list-results thead span,.liveDashboard .double-list dt.status ._account_api .list-results thead span,.double-list .liveDashboard dt.status ._account_api .list-results thead span,.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span,.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead span,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead span,.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span,.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead span,.form-label.status ._account_api .liveDashboard .list-results thead span,.status.status-log ._account_api .liveDashboard .list-results thead span,.status.status-report-item ._account_api .liveDashboard .list-results thead span,.double-list dd.status ._account_api .liveDashboard .list-results thead span,.double-list dt.status ._account_api .liveDashboard .list-results thead span,.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead span,.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead span,.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead span,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span,.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span,.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead span,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span,.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span,.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead span,.liveDashboard ._account_api .list-results thead .sub-header .w-form label,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list label,._account_api .liveDashboard .list-results thead .sub-header .w-form label,._account_api .liveDashboard .list-results thead .sub-header .w-double-list label,.liveDashboard .sub-header .w-form ._account_api .list-results thead label,.liveDashboard .sub-header .w-double-list ._account_api .list-results thead label,.sub-header .w-form ._account_api .liveDashboard .list-results thead label,.sub-header .w-double-list ._account_api .liveDashboard .list-results thead label,.liveDashboard ._account_api .list-results thead .block-filters button:after,._account_api .liveDashboard .list-results thead .block-filters button:after,.liveDashboard .block-filters ._account_api .list-results thead button:after,.block-filters ._account_api .liveDashboard .list-results thead button:after,.liveDashboard ._account_api .list-results thead .block-filters select:after,._account_api .liveDashboard .list-results thead .block-filters select:after,.liveDashboard .block-filters ._account_api .list-results thead select:after,.block-filters ._account_api .liveDashboard .list-results thead select:after,.liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive,.liveDashboard .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active,.liveDashboard .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-active,.form-auto-list ._account_api .liveDashboard .list-results thead .form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .list-results-header .status.title span,._account_api .liveDashboard .list-results thead .list-results-header .status.title span,.liveDashboard .list-results-header .status.title ._account_api .list-results thead span,.list-results-header .status.title ._account_api .liveDashboard .list-results thead span,.liveDashboard ._account_api .list-results thead tr span,._account_api .liveDashboard .list-results thead tr span,.liveDashboard ._account_api .list-results thead .icon,.liveDashboard ._account_api .list-results thead .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-alert-banner:before,.liveDashboard ._account_api .liveDashboard .list-results thead .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.liveDashboard .w-dialog.plus ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.liveDashboard ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.liveDashboard .w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .liveDashboard .list-results thead .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.liveDashboard .w-toast ._account_api .list-results thead .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.liveDashboard ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.liveDashboard .w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,.w-toast .liveDashboard ._account_api .liveDashboard .list-results thead .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .liveDashboard .list-results thead .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.liveDashboard .block-filters ._account_api .list-results thead .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.liveDashboard ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.liveDashboard .block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,.block-filters .liveDashboard ._account_api .liveDashboard .list-results thead .btn-filter:before,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.liveDashboard .toggleWrapper ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.liveDashboard ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.liveDashboard .toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.liveDashboard ._account_api .list-results thead tbody span.status,.liveDashboard ._account_api .list-results tbody thead span.status,.liveDashboard ._account_api .list-results thead tbody span.status,.liveDashboard ._account_api .list-results tbody thead span.status,.liveDashboard ._account_api .list-results thead tbody span.status,.liveDashboard ._account_api .list-results tbody thead span.status,.liveDashboard ._account_api .list-results thead tbody span.status,.liveDashboard ._account_api .list-results tbody thead span.status,.liveDashboard ._account_api .liveDashboard .list-results thead tbody span.status,.liveDashboard ._account_api .liveDashboard .list-results tbody thead span.status,.liveDashboard ._account_api .list-results thead tbody td.is-running span,.liveDashboard ._account_api .list-results tbody td.is-running thead span,.liveDashboard ._account_api .list-results thead tbody td.is-running span,.liveDashboard ._account_api .list-results tbody td.is-running thead span,.liveDashboard ._account_api .list-results thead tbody td.is-running span,.liveDashboard ._account_api .list-results tbody td.is-running thead span,.liveDashboard ._account_api .list-results thead tbody td.is-running span,.liveDashboard ._account_api .list-results tbody td.is-running thead span,.liveDashboard ._account_api .liveDashboard .list-results thead tbody td.is-running span,.liveDashboard ._account_api .liveDashboard .list-results tbody td.is-running thead span,.liveDashboard ._account_api .list-results thead tbody td.is-pending span,.liveDashboard ._account_api .list-results tbody td.is-pending thead span,.liveDashboard ._account_api .list-results thead tbody td.is-pending span,.liveDashboard ._account_api .list-results tbody td.is-pending thead span,.liveDashboard ._account_api .list-results thead tbody td.is-pending span,.liveDashboard ._account_api .list-results tbody td.is-pending thead span,.liveDashboard ._account_api .list-results thead tbody td.is-pending span,.liveDashboard ._account_api .list-results tbody td.is-pending thead span,.liveDashboard ._account_api .liveDashboard .list-results thead tbody td.is-pending span,.liveDashboard ._account_api .liveDashboard .list-results tbody td.is-pending thead span,._account_api .liveDashboard .list-results thead .icon,._account_api .liveDashboard .list-results thead .w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-alert-banner:before,._account_api .liveDashboard ._account_api .list-results thead .w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,._account_api .w-dialog.plus .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,._account_api .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,._account_api .w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard ._account_api .list-results thead .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,._account_api .w-toast .liveDashboard .list-results thead .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,._account_api .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,._account_api .w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.w-toast ._account_api .liveDashboard ._account_api .list-results thead .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard ._account_api .list-results thead .btn-period-clear:before,._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard ._account_api .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard ._account_api .list-results thead .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,._account_api .block-filters .liveDashboard .list-results thead .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,._account_api .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,._account_api .block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.block-filters ._account_api .liveDashboard ._account_api .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,._account_api .toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,._account_api .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,._account_api .toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard ._account_api .list-results thead input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,._account_api .liveDashboard .list-results thead tbody span.status,._account_api .liveDashboard .list-results tbody thead span.status,._account_api .liveDashboard .list-results thead tbody span.status,._account_api .liveDashboard .list-results tbody thead span.status,._account_api .liveDashboard .list-results thead tbody span.status,._account_api .liveDashboard .list-results tbody thead span.status,._account_api .liveDashboard ._account_api .list-results thead tbody span.status,._account_api .liveDashboard ._account_api .list-results tbody thead span.status,._account_api .liveDashboard .list-results thead tbody span.status,._account_api .liveDashboard .list-results tbody thead span.status,._account_api .liveDashboard .list-results thead tbody td.is-running span,._account_api .liveDashboard .list-results tbody td.is-running thead span,._account_api .liveDashboard .list-results thead tbody td.is-running span,._account_api .liveDashboard .list-results tbody td.is-running thead span,._account_api .liveDashboard .list-results thead tbody td.is-running span,._account_api .liveDashboard .list-results tbody td.is-running thead span,._account_api .liveDashboard ._account_api .list-results thead tbody td.is-running span,._account_api .liveDashboard ._account_api .list-results tbody td.is-running thead span,._account_api .liveDashboard .list-results thead tbody td.is-running span,._account_api .liveDashboard .list-results tbody td.is-running thead span,._account_api .liveDashboard .list-results thead tbody td.is-pending span,._account_api .liveDashboard .list-results tbody td.is-pending thead span,._account_api .liveDashboard .list-results thead tbody td.is-pending span,._account_api .liveDashboard .list-results tbody td.is-pending thead span,._account_api .liveDashboard .list-results thead tbody td.is-pending span,._account_api .liveDashboard .list-results tbody td.is-pending thead span,._account_api .liveDashboard ._account_api .list-results thead tbody td.is-pending span,._account_api .liveDashboard ._account_api .list-results tbody td.is-pending thead span,._account_api .liveDashboard .list-results thead tbody td.is-pending span,._account_api .liveDashboard .list-results tbody td.is-pending thead span,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .filter,.liveDashboard ._account_api .list-results thead .form-label.status span,.liveDashboard ._account_api .list-results thead .status.status-log span,.liveDashboard ._account_api .list-results thead .status.status-report-item span,.liveDashboard ._account_api .list-results thead .double-list dd.status span,.double-list .liveDashboard ._account_api .list-results thead dd.status span,.liveDashboard ._account_api .list-results thead .double-list dt.status span,.double-list .liveDashboard ._account_api .list-results thead dt.status span,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title span,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label span,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span,._account_api .liveDashboard .list-results thead .form-label.status span,._account_api .liveDashboard .list-results thead .status.status-log span,._account_api .liveDashboard .list-results thead .status.status-report-item span,._account_api .liveDashboard .list-results thead .double-list dd.status span,.double-list ._account_api .liveDashboard .list-results thead dd.status span,._account_api .liveDashboard .list-results thead .double-list dt.status span,.double-list ._account_api .liveDashboard .list-results thead dt.status span,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title span,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label span,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span,.liveDashboard .form-label.status ._account_api .list-results thead span,.liveDashboard .status.status-log ._account_api .list-results thead span,.liveDashboard .status.status-report-item ._account_api .list-results thead span,.liveDashboard .double-list dd.status ._account_api .list-results thead span,.double-list .liveDashboard dd.status ._account_api .list-results thead span,.liveDashboard .double-list dt.status ._account_api .list-results thead span,.double-list .liveDashboard dt.status ._account_api .list-results thead span,.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span,.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead span,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead span,.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span,.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead span,.form-label.status ._account_api .liveDashboard .list-results thead span,.status.status-log ._account_api .liveDashboard .list-results thead span,.status.status-report-item ._account_api .liveDashboard .list-results thead span,.double-list dd.status ._account_api .liveDashboard .list-results thead span,.double-list dt.status ._account_api .liveDashboard .list-results thead span,.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead span,.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead span,.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead span,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span,.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span,.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead span,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span,.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span,.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead span,.liveDashboard ._account_api .list-results thead .sub-header .w-form label,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list label,._account_api .liveDashboard .list-results thead .sub-header .w-form label,._account_api .liveDashboard .list-results thead .sub-header .w-double-list label,.liveDashboard .sub-header .w-form ._account_api .list-results thead label,.liveDashboard .sub-header .w-double-list ._account_api .list-results thead label,.sub-header .w-form ._account_api .liveDashboard .list-results thead label,.sub-header .w-double-list ._account_api .liveDashboard .list-results thead label,.liveDashboard ._account_api .list-results thead .block-filters button:after,._account_api .liveDashboard .list-results thead .block-filters button:after,.liveDashboard .block-filters ._account_api .list-results thead button:after,.block-filters ._account_api .liveDashboard .list-results thead button:after,.liveDashboard ._account_api .list-results thead .block-filters select:after,._account_api .liveDashboard .list-results thead .block-filters select:after,.liveDashboard .block-filters ._account_api .list-results thead select:after,.block-filters ._account_api .liveDashboard .list-results thead select:after,.liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive,.liveDashboard .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active,.liveDashboard .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-active,.form-auto-list ._account_api .liveDashboard .list-results thead .form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .list-results-header .status.title span,._account_api .liveDashboard .list-results thead .list-results-header .status.title span,.liveDashboard .list-results-header .status.title ._account_api .list-results thead span,.list-results-header .status.title ._account_api .liveDashboard .list-results thead span,.liveDashboard ._account_api .list-results thead tr span,._account_api .liveDashboard .list-results thead tr span,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .dropdown-toggle:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .filter,._account_api .form-label.status .liveDashboard .list-results thead span,._account_api .status.status-log .liveDashboard .list-results thead span,._account_api .status.status-report-item .liveDashboard .list-results thead span,._account_api .double-list dd.status .liveDashboard .list-results thead span,.double-list ._account_api dd.status .liveDashboard .list-results thead span,._account_api .double-list dt.status .liveDashboard .list-results thead span,.double-list ._account_api dt.status .liveDashboard .list-results thead span,._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span,.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead span,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead span,._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span,.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead span,.form-label.status .liveDashboard ._account_api .list-results thead span,.status.status-log .liveDashboard ._account_api .list-results thead span,.status.status-report-item .liveDashboard ._account_api .list-results thead span,.double-list dd.status .liveDashboard ._account_api .list-results thead span,.double-list dt.status .liveDashboard ._account_api .list-results thead span,.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead span,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead span,.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead span,._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span,.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead span,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span,.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead span,._account_api .sub-header .w-form .liveDashboard .list-results thead label,._account_api .sub-header .w-double-list .liveDashboard .list-results thead label,.sub-header .w-form .liveDashboard ._account_api .list-results thead label,.sub-header .w-double-list .liveDashboard ._account_api .list-results thead label,._account_api .block-filters .liveDashboard .list-results thead button:after,.block-filters .liveDashboard ._account_api .list-results thead button:after,._account_api .block-filters .liveDashboard .list-results thead select:after,.block-filters .liveDashboard ._account_api .list-results thead select:after,._account_api .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard ._account_api .list-results thead .form-auto-item.is-user-is-inactive,._account_api .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-active,.form-auto-list .liveDashboard ._account_api .list-results thead .form-auto-item.is-user-is-active,._account_api .list-results-header .status.title .liveDashboard .list-results thead span,.list-results-header .status.title .liveDashboard ._account_api .list-results thead span,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .dropdown-toggle:after,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .filter,.liveDashboard .list-results thead .form-label.status span,.liveDashboard .list-results thead .status.status-log span,.liveDashboard .list-results thead .status.status-report-item span,.liveDashboard .list-results thead .double-list dd.status span,.double-list .liveDashboard .list-results thead dd.status span,.liveDashboard .list-results thead .double-list dt.status span,.double-list .liveDashboard .list-results thead dt.status span,.liveDashboard .list-results thead .w-cards-container .w-card .status.title span,.w-cards-container .w-card .liveDashboard .list-results thead .status.title span,.liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value .liveDashboard .list-results thead .status.label span,.liveDashboard .list-results thead tbody tr.sublist .status.title span,.liveDashboard .list-results tbody tr.sublist thead .status.title span,.form-label.status .liveDashboard .list-results thead span,.status.status-log .liveDashboard .list-results thead span,.status.status-report-item .liveDashboard .list-results thead span,.double-list dd.status .liveDashboard .list-results thead span,.double-list dt.status .liveDashboard .list-results thead span,.w-cards-container .w-card .status.title .liveDashboard .list-results thead span,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span,.list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span,.liveDashboard .list-results thead .w-filters-selected label.status.small span,.w-filters-selected label.status.small .liveDashboard .list-results thead span,.liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span,.w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span,.liveDashboard .list-results thead .sub-header .w-form label,.liveDashboard .list-results thead .sub-header .w-double-list label,.sub-header .w-form .liveDashboard .list-results thead label,.sub-header .w-double-list .liveDashboard .list-results thead label,.liveDashboard .list-results thead .block-filters button:after,.block-filters .liveDashboard .list-results thead button:after,.liveDashboard .list-results thead .block-filters select:after,.block-filters .liveDashboard .list-results thead select:after,.liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive,.liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active,.form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-active,.liveDashboard .list-results thead .list-results-header .status.title span,.list-results-header .status.title .liveDashboard .list-results thead span,.liveDashboard .list-results thead tr span,._account_api .list-results thead .icon,._account_api .list-results thead .w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-alert-banner:before,._account_api .list-results thead .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-alert-banner:before,._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus ._account_api .list-results thead .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,._account_api .w-dialog.plus .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus ._account_api .list-results thead .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,._account_api .list-results thead .w-toast .toast.plus:after,.w-toast ._account_api .list-results thead .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,._account_api .w-toast .liveDashboard .list-results thead .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,._account_api .list-results thead .w-toast .toast.plus:after,.w-toast ._account_api .list-results thead .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-clear:before,._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-clear:before,._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,._account_api .list-results thead .block-filters .btn-filter:before,.block-filters ._account_api .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,._account_api .block-filters .liveDashboard .list-results thead .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,._account_api .list-results thead .block-filters .btn-filter:before,.block-filters ._account_api .list-results thead .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper ._account_api .list-results thead input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,._account_api .toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper ._account_api .list-results thead input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,._account_api .list-results thead tbody span.status,._account_api .list-results tbody thead span.status,._account_api .liveDashboard .list-results thead tbody span.status,.liveDashboard ._account_api .list-results thead tbody span.status,._account_api .liveDashboard .list-results tbody thead span.status,.liveDashboard ._account_api .list-results tbody thead span.status,._account_api .list-results thead tbody span.status,._account_api .list-results tbody thead span.status,.liveDashboard ._account_api .list-results thead tbody span.status,.liveDashboard ._account_api .list-results tbody thead span.status,._account_api .liveDashboard .list-results thead tbody span.status,._account_api .liveDashboard .list-results tbody thead span.status,._account_api .list-results thead tbody td.is-running span,._account_api .list-results tbody td.is-running thead span,._account_api .liveDashboard .list-results thead tbody td.is-running span,.liveDashboard ._account_api .list-results thead tbody td.is-running span,._account_api .liveDashboard .list-results tbody td.is-running thead span,.liveDashboard ._account_api .list-results tbody td.is-running thead span,._account_api .list-results thead tbody td.is-running span,._account_api .list-results tbody td.is-running thead span,.liveDashboard ._account_api .list-results thead tbody td.is-running span,.liveDashboard ._account_api .list-results tbody td.is-running thead span,._account_api .liveDashboard .list-results thead tbody td.is-running span,._account_api .liveDashboard .list-results tbody td.is-running thead span,._account_api .list-results thead tbody td.is-pending span,._account_api .list-results tbody td.is-pending thead span,._account_api .liveDashboard .list-results thead tbody td.is-pending span,.liveDashboard ._account_api .list-results thead tbody td.is-pending span,._account_api .liveDashboard .list-results tbody td.is-pending thead span,.liveDashboard ._account_api .list-results tbody td.is-pending thead span,._account_api .list-results thead tbody td.is-pending span,._account_api .list-results tbody td.is-pending thead span,.liveDashboard ._account_api .list-results thead tbody td.is-pending span,.liveDashboard ._account_api .list-results tbody td.is-pending thead span,._account_api .liveDashboard .list-results thead tbody td.is-pending span,._account_api .liveDashboard .list-results tbody td.is-pending thead span,._account_api .liveDashboard .list-results thead .icon,._account_api .liveDashboard .list-results thead .w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-alert-banner:before,._account_api .liveDashboard ._account_api .list-results thead .w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,._account_api .w-dialog.plus .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,._account_api .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,._account_api .w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard ._account_api .list-results thead .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,._account_api .w-toast .liveDashboard .list-results thead .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,._account_api .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,._account_api .w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.w-toast ._account_api .liveDashboard ._account_api .list-results thead .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard ._account_api .list-results thead .btn-period-clear:before,._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard ._account_api .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard ._account_api .list-results thead .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,._account_api .block-filters .liveDashboard .list-results thead .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,._account_api .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,._account_api .block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.block-filters ._account_api .liveDashboard ._account_api .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,._account_api .toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,._account_api .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,._account_api .toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard ._account_api .list-results thead input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,._account_api .liveDashboard .list-results thead tbody span.status,._account_api .liveDashboard .list-results tbody thead span.status,._account_api .liveDashboard .list-results thead tbody span.status,._account_api .liveDashboard .list-results tbody thead span.status,._account_api .liveDashboard .list-results thead tbody span.status,._account_api .liveDashboard .list-results tbody thead span.status,._account_api .liveDashboard ._account_api .list-results thead tbody span.status,._account_api .liveDashboard ._account_api .list-results tbody thead span.status,._account_api .liveDashboard .list-results thead tbody span.status,._account_api .liveDashboard .list-results tbody thead span.status,._account_api .liveDashboard .list-results thead tbody td.is-running span,._account_api .liveDashboard .list-results tbody td.is-running thead span,._account_api .liveDashboard .list-results thead tbody td.is-running span,._account_api .liveDashboard .list-results tbody td.is-running thead span,._account_api .liveDashboard .list-results thead tbody td.is-running span,._account_api .liveDashboard .list-results tbody td.is-running thead span,._account_api .liveDashboard ._account_api .list-results thead tbody td.is-running span,._account_api .liveDashboard ._account_api .list-results tbody td.is-running thead span,._account_api .liveDashboard .list-results thead tbody td.is-running span,._account_api .liveDashboard .list-results tbody td.is-running thead span,._account_api .liveDashboard .list-results thead tbody td.is-pending span,._account_api .liveDashboard .list-results tbody td.is-pending thead span,._account_api .liveDashboard .list-results thead tbody td.is-pending span,._account_api .liveDashboard .list-results tbody td.is-pending thead span,._account_api .liveDashboard .list-results thead tbody td.is-pending span,._account_api .liveDashboard .list-results tbody td.is-pending thead span,._account_api .liveDashboard ._account_api .list-results thead tbody td.is-pending span,._account_api .liveDashboard ._account_api .list-results tbody td.is-pending thead span,._account_api .liveDashboard .list-results thead tbody td.is-pending span,._account_api .liveDashboard .list-results tbody td.is-pending thead span,.liveDashboard ._account_api .list-results thead .icon,.liveDashboard ._account_api .list-results thead .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-alert-banner:before,.liveDashboard ._account_api .liveDashboard .list-results thead .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.liveDashboard .w-dialog.plus ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.liveDashboard ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.liveDashboard .w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .liveDashboard .list-results thead .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.liveDashboard .w-toast ._account_api .list-results thead .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.liveDashboard ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.liveDashboard .w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,.w-toast .liveDashboard ._account_api .liveDashboard .list-results thead .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .liveDashboard .list-results thead .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.liveDashboard .block-filters ._account_api .list-results thead .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.liveDashboard ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.liveDashboard .block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,.block-filters .liveDashboard ._account_api .liveDashboard .list-results thead .btn-filter:before,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.liveDashboard .toggleWrapper ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.liveDashboard ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.liveDashboard .toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.liveDashboard ._account_api .list-results thead tbody span.status,.liveDashboard ._account_api .list-results tbody thead span.status,.liveDashboard ._account_api .list-results thead tbody span.status,.liveDashboard ._account_api .list-results tbody thead span.status,.liveDashboard ._account_api .list-results thead tbody span.status,.liveDashboard ._account_api .list-results tbody thead span.status,.liveDashboard ._account_api .list-results thead tbody span.status,.liveDashboard ._account_api .list-results tbody thead span.status,.liveDashboard ._account_api .liveDashboard .list-results thead tbody span.status,.liveDashboard ._account_api .liveDashboard .list-results tbody thead span.status,.liveDashboard ._account_api .list-results thead tbody td.is-running span,.liveDashboard ._account_api .list-results tbody td.is-running thead span,.liveDashboard ._account_api .list-results thead tbody td.is-running span,.liveDashboard ._account_api .list-results tbody td.is-running thead span,.liveDashboard ._account_api .list-results thead tbody td.is-running span,.liveDashboard ._account_api .list-results tbody td.is-running thead span,.liveDashboard ._account_api .list-results thead tbody td.is-running span,.liveDashboard ._account_api .list-results tbody td.is-running thead span,.liveDashboard ._account_api .liveDashboard .list-results thead tbody td.is-running span,.liveDashboard ._account_api .liveDashboard .list-results tbody td.is-running thead span,.liveDashboard ._account_api .list-results thead tbody td.is-pending span,.liveDashboard ._account_api .list-results tbody td.is-pending thead span,.liveDashboard ._account_api .list-results thead tbody td.is-pending span,.liveDashboard ._account_api .list-results tbody td.is-pending thead span,.liveDashboard ._account_api .list-results thead tbody td.is-pending span,.liveDashboard ._account_api .list-results tbody td.is-pending thead span,.liveDashboard ._account_api .list-results thead tbody td.is-pending span,.liveDashboard ._account_api .list-results tbody td.is-pending thead span,.liveDashboard ._account_api .liveDashboard .list-results thead tbody td.is-pending span,.liveDashboard ._account_api .liveDashboard .list-results tbody td.is-pending thead span,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .filter,._account_api .liveDashboard .list-results thead .form-label.status span,._account_api .liveDashboard .list-results thead .status.status-log span,._account_api .liveDashboard .list-results thead .status.status-report-item span,._account_api .liveDashboard .list-results thead .double-list dd.status span,.double-list ._account_api .liveDashboard .list-results thead dd.status span,._account_api .liveDashboard .list-results thead .double-list dt.status span,.double-list ._account_api .liveDashboard .list-results thead dt.status span,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title span,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label span,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span,.liveDashboard ._account_api .list-results thead .form-label.status span,.liveDashboard ._account_api .list-results thead .status.status-log span,.liveDashboard ._account_api .list-results thead .status.status-report-item span,.liveDashboard ._account_api .list-results thead .double-list dd.status span,.double-list .liveDashboard ._account_api .list-results thead dd.status span,.liveDashboard ._account_api .list-results thead .double-list dt.status span,.double-list .liveDashboard ._account_api .list-results thead dt.status span,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title span,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label span,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span,._account_api .form-label.status .liveDashboard .list-results thead span,._account_api .status.status-log .liveDashboard .list-results thead span,._account_api .status.status-report-item .liveDashboard .list-results thead span,._account_api .double-list dd.status .liveDashboard .list-results thead span,.double-list ._account_api dd.status .liveDashboard .list-results thead span,._account_api .double-list dt.status .liveDashboard .list-results thead span,.double-list ._account_api dt.status .liveDashboard .list-results thead span,._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span,.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead span,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead span,._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span,.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead span,.form-label.status .liveDashboard ._account_api .list-results thead span,.status.status-log .liveDashboard ._account_api .list-results thead span,.status.status-report-item .liveDashboard ._account_api .list-results thead span,.double-list dd.status .liveDashboard ._account_api .list-results thead span,.double-list dt.status .liveDashboard ._account_api .list-results thead span,.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead span,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead span,.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead span,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span,._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span,.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead span,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span,.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead span,._account_api .liveDashboard .list-results thead .sub-header .w-form label,._account_api .liveDashboard .list-results thead .sub-header .w-double-list label,.liveDashboard ._account_api .list-results thead .sub-header .w-form label,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list label,._account_api .sub-header .w-form .liveDashboard .list-results thead label,._account_api .sub-header .w-double-list .liveDashboard .list-results thead label,.sub-header .w-form .liveDashboard ._account_api .list-results thead label,.sub-header .w-double-list .liveDashboard ._account_api .list-results thead label,._account_api .liveDashboard .list-results thead .block-filters button:after,.liveDashboard ._account_api .list-results thead .block-filters button:after,._account_api .block-filters .liveDashboard .list-results thead button:after,.block-filters .liveDashboard ._account_api .list-results thead button:after,._account_api .liveDashboard .list-results thead .block-filters select:after,.liveDashboard ._account_api .list-results thead .block-filters select:after,._account_api .block-filters .liveDashboard .list-results thead select:after,.block-filters .liveDashboard ._account_api .list-results thead select:after,._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive,._account_api .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard ._account_api .list-results thead .form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active,._account_api .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-active,.form-auto-list .liveDashboard ._account_api .list-results thead .form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .list-results-header .status.title span,.liveDashboard ._account_api .list-results thead .list-results-header .status.title span,._account_api .list-results-header .status.title .liveDashboard .list-results thead span,.list-results-header .status.title .liveDashboard ._account_api .list-results thead span,._account_api .liveDashboard .list-results thead tr span,.liveDashboard ._account_api .list-results thead tr span,._account_api .list-results thead .icon,._account_api .list-results thead .w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-alert-banner:before,._account_api .list-results thead .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-alert-banner:before,._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus ._account_api .list-results thead .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,._account_api .w-dialog.plus .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus ._account_api .list-results thead .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,._account_api .list-results thead .w-toast .toast.plus:after,.w-toast ._account_api .list-results thead .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,._account_api .w-toast .liveDashboard .list-results thead .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,._account_api .list-results thead .w-toast .toast.plus:after,.w-toast ._account_api .list-results thead .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-clear:before,._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-clear:before,._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,._account_api .list-results thead .block-filters .btn-filter:before,.block-filters ._account_api .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,._account_api .block-filters .liveDashboard .list-results thead .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,._account_api .list-results thead .block-filters .btn-filter:before,.block-filters ._account_api .list-results thead .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper ._account_api .list-results thead input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,._account_api .toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper ._account_api .list-results thead input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,._account_api .list-results thead tbody span.status,._account_api .list-results tbody thead span.status,._account_api .liveDashboard .list-results thead tbody span.status,.liveDashboard ._account_api .list-results thead tbody span.status,._account_api .liveDashboard .list-results tbody thead span.status,.liveDashboard ._account_api .list-results tbody thead span.status,._account_api .list-results thead tbody span.status,._account_api .list-results tbody thead span.status,.liveDashboard ._account_api .list-results thead tbody span.status,.liveDashboard ._account_api .list-results tbody thead span.status,._account_api .liveDashboard .list-results thead tbody span.status,._account_api .liveDashboard .list-results tbody thead span.status,._account_api .list-results thead tbody td.is-running span,._account_api .list-results tbody td.is-running thead span,._account_api .liveDashboard .list-results thead tbody td.is-running span,.liveDashboard ._account_api .list-results thead tbody td.is-running span,._account_api .liveDashboard .list-results tbody td.is-running thead span,.liveDashboard ._account_api .list-results tbody td.is-running thead span,._account_api .list-results thead tbody td.is-running span,._account_api .list-results tbody td.is-running thead span,.liveDashboard ._account_api .list-results thead tbody td.is-running span,.liveDashboard ._account_api .list-results tbody td.is-running thead span,._account_api .liveDashboard .list-results thead tbody td.is-running span,._account_api .liveDashboard .list-results tbody td.is-running thead span,._account_api .list-results thead tbody td.is-pending span,._account_api .list-results tbody td.is-pending thead span,._account_api .liveDashboard .list-results thead tbody td.is-pending span,.liveDashboard ._account_api .list-results thead tbody td.is-pending span,._account_api .liveDashboard .list-results tbody td.is-pending thead span,.liveDashboard ._account_api .list-results tbody td.is-pending thead span,._account_api .list-results thead tbody td.is-pending span,._account_api .list-results tbody td.is-pending thead span,.liveDashboard ._account_api .list-results thead tbody td.is-pending span,.liveDashboard ._account_api .list-results tbody td.is-pending thead span,._account_api .liveDashboard .list-results thead tbody td.is-pending span,._account_api .liveDashboard .list-results tbody td.is-pending thead span,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .dropdown-toggle:after,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .filter,._account_api .list-results thead .form-label.status span,._account_api .list-results thead .status.status-log span,._account_api .list-results thead .status.status-report-item span,._account_api .list-results thead .double-list dd.status span,.double-list ._account_api .list-results thead dd.status span,._account_api .list-results thead .double-list dt.status span,.double-list ._account_api .list-results thead dt.status span,._account_api .list-results thead .w-cards-container .w-card .status.title span,.w-cards-container .w-card ._account_api .list-results thead .status.title span,._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value ._account_api .list-results thead .status.label span,._account_api .list-results thead tbody tr.sublist .status.title span,._account_api .list-results tbody tr.sublist thead .status.title span,.form-label.status ._account_api .list-results thead span,.status.status-log ._account_api .list-results thead span,.status.status-report-item ._account_api .list-results thead span,.double-list dd.status ._account_api .list-results thead span,.double-list dt.status ._account_api .list-results thead span,.w-cards-container .w-card .status.title ._account_api .list-results thead span,.w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span,.list-results tbody tr.sublist .status.title ._account_api .list-results thead span,._account_api .list-results thead .w-filters-selected label.status.small span,.w-filters-selected label.status.small ._account_api .list-results thead span,._account_api .list-results thead .w-filters-selected .status.btn-f-s span,.w-filters-selected .status.btn-f-s ._account_api .list-results thead span,._account_api .list-results thead .sub-header .w-form label,._account_api .list-results thead .sub-header .w-double-list label,.sub-header .w-form ._account_api .list-results thead label,.sub-header .w-double-list ._account_api .list-results thead label,._account_api .list-results thead .block-filters button:after,.block-filters ._account_api .list-results thead button:after,._account_api .list-results thead .block-filters select:after,.block-filters ._account_api .list-results thead select:after,._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-inactive,._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active,.form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-active,._account_api .list-results thead .list-results-header .status.title span,.list-results-header .status.title ._account_api .list-results thead span,._account_api .list-results thead tr span,.liveDashboard ._account_api .list-results thead .icon,.liveDashboard ._account_api .list-results thead .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-alert-banner:before,.liveDashboard ._account_api .liveDashboard .list-results thead .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.liveDashboard .w-dialog.plus ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.liveDashboard ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.liveDashboard .w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .liveDashboard .list-results thead .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.liveDashboard .w-toast ._account_api .list-results thead .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.liveDashboard ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.liveDashboard .w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,.w-toast .liveDashboard ._account_api .liveDashboard .list-results thead .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .liveDashboard .list-results thead .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.liveDashboard .block-filters ._account_api .list-results thead .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.liveDashboard ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.liveDashboard .block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,.block-filters .liveDashboard ._account_api .liveDashboard .list-results thead .btn-filter:before,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.liveDashboard .toggleWrapper ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.liveDashboard ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.liveDashboard .toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.liveDashboard ._account_api .list-results thead tbody span.status,.liveDashboard ._account_api .list-results tbody thead span.status,.liveDashboard ._account_api .list-results thead tbody span.status,.liveDashboard ._account_api .list-results tbody thead span.status,.liveDashboard ._account_api .list-results thead tbody span.status,.liveDashboard ._account_api .list-results tbody thead span.status,.liveDashboard ._account_api .list-results thead tbody span.status,.liveDashboard ._account_api .list-results tbody thead span.status,.liveDashboard ._account_api .liveDashboard .list-results thead tbody span.status,.liveDashboard ._account_api .liveDashboard .list-results tbody thead span.status,.liveDashboard ._account_api .list-results thead tbody td.is-running span,.liveDashboard ._account_api .list-results tbody td.is-running thead span,.liveDashboard ._account_api .list-results thead tbody td.is-running span,.liveDashboard ._account_api .list-results tbody td.is-running thead span,.liveDashboard ._account_api .list-results thead tbody td.is-running span,.liveDashboard ._account_api .list-results tbody td.is-running thead span,.liveDashboard ._account_api .list-results thead tbody td.is-running span,.liveDashboard ._account_api .list-results tbody td.is-running thead span,.liveDashboard ._account_api .liveDashboard .list-results thead tbody td.is-running span,.liveDashboard ._account_api .liveDashboard .list-results tbody td.is-running thead span,.liveDashboard ._account_api .list-results thead tbody td.is-pending span,.liveDashboard ._account_api .list-results tbody td.is-pending thead span,.liveDashboard ._account_api .list-results thead tbody td.is-pending span,.liveDashboard ._account_api .list-results tbody td.is-pending thead span,.liveDashboard ._account_api .list-results thead tbody td.is-pending span,.liveDashboard ._account_api .list-results tbody td.is-pending thead span,.liveDashboard ._account_api .list-results thead tbody td.is-pending span,.liveDashboard ._account_api .list-results tbody td.is-pending thead span,.liveDashboard ._account_api .liveDashboard .list-results thead tbody td.is-pending span,.liveDashboard ._account_api .liveDashboard .list-results tbody td.is-pending thead span,._account_api .liveDashboard .list-results thead .icon,._account_api .liveDashboard .list-results thead .w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-alert-banner:before,._account_api .liveDashboard ._account_api .list-results thead .w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,._account_api .w-dialog.plus .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,._account_api .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,._account_api .w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard ._account_api .list-results thead .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,._account_api .w-toast .liveDashboard .list-results thead .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,._account_api .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,._account_api .w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.w-toast ._account_api .liveDashboard ._account_api .list-results thead .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard ._account_api .list-results thead .btn-period-clear:before,._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard ._account_api .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard ._account_api .list-results thead .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,._account_api .block-filters .liveDashboard .list-results thead .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,._account_api .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,._account_api .block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.block-filters ._account_api .liveDashboard ._account_api .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,._account_api .toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,._account_api .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,._account_api .toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard ._account_api .list-results thead input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,._account_api .liveDashboard .list-results thead tbody span.status,._account_api .liveDashboard .list-results tbody thead span.status,._account_api .liveDashboard .list-results thead tbody span.status,._account_api .liveDashboard .list-results tbody thead span.status,._account_api .liveDashboard .list-results thead tbody span.status,._account_api .liveDashboard .list-results tbody thead span.status,._account_api .liveDashboard ._account_api .list-results thead tbody span.status,._account_api .liveDashboard ._account_api .list-results tbody thead span.status,._account_api .liveDashboard .list-results thead tbody span.status,._account_api .liveDashboard .list-results tbody thead span.status,._account_api .liveDashboard .list-results thead tbody td.is-running span,._account_api .liveDashboard .list-results tbody td.is-running thead span,._account_api .liveDashboard .list-results thead tbody td.is-running span,._account_api .liveDashboard .list-results tbody td.is-running thead span,._account_api .liveDashboard .list-results thead tbody td.is-running span,._account_api .liveDashboard .list-results tbody td.is-running thead span,._account_api .liveDashboard ._account_api .list-results thead tbody td.is-running span,._account_api .liveDashboard ._account_api .list-results tbody td.is-running thead span,._account_api .liveDashboard .list-results thead tbody td.is-running span,._account_api .liveDashboard .list-results tbody td.is-running thead span,._account_api .liveDashboard .list-results thead tbody td.is-pending span,._account_api .liveDashboard .list-results tbody td.is-pending thead span,._account_api .liveDashboard .list-results thead tbody td.is-pending span,._account_api .liveDashboard .list-results tbody td.is-pending thead span,._account_api .liveDashboard .list-results thead tbody td.is-pending span,._account_api .liveDashboard .list-results tbody td.is-pending thead span,._account_api .liveDashboard ._account_api .list-results thead tbody td.is-pending span,._account_api .liveDashboard ._account_api .list-results tbody td.is-pending thead span,._account_api .liveDashboard .list-results thead tbody td.is-pending span,._account_api .liveDashboard .list-results tbody td.is-pending thead span,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .filter,.liveDashboard ._account_api .list-results thead .form-label.status span,.liveDashboard ._account_api .list-results thead .status.status-log span,.liveDashboard ._account_api .list-results thead .status.status-report-item span,.liveDashboard ._account_api .list-results thead .double-list dd.status span,.double-list .liveDashboard ._account_api .list-results thead dd.status span,.liveDashboard ._account_api .list-results thead .double-list dt.status span,.double-list .liveDashboard ._account_api .list-results thead dt.status span,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title span,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label span,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span,._account_api .liveDashboard .list-results thead .form-label.status span,._account_api .liveDashboard .list-results thead .status.status-log span,._account_api .liveDashboard .list-results thead .status.status-report-item span,._account_api .liveDashboard .list-results thead .double-list dd.status span,.double-list ._account_api .liveDashboard .list-results thead dd.status span,._account_api .liveDashboard .list-results thead .double-list dt.status span,.double-list ._account_api .liveDashboard .list-results thead dt.status span,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title span,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label span,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span,.liveDashboard .form-label.status ._account_api .list-results thead span,.liveDashboard .status.status-log ._account_api .list-results thead span,.liveDashboard .status.status-report-item ._account_api .list-results thead span,.liveDashboard .double-list dd.status ._account_api .list-results thead span,.double-list .liveDashboard dd.status ._account_api .list-results thead span,.liveDashboard .double-list dt.status ._account_api .list-results thead span,.double-list .liveDashboard dt.status ._account_api .list-results thead span,.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span,.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead span,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead span,.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span,.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead span,.form-label.status ._account_api .liveDashboard .list-results thead span,.status.status-log ._account_api .liveDashboard .list-results thead span,.status.status-report-item ._account_api .liveDashboard .list-results thead span,.double-list dd.status ._account_api .liveDashboard .list-results thead span,.double-list dt.status ._account_api .liveDashboard .list-results thead span,.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead span,.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead span,.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead span,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span,.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span,.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead span,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span,.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span,.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead span,.liveDashboard ._account_api .list-results thead .sub-header .w-form label,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list label,._account_api .liveDashboard .list-results thead .sub-header .w-form label,._account_api .liveDashboard .list-results thead .sub-header .w-double-list label,.liveDashboard .sub-header .w-form ._account_api .list-results thead label,.liveDashboard .sub-header .w-double-list ._account_api .list-results thead label,.sub-header .w-form ._account_api .liveDashboard .list-results thead label,.sub-header .w-double-list ._account_api .liveDashboard .list-results thead label,.liveDashboard ._account_api .list-results thead .block-filters button:after,._account_api .liveDashboard .list-results thead .block-filters button:after,.liveDashboard .block-filters ._account_api .list-results thead button:after,.block-filters ._account_api .liveDashboard .list-results thead button:after,.liveDashboard ._account_api .list-results thead .block-filters select:after,._account_api .liveDashboard .list-results thead .block-filters select:after,.liveDashboard .block-filters ._account_api .list-results thead select:after,.block-filters ._account_api .liveDashboard .list-results thead select:after,.liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive,.liveDashboard .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active,.liveDashboard .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-active,.form-auto-list ._account_api .liveDashboard .list-results thead .form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .list-results-header .status.title span,._account_api .liveDashboard .list-results thead .list-results-header .status.title span,.liveDashboard .list-results-header .status.title ._account_api .list-results thead span,.list-results-header .status.title ._account_api .liveDashboard .list-results thead span,.liveDashboard ._account_api .list-results thead tr span,._account_api .liveDashboard .list-results thead tr span,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .dropdown-toggle:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .filter,._account_api .form-label.status .liveDashboard .list-results thead span,._account_api .status.status-log .liveDashboard .list-results thead span,._account_api .status.status-report-item .liveDashboard .list-results thead span,._account_api .double-list dd.status .liveDashboard .list-results thead span,.double-list ._account_api dd.status .liveDashboard .list-results thead span,._account_api .double-list dt.status .liveDashboard .list-results thead span,.double-list ._account_api dt.status .liveDashboard .list-results thead span,._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span,.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead span,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead span,._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span,.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead span,.form-label.status .liveDashboard ._account_api .list-results thead span,.status.status-log .liveDashboard ._account_api .list-results thead span,.status.status-report-item .liveDashboard ._account_api .list-results thead span,.double-list dd.status .liveDashboard ._account_api .list-results thead span,.double-list dt.status .liveDashboard ._account_api .list-results thead span,.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead span,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead span,.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead span,._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span,.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead span,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span,.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead span,._account_api .sub-header .w-form .liveDashboard .list-results thead label,._account_api .sub-header .w-double-list .liveDashboard .list-results thead label,.sub-header .w-form .liveDashboard ._account_api .list-results thead label,.sub-header .w-double-list .liveDashboard ._account_api .list-results thead label,._account_api .block-filters .liveDashboard .list-results thead button:after,.block-filters .liveDashboard ._account_api .list-results thead button:after,._account_api .block-filters .liveDashboard .list-results thead select:after,.block-filters .liveDashboard ._account_api .list-results thead select:after,._account_api .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard ._account_api .list-results thead .form-auto-item.is-user-is-inactive,._account_api .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-active,.form-auto-list .liveDashboard ._account_api .list-results thead .form-auto-item.is-user-is-active,._account_api .list-results-header .status.title .liveDashboard .list-results thead span,.list-results-header .status.title .liveDashboard ._account_api .list-results thead span,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .dropdown-toggle:after,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .filter,._account_api .list-results thead .form-label.status span,._account_api .list-results thead .status.status-log span,._account_api .list-results thead .status.status-report-item span,._account_api .list-results thead .double-list dd.status span,.double-list ._account_api .list-results thead dd.status span,._account_api .list-results thead .double-list dt.status span,.double-list ._account_api .list-results thead dt.status span,._account_api .list-results thead .w-cards-container .w-card .status.title span,.w-cards-container .w-card ._account_api .list-results thead .status.title span,._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value ._account_api .list-results thead .status.label span,._account_api .list-results thead tbody tr.sublist .status.title span,._account_api .list-results tbody tr.sublist thead .status.title span,.form-label.status ._account_api .list-results thead span,.status.status-log ._account_api .list-results thead span,.status.status-report-item ._account_api .list-results thead span,.double-list dd.status ._account_api .list-results thead span,.double-list dt.status ._account_api .list-results thead span,.w-cards-container .w-card .status.title ._account_api .list-results thead span,.w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span,.list-results tbody tr.sublist .status.title ._account_api .list-results thead span,._account_api .list-results thead .w-filters-selected label.status.small span,.w-filters-selected label.status.small ._account_api .list-results thead span,._account_api .list-results thead .w-filters-selected .status.btn-f-s span,.w-filters-selected .status.btn-f-s ._account_api .list-results thead span,._account_api .list-results thead .sub-header .w-form label,._account_api .list-results thead .sub-header .w-double-list label,.sub-header .w-form ._account_api .list-results thead label,.sub-header .w-double-list ._account_api .list-results thead label,._account_api .list-results thead .block-filters button:after,.block-filters ._account_api .list-results thead button:after,._account_api .list-results thead .block-filters select:after,.block-filters ._account_api .list-results thead select:after,._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-inactive,._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active,.form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-active,._account_api .list-results thead .list-results-header .status.title span,.list-results-header .status.title ._account_api .list-results thead span,._account_api .list-results thead tr span,.sidebar-default.sidebar-default-right .sidebar-default-body .filter-group .filter-checkbox,.add-filters-dropdown .w-add-filters-list>div.filter-group .filter-checkbox,.filter-preset .filter-field-name button,.btn,.pagination a,.goal-option .expend-label{font-family:"Inter",sans-serif;font-optical-sizing:auto;font-style:normal;font-size:1rem;font-weight:700;color:#3f3f3f;color:#3f3f3f !important;background-color:#fff !important;border-radius:20px !important;border:1px solid #d3d3d3;text-transform:capitalize;padding:.75rem 1rem .75rem 1rem;transition:all .15s ease-in;display:flex;align-items:center;gap:.5rem;white-space:nowrap}.list-results .button-default,.liveDashboard .list-results thead .icon,.liveDashboard .list-results thead .w-alert-banner:before,.liveDashboard .list-results thead .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-alert-banner:before,.liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .liveDashboard .list-results thead .dialog-aside:after,.liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .liveDashboard .list-results thead .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.liveDashboard .w-dialog.plus ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,.liveDashboard .list-results thead .w-toast .toast.plus:after,.w-toast .liveDashboard .list-results thead .toast.plus:after,.liveDashboard .list-results thead .w-toast .toast.plus:after,.w-toast .liveDashboard .list-results thead .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.liveDashboard .w-toast ._account_api .list-results thead .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-clear:before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-filter:before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-clear:before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-edit:before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.liveDashboard .list-results thead .block-filters .btn-filter:before,.block-filters .liveDashboard .list-results thead .btn-filter:before,.liveDashboard .list-results thead .block-filters .btn-filter:before,.block-filters .liveDashboard .list-results thead .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.liveDashboard .block-filters ._account_api .list-results thead .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,.liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label,.liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.liveDashboard .toggleWrapper ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.liveDashboard .list-results thead tbody span.status,.liveDashboard .list-results tbody thead span.status,.liveDashboard .list-results thead tbody span.status,.liveDashboard .list-results tbody thead span.status,.liveDashboard ._account_api .list-results thead tbody span.status,._account_api .liveDashboard .list-results thead tbody span.status,.liveDashboard ._account_api .list-results tbody thead span.status,._account_api .liveDashboard .list-results tbody thead span.status,.liveDashboard ._account_api .list-results thead tbody span.status,.liveDashboard ._account_api .list-results tbody thead span.status,._account_api .liveDashboard .list-results thead tbody span.status,._account_api .liveDashboard .list-results tbody thead span.status,.liveDashboard .list-results thead tbody td.is-running span,.liveDashboard .list-results tbody td.is-running thead span,.liveDashboard .list-results thead tbody td.is-running span,.liveDashboard .list-results tbody td.is-running thead span,.liveDashboard ._account_api .list-results thead tbody td.is-running span,._account_api .liveDashboard .list-results thead tbody td.is-running span,.liveDashboard ._account_api .list-results tbody td.is-running thead span,._account_api .liveDashboard .list-results tbody td.is-running thead span,.liveDashboard ._account_api .list-results thead tbody td.is-running span,.liveDashboard ._account_api .list-results tbody td.is-running thead span,._account_api .liveDashboard .list-results thead tbody td.is-running span,._account_api .liveDashboard .list-results tbody td.is-running thead span,.liveDashboard .list-results thead tbody td.is-pending span,.liveDashboard .list-results tbody td.is-pending thead span,.liveDashboard .list-results thead tbody td.is-pending span,.liveDashboard .list-results tbody td.is-pending thead span,.liveDashboard ._account_api .list-results thead tbody td.is-pending span,._account_api .liveDashboard .list-results thead tbody td.is-pending span,.liveDashboard ._account_api .list-results tbody td.is-pending thead span,._account_api .liveDashboard .list-results tbody td.is-pending thead span,.liveDashboard ._account_api .list-results thead tbody td.is-pending span,.liveDashboard ._account_api .list-results tbody td.is-pending thead span,._account_api .liveDashboard .list-results thead tbody td.is-pending span,._account_api .liveDashboard .list-results tbody td.is-pending thead span,.liveDashboard .list-results thead .icon,.liveDashboard .list-results thead .w-alert-banner:before,.liveDashboard .list-results thead .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-alert-banner:before,.liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .liveDashboard .list-results thead .dialog-aside:after,.liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .liveDashboard .list-results thead .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.liveDashboard .w-dialog.plus ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,.liveDashboard .list-results thead .w-toast .toast.plus:after,.w-toast .liveDashboard .list-results thead .toast.plus:after,.liveDashboard .list-results thead .w-toast .toast.plus:after,.w-toast .liveDashboard .list-results thead .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.liveDashboard .w-toast ._account_api .list-results thead .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-clear:before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-filter:before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-clear:before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-edit:before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.liveDashboard .list-results thead .block-filters .btn-filter:before,.block-filters .liveDashboard .list-results thead .btn-filter:before,.liveDashboard .list-results thead .block-filters .btn-filter:before,.block-filters .liveDashboard .list-results thead .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.liveDashboard .block-filters ._account_api .list-results thead .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,.liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label,.liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.liveDashboard .toggleWrapper ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.liveDashboard .list-results thead tbody span.status,.liveDashboard .list-results tbody thead span.status,.liveDashboard .list-results thead tbody span.status,.liveDashboard .list-results tbody thead span.status,.liveDashboard ._account_api .list-results thead tbody span.status,._account_api .liveDashboard .list-results thead tbody span.status,.liveDashboard ._account_api .list-results tbody thead span.status,._account_api .liveDashboard .list-results tbody thead span.status,.liveDashboard ._account_api .list-results thead tbody span.status,.liveDashboard ._account_api .list-results tbody thead span.status,._account_api .liveDashboard .list-results thead tbody span.status,._account_api .liveDashboard .list-results tbody thead span.status,.liveDashboard .list-results thead tbody td.is-running span,.liveDashboard .list-results tbody td.is-running thead span,.liveDashboard .list-results thead tbody td.is-running span,.liveDashboard .list-results tbody td.is-running thead span,.liveDashboard ._account_api .list-results thead tbody td.is-running span,._account_api .liveDashboard .list-results thead tbody td.is-running span,.liveDashboard ._account_api .list-results tbody td.is-running thead span,._account_api .liveDashboard .list-results tbody td.is-running thead span,.liveDashboard ._account_api .list-results thead tbody td.is-running span,.liveDashboard ._account_api .list-results tbody td.is-running thead span,._account_api .liveDashboard .list-results thead tbody td.is-running span,._account_api .liveDashboard .list-results tbody td.is-running thead span,.liveDashboard .list-results thead tbody td.is-pending span,.liveDashboard .list-results tbody td.is-pending thead span,.liveDashboard .list-results thead tbody td.is-pending span,.liveDashboard .list-results tbody td.is-pending thead span,.liveDashboard ._account_api .list-results thead tbody td.is-pending span,._account_api .liveDashboard .list-results thead tbody td.is-pending span,.liveDashboard ._account_api .list-results tbody td.is-pending thead span,._account_api .liveDashboard .list-results tbody td.is-pending thead span,.liveDashboard ._account_api .list-results thead tbody td.is-pending span,.liveDashboard ._account_api .list-results tbody td.is-pending thead span,._account_api .liveDashboard .list-results thead tbody td.is-pending span,._account_api .liveDashboard .list-results tbody td.is-pending thead span,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .dropdown-toggle:after,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .filter,.liveDashboard .list-results thead .form-label.status span,.liveDashboard .list-results thead .status.status-log span,.liveDashboard .list-results thead .status.status-report-item span,.liveDashboard .list-results thead .double-list dd.status span,.double-list .liveDashboard .list-results thead dd.status span,.liveDashboard .list-results thead .double-list dt.status span,.double-list .liveDashboard .list-results thead dt.status span,.liveDashboard .list-results thead .w-cards-container .w-card .status.title span,.w-cards-container .w-card .liveDashboard .list-results thead .status.title span,.liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value .liveDashboard .list-results thead .status.label span,.liveDashboard .list-results thead tbody tr.sublist .status.title span,.liveDashboard .list-results tbody tr.sublist thead .status.title span,.form-label.status .liveDashboard .list-results thead span,.status.status-log .liveDashboard .list-results thead span,.status.status-report-item .liveDashboard .list-results thead span,.double-list dd.status .liveDashboard .list-results thead span,.double-list dt.status .liveDashboard .list-results thead span,.w-cards-container .w-card .status.title .liveDashboard .list-results thead span,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span,.list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span,.liveDashboard .list-results thead .w-filters-selected label.status.small span,.w-filters-selected label.status.small .liveDashboard .list-results thead span,.liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span,.w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span,.liveDashboard .list-results thead .sub-header .w-form label,.liveDashboard .list-results thead .sub-header .w-double-list label,.sub-header .w-form .liveDashboard .list-results thead label,.sub-header .w-double-list .liveDashboard .list-results thead label,.liveDashboard .list-results thead .block-filters button:after,.block-filters .liveDashboard .list-results thead button:after,.liveDashboard .list-results thead .block-filters select:after,.block-filters .liveDashboard .list-results thead select:after,.liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive,.liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active,.form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-active,.liveDashboard .list-results thead .list-results-header .status.title span,.list-results-header .status.title .liveDashboard .list-results thead span,.liveDashboard .list-results thead tr span,.liveDashboard ._account_api .list-results thead .icon,.liveDashboard ._account_api .list-results thead .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-alert-banner:before,.liveDashboard ._account_api .liveDashboard .list-results thead .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.liveDashboard .w-dialog.plus ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.liveDashboard ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.liveDashboard .w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .liveDashboard .list-results thead .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.liveDashboard .w-toast ._account_api .list-results thead .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.liveDashboard ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.liveDashboard .w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,.w-toast .liveDashboard ._account_api .liveDashboard .list-results thead .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .liveDashboard .list-results thead .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.liveDashboard .block-filters ._account_api .list-results thead .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.liveDashboard ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.liveDashboard .block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,.block-filters .liveDashboard ._account_api .liveDashboard .list-results thead .btn-filter:before,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.liveDashboard .toggleWrapper ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.liveDashboard ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.liveDashboard .toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.liveDashboard ._account_api .list-results thead tbody span.status,.liveDashboard ._account_api .list-results tbody thead span.status,.liveDashboard ._account_api .list-results thead tbody span.status,.liveDashboard ._account_api .list-results tbody thead span.status,.liveDashboard ._account_api .list-results thead tbody span.status,.liveDashboard ._account_api .list-results tbody thead span.status,.liveDashboard ._account_api .list-results thead tbody span.status,.liveDashboard ._account_api .list-results tbody thead span.status,.liveDashboard ._account_api .liveDashboard .list-results thead tbody span.status,.liveDashboard ._account_api .liveDashboard .list-results tbody thead span.status,.liveDashboard ._account_api .list-results thead tbody td.is-running span,.liveDashboard ._account_api .list-results tbody td.is-running thead span,.liveDashboard ._account_api .list-results thead tbody td.is-running span,.liveDashboard ._account_api .list-results tbody td.is-running thead span,.liveDashboard ._account_api .list-results thead tbody td.is-running span,.liveDashboard ._account_api .list-results tbody td.is-running thead span,.liveDashboard ._account_api .list-results thead tbody td.is-running span,.liveDashboard ._account_api .list-results tbody td.is-running thead span,.liveDashboard ._account_api .liveDashboard .list-results thead tbody td.is-running span,.liveDashboard ._account_api .liveDashboard .list-results tbody td.is-running thead span,.liveDashboard ._account_api .list-results thead tbody td.is-pending span,.liveDashboard ._account_api .list-results tbody td.is-pending thead span,.liveDashboard ._account_api .list-results thead tbody td.is-pending span,.liveDashboard ._account_api .list-results tbody td.is-pending thead span,.liveDashboard ._account_api .list-results thead tbody td.is-pending span,.liveDashboard ._account_api .list-results tbody td.is-pending thead span,.liveDashboard ._account_api .list-results thead tbody td.is-pending span,.liveDashboard ._account_api .list-results tbody td.is-pending thead span,.liveDashboard ._account_api .liveDashboard .list-results thead tbody td.is-pending span,.liveDashboard ._account_api .liveDashboard .list-results tbody td.is-pending thead span,._account_api .liveDashboard .list-results thead .icon,._account_api .liveDashboard .list-results thead .w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-alert-banner:before,._account_api .liveDashboard ._account_api .list-results thead .w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,._account_api .w-dialog.plus .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,._account_api .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,._account_api .w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard ._account_api .list-results thead .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,._account_api .w-toast .liveDashboard .list-results thead .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,._account_api .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,._account_api .w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.w-toast ._account_api .liveDashboard ._account_api .list-results thead .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard ._account_api .list-results thead .btn-period-clear:before,._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard ._account_api .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard ._account_api .list-results thead .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,._account_api .block-filters .liveDashboard .list-results thead .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,._account_api .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,._account_api .block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.block-filters ._account_api .liveDashboard ._account_api .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,._account_api .toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,._account_api .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,._account_api .toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard ._account_api .list-results thead input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,._account_api .liveDashboard .list-results thead tbody span.status,._account_api .liveDashboard .list-results tbody thead span.status,._account_api .liveDashboard .list-results thead tbody span.status,._account_api .liveDashboard .list-results tbody thead span.status,._account_api .liveDashboard .list-results thead tbody span.status,._account_api .liveDashboard .list-results tbody thead span.status,._account_api .liveDashboard ._account_api .list-results thead tbody span.status,._account_api .liveDashboard ._account_api .list-results tbody thead span.status,._account_api .liveDashboard .list-results thead tbody span.status,._account_api .liveDashboard .list-results tbody thead span.status,._account_api .liveDashboard .list-results thead tbody td.is-running span,._account_api .liveDashboard .list-results tbody td.is-running thead span,._account_api .liveDashboard .list-results thead tbody td.is-running span,._account_api .liveDashboard .list-results tbody td.is-running thead span,._account_api .liveDashboard .list-results thead tbody td.is-running span,._account_api .liveDashboard .list-results tbody td.is-running thead span,._account_api .liveDashboard ._account_api .list-results thead tbody td.is-running span,._account_api .liveDashboard ._account_api .list-results tbody td.is-running thead span,._account_api .liveDashboard .list-results thead tbody td.is-running span,._account_api .liveDashboard .list-results tbody td.is-running thead span,._account_api .liveDashboard .list-results thead tbody td.is-pending span,._account_api .liveDashboard .list-results tbody td.is-pending thead span,._account_api .liveDashboard .list-results thead tbody td.is-pending span,._account_api .liveDashboard .list-results tbody td.is-pending thead span,._account_api .liveDashboard .list-results thead tbody td.is-pending span,._account_api .liveDashboard .list-results tbody td.is-pending thead span,._account_api .liveDashboard ._account_api .list-results thead tbody td.is-pending span,._account_api .liveDashboard ._account_api .list-results tbody td.is-pending thead span,._account_api .liveDashboard .list-results thead tbody td.is-pending span,._account_api .liveDashboard .list-results tbody td.is-pending thead span,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .filter,.liveDashboard ._account_api .list-results thead .form-label.status span,.liveDashboard ._account_api .list-results thead .status.status-log span,.liveDashboard ._account_api .list-results thead .status.status-report-item span,.liveDashboard ._account_api .list-results thead .double-list dd.status span,.double-list .liveDashboard ._account_api .list-results thead dd.status span,.liveDashboard ._account_api .list-results thead .double-list dt.status span,.double-list .liveDashboard ._account_api .list-results thead dt.status span,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title span,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label span,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span,._account_api .liveDashboard .list-results thead .form-label.status span,._account_api .liveDashboard .list-results thead .status.status-log span,._account_api .liveDashboard .list-results thead .status.status-report-item span,._account_api .liveDashboard .list-results thead .double-list dd.status span,.double-list ._account_api .liveDashboard .list-results thead dd.status span,._account_api .liveDashboard .list-results thead .double-list dt.status span,.double-list ._account_api .liveDashboard .list-results thead dt.status span,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title span,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label span,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span,.liveDashboard .form-label.status ._account_api .list-results thead span,.liveDashboard .status.status-log ._account_api .list-results thead span,.liveDashboard .status.status-report-item ._account_api .list-results thead span,.liveDashboard .double-list dd.status ._account_api .list-results thead span,.double-list .liveDashboard dd.status ._account_api .list-results thead span,.liveDashboard .double-list dt.status ._account_api .list-results thead span,.double-list .liveDashboard dt.status ._account_api .list-results thead span,.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span,.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead span,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead span,.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span,.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead span,.form-label.status ._account_api .liveDashboard .list-results thead span,.status.status-log ._account_api .liveDashboard .list-results thead span,.status.status-report-item ._account_api .liveDashboard .list-results thead span,.double-list dd.status ._account_api .liveDashboard .list-results thead span,.double-list dt.status ._account_api .liveDashboard .list-results thead span,.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead span,.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead span,.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead span,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span,.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span,.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead span,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span,.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span,.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead span,.liveDashboard ._account_api .list-results thead .sub-header .w-form label,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list label,._account_api .liveDashboard .list-results thead .sub-header .w-form label,._account_api .liveDashboard .list-results thead .sub-header .w-double-list label,.liveDashboard .sub-header .w-form ._account_api .list-results thead label,.liveDashboard .sub-header .w-double-list ._account_api .list-results thead label,.sub-header .w-form ._account_api .liveDashboard .list-results thead label,.sub-header .w-double-list ._account_api .liveDashboard .list-results thead label,.liveDashboard ._account_api .list-results thead .block-filters button:after,._account_api .liveDashboard .list-results thead .block-filters button:after,.liveDashboard .block-filters ._account_api .list-results thead button:after,.block-filters ._account_api .liveDashboard .list-results thead button:after,.liveDashboard ._account_api .list-results thead .block-filters select:after,._account_api .liveDashboard .list-results thead .block-filters select:after,.liveDashboard .block-filters ._account_api .list-results thead select:after,.block-filters ._account_api .liveDashboard .list-results thead select:after,.liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive,.liveDashboard .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active,.liveDashboard .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-active,.form-auto-list ._account_api .liveDashboard .list-results thead .form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .list-results-header .status.title span,._account_api .liveDashboard .list-results thead .list-results-header .status.title span,.liveDashboard .list-results-header .status.title ._account_api .list-results thead span,.list-results-header .status.title ._account_api .liveDashboard .list-results thead span,.liveDashboard ._account_api .list-results thead tr span,._account_api .liveDashboard .list-results thead tr span,.liveDashboard ._account_api .list-results thead .icon,.liveDashboard ._account_api .list-results thead .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-alert-banner:before,.liveDashboard ._account_api .liveDashboard .list-results thead .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.liveDashboard .w-dialog.plus ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.liveDashboard ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.liveDashboard .w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .liveDashboard .list-results thead .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.liveDashboard .w-toast ._account_api .list-results thead .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.liveDashboard ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.liveDashboard .w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,.w-toast .liveDashboard ._account_api .liveDashboard .list-results thead .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .liveDashboard .list-results thead .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.liveDashboard .block-filters ._account_api .list-results thead .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.liveDashboard ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.liveDashboard .block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,.block-filters .liveDashboard ._account_api .liveDashboard .list-results thead .btn-filter:before,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.liveDashboard .toggleWrapper ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.liveDashboard ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.liveDashboard .toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.liveDashboard ._account_api .list-results thead tbody span.status,.liveDashboard ._account_api .list-results tbody thead span.status,.liveDashboard ._account_api .list-results thead tbody span.status,.liveDashboard ._account_api .list-results tbody thead span.status,.liveDashboard ._account_api .list-results thead tbody span.status,.liveDashboard ._account_api .list-results tbody thead span.status,.liveDashboard ._account_api .list-results thead tbody span.status,.liveDashboard ._account_api .list-results tbody thead span.status,.liveDashboard ._account_api .liveDashboard .list-results thead tbody span.status,.liveDashboard ._account_api .liveDashboard .list-results tbody thead span.status,.liveDashboard ._account_api .list-results thead tbody td.is-running span,.liveDashboard ._account_api .list-results tbody td.is-running thead span,.liveDashboard ._account_api .list-results thead tbody td.is-running span,.liveDashboard ._account_api .list-results tbody td.is-running thead span,.liveDashboard ._account_api .list-results thead tbody td.is-running span,.liveDashboard ._account_api .list-results tbody td.is-running thead span,.liveDashboard ._account_api .list-results thead tbody td.is-running span,.liveDashboard ._account_api .list-results tbody td.is-running thead span,.liveDashboard ._account_api .liveDashboard .list-results thead tbody td.is-running span,.liveDashboard ._account_api .liveDashboard .list-results tbody td.is-running thead span,.liveDashboard ._account_api .list-results thead tbody td.is-pending span,.liveDashboard ._account_api .list-results tbody td.is-pending thead span,.liveDashboard ._account_api .list-results thead tbody td.is-pending span,.liveDashboard ._account_api .list-results tbody td.is-pending thead span,.liveDashboard ._account_api .list-results thead tbody td.is-pending span,.liveDashboard ._account_api .list-results tbody td.is-pending thead span,.liveDashboard ._account_api .list-results thead tbody td.is-pending span,.liveDashboard ._account_api .list-results tbody td.is-pending thead span,.liveDashboard ._account_api .liveDashboard .list-results thead tbody td.is-pending span,.liveDashboard ._account_api .liveDashboard .list-results tbody td.is-pending thead span,._account_api .liveDashboard .list-results thead .icon,._account_api .liveDashboard .list-results thead .w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-alert-banner:before,._account_api .liveDashboard ._account_api .list-results thead .w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,._account_api .w-dialog.plus .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,._account_api .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,._account_api .w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard ._account_api .list-results thead .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,._account_api .w-toast .liveDashboard .list-results thead .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,._account_api .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,._account_api .w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.w-toast ._account_api .liveDashboard ._account_api .list-results thead .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard ._account_api .list-results thead .btn-period-clear:before,._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard ._account_api .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard ._account_api .list-results thead .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,._account_api .block-filters .liveDashboard .list-results thead .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,._account_api .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,._account_api .block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.block-filters ._account_api .liveDashboard ._account_api .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,._account_api .toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,._account_api .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,._account_api .toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard ._account_api .list-results thead input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,._account_api .liveDashboard .list-results thead tbody span.status,._account_api .liveDashboard .list-results tbody thead span.status,._account_api .liveDashboard .list-results thead tbody span.status,._account_api .liveDashboard .list-results tbody thead span.status,._account_api .liveDashboard .list-results thead tbody span.status,._account_api .liveDashboard .list-results tbody thead span.status,._account_api .liveDashboard ._account_api .list-results thead tbody span.status,._account_api .liveDashboard ._account_api .list-results tbody thead span.status,._account_api .liveDashboard .list-results thead tbody span.status,._account_api .liveDashboard .list-results tbody thead span.status,._account_api .liveDashboard .list-results thead tbody td.is-running span,._account_api .liveDashboard .list-results tbody td.is-running thead span,._account_api .liveDashboard .list-results thead tbody td.is-running span,._account_api .liveDashboard .list-results tbody td.is-running thead span,._account_api .liveDashboard .list-results thead tbody td.is-running span,._account_api .liveDashboard .list-results tbody td.is-running thead span,._account_api .liveDashboard ._account_api .list-results thead tbody td.is-running span,._account_api .liveDashboard ._account_api .list-results tbody td.is-running thead span,._account_api .liveDashboard .list-results thead tbody td.is-running span,._account_api .liveDashboard .list-results tbody td.is-running thead span,._account_api .liveDashboard .list-results thead tbody td.is-pending span,._account_api .liveDashboard .list-results tbody td.is-pending thead span,._account_api .liveDashboard .list-results thead tbody td.is-pending span,._account_api .liveDashboard .list-results tbody td.is-pending thead span,._account_api .liveDashboard .list-results thead tbody td.is-pending span,._account_api .liveDashboard .list-results tbody td.is-pending thead span,._account_api .liveDashboard ._account_api .list-results thead tbody td.is-pending span,._account_api .liveDashboard ._account_api .list-results tbody td.is-pending thead span,._account_api .liveDashboard .list-results thead tbody td.is-pending span,._account_api .liveDashboard .list-results tbody td.is-pending thead span,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .filter,.liveDashboard ._account_api .list-results thead .form-label.status span,.liveDashboard ._account_api .list-results thead .status.status-log span,.liveDashboard ._account_api .list-results thead .status.status-report-item span,.liveDashboard ._account_api .list-results thead .double-list dd.status span,.double-list .liveDashboard ._account_api .list-results thead dd.status span,.liveDashboard ._account_api .list-results thead .double-list dt.status span,.double-list .liveDashboard ._account_api .list-results thead dt.status span,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title span,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label span,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span,._account_api .liveDashboard .list-results thead .form-label.status span,._account_api .liveDashboard .list-results thead .status.status-log span,._account_api .liveDashboard .list-results thead .status.status-report-item span,._account_api .liveDashboard .list-results thead .double-list dd.status span,.double-list ._account_api .liveDashboard .list-results thead dd.status span,._account_api .liveDashboard .list-results thead .double-list dt.status span,.double-list ._account_api .liveDashboard .list-results thead dt.status span,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title span,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label span,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span,.liveDashboard .form-label.status ._account_api .list-results thead span,.liveDashboard .status.status-log ._account_api .list-results thead span,.liveDashboard .status.status-report-item ._account_api .list-results thead span,.liveDashboard .double-list dd.status ._account_api .list-results thead span,.double-list .liveDashboard dd.status ._account_api .list-results thead span,.liveDashboard .double-list dt.status ._account_api .list-results thead span,.double-list .liveDashboard dt.status ._account_api .list-results thead span,.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span,.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead span,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead span,.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span,.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead span,.form-label.status ._account_api .liveDashboard .list-results thead span,.status.status-log ._account_api .liveDashboard .list-results thead span,.status.status-report-item ._account_api .liveDashboard .list-results thead span,.double-list dd.status ._account_api .liveDashboard .list-results thead span,.double-list dt.status ._account_api .liveDashboard .list-results thead span,.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead span,.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead span,.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead span,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span,.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span,.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead span,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span,.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span,.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead span,.liveDashboard ._account_api .list-results thead .sub-header .w-form label,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list label,._account_api .liveDashboard .list-results thead .sub-header .w-form label,._account_api .liveDashboard .list-results thead .sub-header .w-double-list label,.liveDashboard .sub-header .w-form ._account_api .list-results thead label,.liveDashboard .sub-header .w-double-list ._account_api .list-results thead label,.sub-header .w-form ._account_api .liveDashboard .list-results thead label,.sub-header .w-double-list ._account_api .liveDashboard .list-results thead label,.liveDashboard ._account_api .list-results thead .block-filters button:after,._account_api .liveDashboard .list-results thead .block-filters button:after,.liveDashboard .block-filters ._account_api .list-results thead button:after,.block-filters ._account_api .liveDashboard .list-results thead button:after,.liveDashboard ._account_api .list-results thead .block-filters select:after,._account_api .liveDashboard .list-results thead .block-filters select:after,.liveDashboard .block-filters ._account_api .list-results thead select:after,.block-filters ._account_api .liveDashboard .list-results thead select:after,.liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive,.liveDashboard .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active,.liveDashboard .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-active,.form-auto-list ._account_api .liveDashboard .list-results thead .form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .list-results-header .status.title span,._account_api .liveDashboard .list-results thead .list-results-header .status.title span,.liveDashboard .list-results-header .status.title ._account_api .list-results thead span,.list-results-header .status.title ._account_api .liveDashboard .list-results thead span,.liveDashboard ._account_api .list-results thead tr span,._account_api .liveDashboard .list-results thead tr span,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .dropdown-toggle:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .filter,._account_api .form-label.status .liveDashboard .list-results thead span,._account_api .status.status-log .liveDashboard .list-results thead span,._account_api .status.status-report-item .liveDashboard .list-results thead span,._account_api .double-list dd.status .liveDashboard .list-results thead span,.double-list ._account_api dd.status .liveDashboard .list-results thead span,._account_api .double-list dt.status .liveDashboard .list-results thead span,.double-list ._account_api dt.status .liveDashboard .list-results thead span,._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span,.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead span,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead span,._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span,.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead span,.form-label.status .liveDashboard ._account_api .list-results thead span,.status.status-log .liveDashboard ._account_api .list-results thead span,.status.status-report-item .liveDashboard ._account_api .list-results thead span,.double-list dd.status .liveDashboard ._account_api .list-results thead span,.double-list dt.status .liveDashboard ._account_api .list-results thead span,.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead span,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead span,.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead span,._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span,.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead span,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span,.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead span,._account_api .sub-header .w-form .liveDashboard .list-results thead label,._account_api .sub-header .w-double-list .liveDashboard .list-results thead label,.sub-header .w-form .liveDashboard ._account_api .list-results thead label,.sub-header .w-double-list .liveDashboard ._account_api .list-results thead label,._account_api .block-filters .liveDashboard .list-results thead button:after,.block-filters .liveDashboard ._account_api .list-results thead button:after,._account_api .block-filters .liveDashboard .list-results thead select:after,.block-filters .liveDashboard ._account_api .list-results thead select:after,._account_api .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard ._account_api .list-results thead .form-auto-item.is-user-is-inactive,._account_api .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-active,.form-auto-list .liveDashboard ._account_api .list-results thead .form-auto-item.is-user-is-active,._account_api .list-results-header .status.title .liveDashboard .list-results thead span,.list-results-header .status.title .liveDashboard ._account_api .list-results thead span,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .dropdown-toggle:after,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .filter,.liveDashboard .list-results thead .form-label.status span,.liveDashboard .list-results thead .status.status-log span,.liveDashboard .list-results thead .status.status-report-item span,.liveDashboard .list-results thead .double-list dd.status span,.double-list .liveDashboard .list-results thead dd.status span,.liveDashboard .list-results thead .double-list dt.status span,.double-list .liveDashboard .list-results thead dt.status span,.liveDashboard .list-results thead .w-cards-container .w-card .status.title span,.w-cards-container .w-card .liveDashboard .list-results thead .status.title span,.liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value .liveDashboard .list-results thead .status.label span,.liveDashboard .list-results thead tbody tr.sublist .status.title span,.liveDashboard .list-results tbody tr.sublist thead .status.title span,.form-label.status .liveDashboard .list-results thead span,.status.status-log .liveDashboard .list-results thead span,.status.status-report-item .liveDashboard .list-results thead span,.double-list dd.status .liveDashboard .list-results thead span,.double-list dt.status .liveDashboard .list-results thead span,.w-cards-container .w-card .status.title .liveDashboard .list-results thead span,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span,.list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span,.liveDashboard .list-results thead .w-filters-selected label.status.small span,.w-filters-selected label.status.small .liveDashboard .list-results thead span,.liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span,.w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span,.liveDashboard .list-results thead .sub-header .w-form label,.liveDashboard .list-results thead .sub-header .w-double-list label,.sub-header .w-form .liveDashboard .list-results thead label,.sub-header .w-double-list .liveDashboard .list-results thead label,.liveDashboard .list-results thead .block-filters button:after,.block-filters .liveDashboard .list-results thead button:after,.liveDashboard .list-results thead .block-filters select:after,.block-filters .liveDashboard .list-results thead select:after,.liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive,.liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active,.form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-active,.liveDashboard .list-results thead .list-results-header .status.title span,.list-results-header .status.title .liveDashboard .list-results thead span,.liveDashboard .list-results thead tr span,._account_api .list-results thead .icon,._account_api .list-results thead .w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-alert-banner:before,._account_api .list-results thead .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-alert-banner:before,._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus ._account_api .list-results thead .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,._account_api .w-dialog.plus .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus ._account_api .list-results thead .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,._account_api .list-results thead .w-toast .toast.plus:after,.w-toast ._account_api .list-results thead .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,._account_api .w-toast .liveDashboard .list-results thead .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,._account_api .list-results thead .w-toast .toast.plus:after,.w-toast ._account_api .list-results thead .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-clear:before,._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-clear:before,._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,._account_api .list-results thead .block-filters .btn-filter:before,.block-filters ._account_api .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,._account_api .block-filters .liveDashboard .list-results thead .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,._account_api .list-results thead .block-filters .btn-filter:before,.block-filters ._account_api .list-results thead .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper ._account_api .list-results thead input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,._account_api .toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper ._account_api .list-results thead input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,._account_api .list-results thead tbody span.status,._account_api .list-results tbody thead span.status,._account_api .liveDashboard .list-results thead tbody span.status,.liveDashboard ._account_api .list-results thead tbody span.status,._account_api .liveDashboard .list-results tbody thead span.status,.liveDashboard ._account_api .list-results tbody thead span.status,._account_api .list-results thead tbody span.status,._account_api .list-results tbody thead span.status,.liveDashboard ._account_api .list-results thead tbody span.status,.liveDashboard ._account_api .list-results tbody thead span.status,._account_api .liveDashboard .list-results thead tbody span.status,._account_api .liveDashboard .list-results tbody thead span.status,._account_api .list-results thead tbody td.is-running span,._account_api .list-results tbody td.is-running thead span,._account_api .liveDashboard .list-results thead tbody td.is-running span,.liveDashboard ._account_api .list-results thead tbody td.is-running span,._account_api .liveDashboard .list-results tbody td.is-running thead span,.liveDashboard ._account_api .list-results tbody td.is-running thead span,._account_api .list-results thead tbody td.is-running span,._account_api .list-results tbody td.is-running thead span,.liveDashboard ._account_api .list-results thead tbody td.is-running span,.liveDashboard ._account_api .list-results tbody td.is-running thead span,._account_api .liveDashboard .list-results thead tbody td.is-running span,._account_api .liveDashboard .list-results tbody td.is-running thead span,._account_api .list-results thead tbody td.is-pending span,._account_api .list-results tbody td.is-pending thead span,._account_api .liveDashboard .list-results thead tbody td.is-pending span,.liveDashboard ._account_api .list-results thead tbody td.is-pending span,._account_api .liveDashboard .list-results tbody td.is-pending thead span,.liveDashboard ._account_api .list-results tbody td.is-pending thead span,._account_api .list-results thead tbody td.is-pending span,._account_api .list-results tbody td.is-pending thead span,.liveDashboard ._account_api .list-results thead tbody td.is-pending span,.liveDashboard ._account_api .list-results tbody td.is-pending thead span,._account_api .liveDashboard .list-results thead tbody td.is-pending span,._account_api .liveDashboard .list-results tbody td.is-pending thead span,._account_api .liveDashboard .list-results thead .icon,._account_api .liveDashboard .list-results thead .w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-alert-banner:before,._account_api .liveDashboard ._account_api .list-results thead .w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,._account_api .w-dialog.plus .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,._account_api .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,._account_api .w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard ._account_api .list-results thead .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,._account_api .w-toast .liveDashboard .list-results thead .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,._account_api .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,._account_api .w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.w-toast ._account_api .liveDashboard ._account_api .list-results thead .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard ._account_api .list-results thead .btn-period-clear:before,._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard ._account_api .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard ._account_api .list-results thead .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,._account_api .block-filters .liveDashboard .list-results thead .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,._account_api .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,._account_api .block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.block-filters ._account_api .liveDashboard ._account_api .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,._account_api .toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,._account_api .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,._account_api .toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard ._account_api .list-results thead input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,._account_api .liveDashboard .list-results thead tbody span.status,._account_api .liveDashboard .list-results tbody thead span.status,._account_api .liveDashboard .list-results thead tbody span.status,._account_api .liveDashboard .list-results tbody thead span.status,._account_api .liveDashboard .list-results thead tbody span.status,._account_api .liveDashboard .list-results tbody thead span.status,._account_api .liveDashboard ._account_api .list-results thead tbody span.status,._account_api .liveDashboard ._account_api .list-results tbody thead span.status,._account_api .liveDashboard .list-results thead tbody span.status,._account_api .liveDashboard .list-results tbody thead span.status,._account_api .liveDashboard .list-results thead tbody td.is-running span,._account_api .liveDashboard .list-results tbody td.is-running thead span,._account_api .liveDashboard .list-results thead tbody td.is-running span,._account_api .liveDashboard .list-results tbody td.is-running thead span,._account_api .liveDashboard .list-results thead tbody td.is-running span,._account_api .liveDashboard .list-results tbody td.is-running thead span,._account_api .liveDashboard ._account_api .list-results thead tbody td.is-running span,._account_api .liveDashboard ._account_api .list-results tbody td.is-running thead span,._account_api .liveDashboard .list-results thead tbody td.is-running span,._account_api .liveDashboard .list-results tbody td.is-running thead span,._account_api .liveDashboard .list-results thead tbody td.is-pending span,._account_api .liveDashboard .list-results tbody td.is-pending thead span,._account_api .liveDashboard .list-results thead tbody td.is-pending span,._account_api .liveDashboard .list-results tbody td.is-pending thead span,._account_api .liveDashboard .list-results thead tbody td.is-pending span,._account_api .liveDashboard .list-results tbody td.is-pending thead span,._account_api .liveDashboard ._account_api .list-results thead tbody td.is-pending span,._account_api .liveDashboard ._account_api .list-results tbody td.is-pending thead span,._account_api .liveDashboard .list-results thead tbody td.is-pending span,._account_api .liveDashboard .list-results tbody td.is-pending thead span,.liveDashboard ._account_api .list-results thead .icon,.liveDashboard ._account_api .list-results thead .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-alert-banner:before,.liveDashboard ._account_api .liveDashboard .list-results thead .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.liveDashboard .w-dialog.plus ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.liveDashboard ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.liveDashboard .w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .liveDashboard .list-results thead .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.liveDashboard .w-toast ._account_api .list-results thead .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.liveDashboard ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.liveDashboard .w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,.w-toast .liveDashboard ._account_api .liveDashboard .list-results thead .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .liveDashboard .list-results thead .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.liveDashboard .block-filters ._account_api .list-results thead .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.liveDashboard ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.liveDashboard .block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,.block-filters .liveDashboard ._account_api .liveDashboard .list-results thead .btn-filter:before,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.liveDashboard .toggleWrapper ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.liveDashboard ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.liveDashboard .toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.liveDashboard ._account_api .list-results thead tbody span.status,.liveDashboard ._account_api .list-results tbody thead span.status,.liveDashboard ._account_api .list-results thead tbody span.status,.liveDashboard ._account_api .list-results tbody thead span.status,.liveDashboard ._account_api .list-results thead tbody span.status,.liveDashboard ._account_api .list-results tbody thead span.status,.liveDashboard ._account_api .list-results thead tbody span.status,.liveDashboard ._account_api .list-results tbody thead span.status,.liveDashboard ._account_api .liveDashboard .list-results thead tbody span.status,.liveDashboard ._account_api .liveDashboard .list-results tbody thead span.status,.liveDashboard ._account_api .list-results thead tbody td.is-running span,.liveDashboard ._account_api .list-results tbody td.is-running thead span,.liveDashboard ._account_api .list-results thead tbody td.is-running span,.liveDashboard ._account_api .list-results tbody td.is-running thead span,.liveDashboard ._account_api .list-results thead tbody td.is-running span,.liveDashboard ._account_api .list-results tbody td.is-running thead span,.liveDashboard ._account_api .list-results thead tbody td.is-running span,.liveDashboard ._account_api .list-results tbody td.is-running thead span,.liveDashboard ._account_api .liveDashboard .list-results thead tbody td.is-running span,.liveDashboard ._account_api .liveDashboard .list-results tbody td.is-running thead span,.liveDashboard ._account_api .list-results thead tbody td.is-pending span,.liveDashboard ._account_api .list-results tbody td.is-pending thead span,.liveDashboard ._account_api .list-results thead tbody td.is-pending span,.liveDashboard ._account_api .list-results tbody td.is-pending thead span,.liveDashboard ._account_api .list-results thead tbody td.is-pending span,.liveDashboard ._account_api .list-results tbody td.is-pending thead span,.liveDashboard ._account_api .list-results thead tbody td.is-pending span,.liveDashboard ._account_api .list-results tbody td.is-pending thead span,.liveDashboard ._account_api .liveDashboard .list-results thead tbody td.is-pending span,.liveDashboard ._account_api .liveDashboard .list-results tbody td.is-pending thead span,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .filter,._account_api .liveDashboard .list-results thead .form-label.status span,._account_api .liveDashboard .list-results thead .status.status-log span,._account_api .liveDashboard .list-results thead .status.status-report-item span,._account_api .liveDashboard .list-results thead .double-list dd.status span,.double-list ._account_api .liveDashboard .list-results thead dd.status span,._account_api .liveDashboard .list-results thead .double-list dt.status span,.double-list ._account_api .liveDashboard .list-results thead dt.status span,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title span,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label span,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span,.liveDashboard ._account_api .list-results thead .form-label.status span,.liveDashboard ._account_api .list-results thead .status.status-log span,.liveDashboard ._account_api .list-results thead .status.status-report-item span,.liveDashboard ._account_api .list-results thead .double-list dd.status span,.double-list .liveDashboard ._account_api .list-results thead dd.status span,.liveDashboard ._account_api .list-results thead .double-list dt.status span,.double-list .liveDashboard ._account_api .list-results thead dt.status span,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title span,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label span,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span,._account_api .form-label.status .liveDashboard .list-results thead span,._account_api .status.status-log .liveDashboard .list-results thead span,._account_api .status.status-report-item .liveDashboard .list-results thead span,._account_api .double-list dd.status .liveDashboard .list-results thead span,.double-list ._account_api dd.status .liveDashboard .list-results thead span,._account_api .double-list dt.status .liveDashboard .list-results thead span,.double-list ._account_api dt.status .liveDashboard .list-results thead span,._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span,.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead span,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead span,._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span,.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead span,.form-label.status .liveDashboard ._account_api .list-results thead span,.status.status-log .liveDashboard ._account_api .list-results thead span,.status.status-report-item .liveDashboard ._account_api .list-results thead span,.double-list dd.status .liveDashboard ._account_api .list-results thead span,.double-list dt.status .liveDashboard ._account_api .list-results thead span,.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead span,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead span,.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead span,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span,._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span,.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead span,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span,.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead span,._account_api .liveDashboard .list-results thead .sub-header .w-form label,._account_api .liveDashboard .list-results thead .sub-header .w-double-list label,.liveDashboard ._account_api .list-results thead .sub-header .w-form label,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list label,._account_api .sub-header .w-form .liveDashboard .list-results thead label,._account_api .sub-header .w-double-list .liveDashboard .list-results thead label,.sub-header .w-form .liveDashboard ._account_api .list-results thead label,.sub-header .w-double-list .liveDashboard ._account_api .list-results thead label,._account_api .liveDashboard .list-results thead .block-filters button:after,.liveDashboard ._account_api .list-results thead .block-filters button:after,._account_api .block-filters .liveDashboard .list-results thead button:after,.block-filters .liveDashboard ._account_api .list-results thead button:after,._account_api .liveDashboard .list-results thead .block-filters select:after,.liveDashboard ._account_api .list-results thead .block-filters select:after,._account_api .block-filters .liveDashboard .list-results thead select:after,.block-filters .liveDashboard ._account_api .list-results thead select:after,._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive,._account_api .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard ._account_api .list-results thead .form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active,._account_api .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-active,.form-auto-list .liveDashboard ._account_api .list-results thead .form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .list-results-header .status.title span,.liveDashboard ._account_api .list-results thead .list-results-header .status.title span,._account_api .list-results-header .status.title .liveDashboard .list-results thead span,.list-results-header .status.title .liveDashboard ._account_api .list-results thead span,._account_api .liveDashboard .list-results thead tr span,.liveDashboard ._account_api .list-results thead tr span,._account_api .list-results thead .icon,._account_api .list-results thead .w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-alert-banner:before,._account_api .list-results thead .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-alert-banner:before,._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus ._account_api .list-results thead .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,._account_api .w-dialog.plus .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus ._account_api .list-results thead .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,._account_api .list-results thead .w-toast .toast.plus:after,.w-toast ._account_api .list-results thead .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,._account_api .w-toast .liveDashboard .list-results thead .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,._account_api .list-results thead .w-toast .toast.plus:after,.w-toast ._account_api .list-results thead .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-clear:before,._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-clear:before,._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,._account_api .list-results thead .block-filters .btn-filter:before,.block-filters ._account_api .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,._account_api .block-filters .liveDashboard .list-results thead .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,._account_api .list-results thead .block-filters .btn-filter:before,.block-filters ._account_api .list-results thead .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper ._account_api .list-results thead input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,._account_api .toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper ._account_api .list-results thead input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,._account_api .list-results thead tbody span.status,._account_api .list-results tbody thead span.status,._account_api .liveDashboard .list-results thead tbody span.status,.liveDashboard ._account_api .list-results thead tbody span.status,._account_api .liveDashboard .list-results tbody thead span.status,.liveDashboard ._account_api .list-results tbody thead span.status,._account_api .list-results thead tbody span.status,._account_api .list-results tbody thead span.status,.liveDashboard ._account_api .list-results thead tbody span.status,.liveDashboard ._account_api .list-results tbody thead span.status,._account_api .liveDashboard .list-results thead tbody span.status,._account_api .liveDashboard .list-results tbody thead span.status,._account_api .list-results thead tbody td.is-running span,._account_api .list-results tbody td.is-running thead span,._account_api .liveDashboard .list-results thead tbody td.is-running span,.liveDashboard ._account_api .list-results thead tbody td.is-running span,._account_api .liveDashboard .list-results tbody td.is-running thead span,.liveDashboard ._account_api .list-results tbody td.is-running thead span,._account_api .list-results thead tbody td.is-running span,._account_api .list-results tbody td.is-running thead span,.liveDashboard ._account_api .list-results thead tbody td.is-running span,.liveDashboard ._account_api .list-results tbody td.is-running thead span,._account_api .liveDashboard .list-results thead tbody td.is-running span,._account_api .liveDashboard .list-results tbody td.is-running thead span,._account_api .list-results thead tbody td.is-pending span,._account_api .list-results tbody td.is-pending thead span,._account_api .liveDashboard .list-results thead tbody td.is-pending span,.liveDashboard ._account_api .list-results thead tbody td.is-pending span,._account_api .liveDashboard .list-results tbody td.is-pending thead span,.liveDashboard ._account_api .list-results tbody td.is-pending thead span,._account_api .list-results thead tbody td.is-pending span,._account_api .list-results tbody td.is-pending thead span,.liveDashboard ._account_api .list-results thead tbody td.is-pending span,.liveDashboard ._account_api .list-results tbody td.is-pending thead span,._account_api .liveDashboard .list-results thead tbody td.is-pending span,._account_api .liveDashboard .list-results tbody td.is-pending thead span,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .dropdown-toggle:after,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .filter,._account_api .list-results thead .form-label.status span,._account_api .list-results thead .status.status-log span,._account_api .list-results thead .status.status-report-item span,._account_api .list-results thead .double-list dd.status span,.double-list ._account_api .list-results thead dd.status span,._account_api .list-results thead .double-list dt.status span,.double-list ._account_api .list-results thead dt.status span,._account_api .list-results thead .w-cards-container .w-card .status.title span,.w-cards-container .w-card ._account_api .list-results thead .status.title span,._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value ._account_api .list-results thead .status.label span,._account_api .list-results thead tbody tr.sublist .status.title span,._account_api .list-results tbody tr.sublist thead .status.title span,.form-label.status ._account_api .list-results thead span,.status.status-log ._account_api .list-results thead span,.status.status-report-item ._account_api .list-results thead span,.double-list dd.status ._account_api .list-results thead span,.double-list dt.status ._account_api .list-results thead span,.w-cards-container .w-card .status.title ._account_api .list-results thead span,.w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span,.list-results tbody tr.sublist .status.title ._account_api .list-results thead span,._account_api .list-results thead .w-filters-selected label.status.small span,.w-filters-selected label.status.small ._account_api .list-results thead span,._account_api .list-results thead .w-filters-selected .status.btn-f-s span,.w-filters-selected .status.btn-f-s ._account_api .list-results thead span,._account_api .list-results thead .sub-header .w-form label,._account_api .list-results thead .sub-header .w-double-list label,.sub-header .w-form ._account_api .list-results thead label,.sub-header .w-double-list ._account_api .list-results thead label,._account_api .list-results thead .block-filters button:after,.block-filters ._account_api .list-results thead button:after,._account_api .list-results thead .block-filters select:after,.block-filters ._account_api .list-results thead select:after,._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-inactive,._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active,.form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-active,._account_api .list-results thead .list-results-header .status.title span,.list-results-header .status.title ._account_api .list-results thead span,._account_api .list-results thead tr span,.liveDashboard ._account_api .list-results thead .icon,.liveDashboard ._account_api .list-results thead .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-alert-banner:before,.liveDashboard ._account_api .liveDashboard .list-results thead .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.liveDashboard .w-dialog.plus ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.liveDashboard ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.liveDashboard .w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .liveDashboard .list-results thead .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.liveDashboard .w-toast ._account_api .list-results thead .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.liveDashboard ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.liveDashboard .w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,.w-toast .liveDashboard ._account_api .liveDashboard .list-results thead .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .liveDashboard .list-results thead .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.liveDashboard .block-filters ._account_api .list-results thead .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.liveDashboard ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.liveDashboard .block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,.block-filters .liveDashboard ._account_api .liveDashboard .list-results thead .btn-filter:before,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.liveDashboard .toggleWrapper ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.liveDashboard ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.liveDashboard .toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.liveDashboard ._account_api .list-results thead tbody span.status,.liveDashboard ._account_api .list-results tbody thead span.status,.liveDashboard ._account_api .list-results thead tbody span.status,.liveDashboard ._account_api .list-results tbody thead span.status,.liveDashboard ._account_api .list-results thead tbody span.status,.liveDashboard ._account_api .list-results tbody thead span.status,.liveDashboard ._account_api .list-results thead tbody span.status,.liveDashboard ._account_api .list-results tbody thead span.status,.liveDashboard ._account_api .liveDashboard .list-results thead tbody span.status,.liveDashboard ._account_api .liveDashboard .list-results tbody thead span.status,.liveDashboard ._account_api .list-results thead tbody td.is-running span,.liveDashboard ._account_api .list-results tbody td.is-running thead span,.liveDashboard ._account_api .list-results thead tbody td.is-running span,.liveDashboard ._account_api .list-results tbody td.is-running thead span,.liveDashboard ._account_api .list-results thead tbody td.is-running span,.liveDashboard ._account_api .list-results tbody td.is-running thead span,.liveDashboard ._account_api .list-results thead tbody td.is-running span,.liveDashboard ._account_api .list-results tbody td.is-running thead span,.liveDashboard ._account_api .liveDashboard .list-results thead tbody td.is-running span,.liveDashboard ._account_api .liveDashboard .list-results tbody td.is-running thead span,.liveDashboard ._account_api .list-results thead tbody td.is-pending span,.liveDashboard ._account_api .list-results tbody td.is-pending thead span,.liveDashboard ._account_api .list-results thead tbody td.is-pending span,.liveDashboard ._account_api .list-results tbody td.is-pending thead span,.liveDashboard ._account_api .list-results thead tbody td.is-pending span,.liveDashboard ._account_api .list-results tbody td.is-pending thead span,.liveDashboard ._account_api .list-results thead tbody td.is-pending span,.liveDashboard ._account_api .list-results tbody td.is-pending thead span,.liveDashboard ._account_api .liveDashboard .list-results thead tbody td.is-pending span,.liveDashboard ._account_api .liveDashboard .list-results tbody td.is-pending thead span,._account_api .liveDashboard .list-results thead .icon,._account_api .liveDashboard .list-results thead .w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-alert-banner:before,._account_api .liveDashboard ._account_api .list-results thead .w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,._account_api .w-dialog.plus .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,._account_api .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,._account_api .w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard ._account_api .list-results thead .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,._account_api .w-toast .liveDashboard .list-results thead .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,._account_api .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,._account_api .w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.w-toast ._account_api .liveDashboard ._account_api .list-results thead .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard ._account_api .list-results thead .btn-period-clear:before,._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard ._account_api .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard ._account_api .list-results thead .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,._account_api .block-filters .liveDashboard .list-results thead .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,._account_api .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,._account_api .block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.block-filters ._account_api .liveDashboard ._account_api .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,._account_api .toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,._account_api .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,._account_api .toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard ._account_api .list-results thead input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,._account_api .liveDashboard .list-results thead tbody span.status,._account_api .liveDashboard .list-results tbody thead span.status,._account_api .liveDashboard .list-results thead tbody span.status,._account_api .liveDashboard .list-results tbody thead span.status,._account_api .liveDashboard .list-results thead tbody span.status,._account_api .liveDashboard .list-results tbody thead span.status,._account_api .liveDashboard ._account_api .list-results thead tbody span.status,._account_api .liveDashboard ._account_api .list-results tbody thead span.status,._account_api .liveDashboard .list-results thead tbody span.status,._account_api .liveDashboard .list-results tbody thead span.status,._account_api .liveDashboard .list-results thead tbody td.is-running span,._account_api .liveDashboard .list-results tbody td.is-running thead span,._account_api .liveDashboard .list-results thead tbody td.is-running span,._account_api .liveDashboard .list-results tbody td.is-running thead span,._account_api .liveDashboard .list-results thead tbody td.is-running span,._account_api .liveDashboard .list-results tbody td.is-running thead span,._account_api .liveDashboard ._account_api .list-results thead tbody td.is-running span,._account_api .liveDashboard ._account_api .list-results tbody td.is-running thead span,._account_api .liveDashboard .list-results thead tbody td.is-running span,._account_api .liveDashboard .list-results tbody td.is-running thead span,._account_api .liveDashboard .list-results thead tbody td.is-pending span,._account_api .liveDashboard .list-results tbody td.is-pending thead span,._account_api .liveDashboard .list-results thead tbody td.is-pending span,._account_api .liveDashboard .list-results tbody td.is-pending thead span,._account_api .liveDashboard .list-results thead tbody td.is-pending span,._account_api .liveDashboard .list-results tbody td.is-pending thead span,._account_api .liveDashboard ._account_api .list-results thead tbody td.is-pending span,._account_api .liveDashboard ._account_api .list-results tbody td.is-pending thead span,._account_api .liveDashboard .list-results thead tbody td.is-pending span,._account_api .liveDashboard .list-results tbody td.is-pending thead span,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .filter,.liveDashboard ._account_api .list-results thead .form-label.status span,.liveDashboard ._account_api .list-results thead .status.status-log span,.liveDashboard ._account_api .list-results thead .status.status-report-item span,.liveDashboard ._account_api .list-results thead .double-list dd.status span,.double-list .liveDashboard ._account_api .list-results thead dd.status span,.liveDashboard ._account_api .list-results thead .double-list dt.status span,.double-list .liveDashboard ._account_api .list-results thead dt.status span,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title span,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label span,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span,._account_api .liveDashboard .list-results thead .form-label.status span,._account_api .liveDashboard .list-results thead .status.status-log span,._account_api .liveDashboard .list-results thead .status.status-report-item span,._account_api .liveDashboard .list-results thead .double-list dd.status span,.double-list ._account_api .liveDashboard .list-results thead dd.status span,._account_api .liveDashboard .list-results thead .double-list dt.status span,.double-list ._account_api .liveDashboard .list-results thead dt.status span,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title span,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label span,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span,.liveDashboard .form-label.status ._account_api .list-results thead span,.liveDashboard .status.status-log ._account_api .list-results thead span,.liveDashboard .status.status-report-item ._account_api .list-results thead span,.liveDashboard .double-list dd.status ._account_api .list-results thead span,.double-list .liveDashboard dd.status ._account_api .list-results thead span,.liveDashboard .double-list dt.status ._account_api .list-results thead span,.double-list .liveDashboard dt.status ._account_api .list-results thead span,.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span,.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead span,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead span,.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span,.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead span,.form-label.status ._account_api .liveDashboard .list-results thead span,.status.status-log ._account_api .liveDashboard .list-results thead span,.status.status-report-item ._account_api .liveDashboard .list-results thead span,.double-list dd.status ._account_api .liveDashboard .list-results thead span,.double-list dt.status ._account_api .liveDashboard .list-results thead span,.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead span,.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead span,.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead span,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span,.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span,.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead span,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span,.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span,.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead span,.liveDashboard ._account_api .list-results thead .sub-header .w-form label,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list label,._account_api .liveDashboard .list-results thead .sub-header .w-form label,._account_api .liveDashboard .list-results thead .sub-header .w-double-list label,.liveDashboard .sub-header .w-form ._account_api .list-results thead label,.liveDashboard .sub-header .w-double-list ._account_api .list-results thead label,.sub-header .w-form ._account_api .liveDashboard .list-results thead label,.sub-header .w-double-list ._account_api .liveDashboard .list-results thead label,.liveDashboard ._account_api .list-results thead .block-filters button:after,._account_api .liveDashboard .list-results thead .block-filters button:after,.liveDashboard .block-filters ._account_api .list-results thead button:after,.block-filters ._account_api .liveDashboard .list-results thead button:after,.liveDashboard ._account_api .list-results thead .block-filters select:after,._account_api .liveDashboard .list-results thead .block-filters select:after,.liveDashboard .block-filters ._account_api .list-results thead select:after,.block-filters ._account_api .liveDashboard .list-results thead select:after,.liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive,.liveDashboard .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active,.liveDashboard .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-active,.form-auto-list ._account_api .liveDashboard .list-results thead .form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .list-results-header .status.title span,._account_api .liveDashboard .list-results thead .list-results-header .status.title span,.liveDashboard .list-results-header .status.title ._account_api .list-results thead span,.list-results-header .status.title ._account_api .liveDashboard .list-results thead span,.liveDashboard ._account_api .list-results thead tr span,._account_api .liveDashboard .list-results thead tr span,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .dropdown-toggle:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .filter,._account_api .form-label.status .liveDashboard .list-results thead span,._account_api .status.status-log .liveDashboard .list-results thead span,._account_api .status.status-report-item .liveDashboard .list-results thead span,._account_api .double-list dd.status .liveDashboard .list-results thead span,.double-list ._account_api dd.status .liveDashboard .list-results thead span,._account_api .double-list dt.status .liveDashboard .list-results thead span,.double-list ._account_api dt.status .liveDashboard .list-results thead span,._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span,.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead span,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead span,._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span,.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead span,.form-label.status .liveDashboard ._account_api .list-results thead span,.status.status-log .liveDashboard ._account_api .list-results thead span,.status.status-report-item .liveDashboard ._account_api .list-results thead span,.double-list dd.status .liveDashboard ._account_api .list-results thead span,.double-list dt.status .liveDashboard ._account_api .list-results thead span,.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead span,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead span,.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead span,._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span,.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead span,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span,.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead span,._account_api .sub-header .w-form .liveDashboard .list-results thead label,._account_api .sub-header .w-double-list .liveDashboard .list-results thead label,.sub-header .w-form .liveDashboard ._account_api .list-results thead label,.sub-header .w-double-list .liveDashboard ._account_api .list-results thead label,._account_api .block-filters .liveDashboard .list-results thead button:after,.block-filters .liveDashboard ._account_api .list-results thead button:after,._account_api .block-filters .liveDashboard .list-results thead select:after,.block-filters .liveDashboard ._account_api .list-results thead select:after,._account_api .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard ._account_api .list-results thead .form-auto-item.is-user-is-inactive,._account_api .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-active,.form-auto-list .liveDashboard ._account_api .list-results thead .form-auto-item.is-user-is-active,._account_api .list-results-header .status.title .liveDashboard .list-results thead span,.list-results-header .status.title .liveDashboard ._account_api .list-results thead span,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .dropdown-toggle:after,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .filter,._account_api .list-results thead .form-label.status span,._account_api .list-results thead .status.status-log span,._account_api .list-results thead .status.status-report-item span,._account_api .list-results thead .double-list dd.status span,.double-list ._account_api .list-results thead dd.status span,._account_api .list-results thead .double-list dt.status span,.double-list ._account_api .list-results thead dt.status span,._account_api .list-results thead .w-cards-container .w-card .status.title span,.w-cards-container .w-card ._account_api .list-results thead .status.title span,._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value ._account_api .list-results thead .status.label span,._account_api .list-results thead tbody tr.sublist .status.title span,._account_api .list-results tbody tr.sublist thead .status.title span,.form-label.status ._account_api .list-results thead span,.status.status-log ._account_api .list-results thead span,.status.status-report-item ._account_api .list-results thead span,.double-list dd.status ._account_api .list-results thead span,.double-list dt.status ._account_api .list-results thead span,.w-cards-container .w-card .status.title ._account_api .list-results thead span,.w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span,.list-results tbody tr.sublist .status.title ._account_api .list-results thead span,._account_api .list-results thead .w-filters-selected label.status.small span,.w-filters-selected label.status.small ._account_api .list-results thead span,._account_api .list-results thead .w-filters-selected .status.btn-f-s span,.w-filters-selected .status.btn-f-s ._account_api .list-results thead span,._account_api .list-results thead .sub-header .w-form label,._account_api .list-results thead .sub-header .w-double-list label,.sub-header .w-form ._account_api .list-results thead label,.sub-header .w-double-list ._account_api .list-results thead label,._account_api .list-results thead .block-filters button:after,.block-filters ._account_api .list-results thead button:after,._account_api .list-results thead .block-filters select:after,.block-filters ._account_api .list-results thead select:after,._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-inactive,._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active,.form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-active,._account_api .list-results thead .list-results-header .status.title span,.list-results-header .status.title ._account_api .list-results thead span,._account_api .list-results thead tr span,.list-results .sidebar-default.sidebar-default-right .sidebar-default-body .filter-group .filter-checkbox,.sidebar-default.sidebar-default-right .sidebar-default-body .filter-group .list-results .filter-checkbox,.list-results .add-filters-dropdown .w-add-filters-list>div.filter-group .filter-checkbox,.add-filters-dropdown .w-add-filters-list>div.filter-group .list-results .filter-checkbox,.list-results .filter-preset .filter-field-name button,.filter-preset .filter-field-name .list-results button,.list-results .btn,.list-results .pagination a,.pagination .list-results a,.list-results .goal-option .expend-label,.goal-option .list-results .expend-label{padding:0}._account_api .button-default,.liveDashboard .list-results thead ._account_api .icon,.liveDashboard .list-results thead ._account_api .w-alert-banner:before,.liveDashboard .list-results thead ._account_api .w-alert-banner:before,.liveDashboard ._account_api .list-results thead ._account_api .w-alert-banner:before,._account_api .liveDashboard .list-results thead ._account_api .w-alert-banner:before,.liveDashboard ._account_api .list-results thead ._account_api .w-alert-banner:before,._account_api .liveDashboard .list-results thead ._account_api .w-alert-banner:before,.liveDashboard .list-results thead ._account_api .w-dialog.plus .dialog-aside:after,.w-dialog.plus .liveDashboard .list-results thead ._account_api .dialog-aside:after,.liveDashboard .list-results thead ._account_api .w-dialog.plus .dialog-aside:after,.liveDashboard .list-results thead .w-dialog.plus ._account_api .dialog-aside:after,.w-dialog.plus .liveDashboard .list-results thead ._account_api .dialog-aside:after,.liveDashboard ._account_api .list-results thead ._account_api .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard .list-results thead ._account_api .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus ._account_api .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus ._account_api .dialog-aside:after,.liveDashboard .w-dialog.plus ._account_api .list-results thead ._account_api .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead ._account_api .dialog-aside:after,.liveDashboard ._account_api .list-results thead ._account_api .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus ._account_api .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead ._account_api .dialog-aside:after,._account_api .liveDashboard .list-results thead ._account_api .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus ._account_api .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead ._account_api .dialog-aside:after,.liveDashboard .list-results thead ._account_api .w-toast .toast.plus:after,.w-toast .liveDashboard .list-results thead ._account_api .toast.plus:after,.liveDashboard .list-results thead ._account_api .w-toast .toast.plus:after,.liveDashboard .list-results thead .w-toast ._account_api .toast.plus:after,.w-toast .liveDashboard .list-results thead ._account_api .toast.plus:after,.liveDashboard ._account_api .list-results thead ._account_api .w-toast .toast.plus:after,._account_api .liveDashboard .list-results thead ._account_api .w-toast .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast ._account_api .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast ._account_api .toast.plus:after,.liveDashboard .w-toast ._account_api .list-results thead ._account_api .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead ._account_api .toast.plus:after,.liveDashboard ._account_api .list-results thead ._account_api .w-toast .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast ._account_api .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead ._account_api .toast.plus:after,._account_api .liveDashboard .list-results thead ._account_api .w-toast .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast ._account_api .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead ._account_api .toast.plus:after,.liveDashboard .list-results thead ._account_api .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead ._account_api .btn-period-clear:before,.liveDashboard .list-results thead ._account_api .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead ._account_api .btn-filter:before,.liveDashboard .list-results thead ._account_api .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection ._account_api .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead ._account_api .btn-period-clear:before,.liveDashboard .list-results thead ._account_api .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection ._account_api .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead ._account_api .btn-filter:before,.liveDashboard ._account_api .list-results thead ._account_api .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard .list-results thead ._account_api .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection ._account_api .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection ._account_api .btn-period-clear:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead ._account_api .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead ._account_api .btn-period-clear:before,.liveDashboard ._account_api .list-results thead ._account_api .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard .list-results thead ._account_api .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection ._account_api .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection ._account_api .btn-filter:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead ._account_api .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead ._account_api .btn-filter:before,.liveDashboard ._account_api .list-results thead ._account_api .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection ._account_api .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead ._account_api .btn-period-clear:before,.liveDashboard ._account_api .list-results thead ._account_api .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection ._account_api .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead ._account_api .btn-filter:before,._account_api .liveDashboard .list-results thead ._account_api .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection ._account_api .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead ._account_api .btn-period-clear:before,._account_api .liveDashboard .list-results thead ._account_api .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection ._account_api .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead ._account_api .btn-filter:before,.liveDashboard .list-results thead ._account_api .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead ._account_api .btn-period-edit:before,.liveDashboard .list-results thead ._account_api .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection ._account_api .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead ._account_api .btn-period-edit:before,.liveDashboard ._account_api .list-results thead ._account_api .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard .list-results thead ._account_api .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection ._account_api .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection ._account_api .btn-period-edit:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead ._account_api .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead ._account_api .btn-period-edit:before,.liveDashboard ._account_api .list-results thead ._account_api .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection ._account_api .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead ._account_api .btn-period-edit:before,._account_api .liveDashboard .list-results thead ._account_api .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection ._account_api .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead ._account_api .btn-period-edit:before,.liveDashboard .list-results thead ._account_api .block-filters .btn-filter:before,.block-filters .liveDashboard .list-results thead ._account_api .btn-filter:before,.liveDashboard .list-results thead ._account_api .block-filters .btn-filter:before,.liveDashboard .list-results thead .block-filters ._account_api .btn-filter:before,.block-filters .liveDashboard .list-results thead ._account_api .btn-filter:before,.liveDashboard ._account_api .list-results thead ._account_api .block-filters .btn-filter:before,._account_api .liveDashboard .list-results thead ._account_api .block-filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters ._account_api .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters ._account_api .btn-filter:before,.liveDashboard .block-filters ._account_api .list-results thead ._account_api .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead ._account_api .btn-filter:before,.liveDashboard ._account_api .list-results thead ._account_api .block-filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters ._account_api .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead ._account_api .btn-filter:before,._account_api .liveDashboard .list-results thead ._account_api .block-filters .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters ._account_api .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead ._account_api .btn-filter:before,.liveDashboard .list-results thead ._account_api .toggleWrapper input.mobileToggle+label,.toggleWrapper .liveDashboard .list-results thead ._account_api input.mobileToggle+label,.liveDashboard .list-results thead ._account_api .toggleWrapper input.mobileToggle+label,.liveDashboard .list-results thead .toggleWrapper ._account_api input.mobileToggle+label,.toggleWrapper .liveDashboard .list-results thead ._account_api input.mobileToggle+label,.liveDashboard ._account_api .list-results thead ._account_api .toggleWrapper input.mobileToggle+label,._account_api .liveDashboard .list-results thead ._account_api .toggleWrapper input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper ._account_api input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper ._account_api input.mobileToggle+label,.liveDashboard .toggleWrapper ._account_api .list-results thead ._account_api input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead ._account_api input.mobileToggle+label,.liveDashboard ._account_api .list-results thead ._account_api .toggleWrapper input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper ._account_api input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead ._account_api input.mobileToggle+label,._account_api .liveDashboard .list-results thead ._account_api .toggleWrapper input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper ._account_api input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead ._account_api input.mobileToggle+label,.liveDashboard .list-results thead ._account_api tbody span.status,.liveDashboard .list-results tbody thead ._account_api span.status,.liveDashboard .list-results thead ._account_api tbody span.status,.liveDashboard .list-results thead tbody ._account_api span.status,.liveDashboard .list-results tbody thead ._account_api span.status,.liveDashboard ._account_api .list-results thead ._account_api tbody span.status,._account_api .liveDashboard .list-results thead ._account_api tbody span.status,.liveDashboard ._account_api .list-results thead tbody ._account_api span.status,._account_api .liveDashboard .list-results thead tbody ._account_api span.status,.liveDashboard ._account_api .list-results tbody thead ._account_api span.status,._account_api .liveDashboard .list-results tbody thead ._account_api span.status,.liveDashboard ._account_api .list-results thead ._account_api tbody span.status,.liveDashboard ._account_api .list-results thead tbody ._account_api span.status,.liveDashboard ._account_api .list-results tbody thead ._account_api span.status,._account_api .liveDashboard .list-results thead ._account_api tbody span.status,._account_api .liveDashboard .list-results thead tbody ._account_api span.status,._account_api .liveDashboard .list-results tbody thead ._account_api span.status,.liveDashboard .list-results thead ._account_api tbody td.is-running span,.liveDashboard .list-results tbody td.is-running thead ._account_api span,.liveDashboard .list-results thead ._account_api tbody td.is-running span,.liveDashboard .list-results thead tbody td.is-running ._account_api span,.liveDashboard .list-results tbody td.is-running thead ._account_api span,.liveDashboard ._account_api .list-results thead ._account_api tbody td.is-running span,._account_api .liveDashboard .list-results thead ._account_api tbody td.is-running span,.liveDashboard ._account_api .list-results thead tbody td.is-running ._account_api span,._account_api .liveDashboard .list-results thead tbody td.is-running ._account_api span,.liveDashboard ._account_api .list-results tbody td.is-running thead ._account_api span,._account_api .liveDashboard .list-results tbody td.is-running thead ._account_api span,.liveDashboard ._account_api .list-results thead ._account_api tbody td.is-running span,.liveDashboard ._account_api .list-results thead tbody td.is-running ._account_api span,.liveDashboard ._account_api .list-results tbody td.is-running thead ._account_api span,._account_api .liveDashboard .list-results thead ._account_api tbody td.is-running span,._account_api .liveDashboard .list-results thead tbody td.is-running ._account_api span,._account_api .liveDashboard .list-results tbody td.is-running thead ._account_api span,.liveDashboard .list-results thead ._account_api tbody td.is-pending span,.liveDashboard .list-results tbody td.is-pending thead ._account_api span,.liveDashboard .list-results thead ._account_api tbody td.is-pending span,.liveDashboard .list-results thead tbody td.is-pending ._account_api span,.liveDashboard .list-results tbody td.is-pending thead ._account_api span,.liveDashboard ._account_api .list-results thead ._account_api tbody td.is-pending span,._account_api .liveDashboard .list-results thead ._account_api tbody td.is-pending span,.liveDashboard ._account_api .list-results thead tbody td.is-pending ._account_api span,._account_api .liveDashboard .list-results thead tbody td.is-pending ._account_api span,.liveDashboard ._account_api .list-results tbody td.is-pending thead ._account_api span,._account_api .liveDashboard .list-results tbody td.is-pending thead ._account_api span,.liveDashboard ._account_api .list-results thead ._account_api tbody td.is-pending span,.liveDashboard ._account_api .list-results thead tbody td.is-pending ._account_api span,.liveDashboard ._account_api .list-results tbody td.is-pending thead ._account_api span,._account_api .liveDashboard .list-results thead ._account_api tbody td.is-pending span,._account_api .liveDashboard .list-results thead tbody td.is-pending ._account_api span,._account_api .liveDashboard .list-results tbody td.is-pending thead ._account_api span,.liveDashboard .list-results thead ._account_api .icon,.liveDashboard .list-results thead ._account_api .w-alert-banner:before,.liveDashboard .list-results thead ._account_api .w-alert-banner:before,.liveDashboard ._account_api .list-results thead ._account_api .w-alert-banner:before,._account_api .liveDashboard .list-results thead ._account_api .w-alert-banner:before,.liveDashboard ._account_api .list-results thead ._account_api .w-alert-banner:before,._account_api .liveDashboard .list-results thead ._account_api .w-alert-banner:before,.liveDashboard .list-results thead ._account_api .w-dialog.plus .dialog-aside:after,.w-dialog.plus .liveDashboard .list-results thead ._account_api .dialog-aside:after,.liveDashboard .list-results thead ._account_api .w-dialog.plus .dialog-aside:after,.liveDashboard .list-results thead .w-dialog.plus ._account_api .dialog-aside:after,.w-dialog.plus .liveDashboard .list-results thead ._account_api .dialog-aside:after,.liveDashboard ._account_api .list-results thead ._account_api .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard .list-results thead ._account_api .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus ._account_api .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus ._account_api .dialog-aside:after,.liveDashboard .w-dialog.plus ._account_api .list-results thead ._account_api .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead ._account_api .dialog-aside:after,.liveDashboard ._account_api .list-results thead ._account_api .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus ._account_api .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead ._account_api .dialog-aside:after,._account_api .liveDashboard .list-results thead ._account_api .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus ._account_api .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead ._account_api .dialog-aside:after,.liveDashboard .list-results thead ._account_api .w-toast .toast.plus:after,.w-toast .liveDashboard .list-results thead ._account_api .toast.plus:after,.liveDashboard .list-results thead ._account_api .w-toast .toast.plus:after,.liveDashboard .list-results thead .w-toast ._account_api .toast.plus:after,.w-toast .liveDashboard .list-results thead ._account_api .toast.plus:after,.liveDashboard ._account_api .list-results thead ._account_api .w-toast .toast.plus:after,._account_api .liveDashboard .list-results thead ._account_api .w-toast .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast ._account_api .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast ._account_api .toast.plus:after,.liveDashboard .w-toast ._account_api .list-results thead ._account_api .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead ._account_api .toast.plus:after,.liveDashboard ._account_api .list-results thead ._account_api .w-toast .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast ._account_api .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead ._account_api .toast.plus:after,._account_api .liveDashboard .list-results thead ._account_api .w-toast .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast ._account_api .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead ._account_api .toast.plus:after,.liveDashboard .list-results thead ._account_api .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead ._account_api .btn-period-clear:before,.liveDashboard .list-results thead ._account_api .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead ._account_api .btn-filter:before,.liveDashboard .list-results thead ._account_api .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection ._account_api .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead ._account_api .btn-period-clear:before,.liveDashboard .list-results thead ._account_api .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection ._account_api .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead ._account_api .btn-filter:before,.liveDashboard ._account_api .list-results thead ._account_api .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard .list-results thead ._account_api .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection ._account_api .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection ._account_api .btn-period-clear:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead ._account_api .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead ._account_api .btn-period-clear:before,.liveDashboard ._account_api .list-results thead ._account_api .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard .list-results thead ._account_api .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection ._account_api .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection ._account_api .btn-filter:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead ._account_api .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead ._account_api .btn-filter:before,.liveDashboard ._account_api .list-results thead ._account_api .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection ._account_api .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead ._account_api .btn-period-clear:before,.liveDashboard ._account_api .list-results thead ._account_api .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection ._account_api .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead ._account_api .btn-filter:before,._account_api .liveDashboard .list-results thead ._account_api .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection ._account_api .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead ._account_api .btn-period-clear:before,._account_api .liveDashboard .list-results thead ._account_api .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection ._account_api .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead ._account_api .btn-filter:before,.liveDashboard .list-results thead ._account_api .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead ._account_api .btn-period-edit:before,.liveDashboard .list-results thead ._account_api .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection ._account_api .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead ._account_api .btn-period-edit:before,.liveDashboard ._account_api .list-results thead ._account_api .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard .list-results thead ._account_api .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection ._account_api .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection ._account_api .btn-period-edit:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead ._account_api .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead ._account_api .btn-period-edit:before,.liveDashboard ._account_api .list-results thead ._account_api .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection ._account_api .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead ._account_api .btn-period-edit:before,._account_api .liveDashboard .list-results thead ._account_api .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection ._account_api .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead ._account_api .btn-period-edit:before,.liveDashboard .list-results thead ._account_api .block-filters .btn-filter:before,.block-filters .liveDashboard .list-results thead ._account_api .btn-filter:before,.liveDashboard .list-results thead ._account_api .block-filters .btn-filter:before,.liveDashboard .list-results thead .block-filters ._account_api .btn-filter:before,.block-filters .liveDashboard .list-results thead ._account_api .btn-filter:before,.liveDashboard ._account_api .list-results thead ._account_api .block-filters .btn-filter:before,._account_api .liveDashboard .list-results thead ._account_api .block-filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters ._account_api .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters ._account_api .btn-filter:before,.liveDashboard .block-filters ._account_api .list-results thead ._account_api .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead ._account_api .btn-filter:before,.liveDashboard ._account_api .list-results thead ._account_api .block-filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters ._account_api .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead ._account_api .btn-filter:before,._account_api .liveDashboard .list-results thead ._account_api .block-filters .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters ._account_api .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead ._account_api .btn-filter:before,.liveDashboard .list-results thead ._account_api .toggleWrapper input.mobileToggle+label,.toggleWrapper .liveDashboard .list-results thead ._account_api input.mobileToggle+label,.liveDashboard .list-results thead ._account_api .toggleWrapper input.mobileToggle+label,.liveDashboard .list-results thead .toggleWrapper ._account_api input.mobileToggle+label,.toggleWrapper .liveDashboard .list-results thead ._account_api input.mobileToggle+label,.liveDashboard ._account_api .list-results thead ._account_api .toggleWrapper input.mobileToggle+label,._account_api .liveDashboard .list-results thead ._account_api .toggleWrapper input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper ._account_api input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper ._account_api input.mobileToggle+label,.liveDashboard .toggleWrapper ._account_api .list-results thead ._account_api input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead ._account_api input.mobileToggle+label,.liveDashboard ._account_api .list-results thead ._account_api .toggleWrapper input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper ._account_api input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead ._account_api input.mobileToggle+label,._account_api .liveDashboard .list-results thead ._account_api .toggleWrapper input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper ._account_api input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead ._account_api input.mobileToggle+label,.liveDashboard .list-results thead ._account_api tbody span.status,.liveDashboard .list-results tbody thead ._account_api span.status,.liveDashboard .list-results thead ._account_api tbody span.status,.liveDashboard .list-results thead tbody ._account_api span.status,.liveDashboard .list-results tbody thead ._account_api span.status,.liveDashboard ._account_api .list-results thead ._account_api tbody span.status,._account_api .liveDashboard .list-results thead ._account_api tbody span.status,.liveDashboard ._account_api .list-results thead tbody ._account_api span.status,._account_api .liveDashboard .list-results thead tbody ._account_api span.status,.liveDashboard ._account_api .list-results tbody thead ._account_api span.status,._account_api .liveDashboard .list-results tbody thead ._account_api span.status,.liveDashboard ._account_api .list-results thead ._account_api tbody span.status,.liveDashboard ._account_api .list-results thead tbody ._account_api span.status,.liveDashboard ._account_api .list-results tbody thead ._account_api span.status,._account_api .liveDashboard .list-results thead ._account_api tbody span.status,._account_api .liveDashboard .list-results thead tbody ._account_api span.status,._account_api .liveDashboard .list-results tbody thead ._account_api span.status,.liveDashboard .list-results thead ._account_api tbody td.is-running span,.liveDashboard .list-results tbody td.is-running thead ._account_api span,.liveDashboard .list-results thead ._account_api tbody td.is-running span,.liveDashboard .list-results thead tbody td.is-running ._account_api span,.liveDashboard .list-results tbody td.is-running thead ._account_api span,.liveDashboard ._account_api .list-results thead ._account_api tbody td.is-running span,._account_api .liveDashboard .list-results thead ._account_api tbody td.is-running span,.liveDashboard ._account_api .list-results thead tbody td.is-running ._account_api span,._account_api .liveDashboard .list-results thead tbody td.is-running ._account_api span,.liveDashboard ._account_api .list-results tbody td.is-running thead ._account_api span,._account_api .liveDashboard .list-results tbody td.is-running thead ._account_api span,.liveDashboard ._account_api .list-results thead ._account_api tbody td.is-running span,.liveDashboard ._account_api .list-results thead tbody td.is-running ._account_api span,.liveDashboard ._account_api .list-results tbody td.is-running thead ._account_api span,._account_api .liveDashboard .list-results thead ._account_api tbody td.is-running span,._account_api .liveDashboard .list-results thead tbody td.is-running ._account_api span,._account_api .liveDashboard .list-results tbody td.is-running thead ._account_api span,.liveDashboard .list-results thead ._account_api tbody td.is-pending span,.liveDashboard .list-results tbody td.is-pending thead ._account_api span,.liveDashboard .list-results thead ._account_api tbody td.is-pending span,.liveDashboard .list-results thead tbody td.is-pending ._account_api span,.liveDashboard .list-results tbody td.is-pending thead ._account_api span,.liveDashboard ._account_api .list-results thead ._account_api tbody td.is-pending span,._account_api .liveDashboard .list-results thead ._account_api tbody td.is-pending span,.liveDashboard ._account_api .list-results thead tbody td.is-pending ._account_api span,._account_api .liveDashboard .list-results thead tbody td.is-pending ._account_api span,.liveDashboard ._account_api .list-results tbody td.is-pending thead ._account_api span,._account_api .liveDashboard .list-results tbody td.is-pending thead ._account_api span,.liveDashboard ._account_api .list-results thead ._account_api tbody td.is-pending span,.liveDashboard ._account_api .list-results thead tbody td.is-pending ._account_api span,.liveDashboard ._account_api .list-results tbody td.is-pending thead ._account_api span,._account_api .liveDashboard .list-results thead ._account_api tbody td.is-pending span,._account_api .liveDashboard .list-results thead tbody td.is-pending ._account_api span,._account_api .liveDashboard .list-results tbody td.is-pending thead ._account_api span,.liveDashboard .list-results thead ._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead ._account_api .dropdown-toggle:after,.liveDashboard .list-results thead ._account_api .w-filter-preset.w-filter-preset .filter-preset .filter,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset ._account_api .filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead ._account_api .filter,.liveDashboard .list-results thead ._account_api .form-label.status span,.liveDashboard .list-results thead ._account_api .status.status-log span,.liveDashboard .list-results thead ._account_api .status.status-report-item span,.liveDashboard .list-results thead ._account_api .double-list dd.status span,.double-list .liveDashboard .list-results thead ._account_api dd.status span,.liveDashboard .list-results thead ._account_api .double-list dt.status span,.double-list .liveDashboard .list-results thead ._account_api dt.status span,.liveDashboard .list-results thead ._account_api .w-cards-container .w-card .status.title span,.w-cards-container .w-card .liveDashboard .list-results thead ._account_api .status.title span,.liveDashboard .list-results thead ._account_api .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value .liveDashboard .list-results thead ._account_api .status.label span,.liveDashboard .list-results thead ._account_api tbody tr.sublist .status.title span,.liveDashboard .list-results tbody tr.sublist thead ._account_api .status.title span,.liveDashboard .list-results thead .form-label.status ._account_api span,.liveDashboard .list-results thead .status.status-log ._account_api span,.liveDashboard .list-results thead .status.status-report-item ._account_api span,.liveDashboard .list-results thead .double-list dd.status ._account_api span,.double-list .liveDashboard .list-results thead dd.status ._account_api span,.liveDashboard .list-results thead .double-list dt.status ._account_api span,.double-list .liveDashboard .list-results thead dt.status ._account_api span,.liveDashboard .list-results thead .w-cards-container .w-card .status.title ._account_api span,.w-cards-container .w-card .liveDashboard .list-results thead .status.title ._account_api span,.liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label ._account_api span,.w-cards-container .w-card.centered .w-value .liveDashboard .list-results thead .status.label ._account_api span,.liveDashboard .list-results thead tbody tr.sublist .status.title ._account_api span,.liveDashboard .list-results tbody tr.sublist thead .status.title ._account_api span,.form-label.status .liveDashboard .list-results thead ._account_api span,.status.status-log .liveDashboard .list-results thead ._account_api span,.status.status-report-item .liveDashboard .list-results thead ._account_api span,.double-list dd.status .liveDashboard .list-results thead ._account_api span,.double-list dt.status .liveDashboard .list-results thead ._account_api span,.w-cards-container .w-card .status.title .liveDashboard .list-results thead ._account_api span,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead ._account_api span,.list-results tbody tr.sublist .status.title .liveDashboard .list-results thead ._account_api span,.liveDashboard .list-results thead ._account_api .w-filters-selected label.status.small span,.liveDashboard .list-results thead .w-filters-selected label.status.small ._account_api span,.w-filters-selected label.status.small .liveDashboard .list-results thead ._account_api span,.liveDashboard .list-results thead ._account_api .w-filters-selected .status.btn-f-s span,.liveDashboard .list-results thead .w-filters-selected .status.btn-f-s ._account_api span,.w-filters-selected .status.btn-f-s .liveDashboard .list-results thead ._account_api span,.liveDashboard .list-results thead ._account_api .sub-header .w-form label,.liveDashboard .list-results thead ._account_api .sub-header .w-double-list label,.liveDashboard .list-results thead .sub-header .w-form ._account_api label,.liveDashboard .list-results thead .sub-header .w-double-list ._account_api label,.sub-header .w-form .liveDashboard .list-results thead ._account_api label,.sub-header .w-double-list .liveDashboard .list-results thead ._account_api label,.liveDashboard .list-results thead ._account_api .block-filters button:after,.liveDashboard .list-results thead .block-filters ._account_api button:after,.block-filters .liveDashboard .list-results thead ._account_api button:after,.liveDashboard .list-results thead ._account_api .block-filters select:after,.liveDashboard .list-results thead .block-filters ._account_api select:after,.block-filters .liveDashboard .list-results thead ._account_api select:after,.liveDashboard .list-results thead ._account_api .form-auto-list .form-auto-item.is-user-is-inactive,.liveDashboard .list-results thead .form-auto-list ._account_api .form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard .list-results thead ._account_api .form-auto-item.is-user-is-inactive,.liveDashboard .list-results thead ._account_api .form-auto-list .form-auto-item.is-user-is-active,.liveDashboard .list-results thead .form-auto-list ._account_api .form-auto-item.is-user-is-active,.form-auto-list .liveDashboard .list-results thead ._account_api .form-auto-item.is-user-is-active,.liveDashboard .list-results thead ._account_api .list-results-header .status.title span,.liveDashboard .list-results thead .list-results-header .status.title ._account_api span,.list-results-header .status.title .liveDashboard .list-results thead ._account_api span,.liveDashboard .list-results thead ._account_api tr span,.liveDashboard .list-results thead tr ._account_api span,.liveDashboard ._account_api .list-results thead ._account_api .icon,.liveDashboard ._account_api .list-results thead ._account_api .w-alert-banner:before,.liveDashboard ._account_api .list-results thead ._account_api .w-alert-banner:before,.liveDashboard ._account_api .list-results thead ._account_api .w-alert-banner:before,.liveDashboard ._account_api .list-results thead ._account_api .w-alert-banner:before,.liveDashboard ._account_api .liveDashboard .list-results thead ._account_api .w-alert-banner:before,.liveDashboard ._account_api .list-results thead ._account_api .w-dialog.plus .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead ._account_api .dialog-aside:after,.liveDashboard ._account_api .list-results thead ._account_api .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus ._account_api .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead ._account_api .dialog-aside:after,.liveDashboard ._account_api .list-results thead ._account_api .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus ._account_api .dialog-aside:after,.liveDashboard .w-dialog.plus ._account_api .list-results thead ._account_api .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead ._account_api .dialog-aside:after,.liveDashboard ._account_api .list-results thead ._account_api .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus ._account_api .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead ._account_api .dialog-aside:after,.liveDashboard ._account_api .liveDashboard .list-results thead ._account_api .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .liveDashboard .list-results thead .w-dialog.plus ._account_api .dialog-aside:after,.liveDashboard .w-dialog.plus ._account_api .liveDashboard .list-results thead ._account_api .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .liveDashboard .list-results thead ._account_api .dialog-aside:after,.liveDashboard ._account_api .list-results thead ._account_api .w-toast .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead ._account_api .toast.plus:after,.liveDashboard ._account_api .list-results thead ._account_api .w-toast .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast ._account_api .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead ._account_api .toast.plus:after,.liveDashboard ._account_api .list-results thead ._account_api .w-toast .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast ._account_api .toast.plus:after,.liveDashboard .w-toast ._account_api .list-results thead ._account_api .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead ._account_api .toast.plus:after,.liveDashboard ._account_api .list-results thead ._account_api .w-toast .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast ._account_api .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead ._account_api .toast.plus:after,.liveDashboard ._account_api .liveDashboard .list-results thead ._account_api .w-toast .toast.plus:after,.liveDashboard ._account_api .liveDashboard .list-results thead .w-toast ._account_api .toast.plus:after,.liveDashboard .w-toast ._account_api .liveDashboard .list-results thead ._account_api .toast.plus:after,.w-toast .liveDashboard ._account_api .liveDashboard .list-results thead ._account_api .toast.plus:after,.liveDashboard ._account_api .list-results thead ._account_api .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead ._account_api .btn-period-clear:before,.liveDashboard ._account_api .list-results thead ._account_api .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead ._account_api .btn-filter:before,.liveDashboard ._account_api .list-results thead ._account_api .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection ._account_api .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead ._account_api .btn-period-clear:before,.liveDashboard ._account_api .list-results thead ._account_api .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection ._account_api .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead ._account_api .btn-filter:before,.liveDashboard ._account_api .list-results thead ._account_api .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection ._account_api .btn-period-clear:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead ._account_api .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead ._account_api .btn-period-clear:before,.liveDashboard ._account_api .list-results thead ._account_api .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection ._account_api .btn-filter:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead ._account_api .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead ._account_api .btn-filter:before,.liveDashboard ._account_api .list-results thead ._account_api .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection ._account_api .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead ._account_api .btn-period-clear:before,.liveDashboard ._account_api .list-results thead ._account_api .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection ._account_api .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead ._account_api .btn-filter:before,.liveDashboard ._account_api .liveDashboard .list-results thead ._account_api .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection ._account_api .btn-period-clear:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead ._account_api .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .liveDashboard .list-results thead ._account_api .btn-period-clear:before,.liveDashboard ._account_api .liveDashboard .list-results thead ._account_api .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection ._account_api .btn-filter:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead ._account_api .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .liveDashboard .list-results thead ._account_api .btn-filter:before,.liveDashboard ._account_api .list-results thead ._account_api .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead ._account_api .btn-period-edit:before,.liveDashboard ._account_api .list-results thead ._account_api .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection ._account_api .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead ._account_api .btn-period-edit:before,.liveDashboard ._account_api .list-results thead ._account_api .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection ._account_api .btn-period-edit:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead ._account_api .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead ._account_api .btn-period-edit:before,.liveDashboard ._account_api .list-results thead ._account_api .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection ._account_api .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead ._account_api .btn-period-edit:before,.liveDashboard ._account_api .liveDashboard .list-results thead ._account_api .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection ._account_api .btn-period-edit:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead ._account_api .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .liveDashboard .list-results thead ._account_api .btn-period-edit:before,.liveDashboard ._account_api .list-results thead ._account_api .block-filters .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead ._account_api .btn-filter:before,.liveDashboard ._account_api .list-results thead ._account_api .block-filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters ._account_api .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead ._account_api .btn-filter:before,.liveDashboard ._account_api .list-results thead ._account_api .block-filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters ._account_api .btn-filter:before,.liveDashboard .block-filters ._account_api .list-results thead ._account_api .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead ._account_api .btn-filter:before,.liveDashboard ._account_api .list-results thead ._account_api .block-filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters ._account_api .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead ._account_api .btn-filter:before,.liveDashboard ._account_api .liveDashboard .list-results thead ._account_api .block-filters .btn-filter:before,.liveDashboard ._account_api .liveDashboard .list-results thead .block-filters ._account_api .btn-filter:before,.liveDashboard .block-filters ._account_api .liveDashboard .list-results thead ._account_api .btn-filter:before,.block-filters .liveDashboard ._account_api .liveDashboard .list-results thead ._account_api .btn-filter:before,.liveDashboard ._account_api .list-results thead ._account_api .toggleWrapper input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead ._account_api input.mobileToggle+label,.liveDashboard ._account_api .list-results thead ._account_api .toggleWrapper input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper ._account_api input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead ._account_api input.mobileToggle+label,.liveDashboard ._account_api .list-results thead ._account_api .toggleWrapper input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper ._account_api input.mobileToggle+label,.liveDashboard .toggleWrapper ._account_api .list-results thead ._account_api input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead ._account_api input.mobileToggle+label,.liveDashboard ._account_api .list-results thead ._account_api .toggleWrapper input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper ._account_api input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead ._account_api input.mobileToggle+label,.liveDashboard ._account_api .liveDashboard .list-results thead ._account_api .toggleWrapper input.mobileToggle+label,.liveDashboard ._account_api .liveDashboard .list-results thead .toggleWrapper ._account_api input.mobileToggle+label,.liveDashboard .toggleWrapper ._account_api .liveDashboard .list-results thead ._account_api input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .liveDashboard .list-results thead ._account_api input.mobileToggle+label,.liveDashboard ._account_api .list-results thead ._account_api tbody span.status,.liveDashboard ._account_api .list-results tbody thead ._account_api span.status,.liveDashboard ._account_api .list-results thead ._account_api tbody span.status,.liveDashboard ._account_api .list-results thead tbody ._account_api span.status,.liveDashboard ._account_api .list-results tbody thead ._account_api span.status,.liveDashboard ._account_api .list-results thead ._account_api tbody span.status,.liveDashboard ._account_api .list-results thead tbody ._account_api span.status,.liveDashboard ._account_api .list-results tbody thead ._account_api span.status,.liveDashboard ._account_api .list-results thead ._account_api tbody span.status,.liveDashboard ._account_api .list-results thead tbody ._account_api span.status,.liveDashboard ._account_api .list-results tbody thead ._account_api span.status,.liveDashboard ._account_api .liveDashboard .list-results thead ._account_api tbody span.status,.liveDashboard ._account_api .liveDashboard .list-results thead tbody ._account_api span.status,.liveDashboard ._account_api .liveDashboard .list-results tbody thead ._account_api span.status,.liveDashboard ._account_api .list-results thead ._account_api tbody td.is-running span,.liveDashboard ._account_api .list-results tbody td.is-running thead ._account_api span,.liveDashboard ._account_api .list-results thead ._account_api tbody td.is-running span,.liveDashboard ._account_api .list-results thead tbody td.is-running ._account_api span,.liveDashboard ._account_api .list-results tbody td.is-running thead ._account_api span,.liveDashboard ._account_api .list-results thead ._account_api tbody td.is-running span,.liveDashboard ._account_api .list-results thead tbody td.is-running ._account_api span,.liveDashboard ._account_api .list-results tbody td.is-running thead ._account_api span,.liveDashboard ._account_api .list-results thead ._account_api tbody td.is-running span,.liveDashboard ._account_api .list-results thead tbody td.is-running ._account_api span,.liveDashboard ._account_api .list-results tbody td.is-running thead ._account_api span,.liveDashboard ._account_api .liveDashboard .list-results thead ._account_api tbody td.is-running span,.liveDashboard ._account_api .liveDashboard .list-results thead tbody td.is-running ._account_api span,.liveDashboard ._account_api .liveDashboard .list-results tbody td.is-running thead ._account_api span,.liveDashboard ._account_api .list-results thead ._account_api tbody td.is-pending span,.liveDashboard ._account_api .list-results tbody td.is-pending thead ._account_api span,.liveDashboard ._account_api .list-results thead ._account_api tbody td.is-pending span,.liveDashboard ._account_api .list-results thead tbody td.is-pending ._account_api span,.liveDashboard ._account_api .list-results tbody td.is-pending thead ._account_api span,.liveDashboard ._account_api .list-results thead ._account_api tbody td.is-pending span,.liveDashboard ._account_api .list-results thead tbody td.is-pending ._account_api span,.liveDashboard ._account_api .list-results tbody td.is-pending thead ._account_api span,.liveDashboard ._account_api .list-results thead ._account_api tbody td.is-pending span,.liveDashboard ._account_api .list-results thead tbody td.is-pending ._account_api span,.liveDashboard ._account_api .list-results tbody td.is-pending thead ._account_api span,.liveDashboard ._account_api .liveDashboard .list-results thead ._account_api tbody td.is-pending span,.liveDashboard ._account_api .liveDashboard .list-results thead tbody td.is-pending ._account_api span,.liveDashboard ._account_api .liveDashboard .list-results tbody td.is-pending thead ._account_api span,._account_api .liveDashboard .list-results thead ._account_api .icon,._account_api .liveDashboard .list-results thead ._account_api .w-alert-banner:before,._account_api .liveDashboard .list-results thead ._account_api .w-alert-banner:before,._account_api .liveDashboard .list-results thead ._account_api .w-alert-banner:before,._account_api .liveDashboard ._account_api .list-results thead ._account_api .w-alert-banner:before,._account_api .liveDashboard .list-results thead ._account_api .w-alert-banner:before,._account_api .liveDashboard .list-results thead ._account_api .w-dialog.plus .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead ._account_api .dialog-aside:after,._account_api .liveDashboard .list-results thead ._account_api .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus ._account_api .dialog-aside:after,._account_api .w-dialog.plus .liveDashboard .list-results thead ._account_api .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead ._account_api .dialog-aside:after,._account_api .liveDashboard .list-results thead ._account_api .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus ._account_api .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead ._account_api .dialog-aside:after,._account_api .liveDashboard ._account_api .list-results thead ._account_api .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard ._account_api .list-results thead .w-dialog.plus ._account_api .dialog-aside:after,._account_api .w-dialog.plus .liveDashboard ._account_api .list-results thead ._account_api .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard ._account_api .list-results thead ._account_api .dialog-aside:after,._account_api .liveDashboard .list-results thead ._account_api .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus ._account_api .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead ._account_api .dialog-aside:after,._account_api .liveDashboard .list-results thead ._account_api .w-toast .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead ._account_api .toast.plus:after,._account_api .liveDashboard .list-results thead ._account_api .w-toast .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast ._account_api .toast.plus:after,._account_api .w-toast .liveDashboard .list-results thead ._account_api .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead ._account_api .toast.plus:after,._account_api .liveDashboard .list-results thead ._account_api .w-toast .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast ._account_api .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead ._account_api .toast.plus:after,._account_api .liveDashboard ._account_api .list-results thead ._account_api .w-toast .toast.plus:after,._account_api .liveDashboard ._account_api .list-results thead .w-toast ._account_api .toast.plus:after,._account_api .w-toast .liveDashboard ._account_api .list-results thead ._account_api .toast.plus:after,.w-toast ._account_api .liveDashboard ._account_api .list-results thead ._account_api .toast.plus:after,._account_api .liveDashboard .list-results thead ._account_api .w-toast .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast ._account_api .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead ._account_api .toast.plus:after,._account_api .liveDashboard .list-results thead ._account_api .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead ._account_api .btn-period-clear:before,._account_api .liveDashboard .list-results thead ._account_api .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead ._account_api .btn-filter:before,._account_api .liveDashboard .list-results thead ._account_api .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection ._account_api .btn-period-clear:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead ._account_api .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead ._account_api .btn-period-clear:before,._account_api .liveDashboard .list-results thead ._account_api .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection ._account_api .btn-filter:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead ._account_api .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead ._account_api .btn-filter:before,._account_api .liveDashboard .list-results thead ._account_api .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection ._account_api .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead ._account_api .btn-period-clear:before,._account_api .liveDashboard .list-results thead ._account_api .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection ._account_api .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead ._account_api .btn-filter:before,._account_api .liveDashboard ._account_api .list-results thead ._account_api .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection ._account_api .btn-period-clear:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead ._account_api .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard ._account_api .list-results thead ._account_api .btn-period-clear:before,._account_api .liveDashboard ._account_api .list-results thead ._account_api .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection ._account_api .btn-filter:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead ._account_api .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard ._account_api .list-results thead ._account_api .btn-filter:before,._account_api .liveDashboard .list-results thead ._account_api .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection ._account_api .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead ._account_api .btn-period-clear:before,._account_api .liveDashboard .list-results thead ._account_api .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection ._account_api .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead ._account_api .btn-filter:before,._account_api .liveDashboard .list-results thead ._account_api .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead ._account_api .btn-period-edit:before,._account_api .liveDashboard .list-results thead ._account_api .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection ._account_api .btn-period-edit:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead ._account_api .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead ._account_api .btn-period-edit:before,._account_api .liveDashboard .list-results thead ._account_api .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection ._account_api .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead ._account_api .btn-period-edit:before,._account_api .liveDashboard ._account_api .list-results thead ._account_api .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection ._account_api .btn-period-edit:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead ._account_api .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard ._account_api .list-results thead ._account_api .btn-period-edit:before,._account_api .liveDashboard .list-results thead ._account_api .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection ._account_api .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead ._account_api .btn-period-edit:before,._account_api .liveDashboard .list-results thead ._account_api .block-filters .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead ._account_api .btn-filter:before,._account_api .liveDashboard .list-results thead ._account_api .block-filters .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters ._account_api .btn-filter:before,._account_api .block-filters .liveDashboard .list-results thead ._account_api .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead ._account_api .btn-filter:before,._account_api .liveDashboard .list-results thead ._account_api .block-filters .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters ._account_api .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead ._account_api .btn-filter:before,._account_api .liveDashboard ._account_api .list-results thead ._account_api .block-filters .btn-filter:before,._account_api .liveDashboard ._account_api .list-results thead .block-filters ._account_api .btn-filter:before,._account_api .block-filters .liveDashboard ._account_api .list-results thead ._account_api .btn-filter:before,.block-filters ._account_api .liveDashboard ._account_api .list-results thead ._account_api .btn-filter:before,._account_api .liveDashboard .list-results thead ._account_api .block-filters .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters ._account_api .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead ._account_api .btn-filter:before,._account_api .liveDashboard .list-results thead ._account_api .toggleWrapper input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead ._account_api input.mobileToggle+label,._account_api .liveDashboard .list-results thead ._account_api .toggleWrapper input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper ._account_api input.mobileToggle+label,._account_api .toggleWrapper .liveDashboard .list-results thead ._account_api input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead ._account_api input.mobileToggle+label,._account_api .liveDashboard .list-results thead ._account_api .toggleWrapper input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper ._account_api input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead ._account_api input.mobileToggle+label,._account_api .liveDashboard ._account_api .list-results thead ._account_api .toggleWrapper input.mobileToggle+label,._account_api .liveDashboard ._account_api .list-results thead .toggleWrapper ._account_api input.mobileToggle+label,._account_api .toggleWrapper .liveDashboard ._account_api .list-results thead ._account_api input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard ._account_api .list-results thead ._account_api input.mobileToggle+label,._account_api .liveDashboard .list-results thead ._account_api .toggleWrapper input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper ._account_api input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead ._account_api input.mobileToggle+label,._account_api .liveDashboard .list-results thead ._account_api tbody span.status,._account_api .liveDashboard .list-results tbody thead ._account_api span.status,._account_api .liveDashboard .list-results thead ._account_api tbody span.status,._account_api .liveDashboard .list-results thead tbody ._account_api span.status,._account_api .liveDashboard .list-results tbody thead ._account_api span.status,._account_api .liveDashboard .list-results thead ._account_api tbody span.status,._account_api .liveDashboard .list-results thead tbody ._account_api span.status,._account_api .liveDashboard .list-results tbody thead ._account_api span.status,._account_api .liveDashboard ._account_api .list-results thead ._account_api tbody span.status,._account_api .liveDashboard ._account_api .list-results thead tbody ._account_api span.status,._account_api .liveDashboard ._account_api .list-results tbody thead ._account_api span.status,._account_api .liveDashboard .list-results thead ._account_api tbody span.status,._account_api .liveDashboard .list-results thead tbody ._account_api span.status,._account_api .liveDashboard .list-results tbody thead ._account_api span.status,._account_api .liveDashboard .list-results thead ._account_api tbody td.is-running span,._account_api .liveDashboard .list-results tbody td.is-running thead ._account_api span,._account_api .liveDashboard .list-results thead ._account_api tbody td.is-running span,._account_api .liveDashboard .list-results thead tbody td.is-running ._account_api span,._account_api .liveDashboard .list-results tbody td.is-running thead ._account_api span,._account_api .liveDashboard .list-results thead ._account_api tbody td.is-running span,._account_api .liveDashboard .list-results thead tbody td.is-running ._account_api span,._account_api .liveDashboard .list-results tbody td.is-running thead ._account_api span,._account_api .liveDashboard ._account_api .list-results thead ._account_api tbody td.is-running span,._account_api .liveDashboard ._account_api .list-results thead tbody td.is-running ._account_api span,._account_api .liveDashboard ._account_api .list-results tbody td.is-running thead ._account_api span,._account_api .liveDashboard .list-results thead ._account_api tbody td.is-running span,._account_api .liveDashboard .list-results thead tbody td.is-running ._account_api span,._account_api .liveDashboard .list-results tbody td.is-running thead ._account_api span,._account_api .liveDashboard .list-results thead ._account_api tbody td.is-pending span,._account_api .liveDashboard .list-results tbody td.is-pending thead ._account_api span,._account_api .liveDashboard .list-results thead ._account_api tbody td.is-pending span,._account_api .liveDashboard .list-results thead tbody td.is-pending ._account_api span,._account_api .liveDashboard .list-results tbody td.is-pending thead ._account_api span,._account_api .liveDashboard .list-results thead ._account_api tbody td.is-pending span,._account_api .liveDashboard .list-results thead tbody td.is-pending ._account_api span,._account_api .liveDashboard .list-results tbody td.is-pending thead ._account_api span,._account_api .liveDashboard ._account_api .list-results thead ._account_api tbody td.is-pending span,._account_api .liveDashboard ._account_api .list-results thead tbody td.is-pending ._account_api span,._account_api .liveDashboard ._account_api .list-results tbody td.is-pending thead ._account_api span,._account_api .liveDashboard .list-results thead ._account_api tbody td.is-pending span,._account_api .liveDashboard .list-results thead tbody td.is-pending ._account_api span,._account_api .liveDashboard .list-results tbody td.is-pending thead ._account_api span,.liveDashboard ._account_api .list-results thead ._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,._account_api .liveDashboard .list-results thead ._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .dropdown-toggle:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead ._account_api .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead ._account_api .dropdown-toggle:after,.liveDashboard ._account_api .list-results thead ._account_api .w-filter-preset.w-filter-preset .filter-preset .filter,._account_api .liveDashboard .list-results thead ._account_api .w-filter-preset.w-filter-preset .filter-preset .filter,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset ._account_api .filter,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset ._account_api .filter,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead ._account_api .filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead ._account_api .filter,.liveDashboard ._account_api .list-results thead ._account_api .form-label.status span,.liveDashboard ._account_api .list-results thead ._account_api .status.status-log span,.liveDashboard ._account_api .list-results thead ._account_api .status.status-report-item span,.liveDashboard ._account_api .list-results thead ._account_api .double-list dd.status span,.double-list .liveDashboard ._account_api .list-results thead ._account_api dd.status span,.liveDashboard ._account_api .list-results thead ._account_api .double-list dt.status span,.double-list .liveDashboard ._account_api .list-results thead ._account_api dt.status span,.liveDashboard ._account_api .list-results thead ._account_api .w-cards-container .w-card .status.title span,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead ._account_api .status.title span,.liveDashboard ._account_api .list-results thead ._account_api .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead ._account_api .status.label span,.liveDashboard ._account_api .list-results thead ._account_api tbody tr.sublist .status.title span,.liveDashboard ._account_api .list-results tbody tr.sublist thead ._account_api .status.title span,._account_api .liveDashboard .list-results thead ._account_api .form-label.status span,._account_api .liveDashboard .list-results thead ._account_api .status.status-log span,._account_api .liveDashboard .list-results thead ._account_api .status.status-report-item span,._account_api .liveDashboard .list-results thead ._account_api .double-list dd.status span,.double-list ._account_api .liveDashboard .list-results thead ._account_api dd.status span,._account_api .liveDashboard .list-results thead ._account_api .double-list dt.status span,.double-list ._account_api .liveDashboard .list-results thead ._account_api dt.status span,._account_api .liveDashboard .list-results thead ._account_api .w-cards-container .w-card .status.title span,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead ._account_api .status.title span,._account_api .liveDashboard .list-results thead ._account_api .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead ._account_api .status.label span,._account_api .liveDashboard .list-results thead ._account_api tbody tr.sublist .status.title span,._account_api .liveDashboard .list-results tbody tr.sublist thead ._account_api .status.title span,.liveDashboard ._account_api .list-results thead .form-label.status ._account_api span,.liveDashboard ._account_api .list-results thead .status.status-log ._account_api span,.liveDashboard ._account_api .list-results thead .status.status-report-item ._account_api span,.liveDashboard ._account_api .list-results thead .double-list dd.status ._account_api span,.double-list .liveDashboard ._account_api .list-results thead dd.status ._account_api span,.liveDashboard ._account_api .list-results thead .double-list dt.status ._account_api span,.double-list .liveDashboard ._account_api .list-results thead dt.status ._account_api span,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title ._account_api span,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title ._account_api span,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label ._account_api span,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label ._account_api span,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title ._account_api span,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title ._account_api span,._account_api .liveDashboard .list-results thead .form-label.status ._account_api span,._account_api .liveDashboard .list-results thead .status.status-log ._account_api span,._account_api .liveDashboard .list-results thead .status.status-report-item ._account_api span,._account_api .liveDashboard .list-results thead .double-list dd.status ._account_api span,.double-list ._account_api .liveDashboard .list-results thead dd.status ._account_api span,._account_api .liveDashboard .list-results thead .double-list dt.status ._account_api span,.double-list ._account_api .liveDashboard .list-results thead dt.status ._account_api span,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title ._account_api span,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title ._account_api span,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label ._account_api span,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label ._account_api span,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title ._account_api span,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title ._account_api span,.liveDashboard .form-label.status ._account_api .list-results thead ._account_api span,.liveDashboard .status.status-log ._account_api .list-results thead ._account_api span,.liveDashboard .status.status-report-item ._account_api .list-results thead ._account_api span,.liveDashboard .double-list dd.status ._account_api .list-results thead ._account_api span,.double-list .liveDashboard dd.status ._account_api .list-results thead ._account_api span,.liveDashboard .double-list dt.status ._account_api .list-results thead ._account_api span,.double-list .liveDashboard dt.status ._account_api .list-results thead ._account_api span,.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead ._account_api span,.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead ._account_api span,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead ._account_api span,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead ._account_api span,.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead ._account_api span,.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead ._account_api span,.form-label.status ._account_api .liveDashboard .list-results thead ._account_api span,.status.status-log ._account_api .liveDashboard .list-results thead ._account_api span,.status.status-report-item ._account_api .liveDashboard .list-results thead ._account_api span,.double-list dd.status ._account_api .liveDashboard .list-results thead ._account_api span,.double-list dt.status ._account_api .liveDashboard .list-results thead ._account_api span,.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead ._account_api span,.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead ._account_api span,.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead ._account_api span,.liveDashboard ._account_api .list-results thead ._account_api .w-filters-selected label.status.small span,._account_api .liveDashboard .list-results thead ._account_api .w-filters-selected label.status.small span,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small ._account_api span,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small ._account_api span,.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead ._account_api span,.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead ._account_api span,.liveDashboard ._account_api .list-results thead ._account_api .w-filters-selected .status.btn-f-s span,._account_api .liveDashboard .list-results thead ._account_api .w-filters-selected .status.btn-f-s span,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s ._account_api span,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s ._account_api span,.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead ._account_api span,.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead ._account_api span,.liveDashboard ._account_api .list-results thead ._account_api .sub-header .w-form label,.liveDashboard ._account_api .list-results thead ._account_api .sub-header .w-double-list label,._account_api .liveDashboard .list-results thead ._account_api .sub-header .w-form label,._account_api .liveDashboard .list-results thead ._account_api .sub-header .w-double-list label,.liveDashboard ._account_api .list-results thead .sub-header .w-form ._account_api label,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list ._account_api label,._account_api .liveDashboard .list-results thead .sub-header .w-form ._account_api label,._account_api .liveDashboard .list-results thead .sub-header .w-double-list ._account_api label,.liveDashboard .sub-header .w-form ._account_api .list-results thead ._account_api label,.liveDashboard .sub-header .w-double-list ._account_api .list-results thead ._account_api label,.sub-header .w-form ._account_api .liveDashboard .list-results thead ._account_api label,.sub-header .w-double-list ._account_api .liveDashboard .list-results thead ._account_api label,.liveDashboard ._account_api .list-results thead ._account_api .block-filters button:after,._account_api .liveDashboard .list-results thead ._account_api .block-filters button:after,.liveDashboard ._account_api .list-results thead .block-filters ._account_api button:after,._account_api .liveDashboard .list-results thead .block-filters ._account_api button:after,.liveDashboard .block-filters ._account_api .list-results thead ._account_api button:after,.block-filters ._account_api .liveDashboard .list-results thead ._account_api button:after,.liveDashboard ._account_api .list-results thead ._account_api .block-filters select:after,._account_api .liveDashboard .list-results thead ._account_api .block-filters select:after,.liveDashboard ._account_api .list-results thead .block-filters ._account_api select:after,._account_api .liveDashboard .list-results thead .block-filters ._account_api select:after,.liveDashboard .block-filters ._account_api .list-results thead ._account_api select:after,.block-filters ._account_api .liveDashboard .list-results thead ._account_api select:after,.liveDashboard ._account_api .list-results thead ._account_api .form-auto-list .form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead ._account_api .form-auto-list .form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .form-auto-list ._account_api .form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .form-auto-list ._account_api .form-auto-item.is-user-is-inactive,.liveDashboard .form-auto-list ._account_api .list-results thead ._account_api .form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .liveDashboard .list-results thead ._account_api .form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead ._account_api .form-auto-list .form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead ._account_api .form-auto-list .form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .form-auto-list ._account_api .form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .form-auto-list ._account_api .form-auto-item.is-user-is-active,.liveDashboard .form-auto-list ._account_api .list-results thead ._account_api .form-auto-item.is-user-is-active,.form-auto-list ._account_api .liveDashboard .list-results thead ._account_api .form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead ._account_api .list-results-header .status.title span,._account_api .liveDashboard .list-results thead ._account_api .list-results-header .status.title span,.liveDashboard ._account_api .list-results thead .list-results-header .status.title ._account_api span,._account_api .liveDashboard .list-results thead .list-results-header .status.title ._account_api span,.liveDashboard .list-results-header .status.title ._account_api .list-results thead ._account_api span,.list-results-header .status.title ._account_api .liveDashboard .list-results thead ._account_api span,.liveDashboard ._account_api .list-results thead ._account_api tr span,._account_api .liveDashboard .list-results thead ._account_api tr span,.liveDashboard ._account_api .list-results thead tr ._account_api span,._account_api .liveDashboard .list-results thead tr ._account_api span,.liveDashboard ._account_api .list-results thead ._account_api .icon,.liveDashboard ._account_api .list-results thead ._account_api .w-alert-banner:before,.liveDashboard ._account_api .list-results thead ._account_api .w-alert-banner:before,.liveDashboard ._account_api .list-results thead ._account_api .w-alert-banner:before,.liveDashboard ._account_api .list-results thead ._account_api .w-alert-banner:before,.liveDashboard ._account_api .liveDashboard .list-results thead ._account_api .w-alert-banner:before,.liveDashboard ._account_api .list-results thead ._account_api .w-dialog.plus .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead ._account_api .dialog-aside:after,.liveDashboard ._account_api .list-results thead ._account_api .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus ._account_api .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead ._account_api .dialog-aside:after,.liveDashboard ._account_api .list-results thead ._account_api .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus ._account_api .dialog-aside:after,.liveDashboard .w-dialog.plus ._account_api .list-results thead ._account_api .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead ._account_api .dialog-aside:after,.liveDashboard ._account_api .list-results thead ._account_api .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus ._account_api .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead ._account_api .dialog-aside:after,.liveDashboard ._account_api .liveDashboard .list-results thead ._account_api .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .liveDashboard .list-results thead .w-dialog.plus ._account_api .dialog-aside:after,.liveDashboard .w-dialog.plus ._account_api .liveDashboard .list-results thead ._account_api .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .liveDashboard .list-results thead ._account_api .dialog-aside:after,.liveDashboard ._account_api .list-results thead ._account_api .w-toast .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead ._account_api .toast.plus:after,.liveDashboard ._account_api .list-results thead ._account_api .w-toast .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast ._account_api .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead ._account_api .toast.plus:after,.liveDashboard ._account_api .list-results thead ._account_api .w-toast .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast ._account_api .toast.plus:after,.liveDashboard .w-toast ._account_api .list-results thead ._account_api .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead ._account_api .toast.plus:after,.liveDashboard ._account_api .list-results thead ._account_api .w-toast .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast ._account_api .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead ._account_api .toast.plus:after,.liveDashboard ._account_api .liveDashboard .list-results thead ._account_api .w-toast .toast.plus:after,.liveDashboard ._account_api .liveDashboard .list-results thead .w-toast ._account_api .toast.plus:after,.liveDashboard .w-toast ._account_api .liveDashboard .list-results thead ._account_api .toast.plus:after,.w-toast .liveDashboard ._account_api .liveDashboard .list-results thead ._account_api .toast.plus:after,.liveDashboard ._account_api .list-results thead ._account_api .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead ._account_api .btn-period-clear:before,.liveDashboard ._account_api .list-results thead ._account_api .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead ._account_api .btn-filter:before,.liveDashboard ._account_api .list-results thead ._account_api .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection ._account_api .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead ._account_api .btn-period-clear:before,.liveDashboard ._account_api .list-results thead ._account_api .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection ._account_api .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead ._account_api .btn-filter:before,.liveDashboard ._account_api .list-results thead ._account_api .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection ._account_api .btn-period-clear:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead ._account_api .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead ._account_api .btn-period-clear:before,.liveDashboard ._account_api .list-results thead ._account_api .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection ._account_api .btn-filter:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead ._account_api .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead ._account_api .btn-filter:before,.liveDashboard ._account_api .list-results thead ._account_api .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection ._account_api .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead ._account_api .btn-period-clear:before,.liveDashboard ._account_api .list-results thead ._account_api .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection ._account_api .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead ._account_api .btn-filter:before,.liveDashboard ._account_api .liveDashboard .list-results thead ._account_api .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection ._account_api .btn-period-clear:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead ._account_api .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .liveDashboard .list-results thead ._account_api .btn-period-clear:before,.liveDashboard ._account_api .liveDashboard .list-results thead ._account_api .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection ._account_api .btn-filter:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead ._account_api .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .liveDashboard .list-results thead ._account_api .btn-filter:before,.liveDashboard ._account_api .list-results thead ._account_api .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead ._account_api .btn-period-edit:before,.liveDashboard ._account_api .list-results thead ._account_api .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection ._account_api .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead ._account_api .btn-period-edit:before,.liveDashboard ._account_api .list-results thead ._account_api .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection ._account_api .btn-period-edit:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead ._account_api .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead ._account_api .btn-period-edit:before,.liveDashboard ._account_api .list-results thead ._account_api .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection ._account_api .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead ._account_api .btn-period-edit:before,.liveDashboard ._account_api .liveDashboard .list-results thead ._account_api .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection ._account_api .btn-period-edit:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead ._account_api .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .liveDashboard .list-results thead ._account_api .btn-period-edit:before,.liveDashboard ._account_api .list-results thead ._account_api .block-filters .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead ._account_api .btn-filter:before,.liveDashboard ._account_api .list-results thead ._account_api .block-filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters ._account_api .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead ._account_api .btn-filter:before,.liveDashboard ._account_api .list-results thead ._account_api .block-filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters ._account_api .btn-filter:before,.liveDashboard .block-filters ._account_api .list-results thead ._account_api .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead ._account_api .btn-filter:before,.liveDashboard ._account_api .list-results thead ._account_api .block-filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters ._account_api .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead ._account_api .btn-filter:before,.liveDashboard ._account_api .liveDashboard .list-results thead ._account_api .block-filters .btn-filter:before,.liveDashboard ._account_api .liveDashboard .list-results thead .block-filters ._account_api .btn-filter:before,.liveDashboard .block-filters ._account_api .liveDashboard .list-results thead ._account_api .btn-filter:before,.block-filters .liveDashboard ._account_api .liveDashboard .list-results thead ._account_api .btn-filter:before,.liveDashboard ._account_api .list-results thead ._account_api .toggleWrapper input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead ._account_api input.mobileToggle+label,.liveDashboard ._account_api .list-results thead ._account_api .toggleWrapper input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper ._account_api input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead ._account_api input.mobileToggle+label,.liveDashboard ._account_api .list-results thead ._account_api .toggleWrapper input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper ._account_api input.mobileToggle+label,.liveDashboard .toggleWrapper ._account_api .list-results thead ._account_api input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead ._account_api input.mobileToggle+label,.liveDashboard ._account_api .list-results thead ._account_api .toggleWrapper input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper ._account_api input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead ._account_api input.mobileToggle+label,.liveDashboard ._account_api .liveDashboard .list-results thead ._account_api .toggleWrapper input.mobileToggle+label,.liveDashboard ._account_api .liveDashboard .list-results thead .toggleWrapper ._account_api input.mobileToggle+label,.liveDashboard .toggleWrapper ._account_api .liveDashboard .list-results thead ._account_api input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .liveDashboard .list-results thead ._account_api input.mobileToggle+label,.liveDashboard ._account_api .list-results thead ._account_api tbody span.status,.liveDashboard ._account_api .list-results tbody thead ._account_api span.status,.liveDashboard ._account_api .list-results thead ._account_api tbody span.status,.liveDashboard ._account_api .list-results thead tbody ._account_api span.status,.liveDashboard ._account_api .list-results tbody thead ._account_api span.status,.liveDashboard ._account_api .list-results thead ._account_api tbody span.status,.liveDashboard ._account_api .list-results thead tbody ._account_api span.status,.liveDashboard ._account_api .list-results tbody thead ._account_api span.status,.liveDashboard ._account_api .list-results thead ._account_api tbody span.status,.liveDashboard ._account_api .list-results thead tbody ._account_api span.status,.liveDashboard ._account_api .list-results tbody thead ._account_api span.status,.liveDashboard ._account_api .liveDashboard .list-results thead ._account_api tbody span.status,.liveDashboard ._account_api .liveDashboard .list-results thead tbody ._account_api span.status,.liveDashboard ._account_api .liveDashboard .list-results tbody thead ._account_api span.status,.liveDashboard ._account_api .list-results thead ._account_api tbody td.is-running span,.liveDashboard ._account_api .list-results tbody td.is-running thead ._account_api span,.liveDashboard ._account_api .list-results thead ._account_api tbody td.is-running span,.liveDashboard ._account_api .list-results thead tbody td.is-running ._account_api span,.liveDashboard ._account_api .list-results tbody td.is-running thead ._account_api span,.liveDashboard ._account_api .list-results thead ._account_api tbody td.is-running span,.liveDashboard ._account_api .list-results thead tbody td.is-running ._account_api span,.liveDashboard ._account_api .list-results tbody td.is-running thead ._account_api span,.liveDashboard ._account_api .list-results thead ._account_api tbody td.is-running span,.liveDashboard ._account_api .list-results thead tbody td.is-running ._account_api span,.liveDashboard ._account_api .list-results tbody td.is-running thead ._account_api span,.liveDashboard ._account_api .liveDashboard .list-results thead ._account_api tbody td.is-running span,.liveDashboard ._account_api .liveDashboard .list-results thead tbody td.is-running ._account_api span,.liveDashboard ._account_api .liveDashboard .list-results tbody td.is-running thead ._account_api span,.liveDashboard ._account_api .list-results thead ._account_api tbody td.is-pending span,.liveDashboard ._account_api .list-results tbody td.is-pending thead ._account_api span,.liveDashboard ._account_api .list-results thead ._account_api tbody td.is-pending span,.liveDashboard ._account_api .list-results thead tbody td.is-pending ._account_api span,.liveDashboard ._account_api .list-results tbody td.is-pending thead ._account_api span,.liveDashboard ._account_api .list-results thead ._account_api tbody td.is-pending span,.liveDashboard ._account_api .list-results thead tbody td.is-pending ._account_api span,.liveDashboard ._account_api .list-results tbody td.is-pending thead ._account_api span,.liveDashboard ._account_api .list-results thead ._account_api tbody td.is-pending span,.liveDashboard ._account_api .list-results thead tbody td.is-pending ._account_api span,.liveDashboard ._account_api .list-results tbody td.is-pending thead ._account_api span,.liveDashboard ._account_api .liveDashboard .list-results thead ._account_api tbody td.is-pending span,.liveDashboard ._account_api .liveDashboard .list-results thead tbody td.is-pending ._account_api span,.liveDashboard ._account_api .liveDashboard .list-results tbody td.is-pending thead ._account_api span,._account_api .liveDashboard .list-results thead ._account_api .icon,._account_api .liveDashboard .list-results thead ._account_api .w-alert-banner:before,._account_api .liveDashboard .list-results thead ._account_api .w-alert-banner:before,._account_api .liveDashboard .list-results thead ._account_api .w-alert-banner:before,._account_api .liveDashboard ._account_api .list-results thead ._account_api .w-alert-banner:before,._account_api .liveDashboard .list-results thead ._account_api .w-alert-banner:before,._account_api .liveDashboard .list-results thead ._account_api .w-dialog.plus .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead ._account_api .dialog-aside:after,._account_api .liveDashboard .list-results thead ._account_api .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus ._account_api .dialog-aside:after,._account_api .w-dialog.plus .liveDashboard .list-results thead ._account_api .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead ._account_api .dialog-aside:after,._account_api .liveDashboard .list-results thead ._account_api .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus ._account_api .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead ._account_api .dialog-aside:after,._account_api .liveDashboard ._account_api .list-results thead ._account_api .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard ._account_api .list-results thead .w-dialog.plus ._account_api .dialog-aside:after,._account_api .w-dialog.plus .liveDashboard ._account_api .list-results thead ._account_api .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard ._account_api .list-results thead ._account_api .dialog-aside:after,._account_api .liveDashboard .list-results thead ._account_api .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus ._account_api .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead ._account_api .dialog-aside:after,._account_api .liveDashboard .list-results thead ._account_api .w-toast .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead ._account_api .toast.plus:after,._account_api .liveDashboard .list-results thead ._account_api .w-toast .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast ._account_api .toast.plus:after,._account_api .w-toast .liveDashboard .list-results thead ._account_api .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead ._account_api .toast.plus:after,._account_api .liveDashboard .list-results thead ._account_api .w-toast .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast ._account_api .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead ._account_api .toast.plus:after,._account_api .liveDashboard ._account_api .list-results thead ._account_api .w-toast .toast.plus:after,._account_api .liveDashboard ._account_api .list-results thead .w-toast ._account_api .toast.plus:after,._account_api .w-toast .liveDashboard ._account_api .list-results thead ._account_api .toast.plus:after,.w-toast ._account_api .liveDashboard ._account_api .list-results thead ._account_api .toast.plus:after,._account_api .liveDashboard .list-results thead ._account_api .w-toast .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast ._account_api .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead ._account_api .toast.plus:after,._account_api .liveDashboard .list-results thead ._account_api .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead ._account_api .btn-period-clear:before,._account_api .liveDashboard .list-results thead ._account_api .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead ._account_api .btn-filter:before,._account_api .liveDashboard .list-results thead ._account_api .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection ._account_api .btn-period-clear:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead ._account_api .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead ._account_api .btn-period-clear:before,._account_api .liveDashboard .list-results thead ._account_api .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection ._account_api .btn-filter:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead ._account_api .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead ._account_api .btn-filter:before,._account_api .liveDashboard .list-results thead ._account_api .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection ._account_api .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead ._account_api .btn-period-clear:before,._account_api .liveDashboard .list-results thead ._account_api .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection ._account_api .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead ._account_api .btn-filter:before,._account_api .liveDashboard ._account_api .list-results thead ._account_api .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection ._account_api .btn-period-clear:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead ._account_api .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard ._account_api .list-results thead ._account_api .btn-period-clear:before,._account_api .liveDashboard ._account_api .list-results thead ._account_api .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection ._account_api .btn-filter:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead ._account_api .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard ._account_api .list-results thead ._account_api .btn-filter:before,._account_api .liveDashboard .list-results thead ._account_api .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection ._account_api .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead ._account_api .btn-period-clear:before,._account_api .liveDashboard .list-results thead ._account_api .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection ._account_api .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead ._account_api .btn-filter:before,._account_api .liveDashboard .list-results thead ._account_api .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead ._account_api .btn-period-edit:before,._account_api .liveDashboard .list-results thead ._account_api .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection ._account_api .btn-period-edit:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead ._account_api .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead ._account_api .btn-period-edit:before,._account_api .liveDashboard .list-results thead ._account_api .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection ._account_api .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead ._account_api .btn-period-edit:before,._account_api .liveDashboard ._account_api .list-results thead ._account_api .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection ._account_api .btn-period-edit:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead ._account_api .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard ._account_api .list-results thead ._account_api .btn-period-edit:before,._account_api .liveDashboard .list-results thead ._account_api .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection ._account_api .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead ._account_api .btn-period-edit:before,._account_api .liveDashboard .list-results thead ._account_api .block-filters .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead ._account_api .btn-filter:before,._account_api .liveDashboard .list-results thead ._account_api .block-filters .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters ._account_api .btn-filter:before,._account_api .block-filters .liveDashboard .list-results thead ._account_api .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead ._account_api .btn-filter:before,._account_api .liveDashboard .list-results thead ._account_api .block-filters .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters ._account_api .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead ._account_api .btn-filter:before,._account_api .liveDashboard ._account_api .list-results thead ._account_api .block-filters .btn-filter:before,._account_api .liveDashboard ._account_api .list-results thead .block-filters ._account_api .btn-filter:before,._account_api .block-filters .liveDashboard ._account_api .list-results thead ._account_api .btn-filter:before,.block-filters ._account_api .liveDashboard ._account_api .list-results thead ._account_api .btn-filter:before,._account_api .liveDashboard .list-results thead ._account_api .block-filters .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters ._account_api .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead ._account_api .btn-filter:before,._account_api .liveDashboard .list-results thead ._account_api .toggleWrapper input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead ._account_api input.mobileToggle+label,._account_api .liveDashboard .list-results thead ._account_api .toggleWrapper input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper ._account_api input.mobileToggle+label,._account_api .toggleWrapper .liveDashboard .list-results thead ._account_api input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead ._account_api input.mobileToggle+label,._account_api .liveDashboard .list-results thead ._account_api .toggleWrapper input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper ._account_api input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead ._account_api input.mobileToggle+label,._account_api .liveDashboard ._account_api .list-results thead ._account_api .toggleWrapper input.mobileToggle+label,._account_api .liveDashboard ._account_api .list-results thead .toggleWrapper ._account_api input.mobileToggle+label,._account_api .toggleWrapper .liveDashboard ._account_api .list-results thead ._account_api input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard ._account_api .list-results thead ._account_api input.mobileToggle+label,._account_api .liveDashboard .list-results thead ._account_api .toggleWrapper input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper ._account_api input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead ._account_api input.mobileToggle+label,._account_api .liveDashboard .list-results thead ._account_api tbody span.status,._account_api .liveDashboard .list-results tbody thead ._account_api span.status,._account_api .liveDashboard .list-results thead ._account_api tbody span.status,._account_api .liveDashboard .list-results thead tbody ._account_api span.status,._account_api .liveDashboard .list-results tbody thead ._account_api span.status,._account_api .liveDashboard .list-results thead ._account_api tbody span.status,._account_api .liveDashboard .list-results thead tbody ._account_api span.status,._account_api .liveDashboard .list-results tbody thead ._account_api span.status,._account_api .liveDashboard ._account_api .list-results thead ._account_api tbody span.status,._account_api .liveDashboard ._account_api .list-results thead tbody ._account_api span.status,._account_api .liveDashboard ._account_api .list-results tbody thead ._account_api span.status,._account_api .liveDashboard .list-results thead ._account_api tbody span.status,._account_api .liveDashboard .list-results thead tbody ._account_api span.status,._account_api .liveDashboard .list-results tbody thead ._account_api span.status,._account_api .liveDashboard .list-results thead ._account_api tbody td.is-running span,._account_api .liveDashboard .list-results tbody td.is-running thead ._account_api span,._account_api .liveDashboard .list-results thead ._account_api tbody td.is-running span,._account_api .liveDashboard .list-results thead tbody td.is-running ._account_api span,._account_api .liveDashboard .list-results tbody td.is-running thead ._account_api span,._account_api .liveDashboard .list-results thead ._account_api tbody td.is-running span,._account_api .liveDashboard .list-results thead tbody td.is-running ._account_api span,._account_api .liveDashboard .list-results tbody td.is-running thead ._account_api span,._account_api .liveDashboard ._account_api .list-results thead ._account_api tbody td.is-running span,._account_api .liveDashboard ._account_api .list-results thead tbody td.is-running ._account_api span,._account_api .liveDashboard ._account_api .list-results tbody td.is-running thead ._account_api span,._account_api .liveDashboard .list-results thead ._account_api tbody td.is-running span,._account_api .liveDashboard .list-results thead tbody td.is-running ._account_api span,._account_api .liveDashboard .list-results tbody td.is-running thead ._account_api span,._account_api .liveDashboard .list-results thead ._account_api tbody td.is-pending span,._account_api .liveDashboard .list-results tbody td.is-pending thead ._account_api span,._account_api .liveDashboard .list-results thead ._account_api tbody td.is-pending span,._account_api .liveDashboard .list-results thead tbody td.is-pending ._account_api span,._account_api .liveDashboard .list-results tbody td.is-pending thead ._account_api span,._account_api .liveDashboard .list-results thead ._account_api tbody td.is-pending span,._account_api .liveDashboard .list-results thead tbody td.is-pending ._account_api span,._account_api .liveDashboard .list-results tbody td.is-pending thead ._account_api span,._account_api .liveDashboard ._account_api .list-results thead ._account_api tbody td.is-pending span,._account_api .liveDashboard ._account_api .list-results thead tbody td.is-pending ._account_api span,._account_api .liveDashboard ._account_api .list-results tbody td.is-pending thead ._account_api span,._account_api .liveDashboard .list-results thead ._account_api tbody td.is-pending span,._account_api .liveDashboard .list-results thead tbody td.is-pending ._account_api span,._account_api .liveDashboard .list-results tbody td.is-pending thead ._account_api span,.liveDashboard ._account_api .list-results thead ._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .dropdown-toggle:after,._account_api .liveDashboard .list-results thead ._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .dropdown-toggle:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead ._account_api .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead ._account_api .dropdown-toggle:after,.liveDashboard ._account_api .list-results thead ._account_api .w-filter-preset.w-filter-preset .filter-preset .filter,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset ._account_api .filter,._account_api .liveDashboard .list-results thead ._account_api .w-filter-preset.w-filter-preset .filter-preset .filter,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset ._account_api .filter,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead ._account_api .filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead ._account_api .filter,.liveDashboard ._account_api .list-results thead ._account_api .form-label.status span,.liveDashboard ._account_api .list-results thead ._account_api .status.status-log span,.liveDashboard ._account_api .list-results thead ._account_api .status.status-report-item span,.liveDashboard ._account_api .list-results thead ._account_api .double-list dd.status span,.double-list .liveDashboard ._account_api .list-results thead ._account_api dd.status span,.liveDashboard ._account_api .list-results thead ._account_api .double-list dt.status span,.double-list .liveDashboard ._account_api .list-results thead ._account_api dt.status span,.liveDashboard ._account_api .list-results thead ._account_api .w-cards-container .w-card .status.title span,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead ._account_api .status.title span,.liveDashboard ._account_api .list-results thead ._account_api .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead ._account_api .status.label span,.liveDashboard ._account_api .list-results thead ._account_api tbody tr.sublist .status.title span,.liveDashboard ._account_api .list-results tbody tr.sublist thead ._account_api .status.title span,.liveDashboard ._account_api .list-results thead .form-label.status ._account_api span,.liveDashboard ._account_api .list-results thead .status.status-log ._account_api span,.liveDashboard ._account_api .list-results thead .status.status-report-item ._account_api span,.liveDashboard ._account_api .list-results thead .double-list dd.status ._account_api span,.double-list .liveDashboard ._account_api .list-results thead dd.status ._account_api span,.liveDashboard ._account_api .list-results thead .double-list dt.status ._account_api span,.double-list .liveDashboard ._account_api .list-results thead dt.status ._account_api span,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title ._account_api span,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title ._account_api span,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label ._account_api span,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label ._account_api span,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title ._account_api span,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title ._account_api span,._account_api .liveDashboard .list-results thead ._account_api .form-label.status span,._account_api .liveDashboard .list-results thead ._account_api .status.status-log span,._account_api .liveDashboard .list-results thead ._account_api .status.status-report-item span,._account_api .liveDashboard .list-results thead ._account_api .double-list dd.status span,.double-list ._account_api .liveDashboard .list-results thead ._account_api dd.status span,._account_api .liveDashboard .list-results thead ._account_api .double-list dt.status span,.double-list ._account_api .liveDashboard .list-results thead ._account_api dt.status span,._account_api .liveDashboard .list-results thead ._account_api .w-cards-container .w-card .status.title span,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead ._account_api .status.title span,._account_api .liveDashboard .list-results thead ._account_api .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead ._account_api .status.label span,._account_api .liveDashboard .list-results thead ._account_api tbody tr.sublist .status.title span,._account_api .liveDashboard .list-results tbody tr.sublist thead ._account_api .status.title span,._account_api .liveDashboard .list-results thead .form-label.status ._account_api span,._account_api .liveDashboard .list-results thead .status.status-log ._account_api span,._account_api .liveDashboard .list-results thead .status.status-report-item ._account_api span,._account_api .liveDashboard .list-results thead .double-list dd.status ._account_api span,.double-list ._account_api .liveDashboard .list-results thead dd.status ._account_api span,._account_api .liveDashboard .list-results thead .double-list dt.status ._account_api span,.double-list ._account_api .liveDashboard .list-results thead dt.status ._account_api span,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title ._account_api span,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title ._account_api span,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label ._account_api span,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label ._account_api span,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title ._account_api span,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title ._account_api span,.liveDashboard .form-label.status ._account_api .list-results thead ._account_api span,.liveDashboard .status.status-log ._account_api .list-results thead ._account_api span,.liveDashboard .status.status-report-item ._account_api .list-results thead ._account_api span,.liveDashboard .double-list dd.status ._account_api .list-results thead ._account_api span,.double-list .liveDashboard dd.status ._account_api .list-results thead ._account_api span,.liveDashboard .double-list dt.status ._account_api .list-results thead ._account_api span,.double-list .liveDashboard dt.status ._account_api .list-results thead ._account_api span,.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead ._account_api span,.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead ._account_api span,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead ._account_api span,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead ._account_api span,.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead ._account_api span,.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead ._account_api span,.form-label.status ._account_api .liveDashboard .list-results thead ._account_api span,.status.status-log ._account_api .liveDashboard .list-results thead ._account_api span,.status.status-report-item ._account_api .liveDashboard .list-results thead ._account_api span,.double-list dd.status ._account_api .liveDashboard .list-results thead ._account_api span,.double-list dt.status ._account_api .liveDashboard .list-results thead ._account_api span,.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead ._account_api span,.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead ._account_api span,.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead ._account_api span,.liveDashboard ._account_api .list-results thead ._account_api .w-filters-selected label.status.small span,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small ._account_api span,._account_api .liveDashboard .list-results thead ._account_api .w-filters-selected label.status.small span,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small ._account_api span,.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead ._account_api span,.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead ._account_api span,.liveDashboard ._account_api .list-results thead ._account_api .w-filters-selected .status.btn-f-s span,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s ._account_api span,._account_api .liveDashboard .list-results thead ._account_api .w-filters-selected .status.btn-f-s span,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s ._account_api span,.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead ._account_api span,.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead ._account_api span,.liveDashboard ._account_api .list-results thead ._account_api .sub-header .w-form label,.liveDashboard ._account_api .list-results thead ._account_api .sub-header .w-double-list label,.liveDashboard ._account_api .list-results thead .sub-header .w-form ._account_api label,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list ._account_api label,._account_api .liveDashboard .list-results thead ._account_api .sub-header .w-form label,._account_api .liveDashboard .list-results thead ._account_api .sub-header .w-double-list label,._account_api .liveDashboard .list-results thead .sub-header .w-form ._account_api label,._account_api .liveDashboard .list-results thead .sub-header .w-double-list ._account_api label,.liveDashboard .sub-header .w-form ._account_api .list-results thead ._account_api label,.liveDashboard .sub-header .w-double-list ._account_api .list-results thead ._account_api label,.sub-header .w-form ._account_api .liveDashboard .list-results thead ._account_api label,.sub-header .w-double-list ._account_api .liveDashboard .list-results thead ._account_api label,.liveDashboard ._account_api .list-results thead ._account_api .block-filters button:after,.liveDashboard ._account_api .list-results thead .block-filters ._account_api button:after,._account_api .liveDashboard .list-results thead ._account_api .block-filters button:after,._account_api .liveDashboard .list-results thead .block-filters ._account_api button:after,.liveDashboard .block-filters ._account_api .list-results thead ._account_api button:after,.block-filters ._account_api .liveDashboard .list-results thead ._account_api button:after,.liveDashboard ._account_api .list-results thead ._account_api .block-filters select:after,.liveDashboard ._account_api .list-results thead .block-filters ._account_api select:after,._account_api .liveDashboard .list-results thead ._account_api .block-filters select:after,._account_api .liveDashboard .list-results thead .block-filters ._account_api select:after,.liveDashboard .block-filters ._account_api .list-results thead ._account_api select:after,.block-filters ._account_api .liveDashboard .list-results thead ._account_api select:after,.liveDashboard ._account_api .list-results thead ._account_api .form-auto-list .form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .form-auto-list ._account_api .form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead ._account_api .form-auto-list .form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .form-auto-list ._account_api .form-auto-item.is-user-is-inactive,.liveDashboard .form-auto-list ._account_api .list-results thead ._account_api .form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .liveDashboard .list-results thead ._account_api .form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead ._account_api .form-auto-list .form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .form-auto-list ._account_api .form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead ._account_api .form-auto-list .form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .form-auto-list ._account_api .form-auto-item.is-user-is-active,.liveDashboard .form-auto-list ._account_api .list-results thead ._account_api .form-auto-item.is-user-is-active,.form-auto-list ._account_api .liveDashboard .list-results thead ._account_api .form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead ._account_api .list-results-header .status.title span,.liveDashboard ._account_api .list-results thead .list-results-header .status.title ._account_api span,._account_api .liveDashboard .list-results thead ._account_api .list-results-header .status.title span,._account_api .liveDashboard .list-results thead .list-results-header .status.title ._account_api span,.liveDashboard .list-results-header .status.title ._account_api .list-results thead ._account_api span,.list-results-header .status.title ._account_api .liveDashboard .list-results thead ._account_api span,.liveDashboard ._account_api .list-results thead ._account_api tr span,.liveDashboard ._account_api .list-results thead tr ._account_api span,._account_api .liveDashboard .list-results thead ._account_api tr span,._account_api .liveDashboard .list-results thead tr ._account_api span,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead ._account_api .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead ._account_api .dropdown-toggle:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead ._account_api .filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead ._account_api .filter,._account_api .form-label.status .liveDashboard .list-results thead ._account_api span,._account_api .status.status-log .liveDashboard .list-results thead ._account_api span,._account_api .status.status-report-item .liveDashboard .list-results thead ._account_api span,._account_api .double-list dd.status .liveDashboard .list-results thead ._account_api span,.double-list ._account_api dd.status .liveDashboard .list-results thead ._account_api span,._account_api .double-list dt.status .liveDashboard .list-results thead ._account_api span,.double-list ._account_api dt.status .liveDashboard .list-results thead ._account_api span,._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead ._account_api span,.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead ._account_api span,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead ._account_api span,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead ._account_api span,._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead ._account_api span,.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead ._account_api span,.form-label.status .liveDashboard ._account_api .list-results thead ._account_api span,.status.status-log .liveDashboard ._account_api .list-results thead ._account_api span,.status.status-report-item .liveDashboard ._account_api .list-results thead ._account_api span,.double-list dd.status .liveDashboard ._account_api .list-results thead ._account_api span,.double-list dt.status .liveDashboard ._account_api .list-results thead ._account_api span,.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead ._account_api span,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead ._account_api span,.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead ._account_api span,._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead ._account_api span,.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead ._account_api span,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead ._account_api span,.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead ._account_api span,._account_api .sub-header .w-form .liveDashboard .list-results thead ._account_api label,._account_api .sub-header .w-double-list .liveDashboard .list-results thead ._account_api label,.sub-header .w-form .liveDashboard ._account_api .list-results thead ._account_api label,.sub-header .w-double-list .liveDashboard ._account_api .list-results thead ._account_api label,._account_api .block-filters .liveDashboard .list-results thead ._account_api button:after,.block-filters .liveDashboard ._account_api .list-results thead ._account_api button:after,._account_api .block-filters .liveDashboard .list-results thead ._account_api select:after,.block-filters .liveDashboard ._account_api .list-results thead ._account_api select:after,._account_api .form-auto-list .liveDashboard .list-results thead ._account_api .form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard ._account_api .list-results thead ._account_api .form-auto-item.is-user-is-inactive,._account_api .form-auto-list .liveDashboard .list-results thead ._account_api .form-auto-item.is-user-is-active,.form-auto-list .liveDashboard ._account_api .list-results thead ._account_api .form-auto-item.is-user-is-active,._account_api .list-results-header .status.title .liveDashboard .list-results thead ._account_api span,.list-results-header .status.title .liveDashboard ._account_api .list-results thead ._account_api span,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .dropdown-toggle:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead ._account_api .dropdown-toggle:after,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset ._account_api .filter,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead ._account_api .filter,.liveDashboard .list-results thead .form-label.status ._account_api span,.liveDashboard .list-results thead .status.status-log ._account_api span,.liveDashboard .list-results thead .status.status-report-item ._account_api span,.liveDashboard .list-results thead .double-list dd.status ._account_api span,.double-list .liveDashboard .list-results thead dd.status ._account_api span,.liveDashboard .list-results thead .double-list dt.status ._account_api span,.double-list .liveDashboard .list-results thead dt.status ._account_api span,.liveDashboard .list-results thead .w-cards-container .w-card .status.title ._account_api span,.w-cards-container .w-card .liveDashboard .list-results thead .status.title ._account_api span,.liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label ._account_api span,.w-cards-container .w-card.centered .w-value .liveDashboard .list-results thead .status.label ._account_api span,.liveDashboard .list-results thead tbody tr.sublist .status.title ._account_api span,.liveDashboard .list-results tbody tr.sublist thead .status.title ._account_api span,._account_api .form-label.status .liveDashboard .list-results thead span,._account_api .status.status-log .liveDashboard .list-results thead span,._account_api .status.status-report-item .liveDashboard .list-results thead span,._account_api .double-list dd.status .liveDashboard .list-results thead span,.double-list ._account_api dd.status .liveDashboard .list-results thead span,._account_api .double-list dt.status .liveDashboard .list-results thead span,.double-list ._account_api dt.status .liveDashboard .list-results thead span,._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span,.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead span,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead span,._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span,.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead span,.form-label.status .liveDashboard .list-results thead ._account_api span,.status.status-log .liveDashboard .list-results thead ._account_api span,.status.status-report-item .liveDashboard .list-results thead ._account_api span,.double-list dd.status .liveDashboard .list-results thead ._account_api span,.double-list dt.status .liveDashboard .list-results thead ._account_api span,.w-cards-container .w-card .status.title .liveDashboard .list-results thead ._account_api span,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead ._account_api span,.list-results tbody tr.sublist .status.title .liveDashboard .list-results thead ._account_api span,.liveDashboard .list-results thead .w-filters-selected label.status.small ._account_api span,._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span,.w-filters-selected label.status.small .liveDashboard .list-results thead ._account_api span,.liveDashboard .list-results thead .w-filters-selected .status.btn-f-s ._account_api span,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span,.w-filters-selected .status.btn-f-s .liveDashboard .list-results thead ._account_api span,.liveDashboard .list-results thead .sub-header .w-form ._account_api label,.liveDashboard .list-results thead .sub-header .w-double-list ._account_api label,._account_api .sub-header .w-form .liveDashboard .list-results thead label,._account_api .sub-header .w-double-list .liveDashboard .list-results thead label,.sub-header .w-form .liveDashboard .list-results thead ._account_api label,.sub-header .w-double-list .liveDashboard .list-results thead ._account_api label,.liveDashboard .list-results thead .block-filters ._account_api button:after,._account_api .block-filters .liveDashboard .list-results thead button:after,.block-filters .liveDashboard .list-results thead ._account_api button:after,.liveDashboard .list-results thead .block-filters ._account_api select:after,._account_api .block-filters .liveDashboard .list-results thead select:after,.block-filters .liveDashboard .list-results thead ._account_api select:after,.liveDashboard .list-results thead .form-auto-list ._account_api .form-auto-item.is-user-is-inactive,._account_api .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard .list-results thead ._account_api .form-auto-item.is-user-is-inactive,.liveDashboard .list-results thead .form-auto-list ._account_api .form-auto-item.is-user-is-active,._account_api .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-active,.form-auto-list .liveDashboard .list-results thead ._account_api .form-auto-item.is-user-is-active,.liveDashboard .list-results thead .list-results-header .status.title ._account_api span,._account_api .list-results-header .status.title .liveDashboard .list-results thead span,.list-results-header .status.title .liveDashboard .list-results thead ._account_api span,._account_api .liveDashboard .list-results thead tr span,.liveDashboard .list-results thead tr ._account_api span,._account_api .list-results thead .icon,._account_api .list-results thead .w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-alert-banner:before,._account_api .list-results thead .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-alert-banner:before,._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus ._account_api .list-results thead .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,._account_api .w-dialog.plus .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus ._account_api .list-results thead .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,._account_api .list-results thead .w-toast .toast.plus:after,.w-toast ._account_api .list-results thead .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,._account_api .w-toast .liveDashboard .list-results thead .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,._account_api .list-results thead .w-toast .toast.plus:after,.w-toast ._account_api .list-results thead .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-clear:before,._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-clear:before,._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,._account_api .list-results thead .block-filters .btn-filter:before,.block-filters ._account_api .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,._account_api .block-filters .liveDashboard .list-results thead .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,._account_api .list-results thead .block-filters .btn-filter:before,.block-filters ._account_api .list-results thead .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper ._account_api .list-results thead input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,._account_api .toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper ._account_api .list-results thead input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,._account_api .list-results thead tbody span.status,._account_api .list-results tbody thead span.status,._account_api .liveDashboard .list-results thead tbody span.status,.liveDashboard ._account_api .list-results thead tbody span.status,._account_api .liveDashboard .list-results tbody thead span.status,.liveDashboard ._account_api .list-results tbody thead span.status,._account_api .list-results thead tbody span.status,._account_api .list-results tbody thead span.status,.liveDashboard ._account_api .list-results thead tbody span.status,.liveDashboard ._account_api .list-results tbody thead span.status,._account_api .liveDashboard .list-results thead tbody span.status,._account_api .liveDashboard .list-results tbody thead span.status,._account_api .list-results thead tbody td.is-running span,._account_api .list-results tbody td.is-running thead span,._account_api .liveDashboard .list-results thead tbody td.is-running span,.liveDashboard ._account_api .list-results thead tbody td.is-running span,._account_api .liveDashboard .list-results tbody td.is-running thead span,.liveDashboard ._account_api .list-results tbody td.is-running thead span,._account_api .list-results thead tbody td.is-running span,._account_api .list-results tbody td.is-running thead span,.liveDashboard ._account_api .list-results thead tbody td.is-running span,.liveDashboard ._account_api .list-results tbody td.is-running thead span,._account_api .liveDashboard .list-results thead tbody td.is-running span,._account_api .liveDashboard .list-results tbody td.is-running thead span,._account_api .list-results thead tbody td.is-pending span,._account_api .list-results tbody td.is-pending thead span,._account_api .liveDashboard .list-results thead tbody td.is-pending span,.liveDashboard ._account_api .list-results thead tbody td.is-pending span,._account_api .liveDashboard .list-results tbody td.is-pending thead span,.liveDashboard ._account_api .list-results tbody td.is-pending thead span,._account_api .list-results thead tbody td.is-pending span,._account_api .list-results tbody td.is-pending thead span,.liveDashboard ._account_api .list-results thead tbody td.is-pending span,.liveDashboard ._account_api .list-results tbody td.is-pending thead span,._account_api .liveDashboard .list-results thead tbody td.is-pending span,._account_api .liveDashboard .list-results tbody td.is-pending thead span,._account_api .liveDashboard .list-results thead .icon,._account_api .liveDashboard .list-results thead .w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-alert-banner:before,._account_api .liveDashboard ._account_api .list-results thead .w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,._account_api .w-dialog.plus .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,._account_api .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,._account_api .w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard ._account_api .list-results thead .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,._account_api .w-toast .liveDashboard .list-results thead .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,._account_api .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,._account_api .w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.w-toast ._account_api .liveDashboard ._account_api .list-results thead .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard ._account_api .list-results thead .btn-period-clear:before,._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard ._account_api .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard ._account_api .list-results thead .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,._account_api .block-filters .liveDashboard .list-results thead .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,._account_api .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,._account_api .block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.block-filters ._account_api .liveDashboard ._account_api .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,._account_api .toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,._account_api .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,._account_api .toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard ._account_api .list-results thead input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,._account_api .liveDashboard .list-results thead tbody span.status,._account_api .liveDashboard .list-results tbody thead span.status,._account_api .liveDashboard .list-results thead tbody span.status,._account_api .liveDashboard .list-results tbody thead span.status,._account_api .liveDashboard .list-results thead tbody span.status,._account_api .liveDashboard .list-results tbody thead span.status,._account_api .liveDashboard ._account_api .list-results thead tbody span.status,._account_api .liveDashboard ._account_api .list-results tbody thead span.status,._account_api .liveDashboard .list-results thead tbody span.status,._account_api .liveDashboard .list-results tbody thead span.status,._account_api .liveDashboard .list-results thead tbody td.is-running span,._account_api .liveDashboard .list-results tbody td.is-running thead span,._account_api .liveDashboard .list-results thead tbody td.is-running span,._account_api .liveDashboard .list-results tbody td.is-running thead span,._account_api .liveDashboard .list-results thead tbody td.is-running span,._account_api .liveDashboard .list-results tbody td.is-running thead span,._account_api .liveDashboard ._account_api .list-results thead tbody td.is-running span,._account_api .liveDashboard ._account_api .list-results tbody td.is-running thead span,._account_api .liveDashboard .list-results thead tbody td.is-running span,._account_api .liveDashboard .list-results tbody td.is-running thead span,._account_api .liveDashboard .list-results thead tbody td.is-pending span,._account_api .liveDashboard .list-results tbody td.is-pending thead span,._account_api .liveDashboard .list-results thead tbody td.is-pending span,._account_api .liveDashboard .list-results tbody td.is-pending thead span,._account_api .liveDashboard .list-results thead tbody td.is-pending span,._account_api .liveDashboard .list-results tbody td.is-pending thead span,._account_api .liveDashboard ._account_api .list-results thead tbody td.is-pending span,._account_api .liveDashboard ._account_api .list-results tbody td.is-pending thead span,._account_api .liveDashboard .list-results thead tbody td.is-pending span,._account_api .liveDashboard .list-results tbody td.is-pending thead span,.liveDashboard ._account_api .list-results thead .icon,.liveDashboard ._account_api .list-results thead .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-alert-banner:before,.liveDashboard ._account_api .liveDashboard .list-results thead .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.liveDashboard .w-dialog.plus ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.liveDashboard ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.liveDashboard .w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .liveDashboard .list-results thead .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.liveDashboard .w-toast ._account_api .list-results thead .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.liveDashboard ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.liveDashboard .w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,.w-toast .liveDashboard ._account_api .liveDashboard .list-results thead .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .liveDashboard .list-results thead .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.liveDashboard .block-filters ._account_api .list-results thead .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.liveDashboard ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.liveDashboard .block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,.block-filters .liveDashboard ._account_api .liveDashboard .list-results thead .btn-filter:before,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.liveDashboard .toggleWrapper ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.liveDashboard ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.liveDashboard .toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.liveDashboard ._account_api .list-results thead tbody span.status,.liveDashboard ._account_api .list-results tbody thead span.status,.liveDashboard ._account_api .list-results thead tbody span.status,.liveDashboard ._account_api .list-results tbody thead span.status,.liveDashboard ._account_api .list-results thead tbody span.status,.liveDashboard ._account_api .list-results tbody thead span.status,.liveDashboard ._account_api .list-results thead tbody span.status,.liveDashboard ._account_api .list-results tbody thead span.status,.liveDashboard ._account_api .liveDashboard .list-results thead tbody span.status,.liveDashboard ._account_api .liveDashboard .list-results tbody thead span.status,.liveDashboard ._account_api .list-results thead tbody td.is-running span,.liveDashboard ._account_api .list-results tbody td.is-running thead span,.liveDashboard ._account_api .list-results thead tbody td.is-running span,.liveDashboard ._account_api .list-results tbody td.is-running thead span,.liveDashboard ._account_api .list-results thead tbody td.is-running span,.liveDashboard ._account_api .list-results tbody td.is-running thead span,.liveDashboard ._account_api .list-results thead tbody td.is-running span,.liveDashboard ._account_api .list-results tbody td.is-running thead span,.liveDashboard ._account_api .liveDashboard .list-results thead tbody td.is-running span,.liveDashboard ._account_api .liveDashboard .list-results tbody td.is-running thead span,.liveDashboard ._account_api .list-results thead tbody td.is-pending span,.liveDashboard ._account_api .list-results tbody td.is-pending thead span,.liveDashboard ._account_api .list-results thead tbody td.is-pending span,.liveDashboard ._account_api .list-results tbody td.is-pending thead span,.liveDashboard ._account_api .list-results thead tbody td.is-pending span,.liveDashboard ._account_api .list-results tbody td.is-pending thead span,.liveDashboard ._account_api .list-results thead tbody td.is-pending span,.liveDashboard ._account_api .list-results tbody td.is-pending thead span,.liveDashboard ._account_api .liveDashboard .list-results thead tbody td.is-pending span,.liveDashboard ._account_api .liveDashboard .list-results tbody td.is-pending thead span,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .filter,._account_api .liveDashboard .list-results thead .form-label.status span,._account_api .liveDashboard .list-results thead .status.status-log span,._account_api .liveDashboard .list-results thead .status.status-report-item span,._account_api .liveDashboard .list-results thead .double-list dd.status span,.double-list ._account_api .liveDashboard .list-results thead dd.status span,._account_api .liveDashboard .list-results thead .double-list dt.status span,.double-list ._account_api .liveDashboard .list-results thead dt.status span,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title span,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label span,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span,.liveDashboard ._account_api .list-results thead .form-label.status span,.liveDashboard ._account_api .list-results thead .status.status-log span,.liveDashboard ._account_api .list-results thead .status.status-report-item span,.liveDashboard ._account_api .list-results thead .double-list dd.status span,.double-list .liveDashboard ._account_api .list-results thead dd.status span,.liveDashboard ._account_api .list-results thead .double-list dt.status span,.double-list .liveDashboard ._account_api .list-results thead dt.status span,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title span,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label span,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span,._account_api .form-label.status .liveDashboard .list-results thead span,._account_api .status.status-log .liveDashboard .list-results thead span,._account_api .status.status-report-item .liveDashboard .list-results thead span,._account_api .double-list dd.status .liveDashboard .list-results thead span,.double-list ._account_api dd.status .liveDashboard .list-results thead span,._account_api .double-list dt.status .liveDashboard .list-results thead span,.double-list ._account_api dt.status .liveDashboard .list-results thead span,._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span,.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead span,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead span,._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span,.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead span,.form-label.status .liveDashboard ._account_api .list-results thead span,.status.status-log .liveDashboard ._account_api .list-results thead span,.status.status-report-item .liveDashboard ._account_api .list-results thead span,.double-list dd.status .liveDashboard ._account_api .list-results thead span,.double-list dt.status .liveDashboard ._account_api .list-results thead span,.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead span,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead span,.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead span,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span,._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span,.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead span,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span,.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead span,._account_api .liveDashboard .list-results thead .sub-header .w-form label,._account_api .liveDashboard .list-results thead .sub-header .w-double-list label,.liveDashboard ._account_api .list-results thead .sub-header .w-form label,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list label,._account_api .sub-header .w-form .liveDashboard .list-results thead label,._account_api .sub-header .w-double-list .liveDashboard .list-results thead label,.sub-header .w-form .liveDashboard ._account_api .list-results thead label,.sub-header .w-double-list .liveDashboard ._account_api .list-results thead label,._account_api .liveDashboard .list-results thead .block-filters button:after,.liveDashboard ._account_api .list-results thead .block-filters button:after,._account_api .block-filters .liveDashboard .list-results thead button:after,.block-filters .liveDashboard ._account_api .list-results thead button:after,._account_api .liveDashboard .list-results thead .block-filters select:after,.liveDashboard ._account_api .list-results thead .block-filters select:after,._account_api .block-filters .liveDashboard .list-results thead select:after,.block-filters .liveDashboard ._account_api .list-results thead select:after,._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive,._account_api .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard ._account_api .list-results thead .form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active,._account_api .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-active,.form-auto-list .liveDashboard ._account_api .list-results thead .form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .list-results-header .status.title span,.liveDashboard ._account_api .list-results thead .list-results-header .status.title span,._account_api .list-results-header .status.title .liveDashboard .list-results thead span,.list-results-header .status.title .liveDashboard ._account_api .list-results thead span,._account_api .liveDashboard .list-results thead tr span,.liveDashboard ._account_api .list-results thead tr span,._account_api .list-results thead .icon,._account_api .list-results thead .w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-alert-banner:before,._account_api .list-results thead .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-alert-banner:before,._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus ._account_api .list-results thead .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,._account_api .w-dialog.plus .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus ._account_api .list-results thead .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,._account_api .list-results thead .w-toast .toast.plus:after,.w-toast ._account_api .list-results thead .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,._account_api .w-toast .liveDashboard .list-results thead .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,._account_api .list-results thead .w-toast .toast.plus:after,.w-toast ._account_api .list-results thead .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-clear:before,._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-clear:before,._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,._account_api .list-results thead .block-filters .btn-filter:before,.block-filters ._account_api .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,._account_api .block-filters .liveDashboard .list-results thead .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,._account_api .list-results thead .block-filters .btn-filter:before,.block-filters ._account_api .list-results thead .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper ._account_api .list-results thead input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,._account_api .toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper ._account_api .list-results thead input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,._account_api .list-results thead tbody span.status,._account_api .list-results tbody thead span.status,._account_api .liveDashboard .list-results thead tbody span.status,.liveDashboard ._account_api .list-results thead tbody span.status,._account_api .liveDashboard .list-results tbody thead span.status,.liveDashboard ._account_api .list-results tbody thead span.status,._account_api .list-results thead tbody span.status,._account_api .list-results tbody thead span.status,.liveDashboard ._account_api .list-results thead tbody span.status,.liveDashboard ._account_api .list-results tbody thead span.status,._account_api .liveDashboard .list-results thead tbody span.status,._account_api .liveDashboard .list-results tbody thead span.status,._account_api .list-results thead tbody td.is-running span,._account_api .list-results tbody td.is-running thead span,._account_api .liveDashboard .list-results thead tbody td.is-running span,.liveDashboard ._account_api .list-results thead tbody td.is-running span,._account_api .liveDashboard .list-results tbody td.is-running thead span,.liveDashboard ._account_api .list-results tbody td.is-running thead span,._account_api .list-results thead tbody td.is-running span,._account_api .list-results tbody td.is-running thead span,.liveDashboard ._account_api .list-results thead tbody td.is-running span,.liveDashboard ._account_api .list-results tbody td.is-running thead span,._account_api .liveDashboard .list-results thead tbody td.is-running span,._account_api .liveDashboard .list-results tbody td.is-running thead span,._account_api .list-results thead tbody td.is-pending span,._account_api .list-results tbody td.is-pending thead span,._account_api .liveDashboard .list-results thead tbody td.is-pending span,.liveDashboard ._account_api .list-results thead tbody td.is-pending span,._account_api .liveDashboard .list-results tbody td.is-pending thead span,.liveDashboard ._account_api .list-results tbody td.is-pending thead span,._account_api .list-results thead tbody td.is-pending span,._account_api .list-results tbody td.is-pending thead span,.liveDashboard ._account_api .list-results thead tbody td.is-pending span,.liveDashboard ._account_api .list-results tbody td.is-pending thead span,._account_api .liveDashboard .list-results thead tbody td.is-pending span,._account_api .liveDashboard .list-results tbody td.is-pending thead span,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .dropdown-toggle:after,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .filter,._account_api .list-results thead .form-label.status span,._account_api .list-results thead .status.status-log span,._account_api .list-results thead .status.status-report-item span,._account_api .list-results thead .double-list dd.status span,.double-list ._account_api .list-results thead dd.status span,._account_api .list-results thead .double-list dt.status span,.double-list ._account_api .list-results thead dt.status span,._account_api .list-results thead .w-cards-container .w-card .status.title span,.w-cards-container .w-card ._account_api .list-results thead .status.title span,._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value ._account_api .list-results thead .status.label span,._account_api .list-results thead tbody tr.sublist .status.title span,._account_api .list-results tbody tr.sublist thead .status.title span,.form-label.status ._account_api .list-results thead span,.status.status-log ._account_api .list-results thead span,.status.status-report-item ._account_api .list-results thead span,.double-list dd.status ._account_api .list-results thead span,.double-list dt.status ._account_api .list-results thead span,.w-cards-container .w-card .status.title ._account_api .list-results thead span,.w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span,.list-results tbody tr.sublist .status.title ._account_api .list-results thead span,._account_api .list-results thead .w-filters-selected label.status.small span,.w-filters-selected label.status.small ._account_api .list-results thead span,._account_api .list-results thead .w-filters-selected .status.btn-f-s span,.w-filters-selected .status.btn-f-s ._account_api .list-results thead span,._account_api .list-results thead .sub-header .w-form label,._account_api .list-results thead .sub-header .w-double-list label,.sub-header .w-form ._account_api .list-results thead label,.sub-header .w-double-list ._account_api .list-results thead label,._account_api .list-results thead .block-filters button:after,.block-filters ._account_api .list-results thead button:after,._account_api .list-results thead .block-filters select:after,.block-filters ._account_api .list-results thead select:after,._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-inactive,._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active,.form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-active,._account_api .list-results thead .list-results-header .status.title span,.list-results-header .status.title ._account_api .list-results thead span,._account_api .list-results thead tr span,.liveDashboard ._account_api .list-results thead .icon,.liveDashboard ._account_api .list-results thead .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-alert-banner:before,.liveDashboard ._account_api .liveDashboard .list-results thead .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.liveDashboard .w-dialog.plus ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.liveDashboard ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.liveDashboard .w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .liveDashboard .list-results thead .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.liveDashboard .w-toast ._account_api .list-results thead .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.liveDashboard ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.liveDashboard .w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,.w-toast .liveDashboard ._account_api .liveDashboard .list-results thead .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .liveDashboard .list-results thead .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.liveDashboard .block-filters ._account_api .list-results thead .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.liveDashboard ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.liveDashboard .block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,.block-filters .liveDashboard ._account_api .liveDashboard .list-results thead .btn-filter:before,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.liveDashboard .toggleWrapper ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.liveDashboard ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.liveDashboard .toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.liveDashboard ._account_api .list-results thead tbody span.status,.liveDashboard ._account_api .list-results tbody thead span.status,.liveDashboard ._account_api .list-results thead tbody span.status,.liveDashboard ._account_api .list-results tbody thead span.status,.liveDashboard ._account_api .list-results thead tbody span.status,.liveDashboard ._account_api .list-results tbody thead span.status,.liveDashboard ._account_api .list-results thead tbody span.status,.liveDashboard ._account_api .list-results tbody thead span.status,.liveDashboard ._account_api .liveDashboard .list-results thead tbody span.status,.liveDashboard ._account_api .liveDashboard .list-results tbody thead span.status,.liveDashboard ._account_api .list-results thead tbody td.is-running span,.liveDashboard ._account_api .list-results tbody td.is-running thead span,.liveDashboard ._account_api .list-results thead tbody td.is-running span,.liveDashboard ._account_api .list-results tbody td.is-running thead span,.liveDashboard ._account_api .list-results thead tbody td.is-running span,.liveDashboard ._account_api .list-results tbody td.is-running thead span,.liveDashboard ._account_api .list-results thead tbody td.is-running span,.liveDashboard ._account_api .list-results tbody td.is-running thead span,.liveDashboard ._account_api .liveDashboard .list-results thead tbody td.is-running span,.liveDashboard ._account_api .liveDashboard .list-results tbody td.is-running thead span,.liveDashboard ._account_api .list-results thead tbody td.is-pending span,.liveDashboard ._account_api .list-results tbody td.is-pending thead span,.liveDashboard ._account_api .list-results thead tbody td.is-pending span,.liveDashboard ._account_api .list-results tbody td.is-pending thead span,.liveDashboard ._account_api .list-results thead tbody td.is-pending span,.liveDashboard ._account_api .list-results tbody td.is-pending thead span,.liveDashboard ._account_api .list-results thead tbody td.is-pending span,.liveDashboard ._account_api .list-results tbody td.is-pending thead span,.liveDashboard ._account_api .liveDashboard .list-results thead tbody td.is-pending span,.liveDashboard ._account_api .liveDashboard .list-results tbody td.is-pending thead span,._account_api .liveDashboard .list-results thead .icon,._account_api .liveDashboard .list-results thead .w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-alert-banner:before,._account_api .liveDashboard ._account_api .list-results thead .w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,._account_api .w-dialog.plus .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,._account_api .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,._account_api .w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard ._account_api .list-results thead .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,._account_api .w-toast .liveDashboard .list-results thead .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,._account_api .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,._account_api .w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.w-toast ._account_api .liveDashboard ._account_api .list-results thead .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard ._account_api .list-results thead .btn-period-clear:before,._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard ._account_api .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard ._account_api .list-results thead .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,._account_api .block-filters .liveDashboard .list-results thead .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,._account_api .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,._account_api .block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.block-filters ._account_api .liveDashboard ._account_api .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,._account_api .toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,._account_api .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,._account_api .toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard ._account_api .list-results thead input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,._account_api .liveDashboard .list-results thead tbody span.status,._account_api .liveDashboard .list-results tbody thead span.status,._account_api .liveDashboard .list-results thead tbody span.status,._account_api .liveDashboard .list-results tbody thead span.status,._account_api .liveDashboard .list-results thead tbody span.status,._account_api .liveDashboard .list-results tbody thead span.status,._account_api .liveDashboard ._account_api .list-results thead tbody span.status,._account_api .liveDashboard ._account_api .list-results tbody thead span.status,._account_api .liveDashboard .list-results thead tbody span.status,._account_api .liveDashboard .list-results tbody thead span.status,._account_api .liveDashboard .list-results thead tbody td.is-running span,._account_api .liveDashboard .list-results tbody td.is-running thead span,._account_api .liveDashboard .list-results thead tbody td.is-running span,._account_api .liveDashboard .list-results tbody td.is-running thead span,._account_api .liveDashboard .list-results thead tbody td.is-running span,._account_api .liveDashboard .list-results tbody td.is-running thead span,._account_api .liveDashboard ._account_api .list-results thead tbody td.is-running span,._account_api .liveDashboard ._account_api .list-results tbody td.is-running thead span,._account_api .liveDashboard .list-results thead tbody td.is-running span,._account_api .liveDashboard .list-results tbody td.is-running thead span,._account_api .liveDashboard .list-results thead tbody td.is-pending span,._account_api .liveDashboard .list-results tbody td.is-pending thead span,._account_api .liveDashboard .list-results thead tbody td.is-pending span,._account_api .liveDashboard .list-results tbody td.is-pending thead span,._account_api .liveDashboard .list-results thead tbody td.is-pending span,._account_api .liveDashboard .list-results tbody td.is-pending thead span,._account_api .liveDashboard ._account_api .list-results thead tbody td.is-pending span,._account_api .liveDashboard ._account_api .list-results tbody td.is-pending thead span,._account_api .liveDashboard .list-results thead tbody td.is-pending span,._account_api .liveDashboard .list-results tbody td.is-pending thead span,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .filter,.liveDashboard ._account_api .list-results thead .form-label.status span,.liveDashboard ._account_api .list-results thead .status.status-log span,.liveDashboard ._account_api .list-results thead .status.status-report-item span,.liveDashboard ._account_api .list-results thead .double-list dd.status span,.double-list .liveDashboard ._account_api .list-results thead dd.status span,.liveDashboard ._account_api .list-results thead .double-list dt.status span,.double-list .liveDashboard ._account_api .list-results thead dt.status span,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title span,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label span,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span,._account_api .liveDashboard .list-results thead .form-label.status span,._account_api .liveDashboard .list-results thead .status.status-log span,._account_api .liveDashboard .list-results thead .status.status-report-item span,._account_api .liveDashboard .list-results thead .double-list dd.status span,.double-list ._account_api .liveDashboard .list-results thead dd.status span,._account_api .liveDashboard .list-results thead .double-list dt.status span,.double-list ._account_api .liveDashboard .list-results thead dt.status span,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title span,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label span,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span,.liveDashboard .form-label.status ._account_api .list-results thead span,.liveDashboard .status.status-log ._account_api .list-results thead span,.liveDashboard .status.status-report-item ._account_api .list-results thead span,.liveDashboard .double-list dd.status ._account_api .list-results thead span,.double-list .liveDashboard dd.status ._account_api .list-results thead span,.liveDashboard .double-list dt.status ._account_api .list-results thead span,.double-list .liveDashboard dt.status ._account_api .list-results thead span,.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span,.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead span,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead span,.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span,.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead span,.form-label.status ._account_api .liveDashboard .list-results thead span,.status.status-log ._account_api .liveDashboard .list-results thead span,.status.status-report-item ._account_api .liveDashboard .list-results thead span,.double-list dd.status ._account_api .liveDashboard .list-results thead span,.double-list dt.status ._account_api .liveDashboard .list-results thead span,.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead span,.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead span,.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead span,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span,.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span,.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead span,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span,.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span,.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead span,.liveDashboard ._account_api .list-results thead .sub-header .w-form label,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list label,._account_api .liveDashboard .list-results thead .sub-header .w-form label,._account_api .liveDashboard .list-results thead .sub-header .w-double-list label,.liveDashboard .sub-header .w-form ._account_api .list-results thead label,.liveDashboard .sub-header .w-double-list ._account_api .list-results thead label,.sub-header .w-form ._account_api .liveDashboard .list-results thead label,.sub-header .w-double-list ._account_api .liveDashboard .list-results thead label,.liveDashboard ._account_api .list-results thead .block-filters button:after,._account_api .liveDashboard .list-results thead .block-filters button:after,.liveDashboard .block-filters ._account_api .list-results thead button:after,.block-filters ._account_api .liveDashboard .list-results thead button:after,.liveDashboard ._account_api .list-results thead .block-filters select:after,._account_api .liveDashboard .list-results thead .block-filters select:after,.liveDashboard .block-filters ._account_api .list-results thead select:after,.block-filters ._account_api .liveDashboard .list-results thead select:after,.liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive,.liveDashboard .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active,.liveDashboard .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-active,.form-auto-list ._account_api .liveDashboard .list-results thead .form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .list-results-header .status.title span,._account_api .liveDashboard .list-results thead .list-results-header .status.title span,.liveDashboard .list-results-header .status.title ._account_api .list-results thead span,.list-results-header .status.title ._account_api .liveDashboard .list-results thead span,.liveDashboard ._account_api .list-results thead tr span,._account_api .liveDashboard .list-results thead tr span,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .dropdown-toggle:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .filter,._account_api .form-label.status .liveDashboard .list-results thead span,._account_api .status.status-log .liveDashboard .list-results thead span,._account_api .status.status-report-item .liveDashboard .list-results thead span,._account_api .double-list dd.status .liveDashboard .list-results thead span,.double-list ._account_api dd.status .liveDashboard .list-results thead span,._account_api .double-list dt.status .liveDashboard .list-results thead span,.double-list ._account_api dt.status .liveDashboard .list-results thead span,._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span,.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead span,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead span,._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span,.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead span,.form-label.status .liveDashboard ._account_api .list-results thead span,.status.status-log .liveDashboard ._account_api .list-results thead span,.status.status-report-item .liveDashboard ._account_api .list-results thead span,.double-list dd.status .liveDashboard ._account_api .list-results thead span,.double-list dt.status .liveDashboard ._account_api .list-results thead span,.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead span,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead span,.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead span,._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span,.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead span,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span,.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead span,._account_api .sub-header .w-form .liveDashboard .list-results thead label,._account_api .sub-header .w-double-list .liveDashboard .list-results thead label,.sub-header .w-form .liveDashboard ._account_api .list-results thead label,.sub-header .w-double-list .liveDashboard ._account_api .list-results thead label,._account_api .block-filters .liveDashboard .list-results thead button:after,.block-filters .liveDashboard ._account_api .list-results thead button:after,._account_api .block-filters .liveDashboard .list-results thead select:after,.block-filters .liveDashboard ._account_api .list-results thead select:after,._account_api .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard ._account_api .list-results thead .form-auto-item.is-user-is-inactive,._account_api .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-active,.form-auto-list .liveDashboard ._account_api .list-results thead .form-auto-item.is-user-is-active,._account_api .list-results-header .status.title .liveDashboard .list-results thead span,.list-results-header .status.title .liveDashboard ._account_api .list-results thead span,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .dropdown-toggle:after,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .filter,._account_api .list-results thead .form-label.status span,._account_api .list-results thead .status.status-log span,._account_api .list-results thead .status.status-report-item span,._account_api .list-results thead .double-list dd.status span,.double-list ._account_api .list-results thead dd.status span,._account_api .list-results thead .double-list dt.status span,.double-list ._account_api .list-results thead dt.status span,._account_api .list-results thead .w-cards-container .w-card .status.title span,.w-cards-container .w-card ._account_api .list-results thead .status.title span,._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value ._account_api .list-results thead .status.label span,._account_api .list-results thead tbody tr.sublist .status.title span,._account_api .list-results tbody tr.sublist thead .status.title span,.form-label.status ._account_api .list-results thead span,.status.status-log ._account_api .list-results thead span,.status.status-report-item ._account_api .list-results thead span,.double-list dd.status ._account_api .list-results thead span,.double-list dt.status ._account_api .list-results thead span,.w-cards-container .w-card .status.title ._account_api .list-results thead span,.w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span,.list-results tbody tr.sublist .status.title ._account_api .list-results thead span,._account_api .list-results thead .w-filters-selected label.status.small span,.w-filters-selected label.status.small ._account_api .list-results thead span,._account_api .list-results thead .w-filters-selected .status.btn-f-s span,.w-filters-selected .status.btn-f-s ._account_api .list-results thead span,._account_api .list-results thead .sub-header .w-form label,._account_api .list-results thead .sub-header .w-double-list label,.sub-header .w-form ._account_api .list-results thead label,.sub-header .w-double-list ._account_api .list-results thead label,._account_api .list-results thead .block-filters button:after,.block-filters ._account_api .list-results thead button:after,._account_api .list-results thead .block-filters select:after,.block-filters ._account_api .list-results thead select:after,._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-inactive,._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active,.form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-active,._account_api .list-results thead .list-results-header .status.title span,.list-results-header .status.title ._account_api .list-results thead span,._account_api .list-results thead tr span,._account_api .sidebar-default.sidebar-default-right .sidebar-default-body .filter-group .filter-checkbox,.sidebar-default.sidebar-default-right .sidebar-default-body .filter-group ._account_api .filter-checkbox,._account_api .add-filters-dropdown .w-add-filters-list>div.filter-group .filter-checkbox,.add-filters-dropdown .w-add-filters-list>div.filter-group ._account_api .filter-checkbox,._account_api .filter-preset .filter-field-name button,.filter-preset .filter-field-name ._account_api button,._account_api .btn,._account_api .pagination a,.pagination ._account_api a,._account_api .goal-option .expend-label,.goal-option ._account_api .expend-label{padding:.75rem 1rem .75rem 1rem}.accountDashboard .button-default,.accountDashboard .liveDashboard .list-results thead .icon,.accountDashboard .liveDashboard .list-results thead .w-alert-banner:before,.accountDashboard .liveDashboard .list-results thead .w-alert-banner:before,.accountDashboard .liveDashboard ._account_api .list-results thead .w-alert-banner:before,._account_api .accountDashboard .liveDashboard .list-results thead .w-alert-banner:before,.accountDashboard .liveDashboard ._account_api .list-results thead .w-alert-banner:before,.accountDashboard ._account_api .liveDashboard .list-results thead .w-alert-banner:before,._account_api .accountDashboard .liveDashboard .list-results thead .w-alert-banner:before,.accountDashboard .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .accountDashboard .liveDashboard .list-results thead .dialog-aside:after,.accountDashboard .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.accountDashboard .w-dialog.plus .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus .accountDashboard .liveDashboard .list-results thead .dialog-aside:after,.accountDashboard .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,._account_api .accountDashboard .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.accountDashboard .liveDashboard .w-dialog.plus ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus ._account_api .accountDashboard .liveDashboard .list-results thead .dialog-aside:after,.accountDashboard .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.accountDashboard .w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus .accountDashboard .liveDashboard ._account_api .list-results thead .dialog-aside:after,.accountDashboard ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,._account_api .accountDashboard .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.accountDashboard .w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus ._account_api .accountDashboard .liveDashboard .list-results thead .dialog-aside:after,.accountDashboard .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-toast .accountDashboard .liveDashboard .list-results thead .toast.plus:after,.accountDashboard .liveDashboard .list-results thead .w-toast .toast.plus:after,.accountDashboard .w-toast .liveDashboard .list-results thead .toast.plus:after,.w-toast .accountDashboard .liveDashboard .list-results thead .toast.plus:after,.accountDashboard .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,._account_api .accountDashboard .liveDashboard .list-results thead .w-toast .toast.plus:after,.accountDashboard .liveDashboard .w-toast ._account_api .list-results thead .toast.plus:after,.w-toast ._account_api .accountDashboard .liveDashboard .list-results thead .toast.plus:after,.accountDashboard .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.accountDashboard .w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.w-toast .accountDashboard .liveDashboard ._account_api .list-results thead .toast.plus:after,.accountDashboard ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,._account_api .accountDashboard .liveDashboard .list-results thead .w-toast .toast.plus:after,.accountDashboard .w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,.w-toast ._account_api .accountDashboard .liveDashboard .list-results thead .toast.plus:after,.accountDashboard .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .accountDashboard .liveDashboard .list-results thead .btn-period-clear:before,.accountDashboard .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .accountDashboard .liveDashboard .list-results thead .btn-filter:before,.accountDashboard .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.accountDashboard .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .accountDashboard .liveDashboard .list-results thead .btn-period-clear:before,.accountDashboard .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.accountDashboard .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .accountDashboard .liveDashboard .list-results thead .btn-filter:before,.accountDashboard .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .accountDashboard .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.accountDashboard .liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .accountDashboard .liveDashboard .list-results thead .btn-period-clear:before,.accountDashboard .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .accountDashboard .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.accountDashboard .liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .accountDashboard .liveDashboard .list-results thead .btn-filter:before,.accountDashboard .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.accountDashboard .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .accountDashboard .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.accountDashboard .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.accountDashboard .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .accountDashboard .liveDashboard ._account_api .list-results thead .btn-filter:before,.accountDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .accountDashboard .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.accountDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .accountDashboard .liveDashboard .list-results thead .btn-period-clear:before,.accountDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .accountDashboard .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.accountDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .accountDashboard .liveDashboard .list-results thead .btn-filter:before,.accountDashboard .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .accountDashboard .liveDashboard .list-results thead .btn-period-edit:before,.accountDashboard .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.accountDashboard .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .accountDashboard .liveDashboard .list-results thead .btn-period-edit:before,.accountDashboard .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .accountDashboard .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.accountDashboard .liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .accountDashboard .liveDashboard .list-results thead .btn-period-edit:before,.accountDashboard .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.accountDashboard .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .accountDashboard .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.accountDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .accountDashboard .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.accountDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .accountDashboard .liveDashboard .list-results thead .btn-period-edit:before,.accountDashboard .liveDashboard .list-results thead .block-filters .btn-filter:before,.block-filters .accountDashboard .liveDashboard .list-results thead .btn-filter:before,.accountDashboard .liveDashboard .list-results thead .block-filters .btn-filter:before,.accountDashboard .block-filters .liveDashboard .list-results thead .btn-filter:before,.block-filters .accountDashboard .liveDashboard .list-results thead .btn-filter:before,.accountDashboard .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,._account_api .accountDashboard .liveDashboard .list-results thead .block-filters .btn-filter:before,.accountDashboard .liveDashboard .block-filters ._account_api .list-results thead .btn-filter:before,.block-filters ._account_api .accountDashboard .liveDashboard .list-results thead .btn-filter:before,.accountDashboard .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.accountDashboard .block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.block-filters .accountDashboard .liveDashboard ._account_api .list-results thead .btn-filter:before,.accountDashboard ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,._account_api .accountDashboard .liveDashboard .list-results thead .block-filters .btn-filter:before,.accountDashboard .block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,.block-filters ._account_api .accountDashboard .liveDashboard .list-results thead .btn-filter:before,.accountDashboard .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper .accountDashboard .liveDashboard .list-results thead input.mobileToggle+label,.accountDashboard .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.accountDashboard .toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper .accountDashboard .liveDashboard .list-results thead input.mobileToggle+label,.accountDashboard .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,._account_api .accountDashboard .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.accountDashboard .liveDashboard .toggleWrapper ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper ._account_api .accountDashboard .liveDashboard .list-results thead input.mobileToggle+label,.accountDashboard .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.accountDashboard .toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper .accountDashboard .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.accountDashboard ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,._account_api .accountDashboard .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.accountDashboard .toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper ._account_api .accountDashboard .liveDashboard .list-results thead input.mobileToggle+label,.accountDashboard .liveDashboard .list-results thead tbody span.status,.accountDashboard .liveDashboard .list-results tbody thead span.status,.accountDashboard .liveDashboard .list-results thead tbody span.status,.accountDashboard .liveDashboard .list-results tbody thead span.status,.accountDashboard .liveDashboard ._account_api .list-results thead tbody span.status,._account_api .accountDashboard .liveDashboard .list-results thead tbody span.status,.accountDashboard .liveDashboard ._account_api .list-results tbody thead span.status,._account_api .accountDashboard .liveDashboard .list-results tbody thead span.status,.accountDashboard .liveDashboard ._account_api .list-results thead tbody span.status,.accountDashboard .liveDashboard ._account_api .list-results tbody thead span.status,.accountDashboard ._account_api .liveDashboard .list-results thead tbody span.status,._account_api .accountDashboard .liveDashboard .list-results thead tbody span.status,.accountDashboard ._account_api .liveDashboard .list-results tbody thead span.status,._account_api .accountDashboard .liveDashboard .list-results tbody thead span.status,.accountDashboard .liveDashboard .list-results thead tbody td.is-running span,.accountDashboard .liveDashboard .list-results tbody td.is-running thead span,.accountDashboard .liveDashboard .list-results thead tbody td.is-running span,.accountDashboard .liveDashboard .list-results tbody td.is-running thead span,.accountDashboard .liveDashboard ._account_api .list-results thead tbody td.is-running span,._account_api .accountDashboard .liveDashboard .list-results thead tbody td.is-running span,.accountDashboard .liveDashboard ._account_api .list-results tbody td.is-running thead span,._account_api .accountDashboard .liveDashboard .list-results tbody td.is-running thead span,.accountDashboard .liveDashboard ._account_api .list-results thead tbody td.is-running span,.accountDashboard .liveDashboard ._account_api .list-results tbody td.is-running thead span,.accountDashboard ._account_api .liveDashboard .list-results thead tbody td.is-running span,._account_api .accountDashboard .liveDashboard .list-results thead tbody td.is-running span,.accountDashboard ._account_api .liveDashboard .list-results tbody td.is-running thead span,._account_api .accountDashboard .liveDashboard .list-results tbody td.is-running thead span,.accountDashboard .liveDashboard .list-results thead tbody td.is-pending span,.accountDashboard .liveDashboard .list-results tbody td.is-pending thead span,.accountDashboard .liveDashboard .list-results thead tbody td.is-pending span,.accountDashboard .liveDashboard .list-results tbody td.is-pending thead span,.accountDashboard .liveDashboard ._account_api .list-results thead tbody td.is-pending span,._account_api .accountDashboard .liveDashboard .list-results thead tbody td.is-pending span,.accountDashboard .liveDashboard ._account_api .list-results tbody td.is-pending thead span,._account_api .accountDashboard .liveDashboard .list-results tbody td.is-pending thead span,.accountDashboard .liveDashboard ._account_api .list-results thead tbody td.is-pending span,.accountDashboard .liveDashboard ._account_api .list-results tbody td.is-pending thead span,.accountDashboard ._account_api .liveDashboard .list-results thead tbody td.is-pending span,._account_api .accountDashboard .liveDashboard .list-results thead tbody td.is-pending span,.accountDashboard ._account_api .liveDashboard .list-results tbody td.is-pending thead span,._account_api .accountDashboard .liveDashboard .list-results tbody td.is-pending thead span,.accountDashboard .liveDashboard .list-results thead .icon,.accountDashboard .liveDashboard .list-results thead .w-alert-banner:before,.accountDashboard .liveDashboard .list-results thead .w-alert-banner:before,.accountDashboard .liveDashboard ._account_api .list-results thead .w-alert-banner:before,._account_api .accountDashboard .liveDashboard .list-results thead .w-alert-banner:before,.accountDashboard .liveDashboard ._account_api .list-results thead .w-alert-banner:before,.accountDashboard ._account_api .liveDashboard .list-results thead .w-alert-banner:before,._account_api .accountDashboard .liveDashboard .list-results thead .w-alert-banner:before,.accountDashboard .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .accountDashboard .liveDashboard .list-results thead .dialog-aside:after,.accountDashboard .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.accountDashboard .w-dialog.plus .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus .accountDashboard .liveDashboard .list-results thead .dialog-aside:after,.accountDashboard .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,._account_api .accountDashboard .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.accountDashboard .liveDashboard .w-dialog.plus ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus ._account_api .accountDashboard .liveDashboard .list-results thead .dialog-aside:after,.accountDashboard .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.accountDashboard .w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus .accountDashboard .liveDashboard ._account_api .list-results thead .dialog-aside:after,.accountDashboard ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,._account_api .accountDashboard .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.accountDashboard .w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus ._account_api .accountDashboard .liveDashboard .list-results thead .dialog-aside:after,.accountDashboard .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-toast .accountDashboard .liveDashboard .list-results thead .toast.plus:after,.accountDashboard .liveDashboard .list-results thead .w-toast .toast.plus:after,.accountDashboard .w-toast .liveDashboard .list-results thead .toast.plus:after,.w-toast .accountDashboard .liveDashboard .list-results thead .toast.plus:after,.accountDashboard .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,._account_api .accountDashboard .liveDashboard .list-results thead .w-toast .toast.plus:after,.accountDashboard .liveDashboard .w-toast ._account_api .list-results thead .toast.plus:after,.w-toast ._account_api .accountDashboard .liveDashboard .list-results thead .toast.plus:after,.accountDashboard .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.accountDashboard .w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.w-toast .accountDashboard .liveDashboard ._account_api .list-results thead .toast.plus:after,.accountDashboard ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,._account_api .accountDashboard .liveDashboard .list-results thead .w-toast .toast.plus:after,.accountDashboard .w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,.w-toast ._account_api .accountDashboard .liveDashboard .list-results thead .toast.plus:after,.accountDashboard .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .accountDashboard .liveDashboard .list-results thead .btn-period-clear:before,.accountDashboard .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .accountDashboard .liveDashboard .list-results thead .btn-filter:before,.accountDashboard .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.accountDashboard .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .accountDashboard .liveDashboard .list-results thead .btn-period-clear:before,.accountDashboard .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.accountDashboard .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .accountDashboard .liveDashboard .list-results thead .btn-filter:before,.accountDashboard .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .accountDashboard .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.accountDashboard .liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .accountDashboard .liveDashboard .list-results thead .btn-period-clear:before,.accountDashboard .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .accountDashboard .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.accountDashboard .liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .accountDashboard .liveDashboard .list-results thead .btn-filter:before,.accountDashboard .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.accountDashboard .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .accountDashboard .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.accountDashboard .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.accountDashboard .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .accountDashboard .liveDashboard ._account_api .list-results thead .btn-filter:before,.accountDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .accountDashboard .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.accountDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .accountDashboard .liveDashboard .list-results thead .btn-period-clear:before,.accountDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .accountDashboard .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.accountDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .accountDashboard .liveDashboard .list-results thead .btn-filter:before,.accountDashboard .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .accountDashboard .liveDashboard .list-results thead .btn-period-edit:before,.accountDashboard .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.accountDashboard .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .accountDashboard .liveDashboard .list-results thead .btn-period-edit:before,.accountDashboard .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .accountDashboard .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.accountDashboard .liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .accountDashboard .liveDashboard .list-results thead .btn-period-edit:before,.accountDashboard .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.accountDashboard .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .accountDashboard .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.accountDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .accountDashboard .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.accountDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .accountDashboard .liveDashboard .list-results thead .btn-period-edit:before,.accountDashboard .liveDashboard .list-results thead .block-filters .btn-filter:before,.block-filters .accountDashboard .liveDashboard .list-results thead .btn-filter:before,.accountDashboard .liveDashboard .list-results thead .block-filters .btn-filter:before,.accountDashboard .block-filters .liveDashboard .list-results thead .btn-filter:before,.block-filters .accountDashboard .liveDashboard .list-results thead .btn-filter:before,.accountDashboard .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,._account_api .accountDashboard .liveDashboard .list-results thead .block-filters .btn-filter:before,.accountDashboard .liveDashboard .block-filters ._account_api .list-results thead .btn-filter:before,.block-filters ._account_api .accountDashboard .liveDashboard .list-results thead .btn-filter:before,.accountDashboard .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.accountDashboard .block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.block-filters .accountDashboard .liveDashboard ._account_api .list-results thead .btn-filter:before,.accountDashboard ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,._account_api .accountDashboard .liveDashboard .list-results thead .block-filters .btn-filter:before,.accountDashboard .block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,.block-filters ._account_api .accountDashboard .liveDashboard .list-results thead .btn-filter:before,.accountDashboard .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper .accountDashboard .liveDashboard .list-results thead input.mobileToggle+label,.accountDashboard .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.accountDashboard .toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper .accountDashboard .liveDashboard .list-results thead input.mobileToggle+label,.accountDashboard .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,._account_api .accountDashboard .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.accountDashboard .liveDashboard .toggleWrapper ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper ._account_api .accountDashboard .liveDashboard .list-results thead input.mobileToggle+label,.accountDashboard .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.accountDashboard .toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper .accountDashboard .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.accountDashboard ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,._account_api .accountDashboard .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.accountDashboard .toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper ._account_api .accountDashboard .liveDashboard .list-results thead input.mobileToggle+label,.accountDashboard .liveDashboard .list-results thead tbody span.status,.accountDashboard .liveDashboard .list-results tbody thead span.status,.accountDashboard .liveDashboard .list-results thead tbody span.status,.accountDashboard .liveDashboard .list-results tbody thead span.status,.accountDashboard .liveDashboard ._account_api .list-results thead tbody span.status,._account_api .accountDashboard .liveDashboard .list-results thead tbody span.status,.accountDashboard .liveDashboard ._account_api .list-results tbody thead span.status,._account_api .accountDashboard .liveDashboard .list-results tbody thead span.status,.accountDashboard .liveDashboard ._account_api .list-results thead tbody span.status,.accountDashboard .liveDashboard ._account_api .list-results tbody thead span.status,.accountDashboard ._account_api .liveDashboard .list-results thead tbody span.status,._account_api .accountDashboard .liveDashboard .list-results thead tbody span.status,.accountDashboard ._account_api .liveDashboard .list-results tbody thead span.status,._account_api .accountDashboard .liveDashboard .list-results tbody thead span.status,.accountDashboard .liveDashboard .list-results thead tbody td.is-running span,.accountDashboard .liveDashboard .list-results tbody td.is-running thead span,.accountDashboard .liveDashboard .list-results thead tbody td.is-running span,.accountDashboard .liveDashboard .list-results tbody td.is-running thead span,.accountDashboard .liveDashboard ._account_api .list-results thead tbody td.is-running span,._account_api .accountDashboard .liveDashboard .list-results thead tbody td.is-running span,.accountDashboard .liveDashboard ._account_api .list-results tbody td.is-running thead span,._account_api .accountDashboard .liveDashboard .list-results tbody td.is-running thead span,.accountDashboard .liveDashboard ._account_api .list-results thead tbody td.is-running span,.accountDashboard .liveDashboard ._account_api .list-results tbody td.is-running thead span,.accountDashboard ._account_api .liveDashboard .list-results thead tbody td.is-running span,._account_api .accountDashboard .liveDashboard .list-results thead tbody td.is-running span,.accountDashboard ._account_api .liveDashboard .list-results tbody td.is-running thead span,._account_api .accountDashboard .liveDashboard .list-results tbody td.is-running thead span,.accountDashboard .liveDashboard .list-results thead tbody td.is-pending span,.accountDashboard .liveDashboard .list-results tbody td.is-pending thead span,.accountDashboard .liveDashboard .list-results thead tbody td.is-pending span,.accountDashboard .liveDashboard .list-results tbody td.is-pending thead span,.accountDashboard .liveDashboard ._account_api .list-results thead tbody td.is-pending span,._account_api .accountDashboard .liveDashboard .list-results thead tbody td.is-pending span,.accountDashboard .liveDashboard ._account_api .list-results tbody td.is-pending thead span,._account_api .accountDashboard .liveDashboard .list-results tbody td.is-pending thead span,.accountDashboard .liveDashboard ._account_api .list-results thead tbody td.is-pending span,.accountDashboard .liveDashboard ._account_api .list-results tbody td.is-pending thead span,.accountDashboard ._account_api .liveDashboard .list-results thead tbody td.is-pending span,._account_api .accountDashboard .liveDashboard .list-results thead tbody td.is-pending span,.accountDashboard ._account_api .liveDashboard .list-results tbody td.is-pending thead span,._account_api .accountDashboard .liveDashboard .list-results tbody td.is-pending thead span,.accountDashboard .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,.accountDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .accountDashboard .liveDashboard .list-results thead .dropdown-toggle:after,.accountDashboard .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter,.accountDashboard .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .filter,.w-filter-preset.w-filter-preset .filter-preset .accountDashboard .liveDashboard .list-results thead .filter,.accountDashboard .liveDashboard .list-results thead .form-label.status span,.accountDashboard .liveDashboard .list-results thead .status.status-log span,.accountDashboard .liveDashboard .list-results thead .status.status-report-item span,.accountDashboard .liveDashboard .list-results thead .double-list dd.status span,.double-list .accountDashboard .liveDashboard .list-results thead dd.status span,.accountDashboard .liveDashboard .list-results thead .double-list dt.status span,.double-list .accountDashboard .liveDashboard .list-results thead dt.status span,.accountDashboard .liveDashboard .list-results thead .w-cards-container .w-card .status.title span,.w-cards-container .w-card .accountDashboard .liveDashboard .list-results thead .status.title span,.accountDashboard .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value .accountDashboard .liveDashboard .list-results thead .status.label span,.accountDashboard .liveDashboard .list-results thead tbody tr.sublist .status.title span,.accountDashboard .liveDashboard .list-results tbody tr.sublist thead .status.title span,.accountDashboard .form-label.status .liveDashboard .list-results thead span,.accountDashboard .status.status-log .liveDashboard .list-results thead span,.accountDashboard .status.status-report-item .liveDashboard .list-results thead span,.accountDashboard .double-list dd.status .liveDashboard .list-results thead span,.double-list .accountDashboard dd.status .liveDashboard .list-results thead span,.accountDashboard .double-list dt.status .liveDashboard .list-results thead span,.double-list .accountDashboard dt.status .liveDashboard .list-results thead span,.accountDashboard .w-cards-container .w-card .status.title .liveDashboard .list-results thead span,.w-cards-container .w-card .accountDashboard .status.title .liveDashboard .list-results thead span,.accountDashboard .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span,.w-cards-container .w-card.centered .w-value .accountDashboard .status.label .liveDashboard .list-results thead span,.accountDashboard .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span,.list-results tbody tr.sublist .accountDashboard .status.title .liveDashboard .list-results thead span,.form-label.status .accountDashboard .liveDashboard .list-results thead span,.status.status-log .accountDashboard .liveDashboard .list-results thead span,.status.status-report-item .accountDashboard .liveDashboard .list-results thead span,.double-list dd.status .accountDashboard .liveDashboard .list-results thead span,.double-list dt.status .accountDashboard .liveDashboard .list-results thead span,.w-cards-container .w-card .status.title .accountDashboard .liveDashboard .list-results thead span,.w-cards-container .w-card.centered .w-value .status.label .accountDashboard .liveDashboard .list-results thead span,.list-results tbody tr.sublist .status.title .accountDashboard .liveDashboard .list-results thead span,.accountDashboard .liveDashboard .list-results thead .w-filters-selected label.status.small span,.accountDashboard .w-filters-selected label.status.small .liveDashboard .list-results thead span,.w-filters-selected label.status.small .accountDashboard .liveDashboard .list-results thead span,.accountDashboard .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span,.accountDashboard .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span,.w-filters-selected .status.btn-f-s .accountDashboard .liveDashboard .list-results thead span,.accountDashboard .liveDashboard .list-results thead .sub-header .w-form label,.accountDashboard .liveDashboard .list-results thead .sub-header .w-double-list label,.accountDashboard .sub-header .w-form .liveDashboard .list-results thead label,.accountDashboard .sub-header .w-double-list .liveDashboard .list-results thead label,.sub-header .w-form .accountDashboard .liveDashboard .list-results thead label,.sub-header .w-double-list .accountDashboard .liveDashboard .list-results thead label,.accountDashboard .liveDashboard .list-results thead .block-filters button:after,.accountDashboard .block-filters .liveDashboard .list-results thead button:after,.block-filters .accountDashboard .liveDashboard .list-results thead button:after,.accountDashboard .liveDashboard .list-results thead .block-filters select:after,.accountDashboard .block-filters .liveDashboard .list-results thead select:after,.block-filters .accountDashboard .liveDashboard .list-results thead select:after,.accountDashboard .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive,.accountDashboard .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive,.form-auto-list .accountDashboard .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive,.accountDashboard .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active,.accountDashboard .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-active,.form-auto-list .accountDashboard .liveDashboard .list-results thead .form-auto-item.is-user-is-active,.accountDashboard .liveDashboard .list-results thead .list-results-header .status.title span,.accountDashboard .list-results-header .status.title .liveDashboard .list-results thead span,.list-results-header .status.title .accountDashboard .liveDashboard .list-results thead span,.accountDashboard .liveDashboard .list-results thead tr span,.accountDashboard .liveDashboard ._account_api .list-results thead .icon,.accountDashboard .liveDashboard ._account_api .list-results thead .w-alert-banner:before,.accountDashboard .liveDashboard ._account_api .list-results thead .w-alert-banner:before,.accountDashboard .liveDashboard ._account_api .list-results thead .w-alert-banner:before,.accountDashboard .liveDashboard ._account_api .list-results thead .w-alert-banner:before,.accountDashboard .liveDashboard ._account_api .liveDashboard .list-results thead .w-alert-banner:before,.accountDashboard .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .accountDashboard .liveDashboard ._account_api .list-results thead .dialog-aside:after,.accountDashboard .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.accountDashboard .w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus .accountDashboard .liveDashboard ._account_api .list-results thead .dialog-aside:after,.accountDashboard .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.accountDashboard .liveDashboard .w-dialog.plus ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus .accountDashboard .liveDashboard ._account_api .list-results thead .dialog-aside:after,.accountDashboard .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.accountDashboard .w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus .accountDashboard .liveDashboard ._account_api .list-results thead .dialog-aside:after,.accountDashboard .liveDashboard ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.accountDashboard .liveDashboard .w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus .accountDashboard .liveDashboard ._account_api .liveDashboard .list-results thead .dialog-aside:after,.accountDashboard .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.w-toast .accountDashboard .liveDashboard ._account_api .list-results thead .toast.plus:after,.accountDashboard .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.accountDashboard .w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.w-toast .accountDashboard .liveDashboard ._account_api .list-results thead .toast.plus:after,.accountDashboard .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.accountDashboard .liveDashboard .w-toast ._account_api .list-results thead .toast.plus:after,.w-toast .accountDashboard .liveDashboard ._account_api .list-results thead .toast.plus:after,.accountDashboard .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.accountDashboard .w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.w-toast .accountDashboard .liveDashboard ._account_api .list-results thead .toast.plus:after,.accountDashboard .liveDashboard ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.accountDashboard .liveDashboard .w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,.w-toast .accountDashboard .liveDashboard ._account_api .liveDashboard .list-results thead .toast.plus:after,.accountDashboard .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .accountDashboard .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.accountDashboard .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .accountDashboard .liveDashboard ._account_api .list-results thead .btn-filter:before,.accountDashboard .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.accountDashboard .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .accountDashboard .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.accountDashboard .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.accountDashboard .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .accountDashboard .liveDashboard ._account_api .list-results thead .btn-filter:before,.accountDashboard .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.accountDashboard .liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .accountDashboard .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.accountDashboard .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.accountDashboard .liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .accountDashboard .liveDashboard ._account_api .list-results thead .btn-filter:before,.accountDashboard .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.accountDashboard .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .accountDashboard .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.accountDashboard .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.accountDashboard .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .accountDashboard .liveDashboard ._account_api .list-results thead .btn-filter:before,.accountDashboard .liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.accountDashboard .liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .accountDashboard .liveDashboard ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.accountDashboard .liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.accountDashboard .liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .accountDashboard .liveDashboard ._account_api .liveDashboard .list-results thead .btn-filter:before,.accountDashboard .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .accountDashboard .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.accountDashboard .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.accountDashboard .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .accountDashboard .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.accountDashboard .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.accountDashboard .liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .accountDashboard .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.accountDashboard .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.accountDashboard .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .accountDashboard .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.accountDashboard .liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.accountDashboard .liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .accountDashboard .liveDashboard ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.accountDashboard .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.block-filters .accountDashboard .liveDashboard ._account_api .list-results thead .btn-filter:before,.accountDashboard .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.accountDashboard .block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.block-filters .accountDashboard .liveDashboard ._account_api .list-results thead .btn-filter:before,.accountDashboard .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.accountDashboard .liveDashboard .block-filters ._account_api .list-results thead .btn-filter:before,.block-filters .accountDashboard .liveDashboard ._account_api .list-results thead .btn-filter:before,.accountDashboard .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.accountDashboard .block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.block-filters .accountDashboard .liveDashboard ._account_api .list-results thead .btn-filter:before,.accountDashboard .liveDashboard ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.accountDashboard .liveDashboard .block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,.block-filters .accountDashboard .liveDashboard ._account_api .liveDashboard .list-results thead .btn-filter:before,.accountDashboard .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper .accountDashboard .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.accountDashboard .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.accountDashboard .toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper .accountDashboard .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.accountDashboard .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.accountDashboard .liveDashboard .toggleWrapper ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper .accountDashboard .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.accountDashboard .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.accountDashboard .toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper .accountDashboard .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.accountDashboard .liveDashboard ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.accountDashboard .liveDashboard .toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper .accountDashboard .liveDashboard ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.accountDashboard .liveDashboard ._account_api .list-results thead tbody span.status,.accountDashboard .liveDashboard ._account_api .list-results tbody thead span.status,.accountDashboard .liveDashboard ._account_api .list-results thead tbody span.status,.accountDashboard .liveDashboard ._account_api .list-results tbody thead span.status,.accountDashboard .liveDashboard ._account_api .list-results thead tbody span.status,.accountDashboard .liveDashboard ._account_api .list-results tbody thead span.status,.accountDashboard .liveDashboard ._account_api .list-results thead tbody span.status,.accountDashboard .liveDashboard ._account_api .list-results tbody thead span.status,.accountDashboard .liveDashboard ._account_api .liveDashboard .list-results thead tbody span.status,.accountDashboard .liveDashboard ._account_api .liveDashboard .list-results tbody thead span.status,.accountDashboard .liveDashboard ._account_api .list-results thead tbody td.is-running span,.accountDashboard .liveDashboard ._account_api .list-results tbody td.is-running thead span,.accountDashboard .liveDashboard ._account_api .list-results thead tbody td.is-running span,.accountDashboard .liveDashboard ._account_api .list-results tbody td.is-running thead span,.accountDashboard .liveDashboard ._account_api .list-results thead tbody td.is-running span,.accountDashboard .liveDashboard ._account_api .list-results tbody td.is-running thead span,.accountDashboard .liveDashboard ._account_api .list-results thead tbody td.is-running span,.accountDashboard .liveDashboard ._account_api .list-results tbody td.is-running thead span,.accountDashboard .liveDashboard ._account_api .liveDashboard .list-results thead tbody td.is-running span,.accountDashboard .liveDashboard ._account_api .liveDashboard .list-results tbody td.is-running thead span,.accountDashboard .liveDashboard ._account_api .list-results thead tbody td.is-pending span,.accountDashboard .liveDashboard ._account_api .list-results tbody td.is-pending thead span,.accountDashboard .liveDashboard ._account_api .list-results thead tbody td.is-pending span,.accountDashboard .liveDashboard ._account_api .list-results tbody td.is-pending thead span,.accountDashboard .liveDashboard ._account_api .list-results thead tbody td.is-pending span,.accountDashboard .liveDashboard ._account_api .list-results tbody td.is-pending thead span,.accountDashboard .liveDashboard ._account_api .list-results thead tbody td.is-pending span,.accountDashboard .liveDashboard ._account_api .list-results tbody td.is-pending thead span,.accountDashboard .liveDashboard ._account_api .liveDashboard .list-results thead tbody td.is-pending span,.accountDashboard .liveDashboard ._account_api .liveDashboard .list-results tbody td.is-pending thead span,._account_api .accountDashboard .liveDashboard .list-results thead .icon,._account_api .accountDashboard .liveDashboard .list-results thead .w-alert-banner:before,._account_api .accountDashboard .liveDashboard .list-results thead .w-alert-banner:before,._account_api .accountDashboard .liveDashboard .list-results thead .w-alert-banner:before,._account_api .accountDashboard .liveDashboard ._account_api .list-results thead .w-alert-banner:before,._account_api .accountDashboard .liveDashboard .list-results thead .w-alert-banner:before,._account_api .accountDashboard .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus ._account_api .accountDashboard .liveDashboard .list-results thead .dialog-aside:after,._account_api .accountDashboard .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,._account_api .accountDashboard .w-dialog.plus .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus ._account_api .accountDashboard .liveDashboard .list-results thead .dialog-aside:after,._account_api .accountDashboard .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus ._account_api .accountDashboard .liveDashboard .list-results thead .dialog-aside:after,._account_api .accountDashboard .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,._account_api .accountDashboard .w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus ._account_api .accountDashboard .liveDashboard ._account_api .list-results thead .dialog-aside:after,._account_api .accountDashboard .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus ._account_api .accountDashboard .liveDashboard .list-results thead .dialog-aside:after,._account_api .accountDashboard .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-toast ._account_api .accountDashboard .liveDashboard .list-results thead .toast.plus:after,._account_api .accountDashboard .liveDashboard .list-results thead .w-toast .toast.plus:after,._account_api .accountDashboard .w-toast .liveDashboard .list-results thead .toast.plus:after,.w-toast ._account_api .accountDashboard .liveDashboard .list-results thead .toast.plus:after,._account_api .accountDashboard .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-toast ._account_api .accountDashboard .liveDashboard .list-results thead .toast.plus:after,._account_api .accountDashboard .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,._account_api .accountDashboard .w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.w-toast ._account_api .accountDashboard .liveDashboard ._account_api .list-results thead .toast.plus:after,._account_api .accountDashboard .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-toast ._account_api .accountDashboard .liveDashboard .list-results thead .toast.plus:after,._account_api .accountDashboard .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .accountDashboard .liveDashboard .list-results thead .btn-period-clear:before,._account_api .accountDashboard .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .accountDashboard .liveDashboard .list-results thead .btn-filter:before,._account_api .accountDashboard .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .accountDashboard .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .accountDashboard .liveDashboard .list-results thead .btn-period-clear:before,._account_api .accountDashboard .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .accountDashboard .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .accountDashboard .liveDashboard .list-results thead .btn-filter:before,._account_api .accountDashboard .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .accountDashboard .liveDashboard .list-results thead .btn-period-clear:before,._account_api .accountDashboard .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .accountDashboard .liveDashboard .list-results thead .btn-filter:before,._account_api .accountDashboard .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .accountDashboard .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .accountDashboard .liveDashboard ._account_api .list-results thead .btn-period-clear:before,._account_api .accountDashboard .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .accountDashboard .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .accountDashboard .liveDashboard ._account_api .list-results thead .btn-filter:before,._account_api .accountDashboard .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .accountDashboard .liveDashboard .list-results thead .btn-period-clear:before,._account_api .accountDashboard .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .accountDashboard .liveDashboard .list-results thead .btn-filter:before,._account_api .accountDashboard .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .accountDashboard .liveDashboard .list-results thead .btn-period-edit:before,._account_api .accountDashboard .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .accountDashboard .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .accountDashboard .liveDashboard .list-results thead .btn-period-edit:before,._account_api .accountDashboard .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .accountDashboard .liveDashboard .list-results thead .btn-period-edit:before,._account_api .accountDashboard .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .accountDashboard .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .accountDashboard .liveDashboard ._account_api .list-results thead .btn-period-edit:before,._account_api .accountDashboard .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .accountDashboard .liveDashboard .list-results thead .btn-period-edit:before,._account_api .accountDashboard .liveDashboard .list-results thead .block-filters .btn-filter:before,.block-filters ._account_api .accountDashboard .liveDashboard .list-results thead .btn-filter:before,._account_api .accountDashboard .liveDashboard .list-results thead .block-filters .btn-filter:before,._account_api .accountDashboard .block-filters .liveDashboard .list-results thead .btn-filter:before,.block-filters ._account_api .accountDashboard .liveDashboard .list-results thead .btn-filter:before,._account_api .accountDashboard .liveDashboard .list-results thead .block-filters .btn-filter:before,.block-filters ._account_api .accountDashboard .liveDashboard .list-results thead .btn-filter:before,._account_api .accountDashboard .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,._account_api .accountDashboard .block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.block-filters ._account_api .accountDashboard .liveDashboard ._account_api .list-results thead .btn-filter:before,._account_api .accountDashboard .liveDashboard .list-results thead .block-filters .btn-filter:before,.block-filters ._account_api .accountDashboard .liveDashboard .list-results thead .btn-filter:before,._account_api .accountDashboard .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper ._account_api .accountDashboard .liveDashboard .list-results thead input.mobileToggle+label,._account_api .accountDashboard .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,._account_api .accountDashboard .toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper ._account_api .accountDashboard .liveDashboard .list-results thead input.mobileToggle+label,._account_api .accountDashboard .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper ._account_api .accountDashboard .liveDashboard .list-results thead input.mobileToggle+label,._account_api .accountDashboard .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,._account_api .accountDashboard .toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper ._account_api .accountDashboard .liveDashboard ._account_api .list-results thead input.mobileToggle+label,._account_api .accountDashboard .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper ._account_api .accountDashboard .liveDashboard .list-results thead input.mobileToggle+label,._account_api .accountDashboard .liveDashboard .list-results thead tbody span.status,._account_api .accountDashboard .liveDashboard .list-results tbody thead span.status,._account_api .accountDashboard .liveDashboard .list-results thead tbody span.status,._account_api .accountDashboard .liveDashboard .list-results tbody thead span.status,._account_api .accountDashboard .liveDashboard .list-results thead tbody span.status,._account_api .accountDashboard .liveDashboard .list-results tbody thead span.status,._account_api .accountDashboard .liveDashboard ._account_api .list-results thead tbody span.status,._account_api .accountDashboard .liveDashboard ._account_api .list-results tbody thead span.status,._account_api .accountDashboard .liveDashboard .list-results thead tbody span.status,._account_api .accountDashboard .liveDashboard .list-results tbody thead span.status,._account_api .accountDashboard .liveDashboard .list-results thead tbody td.is-running span,._account_api .accountDashboard .liveDashboard .list-results tbody td.is-running thead span,._account_api .accountDashboard .liveDashboard .list-results thead tbody td.is-running span,._account_api .accountDashboard .liveDashboard .list-results tbody td.is-running thead span,._account_api .accountDashboard .liveDashboard .list-results thead tbody td.is-running span,._account_api .accountDashboard .liveDashboard .list-results tbody td.is-running thead span,._account_api .accountDashboard .liveDashboard ._account_api .list-results thead tbody td.is-running span,._account_api .accountDashboard .liveDashboard ._account_api .list-results tbody td.is-running thead span,._account_api .accountDashboard .liveDashboard .list-results thead tbody td.is-running span,._account_api .accountDashboard .liveDashboard .list-results tbody td.is-running thead span,._account_api .accountDashboard .liveDashboard .list-results thead tbody td.is-pending span,._account_api .accountDashboard .liveDashboard .list-results tbody td.is-pending thead span,._account_api .accountDashboard .liveDashboard .list-results thead tbody td.is-pending span,._account_api .accountDashboard .liveDashboard .list-results tbody td.is-pending thead span,._account_api .accountDashboard .liveDashboard .list-results thead tbody td.is-pending span,._account_api .accountDashboard .liveDashboard .list-results tbody td.is-pending thead span,._account_api .accountDashboard .liveDashboard ._account_api .list-results thead tbody td.is-pending span,._account_api .accountDashboard .liveDashboard ._account_api .list-results tbody td.is-pending thead span,._account_api .accountDashboard .liveDashboard .list-results thead tbody td.is-pending span,._account_api .accountDashboard .liveDashboard .list-results tbody td.is-pending thead span,.accountDashboard .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,._account_api .accountDashboard .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,.accountDashboard .liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .accountDashboard .liveDashboard .list-results thead .dropdown-toggle:after,.accountDashboard .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter,._account_api .accountDashboard .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter,.accountDashboard .liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .accountDashboard .liveDashboard .list-results thead .filter,.accountDashboard .liveDashboard ._account_api .list-results thead .form-label.status span,.accountDashboard .liveDashboard ._account_api .list-results thead .status.status-log span,.accountDashboard .liveDashboard ._account_api .list-results thead .status.status-report-item span,.accountDashboard .liveDashboard ._account_api .list-results thead .double-list dd.status span,.double-list .accountDashboard .liveDashboard ._account_api .list-results thead dd.status span,.accountDashboard .liveDashboard ._account_api .list-results thead .double-list dt.status span,.double-list .accountDashboard .liveDashboard ._account_api .list-results thead dt.status span,.accountDashboard .liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span,.w-cards-container .w-card .accountDashboard .liveDashboard ._account_api .list-results thead .status.title span,.accountDashboard .liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value .accountDashboard .liveDashboard ._account_api .list-results thead .status.label span,.accountDashboard .liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span,.accountDashboard .liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span,._account_api .accountDashboard .liveDashboard .list-results thead .form-label.status span,._account_api .accountDashboard .liveDashboard .list-results thead .status.status-log span,._account_api .accountDashboard .liveDashboard .list-results thead .status.status-report-item span,._account_api .accountDashboard .liveDashboard .list-results thead .double-list dd.status span,.double-list ._account_api .accountDashboard .liveDashboard .list-results thead dd.status span,._account_api .accountDashboard .liveDashboard .list-results thead .double-list dt.status span,.double-list ._account_api .accountDashboard .liveDashboard .list-results thead dt.status span,._account_api .accountDashboard .liveDashboard .list-results thead .w-cards-container .w-card .status.title span,.w-cards-container .w-card ._account_api .accountDashboard .liveDashboard .list-results thead .status.title span,._account_api .accountDashboard .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value ._account_api .accountDashboard .liveDashboard .list-results thead .status.label span,._account_api .accountDashboard .liveDashboard .list-results thead tbody tr.sublist .status.title span,._account_api .accountDashboard .liveDashboard .list-results tbody tr.sublist thead .status.title span,.accountDashboard .liveDashboard .form-label.status ._account_api .list-results thead span,.accountDashboard .liveDashboard .status.status-log ._account_api .list-results thead span,.accountDashboard .liveDashboard .status.status-report-item ._account_api .list-results thead span,.accountDashboard .liveDashboard .double-list dd.status ._account_api .list-results thead span,.double-list .accountDashboard .liveDashboard dd.status ._account_api .list-results thead span,.accountDashboard .liveDashboard .double-list dt.status ._account_api .list-results thead span,.double-list .accountDashboard .liveDashboard dt.status ._account_api .list-results thead span,.accountDashboard .liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span,.w-cards-container .w-card .accountDashboard .liveDashboard .status.title ._account_api .list-results thead span,.accountDashboard .liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span,.w-cards-container .w-card.centered .w-value .accountDashboard .liveDashboard .status.label ._account_api .list-results thead span,.accountDashboard .liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span,.list-results tbody tr.sublist .accountDashboard .liveDashboard .status.title ._account_api .list-results thead span,.form-label.status ._account_api .accountDashboard .liveDashboard .list-results thead span,.status.status-log ._account_api .accountDashboard .liveDashboard .list-results thead span,.status.status-report-item ._account_api .accountDashboard .liveDashboard .list-results thead span,.double-list dd.status ._account_api .accountDashboard .liveDashboard .list-results thead span,.double-list dt.status ._account_api .accountDashboard .liveDashboard .list-results thead span,.w-cards-container .w-card .status.title ._account_api .accountDashboard .liveDashboard .list-results thead span,.w-cards-container .w-card.centered .w-value .status.label ._account_api .accountDashboard .liveDashboard .list-results thead span,.list-results tbody tr.sublist .status.title ._account_api .accountDashboard .liveDashboard .list-results thead span,.accountDashboard .liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span,._account_api .accountDashboard .liveDashboard .list-results thead .w-filters-selected label.status.small span,.accountDashboard .liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span,.w-filters-selected label.status.small ._account_api .accountDashboard .liveDashboard .list-results thead span,.accountDashboard .liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span,._account_api .accountDashboard .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span,.accountDashboard .liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span,.w-filters-selected .status.btn-f-s ._account_api .accountDashboard .liveDashboard .list-results thead span,.accountDashboard .liveDashboard ._account_api .list-results thead .sub-header .w-form label,.accountDashboard .liveDashboard ._account_api .list-results thead .sub-header .w-double-list label,._account_api .accountDashboard .liveDashboard .list-results thead .sub-header .w-form label,._account_api .accountDashboard .liveDashboard .list-results thead .sub-header .w-double-list label,.accountDashboard .liveDashboard .sub-header .w-form ._account_api .list-results thead label,.accountDashboard .liveDashboard .sub-header .w-double-list ._account_api .list-results thead label,.sub-header .w-form ._account_api .accountDashboard .liveDashboard .list-results thead label,.sub-header .w-double-list ._account_api .accountDashboard .liveDashboard .list-results thead label,.accountDashboard .liveDashboard ._account_api .list-results thead .block-filters button:after,._account_api .accountDashboard .liveDashboard .list-results thead .block-filters button:after,.accountDashboard .liveDashboard .block-filters ._account_api .list-results thead button:after,.block-filters ._account_api .accountDashboard .liveDashboard .list-results thead button:after,.accountDashboard .liveDashboard ._account_api .list-results thead .block-filters select:after,._account_api .accountDashboard .liveDashboard .list-results thead .block-filters select:after,.accountDashboard .liveDashboard .block-filters ._account_api .list-results thead select:after,.block-filters ._account_api .accountDashboard .liveDashboard .list-results thead select:after,.accountDashboard .liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive,._account_api .accountDashboard .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive,.accountDashboard .liveDashboard .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .accountDashboard .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive,.accountDashboard .liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active,._account_api .accountDashboard .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active,.accountDashboard .liveDashboard .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-active,.form-auto-list ._account_api .accountDashboard .liveDashboard .list-results thead .form-auto-item.is-user-is-active,.accountDashboard .liveDashboard ._account_api .list-results thead .list-results-header .status.title span,._account_api .accountDashboard .liveDashboard .list-results thead .list-results-header .status.title span,.accountDashboard .liveDashboard .list-results-header .status.title ._account_api .list-results thead span,.list-results-header .status.title ._account_api .accountDashboard .liveDashboard .list-results thead span,.accountDashboard .liveDashboard ._account_api .list-results thead tr span,._account_api .accountDashboard .liveDashboard .list-results thead tr span,.accountDashboard .liveDashboard ._account_api .list-results thead .icon,.accountDashboard .liveDashboard ._account_api .list-results thead .w-alert-banner:before,.accountDashboard .liveDashboard ._account_api .list-results thead .w-alert-banner:before,.accountDashboard .liveDashboard ._account_api .list-results thead .w-alert-banner:before,.accountDashboard .liveDashboard ._account_api .list-results thead .w-alert-banner:before,.accountDashboard .liveDashboard ._account_api .liveDashboard .list-results thead .w-alert-banner:before,.accountDashboard .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .accountDashboard .liveDashboard ._account_api .list-results thead .dialog-aside:after,.accountDashboard .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.accountDashboard .w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus .accountDashboard .liveDashboard ._account_api .list-results thead .dialog-aside:after,.accountDashboard .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.accountDashboard .liveDashboard .w-dialog.plus ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus .accountDashboard .liveDashboard ._account_api .list-results thead .dialog-aside:after,.accountDashboard .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.accountDashboard .w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus .accountDashboard .liveDashboard ._account_api .list-results thead .dialog-aside:after,.accountDashboard .liveDashboard ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.accountDashboard .liveDashboard .w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus .accountDashboard .liveDashboard ._account_api .liveDashboard .list-results thead .dialog-aside:after,.accountDashboard .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.w-toast .accountDashboard .liveDashboard ._account_api .list-results thead .toast.plus:after,.accountDashboard .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.accountDashboard .w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.w-toast .accountDashboard .liveDashboard ._account_api .list-results thead .toast.plus:after,.accountDashboard .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.accountDashboard .liveDashboard .w-toast ._account_api .list-results thead .toast.plus:after,.w-toast .accountDashboard .liveDashboard ._account_api .list-results thead .toast.plus:after,.accountDashboard .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.accountDashboard .w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.w-toast .accountDashboard .liveDashboard ._account_api .list-results thead .toast.plus:after,.accountDashboard .liveDashboard ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.accountDashboard .liveDashboard .w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,.w-toast .accountDashboard .liveDashboard ._account_api .liveDashboard .list-results thead .toast.plus:after,.accountDashboard .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .accountDashboard .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.accountDashboard .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .accountDashboard .liveDashboard ._account_api .list-results thead .btn-filter:before,.accountDashboard .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.accountDashboard .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .accountDashboard .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.accountDashboard .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.accountDashboard .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .accountDashboard .liveDashboard ._account_api .list-results thead .btn-filter:before,.accountDashboard .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.accountDashboard .liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .accountDashboard .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.accountDashboard .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.accountDashboard .liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .accountDashboard .liveDashboard ._account_api .list-results thead .btn-filter:before,.accountDashboard .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.accountDashboard .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .accountDashboard .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.accountDashboard .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.accountDashboard .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .accountDashboard .liveDashboard ._account_api .list-results thead .btn-filter:before,.accountDashboard .liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.accountDashboard .liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .accountDashboard .liveDashboard ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.accountDashboard .liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.accountDashboard .liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .accountDashboard .liveDashboard ._account_api .liveDashboard .list-results thead .btn-filter:before,.accountDashboard .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .accountDashboard .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.accountDashboard .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.accountDashboard .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .accountDashboard .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.accountDashboard .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.accountDashboard .liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .accountDashboard .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.accountDashboard .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.accountDashboard .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .accountDashboard .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.accountDashboard .liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.accountDashboard .liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .accountDashboard .liveDashboard ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.accountDashboard .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.block-filters .accountDashboard .liveDashboard ._account_api .list-results thead .btn-filter:before,.accountDashboard .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.accountDashboard .block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.block-filters .accountDashboard .liveDashboard ._account_api .list-results thead .btn-filter:before,.accountDashboard .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.accountDashboard .liveDashboard .block-filters ._account_api .list-results thead .btn-filter:before,.block-filters .accountDashboard .liveDashboard ._account_api .list-results thead .btn-filter:before,.accountDashboard .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.accountDashboard .block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.block-filters .accountDashboard .liveDashboard ._account_api .list-results thead .btn-filter:before,.accountDashboard .liveDashboard ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.accountDashboard .liveDashboard .block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,.block-filters .accountDashboard .liveDashboard ._account_api .liveDashboard .list-results thead .btn-filter:before,.accountDashboard .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper .accountDashboard .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.accountDashboard .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.accountDashboard .toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper .accountDashboard .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.accountDashboard .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.accountDashboard .liveDashboard .toggleWrapper ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper .accountDashboard .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.accountDashboard .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.accountDashboard .toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper .accountDashboard .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.accountDashboard .liveDashboard ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.accountDashboard .liveDashboard .toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper .accountDashboard .liveDashboard ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.accountDashboard .liveDashboard ._account_api .list-results thead tbody span.status,.accountDashboard .liveDashboard ._account_api .list-results tbody thead span.status,.accountDashboard .liveDashboard ._account_api .list-results thead tbody span.status,.accountDashboard .liveDashboard ._account_api .list-results tbody thead span.status,.accountDashboard .liveDashboard ._account_api .list-results thead tbody span.status,.accountDashboard .liveDashboard ._account_api .list-results tbody thead span.status,.accountDashboard .liveDashboard ._account_api .list-results thead tbody span.status,.accountDashboard .liveDashboard ._account_api .list-results tbody thead span.status,.accountDashboard .liveDashboard ._account_api .liveDashboard .list-results thead tbody span.status,.accountDashboard .liveDashboard ._account_api .liveDashboard .list-results tbody thead span.status,.accountDashboard .liveDashboard ._account_api .list-results thead tbody td.is-running span,.accountDashboard .liveDashboard ._account_api .list-results tbody td.is-running thead span,.accountDashboard .liveDashboard ._account_api .list-results thead tbody td.is-running span,.accountDashboard .liveDashboard ._account_api .list-results tbody td.is-running thead span,.accountDashboard .liveDashboard ._account_api .list-results thead tbody td.is-running span,.accountDashboard .liveDashboard ._account_api .list-results tbody td.is-running thead span,.accountDashboard .liveDashboard ._account_api .list-results thead tbody td.is-running span,.accountDashboard .liveDashboard ._account_api .list-results tbody td.is-running thead span,.accountDashboard .liveDashboard ._account_api .liveDashboard .list-results thead tbody td.is-running span,.accountDashboard .liveDashboard ._account_api .liveDashboard .list-results tbody td.is-running thead span,.accountDashboard .liveDashboard ._account_api .list-results thead tbody td.is-pending span,.accountDashboard .liveDashboard ._account_api .list-results tbody td.is-pending thead span,.accountDashboard .liveDashboard ._account_api .list-results thead tbody td.is-pending span,.accountDashboard .liveDashboard ._account_api .list-results tbody td.is-pending thead span,.accountDashboard .liveDashboard ._account_api .list-results thead tbody td.is-pending span,.accountDashboard .liveDashboard ._account_api .list-results tbody td.is-pending thead span,.accountDashboard .liveDashboard ._account_api .list-results thead tbody td.is-pending span,.accountDashboard .liveDashboard ._account_api .list-results tbody td.is-pending thead span,.accountDashboard .liveDashboard ._account_api .liveDashboard .list-results thead tbody td.is-pending span,.accountDashboard .liveDashboard ._account_api .liveDashboard .list-results tbody td.is-pending thead span,.accountDashboard ._account_api .liveDashboard .list-results thead .icon,.accountDashboard ._account_api .liveDashboard .list-results thead .w-alert-banner:before,.accountDashboard ._account_api .liveDashboard .list-results thead .w-alert-banner:before,.accountDashboard ._account_api .liveDashboard .list-results thead .w-alert-banner:before,.accountDashboard ._account_api .liveDashboard ._account_api .list-results thead .w-alert-banner:before,.accountDashboard ._account_api .liveDashboard .list-results thead .w-alert-banner:before,.accountDashboard ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .accountDashboard ._account_api .liveDashboard .list-results thead .dialog-aside:after,.accountDashboard ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.accountDashboard ._account_api .w-dialog.plus .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus .accountDashboard ._account_api .liveDashboard .list-results thead .dialog-aside:after,.accountDashboard ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.accountDashboard .w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus .accountDashboard ._account_api .liveDashboard .list-results thead .dialog-aside:after,.accountDashboard ._account_api .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.accountDashboard ._account_api .w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus .accountDashboard ._account_api .liveDashboard ._account_api .list-results thead .dialog-aside:after,.accountDashboard ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.accountDashboard .w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus .accountDashboard ._account_api .liveDashboard .list-results thead .dialog-aside:after,.accountDashboard ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-toast .accountDashboard ._account_api .liveDashboard .list-results thead .toast.plus:after,.accountDashboard ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.accountDashboard ._account_api .w-toast .liveDashboard .list-results thead .toast.plus:after,.w-toast .accountDashboard ._account_api .liveDashboard .list-results thead .toast.plus:after,.accountDashboard ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.accountDashboard .w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,.w-toast .accountDashboard ._account_api .liveDashboard .list-results thead .toast.plus:after,.accountDashboard ._account_api .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.accountDashboard ._account_api .w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.w-toast .accountDashboard ._account_api .liveDashboard ._account_api .list-results thead .toast.plus:after,.accountDashboard ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.accountDashboard .w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,.w-toast .accountDashboard ._account_api .liveDashboard .list-results thead .toast.plus:after,.accountDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .accountDashboard ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.accountDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .accountDashboard ._account_api .liveDashboard .list-results thead .btn-filter:before,.accountDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.accountDashboard ._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .accountDashboard ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.accountDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.accountDashboard ._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .accountDashboard ._account_api .liveDashboard .list-results thead .btn-filter:before,.accountDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.accountDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .accountDashboard ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.accountDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.accountDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .accountDashboard ._account_api .liveDashboard .list-results thead .btn-filter:before,.accountDashboard ._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.accountDashboard ._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .accountDashboard ._account_api .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.accountDashboard ._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.accountDashboard ._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .accountDashboard ._account_api .liveDashboard ._account_api .list-results thead .btn-filter:before,.accountDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.accountDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .accountDashboard ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.accountDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.accountDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .accountDashboard ._account_api .liveDashboard .list-results thead .btn-filter:before,.accountDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .accountDashboard ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.accountDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.accountDashboard ._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .accountDashboard ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.accountDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.accountDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .accountDashboard ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.accountDashboard ._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.accountDashboard ._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .accountDashboard ._account_api .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.accountDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.accountDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .accountDashboard ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.accountDashboard ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.block-filters .accountDashboard ._account_api .liveDashboard .list-results thead .btn-filter:before,.accountDashboard ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.accountDashboard ._account_api .block-filters .liveDashboard .list-results thead .btn-filter:before,.block-filters .accountDashboard ._account_api .liveDashboard .list-results thead .btn-filter:before,.accountDashboard ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.accountDashboard .block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,.block-filters .accountDashboard ._account_api .liveDashboard .list-results thead .btn-filter:before,.accountDashboard ._account_api .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.accountDashboard ._account_api .block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.block-filters .accountDashboard ._account_api .liveDashboard ._account_api .list-results thead .btn-filter:before,.accountDashboard ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.accountDashboard .block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,.block-filters .accountDashboard ._account_api .liveDashboard .list-results thead .btn-filter:before,.accountDashboard ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper .accountDashboard ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.accountDashboard ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.accountDashboard ._account_api .toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper .accountDashboard ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.accountDashboard ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.accountDashboard .toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper .accountDashboard ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.accountDashboard ._account_api .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.accountDashboard ._account_api .toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper .accountDashboard ._account_api .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.accountDashboard ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.accountDashboard .toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper .accountDashboard ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.accountDashboard ._account_api .liveDashboard .list-results thead tbody span.status,.accountDashboard ._account_api .liveDashboard .list-results tbody thead span.status,.accountDashboard ._account_api .liveDashboard .list-results thead tbody span.status,.accountDashboard ._account_api .liveDashboard .list-results tbody thead span.status,.accountDashboard ._account_api .liveDashboard .list-results thead tbody span.status,.accountDashboard ._account_api .liveDashboard .list-results tbody thead span.status,.accountDashboard ._account_api .liveDashboard ._account_api .list-results thead tbody span.status,.accountDashboard ._account_api .liveDashboard ._account_api .list-results tbody thead span.status,.accountDashboard ._account_api .liveDashboard .list-results thead tbody span.status,.accountDashboard ._account_api .liveDashboard .list-results tbody thead span.status,.accountDashboard ._account_api .liveDashboard .list-results thead tbody td.is-running span,.accountDashboard ._account_api .liveDashboard .list-results tbody td.is-running thead span,.accountDashboard ._account_api .liveDashboard .list-results thead tbody td.is-running span,.accountDashboard ._account_api .liveDashboard .list-results tbody td.is-running thead span,.accountDashboard ._account_api .liveDashboard .list-results thead tbody td.is-running span,.accountDashboard ._account_api .liveDashboard .list-results tbody td.is-running thead span,.accountDashboard ._account_api .liveDashboard ._account_api .list-results thead tbody td.is-running span,.accountDashboard ._account_api .liveDashboard ._account_api .list-results tbody td.is-running thead span,.accountDashboard ._account_api .liveDashboard .list-results thead tbody td.is-running span,.accountDashboard ._account_api .liveDashboard .list-results tbody td.is-running thead span,.accountDashboard ._account_api .liveDashboard .list-results thead tbody td.is-pending span,.accountDashboard ._account_api .liveDashboard .list-results tbody td.is-pending thead span,.accountDashboard ._account_api .liveDashboard .list-results thead tbody td.is-pending span,.accountDashboard ._account_api .liveDashboard .list-results tbody td.is-pending thead span,.accountDashboard ._account_api .liveDashboard .list-results thead tbody td.is-pending span,.accountDashboard ._account_api .liveDashboard .list-results tbody td.is-pending thead span,.accountDashboard ._account_api .liveDashboard ._account_api .list-results thead tbody td.is-pending span,.accountDashboard ._account_api .liveDashboard ._account_api .list-results tbody td.is-pending thead span,.accountDashboard ._account_api .liveDashboard .list-results thead tbody td.is-pending span,.accountDashboard ._account_api .liveDashboard .list-results tbody td.is-pending thead span,._account_api .accountDashboard .liveDashboard .list-results thead .icon,._account_api .accountDashboard .liveDashboard .list-results thead .w-alert-banner:before,._account_api .accountDashboard .liveDashboard .list-results thead .w-alert-banner:before,._account_api .accountDashboard .liveDashboard .list-results thead .w-alert-banner:before,._account_api .accountDashboard .liveDashboard ._account_api .list-results thead .w-alert-banner:before,._account_api .accountDashboard .liveDashboard .list-results thead .w-alert-banner:before,._account_api .accountDashboard .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus ._account_api .accountDashboard .liveDashboard .list-results thead .dialog-aside:after,._account_api .accountDashboard .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,._account_api .accountDashboard .w-dialog.plus .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus ._account_api .accountDashboard .liveDashboard .list-results thead .dialog-aside:after,._account_api .accountDashboard .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus ._account_api .accountDashboard .liveDashboard .list-results thead .dialog-aside:after,._account_api .accountDashboard .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,._account_api .accountDashboard .w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus ._account_api .accountDashboard .liveDashboard ._account_api .list-results thead .dialog-aside:after,._account_api .accountDashboard .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus ._account_api .accountDashboard .liveDashboard .list-results thead .dialog-aside:after,._account_api .accountDashboard .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-toast ._account_api .accountDashboard .liveDashboard .list-results thead .toast.plus:after,._account_api .accountDashboard .liveDashboard .list-results thead .w-toast .toast.plus:after,._account_api .accountDashboard .w-toast .liveDashboard .list-results thead .toast.plus:after,.w-toast ._account_api .accountDashboard .liveDashboard .list-results thead .toast.plus:after,._account_api .accountDashboard .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-toast ._account_api .accountDashboard .liveDashboard .list-results thead .toast.plus:after,._account_api .accountDashboard .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,._account_api .accountDashboard .w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.w-toast ._account_api .accountDashboard .liveDashboard ._account_api .list-results thead .toast.plus:after,._account_api .accountDashboard .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-toast ._account_api .accountDashboard .liveDashboard .list-results thead .toast.plus:after,._account_api .accountDashboard .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .accountDashboard .liveDashboard .list-results thead .btn-period-clear:before,._account_api .accountDashboard .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .accountDashboard .liveDashboard .list-results thead .btn-filter:before,._account_api .accountDashboard .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .accountDashboard .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .accountDashboard .liveDashboard .list-results thead .btn-period-clear:before,._account_api .accountDashboard .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .accountDashboard .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .accountDashboard .liveDashboard .list-results thead .btn-filter:before,._account_api .accountDashboard .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .accountDashboard .liveDashboard .list-results thead .btn-period-clear:before,._account_api .accountDashboard .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .accountDashboard .liveDashboard .list-results thead .btn-filter:before,._account_api .accountDashboard .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .accountDashboard .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .accountDashboard .liveDashboard ._account_api .list-results thead .btn-period-clear:before,._account_api .accountDashboard .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .accountDashboard .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .accountDashboard .liveDashboard ._account_api .list-results thead .btn-filter:before,._account_api .accountDashboard .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .accountDashboard .liveDashboard .list-results thead .btn-period-clear:before,._account_api .accountDashboard .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .accountDashboard .liveDashboard .list-results thead .btn-filter:before,._account_api .accountDashboard .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .accountDashboard .liveDashboard .list-results thead .btn-period-edit:before,._account_api .accountDashboard .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .accountDashboard .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .accountDashboard .liveDashboard .list-results thead .btn-period-edit:before,._account_api .accountDashboard .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .accountDashboard .liveDashboard .list-results thead .btn-period-edit:before,._account_api .accountDashboard .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .accountDashboard .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .accountDashboard .liveDashboard ._account_api .list-results thead .btn-period-edit:before,._account_api .accountDashboard .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .accountDashboard .liveDashboard .list-results thead .btn-period-edit:before,._account_api .accountDashboard .liveDashboard .list-results thead .block-filters .btn-filter:before,.block-filters ._account_api .accountDashboard .liveDashboard .list-results thead .btn-filter:before,._account_api .accountDashboard .liveDashboard .list-results thead .block-filters .btn-filter:before,._account_api .accountDashboard .block-filters .liveDashboard .list-results thead .btn-filter:before,.block-filters ._account_api .accountDashboard .liveDashboard .list-results thead .btn-filter:before,._account_api .accountDashboard .liveDashboard .list-results thead .block-filters .btn-filter:before,.block-filters ._account_api .accountDashboard .liveDashboard .list-results thead .btn-filter:before,._account_api .accountDashboard .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,._account_api .accountDashboard .block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.block-filters ._account_api .accountDashboard .liveDashboard ._account_api .list-results thead .btn-filter:before,._account_api .accountDashboard .liveDashboard .list-results thead .block-filters .btn-filter:before,.block-filters ._account_api .accountDashboard .liveDashboard .list-results thead .btn-filter:before,._account_api .accountDashboard .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper ._account_api .accountDashboard .liveDashboard .list-results thead input.mobileToggle+label,._account_api .accountDashboard .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,._account_api .accountDashboard .toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper ._account_api .accountDashboard .liveDashboard .list-results thead input.mobileToggle+label,._account_api .accountDashboard .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper ._account_api .accountDashboard .liveDashboard .list-results thead input.mobileToggle+label,._account_api .accountDashboard .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,._account_api .accountDashboard .toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper ._account_api .accountDashboard .liveDashboard ._account_api .list-results thead input.mobileToggle+label,._account_api .accountDashboard .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper ._account_api .accountDashboard .liveDashboard .list-results thead input.mobileToggle+label,._account_api .accountDashboard .liveDashboard .list-results thead tbody span.status,._account_api .accountDashboard .liveDashboard .list-results tbody thead span.status,._account_api .accountDashboard .liveDashboard .list-results thead tbody span.status,._account_api .accountDashboard .liveDashboard .list-results tbody thead span.status,._account_api .accountDashboard .liveDashboard .list-results thead tbody span.status,._account_api .accountDashboard .liveDashboard .list-results tbody thead span.status,._account_api .accountDashboard .liveDashboard ._account_api .list-results thead tbody span.status,._account_api .accountDashboard .liveDashboard ._account_api .list-results tbody thead span.status,._account_api .accountDashboard .liveDashboard .list-results thead tbody span.status,._account_api .accountDashboard .liveDashboard .list-results tbody thead span.status,._account_api .accountDashboard .liveDashboard .list-results thead tbody td.is-running span,._account_api .accountDashboard .liveDashboard .list-results tbody td.is-running thead span,._account_api .accountDashboard .liveDashboard .list-results thead tbody td.is-running span,._account_api .accountDashboard .liveDashboard .list-results tbody td.is-running thead span,._account_api .accountDashboard .liveDashboard .list-results thead tbody td.is-running span,._account_api .accountDashboard .liveDashboard .list-results tbody td.is-running thead span,._account_api .accountDashboard .liveDashboard ._account_api .list-results thead tbody td.is-running span,._account_api .accountDashboard .liveDashboard ._account_api .list-results tbody td.is-running thead span,._account_api .accountDashboard .liveDashboard .list-results thead tbody td.is-running span,._account_api .accountDashboard .liveDashboard .list-results tbody td.is-running thead span,._account_api .accountDashboard .liveDashboard .list-results thead tbody td.is-pending span,._account_api .accountDashboard .liveDashboard .list-results tbody td.is-pending thead span,._account_api .accountDashboard .liveDashboard .list-results thead tbody td.is-pending span,._account_api .accountDashboard .liveDashboard .list-results tbody td.is-pending thead span,._account_api .accountDashboard .liveDashboard .list-results thead tbody td.is-pending span,._account_api .accountDashboard .liveDashboard .list-results tbody td.is-pending thead span,._account_api .accountDashboard .liveDashboard ._account_api .list-results thead tbody td.is-pending span,._account_api .accountDashboard .liveDashboard ._account_api .list-results tbody td.is-pending thead span,._account_api .accountDashboard .liveDashboard .list-results thead tbody td.is-pending span,._account_api .accountDashboard .liveDashboard .list-results tbody td.is-pending thead span,.accountDashboard .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,.accountDashboard ._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,._account_api .accountDashboard .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,.accountDashboard .liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .dropdown-toggle:after,.accountDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .accountDashboard .liveDashboard .list-results thead .dropdown-toggle:after,.accountDashboard .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter,.accountDashboard ._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter,._account_api .accountDashboard .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter,.accountDashboard .liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .filter,.accountDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .accountDashboard .liveDashboard .list-results thead .filter,.accountDashboard .liveDashboard ._account_api .list-results thead .form-label.status span,.accountDashboard .liveDashboard ._account_api .list-results thead .status.status-log span,.accountDashboard .liveDashboard ._account_api .list-results thead .status.status-report-item span,.accountDashboard .liveDashboard ._account_api .list-results thead .double-list dd.status span,.double-list .accountDashboard .liveDashboard ._account_api .list-results thead dd.status span,.accountDashboard .liveDashboard ._account_api .list-results thead .double-list dt.status span,.double-list .accountDashboard .liveDashboard ._account_api .list-results thead dt.status span,.accountDashboard .liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span,.w-cards-container .w-card .accountDashboard .liveDashboard ._account_api .list-results thead .status.title span,.accountDashboard .liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value .accountDashboard .liveDashboard ._account_api .list-results thead .status.label span,.accountDashboard .liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span,.accountDashboard .liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span,.accountDashboard ._account_api .liveDashboard .list-results thead .form-label.status span,.accountDashboard ._account_api .liveDashboard .list-results thead .status.status-log span,.accountDashboard ._account_api .liveDashboard .list-results thead .status.status-report-item span,.accountDashboard ._account_api .liveDashboard .list-results thead .double-list dd.status span,.double-list .accountDashboard ._account_api .liveDashboard .list-results thead dd.status span,.accountDashboard ._account_api .liveDashboard .list-results thead .double-list dt.status span,.double-list .accountDashboard ._account_api .liveDashboard .list-results thead dt.status span,.accountDashboard ._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span,.w-cards-container .w-card .accountDashboard ._account_api .liveDashboard .list-results thead .status.title span,.accountDashboard ._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value .accountDashboard ._account_api .liveDashboard .list-results thead .status.label span,.accountDashboard ._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span,.accountDashboard ._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span,._account_api .accountDashboard .liveDashboard .list-results thead .form-label.status span,._account_api .accountDashboard .liveDashboard .list-results thead .status.status-log span,._account_api .accountDashboard .liveDashboard .list-results thead .status.status-report-item span,._account_api .accountDashboard .liveDashboard .list-results thead .double-list dd.status span,.double-list ._account_api .accountDashboard .liveDashboard .list-results thead dd.status span,._account_api .accountDashboard .liveDashboard .list-results thead .double-list dt.status span,.double-list ._account_api .accountDashboard .liveDashboard .list-results thead dt.status span,._account_api .accountDashboard .liveDashboard .list-results thead .w-cards-container .w-card .status.title span,.w-cards-container .w-card ._account_api .accountDashboard .liveDashboard .list-results thead .status.title span,._account_api .accountDashboard .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value ._account_api .accountDashboard .liveDashboard .list-results thead .status.label span,._account_api .accountDashboard .liveDashboard .list-results thead tbody tr.sublist .status.title span,._account_api .accountDashboard .liveDashboard .list-results tbody tr.sublist thead .status.title span,.accountDashboard .liveDashboard .form-label.status ._account_api .list-results thead span,.accountDashboard .liveDashboard .status.status-log ._account_api .list-results thead span,.accountDashboard .liveDashboard .status.status-report-item ._account_api .list-results thead span,.accountDashboard .liveDashboard .double-list dd.status ._account_api .list-results thead span,.double-list .accountDashboard .liveDashboard dd.status ._account_api .list-results thead span,.accountDashboard .liveDashboard .double-list dt.status ._account_api .list-results thead span,.double-list .accountDashboard .liveDashboard dt.status ._account_api .list-results thead span,.accountDashboard .liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span,.w-cards-container .w-card .accountDashboard .liveDashboard .status.title ._account_api .list-results thead span,.accountDashboard .liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span,.w-cards-container .w-card.centered .w-value .accountDashboard .liveDashboard .status.label ._account_api .list-results thead span,.accountDashboard .liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span,.list-results tbody tr.sublist .accountDashboard .liveDashboard .status.title ._account_api .list-results thead span,.accountDashboard .form-label.status ._account_api .liveDashboard .list-results thead span,.accountDashboard .status.status-log ._account_api .liveDashboard .list-results thead span,.accountDashboard .status.status-report-item ._account_api .liveDashboard .list-results thead span,.accountDashboard .double-list dd.status ._account_api .liveDashboard .list-results thead span,.double-list .accountDashboard dd.status ._account_api .liveDashboard .list-results thead span,.accountDashboard .double-list dt.status ._account_api .liveDashboard .list-results thead span,.double-list .accountDashboard dt.status ._account_api .liveDashboard .list-results thead span,.accountDashboard .w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead span,.w-cards-container .w-card .accountDashboard .status.title ._account_api .liveDashboard .list-results thead span,.accountDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead span,.w-cards-container .w-card.centered .w-value .accountDashboard .status.label ._account_api .liveDashboard .list-results thead span,.accountDashboard .list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead span,.list-results tbody tr.sublist .accountDashboard .status.title ._account_api .liveDashboard .list-results thead span,.form-label.status ._account_api .accountDashboard .liveDashboard .list-results thead span,.status.status-log ._account_api .accountDashboard .liveDashboard .list-results thead span,.status.status-report-item ._account_api .accountDashboard .liveDashboard .list-results thead span,.double-list dd.status ._account_api .accountDashboard .liveDashboard .list-results thead span,.double-list dt.status ._account_api .accountDashboard .liveDashboard .list-results thead span,.w-cards-container .w-card .status.title ._account_api .accountDashboard .liveDashboard .list-results thead span,.w-cards-container .w-card.centered .w-value .status.label ._account_api .accountDashboard .liveDashboard .list-results thead span,.list-results tbody tr.sublist .status.title ._account_api .accountDashboard .liveDashboard .list-results thead span,.accountDashboard .liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span,.accountDashboard ._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span,._account_api .accountDashboard .liveDashboard .list-results thead .w-filters-selected label.status.small span,.accountDashboard .liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span,.accountDashboard .w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead span,.w-filters-selected label.status.small ._account_api .accountDashboard .liveDashboard .list-results thead span,.accountDashboard .liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span,.accountDashboard ._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span,._account_api .accountDashboard .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span,.accountDashboard .liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span,.accountDashboard .w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead span,.w-filters-selected .status.btn-f-s ._account_api .accountDashboard .liveDashboard .list-results thead span,.accountDashboard .liveDashboard ._account_api .list-results thead .sub-header .w-form label,.accountDashboard .liveDashboard ._account_api .list-results thead .sub-header .w-double-list label,.accountDashboard ._account_api .liveDashboard .list-results thead .sub-header .w-form label,.accountDashboard ._account_api .liveDashboard .list-results thead .sub-header .w-double-list label,._account_api .accountDashboard .liveDashboard .list-results thead .sub-header .w-form label,._account_api .accountDashboard .liveDashboard .list-results thead .sub-header .w-double-list label,.accountDashboard .liveDashboard .sub-header .w-form ._account_api .list-results thead label,.accountDashboard .liveDashboard .sub-header .w-double-list ._account_api .list-results thead label,.accountDashboard .sub-header .w-form ._account_api .liveDashboard .list-results thead label,.accountDashboard .sub-header .w-double-list ._account_api .liveDashboard .list-results thead label,.sub-header .w-form ._account_api .accountDashboard .liveDashboard .list-results thead label,.sub-header .w-double-list ._account_api .accountDashboard .liveDashboard .list-results thead label,.accountDashboard .liveDashboard ._account_api .list-results thead .block-filters button:after,.accountDashboard ._account_api .liveDashboard .list-results thead .block-filters button:after,._account_api .accountDashboard .liveDashboard .list-results thead .block-filters button:after,.accountDashboard .liveDashboard .block-filters ._account_api .list-results thead button:after,.accountDashboard .block-filters ._account_api .liveDashboard .list-results thead button:after,.block-filters ._account_api .accountDashboard .liveDashboard .list-results thead button:after,.accountDashboard .liveDashboard ._account_api .list-results thead .block-filters select:after,.accountDashboard ._account_api .liveDashboard .list-results thead .block-filters select:after,._account_api .accountDashboard .liveDashboard .list-results thead .block-filters select:after,.accountDashboard .liveDashboard .block-filters ._account_api .list-results thead select:after,.accountDashboard .block-filters ._account_api .liveDashboard .list-results thead select:after,.block-filters ._account_api .accountDashboard .liveDashboard .list-results thead select:after,.accountDashboard .liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive,.accountDashboard ._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive,._account_api .accountDashboard .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive,.accountDashboard .liveDashboard .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-inactive,.accountDashboard .form-auto-list ._account_api .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .accountDashboard .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive,.accountDashboard .liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active,.accountDashboard ._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active,._account_api .accountDashboard .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active,.accountDashboard .liveDashboard .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-active,.accountDashboard .form-auto-list ._account_api .liveDashboard .list-results thead .form-auto-item.is-user-is-active,.form-auto-list ._account_api .accountDashboard .liveDashboard .list-results thead .form-auto-item.is-user-is-active,.accountDashboard .liveDashboard ._account_api .list-results thead .list-results-header .status.title span,.accountDashboard ._account_api .liveDashboard .list-results thead .list-results-header .status.title span,._account_api .accountDashboard .liveDashboard .list-results thead .list-results-header .status.title span,.accountDashboard .liveDashboard .list-results-header .status.title ._account_api .list-results thead span,.accountDashboard .list-results-header .status.title ._account_api .liveDashboard .list-results thead span,.list-results-header .status.title ._account_api .accountDashboard .liveDashboard .list-results thead span,.accountDashboard .liveDashboard ._account_api .list-results thead tr span,.accountDashboard ._account_api .liveDashboard .list-results thead tr span,._account_api .accountDashboard .liveDashboard .list-results thead tr span,.accountDashboard ._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .dropdown-toggle:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .accountDashboard .liveDashboard .list-results thead .dropdown-toggle:after,.accountDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .accountDashboard .liveDashboard ._account_api .list-results thead .dropdown-toggle:after,.accountDashboard ._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .filter,._account_api .w-filter-preset.w-filter-preset .filter-preset .accountDashboard .liveDashboard .list-results thead .filter,.accountDashboard .w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .filter,.w-filter-preset.w-filter-preset .filter-preset .accountDashboard .liveDashboard ._account_api .list-results thead .filter,.accountDashboard ._account_api .form-label.status .liveDashboard .list-results thead span,.accountDashboard ._account_api .status.status-log .liveDashboard .list-results thead span,.accountDashboard ._account_api .status.status-report-item .liveDashboard .list-results thead span,.accountDashboard ._account_api .double-list dd.status .liveDashboard .list-results thead span,.double-list .accountDashboard ._account_api dd.status .liveDashboard .list-results thead span,.accountDashboard ._account_api .double-list dt.status .liveDashboard .list-results thead span,.double-list .accountDashboard ._account_api dt.status .liveDashboard .list-results thead span,.accountDashboard ._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span,.w-cards-container .w-card .accountDashboard ._account_api .status.title .liveDashboard .list-results thead span,.accountDashboard ._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span,.w-cards-container .w-card.centered .w-value .accountDashboard ._account_api .status.label .liveDashboard .list-results thead span,.accountDashboard ._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span,.list-results tbody tr.sublist .accountDashboard ._account_api .status.title .liveDashboard .list-results thead span,._account_api .form-label.status .accountDashboard .liveDashboard .list-results thead span,._account_api .status.status-log .accountDashboard .liveDashboard .list-results thead span,._account_api .status.status-report-item .accountDashboard .liveDashboard .list-results thead span,._account_api .double-list dd.status .accountDashboard .liveDashboard .list-results thead span,.double-list ._account_api dd.status .accountDashboard .liveDashboard .list-results thead span,._account_api .double-list dt.status .accountDashboard .liveDashboard .list-results thead span,.double-list ._account_api dt.status .accountDashboard .liveDashboard .list-results thead span,._account_api .w-cards-container .w-card .status.title .accountDashboard .liveDashboard .list-results thead span,.w-cards-container .w-card ._account_api .status.title .accountDashboard .liveDashboard .list-results thead span,._account_api .w-cards-container .w-card.centered .w-value .status.label .accountDashboard .liveDashboard .list-results thead span,.w-cards-container .w-card.centered .w-value ._account_api .status.label .accountDashboard .liveDashboard .list-results thead span,._account_api .list-results tbody tr.sublist .status.title .accountDashboard .liveDashboard .list-results thead span,.list-results tbody tr.sublist ._account_api .status.title .accountDashboard .liveDashboard .list-results thead span,.accountDashboard .form-label.status .liveDashboard ._account_api .list-results thead span,.accountDashboard .status.status-log .liveDashboard ._account_api .list-results thead span,.accountDashboard .status.status-report-item .liveDashboard ._account_api .list-results thead span,.accountDashboard .double-list dd.status .liveDashboard ._account_api .list-results thead span,.double-list .accountDashboard dd.status .liveDashboard ._account_api .list-results thead span,.accountDashboard .double-list dt.status .liveDashboard ._account_api .list-results thead span,.double-list .accountDashboard dt.status .liveDashboard ._account_api .list-results thead span,.accountDashboard .w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead span,.w-cards-container .w-card .accountDashboard .status.title .liveDashboard ._account_api .list-results thead span,.accountDashboard .w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead span,.w-cards-container .w-card.centered .w-value .accountDashboard .status.label .liveDashboard ._account_api .list-results thead span,.accountDashboard .list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead span,.list-results tbody tr.sublist .accountDashboard .status.title .liveDashboard ._account_api .list-results thead span,.form-label.status .accountDashboard .liveDashboard ._account_api .list-results thead span,.status.status-log .accountDashboard .liveDashboard ._account_api .list-results thead span,.status.status-report-item .accountDashboard .liveDashboard ._account_api .list-results thead span,.double-list dd.status .accountDashboard .liveDashboard ._account_api .list-results thead span,.double-list dt.status .accountDashboard .liveDashboard ._account_api .list-results thead span,.w-cards-container .w-card .status.title .accountDashboard .liveDashboard ._account_api .list-results thead span,.w-cards-container .w-card.centered .w-value .status.label .accountDashboard .liveDashboard ._account_api .list-results thead span,.list-results tbody tr.sublist .status.title .accountDashboard .liveDashboard ._account_api .list-results thead span,.accountDashboard ._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span,._account_api .w-filters-selected label.status.small .accountDashboard .liveDashboard .list-results thead span,.accountDashboard .w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead span,.w-filters-selected label.status.small .accountDashboard .liveDashboard ._account_api .list-results thead span,.accountDashboard ._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span,._account_api .w-filters-selected .status.btn-f-s .accountDashboard .liveDashboard .list-results thead span,.accountDashboard .w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead span,.w-filters-selected .status.btn-f-s .accountDashboard .liveDashboard ._account_api .list-results thead span,.accountDashboard ._account_api .sub-header .w-form .liveDashboard .list-results thead label,.accountDashboard ._account_api .sub-header .w-double-list .liveDashboard .list-results thead label,._account_api .sub-header .w-form .accountDashboard .liveDashboard .list-results thead label,._account_api .sub-header .w-double-list .accountDashboard .liveDashboard .list-results thead label,.accountDashboard .sub-header .w-form .liveDashboard ._account_api .list-results thead label,.accountDashboard .sub-header .w-double-list .liveDashboard ._account_api .list-results thead label,.sub-header .w-form .accountDashboard .liveDashboard ._account_api .list-results thead label,.sub-header .w-double-list .accountDashboard .liveDashboard ._account_api .list-results thead label,.accountDashboard ._account_api .block-filters .liveDashboard .list-results thead button:after,._account_api .block-filters .accountDashboard .liveDashboard .list-results thead button:after,.accountDashboard .block-filters .liveDashboard ._account_api .list-results thead button:after,.block-filters .accountDashboard .liveDashboard ._account_api .list-results thead button:after,.accountDashboard ._account_api .block-filters .liveDashboard .list-results thead select:after,._account_api .block-filters .accountDashboard .liveDashboard .list-results thead select:after,.accountDashboard .block-filters .liveDashboard ._account_api .list-results thead select:after,.block-filters .accountDashboard .liveDashboard ._account_api .list-results thead select:after,.accountDashboard ._account_api .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive,._account_api .form-auto-list .accountDashboard .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive,.accountDashboard .form-auto-list .liveDashboard ._account_api .list-results thead .form-auto-item.is-user-is-inactive,.form-auto-list .accountDashboard .liveDashboard ._account_api .list-results thead .form-auto-item.is-user-is-inactive,.accountDashboard ._account_api .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-active,._account_api .form-auto-list .accountDashboard .liveDashboard .list-results thead .form-auto-item.is-user-is-active,.accountDashboard .form-auto-list .liveDashboard ._account_api .list-results thead .form-auto-item.is-user-is-active,.form-auto-list .accountDashboard .liveDashboard ._account_api .list-results thead .form-auto-item.is-user-is-active,.accountDashboard ._account_api .list-results-header .status.title .liveDashboard .list-results thead span,._account_api .list-results-header .status.title .accountDashboard .liveDashboard .list-results thead span,.accountDashboard .list-results-header .status.title .liveDashboard ._account_api .list-results thead span,.list-results-header .status.title .accountDashboard .liveDashboard ._account_api .list-results thead span,.liveDashboard .list-results thead .accountDashboard .icon,.liveDashboard .list-results thead .accountDashboard .w-alert-banner:before,.liveDashboard .list-results thead .accountDashboard .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .accountDashboard .w-alert-banner:before,._account_api .liveDashboard .list-results thead .accountDashboard .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .accountDashboard .w-alert-banner:before,._account_api .liveDashboard .list-results thead .accountDashboard .w-alert-banner:before,.liveDashboard .list-results thead .accountDashboard .w-dialog.plus .dialog-aside:after,.w-dialog.plus .liveDashboard .list-results thead .accountDashboard .dialog-aside:after,.liveDashboard .list-results thead .accountDashboard .w-dialog.plus .dialog-aside:after,.liveDashboard .list-results thead .w-dialog.plus .accountDashboard .dialog-aside:after,.w-dialog.plus .liveDashboard .list-results thead .accountDashboard .dialog-aside:after,.liveDashboard ._account_api .list-results thead .accountDashboard .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard .list-results thead .accountDashboard .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .accountDashboard .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .accountDashboard .dialog-aside:after,.liveDashboard .w-dialog.plus ._account_api .list-results thead .accountDashboard .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .accountDashboard .dialog-aside:after,.liveDashboard ._account_api .list-results thead .accountDashboard .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .accountDashboard .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .accountDashboard .dialog-aside:after,._account_api .liveDashboard .list-results thead .accountDashboard .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .accountDashboard .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .accountDashboard .dialog-aside:after,.liveDashboard .list-results thead .accountDashboard .w-toast .toast.plus:after,.w-toast .liveDashboard .list-results thead .accountDashboard .toast.plus:after,.liveDashboard .list-results thead .accountDashboard .w-toast .toast.plus:after,.liveDashboard .list-results thead .w-toast .accountDashboard .toast.plus:after,.w-toast .liveDashboard .list-results thead .accountDashboard .toast.plus:after,.liveDashboard ._account_api .list-results thead .accountDashboard .w-toast .toast.plus:after,._account_api .liveDashboard .list-results thead .accountDashboard .w-toast .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .accountDashboard .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .accountDashboard .toast.plus:after,.liveDashboard .w-toast ._account_api .list-results thead .accountDashboard .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .accountDashboard .toast.plus:after,.liveDashboard ._account_api .list-results thead .accountDashboard .w-toast .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .accountDashboard .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .accountDashboard .toast.plus:after,._account_api .liveDashboard .list-results thead .accountDashboard .w-toast .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .accountDashboard .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .accountDashboard .toast.plus:after,.liveDashboard .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .accountDashboard .btn-period-clear:before,.liveDashboard .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .accountDashboard .btn-filter:before,.liveDashboard .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .accountDashboard .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .accountDashboard .btn-period-clear:before,.liveDashboard .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .accountDashboard .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .accountDashboard .btn-filter:before,.liveDashboard ._account_api .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .accountDashboard .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .accountDashboard .btn-period-clear:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .accountDashboard .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .accountDashboard .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .accountDashboard .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .accountDashboard .btn-filter:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .accountDashboard .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .accountDashboard .btn-filter:before,.liveDashboard ._account_api .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .accountDashboard .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .accountDashboard .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .accountDashboard .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .accountDashboard .btn-filter:before,._account_api .liveDashboard .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .accountDashboard .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .accountDashboard .btn-period-clear:before,._account_api .liveDashboard .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .accountDashboard .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .accountDashboard .btn-filter:before,.liveDashboard .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .accountDashboard .btn-period-edit:before,.liveDashboard .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .accountDashboard .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .accountDashboard .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .accountDashboard .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .accountDashboard .btn-period-edit:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .accountDashboard .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .accountDashboard .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .accountDashboard .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .accountDashboard .btn-period-edit:before,._account_api .liveDashboard .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .accountDashboard .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .accountDashboard .btn-period-edit:before,.liveDashboard .list-results thead .accountDashboard .block-filters .btn-filter:before,.block-filters .liveDashboard .list-results thead .accountDashboard .btn-filter:before,.liveDashboard .list-results thead .accountDashboard .block-filters .btn-filter:before,.liveDashboard .list-results thead .block-filters .accountDashboard .btn-filter:before,.block-filters .liveDashboard .list-results thead .accountDashboard .btn-filter:before,.liveDashboard ._account_api .list-results thead .accountDashboard .block-filters .btn-filter:before,._account_api .liveDashboard .list-results thead .accountDashboard .block-filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .accountDashboard .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .accountDashboard .btn-filter:before,.liveDashboard .block-filters ._account_api .list-results thead .accountDashboard .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .accountDashboard .btn-filter:before,.liveDashboard ._account_api .list-results thead .accountDashboard .block-filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .accountDashboard .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .accountDashboard .btn-filter:before,._account_api .liveDashboard .list-results thead .accountDashboard .block-filters .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .accountDashboard .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .accountDashboard .btn-filter:before,.liveDashboard .list-results thead .accountDashboard .toggleWrapper input.mobileToggle+label,.toggleWrapper .liveDashboard .list-results thead .accountDashboard input.mobileToggle+label,.liveDashboard .list-results thead .accountDashboard .toggleWrapper input.mobileToggle+label,.liveDashboard .list-results thead .toggleWrapper .accountDashboard input.mobileToggle+label,.toggleWrapper .liveDashboard .list-results thead .accountDashboard input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .accountDashboard .toggleWrapper input.mobileToggle+label,._account_api .liveDashboard .list-results thead .accountDashboard .toggleWrapper input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper .accountDashboard input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper .accountDashboard input.mobileToggle+label,.liveDashboard .toggleWrapper ._account_api .list-results thead .accountDashboard input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead .accountDashboard input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .accountDashboard .toggleWrapper input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper .accountDashboard input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead .accountDashboard input.mobileToggle+label,._account_api .liveDashboard .list-results thead .accountDashboard .toggleWrapper input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper .accountDashboard input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead .accountDashboard input.mobileToggle+label,.liveDashboard .list-results thead .accountDashboard tbody span.status,.liveDashboard .list-results tbody thead .accountDashboard span.status,.liveDashboard .list-results thead .accountDashboard tbody span.status,.liveDashboard .list-results thead tbody .accountDashboard span.status,.liveDashboard .list-results tbody thead .accountDashboard span.status,.liveDashboard ._account_api .list-results thead .accountDashboard tbody span.status,._account_api .liveDashboard .list-results thead .accountDashboard tbody span.status,.liveDashboard ._account_api .list-results thead tbody .accountDashboard span.status,._account_api .liveDashboard .list-results thead tbody .accountDashboard span.status,.liveDashboard ._account_api .list-results tbody thead .accountDashboard span.status,._account_api .liveDashboard .list-results tbody thead .accountDashboard span.status,.liveDashboard ._account_api .list-results thead .accountDashboard tbody span.status,.liveDashboard ._account_api .list-results thead tbody .accountDashboard span.status,.liveDashboard ._account_api .list-results tbody thead .accountDashboard span.status,._account_api .liveDashboard .list-results thead .accountDashboard tbody span.status,._account_api .liveDashboard .list-results thead tbody .accountDashboard span.status,._account_api .liveDashboard .list-results tbody thead .accountDashboard span.status,.liveDashboard .list-results thead .accountDashboard tbody td.is-running span,.liveDashboard .list-results tbody td.is-running thead .accountDashboard span,.liveDashboard .list-results thead .accountDashboard tbody td.is-running span,.liveDashboard .list-results thead tbody td.is-running .accountDashboard span,.liveDashboard .list-results tbody td.is-running thead .accountDashboard span,.liveDashboard ._account_api .list-results thead .accountDashboard tbody td.is-running span,._account_api .liveDashboard .list-results thead .accountDashboard tbody td.is-running span,.liveDashboard ._account_api .list-results thead tbody td.is-running .accountDashboard span,._account_api .liveDashboard .list-results thead tbody td.is-running .accountDashboard span,.liveDashboard ._account_api .list-results tbody td.is-running thead .accountDashboard span,._account_api .liveDashboard .list-results tbody td.is-running thead .accountDashboard span,.liveDashboard ._account_api .list-results thead .accountDashboard tbody td.is-running span,.liveDashboard ._account_api .list-results thead tbody td.is-running .accountDashboard span,.liveDashboard ._account_api .list-results tbody td.is-running thead .accountDashboard span,._account_api .liveDashboard .list-results thead .accountDashboard tbody td.is-running span,._account_api .liveDashboard .list-results thead tbody td.is-running .accountDashboard span,._account_api .liveDashboard .list-results tbody td.is-running thead .accountDashboard span,.liveDashboard .list-results thead .accountDashboard tbody td.is-pending span,.liveDashboard .list-results tbody td.is-pending thead .accountDashboard span,.liveDashboard .list-results thead .accountDashboard tbody td.is-pending span,.liveDashboard .list-results thead tbody td.is-pending .accountDashboard span,.liveDashboard .list-results tbody td.is-pending thead .accountDashboard span,.liveDashboard ._account_api .list-results thead .accountDashboard tbody td.is-pending span,._account_api .liveDashboard .list-results thead .accountDashboard tbody td.is-pending span,.liveDashboard ._account_api .list-results thead tbody td.is-pending .accountDashboard span,._account_api .liveDashboard .list-results thead tbody td.is-pending .accountDashboard span,.liveDashboard ._account_api .list-results tbody td.is-pending thead .accountDashboard span,._account_api .liveDashboard .list-results tbody td.is-pending thead .accountDashboard span,.liveDashboard ._account_api .list-results thead .accountDashboard tbody td.is-pending span,.liveDashboard ._account_api .list-results thead tbody td.is-pending .accountDashboard span,.liveDashboard ._account_api .list-results tbody td.is-pending thead .accountDashboard span,._account_api .liveDashboard .list-results thead .accountDashboard tbody td.is-pending span,._account_api .liveDashboard .list-results thead tbody td.is-pending .accountDashboard span,._account_api .liveDashboard .list-results tbody td.is-pending thead .accountDashboard span,.liveDashboard .list-results thead .accountDashboard .icon,.liveDashboard .list-results thead .accountDashboard .w-alert-banner:before,.liveDashboard .list-results thead .accountDashboard .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .accountDashboard .w-alert-banner:before,._account_api .liveDashboard .list-results thead .accountDashboard .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .accountDashboard .w-alert-banner:before,._account_api .liveDashboard .list-results thead .accountDashboard .w-alert-banner:before,.liveDashboard .list-results thead .accountDashboard .w-dialog.plus .dialog-aside:after,.w-dialog.plus .liveDashboard .list-results thead .accountDashboard .dialog-aside:after,.liveDashboard .list-results thead .accountDashboard .w-dialog.plus .dialog-aside:after,.liveDashboard .list-results thead .w-dialog.plus .accountDashboard .dialog-aside:after,.w-dialog.plus .liveDashboard .list-results thead .accountDashboard .dialog-aside:after,.liveDashboard ._account_api .list-results thead .accountDashboard .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard .list-results thead .accountDashboard .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .accountDashboard .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .accountDashboard .dialog-aside:after,.liveDashboard .w-dialog.plus ._account_api .list-results thead .accountDashboard .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .accountDashboard .dialog-aside:after,.liveDashboard ._account_api .list-results thead .accountDashboard .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .accountDashboard .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .accountDashboard .dialog-aside:after,._account_api .liveDashboard .list-results thead .accountDashboard .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .accountDashboard .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .accountDashboard .dialog-aside:after,.liveDashboard .list-results thead .accountDashboard .w-toast .toast.plus:after,.w-toast .liveDashboard .list-results thead .accountDashboard .toast.plus:after,.liveDashboard .list-results thead .accountDashboard .w-toast .toast.plus:after,.liveDashboard .list-results thead .w-toast .accountDashboard .toast.plus:after,.w-toast .liveDashboard .list-results thead .accountDashboard .toast.plus:after,.liveDashboard ._account_api .list-results thead .accountDashboard .w-toast .toast.plus:after,._account_api .liveDashboard .list-results thead .accountDashboard .w-toast .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .accountDashboard .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .accountDashboard .toast.plus:after,.liveDashboard .w-toast ._account_api .list-results thead .accountDashboard .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .accountDashboard .toast.plus:after,.liveDashboard ._account_api .list-results thead .accountDashboard .w-toast .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .accountDashboard .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .accountDashboard .toast.plus:after,._account_api .liveDashboard .list-results thead .accountDashboard .w-toast .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .accountDashboard .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .accountDashboard .toast.plus:after,.liveDashboard .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .accountDashboard .btn-period-clear:before,.liveDashboard .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .accountDashboard .btn-filter:before,.liveDashboard .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .accountDashboard .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .accountDashboard .btn-period-clear:before,.liveDashboard .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .accountDashboard .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .accountDashboard .btn-filter:before,.liveDashboard ._account_api .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .accountDashboard .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .accountDashboard .btn-period-clear:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .accountDashboard .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .accountDashboard .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .accountDashboard .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .accountDashboard .btn-filter:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .accountDashboard .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .accountDashboard .btn-filter:before,.liveDashboard ._account_api .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .accountDashboard .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .accountDashboard .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .accountDashboard .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .accountDashboard .btn-filter:before,._account_api .liveDashboard .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .accountDashboard .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .accountDashboard .btn-period-clear:before,._account_api .liveDashboard .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .accountDashboard .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .accountDashboard .btn-filter:before,.liveDashboard .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .accountDashboard .btn-period-edit:before,.liveDashboard .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .accountDashboard .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .accountDashboard .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .accountDashboard .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .accountDashboard .btn-period-edit:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .accountDashboard .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .accountDashboard .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .accountDashboard .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .accountDashboard .btn-period-edit:before,._account_api .liveDashboard .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .accountDashboard .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .accountDashboard .btn-period-edit:before,.liveDashboard .list-results thead .accountDashboard .block-filters .btn-filter:before,.block-filters .liveDashboard .list-results thead .accountDashboard .btn-filter:before,.liveDashboard .list-results thead .accountDashboard .block-filters .btn-filter:before,.liveDashboard .list-results thead .block-filters .accountDashboard .btn-filter:before,.block-filters .liveDashboard .list-results thead .accountDashboard .btn-filter:before,.liveDashboard ._account_api .list-results thead .accountDashboard .block-filters .btn-filter:before,._account_api .liveDashboard .list-results thead .accountDashboard .block-filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .accountDashboard .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .accountDashboard .btn-filter:before,.liveDashboard .block-filters ._account_api .list-results thead .accountDashboard .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .accountDashboard .btn-filter:before,.liveDashboard ._account_api .list-results thead .accountDashboard .block-filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .accountDashboard .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .accountDashboard .btn-filter:before,._account_api .liveDashboard .list-results thead .accountDashboard .block-filters .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .accountDashboard .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .accountDashboard .btn-filter:before,.liveDashboard .list-results thead .accountDashboard .toggleWrapper input.mobileToggle+label,.toggleWrapper .liveDashboard .list-results thead .accountDashboard input.mobileToggle+label,.liveDashboard .list-results thead .accountDashboard .toggleWrapper input.mobileToggle+label,.liveDashboard .list-results thead .toggleWrapper .accountDashboard input.mobileToggle+label,.toggleWrapper .liveDashboard .list-results thead .accountDashboard input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .accountDashboard .toggleWrapper input.mobileToggle+label,._account_api .liveDashboard .list-results thead .accountDashboard .toggleWrapper input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper .accountDashboard input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper .accountDashboard input.mobileToggle+label,.liveDashboard .toggleWrapper ._account_api .list-results thead .accountDashboard input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead .accountDashboard input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .accountDashboard .toggleWrapper input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper .accountDashboard input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead .accountDashboard input.mobileToggle+label,._account_api .liveDashboard .list-results thead .accountDashboard .toggleWrapper input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper .accountDashboard input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead .accountDashboard input.mobileToggle+label,.liveDashboard .list-results thead .accountDashboard tbody span.status,.liveDashboard .list-results tbody thead .accountDashboard span.status,.liveDashboard .list-results thead .accountDashboard tbody span.status,.liveDashboard .list-results thead tbody .accountDashboard span.status,.liveDashboard .list-results tbody thead .accountDashboard span.status,.liveDashboard ._account_api .list-results thead .accountDashboard tbody span.status,._account_api .liveDashboard .list-results thead .accountDashboard tbody span.status,.liveDashboard ._account_api .list-results thead tbody .accountDashboard span.status,._account_api .liveDashboard .list-results thead tbody .accountDashboard span.status,.liveDashboard ._account_api .list-results tbody thead .accountDashboard span.status,._account_api .liveDashboard .list-results tbody thead .accountDashboard span.status,.liveDashboard ._account_api .list-results thead .accountDashboard tbody span.status,.liveDashboard ._account_api .list-results thead tbody .accountDashboard span.status,.liveDashboard ._account_api .list-results tbody thead .accountDashboard span.status,._account_api .liveDashboard .list-results thead .accountDashboard tbody span.status,._account_api .liveDashboard .list-results thead tbody .accountDashboard span.status,._account_api .liveDashboard .list-results tbody thead .accountDashboard span.status,.liveDashboard .list-results thead .accountDashboard tbody td.is-running span,.liveDashboard .list-results tbody td.is-running thead .accountDashboard span,.liveDashboard .list-results thead .accountDashboard tbody td.is-running span,.liveDashboard .list-results thead tbody td.is-running .accountDashboard span,.liveDashboard .list-results tbody td.is-running thead .accountDashboard span,.liveDashboard ._account_api .list-results thead .accountDashboard tbody td.is-running span,._account_api .liveDashboard .list-results thead .accountDashboard tbody td.is-running span,.liveDashboard ._account_api .list-results thead tbody td.is-running .accountDashboard span,._account_api .liveDashboard .list-results thead tbody td.is-running .accountDashboard span,.liveDashboard ._account_api .list-results tbody td.is-running thead .accountDashboard span,._account_api .liveDashboard .list-results tbody td.is-running thead .accountDashboard span,.liveDashboard ._account_api .list-results thead .accountDashboard tbody td.is-running span,.liveDashboard ._account_api .list-results thead tbody td.is-running .accountDashboard span,.liveDashboard ._account_api .list-results tbody td.is-running thead .accountDashboard span,._account_api .liveDashboard .list-results thead .accountDashboard tbody td.is-running span,._account_api .liveDashboard .list-results thead tbody td.is-running .accountDashboard span,._account_api .liveDashboard .list-results tbody td.is-running thead .accountDashboard span,.liveDashboard .list-results thead .accountDashboard tbody td.is-pending span,.liveDashboard .list-results tbody td.is-pending thead .accountDashboard span,.liveDashboard .list-results thead .accountDashboard tbody td.is-pending span,.liveDashboard .list-results thead tbody td.is-pending .accountDashboard span,.liveDashboard .list-results tbody td.is-pending thead .accountDashboard span,.liveDashboard ._account_api .list-results thead .accountDashboard tbody td.is-pending span,._account_api .liveDashboard .list-results thead .accountDashboard tbody td.is-pending span,.liveDashboard ._account_api .list-results thead tbody td.is-pending .accountDashboard span,._account_api .liveDashboard .list-results thead tbody td.is-pending .accountDashboard span,.liveDashboard ._account_api .list-results tbody td.is-pending thead .accountDashboard span,._account_api .liveDashboard .list-results tbody td.is-pending thead .accountDashboard span,.liveDashboard ._account_api .list-results thead .accountDashboard tbody td.is-pending span,.liveDashboard ._account_api .list-results thead tbody td.is-pending .accountDashboard span,.liveDashboard ._account_api .list-results tbody td.is-pending thead .accountDashboard span,._account_api .liveDashboard .list-results thead .accountDashboard tbody td.is-pending span,._account_api .liveDashboard .list-results thead tbody td.is-pending .accountDashboard span,._account_api .liveDashboard .list-results tbody td.is-pending thead .accountDashboard span,.liveDashboard .list-results thead .accountDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .accountDashboard .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .accountDashboard .dropdown-toggle:after,.liveDashboard .list-results thead .accountDashboard .w-filter-preset.w-filter-preset .filter-preset .filter,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .accountDashboard .filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .accountDashboard .filter,.liveDashboard .list-results thead .accountDashboard .form-label.status span,.liveDashboard .list-results thead .accountDashboard .status.status-log span,.liveDashboard .list-results thead .accountDashboard .status.status-report-item span,.liveDashboard .list-results thead .accountDashboard .double-list dd.status span,.double-list .liveDashboard .list-results thead .accountDashboard dd.status span,.liveDashboard .list-results thead .accountDashboard .double-list dt.status span,.double-list .liveDashboard .list-results thead .accountDashboard dt.status span,.liveDashboard .list-results thead .accountDashboard .w-cards-container .w-card .status.title span,.w-cards-container .w-card .liveDashboard .list-results thead .accountDashboard .status.title span,.liveDashboard .list-results thead .accountDashboard .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value .liveDashboard .list-results thead .accountDashboard .status.label span,.liveDashboard .list-results thead .accountDashboard tbody tr.sublist .status.title span,.liveDashboard .list-results tbody tr.sublist thead .accountDashboard .status.title span,.liveDashboard .list-results thead .form-label.status .accountDashboard span,.liveDashboard .list-results thead .status.status-log .accountDashboard span,.liveDashboard .list-results thead .status.status-report-item .accountDashboard span,.liveDashboard .list-results thead .double-list dd.status .accountDashboard span,.double-list .liveDashboard .list-results thead dd.status .accountDashboard span,.liveDashboard .list-results thead .double-list dt.status .accountDashboard span,.double-list .liveDashboard .list-results thead dt.status .accountDashboard span,.liveDashboard .list-results thead .w-cards-container .w-card .status.title .accountDashboard span,.w-cards-container .w-card .liveDashboard .list-results thead .status.title .accountDashboard span,.liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .accountDashboard span,.w-cards-container .w-card.centered .w-value .liveDashboard .list-results thead .status.label .accountDashboard span,.liveDashboard .list-results thead tbody tr.sublist .status.title .accountDashboard span,.liveDashboard .list-results tbody tr.sublist thead .status.title .accountDashboard span,.form-label.status .liveDashboard .list-results thead .accountDashboard span,.status.status-log .liveDashboard .list-results thead .accountDashboard span,.status.status-report-item .liveDashboard .list-results thead .accountDashboard span,.double-list dd.status .liveDashboard .list-results thead .accountDashboard span,.double-list dt.status .liveDashboard .list-results thead .accountDashboard span,.w-cards-container .w-card .status.title .liveDashboard .list-results thead .accountDashboard span,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead .accountDashboard span,.list-results tbody tr.sublist .status.title .liveDashboard .list-results thead .accountDashboard span,.liveDashboard .list-results thead .accountDashboard .w-filters-selected label.status.small span,.liveDashboard .list-results thead .w-filters-selected label.status.small .accountDashboard span,.w-filters-selected label.status.small .liveDashboard .list-results thead .accountDashboard span,.liveDashboard .list-results thead .accountDashboard .w-filters-selected .status.btn-f-s span,.liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .accountDashboard span,.w-filters-selected .status.btn-f-s .liveDashboard .list-results thead .accountDashboard span,.liveDashboard .list-results thead .accountDashboard .sub-header .w-form label,.liveDashboard .list-results thead .accountDashboard .sub-header .w-double-list label,.liveDashboard .list-results thead .sub-header .w-form .accountDashboard label,.liveDashboard .list-results thead .sub-header .w-double-list .accountDashboard label,.sub-header .w-form .liveDashboard .list-results thead .accountDashboard label,.sub-header .w-double-list .liveDashboard .list-results thead .accountDashboard label,.liveDashboard .list-results thead .accountDashboard .block-filters button:after,.liveDashboard .list-results thead .block-filters .accountDashboard button:after,.block-filters .liveDashboard .list-results thead .accountDashboard button:after,.liveDashboard .list-results thead .accountDashboard .block-filters select:after,.liveDashboard .list-results thead .block-filters .accountDashboard select:after,.block-filters .liveDashboard .list-results thead .accountDashboard select:after,.liveDashboard .list-results thead .accountDashboard .form-auto-list .form-auto-item.is-user-is-inactive,.liveDashboard .list-results thead .form-auto-list .accountDashboard .form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard .list-results thead .accountDashboard .form-auto-item.is-user-is-inactive,.liveDashboard .list-results thead .accountDashboard .form-auto-list .form-auto-item.is-user-is-active,.liveDashboard .list-results thead .form-auto-list .accountDashboard .form-auto-item.is-user-is-active,.form-auto-list .liveDashboard .list-results thead .accountDashboard .form-auto-item.is-user-is-active,.liveDashboard .list-results thead .accountDashboard .list-results-header .status.title span,.liveDashboard .list-results thead .list-results-header .status.title .accountDashboard span,.list-results-header .status.title .liveDashboard .list-results thead .accountDashboard span,.liveDashboard .list-results thead .accountDashboard tr span,.liveDashboard .list-results thead tr .accountDashboard span,.liveDashboard ._account_api .list-results thead .accountDashboard .icon,.liveDashboard ._account_api .list-results thead .accountDashboard .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .accountDashboard .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .accountDashboard .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .accountDashboard .w-alert-banner:before,.liveDashboard ._account_api .liveDashboard .list-results thead .accountDashboard .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .accountDashboard .w-dialog.plus .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .accountDashboard .dialog-aside:after,.liveDashboard ._account_api .list-results thead .accountDashboard .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .accountDashboard .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .accountDashboard .dialog-aside:after,.liveDashboard ._account_api .list-results thead .accountDashboard .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .accountDashboard .dialog-aside:after,.liveDashboard .w-dialog.plus ._account_api .list-results thead .accountDashboard .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .accountDashboard .dialog-aside:after,.liveDashboard ._account_api .list-results thead .accountDashboard .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .accountDashboard .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .accountDashboard .dialog-aside:after,.liveDashboard ._account_api .liveDashboard .list-results thead .accountDashboard .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .liveDashboard .list-results thead .w-dialog.plus .accountDashboard .dialog-aside:after,.liveDashboard .w-dialog.plus ._account_api .liveDashboard .list-results thead .accountDashboard .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .liveDashboard .list-results thead .accountDashboard .dialog-aside:after,.liveDashboard ._account_api .list-results thead .accountDashboard .w-toast .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .accountDashboard .toast.plus:after,.liveDashboard ._account_api .list-results thead .accountDashboard .w-toast .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .accountDashboard .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .accountDashboard .toast.plus:after,.liveDashboard ._account_api .list-results thead .accountDashboard .w-toast .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .accountDashboard .toast.plus:after,.liveDashboard .w-toast ._account_api .list-results thead .accountDashboard .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .accountDashboard .toast.plus:after,.liveDashboard ._account_api .list-results thead .accountDashboard .w-toast .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .accountDashboard .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .accountDashboard .toast.plus:after,.liveDashboard ._account_api .liveDashboard .list-results thead .accountDashboard .w-toast .toast.plus:after,.liveDashboard ._account_api .liveDashboard .list-results thead .w-toast .accountDashboard .toast.plus:after,.liveDashboard .w-toast ._account_api .liveDashboard .list-results thead .accountDashboard .toast.plus:after,.w-toast .liveDashboard ._account_api .liveDashboard .list-results thead .accountDashboard .toast.plus:after,.liveDashboard ._account_api .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .accountDashboard .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .accountDashboard .btn-filter:before,.liveDashboard ._account_api .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .accountDashboard .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .accountDashboard .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .accountDashboard .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .accountDashboard .btn-filter:before,.liveDashboard ._account_api .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .accountDashboard .btn-period-clear:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .accountDashboard .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .accountDashboard .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .accountDashboard .btn-filter:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .accountDashboard .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .accountDashboard .btn-filter:before,.liveDashboard ._account_api .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .accountDashboard .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .accountDashboard .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .accountDashboard .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .accountDashboard .btn-filter:before,.liveDashboard ._account_api .liveDashboard .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .accountDashboard .btn-period-clear:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .accountDashboard .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .liveDashboard .list-results thead .accountDashboard .btn-period-clear:before,.liveDashboard ._account_api .liveDashboard .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .accountDashboard .btn-filter:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .accountDashboard .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .liveDashboard .list-results thead .accountDashboard .btn-filter:before,.liveDashboard ._account_api .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .accountDashboard .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .accountDashboard .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .accountDashboard .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .accountDashboard .btn-period-edit:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .accountDashboard .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .accountDashboard .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .accountDashboard .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .accountDashboard .btn-period-edit:before,.liveDashboard ._account_api .liveDashboard .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .accountDashboard .btn-period-edit:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .accountDashboard .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .liveDashboard .list-results thead .accountDashboard .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .accountDashboard .block-filters .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .accountDashboard .btn-filter:before,.liveDashboard ._account_api .list-results thead .accountDashboard .block-filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .accountDashboard .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .accountDashboard .btn-filter:before,.liveDashboard ._account_api .list-results thead .accountDashboard .block-filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .accountDashboard .btn-filter:before,.liveDashboard .block-filters ._account_api .list-results thead .accountDashboard .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .accountDashboard .btn-filter:before,.liveDashboard ._account_api .list-results thead .accountDashboard .block-filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .accountDashboard .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .accountDashboard .btn-filter:before,.liveDashboard ._account_api .liveDashboard .list-results thead .accountDashboard .block-filters .btn-filter:before,.liveDashboard ._account_api .liveDashboard .list-results thead .block-filters .accountDashboard .btn-filter:before,.liveDashboard .block-filters ._account_api .liveDashboard .list-results thead .accountDashboard .btn-filter:before,.block-filters .liveDashboard ._account_api .liveDashboard .list-results thead .accountDashboard .btn-filter:before,.liveDashboard ._account_api .list-results thead .accountDashboard .toggleWrapper input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead .accountDashboard input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .accountDashboard .toggleWrapper input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper .accountDashboard input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead .accountDashboard input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .accountDashboard .toggleWrapper input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper .accountDashboard input.mobileToggle+label,.liveDashboard .toggleWrapper ._account_api .list-results thead .accountDashboard input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead .accountDashboard input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .accountDashboard .toggleWrapper input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper .accountDashboard input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead .accountDashboard input.mobileToggle+label,.liveDashboard ._account_api .liveDashboard .list-results thead .accountDashboard .toggleWrapper input.mobileToggle+label,.liveDashboard ._account_api .liveDashboard .list-results thead .toggleWrapper .accountDashboard input.mobileToggle+label,.liveDashboard .toggleWrapper ._account_api .liveDashboard .list-results thead .accountDashboard input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .liveDashboard .list-results thead .accountDashboard input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .accountDashboard tbody span.status,.liveDashboard ._account_api .list-results tbody thead .accountDashboard span.status,.liveDashboard ._account_api .list-results thead .accountDashboard tbody span.status,.liveDashboard ._account_api .list-results thead tbody .accountDashboard span.status,.liveDashboard ._account_api .list-results tbody thead .accountDashboard span.status,.liveDashboard ._account_api .list-results thead .accountDashboard tbody span.status,.liveDashboard ._account_api .list-results thead tbody .accountDashboard span.status,.liveDashboard ._account_api .list-results tbody thead .accountDashboard span.status,.liveDashboard ._account_api .list-results thead .accountDashboard tbody span.status,.liveDashboard ._account_api .list-results thead tbody .accountDashboard span.status,.liveDashboard ._account_api .list-results tbody thead .accountDashboard span.status,.liveDashboard ._account_api .liveDashboard .list-results thead .accountDashboard tbody span.status,.liveDashboard ._account_api .liveDashboard .list-results thead tbody .accountDashboard span.status,.liveDashboard ._account_api .liveDashboard .list-results tbody thead .accountDashboard span.status,.liveDashboard ._account_api .list-results thead .accountDashboard tbody td.is-running span,.liveDashboard ._account_api .list-results tbody td.is-running thead .accountDashboard span,.liveDashboard ._account_api .list-results thead .accountDashboard tbody td.is-running span,.liveDashboard ._account_api .list-results thead tbody td.is-running .accountDashboard span,.liveDashboard ._account_api .list-results tbody td.is-running thead .accountDashboard span,.liveDashboard ._account_api .list-results thead .accountDashboard tbody td.is-running span,.liveDashboard ._account_api .list-results thead tbody td.is-running .accountDashboard span,.liveDashboard ._account_api .list-results tbody td.is-running thead .accountDashboard span,.liveDashboard ._account_api .list-results thead .accountDashboard tbody td.is-running span,.liveDashboard ._account_api .list-results thead tbody td.is-running .accountDashboard span,.liveDashboard ._account_api .list-results tbody td.is-running thead .accountDashboard span,.liveDashboard ._account_api .liveDashboard .list-results thead .accountDashboard tbody td.is-running span,.liveDashboard ._account_api .liveDashboard .list-results thead tbody td.is-running .accountDashboard span,.liveDashboard ._account_api .liveDashboard .list-results tbody td.is-running thead .accountDashboard span,.liveDashboard ._account_api .list-results thead .accountDashboard tbody td.is-pending span,.liveDashboard ._account_api .list-results tbody td.is-pending thead .accountDashboard span,.liveDashboard ._account_api .list-results thead .accountDashboard tbody td.is-pending span,.liveDashboard ._account_api .list-results thead tbody td.is-pending .accountDashboard span,.liveDashboard ._account_api .list-results tbody td.is-pending thead .accountDashboard span,.liveDashboard ._account_api .list-results thead .accountDashboard tbody td.is-pending span,.liveDashboard ._account_api .list-results thead tbody td.is-pending .accountDashboard span,.liveDashboard ._account_api .list-results tbody td.is-pending thead .accountDashboard span,.liveDashboard ._account_api .list-results thead .accountDashboard tbody td.is-pending span,.liveDashboard ._account_api .list-results thead tbody td.is-pending .accountDashboard span,.liveDashboard ._account_api .list-results tbody td.is-pending thead .accountDashboard span,.liveDashboard ._account_api .liveDashboard .list-results thead .accountDashboard tbody td.is-pending span,.liveDashboard ._account_api .liveDashboard .list-results thead tbody td.is-pending .accountDashboard span,.liveDashboard ._account_api .liveDashboard .list-results tbody td.is-pending thead .accountDashboard span,._account_api .liveDashboard .list-results thead .accountDashboard .icon,._account_api .liveDashboard .list-results thead .accountDashboard .w-alert-banner:before,._account_api .liveDashboard .list-results thead .accountDashboard .w-alert-banner:before,._account_api .liveDashboard .list-results thead .accountDashboard .w-alert-banner:before,._account_api .liveDashboard ._account_api .list-results thead .accountDashboard .w-alert-banner:before,._account_api .liveDashboard .list-results thead .accountDashboard .w-alert-banner:before,._account_api .liveDashboard .list-results thead .accountDashboard .w-dialog.plus .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .accountDashboard .dialog-aside:after,._account_api .liveDashboard .list-results thead .accountDashboard .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .accountDashboard .dialog-aside:after,._account_api .w-dialog.plus .liveDashboard .list-results thead .accountDashboard .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .accountDashboard .dialog-aside:after,._account_api .liveDashboard .list-results thead .accountDashboard .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .accountDashboard .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .accountDashboard .dialog-aside:after,._account_api .liveDashboard ._account_api .list-results thead .accountDashboard .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard ._account_api .list-results thead .w-dialog.plus .accountDashboard .dialog-aside:after,._account_api .w-dialog.plus .liveDashboard ._account_api .list-results thead .accountDashboard .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard ._account_api .list-results thead .accountDashboard .dialog-aside:after,._account_api .liveDashboard .list-results thead .accountDashboard .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .accountDashboard .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .accountDashboard .dialog-aside:after,._account_api .liveDashboard .list-results thead .accountDashboard .w-toast .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .accountDashboard .toast.plus:after,._account_api .liveDashboard .list-results thead .accountDashboard .w-toast .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .accountDashboard .toast.plus:after,._account_api .w-toast .liveDashboard .list-results thead .accountDashboard .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .accountDashboard .toast.plus:after,._account_api .liveDashboard .list-results thead .accountDashboard .w-toast .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .accountDashboard .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .accountDashboard .toast.plus:after,._account_api .liveDashboard ._account_api .list-results thead .accountDashboard .w-toast .toast.plus:after,._account_api .liveDashboard ._account_api .list-results thead .w-toast .accountDashboard .toast.plus:after,._account_api .w-toast .liveDashboard ._account_api .list-results thead .accountDashboard .toast.plus:after,.w-toast ._account_api .liveDashboard ._account_api .list-results thead .accountDashboard .toast.plus:after,._account_api .liveDashboard .list-results thead .accountDashboard .w-toast .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .accountDashboard .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .accountDashboard .toast.plus:after,._account_api .liveDashboard .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .accountDashboard .btn-period-clear:before,._account_api .liveDashboard .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .accountDashboard .btn-filter:before,._account_api .liveDashboard .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .accountDashboard .btn-period-clear:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .accountDashboard .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .accountDashboard .btn-period-clear:before,._account_api .liveDashboard .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .accountDashboard .btn-filter:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .accountDashboard .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .accountDashboard .btn-filter:before,._account_api .liveDashboard .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .accountDashboard .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .accountDashboard .btn-period-clear:before,._account_api .liveDashboard .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .accountDashboard .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .accountDashboard .btn-filter:before,._account_api .liveDashboard ._account_api .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .accountDashboard .btn-period-clear:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .accountDashboard .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard ._account_api .list-results thead .accountDashboard .btn-period-clear:before,._account_api .liveDashboard ._account_api .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .accountDashboard .btn-filter:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .accountDashboard .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard ._account_api .list-results thead .accountDashboard .btn-filter:before,._account_api .liveDashboard .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .accountDashboard .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .accountDashboard .btn-period-clear:before,._account_api .liveDashboard .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .accountDashboard .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .accountDashboard .btn-filter:before,._account_api .liveDashboard .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .accountDashboard .btn-period-edit:before,._account_api .liveDashboard .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .accountDashboard .btn-period-edit:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .accountDashboard .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .accountDashboard .btn-period-edit:before,._account_api .liveDashboard .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .accountDashboard .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .accountDashboard .btn-period-edit:before,._account_api .liveDashboard ._account_api .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .accountDashboard .btn-period-edit:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .accountDashboard .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard ._account_api .list-results thead .accountDashboard .btn-period-edit:before,._account_api .liveDashboard .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .accountDashboard .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .accountDashboard .btn-period-edit:before,._account_api .liveDashboard .list-results thead .accountDashboard .block-filters .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .accountDashboard .btn-filter:before,._account_api .liveDashboard .list-results thead .accountDashboard .block-filters .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .accountDashboard .btn-filter:before,._account_api .block-filters .liveDashboard .list-results thead .accountDashboard .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .accountDashboard .btn-filter:before,._account_api .liveDashboard .list-results thead .accountDashboard .block-filters .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .accountDashboard .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .accountDashboard .btn-filter:before,._account_api .liveDashboard ._account_api .list-results thead .accountDashboard .block-filters .btn-filter:before,._account_api .liveDashboard ._account_api .list-results thead .block-filters .accountDashboard .btn-filter:before,._account_api .block-filters .liveDashboard ._account_api .list-results thead .accountDashboard .btn-filter:before,.block-filters ._account_api .liveDashboard ._account_api .list-results thead .accountDashboard .btn-filter:before,._account_api .liveDashboard .list-results thead .accountDashboard .block-filters .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .accountDashboard .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .accountDashboard .btn-filter:before,._account_api .liveDashboard .list-results thead .accountDashboard .toggleWrapper input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead .accountDashboard input.mobileToggle+label,._account_api .liveDashboard .list-results thead .accountDashboard .toggleWrapper input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper .accountDashboard input.mobileToggle+label,._account_api .toggleWrapper .liveDashboard .list-results thead .accountDashboard input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead .accountDashboard input.mobileToggle+label,._account_api .liveDashboard .list-results thead .accountDashboard .toggleWrapper input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper .accountDashboard input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead .accountDashboard input.mobileToggle+label,._account_api .liveDashboard ._account_api .list-results thead .accountDashboard .toggleWrapper input.mobileToggle+label,._account_api .liveDashboard ._account_api .list-results thead .toggleWrapper .accountDashboard input.mobileToggle+label,._account_api .toggleWrapper .liveDashboard ._account_api .list-results thead .accountDashboard input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard ._account_api .list-results thead .accountDashboard input.mobileToggle+label,._account_api .liveDashboard .list-results thead .accountDashboard .toggleWrapper input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper .accountDashboard input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead .accountDashboard input.mobileToggle+label,._account_api .liveDashboard .list-results thead .accountDashboard tbody span.status,._account_api .liveDashboard .list-results tbody thead .accountDashboard span.status,._account_api .liveDashboard .list-results thead .accountDashboard tbody span.status,._account_api .liveDashboard .list-results thead tbody .accountDashboard span.status,._account_api .liveDashboard .list-results tbody thead .accountDashboard span.status,._account_api .liveDashboard .list-results thead .accountDashboard tbody span.status,._account_api .liveDashboard .list-results thead tbody .accountDashboard span.status,._account_api .liveDashboard .list-results tbody thead .accountDashboard span.status,._account_api .liveDashboard ._account_api .list-results thead .accountDashboard tbody span.status,._account_api .liveDashboard ._account_api .list-results thead tbody .accountDashboard span.status,._account_api .liveDashboard ._account_api .list-results tbody thead .accountDashboard span.status,._account_api .liveDashboard .list-results thead .accountDashboard tbody span.status,._account_api .liveDashboard .list-results thead tbody .accountDashboard span.status,._account_api .liveDashboard .list-results tbody thead .accountDashboard span.status,._account_api .liveDashboard .list-results thead .accountDashboard tbody td.is-running span,._account_api .liveDashboard .list-results tbody td.is-running thead .accountDashboard span,._account_api .liveDashboard .list-results thead .accountDashboard tbody td.is-running span,._account_api .liveDashboard .list-results thead tbody td.is-running .accountDashboard span,._account_api .liveDashboard .list-results tbody td.is-running thead .accountDashboard span,._account_api .liveDashboard .list-results thead .accountDashboard tbody td.is-running span,._account_api .liveDashboard .list-results thead tbody td.is-running .accountDashboard span,._account_api .liveDashboard .list-results tbody td.is-running thead .accountDashboard span,._account_api .liveDashboard ._account_api .list-results thead .accountDashboard tbody td.is-running span,._account_api .liveDashboard ._account_api .list-results thead tbody td.is-running .accountDashboard span,._account_api .liveDashboard ._account_api .list-results tbody td.is-running thead .accountDashboard span,._account_api .liveDashboard .list-results thead .accountDashboard tbody td.is-running span,._account_api .liveDashboard .list-results thead tbody td.is-running .accountDashboard span,._account_api .liveDashboard .list-results tbody td.is-running thead .accountDashboard span,._account_api .liveDashboard .list-results thead .accountDashboard tbody td.is-pending span,._account_api .liveDashboard .list-results tbody td.is-pending thead .accountDashboard span,._account_api .liveDashboard .list-results thead .accountDashboard tbody td.is-pending span,._account_api .liveDashboard .list-results thead tbody td.is-pending .accountDashboard span,._account_api .liveDashboard .list-results tbody td.is-pending thead .accountDashboard span,._account_api .liveDashboard .list-results thead .accountDashboard tbody td.is-pending span,._account_api .liveDashboard .list-results thead tbody td.is-pending .accountDashboard span,._account_api .liveDashboard .list-results tbody td.is-pending thead .accountDashboard span,._account_api .liveDashboard ._account_api .list-results thead .accountDashboard tbody td.is-pending span,._account_api .liveDashboard ._account_api .list-results thead tbody td.is-pending .accountDashboard span,._account_api .liveDashboard ._account_api .list-results tbody td.is-pending thead .accountDashboard span,._account_api .liveDashboard .list-results thead .accountDashboard tbody td.is-pending span,._account_api .liveDashboard .list-results thead tbody td.is-pending .accountDashboard span,._account_api .liveDashboard .list-results tbody td.is-pending thead .accountDashboard span,.liveDashboard ._account_api .list-results thead .accountDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,._account_api .liveDashboard .list-results thead .accountDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .accountDashboard .dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .accountDashboard .dropdown-toggle:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .accountDashboard .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .accountDashboard .dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .accountDashboard .w-filter-preset.w-filter-preset .filter-preset .filter,._account_api .liveDashboard .list-results thead .accountDashboard .w-filter-preset.w-filter-preset .filter-preset .filter,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .accountDashboard .filter,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .accountDashboard .filter,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .accountDashboard .filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .accountDashboard .filter,.liveDashboard ._account_api .list-results thead .accountDashboard .form-label.status span,.liveDashboard ._account_api .list-results thead .accountDashboard .status.status-log span,.liveDashboard ._account_api .list-results thead .accountDashboard .status.status-report-item span,.liveDashboard ._account_api .list-results thead .accountDashboard .double-list dd.status span,.double-list .liveDashboard ._account_api .list-results thead .accountDashboard dd.status span,.liveDashboard ._account_api .list-results thead .accountDashboard .double-list dt.status span,.double-list .liveDashboard ._account_api .list-results thead .accountDashboard dt.status span,.liveDashboard ._account_api .list-results thead .accountDashboard .w-cards-container .w-card .status.title span,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .accountDashboard .status.title span,.liveDashboard ._account_api .list-results thead .accountDashboard .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .accountDashboard .status.label span,.liveDashboard ._account_api .list-results thead .accountDashboard tbody tr.sublist .status.title span,.liveDashboard ._account_api .list-results tbody tr.sublist thead .accountDashboard .status.title span,._account_api .liveDashboard .list-results thead .accountDashboard .form-label.status span,._account_api .liveDashboard .list-results thead .accountDashboard .status.status-log span,._account_api .liveDashboard .list-results thead .accountDashboard .status.status-report-item span,._account_api .liveDashboard .list-results thead .accountDashboard .double-list dd.status span,.double-list ._account_api .liveDashboard .list-results thead .accountDashboard dd.status span,._account_api .liveDashboard .list-results thead .accountDashboard .double-list dt.status span,.double-list ._account_api .liveDashboard .list-results thead .accountDashboard dt.status span,._account_api .liveDashboard .list-results thead .accountDashboard .w-cards-container .w-card .status.title span,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .accountDashboard .status.title span,._account_api .liveDashboard .list-results thead .accountDashboard .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .accountDashboard .status.label span,._account_api .liveDashboard .list-results thead .accountDashboard tbody tr.sublist .status.title span,._account_api .liveDashboard .list-results tbody tr.sublist thead .accountDashboard .status.title span,.liveDashboard ._account_api .list-results thead .form-label.status .accountDashboard span,.liveDashboard ._account_api .list-results thead .status.status-log .accountDashboard span,.liveDashboard ._account_api .list-results thead .status.status-report-item .accountDashboard span,.liveDashboard ._account_api .list-results thead .double-list dd.status .accountDashboard span,.double-list .liveDashboard ._account_api .list-results thead dd.status .accountDashboard span,.liveDashboard ._account_api .list-results thead .double-list dt.status .accountDashboard span,.double-list .liveDashboard ._account_api .list-results thead dt.status .accountDashboard span,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title .accountDashboard span,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title .accountDashboard span,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .accountDashboard span,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label .accountDashboard span,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title .accountDashboard span,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title .accountDashboard span,._account_api .liveDashboard .list-results thead .form-label.status .accountDashboard span,._account_api .liveDashboard .list-results thead .status.status-log .accountDashboard span,._account_api .liveDashboard .list-results thead .status.status-report-item .accountDashboard span,._account_api .liveDashboard .list-results thead .double-list dd.status .accountDashboard span,.double-list ._account_api .liveDashboard .list-results thead dd.status .accountDashboard span,._account_api .liveDashboard .list-results thead .double-list dt.status .accountDashboard span,.double-list ._account_api .liveDashboard .list-results thead dt.status .accountDashboard span,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title .accountDashboard span,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title .accountDashboard span,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .accountDashboard span,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label .accountDashboard span,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title .accountDashboard span,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title .accountDashboard span,.liveDashboard .form-label.status ._account_api .list-results thead .accountDashboard span,.liveDashboard .status.status-log ._account_api .list-results thead .accountDashboard span,.liveDashboard .status.status-report-item ._account_api .list-results thead .accountDashboard span,.liveDashboard .double-list dd.status ._account_api .list-results thead .accountDashboard span,.double-list .liveDashboard dd.status ._account_api .list-results thead .accountDashboard span,.liveDashboard .double-list dt.status ._account_api .list-results thead .accountDashboard span,.double-list .liveDashboard dt.status ._account_api .list-results thead .accountDashboard span,.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead .accountDashboard span,.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead .accountDashboard span,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead .accountDashboard span,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead .accountDashboard span,.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead .accountDashboard span,.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead .accountDashboard span,.form-label.status ._account_api .liveDashboard .list-results thead .accountDashboard span,.status.status-log ._account_api .liveDashboard .list-results thead .accountDashboard span,.status.status-report-item ._account_api .liveDashboard .list-results thead .accountDashboard span,.double-list dd.status ._account_api .liveDashboard .list-results thead .accountDashboard span,.double-list dt.status ._account_api .liveDashboard .list-results thead .accountDashboard span,.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead .accountDashboard span,.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead .accountDashboard span,.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead .accountDashboard span,.liveDashboard ._account_api .list-results thead .accountDashboard .w-filters-selected label.status.small span,._account_api .liveDashboard .list-results thead .accountDashboard .w-filters-selected label.status.small span,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small .accountDashboard span,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small .accountDashboard span,.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead .accountDashboard span,.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead .accountDashboard span,.liveDashboard ._account_api .list-results thead .accountDashboard .w-filters-selected .status.btn-f-s span,._account_api .liveDashboard .list-results thead .accountDashboard .w-filters-selected .status.btn-f-s span,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s .accountDashboard span,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .accountDashboard span,.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead .accountDashboard span,.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead .accountDashboard span,.liveDashboard ._account_api .list-results thead .accountDashboard .sub-header .w-form label,.liveDashboard ._account_api .list-results thead .accountDashboard .sub-header .w-double-list label,._account_api .liveDashboard .list-results thead .accountDashboard .sub-header .w-form label,._account_api .liveDashboard .list-results thead .accountDashboard .sub-header .w-double-list label,.liveDashboard ._account_api .list-results thead .sub-header .w-form .accountDashboard label,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list .accountDashboard label,._account_api .liveDashboard .list-results thead .sub-header .w-form .accountDashboard label,._account_api .liveDashboard .list-results thead .sub-header .w-double-list .accountDashboard label,.liveDashboard .sub-header .w-form ._account_api .list-results thead .accountDashboard label,.liveDashboard .sub-header .w-double-list ._account_api .list-results thead .accountDashboard label,.sub-header .w-form ._account_api .liveDashboard .list-results thead .accountDashboard label,.sub-header .w-double-list ._account_api .liveDashboard .list-results thead .accountDashboard label,.liveDashboard ._account_api .list-results thead .accountDashboard .block-filters button:after,._account_api .liveDashboard .list-results thead .accountDashboard .block-filters button:after,.liveDashboard ._account_api .list-results thead .block-filters .accountDashboard button:after,._account_api .liveDashboard .list-results thead .block-filters .accountDashboard button:after,.liveDashboard .block-filters ._account_api .list-results thead .accountDashboard button:after,.block-filters ._account_api .liveDashboard .list-results thead .accountDashboard button:after,.liveDashboard ._account_api .list-results thead .accountDashboard .block-filters select:after,._account_api .liveDashboard .list-results thead .accountDashboard .block-filters select:after,.liveDashboard ._account_api .list-results thead .block-filters .accountDashboard select:after,._account_api .liveDashboard .list-results thead .block-filters .accountDashboard select:after,.liveDashboard .block-filters ._account_api .list-results thead .accountDashboard select:after,.block-filters ._account_api .liveDashboard .list-results thead .accountDashboard select:after,.liveDashboard ._account_api .list-results thead .accountDashboard .form-auto-list .form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .accountDashboard .form-auto-list .form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .form-auto-list .accountDashboard .form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .form-auto-list .accountDashboard .form-auto-item.is-user-is-inactive,.liveDashboard .form-auto-list ._account_api .list-results thead .accountDashboard .form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .liveDashboard .list-results thead .accountDashboard .form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .accountDashboard .form-auto-list .form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .accountDashboard .form-auto-list .form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .form-auto-list .accountDashboard .form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .form-auto-list .accountDashboard .form-auto-item.is-user-is-active,.liveDashboard .form-auto-list ._account_api .list-results thead .accountDashboard .form-auto-item.is-user-is-active,.form-auto-list ._account_api .liveDashboard .list-results thead .accountDashboard .form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .accountDashboard .list-results-header .status.title span,._account_api .liveDashboard .list-results thead .accountDashboard .list-results-header .status.title span,.liveDashboard ._account_api .list-results thead .list-results-header .status.title .accountDashboard span,._account_api .liveDashboard .list-results thead .list-results-header .status.title .accountDashboard span,.liveDashboard .list-results-header .status.title ._account_api .list-results thead .accountDashboard span,.list-results-header .status.title ._account_api .liveDashboard .list-results thead .accountDashboard span,.liveDashboard ._account_api .list-results thead .accountDashboard tr span,._account_api .liveDashboard .list-results thead .accountDashboard tr span,.liveDashboard ._account_api .list-results thead tr .accountDashboard span,._account_api .liveDashboard .list-results thead tr .accountDashboard span,.liveDashboard ._account_api .list-results thead .accountDashboard .icon,.liveDashboard ._account_api .list-results thead .accountDashboard .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .accountDashboard .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .accountDashboard .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .accountDashboard .w-alert-banner:before,.liveDashboard ._account_api .liveDashboard .list-results thead .accountDashboard .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .accountDashboard .w-dialog.plus .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .accountDashboard .dialog-aside:after,.liveDashboard ._account_api .list-results thead .accountDashboard .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .accountDashboard .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .accountDashboard .dialog-aside:after,.liveDashboard ._account_api .list-results thead .accountDashboard .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .accountDashboard .dialog-aside:after,.liveDashboard .w-dialog.plus ._account_api .list-results thead .accountDashboard .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .accountDashboard .dialog-aside:after,.liveDashboard ._account_api .list-results thead .accountDashboard .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .accountDashboard .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .accountDashboard .dialog-aside:after,.liveDashboard ._account_api .liveDashboard .list-results thead .accountDashboard .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .liveDashboard .list-results thead .w-dialog.plus .accountDashboard .dialog-aside:after,.liveDashboard .w-dialog.plus ._account_api .liveDashboard .list-results thead .accountDashboard .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .liveDashboard .list-results thead .accountDashboard .dialog-aside:after,.liveDashboard ._account_api .list-results thead .accountDashboard .w-toast .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .accountDashboard .toast.plus:after,.liveDashboard ._account_api .list-results thead .accountDashboard .w-toast .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .accountDashboard .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .accountDashboard .toast.plus:after,.liveDashboard ._account_api .list-results thead .accountDashboard .w-toast .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .accountDashboard .toast.plus:after,.liveDashboard .w-toast ._account_api .list-results thead .accountDashboard .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .accountDashboard .toast.plus:after,.liveDashboard ._account_api .list-results thead .accountDashboard .w-toast .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .accountDashboard .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .accountDashboard .toast.plus:after,.liveDashboard ._account_api .liveDashboard .list-results thead .accountDashboard .w-toast .toast.plus:after,.liveDashboard ._account_api .liveDashboard .list-results thead .w-toast .accountDashboard .toast.plus:after,.liveDashboard .w-toast ._account_api .liveDashboard .list-results thead .accountDashboard .toast.plus:after,.w-toast .liveDashboard ._account_api .liveDashboard .list-results thead .accountDashboard .toast.plus:after,.liveDashboard ._account_api .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .accountDashboard .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .accountDashboard .btn-filter:before,.liveDashboard ._account_api .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .accountDashboard .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .accountDashboard .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .accountDashboard .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .accountDashboard .btn-filter:before,.liveDashboard ._account_api .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .accountDashboard .btn-period-clear:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .accountDashboard .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .accountDashboard .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .accountDashboard .btn-filter:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .accountDashboard .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .accountDashboard .btn-filter:before,.liveDashboard ._account_api .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .accountDashboard .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .accountDashboard .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .accountDashboard .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .accountDashboard .btn-filter:before,.liveDashboard ._account_api .liveDashboard .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .accountDashboard .btn-period-clear:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .accountDashboard .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .liveDashboard .list-results thead .accountDashboard .btn-period-clear:before,.liveDashboard ._account_api .liveDashboard .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .accountDashboard .btn-filter:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .accountDashboard .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .liveDashboard .list-results thead .accountDashboard .btn-filter:before,.liveDashboard ._account_api .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .accountDashboard .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .accountDashboard .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .accountDashboard .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .accountDashboard .btn-period-edit:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .accountDashboard .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .accountDashboard .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .accountDashboard .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .accountDashboard .btn-period-edit:before,.liveDashboard ._account_api .liveDashboard .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .accountDashboard .btn-period-edit:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .accountDashboard .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .liveDashboard .list-results thead .accountDashboard .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .accountDashboard .block-filters .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .accountDashboard .btn-filter:before,.liveDashboard ._account_api .list-results thead .accountDashboard .block-filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .accountDashboard .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .accountDashboard .btn-filter:before,.liveDashboard ._account_api .list-results thead .accountDashboard .block-filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .accountDashboard .btn-filter:before,.liveDashboard .block-filters ._account_api .list-results thead .accountDashboard .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .accountDashboard .btn-filter:before,.liveDashboard ._account_api .list-results thead .accountDashboard .block-filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .accountDashboard .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .accountDashboard .btn-filter:before,.liveDashboard ._account_api .liveDashboard .list-results thead .accountDashboard .block-filters .btn-filter:before,.liveDashboard ._account_api .liveDashboard .list-results thead .block-filters .accountDashboard .btn-filter:before,.liveDashboard .block-filters ._account_api .liveDashboard .list-results thead .accountDashboard .btn-filter:before,.block-filters .liveDashboard ._account_api .liveDashboard .list-results thead .accountDashboard .btn-filter:before,.liveDashboard ._account_api .list-results thead .accountDashboard .toggleWrapper input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead .accountDashboard input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .accountDashboard .toggleWrapper input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper .accountDashboard input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead .accountDashboard input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .accountDashboard .toggleWrapper input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper .accountDashboard input.mobileToggle+label,.liveDashboard .toggleWrapper ._account_api .list-results thead .accountDashboard input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead .accountDashboard input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .accountDashboard .toggleWrapper input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper .accountDashboard input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead .accountDashboard input.mobileToggle+label,.liveDashboard ._account_api .liveDashboard .list-results thead .accountDashboard .toggleWrapper input.mobileToggle+label,.liveDashboard ._account_api .liveDashboard .list-results thead .toggleWrapper .accountDashboard input.mobileToggle+label,.liveDashboard .toggleWrapper ._account_api .liveDashboard .list-results thead .accountDashboard input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .liveDashboard .list-results thead .accountDashboard input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .accountDashboard tbody span.status,.liveDashboard ._account_api .list-results tbody thead .accountDashboard span.status,.liveDashboard ._account_api .list-results thead .accountDashboard tbody span.status,.liveDashboard ._account_api .list-results thead tbody .accountDashboard span.status,.liveDashboard ._account_api .list-results tbody thead .accountDashboard span.status,.liveDashboard ._account_api .list-results thead .accountDashboard tbody span.status,.liveDashboard ._account_api .list-results thead tbody .accountDashboard span.status,.liveDashboard ._account_api .list-results tbody thead .accountDashboard span.status,.liveDashboard ._account_api .list-results thead .accountDashboard tbody span.status,.liveDashboard ._account_api .list-results thead tbody .accountDashboard span.status,.liveDashboard ._account_api .list-results tbody thead .accountDashboard span.status,.liveDashboard ._account_api .liveDashboard .list-results thead .accountDashboard tbody span.status,.liveDashboard ._account_api .liveDashboard .list-results thead tbody .accountDashboard span.status,.liveDashboard ._account_api .liveDashboard .list-results tbody thead .accountDashboard span.status,.liveDashboard ._account_api .list-results thead .accountDashboard tbody td.is-running span,.liveDashboard ._account_api .list-results tbody td.is-running thead .accountDashboard span,.liveDashboard ._account_api .list-results thead .accountDashboard tbody td.is-running span,.liveDashboard ._account_api .list-results thead tbody td.is-running .accountDashboard span,.liveDashboard ._account_api .list-results tbody td.is-running thead .accountDashboard span,.liveDashboard ._account_api .list-results thead .accountDashboard tbody td.is-running span,.liveDashboard ._account_api .list-results thead tbody td.is-running .accountDashboard span,.liveDashboard ._account_api .list-results tbody td.is-running thead .accountDashboard span,.liveDashboard ._account_api .list-results thead .accountDashboard tbody td.is-running span,.liveDashboard ._account_api .list-results thead tbody td.is-running .accountDashboard span,.liveDashboard ._account_api .list-results tbody td.is-running thead .accountDashboard span,.liveDashboard ._account_api .liveDashboard .list-results thead .accountDashboard tbody td.is-running span,.liveDashboard ._account_api .liveDashboard .list-results thead tbody td.is-running .accountDashboard span,.liveDashboard ._account_api .liveDashboard .list-results tbody td.is-running thead .accountDashboard span,.liveDashboard ._account_api .list-results thead .accountDashboard tbody td.is-pending span,.liveDashboard ._account_api .list-results tbody td.is-pending thead .accountDashboard span,.liveDashboard ._account_api .list-results thead .accountDashboard tbody td.is-pending span,.liveDashboard ._account_api .list-results thead tbody td.is-pending .accountDashboard span,.liveDashboard ._account_api .list-results tbody td.is-pending thead .accountDashboard span,.liveDashboard ._account_api .list-results thead .accountDashboard tbody td.is-pending span,.liveDashboard ._account_api .list-results thead tbody td.is-pending .accountDashboard span,.liveDashboard ._account_api .list-results tbody td.is-pending thead .accountDashboard span,.liveDashboard ._account_api .list-results thead .accountDashboard tbody td.is-pending span,.liveDashboard ._account_api .list-results thead tbody td.is-pending .accountDashboard span,.liveDashboard ._account_api .list-results tbody td.is-pending thead .accountDashboard span,.liveDashboard ._account_api .liveDashboard .list-results thead .accountDashboard tbody td.is-pending span,.liveDashboard ._account_api .liveDashboard .list-results thead tbody td.is-pending .accountDashboard span,.liveDashboard ._account_api .liveDashboard .list-results tbody td.is-pending thead .accountDashboard span,._account_api .liveDashboard .list-results thead .accountDashboard .icon,._account_api .liveDashboard .list-results thead .accountDashboard .w-alert-banner:before,._account_api .liveDashboard .list-results thead .accountDashboard .w-alert-banner:before,._account_api .liveDashboard .list-results thead .accountDashboard .w-alert-banner:before,._account_api .liveDashboard ._account_api .list-results thead .accountDashboard .w-alert-banner:before,._account_api .liveDashboard .list-results thead .accountDashboard .w-alert-banner:before,._account_api .liveDashboard .list-results thead .accountDashboard .w-dialog.plus .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .accountDashboard .dialog-aside:after,._account_api .liveDashboard .list-results thead .accountDashboard .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .accountDashboard .dialog-aside:after,._account_api .w-dialog.plus .liveDashboard .list-results thead .accountDashboard .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .accountDashboard .dialog-aside:after,._account_api .liveDashboard .list-results thead .accountDashboard .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .accountDashboard .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .accountDashboard .dialog-aside:after,._account_api .liveDashboard ._account_api .list-results thead .accountDashboard .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard ._account_api .list-results thead .w-dialog.plus .accountDashboard .dialog-aside:after,._account_api .w-dialog.plus .liveDashboard ._account_api .list-results thead .accountDashboard .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard ._account_api .list-results thead .accountDashboard .dialog-aside:after,._account_api .liveDashboard .list-results thead .accountDashboard .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .accountDashboard .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .accountDashboard .dialog-aside:after,._account_api .liveDashboard .list-results thead .accountDashboard .w-toast .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .accountDashboard .toast.plus:after,._account_api .liveDashboard .list-results thead .accountDashboard .w-toast .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .accountDashboard .toast.plus:after,._account_api .w-toast .liveDashboard .list-results thead .accountDashboard .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .accountDashboard .toast.plus:after,._account_api .liveDashboard .list-results thead .accountDashboard .w-toast .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .accountDashboard .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .accountDashboard .toast.plus:after,._account_api .liveDashboard ._account_api .list-results thead .accountDashboard .w-toast .toast.plus:after,._account_api .liveDashboard ._account_api .list-results thead .w-toast .accountDashboard .toast.plus:after,._account_api .w-toast .liveDashboard ._account_api .list-results thead .accountDashboard .toast.plus:after,.w-toast ._account_api .liveDashboard ._account_api .list-results thead .accountDashboard .toast.plus:after,._account_api .liveDashboard .list-results thead .accountDashboard .w-toast .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .accountDashboard .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .accountDashboard .toast.plus:after,._account_api .liveDashboard .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .accountDashboard .btn-period-clear:before,._account_api .liveDashboard .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .accountDashboard .btn-filter:before,._account_api .liveDashboard .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .accountDashboard .btn-period-clear:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .accountDashboard .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .accountDashboard .btn-period-clear:before,._account_api .liveDashboard .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .accountDashboard .btn-filter:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .accountDashboard .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .accountDashboard .btn-filter:before,._account_api .liveDashboard .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .accountDashboard .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .accountDashboard .btn-period-clear:before,._account_api .liveDashboard .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .accountDashboard .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .accountDashboard .btn-filter:before,._account_api .liveDashboard ._account_api .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .accountDashboard .btn-period-clear:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .accountDashboard .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard ._account_api .list-results thead .accountDashboard .btn-period-clear:before,._account_api .liveDashboard ._account_api .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .accountDashboard .btn-filter:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .accountDashboard .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard ._account_api .list-results thead .accountDashboard .btn-filter:before,._account_api .liveDashboard .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .accountDashboard .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .accountDashboard .btn-period-clear:before,._account_api .liveDashboard .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .accountDashboard .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .accountDashboard .btn-filter:before,._account_api .liveDashboard .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .accountDashboard .btn-period-edit:before,._account_api .liveDashboard .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .accountDashboard .btn-period-edit:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .accountDashboard .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .accountDashboard .btn-period-edit:before,._account_api .liveDashboard .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .accountDashboard .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .accountDashboard .btn-period-edit:before,._account_api .liveDashboard ._account_api .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .accountDashboard .btn-period-edit:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .accountDashboard .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard ._account_api .list-results thead .accountDashboard .btn-period-edit:before,._account_api .liveDashboard .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .accountDashboard .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .accountDashboard .btn-period-edit:before,._account_api .liveDashboard .list-results thead .accountDashboard .block-filters .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .accountDashboard .btn-filter:before,._account_api .liveDashboard .list-results thead .accountDashboard .block-filters .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .accountDashboard .btn-filter:before,._account_api .block-filters .liveDashboard .list-results thead .accountDashboard .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .accountDashboard .btn-filter:before,._account_api .liveDashboard .list-results thead .accountDashboard .block-filters .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .accountDashboard .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .accountDashboard .btn-filter:before,._account_api .liveDashboard ._account_api .list-results thead .accountDashboard .block-filters .btn-filter:before,._account_api .liveDashboard ._account_api .list-results thead .block-filters .accountDashboard .btn-filter:before,._account_api .block-filters .liveDashboard ._account_api .list-results thead .accountDashboard .btn-filter:before,.block-filters ._account_api .liveDashboard ._account_api .list-results thead .accountDashboard .btn-filter:before,._account_api .liveDashboard .list-results thead .accountDashboard .block-filters .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .accountDashboard .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .accountDashboard .btn-filter:before,._account_api .liveDashboard .list-results thead .accountDashboard .toggleWrapper input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead .accountDashboard input.mobileToggle+label,._account_api .liveDashboard .list-results thead .accountDashboard .toggleWrapper input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper .accountDashboard input.mobileToggle+label,._account_api .toggleWrapper .liveDashboard .list-results thead .accountDashboard input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead .accountDashboard input.mobileToggle+label,._account_api .liveDashboard .list-results thead .accountDashboard .toggleWrapper input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper .accountDashboard input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead .accountDashboard input.mobileToggle+label,._account_api .liveDashboard ._account_api .list-results thead .accountDashboard .toggleWrapper input.mobileToggle+label,._account_api .liveDashboard ._account_api .list-results thead .toggleWrapper .accountDashboard input.mobileToggle+label,._account_api .toggleWrapper .liveDashboard ._account_api .list-results thead .accountDashboard input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard ._account_api .list-results thead .accountDashboard input.mobileToggle+label,._account_api .liveDashboard .list-results thead .accountDashboard .toggleWrapper input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper .accountDashboard input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead .accountDashboard input.mobileToggle+label,._account_api .liveDashboard .list-results thead .accountDashboard tbody span.status,._account_api .liveDashboard .list-results tbody thead .accountDashboard span.status,._account_api .liveDashboard .list-results thead .accountDashboard tbody span.status,._account_api .liveDashboard .list-results thead tbody .accountDashboard span.status,._account_api .liveDashboard .list-results tbody thead .accountDashboard span.status,._account_api .liveDashboard .list-results thead .accountDashboard tbody span.status,._account_api .liveDashboard .list-results thead tbody .accountDashboard span.status,._account_api .liveDashboard .list-results tbody thead .accountDashboard span.status,._account_api .liveDashboard ._account_api .list-results thead .accountDashboard tbody span.status,._account_api .liveDashboard ._account_api .list-results thead tbody .accountDashboard span.status,._account_api .liveDashboard ._account_api .list-results tbody thead .accountDashboard span.status,._account_api .liveDashboard .list-results thead .accountDashboard tbody span.status,._account_api .liveDashboard .list-results thead tbody .accountDashboard span.status,._account_api .liveDashboard .list-results tbody thead .accountDashboard span.status,._account_api .liveDashboard .list-results thead .accountDashboard tbody td.is-running span,._account_api .liveDashboard .list-results tbody td.is-running thead .accountDashboard span,._account_api .liveDashboard .list-results thead .accountDashboard tbody td.is-running span,._account_api .liveDashboard .list-results thead tbody td.is-running .accountDashboard span,._account_api .liveDashboard .list-results tbody td.is-running thead .accountDashboard span,._account_api .liveDashboard .list-results thead .accountDashboard tbody td.is-running span,._account_api .liveDashboard .list-results thead tbody td.is-running .accountDashboard span,._account_api .liveDashboard .list-results tbody td.is-running thead .accountDashboard span,._account_api .liveDashboard ._account_api .list-results thead .accountDashboard tbody td.is-running span,._account_api .liveDashboard ._account_api .list-results thead tbody td.is-running .accountDashboard span,._account_api .liveDashboard ._account_api .list-results tbody td.is-running thead .accountDashboard span,._account_api .liveDashboard .list-results thead .accountDashboard tbody td.is-running span,._account_api .liveDashboard .list-results thead tbody td.is-running .accountDashboard span,._account_api .liveDashboard .list-results tbody td.is-running thead .accountDashboard span,._account_api .liveDashboard .list-results thead .accountDashboard tbody td.is-pending span,._account_api .liveDashboard .list-results tbody td.is-pending thead .accountDashboard span,._account_api .liveDashboard .list-results thead .accountDashboard tbody td.is-pending span,._account_api .liveDashboard .list-results thead tbody td.is-pending .accountDashboard span,._account_api .liveDashboard .list-results tbody td.is-pending thead .accountDashboard span,._account_api .liveDashboard .list-results thead .accountDashboard tbody td.is-pending span,._account_api .liveDashboard .list-results thead tbody td.is-pending .accountDashboard span,._account_api .liveDashboard .list-results tbody td.is-pending thead .accountDashboard span,._account_api .liveDashboard ._account_api .list-results thead .accountDashboard tbody td.is-pending span,._account_api .liveDashboard ._account_api .list-results thead tbody td.is-pending .accountDashboard span,._account_api .liveDashboard ._account_api .list-results tbody td.is-pending thead .accountDashboard span,._account_api .liveDashboard .list-results thead .accountDashboard tbody td.is-pending span,._account_api .liveDashboard .list-results thead tbody td.is-pending .accountDashboard span,._account_api .liveDashboard .list-results tbody td.is-pending thead .accountDashboard span,.liveDashboard ._account_api .list-results thead .accountDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .accountDashboard .dropdown-toggle:after,._account_api .liveDashboard .list-results thead .accountDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .accountDashboard .dropdown-toggle:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .accountDashboard .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .accountDashboard .dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .accountDashboard .w-filter-preset.w-filter-preset .filter-preset .filter,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .accountDashboard .filter,._account_api .liveDashboard .list-results thead .accountDashboard .w-filter-preset.w-filter-preset .filter-preset .filter,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .accountDashboard .filter,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .accountDashboard .filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .accountDashboard .filter,.liveDashboard ._account_api .list-results thead .accountDashboard .form-label.status span,.liveDashboard ._account_api .list-results thead .accountDashboard .status.status-log span,.liveDashboard ._account_api .list-results thead .accountDashboard .status.status-report-item span,.liveDashboard ._account_api .list-results thead .accountDashboard .double-list dd.status span,.double-list .liveDashboard ._account_api .list-results thead .accountDashboard dd.status span,.liveDashboard ._account_api .list-results thead .accountDashboard .double-list dt.status span,.double-list .liveDashboard ._account_api .list-results thead .accountDashboard dt.status span,.liveDashboard ._account_api .list-results thead .accountDashboard .w-cards-container .w-card .status.title span,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .accountDashboard .status.title span,.liveDashboard ._account_api .list-results thead .accountDashboard .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .accountDashboard .status.label span,.liveDashboard ._account_api .list-results thead .accountDashboard tbody tr.sublist .status.title span,.liveDashboard ._account_api .list-results tbody tr.sublist thead .accountDashboard .status.title span,.liveDashboard ._account_api .list-results thead .form-label.status .accountDashboard span,.liveDashboard ._account_api .list-results thead .status.status-log .accountDashboard span,.liveDashboard ._account_api .list-results thead .status.status-report-item .accountDashboard span,.liveDashboard ._account_api .list-results thead .double-list dd.status .accountDashboard span,.double-list .liveDashboard ._account_api .list-results thead dd.status .accountDashboard span,.liveDashboard ._account_api .list-results thead .double-list dt.status .accountDashboard span,.double-list .liveDashboard ._account_api .list-results thead dt.status .accountDashboard span,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title .accountDashboard span,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title .accountDashboard span,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .accountDashboard span,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label .accountDashboard span,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title .accountDashboard span,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title .accountDashboard span,._account_api .liveDashboard .list-results thead .accountDashboard .form-label.status span,._account_api .liveDashboard .list-results thead .accountDashboard .status.status-log span,._account_api .liveDashboard .list-results thead .accountDashboard .status.status-report-item span,._account_api .liveDashboard .list-results thead .accountDashboard .double-list dd.status span,.double-list ._account_api .liveDashboard .list-results thead .accountDashboard dd.status span,._account_api .liveDashboard .list-results thead .accountDashboard .double-list dt.status span,.double-list ._account_api .liveDashboard .list-results thead .accountDashboard dt.status span,._account_api .liveDashboard .list-results thead .accountDashboard .w-cards-container .w-card .status.title span,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .accountDashboard .status.title span,._account_api .liveDashboard .list-results thead .accountDashboard .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .accountDashboard .status.label span,._account_api .liveDashboard .list-results thead .accountDashboard tbody tr.sublist .status.title span,._account_api .liveDashboard .list-results tbody tr.sublist thead .accountDashboard .status.title span,._account_api .liveDashboard .list-results thead .form-label.status .accountDashboard span,._account_api .liveDashboard .list-results thead .status.status-log .accountDashboard span,._account_api .liveDashboard .list-results thead .status.status-report-item .accountDashboard span,._account_api .liveDashboard .list-results thead .double-list dd.status .accountDashboard span,.double-list ._account_api .liveDashboard .list-results thead dd.status .accountDashboard span,._account_api .liveDashboard .list-results thead .double-list dt.status .accountDashboard span,.double-list ._account_api .liveDashboard .list-results thead dt.status .accountDashboard span,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title .accountDashboard span,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title .accountDashboard span,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .accountDashboard span,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label .accountDashboard span,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title .accountDashboard span,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title .accountDashboard span,.liveDashboard .form-label.status ._account_api .list-results thead .accountDashboard span,.liveDashboard .status.status-log ._account_api .list-results thead .accountDashboard span,.liveDashboard .status.status-report-item ._account_api .list-results thead .accountDashboard span,.liveDashboard .double-list dd.status ._account_api .list-results thead .accountDashboard span,.double-list .liveDashboard dd.status ._account_api .list-results thead .accountDashboard span,.liveDashboard .double-list dt.status ._account_api .list-results thead .accountDashboard span,.double-list .liveDashboard dt.status ._account_api .list-results thead .accountDashboard span,.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead .accountDashboard span,.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead .accountDashboard span,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead .accountDashboard span,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead .accountDashboard span,.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead .accountDashboard span,.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead .accountDashboard span,.form-label.status ._account_api .liveDashboard .list-results thead .accountDashboard span,.status.status-log ._account_api .liveDashboard .list-results thead .accountDashboard span,.status.status-report-item ._account_api .liveDashboard .list-results thead .accountDashboard span,.double-list dd.status ._account_api .liveDashboard .list-results thead .accountDashboard span,.double-list dt.status ._account_api .liveDashboard .list-results thead .accountDashboard span,.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead .accountDashboard span,.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead .accountDashboard span,.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead .accountDashboard span,.liveDashboard ._account_api .list-results thead .accountDashboard .w-filters-selected label.status.small span,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small .accountDashboard span,._account_api .liveDashboard .list-results thead .accountDashboard .w-filters-selected label.status.small span,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small .accountDashboard span,.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead .accountDashboard span,.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead .accountDashboard span,.liveDashboard ._account_api .list-results thead .accountDashboard .w-filters-selected .status.btn-f-s span,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s .accountDashboard span,._account_api .liveDashboard .list-results thead .accountDashboard .w-filters-selected .status.btn-f-s span,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .accountDashboard span,.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead .accountDashboard span,.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead .accountDashboard span,.liveDashboard ._account_api .list-results thead .accountDashboard .sub-header .w-form label,.liveDashboard ._account_api .list-results thead .accountDashboard .sub-header .w-double-list label,.liveDashboard ._account_api .list-results thead .sub-header .w-form .accountDashboard label,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list .accountDashboard label,._account_api .liveDashboard .list-results thead .accountDashboard .sub-header .w-form label,._account_api .liveDashboard .list-results thead .accountDashboard .sub-header .w-double-list label,._account_api .liveDashboard .list-results thead .sub-header .w-form .accountDashboard label,._account_api .liveDashboard .list-results thead .sub-header .w-double-list .accountDashboard label,.liveDashboard .sub-header .w-form ._account_api .list-results thead .accountDashboard label,.liveDashboard .sub-header .w-double-list ._account_api .list-results thead .accountDashboard label,.sub-header .w-form ._account_api .liveDashboard .list-results thead .accountDashboard label,.sub-header .w-double-list ._account_api .liveDashboard .list-results thead .accountDashboard label,.liveDashboard ._account_api .list-results thead .accountDashboard .block-filters button:after,.liveDashboard ._account_api .list-results thead .block-filters .accountDashboard button:after,._account_api .liveDashboard .list-results thead .accountDashboard .block-filters button:after,._account_api .liveDashboard .list-results thead .block-filters .accountDashboard button:after,.liveDashboard .block-filters ._account_api .list-results thead .accountDashboard button:after,.block-filters ._account_api .liveDashboard .list-results thead .accountDashboard button:after,.liveDashboard ._account_api .list-results thead .accountDashboard .block-filters select:after,.liveDashboard ._account_api .list-results thead .block-filters .accountDashboard select:after,._account_api .liveDashboard .list-results thead .accountDashboard .block-filters select:after,._account_api .liveDashboard .list-results thead .block-filters .accountDashboard select:after,.liveDashboard .block-filters ._account_api .list-results thead .accountDashboard select:after,.block-filters ._account_api .liveDashboard .list-results thead .accountDashboard select:after,.liveDashboard ._account_api .list-results thead .accountDashboard .form-auto-list .form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .form-auto-list .accountDashboard .form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .accountDashboard .form-auto-list .form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .form-auto-list .accountDashboard .form-auto-item.is-user-is-inactive,.liveDashboard .form-auto-list ._account_api .list-results thead .accountDashboard .form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .liveDashboard .list-results thead .accountDashboard .form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .accountDashboard .form-auto-list .form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .form-auto-list .accountDashboard .form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .accountDashboard .form-auto-list .form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .form-auto-list .accountDashboard .form-auto-item.is-user-is-active,.liveDashboard .form-auto-list ._account_api .list-results thead .accountDashboard .form-auto-item.is-user-is-active,.form-auto-list ._account_api .liveDashboard .list-results thead .accountDashboard .form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .accountDashboard .list-results-header .status.title span,.liveDashboard ._account_api .list-results thead .list-results-header .status.title .accountDashboard span,._account_api .liveDashboard .list-results thead .accountDashboard .list-results-header .status.title span,._account_api .liveDashboard .list-results thead .list-results-header .status.title .accountDashboard span,.liveDashboard .list-results-header .status.title ._account_api .list-results thead .accountDashboard span,.list-results-header .status.title ._account_api .liveDashboard .list-results thead .accountDashboard span,.liveDashboard ._account_api .list-results thead .accountDashboard tr span,.liveDashboard ._account_api .list-results thead tr .accountDashboard span,._account_api .liveDashboard .list-results thead .accountDashboard tr span,._account_api .liveDashboard .list-results thead tr .accountDashboard span,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .accountDashboard .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .accountDashboard .dropdown-toggle:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .accountDashboard .filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .accountDashboard .filter,._account_api .form-label.status .liveDashboard .list-results thead .accountDashboard span,._account_api .status.status-log .liveDashboard .list-results thead .accountDashboard span,._account_api .status.status-report-item .liveDashboard .list-results thead .accountDashboard span,._account_api .double-list dd.status .liveDashboard .list-results thead .accountDashboard span,.double-list ._account_api dd.status .liveDashboard .list-results thead .accountDashboard span,._account_api .double-list dt.status .liveDashboard .list-results thead .accountDashboard span,.double-list ._account_api dt.status .liveDashboard .list-results thead .accountDashboard span,._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead .accountDashboard span,.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead .accountDashboard span,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead .accountDashboard span,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead .accountDashboard span,._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead .accountDashboard span,.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead .accountDashboard span,.form-label.status .liveDashboard ._account_api .list-results thead .accountDashboard span,.status.status-log .liveDashboard ._account_api .list-results thead .accountDashboard span,.status.status-report-item .liveDashboard ._account_api .list-results thead .accountDashboard span,.double-list dd.status .liveDashboard ._account_api .list-results thead .accountDashboard span,.double-list dt.status .liveDashboard ._account_api .list-results thead .accountDashboard span,.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead .accountDashboard span,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead .accountDashboard span,.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead .accountDashboard span,._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead .accountDashboard span,.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead .accountDashboard span,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead .accountDashboard span,.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead .accountDashboard span,._account_api .sub-header .w-form .liveDashboard .list-results thead .accountDashboard label,._account_api .sub-header .w-double-list .liveDashboard .list-results thead .accountDashboard label,.sub-header .w-form .liveDashboard ._account_api .list-results thead .accountDashboard label,.sub-header .w-double-list .liveDashboard ._account_api .list-results thead .accountDashboard label,._account_api .block-filters .liveDashboard .list-results thead .accountDashboard button:after,.block-filters .liveDashboard ._account_api .list-results thead .accountDashboard button:after,._account_api .block-filters .liveDashboard .list-results thead .accountDashboard select:after,.block-filters .liveDashboard ._account_api .list-results thead .accountDashboard select:after,._account_api .form-auto-list .liveDashboard .list-results thead .accountDashboard .form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard ._account_api .list-results thead .accountDashboard .form-auto-item.is-user-is-inactive,._account_api .form-auto-list .liveDashboard .list-results thead .accountDashboard .form-auto-item.is-user-is-active,.form-auto-list .liveDashboard ._account_api .list-results thead .accountDashboard .form-auto-item.is-user-is-active,._account_api .list-results-header .status.title .liveDashboard .list-results thead .accountDashboard span,.list-results-header .status.title .liveDashboard ._account_api .list-results thead .accountDashboard span,.accountDashboard .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .accountDashboard .dropdown-toggle:after,.accountDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .accountDashboard .dropdown-toggle:after,.accountDashboard .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .accountDashboard .filter,.accountDashboard .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .accountDashboard .filter,.accountDashboard .liveDashboard .list-results thead .form-label.status span,.accountDashboard .liveDashboard .list-results thead .status.status-log span,.accountDashboard .liveDashboard .list-results thead .status.status-report-item span,.accountDashboard .liveDashboard .list-results thead .double-list dd.status span,.double-list .accountDashboard .liveDashboard .list-results thead dd.status span,.accountDashboard .liveDashboard .list-results thead .double-list dt.status span,.double-list .accountDashboard .liveDashboard .list-results thead dt.status span,.accountDashboard .liveDashboard .list-results thead .w-cards-container .w-card .status.title span,.w-cards-container .w-card .accountDashboard .liveDashboard .list-results thead .status.title span,.accountDashboard .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value .accountDashboard .liveDashboard .list-results thead .status.label span,.accountDashboard .liveDashboard .list-results thead tbody tr.sublist .status.title span,.accountDashboard .liveDashboard .list-results tbody tr.sublist thead .status.title span,.liveDashboard .list-results thead .form-label.status .accountDashboard span,.liveDashboard .list-results thead .status.status-log .accountDashboard span,.liveDashboard .list-results thead .status.status-report-item .accountDashboard span,.liveDashboard .list-results thead .double-list dd.status .accountDashboard span,.double-list .liveDashboard .list-results thead dd.status .accountDashboard span,.liveDashboard .list-results thead .double-list dt.status .accountDashboard span,.double-list .liveDashboard .list-results thead dt.status .accountDashboard span,.liveDashboard .list-results thead .w-cards-container .w-card .status.title .accountDashboard span,.w-cards-container .w-card .liveDashboard .list-results thead .status.title .accountDashboard span,.liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .accountDashboard span,.w-cards-container .w-card.centered .w-value .liveDashboard .list-results thead .status.label .accountDashboard span,.liveDashboard .list-results thead tbody tr.sublist .status.title .accountDashboard span,.liveDashboard .list-results tbody tr.sublist thead .status.title .accountDashboard span,.accountDashboard .form-label.status .liveDashboard .list-results thead span,.accountDashboard .status.status-log .liveDashboard .list-results thead span,.accountDashboard .status.status-report-item .liveDashboard .list-results thead span,.accountDashboard .double-list dd.status .liveDashboard .list-results thead span,.double-list .accountDashboard dd.status .liveDashboard .list-results thead span,.accountDashboard .double-list dt.status .liveDashboard .list-results thead span,.double-list .accountDashboard dt.status .liveDashboard .list-results thead span,.accountDashboard .w-cards-container .w-card .status.title .liveDashboard .list-results thead span,.w-cards-container .w-card .accountDashboard .status.title .liveDashboard .list-results thead span,.accountDashboard .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span,.w-cards-container .w-card.centered .w-value .accountDashboard .status.label .liveDashboard .list-results thead span,.accountDashboard .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span,.list-results tbody tr.sublist .accountDashboard .status.title .liveDashboard .list-results thead span,.form-label.status .liveDashboard .list-results thead .accountDashboard span,.status.status-log .liveDashboard .list-results thead .accountDashboard span,.status.status-report-item .liveDashboard .list-results thead .accountDashboard span,.double-list dd.status .liveDashboard .list-results thead .accountDashboard span,.double-list dt.status .liveDashboard .list-results thead .accountDashboard span,.w-cards-container .w-card .status.title .liveDashboard .list-results thead .accountDashboard span,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead .accountDashboard span,.list-results tbody tr.sublist .status.title .liveDashboard .list-results thead .accountDashboard span,.accountDashboard .liveDashboard .list-results thead .w-filters-selected label.status.small span,.liveDashboard .list-results thead .w-filters-selected label.status.small .accountDashboard span,.accountDashboard .w-filters-selected label.status.small .liveDashboard .list-results thead span,.w-filters-selected label.status.small .liveDashboard .list-results thead .accountDashboard span,.accountDashboard .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span,.liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .accountDashboard span,.accountDashboard .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span,.w-filters-selected .status.btn-f-s .liveDashboard .list-results thead .accountDashboard span,.accountDashboard .liveDashboard .list-results thead .sub-header .w-form label,.accountDashboard .liveDashboard .list-results thead .sub-header .w-double-list label,.liveDashboard .list-results thead .sub-header .w-form .accountDashboard label,.liveDashboard .list-results thead .sub-header .w-double-list .accountDashboard label,.accountDashboard .sub-header .w-form .liveDashboard .list-results thead label,.accountDashboard .sub-header .w-double-list .liveDashboard .list-results thead label,.sub-header .w-form .liveDashboard .list-results thead .accountDashboard label,.sub-header .w-double-list .liveDashboard .list-results thead .accountDashboard label,.accountDashboard .liveDashboard .list-results thead .block-filters button:after,.liveDashboard .list-results thead .block-filters .accountDashboard button:after,.accountDashboard .block-filters .liveDashboard .list-results thead button:after,.block-filters .liveDashboard .list-results thead .accountDashboard button:after,.accountDashboard .liveDashboard .list-results thead .block-filters select:after,.liveDashboard .list-results thead .block-filters .accountDashboard select:after,.accountDashboard .block-filters .liveDashboard .list-results thead select:after,.block-filters .liveDashboard .list-results thead .accountDashboard select:after,.accountDashboard .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive,.liveDashboard .list-results thead .form-auto-list .accountDashboard .form-auto-item.is-user-is-inactive,.accountDashboard .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard .list-results thead .accountDashboard .form-auto-item.is-user-is-inactive,.accountDashboard .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active,.liveDashboard .list-results thead .form-auto-list .accountDashboard .form-auto-item.is-user-is-active,.accountDashboard .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-active,.form-auto-list .liveDashboard .list-results thead .accountDashboard .form-auto-item.is-user-is-active,.accountDashboard .liveDashboard .list-results thead .list-results-header .status.title span,.liveDashboard .list-results thead .list-results-header .status.title .accountDashboard span,.accountDashboard .list-results-header .status.title .liveDashboard .list-results thead span,.list-results-header .status.title .liveDashboard .list-results thead .accountDashboard span,.accountDashboard .liveDashboard .list-results thead tr span,.liveDashboard .list-results thead tr .accountDashboard span,.accountDashboard ._account_api .list-results thead .icon,.accountDashboard ._account_api .list-results thead .w-alert-banner:before,.accountDashboard ._account_api .liveDashboard .list-results thead .w-alert-banner:before,.liveDashboard .accountDashboard ._account_api .list-results thead .w-alert-banner:before,.accountDashboard ._account_api .list-results thead .w-alert-banner:before,.accountDashboard .liveDashboard ._account_api .list-results thead .w-alert-banner:before,.liveDashboard .accountDashboard ._account_api .list-results thead .w-alert-banner:before,.accountDashboard ._account_api .liveDashboard .list-results thead .w-alert-banner:before,.accountDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .accountDashboard ._account_api .list-results thead .dialog-aside:after,.accountDashboard ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.liveDashboard .accountDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.accountDashboard ._account_api .w-dialog.plus .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus .liveDashboard .accountDashboard ._account_api .list-results thead .dialog-aside:after,.accountDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.accountDashboard .w-dialog.plus ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus .accountDashboard ._account_api .list-results thead .dialog-aside:after,.accountDashboard .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.liveDashboard .accountDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.accountDashboard .w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus .liveDashboard .accountDashboard ._account_api .list-results thead .dialog-aside:after,.accountDashboard ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.accountDashboard .w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus .accountDashboard ._account_api .liveDashboard .list-results thead .dialog-aside:after,.accountDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.w-toast .accountDashboard ._account_api .list-results thead .toast.plus:after,.accountDashboard ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.liveDashboard .accountDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.accountDashboard ._account_api .w-toast .liveDashboard .list-results thead .toast.plus:after,.w-toast .liveDashboard .accountDashboard ._account_api .list-results thead .toast.plus:after,.accountDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.accountDashboard .w-toast ._account_api .list-results thead .toast.plus:after,.w-toast .accountDashboard ._account_api .list-results thead .toast.plus:after,.accountDashboard .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.liveDashboard .accountDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.accountDashboard .w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.w-toast .liveDashboard .accountDashboard ._account_api .list-results thead .toast.plus:after,.accountDashboard ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.accountDashboard .w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,.w-toast .accountDashboard ._account_api .liveDashboard .list-results thead .toast.plus:after,.accountDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .accountDashboard ._account_api .list-results thead .btn-period-clear:before,.accountDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .accountDashboard ._account_api .list-results thead .btn-filter:before,.accountDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard .accountDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.accountDashboard ._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .accountDashboard ._account_api .list-results thead .btn-period-clear:before,.accountDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard .accountDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.accountDashboard ._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .accountDashboard ._account_api .list-results thead .btn-filter:before,.accountDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.accountDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .accountDashboard ._account_api .list-results thead .btn-period-clear:before,.accountDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.accountDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .accountDashboard ._account_api .list-results thead .btn-filter:before,.accountDashboard .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard .accountDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.accountDashboard .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .accountDashboard ._account_api .list-results thead .btn-period-clear:before,.accountDashboard .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard .accountDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.accountDashboard .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .accountDashboard ._account_api .list-results thead .btn-filter:before,.accountDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.accountDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .accountDashboard ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.accountDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.accountDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .accountDashboard ._account_api .liveDashboard .list-results thead .btn-filter:before,.accountDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .accountDashboard ._account_api .list-results thead .btn-period-edit:before,.accountDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard .accountDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.accountDashboard ._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .accountDashboard ._account_api .list-results thead .btn-period-edit:before,.accountDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.accountDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .accountDashboard ._account_api .list-results thead .btn-period-edit:before,.accountDashboard .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard .accountDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.accountDashboard .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .accountDashboard ._account_api .list-results thead .btn-period-edit:before,.accountDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.accountDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .accountDashboard ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.accountDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.block-filters .accountDashboard ._account_api .list-results thead .btn-filter:before,.accountDashboard ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.liveDashboard .accountDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.accountDashboard ._account_api .block-filters .liveDashboard .list-results thead .btn-filter:before,.block-filters .liveDashboard .accountDashboard ._account_api .list-results thead .btn-filter:before,.accountDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.accountDashboard .block-filters ._account_api .list-results thead .btn-filter:before,.block-filters .accountDashboard ._account_api .list-results thead .btn-filter:before,.accountDashboard .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.liveDashboard .accountDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.accountDashboard .block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.block-filters .liveDashboard .accountDashboard ._account_api .list-results thead .btn-filter:before,.accountDashboard ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.accountDashboard .block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,.block-filters .accountDashboard ._account_api .liveDashboard .list-results thead .btn-filter:before,.accountDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper .accountDashboard ._account_api .list-results thead input.mobileToggle+label,.accountDashboard ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.liveDashboard .accountDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.accountDashboard ._account_api .toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper .liveDashboard .accountDashboard ._account_api .list-results thead input.mobileToggle+label,.accountDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.accountDashboard .toggleWrapper ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper .accountDashboard ._account_api .list-results thead input.mobileToggle+label,.accountDashboard .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.liveDashboard .accountDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.accountDashboard .toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper .liveDashboard .accountDashboard ._account_api .list-results thead input.mobileToggle+label,.accountDashboard ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.accountDashboard .toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper .accountDashboard ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.accountDashboard ._account_api .list-results thead tbody span.status,.accountDashboard ._account_api .list-results tbody thead span.status,.accountDashboard ._account_api .liveDashboard .list-results thead tbody span.status,.liveDashboard .accountDashboard ._account_api .list-results thead tbody span.status,.accountDashboard ._account_api .liveDashboard .list-results tbody thead span.status,.liveDashboard .accountDashboard ._account_api .list-results tbody thead span.status,.accountDashboard ._account_api .list-results thead tbody span.status,.accountDashboard ._account_api .list-results tbody thead span.status,.accountDashboard .liveDashboard ._account_api .list-results thead tbody span.status,.liveDashboard .accountDashboard ._account_api .list-results thead tbody span.status,.accountDashboard .liveDashboard ._account_api .list-results tbody thead span.status,.liveDashboard .accountDashboard ._account_api .list-results tbody thead span.status,.accountDashboard ._account_api .liveDashboard .list-results thead tbody span.status,.accountDashboard ._account_api .liveDashboard .list-results tbody thead span.status,.accountDashboard ._account_api .list-results thead tbody td.is-running span,.accountDashboard ._account_api .list-results tbody td.is-running thead span,.accountDashboard ._account_api .liveDashboard .list-results thead tbody td.is-running span,.liveDashboard .accountDashboard ._account_api .list-results thead tbody td.is-running span,.accountDashboard ._account_api .liveDashboard .list-results tbody td.is-running thead span,.liveDashboard .accountDashboard ._account_api .list-results tbody td.is-running thead span,.accountDashboard ._account_api .list-results thead tbody td.is-running span,.accountDashboard ._account_api .list-results tbody td.is-running thead span,.accountDashboard .liveDashboard ._account_api .list-results thead tbody td.is-running span,.liveDashboard .accountDashboard ._account_api .list-results thead tbody td.is-running span,.accountDashboard .liveDashboard ._account_api .list-results tbody td.is-running thead span,.liveDashboard .accountDashboard ._account_api .list-results tbody td.is-running thead span,.accountDashboard ._account_api .liveDashboard .list-results thead tbody td.is-running span,.accountDashboard ._account_api .liveDashboard .list-results tbody td.is-running thead span,.accountDashboard ._account_api .list-results thead tbody td.is-pending span,.accountDashboard ._account_api .list-results tbody td.is-pending thead span,.accountDashboard ._account_api .liveDashboard .list-results thead tbody td.is-pending span,.liveDashboard .accountDashboard ._account_api .list-results thead tbody td.is-pending span,.accountDashboard ._account_api .liveDashboard .list-results tbody td.is-pending thead span,.liveDashboard .accountDashboard ._account_api .list-results tbody td.is-pending thead span,.accountDashboard ._account_api .list-results thead tbody td.is-pending span,.accountDashboard ._account_api .list-results tbody td.is-pending thead span,.accountDashboard .liveDashboard ._account_api .list-results thead tbody td.is-pending span,.liveDashboard .accountDashboard ._account_api .list-results thead tbody td.is-pending span,.accountDashboard .liveDashboard ._account_api .list-results tbody td.is-pending thead span,.liveDashboard .accountDashboard ._account_api .list-results tbody td.is-pending thead span,.accountDashboard ._account_api .liveDashboard .list-results thead tbody td.is-pending span,.accountDashboard ._account_api .liveDashboard .list-results tbody td.is-pending thead span,.accountDashboard ._account_api .liveDashboard .list-results thead .icon,.accountDashboard ._account_api .liveDashboard .list-results thead .w-alert-banner:before,.accountDashboard ._account_api .liveDashboard .list-results thead .w-alert-banner:before,.accountDashboard ._account_api .liveDashboard .list-results thead .w-alert-banner:before,.accountDashboard ._account_api .liveDashboard ._account_api .list-results thead .w-alert-banner:before,.accountDashboard ._account_api .liveDashboard .list-results thead .w-alert-banner:before,.accountDashboard ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .accountDashboard ._account_api .liveDashboard .list-results thead .dialog-aside:after,.accountDashboard ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.accountDashboard ._account_api .w-dialog.plus .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus .accountDashboard ._account_api .liveDashboard .list-results thead .dialog-aside:after,.accountDashboard ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.accountDashboard .w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus .accountDashboard ._account_api .liveDashboard .list-results thead .dialog-aside:after,.accountDashboard ._account_api .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.accountDashboard ._account_api .w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus .accountDashboard ._account_api .liveDashboard ._account_api .list-results thead .dialog-aside:after,.accountDashboard ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.accountDashboard .w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus .accountDashboard ._account_api .liveDashboard .list-results thead .dialog-aside:after,.accountDashboard ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-toast .accountDashboard ._account_api .liveDashboard .list-results thead .toast.plus:after,.accountDashboard ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.accountDashboard ._account_api .w-toast .liveDashboard .list-results thead .toast.plus:after,.w-toast .accountDashboard ._account_api .liveDashboard .list-results thead .toast.plus:after,.accountDashboard ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.accountDashboard .w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,.w-toast .accountDashboard ._account_api .liveDashboard .list-results thead .toast.plus:after,.accountDashboard ._account_api .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.accountDashboard ._account_api .w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.w-toast .accountDashboard ._account_api .liveDashboard ._account_api .list-results thead .toast.plus:after,.accountDashboard ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.accountDashboard .w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,.w-toast .accountDashboard ._account_api .liveDashboard .list-results thead .toast.plus:after,.accountDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .accountDashboard ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.accountDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .accountDashboard ._account_api .liveDashboard .list-results thead .btn-filter:before,.accountDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.accountDashboard ._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .accountDashboard ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.accountDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.accountDashboard ._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .accountDashboard ._account_api .liveDashboard .list-results thead .btn-filter:before,.accountDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.accountDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .accountDashboard ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.accountDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.accountDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .accountDashboard ._account_api .liveDashboard .list-results thead .btn-filter:before,.accountDashboard ._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.accountDashboard ._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .accountDashboard ._account_api .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.accountDashboard ._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.accountDashboard ._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .accountDashboard ._account_api .liveDashboard ._account_api .list-results thead .btn-filter:before,.accountDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.accountDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .accountDashboard ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.accountDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.accountDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .accountDashboard ._account_api .liveDashboard .list-results thead .btn-filter:before,.accountDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .accountDashboard ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.accountDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.accountDashboard ._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .accountDashboard ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.accountDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.accountDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .accountDashboard ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.accountDashboard ._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.accountDashboard ._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .accountDashboard ._account_api .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.accountDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.accountDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .accountDashboard ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.accountDashboard ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.block-filters .accountDashboard ._account_api .liveDashboard .list-results thead .btn-filter:before,.accountDashboard ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.accountDashboard ._account_api .block-filters .liveDashboard .list-results thead .btn-filter:before,.block-filters .accountDashboard ._account_api .liveDashboard .list-results thead .btn-filter:before,.accountDashboard ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.accountDashboard .block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,.block-filters .accountDashboard ._account_api .liveDashboard .list-results thead .btn-filter:before,.accountDashboard ._account_api .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.accountDashboard ._account_api .block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.block-filters .accountDashboard ._account_api .liveDashboard ._account_api .list-results thead .btn-filter:before,.accountDashboard ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.accountDashboard .block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,.block-filters .accountDashboard ._account_api .liveDashboard .list-results thead .btn-filter:before,.accountDashboard ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper .accountDashboard ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.accountDashboard ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.accountDashboard ._account_api .toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper .accountDashboard ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.accountDashboard ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.accountDashboard .toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper .accountDashboard ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.accountDashboard ._account_api .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.accountDashboard ._account_api .toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper .accountDashboard ._account_api .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.accountDashboard ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.accountDashboard .toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper .accountDashboard ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.accountDashboard ._account_api .liveDashboard .list-results thead tbody span.status,.accountDashboard ._account_api .liveDashboard .list-results tbody thead span.status,.accountDashboard ._account_api .liveDashboard .list-results thead tbody span.status,.accountDashboard ._account_api .liveDashboard .list-results tbody thead span.status,.accountDashboard ._account_api .liveDashboard .list-results thead tbody span.status,.accountDashboard ._account_api .liveDashboard .list-results tbody thead span.status,.accountDashboard ._account_api .liveDashboard ._account_api .list-results thead tbody span.status,.accountDashboard ._account_api .liveDashboard ._account_api .list-results tbody thead span.status,.accountDashboard ._account_api .liveDashboard .list-results thead tbody span.status,.accountDashboard ._account_api .liveDashboard .list-results tbody thead span.status,.accountDashboard ._account_api .liveDashboard .list-results thead tbody td.is-running span,.accountDashboard ._account_api .liveDashboard .list-results tbody td.is-running thead span,.accountDashboard ._account_api .liveDashboard .list-results thead tbody td.is-running span,.accountDashboard ._account_api .liveDashboard .list-results tbody td.is-running thead span,.accountDashboard ._account_api .liveDashboard .list-results thead tbody td.is-running span,.accountDashboard ._account_api .liveDashboard .list-results tbody td.is-running thead span,.accountDashboard ._account_api .liveDashboard ._account_api .list-results thead tbody td.is-running span,.accountDashboard ._account_api .liveDashboard ._account_api .list-results tbody td.is-running thead span,.accountDashboard ._account_api .liveDashboard .list-results thead tbody td.is-running span,.accountDashboard ._account_api .liveDashboard .list-results tbody td.is-running thead span,.accountDashboard ._account_api .liveDashboard .list-results thead tbody td.is-pending span,.accountDashboard ._account_api .liveDashboard .list-results tbody td.is-pending thead span,.accountDashboard ._account_api .liveDashboard .list-results thead tbody td.is-pending span,.accountDashboard ._account_api .liveDashboard .list-results tbody td.is-pending thead span,.accountDashboard ._account_api .liveDashboard .list-results thead tbody td.is-pending span,.accountDashboard ._account_api .liveDashboard .list-results tbody td.is-pending thead span,.accountDashboard ._account_api .liveDashboard ._account_api .list-results thead tbody td.is-pending span,.accountDashboard ._account_api .liveDashboard ._account_api .list-results tbody td.is-pending thead span,.accountDashboard ._account_api .liveDashboard .list-results thead tbody td.is-pending span,.accountDashboard ._account_api .liveDashboard .list-results tbody td.is-pending thead span,.liveDashboard .accountDashboard ._account_api .list-results thead .icon,.liveDashboard .accountDashboard ._account_api .list-results thead .w-alert-banner:before,.liveDashboard .accountDashboard ._account_api .list-results thead .w-alert-banner:before,.liveDashboard .accountDashboard ._account_api .list-results thead .w-alert-banner:before,.liveDashboard .accountDashboard ._account_api .list-results thead .w-alert-banner:before,.liveDashboard .accountDashboard ._account_api .liveDashboard .list-results thead .w-alert-banner:before,.liveDashboard .accountDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .liveDashboard .accountDashboard ._account_api .list-results thead .dialog-aside:after,.liveDashboard .accountDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .liveDashboard .accountDashboard ._account_api .list-results thead .dialog-aside:after,.liveDashboard .accountDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.liveDashboard .accountDashboard .w-dialog.plus ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus .liveDashboard .accountDashboard ._account_api .list-results thead .dialog-aside:after,.liveDashboard .accountDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .liveDashboard .accountDashboard ._account_api .list-results thead .dialog-aside:after,.liveDashboard .accountDashboard ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.liveDashboard .accountDashboard .w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus .liveDashboard .accountDashboard ._account_api .liveDashboard .list-results thead .dialog-aside:after,.liveDashboard .accountDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.w-toast .liveDashboard .accountDashboard ._account_api .list-results thead .toast.plus:after,.liveDashboard .accountDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.w-toast .liveDashboard .accountDashboard ._account_api .list-results thead .toast.plus:after,.liveDashboard .accountDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.liveDashboard .accountDashboard .w-toast ._account_api .list-results thead .toast.plus:after,.w-toast .liveDashboard .accountDashboard ._account_api .list-results thead .toast.plus:after,.liveDashboard .accountDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.w-toast .liveDashboard .accountDashboard ._account_api .list-results thead .toast.plus:after,.liveDashboard .accountDashboard ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.liveDashboard .accountDashboard .w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,.w-toast .liveDashboard .accountDashboard ._account_api .liveDashboard .list-results thead .toast.plus:after,.liveDashboard .accountDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .accountDashboard ._account_api .list-results thead .btn-period-clear:before,.liveDashboard .accountDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .accountDashboard ._account_api .list-results thead .btn-filter:before,.liveDashboard .accountDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .accountDashboard ._account_api .list-results thead .btn-period-clear:before,.liveDashboard .accountDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .accountDashboard ._account_api .list-results thead .btn-filter:before,.liveDashboard .accountDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard .accountDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .accountDashboard ._account_api .list-results thead .btn-period-clear:before,.liveDashboard .accountDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard .accountDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .accountDashboard ._account_api .list-results thead .btn-filter:before,.liveDashboard .accountDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .accountDashboard ._account_api .list-results thead .btn-period-clear:before,.liveDashboard .accountDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .accountDashboard ._account_api .list-results thead .btn-filter:before,.liveDashboard .accountDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard .accountDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .accountDashboard ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.liveDashboard .accountDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard .accountDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .accountDashboard ._account_api .liveDashboard .list-results thead .btn-filter:before,.liveDashboard .accountDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .accountDashboard ._account_api .list-results thead .btn-period-edit:before,.liveDashboard .accountDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .accountDashboard ._account_api .list-results thead .btn-period-edit:before,.liveDashboard .accountDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard .accountDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .accountDashboard ._account_api .list-results thead .btn-period-edit:before,.liveDashboard .accountDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .accountDashboard ._account_api .list-results thead .btn-period-edit:before,.liveDashboard .accountDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard .accountDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .accountDashboard ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.liveDashboard .accountDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.block-filters .liveDashboard .accountDashboard ._account_api .list-results thead .btn-filter:before,.liveDashboard .accountDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.block-filters .liveDashboard .accountDashboard ._account_api .list-results thead .btn-filter:before,.liveDashboard .accountDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.liveDashboard .accountDashboard .block-filters ._account_api .list-results thead .btn-filter:before,.block-filters .liveDashboard .accountDashboard ._account_api .list-results thead .btn-filter:before,.liveDashboard .accountDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.block-filters .liveDashboard .accountDashboard ._account_api .list-results thead .btn-filter:before,.liveDashboard .accountDashboard ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.liveDashboard .accountDashboard .block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,.block-filters .liveDashboard .accountDashboard ._account_api .liveDashboard .list-results thead .btn-filter:before,.liveDashboard .accountDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper .liveDashboard .accountDashboard ._account_api .list-results thead input.mobileToggle+label,.liveDashboard .accountDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper .liveDashboard .accountDashboard ._account_api .list-results thead input.mobileToggle+label,.liveDashboard .accountDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.liveDashboard .accountDashboard .toggleWrapper ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper .liveDashboard .accountDashboard ._account_api .list-results thead input.mobileToggle+label,.liveDashboard .accountDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper .liveDashboard .accountDashboard ._account_api .list-results thead input.mobileToggle+label,.liveDashboard .accountDashboard ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.liveDashboard .accountDashboard .toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper .liveDashboard .accountDashboard ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.liveDashboard .accountDashboard ._account_api .list-results thead tbody span.status,.liveDashboard .accountDashboard ._account_api .list-results tbody thead span.status,.liveDashboard .accountDashboard ._account_api .list-results thead tbody span.status,.liveDashboard .accountDashboard ._account_api .list-results tbody thead span.status,.liveDashboard .accountDashboard ._account_api .list-results thead tbody span.status,.liveDashboard .accountDashboard ._account_api .list-results tbody thead span.status,.liveDashboard .accountDashboard ._account_api .list-results thead tbody span.status,.liveDashboard .accountDashboard ._account_api .list-results tbody thead span.status,.liveDashboard .accountDashboard ._account_api .liveDashboard .list-results thead tbody span.status,.liveDashboard .accountDashboard ._account_api .liveDashboard .list-results tbody thead span.status,.liveDashboard .accountDashboard ._account_api .list-results thead tbody td.is-running span,.liveDashboard .accountDashboard ._account_api .list-results tbody td.is-running thead span,.liveDashboard .accountDashboard ._account_api .list-results thead tbody td.is-running span,.liveDashboard .accountDashboard ._account_api .list-results tbody td.is-running thead span,.liveDashboard .accountDashboard ._account_api .list-results thead tbody td.is-running span,.liveDashboard .accountDashboard ._account_api .list-results tbody td.is-running thead span,.liveDashboard .accountDashboard ._account_api .list-results thead tbody td.is-running span,.liveDashboard .accountDashboard ._account_api .list-results tbody td.is-running thead span,.liveDashboard .accountDashboard ._account_api .liveDashboard .list-results thead tbody td.is-running span,.liveDashboard .accountDashboard ._account_api .liveDashboard .list-results tbody td.is-running thead span,.liveDashboard .accountDashboard ._account_api .list-results thead tbody td.is-pending span,.liveDashboard .accountDashboard ._account_api .list-results tbody td.is-pending thead span,.liveDashboard .accountDashboard ._account_api .list-results thead tbody td.is-pending span,.liveDashboard .accountDashboard ._account_api .list-results tbody td.is-pending thead span,.liveDashboard .accountDashboard ._account_api .list-results thead tbody td.is-pending span,.liveDashboard .accountDashboard ._account_api .list-results tbody td.is-pending thead span,.liveDashboard .accountDashboard ._account_api .list-results thead tbody td.is-pending span,.liveDashboard .accountDashboard ._account_api .list-results tbody td.is-pending thead span,.liveDashboard .accountDashboard ._account_api .liveDashboard .list-results thead tbody td.is-pending span,.liveDashboard .accountDashboard ._account_api .liveDashboard .list-results tbody td.is-pending thead span,.accountDashboard ._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,.liveDashboard .accountDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,.accountDashboard ._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .accountDashboard ._account_api .list-results thead .dropdown-toggle:after,.accountDashboard ._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter,.liveDashboard .accountDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter,.accountDashboard ._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .accountDashboard ._account_api .list-results thead .filter,.accountDashboard ._account_api .liveDashboard .list-results thead .form-label.status span,.accountDashboard ._account_api .liveDashboard .list-results thead .status.status-log span,.accountDashboard ._account_api .liveDashboard .list-results thead .status.status-report-item span,.accountDashboard ._account_api .liveDashboard .list-results thead .double-list dd.status span,.double-list .accountDashboard ._account_api .liveDashboard .list-results thead dd.status span,.accountDashboard ._account_api .liveDashboard .list-results thead .double-list dt.status span,.double-list .accountDashboard ._account_api .liveDashboard .list-results thead dt.status span,.accountDashboard ._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span,.w-cards-container .w-card .accountDashboard ._account_api .liveDashboard .list-results thead .status.title span,.accountDashboard ._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value .accountDashboard ._account_api .liveDashboard .list-results thead .status.label span,.accountDashboard ._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span,.accountDashboard ._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span,.liveDashboard .accountDashboard ._account_api .list-results thead .form-label.status span,.liveDashboard .accountDashboard ._account_api .list-results thead .status.status-log span,.liveDashboard .accountDashboard ._account_api .list-results thead .status.status-report-item span,.liveDashboard .accountDashboard ._account_api .list-results thead .double-list dd.status span,.double-list .liveDashboard .accountDashboard ._account_api .list-results thead dd.status span,.liveDashboard .accountDashboard ._account_api .list-results thead .double-list dt.status span,.double-list .liveDashboard .accountDashboard ._account_api .list-results thead dt.status span,.liveDashboard .accountDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span,.w-cards-container .w-card .liveDashboard .accountDashboard ._account_api .list-results thead .status.title span,.liveDashboard .accountDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value .liveDashboard .accountDashboard ._account_api .list-results thead .status.label span,.liveDashboard .accountDashboard ._account_api .list-results thead tbody tr.sublist .status.title span,.liveDashboard .accountDashboard ._account_api .list-results tbody tr.sublist thead .status.title span,.accountDashboard ._account_api .form-label.status .liveDashboard .list-results thead span,.accountDashboard ._account_api .status.status-log .liveDashboard .list-results thead span,.accountDashboard ._account_api .status.status-report-item .liveDashboard .list-results thead span,.accountDashboard ._account_api .double-list dd.status .liveDashboard .list-results thead span,.double-list .accountDashboard ._account_api dd.status .liveDashboard .list-results thead span,.accountDashboard ._account_api .double-list dt.status .liveDashboard .list-results thead span,.double-list .accountDashboard ._account_api dt.status .liveDashboard .list-results thead span,.accountDashboard ._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span,.w-cards-container .w-card .accountDashboard ._account_api .status.title .liveDashboard .list-results thead span,.accountDashboard ._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span,.w-cards-container .w-card.centered .w-value .accountDashboard ._account_api .status.label .liveDashboard .list-results thead span,.accountDashboard ._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span,.list-results tbody tr.sublist .accountDashboard ._account_api .status.title .liveDashboard .list-results thead span,.form-label.status .liveDashboard .accountDashboard ._account_api .list-results thead span,.status.status-log .liveDashboard .accountDashboard ._account_api .list-results thead span,.status.status-report-item .liveDashboard .accountDashboard ._account_api .list-results thead span,.double-list dd.status .liveDashboard .accountDashboard ._account_api .list-results thead span,.double-list dt.status .liveDashboard .accountDashboard ._account_api .list-results thead span,.w-cards-container .w-card .status.title .liveDashboard .accountDashboard ._account_api .list-results thead span,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .accountDashboard ._account_api .list-results thead span,.list-results tbody tr.sublist .status.title .liveDashboard .accountDashboard ._account_api .list-results thead span,.accountDashboard ._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span,.liveDashboard .accountDashboard ._account_api .list-results thead .w-filters-selected label.status.small span,.accountDashboard ._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span,.w-filters-selected label.status.small .liveDashboard .accountDashboard ._account_api .list-results thead span,.accountDashboard ._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span,.liveDashboard .accountDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span,.accountDashboard ._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span,.w-filters-selected .status.btn-f-s .liveDashboard .accountDashboard ._account_api .list-results thead span,.accountDashboard ._account_api .liveDashboard .list-results thead .sub-header .w-form label,.accountDashboard ._account_api .liveDashboard .list-results thead .sub-header .w-double-list label,.liveDashboard .accountDashboard ._account_api .list-results thead .sub-header .w-form label,.liveDashboard .accountDashboard ._account_api .list-results thead .sub-header .w-double-list label,.accountDashboard ._account_api .sub-header .w-form .liveDashboard .list-results thead label,.accountDashboard ._account_api .sub-header .w-double-list .liveDashboard .list-results thead label,.sub-header .w-form .liveDashboard .accountDashboard ._account_api .list-results thead label,.sub-header .w-double-list .liveDashboard .accountDashboard ._account_api .list-results thead label,.accountDashboard ._account_api .liveDashboard .list-results thead .block-filters button:after,.liveDashboard .accountDashboard ._account_api .list-results thead .block-filters button:after,.accountDashboard ._account_api .block-filters .liveDashboard .list-results thead button:after,.block-filters .liveDashboard .accountDashboard ._account_api .list-results thead button:after,.accountDashboard ._account_api .liveDashboard .list-results thead .block-filters select:after,.liveDashboard .accountDashboard ._account_api .list-results thead .block-filters select:after,.accountDashboard ._account_api .block-filters .liveDashboard .list-results thead select:after,.block-filters .liveDashboard .accountDashboard ._account_api .list-results thead select:after,.accountDashboard ._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive,.liveDashboard .accountDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive,.accountDashboard ._account_api .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard .accountDashboard ._account_api .list-results thead .form-auto-item.is-user-is-inactive,.accountDashboard ._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active,.liveDashboard .accountDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active,.accountDashboard ._account_api .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-active,.form-auto-list .liveDashboard .accountDashboard ._account_api .list-results thead .form-auto-item.is-user-is-active,.accountDashboard ._account_api .liveDashboard .list-results thead .list-results-header .status.title span,.liveDashboard .accountDashboard ._account_api .list-results thead .list-results-header .status.title span,.accountDashboard ._account_api .list-results-header .status.title .liveDashboard .list-results thead span,.list-results-header .status.title .liveDashboard .accountDashboard ._account_api .list-results thead span,.accountDashboard ._account_api .liveDashboard .list-results thead tr span,.liveDashboard .accountDashboard ._account_api .list-results thead tr span,.accountDashboard ._account_api .list-results thead .icon,.accountDashboard ._account_api .list-results thead .w-alert-banner:before,.accountDashboard ._account_api .liveDashboard .list-results thead .w-alert-banner:before,.liveDashboard .accountDashboard ._account_api .list-results thead .w-alert-banner:before,.accountDashboard ._account_api .list-results thead .w-alert-banner:before,.accountDashboard .liveDashboard ._account_api .list-results thead .w-alert-banner:before,.liveDashboard .accountDashboard ._account_api .list-results thead .w-alert-banner:before,.accountDashboard ._account_api .liveDashboard .list-results thead .w-alert-banner:before,.accountDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .accountDashboard ._account_api .list-results thead .dialog-aside:after,.accountDashboard ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.liveDashboard .accountDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.accountDashboard ._account_api .w-dialog.plus .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus .liveDashboard .accountDashboard ._account_api .list-results thead .dialog-aside:after,.accountDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.accountDashboard .w-dialog.plus ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus .accountDashboard ._account_api .list-results thead .dialog-aside:after,.accountDashboard .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.liveDashboard .accountDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.accountDashboard .w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus .liveDashboard .accountDashboard ._account_api .list-results thead .dialog-aside:after,.accountDashboard ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.accountDashboard .w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus .accountDashboard ._account_api .liveDashboard .list-results thead .dialog-aside:after,.accountDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.w-toast .accountDashboard ._account_api .list-results thead .toast.plus:after,.accountDashboard ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.liveDashboard .accountDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.accountDashboard ._account_api .w-toast .liveDashboard .list-results thead .toast.plus:after,.w-toast .liveDashboard .accountDashboard ._account_api .list-results thead .toast.plus:after,.accountDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.accountDashboard .w-toast ._account_api .list-results thead .toast.plus:after,.w-toast .accountDashboard ._account_api .list-results thead .toast.plus:after,.accountDashboard .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.liveDashboard .accountDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.accountDashboard .w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.w-toast .liveDashboard .accountDashboard ._account_api .list-results thead .toast.plus:after,.accountDashboard ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.accountDashboard .w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,.w-toast .accountDashboard ._account_api .liveDashboard .list-results thead .toast.plus:after,.accountDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .accountDashboard ._account_api .list-results thead .btn-period-clear:before,.accountDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .accountDashboard ._account_api .list-results thead .btn-filter:before,.accountDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard .accountDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.accountDashboard ._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .accountDashboard ._account_api .list-results thead .btn-period-clear:before,.accountDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard .accountDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.accountDashboard ._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .accountDashboard ._account_api .list-results thead .btn-filter:before,.accountDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.accountDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .accountDashboard ._account_api .list-results thead .btn-period-clear:before,.accountDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.accountDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .accountDashboard ._account_api .list-results thead .btn-filter:before,.accountDashboard .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard .accountDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.accountDashboard .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .accountDashboard ._account_api .list-results thead .btn-period-clear:before,.accountDashboard .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard .accountDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.accountDashboard .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .accountDashboard ._account_api .list-results thead .btn-filter:before,.accountDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.accountDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .accountDashboard ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.accountDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.accountDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .accountDashboard ._account_api .liveDashboard .list-results thead .btn-filter:before,.accountDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .accountDashboard ._account_api .list-results thead .btn-period-edit:before,.accountDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard .accountDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.accountDashboard ._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .accountDashboard ._account_api .list-results thead .btn-period-edit:before,.accountDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.accountDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .accountDashboard ._account_api .list-results thead .btn-period-edit:before,.accountDashboard .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard .accountDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.accountDashboard .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .accountDashboard ._account_api .list-results thead .btn-period-edit:before,.accountDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.accountDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .accountDashboard ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.accountDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.block-filters .accountDashboard ._account_api .list-results thead .btn-filter:before,.accountDashboard ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.liveDashboard .accountDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.accountDashboard ._account_api .block-filters .liveDashboard .list-results thead .btn-filter:before,.block-filters .liveDashboard .accountDashboard ._account_api .list-results thead .btn-filter:before,.accountDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.accountDashboard .block-filters ._account_api .list-results thead .btn-filter:before,.block-filters .accountDashboard ._account_api .list-results thead .btn-filter:before,.accountDashboard .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.liveDashboard .accountDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.accountDashboard .block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.block-filters .liveDashboard .accountDashboard ._account_api .list-results thead .btn-filter:before,.accountDashboard ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.accountDashboard .block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,.block-filters .accountDashboard ._account_api .liveDashboard .list-results thead .btn-filter:before,.accountDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper .accountDashboard ._account_api .list-results thead input.mobileToggle+label,.accountDashboard ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.liveDashboard .accountDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.accountDashboard ._account_api .toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper .liveDashboard .accountDashboard ._account_api .list-results thead input.mobileToggle+label,.accountDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.accountDashboard .toggleWrapper ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper .accountDashboard ._account_api .list-results thead input.mobileToggle+label,.accountDashboard .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.liveDashboard .accountDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.accountDashboard .toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper .liveDashboard .accountDashboard ._account_api .list-results thead input.mobileToggle+label,.accountDashboard ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.accountDashboard .toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper .accountDashboard ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.accountDashboard ._account_api .list-results thead tbody span.status,.accountDashboard ._account_api .list-results tbody thead span.status,.accountDashboard ._account_api .liveDashboard .list-results thead tbody span.status,.liveDashboard .accountDashboard ._account_api .list-results thead tbody span.status,.accountDashboard ._account_api .liveDashboard .list-results tbody thead span.status,.liveDashboard .accountDashboard ._account_api .list-results tbody thead span.status,.accountDashboard ._account_api .list-results thead tbody span.status,.accountDashboard ._account_api .list-results tbody thead span.status,.accountDashboard .liveDashboard ._account_api .list-results thead tbody span.status,.liveDashboard .accountDashboard ._account_api .list-results thead tbody span.status,.accountDashboard .liveDashboard ._account_api .list-results tbody thead span.status,.liveDashboard .accountDashboard ._account_api .list-results tbody thead span.status,.accountDashboard ._account_api .liveDashboard .list-results thead tbody span.status,.accountDashboard ._account_api .liveDashboard .list-results tbody thead span.status,.accountDashboard ._account_api .list-results thead tbody td.is-running span,.accountDashboard ._account_api .list-results tbody td.is-running thead span,.accountDashboard ._account_api .liveDashboard .list-results thead tbody td.is-running span,.liveDashboard .accountDashboard ._account_api .list-results thead tbody td.is-running span,.accountDashboard ._account_api .liveDashboard .list-results tbody td.is-running thead span,.liveDashboard .accountDashboard ._account_api .list-results tbody td.is-running thead span,.accountDashboard ._account_api .list-results thead tbody td.is-running span,.accountDashboard ._account_api .list-results tbody td.is-running thead span,.accountDashboard .liveDashboard ._account_api .list-results thead tbody td.is-running span,.liveDashboard .accountDashboard ._account_api .list-results thead tbody td.is-running span,.accountDashboard .liveDashboard ._account_api .list-results tbody td.is-running thead span,.liveDashboard .accountDashboard ._account_api .list-results tbody td.is-running thead span,.accountDashboard ._account_api .liveDashboard .list-results thead tbody td.is-running span,.accountDashboard ._account_api .liveDashboard .list-results tbody td.is-running thead span,.accountDashboard ._account_api .list-results thead tbody td.is-pending span,.accountDashboard ._account_api .list-results tbody td.is-pending thead span,.accountDashboard ._account_api .liveDashboard .list-results thead tbody td.is-pending span,.liveDashboard .accountDashboard ._account_api .list-results thead tbody td.is-pending span,.accountDashboard ._account_api .liveDashboard .list-results tbody td.is-pending thead span,.liveDashboard .accountDashboard ._account_api .list-results tbody td.is-pending thead span,.accountDashboard ._account_api .list-results thead tbody td.is-pending span,.accountDashboard ._account_api .list-results tbody td.is-pending thead span,.accountDashboard .liveDashboard ._account_api .list-results thead tbody td.is-pending span,.liveDashboard .accountDashboard ._account_api .list-results thead tbody td.is-pending span,.accountDashboard .liveDashboard ._account_api .list-results tbody td.is-pending thead span,.liveDashboard .accountDashboard ._account_api .list-results tbody td.is-pending thead span,.accountDashboard ._account_api .liveDashboard .list-results thead tbody td.is-pending span,.accountDashboard ._account_api .liveDashboard .list-results tbody td.is-pending thead span,.accountDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,.accountDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .accountDashboard ._account_api .list-results thead .dropdown-toggle:after,.accountDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter,.accountDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .filter,.w-filter-preset.w-filter-preset .filter-preset .accountDashboard ._account_api .list-results thead .filter,.accountDashboard ._account_api .list-results thead .form-label.status span,.accountDashboard ._account_api .list-results thead .status.status-log span,.accountDashboard ._account_api .list-results thead .status.status-report-item span,.accountDashboard ._account_api .list-results thead .double-list dd.status span,.double-list .accountDashboard ._account_api .list-results thead dd.status span,.accountDashboard ._account_api .list-results thead .double-list dt.status span,.double-list .accountDashboard ._account_api .list-results thead dt.status span,.accountDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span,.w-cards-container .w-card .accountDashboard ._account_api .list-results thead .status.title span,.accountDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value .accountDashboard ._account_api .list-results thead .status.label span,.accountDashboard ._account_api .list-results thead tbody tr.sublist .status.title span,.accountDashboard ._account_api .list-results tbody tr.sublist thead .status.title span,.accountDashboard .form-label.status ._account_api .list-results thead span,.accountDashboard .status.status-log ._account_api .list-results thead span,.accountDashboard .status.status-report-item ._account_api .list-results thead span,.accountDashboard .double-list dd.status ._account_api .list-results thead span,.double-list .accountDashboard dd.status ._account_api .list-results thead span,.accountDashboard .double-list dt.status ._account_api .list-results thead span,.double-list .accountDashboard dt.status ._account_api .list-results thead span,.accountDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span,.w-cards-container .w-card .accountDashboard .status.title ._account_api .list-results thead span,.accountDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span,.w-cards-container .w-card.centered .w-value .accountDashboard .status.label ._account_api .list-results thead span,.accountDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span,.list-results tbody tr.sublist .accountDashboard .status.title ._account_api .list-results thead span,.form-label.status .accountDashboard ._account_api .list-results thead span,.status.status-log .accountDashboard ._account_api .list-results thead span,.status.status-report-item .accountDashboard ._account_api .list-results thead span,.double-list dd.status .accountDashboard ._account_api .list-results thead span,.double-list dt.status .accountDashboard ._account_api .list-results thead span,.w-cards-container .w-card .status.title .accountDashboard ._account_api .list-results thead span,.w-cards-container .w-card.centered .w-value .status.label .accountDashboard ._account_api .list-results thead span,.list-results tbody tr.sublist .status.title .accountDashboard ._account_api .list-results thead span,.accountDashboard ._account_api .list-results thead .w-filters-selected label.status.small span,.accountDashboard .w-filters-selected label.status.small ._account_api .list-results thead span,.w-filters-selected label.status.small .accountDashboard ._account_api .list-results thead span,.accountDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span,.accountDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span,.w-filters-selected .status.btn-f-s .accountDashboard ._account_api .list-results thead span,.accountDashboard ._account_api .list-results thead .sub-header .w-form label,.accountDashboard ._account_api .list-results thead .sub-header .w-double-list label,.accountDashboard .sub-header .w-form ._account_api .list-results thead label,.accountDashboard .sub-header .w-double-list ._account_api .list-results thead label,.sub-header .w-form .accountDashboard ._account_api .list-results thead label,.sub-header .w-double-list .accountDashboard ._account_api .list-results thead label,.accountDashboard ._account_api .list-results thead .block-filters button:after,.accountDashboard .block-filters ._account_api .list-results thead button:after,.block-filters .accountDashboard ._account_api .list-results thead button:after,.accountDashboard ._account_api .list-results thead .block-filters select:after,.accountDashboard .block-filters ._account_api .list-results thead select:after,.block-filters .accountDashboard ._account_api .list-results thead select:after,.accountDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive,.accountDashboard .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-inactive,.form-auto-list .accountDashboard ._account_api .list-results thead .form-auto-item.is-user-is-inactive,.accountDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active,.accountDashboard .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-active,.form-auto-list .accountDashboard ._account_api .list-results thead .form-auto-item.is-user-is-active,.accountDashboard ._account_api .list-results thead .list-results-header .status.title span,.accountDashboard .list-results-header .status.title ._account_api .list-results thead span,.list-results-header .status.title .accountDashboard ._account_api .list-results thead span,.accountDashboard ._account_api .list-results thead tr span,.accountDashboard .liveDashboard ._account_api .list-results thead .icon,.accountDashboard .liveDashboard ._account_api .list-results thead .w-alert-banner:before,.accountDashboard .liveDashboard ._account_api .list-results thead .w-alert-banner:before,.accountDashboard .liveDashboard ._account_api .list-results thead .w-alert-banner:before,.accountDashboard .liveDashboard ._account_api .list-results thead .w-alert-banner:before,.accountDashboard .liveDashboard ._account_api .liveDashboard .list-results thead .w-alert-banner:before,.accountDashboard .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .accountDashboard .liveDashboard ._account_api .list-results thead .dialog-aside:after,.accountDashboard .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.accountDashboard .w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus .accountDashboard .liveDashboard ._account_api .list-results thead .dialog-aside:after,.accountDashboard .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.accountDashboard .liveDashboard .w-dialog.plus ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus .accountDashboard .liveDashboard ._account_api .list-results thead .dialog-aside:after,.accountDashboard .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.accountDashboard .w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus .accountDashboard .liveDashboard ._account_api .list-results thead .dialog-aside:after,.accountDashboard .liveDashboard ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.accountDashboard .liveDashboard .w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus .accountDashboard .liveDashboard ._account_api .liveDashboard .list-results thead .dialog-aside:after,.accountDashboard .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.w-toast .accountDashboard .liveDashboard ._account_api .list-results thead .toast.plus:after,.accountDashboard .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.accountDashboard .w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.w-toast .accountDashboard .liveDashboard ._account_api .list-results thead .toast.plus:after,.accountDashboard .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.accountDashboard .liveDashboard .w-toast ._account_api .list-results thead .toast.plus:after,.w-toast .accountDashboard .liveDashboard ._account_api .list-results thead .toast.plus:after,.accountDashboard .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.accountDashboard .w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.w-toast .accountDashboard .liveDashboard ._account_api .list-results thead .toast.plus:after,.accountDashboard .liveDashboard ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.accountDashboard .liveDashboard .w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,.w-toast .accountDashboard .liveDashboard ._account_api .liveDashboard .list-results thead .toast.plus:after,.accountDashboard .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .accountDashboard .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.accountDashboard .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .accountDashboard .liveDashboard ._account_api .list-results thead .btn-filter:before,.accountDashboard .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.accountDashboard .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .accountDashboard .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.accountDashboard .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.accountDashboard .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .accountDashboard .liveDashboard ._account_api .list-results thead .btn-filter:before,.accountDashboard .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.accountDashboard .liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .accountDashboard .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.accountDashboard .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.accountDashboard .liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .accountDashboard .liveDashboard ._account_api .list-results thead .btn-filter:before,.accountDashboard .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.accountDashboard .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .accountDashboard .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.accountDashboard .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.accountDashboard .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .accountDashboard .liveDashboard ._account_api .list-results thead .btn-filter:before,.accountDashboard .liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.accountDashboard .liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .accountDashboard .liveDashboard ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.accountDashboard .liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.accountDashboard .liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .accountDashboard .liveDashboard ._account_api .liveDashboard .list-results thead .btn-filter:before,.accountDashboard .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .accountDashboard .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.accountDashboard .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.accountDashboard .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .accountDashboard .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.accountDashboard .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.accountDashboard .liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .accountDashboard .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.accountDashboard .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.accountDashboard .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .accountDashboard .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.accountDashboard .liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.accountDashboard .liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .accountDashboard .liveDashboard ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.accountDashboard .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.block-filters .accountDashboard .liveDashboard ._account_api .list-results thead .btn-filter:before,.accountDashboard .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.accountDashboard .block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.block-filters .accountDashboard .liveDashboard ._account_api .list-results thead .btn-filter:before,.accountDashboard .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.accountDashboard .liveDashboard .block-filters ._account_api .list-results thead .btn-filter:before,.block-filters .accountDashboard .liveDashboard ._account_api .list-results thead .btn-filter:before,.accountDashboard .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.accountDashboard .block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.block-filters .accountDashboard .liveDashboard ._account_api .list-results thead .btn-filter:before,.accountDashboard .liveDashboard ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.accountDashboard .liveDashboard .block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,.block-filters .accountDashboard .liveDashboard ._account_api .liveDashboard .list-results thead .btn-filter:before,.accountDashboard .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper .accountDashboard .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.accountDashboard .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.accountDashboard .toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper .accountDashboard .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.accountDashboard .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.accountDashboard .liveDashboard .toggleWrapper ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper .accountDashboard .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.accountDashboard .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.accountDashboard .toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper .accountDashboard .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.accountDashboard .liveDashboard ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.accountDashboard .liveDashboard .toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper .accountDashboard .liveDashboard ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.accountDashboard .liveDashboard ._account_api .list-results thead tbody span.status,.accountDashboard .liveDashboard ._account_api .list-results tbody thead span.status,.accountDashboard .liveDashboard ._account_api .list-results thead tbody span.status,.accountDashboard .liveDashboard ._account_api .list-results tbody thead span.status,.accountDashboard .liveDashboard ._account_api .list-results thead tbody span.status,.accountDashboard .liveDashboard ._account_api .list-results tbody thead span.status,.accountDashboard .liveDashboard ._account_api .list-results thead tbody span.status,.accountDashboard .liveDashboard ._account_api .list-results tbody thead span.status,.accountDashboard .liveDashboard ._account_api .liveDashboard .list-results thead tbody span.status,.accountDashboard .liveDashboard ._account_api .liveDashboard .list-results tbody thead span.status,.accountDashboard .liveDashboard ._account_api .list-results thead tbody td.is-running span,.accountDashboard .liveDashboard ._account_api .list-results tbody td.is-running thead span,.accountDashboard .liveDashboard ._account_api .list-results thead tbody td.is-running span,.accountDashboard .liveDashboard ._account_api .list-results tbody td.is-running thead span,.accountDashboard .liveDashboard ._account_api .list-results thead tbody td.is-running span,.accountDashboard .liveDashboard ._account_api .list-results tbody td.is-running thead span,.accountDashboard .liveDashboard ._account_api .list-results thead tbody td.is-running span,.accountDashboard .liveDashboard ._account_api .list-results tbody td.is-running thead span,.accountDashboard .liveDashboard ._account_api .liveDashboard .list-results thead tbody td.is-running span,.accountDashboard .liveDashboard ._account_api .liveDashboard .list-results tbody td.is-running thead span,.accountDashboard .liveDashboard ._account_api .list-results thead tbody td.is-pending span,.accountDashboard .liveDashboard ._account_api .list-results tbody td.is-pending thead span,.accountDashboard .liveDashboard ._account_api .list-results thead tbody td.is-pending span,.accountDashboard .liveDashboard ._account_api .list-results tbody td.is-pending thead span,.accountDashboard .liveDashboard ._account_api .list-results thead tbody td.is-pending span,.accountDashboard .liveDashboard ._account_api .list-results tbody td.is-pending thead span,.accountDashboard .liveDashboard ._account_api .list-results thead tbody td.is-pending span,.accountDashboard .liveDashboard ._account_api .list-results tbody td.is-pending thead span,.accountDashboard .liveDashboard ._account_api .liveDashboard .list-results thead tbody td.is-pending span,.accountDashboard .liveDashboard ._account_api .liveDashboard .list-results tbody td.is-pending thead span,.liveDashboard .accountDashboard ._account_api .list-results thead .icon,.liveDashboard .accountDashboard ._account_api .list-results thead .w-alert-banner:before,.liveDashboard .accountDashboard ._account_api .list-results thead .w-alert-banner:before,.liveDashboard .accountDashboard ._account_api .list-results thead .w-alert-banner:before,.liveDashboard .accountDashboard ._account_api .list-results thead .w-alert-banner:before,.liveDashboard .accountDashboard ._account_api .liveDashboard .list-results thead .w-alert-banner:before,.liveDashboard .accountDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .liveDashboard .accountDashboard ._account_api .list-results thead .dialog-aside:after,.liveDashboard .accountDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .liveDashboard .accountDashboard ._account_api .list-results thead .dialog-aside:after,.liveDashboard .accountDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.liveDashboard .accountDashboard .w-dialog.plus ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus .liveDashboard .accountDashboard ._account_api .list-results thead .dialog-aside:after,.liveDashboard .accountDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .liveDashboard .accountDashboard ._account_api .list-results thead .dialog-aside:after,.liveDashboard .accountDashboard ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.liveDashboard .accountDashboard .w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus .liveDashboard .accountDashboard ._account_api .liveDashboard .list-results thead .dialog-aside:after,.liveDashboard .accountDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.w-toast .liveDashboard .accountDashboard ._account_api .list-results thead .toast.plus:after,.liveDashboard .accountDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.w-toast .liveDashboard .accountDashboard ._account_api .list-results thead .toast.plus:after,.liveDashboard .accountDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.liveDashboard .accountDashboard .w-toast ._account_api .list-results thead .toast.plus:after,.w-toast .liveDashboard .accountDashboard ._account_api .list-results thead .toast.plus:after,.liveDashboard .accountDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.w-toast .liveDashboard .accountDashboard ._account_api .list-results thead .toast.plus:after,.liveDashboard .accountDashboard ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.liveDashboard .accountDashboard .w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,.w-toast .liveDashboard .accountDashboard ._account_api .liveDashboard .list-results thead .toast.plus:after,.liveDashboard .accountDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .accountDashboard ._account_api .list-results thead .btn-period-clear:before,.liveDashboard .accountDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .accountDashboard ._account_api .list-results thead .btn-filter:before,.liveDashboard .accountDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .accountDashboard ._account_api .list-results thead .btn-period-clear:before,.liveDashboard .accountDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .accountDashboard ._account_api .list-results thead .btn-filter:before,.liveDashboard .accountDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard .accountDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .accountDashboard ._account_api .list-results thead .btn-period-clear:before,.liveDashboard .accountDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard .accountDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .accountDashboard ._account_api .list-results thead .btn-filter:before,.liveDashboard .accountDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .accountDashboard ._account_api .list-results thead .btn-period-clear:before,.liveDashboard .accountDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .accountDashboard ._account_api .list-results thead .btn-filter:before,.liveDashboard .accountDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard .accountDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .accountDashboard ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.liveDashboard .accountDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard .accountDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .accountDashboard ._account_api .liveDashboard .list-results thead .btn-filter:before,.liveDashboard .accountDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .accountDashboard ._account_api .list-results thead .btn-period-edit:before,.liveDashboard .accountDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .accountDashboard ._account_api .list-results thead .btn-period-edit:before,.liveDashboard .accountDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard .accountDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .accountDashboard ._account_api .list-results thead .btn-period-edit:before,.liveDashboard .accountDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .accountDashboard ._account_api .list-results thead .btn-period-edit:before,.liveDashboard .accountDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard .accountDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .accountDashboard ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.liveDashboard .accountDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.block-filters .liveDashboard .accountDashboard ._account_api .list-results thead .btn-filter:before,.liveDashboard .accountDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.block-filters .liveDashboard .accountDashboard ._account_api .list-results thead .btn-filter:before,.liveDashboard .accountDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.liveDashboard .accountDashboard .block-filters ._account_api .list-results thead .btn-filter:before,.block-filters .liveDashboard .accountDashboard ._account_api .list-results thead .btn-filter:before,.liveDashboard .accountDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.block-filters .liveDashboard .accountDashboard ._account_api .list-results thead .btn-filter:before,.liveDashboard .accountDashboard ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.liveDashboard .accountDashboard .block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,.block-filters .liveDashboard .accountDashboard ._account_api .liveDashboard .list-results thead .btn-filter:before,.liveDashboard .accountDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper .liveDashboard .accountDashboard ._account_api .list-results thead input.mobileToggle+label,.liveDashboard .accountDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper .liveDashboard .accountDashboard ._account_api .list-results thead input.mobileToggle+label,.liveDashboard .accountDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.liveDashboard .accountDashboard .toggleWrapper ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper .liveDashboard .accountDashboard ._account_api .list-results thead input.mobileToggle+label,.liveDashboard .accountDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper .liveDashboard .accountDashboard ._account_api .list-results thead input.mobileToggle+label,.liveDashboard .accountDashboard ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.liveDashboard .accountDashboard .toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper .liveDashboard .accountDashboard ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.liveDashboard .accountDashboard ._account_api .list-results thead tbody span.status,.liveDashboard .accountDashboard ._account_api .list-results tbody thead span.status,.liveDashboard .accountDashboard ._account_api .list-results thead tbody span.status,.liveDashboard .accountDashboard ._account_api .list-results tbody thead span.status,.liveDashboard .accountDashboard ._account_api .list-results thead tbody span.status,.liveDashboard .accountDashboard ._account_api .list-results tbody thead span.status,.liveDashboard .accountDashboard ._account_api .list-results thead tbody span.status,.liveDashboard .accountDashboard ._account_api .list-results tbody thead span.status,.liveDashboard .accountDashboard ._account_api .liveDashboard .list-results thead tbody span.status,.liveDashboard .accountDashboard ._account_api .liveDashboard .list-results tbody thead span.status,.liveDashboard .accountDashboard ._account_api .list-results thead tbody td.is-running span,.liveDashboard .accountDashboard ._account_api .list-results tbody td.is-running thead span,.liveDashboard .accountDashboard ._account_api .list-results thead tbody td.is-running span,.liveDashboard .accountDashboard ._account_api .list-results tbody td.is-running thead span,.liveDashboard .accountDashboard ._account_api .list-results thead tbody td.is-running span,.liveDashboard .accountDashboard ._account_api .list-results tbody td.is-running thead span,.liveDashboard .accountDashboard ._account_api .list-results thead tbody td.is-running span,.liveDashboard .accountDashboard ._account_api .list-results tbody td.is-running thead span,.liveDashboard .accountDashboard ._account_api .liveDashboard .list-results thead tbody td.is-running span,.liveDashboard .accountDashboard ._account_api .liveDashboard .list-results tbody td.is-running thead span,.liveDashboard .accountDashboard ._account_api .list-results thead tbody td.is-pending span,.liveDashboard .accountDashboard ._account_api .list-results tbody td.is-pending thead span,.liveDashboard .accountDashboard ._account_api .list-results thead tbody td.is-pending span,.liveDashboard .accountDashboard ._account_api .list-results tbody td.is-pending thead span,.liveDashboard .accountDashboard ._account_api .list-results thead tbody td.is-pending span,.liveDashboard .accountDashboard ._account_api .list-results tbody td.is-pending thead span,.liveDashboard .accountDashboard ._account_api .list-results thead tbody td.is-pending span,.liveDashboard .accountDashboard ._account_api .list-results tbody td.is-pending thead span,.liveDashboard .accountDashboard ._account_api .liveDashboard .list-results thead tbody td.is-pending span,.liveDashboard .accountDashboard ._account_api .liveDashboard .list-results tbody td.is-pending thead span,.accountDashboard ._account_api .liveDashboard .list-results thead .icon,.accountDashboard ._account_api .liveDashboard .list-results thead .w-alert-banner:before,.accountDashboard ._account_api .liveDashboard .list-results thead .w-alert-banner:before,.accountDashboard ._account_api .liveDashboard .list-results thead .w-alert-banner:before,.accountDashboard ._account_api .liveDashboard ._account_api .list-results thead .w-alert-banner:before,.accountDashboard ._account_api .liveDashboard .list-results thead .w-alert-banner:before,.accountDashboard ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .accountDashboard ._account_api .liveDashboard .list-results thead .dialog-aside:after,.accountDashboard ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.accountDashboard ._account_api .w-dialog.plus .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus .accountDashboard ._account_api .liveDashboard .list-results thead .dialog-aside:after,.accountDashboard ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.accountDashboard .w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus .accountDashboard ._account_api .liveDashboard .list-results thead .dialog-aside:after,.accountDashboard ._account_api .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.accountDashboard ._account_api .w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus .accountDashboard ._account_api .liveDashboard ._account_api .list-results thead .dialog-aside:after,.accountDashboard ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.accountDashboard .w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus .accountDashboard ._account_api .liveDashboard .list-results thead .dialog-aside:after,.accountDashboard ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-toast .accountDashboard ._account_api .liveDashboard .list-results thead .toast.plus:after,.accountDashboard ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.accountDashboard ._account_api .w-toast .liveDashboard .list-results thead .toast.plus:after,.w-toast .accountDashboard ._account_api .liveDashboard .list-results thead .toast.plus:after,.accountDashboard ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.accountDashboard .w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,.w-toast .accountDashboard ._account_api .liveDashboard .list-results thead .toast.plus:after,.accountDashboard ._account_api .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.accountDashboard ._account_api .w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.w-toast .accountDashboard ._account_api .liveDashboard ._account_api .list-results thead .toast.plus:after,.accountDashboard ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.accountDashboard .w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,.w-toast .accountDashboard ._account_api .liveDashboard .list-results thead .toast.plus:after,.accountDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .accountDashboard ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.accountDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .accountDashboard ._account_api .liveDashboard .list-results thead .btn-filter:before,.accountDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.accountDashboard ._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .accountDashboard ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.accountDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.accountDashboard ._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .accountDashboard ._account_api .liveDashboard .list-results thead .btn-filter:before,.accountDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.accountDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .accountDashboard ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.accountDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.accountDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .accountDashboard ._account_api .liveDashboard .list-results thead .btn-filter:before,.accountDashboard ._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.accountDashboard ._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .accountDashboard ._account_api .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.accountDashboard ._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.accountDashboard ._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .accountDashboard ._account_api .liveDashboard ._account_api .list-results thead .btn-filter:before,.accountDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.accountDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .accountDashboard ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.accountDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.accountDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .accountDashboard ._account_api .liveDashboard .list-results thead .btn-filter:before,.accountDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .accountDashboard ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.accountDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.accountDashboard ._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .accountDashboard ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.accountDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.accountDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .accountDashboard ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.accountDashboard ._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.accountDashboard ._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .accountDashboard ._account_api .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.accountDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.accountDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .accountDashboard ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.accountDashboard ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.block-filters .accountDashboard ._account_api .liveDashboard .list-results thead .btn-filter:before,.accountDashboard ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.accountDashboard ._account_api .block-filters .liveDashboard .list-results thead .btn-filter:before,.block-filters .accountDashboard ._account_api .liveDashboard .list-results thead .btn-filter:before,.accountDashboard ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.accountDashboard .block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,.block-filters .accountDashboard ._account_api .liveDashboard .list-results thead .btn-filter:before,.accountDashboard ._account_api .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.accountDashboard ._account_api .block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.block-filters .accountDashboard ._account_api .liveDashboard ._account_api .list-results thead .btn-filter:before,.accountDashboard ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.accountDashboard .block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,.block-filters .accountDashboard ._account_api .liveDashboard .list-results thead .btn-filter:before,.accountDashboard ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper .accountDashboard ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.accountDashboard ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.accountDashboard ._account_api .toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper .accountDashboard ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.accountDashboard ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.accountDashboard .toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper .accountDashboard ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.accountDashboard ._account_api .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.accountDashboard ._account_api .toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper .accountDashboard ._account_api .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.accountDashboard ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.accountDashboard .toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper .accountDashboard ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.accountDashboard ._account_api .liveDashboard .list-results thead tbody span.status,.accountDashboard ._account_api .liveDashboard .list-results tbody thead span.status,.accountDashboard ._account_api .liveDashboard .list-results thead tbody span.status,.accountDashboard ._account_api .liveDashboard .list-results tbody thead span.status,.accountDashboard ._account_api .liveDashboard .list-results thead tbody span.status,.accountDashboard ._account_api .liveDashboard .list-results tbody thead span.status,.accountDashboard ._account_api .liveDashboard ._account_api .list-results thead tbody span.status,.accountDashboard ._account_api .liveDashboard ._account_api .list-results tbody thead span.status,.accountDashboard ._account_api .liveDashboard .list-results thead tbody span.status,.accountDashboard ._account_api .liveDashboard .list-results tbody thead span.status,.accountDashboard ._account_api .liveDashboard .list-results thead tbody td.is-running span,.accountDashboard ._account_api .liveDashboard .list-results tbody td.is-running thead span,.accountDashboard ._account_api .liveDashboard .list-results thead tbody td.is-running span,.accountDashboard ._account_api .liveDashboard .list-results tbody td.is-running thead span,.accountDashboard ._account_api .liveDashboard .list-results thead tbody td.is-running span,.accountDashboard ._account_api .liveDashboard .list-results tbody td.is-running thead span,.accountDashboard ._account_api .liveDashboard ._account_api .list-results thead tbody td.is-running span,.accountDashboard ._account_api .liveDashboard ._account_api .list-results tbody td.is-running thead span,.accountDashboard ._account_api .liveDashboard .list-results thead tbody td.is-running span,.accountDashboard ._account_api .liveDashboard .list-results tbody td.is-running thead span,.accountDashboard ._account_api .liveDashboard .list-results thead tbody td.is-pending span,.accountDashboard ._account_api .liveDashboard .list-results tbody td.is-pending thead span,.accountDashboard ._account_api .liveDashboard .list-results thead tbody td.is-pending span,.accountDashboard ._account_api .liveDashboard .list-results tbody td.is-pending thead span,.accountDashboard ._account_api .liveDashboard .list-results thead tbody td.is-pending span,.accountDashboard ._account_api .liveDashboard .list-results tbody td.is-pending thead span,.accountDashboard ._account_api .liveDashboard ._account_api .list-results thead tbody td.is-pending span,.accountDashboard ._account_api .liveDashboard ._account_api .list-results tbody td.is-pending thead span,.accountDashboard ._account_api .liveDashboard .list-results thead tbody td.is-pending span,.accountDashboard ._account_api .liveDashboard .list-results tbody td.is-pending thead span,.accountDashboard .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,.liveDashboard .accountDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,.accountDashboard ._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,.accountDashboard .liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .dropdown-toggle:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown .accountDashboard ._account_api .list-results thead .dropdown-toggle:after,.accountDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .accountDashboard ._account_api .liveDashboard .list-results thead .dropdown-toggle:after,.accountDashboard .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter,.liveDashboard .accountDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter,.accountDashboard ._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter,.accountDashboard .liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .filter,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .accountDashboard ._account_api .list-results thead .filter,.accountDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .filter,.w-filter-preset.w-filter-preset .filter-preset .accountDashboard ._account_api .liveDashboard .list-results thead .filter,.accountDashboard .liveDashboard ._account_api .list-results thead .form-label.status span,.accountDashboard .liveDashboard ._account_api .list-results thead .status.status-log span,.accountDashboard .liveDashboard ._account_api .list-results thead .status.status-report-item span,.accountDashboard .liveDashboard ._account_api .list-results thead .double-list dd.status span,.double-list .accountDashboard .liveDashboard ._account_api .list-results thead dd.status span,.accountDashboard .liveDashboard ._account_api .list-results thead .double-list dt.status span,.double-list .accountDashboard .liveDashboard ._account_api .list-results thead dt.status span,.accountDashboard .liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span,.w-cards-container .w-card .accountDashboard .liveDashboard ._account_api .list-results thead .status.title span,.accountDashboard .liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value .accountDashboard .liveDashboard ._account_api .list-results thead .status.label span,.accountDashboard .liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span,.accountDashboard .liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span,.liveDashboard .accountDashboard ._account_api .list-results thead .form-label.status span,.liveDashboard .accountDashboard ._account_api .list-results thead .status.status-log span,.liveDashboard .accountDashboard ._account_api .list-results thead .status.status-report-item span,.liveDashboard .accountDashboard ._account_api .list-results thead .double-list dd.status span,.double-list .liveDashboard .accountDashboard ._account_api .list-results thead dd.status span,.liveDashboard .accountDashboard ._account_api .list-results thead .double-list dt.status span,.double-list .liveDashboard .accountDashboard ._account_api .list-results thead dt.status span,.liveDashboard .accountDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span,.w-cards-container .w-card .liveDashboard .accountDashboard ._account_api .list-results thead .status.title span,.liveDashboard .accountDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value .liveDashboard .accountDashboard ._account_api .list-results thead .status.label span,.liveDashboard .accountDashboard ._account_api .list-results thead tbody tr.sublist .status.title span,.liveDashboard .accountDashboard ._account_api .list-results tbody tr.sublist thead .status.title span,.accountDashboard ._account_api .liveDashboard .list-results thead .form-label.status span,.accountDashboard ._account_api .liveDashboard .list-results thead .status.status-log span,.accountDashboard ._account_api .liveDashboard .list-results thead .status.status-report-item span,.accountDashboard ._account_api .liveDashboard .list-results thead .double-list dd.status span,.double-list .accountDashboard ._account_api .liveDashboard .list-results thead dd.status span,.accountDashboard ._account_api .liveDashboard .list-results thead .double-list dt.status span,.double-list .accountDashboard ._account_api .liveDashboard .list-results thead dt.status span,.accountDashboard ._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span,.w-cards-container .w-card .accountDashboard ._account_api .liveDashboard .list-results thead .status.title span,.accountDashboard ._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value .accountDashboard ._account_api .liveDashboard .list-results thead .status.label span,.accountDashboard ._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span,.accountDashboard ._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span,.accountDashboard .liveDashboard .form-label.status ._account_api .list-results thead span,.accountDashboard .liveDashboard .status.status-log ._account_api .list-results thead span,.accountDashboard .liveDashboard .status.status-report-item ._account_api .list-results thead span,.accountDashboard .liveDashboard .double-list dd.status ._account_api .list-results thead span,.double-list .accountDashboard .liveDashboard dd.status ._account_api .list-results thead span,.accountDashboard .liveDashboard .double-list dt.status ._account_api .list-results thead span,.double-list .accountDashboard .liveDashboard dt.status ._account_api .list-results thead span,.accountDashboard .liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span,.w-cards-container .w-card .accountDashboard .liveDashboard .status.title ._account_api .list-results thead span,.accountDashboard .liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span,.w-cards-container .w-card.centered .w-value .accountDashboard .liveDashboard .status.label ._account_api .list-results thead span,.accountDashboard .liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span,.list-results tbody tr.sublist .accountDashboard .liveDashboard .status.title ._account_api .list-results thead span,.liveDashboard .form-label.status .accountDashboard ._account_api .list-results thead span,.liveDashboard .status.status-log .accountDashboard ._account_api .list-results thead span,.liveDashboard .status.status-report-item .accountDashboard ._account_api .list-results thead span,.liveDashboard .double-list dd.status .accountDashboard ._account_api .list-results thead span,.double-list .liveDashboard dd.status .accountDashboard ._account_api .list-results thead span,.liveDashboard .double-list dt.status .accountDashboard ._account_api .list-results thead span,.double-list .liveDashboard dt.status .accountDashboard ._account_api .list-results thead span,.liveDashboard .w-cards-container .w-card .status.title .accountDashboard ._account_api .list-results thead span,.w-cards-container .w-card .liveDashboard .status.title .accountDashboard ._account_api .list-results thead span,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label .accountDashboard ._account_api .list-results thead span,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label .accountDashboard ._account_api .list-results thead span,.liveDashboard .list-results tbody tr.sublist .status.title .accountDashboard ._account_api .list-results thead span,.list-results tbody tr.sublist .liveDashboard .status.title .accountDashboard ._account_api .list-results thead span,.accountDashboard .form-label.status ._account_api .liveDashboard .list-results thead span,.accountDashboard .status.status-log ._account_api .liveDashboard .list-results thead span,.accountDashboard .status.status-report-item ._account_api .liveDashboard .list-results thead span,.accountDashboard .double-list dd.status ._account_api .liveDashboard .list-results thead span,.double-list .accountDashboard dd.status ._account_api .liveDashboard .list-results thead span,.accountDashboard .double-list dt.status ._account_api .liveDashboard .list-results thead span,.double-list .accountDashboard dt.status ._account_api .liveDashboard .list-results thead span,.accountDashboard .w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead span,.w-cards-container .w-card .accountDashboard .status.title ._account_api .liveDashboard .list-results thead span,.accountDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead span,.w-cards-container .w-card.centered .w-value .accountDashboard .status.label ._account_api .liveDashboard .list-results thead span,.accountDashboard .list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead span,.list-results tbody tr.sublist .accountDashboard .status.title ._account_api .liveDashboard .list-results thead span,.form-label.status .accountDashboard ._account_api .liveDashboard .list-results thead span,.status.status-log .accountDashboard ._account_api .liveDashboard .list-results thead span,.status.status-report-item .accountDashboard ._account_api .liveDashboard .list-results thead span,.double-list dd.status .accountDashboard ._account_api .liveDashboard .list-results thead span,.double-list dt.status .accountDashboard ._account_api .liveDashboard .list-results thead span,.w-cards-container .w-card .status.title .accountDashboard ._account_api .liveDashboard .list-results thead span,.w-cards-container .w-card.centered .w-value .status.label .accountDashboard ._account_api .liveDashboard .list-results thead span,.list-results tbody tr.sublist .status.title .accountDashboard ._account_api .liveDashboard .list-results thead span,.accountDashboard .liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span,.liveDashboard .accountDashboard ._account_api .list-results thead .w-filters-selected label.status.small span,.accountDashboard ._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span,.accountDashboard .liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span,.liveDashboard .w-filters-selected label.status.small .accountDashboard ._account_api .list-results thead span,.accountDashboard .w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead span,.w-filters-selected label.status.small .accountDashboard ._account_api .liveDashboard .list-results thead span,.accountDashboard .liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span,.liveDashboard .accountDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span,.accountDashboard ._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span,.accountDashboard .liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span,.liveDashboard .w-filters-selected .status.btn-f-s .accountDashboard ._account_api .list-results thead span,.accountDashboard .w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead span,.w-filters-selected .status.btn-f-s .accountDashboard ._account_api .liveDashboard .list-results thead span,.accountDashboard .liveDashboard ._account_api .list-results thead .sub-header .w-form label,.accountDashboard .liveDashboard ._account_api .list-results thead .sub-header .w-double-list label,.liveDashboard .accountDashboard ._account_api .list-results thead .sub-header .w-form label,.liveDashboard .accountDashboard ._account_api .list-results thead .sub-header .w-double-list label,.accountDashboard ._account_api .liveDashboard .list-results thead .sub-header .w-form label,.accountDashboard ._account_api .liveDashboard .list-results thead .sub-header .w-double-list label,.accountDashboard .liveDashboard .sub-header .w-form ._account_api .list-results thead label,.accountDashboard .liveDashboard .sub-header .w-double-list ._account_api .list-results thead label,.liveDashboard .sub-header .w-form .accountDashboard ._account_api .list-results thead label,.liveDashboard .sub-header .w-double-list .accountDashboard ._account_api .list-results thead label,.accountDashboard .sub-header .w-form ._account_api .liveDashboard .list-results thead label,.accountDashboard .sub-header .w-double-list ._account_api .liveDashboard .list-results thead label,.sub-header .w-form .accountDashboard ._account_api .liveDashboard .list-results thead label,.sub-header .w-double-list .accountDashboard ._account_api .liveDashboard .list-results thead label,.accountDashboard .liveDashboard ._account_api .list-results thead .block-filters button:after,.liveDashboard .accountDashboard ._account_api .list-results thead .block-filters button:after,.accountDashboard ._account_api .liveDashboard .list-results thead .block-filters button:after,.accountDashboard .liveDashboard .block-filters ._account_api .list-results thead button:after,.liveDashboard .block-filters .accountDashboard ._account_api .list-results thead button:after,.accountDashboard .block-filters ._account_api .liveDashboard .list-results thead button:after,.block-filters .accountDashboard ._account_api .liveDashboard .list-results thead button:after,.accountDashboard .liveDashboard ._account_api .list-results thead .block-filters select:after,.liveDashboard .accountDashboard ._account_api .list-results thead .block-filters select:after,.accountDashboard ._account_api .liveDashboard .list-results thead .block-filters select:after,.accountDashboard .liveDashboard .block-filters ._account_api .list-results thead select:after,.liveDashboard .block-filters .accountDashboard ._account_api .list-results thead select:after,.accountDashboard .block-filters ._account_api .liveDashboard .list-results thead select:after,.block-filters .accountDashboard ._account_api .liveDashboard .list-results thead select:after,.accountDashboard .liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive,.liveDashboard .accountDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive,.accountDashboard ._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive,.accountDashboard .liveDashboard .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-inactive,.liveDashboard .form-auto-list .accountDashboard ._account_api .list-results thead .form-auto-item.is-user-is-inactive,.accountDashboard .form-auto-list ._account_api .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive,.form-auto-list .accountDashboard ._account_api .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive,.accountDashboard .liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active,.liveDashboard .accountDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active,.accountDashboard ._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active,.accountDashboard .liveDashboard .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-active,.liveDashboard .form-auto-list .accountDashboard ._account_api .list-results thead .form-auto-item.is-user-is-active,.accountDashboard .form-auto-list ._account_api .liveDashboard .list-results thead .form-auto-item.is-user-is-active,.form-auto-list .accountDashboard ._account_api .liveDashboard .list-results thead .form-auto-item.is-user-is-active,.accountDashboard .liveDashboard ._account_api .list-results thead .list-results-header .status.title span,.liveDashboard .accountDashboard ._account_api .list-results thead .list-results-header .status.title span,.accountDashboard ._account_api .liveDashboard .list-results thead .list-results-header .status.title span,.accountDashboard .liveDashboard .list-results-header .status.title ._account_api .list-results thead span,.liveDashboard .list-results-header .status.title .accountDashboard ._account_api .list-results thead span,.accountDashboard .list-results-header .status.title ._account_api .liveDashboard .list-results thead span,.list-results-header .status.title .accountDashboard ._account_api .liveDashboard .list-results thead span,.accountDashboard .liveDashboard ._account_api .list-results thead tr span,.liveDashboard .accountDashboard ._account_api .list-results thead tr span,.accountDashboard ._account_api .liveDashboard .list-results thead tr span,.accountDashboard ._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .dropdown-toggle:after,.accountDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .accountDashboard ._account_api .list-results thead .dropdown-toggle:after,.accountDashboard ._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .filter,.accountDashboard .w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .accountDashboard ._account_api .list-results thead .filter,.accountDashboard ._account_api .form-label.status .liveDashboard .list-results thead span,.accountDashboard ._account_api .status.status-log .liveDashboard .list-results thead span,.accountDashboard ._account_api .status.status-report-item .liveDashboard .list-results thead span,.accountDashboard ._account_api .double-list dd.status .liveDashboard .list-results thead span,.double-list .accountDashboard ._account_api dd.status .liveDashboard .list-results thead span,.accountDashboard ._account_api .double-list dt.status .liveDashboard .list-results thead span,.double-list .accountDashboard ._account_api dt.status .liveDashboard .list-results thead span,.accountDashboard ._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span,.w-cards-container .w-card .accountDashboard ._account_api .status.title .liveDashboard .list-results thead span,.accountDashboard ._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span,.w-cards-container .w-card.centered .w-value .accountDashboard ._account_api .status.label .liveDashboard .list-results thead span,.accountDashboard ._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span,.list-results tbody tr.sublist .accountDashboard ._account_api .status.title .liveDashboard .list-results thead span,.accountDashboard .form-label.status .liveDashboard ._account_api .list-results thead span,.accountDashboard .status.status-log .liveDashboard ._account_api .list-results thead span,.accountDashboard .status.status-report-item .liveDashboard ._account_api .list-results thead span,.accountDashboard .double-list dd.status .liveDashboard ._account_api .list-results thead span,.double-list .accountDashboard dd.status .liveDashboard ._account_api .list-results thead span,.accountDashboard .double-list dt.status .liveDashboard ._account_api .list-results thead span,.double-list .accountDashboard dt.status .liveDashboard ._account_api .list-results thead span,.accountDashboard .w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead span,.w-cards-container .w-card .accountDashboard .status.title .liveDashboard ._account_api .list-results thead span,.accountDashboard .w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead span,.w-cards-container .w-card.centered .w-value .accountDashboard .status.label .liveDashboard ._account_api .list-results thead span,.accountDashboard .list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead span,.list-results tbody tr.sublist .accountDashboard .status.title .liveDashboard ._account_api .list-results thead span,.form-label.status .liveDashboard .accountDashboard ._account_api .list-results thead span,.status.status-log .liveDashboard .accountDashboard ._account_api .list-results thead span,.status.status-report-item .liveDashboard .accountDashboard ._account_api .list-results thead span,.double-list dd.status .liveDashboard .accountDashboard ._account_api .list-results thead span,.double-list dt.status .liveDashboard .accountDashboard ._account_api .list-results thead span,.w-cards-container .w-card .status.title .liveDashboard .accountDashboard ._account_api .list-results thead span,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .accountDashboard ._account_api .list-results thead span,.list-results tbody tr.sublist .status.title .liveDashboard .accountDashboard ._account_api .list-results thead span,.accountDashboard ._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span,.accountDashboard .w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead span,.w-filters-selected label.status.small .liveDashboard .accountDashboard ._account_api .list-results thead span,.accountDashboard ._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span,.accountDashboard .w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead span,.w-filters-selected .status.btn-f-s .liveDashboard .accountDashboard ._account_api .list-results thead span,.accountDashboard ._account_api .sub-header .w-form .liveDashboard .list-results thead label,.accountDashboard ._account_api .sub-header .w-double-list .liveDashboard .list-results thead label,.accountDashboard .sub-header .w-form .liveDashboard ._account_api .list-results thead label,.accountDashboard .sub-header .w-double-list .liveDashboard ._account_api .list-results thead label,.sub-header .w-form .liveDashboard .accountDashboard ._account_api .list-results thead label,.sub-header .w-double-list .liveDashboard .accountDashboard ._account_api .list-results thead label,.accountDashboard ._account_api .block-filters .liveDashboard .list-results thead button:after,.accountDashboard .block-filters .liveDashboard ._account_api .list-results thead button:after,.block-filters .liveDashboard .accountDashboard ._account_api .list-results thead button:after,.accountDashboard ._account_api .block-filters .liveDashboard .list-results thead select:after,.accountDashboard .block-filters .liveDashboard ._account_api .list-results thead select:after,.block-filters .liveDashboard .accountDashboard ._account_api .list-results thead select:after,.accountDashboard ._account_api .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive,.accountDashboard .form-auto-list .liveDashboard ._account_api .list-results thead .form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard .accountDashboard ._account_api .list-results thead .form-auto-item.is-user-is-inactive,.accountDashboard ._account_api .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-active,.accountDashboard .form-auto-list .liveDashboard ._account_api .list-results thead .form-auto-item.is-user-is-active,.form-auto-list .liveDashboard .accountDashboard ._account_api .list-results thead .form-auto-item.is-user-is-active,.accountDashboard ._account_api .list-results-header .status.title .liveDashboard .list-results thead span,.accountDashboard .list-results-header .status.title .liveDashboard ._account_api .list-results thead span,.list-results-header .status.title .liveDashboard .accountDashboard ._account_api .list-results thead span,._account_api .list-results thead .accountDashboard .icon,._account_api .list-results thead .accountDashboard .w-alert-banner:before,._account_api .liveDashboard .list-results thead .accountDashboard .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .accountDashboard .w-alert-banner:before,._account_api .list-results thead .accountDashboard .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .accountDashboard .w-alert-banner:before,._account_api .liveDashboard .list-results thead .accountDashboard .w-alert-banner:before,._account_api .list-results thead .accountDashboard .w-dialog.plus .dialog-aside:after,.w-dialog.plus ._account_api .list-results thead .accountDashboard .dialog-aside:after,._account_api .liveDashboard .list-results thead .accountDashboard .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .list-results thead .accountDashboard .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .accountDashboard .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .accountDashboard .dialog-aside:after,._account_api .w-dialog.plus .liveDashboard .list-results thead .accountDashboard .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .accountDashboard .dialog-aside:after,._account_api .list-results thead .accountDashboard .w-dialog.plus .dialog-aside:after,._account_api .list-results thead .w-dialog.plus .accountDashboard .dialog-aside:after,.w-dialog.plus ._account_api .list-results thead .accountDashboard .dialog-aside:after,.liveDashboard ._account_api .list-results thead .accountDashboard .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .accountDashboard .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .accountDashboard .dialog-aside:after,._account_api .liveDashboard .list-results thead .accountDashboard .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .accountDashboard .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .accountDashboard .dialog-aside:after,._account_api .list-results thead .accountDashboard .w-toast .toast.plus:after,.w-toast ._account_api .list-results thead .accountDashboard .toast.plus:after,._account_api .liveDashboard .list-results thead .accountDashboard .w-toast .toast.plus:after,.liveDashboard ._account_api .list-results thead .accountDashboard .w-toast .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .accountDashboard .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .accountDashboard .toast.plus:after,._account_api .w-toast .liveDashboard .list-results thead .accountDashboard .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .accountDashboard .toast.plus:after,._account_api .list-results thead .accountDashboard .w-toast .toast.plus:after,._account_api .list-results thead .w-toast .accountDashboard .toast.plus:after,.w-toast ._account_api .list-results thead .accountDashboard .toast.plus:after,.liveDashboard ._account_api .list-results thead .accountDashboard .w-toast .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .accountDashboard .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .accountDashboard .toast.plus:after,._account_api .liveDashboard .list-results thead .accountDashboard .w-toast .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .accountDashboard .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .accountDashboard .toast.plus:after,._account_api .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .accountDashboard .btn-period-clear:before,._account_api .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .accountDashboard .btn-filter:before,._account_api .liveDashboard .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .accountDashboard .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .accountDashboard .btn-period-clear:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .accountDashboard .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .accountDashboard .btn-period-clear:before,._account_api .liveDashboard .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .accountDashboard .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .accountDashboard .btn-filter:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .accountDashboard .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .accountDashboard .btn-filter:before,._account_api .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .list-results thead .w-time-period .dropdown .w-selection .accountDashboard .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .accountDashboard .btn-period-clear:before,._account_api .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .list-results thead .w-time-period .dropdown .w-selection .accountDashboard .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .accountDashboard .btn-filter:before,.liveDashboard ._account_api .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .accountDashboard .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .accountDashboard .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .accountDashboard .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .accountDashboard .btn-filter:before,._account_api .liveDashboard .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .accountDashboard .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .accountDashboard .btn-period-clear:before,._account_api .liveDashboard .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .accountDashboard .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .accountDashboard .btn-filter:before,._account_api .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .accountDashboard .btn-period-edit:before,._account_api .liveDashboard .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .accountDashboard .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .accountDashboard .btn-period-edit:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .accountDashboard .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .accountDashboard .btn-period-edit:before,._account_api .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .list-results thead .w-time-period .dropdown .w-selection .accountDashboard .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .accountDashboard .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .accountDashboard .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .accountDashboard .btn-period-edit:before,._account_api .liveDashboard .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .accountDashboard .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .accountDashboard .btn-period-edit:before,._account_api .list-results thead .accountDashboard .block-filters .btn-filter:before,.block-filters ._account_api .list-results thead .accountDashboard .btn-filter:before,._account_api .liveDashboard .list-results thead .accountDashboard .block-filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .accountDashboard .block-filters .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .accountDashboard .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .accountDashboard .btn-filter:before,._account_api .block-filters .liveDashboard .list-results thead .accountDashboard .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .accountDashboard .btn-filter:before,._account_api .list-results thead .accountDashboard .block-filters .btn-filter:before,._account_api .list-results thead .block-filters .accountDashboard .btn-filter:before,.block-filters ._account_api .list-results thead .accountDashboard .btn-filter:before,.liveDashboard ._account_api .list-results thead .accountDashboard .block-filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .accountDashboard .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .accountDashboard .btn-filter:before,._account_api .liveDashboard .list-results thead .accountDashboard .block-filters .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .accountDashboard .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .accountDashboard .btn-filter:before,._account_api .list-results thead .accountDashboard .toggleWrapper input.mobileToggle+label,.toggleWrapper ._account_api .list-results thead .accountDashboard input.mobileToggle+label,._account_api .liveDashboard .list-results thead .accountDashboard .toggleWrapper input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .accountDashboard .toggleWrapper input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper .accountDashboard input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper .accountDashboard input.mobileToggle+label,._account_api .toggleWrapper .liveDashboard .list-results thead .accountDashboard input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead .accountDashboard input.mobileToggle+label,._account_api .list-results thead .accountDashboard .toggleWrapper input.mobileToggle+label,._account_api .list-results thead .toggleWrapper .accountDashboard input.mobileToggle+label,.toggleWrapper ._account_api .list-results thead .accountDashboard input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .accountDashboard .toggleWrapper input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper .accountDashboard input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead .accountDashboard input.mobileToggle+label,._account_api .liveDashboard .list-results thead .accountDashboard .toggleWrapper input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper .accountDashboard input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead .accountDashboard input.mobileToggle+label,._account_api .list-results thead .accountDashboard tbody span.status,._account_api .list-results tbody thead .accountDashboard span.status,._account_api .liveDashboard .list-results thead .accountDashboard tbody span.status,.liveDashboard ._account_api .list-results thead .accountDashboard tbody span.status,._account_api .liveDashboard .list-results thead tbody .accountDashboard span.status,.liveDashboard ._account_api .list-results thead tbody .accountDashboard span.status,._account_api .liveDashboard .list-results tbody thead .accountDashboard span.status,.liveDashboard ._account_api .list-results tbody thead .accountDashboard span.status,._account_api .list-results thead .accountDashboard tbody span.status,._account_api .list-results thead tbody .accountDashboard span.status,._account_api .list-results tbody thead .accountDashboard span.status,.liveDashboard ._account_api .list-results thead .accountDashboard tbody span.status,.liveDashboard ._account_api .list-results thead tbody .accountDashboard span.status,.liveDashboard ._account_api .list-results tbody thead .accountDashboard span.status,._account_api .liveDashboard .list-results thead .accountDashboard tbody span.status,._account_api .liveDashboard .list-results thead tbody .accountDashboard span.status,._account_api .liveDashboard .list-results tbody thead .accountDashboard span.status,._account_api .list-results thead .accountDashboard tbody td.is-running span,._account_api .list-results tbody td.is-running thead .accountDashboard span,._account_api .liveDashboard .list-results thead .accountDashboard tbody td.is-running span,.liveDashboard ._account_api .list-results thead .accountDashboard tbody td.is-running span,._account_api .liveDashboard .list-results thead tbody td.is-running .accountDashboard span,.liveDashboard ._account_api .list-results thead tbody td.is-running .accountDashboard span,._account_api .liveDashboard .list-results tbody td.is-running thead .accountDashboard span,.liveDashboard ._account_api .list-results tbody td.is-running thead .accountDashboard span,._account_api .list-results thead .accountDashboard tbody td.is-running span,._account_api .list-results thead tbody td.is-running .accountDashboard span,._account_api .list-results tbody td.is-running thead .accountDashboard span,.liveDashboard ._account_api .list-results thead .accountDashboard tbody td.is-running span,.liveDashboard ._account_api .list-results thead tbody td.is-running .accountDashboard span,.liveDashboard ._account_api .list-results tbody td.is-running thead .accountDashboard span,._account_api .liveDashboard .list-results thead .accountDashboard tbody td.is-running span,._account_api .liveDashboard .list-results thead tbody td.is-running .accountDashboard span,._account_api .liveDashboard .list-results tbody td.is-running thead .accountDashboard span,._account_api .list-results thead .accountDashboard tbody td.is-pending span,._account_api .list-results tbody td.is-pending thead .accountDashboard span,._account_api .liveDashboard .list-results thead .accountDashboard tbody td.is-pending span,.liveDashboard ._account_api .list-results thead .accountDashboard tbody td.is-pending span,._account_api .liveDashboard .list-results thead tbody td.is-pending .accountDashboard span,.liveDashboard ._account_api .list-results thead tbody td.is-pending .accountDashboard span,._account_api .liveDashboard .list-results tbody td.is-pending thead .accountDashboard span,.liveDashboard ._account_api .list-results tbody td.is-pending thead .accountDashboard span,._account_api .list-results thead .accountDashboard tbody td.is-pending span,._account_api .list-results thead tbody td.is-pending .accountDashboard span,._account_api .list-results tbody td.is-pending thead .accountDashboard span,.liveDashboard ._account_api .list-results thead .accountDashboard tbody td.is-pending span,.liveDashboard ._account_api .list-results thead tbody td.is-pending .accountDashboard span,.liveDashboard ._account_api .list-results tbody td.is-pending thead .accountDashboard span,._account_api .liveDashboard .list-results thead .accountDashboard tbody td.is-pending span,._account_api .liveDashboard .list-results thead tbody td.is-pending .accountDashboard span,._account_api .liveDashboard .list-results tbody td.is-pending thead .accountDashboard span,._account_api .liveDashboard .list-results thead .accountDashboard .icon,._account_api .liveDashboard .list-results thead .accountDashboard .w-alert-banner:before,._account_api .liveDashboard .list-results thead .accountDashboard .w-alert-banner:before,._account_api .liveDashboard .list-results thead .accountDashboard .w-alert-banner:before,._account_api .liveDashboard ._account_api .list-results thead .accountDashboard .w-alert-banner:before,._account_api .liveDashboard .list-results thead .accountDashboard .w-alert-banner:before,._account_api .liveDashboard .list-results thead .accountDashboard .w-dialog.plus .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .accountDashboard .dialog-aside:after,._account_api .liveDashboard .list-results thead .accountDashboard .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .accountDashboard .dialog-aside:after,._account_api .w-dialog.plus .liveDashboard .list-results thead .accountDashboard .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .accountDashboard .dialog-aside:after,._account_api .liveDashboard .list-results thead .accountDashboard .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .accountDashboard .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .accountDashboard .dialog-aside:after,._account_api .liveDashboard ._account_api .list-results thead .accountDashboard .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard ._account_api .list-results thead .w-dialog.plus .accountDashboard .dialog-aside:after,._account_api .w-dialog.plus .liveDashboard ._account_api .list-results thead .accountDashboard .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard ._account_api .list-results thead .accountDashboard .dialog-aside:after,._account_api .liveDashboard .list-results thead .accountDashboard .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .accountDashboard .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .accountDashboard .dialog-aside:after,._account_api .liveDashboard .list-results thead .accountDashboard .w-toast .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .accountDashboard .toast.plus:after,._account_api .liveDashboard .list-results thead .accountDashboard .w-toast .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .accountDashboard .toast.plus:after,._account_api .w-toast .liveDashboard .list-results thead .accountDashboard .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .accountDashboard .toast.plus:after,._account_api .liveDashboard .list-results thead .accountDashboard .w-toast .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .accountDashboard .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .accountDashboard .toast.plus:after,._account_api .liveDashboard ._account_api .list-results thead .accountDashboard .w-toast .toast.plus:after,._account_api .liveDashboard ._account_api .list-results thead .w-toast .accountDashboard .toast.plus:after,._account_api .w-toast .liveDashboard ._account_api .list-results thead .accountDashboard .toast.plus:after,.w-toast ._account_api .liveDashboard ._account_api .list-results thead .accountDashboard .toast.plus:after,._account_api .liveDashboard .list-results thead .accountDashboard .w-toast .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .accountDashboard .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .accountDashboard .toast.plus:after,._account_api .liveDashboard .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .accountDashboard .btn-period-clear:before,._account_api .liveDashboard .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .accountDashboard .btn-filter:before,._account_api .liveDashboard .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .accountDashboard .btn-period-clear:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .accountDashboard .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .accountDashboard .btn-period-clear:before,._account_api .liveDashboard .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .accountDashboard .btn-filter:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .accountDashboard .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .accountDashboard .btn-filter:before,._account_api .liveDashboard .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .accountDashboard .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .accountDashboard .btn-period-clear:before,._account_api .liveDashboard .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .accountDashboard .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .accountDashboard .btn-filter:before,._account_api .liveDashboard ._account_api .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .accountDashboard .btn-period-clear:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .accountDashboard .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard ._account_api .list-results thead .accountDashboard .btn-period-clear:before,._account_api .liveDashboard ._account_api .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .accountDashboard .btn-filter:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .accountDashboard .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard ._account_api .list-results thead .accountDashboard .btn-filter:before,._account_api .liveDashboard .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .accountDashboard .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .accountDashboard .btn-period-clear:before,._account_api .liveDashboard .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .accountDashboard .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .accountDashboard .btn-filter:before,._account_api .liveDashboard .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .accountDashboard .btn-period-edit:before,._account_api .liveDashboard .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .accountDashboard .btn-period-edit:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .accountDashboard .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .accountDashboard .btn-period-edit:before,._account_api .liveDashboard .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .accountDashboard .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .accountDashboard .btn-period-edit:before,._account_api .liveDashboard ._account_api .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .accountDashboard .btn-period-edit:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .accountDashboard .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard ._account_api .list-results thead .accountDashboard .btn-period-edit:before,._account_api .liveDashboard .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .accountDashboard .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .accountDashboard .btn-period-edit:before,._account_api .liveDashboard .list-results thead .accountDashboard .block-filters .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .accountDashboard .btn-filter:before,._account_api .liveDashboard .list-results thead .accountDashboard .block-filters .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .accountDashboard .btn-filter:before,._account_api .block-filters .liveDashboard .list-results thead .accountDashboard .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .accountDashboard .btn-filter:before,._account_api .liveDashboard .list-results thead .accountDashboard .block-filters .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .accountDashboard .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .accountDashboard .btn-filter:before,._account_api .liveDashboard ._account_api .list-results thead .accountDashboard .block-filters .btn-filter:before,._account_api .liveDashboard ._account_api .list-results thead .block-filters .accountDashboard .btn-filter:before,._account_api .block-filters .liveDashboard ._account_api .list-results thead .accountDashboard .btn-filter:before,.block-filters ._account_api .liveDashboard ._account_api .list-results thead .accountDashboard .btn-filter:before,._account_api .liveDashboard .list-results thead .accountDashboard .block-filters .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .accountDashboard .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .accountDashboard .btn-filter:before,._account_api .liveDashboard .list-results thead .accountDashboard .toggleWrapper input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead .accountDashboard input.mobileToggle+label,._account_api .liveDashboard .list-results thead .accountDashboard .toggleWrapper input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper .accountDashboard input.mobileToggle+label,._account_api .toggleWrapper .liveDashboard .list-results thead .accountDashboard input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead .accountDashboard input.mobileToggle+label,._account_api .liveDashboard .list-results thead .accountDashboard .toggleWrapper input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper .accountDashboard input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead .accountDashboard input.mobileToggle+label,._account_api .liveDashboard ._account_api .list-results thead .accountDashboard .toggleWrapper input.mobileToggle+label,._account_api .liveDashboard ._account_api .list-results thead .toggleWrapper .accountDashboard input.mobileToggle+label,._account_api .toggleWrapper .liveDashboard ._account_api .list-results thead .accountDashboard input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard ._account_api .list-results thead .accountDashboard input.mobileToggle+label,._account_api .liveDashboard .list-results thead .accountDashboard .toggleWrapper input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper .accountDashboard input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead .accountDashboard input.mobileToggle+label,._account_api .liveDashboard .list-results thead .accountDashboard tbody span.status,._account_api .liveDashboard .list-results tbody thead .accountDashboard span.status,._account_api .liveDashboard .list-results thead .accountDashboard tbody span.status,._account_api .liveDashboard .list-results thead tbody .accountDashboard span.status,._account_api .liveDashboard .list-results tbody thead .accountDashboard span.status,._account_api .liveDashboard .list-results thead .accountDashboard tbody span.status,._account_api .liveDashboard .list-results thead tbody .accountDashboard span.status,._account_api .liveDashboard .list-results tbody thead .accountDashboard span.status,._account_api .liveDashboard ._account_api .list-results thead .accountDashboard tbody span.status,._account_api .liveDashboard ._account_api .list-results thead tbody .accountDashboard span.status,._account_api .liveDashboard ._account_api .list-results tbody thead .accountDashboard span.status,._account_api .liveDashboard .list-results thead .accountDashboard tbody span.status,._account_api .liveDashboard .list-results thead tbody .accountDashboard span.status,._account_api .liveDashboard .list-results tbody thead .accountDashboard span.status,._account_api .liveDashboard .list-results thead .accountDashboard tbody td.is-running span,._account_api .liveDashboard .list-results tbody td.is-running thead .accountDashboard span,._account_api .liveDashboard .list-results thead .accountDashboard tbody td.is-running span,._account_api .liveDashboard .list-results thead tbody td.is-running .accountDashboard span,._account_api .liveDashboard .list-results tbody td.is-running thead .accountDashboard span,._account_api .liveDashboard .list-results thead .accountDashboard tbody td.is-running span,._account_api .liveDashboard .list-results thead tbody td.is-running .accountDashboard span,._account_api .liveDashboard .list-results tbody td.is-running thead .accountDashboard span,._account_api .liveDashboard ._account_api .list-results thead .accountDashboard tbody td.is-running span,._account_api .liveDashboard ._account_api .list-results thead tbody td.is-running .accountDashboard span,._account_api .liveDashboard ._account_api .list-results tbody td.is-running thead .accountDashboard span,._account_api .liveDashboard .list-results thead .accountDashboard tbody td.is-running span,._account_api .liveDashboard .list-results thead tbody td.is-running .accountDashboard span,._account_api .liveDashboard .list-results tbody td.is-running thead .accountDashboard span,._account_api .liveDashboard .list-results thead .accountDashboard tbody td.is-pending span,._account_api .liveDashboard .list-results tbody td.is-pending thead .accountDashboard span,._account_api .liveDashboard .list-results thead .accountDashboard tbody td.is-pending span,._account_api .liveDashboard .list-results thead tbody td.is-pending .accountDashboard span,._account_api .liveDashboard .list-results tbody td.is-pending thead .accountDashboard span,._account_api .liveDashboard .list-results thead .accountDashboard tbody td.is-pending span,._account_api .liveDashboard .list-results thead tbody td.is-pending .accountDashboard span,._account_api .liveDashboard .list-results tbody td.is-pending thead .accountDashboard span,._account_api .liveDashboard ._account_api .list-results thead .accountDashboard tbody td.is-pending span,._account_api .liveDashboard ._account_api .list-results thead tbody td.is-pending .accountDashboard span,._account_api .liveDashboard ._account_api .list-results tbody td.is-pending thead .accountDashboard span,._account_api .liveDashboard .list-results thead .accountDashboard tbody td.is-pending span,._account_api .liveDashboard .list-results thead tbody td.is-pending .accountDashboard span,._account_api .liveDashboard .list-results tbody td.is-pending thead .accountDashboard span,.liveDashboard ._account_api .list-results thead .accountDashboard .icon,.liveDashboard ._account_api .list-results thead .accountDashboard .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .accountDashboard .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .accountDashboard .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .accountDashboard .w-alert-banner:before,.liveDashboard ._account_api .liveDashboard .list-results thead .accountDashboard .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .accountDashboard .w-dialog.plus .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .accountDashboard .dialog-aside:after,.liveDashboard ._account_api .list-results thead .accountDashboard .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .accountDashboard .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .accountDashboard .dialog-aside:after,.liveDashboard ._account_api .list-results thead .accountDashboard .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .accountDashboard .dialog-aside:after,.liveDashboard .w-dialog.plus ._account_api .list-results thead .accountDashboard .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .accountDashboard .dialog-aside:after,.liveDashboard ._account_api .list-results thead .accountDashboard .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .accountDashboard .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .accountDashboard .dialog-aside:after,.liveDashboard ._account_api .liveDashboard .list-results thead .accountDashboard .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .liveDashboard .list-results thead .w-dialog.plus .accountDashboard .dialog-aside:after,.liveDashboard .w-dialog.plus ._account_api .liveDashboard .list-results thead .accountDashboard .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .liveDashboard .list-results thead .accountDashboard .dialog-aside:after,.liveDashboard ._account_api .list-results thead .accountDashboard .w-toast .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .accountDashboard .toast.plus:after,.liveDashboard ._account_api .list-results thead .accountDashboard .w-toast .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .accountDashboard .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .accountDashboard .toast.plus:after,.liveDashboard ._account_api .list-results thead .accountDashboard .w-toast .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .accountDashboard .toast.plus:after,.liveDashboard .w-toast ._account_api .list-results thead .accountDashboard .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .accountDashboard .toast.plus:after,.liveDashboard ._account_api .list-results thead .accountDashboard .w-toast .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .accountDashboard .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .accountDashboard .toast.plus:after,.liveDashboard ._account_api .liveDashboard .list-results thead .accountDashboard .w-toast .toast.plus:after,.liveDashboard ._account_api .liveDashboard .list-results thead .w-toast .accountDashboard .toast.plus:after,.liveDashboard .w-toast ._account_api .liveDashboard .list-results thead .accountDashboard .toast.plus:after,.w-toast .liveDashboard ._account_api .liveDashboard .list-results thead .accountDashboard .toast.plus:after,.liveDashboard ._account_api .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .accountDashboard .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .accountDashboard .btn-filter:before,.liveDashboard ._account_api .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .accountDashboard .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .accountDashboard .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .accountDashboard .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .accountDashboard .btn-filter:before,.liveDashboard ._account_api .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .accountDashboard .btn-period-clear:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .accountDashboard .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .accountDashboard .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .accountDashboard .btn-filter:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .accountDashboard .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .accountDashboard .btn-filter:before,.liveDashboard ._account_api .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .accountDashboard .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .accountDashboard .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .accountDashboard .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .accountDashboard .btn-filter:before,.liveDashboard ._account_api .liveDashboard .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .accountDashboard .btn-period-clear:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .accountDashboard .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .liveDashboard .list-results thead .accountDashboard .btn-period-clear:before,.liveDashboard ._account_api .liveDashboard .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .accountDashboard .btn-filter:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .accountDashboard .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .liveDashboard .list-results thead .accountDashboard .btn-filter:before,.liveDashboard ._account_api .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .accountDashboard .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .accountDashboard .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .accountDashboard .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .accountDashboard .btn-period-edit:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .accountDashboard .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .accountDashboard .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .accountDashboard .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .accountDashboard .btn-period-edit:before,.liveDashboard ._account_api .liveDashboard .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .accountDashboard .btn-period-edit:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .accountDashboard .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .liveDashboard .list-results thead .accountDashboard .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .accountDashboard .block-filters .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .accountDashboard .btn-filter:before,.liveDashboard ._account_api .list-results thead .accountDashboard .block-filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .accountDashboard .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .accountDashboard .btn-filter:before,.liveDashboard ._account_api .list-results thead .accountDashboard .block-filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .accountDashboard .btn-filter:before,.liveDashboard .block-filters ._account_api .list-results thead .accountDashboard .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .accountDashboard .btn-filter:before,.liveDashboard ._account_api .list-results thead .accountDashboard .block-filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .accountDashboard .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .accountDashboard .btn-filter:before,.liveDashboard ._account_api .liveDashboard .list-results thead .accountDashboard .block-filters .btn-filter:before,.liveDashboard ._account_api .liveDashboard .list-results thead .block-filters .accountDashboard .btn-filter:before,.liveDashboard .block-filters ._account_api .liveDashboard .list-results thead .accountDashboard .btn-filter:before,.block-filters .liveDashboard ._account_api .liveDashboard .list-results thead .accountDashboard .btn-filter:before,.liveDashboard ._account_api .list-results thead .accountDashboard .toggleWrapper input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead .accountDashboard input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .accountDashboard .toggleWrapper input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper .accountDashboard input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead .accountDashboard input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .accountDashboard .toggleWrapper input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper .accountDashboard input.mobileToggle+label,.liveDashboard .toggleWrapper ._account_api .list-results thead .accountDashboard input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead .accountDashboard input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .accountDashboard .toggleWrapper input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper .accountDashboard input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead .accountDashboard input.mobileToggle+label,.liveDashboard ._account_api .liveDashboard .list-results thead .accountDashboard .toggleWrapper input.mobileToggle+label,.liveDashboard ._account_api .liveDashboard .list-results thead .toggleWrapper .accountDashboard input.mobileToggle+label,.liveDashboard .toggleWrapper ._account_api .liveDashboard .list-results thead .accountDashboard input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .liveDashboard .list-results thead .accountDashboard input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .accountDashboard tbody span.status,.liveDashboard ._account_api .list-results tbody thead .accountDashboard span.status,.liveDashboard ._account_api .list-results thead .accountDashboard tbody span.status,.liveDashboard ._account_api .list-results thead tbody .accountDashboard span.status,.liveDashboard ._account_api .list-results tbody thead .accountDashboard span.status,.liveDashboard ._account_api .list-results thead .accountDashboard tbody span.status,.liveDashboard ._account_api .list-results thead tbody .accountDashboard span.status,.liveDashboard ._account_api .list-results tbody thead .accountDashboard span.status,.liveDashboard ._account_api .list-results thead .accountDashboard tbody span.status,.liveDashboard ._account_api .list-results thead tbody .accountDashboard span.status,.liveDashboard ._account_api .list-results tbody thead .accountDashboard span.status,.liveDashboard ._account_api .liveDashboard .list-results thead .accountDashboard tbody span.status,.liveDashboard ._account_api .liveDashboard .list-results thead tbody .accountDashboard span.status,.liveDashboard ._account_api .liveDashboard .list-results tbody thead .accountDashboard span.status,.liveDashboard ._account_api .list-results thead .accountDashboard tbody td.is-running span,.liveDashboard ._account_api .list-results tbody td.is-running thead .accountDashboard span,.liveDashboard ._account_api .list-results thead .accountDashboard tbody td.is-running span,.liveDashboard ._account_api .list-results thead tbody td.is-running .accountDashboard span,.liveDashboard ._account_api .list-results tbody td.is-running thead .accountDashboard span,.liveDashboard ._account_api .list-results thead .accountDashboard tbody td.is-running span,.liveDashboard ._account_api .list-results thead tbody td.is-running .accountDashboard span,.liveDashboard ._account_api .list-results tbody td.is-running thead .accountDashboard span,.liveDashboard ._account_api .list-results thead .accountDashboard tbody td.is-running span,.liveDashboard ._account_api .list-results thead tbody td.is-running .accountDashboard span,.liveDashboard ._account_api .list-results tbody td.is-running thead .accountDashboard span,.liveDashboard ._account_api .liveDashboard .list-results thead .accountDashboard tbody td.is-running span,.liveDashboard ._account_api .liveDashboard .list-results thead tbody td.is-running .accountDashboard span,.liveDashboard ._account_api .liveDashboard .list-results tbody td.is-running thead .accountDashboard span,.liveDashboard ._account_api .list-results thead .accountDashboard tbody td.is-pending span,.liveDashboard ._account_api .list-results tbody td.is-pending thead .accountDashboard span,.liveDashboard ._account_api .list-results thead .accountDashboard tbody td.is-pending span,.liveDashboard ._account_api .list-results thead tbody td.is-pending .accountDashboard span,.liveDashboard ._account_api .list-results tbody td.is-pending thead .accountDashboard span,.liveDashboard ._account_api .list-results thead .accountDashboard tbody td.is-pending span,.liveDashboard ._account_api .list-results thead tbody td.is-pending .accountDashboard span,.liveDashboard ._account_api .list-results tbody td.is-pending thead .accountDashboard span,.liveDashboard ._account_api .list-results thead .accountDashboard tbody td.is-pending span,.liveDashboard ._account_api .list-results thead tbody td.is-pending .accountDashboard span,.liveDashboard ._account_api .list-results tbody td.is-pending thead .accountDashboard span,.liveDashboard ._account_api .liveDashboard .list-results thead .accountDashboard tbody td.is-pending span,.liveDashboard ._account_api .liveDashboard .list-results thead tbody td.is-pending .accountDashboard span,.liveDashboard ._account_api .liveDashboard .list-results tbody td.is-pending thead .accountDashboard span,._account_api .liveDashboard .list-results thead .accountDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .accountDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .accountDashboard .dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .accountDashboard .dropdown-toggle:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .accountDashboard .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .accountDashboard .dropdown-toggle:after,._account_api .liveDashboard .list-results thead .accountDashboard .w-filter-preset.w-filter-preset .filter-preset .filter,.liveDashboard ._account_api .list-results thead .accountDashboard .w-filter-preset.w-filter-preset .filter-preset .filter,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .accountDashboard .filter,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .accountDashboard .filter,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .accountDashboard .filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .accountDashboard .filter,._account_api .liveDashboard .list-results thead .accountDashboard .form-label.status span,._account_api .liveDashboard .list-results thead .accountDashboard .status.status-log span,._account_api .liveDashboard .list-results thead .accountDashboard .status.status-report-item span,._account_api .liveDashboard .list-results thead .accountDashboard .double-list dd.status span,.double-list ._account_api .liveDashboard .list-results thead .accountDashboard dd.status span,._account_api .liveDashboard .list-results thead .accountDashboard .double-list dt.status span,.double-list ._account_api .liveDashboard .list-results thead .accountDashboard dt.status span,._account_api .liveDashboard .list-results thead .accountDashboard .w-cards-container .w-card .status.title span,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .accountDashboard .status.title span,._account_api .liveDashboard .list-results thead .accountDashboard .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .accountDashboard .status.label span,._account_api .liveDashboard .list-results thead .accountDashboard tbody tr.sublist .status.title span,._account_api .liveDashboard .list-results tbody tr.sublist thead .accountDashboard .status.title span,.liveDashboard ._account_api .list-results thead .accountDashboard .form-label.status span,.liveDashboard ._account_api .list-results thead .accountDashboard .status.status-log span,.liveDashboard ._account_api .list-results thead .accountDashboard .status.status-report-item span,.liveDashboard ._account_api .list-results thead .accountDashboard .double-list dd.status span,.double-list .liveDashboard ._account_api .list-results thead .accountDashboard dd.status span,.liveDashboard ._account_api .list-results thead .accountDashboard .double-list dt.status span,.double-list .liveDashboard ._account_api .list-results thead .accountDashboard dt.status span,.liveDashboard ._account_api .list-results thead .accountDashboard .w-cards-container .w-card .status.title span,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .accountDashboard .status.title span,.liveDashboard ._account_api .list-results thead .accountDashboard .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .accountDashboard .status.label span,.liveDashboard ._account_api .list-results thead .accountDashboard tbody tr.sublist .status.title span,.liveDashboard ._account_api .list-results tbody tr.sublist thead .accountDashboard .status.title span,._account_api .liveDashboard .list-results thead .form-label.status .accountDashboard span,._account_api .liveDashboard .list-results thead .status.status-log .accountDashboard span,._account_api .liveDashboard .list-results thead .status.status-report-item .accountDashboard span,._account_api .liveDashboard .list-results thead .double-list dd.status .accountDashboard span,.double-list ._account_api .liveDashboard .list-results thead dd.status .accountDashboard span,._account_api .liveDashboard .list-results thead .double-list dt.status .accountDashboard span,.double-list ._account_api .liveDashboard .list-results thead dt.status .accountDashboard span,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title .accountDashboard span,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title .accountDashboard span,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .accountDashboard span,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label .accountDashboard span,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title .accountDashboard span,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title .accountDashboard span,.liveDashboard ._account_api .list-results thead .form-label.status .accountDashboard span,.liveDashboard ._account_api .list-results thead .status.status-log .accountDashboard span,.liveDashboard ._account_api .list-results thead .status.status-report-item .accountDashboard span,.liveDashboard ._account_api .list-results thead .double-list dd.status .accountDashboard span,.double-list .liveDashboard ._account_api .list-results thead dd.status .accountDashboard span,.liveDashboard ._account_api .list-results thead .double-list dt.status .accountDashboard span,.double-list .liveDashboard ._account_api .list-results thead dt.status .accountDashboard span,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title .accountDashboard span,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title .accountDashboard span,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .accountDashboard span,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label .accountDashboard span,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title .accountDashboard span,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title .accountDashboard span,._account_api .form-label.status .liveDashboard .list-results thead .accountDashboard span,._account_api .status.status-log .liveDashboard .list-results thead .accountDashboard span,._account_api .status.status-report-item .liveDashboard .list-results thead .accountDashboard span,._account_api .double-list dd.status .liveDashboard .list-results thead .accountDashboard span,.double-list ._account_api dd.status .liveDashboard .list-results thead .accountDashboard span,._account_api .double-list dt.status .liveDashboard .list-results thead .accountDashboard span,.double-list ._account_api dt.status .liveDashboard .list-results thead .accountDashboard span,._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead .accountDashboard span,.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead .accountDashboard span,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead .accountDashboard span,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead .accountDashboard span,._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead .accountDashboard span,.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead .accountDashboard span,.form-label.status .liveDashboard ._account_api .list-results thead .accountDashboard span,.status.status-log .liveDashboard ._account_api .list-results thead .accountDashboard span,.status.status-report-item .liveDashboard ._account_api .list-results thead .accountDashboard span,.double-list dd.status .liveDashboard ._account_api .list-results thead .accountDashboard span,.double-list dt.status .liveDashboard ._account_api .list-results thead .accountDashboard span,.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead .accountDashboard span,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead .accountDashboard span,.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead .accountDashboard span,._account_api .liveDashboard .list-results thead .accountDashboard .w-filters-selected label.status.small span,.liveDashboard ._account_api .list-results thead .accountDashboard .w-filters-selected label.status.small span,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small .accountDashboard span,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small .accountDashboard span,._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead .accountDashboard span,.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead .accountDashboard span,._account_api .liveDashboard .list-results thead .accountDashboard .w-filters-selected .status.btn-f-s span,.liveDashboard ._account_api .list-results thead .accountDashboard .w-filters-selected .status.btn-f-s span,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .accountDashboard span,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s .accountDashboard span,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead .accountDashboard span,.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead .accountDashboard span,._account_api .liveDashboard .list-results thead .accountDashboard .sub-header .w-form label,._account_api .liveDashboard .list-results thead .accountDashboard .sub-header .w-double-list label,.liveDashboard ._account_api .list-results thead .accountDashboard .sub-header .w-form label,.liveDashboard ._account_api .list-results thead .accountDashboard .sub-header .w-double-list label,._account_api .liveDashboard .list-results thead .sub-header .w-form .accountDashboard label,._account_api .liveDashboard .list-results thead .sub-header .w-double-list .accountDashboard label,.liveDashboard ._account_api .list-results thead .sub-header .w-form .accountDashboard label,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list .accountDashboard label,._account_api .sub-header .w-form .liveDashboard .list-results thead .accountDashboard label,._account_api .sub-header .w-double-list .liveDashboard .list-results thead .accountDashboard label,.sub-header .w-form .liveDashboard ._account_api .list-results thead .accountDashboard label,.sub-header .w-double-list .liveDashboard ._account_api .list-results thead .accountDashboard label,._account_api .liveDashboard .list-results thead .accountDashboard .block-filters button:after,.liveDashboard ._account_api .list-results thead .accountDashboard .block-filters button:after,._account_api .liveDashboard .list-results thead .block-filters .accountDashboard button:after,.liveDashboard ._account_api .list-results thead .block-filters .accountDashboard button:after,._account_api .block-filters .liveDashboard .list-results thead .accountDashboard button:after,.block-filters .liveDashboard ._account_api .list-results thead .accountDashboard button:after,._account_api .liveDashboard .list-results thead .accountDashboard .block-filters select:after,.liveDashboard ._account_api .list-results thead .accountDashboard .block-filters select:after,._account_api .liveDashboard .list-results thead .block-filters .accountDashboard select:after,.liveDashboard ._account_api .list-results thead .block-filters .accountDashboard select:after,._account_api .block-filters .liveDashboard .list-results thead .accountDashboard select:after,.block-filters .liveDashboard ._account_api .list-results thead .accountDashboard select:after,._account_api .liveDashboard .list-results thead .accountDashboard .form-auto-list .form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .accountDashboard .form-auto-list .form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .form-auto-list .accountDashboard .form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .form-auto-list .accountDashboard .form-auto-item.is-user-is-inactive,._account_api .form-auto-list .liveDashboard .list-results thead .accountDashboard .form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard ._account_api .list-results thead .accountDashboard .form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .accountDashboard .form-auto-list .form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .accountDashboard .form-auto-list .form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .form-auto-list .accountDashboard .form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .form-auto-list .accountDashboard .form-auto-item.is-user-is-active,._account_api .form-auto-list .liveDashboard .list-results thead .accountDashboard .form-auto-item.is-user-is-active,.form-auto-list .liveDashboard ._account_api .list-results thead .accountDashboard .form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .accountDashboard .list-results-header .status.title span,.liveDashboard ._account_api .list-results thead .accountDashboard .list-results-header .status.title span,._account_api .liveDashboard .list-results thead .list-results-header .status.title .accountDashboard span,.liveDashboard ._account_api .list-results thead .list-results-header .status.title .accountDashboard span,._account_api .list-results-header .status.title .liveDashboard .list-results thead .accountDashboard span,.list-results-header .status.title .liveDashboard ._account_api .list-results thead .accountDashboard span,._account_api .liveDashboard .list-results thead .accountDashboard tr span,.liveDashboard ._account_api .list-results thead .accountDashboard tr span,._account_api .liveDashboard .list-results thead tr .accountDashboard span,.liveDashboard ._account_api .list-results thead tr .accountDashboard span,._account_api .list-results thead .accountDashboard .icon,._account_api .list-results thead .accountDashboard .w-alert-banner:before,._account_api .liveDashboard .list-results thead .accountDashboard .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .accountDashboard .w-alert-banner:before,._account_api .list-results thead .accountDashboard .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .accountDashboard .w-alert-banner:before,._account_api .liveDashboard .list-results thead .accountDashboard .w-alert-banner:before,._account_api .list-results thead .accountDashboard .w-dialog.plus .dialog-aside:after,.w-dialog.plus ._account_api .list-results thead .accountDashboard .dialog-aside:after,._account_api .liveDashboard .list-results thead .accountDashboard .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .list-results thead .accountDashboard .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .accountDashboard .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .accountDashboard .dialog-aside:after,._account_api .w-dialog.plus .liveDashboard .list-results thead .accountDashboard .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .accountDashboard .dialog-aside:after,._account_api .list-results thead .accountDashboard .w-dialog.plus .dialog-aside:after,._account_api .list-results thead .w-dialog.plus .accountDashboard .dialog-aside:after,.w-dialog.plus ._account_api .list-results thead .accountDashboard .dialog-aside:after,.liveDashboard ._account_api .list-results thead .accountDashboard .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .accountDashboard .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .accountDashboard .dialog-aside:after,._account_api .liveDashboard .list-results thead .accountDashboard .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .accountDashboard .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .accountDashboard .dialog-aside:after,._account_api .list-results thead .accountDashboard .w-toast .toast.plus:after,.w-toast ._account_api .list-results thead .accountDashboard .toast.plus:after,._account_api .liveDashboard .list-results thead .accountDashboard .w-toast .toast.plus:after,.liveDashboard ._account_api .list-results thead .accountDashboard .w-toast .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .accountDashboard .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .accountDashboard .toast.plus:after,._account_api .w-toast .liveDashboard .list-results thead .accountDashboard .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .accountDashboard .toast.plus:after,._account_api .list-results thead .accountDashboard .w-toast .toast.plus:after,._account_api .list-results thead .w-toast .accountDashboard .toast.plus:after,.w-toast ._account_api .list-results thead .accountDashboard .toast.plus:after,.liveDashboard ._account_api .list-results thead .accountDashboard .w-toast .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .accountDashboard .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .accountDashboard .toast.plus:after,._account_api .liveDashboard .list-results thead .accountDashboard .w-toast .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .accountDashboard .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .accountDashboard .toast.plus:after,._account_api .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .accountDashboard .btn-period-clear:before,._account_api .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .accountDashboard .btn-filter:before,._account_api .liveDashboard .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .accountDashboard .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .accountDashboard .btn-period-clear:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .accountDashboard .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .accountDashboard .btn-period-clear:before,._account_api .liveDashboard .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .accountDashboard .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .accountDashboard .btn-filter:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .accountDashboard .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .accountDashboard .btn-filter:before,._account_api .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .list-results thead .w-time-period .dropdown .w-selection .accountDashboard .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .accountDashboard .btn-period-clear:before,._account_api .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .list-results thead .w-time-period .dropdown .w-selection .accountDashboard .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .accountDashboard .btn-filter:before,.liveDashboard ._account_api .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .accountDashboard .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .accountDashboard .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .accountDashboard .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .accountDashboard .btn-filter:before,._account_api .liveDashboard .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .accountDashboard .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .accountDashboard .btn-period-clear:before,._account_api .liveDashboard .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .accountDashboard .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .accountDashboard .btn-filter:before,._account_api .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .accountDashboard .btn-period-edit:before,._account_api .liveDashboard .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .accountDashboard .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .accountDashboard .btn-period-edit:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .accountDashboard .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .accountDashboard .btn-period-edit:before,._account_api .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .list-results thead .w-time-period .dropdown .w-selection .accountDashboard .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .accountDashboard .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .accountDashboard .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .accountDashboard .btn-period-edit:before,._account_api .liveDashboard .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .accountDashboard .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .accountDashboard .btn-period-edit:before,._account_api .list-results thead .accountDashboard .block-filters .btn-filter:before,.block-filters ._account_api .list-results thead .accountDashboard .btn-filter:before,._account_api .liveDashboard .list-results thead .accountDashboard .block-filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .accountDashboard .block-filters .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .accountDashboard .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .accountDashboard .btn-filter:before,._account_api .block-filters .liveDashboard .list-results thead .accountDashboard .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .accountDashboard .btn-filter:before,._account_api .list-results thead .accountDashboard .block-filters .btn-filter:before,._account_api .list-results thead .block-filters .accountDashboard .btn-filter:before,.block-filters ._account_api .list-results thead .accountDashboard .btn-filter:before,.liveDashboard ._account_api .list-results thead .accountDashboard .block-filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .accountDashboard .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .accountDashboard .btn-filter:before,._account_api .liveDashboard .list-results thead .accountDashboard .block-filters .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .accountDashboard .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .accountDashboard .btn-filter:before,._account_api .list-results thead .accountDashboard .toggleWrapper input.mobileToggle+label,.toggleWrapper ._account_api .list-results thead .accountDashboard input.mobileToggle+label,._account_api .liveDashboard .list-results thead .accountDashboard .toggleWrapper input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .accountDashboard .toggleWrapper input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper .accountDashboard input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper .accountDashboard input.mobileToggle+label,._account_api .toggleWrapper .liveDashboard .list-results thead .accountDashboard input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead .accountDashboard input.mobileToggle+label,._account_api .list-results thead .accountDashboard .toggleWrapper input.mobileToggle+label,._account_api .list-results thead .toggleWrapper .accountDashboard input.mobileToggle+label,.toggleWrapper ._account_api .list-results thead .accountDashboard input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .accountDashboard .toggleWrapper input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper .accountDashboard input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead .accountDashboard input.mobileToggle+label,._account_api .liveDashboard .list-results thead .accountDashboard .toggleWrapper input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper .accountDashboard input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead .accountDashboard input.mobileToggle+label,._account_api .list-results thead .accountDashboard tbody span.status,._account_api .list-results tbody thead .accountDashboard span.status,._account_api .liveDashboard .list-results thead .accountDashboard tbody span.status,.liveDashboard ._account_api .list-results thead .accountDashboard tbody span.status,._account_api .liveDashboard .list-results thead tbody .accountDashboard span.status,.liveDashboard ._account_api .list-results thead tbody .accountDashboard span.status,._account_api .liveDashboard .list-results tbody thead .accountDashboard span.status,.liveDashboard ._account_api .list-results tbody thead .accountDashboard span.status,._account_api .list-results thead .accountDashboard tbody span.status,._account_api .list-results thead tbody .accountDashboard span.status,._account_api .list-results tbody thead .accountDashboard span.status,.liveDashboard ._account_api .list-results thead .accountDashboard tbody span.status,.liveDashboard ._account_api .list-results thead tbody .accountDashboard span.status,.liveDashboard ._account_api .list-results tbody thead .accountDashboard span.status,._account_api .liveDashboard .list-results thead .accountDashboard tbody span.status,._account_api .liveDashboard .list-results thead tbody .accountDashboard span.status,._account_api .liveDashboard .list-results tbody thead .accountDashboard span.status,._account_api .list-results thead .accountDashboard tbody td.is-running span,._account_api .list-results tbody td.is-running thead .accountDashboard span,._account_api .liveDashboard .list-results thead .accountDashboard tbody td.is-running span,.liveDashboard ._account_api .list-results thead .accountDashboard tbody td.is-running span,._account_api .liveDashboard .list-results thead tbody td.is-running .accountDashboard span,.liveDashboard ._account_api .list-results thead tbody td.is-running .accountDashboard span,._account_api .liveDashboard .list-results tbody td.is-running thead .accountDashboard span,.liveDashboard ._account_api .list-results tbody td.is-running thead .accountDashboard span,._account_api .list-results thead .accountDashboard tbody td.is-running span,._account_api .list-results thead tbody td.is-running .accountDashboard span,._account_api .list-results tbody td.is-running thead .accountDashboard span,.liveDashboard ._account_api .list-results thead .accountDashboard tbody td.is-running span,.liveDashboard ._account_api .list-results thead tbody td.is-running .accountDashboard span,.liveDashboard ._account_api .list-results tbody td.is-running thead .accountDashboard span,._account_api .liveDashboard .list-results thead .accountDashboard tbody td.is-running span,._account_api .liveDashboard .list-results thead tbody td.is-running .accountDashboard span,._account_api .liveDashboard .list-results tbody td.is-running thead .accountDashboard span,._account_api .list-results thead .accountDashboard tbody td.is-pending span,._account_api .list-results tbody td.is-pending thead .accountDashboard span,._account_api .liveDashboard .list-results thead .accountDashboard tbody td.is-pending span,.liveDashboard ._account_api .list-results thead .accountDashboard tbody td.is-pending span,._account_api .liveDashboard .list-results thead tbody td.is-pending .accountDashboard span,.liveDashboard ._account_api .list-results thead tbody td.is-pending .accountDashboard span,._account_api .liveDashboard .list-results tbody td.is-pending thead .accountDashboard span,.liveDashboard ._account_api .list-results tbody td.is-pending thead .accountDashboard span,._account_api .list-results thead .accountDashboard tbody td.is-pending span,._account_api .list-results thead tbody td.is-pending .accountDashboard span,._account_api .list-results tbody td.is-pending thead .accountDashboard span,.liveDashboard ._account_api .list-results thead .accountDashboard tbody td.is-pending span,.liveDashboard ._account_api .list-results thead tbody td.is-pending .accountDashboard span,.liveDashboard ._account_api .list-results tbody td.is-pending thead .accountDashboard span,._account_api .liveDashboard .list-results thead .accountDashboard tbody td.is-pending span,._account_api .liveDashboard .list-results thead tbody td.is-pending .accountDashboard span,._account_api .liveDashboard .list-results tbody td.is-pending thead .accountDashboard span,._account_api .list-results thead .accountDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .accountDashboard .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .accountDashboard .dropdown-toggle:after,._account_api .list-results thead .accountDashboard .w-filter-preset.w-filter-preset .filter-preset .filter,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .accountDashboard .filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .accountDashboard .filter,._account_api .list-results thead .accountDashboard .form-label.status span,._account_api .list-results thead .accountDashboard .status.status-log span,._account_api .list-results thead .accountDashboard .status.status-report-item span,._account_api .list-results thead .accountDashboard .double-list dd.status span,.double-list ._account_api .list-results thead .accountDashboard dd.status span,._account_api .list-results thead .accountDashboard .double-list dt.status span,.double-list ._account_api .list-results thead .accountDashboard dt.status span,._account_api .list-results thead .accountDashboard .w-cards-container .w-card .status.title span,.w-cards-container .w-card ._account_api .list-results thead .accountDashboard .status.title span,._account_api .list-results thead .accountDashboard .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value ._account_api .list-results thead .accountDashboard .status.label span,._account_api .list-results thead .accountDashboard tbody tr.sublist .status.title span,._account_api .list-results tbody tr.sublist thead .accountDashboard .status.title span,._account_api .list-results thead .form-label.status .accountDashboard span,._account_api .list-results thead .status.status-log .accountDashboard span,._account_api .list-results thead .status.status-report-item .accountDashboard span,._account_api .list-results thead .double-list dd.status .accountDashboard span,.double-list ._account_api .list-results thead dd.status .accountDashboard span,._account_api .list-results thead .double-list dt.status .accountDashboard span,.double-list ._account_api .list-results thead dt.status .accountDashboard span,._account_api .list-results thead .w-cards-container .w-card .status.title .accountDashboard span,.w-cards-container .w-card ._account_api .list-results thead .status.title .accountDashboard span,._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .accountDashboard span,.w-cards-container .w-card.centered .w-value ._account_api .list-results thead .status.label .accountDashboard span,._account_api .list-results thead tbody tr.sublist .status.title .accountDashboard span,._account_api .list-results tbody tr.sublist thead .status.title .accountDashboard span,.form-label.status ._account_api .list-results thead .accountDashboard span,.status.status-log ._account_api .list-results thead .accountDashboard span,.status.status-report-item ._account_api .list-results thead .accountDashboard span,.double-list dd.status ._account_api .list-results thead .accountDashboard span,.double-list dt.status ._account_api .list-results thead .accountDashboard span,.w-cards-container .w-card .status.title ._account_api .list-results thead .accountDashboard span,.w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead .accountDashboard span,.list-results tbody tr.sublist .status.title ._account_api .list-results thead .accountDashboard span,._account_api .list-results thead .accountDashboard .w-filters-selected label.status.small span,._account_api .list-results thead .w-filters-selected label.status.small .accountDashboard span,.w-filters-selected label.status.small ._account_api .list-results thead .accountDashboard span,._account_api .list-results thead .accountDashboard .w-filters-selected .status.btn-f-s span,._account_api .list-results thead .w-filters-selected .status.btn-f-s .accountDashboard span,.w-filters-selected .status.btn-f-s ._account_api .list-results thead .accountDashboard span,._account_api .list-results thead .accountDashboard .sub-header .w-form label,._account_api .list-results thead .accountDashboard .sub-header .w-double-list label,._account_api .list-results thead .sub-header .w-form .accountDashboard label,._account_api .list-results thead .sub-header .w-double-list .accountDashboard label,.sub-header .w-form ._account_api .list-results thead .accountDashboard label,.sub-header .w-double-list ._account_api .list-results thead .accountDashboard label,._account_api .list-results thead .accountDashboard .block-filters button:after,._account_api .list-results thead .block-filters .accountDashboard button:after,.block-filters ._account_api .list-results thead .accountDashboard button:after,._account_api .list-results thead .accountDashboard .block-filters select:after,._account_api .list-results thead .block-filters .accountDashboard select:after,.block-filters ._account_api .list-results thead .accountDashboard select:after,._account_api .list-results thead .accountDashboard .form-auto-list .form-auto-item.is-user-is-inactive,._account_api .list-results thead .form-auto-list .accountDashboard .form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .list-results thead .accountDashboard .form-auto-item.is-user-is-inactive,._account_api .list-results thead .accountDashboard .form-auto-list .form-auto-item.is-user-is-active,._account_api .list-results thead .form-auto-list .accountDashboard .form-auto-item.is-user-is-active,.form-auto-list ._account_api .list-results thead .accountDashboard .form-auto-item.is-user-is-active,._account_api .list-results thead .accountDashboard .list-results-header .status.title span,._account_api .list-results thead .list-results-header .status.title .accountDashboard span,.list-results-header .status.title ._account_api .list-results thead .accountDashboard span,._account_api .list-results thead .accountDashboard tr span,._account_api .list-results thead tr .accountDashboard span,.liveDashboard ._account_api .list-results thead .accountDashboard .icon,.liveDashboard ._account_api .list-results thead .accountDashboard .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .accountDashboard .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .accountDashboard .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .accountDashboard .w-alert-banner:before,.liveDashboard ._account_api .liveDashboard .list-results thead .accountDashboard .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .accountDashboard .w-dialog.plus .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .accountDashboard .dialog-aside:after,.liveDashboard ._account_api .list-results thead .accountDashboard .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .accountDashboard .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .accountDashboard .dialog-aside:after,.liveDashboard ._account_api .list-results thead .accountDashboard .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .accountDashboard .dialog-aside:after,.liveDashboard .w-dialog.plus ._account_api .list-results thead .accountDashboard .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .accountDashboard .dialog-aside:after,.liveDashboard ._account_api .list-results thead .accountDashboard .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .accountDashboard .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .accountDashboard .dialog-aside:after,.liveDashboard ._account_api .liveDashboard .list-results thead .accountDashboard .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .liveDashboard .list-results thead .w-dialog.plus .accountDashboard .dialog-aside:after,.liveDashboard .w-dialog.plus ._account_api .liveDashboard .list-results thead .accountDashboard .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .liveDashboard .list-results thead .accountDashboard .dialog-aside:after,.liveDashboard ._account_api .list-results thead .accountDashboard .w-toast .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .accountDashboard .toast.plus:after,.liveDashboard ._account_api .list-results thead .accountDashboard .w-toast .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .accountDashboard .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .accountDashboard .toast.plus:after,.liveDashboard ._account_api .list-results thead .accountDashboard .w-toast .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .accountDashboard .toast.plus:after,.liveDashboard .w-toast ._account_api .list-results thead .accountDashboard .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .accountDashboard .toast.plus:after,.liveDashboard ._account_api .list-results thead .accountDashboard .w-toast .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .accountDashboard .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .accountDashboard .toast.plus:after,.liveDashboard ._account_api .liveDashboard .list-results thead .accountDashboard .w-toast .toast.plus:after,.liveDashboard ._account_api .liveDashboard .list-results thead .w-toast .accountDashboard .toast.plus:after,.liveDashboard .w-toast ._account_api .liveDashboard .list-results thead .accountDashboard .toast.plus:after,.w-toast .liveDashboard ._account_api .liveDashboard .list-results thead .accountDashboard .toast.plus:after,.liveDashboard ._account_api .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .accountDashboard .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .accountDashboard .btn-filter:before,.liveDashboard ._account_api .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .accountDashboard .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .accountDashboard .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .accountDashboard .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .accountDashboard .btn-filter:before,.liveDashboard ._account_api .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .accountDashboard .btn-period-clear:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .accountDashboard .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .accountDashboard .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .accountDashboard .btn-filter:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .accountDashboard .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .accountDashboard .btn-filter:before,.liveDashboard ._account_api .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .accountDashboard .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .accountDashboard .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .accountDashboard .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .accountDashboard .btn-filter:before,.liveDashboard ._account_api .liveDashboard .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .accountDashboard .btn-period-clear:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .accountDashboard .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .liveDashboard .list-results thead .accountDashboard .btn-period-clear:before,.liveDashboard ._account_api .liveDashboard .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .accountDashboard .btn-filter:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .accountDashboard .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .liveDashboard .list-results thead .accountDashboard .btn-filter:before,.liveDashboard ._account_api .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .accountDashboard .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .accountDashboard .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .accountDashboard .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .accountDashboard .btn-period-edit:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .accountDashboard .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .accountDashboard .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .accountDashboard .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .accountDashboard .btn-period-edit:before,.liveDashboard ._account_api .liveDashboard .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .accountDashboard .btn-period-edit:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .accountDashboard .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .liveDashboard .list-results thead .accountDashboard .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .accountDashboard .block-filters .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .accountDashboard .btn-filter:before,.liveDashboard ._account_api .list-results thead .accountDashboard .block-filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .accountDashboard .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .accountDashboard .btn-filter:before,.liveDashboard ._account_api .list-results thead .accountDashboard .block-filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .accountDashboard .btn-filter:before,.liveDashboard .block-filters ._account_api .list-results thead .accountDashboard .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .accountDashboard .btn-filter:before,.liveDashboard ._account_api .list-results thead .accountDashboard .block-filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .accountDashboard .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .accountDashboard .btn-filter:before,.liveDashboard ._account_api .liveDashboard .list-results thead .accountDashboard .block-filters .btn-filter:before,.liveDashboard ._account_api .liveDashboard .list-results thead .block-filters .accountDashboard .btn-filter:before,.liveDashboard .block-filters ._account_api .liveDashboard .list-results thead .accountDashboard .btn-filter:before,.block-filters .liveDashboard ._account_api .liveDashboard .list-results thead .accountDashboard .btn-filter:before,.liveDashboard ._account_api .list-results thead .accountDashboard .toggleWrapper input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead .accountDashboard input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .accountDashboard .toggleWrapper input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper .accountDashboard input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead .accountDashboard input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .accountDashboard .toggleWrapper input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper .accountDashboard input.mobileToggle+label,.liveDashboard .toggleWrapper ._account_api .list-results thead .accountDashboard input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead .accountDashboard input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .accountDashboard .toggleWrapper input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper .accountDashboard input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead .accountDashboard input.mobileToggle+label,.liveDashboard ._account_api .liveDashboard .list-results thead .accountDashboard .toggleWrapper input.mobileToggle+label,.liveDashboard ._account_api .liveDashboard .list-results thead .toggleWrapper .accountDashboard input.mobileToggle+label,.liveDashboard .toggleWrapper ._account_api .liveDashboard .list-results thead .accountDashboard input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .liveDashboard .list-results thead .accountDashboard input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .accountDashboard tbody span.status,.liveDashboard ._account_api .list-results tbody thead .accountDashboard span.status,.liveDashboard ._account_api .list-results thead .accountDashboard tbody span.status,.liveDashboard ._account_api .list-results thead tbody .accountDashboard span.status,.liveDashboard ._account_api .list-results tbody thead .accountDashboard span.status,.liveDashboard ._account_api .list-results thead .accountDashboard tbody span.status,.liveDashboard ._account_api .list-results thead tbody .accountDashboard span.status,.liveDashboard ._account_api .list-results tbody thead .accountDashboard span.status,.liveDashboard ._account_api .list-results thead .accountDashboard tbody span.status,.liveDashboard ._account_api .list-results thead tbody .accountDashboard span.status,.liveDashboard ._account_api .list-results tbody thead .accountDashboard span.status,.liveDashboard ._account_api .liveDashboard .list-results thead .accountDashboard tbody span.status,.liveDashboard ._account_api .liveDashboard .list-results thead tbody .accountDashboard span.status,.liveDashboard ._account_api .liveDashboard .list-results tbody thead .accountDashboard span.status,.liveDashboard ._account_api .list-results thead .accountDashboard tbody td.is-running span,.liveDashboard ._account_api .list-results tbody td.is-running thead .accountDashboard span,.liveDashboard ._account_api .list-results thead .accountDashboard tbody td.is-running span,.liveDashboard ._account_api .list-results thead tbody td.is-running .accountDashboard span,.liveDashboard ._account_api .list-results tbody td.is-running thead .accountDashboard span,.liveDashboard ._account_api .list-results thead .accountDashboard tbody td.is-running span,.liveDashboard ._account_api .list-results thead tbody td.is-running .accountDashboard span,.liveDashboard ._account_api .list-results tbody td.is-running thead .accountDashboard span,.liveDashboard ._account_api .list-results thead .accountDashboard tbody td.is-running span,.liveDashboard ._account_api .list-results thead tbody td.is-running .accountDashboard span,.liveDashboard ._account_api .list-results tbody td.is-running thead .accountDashboard span,.liveDashboard ._account_api .liveDashboard .list-results thead .accountDashboard tbody td.is-running span,.liveDashboard ._account_api .liveDashboard .list-results thead tbody td.is-running .accountDashboard span,.liveDashboard ._account_api .liveDashboard .list-results tbody td.is-running thead .accountDashboard span,.liveDashboard ._account_api .list-results thead .accountDashboard tbody td.is-pending span,.liveDashboard ._account_api .list-results tbody td.is-pending thead .accountDashboard span,.liveDashboard ._account_api .list-results thead .accountDashboard tbody td.is-pending span,.liveDashboard ._account_api .list-results thead tbody td.is-pending .accountDashboard span,.liveDashboard ._account_api .list-results tbody td.is-pending thead .accountDashboard span,.liveDashboard ._account_api .list-results thead .accountDashboard tbody td.is-pending span,.liveDashboard ._account_api .list-results thead tbody td.is-pending .accountDashboard span,.liveDashboard ._account_api .list-results tbody td.is-pending thead .accountDashboard span,.liveDashboard ._account_api .list-results thead .accountDashboard tbody td.is-pending span,.liveDashboard ._account_api .list-results thead tbody td.is-pending .accountDashboard span,.liveDashboard ._account_api .list-results tbody td.is-pending thead .accountDashboard span,.liveDashboard ._account_api .liveDashboard .list-results thead .accountDashboard tbody td.is-pending span,.liveDashboard ._account_api .liveDashboard .list-results thead tbody td.is-pending .accountDashboard span,.liveDashboard ._account_api .liveDashboard .list-results tbody td.is-pending thead .accountDashboard span,._account_api .liveDashboard .list-results thead .accountDashboard .icon,._account_api .liveDashboard .list-results thead .accountDashboard .w-alert-banner:before,._account_api .liveDashboard .list-results thead .accountDashboard .w-alert-banner:before,._account_api .liveDashboard .list-results thead .accountDashboard .w-alert-banner:before,._account_api .liveDashboard ._account_api .list-results thead .accountDashboard .w-alert-banner:before,._account_api .liveDashboard .list-results thead .accountDashboard .w-alert-banner:before,._account_api .liveDashboard .list-results thead .accountDashboard .w-dialog.plus .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .accountDashboard .dialog-aside:after,._account_api .liveDashboard .list-results thead .accountDashboard .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .accountDashboard .dialog-aside:after,._account_api .w-dialog.plus .liveDashboard .list-results thead .accountDashboard .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .accountDashboard .dialog-aside:after,._account_api .liveDashboard .list-results thead .accountDashboard .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .accountDashboard .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .accountDashboard .dialog-aside:after,._account_api .liveDashboard ._account_api .list-results thead .accountDashboard .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard ._account_api .list-results thead .w-dialog.plus .accountDashboard .dialog-aside:after,._account_api .w-dialog.plus .liveDashboard ._account_api .list-results thead .accountDashboard .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard ._account_api .list-results thead .accountDashboard .dialog-aside:after,._account_api .liveDashboard .list-results thead .accountDashboard .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .accountDashboard .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .accountDashboard .dialog-aside:after,._account_api .liveDashboard .list-results thead .accountDashboard .w-toast .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .accountDashboard .toast.plus:after,._account_api .liveDashboard .list-results thead .accountDashboard .w-toast .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .accountDashboard .toast.plus:after,._account_api .w-toast .liveDashboard .list-results thead .accountDashboard .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .accountDashboard .toast.plus:after,._account_api .liveDashboard .list-results thead .accountDashboard .w-toast .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .accountDashboard .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .accountDashboard .toast.plus:after,._account_api .liveDashboard ._account_api .list-results thead .accountDashboard .w-toast .toast.plus:after,._account_api .liveDashboard ._account_api .list-results thead .w-toast .accountDashboard .toast.plus:after,._account_api .w-toast .liveDashboard ._account_api .list-results thead .accountDashboard .toast.plus:after,.w-toast ._account_api .liveDashboard ._account_api .list-results thead .accountDashboard .toast.plus:after,._account_api .liveDashboard .list-results thead .accountDashboard .w-toast .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .accountDashboard .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .accountDashboard .toast.plus:after,._account_api .liveDashboard .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .accountDashboard .btn-period-clear:before,._account_api .liveDashboard .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .accountDashboard .btn-filter:before,._account_api .liveDashboard .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .accountDashboard .btn-period-clear:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .accountDashboard .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .accountDashboard .btn-period-clear:before,._account_api .liveDashboard .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .accountDashboard .btn-filter:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .accountDashboard .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .accountDashboard .btn-filter:before,._account_api .liveDashboard .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .accountDashboard .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .accountDashboard .btn-period-clear:before,._account_api .liveDashboard .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .accountDashboard .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .accountDashboard .btn-filter:before,._account_api .liveDashboard ._account_api .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .accountDashboard .btn-period-clear:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .accountDashboard .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard ._account_api .list-results thead .accountDashboard .btn-period-clear:before,._account_api .liveDashboard ._account_api .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .accountDashboard .btn-filter:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .accountDashboard .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard ._account_api .list-results thead .accountDashboard .btn-filter:before,._account_api .liveDashboard .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .accountDashboard .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .accountDashboard .btn-period-clear:before,._account_api .liveDashboard .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .accountDashboard .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .accountDashboard .btn-filter:before,._account_api .liveDashboard .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .accountDashboard .btn-period-edit:before,._account_api .liveDashboard .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .accountDashboard .btn-period-edit:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .accountDashboard .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .accountDashboard .btn-period-edit:before,._account_api .liveDashboard .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .accountDashboard .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .accountDashboard .btn-period-edit:before,._account_api .liveDashboard ._account_api .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .accountDashboard .btn-period-edit:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .accountDashboard .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard ._account_api .list-results thead .accountDashboard .btn-period-edit:before,._account_api .liveDashboard .list-results thead .accountDashboard .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .accountDashboard .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .accountDashboard .btn-period-edit:before,._account_api .liveDashboard .list-results thead .accountDashboard .block-filters .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .accountDashboard .btn-filter:before,._account_api .liveDashboard .list-results thead .accountDashboard .block-filters .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .accountDashboard .btn-filter:before,._account_api .block-filters .liveDashboard .list-results thead .accountDashboard .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .accountDashboard .btn-filter:before,._account_api .liveDashboard .list-results thead .accountDashboard .block-filters .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .accountDashboard .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .accountDashboard .btn-filter:before,._account_api .liveDashboard ._account_api .list-results thead .accountDashboard .block-filters .btn-filter:before,._account_api .liveDashboard ._account_api .list-results thead .block-filters .accountDashboard .btn-filter:before,._account_api .block-filters .liveDashboard ._account_api .list-results thead .accountDashboard .btn-filter:before,.block-filters ._account_api .liveDashboard ._account_api .list-results thead .accountDashboard .btn-filter:before,._account_api .liveDashboard .list-results thead .accountDashboard .block-filters .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .accountDashboard .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .accountDashboard .btn-filter:before,._account_api .liveDashboard .list-results thead .accountDashboard .toggleWrapper input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead .accountDashboard input.mobileToggle+label,._account_api .liveDashboard .list-results thead .accountDashboard .toggleWrapper input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper .accountDashboard input.mobileToggle+label,._account_api .toggleWrapper .liveDashboard .list-results thead .accountDashboard input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead .accountDashboard input.mobileToggle+label,._account_api .liveDashboard .list-results thead .accountDashboard .toggleWrapper input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper .accountDashboard input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead .accountDashboard input.mobileToggle+label,._account_api .liveDashboard ._account_api .list-results thead .accountDashboard .toggleWrapper input.mobileToggle+label,._account_api .liveDashboard ._account_api .list-results thead .toggleWrapper .accountDashboard input.mobileToggle+label,._account_api .toggleWrapper .liveDashboard ._account_api .list-results thead .accountDashboard input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard ._account_api .list-results thead .accountDashboard input.mobileToggle+label,._account_api .liveDashboard .list-results thead .accountDashboard .toggleWrapper input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper .accountDashboard input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead .accountDashboard input.mobileToggle+label,._account_api .liveDashboard .list-results thead .accountDashboard tbody span.status,._account_api .liveDashboard .list-results tbody thead .accountDashboard span.status,._account_api .liveDashboard .list-results thead .accountDashboard tbody span.status,._account_api .liveDashboard .list-results thead tbody .accountDashboard span.status,._account_api .liveDashboard .list-results tbody thead .accountDashboard span.status,._account_api .liveDashboard .list-results thead .accountDashboard tbody span.status,._account_api .liveDashboard .list-results thead tbody .accountDashboard span.status,._account_api .liveDashboard .list-results tbody thead .accountDashboard span.status,._account_api .liveDashboard ._account_api .list-results thead .accountDashboard tbody span.status,._account_api .liveDashboard ._account_api .list-results thead tbody .accountDashboard span.status,._account_api .liveDashboard ._account_api .list-results tbody thead .accountDashboard span.status,._account_api .liveDashboard .list-results thead .accountDashboard tbody span.status,._account_api .liveDashboard .list-results thead tbody .accountDashboard span.status,._account_api .liveDashboard .list-results tbody thead .accountDashboard span.status,._account_api .liveDashboard .list-results thead .accountDashboard tbody td.is-running span,._account_api .liveDashboard .list-results tbody td.is-running thead .accountDashboard span,._account_api .liveDashboard .list-results thead .accountDashboard tbody td.is-running span,._account_api .liveDashboard .list-results thead tbody td.is-running .accountDashboard span,._account_api .liveDashboard .list-results tbody td.is-running thead .accountDashboard span,._account_api .liveDashboard .list-results thead .accountDashboard tbody td.is-running span,._account_api .liveDashboard .list-results thead tbody td.is-running .accountDashboard span,._account_api .liveDashboard .list-results tbody td.is-running thead .accountDashboard span,._account_api .liveDashboard ._account_api .list-results thead .accountDashboard tbody td.is-running span,._account_api .liveDashboard ._account_api .list-results thead tbody td.is-running .accountDashboard span,._account_api .liveDashboard ._account_api .list-results tbody td.is-running thead .accountDashboard span,._account_api .liveDashboard .list-results thead .accountDashboard tbody td.is-running span,._account_api .liveDashboard .list-results thead tbody td.is-running .accountDashboard span,._account_api .liveDashboard .list-results tbody td.is-running thead .accountDashboard span,._account_api .liveDashboard .list-results thead .accountDashboard tbody td.is-pending span,._account_api .liveDashboard .list-results tbody td.is-pending thead .accountDashboard span,._account_api .liveDashboard .list-results thead .accountDashboard tbody td.is-pending span,._account_api .liveDashboard .list-results thead tbody td.is-pending .accountDashboard span,._account_api .liveDashboard .list-results tbody td.is-pending thead .accountDashboard span,._account_api .liveDashboard .list-results thead .accountDashboard tbody td.is-pending span,._account_api .liveDashboard .list-results thead tbody td.is-pending .accountDashboard span,._account_api .liveDashboard .list-results tbody td.is-pending thead .accountDashboard span,._account_api .liveDashboard ._account_api .list-results thead .accountDashboard tbody td.is-pending span,._account_api .liveDashboard ._account_api .list-results thead tbody td.is-pending .accountDashboard span,._account_api .liveDashboard ._account_api .list-results tbody td.is-pending thead .accountDashboard span,._account_api .liveDashboard .list-results thead .accountDashboard tbody td.is-pending span,._account_api .liveDashboard .list-results thead tbody td.is-pending .accountDashboard span,._account_api .liveDashboard .list-results tbody td.is-pending thead .accountDashboard span,.liveDashboard ._account_api .list-results thead .accountDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .accountDashboard .dropdown-toggle:after,._account_api .liveDashboard .list-results thead .accountDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .accountDashboard .dropdown-toggle:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .accountDashboard .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .accountDashboard .dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .accountDashboard .w-filter-preset.w-filter-preset .filter-preset .filter,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .accountDashboard .filter,._account_api .liveDashboard .list-results thead .accountDashboard .w-filter-preset.w-filter-preset .filter-preset .filter,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .accountDashboard .filter,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .accountDashboard .filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .accountDashboard .filter,.liveDashboard ._account_api .list-results thead .accountDashboard .form-label.status span,.liveDashboard ._account_api .list-results thead .accountDashboard .status.status-log span,.liveDashboard ._account_api .list-results thead .accountDashboard .status.status-report-item span,.liveDashboard ._account_api .list-results thead .accountDashboard .double-list dd.status span,.double-list .liveDashboard ._account_api .list-results thead .accountDashboard dd.status span,.liveDashboard ._account_api .list-results thead .accountDashboard .double-list dt.status span,.double-list .liveDashboard ._account_api .list-results thead .accountDashboard dt.status span,.liveDashboard ._account_api .list-results thead .accountDashboard .w-cards-container .w-card .status.title span,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .accountDashboard .status.title span,.liveDashboard ._account_api .list-results thead .accountDashboard .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .accountDashboard .status.label span,.liveDashboard ._account_api .list-results thead .accountDashboard tbody tr.sublist .status.title span,.liveDashboard ._account_api .list-results tbody tr.sublist thead .accountDashboard .status.title span,.liveDashboard ._account_api .list-results thead .form-label.status .accountDashboard span,.liveDashboard ._account_api .list-results thead .status.status-log .accountDashboard span,.liveDashboard ._account_api .list-results thead .status.status-report-item .accountDashboard span,.liveDashboard ._account_api .list-results thead .double-list dd.status .accountDashboard span,.double-list .liveDashboard ._account_api .list-results thead dd.status .accountDashboard span,.liveDashboard ._account_api .list-results thead .double-list dt.status .accountDashboard span,.double-list .liveDashboard ._account_api .list-results thead dt.status .accountDashboard span,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title .accountDashboard span,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title .accountDashboard span,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .accountDashboard span,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label .accountDashboard span,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title .accountDashboard span,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title .accountDashboard span,._account_api .liveDashboard .list-results thead .accountDashboard .form-label.status span,._account_api .liveDashboard .list-results thead .accountDashboard .status.status-log span,._account_api .liveDashboard .list-results thead .accountDashboard .status.status-report-item span,._account_api .liveDashboard .list-results thead .accountDashboard .double-list dd.status span,.double-list ._account_api .liveDashboard .list-results thead .accountDashboard dd.status span,._account_api .liveDashboard .list-results thead .accountDashboard .double-list dt.status span,.double-list ._account_api .liveDashboard .list-results thead .accountDashboard dt.status span,._account_api .liveDashboard .list-results thead .accountDashboard .w-cards-container .w-card .status.title span,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .accountDashboard .status.title span,._account_api .liveDashboard .list-results thead .accountDashboard .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .accountDashboard .status.label span,._account_api .liveDashboard .list-results thead .accountDashboard tbody tr.sublist .status.title span,._account_api .liveDashboard .list-results tbody tr.sublist thead .accountDashboard .status.title span,._account_api .liveDashboard .list-results thead .form-label.status .accountDashboard span,._account_api .liveDashboard .list-results thead .status.status-log .accountDashboard span,._account_api .liveDashboard .list-results thead .status.status-report-item .accountDashboard span,._account_api .liveDashboard .list-results thead .double-list dd.status .accountDashboard span,.double-list ._account_api .liveDashboard .list-results thead dd.status .accountDashboard span,._account_api .liveDashboard .list-results thead .double-list dt.status .accountDashboard span,.double-list ._account_api .liveDashboard .list-results thead dt.status .accountDashboard span,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title .accountDashboard span,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title .accountDashboard span,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .accountDashboard span,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label .accountDashboard span,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title .accountDashboard span,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title .accountDashboard span,.liveDashboard .form-label.status ._account_api .list-results thead .accountDashboard span,.liveDashboard .status.status-log ._account_api .list-results thead .accountDashboard span,.liveDashboard .status.status-report-item ._account_api .list-results thead .accountDashboard span,.liveDashboard .double-list dd.status ._account_api .list-results thead .accountDashboard span,.double-list .liveDashboard dd.status ._account_api .list-results thead .accountDashboard span,.liveDashboard .double-list dt.status ._account_api .list-results thead .accountDashboard span,.double-list .liveDashboard dt.status ._account_api .list-results thead .accountDashboard span,.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead .accountDashboard span,.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead .accountDashboard span,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead .accountDashboard span,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead .accountDashboard span,.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead .accountDashboard span,.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead .accountDashboard span,.form-label.status ._account_api .liveDashboard .list-results thead .accountDashboard span,.status.status-log ._account_api .liveDashboard .list-results thead .accountDashboard span,.status.status-report-item ._account_api .liveDashboard .list-results thead .accountDashboard span,.double-list dd.status ._account_api .liveDashboard .list-results thead .accountDashboard span,.double-list dt.status ._account_api .liveDashboard .list-results thead .accountDashboard span,.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead .accountDashboard span,.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead .accountDashboard span,.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead .accountDashboard span,.liveDashboard ._account_api .list-results thead .accountDashboard .w-filters-selected label.status.small span,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small .accountDashboard span,._account_api .liveDashboard .list-results thead .accountDashboard .w-filters-selected label.status.small span,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small .accountDashboard span,.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead .accountDashboard span,.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead .accountDashboard span,.liveDashboard ._account_api .list-results thead .accountDashboard .w-filters-selected .status.btn-f-s span,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s .accountDashboard span,._account_api .liveDashboard .list-results thead .accountDashboard .w-filters-selected .status.btn-f-s span,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .accountDashboard span,.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead .accountDashboard span,.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead .accountDashboard span,.liveDashboard ._account_api .list-results thead .accountDashboard .sub-header .w-form label,.liveDashboard ._account_api .list-results thead .accountDashboard .sub-header .w-double-list label,.liveDashboard ._account_api .list-results thead .sub-header .w-form .accountDashboard label,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list .accountDashboard label,._account_api .liveDashboard .list-results thead .accountDashboard .sub-header .w-form label,._account_api .liveDashboard .list-results thead .accountDashboard .sub-header .w-double-list label,._account_api .liveDashboard .list-results thead .sub-header .w-form .accountDashboard label,._account_api .liveDashboard .list-results thead .sub-header .w-double-list .accountDashboard label,.liveDashboard .sub-header .w-form ._account_api .list-results thead .accountDashboard label,.liveDashboard .sub-header .w-double-list ._account_api .list-results thead .accountDashboard label,.sub-header .w-form ._account_api .liveDashboard .list-results thead .accountDashboard label,.sub-header .w-double-list ._account_api .liveDashboard .list-results thead .accountDashboard label,.liveDashboard ._account_api .list-results thead .accountDashboard .block-filters button:after,.liveDashboard ._account_api .list-results thead .block-filters .accountDashboard button:after,._account_api .liveDashboard .list-results thead .accountDashboard .block-filters button:after,._account_api .liveDashboard .list-results thead .block-filters .accountDashboard button:after,.liveDashboard .block-filters ._account_api .list-results thead .accountDashboard button:after,.block-filters ._account_api .liveDashboard .list-results thead .accountDashboard button:after,.liveDashboard ._account_api .list-results thead .accountDashboard .block-filters select:after,.liveDashboard ._account_api .list-results thead .block-filters .accountDashboard select:after,._account_api .liveDashboard .list-results thead .accountDashboard .block-filters select:after,._account_api .liveDashboard .list-results thead .block-filters .accountDashboard select:after,.liveDashboard .block-filters ._account_api .list-results thead .accountDashboard select:after,.block-filters ._account_api .liveDashboard .list-results thead .accountDashboard select:after,.liveDashboard ._account_api .list-results thead .accountDashboard .form-auto-list .form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .form-auto-list .accountDashboard .form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .accountDashboard .form-auto-list .form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .form-auto-list .accountDashboard .form-auto-item.is-user-is-inactive,.liveDashboard .form-auto-list ._account_api .list-results thead .accountDashboard .form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .liveDashboard .list-results thead .accountDashboard .form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .accountDashboard .form-auto-list .form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .form-auto-list .accountDashboard .form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .accountDashboard .form-auto-list .form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .form-auto-list .accountDashboard .form-auto-item.is-user-is-active,.liveDashboard .form-auto-list ._account_api .list-results thead .accountDashboard .form-auto-item.is-user-is-active,.form-auto-list ._account_api .liveDashboard .list-results thead .accountDashboard .form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .accountDashboard .list-results-header .status.title span,.liveDashboard ._account_api .list-results thead .list-results-header .status.title .accountDashboard span,._account_api .liveDashboard .list-results thead .accountDashboard .list-results-header .status.title span,._account_api .liveDashboard .list-results thead .list-results-header .status.title .accountDashboard span,.liveDashboard .list-results-header .status.title ._account_api .list-results thead .accountDashboard span,.list-results-header .status.title ._account_api .liveDashboard .list-results thead .accountDashboard span,.liveDashboard ._account_api .list-results thead .accountDashboard tr span,.liveDashboard ._account_api .list-results thead tr .accountDashboard span,._account_api .liveDashboard .list-results thead .accountDashboard tr span,._account_api .liveDashboard .list-results thead tr .accountDashboard span,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .accountDashboard .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .accountDashboard .dropdown-toggle:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .accountDashboard .filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .accountDashboard .filter,._account_api .form-label.status .liveDashboard .list-results thead .accountDashboard span,._account_api .status.status-log .liveDashboard .list-results thead .accountDashboard span,._account_api .status.status-report-item .liveDashboard .list-results thead .accountDashboard span,._account_api .double-list dd.status .liveDashboard .list-results thead .accountDashboard span,.double-list ._account_api dd.status .liveDashboard .list-results thead .accountDashboard span,._account_api .double-list dt.status .liveDashboard .list-results thead .accountDashboard span,.double-list ._account_api dt.status .liveDashboard .list-results thead .accountDashboard span,._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead .accountDashboard span,.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead .accountDashboard span,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead .accountDashboard span,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead .accountDashboard span,._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead .accountDashboard span,.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead .accountDashboard span,.form-label.status .liveDashboard ._account_api .list-results thead .accountDashboard span,.status.status-log .liveDashboard ._account_api .list-results thead .accountDashboard span,.status.status-report-item .liveDashboard ._account_api .list-results thead .accountDashboard span,.double-list dd.status .liveDashboard ._account_api .list-results thead .accountDashboard span,.double-list dt.status .liveDashboard ._account_api .list-results thead .accountDashboard span,.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead .accountDashboard span,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead .accountDashboard span,.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead .accountDashboard span,._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead .accountDashboard span,.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead .accountDashboard span,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead .accountDashboard span,.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead .accountDashboard span,._account_api .sub-header .w-form .liveDashboard .list-results thead .accountDashboard label,._account_api .sub-header .w-double-list .liveDashboard .list-results thead .accountDashboard label,.sub-header .w-form .liveDashboard ._account_api .list-results thead .accountDashboard label,.sub-header .w-double-list .liveDashboard ._account_api .list-results thead .accountDashboard label,._account_api .block-filters .liveDashboard .list-results thead .accountDashboard button:after,.block-filters .liveDashboard ._account_api .list-results thead .accountDashboard button:after,._account_api .block-filters .liveDashboard .list-results thead .accountDashboard select:after,.block-filters .liveDashboard ._account_api .list-results thead .accountDashboard select:after,._account_api .form-auto-list .liveDashboard .list-results thead .accountDashboard .form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard ._account_api .list-results thead .accountDashboard .form-auto-item.is-user-is-inactive,._account_api .form-auto-list .liveDashboard .list-results thead .accountDashboard .form-auto-item.is-user-is-active,.form-auto-list .liveDashboard ._account_api .list-results thead .accountDashboard .form-auto-item.is-user-is-active,._account_api .list-results-header .status.title .liveDashboard .list-results thead .accountDashboard span,.list-results-header .status.title .liveDashboard ._account_api .list-results thead .accountDashboard span,.accountDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .accountDashboard .dropdown-toggle:after,.accountDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .accountDashboard .dropdown-toggle:after,.accountDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .accountDashboard .filter,.accountDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .accountDashboard .filter,.accountDashboard ._account_api .list-results thead .form-label.status span,.accountDashboard ._account_api .list-results thead .status.status-log span,.accountDashboard ._account_api .list-results thead .status.status-report-item span,.accountDashboard ._account_api .list-results thead .double-list dd.status span,.double-list .accountDashboard ._account_api .list-results thead dd.status span,.accountDashboard ._account_api .list-results thead .double-list dt.status span,.double-list .accountDashboard ._account_api .list-results thead dt.status span,.accountDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span,.w-cards-container .w-card .accountDashboard ._account_api .list-results thead .status.title span,.accountDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value .accountDashboard ._account_api .list-results thead .status.label span,.accountDashboard ._account_api .list-results thead tbody tr.sublist .status.title span,.accountDashboard ._account_api .list-results tbody tr.sublist thead .status.title span,._account_api .list-results thead .form-label.status .accountDashboard span,._account_api .list-results thead .status.status-log .accountDashboard span,._account_api .list-results thead .status.status-report-item .accountDashboard span,._account_api .list-results thead .double-list dd.status .accountDashboard span,.double-list ._account_api .list-results thead dd.status .accountDashboard span,._account_api .list-results thead .double-list dt.status .accountDashboard span,.double-list ._account_api .list-results thead dt.status .accountDashboard span,._account_api .list-results thead .w-cards-container .w-card .status.title .accountDashboard span,.w-cards-container .w-card ._account_api .list-results thead .status.title .accountDashboard span,._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .accountDashboard span,.w-cards-container .w-card.centered .w-value ._account_api .list-results thead .status.label .accountDashboard span,._account_api .list-results thead tbody tr.sublist .status.title .accountDashboard span,._account_api .list-results tbody tr.sublist thead .status.title .accountDashboard span,.accountDashboard .form-label.status ._account_api .list-results thead span,.accountDashboard .status.status-log ._account_api .list-results thead span,.accountDashboard .status.status-report-item ._account_api .list-results thead span,.accountDashboard .double-list dd.status ._account_api .list-results thead span,.double-list .accountDashboard dd.status ._account_api .list-results thead span,.accountDashboard .double-list dt.status ._account_api .list-results thead span,.double-list .accountDashboard dt.status ._account_api .list-results thead span,.accountDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span,.w-cards-container .w-card .accountDashboard .status.title ._account_api .list-results thead span,.accountDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span,.w-cards-container .w-card.centered .w-value .accountDashboard .status.label ._account_api .list-results thead span,.accountDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span,.list-results tbody tr.sublist .accountDashboard .status.title ._account_api .list-results thead span,.form-label.status ._account_api .list-results thead .accountDashboard span,.status.status-log ._account_api .list-results thead .accountDashboard span,.status.status-report-item ._account_api .list-results thead .accountDashboard span,.double-list dd.status ._account_api .list-results thead .accountDashboard span,.double-list dt.status ._account_api .list-results thead .accountDashboard span,.w-cards-container .w-card .status.title ._account_api .list-results thead .accountDashboard span,.w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead .accountDashboard span,.list-results tbody tr.sublist .status.title ._account_api .list-results thead .accountDashboard span,.accountDashboard ._account_api .list-results thead .w-filters-selected label.status.small span,._account_api .list-results thead .w-filters-selected label.status.small .accountDashboard span,.accountDashboard .w-filters-selected label.status.small ._account_api .list-results thead span,.w-filters-selected label.status.small ._account_api .list-results thead .accountDashboard span,.accountDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span,._account_api .list-results thead .w-filters-selected .status.btn-f-s .accountDashboard span,.accountDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span,.w-filters-selected .status.btn-f-s ._account_api .list-results thead .accountDashboard span,.accountDashboard ._account_api .list-results thead .sub-header .w-form label,.accountDashboard ._account_api .list-results thead .sub-header .w-double-list label,._account_api .list-results thead .sub-header .w-form .accountDashboard label,._account_api .list-results thead .sub-header .w-double-list .accountDashboard label,.accountDashboard .sub-header .w-form ._account_api .list-results thead label,.accountDashboard .sub-header .w-double-list ._account_api .list-results thead label,.sub-header .w-form ._account_api .list-results thead .accountDashboard label,.sub-header .w-double-list ._account_api .list-results thead .accountDashboard label,.accountDashboard ._account_api .list-results thead .block-filters button:after,._account_api .list-results thead .block-filters .accountDashboard button:after,.accountDashboard .block-filters ._account_api .list-results thead button:after,.block-filters ._account_api .list-results thead .accountDashboard button:after,.accountDashboard ._account_api .list-results thead .block-filters select:after,._account_api .list-results thead .block-filters .accountDashboard select:after,.accountDashboard .block-filters ._account_api .list-results thead select:after,.block-filters ._account_api .list-results thead .accountDashboard select:after,.accountDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive,._account_api .list-results thead .form-auto-list .accountDashboard .form-auto-item.is-user-is-inactive,.accountDashboard .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .list-results thead .accountDashboard .form-auto-item.is-user-is-inactive,.accountDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active,._account_api .list-results thead .form-auto-list .accountDashboard .form-auto-item.is-user-is-active,.accountDashboard .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-active,.form-auto-list ._account_api .list-results thead .accountDashboard .form-auto-item.is-user-is-active,.accountDashboard ._account_api .list-results thead .list-results-header .status.title span,._account_api .list-results thead .list-results-header .status.title .accountDashboard span,.accountDashboard .list-results-header .status.title ._account_api .list-results thead span,.list-results-header .status.title ._account_api .list-results thead .accountDashboard span,.accountDashboard ._account_api .list-results thead tr span,._account_api .list-results thead tr .accountDashboard span,.accountDashboard .sidebar-default.sidebar-default-right .sidebar-default-body .filter-group .filter-checkbox,.sidebar-default.sidebar-default-right .sidebar-default-body .filter-group .accountDashboard .filter-checkbox,.accountDashboard .add-filters-dropdown .w-add-filters-list>div.filter-group .filter-checkbox,.add-filters-dropdown .w-add-filters-list>div.filter-group .accountDashboard .filter-checkbox,.accountDashboard .filter-preset .filter-field-name button,.filter-preset .filter-field-name .accountDashboard button,.accountDashboard .btn,.accountDashboard .pagination a,.pagination .accountDashboard a,.accountDashboard .goal-option .expend-label,.goal-option .accountDashboard .expend-label{padding:.75rem 1rem .75rem 1rem}.button-default:hover,.liveDashboard .list-results thead .icon:hover,.liveDashboard .list-results thead .w-alert-banner:hover:before,.liveDashboard .list-results thead .w-alert-banner:hover:before,.liveDashboard ._account_api .list-results thead .w-alert-banner:hover:before,._account_api .liveDashboard .list-results thead .w-alert-banner:hover:before,.liveDashboard .list-results thead .w-dialog.plus .dialog-aside:hover:after,.w-dialog.plus .liveDashboard .list-results thead .dialog-aside:hover:after,.liveDashboard .list-results thead .w-toast .toast.plus:hover:after,.w-toast .liveDashboard .list-results thead .toast.plus:hover:after,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:hover:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-clear:hover:before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:hover:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-filter:hover:before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:hover:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-edit:hover:before,.liveDashboard .list-results thead .block-filters .btn-filter:hover:before,.block-filters .liveDashboard .list-results thead .btn-filter:hover:before,.liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label:hover,.toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label:hover,.liveDashboard .list-results thead tbody span.status:hover,.liveDashboard .list-results tbody thead span.status:hover,.liveDashboard .list-results thead tbody td.is-running span:hover,.liveDashboard .list-results tbody td.is-running thead span:hover,.liveDashboard .list-results thead tbody td.is-pending span:hover,.liveDashboard .list-results tbody td.is-pending thead span:hover,.liveDashboard .list-results thead .icon:hover,.liveDashboard .list-results thead .w-alert-banner:hover:before,.liveDashboard .list-results thead .w-alert-banner:hover:before,.liveDashboard ._account_api .list-results thead .w-alert-banner:hover:before,._account_api .liveDashboard .list-results thead .w-alert-banner:hover:before,.liveDashboard .list-results thead .w-dialog.plus .dialog-aside:hover:after,.w-dialog.plus .liveDashboard .list-results thead .dialog-aside:hover:after,.liveDashboard .list-results thead .w-toast .toast.plus:hover:after,.w-toast .liveDashboard .list-results thead .toast.plus:hover:after,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:hover:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-clear:hover:before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:hover:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-filter:hover:before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:hover:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-edit:hover:before,.liveDashboard .list-results thead .block-filters .btn-filter:hover:before,.block-filters .liveDashboard .list-results thead .btn-filter:hover:before,.liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label:hover,.toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label:hover,.liveDashboard .list-results thead tbody span.status:hover,.liveDashboard .list-results tbody thead span.status:hover,.liveDashboard .list-results thead tbody td.is-running span:hover,.liveDashboard .list-results tbody td.is-running thead span:hover,.liveDashboard .list-results thead tbody td.is-pending span:hover,.liveDashboard .list-results tbody td.is-pending thead span:hover,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:hover:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .dropdown-toggle:hover:after,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:hover,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .filter:hover,.liveDashboard .list-results thead .form-label.status span:hover,.liveDashboard .list-results thead .status.status-log span:hover,.liveDashboard .list-results thead .status.status-report-item span:hover,.liveDashboard .list-results thead .double-list dd.status span:hover,.double-list .liveDashboard .list-results thead dd.status span:hover,.liveDashboard .list-results thead .double-list dt.status span:hover,.double-list .liveDashboard .list-results thead dt.status span:hover,.liveDashboard .list-results thead .w-cards-container .w-card .status.title span:hover,.w-cards-container .w-card .liveDashboard .list-results thead .status.title span:hover,.liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:hover,.w-cards-container .w-card.centered .w-value .liveDashboard .list-results thead .status.label span:hover,.liveDashboard .list-results thead tbody tr.sublist .status.title span:hover,.liveDashboard .list-results tbody tr.sublist thead .status.title span:hover,.form-label.status .liveDashboard .list-results thead span:hover,.status.status-log .liveDashboard .list-results thead span:hover,.status.status-report-item .liveDashboard .list-results thead span:hover,.double-list dd.status .liveDashboard .list-results thead span:hover,.double-list dt.status .liveDashboard .list-results thead span:hover,.w-cards-container .w-card .status.title .liveDashboard .list-results thead span:hover,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span:hover,.list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span:hover,.liveDashboard .list-results thead .w-filters-selected label.status.small span:hover,.w-filters-selected label.status.small .liveDashboard .list-results thead span:hover,.liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span:hover,.w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span:hover,.liveDashboard .list-results thead .sub-header .w-form label:hover,.liveDashboard .list-results thead .sub-header .w-double-list label:hover,.sub-header .w-form .liveDashboard .list-results thead label:hover,.sub-header .w-double-list .liveDashboard .list-results thead label:hover,.liveDashboard .list-results thead .block-filters button:hover:after,.block-filters .liveDashboard .list-results thead button:hover:after,.liveDashboard .list-results thead .block-filters select:hover:after,.block-filters .liveDashboard .list-results thead select:hover:after,.liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:hover,.form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive:hover,.liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active:hover,.form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-active:hover,.liveDashboard .list-results thead .list-results-header .status.title span:hover,.list-results-header .status.title .liveDashboard .list-results thead span:hover,.liveDashboard .list-results thead tr span:hover,.liveDashboard ._account_api .list-results thead .icon:hover,.liveDashboard ._account_api .list-results thead .w-alert-banner:hover:before,.liveDashboard ._account_api .list-results thead .w-alert-banner:hover:before,.liveDashboard ._account_api .list-results thead .w-alert-banner:hover:before,.liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:hover:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:hover:after,.liveDashboard ._account_api .list-results thead .w-toast .toast.plus:hover:after,.w-toast .liveDashboard ._account_api .list-results thead .toast.plus:hover:after,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:hover:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:hover:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:hover:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:hover:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:hover:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:hover:before,.liveDashboard ._account_api .list-results thead .block-filters .btn-filter:hover:before,.block-filters .liveDashboard ._account_api .list-results thead .btn-filter:hover:before,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label:hover,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label:hover,.liveDashboard ._account_api .list-results thead tbody span.status:hover,.liveDashboard ._account_api .list-results tbody thead span.status:hover,.liveDashboard ._account_api .list-results thead tbody td.is-running span:hover,.liveDashboard ._account_api .list-results tbody td.is-running thead span:hover,.liveDashboard ._account_api .list-results thead tbody td.is-pending span:hover,.liveDashboard ._account_api .list-results tbody td.is-pending thead span:hover,._account_api .liveDashboard .list-results thead .icon:hover,._account_api .liveDashboard .list-results thead .w-alert-banner:hover:before,._account_api .liveDashboard .list-results thead .w-alert-banner:hover:before,._account_api .liveDashboard .list-results thead .w-alert-banner:hover:before,._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:hover:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:hover:after,._account_api .liveDashboard .list-results thead .w-toast .toast.plus:hover:after,.w-toast ._account_api .liveDashboard .list-results thead .toast.plus:hover:after,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:hover:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:hover:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:hover:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:hover:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:hover:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:hover:before,._account_api .liveDashboard .list-results thead .block-filters .btn-filter:hover:before,.block-filters ._account_api .liveDashboard .list-results thead .btn-filter:hover:before,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label:hover,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label:hover,._account_api .liveDashboard .list-results thead tbody span.status:hover,._account_api .liveDashboard .list-results tbody thead span.status:hover,._account_api .liveDashboard .list-results thead tbody td.is-running span:hover,._account_api .liveDashboard .list-results tbody td.is-running thead span:hover,._account_api .liveDashboard .list-results thead tbody td.is-pending span:hover,._account_api .liveDashboard .list-results tbody td.is-pending thead span:hover,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:hover:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:hover:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .dropdown-toggle:hover:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .dropdown-toggle:hover:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:hover,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:hover,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .filter:hover,.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .filter:hover,.liveDashboard ._account_api .list-results thead .form-label.status span:hover,.liveDashboard ._account_api .list-results thead .status.status-log span:hover,.liveDashboard ._account_api .list-results thead .status.status-report-item span:hover,.liveDashboard ._account_api .list-results thead .double-list dd.status span:hover,.double-list .liveDashboard ._account_api .list-results thead dd.status span:hover,.liveDashboard ._account_api .list-results thead .double-list dt.status span:hover,.double-list .liveDashboard ._account_api .list-results thead dt.status span:hover,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span:hover,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title span:hover,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:hover,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label span:hover,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span:hover,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span:hover,._account_api .liveDashboard .list-results thead .form-label.status span:hover,._account_api .liveDashboard .list-results thead .status.status-log span:hover,._account_api .liveDashboard .list-results thead .status.status-report-item span:hover,._account_api .liveDashboard .list-results thead .double-list dd.status span:hover,.double-list ._account_api .liveDashboard .list-results thead dd.status span:hover,._account_api .liveDashboard .list-results thead .double-list dt.status span:hover,.double-list ._account_api .liveDashboard .list-results thead dt.status span:hover,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span:hover,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title span:hover,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:hover,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label span:hover,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span:hover,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span:hover,.liveDashboard .form-label.status ._account_api .list-results thead span:hover,.liveDashboard .status.status-log ._account_api .list-results thead span:hover,.liveDashboard .status.status-report-item ._account_api .list-results thead span:hover,.liveDashboard .double-list dd.status ._account_api .list-results thead span:hover,.double-list .liveDashboard dd.status ._account_api .list-results thead span:hover,.liveDashboard .double-list dt.status ._account_api .list-results thead span:hover,.double-list .liveDashboard dt.status ._account_api .list-results thead span:hover,.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span:hover,.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead span:hover,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span:hover,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead span:hover,.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span:hover,.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead span:hover,.form-label.status ._account_api .liveDashboard .list-results thead span:hover,.status.status-log ._account_api .liveDashboard .list-results thead span:hover,.status.status-report-item ._account_api .liveDashboard .list-results thead span:hover,.double-list dd.status ._account_api .liveDashboard .list-results thead span:hover,.double-list dt.status ._account_api .liveDashboard .list-results thead span:hover,.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead span:hover,.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead span:hover,.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead span:hover,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span:hover,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span:hover,.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span:hover,.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead span:hover,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span:hover,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span:hover,.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span:hover,.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead span:hover,.liveDashboard ._account_api .list-results thead .sub-header .w-form label:hover,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list label:hover,._account_api .liveDashboard .list-results thead .sub-header .w-form label:hover,._account_api .liveDashboard .list-results thead .sub-header .w-double-list label:hover,.liveDashboard .sub-header .w-form ._account_api .list-results thead label:hover,.liveDashboard .sub-header .w-double-list ._account_api .list-results thead label:hover,.sub-header .w-form ._account_api .liveDashboard .list-results thead label:hover,.sub-header .w-double-list ._account_api .liveDashboard .list-results thead label:hover,.liveDashboard ._account_api .list-results thead .block-filters button:hover:after,._account_api .liveDashboard .list-results thead .block-filters button:hover:after,.liveDashboard .block-filters ._account_api .list-results thead button:hover:after,.block-filters ._account_api .liveDashboard .list-results thead button:hover:after,.liveDashboard ._account_api .list-results thead .block-filters select:hover:after,._account_api .liveDashboard .list-results thead .block-filters select:hover:after,.liveDashboard .block-filters ._account_api .list-results thead select:hover:after,.block-filters ._account_api .liveDashboard .list-results thead select:hover:after,.liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:hover,._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:hover,.liveDashboard .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-inactive:hover,.form-auto-list ._account_api .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive:hover,.liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active:hover,._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active:hover,.liveDashboard .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-active:hover,.form-auto-list ._account_api .liveDashboard .list-results thead .form-auto-item.is-user-is-active:hover,.liveDashboard ._account_api .list-results thead .list-results-header .status.title span:hover,._account_api .liveDashboard .list-results thead .list-results-header .status.title span:hover,.liveDashboard .list-results-header .status.title ._account_api .list-results thead span:hover,.list-results-header .status.title ._account_api .liveDashboard .list-results thead span:hover,.liveDashboard ._account_api .list-results thead tr span:hover,._account_api .liveDashboard .list-results thead tr span:hover,.liveDashboard ._account_api .list-results thead .icon:hover,.liveDashboard ._account_api .list-results thead .w-alert-banner:hover:before,.liveDashboard ._account_api .list-results thead .w-alert-banner:hover:before,.liveDashboard ._account_api .list-results thead .w-alert-banner:hover:before,.liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:hover:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:hover:after,.liveDashboard ._account_api .list-results thead .w-toast .toast.plus:hover:after,.w-toast .liveDashboard ._account_api .list-results thead .toast.plus:hover:after,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:hover:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:hover:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:hover:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:hover:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:hover:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:hover:before,.liveDashboard ._account_api .list-results thead .block-filters .btn-filter:hover:before,.block-filters .liveDashboard ._account_api .list-results thead .btn-filter:hover:before,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label:hover,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label:hover,.liveDashboard ._account_api .list-results thead tbody span.status:hover,.liveDashboard ._account_api .list-results tbody thead span.status:hover,.liveDashboard ._account_api .list-results thead tbody td.is-running span:hover,.liveDashboard ._account_api .list-results tbody td.is-running thead span:hover,.liveDashboard ._account_api .list-results thead tbody td.is-pending span:hover,.liveDashboard ._account_api .list-results tbody td.is-pending thead span:hover,._account_api .liveDashboard .list-results thead .icon:hover,._account_api .liveDashboard .list-results thead .w-alert-banner:hover:before,._account_api .liveDashboard .list-results thead .w-alert-banner:hover:before,._account_api .liveDashboard .list-results thead .w-alert-banner:hover:before,._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:hover:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:hover:after,._account_api .liveDashboard .list-results thead .w-toast .toast.plus:hover:after,.w-toast ._account_api .liveDashboard .list-results thead .toast.plus:hover:after,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:hover:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:hover:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:hover:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:hover:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:hover:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:hover:before,._account_api .liveDashboard .list-results thead .block-filters .btn-filter:hover:before,.block-filters ._account_api .liveDashboard .list-results thead .btn-filter:hover:before,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label:hover,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label:hover,._account_api .liveDashboard .list-results thead tbody span.status:hover,._account_api .liveDashboard .list-results tbody thead span.status:hover,._account_api .liveDashboard .list-results thead tbody td.is-running span:hover,._account_api .liveDashboard .list-results tbody td.is-running thead span:hover,._account_api .liveDashboard .list-results thead tbody td.is-pending span:hover,._account_api .liveDashboard .list-results tbody td.is-pending thead span:hover,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:hover:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:hover:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .dropdown-toggle:hover:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .dropdown-toggle:hover:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:hover,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:hover,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .filter:hover,.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .filter:hover,.liveDashboard ._account_api .list-results thead .form-label.status span:hover,.liveDashboard ._account_api .list-results thead .status.status-log span:hover,.liveDashboard ._account_api .list-results thead .status.status-report-item span:hover,.liveDashboard ._account_api .list-results thead .double-list dd.status span:hover,.double-list .liveDashboard ._account_api .list-results thead dd.status span:hover,.liveDashboard ._account_api .list-results thead .double-list dt.status span:hover,.double-list .liveDashboard ._account_api .list-results thead dt.status span:hover,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span:hover,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title span:hover,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:hover,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label span:hover,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span:hover,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span:hover,._account_api .liveDashboard .list-results thead .form-label.status span:hover,._account_api .liveDashboard .list-results thead .status.status-log span:hover,._account_api .liveDashboard .list-results thead .status.status-report-item span:hover,._account_api .liveDashboard .list-results thead .double-list dd.status span:hover,.double-list ._account_api .liveDashboard .list-results thead dd.status span:hover,._account_api .liveDashboard .list-results thead .double-list dt.status span:hover,.double-list ._account_api .liveDashboard .list-results thead dt.status span:hover,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span:hover,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title span:hover,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:hover,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label span:hover,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span:hover,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span:hover,.liveDashboard .form-label.status ._account_api .list-results thead span:hover,.liveDashboard .status.status-log ._account_api .list-results thead span:hover,.liveDashboard .status.status-report-item ._account_api .list-results thead span:hover,.liveDashboard .double-list dd.status ._account_api .list-results thead span:hover,.double-list .liveDashboard dd.status ._account_api .list-results thead span:hover,.liveDashboard .double-list dt.status ._account_api .list-results thead span:hover,.double-list .liveDashboard dt.status ._account_api .list-results thead span:hover,.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span:hover,.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead span:hover,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span:hover,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead span:hover,.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span:hover,.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead span:hover,.form-label.status ._account_api .liveDashboard .list-results thead span:hover,.status.status-log ._account_api .liveDashboard .list-results thead span:hover,.status.status-report-item ._account_api .liveDashboard .list-results thead span:hover,.double-list dd.status ._account_api .liveDashboard .list-results thead span:hover,.double-list dt.status ._account_api .liveDashboard .list-results thead span:hover,.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead span:hover,.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead span:hover,.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead span:hover,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span:hover,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span:hover,.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span:hover,.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead span:hover,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span:hover,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span:hover,.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span:hover,.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead span:hover,.liveDashboard ._account_api .list-results thead .sub-header .w-form label:hover,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list label:hover,._account_api .liveDashboard .list-results thead .sub-header .w-form label:hover,._account_api .liveDashboard .list-results thead .sub-header .w-double-list label:hover,.liveDashboard .sub-header .w-form ._account_api .list-results thead label:hover,.liveDashboard .sub-header .w-double-list ._account_api .list-results thead label:hover,.sub-header .w-form ._account_api .liveDashboard .list-results thead label:hover,.sub-header .w-double-list ._account_api .liveDashboard .list-results thead label:hover,.liveDashboard ._account_api .list-results thead .block-filters button:hover:after,._account_api .liveDashboard .list-results thead .block-filters button:hover:after,.liveDashboard .block-filters ._account_api .list-results thead button:hover:after,.block-filters ._account_api .liveDashboard .list-results thead button:hover:after,.liveDashboard ._account_api .list-results thead .block-filters select:hover:after,._account_api .liveDashboard .list-results thead .block-filters select:hover:after,.liveDashboard .block-filters ._account_api .list-results thead select:hover:after,.block-filters ._account_api .liveDashboard .list-results thead select:hover:after,.liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:hover,._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:hover,.liveDashboard .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-inactive:hover,.form-auto-list ._account_api .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive:hover,.liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active:hover,._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active:hover,.liveDashboard .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-active:hover,.form-auto-list ._account_api .liveDashboard .list-results thead .form-auto-item.is-user-is-active:hover,.liveDashboard ._account_api .list-results thead .list-results-header .status.title span:hover,._account_api .liveDashboard .list-results thead .list-results-header .status.title span:hover,.liveDashboard .list-results-header .status.title ._account_api .list-results thead span:hover,.list-results-header .status.title ._account_api .liveDashboard .list-results thead span:hover,.liveDashboard ._account_api .list-results thead tr span:hover,._account_api .liveDashboard .list-results thead tr span:hover,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .dropdown-toggle:hover:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .dropdown-toggle:hover:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .filter:hover,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .filter:hover,._account_api .form-label.status .liveDashboard .list-results thead span:hover,._account_api .status.status-log .liveDashboard .list-results thead span:hover,._account_api .status.status-report-item .liveDashboard .list-results thead span:hover,._account_api .double-list dd.status .liveDashboard .list-results thead span:hover,.double-list ._account_api dd.status .liveDashboard .list-results thead span:hover,._account_api .double-list dt.status .liveDashboard .list-results thead span:hover,.double-list ._account_api dt.status .liveDashboard .list-results thead span:hover,._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span:hover,.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead span:hover,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span:hover,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead span:hover,._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span:hover,.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead span:hover,.form-label.status .liveDashboard ._account_api .list-results thead span:hover,.status.status-log .liveDashboard ._account_api .list-results thead span:hover,.status.status-report-item .liveDashboard ._account_api .list-results thead span:hover,.double-list dd.status .liveDashboard ._account_api .list-results thead span:hover,.double-list dt.status .liveDashboard ._account_api .list-results thead span:hover,.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead span:hover,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead span:hover,.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead span:hover,._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span:hover,.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead span:hover,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span:hover,.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead span:hover,._account_api .sub-header .w-form .liveDashboard .list-results thead label:hover,._account_api .sub-header .w-double-list .liveDashboard .list-results thead label:hover,.sub-header .w-form .liveDashboard ._account_api .list-results thead label:hover,.sub-header .w-double-list .liveDashboard ._account_api .list-results thead label:hover,._account_api .block-filters .liveDashboard .list-results thead button:hover:after,.block-filters .liveDashboard ._account_api .list-results thead button:hover:after,._account_api .block-filters .liveDashboard .list-results thead select:hover:after,.block-filters .liveDashboard ._account_api .list-results thead select:hover:after,._account_api .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive:hover,.form-auto-list .liveDashboard ._account_api .list-results thead .form-auto-item.is-user-is-inactive:hover,._account_api .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-active:hover,.form-auto-list .liveDashboard ._account_api .list-results thead .form-auto-item.is-user-is-active:hover,._account_api .list-results-header .status.title .liveDashboard .list-results thead span:hover,.list-results-header .status.title .liveDashboard ._account_api .list-results thead span:hover,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:hover:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .dropdown-toggle:hover:after,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:hover,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .filter:hover,.liveDashboard .list-results thead .form-label.status span:hover,.liveDashboard .list-results thead .status.status-log span:hover,.liveDashboard .list-results thead .status.status-report-item span:hover,.liveDashboard .list-results thead .double-list dd.status span:hover,.double-list .liveDashboard .list-results thead dd.status span:hover,.liveDashboard .list-results thead .double-list dt.status span:hover,.double-list .liveDashboard .list-results thead dt.status span:hover,.liveDashboard .list-results thead .w-cards-container .w-card .status.title span:hover,.w-cards-container .w-card .liveDashboard .list-results thead .status.title span:hover,.liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:hover,.w-cards-container .w-card.centered .w-value .liveDashboard .list-results thead .status.label span:hover,.liveDashboard .list-results thead tbody tr.sublist .status.title span:hover,.liveDashboard .list-results tbody tr.sublist thead .status.title span:hover,.form-label.status .liveDashboard .list-results thead span:hover,.status.status-log .liveDashboard .list-results thead span:hover,.status.status-report-item .liveDashboard .list-results thead span:hover,.double-list dd.status .liveDashboard .list-results thead span:hover,.double-list dt.status .liveDashboard .list-results thead span:hover,.w-cards-container .w-card .status.title .liveDashboard .list-results thead span:hover,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span:hover,.list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span:hover,.liveDashboard .list-results thead .w-filters-selected label.status.small span:hover,.w-filters-selected label.status.small .liveDashboard .list-results thead span:hover,.liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span:hover,.w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span:hover,.liveDashboard .list-results thead .sub-header .w-form label:hover,.liveDashboard .list-results thead .sub-header .w-double-list label:hover,.sub-header .w-form .liveDashboard .list-results thead label:hover,.sub-header .w-double-list .liveDashboard .list-results thead label:hover,.liveDashboard .list-results thead .block-filters button:hover:after,.block-filters .liveDashboard .list-results thead button:hover:after,.liveDashboard .list-results thead .block-filters select:hover:after,.block-filters .liveDashboard .list-results thead select:hover:after,.liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:hover,.form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive:hover,.liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active:hover,.form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-active:hover,.liveDashboard .list-results thead .list-results-header .status.title span:hover,.list-results-header .status.title .liveDashboard .list-results thead span:hover,.liveDashboard .list-results thead tr span:hover,._account_api .list-results thead .icon:hover,._account_api .list-results thead .w-alert-banner:hover:before,._account_api .liveDashboard .list-results thead .w-alert-banner:hover:before,.liveDashboard ._account_api .list-results thead .w-alert-banner:hover:before,._account_api .list-results thead .w-alert-banner:hover:before,._account_api .list-results thead .w-dialog.plus .dialog-aside:hover:after,.w-dialog.plus ._account_api .list-results thead .dialog-aside:hover:after,._account_api .list-results thead .w-toast .toast.plus:hover:after,.w-toast ._account_api .list-results thead .toast.plus:hover:after,._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:hover:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-clear:hover:before,._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:hover:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-filter:hover:before,._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:hover:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-edit:hover:before,._account_api .list-results thead .block-filters .btn-filter:hover:before,.block-filters ._account_api .list-results thead .btn-filter:hover:before,._account_api .list-results thead .toggleWrapper input.mobileToggle+label:hover,.toggleWrapper ._account_api .list-results thead input.mobileToggle+label:hover,._account_api .list-results thead tbody span.status:hover,._account_api .list-results tbody thead span.status:hover,._account_api .list-results thead tbody td.is-running span:hover,._account_api .list-results tbody td.is-running thead span:hover,._account_api .list-results thead tbody td.is-pending span:hover,._account_api .list-results tbody td.is-pending thead span:hover,._account_api .liveDashboard .list-results thead .icon:hover,._account_api .liveDashboard .list-results thead .w-alert-banner:hover:before,._account_api .liveDashboard .list-results thead .w-alert-banner:hover:before,._account_api .liveDashboard .list-results thead .w-alert-banner:hover:before,._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:hover:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:hover:after,._account_api .liveDashboard .list-results thead .w-toast .toast.plus:hover:after,.w-toast ._account_api .liveDashboard .list-results thead .toast.plus:hover:after,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:hover:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:hover:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:hover:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:hover:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:hover:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:hover:before,._account_api .liveDashboard .list-results thead .block-filters .btn-filter:hover:before,.block-filters ._account_api .liveDashboard .list-results thead .btn-filter:hover:before,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label:hover,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label:hover,._account_api .liveDashboard .list-results thead tbody span.status:hover,._account_api .liveDashboard .list-results tbody thead span.status:hover,._account_api .liveDashboard .list-results thead tbody td.is-running span:hover,._account_api .liveDashboard .list-results tbody td.is-running thead span:hover,._account_api .liveDashboard .list-results thead tbody td.is-pending span:hover,._account_api .liveDashboard .list-results tbody td.is-pending thead span:hover,.liveDashboard ._account_api .list-results thead .icon:hover,.liveDashboard ._account_api .list-results thead .w-alert-banner:hover:before,.liveDashboard ._account_api .list-results thead .w-alert-banner:hover:before,.liveDashboard ._account_api .list-results thead .w-alert-banner:hover:before,.liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:hover:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:hover:after,.liveDashboard ._account_api .list-results thead .w-toast .toast.plus:hover:after,.w-toast .liveDashboard ._account_api .list-results thead .toast.plus:hover:after,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:hover:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:hover:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:hover:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:hover:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:hover:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:hover:before,.liveDashboard ._account_api .list-results thead .block-filters .btn-filter:hover:before,.block-filters .liveDashboard ._account_api .list-results thead .btn-filter:hover:before,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label:hover,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label:hover,.liveDashboard ._account_api .list-results thead tbody span.status:hover,.liveDashboard ._account_api .list-results tbody thead span.status:hover,.liveDashboard ._account_api .list-results thead tbody td.is-running span:hover,.liveDashboard ._account_api .list-results tbody td.is-running thead span:hover,.liveDashboard ._account_api .list-results thead tbody td.is-pending span:hover,.liveDashboard ._account_api .list-results tbody td.is-pending thead span:hover,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:hover:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:hover:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .dropdown-toggle:hover:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .dropdown-toggle:hover:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:hover,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:hover,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .filter:hover,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .filter:hover,._account_api .liveDashboard .list-results thead .form-label.status span:hover,._account_api .liveDashboard .list-results thead .status.status-log span:hover,._account_api .liveDashboard .list-results thead .status.status-report-item span:hover,._account_api .liveDashboard .list-results thead .double-list dd.status span:hover,.double-list ._account_api .liveDashboard .list-results thead dd.status span:hover,._account_api .liveDashboard .list-results thead .double-list dt.status span:hover,.double-list ._account_api .liveDashboard .list-results thead dt.status span:hover,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span:hover,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title span:hover,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:hover,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label span:hover,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span:hover,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span:hover,.liveDashboard ._account_api .list-results thead .form-label.status span:hover,.liveDashboard ._account_api .list-results thead .status.status-log span:hover,.liveDashboard ._account_api .list-results thead .status.status-report-item span:hover,.liveDashboard ._account_api .list-results thead .double-list dd.status span:hover,.double-list .liveDashboard ._account_api .list-results thead dd.status span:hover,.liveDashboard ._account_api .list-results thead .double-list dt.status span:hover,.double-list .liveDashboard ._account_api .list-results thead dt.status span:hover,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span:hover,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title span:hover,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:hover,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label span:hover,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span:hover,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span:hover,._account_api .form-label.status .liveDashboard .list-results thead span:hover,._account_api .status.status-log .liveDashboard .list-results thead span:hover,._account_api .status.status-report-item .liveDashboard .list-results thead span:hover,._account_api .double-list dd.status .liveDashboard .list-results thead span:hover,.double-list ._account_api dd.status .liveDashboard .list-results thead span:hover,._account_api .double-list dt.status .liveDashboard .list-results thead span:hover,.double-list ._account_api dt.status .liveDashboard .list-results thead span:hover,._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span:hover,.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead span:hover,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span:hover,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead span:hover,._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span:hover,.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead span:hover,.form-label.status .liveDashboard ._account_api .list-results thead span:hover,.status.status-log .liveDashboard ._account_api .list-results thead span:hover,.status.status-report-item .liveDashboard ._account_api .list-results thead span:hover,.double-list dd.status .liveDashboard ._account_api .list-results thead span:hover,.double-list dt.status .liveDashboard ._account_api .list-results thead span:hover,.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead span:hover,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead span:hover,.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead span:hover,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span:hover,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span:hover,._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span:hover,.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead span:hover,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span:hover,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span:hover,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span:hover,.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead span:hover,._account_api .liveDashboard .list-results thead .sub-header .w-form label:hover,._account_api .liveDashboard .list-results thead .sub-header .w-double-list label:hover,.liveDashboard ._account_api .list-results thead .sub-header .w-form label:hover,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list label:hover,._account_api .sub-header .w-form .liveDashboard .list-results thead label:hover,._account_api .sub-header .w-double-list .liveDashboard .list-results thead label:hover,.sub-header .w-form .liveDashboard ._account_api .list-results thead label:hover,.sub-header .w-double-list .liveDashboard ._account_api .list-results thead label:hover,._account_api .liveDashboard .list-results thead .block-filters button:hover:after,.liveDashboard ._account_api .list-results thead .block-filters button:hover:after,._account_api .block-filters .liveDashboard .list-results thead button:hover:after,.block-filters .liveDashboard ._account_api .list-results thead button:hover:after,._account_api .liveDashboard .list-results thead .block-filters select:hover:after,.liveDashboard ._account_api .list-results thead .block-filters select:hover:after,._account_api .block-filters .liveDashboard .list-results thead select:hover:after,.block-filters .liveDashboard ._account_api .list-results thead select:hover:after,._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:hover,.liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:hover,._account_api .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive:hover,.form-auto-list .liveDashboard ._account_api .list-results thead .form-auto-item.is-user-is-inactive:hover,._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active:hover,.liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active:hover,._account_api .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-active:hover,.form-auto-list .liveDashboard ._account_api .list-results thead .form-auto-item.is-user-is-active:hover,._account_api .liveDashboard .list-results thead .list-results-header .status.title span:hover,.liveDashboard ._account_api .list-results thead .list-results-header .status.title span:hover,._account_api .list-results-header .status.title .liveDashboard .list-results thead span:hover,.list-results-header .status.title .liveDashboard ._account_api .list-results thead span:hover,._account_api .liveDashboard .list-results thead tr span:hover,.liveDashboard ._account_api .list-results thead tr span:hover,._account_api .list-results thead .icon:hover,._account_api .list-results thead .w-alert-banner:hover:before,._account_api .liveDashboard .list-results thead .w-alert-banner:hover:before,.liveDashboard ._account_api .list-results thead .w-alert-banner:hover:before,._account_api .list-results thead .w-alert-banner:hover:before,._account_api .list-results thead .w-dialog.plus .dialog-aside:hover:after,.w-dialog.plus ._account_api .list-results thead .dialog-aside:hover:after,._account_api .list-results thead .w-toast .toast.plus:hover:after,.w-toast ._account_api .list-results thead .toast.plus:hover:after,._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:hover:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-clear:hover:before,._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:hover:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-filter:hover:before,._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:hover:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-edit:hover:before,._account_api .list-results thead .block-filters .btn-filter:hover:before,.block-filters ._account_api .list-results thead .btn-filter:hover:before,._account_api .list-results thead .toggleWrapper input.mobileToggle+label:hover,.toggleWrapper ._account_api .list-results thead input.mobileToggle+label:hover,._account_api .list-results thead tbody span.status:hover,._account_api .list-results tbody thead span.status:hover,._account_api .list-results thead tbody td.is-running span:hover,._account_api .list-results tbody td.is-running thead span:hover,._account_api .list-results thead tbody td.is-pending span:hover,._account_api .list-results tbody td.is-pending thead span:hover,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:hover:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .dropdown-toggle:hover:after,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:hover,.w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .filter:hover,._account_api .list-results thead .form-label.status span:hover,._account_api .list-results thead .status.status-log span:hover,._account_api .list-results thead .status.status-report-item span:hover,._account_api .list-results thead .double-list dd.status span:hover,.double-list ._account_api .list-results thead dd.status span:hover,._account_api .list-results thead .double-list dt.status span:hover,.double-list ._account_api .list-results thead dt.status span:hover,._account_api .list-results thead .w-cards-container .w-card .status.title span:hover,.w-cards-container .w-card ._account_api .list-results thead .status.title span:hover,._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:hover,.w-cards-container .w-card.centered .w-value ._account_api .list-results thead .status.label span:hover,._account_api .list-results thead tbody tr.sublist .status.title span:hover,._account_api .list-results tbody tr.sublist thead .status.title span:hover,.form-label.status ._account_api .list-results thead span:hover,.status.status-log ._account_api .list-results thead span:hover,.status.status-report-item ._account_api .list-results thead span:hover,.double-list dd.status ._account_api .list-results thead span:hover,.double-list dt.status ._account_api .list-results thead span:hover,.w-cards-container .w-card .status.title ._account_api .list-results thead span:hover,.w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span:hover,.list-results tbody tr.sublist .status.title ._account_api .list-results thead span:hover,._account_api .list-results thead .w-filters-selected label.status.small span:hover,.w-filters-selected label.status.small ._account_api .list-results thead span:hover,._account_api .list-results thead .w-filters-selected .status.btn-f-s span:hover,.w-filters-selected .status.btn-f-s ._account_api .list-results thead span:hover,._account_api .list-results thead .sub-header .w-form label:hover,._account_api .list-results thead .sub-header .w-double-list label:hover,.sub-header .w-form ._account_api .list-results thead label:hover,.sub-header .w-double-list ._account_api .list-results thead label:hover,._account_api .list-results thead .block-filters button:hover:after,.block-filters ._account_api .list-results thead button:hover:after,._account_api .list-results thead .block-filters select:hover:after,.block-filters ._account_api .list-results thead select:hover:after,._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:hover,.form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-inactive:hover,._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active:hover,.form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-active:hover,._account_api .list-results thead .list-results-header .status.title span:hover,.list-results-header .status.title ._account_api .list-results thead span:hover,._account_api .list-results thead tr span:hover,.liveDashboard ._account_api .list-results thead .icon:hover,.liveDashboard ._account_api .list-results thead .w-alert-banner:hover:before,.liveDashboard ._account_api .list-results thead .w-alert-banner:hover:before,.liveDashboard ._account_api .list-results thead .w-alert-banner:hover:before,.liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:hover:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:hover:after,.liveDashboard ._account_api .list-results thead .w-toast .toast.plus:hover:after,.w-toast .liveDashboard ._account_api .list-results thead .toast.plus:hover:after,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:hover:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:hover:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:hover:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:hover:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:hover:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:hover:before,.liveDashboard ._account_api .list-results thead .block-filters .btn-filter:hover:before,.block-filters .liveDashboard ._account_api .list-results thead .btn-filter:hover:before,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label:hover,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label:hover,.liveDashboard ._account_api .list-results thead tbody span.status:hover,.liveDashboard ._account_api .list-results tbody thead span.status:hover,.liveDashboard ._account_api .list-results thead tbody td.is-running span:hover,.liveDashboard ._account_api .list-results tbody td.is-running thead span:hover,.liveDashboard ._account_api .list-results thead tbody td.is-pending span:hover,.liveDashboard ._account_api .list-results tbody td.is-pending thead span:hover,._account_api .liveDashboard .list-results thead .icon:hover,._account_api .liveDashboard .list-results thead .w-alert-banner:hover:before,._account_api .liveDashboard .list-results thead .w-alert-banner:hover:before,._account_api .liveDashboard .list-results thead .w-alert-banner:hover:before,._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:hover:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:hover:after,._account_api .liveDashboard .list-results thead .w-toast .toast.plus:hover:after,.w-toast ._account_api .liveDashboard .list-results thead .toast.plus:hover:after,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:hover:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:hover:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:hover:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:hover:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:hover:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:hover:before,._account_api .liveDashboard .list-results thead .block-filters .btn-filter:hover:before,.block-filters ._account_api .liveDashboard .list-results thead .btn-filter:hover:before,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label:hover,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label:hover,._account_api .liveDashboard .list-results thead tbody span.status:hover,._account_api .liveDashboard .list-results tbody thead span.status:hover,._account_api .liveDashboard .list-results thead tbody td.is-running span:hover,._account_api .liveDashboard .list-results tbody td.is-running thead span:hover,._account_api .liveDashboard .list-results thead tbody td.is-pending span:hover,._account_api .liveDashboard .list-results tbody td.is-pending thead span:hover,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:hover:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:hover:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .dropdown-toggle:hover:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .dropdown-toggle:hover:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:hover,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:hover,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .filter:hover,.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .filter:hover,.liveDashboard ._account_api .list-results thead .form-label.status span:hover,.liveDashboard ._account_api .list-results thead .status.status-log span:hover,.liveDashboard ._account_api .list-results thead .status.status-report-item span:hover,.liveDashboard ._account_api .list-results thead .double-list dd.status span:hover,.double-list .liveDashboard ._account_api .list-results thead dd.status span:hover,.liveDashboard ._account_api .list-results thead .double-list dt.status span:hover,.double-list .liveDashboard ._account_api .list-results thead dt.status span:hover,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span:hover,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title span:hover,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:hover,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label span:hover,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span:hover,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span:hover,._account_api .liveDashboard .list-results thead .form-label.status span:hover,._account_api .liveDashboard .list-results thead .status.status-log span:hover,._account_api .liveDashboard .list-results thead .status.status-report-item span:hover,._account_api .liveDashboard .list-results thead .double-list dd.status span:hover,.double-list ._account_api .liveDashboard .list-results thead dd.status span:hover,._account_api .liveDashboard .list-results thead .double-list dt.status span:hover,.double-list ._account_api .liveDashboard .list-results thead dt.status span:hover,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span:hover,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title span:hover,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:hover,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label span:hover,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span:hover,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span:hover,.liveDashboard .form-label.status ._account_api .list-results thead span:hover,.liveDashboard .status.status-log ._account_api .list-results thead span:hover,.liveDashboard .status.status-report-item ._account_api .list-results thead span:hover,.liveDashboard .double-list dd.status ._account_api .list-results thead span:hover,.double-list .liveDashboard dd.status ._account_api .list-results thead span:hover,.liveDashboard .double-list dt.status ._account_api .list-results thead span:hover,.double-list .liveDashboard dt.status ._account_api .list-results thead span:hover,.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span:hover,.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead span:hover,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span:hover,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead span:hover,.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span:hover,.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead span:hover,.form-label.status ._account_api .liveDashboard .list-results thead span:hover,.status.status-log ._account_api .liveDashboard .list-results thead span:hover,.status.status-report-item ._account_api .liveDashboard .list-results thead span:hover,.double-list dd.status ._account_api .liveDashboard .list-results thead span:hover,.double-list dt.status ._account_api .liveDashboard .list-results thead span:hover,.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead span:hover,.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead span:hover,.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead span:hover,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span:hover,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span:hover,.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span:hover,.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead span:hover,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span:hover,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span:hover,.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span:hover,.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead span:hover,.liveDashboard ._account_api .list-results thead .sub-header .w-form label:hover,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list label:hover,._account_api .liveDashboard .list-results thead .sub-header .w-form label:hover,._account_api .liveDashboard .list-results thead .sub-header .w-double-list label:hover,.liveDashboard .sub-header .w-form ._account_api .list-results thead label:hover,.liveDashboard .sub-header .w-double-list ._account_api .list-results thead label:hover,.sub-header .w-form ._account_api .liveDashboard .list-results thead label:hover,.sub-header .w-double-list ._account_api .liveDashboard .list-results thead label:hover,.liveDashboard ._account_api .list-results thead .block-filters button:hover:after,._account_api .liveDashboard .list-results thead .block-filters button:hover:after,.liveDashboard .block-filters ._account_api .list-results thead button:hover:after,.block-filters ._account_api .liveDashboard .list-results thead button:hover:after,.liveDashboard ._account_api .list-results thead .block-filters select:hover:after,._account_api .liveDashboard .list-results thead .block-filters select:hover:after,.liveDashboard .block-filters ._account_api .list-results thead select:hover:after,.block-filters ._account_api .liveDashboard .list-results thead select:hover:after,.liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:hover,._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:hover,.liveDashboard .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-inactive:hover,.form-auto-list ._account_api .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive:hover,.liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active:hover,._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active:hover,.liveDashboard .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-active:hover,.form-auto-list ._account_api .liveDashboard .list-results thead .form-auto-item.is-user-is-active:hover,.liveDashboard ._account_api .list-results thead .list-results-header .status.title span:hover,._account_api .liveDashboard .list-results thead .list-results-header .status.title span:hover,.liveDashboard .list-results-header .status.title ._account_api .list-results thead span:hover,.list-results-header .status.title ._account_api .liveDashboard .list-results thead span:hover,.liveDashboard ._account_api .list-results thead tr span:hover,._account_api .liveDashboard .list-results thead tr span:hover,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .dropdown-toggle:hover:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .dropdown-toggle:hover:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .filter:hover,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .filter:hover,._account_api .form-label.status .liveDashboard .list-results thead span:hover,._account_api .status.status-log .liveDashboard .list-results thead span:hover,._account_api .status.status-report-item .liveDashboard .list-results thead span:hover,._account_api .double-list dd.status .liveDashboard .list-results thead span:hover,.double-list ._account_api dd.status .liveDashboard .list-results thead span:hover,._account_api .double-list dt.status .liveDashboard .list-results thead span:hover,.double-list ._account_api dt.status .liveDashboard .list-results thead span:hover,._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span:hover,.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead span:hover,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span:hover,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead span:hover,._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span:hover,.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead span:hover,.form-label.status .liveDashboard ._account_api .list-results thead span:hover,.status.status-log .liveDashboard ._account_api .list-results thead span:hover,.status.status-report-item .liveDashboard ._account_api .list-results thead span:hover,.double-list dd.status .liveDashboard ._account_api .list-results thead span:hover,.double-list dt.status .liveDashboard ._account_api .list-results thead span:hover,.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead span:hover,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead span:hover,.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead span:hover,._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span:hover,.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead span:hover,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span:hover,.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead span:hover,._account_api .sub-header .w-form .liveDashboard .list-results thead label:hover,._account_api .sub-header .w-double-list .liveDashboard .list-results thead label:hover,.sub-header .w-form .liveDashboard ._account_api .list-results thead label:hover,.sub-header .w-double-list .liveDashboard ._account_api .list-results thead label:hover,._account_api .block-filters .liveDashboard .list-results thead button:hover:after,.block-filters .liveDashboard ._account_api .list-results thead button:hover:after,._account_api .block-filters .liveDashboard .list-results thead select:hover:after,.block-filters .liveDashboard ._account_api .list-results thead select:hover:after,._account_api .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive:hover,.form-auto-list .liveDashboard ._account_api .list-results thead .form-auto-item.is-user-is-inactive:hover,._account_api .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-active:hover,.form-auto-list .liveDashboard ._account_api .list-results thead .form-auto-item.is-user-is-active:hover,._account_api .list-results-header .status.title .liveDashboard .list-results thead span:hover,.list-results-header .status.title .liveDashboard ._account_api .list-results thead span:hover,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:hover:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .dropdown-toggle:hover:after,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:hover,.w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .filter:hover,._account_api .list-results thead .form-label.status span:hover,._account_api .list-results thead .status.status-log span:hover,._account_api .list-results thead .status.status-report-item span:hover,._account_api .list-results thead .double-list dd.status span:hover,.double-list ._account_api .list-results thead dd.status span:hover,._account_api .list-results thead .double-list dt.status span:hover,.double-list ._account_api .list-results thead dt.status span:hover,._account_api .list-results thead .w-cards-container .w-card .status.title span:hover,.w-cards-container .w-card ._account_api .list-results thead .status.title span:hover,._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:hover,.w-cards-container .w-card.centered .w-value ._account_api .list-results thead .status.label span:hover,._account_api .list-results thead tbody tr.sublist .status.title span:hover,._account_api .list-results tbody tr.sublist thead .status.title span:hover,.form-label.status ._account_api .list-results thead span:hover,.status.status-log ._account_api .list-results thead span:hover,.status.status-report-item ._account_api .list-results thead span:hover,.double-list dd.status ._account_api .list-results thead span:hover,.double-list dt.status ._account_api .list-results thead span:hover,.w-cards-container .w-card .status.title ._account_api .list-results thead span:hover,.w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span:hover,.list-results tbody tr.sublist .status.title ._account_api .list-results thead span:hover,._account_api .list-results thead .w-filters-selected label.status.small span:hover,.w-filters-selected label.status.small ._account_api .list-results thead span:hover,._account_api .list-results thead .w-filters-selected .status.btn-f-s span:hover,.w-filters-selected .status.btn-f-s ._account_api .list-results thead span:hover,._account_api .list-results thead .sub-header .w-form label:hover,._account_api .list-results thead .sub-header .w-double-list label:hover,.sub-header .w-form ._account_api .list-results thead label:hover,.sub-header .w-double-list ._account_api .list-results thead label:hover,._account_api .list-results thead .block-filters button:hover:after,.block-filters ._account_api .list-results thead button:hover:after,._account_api .list-results thead .block-filters select:hover:after,.block-filters ._account_api .list-results thead select:hover:after,._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:hover,.form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-inactive:hover,._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active:hover,.form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-active:hover,._account_api .list-results thead .list-results-header .status.title span:hover,.list-results-header .status.title ._account_api .list-results thead span:hover,._account_api .list-results thead tr span:hover,.sidebar-default.sidebar-default-right .sidebar-default-body .filter-group .filter-checkbox:hover,.add-filters-dropdown .w-add-filters-list>div.filter-group .filter-checkbox:hover,.filter-preset .filter-field-name button:hover,.btn:hover,.pagination a:hover,.goal-option .expend-label:hover{border-color:#3f3f3f}.button-default:before,.liveDashboard .list-results thead .icon:before,.liveDashboard .list-results thead .w-alert-banner:before,.liveDashboard .list-results thead .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-alert-banner:before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-clear:before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-filter:before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-edit:before,.liveDashboard .list-results thead .block-filters .btn-filter:before,.block-filters .liveDashboard .list-results thead .btn-filter:before,.liveDashboard .list-results thead .block-filters .btn-filter:before,.block-filters .liveDashboard .list-results thead .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.liveDashboard .block-filters ._account_api .list-results thead .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,.liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label:before,.toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label:before,.liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label:before,.toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label:before,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label:before,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label:before,.liveDashboard .toggleWrapper ._account_api .list-results thead input.mobileToggle+label:before,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label:before,.liveDashboard .list-results thead tbody span.status:before,.liveDashboard .list-results tbody thead span.status:before,.liveDashboard .list-results thead tbody span.status:before,.liveDashboard .list-results tbody thead span.status:before,.liveDashboard ._account_api .list-results thead tbody span.status:before,._account_api .liveDashboard .list-results thead tbody span.status:before,.liveDashboard ._account_api .list-results tbody thead span.status:before,._account_api .liveDashboard .list-results tbody thead span.status:before,.liveDashboard .list-results thead tbody td.is-running span:before,.liveDashboard .list-results tbody td.is-running thead span:before,.liveDashboard .list-results thead tbody td.is-running span:before,.liveDashboard .list-results tbody td.is-running thead span:before,.liveDashboard ._account_api .list-results thead tbody td.is-running span:before,._account_api .liveDashboard .list-results thead tbody td.is-running span:before,.liveDashboard ._account_api .list-results tbody td.is-running thead span:before,._account_api .liveDashboard .list-results tbody td.is-running thead span:before,.liveDashboard .list-results thead tbody td.is-pending span:before,.liveDashboard .list-results tbody td.is-pending thead span:before,.liveDashboard .list-results thead tbody td.is-pending span:before,.liveDashboard .list-results tbody td.is-pending thead span:before,.liveDashboard ._account_api .list-results thead tbody td.is-pending span:before,._account_api .liveDashboard .list-results thead tbody td.is-pending span:before,.liveDashboard ._account_api .list-results tbody td.is-pending thead span:before,._account_api .liveDashboard .list-results tbody td.is-pending thead span:before,.liveDashboard .list-results thead .icon:before,.liveDashboard .list-results thead .w-alert-banner:before,.liveDashboard .list-results thead .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-alert-banner:before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-clear:before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-filter:before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-edit:before,.liveDashboard .list-results thead .block-filters .btn-filter:before,.block-filters .liveDashboard .list-results thead .btn-filter:before,.liveDashboard .list-results thead .block-filters .btn-filter:before,.block-filters .liveDashboard .list-results thead .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.liveDashboard .block-filters ._account_api .list-results thead .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,.liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label:before,.toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label:before,.liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label:before,.toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label:before,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label:before,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label:before,.liveDashboard .toggleWrapper ._account_api .list-results thead input.mobileToggle+label:before,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label:before,.liveDashboard .list-results thead tbody span.status:before,.liveDashboard .list-results tbody thead span.status:before,.liveDashboard .list-results thead tbody span.status:before,.liveDashboard .list-results tbody thead span.status:before,.liveDashboard ._account_api .list-results thead tbody span.status:before,._account_api .liveDashboard .list-results thead tbody span.status:before,.liveDashboard ._account_api .list-results tbody thead span.status:before,._account_api .liveDashboard .list-results tbody thead span.status:before,.liveDashboard .list-results thead tbody td.is-running span:before,.liveDashboard .list-results tbody td.is-running thead span:before,.liveDashboard .list-results thead tbody td.is-running span:before,.liveDashboard .list-results tbody td.is-running thead span:before,.liveDashboard ._account_api .list-results thead tbody td.is-running span:before,._account_api .liveDashboard .list-results thead tbody td.is-running span:before,.liveDashboard ._account_api .list-results tbody td.is-running thead span:before,._account_api .liveDashboard .list-results tbody td.is-running thead span:before,.liveDashboard .list-results thead tbody td.is-pending span:before,.liveDashboard .list-results tbody td.is-pending thead span:before,.liveDashboard .list-results thead tbody td.is-pending span:before,.liveDashboard .list-results tbody td.is-pending thead span:before,.liveDashboard ._account_api .list-results thead tbody td.is-pending span:before,._account_api .liveDashboard .list-results thead tbody td.is-pending span:before,.liveDashboard ._account_api .list-results tbody td.is-pending thead span:before,._account_api .liveDashboard .list-results tbody td.is-pending thead span:before,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:before,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .filter:before,.liveDashboard .list-results thead .form-label.status span:before,.liveDashboard .list-results thead .status.status-log span:before,.liveDashboard .list-results thead .status.status-report-item span:before,.liveDashboard .list-results thead .double-list dd.status span:before,.double-list .liveDashboard .list-results thead dd.status span:before,.liveDashboard .list-results thead .double-list dt.status span:before,.double-list .liveDashboard .list-results thead dt.status span:before,.liveDashboard .list-results thead .w-cards-container .w-card .status.title span:before,.w-cards-container .w-card .liveDashboard .list-results thead .status.title span:before,.liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:before,.w-cards-container .w-card.centered .w-value .liveDashboard .list-results thead .status.label span:before,.liveDashboard .list-results thead tbody tr.sublist .status.title span:before,.liveDashboard .list-results tbody tr.sublist thead .status.title span:before,.form-label.status .liveDashboard .list-results thead span:before,.status.status-log .liveDashboard .list-results thead span:before,.status.status-report-item .liveDashboard .list-results thead span:before,.double-list dd.status .liveDashboard .list-results thead span:before,.double-list dt.status .liveDashboard .list-results thead span:before,.w-cards-container .w-card .status.title .liveDashboard .list-results thead span:before,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span:before,.list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span:before,.liveDashboard .list-results thead .w-filters-selected label.status.small span:before,.w-filters-selected label.status.small .liveDashboard .list-results thead span:before,.liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span:before,.w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span:before,.liveDashboard .list-results thead .sub-header .w-form label:before,.liveDashboard .list-results thead .sub-header .w-double-list label:before,.sub-header .w-form .liveDashboard .list-results thead label:before,.sub-header .w-double-list .liveDashboard .list-results thead label:before,.liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:before,.form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive:before,.liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active:before,.form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-active:before,.liveDashboard .list-results thead .list-results-header .status.title span:before,.list-results-header .status.title .liveDashboard .list-results thead span:before,.liveDashboard .list-results thead tr span:before,.liveDashboard ._account_api .list-results thead .icon:before,.liveDashboard ._account_api .list-results thead .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.liveDashboard .block-filters ._account_api .list-results thead .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label:before,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label:before,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label:before,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label:before,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label:before,.liveDashboard .toggleWrapper ._account_api .list-results thead input.mobileToggle+label:before,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label:before,.liveDashboard ._account_api .list-results thead tbody span.status:before,.liveDashboard ._account_api .list-results tbody thead span.status:before,.liveDashboard ._account_api .list-results thead tbody span.status:before,.liveDashboard ._account_api .list-results tbody thead span.status:before,.liveDashboard ._account_api .list-results thead tbody span.status:before,.liveDashboard ._account_api .list-results tbody thead span.status:before,.liveDashboard ._account_api .list-results thead tbody td.is-running span:before,.liveDashboard ._account_api .list-results tbody td.is-running thead span:before,.liveDashboard ._account_api .list-results thead tbody td.is-running span:before,.liveDashboard ._account_api .list-results tbody td.is-running thead span:before,.liveDashboard ._account_api .list-results thead tbody td.is-running span:before,.liveDashboard ._account_api .list-results tbody td.is-running thead span:before,.liveDashboard ._account_api .list-results thead tbody td.is-pending span:before,.liveDashboard ._account_api .list-results tbody td.is-pending thead span:before,.liveDashboard ._account_api .list-results thead tbody td.is-pending span:before,.liveDashboard ._account_api .list-results tbody td.is-pending thead span:before,.liveDashboard ._account_api .list-results thead tbody td.is-pending span:before,.liveDashboard ._account_api .list-results tbody td.is-pending thead span:before,._account_api .liveDashboard .list-results thead .icon:before,._account_api .liveDashboard .list-results thead .w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,._account_api .block-filters .liveDashboard .list-results thead .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label:before,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label:before,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label:before,._account_api .toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label:before,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label:before,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label:before,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label:before,._account_api .liveDashboard .list-results thead tbody span.status:before,._account_api .liveDashboard .list-results tbody thead span.status:before,._account_api .liveDashboard .list-results thead tbody span.status:before,._account_api .liveDashboard .list-results tbody thead span.status:before,._account_api .liveDashboard .list-results thead tbody span.status:before,._account_api .liveDashboard .list-results tbody thead span.status:before,._account_api .liveDashboard .list-results thead tbody td.is-running span:before,._account_api .liveDashboard .list-results tbody td.is-running thead span:before,._account_api .liveDashboard .list-results thead tbody td.is-running span:before,._account_api .liveDashboard .list-results tbody td.is-running thead span:before,._account_api .liveDashboard .list-results thead tbody td.is-running span:before,._account_api .liveDashboard .list-results tbody td.is-running thead span:before,._account_api .liveDashboard .list-results thead tbody td.is-pending span:before,._account_api .liveDashboard .list-results tbody td.is-pending thead span:before,._account_api .liveDashboard .list-results thead tbody td.is-pending span:before,._account_api .liveDashboard .list-results tbody td.is-pending thead span:before,._account_api .liveDashboard .list-results thead tbody td.is-pending span:before,._account_api .liveDashboard .list-results tbody td.is-pending thead span:before,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:before,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:before,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .filter:before,.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .filter:before,.liveDashboard ._account_api .list-results thead .form-label.status span:before,.liveDashboard ._account_api .list-results thead .status.status-log span:before,.liveDashboard ._account_api .list-results thead .status.status-report-item span:before,.liveDashboard ._account_api .list-results thead .double-list dd.status span:before,.double-list .liveDashboard ._account_api .list-results thead dd.status span:before,.liveDashboard ._account_api .list-results thead .double-list dt.status span:before,.double-list .liveDashboard ._account_api .list-results thead dt.status span:before,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span:before,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title span:before,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:before,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label span:before,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span:before,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span:before,._account_api .liveDashboard .list-results thead .form-label.status span:before,._account_api .liveDashboard .list-results thead .status.status-log span:before,._account_api .liveDashboard .list-results thead .status.status-report-item span:before,._account_api .liveDashboard .list-results thead .double-list dd.status span:before,.double-list ._account_api .liveDashboard .list-results thead dd.status span:before,._account_api .liveDashboard .list-results thead .double-list dt.status span:before,.double-list ._account_api .liveDashboard .list-results thead dt.status span:before,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span:before,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title span:before,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:before,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label span:before,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span:before,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span:before,.liveDashboard .form-label.status ._account_api .list-results thead span:before,.liveDashboard .status.status-log ._account_api .list-results thead span:before,.liveDashboard .status.status-report-item ._account_api .list-results thead span:before,.liveDashboard .double-list dd.status ._account_api .list-results thead span:before,.double-list .liveDashboard dd.status ._account_api .list-results thead span:before,.liveDashboard .double-list dt.status ._account_api .list-results thead span:before,.double-list .liveDashboard dt.status ._account_api .list-results thead span:before,.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span:before,.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead span:before,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span:before,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead span:before,.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span:before,.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead span:before,.form-label.status ._account_api .liveDashboard .list-results thead span:before,.status.status-log ._account_api .liveDashboard .list-results thead span:before,.status.status-report-item ._account_api .liveDashboard .list-results thead span:before,.double-list dd.status ._account_api .liveDashboard .list-results thead span:before,.double-list dt.status ._account_api .liveDashboard .list-results thead span:before,.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead span:before,.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead span:before,.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead span:before,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span:before,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span:before,.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span:before,.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead span:before,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span:before,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span:before,.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span:before,.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead span:before,.liveDashboard ._account_api .list-results thead .sub-header .w-form label:before,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list label:before,._account_api .liveDashboard .list-results thead .sub-header .w-form label:before,._account_api .liveDashboard .list-results thead .sub-header .w-double-list label:before,.liveDashboard .sub-header .w-form ._account_api .list-results thead label:before,.liveDashboard .sub-header .w-double-list ._account_api .list-results thead label:before,.sub-header .w-form ._account_api .liveDashboard .list-results thead label:before,.sub-header .w-double-list ._account_api .liveDashboard .list-results thead label:before,.liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:before,._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:before,.liveDashboard .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-inactive:before,.form-auto-list ._account_api .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive:before,.liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active:before,._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active:before,.liveDashboard .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-active:before,.form-auto-list ._account_api .liveDashboard .list-results thead .form-auto-item.is-user-is-active:before,.liveDashboard ._account_api .list-results thead .list-results-header .status.title span:before,._account_api .liveDashboard .list-results thead .list-results-header .status.title span:before,.liveDashboard .list-results-header .status.title ._account_api .list-results thead span:before,.list-results-header .status.title ._account_api .liveDashboard .list-results thead span:before,.liveDashboard ._account_api .list-results thead tr span:before,._account_api .liveDashboard .list-results thead tr span:before,.liveDashboard ._account_api .list-results thead tr span:before,._account_api .liveDashboard .list-results thead tr span:before,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:before,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .filter:before,.liveDashboard .list-results thead .form-label.status span:before,.liveDashboard .list-results thead .status.status-log span:before,.liveDashboard .list-results thead .status.status-report-item span:before,.liveDashboard .list-results thead .double-list dd.status span:before,.double-list .liveDashboard .list-results thead dd.status span:before,.liveDashboard .list-results thead .double-list dt.status span:before,.double-list .liveDashboard .list-results thead dt.status span:before,.liveDashboard .list-results thead .w-cards-container .w-card .status.title span:before,.w-cards-container .w-card .liveDashboard .list-results thead .status.title span:before,.liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:before,.w-cards-container .w-card.centered .w-value .liveDashboard .list-results thead .status.label span:before,.liveDashboard .list-results thead tbody tr.sublist .status.title span:before,.liveDashboard .list-results tbody tr.sublist thead .status.title span:before,.form-label.status .liveDashboard .list-results thead span:before,.status.status-log .liveDashboard .list-results thead span:before,.status.status-report-item .liveDashboard .list-results thead span:before,.double-list dd.status .liveDashboard .list-results thead span:before,.double-list dt.status .liveDashboard .list-results thead span:before,.w-cards-container .w-card .status.title .liveDashboard .list-results thead span:before,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span:before,.list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span:before,.liveDashboard .list-results thead .w-filters-selected label.status.small span:before,.w-filters-selected label.status.small .liveDashboard .list-results thead span:before,.liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span:before,.w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span:before,.liveDashboard .list-results thead .sub-header .w-form label:before,.liveDashboard .list-results thead .sub-header .w-double-list label:before,.sub-header .w-form .liveDashboard .list-results thead label:before,.sub-header .w-double-list .liveDashboard .list-results thead label:before,.liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:before,.form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive:before,.liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active:before,.form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-active:before,.liveDashboard .list-results thead .list-results-header .status.title span:before,.list-results-header .status.title .liveDashboard .list-results thead span:before,.liveDashboard .list-results thead tr span:before,._account_api .list-results thead .icon:before,._account_api .list-results thead .w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-alert-banner:before,._account_api .list-results thead .w-alert-banner:before,._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-clear:before,._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-filter:before,._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-edit:before,._account_api .list-results thead .block-filters .btn-filter:before,.block-filters ._account_api .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,._account_api .block-filters .liveDashboard .list-results thead .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,._account_api .list-results thead .block-filters .btn-filter:before,.block-filters ._account_api .list-results thead .btn-filter:before,._account_api .list-results thead .toggleWrapper input.mobileToggle+label:before,.toggleWrapper ._account_api .list-results thead input.mobileToggle+label:before,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label:before,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label:before,._account_api .toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label:before,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label:before,._account_api .list-results thead .toggleWrapper input.mobileToggle+label:before,.toggleWrapper ._account_api .list-results thead input.mobileToggle+label:before,._account_api .list-results thead tbody span.status:before,._account_api .list-results tbody thead span.status:before,._account_api .liveDashboard .list-results thead tbody span.status:before,.liveDashboard ._account_api .list-results thead tbody span.status:before,._account_api .liveDashboard .list-results tbody thead span.status:before,.liveDashboard ._account_api .list-results tbody thead span.status:before,._account_api .list-results thead tbody span.status:before,._account_api .list-results tbody thead span.status:before,._account_api .list-results thead tbody td.is-running span:before,._account_api .list-results tbody td.is-running thead span:before,._account_api .liveDashboard .list-results thead tbody td.is-running span:before,.liveDashboard ._account_api .list-results thead tbody td.is-running span:before,._account_api .liveDashboard .list-results tbody td.is-running thead span:before,.liveDashboard ._account_api .list-results tbody td.is-running thead span:before,._account_api .list-results thead tbody td.is-running span:before,._account_api .list-results tbody td.is-running thead span:before,._account_api .list-results thead tbody td.is-pending span:before,._account_api .list-results tbody td.is-pending thead span:before,._account_api .liveDashboard .list-results thead tbody td.is-pending span:before,.liveDashboard ._account_api .list-results thead tbody td.is-pending span:before,._account_api .liveDashboard .list-results tbody td.is-pending thead span:before,.liveDashboard ._account_api .list-results tbody td.is-pending thead span:before,._account_api .list-results thead tbody td.is-pending span:before,._account_api .list-results tbody td.is-pending thead span:before,._account_api .liveDashboard .list-results thead .icon:before,._account_api .liveDashboard .list-results thead .w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,._account_api .block-filters .liveDashboard .list-results thead .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label:before,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label:before,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label:before,._account_api .toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label:before,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label:before,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label:before,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label:before,._account_api .liveDashboard .list-results thead tbody span.status:before,._account_api .liveDashboard .list-results tbody thead span.status:before,._account_api .liveDashboard .list-results thead tbody span.status:before,._account_api .liveDashboard .list-results tbody thead span.status:before,._account_api .liveDashboard .list-results thead tbody span.status:before,._account_api .liveDashboard .list-results tbody thead span.status:before,._account_api .liveDashboard .list-results thead tbody td.is-running span:before,._account_api .liveDashboard .list-results tbody td.is-running thead span:before,._account_api .liveDashboard .list-results thead tbody td.is-running span:before,._account_api .liveDashboard .list-results tbody td.is-running thead span:before,._account_api .liveDashboard .list-results thead tbody td.is-running span:before,._account_api .liveDashboard .list-results tbody td.is-running thead span:before,._account_api .liveDashboard .list-results thead tbody td.is-pending span:before,._account_api .liveDashboard .list-results tbody td.is-pending thead span:before,._account_api .liveDashboard .list-results thead tbody td.is-pending span:before,._account_api .liveDashboard .list-results tbody td.is-pending thead span:before,._account_api .liveDashboard .list-results thead tbody td.is-pending span:before,._account_api .liveDashboard .list-results tbody td.is-pending thead span:before,.liveDashboard ._account_api .list-results thead .icon:before,.liveDashboard ._account_api .list-results thead .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.liveDashboard .block-filters ._account_api .list-results thead .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label:before,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label:before,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label:before,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label:before,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label:before,.liveDashboard .toggleWrapper ._account_api .list-results thead input.mobileToggle+label:before,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label:before,.liveDashboard ._account_api .list-results thead tbody span.status:before,.liveDashboard ._account_api .list-results tbody thead span.status:before,.liveDashboard ._account_api .list-results thead tbody span.status:before,.liveDashboard ._account_api .list-results tbody thead span.status:before,.liveDashboard ._account_api .list-results thead tbody span.status:before,.liveDashboard ._account_api .list-results tbody thead span.status:before,.liveDashboard ._account_api .list-results thead tbody td.is-running span:before,.liveDashboard ._account_api .list-results tbody td.is-running thead span:before,.liveDashboard ._account_api .list-results thead tbody td.is-running span:before,.liveDashboard ._account_api .list-results tbody td.is-running thead span:before,.liveDashboard ._account_api .list-results thead tbody td.is-running span:before,.liveDashboard ._account_api .list-results tbody td.is-running thead span:before,.liveDashboard ._account_api .list-results thead tbody td.is-pending span:before,.liveDashboard ._account_api .list-results tbody td.is-pending thead span:before,.liveDashboard ._account_api .list-results thead tbody td.is-pending span:before,.liveDashboard ._account_api .list-results tbody td.is-pending thead span:before,.liveDashboard ._account_api .list-results thead tbody td.is-pending span:before,.liveDashboard ._account_api .list-results tbody td.is-pending thead span:before,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:before,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:before,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .filter:before,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .filter:before,._account_api .liveDashboard .list-results thead .form-label.status span:before,._account_api .liveDashboard .list-results thead .status.status-log span:before,._account_api .liveDashboard .list-results thead .status.status-report-item span:before,._account_api .liveDashboard .list-results thead .double-list dd.status span:before,.double-list ._account_api .liveDashboard .list-results thead dd.status span:before,._account_api .liveDashboard .list-results thead .double-list dt.status span:before,.double-list ._account_api .liveDashboard .list-results thead dt.status span:before,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span:before,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title span:before,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:before,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label span:before,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span:before,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span:before,.liveDashboard ._account_api .list-results thead .form-label.status span:before,.liveDashboard ._account_api .list-results thead .status.status-log span:before,.liveDashboard ._account_api .list-results thead .status.status-report-item span:before,.liveDashboard ._account_api .list-results thead .double-list dd.status span:before,.double-list .liveDashboard ._account_api .list-results thead dd.status span:before,.liveDashboard ._account_api .list-results thead .double-list dt.status span:before,.double-list .liveDashboard ._account_api .list-results thead dt.status span:before,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span:before,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title span:before,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:before,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label span:before,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span:before,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span:before,._account_api .form-label.status .liveDashboard .list-results thead span:before,._account_api .status.status-log .liveDashboard .list-results thead span:before,._account_api .status.status-report-item .liveDashboard .list-results thead span:before,._account_api .double-list dd.status .liveDashboard .list-results thead span:before,.double-list ._account_api dd.status .liveDashboard .list-results thead span:before,._account_api .double-list dt.status .liveDashboard .list-results thead span:before,.double-list ._account_api dt.status .liveDashboard .list-results thead span:before,._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span:before,.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead span:before,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span:before,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead span:before,._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span:before,.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead span:before,.form-label.status .liveDashboard ._account_api .list-results thead span:before,.status.status-log .liveDashboard ._account_api .list-results thead span:before,.status.status-report-item .liveDashboard ._account_api .list-results thead span:before,.double-list dd.status .liveDashboard ._account_api .list-results thead span:before,.double-list dt.status .liveDashboard ._account_api .list-results thead span:before,.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead span:before,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead span:before,.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead span:before,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span:before,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span:before,._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span:before,.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead span:before,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span:before,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span:before,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span:before,.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead span:before,._account_api .liveDashboard .list-results thead .sub-header .w-form label:before,._account_api .liveDashboard .list-results thead .sub-header .w-double-list label:before,.liveDashboard ._account_api .list-results thead .sub-header .w-form label:before,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list label:before,._account_api .sub-header .w-form .liveDashboard .list-results thead label:before,._account_api .sub-header .w-double-list .liveDashboard .list-results thead label:before,.sub-header .w-form .liveDashboard ._account_api .list-results thead label:before,.sub-header .w-double-list .liveDashboard ._account_api .list-results thead label:before,._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:before,.liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:before,._account_api .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive:before,.form-auto-list .liveDashboard ._account_api .list-results thead .form-auto-item.is-user-is-inactive:before,._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active:before,.liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active:before,._account_api .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-active:before,.form-auto-list .liveDashboard ._account_api .list-results thead .form-auto-item.is-user-is-active:before,._account_api .liveDashboard .list-results thead .list-results-header .status.title span:before,.liveDashboard ._account_api .list-results thead .list-results-header .status.title span:before,._account_api .list-results-header .status.title .liveDashboard .list-results thead span:before,.list-results-header .status.title .liveDashboard ._account_api .list-results thead span:before,._account_api .liveDashboard .list-results thead tr span:before,.liveDashboard ._account_api .list-results thead tr span:before,._account_api .list-results thead .icon:before,._account_api .list-results thead .w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-alert-banner:before,._account_api .list-results thead .w-alert-banner:before,._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-clear:before,._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-filter:before,._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-edit:before,._account_api .list-results thead .block-filters .btn-filter:before,.block-filters ._account_api .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,._account_api .block-filters .liveDashboard .list-results thead .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,._account_api .list-results thead .block-filters .btn-filter:before,.block-filters ._account_api .list-results thead .btn-filter:before,._account_api .list-results thead .toggleWrapper input.mobileToggle+label:before,.toggleWrapper ._account_api .list-results thead input.mobileToggle+label:before,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label:before,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label:before,._account_api .toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label:before,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label:before,._account_api .list-results thead .toggleWrapper input.mobileToggle+label:before,.toggleWrapper ._account_api .list-results thead input.mobileToggle+label:before,._account_api .list-results thead tbody span.status:before,._account_api .list-results tbody thead span.status:before,._account_api .liveDashboard .list-results thead tbody span.status:before,.liveDashboard ._account_api .list-results thead tbody span.status:before,._account_api .liveDashboard .list-results tbody thead span.status:before,.liveDashboard ._account_api .list-results tbody thead span.status:before,._account_api .list-results thead tbody span.status:before,._account_api .list-results tbody thead span.status:before,._account_api .list-results thead tbody td.is-running span:before,._account_api .list-results tbody td.is-running thead span:before,._account_api .liveDashboard .list-results thead tbody td.is-running span:before,.liveDashboard ._account_api .list-results thead tbody td.is-running span:before,._account_api .liveDashboard .list-results tbody td.is-running thead span:before,.liveDashboard ._account_api .list-results tbody td.is-running thead span:before,._account_api .list-results thead tbody td.is-running span:before,._account_api .list-results tbody td.is-running thead span:before,._account_api .list-results thead tbody td.is-pending span:before,._account_api .list-results tbody td.is-pending thead span:before,._account_api .liveDashboard .list-results thead tbody td.is-pending span:before,.liveDashboard ._account_api .list-results thead tbody td.is-pending span:before,._account_api .liveDashboard .list-results tbody td.is-pending thead span:before,.liveDashboard ._account_api .list-results tbody td.is-pending thead span:before,._account_api .list-results thead tbody td.is-pending span:before,._account_api .list-results tbody td.is-pending thead span:before,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:before,.w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .filter:before,._account_api .list-results thead .form-label.status span:before,._account_api .list-results thead .status.status-log span:before,._account_api .list-results thead .status.status-report-item span:before,._account_api .list-results thead .double-list dd.status span:before,.double-list ._account_api .list-results thead dd.status span:before,._account_api .list-results thead .double-list dt.status span:before,.double-list ._account_api .list-results thead dt.status span:before,._account_api .list-results thead .w-cards-container .w-card .status.title span:before,.w-cards-container .w-card ._account_api .list-results thead .status.title span:before,._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:before,.w-cards-container .w-card.centered .w-value ._account_api .list-results thead .status.label span:before,._account_api .list-results thead tbody tr.sublist .status.title span:before,._account_api .list-results tbody tr.sublist thead .status.title span:before,.form-label.status ._account_api .list-results thead span:before,.status.status-log ._account_api .list-results thead span:before,.status.status-report-item ._account_api .list-results thead span:before,.double-list dd.status ._account_api .list-results thead span:before,.double-list dt.status ._account_api .list-results thead span:before,.w-cards-container .w-card .status.title ._account_api .list-results thead span:before,.w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span:before,.list-results tbody tr.sublist .status.title ._account_api .list-results thead span:before,._account_api .list-results thead .w-filters-selected label.status.small span:before,.w-filters-selected label.status.small ._account_api .list-results thead span:before,._account_api .list-results thead .w-filters-selected .status.btn-f-s span:before,.w-filters-selected .status.btn-f-s ._account_api .list-results thead span:before,._account_api .list-results thead .sub-header .w-form label:before,._account_api .list-results thead .sub-header .w-double-list label:before,.sub-header .w-form ._account_api .list-results thead label:before,.sub-header .w-double-list ._account_api .list-results thead label:before,._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:before,.form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-inactive:before,._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active:before,.form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-active:before,._account_api .list-results thead .list-results-header .status.title span:before,.list-results-header .status.title ._account_api .list-results thead span:before,._account_api .list-results thead tr span:before,.liveDashboard ._account_api .list-results thead tr span:before,._account_api .liveDashboard .list-results thead tr span:before,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:before,.w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .filter:before,._account_api .list-results thead .form-label.status span:before,._account_api .list-results thead .status.status-log span:before,._account_api .list-results thead .status.status-report-item span:before,._account_api .list-results thead .double-list dd.status span:before,.double-list ._account_api .list-results thead dd.status span:before,._account_api .list-results thead .double-list dt.status span:before,.double-list ._account_api .list-results thead dt.status span:before,._account_api .list-results thead .w-cards-container .w-card .status.title span:before,.w-cards-container .w-card ._account_api .list-results thead .status.title span:before,._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:before,.w-cards-container .w-card.centered .w-value ._account_api .list-results thead .status.label span:before,._account_api .list-results thead tbody tr.sublist .status.title span:before,._account_api .list-results tbody tr.sublist thead .status.title span:before,.form-label.status ._account_api .list-results thead span:before,.status.status-log ._account_api .list-results thead span:before,.status.status-report-item ._account_api .list-results thead span:before,.double-list dd.status ._account_api .list-results thead span:before,.double-list dt.status ._account_api .list-results thead span:before,.w-cards-container .w-card .status.title ._account_api .list-results thead span:before,.w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span:before,.list-results tbody tr.sublist .status.title ._account_api .list-results thead span:before,._account_api .list-results thead .w-filters-selected label.status.small span:before,.w-filters-selected label.status.small ._account_api .list-results thead span:before,._account_api .list-results thead .w-filters-selected .status.btn-f-s span:before,.w-filters-selected .status.btn-f-s ._account_api .list-results thead span:before,._account_api .list-results thead .sub-header .w-form label:before,._account_api .list-results thead .sub-header .w-double-list label:before,.sub-header .w-form ._account_api .list-results thead label:before,.sub-header .w-double-list ._account_api .list-results thead label:before,._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:before,.form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-inactive:before,._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active:before,.form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-active:before,._account_api .list-results thead .list-results-header .status.title span:before,.list-results-header .status.title ._account_api .list-results thead span:before,._account_api .list-results thead tr span:before,.sidebar-default.sidebar-default-right .sidebar-default-body .filter-group .filter-checkbox:before,.add-filters-dropdown .w-add-filters-list>div.filter-group .filter-checkbox:before,.filter-preset .filter-field-name button:before,.btn:before,.pagination a:before,.goal-option .expend-label:before{color:#a5a5a5}.button-default:after,.liveDashboard .list-results thead .icon:after,.liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .liveDashboard .list-results thead .dialog-aside:after,.liveDashboard .list-results thead .w-toast .toast.plus:after,.w-toast .liveDashboard .list-results thead .toast.plus:after,.liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label:after,.toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label:after,.liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label:after,.toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label:after,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label:after,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label:after,.liveDashboard .toggleWrapper ._account_api .list-results thead input.mobileToggle+label:after,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label:after,.liveDashboard .list-results thead tbody span.status:after,.liveDashboard .list-results tbody thead span.status:after,.liveDashboard .list-results thead tbody span.status:after,.liveDashboard .list-results tbody thead span.status:after,.liveDashboard ._account_api .list-results thead tbody span.status:after,._account_api .liveDashboard .list-results thead tbody span.status:after,.liveDashboard ._account_api .list-results tbody thead span.status:after,._account_api .liveDashboard .list-results tbody thead span.status:after,.liveDashboard .list-results thead tbody td.is-running span:after,.liveDashboard .list-results tbody td.is-running thead span:after,.liveDashboard .list-results thead tbody td.is-running span:after,.liveDashboard .list-results tbody td.is-running thead span:after,.liveDashboard ._account_api .list-results thead tbody td.is-running span:after,._account_api .liveDashboard .list-results thead tbody td.is-running span:after,.liveDashboard ._account_api .list-results tbody td.is-running thead span:after,._account_api .liveDashboard .list-results tbody td.is-running thead span:after,.liveDashboard .list-results thead tbody td.is-pending span:after,.liveDashboard .list-results tbody td.is-pending thead span:after,.liveDashboard .list-results thead tbody td.is-pending span:after,.liveDashboard .list-results tbody td.is-pending thead span:after,.liveDashboard ._account_api .list-results thead tbody td.is-pending span:after,._account_api .liveDashboard .list-results thead tbody td.is-pending span:after,.liveDashboard ._account_api .list-results tbody td.is-pending thead span:after,._account_api .liveDashboard .list-results tbody td.is-pending thead span:after,.liveDashboard .list-results thead .icon:after,.liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .liveDashboard .list-results thead .dialog-aside:after,.liveDashboard .list-results thead .w-toast .toast.plus:after,.w-toast .liveDashboard .list-results thead .toast.plus:after,.liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label:after,.toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label:after,.liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label:after,.toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label:after,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label:after,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label:after,.liveDashboard .toggleWrapper ._account_api .list-results thead input.mobileToggle+label:after,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label:after,.liveDashboard .list-results thead tbody span.status:after,.liveDashboard .list-results tbody thead span.status:after,.liveDashboard .list-results thead tbody span.status:after,.liveDashboard .list-results tbody thead span.status:after,.liveDashboard ._account_api .list-results thead tbody span.status:after,._account_api .liveDashboard .list-results thead tbody span.status:after,.liveDashboard ._account_api .list-results tbody thead span.status:after,._account_api .liveDashboard .list-results tbody thead span.status:after,.liveDashboard .list-results thead tbody td.is-running span:after,.liveDashboard .list-results tbody td.is-running thead span:after,.liveDashboard .list-results thead tbody td.is-running span:after,.liveDashboard .list-results tbody td.is-running thead span:after,.liveDashboard ._account_api .list-results thead tbody td.is-running span:after,._account_api .liveDashboard .list-results thead tbody td.is-running span:after,.liveDashboard ._account_api .list-results tbody td.is-running thead span:after,._account_api .liveDashboard .list-results tbody td.is-running thead span:after,.liveDashboard .list-results thead tbody td.is-pending span:after,.liveDashboard .list-results tbody td.is-pending thead span:after,.liveDashboard .list-results thead tbody td.is-pending span:after,.liveDashboard .list-results tbody td.is-pending thead span:after,.liveDashboard ._account_api .list-results thead tbody td.is-pending span:after,._account_api .liveDashboard .list-results thead tbody td.is-pending span:after,.liveDashboard ._account_api .list-results tbody td.is-pending thead span:after,._account_api .liveDashboard .list-results tbody td.is-pending thead span:after,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .dropdown-toggle:after,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:after,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .filter:after,.liveDashboard .list-results thead .form-label.status span:after,.liveDashboard .list-results thead .status.status-log span:after,.liveDashboard .list-results thead .status.status-report-item span:after,.liveDashboard .list-results thead .double-list dd.status span:after,.double-list .liveDashboard .list-results thead dd.status span:after,.liveDashboard .list-results thead .double-list dt.status span:after,.double-list .liveDashboard .list-results thead dt.status span:after,.liveDashboard .list-results thead .w-cards-container .w-card .status.title span:after,.w-cards-container .w-card .liveDashboard .list-results thead .status.title span:after,.liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:after,.w-cards-container .w-card.centered .w-value .liveDashboard .list-results thead .status.label span:after,.liveDashboard .list-results thead tbody tr.sublist .status.title span:after,.liveDashboard .list-results tbody tr.sublist thead .status.title span:after,.form-label.status .liveDashboard .list-results thead span:after,.status.status-log .liveDashboard .list-results thead span:after,.status.status-report-item .liveDashboard .list-results thead span:after,.double-list dd.status .liveDashboard .list-results thead span:after,.double-list dt.status .liveDashboard .list-results thead span:after,.w-cards-container .w-card .status.title .liveDashboard .list-results thead span:after,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span:after,.list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span:after,.liveDashboard .list-results thead .w-filters-selected label.status.small span:after,.w-filters-selected label.status.small .liveDashboard .list-results thead span:after,.liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span:after,.w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span:after,.liveDashboard .list-results thead .sub-header .w-form label:after,.liveDashboard .list-results thead .sub-header .w-double-list label:after,.sub-header .w-form .liveDashboard .list-results thead label:after,.sub-header .w-double-list .liveDashboard .list-results thead label:after,.liveDashboard .list-results thead .block-filters button:after,.block-filters .liveDashboard .list-results thead button:after,.liveDashboard .list-results thead .block-filters select:after,.block-filters .liveDashboard .list-results thead select:after,.liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:after,.form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive:after,.liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active:after,.form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-active:after,.liveDashboard .list-results thead .list-results-header .status.title span:after,.list-results-header .status.title .liveDashboard .list-results thead span:after,.liveDashboard .list-results thead tr span:after,.liveDashboard ._account_api .list-results thead .icon:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label:after,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label:after,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label:after,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label:after,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label:after,.liveDashboard .toggleWrapper ._account_api .list-results thead input.mobileToggle+label:after,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label:after,.liveDashboard ._account_api .list-results thead tbody span.status:after,.liveDashboard ._account_api .list-results tbody thead span.status:after,.liveDashboard ._account_api .list-results thead tbody span.status:after,.liveDashboard ._account_api .list-results tbody thead span.status:after,.liveDashboard ._account_api .list-results thead tbody span.status:after,.liveDashboard ._account_api .list-results tbody thead span.status:after,.liveDashboard ._account_api .list-results thead tbody td.is-running span:after,.liveDashboard ._account_api .list-results tbody td.is-running thead span:after,.liveDashboard ._account_api .list-results thead tbody td.is-running span:after,.liveDashboard ._account_api .list-results tbody td.is-running thead span:after,.liveDashboard ._account_api .list-results thead tbody td.is-running span:after,.liveDashboard ._account_api .list-results tbody td.is-running thead span:after,.liveDashboard ._account_api .list-results thead tbody td.is-pending span:after,.liveDashboard ._account_api .list-results tbody td.is-pending thead span:after,.liveDashboard ._account_api .list-results thead tbody td.is-pending span:after,.liveDashboard ._account_api .list-results tbody td.is-pending thead span:after,.liveDashboard ._account_api .list-results thead tbody td.is-pending span:after,.liveDashboard ._account_api .list-results tbody td.is-pending thead span:after,._account_api .liveDashboard .list-results thead .icon:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label:after,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label:after,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label:after,._account_api .toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label:after,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label:after,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label:after,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label:after,._account_api .liveDashboard .list-results thead tbody span.status:after,._account_api .liveDashboard .list-results tbody thead span.status:after,._account_api .liveDashboard .list-results thead tbody span.status:after,._account_api .liveDashboard .list-results tbody thead span.status:after,._account_api .liveDashboard .list-results thead tbody span.status:after,._account_api .liveDashboard .list-results tbody thead span.status:after,._account_api .liveDashboard .list-results thead tbody td.is-running span:after,._account_api .liveDashboard .list-results tbody td.is-running thead span:after,._account_api .liveDashboard .list-results thead tbody td.is-running span:after,._account_api .liveDashboard .list-results tbody td.is-running thead span:after,._account_api .liveDashboard .list-results thead tbody td.is-running span:after,._account_api .liveDashboard .list-results tbody td.is-running thead span:after,._account_api .liveDashboard .list-results thead tbody td.is-pending span:after,._account_api .liveDashboard .list-results tbody td.is-pending thead span:after,._account_api .liveDashboard .list-results thead tbody td.is-pending span:after,._account_api .liveDashboard .list-results tbody td.is-pending thead span:after,._account_api .liveDashboard .list-results thead tbody td.is-pending span:after,._account_api .liveDashboard .list-results tbody td.is-pending thead span:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .filter:after,.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .filter:after,.liveDashboard ._account_api .list-results thead .form-label.status span:after,.liveDashboard ._account_api .list-results thead .status.status-log span:after,.liveDashboard ._account_api .list-results thead .status.status-report-item span:after,.liveDashboard ._account_api .list-results thead .double-list dd.status span:after,.double-list .liveDashboard ._account_api .list-results thead dd.status span:after,.liveDashboard ._account_api .list-results thead .double-list dt.status span:after,.double-list .liveDashboard ._account_api .list-results thead dt.status span:after,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span:after,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title span:after,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:after,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label span:after,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span:after,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span:after,._account_api .liveDashboard .list-results thead .form-label.status span:after,._account_api .liveDashboard .list-results thead .status.status-log span:after,._account_api .liveDashboard .list-results thead .status.status-report-item span:after,._account_api .liveDashboard .list-results thead .double-list dd.status span:after,.double-list ._account_api .liveDashboard .list-results thead dd.status span:after,._account_api .liveDashboard .list-results thead .double-list dt.status span:after,.double-list ._account_api .liveDashboard .list-results thead dt.status span:after,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span:after,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title span:after,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:after,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label span:after,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span:after,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span:after,.liveDashboard .form-label.status ._account_api .list-results thead span:after,.liveDashboard .status.status-log ._account_api .list-results thead span:after,.liveDashboard .status.status-report-item ._account_api .list-results thead span:after,.liveDashboard .double-list dd.status ._account_api .list-results thead span:after,.double-list .liveDashboard dd.status ._account_api .list-results thead span:after,.liveDashboard .double-list dt.status ._account_api .list-results thead span:after,.double-list .liveDashboard dt.status ._account_api .list-results thead span:after,.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span:after,.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead span:after,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span:after,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead span:after,.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span:after,.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead span:after,.form-label.status ._account_api .liveDashboard .list-results thead span:after,.status.status-log ._account_api .liveDashboard .list-results thead span:after,.status.status-report-item ._account_api .liveDashboard .list-results thead span:after,.double-list dd.status ._account_api .liveDashboard .list-results thead span:after,.double-list dt.status ._account_api .liveDashboard .list-results thead span:after,.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead span:after,.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead span:after,.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead span:after,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span:after,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span:after,.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span:after,.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead span:after,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span:after,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span:after,.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span:after,.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead span:after,.liveDashboard ._account_api .list-results thead .sub-header .w-form label:after,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list label:after,._account_api .liveDashboard .list-results thead .sub-header .w-form label:after,._account_api .liveDashboard .list-results thead .sub-header .w-double-list label:after,.liveDashboard .sub-header .w-form ._account_api .list-results thead label:after,.liveDashboard .sub-header .w-double-list ._account_api .list-results thead label:after,.sub-header .w-form ._account_api .liveDashboard .list-results thead label:after,.sub-header .w-double-list ._account_api .liveDashboard .list-results thead label:after,.liveDashboard ._account_api .list-results thead .block-filters button:after,._account_api .liveDashboard .list-results thead .block-filters button:after,.liveDashboard .block-filters ._account_api .list-results thead button:after,.block-filters ._account_api .liveDashboard .list-results thead button:after,.liveDashboard ._account_api .list-results thead .block-filters select:after,._account_api .liveDashboard .list-results thead .block-filters select:after,.liveDashboard .block-filters ._account_api .list-results thead select:after,.block-filters ._account_api .liveDashboard .list-results thead select:after,.liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:after,._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:after,.liveDashboard .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-inactive:after,.form-auto-list ._account_api .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive:after,.liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active:after,._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active:after,.liveDashboard .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-active:after,.form-auto-list ._account_api .liveDashboard .list-results thead .form-auto-item.is-user-is-active:after,.liveDashboard ._account_api .list-results thead .list-results-header .status.title span:after,._account_api .liveDashboard .list-results thead .list-results-header .status.title span:after,.liveDashboard .list-results-header .status.title ._account_api .list-results thead span:after,.list-results-header .status.title ._account_api .liveDashboard .list-results thead span:after,.liveDashboard ._account_api .list-results thead tr span:after,._account_api .liveDashboard .list-results thead tr span:after,.liveDashboard ._account_api .list-results thead .icon:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label:after,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label:after,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label:after,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label:after,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label:after,.liveDashboard .toggleWrapper ._account_api .list-results thead input.mobileToggle+label:after,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label:after,.liveDashboard ._account_api .list-results thead tbody span.status:after,.liveDashboard ._account_api .list-results tbody thead span.status:after,.liveDashboard ._account_api .list-results thead tbody span.status:after,.liveDashboard ._account_api .list-results tbody thead span.status:after,.liveDashboard ._account_api .list-results thead tbody span.status:after,.liveDashboard ._account_api .list-results tbody thead span.status:after,.liveDashboard ._account_api .list-results thead tbody td.is-running span:after,.liveDashboard ._account_api .list-results tbody td.is-running thead span:after,.liveDashboard ._account_api .list-results thead tbody td.is-running span:after,.liveDashboard ._account_api .list-results tbody td.is-running thead span:after,.liveDashboard ._account_api .list-results thead tbody td.is-running span:after,.liveDashboard ._account_api .list-results tbody td.is-running thead span:after,.liveDashboard ._account_api .list-results thead tbody td.is-pending span:after,.liveDashboard ._account_api .list-results tbody td.is-pending thead span:after,.liveDashboard ._account_api .list-results thead tbody td.is-pending span:after,.liveDashboard ._account_api .list-results tbody td.is-pending thead span:after,.liveDashboard ._account_api .list-results thead tbody td.is-pending span:after,.liveDashboard ._account_api .list-results tbody td.is-pending thead span:after,._account_api .liveDashboard .list-results thead .icon:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label:after,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label:after,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label:after,._account_api .toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label:after,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label:after,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label:after,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label:after,._account_api .liveDashboard .list-results thead tbody span.status:after,._account_api .liveDashboard .list-results tbody thead span.status:after,._account_api .liveDashboard .list-results thead tbody span.status:after,._account_api .liveDashboard .list-results tbody thead span.status:after,._account_api .liveDashboard .list-results thead tbody span.status:after,._account_api .liveDashboard .list-results tbody thead span.status:after,._account_api .liveDashboard .list-results thead tbody td.is-running span:after,._account_api .liveDashboard .list-results tbody td.is-running thead span:after,._account_api .liveDashboard .list-results thead tbody td.is-running span:after,._account_api .liveDashboard .list-results tbody td.is-running thead span:after,._account_api .liveDashboard .list-results thead tbody td.is-running span:after,._account_api .liveDashboard .list-results tbody td.is-running thead span:after,._account_api .liveDashboard .list-results thead tbody td.is-pending span:after,._account_api .liveDashboard .list-results tbody td.is-pending thead span:after,._account_api .liveDashboard .list-results thead tbody td.is-pending span:after,._account_api .liveDashboard .list-results tbody td.is-pending thead span:after,._account_api .liveDashboard .list-results thead tbody td.is-pending span:after,._account_api .liveDashboard .list-results tbody td.is-pending thead span:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .filter:after,.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .filter:after,.liveDashboard ._account_api .list-results thead .form-label.status span:after,.liveDashboard ._account_api .list-results thead .status.status-log span:after,.liveDashboard ._account_api .list-results thead .status.status-report-item span:after,.liveDashboard ._account_api .list-results thead .double-list dd.status span:after,.double-list .liveDashboard ._account_api .list-results thead dd.status span:after,.liveDashboard ._account_api .list-results thead .double-list dt.status span:after,.double-list .liveDashboard ._account_api .list-results thead dt.status span:after,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span:after,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title span:after,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:after,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label span:after,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span:after,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span:after,._account_api .liveDashboard .list-results thead .form-label.status span:after,._account_api .liveDashboard .list-results thead .status.status-log span:after,._account_api .liveDashboard .list-results thead .status.status-report-item span:after,._account_api .liveDashboard .list-results thead .double-list dd.status span:after,.double-list ._account_api .liveDashboard .list-results thead dd.status span:after,._account_api .liveDashboard .list-results thead .double-list dt.status span:after,.double-list ._account_api .liveDashboard .list-results thead dt.status span:after,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span:after,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title span:after,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:after,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label span:after,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span:after,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span:after,.liveDashboard .form-label.status ._account_api .list-results thead span:after,.liveDashboard .status.status-log ._account_api .list-results thead span:after,.liveDashboard .status.status-report-item ._account_api .list-results thead span:after,.liveDashboard .double-list dd.status ._account_api .list-results thead span:after,.double-list .liveDashboard dd.status ._account_api .list-results thead span:after,.liveDashboard .double-list dt.status ._account_api .list-results thead span:after,.double-list .liveDashboard dt.status ._account_api .list-results thead span:after,.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span:after,.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead span:after,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span:after,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead span:after,.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span:after,.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead span:after,.form-label.status ._account_api .liveDashboard .list-results thead span:after,.status.status-log ._account_api .liveDashboard .list-results thead span:after,.status.status-report-item ._account_api .liveDashboard .list-results thead span:after,.double-list dd.status ._account_api .liveDashboard .list-results thead span:after,.double-list dt.status ._account_api .liveDashboard .list-results thead span:after,.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead span:after,.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead span:after,.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead span:after,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span:after,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span:after,.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span:after,.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead span:after,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span:after,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span:after,.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span:after,.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead span:after,.liveDashboard ._account_api .list-results thead .sub-header .w-form label:after,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list label:after,._account_api .liveDashboard .list-results thead .sub-header .w-form label:after,._account_api .liveDashboard .list-results thead .sub-header .w-double-list label:after,.liveDashboard .sub-header .w-form ._account_api .list-results thead label:after,.liveDashboard .sub-header .w-double-list ._account_api .list-results thead label:after,.sub-header .w-form ._account_api .liveDashboard .list-results thead label:after,.sub-header .w-double-list ._account_api .liveDashboard .list-results thead label:after,.liveDashboard ._account_api .list-results thead .block-filters button:after,._account_api .liveDashboard .list-results thead .block-filters button:after,.liveDashboard .block-filters ._account_api .list-results thead button:after,.block-filters ._account_api .liveDashboard .list-results thead button:after,.liveDashboard ._account_api .list-results thead .block-filters select:after,._account_api .liveDashboard .list-results thead .block-filters select:after,.liveDashboard .block-filters ._account_api .list-results thead select:after,.block-filters ._account_api .liveDashboard .list-results thead select:after,.liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:after,._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:after,.liveDashboard .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-inactive:after,.form-auto-list ._account_api .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive:after,.liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active:after,._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active:after,.liveDashboard .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-active:after,.form-auto-list ._account_api .liveDashboard .list-results thead .form-auto-item.is-user-is-active:after,.liveDashboard ._account_api .list-results thead .list-results-header .status.title span:after,._account_api .liveDashboard .list-results thead .list-results-header .status.title span:after,.liveDashboard .list-results-header .status.title ._account_api .list-results thead span:after,.list-results-header .status.title ._account_api .liveDashboard .list-results thead span:after,.liveDashboard ._account_api .list-results thead tr span:after,._account_api .liveDashboard .list-results thead tr span:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .dropdown-toggle:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .filter:after,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .filter:after,._account_api .form-label.status .liveDashboard .list-results thead span:after,._account_api .status.status-log .liveDashboard .list-results thead span:after,._account_api .status.status-report-item .liveDashboard .list-results thead span:after,._account_api .double-list dd.status .liveDashboard .list-results thead span:after,.double-list ._account_api dd.status .liveDashboard .list-results thead span:after,._account_api .double-list dt.status .liveDashboard .list-results thead span:after,.double-list ._account_api dt.status .liveDashboard .list-results thead span:after,._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span:after,.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead span:after,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span:after,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead span:after,._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span:after,.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead span:after,.form-label.status .liveDashboard ._account_api .list-results thead span:after,.status.status-log .liveDashboard ._account_api .list-results thead span:after,.status.status-report-item .liveDashboard ._account_api .list-results thead span:after,.double-list dd.status .liveDashboard ._account_api .list-results thead span:after,.double-list dt.status .liveDashboard ._account_api .list-results thead span:after,.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead span:after,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead span:after,.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead span:after,._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span:after,.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead span:after,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span:after,.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead span:after,._account_api .sub-header .w-form .liveDashboard .list-results thead label:after,._account_api .sub-header .w-double-list .liveDashboard .list-results thead label:after,.sub-header .w-form .liveDashboard ._account_api .list-results thead label:after,.sub-header .w-double-list .liveDashboard ._account_api .list-results thead label:after,._account_api .block-filters .liveDashboard .list-results thead button:after,.block-filters .liveDashboard ._account_api .list-results thead button:after,._account_api .block-filters .liveDashboard .list-results thead select:after,.block-filters .liveDashboard ._account_api .list-results thead select:after,._account_api .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive:after,.form-auto-list .liveDashboard ._account_api .list-results thead .form-auto-item.is-user-is-inactive:after,._account_api .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-active:after,.form-auto-list .liveDashboard ._account_api .list-results thead .form-auto-item.is-user-is-active:after,._account_api .list-results-header .status.title .liveDashboard .list-results thead span:after,.list-results-header .status.title .liveDashboard ._account_api .list-results thead span:after,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .dropdown-toggle:after,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:after,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .filter:after,.liveDashboard .list-results thead .form-label.status span:after,.liveDashboard .list-results thead .status.status-log span:after,.liveDashboard .list-results thead .status.status-report-item span:after,.liveDashboard .list-results thead .double-list dd.status span:after,.double-list .liveDashboard .list-results thead dd.status span:after,.liveDashboard .list-results thead .double-list dt.status span:after,.double-list .liveDashboard .list-results thead dt.status span:after,.liveDashboard .list-results thead .w-cards-container .w-card .status.title span:after,.w-cards-container .w-card .liveDashboard .list-results thead .status.title span:after,.liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:after,.w-cards-container .w-card.centered .w-value .liveDashboard .list-results thead .status.label span:after,.liveDashboard .list-results thead tbody tr.sublist .status.title span:after,.liveDashboard .list-results tbody tr.sublist thead .status.title span:after,.form-label.status .liveDashboard .list-results thead span:after,.status.status-log .liveDashboard .list-results thead span:after,.status.status-report-item .liveDashboard .list-results thead span:after,.double-list dd.status .liveDashboard .list-results thead span:after,.double-list dt.status .liveDashboard .list-results thead span:after,.w-cards-container .w-card .status.title .liveDashboard .list-results thead span:after,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span:after,.list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span:after,.liveDashboard .list-results thead .w-filters-selected label.status.small span:after,.w-filters-selected label.status.small .liveDashboard .list-results thead span:after,.liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span:after,.w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span:after,.liveDashboard .list-results thead .sub-header .w-form label:after,.liveDashboard .list-results thead .sub-header .w-double-list label:after,.sub-header .w-form .liveDashboard .list-results thead label:after,.sub-header .w-double-list .liveDashboard .list-results thead label:after,.liveDashboard .list-results thead .block-filters button:after,.block-filters .liveDashboard .list-results thead button:after,.liveDashboard .list-results thead .block-filters select:after,.block-filters .liveDashboard .list-results thead select:after,.liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:after,.form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive:after,.liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active:after,.form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-active:after,.liveDashboard .list-results thead .list-results-header .status.title span:after,.list-results-header .status.title .liveDashboard .list-results thead span:after,.liveDashboard .list-results thead tr span:after,._account_api .list-results thead .icon:after,._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus ._account_api .list-results thead .dialog-aside:after,._account_api .list-results thead .w-toast .toast.plus:after,.w-toast ._account_api .list-results thead .toast.plus:after,._account_api .list-results thead .toggleWrapper input.mobileToggle+label:after,.toggleWrapper ._account_api .list-results thead input.mobileToggle+label:after,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label:after,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label:after,._account_api .toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label:after,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label:after,._account_api .list-results thead .toggleWrapper input.mobileToggle+label:after,.toggleWrapper ._account_api .list-results thead input.mobileToggle+label:after,._account_api .list-results thead tbody span.status:after,._account_api .list-results tbody thead span.status:after,._account_api .liveDashboard .list-results thead tbody span.status:after,.liveDashboard ._account_api .list-results thead tbody span.status:after,._account_api .liveDashboard .list-results tbody thead span.status:after,.liveDashboard ._account_api .list-results tbody thead span.status:after,._account_api .list-results thead tbody span.status:after,._account_api .list-results tbody thead span.status:after,._account_api .list-results thead tbody td.is-running span:after,._account_api .list-results tbody td.is-running thead span:after,._account_api .liveDashboard .list-results thead tbody td.is-running span:after,.liveDashboard ._account_api .list-results thead tbody td.is-running span:after,._account_api .liveDashboard .list-results tbody td.is-running thead span:after,.liveDashboard ._account_api .list-results tbody td.is-running thead span:after,._account_api .list-results thead tbody td.is-running span:after,._account_api .list-results tbody td.is-running thead span:after,._account_api .list-results thead tbody td.is-pending span:after,._account_api .list-results tbody td.is-pending thead span:after,._account_api .liveDashboard .list-results thead tbody td.is-pending span:after,.liveDashboard ._account_api .list-results thead tbody td.is-pending span:after,._account_api .liveDashboard .list-results tbody td.is-pending thead span:after,.liveDashboard ._account_api .list-results tbody td.is-pending thead span:after,._account_api .list-results thead tbody td.is-pending span:after,._account_api .list-results tbody td.is-pending thead span:after,._account_api .liveDashboard .list-results thead .icon:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label:after,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label:after,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label:after,._account_api .toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label:after,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label:after,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label:after,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label:after,._account_api .liveDashboard .list-results thead tbody span.status:after,._account_api .liveDashboard .list-results tbody thead span.status:after,._account_api .liveDashboard .list-results thead tbody span.status:after,._account_api .liveDashboard .list-results tbody thead span.status:after,._account_api .liveDashboard .list-results thead tbody span.status:after,._account_api .liveDashboard .list-results tbody thead span.status:after,._account_api .liveDashboard .list-results thead tbody td.is-running span:after,._account_api .liveDashboard .list-results tbody td.is-running thead span:after,._account_api .liveDashboard .list-results thead tbody td.is-running span:after,._account_api .liveDashboard .list-results tbody td.is-running thead span:after,._account_api .liveDashboard .list-results thead tbody td.is-running span:after,._account_api .liveDashboard .list-results tbody td.is-running thead span:after,._account_api .liveDashboard .list-results thead tbody td.is-pending span:after,._account_api .liveDashboard .list-results tbody td.is-pending thead span:after,._account_api .liveDashboard .list-results thead tbody td.is-pending span:after,._account_api .liveDashboard .list-results tbody td.is-pending thead span:after,._account_api .liveDashboard .list-results thead tbody td.is-pending span:after,._account_api .liveDashboard .list-results tbody td.is-pending thead span:after,.liveDashboard ._account_api .list-results thead .icon:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label:after,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label:after,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label:after,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label:after,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label:after,.liveDashboard .toggleWrapper ._account_api .list-results thead input.mobileToggle+label:after,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label:after,.liveDashboard ._account_api .list-results thead tbody span.status:after,.liveDashboard ._account_api .list-results tbody thead span.status:after,.liveDashboard ._account_api .list-results thead tbody span.status:after,.liveDashboard ._account_api .list-results tbody thead span.status:after,.liveDashboard ._account_api .list-results thead tbody span.status:after,.liveDashboard ._account_api .list-results tbody thead span.status:after,.liveDashboard ._account_api .list-results thead tbody td.is-running span:after,.liveDashboard ._account_api .list-results tbody td.is-running thead span:after,.liveDashboard ._account_api .list-results thead tbody td.is-running span:after,.liveDashboard ._account_api .list-results tbody td.is-running thead span:after,.liveDashboard ._account_api .list-results thead tbody td.is-running span:after,.liveDashboard ._account_api .list-results tbody td.is-running thead span:after,.liveDashboard ._account_api .list-results thead tbody td.is-pending span:after,.liveDashboard ._account_api .list-results tbody td.is-pending thead span:after,.liveDashboard ._account_api .list-results thead tbody td.is-pending span:after,.liveDashboard ._account_api .list-results tbody td.is-pending thead span:after,.liveDashboard ._account_api .list-results thead tbody td.is-pending span:after,.liveDashboard ._account_api .list-results tbody td.is-pending thead span:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .filter:after,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .filter:after,._account_api .liveDashboard .list-results thead .form-label.status span:after,._account_api .liveDashboard .list-results thead .status.status-log span:after,._account_api .liveDashboard .list-results thead .status.status-report-item span:after,._account_api .liveDashboard .list-results thead .double-list dd.status span:after,.double-list ._account_api .liveDashboard .list-results thead dd.status span:after,._account_api .liveDashboard .list-results thead .double-list dt.status span:after,.double-list ._account_api .liveDashboard .list-results thead dt.status span:after,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span:after,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title span:after,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:after,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label span:after,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span:after,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span:after,.liveDashboard ._account_api .list-results thead .form-label.status span:after,.liveDashboard ._account_api .list-results thead .status.status-log span:after,.liveDashboard ._account_api .list-results thead .status.status-report-item span:after,.liveDashboard ._account_api .list-results thead .double-list dd.status span:after,.double-list .liveDashboard ._account_api .list-results thead dd.status span:after,.liveDashboard ._account_api .list-results thead .double-list dt.status span:after,.double-list .liveDashboard ._account_api .list-results thead dt.status span:after,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span:after,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title span:after,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:after,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label span:after,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span:after,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span:after,._account_api .form-label.status .liveDashboard .list-results thead span:after,._account_api .status.status-log .liveDashboard .list-results thead span:after,._account_api .status.status-report-item .liveDashboard .list-results thead span:after,._account_api .double-list dd.status .liveDashboard .list-results thead span:after,.double-list ._account_api dd.status .liveDashboard .list-results thead span:after,._account_api .double-list dt.status .liveDashboard .list-results thead span:after,.double-list ._account_api dt.status .liveDashboard .list-results thead span:after,._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span:after,.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead span:after,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span:after,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead span:after,._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span:after,.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead span:after,.form-label.status .liveDashboard ._account_api .list-results thead span:after,.status.status-log .liveDashboard ._account_api .list-results thead span:after,.status.status-report-item .liveDashboard ._account_api .list-results thead span:after,.double-list dd.status .liveDashboard ._account_api .list-results thead span:after,.double-list dt.status .liveDashboard ._account_api .list-results thead span:after,.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead span:after,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead span:after,.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead span:after,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span:after,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span:after,._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span:after,.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead span:after,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span:after,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span:after,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span:after,.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead span:after,._account_api .liveDashboard .list-results thead .sub-header .w-form label:after,._account_api .liveDashboard .list-results thead .sub-header .w-double-list label:after,.liveDashboard ._account_api .list-results thead .sub-header .w-form label:after,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list label:after,._account_api .sub-header .w-form .liveDashboard .list-results thead label:after,._account_api .sub-header .w-double-list .liveDashboard .list-results thead label:after,.sub-header .w-form .liveDashboard ._account_api .list-results thead label:after,.sub-header .w-double-list .liveDashboard ._account_api .list-results thead label:after,._account_api .liveDashboard .list-results thead .block-filters button:after,.liveDashboard ._account_api .list-results thead .block-filters button:after,._account_api .block-filters .liveDashboard .list-results thead button:after,.block-filters .liveDashboard ._account_api .list-results thead button:after,._account_api .liveDashboard .list-results thead .block-filters select:after,.liveDashboard ._account_api .list-results thead .block-filters select:after,._account_api .block-filters .liveDashboard .list-results thead select:after,.block-filters .liveDashboard ._account_api .list-results thead select:after,._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:after,.liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:after,._account_api .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive:after,.form-auto-list .liveDashboard ._account_api .list-results thead .form-auto-item.is-user-is-inactive:after,._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active:after,.liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active:after,._account_api .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-active:after,.form-auto-list .liveDashboard ._account_api .list-results thead .form-auto-item.is-user-is-active:after,._account_api .liveDashboard .list-results thead .list-results-header .status.title span:after,.liveDashboard ._account_api .list-results thead .list-results-header .status.title span:after,._account_api .list-results-header .status.title .liveDashboard .list-results thead span:after,.list-results-header .status.title .liveDashboard ._account_api .list-results thead span:after,._account_api .liveDashboard .list-results thead tr span:after,.liveDashboard ._account_api .list-results thead tr span:after,._account_api .list-results thead .icon:after,._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus ._account_api .list-results thead .dialog-aside:after,._account_api .list-results thead .w-toast .toast.plus:after,.w-toast ._account_api .list-results thead .toast.plus:after,._account_api .list-results thead .toggleWrapper input.mobileToggle+label:after,.toggleWrapper ._account_api .list-results thead input.mobileToggle+label:after,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label:after,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label:after,._account_api .toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label:after,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label:after,._account_api .list-results thead .toggleWrapper input.mobileToggle+label:after,.toggleWrapper ._account_api .list-results thead input.mobileToggle+label:after,._account_api .list-results thead tbody span.status:after,._account_api .list-results tbody thead span.status:after,._account_api .liveDashboard .list-results thead tbody span.status:after,.liveDashboard ._account_api .list-results thead tbody span.status:after,._account_api .liveDashboard .list-results tbody thead span.status:after,.liveDashboard ._account_api .list-results tbody thead span.status:after,._account_api .list-results thead tbody span.status:after,._account_api .list-results tbody thead span.status:after,._account_api .list-results thead tbody td.is-running span:after,._account_api .list-results tbody td.is-running thead span:after,._account_api .liveDashboard .list-results thead tbody td.is-running span:after,.liveDashboard ._account_api .list-results thead tbody td.is-running span:after,._account_api .liveDashboard .list-results tbody td.is-running thead span:after,.liveDashboard ._account_api .list-results tbody td.is-running thead span:after,._account_api .list-results thead tbody td.is-running span:after,._account_api .list-results tbody td.is-running thead span:after,._account_api .list-results thead tbody td.is-pending span:after,._account_api .list-results tbody td.is-pending thead span:after,._account_api .liveDashboard .list-results thead tbody td.is-pending span:after,.liveDashboard ._account_api .list-results thead tbody td.is-pending span:after,._account_api .liveDashboard .list-results tbody td.is-pending thead span:after,.liveDashboard ._account_api .list-results tbody td.is-pending thead span:after,._account_api .list-results thead tbody td.is-pending span:after,._account_api .list-results tbody td.is-pending thead span:after,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .dropdown-toggle:after,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:after,.w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .filter:after,._account_api .list-results thead .form-label.status span:after,._account_api .list-results thead .status.status-log span:after,._account_api .list-results thead .status.status-report-item span:after,._account_api .list-results thead .double-list dd.status span:after,.double-list ._account_api .list-results thead dd.status span:after,._account_api .list-results thead .double-list dt.status span:after,.double-list ._account_api .list-results thead dt.status span:after,._account_api .list-results thead .w-cards-container .w-card .status.title span:after,.w-cards-container .w-card ._account_api .list-results thead .status.title span:after,._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:after,.w-cards-container .w-card.centered .w-value ._account_api .list-results thead .status.label span:after,._account_api .list-results thead tbody tr.sublist .status.title span:after,._account_api .list-results tbody tr.sublist thead .status.title span:after,.form-label.status ._account_api .list-results thead span:after,.status.status-log ._account_api .list-results thead span:after,.status.status-report-item ._account_api .list-results thead span:after,.double-list dd.status ._account_api .list-results thead span:after,.double-list dt.status ._account_api .list-results thead span:after,.w-cards-container .w-card .status.title ._account_api .list-results thead span:after,.w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span:after,.list-results tbody tr.sublist .status.title ._account_api .list-results thead span:after,._account_api .list-results thead .w-filters-selected label.status.small span:after,.w-filters-selected label.status.small ._account_api .list-results thead span:after,._account_api .list-results thead .w-filters-selected .status.btn-f-s span:after,.w-filters-selected .status.btn-f-s ._account_api .list-results thead span:after,._account_api .list-results thead .sub-header .w-form label:after,._account_api .list-results thead .sub-header .w-double-list label:after,.sub-header .w-form ._account_api .list-results thead label:after,.sub-header .w-double-list ._account_api .list-results thead label:after,._account_api .list-results thead .block-filters button:after,.block-filters ._account_api .list-results thead button:after,._account_api .list-results thead .block-filters select:after,.block-filters ._account_api .list-results thead select:after,._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:after,.form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-inactive:after,._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active:after,.form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-active:after,._account_api .list-results thead .list-results-header .status.title span:after,.list-results-header .status.title ._account_api .list-results thead span:after,._account_api .list-results thead tr span:after,.liveDashboard ._account_api .list-results thead .icon:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label:after,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label:after,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label:after,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label:after,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label:after,.liveDashboard .toggleWrapper ._account_api .list-results thead input.mobileToggle+label:after,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label:after,.liveDashboard ._account_api .list-results thead tbody span.status:after,.liveDashboard ._account_api .list-results tbody thead span.status:after,.liveDashboard ._account_api .list-results thead tbody span.status:after,.liveDashboard ._account_api .list-results tbody thead span.status:after,.liveDashboard ._account_api .list-results thead tbody span.status:after,.liveDashboard ._account_api .list-results tbody thead span.status:after,.liveDashboard ._account_api .list-results thead tbody td.is-running span:after,.liveDashboard ._account_api .list-results tbody td.is-running thead span:after,.liveDashboard ._account_api .list-results thead tbody td.is-running span:after,.liveDashboard ._account_api .list-results tbody td.is-running thead span:after,.liveDashboard ._account_api .list-results thead tbody td.is-running span:after,.liveDashboard ._account_api .list-results tbody td.is-running thead span:after,.liveDashboard ._account_api .list-results thead tbody td.is-pending span:after,.liveDashboard ._account_api .list-results tbody td.is-pending thead span:after,.liveDashboard ._account_api .list-results thead tbody td.is-pending span:after,.liveDashboard ._account_api .list-results tbody td.is-pending thead span:after,.liveDashboard ._account_api .list-results thead tbody td.is-pending span:after,.liveDashboard ._account_api .list-results tbody td.is-pending thead span:after,._account_api .liveDashboard .list-results thead .icon:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label:after,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label:after,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label:after,._account_api .toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label:after,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label:after,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label:after,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label:after,._account_api .liveDashboard .list-results thead tbody span.status:after,._account_api .liveDashboard .list-results tbody thead span.status:after,._account_api .liveDashboard .list-results thead tbody span.status:after,._account_api .liveDashboard .list-results tbody thead span.status:after,._account_api .liveDashboard .list-results thead tbody span.status:after,._account_api .liveDashboard .list-results tbody thead span.status:after,._account_api .liveDashboard .list-results thead tbody td.is-running span:after,._account_api .liveDashboard .list-results tbody td.is-running thead span:after,._account_api .liveDashboard .list-results thead tbody td.is-running span:after,._account_api .liveDashboard .list-results tbody td.is-running thead span:after,._account_api .liveDashboard .list-results thead tbody td.is-running span:after,._account_api .liveDashboard .list-results tbody td.is-running thead span:after,._account_api .liveDashboard .list-results thead tbody td.is-pending span:after,._account_api .liveDashboard .list-results tbody td.is-pending thead span:after,._account_api .liveDashboard .list-results thead tbody td.is-pending span:after,._account_api .liveDashboard .list-results tbody td.is-pending thead span:after,._account_api .liveDashboard .list-results thead tbody td.is-pending span:after,._account_api .liveDashboard .list-results tbody td.is-pending thead span:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .filter:after,.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .filter:after,.liveDashboard ._account_api .list-results thead .form-label.status span:after,.liveDashboard ._account_api .list-results thead .status.status-log span:after,.liveDashboard ._account_api .list-results thead .status.status-report-item span:after,.liveDashboard ._account_api .list-results thead .double-list dd.status span:after,.double-list .liveDashboard ._account_api .list-results thead dd.status span:after,.liveDashboard ._account_api .list-results thead .double-list dt.status span:after,.double-list .liveDashboard ._account_api .list-results thead dt.status span:after,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span:after,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title span:after,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:after,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label span:after,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span:after,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span:after,._account_api .liveDashboard .list-results thead .form-label.status span:after,._account_api .liveDashboard .list-results thead .status.status-log span:after,._account_api .liveDashboard .list-results thead .status.status-report-item span:after,._account_api .liveDashboard .list-results thead .double-list dd.status span:after,.double-list ._account_api .liveDashboard .list-results thead dd.status span:after,._account_api .liveDashboard .list-results thead .double-list dt.status span:after,.double-list ._account_api .liveDashboard .list-results thead dt.status span:after,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span:after,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title span:after,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:after,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label span:after,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span:after,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span:after,.liveDashboard .form-label.status ._account_api .list-results thead span:after,.liveDashboard .status.status-log ._account_api .list-results thead span:after,.liveDashboard .status.status-report-item ._account_api .list-results thead span:after,.liveDashboard .double-list dd.status ._account_api .list-results thead span:after,.double-list .liveDashboard dd.status ._account_api .list-results thead span:after,.liveDashboard .double-list dt.status ._account_api .list-results thead span:after,.double-list .liveDashboard dt.status ._account_api .list-results thead span:after,.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span:after,.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead span:after,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span:after,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead span:after,.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span:after,.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead span:after,.form-label.status ._account_api .liveDashboard .list-results thead span:after,.status.status-log ._account_api .liveDashboard .list-results thead span:after,.status.status-report-item ._account_api .liveDashboard .list-results thead span:after,.double-list dd.status ._account_api .liveDashboard .list-results thead span:after,.double-list dt.status ._account_api .liveDashboard .list-results thead span:after,.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead span:after,.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead span:after,.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead span:after,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span:after,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span:after,.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span:after,.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead span:after,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span:after,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span:after,.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span:after,.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead span:after,.liveDashboard ._account_api .list-results thead .sub-header .w-form label:after,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list label:after,._account_api .liveDashboard .list-results thead .sub-header .w-form label:after,._account_api .liveDashboard .list-results thead .sub-header .w-double-list label:after,.liveDashboard .sub-header .w-form ._account_api .list-results thead label:after,.liveDashboard .sub-header .w-double-list ._account_api .list-results thead label:after,.sub-header .w-form ._account_api .liveDashboard .list-results thead label:after,.sub-header .w-double-list ._account_api .liveDashboard .list-results thead label:after,.liveDashboard ._account_api .list-results thead .block-filters button:after,._account_api .liveDashboard .list-results thead .block-filters button:after,.liveDashboard .block-filters ._account_api .list-results thead button:after,.block-filters ._account_api .liveDashboard .list-results thead button:after,.liveDashboard ._account_api .list-results thead .block-filters select:after,._account_api .liveDashboard .list-results thead .block-filters select:after,.liveDashboard .block-filters ._account_api .list-results thead select:after,.block-filters ._account_api .liveDashboard .list-results thead select:after,.liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:after,._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:after,.liveDashboard .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-inactive:after,.form-auto-list ._account_api .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive:after,.liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active:after,._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active:after,.liveDashboard .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-active:after,.form-auto-list ._account_api .liveDashboard .list-results thead .form-auto-item.is-user-is-active:after,.liveDashboard ._account_api .list-results thead .list-results-header .status.title span:after,._account_api .liveDashboard .list-results thead .list-results-header .status.title span:after,.liveDashboard .list-results-header .status.title ._account_api .list-results thead span:after,.list-results-header .status.title ._account_api .liveDashboard .list-results thead span:after,.liveDashboard ._account_api .list-results thead tr span:after,._account_api .liveDashboard .list-results thead tr span:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .dropdown-toggle:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .filter:after,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .filter:after,._account_api .form-label.status .liveDashboard .list-results thead span:after,._account_api .status.status-log .liveDashboard .list-results thead span:after,._account_api .status.status-report-item .liveDashboard .list-results thead span:after,._account_api .double-list dd.status .liveDashboard .list-results thead span:after,.double-list ._account_api dd.status .liveDashboard .list-results thead span:after,._account_api .double-list dt.status .liveDashboard .list-results thead span:after,.double-list ._account_api dt.status .liveDashboard .list-results thead span:after,._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span:after,.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead span:after,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span:after,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead span:after,._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span:after,.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead span:after,.form-label.status .liveDashboard ._account_api .list-results thead span:after,.status.status-log .liveDashboard ._account_api .list-results thead span:after,.status.status-report-item .liveDashboard ._account_api .list-results thead span:after,.double-list dd.status .liveDashboard ._account_api .list-results thead span:after,.double-list dt.status .liveDashboard ._account_api .list-results thead span:after,.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead span:after,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead span:after,.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead span:after,._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span:after,.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead span:after,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span:after,.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead span:after,._account_api .sub-header .w-form .liveDashboard .list-results thead label:after,._account_api .sub-header .w-double-list .liveDashboard .list-results thead label:after,.sub-header .w-form .liveDashboard ._account_api .list-results thead label:after,.sub-header .w-double-list .liveDashboard ._account_api .list-results thead label:after,._account_api .block-filters .liveDashboard .list-results thead button:after,.block-filters .liveDashboard ._account_api .list-results thead button:after,._account_api .block-filters .liveDashboard .list-results thead select:after,.block-filters .liveDashboard ._account_api .list-results thead select:after,._account_api .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive:after,.form-auto-list .liveDashboard ._account_api .list-results thead .form-auto-item.is-user-is-inactive:after,._account_api .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-active:after,.form-auto-list .liveDashboard ._account_api .list-results thead .form-auto-item.is-user-is-active:after,._account_api .list-results-header .status.title .liveDashboard .list-results thead span:after,.list-results-header .status.title .liveDashboard ._account_api .list-results thead span:after,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .dropdown-toggle:after,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:after,.w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .filter:after,._account_api .list-results thead .form-label.status span:after,._account_api .list-results thead .status.status-log span:after,._account_api .list-results thead .status.status-report-item span:after,._account_api .list-results thead .double-list dd.status span:after,.double-list ._account_api .list-results thead dd.status span:after,._account_api .list-results thead .double-list dt.status span:after,.double-list ._account_api .list-results thead dt.status span:after,._account_api .list-results thead .w-cards-container .w-card .status.title span:after,.w-cards-container .w-card ._account_api .list-results thead .status.title span:after,._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:after,.w-cards-container .w-card.centered .w-value ._account_api .list-results thead .status.label span:after,._account_api .list-results thead tbody tr.sublist .status.title span:after,._account_api .list-results tbody tr.sublist thead .status.title span:after,.form-label.status ._account_api .list-results thead span:after,.status.status-log ._account_api .list-results thead span:after,.status.status-report-item ._account_api .list-results thead span:after,.double-list dd.status ._account_api .list-results thead span:after,.double-list dt.status ._account_api .list-results thead span:after,.w-cards-container .w-card .status.title ._account_api .list-results thead span:after,.w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span:after,.list-results tbody tr.sublist .status.title ._account_api .list-results thead span:after,._account_api .list-results thead .w-filters-selected label.status.small span:after,.w-filters-selected label.status.small ._account_api .list-results thead span:after,._account_api .list-results thead .w-filters-selected .status.btn-f-s span:after,.w-filters-selected .status.btn-f-s ._account_api .list-results thead span:after,._account_api .list-results thead .sub-header .w-form label:after,._account_api .list-results thead .sub-header .w-double-list label:after,.sub-header .w-form ._account_api .list-results thead label:after,.sub-header .w-double-list ._account_api .list-results thead label:after,._account_api .list-results thead .block-filters button:after,.block-filters ._account_api .list-results thead button:after,._account_api .list-results thead .block-filters select:after,.block-filters ._account_api .list-results thead select:after,._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:after,.form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-inactive:after,._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active:after,.form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-active:after,._account_api .list-results thead .list-results-header .status.title span:after,.list-results-header .status.title ._account_api .list-results thead span:after,._account_api .list-results thead tr span:after,.sidebar-default.sidebar-default-right .sidebar-default-body .filter-group .filter-checkbox:after,.add-filters-dropdown .w-add-filters-list>div.filter-group .filter-checkbox:after,.filter-preset .filter-field-name button:after,.btn:after,.pagination a:after,.goal-option .expend-label:after{color:#a5a5a5}.button-default.no-text span,.liveDashboard .list-results thead .no-text.icon span,.liveDashboard .list-results thead .no-text.w-alert-banner:before span,.liveDashboard .list-results thead .no-text.w-alert-banner:before span,.liveDashboard ._account_api .list-results thead .no-text.w-alert-banner:before span,._account_api .liveDashboard .list-results thead .no-text.w-alert-banner:before span,.liveDashboard .list-results thead .w-dialog.plus .no-text.dialog-aside:after span,.w-dialog.plus .liveDashboard .list-results thead .no-text.dialog-aside:after span,.liveDashboard .list-results thead .w-toast .no-text.toast.plus:after span,.w-toast .liveDashboard .list-results thead .no-text.toast.plus:after span,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .no-text.btn-period-clear:before span,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .no-text.btn-period-clear:before span,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .no-text.btn-filter:before span,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .no-text.btn-filter:before span,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .no-text.btn-period-edit:before span,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .no-text.btn-period-edit:before span,.liveDashboard .list-results thead .block-filters .no-text.btn-filter:before span,.block-filters .liveDashboard .list-results thead .no-text.btn-filter:before span,.liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.no-text span,.toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label.no-text span,.liveDashboard .list-results thead tbody span.no-text.status span,.liveDashboard .list-results tbody thead span.no-text.status span,.liveDashboard .list-results thead tbody td.is-running span.no-text span,.liveDashboard .list-results tbody td.is-running thead span.no-text span,.liveDashboard .list-results thead tbody td.is-pending span.no-text span,.liveDashboard .list-results tbody td.is-pending thead span.no-text span,.liveDashboard .list-results thead .no-text.icon span,.liveDashboard .list-results thead .no-text.w-alert-banner:before span,.liveDashboard .list-results thead .no-text.w-alert-banner:before span,.liveDashboard ._account_api .list-results thead .no-text.w-alert-banner:before span,._account_api .liveDashboard .list-results thead .no-text.w-alert-banner:before span,.liveDashboard .list-results thead .w-dialog.plus .no-text.dialog-aside:after span,.w-dialog.plus .liveDashboard .list-results thead .no-text.dialog-aside:after span,.liveDashboard .list-results thead .w-toast .no-text.toast.plus:after span,.w-toast .liveDashboard .list-results thead .no-text.toast.plus:after span,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .no-text.btn-period-clear:before span,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .no-text.btn-period-clear:before span,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .no-text.btn-filter:before span,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .no-text.btn-filter:before span,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .no-text.btn-period-edit:before span,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .no-text.btn-period-edit:before span,.liveDashboard .list-results thead .block-filters .no-text.btn-filter:before span,.block-filters .liveDashboard .list-results thead .no-text.btn-filter:before span,.liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.no-text span,.toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label.no-text span,.liveDashboard .list-results thead tbody span.no-text.status span,.liveDashboard .list-results tbody thead span.no-text.status span,.liveDashboard .list-results thead tbody td.is-running span.no-text span,.liveDashboard .list-results tbody td.is-running thead span.no-text span,.liveDashboard .list-results thead tbody td.is-pending span.no-text span,.liveDashboard .list-results tbody td.is-pending thead span.no-text span,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .no-text.dropdown-toggle:after span,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .no-text.dropdown-toggle:after span,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .no-text.filter span,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .no-text.filter span,.liveDashboard .list-results thead .form-label.status span.no-text span,.liveDashboard .list-results thead .status.status-log span.no-text span,.liveDashboard .list-results thead .status.status-report-item span.no-text span,.liveDashboard .list-results thead .double-list dd.status span.no-text span,.double-list .liveDashboard .list-results thead dd.status span.no-text span,.liveDashboard .list-results thead .double-list dt.status span.no-text span,.double-list .liveDashboard .list-results thead dt.status span.no-text span,.liveDashboard .list-results thead .w-cards-container .w-card .status.title span.no-text span,.w-cards-container .w-card .liveDashboard .list-results thead .status.title span.no-text span,.liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.no-text span,.w-cards-container .w-card.centered .w-value .liveDashboard .list-results thead .status.label span.no-text span,.liveDashboard .list-results thead tbody tr.sublist .status.title span.no-text span,.liveDashboard .list-results tbody tr.sublist thead .status.title span.no-text span,.form-label.status .liveDashboard .list-results thead span.no-text span,.status.status-log .liveDashboard .list-results thead span.no-text span,.status.status-report-item .liveDashboard .list-results thead span.no-text span,.double-list dd.status .liveDashboard .list-results thead span.no-text span,.double-list dt.status .liveDashboard .list-results thead span.no-text span,.w-cards-container .w-card .status.title .liveDashboard .list-results thead span.no-text span,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.no-text span,.list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.no-text span,.liveDashboard .list-results thead .w-filters-selected label.status.small span.no-text span,.w-filters-selected label.status.small .liveDashboard .list-results thead span.no-text span,.liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.no-text span,.w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.no-text span,.liveDashboard .list-results thead .sub-header .w-form label.no-text span,.liveDashboard .list-results thead .sub-header .w-double-list label.no-text span,.sub-header .w-form .liveDashboard .list-results thead label.no-text span,.sub-header .w-double-list .liveDashboard .list-results thead label.no-text span,.liveDashboard .list-results thead .block-filters button.no-text:after span,.block-filters .liveDashboard .list-results thead button.no-text:after span,.liveDashboard .list-results thead .block-filters select.no-text:after span,.block-filters .liveDashboard .list-results thead select.no-text:after span,.liveDashboard .list-results thead .form-auto-list .no-text.form-auto-item.is-user-is-inactive span,.form-auto-list .liveDashboard .list-results thead .no-text.form-auto-item.is-user-is-inactive span,.liveDashboard .list-results thead .form-auto-list .no-text.form-auto-item.is-user-is-active span,.form-auto-list .liveDashboard .list-results thead .no-text.form-auto-item.is-user-is-active span,.liveDashboard .list-results thead .list-results-header .status.title span.no-text span,.list-results-header .status.title .liveDashboard .list-results thead span.no-text span,.liveDashboard .list-results thead tr span.no-text span,.liveDashboard ._account_api .list-results thead .no-text.icon span,.liveDashboard ._account_api .list-results thead .no-text.w-alert-banner:before span,.liveDashboard ._account_api .list-results thead .no-text.w-alert-banner:before span,.liveDashboard ._account_api .list-results thead .no-text.w-alert-banner:before span,.liveDashboard ._account_api .list-results thead .w-dialog.plus .no-text.dialog-aside:after span,.w-dialog.plus .liveDashboard ._account_api .list-results thead .no-text.dialog-aside:after span,.liveDashboard ._account_api .list-results thead .w-toast .no-text.toast.plus:after span,.w-toast .liveDashboard ._account_api .list-results thead .no-text.toast.plus:after span,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .no-text.btn-period-clear:before span,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .no-text.btn-period-clear:before span,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .no-text.btn-filter:before span,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .no-text.btn-filter:before span,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .no-text.btn-period-edit:before span,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .no-text.btn-period-edit:before span,.liveDashboard ._account_api .list-results thead .block-filters .no-text.btn-filter:before span,.block-filters .liveDashboard ._account_api .list-results thead .no-text.btn-filter:before span,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label.no-text span,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label.no-text span,.liveDashboard ._account_api .list-results thead tbody span.no-text.status span,.liveDashboard ._account_api .list-results tbody thead span.no-text.status span,.liveDashboard ._account_api .list-results thead tbody td.is-running span.no-text span,.liveDashboard ._account_api .list-results tbody td.is-running thead span.no-text span,.liveDashboard ._account_api .list-results thead tbody td.is-pending span.no-text span,.liveDashboard ._account_api .list-results tbody td.is-pending thead span.no-text span,._account_api .liveDashboard .list-results thead .no-text.icon span,._account_api .liveDashboard .list-results thead .no-text.w-alert-banner:before span,._account_api .liveDashboard .list-results thead .no-text.w-alert-banner:before span,._account_api .liveDashboard .list-results thead .no-text.w-alert-banner:before span,._account_api .liveDashboard .list-results thead .w-dialog.plus .no-text.dialog-aside:after span,.w-dialog.plus ._account_api .liveDashboard .list-results thead .no-text.dialog-aside:after span,._account_api .liveDashboard .list-results thead .w-toast .no-text.toast.plus:after span,.w-toast ._account_api .liveDashboard .list-results thead .no-text.toast.plus:after span,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .no-text.btn-period-clear:before span,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .no-text.btn-period-clear:before span,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .no-text.btn-filter:before span,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .no-text.btn-filter:before span,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .no-text.btn-period-edit:before span,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .no-text.btn-period-edit:before span,._account_api .liveDashboard .list-results thead .block-filters .no-text.btn-filter:before span,.block-filters ._account_api .liveDashboard .list-results thead .no-text.btn-filter:before span,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.no-text span,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label.no-text span,._account_api .liveDashboard .list-results thead tbody span.no-text.status span,._account_api .liveDashboard .list-results tbody thead span.no-text.status span,._account_api .liveDashboard .list-results thead tbody td.is-running span.no-text span,._account_api .liveDashboard .list-results tbody td.is-running thead span.no-text span,._account_api .liveDashboard .list-results thead tbody td.is-pending span.no-text span,._account_api .liveDashboard .list-results tbody td.is-pending thead span.no-text span,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .no-text.dropdown-toggle:after span,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .no-text.dropdown-toggle:after span,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .no-text.dropdown-toggle:after span,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .no-text.dropdown-toggle:after span,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .no-text.filter span,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .no-text.filter span,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .no-text.filter span,.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .no-text.filter span,.liveDashboard ._account_api .list-results thead .form-label.status span.no-text span,.liveDashboard ._account_api .list-results thead .status.status-log span.no-text span,.liveDashboard ._account_api .list-results thead .status.status-report-item span.no-text span,.liveDashboard ._account_api .list-results thead .double-list dd.status span.no-text span,.double-list .liveDashboard ._account_api .list-results thead dd.status span.no-text span,.liveDashboard ._account_api .list-results thead .double-list dt.status span.no-text span,.double-list .liveDashboard ._account_api .list-results thead dt.status span.no-text span,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span.no-text span,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title span.no-text span,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.no-text span,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label span.no-text span,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span.no-text span,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span.no-text span,._account_api .liveDashboard .list-results thead .form-label.status span.no-text span,._account_api .liveDashboard .list-results thead .status.status-log span.no-text span,._account_api .liveDashboard .list-results thead .status.status-report-item span.no-text span,._account_api .liveDashboard .list-results thead .double-list dd.status span.no-text span,.double-list ._account_api .liveDashboard .list-results thead dd.status span.no-text span,._account_api .liveDashboard .list-results thead .double-list dt.status span.no-text span,.double-list ._account_api .liveDashboard .list-results thead dt.status span.no-text span,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span.no-text span,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title span.no-text span,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.no-text span,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label span.no-text span,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span.no-text span,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span.no-text span,.liveDashboard .form-label.status ._account_api .list-results thead span.no-text span,.liveDashboard .status.status-log ._account_api .list-results thead span.no-text span,.liveDashboard .status.status-report-item ._account_api .list-results thead span.no-text span,.liveDashboard .double-list dd.status ._account_api .list-results thead span.no-text span,.double-list .liveDashboard dd.status ._account_api .list-results thead span.no-text span,.liveDashboard .double-list dt.status ._account_api .list-results thead span.no-text span,.double-list .liveDashboard dt.status ._account_api .list-results thead span.no-text span,.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span.no-text span,.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead span.no-text span,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.no-text span,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead span.no-text span,.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span.no-text span,.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead span.no-text span,.form-label.status ._account_api .liveDashboard .list-results thead span.no-text span,.status.status-log ._account_api .liveDashboard .list-results thead span.no-text span,.status.status-report-item ._account_api .liveDashboard .list-results thead span.no-text span,.double-list dd.status ._account_api .liveDashboard .list-results thead span.no-text span,.double-list dt.status ._account_api .liveDashboard .list-results thead span.no-text span,.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead span.no-text span,.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead span.no-text span,.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead span.no-text span,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span.no-text span,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span.no-text span,.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span.no-text span,.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead span.no-text span,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span.no-text span,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.no-text span,.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span.no-text span,.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead span.no-text span,.liveDashboard ._account_api .list-results thead .sub-header .w-form label.no-text span,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list label.no-text span,._account_api .liveDashboard .list-results thead .sub-header .w-form label.no-text span,._account_api .liveDashboard .list-results thead .sub-header .w-double-list label.no-text span,.liveDashboard .sub-header .w-form ._account_api .list-results thead label.no-text span,.liveDashboard .sub-header .w-double-list ._account_api .list-results thead label.no-text span,.sub-header .w-form ._account_api .liveDashboard .list-results thead label.no-text span,.sub-header .w-double-list ._account_api .liveDashboard .list-results thead label.no-text span,.liveDashboard ._account_api .list-results thead .block-filters button.no-text:after span,._account_api .liveDashboard .list-results thead .block-filters button.no-text:after span,.liveDashboard .block-filters ._account_api .list-results thead button.no-text:after span,.block-filters ._account_api .liveDashboard .list-results thead button.no-text:after span,.liveDashboard ._account_api .list-results thead .block-filters select.no-text:after span,._account_api .liveDashboard .list-results thead .block-filters select.no-text:after span,.liveDashboard .block-filters ._account_api .list-results thead select.no-text:after span,.block-filters ._account_api .liveDashboard .list-results thead select.no-text:after span,.liveDashboard ._account_api .list-results thead .form-auto-list .no-text.form-auto-item.is-user-is-inactive span,._account_api .liveDashboard .list-results thead .form-auto-list .no-text.form-auto-item.is-user-is-inactive span,.liveDashboard .form-auto-list ._account_api .list-results thead .no-text.form-auto-item.is-user-is-inactive span,.form-auto-list ._account_api .liveDashboard .list-results thead .no-text.form-auto-item.is-user-is-inactive span,.liveDashboard ._account_api .list-results thead .form-auto-list .no-text.form-auto-item.is-user-is-active span,._account_api .liveDashboard .list-results thead .form-auto-list .no-text.form-auto-item.is-user-is-active span,.liveDashboard .form-auto-list ._account_api .list-results thead .no-text.form-auto-item.is-user-is-active span,.form-auto-list ._account_api .liveDashboard .list-results thead .no-text.form-auto-item.is-user-is-active span,.liveDashboard ._account_api .list-results thead .list-results-header .status.title span.no-text span,._account_api .liveDashboard .list-results thead .list-results-header .status.title span.no-text span,.liveDashboard .list-results-header .status.title ._account_api .list-results thead span.no-text span,.list-results-header .status.title ._account_api .liveDashboard .list-results thead span.no-text span,.liveDashboard ._account_api .list-results thead tr span.no-text span,._account_api .liveDashboard .list-results thead tr span.no-text span,.liveDashboard ._account_api .list-results thead .no-text.icon span,.liveDashboard ._account_api .list-results thead .no-text.w-alert-banner:before span,.liveDashboard ._account_api .list-results thead .no-text.w-alert-banner:before span,.liveDashboard ._account_api .list-results thead .no-text.w-alert-banner:before span,.liveDashboard ._account_api .list-results thead .w-dialog.plus .no-text.dialog-aside:after span,.w-dialog.plus .liveDashboard ._account_api .list-results thead .no-text.dialog-aside:after span,.liveDashboard ._account_api .list-results thead .w-toast .no-text.toast.plus:after span,.w-toast .liveDashboard ._account_api .list-results thead .no-text.toast.plus:after span,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .no-text.btn-period-clear:before span,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .no-text.btn-period-clear:before span,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .no-text.btn-filter:before span,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .no-text.btn-filter:before span,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .no-text.btn-period-edit:before span,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .no-text.btn-period-edit:before span,.liveDashboard ._account_api .list-results thead .block-filters .no-text.btn-filter:before span,.block-filters .liveDashboard ._account_api .list-results thead .no-text.btn-filter:before span,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label.no-text span,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label.no-text span,.liveDashboard ._account_api .list-results thead tbody span.no-text.status span,.liveDashboard ._account_api .list-results tbody thead span.no-text.status span,.liveDashboard ._account_api .list-results thead tbody td.is-running span.no-text span,.liveDashboard ._account_api .list-results tbody td.is-running thead span.no-text span,.liveDashboard ._account_api .list-results thead tbody td.is-pending span.no-text span,.liveDashboard ._account_api .list-results tbody td.is-pending thead span.no-text span,._account_api .liveDashboard .list-results thead .no-text.icon span,._account_api .liveDashboard .list-results thead .no-text.w-alert-banner:before span,._account_api .liveDashboard .list-results thead .no-text.w-alert-banner:before span,._account_api .liveDashboard .list-results thead .no-text.w-alert-banner:before span,._account_api .liveDashboard .list-results thead .w-dialog.plus .no-text.dialog-aside:after span,.w-dialog.plus ._account_api .liveDashboard .list-results thead .no-text.dialog-aside:after span,._account_api .liveDashboard .list-results thead .w-toast .no-text.toast.plus:after span,.w-toast ._account_api .liveDashboard .list-results thead .no-text.toast.plus:after span,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .no-text.btn-period-clear:before span,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .no-text.btn-period-clear:before span,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .no-text.btn-filter:before span,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .no-text.btn-filter:before span,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .no-text.btn-period-edit:before span,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .no-text.btn-period-edit:before span,._account_api .liveDashboard .list-results thead .block-filters .no-text.btn-filter:before span,.block-filters ._account_api .liveDashboard .list-results thead .no-text.btn-filter:before span,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.no-text span,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label.no-text span,._account_api .liveDashboard .list-results thead tbody span.no-text.status span,._account_api .liveDashboard .list-results tbody thead span.no-text.status span,._account_api .liveDashboard .list-results thead tbody td.is-running span.no-text span,._account_api .liveDashboard .list-results tbody td.is-running thead span.no-text span,._account_api .liveDashboard .list-results thead tbody td.is-pending span.no-text span,._account_api .liveDashboard .list-results tbody td.is-pending thead span.no-text span,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .no-text.dropdown-toggle:after span,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .no-text.dropdown-toggle:after span,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .no-text.dropdown-toggle:after span,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .no-text.dropdown-toggle:after span,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .no-text.filter span,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .no-text.filter span,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .no-text.filter span,.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .no-text.filter span,.liveDashboard ._account_api .list-results thead .form-label.status span.no-text span,.liveDashboard ._account_api .list-results thead .status.status-log span.no-text span,.liveDashboard ._account_api .list-results thead .status.status-report-item span.no-text span,.liveDashboard ._account_api .list-results thead .double-list dd.status span.no-text span,.double-list .liveDashboard ._account_api .list-results thead dd.status span.no-text span,.liveDashboard ._account_api .list-results thead .double-list dt.status span.no-text span,.double-list .liveDashboard ._account_api .list-results thead dt.status span.no-text span,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span.no-text span,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title span.no-text span,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.no-text span,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label span.no-text span,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span.no-text span,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span.no-text span,._account_api .liveDashboard .list-results thead .form-label.status span.no-text span,._account_api .liveDashboard .list-results thead .status.status-log span.no-text span,._account_api .liveDashboard .list-results thead .status.status-report-item span.no-text span,._account_api .liveDashboard .list-results thead .double-list dd.status span.no-text span,.double-list ._account_api .liveDashboard .list-results thead dd.status span.no-text span,._account_api .liveDashboard .list-results thead .double-list dt.status span.no-text span,.double-list ._account_api .liveDashboard .list-results thead dt.status span.no-text span,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span.no-text span,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title span.no-text span,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.no-text span,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label span.no-text span,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span.no-text span,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span.no-text span,.liveDashboard .form-label.status ._account_api .list-results thead span.no-text span,.liveDashboard .status.status-log ._account_api .list-results thead span.no-text span,.liveDashboard .status.status-report-item ._account_api .list-results thead span.no-text span,.liveDashboard .double-list dd.status ._account_api .list-results thead span.no-text span,.double-list .liveDashboard dd.status ._account_api .list-results thead span.no-text span,.liveDashboard .double-list dt.status ._account_api .list-results thead span.no-text span,.double-list .liveDashboard dt.status ._account_api .list-results thead span.no-text span,.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span.no-text span,.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead span.no-text span,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.no-text span,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead span.no-text span,.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span.no-text span,.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead span.no-text span,.form-label.status ._account_api .liveDashboard .list-results thead span.no-text span,.status.status-log ._account_api .liveDashboard .list-results thead span.no-text span,.status.status-report-item ._account_api .liveDashboard .list-results thead span.no-text span,.double-list dd.status ._account_api .liveDashboard .list-results thead span.no-text span,.double-list dt.status ._account_api .liveDashboard .list-results thead span.no-text span,.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead span.no-text span,.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead span.no-text span,.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead span.no-text span,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span.no-text span,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span.no-text span,.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span.no-text span,.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead span.no-text span,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span.no-text span,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.no-text span,.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span.no-text span,.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead span.no-text span,.liveDashboard ._account_api .list-results thead .sub-header .w-form label.no-text span,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list label.no-text span,._account_api .liveDashboard .list-results thead .sub-header .w-form label.no-text span,._account_api .liveDashboard .list-results thead .sub-header .w-double-list label.no-text span,.liveDashboard .sub-header .w-form ._account_api .list-results thead label.no-text span,.liveDashboard .sub-header .w-double-list ._account_api .list-results thead label.no-text span,.sub-header .w-form ._account_api .liveDashboard .list-results thead label.no-text span,.sub-header .w-double-list ._account_api .liveDashboard .list-results thead label.no-text span,.liveDashboard ._account_api .list-results thead .block-filters button.no-text:after span,._account_api .liveDashboard .list-results thead .block-filters button.no-text:after span,.liveDashboard .block-filters ._account_api .list-results thead button.no-text:after span,.block-filters ._account_api .liveDashboard .list-results thead button.no-text:after span,.liveDashboard ._account_api .list-results thead .block-filters select.no-text:after span,._account_api .liveDashboard .list-results thead .block-filters select.no-text:after span,.liveDashboard .block-filters ._account_api .list-results thead select.no-text:after span,.block-filters ._account_api .liveDashboard .list-results thead select.no-text:after span,.liveDashboard ._account_api .list-results thead .form-auto-list .no-text.form-auto-item.is-user-is-inactive span,._account_api .liveDashboard .list-results thead .form-auto-list .no-text.form-auto-item.is-user-is-inactive span,.liveDashboard .form-auto-list ._account_api .list-results thead .no-text.form-auto-item.is-user-is-inactive span,.form-auto-list ._account_api .liveDashboard .list-results thead .no-text.form-auto-item.is-user-is-inactive span,.liveDashboard ._account_api .list-results thead .form-auto-list .no-text.form-auto-item.is-user-is-active span,._account_api .liveDashboard .list-results thead .form-auto-list .no-text.form-auto-item.is-user-is-active span,.liveDashboard .form-auto-list ._account_api .list-results thead .no-text.form-auto-item.is-user-is-active span,.form-auto-list ._account_api .liveDashboard .list-results thead .no-text.form-auto-item.is-user-is-active span,.liveDashboard ._account_api .list-results thead .list-results-header .status.title span.no-text span,._account_api .liveDashboard .list-results thead .list-results-header .status.title span.no-text span,.liveDashboard .list-results-header .status.title ._account_api .list-results thead span.no-text span,.list-results-header .status.title ._account_api .liveDashboard .list-results thead span.no-text span,.liveDashboard ._account_api .list-results thead tr span.no-text span,._account_api .liveDashboard .list-results thead tr span.no-text span,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .no-text.dropdown-toggle:after span,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .no-text.dropdown-toggle:after span,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .no-text.filter span,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .no-text.filter span,._account_api .form-label.status .liveDashboard .list-results thead span.no-text span,._account_api .status.status-log .liveDashboard .list-results thead span.no-text span,._account_api .status.status-report-item .liveDashboard .list-results thead span.no-text span,._account_api .double-list dd.status .liveDashboard .list-results thead span.no-text span,.double-list ._account_api dd.status .liveDashboard .list-results thead span.no-text span,._account_api .double-list dt.status .liveDashboard .list-results thead span.no-text span,.double-list ._account_api dt.status .liveDashboard .list-results thead span.no-text span,._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span.no-text span,.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead span.no-text span,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.no-text span,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead span.no-text span,._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.no-text span,.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead span.no-text span,.form-label.status .liveDashboard ._account_api .list-results thead span.no-text span,.status.status-log .liveDashboard ._account_api .list-results thead span.no-text span,.status.status-report-item .liveDashboard ._account_api .list-results thead span.no-text span,.double-list dd.status .liveDashboard ._account_api .list-results thead span.no-text span,.double-list dt.status .liveDashboard ._account_api .list-results thead span.no-text span,.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead span.no-text span,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead span.no-text span,.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead span.no-text span,._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span.no-text span,.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead span.no-text span,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.no-text span,.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead span.no-text span,._account_api .sub-header .w-form .liveDashboard .list-results thead label.no-text span,._account_api .sub-header .w-double-list .liveDashboard .list-results thead label.no-text span,.sub-header .w-form .liveDashboard ._account_api .list-results thead label.no-text span,.sub-header .w-double-list .liveDashboard ._account_api .list-results thead label.no-text span,._account_api .block-filters .liveDashboard .list-results thead button.no-text:after span,.block-filters .liveDashboard ._account_api .list-results thead button.no-text:after span,._account_api .block-filters .liveDashboard .list-results thead select.no-text:after span,.block-filters .liveDashboard ._account_api .list-results thead select.no-text:after span,._account_api .form-auto-list .liveDashboard .list-results thead .no-text.form-auto-item.is-user-is-inactive span,.form-auto-list .liveDashboard ._account_api .list-results thead .no-text.form-auto-item.is-user-is-inactive span,._account_api .form-auto-list .liveDashboard .list-results thead .no-text.form-auto-item.is-user-is-active span,.form-auto-list .liveDashboard ._account_api .list-results thead .no-text.form-auto-item.is-user-is-active span,._account_api .list-results-header .status.title .liveDashboard .list-results thead span.no-text span,.list-results-header .status.title .liveDashboard ._account_api .list-results thead span.no-text span,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .no-text.dropdown-toggle:after span,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .no-text.dropdown-toggle:after span,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .no-text.filter span,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .no-text.filter span,.liveDashboard .list-results thead .form-label.status span.no-text span,.liveDashboard .list-results thead .status.status-log span.no-text span,.liveDashboard .list-results thead .status.status-report-item span.no-text span,.liveDashboard .list-results thead .double-list dd.status span.no-text span,.double-list .liveDashboard .list-results thead dd.status span.no-text span,.liveDashboard .list-results thead .double-list dt.status span.no-text span,.double-list .liveDashboard .list-results thead dt.status span.no-text span,.liveDashboard .list-results thead .w-cards-container .w-card .status.title span.no-text span,.w-cards-container .w-card .liveDashboard .list-results thead .status.title span.no-text span,.liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.no-text span,.w-cards-container .w-card.centered .w-value .liveDashboard .list-results thead .status.label span.no-text span,.liveDashboard .list-results thead tbody tr.sublist .status.title span.no-text span,.liveDashboard .list-results tbody tr.sublist thead .status.title span.no-text span,.form-label.status .liveDashboard .list-results thead span.no-text span,.status.status-log .liveDashboard .list-results thead span.no-text span,.status.status-report-item .liveDashboard .list-results thead span.no-text span,.double-list dd.status .liveDashboard .list-results thead span.no-text span,.double-list dt.status .liveDashboard .list-results thead span.no-text span,.w-cards-container .w-card .status.title .liveDashboard .list-results thead span.no-text span,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.no-text span,.list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.no-text span,.liveDashboard .list-results thead .w-filters-selected label.status.small span.no-text span,.w-filters-selected label.status.small .liveDashboard .list-results thead span.no-text span,.liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.no-text span,.w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.no-text span,.liveDashboard .list-results thead .sub-header .w-form label.no-text span,.liveDashboard .list-results thead .sub-header .w-double-list label.no-text span,.sub-header .w-form .liveDashboard .list-results thead label.no-text span,.sub-header .w-double-list .liveDashboard .list-results thead label.no-text span,.liveDashboard .list-results thead .block-filters button.no-text:after span,.block-filters .liveDashboard .list-results thead button.no-text:after span,.liveDashboard .list-results thead .block-filters select.no-text:after span,.block-filters .liveDashboard .list-results thead select.no-text:after span,.liveDashboard .list-results thead .form-auto-list .no-text.form-auto-item.is-user-is-inactive span,.form-auto-list .liveDashboard .list-results thead .no-text.form-auto-item.is-user-is-inactive span,.liveDashboard .list-results thead .form-auto-list .no-text.form-auto-item.is-user-is-active span,.form-auto-list .liveDashboard .list-results thead .no-text.form-auto-item.is-user-is-active span,.liveDashboard .list-results thead .list-results-header .status.title span.no-text span,.list-results-header .status.title .liveDashboard .list-results thead span.no-text span,.liveDashboard .list-results thead tr span.no-text span,._account_api .list-results thead .no-text.icon span,._account_api .list-results thead .no-text.w-alert-banner:before span,._account_api .liveDashboard .list-results thead .no-text.w-alert-banner:before span,.liveDashboard ._account_api .list-results thead .no-text.w-alert-banner:before span,._account_api .list-results thead .no-text.w-alert-banner:before span,._account_api .list-results thead .w-dialog.plus .no-text.dialog-aside:after span,.w-dialog.plus ._account_api .list-results thead .no-text.dialog-aside:after span,._account_api .list-results thead .w-toast .no-text.toast.plus:after span,.w-toast ._account_api .list-results thead .no-text.toast.plus:after span,._account_api .list-results thead .w-time-period .dropdown .w-selection .no-text.btn-period-clear:before span,.w-time-period .dropdown .w-selection ._account_api .list-results thead .no-text.btn-period-clear:before span,._account_api .list-results thead .w-time-period .dropdown .w-selection .no-text.btn-filter:before span,.w-time-period .dropdown .w-selection ._account_api .list-results thead .no-text.btn-filter:before span,._account_api .list-results thead .w-time-period .dropdown .w-selection .no-text.btn-period-edit:before span,.w-time-period .dropdown .w-selection ._account_api .list-results thead .no-text.btn-period-edit:before span,._account_api .list-results thead .block-filters .no-text.btn-filter:before span,.block-filters ._account_api .list-results thead .no-text.btn-filter:before span,._account_api .list-results thead .toggleWrapper input.mobileToggle+label.no-text span,.toggleWrapper ._account_api .list-results thead input.mobileToggle+label.no-text span,._account_api .list-results thead tbody span.no-text.status span,._account_api .list-results tbody thead span.no-text.status span,._account_api .list-results thead tbody td.is-running span.no-text span,._account_api .list-results tbody td.is-running thead span.no-text span,._account_api .list-results thead tbody td.is-pending span.no-text span,._account_api .list-results tbody td.is-pending thead span.no-text span,._account_api .liveDashboard .list-results thead .no-text.icon span,._account_api .liveDashboard .list-results thead .no-text.w-alert-banner:before span,._account_api .liveDashboard .list-results thead .no-text.w-alert-banner:before span,._account_api .liveDashboard .list-results thead .no-text.w-alert-banner:before span,._account_api .liveDashboard .list-results thead .w-dialog.plus .no-text.dialog-aside:after span,.w-dialog.plus ._account_api .liveDashboard .list-results thead .no-text.dialog-aside:after span,._account_api .liveDashboard .list-results thead .w-toast .no-text.toast.plus:after span,.w-toast ._account_api .liveDashboard .list-results thead .no-text.toast.plus:after span,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .no-text.btn-period-clear:before span,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .no-text.btn-period-clear:before span,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .no-text.btn-filter:before span,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .no-text.btn-filter:before span,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .no-text.btn-period-edit:before span,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .no-text.btn-period-edit:before span,._account_api .liveDashboard .list-results thead .block-filters .no-text.btn-filter:before span,.block-filters ._account_api .liveDashboard .list-results thead .no-text.btn-filter:before span,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.no-text span,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label.no-text span,._account_api .liveDashboard .list-results thead tbody span.no-text.status span,._account_api .liveDashboard .list-results tbody thead span.no-text.status span,._account_api .liveDashboard .list-results thead tbody td.is-running span.no-text span,._account_api .liveDashboard .list-results tbody td.is-running thead span.no-text span,._account_api .liveDashboard .list-results thead tbody td.is-pending span.no-text span,._account_api .liveDashboard .list-results tbody td.is-pending thead span.no-text span,.liveDashboard ._account_api .list-results thead .no-text.icon span,.liveDashboard ._account_api .list-results thead .no-text.w-alert-banner:before span,.liveDashboard ._account_api .list-results thead .no-text.w-alert-banner:before span,.liveDashboard ._account_api .list-results thead .no-text.w-alert-banner:before span,.liveDashboard ._account_api .list-results thead .w-dialog.plus .no-text.dialog-aside:after span,.w-dialog.plus .liveDashboard ._account_api .list-results thead .no-text.dialog-aside:after span,.liveDashboard ._account_api .list-results thead .w-toast .no-text.toast.plus:after span,.w-toast .liveDashboard ._account_api .list-results thead .no-text.toast.plus:after span,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .no-text.btn-period-clear:before span,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .no-text.btn-period-clear:before span,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .no-text.btn-filter:before span,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .no-text.btn-filter:before span,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .no-text.btn-period-edit:before span,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .no-text.btn-period-edit:before span,.liveDashboard ._account_api .list-results thead .block-filters .no-text.btn-filter:before span,.block-filters .liveDashboard ._account_api .list-results thead .no-text.btn-filter:before span,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label.no-text span,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label.no-text span,.liveDashboard ._account_api .list-results thead tbody span.no-text.status span,.liveDashboard ._account_api .list-results tbody thead span.no-text.status span,.liveDashboard ._account_api .list-results thead tbody td.is-running span.no-text span,.liveDashboard ._account_api .list-results tbody td.is-running thead span.no-text span,.liveDashboard ._account_api .list-results thead tbody td.is-pending span.no-text span,.liveDashboard ._account_api .list-results tbody td.is-pending thead span.no-text span,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .no-text.dropdown-toggle:after span,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .no-text.dropdown-toggle:after span,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .no-text.dropdown-toggle:after span,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .no-text.dropdown-toggle:after span,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .no-text.filter span,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .no-text.filter span,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .no-text.filter span,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .no-text.filter span,._account_api .liveDashboard .list-results thead .form-label.status span.no-text span,._account_api .liveDashboard .list-results thead .status.status-log span.no-text span,._account_api .liveDashboard .list-results thead .status.status-report-item span.no-text span,._account_api .liveDashboard .list-results thead .double-list dd.status span.no-text span,.double-list ._account_api .liveDashboard .list-results thead dd.status span.no-text span,._account_api .liveDashboard .list-results thead .double-list dt.status span.no-text span,.double-list ._account_api .liveDashboard .list-results thead dt.status span.no-text span,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span.no-text span,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title span.no-text span,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.no-text span,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label span.no-text span,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span.no-text span,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span.no-text span,.liveDashboard ._account_api .list-results thead .form-label.status span.no-text span,.liveDashboard ._account_api .list-results thead .status.status-log span.no-text span,.liveDashboard ._account_api .list-results thead .status.status-report-item span.no-text span,.liveDashboard ._account_api .list-results thead .double-list dd.status span.no-text span,.double-list .liveDashboard ._account_api .list-results thead dd.status span.no-text span,.liveDashboard ._account_api .list-results thead .double-list dt.status span.no-text span,.double-list .liveDashboard ._account_api .list-results thead dt.status span.no-text span,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span.no-text span,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title span.no-text span,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.no-text span,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label span.no-text span,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span.no-text span,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span.no-text span,._account_api .form-label.status .liveDashboard .list-results thead span.no-text span,._account_api .status.status-log .liveDashboard .list-results thead span.no-text span,._account_api .status.status-report-item .liveDashboard .list-results thead span.no-text span,._account_api .double-list dd.status .liveDashboard .list-results thead span.no-text span,.double-list ._account_api dd.status .liveDashboard .list-results thead span.no-text span,._account_api .double-list dt.status .liveDashboard .list-results thead span.no-text span,.double-list ._account_api dt.status .liveDashboard .list-results thead span.no-text span,._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span.no-text span,.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead span.no-text span,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.no-text span,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead span.no-text span,._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.no-text span,.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead span.no-text span,.form-label.status .liveDashboard ._account_api .list-results thead span.no-text span,.status.status-log .liveDashboard ._account_api .list-results thead span.no-text span,.status.status-report-item .liveDashboard ._account_api .list-results thead span.no-text span,.double-list dd.status .liveDashboard ._account_api .list-results thead span.no-text span,.double-list dt.status .liveDashboard ._account_api .list-results thead span.no-text span,.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead span.no-text span,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead span.no-text span,.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead span.no-text span,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span.no-text span,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span.no-text span,._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span.no-text span,.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead span.no-text span,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.no-text span,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span.no-text span,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.no-text span,.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead span.no-text span,._account_api .liveDashboard .list-results thead .sub-header .w-form label.no-text span,._account_api .liveDashboard .list-results thead .sub-header .w-double-list label.no-text span,.liveDashboard ._account_api .list-results thead .sub-header .w-form label.no-text span,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list label.no-text span,._account_api .sub-header .w-form .liveDashboard .list-results thead label.no-text span,._account_api .sub-header .w-double-list .liveDashboard .list-results thead label.no-text span,.sub-header .w-form .liveDashboard ._account_api .list-results thead label.no-text span,.sub-header .w-double-list .liveDashboard ._account_api .list-results thead label.no-text span,._account_api .liveDashboard .list-results thead .block-filters button.no-text:after span,.liveDashboard ._account_api .list-results thead .block-filters button.no-text:after span,._account_api .block-filters .liveDashboard .list-results thead button.no-text:after span,.block-filters .liveDashboard ._account_api .list-results thead button.no-text:after span,._account_api .liveDashboard .list-results thead .block-filters select.no-text:after span,.liveDashboard ._account_api .list-results thead .block-filters select.no-text:after span,._account_api .block-filters .liveDashboard .list-results thead select.no-text:after span,.block-filters .liveDashboard ._account_api .list-results thead select.no-text:after span,._account_api .liveDashboard .list-results thead .form-auto-list .no-text.form-auto-item.is-user-is-inactive span,.liveDashboard ._account_api .list-results thead .form-auto-list .no-text.form-auto-item.is-user-is-inactive span,._account_api .form-auto-list .liveDashboard .list-results thead .no-text.form-auto-item.is-user-is-inactive span,.form-auto-list .liveDashboard ._account_api .list-results thead .no-text.form-auto-item.is-user-is-inactive span,._account_api .liveDashboard .list-results thead .form-auto-list .no-text.form-auto-item.is-user-is-active span,.liveDashboard ._account_api .list-results thead .form-auto-list .no-text.form-auto-item.is-user-is-active span,._account_api .form-auto-list .liveDashboard .list-results thead .no-text.form-auto-item.is-user-is-active span,.form-auto-list .liveDashboard ._account_api .list-results thead .no-text.form-auto-item.is-user-is-active span,._account_api .liveDashboard .list-results thead .list-results-header .status.title span.no-text span,.liveDashboard ._account_api .list-results thead .list-results-header .status.title span.no-text span,._account_api .list-results-header .status.title .liveDashboard .list-results thead span.no-text span,.list-results-header .status.title .liveDashboard ._account_api .list-results thead span.no-text span,._account_api .liveDashboard .list-results thead tr span.no-text span,.liveDashboard ._account_api .list-results thead tr span.no-text span,._account_api .list-results thead .no-text.icon span,._account_api .list-results thead .no-text.w-alert-banner:before span,._account_api .liveDashboard .list-results thead .no-text.w-alert-banner:before span,.liveDashboard ._account_api .list-results thead .no-text.w-alert-banner:before span,._account_api .list-results thead .no-text.w-alert-banner:before span,._account_api .list-results thead .w-dialog.plus .no-text.dialog-aside:after span,.w-dialog.plus ._account_api .list-results thead .no-text.dialog-aside:after span,._account_api .list-results thead .w-toast .no-text.toast.plus:after span,.w-toast ._account_api .list-results thead .no-text.toast.plus:after span,._account_api .list-results thead .w-time-period .dropdown .w-selection .no-text.btn-period-clear:before span,.w-time-period .dropdown .w-selection ._account_api .list-results thead .no-text.btn-period-clear:before span,._account_api .list-results thead .w-time-period .dropdown .w-selection .no-text.btn-filter:before span,.w-time-period .dropdown .w-selection ._account_api .list-results thead .no-text.btn-filter:before span,._account_api .list-results thead .w-time-period .dropdown .w-selection .no-text.btn-period-edit:before span,.w-time-period .dropdown .w-selection ._account_api .list-results thead .no-text.btn-period-edit:before span,._account_api .list-results thead .block-filters .no-text.btn-filter:before span,.block-filters ._account_api .list-results thead .no-text.btn-filter:before span,._account_api .list-results thead .toggleWrapper input.mobileToggle+label.no-text span,.toggleWrapper ._account_api .list-results thead input.mobileToggle+label.no-text span,._account_api .list-results thead tbody span.no-text.status span,._account_api .list-results tbody thead span.no-text.status span,._account_api .list-results thead tbody td.is-running span.no-text span,._account_api .list-results tbody td.is-running thead span.no-text span,._account_api .list-results thead tbody td.is-pending span.no-text span,._account_api .list-results tbody td.is-pending thead span.no-text span,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .no-text.dropdown-toggle:after span,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .no-text.dropdown-toggle:after span,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .no-text.filter span,.w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .no-text.filter span,._account_api .list-results thead .form-label.status span.no-text span,._account_api .list-results thead .status.status-log span.no-text span,._account_api .list-results thead .status.status-report-item span.no-text span,._account_api .list-results thead .double-list dd.status span.no-text span,.double-list ._account_api .list-results thead dd.status span.no-text span,._account_api .list-results thead .double-list dt.status span.no-text span,.double-list ._account_api .list-results thead dt.status span.no-text span,._account_api .list-results thead .w-cards-container .w-card .status.title span.no-text span,.w-cards-container .w-card ._account_api .list-results thead .status.title span.no-text span,._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.no-text span,.w-cards-container .w-card.centered .w-value ._account_api .list-results thead .status.label span.no-text span,._account_api .list-results thead tbody tr.sublist .status.title span.no-text span,._account_api .list-results tbody tr.sublist thead .status.title span.no-text span,.form-label.status ._account_api .list-results thead span.no-text span,.status.status-log ._account_api .list-results thead span.no-text span,.status.status-report-item ._account_api .list-results thead span.no-text span,.double-list dd.status ._account_api .list-results thead span.no-text span,.double-list dt.status ._account_api .list-results thead span.no-text span,.w-cards-container .w-card .status.title ._account_api .list-results thead span.no-text span,.w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.no-text span,.list-results tbody tr.sublist .status.title ._account_api .list-results thead span.no-text span,._account_api .list-results thead .w-filters-selected label.status.small span.no-text span,.w-filters-selected label.status.small ._account_api .list-results thead span.no-text span,._account_api .list-results thead .w-filters-selected .status.btn-f-s span.no-text span,.w-filters-selected .status.btn-f-s ._account_api .list-results thead span.no-text span,._account_api .list-results thead .sub-header .w-form label.no-text span,._account_api .list-results thead .sub-header .w-double-list label.no-text span,.sub-header .w-form ._account_api .list-results thead label.no-text span,.sub-header .w-double-list ._account_api .list-results thead label.no-text span,._account_api .list-results thead .block-filters button.no-text:after span,.block-filters ._account_api .list-results thead button.no-text:after span,._account_api .list-results thead .block-filters select.no-text:after span,.block-filters ._account_api .list-results thead select.no-text:after span,._account_api .list-results thead .form-auto-list .no-text.form-auto-item.is-user-is-inactive span,.form-auto-list ._account_api .list-results thead .no-text.form-auto-item.is-user-is-inactive span,._account_api .list-results thead .form-auto-list .no-text.form-auto-item.is-user-is-active span,.form-auto-list ._account_api .list-results thead .no-text.form-auto-item.is-user-is-active span,._account_api .list-results thead .list-results-header .status.title span.no-text span,.list-results-header .status.title ._account_api .list-results thead span.no-text span,._account_api .list-results thead tr span.no-text span,.liveDashboard ._account_api .list-results thead .no-text.icon span,.liveDashboard ._account_api .list-results thead .no-text.w-alert-banner:before span,.liveDashboard ._account_api .list-results thead .no-text.w-alert-banner:before span,.liveDashboard ._account_api .list-results thead .no-text.w-alert-banner:before span,.liveDashboard ._account_api .list-results thead .w-dialog.plus .no-text.dialog-aside:after span,.w-dialog.plus .liveDashboard ._account_api .list-results thead .no-text.dialog-aside:after span,.liveDashboard ._account_api .list-results thead .w-toast .no-text.toast.plus:after span,.w-toast .liveDashboard ._account_api .list-results thead .no-text.toast.plus:after span,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .no-text.btn-period-clear:before span,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .no-text.btn-period-clear:before span,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .no-text.btn-filter:before span,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .no-text.btn-filter:before span,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .no-text.btn-period-edit:before span,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .no-text.btn-period-edit:before span,.liveDashboard ._account_api .list-results thead .block-filters .no-text.btn-filter:before span,.block-filters .liveDashboard ._account_api .list-results thead .no-text.btn-filter:before span,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label.no-text span,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label.no-text span,.liveDashboard ._account_api .list-results thead tbody span.no-text.status span,.liveDashboard ._account_api .list-results tbody thead span.no-text.status span,.liveDashboard ._account_api .list-results thead tbody td.is-running span.no-text span,.liveDashboard ._account_api .list-results tbody td.is-running thead span.no-text span,.liveDashboard ._account_api .list-results thead tbody td.is-pending span.no-text span,.liveDashboard ._account_api .list-results tbody td.is-pending thead span.no-text span,._account_api .liveDashboard .list-results thead .no-text.icon span,._account_api .liveDashboard .list-results thead .no-text.w-alert-banner:before span,._account_api .liveDashboard .list-results thead .no-text.w-alert-banner:before span,._account_api .liveDashboard .list-results thead .no-text.w-alert-banner:before span,._account_api .liveDashboard .list-results thead .w-dialog.plus .no-text.dialog-aside:after span,.w-dialog.plus ._account_api .liveDashboard .list-results thead .no-text.dialog-aside:after span,._account_api .liveDashboard .list-results thead .w-toast .no-text.toast.plus:after span,.w-toast ._account_api .liveDashboard .list-results thead .no-text.toast.plus:after span,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .no-text.btn-period-clear:before span,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .no-text.btn-period-clear:before span,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .no-text.btn-filter:before span,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .no-text.btn-filter:before span,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .no-text.btn-period-edit:before span,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .no-text.btn-period-edit:before span,._account_api .liveDashboard .list-results thead .block-filters .no-text.btn-filter:before span,.block-filters ._account_api .liveDashboard .list-results thead .no-text.btn-filter:before span,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.no-text span,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label.no-text span,._account_api .liveDashboard .list-results thead tbody span.no-text.status span,._account_api .liveDashboard .list-results tbody thead span.no-text.status span,._account_api .liveDashboard .list-results thead tbody td.is-running span.no-text span,._account_api .liveDashboard .list-results tbody td.is-running thead span.no-text span,._account_api .liveDashboard .list-results thead tbody td.is-pending span.no-text span,._account_api .liveDashboard .list-results tbody td.is-pending thead span.no-text span,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .no-text.dropdown-toggle:after span,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .no-text.dropdown-toggle:after span,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .no-text.dropdown-toggle:after span,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .no-text.dropdown-toggle:after span,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .no-text.filter span,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .no-text.filter span,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .no-text.filter span,.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .no-text.filter span,.liveDashboard ._account_api .list-results thead .form-label.status span.no-text span,.liveDashboard ._account_api .list-results thead .status.status-log span.no-text span,.liveDashboard ._account_api .list-results thead .status.status-report-item span.no-text span,.liveDashboard ._account_api .list-results thead .double-list dd.status span.no-text span,.double-list .liveDashboard ._account_api .list-results thead dd.status span.no-text span,.liveDashboard ._account_api .list-results thead .double-list dt.status span.no-text span,.double-list .liveDashboard ._account_api .list-results thead dt.status span.no-text span,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span.no-text span,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title span.no-text span,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.no-text span,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label span.no-text span,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span.no-text span,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span.no-text span,._account_api .liveDashboard .list-results thead .form-label.status span.no-text span,._account_api .liveDashboard .list-results thead .status.status-log span.no-text span,._account_api .liveDashboard .list-results thead .status.status-report-item span.no-text span,._account_api .liveDashboard .list-results thead .double-list dd.status span.no-text span,.double-list ._account_api .liveDashboard .list-results thead dd.status span.no-text span,._account_api .liveDashboard .list-results thead .double-list dt.status span.no-text span,.double-list ._account_api .liveDashboard .list-results thead dt.status span.no-text span,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span.no-text span,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title span.no-text span,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.no-text span,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label span.no-text span,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span.no-text span,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span.no-text span,.liveDashboard .form-label.status ._account_api .list-results thead span.no-text span,.liveDashboard .status.status-log ._account_api .list-results thead span.no-text span,.liveDashboard .status.status-report-item ._account_api .list-results thead span.no-text span,.liveDashboard .double-list dd.status ._account_api .list-results thead span.no-text span,.double-list .liveDashboard dd.status ._account_api .list-results thead span.no-text span,.liveDashboard .double-list dt.status ._account_api .list-results thead span.no-text span,.double-list .liveDashboard dt.status ._account_api .list-results thead span.no-text span,.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span.no-text span,.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead span.no-text span,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.no-text span,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead span.no-text span,.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span.no-text span,.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead span.no-text span,.form-label.status ._account_api .liveDashboard .list-results thead span.no-text span,.status.status-log ._account_api .liveDashboard .list-results thead span.no-text span,.status.status-report-item ._account_api .liveDashboard .list-results thead span.no-text span,.double-list dd.status ._account_api .liveDashboard .list-results thead span.no-text span,.double-list dt.status ._account_api .liveDashboard .list-results thead span.no-text span,.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead span.no-text span,.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead span.no-text span,.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead span.no-text span,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span.no-text span,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span.no-text span,.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span.no-text span,.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead span.no-text span,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span.no-text span,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.no-text span,.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span.no-text span,.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead span.no-text span,.liveDashboard ._account_api .list-results thead .sub-header .w-form label.no-text span,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list label.no-text span,._account_api .liveDashboard .list-results thead .sub-header .w-form label.no-text span,._account_api .liveDashboard .list-results thead .sub-header .w-double-list label.no-text span,.liveDashboard .sub-header .w-form ._account_api .list-results thead label.no-text span,.liveDashboard .sub-header .w-double-list ._account_api .list-results thead label.no-text span,.sub-header .w-form ._account_api .liveDashboard .list-results thead label.no-text span,.sub-header .w-double-list ._account_api .liveDashboard .list-results thead label.no-text span,.liveDashboard ._account_api .list-results thead .block-filters button.no-text:after span,._account_api .liveDashboard .list-results thead .block-filters button.no-text:after span,.liveDashboard .block-filters ._account_api .list-results thead button.no-text:after span,.block-filters ._account_api .liveDashboard .list-results thead button.no-text:after span,.liveDashboard ._account_api .list-results thead .block-filters select.no-text:after span,._account_api .liveDashboard .list-results thead .block-filters select.no-text:after span,.liveDashboard .block-filters ._account_api .list-results thead select.no-text:after span,.block-filters ._account_api .liveDashboard .list-results thead select.no-text:after span,.liveDashboard ._account_api .list-results thead .form-auto-list .no-text.form-auto-item.is-user-is-inactive span,._account_api .liveDashboard .list-results thead .form-auto-list .no-text.form-auto-item.is-user-is-inactive span,.liveDashboard .form-auto-list ._account_api .list-results thead .no-text.form-auto-item.is-user-is-inactive span,.form-auto-list ._account_api .liveDashboard .list-results thead .no-text.form-auto-item.is-user-is-inactive span,.liveDashboard ._account_api .list-results thead .form-auto-list .no-text.form-auto-item.is-user-is-active span,._account_api .liveDashboard .list-results thead .form-auto-list .no-text.form-auto-item.is-user-is-active span,.liveDashboard .form-auto-list ._account_api .list-results thead .no-text.form-auto-item.is-user-is-active span,.form-auto-list ._account_api .liveDashboard .list-results thead .no-text.form-auto-item.is-user-is-active span,.liveDashboard ._account_api .list-results thead .list-results-header .status.title span.no-text span,._account_api .liveDashboard .list-results thead .list-results-header .status.title span.no-text span,.liveDashboard .list-results-header .status.title ._account_api .list-results thead span.no-text span,.list-results-header .status.title ._account_api .liveDashboard .list-results thead span.no-text span,.liveDashboard ._account_api .list-results thead tr span.no-text span,._account_api .liveDashboard .list-results thead tr span.no-text span,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .no-text.dropdown-toggle:after span,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .no-text.dropdown-toggle:after span,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .no-text.filter span,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .no-text.filter span,._account_api .form-label.status .liveDashboard .list-results thead span.no-text span,._account_api .status.status-log .liveDashboard .list-results thead span.no-text span,._account_api .status.status-report-item .liveDashboard .list-results thead span.no-text span,._account_api .double-list dd.status .liveDashboard .list-results thead span.no-text span,.double-list ._account_api dd.status .liveDashboard .list-results thead span.no-text span,._account_api .double-list dt.status .liveDashboard .list-results thead span.no-text span,.double-list ._account_api dt.status .liveDashboard .list-results thead span.no-text span,._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span.no-text span,.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead span.no-text span,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.no-text span,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead span.no-text span,._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.no-text span,.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead span.no-text span,.form-label.status .liveDashboard ._account_api .list-results thead span.no-text span,.status.status-log .liveDashboard ._account_api .list-results thead span.no-text span,.status.status-report-item .liveDashboard ._account_api .list-results thead span.no-text span,.double-list dd.status .liveDashboard ._account_api .list-results thead span.no-text span,.double-list dt.status .liveDashboard ._account_api .list-results thead span.no-text span,.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead span.no-text span,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead span.no-text span,.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead span.no-text span,._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span.no-text span,.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead span.no-text span,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.no-text span,.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead span.no-text span,._account_api .sub-header .w-form .liveDashboard .list-results thead label.no-text span,._account_api .sub-header .w-double-list .liveDashboard .list-results thead label.no-text span,.sub-header .w-form .liveDashboard ._account_api .list-results thead label.no-text span,.sub-header .w-double-list .liveDashboard ._account_api .list-results thead label.no-text span,._account_api .block-filters .liveDashboard .list-results thead button.no-text:after span,.block-filters .liveDashboard ._account_api .list-results thead button.no-text:after span,._account_api .block-filters .liveDashboard .list-results thead select.no-text:after span,.block-filters .liveDashboard ._account_api .list-results thead select.no-text:after span,._account_api .form-auto-list .liveDashboard .list-results thead .no-text.form-auto-item.is-user-is-inactive span,.form-auto-list .liveDashboard ._account_api .list-results thead .no-text.form-auto-item.is-user-is-inactive span,._account_api .form-auto-list .liveDashboard .list-results thead .no-text.form-auto-item.is-user-is-active span,.form-auto-list .liveDashboard ._account_api .list-results thead .no-text.form-auto-item.is-user-is-active span,._account_api .list-results-header .status.title .liveDashboard .list-results thead span.no-text span,.list-results-header .status.title .liveDashboard ._account_api .list-results thead span.no-text span,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .no-text.dropdown-toggle:after span,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .no-text.dropdown-toggle:after span,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .no-text.filter span,.w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .no-text.filter span,._account_api .list-results thead .form-label.status span.no-text span,._account_api .list-results thead .status.status-log span.no-text span,._account_api .list-results thead .status.status-report-item span.no-text span,._account_api .list-results thead .double-list dd.status span.no-text span,.double-list ._account_api .list-results thead dd.status span.no-text span,._account_api .list-results thead .double-list dt.status span.no-text span,.double-list ._account_api .list-results thead dt.status span.no-text span,._account_api .list-results thead .w-cards-container .w-card .status.title span.no-text span,.w-cards-container .w-card ._account_api .list-results thead .status.title span.no-text span,._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.no-text span,.w-cards-container .w-card.centered .w-value ._account_api .list-results thead .status.label span.no-text span,._account_api .list-results thead tbody tr.sublist .status.title span.no-text span,._account_api .list-results tbody tr.sublist thead .status.title span.no-text span,.form-label.status ._account_api .list-results thead span.no-text span,.status.status-log ._account_api .list-results thead span.no-text span,.status.status-report-item ._account_api .list-results thead span.no-text span,.double-list dd.status ._account_api .list-results thead span.no-text span,.double-list dt.status ._account_api .list-results thead span.no-text span,.w-cards-container .w-card .status.title ._account_api .list-results thead span.no-text span,.w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.no-text span,.list-results tbody tr.sublist .status.title ._account_api .list-results thead span.no-text span,._account_api .list-results thead .w-filters-selected label.status.small span.no-text span,.w-filters-selected label.status.small ._account_api .list-results thead span.no-text span,._account_api .list-results thead .w-filters-selected .status.btn-f-s span.no-text span,.w-filters-selected .status.btn-f-s ._account_api .list-results thead span.no-text span,._account_api .list-results thead .sub-header .w-form label.no-text span,._account_api .list-results thead .sub-header .w-double-list label.no-text span,.sub-header .w-form ._account_api .list-results thead label.no-text span,.sub-header .w-double-list ._account_api .list-results thead label.no-text span,._account_api .list-results thead .block-filters button.no-text:after span,.block-filters ._account_api .list-results thead button.no-text:after span,._account_api .list-results thead .block-filters select.no-text:after span,.block-filters ._account_api .list-results thead select.no-text:after span,._account_api .list-results thead .form-auto-list .no-text.form-auto-item.is-user-is-inactive span,.form-auto-list ._account_api .list-results thead .no-text.form-auto-item.is-user-is-inactive span,._account_api .list-results thead .form-auto-list .no-text.form-auto-item.is-user-is-active span,.form-auto-list ._account_api .list-results thead .no-text.form-auto-item.is-user-is-active span,._account_api .list-results thead .list-results-header .status.title span.no-text span,.list-results-header .status.title ._account_api .list-results thead span.no-text span,._account_api .list-results thead tr span.no-text span,.sidebar-default.sidebar-default-right .sidebar-default-body .filter-group .no-text.filter-checkbox span,.add-filters-dropdown .w-add-filters-list>div.filter-group .no-text.filter-checkbox span,.filter-preset .filter-field-name button.no-text span,.btn.no-text span,.pagination a.no-text span,.goal-option .no-text.expend-label span{display:none}.button-default.emphase,.liveDashboard .list-results thead .emphase.icon,.liveDashboard .list-results thead .emphase.w-alert-banner:before,.liveDashboard .list-results thead .emphase.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .emphase.w-alert-banner:before,._account_api .liveDashboard .list-results thead .emphase.w-alert-banner:before,.liveDashboard .list-results thead .w-dialog.plus .emphase.dialog-aside:after,.w-dialog.plus .liveDashboard .list-results thead .emphase.dialog-aside:after,.liveDashboard .list-results thead .w-toast .emphase.toast.plus:after,.w-toast .liveDashboard .list-results thead .emphase.toast.plus:after,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .emphase.btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .emphase.btn-period-clear:before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .emphase.btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .emphase.btn-filter:before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .emphase.btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .emphase.btn-period-edit:before,.liveDashboard .list-results thead .block-filters .emphase.btn-filter:before,.block-filters .liveDashboard .list-results thead .emphase.btn-filter:before,.liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.emphase,.toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label.emphase,.liveDashboard .list-results thead tbody span.emphase.status,.liveDashboard .list-results tbody thead span.emphase.status,.liveDashboard .list-results thead tbody td.is-running span.emphase,.liveDashboard .list-results tbody td.is-running thead span.emphase,.liveDashboard .list-results thead tbody td.is-pending span.emphase,.liveDashboard .list-results tbody td.is-pending thead span.emphase,.liveDashboard .list-results thead .emphase.icon,.liveDashboard .list-results thead .emphase.w-alert-banner:before,.liveDashboard .list-results thead .emphase.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .emphase.w-alert-banner:before,._account_api .liveDashboard .list-results thead .emphase.w-alert-banner:before,.liveDashboard .list-results thead .w-dialog.plus .emphase.dialog-aside:after,.w-dialog.plus .liveDashboard .list-results thead .emphase.dialog-aside:after,.liveDashboard .list-results thead .w-toast .emphase.toast.plus:after,.w-toast .liveDashboard .list-results thead .emphase.toast.plus:after,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .emphase.btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .emphase.btn-period-clear:before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .emphase.btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .emphase.btn-filter:before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .emphase.btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .emphase.btn-period-edit:before,.liveDashboard .list-results thead .block-filters .emphase.btn-filter:before,.block-filters .liveDashboard .list-results thead .emphase.btn-filter:before,.liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.emphase,.toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label.emphase,.liveDashboard .list-results thead tbody span.emphase.status,.liveDashboard .list-results tbody thead span.emphase.status,.liveDashboard .list-results thead tbody td.is-running span.emphase,.liveDashboard .list-results tbody td.is-running thead span.emphase,.liveDashboard .list-results thead tbody td.is-pending span.emphase,.liveDashboard .list-results tbody td.is-pending thead span.emphase,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .emphase.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .emphase.dropdown-toggle:after,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .emphase.filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .emphase.filter,.liveDashboard .list-results thead .form-label.status span.emphase,.liveDashboard .list-results thead .status.status-log span.emphase,.liveDashboard .list-results thead .status.status-report-item span.emphase,.liveDashboard .list-results thead .double-list dd.status span.emphase,.double-list .liveDashboard .list-results thead dd.status span.emphase,.liveDashboard .list-results thead .double-list dt.status span.emphase,.double-list .liveDashboard .list-results thead dt.status span.emphase,.liveDashboard .list-results thead .w-cards-container .w-card .status.title span.emphase,.w-cards-container .w-card .liveDashboard .list-results thead .status.title span.emphase,.liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.emphase,.w-cards-container .w-card.centered .w-value .liveDashboard .list-results thead .status.label span.emphase,.liveDashboard .list-results thead tbody tr.sublist .status.title span.emphase,.liveDashboard .list-results tbody tr.sublist thead .status.title span.emphase,.form-label.status .liveDashboard .list-results thead span.emphase,.status.status-log .liveDashboard .list-results thead span.emphase,.status.status-report-item .liveDashboard .list-results thead span.emphase,.double-list dd.status .liveDashboard .list-results thead span.emphase,.double-list dt.status .liveDashboard .list-results thead span.emphase,.w-cards-container .w-card .status.title .liveDashboard .list-results thead span.emphase,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.emphase,.list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.emphase,.liveDashboard .list-results thead .w-filters-selected label.status.small span.emphase,.w-filters-selected label.status.small .liveDashboard .list-results thead span.emphase,.liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.emphase,.w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.emphase,.liveDashboard .list-results thead .sub-header .w-form label.emphase,.liveDashboard .list-results thead .sub-header .w-double-list label.emphase,.sub-header .w-form .liveDashboard .list-results thead label.emphase,.sub-header .w-double-list .liveDashboard .list-results thead label.emphase,.liveDashboard .list-results thead .block-filters button.emphase:after,.block-filters .liveDashboard .list-results thead button.emphase:after,.liveDashboard .list-results thead .block-filters select.emphase:after,.block-filters .liveDashboard .list-results thead select.emphase:after,.liveDashboard .list-results thead .form-auto-list .emphase.form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard .list-results thead .emphase.form-auto-item.is-user-is-inactive,.liveDashboard .list-results thead .form-auto-list .emphase.form-auto-item.is-user-is-active,.form-auto-list .liveDashboard .list-results thead .emphase.form-auto-item.is-user-is-active,.liveDashboard .list-results thead .list-results-header .status.title span.emphase,.list-results-header .status.title .liveDashboard .list-results thead span.emphase,.liveDashboard .list-results thead tr span.emphase,.liveDashboard ._account_api .list-results thead .emphase.icon,.liveDashboard ._account_api .list-results thead .emphase.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .emphase.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .emphase.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-dialog.plus .emphase.dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .emphase.dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-toast .emphase.toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .emphase.toast.plus:after,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .emphase.btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .emphase.btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .emphase.btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .emphase.btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .emphase.btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .emphase.btn-period-edit:before,.liveDashboard ._account_api .list-results thead .block-filters .emphase.btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .emphase.btn-filter:before,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label.emphase,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label.emphase,.liveDashboard ._account_api .list-results thead tbody span.emphase.status,.liveDashboard ._account_api .list-results tbody thead span.emphase.status,.liveDashboard ._account_api .list-results thead tbody td.is-running span.emphase,.liveDashboard ._account_api .list-results tbody td.is-running thead span.emphase,.liveDashboard ._account_api .list-results thead tbody td.is-pending span.emphase,.liveDashboard ._account_api .list-results tbody td.is-pending thead span.emphase,._account_api .liveDashboard .list-results thead .emphase.icon,._account_api .liveDashboard .list-results thead .emphase.w-alert-banner:before,._account_api .liveDashboard .list-results thead .emphase.w-alert-banner:before,._account_api .liveDashboard .list-results thead .emphase.w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-dialog.plus .emphase.dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .emphase.dialog-aside:after,._account_api .liveDashboard .list-results thead .w-toast .emphase.toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .emphase.toast.plus:after,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .emphase.btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .emphase.btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .emphase.btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .emphase.btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .emphase.btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .emphase.btn-period-edit:before,._account_api .liveDashboard .list-results thead .block-filters .emphase.btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .emphase.btn-filter:before,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.emphase,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label.emphase,._account_api .liveDashboard .list-results thead tbody span.emphase.status,._account_api .liveDashboard .list-results tbody thead span.emphase.status,._account_api .liveDashboard .list-results thead tbody td.is-running span.emphase,._account_api .liveDashboard .list-results tbody td.is-running thead span.emphase,._account_api .liveDashboard .list-results thead tbody td.is-pending span.emphase,._account_api .liveDashboard .list-results tbody td.is-pending thead span.emphase,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .emphase.dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .emphase.dropdown-toggle:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .emphase.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .emphase.dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .emphase.filter,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .emphase.filter,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .emphase.filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .emphase.filter,.liveDashboard ._account_api .list-results thead .form-label.status span.emphase,.liveDashboard ._account_api .list-results thead .status.status-log span.emphase,.liveDashboard ._account_api .list-results thead .status.status-report-item span.emphase,.liveDashboard ._account_api .list-results thead .double-list dd.status span.emphase,.double-list .liveDashboard ._account_api .list-results thead dd.status span.emphase,.liveDashboard ._account_api .list-results thead .double-list dt.status span.emphase,.double-list .liveDashboard ._account_api .list-results thead dt.status span.emphase,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span.emphase,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title span.emphase,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.emphase,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label span.emphase,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span.emphase,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span.emphase,._account_api .liveDashboard .list-results thead .form-label.status span.emphase,._account_api .liveDashboard .list-results thead .status.status-log span.emphase,._account_api .liveDashboard .list-results thead .status.status-report-item span.emphase,._account_api .liveDashboard .list-results thead .double-list dd.status span.emphase,.double-list ._account_api .liveDashboard .list-results thead dd.status span.emphase,._account_api .liveDashboard .list-results thead .double-list dt.status span.emphase,.double-list ._account_api .liveDashboard .list-results thead dt.status span.emphase,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span.emphase,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title span.emphase,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.emphase,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label span.emphase,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span.emphase,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span.emphase,.liveDashboard .form-label.status ._account_api .list-results thead span.emphase,.liveDashboard .status.status-log ._account_api .list-results thead span.emphase,.liveDashboard .status.status-report-item ._account_api .list-results thead span.emphase,.liveDashboard .double-list dd.status ._account_api .list-results thead span.emphase,.double-list .liveDashboard dd.status ._account_api .list-results thead span.emphase,.liveDashboard .double-list dt.status ._account_api .list-results thead span.emphase,.double-list .liveDashboard dt.status ._account_api .list-results thead span.emphase,.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span.emphase,.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead span.emphase,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.emphase,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead span.emphase,.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span.emphase,.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead span.emphase,.form-label.status ._account_api .liveDashboard .list-results thead span.emphase,.status.status-log ._account_api .liveDashboard .list-results thead span.emphase,.status.status-report-item ._account_api .liveDashboard .list-results thead span.emphase,.double-list dd.status ._account_api .liveDashboard .list-results thead span.emphase,.double-list dt.status ._account_api .liveDashboard .list-results thead span.emphase,.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead span.emphase,.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead span.emphase,.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead span.emphase,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span.emphase,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span.emphase,.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span.emphase,.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead span.emphase,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span.emphase,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.emphase,.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span.emphase,.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead span.emphase,.liveDashboard ._account_api .list-results thead .sub-header .w-form label.emphase,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list label.emphase,._account_api .liveDashboard .list-results thead .sub-header .w-form label.emphase,._account_api .liveDashboard .list-results thead .sub-header .w-double-list label.emphase,.liveDashboard .sub-header .w-form ._account_api .list-results thead label.emphase,.liveDashboard .sub-header .w-double-list ._account_api .list-results thead label.emphase,.sub-header .w-form ._account_api .liveDashboard .list-results thead label.emphase,.sub-header .w-double-list ._account_api .liveDashboard .list-results thead label.emphase,.liveDashboard ._account_api .list-results thead .block-filters button.emphase:after,._account_api .liveDashboard .list-results thead .block-filters button.emphase:after,.liveDashboard .block-filters ._account_api .list-results thead button.emphase:after,.block-filters ._account_api .liveDashboard .list-results thead button.emphase:after,.liveDashboard ._account_api .list-results thead .block-filters select.emphase:after,._account_api .liveDashboard .list-results thead .block-filters select.emphase:after,.liveDashboard .block-filters ._account_api .list-results thead select.emphase:after,.block-filters ._account_api .liveDashboard .list-results thead select.emphase:after,.liveDashboard ._account_api .list-results thead .form-auto-list .emphase.form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .form-auto-list .emphase.form-auto-item.is-user-is-inactive,.liveDashboard .form-auto-list ._account_api .list-results thead .emphase.form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .liveDashboard .list-results thead .emphase.form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .form-auto-list .emphase.form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .form-auto-list .emphase.form-auto-item.is-user-is-active,.liveDashboard .form-auto-list ._account_api .list-results thead .emphase.form-auto-item.is-user-is-active,.form-auto-list ._account_api .liveDashboard .list-results thead .emphase.form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .list-results-header .status.title span.emphase,._account_api .liveDashboard .list-results thead .list-results-header .status.title span.emphase,.liveDashboard .list-results-header .status.title ._account_api .list-results thead span.emphase,.list-results-header .status.title ._account_api .liveDashboard .list-results thead span.emphase,.liveDashboard ._account_api .list-results thead tr span.emphase,._account_api .liveDashboard .list-results thead tr span.emphase,.liveDashboard ._account_api .list-results thead .emphase.icon,.liveDashboard ._account_api .list-results thead .emphase.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .emphase.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .emphase.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-dialog.plus .emphase.dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .emphase.dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-toast .emphase.toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .emphase.toast.plus:after,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .emphase.btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .emphase.btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .emphase.btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .emphase.btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .emphase.btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .emphase.btn-period-edit:before,.liveDashboard ._account_api .list-results thead .block-filters .emphase.btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .emphase.btn-filter:before,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label.emphase,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label.emphase,.liveDashboard ._account_api .list-results thead tbody span.emphase.status,.liveDashboard ._account_api .list-results tbody thead span.emphase.status,.liveDashboard ._account_api .list-results thead tbody td.is-running span.emphase,.liveDashboard ._account_api .list-results tbody td.is-running thead span.emphase,.liveDashboard ._account_api .list-results thead tbody td.is-pending span.emphase,.liveDashboard ._account_api .list-results tbody td.is-pending thead span.emphase,._account_api .liveDashboard .list-results thead .emphase.icon,._account_api .liveDashboard .list-results thead .emphase.w-alert-banner:before,._account_api .liveDashboard .list-results thead .emphase.w-alert-banner:before,._account_api .liveDashboard .list-results thead .emphase.w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-dialog.plus .emphase.dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .emphase.dialog-aside:after,._account_api .liveDashboard .list-results thead .w-toast .emphase.toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .emphase.toast.plus:after,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .emphase.btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .emphase.btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .emphase.btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .emphase.btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .emphase.btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .emphase.btn-period-edit:before,._account_api .liveDashboard .list-results thead .block-filters .emphase.btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .emphase.btn-filter:before,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.emphase,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label.emphase,._account_api .liveDashboard .list-results thead tbody span.emphase.status,._account_api .liveDashboard .list-results tbody thead span.emphase.status,._account_api .liveDashboard .list-results thead tbody td.is-running span.emphase,._account_api .liveDashboard .list-results tbody td.is-running thead span.emphase,._account_api .liveDashboard .list-results thead tbody td.is-pending span.emphase,._account_api .liveDashboard .list-results tbody td.is-pending thead span.emphase,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .emphase.dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .emphase.dropdown-toggle:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .emphase.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .emphase.dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .emphase.filter,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .emphase.filter,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .emphase.filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .emphase.filter,.liveDashboard ._account_api .list-results thead .form-label.status span.emphase,.liveDashboard ._account_api .list-results thead .status.status-log span.emphase,.liveDashboard ._account_api .list-results thead .status.status-report-item span.emphase,.liveDashboard ._account_api .list-results thead .double-list dd.status span.emphase,.double-list .liveDashboard ._account_api .list-results thead dd.status span.emphase,.liveDashboard ._account_api .list-results thead .double-list dt.status span.emphase,.double-list .liveDashboard ._account_api .list-results thead dt.status span.emphase,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span.emphase,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title span.emphase,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.emphase,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label span.emphase,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span.emphase,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span.emphase,._account_api .liveDashboard .list-results thead .form-label.status span.emphase,._account_api .liveDashboard .list-results thead .status.status-log span.emphase,._account_api .liveDashboard .list-results thead .status.status-report-item span.emphase,._account_api .liveDashboard .list-results thead .double-list dd.status span.emphase,.double-list ._account_api .liveDashboard .list-results thead dd.status span.emphase,._account_api .liveDashboard .list-results thead .double-list dt.status span.emphase,.double-list ._account_api .liveDashboard .list-results thead dt.status span.emphase,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span.emphase,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title span.emphase,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.emphase,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label span.emphase,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span.emphase,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span.emphase,.liveDashboard .form-label.status ._account_api .list-results thead span.emphase,.liveDashboard .status.status-log ._account_api .list-results thead span.emphase,.liveDashboard .status.status-report-item ._account_api .list-results thead span.emphase,.liveDashboard .double-list dd.status ._account_api .list-results thead span.emphase,.double-list .liveDashboard dd.status ._account_api .list-results thead span.emphase,.liveDashboard .double-list dt.status ._account_api .list-results thead span.emphase,.double-list .liveDashboard dt.status ._account_api .list-results thead span.emphase,.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span.emphase,.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead span.emphase,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.emphase,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead span.emphase,.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span.emphase,.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead span.emphase,.form-label.status ._account_api .liveDashboard .list-results thead span.emphase,.status.status-log ._account_api .liveDashboard .list-results thead span.emphase,.status.status-report-item ._account_api .liveDashboard .list-results thead span.emphase,.double-list dd.status ._account_api .liveDashboard .list-results thead span.emphase,.double-list dt.status ._account_api .liveDashboard .list-results thead span.emphase,.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead span.emphase,.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead span.emphase,.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead span.emphase,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span.emphase,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span.emphase,.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span.emphase,.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead span.emphase,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span.emphase,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.emphase,.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span.emphase,.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead span.emphase,.liveDashboard ._account_api .list-results thead .sub-header .w-form label.emphase,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list label.emphase,._account_api .liveDashboard .list-results thead .sub-header .w-form label.emphase,._account_api .liveDashboard .list-results thead .sub-header .w-double-list label.emphase,.liveDashboard .sub-header .w-form ._account_api .list-results thead label.emphase,.liveDashboard .sub-header .w-double-list ._account_api .list-results thead label.emphase,.sub-header .w-form ._account_api .liveDashboard .list-results thead label.emphase,.sub-header .w-double-list ._account_api .liveDashboard .list-results thead label.emphase,.liveDashboard ._account_api .list-results thead .block-filters button.emphase:after,._account_api .liveDashboard .list-results thead .block-filters button.emphase:after,.liveDashboard .block-filters ._account_api .list-results thead button.emphase:after,.block-filters ._account_api .liveDashboard .list-results thead button.emphase:after,.liveDashboard ._account_api .list-results thead .block-filters select.emphase:after,._account_api .liveDashboard .list-results thead .block-filters select.emphase:after,.liveDashboard .block-filters ._account_api .list-results thead select.emphase:after,.block-filters ._account_api .liveDashboard .list-results thead select.emphase:after,.liveDashboard ._account_api .list-results thead .form-auto-list .emphase.form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .form-auto-list .emphase.form-auto-item.is-user-is-inactive,.liveDashboard .form-auto-list ._account_api .list-results thead .emphase.form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .liveDashboard .list-results thead .emphase.form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .form-auto-list .emphase.form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .form-auto-list .emphase.form-auto-item.is-user-is-active,.liveDashboard .form-auto-list ._account_api .list-results thead .emphase.form-auto-item.is-user-is-active,.form-auto-list ._account_api .liveDashboard .list-results thead .emphase.form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .list-results-header .status.title span.emphase,._account_api .liveDashboard .list-results thead .list-results-header .status.title span.emphase,.liveDashboard .list-results-header .status.title ._account_api .list-results thead span.emphase,.list-results-header .status.title ._account_api .liveDashboard .list-results thead span.emphase,.liveDashboard ._account_api .list-results thead tr span.emphase,._account_api .liveDashboard .list-results thead tr span.emphase,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .emphase.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .emphase.dropdown-toggle:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .emphase.filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .emphase.filter,._account_api .form-label.status .liveDashboard .list-results thead span.emphase,._account_api .status.status-log .liveDashboard .list-results thead span.emphase,._account_api .status.status-report-item .liveDashboard .list-results thead span.emphase,._account_api .double-list dd.status .liveDashboard .list-results thead span.emphase,.double-list ._account_api dd.status .liveDashboard .list-results thead span.emphase,._account_api .double-list dt.status .liveDashboard .list-results thead span.emphase,.double-list ._account_api dt.status .liveDashboard .list-results thead span.emphase,._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span.emphase,.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead span.emphase,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.emphase,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead span.emphase,._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.emphase,.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead span.emphase,.form-label.status .liveDashboard ._account_api .list-results thead span.emphase,.status.status-log .liveDashboard ._account_api .list-results thead span.emphase,.status.status-report-item .liveDashboard ._account_api .list-results thead span.emphase,.double-list dd.status .liveDashboard ._account_api .list-results thead span.emphase,.double-list dt.status .liveDashboard ._account_api .list-results thead span.emphase,.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead span.emphase,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead span.emphase,.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead span.emphase,._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span.emphase,.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead span.emphase,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.emphase,.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead span.emphase,._account_api .sub-header .w-form .liveDashboard .list-results thead label.emphase,._account_api .sub-header .w-double-list .liveDashboard .list-results thead label.emphase,.sub-header .w-form .liveDashboard ._account_api .list-results thead label.emphase,.sub-header .w-double-list .liveDashboard ._account_api .list-results thead label.emphase,._account_api .block-filters .liveDashboard .list-results thead button.emphase:after,.block-filters .liveDashboard ._account_api .list-results thead button.emphase:after,._account_api .block-filters .liveDashboard .list-results thead select.emphase:after,.block-filters .liveDashboard ._account_api .list-results thead select.emphase:after,._account_api .form-auto-list .liveDashboard .list-results thead .emphase.form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard ._account_api .list-results thead .emphase.form-auto-item.is-user-is-inactive,._account_api .form-auto-list .liveDashboard .list-results thead .emphase.form-auto-item.is-user-is-active,.form-auto-list .liveDashboard ._account_api .list-results thead .emphase.form-auto-item.is-user-is-active,._account_api .list-results-header .status.title .liveDashboard .list-results thead span.emphase,.list-results-header .status.title .liveDashboard ._account_api .list-results thead span.emphase,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .emphase.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .emphase.dropdown-toggle:after,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .emphase.filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .emphase.filter,.liveDashboard .list-results thead .form-label.status span.emphase,.liveDashboard .list-results thead .status.status-log span.emphase,.liveDashboard .list-results thead .status.status-report-item span.emphase,.liveDashboard .list-results thead .double-list dd.status span.emphase,.double-list .liveDashboard .list-results thead dd.status span.emphase,.liveDashboard .list-results thead .double-list dt.status span.emphase,.double-list .liveDashboard .list-results thead dt.status span.emphase,.liveDashboard .list-results thead .w-cards-container .w-card .status.title span.emphase,.w-cards-container .w-card .liveDashboard .list-results thead .status.title span.emphase,.liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.emphase,.w-cards-container .w-card.centered .w-value .liveDashboard .list-results thead .status.label span.emphase,.liveDashboard .list-results thead tbody tr.sublist .status.title span.emphase,.liveDashboard .list-results tbody tr.sublist thead .status.title span.emphase,.form-label.status .liveDashboard .list-results thead span.emphase,.status.status-log .liveDashboard .list-results thead span.emphase,.status.status-report-item .liveDashboard .list-results thead span.emphase,.double-list dd.status .liveDashboard .list-results thead span.emphase,.double-list dt.status .liveDashboard .list-results thead span.emphase,.w-cards-container .w-card .status.title .liveDashboard .list-results thead span.emphase,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.emphase,.list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.emphase,.liveDashboard .list-results thead .w-filters-selected label.status.small span.emphase,.w-filters-selected label.status.small .liveDashboard .list-results thead span.emphase,.liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.emphase,.w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.emphase,.liveDashboard .list-results thead .sub-header .w-form label.emphase,.liveDashboard .list-results thead .sub-header .w-double-list label.emphase,.sub-header .w-form .liveDashboard .list-results thead label.emphase,.sub-header .w-double-list .liveDashboard .list-results thead label.emphase,.liveDashboard .list-results thead .block-filters button.emphase:after,.block-filters .liveDashboard .list-results thead button.emphase:after,.liveDashboard .list-results thead .block-filters select.emphase:after,.block-filters .liveDashboard .list-results thead select.emphase:after,.liveDashboard .list-results thead .form-auto-list .emphase.form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard .list-results thead .emphase.form-auto-item.is-user-is-inactive,.liveDashboard .list-results thead .form-auto-list .emphase.form-auto-item.is-user-is-active,.form-auto-list .liveDashboard .list-results thead .emphase.form-auto-item.is-user-is-active,.liveDashboard .list-results thead .list-results-header .status.title span.emphase,.list-results-header .status.title .liveDashboard .list-results thead span.emphase,.liveDashboard .list-results thead tr span.emphase,._account_api .list-results thead .emphase.icon,._account_api .list-results thead .emphase.w-alert-banner:before,._account_api .liveDashboard .list-results thead .emphase.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .emphase.w-alert-banner:before,._account_api .list-results thead .emphase.w-alert-banner:before,._account_api .list-results thead .w-dialog.plus .emphase.dialog-aside:after,.w-dialog.plus ._account_api .list-results thead .emphase.dialog-aside:after,._account_api .list-results thead .w-toast .emphase.toast.plus:after,.w-toast ._account_api .list-results thead .emphase.toast.plus:after,._account_api .list-results thead .w-time-period .dropdown .w-selection .emphase.btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .emphase.btn-period-clear:before,._account_api .list-results thead .w-time-period .dropdown .w-selection .emphase.btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .emphase.btn-filter:before,._account_api .list-results thead .w-time-period .dropdown .w-selection .emphase.btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .emphase.btn-period-edit:before,._account_api .list-results thead .block-filters .emphase.btn-filter:before,.block-filters ._account_api .list-results thead .emphase.btn-filter:before,._account_api .list-results thead .toggleWrapper input.mobileToggle+label.emphase,.toggleWrapper ._account_api .list-results thead input.mobileToggle+label.emphase,._account_api .list-results thead tbody span.emphase.status,._account_api .list-results tbody thead span.emphase.status,._account_api .list-results thead tbody td.is-running span.emphase,._account_api .list-results tbody td.is-running thead span.emphase,._account_api .list-results thead tbody td.is-pending span.emphase,._account_api .list-results tbody td.is-pending thead span.emphase,._account_api .liveDashboard .list-results thead .emphase.icon,._account_api .liveDashboard .list-results thead .emphase.w-alert-banner:before,._account_api .liveDashboard .list-results thead .emphase.w-alert-banner:before,._account_api .liveDashboard .list-results thead .emphase.w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-dialog.plus .emphase.dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .emphase.dialog-aside:after,._account_api .liveDashboard .list-results thead .w-toast .emphase.toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .emphase.toast.plus:after,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .emphase.btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .emphase.btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .emphase.btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .emphase.btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .emphase.btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .emphase.btn-period-edit:before,._account_api .liveDashboard .list-results thead .block-filters .emphase.btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .emphase.btn-filter:before,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.emphase,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label.emphase,._account_api .liveDashboard .list-results thead tbody span.emphase.status,._account_api .liveDashboard .list-results tbody thead span.emphase.status,._account_api .liveDashboard .list-results thead tbody td.is-running span.emphase,._account_api .liveDashboard .list-results tbody td.is-running thead span.emphase,._account_api .liveDashboard .list-results thead tbody td.is-pending span.emphase,._account_api .liveDashboard .list-results tbody td.is-pending thead span.emphase,.liveDashboard ._account_api .list-results thead .emphase.icon,.liveDashboard ._account_api .list-results thead .emphase.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .emphase.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .emphase.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-dialog.plus .emphase.dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .emphase.dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-toast .emphase.toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .emphase.toast.plus:after,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .emphase.btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .emphase.btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .emphase.btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .emphase.btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .emphase.btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .emphase.btn-period-edit:before,.liveDashboard ._account_api .list-results thead .block-filters .emphase.btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .emphase.btn-filter:before,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label.emphase,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label.emphase,.liveDashboard ._account_api .list-results thead tbody span.emphase.status,.liveDashboard ._account_api .list-results tbody thead span.emphase.status,.liveDashboard ._account_api .list-results thead tbody td.is-running span.emphase,.liveDashboard ._account_api .list-results tbody td.is-running thead span.emphase,.liveDashboard ._account_api .list-results thead tbody td.is-pending span.emphase,.liveDashboard ._account_api .list-results tbody td.is-pending thead span.emphase,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .emphase.dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .emphase.dropdown-toggle:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .emphase.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .emphase.dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .emphase.filter,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .emphase.filter,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .emphase.filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .emphase.filter,._account_api .liveDashboard .list-results thead .form-label.status span.emphase,._account_api .liveDashboard .list-results thead .status.status-log span.emphase,._account_api .liveDashboard .list-results thead .status.status-report-item span.emphase,._account_api .liveDashboard .list-results thead .double-list dd.status span.emphase,.double-list ._account_api .liveDashboard .list-results thead dd.status span.emphase,._account_api .liveDashboard .list-results thead .double-list dt.status span.emphase,.double-list ._account_api .liveDashboard .list-results thead dt.status span.emphase,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span.emphase,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title span.emphase,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.emphase,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label span.emphase,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span.emphase,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span.emphase,.liveDashboard ._account_api .list-results thead .form-label.status span.emphase,.liveDashboard ._account_api .list-results thead .status.status-log span.emphase,.liveDashboard ._account_api .list-results thead .status.status-report-item span.emphase,.liveDashboard ._account_api .list-results thead .double-list dd.status span.emphase,.double-list .liveDashboard ._account_api .list-results thead dd.status span.emphase,.liveDashboard ._account_api .list-results thead .double-list dt.status span.emphase,.double-list .liveDashboard ._account_api .list-results thead dt.status span.emphase,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span.emphase,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title span.emphase,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.emphase,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label span.emphase,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span.emphase,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span.emphase,._account_api .form-label.status .liveDashboard .list-results thead span.emphase,._account_api .status.status-log .liveDashboard .list-results thead span.emphase,._account_api .status.status-report-item .liveDashboard .list-results thead span.emphase,._account_api .double-list dd.status .liveDashboard .list-results thead span.emphase,.double-list ._account_api dd.status .liveDashboard .list-results thead span.emphase,._account_api .double-list dt.status .liveDashboard .list-results thead span.emphase,.double-list ._account_api dt.status .liveDashboard .list-results thead span.emphase,._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span.emphase,.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead span.emphase,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.emphase,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead span.emphase,._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.emphase,.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead span.emphase,.form-label.status .liveDashboard ._account_api .list-results thead span.emphase,.status.status-log .liveDashboard ._account_api .list-results thead span.emphase,.status.status-report-item .liveDashboard ._account_api .list-results thead span.emphase,.double-list dd.status .liveDashboard ._account_api .list-results thead span.emphase,.double-list dt.status .liveDashboard ._account_api .list-results thead span.emphase,.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead span.emphase,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead span.emphase,.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead span.emphase,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span.emphase,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span.emphase,._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span.emphase,.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead span.emphase,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.emphase,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span.emphase,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.emphase,.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead span.emphase,._account_api .liveDashboard .list-results thead .sub-header .w-form label.emphase,._account_api .liveDashboard .list-results thead .sub-header .w-double-list label.emphase,.liveDashboard ._account_api .list-results thead .sub-header .w-form label.emphase,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list label.emphase,._account_api .sub-header .w-form .liveDashboard .list-results thead label.emphase,._account_api .sub-header .w-double-list .liveDashboard .list-results thead label.emphase,.sub-header .w-form .liveDashboard ._account_api .list-results thead label.emphase,.sub-header .w-double-list .liveDashboard ._account_api .list-results thead label.emphase,._account_api .liveDashboard .list-results thead .block-filters button.emphase:after,.liveDashboard ._account_api .list-results thead .block-filters button.emphase:after,._account_api .block-filters .liveDashboard .list-results thead button.emphase:after,.block-filters .liveDashboard ._account_api .list-results thead button.emphase:after,._account_api .liveDashboard .list-results thead .block-filters select.emphase:after,.liveDashboard ._account_api .list-results thead .block-filters select.emphase:after,._account_api .block-filters .liveDashboard .list-results thead select.emphase:after,.block-filters .liveDashboard ._account_api .list-results thead select.emphase:after,._account_api .liveDashboard .list-results thead .form-auto-list .emphase.form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .form-auto-list .emphase.form-auto-item.is-user-is-inactive,._account_api .form-auto-list .liveDashboard .list-results thead .emphase.form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard ._account_api .list-results thead .emphase.form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .form-auto-list .emphase.form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .form-auto-list .emphase.form-auto-item.is-user-is-active,._account_api .form-auto-list .liveDashboard .list-results thead .emphase.form-auto-item.is-user-is-active,.form-auto-list .liveDashboard ._account_api .list-results thead .emphase.form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .list-results-header .status.title span.emphase,.liveDashboard ._account_api .list-results thead .list-results-header .status.title span.emphase,._account_api .list-results-header .status.title .liveDashboard .list-results thead span.emphase,.list-results-header .status.title .liveDashboard ._account_api .list-results thead span.emphase,._account_api .liveDashboard .list-results thead tr span.emphase,.liveDashboard ._account_api .list-results thead tr span.emphase,._account_api .list-results thead .emphase.icon,._account_api .list-results thead .emphase.w-alert-banner:before,._account_api .liveDashboard .list-results thead .emphase.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .emphase.w-alert-banner:before,._account_api .list-results thead .emphase.w-alert-banner:before,._account_api .list-results thead .w-dialog.plus .emphase.dialog-aside:after,.w-dialog.plus ._account_api .list-results thead .emphase.dialog-aside:after,._account_api .list-results thead .w-toast .emphase.toast.plus:after,.w-toast ._account_api .list-results thead .emphase.toast.plus:after,._account_api .list-results thead .w-time-period .dropdown .w-selection .emphase.btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .emphase.btn-period-clear:before,._account_api .list-results thead .w-time-period .dropdown .w-selection .emphase.btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .emphase.btn-filter:before,._account_api .list-results thead .w-time-period .dropdown .w-selection .emphase.btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .emphase.btn-period-edit:before,._account_api .list-results thead .block-filters .emphase.btn-filter:before,.block-filters ._account_api .list-results thead .emphase.btn-filter:before,._account_api .list-results thead .toggleWrapper input.mobileToggle+label.emphase,.toggleWrapper ._account_api .list-results thead input.mobileToggle+label.emphase,._account_api .list-results thead tbody span.emphase.status,._account_api .list-results tbody thead span.emphase.status,._account_api .list-results thead tbody td.is-running span.emphase,._account_api .list-results tbody td.is-running thead span.emphase,._account_api .list-results thead tbody td.is-pending span.emphase,._account_api .list-results tbody td.is-pending thead span.emphase,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .emphase.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .emphase.dropdown-toggle:after,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .emphase.filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .emphase.filter,._account_api .list-results thead .form-label.status span.emphase,._account_api .list-results thead .status.status-log span.emphase,._account_api .list-results thead .status.status-report-item span.emphase,._account_api .list-results thead .double-list dd.status span.emphase,.double-list ._account_api .list-results thead dd.status span.emphase,._account_api .list-results thead .double-list dt.status span.emphase,.double-list ._account_api .list-results thead dt.status span.emphase,._account_api .list-results thead .w-cards-container .w-card .status.title span.emphase,.w-cards-container .w-card ._account_api .list-results thead .status.title span.emphase,._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.emphase,.w-cards-container .w-card.centered .w-value ._account_api .list-results thead .status.label span.emphase,._account_api .list-results thead tbody tr.sublist .status.title span.emphase,._account_api .list-results tbody tr.sublist thead .status.title span.emphase,.form-label.status ._account_api .list-results thead span.emphase,.status.status-log ._account_api .list-results thead span.emphase,.status.status-report-item ._account_api .list-results thead span.emphase,.double-list dd.status ._account_api .list-results thead span.emphase,.double-list dt.status ._account_api .list-results thead span.emphase,.w-cards-container .w-card .status.title ._account_api .list-results thead span.emphase,.w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.emphase,.list-results tbody tr.sublist .status.title ._account_api .list-results thead span.emphase,._account_api .list-results thead .w-filters-selected label.status.small span.emphase,.w-filters-selected label.status.small ._account_api .list-results thead span.emphase,._account_api .list-results thead .w-filters-selected .status.btn-f-s span.emphase,.w-filters-selected .status.btn-f-s ._account_api .list-results thead span.emphase,._account_api .list-results thead .sub-header .w-form label.emphase,._account_api .list-results thead .sub-header .w-double-list label.emphase,.sub-header .w-form ._account_api .list-results thead label.emphase,.sub-header .w-double-list ._account_api .list-results thead label.emphase,._account_api .list-results thead .block-filters button.emphase:after,.block-filters ._account_api .list-results thead button.emphase:after,._account_api .list-results thead .block-filters select.emphase:after,.block-filters ._account_api .list-results thead select.emphase:after,._account_api .list-results thead .form-auto-list .emphase.form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .list-results thead .emphase.form-auto-item.is-user-is-inactive,._account_api .list-results thead .form-auto-list .emphase.form-auto-item.is-user-is-active,.form-auto-list ._account_api .list-results thead .emphase.form-auto-item.is-user-is-active,._account_api .list-results thead .list-results-header .status.title span.emphase,.list-results-header .status.title ._account_api .list-results thead span.emphase,._account_api .list-results thead tr span.emphase,.liveDashboard ._account_api .list-results thead .emphase.icon,.liveDashboard ._account_api .list-results thead .emphase.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .emphase.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .emphase.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-dialog.plus .emphase.dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .emphase.dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-toast .emphase.toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .emphase.toast.plus:after,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .emphase.btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .emphase.btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .emphase.btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .emphase.btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .emphase.btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .emphase.btn-period-edit:before,.liveDashboard ._account_api .list-results thead .block-filters .emphase.btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .emphase.btn-filter:before,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label.emphase,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label.emphase,.liveDashboard ._account_api .list-results thead tbody span.emphase.status,.liveDashboard ._account_api .list-results tbody thead span.emphase.status,.liveDashboard ._account_api .list-results thead tbody td.is-running span.emphase,.liveDashboard ._account_api .list-results tbody td.is-running thead span.emphase,.liveDashboard ._account_api .list-results thead tbody td.is-pending span.emphase,.liveDashboard ._account_api .list-results tbody td.is-pending thead span.emphase,._account_api .liveDashboard .list-results thead .emphase.icon,._account_api .liveDashboard .list-results thead .emphase.w-alert-banner:before,._account_api .liveDashboard .list-results thead .emphase.w-alert-banner:before,._account_api .liveDashboard .list-results thead .emphase.w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-dialog.plus .emphase.dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .emphase.dialog-aside:after,._account_api .liveDashboard .list-results thead .w-toast .emphase.toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .emphase.toast.plus:after,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .emphase.btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .emphase.btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .emphase.btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .emphase.btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .emphase.btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .emphase.btn-period-edit:before,._account_api .liveDashboard .list-results thead .block-filters .emphase.btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .emphase.btn-filter:before,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.emphase,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label.emphase,._account_api .liveDashboard .list-results thead tbody span.emphase.status,._account_api .liveDashboard .list-results tbody thead span.emphase.status,._account_api .liveDashboard .list-results thead tbody td.is-running span.emphase,._account_api .liveDashboard .list-results tbody td.is-running thead span.emphase,._account_api .liveDashboard .list-results thead tbody td.is-pending span.emphase,._account_api .liveDashboard .list-results tbody td.is-pending thead span.emphase,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .emphase.dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .emphase.dropdown-toggle:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .emphase.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .emphase.dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .emphase.filter,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .emphase.filter,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .emphase.filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .emphase.filter,.liveDashboard ._account_api .list-results thead .form-label.status span.emphase,.liveDashboard ._account_api .list-results thead .status.status-log span.emphase,.liveDashboard ._account_api .list-results thead .status.status-report-item span.emphase,.liveDashboard ._account_api .list-results thead .double-list dd.status span.emphase,.double-list .liveDashboard ._account_api .list-results thead dd.status span.emphase,.liveDashboard ._account_api .list-results thead .double-list dt.status span.emphase,.double-list .liveDashboard ._account_api .list-results thead dt.status span.emphase,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span.emphase,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title span.emphase,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.emphase,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label span.emphase,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span.emphase,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span.emphase,._account_api .liveDashboard .list-results thead .form-label.status span.emphase,._account_api .liveDashboard .list-results thead .status.status-log span.emphase,._account_api .liveDashboard .list-results thead .status.status-report-item span.emphase,._account_api .liveDashboard .list-results thead .double-list dd.status span.emphase,.double-list ._account_api .liveDashboard .list-results thead dd.status span.emphase,._account_api .liveDashboard .list-results thead .double-list dt.status span.emphase,.double-list ._account_api .liveDashboard .list-results thead dt.status span.emphase,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span.emphase,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title span.emphase,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.emphase,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label span.emphase,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span.emphase,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span.emphase,.liveDashboard .form-label.status ._account_api .list-results thead span.emphase,.liveDashboard .status.status-log ._account_api .list-results thead span.emphase,.liveDashboard .status.status-report-item ._account_api .list-results thead span.emphase,.liveDashboard .double-list dd.status ._account_api .list-results thead span.emphase,.double-list .liveDashboard dd.status ._account_api .list-results thead span.emphase,.liveDashboard .double-list dt.status ._account_api .list-results thead span.emphase,.double-list .liveDashboard dt.status ._account_api .list-results thead span.emphase,.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span.emphase,.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead span.emphase,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.emphase,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead span.emphase,.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span.emphase,.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead span.emphase,.form-label.status ._account_api .liveDashboard .list-results thead span.emphase,.status.status-log ._account_api .liveDashboard .list-results thead span.emphase,.status.status-report-item ._account_api .liveDashboard .list-results thead span.emphase,.double-list dd.status ._account_api .liveDashboard .list-results thead span.emphase,.double-list dt.status ._account_api .liveDashboard .list-results thead span.emphase,.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead span.emphase,.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead span.emphase,.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead span.emphase,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span.emphase,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span.emphase,.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span.emphase,.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead span.emphase,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span.emphase,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.emphase,.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span.emphase,.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead span.emphase,.liveDashboard ._account_api .list-results thead .sub-header .w-form label.emphase,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list label.emphase,._account_api .liveDashboard .list-results thead .sub-header .w-form label.emphase,._account_api .liveDashboard .list-results thead .sub-header .w-double-list label.emphase,.liveDashboard .sub-header .w-form ._account_api .list-results thead label.emphase,.liveDashboard .sub-header .w-double-list ._account_api .list-results thead label.emphase,.sub-header .w-form ._account_api .liveDashboard .list-results thead label.emphase,.sub-header .w-double-list ._account_api .liveDashboard .list-results thead label.emphase,.liveDashboard ._account_api .list-results thead .block-filters button.emphase:after,._account_api .liveDashboard .list-results thead .block-filters button.emphase:after,.liveDashboard .block-filters ._account_api .list-results thead button.emphase:after,.block-filters ._account_api .liveDashboard .list-results thead button.emphase:after,.liveDashboard ._account_api .list-results thead .block-filters select.emphase:after,._account_api .liveDashboard .list-results thead .block-filters select.emphase:after,.liveDashboard .block-filters ._account_api .list-results thead select.emphase:after,.block-filters ._account_api .liveDashboard .list-results thead select.emphase:after,.liveDashboard ._account_api .list-results thead .form-auto-list .emphase.form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .form-auto-list .emphase.form-auto-item.is-user-is-inactive,.liveDashboard .form-auto-list ._account_api .list-results thead .emphase.form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .liveDashboard .list-results thead .emphase.form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .form-auto-list .emphase.form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .form-auto-list .emphase.form-auto-item.is-user-is-active,.liveDashboard .form-auto-list ._account_api .list-results thead .emphase.form-auto-item.is-user-is-active,.form-auto-list ._account_api .liveDashboard .list-results thead .emphase.form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .list-results-header .status.title span.emphase,._account_api .liveDashboard .list-results thead .list-results-header .status.title span.emphase,.liveDashboard .list-results-header .status.title ._account_api .list-results thead span.emphase,.list-results-header .status.title ._account_api .liveDashboard .list-results thead span.emphase,.liveDashboard ._account_api .list-results thead tr span.emphase,._account_api .liveDashboard .list-results thead tr span.emphase,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .emphase.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .emphase.dropdown-toggle:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .emphase.filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .emphase.filter,._account_api .form-label.status .liveDashboard .list-results thead span.emphase,._account_api .status.status-log .liveDashboard .list-results thead span.emphase,._account_api .status.status-report-item .liveDashboard .list-results thead span.emphase,._account_api .double-list dd.status .liveDashboard .list-results thead span.emphase,.double-list ._account_api dd.status .liveDashboard .list-results thead span.emphase,._account_api .double-list dt.status .liveDashboard .list-results thead span.emphase,.double-list ._account_api dt.status .liveDashboard .list-results thead span.emphase,._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span.emphase,.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead span.emphase,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.emphase,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead span.emphase,._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.emphase,.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead span.emphase,.form-label.status .liveDashboard ._account_api .list-results thead span.emphase,.status.status-log .liveDashboard ._account_api .list-results thead span.emphase,.status.status-report-item .liveDashboard ._account_api .list-results thead span.emphase,.double-list dd.status .liveDashboard ._account_api .list-results thead span.emphase,.double-list dt.status .liveDashboard ._account_api .list-results thead span.emphase,.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead span.emphase,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead span.emphase,.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead span.emphase,._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span.emphase,.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead span.emphase,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.emphase,.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead span.emphase,._account_api .sub-header .w-form .liveDashboard .list-results thead label.emphase,._account_api .sub-header .w-double-list .liveDashboard .list-results thead label.emphase,.sub-header .w-form .liveDashboard ._account_api .list-results thead label.emphase,.sub-header .w-double-list .liveDashboard ._account_api .list-results thead label.emphase,._account_api .block-filters .liveDashboard .list-results thead button.emphase:after,.block-filters .liveDashboard ._account_api .list-results thead button.emphase:after,._account_api .block-filters .liveDashboard .list-results thead select.emphase:after,.block-filters .liveDashboard ._account_api .list-results thead select.emphase:after,._account_api .form-auto-list .liveDashboard .list-results thead .emphase.form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard ._account_api .list-results thead .emphase.form-auto-item.is-user-is-inactive,._account_api .form-auto-list .liveDashboard .list-results thead .emphase.form-auto-item.is-user-is-active,.form-auto-list .liveDashboard ._account_api .list-results thead .emphase.form-auto-item.is-user-is-active,._account_api .list-results-header .status.title .liveDashboard .list-results thead span.emphase,.list-results-header .status.title .liveDashboard ._account_api .list-results thead span.emphase,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .emphase.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .emphase.dropdown-toggle:after,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .emphase.filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .emphase.filter,._account_api .list-results thead .form-label.status span.emphase,._account_api .list-results thead .status.status-log span.emphase,._account_api .list-results thead .status.status-report-item span.emphase,._account_api .list-results thead .double-list dd.status span.emphase,.double-list ._account_api .list-results thead dd.status span.emphase,._account_api .list-results thead .double-list dt.status span.emphase,.double-list ._account_api .list-results thead dt.status span.emphase,._account_api .list-results thead .w-cards-container .w-card .status.title span.emphase,.w-cards-container .w-card ._account_api .list-results thead .status.title span.emphase,._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.emphase,.w-cards-container .w-card.centered .w-value ._account_api .list-results thead .status.label span.emphase,._account_api .list-results thead tbody tr.sublist .status.title span.emphase,._account_api .list-results tbody tr.sublist thead .status.title span.emphase,.form-label.status ._account_api .list-results thead span.emphase,.status.status-log ._account_api .list-results thead span.emphase,.status.status-report-item ._account_api .list-results thead span.emphase,.double-list dd.status ._account_api .list-results thead span.emphase,.double-list dt.status ._account_api .list-results thead span.emphase,.w-cards-container .w-card .status.title ._account_api .list-results thead span.emphase,.w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.emphase,.list-results tbody tr.sublist .status.title ._account_api .list-results thead span.emphase,._account_api .list-results thead .w-filters-selected label.status.small span.emphase,.w-filters-selected label.status.small ._account_api .list-results thead span.emphase,._account_api .list-results thead .w-filters-selected .status.btn-f-s span.emphase,.w-filters-selected .status.btn-f-s ._account_api .list-results thead span.emphase,._account_api .list-results thead .sub-header .w-form label.emphase,._account_api .list-results thead .sub-header .w-double-list label.emphase,.sub-header .w-form ._account_api .list-results thead label.emphase,.sub-header .w-double-list ._account_api .list-results thead label.emphase,._account_api .list-results thead .block-filters button.emphase:after,.block-filters ._account_api .list-results thead button.emphase:after,._account_api .list-results thead .block-filters select.emphase:after,.block-filters ._account_api .list-results thead select.emphase:after,._account_api .list-results thead .form-auto-list .emphase.form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .list-results thead .emphase.form-auto-item.is-user-is-inactive,._account_api .list-results thead .form-auto-list .emphase.form-auto-item.is-user-is-active,.form-auto-list ._account_api .list-results thead .emphase.form-auto-item.is-user-is-active,._account_api .list-results thead .list-results-header .status.title span.emphase,.list-results-header .status.title ._account_api .list-results thead span.emphase,._account_api .list-results thead tr span.emphase,.sidebar-default.sidebar-default-right .sidebar-default-body .filter-group .emphase.filter-checkbox,.add-filters-dropdown .w-add-filters-list>div.filter-group .emphase.filter-checkbox,.filter-preset .filter-field-name button.emphase,.btn.emphase,.pagination a.emphase,.goal-option .emphase.expend-label{border-radius:8px !important;border:0;background-color:#3f3f3f !important;color:#fff !important;font-size:1.2rem;padding:1.5rem 2rem}.button-default.emphase:hover,.liveDashboard .list-results thead .emphase.icon:hover,.liveDashboard .list-results thead .emphase.w-alert-banner:hover:before,.liveDashboard .list-results thead .w-dialog.plus .emphase.dialog-aside:hover:after,.w-dialog.plus .liveDashboard .list-results thead .emphase.dialog-aside:hover:after,.liveDashboard .list-results thead .w-toast .emphase.toast.plus:hover:after,.w-toast .liveDashboard .list-results thead .emphase.toast.plus:hover:after,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .emphase.btn-period-clear:hover:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .emphase.btn-period-clear:hover:before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .emphase.btn-filter:hover:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .emphase.btn-filter:hover:before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .emphase.btn-period-edit:hover:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .emphase.btn-period-edit:hover:before,.liveDashboard .list-results thead .block-filters .emphase.btn-filter:hover:before,.block-filters .liveDashboard .list-results thead .emphase.btn-filter:hover:before,.liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.emphase:hover,.toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label.emphase:hover,.liveDashboard .list-results thead tbody span.emphase.status:hover,.liveDashboard .list-results tbody thead span.emphase.status:hover,.liveDashboard .list-results thead tbody td.is-running span.emphase:hover,.liveDashboard .list-results tbody td.is-running thead span.emphase:hover,.liveDashboard .list-results thead tbody td.is-pending span.emphase:hover,.liveDashboard .list-results tbody td.is-pending thead span.emphase:hover,.liveDashboard .list-results thead .emphase.icon:hover,.liveDashboard .list-results thead .emphase.w-alert-banner:hover:before,.liveDashboard .list-results thead .w-dialog.plus .emphase.dialog-aside:hover:after,.w-dialog.plus .liveDashboard .list-results thead .emphase.dialog-aside:hover:after,.liveDashboard .list-results thead .w-toast .emphase.toast.plus:hover:after,.w-toast .liveDashboard .list-results thead .emphase.toast.plus:hover:after,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .emphase.btn-period-clear:hover:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .emphase.btn-period-clear:hover:before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .emphase.btn-filter:hover:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .emphase.btn-filter:hover:before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .emphase.btn-period-edit:hover:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .emphase.btn-period-edit:hover:before,.liveDashboard .list-results thead .block-filters .emphase.btn-filter:hover:before,.block-filters .liveDashboard .list-results thead .emphase.btn-filter:hover:before,.liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.emphase:hover,.toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label.emphase:hover,.liveDashboard .list-results thead tbody span.emphase.status:hover,.liveDashboard .list-results tbody thead span.emphase.status:hover,.liveDashboard .list-results thead tbody td.is-running span.emphase:hover,.liveDashboard .list-results tbody td.is-running thead span.emphase:hover,.liveDashboard .list-results thead tbody td.is-pending span.emphase:hover,.liveDashboard .list-results tbody td.is-pending thead span.emphase:hover,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .emphase.dropdown-toggle:hover:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .emphase.dropdown-toggle:hover:after,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .emphase.filter:hover,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .emphase.filter:hover,.liveDashboard .list-results thead .form-label.status span.emphase:hover,.liveDashboard .list-results thead .status.status-log span.emphase:hover,.liveDashboard .list-results thead .status.status-report-item span.emphase:hover,.liveDashboard .list-results thead .double-list dd.status span.emphase:hover,.double-list .liveDashboard .list-results thead dd.status span.emphase:hover,.liveDashboard .list-results thead .double-list dt.status span.emphase:hover,.double-list .liveDashboard .list-results thead dt.status span.emphase:hover,.liveDashboard .list-results thead .w-cards-container .w-card .status.title span.emphase:hover,.w-cards-container .w-card .liveDashboard .list-results thead .status.title span.emphase:hover,.liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.emphase:hover,.w-cards-container .w-card.centered .w-value .liveDashboard .list-results thead .status.label span.emphase:hover,.liveDashboard .list-results thead tbody tr.sublist .status.title span.emphase:hover,.liveDashboard .list-results tbody tr.sublist thead .status.title span.emphase:hover,.form-label.status .liveDashboard .list-results thead span.emphase:hover,.status.status-log .liveDashboard .list-results thead span.emphase:hover,.status.status-report-item .liveDashboard .list-results thead span.emphase:hover,.double-list dd.status .liveDashboard .list-results thead span.emphase:hover,.double-list dt.status .liveDashboard .list-results thead span.emphase:hover,.w-cards-container .w-card .status.title .liveDashboard .list-results thead span.emphase:hover,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.emphase:hover,.list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.emphase:hover,.liveDashboard .list-results thead .w-filters-selected label.status.small span.emphase:hover,.w-filters-selected label.status.small .liveDashboard .list-results thead span.emphase:hover,.liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.emphase:hover,.w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.emphase:hover,.liveDashboard .list-results thead .sub-header .w-form label.emphase:hover,.liveDashboard .list-results thead .sub-header .w-double-list label.emphase:hover,.sub-header .w-form .liveDashboard .list-results thead label.emphase:hover,.sub-header .w-double-list .liveDashboard .list-results thead label.emphase:hover,.liveDashboard .list-results thead .block-filters button.emphase:hover:after,.block-filters .liveDashboard .list-results thead button.emphase:hover:after,.liveDashboard .list-results thead .block-filters select.emphase:hover:after,.block-filters .liveDashboard .list-results thead select.emphase:hover:after,.liveDashboard .list-results thead .form-auto-list .emphase.form-auto-item.is-user-is-inactive:hover,.form-auto-list .liveDashboard .list-results thead .emphase.form-auto-item.is-user-is-inactive:hover,.liveDashboard .list-results thead .form-auto-list .emphase.form-auto-item.is-user-is-active:hover,.form-auto-list .liveDashboard .list-results thead .emphase.form-auto-item.is-user-is-active:hover,.liveDashboard .list-results thead .list-results-header .status.title span.emphase:hover,.list-results-header .status.title .liveDashboard .list-results thead span.emphase:hover,.liveDashboard .list-results thead tr span.emphase:hover,.liveDashboard ._account_api .list-results thead .emphase.icon:hover,.liveDashboard ._account_api .list-results thead .emphase.w-alert-banner:hover:before,.liveDashboard ._account_api .list-results thead .w-dialog.plus .emphase.dialog-aside:hover:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .emphase.dialog-aside:hover:after,.liveDashboard ._account_api .list-results thead .w-toast .emphase.toast.plus:hover:after,.w-toast .liveDashboard ._account_api .list-results thead .emphase.toast.plus:hover:after,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .emphase.btn-period-clear:hover:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .emphase.btn-period-clear:hover:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .emphase.btn-filter:hover:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .emphase.btn-filter:hover:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .emphase.btn-period-edit:hover:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .emphase.btn-period-edit:hover:before,.liveDashboard ._account_api .list-results thead .block-filters .emphase.btn-filter:hover:before,.block-filters .liveDashboard ._account_api .list-results thead .emphase.btn-filter:hover:before,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label.emphase:hover,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label.emphase:hover,.liveDashboard ._account_api .list-results thead tbody span.emphase.status:hover,.liveDashboard ._account_api .list-results tbody thead span.emphase.status:hover,.liveDashboard ._account_api .list-results thead tbody td.is-running span.emphase:hover,.liveDashboard ._account_api .list-results tbody td.is-running thead span.emphase:hover,.liveDashboard ._account_api .list-results thead tbody td.is-pending span.emphase:hover,.liveDashboard ._account_api .list-results tbody td.is-pending thead span.emphase:hover,._account_api .liveDashboard .list-results thead .emphase.icon:hover,._account_api .liveDashboard .list-results thead .emphase.w-alert-banner:hover:before,._account_api .liveDashboard .list-results thead .w-dialog.plus .emphase.dialog-aside:hover:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .emphase.dialog-aside:hover:after,._account_api .liveDashboard .list-results thead .w-toast .emphase.toast.plus:hover:after,.w-toast ._account_api .liveDashboard .list-results thead .emphase.toast.plus:hover:after,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .emphase.btn-period-clear:hover:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .emphase.btn-period-clear:hover:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .emphase.btn-filter:hover:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .emphase.btn-filter:hover:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .emphase.btn-period-edit:hover:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .emphase.btn-period-edit:hover:before,._account_api .liveDashboard .list-results thead .block-filters .emphase.btn-filter:hover:before,.block-filters ._account_api .liveDashboard .list-results thead .emphase.btn-filter:hover:before,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.emphase:hover,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label.emphase:hover,._account_api .liveDashboard .list-results thead tbody span.emphase.status:hover,._account_api .liveDashboard .list-results tbody thead span.emphase.status:hover,._account_api .liveDashboard .list-results thead tbody td.is-running span.emphase:hover,._account_api .liveDashboard .list-results tbody td.is-running thead span.emphase:hover,._account_api .liveDashboard .list-results thead tbody td.is-pending span.emphase:hover,._account_api .liveDashboard .list-results tbody td.is-pending thead span.emphase:hover,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .emphase.dropdown-toggle:hover:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .emphase.dropdown-toggle:hover:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .emphase.dropdown-toggle:hover:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .emphase.dropdown-toggle:hover:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .emphase.filter:hover,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .emphase.filter:hover,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .emphase.filter:hover,.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .emphase.filter:hover,.liveDashboard ._account_api .list-results thead .form-label.status span.emphase:hover,.liveDashboard ._account_api .list-results thead .status.status-log span.emphase:hover,.liveDashboard ._account_api .list-results thead .status.status-report-item span.emphase:hover,.liveDashboard ._account_api .list-results thead .double-list dd.status span.emphase:hover,.double-list .liveDashboard ._account_api .list-results thead dd.status span.emphase:hover,.liveDashboard ._account_api .list-results thead .double-list dt.status span.emphase:hover,.double-list .liveDashboard ._account_api .list-results thead dt.status span.emphase:hover,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span.emphase:hover,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title span.emphase:hover,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.emphase:hover,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label span.emphase:hover,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span.emphase:hover,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span.emphase:hover,._account_api .liveDashboard .list-results thead .form-label.status span.emphase:hover,._account_api .liveDashboard .list-results thead .status.status-log span.emphase:hover,._account_api .liveDashboard .list-results thead .status.status-report-item span.emphase:hover,._account_api .liveDashboard .list-results thead .double-list dd.status span.emphase:hover,.double-list ._account_api .liveDashboard .list-results thead dd.status span.emphase:hover,._account_api .liveDashboard .list-results thead .double-list dt.status span.emphase:hover,.double-list ._account_api .liveDashboard .list-results thead dt.status span.emphase:hover,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span.emphase:hover,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title span.emphase:hover,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.emphase:hover,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label span.emphase:hover,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span.emphase:hover,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span.emphase:hover,.liveDashboard .form-label.status ._account_api .list-results thead span.emphase:hover,.liveDashboard .status.status-log ._account_api .list-results thead span.emphase:hover,.liveDashboard .status.status-report-item ._account_api .list-results thead span.emphase:hover,.liveDashboard .double-list dd.status ._account_api .list-results thead span.emphase:hover,.double-list .liveDashboard dd.status ._account_api .list-results thead span.emphase:hover,.liveDashboard .double-list dt.status ._account_api .list-results thead span.emphase:hover,.double-list .liveDashboard dt.status ._account_api .list-results thead span.emphase:hover,.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span.emphase:hover,.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead span.emphase:hover,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.emphase:hover,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead span.emphase:hover,.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span.emphase:hover,.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead span.emphase:hover,.form-label.status ._account_api .liveDashboard .list-results thead span.emphase:hover,.status.status-log ._account_api .liveDashboard .list-results thead span.emphase:hover,.status.status-report-item ._account_api .liveDashboard .list-results thead span.emphase:hover,.double-list dd.status ._account_api .liveDashboard .list-results thead span.emphase:hover,.double-list dt.status ._account_api .liveDashboard .list-results thead span.emphase:hover,.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead span.emphase:hover,.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead span.emphase:hover,.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead span.emphase:hover,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span.emphase:hover,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span.emphase:hover,.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span.emphase:hover,.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead span.emphase:hover,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span.emphase:hover,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.emphase:hover,.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span.emphase:hover,.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead span.emphase:hover,.liveDashboard ._account_api .list-results thead .sub-header .w-form label.emphase:hover,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list label.emphase:hover,._account_api .liveDashboard .list-results thead .sub-header .w-form label.emphase:hover,._account_api .liveDashboard .list-results thead .sub-header .w-double-list label.emphase:hover,.liveDashboard .sub-header .w-form ._account_api .list-results thead label.emphase:hover,.liveDashboard .sub-header .w-double-list ._account_api .list-results thead label.emphase:hover,.sub-header .w-form ._account_api .liveDashboard .list-results thead label.emphase:hover,.sub-header .w-double-list ._account_api .liveDashboard .list-results thead label.emphase:hover,.liveDashboard ._account_api .list-results thead .block-filters button.emphase:hover:after,._account_api .liveDashboard .list-results thead .block-filters button.emphase:hover:after,.liveDashboard .block-filters ._account_api .list-results thead button.emphase:hover:after,.block-filters ._account_api .liveDashboard .list-results thead button.emphase:hover:after,.liveDashboard ._account_api .list-results thead .block-filters select.emphase:hover:after,._account_api .liveDashboard .list-results thead .block-filters select.emphase:hover:after,.liveDashboard .block-filters ._account_api .list-results thead select.emphase:hover:after,.block-filters ._account_api .liveDashboard .list-results thead select.emphase:hover:after,.liveDashboard ._account_api .list-results thead .form-auto-list .emphase.form-auto-item.is-user-is-inactive:hover,._account_api .liveDashboard .list-results thead .form-auto-list .emphase.form-auto-item.is-user-is-inactive:hover,.liveDashboard .form-auto-list ._account_api .list-results thead .emphase.form-auto-item.is-user-is-inactive:hover,.form-auto-list ._account_api .liveDashboard .list-results thead .emphase.form-auto-item.is-user-is-inactive:hover,.liveDashboard ._account_api .list-results thead .form-auto-list .emphase.form-auto-item.is-user-is-active:hover,._account_api .liveDashboard .list-results thead .form-auto-list .emphase.form-auto-item.is-user-is-active:hover,.liveDashboard .form-auto-list ._account_api .list-results thead .emphase.form-auto-item.is-user-is-active:hover,.form-auto-list ._account_api .liveDashboard .list-results thead .emphase.form-auto-item.is-user-is-active:hover,.liveDashboard ._account_api .list-results thead .list-results-header .status.title span.emphase:hover,._account_api .liveDashboard .list-results thead .list-results-header .status.title span.emphase:hover,.liveDashboard .list-results-header .status.title ._account_api .list-results thead span.emphase:hover,.list-results-header .status.title ._account_api .liveDashboard .list-results thead span.emphase:hover,.liveDashboard ._account_api .list-results thead tr span.emphase:hover,._account_api .liveDashboard .list-results thead tr span.emphase:hover,.liveDashboard ._account_api .list-results thead .emphase.icon:hover,.liveDashboard ._account_api .list-results thead .emphase.w-alert-banner:hover:before,.liveDashboard ._account_api .list-results thead .w-dialog.plus .emphase.dialog-aside:hover:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .emphase.dialog-aside:hover:after,.liveDashboard ._account_api .list-results thead .w-toast .emphase.toast.plus:hover:after,.w-toast .liveDashboard ._account_api .list-results thead .emphase.toast.plus:hover:after,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .emphase.btn-period-clear:hover:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .emphase.btn-period-clear:hover:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .emphase.btn-filter:hover:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .emphase.btn-filter:hover:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .emphase.btn-period-edit:hover:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .emphase.btn-period-edit:hover:before,.liveDashboard ._account_api .list-results thead .block-filters .emphase.btn-filter:hover:before,.block-filters .liveDashboard ._account_api .list-results thead .emphase.btn-filter:hover:before,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label.emphase:hover,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label.emphase:hover,.liveDashboard ._account_api .list-results thead tbody span.emphase.status:hover,.liveDashboard ._account_api .list-results tbody thead span.emphase.status:hover,.liveDashboard ._account_api .list-results thead tbody td.is-running span.emphase:hover,.liveDashboard ._account_api .list-results tbody td.is-running thead span.emphase:hover,.liveDashboard ._account_api .list-results thead tbody td.is-pending span.emphase:hover,.liveDashboard ._account_api .list-results tbody td.is-pending thead span.emphase:hover,._account_api .liveDashboard .list-results thead .emphase.icon:hover,._account_api .liveDashboard .list-results thead .emphase.w-alert-banner:hover:before,._account_api .liveDashboard .list-results thead .w-dialog.plus .emphase.dialog-aside:hover:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .emphase.dialog-aside:hover:after,._account_api .liveDashboard .list-results thead .w-toast .emphase.toast.plus:hover:after,.w-toast ._account_api .liveDashboard .list-results thead .emphase.toast.plus:hover:after,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .emphase.btn-period-clear:hover:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .emphase.btn-period-clear:hover:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .emphase.btn-filter:hover:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .emphase.btn-filter:hover:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .emphase.btn-period-edit:hover:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .emphase.btn-period-edit:hover:before,._account_api .liveDashboard .list-results thead .block-filters .emphase.btn-filter:hover:before,.block-filters ._account_api .liveDashboard .list-results thead .emphase.btn-filter:hover:before,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.emphase:hover,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label.emphase:hover,._account_api .liveDashboard .list-results thead tbody span.emphase.status:hover,._account_api .liveDashboard .list-results tbody thead span.emphase.status:hover,._account_api .liveDashboard .list-results thead tbody td.is-running span.emphase:hover,._account_api .liveDashboard .list-results tbody td.is-running thead span.emphase:hover,._account_api .liveDashboard .list-results thead tbody td.is-pending span.emphase:hover,._account_api .liveDashboard .list-results tbody td.is-pending thead span.emphase:hover,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .emphase.dropdown-toggle:hover:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .emphase.dropdown-toggle:hover:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .emphase.dropdown-toggle:hover:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .emphase.dropdown-toggle:hover:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .emphase.filter:hover,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .emphase.filter:hover,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .emphase.filter:hover,.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .emphase.filter:hover,.liveDashboard ._account_api .list-results thead .form-label.status span.emphase:hover,.liveDashboard ._account_api .list-results thead .status.status-log span.emphase:hover,.liveDashboard ._account_api .list-results thead .status.status-report-item span.emphase:hover,.liveDashboard ._account_api .list-results thead .double-list dd.status span.emphase:hover,.double-list .liveDashboard ._account_api .list-results thead dd.status span.emphase:hover,.liveDashboard ._account_api .list-results thead .double-list dt.status span.emphase:hover,.double-list .liveDashboard ._account_api .list-results thead dt.status span.emphase:hover,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span.emphase:hover,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title span.emphase:hover,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.emphase:hover,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label span.emphase:hover,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span.emphase:hover,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span.emphase:hover,._account_api .liveDashboard .list-results thead .form-label.status span.emphase:hover,._account_api .liveDashboard .list-results thead .status.status-log span.emphase:hover,._account_api .liveDashboard .list-results thead .status.status-report-item span.emphase:hover,._account_api .liveDashboard .list-results thead .double-list dd.status span.emphase:hover,.double-list ._account_api .liveDashboard .list-results thead dd.status span.emphase:hover,._account_api .liveDashboard .list-results thead .double-list dt.status span.emphase:hover,.double-list ._account_api .liveDashboard .list-results thead dt.status span.emphase:hover,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span.emphase:hover,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title span.emphase:hover,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.emphase:hover,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label span.emphase:hover,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span.emphase:hover,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span.emphase:hover,.liveDashboard .form-label.status ._account_api .list-results thead span.emphase:hover,.liveDashboard .status.status-log ._account_api .list-results thead span.emphase:hover,.liveDashboard .status.status-report-item ._account_api .list-results thead span.emphase:hover,.liveDashboard .double-list dd.status ._account_api .list-results thead span.emphase:hover,.double-list .liveDashboard dd.status ._account_api .list-results thead span.emphase:hover,.liveDashboard .double-list dt.status ._account_api .list-results thead span.emphase:hover,.double-list .liveDashboard dt.status ._account_api .list-results thead span.emphase:hover,.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span.emphase:hover,.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead span.emphase:hover,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.emphase:hover,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead span.emphase:hover,.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span.emphase:hover,.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead span.emphase:hover,.form-label.status ._account_api .liveDashboard .list-results thead span.emphase:hover,.status.status-log ._account_api .liveDashboard .list-results thead span.emphase:hover,.status.status-report-item ._account_api .liveDashboard .list-results thead span.emphase:hover,.double-list dd.status ._account_api .liveDashboard .list-results thead span.emphase:hover,.double-list dt.status ._account_api .liveDashboard .list-results thead span.emphase:hover,.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead span.emphase:hover,.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead span.emphase:hover,.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead span.emphase:hover,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span.emphase:hover,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span.emphase:hover,.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span.emphase:hover,.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead span.emphase:hover,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span.emphase:hover,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.emphase:hover,.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span.emphase:hover,.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead span.emphase:hover,.liveDashboard ._account_api .list-results thead .sub-header .w-form label.emphase:hover,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list label.emphase:hover,._account_api .liveDashboard .list-results thead .sub-header .w-form label.emphase:hover,._account_api .liveDashboard .list-results thead .sub-header .w-double-list label.emphase:hover,.liveDashboard .sub-header .w-form ._account_api .list-results thead label.emphase:hover,.liveDashboard .sub-header .w-double-list ._account_api .list-results thead label.emphase:hover,.sub-header .w-form ._account_api .liveDashboard .list-results thead label.emphase:hover,.sub-header .w-double-list ._account_api .liveDashboard .list-results thead label.emphase:hover,.liveDashboard ._account_api .list-results thead .block-filters button.emphase:hover:after,._account_api .liveDashboard .list-results thead .block-filters button.emphase:hover:after,.liveDashboard .block-filters ._account_api .list-results thead button.emphase:hover:after,.block-filters ._account_api .liveDashboard .list-results thead button.emphase:hover:after,.liveDashboard ._account_api .list-results thead .block-filters select.emphase:hover:after,._account_api .liveDashboard .list-results thead .block-filters select.emphase:hover:after,.liveDashboard .block-filters ._account_api .list-results thead select.emphase:hover:after,.block-filters ._account_api .liveDashboard .list-results thead select.emphase:hover:after,.liveDashboard ._account_api .list-results thead .form-auto-list .emphase.form-auto-item.is-user-is-inactive:hover,._account_api .liveDashboard .list-results thead .form-auto-list .emphase.form-auto-item.is-user-is-inactive:hover,.liveDashboard .form-auto-list ._account_api .list-results thead .emphase.form-auto-item.is-user-is-inactive:hover,.form-auto-list ._account_api .liveDashboard .list-results thead .emphase.form-auto-item.is-user-is-inactive:hover,.liveDashboard ._account_api .list-results thead .form-auto-list .emphase.form-auto-item.is-user-is-active:hover,._account_api .liveDashboard .list-results thead .form-auto-list .emphase.form-auto-item.is-user-is-active:hover,.liveDashboard .form-auto-list ._account_api .list-results thead .emphase.form-auto-item.is-user-is-active:hover,.form-auto-list ._account_api .liveDashboard .list-results thead .emphase.form-auto-item.is-user-is-active:hover,.liveDashboard ._account_api .list-results thead .list-results-header .status.title span.emphase:hover,._account_api .liveDashboard .list-results thead .list-results-header .status.title span.emphase:hover,.liveDashboard .list-results-header .status.title ._account_api .list-results thead span.emphase:hover,.list-results-header .status.title ._account_api .liveDashboard .list-results thead span.emphase:hover,.liveDashboard ._account_api .list-results thead tr span.emphase:hover,._account_api .liveDashboard .list-results thead tr span.emphase:hover,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .emphase.dropdown-toggle:hover:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .emphase.dropdown-toggle:hover:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .emphase.filter:hover,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .emphase.filter:hover,._account_api .form-label.status .liveDashboard .list-results thead span.emphase:hover,._account_api .status.status-log .liveDashboard .list-results thead span.emphase:hover,._account_api .status.status-report-item .liveDashboard .list-results thead span.emphase:hover,._account_api .double-list dd.status .liveDashboard .list-results thead span.emphase:hover,.double-list ._account_api dd.status .liveDashboard .list-results thead span.emphase:hover,._account_api .double-list dt.status .liveDashboard .list-results thead span.emphase:hover,.double-list ._account_api dt.status .liveDashboard .list-results thead span.emphase:hover,._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span.emphase:hover,.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead span.emphase:hover,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.emphase:hover,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead span.emphase:hover,._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.emphase:hover,.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead span.emphase:hover,.form-label.status .liveDashboard ._account_api .list-results thead span.emphase:hover,.status.status-log .liveDashboard ._account_api .list-results thead span.emphase:hover,.status.status-report-item .liveDashboard ._account_api .list-results thead span.emphase:hover,.double-list dd.status .liveDashboard ._account_api .list-results thead span.emphase:hover,.double-list dt.status .liveDashboard ._account_api .list-results thead span.emphase:hover,.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead span.emphase:hover,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead span.emphase:hover,.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead span.emphase:hover,._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span.emphase:hover,.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead span.emphase:hover,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.emphase:hover,.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead span.emphase:hover,._account_api .sub-header .w-form .liveDashboard .list-results thead label.emphase:hover,._account_api .sub-header .w-double-list .liveDashboard .list-results thead label.emphase:hover,.sub-header .w-form .liveDashboard ._account_api .list-results thead label.emphase:hover,.sub-header .w-double-list .liveDashboard ._account_api .list-results thead label.emphase:hover,._account_api .block-filters .liveDashboard .list-results thead button.emphase:hover:after,.block-filters .liveDashboard ._account_api .list-results thead button.emphase:hover:after,._account_api .block-filters .liveDashboard .list-results thead select.emphase:hover:after,.block-filters .liveDashboard ._account_api .list-results thead select.emphase:hover:after,._account_api .form-auto-list .liveDashboard .list-results thead .emphase.form-auto-item.is-user-is-inactive:hover,.form-auto-list .liveDashboard ._account_api .list-results thead .emphase.form-auto-item.is-user-is-inactive:hover,._account_api .form-auto-list .liveDashboard .list-results thead .emphase.form-auto-item.is-user-is-active:hover,.form-auto-list .liveDashboard ._account_api .list-results thead .emphase.form-auto-item.is-user-is-active:hover,._account_api .list-results-header .status.title .liveDashboard .list-results thead span.emphase:hover,.list-results-header .status.title .liveDashboard ._account_api .list-results thead span.emphase:hover,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .emphase.dropdown-toggle:hover:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .emphase.dropdown-toggle:hover:after,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .emphase.filter:hover,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .emphase.filter:hover,.liveDashboard .list-results thead .form-label.status span.emphase:hover,.liveDashboard .list-results thead .status.status-log span.emphase:hover,.liveDashboard .list-results thead .status.status-report-item span.emphase:hover,.liveDashboard .list-results thead .double-list dd.status span.emphase:hover,.double-list .liveDashboard .list-results thead dd.status span.emphase:hover,.liveDashboard .list-results thead .double-list dt.status span.emphase:hover,.double-list .liveDashboard .list-results thead dt.status span.emphase:hover,.liveDashboard .list-results thead .w-cards-container .w-card .status.title span.emphase:hover,.w-cards-container .w-card .liveDashboard .list-results thead .status.title span.emphase:hover,.liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.emphase:hover,.w-cards-container .w-card.centered .w-value .liveDashboard .list-results thead .status.label span.emphase:hover,.liveDashboard .list-results thead tbody tr.sublist .status.title span.emphase:hover,.liveDashboard .list-results tbody tr.sublist thead .status.title span.emphase:hover,.form-label.status .liveDashboard .list-results thead span.emphase:hover,.status.status-log .liveDashboard .list-results thead span.emphase:hover,.status.status-report-item .liveDashboard .list-results thead span.emphase:hover,.double-list dd.status .liveDashboard .list-results thead span.emphase:hover,.double-list dt.status .liveDashboard .list-results thead span.emphase:hover,.w-cards-container .w-card .status.title .liveDashboard .list-results thead span.emphase:hover,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.emphase:hover,.list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.emphase:hover,.liveDashboard .list-results thead .w-filters-selected label.status.small span.emphase:hover,.w-filters-selected label.status.small .liveDashboard .list-results thead span.emphase:hover,.liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.emphase:hover,.w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.emphase:hover,.liveDashboard .list-results thead .sub-header .w-form label.emphase:hover,.liveDashboard .list-results thead .sub-header .w-double-list label.emphase:hover,.sub-header .w-form .liveDashboard .list-results thead label.emphase:hover,.sub-header .w-double-list .liveDashboard .list-results thead label.emphase:hover,.liveDashboard .list-results thead .block-filters button.emphase:hover:after,.block-filters .liveDashboard .list-results thead button.emphase:hover:after,.liveDashboard .list-results thead .block-filters select.emphase:hover:after,.block-filters .liveDashboard .list-results thead select.emphase:hover:after,.liveDashboard .list-results thead .form-auto-list .emphase.form-auto-item.is-user-is-inactive:hover,.form-auto-list .liveDashboard .list-results thead .emphase.form-auto-item.is-user-is-inactive:hover,.liveDashboard .list-results thead .form-auto-list .emphase.form-auto-item.is-user-is-active:hover,.form-auto-list .liveDashboard .list-results thead .emphase.form-auto-item.is-user-is-active:hover,.liveDashboard .list-results thead .list-results-header .status.title span.emphase:hover,.list-results-header .status.title .liveDashboard .list-results thead span.emphase:hover,.liveDashboard .list-results thead tr span.emphase:hover,._account_api .list-results thead .emphase.icon:hover,._account_api .list-results thead .emphase.w-alert-banner:hover:before,._account_api .list-results thead .w-dialog.plus .emphase.dialog-aside:hover:after,.w-dialog.plus ._account_api .list-results thead .emphase.dialog-aside:hover:after,._account_api .list-results thead .w-toast .emphase.toast.plus:hover:after,.w-toast ._account_api .list-results thead .emphase.toast.plus:hover:after,._account_api .list-results thead .w-time-period .dropdown .w-selection .emphase.btn-period-clear:hover:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .emphase.btn-period-clear:hover:before,._account_api .list-results thead .w-time-period .dropdown .w-selection .emphase.btn-filter:hover:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .emphase.btn-filter:hover:before,._account_api .list-results thead .w-time-period .dropdown .w-selection .emphase.btn-period-edit:hover:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .emphase.btn-period-edit:hover:before,._account_api .list-results thead .block-filters .emphase.btn-filter:hover:before,.block-filters ._account_api .list-results thead .emphase.btn-filter:hover:before,._account_api .list-results thead .toggleWrapper input.mobileToggle+label.emphase:hover,.toggleWrapper ._account_api .list-results thead input.mobileToggle+label.emphase:hover,._account_api .list-results thead tbody span.emphase.status:hover,._account_api .list-results tbody thead span.emphase.status:hover,._account_api .list-results thead tbody td.is-running span.emphase:hover,._account_api .list-results tbody td.is-running thead span.emphase:hover,._account_api .list-results thead tbody td.is-pending span.emphase:hover,._account_api .list-results tbody td.is-pending thead span.emphase:hover,._account_api .liveDashboard .list-results thead .emphase.icon:hover,._account_api .liveDashboard .list-results thead .emphase.w-alert-banner:hover:before,._account_api .liveDashboard .list-results thead .w-dialog.plus .emphase.dialog-aside:hover:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .emphase.dialog-aside:hover:after,._account_api .liveDashboard .list-results thead .w-toast .emphase.toast.plus:hover:after,.w-toast ._account_api .liveDashboard .list-results thead .emphase.toast.plus:hover:after,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .emphase.btn-period-clear:hover:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .emphase.btn-period-clear:hover:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .emphase.btn-filter:hover:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .emphase.btn-filter:hover:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .emphase.btn-period-edit:hover:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .emphase.btn-period-edit:hover:before,._account_api .liveDashboard .list-results thead .block-filters .emphase.btn-filter:hover:before,.block-filters ._account_api .liveDashboard .list-results thead .emphase.btn-filter:hover:before,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.emphase:hover,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label.emphase:hover,._account_api .liveDashboard .list-results thead tbody span.emphase.status:hover,._account_api .liveDashboard .list-results tbody thead span.emphase.status:hover,._account_api .liveDashboard .list-results thead tbody td.is-running span.emphase:hover,._account_api .liveDashboard .list-results tbody td.is-running thead span.emphase:hover,._account_api .liveDashboard .list-results thead tbody td.is-pending span.emphase:hover,._account_api .liveDashboard .list-results tbody td.is-pending thead span.emphase:hover,.liveDashboard ._account_api .list-results thead .emphase.icon:hover,.liveDashboard ._account_api .list-results thead .emphase.w-alert-banner:hover:before,.liveDashboard ._account_api .list-results thead .w-dialog.plus .emphase.dialog-aside:hover:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .emphase.dialog-aside:hover:after,.liveDashboard ._account_api .list-results thead .w-toast .emphase.toast.plus:hover:after,.w-toast .liveDashboard ._account_api .list-results thead .emphase.toast.plus:hover:after,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .emphase.btn-period-clear:hover:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .emphase.btn-period-clear:hover:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .emphase.btn-filter:hover:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .emphase.btn-filter:hover:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .emphase.btn-period-edit:hover:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .emphase.btn-period-edit:hover:before,.liveDashboard ._account_api .list-results thead .block-filters .emphase.btn-filter:hover:before,.block-filters .liveDashboard ._account_api .list-results thead .emphase.btn-filter:hover:before,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label.emphase:hover,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label.emphase:hover,.liveDashboard ._account_api .list-results thead tbody span.emphase.status:hover,.liveDashboard ._account_api .list-results tbody thead span.emphase.status:hover,.liveDashboard ._account_api .list-results thead tbody td.is-running span.emphase:hover,.liveDashboard ._account_api .list-results tbody td.is-running thead span.emphase:hover,.liveDashboard ._account_api .list-results thead tbody td.is-pending span.emphase:hover,.liveDashboard ._account_api .list-results tbody td.is-pending thead span.emphase:hover,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .emphase.dropdown-toggle:hover:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .emphase.dropdown-toggle:hover:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .emphase.dropdown-toggle:hover:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .emphase.dropdown-toggle:hover:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .emphase.filter:hover,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .emphase.filter:hover,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .emphase.filter:hover,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .emphase.filter:hover,._account_api .liveDashboard .list-results thead .form-label.status span.emphase:hover,._account_api .liveDashboard .list-results thead .status.status-log span.emphase:hover,._account_api .liveDashboard .list-results thead .status.status-report-item span.emphase:hover,._account_api .liveDashboard .list-results thead .double-list dd.status span.emphase:hover,.double-list ._account_api .liveDashboard .list-results thead dd.status span.emphase:hover,._account_api .liveDashboard .list-results thead .double-list dt.status span.emphase:hover,.double-list ._account_api .liveDashboard .list-results thead dt.status span.emphase:hover,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span.emphase:hover,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title span.emphase:hover,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.emphase:hover,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label span.emphase:hover,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span.emphase:hover,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span.emphase:hover,.liveDashboard ._account_api .list-results thead .form-label.status span.emphase:hover,.liveDashboard ._account_api .list-results thead .status.status-log span.emphase:hover,.liveDashboard ._account_api .list-results thead .status.status-report-item span.emphase:hover,.liveDashboard ._account_api .list-results thead .double-list dd.status span.emphase:hover,.double-list .liveDashboard ._account_api .list-results thead dd.status span.emphase:hover,.liveDashboard ._account_api .list-results thead .double-list dt.status span.emphase:hover,.double-list .liveDashboard ._account_api .list-results thead dt.status span.emphase:hover,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span.emphase:hover,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title span.emphase:hover,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.emphase:hover,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label span.emphase:hover,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span.emphase:hover,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span.emphase:hover,._account_api .form-label.status .liveDashboard .list-results thead span.emphase:hover,._account_api .status.status-log .liveDashboard .list-results thead span.emphase:hover,._account_api .status.status-report-item .liveDashboard .list-results thead span.emphase:hover,._account_api .double-list dd.status .liveDashboard .list-results thead span.emphase:hover,.double-list ._account_api dd.status .liveDashboard .list-results thead span.emphase:hover,._account_api .double-list dt.status .liveDashboard .list-results thead span.emphase:hover,.double-list ._account_api dt.status .liveDashboard .list-results thead span.emphase:hover,._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span.emphase:hover,.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead span.emphase:hover,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.emphase:hover,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead span.emphase:hover,._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.emphase:hover,.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead span.emphase:hover,.form-label.status .liveDashboard ._account_api .list-results thead span.emphase:hover,.status.status-log .liveDashboard ._account_api .list-results thead span.emphase:hover,.status.status-report-item .liveDashboard ._account_api .list-results thead span.emphase:hover,.double-list dd.status .liveDashboard ._account_api .list-results thead span.emphase:hover,.double-list dt.status .liveDashboard ._account_api .list-results thead span.emphase:hover,.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead span.emphase:hover,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead span.emphase:hover,.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead span.emphase:hover,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span.emphase:hover,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span.emphase:hover,._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span.emphase:hover,.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead span.emphase:hover,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.emphase:hover,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span.emphase:hover,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.emphase:hover,.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead span.emphase:hover,._account_api .liveDashboard .list-results thead .sub-header .w-form label.emphase:hover,._account_api .liveDashboard .list-results thead .sub-header .w-double-list label.emphase:hover,.liveDashboard ._account_api .list-results thead .sub-header .w-form label.emphase:hover,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list label.emphase:hover,._account_api .sub-header .w-form .liveDashboard .list-results thead label.emphase:hover,._account_api .sub-header .w-double-list .liveDashboard .list-results thead label.emphase:hover,.sub-header .w-form .liveDashboard ._account_api .list-results thead label.emphase:hover,.sub-header .w-double-list .liveDashboard ._account_api .list-results thead label.emphase:hover,._account_api .liveDashboard .list-results thead .block-filters button.emphase:hover:after,.liveDashboard ._account_api .list-results thead .block-filters button.emphase:hover:after,._account_api .block-filters .liveDashboard .list-results thead button.emphase:hover:after,.block-filters .liveDashboard ._account_api .list-results thead button.emphase:hover:after,._account_api .liveDashboard .list-results thead .block-filters select.emphase:hover:after,.liveDashboard ._account_api .list-results thead .block-filters select.emphase:hover:after,._account_api .block-filters .liveDashboard .list-results thead select.emphase:hover:after,.block-filters .liveDashboard ._account_api .list-results thead select.emphase:hover:after,._account_api .liveDashboard .list-results thead .form-auto-list .emphase.form-auto-item.is-user-is-inactive:hover,.liveDashboard ._account_api .list-results thead .form-auto-list .emphase.form-auto-item.is-user-is-inactive:hover,._account_api .form-auto-list .liveDashboard .list-results thead .emphase.form-auto-item.is-user-is-inactive:hover,.form-auto-list .liveDashboard ._account_api .list-results thead .emphase.form-auto-item.is-user-is-inactive:hover,._account_api .liveDashboard .list-results thead .form-auto-list .emphase.form-auto-item.is-user-is-active:hover,.liveDashboard ._account_api .list-results thead .form-auto-list .emphase.form-auto-item.is-user-is-active:hover,._account_api .form-auto-list .liveDashboard .list-results thead .emphase.form-auto-item.is-user-is-active:hover,.form-auto-list .liveDashboard ._account_api .list-results thead .emphase.form-auto-item.is-user-is-active:hover,._account_api .liveDashboard .list-results thead .list-results-header .status.title span.emphase:hover,.liveDashboard ._account_api .list-results thead .list-results-header .status.title span.emphase:hover,._account_api .list-results-header .status.title .liveDashboard .list-results thead span.emphase:hover,.list-results-header .status.title .liveDashboard ._account_api .list-results thead span.emphase:hover,._account_api .liveDashboard .list-results thead tr span.emphase:hover,.liveDashboard ._account_api .list-results thead tr span.emphase:hover,._account_api .list-results thead .emphase.icon:hover,._account_api .list-results thead .emphase.w-alert-banner:hover:before,._account_api .list-results thead .w-dialog.plus .emphase.dialog-aside:hover:after,.w-dialog.plus ._account_api .list-results thead .emphase.dialog-aside:hover:after,._account_api .list-results thead .w-toast .emphase.toast.plus:hover:after,.w-toast ._account_api .list-results thead .emphase.toast.plus:hover:after,._account_api .list-results thead .w-time-period .dropdown .w-selection .emphase.btn-period-clear:hover:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .emphase.btn-period-clear:hover:before,._account_api .list-results thead .w-time-period .dropdown .w-selection .emphase.btn-filter:hover:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .emphase.btn-filter:hover:before,._account_api .list-results thead .w-time-period .dropdown .w-selection .emphase.btn-period-edit:hover:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .emphase.btn-period-edit:hover:before,._account_api .list-results thead .block-filters .emphase.btn-filter:hover:before,.block-filters ._account_api .list-results thead .emphase.btn-filter:hover:before,._account_api .list-results thead .toggleWrapper input.mobileToggle+label.emphase:hover,.toggleWrapper ._account_api .list-results thead input.mobileToggle+label.emphase:hover,._account_api .list-results thead tbody span.emphase.status:hover,._account_api .list-results tbody thead span.emphase.status:hover,._account_api .list-results thead tbody td.is-running span.emphase:hover,._account_api .list-results tbody td.is-running thead span.emphase:hover,._account_api .list-results thead tbody td.is-pending span.emphase:hover,._account_api .list-results tbody td.is-pending thead span.emphase:hover,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .emphase.dropdown-toggle:hover:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .emphase.dropdown-toggle:hover:after,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .emphase.filter:hover,.w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .emphase.filter:hover,._account_api .list-results thead .form-label.status span.emphase:hover,._account_api .list-results thead .status.status-log span.emphase:hover,._account_api .list-results thead .status.status-report-item span.emphase:hover,._account_api .list-results thead .double-list dd.status span.emphase:hover,.double-list ._account_api .list-results thead dd.status span.emphase:hover,._account_api .list-results thead .double-list dt.status span.emphase:hover,.double-list ._account_api .list-results thead dt.status span.emphase:hover,._account_api .list-results thead .w-cards-container .w-card .status.title span.emphase:hover,.w-cards-container .w-card ._account_api .list-results thead .status.title span.emphase:hover,._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.emphase:hover,.w-cards-container .w-card.centered .w-value ._account_api .list-results thead .status.label span.emphase:hover,._account_api .list-results thead tbody tr.sublist .status.title span.emphase:hover,._account_api .list-results tbody tr.sublist thead .status.title span.emphase:hover,.form-label.status ._account_api .list-results thead span.emphase:hover,.status.status-log ._account_api .list-results thead span.emphase:hover,.status.status-report-item ._account_api .list-results thead span.emphase:hover,.double-list dd.status ._account_api .list-results thead span.emphase:hover,.double-list dt.status ._account_api .list-results thead span.emphase:hover,.w-cards-container .w-card .status.title ._account_api .list-results thead span.emphase:hover,.w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.emphase:hover,.list-results tbody tr.sublist .status.title ._account_api .list-results thead span.emphase:hover,._account_api .list-results thead .w-filters-selected label.status.small span.emphase:hover,.w-filters-selected label.status.small ._account_api .list-results thead span.emphase:hover,._account_api .list-results thead .w-filters-selected .status.btn-f-s span.emphase:hover,.w-filters-selected .status.btn-f-s ._account_api .list-results thead span.emphase:hover,._account_api .list-results thead .sub-header .w-form label.emphase:hover,._account_api .list-results thead .sub-header .w-double-list label.emphase:hover,.sub-header .w-form ._account_api .list-results thead label.emphase:hover,.sub-header .w-double-list ._account_api .list-results thead label.emphase:hover,._account_api .list-results thead .block-filters button.emphase:hover:after,.block-filters ._account_api .list-results thead button.emphase:hover:after,._account_api .list-results thead .block-filters select.emphase:hover:after,.block-filters ._account_api .list-results thead select.emphase:hover:after,._account_api .list-results thead .form-auto-list .emphase.form-auto-item.is-user-is-inactive:hover,.form-auto-list ._account_api .list-results thead .emphase.form-auto-item.is-user-is-inactive:hover,._account_api .list-results thead .form-auto-list .emphase.form-auto-item.is-user-is-active:hover,.form-auto-list ._account_api .list-results thead .emphase.form-auto-item.is-user-is-active:hover,._account_api .list-results thead .list-results-header .status.title span.emphase:hover,.list-results-header .status.title ._account_api .list-results thead span.emphase:hover,._account_api .list-results thead tr span.emphase:hover,.liveDashboard ._account_api .list-results thead .emphase.icon:hover,.liveDashboard ._account_api .list-results thead .emphase.w-alert-banner:hover:before,.liveDashboard ._account_api .list-results thead .w-dialog.plus .emphase.dialog-aside:hover:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .emphase.dialog-aside:hover:after,.liveDashboard ._account_api .list-results thead .w-toast .emphase.toast.plus:hover:after,.w-toast .liveDashboard ._account_api .list-results thead .emphase.toast.plus:hover:after,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .emphase.btn-period-clear:hover:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .emphase.btn-period-clear:hover:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .emphase.btn-filter:hover:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .emphase.btn-filter:hover:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .emphase.btn-period-edit:hover:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .emphase.btn-period-edit:hover:before,.liveDashboard ._account_api .list-results thead .block-filters .emphase.btn-filter:hover:before,.block-filters .liveDashboard ._account_api .list-results thead .emphase.btn-filter:hover:before,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label.emphase:hover,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label.emphase:hover,.liveDashboard ._account_api .list-results thead tbody span.emphase.status:hover,.liveDashboard ._account_api .list-results tbody thead span.emphase.status:hover,.liveDashboard ._account_api .list-results thead tbody td.is-running span.emphase:hover,.liveDashboard ._account_api .list-results tbody td.is-running thead span.emphase:hover,.liveDashboard ._account_api .list-results thead tbody td.is-pending span.emphase:hover,.liveDashboard ._account_api .list-results tbody td.is-pending thead span.emphase:hover,._account_api .liveDashboard .list-results thead .emphase.icon:hover,._account_api .liveDashboard .list-results thead .emphase.w-alert-banner:hover:before,._account_api .liveDashboard .list-results thead .w-dialog.plus .emphase.dialog-aside:hover:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .emphase.dialog-aside:hover:after,._account_api .liveDashboard .list-results thead .w-toast .emphase.toast.plus:hover:after,.w-toast ._account_api .liveDashboard .list-results thead .emphase.toast.plus:hover:after,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .emphase.btn-period-clear:hover:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .emphase.btn-period-clear:hover:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .emphase.btn-filter:hover:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .emphase.btn-filter:hover:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .emphase.btn-period-edit:hover:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .emphase.btn-period-edit:hover:before,._account_api .liveDashboard .list-results thead .block-filters .emphase.btn-filter:hover:before,.block-filters ._account_api .liveDashboard .list-results thead .emphase.btn-filter:hover:before,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.emphase:hover,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label.emphase:hover,._account_api .liveDashboard .list-results thead tbody span.emphase.status:hover,._account_api .liveDashboard .list-results tbody thead span.emphase.status:hover,._account_api .liveDashboard .list-results thead tbody td.is-running span.emphase:hover,._account_api .liveDashboard .list-results tbody td.is-running thead span.emphase:hover,._account_api .liveDashboard .list-results thead tbody td.is-pending span.emphase:hover,._account_api .liveDashboard .list-results tbody td.is-pending thead span.emphase:hover,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .emphase.dropdown-toggle:hover:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .emphase.dropdown-toggle:hover:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .emphase.dropdown-toggle:hover:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .emphase.dropdown-toggle:hover:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .emphase.filter:hover,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .emphase.filter:hover,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .emphase.filter:hover,.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .emphase.filter:hover,.liveDashboard ._account_api .list-results thead .form-label.status span.emphase:hover,.liveDashboard ._account_api .list-results thead .status.status-log span.emphase:hover,.liveDashboard ._account_api .list-results thead .status.status-report-item span.emphase:hover,.liveDashboard ._account_api .list-results thead .double-list dd.status span.emphase:hover,.double-list .liveDashboard ._account_api .list-results thead dd.status span.emphase:hover,.liveDashboard ._account_api .list-results thead .double-list dt.status span.emphase:hover,.double-list .liveDashboard ._account_api .list-results thead dt.status span.emphase:hover,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span.emphase:hover,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title span.emphase:hover,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.emphase:hover,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label span.emphase:hover,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span.emphase:hover,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span.emphase:hover,._account_api .liveDashboard .list-results thead .form-label.status span.emphase:hover,._account_api .liveDashboard .list-results thead .status.status-log span.emphase:hover,._account_api .liveDashboard .list-results thead .status.status-report-item span.emphase:hover,._account_api .liveDashboard .list-results thead .double-list dd.status span.emphase:hover,.double-list ._account_api .liveDashboard .list-results thead dd.status span.emphase:hover,._account_api .liveDashboard .list-results thead .double-list dt.status span.emphase:hover,.double-list ._account_api .liveDashboard .list-results thead dt.status span.emphase:hover,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span.emphase:hover,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title span.emphase:hover,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.emphase:hover,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label span.emphase:hover,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span.emphase:hover,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span.emphase:hover,.liveDashboard .form-label.status ._account_api .list-results thead span.emphase:hover,.liveDashboard .status.status-log ._account_api .list-results thead span.emphase:hover,.liveDashboard .status.status-report-item ._account_api .list-results thead span.emphase:hover,.liveDashboard .double-list dd.status ._account_api .list-results thead span.emphase:hover,.double-list .liveDashboard dd.status ._account_api .list-results thead span.emphase:hover,.liveDashboard .double-list dt.status ._account_api .list-results thead span.emphase:hover,.double-list .liveDashboard dt.status ._account_api .list-results thead span.emphase:hover,.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span.emphase:hover,.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead span.emphase:hover,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.emphase:hover,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead span.emphase:hover,.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span.emphase:hover,.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead span.emphase:hover,.form-label.status ._account_api .liveDashboard .list-results thead span.emphase:hover,.status.status-log ._account_api .liveDashboard .list-results thead span.emphase:hover,.status.status-report-item ._account_api .liveDashboard .list-results thead span.emphase:hover,.double-list dd.status ._account_api .liveDashboard .list-results thead span.emphase:hover,.double-list dt.status ._account_api .liveDashboard .list-results thead span.emphase:hover,.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead span.emphase:hover,.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead span.emphase:hover,.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead span.emphase:hover,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span.emphase:hover,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span.emphase:hover,.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span.emphase:hover,.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead span.emphase:hover,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span.emphase:hover,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.emphase:hover,.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span.emphase:hover,.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead span.emphase:hover,.liveDashboard ._account_api .list-results thead .sub-header .w-form label.emphase:hover,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list label.emphase:hover,._account_api .liveDashboard .list-results thead .sub-header .w-form label.emphase:hover,._account_api .liveDashboard .list-results thead .sub-header .w-double-list label.emphase:hover,.liveDashboard .sub-header .w-form ._account_api .list-results thead label.emphase:hover,.liveDashboard .sub-header .w-double-list ._account_api .list-results thead label.emphase:hover,.sub-header .w-form ._account_api .liveDashboard .list-results thead label.emphase:hover,.sub-header .w-double-list ._account_api .liveDashboard .list-results thead label.emphase:hover,.liveDashboard ._account_api .list-results thead .block-filters button.emphase:hover:after,._account_api .liveDashboard .list-results thead .block-filters button.emphase:hover:after,.liveDashboard .block-filters ._account_api .list-results thead button.emphase:hover:after,.block-filters ._account_api .liveDashboard .list-results thead button.emphase:hover:after,.liveDashboard ._account_api .list-results thead .block-filters select.emphase:hover:after,._account_api .liveDashboard .list-results thead .block-filters select.emphase:hover:after,.liveDashboard .block-filters ._account_api .list-results thead select.emphase:hover:after,.block-filters ._account_api .liveDashboard .list-results thead select.emphase:hover:after,.liveDashboard ._account_api .list-results thead .form-auto-list .emphase.form-auto-item.is-user-is-inactive:hover,._account_api .liveDashboard .list-results thead .form-auto-list .emphase.form-auto-item.is-user-is-inactive:hover,.liveDashboard .form-auto-list ._account_api .list-results thead .emphase.form-auto-item.is-user-is-inactive:hover,.form-auto-list ._account_api .liveDashboard .list-results thead .emphase.form-auto-item.is-user-is-inactive:hover,.liveDashboard ._account_api .list-results thead .form-auto-list .emphase.form-auto-item.is-user-is-active:hover,._account_api .liveDashboard .list-results thead .form-auto-list .emphase.form-auto-item.is-user-is-active:hover,.liveDashboard .form-auto-list ._account_api .list-results thead .emphase.form-auto-item.is-user-is-active:hover,.form-auto-list ._account_api .liveDashboard .list-results thead .emphase.form-auto-item.is-user-is-active:hover,.liveDashboard ._account_api .list-results thead .list-results-header .status.title span.emphase:hover,._account_api .liveDashboard .list-results thead .list-results-header .status.title span.emphase:hover,.liveDashboard .list-results-header .status.title ._account_api .list-results thead span.emphase:hover,.list-results-header .status.title ._account_api .liveDashboard .list-results thead span.emphase:hover,.liveDashboard ._account_api .list-results thead tr span.emphase:hover,._account_api .liveDashboard .list-results thead tr span.emphase:hover,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .emphase.dropdown-toggle:hover:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .emphase.dropdown-toggle:hover:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .emphase.filter:hover,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .emphase.filter:hover,._account_api .form-label.status .liveDashboard .list-results thead span.emphase:hover,._account_api .status.status-log .liveDashboard .list-results thead span.emphase:hover,._account_api .status.status-report-item .liveDashboard .list-results thead span.emphase:hover,._account_api .double-list dd.status .liveDashboard .list-results thead span.emphase:hover,.double-list ._account_api dd.status .liveDashboard .list-results thead span.emphase:hover,._account_api .double-list dt.status .liveDashboard .list-results thead span.emphase:hover,.double-list ._account_api dt.status .liveDashboard .list-results thead span.emphase:hover,._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span.emphase:hover,.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead span.emphase:hover,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.emphase:hover,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead span.emphase:hover,._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.emphase:hover,.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead span.emphase:hover,.form-label.status .liveDashboard ._account_api .list-results thead span.emphase:hover,.status.status-log .liveDashboard ._account_api .list-results thead span.emphase:hover,.status.status-report-item .liveDashboard ._account_api .list-results thead span.emphase:hover,.double-list dd.status .liveDashboard ._account_api .list-results thead span.emphase:hover,.double-list dt.status .liveDashboard ._account_api .list-results thead span.emphase:hover,.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead span.emphase:hover,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead span.emphase:hover,.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead span.emphase:hover,._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span.emphase:hover,.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead span.emphase:hover,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.emphase:hover,.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead span.emphase:hover,._account_api .sub-header .w-form .liveDashboard .list-results thead label.emphase:hover,._account_api .sub-header .w-double-list .liveDashboard .list-results thead label.emphase:hover,.sub-header .w-form .liveDashboard ._account_api .list-results thead label.emphase:hover,.sub-header .w-double-list .liveDashboard ._account_api .list-results thead label.emphase:hover,._account_api .block-filters .liveDashboard .list-results thead button.emphase:hover:after,.block-filters .liveDashboard ._account_api .list-results thead button.emphase:hover:after,._account_api .block-filters .liveDashboard .list-results thead select.emphase:hover:after,.block-filters .liveDashboard ._account_api .list-results thead select.emphase:hover:after,._account_api .form-auto-list .liveDashboard .list-results thead .emphase.form-auto-item.is-user-is-inactive:hover,.form-auto-list .liveDashboard ._account_api .list-results thead .emphase.form-auto-item.is-user-is-inactive:hover,._account_api .form-auto-list .liveDashboard .list-results thead .emphase.form-auto-item.is-user-is-active:hover,.form-auto-list .liveDashboard ._account_api .list-results thead .emphase.form-auto-item.is-user-is-active:hover,._account_api .list-results-header .status.title .liveDashboard .list-results thead span.emphase:hover,.list-results-header .status.title .liveDashboard ._account_api .list-results thead span.emphase:hover,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .emphase.dropdown-toggle:hover:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .emphase.dropdown-toggle:hover:after,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .emphase.filter:hover,.w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .emphase.filter:hover,._account_api .list-results thead .form-label.status span.emphase:hover,._account_api .list-results thead .status.status-log span.emphase:hover,._account_api .list-results thead .status.status-report-item span.emphase:hover,._account_api .list-results thead .double-list dd.status span.emphase:hover,.double-list ._account_api .list-results thead dd.status span.emphase:hover,._account_api .list-results thead .double-list dt.status span.emphase:hover,.double-list ._account_api .list-results thead dt.status span.emphase:hover,._account_api .list-results thead .w-cards-container .w-card .status.title span.emphase:hover,.w-cards-container .w-card ._account_api .list-results thead .status.title span.emphase:hover,._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.emphase:hover,.w-cards-container .w-card.centered .w-value ._account_api .list-results thead .status.label span.emphase:hover,._account_api .list-results thead tbody tr.sublist .status.title span.emphase:hover,._account_api .list-results tbody tr.sublist thead .status.title span.emphase:hover,.form-label.status ._account_api .list-results thead span.emphase:hover,.status.status-log ._account_api .list-results thead span.emphase:hover,.status.status-report-item ._account_api .list-results thead span.emphase:hover,.double-list dd.status ._account_api .list-results thead span.emphase:hover,.double-list dt.status ._account_api .list-results thead span.emphase:hover,.w-cards-container .w-card .status.title ._account_api .list-results thead span.emphase:hover,.w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.emphase:hover,.list-results tbody tr.sublist .status.title ._account_api .list-results thead span.emphase:hover,._account_api .list-results thead .w-filters-selected label.status.small span.emphase:hover,.w-filters-selected label.status.small ._account_api .list-results thead span.emphase:hover,._account_api .list-results thead .w-filters-selected .status.btn-f-s span.emphase:hover,.w-filters-selected .status.btn-f-s ._account_api .list-results thead span.emphase:hover,._account_api .list-results thead .sub-header .w-form label.emphase:hover,._account_api .list-results thead .sub-header .w-double-list label.emphase:hover,.sub-header .w-form ._account_api .list-results thead label.emphase:hover,.sub-header .w-double-list ._account_api .list-results thead label.emphase:hover,._account_api .list-results thead .block-filters button.emphase:hover:after,.block-filters ._account_api .list-results thead button.emphase:hover:after,._account_api .list-results thead .block-filters select.emphase:hover:after,.block-filters ._account_api .list-results thead select.emphase:hover:after,._account_api .list-results thead .form-auto-list .emphase.form-auto-item.is-user-is-inactive:hover,.form-auto-list ._account_api .list-results thead .emphase.form-auto-item.is-user-is-inactive:hover,._account_api .list-results thead .form-auto-list .emphase.form-auto-item.is-user-is-active:hover,.form-auto-list ._account_api .list-results thead .emphase.form-auto-item.is-user-is-active:hover,._account_api .list-results thead .list-results-header .status.title span.emphase:hover,.list-results-header .status.title ._account_api .list-results thead span.emphase:hover,._account_api .list-results thead tr span.emphase:hover,.sidebar-default.sidebar-default-right .sidebar-default-body .filter-group .emphase.filter-checkbox:hover,.add-filters-dropdown .w-add-filters-list>div.filter-group .emphase.filter-checkbox:hover,.filter-preset .filter-field-name button.emphase:hover,.btn.emphase:hover,.pagination a.emphase:hover,.goal-option .emphase.expend-label:hover{opacity:.7}.button-default.preferences,.liveDashboard .list-results thead .preferences.icon,.liveDashboard .list-results thead .preferences.w-alert-banner:before,.liveDashboard .list-results thead .preferences.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .preferences.w-alert-banner:before,._account_api .liveDashboard .list-results thead .preferences.w-alert-banner:before,.liveDashboard .list-results thead .w-dialog.plus .preferences.dialog-aside:after,.w-dialog.plus .liveDashboard .list-results thead .preferences.dialog-aside:after,.liveDashboard .list-results thead .w-toast .preferences.toast.plus:after,.w-toast .liveDashboard .list-results thead .preferences.toast.plus:after,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .preferences.btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .preferences.btn-period-clear:before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .preferences.btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .preferences.btn-filter:before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .preferences.btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .preferences.btn-period-edit:before,.liveDashboard .list-results thead .block-filters .preferences.btn-filter:before,.block-filters .liveDashboard .list-results thead .preferences.btn-filter:before,.liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.preferences,.toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label.preferences,.liveDashboard .list-results thead tbody span.preferences.status,.liveDashboard .list-results tbody thead span.preferences.status,.liveDashboard .list-results thead tbody td.is-running span.preferences,.liveDashboard .list-results tbody td.is-running thead span.preferences,.liveDashboard .list-results thead tbody td.is-pending span.preferences,.liveDashboard .list-results tbody td.is-pending thead span.preferences,.liveDashboard .list-results thead .preferences.icon,.liveDashboard .list-results thead .preferences.w-alert-banner:before,.liveDashboard .list-results thead .preferences.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .preferences.w-alert-banner:before,._account_api .liveDashboard .list-results thead .preferences.w-alert-banner:before,.liveDashboard .list-results thead .w-dialog.plus .preferences.dialog-aside:after,.w-dialog.plus .liveDashboard .list-results thead .preferences.dialog-aside:after,.liveDashboard .list-results thead .w-toast .preferences.toast.plus:after,.w-toast .liveDashboard .list-results thead .preferences.toast.plus:after,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .preferences.btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .preferences.btn-period-clear:before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .preferences.btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .preferences.btn-filter:before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .preferences.btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .preferences.btn-period-edit:before,.liveDashboard .list-results thead .block-filters .preferences.btn-filter:before,.block-filters .liveDashboard .list-results thead .preferences.btn-filter:before,.liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.preferences,.toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label.preferences,.liveDashboard .list-results thead tbody span.preferences.status,.liveDashboard .list-results tbody thead span.preferences.status,.liveDashboard .list-results thead tbody td.is-running span.preferences,.liveDashboard .list-results tbody td.is-running thead span.preferences,.liveDashboard .list-results thead tbody td.is-pending span.preferences,.liveDashboard .list-results tbody td.is-pending thead span.preferences,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .preferences.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .preferences.dropdown-toggle:after,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .preferences.filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .preferences.filter,.liveDashboard .list-results thead .form-label.status span.preferences,.liveDashboard .list-results thead .status.status-log span.preferences,.liveDashboard .list-results thead .status.status-report-item span.preferences,.liveDashboard .list-results thead .double-list dd.status span.preferences,.double-list .liveDashboard .list-results thead dd.status span.preferences,.liveDashboard .list-results thead .double-list dt.status span.preferences,.double-list .liveDashboard .list-results thead dt.status span.preferences,.liveDashboard .list-results thead .w-cards-container .w-card .status.title span.preferences,.w-cards-container .w-card .liveDashboard .list-results thead .status.title span.preferences,.liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.preferences,.w-cards-container .w-card.centered .w-value .liveDashboard .list-results thead .status.label span.preferences,.liveDashboard .list-results thead tbody tr.sublist .status.title span.preferences,.liveDashboard .list-results tbody tr.sublist thead .status.title span.preferences,.form-label.status .liveDashboard .list-results thead span.preferences,.status.status-log .liveDashboard .list-results thead span.preferences,.status.status-report-item .liveDashboard .list-results thead span.preferences,.double-list dd.status .liveDashboard .list-results thead span.preferences,.double-list dt.status .liveDashboard .list-results thead span.preferences,.w-cards-container .w-card .status.title .liveDashboard .list-results thead span.preferences,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.preferences,.list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.preferences,.liveDashboard .list-results thead .w-filters-selected label.status.small span.preferences,.w-filters-selected label.status.small .liveDashboard .list-results thead span.preferences,.liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.preferences,.w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.preferences,.liveDashboard .list-results thead .sub-header .w-form label.preferences,.liveDashboard .list-results thead .sub-header .w-double-list label.preferences,.sub-header .w-form .liveDashboard .list-results thead label.preferences,.sub-header .w-double-list .liveDashboard .list-results thead label.preferences,.liveDashboard .list-results thead .block-filters button.preferences:after,.block-filters .liveDashboard .list-results thead button.preferences:after,.liveDashboard .list-results thead .block-filters select.preferences:after,.block-filters .liveDashboard .list-results thead select.preferences:after,.liveDashboard .list-results thead .form-auto-list .preferences.form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard .list-results thead .preferences.form-auto-item.is-user-is-inactive,.liveDashboard .list-results thead .form-auto-list .preferences.form-auto-item.is-user-is-active,.form-auto-list .liveDashboard .list-results thead .preferences.form-auto-item.is-user-is-active,.liveDashboard .list-results thead .list-results-header .status.title span.preferences,.list-results-header .status.title .liveDashboard .list-results thead span.preferences,.liveDashboard .list-results thead tr span.preferences,.liveDashboard ._account_api .list-results thead .preferences.icon,.liveDashboard ._account_api .list-results thead .preferences.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .preferences.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .preferences.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-dialog.plus .preferences.dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .preferences.dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-toast .preferences.toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .preferences.toast.plus:after,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .preferences.btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .preferences.btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .preferences.btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .preferences.btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .preferences.btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .preferences.btn-period-edit:before,.liveDashboard ._account_api .list-results thead .block-filters .preferences.btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .preferences.btn-filter:before,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label.preferences,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label.preferences,.liveDashboard ._account_api .list-results thead tbody span.preferences.status,.liveDashboard ._account_api .list-results tbody thead span.preferences.status,.liveDashboard ._account_api .list-results thead tbody td.is-running span.preferences,.liveDashboard ._account_api .list-results tbody td.is-running thead span.preferences,.liveDashboard ._account_api .list-results thead tbody td.is-pending span.preferences,.liveDashboard ._account_api .list-results tbody td.is-pending thead span.preferences,._account_api .liveDashboard .list-results thead .preferences.icon,._account_api .liveDashboard .list-results thead .preferences.w-alert-banner:before,._account_api .liveDashboard .list-results thead .preferences.w-alert-banner:before,._account_api .liveDashboard .list-results thead .preferences.w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-dialog.plus .preferences.dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .preferences.dialog-aside:after,._account_api .liveDashboard .list-results thead .w-toast .preferences.toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .preferences.toast.plus:after,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .preferences.btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .preferences.btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .preferences.btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .preferences.btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .preferences.btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .preferences.btn-period-edit:before,._account_api .liveDashboard .list-results thead .block-filters .preferences.btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .preferences.btn-filter:before,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.preferences,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label.preferences,._account_api .liveDashboard .list-results thead tbody span.preferences.status,._account_api .liveDashboard .list-results tbody thead span.preferences.status,._account_api .liveDashboard .list-results thead tbody td.is-running span.preferences,._account_api .liveDashboard .list-results tbody td.is-running thead span.preferences,._account_api .liveDashboard .list-results thead tbody td.is-pending span.preferences,._account_api .liveDashboard .list-results tbody td.is-pending thead span.preferences,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .preferences.dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .preferences.dropdown-toggle:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .preferences.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .preferences.dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .preferences.filter,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .preferences.filter,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .preferences.filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .preferences.filter,.liveDashboard ._account_api .list-results thead .form-label.status span.preferences,.liveDashboard ._account_api .list-results thead .status.status-log span.preferences,.liveDashboard ._account_api .list-results thead .status.status-report-item span.preferences,.liveDashboard ._account_api .list-results thead .double-list dd.status span.preferences,.double-list .liveDashboard ._account_api .list-results thead dd.status span.preferences,.liveDashboard ._account_api .list-results thead .double-list dt.status span.preferences,.double-list .liveDashboard ._account_api .list-results thead dt.status span.preferences,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span.preferences,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title span.preferences,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.preferences,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label span.preferences,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span.preferences,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span.preferences,._account_api .liveDashboard .list-results thead .form-label.status span.preferences,._account_api .liveDashboard .list-results thead .status.status-log span.preferences,._account_api .liveDashboard .list-results thead .status.status-report-item span.preferences,._account_api .liveDashboard .list-results thead .double-list dd.status span.preferences,.double-list ._account_api .liveDashboard .list-results thead dd.status span.preferences,._account_api .liveDashboard .list-results thead .double-list dt.status span.preferences,.double-list ._account_api .liveDashboard .list-results thead dt.status span.preferences,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span.preferences,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title span.preferences,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.preferences,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label span.preferences,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span.preferences,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span.preferences,.liveDashboard .form-label.status ._account_api .list-results thead span.preferences,.liveDashboard .status.status-log ._account_api .list-results thead span.preferences,.liveDashboard .status.status-report-item ._account_api .list-results thead span.preferences,.liveDashboard .double-list dd.status ._account_api .list-results thead span.preferences,.double-list .liveDashboard dd.status ._account_api .list-results thead span.preferences,.liveDashboard .double-list dt.status ._account_api .list-results thead span.preferences,.double-list .liveDashboard dt.status ._account_api .list-results thead span.preferences,.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span.preferences,.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead span.preferences,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.preferences,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead span.preferences,.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span.preferences,.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead span.preferences,.form-label.status ._account_api .liveDashboard .list-results thead span.preferences,.status.status-log ._account_api .liveDashboard .list-results thead span.preferences,.status.status-report-item ._account_api .liveDashboard .list-results thead span.preferences,.double-list dd.status ._account_api .liveDashboard .list-results thead span.preferences,.double-list dt.status ._account_api .liveDashboard .list-results thead span.preferences,.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead span.preferences,.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead span.preferences,.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead span.preferences,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span.preferences,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span.preferences,.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span.preferences,.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead span.preferences,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span.preferences,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.preferences,.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span.preferences,.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead span.preferences,.liveDashboard ._account_api .list-results thead .sub-header .w-form label.preferences,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list label.preferences,._account_api .liveDashboard .list-results thead .sub-header .w-form label.preferences,._account_api .liveDashboard .list-results thead .sub-header .w-double-list label.preferences,.liveDashboard .sub-header .w-form ._account_api .list-results thead label.preferences,.liveDashboard .sub-header .w-double-list ._account_api .list-results thead label.preferences,.sub-header .w-form ._account_api .liveDashboard .list-results thead label.preferences,.sub-header .w-double-list ._account_api .liveDashboard .list-results thead label.preferences,.liveDashboard ._account_api .list-results thead .block-filters button.preferences:after,._account_api .liveDashboard .list-results thead .block-filters button.preferences:after,.liveDashboard .block-filters ._account_api .list-results thead button.preferences:after,.block-filters ._account_api .liveDashboard .list-results thead button.preferences:after,.liveDashboard ._account_api .list-results thead .block-filters select.preferences:after,._account_api .liveDashboard .list-results thead .block-filters select.preferences:after,.liveDashboard .block-filters ._account_api .list-results thead select.preferences:after,.block-filters ._account_api .liveDashboard .list-results thead select.preferences:after,.liveDashboard ._account_api .list-results thead .form-auto-list .preferences.form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .form-auto-list .preferences.form-auto-item.is-user-is-inactive,.liveDashboard .form-auto-list ._account_api .list-results thead .preferences.form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .liveDashboard .list-results thead .preferences.form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .form-auto-list .preferences.form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .form-auto-list .preferences.form-auto-item.is-user-is-active,.liveDashboard .form-auto-list ._account_api .list-results thead .preferences.form-auto-item.is-user-is-active,.form-auto-list ._account_api .liveDashboard .list-results thead .preferences.form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .list-results-header .status.title span.preferences,._account_api .liveDashboard .list-results thead .list-results-header .status.title span.preferences,.liveDashboard .list-results-header .status.title ._account_api .list-results thead span.preferences,.list-results-header .status.title ._account_api .liveDashboard .list-results thead span.preferences,.liveDashboard ._account_api .list-results thead tr span.preferences,._account_api .liveDashboard .list-results thead tr span.preferences,.liveDashboard ._account_api .list-results thead .preferences.icon,.liveDashboard ._account_api .list-results thead .preferences.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .preferences.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .preferences.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-dialog.plus .preferences.dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .preferences.dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-toast .preferences.toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .preferences.toast.plus:after,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .preferences.btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .preferences.btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .preferences.btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .preferences.btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .preferences.btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .preferences.btn-period-edit:before,.liveDashboard ._account_api .list-results thead .block-filters .preferences.btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .preferences.btn-filter:before,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label.preferences,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label.preferences,.liveDashboard ._account_api .list-results thead tbody span.preferences.status,.liveDashboard ._account_api .list-results tbody thead span.preferences.status,.liveDashboard ._account_api .list-results thead tbody td.is-running span.preferences,.liveDashboard ._account_api .list-results tbody td.is-running thead span.preferences,.liveDashboard ._account_api .list-results thead tbody td.is-pending span.preferences,.liveDashboard ._account_api .list-results tbody td.is-pending thead span.preferences,._account_api .liveDashboard .list-results thead .preferences.icon,._account_api .liveDashboard .list-results thead .preferences.w-alert-banner:before,._account_api .liveDashboard .list-results thead .preferences.w-alert-banner:before,._account_api .liveDashboard .list-results thead .preferences.w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-dialog.plus .preferences.dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .preferences.dialog-aside:after,._account_api .liveDashboard .list-results thead .w-toast .preferences.toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .preferences.toast.plus:after,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .preferences.btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .preferences.btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .preferences.btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .preferences.btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .preferences.btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .preferences.btn-period-edit:before,._account_api .liveDashboard .list-results thead .block-filters .preferences.btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .preferences.btn-filter:before,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.preferences,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label.preferences,._account_api .liveDashboard .list-results thead tbody span.preferences.status,._account_api .liveDashboard .list-results tbody thead span.preferences.status,._account_api .liveDashboard .list-results thead tbody td.is-running span.preferences,._account_api .liveDashboard .list-results tbody td.is-running thead span.preferences,._account_api .liveDashboard .list-results thead tbody td.is-pending span.preferences,._account_api .liveDashboard .list-results tbody td.is-pending thead span.preferences,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .preferences.dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .preferences.dropdown-toggle:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .preferences.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .preferences.dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .preferences.filter,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .preferences.filter,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .preferences.filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .preferences.filter,.liveDashboard ._account_api .list-results thead .form-label.status span.preferences,.liveDashboard ._account_api .list-results thead .status.status-log span.preferences,.liveDashboard ._account_api .list-results thead .status.status-report-item span.preferences,.liveDashboard ._account_api .list-results thead .double-list dd.status span.preferences,.double-list .liveDashboard ._account_api .list-results thead dd.status span.preferences,.liveDashboard ._account_api .list-results thead .double-list dt.status span.preferences,.double-list .liveDashboard ._account_api .list-results thead dt.status span.preferences,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span.preferences,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title span.preferences,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.preferences,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label span.preferences,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span.preferences,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span.preferences,._account_api .liveDashboard .list-results thead .form-label.status span.preferences,._account_api .liveDashboard .list-results thead .status.status-log span.preferences,._account_api .liveDashboard .list-results thead .status.status-report-item span.preferences,._account_api .liveDashboard .list-results thead .double-list dd.status span.preferences,.double-list ._account_api .liveDashboard .list-results thead dd.status span.preferences,._account_api .liveDashboard .list-results thead .double-list dt.status span.preferences,.double-list ._account_api .liveDashboard .list-results thead dt.status span.preferences,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span.preferences,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title span.preferences,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.preferences,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label span.preferences,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span.preferences,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span.preferences,.liveDashboard .form-label.status ._account_api .list-results thead span.preferences,.liveDashboard .status.status-log ._account_api .list-results thead span.preferences,.liveDashboard .status.status-report-item ._account_api .list-results thead span.preferences,.liveDashboard .double-list dd.status ._account_api .list-results thead span.preferences,.double-list .liveDashboard dd.status ._account_api .list-results thead span.preferences,.liveDashboard .double-list dt.status ._account_api .list-results thead span.preferences,.double-list .liveDashboard dt.status ._account_api .list-results thead span.preferences,.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span.preferences,.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead span.preferences,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.preferences,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead span.preferences,.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span.preferences,.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead span.preferences,.form-label.status ._account_api .liveDashboard .list-results thead span.preferences,.status.status-log ._account_api .liveDashboard .list-results thead span.preferences,.status.status-report-item ._account_api .liveDashboard .list-results thead span.preferences,.double-list dd.status ._account_api .liveDashboard .list-results thead span.preferences,.double-list dt.status ._account_api .liveDashboard .list-results thead span.preferences,.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead span.preferences,.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead span.preferences,.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead span.preferences,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span.preferences,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span.preferences,.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span.preferences,.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead span.preferences,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span.preferences,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.preferences,.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span.preferences,.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead span.preferences,.liveDashboard ._account_api .list-results thead .sub-header .w-form label.preferences,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list label.preferences,._account_api .liveDashboard .list-results thead .sub-header .w-form label.preferences,._account_api .liveDashboard .list-results thead .sub-header .w-double-list label.preferences,.liveDashboard .sub-header .w-form ._account_api .list-results thead label.preferences,.liveDashboard .sub-header .w-double-list ._account_api .list-results thead label.preferences,.sub-header .w-form ._account_api .liveDashboard .list-results thead label.preferences,.sub-header .w-double-list ._account_api .liveDashboard .list-results thead label.preferences,.liveDashboard ._account_api .list-results thead .block-filters button.preferences:after,._account_api .liveDashboard .list-results thead .block-filters button.preferences:after,.liveDashboard .block-filters ._account_api .list-results thead button.preferences:after,.block-filters ._account_api .liveDashboard .list-results thead button.preferences:after,.liveDashboard ._account_api .list-results thead .block-filters select.preferences:after,._account_api .liveDashboard .list-results thead .block-filters select.preferences:after,.liveDashboard .block-filters ._account_api .list-results thead select.preferences:after,.block-filters ._account_api .liveDashboard .list-results thead select.preferences:after,.liveDashboard ._account_api .list-results thead .form-auto-list .preferences.form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .form-auto-list .preferences.form-auto-item.is-user-is-inactive,.liveDashboard .form-auto-list ._account_api .list-results thead .preferences.form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .liveDashboard .list-results thead .preferences.form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .form-auto-list .preferences.form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .form-auto-list .preferences.form-auto-item.is-user-is-active,.liveDashboard .form-auto-list ._account_api .list-results thead .preferences.form-auto-item.is-user-is-active,.form-auto-list ._account_api .liveDashboard .list-results thead .preferences.form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .list-results-header .status.title span.preferences,._account_api .liveDashboard .list-results thead .list-results-header .status.title span.preferences,.liveDashboard .list-results-header .status.title ._account_api .list-results thead span.preferences,.list-results-header .status.title ._account_api .liveDashboard .list-results thead span.preferences,.liveDashboard ._account_api .list-results thead tr span.preferences,._account_api .liveDashboard .list-results thead tr span.preferences,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .preferences.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .preferences.dropdown-toggle:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .preferences.filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .preferences.filter,._account_api .form-label.status .liveDashboard .list-results thead span.preferences,._account_api .status.status-log .liveDashboard .list-results thead span.preferences,._account_api .status.status-report-item .liveDashboard .list-results thead span.preferences,._account_api .double-list dd.status .liveDashboard .list-results thead span.preferences,.double-list ._account_api dd.status .liveDashboard .list-results thead span.preferences,._account_api .double-list dt.status .liveDashboard .list-results thead span.preferences,.double-list ._account_api dt.status .liveDashboard .list-results thead span.preferences,._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span.preferences,.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead span.preferences,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.preferences,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead span.preferences,._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.preferences,.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead span.preferences,.form-label.status .liveDashboard ._account_api .list-results thead span.preferences,.status.status-log .liveDashboard ._account_api .list-results thead span.preferences,.status.status-report-item .liveDashboard ._account_api .list-results thead span.preferences,.double-list dd.status .liveDashboard ._account_api .list-results thead span.preferences,.double-list dt.status .liveDashboard ._account_api .list-results thead span.preferences,.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead span.preferences,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead span.preferences,.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead span.preferences,._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span.preferences,.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead span.preferences,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.preferences,.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead span.preferences,._account_api .sub-header .w-form .liveDashboard .list-results thead label.preferences,._account_api .sub-header .w-double-list .liveDashboard .list-results thead label.preferences,.sub-header .w-form .liveDashboard ._account_api .list-results thead label.preferences,.sub-header .w-double-list .liveDashboard ._account_api .list-results thead label.preferences,._account_api .block-filters .liveDashboard .list-results thead button.preferences:after,.block-filters .liveDashboard ._account_api .list-results thead button.preferences:after,._account_api .block-filters .liveDashboard .list-results thead select.preferences:after,.block-filters .liveDashboard ._account_api .list-results thead select.preferences:after,._account_api .form-auto-list .liveDashboard .list-results thead .preferences.form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard ._account_api .list-results thead .preferences.form-auto-item.is-user-is-inactive,._account_api .form-auto-list .liveDashboard .list-results thead .preferences.form-auto-item.is-user-is-active,.form-auto-list .liveDashboard ._account_api .list-results thead .preferences.form-auto-item.is-user-is-active,._account_api .list-results-header .status.title .liveDashboard .list-results thead span.preferences,.list-results-header .status.title .liveDashboard ._account_api .list-results thead span.preferences,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .preferences.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .preferences.dropdown-toggle:after,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .preferences.filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .preferences.filter,.liveDashboard .list-results thead .form-label.status span.preferences,.liveDashboard .list-results thead .status.status-log span.preferences,.liveDashboard .list-results thead .status.status-report-item span.preferences,.liveDashboard .list-results thead .double-list dd.status span.preferences,.double-list .liveDashboard .list-results thead dd.status span.preferences,.liveDashboard .list-results thead .double-list dt.status span.preferences,.double-list .liveDashboard .list-results thead dt.status span.preferences,.liveDashboard .list-results thead .w-cards-container .w-card .status.title span.preferences,.w-cards-container .w-card .liveDashboard .list-results thead .status.title span.preferences,.liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.preferences,.w-cards-container .w-card.centered .w-value .liveDashboard .list-results thead .status.label span.preferences,.liveDashboard .list-results thead tbody tr.sublist .status.title span.preferences,.liveDashboard .list-results tbody tr.sublist thead .status.title span.preferences,.form-label.status .liveDashboard .list-results thead span.preferences,.status.status-log .liveDashboard .list-results thead span.preferences,.status.status-report-item .liveDashboard .list-results thead span.preferences,.double-list dd.status .liveDashboard .list-results thead span.preferences,.double-list dt.status .liveDashboard .list-results thead span.preferences,.w-cards-container .w-card .status.title .liveDashboard .list-results thead span.preferences,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.preferences,.list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.preferences,.liveDashboard .list-results thead .w-filters-selected label.status.small span.preferences,.w-filters-selected label.status.small .liveDashboard .list-results thead span.preferences,.liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.preferences,.w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.preferences,.liveDashboard .list-results thead .sub-header .w-form label.preferences,.liveDashboard .list-results thead .sub-header .w-double-list label.preferences,.sub-header .w-form .liveDashboard .list-results thead label.preferences,.sub-header .w-double-list .liveDashboard .list-results thead label.preferences,.liveDashboard .list-results thead .block-filters button.preferences:after,.block-filters .liveDashboard .list-results thead button.preferences:after,.liveDashboard .list-results thead .block-filters select.preferences:after,.block-filters .liveDashboard .list-results thead select.preferences:after,.liveDashboard .list-results thead .form-auto-list .preferences.form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard .list-results thead .preferences.form-auto-item.is-user-is-inactive,.liveDashboard .list-results thead .form-auto-list .preferences.form-auto-item.is-user-is-active,.form-auto-list .liveDashboard .list-results thead .preferences.form-auto-item.is-user-is-active,.liveDashboard .list-results thead .list-results-header .status.title span.preferences,.list-results-header .status.title .liveDashboard .list-results thead span.preferences,.liveDashboard .list-results thead tr span.preferences,._account_api .list-results thead .preferences.icon,._account_api .list-results thead .preferences.w-alert-banner:before,._account_api .liveDashboard .list-results thead .preferences.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .preferences.w-alert-banner:before,._account_api .list-results thead .preferences.w-alert-banner:before,._account_api .list-results thead .w-dialog.plus .preferences.dialog-aside:after,.w-dialog.plus ._account_api .list-results thead .preferences.dialog-aside:after,._account_api .list-results thead .w-toast .preferences.toast.plus:after,.w-toast ._account_api .list-results thead .preferences.toast.plus:after,._account_api .list-results thead .w-time-period .dropdown .w-selection .preferences.btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .preferences.btn-period-clear:before,._account_api .list-results thead .w-time-period .dropdown .w-selection .preferences.btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .preferences.btn-filter:before,._account_api .list-results thead .w-time-period .dropdown .w-selection .preferences.btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .preferences.btn-period-edit:before,._account_api .list-results thead .block-filters .preferences.btn-filter:before,.block-filters ._account_api .list-results thead .preferences.btn-filter:before,._account_api .list-results thead .toggleWrapper input.mobileToggle+label.preferences,.toggleWrapper ._account_api .list-results thead input.mobileToggle+label.preferences,._account_api .list-results thead tbody span.preferences.status,._account_api .list-results tbody thead span.preferences.status,._account_api .list-results thead tbody td.is-running span.preferences,._account_api .list-results tbody td.is-running thead span.preferences,._account_api .list-results thead tbody td.is-pending span.preferences,._account_api .list-results tbody td.is-pending thead span.preferences,._account_api .liveDashboard .list-results thead .preferences.icon,._account_api .liveDashboard .list-results thead .preferences.w-alert-banner:before,._account_api .liveDashboard .list-results thead .preferences.w-alert-banner:before,._account_api .liveDashboard .list-results thead .preferences.w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-dialog.plus .preferences.dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .preferences.dialog-aside:after,._account_api .liveDashboard .list-results thead .w-toast .preferences.toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .preferences.toast.plus:after,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .preferences.btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .preferences.btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .preferences.btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .preferences.btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .preferences.btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .preferences.btn-period-edit:before,._account_api .liveDashboard .list-results thead .block-filters .preferences.btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .preferences.btn-filter:before,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.preferences,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label.preferences,._account_api .liveDashboard .list-results thead tbody span.preferences.status,._account_api .liveDashboard .list-results tbody thead span.preferences.status,._account_api .liveDashboard .list-results thead tbody td.is-running span.preferences,._account_api .liveDashboard .list-results tbody td.is-running thead span.preferences,._account_api .liveDashboard .list-results thead tbody td.is-pending span.preferences,._account_api .liveDashboard .list-results tbody td.is-pending thead span.preferences,.liveDashboard ._account_api .list-results thead .preferences.icon,.liveDashboard ._account_api .list-results thead .preferences.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .preferences.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .preferences.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-dialog.plus .preferences.dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .preferences.dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-toast .preferences.toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .preferences.toast.plus:after,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .preferences.btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .preferences.btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .preferences.btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .preferences.btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .preferences.btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .preferences.btn-period-edit:before,.liveDashboard ._account_api .list-results thead .block-filters .preferences.btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .preferences.btn-filter:before,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label.preferences,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label.preferences,.liveDashboard ._account_api .list-results thead tbody span.preferences.status,.liveDashboard ._account_api .list-results tbody thead span.preferences.status,.liveDashboard ._account_api .list-results thead tbody td.is-running span.preferences,.liveDashboard ._account_api .list-results tbody td.is-running thead span.preferences,.liveDashboard ._account_api .list-results thead tbody td.is-pending span.preferences,.liveDashboard ._account_api .list-results tbody td.is-pending thead span.preferences,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .preferences.dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .preferences.dropdown-toggle:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .preferences.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .preferences.dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .preferences.filter,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .preferences.filter,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .preferences.filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .preferences.filter,._account_api .liveDashboard .list-results thead .form-label.status span.preferences,._account_api .liveDashboard .list-results thead .status.status-log span.preferences,._account_api .liveDashboard .list-results thead .status.status-report-item span.preferences,._account_api .liveDashboard .list-results thead .double-list dd.status span.preferences,.double-list ._account_api .liveDashboard .list-results thead dd.status span.preferences,._account_api .liveDashboard .list-results thead .double-list dt.status span.preferences,.double-list ._account_api .liveDashboard .list-results thead dt.status span.preferences,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span.preferences,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title span.preferences,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.preferences,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label span.preferences,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span.preferences,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span.preferences,.liveDashboard ._account_api .list-results thead .form-label.status span.preferences,.liveDashboard ._account_api .list-results thead .status.status-log span.preferences,.liveDashboard ._account_api .list-results thead .status.status-report-item span.preferences,.liveDashboard ._account_api .list-results thead .double-list dd.status span.preferences,.double-list .liveDashboard ._account_api .list-results thead dd.status span.preferences,.liveDashboard ._account_api .list-results thead .double-list dt.status span.preferences,.double-list .liveDashboard ._account_api .list-results thead dt.status span.preferences,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span.preferences,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title span.preferences,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.preferences,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label span.preferences,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span.preferences,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span.preferences,._account_api .form-label.status .liveDashboard .list-results thead span.preferences,._account_api .status.status-log .liveDashboard .list-results thead span.preferences,._account_api .status.status-report-item .liveDashboard .list-results thead span.preferences,._account_api .double-list dd.status .liveDashboard .list-results thead span.preferences,.double-list ._account_api dd.status .liveDashboard .list-results thead span.preferences,._account_api .double-list dt.status .liveDashboard .list-results thead span.preferences,.double-list ._account_api dt.status .liveDashboard .list-results thead span.preferences,._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span.preferences,.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead span.preferences,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.preferences,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead span.preferences,._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.preferences,.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead span.preferences,.form-label.status .liveDashboard ._account_api .list-results thead span.preferences,.status.status-log .liveDashboard ._account_api .list-results thead span.preferences,.status.status-report-item .liveDashboard ._account_api .list-results thead span.preferences,.double-list dd.status .liveDashboard ._account_api .list-results thead span.preferences,.double-list dt.status .liveDashboard ._account_api .list-results thead span.preferences,.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead span.preferences,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead span.preferences,.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead span.preferences,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span.preferences,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span.preferences,._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span.preferences,.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead span.preferences,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.preferences,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span.preferences,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.preferences,.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead span.preferences,._account_api .liveDashboard .list-results thead .sub-header .w-form label.preferences,._account_api .liveDashboard .list-results thead .sub-header .w-double-list label.preferences,.liveDashboard ._account_api .list-results thead .sub-header .w-form label.preferences,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list label.preferences,._account_api .sub-header .w-form .liveDashboard .list-results thead label.preferences,._account_api .sub-header .w-double-list .liveDashboard .list-results thead label.preferences,.sub-header .w-form .liveDashboard ._account_api .list-results thead label.preferences,.sub-header .w-double-list .liveDashboard ._account_api .list-results thead label.preferences,._account_api .liveDashboard .list-results thead .block-filters button.preferences:after,.liveDashboard ._account_api .list-results thead .block-filters button.preferences:after,._account_api .block-filters .liveDashboard .list-results thead button.preferences:after,.block-filters .liveDashboard ._account_api .list-results thead button.preferences:after,._account_api .liveDashboard .list-results thead .block-filters select.preferences:after,.liveDashboard ._account_api .list-results thead .block-filters select.preferences:after,._account_api .block-filters .liveDashboard .list-results thead select.preferences:after,.block-filters .liveDashboard ._account_api .list-results thead select.preferences:after,._account_api .liveDashboard .list-results thead .form-auto-list .preferences.form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .form-auto-list .preferences.form-auto-item.is-user-is-inactive,._account_api .form-auto-list .liveDashboard .list-results thead .preferences.form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard ._account_api .list-results thead .preferences.form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .form-auto-list .preferences.form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .form-auto-list .preferences.form-auto-item.is-user-is-active,._account_api .form-auto-list .liveDashboard .list-results thead .preferences.form-auto-item.is-user-is-active,.form-auto-list .liveDashboard ._account_api .list-results thead .preferences.form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .list-results-header .status.title span.preferences,.liveDashboard ._account_api .list-results thead .list-results-header .status.title span.preferences,._account_api .list-results-header .status.title .liveDashboard .list-results thead span.preferences,.list-results-header .status.title .liveDashboard ._account_api .list-results thead span.preferences,._account_api .liveDashboard .list-results thead tr span.preferences,.liveDashboard ._account_api .list-results thead tr span.preferences,._account_api .list-results thead .preferences.icon,._account_api .list-results thead .preferences.w-alert-banner:before,._account_api .liveDashboard .list-results thead .preferences.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .preferences.w-alert-banner:before,._account_api .list-results thead .preferences.w-alert-banner:before,._account_api .list-results thead .w-dialog.plus .preferences.dialog-aside:after,.w-dialog.plus ._account_api .list-results thead .preferences.dialog-aside:after,._account_api .list-results thead .w-toast .preferences.toast.plus:after,.w-toast ._account_api .list-results thead .preferences.toast.plus:after,._account_api .list-results thead .w-time-period .dropdown .w-selection .preferences.btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .preferences.btn-period-clear:before,._account_api .list-results thead .w-time-period .dropdown .w-selection .preferences.btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .preferences.btn-filter:before,._account_api .list-results thead .w-time-period .dropdown .w-selection .preferences.btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .preferences.btn-period-edit:before,._account_api .list-results thead .block-filters .preferences.btn-filter:before,.block-filters ._account_api .list-results thead .preferences.btn-filter:before,._account_api .list-results thead .toggleWrapper input.mobileToggle+label.preferences,.toggleWrapper ._account_api .list-results thead input.mobileToggle+label.preferences,._account_api .list-results thead tbody span.preferences.status,._account_api .list-results tbody thead span.preferences.status,._account_api .list-results thead tbody td.is-running span.preferences,._account_api .list-results tbody td.is-running thead span.preferences,._account_api .list-results thead tbody td.is-pending span.preferences,._account_api .list-results tbody td.is-pending thead span.preferences,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .preferences.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .preferences.dropdown-toggle:after,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .preferences.filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .preferences.filter,._account_api .list-results thead .form-label.status span.preferences,._account_api .list-results thead .status.status-log span.preferences,._account_api .list-results thead .status.status-report-item span.preferences,._account_api .list-results thead .double-list dd.status span.preferences,.double-list ._account_api .list-results thead dd.status span.preferences,._account_api .list-results thead .double-list dt.status span.preferences,.double-list ._account_api .list-results thead dt.status span.preferences,._account_api .list-results thead .w-cards-container .w-card .status.title span.preferences,.w-cards-container .w-card ._account_api .list-results thead .status.title span.preferences,._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.preferences,.w-cards-container .w-card.centered .w-value ._account_api .list-results thead .status.label span.preferences,._account_api .list-results thead tbody tr.sublist .status.title span.preferences,._account_api .list-results tbody tr.sublist thead .status.title span.preferences,.form-label.status ._account_api .list-results thead span.preferences,.status.status-log ._account_api .list-results thead span.preferences,.status.status-report-item ._account_api .list-results thead span.preferences,.double-list dd.status ._account_api .list-results thead span.preferences,.double-list dt.status ._account_api .list-results thead span.preferences,.w-cards-container .w-card .status.title ._account_api .list-results thead span.preferences,.w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.preferences,.list-results tbody tr.sublist .status.title ._account_api .list-results thead span.preferences,._account_api .list-results thead .w-filters-selected label.status.small span.preferences,.w-filters-selected label.status.small ._account_api .list-results thead span.preferences,._account_api .list-results thead .w-filters-selected .status.btn-f-s span.preferences,.w-filters-selected .status.btn-f-s ._account_api .list-results thead span.preferences,._account_api .list-results thead .sub-header .w-form label.preferences,._account_api .list-results thead .sub-header .w-double-list label.preferences,.sub-header .w-form ._account_api .list-results thead label.preferences,.sub-header .w-double-list ._account_api .list-results thead label.preferences,._account_api .list-results thead .block-filters button.preferences:after,.block-filters ._account_api .list-results thead button.preferences:after,._account_api .list-results thead .block-filters select.preferences:after,.block-filters ._account_api .list-results thead select.preferences:after,._account_api .list-results thead .form-auto-list .preferences.form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .list-results thead .preferences.form-auto-item.is-user-is-inactive,._account_api .list-results thead .form-auto-list .preferences.form-auto-item.is-user-is-active,.form-auto-list ._account_api .list-results thead .preferences.form-auto-item.is-user-is-active,._account_api .list-results thead .list-results-header .status.title span.preferences,.list-results-header .status.title ._account_api .list-results thead span.preferences,._account_api .list-results thead tr span.preferences,.liveDashboard ._account_api .list-results thead .preferences.icon,.liveDashboard ._account_api .list-results thead .preferences.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .preferences.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .preferences.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-dialog.plus .preferences.dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .preferences.dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-toast .preferences.toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .preferences.toast.plus:after,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .preferences.btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .preferences.btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .preferences.btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .preferences.btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .preferences.btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .preferences.btn-period-edit:before,.liveDashboard ._account_api .list-results thead .block-filters .preferences.btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .preferences.btn-filter:before,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label.preferences,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label.preferences,.liveDashboard ._account_api .list-results thead tbody span.preferences.status,.liveDashboard ._account_api .list-results tbody thead span.preferences.status,.liveDashboard ._account_api .list-results thead tbody td.is-running span.preferences,.liveDashboard ._account_api .list-results tbody td.is-running thead span.preferences,.liveDashboard ._account_api .list-results thead tbody td.is-pending span.preferences,.liveDashboard ._account_api .list-results tbody td.is-pending thead span.preferences,._account_api .liveDashboard .list-results thead .preferences.icon,._account_api .liveDashboard .list-results thead .preferences.w-alert-banner:before,._account_api .liveDashboard .list-results thead .preferences.w-alert-banner:before,._account_api .liveDashboard .list-results thead .preferences.w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-dialog.plus .preferences.dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .preferences.dialog-aside:after,._account_api .liveDashboard .list-results thead .w-toast .preferences.toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .preferences.toast.plus:after,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .preferences.btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .preferences.btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .preferences.btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .preferences.btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .preferences.btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .preferences.btn-period-edit:before,._account_api .liveDashboard .list-results thead .block-filters .preferences.btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .preferences.btn-filter:before,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.preferences,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label.preferences,._account_api .liveDashboard .list-results thead tbody span.preferences.status,._account_api .liveDashboard .list-results tbody thead span.preferences.status,._account_api .liveDashboard .list-results thead tbody td.is-running span.preferences,._account_api .liveDashboard .list-results tbody td.is-running thead span.preferences,._account_api .liveDashboard .list-results thead tbody td.is-pending span.preferences,._account_api .liveDashboard .list-results tbody td.is-pending thead span.preferences,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .preferences.dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .preferences.dropdown-toggle:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .preferences.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .preferences.dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .preferences.filter,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .preferences.filter,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .preferences.filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .preferences.filter,.liveDashboard ._account_api .list-results thead .form-label.status span.preferences,.liveDashboard ._account_api .list-results thead .status.status-log span.preferences,.liveDashboard ._account_api .list-results thead .status.status-report-item span.preferences,.liveDashboard ._account_api .list-results thead .double-list dd.status span.preferences,.double-list .liveDashboard ._account_api .list-results thead dd.status span.preferences,.liveDashboard ._account_api .list-results thead .double-list dt.status span.preferences,.double-list .liveDashboard ._account_api .list-results thead dt.status span.preferences,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span.preferences,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title span.preferences,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.preferences,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label span.preferences,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span.preferences,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span.preferences,._account_api .liveDashboard .list-results thead .form-label.status span.preferences,._account_api .liveDashboard .list-results thead .status.status-log span.preferences,._account_api .liveDashboard .list-results thead .status.status-report-item span.preferences,._account_api .liveDashboard .list-results thead .double-list dd.status span.preferences,.double-list ._account_api .liveDashboard .list-results thead dd.status span.preferences,._account_api .liveDashboard .list-results thead .double-list dt.status span.preferences,.double-list ._account_api .liveDashboard .list-results thead dt.status span.preferences,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span.preferences,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title span.preferences,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.preferences,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label span.preferences,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span.preferences,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span.preferences,.liveDashboard .form-label.status ._account_api .list-results thead span.preferences,.liveDashboard .status.status-log ._account_api .list-results thead span.preferences,.liveDashboard .status.status-report-item ._account_api .list-results thead span.preferences,.liveDashboard .double-list dd.status ._account_api .list-results thead span.preferences,.double-list .liveDashboard dd.status ._account_api .list-results thead span.preferences,.liveDashboard .double-list dt.status ._account_api .list-results thead span.preferences,.double-list .liveDashboard dt.status ._account_api .list-results thead span.preferences,.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span.preferences,.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead span.preferences,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.preferences,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead span.preferences,.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span.preferences,.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead span.preferences,.form-label.status ._account_api .liveDashboard .list-results thead span.preferences,.status.status-log ._account_api .liveDashboard .list-results thead span.preferences,.status.status-report-item ._account_api .liveDashboard .list-results thead span.preferences,.double-list dd.status ._account_api .liveDashboard .list-results thead span.preferences,.double-list dt.status ._account_api .liveDashboard .list-results thead span.preferences,.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead span.preferences,.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead span.preferences,.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead span.preferences,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span.preferences,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span.preferences,.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span.preferences,.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead span.preferences,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span.preferences,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.preferences,.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span.preferences,.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead span.preferences,.liveDashboard ._account_api .list-results thead .sub-header .w-form label.preferences,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list label.preferences,._account_api .liveDashboard .list-results thead .sub-header .w-form label.preferences,._account_api .liveDashboard .list-results thead .sub-header .w-double-list label.preferences,.liveDashboard .sub-header .w-form ._account_api .list-results thead label.preferences,.liveDashboard .sub-header .w-double-list ._account_api .list-results thead label.preferences,.sub-header .w-form ._account_api .liveDashboard .list-results thead label.preferences,.sub-header .w-double-list ._account_api .liveDashboard .list-results thead label.preferences,.liveDashboard ._account_api .list-results thead .block-filters button.preferences:after,._account_api .liveDashboard .list-results thead .block-filters button.preferences:after,.liveDashboard .block-filters ._account_api .list-results thead button.preferences:after,.block-filters ._account_api .liveDashboard .list-results thead button.preferences:after,.liveDashboard ._account_api .list-results thead .block-filters select.preferences:after,._account_api .liveDashboard .list-results thead .block-filters select.preferences:after,.liveDashboard .block-filters ._account_api .list-results thead select.preferences:after,.block-filters ._account_api .liveDashboard .list-results thead select.preferences:after,.liveDashboard ._account_api .list-results thead .form-auto-list .preferences.form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .form-auto-list .preferences.form-auto-item.is-user-is-inactive,.liveDashboard .form-auto-list ._account_api .list-results thead .preferences.form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .liveDashboard .list-results thead .preferences.form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .form-auto-list .preferences.form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .form-auto-list .preferences.form-auto-item.is-user-is-active,.liveDashboard .form-auto-list ._account_api .list-results thead .preferences.form-auto-item.is-user-is-active,.form-auto-list ._account_api .liveDashboard .list-results thead .preferences.form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .list-results-header .status.title span.preferences,._account_api .liveDashboard .list-results thead .list-results-header .status.title span.preferences,.liveDashboard .list-results-header .status.title ._account_api .list-results thead span.preferences,.list-results-header .status.title ._account_api .liveDashboard .list-results thead span.preferences,.liveDashboard ._account_api .list-results thead tr span.preferences,._account_api .liveDashboard .list-results thead tr span.preferences,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .preferences.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .preferences.dropdown-toggle:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .preferences.filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .preferences.filter,._account_api .form-label.status .liveDashboard .list-results thead span.preferences,._account_api .status.status-log .liveDashboard .list-results thead span.preferences,._account_api .status.status-report-item .liveDashboard .list-results thead span.preferences,._account_api .double-list dd.status .liveDashboard .list-results thead span.preferences,.double-list ._account_api dd.status .liveDashboard .list-results thead span.preferences,._account_api .double-list dt.status .liveDashboard .list-results thead span.preferences,.double-list ._account_api dt.status .liveDashboard .list-results thead span.preferences,._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span.preferences,.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead span.preferences,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.preferences,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead span.preferences,._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.preferences,.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead span.preferences,.form-label.status .liveDashboard ._account_api .list-results thead span.preferences,.status.status-log .liveDashboard ._account_api .list-results thead span.preferences,.status.status-report-item .liveDashboard ._account_api .list-results thead span.preferences,.double-list dd.status .liveDashboard ._account_api .list-results thead span.preferences,.double-list dt.status .liveDashboard ._account_api .list-results thead span.preferences,.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead span.preferences,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead span.preferences,.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead span.preferences,._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span.preferences,.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead span.preferences,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.preferences,.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead span.preferences,._account_api .sub-header .w-form .liveDashboard .list-results thead label.preferences,._account_api .sub-header .w-double-list .liveDashboard .list-results thead label.preferences,.sub-header .w-form .liveDashboard ._account_api .list-results thead label.preferences,.sub-header .w-double-list .liveDashboard ._account_api .list-results thead label.preferences,._account_api .block-filters .liveDashboard .list-results thead button.preferences:after,.block-filters .liveDashboard ._account_api .list-results thead button.preferences:after,._account_api .block-filters .liveDashboard .list-results thead select.preferences:after,.block-filters .liveDashboard ._account_api .list-results thead select.preferences:after,._account_api .form-auto-list .liveDashboard .list-results thead .preferences.form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard ._account_api .list-results thead .preferences.form-auto-item.is-user-is-inactive,._account_api .form-auto-list .liveDashboard .list-results thead .preferences.form-auto-item.is-user-is-active,.form-auto-list .liveDashboard ._account_api .list-results thead .preferences.form-auto-item.is-user-is-active,._account_api .list-results-header .status.title .liveDashboard .list-results thead span.preferences,.list-results-header .status.title .liveDashboard ._account_api .list-results thead span.preferences,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .preferences.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .preferences.dropdown-toggle:after,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .preferences.filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .preferences.filter,._account_api .list-results thead .form-label.status span.preferences,._account_api .list-results thead .status.status-log span.preferences,._account_api .list-results thead .status.status-report-item span.preferences,._account_api .list-results thead .double-list dd.status span.preferences,.double-list ._account_api .list-results thead dd.status span.preferences,._account_api .list-results thead .double-list dt.status span.preferences,.double-list ._account_api .list-results thead dt.status span.preferences,._account_api .list-results thead .w-cards-container .w-card .status.title span.preferences,.w-cards-container .w-card ._account_api .list-results thead .status.title span.preferences,._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.preferences,.w-cards-container .w-card.centered .w-value ._account_api .list-results thead .status.label span.preferences,._account_api .list-results thead tbody tr.sublist .status.title span.preferences,._account_api .list-results tbody tr.sublist thead .status.title span.preferences,.form-label.status ._account_api .list-results thead span.preferences,.status.status-log ._account_api .list-results thead span.preferences,.status.status-report-item ._account_api .list-results thead span.preferences,.double-list dd.status ._account_api .list-results thead span.preferences,.double-list dt.status ._account_api .list-results thead span.preferences,.w-cards-container .w-card .status.title ._account_api .list-results thead span.preferences,.w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.preferences,.list-results tbody tr.sublist .status.title ._account_api .list-results thead span.preferences,._account_api .list-results thead .w-filters-selected label.status.small span.preferences,.w-filters-selected label.status.small ._account_api .list-results thead span.preferences,._account_api .list-results thead .w-filters-selected .status.btn-f-s span.preferences,.w-filters-selected .status.btn-f-s ._account_api .list-results thead span.preferences,._account_api .list-results thead .sub-header .w-form label.preferences,._account_api .list-results thead .sub-header .w-double-list label.preferences,.sub-header .w-form ._account_api .list-results thead label.preferences,.sub-header .w-double-list ._account_api .list-results thead label.preferences,._account_api .list-results thead .block-filters button.preferences:after,.block-filters ._account_api .list-results thead button.preferences:after,._account_api .list-results thead .block-filters select.preferences:after,.block-filters ._account_api .list-results thead select.preferences:after,._account_api .list-results thead .form-auto-list .preferences.form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .list-results thead .preferences.form-auto-item.is-user-is-inactive,._account_api .list-results thead .form-auto-list .preferences.form-auto-item.is-user-is-active,.form-auto-list ._account_api .list-results thead .preferences.form-auto-item.is-user-is-active,._account_api .list-results thead .list-results-header .status.title span.preferences,.list-results-header .status.title ._account_api .list-results thead span.preferences,._account_api .list-results thead tr span.preferences,.sidebar-default.sidebar-default-right .sidebar-default-body .filter-group .preferences.filter-checkbox,.add-filters-dropdown .w-add-filters-list>div.filter-group .preferences.filter-checkbox,.filter-preset .filter-field-name button.preferences,.button-default.back,.liveDashboard .list-results thead .back.icon,.liveDashboard .list-results thead .back.w-alert-banner:before,.liveDashboard .list-results thead .back.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .back.w-alert-banner:before,._account_api .liveDashboard .list-results thead .back.w-alert-banner:before,.liveDashboard .list-results thead .w-dialog.plus .back.dialog-aside:after,.w-dialog.plus .liveDashboard .list-results thead .back.dialog-aside:after,.liveDashboard .list-results thead .w-toast .back.toast.plus:after,.w-toast .liveDashboard .list-results thead .back.toast.plus:after,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .back.btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .back.btn-period-clear:before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .back.btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .back.btn-filter:before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .back.btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .back.btn-period-edit:before,.liveDashboard .list-results thead .block-filters .back.btn-filter:before,.block-filters .liveDashboard .list-results thead .back.btn-filter:before,.liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.back,.toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label.back,.liveDashboard .list-results thead tbody span.back.status,.liveDashboard .list-results tbody thead span.back.status,.liveDashboard .list-results thead tbody td.is-running span.back,.liveDashboard .list-results tbody td.is-running thead span.back,.liveDashboard .list-results thead tbody td.is-pending span.back,.liveDashboard .list-results tbody td.is-pending thead span.back,.liveDashboard .list-results thead .back.icon,.liveDashboard .list-results thead .back.w-alert-banner:before,.liveDashboard .list-results thead .back.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .back.w-alert-banner:before,._account_api .liveDashboard .list-results thead .back.w-alert-banner:before,.liveDashboard .list-results thead .w-dialog.plus .back.dialog-aside:after,.w-dialog.plus .liveDashboard .list-results thead .back.dialog-aside:after,.liveDashboard .list-results thead .w-toast .back.toast.plus:after,.w-toast .liveDashboard .list-results thead .back.toast.plus:after,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .back.btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .back.btn-period-clear:before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .back.btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .back.btn-filter:before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .back.btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .back.btn-period-edit:before,.liveDashboard .list-results thead .block-filters .back.btn-filter:before,.block-filters .liveDashboard .list-results thead .back.btn-filter:before,.liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.back,.toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label.back,.liveDashboard .list-results thead tbody span.back.status,.liveDashboard .list-results tbody thead span.back.status,.liveDashboard .list-results thead tbody td.is-running span.back,.liveDashboard .list-results tbody td.is-running thead span.back,.liveDashboard .list-results thead tbody td.is-pending span.back,.liveDashboard .list-results tbody td.is-pending thead span.back,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .back.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .back.dropdown-toggle:after,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .back.filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .back.filter,.liveDashboard .list-results thead .form-label.status span.back,.liveDashboard .list-results thead .status.status-log span.back,.liveDashboard .list-results thead .status.status-report-item span.back,.liveDashboard .list-results thead .double-list dd.status span.back,.double-list .liveDashboard .list-results thead dd.status span.back,.liveDashboard .list-results thead .double-list dt.status span.back,.double-list .liveDashboard .list-results thead dt.status span.back,.liveDashboard .list-results thead .w-cards-container .w-card .status.title span.back,.w-cards-container .w-card .liveDashboard .list-results thead .status.title span.back,.liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.back,.w-cards-container .w-card.centered .w-value .liveDashboard .list-results thead .status.label span.back,.liveDashboard .list-results thead tbody tr.sublist .status.title span.back,.liveDashboard .list-results tbody tr.sublist thead .status.title span.back,.form-label.status .liveDashboard .list-results thead span.back,.status.status-log .liveDashboard .list-results thead span.back,.status.status-report-item .liveDashboard .list-results thead span.back,.double-list dd.status .liveDashboard .list-results thead span.back,.double-list dt.status .liveDashboard .list-results thead span.back,.w-cards-container .w-card .status.title .liveDashboard .list-results thead span.back,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.back,.list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.back,.liveDashboard .list-results thead .w-filters-selected label.status.small span.back,.w-filters-selected label.status.small .liveDashboard .list-results thead span.back,.liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.back,.w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.back,.liveDashboard .list-results thead .sub-header .w-form label.back,.liveDashboard .list-results thead .sub-header .w-double-list label.back,.sub-header .w-form .liveDashboard .list-results thead label.back,.sub-header .w-double-list .liveDashboard .list-results thead label.back,.liveDashboard .list-results thead .block-filters button.back:after,.block-filters .liveDashboard .list-results thead button.back:after,.liveDashboard .list-results thead .block-filters select.back:after,.block-filters .liveDashboard .list-results thead select.back:after,.liveDashboard .list-results thead .form-auto-list .back.form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard .list-results thead .back.form-auto-item.is-user-is-inactive,.liveDashboard .list-results thead .form-auto-list .back.form-auto-item.is-user-is-active,.form-auto-list .liveDashboard .list-results thead .back.form-auto-item.is-user-is-active,.liveDashboard .list-results thead .list-results-header .status.title span.back,.list-results-header .status.title .liveDashboard .list-results thead span.back,.liveDashboard .list-results thead tr span.back,.liveDashboard ._account_api .list-results thead .back.icon,.liveDashboard ._account_api .list-results thead .back.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .back.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .back.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-dialog.plus .back.dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .back.dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-toast .back.toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .back.toast.plus:after,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .back.btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .back.btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .back.btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .back.btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .back.btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .back.btn-period-edit:before,.liveDashboard ._account_api .list-results thead .block-filters .back.btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .back.btn-filter:before,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label.back,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label.back,.liveDashboard ._account_api .list-results thead tbody span.back.status,.liveDashboard ._account_api .list-results tbody thead span.back.status,.liveDashboard ._account_api .list-results thead tbody td.is-running span.back,.liveDashboard ._account_api .list-results tbody td.is-running thead span.back,.liveDashboard ._account_api .list-results thead tbody td.is-pending span.back,.liveDashboard ._account_api .list-results tbody td.is-pending thead span.back,._account_api .liveDashboard .list-results thead .back.icon,._account_api .liveDashboard .list-results thead .back.w-alert-banner:before,._account_api .liveDashboard .list-results thead .back.w-alert-banner:before,._account_api .liveDashboard .list-results thead .back.w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-dialog.plus .back.dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .back.dialog-aside:after,._account_api .liveDashboard .list-results thead .w-toast .back.toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .back.toast.plus:after,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .back.btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .back.btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .back.btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .back.btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .back.btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .back.btn-period-edit:before,._account_api .liveDashboard .list-results thead .block-filters .back.btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .back.btn-filter:before,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.back,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label.back,._account_api .liveDashboard .list-results thead tbody span.back.status,._account_api .liveDashboard .list-results tbody thead span.back.status,._account_api .liveDashboard .list-results thead tbody td.is-running span.back,._account_api .liveDashboard .list-results tbody td.is-running thead span.back,._account_api .liveDashboard .list-results thead tbody td.is-pending span.back,._account_api .liveDashboard .list-results tbody td.is-pending thead span.back,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .back.dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .back.dropdown-toggle:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .back.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .back.dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .back.filter,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .back.filter,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .back.filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .back.filter,.liveDashboard ._account_api .list-results thead .form-label.status span.back,.liveDashboard ._account_api .list-results thead .status.status-log span.back,.liveDashboard ._account_api .list-results thead .status.status-report-item span.back,.liveDashboard ._account_api .list-results thead .double-list dd.status span.back,.double-list .liveDashboard ._account_api .list-results thead dd.status span.back,.liveDashboard ._account_api .list-results thead .double-list dt.status span.back,.double-list .liveDashboard ._account_api .list-results thead dt.status span.back,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span.back,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title span.back,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.back,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label span.back,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span.back,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span.back,._account_api .liveDashboard .list-results thead .form-label.status span.back,._account_api .liveDashboard .list-results thead .status.status-log span.back,._account_api .liveDashboard .list-results thead .status.status-report-item span.back,._account_api .liveDashboard .list-results thead .double-list dd.status span.back,.double-list ._account_api .liveDashboard .list-results thead dd.status span.back,._account_api .liveDashboard .list-results thead .double-list dt.status span.back,.double-list ._account_api .liveDashboard .list-results thead dt.status span.back,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span.back,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title span.back,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.back,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label span.back,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span.back,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span.back,.liveDashboard .form-label.status ._account_api .list-results thead span.back,.liveDashboard .status.status-log ._account_api .list-results thead span.back,.liveDashboard .status.status-report-item ._account_api .list-results thead span.back,.liveDashboard .double-list dd.status ._account_api .list-results thead span.back,.double-list .liveDashboard dd.status ._account_api .list-results thead span.back,.liveDashboard .double-list dt.status ._account_api .list-results thead span.back,.double-list .liveDashboard dt.status ._account_api .list-results thead span.back,.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span.back,.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead span.back,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.back,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead span.back,.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span.back,.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead span.back,.form-label.status ._account_api .liveDashboard .list-results thead span.back,.status.status-log ._account_api .liveDashboard .list-results thead span.back,.status.status-report-item ._account_api .liveDashboard .list-results thead span.back,.double-list dd.status ._account_api .liveDashboard .list-results thead span.back,.double-list dt.status ._account_api .liveDashboard .list-results thead span.back,.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead span.back,.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead span.back,.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead span.back,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span.back,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span.back,.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span.back,.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead span.back,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span.back,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.back,.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span.back,.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead span.back,.liveDashboard ._account_api .list-results thead .sub-header .w-form label.back,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list label.back,._account_api .liveDashboard .list-results thead .sub-header .w-form label.back,._account_api .liveDashboard .list-results thead .sub-header .w-double-list label.back,.liveDashboard .sub-header .w-form ._account_api .list-results thead label.back,.liveDashboard .sub-header .w-double-list ._account_api .list-results thead label.back,.sub-header .w-form ._account_api .liveDashboard .list-results thead label.back,.sub-header .w-double-list ._account_api .liveDashboard .list-results thead label.back,.liveDashboard ._account_api .list-results thead .block-filters button.back:after,._account_api .liveDashboard .list-results thead .block-filters button.back:after,.liveDashboard .block-filters ._account_api .list-results thead button.back:after,.block-filters ._account_api .liveDashboard .list-results thead button.back:after,.liveDashboard ._account_api .list-results thead .block-filters select.back:after,._account_api .liveDashboard .list-results thead .block-filters select.back:after,.liveDashboard .block-filters ._account_api .list-results thead select.back:after,.block-filters ._account_api .liveDashboard .list-results thead select.back:after,.liveDashboard ._account_api .list-results thead .form-auto-list .back.form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .form-auto-list .back.form-auto-item.is-user-is-inactive,.liveDashboard .form-auto-list ._account_api .list-results thead .back.form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .liveDashboard .list-results thead .back.form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .form-auto-list .back.form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .form-auto-list .back.form-auto-item.is-user-is-active,.liveDashboard .form-auto-list ._account_api .list-results thead .back.form-auto-item.is-user-is-active,.form-auto-list ._account_api .liveDashboard .list-results thead .back.form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .list-results-header .status.title span.back,._account_api .liveDashboard .list-results thead .list-results-header .status.title span.back,.liveDashboard .list-results-header .status.title ._account_api .list-results thead span.back,.list-results-header .status.title ._account_api .liveDashboard .list-results thead span.back,.liveDashboard ._account_api .list-results thead tr span.back,._account_api .liveDashboard .list-results thead tr span.back,.liveDashboard ._account_api .list-results thead .back.icon,.liveDashboard ._account_api .list-results thead .back.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .back.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .back.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-dialog.plus .back.dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .back.dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-toast .back.toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .back.toast.plus:after,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .back.btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .back.btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .back.btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .back.btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .back.btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .back.btn-period-edit:before,.liveDashboard ._account_api .list-results thead .block-filters .back.btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .back.btn-filter:before,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label.back,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label.back,.liveDashboard ._account_api .list-results thead tbody span.back.status,.liveDashboard ._account_api .list-results tbody thead span.back.status,.liveDashboard ._account_api .list-results thead tbody td.is-running span.back,.liveDashboard ._account_api .list-results tbody td.is-running thead span.back,.liveDashboard ._account_api .list-results thead tbody td.is-pending span.back,.liveDashboard ._account_api .list-results tbody td.is-pending thead span.back,._account_api .liveDashboard .list-results thead .back.icon,._account_api .liveDashboard .list-results thead .back.w-alert-banner:before,._account_api .liveDashboard .list-results thead .back.w-alert-banner:before,._account_api .liveDashboard .list-results thead .back.w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-dialog.plus .back.dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .back.dialog-aside:after,._account_api .liveDashboard .list-results thead .w-toast .back.toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .back.toast.plus:after,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .back.btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .back.btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .back.btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .back.btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .back.btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .back.btn-period-edit:before,._account_api .liveDashboard .list-results thead .block-filters .back.btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .back.btn-filter:before,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.back,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label.back,._account_api .liveDashboard .list-results thead tbody span.back.status,._account_api .liveDashboard .list-results tbody thead span.back.status,._account_api .liveDashboard .list-results thead tbody td.is-running span.back,._account_api .liveDashboard .list-results tbody td.is-running thead span.back,._account_api .liveDashboard .list-results thead tbody td.is-pending span.back,._account_api .liveDashboard .list-results tbody td.is-pending thead span.back,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .back.dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .back.dropdown-toggle:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .back.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .back.dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .back.filter,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .back.filter,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .back.filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .back.filter,.liveDashboard ._account_api .list-results thead .form-label.status span.back,.liveDashboard ._account_api .list-results thead .status.status-log span.back,.liveDashboard ._account_api .list-results thead .status.status-report-item span.back,.liveDashboard ._account_api .list-results thead .double-list dd.status span.back,.double-list .liveDashboard ._account_api .list-results thead dd.status span.back,.liveDashboard ._account_api .list-results thead .double-list dt.status span.back,.double-list .liveDashboard ._account_api .list-results thead dt.status span.back,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span.back,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title span.back,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.back,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label span.back,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span.back,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span.back,._account_api .liveDashboard .list-results thead .form-label.status span.back,._account_api .liveDashboard .list-results thead .status.status-log span.back,._account_api .liveDashboard .list-results thead .status.status-report-item span.back,._account_api .liveDashboard .list-results thead .double-list dd.status span.back,.double-list ._account_api .liveDashboard .list-results thead dd.status span.back,._account_api .liveDashboard .list-results thead .double-list dt.status span.back,.double-list ._account_api .liveDashboard .list-results thead dt.status span.back,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span.back,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title span.back,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.back,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label span.back,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span.back,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span.back,.liveDashboard .form-label.status ._account_api .list-results thead span.back,.liveDashboard .status.status-log ._account_api .list-results thead span.back,.liveDashboard .status.status-report-item ._account_api .list-results thead span.back,.liveDashboard .double-list dd.status ._account_api .list-results thead span.back,.double-list .liveDashboard dd.status ._account_api .list-results thead span.back,.liveDashboard .double-list dt.status ._account_api .list-results thead span.back,.double-list .liveDashboard dt.status ._account_api .list-results thead span.back,.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span.back,.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead span.back,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.back,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead span.back,.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span.back,.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead span.back,.form-label.status ._account_api .liveDashboard .list-results thead span.back,.status.status-log ._account_api .liveDashboard .list-results thead span.back,.status.status-report-item ._account_api .liveDashboard .list-results thead span.back,.double-list dd.status ._account_api .liveDashboard .list-results thead span.back,.double-list dt.status ._account_api .liveDashboard .list-results thead span.back,.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead span.back,.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead span.back,.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead span.back,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span.back,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span.back,.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span.back,.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead span.back,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span.back,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.back,.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span.back,.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead span.back,.liveDashboard ._account_api .list-results thead .sub-header .w-form label.back,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list label.back,._account_api .liveDashboard .list-results thead .sub-header .w-form label.back,._account_api .liveDashboard .list-results thead .sub-header .w-double-list label.back,.liveDashboard .sub-header .w-form ._account_api .list-results thead label.back,.liveDashboard .sub-header .w-double-list ._account_api .list-results thead label.back,.sub-header .w-form ._account_api .liveDashboard .list-results thead label.back,.sub-header .w-double-list ._account_api .liveDashboard .list-results thead label.back,.liveDashboard ._account_api .list-results thead .block-filters button.back:after,._account_api .liveDashboard .list-results thead .block-filters button.back:after,.liveDashboard .block-filters ._account_api .list-results thead button.back:after,.block-filters ._account_api .liveDashboard .list-results thead button.back:after,.liveDashboard ._account_api .list-results thead .block-filters select.back:after,._account_api .liveDashboard .list-results thead .block-filters select.back:after,.liveDashboard .block-filters ._account_api .list-results thead select.back:after,.block-filters ._account_api .liveDashboard .list-results thead select.back:after,.liveDashboard ._account_api .list-results thead .form-auto-list .back.form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .form-auto-list .back.form-auto-item.is-user-is-inactive,.liveDashboard .form-auto-list ._account_api .list-results thead .back.form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .liveDashboard .list-results thead .back.form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .form-auto-list .back.form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .form-auto-list .back.form-auto-item.is-user-is-active,.liveDashboard .form-auto-list ._account_api .list-results thead .back.form-auto-item.is-user-is-active,.form-auto-list ._account_api .liveDashboard .list-results thead .back.form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .list-results-header .status.title span.back,._account_api .liveDashboard .list-results thead .list-results-header .status.title span.back,.liveDashboard .list-results-header .status.title ._account_api .list-results thead span.back,.list-results-header .status.title ._account_api .liveDashboard .list-results thead span.back,.liveDashboard ._account_api .list-results thead tr span.back,._account_api .liveDashboard .list-results thead tr span.back,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .back.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .back.dropdown-toggle:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .back.filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .back.filter,._account_api .form-label.status .liveDashboard .list-results thead span.back,._account_api .status.status-log .liveDashboard .list-results thead span.back,._account_api .status.status-report-item .liveDashboard .list-results thead span.back,._account_api .double-list dd.status .liveDashboard .list-results thead span.back,.double-list ._account_api dd.status .liveDashboard .list-results thead span.back,._account_api .double-list dt.status .liveDashboard .list-results thead span.back,.double-list ._account_api dt.status .liveDashboard .list-results thead span.back,._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span.back,.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead span.back,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.back,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead span.back,._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.back,.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead span.back,.form-label.status .liveDashboard ._account_api .list-results thead span.back,.status.status-log .liveDashboard ._account_api .list-results thead span.back,.status.status-report-item .liveDashboard ._account_api .list-results thead span.back,.double-list dd.status .liveDashboard ._account_api .list-results thead span.back,.double-list dt.status .liveDashboard ._account_api .list-results thead span.back,.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead span.back,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead span.back,.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead span.back,._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span.back,.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead span.back,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.back,.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead span.back,._account_api .sub-header .w-form .liveDashboard .list-results thead label.back,._account_api .sub-header .w-double-list .liveDashboard .list-results thead label.back,.sub-header .w-form .liveDashboard ._account_api .list-results thead label.back,.sub-header .w-double-list .liveDashboard ._account_api .list-results thead label.back,._account_api .block-filters .liveDashboard .list-results thead button.back:after,.block-filters .liveDashboard ._account_api .list-results thead button.back:after,._account_api .block-filters .liveDashboard .list-results thead select.back:after,.block-filters .liveDashboard ._account_api .list-results thead select.back:after,._account_api .form-auto-list .liveDashboard .list-results thead .back.form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard ._account_api .list-results thead .back.form-auto-item.is-user-is-inactive,._account_api .form-auto-list .liveDashboard .list-results thead .back.form-auto-item.is-user-is-active,.form-auto-list .liveDashboard ._account_api .list-results thead .back.form-auto-item.is-user-is-active,._account_api .list-results-header .status.title .liveDashboard .list-results thead span.back,.list-results-header .status.title .liveDashboard ._account_api .list-results thead span.back,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .back.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .back.dropdown-toggle:after,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .back.filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .back.filter,.liveDashboard .list-results thead .form-label.status span.back,.liveDashboard .list-results thead .status.status-log span.back,.liveDashboard .list-results thead .status.status-report-item span.back,.liveDashboard .list-results thead .double-list dd.status span.back,.double-list .liveDashboard .list-results thead dd.status span.back,.liveDashboard .list-results thead .double-list dt.status span.back,.double-list .liveDashboard .list-results thead dt.status span.back,.liveDashboard .list-results thead .w-cards-container .w-card .status.title span.back,.w-cards-container .w-card .liveDashboard .list-results thead .status.title span.back,.liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.back,.w-cards-container .w-card.centered .w-value .liveDashboard .list-results thead .status.label span.back,.liveDashboard .list-results thead tbody tr.sublist .status.title span.back,.liveDashboard .list-results tbody tr.sublist thead .status.title span.back,.form-label.status .liveDashboard .list-results thead span.back,.status.status-log .liveDashboard .list-results thead span.back,.status.status-report-item .liveDashboard .list-results thead span.back,.double-list dd.status .liveDashboard .list-results thead span.back,.double-list dt.status .liveDashboard .list-results thead span.back,.w-cards-container .w-card .status.title .liveDashboard .list-results thead span.back,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.back,.list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.back,.liveDashboard .list-results thead .w-filters-selected label.status.small span.back,.w-filters-selected label.status.small .liveDashboard .list-results thead span.back,.liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.back,.w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.back,.liveDashboard .list-results thead .sub-header .w-form label.back,.liveDashboard .list-results thead .sub-header .w-double-list label.back,.sub-header .w-form .liveDashboard .list-results thead label.back,.sub-header .w-double-list .liveDashboard .list-results thead label.back,.liveDashboard .list-results thead .block-filters button.back:after,.block-filters .liveDashboard .list-results thead button.back:after,.liveDashboard .list-results thead .block-filters select.back:after,.block-filters .liveDashboard .list-results thead select.back:after,.liveDashboard .list-results thead .form-auto-list .back.form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard .list-results thead .back.form-auto-item.is-user-is-inactive,.liveDashboard .list-results thead .form-auto-list .back.form-auto-item.is-user-is-active,.form-auto-list .liveDashboard .list-results thead .back.form-auto-item.is-user-is-active,.liveDashboard .list-results thead .list-results-header .status.title span.back,.list-results-header .status.title .liveDashboard .list-results thead span.back,.liveDashboard .list-results thead tr span.back,._account_api .list-results thead .back.icon,._account_api .list-results thead .back.w-alert-banner:before,._account_api .liveDashboard .list-results thead .back.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .back.w-alert-banner:before,._account_api .list-results thead .back.w-alert-banner:before,._account_api .list-results thead .w-dialog.plus .back.dialog-aside:after,.w-dialog.plus ._account_api .list-results thead .back.dialog-aside:after,._account_api .list-results thead .w-toast .back.toast.plus:after,.w-toast ._account_api .list-results thead .back.toast.plus:after,._account_api .list-results thead .w-time-period .dropdown .w-selection .back.btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .back.btn-period-clear:before,._account_api .list-results thead .w-time-period .dropdown .w-selection .back.btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .back.btn-filter:before,._account_api .list-results thead .w-time-period .dropdown .w-selection .back.btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .back.btn-period-edit:before,._account_api .list-results thead .block-filters .back.btn-filter:before,.block-filters ._account_api .list-results thead .back.btn-filter:before,._account_api .list-results thead .toggleWrapper input.mobileToggle+label.back,.toggleWrapper ._account_api .list-results thead input.mobileToggle+label.back,._account_api .list-results thead tbody span.back.status,._account_api .list-results tbody thead span.back.status,._account_api .list-results thead tbody td.is-running span.back,._account_api .list-results tbody td.is-running thead span.back,._account_api .list-results thead tbody td.is-pending span.back,._account_api .list-results tbody td.is-pending thead span.back,._account_api .liveDashboard .list-results thead .back.icon,._account_api .liveDashboard .list-results thead .back.w-alert-banner:before,._account_api .liveDashboard .list-results thead .back.w-alert-banner:before,._account_api .liveDashboard .list-results thead .back.w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-dialog.plus .back.dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .back.dialog-aside:after,._account_api .liveDashboard .list-results thead .w-toast .back.toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .back.toast.plus:after,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .back.btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .back.btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .back.btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .back.btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .back.btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .back.btn-period-edit:before,._account_api .liveDashboard .list-results thead .block-filters .back.btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .back.btn-filter:before,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.back,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label.back,._account_api .liveDashboard .list-results thead tbody span.back.status,._account_api .liveDashboard .list-results tbody thead span.back.status,._account_api .liveDashboard .list-results thead tbody td.is-running span.back,._account_api .liveDashboard .list-results tbody td.is-running thead span.back,._account_api .liveDashboard .list-results thead tbody td.is-pending span.back,._account_api .liveDashboard .list-results tbody td.is-pending thead span.back,.liveDashboard ._account_api .list-results thead .back.icon,.liveDashboard ._account_api .list-results thead .back.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .back.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .back.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-dialog.plus .back.dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .back.dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-toast .back.toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .back.toast.plus:after,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .back.btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .back.btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .back.btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .back.btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .back.btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .back.btn-period-edit:before,.liveDashboard ._account_api .list-results thead .block-filters .back.btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .back.btn-filter:before,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label.back,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label.back,.liveDashboard ._account_api .list-results thead tbody span.back.status,.liveDashboard ._account_api .list-results tbody thead span.back.status,.liveDashboard ._account_api .list-results thead tbody td.is-running span.back,.liveDashboard ._account_api .list-results tbody td.is-running thead span.back,.liveDashboard ._account_api .list-results thead tbody td.is-pending span.back,.liveDashboard ._account_api .list-results tbody td.is-pending thead span.back,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .back.dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .back.dropdown-toggle:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .back.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .back.dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .back.filter,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .back.filter,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .back.filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .back.filter,._account_api .liveDashboard .list-results thead .form-label.status span.back,._account_api .liveDashboard .list-results thead .status.status-log span.back,._account_api .liveDashboard .list-results thead .status.status-report-item span.back,._account_api .liveDashboard .list-results thead .double-list dd.status span.back,.double-list ._account_api .liveDashboard .list-results thead dd.status span.back,._account_api .liveDashboard .list-results thead .double-list dt.status span.back,.double-list ._account_api .liveDashboard .list-results thead dt.status span.back,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span.back,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title span.back,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.back,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label span.back,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span.back,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span.back,.liveDashboard ._account_api .list-results thead .form-label.status span.back,.liveDashboard ._account_api .list-results thead .status.status-log span.back,.liveDashboard ._account_api .list-results thead .status.status-report-item span.back,.liveDashboard ._account_api .list-results thead .double-list dd.status span.back,.double-list .liveDashboard ._account_api .list-results thead dd.status span.back,.liveDashboard ._account_api .list-results thead .double-list dt.status span.back,.double-list .liveDashboard ._account_api .list-results thead dt.status span.back,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span.back,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title span.back,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.back,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label span.back,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span.back,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span.back,._account_api .form-label.status .liveDashboard .list-results thead span.back,._account_api .status.status-log .liveDashboard .list-results thead span.back,._account_api .status.status-report-item .liveDashboard .list-results thead span.back,._account_api .double-list dd.status .liveDashboard .list-results thead span.back,.double-list ._account_api dd.status .liveDashboard .list-results thead span.back,._account_api .double-list dt.status .liveDashboard .list-results thead span.back,.double-list ._account_api dt.status .liveDashboard .list-results thead span.back,._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span.back,.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead span.back,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.back,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead span.back,._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.back,.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead span.back,.form-label.status .liveDashboard ._account_api .list-results thead span.back,.status.status-log .liveDashboard ._account_api .list-results thead span.back,.status.status-report-item .liveDashboard ._account_api .list-results thead span.back,.double-list dd.status .liveDashboard ._account_api .list-results thead span.back,.double-list dt.status .liveDashboard ._account_api .list-results thead span.back,.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead span.back,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead span.back,.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead span.back,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span.back,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span.back,._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span.back,.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead span.back,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.back,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span.back,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.back,.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead span.back,._account_api .liveDashboard .list-results thead .sub-header .w-form label.back,._account_api .liveDashboard .list-results thead .sub-header .w-double-list label.back,.liveDashboard ._account_api .list-results thead .sub-header .w-form label.back,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list label.back,._account_api .sub-header .w-form .liveDashboard .list-results thead label.back,._account_api .sub-header .w-double-list .liveDashboard .list-results thead label.back,.sub-header .w-form .liveDashboard ._account_api .list-results thead label.back,.sub-header .w-double-list .liveDashboard ._account_api .list-results thead label.back,._account_api .liveDashboard .list-results thead .block-filters button.back:after,.liveDashboard ._account_api .list-results thead .block-filters button.back:after,._account_api .block-filters .liveDashboard .list-results thead button.back:after,.block-filters .liveDashboard ._account_api .list-results thead button.back:after,._account_api .liveDashboard .list-results thead .block-filters select.back:after,.liveDashboard ._account_api .list-results thead .block-filters select.back:after,._account_api .block-filters .liveDashboard .list-results thead select.back:after,.block-filters .liveDashboard ._account_api .list-results thead select.back:after,._account_api .liveDashboard .list-results thead .form-auto-list .back.form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .form-auto-list .back.form-auto-item.is-user-is-inactive,._account_api .form-auto-list .liveDashboard .list-results thead .back.form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard ._account_api .list-results thead .back.form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .form-auto-list .back.form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .form-auto-list .back.form-auto-item.is-user-is-active,._account_api .form-auto-list .liveDashboard .list-results thead .back.form-auto-item.is-user-is-active,.form-auto-list .liveDashboard ._account_api .list-results thead .back.form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .list-results-header .status.title span.back,.liveDashboard ._account_api .list-results thead .list-results-header .status.title span.back,._account_api .list-results-header .status.title .liveDashboard .list-results thead span.back,.list-results-header .status.title .liveDashboard ._account_api .list-results thead span.back,._account_api .liveDashboard .list-results thead tr span.back,.liveDashboard ._account_api .list-results thead tr span.back,._account_api .list-results thead .back.icon,._account_api .list-results thead .back.w-alert-banner:before,._account_api .liveDashboard .list-results thead .back.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .back.w-alert-banner:before,._account_api .list-results thead .back.w-alert-banner:before,._account_api .list-results thead .w-dialog.plus .back.dialog-aside:after,.w-dialog.plus ._account_api .list-results thead .back.dialog-aside:after,._account_api .list-results thead .w-toast .back.toast.plus:after,.w-toast ._account_api .list-results thead .back.toast.plus:after,._account_api .list-results thead .w-time-period .dropdown .w-selection .back.btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .back.btn-period-clear:before,._account_api .list-results thead .w-time-period .dropdown .w-selection .back.btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .back.btn-filter:before,._account_api .list-results thead .w-time-period .dropdown .w-selection .back.btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .back.btn-period-edit:before,._account_api .list-results thead .block-filters .back.btn-filter:before,.block-filters ._account_api .list-results thead .back.btn-filter:before,._account_api .list-results thead .toggleWrapper input.mobileToggle+label.back,.toggleWrapper ._account_api .list-results thead input.mobileToggle+label.back,._account_api .list-results thead tbody span.back.status,._account_api .list-results tbody thead span.back.status,._account_api .list-results thead tbody td.is-running span.back,._account_api .list-results tbody td.is-running thead span.back,._account_api .list-results thead tbody td.is-pending span.back,._account_api .list-results tbody td.is-pending thead span.back,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .back.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .back.dropdown-toggle:after,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .back.filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .back.filter,._account_api .list-results thead .form-label.status span.back,._account_api .list-results thead .status.status-log span.back,._account_api .list-results thead .status.status-report-item span.back,._account_api .list-results thead .double-list dd.status span.back,.double-list ._account_api .list-results thead dd.status span.back,._account_api .list-results thead .double-list dt.status span.back,.double-list ._account_api .list-results thead dt.status span.back,._account_api .list-results thead .w-cards-container .w-card .status.title span.back,.w-cards-container .w-card ._account_api .list-results thead .status.title span.back,._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.back,.w-cards-container .w-card.centered .w-value ._account_api .list-results thead .status.label span.back,._account_api .list-results thead tbody tr.sublist .status.title span.back,._account_api .list-results tbody tr.sublist thead .status.title span.back,.form-label.status ._account_api .list-results thead span.back,.status.status-log ._account_api .list-results thead span.back,.status.status-report-item ._account_api .list-results thead span.back,.double-list dd.status ._account_api .list-results thead span.back,.double-list dt.status ._account_api .list-results thead span.back,.w-cards-container .w-card .status.title ._account_api .list-results thead span.back,.w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.back,.list-results tbody tr.sublist .status.title ._account_api .list-results thead span.back,._account_api .list-results thead .w-filters-selected label.status.small span.back,.w-filters-selected label.status.small ._account_api .list-results thead span.back,._account_api .list-results thead .w-filters-selected .status.btn-f-s span.back,.w-filters-selected .status.btn-f-s ._account_api .list-results thead span.back,._account_api .list-results thead .sub-header .w-form label.back,._account_api .list-results thead .sub-header .w-double-list label.back,.sub-header .w-form ._account_api .list-results thead label.back,.sub-header .w-double-list ._account_api .list-results thead label.back,._account_api .list-results thead .block-filters button.back:after,.block-filters ._account_api .list-results thead button.back:after,._account_api .list-results thead .block-filters select.back:after,.block-filters ._account_api .list-results thead select.back:after,._account_api .list-results thead .form-auto-list .back.form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .list-results thead .back.form-auto-item.is-user-is-inactive,._account_api .list-results thead .form-auto-list .back.form-auto-item.is-user-is-active,.form-auto-list ._account_api .list-results thead .back.form-auto-item.is-user-is-active,._account_api .list-results thead .list-results-header .status.title span.back,.list-results-header .status.title ._account_api .list-results thead span.back,._account_api .list-results thead tr span.back,.liveDashboard ._account_api .list-results thead .back.icon,.liveDashboard ._account_api .list-results thead .back.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .back.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .back.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-dialog.plus .back.dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .back.dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-toast .back.toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .back.toast.plus:after,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .back.btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .back.btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .back.btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .back.btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .back.btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .back.btn-period-edit:before,.liveDashboard ._account_api .list-results thead .block-filters .back.btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .back.btn-filter:before,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label.back,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label.back,.liveDashboard ._account_api .list-results thead tbody span.back.status,.liveDashboard ._account_api .list-results tbody thead span.back.status,.liveDashboard ._account_api .list-results thead tbody td.is-running span.back,.liveDashboard ._account_api .list-results tbody td.is-running thead span.back,.liveDashboard ._account_api .list-results thead tbody td.is-pending span.back,.liveDashboard ._account_api .list-results tbody td.is-pending thead span.back,._account_api .liveDashboard .list-results thead .back.icon,._account_api .liveDashboard .list-results thead .back.w-alert-banner:before,._account_api .liveDashboard .list-results thead .back.w-alert-banner:before,._account_api .liveDashboard .list-results thead .back.w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-dialog.plus .back.dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .back.dialog-aside:after,._account_api .liveDashboard .list-results thead .w-toast .back.toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .back.toast.plus:after,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .back.btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .back.btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .back.btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .back.btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .back.btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .back.btn-period-edit:before,._account_api .liveDashboard .list-results thead .block-filters .back.btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .back.btn-filter:before,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.back,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label.back,._account_api .liveDashboard .list-results thead tbody span.back.status,._account_api .liveDashboard .list-results tbody thead span.back.status,._account_api .liveDashboard .list-results thead tbody td.is-running span.back,._account_api .liveDashboard .list-results tbody td.is-running thead span.back,._account_api .liveDashboard .list-results thead tbody td.is-pending span.back,._account_api .liveDashboard .list-results tbody td.is-pending thead span.back,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .back.dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .back.dropdown-toggle:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .back.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .back.dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .back.filter,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .back.filter,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .back.filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .back.filter,.liveDashboard ._account_api .list-results thead .form-label.status span.back,.liveDashboard ._account_api .list-results thead .status.status-log span.back,.liveDashboard ._account_api .list-results thead .status.status-report-item span.back,.liveDashboard ._account_api .list-results thead .double-list dd.status span.back,.double-list .liveDashboard ._account_api .list-results thead dd.status span.back,.liveDashboard ._account_api .list-results thead .double-list dt.status span.back,.double-list .liveDashboard ._account_api .list-results thead dt.status span.back,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span.back,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title span.back,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.back,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label span.back,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span.back,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span.back,._account_api .liveDashboard .list-results thead .form-label.status span.back,._account_api .liveDashboard .list-results thead .status.status-log span.back,._account_api .liveDashboard .list-results thead .status.status-report-item span.back,._account_api .liveDashboard .list-results thead .double-list dd.status span.back,.double-list ._account_api .liveDashboard .list-results thead dd.status span.back,._account_api .liveDashboard .list-results thead .double-list dt.status span.back,.double-list ._account_api .liveDashboard .list-results thead dt.status span.back,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span.back,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title span.back,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.back,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label span.back,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span.back,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span.back,.liveDashboard .form-label.status ._account_api .list-results thead span.back,.liveDashboard .status.status-log ._account_api .list-results thead span.back,.liveDashboard .status.status-report-item ._account_api .list-results thead span.back,.liveDashboard .double-list dd.status ._account_api .list-results thead span.back,.double-list .liveDashboard dd.status ._account_api .list-results thead span.back,.liveDashboard .double-list dt.status ._account_api .list-results thead span.back,.double-list .liveDashboard dt.status ._account_api .list-results thead span.back,.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span.back,.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead span.back,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.back,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead span.back,.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span.back,.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead span.back,.form-label.status ._account_api .liveDashboard .list-results thead span.back,.status.status-log ._account_api .liveDashboard .list-results thead span.back,.status.status-report-item ._account_api .liveDashboard .list-results thead span.back,.double-list dd.status ._account_api .liveDashboard .list-results thead span.back,.double-list dt.status ._account_api .liveDashboard .list-results thead span.back,.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead span.back,.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead span.back,.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead span.back,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span.back,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span.back,.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span.back,.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead span.back,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span.back,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.back,.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span.back,.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead span.back,.liveDashboard ._account_api .list-results thead .sub-header .w-form label.back,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list label.back,._account_api .liveDashboard .list-results thead .sub-header .w-form label.back,._account_api .liveDashboard .list-results thead .sub-header .w-double-list label.back,.liveDashboard .sub-header .w-form ._account_api .list-results thead label.back,.liveDashboard .sub-header .w-double-list ._account_api .list-results thead label.back,.sub-header .w-form ._account_api .liveDashboard .list-results thead label.back,.sub-header .w-double-list ._account_api .liveDashboard .list-results thead label.back,.liveDashboard ._account_api .list-results thead .block-filters button.back:after,._account_api .liveDashboard .list-results thead .block-filters button.back:after,.liveDashboard .block-filters ._account_api .list-results thead button.back:after,.block-filters ._account_api .liveDashboard .list-results thead button.back:after,.liveDashboard ._account_api .list-results thead .block-filters select.back:after,._account_api .liveDashboard .list-results thead .block-filters select.back:after,.liveDashboard .block-filters ._account_api .list-results thead select.back:after,.block-filters ._account_api .liveDashboard .list-results thead select.back:after,.liveDashboard ._account_api .list-results thead .form-auto-list .back.form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .form-auto-list .back.form-auto-item.is-user-is-inactive,.liveDashboard .form-auto-list ._account_api .list-results thead .back.form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .liveDashboard .list-results thead .back.form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .form-auto-list .back.form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .form-auto-list .back.form-auto-item.is-user-is-active,.liveDashboard .form-auto-list ._account_api .list-results thead .back.form-auto-item.is-user-is-active,.form-auto-list ._account_api .liveDashboard .list-results thead .back.form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .list-results-header .status.title span.back,._account_api .liveDashboard .list-results thead .list-results-header .status.title span.back,.liveDashboard .list-results-header .status.title ._account_api .list-results thead span.back,.list-results-header .status.title ._account_api .liveDashboard .list-results thead span.back,.liveDashboard ._account_api .list-results thead tr span.back,._account_api .liveDashboard .list-results thead tr span.back,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .back.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .back.dropdown-toggle:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .back.filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .back.filter,._account_api .form-label.status .liveDashboard .list-results thead span.back,._account_api .status.status-log .liveDashboard .list-results thead span.back,._account_api .status.status-report-item .liveDashboard .list-results thead span.back,._account_api .double-list dd.status .liveDashboard .list-results thead span.back,.double-list ._account_api dd.status .liveDashboard .list-results thead span.back,._account_api .double-list dt.status .liveDashboard .list-results thead span.back,.double-list ._account_api dt.status .liveDashboard .list-results thead span.back,._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span.back,.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead span.back,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.back,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead span.back,._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.back,.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead span.back,.form-label.status .liveDashboard ._account_api .list-results thead span.back,.status.status-log .liveDashboard ._account_api .list-results thead span.back,.status.status-report-item .liveDashboard ._account_api .list-results thead span.back,.double-list dd.status .liveDashboard ._account_api .list-results thead span.back,.double-list dt.status .liveDashboard ._account_api .list-results thead span.back,.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead span.back,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead span.back,.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead span.back,._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span.back,.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead span.back,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.back,.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead span.back,._account_api .sub-header .w-form .liveDashboard .list-results thead label.back,._account_api .sub-header .w-double-list .liveDashboard .list-results thead label.back,.sub-header .w-form .liveDashboard ._account_api .list-results thead label.back,.sub-header .w-double-list .liveDashboard ._account_api .list-results thead label.back,._account_api .block-filters .liveDashboard .list-results thead button.back:after,.block-filters .liveDashboard ._account_api .list-results thead button.back:after,._account_api .block-filters .liveDashboard .list-results thead select.back:after,.block-filters .liveDashboard ._account_api .list-results thead select.back:after,._account_api .form-auto-list .liveDashboard .list-results thead .back.form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard ._account_api .list-results thead .back.form-auto-item.is-user-is-inactive,._account_api .form-auto-list .liveDashboard .list-results thead .back.form-auto-item.is-user-is-active,.form-auto-list .liveDashboard ._account_api .list-results thead .back.form-auto-item.is-user-is-active,._account_api .list-results-header .status.title .liveDashboard .list-results thead span.back,.list-results-header .status.title .liveDashboard ._account_api .list-results thead span.back,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .back.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .back.dropdown-toggle:after,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .back.filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .back.filter,._account_api .list-results thead .form-label.status span.back,._account_api .list-results thead .status.status-log span.back,._account_api .list-results thead .status.status-report-item span.back,._account_api .list-results thead .double-list dd.status span.back,.double-list ._account_api .list-results thead dd.status span.back,._account_api .list-results thead .double-list dt.status span.back,.double-list ._account_api .list-results thead dt.status span.back,._account_api .list-results thead .w-cards-container .w-card .status.title span.back,.w-cards-container .w-card ._account_api .list-results thead .status.title span.back,._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.back,.w-cards-container .w-card.centered .w-value ._account_api .list-results thead .status.label span.back,._account_api .list-results thead tbody tr.sublist .status.title span.back,._account_api .list-results tbody tr.sublist thead .status.title span.back,.form-label.status ._account_api .list-results thead span.back,.status.status-log ._account_api .list-results thead span.back,.status.status-report-item ._account_api .list-results thead span.back,.double-list dd.status ._account_api .list-results thead span.back,.double-list dt.status ._account_api .list-results thead span.back,.w-cards-container .w-card .status.title ._account_api .list-results thead span.back,.w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.back,.list-results tbody tr.sublist .status.title ._account_api .list-results thead span.back,._account_api .list-results thead .w-filters-selected label.status.small span.back,.w-filters-selected label.status.small ._account_api .list-results thead span.back,._account_api .list-results thead .w-filters-selected .status.btn-f-s span.back,.w-filters-selected .status.btn-f-s ._account_api .list-results thead span.back,._account_api .list-results thead .sub-header .w-form label.back,._account_api .list-results thead .sub-header .w-double-list label.back,.sub-header .w-form ._account_api .list-results thead label.back,.sub-header .w-double-list ._account_api .list-results thead label.back,._account_api .list-results thead .block-filters button.back:after,.block-filters ._account_api .list-results thead button.back:after,._account_api .list-results thead .block-filters select.back:after,.block-filters ._account_api .list-results thead select.back:after,._account_api .list-results thead .form-auto-list .back.form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .list-results thead .back.form-auto-item.is-user-is-inactive,._account_api .list-results thead .form-auto-list .back.form-auto-item.is-user-is-active,.form-auto-list ._account_api .list-results thead .back.form-auto-item.is-user-is-active,._account_api .list-results thead .list-results-header .status.title span.back,.list-results-header .status.title ._account_api .list-results thead span.back,._account_api .list-results thead tr span.back,.sidebar-default.sidebar-default-right .sidebar-default-body .filter-group .back.filter-checkbox,.add-filters-dropdown .w-add-filters-list>div.filter-group .back.filter-checkbox,.filter-preset .filter-field-name button.back,.btn.preferences,.pagination a.preferences,.goal-option .preferences.expend-label,.btn.back,.pagination a.back,.goal-option .back.expend-label{width:5.2rem;height:5.2rem;border-radius:8px !important;justify-content:center}.button-default.preferences:before,.liveDashboard .list-results thead .preferences.icon:before,.liveDashboard .list-results thead .preferences.w-alert-banner:before,.liveDashboard .list-results thead .preferences.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .preferences.w-alert-banner:before,._account_api .liveDashboard .list-results thead .preferences.w-alert-banner:before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .preferences.btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .preferences.btn-period-clear:before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .preferences.btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .preferences.btn-filter:before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .preferences.btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .preferences.btn-period-edit:before,.liveDashboard .list-results thead .block-filters .preferences.btn-filter:before,.block-filters .liveDashboard .list-results thead .preferences.btn-filter:before,.liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.preferences:before,.toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label.preferences:before,.liveDashboard .list-results thead tbody span.preferences.status:before,.liveDashboard .list-results tbody thead span.preferences.status:before,.liveDashboard .list-results thead tbody td.is-running span.preferences:before,.liveDashboard .list-results tbody td.is-running thead span.preferences:before,.liveDashboard .list-results thead tbody td.is-pending span.preferences:before,.liveDashboard .list-results tbody td.is-pending thead span.preferences:before,.liveDashboard .list-results thead .preferences.icon:before,.liveDashboard .list-results thead .preferences.w-alert-banner:before,.liveDashboard .list-results thead .preferences.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .preferences.w-alert-banner:before,._account_api .liveDashboard .list-results thead .preferences.w-alert-banner:before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .preferences.btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .preferences.btn-period-clear:before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .preferences.btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .preferences.btn-filter:before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .preferences.btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .preferences.btn-period-edit:before,.liveDashboard .list-results thead .block-filters .preferences.btn-filter:before,.block-filters .liveDashboard .list-results thead .preferences.btn-filter:before,.liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.preferences:before,.toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label.preferences:before,.liveDashboard .list-results thead tbody span.preferences.status:before,.liveDashboard .list-results tbody thead span.preferences.status:before,.liveDashboard .list-results thead tbody td.is-running span.preferences:before,.liveDashboard .list-results tbody td.is-running thead span.preferences:before,.liveDashboard .list-results thead tbody td.is-pending span.preferences:before,.liveDashboard .list-results tbody td.is-pending thead span.preferences:before,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .preferences.filter:before,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .preferences.filter:before,.liveDashboard .list-results thead .form-label.status span.preferences:before,.liveDashboard .list-results thead .status.status-log span.preferences:before,.liveDashboard .list-results thead .status.status-report-item span.preferences:before,.liveDashboard .list-results thead .double-list dd.status span.preferences:before,.double-list .liveDashboard .list-results thead dd.status span.preferences:before,.liveDashboard .list-results thead .double-list dt.status span.preferences:before,.double-list .liveDashboard .list-results thead dt.status span.preferences:before,.liveDashboard .list-results thead .w-cards-container .w-card .status.title span.preferences:before,.w-cards-container .w-card .liveDashboard .list-results thead .status.title span.preferences:before,.liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.preferences:before,.w-cards-container .w-card.centered .w-value .liveDashboard .list-results thead .status.label span.preferences:before,.liveDashboard .list-results thead tbody tr.sublist .status.title span.preferences:before,.liveDashboard .list-results tbody tr.sublist thead .status.title span.preferences:before,.form-label.status .liveDashboard .list-results thead span.preferences:before,.status.status-log .liveDashboard .list-results thead span.preferences:before,.status.status-report-item .liveDashboard .list-results thead span.preferences:before,.double-list dd.status .liveDashboard .list-results thead span.preferences:before,.double-list dt.status .liveDashboard .list-results thead span.preferences:before,.w-cards-container .w-card .status.title .liveDashboard .list-results thead span.preferences:before,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.preferences:before,.list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.preferences:before,.liveDashboard .list-results thead .w-filters-selected label.status.small span.preferences:before,.w-filters-selected label.status.small .liveDashboard .list-results thead span.preferences:before,.liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.preferences:before,.w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.preferences:before,.liveDashboard .list-results thead .sub-header .w-form label.preferences:before,.liveDashboard .list-results thead .sub-header .w-double-list label.preferences:before,.sub-header .w-form .liveDashboard .list-results thead label.preferences:before,.sub-header .w-double-list .liveDashboard .list-results thead label.preferences:before,.liveDashboard .list-results thead .form-auto-list .preferences.form-auto-item.is-user-is-inactive:before,.form-auto-list .liveDashboard .list-results thead .preferences.form-auto-item.is-user-is-inactive:before,.liveDashboard .list-results thead .form-auto-list .preferences.form-auto-item.is-user-is-active:before,.form-auto-list .liveDashboard .list-results thead .preferences.form-auto-item.is-user-is-active:before,.liveDashboard .list-results thead .list-results-header .status.title span.preferences:before,.list-results-header .status.title .liveDashboard .list-results thead span.preferences:before,.liveDashboard .list-results thead tr span.preferences:before,.liveDashboard ._account_api .list-results thead .preferences.icon:before,.liveDashboard ._account_api .list-results thead .preferences.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .preferences.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .preferences.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .preferences.btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .preferences.btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .preferences.btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .preferences.btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .preferences.btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .preferences.btn-period-edit:before,.liveDashboard ._account_api .list-results thead .block-filters .preferences.btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .preferences.btn-filter:before,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label.preferences:before,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label.preferences:before,.liveDashboard ._account_api .list-results thead tbody span.preferences.status:before,.liveDashboard ._account_api .list-results tbody thead span.preferences.status:before,.liveDashboard ._account_api .list-results thead tbody td.is-running span.preferences:before,.liveDashboard ._account_api .list-results tbody td.is-running thead span.preferences:before,.liveDashboard ._account_api .list-results thead tbody td.is-pending span.preferences:before,.liveDashboard ._account_api .list-results tbody td.is-pending thead span.preferences:before,._account_api .liveDashboard .list-results thead .preferences.icon:before,._account_api .liveDashboard .list-results thead .preferences.w-alert-banner:before,._account_api .liveDashboard .list-results thead .preferences.w-alert-banner:before,._account_api .liveDashboard .list-results thead .preferences.w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .preferences.btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .preferences.btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .preferences.btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .preferences.btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .preferences.btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .preferences.btn-period-edit:before,._account_api .liveDashboard .list-results thead .block-filters .preferences.btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .preferences.btn-filter:before,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.preferences:before,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label.preferences:before,._account_api .liveDashboard .list-results thead tbody span.preferences.status:before,._account_api .liveDashboard .list-results tbody thead span.preferences.status:before,._account_api .liveDashboard .list-results thead tbody td.is-running span.preferences:before,._account_api .liveDashboard .list-results tbody td.is-running thead span.preferences:before,._account_api .liveDashboard .list-results thead tbody td.is-pending span.preferences:before,._account_api .liveDashboard .list-results tbody td.is-pending thead span.preferences:before,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .preferences.filter:before,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .preferences.filter:before,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .preferences.filter:before,.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .preferences.filter:before,.liveDashboard ._account_api .list-results thead .form-label.status span.preferences:before,.liveDashboard ._account_api .list-results thead .status.status-log span.preferences:before,.liveDashboard ._account_api .list-results thead .status.status-report-item span.preferences:before,.liveDashboard ._account_api .list-results thead .double-list dd.status span.preferences:before,.double-list .liveDashboard ._account_api .list-results thead dd.status span.preferences:before,.liveDashboard ._account_api .list-results thead .double-list dt.status span.preferences:before,.double-list .liveDashboard ._account_api .list-results thead dt.status span.preferences:before,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span.preferences:before,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title span.preferences:before,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.preferences:before,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label span.preferences:before,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span.preferences:before,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span.preferences:before,._account_api .liveDashboard .list-results thead .form-label.status span.preferences:before,._account_api .liveDashboard .list-results thead .status.status-log span.preferences:before,._account_api .liveDashboard .list-results thead .status.status-report-item span.preferences:before,._account_api .liveDashboard .list-results thead .double-list dd.status span.preferences:before,.double-list ._account_api .liveDashboard .list-results thead dd.status span.preferences:before,._account_api .liveDashboard .list-results thead .double-list dt.status span.preferences:before,.double-list ._account_api .liveDashboard .list-results thead dt.status span.preferences:before,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span.preferences:before,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title span.preferences:before,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.preferences:before,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label span.preferences:before,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span.preferences:before,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span.preferences:before,.liveDashboard .form-label.status ._account_api .list-results thead span.preferences:before,.liveDashboard .status.status-log ._account_api .list-results thead span.preferences:before,.liveDashboard .status.status-report-item ._account_api .list-results thead span.preferences:before,.liveDashboard .double-list dd.status ._account_api .list-results thead span.preferences:before,.double-list .liveDashboard dd.status ._account_api .list-results thead span.preferences:before,.liveDashboard .double-list dt.status ._account_api .list-results thead span.preferences:before,.double-list .liveDashboard dt.status ._account_api .list-results thead span.preferences:before,.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span.preferences:before,.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead span.preferences:before,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.preferences:before,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead span.preferences:before,.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span.preferences:before,.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead span.preferences:before,.form-label.status ._account_api .liveDashboard .list-results thead span.preferences:before,.status.status-log ._account_api .liveDashboard .list-results thead span.preferences:before,.status.status-report-item ._account_api .liveDashboard .list-results thead span.preferences:before,.double-list dd.status ._account_api .liveDashboard .list-results thead span.preferences:before,.double-list dt.status ._account_api .liveDashboard .list-results thead span.preferences:before,.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead span.preferences:before,.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead span.preferences:before,.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead span.preferences:before,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span.preferences:before,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span.preferences:before,.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span.preferences:before,.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead span.preferences:before,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span.preferences:before,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.preferences:before,.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span.preferences:before,.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead span.preferences:before,.liveDashboard ._account_api .list-results thead .sub-header .w-form label.preferences:before,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list label.preferences:before,._account_api .liveDashboard .list-results thead .sub-header .w-form label.preferences:before,._account_api .liveDashboard .list-results thead .sub-header .w-double-list label.preferences:before,.liveDashboard .sub-header .w-form ._account_api .list-results thead label.preferences:before,.liveDashboard .sub-header .w-double-list ._account_api .list-results thead label.preferences:before,.sub-header .w-form ._account_api .liveDashboard .list-results thead label.preferences:before,.sub-header .w-double-list ._account_api .liveDashboard .list-results thead label.preferences:before,.liveDashboard ._account_api .list-results thead .form-auto-list .preferences.form-auto-item.is-user-is-inactive:before,._account_api .liveDashboard .list-results thead .form-auto-list .preferences.form-auto-item.is-user-is-inactive:before,.liveDashboard .form-auto-list ._account_api .list-results thead .preferences.form-auto-item.is-user-is-inactive:before,.form-auto-list ._account_api .liveDashboard .list-results thead .preferences.form-auto-item.is-user-is-inactive:before,.liveDashboard ._account_api .list-results thead .form-auto-list .preferences.form-auto-item.is-user-is-active:before,._account_api .liveDashboard .list-results thead .form-auto-list .preferences.form-auto-item.is-user-is-active:before,.liveDashboard .form-auto-list ._account_api .list-results thead .preferences.form-auto-item.is-user-is-active:before,.form-auto-list ._account_api .liveDashboard .list-results thead .preferences.form-auto-item.is-user-is-active:before,.liveDashboard ._account_api .list-results thead .list-results-header .status.title span.preferences:before,._account_api .liveDashboard .list-results thead .list-results-header .status.title span.preferences:before,.liveDashboard .list-results-header .status.title ._account_api .list-results thead span.preferences:before,.list-results-header .status.title ._account_api .liveDashboard .list-results thead span.preferences:before,.liveDashboard ._account_api .list-results thead tr span.preferences:before,._account_api .liveDashboard .list-results thead tr span.preferences:before,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .preferences.filter:before,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .preferences.filter:before,.liveDashboard .list-results thead .form-label.status span.preferences:before,.liveDashboard .list-results thead .status.status-log span.preferences:before,.liveDashboard .list-results thead .status.status-report-item span.preferences:before,.liveDashboard .list-results thead .double-list dd.status span.preferences:before,.double-list .liveDashboard .list-results thead dd.status span.preferences:before,.liveDashboard .list-results thead .double-list dt.status span.preferences:before,.double-list .liveDashboard .list-results thead dt.status span.preferences:before,.liveDashboard .list-results thead .w-cards-container .w-card .status.title span.preferences:before,.w-cards-container .w-card .liveDashboard .list-results thead .status.title span.preferences:before,.liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.preferences:before,.w-cards-container .w-card.centered .w-value .liveDashboard .list-results thead .status.label span.preferences:before,.liveDashboard .list-results thead tbody tr.sublist .status.title span.preferences:before,.liveDashboard .list-results tbody tr.sublist thead .status.title span.preferences:before,.form-label.status .liveDashboard .list-results thead span.preferences:before,.status.status-log .liveDashboard .list-results thead span.preferences:before,.status.status-report-item .liveDashboard .list-results thead span.preferences:before,.double-list dd.status .liveDashboard .list-results thead span.preferences:before,.double-list dt.status .liveDashboard .list-results thead span.preferences:before,.w-cards-container .w-card .status.title .liveDashboard .list-results thead span.preferences:before,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.preferences:before,.list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.preferences:before,.liveDashboard .list-results thead .w-filters-selected label.status.small span.preferences:before,.w-filters-selected label.status.small .liveDashboard .list-results thead span.preferences:before,.liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.preferences:before,.w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.preferences:before,.liveDashboard .list-results thead .sub-header .w-form label.preferences:before,.liveDashboard .list-results thead .sub-header .w-double-list label.preferences:before,.sub-header .w-form .liveDashboard .list-results thead label.preferences:before,.sub-header .w-double-list .liveDashboard .list-results thead label.preferences:before,.liveDashboard .list-results thead .form-auto-list .preferences.form-auto-item.is-user-is-inactive:before,.form-auto-list .liveDashboard .list-results thead .preferences.form-auto-item.is-user-is-inactive:before,.liveDashboard .list-results thead .form-auto-list .preferences.form-auto-item.is-user-is-active:before,.form-auto-list .liveDashboard .list-results thead .preferences.form-auto-item.is-user-is-active:before,.liveDashboard .list-results thead .list-results-header .status.title span.preferences:before,.list-results-header .status.title .liveDashboard .list-results thead span.preferences:before,.liveDashboard .list-results thead tr span.preferences:before,._account_api .list-results thead .preferences.icon:before,._account_api .list-results thead .preferences.w-alert-banner:before,._account_api .liveDashboard .list-results thead .preferences.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .preferences.w-alert-banner:before,._account_api .list-results thead .preferences.w-alert-banner:before,._account_api .list-results thead .w-time-period .dropdown .w-selection .preferences.btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .preferences.btn-period-clear:before,._account_api .list-results thead .w-time-period .dropdown .w-selection .preferences.btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .preferences.btn-filter:before,._account_api .list-results thead .w-time-period .dropdown .w-selection .preferences.btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .preferences.btn-period-edit:before,._account_api .list-results thead .block-filters .preferences.btn-filter:before,.block-filters ._account_api .list-results thead .preferences.btn-filter:before,._account_api .list-results thead .toggleWrapper input.mobileToggle+label.preferences:before,.toggleWrapper ._account_api .list-results thead input.mobileToggle+label.preferences:before,._account_api .list-results thead tbody span.preferences.status:before,._account_api .list-results tbody thead span.preferences.status:before,._account_api .list-results thead tbody td.is-running span.preferences:before,._account_api .list-results tbody td.is-running thead span.preferences:before,._account_api .list-results thead tbody td.is-pending span.preferences:before,._account_api .list-results tbody td.is-pending thead span.preferences:before,._account_api .liveDashboard .list-results thead .preferences.icon:before,._account_api .liveDashboard .list-results thead .preferences.w-alert-banner:before,._account_api .liveDashboard .list-results thead .preferences.w-alert-banner:before,._account_api .liveDashboard .list-results thead .preferences.w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .preferences.btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .preferences.btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .preferences.btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .preferences.btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .preferences.btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .preferences.btn-period-edit:before,._account_api .liveDashboard .list-results thead .block-filters .preferences.btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .preferences.btn-filter:before,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.preferences:before,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label.preferences:before,._account_api .liveDashboard .list-results thead tbody span.preferences.status:before,._account_api .liveDashboard .list-results tbody thead span.preferences.status:before,._account_api .liveDashboard .list-results thead tbody td.is-running span.preferences:before,._account_api .liveDashboard .list-results tbody td.is-running thead span.preferences:before,._account_api .liveDashboard .list-results thead tbody td.is-pending span.preferences:before,._account_api .liveDashboard .list-results tbody td.is-pending thead span.preferences:before,.liveDashboard ._account_api .list-results thead .preferences.icon:before,.liveDashboard ._account_api .list-results thead .preferences.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .preferences.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .preferences.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .preferences.btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .preferences.btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .preferences.btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .preferences.btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .preferences.btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .preferences.btn-period-edit:before,.liveDashboard ._account_api .list-results thead .block-filters .preferences.btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .preferences.btn-filter:before,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label.preferences:before,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label.preferences:before,.liveDashboard ._account_api .list-results thead tbody span.preferences.status:before,.liveDashboard ._account_api .list-results tbody thead span.preferences.status:before,.liveDashboard ._account_api .list-results thead tbody td.is-running span.preferences:before,.liveDashboard ._account_api .list-results tbody td.is-running thead span.preferences:before,.liveDashboard ._account_api .list-results thead tbody td.is-pending span.preferences:before,.liveDashboard ._account_api .list-results tbody td.is-pending thead span.preferences:before,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .preferences.filter:before,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .preferences.filter:before,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .preferences.filter:before,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .preferences.filter:before,._account_api .liveDashboard .list-results thead .form-label.status span.preferences:before,._account_api .liveDashboard .list-results thead .status.status-log span.preferences:before,._account_api .liveDashboard .list-results thead .status.status-report-item span.preferences:before,._account_api .liveDashboard .list-results thead .double-list dd.status span.preferences:before,.double-list ._account_api .liveDashboard .list-results thead dd.status span.preferences:before,._account_api .liveDashboard .list-results thead .double-list dt.status span.preferences:before,.double-list ._account_api .liveDashboard .list-results thead dt.status span.preferences:before,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span.preferences:before,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title span.preferences:before,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.preferences:before,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label span.preferences:before,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span.preferences:before,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span.preferences:before,.liveDashboard ._account_api .list-results thead .form-label.status span.preferences:before,.liveDashboard ._account_api .list-results thead .status.status-log span.preferences:before,.liveDashboard ._account_api .list-results thead .status.status-report-item span.preferences:before,.liveDashboard ._account_api .list-results thead .double-list dd.status span.preferences:before,.double-list .liveDashboard ._account_api .list-results thead dd.status span.preferences:before,.liveDashboard ._account_api .list-results thead .double-list dt.status span.preferences:before,.double-list .liveDashboard ._account_api .list-results thead dt.status span.preferences:before,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span.preferences:before,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title span.preferences:before,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.preferences:before,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label span.preferences:before,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span.preferences:before,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span.preferences:before,._account_api .form-label.status .liveDashboard .list-results thead span.preferences:before,._account_api .status.status-log .liveDashboard .list-results thead span.preferences:before,._account_api .status.status-report-item .liveDashboard .list-results thead span.preferences:before,._account_api .double-list dd.status .liveDashboard .list-results thead span.preferences:before,.double-list ._account_api dd.status .liveDashboard .list-results thead span.preferences:before,._account_api .double-list dt.status .liveDashboard .list-results thead span.preferences:before,.double-list ._account_api dt.status .liveDashboard .list-results thead span.preferences:before,._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span.preferences:before,.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead span.preferences:before,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.preferences:before,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead span.preferences:before,._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.preferences:before,.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead span.preferences:before,.form-label.status .liveDashboard ._account_api .list-results thead span.preferences:before,.status.status-log .liveDashboard ._account_api .list-results thead span.preferences:before,.status.status-report-item .liveDashboard ._account_api .list-results thead span.preferences:before,.double-list dd.status .liveDashboard ._account_api .list-results thead span.preferences:before,.double-list dt.status .liveDashboard ._account_api .list-results thead span.preferences:before,.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead span.preferences:before,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead span.preferences:before,.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead span.preferences:before,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span.preferences:before,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span.preferences:before,._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span.preferences:before,.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead span.preferences:before,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.preferences:before,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span.preferences:before,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.preferences:before,.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead span.preferences:before,._account_api .liveDashboard .list-results thead .sub-header .w-form label.preferences:before,._account_api .liveDashboard .list-results thead .sub-header .w-double-list label.preferences:before,.liveDashboard ._account_api .list-results thead .sub-header .w-form label.preferences:before,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list label.preferences:before,._account_api .sub-header .w-form .liveDashboard .list-results thead label.preferences:before,._account_api .sub-header .w-double-list .liveDashboard .list-results thead label.preferences:before,.sub-header .w-form .liveDashboard ._account_api .list-results thead label.preferences:before,.sub-header .w-double-list .liveDashboard ._account_api .list-results thead label.preferences:before,._account_api .liveDashboard .list-results thead .form-auto-list .preferences.form-auto-item.is-user-is-inactive:before,.liveDashboard ._account_api .list-results thead .form-auto-list .preferences.form-auto-item.is-user-is-inactive:before,._account_api .form-auto-list .liveDashboard .list-results thead .preferences.form-auto-item.is-user-is-inactive:before,.form-auto-list .liveDashboard ._account_api .list-results thead .preferences.form-auto-item.is-user-is-inactive:before,._account_api .liveDashboard .list-results thead .form-auto-list .preferences.form-auto-item.is-user-is-active:before,.liveDashboard ._account_api .list-results thead .form-auto-list .preferences.form-auto-item.is-user-is-active:before,._account_api .form-auto-list .liveDashboard .list-results thead .preferences.form-auto-item.is-user-is-active:before,.form-auto-list .liveDashboard ._account_api .list-results thead .preferences.form-auto-item.is-user-is-active:before,._account_api .liveDashboard .list-results thead .list-results-header .status.title span.preferences:before,.liveDashboard ._account_api .list-results thead .list-results-header .status.title span.preferences:before,._account_api .list-results-header .status.title .liveDashboard .list-results thead span.preferences:before,.list-results-header .status.title .liveDashboard ._account_api .list-results thead span.preferences:before,._account_api .liveDashboard .list-results thead tr span.preferences:before,.liveDashboard ._account_api .list-results thead tr span.preferences:before,._account_api .list-results thead .preferences.icon:before,._account_api .list-results thead .preferences.w-alert-banner:before,._account_api .liveDashboard .list-results thead .preferences.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .preferences.w-alert-banner:before,._account_api .list-results thead .preferences.w-alert-banner:before,._account_api .list-results thead .w-time-period .dropdown .w-selection .preferences.btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .preferences.btn-period-clear:before,._account_api .list-results thead .w-time-period .dropdown .w-selection .preferences.btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .preferences.btn-filter:before,._account_api .list-results thead .w-time-period .dropdown .w-selection .preferences.btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .preferences.btn-period-edit:before,._account_api .list-results thead .block-filters .preferences.btn-filter:before,.block-filters ._account_api .list-results thead .preferences.btn-filter:before,._account_api .list-results thead .toggleWrapper input.mobileToggle+label.preferences:before,.toggleWrapper ._account_api .list-results thead input.mobileToggle+label.preferences:before,._account_api .list-results thead tbody span.preferences.status:before,._account_api .list-results tbody thead span.preferences.status:before,._account_api .list-results thead tbody td.is-running span.preferences:before,._account_api .list-results tbody td.is-running thead span.preferences:before,._account_api .list-results thead tbody td.is-pending span.preferences:before,._account_api .list-results tbody td.is-pending thead span.preferences:before,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .preferences.filter:before,.w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .preferences.filter:before,._account_api .list-results thead .form-label.status span.preferences:before,._account_api .list-results thead .status.status-log span.preferences:before,._account_api .list-results thead .status.status-report-item span.preferences:before,._account_api .list-results thead .double-list dd.status span.preferences:before,.double-list ._account_api .list-results thead dd.status span.preferences:before,._account_api .list-results thead .double-list dt.status span.preferences:before,.double-list ._account_api .list-results thead dt.status span.preferences:before,._account_api .list-results thead .w-cards-container .w-card .status.title span.preferences:before,.w-cards-container .w-card ._account_api .list-results thead .status.title span.preferences:before,._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.preferences:before,.w-cards-container .w-card.centered .w-value ._account_api .list-results thead .status.label span.preferences:before,._account_api .list-results thead tbody tr.sublist .status.title span.preferences:before,._account_api .list-results tbody tr.sublist thead .status.title span.preferences:before,.form-label.status ._account_api .list-results thead span.preferences:before,.status.status-log ._account_api .list-results thead span.preferences:before,.status.status-report-item ._account_api .list-results thead span.preferences:before,.double-list dd.status ._account_api .list-results thead span.preferences:before,.double-list dt.status ._account_api .list-results thead span.preferences:before,.w-cards-container .w-card .status.title ._account_api .list-results thead span.preferences:before,.w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.preferences:before,.list-results tbody tr.sublist .status.title ._account_api .list-results thead span.preferences:before,._account_api .list-results thead .w-filters-selected label.status.small span.preferences:before,.w-filters-selected label.status.small ._account_api .list-results thead span.preferences:before,._account_api .list-results thead .w-filters-selected .status.btn-f-s span.preferences:before,.w-filters-selected .status.btn-f-s ._account_api .list-results thead span.preferences:before,._account_api .list-results thead .sub-header .w-form label.preferences:before,._account_api .list-results thead .sub-header .w-double-list label.preferences:before,.sub-header .w-form ._account_api .list-results thead label.preferences:before,.sub-header .w-double-list ._account_api .list-results thead label.preferences:before,._account_api .list-results thead .form-auto-list .preferences.form-auto-item.is-user-is-inactive:before,.form-auto-list ._account_api .list-results thead .preferences.form-auto-item.is-user-is-inactive:before,._account_api .list-results thead .form-auto-list .preferences.form-auto-item.is-user-is-active:before,.form-auto-list ._account_api .list-results thead .preferences.form-auto-item.is-user-is-active:before,._account_api .list-results thead .list-results-header .status.title span.preferences:before,.list-results-header .status.title ._account_api .list-results thead span.preferences:before,._account_api .list-results thead tr span.preferences:before,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .preferences.filter:before,.w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .preferences.filter:before,._account_api .list-results thead .form-label.status span.preferences:before,._account_api .list-results thead .status.status-log span.preferences:before,._account_api .list-results thead .status.status-report-item span.preferences:before,._account_api .list-results thead .double-list dd.status span.preferences:before,.double-list ._account_api .list-results thead dd.status span.preferences:before,._account_api .list-results thead .double-list dt.status span.preferences:before,.double-list ._account_api .list-results thead dt.status span.preferences:before,._account_api .list-results thead .w-cards-container .w-card .status.title span.preferences:before,.w-cards-container .w-card ._account_api .list-results thead .status.title span.preferences:before,._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.preferences:before,.w-cards-container .w-card.centered .w-value ._account_api .list-results thead .status.label span.preferences:before,._account_api .list-results thead tbody tr.sublist .status.title span.preferences:before,._account_api .list-results tbody tr.sublist thead .status.title span.preferences:before,.form-label.status ._account_api .list-results thead span.preferences:before,.status.status-log ._account_api .list-results thead span.preferences:before,.status.status-report-item ._account_api .list-results thead span.preferences:before,.double-list dd.status ._account_api .list-results thead span.preferences:before,.double-list dt.status ._account_api .list-results thead span.preferences:before,.w-cards-container .w-card .status.title ._account_api .list-results thead span.preferences:before,.w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.preferences:before,.list-results tbody tr.sublist .status.title ._account_api .list-results thead span.preferences:before,._account_api .list-results thead .w-filters-selected label.status.small span.preferences:before,.w-filters-selected label.status.small ._account_api .list-results thead span.preferences:before,._account_api .list-results thead .w-filters-selected .status.btn-f-s span.preferences:before,.w-filters-selected .status.btn-f-s ._account_api .list-results thead span.preferences:before,._account_api .list-results thead .sub-header .w-form label.preferences:before,._account_api .list-results thead .sub-header .w-double-list label.preferences:before,.sub-header .w-form ._account_api .list-results thead label.preferences:before,.sub-header .w-double-list ._account_api .list-results thead label.preferences:before,._account_api .list-results thead .form-auto-list .preferences.form-auto-item.is-user-is-inactive:before,.form-auto-list ._account_api .list-results thead .preferences.form-auto-item.is-user-is-inactive:before,._account_api .list-results thead .form-auto-list .preferences.form-auto-item.is-user-is-active:before,.form-auto-list ._account_api .list-results thead .preferences.form-auto-item.is-user-is-active:before,._account_api .list-results thead .list-results-header .status.title span.preferences:before,.list-results-header .status.title ._account_api .list-results thead span.preferences:before,._account_api .list-results thead tr span.preferences:before,.sidebar-default.sidebar-default-right .sidebar-default-body .filter-group .preferences.filter-checkbox:before,.add-filters-dropdown .w-add-filters-list>div.filter-group .preferences.filter-checkbox:before,.filter-preset .filter-field-name button.preferences:before,.button-default.back:before,.liveDashboard .list-results thead .back.icon:before,.liveDashboard .list-results thead .back.w-alert-banner:before,.liveDashboard .list-results thead .back.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .back.w-alert-banner:before,._account_api .liveDashboard .list-results thead .back.w-alert-banner:before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .back.btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .back.btn-period-clear:before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .back.btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .back.btn-filter:before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .back.btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .back.btn-period-edit:before,.liveDashboard .list-results thead .block-filters .back.btn-filter:before,.block-filters .liveDashboard .list-results thead .back.btn-filter:before,.liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.back:before,.toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label.back:before,.liveDashboard .list-results thead tbody span.back.status:before,.liveDashboard .list-results tbody thead span.back.status:before,.liveDashboard .list-results thead tbody td.is-running span.back:before,.liveDashboard .list-results tbody td.is-running thead span.back:before,.liveDashboard .list-results thead tbody td.is-pending span.back:before,.liveDashboard .list-results tbody td.is-pending thead span.back:before,.liveDashboard .list-results thead .back.icon:before,.liveDashboard .list-results thead .back.w-alert-banner:before,.liveDashboard .list-results thead .back.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .back.w-alert-banner:before,._account_api .liveDashboard .list-results thead .back.w-alert-banner:before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .back.btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .back.btn-period-clear:before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .back.btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .back.btn-filter:before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .back.btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .back.btn-period-edit:before,.liveDashboard .list-results thead .block-filters .back.btn-filter:before,.block-filters .liveDashboard .list-results thead .back.btn-filter:before,.liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.back:before,.toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label.back:before,.liveDashboard .list-results thead tbody span.back.status:before,.liveDashboard .list-results tbody thead span.back.status:before,.liveDashboard .list-results thead tbody td.is-running span.back:before,.liveDashboard .list-results tbody td.is-running thead span.back:before,.liveDashboard .list-results thead tbody td.is-pending span.back:before,.liveDashboard .list-results tbody td.is-pending thead span.back:before,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .back.filter:before,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .back.filter:before,.liveDashboard .list-results thead .form-label.status span.back:before,.liveDashboard .list-results thead .status.status-log span.back:before,.liveDashboard .list-results thead .status.status-report-item span.back:before,.liveDashboard .list-results thead .double-list dd.status span.back:before,.double-list .liveDashboard .list-results thead dd.status span.back:before,.liveDashboard .list-results thead .double-list dt.status span.back:before,.double-list .liveDashboard .list-results thead dt.status span.back:before,.liveDashboard .list-results thead .w-cards-container .w-card .status.title span.back:before,.w-cards-container .w-card .liveDashboard .list-results thead .status.title span.back:before,.liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.back:before,.w-cards-container .w-card.centered .w-value .liveDashboard .list-results thead .status.label span.back:before,.liveDashboard .list-results thead tbody tr.sublist .status.title span.back:before,.liveDashboard .list-results tbody tr.sublist thead .status.title span.back:before,.form-label.status .liveDashboard .list-results thead span.back:before,.status.status-log .liveDashboard .list-results thead span.back:before,.status.status-report-item .liveDashboard .list-results thead span.back:before,.double-list dd.status .liveDashboard .list-results thead span.back:before,.double-list dt.status .liveDashboard .list-results thead span.back:before,.w-cards-container .w-card .status.title .liveDashboard .list-results thead span.back:before,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.back:before,.list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.back:before,.liveDashboard .list-results thead .w-filters-selected label.status.small span.back:before,.w-filters-selected label.status.small .liveDashboard .list-results thead span.back:before,.liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.back:before,.w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.back:before,.liveDashboard .list-results thead .sub-header .w-form label.back:before,.liveDashboard .list-results thead .sub-header .w-double-list label.back:before,.sub-header .w-form .liveDashboard .list-results thead label.back:before,.sub-header .w-double-list .liveDashboard .list-results thead label.back:before,.liveDashboard .list-results thead .form-auto-list .back.form-auto-item.is-user-is-inactive:before,.form-auto-list .liveDashboard .list-results thead .back.form-auto-item.is-user-is-inactive:before,.liveDashboard .list-results thead .form-auto-list .back.form-auto-item.is-user-is-active:before,.form-auto-list .liveDashboard .list-results thead .back.form-auto-item.is-user-is-active:before,.liveDashboard .list-results thead .list-results-header .status.title span.back:before,.list-results-header .status.title .liveDashboard .list-results thead span.back:before,.liveDashboard .list-results thead tr span.back:before,.liveDashboard ._account_api .list-results thead .back.icon:before,.liveDashboard ._account_api .list-results thead .back.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .back.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .back.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .back.btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .back.btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .back.btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .back.btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .back.btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .back.btn-period-edit:before,.liveDashboard ._account_api .list-results thead .block-filters .back.btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .back.btn-filter:before,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label.back:before,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label.back:before,.liveDashboard ._account_api .list-results thead tbody span.back.status:before,.liveDashboard ._account_api .list-results tbody thead span.back.status:before,.liveDashboard ._account_api .list-results thead tbody td.is-running span.back:before,.liveDashboard ._account_api .list-results tbody td.is-running thead span.back:before,.liveDashboard ._account_api .list-results thead tbody td.is-pending span.back:before,.liveDashboard ._account_api .list-results tbody td.is-pending thead span.back:before,._account_api .liveDashboard .list-results thead .back.icon:before,._account_api .liveDashboard .list-results thead .back.w-alert-banner:before,._account_api .liveDashboard .list-results thead .back.w-alert-banner:before,._account_api .liveDashboard .list-results thead .back.w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .back.btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .back.btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .back.btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .back.btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .back.btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .back.btn-period-edit:before,._account_api .liveDashboard .list-results thead .block-filters .back.btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .back.btn-filter:before,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.back:before,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label.back:before,._account_api .liveDashboard .list-results thead tbody span.back.status:before,._account_api .liveDashboard .list-results tbody thead span.back.status:before,._account_api .liveDashboard .list-results thead tbody td.is-running span.back:before,._account_api .liveDashboard .list-results tbody td.is-running thead span.back:before,._account_api .liveDashboard .list-results thead tbody td.is-pending span.back:before,._account_api .liveDashboard .list-results tbody td.is-pending thead span.back:before,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .back.filter:before,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .back.filter:before,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .back.filter:before,.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .back.filter:before,.liveDashboard ._account_api .list-results thead .form-label.status span.back:before,.liveDashboard ._account_api .list-results thead .status.status-log span.back:before,.liveDashboard ._account_api .list-results thead .status.status-report-item span.back:before,.liveDashboard ._account_api .list-results thead .double-list dd.status span.back:before,.double-list .liveDashboard ._account_api .list-results thead dd.status span.back:before,.liveDashboard ._account_api .list-results thead .double-list dt.status span.back:before,.double-list .liveDashboard ._account_api .list-results thead dt.status span.back:before,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span.back:before,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title span.back:before,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.back:before,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label span.back:before,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span.back:before,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span.back:before,._account_api .liveDashboard .list-results thead .form-label.status span.back:before,._account_api .liveDashboard .list-results thead .status.status-log span.back:before,._account_api .liveDashboard .list-results thead .status.status-report-item span.back:before,._account_api .liveDashboard .list-results thead .double-list dd.status span.back:before,.double-list ._account_api .liveDashboard .list-results thead dd.status span.back:before,._account_api .liveDashboard .list-results thead .double-list dt.status span.back:before,.double-list ._account_api .liveDashboard .list-results thead dt.status span.back:before,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span.back:before,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title span.back:before,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.back:before,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label span.back:before,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span.back:before,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span.back:before,.liveDashboard .form-label.status ._account_api .list-results thead span.back:before,.liveDashboard .status.status-log ._account_api .list-results thead span.back:before,.liveDashboard .status.status-report-item ._account_api .list-results thead span.back:before,.liveDashboard .double-list dd.status ._account_api .list-results thead span.back:before,.double-list .liveDashboard dd.status ._account_api .list-results thead span.back:before,.liveDashboard .double-list dt.status ._account_api .list-results thead span.back:before,.double-list .liveDashboard dt.status ._account_api .list-results thead span.back:before,.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span.back:before,.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead span.back:before,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.back:before,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead span.back:before,.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span.back:before,.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead span.back:before,.form-label.status ._account_api .liveDashboard .list-results thead span.back:before,.status.status-log ._account_api .liveDashboard .list-results thead span.back:before,.status.status-report-item ._account_api .liveDashboard .list-results thead span.back:before,.double-list dd.status ._account_api .liveDashboard .list-results thead span.back:before,.double-list dt.status ._account_api .liveDashboard .list-results thead span.back:before,.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead span.back:before,.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead span.back:before,.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead span.back:before,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span.back:before,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span.back:before,.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span.back:before,.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead span.back:before,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span.back:before,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.back:before,.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span.back:before,.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead span.back:before,.liveDashboard ._account_api .list-results thead .sub-header .w-form label.back:before,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list label.back:before,._account_api .liveDashboard .list-results thead .sub-header .w-form label.back:before,._account_api .liveDashboard .list-results thead .sub-header .w-double-list label.back:before,.liveDashboard .sub-header .w-form ._account_api .list-results thead label.back:before,.liveDashboard .sub-header .w-double-list ._account_api .list-results thead label.back:before,.sub-header .w-form ._account_api .liveDashboard .list-results thead label.back:before,.sub-header .w-double-list ._account_api .liveDashboard .list-results thead label.back:before,.liveDashboard ._account_api .list-results thead .form-auto-list .back.form-auto-item.is-user-is-inactive:before,._account_api .liveDashboard .list-results thead .form-auto-list .back.form-auto-item.is-user-is-inactive:before,.liveDashboard .form-auto-list ._account_api .list-results thead .back.form-auto-item.is-user-is-inactive:before,.form-auto-list ._account_api .liveDashboard .list-results thead .back.form-auto-item.is-user-is-inactive:before,.liveDashboard ._account_api .list-results thead .form-auto-list .back.form-auto-item.is-user-is-active:before,._account_api .liveDashboard .list-results thead .form-auto-list .back.form-auto-item.is-user-is-active:before,.liveDashboard .form-auto-list ._account_api .list-results thead .back.form-auto-item.is-user-is-active:before,.form-auto-list ._account_api .liveDashboard .list-results thead .back.form-auto-item.is-user-is-active:before,.liveDashboard ._account_api .list-results thead .list-results-header .status.title span.back:before,._account_api .liveDashboard .list-results thead .list-results-header .status.title span.back:before,.liveDashboard .list-results-header .status.title ._account_api .list-results thead span.back:before,.list-results-header .status.title ._account_api .liveDashboard .list-results thead span.back:before,.liveDashboard ._account_api .list-results thead tr span.back:before,._account_api .liveDashboard .list-results thead tr span.back:before,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .back.filter:before,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .back.filter:before,.liveDashboard .list-results thead .form-label.status span.back:before,.liveDashboard .list-results thead .status.status-log span.back:before,.liveDashboard .list-results thead .status.status-report-item span.back:before,.liveDashboard .list-results thead .double-list dd.status span.back:before,.double-list .liveDashboard .list-results thead dd.status span.back:before,.liveDashboard .list-results thead .double-list dt.status span.back:before,.double-list .liveDashboard .list-results thead dt.status span.back:before,.liveDashboard .list-results thead .w-cards-container .w-card .status.title span.back:before,.w-cards-container .w-card .liveDashboard .list-results thead .status.title span.back:before,.liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.back:before,.w-cards-container .w-card.centered .w-value .liveDashboard .list-results thead .status.label span.back:before,.liveDashboard .list-results thead tbody tr.sublist .status.title span.back:before,.liveDashboard .list-results tbody tr.sublist thead .status.title span.back:before,.form-label.status .liveDashboard .list-results thead span.back:before,.status.status-log .liveDashboard .list-results thead span.back:before,.status.status-report-item .liveDashboard .list-results thead span.back:before,.double-list dd.status .liveDashboard .list-results thead span.back:before,.double-list dt.status .liveDashboard .list-results thead span.back:before,.w-cards-container .w-card .status.title .liveDashboard .list-results thead span.back:before,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.back:before,.list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.back:before,.liveDashboard .list-results thead .w-filters-selected label.status.small span.back:before,.w-filters-selected label.status.small .liveDashboard .list-results thead span.back:before,.liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.back:before,.w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.back:before,.liveDashboard .list-results thead .sub-header .w-form label.back:before,.liveDashboard .list-results thead .sub-header .w-double-list label.back:before,.sub-header .w-form .liveDashboard .list-results thead label.back:before,.sub-header .w-double-list .liveDashboard .list-results thead label.back:before,.liveDashboard .list-results thead .form-auto-list .back.form-auto-item.is-user-is-inactive:before,.form-auto-list .liveDashboard .list-results thead .back.form-auto-item.is-user-is-inactive:before,.liveDashboard .list-results thead .form-auto-list .back.form-auto-item.is-user-is-active:before,.form-auto-list .liveDashboard .list-results thead .back.form-auto-item.is-user-is-active:before,.liveDashboard .list-results thead .list-results-header .status.title span.back:before,.list-results-header .status.title .liveDashboard .list-results thead span.back:before,.liveDashboard .list-results thead tr span.back:before,._account_api .list-results thead .back.icon:before,._account_api .list-results thead .back.w-alert-banner:before,._account_api .liveDashboard .list-results thead .back.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .back.w-alert-banner:before,._account_api .list-results thead .back.w-alert-banner:before,._account_api .list-results thead .w-time-period .dropdown .w-selection .back.btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .back.btn-period-clear:before,._account_api .list-results thead .w-time-period .dropdown .w-selection .back.btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .back.btn-filter:before,._account_api .list-results thead .w-time-period .dropdown .w-selection .back.btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .back.btn-period-edit:before,._account_api .list-results thead .block-filters .back.btn-filter:before,.block-filters ._account_api .list-results thead .back.btn-filter:before,._account_api .list-results thead .toggleWrapper input.mobileToggle+label.back:before,.toggleWrapper ._account_api .list-results thead input.mobileToggle+label.back:before,._account_api .list-results thead tbody span.back.status:before,._account_api .list-results tbody thead span.back.status:before,._account_api .list-results thead tbody td.is-running span.back:before,._account_api .list-results tbody td.is-running thead span.back:before,._account_api .list-results thead tbody td.is-pending span.back:before,._account_api .list-results tbody td.is-pending thead span.back:before,._account_api .liveDashboard .list-results thead .back.icon:before,._account_api .liveDashboard .list-results thead .back.w-alert-banner:before,._account_api .liveDashboard .list-results thead .back.w-alert-banner:before,._account_api .liveDashboard .list-results thead .back.w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .back.btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .back.btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .back.btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .back.btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .back.btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .back.btn-period-edit:before,._account_api .liveDashboard .list-results thead .block-filters .back.btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .back.btn-filter:before,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.back:before,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label.back:before,._account_api .liveDashboard .list-results thead tbody span.back.status:before,._account_api .liveDashboard .list-results tbody thead span.back.status:before,._account_api .liveDashboard .list-results thead tbody td.is-running span.back:before,._account_api .liveDashboard .list-results tbody td.is-running thead span.back:before,._account_api .liveDashboard .list-results thead tbody td.is-pending span.back:before,._account_api .liveDashboard .list-results tbody td.is-pending thead span.back:before,.liveDashboard ._account_api .list-results thead .back.icon:before,.liveDashboard ._account_api .list-results thead .back.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .back.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .back.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .back.btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .back.btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .back.btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .back.btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .back.btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .back.btn-period-edit:before,.liveDashboard ._account_api .list-results thead .block-filters .back.btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .back.btn-filter:before,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label.back:before,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label.back:before,.liveDashboard ._account_api .list-results thead tbody span.back.status:before,.liveDashboard ._account_api .list-results tbody thead span.back.status:before,.liveDashboard ._account_api .list-results thead tbody td.is-running span.back:before,.liveDashboard ._account_api .list-results tbody td.is-running thead span.back:before,.liveDashboard ._account_api .list-results thead tbody td.is-pending span.back:before,.liveDashboard ._account_api .list-results tbody td.is-pending thead span.back:before,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .back.filter:before,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .back.filter:before,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .back.filter:before,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .back.filter:before,._account_api .liveDashboard .list-results thead .form-label.status span.back:before,._account_api .liveDashboard .list-results thead .status.status-log span.back:before,._account_api .liveDashboard .list-results thead .status.status-report-item span.back:before,._account_api .liveDashboard .list-results thead .double-list dd.status span.back:before,.double-list ._account_api .liveDashboard .list-results thead dd.status span.back:before,._account_api .liveDashboard .list-results thead .double-list dt.status span.back:before,.double-list ._account_api .liveDashboard .list-results thead dt.status span.back:before,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span.back:before,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title span.back:before,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.back:before,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label span.back:before,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span.back:before,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span.back:before,.liveDashboard ._account_api .list-results thead .form-label.status span.back:before,.liveDashboard ._account_api .list-results thead .status.status-log span.back:before,.liveDashboard ._account_api .list-results thead .status.status-report-item span.back:before,.liveDashboard ._account_api .list-results thead .double-list dd.status span.back:before,.double-list .liveDashboard ._account_api .list-results thead dd.status span.back:before,.liveDashboard ._account_api .list-results thead .double-list dt.status span.back:before,.double-list .liveDashboard ._account_api .list-results thead dt.status span.back:before,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span.back:before,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title span.back:before,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.back:before,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label span.back:before,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span.back:before,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span.back:before,._account_api .form-label.status .liveDashboard .list-results thead span.back:before,._account_api .status.status-log .liveDashboard .list-results thead span.back:before,._account_api .status.status-report-item .liveDashboard .list-results thead span.back:before,._account_api .double-list dd.status .liveDashboard .list-results thead span.back:before,.double-list ._account_api dd.status .liveDashboard .list-results thead span.back:before,._account_api .double-list dt.status .liveDashboard .list-results thead span.back:before,.double-list ._account_api dt.status .liveDashboard .list-results thead span.back:before,._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span.back:before,.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead span.back:before,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.back:before,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead span.back:before,._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.back:before,.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead span.back:before,.form-label.status .liveDashboard ._account_api .list-results thead span.back:before,.status.status-log .liveDashboard ._account_api .list-results thead span.back:before,.status.status-report-item .liveDashboard ._account_api .list-results thead span.back:before,.double-list dd.status .liveDashboard ._account_api .list-results thead span.back:before,.double-list dt.status .liveDashboard ._account_api .list-results thead span.back:before,.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead span.back:before,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead span.back:before,.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead span.back:before,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span.back:before,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span.back:before,._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span.back:before,.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead span.back:before,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.back:before,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span.back:before,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.back:before,.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead span.back:before,._account_api .liveDashboard .list-results thead .sub-header .w-form label.back:before,._account_api .liveDashboard .list-results thead .sub-header .w-double-list label.back:before,.liveDashboard ._account_api .list-results thead .sub-header .w-form label.back:before,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list label.back:before,._account_api .sub-header .w-form .liveDashboard .list-results thead label.back:before,._account_api .sub-header .w-double-list .liveDashboard .list-results thead label.back:before,.sub-header .w-form .liveDashboard ._account_api .list-results thead label.back:before,.sub-header .w-double-list .liveDashboard ._account_api .list-results thead label.back:before,._account_api .liveDashboard .list-results thead .form-auto-list .back.form-auto-item.is-user-is-inactive:before,.liveDashboard ._account_api .list-results thead .form-auto-list .back.form-auto-item.is-user-is-inactive:before,._account_api .form-auto-list .liveDashboard .list-results thead .back.form-auto-item.is-user-is-inactive:before,.form-auto-list .liveDashboard ._account_api .list-results thead .back.form-auto-item.is-user-is-inactive:before,._account_api .liveDashboard .list-results thead .form-auto-list .back.form-auto-item.is-user-is-active:before,.liveDashboard ._account_api .list-results thead .form-auto-list .back.form-auto-item.is-user-is-active:before,._account_api .form-auto-list .liveDashboard .list-results thead .back.form-auto-item.is-user-is-active:before,.form-auto-list .liveDashboard ._account_api .list-results thead .back.form-auto-item.is-user-is-active:before,._account_api .liveDashboard .list-results thead .list-results-header .status.title span.back:before,.liveDashboard ._account_api .list-results thead .list-results-header .status.title span.back:before,._account_api .list-results-header .status.title .liveDashboard .list-results thead span.back:before,.list-results-header .status.title .liveDashboard ._account_api .list-results thead span.back:before,._account_api .liveDashboard .list-results thead tr span.back:before,.liveDashboard ._account_api .list-results thead tr span.back:before,._account_api .list-results thead .back.icon:before,._account_api .list-results thead .back.w-alert-banner:before,._account_api .liveDashboard .list-results thead .back.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .back.w-alert-banner:before,._account_api .list-results thead .back.w-alert-banner:before,._account_api .list-results thead .w-time-period .dropdown .w-selection .back.btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .back.btn-period-clear:before,._account_api .list-results thead .w-time-period .dropdown .w-selection .back.btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .back.btn-filter:before,._account_api .list-results thead .w-time-period .dropdown .w-selection .back.btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .back.btn-period-edit:before,._account_api .list-results thead .block-filters .back.btn-filter:before,.block-filters ._account_api .list-results thead .back.btn-filter:before,._account_api .list-results thead .toggleWrapper input.mobileToggle+label.back:before,.toggleWrapper ._account_api .list-results thead input.mobileToggle+label.back:before,._account_api .list-results thead tbody span.back.status:before,._account_api .list-results tbody thead span.back.status:before,._account_api .list-results thead tbody td.is-running span.back:before,._account_api .list-results tbody td.is-running thead span.back:before,._account_api .list-results thead tbody td.is-pending span.back:before,._account_api .list-results tbody td.is-pending thead span.back:before,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .back.filter:before,.w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .back.filter:before,._account_api .list-results thead .form-label.status span.back:before,._account_api .list-results thead .status.status-log span.back:before,._account_api .list-results thead .status.status-report-item span.back:before,._account_api .list-results thead .double-list dd.status span.back:before,.double-list ._account_api .list-results thead dd.status span.back:before,._account_api .list-results thead .double-list dt.status span.back:before,.double-list ._account_api .list-results thead dt.status span.back:before,._account_api .list-results thead .w-cards-container .w-card .status.title span.back:before,.w-cards-container .w-card ._account_api .list-results thead .status.title span.back:before,._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.back:before,.w-cards-container .w-card.centered .w-value ._account_api .list-results thead .status.label span.back:before,._account_api .list-results thead tbody tr.sublist .status.title span.back:before,._account_api .list-results tbody tr.sublist thead .status.title span.back:before,.form-label.status ._account_api .list-results thead span.back:before,.status.status-log ._account_api .list-results thead span.back:before,.status.status-report-item ._account_api .list-results thead span.back:before,.double-list dd.status ._account_api .list-results thead span.back:before,.double-list dt.status ._account_api .list-results thead span.back:before,.w-cards-container .w-card .status.title ._account_api .list-results thead span.back:before,.w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.back:before,.list-results tbody tr.sublist .status.title ._account_api .list-results thead span.back:before,._account_api .list-results thead .w-filters-selected label.status.small span.back:before,.w-filters-selected label.status.small ._account_api .list-results thead span.back:before,._account_api .list-results thead .w-filters-selected .status.btn-f-s span.back:before,.w-filters-selected .status.btn-f-s ._account_api .list-results thead span.back:before,._account_api .list-results thead .sub-header .w-form label.back:before,._account_api .list-results thead .sub-header .w-double-list label.back:before,.sub-header .w-form ._account_api .list-results thead label.back:before,.sub-header .w-double-list ._account_api .list-results thead label.back:before,._account_api .list-results thead .form-auto-list .back.form-auto-item.is-user-is-inactive:before,.form-auto-list ._account_api .list-results thead .back.form-auto-item.is-user-is-inactive:before,._account_api .list-results thead .form-auto-list .back.form-auto-item.is-user-is-active:before,.form-auto-list ._account_api .list-results thead .back.form-auto-item.is-user-is-active:before,._account_api .list-results thead .list-results-header .status.title span.back:before,.list-results-header .status.title ._account_api .list-results thead span.back:before,._account_api .list-results thead tr span.back:before,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .back.filter:before,.w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .back.filter:before,._account_api .list-results thead .form-label.status span.back:before,._account_api .list-results thead .status.status-log span.back:before,._account_api .list-results thead .status.status-report-item span.back:before,._account_api .list-results thead .double-list dd.status span.back:before,.double-list ._account_api .list-results thead dd.status span.back:before,._account_api .list-results thead .double-list dt.status span.back:before,.double-list ._account_api .list-results thead dt.status span.back:before,._account_api .list-results thead .w-cards-container .w-card .status.title span.back:before,.w-cards-container .w-card ._account_api .list-results thead .status.title span.back:before,._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.back:before,.w-cards-container .w-card.centered .w-value ._account_api .list-results thead .status.label span.back:before,._account_api .list-results thead tbody tr.sublist .status.title span.back:before,._account_api .list-results tbody tr.sublist thead .status.title span.back:before,.form-label.status ._account_api .list-results thead span.back:before,.status.status-log ._account_api .list-results thead span.back:before,.status.status-report-item ._account_api .list-results thead span.back:before,.double-list dd.status ._account_api .list-results thead span.back:before,.double-list dt.status ._account_api .list-results thead span.back:before,.w-cards-container .w-card .status.title ._account_api .list-results thead span.back:before,.w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.back:before,.list-results tbody tr.sublist .status.title ._account_api .list-results thead span.back:before,._account_api .list-results thead .w-filters-selected label.status.small span.back:before,.w-filters-selected label.status.small ._account_api .list-results thead span.back:before,._account_api .list-results thead .w-filters-selected .status.btn-f-s span.back:before,.w-filters-selected .status.btn-f-s ._account_api .list-results thead span.back:before,._account_api .list-results thead .sub-header .w-form label.back:before,._account_api .list-results thead .sub-header .w-double-list label.back:before,.sub-header .w-form ._account_api .list-results thead label.back:before,.sub-header .w-double-list ._account_api .list-results thead label.back:before,._account_api .list-results thead .form-auto-list .back.form-auto-item.is-user-is-inactive:before,.form-auto-list ._account_api .list-results thead .back.form-auto-item.is-user-is-inactive:before,._account_api .list-results thead .form-auto-list .back.form-auto-item.is-user-is-active:before,.form-auto-list ._account_api .list-results thead .back.form-auto-item.is-user-is-active:before,._account_api .list-results thead .list-results-header .status.title span.back:before,.list-results-header .status.title ._account_api .list-results thead span.back:before,._account_api .list-results thead tr span.back:before,.sidebar-default.sidebar-default-right .sidebar-default-body .filter-group .back.filter-checkbox:before,.add-filters-dropdown .w-add-filters-list>div.filter-group .back.filter-checkbox:before,.filter-preset .filter-field-name button.back:before,.btn.preferences:before,.pagination a.preferences:before,.goal-option .preferences.expend-label:before,.btn.back:before,.pagination a.back:before,.goal-option .back.expend-label:before{font-size:2rem;color:#3f3f3f}@media(max-width: 767px){.liveDashboard .button-default.preferences,.liveDashboard .list-results thead .preferences.icon,.liveDashboard .list-results thead .preferences.w-alert-banner:before,.liveDashboard .list-results thead .preferences.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .preferences.w-alert-banner:before,._account_api .liveDashboard .list-results thead .preferences.w-alert-banner:before,.liveDashboard .list-results thead .w-dialog.plus .preferences.dialog-aside:after,.w-dialog.plus .liveDashboard .list-results thead .preferences.dialog-aside:after,.liveDashboard .list-results thead .w-toast .preferences.toast.plus:after,.w-toast .liveDashboard .list-results thead .preferences.toast.plus:after,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .preferences.btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .preferences.btn-period-clear:before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .preferences.btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .preferences.btn-filter:before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .preferences.btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .preferences.btn-period-edit:before,.liveDashboard .list-results thead .block-filters .preferences.btn-filter:before,.block-filters .liveDashboard .list-results thead .preferences.btn-filter:before,.liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.preferences,.toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label.preferences,.liveDashboard .list-results thead tbody span.preferences.status,.liveDashboard .list-results tbody thead span.preferences.status,.liveDashboard .list-results thead tbody td.is-running span.preferences,.liveDashboard .list-results tbody td.is-running thead span.preferences,.liveDashboard .list-results thead tbody td.is-pending span.preferences,.liveDashboard .list-results tbody td.is-pending thead span.preferences,.liveDashboard .list-results thead .preferences.icon,.liveDashboard .list-results thead .preferences.w-alert-banner:before,.liveDashboard .list-results thead .preferences.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .preferences.w-alert-banner:before,._account_api .liveDashboard .list-results thead .preferences.w-alert-banner:before,.liveDashboard .list-results thead .w-dialog.plus .preferences.dialog-aside:after,.w-dialog.plus .liveDashboard .list-results thead .preferences.dialog-aside:after,.liveDashboard .list-results thead .w-toast .preferences.toast.plus:after,.w-toast .liveDashboard .list-results thead .preferences.toast.plus:after,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .preferences.btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .preferences.btn-period-clear:before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .preferences.btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .preferences.btn-filter:before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .preferences.btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .preferences.btn-period-edit:before,.liveDashboard .list-results thead .block-filters .preferences.btn-filter:before,.block-filters .liveDashboard .list-results thead .preferences.btn-filter:before,.liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.preferences,.toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label.preferences,.liveDashboard .list-results thead tbody span.preferences.status,.liveDashboard .list-results tbody thead span.preferences.status,.liveDashboard .list-results thead tbody td.is-running span.preferences,.liveDashboard .list-results tbody td.is-running thead span.preferences,.liveDashboard .list-results thead tbody td.is-pending span.preferences,.liveDashboard .list-results tbody td.is-pending thead span.preferences,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .preferences.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .preferences.dropdown-toggle:after,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .preferences.filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .preferences.filter,.liveDashboard .list-results thead .form-label.status span.preferences,.liveDashboard .list-results thead .status.status-log span.preferences,.liveDashboard .list-results thead .status.status-report-item span.preferences,.liveDashboard .list-results thead .double-list dd.status span.preferences,.double-list .liveDashboard .list-results thead dd.status span.preferences,.liveDashboard .list-results thead .double-list dt.status span.preferences,.double-list .liveDashboard .list-results thead dt.status span.preferences,.liveDashboard .list-results thead .w-cards-container .w-card .status.title span.preferences,.w-cards-container .w-card .liveDashboard .list-results thead .status.title span.preferences,.liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.preferences,.w-cards-container .w-card.centered .w-value .liveDashboard .list-results thead .status.label span.preferences,.liveDashboard .list-results thead tbody tr.sublist .status.title span.preferences,.liveDashboard .list-results tbody tr.sublist thead .status.title span.preferences,.form-label.status .liveDashboard .list-results thead span.preferences,.status.status-log .liveDashboard .list-results thead span.preferences,.status.status-report-item .liveDashboard .list-results thead span.preferences,.double-list dd.status .liveDashboard .list-results thead span.preferences,.double-list dt.status .liveDashboard .list-results thead span.preferences,.w-cards-container .w-card .status.title .liveDashboard .list-results thead span.preferences,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.preferences,.list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.preferences,.liveDashboard .list-results thead .w-filters-selected label.status.small span.preferences,.w-filters-selected label.status.small .liveDashboard .list-results thead span.preferences,.liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.preferences,.w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.preferences,.liveDashboard .list-results thead .sub-header .w-form label.preferences,.liveDashboard .list-results thead .sub-header .w-double-list label.preferences,.sub-header .w-form .liveDashboard .list-results thead label.preferences,.sub-header .w-double-list .liveDashboard .list-results thead label.preferences,.liveDashboard .list-results thead .block-filters button.preferences:after,.block-filters .liveDashboard .list-results thead button.preferences:after,.liveDashboard .list-results thead .block-filters select.preferences:after,.block-filters .liveDashboard .list-results thead select.preferences:after,.liveDashboard .list-results thead .form-auto-list .preferences.form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard .list-results thead .preferences.form-auto-item.is-user-is-inactive,.liveDashboard .list-results thead .form-auto-list .preferences.form-auto-item.is-user-is-active,.form-auto-list .liveDashboard .list-results thead .preferences.form-auto-item.is-user-is-active,.liveDashboard .list-results thead .list-results-header .status.title span.preferences,.list-results-header .status.title .liveDashboard .list-results thead span.preferences,.liveDashboard .list-results thead tr span.preferences,.liveDashboard ._account_api .list-results thead .preferences.icon,.liveDashboard ._account_api .list-results thead .preferences.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .preferences.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .preferences.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-dialog.plus .preferences.dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .preferences.dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-toast .preferences.toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .preferences.toast.plus:after,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .preferences.btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .preferences.btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .preferences.btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .preferences.btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .preferences.btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .preferences.btn-period-edit:before,.liveDashboard ._account_api .list-results thead .block-filters .preferences.btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .preferences.btn-filter:before,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label.preferences,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label.preferences,.liveDashboard ._account_api .list-results thead tbody span.preferences.status,.liveDashboard ._account_api .list-results tbody thead span.preferences.status,.liveDashboard ._account_api .list-results thead tbody td.is-running span.preferences,.liveDashboard ._account_api .list-results tbody td.is-running thead span.preferences,.liveDashboard ._account_api .list-results thead tbody td.is-pending span.preferences,.liveDashboard ._account_api .list-results tbody td.is-pending thead span.preferences,._account_api .liveDashboard .list-results thead .preferences.icon,._account_api .liveDashboard .list-results thead .preferences.w-alert-banner:before,._account_api .liveDashboard .list-results thead .preferences.w-alert-banner:before,._account_api .liveDashboard .list-results thead .preferences.w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-dialog.plus .preferences.dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .preferences.dialog-aside:after,._account_api .liveDashboard .list-results thead .w-toast .preferences.toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .preferences.toast.plus:after,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .preferences.btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .preferences.btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .preferences.btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .preferences.btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .preferences.btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .preferences.btn-period-edit:before,._account_api .liveDashboard .list-results thead .block-filters .preferences.btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .preferences.btn-filter:before,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.preferences,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label.preferences,._account_api .liveDashboard .list-results thead tbody span.preferences.status,._account_api .liveDashboard .list-results tbody thead span.preferences.status,._account_api .liveDashboard .list-results thead tbody td.is-running span.preferences,._account_api .liveDashboard .list-results tbody td.is-running thead span.preferences,._account_api .liveDashboard .list-results thead tbody td.is-pending span.preferences,._account_api .liveDashboard .list-results tbody td.is-pending thead span.preferences,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .preferences.dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .preferences.dropdown-toggle:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .preferences.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .preferences.dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .preferences.filter,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .preferences.filter,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .preferences.filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .preferences.filter,.liveDashboard ._account_api .list-results thead .form-label.status span.preferences,.liveDashboard ._account_api .list-results thead .status.status-log span.preferences,.liveDashboard ._account_api .list-results thead .status.status-report-item span.preferences,.liveDashboard ._account_api .list-results thead .double-list dd.status span.preferences,.double-list .liveDashboard ._account_api .list-results thead dd.status span.preferences,.liveDashboard ._account_api .list-results thead .double-list dt.status span.preferences,.double-list .liveDashboard ._account_api .list-results thead dt.status span.preferences,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span.preferences,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title span.preferences,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.preferences,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label span.preferences,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span.preferences,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span.preferences,._account_api .liveDashboard .list-results thead .form-label.status span.preferences,._account_api .liveDashboard .list-results thead .status.status-log span.preferences,._account_api .liveDashboard .list-results thead .status.status-report-item span.preferences,._account_api .liveDashboard .list-results thead .double-list dd.status span.preferences,.double-list ._account_api .liveDashboard .list-results thead dd.status span.preferences,._account_api .liveDashboard .list-results thead .double-list dt.status span.preferences,.double-list ._account_api .liveDashboard .list-results thead dt.status span.preferences,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span.preferences,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title span.preferences,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.preferences,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label span.preferences,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span.preferences,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span.preferences,.liveDashboard .form-label.status ._account_api .list-results thead span.preferences,.liveDashboard .status.status-log ._account_api .list-results thead span.preferences,.liveDashboard .status.status-report-item ._account_api .list-results thead span.preferences,.liveDashboard .double-list dd.status ._account_api .list-results thead span.preferences,.double-list .liveDashboard dd.status ._account_api .list-results thead span.preferences,.liveDashboard .double-list dt.status ._account_api .list-results thead span.preferences,.double-list .liveDashboard dt.status ._account_api .list-results thead span.preferences,.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span.preferences,.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead span.preferences,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.preferences,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead span.preferences,.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span.preferences,.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead span.preferences,.form-label.status ._account_api .liveDashboard .list-results thead span.preferences,.status.status-log ._account_api .liveDashboard .list-results thead span.preferences,.status.status-report-item ._account_api .liveDashboard .list-results thead span.preferences,.double-list dd.status ._account_api .liveDashboard .list-results thead span.preferences,.double-list dt.status ._account_api .liveDashboard .list-results thead span.preferences,.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead span.preferences,.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead span.preferences,.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead span.preferences,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span.preferences,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span.preferences,.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span.preferences,.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead span.preferences,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span.preferences,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.preferences,.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span.preferences,.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead span.preferences,.liveDashboard ._account_api .list-results thead .sub-header .w-form label.preferences,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list label.preferences,._account_api .liveDashboard .list-results thead .sub-header .w-form label.preferences,._account_api .liveDashboard .list-results thead .sub-header .w-double-list label.preferences,.liveDashboard .sub-header .w-form ._account_api .list-results thead label.preferences,.liveDashboard .sub-header .w-double-list ._account_api .list-results thead label.preferences,.sub-header .w-form ._account_api .liveDashboard .list-results thead label.preferences,.sub-header .w-double-list ._account_api .liveDashboard .list-results thead label.preferences,.liveDashboard ._account_api .list-results thead .block-filters button.preferences:after,._account_api .liveDashboard .list-results thead .block-filters button.preferences:after,.liveDashboard .block-filters ._account_api .list-results thead button.preferences:after,.block-filters ._account_api .liveDashboard .list-results thead button.preferences:after,.liveDashboard ._account_api .list-results thead .block-filters select.preferences:after,._account_api .liveDashboard .list-results thead .block-filters select.preferences:after,.liveDashboard .block-filters ._account_api .list-results thead select.preferences:after,.block-filters ._account_api .liveDashboard .list-results thead select.preferences:after,.liveDashboard ._account_api .list-results thead .form-auto-list .preferences.form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .form-auto-list .preferences.form-auto-item.is-user-is-inactive,.liveDashboard .form-auto-list ._account_api .list-results thead .preferences.form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .liveDashboard .list-results thead .preferences.form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .form-auto-list .preferences.form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .form-auto-list .preferences.form-auto-item.is-user-is-active,.liveDashboard .form-auto-list ._account_api .list-results thead .preferences.form-auto-item.is-user-is-active,.form-auto-list ._account_api .liveDashboard .list-results thead .preferences.form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .list-results-header .status.title span.preferences,._account_api .liveDashboard .list-results thead .list-results-header .status.title span.preferences,.liveDashboard .list-results-header .status.title ._account_api .list-results thead span.preferences,.list-results-header .status.title ._account_api .liveDashboard .list-results thead span.preferences,.liveDashboard ._account_api .list-results thead tr span.preferences,._account_api .liveDashboard .list-results thead tr span.preferences,.liveDashboard ._account_api .list-results thead .preferences.icon,.liveDashboard ._account_api .list-results thead .preferences.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .preferences.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .preferences.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-dialog.plus .preferences.dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .preferences.dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-toast .preferences.toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .preferences.toast.plus:after,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .preferences.btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .preferences.btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .preferences.btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .preferences.btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .preferences.btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .preferences.btn-period-edit:before,.liveDashboard ._account_api .list-results thead .block-filters .preferences.btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .preferences.btn-filter:before,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label.preferences,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label.preferences,.liveDashboard ._account_api .list-results thead tbody span.preferences.status,.liveDashboard ._account_api .list-results tbody thead span.preferences.status,.liveDashboard ._account_api .list-results thead tbody td.is-running span.preferences,.liveDashboard ._account_api .list-results tbody td.is-running thead span.preferences,.liveDashboard ._account_api .list-results thead tbody td.is-pending span.preferences,.liveDashboard ._account_api .list-results tbody td.is-pending thead span.preferences,._account_api .liveDashboard .list-results thead .preferences.icon,._account_api .liveDashboard .list-results thead .preferences.w-alert-banner:before,._account_api .liveDashboard .list-results thead .preferences.w-alert-banner:before,._account_api .liveDashboard .list-results thead .preferences.w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-dialog.plus .preferences.dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .preferences.dialog-aside:after,._account_api .liveDashboard .list-results thead .w-toast .preferences.toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .preferences.toast.plus:after,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .preferences.btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .preferences.btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .preferences.btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .preferences.btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .preferences.btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .preferences.btn-period-edit:before,._account_api .liveDashboard .list-results thead .block-filters .preferences.btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .preferences.btn-filter:before,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.preferences,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label.preferences,._account_api .liveDashboard .list-results thead tbody span.preferences.status,._account_api .liveDashboard .list-results tbody thead span.preferences.status,._account_api .liveDashboard .list-results thead tbody td.is-running span.preferences,._account_api .liveDashboard .list-results tbody td.is-running thead span.preferences,._account_api .liveDashboard .list-results thead tbody td.is-pending span.preferences,._account_api .liveDashboard .list-results tbody td.is-pending thead span.preferences,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .preferences.dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .preferences.dropdown-toggle:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .preferences.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .preferences.dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .preferences.filter,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .preferences.filter,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .preferences.filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .preferences.filter,.liveDashboard ._account_api .list-results thead .form-label.status span.preferences,.liveDashboard ._account_api .list-results thead .status.status-log span.preferences,.liveDashboard ._account_api .list-results thead .status.status-report-item span.preferences,.liveDashboard ._account_api .list-results thead .double-list dd.status span.preferences,.double-list .liveDashboard ._account_api .list-results thead dd.status span.preferences,.liveDashboard ._account_api .list-results thead .double-list dt.status span.preferences,.double-list .liveDashboard ._account_api .list-results thead dt.status span.preferences,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span.preferences,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title span.preferences,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.preferences,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label span.preferences,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span.preferences,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span.preferences,._account_api .liveDashboard .list-results thead .form-label.status span.preferences,._account_api .liveDashboard .list-results thead .status.status-log span.preferences,._account_api .liveDashboard .list-results thead .status.status-report-item span.preferences,._account_api .liveDashboard .list-results thead .double-list dd.status span.preferences,.double-list ._account_api .liveDashboard .list-results thead dd.status span.preferences,._account_api .liveDashboard .list-results thead .double-list dt.status span.preferences,.double-list ._account_api .liveDashboard .list-results thead dt.status span.preferences,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span.preferences,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title span.preferences,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.preferences,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label span.preferences,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span.preferences,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span.preferences,.liveDashboard .form-label.status ._account_api .list-results thead span.preferences,.liveDashboard .status.status-log ._account_api .list-results thead span.preferences,.liveDashboard .status.status-report-item ._account_api .list-results thead span.preferences,.liveDashboard .double-list dd.status ._account_api .list-results thead span.preferences,.double-list .liveDashboard dd.status ._account_api .list-results thead span.preferences,.liveDashboard .double-list dt.status ._account_api .list-results thead span.preferences,.double-list .liveDashboard dt.status ._account_api .list-results thead span.preferences,.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span.preferences,.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead span.preferences,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.preferences,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead span.preferences,.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span.preferences,.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead span.preferences,.form-label.status ._account_api .liveDashboard .list-results thead span.preferences,.status.status-log ._account_api .liveDashboard .list-results thead span.preferences,.status.status-report-item ._account_api .liveDashboard .list-results thead span.preferences,.double-list dd.status ._account_api .liveDashboard .list-results thead span.preferences,.double-list dt.status ._account_api .liveDashboard .list-results thead span.preferences,.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead span.preferences,.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead span.preferences,.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead span.preferences,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span.preferences,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span.preferences,.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span.preferences,.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead span.preferences,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span.preferences,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.preferences,.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span.preferences,.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead span.preferences,.liveDashboard ._account_api .list-results thead .sub-header .w-form label.preferences,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list label.preferences,._account_api .liveDashboard .list-results thead .sub-header .w-form label.preferences,._account_api .liveDashboard .list-results thead .sub-header .w-double-list label.preferences,.liveDashboard .sub-header .w-form ._account_api .list-results thead label.preferences,.liveDashboard .sub-header .w-double-list ._account_api .list-results thead label.preferences,.sub-header .w-form ._account_api .liveDashboard .list-results thead label.preferences,.sub-header .w-double-list ._account_api .liveDashboard .list-results thead label.preferences,.liveDashboard ._account_api .list-results thead .block-filters button.preferences:after,._account_api .liveDashboard .list-results thead .block-filters button.preferences:after,.liveDashboard .block-filters ._account_api .list-results thead button.preferences:after,.block-filters ._account_api .liveDashboard .list-results thead button.preferences:after,.liveDashboard ._account_api .list-results thead .block-filters select.preferences:after,._account_api .liveDashboard .list-results thead .block-filters select.preferences:after,.liveDashboard .block-filters ._account_api .list-results thead select.preferences:after,.block-filters ._account_api .liveDashboard .list-results thead select.preferences:after,.liveDashboard ._account_api .list-results thead .form-auto-list .preferences.form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .form-auto-list .preferences.form-auto-item.is-user-is-inactive,.liveDashboard .form-auto-list ._account_api .list-results thead .preferences.form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .liveDashboard .list-results thead .preferences.form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .form-auto-list .preferences.form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .form-auto-list .preferences.form-auto-item.is-user-is-active,.liveDashboard .form-auto-list ._account_api .list-results thead .preferences.form-auto-item.is-user-is-active,.form-auto-list ._account_api .liveDashboard .list-results thead .preferences.form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .list-results-header .status.title span.preferences,._account_api .liveDashboard .list-results thead .list-results-header .status.title span.preferences,.liveDashboard .list-results-header .status.title ._account_api .list-results thead span.preferences,.list-results-header .status.title ._account_api .liveDashboard .list-results thead span.preferences,.liveDashboard ._account_api .list-results thead tr span.preferences,._account_api .liveDashboard .list-results thead tr span.preferences,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .preferences.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .preferences.dropdown-toggle:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .preferences.filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .preferences.filter,._account_api .form-label.status .liveDashboard .list-results thead span.preferences,._account_api .status.status-log .liveDashboard .list-results thead span.preferences,._account_api .status.status-report-item .liveDashboard .list-results thead span.preferences,._account_api .double-list dd.status .liveDashboard .list-results thead span.preferences,.double-list ._account_api dd.status .liveDashboard .list-results thead span.preferences,._account_api .double-list dt.status .liveDashboard .list-results thead span.preferences,.double-list ._account_api dt.status .liveDashboard .list-results thead span.preferences,._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span.preferences,.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead span.preferences,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.preferences,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead span.preferences,._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.preferences,.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead span.preferences,.form-label.status .liveDashboard ._account_api .list-results thead span.preferences,.status.status-log .liveDashboard ._account_api .list-results thead span.preferences,.status.status-report-item .liveDashboard ._account_api .list-results thead span.preferences,.double-list dd.status .liveDashboard ._account_api .list-results thead span.preferences,.double-list dt.status .liveDashboard ._account_api .list-results thead span.preferences,.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead span.preferences,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead span.preferences,.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead span.preferences,._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span.preferences,.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead span.preferences,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.preferences,.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead span.preferences,._account_api .sub-header .w-form .liveDashboard .list-results thead label.preferences,._account_api .sub-header .w-double-list .liveDashboard .list-results thead label.preferences,.sub-header .w-form .liveDashboard ._account_api .list-results thead label.preferences,.sub-header .w-double-list .liveDashboard ._account_api .list-results thead label.preferences,._account_api .block-filters .liveDashboard .list-results thead button.preferences:after,.block-filters .liveDashboard ._account_api .list-results thead button.preferences:after,._account_api .block-filters .liveDashboard .list-results thead select.preferences:after,.block-filters .liveDashboard ._account_api .list-results thead select.preferences:after,._account_api .form-auto-list .liveDashboard .list-results thead .preferences.form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard ._account_api .list-results thead .preferences.form-auto-item.is-user-is-inactive,._account_api .form-auto-list .liveDashboard .list-results thead .preferences.form-auto-item.is-user-is-active,.form-auto-list .liveDashboard ._account_api .list-results thead .preferences.form-auto-item.is-user-is-active,._account_api .list-results-header .status.title .liveDashboard .list-results thead span.preferences,.list-results-header .status.title .liveDashboard ._account_api .list-results thead span.preferences,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .preferences.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .preferences.dropdown-toggle:after,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .preferences.filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .preferences.filter,.liveDashboard .list-results thead .form-label.status span.preferences,.liveDashboard .list-results thead .status.status-log span.preferences,.liveDashboard .list-results thead .status.status-report-item span.preferences,.liveDashboard .list-results thead .double-list dd.status span.preferences,.double-list .liveDashboard .list-results thead dd.status span.preferences,.liveDashboard .list-results thead .double-list dt.status span.preferences,.double-list .liveDashboard .list-results thead dt.status span.preferences,.liveDashboard .list-results thead .w-cards-container .w-card .status.title span.preferences,.w-cards-container .w-card .liveDashboard .list-results thead .status.title span.preferences,.liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.preferences,.w-cards-container .w-card.centered .w-value .liveDashboard .list-results thead .status.label span.preferences,.liveDashboard .list-results thead tbody tr.sublist .status.title span.preferences,.liveDashboard .list-results tbody tr.sublist thead .status.title span.preferences,.form-label.status .liveDashboard .list-results thead span.preferences,.status.status-log .liveDashboard .list-results thead span.preferences,.status.status-report-item .liveDashboard .list-results thead span.preferences,.double-list dd.status .liveDashboard .list-results thead span.preferences,.double-list dt.status .liveDashboard .list-results thead span.preferences,.w-cards-container .w-card .status.title .liveDashboard .list-results thead span.preferences,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.preferences,.list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.preferences,.liveDashboard .list-results thead .w-filters-selected label.status.small span.preferences,.w-filters-selected label.status.small .liveDashboard .list-results thead span.preferences,.liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.preferences,.w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.preferences,.liveDashboard .list-results thead .sub-header .w-form label.preferences,.liveDashboard .list-results thead .sub-header .w-double-list label.preferences,.sub-header .w-form .liveDashboard .list-results thead label.preferences,.sub-header .w-double-list .liveDashboard .list-results thead label.preferences,.liveDashboard .list-results thead .block-filters button.preferences:after,.block-filters .liveDashboard .list-results thead button.preferences:after,.liveDashboard .list-results thead .block-filters select.preferences:after,.block-filters .liveDashboard .list-results thead select.preferences:after,.liveDashboard .list-results thead .form-auto-list .preferences.form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard .list-results thead .preferences.form-auto-item.is-user-is-inactive,.liveDashboard .list-results thead .form-auto-list .preferences.form-auto-item.is-user-is-active,.form-auto-list .liveDashboard .list-results thead .preferences.form-auto-item.is-user-is-active,.liveDashboard .list-results thead .list-results-header .status.title span.preferences,.list-results-header .status.title .liveDashboard .list-results thead span.preferences,.liveDashboard .list-results thead tr span.preferences,._account_api .list-results thead .liveDashboard .preferences.icon,._account_api .list-results thead .liveDashboard .preferences.w-alert-banner:before,._account_api .liveDashboard .list-results thead .liveDashboard .preferences.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .liveDashboard .preferences.w-alert-banner:before,._account_api .list-results thead .liveDashboard .preferences.w-alert-banner:before,._account_api .list-results thead .liveDashboard .w-dialog.plus .preferences.dialog-aside:after,.w-dialog.plus ._account_api .list-results thead .liveDashboard .preferences.dialog-aside:after,._account_api .list-results thead .liveDashboard .w-toast .preferences.toast.plus:after,.w-toast ._account_api .list-results thead .liveDashboard .preferences.toast.plus:after,._account_api .list-results thead .liveDashboard .w-time-period .dropdown .w-selection .preferences.btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .liveDashboard .preferences.btn-period-clear:before,._account_api .list-results thead .liveDashboard .w-time-period .dropdown .w-selection .preferences.btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .liveDashboard .preferences.btn-filter:before,._account_api .list-results thead .liveDashboard .w-time-period .dropdown .w-selection .preferences.btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .liveDashboard .preferences.btn-period-edit:before,._account_api .list-results thead .liveDashboard .block-filters .preferences.btn-filter:before,.block-filters ._account_api .list-results thead .liveDashboard .preferences.btn-filter:before,._account_api .list-results thead .liveDashboard .toggleWrapper input.mobileToggle+label.preferences,.toggleWrapper ._account_api .list-results thead .liveDashboard input.mobileToggle+label.preferences,._account_api .list-results thead .liveDashboard tbody span.preferences.status,._account_api .list-results tbody thead .liveDashboard span.preferences.status,._account_api .list-results thead .liveDashboard tbody td.is-running span.preferences,._account_api .list-results tbody td.is-running thead .liveDashboard span.preferences,._account_api .list-results thead .liveDashboard tbody td.is-pending span.preferences,._account_api .list-results tbody td.is-pending thead .liveDashboard span.preferences,._account_api .liveDashboard .list-results thead .liveDashboard .preferences.icon,._account_api .liveDashboard .list-results thead .liveDashboard .preferences.w-alert-banner:before,._account_api .liveDashboard .list-results thead .liveDashboard .preferences.w-alert-banner:before,._account_api .liveDashboard .list-results thead .liveDashboard .preferences.w-alert-banner:before,._account_api .liveDashboard .list-results thead .liveDashboard .w-dialog.plus .preferences.dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .liveDashboard .preferences.dialog-aside:after,._account_api .liveDashboard .list-results thead .liveDashboard .w-toast .preferences.toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .liveDashboard .preferences.toast.plus:after,._account_api .liveDashboard .list-results thead .liveDashboard .w-time-period .dropdown .w-selection .preferences.btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .liveDashboard .preferences.btn-period-clear:before,._account_api .liveDashboard .list-results thead .liveDashboard .w-time-period .dropdown .w-selection .preferences.btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .liveDashboard .preferences.btn-filter:before,._account_api .liveDashboard .list-results thead .liveDashboard .w-time-period .dropdown .w-selection .preferences.btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .liveDashboard .preferences.btn-period-edit:before,._account_api .liveDashboard .list-results thead .liveDashboard .block-filters .preferences.btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .liveDashboard .preferences.btn-filter:before,._account_api .liveDashboard .list-results thead .liveDashboard .toggleWrapper input.mobileToggle+label.preferences,.toggleWrapper ._account_api .liveDashboard .list-results thead .liveDashboard input.mobileToggle+label.preferences,._account_api .liveDashboard .list-results thead .liveDashboard tbody span.preferences.status,._account_api .liveDashboard .list-results tbody thead .liveDashboard span.preferences.status,._account_api .liveDashboard .list-results thead .liveDashboard tbody td.is-running span.preferences,._account_api .liveDashboard .list-results tbody td.is-running thead .liveDashboard span.preferences,._account_api .liveDashboard .list-results thead .liveDashboard tbody td.is-pending span.preferences,._account_api .liveDashboard .list-results tbody td.is-pending thead .liveDashboard span.preferences,.liveDashboard ._account_api .list-results thead .liveDashboard .preferences.icon,.liveDashboard ._account_api .list-results thead .liveDashboard .preferences.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .liveDashboard .preferences.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .liveDashboard .preferences.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .liveDashboard .w-dialog.plus .preferences.dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .liveDashboard .preferences.dialog-aside:after,.liveDashboard ._account_api .list-results thead .liveDashboard .w-toast .preferences.toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .liveDashboard .preferences.toast.plus:after,.liveDashboard ._account_api .list-results thead .liveDashboard .w-time-period .dropdown .w-selection .preferences.btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .liveDashboard .preferences.btn-period-clear:before,.liveDashboard ._account_api .list-results thead .liveDashboard .w-time-period .dropdown .w-selection .preferences.btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .liveDashboard .preferences.btn-filter:before,.liveDashboard ._account_api .list-results thead .liveDashboard .w-time-period .dropdown .w-selection .preferences.btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .liveDashboard .preferences.btn-period-edit:before,.liveDashboard ._account_api .list-results thead .liveDashboard .block-filters .preferences.btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .liveDashboard .preferences.btn-filter:before,.liveDashboard ._account_api .list-results thead .liveDashboard .toggleWrapper input.mobileToggle+label.preferences,.toggleWrapper .liveDashboard ._account_api .list-results thead .liveDashboard input.mobileToggle+label.preferences,.liveDashboard ._account_api .list-results thead .liveDashboard tbody span.preferences.status,.liveDashboard ._account_api .list-results tbody thead .liveDashboard span.preferences.status,.liveDashboard ._account_api .list-results thead .liveDashboard tbody td.is-running span.preferences,.liveDashboard ._account_api .list-results tbody td.is-running thead .liveDashboard span.preferences,.liveDashboard ._account_api .list-results thead .liveDashboard tbody td.is-pending span.preferences,.liveDashboard ._account_api .list-results tbody td.is-pending thead .liveDashboard span.preferences,._account_api .liveDashboard .list-results thead .liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown .preferences.dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown .preferences.dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .preferences.dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .preferences.dropdown-toggle:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .liveDashboard .preferences.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .liveDashboard .preferences.dropdown-toggle:after,._account_api .liveDashboard .list-results thead .liveDashboard .w-filter-preset.w-filter-preset .filter-preset .preferences.filter,.liveDashboard ._account_api .list-results thead .liveDashboard .w-filter-preset.w-filter-preset .filter-preset .preferences.filter,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .preferences.filter,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .preferences.filter,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .liveDashboard .preferences.filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .liveDashboard .preferences.filter,._account_api .liveDashboard .list-results thead .liveDashboard .form-label.status span.preferences,._account_api .liveDashboard .list-results thead .liveDashboard .status.status-log span.preferences,._account_api .liveDashboard .list-results thead .liveDashboard .status.status-report-item span.preferences,._account_api .liveDashboard .list-results thead .liveDashboard .double-list dd.status span.preferences,.double-list ._account_api .liveDashboard .list-results thead .liveDashboard dd.status span.preferences,._account_api .liveDashboard .list-results thead .liveDashboard .double-list dt.status span.preferences,.double-list ._account_api .liveDashboard .list-results thead .liveDashboard dt.status span.preferences,._account_api .liveDashboard .list-results thead .liveDashboard .w-cards-container .w-card .status.title span.preferences,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .liveDashboard .status.title span.preferences,._account_api .liveDashboard .list-results thead .liveDashboard .w-cards-container .w-card.centered .w-value .status.label span.preferences,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .liveDashboard .status.label span.preferences,._account_api .liveDashboard .list-results thead .liveDashboard tbody tr.sublist .status.title span.preferences,._account_api .liveDashboard .list-results tbody tr.sublist thead .liveDashboard .status.title span.preferences,.liveDashboard ._account_api .list-results thead .liveDashboard .form-label.status span.preferences,.liveDashboard ._account_api .list-results thead .liveDashboard .status.status-log span.preferences,.liveDashboard ._account_api .list-results thead .liveDashboard .status.status-report-item span.preferences,.liveDashboard ._account_api .list-results thead .liveDashboard .double-list dd.status span.preferences,.double-list .liveDashboard ._account_api .list-results thead .liveDashboard dd.status span.preferences,.liveDashboard ._account_api .list-results thead .liveDashboard .double-list dt.status span.preferences,.double-list .liveDashboard ._account_api .list-results thead .liveDashboard dt.status span.preferences,.liveDashboard ._account_api .list-results thead .liveDashboard .w-cards-container .w-card .status.title span.preferences,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .liveDashboard .status.title span.preferences,.liveDashboard ._account_api .list-results thead .liveDashboard .w-cards-container .w-card.centered .w-value .status.label span.preferences,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .liveDashboard .status.label span.preferences,.liveDashboard ._account_api .list-results thead .liveDashboard tbody tr.sublist .status.title span.preferences,.liveDashboard ._account_api .list-results tbody tr.sublist thead .liveDashboard .status.title span.preferences,._account_api .liveDashboard .list-results thead .form-label.status .liveDashboard span.preferences,._account_api .liveDashboard .list-results thead .status.status-log .liveDashboard span.preferences,._account_api .liveDashboard .list-results thead .status.status-report-item .liveDashboard span.preferences,._account_api .liveDashboard .list-results thead .double-list dd.status .liveDashboard span.preferences,.double-list ._account_api .liveDashboard .list-results thead dd.status .liveDashboard span.preferences,._account_api .liveDashboard .list-results thead .double-list dt.status .liveDashboard span.preferences,.double-list ._account_api .liveDashboard .list-results thead dt.status .liveDashboard span.preferences,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title .liveDashboard span.preferences,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title .liveDashboard span.preferences,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .liveDashboard span.preferences,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label .liveDashboard span.preferences,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title .liveDashboard span.preferences,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title .liveDashboard span.preferences,.liveDashboard ._account_api .list-results thead .form-label.status .liveDashboard span.preferences,.liveDashboard ._account_api .list-results thead .status.status-log .liveDashboard span.preferences,.liveDashboard ._account_api .list-results thead .status.status-report-item .liveDashboard span.preferences,.liveDashboard ._account_api .list-results thead .double-list dd.status .liveDashboard span.preferences,.double-list .liveDashboard ._account_api .list-results thead dd.status .liveDashboard span.preferences,.liveDashboard ._account_api .list-results thead .double-list dt.status .liveDashboard span.preferences,.double-list .liveDashboard ._account_api .list-results thead dt.status .liveDashboard span.preferences,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title .liveDashboard span.preferences,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title .liveDashboard span.preferences,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .liveDashboard span.preferences,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label .liveDashboard span.preferences,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title .liveDashboard span.preferences,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title .liveDashboard span.preferences,._account_api .form-label.status .liveDashboard .list-results thead .liveDashboard span.preferences,._account_api .status.status-log .liveDashboard .list-results thead .liveDashboard span.preferences,._account_api .status.status-report-item .liveDashboard .list-results thead .liveDashboard span.preferences,._account_api .double-list dd.status .liveDashboard .list-results thead .liveDashboard span.preferences,.double-list ._account_api dd.status .liveDashboard .list-results thead .liveDashboard span.preferences,._account_api .double-list dt.status .liveDashboard .list-results thead .liveDashboard span.preferences,.double-list ._account_api dt.status .liveDashboard .list-results thead .liveDashboard span.preferences,._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead .liveDashboard span.preferences,.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead .liveDashboard span.preferences,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead .liveDashboard span.preferences,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead .liveDashboard span.preferences,._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead .liveDashboard span.preferences,.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead .liveDashboard span.preferences,.form-label.status .liveDashboard ._account_api .list-results thead .liveDashboard span.preferences,.status.status-log .liveDashboard ._account_api .list-results thead .liveDashboard span.preferences,.status.status-report-item .liveDashboard ._account_api .list-results thead .liveDashboard span.preferences,.double-list dd.status .liveDashboard ._account_api .list-results thead .liveDashboard span.preferences,.double-list dt.status .liveDashboard ._account_api .list-results thead .liveDashboard span.preferences,.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead .liveDashboard span.preferences,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead .liveDashboard span.preferences,.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead .liveDashboard span.preferences,._account_api .liveDashboard .list-results thead .liveDashboard .w-filters-selected label.status.small span.preferences,.liveDashboard ._account_api .list-results thead .liveDashboard .w-filters-selected label.status.small span.preferences,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small .liveDashboard span.preferences,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small .liveDashboard span.preferences,._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead .liveDashboard span.preferences,.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead .liveDashboard span.preferences,._account_api .liveDashboard .list-results thead .liveDashboard .w-filters-selected .status.btn-f-s span.preferences,.liveDashboard ._account_api .list-results thead .liveDashboard .w-filters-selected .status.btn-f-s span.preferences,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .liveDashboard span.preferences,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s .liveDashboard span.preferences,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead .liveDashboard span.preferences,.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead .liveDashboard span.preferences,._account_api .liveDashboard .list-results thead .liveDashboard .sub-header .w-form label.preferences,._account_api .liveDashboard .list-results thead .liveDashboard .sub-header .w-double-list label.preferences,.liveDashboard ._account_api .list-results thead .liveDashboard .sub-header .w-form label.preferences,.liveDashboard ._account_api .list-results thead .liveDashboard .sub-header .w-double-list label.preferences,._account_api .liveDashboard .list-results thead .sub-header .w-form .liveDashboard label.preferences,._account_api .liveDashboard .list-results thead .sub-header .w-double-list .liveDashboard label.preferences,.liveDashboard ._account_api .list-results thead .sub-header .w-form .liveDashboard label.preferences,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list .liveDashboard label.preferences,._account_api .sub-header .w-form .liveDashboard .list-results thead .liveDashboard label.preferences,._account_api .sub-header .w-double-list .liveDashboard .list-results thead .liveDashboard label.preferences,.sub-header .w-form .liveDashboard ._account_api .list-results thead .liveDashboard label.preferences,.sub-header .w-double-list .liveDashboard ._account_api .list-results thead .liveDashboard label.preferences,._account_api .liveDashboard .list-results thead .liveDashboard .block-filters button.preferences:after,.liveDashboard ._account_api .list-results thead .liveDashboard .block-filters button.preferences:after,._account_api .liveDashboard .list-results thead .block-filters .liveDashboard button.preferences:after,.liveDashboard ._account_api .list-results thead .block-filters .liveDashboard button.preferences:after,._account_api .block-filters .liveDashboard .list-results thead .liveDashboard button.preferences:after,.block-filters .liveDashboard ._account_api .list-results thead .liveDashboard button.preferences:after,._account_api .liveDashboard .list-results thead .liveDashboard .block-filters select.preferences:after,.liveDashboard ._account_api .list-results thead .liveDashboard .block-filters select.preferences:after,._account_api .liveDashboard .list-results thead .block-filters .liveDashboard select.preferences:after,.liveDashboard ._account_api .list-results thead .block-filters .liveDashboard select.preferences:after,._account_api .block-filters .liveDashboard .list-results thead .liveDashboard select.preferences:after,.block-filters .liveDashboard ._account_api .list-results thead .liveDashboard select.preferences:after,._account_api .liveDashboard .list-results thead .liveDashboard .form-auto-list .preferences.form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .liveDashboard .form-auto-list .preferences.form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .form-auto-list .liveDashboard .preferences.form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .form-auto-list .liveDashboard .preferences.form-auto-item.is-user-is-inactive,._account_api .form-auto-list .liveDashboard .list-results thead .liveDashboard .preferences.form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard ._account_api .list-results thead .liveDashboard .preferences.form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .liveDashboard .form-auto-list .preferences.form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .liveDashboard .form-auto-list .preferences.form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .form-auto-list .liveDashboard .preferences.form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .form-auto-list .liveDashboard .preferences.form-auto-item.is-user-is-active,._account_api .form-auto-list .liveDashboard .list-results thead .liveDashboard .preferences.form-auto-item.is-user-is-active,.form-auto-list .liveDashboard ._account_api .list-results thead .liveDashboard .preferences.form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .liveDashboard .list-results-header .status.title span.preferences,.liveDashboard ._account_api .list-results thead .liveDashboard .list-results-header .status.title span.preferences,._account_api .liveDashboard .list-results thead .list-results-header .status.title .liveDashboard span.preferences,.liveDashboard ._account_api .list-results thead .list-results-header .status.title .liveDashboard span.preferences,._account_api .list-results-header .status.title .liveDashboard .list-results thead .liveDashboard span.preferences,.list-results-header .status.title .liveDashboard ._account_api .list-results thead .liveDashboard span.preferences,._account_api .liveDashboard .list-results thead .liveDashboard tr span.preferences,.liveDashboard ._account_api .list-results thead .liveDashboard tr span.preferences,._account_api .liveDashboard .list-results thead tr .liveDashboard span.preferences,.liveDashboard ._account_api .list-results thead tr .liveDashboard span.preferences,._account_api .list-results thead .liveDashboard .preferences.icon,._account_api .list-results thead .liveDashboard .preferences.w-alert-banner:before,._account_api .liveDashboard .list-results thead .liveDashboard .preferences.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .liveDashboard .preferences.w-alert-banner:before,._account_api .list-results thead .liveDashboard .preferences.w-alert-banner:before,._account_api .list-results thead .liveDashboard .w-dialog.plus .preferences.dialog-aside:after,.w-dialog.plus ._account_api .list-results thead .liveDashboard .preferences.dialog-aside:after,._account_api .list-results thead .liveDashboard .w-toast .preferences.toast.plus:after,.w-toast ._account_api .list-results thead .liveDashboard .preferences.toast.plus:after,._account_api .list-results thead .liveDashboard .w-time-period .dropdown .w-selection .preferences.btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .liveDashboard .preferences.btn-period-clear:before,._account_api .list-results thead .liveDashboard .w-time-period .dropdown .w-selection .preferences.btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .liveDashboard .preferences.btn-filter:before,._account_api .list-results thead .liveDashboard .w-time-period .dropdown .w-selection .preferences.btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .liveDashboard .preferences.btn-period-edit:before,._account_api .list-results thead .liveDashboard .block-filters .preferences.btn-filter:before,.block-filters ._account_api .list-results thead .liveDashboard .preferences.btn-filter:before,._account_api .list-results thead .liveDashboard .toggleWrapper input.mobileToggle+label.preferences,.toggleWrapper ._account_api .list-results thead .liveDashboard input.mobileToggle+label.preferences,._account_api .list-results thead .liveDashboard tbody span.preferences.status,._account_api .list-results tbody thead .liveDashboard span.preferences.status,._account_api .list-results thead .liveDashboard tbody td.is-running span.preferences,._account_api .list-results tbody td.is-running thead .liveDashboard span.preferences,._account_api .list-results thead .liveDashboard tbody td.is-pending span.preferences,._account_api .list-results tbody td.is-pending thead .liveDashboard span.preferences,._account_api .list-results thead .liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown .preferences.dropdown-toggle:after,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .preferences.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .liveDashboard .preferences.dropdown-toggle:after,._account_api .list-results thead .liveDashboard .w-filter-preset.w-filter-preset .filter-preset .preferences.filter,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .preferences.filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .liveDashboard .preferences.filter,._account_api .list-results thead .liveDashboard .form-label.status span.preferences,._account_api .list-results thead .liveDashboard .status.status-log span.preferences,._account_api .list-results thead .liveDashboard .status.status-report-item span.preferences,._account_api .list-results thead .liveDashboard .double-list dd.status span.preferences,.double-list ._account_api .list-results thead .liveDashboard dd.status span.preferences,._account_api .list-results thead .liveDashboard .double-list dt.status span.preferences,.double-list ._account_api .list-results thead .liveDashboard dt.status span.preferences,._account_api .list-results thead .liveDashboard .w-cards-container .w-card .status.title span.preferences,.w-cards-container .w-card ._account_api .list-results thead .liveDashboard .status.title span.preferences,._account_api .list-results thead .liveDashboard .w-cards-container .w-card.centered .w-value .status.label span.preferences,.w-cards-container .w-card.centered .w-value ._account_api .list-results thead .liveDashboard .status.label span.preferences,._account_api .list-results thead .liveDashboard tbody tr.sublist .status.title span.preferences,._account_api .list-results tbody tr.sublist thead .liveDashboard .status.title span.preferences,._account_api .list-results thead .form-label.status .liveDashboard span.preferences,._account_api .list-results thead .status.status-log .liveDashboard span.preferences,._account_api .list-results thead .status.status-report-item .liveDashboard span.preferences,._account_api .list-results thead .double-list dd.status .liveDashboard span.preferences,.double-list ._account_api .list-results thead dd.status .liveDashboard span.preferences,._account_api .list-results thead .double-list dt.status .liveDashboard span.preferences,.double-list ._account_api .list-results thead dt.status .liveDashboard span.preferences,._account_api .list-results thead .w-cards-container .w-card .status.title .liveDashboard span.preferences,.w-cards-container .w-card ._account_api .list-results thead .status.title .liveDashboard span.preferences,._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .liveDashboard span.preferences,.w-cards-container .w-card.centered .w-value ._account_api .list-results thead .status.label .liveDashboard span.preferences,._account_api .list-results thead tbody tr.sublist .status.title .liveDashboard span.preferences,._account_api .list-results tbody tr.sublist thead .status.title .liveDashboard span.preferences,.form-label.status ._account_api .list-results thead .liveDashboard span.preferences,.status.status-log ._account_api .list-results thead .liveDashboard span.preferences,.status.status-report-item ._account_api .list-results thead .liveDashboard span.preferences,.double-list dd.status ._account_api .list-results thead .liveDashboard span.preferences,.double-list dt.status ._account_api .list-results thead .liveDashboard span.preferences,.w-cards-container .w-card .status.title ._account_api .list-results thead .liveDashboard span.preferences,.w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead .liveDashboard span.preferences,.list-results tbody tr.sublist .status.title ._account_api .list-results thead .liveDashboard span.preferences,._account_api .list-results thead .liveDashboard .w-filters-selected label.status.small span.preferences,._account_api .list-results thead .w-filters-selected label.status.small .liveDashboard span.preferences,.w-filters-selected label.status.small ._account_api .list-results thead .liveDashboard span.preferences,._account_api .list-results thead .liveDashboard .w-filters-selected .status.btn-f-s span.preferences,._account_api .list-results thead .w-filters-selected .status.btn-f-s .liveDashboard span.preferences,.w-filters-selected .status.btn-f-s ._account_api .list-results thead .liveDashboard span.preferences,._account_api .list-results thead .liveDashboard .sub-header .w-form label.preferences,._account_api .list-results thead .liveDashboard .sub-header .w-double-list label.preferences,._account_api .list-results thead .sub-header .w-form .liveDashboard label.preferences,._account_api .list-results thead .sub-header .w-double-list .liveDashboard label.preferences,.sub-header .w-form ._account_api .list-results thead .liveDashboard label.preferences,.sub-header .w-double-list ._account_api .list-results thead .liveDashboard label.preferences,._account_api .list-results thead .liveDashboard .block-filters button.preferences:after,._account_api .list-results thead .block-filters .liveDashboard button.preferences:after,.block-filters ._account_api .list-results thead .liveDashboard button.preferences:after,._account_api .list-results thead .liveDashboard .block-filters select.preferences:after,._account_api .list-results thead .block-filters .liveDashboard select.preferences:after,.block-filters ._account_api .list-results thead .liveDashboard select.preferences:after,._account_api .list-results thead .liveDashboard .form-auto-list .preferences.form-auto-item.is-user-is-inactive,._account_api .list-results thead .form-auto-list .liveDashboard .preferences.form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .list-results thead .liveDashboard .preferences.form-auto-item.is-user-is-inactive,._account_api .list-results thead .liveDashboard .form-auto-list .preferences.form-auto-item.is-user-is-active,._account_api .list-results thead .form-auto-list .liveDashboard .preferences.form-auto-item.is-user-is-active,.form-auto-list ._account_api .list-results thead .liveDashboard .preferences.form-auto-item.is-user-is-active,._account_api .list-results thead .liveDashboard .list-results-header .status.title span.preferences,._account_api .list-results thead .list-results-header .status.title .liveDashboard span.preferences,.list-results-header .status.title ._account_api .list-results thead .liveDashboard span.preferences,._account_api .list-results thead .liveDashboard tr span.preferences,._account_api .list-results thead tr .liveDashboard span.preferences,.liveDashboard ._account_api .list-results thead .liveDashboard .preferences.icon,.liveDashboard ._account_api .list-results thead .liveDashboard .preferences.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .liveDashboard .preferences.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .liveDashboard .preferences.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .liveDashboard .w-dialog.plus .preferences.dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .liveDashboard .preferences.dialog-aside:after,.liveDashboard ._account_api .list-results thead .liveDashboard .w-toast .preferences.toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .liveDashboard .preferences.toast.plus:after,.liveDashboard ._account_api .list-results thead .liveDashboard .w-time-period .dropdown .w-selection .preferences.btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .liveDashboard .preferences.btn-period-clear:before,.liveDashboard ._account_api .list-results thead .liveDashboard .w-time-period .dropdown .w-selection .preferences.btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .liveDashboard .preferences.btn-filter:before,.liveDashboard ._account_api .list-results thead .liveDashboard .w-time-period .dropdown .w-selection .preferences.btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .liveDashboard .preferences.btn-period-edit:before,.liveDashboard ._account_api .list-results thead .liveDashboard .block-filters .preferences.btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .liveDashboard .preferences.btn-filter:before,.liveDashboard ._account_api .list-results thead .liveDashboard .toggleWrapper input.mobileToggle+label.preferences,.toggleWrapper .liveDashboard ._account_api .list-results thead .liveDashboard input.mobileToggle+label.preferences,.liveDashboard ._account_api .list-results thead .liveDashboard tbody span.preferences.status,.liveDashboard ._account_api .list-results tbody thead .liveDashboard span.preferences.status,.liveDashboard ._account_api .list-results thead .liveDashboard tbody td.is-running span.preferences,.liveDashboard ._account_api .list-results tbody td.is-running thead .liveDashboard span.preferences,.liveDashboard ._account_api .list-results thead .liveDashboard tbody td.is-pending span.preferences,.liveDashboard ._account_api .list-results tbody td.is-pending thead .liveDashboard span.preferences,._account_api .liveDashboard .list-results thead .liveDashboard .preferences.icon,._account_api .liveDashboard .list-results thead .liveDashboard .preferences.w-alert-banner:before,._account_api .liveDashboard .list-results thead .liveDashboard .preferences.w-alert-banner:before,._account_api .liveDashboard .list-results thead .liveDashboard .preferences.w-alert-banner:before,._account_api .liveDashboard .list-results thead .liveDashboard .w-dialog.plus .preferences.dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .liveDashboard .preferences.dialog-aside:after,._account_api .liveDashboard .list-results thead .liveDashboard .w-toast .preferences.toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .liveDashboard .preferences.toast.plus:after,._account_api .liveDashboard .list-results thead .liveDashboard .w-time-period .dropdown .w-selection .preferences.btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .liveDashboard .preferences.btn-period-clear:before,._account_api .liveDashboard .list-results thead .liveDashboard .w-time-period .dropdown .w-selection .preferences.btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .liveDashboard .preferences.btn-filter:before,._account_api .liveDashboard .list-results thead .liveDashboard .w-time-period .dropdown .w-selection .preferences.btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .liveDashboard .preferences.btn-period-edit:before,._account_api .liveDashboard .list-results thead .liveDashboard .block-filters .preferences.btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .liveDashboard .preferences.btn-filter:before,._account_api .liveDashboard .list-results thead .liveDashboard .toggleWrapper input.mobileToggle+label.preferences,.toggleWrapper ._account_api .liveDashboard .list-results thead .liveDashboard input.mobileToggle+label.preferences,._account_api .liveDashboard .list-results thead .liveDashboard tbody span.preferences.status,._account_api .liveDashboard .list-results tbody thead .liveDashboard span.preferences.status,._account_api .liveDashboard .list-results thead .liveDashboard tbody td.is-running span.preferences,._account_api .liveDashboard .list-results tbody td.is-running thead .liveDashboard span.preferences,._account_api .liveDashboard .list-results thead .liveDashboard tbody td.is-pending span.preferences,._account_api .liveDashboard .list-results tbody td.is-pending thead .liveDashboard span.preferences,.liveDashboard ._account_api .list-results thead .liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown .preferences.dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .preferences.dropdown-toggle:after,._account_api .liveDashboard .list-results thead .liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown .preferences.dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .preferences.dropdown-toggle:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .liveDashboard .preferences.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .liveDashboard .preferences.dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .liveDashboard .w-filter-preset.w-filter-preset .filter-preset .preferences.filter,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .preferences.filter,._account_api .liveDashboard .list-results thead .liveDashboard .w-filter-preset.w-filter-preset .filter-preset .preferences.filter,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .preferences.filter,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .liveDashboard .preferences.filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .liveDashboard .preferences.filter,.liveDashboard ._account_api .list-results thead .liveDashboard .form-label.status span.preferences,.liveDashboard ._account_api .list-results thead .liveDashboard .status.status-log span.preferences,.liveDashboard ._account_api .list-results thead .liveDashboard .status.status-report-item span.preferences,.liveDashboard ._account_api .list-results thead .liveDashboard .double-list dd.status span.preferences,.double-list .liveDashboard ._account_api .list-results thead .liveDashboard dd.status span.preferences,.liveDashboard ._account_api .list-results thead .liveDashboard .double-list dt.status span.preferences,.double-list .liveDashboard ._account_api .list-results thead .liveDashboard dt.status span.preferences,.liveDashboard ._account_api .list-results thead .liveDashboard .w-cards-container .w-card .status.title span.preferences,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .liveDashboard .status.title span.preferences,.liveDashboard ._account_api .list-results thead .liveDashboard .w-cards-container .w-card.centered .w-value .status.label span.preferences,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .liveDashboard .status.label span.preferences,.liveDashboard ._account_api .list-results thead .liveDashboard tbody tr.sublist .status.title span.preferences,.liveDashboard ._account_api .list-results tbody tr.sublist thead .liveDashboard .status.title span.preferences,.liveDashboard ._account_api .list-results thead .form-label.status .liveDashboard span.preferences,.liveDashboard ._account_api .list-results thead .status.status-log .liveDashboard span.preferences,.liveDashboard ._account_api .list-results thead .status.status-report-item .liveDashboard span.preferences,.liveDashboard ._account_api .list-results thead .double-list dd.status .liveDashboard span.preferences,.double-list .liveDashboard ._account_api .list-results thead dd.status .liveDashboard span.preferences,.liveDashboard ._account_api .list-results thead .double-list dt.status .liveDashboard span.preferences,.double-list .liveDashboard ._account_api .list-results thead dt.status .liveDashboard span.preferences,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title .liveDashboard span.preferences,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title .liveDashboard span.preferences,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .liveDashboard span.preferences,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label .liveDashboard span.preferences,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title .liveDashboard span.preferences,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title .liveDashboard span.preferences,._account_api .liveDashboard .list-results thead .liveDashboard .form-label.status span.preferences,._account_api .liveDashboard .list-results thead .liveDashboard .status.status-log span.preferences,._account_api .liveDashboard .list-results thead .liveDashboard .status.status-report-item span.preferences,._account_api .liveDashboard .list-results thead .liveDashboard .double-list dd.status span.preferences,.double-list ._account_api .liveDashboard .list-results thead .liveDashboard dd.status span.preferences,._account_api .liveDashboard .list-results thead .liveDashboard .double-list dt.status span.preferences,.double-list ._account_api .liveDashboard .list-results thead .liveDashboard dt.status span.preferences,._account_api .liveDashboard .list-results thead .liveDashboard .w-cards-container .w-card .status.title span.preferences,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .liveDashboard .status.title span.preferences,._account_api .liveDashboard .list-results thead .liveDashboard .w-cards-container .w-card.centered .w-value .status.label span.preferences,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .liveDashboard .status.label span.preferences,._account_api .liveDashboard .list-results thead .liveDashboard tbody tr.sublist .status.title span.preferences,._account_api .liveDashboard .list-results tbody tr.sublist thead .liveDashboard .status.title span.preferences,._account_api .liveDashboard .list-results thead .form-label.status .liveDashboard span.preferences,._account_api .liveDashboard .list-results thead .status.status-log .liveDashboard span.preferences,._account_api .liveDashboard .list-results thead .status.status-report-item .liveDashboard span.preferences,._account_api .liveDashboard .list-results thead .double-list dd.status .liveDashboard span.preferences,.double-list ._account_api .liveDashboard .list-results thead dd.status .liveDashboard span.preferences,._account_api .liveDashboard .list-results thead .double-list dt.status .liveDashboard span.preferences,.double-list ._account_api .liveDashboard .list-results thead dt.status .liveDashboard span.preferences,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title .liveDashboard span.preferences,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title .liveDashboard span.preferences,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .liveDashboard span.preferences,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label .liveDashboard span.preferences,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title .liveDashboard span.preferences,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title .liveDashboard span.preferences,.liveDashboard .form-label.status ._account_api .list-results thead .liveDashboard span.preferences,.liveDashboard .status.status-log ._account_api .list-results thead .liveDashboard span.preferences,.liveDashboard .status.status-report-item ._account_api .list-results thead .liveDashboard span.preferences,.liveDashboard .double-list dd.status ._account_api .list-results thead .liveDashboard span.preferences,.double-list .liveDashboard dd.status ._account_api .list-results thead .liveDashboard span.preferences,.liveDashboard .double-list dt.status ._account_api .list-results thead .liveDashboard span.preferences,.double-list .liveDashboard dt.status ._account_api .list-results thead .liveDashboard span.preferences,.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead .liveDashboard span.preferences,.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead .liveDashboard span.preferences,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead .liveDashboard span.preferences,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead .liveDashboard span.preferences,.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead .liveDashboard span.preferences,.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead .liveDashboard span.preferences,.form-label.status ._account_api .liveDashboard .list-results thead .liveDashboard span.preferences,.status.status-log ._account_api .liveDashboard .list-results thead .liveDashboard span.preferences,.status.status-report-item ._account_api .liveDashboard .list-results thead .liveDashboard span.preferences,.double-list dd.status ._account_api .liveDashboard .list-results thead .liveDashboard span.preferences,.double-list dt.status ._account_api .liveDashboard .list-results thead .liveDashboard span.preferences,.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead .liveDashboard span.preferences,.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead .liveDashboard span.preferences,.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead .liveDashboard span.preferences,.liveDashboard ._account_api .list-results thead .liveDashboard .w-filters-selected label.status.small span.preferences,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small .liveDashboard span.preferences,._account_api .liveDashboard .list-results thead .liveDashboard .w-filters-selected label.status.small span.preferences,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small .liveDashboard span.preferences,.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead .liveDashboard span.preferences,.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead .liveDashboard span.preferences,.liveDashboard ._account_api .list-results thead .liveDashboard .w-filters-selected .status.btn-f-s span.preferences,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s .liveDashboard span.preferences,._account_api .liveDashboard .list-results thead .liveDashboard .w-filters-selected .status.btn-f-s span.preferences,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .liveDashboard span.preferences,.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead .liveDashboard span.preferences,.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead .liveDashboard span.preferences,.liveDashboard ._account_api .list-results thead .liveDashboard .sub-header .w-form label.preferences,.liveDashboard ._account_api .list-results thead .liveDashboard .sub-header .w-double-list label.preferences,.liveDashboard ._account_api .list-results thead .sub-header .w-form .liveDashboard label.preferences,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list .liveDashboard label.preferences,._account_api .liveDashboard .list-results thead .liveDashboard .sub-header .w-form label.preferences,._account_api .liveDashboard .list-results thead .liveDashboard .sub-header .w-double-list label.preferences,._account_api .liveDashboard .list-results thead .sub-header .w-form .liveDashboard label.preferences,._account_api .liveDashboard .list-results thead .sub-header .w-double-list .liveDashboard label.preferences,.liveDashboard .sub-header .w-form ._account_api .list-results thead .liveDashboard label.preferences,.liveDashboard .sub-header .w-double-list ._account_api .list-results thead .liveDashboard label.preferences,.sub-header .w-form ._account_api .liveDashboard .list-results thead .liveDashboard label.preferences,.sub-header .w-double-list ._account_api .liveDashboard .list-results thead .liveDashboard label.preferences,.liveDashboard ._account_api .list-results thead .liveDashboard .block-filters button.preferences:after,.liveDashboard ._account_api .list-results thead .block-filters .liveDashboard button.preferences:after,._account_api .liveDashboard .list-results thead .liveDashboard .block-filters button.preferences:after,._account_api .liveDashboard .list-results thead .block-filters .liveDashboard button.preferences:after,.liveDashboard .block-filters ._account_api .list-results thead .liveDashboard button.preferences:after,.block-filters ._account_api .liveDashboard .list-results thead .liveDashboard button.preferences:after,.liveDashboard ._account_api .list-results thead .liveDashboard .block-filters select.preferences:after,.liveDashboard ._account_api .list-results thead .block-filters .liveDashboard select.preferences:after,._account_api .liveDashboard .list-results thead .liveDashboard .block-filters select.preferences:after,._account_api .liveDashboard .list-results thead .block-filters .liveDashboard select.preferences:after,.liveDashboard .block-filters ._account_api .list-results thead .liveDashboard select.preferences:after,.block-filters ._account_api .liveDashboard .list-results thead .liveDashboard select.preferences:after,.liveDashboard ._account_api .list-results thead .liveDashboard .form-auto-list .preferences.form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .form-auto-list .liveDashboard .preferences.form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .liveDashboard .form-auto-list .preferences.form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .form-auto-list .liveDashboard .preferences.form-auto-item.is-user-is-inactive,.liveDashboard .form-auto-list ._account_api .list-results thead .liveDashboard .preferences.form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .liveDashboard .list-results thead .liveDashboard .preferences.form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .liveDashboard .form-auto-list .preferences.form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .form-auto-list .liveDashboard .preferences.form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .liveDashboard .form-auto-list .preferences.form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .form-auto-list .liveDashboard .preferences.form-auto-item.is-user-is-active,.liveDashboard .form-auto-list ._account_api .list-results thead .liveDashboard .preferences.form-auto-item.is-user-is-active,.form-auto-list ._account_api .liveDashboard .list-results thead .liveDashboard .preferences.form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .liveDashboard .list-results-header .status.title span.preferences,.liveDashboard ._account_api .list-results thead .list-results-header .status.title .liveDashboard span.preferences,._account_api .liveDashboard .list-results thead .liveDashboard .list-results-header .status.title span.preferences,._account_api .liveDashboard .list-results thead .list-results-header .status.title .liveDashboard span.preferences,.liveDashboard .list-results-header .status.title ._account_api .list-results thead .liveDashboard span.preferences,.list-results-header .status.title ._account_api .liveDashboard .list-results thead .liveDashboard span.preferences,.liveDashboard ._account_api .list-results thead .liveDashboard tr span.preferences,.liveDashboard ._account_api .list-results thead tr .liveDashboard span.preferences,._account_api .liveDashboard .list-results thead .liveDashboard tr span.preferences,._account_api .liveDashboard .list-results thead tr .liveDashboard span.preferences,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .liveDashboard .preferences.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .liveDashboard .preferences.dropdown-toggle:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .liveDashboard .preferences.filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .liveDashboard .preferences.filter,._account_api .form-label.status .liveDashboard .list-results thead .liveDashboard span.preferences,._account_api .status.status-log .liveDashboard .list-results thead .liveDashboard span.preferences,._account_api .status.status-report-item .liveDashboard .list-results thead .liveDashboard span.preferences,._account_api .double-list dd.status .liveDashboard .list-results thead .liveDashboard span.preferences,.double-list ._account_api dd.status .liveDashboard .list-results thead .liveDashboard span.preferences,._account_api .double-list dt.status .liveDashboard .list-results thead .liveDashboard span.preferences,.double-list ._account_api dt.status .liveDashboard .list-results thead .liveDashboard span.preferences,._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead .liveDashboard span.preferences,.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead .liveDashboard span.preferences,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead .liveDashboard span.preferences,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead .liveDashboard span.preferences,._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead .liveDashboard span.preferences,.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead .liveDashboard span.preferences,.form-label.status .liveDashboard ._account_api .list-results thead .liveDashboard span.preferences,.status.status-log .liveDashboard ._account_api .list-results thead .liveDashboard span.preferences,.status.status-report-item .liveDashboard ._account_api .list-results thead .liveDashboard span.preferences,.double-list dd.status .liveDashboard ._account_api .list-results thead .liveDashboard span.preferences,.double-list dt.status .liveDashboard ._account_api .list-results thead .liveDashboard span.preferences,.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead .liveDashboard span.preferences,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead .liveDashboard span.preferences,.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead .liveDashboard span.preferences,._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead .liveDashboard span.preferences,.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead .liveDashboard span.preferences,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead .liveDashboard span.preferences,.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead .liveDashboard span.preferences,._account_api .sub-header .w-form .liveDashboard .list-results thead .liveDashboard label.preferences,._account_api .sub-header .w-double-list .liveDashboard .list-results thead .liveDashboard label.preferences,.sub-header .w-form .liveDashboard ._account_api .list-results thead .liveDashboard label.preferences,.sub-header .w-double-list .liveDashboard ._account_api .list-results thead .liveDashboard label.preferences,._account_api .block-filters .liveDashboard .list-results thead .liveDashboard button.preferences:after,.block-filters .liveDashboard ._account_api .list-results thead .liveDashboard button.preferences:after,._account_api .block-filters .liveDashboard .list-results thead .liveDashboard select.preferences:after,.block-filters .liveDashboard ._account_api .list-results thead .liveDashboard select.preferences:after,._account_api .form-auto-list .liveDashboard .list-results thead .liveDashboard .preferences.form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard ._account_api .list-results thead .liveDashboard .preferences.form-auto-item.is-user-is-inactive,._account_api .form-auto-list .liveDashboard .list-results thead .liveDashboard .preferences.form-auto-item.is-user-is-active,.form-auto-list .liveDashboard ._account_api .list-results thead .liveDashboard .preferences.form-auto-item.is-user-is-active,._account_api .list-results-header .status.title .liveDashboard .list-results thead .liveDashboard span.preferences,.list-results-header .status.title .liveDashboard ._account_api .list-results thead .liveDashboard span.preferences,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .preferences.dropdown-toggle:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .preferences.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .liveDashboard .preferences.dropdown-toggle:after,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .preferences.filter,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .preferences.filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .liveDashboard .preferences.filter,._account_api .list-results thead .form-label.status .liveDashboard span.preferences,._account_api .list-results thead .status.status-log .liveDashboard span.preferences,._account_api .list-results thead .status.status-report-item .liveDashboard span.preferences,._account_api .list-results thead .double-list dd.status .liveDashboard span.preferences,.double-list ._account_api .list-results thead dd.status .liveDashboard span.preferences,._account_api .list-results thead .double-list dt.status .liveDashboard span.preferences,.double-list ._account_api .list-results thead dt.status .liveDashboard span.preferences,._account_api .list-results thead .w-cards-container .w-card .status.title .liveDashboard span.preferences,.w-cards-container .w-card ._account_api .list-results thead .status.title .liveDashboard span.preferences,._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .liveDashboard span.preferences,.w-cards-container .w-card.centered .w-value ._account_api .list-results thead .status.label .liveDashboard span.preferences,._account_api .list-results thead tbody tr.sublist .status.title .liveDashboard span.preferences,._account_api .list-results tbody tr.sublist thead .status.title .liveDashboard span.preferences,.liveDashboard .form-label.status ._account_api .list-results thead span.preferences,.liveDashboard .status.status-log ._account_api .list-results thead span.preferences,.liveDashboard .status.status-report-item ._account_api .list-results thead span.preferences,.liveDashboard .double-list dd.status ._account_api .list-results thead span.preferences,.double-list .liveDashboard dd.status ._account_api .list-results thead span.preferences,.liveDashboard .double-list dt.status ._account_api .list-results thead span.preferences,.double-list .liveDashboard dt.status ._account_api .list-results thead span.preferences,.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span.preferences,.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead span.preferences,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.preferences,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead span.preferences,.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span.preferences,.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead span.preferences,.form-label.status ._account_api .list-results thead .liveDashboard span.preferences,.status.status-log ._account_api .list-results thead .liveDashboard span.preferences,.status.status-report-item ._account_api .list-results thead .liveDashboard span.preferences,.double-list dd.status ._account_api .list-results thead .liveDashboard span.preferences,.double-list dt.status ._account_api .list-results thead .liveDashboard span.preferences,.w-cards-container .w-card .status.title ._account_api .list-results thead .liveDashboard span.preferences,.w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead .liveDashboard span.preferences,.list-results tbody tr.sublist .status.title ._account_api .list-results thead .liveDashboard span.preferences,._account_api .list-results thead .w-filters-selected label.status.small .liveDashboard span.preferences,.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span.preferences,.w-filters-selected label.status.small ._account_api .list-results thead .liveDashboard span.preferences,._account_api .list-results thead .w-filters-selected .status.btn-f-s .liveDashboard span.preferences,.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span.preferences,.w-filters-selected .status.btn-f-s ._account_api .list-results thead .liveDashboard span.preferences,._account_api .list-results thead .sub-header .w-form .liveDashboard label.preferences,._account_api .list-results thead .sub-header .w-double-list .liveDashboard label.preferences,.liveDashboard .sub-header .w-form ._account_api .list-results thead label.preferences,.liveDashboard .sub-header .w-double-list ._account_api .list-results thead label.preferences,.sub-header .w-form ._account_api .list-results thead .liveDashboard label.preferences,.sub-header .w-double-list ._account_api .list-results thead .liveDashboard label.preferences,._account_api .list-results thead .block-filters .liveDashboard button.preferences:after,.liveDashboard .block-filters ._account_api .list-results thead button.preferences:after,.block-filters ._account_api .list-results thead .liveDashboard button.preferences:after,._account_api .list-results thead .block-filters .liveDashboard select.preferences:after,.liveDashboard .block-filters ._account_api .list-results thead select.preferences:after,.block-filters ._account_api .list-results thead .liveDashboard select.preferences:after,._account_api .list-results thead .form-auto-list .liveDashboard .preferences.form-auto-item.is-user-is-inactive,.liveDashboard .form-auto-list ._account_api .list-results thead .preferences.form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .list-results thead .liveDashboard .preferences.form-auto-item.is-user-is-inactive,._account_api .list-results thead .form-auto-list .liveDashboard .preferences.form-auto-item.is-user-is-active,.liveDashboard .form-auto-list ._account_api .list-results thead .preferences.form-auto-item.is-user-is-active,.form-auto-list ._account_api .list-results thead .liveDashboard .preferences.form-auto-item.is-user-is-active,._account_api .list-results thead .list-results-header .status.title .liveDashboard span.preferences,.liveDashboard .list-results-header .status.title ._account_api .list-results thead span.preferences,.list-results-header .status.title ._account_api .list-results thead .liveDashboard span.preferences,._account_api .list-results thead tr .liveDashboard span.preferences,.liveDashboard .sidebar-default.sidebar-default-right .sidebar-default-body .filter-group .preferences.filter-checkbox,.sidebar-default.sidebar-default-right .sidebar-default-body .filter-group .liveDashboard .preferences.filter-checkbox,.liveDashboard .add-filters-dropdown .w-add-filters-list>div.filter-group .preferences.filter-checkbox,.add-filters-dropdown .w-add-filters-list>div.filter-group .liveDashboard .preferences.filter-checkbox,.liveDashboard .filter-preset .filter-field-name button.preferences,.filter-preset .filter-field-name .liveDashboard button.preferences,.liveDashboard .btn.preferences,.liveDashboard .pagination a.preferences,.pagination .liveDashboard a.preferences,.liveDashboard .goal-option .preferences.expend-label,.goal-option .liveDashboard .preferences.expend-label{display:none}}.desktop .liveDashboard .button-default.preferences,.desktop .liveDashboard .list-results thead .preferences.icon,.desktop .liveDashboard .list-results thead .preferences.w-alert-banner:before,.desktop .liveDashboard .list-results thead .preferences.w-alert-banner:before,.desktop .liveDashboard ._account_api .list-results thead .preferences.w-alert-banner:before,._account_api .desktop .liveDashboard .list-results thead .preferences.w-alert-banner:before,.desktop .liveDashboard .list-results thead .w-dialog.plus .preferences.dialog-aside:after,.w-dialog.plus .desktop .liveDashboard .list-results thead .preferences.dialog-aside:after,.desktop .liveDashboard .list-results thead .w-toast .preferences.toast.plus:after,.w-toast .desktop .liveDashboard .list-results thead .preferences.toast.plus:after,.desktop .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .preferences.btn-period-clear:before,.w-time-period .dropdown .w-selection .desktop .liveDashboard .list-results thead .preferences.btn-period-clear:before,.desktop .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .preferences.btn-filter:before,.w-time-period .dropdown .w-selection .desktop .liveDashboard .list-results thead .preferences.btn-filter:before,.desktop .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .preferences.btn-period-edit:before,.w-time-period .dropdown .w-selection .desktop .liveDashboard .list-results thead .preferences.btn-period-edit:before,.desktop .liveDashboard .list-results thead .block-filters .preferences.btn-filter:before,.block-filters .desktop .liveDashboard .list-results thead .preferences.btn-filter:before,.desktop .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.preferences,.toggleWrapper .desktop .liveDashboard .list-results thead input.mobileToggle+label.preferences,.desktop .liveDashboard .list-results thead tbody span.preferences.status,.desktop .liveDashboard .list-results tbody thead span.preferences.status,.desktop .liveDashboard .list-results thead tbody td.is-running span.preferences,.desktop .liveDashboard .list-results tbody td.is-running thead span.preferences,.desktop .liveDashboard .list-results thead tbody td.is-pending span.preferences,.desktop .liveDashboard .list-results tbody td.is-pending thead span.preferences,.desktop .liveDashboard .list-results thead .preferences.icon,.desktop .liveDashboard .list-results thead .preferences.w-alert-banner:before,.desktop .liveDashboard .list-results thead .preferences.w-alert-banner:before,.desktop .liveDashboard ._account_api .list-results thead .preferences.w-alert-banner:before,._account_api .desktop .liveDashboard .list-results thead .preferences.w-alert-banner:before,.desktop .liveDashboard .list-results thead .w-dialog.plus .preferences.dialog-aside:after,.w-dialog.plus .desktop .liveDashboard .list-results thead .preferences.dialog-aside:after,.desktop .liveDashboard .list-results thead .w-toast .preferences.toast.plus:after,.w-toast .desktop .liveDashboard .list-results thead .preferences.toast.plus:after,.desktop .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .preferences.btn-period-clear:before,.w-time-period .dropdown .w-selection .desktop .liveDashboard .list-results thead .preferences.btn-period-clear:before,.desktop .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .preferences.btn-filter:before,.w-time-period .dropdown .w-selection .desktop .liveDashboard .list-results thead .preferences.btn-filter:before,.desktop .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .preferences.btn-period-edit:before,.w-time-period .dropdown .w-selection .desktop .liveDashboard .list-results thead .preferences.btn-period-edit:before,.desktop .liveDashboard .list-results thead .block-filters .preferences.btn-filter:before,.block-filters .desktop .liveDashboard .list-results thead .preferences.btn-filter:before,.desktop .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.preferences,.toggleWrapper .desktop .liveDashboard .list-results thead input.mobileToggle+label.preferences,.desktop .liveDashboard .list-results thead tbody span.preferences.status,.desktop .liveDashboard .list-results tbody thead span.preferences.status,.desktop .liveDashboard .list-results thead tbody td.is-running span.preferences,.desktop .liveDashboard .list-results tbody td.is-running thead span.preferences,.desktop .liveDashboard .list-results thead tbody td.is-pending span.preferences,.desktop .liveDashboard .list-results tbody td.is-pending thead span.preferences,.desktop .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .preferences.dropdown-toggle:after,.desktop .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .preferences.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .desktop .liveDashboard .list-results thead .preferences.dropdown-toggle:after,.desktop .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .preferences.filter,.desktop .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .preferences.filter,.w-filter-preset.w-filter-preset .filter-preset .desktop .liveDashboard .list-results thead .preferences.filter,.desktop .liveDashboard .list-results thead .form-label.status span.preferences,.desktop .liveDashboard .list-results thead .status.status-log span.preferences,.desktop .liveDashboard .list-results thead .status.status-report-item span.preferences,.desktop .liveDashboard .list-results thead .double-list dd.status span.preferences,.double-list .desktop .liveDashboard .list-results thead dd.status span.preferences,.desktop .liveDashboard .list-results thead .double-list dt.status span.preferences,.double-list .desktop .liveDashboard .list-results thead dt.status span.preferences,.desktop .liveDashboard .list-results thead .w-cards-container .w-card .status.title span.preferences,.w-cards-container .w-card .desktop .liveDashboard .list-results thead .status.title span.preferences,.desktop .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.preferences,.w-cards-container .w-card.centered .w-value .desktop .liveDashboard .list-results thead .status.label span.preferences,.desktop .liveDashboard .list-results thead tbody tr.sublist .status.title span.preferences,.desktop .liveDashboard .list-results tbody tr.sublist thead .status.title span.preferences,.desktop .form-label.status .liveDashboard .list-results thead span.preferences,.desktop .status.status-log .liveDashboard .list-results thead span.preferences,.desktop .status.status-report-item .liveDashboard .list-results thead span.preferences,.desktop .double-list dd.status .liveDashboard .list-results thead span.preferences,.double-list .desktop dd.status .liveDashboard .list-results thead span.preferences,.desktop .double-list dt.status .liveDashboard .list-results thead span.preferences,.double-list .desktop dt.status .liveDashboard .list-results thead span.preferences,.desktop .w-cards-container .w-card .status.title .liveDashboard .list-results thead span.preferences,.w-cards-container .w-card .desktop .status.title .liveDashboard .list-results thead span.preferences,.desktop .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.preferences,.w-cards-container .w-card.centered .w-value .desktop .status.label .liveDashboard .list-results thead span.preferences,.desktop .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.preferences,.list-results tbody tr.sublist .desktop .status.title .liveDashboard .list-results thead span.preferences,.form-label.status .desktop .liveDashboard .list-results thead span.preferences,.status.status-log .desktop .liveDashboard .list-results thead span.preferences,.status.status-report-item .desktop .liveDashboard .list-results thead span.preferences,.double-list dd.status .desktop .liveDashboard .list-results thead span.preferences,.double-list dt.status .desktop .liveDashboard .list-results thead span.preferences,.w-cards-container .w-card .status.title .desktop .liveDashboard .list-results thead span.preferences,.w-cards-container .w-card.centered .w-value .status.label .desktop .liveDashboard .list-results thead span.preferences,.list-results tbody tr.sublist .status.title .desktop .liveDashboard .list-results thead span.preferences,.desktop .liveDashboard .list-results thead .w-filters-selected label.status.small span.preferences,.desktop .w-filters-selected label.status.small .liveDashboard .list-results thead span.preferences,.w-filters-selected label.status.small .desktop .liveDashboard .list-results thead span.preferences,.desktop .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.preferences,.desktop .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.preferences,.w-filters-selected .status.btn-f-s .desktop .liveDashboard .list-results thead span.preferences,.desktop .liveDashboard .list-results thead .sub-header .w-form label.preferences,.desktop .liveDashboard .list-results thead .sub-header .w-double-list label.preferences,.desktop .sub-header .w-form .liveDashboard .list-results thead label.preferences,.desktop .sub-header .w-double-list .liveDashboard .list-results thead label.preferences,.sub-header .w-form .desktop .liveDashboard .list-results thead label.preferences,.sub-header .w-double-list .desktop .liveDashboard .list-results thead label.preferences,.desktop .liveDashboard .list-results thead .block-filters button.preferences:after,.desktop .block-filters .liveDashboard .list-results thead button.preferences:after,.block-filters .desktop .liveDashboard .list-results thead button.preferences:after,.desktop .liveDashboard .list-results thead .block-filters select.preferences:after,.desktop .block-filters .liveDashboard .list-results thead select.preferences:after,.block-filters .desktop .liveDashboard .list-results thead select.preferences:after,.desktop .liveDashboard .list-results thead .form-auto-list .preferences.form-auto-item.is-user-is-inactive,.desktop .form-auto-list .liveDashboard .list-results thead .preferences.form-auto-item.is-user-is-inactive,.form-auto-list .desktop .liveDashboard .list-results thead .preferences.form-auto-item.is-user-is-inactive,.desktop .liveDashboard .list-results thead .form-auto-list .preferences.form-auto-item.is-user-is-active,.desktop .form-auto-list .liveDashboard .list-results thead .preferences.form-auto-item.is-user-is-active,.form-auto-list .desktop .liveDashboard .list-results thead .preferences.form-auto-item.is-user-is-active,.desktop .liveDashboard .list-results thead .list-results-header .status.title span.preferences,.desktop .list-results-header .status.title .liveDashboard .list-results thead span.preferences,.list-results-header .status.title .desktop .liveDashboard .list-results thead span.preferences,.desktop .liveDashboard .list-results thead tr span.preferences,.desktop .liveDashboard ._account_api .list-results thead .preferences.icon,.desktop .liveDashboard ._account_api .list-results thead .preferences.w-alert-banner:before,.desktop .liveDashboard ._account_api .list-results thead .preferences.w-alert-banner:before,.desktop .liveDashboard ._account_api .list-results thead .preferences.w-alert-banner:before,.desktop .liveDashboard ._account_api .list-results thead .w-dialog.plus .preferences.dialog-aside:after,.w-dialog.plus .desktop .liveDashboard ._account_api .list-results thead .preferences.dialog-aside:after,.desktop .liveDashboard ._account_api .list-results thead .w-toast .preferences.toast.plus:after,.w-toast .desktop .liveDashboard ._account_api .list-results thead .preferences.toast.plus:after,.desktop .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .preferences.btn-period-clear:before,.w-time-period .dropdown .w-selection .desktop .liveDashboard ._account_api .list-results thead .preferences.btn-period-clear:before,.desktop .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .preferences.btn-filter:before,.w-time-period .dropdown .w-selection .desktop .liveDashboard ._account_api .list-results thead .preferences.btn-filter:before,.desktop .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .preferences.btn-period-edit:before,.w-time-period .dropdown .w-selection .desktop .liveDashboard ._account_api .list-results thead .preferences.btn-period-edit:before,.desktop .liveDashboard ._account_api .list-results thead .block-filters .preferences.btn-filter:before,.block-filters .desktop .liveDashboard ._account_api .list-results thead .preferences.btn-filter:before,.desktop .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label.preferences,.toggleWrapper .desktop .liveDashboard ._account_api .list-results thead input.mobileToggle+label.preferences,.desktop .liveDashboard ._account_api .list-results thead tbody span.preferences.status,.desktop .liveDashboard ._account_api .list-results tbody thead span.preferences.status,.desktop .liveDashboard ._account_api .list-results thead tbody td.is-running span.preferences,.desktop .liveDashboard ._account_api .list-results tbody td.is-running thead span.preferences,.desktop .liveDashboard ._account_api .list-results thead tbody td.is-pending span.preferences,.desktop .liveDashboard ._account_api .list-results tbody td.is-pending thead span.preferences,._account_api .desktop .liveDashboard .list-results thead .preferences.icon,._account_api .desktop .liveDashboard .list-results thead .preferences.w-alert-banner:before,._account_api .desktop .liveDashboard .list-results thead .preferences.w-alert-banner:before,._account_api .desktop .liveDashboard .list-results thead .preferences.w-alert-banner:before,._account_api .desktop .liveDashboard .list-results thead .w-dialog.plus .preferences.dialog-aside:after,.w-dialog.plus ._account_api .desktop .liveDashboard .list-results thead .preferences.dialog-aside:after,._account_api .desktop .liveDashboard .list-results thead .w-toast .preferences.toast.plus:after,.w-toast ._account_api .desktop .liveDashboard .list-results thead .preferences.toast.plus:after,._account_api .desktop .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .preferences.btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .desktop .liveDashboard .list-results thead .preferences.btn-period-clear:before,._account_api .desktop .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .preferences.btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .desktop .liveDashboard .list-results thead .preferences.btn-filter:before,._account_api .desktop .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .preferences.btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .desktop .liveDashboard .list-results thead .preferences.btn-period-edit:before,._account_api .desktop .liveDashboard .list-results thead .block-filters .preferences.btn-filter:before,.block-filters ._account_api .desktop .liveDashboard .list-results thead .preferences.btn-filter:before,._account_api .desktop .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.preferences,.toggleWrapper ._account_api .desktop .liveDashboard .list-results thead input.mobileToggle+label.preferences,._account_api .desktop .liveDashboard .list-results thead tbody span.preferences.status,._account_api .desktop .liveDashboard .list-results tbody thead span.preferences.status,._account_api .desktop .liveDashboard .list-results thead tbody td.is-running span.preferences,._account_api .desktop .liveDashboard .list-results tbody td.is-running thead span.preferences,._account_api .desktop .liveDashboard .list-results thead tbody td.is-pending span.preferences,._account_api .desktop .liveDashboard .list-results tbody td.is-pending thead span.preferences,.desktop .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .preferences.dropdown-toggle:after,._account_api .desktop .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .preferences.dropdown-toggle:after,.desktop .liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .preferences.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .desktop .liveDashboard .list-results thead .preferences.dropdown-toggle:after,.desktop .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .preferences.filter,._account_api .desktop .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .preferences.filter,.desktop .liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .preferences.filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .desktop .liveDashboard .list-results thead .preferences.filter,.desktop .liveDashboard ._account_api .list-results thead .form-label.status span.preferences,.desktop .liveDashboard ._account_api .list-results thead .status.status-log span.preferences,.desktop .liveDashboard ._account_api .list-results thead .status.status-report-item span.preferences,.desktop .liveDashboard ._account_api .list-results thead .double-list dd.status span.preferences,.double-list .desktop .liveDashboard ._account_api .list-results thead dd.status span.preferences,.desktop .liveDashboard ._account_api .list-results thead .double-list dt.status span.preferences,.double-list .desktop .liveDashboard ._account_api .list-results thead dt.status span.preferences,.desktop .liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span.preferences,.w-cards-container .w-card .desktop .liveDashboard ._account_api .list-results thead .status.title span.preferences,.desktop .liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.preferences,.w-cards-container .w-card.centered .w-value .desktop .liveDashboard ._account_api .list-results thead .status.label span.preferences,.desktop .liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span.preferences,.desktop .liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span.preferences,._account_api .desktop .liveDashboard .list-results thead .form-label.status span.preferences,._account_api .desktop .liveDashboard .list-results thead .status.status-log span.preferences,._account_api .desktop .liveDashboard .list-results thead .status.status-report-item span.preferences,._account_api .desktop .liveDashboard .list-results thead .double-list dd.status span.preferences,.double-list ._account_api .desktop .liveDashboard .list-results thead dd.status span.preferences,._account_api .desktop .liveDashboard .list-results thead .double-list dt.status span.preferences,.double-list ._account_api .desktop .liveDashboard .list-results thead dt.status span.preferences,._account_api .desktop .liveDashboard .list-results thead .w-cards-container .w-card .status.title span.preferences,.w-cards-container .w-card ._account_api .desktop .liveDashboard .list-results thead .status.title span.preferences,._account_api .desktop .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.preferences,.w-cards-container .w-card.centered .w-value ._account_api .desktop .liveDashboard .list-results thead .status.label span.preferences,._account_api .desktop .liveDashboard .list-results thead tbody tr.sublist .status.title span.preferences,._account_api .desktop .liveDashboard .list-results tbody tr.sublist thead .status.title span.preferences,.desktop .liveDashboard .form-label.status ._account_api .list-results thead span.preferences,.desktop .liveDashboard .status.status-log ._account_api .list-results thead span.preferences,.desktop .liveDashboard .status.status-report-item ._account_api .list-results thead span.preferences,.desktop .liveDashboard .double-list dd.status ._account_api .list-results thead span.preferences,.double-list .desktop .liveDashboard dd.status ._account_api .list-results thead span.preferences,.desktop .liveDashboard .double-list dt.status ._account_api .list-results thead span.preferences,.double-list .desktop .liveDashboard dt.status ._account_api .list-results thead span.preferences,.desktop .liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span.preferences,.w-cards-container .w-card .desktop .liveDashboard .status.title ._account_api .list-results thead span.preferences,.desktop .liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.preferences,.w-cards-container .w-card.centered .w-value .desktop .liveDashboard .status.label ._account_api .list-results thead span.preferences,.desktop .liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span.preferences,.list-results tbody tr.sublist .desktop .liveDashboard .status.title ._account_api .list-results thead span.preferences,.form-label.status ._account_api .desktop .liveDashboard .list-results thead span.preferences,.status.status-log ._account_api .desktop .liveDashboard .list-results thead span.preferences,.status.status-report-item ._account_api .desktop .liveDashboard .list-results thead span.preferences,.double-list dd.status ._account_api .desktop .liveDashboard .list-results thead span.preferences,.double-list dt.status ._account_api .desktop .liveDashboard .list-results thead span.preferences,.w-cards-container .w-card .status.title ._account_api .desktop .liveDashboard .list-results thead span.preferences,.w-cards-container .w-card.centered .w-value .status.label ._account_api .desktop .liveDashboard .list-results thead span.preferences,.list-results tbody tr.sublist .status.title ._account_api .desktop .liveDashboard .list-results thead span.preferences,.desktop .liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span.preferences,._account_api .desktop .liveDashboard .list-results thead .w-filters-selected label.status.small span.preferences,.desktop .liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span.preferences,.w-filters-selected label.status.small ._account_api .desktop .liveDashboard .list-results thead span.preferences,.desktop .liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span.preferences,._account_api .desktop .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.preferences,.desktop .liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span.preferences,.w-filters-selected .status.btn-f-s ._account_api .desktop .liveDashboard .list-results thead span.preferences,.desktop .liveDashboard ._account_api .list-results thead .sub-header .w-form label.preferences,.desktop .liveDashboard ._account_api .list-results thead .sub-header .w-double-list label.preferences,._account_api .desktop .liveDashboard .list-results thead .sub-header .w-form label.preferences,._account_api .desktop .liveDashboard .list-results thead .sub-header .w-double-list label.preferences,.desktop .liveDashboard .sub-header .w-form ._account_api .list-results thead label.preferences,.desktop .liveDashboard .sub-header .w-double-list ._account_api .list-results thead label.preferences,.sub-header .w-form ._account_api .desktop .liveDashboard .list-results thead label.preferences,.sub-header .w-double-list ._account_api .desktop .liveDashboard .list-results thead label.preferences,.desktop .liveDashboard ._account_api .list-results thead .block-filters button.preferences:after,._account_api .desktop .liveDashboard .list-results thead .block-filters button.preferences:after,.desktop .liveDashboard .block-filters ._account_api .list-results thead button.preferences:after,.block-filters ._account_api .desktop .liveDashboard .list-results thead button.preferences:after,.desktop .liveDashboard ._account_api .list-results thead .block-filters select.preferences:after,._account_api .desktop .liveDashboard .list-results thead .block-filters select.preferences:after,.desktop .liveDashboard .block-filters ._account_api .list-results thead select.preferences:after,.block-filters ._account_api .desktop .liveDashboard .list-results thead select.preferences:after,.desktop .liveDashboard ._account_api .list-results thead .form-auto-list .preferences.form-auto-item.is-user-is-inactive,._account_api .desktop .liveDashboard .list-results thead .form-auto-list .preferences.form-auto-item.is-user-is-inactive,.desktop .liveDashboard .form-auto-list ._account_api .list-results thead .preferences.form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .desktop .liveDashboard .list-results thead .preferences.form-auto-item.is-user-is-inactive,.desktop .liveDashboard ._account_api .list-results thead .form-auto-list .preferences.form-auto-item.is-user-is-active,._account_api .desktop .liveDashboard .list-results thead .form-auto-list .preferences.form-auto-item.is-user-is-active,.desktop .liveDashboard .form-auto-list ._account_api .list-results thead .preferences.form-auto-item.is-user-is-active,.form-auto-list ._account_api .desktop .liveDashboard .list-results thead .preferences.form-auto-item.is-user-is-active,.desktop .liveDashboard ._account_api .list-results thead .list-results-header .status.title span.preferences,._account_api .desktop .liveDashboard .list-results thead .list-results-header .status.title span.preferences,.desktop .liveDashboard .list-results-header .status.title ._account_api .list-results thead span.preferences,.list-results-header .status.title ._account_api .desktop .liveDashboard .list-results thead span.preferences,.desktop .liveDashboard ._account_api .list-results thead tr span.preferences,._account_api .desktop .liveDashboard .list-results thead tr span.preferences,.desktop .liveDashboard ._account_api .list-results thead .preferences.icon,.desktop .liveDashboard ._account_api .list-results thead .preferences.w-alert-banner:before,.desktop .liveDashboard ._account_api .list-results thead .preferences.w-alert-banner:before,.desktop .liveDashboard ._account_api .list-results thead .preferences.w-alert-banner:before,.desktop .liveDashboard ._account_api .list-results thead .w-dialog.plus .preferences.dialog-aside:after,.w-dialog.plus .desktop .liveDashboard ._account_api .list-results thead .preferences.dialog-aside:after,.desktop .liveDashboard ._account_api .list-results thead .w-toast .preferences.toast.plus:after,.w-toast .desktop .liveDashboard ._account_api .list-results thead .preferences.toast.plus:after,.desktop .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .preferences.btn-period-clear:before,.w-time-period .dropdown .w-selection .desktop .liveDashboard ._account_api .list-results thead .preferences.btn-period-clear:before,.desktop .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .preferences.btn-filter:before,.w-time-period .dropdown .w-selection .desktop .liveDashboard ._account_api .list-results thead .preferences.btn-filter:before,.desktop .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .preferences.btn-period-edit:before,.w-time-period .dropdown .w-selection .desktop .liveDashboard ._account_api .list-results thead .preferences.btn-period-edit:before,.desktop .liveDashboard ._account_api .list-results thead .block-filters .preferences.btn-filter:before,.block-filters .desktop .liveDashboard ._account_api .list-results thead .preferences.btn-filter:before,.desktop .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label.preferences,.toggleWrapper .desktop .liveDashboard ._account_api .list-results thead input.mobileToggle+label.preferences,.desktop .liveDashboard ._account_api .list-results thead tbody span.preferences.status,.desktop .liveDashboard ._account_api .list-results tbody thead span.preferences.status,.desktop .liveDashboard ._account_api .list-results thead tbody td.is-running span.preferences,.desktop .liveDashboard ._account_api .list-results tbody td.is-running thead span.preferences,.desktop .liveDashboard ._account_api .list-results thead tbody td.is-pending span.preferences,.desktop .liveDashboard ._account_api .list-results tbody td.is-pending thead span.preferences,.desktop ._account_api .liveDashboard .list-results thead .preferences.icon,.desktop ._account_api .liveDashboard .list-results thead .preferences.w-alert-banner:before,.desktop ._account_api .liveDashboard .list-results thead .preferences.w-alert-banner:before,.desktop ._account_api .liveDashboard .list-results thead .preferences.w-alert-banner:before,.desktop ._account_api .liveDashboard .list-results thead .w-dialog.plus .preferences.dialog-aside:after,.w-dialog.plus .desktop ._account_api .liveDashboard .list-results thead .preferences.dialog-aside:after,.desktop ._account_api .liveDashboard .list-results thead .w-toast .preferences.toast.plus:after,.w-toast .desktop ._account_api .liveDashboard .list-results thead .preferences.toast.plus:after,.desktop ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .preferences.btn-period-clear:before,.w-time-period .dropdown .w-selection .desktop ._account_api .liveDashboard .list-results thead .preferences.btn-period-clear:before,.desktop ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .preferences.btn-filter:before,.w-time-period .dropdown .w-selection .desktop ._account_api .liveDashboard .list-results thead .preferences.btn-filter:before,.desktop ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .preferences.btn-period-edit:before,.w-time-period .dropdown .w-selection .desktop ._account_api .liveDashboard .list-results thead .preferences.btn-period-edit:before,.desktop ._account_api .liveDashboard .list-results thead .block-filters .preferences.btn-filter:before,.block-filters .desktop ._account_api .liveDashboard .list-results thead .preferences.btn-filter:before,.desktop ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.preferences,.toggleWrapper .desktop ._account_api .liveDashboard .list-results thead input.mobileToggle+label.preferences,.desktop ._account_api .liveDashboard .list-results thead tbody span.preferences.status,.desktop ._account_api .liveDashboard .list-results tbody thead span.preferences.status,.desktop ._account_api .liveDashboard .list-results thead tbody td.is-running span.preferences,.desktop ._account_api .liveDashboard .list-results tbody td.is-running thead span.preferences,.desktop ._account_api .liveDashboard .list-results thead tbody td.is-pending span.preferences,.desktop ._account_api .liveDashboard .list-results tbody td.is-pending thead span.preferences,._account_api .desktop .liveDashboard .list-results thead .preferences.icon,._account_api .desktop .liveDashboard .list-results thead .preferences.w-alert-banner:before,._account_api .desktop .liveDashboard .list-results thead .preferences.w-alert-banner:before,._account_api .desktop .liveDashboard .list-results thead .preferences.w-alert-banner:before,._account_api .desktop .liveDashboard .list-results thead .w-dialog.plus .preferences.dialog-aside:after,.w-dialog.plus ._account_api .desktop .liveDashboard .list-results thead .preferences.dialog-aside:after,._account_api .desktop .liveDashboard .list-results thead .w-toast .preferences.toast.plus:after,.w-toast ._account_api .desktop .liveDashboard .list-results thead .preferences.toast.plus:after,._account_api .desktop .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .preferences.btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .desktop .liveDashboard .list-results thead .preferences.btn-period-clear:before,._account_api .desktop .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .preferences.btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .desktop .liveDashboard .list-results thead .preferences.btn-filter:before,._account_api .desktop .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .preferences.btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .desktop .liveDashboard .list-results thead .preferences.btn-period-edit:before,._account_api .desktop .liveDashboard .list-results thead .block-filters .preferences.btn-filter:before,.block-filters ._account_api .desktop .liveDashboard .list-results thead .preferences.btn-filter:before,._account_api .desktop .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.preferences,.toggleWrapper ._account_api .desktop .liveDashboard .list-results thead input.mobileToggle+label.preferences,._account_api .desktop .liveDashboard .list-results thead tbody span.preferences.status,._account_api .desktop .liveDashboard .list-results tbody thead span.preferences.status,._account_api .desktop .liveDashboard .list-results thead tbody td.is-running span.preferences,._account_api .desktop .liveDashboard .list-results tbody td.is-running thead span.preferences,._account_api .desktop .liveDashboard .list-results thead tbody td.is-pending span.preferences,._account_api .desktop .liveDashboard .list-results tbody td.is-pending thead span.preferences,.desktop .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .preferences.dropdown-toggle:after,.desktop ._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .preferences.dropdown-toggle:after,._account_api .desktop .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .preferences.dropdown-toggle:after,.desktop .liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .preferences.dropdown-toggle:after,.desktop .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .preferences.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .desktop .liveDashboard .list-results thead .preferences.dropdown-toggle:after,.desktop .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .preferences.filter,.desktop ._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .preferences.filter,._account_api .desktop .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .preferences.filter,.desktop .liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .preferences.filter,.desktop .w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .preferences.filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .desktop .liveDashboard .list-results thead .preferences.filter,.desktop .liveDashboard ._account_api .list-results thead .form-label.status span.preferences,.desktop .liveDashboard ._account_api .list-results thead .status.status-log span.preferences,.desktop .liveDashboard ._account_api .list-results thead .status.status-report-item span.preferences,.desktop .liveDashboard ._account_api .list-results thead .double-list dd.status span.preferences,.double-list .desktop .liveDashboard ._account_api .list-results thead dd.status span.preferences,.desktop .liveDashboard ._account_api .list-results thead .double-list dt.status span.preferences,.double-list .desktop .liveDashboard ._account_api .list-results thead dt.status span.preferences,.desktop .liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span.preferences,.w-cards-container .w-card .desktop .liveDashboard ._account_api .list-results thead .status.title span.preferences,.desktop .liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.preferences,.w-cards-container .w-card.centered .w-value .desktop .liveDashboard ._account_api .list-results thead .status.label span.preferences,.desktop .liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span.preferences,.desktop .liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span.preferences,.desktop ._account_api .liveDashboard .list-results thead .form-label.status span.preferences,.desktop ._account_api .liveDashboard .list-results thead .status.status-log span.preferences,.desktop ._account_api .liveDashboard .list-results thead .status.status-report-item span.preferences,.desktop ._account_api .liveDashboard .list-results thead .double-list dd.status span.preferences,.double-list .desktop ._account_api .liveDashboard .list-results thead dd.status span.preferences,.desktop ._account_api .liveDashboard .list-results thead .double-list dt.status span.preferences,.double-list .desktop ._account_api .liveDashboard .list-results thead dt.status span.preferences,.desktop ._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span.preferences,.w-cards-container .w-card .desktop ._account_api .liveDashboard .list-results thead .status.title span.preferences,.desktop ._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.preferences,.w-cards-container .w-card.centered .w-value .desktop ._account_api .liveDashboard .list-results thead .status.label span.preferences,.desktop ._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span.preferences,.desktop ._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span.preferences,._account_api .desktop .liveDashboard .list-results thead .form-label.status span.preferences,._account_api .desktop .liveDashboard .list-results thead .status.status-log span.preferences,._account_api .desktop .liveDashboard .list-results thead .status.status-report-item span.preferences,._account_api .desktop .liveDashboard .list-results thead .double-list dd.status span.preferences,.double-list ._account_api .desktop .liveDashboard .list-results thead dd.status span.preferences,._account_api .desktop .liveDashboard .list-results thead .double-list dt.status span.preferences,.double-list ._account_api .desktop .liveDashboard .list-results thead dt.status span.preferences,._account_api .desktop .liveDashboard .list-results thead .w-cards-container .w-card .status.title span.preferences,.w-cards-container .w-card ._account_api .desktop .liveDashboard .list-results thead .status.title span.preferences,._account_api .desktop .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.preferences,.w-cards-container .w-card.centered .w-value ._account_api .desktop .liveDashboard .list-results thead .status.label span.preferences,._account_api .desktop .liveDashboard .list-results thead tbody tr.sublist .status.title span.preferences,._account_api .desktop .liveDashboard .list-results tbody tr.sublist thead .status.title span.preferences,.desktop .liveDashboard .form-label.status ._account_api .list-results thead span.preferences,.desktop .liveDashboard .status.status-log ._account_api .list-results thead span.preferences,.desktop .liveDashboard .status.status-report-item ._account_api .list-results thead span.preferences,.desktop .liveDashboard .double-list dd.status ._account_api .list-results thead span.preferences,.double-list .desktop .liveDashboard dd.status ._account_api .list-results thead span.preferences,.desktop .liveDashboard .double-list dt.status ._account_api .list-results thead span.preferences,.double-list .desktop .liveDashboard dt.status ._account_api .list-results thead span.preferences,.desktop .liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span.preferences,.w-cards-container .w-card .desktop .liveDashboard .status.title ._account_api .list-results thead span.preferences,.desktop .liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.preferences,.w-cards-container .w-card.centered .w-value .desktop .liveDashboard .status.label ._account_api .list-results thead span.preferences,.desktop .liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span.preferences,.list-results tbody tr.sublist .desktop .liveDashboard .status.title ._account_api .list-results thead span.preferences,.desktop .form-label.status ._account_api .liveDashboard .list-results thead span.preferences,.desktop .status.status-log ._account_api .liveDashboard .list-results thead span.preferences,.desktop .status.status-report-item ._account_api .liveDashboard .list-results thead span.preferences,.desktop .double-list dd.status ._account_api .liveDashboard .list-results thead span.preferences,.double-list .desktop dd.status ._account_api .liveDashboard .list-results thead span.preferences,.desktop .double-list dt.status ._account_api .liveDashboard .list-results thead span.preferences,.double-list .desktop dt.status ._account_api .liveDashboard .list-results thead span.preferences,.desktop .w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead span.preferences,.w-cards-container .w-card .desktop .status.title ._account_api .liveDashboard .list-results thead span.preferences,.desktop .w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead span.preferences,.w-cards-container .w-card.centered .w-value .desktop .status.label ._account_api .liveDashboard .list-results thead span.preferences,.desktop .list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead span.preferences,.list-results tbody tr.sublist .desktop .status.title ._account_api .liveDashboard .list-results thead span.preferences,.form-label.status ._account_api .desktop .liveDashboard .list-results thead span.preferences,.status.status-log ._account_api .desktop .liveDashboard .list-results thead span.preferences,.status.status-report-item ._account_api .desktop .liveDashboard .list-results thead span.preferences,.double-list dd.status ._account_api .desktop .liveDashboard .list-results thead span.preferences,.double-list dt.status ._account_api .desktop .liveDashboard .list-results thead span.preferences,.w-cards-container .w-card .status.title ._account_api .desktop .liveDashboard .list-results thead span.preferences,.w-cards-container .w-card.centered .w-value .status.label ._account_api .desktop .liveDashboard .list-results thead span.preferences,.list-results tbody tr.sublist .status.title ._account_api .desktop .liveDashboard .list-results thead span.preferences,.desktop .liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span.preferences,.desktop ._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span.preferences,._account_api .desktop .liveDashboard .list-results thead .w-filters-selected label.status.small span.preferences,.desktop .liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span.preferences,.desktop .w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead span.preferences,.w-filters-selected label.status.small ._account_api .desktop .liveDashboard .list-results thead span.preferences,.desktop .liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span.preferences,.desktop ._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.preferences,._account_api .desktop .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.preferences,.desktop .liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span.preferences,.desktop .w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead span.preferences,.w-filters-selected .status.btn-f-s ._account_api .desktop .liveDashboard .list-results thead span.preferences,.desktop .liveDashboard ._account_api .list-results thead .sub-header .w-form label.preferences,.desktop .liveDashboard ._account_api .list-results thead .sub-header .w-double-list label.preferences,.desktop ._account_api .liveDashboard .list-results thead .sub-header .w-form label.preferences,.desktop ._account_api .liveDashboard .list-results thead .sub-header .w-double-list label.preferences,._account_api .desktop .liveDashboard .list-results thead .sub-header .w-form label.preferences,._account_api .desktop .liveDashboard .list-results thead .sub-header .w-double-list label.preferences,.desktop .liveDashboard .sub-header .w-form ._account_api .list-results thead label.preferences,.desktop .liveDashboard .sub-header .w-double-list ._account_api .list-results thead label.preferences,.desktop .sub-header .w-form ._account_api .liveDashboard .list-results thead label.preferences,.desktop .sub-header .w-double-list ._account_api .liveDashboard .list-results thead label.preferences,.sub-header .w-form ._account_api .desktop .liveDashboard .list-results thead label.preferences,.sub-header .w-double-list ._account_api .desktop .liveDashboard .list-results thead label.preferences,.desktop .liveDashboard ._account_api .list-results thead .block-filters button.preferences:after,.desktop ._account_api .liveDashboard .list-results thead .block-filters button.preferences:after,._account_api .desktop .liveDashboard .list-results thead .block-filters button.preferences:after,.desktop .liveDashboard .block-filters ._account_api .list-results thead button.preferences:after,.desktop .block-filters ._account_api .liveDashboard .list-results thead button.preferences:after,.block-filters ._account_api .desktop .liveDashboard .list-results thead button.preferences:after,.desktop .liveDashboard ._account_api .list-results thead .block-filters select.preferences:after,.desktop ._account_api .liveDashboard .list-results thead .block-filters select.preferences:after,._account_api .desktop .liveDashboard .list-results thead .block-filters select.preferences:after,.desktop .liveDashboard .block-filters ._account_api .list-results thead select.preferences:after,.desktop .block-filters ._account_api .liveDashboard .list-results thead select.preferences:after,.block-filters ._account_api .desktop .liveDashboard .list-results thead select.preferences:after,.desktop .liveDashboard ._account_api .list-results thead .form-auto-list .preferences.form-auto-item.is-user-is-inactive,.desktop ._account_api .liveDashboard .list-results thead .form-auto-list .preferences.form-auto-item.is-user-is-inactive,._account_api .desktop .liveDashboard .list-results thead .form-auto-list .preferences.form-auto-item.is-user-is-inactive,.desktop .liveDashboard .form-auto-list ._account_api .list-results thead .preferences.form-auto-item.is-user-is-inactive,.desktop .form-auto-list ._account_api .liveDashboard .list-results thead .preferences.form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .desktop .liveDashboard .list-results thead .preferences.form-auto-item.is-user-is-inactive,.desktop .liveDashboard ._account_api .list-results thead .form-auto-list .preferences.form-auto-item.is-user-is-active,.desktop ._account_api .liveDashboard .list-results thead .form-auto-list .preferences.form-auto-item.is-user-is-active,._account_api .desktop .liveDashboard .list-results thead .form-auto-list .preferences.form-auto-item.is-user-is-active,.desktop .liveDashboard .form-auto-list ._account_api .list-results thead .preferences.form-auto-item.is-user-is-active,.desktop .form-auto-list ._account_api .liveDashboard .list-results thead .preferences.form-auto-item.is-user-is-active,.form-auto-list ._account_api .desktop .liveDashboard .list-results thead .preferences.form-auto-item.is-user-is-active,.desktop .liveDashboard ._account_api .list-results thead .list-results-header .status.title span.preferences,.desktop ._account_api .liveDashboard .list-results thead .list-results-header .status.title span.preferences,._account_api .desktop .liveDashboard .list-results thead .list-results-header .status.title span.preferences,.desktop .liveDashboard .list-results-header .status.title ._account_api .list-results thead span.preferences,.desktop .list-results-header .status.title ._account_api .liveDashboard .list-results thead span.preferences,.list-results-header .status.title ._account_api .desktop .liveDashboard .list-results thead span.preferences,.desktop .liveDashboard ._account_api .list-results thead tr span.preferences,.desktop ._account_api .liveDashboard .list-results thead tr span.preferences,._account_api .desktop .liveDashboard .list-results thead tr span.preferences,.desktop ._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .preferences.dropdown-toggle:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .desktop .liveDashboard .list-results thead .preferences.dropdown-toggle:after,.desktop .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .preferences.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .desktop .liveDashboard ._account_api .list-results thead .preferences.dropdown-toggle:after,.desktop ._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .preferences.filter,._account_api .w-filter-preset.w-filter-preset .filter-preset .desktop .liveDashboard .list-results thead .preferences.filter,.desktop .w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .preferences.filter,.w-filter-preset.w-filter-preset .filter-preset .desktop .liveDashboard ._account_api .list-results thead .preferences.filter,.desktop ._account_api .form-label.status .liveDashboard .list-results thead span.preferences,.desktop ._account_api .status.status-log .liveDashboard .list-results thead span.preferences,.desktop ._account_api .status.status-report-item .liveDashboard .list-results thead span.preferences,.desktop ._account_api .double-list dd.status .liveDashboard .list-results thead span.preferences,.double-list .desktop ._account_api dd.status .liveDashboard .list-results thead span.preferences,.desktop ._account_api .double-list dt.status .liveDashboard .list-results thead span.preferences,.double-list .desktop ._account_api dt.status .liveDashboard .list-results thead span.preferences,.desktop ._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span.preferences,.w-cards-container .w-card .desktop ._account_api .status.title .liveDashboard .list-results thead span.preferences,.desktop ._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.preferences,.w-cards-container .w-card.centered .w-value .desktop ._account_api .status.label .liveDashboard .list-results thead span.preferences,.desktop ._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.preferences,.list-results tbody tr.sublist .desktop ._account_api .status.title .liveDashboard .list-results thead span.preferences,._account_api .form-label.status .desktop .liveDashboard .list-results thead span.preferences,._account_api .status.status-log .desktop .liveDashboard .list-results thead span.preferences,._account_api .status.status-report-item .desktop .liveDashboard .list-results thead span.preferences,._account_api .double-list dd.status .desktop .liveDashboard .list-results thead span.preferences,.double-list ._account_api dd.status .desktop .liveDashboard .list-results thead span.preferences,._account_api .double-list dt.status .desktop .liveDashboard .list-results thead span.preferences,.double-list ._account_api dt.status .desktop .liveDashboard .list-results thead span.preferences,._account_api .w-cards-container .w-card .status.title .desktop .liveDashboard .list-results thead span.preferences,.w-cards-container .w-card ._account_api .status.title .desktop .liveDashboard .list-results thead span.preferences,._account_api .w-cards-container .w-card.centered .w-value .status.label .desktop .liveDashboard .list-results thead span.preferences,.w-cards-container .w-card.centered .w-value ._account_api .status.label .desktop .liveDashboard .list-results thead span.preferences,._account_api .list-results tbody tr.sublist .status.title .desktop .liveDashboard .list-results thead span.preferences,.list-results tbody tr.sublist ._account_api .status.title .desktop .liveDashboard .list-results thead span.preferences,.desktop .form-label.status .liveDashboard ._account_api .list-results thead span.preferences,.desktop .status.status-log .liveDashboard ._account_api .list-results thead span.preferences,.desktop .status.status-report-item .liveDashboard ._account_api .list-results thead span.preferences,.desktop .double-list dd.status .liveDashboard ._account_api .list-results thead span.preferences,.double-list .desktop dd.status .liveDashboard ._account_api .list-results thead span.preferences,.desktop .double-list dt.status .liveDashboard ._account_api .list-results thead span.preferences,.double-list .desktop dt.status .liveDashboard ._account_api .list-results thead span.preferences,.desktop .w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead span.preferences,.w-cards-container .w-card .desktop .status.title .liveDashboard ._account_api .list-results thead span.preferences,.desktop .w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead span.preferences,.w-cards-container .w-card.centered .w-value .desktop .status.label .liveDashboard ._account_api .list-results thead span.preferences,.desktop .list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead span.preferences,.list-results tbody tr.sublist .desktop .status.title .liveDashboard ._account_api .list-results thead span.preferences,.form-label.status .desktop .liveDashboard ._account_api .list-results thead span.preferences,.status.status-log .desktop .liveDashboard ._account_api .list-results thead span.preferences,.status.status-report-item .desktop .liveDashboard ._account_api .list-results thead span.preferences,.double-list dd.status .desktop .liveDashboard ._account_api .list-results thead span.preferences,.double-list dt.status .desktop .liveDashboard ._account_api .list-results thead span.preferences,.w-cards-container .w-card .status.title .desktop .liveDashboard ._account_api .list-results thead span.preferences,.w-cards-container .w-card.centered .w-value .status.label .desktop .liveDashboard ._account_api .list-results thead span.preferences,.list-results tbody tr.sublist .status.title .desktop .liveDashboard ._account_api .list-results thead span.preferences,.desktop ._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span.preferences,._account_api .w-filters-selected label.status.small .desktop .liveDashboard .list-results thead span.preferences,.desktop .w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead span.preferences,.w-filters-selected label.status.small .desktop .liveDashboard ._account_api .list-results thead span.preferences,.desktop ._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.preferences,._account_api .w-filters-selected .status.btn-f-s .desktop .liveDashboard .list-results thead span.preferences,.desktop .w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead span.preferences,.w-filters-selected .status.btn-f-s .desktop .liveDashboard ._account_api .list-results thead span.preferences,.desktop ._account_api .sub-header .w-form .liveDashboard .list-results thead label.preferences,.desktop ._account_api .sub-header .w-double-list .liveDashboard .list-results thead label.preferences,._account_api .sub-header .w-form .desktop .liveDashboard .list-results thead label.preferences,._account_api .sub-header .w-double-list .desktop .liveDashboard .list-results thead label.preferences,.desktop .sub-header .w-form .liveDashboard ._account_api .list-results thead label.preferences,.desktop .sub-header .w-double-list .liveDashboard ._account_api .list-results thead label.preferences,.sub-header .w-form .desktop .liveDashboard ._account_api .list-results thead label.preferences,.sub-header .w-double-list .desktop .liveDashboard ._account_api .list-results thead label.preferences,.desktop ._account_api .block-filters .liveDashboard .list-results thead button.preferences:after,._account_api .block-filters .desktop .liveDashboard .list-results thead button.preferences:after,.desktop .block-filters .liveDashboard ._account_api .list-results thead button.preferences:after,.block-filters .desktop .liveDashboard ._account_api .list-results thead button.preferences:after,.desktop ._account_api .block-filters .liveDashboard .list-results thead select.preferences:after,._account_api .block-filters .desktop .liveDashboard .list-results thead select.preferences:after,.desktop .block-filters .liveDashboard ._account_api .list-results thead select.preferences:after,.block-filters .desktop .liveDashboard ._account_api .list-results thead select.preferences:after,.desktop ._account_api .form-auto-list .liveDashboard .list-results thead .preferences.form-auto-item.is-user-is-inactive,._account_api .form-auto-list .desktop .liveDashboard .list-results thead .preferences.form-auto-item.is-user-is-inactive,.desktop .form-auto-list .liveDashboard ._account_api .list-results thead .preferences.form-auto-item.is-user-is-inactive,.form-auto-list .desktop .liveDashboard ._account_api .list-results thead .preferences.form-auto-item.is-user-is-inactive,.desktop ._account_api .form-auto-list .liveDashboard .list-results thead .preferences.form-auto-item.is-user-is-active,._account_api .form-auto-list .desktop .liveDashboard .list-results thead .preferences.form-auto-item.is-user-is-active,.desktop .form-auto-list .liveDashboard ._account_api .list-results thead .preferences.form-auto-item.is-user-is-active,.form-auto-list .desktop .liveDashboard ._account_api .list-results thead .preferences.form-auto-item.is-user-is-active,.desktop ._account_api .list-results-header .status.title .liveDashboard .list-results thead span.preferences,._account_api .list-results-header .status.title .desktop .liveDashboard .list-results thead span.preferences,.desktop .list-results-header .status.title .liveDashboard ._account_api .list-results thead span.preferences,.list-results-header .status.title .desktop .liveDashboard ._account_api .list-results thead span.preferences,.desktop .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .preferences.dropdown-toggle:after,.desktop .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .preferences.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .desktop .liveDashboard .list-results thead .preferences.dropdown-toggle:after,.desktop .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .preferences.filter,.desktop .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .preferences.filter,.w-filter-preset.w-filter-preset .filter-preset .desktop .liveDashboard .list-results thead .preferences.filter,.desktop .liveDashboard .list-results thead .form-label.status span.preferences,.desktop .liveDashboard .list-results thead .status.status-log span.preferences,.desktop .liveDashboard .list-results thead .status.status-report-item span.preferences,.desktop .liveDashboard .list-results thead .double-list dd.status span.preferences,.double-list .desktop .liveDashboard .list-results thead dd.status span.preferences,.desktop .liveDashboard .list-results thead .double-list dt.status span.preferences,.double-list .desktop .liveDashboard .list-results thead dt.status span.preferences,.desktop .liveDashboard .list-results thead .w-cards-container .w-card .status.title span.preferences,.w-cards-container .w-card .desktop .liveDashboard .list-results thead .status.title span.preferences,.desktop .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.preferences,.w-cards-container .w-card.centered .w-value .desktop .liveDashboard .list-results thead .status.label span.preferences,.desktop .liveDashboard .list-results thead tbody tr.sublist .status.title span.preferences,.desktop .liveDashboard .list-results tbody tr.sublist thead .status.title span.preferences,.desktop .form-label.status .liveDashboard .list-results thead span.preferences,.desktop .status.status-log .liveDashboard .list-results thead span.preferences,.desktop .status.status-report-item .liveDashboard .list-results thead span.preferences,.desktop .double-list dd.status .liveDashboard .list-results thead span.preferences,.double-list .desktop dd.status .liveDashboard .list-results thead span.preferences,.desktop .double-list dt.status .liveDashboard .list-results thead span.preferences,.double-list .desktop dt.status .liveDashboard .list-results thead span.preferences,.desktop .w-cards-container .w-card .status.title .liveDashboard .list-results thead span.preferences,.w-cards-container .w-card .desktop .status.title .liveDashboard .list-results thead span.preferences,.desktop .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.preferences,.w-cards-container .w-card.centered .w-value .desktop .status.label .liveDashboard .list-results thead span.preferences,.desktop .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.preferences,.list-results tbody tr.sublist .desktop .status.title .liveDashboard .list-results thead span.preferences,.form-label.status .desktop .liveDashboard .list-results thead span.preferences,.status.status-log .desktop .liveDashboard .list-results thead span.preferences,.status.status-report-item .desktop .liveDashboard .list-results thead span.preferences,.double-list dd.status .desktop .liveDashboard .list-results thead span.preferences,.double-list dt.status .desktop .liveDashboard .list-results thead span.preferences,.w-cards-container .w-card .status.title .desktop .liveDashboard .list-results thead span.preferences,.w-cards-container .w-card.centered .w-value .status.label .desktop .liveDashboard .list-results thead span.preferences,.list-results tbody tr.sublist .status.title .desktop .liveDashboard .list-results thead span.preferences,.desktop .liveDashboard .list-results thead .w-filters-selected label.status.small span.preferences,.desktop .w-filters-selected label.status.small .liveDashboard .list-results thead span.preferences,.w-filters-selected label.status.small .desktop .liveDashboard .list-results thead span.preferences,.desktop .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.preferences,.desktop .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.preferences,.w-filters-selected .status.btn-f-s .desktop .liveDashboard .list-results thead span.preferences,.desktop .liveDashboard .list-results thead .sub-header .w-form label.preferences,.desktop .liveDashboard .list-results thead .sub-header .w-double-list label.preferences,.desktop .sub-header .w-form .liveDashboard .list-results thead label.preferences,.desktop .sub-header .w-double-list .liveDashboard .list-results thead label.preferences,.sub-header .w-form .desktop .liveDashboard .list-results thead label.preferences,.sub-header .w-double-list .desktop .liveDashboard .list-results thead label.preferences,.desktop .liveDashboard .list-results thead .block-filters button.preferences:after,.desktop .block-filters .liveDashboard .list-results thead button.preferences:after,.block-filters .desktop .liveDashboard .list-results thead button.preferences:after,.desktop .liveDashboard .list-results thead .block-filters select.preferences:after,.desktop .block-filters .liveDashboard .list-results thead select.preferences:after,.block-filters .desktop .liveDashboard .list-results thead select.preferences:after,.desktop .liveDashboard .list-results thead .form-auto-list .preferences.form-auto-item.is-user-is-inactive,.desktop .form-auto-list .liveDashboard .list-results thead .preferences.form-auto-item.is-user-is-inactive,.form-auto-list .desktop .liveDashboard .list-results thead .preferences.form-auto-item.is-user-is-inactive,.desktop .liveDashboard .list-results thead .form-auto-list .preferences.form-auto-item.is-user-is-active,.desktop .form-auto-list .liveDashboard .list-results thead .preferences.form-auto-item.is-user-is-active,.form-auto-list .desktop .liveDashboard .list-results thead .preferences.form-auto-item.is-user-is-active,.desktop .liveDashboard .list-results thead .list-results-header .status.title span.preferences,.desktop .list-results-header .status.title .liveDashboard .list-results thead span.preferences,.list-results-header .status.title .desktop .liveDashboard .list-results thead span.preferences,.desktop .liveDashboard .list-results thead tr span.preferences,._account_api .list-results thead .desktop .liveDashboard .preferences.icon,._account_api .list-results thead .desktop .liveDashboard .preferences.w-alert-banner:before,._account_api .liveDashboard .list-results thead .desktop .liveDashboard .preferences.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .desktop .liveDashboard .preferences.w-alert-banner:before,._account_api .list-results thead .desktop .liveDashboard .preferences.w-alert-banner:before,._account_api .list-results thead .desktop .liveDashboard .w-dialog.plus .preferences.dialog-aside:after,.w-dialog.plus ._account_api .list-results thead .desktop .liveDashboard .preferences.dialog-aside:after,._account_api .list-results thead .desktop .liveDashboard .w-toast .preferences.toast.plus:after,.w-toast ._account_api .list-results thead .desktop .liveDashboard .preferences.toast.plus:after,._account_api .list-results thead .desktop .liveDashboard .w-time-period .dropdown .w-selection .preferences.btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .desktop .liveDashboard .preferences.btn-period-clear:before,._account_api .list-results thead .desktop .liveDashboard .w-time-period .dropdown .w-selection .preferences.btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .desktop .liveDashboard .preferences.btn-filter:before,._account_api .list-results thead .desktop .liveDashboard .w-time-period .dropdown .w-selection .preferences.btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .desktop .liveDashboard .preferences.btn-period-edit:before,._account_api .list-results thead .desktop .liveDashboard .block-filters .preferences.btn-filter:before,.block-filters ._account_api .list-results thead .desktop .liveDashboard .preferences.btn-filter:before,._account_api .list-results thead .desktop .liveDashboard .toggleWrapper input.mobileToggle+label.preferences,.toggleWrapper ._account_api .list-results thead .desktop .liveDashboard input.mobileToggle+label.preferences,._account_api .list-results thead .desktop .liveDashboard tbody span.preferences.status,._account_api .list-results tbody thead .desktop .liveDashboard span.preferences.status,._account_api .list-results thead .desktop .liveDashboard tbody td.is-running span.preferences,._account_api .list-results tbody td.is-running thead .desktop .liveDashboard span.preferences,._account_api .list-results thead .desktop .liveDashboard tbody td.is-pending span.preferences,._account_api .list-results tbody td.is-pending thead .desktop .liveDashboard span.preferences,._account_api .liveDashboard .list-results thead .desktop .liveDashboard .preferences.icon,._account_api .liveDashboard .list-results thead .desktop .liveDashboard .preferences.w-alert-banner:before,._account_api .liveDashboard .list-results thead .desktop .liveDashboard .preferences.w-alert-banner:before,._account_api .liveDashboard .list-results thead .desktop .liveDashboard .preferences.w-alert-banner:before,._account_api .liveDashboard .list-results thead .desktop .liveDashboard .w-dialog.plus .preferences.dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .desktop .liveDashboard .preferences.dialog-aside:after,._account_api .liveDashboard .list-results thead .desktop .liveDashboard .w-toast .preferences.toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .desktop .liveDashboard .preferences.toast.plus:after,._account_api .liveDashboard .list-results thead .desktop .liveDashboard .w-time-period .dropdown .w-selection .preferences.btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .desktop .liveDashboard .preferences.btn-period-clear:before,._account_api .liveDashboard .list-results thead .desktop .liveDashboard .w-time-period .dropdown .w-selection .preferences.btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .desktop .liveDashboard .preferences.btn-filter:before,._account_api .liveDashboard .list-results thead .desktop .liveDashboard .w-time-period .dropdown .w-selection .preferences.btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .desktop .liveDashboard .preferences.btn-period-edit:before,._account_api .liveDashboard .list-results thead .desktop .liveDashboard .block-filters .preferences.btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .desktop .liveDashboard .preferences.btn-filter:before,._account_api .liveDashboard .list-results thead .desktop .liveDashboard .toggleWrapper input.mobileToggle+label.preferences,.toggleWrapper ._account_api .liveDashboard .list-results thead .desktop .liveDashboard input.mobileToggle+label.preferences,._account_api .liveDashboard .list-results thead .desktop .liveDashboard tbody span.preferences.status,._account_api .liveDashboard .list-results tbody thead .desktop .liveDashboard span.preferences.status,._account_api .liveDashboard .list-results thead .desktop .liveDashboard tbody td.is-running span.preferences,._account_api .liveDashboard .list-results tbody td.is-running thead .desktop .liveDashboard span.preferences,._account_api .liveDashboard .list-results thead .desktop .liveDashboard tbody td.is-pending span.preferences,._account_api .liveDashboard .list-results tbody td.is-pending thead .desktop .liveDashboard span.preferences,.liveDashboard ._account_api .list-results thead .desktop .liveDashboard .preferences.icon,.liveDashboard ._account_api .list-results thead .desktop .liveDashboard .preferences.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .desktop .liveDashboard .preferences.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .desktop .liveDashboard .preferences.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .desktop .liveDashboard .w-dialog.plus .preferences.dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .desktop .liveDashboard .preferences.dialog-aside:after,.liveDashboard ._account_api .list-results thead .desktop .liveDashboard .w-toast .preferences.toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .desktop .liveDashboard .preferences.toast.plus:after,.liveDashboard ._account_api .list-results thead .desktop .liveDashboard .w-time-period .dropdown .w-selection .preferences.btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .desktop .liveDashboard .preferences.btn-period-clear:before,.liveDashboard ._account_api .list-results thead .desktop .liveDashboard .w-time-period .dropdown .w-selection .preferences.btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .desktop .liveDashboard .preferences.btn-filter:before,.liveDashboard ._account_api .list-results thead .desktop .liveDashboard .w-time-period .dropdown .w-selection .preferences.btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .desktop .liveDashboard .preferences.btn-period-edit:before,.liveDashboard ._account_api .list-results thead .desktop .liveDashboard .block-filters .preferences.btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .desktop .liveDashboard .preferences.btn-filter:before,.liveDashboard ._account_api .list-results thead .desktop .liveDashboard .toggleWrapper input.mobileToggle+label.preferences,.toggleWrapper .liveDashboard ._account_api .list-results thead .desktop .liveDashboard input.mobileToggle+label.preferences,.liveDashboard ._account_api .list-results thead .desktop .liveDashboard tbody span.preferences.status,.liveDashboard ._account_api .list-results tbody thead .desktop .liveDashboard span.preferences.status,.liveDashboard ._account_api .list-results thead .desktop .liveDashboard tbody td.is-running span.preferences,.liveDashboard ._account_api .list-results tbody td.is-running thead .desktop .liveDashboard span.preferences,.liveDashboard ._account_api .list-results thead .desktop .liveDashboard tbody td.is-pending span.preferences,.liveDashboard ._account_api .list-results tbody td.is-pending thead .desktop .liveDashboard span.preferences,._account_api .liveDashboard .list-results thead .desktop .liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown .preferences.dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .desktop .liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown .preferences.dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .desktop .liveDashboard .preferences.dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .desktop .liveDashboard .preferences.dropdown-toggle:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .desktop .liveDashboard .preferences.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .desktop .liveDashboard .preferences.dropdown-toggle:after,._account_api .liveDashboard .list-results thead .desktop .liveDashboard .w-filter-preset.w-filter-preset .filter-preset .preferences.filter,.liveDashboard ._account_api .list-results thead .desktop .liveDashboard .w-filter-preset.w-filter-preset .filter-preset .preferences.filter,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .desktop .liveDashboard .preferences.filter,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .desktop .liveDashboard .preferences.filter,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .desktop .liveDashboard .preferences.filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .desktop .liveDashboard .preferences.filter,._account_api .liveDashboard .list-results thead .desktop .liveDashboard .form-label.status span.preferences,._account_api .liveDashboard .list-results thead .desktop .liveDashboard .status.status-log span.preferences,._account_api .liveDashboard .list-results thead .desktop .liveDashboard .status.status-report-item span.preferences,._account_api .liveDashboard .list-results thead .desktop .liveDashboard .double-list dd.status span.preferences,.double-list ._account_api .liveDashboard .list-results thead .desktop .liveDashboard dd.status span.preferences,._account_api .liveDashboard .list-results thead .desktop .liveDashboard .double-list dt.status span.preferences,.double-list ._account_api .liveDashboard .list-results thead .desktop .liveDashboard dt.status span.preferences,._account_api .liveDashboard .list-results thead .desktop .liveDashboard .w-cards-container .w-card .status.title span.preferences,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .desktop .liveDashboard .status.title span.preferences,._account_api .liveDashboard .list-results thead .desktop .liveDashboard .w-cards-container .w-card.centered .w-value .status.label span.preferences,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .desktop .liveDashboard .status.label span.preferences,._account_api .liveDashboard .list-results thead .desktop .liveDashboard tbody tr.sublist .status.title span.preferences,._account_api .liveDashboard .list-results tbody tr.sublist thead .desktop .liveDashboard .status.title span.preferences,.liveDashboard ._account_api .list-results thead .desktop .liveDashboard .form-label.status span.preferences,.liveDashboard ._account_api .list-results thead .desktop .liveDashboard .status.status-log span.preferences,.liveDashboard ._account_api .list-results thead .desktop .liveDashboard .status.status-report-item span.preferences,.liveDashboard ._account_api .list-results thead .desktop .liveDashboard .double-list dd.status span.preferences,.double-list .liveDashboard ._account_api .list-results thead .desktop .liveDashboard dd.status span.preferences,.liveDashboard ._account_api .list-results thead .desktop .liveDashboard .double-list dt.status span.preferences,.double-list .liveDashboard ._account_api .list-results thead .desktop .liveDashboard dt.status span.preferences,.liveDashboard ._account_api .list-results thead .desktop .liveDashboard .w-cards-container .w-card .status.title span.preferences,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .desktop .liveDashboard .status.title span.preferences,.liveDashboard ._account_api .list-results thead .desktop .liveDashboard .w-cards-container .w-card.centered .w-value .status.label span.preferences,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .desktop .liveDashboard .status.label span.preferences,.liveDashboard ._account_api .list-results thead .desktop .liveDashboard tbody tr.sublist .status.title span.preferences,.liveDashboard ._account_api .list-results tbody tr.sublist thead .desktop .liveDashboard .status.title span.preferences,._account_api .liveDashboard .list-results thead .form-label.status .desktop .liveDashboard span.preferences,._account_api .liveDashboard .list-results thead .status.status-log .desktop .liveDashboard span.preferences,._account_api .liveDashboard .list-results thead .status.status-report-item .desktop .liveDashboard span.preferences,._account_api .liveDashboard .list-results thead .double-list dd.status .desktop .liveDashboard span.preferences,.double-list ._account_api .liveDashboard .list-results thead dd.status .desktop .liveDashboard span.preferences,._account_api .liveDashboard .list-results thead .double-list dt.status .desktop .liveDashboard span.preferences,.double-list ._account_api .liveDashboard .list-results thead dt.status .desktop .liveDashboard span.preferences,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title .desktop .liveDashboard span.preferences,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title .desktop .liveDashboard span.preferences,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .desktop .liveDashboard span.preferences,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label .desktop .liveDashboard span.preferences,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title .desktop .liveDashboard span.preferences,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title .desktop .liveDashboard span.preferences,.liveDashboard ._account_api .list-results thead .form-label.status .desktop .liveDashboard span.preferences,.liveDashboard ._account_api .list-results thead .status.status-log .desktop .liveDashboard span.preferences,.liveDashboard ._account_api .list-results thead .status.status-report-item .desktop .liveDashboard span.preferences,.liveDashboard ._account_api .list-results thead .double-list dd.status .desktop .liveDashboard span.preferences,.double-list .liveDashboard ._account_api .list-results thead dd.status .desktop .liveDashboard span.preferences,.liveDashboard ._account_api .list-results thead .double-list dt.status .desktop .liveDashboard span.preferences,.double-list .liveDashboard ._account_api .list-results thead dt.status .desktop .liveDashboard span.preferences,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title .desktop .liveDashboard span.preferences,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title .desktop .liveDashboard span.preferences,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .desktop .liveDashboard span.preferences,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label .desktop .liveDashboard span.preferences,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title .desktop .liveDashboard span.preferences,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title .desktop .liveDashboard span.preferences,._account_api .form-label.status .liveDashboard .list-results thead .desktop .liveDashboard span.preferences,._account_api .status.status-log .liveDashboard .list-results thead .desktop .liveDashboard span.preferences,._account_api .status.status-report-item .liveDashboard .list-results thead .desktop .liveDashboard span.preferences,._account_api .double-list dd.status .liveDashboard .list-results thead .desktop .liveDashboard span.preferences,.double-list ._account_api dd.status .liveDashboard .list-results thead .desktop .liveDashboard span.preferences,._account_api .double-list dt.status .liveDashboard .list-results thead .desktop .liveDashboard span.preferences,.double-list ._account_api dt.status .liveDashboard .list-results thead .desktop .liveDashboard span.preferences,._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead .desktop .liveDashboard span.preferences,.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead .desktop .liveDashboard span.preferences,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead .desktop .liveDashboard span.preferences,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead .desktop .liveDashboard span.preferences,._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead .desktop .liveDashboard span.preferences,.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead .desktop .liveDashboard span.preferences,.form-label.status .liveDashboard ._account_api .list-results thead .desktop .liveDashboard span.preferences,.status.status-log .liveDashboard ._account_api .list-results thead .desktop .liveDashboard span.preferences,.status.status-report-item .liveDashboard ._account_api .list-results thead .desktop .liveDashboard span.preferences,.double-list dd.status .liveDashboard ._account_api .list-results thead .desktop .liveDashboard span.preferences,.double-list dt.status .liveDashboard ._account_api .list-results thead .desktop .liveDashboard span.preferences,.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead .desktop .liveDashboard span.preferences,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead .desktop .liveDashboard span.preferences,.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead .desktop .liveDashboard span.preferences,._account_api .liveDashboard .list-results thead .desktop .liveDashboard .w-filters-selected label.status.small span.preferences,.liveDashboard ._account_api .list-results thead .desktop .liveDashboard .w-filters-selected label.status.small span.preferences,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small .desktop .liveDashboard span.preferences,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small .desktop .liveDashboard span.preferences,._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead .desktop .liveDashboard span.preferences,.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead .desktop .liveDashboard span.preferences,._account_api .liveDashboard .list-results thead .desktop .liveDashboard .w-filters-selected .status.btn-f-s span.preferences,.liveDashboard ._account_api .list-results thead .desktop .liveDashboard .w-filters-selected .status.btn-f-s span.preferences,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .desktop .liveDashboard span.preferences,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s .desktop .liveDashboard span.preferences,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead .desktop .liveDashboard span.preferences,.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead .desktop .liveDashboard span.preferences,._account_api .liveDashboard .list-results thead .desktop .liveDashboard .sub-header .w-form label.preferences,._account_api .liveDashboard .list-results thead .desktop .liveDashboard .sub-header .w-double-list label.preferences,.liveDashboard ._account_api .list-results thead .desktop .liveDashboard .sub-header .w-form label.preferences,.liveDashboard ._account_api .list-results thead .desktop .liveDashboard .sub-header .w-double-list label.preferences,._account_api .liveDashboard .list-results thead .sub-header .w-form .desktop .liveDashboard label.preferences,._account_api .liveDashboard .list-results thead .sub-header .w-double-list .desktop .liveDashboard label.preferences,.liveDashboard ._account_api .list-results thead .sub-header .w-form .desktop .liveDashboard label.preferences,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list .desktop .liveDashboard label.preferences,._account_api .sub-header .w-form .liveDashboard .list-results thead .desktop .liveDashboard label.preferences,._account_api .sub-header .w-double-list .liveDashboard .list-results thead .desktop .liveDashboard label.preferences,.sub-header .w-form .liveDashboard ._account_api .list-results thead .desktop .liveDashboard label.preferences,.sub-header .w-double-list .liveDashboard ._account_api .list-results thead .desktop .liveDashboard label.preferences,._account_api .liveDashboard .list-results thead .desktop .liveDashboard .block-filters button.preferences:after,.liveDashboard ._account_api .list-results thead .desktop .liveDashboard .block-filters button.preferences:after,._account_api .liveDashboard .list-results thead .block-filters .desktop .liveDashboard button.preferences:after,.liveDashboard ._account_api .list-results thead .block-filters .desktop .liveDashboard button.preferences:after,._account_api .block-filters .liveDashboard .list-results thead .desktop .liveDashboard button.preferences:after,.block-filters .liveDashboard ._account_api .list-results thead .desktop .liveDashboard button.preferences:after,._account_api .liveDashboard .list-results thead .desktop .liveDashboard .block-filters select.preferences:after,.liveDashboard ._account_api .list-results thead .desktop .liveDashboard .block-filters select.preferences:after,._account_api .liveDashboard .list-results thead .block-filters .desktop .liveDashboard select.preferences:after,.liveDashboard ._account_api .list-results thead .block-filters .desktop .liveDashboard select.preferences:after,._account_api .block-filters .liveDashboard .list-results thead .desktop .liveDashboard select.preferences:after,.block-filters .liveDashboard ._account_api .list-results thead .desktop .liveDashboard select.preferences:after,._account_api .liveDashboard .list-results thead .desktop .liveDashboard .form-auto-list .preferences.form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .desktop .liveDashboard .form-auto-list .preferences.form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .form-auto-list .desktop .liveDashboard .preferences.form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .form-auto-list .desktop .liveDashboard .preferences.form-auto-item.is-user-is-inactive,._account_api .form-auto-list .liveDashboard .list-results thead .desktop .liveDashboard .preferences.form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard ._account_api .list-results thead .desktop .liveDashboard .preferences.form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .desktop .liveDashboard .form-auto-list .preferences.form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .desktop .liveDashboard .form-auto-list .preferences.form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .form-auto-list .desktop .liveDashboard .preferences.form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .form-auto-list .desktop .liveDashboard .preferences.form-auto-item.is-user-is-active,._account_api .form-auto-list .liveDashboard .list-results thead .desktop .liveDashboard .preferences.form-auto-item.is-user-is-active,.form-auto-list .liveDashboard ._account_api .list-results thead .desktop .liveDashboard .preferences.form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .desktop .liveDashboard .list-results-header .status.title span.preferences,.liveDashboard ._account_api .list-results thead .desktop .liveDashboard .list-results-header .status.title span.preferences,._account_api .liveDashboard .list-results thead .list-results-header .status.title .desktop .liveDashboard span.preferences,.liveDashboard ._account_api .list-results thead .list-results-header .status.title .desktop .liveDashboard span.preferences,._account_api .list-results-header .status.title .liveDashboard .list-results thead .desktop .liveDashboard span.preferences,.list-results-header .status.title .liveDashboard ._account_api .list-results thead .desktop .liveDashboard span.preferences,._account_api .liveDashboard .list-results thead .desktop .liveDashboard tr span.preferences,.liveDashboard ._account_api .list-results thead .desktop .liveDashboard tr span.preferences,._account_api .liveDashboard .list-results thead tr .desktop .liveDashboard span.preferences,.liveDashboard ._account_api .list-results thead tr .desktop .liveDashboard span.preferences,._account_api .list-results thead .desktop .liveDashboard .preferences.icon,._account_api .list-results thead .desktop .liveDashboard .preferences.w-alert-banner:before,._account_api .liveDashboard .list-results thead .desktop .liveDashboard .preferences.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .desktop .liveDashboard .preferences.w-alert-banner:before,._account_api .list-results thead .desktop .liveDashboard .preferences.w-alert-banner:before,._account_api .list-results thead .desktop .liveDashboard .w-dialog.plus .preferences.dialog-aside:after,.w-dialog.plus ._account_api .list-results thead .desktop .liveDashboard .preferences.dialog-aside:after,._account_api .list-results thead .desktop .liveDashboard .w-toast .preferences.toast.plus:after,.w-toast ._account_api .list-results thead .desktop .liveDashboard .preferences.toast.plus:after,._account_api .list-results thead .desktop .liveDashboard .w-time-period .dropdown .w-selection .preferences.btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .desktop .liveDashboard .preferences.btn-period-clear:before,._account_api .list-results thead .desktop .liveDashboard .w-time-period .dropdown .w-selection .preferences.btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .desktop .liveDashboard .preferences.btn-filter:before,._account_api .list-results thead .desktop .liveDashboard .w-time-period .dropdown .w-selection .preferences.btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .desktop .liveDashboard .preferences.btn-period-edit:before,._account_api .list-results thead .desktop .liveDashboard .block-filters .preferences.btn-filter:before,.block-filters ._account_api .list-results thead .desktop .liveDashboard .preferences.btn-filter:before,._account_api .list-results thead .desktop .liveDashboard .toggleWrapper input.mobileToggle+label.preferences,.toggleWrapper ._account_api .list-results thead .desktop .liveDashboard input.mobileToggle+label.preferences,._account_api .list-results thead .desktop .liveDashboard tbody span.preferences.status,._account_api .list-results tbody thead .desktop .liveDashboard span.preferences.status,._account_api .list-results thead .desktop .liveDashboard tbody td.is-running span.preferences,._account_api .list-results tbody td.is-running thead .desktop .liveDashboard span.preferences,._account_api .list-results thead .desktop .liveDashboard tbody td.is-pending span.preferences,._account_api .list-results tbody td.is-pending thead .desktop .liveDashboard span.preferences,._account_api .list-results thead .desktop .liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown .preferences.dropdown-toggle:after,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .desktop .liveDashboard .preferences.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .desktop .liveDashboard .preferences.dropdown-toggle:after,._account_api .list-results thead .desktop .liveDashboard .w-filter-preset.w-filter-preset .filter-preset .preferences.filter,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .desktop .liveDashboard .preferences.filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .desktop .liveDashboard .preferences.filter,._account_api .list-results thead .desktop .liveDashboard .form-label.status span.preferences,._account_api .list-results thead .desktop .liveDashboard .status.status-log span.preferences,._account_api .list-results thead .desktop .liveDashboard .status.status-report-item span.preferences,._account_api .list-results thead .desktop .liveDashboard .double-list dd.status span.preferences,.double-list ._account_api .list-results thead .desktop .liveDashboard dd.status span.preferences,._account_api .list-results thead .desktop .liveDashboard .double-list dt.status span.preferences,.double-list ._account_api .list-results thead .desktop .liveDashboard dt.status span.preferences,._account_api .list-results thead .desktop .liveDashboard .w-cards-container .w-card .status.title span.preferences,.w-cards-container .w-card ._account_api .list-results thead .desktop .liveDashboard .status.title span.preferences,._account_api .list-results thead .desktop .liveDashboard .w-cards-container .w-card.centered .w-value .status.label span.preferences,.w-cards-container .w-card.centered .w-value ._account_api .list-results thead .desktop .liveDashboard .status.label span.preferences,._account_api .list-results thead .desktop .liveDashboard tbody tr.sublist .status.title span.preferences,._account_api .list-results tbody tr.sublist thead .desktop .liveDashboard .status.title span.preferences,._account_api .list-results thead .form-label.status .desktop .liveDashboard span.preferences,._account_api .list-results thead .status.status-log .desktop .liveDashboard span.preferences,._account_api .list-results thead .status.status-report-item .desktop .liveDashboard span.preferences,._account_api .list-results thead .double-list dd.status .desktop .liveDashboard span.preferences,.double-list ._account_api .list-results thead dd.status .desktop .liveDashboard span.preferences,._account_api .list-results thead .double-list dt.status .desktop .liveDashboard span.preferences,.double-list ._account_api .list-results thead dt.status .desktop .liveDashboard span.preferences,._account_api .list-results thead .w-cards-container .w-card .status.title .desktop .liveDashboard span.preferences,.w-cards-container .w-card ._account_api .list-results thead .status.title .desktop .liveDashboard span.preferences,._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .desktop .liveDashboard span.preferences,.w-cards-container .w-card.centered .w-value ._account_api .list-results thead .status.label .desktop .liveDashboard span.preferences,._account_api .list-results thead tbody tr.sublist .status.title .desktop .liveDashboard span.preferences,._account_api .list-results tbody tr.sublist thead .status.title .desktop .liveDashboard span.preferences,.form-label.status ._account_api .list-results thead .desktop .liveDashboard span.preferences,.status.status-log ._account_api .list-results thead .desktop .liveDashboard span.preferences,.status.status-report-item ._account_api .list-results thead .desktop .liveDashboard span.preferences,.double-list dd.status ._account_api .list-results thead .desktop .liveDashboard span.preferences,.double-list dt.status ._account_api .list-results thead .desktop .liveDashboard span.preferences,.w-cards-container .w-card .status.title ._account_api .list-results thead .desktop .liveDashboard span.preferences,.w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead .desktop .liveDashboard span.preferences,.list-results tbody tr.sublist .status.title ._account_api .list-results thead .desktop .liveDashboard span.preferences,._account_api .list-results thead .desktop .liveDashboard .w-filters-selected label.status.small span.preferences,._account_api .list-results thead .w-filters-selected label.status.small .desktop .liveDashboard span.preferences,.w-filters-selected label.status.small ._account_api .list-results thead .desktop .liveDashboard span.preferences,._account_api .list-results thead .desktop .liveDashboard .w-filters-selected .status.btn-f-s span.preferences,._account_api .list-results thead .w-filters-selected .status.btn-f-s .desktop .liveDashboard span.preferences,.w-filters-selected .status.btn-f-s ._account_api .list-results thead .desktop .liveDashboard span.preferences,._account_api .list-results thead .desktop .liveDashboard .sub-header .w-form label.preferences,._account_api .list-results thead .desktop .liveDashboard .sub-header .w-double-list label.preferences,._account_api .list-results thead .sub-header .w-form .desktop .liveDashboard label.preferences,._account_api .list-results thead .sub-header .w-double-list .desktop .liveDashboard label.preferences,.sub-header .w-form ._account_api .list-results thead .desktop .liveDashboard label.preferences,.sub-header .w-double-list ._account_api .list-results thead .desktop .liveDashboard label.preferences,._account_api .list-results thead .desktop .liveDashboard .block-filters button.preferences:after,._account_api .list-results thead .block-filters .desktop .liveDashboard button.preferences:after,.block-filters ._account_api .list-results thead .desktop .liveDashboard button.preferences:after,._account_api .list-results thead .desktop .liveDashboard .block-filters select.preferences:after,._account_api .list-results thead .block-filters .desktop .liveDashboard select.preferences:after,.block-filters ._account_api .list-results thead .desktop .liveDashboard select.preferences:after,._account_api .list-results thead .desktop .liveDashboard .form-auto-list .preferences.form-auto-item.is-user-is-inactive,._account_api .list-results thead .form-auto-list .desktop .liveDashboard .preferences.form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .list-results thead .desktop .liveDashboard .preferences.form-auto-item.is-user-is-inactive,._account_api .list-results thead .desktop .liveDashboard .form-auto-list .preferences.form-auto-item.is-user-is-active,._account_api .list-results thead .form-auto-list .desktop .liveDashboard .preferences.form-auto-item.is-user-is-active,.form-auto-list ._account_api .list-results thead .desktop .liveDashboard .preferences.form-auto-item.is-user-is-active,._account_api .list-results thead .desktop .liveDashboard .list-results-header .status.title span.preferences,._account_api .list-results thead .list-results-header .status.title .desktop .liveDashboard span.preferences,.list-results-header .status.title ._account_api .list-results thead .desktop .liveDashboard span.preferences,._account_api .list-results thead .desktop .liveDashboard tr span.preferences,._account_api .list-results thead tr .desktop .liveDashboard span.preferences,.liveDashboard ._account_api .list-results thead .desktop .liveDashboard .preferences.icon,.liveDashboard ._account_api .list-results thead .desktop .liveDashboard .preferences.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .desktop .liveDashboard .preferences.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .desktop .liveDashboard .preferences.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .desktop .liveDashboard .w-dialog.plus .preferences.dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .desktop .liveDashboard .preferences.dialog-aside:after,.liveDashboard ._account_api .list-results thead .desktop .liveDashboard .w-toast .preferences.toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .desktop .liveDashboard .preferences.toast.plus:after,.liveDashboard ._account_api .list-results thead .desktop .liveDashboard .w-time-period .dropdown .w-selection .preferences.btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .desktop .liveDashboard .preferences.btn-period-clear:before,.liveDashboard ._account_api .list-results thead .desktop .liveDashboard .w-time-period .dropdown .w-selection .preferences.btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .desktop .liveDashboard .preferences.btn-filter:before,.liveDashboard ._account_api .list-results thead .desktop .liveDashboard .w-time-period .dropdown .w-selection .preferences.btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .desktop .liveDashboard .preferences.btn-period-edit:before,.liveDashboard ._account_api .list-results thead .desktop .liveDashboard .block-filters .preferences.btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .desktop .liveDashboard .preferences.btn-filter:before,.liveDashboard ._account_api .list-results thead .desktop .liveDashboard .toggleWrapper input.mobileToggle+label.preferences,.toggleWrapper .liveDashboard ._account_api .list-results thead .desktop .liveDashboard input.mobileToggle+label.preferences,.liveDashboard ._account_api .list-results thead .desktop .liveDashboard tbody span.preferences.status,.liveDashboard ._account_api .list-results tbody thead .desktop .liveDashboard span.preferences.status,.liveDashboard ._account_api .list-results thead .desktop .liveDashboard tbody td.is-running span.preferences,.liveDashboard ._account_api .list-results tbody td.is-running thead .desktop .liveDashboard span.preferences,.liveDashboard ._account_api .list-results thead .desktop .liveDashboard tbody td.is-pending span.preferences,.liveDashboard ._account_api .list-results tbody td.is-pending thead .desktop .liveDashboard span.preferences,._account_api .liveDashboard .list-results thead .desktop .liveDashboard .preferences.icon,._account_api .liveDashboard .list-results thead .desktop .liveDashboard .preferences.w-alert-banner:before,._account_api .liveDashboard .list-results thead .desktop .liveDashboard .preferences.w-alert-banner:before,._account_api .liveDashboard .list-results thead .desktop .liveDashboard .preferences.w-alert-banner:before,._account_api .liveDashboard .list-results thead .desktop .liveDashboard .w-dialog.plus .preferences.dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .desktop .liveDashboard .preferences.dialog-aside:after,._account_api .liveDashboard .list-results thead .desktop .liveDashboard .w-toast .preferences.toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .desktop .liveDashboard .preferences.toast.plus:after,._account_api .liveDashboard .list-results thead .desktop .liveDashboard .w-time-period .dropdown .w-selection .preferences.btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .desktop .liveDashboard .preferences.btn-period-clear:before,._account_api .liveDashboard .list-results thead .desktop .liveDashboard .w-time-period .dropdown .w-selection .preferences.btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .desktop .liveDashboard .preferences.btn-filter:before,._account_api .liveDashboard .list-results thead .desktop .liveDashboard .w-time-period .dropdown .w-selection .preferences.btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .desktop .liveDashboard .preferences.btn-period-edit:before,._account_api .liveDashboard .list-results thead .desktop .liveDashboard .block-filters .preferences.btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .desktop .liveDashboard .preferences.btn-filter:before,._account_api .liveDashboard .list-results thead .desktop .liveDashboard .toggleWrapper input.mobileToggle+label.preferences,.toggleWrapper ._account_api .liveDashboard .list-results thead .desktop .liveDashboard input.mobileToggle+label.preferences,._account_api .liveDashboard .list-results thead .desktop .liveDashboard tbody span.preferences.status,._account_api .liveDashboard .list-results tbody thead .desktop .liveDashboard span.preferences.status,._account_api .liveDashboard .list-results thead .desktop .liveDashboard tbody td.is-running span.preferences,._account_api .liveDashboard .list-results tbody td.is-running thead .desktop .liveDashboard span.preferences,._account_api .liveDashboard .list-results thead .desktop .liveDashboard tbody td.is-pending span.preferences,._account_api .liveDashboard .list-results tbody td.is-pending thead .desktop .liveDashboard span.preferences,.liveDashboard ._account_api .list-results thead .desktop .liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown .preferences.dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .desktop .liveDashboard .preferences.dropdown-toggle:after,._account_api .liveDashboard .list-results thead .desktop .liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown .preferences.dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .desktop .liveDashboard .preferences.dropdown-toggle:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .desktop .liveDashboard .preferences.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .desktop .liveDashboard .preferences.dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .desktop .liveDashboard .w-filter-preset.w-filter-preset .filter-preset .preferences.filter,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .desktop .liveDashboard .preferences.filter,._account_api .liveDashboard .list-results thead .desktop .liveDashboard .w-filter-preset.w-filter-preset .filter-preset .preferences.filter,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .desktop .liveDashboard .preferences.filter,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .desktop .liveDashboard .preferences.filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .desktop .liveDashboard .preferences.filter,.liveDashboard ._account_api .list-results thead .desktop .liveDashboard .form-label.status span.preferences,.liveDashboard ._account_api .list-results thead .desktop .liveDashboard .status.status-log span.preferences,.liveDashboard ._account_api .list-results thead .desktop .liveDashboard .status.status-report-item span.preferences,.liveDashboard ._account_api .list-results thead .desktop .liveDashboard .double-list dd.status span.preferences,.double-list .liveDashboard ._account_api .list-results thead .desktop .liveDashboard dd.status span.preferences,.liveDashboard ._account_api .list-results thead .desktop .liveDashboard .double-list dt.status span.preferences,.double-list .liveDashboard ._account_api .list-results thead .desktop .liveDashboard dt.status span.preferences,.liveDashboard ._account_api .list-results thead .desktop .liveDashboard .w-cards-container .w-card .status.title span.preferences,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .desktop .liveDashboard .status.title span.preferences,.liveDashboard ._account_api .list-results thead .desktop .liveDashboard .w-cards-container .w-card.centered .w-value .status.label span.preferences,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .desktop .liveDashboard .status.label span.preferences,.liveDashboard ._account_api .list-results thead .desktop .liveDashboard tbody tr.sublist .status.title span.preferences,.liveDashboard ._account_api .list-results tbody tr.sublist thead .desktop .liveDashboard .status.title span.preferences,.liveDashboard ._account_api .list-results thead .form-label.status .desktop .liveDashboard span.preferences,.liveDashboard ._account_api .list-results thead .status.status-log .desktop .liveDashboard span.preferences,.liveDashboard ._account_api .list-results thead .status.status-report-item .desktop .liveDashboard span.preferences,.liveDashboard ._account_api .list-results thead .double-list dd.status .desktop .liveDashboard span.preferences,.double-list .liveDashboard ._account_api .list-results thead dd.status .desktop .liveDashboard span.preferences,.liveDashboard ._account_api .list-results thead .double-list dt.status .desktop .liveDashboard span.preferences,.double-list .liveDashboard ._account_api .list-results thead dt.status .desktop .liveDashboard span.preferences,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title .desktop .liveDashboard span.preferences,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title .desktop .liveDashboard span.preferences,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .desktop .liveDashboard span.preferences,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label .desktop .liveDashboard span.preferences,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title .desktop .liveDashboard span.preferences,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title .desktop .liveDashboard span.preferences,._account_api .liveDashboard .list-results thead .desktop .liveDashboard .form-label.status span.preferences,._account_api .liveDashboard .list-results thead .desktop .liveDashboard .status.status-log span.preferences,._account_api .liveDashboard .list-results thead .desktop .liveDashboard .status.status-report-item span.preferences,._account_api .liveDashboard .list-results thead .desktop .liveDashboard .double-list dd.status span.preferences,.double-list ._account_api .liveDashboard .list-results thead .desktop .liveDashboard dd.status span.preferences,._account_api .liveDashboard .list-results thead .desktop .liveDashboard .double-list dt.status span.preferences,.double-list ._account_api .liveDashboard .list-results thead .desktop .liveDashboard dt.status span.preferences,._account_api .liveDashboard .list-results thead .desktop .liveDashboard .w-cards-container .w-card .status.title span.preferences,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .desktop .liveDashboard .status.title span.preferences,._account_api .liveDashboard .list-results thead .desktop .liveDashboard .w-cards-container .w-card.centered .w-value .status.label span.preferences,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .desktop .liveDashboard .status.label span.preferences,._account_api .liveDashboard .list-results thead .desktop .liveDashboard tbody tr.sublist .status.title span.preferences,._account_api .liveDashboard .list-results tbody tr.sublist thead .desktop .liveDashboard .status.title span.preferences,._account_api .liveDashboard .list-results thead .form-label.status .desktop .liveDashboard span.preferences,._account_api .liveDashboard .list-results thead .status.status-log .desktop .liveDashboard span.preferences,._account_api .liveDashboard .list-results thead .status.status-report-item .desktop .liveDashboard span.preferences,._account_api .liveDashboard .list-results thead .double-list dd.status .desktop .liveDashboard span.preferences,.double-list ._account_api .liveDashboard .list-results thead dd.status .desktop .liveDashboard span.preferences,._account_api .liveDashboard .list-results thead .double-list dt.status .desktop .liveDashboard span.preferences,.double-list ._account_api .liveDashboard .list-results thead dt.status .desktop .liveDashboard span.preferences,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title .desktop .liveDashboard span.preferences,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title .desktop .liveDashboard span.preferences,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .desktop .liveDashboard span.preferences,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label .desktop .liveDashboard span.preferences,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title .desktop .liveDashboard span.preferences,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title .desktop .liveDashboard span.preferences,.liveDashboard .form-label.status ._account_api .list-results thead .desktop .liveDashboard span.preferences,.liveDashboard .status.status-log ._account_api .list-results thead .desktop .liveDashboard span.preferences,.liveDashboard .status.status-report-item ._account_api .list-results thead .desktop .liveDashboard span.preferences,.liveDashboard .double-list dd.status ._account_api .list-results thead .desktop .liveDashboard span.preferences,.double-list .liveDashboard dd.status ._account_api .list-results thead .desktop .liveDashboard span.preferences,.liveDashboard .double-list dt.status ._account_api .list-results thead .desktop .liveDashboard span.preferences,.double-list .liveDashboard dt.status ._account_api .list-results thead .desktop .liveDashboard span.preferences,.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead .desktop .liveDashboard span.preferences,.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead .desktop .liveDashboard span.preferences,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead .desktop .liveDashboard span.preferences,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead .desktop .liveDashboard span.preferences,.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead .desktop .liveDashboard span.preferences,.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead .desktop .liveDashboard span.preferences,.form-label.status ._account_api .liveDashboard .list-results thead .desktop .liveDashboard span.preferences,.status.status-log ._account_api .liveDashboard .list-results thead .desktop .liveDashboard span.preferences,.status.status-report-item ._account_api .liveDashboard .list-results thead .desktop .liveDashboard span.preferences,.double-list dd.status ._account_api .liveDashboard .list-results thead .desktop .liveDashboard span.preferences,.double-list dt.status ._account_api .liveDashboard .list-results thead .desktop .liveDashboard span.preferences,.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead .desktop .liveDashboard span.preferences,.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead .desktop .liveDashboard span.preferences,.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead .desktop .liveDashboard span.preferences,.liveDashboard ._account_api .list-results thead .desktop .liveDashboard .w-filters-selected label.status.small span.preferences,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small .desktop .liveDashboard span.preferences,._account_api .liveDashboard .list-results thead .desktop .liveDashboard .w-filters-selected label.status.small span.preferences,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small .desktop .liveDashboard span.preferences,.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead .desktop .liveDashboard span.preferences,.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead .desktop .liveDashboard span.preferences,.liveDashboard ._account_api .list-results thead .desktop .liveDashboard .w-filters-selected .status.btn-f-s span.preferences,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s .desktop .liveDashboard span.preferences,._account_api .liveDashboard .list-results thead .desktop .liveDashboard .w-filters-selected .status.btn-f-s span.preferences,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .desktop .liveDashboard span.preferences,.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead .desktop .liveDashboard span.preferences,.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead .desktop .liveDashboard span.preferences,.liveDashboard ._account_api .list-results thead .desktop .liveDashboard .sub-header .w-form label.preferences,.liveDashboard ._account_api .list-results thead .desktop .liveDashboard .sub-header .w-double-list label.preferences,.liveDashboard ._account_api .list-results thead .sub-header .w-form .desktop .liveDashboard label.preferences,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list .desktop .liveDashboard label.preferences,._account_api .liveDashboard .list-results thead .desktop .liveDashboard .sub-header .w-form label.preferences,._account_api .liveDashboard .list-results thead .desktop .liveDashboard .sub-header .w-double-list label.preferences,._account_api .liveDashboard .list-results thead .sub-header .w-form .desktop .liveDashboard label.preferences,._account_api .liveDashboard .list-results thead .sub-header .w-double-list .desktop .liveDashboard label.preferences,.liveDashboard .sub-header .w-form ._account_api .list-results thead .desktop .liveDashboard label.preferences,.liveDashboard .sub-header .w-double-list ._account_api .list-results thead .desktop .liveDashboard label.preferences,.sub-header .w-form ._account_api .liveDashboard .list-results thead .desktop .liveDashboard label.preferences,.sub-header .w-double-list ._account_api .liveDashboard .list-results thead .desktop .liveDashboard label.preferences,.liveDashboard ._account_api .list-results thead .desktop .liveDashboard .block-filters button.preferences:after,.liveDashboard ._account_api .list-results thead .block-filters .desktop .liveDashboard button.preferences:after,._account_api .liveDashboard .list-results thead .desktop .liveDashboard .block-filters button.preferences:after,._account_api .liveDashboard .list-results thead .block-filters .desktop .liveDashboard button.preferences:after,.liveDashboard .block-filters ._account_api .list-results thead .desktop .liveDashboard button.preferences:after,.block-filters ._account_api .liveDashboard .list-results thead .desktop .liveDashboard button.preferences:after,.liveDashboard ._account_api .list-results thead .desktop .liveDashboard .block-filters select.preferences:after,.liveDashboard ._account_api .list-results thead .block-filters .desktop .liveDashboard select.preferences:after,._account_api .liveDashboard .list-results thead .desktop .liveDashboard .block-filters select.preferences:after,._account_api .liveDashboard .list-results thead .block-filters .desktop .liveDashboard select.preferences:after,.liveDashboard .block-filters ._account_api .list-results thead .desktop .liveDashboard select.preferences:after,.block-filters ._account_api .liveDashboard .list-results thead .desktop .liveDashboard select.preferences:after,.liveDashboard ._account_api .list-results thead .desktop .liveDashboard .form-auto-list .preferences.form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .form-auto-list .desktop .liveDashboard .preferences.form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .desktop .liveDashboard .form-auto-list .preferences.form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .form-auto-list .desktop .liveDashboard .preferences.form-auto-item.is-user-is-inactive,.liveDashboard .form-auto-list ._account_api .list-results thead .desktop .liveDashboard .preferences.form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .liveDashboard .list-results thead .desktop .liveDashboard .preferences.form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .desktop .liveDashboard .form-auto-list .preferences.form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .form-auto-list .desktop .liveDashboard .preferences.form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .desktop .liveDashboard .form-auto-list .preferences.form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .form-auto-list .desktop .liveDashboard .preferences.form-auto-item.is-user-is-active,.liveDashboard .form-auto-list ._account_api .list-results thead .desktop .liveDashboard .preferences.form-auto-item.is-user-is-active,.form-auto-list ._account_api .liveDashboard .list-results thead .desktop .liveDashboard .preferences.form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .desktop .liveDashboard .list-results-header .status.title span.preferences,.liveDashboard ._account_api .list-results thead .list-results-header .status.title .desktop .liveDashboard span.preferences,._account_api .liveDashboard .list-results thead .desktop .liveDashboard .list-results-header .status.title span.preferences,._account_api .liveDashboard .list-results thead .list-results-header .status.title .desktop .liveDashboard span.preferences,.liveDashboard .list-results-header .status.title ._account_api .list-results thead .desktop .liveDashboard span.preferences,.list-results-header .status.title ._account_api .liveDashboard .list-results thead .desktop .liveDashboard span.preferences,.liveDashboard ._account_api .list-results thead .desktop .liveDashboard tr span.preferences,.liveDashboard ._account_api .list-results thead tr .desktop .liveDashboard span.preferences,._account_api .liveDashboard .list-results thead .desktop .liveDashboard tr span.preferences,._account_api .liveDashboard .list-results thead tr .desktop .liveDashboard span.preferences,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .desktop .liveDashboard .preferences.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .desktop .liveDashboard .preferences.dropdown-toggle:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .desktop .liveDashboard .preferences.filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .desktop .liveDashboard .preferences.filter,._account_api .form-label.status .liveDashboard .list-results thead .desktop .liveDashboard span.preferences,._account_api .status.status-log .liveDashboard .list-results thead .desktop .liveDashboard span.preferences,._account_api .status.status-report-item .liveDashboard .list-results thead .desktop .liveDashboard span.preferences,._account_api .double-list dd.status .liveDashboard .list-results thead .desktop .liveDashboard span.preferences,.double-list ._account_api dd.status .liveDashboard .list-results thead .desktop .liveDashboard span.preferences,._account_api .double-list dt.status .liveDashboard .list-results thead .desktop .liveDashboard span.preferences,.double-list ._account_api dt.status .liveDashboard .list-results thead .desktop .liveDashboard span.preferences,._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead .desktop .liveDashboard span.preferences,.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead .desktop .liveDashboard span.preferences,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead .desktop .liveDashboard span.preferences,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead .desktop .liveDashboard span.preferences,._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead .desktop .liveDashboard span.preferences,.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead .desktop .liveDashboard span.preferences,.form-label.status .liveDashboard ._account_api .list-results thead .desktop .liveDashboard span.preferences,.status.status-log .liveDashboard ._account_api .list-results thead .desktop .liveDashboard span.preferences,.status.status-report-item .liveDashboard ._account_api .list-results thead .desktop .liveDashboard span.preferences,.double-list dd.status .liveDashboard ._account_api .list-results thead .desktop .liveDashboard span.preferences,.double-list dt.status .liveDashboard ._account_api .list-results thead .desktop .liveDashboard span.preferences,.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead .desktop .liveDashboard span.preferences,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead .desktop .liveDashboard span.preferences,.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead .desktop .liveDashboard span.preferences,._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead .desktop .liveDashboard span.preferences,.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead .desktop .liveDashboard span.preferences,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead .desktop .liveDashboard span.preferences,.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead .desktop .liveDashboard span.preferences,._account_api .sub-header .w-form .liveDashboard .list-results thead .desktop .liveDashboard label.preferences,._account_api .sub-header .w-double-list .liveDashboard .list-results thead .desktop .liveDashboard label.preferences,.sub-header .w-form .liveDashboard ._account_api .list-results thead .desktop .liveDashboard label.preferences,.sub-header .w-double-list .liveDashboard ._account_api .list-results thead .desktop .liveDashboard label.preferences,._account_api .block-filters .liveDashboard .list-results thead .desktop .liveDashboard button.preferences:after,.block-filters .liveDashboard ._account_api .list-results thead .desktop .liveDashboard button.preferences:after,._account_api .block-filters .liveDashboard .list-results thead .desktop .liveDashboard select.preferences:after,.block-filters .liveDashboard ._account_api .list-results thead .desktop .liveDashboard select.preferences:after,._account_api .form-auto-list .liveDashboard .list-results thead .desktop .liveDashboard .preferences.form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard ._account_api .list-results thead .desktop .liveDashboard .preferences.form-auto-item.is-user-is-inactive,._account_api .form-auto-list .liveDashboard .list-results thead .desktop .liveDashboard .preferences.form-auto-item.is-user-is-active,.form-auto-list .liveDashboard ._account_api .list-results thead .desktop .liveDashboard .preferences.form-auto-item.is-user-is-active,._account_api .list-results-header .status.title .liveDashboard .list-results thead .desktop .liveDashboard span.preferences,.list-results-header .status.title .liveDashboard ._account_api .list-results thead .desktop .liveDashboard span.preferences,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .desktop .liveDashboard .preferences.dropdown-toggle:after,.desktop .liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .preferences.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .desktop .liveDashboard .preferences.dropdown-toggle:after,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .desktop .liveDashboard .preferences.filter,.desktop .liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .preferences.filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .desktop .liveDashboard .preferences.filter,._account_api .list-results thead .form-label.status .desktop .liveDashboard span.preferences,._account_api .list-results thead .status.status-log .desktop .liveDashboard span.preferences,._account_api .list-results thead .status.status-report-item .desktop .liveDashboard span.preferences,._account_api .list-results thead .double-list dd.status .desktop .liveDashboard span.preferences,.double-list ._account_api .list-results thead dd.status .desktop .liveDashboard span.preferences,._account_api .list-results thead .double-list dt.status .desktop .liveDashboard span.preferences,.double-list ._account_api .list-results thead dt.status .desktop .liveDashboard span.preferences,._account_api .list-results thead .w-cards-container .w-card .status.title .desktop .liveDashboard span.preferences,.w-cards-container .w-card ._account_api .list-results thead .status.title .desktop .liveDashboard span.preferences,._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .desktop .liveDashboard span.preferences,.w-cards-container .w-card.centered .w-value ._account_api .list-results thead .status.label .desktop .liveDashboard span.preferences,._account_api .list-results thead tbody tr.sublist .status.title .desktop .liveDashboard span.preferences,._account_api .list-results tbody tr.sublist thead .status.title .desktop .liveDashboard span.preferences,.desktop .liveDashboard .form-label.status ._account_api .list-results thead span.preferences,.desktop .liveDashboard .status.status-log ._account_api .list-results thead span.preferences,.desktop .liveDashboard .status.status-report-item ._account_api .list-results thead span.preferences,.desktop .liveDashboard .double-list dd.status ._account_api .list-results thead span.preferences,.double-list .desktop .liveDashboard dd.status ._account_api .list-results thead span.preferences,.desktop .liveDashboard .double-list dt.status ._account_api .list-results thead span.preferences,.double-list .desktop .liveDashboard dt.status ._account_api .list-results thead span.preferences,.desktop .liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span.preferences,.w-cards-container .w-card .desktop .liveDashboard .status.title ._account_api .list-results thead span.preferences,.desktop .liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.preferences,.w-cards-container .w-card.centered .w-value .desktop .liveDashboard .status.label ._account_api .list-results thead span.preferences,.desktop .liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span.preferences,.list-results tbody tr.sublist .desktop .liveDashboard .status.title ._account_api .list-results thead span.preferences,.form-label.status ._account_api .list-results thead .desktop .liveDashboard span.preferences,.status.status-log ._account_api .list-results thead .desktop .liveDashboard span.preferences,.status.status-report-item ._account_api .list-results thead .desktop .liveDashboard span.preferences,.double-list dd.status ._account_api .list-results thead .desktop .liveDashboard span.preferences,.double-list dt.status ._account_api .list-results thead .desktop .liveDashboard span.preferences,.w-cards-container .w-card .status.title ._account_api .list-results thead .desktop .liveDashboard span.preferences,.w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead .desktop .liveDashboard span.preferences,.list-results tbody tr.sublist .status.title ._account_api .list-results thead .desktop .liveDashboard span.preferences,._account_api .list-results thead .w-filters-selected label.status.small .desktop .liveDashboard span.preferences,.desktop .liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span.preferences,.w-filters-selected label.status.small ._account_api .list-results thead .desktop .liveDashboard span.preferences,._account_api .list-results thead .w-filters-selected .status.btn-f-s .desktop .liveDashboard span.preferences,.desktop .liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span.preferences,.w-filters-selected .status.btn-f-s ._account_api .list-results thead .desktop .liveDashboard span.preferences,._account_api .list-results thead .sub-header .w-form .desktop .liveDashboard label.preferences,._account_api .list-results thead .sub-header .w-double-list .desktop .liveDashboard label.preferences,.desktop .liveDashboard .sub-header .w-form ._account_api .list-results thead label.preferences,.desktop .liveDashboard .sub-header .w-double-list ._account_api .list-results thead label.preferences,.sub-header .w-form ._account_api .list-results thead .desktop .liveDashboard label.preferences,.sub-header .w-double-list ._account_api .list-results thead .desktop .liveDashboard label.preferences,._account_api .list-results thead .block-filters .desktop .liveDashboard button.preferences:after,.desktop .liveDashboard .block-filters ._account_api .list-results thead button.preferences:after,.block-filters ._account_api .list-results thead .desktop .liveDashboard button.preferences:after,._account_api .list-results thead .block-filters .desktop .liveDashboard select.preferences:after,.desktop .liveDashboard .block-filters ._account_api .list-results thead select.preferences:after,.block-filters ._account_api .list-results thead .desktop .liveDashboard select.preferences:after,._account_api .list-results thead .form-auto-list .desktop .liveDashboard .preferences.form-auto-item.is-user-is-inactive,.desktop .liveDashboard .form-auto-list ._account_api .list-results thead .preferences.form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .list-results thead .desktop .liveDashboard .preferences.form-auto-item.is-user-is-inactive,._account_api .list-results thead .form-auto-list .desktop .liveDashboard .preferences.form-auto-item.is-user-is-active,.desktop .liveDashboard .form-auto-list ._account_api .list-results thead .preferences.form-auto-item.is-user-is-active,.form-auto-list ._account_api .list-results thead .desktop .liveDashboard .preferences.form-auto-item.is-user-is-active,._account_api .list-results thead .list-results-header .status.title .desktop .liveDashboard span.preferences,.desktop .liveDashboard .list-results-header .status.title ._account_api .list-results thead span.preferences,.list-results-header .status.title ._account_api .list-results thead .desktop .liveDashboard span.preferences,._account_api .list-results thead tr .desktop .liveDashboard span.preferences,.desktop .liveDashboard .sidebar-default.sidebar-default-right .sidebar-default-body .filter-group .preferences.filter-checkbox,.sidebar-default.sidebar-default-right .sidebar-default-body .filter-group .desktop .liveDashboard .preferences.filter-checkbox,.desktop .liveDashboard .add-filters-dropdown .w-add-filters-list>div.filter-group .preferences.filter-checkbox,.add-filters-dropdown .w-add-filters-list>div.filter-group .desktop .liveDashboard .preferences.filter-checkbox,.desktop .liveDashboard .filter-preset .filter-field-name button.preferences,.filter-preset .filter-field-name .desktop .liveDashboard button.preferences,.desktop .liveDashboard .btn.preferences,.desktop .liveDashboard .pagination a.preferences,.pagination .desktop .liveDashboard a.preferences,.desktop .liveDashboard .goal-option .preferences.expend-label,.goal-option .desktop .liveDashboard .preferences.expend-label{display:flex}.button-default.clear,.liveDashboard .list-results thead .clear.icon,.liveDashboard .list-results thead .clear.w-alert-banner:before,.liveDashboard .list-results thead .clear.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .clear.w-alert-banner:before,._account_api .liveDashboard .list-results thead .clear.w-alert-banner:before,.liveDashboard .list-results thead .w-dialog.plus .clear.dialog-aside:after,.w-dialog.plus .liveDashboard .list-results thead .clear.dialog-aside:after,.liveDashboard .list-results thead .w-toast .clear.toast.plus:after,.w-toast .liveDashboard .list-results thead .clear.toast.plus:after,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .clear.btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .clear.btn-period-clear:before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .clear.btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .clear.btn-filter:before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .clear.btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .clear.btn-period-edit:before,.liveDashboard .list-results thead .block-filters .clear.btn-filter:before,.block-filters .liveDashboard .list-results thead .clear.btn-filter:before,.liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.clear,.toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label.clear,.liveDashboard .list-results thead tbody span.clear.status,.liveDashboard .list-results tbody thead span.clear.status,.liveDashboard .list-results thead tbody td.is-running span.clear,.liveDashboard .list-results tbody td.is-running thead span.clear,.liveDashboard .list-results thead tbody td.is-pending span.clear,.liveDashboard .list-results tbody td.is-pending thead span.clear,.liveDashboard .list-results thead .clear.icon,.liveDashboard .list-results thead .clear.w-alert-banner:before,.liveDashboard .list-results thead .clear.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .clear.w-alert-banner:before,._account_api .liveDashboard .list-results thead .clear.w-alert-banner:before,.liveDashboard .list-results thead .w-dialog.plus .clear.dialog-aside:after,.w-dialog.plus .liveDashboard .list-results thead .clear.dialog-aside:after,.liveDashboard .list-results thead .w-toast .clear.toast.plus:after,.w-toast .liveDashboard .list-results thead .clear.toast.plus:after,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .clear.btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .clear.btn-period-clear:before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .clear.btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .clear.btn-filter:before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .clear.btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .clear.btn-period-edit:before,.liveDashboard .list-results thead .block-filters .clear.btn-filter:before,.block-filters .liveDashboard .list-results thead .clear.btn-filter:before,.liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.clear,.toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label.clear,.liveDashboard .list-results thead tbody span.clear.status,.liveDashboard .list-results tbody thead span.clear.status,.liveDashboard .list-results thead tbody td.is-running span.clear,.liveDashboard .list-results tbody td.is-running thead span.clear,.liveDashboard .list-results thead tbody td.is-pending span.clear,.liveDashboard .list-results tbody td.is-pending thead span.clear,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .clear.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .clear.dropdown-toggle:after,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .clear.filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .clear.filter,.liveDashboard .list-results thead .form-label.status span.clear,.liveDashboard .list-results thead .status.status-log span.clear,.liveDashboard .list-results thead .status.status-report-item span.clear,.liveDashboard .list-results thead .double-list dd.status span.clear,.double-list .liveDashboard .list-results thead dd.status span.clear,.liveDashboard .list-results thead .double-list dt.status span.clear,.double-list .liveDashboard .list-results thead dt.status span.clear,.liveDashboard .list-results thead .w-cards-container .w-card .status.title span.clear,.w-cards-container .w-card .liveDashboard .list-results thead .status.title span.clear,.liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.clear,.w-cards-container .w-card.centered .w-value .liveDashboard .list-results thead .status.label span.clear,.liveDashboard .list-results thead tbody tr.sublist .status.title span.clear,.liveDashboard .list-results tbody tr.sublist thead .status.title span.clear,.form-label.status .liveDashboard .list-results thead span.clear,.status.status-log .liveDashboard .list-results thead span.clear,.status.status-report-item .liveDashboard .list-results thead span.clear,.double-list dd.status .liveDashboard .list-results thead span.clear,.double-list dt.status .liveDashboard .list-results thead span.clear,.w-cards-container .w-card .status.title .liveDashboard .list-results thead span.clear,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.clear,.list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.clear,.liveDashboard .list-results thead .w-filters-selected label.status.small span.clear,.w-filters-selected label.status.small .liveDashboard .list-results thead span.clear,.liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.clear,.w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.clear,.liveDashboard .list-results thead .sub-header .w-form label.clear,.liveDashboard .list-results thead .sub-header .w-double-list label.clear,.sub-header .w-form .liveDashboard .list-results thead label.clear,.sub-header .w-double-list .liveDashboard .list-results thead label.clear,.liveDashboard .list-results thead .block-filters button.clear:after,.block-filters .liveDashboard .list-results thead button.clear:after,.liveDashboard .list-results thead .block-filters select.clear:after,.block-filters .liveDashboard .list-results thead select.clear:after,.liveDashboard .list-results thead .form-auto-list .clear.form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard .list-results thead .clear.form-auto-item.is-user-is-inactive,.liveDashboard .list-results thead .form-auto-list .clear.form-auto-item.is-user-is-active,.form-auto-list .liveDashboard .list-results thead .clear.form-auto-item.is-user-is-active,.liveDashboard .list-results thead .list-results-header .status.title span.clear,.list-results-header .status.title .liveDashboard .list-results thead span.clear,.liveDashboard .list-results thead tr span.clear,.liveDashboard ._account_api .list-results thead .clear.icon,.liveDashboard ._account_api .list-results thead .clear.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .clear.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .clear.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-dialog.plus .clear.dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .clear.dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-toast .clear.toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .clear.toast.plus:after,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .clear.btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .clear.btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .clear.btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .clear.btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .clear.btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .clear.btn-period-edit:before,.liveDashboard ._account_api .list-results thead .block-filters .clear.btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .clear.btn-filter:before,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label.clear,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label.clear,.liveDashboard ._account_api .list-results thead tbody span.clear.status,.liveDashboard ._account_api .list-results tbody thead span.clear.status,.liveDashboard ._account_api .list-results thead tbody td.is-running span.clear,.liveDashboard ._account_api .list-results tbody td.is-running thead span.clear,.liveDashboard ._account_api .list-results thead tbody td.is-pending span.clear,.liveDashboard ._account_api .list-results tbody td.is-pending thead span.clear,._account_api .liveDashboard .list-results thead .clear.icon,._account_api .liveDashboard .list-results thead .clear.w-alert-banner:before,._account_api .liveDashboard .list-results thead .clear.w-alert-banner:before,._account_api .liveDashboard .list-results thead .clear.w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-dialog.plus .clear.dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .clear.dialog-aside:after,._account_api .liveDashboard .list-results thead .w-toast .clear.toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .clear.toast.plus:after,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .clear.btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .clear.btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .clear.btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .clear.btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .clear.btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .clear.btn-period-edit:before,._account_api .liveDashboard .list-results thead .block-filters .clear.btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .clear.btn-filter:before,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.clear,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label.clear,._account_api .liveDashboard .list-results thead tbody span.clear.status,._account_api .liveDashboard .list-results tbody thead span.clear.status,._account_api .liveDashboard .list-results thead tbody td.is-running span.clear,._account_api .liveDashboard .list-results tbody td.is-running thead span.clear,._account_api .liveDashboard .list-results thead tbody td.is-pending span.clear,._account_api .liveDashboard .list-results tbody td.is-pending thead span.clear,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .clear.dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .clear.dropdown-toggle:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .clear.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .clear.dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .clear.filter,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .clear.filter,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .clear.filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .clear.filter,.liveDashboard ._account_api .list-results thead .form-label.status span.clear,.liveDashboard ._account_api .list-results thead .status.status-log span.clear,.liveDashboard ._account_api .list-results thead .status.status-report-item span.clear,.liveDashboard ._account_api .list-results thead .double-list dd.status span.clear,.double-list .liveDashboard ._account_api .list-results thead dd.status span.clear,.liveDashboard ._account_api .list-results thead .double-list dt.status span.clear,.double-list .liveDashboard ._account_api .list-results thead dt.status span.clear,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span.clear,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title span.clear,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.clear,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label span.clear,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span.clear,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span.clear,._account_api .liveDashboard .list-results thead .form-label.status span.clear,._account_api .liveDashboard .list-results thead .status.status-log span.clear,._account_api .liveDashboard .list-results thead .status.status-report-item span.clear,._account_api .liveDashboard .list-results thead .double-list dd.status span.clear,.double-list ._account_api .liveDashboard .list-results thead dd.status span.clear,._account_api .liveDashboard .list-results thead .double-list dt.status span.clear,.double-list ._account_api .liveDashboard .list-results thead dt.status span.clear,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span.clear,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title span.clear,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.clear,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label span.clear,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span.clear,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span.clear,.liveDashboard .form-label.status ._account_api .list-results thead span.clear,.liveDashboard .status.status-log ._account_api .list-results thead span.clear,.liveDashboard .status.status-report-item ._account_api .list-results thead span.clear,.liveDashboard .double-list dd.status ._account_api .list-results thead span.clear,.double-list .liveDashboard dd.status ._account_api .list-results thead span.clear,.liveDashboard .double-list dt.status ._account_api .list-results thead span.clear,.double-list .liveDashboard dt.status ._account_api .list-results thead span.clear,.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span.clear,.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead span.clear,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.clear,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead span.clear,.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span.clear,.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead span.clear,.form-label.status ._account_api .liveDashboard .list-results thead span.clear,.status.status-log ._account_api .liveDashboard .list-results thead span.clear,.status.status-report-item ._account_api .liveDashboard .list-results thead span.clear,.double-list dd.status ._account_api .liveDashboard .list-results thead span.clear,.double-list dt.status ._account_api .liveDashboard .list-results thead span.clear,.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead span.clear,.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead span.clear,.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead span.clear,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span.clear,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span.clear,.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span.clear,.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead span.clear,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span.clear,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.clear,.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span.clear,.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead span.clear,.liveDashboard ._account_api .list-results thead .sub-header .w-form label.clear,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list label.clear,._account_api .liveDashboard .list-results thead .sub-header .w-form label.clear,._account_api .liveDashboard .list-results thead .sub-header .w-double-list label.clear,.liveDashboard .sub-header .w-form ._account_api .list-results thead label.clear,.liveDashboard .sub-header .w-double-list ._account_api .list-results thead label.clear,.sub-header .w-form ._account_api .liveDashboard .list-results thead label.clear,.sub-header .w-double-list ._account_api .liveDashboard .list-results thead label.clear,.liveDashboard ._account_api .list-results thead .block-filters button.clear:after,._account_api .liveDashboard .list-results thead .block-filters button.clear:after,.liveDashboard .block-filters ._account_api .list-results thead button.clear:after,.block-filters ._account_api .liveDashboard .list-results thead button.clear:after,.liveDashboard ._account_api .list-results thead .block-filters select.clear:after,._account_api .liveDashboard .list-results thead .block-filters select.clear:after,.liveDashboard .block-filters ._account_api .list-results thead select.clear:after,.block-filters ._account_api .liveDashboard .list-results thead select.clear:after,.liveDashboard ._account_api .list-results thead .form-auto-list .clear.form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .form-auto-list .clear.form-auto-item.is-user-is-inactive,.liveDashboard .form-auto-list ._account_api .list-results thead .clear.form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .liveDashboard .list-results thead .clear.form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .form-auto-list .clear.form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .form-auto-list .clear.form-auto-item.is-user-is-active,.liveDashboard .form-auto-list ._account_api .list-results thead .clear.form-auto-item.is-user-is-active,.form-auto-list ._account_api .liveDashboard .list-results thead .clear.form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .list-results-header .status.title span.clear,._account_api .liveDashboard .list-results thead .list-results-header .status.title span.clear,.liveDashboard .list-results-header .status.title ._account_api .list-results thead span.clear,.list-results-header .status.title ._account_api .liveDashboard .list-results thead span.clear,.liveDashboard ._account_api .list-results thead tr span.clear,._account_api .liveDashboard .list-results thead tr span.clear,.liveDashboard ._account_api .list-results thead .clear.icon,.liveDashboard ._account_api .list-results thead .clear.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .clear.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .clear.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-dialog.plus .clear.dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .clear.dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-toast .clear.toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .clear.toast.plus:after,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .clear.btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .clear.btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .clear.btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .clear.btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .clear.btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .clear.btn-period-edit:before,.liveDashboard ._account_api .list-results thead .block-filters .clear.btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .clear.btn-filter:before,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label.clear,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label.clear,.liveDashboard ._account_api .list-results thead tbody span.clear.status,.liveDashboard ._account_api .list-results tbody thead span.clear.status,.liveDashboard ._account_api .list-results thead tbody td.is-running span.clear,.liveDashboard ._account_api .list-results tbody td.is-running thead span.clear,.liveDashboard ._account_api .list-results thead tbody td.is-pending span.clear,.liveDashboard ._account_api .list-results tbody td.is-pending thead span.clear,._account_api .liveDashboard .list-results thead .clear.icon,._account_api .liveDashboard .list-results thead .clear.w-alert-banner:before,._account_api .liveDashboard .list-results thead .clear.w-alert-banner:before,._account_api .liveDashboard .list-results thead .clear.w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-dialog.plus .clear.dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .clear.dialog-aside:after,._account_api .liveDashboard .list-results thead .w-toast .clear.toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .clear.toast.plus:after,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .clear.btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .clear.btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .clear.btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .clear.btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .clear.btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .clear.btn-period-edit:before,._account_api .liveDashboard .list-results thead .block-filters .clear.btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .clear.btn-filter:before,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.clear,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label.clear,._account_api .liveDashboard .list-results thead tbody span.clear.status,._account_api .liveDashboard .list-results tbody thead span.clear.status,._account_api .liveDashboard .list-results thead tbody td.is-running span.clear,._account_api .liveDashboard .list-results tbody td.is-running thead span.clear,._account_api .liveDashboard .list-results thead tbody td.is-pending span.clear,._account_api .liveDashboard .list-results tbody td.is-pending thead span.clear,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .clear.dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .clear.dropdown-toggle:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .clear.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .clear.dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .clear.filter,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .clear.filter,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .clear.filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .clear.filter,.liveDashboard ._account_api .list-results thead .form-label.status span.clear,.liveDashboard ._account_api .list-results thead .status.status-log span.clear,.liveDashboard ._account_api .list-results thead .status.status-report-item span.clear,.liveDashboard ._account_api .list-results thead .double-list dd.status span.clear,.double-list .liveDashboard ._account_api .list-results thead dd.status span.clear,.liveDashboard ._account_api .list-results thead .double-list dt.status span.clear,.double-list .liveDashboard ._account_api .list-results thead dt.status span.clear,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span.clear,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title span.clear,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.clear,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label span.clear,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span.clear,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span.clear,._account_api .liveDashboard .list-results thead .form-label.status span.clear,._account_api .liveDashboard .list-results thead .status.status-log span.clear,._account_api .liveDashboard .list-results thead .status.status-report-item span.clear,._account_api .liveDashboard .list-results thead .double-list dd.status span.clear,.double-list ._account_api .liveDashboard .list-results thead dd.status span.clear,._account_api .liveDashboard .list-results thead .double-list dt.status span.clear,.double-list ._account_api .liveDashboard .list-results thead dt.status span.clear,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span.clear,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title span.clear,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.clear,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label span.clear,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span.clear,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span.clear,.liveDashboard .form-label.status ._account_api .list-results thead span.clear,.liveDashboard .status.status-log ._account_api .list-results thead span.clear,.liveDashboard .status.status-report-item ._account_api .list-results thead span.clear,.liveDashboard .double-list dd.status ._account_api .list-results thead span.clear,.double-list .liveDashboard dd.status ._account_api .list-results thead span.clear,.liveDashboard .double-list dt.status ._account_api .list-results thead span.clear,.double-list .liveDashboard dt.status ._account_api .list-results thead span.clear,.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span.clear,.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead span.clear,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.clear,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead span.clear,.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span.clear,.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead span.clear,.form-label.status ._account_api .liveDashboard .list-results thead span.clear,.status.status-log ._account_api .liveDashboard .list-results thead span.clear,.status.status-report-item ._account_api .liveDashboard .list-results thead span.clear,.double-list dd.status ._account_api .liveDashboard .list-results thead span.clear,.double-list dt.status ._account_api .liveDashboard .list-results thead span.clear,.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead span.clear,.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead span.clear,.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead span.clear,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span.clear,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span.clear,.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span.clear,.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead span.clear,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span.clear,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.clear,.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span.clear,.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead span.clear,.liveDashboard ._account_api .list-results thead .sub-header .w-form label.clear,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list label.clear,._account_api .liveDashboard .list-results thead .sub-header .w-form label.clear,._account_api .liveDashboard .list-results thead .sub-header .w-double-list label.clear,.liveDashboard .sub-header .w-form ._account_api .list-results thead label.clear,.liveDashboard .sub-header .w-double-list ._account_api .list-results thead label.clear,.sub-header .w-form ._account_api .liveDashboard .list-results thead label.clear,.sub-header .w-double-list ._account_api .liveDashboard .list-results thead label.clear,.liveDashboard ._account_api .list-results thead .block-filters button.clear:after,._account_api .liveDashboard .list-results thead .block-filters button.clear:after,.liveDashboard .block-filters ._account_api .list-results thead button.clear:after,.block-filters ._account_api .liveDashboard .list-results thead button.clear:after,.liveDashboard ._account_api .list-results thead .block-filters select.clear:after,._account_api .liveDashboard .list-results thead .block-filters select.clear:after,.liveDashboard .block-filters ._account_api .list-results thead select.clear:after,.block-filters ._account_api .liveDashboard .list-results thead select.clear:after,.liveDashboard ._account_api .list-results thead .form-auto-list .clear.form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .form-auto-list .clear.form-auto-item.is-user-is-inactive,.liveDashboard .form-auto-list ._account_api .list-results thead .clear.form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .liveDashboard .list-results thead .clear.form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .form-auto-list .clear.form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .form-auto-list .clear.form-auto-item.is-user-is-active,.liveDashboard .form-auto-list ._account_api .list-results thead .clear.form-auto-item.is-user-is-active,.form-auto-list ._account_api .liveDashboard .list-results thead .clear.form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .list-results-header .status.title span.clear,._account_api .liveDashboard .list-results thead .list-results-header .status.title span.clear,.liveDashboard .list-results-header .status.title ._account_api .list-results thead span.clear,.list-results-header .status.title ._account_api .liveDashboard .list-results thead span.clear,.liveDashboard ._account_api .list-results thead tr span.clear,._account_api .liveDashboard .list-results thead tr span.clear,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .clear.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .clear.dropdown-toggle:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .clear.filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .clear.filter,._account_api .form-label.status .liveDashboard .list-results thead span.clear,._account_api .status.status-log .liveDashboard .list-results thead span.clear,._account_api .status.status-report-item .liveDashboard .list-results thead span.clear,._account_api .double-list dd.status .liveDashboard .list-results thead span.clear,.double-list ._account_api dd.status .liveDashboard .list-results thead span.clear,._account_api .double-list dt.status .liveDashboard .list-results thead span.clear,.double-list ._account_api dt.status .liveDashboard .list-results thead span.clear,._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span.clear,.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead span.clear,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.clear,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead span.clear,._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.clear,.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead span.clear,.form-label.status .liveDashboard ._account_api .list-results thead span.clear,.status.status-log .liveDashboard ._account_api .list-results thead span.clear,.status.status-report-item .liveDashboard ._account_api .list-results thead span.clear,.double-list dd.status .liveDashboard ._account_api .list-results thead span.clear,.double-list dt.status .liveDashboard ._account_api .list-results thead span.clear,.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead span.clear,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead span.clear,.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead span.clear,._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span.clear,.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead span.clear,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.clear,.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead span.clear,._account_api .sub-header .w-form .liveDashboard .list-results thead label.clear,._account_api .sub-header .w-double-list .liveDashboard .list-results thead label.clear,.sub-header .w-form .liveDashboard ._account_api .list-results thead label.clear,.sub-header .w-double-list .liveDashboard ._account_api .list-results thead label.clear,._account_api .block-filters .liveDashboard .list-results thead button.clear:after,.block-filters .liveDashboard ._account_api .list-results thead button.clear:after,._account_api .block-filters .liveDashboard .list-results thead select.clear:after,.block-filters .liveDashboard ._account_api .list-results thead select.clear:after,._account_api .form-auto-list .liveDashboard .list-results thead .clear.form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard ._account_api .list-results thead .clear.form-auto-item.is-user-is-inactive,._account_api .form-auto-list .liveDashboard .list-results thead .clear.form-auto-item.is-user-is-active,.form-auto-list .liveDashboard ._account_api .list-results thead .clear.form-auto-item.is-user-is-active,._account_api .list-results-header .status.title .liveDashboard .list-results thead span.clear,.list-results-header .status.title .liveDashboard ._account_api .list-results thead span.clear,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .clear.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .clear.dropdown-toggle:after,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .clear.filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .clear.filter,.liveDashboard .list-results thead .form-label.status span.clear,.liveDashboard .list-results thead .status.status-log span.clear,.liveDashboard .list-results thead .status.status-report-item span.clear,.liveDashboard .list-results thead .double-list dd.status span.clear,.double-list .liveDashboard .list-results thead dd.status span.clear,.liveDashboard .list-results thead .double-list dt.status span.clear,.double-list .liveDashboard .list-results thead dt.status span.clear,.liveDashboard .list-results thead .w-cards-container .w-card .status.title span.clear,.w-cards-container .w-card .liveDashboard .list-results thead .status.title span.clear,.liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.clear,.w-cards-container .w-card.centered .w-value .liveDashboard .list-results thead .status.label span.clear,.liveDashboard .list-results thead tbody tr.sublist .status.title span.clear,.liveDashboard .list-results tbody tr.sublist thead .status.title span.clear,.form-label.status .liveDashboard .list-results thead span.clear,.status.status-log .liveDashboard .list-results thead span.clear,.status.status-report-item .liveDashboard .list-results thead span.clear,.double-list dd.status .liveDashboard .list-results thead span.clear,.double-list dt.status .liveDashboard .list-results thead span.clear,.w-cards-container .w-card .status.title .liveDashboard .list-results thead span.clear,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.clear,.list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.clear,.liveDashboard .list-results thead .w-filters-selected label.status.small span.clear,.w-filters-selected label.status.small .liveDashboard .list-results thead span.clear,.liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.clear,.w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.clear,.liveDashboard .list-results thead .sub-header .w-form label.clear,.liveDashboard .list-results thead .sub-header .w-double-list label.clear,.sub-header .w-form .liveDashboard .list-results thead label.clear,.sub-header .w-double-list .liveDashboard .list-results thead label.clear,.liveDashboard .list-results thead .block-filters button.clear:after,.block-filters .liveDashboard .list-results thead button.clear:after,.liveDashboard .list-results thead .block-filters select.clear:after,.block-filters .liveDashboard .list-results thead select.clear:after,.liveDashboard .list-results thead .form-auto-list .clear.form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard .list-results thead .clear.form-auto-item.is-user-is-inactive,.liveDashboard .list-results thead .form-auto-list .clear.form-auto-item.is-user-is-active,.form-auto-list .liveDashboard .list-results thead .clear.form-auto-item.is-user-is-active,.liveDashboard .list-results thead .list-results-header .status.title span.clear,.list-results-header .status.title .liveDashboard .list-results thead span.clear,.liveDashboard .list-results thead tr span.clear,._account_api .list-results thead .clear.icon,._account_api .list-results thead .clear.w-alert-banner:before,._account_api .liveDashboard .list-results thead .clear.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .clear.w-alert-banner:before,._account_api .list-results thead .clear.w-alert-banner:before,._account_api .list-results thead .w-dialog.plus .clear.dialog-aside:after,.w-dialog.plus ._account_api .list-results thead .clear.dialog-aside:after,._account_api .list-results thead .w-toast .clear.toast.plus:after,.w-toast ._account_api .list-results thead .clear.toast.plus:after,._account_api .list-results thead .w-time-period .dropdown .w-selection .clear.btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .clear.btn-period-clear:before,._account_api .list-results thead .w-time-period .dropdown .w-selection .clear.btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .clear.btn-filter:before,._account_api .list-results thead .w-time-period .dropdown .w-selection .clear.btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .clear.btn-period-edit:before,._account_api .list-results thead .block-filters .clear.btn-filter:before,.block-filters ._account_api .list-results thead .clear.btn-filter:before,._account_api .list-results thead .toggleWrapper input.mobileToggle+label.clear,.toggleWrapper ._account_api .list-results thead input.mobileToggle+label.clear,._account_api .list-results thead tbody span.clear.status,._account_api .list-results tbody thead span.clear.status,._account_api .list-results thead tbody td.is-running span.clear,._account_api .list-results tbody td.is-running thead span.clear,._account_api .list-results thead tbody td.is-pending span.clear,._account_api .list-results tbody td.is-pending thead span.clear,._account_api .liveDashboard .list-results thead .clear.icon,._account_api .liveDashboard .list-results thead .clear.w-alert-banner:before,._account_api .liveDashboard .list-results thead .clear.w-alert-banner:before,._account_api .liveDashboard .list-results thead .clear.w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-dialog.plus .clear.dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .clear.dialog-aside:after,._account_api .liveDashboard .list-results thead .w-toast .clear.toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .clear.toast.plus:after,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .clear.btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .clear.btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .clear.btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .clear.btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .clear.btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .clear.btn-period-edit:before,._account_api .liveDashboard .list-results thead .block-filters .clear.btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .clear.btn-filter:before,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.clear,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label.clear,._account_api .liveDashboard .list-results thead tbody span.clear.status,._account_api .liveDashboard .list-results tbody thead span.clear.status,._account_api .liveDashboard .list-results thead tbody td.is-running span.clear,._account_api .liveDashboard .list-results tbody td.is-running thead span.clear,._account_api .liveDashboard .list-results thead tbody td.is-pending span.clear,._account_api .liveDashboard .list-results tbody td.is-pending thead span.clear,.liveDashboard ._account_api .list-results thead .clear.icon,.liveDashboard ._account_api .list-results thead .clear.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .clear.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .clear.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-dialog.plus .clear.dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .clear.dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-toast .clear.toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .clear.toast.plus:after,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .clear.btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .clear.btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .clear.btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .clear.btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .clear.btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .clear.btn-period-edit:before,.liveDashboard ._account_api .list-results thead .block-filters .clear.btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .clear.btn-filter:before,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label.clear,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label.clear,.liveDashboard ._account_api .list-results thead tbody span.clear.status,.liveDashboard ._account_api .list-results tbody thead span.clear.status,.liveDashboard ._account_api .list-results thead tbody td.is-running span.clear,.liveDashboard ._account_api .list-results tbody td.is-running thead span.clear,.liveDashboard ._account_api .list-results thead tbody td.is-pending span.clear,.liveDashboard ._account_api .list-results tbody td.is-pending thead span.clear,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .clear.dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .clear.dropdown-toggle:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .clear.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .clear.dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .clear.filter,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .clear.filter,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .clear.filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .clear.filter,._account_api .liveDashboard .list-results thead .form-label.status span.clear,._account_api .liveDashboard .list-results thead .status.status-log span.clear,._account_api .liveDashboard .list-results thead .status.status-report-item span.clear,._account_api .liveDashboard .list-results thead .double-list dd.status span.clear,.double-list ._account_api .liveDashboard .list-results thead dd.status span.clear,._account_api .liveDashboard .list-results thead .double-list dt.status span.clear,.double-list ._account_api .liveDashboard .list-results thead dt.status span.clear,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span.clear,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title span.clear,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.clear,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label span.clear,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span.clear,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span.clear,.liveDashboard ._account_api .list-results thead .form-label.status span.clear,.liveDashboard ._account_api .list-results thead .status.status-log span.clear,.liveDashboard ._account_api .list-results thead .status.status-report-item span.clear,.liveDashboard ._account_api .list-results thead .double-list dd.status span.clear,.double-list .liveDashboard ._account_api .list-results thead dd.status span.clear,.liveDashboard ._account_api .list-results thead .double-list dt.status span.clear,.double-list .liveDashboard ._account_api .list-results thead dt.status span.clear,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span.clear,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title span.clear,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.clear,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label span.clear,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span.clear,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span.clear,._account_api .form-label.status .liveDashboard .list-results thead span.clear,._account_api .status.status-log .liveDashboard .list-results thead span.clear,._account_api .status.status-report-item .liveDashboard .list-results thead span.clear,._account_api .double-list dd.status .liveDashboard .list-results thead span.clear,.double-list ._account_api dd.status .liveDashboard .list-results thead span.clear,._account_api .double-list dt.status .liveDashboard .list-results thead span.clear,.double-list ._account_api dt.status .liveDashboard .list-results thead span.clear,._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span.clear,.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead span.clear,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.clear,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead span.clear,._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.clear,.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead span.clear,.form-label.status .liveDashboard ._account_api .list-results thead span.clear,.status.status-log .liveDashboard ._account_api .list-results thead span.clear,.status.status-report-item .liveDashboard ._account_api .list-results thead span.clear,.double-list dd.status .liveDashboard ._account_api .list-results thead span.clear,.double-list dt.status .liveDashboard ._account_api .list-results thead span.clear,.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead span.clear,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead span.clear,.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead span.clear,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span.clear,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span.clear,._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span.clear,.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead span.clear,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.clear,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span.clear,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.clear,.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead span.clear,._account_api .liveDashboard .list-results thead .sub-header .w-form label.clear,._account_api .liveDashboard .list-results thead .sub-header .w-double-list label.clear,.liveDashboard ._account_api .list-results thead .sub-header .w-form label.clear,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list label.clear,._account_api .sub-header .w-form .liveDashboard .list-results thead label.clear,._account_api .sub-header .w-double-list .liveDashboard .list-results thead label.clear,.sub-header .w-form .liveDashboard ._account_api .list-results thead label.clear,.sub-header .w-double-list .liveDashboard ._account_api .list-results thead label.clear,._account_api .liveDashboard .list-results thead .block-filters button.clear:after,.liveDashboard ._account_api .list-results thead .block-filters button.clear:after,._account_api .block-filters .liveDashboard .list-results thead button.clear:after,.block-filters .liveDashboard ._account_api .list-results thead button.clear:after,._account_api .liveDashboard .list-results thead .block-filters select.clear:after,.liveDashboard ._account_api .list-results thead .block-filters select.clear:after,._account_api .block-filters .liveDashboard .list-results thead select.clear:after,.block-filters .liveDashboard ._account_api .list-results thead select.clear:after,._account_api .liveDashboard .list-results thead .form-auto-list .clear.form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .form-auto-list .clear.form-auto-item.is-user-is-inactive,._account_api .form-auto-list .liveDashboard .list-results thead .clear.form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard ._account_api .list-results thead .clear.form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .form-auto-list .clear.form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .form-auto-list .clear.form-auto-item.is-user-is-active,._account_api .form-auto-list .liveDashboard .list-results thead .clear.form-auto-item.is-user-is-active,.form-auto-list .liveDashboard ._account_api .list-results thead .clear.form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .list-results-header .status.title span.clear,.liveDashboard ._account_api .list-results thead .list-results-header .status.title span.clear,._account_api .list-results-header .status.title .liveDashboard .list-results thead span.clear,.list-results-header .status.title .liveDashboard ._account_api .list-results thead span.clear,._account_api .liveDashboard .list-results thead tr span.clear,.liveDashboard ._account_api .list-results thead tr span.clear,._account_api .list-results thead .clear.icon,._account_api .list-results thead .clear.w-alert-banner:before,._account_api .liveDashboard .list-results thead .clear.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .clear.w-alert-banner:before,._account_api .list-results thead .clear.w-alert-banner:before,._account_api .list-results thead .w-dialog.plus .clear.dialog-aside:after,.w-dialog.plus ._account_api .list-results thead .clear.dialog-aside:after,._account_api .list-results thead .w-toast .clear.toast.plus:after,.w-toast ._account_api .list-results thead .clear.toast.plus:after,._account_api .list-results thead .w-time-period .dropdown .w-selection .clear.btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .clear.btn-period-clear:before,._account_api .list-results thead .w-time-period .dropdown .w-selection .clear.btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .clear.btn-filter:before,._account_api .list-results thead .w-time-period .dropdown .w-selection .clear.btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .clear.btn-period-edit:before,._account_api .list-results thead .block-filters .clear.btn-filter:before,.block-filters ._account_api .list-results thead .clear.btn-filter:before,._account_api .list-results thead .toggleWrapper input.mobileToggle+label.clear,.toggleWrapper ._account_api .list-results thead input.mobileToggle+label.clear,._account_api .list-results thead tbody span.clear.status,._account_api .list-results tbody thead span.clear.status,._account_api .list-results thead tbody td.is-running span.clear,._account_api .list-results tbody td.is-running thead span.clear,._account_api .list-results thead tbody td.is-pending span.clear,._account_api .list-results tbody td.is-pending thead span.clear,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .clear.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .clear.dropdown-toggle:after,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .clear.filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .clear.filter,._account_api .list-results thead .form-label.status span.clear,._account_api .list-results thead .status.status-log span.clear,._account_api .list-results thead .status.status-report-item span.clear,._account_api .list-results thead .double-list dd.status span.clear,.double-list ._account_api .list-results thead dd.status span.clear,._account_api .list-results thead .double-list dt.status span.clear,.double-list ._account_api .list-results thead dt.status span.clear,._account_api .list-results thead .w-cards-container .w-card .status.title span.clear,.w-cards-container .w-card ._account_api .list-results thead .status.title span.clear,._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.clear,.w-cards-container .w-card.centered .w-value ._account_api .list-results thead .status.label span.clear,._account_api .list-results thead tbody tr.sublist .status.title span.clear,._account_api .list-results tbody tr.sublist thead .status.title span.clear,.form-label.status ._account_api .list-results thead span.clear,.status.status-log ._account_api .list-results thead span.clear,.status.status-report-item ._account_api .list-results thead span.clear,.double-list dd.status ._account_api .list-results thead span.clear,.double-list dt.status ._account_api .list-results thead span.clear,.w-cards-container .w-card .status.title ._account_api .list-results thead span.clear,.w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.clear,.list-results tbody tr.sublist .status.title ._account_api .list-results thead span.clear,._account_api .list-results thead .w-filters-selected label.status.small span.clear,.w-filters-selected label.status.small ._account_api .list-results thead span.clear,._account_api .list-results thead .w-filters-selected .status.btn-f-s span.clear,.w-filters-selected .status.btn-f-s ._account_api .list-results thead span.clear,._account_api .list-results thead .sub-header .w-form label.clear,._account_api .list-results thead .sub-header .w-double-list label.clear,.sub-header .w-form ._account_api .list-results thead label.clear,.sub-header .w-double-list ._account_api .list-results thead label.clear,._account_api .list-results thead .block-filters button.clear:after,.block-filters ._account_api .list-results thead button.clear:after,._account_api .list-results thead .block-filters select.clear:after,.block-filters ._account_api .list-results thead select.clear:after,._account_api .list-results thead .form-auto-list .clear.form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .list-results thead .clear.form-auto-item.is-user-is-inactive,._account_api .list-results thead .form-auto-list .clear.form-auto-item.is-user-is-active,.form-auto-list ._account_api .list-results thead .clear.form-auto-item.is-user-is-active,._account_api .list-results thead .list-results-header .status.title span.clear,.list-results-header .status.title ._account_api .list-results thead span.clear,._account_api .list-results thead tr span.clear,.liveDashboard ._account_api .list-results thead .clear.icon,.liveDashboard ._account_api .list-results thead .clear.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .clear.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .clear.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-dialog.plus .clear.dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .clear.dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-toast .clear.toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .clear.toast.plus:after,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .clear.btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .clear.btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .clear.btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .clear.btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .clear.btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .clear.btn-period-edit:before,.liveDashboard ._account_api .list-results thead .block-filters .clear.btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .clear.btn-filter:before,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label.clear,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label.clear,.liveDashboard ._account_api .list-results thead tbody span.clear.status,.liveDashboard ._account_api .list-results tbody thead span.clear.status,.liveDashboard ._account_api .list-results thead tbody td.is-running span.clear,.liveDashboard ._account_api .list-results tbody td.is-running thead span.clear,.liveDashboard ._account_api .list-results thead tbody td.is-pending span.clear,.liveDashboard ._account_api .list-results tbody td.is-pending thead span.clear,._account_api .liveDashboard .list-results thead .clear.icon,._account_api .liveDashboard .list-results thead .clear.w-alert-banner:before,._account_api .liveDashboard .list-results thead .clear.w-alert-banner:before,._account_api .liveDashboard .list-results thead .clear.w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-dialog.plus .clear.dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .clear.dialog-aside:after,._account_api .liveDashboard .list-results thead .w-toast .clear.toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .clear.toast.plus:after,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .clear.btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .clear.btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .clear.btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .clear.btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .clear.btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .clear.btn-period-edit:before,._account_api .liveDashboard .list-results thead .block-filters .clear.btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .clear.btn-filter:before,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.clear,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label.clear,._account_api .liveDashboard .list-results thead tbody span.clear.status,._account_api .liveDashboard .list-results tbody thead span.clear.status,._account_api .liveDashboard .list-results thead tbody td.is-running span.clear,._account_api .liveDashboard .list-results tbody td.is-running thead span.clear,._account_api .liveDashboard .list-results thead tbody td.is-pending span.clear,._account_api .liveDashboard .list-results tbody td.is-pending thead span.clear,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .clear.dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .clear.dropdown-toggle:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .clear.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .clear.dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .clear.filter,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .clear.filter,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .clear.filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .clear.filter,.liveDashboard ._account_api .list-results thead .form-label.status span.clear,.liveDashboard ._account_api .list-results thead .status.status-log span.clear,.liveDashboard ._account_api .list-results thead .status.status-report-item span.clear,.liveDashboard ._account_api .list-results thead .double-list dd.status span.clear,.double-list .liveDashboard ._account_api .list-results thead dd.status span.clear,.liveDashboard ._account_api .list-results thead .double-list dt.status span.clear,.double-list .liveDashboard ._account_api .list-results thead dt.status span.clear,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span.clear,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title span.clear,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.clear,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label span.clear,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span.clear,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span.clear,._account_api .liveDashboard .list-results thead .form-label.status span.clear,._account_api .liveDashboard .list-results thead .status.status-log span.clear,._account_api .liveDashboard .list-results thead .status.status-report-item span.clear,._account_api .liveDashboard .list-results thead .double-list dd.status span.clear,.double-list ._account_api .liveDashboard .list-results thead dd.status span.clear,._account_api .liveDashboard .list-results thead .double-list dt.status span.clear,.double-list ._account_api .liveDashboard .list-results thead dt.status span.clear,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span.clear,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title span.clear,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.clear,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label span.clear,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span.clear,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span.clear,.liveDashboard .form-label.status ._account_api .list-results thead span.clear,.liveDashboard .status.status-log ._account_api .list-results thead span.clear,.liveDashboard .status.status-report-item ._account_api .list-results thead span.clear,.liveDashboard .double-list dd.status ._account_api .list-results thead span.clear,.double-list .liveDashboard dd.status ._account_api .list-results thead span.clear,.liveDashboard .double-list dt.status ._account_api .list-results thead span.clear,.double-list .liveDashboard dt.status ._account_api .list-results thead span.clear,.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span.clear,.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead span.clear,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.clear,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead span.clear,.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span.clear,.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead span.clear,.form-label.status ._account_api .liveDashboard .list-results thead span.clear,.status.status-log ._account_api .liveDashboard .list-results thead span.clear,.status.status-report-item ._account_api .liveDashboard .list-results thead span.clear,.double-list dd.status ._account_api .liveDashboard .list-results thead span.clear,.double-list dt.status ._account_api .liveDashboard .list-results thead span.clear,.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead span.clear,.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead span.clear,.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead span.clear,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span.clear,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span.clear,.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span.clear,.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead span.clear,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span.clear,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.clear,.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span.clear,.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead span.clear,.liveDashboard ._account_api .list-results thead .sub-header .w-form label.clear,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list label.clear,._account_api .liveDashboard .list-results thead .sub-header .w-form label.clear,._account_api .liveDashboard .list-results thead .sub-header .w-double-list label.clear,.liveDashboard .sub-header .w-form ._account_api .list-results thead label.clear,.liveDashboard .sub-header .w-double-list ._account_api .list-results thead label.clear,.sub-header .w-form ._account_api .liveDashboard .list-results thead label.clear,.sub-header .w-double-list ._account_api .liveDashboard .list-results thead label.clear,.liveDashboard ._account_api .list-results thead .block-filters button.clear:after,._account_api .liveDashboard .list-results thead .block-filters button.clear:after,.liveDashboard .block-filters ._account_api .list-results thead button.clear:after,.block-filters ._account_api .liveDashboard .list-results thead button.clear:after,.liveDashboard ._account_api .list-results thead .block-filters select.clear:after,._account_api .liveDashboard .list-results thead .block-filters select.clear:after,.liveDashboard .block-filters ._account_api .list-results thead select.clear:after,.block-filters ._account_api .liveDashboard .list-results thead select.clear:after,.liveDashboard ._account_api .list-results thead .form-auto-list .clear.form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .form-auto-list .clear.form-auto-item.is-user-is-inactive,.liveDashboard .form-auto-list ._account_api .list-results thead .clear.form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .liveDashboard .list-results thead .clear.form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .form-auto-list .clear.form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .form-auto-list .clear.form-auto-item.is-user-is-active,.liveDashboard .form-auto-list ._account_api .list-results thead .clear.form-auto-item.is-user-is-active,.form-auto-list ._account_api .liveDashboard .list-results thead .clear.form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .list-results-header .status.title span.clear,._account_api .liveDashboard .list-results thead .list-results-header .status.title span.clear,.liveDashboard .list-results-header .status.title ._account_api .list-results thead span.clear,.list-results-header .status.title ._account_api .liveDashboard .list-results thead span.clear,.liveDashboard ._account_api .list-results thead tr span.clear,._account_api .liveDashboard .list-results thead tr span.clear,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .clear.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .clear.dropdown-toggle:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .clear.filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .clear.filter,._account_api .form-label.status .liveDashboard .list-results thead span.clear,._account_api .status.status-log .liveDashboard .list-results thead span.clear,._account_api .status.status-report-item .liveDashboard .list-results thead span.clear,._account_api .double-list dd.status .liveDashboard .list-results thead span.clear,.double-list ._account_api dd.status .liveDashboard .list-results thead span.clear,._account_api .double-list dt.status .liveDashboard .list-results thead span.clear,.double-list ._account_api dt.status .liveDashboard .list-results thead span.clear,._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span.clear,.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead span.clear,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.clear,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead span.clear,._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.clear,.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead span.clear,.form-label.status .liveDashboard ._account_api .list-results thead span.clear,.status.status-log .liveDashboard ._account_api .list-results thead span.clear,.status.status-report-item .liveDashboard ._account_api .list-results thead span.clear,.double-list dd.status .liveDashboard ._account_api .list-results thead span.clear,.double-list dt.status .liveDashboard ._account_api .list-results thead span.clear,.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead span.clear,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead span.clear,.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead span.clear,._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span.clear,.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead span.clear,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.clear,.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead span.clear,._account_api .sub-header .w-form .liveDashboard .list-results thead label.clear,._account_api .sub-header .w-double-list .liveDashboard .list-results thead label.clear,.sub-header .w-form .liveDashboard ._account_api .list-results thead label.clear,.sub-header .w-double-list .liveDashboard ._account_api .list-results thead label.clear,._account_api .block-filters .liveDashboard .list-results thead button.clear:after,.block-filters .liveDashboard ._account_api .list-results thead button.clear:after,._account_api .block-filters .liveDashboard .list-results thead select.clear:after,.block-filters .liveDashboard ._account_api .list-results thead select.clear:after,._account_api .form-auto-list .liveDashboard .list-results thead .clear.form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard ._account_api .list-results thead .clear.form-auto-item.is-user-is-inactive,._account_api .form-auto-list .liveDashboard .list-results thead .clear.form-auto-item.is-user-is-active,.form-auto-list .liveDashboard ._account_api .list-results thead .clear.form-auto-item.is-user-is-active,._account_api .list-results-header .status.title .liveDashboard .list-results thead span.clear,.list-results-header .status.title .liveDashboard ._account_api .list-results thead span.clear,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .clear.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .clear.dropdown-toggle:after,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .clear.filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .clear.filter,._account_api .list-results thead .form-label.status span.clear,._account_api .list-results thead .status.status-log span.clear,._account_api .list-results thead .status.status-report-item span.clear,._account_api .list-results thead .double-list dd.status span.clear,.double-list ._account_api .list-results thead dd.status span.clear,._account_api .list-results thead .double-list dt.status span.clear,.double-list ._account_api .list-results thead dt.status span.clear,._account_api .list-results thead .w-cards-container .w-card .status.title span.clear,.w-cards-container .w-card ._account_api .list-results thead .status.title span.clear,._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.clear,.w-cards-container .w-card.centered .w-value ._account_api .list-results thead .status.label span.clear,._account_api .list-results thead tbody tr.sublist .status.title span.clear,._account_api .list-results tbody tr.sublist thead .status.title span.clear,.form-label.status ._account_api .list-results thead span.clear,.status.status-log ._account_api .list-results thead span.clear,.status.status-report-item ._account_api .list-results thead span.clear,.double-list dd.status ._account_api .list-results thead span.clear,.double-list dt.status ._account_api .list-results thead span.clear,.w-cards-container .w-card .status.title ._account_api .list-results thead span.clear,.w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.clear,.list-results tbody tr.sublist .status.title ._account_api .list-results thead span.clear,._account_api .list-results thead .w-filters-selected label.status.small span.clear,.w-filters-selected label.status.small ._account_api .list-results thead span.clear,._account_api .list-results thead .w-filters-selected .status.btn-f-s span.clear,.w-filters-selected .status.btn-f-s ._account_api .list-results thead span.clear,._account_api .list-results thead .sub-header .w-form label.clear,._account_api .list-results thead .sub-header .w-double-list label.clear,.sub-header .w-form ._account_api .list-results thead label.clear,.sub-header .w-double-list ._account_api .list-results thead label.clear,._account_api .list-results thead .block-filters button.clear:after,.block-filters ._account_api .list-results thead button.clear:after,._account_api .list-results thead .block-filters select.clear:after,.block-filters ._account_api .list-results thead select.clear:after,._account_api .list-results thead .form-auto-list .clear.form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .list-results thead .clear.form-auto-item.is-user-is-inactive,._account_api .list-results thead .form-auto-list .clear.form-auto-item.is-user-is-active,.form-auto-list ._account_api .list-results thead .clear.form-auto-item.is-user-is-active,._account_api .list-results thead .list-results-header .status.title span.clear,.list-results-header .status.title ._account_api .list-results thead span.clear,._account_api .list-results thead tr span.clear,.sidebar-default.sidebar-default-right .sidebar-default-body .filter-group .clear.filter-checkbox,.add-filters-dropdown .w-add-filters-list>div.filter-group .clear.filter-checkbox,.filter-preset .filter-field-name button.clear,.btn.clear,.pagination a.clear,.goal-option .clear.expend-label{border-radius:0 20px 20px 0 !important;border-left:0;padding:.75rem .5rem .75rem .5rem !important}.button-default.clear:after,.liveDashboard .list-results thead .clear.icon:after,.liveDashboard .list-results thead .w-dialog.plus .clear.dialog-aside:after,.w-dialog.plus .liveDashboard .list-results thead .clear.dialog-aside:after,.liveDashboard .list-results thead .w-toast .clear.toast.plus:after,.w-toast .liveDashboard .list-results thead .clear.toast.plus:after,.liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.clear:after,.toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label.clear:after,.liveDashboard .list-results thead tbody span.clear.status:after,.liveDashboard .list-results tbody thead span.clear.status:after,.liveDashboard .list-results thead tbody td.is-running span.clear:after,.liveDashboard .list-results tbody td.is-running thead span.clear:after,.liveDashboard .list-results thead tbody td.is-pending span.clear:after,.liveDashboard .list-results tbody td.is-pending thead span.clear:after,.liveDashboard .list-results thead .clear.icon:after,.liveDashboard .list-results thead .w-dialog.plus .clear.dialog-aside:after,.w-dialog.plus .liveDashboard .list-results thead .clear.dialog-aside:after,.liveDashboard .list-results thead .w-toast .clear.toast.plus:after,.w-toast .liveDashboard .list-results thead .clear.toast.plus:after,.liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.clear:after,.toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label.clear:after,.liveDashboard .list-results thead tbody span.clear.status:after,.liveDashboard .list-results tbody thead span.clear.status:after,.liveDashboard .list-results thead tbody td.is-running span.clear:after,.liveDashboard .list-results tbody td.is-running thead span.clear:after,.liveDashboard .list-results thead tbody td.is-pending span.clear:after,.liveDashboard .list-results tbody td.is-pending thead span.clear:after,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .clear.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .clear.dropdown-toggle:after,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .clear.filter:after,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .clear.filter:after,.liveDashboard .list-results thead .form-label.status span.clear:after,.liveDashboard .list-results thead .status.status-log span.clear:after,.liveDashboard .list-results thead .status.status-report-item span.clear:after,.liveDashboard .list-results thead .double-list dd.status span.clear:after,.double-list .liveDashboard .list-results thead dd.status span.clear:after,.liveDashboard .list-results thead .double-list dt.status span.clear:after,.double-list .liveDashboard .list-results thead dt.status span.clear:after,.liveDashboard .list-results thead .w-cards-container .w-card .status.title span.clear:after,.w-cards-container .w-card .liveDashboard .list-results thead .status.title span.clear:after,.liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.clear:after,.w-cards-container .w-card.centered .w-value .liveDashboard .list-results thead .status.label span.clear:after,.liveDashboard .list-results thead tbody tr.sublist .status.title span.clear:after,.liveDashboard .list-results tbody tr.sublist thead .status.title span.clear:after,.form-label.status .liveDashboard .list-results thead span.clear:after,.status.status-log .liveDashboard .list-results thead span.clear:after,.status.status-report-item .liveDashboard .list-results thead span.clear:after,.double-list dd.status .liveDashboard .list-results thead span.clear:after,.double-list dt.status .liveDashboard .list-results thead span.clear:after,.w-cards-container .w-card .status.title .liveDashboard .list-results thead span.clear:after,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.clear:after,.list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.clear:after,.liveDashboard .list-results thead .w-filters-selected label.status.small span.clear:after,.w-filters-selected label.status.small .liveDashboard .list-results thead span.clear:after,.liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.clear:after,.w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.clear:after,.liveDashboard .list-results thead .sub-header .w-form label.clear:after,.liveDashboard .list-results thead .sub-header .w-double-list label.clear:after,.sub-header .w-form .liveDashboard .list-results thead label.clear:after,.sub-header .w-double-list .liveDashboard .list-results thead label.clear:after,.liveDashboard .list-results thead .block-filters button.clear:after,.block-filters .liveDashboard .list-results thead button.clear:after,.liveDashboard .list-results thead .block-filters select.clear:after,.block-filters .liveDashboard .list-results thead select.clear:after,.liveDashboard .list-results thead .form-auto-list .clear.form-auto-item.is-user-is-inactive:after,.form-auto-list .liveDashboard .list-results thead .clear.form-auto-item.is-user-is-inactive:after,.liveDashboard .list-results thead .form-auto-list .clear.form-auto-item.is-user-is-active:after,.form-auto-list .liveDashboard .list-results thead .clear.form-auto-item.is-user-is-active:after,.liveDashboard .list-results thead .list-results-header .status.title span.clear:after,.list-results-header .status.title .liveDashboard .list-results thead span.clear:after,.liveDashboard .list-results thead tr span.clear:after,.liveDashboard ._account_api .list-results thead .clear.icon:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .clear.dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .clear.dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-toast .clear.toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .clear.toast.plus:after,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label.clear:after,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label.clear:after,.liveDashboard ._account_api .list-results thead tbody span.clear.status:after,.liveDashboard ._account_api .list-results tbody thead span.clear.status:after,.liveDashboard ._account_api .list-results thead tbody td.is-running span.clear:after,.liveDashboard ._account_api .list-results tbody td.is-running thead span.clear:after,.liveDashboard ._account_api .list-results thead tbody td.is-pending span.clear:after,.liveDashboard ._account_api .list-results tbody td.is-pending thead span.clear:after,._account_api .liveDashboard .list-results thead .clear.icon:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .clear.dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .clear.dialog-aside:after,._account_api .liveDashboard .list-results thead .w-toast .clear.toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .clear.toast.plus:after,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.clear:after,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label.clear:after,._account_api .liveDashboard .list-results thead tbody span.clear.status:after,._account_api .liveDashboard .list-results tbody thead span.clear.status:after,._account_api .liveDashboard .list-results thead tbody td.is-running span.clear:after,._account_api .liveDashboard .list-results tbody td.is-running thead span.clear:after,._account_api .liveDashboard .list-results thead tbody td.is-pending span.clear:after,._account_api .liveDashboard .list-results tbody td.is-pending thead span.clear:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .clear.dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .clear.dropdown-toggle:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .clear.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .clear.dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .clear.filter:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .clear.filter:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .clear.filter:after,.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .clear.filter:after,.liveDashboard ._account_api .list-results thead .form-label.status span.clear:after,.liveDashboard ._account_api .list-results thead .status.status-log span.clear:after,.liveDashboard ._account_api .list-results thead .status.status-report-item span.clear:after,.liveDashboard ._account_api .list-results thead .double-list dd.status span.clear:after,.double-list .liveDashboard ._account_api .list-results thead dd.status span.clear:after,.liveDashboard ._account_api .list-results thead .double-list dt.status span.clear:after,.double-list .liveDashboard ._account_api .list-results thead dt.status span.clear:after,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span.clear:after,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title span.clear:after,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.clear:after,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label span.clear:after,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span.clear:after,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span.clear:after,._account_api .liveDashboard .list-results thead .form-label.status span.clear:after,._account_api .liveDashboard .list-results thead .status.status-log span.clear:after,._account_api .liveDashboard .list-results thead .status.status-report-item span.clear:after,._account_api .liveDashboard .list-results thead .double-list dd.status span.clear:after,.double-list ._account_api .liveDashboard .list-results thead dd.status span.clear:after,._account_api .liveDashboard .list-results thead .double-list dt.status span.clear:after,.double-list ._account_api .liveDashboard .list-results thead dt.status span.clear:after,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span.clear:after,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title span.clear:after,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.clear:after,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label span.clear:after,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span.clear:after,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span.clear:after,.liveDashboard .form-label.status ._account_api .list-results thead span.clear:after,.liveDashboard .status.status-log ._account_api .list-results thead span.clear:after,.liveDashboard .status.status-report-item ._account_api .list-results thead span.clear:after,.liveDashboard .double-list dd.status ._account_api .list-results thead span.clear:after,.double-list .liveDashboard dd.status ._account_api .list-results thead span.clear:after,.liveDashboard .double-list dt.status ._account_api .list-results thead span.clear:after,.double-list .liveDashboard dt.status ._account_api .list-results thead span.clear:after,.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span.clear:after,.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead span.clear:after,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.clear:after,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead span.clear:after,.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span.clear:after,.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead span.clear:after,.form-label.status ._account_api .liveDashboard .list-results thead span.clear:after,.status.status-log ._account_api .liveDashboard .list-results thead span.clear:after,.status.status-report-item ._account_api .liveDashboard .list-results thead span.clear:after,.double-list dd.status ._account_api .liveDashboard .list-results thead span.clear:after,.double-list dt.status ._account_api .liveDashboard .list-results thead span.clear:after,.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead span.clear:after,.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead span.clear:after,.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead span.clear:after,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span.clear:after,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span.clear:after,.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span.clear:after,.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead span.clear:after,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span.clear:after,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.clear:after,.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span.clear:after,.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead span.clear:after,.liveDashboard ._account_api .list-results thead .sub-header .w-form label.clear:after,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list label.clear:after,._account_api .liveDashboard .list-results thead .sub-header .w-form label.clear:after,._account_api .liveDashboard .list-results thead .sub-header .w-double-list label.clear:after,.liveDashboard .sub-header .w-form ._account_api .list-results thead label.clear:after,.liveDashboard .sub-header .w-double-list ._account_api .list-results thead label.clear:after,.sub-header .w-form ._account_api .liveDashboard .list-results thead label.clear:after,.sub-header .w-double-list ._account_api .liveDashboard .list-results thead label.clear:after,.liveDashboard ._account_api .list-results thead .block-filters button.clear:after,._account_api .liveDashboard .list-results thead .block-filters button.clear:after,.liveDashboard .block-filters ._account_api .list-results thead button.clear:after,.block-filters ._account_api .liveDashboard .list-results thead button.clear:after,.liveDashboard ._account_api .list-results thead .block-filters select.clear:after,._account_api .liveDashboard .list-results thead .block-filters select.clear:after,.liveDashboard .block-filters ._account_api .list-results thead select.clear:after,.block-filters ._account_api .liveDashboard .list-results thead select.clear:after,.liveDashboard ._account_api .list-results thead .form-auto-list .clear.form-auto-item.is-user-is-inactive:after,._account_api .liveDashboard .list-results thead .form-auto-list .clear.form-auto-item.is-user-is-inactive:after,.liveDashboard .form-auto-list ._account_api .list-results thead .clear.form-auto-item.is-user-is-inactive:after,.form-auto-list ._account_api .liveDashboard .list-results thead .clear.form-auto-item.is-user-is-inactive:after,.liveDashboard ._account_api .list-results thead .form-auto-list .clear.form-auto-item.is-user-is-active:after,._account_api .liveDashboard .list-results thead .form-auto-list .clear.form-auto-item.is-user-is-active:after,.liveDashboard .form-auto-list ._account_api .list-results thead .clear.form-auto-item.is-user-is-active:after,.form-auto-list ._account_api .liveDashboard .list-results thead .clear.form-auto-item.is-user-is-active:after,.liveDashboard ._account_api .list-results thead .list-results-header .status.title span.clear:after,._account_api .liveDashboard .list-results thead .list-results-header .status.title span.clear:after,.liveDashboard .list-results-header .status.title ._account_api .list-results thead span.clear:after,.list-results-header .status.title ._account_api .liveDashboard .list-results thead span.clear:after,.liveDashboard ._account_api .list-results thead tr span.clear:after,._account_api .liveDashboard .list-results thead tr span.clear:after,.liveDashboard ._account_api .list-results thead .clear.icon:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .clear.dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .clear.dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-toast .clear.toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .clear.toast.plus:after,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label.clear:after,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label.clear:after,.liveDashboard ._account_api .list-results thead tbody span.clear.status:after,.liveDashboard ._account_api .list-results tbody thead span.clear.status:after,.liveDashboard ._account_api .list-results thead tbody td.is-running span.clear:after,.liveDashboard ._account_api .list-results tbody td.is-running thead span.clear:after,.liveDashboard ._account_api .list-results thead tbody td.is-pending span.clear:after,.liveDashboard ._account_api .list-results tbody td.is-pending thead span.clear:after,._account_api .liveDashboard .list-results thead .clear.icon:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .clear.dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .clear.dialog-aside:after,._account_api .liveDashboard .list-results thead .w-toast .clear.toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .clear.toast.plus:after,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.clear:after,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label.clear:after,._account_api .liveDashboard .list-results thead tbody span.clear.status:after,._account_api .liveDashboard .list-results tbody thead span.clear.status:after,._account_api .liveDashboard .list-results thead tbody td.is-running span.clear:after,._account_api .liveDashboard .list-results tbody td.is-running thead span.clear:after,._account_api .liveDashboard .list-results thead tbody td.is-pending span.clear:after,._account_api .liveDashboard .list-results tbody td.is-pending thead span.clear:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .clear.dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .clear.dropdown-toggle:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .clear.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .clear.dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .clear.filter:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .clear.filter:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .clear.filter:after,.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .clear.filter:after,.liveDashboard ._account_api .list-results thead .form-label.status span.clear:after,.liveDashboard ._account_api .list-results thead .status.status-log span.clear:after,.liveDashboard ._account_api .list-results thead .status.status-report-item span.clear:after,.liveDashboard ._account_api .list-results thead .double-list dd.status span.clear:after,.double-list .liveDashboard ._account_api .list-results thead dd.status span.clear:after,.liveDashboard ._account_api .list-results thead .double-list dt.status span.clear:after,.double-list .liveDashboard ._account_api .list-results thead dt.status span.clear:after,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span.clear:after,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title span.clear:after,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.clear:after,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label span.clear:after,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span.clear:after,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span.clear:after,._account_api .liveDashboard .list-results thead .form-label.status span.clear:after,._account_api .liveDashboard .list-results thead .status.status-log span.clear:after,._account_api .liveDashboard .list-results thead .status.status-report-item span.clear:after,._account_api .liveDashboard .list-results thead .double-list dd.status span.clear:after,.double-list ._account_api .liveDashboard .list-results thead dd.status span.clear:after,._account_api .liveDashboard .list-results thead .double-list dt.status span.clear:after,.double-list ._account_api .liveDashboard .list-results thead dt.status span.clear:after,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span.clear:after,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title span.clear:after,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.clear:after,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label span.clear:after,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span.clear:after,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span.clear:after,.liveDashboard .form-label.status ._account_api .list-results thead span.clear:after,.liveDashboard .status.status-log ._account_api .list-results thead span.clear:after,.liveDashboard .status.status-report-item ._account_api .list-results thead span.clear:after,.liveDashboard .double-list dd.status ._account_api .list-results thead span.clear:after,.double-list .liveDashboard dd.status ._account_api .list-results thead span.clear:after,.liveDashboard .double-list dt.status ._account_api .list-results thead span.clear:after,.double-list .liveDashboard dt.status ._account_api .list-results thead span.clear:after,.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span.clear:after,.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead span.clear:after,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.clear:after,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead span.clear:after,.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span.clear:after,.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead span.clear:after,.form-label.status ._account_api .liveDashboard .list-results thead span.clear:after,.status.status-log ._account_api .liveDashboard .list-results thead span.clear:after,.status.status-report-item ._account_api .liveDashboard .list-results thead span.clear:after,.double-list dd.status ._account_api .liveDashboard .list-results thead span.clear:after,.double-list dt.status ._account_api .liveDashboard .list-results thead span.clear:after,.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead span.clear:after,.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead span.clear:after,.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead span.clear:after,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span.clear:after,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span.clear:after,.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span.clear:after,.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead span.clear:after,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span.clear:after,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.clear:after,.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span.clear:after,.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead span.clear:after,.liveDashboard ._account_api .list-results thead .sub-header .w-form label.clear:after,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list label.clear:after,._account_api .liveDashboard .list-results thead .sub-header .w-form label.clear:after,._account_api .liveDashboard .list-results thead .sub-header .w-double-list label.clear:after,.liveDashboard .sub-header .w-form ._account_api .list-results thead label.clear:after,.liveDashboard .sub-header .w-double-list ._account_api .list-results thead label.clear:after,.sub-header .w-form ._account_api .liveDashboard .list-results thead label.clear:after,.sub-header .w-double-list ._account_api .liveDashboard .list-results thead label.clear:after,.liveDashboard ._account_api .list-results thead .block-filters button.clear:after,._account_api .liveDashboard .list-results thead .block-filters button.clear:after,.liveDashboard .block-filters ._account_api .list-results thead button.clear:after,.block-filters ._account_api .liveDashboard .list-results thead button.clear:after,.liveDashboard ._account_api .list-results thead .block-filters select.clear:after,._account_api .liveDashboard .list-results thead .block-filters select.clear:after,.liveDashboard .block-filters ._account_api .list-results thead select.clear:after,.block-filters ._account_api .liveDashboard .list-results thead select.clear:after,.liveDashboard ._account_api .list-results thead .form-auto-list .clear.form-auto-item.is-user-is-inactive:after,._account_api .liveDashboard .list-results thead .form-auto-list .clear.form-auto-item.is-user-is-inactive:after,.liveDashboard .form-auto-list ._account_api .list-results thead .clear.form-auto-item.is-user-is-inactive:after,.form-auto-list ._account_api .liveDashboard .list-results thead .clear.form-auto-item.is-user-is-inactive:after,.liveDashboard ._account_api .list-results thead .form-auto-list .clear.form-auto-item.is-user-is-active:after,._account_api .liveDashboard .list-results thead .form-auto-list .clear.form-auto-item.is-user-is-active:after,.liveDashboard .form-auto-list ._account_api .list-results thead .clear.form-auto-item.is-user-is-active:after,.form-auto-list ._account_api .liveDashboard .list-results thead .clear.form-auto-item.is-user-is-active:after,.liveDashboard ._account_api .list-results thead .list-results-header .status.title span.clear:after,._account_api .liveDashboard .list-results thead .list-results-header .status.title span.clear:after,.liveDashboard .list-results-header .status.title ._account_api .list-results thead span.clear:after,.list-results-header .status.title ._account_api .liveDashboard .list-results thead span.clear:after,.liveDashboard ._account_api .list-results thead tr span.clear:after,._account_api .liveDashboard .list-results thead tr span.clear:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .clear.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .clear.dropdown-toggle:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .clear.filter:after,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .clear.filter:after,._account_api .form-label.status .liveDashboard .list-results thead span.clear:after,._account_api .status.status-log .liveDashboard .list-results thead span.clear:after,._account_api .status.status-report-item .liveDashboard .list-results thead span.clear:after,._account_api .double-list dd.status .liveDashboard .list-results thead span.clear:after,.double-list ._account_api dd.status .liveDashboard .list-results thead span.clear:after,._account_api .double-list dt.status .liveDashboard .list-results thead span.clear:after,.double-list ._account_api dt.status .liveDashboard .list-results thead span.clear:after,._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span.clear:after,.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead span.clear:after,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.clear:after,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead span.clear:after,._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.clear:after,.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead span.clear:after,.form-label.status .liveDashboard ._account_api .list-results thead span.clear:after,.status.status-log .liveDashboard ._account_api .list-results thead span.clear:after,.status.status-report-item .liveDashboard ._account_api .list-results thead span.clear:after,.double-list dd.status .liveDashboard ._account_api .list-results thead span.clear:after,.double-list dt.status .liveDashboard ._account_api .list-results thead span.clear:after,.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead span.clear:after,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead span.clear:after,.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead span.clear:after,._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span.clear:after,.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead span.clear:after,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.clear:after,.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead span.clear:after,._account_api .sub-header .w-form .liveDashboard .list-results thead label.clear:after,._account_api .sub-header .w-double-list .liveDashboard .list-results thead label.clear:after,.sub-header .w-form .liveDashboard ._account_api .list-results thead label.clear:after,.sub-header .w-double-list .liveDashboard ._account_api .list-results thead label.clear:after,._account_api .block-filters .liveDashboard .list-results thead button.clear:after,.block-filters .liveDashboard ._account_api .list-results thead button.clear:after,._account_api .block-filters .liveDashboard .list-results thead select.clear:after,.block-filters .liveDashboard ._account_api .list-results thead select.clear:after,._account_api .form-auto-list .liveDashboard .list-results thead .clear.form-auto-item.is-user-is-inactive:after,.form-auto-list .liveDashboard ._account_api .list-results thead .clear.form-auto-item.is-user-is-inactive:after,._account_api .form-auto-list .liveDashboard .list-results thead .clear.form-auto-item.is-user-is-active:after,.form-auto-list .liveDashboard ._account_api .list-results thead .clear.form-auto-item.is-user-is-active:after,._account_api .list-results-header .status.title .liveDashboard .list-results thead span.clear:after,.list-results-header .status.title .liveDashboard ._account_api .list-results thead span.clear:after,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .clear.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .clear.dropdown-toggle:after,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .clear.filter:after,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .clear.filter:after,.liveDashboard .list-results thead .form-label.status span.clear:after,.liveDashboard .list-results thead .status.status-log span.clear:after,.liveDashboard .list-results thead .status.status-report-item span.clear:after,.liveDashboard .list-results thead .double-list dd.status span.clear:after,.double-list .liveDashboard .list-results thead dd.status span.clear:after,.liveDashboard .list-results thead .double-list dt.status span.clear:after,.double-list .liveDashboard .list-results thead dt.status span.clear:after,.liveDashboard .list-results thead .w-cards-container .w-card .status.title span.clear:after,.w-cards-container .w-card .liveDashboard .list-results thead .status.title span.clear:after,.liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.clear:after,.w-cards-container .w-card.centered .w-value .liveDashboard .list-results thead .status.label span.clear:after,.liveDashboard .list-results thead tbody tr.sublist .status.title span.clear:after,.liveDashboard .list-results tbody tr.sublist thead .status.title span.clear:after,.form-label.status .liveDashboard .list-results thead span.clear:after,.status.status-log .liveDashboard .list-results thead span.clear:after,.status.status-report-item .liveDashboard .list-results thead span.clear:after,.double-list dd.status .liveDashboard .list-results thead span.clear:after,.double-list dt.status .liveDashboard .list-results thead span.clear:after,.w-cards-container .w-card .status.title .liveDashboard .list-results thead span.clear:after,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.clear:after,.list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.clear:after,.liveDashboard .list-results thead .w-filters-selected label.status.small span.clear:after,.w-filters-selected label.status.small .liveDashboard .list-results thead span.clear:after,.liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.clear:after,.w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.clear:after,.liveDashboard .list-results thead .sub-header .w-form label.clear:after,.liveDashboard .list-results thead .sub-header .w-double-list label.clear:after,.sub-header .w-form .liveDashboard .list-results thead label.clear:after,.sub-header .w-double-list .liveDashboard .list-results thead label.clear:after,.liveDashboard .list-results thead .block-filters button.clear:after,.block-filters .liveDashboard .list-results thead button.clear:after,.liveDashboard .list-results thead .block-filters select.clear:after,.block-filters .liveDashboard .list-results thead select.clear:after,.liveDashboard .list-results thead .form-auto-list .clear.form-auto-item.is-user-is-inactive:after,.form-auto-list .liveDashboard .list-results thead .clear.form-auto-item.is-user-is-inactive:after,.liveDashboard .list-results thead .form-auto-list .clear.form-auto-item.is-user-is-active:after,.form-auto-list .liveDashboard .list-results thead .clear.form-auto-item.is-user-is-active:after,.liveDashboard .list-results thead .list-results-header .status.title span.clear:after,.list-results-header .status.title .liveDashboard .list-results thead span.clear:after,.liveDashboard .list-results thead tr span.clear:after,._account_api .list-results thead .clear.icon:after,._account_api .list-results thead .w-dialog.plus .clear.dialog-aside:after,.w-dialog.plus ._account_api .list-results thead .clear.dialog-aside:after,._account_api .list-results thead .w-toast .clear.toast.plus:after,.w-toast ._account_api .list-results thead .clear.toast.plus:after,._account_api .list-results thead .toggleWrapper input.mobileToggle+label.clear:after,.toggleWrapper ._account_api .list-results thead input.mobileToggle+label.clear:after,._account_api .list-results thead tbody span.clear.status:after,._account_api .list-results tbody thead span.clear.status:after,._account_api .list-results thead tbody td.is-running span.clear:after,._account_api .list-results tbody td.is-running thead span.clear:after,._account_api .list-results thead tbody td.is-pending span.clear:after,._account_api .list-results tbody td.is-pending thead span.clear:after,._account_api .liveDashboard .list-results thead .clear.icon:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .clear.dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .clear.dialog-aside:after,._account_api .liveDashboard .list-results thead .w-toast .clear.toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .clear.toast.plus:after,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.clear:after,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label.clear:after,._account_api .liveDashboard .list-results thead tbody span.clear.status:after,._account_api .liveDashboard .list-results tbody thead span.clear.status:after,._account_api .liveDashboard .list-results thead tbody td.is-running span.clear:after,._account_api .liveDashboard .list-results tbody td.is-running thead span.clear:after,._account_api .liveDashboard .list-results thead tbody td.is-pending span.clear:after,._account_api .liveDashboard .list-results tbody td.is-pending thead span.clear:after,.liveDashboard ._account_api .list-results thead .clear.icon:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .clear.dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .clear.dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-toast .clear.toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .clear.toast.plus:after,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label.clear:after,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label.clear:after,.liveDashboard ._account_api .list-results thead tbody span.clear.status:after,.liveDashboard ._account_api .list-results tbody thead span.clear.status:after,.liveDashboard ._account_api .list-results thead tbody td.is-running span.clear:after,.liveDashboard ._account_api .list-results tbody td.is-running thead span.clear:after,.liveDashboard ._account_api .list-results thead tbody td.is-pending span.clear:after,.liveDashboard ._account_api .list-results tbody td.is-pending thead span.clear:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .clear.dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .clear.dropdown-toggle:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .clear.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .clear.dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .clear.filter:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .clear.filter:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .clear.filter:after,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .clear.filter:after,._account_api .liveDashboard .list-results thead .form-label.status span.clear:after,._account_api .liveDashboard .list-results thead .status.status-log span.clear:after,._account_api .liveDashboard .list-results thead .status.status-report-item span.clear:after,._account_api .liveDashboard .list-results thead .double-list dd.status span.clear:after,.double-list ._account_api .liveDashboard .list-results thead dd.status span.clear:after,._account_api .liveDashboard .list-results thead .double-list dt.status span.clear:after,.double-list ._account_api .liveDashboard .list-results thead dt.status span.clear:after,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span.clear:after,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title span.clear:after,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.clear:after,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label span.clear:after,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span.clear:after,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span.clear:after,.liveDashboard ._account_api .list-results thead .form-label.status span.clear:after,.liveDashboard ._account_api .list-results thead .status.status-log span.clear:after,.liveDashboard ._account_api .list-results thead .status.status-report-item span.clear:after,.liveDashboard ._account_api .list-results thead .double-list dd.status span.clear:after,.double-list .liveDashboard ._account_api .list-results thead dd.status span.clear:after,.liveDashboard ._account_api .list-results thead .double-list dt.status span.clear:after,.double-list .liveDashboard ._account_api .list-results thead dt.status span.clear:after,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span.clear:after,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title span.clear:after,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.clear:after,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label span.clear:after,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span.clear:after,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span.clear:after,._account_api .form-label.status .liveDashboard .list-results thead span.clear:after,._account_api .status.status-log .liveDashboard .list-results thead span.clear:after,._account_api .status.status-report-item .liveDashboard .list-results thead span.clear:after,._account_api .double-list dd.status .liveDashboard .list-results thead span.clear:after,.double-list ._account_api dd.status .liveDashboard .list-results thead span.clear:after,._account_api .double-list dt.status .liveDashboard .list-results thead span.clear:after,.double-list ._account_api dt.status .liveDashboard .list-results thead span.clear:after,._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span.clear:after,.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead span.clear:after,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.clear:after,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead span.clear:after,._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.clear:after,.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead span.clear:after,.form-label.status .liveDashboard ._account_api .list-results thead span.clear:after,.status.status-log .liveDashboard ._account_api .list-results thead span.clear:after,.status.status-report-item .liveDashboard ._account_api .list-results thead span.clear:after,.double-list dd.status .liveDashboard ._account_api .list-results thead span.clear:after,.double-list dt.status .liveDashboard ._account_api .list-results thead span.clear:after,.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead span.clear:after,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead span.clear:after,.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead span.clear:after,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span.clear:after,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span.clear:after,._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span.clear:after,.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead span.clear:after,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.clear:after,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span.clear:after,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.clear:after,.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead span.clear:after,._account_api .liveDashboard .list-results thead .sub-header .w-form label.clear:after,._account_api .liveDashboard .list-results thead .sub-header .w-double-list label.clear:after,.liveDashboard ._account_api .list-results thead .sub-header .w-form label.clear:after,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list label.clear:after,._account_api .sub-header .w-form .liveDashboard .list-results thead label.clear:after,._account_api .sub-header .w-double-list .liveDashboard .list-results thead label.clear:after,.sub-header .w-form .liveDashboard ._account_api .list-results thead label.clear:after,.sub-header .w-double-list .liveDashboard ._account_api .list-results thead label.clear:after,._account_api .liveDashboard .list-results thead .block-filters button.clear:after,.liveDashboard ._account_api .list-results thead .block-filters button.clear:after,._account_api .block-filters .liveDashboard .list-results thead button.clear:after,.block-filters .liveDashboard ._account_api .list-results thead button.clear:after,._account_api .liveDashboard .list-results thead .block-filters select.clear:after,.liveDashboard ._account_api .list-results thead .block-filters select.clear:after,._account_api .block-filters .liveDashboard .list-results thead select.clear:after,.block-filters .liveDashboard ._account_api .list-results thead select.clear:after,._account_api .liveDashboard .list-results thead .form-auto-list .clear.form-auto-item.is-user-is-inactive:after,.liveDashboard ._account_api .list-results thead .form-auto-list .clear.form-auto-item.is-user-is-inactive:after,._account_api .form-auto-list .liveDashboard .list-results thead .clear.form-auto-item.is-user-is-inactive:after,.form-auto-list .liveDashboard ._account_api .list-results thead .clear.form-auto-item.is-user-is-inactive:after,._account_api .liveDashboard .list-results thead .form-auto-list .clear.form-auto-item.is-user-is-active:after,.liveDashboard ._account_api .list-results thead .form-auto-list .clear.form-auto-item.is-user-is-active:after,._account_api .form-auto-list .liveDashboard .list-results thead .clear.form-auto-item.is-user-is-active:after,.form-auto-list .liveDashboard ._account_api .list-results thead .clear.form-auto-item.is-user-is-active:after,._account_api .liveDashboard .list-results thead .list-results-header .status.title span.clear:after,.liveDashboard ._account_api .list-results thead .list-results-header .status.title span.clear:after,._account_api .list-results-header .status.title .liveDashboard .list-results thead span.clear:after,.list-results-header .status.title .liveDashboard ._account_api .list-results thead span.clear:after,._account_api .liveDashboard .list-results thead tr span.clear:after,.liveDashboard ._account_api .list-results thead tr span.clear:after,._account_api .list-results thead .clear.icon:after,._account_api .list-results thead .w-dialog.plus .clear.dialog-aside:after,.w-dialog.plus ._account_api .list-results thead .clear.dialog-aside:after,._account_api .list-results thead .w-toast .clear.toast.plus:after,.w-toast ._account_api .list-results thead .clear.toast.plus:after,._account_api .list-results thead .toggleWrapper input.mobileToggle+label.clear:after,.toggleWrapper ._account_api .list-results thead input.mobileToggle+label.clear:after,._account_api .list-results thead tbody span.clear.status:after,._account_api .list-results tbody thead span.clear.status:after,._account_api .list-results thead tbody td.is-running span.clear:after,._account_api .list-results tbody td.is-running thead span.clear:after,._account_api .list-results thead tbody td.is-pending span.clear:after,._account_api .list-results tbody td.is-pending thead span.clear:after,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .clear.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .clear.dropdown-toggle:after,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .clear.filter:after,.w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .clear.filter:after,._account_api .list-results thead .form-label.status span.clear:after,._account_api .list-results thead .status.status-log span.clear:after,._account_api .list-results thead .status.status-report-item span.clear:after,._account_api .list-results thead .double-list dd.status span.clear:after,.double-list ._account_api .list-results thead dd.status span.clear:after,._account_api .list-results thead .double-list dt.status span.clear:after,.double-list ._account_api .list-results thead dt.status span.clear:after,._account_api .list-results thead .w-cards-container .w-card .status.title span.clear:after,.w-cards-container .w-card ._account_api .list-results thead .status.title span.clear:after,._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.clear:after,.w-cards-container .w-card.centered .w-value ._account_api .list-results thead .status.label span.clear:after,._account_api .list-results thead tbody tr.sublist .status.title span.clear:after,._account_api .list-results tbody tr.sublist thead .status.title span.clear:after,.form-label.status ._account_api .list-results thead span.clear:after,.status.status-log ._account_api .list-results thead span.clear:after,.status.status-report-item ._account_api .list-results thead span.clear:after,.double-list dd.status ._account_api .list-results thead span.clear:after,.double-list dt.status ._account_api .list-results thead span.clear:after,.w-cards-container .w-card .status.title ._account_api .list-results thead span.clear:after,.w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.clear:after,.list-results tbody tr.sublist .status.title ._account_api .list-results thead span.clear:after,._account_api .list-results thead .w-filters-selected label.status.small span.clear:after,.w-filters-selected label.status.small ._account_api .list-results thead span.clear:after,._account_api .list-results thead .w-filters-selected .status.btn-f-s span.clear:after,.w-filters-selected .status.btn-f-s ._account_api .list-results thead span.clear:after,._account_api .list-results thead .sub-header .w-form label.clear:after,._account_api .list-results thead .sub-header .w-double-list label.clear:after,.sub-header .w-form ._account_api .list-results thead label.clear:after,.sub-header .w-double-list ._account_api .list-results thead label.clear:after,._account_api .list-results thead .block-filters button.clear:after,.block-filters ._account_api .list-results thead button.clear:after,._account_api .list-results thead .block-filters select.clear:after,.block-filters ._account_api .list-results thead select.clear:after,._account_api .list-results thead .form-auto-list .clear.form-auto-item.is-user-is-inactive:after,.form-auto-list ._account_api .list-results thead .clear.form-auto-item.is-user-is-inactive:after,._account_api .list-results thead .form-auto-list .clear.form-auto-item.is-user-is-active:after,.form-auto-list ._account_api .list-results thead .clear.form-auto-item.is-user-is-active:after,._account_api .list-results thead .list-results-header .status.title span.clear:after,.list-results-header .status.title ._account_api .list-results thead span.clear:after,._account_api .list-results thead tr span.clear:after,.liveDashboard ._account_api .list-results thead .clear.icon:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .clear.dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .clear.dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-toast .clear.toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .clear.toast.plus:after,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label.clear:after,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label.clear:after,.liveDashboard ._account_api .list-results thead tbody span.clear.status:after,.liveDashboard ._account_api .list-results tbody thead span.clear.status:after,.liveDashboard ._account_api .list-results thead tbody td.is-running span.clear:after,.liveDashboard ._account_api .list-results tbody td.is-running thead span.clear:after,.liveDashboard ._account_api .list-results thead tbody td.is-pending span.clear:after,.liveDashboard ._account_api .list-results tbody td.is-pending thead span.clear:after,._account_api .liveDashboard .list-results thead .clear.icon:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .clear.dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .clear.dialog-aside:after,._account_api .liveDashboard .list-results thead .w-toast .clear.toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .clear.toast.plus:after,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.clear:after,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label.clear:after,._account_api .liveDashboard .list-results thead tbody span.clear.status:after,._account_api .liveDashboard .list-results tbody thead span.clear.status:after,._account_api .liveDashboard .list-results thead tbody td.is-running span.clear:after,._account_api .liveDashboard .list-results tbody td.is-running thead span.clear:after,._account_api .liveDashboard .list-results thead tbody td.is-pending span.clear:after,._account_api .liveDashboard .list-results tbody td.is-pending thead span.clear:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .clear.dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .clear.dropdown-toggle:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .clear.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .clear.dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .clear.filter:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .clear.filter:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .clear.filter:after,.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .clear.filter:after,.liveDashboard ._account_api .list-results thead .form-label.status span.clear:after,.liveDashboard ._account_api .list-results thead .status.status-log span.clear:after,.liveDashboard ._account_api .list-results thead .status.status-report-item span.clear:after,.liveDashboard ._account_api .list-results thead .double-list dd.status span.clear:after,.double-list .liveDashboard ._account_api .list-results thead dd.status span.clear:after,.liveDashboard ._account_api .list-results thead .double-list dt.status span.clear:after,.double-list .liveDashboard ._account_api .list-results thead dt.status span.clear:after,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span.clear:after,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title span.clear:after,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.clear:after,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label span.clear:after,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span.clear:after,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span.clear:after,._account_api .liveDashboard .list-results thead .form-label.status span.clear:after,._account_api .liveDashboard .list-results thead .status.status-log span.clear:after,._account_api .liveDashboard .list-results thead .status.status-report-item span.clear:after,._account_api .liveDashboard .list-results thead .double-list dd.status span.clear:after,.double-list ._account_api .liveDashboard .list-results thead dd.status span.clear:after,._account_api .liveDashboard .list-results thead .double-list dt.status span.clear:after,.double-list ._account_api .liveDashboard .list-results thead dt.status span.clear:after,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span.clear:after,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title span.clear:after,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.clear:after,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label span.clear:after,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span.clear:after,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span.clear:after,.liveDashboard .form-label.status ._account_api .list-results thead span.clear:after,.liveDashboard .status.status-log ._account_api .list-results thead span.clear:after,.liveDashboard .status.status-report-item ._account_api .list-results thead span.clear:after,.liveDashboard .double-list dd.status ._account_api .list-results thead span.clear:after,.double-list .liveDashboard dd.status ._account_api .list-results thead span.clear:after,.liveDashboard .double-list dt.status ._account_api .list-results thead span.clear:after,.double-list .liveDashboard dt.status ._account_api .list-results thead span.clear:after,.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span.clear:after,.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead span.clear:after,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.clear:after,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead span.clear:after,.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span.clear:after,.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead span.clear:after,.form-label.status ._account_api .liveDashboard .list-results thead span.clear:after,.status.status-log ._account_api .liveDashboard .list-results thead span.clear:after,.status.status-report-item ._account_api .liveDashboard .list-results thead span.clear:after,.double-list dd.status ._account_api .liveDashboard .list-results thead span.clear:after,.double-list dt.status ._account_api .liveDashboard .list-results thead span.clear:after,.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead span.clear:after,.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead span.clear:after,.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead span.clear:after,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span.clear:after,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span.clear:after,.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span.clear:after,.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead span.clear:after,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span.clear:after,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.clear:after,.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span.clear:after,.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead span.clear:after,.liveDashboard ._account_api .list-results thead .sub-header .w-form label.clear:after,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list label.clear:after,._account_api .liveDashboard .list-results thead .sub-header .w-form label.clear:after,._account_api .liveDashboard .list-results thead .sub-header .w-double-list label.clear:after,.liveDashboard .sub-header .w-form ._account_api .list-results thead label.clear:after,.liveDashboard .sub-header .w-double-list ._account_api .list-results thead label.clear:after,.sub-header .w-form ._account_api .liveDashboard .list-results thead label.clear:after,.sub-header .w-double-list ._account_api .liveDashboard .list-results thead label.clear:after,.liveDashboard ._account_api .list-results thead .block-filters button.clear:after,._account_api .liveDashboard .list-results thead .block-filters button.clear:after,.liveDashboard .block-filters ._account_api .list-results thead button.clear:after,.block-filters ._account_api .liveDashboard .list-results thead button.clear:after,.liveDashboard ._account_api .list-results thead .block-filters select.clear:after,._account_api .liveDashboard .list-results thead .block-filters select.clear:after,.liveDashboard .block-filters ._account_api .list-results thead select.clear:after,.block-filters ._account_api .liveDashboard .list-results thead select.clear:after,.liveDashboard ._account_api .list-results thead .form-auto-list .clear.form-auto-item.is-user-is-inactive:after,._account_api .liveDashboard .list-results thead .form-auto-list .clear.form-auto-item.is-user-is-inactive:after,.liveDashboard .form-auto-list ._account_api .list-results thead .clear.form-auto-item.is-user-is-inactive:after,.form-auto-list ._account_api .liveDashboard .list-results thead .clear.form-auto-item.is-user-is-inactive:after,.liveDashboard ._account_api .list-results thead .form-auto-list .clear.form-auto-item.is-user-is-active:after,._account_api .liveDashboard .list-results thead .form-auto-list .clear.form-auto-item.is-user-is-active:after,.liveDashboard .form-auto-list ._account_api .list-results thead .clear.form-auto-item.is-user-is-active:after,.form-auto-list ._account_api .liveDashboard .list-results thead .clear.form-auto-item.is-user-is-active:after,.liveDashboard ._account_api .list-results thead .list-results-header .status.title span.clear:after,._account_api .liveDashboard .list-results thead .list-results-header .status.title span.clear:after,.liveDashboard .list-results-header .status.title ._account_api .list-results thead span.clear:after,.list-results-header .status.title ._account_api .liveDashboard .list-results thead span.clear:after,.liveDashboard ._account_api .list-results thead tr span.clear:after,._account_api .liveDashboard .list-results thead tr span.clear:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .clear.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .clear.dropdown-toggle:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .clear.filter:after,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .clear.filter:after,._account_api .form-label.status .liveDashboard .list-results thead span.clear:after,._account_api .status.status-log .liveDashboard .list-results thead span.clear:after,._account_api .status.status-report-item .liveDashboard .list-results thead span.clear:after,._account_api .double-list dd.status .liveDashboard .list-results thead span.clear:after,.double-list ._account_api dd.status .liveDashboard .list-results thead span.clear:after,._account_api .double-list dt.status .liveDashboard .list-results thead span.clear:after,.double-list ._account_api dt.status .liveDashboard .list-results thead span.clear:after,._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span.clear:after,.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead span.clear:after,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.clear:after,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead span.clear:after,._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.clear:after,.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead span.clear:after,.form-label.status .liveDashboard ._account_api .list-results thead span.clear:after,.status.status-log .liveDashboard ._account_api .list-results thead span.clear:after,.status.status-report-item .liveDashboard ._account_api .list-results thead span.clear:after,.double-list dd.status .liveDashboard ._account_api .list-results thead span.clear:after,.double-list dt.status .liveDashboard ._account_api .list-results thead span.clear:after,.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead span.clear:after,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead span.clear:after,.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead span.clear:after,._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span.clear:after,.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead span.clear:after,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.clear:after,.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead span.clear:after,._account_api .sub-header .w-form .liveDashboard .list-results thead label.clear:after,._account_api .sub-header .w-double-list .liveDashboard .list-results thead label.clear:after,.sub-header .w-form .liveDashboard ._account_api .list-results thead label.clear:after,.sub-header .w-double-list .liveDashboard ._account_api .list-results thead label.clear:after,._account_api .block-filters .liveDashboard .list-results thead button.clear:after,.block-filters .liveDashboard ._account_api .list-results thead button.clear:after,._account_api .block-filters .liveDashboard .list-results thead select.clear:after,.block-filters .liveDashboard ._account_api .list-results thead select.clear:after,._account_api .form-auto-list .liveDashboard .list-results thead .clear.form-auto-item.is-user-is-inactive:after,.form-auto-list .liveDashboard ._account_api .list-results thead .clear.form-auto-item.is-user-is-inactive:after,._account_api .form-auto-list .liveDashboard .list-results thead .clear.form-auto-item.is-user-is-active:after,.form-auto-list .liveDashboard ._account_api .list-results thead .clear.form-auto-item.is-user-is-active:after,._account_api .list-results-header .status.title .liveDashboard .list-results thead span.clear:after,.list-results-header .status.title .liveDashboard ._account_api .list-results thead span.clear:after,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .clear.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .clear.dropdown-toggle:after,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .clear.filter:after,.w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .clear.filter:after,._account_api .list-results thead .form-label.status span.clear:after,._account_api .list-results thead .status.status-log span.clear:after,._account_api .list-results thead .status.status-report-item span.clear:after,._account_api .list-results thead .double-list dd.status span.clear:after,.double-list ._account_api .list-results thead dd.status span.clear:after,._account_api .list-results thead .double-list dt.status span.clear:after,.double-list ._account_api .list-results thead dt.status span.clear:after,._account_api .list-results thead .w-cards-container .w-card .status.title span.clear:after,.w-cards-container .w-card ._account_api .list-results thead .status.title span.clear:after,._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.clear:after,.w-cards-container .w-card.centered .w-value ._account_api .list-results thead .status.label span.clear:after,._account_api .list-results thead tbody tr.sublist .status.title span.clear:after,._account_api .list-results tbody tr.sublist thead .status.title span.clear:after,.form-label.status ._account_api .list-results thead span.clear:after,.status.status-log ._account_api .list-results thead span.clear:after,.status.status-report-item ._account_api .list-results thead span.clear:after,.double-list dd.status ._account_api .list-results thead span.clear:after,.double-list dt.status ._account_api .list-results thead span.clear:after,.w-cards-container .w-card .status.title ._account_api .list-results thead span.clear:after,.w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.clear:after,.list-results tbody tr.sublist .status.title ._account_api .list-results thead span.clear:after,._account_api .list-results thead .w-filters-selected label.status.small span.clear:after,.w-filters-selected label.status.small ._account_api .list-results thead span.clear:after,._account_api .list-results thead .w-filters-selected .status.btn-f-s span.clear:after,.w-filters-selected .status.btn-f-s ._account_api .list-results thead span.clear:after,._account_api .list-results thead .sub-header .w-form label.clear:after,._account_api .list-results thead .sub-header .w-double-list label.clear:after,.sub-header .w-form ._account_api .list-results thead label.clear:after,.sub-header .w-double-list ._account_api .list-results thead label.clear:after,._account_api .list-results thead .block-filters button.clear:after,.block-filters ._account_api .list-results thead button.clear:after,._account_api .list-results thead .block-filters select.clear:after,.block-filters ._account_api .list-results thead select.clear:after,._account_api .list-results thead .form-auto-list .clear.form-auto-item.is-user-is-inactive:after,.form-auto-list ._account_api .list-results thead .clear.form-auto-item.is-user-is-inactive:after,._account_api .list-results thead .form-auto-list .clear.form-auto-item.is-user-is-active:after,.form-auto-list ._account_api .list-results thead .clear.form-auto-item.is-user-is-active:after,._account_api .list-results thead .list-results-header .status.title span.clear:after,.list-results-header .status.title ._account_api .list-results thead span.clear:after,._account_api .list-results thead tr span.clear:after,.sidebar-default.sidebar-default-right .sidebar-default-body .filter-group .clear.filter-checkbox:after,.add-filters-dropdown .w-add-filters-list>div.filter-group .clear.filter-checkbox:after,.filter-preset .filter-field-name button.clear:after,.btn.clear:after,.pagination a.clear:after,.goal-option .clear.expend-label:after{content:"\E926" !important;font-size:2.25rem}.button-default.positive,.liveDashboard .list-results thead .positive.icon,.liveDashboard .list-results thead .positive.w-alert-banner:before,.liveDashboard .list-results thead .positive.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .positive.w-alert-banner:before,._account_api .liveDashboard .list-results thead .positive.w-alert-banner:before,.liveDashboard .list-results thead .w-dialog.plus .positive.dialog-aside:after,.w-dialog.plus .liveDashboard .list-results thead .positive.dialog-aside:after,.liveDashboard .list-results thead .w-toast .positive.toast.plus:after,.w-toast .liveDashboard .list-results thead .positive.toast.plus:after,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .positive.btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .positive.btn-period-clear:before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .positive.btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .positive.btn-filter:before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .positive.btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .positive.btn-period-edit:before,.liveDashboard .list-results thead .block-filters .positive.btn-filter:before,.block-filters .liveDashboard .list-results thead .positive.btn-filter:before,.liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.positive,.toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label.positive,.liveDashboard .list-results thead tbody span.positive.status,.liveDashboard .list-results tbody thead span.positive.status,.liveDashboard .list-results thead tbody td.is-running span.positive,.liveDashboard .list-results tbody td.is-running thead span.positive,.liveDashboard .list-results thead tbody td.is-pending span.positive,.liveDashboard .list-results tbody td.is-pending thead span.positive,.liveDashboard .list-results thead .positive.icon,.liveDashboard .list-results thead .positive.w-alert-banner:before,.liveDashboard .list-results thead .positive.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .positive.w-alert-banner:before,._account_api .liveDashboard .list-results thead .positive.w-alert-banner:before,.liveDashboard .list-results thead .w-dialog.plus .positive.dialog-aside:after,.w-dialog.plus .liveDashboard .list-results thead .positive.dialog-aside:after,.liveDashboard .list-results thead .w-toast .positive.toast.plus:after,.w-toast .liveDashboard .list-results thead .positive.toast.plus:after,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .positive.btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .positive.btn-period-clear:before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .positive.btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .positive.btn-filter:before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .positive.btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .positive.btn-period-edit:before,.liveDashboard .list-results thead .block-filters .positive.btn-filter:before,.block-filters .liveDashboard .list-results thead .positive.btn-filter:before,.liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.positive,.toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label.positive,.liveDashboard .list-results thead tbody span.positive.status,.liveDashboard .list-results tbody thead span.positive.status,.liveDashboard .list-results thead tbody td.is-running span.positive,.liveDashboard .list-results tbody td.is-running thead span.positive,.liveDashboard .list-results thead tbody td.is-pending span.positive,.liveDashboard .list-results tbody td.is-pending thead span.positive,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .positive.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .positive.dropdown-toggle:after,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .positive.filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .positive.filter,.liveDashboard .list-results thead .form-label.status span.positive,.liveDashboard .list-results thead .status.status-log span.positive,.liveDashboard .list-results thead .status.status-report-item span.positive,.liveDashboard .list-results thead .double-list dd.status span.positive,.double-list .liveDashboard .list-results thead dd.status span.positive,.liveDashboard .list-results thead .double-list dt.status span.positive,.double-list .liveDashboard .list-results thead dt.status span.positive,.liveDashboard .list-results thead .w-cards-container .w-card .status.title span.positive,.w-cards-container .w-card .liveDashboard .list-results thead .status.title span.positive,.liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.positive,.w-cards-container .w-card.centered .w-value .liveDashboard .list-results thead .status.label span.positive,.liveDashboard .list-results thead tbody tr.sublist .status.title span.positive,.liveDashboard .list-results tbody tr.sublist thead .status.title span.positive,.form-label.status .liveDashboard .list-results thead span.positive,.status.status-log .liveDashboard .list-results thead span.positive,.status.status-report-item .liveDashboard .list-results thead span.positive,.double-list dd.status .liveDashboard .list-results thead span.positive,.double-list dt.status .liveDashboard .list-results thead span.positive,.w-cards-container .w-card .status.title .liveDashboard .list-results thead span.positive,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.positive,.list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.positive,.liveDashboard .list-results thead .w-filters-selected label.status.small span.positive,.w-filters-selected label.status.small .liveDashboard .list-results thead span.positive,.liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.positive,.w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.positive,.liveDashboard .list-results thead .sub-header .w-form label.positive,.liveDashboard .list-results thead .sub-header .w-double-list label.positive,.sub-header .w-form .liveDashboard .list-results thead label.positive,.sub-header .w-double-list .liveDashboard .list-results thead label.positive,.liveDashboard .list-results thead .block-filters button.positive:after,.block-filters .liveDashboard .list-results thead button.positive:after,.liveDashboard .list-results thead .block-filters select.positive:after,.block-filters .liveDashboard .list-results thead select.positive:after,.liveDashboard .list-results thead .form-auto-list .positive.form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard .list-results thead .positive.form-auto-item.is-user-is-inactive,.liveDashboard .list-results thead .form-auto-list .positive.form-auto-item.is-user-is-active,.form-auto-list .liveDashboard .list-results thead .positive.form-auto-item.is-user-is-active,.liveDashboard .list-results thead .list-results-header .status.title span.positive,.list-results-header .status.title .liveDashboard .list-results thead span.positive,.liveDashboard .list-results thead tr span.positive,.liveDashboard ._account_api .list-results thead .positive.icon,.liveDashboard ._account_api .list-results thead .positive.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .positive.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .positive.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-dialog.plus .positive.dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .positive.dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-toast .positive.toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .positive.toast.plus:after,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .positive.btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .positive.btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .positive.btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .positive.btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .positive.btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .positive.btn-period-edit:before,.liveDashboard ._account_api .list-results thead .block-filters .positive.btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .positive.btn-filter:before,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label.positive,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label.positive,.liveDashboard ._account_api .list-results thead tbody span.positive.status,.liveDashboard ._account_api .list-results tbody thead span.positive.status,.liveDashboard ._account_api .list-results thead tbody td.is-running span.positive,.liveDashboard ._account_api .list-results tbody td.is-running thead span.positive,.liveDashboard ._account_api .list-results thead tbody td.is-pending span.positive,.liveDashboard ._account_api .list-results tbody td.is-pending thead span.positive,._account_api .liveDashboard .list-results thead .positive.icon,._account_api .liveDashboard .list-results thead .positive.w-alert-banner:before,._account_api .liveDashboard .list-results thead .positive.w-alert-banner:before,._account_api .liveDashboard .list-results thead .positive.w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-dialog.plus .positive.dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .positive.dialog-aside:after,._account_api .liveDashboard .list-results thead .w-toast .positive.toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .positive.toast.plus:after,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .positive.btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .positive.btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .positive.btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .positive.btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .positive.btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .positive.btn-period-edit:before,._account_api .liveDashboard .list-results thead .block-filters .positive.btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .positive.btn-filter:before,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.positive,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label.positive,._account_api .liveDashboard .list-results thead tbody span.positive.status,._account_api .liveDashboard .list-results tbody thead span.positive.status,._account_api .liveDashboard .list-results thead tbody td.is-running span.positive,._account_api .liveDashboard .list-results tbody td.is-running thead span.positive,._account_api .liveDashboard .list-results thead tbody td.is-pending span.positive,._account_api .liveDashboard .list-results tbody td.is-pending thead span.positive,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .positive.dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .positive.dropdown-toggle:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .positive.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .positive.dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .positive.filter,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .positive.filter,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .positive.filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .positive.filter,.liveDashboard ._account_api .list-results thead .form-label.status span.positive,.liveDashboard ._account_api .list-results thead .status.status-log span.positive,.liveDashboard ._account_api .list-results thead .status.status-report-item span.positive,.liveDashboard ._account_api .list-results thead .double-list dd.status span.positive,.double-list .liveDashboard ._account_api .list-results thead dd.status span.positive,.liveDashboard ._account_api .list-results thead .double-list dt.status span.positive,.double-list .liveDashboard ._account_api .list-results thead dt.status span.positive,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span.positive,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title span.positive,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.positive,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label span.positive,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span.positive,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span.positive,._account_api .liveDashboard .list-results thead .form-label.status span.positive,._account_api .liveDashboard .list-results thead .status.status-log span.positive,._account_api .liveDashboard .list-results thead .status.status-report-item span.positive,._account_api .liveDashboard .list-results thead .double-list dd.status span.positive,.double-list ._account_api .liveDashboard .list-results thead dd.status span.positive,._account_api .liveDashboard .list-results thead .double-list dt.status span.positive,.double-list ._account_api .liveDashboard .list-results thead dt.status span.positive,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span.positive,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title span.positive,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.positive,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label span.positive,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span.positive,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span.positive,.liveDashboard .form-label.status ._account_api .list-results thead span.positive,.liveDashboard .status.status-log ._account_api .list-results thead span.positive,.liveDashboard .status.status-report-item ._account_api .list-results thead span.positive,.liveDashboard .double-list dd.status ._account_api .list-results thead span.positive,.double-list .liveDashboard dd.status ._account_api .list-results thead span.positive,.liveDashboard .double-list dt.status ._account_api .list-results thead span.positive,.double-list .liveDashboard dt.status ._account_api .list-results thead span.positive,.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span.positive,.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead span.positive,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.positive,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead span.positive,.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span.positive,.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead span.positive,.form-label.status ._account_api .liveDashboard .list-results thead span.positive,.status.status-log ._account_api .liveDashboard .list-results thead span.positive,.status.status-report-item ._account_api .liveDashboard .list-results thead span.positive,.double-list dd.status ._account_api .liveDashboard .list-results thead span.positive,.double-list dt.status ._account_api .liveDashboard .list-results thead span.positive,.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead span.positive,.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead span.positive,.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead span.positive,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span.positive,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span.positive,.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span.positive,.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead span.positive,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span.positive,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.positive,.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span.positive,.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead span.positive,.liveDashboard ._account_api .list-results thead .sub-header .w-form label.positive,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list label.positive,._account_api .liveDashboard .list-results thead .sub-header .w-form label.positive,._account_api .liveDashboard .list-results thead .sub-header .w-double-list label.positive,.liveDashboard .sub-header .w-form ._account_api .list-results thead label.positive,.liveDashboard .sub-header .w-double-list ._account_api .list-results thead label.positive,.sub-header .w-form ._account_api .liveDashboard .list-results thead label.positive,.sub-header .w-double-list ._account_api .liveDashboard .list-results thead label.positive,.liveDashboard ._account_api .list-results thead .block-filters button.positive:after,._account_api .liveDashboard .list-results thead .block-filters button.positive:after,.liveDashboard .block-filters ._account_api .list-results thead button.positive:after,.block-filters ._account_api .liveDashboard .list-results thead button.positive:after,.liveDashboard ._account_api .list-results thead .block-filters select.positive:after,._account_api .liveDashboard .list-results thead .block-filters select.positive:after,.liveDashboard .block-filters ._account_api .list-results thead select.positive:after,.block-filters ._account_api .liveDashboard .list-results thead select.positive:after,.liveDashboard ._account_api .list-results thead .form-auto-list .positive.form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .form-auto-list .positive.form-auto-item.is-user-is-inactive,.liveDashboard .form-auto-list ._account_api .list-results thead .positive.form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .liveDashboard .list-results thead .positive.form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .form-auto-list .positive.form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .form-auto-list .positive.form-auto-item.is-user-is-active,.liveDashboard .form-auto-list ._account_api .list-results thead .positive.form-auto-item.is-user-is-active,.form-auto-list ._account_api .liveDashboard .list-results thead .positive.form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .list-results-header .status.title span.positive,._account_api .liveDashboard .list-results thead .list-results-header .status.title span.positive,.liveDashboard .list-results-header .status.title ._account_api .list-results thead span.positive,.list-results-header .status.title ._account_api .liveDashboard .list-results thead span.positive,.liveDashboard ._account_api .list-results thead tr span.positive,._account_api .liveDashboard .list-results thead tr span.positive,.liveDashboard ._account_api .list-results thead .positive.icon,.liveDashboard ._account_api .list-results thead .positive.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .positive.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .positive.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-dialog.plus .positive.dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .positive.dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-toast .positive.toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .positive.toast.plus:after,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .positive.btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .positive.btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .positive.btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .positive.btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .positive.btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .positive.btn-period-edit:before,.liveDashboard ._account_api .list-results thead .block-filters .positive.btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .positive.btn-filter:before,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label.positive,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label.positive,.liveDashboard ._account_api .list-results thead tbody span.positive.status,.liveDashboard ._account_api .list-results tbody thead span.positive.status,.liveDashboard ._account_api .list-results thead tbody td.is-running span.positive,.liveDashboard ._account_api .list-results tbody td.is-running thead span.positive,.liveDashboard ._account_api .list-results thead tbody td.is-pending span.positive,.liveDashboard ._account_api .list-results tbody td.is-pending thead span.positive,._account_api .liveDashboard .list-results thead .positive.icon,._account_api .liveDashboard .list-results thead .positive.w-alert-banner:before,._account_api .liveDashboard .list-results thead .positive.w-alert-banner:before,._account_api .liveDashboard .list-results thead .positive.w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-dialog.plus .positive.dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .positive.dialog-aside:after,._account_api .liveDashboard .list-results thead .w-toast .positive.toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .positive.toast.plus:after,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .positive.btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .positive.btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .positive.btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .positive.btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .positive.btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .positive.btn-period-edit:before,._account_api .liveDashboard .list-results thead .block-filters .positive.btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .positive.btn-filter:before,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.positive,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label.positive,._account_api .liveDashboard .list-results thead tbody span.positive.status,._account_api .liveDashboard .list-results tbody thead span.positive.status,._account_api .liveDashboard .list-results thead tbody td.is-running span.positive,._account_api .liveDashboard .list-results tbody td.is-running thead span.positive,._account_api .liveDashboard .list-results thead tbody td.is-pending span.positive,._account_api .liveDashboard .list-results tbody td.is-pending thead span.positive,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .positive.dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .positive.dropdown-toggle:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .positive.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .positive.dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .positive.filter,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .positive.filter,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .positive.filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .positive.filter,.liveDashboard ._account_api .list-results thead .form-label.status span.positive,.liveDashboard ._account_api .list-results thead .status.status-log span.positive,.liveDashboard ._account_api .list-results thead .status.status-report-item span.positive,.liveDashboard ._account_api .list-results thead .double-list dd.status span.positive,.double-list .liveDashboard ._account_api .list-results thead dd.status span.positive,.liveDashboard ._account_api .list-results thead .double-list dt.status span.positive,.double-list .liveDashboard ._account_api .list-results thead dt.status span.positive,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span.positive,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title span.positive,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.positive,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label span.positive,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span.positive,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span.positive,._account_api .liveDashboard .list-results thead .form-label.status span.positive,._account_api .liveDashboard .list-results thead .status.status-log span.positive,._account_api .liveDashboard .list-results thead .status.status-report-item span.positive,._account_api .liveDashboard .list-results thead .double-list dd.status span.positive,.double-list ._account_api .liveDashboard .list-results thead dd.status span.positive,._account_api .liveDashboard .list-results thead .double-list dt.status span.positive,.double-list ._account_api .liveDashboard .list-results thead dt.status span.positive,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span.positive,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title span.positive,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.positive,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label span.positive,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span.positive,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span.positive,.liveDashboard .form-label.status ._account_api .list-results thead span.positive,.liveDashboard .status.status-log ._account_api .list-results thead span.positive,.liveDashboard .status.status-report-item ._account_api .list-results thead span.positive,.liveDashboard .double-list dd.status ._account_api .list-results thead span.positive,.double-list .liveDashboard dd.status ._account_api .list-results thead span.positive,.liveDashboard .double-list dt.status ._account_api .list-results thead span.positive,.double-list .liveDashboard dt.status ._account_api .list-results thead span.positive,.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span.positive,.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead span.positive,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.positive,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead span.positive,.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span.positive,.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead span.positive,.form-label.status ._account_api .liveDashboard .list-results thead span.positive,.status.status-log ._account_api .liveDashboard .list-results thead span.positive,.status.status-report-item ._account_api .liveDashboard .list-results thead span.positive,.double-list dd.status ._account_api .liveDashboard .list-results thead span.positive,.double-list dt.status ._account_api .liveDashboard .list-results thead span.positive,.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead span.positive,.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead span.positive,.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead span.positive,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span.positive,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span.positive,.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span.positive,.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead span.positive,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span.positive,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.positive,.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span.positive,.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead span.positive,.liveDashboard ._account_api .list-results thead .sub-header .w-form label.positive,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list label.positive,._account_api .liveDashboard .list-results thead .sub-header .w-form label.positive,._account_api .liveDashboard .list-results thead .sub-header .w-double-list label.positive,.liveDashboard .sub-header .w-form ._account_api .list-results thead label.positive,.liveDashboard .sub-header .w-double-list ._account_api .list-results thead label.positive,.sub-header .w-form ._account_api .liveDashboard .list-results thead label.positive,.sub-header .w-double-list ._account_api .liveDashboard .list-results thead label.positive,.liveDashboard ._account_api .list-results thead .block-filters button.positive:after,._account_api .liveDashboard .list-results thead .block-filters button.positive:after,.liveDashboard .block-filters ._account_api .list-results thead button.positive:after,.block-filters ._account_api .liveDashboard .list-results thead button.positive:after,.liveDashboard ._account_api .list-results thead .block-filters select.positive:after,._account_api .liveDashboard .list-results thead .block-filters select.positive:after,.liveDashboard .block-filters ._account_api .list-results thead select.positive:after,.block-filters ._account_api .liveDashboard .list-results thead select.positive:after,.liveDashboard ._account_api .list-results thead .form-auto-list .positive.form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .form-auto-list .positive.form-auto-item.is-user-is-inactive,.liveDashboard .form-auto-list ._account_api .list-results thead .positive.form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .liveDashboard .list-results thead .positive.form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .form-auto-list .positive.form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .form-auto-list .positive.form-auto-item.is-user-is-active,.liveDashboard .form-auto-list ._account_api .list-results thead .positive.form-auto-item.is-user-is-active,.form-auto-list ._account_api .liveDashboard .list-results thead .positive.form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .list-results-header .status.title span.positive,._account_api .liveDashboard .list-results thead .list-results-header .status.title span.positive,.liveDashboard .list-results-header .status.title ._account_api .list-results thead span.positive,.list-results-header .status.title ._account_api .liveDashboard .list-results thead span.positive,.liveDashboard ._account_api .list-results thead tr span.positive,._account_api .liveDashboard .list-results thead tr span.positive,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .positive.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .positive.dropdown-toggle:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .positive.filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .positive.filter,._account_api .form-label.status .liveDashboard .list-results thead span.positive,._account_api .status.status-log .liveDashboard .list-results thead span.positive,._account_api .status.status-report-item .liveDashboard .list-results thead span.positive,._account_api .double-list dd.status .liveDashboard .list-results thead span.positive,.double-list ._account_api dd.status .liveDashboard .list-results thead span.positive,._account_api .double-list dt.status .liveDashboard .list-results thead span.positive,.double-list ._account_api dt.status .liveDashboard .list-results thead span.positive,._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span.positive,.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead span.positive,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.positive,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead span.positive,._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.positive,.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead span.positive,.form-label.status .liveDashboard ._account_api .list-results thead span.positive,.status.status-log .liveDashboard ._account_api .list-results thead span.positive,.status.status-report-item .liveDashboard ._account_api .list-results thead span.positive,.double-list dd.status .liveDashboard ._account_api .list-results thead span.positive,.double-list dt.status .liveDashboard ._account_api .list-results thead span.positive,.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead span.positive,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead span.positive,.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead span.positive,._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span.positive,.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead span.positive,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.positive,.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead span.positive,._account_api .sub-header .w-form .liveDashboard .list-results thead label.positive,._account_api .sub-header .w-double-list .liveDashboard .list-results thead label.positive,.sub-header .w-form .liveDashboard ._account_api .list-results thead label.positive,.sub-header .w-double-list .liveDashboard ._account_api .list-results thead label.positive,._account_api .block-filters .liveDashboard .list-results thead button.positive:after,.block-filters .liveDashboard ._account_api .list-results thead button.positive:after,._account_api .block-filters .liveDashboard .list-results thead select.positive:after,.block-filters .liveDashboard ._account_api .list-results thead select.positive:after,._account_api .form-auto-list .liveDashboard .list-results thead .positive.form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard ._account_api .list-results thead .positive.form-auto-item.is-user-is-inactive,._account_api .form-auto-list .liveDashboard .list-results thead .positive.form-auto-item.is-user-is-active,.form-auto-list .liveDashboard ._account_api .list-results thead .positive.form-auto-item.is-user-is-active,._account_api .list-results-header .status.title .liveDashboard .list-results thead span.positive,.list-results-header .status.title .liveDashboard ._account_api .list-results thead span.positive,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .positive.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .positive.dropdown-toggle:after,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .positive.filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .positive.filter,.liveDashboard .list-results thead .form-label.status span.positive,.liveDashboard .list-results thead .status.status-log span.positive,.liveDashboard .list-results thead .status.status-report-item span.positive,.liveDashboard .list-results thead .double-list dd.status span.positive,.double-list .liveDashboard .list-results thead dd.status span.positive,.liveDashboard .list-results thead .double-list dt.status span.positive,.double-list .liveDashboard .list-results thead dt.status span.positive,.liveDashboard .list-results thead .w-cards-container .w-card .status.title span.positive,.w-cards-container .w-card .liveDashboard .list-results thead .status.title span.positive,.liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.positive,.w-cards-container .w-card.centered .w-value .liveDashboard .list-results thead .status.label span.positive,.liveDashboard .list-results thead tbody tr.sublist .status.title span.positive,.liveDashboard .list-results tbody tr.sublist thead .status.title span.positive,.form-label.status .liveDashboard .list-results thead span.positive,.status.status-log .liveDashboard .list-results thead span.positive,.status.status-report-item .liveDashboard .list-results thead span.positive,.double-list dd.status .liveDashboard .list-results thead span.positive,.double-list dt.status .liveDashboard .list-results thead span.positive,.w-cards-container .w-card .status.title .liveDashboard .list-results thead span.positive,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.positive,.list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.positive,.liveDashboard .list-results thead .w-filters-selected label.status.small span.positive,.w-filters-selected label.status.small .liveDashboard .list-results thead span.positive,.liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.positive,.w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.positive,.liveDashboard .list-results thead .sub-header .w-form label.positive,.liveDashboard .list-results thead .sub-header .w-double-list label.positive,.sub-header .w-form .liveDashboard .list-results thead label.positive,.sub-header .w-double-list .liveDashboard .list-results thead label.positive,.liveDashboard .list-results thead .block-filters button.positive:after,.block-filters .liveDashboard .list-results thead button.positive:after,.liveDashboard .list-results thead .block-filters select.positive:after,.block-filters .liveDashboard .list-results thead select.positive:after,.liveDashboard .list-results thead .form-auto-list .positive.form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard .list-results thead .positive.form-auto-item.is-user-is-inactive,.liveDashboard .list-results thead .form-auto-list .positive.form-auto-item.is-user-is-active,.form-auto-list .liveDashboard .list-results thead .positive.form-auto-item.is-user-is-active,.liveDashboard .list-results thead .list-results-header .status.title span.positive,.list-results-header .status.title .liveDashboard .list-results thead span.positive,.liveDashboard .list-results thead tr span.positive,._account_api .list-results thead .positive.icon,._account_api .list-results thead .positive.w-alert-banner:before,._account_api .liveDashboard .list-results thead .positive.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .positive.w-alert-banner:before,._account_api .list-results thead .positive.w-alert-banner:before,._account_api .list-results thead .w-dialog.plus .positive.dialog-aside:after,.w-dialog.plus ._account_api .list-results thead .positive.dialog-aside:after,._account_api .list-results thead .w-toast .positive.toast.plus:after,.w-toast ._account_api .list-results thead .positive.toast.plus:after,._account_api .list-results thead .w-time-period .dropdown .w-selection .positive.btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .positive.btn-period-clear:before,._account_api .list-results thead .w-time-period .dropdown .w-selection .positive.btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .positive.btn-filter:before,._account_api .list-results thead .w-time-period .dropdown .w-selection .positive.btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .positive.btn-period-edit:before,._account_api .list-results thead .block-filters .positive.btn-filter:before,.block-filters ._account_api .list-results thead .positive.btn-filter:before,._account_api .list-results thead .toggleWrapper input.mobileToggle+label.positive,.toggleWrapper ._account_api .list-results thead input.mobileToggle+label.positive,._account_api .list-results thead tbody span.positive.status,._account_api .list-results tbody thead span.positive.status,._account_api .list-results thead tbody td.is-running span.positive,._account_api .list-results tbody td.is-running thead span.positive,._account_api .list-results thead tbody td.is-pending span.positive,._account_api .list-results tbody td.is-pending thead span.positive,._account_api .liveDashboard .list-results thead .positive.icon,._account_api .liveDashboard .list-results thead .positive.w-alert-banner:before,._account_api .liveDashboard .list-results thead .positive.w-alert-banner:before,._account_api .liveDashboard .list-results thead .positive.w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-dialog.plus .positive.dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .positive.dialog-aside:after,._account_api .liveDashboard .list-results thead .w-toast .positive.toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .positive.toast.plus:after,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .positive.btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .positive.btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .positive.btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .positive.btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .positive.btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .positive.btn-period-edit:before,._account_api .liveDashboard .list-results thead .block-filters .positive.btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .positive.btn-filter:before,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.positive,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label.positive,._account_api .liveDashboard .list-results thead tbody span.positive.status,._account_api .liveDashboard .list-results tbody thead span.positive.status,._account_api .liveDashboard .list-results thead tbody td.is-running span.positive,._account_api .liveDashboard .list-results tbody td.is-running thead span.positive,._account_api .liveDashboard .list-results thead tbody td.is-pending span.positive,._account_api .liveDashboard .list-results tbody td.is-pending thead span.positive,.liveDashboard ._account_api .list-results thead .positive.icon,.liveDashboard ._account_api .list-results thead .positive.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .positive.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .positive.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-dialog.plus .positive.dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .positive.dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-toast .positive.toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .positive.toast.plus:after,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .positive.btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .positive.btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .positive.btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .positive.btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .positive.btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .positive.btn-period-edit:before,.liveDashboard ._account_api .list-results thead .block-filters .positive.btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .positive.btn-filter:before,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label.positive,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label.positive,.liveDashboard ._account_api .list-results thead tbody span.positive.status,.liveDashboard ._account_api .list-results tbody thead span.positive.status,.liveDashboard ._account_api .list-results thead tbody td.is-running span.positive,.liveDashboard ._account_api .list-results tbody td.is-running thead span.positive,.liveDashboard ._account_api .list-results thead tbody td.is-pending span.positive,.liveDashboard ._account_api .list-results tbody td.is-pending thead span.positive,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .positive.dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .positive.dropdown-toggle:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .positive.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .positive.dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .positive.filter,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .positive.filter,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .positive.filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .positive.filter,._account_api .liveDashboard .list-results thead .form-label.status span.positive,._account_api .liveDashboard .list-results thead .status.status-log span.positive,._account_api .liveDashboard .list-results thead .status.status-report-item span.positive,._account_api .liveDashboard .list-results thead .double-list dd.status span.positive,.double-list ._account_api .liveDashboard .list-results thead dd.status span.positive,._account_api .liveDashboard .list-results thead .double-list dt.status span.positive,.double-list ._account_api .liveDashboard .list-results thead dt.status span.positive,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span.positive,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title span.positive,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.positive,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label span.positive,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span.positive,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span.positive,.liveDashboard ._account_api .list-results thead .form-label.status span.positive,.liveDashboard ._account_api .list-results thead .status.status-log span.positive,.liveDashboard ._account_api .list-results thead .status.status-report-item span.positive,.liveDashboard ._account_api .list-results thead .double-list dd.status span.positive,.double-list .liveDashboard ._account_api .list-results thead dd.status span.positive,.liveDashboard ._account_api .list-results thead .double-list dt.status span.positive,.double-list .liveDashboard ._account_api .list-results thead dt.status span.positive,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span.positive,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title span.positive,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.positive,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label span.positive,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span.positive,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span.positive,._account_api .form-label.status .liveDashboard .list-results thead span.positive,._account_api .status.status-log .liveDashboard .list-results thead span.positive,._account_api .status.status-report-item .liveDashboard .list-results thead span.positive,._account_api .double-list dd.status .liveDashboard .list-results thead span.positive,.double-list ._account_api dd.status .liveDashboard .list-results thead span.positive,._account_api .double-list dt.status .liveDashboard .list-results thead span.positive,.double-list ._account_api dt.status .liveDashboard .list-results thead span.positive,._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span.positive,.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead span.positive,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.positive,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead span.positive,._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.positive,.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead span.positive,.form-label.status .liveDashboard ._account_api .list-results thead span.positive,.status.status-log .liveDashboard ._account_api .list-results thead span.positive,.status.status-report-item .liveDashboard ._account_api .list-results thead span.positive,.double-list dd.status .liveDashboard ._account_api .list-results thead span.positive,.double-list dt.status .liveDashboard ._account_api .list-results thead span.positive,.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead span.positive,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead span.positive,.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead span.positive,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span.positive,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span.positive,._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span.positive,.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead span.positive,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.positive,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span.positive,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.positive,.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead span.positive,._account_api .liveDashboard .list-results thead .sub-header .w-form label.positive,._account_api .liveDashboard .list-results thead .sub-header .w-double-list label.positive,.liveDashboard ._account_api .list-results thead .sub-header .w-form label.positive,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list label.positive,._account_api .sub-header .w-form .liveDashboard .list-results thead label.positive,._account_api .sub-header .w-double-list .liveDashboard .list-results thead label.positive,.sub-header .w-form .liveDashboard ._account_api .list-results thead label.positive,.sub-header .w-double-list .liveDashboard ._account_api .list-results thead label.positive,._account_api .liveDashboard .list-results thead .block-filters button.positive:after,.liveDashboard ._account_api .list-results thead .block-filters button.positive:after,._account_api .block-filters .liveDashboard .list-results thead button.positive:after,.block-filters .liveDashboard ._account_api .list-results thead button.positive:after,._account_api .liveDashboard .list-results thead .block-filters select.positive:after,.liveDashboard ._account_api .list-results thead .block-filters select.positive:after,._account_api .block-filters .liveDashboard .list-results thead select.positive:after,.block-filters .liveDashboard ._account_api .list-results thead select.positive:after,._account_api .liveDashboard .list-results thead .form-auto-list .positive.form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .form-auto-list .positive.form-auto-item.is-user-is-inactive,._account_api .form-auto-list .liveDashboard .list-results thead .positive.form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard ._account_api .list-results thead .positive.form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .form-auto-list .positive.form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .form-auto-list .positive.form-auto-item.is-user-is-active,._account_api .form-auto-list .liveDashboard .list-results thead .positive.form-auto-item.is-user-is-active,.form-auto-list .liveDashboard ._account_api .list-results thead .positive.form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .list-results-header .status.title span.positive,.liveDashboard ._account_api .list-results thead .list-results-header .status.title span.positive,._account_api .list-results-header .status.title .liveDashboard .list-results thead span.positive,.list-results-header .status.title .liveDashboard ._account_api .list-results thead span.positive,._account_api .liveDashboard .list-results thead tr span.positive,.liveDashboard ._account_api .list-results thead tr span.positive,._account_api .list-results thead .positive.icon,._account_api .list-results thead .positive.w-alert-banner:before,._account_api .liveDashboard .list-results thead .positive.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .positive.w-alert-banner:before,._account_api .list-results thead .positive.w-alert-banner:before,._account_api .list-results thead .w-dialog.plus .positive.dialog-aside:after,.w-dialog.plus ._account_api .list-results thead .positive.dialog-aside:after,._account_api .list-results thead .w-toast .positive.toast.plus:after,.w-toast ._account_api .list-results thead .positive.toast.plus:after,._account_api .list-results thead .w-time-period .dropdown .w-selection .positive.btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .positive.btn-period-clear:before,._account_api .list-results thead .w-time-period .dropdown .w-selection .positive.btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .positive.btn-filter:before,._account_api .list-results thead .w-time-period .dropdown .w-selection .positive.btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .positive.btn-period-edit:before,._account_api .list-results thead .block-filters .positive.btn-filter:before,.block-filters ._account_api .list-results thead .positive.btn-filter:before,._account_api .list-results thead .toggleWrapper input.mobileToggle+label.positive,.toggleWrapper ._account_api .list-results thead input.mobileToggle+label.positive,._account_api .list-results thead tbody span.positive.status,._account_api .list-results tbody thead span.positive.status,._account_api .list-results thead tbody td.is-running span.positive,._account_api .list-results tbody td.is-running thead span.positive,._account_api .list-results thead tbody td.is-pending span.positive,._account_api .list-results tbody td.is-pending thead span.positive,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .positive.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .positive.dropdown-toggle:after,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .positive.filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .positive.filter,._account_api .list-results thead .form-label.status span.positive,._account_api .list-results thead .status.status-log span.positive,._account_api .list-results thead .status.status-report-item span.positive,._account_api .list-results thead .double-list dd.status span.positive,.double-list ._account_api .list-results thead dd.status span.positive,._account_api .list-results thead .double-list dt.status span.positive,.double-list ._account_api .list-results thead dt.status span.positive,._account_api .list-results thead .w-cards-container .w-card .status.title span.positive,.w-cards-container .w-card ._account_api .list-results thead .status.title span.positive,._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.positive,.w-cards-container .w-card.centered .w-value ._account_api .list-results thead .status.label span.positive,._account_api .list-results thead tbody tr.sublist .status.title span.positive,._account_api .list-results tbody tr.sublist thead .status.title span.positive,.form-label.status ._account_api .list-results thead span.positive,.status.status-log ._account_api .list-results thead span.positive,.status.status-report-item ._account_api .list-results thead span.positive,.double-list dd.status ._account_api .list-results thead span.positive,.double-list dt.status ._account_api .list-results thead span.positive,.w-cards-container .w-card .status.title ._account_api .list-results thead span.positive,.w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.positive,.list-results tbody tr.sublist .status.title ._account_api .list-results thead span.positive,._account_api .list-results thead .w-filters-selected label.status.small span.positive,.w-filters-selected label.status.small ._account_api .list-results thead span.positive,._account_api .list-results thead .w-filters-selected .status.btn-f-s span.positive,.w-filters-selected .status.btn-f-s ._account_api .list-results thead span.positive,._account_api .list-results thead .sub-header .w-form label.positive,._account_api .list-results thead .sub-header .w-double-list label.positive,.sub-header .w-form ._account_api .list-results thead label.positive,.sub-header .w-double-list ._account_api .list-results thead label.positive,._account_api .list-results thead .block-filters button.positive:after,.block-filters ._account_api .list-results thead button.positive:after,._account_api .list-results thead .block-filters select.positive:after,.block-filters ._account_api .list-results thead select.positive:after,._account_api .list-results thead .form-auto-list .positive.form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .list-results thead .positive.form-auto-item.is-user-is-inactive,._account_api .list-results thead .form-auto-list .positive.form-auto-item.is-user-is-active,.form-auto-list ._account_api .list-results thead .positive.form-auto-item.is-user-is-active,._account_api .list-results thead .list-results-header .status.title span.positive,.list-results-header .status.title ._account_api .list-results thead span.positive,._account_api .list-results thead tr span.positive,.liveDashboard ._account_api .list-results thead .positive.icon,.liveDashboard ._account_api .list-results thead .positive.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .positive.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .positive.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-dialog.plus .positive.dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .positive.dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-toast .positive.toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .positive.toast.plus:after,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .positive.btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .positive.btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .positive.btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .positive.btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .positive.btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .positive.btn-period-edit:before,.liveDashboard ._account_api .list-results thead .block-filters .positive.btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .positive.btn-filter:before,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label.positive,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label.positive,.liveDashboard ._account_api .list-results thead tbody span.positive.status,.liveDashboard ._account_api .list-results tbody thead span.positive.status,.liveDashboard ._account_api .list-results thead tbody td.is-running span.positive,.liveDashboard ._account_api .list-results tbody td.is-running thead span.positive,.liveDashboard ._account_api .list-results thead tbody td.is-pending span.positive,.liveDashboard ._account_api .list-results tbody td.is-pending thead span.positive,._account_api .liveDashboard .list-results thead .positive.icon,._account_api .liveDashboard .list-results thead .positive.w-alert-banner:before,._account_api .liveDashboard .list-results thead .positive.w-alert-banner:before,._account_api .liveDashboard .list-results thead .positive.w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-dialog.plus .positive.dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .positive.dialog-aside:after,._account_api .liveDashboard .list-results thead .w-toast .positive.toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .positive.toast.plus:after,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .positive.btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .positive.btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .positive.btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .positive.btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .positive.btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .positive.btn-period-edit:before,._account_api .liveDashboard .list-results thead .block-filters .positive.btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .positive.btn-filter:before,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.positive,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label.positive,._account_api .liveDashboard .list-results thead tbody span.positive.status,._account_api .liveDashboard .list-results tbody thead span.positive.status,._account_api .liveDashboard .list-results thead tbody td.is-running span.positive,._account_api .liveDashboard .list-results tbody td.is-running thead span.positive,._account_api .liveDashboard .list-results thead tbody td.is-pending span.positive,._account_api .liveDashboard .list-results tbody td.is-pending thead span.positive,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .positive.dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .positive.dropdown-toggle:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .positive.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .positive.dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .positive.filter,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .positive.filter,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .positive.filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .positive.filter,.liveDashboard ._account_api .list-results thead .form-label.status span.positive,.liveDashboard ._account_api .list-results thead .status.status-log span.positive,.liveDashboard ._account_api .list-results thead .status.status-report-item span.positive,.liveDashboard ._account_api .list-results thead .double-list dd.status span.positive,.double-list .liveDashboard ._account_api .list-results thead dd.status span.positive,.liveDashboard ._account_api .list-results thead .double-list dt.status span.positive,.double-list .liveDashboard ._account_api .list-results thead dt.status span.positive,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span.positive,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title span.positive,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.positive,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label span.positive,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span.positive,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span.positive,._account_api .liveDashboard .list-results thead .form-label.status span.positive,._account_api .liveDashboard .list-results thead .status.status-log span.positive,._account_api .liveDashboard .list-results thead .status.status-report-item span.positive,._account_api .liveDashboard .list-results thead .double-list dd.status span.positive,.double-list ._account_api .liveDashboard .list-results thead dd.status span.positive,._account_api .liveDashboard .list-results thead .double-list dt.status span.positive,.double-list ._account_api .liveDashboard .list-results thead dt.status span.positive,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span.positive,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title span.positive,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.positive,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label span.positive,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span.positive,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span.positive,.liveDashboard .form-label.status ._account_api .list-results thead span.positive,.liveDashboard .status.status-log ._account_api .list-results thead span.positive,.liveDashboard .status.status-report-item ._account_api .list-results thead span.positive,.liveDashboard .double-list dd.status ._account_api .list-results thead span.positive,.double-list .liveDashboard dd.status ._account_api .list-results thead span.positive,.liveDashboard .double-list dt.status ._account_api .list-results thead span.positive,.double-list .liveDashboard dt.status ._account_api .list-results thead span.positive,.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span.positive,.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead span.positive,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.positive,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead span.positive,.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span.positive,.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead span.positive,.form-label.status ._account_api .liveDashboard .list-results thead span.positive,.status.status-log ._account_api .liveDashboard .list-results thead span.positive,.status.status-report-item ._account_api .liveDashboard .list-results thead span.positive,.double-list dd.status ._account_api .liveDashboard .list-results thead span.positive,.double-list dt.status ._account_api .liveDashboard .list-results thead span.positive,.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead span.positive,.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead span.positive,.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead span.positive,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span.positive,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span.positive,.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span.positive,.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead span.positive,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span.positive,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.positive,.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span.positive,.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead span.positive,.liveDashboard ._account_api .list-results thead .sub-header .w-form label.positive,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list label.positive,._account_api .liveDashboard .list-results thead .sub-header .w-form label.positive,._account_api .liveDashboard .list-results thead .sub-header .w-double-list label.positive,.liveDashboard .sub-header .w-form ._account_api .list-results thead label.positive,.liveDashboard .sub-header .w-double-list ._account_api .list-results thead label.positive,.sub-header .w-form ._account_api .liveDashboard .list-results thead label.positive,.sub-header .w-double-list ._account_api .liveDashboard .list-results thead label.positive,.liveDashboard ._account_api .list-results thead .block-filters button.positive:after,._account_api .liveDashboard .list-results thead .block-filters button.positive:after,.liveDashboard .block-filters ._account_api .list-results thead button.positive:after,.block-filters ._account_api .liveDashboard .list-results thead button.positive:after,.liveDashboard ._account_api .list-results thead .block-filters select.positive:after,._account_api .liveDashboard .list-results thead .block-filters select.positive:after,.liveDashboard .block-filters ._account_api .list-results thead select.positive:after,.block-filters ._account_api .liveDashboard .list-results thead select.positive:after,.liveDashboard ._account_api .list-results thead .form-auto-list .positive.form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .form-auto-list .positive.form-auto-item.is-user-is-inactive,.liveDashboard .form-auto-list ._account_api .list-results thead .positive.form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .liveDashboard .list-results thead .positive.form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .form-auto-list .positive.form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .form-auto-list .positive.form-auto-item.is-user-is-active,.liveDashboard .form-auto-list ._account_api .list-results thead .positive.form-auto-item.is-user-is-active,.form-auto-list ._account_api .liveDashboard .list-results thead .positive.form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .list-results-header .status.title span.positive,._account_api .liveDashboard .list-results thead .list-results-header .status.title span.positive,.liveDashboard .list-results-header .status.title ._account_api .list-results thead span.positive,.list-results-header .status.title ._account_api .liveDashboard .list-results thead span.positive,.liveDashboard ._account_api .list-results thead tr span.positive,._account_api .liveDashboard .list-results thead tr span.positive,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .positive.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .positive.dropdown-toggle:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .positive.filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .positive.filter,._account_api .form-label.status .liveDashboard .list-results thead span.positive,._account_api .status.status-log .liveDashboard .list-results thead span.positive,._account_api .status.status-report-item .liveDashboard .list-results thead span.positive,._account_api .double-list dd.status .liveDashboard .list-results thead span.positive,.double-list ._account_api dd.status .liveDashboard .list-results thead span.positive,._account_api .double-list dt.status .liveDashboard .list-results thead span.positive,.double-list ._account_api dt.status .liveDashboard .list-results thead span.positive,._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span.positive,.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead span.positive,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.positive,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead span.positive,._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.positive,.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead span.positive,.form-label.status .liveDashboard ._account_api .list-results thead span.positive,.status.status-log .liveDashboard ._account_api .list-results thead span.positive,.status.status-report-item .liveDashboard ._account_api .list-results thead span.positive,.double-list dd.status .liveDashboard ._account_api .list-results thead span.positive,.double-list dt.status .liveDashboard ._account_api .list-results thead span.positive,.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead span.positive,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead span.positive,.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead span.positive,._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span.positive,.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead span.positive,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.positive,.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead span.positive,._account_api .sub-header .w-form .liveDashboard .list-results thead label.positive,._account_api .sub-header .w-double-list .liveDashboard .list-results thead label.positive,.sub-header .w-form .liveDashboard ._account_api .list-results thead label.positive,.sub-header .w-double-list .liveDashboard ._account_api .list-results thead label.positive,._account_api .block-filters .liveDashboard .list-results thead button.positive:after,.block-filters .liveDashboard ._account_api .list-results thead button.positive:after,._account_api .block-filters .liveDashboard .list-results thead select.positive:after,.block-filters .liveDashboard ._account_api .list-results thead select.positive:after,._account_api .form-auto-list .liveDashboard .list-results thead .positive.form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard ._account_api .list-results thead .positive.form-auto-item.is-user-is-inactive,._account_api .form-auto-list .liveDashboard .list-results thead .positive.form-auto-item.is-user-is-active,.form-auto-list .liveDashboard ._account_api .list-results thead .positive.form-auto-item.is-user-is-active,._account_api .list-results-header .status.title .liveDashboard .list-results thead span.positive,.list-results-header .status.title .liveDashboard ._account_api .list-results thead span.positive,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .positive.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .positive.dropdown-toggle:after,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .positive.filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .positive.filter,._account_api .list-results thead .form-label.status span.positive,._account_api .list-results thead .status.status-log span.positive,._account_api .list-results thead .status.status-report-item span.positive,._account_api .list-results thead .double-list dd.status span.positive,.double-list ._account_api .list-results thead dd.status span.positive,._account_api .list-results thead .double-list dt.status span.positive,.double-list ._account_api .list-results thead dt.status span.positive,._account_api .list-results thead .w-cards-container .w-card .status.title span.positive,.w-cards-container .w-card ._account_api .list-results thead .status.title span.positive,._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.positive,.w-cards-container .w-card.centered .w-value ._account_api .list-results thead .status.label span.positive,._account_api .list-results thead tbody tr.sublist .status.title span.positive,._account_api .list-results tbody tr.sublist thead .status.title span.positive,.form-label.status ._account_api .list-results thead span.positive,.status.status-log ._account_api .list-results thead span.positive,.status.status-report-item ._account_api .list-results thead span.positive,.double-list dd.status ._account_api .list-results thead span.positive,.double-list dt.status ._account_api .list-results thead span.positive,.w-cards-container .w-card .status.title ._account_api .list-results thead span.positive,.w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.positive,.list-results tbody tr.sublist .status.title ._account_api .list-results thead span.positive,._account_api .list-results thead .w-filters-selected label.status.small span.positive,.w-filters-selected label.status.small ._account_api .list-results thead span.positive,._account_api .list-results thead .w-filters-selected .status.btn-f-s span.positive,.w-filters-selected .status.btn-f-s ._account_api .list-results thead span.positive,._account_api .list-results thead .sub-header .w-form label.positive,._account_api .list-results thead .sub-header .w-double-list label.positive,.sub-header .w-form ._account_api .list-results thead label.positive,.sub-header .w-double-list ._account_api .list-results thead label.positive,._account_api .list-results thead .block-filters button.positive:after,.block-filters ._account_api .list-results thead button.positive:after,._account_api .list-results thead .block-filters select.positive:after,.block-filters ._account_api .list-results thead select.positive:after,._account_api .list-results thead .form-auto-list .positive.form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .list-results thead .positive.form-auto-item.is-user-is-inactive,._account_api .list-results thead .form-auto-list .positive.form-auto-item.is-user-is-active,.form-auto-list ._account_api .list-results thead .positive.form-auto-item.is-user-is-active,._account_api .list-results thead .list-results-header .status.title span.positive,.list-results-header .status.title ._account_api .list-results thead span.positive,._account_api .list-results thead tr span.positive,.sidebar-default.sidebar-default-right .sidebar-default-body .filter-group .positive.filter-checkbox,.add-filters-dropdown .w-add-filters-list>div.filter-group .positive.filter-checkbox,.filter-preset .filter-field-name button.positive,.filter-preset .filter-field-name button.i-close,.btn.positive,.pagination a.positive,.goal-option .positive.expend-label{background-color:rgba(29,176,148,.5) !important;justify-content:center;border:0}.button-default.positive:after,.liveDashboard .list-results thead .positive.icon:after,.liveDashboard .list-results thead .w-dialog.plus .positive.dialog-aside:after,.w-dialog.plus .liveDashboard .list-results thead .positive.dialog-aside:after,.liveDashboard .list-results thead .w-toast .positive.toast.plus:after,.w-toast .liveDashboard .list-results thead .positive.toast.plus:after,.liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.positive:after,.toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label.positive:after,.liveDashboard .list-results thead tbody span.positive.status:after,.liveDashboard .list-results tbody thead span.positive.status:after,.liveDashboard .list-results thead tbody td.is-running span.positive:after,.liveDashboard .list-results tbody td.is-running thead span.positive:after,.liveDashboard .list-results thead tbody td.is-pending span.positive:after,.liveDashboard .list-results tbody td.is-pending thead span.positive:after,.liveDashboard .list-results thead .positive.icon:after,.liveDashboard .list-results thead .w-dialog.plus .positive.dialog-aside:after,.w-dialog.plus .liveDashboard .list-results thead .positive.dialog-aside:after,.liveDashboard .list-results thead .w-toast .positive.toast.plus:after,.w-toast .liveDashboard .list-results thead .positive.toast.plus:after,.liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.positive:after,.toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label.positive:after,.liveDashboard .list-results thead tbody span.positive.status:after,.liveDashboard .list-results tbody thead span.positive.status:after,.liveDashboard .list-results thead tbody td.is-running span.positive:after,.liveDashboard .list-results tbody td.is-running thead span.positive:after,.liveDashboard .list-results thead tbody td.is-pending span.positive:after,.liveDashboard .list-results tbody td.is-pending thead span.positive:after,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .positive.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .positive.dropdown-toggle:after,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .positive.filter:after,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .positive.filter:after,.liveDashboard .list-results thead .form-label.status span.positive:after,.liveDashboard .list-results thead .status.status-log span.positive:after,.liveDashboard .list-results thead .status.status-report-item span.positive:after,.liveDashboard .list-results thead .double-list dd.status span.positive:after,.double-list .liveDashboard .list-results thead dd.status span.positive:after,.liveDashboard .list-results thead .double-list dt.status span.positive:after,.double-list .liveDashboard .list-results thead dt.status span.positive:after,.liveDashboard .list-results thead .w-cards-container .w-card .status.title span.positive:after,.w-cards-container .w-card .liveDashboard .list-results thead .status.title span.positive:after,.liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.positive:after,.w-cards-container .w-card.centered .w-value .liveDashboard .list-results thead .status.label span.positive:after,.liveDashboard .list-results thead tbody tr.sublist .status.title span.positive:after,.liveDashboard .list-results tbody tr.sublist thead .status.title span.positive:after,.form-label.status .liveDashboard .list-results thead span.positive:after,.status.status-log .liveDashboard .list-results thead span.positive:after,.status.status-report-item .liveDashboard .list-results thead span.positive:after,.double-list dd.status .liveDashboard .list-results thead span.positive:after,.double-list dt.status .liveDashboard .list-results thead span.positive:after,.w-cards-container .w-card .status.title .liveDashboard .list-results thead span.positive:after,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.positive:after,.list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.positive:after,.liveDashboard .list-results thead .w-filters-selected label.status.small span.positive:after,.w-filters-selected label.status.small .liveDashboard .list-results thead span.positive:after,.liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.positive:after,.w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.positive:after,.liveDashboard .list-results thead .sub-header .w-form label.positive:after,.liveDashboard .list-results thead .sub-header .w-double-list label.positive:after,.sub-header .w-form .liveDashboard .list-results thead label.positive:after,.sub-header .w-double-list .liveDashboard .list-results thead label.positive:after,.liveDashboard .list-results thead .block-filters button.positive:after,.block-filters .liveDashboard .list-results thead button.positive:after,.liveDashboard .list-results thead .block-filters select.positive:after,.block-filters .liveDashboard .list-results thead select.positive:after,.liveDashboard .list-results thead .form-auto-list .positive.form-auto-item.is-user-is-inactive:after,.form-auto-list .liveDashboard .list-results thead .positive.form-auto-item.is-user-is-inactive:after,.liveDashboard .list-results thead .form-auto-list .positive.form-auto-item.is-user-is-active:after,.form-auto-list .liveDashboard .list-results thead .positive.form-auto-item.is-user-is-active:after,.liveDashboard .list-results thead .list-results-header .status.title span.positive:after,.list-results-header .status.title .liveDashboard .list-results thead span.positive:after,.liveDashboard .list-results thead tr span.positive:after,.liveDashboard ._account_api .list-results thead .positive.icon:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .positive.dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .positive.dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-toast .positive.toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .positive.toast.plus:after,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label.positive:after,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label.positive:after,.liveDashboard ._account_api .list-results thead tbody span.positive.status:after,.liveDashboard ._account_api .list-results tbody thead span.positive.status:after,.liveDashboard ._account_api .list-results thead tbody td.is-running span.positive:after,.liveDashboard ._account_api .list-results tbody td.is-running thead span.positive:after,.liveDashboard ._account_api .list-results thead tbody td.is-pending span.positive:after,.liveDashboard ._account_api .list-results tbody td.is-pending thead span.positive:after,._account_api .liveDashboard .list-results thead .positive.icon:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .positive.dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .positive.dialog-aside:after,._account_api .liveDashboard .list-results thead .w-toast .positive.toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .positive.toast.plus:after,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.positive:after,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label.positive:after,._account_api .liveDashboard .list-results thead tbody span.positive.status:after,._account_api .liveDashboard .list-results tbody thead span.positive.status:after,._account_api .liveDashboard .list-results thead tbody td.is-running span.positive:after,._account_api .liveDashboard .list-results tbody td.is-running thead span.positive:after,._account_api .liveDashboard .list-results thead tbody td.is-pending span.positive:after,._account_api .liveDashboard .list-results tbody td.is-pending thead span.positive:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .positive.dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .positive.dropdown-toggle:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .positive.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .positive.dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .positive.filter:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .positive.filter:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .positive.filter:after,.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .positive.filter:after,.liveDashboard ._account_api .list-results thead .form-label.status span.positive:after,.liveDashboard ._account_api .list-results thead .status.status-log span.positive:after,.liveDashboard ._account_api .list-results thead .status.status-report-item span.positive:after,.liveDashboard ._account_api .list-results thead .double-list dd.status span.positive:after,.double-list .liveDashboard ._account_api .list-results thead dd.status span.positive:after,.liveDashboard ._account_api .list-results thead .double-list dt.status span.positive:after,.double-list .liveDashboard ._account_api .list-results thead dt.status span.positive:after,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span.positive:after,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title span.positive:after,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.positive:after,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label span.positive:after,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span.positive:after,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span.positive:after,._account_api .liveDashboard .list-results thead .form-label.status span.positive:after,._account_api .liveDashboard .list-results thead .status.status-log span.positive:after,._account_api .liveDashboard .list-results thead .status.status-report-item span.positive:after,._account_api .liveDashboard .list-results thead .double-list dd.status span.positive:after,.double-list ._account_api .liveDashboard .list-results thead dd.status span.positive:after,._account_api .liveDashboard .list-results thead .double-list dt.status span.positive:after,.double-list ._account_api .liveDashboard .list-results thead dt.status span.positive:after,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span.positive:after,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title span.positive:after,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.positive:after,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label span.positive:after,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span.positive:after,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span.positive:after,.liveDashboard .form-label.status ._account_api .list-results thead span.positive:after,.liveDashboard .status.status-log ._account_api .list-results thead span.positive:after,.liveDashboard .status.status-report-item ._account_api .list-results thead span.positive:after,.liveDashboard .double-list dd.status ._account_api .list-results thead span.positive:after,.double-list .liveDashboard dd.status ._account_api .list-results thead span.positive:after,.liveDashboard .double-list dt.status ._account_api .list-results thead span.positive:after,.double-list .liveDashboard dt.status ._account_api .list-results thead span.positive:after,.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span.positive:after,.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead span.positive:after,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.positive:after,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead span.positive:after,.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span.positive:after,.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead span.positive:after,.form-label.status ._account_api .liveDashboard .list-results thead span.positive:after,.status.status-log ._account_api .liveDashboard .list-results thead span.positive:after,.status.status-report-item ._account_api .liveDashboard .list-results thead span.positive:after,.double-list dd.status ._account_api .liveDashboard .list-results thead span.positive:after,.double-list dt.status ._account_api .liveDashboard .list-results thead span.positive:after,.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead span.positive:after,.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead span.positive:after,.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead span.positive:after,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span.positive:after,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span.positive:after,.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span.positive:after,.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead span.positive:after,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span.positive:after,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.positive:after,.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span.positive:after,.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead span.positive:after,.liveDashboard ._account_api .list-results thead .sub-header .w-form label.positive:after,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list label.positive:after,._account_api .liveDashboard .list-results thead .sub-header .w-form label.positive:after,._account_api .liveDashboard .list-results thead .sub-header .w-double-list label.positive:after,.liveDashboard .sub-header .w-form ._account_api .list-results thead label.positive:after,.liveDashboard .sub-header .w-double-list ._account_api .list-results thead label.positive:after,.sub-header .w-form ._account_api .liveDashboard .list-results thead label.positive:after,.sub-header .w-double-list ._account_api .liveDashboard .list-results thead label.positive:after,.liveDashboard ._account_api .list-results thead .block-filters button.positive:after,._account_api .liveDashboard .list-results thead .block-filters button.positive:after,.liveDashboard .block-filters ._account_api .list-results thead button.positive:after,.block-filters ._account_api .liveDashboard .list-results thead button.positive:after,.liveDashboard ._account_api .list-results thead .block-filters select.positive:after,._account_api .liveDashboard .list-results thead .block-filters select.positive:after,.liveDashboard .block-filters ._account_api .list-results thead select.positive:after,.block-filters ._account_api .liveDashboard .list-results thead select.positive:after,.liveDashboard ._account_api .list-results thead .form-auto-list .positive.form-auto-item.is-user-is-inactive:after,._account_api .liveDashboard .list-results thead .form-auto-list .positive.form-auto-item.is-user-is-inactive:after,.liveDashboard .form-auto-list ._account_api .list-results thead .positive.form-auto-item.is-user-is-inactive:after,.form-auto-list ._account_api .liveDashboard .list-results thead .positive.form-auto-item.is-user-is-inactive:after,.liveDashboard ._account_api .list-results thead .form-auto-list .positive.form-auto-item.is-user-is-active:after,._account_api .liveDashboard .list-results thead .form-auto-list .positive.form-auto-item.is-user-is-active:after,.liveDashboard .form-auto-list ._account_api .list-results thead .positive.form-auto-item.is-user-is-active:after,.form-auto-list ._account_api .liveDashboard .list-results thead .positive.form-auto-item.is-user-is-active:after,.liveDashboard ._account_api .list-results thead .list-results-header .status.title span.positive:after,._account_api .liveDashboard .list-results thead .list-results-header .status.title span.positive:after,.liveDashboard .list-results-header .status.title ._account_api .list-results thead span.positive:after,.list-results-header .status.title ._account_api .liveDashboard .list-results thead span.positive:after,.liveDashboard ._account_api .list-results thead tr span.positive:after,._account_api .liveDashboard .list-results thead tr span.positive:after,.liveDashboard ._account_api .list-results thead .positive.icon:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .positive.dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .positive.dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-toast .positive.toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .positive.toast.plus:after,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label.positive:after,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label.positive:after,.liveDashboard ._account_api .list-results thead tbody span.positive.status:after,.liveDashboard ._account_api .list-results tbody thead span.positive.status:after,.liveDashboard ._account_api .list-results thead tbody td.is-running span.positive:after,.liveDashboard ._account_api .list-results tbody td.is-running thead span.positive:after,.liveDashboard ._account_api .list-results thead tbody td.is-pending span.positive:after,.liveDashboard ._account_api .list-results tbody td.is-pending thead span.positive:after,._account_api .liveDashboard .list-results thead .positive.icon:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .positive.dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .positive.dialog-aside:after,._account_api .liveDashboard .list-results thead .w-toast .positive.toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .positive.toast.plus:after,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.positive:after,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label.positive:after,._account_api .liveDashboard .list-results thead tbody span.positive.status:after,._account_api .liveDashboard .list-results tbody thead span.positive.status:after,._account_api .liveDashboard .list-results thead tbody td.is-running span.positive:after,._account_api .liveDashboard .list-results tbody td.is-running thead span.positive:after,._account_api .liveDashboard .list-results thead tbody td.is-pending span.positive:after,._account_api .liveDashboard .list-results tbody td.is-pending thead span.positive:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .positive.dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .positive.dropdown-toggle:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .positive.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .positive.dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .positive.filter:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .positive.filter:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .positive.filter:after,.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .positive.filter:after,.liveDashboard ._account_api .list-results thead .form-label.status span.positive:after,.liveDashboard ._account_api .list-results thead .status.status-log span.positive:after,.liveDashboard ._account_api .list-results thead .status.status-report-item span.positive:after,.liveDashboard ._account_api .list-results thead .double-list dd.status span.positive:after,.double-list .liveDashboard ._account_api .list-results thead dd.status span.positive:after,.liveDashboard ._account_api .list-results thead .double-list dt.status span.positive:after,.double-list .liveDashboard ._account_api .list-results thead dt.status span.positive:after,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span.positive:after,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title span.positive:after,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.positive:after,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label span.positive:after,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span.positive:after,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span.positive:after,._account_api .liveDashboard .list-results thead .form-label.status span.positive:after,._account_api .liveDashboard .list-results thead .status.status-log span.positive:after,._account_api .liveDashboard .list-results thead .status.status-report-item span.positive:after,._account_api .liveDashboard .list-results thead .double-list dd.status span.positive:after,.double-list ._account_api .liveDashboard .list-results thead dd.status span.positive:after,._account_api .liveDashboard .list-results thead .double-list dt.status span.positive:after,.double-list ._account_api .liveDashboard .list-results thead dt.status span.positive:after,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span.positive:after,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title span.positive:after,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.positive:after,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label span.positive:after,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span.positive:after,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span.positive:after,.liveDashboard .form-label.status ._account_api .list-results thead span.positive:after,.liveDashboard .status.status-log ._account_api .list-results thead span.positive:after,.liveDashboard .status.status-report-item ._account_api .list-results thead span.positive:after,.liveDashboard .double-list dd.status ._account_api .list-results thead span.positive:after,.double-list .liveDashboard dd.status ._account_api .list-results thead span.positive:after,.liveDashboard .double-list dt.status ._account_api .list-results thead span.positive:after,.double-list .liveDashboard dt.status ._account_api .list-results thead span.positive:after,.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span.positive:after,.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead span.positive:after,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.positive:after,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead span.positive:after,.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span.positive:after,.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead span.positive:after,.form-label.status ._account_api .liveDashboard .list-results thead span.positive:after,.status.status-log ._account_api .liveDashboard .list-results thead span.positive:after,.status.status-report-item ._account_api .liveDashboard .list-results thead span.positive:after,.double-list dd.status ._account_api .liveDashboard .list-results thead span.positive:after,.double-list dt.status ._account_api .liveDashboard .list-results thead span.positive:after,.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead span.positive:after,.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead span.positive:after,.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead span.positive:after,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span.positive:after,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span.positive:after,.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span.positive:after,.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead span.positive:after,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span.positive:after,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.positive:after,.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span.positive:after,.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead span.positive:after,.liveDashboard ._account_api .list-results thead .sub-header .w-form label.positive:after,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list label.positive:after,._account_api .liveDashboard .list-results thead .sub-header .w-form label.positive:after,._account_api .liveDashboard .list-results thead .sub-header .w-double-list label.positive:after,.liveDashboard .sub-header .w-form ._account_api .list-results thead label.positive:after,.liveDashboard .sub-header .w-double-list ._account_api .list-results thead label.positive:after,.sub-header .w-form ._account_api .liveDashboard .list-results thead label.positive:after,.sub-header .w-double-list ._account_api .liveDashboard .list-results thead label.positive:after,.liveDashboard ._account_api .list-results thead .block-filters button.positive:after,._account_api .liveDashboard .list-results thead .block-filters button.positive:after,.liveDashboard .block-filters ._account_api .list-results thead button.positive:after,.block-filters ._account_api .liveDashboard .list-results thead button.positive:after,.liveDashboard ._account_api .list-results thead .block-filters select.positive:after,._account_api .liveDashboard .list-results thead .block-filters select.positive:after,.liveDashboard .block-filters ._account_api .list-results thead select.positive:after,.block-filters ._account_api .liveDashboard .list-results thead select.positive:after,.liveDashboard ._account_api .list-results thead .form-auto-list .positive.form-auto-item.is-user-is-inactive:after,._account_api .liveDashboard .list-results thead .form-auto-list .positive.form-auto-item.is-user-is-inactive:after,.liveDashboard .form-auto-list ._account_api .list-results thead .positive.form-auto-item.is-user-is-inactive:after,.form-auto-list ._account_api .liveDashboard .list-results thead .positive.form-auto-item.is-user-is-inactive:after,.liveDashboard ._account_api .list-results thead .form-auto-list .positive.form-auto-item.is-user-is-active:after,._account_api .liveDashboard .list-results thead .form-auto-list .positive.form-auto-item.is-user-is-active:after,.liveDashboard .form-auto-list ._account_api .list-results thead .positive.form-auto-item.is-user-is-active:after,.form-auto-list ._account_api .liveDashboard .list-results thead .positive.form-auto-item.is-user-is-active:after,.liveDashboard ._account_api .list-results thead .list-results-header .status.title span.positive:after,._account_api .liveDashboard .list-results thead .list-results-header .status.title span.positive:after,.liveDashboard .list-results-header .status.title ._account_api .list-results thead span.positive:after,.list-results-header .status.title ._account_api .liveDashboard .list-results thead span.positive:after,.liveDashboard ._account_api .list-results thead tr span.positive:after,._account_api .liveDashboard .list-results thead tr span.positive:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .positive.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .positive.dropdown-toggle:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .positive.filter:after,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .positive.filter:after,._account_api .form-label.status .liveDashboard .list-results thead span.positive:after,._account_api .status.status-log .liveDashboard .list-results thead span.positive:after,._account_api .status.status-report-item .liveDashboard .list-results thead span.positive:after,._account_api .double-list dd.status .liveDashboard .list-results thead span.positive:after,.double-list ._account_api dd.status .liveDashboard .list-results thead span.positive:after,._account_api .double-list dt.status .liveDashboard .list-results thead span.positive:after,.double-list ._account_api dt.status .liveDashboard .list-results thead span.positive:after,._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span.positive:after,.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead span.positive:after,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.positive:after,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead span.positive:after,._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.positive:after,.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead span.positive:after,.form-label.status .liveDashboard ._account_api .list-results thead span.positive:after,.status.status-log .liveDashboard ._account_api .list-results thead span.positive:after,.status.status-report-item .liveDashboard ._account_api .list-results thead span.positive:after,.double-list dd.status .liveDashboard ._account_api .list-results thead span.positive:after,.double-list dt.status .liveDashboard ._account_api .list-results thead span.positive:after,.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead span.positive:after,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead span.positive:after,.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead span.positive:after,._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span.positive:after,.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead span.positive:after,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.positive:after,.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead span.positive:after,._account_api .sub-header .w-form .liveDashboard .list-results thead label.positive:after,._account_api .sub-header .w-double-list .liveDashboard .list-results thead label.positive:after,.sub-header .w-form .liveDashboard ._account_api .list-results thead label.positive:after,.sub-header .w-double-list .liveDashboard ._account_api .list-results thead label.positive:after,._account_api .block-filters .liveDashboard .list-results thead button.positive:after,.block-filters .liveDashboard ._account_api .list-results thead button.positive:after,._account_api .block-filters .liveDashboard .list-results thead select.positive:after,.block-filters .liveDashboard ._account_api .list-results thead select.positive:after,._account_api .form-auto-list .liveDashboard .list-results thead .positive.form-auto-item.is-user-is-inactive:after,.form-auto-list .liveDashboard ._account_api .list-results thead .positive.form-auto-item.is-user-is-inactive:after,._account_api .form-auto-list .liveDashboard .list-results thead .positive.form-auto-item.is-user-is-active:after,.form-auto-list .liveDashboard ._account_api .list-results thead .positive.form-auto-item.is-user-is-active:after,._account_api .list-results-header .status.title .liveDashboard .list-results thead span.positive:after,.list-results-header .status.title .liveDashboard ._account_api .list-results thead span.positive:after,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .positive.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .positive.dropdown-toggle:after,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .positive.filter:after,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .positive.filter:after,.liveDashboard .list-results thead .form-label.status span.positive:after,.liveDashboard .list-results thead .status.status-log span.positive:after,.liveDashboard .list-results thead .status.status-report-item span.positive:after,.liveDashboard .list-results thead .double-list dd.status span.positive:after,.double-list .liveDashboard .list-results thead dd.status span.positive:after,.liveDashboard .list-results thead .double-list dt.status span.positive:after,.double-list .liveDashboard .list-results thead dt.status span.positive:after,.liveDashboard .list-results thead .w-cards-container .w-card .status.title span.positive:after,.w-cards-container .w-card .liveDashboard .list-results thead .status.title span.positive:after,.liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.positive:after,.w-cards-container .w-card.centered .w-value .liveDashboard .list-results thead .status.label span.positive:after,.liveDashboard .list-results thead tbody tr.sublist .status.title span.positive:after,.liveDashboard .list-results tbody tr.sublist thead .status.title span.positive:after,.form-label.status .liveDashboard .list-results thead span.positive:after,.status.status-log .liveDashboard .list-results thead span.positive:after,.status.status-report-item .liveDashboard .list-results thead span.positive:after,.double-list dd.status .liveDashboard .list-results thead span.positive:after,.double-list dt.status .liveDashboard .list-results thead span.positive:after,.w-cards-container .w-card .status.title .liveDashboard .list-results thead span.positive:after,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.positive:after,.list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.positive:after,.liveDashboard .list-results thead .w-filters-selected label.status.small span.positive:after,.w-filters-selected label.status.small .liveDashboard .list-results thead span.positive:after,.liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.positive:after,.w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.positive:after,.liveDashboard .list-results thead .sub-header .w-form label.positive:after,.liveDashboard .list-results thead .sub-header .w-double-list label.positive:after,.sub-header .w-form .liveDashboard .list-results thead label.positive:after,.sub-header .w-double-list .liveDashboard .list-results thead label.positive:after,.liveDashboard .list-results thead .block-filters button.positive:after,.block-filters .liveDashboard .list-results thead button.positive:after,.liveDashboard .list-results thead .block-filters select.positive:after,.block-filters .liveDashboard .list-results thead select.positive:after,.liveDashboard .list-results thead .form-auto-list .positive.form-auto-item.is-user-is-inactive:after,.form-auto-list .liveDashboard .list-results thead .positive.form-auto-item.is-user-is-inactive:after,.liveDashboard .list-results thead .form-auto-list .positive.form-auto-item.is-user-is-active:after,.form-auto-list .liveDashboard .list-results thead .positive.form-auto-item.is-user-is-active:after,.liveDashboard .list-results thead .list-results-header .status.title span.positive:after,.list-results-header .status.title .liveDashboard .list-results thead span.positive:after,.liveDashboard .list-results thead tr span.positive:after,._account_api .list-results thead .positive.icon:after,._account_api .list-results thead .w-dialog.plus .positive.dialog-aside:after,.w-dialog.plus ._account_api .list-results thead .positive.dialog-aside:after,._account_api .list-results thead .w-toast .positive.toast.plus:after,.w-toast ._account_api .list-results thead .positive.toast.plus:after,._account_api .list-results thead .toggleWrapper input.mobileToggle+label.positive:after,.toggleWrapper ._account_api .list-results thead input.mobileToggle+label.positive:after,._account_api .list-results thead tbody span.positive.status:after,._account_api .list-results tbody thead span.positive.status:after,._account_api .list-results thead tbody td.is-running span.positive:after,._account_api .list-results tbody td.is-running thead span.positive:after,._account_api .list-results thead tbody td.is-pending span.positive:after,._account_api .list-results tbody td.is-pending thead span.positive:after,._account_api .liveDashboard .list-results thead .positive.icon:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .positive.dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .positive.dialog-aside:after,._account_api .liveDashboard .list-results thead .w-toast .positive.toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .positive.toast.plus:after,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.positive:after,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label.positive:after,._account_api .liveDashboard .list-results thead tbody span.positive.status:after,._account_api .liveDashboard .list-results tbody thead span.positive.status:after,._account_api .liveDashboard .list-results thead tbody td.is-running span.positive:after,._account_api .liveDashboard .list-results tbody td.is-running thead span.positive:after,._account_api .liveDashboard .list-results thead tbody td.is-pending span.positive:after,._account_api .liveDashboard .list-results tbody td.is-pending thead span.positive:after,.liveDashboard ._account_api .list-results thead .positive.icon:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .positive.dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .positive.dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-toast .positive.toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .positive.toast.plus:after,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label.positive:after,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label.positive:after,.liveDashboard ._account_api .list-results thead tbody span.positive.status:after,.liveDashboard ._account_api .list-results tbody thead span.positive.status:after,.liveDashboard ._account_api .list-results thead tbody td.is-running span.positive:after,.liveDashboard ._account_api .list-results tbody td.is-running thead span.positive:after,.liveDashboard ._account_api .list-results thead tbody td.is-pending span.positive:after,.liveDashboard ._account_api .list-results tbody td.is-pending thead span.positive:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .positive.dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .positive.dropdown-toggle:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .positive.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .positive.dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .positive.filter:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .positive.filter:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .positive.filter:after,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .positive.filter:after,._account_api .liveDashboard .list-results thead .form-label.status span.positive:after,._account_api .liveDashboard .list-results thead .status.status-log span.positive:after,._account_api .liveDashboard .list-results thead .status.status-report-item span.positive:after,._account_api .liveDashboard .list-results thead .double-list dd.status span.positive:after,.double-list ._account_api .liveDashboard .list-results thead dd.status span.positive:after,._account_api .liveDashboard .list-results thead .double-list dt.status span.positive:after,.double-list ._account_api .liveDashboard .list-results thead dt.status span.positive:after,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span.positive:after,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title span.positive:after,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.positive:after,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label span.positive:after,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span.positive:after,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span.positive:after,.liveDashboard ._account_api .list-results thead .form-label.status span.positive:after,.liveDashboard ._account_api .list-results thead .status.status-log span.positive:after,.liveDashboard ._account_api .list-results thead .status.status-report-item span.positive:after,.liveDashboard ._account_api .list-results thead .double-list dd.status span.positive:after,.double-list .liveDashboard ._account_api .list-results thead dd.status span.positive:after,.liveDashboard ._account_api .list-results thead .double-list dt.status span.positive:after,.double-list .liveDashboard ._account_api .list-results thead dt.status span.positive:after,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span.positive:after,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title span.positive:after,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.positive:after,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label span.positive:after,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span.positive:after,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span.positive:after,._account_api .form-label.status .liveDashboard .list-results thead span.positive:after,._account_api .status.status-log .liveDashboard .list-results thead span.positive:after,._account_api .status.status-report-item .liveDashboard .list-results thead span.positive:after,._account_api .double-list dd.status .liveDashboard .list-results thead span.positive:after,.double-list ._account_api dd.status .liveDashboard .list-results thead span.positive:after,._account_api .double-list dt.status .liveDashboard .list-results thead span.positive:after,.double-list ._account_api dt.status .liveDashboard .list-results thead span.positive:after,._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span.positive:after,.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead span.positive:after,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.positive:after,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead span.positive:after,._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.positive:after,.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead span.positive:after,.form-label.status .liveDashboard ._account_api .list-results thead span.positive:after,.status.status-log .liveDashboard ._account_api .list-results thead span.positive:after,.status.status-report-item .liveDashboard ._account_api .list-results thead span.positive:after,.double-list dd.status .liveDashboard ._account_api .list-results thead span.positive:after,.double-list dt.status .liveDashboard ._account_api .list-results thead span.positive:after,.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead span.positive:after,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead span.positive:after,.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead span.positive:after,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span.positive:after,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span.positive:after,._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span.positive:after,.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead span.positive:after,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.positive:after,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span.positive:after,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.positive:after,.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead span.positive:after,._account_api .liveDashboard .list-results thead .sub-header .w-form label.positive:after,._account_api .liveDashboard .list-results thead .sub-header .w-double-list label.positive:after,.liveDashboard ._account_api .list-results thead .sub-header .w-form label.positive:after,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list label.positive:after,._account_api .sub-header .w-form .liveDashboard .list-results thead label.positive:after,._account_api .sub-header .w-double-list .liveDashboard .list-results thead label.positive:after,.sub-header .w-form .liveDashboard ._account_api .list-results thead label.positive:after,.sub-header .w-double-list .liveDashboard ._account_api .list-results thead label.positive:after,._account_api .liveDashboard .list-results thead .block-filters button.positive:after,.liveDashboard ._account_api .list-results thead .block-filters button.positive:after,._account_api .block-filters .liveDashboard .list-results thead button.positive:after,.block-filters .liveDashboard ._account_api .list-results thead button.positive:after,._account_api .liveDashboard .list-results thead .block-filters select.positive:after,.liveDashboard ._account_api .list-results thead .block-filters select.positive:after,._account_api .block-filters .liveDashboard .list-results thead select.positive:after,.block-filters .liveDashboard ._account_api .list-results thead select.positive:after,._account_api .liveDashboard .list-results thead .form-auto-list .positive.form-auto-item.is-user-is-inactive:after,.liveDashboard ._account_api .list-results thead .form-auto-list .positive.form-auto-item.is-user-is-inactive:after,._account_api .form-auto-list .liveDashboard .list-results thead .positive.form-auto-item.is-user-is-inactive:after,.form-auto-list .liveDashboard ._account_api .list-results thead .positive.form-auto-item.is-user-is-inactive:after,._account_api .liveDashboard .list-results thead .form-auto-list .positive.form-auto-item.is-user-is-active:after,.liveDashboard ._account_api .list-results thead .form-auto-list .positive.form-auto-item.is-user-is-active:after,._account_api .form-auto-list .liveDashboard .list-results thead .positive.form-auto-item.is-user-is-active:after,.form-auto-list .liveDashboard ._account_api .list-results thead .positive.form-auto-item.is-user-is-active:after,._account_api .liveDashboard .list-results thead .list-results-header .status.title span.positive:after,.liveDashboard ._account_api .list-results thead .list-results-header .status.title span.positive:after,._account_api .list-results-header .status.title .liveDashboard .list-results thead span.positive:after,.list-results-header .status.title .liveDashboard ._account_api .list-results thead span.positive:after,._account_api .liveDashboard .list-results thead tr span.positive:after,.liveDashboard ._account_api .list-results thead tr span.positive:after,._account_api .list-results thead .positive.icon:after,._account_api .list-results thead .w-dialog.plus .positive.dialog-aside:after,.w-dialog.plus ._account_api .list-results thead .positive.dialog-aside:after,._account_api .list-results thead .w-toast .positive.toast.plus:after,.w-toast ._account_api .list-results thead .positive.toast.plus:after,._account_api .list-results thead .toggleWrapper input.mobileToggle+label.positive:after,.toggleWrapper ._account_api .list-results thead input.mobileToggle+label.positive:after,._account_api .list-results thead tbody span.positive.status:after,._account_api .list-results tbody thead span.positive.status:after,._account_api .list-results thead tbody td.is-running span.positive:after,._account_api .list-results tbody td.is-running thead span.positive:after,._account_api .list-results thead tbody td.is-pending span.positive:after,._account_api .list-results tbody td.is-pending thead span.positive:after,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .positive.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .positive.dropdown-toggle:after,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .positive.filter:after,.w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .positive.filter:after,._account_api .list-results thead .form-label.status span.positive:after,._account_api .list-results thead .status.status-log span.positive:after,._account_api .list-results thead .status.status-report-item span.positive:after,._account_api .list-results thead .double-list dd.status span.positive:after,.double-list ._account_api .list-results thead dd.status span.positive:after,._account_api .list-results thead .double-list dt.status span.positive:after,.double-list ._account_api .list-results thead dt.status span.positive:after,._account_api .list-results thead .w-cards-container .w-card .status.title span.positive:after,.w-cards-container .w-card ._account_api .list-results thead .status.title span.positive:after,._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.positive:after,.w-cards-container .w-card.centered .w-value ._account_api .list-results thead .status.label span.positive:after,._account_api .list-results thead tbody tr.sublist .status.title span.positive:after,._account_api .list-results tbody tr.sublist thead .status.title span.positive:after,.form-label.status ._account_api .list-results thead span.positive:after,.status.status-log ._account_api .list-results thead span.positive:after,.status.status-report-item ._account_api .list-results thead span.positive:after,.double-list dd.status ._account_api .list-results thead span.positive:after,.double-list dt.status ._account_api .list-results thead span.positive:after,.w-cards-container .w-card .status.title ._account_api .list-results thead span.positive:after,.w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.positive:after,.list-results tbody tr.sublist .status.title ._account_api .list-results thead span.positive:after,._account_api .list-results thead .w-filters-selected label.status.small span.positive:after,.w-filters-selected label.status.small ._account_api .list-results thead span.positive:after,._account_api .list-results thead .w-filters-selected .status.btn-f-s span.positive:after,.w-filters-selected .status.btn-f-s ._account_api .list-results thead span.positive:after,._account_api .list-results thead .sub-header .w-form label.positive:after,._account_api .list-results thead .sub-header .w-double-list label.positive:after,.sub-header .w-form ._account_api .list-results thead label.positive:after,.sub-header .w-double-list ._account_api .list-results thead label.positive:after,._account_api .list-results thead .block-filters button.positive:after,.block-filters ._account_api .list-results thead button.positive:after,._account_api .list-results thead .block-filters select.positive:after,.block-filters ._account_api .list-results thead select.positive:after,._account_api .list-results thead .form-auto-list .positive.form-auto-item.is-user-is-inactive:after,.form-auto-list ._account_api .list-results thead .positive.form-auto-item.is-user-is-inactive:after,._account_api .list-results thead .form-auto-list .positive.form-auto-item.is-user-is-active:after,.form-auto-list ._account_api .list-results thead .positive.form-auto-item.is-user-is-active:after,._account_api .list-results thead .list-results-header .status.title span.positive:after,.list-results-header .status.title ._account_api .list-results thead span.positive:after,._account_api .list-results thead tr span.positive:after,.liveDashboard ._account_api .list-results thead .positive.icon:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .positive.dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .positive.dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-toast .positive.toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .positive.toast.plus:after,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label.positive:after,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label.positive:after,.liveDashboard ._account_api .list-results thead tbody span.positive.status:after,.liveDashboard ._account_api .list-results tbody thead span.positive.status:after,.liveDashboard ._account_api .list-results thead tbody td.is-running span.positive:after,.liveDashboard ._account_api .list-results tbody td.is-running thead span.positive:after,.liveDashboard ._account_api .list-results thead tbody td.is-pending span.positive:after,.liveDashboard ._account_api .list-results tbody td.is-pending thead span.positive:after,._account_api .liveDashboard .list-results thead .positive.icon:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .positive.dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .positive.dialog-aside:after,._account_api .liveDashboard .list-results thead .w-toast .positive.toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .positive.toast.plus:after,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.positive:after,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label.positive:after,._account_api .liveDashboard .list-results thead tbody span.positive.status:after,._account_api .liveDashboard .list-results tbody thead span.positive.status:after,._account_api .liveDashboard .list-results thead tbody td.is-running span.positive:after,._account_api .liveDashboard .list-results tbody td.is-running thead span.positive:after,._account_api .liveDashboard .list-results thead tbody td.is-pending span.positive:after,._account_api .liveDashboard .list-results tbody td.is-pending thead span.positive:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .positive.dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .positive.dropdown-toggle:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .positive.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .positive.dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .positive.filter:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .positive.filter:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .positive.filter:after,.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .positive.filter:after,.liveDashboard ._account_api .list-results thead .form-label.status span.positive:after,.liveDashboard ._account_api .list-results thead .status.status-log span.positive:after,.liveDashboard ._account_api .list-results thead .status.status-report-item span.positive:after,.liveDashboard ._account_api .list-results thead .double-list dd.status span.positive:after,.double-list .liveDashboard ._account_api .list-results thead dd.status span.positive:after,.liveDashboard ._account_api .list-results thead .double-list dt.status span.positive:after,.double-list .liveDashboard ._account_api .list-results thead dt.status span.positive:after,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span.positive:after,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title span.positive:after,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.positive:after,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label span.positive:after,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span.positive:after,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span.positive:after,._account_api .liveDashboard .list-results thead .form-label.status span.positive:after,._account_api .liveDashboard .list-results thead .status.status-log span.positive:after,._account_api .liveDashboard .list-results thead .status.status-report-item span.positive:after,._account_api .liveDashboard .list-results thead .double-list dd.status span.positive:after,.double-list ._account_api .liveDashboard .list-results thead dd.status span.positive:after,._account_api .liveDashboard .list-results thead .double-list dt.status span.positive:after,.double-list ._account_api .liveDashboard .list-results thead dt.status span.positive:after,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span.positive:after,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title span.positive:after,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.positive:after,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label span.positive:after,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span.positive:after,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span.positive:after,.liveDashboard .form-label.status ._account_api .list-results thead span.positive:after,.liveDashboard .status.status-log ._account_api .list-results thead span.positive:after,.liveDashboard .status.status-report-item ._account_api .list-results thead span.positive:after,.liveDashboard .double-list dd.status ._account_api .list-results thead span.positive:after,.double-list .liveDashboard dd.status ._account_api .list-results thead span.positive:after,.liveDashboard .double-list dt.status ._account_api .list-results thead span.positive:after,.double-list .liveDashboard dt.status ._account_api .list-results thead span.positive:after,.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span.positive:after,.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead span.positive:after,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.positive:after,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead span.positive:after,.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span.positive:after,.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead span.positive:after,.form-label.status ._account_api .liveDashboard .list-results thead span.positive:after,.status.status-log ._account_api .liveDashboard .list-results thead span.positive:after,.status.status-report-item ._account_api .liveDashboard .list-results thead span.positive:after,.double-list dd.status ._account_api .liveDashboard .list-results thead span.positive:after,.double-list dt.status ._account_api .liveDashboard .list-results thead span.positive:after,.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead span.positive:after,.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead span.positive:after,.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead span.positive:after,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span.positive:after,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span.positive:after,.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span.positive:after,.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead span.positive:after,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span.positive:after,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.positive:after,.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span.positive:after,.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead span.positive:after,.liveDashboard ._account_api .list-results thead .sub-header .w-form label.positive:after,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list label.positive:after,._account_api .liveDashboard .list-results thead .sub-header .w-form label.positive:after,._account_api .liveDashboard .list-results thead .sub-header .w-double-list label.positive:after,.liveDashboard .sub-header .w-form ._account_api .list-results thead label.positive:after,.liveDashboard .sub-header .w-double-list ._account_api .list-results thead label.positive:after,.sub-header .w-form ._account_api .liveDashboard .list-results thead label.positive:after,.sub-header .w-double-list ._account_api .liveDashboard .list-results thead label.positive:after,.liveDashboard ._account_api .list-results thead .block-filters button.positive:after,._account_api .liveDashboard .list-results thead .block-filters button.positive:after,.liveDashboard .block-filters ._account_api .list-results thead button.positive:after,.block-filters ._account_api .liveDashboard .list-results thead button.positive:after,.liveDashboard ._account_api .list-results thead .block-filters select.positive:after,._account_api .liveDashboard .list-results thead .block-filters select.positive:after,.liveDashboard .block-filters ._account_api .list-results thead select.positive:after,.block-filters ._account_api .liveDashboard .list-results thead select.positive:after,.liveDashboard ._account_api .list-results thead .form-auto-list .positive.form-auto-item.is-user-is-inactive:after,._account_api .liveDashboard .list-results thead .form-auto-list .positive.form-auto-item.is-user-is-inactive:after,.liveDashboard .form-auto-list ._account_api .list-results thead .positive.form-auto-item.is-user-is-inactive:after,.form-auto-list ._account_api .liveDashboard .list-results thead .positive.form-auto-item.is-user-is-inactive:after,.liveDashboard ._account_api .list-results thead .form-auto-list .positive.form-auto-item.is-user-is-active:after,._account_api .liveDashboard .list-results thead .form-auto-list .positive.form-auto-item.is-user-is-active:after,.liveDashboard .form-auto-list ._account_api .list-results thead .positive.form-auto-item.is-user-is-active:after,.form-auto-list ._account_api .liveDashboard .list-results thead .positive.form-auto-item.is-user-is-active:after,.liveDashboard ._account_api .list-results thead .list-results-header .status.title span.positive:after,._account_api .liveDashboard .list-results thead .list-results-header .status.title span.positive:after,.liveDashboard .list-results-header .status.title ._account_api .list-results thead span.positive:after,.list-results-header .status.title ._account_api .liveDashboard .list-results thead span.positive:after,.liveDashboard ._account_api .list-results thead tr span.positive:after,._account_api .liveDashboard .list-results thead tr span.positive:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .positive.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .positive.dropdown-toggle:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .positive.filter:after,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .positive.filter:after,._account_api .form-label.status .liveDashboard .list-results thead span.positive:after,._account_api .status.status-log .liveDashboard .list-results thead span.positive:after,._account_api .status.status-report-item .liveDashboard .list-results thead span.positive:after,._account_api .double-list dd.status .liveDashboard .list-results thead span.positive:after,.double-list ._account_api dd.status .liveDashboard .list-results thead span.positive:after,._account_api .double-list dt.status .liveDashboard .list-results thead span.positive:after,.double-list ._account_api dt.status .liveDashboard .list-results thead span.positive:after,._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span.positive:after,.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead span.positive:after,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.positive:after,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead span.positive:after,._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.positive:after,.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead span.positive:after,.form-label.status .liveDashboard ._account_api .list-results thead span.positive:after,.status.status-log .liveDashboard ._account_api .list-results thead span.positive:after,.status.status-report-item .liveDashboard ._account_api .list-results thead span.positive:after,.double-list dd.status .liveDashboard ._account_api .list-results thead span.positive:after,.double-list dt.status .liveDashboard ._account_api .list-results thead span.positive:after,.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead span.positive:after,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead span.positive:after,.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead span.positive:after,._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span.positive:after,.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead span.positive:after,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.positive:after,.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead span.positive:after,._account_api .sub-header .w-form .liveDashboard .list-results thead label.positive:after,._account_api .sub-header .w-double-list .liveDashboard .list-results thead label.positive:after,.sub-header .w-form .liveDashboard ._account_api .list-results thead label.positive:after,.sub-header .w-double-list .liveDashboard ._account_api .list-results thead label.positive:after,._account_api .block-filters .liveDashboard .list-results thead button.positive:after,.block-filters .liveDashboard ._account_api .list-results thead button.positive:after,._account_api .block-filters .liveDashboard .list-results thead select.positive:after,.block-filters .liveDashboard ._account_api .list-results thead select.positive:after,._account_api .form-auto-list .liveDashboard .list-results thead .positive.form-auto-item.is-user-is-inactive:after,.form-auto-list .liveDashboard ._account_api .list-results thead .positive.form-auto-item.is-user-is-inactive:after,._account_api .form-auto-list .liveDashboard .list-results thead .positive.form-auto-item.is-user-is-active:after,.form-auto-list .liveDashboard ._account_api .list-results thead .positive.form-auto-item.is-user-is-active:after,._account_api .list-results-header .status.title .liveDashboard .list-results thead span.positive:after,.list-results-header .status.title .liveDashboard ._account_api .list-results thead span.positive:after,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .positive.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .positive.dropdown-toggle:after,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .positive.filter:after,.w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .positive.filter:after,._account_api .list-results thead .form-label.status span.positive:after,._account_api .list-results thead .status.status-log span.positive:after,._account_api .list-results thead .status.status-report-item span.positive:after,._account_api .list-results thead .double-list dd.status span.positive:after,.double-list ._account_api .list-results thead dd.status span.positive:after,._account_api .list-results thead .double-list dt.status span.positive:after,.double-list ._account_api .list-results thead dt.status span.positive:after,._account_api .list-results thead .w-cards-container .w-card .status.title span.positive:after,.w-cards-container .w-card ._account_api .list-results thead .status.title span.positive:after,._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.positive:after,.w-cards-container .w-card.centered .w-value ._account_api .list-results thead .status.label span.positive:after,._account_api .list-results thead tbody tr.sublist .status.title span.positive:after,._account_api .list-results tbody tr.sublist thead .status.title span.positive:after,.form-label.status ._account_api .list-results thead span.positive:after,.status.status-log ._account_api .list-results thead span.positive:after,.status.status-report-item ._account_api .list-results thead span.positive:after,.double-list dd.status ._account_api .list-results thead span.positive:after,.double-list dt.status ._account_api .list-results thead span.positive:after,.w-cards-container .w-card .status.title ._account_api .list-results thead span.positive:after,.w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.positive:after,.list-results tbody tr.sublist .status.title ._account_api .list-results thead span.positive:after,._account_api .list-results thead .w-filters-selected label.status.small span.positive:after,.w-filters-selected label.status.small ._account_api .list-results thead span.positive:after,._account_api .list-results thead .w-filters-selected .status.btn-f-s span.positive:after,.w-filters-selected .status.btn-f-s ._account_api .list-results thead span.positive:after,._account_api .list-results thead .sub-header .w-form label.positive:after,._account_api .list-results thead .sub-header .w-double-list label.positive:after,.sub-header .w-form ._account_api .list-results thead label.positive:after,.sub-header .w-double-list ._account_api .list-results thead label.positive:after,._account_api .list-results thead .block-filters button.positive:after,.block-filters ._account_api .list-results thead button.positive:after,._account_api .list-results thead .block-filters select.positive:after,.block-filters ._account_api .list-results thead select.positive:after,._account_api .list-results thead .form-auto-list .positive.form-auto-item.is-user-is-inactive:after,.form-auto-list ._account_api .list-results thead .positive.form-auto-item.is-user-is-inactive:after,._account_api .list-results thead .form-auto-list .positive.form-auto-item.is-user-is-active:after,.form-auto-list ._account_api .list-results thead .positive.form-auto-item.is-user-is-active:after,._account_api .list-results thead .list-results-header .status.title span.positive:after,.list-results-header .status.title ._account_api .list-results thead span.positive:after,._account_api .list-results thead tr span.positive:after,.sidebar-default.sidebar-default-right .sidebar-default-body .filter-group .positive.filter-checkbox:after,.add-filters-dropdown .w-add-filters-list>div.filter-group .positive.filter-checkbox:after,.filter-preset .filter-field-name button.positive:after,.filter-preset .filter-field-name button.i-close:after,.btn.positive:after,.pagination a.positive:after,.goal-option .positive.expend-label:after{display:none}.button-default.negative,.liveDashboard .list-results thead .negative.icon,.liveDashboard .list-results thead .negative.w-alert-banner:before,.liveDashboard .list-results thead .negative.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .negative.w-alert-banner:before,._account_api .liveDashboard .list-results thead .negative.w-alert-banner:before,.liveDashboard .list-results thead .w-dialog.plus .negative.dialog-aside:after,.w-dialog.plus .liveDashboard .list-results thead .negative.dialog-aside:after,.liveDashboard .list-results thead .w-toast .negative.toast.plus:after,.w-toast .liveDashboard .list-results thead .negative.toast.plus:after,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .negative.btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .negative.btn-period-clear:before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .negative.btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .negative.btn-filter:before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .negative.btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .negative.btn-period-edit:before,.liveDashboard .list-results thead .block-filters .negative.btn-filter:before,.block-filters .liveDashboard .list-results thead .negative.btn-filter:before,.liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.negative,.toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label.negative,.liveDashboard .list-results thead tbody span.negative.status,.liveDashboard .list-results tbody thead span.negative.status,.liveDashboard .list-results thead tbody td.is-running span.negative,.liveDashboard .list-results tbody td.is-running thead span.negative,.liveDashboard .list-results thead tbody td.is-pending span.negative,.liveDashboard .list-results tbody td.is-pending thead span.negative,.liveDashboard .list-results thead .negative.icon,.liveDashboard .list-results thead .negative.w-alert-banner:before,.liveDashboard .list-results thead .negative.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .negative.w-alert-banner:before,._account_api .liveDashboard .list-results thead .negative.w-alert-banner:before,.liveDashboard .list-results thead .w-dialog.plus .negative.dialog-aside:after,.w-dialog.plus .liveDashboard .list-results thead .negative.dialog-aside:after,.liveDashboard .list-results thead .w-toast .negative.toast.plus:after,.w-toast .liveDashboard .list-results thead .negative.toast.plus:after,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .negative.btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .negative.btn-period-clear:before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .negative.btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .negative.btn-filter:before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .negative.btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .negative.btn-period-edit:before,.liveDashboard .list-results thead .block-filters .negative.btn-filter:before,.block-filters .liveDashboard .list-results thead .negative.btn-filter:before,.liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.negative,.toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label.negative,.liveDashboard .list-results thead tbody span.negative.status,.liveDashboard .list-results tbody thead span.negative.status,.liveDashboard .list-results thead tbody td.is-running span.negative,.liveDashboard .list-results tbody td.is-running thead span.negative,.liveDashboard .list-results thead tbody td.is-pending span.negative,.liveDashboard .list-results tbody td.is-pending thead span.negative,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .negative.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .negative.dropdown-toggle:after,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .negative.filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .negative.filter,.liveDashboard .list-results thead .form-label.status span.negative,.liveDashboard .list-results thead .status.status-log span.negative,.liveDashboard .list-results thead .status.status-report-item span.negative,.liveDashboard .list-results thead .double-list dd.status span.negative,.double-list .liveDashboard .list-results thead dd.status span.negative,.liveDashboard .list-results thead .double-list dt.status span.negative,.double-list .liveDashboard .list-results thead dt.status span.negative,.liveDashboard .list-results thead .w-cards-container .w-card .status.title span.negative,.w-cards-container .w-card .liveDashboard .list-results thead .status.title span.negative,.liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.negative,.w-cards-container .w-card.centered .w-value .liveDashboard .list-results thead .status.label span.negative,.liveDashboard .list-results thead tbody tr.sublist .status.title span.negative,.liveDashboard .list-results tbody tr.sublist thead .status.title span.negative,.form-label.status .liveDashboard .list-results thead span.negative,.status.status-log .liveDashboard .list-results thead span.negative,.status.status-report-item .liveDashboard .list-results thead span.negative,.double-list dd.status .liveDashboard .list-results thead span.negative,.double-list dt.status .liveDashboard .list-results thead span.negative,.w-cards-container .w-card .status.title .liveDashboard .list-results thead span.negative,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.negative,.list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.negative,.liveDashboard .list-results thead .w-filters-selected label.status.small span.negative,.w-filters-selected label.status.small .liveDashboard .list-results thead span.negative,.liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.negative,.w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.negative,.liveDashboard .list-results thead .sub-header .w-form label.negative,.liveDashboard .list-results thead .sub-header .w-double-list label.negative,.sub-header .w-form .liveDashboard .list-results thead label.negative,.sub-header .w-double-list .liveDashboard .list-results thead label.negative,.liveDashboard .list-results thead .block-filters button.negative:after,.block-filters .liveDashboard .list-results thead button.negative:after,.liveDashboard .list-results thead .block-filters select.negative:after,.block-filters .liveDashboard .list-results thead select.negative:after,.liveDashboard .list-results thead .form-auto-list .negative.form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard .list-results thead .negative.form-auto-item.is-user-is-inactive,.liveDashboard .list-results thead .form-auto-list .negative.form-auto-item.is-user-is-active,.form-auto-list .liveDashboard .list-results thead .negative.form-auto-item.is-user-is-active,.liveDashboard .list-results thead .list-results-header .status.title span.negative,.list-results-header .status.title .liveDashboard .list-results thead span.negative,.liveDashboard .list-results thead tr span.negative,.liveDashboard ._account_api .list-results thead .negative.icon,.liveDashboard ._account_api .list-results thead .negative.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .negative.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .negative.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-dialog.plus .negative.dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .negative.dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-toast .negative.toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .negative.toast.plus:after,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .negative.btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .negative.btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .negative.btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .negative.btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .negative.btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .negative.btn-period-edit:before,.liveDashboard ._account_api .list-results thead .block-filters .negative.btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .negative.btn-filter:before,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label.negative,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label.negative,.liveDashboard ._account_api .list-results thead tbody span.negative.status,.liveDashboard ._account_api .list-results tbody thead span.negative.status,.liveDashboard ._account_api .list-results thead tbody td.is-running span.negative,.liveDashboard ._account_api .list-results tbody td.is-running thead span.negative,.liveDashboard ._account_api .list-results thead tbody td.is-pending span.negative,.liveDashboard ._account_api .list-results tbody td.is-pending thead span.negative,._account_api .liveDashboard .list-results thead .negative.icon,._account_api .liveDashboard .list-results thead .negative.w-alert-banner:before,._account_api .liveDashboard .list-results thead .negative.w-alert-banner:before,._account_api .liveDashboard .list-results thead .negative.w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-dialog.plus .negative.dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .negative.dialog-aside:after,._account_api .liveDashboard .list-results thead .w-toast .negative.toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .negative.toast.plus:after,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .negative.btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .negative.btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .negative.btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .negative.btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .negative.btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .negative.btn-period-edit:before,._account_api .liveDashboard .list-results thead .block-filters .negative.btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .negative.btn-filter:before,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.negative,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label.negative,._account_api .liveDashboard .list-results thead tbody span.negative.status,._account_api .liveDashboard .list-results tbody thead span.negative.status,._account_api .liveDashboard .list-results thead tbody td.is-running span.negative,._account_api .liveDashboard .list-results tbody td.is-running thead span.negative,._account_api .liveDashboard .list-results thead tbody td.is-pending span.negative,._account_api .liveDashboard .list-results tbody td.is-pending thead span.negative,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .negative.dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .negative.dropdown-toggle:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .negative.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .negative.dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .negative.filter,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .negative.filter,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .negative.filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .negative.filter,.liveDashboard ._account_api .list-results thead .form-label.status span.negative,.liveDashboard ._account_api .list-results thead .status.status-log span.negative,.liveDashboard ._account_api .list-results thead .status.status-report-item span.negative,.liveDashboard ._account_api .list-results thead .double-list dd.status span.negative,.double-list .liveDashboard ._account_api .list-results thead dd.status span.negative,.liveDashboard ._account_api .list-results thead .double-list dt.status span.negative,.double-list .liveDashboard ._account_api .list-results thead dt.status span.negative,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span.negative,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title span.negative,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.negative,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label span.negative,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span.negative,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span.negative,._account_api .liveDashboard .list-results thead .form-label.status span.negative,._account_api .liveDashboard .list-results thead .status.status-log span.negative,._account_api .liveDashboard .list-results thead .status.status-report-item span.negative,._account_api .liveDashboard .list-results thead .double-list dd.status span.negative,.double-list ._account_api .liveDashboard .list-results thead dd.status span.negative,._account_api .liveDashboard .list-results thead .double-list dt.status span.negative,.double-list ._account_api .liveDashboard .list-results thead dt.status span.negative,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span.negative,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title span.negative,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.negative,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label span.negative,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span.negative,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span.negative,.liveDashboard .form-label.status ._account_api .list-results thead span.negative,.liveDashboard .status.status-log ._account_api .list-results thead span.negative,.liveDashboard .status.status-report-item ._account_api .list-results thead span.negative,.liveDashboard .double-list dd.status ._account_api .list-results thead span.negative,.double-list .liveDashboard dd.status ._account_api .list-results thead span.negative,.liveDashboard .double-list dt.status ._account_api .list-results thead span.negative,.double-list .liveDashboard dt.status ._account_api .list-results thead span.negative,.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span.negative,.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead span.negative,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.negative,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead span.negative,.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span.negative,.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead span.negative,.form-label.status ._account_api .liveDashboard .list-results thead span.negative,.status.status-log ._account_api .liveDashboard .list-results thead span.negative,.status.status-report-item ._account_api .liveDashboard .list-results thead span.negative,.double-list dd.status ._account_api .liveDashboard .list-results thead span.negative,.double-list dt.status ._account_api .liveDashboard .list-results thead span.negative,.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead span.negative,.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead span.negative,.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead span.negative,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span.negative,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span.negative,.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span.negative,.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead span.negative,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span.negative,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.negative,.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span.negative,.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead span.negative,.liveDashboard ._account_api .list-results thead .sub-header .w-form label.negative,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list label.negative,._account_api .liveDashboard .list-results thead .sub-header .w-form label.negative,._account_api .liveDashboard .list-results thead .sub-header .w-double-list label.negative,.liveDashboard .sub-header .w-form ._account_api .list-results thead label.negative,.liveDashboard .sub-header .w-double-list ._account_api .list-results thead label.negative,.sub-header .w-form ._account_api .liveDashboard .list-results thead label.negative,.sub-header .w-double-list ._account_api .liveDashboard .list-results thead label.negative,.liveDashboard ._account_api .list-results thead .block-filters button.negative:after,._account_api .liveDashboard .list-results thead .block-filters button.negative:after,.liveDashboard .block-filters ._account_api .list-results thead button.negative:after,.block-filters ._account_api .liveDashboard .list-results thead button.negative:after,.liveDashboard ._account_api .list-results thead .block-filters select.negative:after,._account_api .liveDashboard .list-results thead .block-filters select.negative:after,.liveDashboard .block-filters ._account_api .list-results thead select.negative:after,.block-filters ._account_api .liveDashboard .list-results thead select.negative:after,.liveDashboard ._account_api .list-results thead .form-auto-list .negative.form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .form-auto-list .negative.form-auto-item.is-user-is-inactive,.liveDashboard .form-auto-list ._account_api .list-results thead .negative.form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .liveDashboard .list-results thead .negative.form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .form-auto-list .negative.form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .form-auto-list .negative.form-auto-item.is-user-is-active,.liveDashboard .form-auto-list ._account_api .list-results thead .negative.form-auto-item.is-user-is-active,.form-auto-list ._account_api .liveDashboard .list-results thead .negative.form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .list-results-header .status.title span.negative,._account_api .liveDashboard .list-results thead .list-results-header .status.title span.negative,.liveDashboard .list-results-header .status.title ._account_api .list-results thead span.negative,.list-results-header .status.title ._account_api .liveDashboard .list-results thead span.negative,.liveDashboard ._account_api .list-results thead tr span.negative,._account_api .liveDashboard .list-results thead tr span.negative,.liveDashboard ._account_api .list-results thead .negative.icon,.liveDashboard ._account_api .list-results thead .negative.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .negative.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .negative.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-dialog.plus .negative.dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .negative.dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-toast .negative.toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .negative.toast.plus:after,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .negative.btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .negative.btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .negative.btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .negative.btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .negative.btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .negative.btn-period-edit:before,.liveDashboard ._account_api .list-results thead .block-filters .negative.btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .negative.btn-filter:before,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label.negative,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label.negative,.liveDashboard ._account_api .list-results thead tbody span.negative.status,.liveDashboard ._account_api .list-results tbody thead span.negative.status,.liveDashboard ._account_api .list-results thead tbody td.is-running span.negative,.liveDashboard ._account_api .list-results tbody td.is-running thead span.negative,.liveDashboard ._account_api .list-results thead tbody td.is-pending span.negative,.liveDashboard ._account_api .list-results tbody td.is-pending thead span.negative,._account_api .liveDashboard .list-results thead .negative.icon,._account_api .liveDashboard .list-results thead .negative.w-alert-banner:before,._account_api .liveDashboard .list-results thead .negative.w-alert-banner:before,._account_api .liveDashboard .list-results thead .negative.w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-dialog.plus .negative.dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .negative.dialog-aside:after,._account_api .liveDashboard .list-results thead .w-toast .negative.toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .negative.toast.plus:after,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .negative.btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .negative.btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .negative.btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .negative.btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .negative.btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .negative.btn-period-edit:before,._account_api .liveDashboard .list-results thead .block-filters .negative.btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .negative.btn-filter:before,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.negative,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label.negative,._account_api .liveDashboard .list-results thead tbody span.negative.status,._account_api .liveDashboard .list-results tbody thead span.negative.status,._account_api .liveDashboard .list-results thead tbody td.is-running span.negative,._account_api .liveDashboard .list-results tbody td.is-running thead span.negative,._account_api .liveDashboard .list-results thead tbody td.is-pending span.negative,._account_api .liveDashboard .list-results tbody td.is-pending thead span.negative,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .negative.dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .negative.dropdown-toggle:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .negative.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .negative.dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .negative.filter,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .negative.filter,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .negative.filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .negative.filter,.liveDashboard ._account_api .list-results thead .form-label.status span.negative,.liveDashboard ._account_api .list-results thead .status.status-log span.negative,.liveDashboard ._account_api .list-results thead .status.status-report-item span.negative,.liveDashboard ._account_api .list-results thead .double-list dd.status span.negative,.double-list .liveDashboard ._account_api .list-results thead dd.status span.negative,.liveDashboard ._account_api .list-results thead .double-list dt.status span.negative,.double-list .liveDashboard ._account_api .list-results thead dt.status span.negative,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span.negative,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title span.negative,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.negative,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label span.negative,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span.negative,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span.negative,._account_api .liveDashboard .list-results thead .form-label.status span.negative,._account_api .liveDashboard .list-results thead .status.status-log span.negative,._account_api .liveDashboard .list-results thead .status.status-report-item span.negative,._account_api .liveDashboard .list-results thead .double-list dd.status span.negative,.double-list ._account_api .liveDashboard .list-results thead dd.status span.negative,._account_api .liveDashboard .list-results thead .double-list dt.status span.negative,.double-list ._account_api .liveDashboard .list-results thead dt.status span.negative,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span.negative,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title span.negative,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.negative,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label span.negative,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span.negative,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span.negative,.liveDashboard .form-label.status ._account_api .list-results thead span.negative,.liveDashboard .status.status-log ._account_api .list-results thead span.negative,.liveDashboard .status.status-report-item ._account_api .list-results thead span.negative,.liveDashboard .double-list dd.status ._account_api .list-results thead span.negative,.double-list .liveDashboard dd.status ._account_api .list-results thead span.negative,.liveDashboard .double-list dt.status ._account_api .list-results thead span.negative,.double-list .liveDashboard dt.status ._account_api .list-results thead span.negative,.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span.negative,.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead span.negative,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.negative,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead span.negative,.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span.negative,.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead span.negative,.form-label.status ._account_api .liveDashboard .list-results thead span.negative,.status.status-log ._account_api .liveDashboard .list-results thead span.negative,.status.status-report-item ._account_api .liveDashboard .list-results thead span.negative,.double-list dd.status ._account_api .liveDashboard .list-results thead span.negative,.double-list dt.status ._account_api .liveDashboard .list-results thead span.negative,.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead span.negative,.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead span.negative,.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead span.negative,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span.negative,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span.negative,.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span.negative,.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead span.negative,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span.negative,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.negative,.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span.negative,.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead span.negative,.liveDashboard ._account_api .list-results thead .sub-header .w-form label.negative,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list label.negative,._account_api .liveDashboard .list-results thead .sub-header .w-form label.negative,._account_api .liveDashboard .list-results thead .sub-header .w-double-list label.negative,.liveDashboard .sub-header .w-form ._account_api .list-results thead label.negative,.liveDashboard .sub-header .w-double-list ._account_api .list-results thead label.negative,.sub-header .w-form ._account_api .liveDashboard .list-results thead label.negative,.sub-header .w-double-list ._account_api .liveDashboard .list-results thead label.negative,.liveDashboard ._account_api .list-results thead .block-filters button.negative:after,._account_api .liveDashboard .list-results thead .block-filters button.negative:after,.liveDashboard .block-filters ._account_api .list-results thead button.negative:after,.block-filters ._account_api .liveDashboard .list-results thead button.negative:after,.liveDashboard ._account_api .list-results thead .block-filters select.negative:after,._account_api .liveDashboard .list-results thead .block-filters select.negative:after,.liveDashboard .block-filters ._account_api .list-results thead select.negative:after,.block-filters ._account_api .liveDashboard .list-results thead select.negative:after,.liveDashboard ._account_api .list-results thead .form-auto-list .negative.form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .form-auto-list .negative.form-auto-item.is-user-is-inactive,.liveDashboard .form-auto-list ._account_api .list-results thead .negative.form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .liveDashboard .list-results thead .negative.form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .form-auto-list .negative.form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .form-auto-list .negative.form-auto-item.is-user-is-active,.liveDashboard .form-auto-list ._account_api .list-results thead .negative.form-auto-item.is-user-is-active,.form-auto-list ._account_api .liveDashboard .list-results thead .negative.form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .list-results-header .status.title span.negative,._account_api .liveDashboard .list-results thead .list-results-header .status.title span.negative,.liveDashboard .list-results-header .status.title ._account_api .list-results thead span.negative,.list-results-header .status.title ._account_api .liveDashboard .list-results thead span.negative,.liveDashboard ._account_api .list-results thead tr span.negative,._account_api .liveDashboard .list-results thead tr span.negative,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .negative.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .negative.dropdown-toggle:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .negative.filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .negative.filter,._account_api .form-label.status .liveDashboard .list-results thead span.negative,._account_api .status.status-log .liveDashboard .list-results thead span.negative,._account_api .status.status-report-item .liveDashboard .list-results thead span.negative,._account_api .double-list dd.status .liveDashboard .list-results thead span.negative,.double-list ._account_api dd.status .liveDashboard .list-results thead span.negative,._account_api .double-list dt.status .liveDashboard .list-results thead span.negative,.double-list ._account_api dt.status .liveDashboard .list-results thead span.negative,._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span.negative,.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead span.negative,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.negative,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead span.negative,._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.negative,.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead span.negative,.form-label.status .liveDashboard ._account_api .list-results thead span.negative,.status.status-log .liveDashboard ._account_api .list-results thead span.negative,.status.status-report-item .liveDashboard ._account_api .list-results thead span.negative,.double-list dd.status .liveDashboard ._account_api .list-results thead span.negative,.double-list dt.status .liveDashboard ._account_api .list-results thead span.negative,.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead span.negative,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead span.negative,.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead span.negative,._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span.negative,.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead span.negative,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.negative,.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead span.negative,._account_api .sub-header .w-form .liveDashboard .list-results thead label.negative,._account_api .sub-header .w-double-list .liveDashboard .list-results thead label.negative,.sub-header .w-form .liveDashboard ._account_api .list-results thead label.negative,.sub-header .w-double-list .liveDashboard ._account_api .list-results thead label.negative,._account_api .block-filters .liveDashboard .list-results thead button.negative:after,.block-filters .liveDashboard ._account_api .list-results thead button.negative:after,._account_api .block-filters .liveDashboard .list-results thead select.negative:after,.block-filters .liveDashboard ._account_api .list-results thead select.negative:after,._account_api .form-auto-list .liveDashboard .list-results thead .negative.form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard ._account_api .list-results thead .negative.form-auto-item.is-user-is-inactive,._account_api .form-auto-list .liveDashboard .list-results thead .negative.form-auto-item.is-user-is-active,.form-auto-list .liveDashboard ._account_api .list-results thead .negative.form-auto-item.is-user-is-active,._account_api .list-results-header .status.title .liveDashboard .list-results thead span.negative,.list-results-header .status.title .liveDashboard ._account_api .list-results thead span.negative,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .negative.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .negative.dropdown-toggle:after,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .negative.filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .negative.filter,.liveDashboard .list-results thead .form-label.status span.negative,.liveDashboard .list-results thead .status.status-log span.negative,.liveDashboard .list-results thead .status.status-report-item span.negative,.liveDashboard .list-results thead .double-list dd.status span.negative,.double-list .liveDashboard .list-results thead dd.status span.negative,.liveDashboard .list-results thead .double-list dt.status span.negative,.double-list .liveDashboard .list-results thead dt.status span.negative,.liveDashboard .list-results thead .w-cards-container .w-card .status.title span.negative,.w-cards-container .w-card .liveDashboard .list-results thead .status.title span.negative,.liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.negative,.w-cards-container .w-card.centered .w-value .liveDashboard .list-results thead .status.label span.negative,.liveDashboard .list-results thead tbody tr.sublist .status.title span.negative,.liveDashboard .list-results tbody tr.sublist thead .status.title span.negative,.form-label.status .liveDashboard .list-results thead span.negative,.status.status-log .liveDashboard .list-results thead span.negative,.status.status-report-item .liveDashboard .list-results thead span.negative,.double-list dd.status .liveDashboard .list-results thead span.negative,.double-list dt.status .liveDashboard .list-results thead span.negative,.w-cards-container .w-card .status.title .liveDashboard .list-results thead span.negative,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.negative,.list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.negative,.liveDashboard .list-results thead .w-filters-selected label.status.small span.negative,.w-filters-selected label.status.small .liveDashboard .list-results thead span.negative,.liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.negative,.w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.negative,.liveDashboard .list-results thead .sub-header .w-form label.negative,.liveDashboard .list-results thead .sub-header .w-double-list label.negative,.sub-header .w-form .liveDashboard .list-results thead label.negative,.sub-header .w-double-list .liveDashboard .list-results thead label.negative,.liveDashboard .list-results thead .block-filters button.negative:after,.block-filters .liveDashboard .list-results thead button.negative:after,.liveDashboard .list-results thead .block-filters select.negative:after,.block-filters .liveDashboard .list-results thead select.negative:after,.liveDashboard .list-results thead .form-auto-list .negative.form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard .list-results thead .negative.form-auto-item.is-user-is-inactive,.liveDashboard .list-results thead .form-auto-list .negative.form-auto-item.is-user-is-active,.form-auto-list .liveDashboard .list-results thead .negative.form-auto-item.is-user-is-active,.liveDashboard .list-results thead .list-results-header .status.title span.negative,.list-results-header .status.title .liveDashboard .list-results thead span.negative,.liveDashboard .list-results thead tr span.negative,._account_api .list-results thead .negative.icon,._account_api .list-results thead .negative.w-alert-banner:before,._account_api .liveDashboard .list-results thead .negative.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .negative.w-alert-banner:before,._account_api .list-results thead .negative.w-alert-banner:before,._account_api .list-results thead .w-dialog.plus .negative.dialog-aside:after,.w-dialog.plus ._account_api .list-results thead .negative.dialog-aside:after,._account_api .list-results thead .w-toast .negative.toast.plus:after,.w-toast ._account_api .list-results thead .negative.toast.plus:after,._account_api .list-results thead .w-time-period .dropdown .w-selection .negative.btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .negative.btn-period-clear:before,._account_api .list-results thead .w-time-period .dropdown .w-selection .negative.btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .negative.btn-filter:before,._account_api .list-results thead .w-time-period .dropdown .w-selection .negative.btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .negative.btn-period-edit:before,._account_api .list-results thead .block-filters .negative.btn-filter:before,.block-filters ._account_api .list-results thead .negative.btn-filter:before,._account_api .list-results thead .toggleWrapper input.mobileToggle+label.negative,.toggleWrapper ._account_api .list-results thead input.mobileToggle+label.negative,._account_api .list-results thead tbody span.negative.status,._account_api .list-results tbody thead span.negative.status,._account_api .list-results thead tbody td.is-running span.negative,._account_api .list-results tbody td.is-running thead span.negative,._account_api .list-results thead tbody td.is-pending span.negative,._account_api .list-results tbody td.is-pending thead span.negative,._account_api .liveDashboard .list-results thead .negative.icon,._account_api .liveDashboard .list-results thead .negative.w-alert-banner:before,._account_api .liveDashboard .list-results thead .negative.w-alert-banner:before,._account_api .liveDashboard .list-results thead .negative.w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-dialog.plus .negative.dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .negative.dialog-aside:after,._account_api .liveDashboard .list-results thead .w-toast .negative.toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .negative.toast.plus:after,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .negative.btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .negative.btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .negative.btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .negative.btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .negative.btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .negative.btn-period-edit:before,._account_api .liveDashboard .list-results thead .block-filters .negative.btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .negative.btn-filter:before,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.negative,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label.negative,._account_api .liveDashboard .list-results thead tbody span.negative.status,._account_api .liveDashboard .list-results tbody thead span.negative.status,._account_api .liveDashboard .list-results thead tbody td.is-running span.negative,._account_api .liveDashboard .list-results tbody td.is-running thead span.negative,._account_api .liveDashboard .list-results thead tbody td.is-pending span.negative,._account_api .liveDashboard .list-results tbody td.is-pending thead span.negative,.liveDashboard ._account_api .list-results thead .negative.icon,.liveDashboard ._account_api .list-results thead .negative.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .negative.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .negative.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-dialog.plus .negative.dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .negative.dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-toast .negative.toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .negative.toast.plus:after,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .negative.btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .negative.btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .negative.btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .negative.btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .negative.btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .negative.btn-period-edit:before,.liveDashboard ._account_api .list-results thead .block-filters .negative.btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .negative.btn-filter:before,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label.negative,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label.negative,.liveDashboard ._account_api .list-results thead tbody span.negative.status,.liveDashboard ._account_api .list-results tbody thead span.negative.status,.liveDashboard ._account_api .list-results thead tbody td.is-running span.negative,.liveDashboard ._account_api .list-results tbody td.is-running thead span.negative,.liveDashboard ._account_api .list-results thead tbody td.is-pending span.negative,.liveDashboard ._account_api .list-results tbody td.is-pending thead span.negative,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .negative.dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .negative.dropdown-toggle:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .negative.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .negative.dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .negative.filter,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .negative.filter,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .negative.filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .negative.filter,._account_api .liveDashboard .list-results thead .form-label.status span.negative,._account_api .liveDashboard .list-results thead .status.status-log span.negative,._account_api .liveDashboard .list-results thead .status.status-report-item span.negative,._account_api .liveDashboard .list-results thead .double-list dd.status span.negative,.double-list ._account_api .liveDashboard .list-results thead dd.status span.negative,._account_api .liveDashboard .list-results thead .double-list dt.status span.negative,.double-list ._account_api .liveDashboard .list-results thead dt.status span.negative,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span.negative,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title span.negative,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.negative,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label span.negative,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span.negative,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span.negative,.liveDashboard ._account_api .list-results thead .form-label.status span.negative,.liveDashboard ._account_api .list-results thead .status.status-log span.negative,.liveDashboard ._account_api .list-results thead .status.status-report-item span.negative,.liveDashboard ._account_api .list-results thead .double-list dd.status span.negative,.double-list .liveDashboard ._account_api .list-results thead dd.status span.negative,.liveDashboard ._account_api .list-results thead .double-list dt.status span.negative,.double-list .liveDashboard ._account_api .list-results thead dt.status span.negative,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span.negative,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title span.negative,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.negative,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label span.negative,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span.negative,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span.negative,._account_api .form-label.status .liveDashboard .list-results thead span.negative,._account_api .status.status-log .liveDashboard .list-results thead span.negative,._account_api .status.status-report-item .liveDashboard .list-results thead span.negative,._account_api .double-list dd.status .liveDashboard .list-results thead span.negative,.double-list ._account_api dd.status .liveDashboard .list-results thead span.negative,._account_api .double-list dt.status .liveDashboard .list-results thead span.negative,.double-list ._account_api dt.status .liveDashboard .list-results thead span.negative,._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span.negative,.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead span.negative,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.negative,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead span.negative,._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.negative,.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead span.negative,.form-label.status .liveDashboard ._account_api .list-results thead span.negative,.status.status-log .liveDashboard ._account_api .list-results thead span.negative,.status.status-report-item .liveDashboard ._account_api .list-results thead span.negative,.double-list dd.status .liveDashboard ._account_api .list-results thead span.negative,.double-list dt.status .liveDashboard ._account_api .list-results thead span.negative,.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead span.negative,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead span.negative,.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead span.negative,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span.negative,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span.negative,._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span.negative,.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead span.negative,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.negative,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span.negative,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.negative,.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead span.negative,._account_api .liveDashboard .list-results thead .sub-header .w-form label.negative,._account_api .liveDashboard .list-results thead .sub-header .w-double-list label.negative,.liveDashboard ._account_api .list-results thead .sub-header .w-form label.negative,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list label.negative,._account_api .sub-header .w-form .liveDashboard .list-results thead label.negative,._account_api .sub-header .w-double-list .liveDashboard .list-results thead label.negative,.sub-header .w-form .liveDashboard ._account_api .list-results thead label.negative,.sub-header .w-double-list .liveDashboard ._account_api .list-results thead label.negative,._account_api .liveDashboard .list-results thead .block-filters button.negative:after,.liveDashboard ._account_api .list-results thead .block-filters button.negative:after,._account_api .block-filters .liveDashboard .list-results thead button.negative:after,.block-filters .liveDashboard ._account_api .list-results thead button.negative:after,._account_api .liveDashboard .list-results thead .block-filters select.negative:after,.liveDashboard ._account_api .list-results thead .block-filters select.negative:after,._account_api .block-filters .liveDashboard .list-results thead select.negative:after,.block-filters .liveDashboard ._account_api .list-results thead select.negative:after,._account_api .liveDashboard .list-results thead .form-auto-list .negative.form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .form-auto-list .negative.form-auto-item.is-user-is-inactive,._account_api .form-auto-list .liveDashboard .list-results thead .negative.form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard ._account_api .list-results thead .negative.form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .form-auto-list .negative.form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .form-auto-list .negative.form-auto-item.is-user-is-active,._account_api .form-auto-list .liveDashboard .list-results thead .negative.form-auto-item.is-user-is-active,.form-auto-list .liveDashboard ._account_api .list-results thead .negative.form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .list-results-header .status.title span.negative,.liveDashboard ._account_api .list-results thead .list-results-header .status.title span.negative,._account_api .list-results-header .status.title .liveDashboard .list-results thead span.negative,.list-results-header .status.title .liveDashboard ._account_api .list-results thead span.negative,._account_api .liveDashboard .list-results thead tr span.negative,.liveDashboard ._account_api .list-results thead tr span.negative,._account_api .list-results thead .negative.icon,._account_api .list-results thead .negative.w-alert-banner:before,._account_api .liveDashboard .list-results thead .negative.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .negative.w-alert-banner:before,._account_api .list-results thead .negative.w-alert-banner:before,._account_api .list-results thead .w-dialog.plus .negative.dialog-aside:after,.w-dialog.plus ._account_api .list-results thead .negative.dialog-aside:after,._account_api .list-results thead .w-toast .negative.toast.plus:after,.w-toast ._account_api .list-results thead .negative.toast.plus:after,._account_api .list-results thead .w-time-period .dropdown .w-selection .negative.btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .negative.btn-period-clear:before,._account_api .list-results thead .w-time-period .dropdown .w-selection .negative.btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .negative.btn-filter:before,._account_api .list-results thead .w-time-period .dropdown .w-selection .negative.btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .negative.btn-period-edit:before,._account_api .list-results thead .block-filters .negative.btn-filter:before,.block-filters ._account_api .list-results thead .negative.btn-filter:before,._account_api .list-results thead .toggleWrapper input.mobileToggle+label.negative,.toggleWrapper ._account_api .list-results thead input.mobileToggle+label.negative,._account_api .list-results thead tbody span.negative.status,._account_api .list-results tbody thead span.negative.status,._account_api .list-results thead tbody td.is-running span.negative,._account_api .list-results tbody td.is-running thead span.negative,._account_api .list-results thead tbody td.is-pending span.negative,._account_api .list-results tbody td.is-pending thead span.negative,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .negative.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .negative.dropdown-toggle:after,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .negative.filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .negative.filter,._account_api .list-results thead .form-label.status span.negative,._account_api .list-results thead .status.status-log span.negative,._account_api .list-results thead .status.status-report-item span.negative,._account_api .list-results thead .double-list dd.status span.negative,.double-list ._account_api .list-results thead dd.status span.negative,._account_api .list-results thead .double-list dt.status span.negative,.double-list ._account_api .list-results thead dt.status span.negative,._account_api .list-results thead .w-cards-container .w-card .status.title span.negative,.w-cards-container .w-card ._account_api .list-results thead .status.title span.negative,._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.negative,.w-cards-container .w-card.centered .w-value ._account_api .list-results thead .status.label span.negative,._account_api .list-results thead tbody tr.sublist .status.title span.negative,._account_api .list-results tbody tr.sublist thead .status.title span.negative,.form-label.status ._account_api .list-results thead span.negative,.status.status-log ._account_api .list-results thead span.negative,.status.status-report-item ._account_api .list-results thead span.negative,.double-list dd.status ._account_api .list-results thead span.negative,.double-list dt.status ._account_api .list-results thead span.negative,.w-cards-container .w-card .status.title ._account_api .list-results thead span.negative,.w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.negative,.list-results tbody tr.sublist .status.title ._account_api .list-results thead span.negative,._account_api .list-results thead .w-filters-selected label.status.small span.negative,.w-filters-selected label.status.small ._account_api .list-results thead span.negative,._account_api .list-results thead .w-filters-selected .status.btn-f-s span.negative,.w-filters-selected .status.btn-f-s ._account_api .list-results thead span.negative,._account_api .list-results thead .sub-header .w-form label.negative,._account_api .list-results thead .sub-header .w-double-list label.negative,.sub-header .w-form ._account_api .list-results thead label.negative,.sub-header .w-double-list ._account_api .list-results thead label.negative,._account_api .list-results thead .block-filters button.negative:after,.block-filters ._account_api .list-results thead button.negative:after,._account_api .list-results thead .block-filters select.negative:after,.block-filters ._account_api .list-results thead select.negative:after,._account_api .list-results thead .form-auto-list .negative.form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .list-results thead .negative.form-auto-item.is-user-is-inactive,._account_api .list-results thead .form-auto-list .negative.form-auto-item.is-user-is-active,.form-auto-list ._account_api .list-results thead .negative.form-auto-item.is-user-is-active,._account_api .list-results thead .list-results-header .status.title span.negative,.list-results-header .status.title ._account_api .list-results thead span.negative,._account_api .list-results thead tr span.negative,.liveDashboard ._account_api .list-results thead .negative.icon,.liveDashboard ._account_api .list-results thead .negative.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .negative.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .negative.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-dialog.plus .negative.dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .negative.dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-toast .negative.toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .negative.toast.plus:after,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .negative.btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .negative.btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .negative.btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .negative.btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .negative.btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .negative.btn-period-edit:before,.liveDashboard ._account_api .list-results thead .block-filters .negative.btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .negative.btn-filter:before,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label.negative,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label.negative,.liveDashboard ._account_api .list-results thead tbody span.negative.status,.liveDashboard ._account_api .list-results tbody thead span.negative.status,.liveDashboard ._account_api .list-results thead tbody td.is-running span.negative,.liveDashboard ._account_api .list-results tbody td.is-running thead span.negative,.liveDashboard ._account_api .list-results thead tbody td.is-pending span.negative,.liveDashboard ._account_api .list-results tbody td.is-pending thead span.negative,._account_api .liveDashboard .list-results thead .negative.icon,._account_api .liveDashboard .list-results thead .negative.w-alert-banner:before,._account_api .liveDashboard .list-results thead .negative.w-alert-banner:before,._account_api .liveDashboard .list-results thead .negative.w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-dialog.plus .negative.dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .negative.dialog-aside:after,._account_api .liveDashboard .list-results thead .w-toast .negative.toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .negative.toast.plus:after,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .negative.btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .negative.btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .negative.btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .negative.btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .negative.btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .negative.btn-period-edit:before,._account_api .liveDashboard .list-results thead .block-filters .negative.btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .negative.btn-filter:before,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.negative,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label.negative,._account_api .liveDashboard .list-results thead tbody span.negative.status,._account_api .liveDashboard .list-results tbody thead span.negative.status,._account_api .liveDashboard .list-results thead tbody td.is-running span.negative,._account_api .liveDashboard .list-results tbody td.is-running thead span.negative,._account_api .liveDashboard .list-results thead tbody td.is-pending span.negative,._account_api .liveDashboard .list-results tbody td.is-pending thead span.negative,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .negative.dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .negative.dropdown-toggle:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .negative.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .negative.dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .negative.filter,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .negative.filter,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .negative.filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .negative.filter,.liveDashboard ._account_api .list-results thead .form-label.status span.negative,.liveDashboard ._account_api .list-results thead .status.status-log span.negative,.liveDashboard ._account_api .list-results thead .status.status-report-item span.negative,.liveDashboard ._account_api .list-results thead .double-list dd.status span.negative,.double-list .liveDashboard ._account_api .list-results thead dd.status span.negative,.liveDashboard ._account_api .list-results thead .double-list dt.status span.negative,.double-list .liveDashboard ._account_api .list-results thead dt.status span.negative,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span.negative,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title span.negative,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.negative,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label span.negative,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span.negative,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span.negative,._account_api .liveDashboard .list-results thead .form-label.status span.negative,._account_api .liveDashboard .list-results thead .status.status-log span.negative,._account_api .liveDashboard .list-results thead .status.status-report-item span.negative,._account_api .liveDashboard .list-results thead .double-list dd.status span.negative,.double-list ._account_api .liveDashboard .list-results thead dd.status span.negative,._account_api .liveDashboard .list-results thead .double-list dt.status span.negative,.double-list ._account_api .liveDashboard .list-results thead dt.status span.negative,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span.negative,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title span.negative,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.negative,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label span.negative,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span.negative,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span.negative,.liveDashboard .form-label.status ._account_api .list-results thead span.negative,.liveDashboard .status.status-log ._account_api .list-results thead span.negative,.liveDashboard .status.status-report-item ._account_api .list-results thead span.negative,.liveDashboard .double-list dd.status ._account_api .list-results thead span.negative,.double-list .liveDashboard dd.status ._account_api .list-results thead span.negative,.liveDashboard .double-list dt.status ._account_api .list-results thead span.negative,.double-list .liveDashboard dt.status ._account_api .list-results thead span.negative,.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span.negative,.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead span.negative,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.negative,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead span.negative,.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span.negative,.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead span.negative,.form-label.status ._account_api .liveDashboard .list-results thead span.negative,.status.status-log ._account_api .liveDashboard .list-results thead span.negative,.status.status-report-item ._account_api .liveDashboard .list-results thead span.negative,.double-list dd.status ._account_api .liveDashboard .list-results thead span.negative,.double-list dt.status ._account_api .liveDashboard .list-results thead span.negative,.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead span.negative,.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead span.negative,.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead span.negative,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span.negative,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span.negative,.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span.negative,.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead span.negative,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span.negative,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.negative,.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span.negative,.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead span.negative,.liveDashboard ._account_api .list-results thead .sub-header .w-form label.negative,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list label.negative,._account_api .liveDashboard .list-results thead .sub-header .w-form label.negative,._account_api .liveDashboard .list-results thead .sub-header .w-double-list label.negative,.liveDashboard .sub-header .w-form ._account_api .list-results thead label.negative,.liveDashboard .sub-header .w-double-list ._account_api .list-results thead label.negative,.sub-header .w-form ._account_api .liveDashboard .list-results thead label.negative,.sub-header .w-double-list ._account_api .liveDashboard .list-results thead label.negative,.liveDashboard ._account_api .list-results thead .block-filters button.negative:after,._account_api .liveDashboard .list-results thead .block-filters button.negative:after,.liveDashboard .block-filters ._account_api .list-results thead button.negative:after,.block-filters ._account_api .liveDashboard .list-results thead button.negative:after,.liveDashboard ._account_api .list-results thead .block-filters select.negative:after,._account_api .liveDashboard .list-results thead .block-filters select.negative:after,.liveDashboard .block-filters ._account_api .list-results thead select.negative:after,.block-filters ._account_api .liveDashboard .list-results thead select.negative:after,.liveDashboard ._account_api .list-results thead .form-auto-list .negative.form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .form-auto-list .negative.form-auto-item.is-user-is-inactive,.liveDashboard .form-auto-list ._account_api .list-results thead .negative.form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .liveDashboard .list-results thead .negative.form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .form-auto-list .negative.form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .form-auto-list .negative.form-auto-item.is-user-is-active,.liveDashboard .form-auto-list ._account_api .list-results thead .negative.form-auto-item.is-user-is-active,.form-auto-list ._account_api .liveDashboard .list-results thead .negative.form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .list-results-header .status.title span.negative,._account_api .liveDashboard .list-results thead .list-results-header .status.title span.negative,.liveDashboard .list-results-header .status.title ._account_api .list-results thead span.negative,.list-results-header .status.title ._account_api .liveDashboard .list-results thead span.negative,.liveDashboard ._account_api .list-results thead tr span.negative,._account_api .liveDashboard .list-results thead tr span.negative,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .negative.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .negative.dropdown-toggle:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .negative.filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .negative.filter,._account_api .form-label.status .liveDashboard .list-results thead span.negative,._account_api .status.status-log .liveDashboard .list-results thead span.negative,._account_api .status.status-report-item .liveDashboard .list-results thead span.negative,._account_api .double-list dd.status .liveDashboard .list-results thead span.negative,.double-list ._account_api dd.status .liveDashboard .list-results thead span.negative,._account_api .double-list dt.status .liveDashboard .list-results thead span.negative,.double-list ._account_api dt.status .liveDashboard .list-results thead span.negative,._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span.negative,.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead span.negative,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.negative,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead span.negative,._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.negative,.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead span.negative,.form-label.status .liveDashboard ._account_api .list-results thead span.negative,.status.status-log .liveDashboard ._account_api .list-results thead span.negative,.status.status-report-item .liveDashboard ._account_api .list-results thead span.negative,.double-list dd.status .liveDashboard ._account_api .list-results thead span.negative,.double-list dt.status .liveDashboard ._account_api .list-results thead span.negative,.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead span.negative,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead span.negative,.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead span.negative,._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span.negative,.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead span.negative,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.negative,.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead span.negative,._account_api .sub-header .w-form .liveDashboard .list-results thead label.negative,._account_api .sub-header .w-double-list .liveDashboard .list-results thead label.negative,.sub-header .w-form .liveDashboard ._account_api .list-results thead label.negative,.sub-header .w-double-list .liveDashboard ._account_api .list-results thead label.negative,._account_api .block-filters .liveDashboard .list-results thead button.negative:after,.block-filters .liveDashboard ._account_api .list-results thead button.negative:after,._account_api .block-filters .liveDashboard .list-results thead select.negative:after,.block-filters .liveDashboard ._account_api .list-results thead select.negative:after,._account_api .form-auto-list .liveDashboard .list-results thead .negative.form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard ._account_api .list-results thead .negative.form-auto-item.is-user-is-inactive,._account_api .form-auto-list .liveDashboard .list-results thead .negative.form-auto-item.is-user-is-active,.form-auto-list .liveDashboard ._account_api .list-results thead .negative.form-auto-item.is-user-is-active,._account_api .list-results-header .status.title .liveDashboard .list-results thead span.negative,.list-results-header .status.title .liveDashboard ._account_api .list-results thead span.negative,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .negative.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .negative.dropdown-toggle:after,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .negative.filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .negative.filter,._account_api .list-results thead .form-label.status span.negative,._account_api .list-results thead .status.status-log span.negative,._account_api .list-results thead .status.status-report-item span.negative,._account_api .list-results thead .double-list dd.status span.negative,.double-list ._account_api .list-results thead dd.status span.negative,._account_api .list-results thead .double-list dt.status span.negative,.double-list ._account_api .list-results thead dt.status span.negative,._account_api .list-results thead .w-cards-container .w-card .status.title span.negative,.w-cards-container .w-card ._account_api .list-results thead .status.title span.negative,._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.negative,.w-cards-container .w-card.centered .w-value ._account_api .list-results thead .status.label span.negative,._account_api .list-results thead tbody tr.sublist .status.title span.negative,._account_api .list-results tbody tr.sublist thead .status.title span.negative,.form-label.status ._account_api .list-results thead span.negative,.status.status-log ._account_api .list-results thead span.negative,.status.status-report-item ._account_api .list-results thead span.negative,.double-list dd.status ._account_api .list-results thead span.negative,.double-list dt.status ._account_api .list-results thead span.negative,.w-cards-container .w-card .status.title ._account_api .list-results thead span.negative,.w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.negative,.list-results tbody tr.sublist .status.title ._account_api .list-results thead span.negative,._account_api .list-results thead .w-filters-selected label.status.small span.negative,.w-filters-selected label.status.small ._account_api .list-results thead span.negative,._account_api .list-results thead .w-filters-selected .status.btn-f-s span.negative,.w-filters-selected .status.btn-f-s ._account_api .list-results thead span.negative,._account_api .list-results thead .sub-header .w-form label.negative,._account_api .list-results thead .sub-header .w-double-list label.negative,.sub-header .w-form ._account_api .list-results thead label.negative,.sub-header .w-double-list ._account_api .list-results thead label.negative,._account_api .list-results thead .block-filters button.negative:after,.block-filters ._account_api .list-results thead button.negative:after,._account_api .list-results thead .block-filters select.negative:after,.block-filters ._account_api .list-results thead select.negative:after,._account_api .list-results thead .form-auto-list .negative.form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .list-results thead .negative.form-auto-item.is-user-is-inactive,._account_api .list-results thead .form-auto-list .negative.form-auto-item.is-user-is-active,.form-auto-list ._account_api .list-results thead .negative.form-auto-item.is-user-is-active,._account_api .list-results thead .list-results-header .status.title span.negative,.list-results-header .status.title ._account_api .list-results thead span.negative,._account_api .list-results thead tr span.negative,.sidebar-default.sidebar-default-right .sidebar-default-body .filter-group .negative.filter-checkbox,.add-filters-dropdown .w-add-filters-list>div.filter-group .negative.filter-checkbox,.filter-preset .filter-field-name button.negative,.filter-preset .filter-field-name button.i-check,.btn.negative,.pagination a.negative,.goal-option .negative.expend-label{border:0;justify-content:center;background-color:rgba(212,28,92,.4) !important}.button-default.negative:after,.liveDashboard .list-results thead .negative.icon:after,.liveDashboard .list-results thead .w-dialog.plus .negative.dialog-aside:after,.w-dialog.plus .liveDashboard .list-results thead .negative.dialog-aside:after,.liveDashboard .list-results thead .w-toast .negative.toast.plus:after,.w-toast .liveDashboard .list-results thead .negative.toast.plus:after,.liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.negative:after,.toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label.negative:after,.liveDashboard .list-results thead tbody span.negative.status:after,.liveDashboard .list-results tbody thead span.negative.status:after,.liveDashboard .list-results thead tbody td.is-running span.negative:after,.liveDashboard .list-results tbody td.is-running thead span.negative:after,.liveDashboard .list-results thead tbody td.is-pending span.negative:after,.liveDashboard .list-results tbody td.is-pending thead span.negative:after,.liveDashboard .list-results thead .negative.icon:after,.liveDashboard .list-results thead .w-dialog.plus .negative.dialog-aside:after,.w-dialog.plus .liveDashboard .list-results thead .negative.dialog-aside:after,.liveDashboard .list-results thead .w-toast .negative.toast.plus:after,.w-toast .liveDashboard .list-results thead .negative.toast.plus:after,.liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.negative:after,.toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label.negative:after,.liveDashboard .list-results thead tbody span.negative.status:after,.liveDashboard .list-results tbody thead span.negative.status:after,.liveDashboard .list-results thead tbody td.is-running span.negative:after,.liveDashboard .list-results tbody td.is-running thead span.negative:after,.liveDashboard .list-results thead tbody td.is-pending span.negative:after,.liveDashboard .list-results tbody td.is-pending thead span.negative:after,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .negative.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .negative.dropdown-toggle:after,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .negative.filter:after,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .negative.filter:after,.liveDashboard .list-results thead .form-label.status span.negative:after,.liveDashboard .list-results thead .status.status-log span.negative:after,.liveDashboard .list-results thead .status.status-report-item span.negative:after,.liveDashboard .list-results thead .double-list dd.status span.negative:after,.double-list .liveDashboard .list-results thead dd.status span.negative:after,.liveDashboard .list-results thead .double-list dt.status span.negative:after,.double-list .liveDashboard .list-results thead dt.status span.negative:after,.liveDashboard .list-results thead .w-cards-container .w-card .status.title span.negative:after,.w-cards-container .w-card .liveDashboard .list-results thead .status.title span.negative:after,.liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.negative:after,.w-cards-container .w-card.centered .w-value .liveDashboard .list-results thead .status.label span.negative:after,.liveDashboard .list-results thead tbody tr.sublist .status.title span.negative:after,.liveDashboard .list-results tbody tr.sublist thead .status.title span.negative:after,.form-label.status .liveDashboard .list-results thead span.negative:after,.status.status-log .liveDashboard .list-results thead span.negative:after,.status.status-report-item .liveDashboard .list-results thead span.negative:after,.double-list dd.status .liveDashboard .list-results thead span.negative:after,.double-list dt.status .liveDashboard .list-results thead span.negative:after,.w-cards-container .w-card .status.title .liveDashboard .list-results thead span.negative:after,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.negative:after,.list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.negative:after,.liveDashboard .list-results thead .w-filters-selected label.status.small span.negative:after,.w-filters-selected label.status.small .liveDashboard .list-results thead span.negative:after,.liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.negative:after,.w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.negative:after,.liveDashboard .list-results thead .sub-header .w-form label.negative:after,.liveDashboard .list-results thead .sub-header .w-double-list label.negative:after,.sub-header .w-form .liveDashboard .list-results thead label.negative:after,.sub-header .w-double-list .liveDashboard .list-results thead label.negative:after,.liveDashboard .list-results thead .block-filters button.negative:after,.block-filters .liveDashboard .list-results thead button.negative:after,.liveDashboard .list-results thead .block-filters select.negative:after,.block-filters .liveDashboard .list-results thead select.negative:after,.liveDashboard .list-results thead .form-auto-list .negative.form-auto-item.is-user-is-inactive:after,.form-auto-list .liveDashboard .list-results thead .negative.form-auto-item.is-user-is-inactive:after,.liveDashboard .list-results thead .form-auto-list .negative.form-auto-item.is-user-is-active:after,.form-auto-list .liveDashboard .list-results thead .negative.form-auto-item.is-user-is-active:after,.liveDashboard .list-results thead .list-results-header .status.title span.negative:after,.list-results-header .status.title .liveDashboard .list-results thead span.negative:after,.liveDashboard .list-results thead tr span.negative:after,.liveDashboard ._account_api .list-results thead .negative.icon:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .negative.dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .negative.dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-toast .negative.toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .negative.toast.plus:after,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label.negative:after,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label.negative:after,.liveDashboard ._account_api .list-results thead tbody span.negative.status:after,.liveDashboard ._account_api .list-results tbody thead span.negative.status:after,.liveDashboard ._account_api .list-results thead tbody td.is-running span.negative:after,.liveDashboard ._account_api .list-results tbody td.is-running thead span.negative:after,.liveDashboard ._account_api .list-results thead tbody td.is-pending span.negative:after,.liveDashboard ._account_api .list-results tbody td.is-pending thead span.negative:after,._account_api .liveDashboard .list-results thead .negative.icon:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .negative.dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .negative.dialog-aside:after,._account_api .liveDashboard .list-results thead .w-toast .negative.toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .negative.toast.plus:after,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.negative:after,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label.negative:after,._account_api .liveDashboard .list-results thead tbody span.negative.status:after,._account_api .liveDashboard .list-results tbody thead span.negative.status:after,._account_api .liveDashboard .list-results thead tbody td.is-running span.negative:after,._account_api .liveDashboard .list-results tbody td.is-running thead span.negative:after,._account_api .liveDashboard .list-results thead tbody td.is-pending span.negative:after,._account_api .liveDashboard .list-results tbody td.is-pending thead span.negative:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .negative.dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .negative.dropdown-toggle:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .negative.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .negative.dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .negative.filter:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .negative.filter:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .negative.filter:after,.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .negative.filter:after,.liveDashboard ._account_api .list-results thead .form-label.status span.negative:after,.liveDashboard ._account_api .list-results thead .status.status-log span.negative:after,.liveDashboard ._account_api .list-results thead .status.status-report-item span.negative:after,.liveDashboard ._account_api .list-results thead .double-list dd.status span.negative:after,.double-list .liveDashboard ._account_api .list-results thead dd.status span.negative:after,.liveDashboard ._account_api .list-results thead .double-list dt.status span.negative:after,.double-list .liveDashboard ._account_api .list-results thead dt.status span.negative:after,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span.negative:after,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title span.negative:after,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.negative:after,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label span.negative:after,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span.negative:after,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span.negative:after,._account_api .liveDashboard .list-results thead .form-label.status span.negative:after,._account_api .liveDashboard .list-results thead .status.status-log span.negative:after,._account_api .liveDashboard .list-results thead .status.status-report-item span.negative:after,._account_api .liveDashboard .list-results thead .double-list dd.status span.negative:after,.double-list ._account_api .liveDashboard .list-results thead dd.status span.negative:after,._account_api .liveDashboard .list-results thead .double-list dt.status span.negative:after,.double-list ._account_api .liveDashboard .list-results thead dt.status span.negative:after,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span.negative:after,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title span.negative:after,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.negative:after,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label span.negative:after,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span.negative:after,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span.negative:after,.liveDashboard .form-label.status ._account_api .list-results thead span.negative:after,.liveDashboard .status.status-log ._account_api .list-results thead span.negative:after,.liveDashboard .status.status-report-item ._account_api .list-results thead span.negative:after,.liveDashboard .double-list dd.status ._account_api .list-results thead span.negative:after,.double-list .liveDashboard dd.status ._account_api .list-results thead span.negative:after,.liveDashboard .double-list dt.status ._account_api .list-results thead span.negative:after,.double-list .liveDashboard dt.status ._account_api .list-results thead span.negative:after,.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span.negative:after,.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead span.negative:after,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.negative:after,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead span.negative:after,.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span.negative:after,.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead span.negative:after,.form-label.status ._account_api .liveDashboard .list-results thead span.negative:after,.status.status-log ._account_api .liveDashboard .list-results thead span.negative:after,.status.status-report-item ._account_api .liveDashboard .list-results thead span.negative:after,.double-list dd.status ._account_api .liveDashboard .list-results thead span.negative:after,.double-list dt.status ._account_api .liveDashboard .list-results thead span.negative:after,.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead span.negative:after,.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead span.negative:after,.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead span.negative:after,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span.negative:after,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span.negative:after,.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span.negative:after,.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead span.negative:after,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span.negative:after,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.negative:after,.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span.negative:after,.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead span.negative:after,.liveDashboard ._account_api .list-results thead .sub-header .w-form label.negative:after,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list label.negative:after,._account_api .liveDashboard .list-results thead .sub-header .w-form label.negative:after,._account_api .liveDashboard .list-results thead .sub-header .w-double-list label.negative:after,.liveDashboard .sub-header .w-form ._account_api .list-results thead label.negative:after,.liveDashboard .sub-header .w-double-list ._account_api .list-results thead label.negative:after,.sub-header .w-form ._account_api .liveDashboard .list-results thead label.negative:after,.sub-header .w-double-list ._account_api .liveDashboard .list-results thead label.negative:after,.liveDashboard ._account_api .list-results thead .block-filters button.negative:after,._account_api .liveDashboard .list-results thead .block-filters button.negative:after,.liveDashboard .block-filters ._account_api .list-results thead button.negative:after,.block-filters ._account_api .liveDashboard .list-results thead button.negative:after,.liveDashboard ._account_api .list-results thead .block-filters select.negative:after,._account_api .liveDashboard .list-results thead .block-filters select.negative:after,.liveDashboard .block-filters ._account_api .list-results thead select.negative:after,.block-filters ._account_api .liveDashboard .list-results thead select.negative:after,.liveDashboard ._account_api .list-results thead .form-auto-list .negative.form-auto-item.is-user-is-inactive:after,._account_api .liveDashboard .list-results thead .form-auto-list .negative.form-auto-item.is-user-is-inactive:after,.liveDashboard .form-auto-list ._account_api .list-results thead .negative.form-auto-item.is-user-is-inactive:after,.form-auto-list ._account_api .liveDashboard .list-results thead .negative.form-auto-item.is-user-is-inactive:after,.liveDashboard ._account_api .list-results thead .form-auto-list .negative.form-auto-item.is-user-is-active:after,._account_api .liveDashboard .list-results thead .form-auto-list .negative.form-auto-item.is-user-is-active:after,.liveDashboard .form-auto-list ._account_api .list-results thead .negative.form-auto-item.is-user-is-active:after,.form-auto-list ._account_api .liveDashboard .list-results thead .negative.form-auto-item.is-user-is-active:after,.liveDashboard ._account_api .list-results thead .list-results-header .status.title span.negative:after,._account_api .liveDashboard .list-results thead .list-results-header .status.title span.negative:after,.liveDashboard .list-results-header .status.title ._account_api .list-results thead span.negative:after,.list-results-header .status.title ._account_api .liveDashboard .list-results thead span.negative:after,.liveDashboard ._account_api .list-results thead tr span.negative:after,._account_api .liveDashboard .list-results thead tr span.negative:after,.liveDashboard ._account_api .list-results thead .negative.icon:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .negative.dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .negative.dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-toast .negative.toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .negative.toast.plus:after,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label.negative:after,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label.negative:after,.liveDashboard ._account_api .list-results thead tbody span.negative.status:after,.liveDashboard ._account_api .list-results tbody thead span.negative.status:after,.liveDashboard ._account_api .list-results thead tbody td.is-running span.negative:after,.liveDashboard ._account_api .list-results tbody td.is-running thead span.negative:after,.liveDashboard ._account_api .list-results thead tbody td.is-pending span.negative:after,.liveDashboard ._account_api .list-results tbody td.is-pending thead span.negative:after,._account_api .liveDashboard .list-results thead .negative.icon:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .negative.dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .negative.dialog-aside:after,._account_api .liveDashboard .list-results thead .w-toast .negative.toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .negative.toast.plus:after,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.negative:after,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label.negative:after,._account_api .liveDashboard .list-results thead tbody span.negative.status:after,._account_api .liveDashboard .list-results tbody thead span.negative.status:after,._account_api .liveDashboard .list-results thead tbody td.is-running span.negative:after,._account_api .liveDashboard .list-results tbody td.is-running thead span.negative:after,._account_api .liveDashboard .list-results thead tbody td.is-pending span.negative:after,._account_api .liveDashboard .list-results tbody td.is-pending thead span.negative:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .negative.dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .negative.dropdown-toggle:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .negative.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .negative.dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .negative.filter:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .negative.filter:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .negative.filter:after,.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .negative.filter:after,.liveDashboard ._account_api .list-results thead .form-label.status span.negative:after,.liveDashboard ._account_api .list-results thead .status.status-log span.negative:after,.liveDashboard ._account_api .list-results thead .status.status-report-item span.negative:after,.liveDashboard ._account_api .list-results thead .double-list dd.status span.negative:after,.double-list .liveDashboard ._account_api .list-results thead dd.status span.negative:after,.liveDashboard ._account_api .list-results thead .double-list dt.status span.negative:after,.double-list .liveDashboard ._account_api .list-results thead dt.status span.negative:after,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span.negative:after,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title span.negative:after,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.negative:after,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label span.negative:after,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span.negative:after,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span.negative:after,._account_api .liveDashboard .list-results thead .form-label.status span.negative:after,._account_api .liveDashboard .list-results thead .status.status-log span.negative:after,._account_api .liveDashboard .list-results thead .status.status-report-item span.negative:after,._account_api .liveDashboard .list-results thead .double-list dd.status span.negative:after,.double-list ._account_api .liveDashboard .list-results thead dd.status span.negative:after,._account_api .liveDashboard .list-results thead .double-list dt.status span.negative:after,.double-list ._account_api .liveDashboard .list-results thead dt.status span.negative:after,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span.negative:after,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title span.negative:after,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.negative:after,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label span.negative:after,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span.negative:after,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span.negative:after,.liveDashboard .form-label.status ._account_api .list-results thead span.negative:after,.liveDashboard .status.status-log ._account_api .list-results thead span.negative:after,.liveDashboard .status.status-report-item ._account_api .list-results thead span.negative:after,.liveDashboard .double-list dd.status ._account_api .list-results thead span.negative:after,.double-list .liveDashboard dd.status ._account_api .list-results thead span.negative:after,.liveDashboard .double-list dt.status ._account_api .list-results thead span.negative:after,.double-list .liveDashboard dt.status ._account_api .list-results thead span.negative:after,.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span.negative:after,.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead span.negative:after,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.negative:after,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead span.negative:after,.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span.negative:after,.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead span.negative:after,.form-label.status ._account_api .liveDashboard .list-results thead span.negative:after,.status.status-log ._account_api .liveDashboard .list-results thead span.negative:after,.status.status-report-item ._account_api .liveDashboard .list-results thead span.negative:after,.double-list dd.status ._account_api .liveDashboard .list-results thead span.negative:after,.double-list dt.status ._account_api .liveDashboard .list-results thead span.negative:after,.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead span.negative:after,.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead span.negative:after,.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead span.negative:after,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span.negative:after,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span.negative:after,.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span.negative:after,.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead span.negative:after,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span.negative:after,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.negative:after,.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span.negative:after,.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead span.negative:after,.liveDashboard ._account_api .list-results thead .sub-header .w-form label.negative:after,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list label.negative:after,._account_api .liveDashboard .list-results thead .sub-header .w-form label.negative:after,._account_api .liveDashboard .list-results thead .sub-header .w-double-list label.negative:after,.liveDashboard .sub-header .w-form ._account_api .list-results thead label.negative:after,.liveDashboard .sub-header .w-double-list ._account_api .list-results thead label.negative:after,.sub-header .w-form ._account_api .liveDashboard .list-results thead label.negative:after,.sub-header .w-double-list ._account_api .liveDashboard .list-results thead label.negative:after,.liveDashboard ._account_api .list-results thead .block-filters button.negative:after,._account_api .liveDashboard .list-results thead .block-filters button.negative:after,.liveDashboard .block-filters ._account_api .list-results thead button.negative:after,.block-filters ._account_api .liveDashboard .list-results thead button.negative:after,.liveDashboard ._account_api .list-results thead .block-filters select.negative:after,._account_api .liveDashboard .list-results thead .block-filters select.negative:after,.liveDashboard .block-filters ._account_api .list-results thead select.negative:after,.block-filters ._account_api .liveDashboard .list-results thead select.negative:after,.liveDashboard ._account_api .list-results thead .form-auto-list .negative.form-auto-item.is-user-is-inactive:after,._account_api .liveDashboard .list-results thead .form-auto-list .negative.form-auto-item.is-user-is-inactive:after,.liveDashboard .form-auto-list ._account_api .list-results thead .negative.form-auto-item.is-user-is-inactive:after,.form-auto-list ._account_api .liveDashboard .list-results thead .negative.form-auto-item.is-user-is-inactive:after,.liveDashboard ._account_api .list-results thead .form-auto-list .negative.form-auto-item.is-user-is-active:after,._account_api .liveDashboard .list-results thead .form-auto-list .negative.form-auto-item.is-user-is-active:after,.liveDashboard .form-auto-list ._account_api .list-results thead .negative.form-auto-item.is-user-is-active:after,.form-auto-list ._account_api .liveDashboard .list-results thead .negative.form-auto-item.is-user-is-active:after,.liveDashboard ._account_api .list-results thead .list-results-header .status.title span.negative:after,._account_api .liveDashboard .list-results thead .list-results-header .status.title span.negative:after,.liveDashboard .list-results-header .status.title ._account_api .list-results thead span.negative:after,.list-results-header .status.title ._account_api .liveDashboard .list-results thead span.negative:after,.liveDashboard ._account_api .list-results thead tr span.negative:after,._account_api .liveDashboard .list-results thead tr span.negative:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .negative.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .negative.dropdown-toggle:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .negative.filter:after,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .negative.filter:after,._account_api .form-label.status .liveDashboard .list-results thead span.negative:after,._account_api .status.status-log .liveDashboard .list-results thead span.negative:after,._account_api .status.status-report-item .liveDashboard .list-results thead span.negative:after,._account_api .double-list dd.status .liveDashboard .list-results thead span.negative:after,.double-list ._account_api dd.status .liveDashboard .list-results thead span.negative:after,._account_api .double-list dt.status .liveDashboard .list-results thead span.negative:after,.double-list ._account_api dt.status .liveDashboard .list-results thead span.negative:after,._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span.negative:after,.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead span.negative:after,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.negative:after,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead span.negative:after,._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.negative:after,.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead span.negative:after,.form-label.status .liveDashboard ._account_api .list-results thead span.negative:after,.status.status-log .liveDashboard ._account_api .list-results thead span.negative:after,.status.status-report-item .liveDashboard ._account_api .list-results thead span.negative:after,.double-list dd.status .liveDashboard ._account_api .list-results thead span.negative:after,.double-list dt.status .liveDashboard ._account_api .list-results thead span.negative:after,.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead span.negative:after,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead span.negative:after,.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead span.negative:after,._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span.negative:after,.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead span.negative:after,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.negative:after,.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead span.negative:after,._account_api .sub-header .w-form .liveDashboard .list-results thead label.negative:after,._account_api .sub-header .w-double-list .liveDashboard .list-results thead label.negative:after,.sub-header .w-form .liveDashboard ._account_api .list-results thead label.negative:after,.sub-header .w-double-list .liveDashboard ._account_api .list-results thead label.negative:after,._account_api .block-filters .liveDashboard .list-results thead button.negative:after,.block-filters .liveDashboard ._account_api .list-results thead button.negative:after,._account_api .block-filters .liveDashboard .list-results thead select.negative:after,.block-filters .liveDashboard ._account_api .list-results thead select.negative:after,._account_api .form-auto-list .liveDashboard .list-results thead .negative.form-auto-item.is-user-is-inactive:after,.form-auto-list .liveDashboard ._account_api .list-results thead .negative.form-auto-item.is-user-is-inactive:after,._account_api .form-auto-list .liveDashboard .list-results thead .negative.form-auto-item.is-user-is-active:after,.form-auto-list .liveDashboard ._account_api .list-results thead .negative.form-auto-item.is-user-is-active:after,._account_api .list-results-header .status.title .liveDashboard .list-results thead span.negative:after,.list-results-header .status.title .liveDashboard ._account_api .list-results thead span.negative:after,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .negative.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .negative.dropdown-toggle:after,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .negative.filter:after,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .negative.filter:after,.liveDashboard .list-results thead .form-label.status span.negative:after,.liveDashboard .list-results thead .status.status-log span.negative:after,.liveDashboard .list-results thead .status.status-report-item span.negative:after,.liveDashboard .list-results thead .double-list dd.status span.negative:after,.double-list .liveDashboard .list-results thead dd.status span.negative:after,.liveDashboard .list-results thead .double-list dt.status span.negative:after,.double-list .liveDashboard .list-results thead dt.status span.negative:after,.liveDashboard .list-results thead .w-cards-container .w-card .status.title span.negative:after,.w-cards-container .w-card .liveDashboard .list-results thead .status.title span.negative:after,.liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.negative:after,.w-cards-container .w-card.centered .w-value .liveDashboard .list-results thead .status.label span.negative:after,.liveDashboard .list-results thead tbody tr.sublist .status.title span.negative:after,.liveDashboard .list-results tbody tr.sublist thead .status.title span.negative:after,.form-label.status .liveDashboard .list-results thead span.negative:after,.status.status-log .liveDashboard .list-results thead span.negative:after,.status.status-report-item .liveDashboard .list-results thead span.negative:after,.double-list dd.status .liveDashboard .list-results thead span.negative:after,.double-list dt.status .liveDashboard .list-results thead span.negative:after,.w-cards-container .w-card .status.title .liveDashboard .list-results thead span.negative:after,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.negative:after,.list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.negative:after,.liveDashboard .list-results thead .w-filters-selected label.status.small span.negative:after,.w-filters-selected label.status.small .liveDashboard .list-results thead span.negative:after,.liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.negative:after,.w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.negative:after,.liveDashboard .list-results thead .sub-header .w-form label.negative:after,.liveDashboard .list-results thead .sub-header .w-double-list label.negative:after,.sub-header .w-form .liveDashboard .list-results thead label.negative:after,.sub-header .w-double-list .liveDashboard .list-results thead label.negative:after,.liveDashboard .list-results thead .block-filters button.negative:after,.block-filters .liveDashboard .list-results thead button.negative:after,.liveDashboard .list-results thead .block-filters select.negative:after,.block-filters .liveDashboard .list-results thead select.negative:after,.liveDashboard .list-results thead .form-auto-list .negative.form-auto-item.is-user-is-inactive:after,.form-auto-list .liveDashboard .list-results thead .negative.form-auto-item.is-user-is-inactive:after,.liveDashboard .list-results thead .form-auto-list .negative.form-auto-item.is-user-is-active:after,.form-auto-list .liveDashboard .list-results thead .negative.form-auto-item.is-user-is-active:after,.liveDashboard .list-results thead .list-results-header .status.title span.negative:after,.list-results-header .status.title .liveDashboard .list-results thead span.negative:after,.liveDashboard .list-results thead tr span.negative:after,._account_api .list-results thead .negative.icon:after,._account_api .list-results thead .w-dialog.plus .negative.dialog-aside:after,.w-dialog.plus ._account_api .list-results thead .negative.dialog-aside:after,._account_api .list-results thead .w-toast .negative.toast.plus:after,.w-toast ._account_api .list-results thead .negative.toast.plus:after,._account_api .list-results thead .toggleWrapper input.mobileToggle+label.negative:after,.toggleWrapper ._account_api .list-results thead input.mobileToggle+label.negative:after,._account_api .list-results thead tbody span.negative.status:after,._account_api .list-results tbody thead span.negative.status:after,._account_api .list-results thead tbody td.is-running span.negative:after,._account_api .list-results tbody td.is-running thead span.negative:after,._account_api .list-results thead tbody td.is-pending span.negative:after,._account_api .list-results tbody td.is-pending thead span.negative:after,._account_api .liveDashboard .list-results thead .negative.icon:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .negative.dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .negative.dialog-aside:after,._account_api .liveDashboard .list-results thead .w-toast .negative.toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .negative.toast.plus:after,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.negative:after,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label.negative:after,._account_api .liveDashboard .list-results thead tbody span.negative.status:after,._account_api .liveDashboard .list-results tbody thead span.negative.status:after,._account_api .liveDashboard .list-results thead tbody td.is-running span.negative:after,._account_api .liveDashboard .list-results tbody td.is-running thead span.negative:after,._account_api .liveDashboard .list-results thead tbody td.is-pending span.negative:after,._account_api .liveDashboard .list-results tbody td.is-pending thead span.negative:after,.liveDashboard ._account_api .list-results thead .negative.icon:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .negative.dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .negative.dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-toast .negative.toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .negative.toast.plus:after,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label.negative:after,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label.negative:after,.liveDashboard ._account_api .list-results thead tbody span.negative.status:after,.liveDashboard ._account_api .list-results tbody thead span.negative.status:after,.liveDashboard ._account_api .list-results thead tbody td.is-running span.negative:after,.liveDashboard ._account_api .list-results tbody td.is-running thead span.negative:after,.liveDashboard ._account_api .list-results thead tbody td.is-pending span.negative:after,.liveDashboard ._account_api .list-results tbody td.is-pending thead span.negative:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .negative.dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .negative.dropdown-toggle:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .negative.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .negative.dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .negative.filter:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .negative.filter:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .negative.filter:after,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .negative.filter:after,._account_api .liveDashboard .list-results thead .form-label.status span.negative:after,._account_api .liveDashboard .list-results thead .status.status-log span.negative:after,._account_api .liveDashboard .list-results thead .status.status-report-item span.negative:after,._account_api .liveDashboard .list-results thead .double-list dd.status span.negative:after,.double-list ._account_api .liveDashboard .list-results thead dd.status span.negative:after,._account_api .liveDashboard .list-results thead .double-list dt.status span.negative:after,.double-list ._account_api .liveDashboard .list-results thead dt.status span.negative:after,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span.negative:after,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title span.negative:after,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.negative:after,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label span.negative:after,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span.negative:after,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span.negative:after,.liveDashboard ._account_api .list-results thead .form-label.status span.negative:after,.liveDashboard ._account_api .list-results thead .status.status-log span.negative:after,.liveDashboard ._account_api .list-results thead .status.status-report-item span.negative:after,.liveDashboard ._account_api .list-results thead .double-list dd.status span.negative:after,.double-list .liveDashboard ._account_api .list-results thead dd.status span.negative:after,.liveDashboard ._account_api .list-results thead .double-list dt.status span.negative:after,.double-list .liveDashboard ._account_api .list-results thead dt.status span.negative:after,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span.negative:after,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title span.negative:after,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.negative:after,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label span.negative:after,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span.negative:after,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span.negative:after,._account_api .form-label.status .liveDashboard .list-results thead span.negative:after,._account_api .status.status-log .liveDashboard .list-results thead span.negative:after,._account_api .status.status-report-item .liveDashboard .list-results thead span.negative:after,._account_api .double-list dd.status .liveDashboard .list-results thead span.negative:after,.double-list ._account_api dd.status .liveDashboard .list-results thead span.negative:after,._account_api .double-list dt.status .liveDashboard .list-results thead span.negative:after,.double-list ._account_api dt.status .liveDashboard .list-results thead span.negative:after,._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span.negative:after,.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead span.negative:after,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.negative:after,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead span.negative:after,._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.negative:after,.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead span.negative:after,.form-label.status .liveDashboard ._account_api .list-results thead span.negative:after,.status.status-log .liveDashboard ._account_api .list-results thead span.negative:after,.status.status-report-item .liveDashboard ._account_api .list-results thead span.negative:after,.double-list dd.status .liveDashboard ._account_api .list-results thead span.negative:after,.double-list dt.status .liveDashboard ._account_api .list-results thead span.negative:after,.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead span.negative:after,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead span.negative:after,.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead span.negative:after,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span.negative:after,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span.negative:after,._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span.negative:after,.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead span.negative:after,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.negative:after,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span.negative:after,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.negative:after,.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead span.negative:after,._account_api .liveDashboard .list-results thead .sub-header .w-form label.negative:after,._account_api .liveDashboard .list-results thead .sub-header .w-double-list label.negative:after,.liveDashboard ._account_api .list-results thead .sub-header .w-form label.negative:after,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list label.negative:after,._account_api .sub-header .w-form .liveDashboard .list-results thead label.negative:after,._account_api .sub-header .w-double-list .liveDashboard .list-results thead label.negative:after,.sub-header .w-form .liveDashboard ._account_api .list-results thead label.negative:after,.sub-header .w-double-list .liveDashboard ._account_api .list-results thead label.negative:after,._account_api .liveDashboard .list-results thead .block-filters button.negative:after,.liveDashboard ._account_api .list-results thead .block-filters button.negative:after,._account_api .block-filters .liveDashboard .list-results thead button.negative:after,.block-filters .liveDashboard ._account_api .list-results thead button.negative:after,._account_api .liveDashboard .list-results thead .block-filters select.negative:after,.liveDashboard ._account_api .list-results thead .block-filters select.negative:after,._account_api .block-filters .liveDashboard .list-results thead select.negative:after,.block-filters .liveDashboard ._account_api .list-results thead select.negative:after,._account_api .liveDashboard .list-results thead .form-auto-list .negative.form-auto-item.is-user-is-inactive:after,.liveDashboard ._account_api .list-results thead .form-auto-list .negative.form-auto-item.is-user-is-inactive:after,._account_api .form-auto-list .liveDashboard .list-results thead .negative.form-auto-item.is-user-is-inactive:after,.form-auto-list .liveDashboard ._account_api .list-results thead .negative.form-auto-item.is-user-is-inactive:after,._account_api .liveDashboard .list-results thead .form-auto-list .negative.form-auto-item.is-user-is-active:after,.liveDashboard ._account_api .list-results thead .form-auto-list .negative.form-auto-item.is-user-is-active:after,._account_api .form-auto-list .liveDashboard .list-results thead .negative.form-auto-item.is-user-is-active:after,.form-auto-list .liveDashboard ._account_api .list-results thead .negative.form-auto-item.is-user-is-active:after,._account_api .liveDashboard .list-results thead .list-results-header .status.title span.negative:after,.liveDashboard ._account_api .list-results thead .list-results-header .status.title span.negative:after,._account_api .list-results-header .status.title .liveDashboard .list-results thead span.negative:after,.list-results-header .status.title .liveDashboard ._account_api .list-results thead span.negative:after,._account_api .liveDashboard .list-results thead tr span.negative:after,.liveDashboard ._account_api .list-results thead tr span.negative:after,._account_api .list-results thead .negative.icon:after,._account_api .list-results thead .w-dialog.plus .negative.dialog-aside:after,.w-dialog.plus ._account_api .list-results thead .negative.dialog-aside:after,._account_api .list-results thead .w-toast .negative.toast.plus:after,.w-toast ._account_api .list-results thead .negative.toast.plus:after,._account_api .list-results thead .toggleWrapper input.mobileToggle+label.negative:after,.toggleWrapper ._account_api .list-results thead input.mobileToggle+label.negative:after,._account_api .list-results thead tbody span.negative.status:after,._account_api .list-results tbody thead span.negative.status:after,._account_api .list-results thead tbody td.is-running span.negative:after,._account_api .list-results tbody td.is-running thead span.negative:after,._account_api .list-results thead tbody td.is-pending span.negative:after,._account_api .list-results tbody td.is-pending thead span.negative:after,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .negative.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .negative.dropdown-toggle:after,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .negative.filter:after,.w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .negative.filter:after,._account_api .list-results thead .form-label.status span.negative:after,._account_api .list-results thead .status.status-log span.negative:after,._account_api .list-results thead .status.status-report-item span.negative:after,._account_api .list-results thead .double-list dd.status span.negative:after,.double-list ._account_api .list-results thead dd.status span.negative:after,._account_api .list-results thead .double-list dt.status span.negative:after,.double-list ._account_api .list-results thead dt.status span.negative:after,._account_api .list-results thead .w-cards-container .w-card .status.title span.negative:after,.w-cards-container .w-card ._account_api .list-results thead .status.title span.negative:after,._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.negative:after,.w-cards-container .w-card.centered .w-value ._account_api .list-results thead .status.label span.negative:after,._account_api .list-results thead tbody tr.sublist .status.title span.negative:after,._account_api .list-results tbody tr.sublist thead .status.title span.negative:after,.form-label.status ._account_api .list-results thead span.negative:after,.status.status-log ._account_api .list-results thead span.negative:after,.status.status-report-item ._account_api .list-results thead span.negative:after,.double-list dd.status ._account_api .list-results thead span.negative:after,.double-list dt.status ._account_api .list-results thead span.negative:after,.w-cards-container .w-card .status.title ._account_api .list-results thead span.negative:after,.w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.negative:after,.list-results tbody tr.sublist .status.title ._account_api .list-results thead span.negative:after,._account_api .list-results thead .w-filters-selected label.status.small span.negative:after,.w-filters-selected label.status.small ._account_api .list-results thead span.negative:after,._account_api .list-results thead .w-filters-selected .status.btn-f-s span.negative:after,.w-filters-selected .status.btn-f-s ._account_api .list-results thead span.negative:after,._account_api .list-results thead .sub-header .w-form label.negative:after,._account_api .list-results thead .sub-header .w-double-list label.negative:after,.sub-header .w-form ._account_api .list-results thead label.negative:after,.sub-header .w-double-list ._account_api .list-results thead label.negative:after,._account_api .list-results thead .block-filters button.negative:after,.block-filters ._account_api .list-results thead button.negative:after,._account_api .list-results thead .block-filters select.negative:after,.block-filters ._account_api .list-results thead select.negative:after,._account_api .list-results thead .form-auto-list .negative.form-auto-item.is-user-is-inactive:after,.form-auto-list ._account_api .list-results thead .negative.form-auto-item.is-user-is-inactive:after,._account_api .list-results thead .form-auto-list .negative.form-auto-item.is-user-is-active:after,.form-auto-list ._account_api .list-results thead .negative.form-auto-item.is-user-is-active:after,._account_api .list-results thead .list-results-header .status.title span.negative:after,.list-results-header .status.title ._account_api .list-results thead span.negative:after,._account_api .list-results thead tr span.negative:after,.liveDashboard ._account_api .list-results thead .negative.icon:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .negative.dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .negative.dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-toast .negative.toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .negative.toast.plus:after,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label.negative:after,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label.negative:after,.liveDashboard ._account_api .list-results thead tbody span.negative.status:after,.liveDashboard ._account_api .list-results tbody thead span.negative.status:after,.liveDashboard ._account_api .list-results thead tbody td.is-running span.negative:after,.liveDashboard ._account_api .list-results tbody td.is-running thead span.negative:after,.liveDashboard ._account_api .list-results thead tbody td.is-pending span.negative:after,.liveDashboard ._account_api .list-results tbody td.is-pending thead span.negative:after,._account_api .liveDashboard .list-results thead .negative.icon:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .negative.dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .negative.dialog-aside:after,._account_api .liveDashboard .list-results thead .w-toast .negative.toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .negative.toast.plus:after,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.negative:after,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label.negative:after,._account_api .liveDashboard .list-results thead tbody span.negative.status:after,._account_api .liveDashboard .list-results tbody thead span.negative.status:after,._account_api .liveDashboard .list-results thead tbody td.is-running span.negative:after,._account_api .liveDashboard .list-results tbody td.is-running thead span.negative:after,._account_api .liveDashboard .list-results thead tbody td.is-pending span.negative:after,._account_api .liveDashboard .list-results tbody td.is-pending thead span.negative:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .negative.dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .negative.dropdown-toggle:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .negative.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .negative.dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .negative.filter:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .negative.filter:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .negative.filter:after,.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .negative.filter:after,.liveDashboard ._account_api .list-results thead .form-label.status span.negative:after,.liveDashboard ._account_api .list-results thead .status.status-log span.negative:after,.liveDashboard ._account_api .list-results thead .status.status-report-item span.negative:after,.liveDashboard ._account_api .list-results thead .double-list dd.status span.negative:after,.double-list .liveDashboard ._account_api .list-results thead dd.status span.negative:after,.liveDashboard ._account_api .list-results thead .double-list dt.status span.negative:after,.double-list .liveDashboard ._account_api .list-results thead dt.status span.negative:after,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span.negative:after,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title span.negative:after,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.negative:after,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label span.negative:after,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span.negative:after,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span.negative:after,._account_api .liveDashboard .list-results thead .form-label.status span.negative:after,._account_api .liveDashboard .list-results thead .status.status-log span.negative:after,._account_api .liveDashboard .list-results thead .status.status-report-item span.negative:after,._account_api .liveDashboard .list-results thead .double-list dd.status span.negative:after,.double-list ._account_api .liveDashboard .list-results thead dd.status span.negative:after,._account_api .liveDashboard .list-results thead .double-list dt.status span.negative:after,.double-list ._account_api .liveDashboard .list-results thead dt.status span.negative:after,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span.negative:after,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title span.negative:after,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.negative:after,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label span.negative:after,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span.negative:after,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span.negative:after,.liveDashboard .form-label.status ._account_api .list-results thead span.negative:after,.liveDashboard .status.status-log ._account_api .list-results thead span.negative:after,.liveDashboard .status.status-report-item ._account_api .list-results thead span.negative:after,.liveDashboard .double-list dd.status ._account_api .list-results thead span.negative:after,.double-list .liveDashboard dd.status ._account_api .list-results thead span.negative:after,.liveDashboard .double-list dt.status ._account_api .list-results thead span.negative:after,.double-list .liveDashboard dt.status ._account_api .list-results thead span.negative:after,.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span.negative:after,.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead span.negative:after,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.negative:after,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead span.negative:after,.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span.negative:after,.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead span.negative:after,.form-label.status ._account_api .liveDashboard .list-results thead span.negative:after,.status.status-log ._account_api .liveDashboard .list-results thead span.negative:after,.status.status-report-item ._account_api .liveDashboard .list-results thead span.negative:after,.double-list dd.status ._account_api .liveDashboard .list-results thead span.negative:after,.double-list dt.status ._account_api .liveDashboard .list-results thead span.negative:after,.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead span.negative:after,.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead span.negative:after,.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead span.negative:after,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span.negative:after,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span.negative:after,.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span.negative:after,.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead span.negative:after,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span.negative:after,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.negative:after,.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span.negative:after,.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead span.negative:after,.liveDashboard ._account_api .list-results thead .sub-header .w-form label.negative:after,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list label.negative:after,._account_api .liveDashboard .list-results thead .sub-header .w-form label.negative:after,._account_api .liveDashboard .list-results thead .sub-header .w-double-list label.negative:after,.liveDashboard .sub-header .w-form ._account_api .list-results thead label.negative:after,.liveDashboard .sub-header .w-double-list ._account_api .list-results thead label.negative:after,.sub-header .w-form ._account_api .liveDashboard .list-results thead label.negative:after,.sub-header .w-double-list ._account_api .liveDashboard .list-results thead label.negative:after,.liveDashboard ._account_api .list-results thead .block-filters button.negative:after,._account_api .liveDashboard .list-results thead .block-filters button.negative:after,.liveDashboard .block-filters ._account_api .list-results thead button.negative:after,.block-filters ._account_api .liveDashboard .list-results thead button.negative:after,.liveDashboard ._account_api .list-results thead .block-filters select.negative:after,._account_api .liveDashboard .list-results thead .block-filters select.negative:after,.liveDashboard .block-filters ._account_api .list-results thead select.negative:after,.block-filters ._account_api .liveDashboard .list-results thead select.negative:after,.liveDashboard ._account_api .list-results thead .form-auto-list .negative.form-auto-item.is-user-is-inactive:after,._account_api .liveDashboard .list-results thead .form-auto-list .negative.form-auto-item.is-user-is-inactive:after,.liveDashboard .form-auto-list ._account_api .list-results thead .negative.form-auto-item.is-user-is-inactive:after,.form-auto-list ._account_api .liveDashboard .list-results thead .negative.form-auto-item.is-user-is-inactive:after,.liveDashboard ._account_api .list-results thead .form-auto-list .negative.form-auto-item.is-user-is-active:after,._account_api .liveDashboard .list-results thead .form-auto-list .negative.form-auto-item.is-user-is-active:after,.liveDashboard .form-auto-list ._account_api .list-results thead .negative.form-auto-item.is-user-is-active:after,.form-auto-list ._account_api .liveDashboard .list-results thead .negative.form-auto-item.is-user-is-active:after,.liveDashboard ._account_api .list-results thead .list-results-header .status.title span.negative:after,._account_api .liveDashboard .list-results thead .list-results-header .status.title span.negative:after,.liveDashboard .list-results-header .status.title ._account_api .list-results thead span.negative:after,.list-results-header .status.title ._account_api .liveDashboard .list-results thead span.negative:after,.liveDashboard ._account_api .list-results thead tr span.negative:after,._account_api .liveDashboard .list-results thead tr span.negative:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .negative.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .negative.dropdown-toggle:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .negative.filter:after,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .negative.filter:after,._account_api .form-label.status .liveDashboard .list-results thead span.negative:after,._account_api .status.status-log .liveDashboard .list-results thead span.negative:after,._account_api .status.status-report-item .liveDashboard .list-results thead span.negative:after,._account_api .double-list dd.status .liveDashboard .list-results thead span.negative:after,.double-list ._account_api dd.status .liveDashboard .list-results thead span.negative:after,._account_api .double-list dt.status .liveDashboard .list-results thead span.negative:after,.double-list ._account_api dt.status .liveDashboard .list-results thead span.negative:after,._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span.negative:after,.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead span.negative:after,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.negative:after,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead span.negative:after,._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.negative:after,.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead span.negative:after,.form-label.status .liveDashboard ._account_api .list-results thead span.negative:after,.status.status-log .liveDashboard ._account_api .list-results thead span.negative:after,.status.status-report-item .liveDashboard ._account_api .list-results thead span.negative:after,.double-list dd.status .liveDashboard ._account_api .list-results thead span.negative:after,.double-list dt.status .liveDashboard ._account_api .list-results thead span.negative:after,.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead span.negative:after,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead span.negative:after,.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead span.negative:after,._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span.negative:after,.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead span.negative:after,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.negative:after,.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead span.negative:after,._account_api .sub-header .w-form .liveDashboard .list-results thead label.negative:after,._account_api .sub-header .w-double-list .liveDashboard .list-results thead label.negative:after,.sub-header .w-form .liveDashboard ._account_api .list-results thead label.negative:after,.sub-header .w-double-list .liveDashboard ._account_api .list-results thead label.negative:after,._account_api .block-filters .liveDashboard .list-results thead button.negative:after,.block-filters .liveDashboard ._account_api .list-results thead button.negative:after,._account_api .block-filters .liveDashboard .list-results thead select.negative:after,.block-filters .liveDashboard ._account_api .list-results thead select.negative:after,._account_api .form-auto-list .liveDashboard .list-results thead .negative.form-auto-item.is-user-is-inactive:after,.form-auto-list .liveDashboard ._account_api .list-results thead .negative.form-auto-item.is-user-is-inactive:after,._account_api .form-auto-list .liveDashboard .list-results thead .negative.form-auto-item.is-user-is-active:after,.form-auto-list .liveDashboard ._account_api .list-results thead .negative.form-auto-item.is-user-is-active:after,._account_api .list-results-header .status.title .liveDashboard .list-results thead span.negative:after,.list-results-header .status.title .liveDashboard ._account_api .list-results thead span.negative:after,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .negative.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .negative.dropdown-toggle:after,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .negative.filter:after,.w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .negative.filter:after,._account_api .list-results thead .form-label.status span.negative:after,._account_api .list-results thead .status.status-log span.negative:after,._account_api .list-results thead .status.status-report-item span.negative:after,._account_api .list-results thead .double-list dd.status span.negative:after,.double-list ._account_api .list-results thead dd.status span.negative:after,._account_api .list-results thead .double-list dt.status span.negative:after,.double-list ._account_api .list-results thead dt.status span.negative:after,._account_api .list-results thead .w-cards-container .w-card .status.title span.negative:after,.w-cards-container .w-card ._account_api .list-results thead .status.title span.negative:after,._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.negative:after,.w-cards-container .w-card.centered .w-value ._account_api .list-results thead .status.label span.negative:after,._account_api .list-results thead tbody tr.sublist .status.title span.negative:after,._account_api .list-results tbody tr.sublist thead .status.title span.negative:after,.form-label.status ._account_api .list-results thead span.negative:after,.status.status-log ._account_api .list-results thead span.negative:after,.status.status-report-item ._account_api .list-results thead span.negative:after,.double-list dd.status ._account_api .list-results thead span.negative:after,.double-list dt.status ._account_api .list-results thead span.negative:after,.w-cards-container .w-card .status.title ._account_api .list-results thead span.negative:after,.w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.negative:after,.list-results tbody tr.sublist .status.title ._account_api .list-results thead span.negative:after,._account_api .list-results thead .w-filters-selected label.status.small span.negative:after,.w-filters-selected label.status.small ._account_api .list-results thead span.negative:after,._account_api .list-results thead .w-filters-selected .status.btn-f-s span.negative:after,.w-filters-selected .status.btn-f-s ._account_api .list-results thead span.negative:after,._account_api .list-results thead .sub-header .w-form label.negative:after,._account_api .list-results thead .sub-header .w-double-list label.negative:after,.sub-header .w-form ._account_api .list-results thead label.negative:after,.sub-header .w-double-list ._account_api .list-results thead label.negative:after,._account_api .list-results thead .block-filters button.negative:after,.block-filters ._account_api .list-results thead button.negative:after,._account_api .list-results thead .block-filters select.negative:after,.block-filters ._account_api .list-results thead select.negative:after,._account_api .list-results thead .form-auto-list .negative.form-auto-item.is-user-is-inactive:after,.form-auto-list ._account_api .list-results thead .negative.form-auto-item.is-user-is-inactive:after,._account_api .list-results thead .form-auto-list .negative.form-auto-item.is-user-is-active:after,.form-auto-list ._account_api .list-results thead .negative.form-auto-item.is-user-is-active:after,._account_api .list-results thead .list-results-header .status.title span.negative:after,.list-results-header .status.title ._account_api .list-results thead span.negative:after,._account_api .list-results thead tr span.negative:after,.sidebar-default.sidebar-default-right .sidebar-default-body .filter-group .negative.filter-checkbox:after,.add-filters-dropdown .w-add-filters-list>div.filter-group .negative.filter-checkbox:after,.filter-preset .filter-field-name button.negative:after,.filter-preset .filter-field-name button.i-check:after,.btn.negative:after,.pagination a.negative:after,.goal-option .negative.expend-label:after{display:none}.button-default.mobile-filters,.liveDashboard .list-results thead .mobile-filters.icon,.liveDashboard .list-results thead .mobile-filters.w-alert-banner:before,.liveDashboard .list-results thead .mobile-filters.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .mobile-filters.w-alert-banner:before,._account_api .liveDashboard .list-results thead .mobile-filters.w-alert-banner:before,.liveDashboard .list-results thead .w-dialog.plus .mobile-filters.dialog-aside:after,.w-dialog.plus .liveDashboard .list-results thead .mobile-filters.dialog-aside:after,.liveDashboard .list-results thead .w-toast .mobile-filters.toast.plus:after,.w-toast .liveDashboard .list-results thead .mobile-filters.toast.plus:after,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .mobile-filters.btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .mobile-filters.btn-period-clear:before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .mobile-filters.btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .mobile-filters.btn-filter:before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .mobile-filters.btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .mobile-filters.btn-period-edit:before,.liveDashboard .list-results thead .block-filters .mobile-filters.btn-filter:before,.block-filters .liveDashboard .list-results thead .mobile-filters.btn-filter:before,.liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.mobile-filters,.toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label.mobile-filters,.liveDashboard .list-results thead tbody span.mobile-filters.status,.liveDashboard .list-results tbody thead span.mobile-filters.status,.liveDashboard .list-results thead tbody td.is-running span.mobile-filters,.liveDashboard .list-results tbody td.is-running thead span.mobile-filters,.liveDashboard .list-results thead tbody td.is-pending span.mobile-filters,.liveDashboard .list-results tbody td.is-pending thead span.mobile-filters,.liveDashboard .list-results thead .mobile-filters.icon,.liveDashboard .list-results thead .mobile-filters.w-alert-banner:before,.liveDashboard .list-results thead .mobile-filters.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .mobile-filters.w-alert-banner:before,._account_api .liveDashboard .list-results thead .mobile-filters.w-alert-banner:before,.liveDashboard .list-results thead .w-dialog.plus .mobile-filters.dialog-aside:after,.w-dialog.plus .liveDashboard .list-results thead .mobile-filters.dialog-aside:after,.liveDashboard .list-results thead .w-toast .mobile-filters.toast.plus:after,.w-toast .liveDashboard .list-results thead .mobile-filters.toast.plus:after,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .mobile-filters.btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .mobile-filters.btn-period-clear:before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .mobile-filters.btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .mobile-filters.btn-filter:before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .mobile-filters.btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .mobile-filters.btn-period-edit:before,.liveDashboard .list-results thead .block-filters .mobile-filters.btn-filter:before,.block-filters .liveDashboard .list-results thead .mobile-filters.btn-filter:before,.liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.mobile-filters,.toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label.mobile-filters,.liveDashboard .list-results thead tbody span.mobile-filters.status,.liveDashboard .list-results tbody thead span.mobile-filters.status,.liveDashboard .list-results thead tbody td.is-running span.mobile-filters,.liveDashboard .list-results tbody td.is-running thead span.mobile-filters,.liveDashboard .list-results thead tbody td.is-pending span.mobile-filters,.liveDashboard .list-results tbody td.is-pending thead span.mobile-filters,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .mobile-filters.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .mobile-filters.dropdown-toggle:after,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .mobile-filters.filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .mobile-filters.filter,.liveDashboard .list-results thead .form-label.status span.mobile-filters,.liveDashboard .list-results thead .status.status-log span.mobile-filters,.liveDashboard .list-results thead .status.status-report-item span.mobile-filters,.liveDashboard .list-results thead .double-list dd.status span.mobile-filters,.double-list .liveDashboard .list-results thead dd.status span.mobile-filters,.liveDashboard .list-results thead .double-list dt.status span.mobile-filters,.double-list .liveDashboard .list-results thead dt.status span.mobile-filters,.liveDashboard .list-results thead .w-cards-container .w-card .status.title span.mobile-filters,.w-cards-container .w-card .liveDashboard .list-results thead .status.title span.mobile-filters,.liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.mobile-filters,.w-cards-container .w-card.centered .w-value .liveDashboard .list-results thead .status.label span.mobile-filters,.liveDashboard .list-results thead tbody tr.sublist .status.title span.mobile-filters,.liveDashboard .list-results tbody tr.sublist thead .status.title span.mobile-filters,.form-label.status .liveDashboard .list-results thead span.mobile-filters,.status.status-log .liveDashboard .list-results thead span.mobile-filters,.status.status-report-item .liveDashboard .list-results thead span.mobile-filters,.double-list dd.status .liveDashboard .list-results thead span.mobile-filters,.double-list dt.status .liveDashboard .list-results thead span.mobile-filters,.w-cards-container .w-card .status.title .liveDashboard .list-results thead span.mobile-filters,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.mobile-filters,.list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.mobile-filters,.liveDashboard .list-results thead .w-filters-selected label.status.small span.mobile-filters,.w-filters-selected label.status.small .liveDashboard .list-results thead span.mobile-filters,.liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.mobile-filters,.w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.mobile-filters,.liveDashboard .list-results thead .sub-header .w-form label.mobile-filters,.liveDashboard .list-results thead .sub-header .w-double-list label.mobile-filters,.sub-header .w-form .liveDashboard .list-results thead label.mobile-filters,.sub-header .w-double-list .liveDashboard .list-results thead label.mobile-filters,.liveDashboard .list-results thead .block-filters button.mobile-filters:after,.block-filters .liveDashboard .list-results thead button.mobile-filters:after,.liveDashboard .list-results thead .block-filters select.mobile-filters:after,.block-filters .liveDashboard .list-results thead select.mobile-filters:after,.liveDashboard .list-results thead .form-auto-list .mobile-filters.form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard .list-results thead .mobile-filters.form-auto-item.is-user-is-inactive,.liveDashboard .list-results thead .form-auto-list .mobile-filters.form-auto-item.is-user-is-active,.form-auto-list .liveDashboard .list-results thead .mobile-filters.form-auto-item.is-user-is-active,.liveDashboard .list-results thead .list-results-header .status.title span.mobile-filters,.list-results-header .status.title .liveDashboard .list-results thead span.mobile-filters,.liveDashboard .list-results thead tr span.mobile-filters,.liveDashboard ._account_api .list-results thead .mobile-filters.icon,.liveDashboard ._account_api .list-results thead .mobile-filters.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .mobile-filters.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .mobile-filters.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-dialog.plus .mobile-filters.dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .mobile-filters.dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-toast .mobile-filters.toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .mobile-filters.toast.plus:after,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .mobile-filters.btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .mobile-filters.btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .mobile-filters.btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .mobile-filters.btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .mobile-filters.btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .mobile-filters.btn-period-edit:before,.liveDashboard ._account_api .list-results thead .block-filters .mobile-filters.btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .mobile-filters.btn-filter:before,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label.mobile-filters,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label.mobile-filters,.liveDashboard ._account_api .list-results thead tbody span.mobile-filters.status,.liveDashboard ._account_api .list-results tbody thead span.mobile-filters.status,.liveDashboard ._account_api .list-results thead tbody td.is-running span.mobile-filters,.liveDashboard ._account_api .list-results tbody td.is-running thead span.mobile-filters,.liveDashboard ._account_api .list-results thead tbody td.is-pending span.mobile-filters,.liveDashboard ._account_api .list-results tbody td.is-pending thead span.mobile-filters,._account_api .liveDashboard .list-results thead .mobile-filters.icon,._account_api .liveDashboard .list-results thead .mobile-filters.w-alert-banner:before,._account_api .liveDashboard .list-results thead .mobile-filters.w-alert-banner:before,._account_api .liveDashboard .list-results thead .mobile-filters.w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-dialog.plus .mobile-filters.dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .mobile-filters.dialog-aside:after,._account_api .liveDashboard .list-results thead .w-toast .mobile-filters.toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .mobile-filters.toast.plus:after,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .mobile-filters.btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .mobile-filters.btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .mobile-filters.btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .mobile-filters.btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .mobile-filters.btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .mobile-filters.btn-period-edit:before,._account_api .liveDashboard .list-results thead .block-filters .mobile-filters.btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .mobile-filters.btn-filter:before,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.mobile-filters,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label.mobile-filters,._account_api .liveDashboard .list-results thead tbody span.mobile-filters.status,._account_api .liveDashboard .list-results tbody thead span.mobile-filters.status,._account_api .liveDashboard .list-results thead tbody td.is-running span.mobile-filters,._account_api .liveDashboard .list-results tbody td.is-running thead span.mobile-filters,._account_api .liveDashboard .list-results thead tbody td.is-pending span.mobile-filters,._account_api .liveDashboard .list-results tbody td.is-pending thead span.mobile-filters,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .mobile-filters.dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .mobile-filters.dropdown-toggle:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .mobile-filters.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .mobile-filters.dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .mobile-filters.filter,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .mobile-filters.filter,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .mobile-filters.filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .mobile-filters.filter,.liveDashboard ._account_api .list-results thead .form-label.status span.mobile-filters,.liveDashboard ._account_api .list-results thead .status.status-log span.mobile-filters,.liveDashboard ._account_api .list-results thead .status.status-report-item span.mobile-filters,.liveDashboard ._account_api .list-results thead .double-list dd.status span.mobile-filters,.double-list .liveDashboard ._account_api .list-results thead dd.status span.mobile-filters,.liveDashboard ._account_api .list-results thead .double-list dt.status span.mobile-filters,.double-list .liveDashboard ._account_api .list-results thead dt.status span.mobile-filters,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span.mobile-filters,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title span.mobile-filters,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.mobile-filters,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label span.mobile-filters,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span.mobile-filters,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span.mobile-filters,._account_api .liveDashboard .list-results thead .form-label.status span.mobile-filters,._account_api .liveDashboard .list-results thead .status.status-log span.mobile-filters,._account_api .liveDashboard .list-results thead .status.status-report-item span.mobile-filters,._account_api .liveDashboard .list-results thead .double-list dd.status span.mobile-filters,.double-list ._account_api .liveDashboard .list-results thead dd.status span.mobile-filters,._account_api .liveDashboard .list-results thead .double-list dt.status span.mobile-filters,.double-list ._account_api .liveDashboard .list-results thead dt.status span.mobile-filters,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span.mobile-filters,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title span.mobile-filters,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.mobile-filters,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label span.mobile-filters,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span.mobile-filters,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span.mobile-filters,.liveDashboard .form-label.status ._account_api .list-results thead span.mobile-filters,.liveDashboard .status.status-log ._account_api .list-results thead span.mobile-filters,.liveDashboard .status.status-report-item ._account_api .list-results thead span.mobile-filters,.liveDashboard .double-list dd.status ._account_api .list-results thead span.mobile-filters,.double-list .liveDashboard dd.status ._account_api .list-results thead span.mobile-filters,.liveDashboard .double-list dt.status ._account_api .list-results thead span.mobile-filters,.double-list .liveDashboard dt.status ._account_api .list-results thead span.mobile-filters,.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span.mobile-filters,.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead span.mobile-filters,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.mobile-filters,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead span.mobile-filters,.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span.mobile-filters,.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead span.mobile-filters,.form-label.status ._account_api .liveDashboard .list-results thead span.mobile-filters,.status.status-log ._account_api .liveDashboard .list-results thead span.mobile-filters,.status.status-report-item ._account_api .liveDashboard .list-results thead span.mobile-filters,.double-list dd.status ._account_api .liveDashboard .list-results thead span.mobile-filters,.double-list dt.status ._account_api .liveDashboard .list-results thead span.mobile-filters,.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead span.mobile-filters,.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead span.mobile-filters,.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead span.mobile-filters,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span.mobile-filters,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span.mobile-filters,.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span.mobile-filters,.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead span.mobile-filters,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span.mobile-filters,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.mobile-filters,.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span.mobile-filters,.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead span.mobile-filters,.liveDashboard ._account_api .list-results thead .sub-header .w-form label.mobile-filters,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list label.mobile-filters,._account_api .liveDashboard .list-results thead .sub-header .w-form label.mobile-filters,._account_api .liveDashboard .list-results thead .sub-header .w-double-list label.mobile-filters,.liveDashboard .sub-header .w-form ._account_api .list-results thead label.mobile-filters,.liveDashboard .sub-header .w-double-list ._account_api .list-results thead label.mobile-filters,.sub-header .w-form ._account_api .liveDashboard .list-results thead label.mobile-filters,.sub-header .w-double-list ._account_api .liveDashboard .list-results thead label.mobile-filters,.liveDashboard ._account_api .list-results thead .block-filters button.mobile-filters:after,._account_api .liveDashboard .list-results thead .block-filters button.mobile-filters:after,.liveDashboard .block-filters ._account_api .list-results thead button.mobile-filters:after,.block-filters ._account_api .liveDashboard .list-results thead button.mobile-filters:after,.liveDashboard ._account_api .list-results thead .block-filters select.mobile-filters:after,._account_api .liveDashboard .list-results thead .block-filters select.mobile-filters:after,.liveDashboard .block-filters ._account_api .list-results thead select.mobile-filters:after,.block-filters ._account_api .liveDashboard .list-results thead select.mobile-filters:after,.liveDashboard ._account_api .list-results thead .form-auto-list .mobile-filters.form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .form-auto-list .mobile-filters.form-auto-item.is-user-is-inactive,.liveDashboard .form-auto-list ._account_api .list-results thead .mobile-filters.form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .liveDashboard .list-results thead .mobile-filters.form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .form-auto-list .mobile-filters.form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .form-auto-list .mobile-filters.form-auto-item.is-user-is-active,.liveDashboard .form-auto-list ._account_api .list-results thead .mobile-filters.form-auto-item.is-user-is-active,.form-auto-list ._account_api .liveDashboard .list-results thead .mobile-filters.form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .list-results-header .status.title span.mobile-filters,._account_api .liveDashboard .list-results thead .list-results-header .status.title span.mobile-filters,.liveDashboard .list-results-header .status.title ._account_api .list-results thead span.mobile-filters,.list-results-header .status.title ._account_api .liveDashboard .list-results thead span.mobile-filters,.liveDashboard ._account_api .list-results thead tr span.mobile-filters,._account_api .liveDashboard .list-results thead tr span.mobile-filters,.liveDashboard ._account_api .list-results thead .mobile-filters.icon,.liveDashboard ._account_api .list-results thead .mobile-filters.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .mobile-filters.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .mobile-filters.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-dialog.plus .mobile-filters.dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .mobile-filters.dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-toast .mobile-filters.toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .mobile-filters.toast.plus:after,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .mobile-filters.btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .mobile-filters.btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .mobile-filters.btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .mobile-filters.btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .mobile-filters.btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .mobile-filters.btn-period-edit:before,.liveDashboard ._account_api .list-results thead .block-filters .mobile-filters.btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .mobile-filters.btn-filter:before,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label.mobile-filters,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label.mobile-filters,.liveDashboard ._account_api .list-results thead tbody span.mobile-filters.status,.liveDashboard ._account_api .list-results tbody thead span.mobile-filters.status,.liveDashboard ._account_api .list-results thead tbody td.is-running span.mobile-filters,.liveDashboard ._account_api .list-results tbody td.is-running thead span.mobile-filters,.liveDashboard ._account_api .list-results thead tbody td.is-pending span.mobile-filters,.liveDashboard ._account_api .list-results tbody td.is-pending thead span.mobile-filters,._account_api .liveDashboard .list-results thead .mobile-filters.icon,._account_api .liveDashboard .list-results thead .mobile-filters.w-alert-banner:before,._account_api .liveDashboard .list-results thead .mobile-filters.w-alert-banner:before,._account_api .liveDashboard .list-results thead .mobile-filters.w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-dialog.plus .mobile-filters.dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .mobile-filters.dialog-aside:after,._account_api .liveDashboard .list-results thead .w-toast .mobile-filters.toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .mobile-filters.toast.plus:after,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .mobile-filters.btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .mobile-filters.btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .mobile-filters.btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .mobile-filters.btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .mobile-filters.btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .mobile-filters.btn-period-edit:before,._account_api .liveDashboard .list-results thead .block-filters .mobile-filters.btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .mobile-filters.btn-filter:before,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.mobile-filters,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label.mobile-filters,._account_api .liveDashboard .list-results thead tbody span.mobile-filters.status,._account_api .liveDashboard .list-results tbody thead span.mobile-filters.status,._account_api .liveDashboard .list-results thead tbody td.is-running span.mobile-filters,._account_api .liveDashboard .list-results tbody td.is-running thead span.mobile-filters,._account_api .liveDashboard .list-results thead tbody td.is-pending span.mobile-filters,._account_api .liveDashboard .list-results tbody td.is-pending thead span.mobile-filters,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .mobile-filters.dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .mobile-filters.dropdown-toggle:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .mobile-filters.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .mobile-filters.dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .mobile-filters.filter,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .mobile-filters.filter,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .mobile-filters.filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .mobile-filters.filter,.liveDashboard ._account_api .list-results thead .form-label.status span.mobile-filters,.liveDashboard ._account_api .list-results thead .status.status-log span.mobile-filters,.liveDashboard ._account_api .list-results thead .status.status-report-item span.mobile-filters,.liveDashboard ._account_api .list-results thead .double-list dd.status span.mobile-filters,.double-list .liveDashboard ._account_api .list-results thead dd.status span.mobile-filters,.liveDashboard ._account_api .list-results thead .double-list dt.status span.mobile-filters,.double-list .liveDashboard ._account_api .list-results thead dt.status span.mobile-filters,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span.mobile-filters,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title span.mobile-filters,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.mobile-filters,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label span.mobile-filters,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span.mobile-filters,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span.mobile-filters,._account_api .liveDashboard .list-results thead .form-label.status span.mobile-filters,._account_api .liveDashboard .list-results thead .status.status-log span.mobile-filters,._account_api .liveDashboard .list-results thead .status.status-report-item span.mobile-filters,._account_api .liveDashboard .list-results thead .double-list dd.status span.mobile-filters,.double-list ._account_api .liveDashboard .list-results thead dd.status span.mobile-filters,._account_api .liveDashboard .list-results thead .double-list dt.status span.mobile-filters,.double-list ._account_api .liveDashboard .list-results thead dt.status span.mobile-filters,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span.mobile-filters,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title span.mobile-filters,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.mobile-filters,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label span.mobile-filters,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span.mobile-filters,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span.mobile-filters,.liveDashboard .form-label.status ._account_api .list-results thead span.mobile-filters,.liveDashboard .status.status-log ._account_api .list-results thead span.mobile-filters,.liveDashboard .status.status-report-item ._account_api .list-results thead span.mobile-filters,.liveDashboard .double-list dd.status ._account_api .list-results thead span.mobile-filters,.double-list .liveDashboard dd.status ._account_api .list-results thead span.mobile-filters,.liveDashboard .double-list dt.status ._account_api .list-results thead span.mobile-filters,.double-list .liveDashboard dt.status ._account_api .list-results thead span.mobile-filters,.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span.mobile-filters,.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead span.mobile-filters,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.mobile-filters,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead span.mobile-filters,.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span.mobile-filters,.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead span.mobile-filters,.form-label.status ._account_api .liveDashboard .list-results thead span.mobile-filters,.status.status-log ._account_api .liveDashboard .list-results thead span.mobile-filters,.status.status-report-item ._account_api .liveDashboard .list-results thead span.mobile-filters,.double-list dd.status ._account_api .liveDashboard .list-results thead span.mobile-filters,.double-list dt.status ._account_api .liveDashboard .list-results thead span.mobile-filters,.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead span.mobile-filters,.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead span.mobile-filters,.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead span.mobile-filters,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span.mobile-filters,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span.mobile-filters,.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span.mobile-filters,.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead span.mobile-filters,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span.mobile-filters,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.mobile-filters,.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span.mobile-filters,.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead span.mobile-filters,.liveDashboard ._account_api .list-results thead .sub-header .w-form label.mobile-filters,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list label.mobile-filters,._account_api .liveDashboard .list-results thead .sub-header .w-form label.mobile-filters,._account_api .liveDashboard .list-results thead .sub-header .w-double-list label.mobile-filters,.liveDashboard .sub-header .w-form ._account_api .list-results thead label.mobile-filters,.liveDashboard .sub-header .w-double-list ._account_api .list-results thead label.mobile-filters,.sub-header .w-form ._account_api .liveDashboard .list-results thead label.mobile-filters,.sub-header .w-double-list ._account_api .liveDashboard .list-results thead label.mobile-filters,.liveDashboard ._account_api .list-results thead .block-filters button.mobile-filters:after,._account_api .liveDashboard .list-results thead .block-filters button.mobile-filters:after,.liveDashboard .block-filters ._account_api .list-results thead button.mobile-filters:after,.block-filters ._account_api .liveDashboard .list-results thead button.mobile-filters:after,.liveDashboard ._account_api .list-results thead .block-filters select.mobile-filters:after,._account_api .liveDashboard .list-results thead .block-filters select.mobile-filters:after,.liveDashboard .block-filters ._account_api .list-results thead select.mobile-filters:after,.block-filters ._account_api .liveDashboard .list-results thead select.mobile-filters:after,.liveDashboard ._account_api .list-results thead .form-auto-list .mobile-filters.form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .form-auto-list .mobile-filters.form-auto-item.is-user-is-inactive,.liveDashboard .form-auto-list ._account_api .list-results thead .mobile-filters.form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .liveDashboard .list-results thead .mobile-filters.form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .form-auto-list .mobile-filters.form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .form-auto-list .mobile-filters.form-auto-item.is-user-is-active,.liveDashboard .form-auto-list ._account_api .list-results thead .mobile-filters.form-auto-item.is-user-is-active,.form-auto-list ._account_api .liveDashboard .list-results thead .mobile-filters.form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .list-results-header .status.title span.mobile-filters,._account_api .liveDashboard .list-results thead .list-results-header .status.title span.mobile-filters,.liveDashboard .list-results-header .status.title ._account_api .list-results thead span.mobile-filters,.list-results-header .status.title ._account_api .liveDashboard .list-results thead span.mobile-filters,.liveDashboard ._account_api .list-results thead tr span.mobile-filters,._account_api .liveDashboard .list-results thead tr span.mobile-filters,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .mobile-filters.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .mobile-filters.dropdown-toggle:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .mobile-filters.filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .mobile-filters.filter,._account_api .form-label.status .liveDashboard .list-results thead span.mobile-filters,._account_api .status.status-log .liveDashboard .list-results thead span.mobile-filters,._account_api .status.status-report-item .liveDashboard .list-results thead span.mobile-filters,._account_api .double-list dd.status .liveDashboard .list-results thead span.mobile-filters,.double-list ._account_api dd.status .liveDashboard .list-results thead span.mobile-filters,._account_api .double-list dt.status .liveDashboard .list-results thead span.mobile-filters,.double-list ._account_api dt.status .liveDashboard .list-results thead span.mobile-filters,._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span.mobile-filters,.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead span.mobile-filters,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.mobile-filters,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead span.mobile-filters,._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.mobile-filters,.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead span.mobile-filters,.form-label.status .liveDashboard ._account_api .list-results thead span.mobile-filters,.status.status-log .liveDashboard ._account_api .list-results thead span.mobile-filters,.status.status-report-item .liveDashboard ._account_api .list-results thead span.mobile-filters,.double-list dd.status .liveDashboard ._account_api .list-results thead span.mobile-filters,.double-list dt.status .liveDashboard ._account_api .list-results thead span.mobile-filters,.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead span.mobile-filters,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead span.mobile-filters,.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead span.mobile-filters,._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span.mobile-filters,.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead span.mobile-filters,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.mobile-filters,.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead span.mobile-filters,._account_api .sub-header .w-form .liveDashboard .list-results thead label.mobile-filters,._account_api .sub-header .w-double-list .liveDashboard .list-results thead label.mobile-filters,.sub-header .w-form .liveDashboard ._account_api .list-results thead label.mobile-filters,.sub-header .w-double-list .liveDashboard ._account_api .list-results thead label.mobile-filters,._account_api .block-filters .liveDashboard .list-results thead button.mobile-filters:after,.block-filters .liveDashboard ._account_api .list-results thead button.mobile-filters:after,._account_api .block-filters .liveDashboard .list-results thead select.mobile-filters:after,.block-filters .liveDashboard ._account_api .list-results thead select.mobile-filters:after,._account_api .form-auto-list .liveDashboard .list-results thead .mobile-filters.form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard ._account_api .list-results thead .mobile-filters.form-auto-item.is-user-is-inactive,._account_api .form-auto-list .liveDashboard .list-results thead .mobile-filters.form-auto-item.is-user-is-active,.form-auto-list .liveDashboard ._account_api .list-results thead .mobile-filters.form-auto-item.is-user-is-active,._account_api .list-results-header .status.title .liveDashboard .list-results thead span.mobile-filters,.list-results-header .status.title .liveDashboard ._account_api .list-results thead span.mobile-filters,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .mobile-filters.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .mobile-filters.dropdown-toggle:after,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .mobile-filters.filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .mobile-filters.filter,.liveDashboard .list-results thead .form-label.status span.mobile-filters,.liveDashboard .list-results thead .status.status-log span.mobile-filters,.liveDashboard .list-results thead .status.status-report-item span.mobile-filters,.liveDashboard .list-results thead .double-list dd.status span.mobile-filters,.double-list .liveDashboard .list-results thead dd.status span.mobile-filters,.liveDashboard .list-results thead .double-list dt.status span.mobile-filters,.double-list .liveDashboard .list-results thead dt.status span.mobile-filters,.liveDashboard .list-results thead .w-cards-container .w-card .status.title span.mobile-filters,.w-cards-container .w-card .liveDashboard .list-results thead .status.title span.mobile-filters,.liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.mobile-filters,.w-cards-container .w-card.centered .w-value .liveDashboard .list-results thead .status.label span.mobile-filters,.liveDashboard .list-results thead tbody tr.sublist .status.title span.mobile-filters,.liveDashboard .list-results tbody tr.sublist thead .status.title span.mobile-filters,.form-label.status .liveDashboard .list-results thead span.mobile-filters,.status.status-log .liveDashboard .list-results thead span.mobile-filters,.status.status-report-item .liveDashboard .list-results thead span.mobile-filters,.double-list dd.status .liveDashboard .list-results thead span.mobile-filters,.double-list dt.status .liveDashboard .list-results thead span.mobile-filters,.w-cards-container .w-card .status.title .liveDashboard .list-results thead span.mobile-filters,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.mobile-filters,.list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.mobile-filters,.liveDashboard .list-results thead .w-filters-selected label.status.small span.mobile-filters,.w-filters-selected label.status.small .liveDashboard .list-results thead span.mobile-filters,.liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.mobile-filters,.w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.mobile-filters,.liveDashboard .list-results thead .sub-header .w-form label.mobile-filters,.liveDashboard .list-results thead .sub-header .w-double-list label.mobile-filters,.sub-header .w-form .liveDashboard .list-results thead label.mobile-filters,.sub-header .w-double-list .liveDashboard .list-results thead label.mobile-filters,.liveDashboard .list-results thead .block-filters button.mobile-filters:after,.block-filters .liveDashboard .list-results thead button.mobile-filters:after,.liveDashboard .list-results thead .block-filters select.mobile-filters:after,.block-filters .liveDashboard .list-results thead select.mobile-filters:after,.liveDashboard .list-results thead .form-auto-list .mobile-filters.form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard .list-results thead .mobile-filters.form-auto-item.is-user-is-inactive,.liveDashboard .list-results thead .form-auto-list .mobile-filters.form-auto-item.is-user-is-active,.form-auto-list .liveDashboard .list-results thead .mobile-filters.form-auto-item.is-user-is-active,.liveDashboard .list-results thead .list-results-header .status.title span.mobile-filters,.list-results-header .status.title .liveDashboard .list-results thead span.mobile-filters,.liveDashboard .list-results thead tr span.mobile-filters,._account_api .list-results thead .mobile-filters.icon,._account_api .list-results thead .mobile-filters.w-alert-banner:before,._account_api .liveDashboard .list-results thead .mobile-filters.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .mobile-filters.w-alert-banner:before,._account_api .list-results thead .mobile-filters.w-alert-banner:before,._account_api .list-results thead .w-dialog.plus .mobile-filters.dialog-aside:after,.w-dialog.plus ._account_api .list-results thead .mobile-filters.dialog-aside:after,._account_api .list-results thead .w-toast .mobile-filters.toast.plus:after,.w-toast ._account_api .list-results thead .mobile-filters.toast.plus:after,._account_api .list-results thead .w-time-period .dropdown .w-selection .mobile-filters.btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .mobile-filters.btn-period-clear:before,._account_api .list-results thead .w-time-period .dropdown .w-selection .mobile-filters.btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .mobile-filters.btn-filter:before,._account_api .list-results thead .w-time-period .dropdown .w-selection .mobile-filters.btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .mobile-filters.btn-period-edit:before,._account_api .list-results thead .block-filters .mobile-filters.btn-filter:before,.block-filters ._account_api .list-results thead .mobile-filters.btn-filter:before,._account_api .list-results thead .toggleWrapper input.mobileToggle+label.mobile-filters,.toggleWrapper ._account_api .list-results thead input.mobileToggle+label.mobile-filters,._account_api .list-results thead tbody span.mobile-filters.status,._account_api .list-results tbody thead span.mobile-filters.status,._account_api .list-results thead tbody td.is-running span.mobile-filters,._account_api .list-results tbody td.is-running thead span.mobile-filters,._account_api .list-results thead tbody td.is-pending span.mobile-filters,._account_api .list-results tbody td.is-pending thead span.mobile-filters,._account_api .liveDashboard .list-results thead .mobile-filters.icon,._account_api .liveDashboard .list-results thead .mobile-filters.w-alert-banner:before,._account_api .liveDashboard .list-results thead .mobile-filters.w-alert-banner:before,._account_api .liveDashboard .list-results thead .mobile-filters.w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-dialog.plus .mobile-filters.dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .mobile-filters.dialog-aside:after,._account_api .liveDashboard .list-results thead .w-toast .mobile-filters.toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .mobile-filters.toast.plus:after,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .mobile-filters.btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .mobile-filters.btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .mobile-filters.btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .mobile-filters.btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .mobile-filters.btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .mobile-filters.btn-period-edit:before,._account_api .liveDashboard .list-results thead .block-filters .mobile-filters.btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .mobile-filters.btn-filter:before,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.mobile-filters,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label.mobile-filters,._account_api .liveDashboard .list-results thead tbody span.mobile-filters.status,._account_api .liveDashboard .list-results tbody thead span.mobile-filters.status,._account_api .liveDashboard .list-results thead tbody td.is-running span.mobile-filters,._account_api .liveDashboard .list-results tbody td.is-running thead span.mobile-filters,._account_api .liveDashboard .list-results thead tbody td.is-pending span.mobile-filters,._account_api .liveDashboard .list-results tbody td.is-pending thead span.mobile-filters,.liveDashboard ._account_api .list-results thead .mobile-filters.icon,.liveDashboard ._account_api .list-results thead .mobile-filters.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .mobile-filters.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .mobile-filters.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-dialog.plus .mobile-filters.dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .mobile-filters.dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-toast .mobile-filters.toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .mobile-filters.toast.plus:after,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .mobile-filters.btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .mobile-filters.btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .mobile-filters.btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .mobile-filters.btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .mobile-filters.btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .mobile-filters.btn-period-edit:before,.liveDashboard ._account_api .list-results thead .block-filters .mobile-filters.btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .mobile-filters.btn-filter:before,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label.mobile-filters,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label.mobile-filters,.liveDashboard ._account_api .list-results thead tbody span.mobile-filters.status,.liveDashboard ._account_api .list-results tbody thead span.mobile-filters.status,.liveDashboard ._account_api .list-results thead tbody td.is-running span.mobile-filters,.liveDashboard ._account_api .list-results tbody td.is-running thead span.mobile-filters,.liveDashboard ._account_api .list-results thead tbody td.is-pending span.mobile-filters,.liveDashboard ._account_api .list-results tbody td.is-pending thead span.mobile-filters,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .mobile-filters.dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .mobile-filters.dropdown-toggle:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .mobile-filters.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .mobile-filters.dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .mobile-filters.filter,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .mobile-filters.filter,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .mobile-filters.filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .mobile-filters.filter,._account_api .liveDashboard .list-results thead .form-label.status span.mobile-filters,._account_api .liveDashboard .list-results thead .status.status-log span.mobile-filters,._account_api .liveDashboard .list-results thead .status.status-report-item span.mobile-filters,._account_api .liveDashboard .list-results thead .double-list dd.status span.mobile-filters,.double-list ._account_api .liveDashboard .list-results thead dd.status span.mobile-filters,._account_api .liveDashboard .list-results thead .double-list dt.status span.mobile-filters,.double-list ._account_api .liveDashboard .list-results thead dt.status span.mobile-filters,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span.mobile-filters,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title span.mobile-filters,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.mobile-filters,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label span.mobile-filters,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span.mobile-filters,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span.mobile-filters,.liveDashboard ._account_api .list-results thead .form-label.status span.mobile-filters,.liveDashboard ._account_api .list-results thead .status.status-log span.mobile-filters,.liveDashboard ._account_api .list-results thead .status.status-report-item span.mobile-filters,.liveDashboard ._account_api .list-results thead .double-list dd.status span.mobile-filters,.double-list .liveDashboard ._account_api .list-results thead dd.status span.mobile-filters,.liveDashboard ._account_api .list-results thead .double-list dt.status span.mobile-filters,.double-list .liveDashboard ._account_api .list-results thead dt.status span.mobile-filters,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span.mobile-filters,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title span.mobile-filters,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.mobile-filters,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label span.mobile-filters,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span.mobile-filters,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span.mobile-filters,._account_api .form-label.status .liveDashboard .list-results thead span.mobile-filters,._account_api .status.status-log .liveDashboard .list-results thead span.mobile-filters,._account_api .status.status-report-item .liveDashboard .list-results thead span.mobile-filters,._account_api .double-list dd.status .liveDashboard .list-results thead span.mobile-filters,.double-list ._account_api dd.status .liveDashboard .list-results thead span.mobile-filters,._account_api .double-list dt.status .liveDashboard .list-results thead span.mobile-filters,.double-list ._account_api dt.status .liveDashboard .list-results thead span.mobile-filters,._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span.mobile-filters,.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead span.mobile-filters,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.mobile-filters,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead span.mobile-filters,._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.mobile-filters,.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead span.mobile-filters,.form-label.status .liveDashboard ._account_api .list-results thead span.mobile-filters,.status.status-log .liveDashboard ._account_api .list-results thead span.mobile-filters,.status.status-report-item .liveDashboard ._account_api .list-results thead span.mobile-filters,.double-list dd.status .liveDashboard ._account_api .list-results thead span.mobile-filters,.double-list dt.status .liveDashboard ._account_api .list-results thead span.mobile-filters,.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead span.mobile-filters,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead span.mobile-filters,.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead span.mobile-filters,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span.mobile-filters,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span.mobile-filters,._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span.mobile-filters,.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead span.mobile-filters,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.mobile-filters,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span.mobile-filters,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.mobile-filters,.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead span.mobile-filters,._account_api .liveDashboard .list-results thead .sub-header .w-form label.mobile-filters,._account_api .liveDashboard .list-results thead .sub-header .w-double-list label.mobile-filters,.liveDashboard ._account_api .list-results thead .sub-header .w-form label.mobile-filters,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list label.mobile-filters,._account_api .sub-header .w-form .liveDashboard .list-results thead label.mobile-filters,._account_api .sub-header .w-double-list .liveDashboard .list-results thead label.mobile-filters,.sub-header .w-form .liveDashboard ._account_api .list-results thead label.mobile-filters,.sub-header .w-double-list .liveDashboard ._account_api .list-results thead label.mobile-filters,._account_api .liveDashboard .list-results thead .block-filters button.mobile-filters:after,.liveDashboard ._account_api .list-results thead .block-filters button.mobile-filters:after,._account_api .block-filters .liveDashboard .list-results thead button.mobile-filters:after,.block-filters .liveDashboard ._account_api .list-results thead button.mobile-filters:after,._account_api .liveDashboard .list-results thead .block-filters select.mobile-filters:after,.liveDashboard ._account_api .list-results thead .block-filters select.mobile-filters:after,._account_api .block-filters .liveDashboard .list-results thead select.mobile-filters:after,.block-filters .liveDashboard ._account_api .list-results thead select.mobile-filters:after,._account_api .liveDashboard .list-results thead .form-auto-list .mobile-filters.form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .form-auto-list .mobile-filters.form-auto-item.is-user-is-inactive,._account_api .form-auto-list .liveDashboard .list-results thead .mobile-filters.form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard ._account_api .list-results thead .mobile-filters.form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .form-auto-list .mobile-filters.form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .form-auto-list .mobile-filters.form-auto-item.is-user-is-active,._account_api .form-auto-list .liveDashboard .list-results thead .mobile-filters.form-auto-item.is-user-is-active,.form-auto-list .liveDashboard ._account_api .list-results thead .mobile-filters.form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .list-results-header .status.title span.mobile-filters,.liveDashboard ._account_api .list-results thead .list-results-header .status.title span.mobile-filters,._account_api .list-results-header .status.title .liveDashboard .list-results thead span.mobile-filters,.list-results-header .status.title .liveDashboard ._account_api .list-results thead span.mobile-filters,._account_api .liveDashboard .list-results thead tr span.mobile-filters,.liveDashboard ._account_api .list-results thead tr span.mobile-filters,._account_api .list-results thead .mobile-filters.icon,._account_api .list-results thead .mobile-filters.w-alert-banner:before,._account_api .liveDashboard .list-results thead .mobile-filters.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .mobile-filters.w-alert-banner:before,._account_api .list-results thead .mobile-filters.w-alert-banner:before,._account_api .list-results thead .w-dialog.plus .mobile-filters.dialog-aside:after,.w-dialog.plus ._account_api .list-results thead .mobile-filters.dialog-aside:after,._account_api .list-results thead .w-toast .mobile-filters.toast.plus:after,.w-toast ._account_api .list-results thead .mobile-filters.toast.plus:after,._account_api .list-results thead .w-time-period .dropdown .w-selection .mobile-filters.btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .mobile-filters.btn-period-clear:before,._account_api .list-results thead .w-time-period .dropdown .w-selection .mobile-filters.btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .mobile-filters.btn-filter:before,._account_api .list-results thead .w-time-period .dropdown .w-selection .mobile-filters.btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .mobile-filters.btn-period-edit:before,._account_api .list-results thead .block-filters .mobile-filters.btn-filter:before,.block-filters ._account_api .list-results thead .mobile-filters.btn-filter:before,._account_api .list-results thead .toggleWrapper input.mobileToggle+label.mobile-filters,.toggleWrapper ._account_api .list-results thead input.mobileToggle+label.mobile-filters,._account_api .list-results thead tbody span.mobile-filters.status,._account_api .list-results tbody thead span.mobile-filters.status,._account_api .list-results thead tbody td.is-running span.mobile-filters,._account_api .list-results tbody td.is-running thead span.mobile-filters,._account_api .list-results thead tbody td.is-pending span.mobile-filters,._account_api .list-results tbody td.is-pending thead span.mobile-filters,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .mobile-filters.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .mobile-filters.dropdown-toggle:after,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .mobile-filters.filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .mobile-filters.filter,._account_api .list-results thead .form-label.status span.mobile-filters,._account_api .list-results thead .status.status-log span.mobile-filters,._account_api .list-results thead .status.status-report-item span.mobile-filters,._account_api .list-results thead .double-list dd.status span.mobile-filters,.double-list ._account_api .list-results thead dd.status span.mobile-filters,._account_api .list-results thead .double-list dt.status span.mobile-filters,.double-list ._account_api .list-results thead dt.status span.mobile-filters,._account_api .list-results thead .w-cards-container .w-card .status.title span.mobile-filters,.w-cards-container .w-card ._account_api .list-results thead .status.title span.mobile-filters,._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.mobile-filters,.w-cards-container .w-card.centered .w-value ._account_api .list-results thead .status.label span.mobile-filters,._account_api .list-results thead tbody tr.sublist .status.title span.mobile-filters,._account_api .list-results tbody tr.sublist thead .status.title span.mobile-filters,.form-label.status ._account_api .list-results thead span.mobile-filters,.status.status-log ._account_api .list-results thead span.mobile-filters,.status.status-report-item ._account_api .list-results thead span.mobile-filters,.double-list dd.status ._account_api .list-results thead span.mobile-filters,.double-list dt.status ._account_api .list-results thead span.mobile-filters,.w-cards-container .w-card .status.title ._account_api .list-results thead span.mobile-filters,.w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.mobile-filters,.list-results tbody tr.sublist .status.title ._account_api .list-results thead span.mobile-filters,._account_api .list-results thead .w-filters-selected label.status.small span.mobile-filters,.w-filters-selected label.status.small ._account_api .list-results thead span.mobile-filters,._account_api .list-results thead .w-filters-selected .status.btn-f-s span.mobile-filters,.w-filters-selected .status.btn-f-s ._account_api .list-results thead span.mobile-filters,._account_api .list-results thead .sub-header .w-form label.mobile-filters,._account_api .list-results thead .sub-header .w-double-list label.mobile-filters,.sub-header .w-form ._account_api .list-results thead label.mobile-filters,.sub-header .w-double-list ._account_api .list-results thead label.mobile-filters,._account_api .list-results thead .block-filters button.mobile-filters:after,.block-filters ._account_api .list-results thead button.mobile-filters:after,._account_api .list-results thead .block-filters select.mobile-filters:after,.block-filters ._account_api .list-results thead select.mobile-filters:after,._account_api .list-results thead .form-auto-list .mobile-filters.form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .list-results thead .mobile-filters.form-auto-item.is-user-is-inactive,._account_api .list-results thead .form-auto-list .mobile-filters.form-auto-item.is-user-is-active,.form-auto-list ._account_api .list-results thead .mobile-filters.form-auto-item.is-user-is-active,._account_api .list-results thead .list-results-header .status.title span.mobile-filters,.list-results-header .status.title ._account_api .list-results thead span.mobile-filters,._account_api .list-results thead tr span.mobile-filters,.liveDashboard ._account_api .list-results thead .mobile-filters.icon,.liveDashboard ._account_api .list-results thead .mobile-filters.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .mobile-filters.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .mobile-filters.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-dialog.plus .mobile-filters.dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .mobile-filters.dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-toast .mobile-filters.toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .mobile-filters.toast.plus:after,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .mobile-filters.btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .mobile-filters.btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .mobile-filters.btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .mobile-filters.btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .mobile-filters.btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .mobile-filters.btn-period-edit:before,.liveDashboard ._account_api .list-results thead .block-filters .mobile-filters.btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .mobile-filters.btn-filter:before,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label.mobile-filters,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label.mobile-filters,.liveDashboard ._account_api .list-results thead tbody span.mobile-filters.status,.liveDashboard ._account_api .list-results tbody thead span.mobile-filters.status,.liveDashboard ._account_api .list-results thead tbody td.is-running span.mobile-filters,.liveDashboard ._account_api .list-results tbody td.is-running thead span.mobile-filters,.liveDashboard ._account_api .list-results thead tbody td.is-pending span.mobile-filters,.liveDashboard ._account_api .list-results tbody td.is-pending thead span.mobile-filters,._account_api .liveDashboard .list-results thead .mobile-filters.icon,._account_api .liveDashboard .list-results thead .mobile-filters.w-alert-banner:before,._account_api .liveDashboard .list-results thead .mobile-filters.w-alert-banner:before,._account_api .liveDashboard .list-results thead .mobile-filters.w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-dialog.plus .mobile-filters.dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .mobile-filters.dialog-aside:after,._account_api .liveDashboard .list-results thead .w-toast .mobile-filters.toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .mobile-filters.toast.plus:after,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .mobile-filters.btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .mobile-filters.btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .mobile-filters.btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .mobile-filters.btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .mobile-filters.btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .mobile-filters.btn-period-edit:before,._account_api .liveDashboard .list-results thead .block-filters .mobile-filters.btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .mobile-filters.btn-filter:before,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.mobile-filters,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label.mobile-filters,._account_api .liveDashboard .list-results thead tbody span.mobile-filters.status,._account_api .liveDashboard .list-results tbody thead span.mobile-filters.status,._account_api .liveDashboard .list-results thead tbody td.is-running span.mobile-filters,._account_api .liveDashboard .list-results tbody td.is-running thead span.mobile-filters,._account_api .liveDashboard .list-results thead tbody td.is-pending span.mobile-filters,._account_api .liveDashboard .list-results tbody td.is-pending thead span.mobile-filters,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .mobile-filters.dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .mobile-filters.dropdown-toggle:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .mobile-filters.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .mobile-filters.dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .mobile-filters.filter,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .mobile-filters.filter,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .mobile-filters.filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .mobile-filters.filter,.liveDashboard ._account_api .list-results thead .form-label.status span.mobile-filters,.liveDashboard ._account_api .list-results thead .status.status-log span.mobile-filters,.liveDashboard ._account_api .list-results thead .status.status-report-item span.mobile-filters,.liveDashboard ._account_api .list-results thead .double-list dd.status span.mobile-filters,.double-list .liveDashboard ._account_api .list-results thead dd.status span.mobile-filters,.liveDashboard ._account_api .list-results thead .double-list dt.status span.mobile-filters,.double-list .liveDashboard ._account_api .list-results thead dt.status span.mobile-filters,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span.mobile-filters,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title span.mobile-filters,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.mobile-filters,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label span.mobile-filters,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span.mobile-filters,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span.mobile-filters,._account_api .liveDashboard .list-results thead .form-label.status span.mobile-filters,._account_api .liveDashboard .list-results thead .status.status-log span.mobile-filters,._account_api .liveDashboard .list-results thead .status.status-report-item span.mobile-filters,._account_api .liveDashboard .list-results thead .double-list dd.status span.mobile-filters,.double-list ._account_api .liveDashboard .list-results thead dd.status span.mobile-filters,._account_api .liveDashboard .list-results thead .double-list dt.status span.mobile-filters,.double-list ._account_api .liveDashboard .list-results thead dt.status span.mobile-filters,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span.mobile-filters,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title span.mobile-filters,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.mobile-filters,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label span.mobile-filters,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span.mobile-filters,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span.mobile-filters,.liveDashboard .form-label.status ._account_api .list-results thead span.mobile-filters,.liveDashboard .status.status-log ._account_api .list-results thead span.mobile-filters,.liveDashboard .status.status-report-item ._account_api .list-results thead span.mobile-filters,.liveDashboard .double-list dd.status ._account_api .list-results thead span.mobile-filters,.double-list .liveDashboard dd.status ._account_api .list-results thead span.mobile-filters,.liveDashboard .double-list dt.status ._account_api .list-results thead span.mobile-filters,.double-list .liveDashboard dt.status ._account_api .list-results thead span.mobile-filters,.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span.mobile-filters,.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead span.mobile-filters,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.mobile-filters,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead span.mobile-filters,.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span.mobile-filters,.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead span.mobile-filters,.form-label.status ._account_api .liveDashboard .list-results thead span.mobile-filters,.status.status-log ._account_api .liveDashboard .list-results thead span.mobile-filters,.status.status-report-item ._account_api .liveDashboard .list-results thead span.mobile-filters,.double-list dd.status ._account_api .liveDashboard .list-results thead span.mobile-filters,.double-list dt.status ._account_api .liveDashboard .list-results thead span.mobile-filters,.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead span.mobile-filters,.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead span.mobile-filters,.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead span.mobile-filters,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span.mobile-filters,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span.mobile-filters,.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span.mobile-filters,.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead span.mobile-filters,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span.mobile-filters,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.mobile-filters,.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span.mobile-filters,.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead span.mobile-filters,.liveDashboard ._account_api .list-results thead .sub-header .w-form label.mobile-filters,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list label.mobile-filters,._account_api .liveDashboard .list-results thead .sub-header .w-form label.mobile-filters,._account_api .liveDashboard .list-results thead .sub-header .w-double-list label.mobile-filters,.liveDashboard .sub-header .w-form ._account_api .list-results thead label.mobile-filters,.liveDashboard .sub-header .w-double-list ._account_api .list-results thead label.mobile-filters,.sub-header .w-form ._account_api .liveDashboard .list-results thead label.mobile-filters,.sub-header .w-double-list ._account_api .liveDashboard .list-results thead label.mobile-filters,.liveDashboard ._account_api .list-results thead .block-filters button.mobile-filters:after,._account_api .liveDashboard .list-results thead .block-filters button.mobile-filters:after,.liveDashboard .block-filters ._account_api .list-results thead button.mobile-filters:after,.block-filters ._account_api .liveDashboard .list-results thead button.mobile-filters:after,.liveDashboard ._account_api .list-results thead .block-filters select.mobile-filters:after,._account_api .liveDashboard .list-results thead .block-filters select.mobile-filters:after,.liveDashboard .block-filters ._account_api .list-results thead select.mobile-filters:after,.block-filters ._account_api .liveDashboard .list-results thead select.mobile-filters:after,.liveDashboard ._account_api .list-results thead .form-auto-list .mobile-filters.form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .form-auto-list .mobile-filters.form-auto-item.is-user-is-inactive,.liveDashboard .form-auto-list ._account_api .list-results thead .mobile-filters.form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .liveDashboard .list-results thead .mobile-filters.form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .form-auto-list .mobile-filters.form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .form-auto-list .mobile-filters.form-auto-item.is-user-is-active,.liveDashboard .form-auto-list ._account_api .list-results thead .mobile-filters.form-auto-item.is-user-is-active,.form-auto-list ._account_api .liveDashboard .list-results thead .mobile-filters.form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .list-results-header .status.title span.mobile-filters,._account_api .liveDashboard .list-results thead .list-results-header .status.title span.mobile-filters,.liveDashboard .list-results-header .status.title ._account_api .list-results thead span.mobile-filters,.list-results-header .status.title ._account_api .liveDashboard .list-results thead span.mobile-filters,.liveDashboard ._account_api .list-results thead tr span.mobile-filters,._account_api .liveDashboard .list-results thead tr span.mobile-filters,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .mobile-filters.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .mobile-filters.dropdown-toggle:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .mobile-filters.filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .mobile-filters.filter,._account_api .form-label.status .liveDashboard .list-results thead span.mobile-filters,._account_api .status.status-log .liveDashboard .list-results thead span.mobile-filters,._account_api .status.status-report-item .liveDashboard .list-results thead span.mobile-filters,._account_api .double-list dd.status .liveDashboard .list-results thead span.mobile-filters,.double-list ._account_api dd.status .liveDashboard .list-results thead span.mobile-filters,._account_api .double-list dt.status .liveDashboard .list-results thead span.mobile-filters,.double-list ._account_api dt.status .liveDashboard .list-results thead span.mobile-filters,._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span.mobile-filters,.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead span.mobile-filters,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.mobile-filters,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead span.mobile-filters,._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.mobile-filters,.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead span.mobile-filters,.form-label.status .liveDashboard ._account_api .list-results thead span.mobile-filters,.status.status-log .liveDashboard ._account_api .list-results thead span.mobile-filters,.status.status-report-item .liveDashboard ._account_api .list-results thead span.mobile-filters,.double-list dd.status .liveDashboard ._account_api .list-results thead span.mobile-filters,.double-list dt.status .liveDashboard ._account_api .list-results thead span.mobile-filters,.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead span.mobile-filters,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead span.mobile-filters,.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead span.mobile-filters,._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span.mobile-filters,.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead span.mobile-filters,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.mobile-filters,.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead span.mobile-filters,._account_api .sub-header .w-form .liveDashboard .list-results thead label.mobile-filters,._account_api .sub-header .w-double-list .liveDashboard .list-results thead label.mobile-filters,.sub-header .w-form .liveDashboard ._account_api .list-results thead label.mobile-filters,.sub-header .w-double-list .liveDashboard ._account_api .list-results thead label.mobile-filters,._account_api .block-filters .liveDashboard .list-results thead button.mobile-filters:after,.block-filters .liveDashboard ._account_api .list-results thead button.mobile-filters:after,._account_api .block-filters .liveDashboard .list-results thead select.mobile-filters:after,.block-filters .liveDashboard ._account_api .list-results thead select.mobile-filters:after,._account_api .form-auto-list .liveDashboard .list-results thead .mobile-filters.form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard ._account_api .list-results thead .mobile-filters.form-auto-item.is-user-is-inactive,._account_api .form-auto-list .liveDashboard .list-results thead .mobile-filters.form-auto-item.is-user-is-active,.form-auto-list .liveDashboard ._account_api .list-results thead .mobile-filters.form-auto-item.is-user-is-active,._account_api .list-results-header .status.title .liveDashboard .list-results thead span.mobile-filters,.list-results-header .status.title .liveDashboard ._account_api .list-results thead span.mobile-filters,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .mobile-filters.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .mobile-filters.dropdown-toggle:after,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .mobile-filters.filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .mobile-filters.filter,._account_api .list-results thead .form-label.status span.mobile-filters,._account_api .list-results thead .status.status-log span.mobile-filters,._account_api .list-results thead .status.status-report-item span.mobile-filters,._account_api .list-results thead .double-list dd.status span.mobile-filters,.double-list ._account_api .list-results thead dd.status span.mobile-filters,._account_api .list-results thead .double-list dt.status span.mobile-filters,.double-list ._account_api .list-results thead dt.status span.mobile-filters,._account_api .list-results thead .w-cards-container .w-card .status.title span.mobile-filters,.w-cards-container .w-card ._account_api .list-results thead .status.title span.mobile-filters,._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.mobile-filters,.w-cards-container .w-card.centered .w-value ._account_api .list-results thead .status.label span.mobile-filters,._account_api .list-results thead tbody tr.sublist .status.title span.mobile-filters,._account_api .list-results tbody tr.sublist thead .status.title span.mobile-filters,.form-label.status ._account_api .list-results thead span.mobile-filters,.status.status-log ._account_api .list-results thead span.mobile-filters,.status.status-report-item ._account_api .list-results thead span.mobile-filters,.double-list dd.status ._account_api .list-results thead span.mobile-filters,.double-list dt.status ._account_api .list-results thead span.mobile-filters,.w-cards-container .w-card .status.title ._account_api .list-results thead span.mobile-filters,.w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.mobile-filters,.list-results tbody tr.sublist .status.title ._account_api .list-results thead span.mobile-filters,._account_api .list-results thead .w-filters-selected label.status.small span.mobile-filters,.w-filters-selected label.status.small ._account_api .list-results thead span.mobile-filters,._account_api .list-results thead .w-filters-selected .status.btn-f-s span.mobile-filters,.w-filters-selected .status.btn-f-s ._account_api .list-results thead span.mobile-filters,._account_api .list-results thead .sub-header .w-form label.mobile-filters,._account_api .list-results thead .sub-header .w-double-list label.mobile-filters,.sub-header .w-form ._account_api .list-results thead label.mobile-filters,.sub-header .w-double-list ._account_api .list-results thead label.mobile-filters,._account_api .list-results thead .block-filters button.mobile-filters:after,.block-filters ._account_api .list-results thead button.mobile-filters:after,._account_api .list-results thead .block-filters select.mobile-filters:after,.block-filters ._account_api .list-results thead select.mobile-filters:after,._account_api .list-results thead .form-auto-list .mobile-filters.form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .list-results thead .mobile-filters.form-auto-item.is-user-is-inactive,._account_api .list-results thead .form-auto-list .mobile-filters.form-auto-item.is-user-is-active,.form-auto-list ._account_api .list-results thead .mobile-filters.form-auto-item.is-user-is-active,._account_api .list-results thead .list-results-header .status.title span.mobile-filters,.list-results-header .status.title ._account_api .list-results thead span.mobile-filters,._account_api .list-results thead tr span.mobile-filters,.sidebar-default.sidebar-default-right .sidebar-default-body .filter-group .mobile-filters.filter-checkbox,.add-filters-dropdown .w-add-filters-list>div.filter-group .mobile-filters.filter-checkbox,.filter-preset .filter-field-name button.mobile-filters,.btn.mobile-filters,.pagination a.mobile-filters,.goal-option .mobile-filters.expend-label{background-color:#fff;display:none;width:fit-content;border-radius:8px !important;width:4rem;height:4rem;justify-content:center}@media(max-width: 767px){.button-default.mobile-filters,.liveDashboard .list-results thead .mobile-filters.icon,.liveDashboard .list-results thead .mobile-filters.w-alert-banner:before,.liveDashboard .list-results thead .mobile-filters.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .mobile-filters.w-alert-banner:before,._account_api .liveDashboard .list-results thead .mobile-filters.w-alert-banner:before,.liveDashboard .list-results thead .w-dialog.plus .mobile-filters.dialog-aside:after,.w-dialog.plus .liveDashboard .list-results thead .mobile-filters.dialog-aside:after,.liveDashboard .list-results thead .w-toast .mobile-filters.toast.plus:after,.w-toast .liveDashboard .list-results thead .mobile-filters.toast.plus:after,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .mobile-filters.btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .mobile-filters.btn-period-clear:before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .mobile-filters.btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .mobile-filters.btn-filter:before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .mobile-filters.btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .mobile-filters.btn-period-edit:before,.liveDashboard .list-results thead .block-filters .mobile-filters.btn-filter:before,.block-filters .liveDashboard .list-results thead .mobile-filters.btn-filter:before,.liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.mobile-filters,.toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label.mobile-filters,.liveDashboard .list-results thead tbody span.mobile-filters.status,.liveDashboard .list-results tbody thead span.mobile-filters.status,.liveDashboard .list-results thead tbody td.is-running span.mobile-filters,.liveDashboard .list-results tbody td.is-running thead span.mobile-filters,.liveDashboard .list-results thead tbody td.is-pending span.mobile-filters,.liveDashboard .list-results tbody td.is-pending thead span.mobile-filters,.liveDashboard .list-results thead .mobile-filters.icon,.liveDashboard .list-results thead .mobile-filters.w-alert-banner:before,.liveDashboard .list-results thead .mobile-filters.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .mobile-filters.w-alert-banner:before,._account_api .liveDashboard .list-results thead .mobile-filters.w-alert-banner:before,.liveDashboard .list-results thead .w-dialog.plus .mobile-filters.dialog-aside:after,.w-dialog.plus .liveDashboard .list-results thead .mobile-filters.dialog-aside:after,.liveDashboard .list-results thead .w-toast .mobile-filters.toast.plus:after,.w-toast .liveDashboard .list-results thead .mobile-filters.toast.plus:after,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .mobile-filters.btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .mobile-filters.btn-period-clear:before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .mobile-filters.btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .mobile-filters.btn-filter:before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .mobile-filters.btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .mobile-filters.btn-period-edit:before,.liveDashboard .list-results thead .block-filters .mobile-filters.btn-filter:before,.block-filters .liveDashboard .list-results thead .mobile-filters.btn-filter:before,.liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.mobile-filters,.toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label.mobile-filters,.liveDashboard .list-results thead tbody span.mobile-filters.status,.liveDashboard .list-results tbody thead span.mobile-filters.status,.liveDashboard .list-results thead tbody td.is-running span.mobile-filters,.liveDashboard .list-results tbody td.is-running thead span.mobile-filters,.liveDashboard .list-results thead tbody td.is-pending span.mobile-filters,.liveDashboard .list-results tbody td.is-pending thead span.mobile-filters,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .mobile-filters.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .mobile-filters.dropdown-toggle:after,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .mobile-filters.filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .mobile-filters.filter,.liveDashboard .list-results thead .form-label.status span.mobile-filters,.liveDashboard .list-results thead .status.status-log span.mobile-filters,.liveDashboard .list-results thead .status.status-report-item span.mobile-filters,.liveDashboard .list-results thead .double-list dd.status span.mobile-filters,.double-list .liveDashboard .list-results thead dd.status span.mobile-filters,.liveDashboard .list-results thead .double-list dt.status span.mobile-filters,.double-list .liveDashboard .list-results thead dt.status span.mobile-filters,.liveDashboard .list-results thead .w-cards-container .w-card .status.title span.mobile-filters,.w-cards-container .w-card .liveDashboard .list-results thead .status.title span.mobile-filters,.liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.mobile-filters,.w-cards-container .w-card.centered .w-value .liveDashboard .list-results thead .status.label span.mobile-filters,.liveDashboard .list-results thead tbody tr.sublist .status.title span.mobile-filters,.liveDashboard .list-results tbody tr.sublist thead .status.title span.mobile-filters,.form-label.status .liveDashboard .list-results thead span.mobile-filters,.status.status-log .liveDashboard .list-results thead span.mobile-filters,.status.status-report-item .liveDashboard .list-results thead span.mobile-filters,.double-list dd.status .liveDashboard .list-results thead span.mobile-filters,.double-list dt.status .liveDashboard .list-results thead span.mobile-filters,.w-cards-container .w-card .status.title .liveDashboard .list-results thead span.mobile-filters,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.mobile-filters,.list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.mobile-filters,.liveDashboard .list-results thead .w-filters-selected label.status.small span.mobile-filters,.w-filters-selected label.status.small .liveDashboard .list-results thead span.mobile-filters,.liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.mobile-filters,.w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.mobile-filters,.liveDashboard .list-results thead .sub-header .w-form label.mobile-filters,.liveDashboard .list-results thead .sub-header .w-double-list label.mobile-filters,.sub-header .w-form .liveDashboard .list-results thead label.mobile-filters,.sub-header .w-double-list .liveDashboard .list-results thead label.mobile-filters,.liveDashboard .list-results thead .block-filters button.mobile-filters:after,.block-filters .liveDashboard .list-results thead button.mobile-filters:after,.liveDashboard .list-results thead .block-filters select.mobile-filters:after,.block-filters .liveDashboard .list-results thead select.mobile-filters:after,.liveDashboard .list-results thead .form-auto-list .mobile-filters.form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard .list-results thead .mobile-filters.form-auto-item.is-user-is-inactive,.liveDashboard .list-results thead .form-auto-list .mobile-filters.form-auto-item.is-user-is-active,.form-auto-list .liveDashboard .list-results thead .mobile-filters.form-auto-item.is-user-is-active,.liveDashboard .list-results thead .list-results-header .status.title span.mobile-filters,.list-results-header .status.title .liveDashboard .list-results thead span.mobile-filters,.liveDashboard .list-results thead tr span.mobile-filters,.liveDashboard ._account_api .list-results thead .mobile-filters.icon,.liveDashboard ._account_api .list-results thead .mobile-filters.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .mobile-filters.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .mobile-filters.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-dialog.plus .mobile-filters.dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .mobile-filters.dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-toast .mobile-filters.toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .mobile-filters.toast.plus:after,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .mobile-filters.btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .mobile-filters.btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .mobile-filters.btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .mobile-filters.btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .mobile-filters.btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .mobile-filters.btn-period-edit:before,.liveDashboard ._account_api .list-results thead .block-filters .mobile-filters.btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .mobile-filters.btn-filter:before,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label.mobile-filters,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label.mobile-filters,.liveDashboard ._account_api .list-results thead tbody span.mobile-filters.status,.liveDashboard ._account_api .list-results tbody thead span.mobile-filters.status,.liveDashboard ._account_api .list-results thead tbody td.is-running span.mobile-filters,.liveDashboard ._account_api .list-results tbody td.is-running thead span.mobile-filters,.liveDashboard ._account_api .list-results thead tbody td.is-pending span.mobile-filters,.liveDashboard ._account_api .list-results tbody td.is-pending thead span.mobile-filters,._account_api .liveDashboard .list-results thead .mobile-filters.icon,._account_api .liveDashboard .list-results thead .mobile-filters.w-alert-banner:before,._account_api .liveDashboard .list-results thead .mobile-filters.w-alert-banner:before,._account_api .liveDashboard .list-results thead .mobile-filters.w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-dialog.plus .mobile-filters.dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .mobile-filters.dialog-aside:after,._account_api .liveDashboard .list-results thead .w-toast .mobile-filters.toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .mobile-filters.toast.plus:after,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .mobile-filters.btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .mobile-filters.btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .mobile-filters.btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .mobile-filters.btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .mobile-filters.btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .mobile-filters.btn-period-edit:before,._account_api .liveDashboard .list-results thead .block-filters .mobile-filters.btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .mobile-filters.btn-filter:before,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.mobile-filters,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label.mobile-filters,._account_api .liveDashboard .list-results thead tbody span.mobile-filters.status,._account_api .liveDashboard .list-results tbody thead span.mobile-filters.status,._account_api .liveDashboard .list-results thead tbody td.is-running span.mobile-filters,._account_api .liveDashboard .list-results tbody td.is-running thead span.mobile-filters,._account_api .liveDashboard .list-results thead tbody td.is-pending span.mobile-filters,._account_api .liveDashboard .list-results tbody td.is-pending thead span.mobile-filters,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .mobile-filters.dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .mobile-filters.dropdown-toggle:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .mobile-filters.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .mobile-filters.dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .mobile-filters.filter,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .mobile-filters.filter,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .mobile-filters.filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .mobile-filters.filter,.liveDashboard ._account_api .list-results thead .form-label.status span.mobile-filters,.liveDashboard ._account_api .list-results thead .status.status-log span.mobile-filters,.liveDashboard ._account_api .list-results thead .status.status-report-item span.mobile-filters,.liveDashboard ._account_api .list-results thead .double-list dd.status span.mobile-filters,.double-list .liveDashboard ._account_api .list-results thead dd.status span.mobile-filters,.liveDashboard ._account_api .list-results thead .double-list dt.status span.mobile-filters,.double-list .liveDashboard ._account_api .list-results thead dt.status span.mobile-filters,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span.mobile-filters,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title span.mobile-filters,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.mobile-filters,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label span.mobile-filters,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span.mobile-filters,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span.mobile-filters,._account_api .liveDashboard .list-results thead .form-label.status span.mobile-filters,._account_api .liveDashboard .list-results thead .status.status-log span.mobile-filters,._account_api .liveDashboard .list-results thead .status.status-report-item span.mobile-filters,._account_api .liveDashboard .list-results thead .double-list dd.status span.mobile-filters,.double-list ._account_api .liveDashboard .list-results thead dd.status span.mobile-filters,._account_api .liveDashboard .list-results thead .double-list dt.status span.mobile-filters,.double-list ._account_api .liveDashboard .list-results thead dt.status span.mobile-filters,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span.mobile-filters,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title span.mobile-filters,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.mobile-filters,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label span.mobile-filters,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span.mobile-filters,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span.mobile-filters,.liveDashboard .form-label.status ._account_api .list-results thead span.mobile-filters,.liveDashboard .status.status-log ._account_api .list-results thead span.mobile-filters,.liveDashboard .status.status-report-item ._account_api .list-results thead span.mobile-filters,.liveDashboard .double-list dd.status ._account_api .list-results thead span.mobile-filters,.double-list .liveDashboard dd.status ._account_api .list-results thead span.mobile-filters,.liveDashboard .double-list dt.status ._account_api .list-results thead span.mobile-filters,.double-list .liveDashboard dt.status ._account_api .list-results thead span.mobile-filters,.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span.mobile-filters,.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead span.mobile-filters,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.mobile-filters,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead span.mobile-filters,.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span.mobile-filters,.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead span.mobile-filters,.form-label.status ._account_api .liveDashboard .list-results thead span.mobile-filters,.status.status-log ._account_api .liveDashboard .list-results thead span.mobile-filters,.status.status-report-item ._account_api .liveDashboard .list-results thead span.mobile-filters,.double-list dd.status ._account_api .liveDashboard .list-results thead span.mobile-filters,.double-list dt.status ._account_api .liveDashboard .list-results thead span.mobile-filters,.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead span.mobile-filters,.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead span.mobile-filters,.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead span.mobile-filters,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span.mobile-filters,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span.mobile-filters,.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span.mobile-filters,.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead span.mobile-filters,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span.mobile-filters,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.mobile-filters,.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span.mobile-filters,.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead span.mobile-filters,.liveDashboard ._account_api .list-results thead .sub-header .w-form label.mobile-filters,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list label.mobile-filters,._account_api .liveDashboard .list-results thead .sub-header .w-form label.mobile-filters,._account_api .liveDashboard .list-results thead .sub-header .w-double-list label.mobile-filters,.liveDashboard .sub-header .w-form ._account_api .list-results thead label.mobile-filters,.liveDashboard .sub-header .w-double-list ._account_api .list-results thead label.mobile-filters,.sub-header .w-form ._account_api .liveDashboard .list-results thead label.mobile-filters,.sub-header .w-double-list ._account_api .liveDashboard .list-results thead label.mobile-filters,.liveDashboard ._account_api .list-results thead .block-filters button.mobile-filters:after,._account_api .liveDashboard .list-results thead .block-filters button.mobile-filters:after,.liveDashboard .block-filters ._account_api .list-results thead button.mobile-filters:after,.block-filters ._account_api .liveDashboard .list-results thead button.mobile-filters:after,.liveDashboard ._account_api .list-results thead .block-filters select.mobile-filters:after,._account_api .liveDashboard .list-results thead .block-filters select.mobile-filters:after,.liveDashboard .block-filters ._account_api .list-results thead select.mobile-filters:after,.block-filters ._account_api .liveDashboard .list-results thead select.mobile-filters:after,.liveDashboard ._account_api .list-results thead .form-auto-list .mobile-filters.form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .form-auto-list .mobile-filters.form-auto-item.is-user-is-inactive,.liveDashboard .form-auto-list ._account_api .list-results thead .mobile-filters.form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .liveDashboard .list-results thead .mobile-filters.form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .form-auto-list .mobile-filters.form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .form-auto-list .mobile-filters.form-auto-item.is-user-is-active,.liveDashboard .form-auto-list ._account_api .list-results thead .mobile-filters.form-auto-item.is-user-is-active,.form-auto-list ._account_api .liveDashboard .list-results thead .mobile-filters.form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .list-results-header .status.title span.mobile-filters,._account_api .liveDashboard .list-results thead .list-results-header .status.title span.mobile-filters,.liveDashboard .list-results-header .status.title ._account_api .list-results thead span.mobile-filters,.list-results-header .status.title ._account_api .liveDashboard .list-results thead span.mobile-filters,.liveDashboard ._account_api .list-results thead tr span.mobile-filters,._account_api .liveDashboard .list-results thead tr span.mobile-filters,.liveDashboard ._account_api .list-results thead .mobile-filters.icon,.liveDashboard ._account_api .list-results thead .mobile-filters.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .mobile-filters.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .mobile-filters.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-dialog.plus .mobile-filters.dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .mobile-filters.dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-toast .mobile-filters.toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .mobile-filters.toast.plus:after,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .mobile-filters.btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .mobile-filters.btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .mobile-filters.btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .mobile-filters.btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .mobile-filters.btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .mobile-filters.btn-period-edit:before,.liveDashboard ._account_api .list-results thead .block-filters .mobile-filters.btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .mobile-filters.btn-filter:before,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label.mobile-filters,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label.mobile-filters,.liveDashboard ._account_api .list-results thead tbody span.mobile-filters.status,.liveDashboard ._account_api .list-results tbody thead span.mobile-filters.status,.liveDashboard ._account_api .list-results thead tbody td.is-running span.mobile-filters,.liveDashboard ._account_api .list-results tbody td.is-running thead span.mobile-filters,.liveDashboard ._account_api .list-results thead tbody td.is-pending span.mobile-filters,.liveDashboard ._account_api .list-results tbody td.is-pending thead span.mobile-filters,._account_api .liveDashboard .list-results thead .mobile-filters.icon,._account_api .liveDashboard .list-results thead .mobile-filters.w-alert-banner:before,._account_api .liveDashboard .list-results thead .mobile-filters.w-alert-banner:before,._account_api .liveDashboard .list-results thead .mobile-filters.w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-dialog.plus .mobile-filters.dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .mobile-filters.dialog-aside:after,._account_api .liveDashboard .list-results thead .w-toast .mobile-filters.toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .mobile-filters.toast.plus:after,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .mobile-filters.btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .mobile-filters.btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .mobile-filters.btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .mobile-filters.btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .mobile-filters.btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .mobile-filters.btn-period-edit:before,._account_api .liveDashboard .list-results thead .block-filters .mobile-filters.btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .mobile-filters.btn-filter:before,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.mobile-filters,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label.mobile-filters,._account_api .liveDashboard .list-results thead tbody span.mobile-filters.status,._account_api .liveDashboard .list-results tbody thead span.mobile-filters.status,._account_api .liveDashboard .list-results thead tbody td.is-running span.mobile-filters,._account_api .liveDashboard .list-results tbody td.is-running thead span.mobile-filters,._account_api .liveDashboard .list-results thead tbody td.is-pending span.mobile-filters,._account_api .liveDashboard .list-results tbody td.is-pending thead span.mobile-filters,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .mobile-filters.dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .mobile-filters.dropdown-toggle:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .mobile-filters.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .mobile-filters.dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .mobile-filters.filter,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .mobile-filters.filter,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .mobile-filters.filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .mobile-filters.filter,.liveDashboard ._account_api .list-results thead .form-label.status span.mobile-filters,.liveDashboard ._account_api .list-results thead .status.status-log span.mobile-filters,.liveDashboard ._account_api .list-results thead .status.status-report-item span.mobile-filters,.liveDashboard ._account_api .list-results thead .double-list dd.status span.mobile-filters,.double-list .liveDashboard ._account_api .list-results thead dd.status span.mobile-filters,.liveDashboard ._account_api .list-results thead .double-list dt.status span.mobile-filters,.double-list .liveDashboard ._account_api .list-results thead dt.status span.mobile-filters,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span.mobile-filters,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title span.mobile-filters,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.mobile-filters,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label span.mobile-filters,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span.mobile-filters,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span.mobile-filters,._account_api .liveDashboard .list-results thead .form-label.status span.mobile-filters,._account_api .liveDashboard .list-results thead .status.status-log span.mobile-filters,._account_api .liveDashboard .list-results thead .status.status-report-item span.mobile-filters,._account_api .liveDashboard .list-results thead .double-list dd.status span.mobile-filters,.double-list ._account_api .liveDashboard .list-results thead dd.status span.mobile-filters,._account_api .liveDashboard .list-results thead .double-list dt.status span.mobile-filters,.double-list ._account_api .liveDashboard .list-results thead dt.status span.mobile-filters,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span.mobile-filters,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title span.mobile-filters,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.mobile-filters,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label span.mobile-filters,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span.mobile-filters,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span.mobile-filters,.liveDashboard .form-label.status ._account_api .list-results thead span.mobile-filters,.liveDashboard .status.status-log ._account_api .list-results thead span.mobile-filters,.liveDashboard .status.status-report-item ._account_api .list-results thead span.mobile-filters,.liveDashboard .double-list dd.status ._account_api .list-results thead span.mobile-filters,.double-list .liveDashboard dd.status ._account_api .list-results thead span.mobile-filters,.liveDashboard .double-list dt.status ._account_api .list-results thead span.mobile-filters,.double-list .liveDashboard dt.status ._account_api .list-results thead span.mobile-filters,.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span.mobile-filters,.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead span.mobile-filters,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.mobile-filters,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead span.mobile-filters,.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span.mobile-filters,.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead span.mobile-filters,.form-label.status ._account_api .liveDashboard .list-results thead span.mobile-filters,.status.status-log ._account_api .liveDashboard .list-results thead span.mobile-filters,.status.status-report-item ._account_api .liveDashboard .list-results thead span.mobile-filters,.double-list dd.status ._account_api .liveDashboard .list-results thead span.mobile-filters,.double-list dt.status ._account_api .liveDashboard .list-results thead span.mobile-filters,.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead span.mobile-filters,.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead span.mobile-filters,.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead span.mobile-filters,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span.mobile-filters,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span.mobile-filters,.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span.mobile-filters,.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead span.mobile-filters,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span.mobile-filters,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.mobile-filters,.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span.mobile-filters,.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead span.mobile-filters,.liveDashboard ._account_api .list-results thead .sub-header .w-form label.mobile-filters,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list label.mobile-filters,._account_api .liveDashboard .list-results thead .sub-header .w-form label.mobile-filters,._account_api .liveDashboard .list-results thead .sub-header .w-double-list label.mobile-filters,.liveDashboard .sub-header .w-form ._account_api .list-results thead label.mobile-filters,.liveDashboard .sub-header .w-double-list ._account_api .list-results thead label.mobile-filters,.sub-header .w-form ._account_api .liveDashboard .list-results thead label.mobile-filters,.sub-header .w-double-list ._account_api .liveDashboard .list-results thead label.mobile-filters,.liveDashboard ._account_api .list-results thead .block-filters button.mobile-filters:after,._account_api .liveDashboard .list-results thead .block-filters button.mobile-filters:after,.liveDashboard .block-filters ._account_api .list-results thead button.mobile-filters:after,.block-filters ._account_api .liveDashboard .list-results thead button.mobile-filters:after,.liveDashboard ._account_api .list-results thead .block-filters select.mobile-filters:after,._account_api .liveDashboard .list-results thead .block-filters select.mobile-filters:after,.liveDashboard .block-filters ._account_api .list-results thead select.mobile-filters:after,.block-filters ._account_api .liveDashboard .list-results thead select.mobile-filters:after,.liveDashboard ._account_api .list-results thead .form-auto-list .mobile-filters.form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .form-auto-list .mobile-filters.form-auto-item.is-user-is-inactive,.liveDashboard .form-auto-list ._account_api .list-results thead .mobile-filters.form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .liveDashboard .list-results thead .mobile-filters.form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .form-auto-list .mobile-filters.form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .form-auto-list .mobile-filters.form-auto-item.is-user-is-active,.liveDashboard .form-auto-list ._account_api .list-results thead .mobile-filters.form-auto-item.is-user-is-active,.form-auto-list ._account_api .liveDashboard .list-results thead .mobile-filters.form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .list-results-header .status.title span.mobile-filters,._account_api .liveDashboard .list-results thead .list-results-header .status.title span.mobile-filters,.liveDashboard .list-results-header .status.title ._account_api .list-results thead span.mobile-filters,.list-results-header .status.title ._account_api .liveDashboard .list-results thead span.mobile-filters,.liveDashboard ._account_api .list-results thead tr span.mobile-filters,._account_api .liveDashboard .list-results thead tr span.mobile-filters,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .mobile-filters.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .mobile-filters.dropdown-toggle:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .mobile-filters.filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .mobile-filters.filter,._account_api .form-label.status .liveDashboard .list-results thead span.mobile-filters,._account_api .status.status-log .liveDashboard .list-results thead span.mobile-filters,._account_api .status.status-report-item .liveDashboard .list-results thead span.mobile-filters,._account_api .double-list dd.status .liveDashboard .list-results thead span.mobile-filters,.double-list ._account_api dd.status .liveDashboard .list-results thead span.mobile-filters,._account_api .double-list dt.status .liveDashboard .list-results thead span.mobile-filters,.double-list ._account_api dt.status .liveDashboard .list-results thead span.mobile-filters,._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span.mobile-filters,.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead span.mobile-filters,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.mobile-filters,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead span.mobile-filters,._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.mobile-filters,.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead span.mobile-filters,.form-label.status .liveDashboard ._account_api .list-results thead span.mobile-filters,.status.status-log .liveDashboard ._account_api .list-results thead span.mobile-filters,.status.status-report-item .liveDashboard ._account_api .list-results thead span.mobile-filters,.double-list dd.status .liveDashboard ._account_api .list-results thead span.mobile-filters,.double-list dt.status .liveDashboard ._account_api .list-results thead span.mobile-filters,.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead span.mobile-filters,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead span.mobile-filters,.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead span.mobile-filters,._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span.mobile-filters,.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead span.mobile-filters,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.mobile-filters,.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead span.mobile-filters,._account_api .sub-header .w-form .liveDashboard .list-results thead label.mobile-filters,._account_api .sub-header .w-double-list .liveDashboard .list-results thead label.mobile-filters,.sub-header .w-form .liveDashboard ._account_api .list-results thead label.mobile-filters,.sub-header .w-double-list .liveDashboard ._account_api .list-results thead label.mobile-filters,._account_api .block-filters .liveDashboard .list-results thead button.mobile-filters:after,.block-filters .liveDashboard ._account_api .list-results thead button.mobile-filters:after,._account_api .block-filters .liveDashboard .list-results thead select.mobile-filters:after,.block-filters .liveDashboard ._account_api .list-results thead select.mobile-filters:after,._account_api .form-auto-list .liveDashboard .list-results thead .mobile-filters.form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard ._account_api .list-results thead .mobile-filters.form-auto-item.is-user-is-inactive,._account_api .form-auto-list .liveDashboard .list-results thead .mobile-filters.form-auto-item.is-user-is-active,.form-auto-list .liveDashboard ._account_api .list-results thead .mobile-filters.form-auto-item.is-user-is-active,._account_api .list-results-header .status.title .liveDashboard .list-results thead span.mobile-filters,.list-results-header .status.title .liveDashboard ._account_api .list-results thead span.mobile-filters,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .mobile-filters.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .mobile-filters.dropdown-toggle:after,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .mobile-filters.filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .mobile-filters.filter,.liveDashboard .list-results thead .form-label.status span.mobile-filters,.liveDashboard .list-results thead .status.status-log span.mobile-filters,.liveDashboard .list-results thead .status.status-report-item span.mobile-filters,.liveDashboard .list-results thead .double-list dd.status span.mobile-filters,.double-list .liveDashboard .list-results thead dd.status span.mobile-filters,.liveDashboard .list-results thead .double-list dt.status span.mobile-filters,.double-list .liveDashboard .list-results thead dt.status span.mobile-filters,.liveDashboard .list-results thead .w-cards-container .w-card .status.title span.mobile-filters,.w-cards-container .w-card .liveDashboard .list-results thead .status.title span.mobile-filters,.liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.mobile-filters,.w-cards-container .w-card.centered .w-value .liveDashboard .list-results thead .status.label span.mobile-filters,.liveDashboard .list-results thead tbody tr.sublist .status.title span.mobile-filters,.liveDashboard .list-results tbody tr.sublist thead .status.title span.mobile-filters,.form-label.status .liveDashboard .list-results thead span.mobile-filters,.status.status-log .liveDashboard .list-results thead span.mobile-filters,.status.status-report-item .liveDashboard .list-results thead span.mobile-filters,.double-list dd.status .liveDashboard .list-results thead span.mobile-filters,.double-list dt.status .liveDashboard .list-results thead span.mobile-filters,.w-cards-container .w-card .status.title .liveDashboard .list-results thead span.mobile-filters,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.mobile-filters,.list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.mobile-filters,.liveDashboard .list-results thead .w-filters-selected label.status.small span.mobile-filters,.w-filters-selected label.status.small .liveDashboard .list-results thead span.mobile-filters,.liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.mobile-filters,.w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.mobile-filters,.liveDashboard .list-results thead .sub-header .w-form label.mobile-filters,.liveDashboard .list-results thead .sub-header .w-double-list label.mobile-filters,.sub-header .w-form .liveDashboard .list-results thead label.mobile-filters,.sub-header .w-double-list .liveDashboard .list-results thead label.mobile-filters,.liveDashboard .list-results thead .block-filters button.mobile-filters:after,.block-filters .liveDashboard .list-results thead button.mobile-filters:after,.liveDashboard .list-results thead .block-filters select.mobile-filters:after,.block-filters .liveDashboard .list-results thead select.mobile-filters:after,.liveDashboard .list-results thead .form-auto-list .mobile-filters.form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard .list-results thead .mobile-filters.form-auto-item.is-user-is-inactive,.liveDashboard .list-results thead .form-auto-list .mobile-filters.form-auto-item.is-user-is-active,.form-auto-list .liveDashboard .list-results thead .mobile-filters.form-auto-item.is-user-is-active,.liveDashboard .list-results thead .list-results-header .status.title span.mobile-filters,.list-results-header .status.title .liveDashboard .list-results thead span.mobile-filters,.liveDashboard .list-results thead tr span.mobile-filters,._account_api .list-results thead .mobile-filters.icon,._account_api .list-results thead .mobile-filters.w-alert-banner:before,._account_api .liveDashboard .list-results thead .mobile-filters.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .mobile-filters.w-alert-banner:before,._account_api .list-results thead .mobile-filters.w-alert-banner:before,._account_api .list-results thead .w-dialog.plus .mobile-filters.dialog-aside:after,.w-dialog.plus ._account_api .list-results thead .mobile-filters.dialog-aside:after,._account_api .list-results thead .w-toast .mobile-filters.toast.plus:after,.w-toast ._account_api .list-results thead .mobile-filters.toast.plus:after,._account_api .list-results thead .w-time-period .dropdown .w-selection .mobile-filters.btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .mobile-filters.btn-period-clear:before,._account_api .list-results thead .w-time-period .dropdown .w-selection .mobile-filters.btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .mobile-filters.btn-filter:before,._account_api .list-results thead .w-time-period .dropdown .w-selection .mobile-filters.btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .mobile-filters.btn-period-edit:before,._account_api .list-results thead .block-filters .mobile-filters.btn-filter:before,.block-filters ._account_api .list-results thead .mobile-filters.btn-filter:before,._account_api .list-results thead .toggleWrapper input.mobileToggle+label.mobile-filters,.toggleWrapper ._account_api .list-results thead input.mobileToggle+label.mobile-filters,._account_api .list-results thead tbody span.mobile-filters.status,._account_api .list-results tbody thead span.mobile-filters.status,._account_api .list-results thead tbody td.is-running span.mobile-filters,._account_api .list-results tbody td.is-running thead span.mobile-filters,._account_api .list-results thead tbody td.is-pending span.mobile-filters,._account_api .list-results tbody td.is-pending thead span.mobile-filters,._account_api .liveDashboard .list-results thead .mobile-filters.icon,._account_api .liveDashboard .list-results thead .mobile-filters.w-alert-banner:before,._account_api .liveDashboard .list-results thead .mobile-filters.w-alert-banner:before,._account_api .liveDashboard .list-results thead .mobile-filters.w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-dialog.plus .mobile-filters.dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .mobile-filters.dialog-aside:after,._account_api .liveDashboard .list-results thead .w-toast .mobile-filters.toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .mobile-filters.toast.plus:after,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .mobile-filters.btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .mobile-filters.btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .mobile-filters.btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .mobile-filters.btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .mobile-filters.btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .mobile-filters.btn-period-edit:before,._account_api .liveDashboard .list-results thead .block-filters .mobile-filters.btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .mobile-filters.btn-filter:before,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.mobile-filters,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label.mobile-filters,._account_api .liveDashboard .list-results thead tbody span.mobile-filters.status,._account_api .liveDashboard .list-results tbody thead span.mobile-filters.status,._account_api .liveDashboard .list-results thead tbody td.is-running span.mobile-filters,._account_api .liveDashboard .list-results tbody td.is-running thead span.mobile-filters,._account_api .liveDashboard .list-results thead tbody td.is-pending span.mobile-filters,._account_api .liveDashboard .list-results tbody td.is-pending thead span.mobile-filters,.liveDashboard ._account_api .list-results thead .mobile-filters.icon,.liveDashboard ._account_api .list-results thead .mobile-filters.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .mobile-filters.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .mobile-filters.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-dialog.plus .mobile-filters.dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .mobile-filters.dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-toast .mobile-filters.toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .mobile-filters.toast.plus:after,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .mobile-filters.btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .mobile-filters.btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .mobile-filters.btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .mobile-filters.btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .mobile-filters.btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .mobile-filters.btn-period-edit:before,.liveDashboard ._account_api .list-results thead .block-filters .mobile-filters.btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .mobile-filters.btn-filter:before,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label.mobile-filters,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label.mobile-filters,.liveDashboard ._account_api .list-results thead tbody span.mobile-filters.status,.liveDashboard ._account_api .list-results tbody thead span.mobile-filters.status,.liveDashboard ._account_api .list-results thead tbody td.is-running span.mobile-filters,.liveDashboard ._account_api .list-results tbody td.is-running thead span.mobile-filters,.liveDashboard ._account_api .list-results thead tbody td.is-pending span.mobile-filters,.liveDashboard ._account_api .list-results tbody td.is-pending thead span.mobile-filters,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .mobile-filters.dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .mobile-filters.dropdown-toggle:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .mobile-filters.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .mobile-filters.dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .mobile-filters.filter,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .mobile-filters.filter,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .mobile-filters.filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .mobile-filters.filter,._account_api .liveDashboard .list-results thead .form-label.status span.mobile-filters,._account_api .liveDashboard .list-results thead .status.status-log span.mobile-filters,._account_api .liveDashboard .list-results thead .status.status-report-item span.mobile-filters,._account_api .liveDashboard .list-results thead .double-list dd.status span.mobile-filters,.double-list ._account_api .liveDashboard .list-results thead dd.status span.mobile-filters,._account_api .liveDashboard .list-results thead .double-list dt.status span.mobile-filters,.double-list ._account_api .liveDashboard .list-results thead dt.status span.mobile-filters,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span.mobile-filters,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title span.mobile-filters,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.mobile-filters,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label span.mobile-filters,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span.mobile-filters,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span.mobile-filters,.liveDashboard ._account_api .list-results thead .form-label.status span.mobile-filters,.liveDashboard ._account_api .list-results thead .status.status-log span.mobile-filters,.liveDashboard ._account_api .list-results thead .status.status-report-item span.mobile-filters,.liveDashboard ._account_api .list-results thead .double-list dd.status span.mobile-filters,.double-list .liveDashboard ._account_api .list-results thead dd.status span.mobile-filters,.liveDashboard ._account_api .list-results thead .double-list dt.status span.mobile-filters,.double-list .liveDashboard ._account_api .list-results thead dt.status span.mobile-filters,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span.mobile-filters,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title span.mobile-filters,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.mobile-filters,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label span.mobile-filters,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span.mobile-filters,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span.mobile-filters,._account_api .form-label.status .liveDashboard .list-results thead span.mobile-filters,._account_api .status.status-log .liveDashboard .list-results thead span.mobile-filters,._account_api .status.status-report-item .liveDashboard .list-results thead span.mobile-filters,._account_api .double-list dd.status .liveDashboard .list-results thead span.mobile-filters,.double-list ._account_api dd.status .liveDashboard .list-results thead span.mobile-filters,._account_api .double-list dt.status .liveDashboard .list-results thead span.mobile-filters,.double-list ._account_api dt.status .liveDashboard .list-results thead span.mobile-filters,._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span.mobile-filters,.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead span.mobile-filters,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.mobile-filters,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead span.mobile-filters,._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.mobile-filters,.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead span.mobile-filters,.form-label.status .liveDashboard ._account_api .list-results thead span.mobile-filters,.status.status-log .liveDashboard ._account_api .list-results thead span.mobile-filters,.status.status-report-item .liveDashboard ._account_api .list-results thead span.mobile-filters,.double-list dd.status .liveDashboard ._account_api .list-results thead span.mobile-filters,.double-list dt.status .liveDashboard ._account_api .list-results thead span.mobile-filters,.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead span.mobile-filters,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead span.mobile-filters,.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead span.mobile-filters,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span.mobile-filters,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span.mobile-filters,._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span.mobile-filters,.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead span.mobile-filters,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.mobile-filters,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span.mobile-filters,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.mobile-filters,.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead span.mobile-filters,._account_api .liveDashboard .list-results thead .sub-header .w-form label.mobile-filters,._account_api .liveDashboard .list-results thead .sub-header .w-double-list label.mobile-filters,.liveDashboard ._account_api .list-results thead .sub-header .w-form label.mobile-filters,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list label.mobile-filters,._account_api .sub-header .w-form .liveDashboard .list-results thead label.mobile-filters,._account_api .sub-header .w-double-list .liveDashboard .list-results thead label.mobile-filters,.sub-header .w-form .liveDashboard ._account_api .list-results thead label.mobile-filters,.sub-header .w-double-list .liveDashboard ._account_api .list-results thead label.mobile-filters,._account_api .liveDashboard .list-results thead .block-filters button.mobile-filters:after,.liveDashboard ._account_api .list-results thead .block-filters button.mobile-filters:after,._account_api .block-filters .liveDashboard .list-results thead button.mobile-filters:after,.block-filters .liveDashboard ._account_api .list-results thead button.mobile-filters:after,._account_api .liveDashboard .list-results thead .block-filters select.mobile-filters:after,.liveDashboard ._account_api .list-results thead .block-filters select.mobile-filters:after,._account_api .block-filters .liveDashboard .list-results thead select.mobile-filters:after,.block-filters .liveDashboard ._account_api .list-results thead select.mobile-filters:after,._account_api .liveDashboard .list-results thead .form-auto-list .mobile-filters.form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .form-auto-list .mobile-filters.form-auto-item.is-user-is-inactive,._account_api .form-auto-list .liveDashboard .list-results thead .mobile-filters.form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard ._account_api .list-results thead .mobile-filters.form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .form-auto-list .mobile-filters.form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .form-auto-list .mobile-filters.form-auto-item.is-user-is-active,._account_api .form-auto-list .liveDashboard .list-results thead .mobile-filters.form-auto-item.is-user-is-active,.form-auto-list .liveDashboard ._account_api .list-results thead .mobile-filters.form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .list-results-header .status.title span.mobile-filters,.liveDashboard ._account_api .list-results thead .list-results-header .status.title span.mobile-filters,._account_api .list-results-header .status.title .liveDashboard .list-results thead span.mobile-filters,.list-results-header .status.title .liveDashboard ._account_api .list-results thead span.mobile-filters,._account_api .liveDashboard .list-results thead tr span.mobile-filters,.liveDashboard ._account_api .list-results thead tr span.mobile-filters,._account_api .list-results thead .mobile-filters.icon,._account_api .list-results thead .mobile-filters.w-alert-banner:before,._account_api .liveDashboard .list-results thead .mobile-filters.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .mobile-filters.w-alert-banner:before,._account_api .list-results thead .mobile-filters.w-alert-banner:before,._account_api .list-results thead .w-dialog.plus .mobile-filters.dialog-aside:after,.w-dialog.plus ._account_api .list-results thead .mobile-filters.dialog-aside:after,._account_api .list-results thead .w-toast .mobile-filters.toast.plus:after,.w-toast ._account_api .list-results thead .mobile-filters.toast.plus:after,._account_api .list-results thead .w-time-period .dropdown .w-selection .mobile-filters.btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .mobile-filters.btn-period-clear:before,._account_api .list-results thead .w-time-period .dropdown .w-selection .mobile-filters.btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .mobile-filters.btn-filter:before,._account_api .list-results thead .w-time-period .dropdown .w-selection .mobile-filters.btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .mobile-filters.btn-period-edit:before,._account_api .list-results thead .block-filters .mobile-filters.btn-filter:before,.block-filters ._account_api .list-results thead .mobile-filters.btn-filter:before,._account_api .list-results thead .toggleWrapper input.mobileToggle+label.mobile-filters,.toggleWrapper ._account_api .list-results thead input.mobileToggle+label.mobile-filters,._account_api .list-results thead tbody span.mobile-filters.status,._account_api .list-results tbody thead span.mobile-filters.status,._account_api .list-results thead tbody td.is-running span.mobile-filters,._account_api .list-results tbody td.is-running thead span.mobile-filters,._account_api .list-results thead tbody td.is-pending span.mobile-filters,._account_api .list-results tbody td.is-pending thead span.mobile-filters,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .mobile-filters.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .mobile-filters.dropdown-toggle:after,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .mobile-filters.filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .mobile-filters.filter,._account_api .list-results thead .form-label.status span.mobile-filters,._account_api .list-results thead .status.status-log span.mobile-filters,._account_api .list-results thead .status.status-report-item span.mobile-filters,._account_api .list-results thead .double-list dd.status span.mobile-filters,.double-list ._account_api .list-results thead dd.status span.mobile-filters,._account_api .list-results thead .double-list dt.status span.mobile-filters,.double-list ._account_api .list-results thead dt.status span.mobile-filters,._account_api .list-results thead .w-cards-container .w-card .status.title span.mobile-filters,.w-cards-container .w-card ._account_api .list-results thead .status.title span.mobile-filters,._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.mobile-filters,.w-cards-container .w-card.centered .w-value ._account_api .list-results thead .status.label span.mobile-filters,._account_api .list-results thead tbody tr.sublist .status.title span.mobile-filters,._account_api .list-results tbody tr.sublist thead .status.title span.mobile-filters,.form-label.status ._account_api .list-results thead span.mobile-filters,.status.status-log ._account_api .list-results thead span.mobile-filters,.status.status-report-item ._account_api .list-results thead span.mobile-filters,.double-list dd.status ._account_api .list-results thead span.mobile-filters,.double-list dt.status ._account_api .list-results thead span.mobile-filters,.w-cards-container .w-card .status.title ._account_api .list-results thead span.mobile-filters,.w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.mobile-filters,.list-results tbody tr.sublist .status.title ._account_api .list-results thead span.mobile-filters,._account_api .list-results thead .w-filters-selected label.status.small span.mobile-filters,.w-filters-selected label.status.small ._account_api .list-results thead span.mobile-filters,._account_api .list-results thead .w-filters-selected .status.btn-f-s span.mobile-filters,.w-filters-selected .status.btn-f-s ._account_api .list-results thead span.mobile-filters,._account_api .list-results thead .sub-header .w-form label.mobile-filters,._account_api .list-results thead .sub-header .w-double-list label.mobile-filters,.sub-header .w-form ._account_api .list-results thead label.mobile-filters,.sub-header .w-double-list ._account_api .list-results thead label.mobile-filters,._account_api .list-results thead .block-filters button.mobile-filters:after,.block-filters ._account_api .list-results thead button.mobile-filters:after,._account_api .list-results thead .block-filters select.mobile-filters:after,.block-filters ._account_api .list-results thead select.mobile-filters:after,._account_api .list-results thead .form-auto-list .mobile-filters.form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .list-results thead .mobile-filters.form-auto-item.is-user-is-inactive,._account_api .list-results thead .form-auto-list .mobile-filters.form-auto-item.is-user-is-active,.form-auto-list ._account_api .list-results thead .mobile-filters.form-auto-item.is-user-is-active,._account_api .list-results thead .list-results-header .status.title span.mobile-filters,.list-results-header .status.title ._account_api .list-results thead span.mobile-filters,._account_api .list-results thead tr span.mobile-filters,.liveDashboard ._account_api .list-results thead .mobile-filters.icon,.liveDashboard ._account_api .list-results thead .mobile-filters.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .mobile-filters.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .mobile-filters.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-dialog.plus .mobile-filters.dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .mobile-filters.dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-toast .mobile-filters.toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .mobile-filters.toast.plus:after,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .mobile-filters.btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .mobile-filters.btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .mobile-filters.btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .mobile-filters.btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .mobile-filters.btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .mobile-filters.btn-period-edit:before,.liveDashboard ._account_api .list-results thead .block-filters .mobile-filters.btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .mobile-filters.btn-filter:before,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label.mobile-filters,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label.mobile-filters,.liveDashboard ._account_api .list-results thead tbody span.mobile-filters.status,.liveDashboard ._account_api .list-results tbody thead span.mobile-filters.status,.liveDashboard ._account_api .list-results thead tbody td.is-running span.mobile-filters,.liveDashboard ._account_api .list-results tbody td.is-running thead span.mobile-filters,.liveDashboard ._account_api .list-results thead tbody td.is-pending span.mobile-filters,.liveDashboard ._account_api .list-results tbody td.is-pending thead span.mobile-filters,._account_api .liveDashboard .list-results thead .mobile-filters.icon,._account_api .liveDashboard .list-results thead .mobile-filters.w-alert-banner:before,._account_api .liveDashboard .list-results thead .mobile-filters.w-alert-banner:before,._account_api .liveDashboard .list-results thead .mobile-filters.w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-dialog.plus .mobile-filters.dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .mobile-filters.dialog-aside:after,._account_api .liveDashboard .list-results thead .w-toast .mobile-filters.toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .mobile-filters.toast.plus:after,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .mobile-filters.btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .mobile-filters.btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .mobile-filters.btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .mobile-filters.btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .mobile-filters.btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .mobile-filters.btn-period-edit:before,._account_api .liveDashboard .list-results thead .block-filters .mobile-filters.btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .mobile-filters.btn-filter:before,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.mobile-filters,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label.mobile-filters,._account_api .liveDashboard .list-results thead tbody span.mobile-filters.status,._account_api .liveDashboard .list-results tbody thead span.mobile-filters.status,._account_api .liveDashboard .list-results thead tbody td.is-running span.mobile-filters,._account_api .liveDashboard .list-results tbody td.is-running thead span.mobile-filters,._account_api .liveDashboard .list-results thead tbody td.is-pending span.mobile-filters,._account_api .liveDashboard .list-results tbody td.is-pending thead span.mobile-filters,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .mobile-filters.dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .mobile-filters.dropdown-toggle:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .mobile-filters.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .mobile-filters.dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .mobile-filters.filter,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .mobile-filters.filter,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .mobile-filters.filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .mobile-filters.filter,.liveDashboard ._account_api .list-results thead .form-label.status span.mobile-filters,.liveDashboard ._account_api .list-results thead .status.status-log span.mobile-filters,.liveDashboard ._account_api .list-results thead .status.status-report-item span.mobile-filters,.liveDashboard ._account_api .list-results thead .double-list dd.status span.mobile-filters,.double-list .liveDashboard ._account_api .list-results thead dd.status span.mobile-filters,.liveDashboard ._account_api .list-results thead .double-list dt.status span.mobile-filters,.double-list .liveDashboard ._account_api .list-results thead dt.status span.mobile-filters,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span.mobile-filters,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title span.mobile-filters,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.mobile-filters,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label span.mobile-filters,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span.mobile-filters,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span.mobile-filters,._account_api .liveDashboard .list-results thead .form-label.status span.mobile-filters,._account_api .liveDashboard .list-results thead .status.status-log span.mobile-filters,._account_api .liveDashboard .list-results thead .status.status-report-item span.mobile-filters,._account_api .liveDashboard .list-results thead .double-list dd.status span.mobile-filters,.double-list ._account_api .liveDashboard .list-results thead dd.status span.mobile-filters,._account_api .liveDashboard .list-results thead .double-list dt.status span.mobile-filters,.double-list ._account_api .liveDashboard .list-results thead dt.status span.mobile-filters,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span.mobile-filters,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title span.mobile-filters,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.mobile-filters,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label span.mobile-filters,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span.mobile-filters,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span.mobile-filters,.liveDashboard .form-label.status ._account_api .list-results thead span.mobile-filters,.liveDashboard .status.status-log ._account_api .list-results thead span.mobile-filters,.liveDashboard .status.status-report-item ._account_api .list-results thead span.mobile-filters,.liveDashboard .double-list dd.status ._account_api .list-results thead span.mobile-filters,.double-list .liveDashboard dd.status ._account_api .list-results thead span.mobile-filters,.liveDashboard .double-list dt.status ._account_api .list-results thead span.mobile-filters,.double-list .liveDashboard dt.status ._account_api .list-results thead span.mobile-filters,.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span.mobile-filters,.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead span.mobile-filters,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.mobile-filters,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead span.mobile-filters,.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span.mobile-filters,.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead span.mobile-filters,.form-label.status ._account_api .liveDashboard .list-results thead span.mobile-filters,.status.status-log ._account_api .liveDashboard .list-results thead span.mobile-filters,.status.status-report-item ._account_api .liveDashboard .list-results thead span.mobile-filters,.double-list dd.status ._account_api .liveDashboard .list-results thead span.mobile-filters,.double-list dt.status ._account_api .liveDashboard .list-results thead span.mobile-filters,.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead span.mobile-filters,.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead span.mobile-filters,.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead span.mobile-filters,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span.mobile-filters,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span.mobile-filters,.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span.mobile-filters,.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead span.mobile-filters,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span.mobile-filters,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.mobile-filters,.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span.mobile-filters,.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead span.mobile-filters,.liveDashboard ._account_api .list-results thead .sub-header .w-form label.mobile-filters,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list label.mobile-filters,._account_api .liveDashboard .list-results thead .sub-header .w-form label.mobile-filters,._account_api .liveDashboard .list-results thead .sub-header .w-double-list label.mobile-filters,.liveDashboard .sub-header .w-form ._account_api .list-results thead label.mobile-filters,.liveDashboard .sub-header .w-double-list ._account_api .list-results thead label.mobile-filters,.sub-header .w-form ._account_api .liveDashboard .list-results thead label.mobile-filters,.sub-header .w-double-list ._account_api .liveDashboard .list-results thead label.mobile-filters,.liveDashboard ._account_api .list-results thead .block-filters button.mobile-filters:after,._account_api .liveDashboard .list-results thead .block-filters button.mobile-filters:after,.liveDashboard .block-filters ._account_api .list-results thead button.mobile-filters:after,.block-filters ._account_api .liveDashboard .list-results thead button.mobile-filters:after,.liveDashboard ._account_api .list-results thead .block-filters select.mobile-filters:after,._account_api .liveDashboard .list-results thead .block-filters select.mobile-filters:after,.liveDashboard .block-filters ._account_api .list-results thead select.mobile-filters:after,.block-filters ._account_api .liveDashboard .list-results thead select.mobile-filters:after,.liveDashboard ._account_api .list-results thead .form-auto-list .mobile-filters.form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .form-auto-list .mobile-filters.form-auto-item.is-user-is-inactive,.liveDashboard .form-auto-list ._account_api .list-results thead .mobile-filters.form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .liveDashboard .list-results thead .mobile-filters.form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .form-auto-list .mobile-filters.form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .form-auto-list .mobile-filters.form-auto-item.is-user-is-active,.liveDashboard .form-auto-list ._account_api .list-results thead .mobile-filters.form-auto-item.is-user-is-active,.form-auto-list ._account_api .liveDashboard .list-results thead .mobile-filters.form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .list-results-header .status.title span.mobile-filters,._account_api .liveDashboard .list-results thead .list-results-header .status.title span.mobile-filters,.liveDashboard .list-results-header .status.title ._account_api .list-results thead span.mobile-filters,.list-results-header .status.title ._account_api .liveDashboard .list-results thead span.mobile-filters,.liveDashboard ._account_api .list-results thead tr span.mobile-filters,._account_api .liveDashboard .list-results thead tr span.mobile-filters,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .mobile-filters.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .mobile-filters.dropdown-toggle:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .mobile-filters.filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .mobile-filters.filter,._account_api .form-label.status .liveDashboard .list-results thead span.mobile-filters,._account_api .status.status-log .liveDashboard .list-results thead span.mobile-filters,._account_api .status.status-report-item .liveDashboard .list-results thead span.mobile-filters,._account_api .double-list dd.status .liveDashboard .list-results thead span.mobile-filters,.double-list ._account_api dd.status .liveDashboard .list-results thead span.mobile-filters,._account_api .double-list dt.status .liveDashboard .list-results thead span.mobile-filters,.double-list ._account_api dt.status .liveDashboard .list-results thead span.mobile-filters,._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span.mobile-filters,.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead span.mobile-filters,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.mobile-filters,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead span.mobile-filters,._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.mobile-filters,.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead span.mobile-filters,.form-label.status .liveDashboard ._account_api .list-results thead span.mobile-filters,.status.status-log .liveDashboard ._account_api .list-results thead span.mobile-filters,.status.status-report-item .liveDashboard ._account_api .list-results thead span.mobile-filters,.double-list dd.status .liveDashboard ._account_api .list-results thead span.mobile-filters,.double-list dt.status .liveDashboard ._account_api .list-results thead span.mobile-filters,.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead span.mobile-filters,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead span.mobile-filters,.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead span.mobile-filters,._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span.mobile-filters,.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead span.mobile-filters,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.mobile-filters,.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead span.mobile-filters,._account_api .sub-header .w-form .liveDashboard .list-results thead label.mobile-filters,._account_api .sub-header .w-double-list .liveDashboard .list-results thead label.mobile-filters,.sub-header .w-form .liveDashboard ._account_api .list-results thead label.mobile-filters,.sub-header .w-double-list .liveDashboard ._account_api .list-results thead label.mobile-filters,._account_api .block-filters .liveDashboard .list-results thead button.mobile-filters:after,.block-filters .liveDashboard ._account_api .list-results thead button.mobile-filters:after,._account_api .block-filters .liveDashboard .list-results thead select.mobile-filters:after,.block-filters .liveDashboard ._account_api .list-results thead select.mobile-filters:after,._account_api .form-auto-list .liveDashboard .list-results thead .mobile-filters.form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard ._account_api .list-results thead .mobile-filters.form-auto-item.is-user-is-inactive,._account_api .form-auto-list .liveDashboard .list-results thead .mobile-filters.form-auto-item.is-user-is-active,.form-auto-list .liveDashboard ._account_api .list-results thead .mobile-filters.form-auto-item.is-user-is-active,._account_api .list-results-header .status.title .liveDashboard .list-results thead span.mobile-filters,.list-results-header .status.title .liveDashboard ._account_api .list-results thead span.mobile-filters,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .mobile-filters.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .mobile-filters.dropdown-toggle:after,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .mobile-filters.filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .mobile-filters.filter,._account_api .list-results thead .form-label.status span.mobile-filters,._account_api .list-results thead .status.status-log span.mobile-filters,._account_api .list-results thead .status.status-report-item span.mobile-filters,._account_api .list-results thead .double-list dd.status span.mobile-filters,.double-list ._account_api .list-results thead dd.status span.mobile-filters,._account_api .list-results thead .double-list dt.status span.mobile-filters,.double-list ._account_api .list-results thead dt.status span.mobile-filters,._account_api .list-results thead .w-cards-container .w-card .status.title span.mobile-filters,.w-cards-container .w-card ._account_api .list-results thead .status.title span.mobile-filters,._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.mobile-filters,.w-cards-container .w-card.centered .w-value ._account_api .list-results thead .status.label span.mobile-filters,._account_api .list-results thead tbody tr.sublist .status.title span.mobile-filters,._account_api .list-results tbody tr.sublist thead .status.title span.mobile-filters,.form-label.status ._account_api .list-results thead span.mobile-filters,.status.status-log ._account_api .list-results thead span.mobile-filters,.status.status-report-item ._account_api .list-results thead span.mobile-filters,.double-list dd.status ._account_api .list-results thead span.mobile-filters,.double-list dt.status ._account_api .list-results thead span.mobile-filters,.w-cards-container .w-card .status.title ._account_api .list-results thead span.mobile-filters,.w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.mobile-filters,.list-results tbody tr.sublist .status.title ._account_api .list-results thead span.mobile-filters,._account_api .list-results thead .w-filters-selected label.status.small span.mobile-filters,.w-filters-selected label.status.small ._account_api .list-results thead span.mobile-filters,._account_api .list-results thead .w-filters-selected .status.btn-f-s span.mobile-filters,.w-filters-selected .status.btn-f-s ._account_api .list-results thead span.mobile-filters,._account_api .list-results thead .sub-header .w-form label.mobile-filters,._account_api .list-results thead .sub-header .w-double-list label.mobile-filters,.sub-header .w-form ._account_api .list-results thead label.mobile-filters,.sub-header .w-double-list ._account_api .list-results thead label.mobile-filters,._account_api .list-results thead .block-filters button.mobile-filters:after,.block-filters ._account_api .list-results thead button.mobile-filters:after,._account_api .list-results thead .block-filters select.mobile-filters:after,.block-filters ._account_api .list-results thead select.mobile-filters:after,._account_api .list-results thead .form-auto-list .mobile-filters.form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .list-results thead .mobile-filters.form-auto-item.is-user-is-inactive,._account_api .list-results thead .form-auto-list .mobile-filters.form-auto-item.is-user-is-active,.form-auto-list ._account_api .list-results thead .mobile-filters.form-auto-item.is-user-is-active,._account_api .list-results thead .list-results-header .status.title span.mobile-filters,.list-results-header .status.title ._account_api .list-results thead span.mobile-filters,._account_api .list-results thead tr span.mobile-filters,.sidebar-default.sidebar-default-right .sidebar-default-body .filter-group .mobile-filters.filter-checkbox,.add-filters-dropdown .w-add-filters-list>div.filter-group .mobile-filters.filter-checkbox,.filter-preset .filter-field-name button.mobile-filters,.btn.mobile-filters,.pagination a.mobile-filters,.goal-option .mobile-filters.expend-label{display:flex}}.desktop .button-default.mobile-filters,.desktop .liveDashboard .list-results thead .mobile-filters.icon,.desktop .liveDashboard .list-results thead .mobile-filters.w-alert-banner:before,.desktop .liveDashboard .list-results thead .mobile-filters.w-alert-banner:before,.desktop .liveDashboard ._account_api .list-results thead .mobile-filters.w-alert-banner:before,._account_api .desktop .liveDashboard .list-results thead .mobile-filters.w-alert-banner:before,.desktop .liveDashboard .list-results thead .w-dialog.plus .mobile-filters.dialog-aside:after,.w-dialog.plus .desktop .liveDashboard .list-results thead .mobile-filters.dialog-aside:after,.desktop .liveDashboard .list-results thead .w-toast .mobile-filters.toast.plus:after,.w-toast .desktop .liveDashboard .list-results thead .mobile-filters.toast.plus:after,.desktop .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .mobile-filters.btn-period-clear:before,.w-time-period .dropdown .w-selection .desktop .liveDashboard .list-results thead .mobile-filters.btn-period-clear:before,.desktop .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .mobile-filters.btn-filter:before,.w-time-period .dropdown .w-selection .desktop .liveDashboard .list-results thead .mobile-filters.btn-filter:before,.desktop .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .mobile-filters.btn-period-edit:before,.w-time-period .dropdown .w-selection .desktop .liveDashboard .list-results thead .mobile-filters.btn-period-edit:before,.desktop .liveDashboard .list-results thead .block-filters .mobile-filters.btn-filter:before,.block-filters .desktop .liveDashboard .list-results thead .mobile-filters.btn-filter:before,.desktop .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.mobile-filters,.toggleWrapper .desktop .liveDashboard .list-results thead input.mobileToggle+label.mobile-filters,.desktop .liveDashboard .list-results thead tbody span.mobile-filters.status,.desktop .liveDashboard .list-results tbody thead span.mobile-filters.status,.desktop .liveDashboard .list-results thead tbody td.is-running span.mobile-filters,.desktop .liveDashboard .list-results tbody td.is-running thead span.mobile-filters,.desktop .liveDashboard .list-results thead tbody td.is-pending span.mobile-filters,.desktop .liveDashboard .list-results tbody td.is-pending thead span.mobile-filters,.desktop .liveDashboard .list-results thead .mobile-filters.icon,.desktop .liveDashboard .list-results thead .mobile-filters.w-alert-banner:before,.desktop .liveDashboard .list-results thead .mobile-filters.w-alert-banner:before,.desktop .liveDashboard ._account_api .list-results thead .mobile-filters.w-alert-banner:before,._account_api .desktop .liveDashboard .list-results thead .mobile-filters.w-alert-banner:before,.desktop .liveDashboard .list-results thead .w-dialog.plus .mobile-filters.dialog-aside:after,.w-dialog.plus .desktop .liveDashboard .list-results thead .mobile-filters.dialog-aside:after,.desktop .liveDashboard .list-results thead .w-toast .mobile-filters.toast.plus:after,.w-toast .desktop .liveDashboard .list-results thead .mobile-filters.toast.plus:after,.desktop .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .mobile-filters.btn-period-clear:before,.w-time-period .dropdown .w-selection .desktop .liveDashboard .list-results thead .mobile-filters.btn-period-clear:before,.desktop .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .mobile-filters.btn-filter:before,.w-time-period .dropdown .w-selection .desktop .liveDashboard .list-results thead .mobile-filters.btn-filter:before,.desktop .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .mobile-filters.btn-period-edit:before,.w-time-period .dropdown .w-selection .desktop .liveDashboard .list-results thead .mobile-filters.btn-period-edit:before,.desktop .liveDashboard .list-results thead .block-filters .mobile-filters.btn-filter:before,.block-filters .desktop .liveDashboard .list-results thead .mobile-filters.btn-filter:before,.desktop .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.mobile-filters,.toggleWrapper .desktop .liveDashboard .list-results thead input.mobileToggle+label.mobile-filters,.desktop .liveDashboard .list-results thead tbody span.mobile-filters.status,.desktop .liveDashboard .list-results tbody thead span.mobile-filters.status,.desktop .liveDashboard .list-results thead tbody td.is-running span.mobile-filters,.desktop .liveDashboard .list-results tbody td.is-running thead span.mobile-filters,.desktop .liveDashboard .list-results thead tbody td.is-pending span.mobile-filters,.desktop .liveDashboard .list-results tbody td.is-pending thead span.mobile-filters,.desktop .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .mobile-filters.dropdown-toggle:after,.desktop .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .mobile-filters.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .desktop .liveDashboard .list-results thead .mobile-filters.dropdown-toggle:after,.desktop .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .mobile-filters.filter,.desktop .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .mobile-filters.filter,.w-filter-preset.w-filter-preset .filter-preset .desktop .liveDashboard .list-results thead .mobile-filters.filter,.desktop .liveDashboard .list-results thead .form-label.status span.mobile-filters,.desktop .liveDashboard .list-results thead .status.status-log span.mobile-filters,.desktop .liveDashboard .list-results thead .status.status-report-item span.mobile-filters,.desktop .liveDashboard .list-results thead .double-list dd.status span.mobile-filters,.double-list .desktop .liveDashboard .list-results thead dd.status span.mobile-filters,.desktop .liveDashboard .list-results thead .double-list dt.status span.mobile-filters,.double-list .desktop .liveDashboard .list-results thead dt.status span.mobile-filters,.desktop .liveDashboard .list-results thead .w-cards-container .w-card .status.title span.mobile-filters,.w-cards-container .w-card .desktop .liveDashboard .list-results thead .status.title span.mobile-filters,.desktop .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.mobile-filters,.w-cards-container .w-card.centered .w-value .desktop .liveDashboard .list-results thead .status.label span.mobile-filters,.desktop .liveDashboard .list-results thead tbody tr.sublist .status.title span.mobile-filters,.desktop .liveDashboard .list-results tbody tr.sublist thead .status.title span.mobile-filters,.desktop .form-label.status .liveDashboard .list-results thead span.mobile-filters,.desktop .status.status-log .liveDashboard .list-results thead span.mobile-filters,.desktop .status.status-report-item .liveDashboard .list-results thead span.mobile-filters,.desktop .double-list dd.status .liveDashboard .list-results thead span.mobile-filters,.double-list .desktop dd.status .liveDashboard .list-results thead span.mobile-filters,.desktop .double-list dt.status .liveDashboard .list-results thead span.mobile-filters,.double-list .desktop dt.status .liveDashboard .list-results thead span.mobile-filters,.desktop .w-cards-container .w-card .status.title .liveDashboard .list-results thead span.mobile-filters,.w-cards-container .w-card .desktop .status.title .liveDashboard .list-results thead span.mobile-filters,.desktop .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.mobile-filters,.w-cards-container .w-card.centered .w-value .desktop .status.label .liveDashboard .list-results thead span.mobile-filters,.desktop .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.mobile-filters,.list-results tbody tr.sublist .desktop .status.title .liveDashboard .list-results thead span.mobile-filters,.form-label.status .desktop .liveDashboard .list-results thead span.mobile-filters,.status.status-log .desktop .liveDashboard .list-results thead span.mobile-filters,.status.status-report-item .desktop .liveDashboard .list-results thead span.mobile-filters,.double-list dd.status .desktop .liveDashboard .list-results thead span.mobile-filters,.double-list dt.status .desktop .liveDashboard .list-results thead span.mobile-filters,.w-cards-container .w-card .status.title .desktop .liveDashboard .list-results thead span.mobile-filters,.w-cards-container .w-card.centered .w-value .status.label .desktop .liveDashboard .list-results thead span.mobile-filters,.list-results tbody tr.sublist .status.title .desktop .liveDashboard .list-results thead span.mobile-filters,.desktop .liveDashboard .list-results thead .w-filters-selected label.status.small span.mobile-filters,.desktop .w-filters-selected label.status.small .liveDashboard .list-results thead span.mobile-filters,.w-filters-selected label.status.small .desktop .liveDashboard .list-results thead span.mobile-filters,.desktop .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.mobile-filters,.desktop .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.mobile-filters,.w-filters-selected .status.btn-f-s .desktop .liveDashboard .list-results thead span.mobile-filters,.desktop .liveDashboard .list-results thead .sub-header .w-form label.mobile-filters,.desktop .liveDashboard .list-results thead .sub-header .w-double-list label.mobile-filters,.desktop .sub-header .w-form .liveDashboard .list-results thead label.mobile-filters,.desktop .sub-header .w-double-list .liveDashboard .list-results thead label.mobile-filters,.sub-header .w-form .desktop .liveDashboard .list-results thead label.mobile-filters,.sub-header .w-double-list .desktop .liveDashboard .list-results thead label.mobile-filters,.desktop .liveDashboard .list-results thead .block-filters button.mobile-filters:after,.desktop .block-filters .liveDashboard .list-results thead button.mobile-filters:after,.block-filters .desktop .liveDashboard .list-results thead button.mobile-filters:after,.desktop .liveDashboard .list-results thead .block-filters select.mobile-filters:after,.desktop .block-filters .liveDashboard .list-results thead select.mobile-filters:after,.block-filters .desktop .liveDashboard .list-results thead select.mobile-filters:after,.desktop .liveDashboard .list-results thead .form-auto-list .mobile-filters.form-auto-item.is-user-is-inactive,.desktop .form-auto-list .liveDashboard .list-results thead .mobile-filters.form-auto-item.is-user-is-inactive,.form-auto-list .desktop .liveDashboard .list-results thead .mobile-filters.form-auto-item.is-user-is-inactive,.desktop .liveDashboard .list-results thead .form-auto-list .mobile-filters.form-auto-item.is-user-is-active,.desktop .form-auto-list .liveDashboard .list-results thead .mobile-filters.form-auto-item.is-user-is-active,.form-auto-list .desktop .liveDashboard .list-results thead .mobile-filters.form-auto-item.is-user-is-active,.desktop .liveDashboard .list-results thead .list-results-header .status.title span.mobile-filters,.desktop .list-results-header .status.title .liveDashboard .list-results thead span.mobile-filters,.list-results-header .status.title .desktop .liveDashboard .list-results thead span.mobile-filters,.desktop .liveDashboard .list-results thead tr span.mobile-filters,.desktop .liveDashboard ._account_api .list-results thead .mobile-filters.icon,.desktop .liveDashboard ._account_api .list-results thead .mobile-filters.w-alert-banner:before,.desktop .liveDashboard ._account_api .list-results thead .mobile-filters.w-alert-banner:before,.desktop .liveDashboard ._account_api .list-results thead .mobile-filters.w-alert-banner:before,.desktop .liveDashboard ._account_api .list-results thead .w-dialog.plus .mobile-filters.dialog-aside:after,.w-dialog.plus .desktop .liveDashboard ._account_api .list-results thead .mobile-filters.dialog-aside:after,.desktop .liveDashboard ._account_api .list-results thead .w-toast .mobile-filters.toast.plus:after,.w-toast .desktop .liveDashboard ._account_api .list-results thead .mobile-filters.toast.plus:after,.desktop .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .mobile-filters.btn-period-clear:before,.w-time-period .dropdown .w-selection .desktop .liveDashboard ._account_api .list-results thead .mobile-filters.btn-period-clear:before,.desktop .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .mobile-filters.btn-filter:before,.w-time-period .dropdown .w-selection .desktop .liveDashboard ._account_api .list-results thead .mobile-filters.btn-filter:before,.desktop .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .mobile-filters.btn-period-edit:before,.w-time-period .dropdown .w-selection .desktop .liveDashboard ._account_api .list-results thead .mobile-filters.btn-period-edit:before,.desktop .liveDashboard ._account_api .list-results thead .block-filters .mobile-filters.btn-filter:before,.block-filters .desktop .liveDashboard ._account_api .list-results thead .mobile-filters.btn-filter:before,.desktop .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label.mobile-filters,.toggleWrapper .desktop .liveDashboard ._account_api .list-results thead input.mobileToggle+label.mobile-filters,.desktop .liveDashboard ._account_api .list-results thead tbody span.mobile-filters.status,.desktop .liveDashboard ._account_api .list-results tbody thead span.mobile-filters.status,.desktop .liveDashboard ._account_api .list-results thead tbody td.is-running span.mobile-filters,.desktop .liveDashboard ._account_api .list-results tbody td.is-running thead span.mobile-filters,.desktop .liveDashboard ._account_api .list-results thead tbody td.is-pending span.mobile-filters,.desktop .liveDashboard ._account_api .list-results tbody td.is-pending thead span.mobile-filters,._account_api .desktop .liveDashboard .list-results thead .mobile-filters.icon,._account_api .desktop .liveDashboard .list-results thead .mobile-filters.w-alert-banner:before,._account_api .desktop .liveDashboard .list-results thead .mobile-filters.w-alert-banner:before,._account_api .desktop .liveDashboard .list-results thead .mobile-filters.w-alert-banner:before,._account_api .desktop .liveDashboard .list-results thead .w-dialog.plus .mobile-filters.dialog-aside:after,.w-dialog.plus ._account_api .desktop .liveDashboard .list-results thead .mobile-filters.dialog-aside:after,._account_api .desktop .liveDashboard .list-results thead .w-toast .mobile-filters.toast.plus:after,.w-toast ._account_api .desktop .liveDashboard .list-results thead .mobile-filters.toast.plus:after,._account_api .desktop .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .mobile-filters.btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .desktop .liveDashboard .list-results thead .mobile-filters.btn-period-clear:before,._account_api .desktop .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .mobile-filters.btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .desktop .liveDashboard .list-results thead .mobile-filters.btn-filter:before,._account_api .desktop .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .mobile-filters.btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .desktop .liveDashboard .list-results thead .mobile-filters.btn-period-edit:before,._account_api .desktop .liveDashboard .list-results thead .block-filters .mobile-filters.btn-filter:before,.block-filters ._account_api .desktop .liveDashboard .list-results thead .mobile-filters.btn-filter:before,._account_api .desktop .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.mobile-filters,.toggleWrapper ._account_api .desktop .liveDashboard .list-results thead input.mobileToggle+label.mobile-filters,._account_api .desktop .liveDashboard .list-results thead tbody span.mobile-filters.status,._account_api .desktop .liveDashboard .list-results tbody thead span.mobile-filters.status,._account_api .desktop .liveDashboard .list-results thead tbody td.is-running span.mobile-filters,._account_api .desktop .liveDashboard .list-results tbody td.is-running thead span.mobile-filters,._account_api .desktop .liveDashboard .list-results thead tbody td.is-pending span.mobile-filters,._account_api .desktop .liveDashboard .list-results tbody td.is-pending thead span.mobile-filters,.desktop .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .mobile-filters.dropdown-toggle:after,._account_api .desktop .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .mobile-filters.dropdown-toggle:after,.desktop .liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .mobile-filters.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .desktop .liveDashboard .list-results thead .mobile-filters.dropdown-toggle:after,.desktop .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .mobile-filters.filter,._account_api .desktop .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .mobile-filters.filter,.desktop .liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .mobile-filters.filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .desktop .liveDashboard .list-results thead .mobile-filters.filter,.desktop .liveDashboard ._account_api .list-results thead .form-label.status span.mobile-filters,.desktop .liveDashboard ._account_api .list-results thead .status.status-log span.mobile-filters,.desktop .liveDashboard ._account_api .list-results thead .status.status-report-item span.mobile-filters,.desktop .liveDashboard ._account_api .list-results thead .double-list dd.status span.mobile-filters,.double-list .desktop .liveDashboard ._account_api .list-results thead dd.status span.mobile-filters,.desktop .liveDashboard ._account_api .list-results thead .double-list dt.status span.mobile-filters,.double-list .desktop .liveDashboard ._account_api .list-results thead dt.status span.mobile-filters,.desktop .liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span.mobile-filters,.w-cards-container .w-card .desktop .liveDashboard ._account_api .list-results thead .status.title span.mobile-filters,.desktop .liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.mobile-filters,.w-cards-container .w-card.centered .w-value .desktop .liveDashboard ._account_api .list-results thead .status.label span.mobile-filters,.desktop .liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span.mobile-filters,.desktop .liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span.mobile-filters,._account_api .desktop .liveDashboard .list-results thead .form-label.status span.mobile-filters,._account_api .desktop .liveDashboard .list-results thead .status.status-log span.mobile-filters,._account_api .desktop .liveDashboard .list-results thead .status.status-report-item span.mobile-filters,._account_api .desktop .liveDashboard .list-results thead .double-list dd.status span.mobile-filters,.double-list ._account_api .desktop .liveDashboard .list-results thead dd.status span.mobile-filters,._account_api .desktop .liveDashboard .list-results thead .double-list dt.status span.mobile-filters,.double-list ._account_api .desktop .liveDashboard .list-results thead dt.status span.mobile-filters,._account_api .desktop .liveDashboard .list-results thead .w-cards-container .w-card .status.title span.mobile-filters,.w-cards-container .w-card ._account_api .desktop .liveDashboard .list-results thead .status.title span.mobile-filters,._account_api .desktop .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.mobile-filters,.w-cards-container .w-card.centered .w-value ._account_api .desktop .liveDashboard .list-results thead .status.label span.mobile-filters,._account_api .desktop .liveDashboard .list-results thead tbody tr.sublist .status.title span.mobile-filters,._account_api .desktop .liveDashboard .list-results tbody tr.sublist thead .status.title span.mobile-filters,.desktop .liveDashboard .form-label.status ._account_api .list-results thead span.mobile-filters,.desktop .liveDashboard .status.status-log ._account_api .list-results thead span.mobile-filters,.desktop .liveDashboard .status.status-report-item ._account_api .list-results thead span.mobile-filters,.desktop .liveDashboard .double-list dd.status ._account_api .list-results thead span.mobile-filters,.double-list .desktop .liveDashboard dd.status ._account_api .list-results thead span.mobile-filters,.desktop .liveDashboard .double-list dt.status ._account_api .list-results thead span.mobile-filters,.double-list .desktop .liveDashboard dt.status ._account_api .list-results thead span.mobile-filters,.desktop .liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span.mobile-filters,.w-cards-container .w-card .desktop .liveDashboard .status.title ._account_api .list-results thead span.mobile-filters,.desktop .liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.mobile-filters,.w-cards-container .w-card.centered .w-value .desktop .liveDashboard .status.label ._account_api .list-results thead span.mobile-filters,.desktop .liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span.mobile-filters,.list-results tbody tr.sublist .desktop .liveDashboard .status.title ._account_api .list-results thead span.mobile-filters,.form-label.status ._account_api .desktop .liveDashboard .list-results thead span.mobile-filters,.status.status-log ._account_api .desktop .liveDashboard .list-results thead span.mobile-filters,.status.status-report-item ._account_api .desktop .liveDashboard .list-results thead span.mobile-filters,.double-list dd.status ._account_api .desktop .liveDashboard .list-results thead span.mobile-filters,.double-list dt.status ._account_api .desktop .liveDashboard .list-results thead span.mobile-filters,.w-cards-container .w-card .status.title ._account_api .desktop .liveDashboard .list-results thead span.mobile-filters,.w-cards-container .w-card.centered .w-value .status.label ._account_api .desktop .liveDashboard .list-results thead span.mobile-filters,.list-results tbody tr.sublist .status.title ._account_api .desktop .liveDashboard .list-results thead span.mobile-filters,.desktop .liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span.mobile-filters,._account_api .desktop .liveDashboard .list-results thead .w-filters-selected label.status.small span.mobile-filters,.desktop .liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span.mobile-filters,.w-filters-selected label.status.small ._account_api .desktop .liveDashboard .list-results thead span.mobile-filters,.desktop .liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span.mobile-filters,._account_api .desktop .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.mobile-filters,.desktop .liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span.mobile-filters,.w-filters-selected .status.btn-f-s ._account_api .desktop .liveDashboard .list-results thead span.mobile-filters,.desktop .liveDashboard ._account_api .list-results thead .sub-header .w-form label.mobile-filters,.desktop .liveDashboard ._account_api .list-results thead .sub-header .w-double-list label.mobile-filters,._account_api .desktop .liveDashboard .list-results thead .sub-header .w-form label.mobile-filters,._account_api .desktop .liveDashboard .list-results thead .sub-header .w-double-list label.mobile-filters,.desktop .liveDashboard .sub-header .w-form ._account_api .list-results thead label.mobile-filters,.desktop .liveDashboard .sub-header .w-double-list ._account_api .list-results thead label.mobile-filters,.sub-header .w-form ._account_api .desktop .liveDashboard .list-results thead label.mobile-filters,.sub-header .w-double-list ._account_api .desktop .liveDashboard .list-results thead label.mobile-filters,.desktop .liveDashboard ._account_api .list-results thead .block-filters button.mobile-filters:after,._account_api .desktop .liveDashboard .list-results thead .block-filters button.mobile-filters:after,.desktop .liveDashboard .block-filters ._account_api .list-results thead button.mobile-filters:after,.block-filters ._account_api .desktop .liveDashboard .list-results thead button.mobile-filters:after,.desktop .liveDashboard ._account_api .list-results thead .block-filters select.mobile-filters:after,._account_api .desktop .liveDashboard .list-results thead .block-filters select.mobile-filters:after,.desktop .liveDashboard .block-filters ._account_api .list-results thead select.mobile-filters:after,.block-filters ._account_api .desktop .liveDashboard .list-results thead select.mobile-filters:after,.desktop .liveDashboard ._account_api .list-results thead .form-auto-list .mobile-filters.form-auto-item.is-user-is-inactive,._account_api .desktop .liveDashboard .list-results thead .form-auto-list .mobile-filters.form-auto-item.is-user-is-inactive,.desktop .liveDashboard .form-auto-list ._account_api .list-results thead .mobile-filters.form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .desktop .liveDashboard .list-results thead .mobile-filters.form-auto-item.is-user-is-inactive,.desktop .liveDashboard ._account_api .list-results thead .form-auto-list .mobile-filters.form-auto-item.is-user-is-active,._account_api .desktop .liveDashboard .list-results thead .form-auto-list .mobile-filters.form-auto-item.is-user-is-active,.desktop .liveDashboard .form-auto-list ._account_api .list-results thead .mobile-filters.form-auto-item.is-user-is-active,.form-auto-list ._account_api .desktop .liveDashboard .list-results thead .mobile-filters.form-auto-item.is-user-is-active,.desktop .liveDashboard ._account_api .list-results thead .list-results-header .status.title span.mobile-filters,._account_api .desktop .liveDashboard .list-results thead .list-results-header .status.title span.mobile-filters,.desktop .liveDashboard .list-results-header .status.title ._account_api .list-results thead span.mobile-filters,.list-results-header .status.title ._account_api .desktop .liveDashboard .list-results thead span.mobile-filters,.desktop .liveDashboard ._account_api .list-results thead tr span.mobile-filters,._account_api .desktop .liveDashboard .list-results thead tr span.mobile-filters,.desktop .liveDashboard ._account_api .list-results thead .mobile-filters.icon,.desktop .liveDashboard ._account_api .list-results thead .mobile-filters.w-alert-banner:before,.desktop .liveDashboard ._account_api .list-results thead .mobile-filters.w-alert-banner:before,.desktop .liveDashboard ._account_api .list-results thead .mobile-filters.w-alert-banner:before,.desktop .liveDashboard ._account_api .list-results thead .w-dialog.plus .mobile-filters.dialog-aside:after,.w-dialog.plus .desktop .liveDashboard ._account_api .list-results thead .mobile-filters.dialog-aside:after,.desktop .liveDashboard ._account_api .list-results thead .w-toast .mobile-filters.toast.plus:after,.w-toast .desktop .liveDashboard ._account_api .list-results thead .mobile-filters.toast.plus:after,.desktop .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .mobile-filters.btn-period-clear:before,.w-time-period .dropdown .w-selection .desktop .liveDashboard ._account_api .list-results thead .mobile-filters.btn-period-clear:before,.desktop .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .mobile-filters.btn-filter:before,.w-time-period .dropdown .w-selection .desktop .liveDashboard ._account_api .list-results thead .mobile-filters.btn-filter:before,.desktop .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .mobile-filters.btn-period-edit:before,.w-time-period .dropdown .w-selection .desktop .liveDashboard ._account_api .list-results thead .mobile-filters.btn-period-edit:before,.desktop .liveDashboard ._account_api .list-results thead .block-filters .mobile-filters.btn-filter:before,.block-filters .desktop .liveDashboard ._account_api .list-results thead .mobile-filters.btn-filter:before,.desktop .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label.mobile-filters,.toggleWrapper .desktop .liveDashboard ._account_api .list-results thead input.mobileToggle+label.mobile-filters,.desktop .liveDashboard ._account_api .list-results thead tbody span.mobile-filters.status,.desktop .liveDashboard ._account_api .list-results tbody thead span.mobile-filters.status,.desktop .liveDashboard ._account_api .list-results thead tbody td.is-running span.mobile-filters,.desktop .liveDashboard ._account_api .list-results tbody td.is-running thead span.mobile-filters,.desktop .liveDashboard ._account_api .list-results thead tbody td.is-pending span.mobile-filters,.desktop .liveDashboard ._account_api .list-results tbody td.is-pending thead span.mobile-filters,.desktop ._account_api .liveDashboard .list-results thead .mobile-filters.icon,.desktop ._account_api .liveDashboard .list-results thead .mobile-filters.w-alert-banner:before,.desktop ._account_api .liveDashboard .list-results thead .mobile-filters.w-alert-banner:before,.desktop ._account_api .liveDashboard .list-results thead .mobile-filters.w-alert-banner:before,.desktop ._account_api .liveDashboard .list-results thead .w-dialog.plus .mobile-filters.dialog-aside:after,.w-dialog.plus .desktop ._account_api .liveDashboard .list-results thead .mobile-filters.dialog-aside:after,.desktop ._account_api .liveDashboard .list-results thead .w-toast .mobile-filters.toast.plus:after,.w-toast .desktop ._account_api .liveDashboard .list-results thead .mobile-filters.toast.plus:after,.desktop ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .mobile-filters.btn-period-clear:before,.w-time-period .dropdown .w-selection .desktop ._account_api .liveDashboard .list-results thead .mobile-filters.btn-period-clear:before,.desktop ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .mobile-filters.btn-filter:before,.w-time-period .dropdown .w-selection .desktop ._account_api .liveDashboard .list-results thead .mobile-filters.btn-filter:before,.desktop ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .mobile-filters.btn-period-edit:before,.w-time-period .dropdown .w-selection .desktop ._account_api .liveDashboard .list-results thead .mobile-filters.btn-period-edit:before,.desktop ._account_api .liveDashboard .list-results thead .block-filters .mobile-filters.btn-filter:before,.block-filters .desktop ._account_api .liveDashboard .list-results thead .mobile-filters.btn-filter:before,.desktop ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.mobile-filters,.toggleWrapper .desktop ._account_api .liveDashboard .list-results thead input.mobileToggle+label.mobile-filters,.desktop ._account_api .liveDashboard .list-results thead tbody span.mobile-filters.status,.desktop ._account_api .liveDashboard .list-results tbody thead span.mobile-filters.status,.desktop ._account_api .liveDashboard .list-results thead tbody td.is-running span.mobile-filters,.desktop ._account_api .liveDashboard .list-results tbody td.is-running thead span.mobile-filters,.desktop ._account_api .liveDashboard .list-results thead tbody td.is-pending span.mobile-filters,.desktop ._account_api .liveDashboard .list-results tbody td.is-pending thead span.mobile-filters,._account_api .desktop .liveDashboard .list-results thead .mobile-filters.icon,._account_api .desktop .liveDashboard .list-results thead .mobile-filters.w-alert-banner:before,._account_api .desktop .liveDashboard .list-results thead .mobile-filters.w-alert-banner:before,._account_api .desktop .liveDashboard .list-results thead .mobile-filters.w-alert-banner:before,._account_api .desktop .liveDashboard .list-results thead .w-dialog.plus .mobile-filters.dialog-aside:after,.w-dialog.plus ._account_api .desktop .liveDashboard .list-results thead .mobile-filters.dialog-aside:after,._account_api .desktop .liveDashboard .list-results thead .w-toast .mobile-filters.toast.plus:after,.w-toast ._account_api .desktop .liveDashboard .list-results thead .mobile-filters.toast.plus:after,._account_api .desktop .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .mobile-filters.btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .desktop .liveDashboard .list-results thead .mobile-filters.btn-period-clear:before,._account_api .desktop .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .mobile-filters.btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .desktop .liveDashboard .list-results thead .mobile-filters.btn-filter:before,._account_api .desktop .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .mobile-filters.btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .desktop .liveDashboard .list-results thead .mobile-filters.btn-period-edit:before,._account_api .desktop .liveDashboard .list-results thead .block-filters .mobile-filters.btn-filter:before,.block-filters ._account_api .desktop .liveDashboard .list-results thead .mobile-filters.btn-filter:before,._account_api .desktop .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.mobile-filters,.toggleWrapper ._account_api .desktop .liveDashboard .list-results thead input.mobileToggle+label.mobile-filters,._account_api .desktop .liveDashboard .list-results thead tbody span.mobile-filters.status,._account_api .desktop .liveDashboard .list-results tbody thead span.mobile-filters.status,._account_api .desktop .liveDashboard .list-results thead tbody td.is-running span.mobile-filters,._account_api .desktop .liveDashboard .list-results tbody td.is-running thead span.mobile-filters,._account_api .desktop .liveDashboard .list-results thead tbody td.is-pending span.mobile-filters,._account_api .desktop .liveDashboard .list-results tbody td.is-pending thead span.mobile-filters,.desktop .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .mobile-filters.dropdown-toggle:after,.desktop ._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .mobile-filters.dropdown-toggle:after,._account_api .desktop .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .mobile-filters.dropdown-toggle:after,.desktop .liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .mobile-filters.dropdown-toggle:after,.desktop .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .mobile-filters.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .desktop .liveDashboard .list-results thead .mobile-filters.dropdown-toggle:after,.desktop .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .mobile-filters.filter,.desktop ._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .mobile-filters.filter,._account_api .desktop .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .mobile-filters.filter,.desktop .liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .mobile-filters.filter,.desktop .w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .mobile-filters.filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .desktop .liveDashboard .list-results thead .mobile-filters.filter,.desktop .liveDashboard ._account_api .list-results thead .form-label.status span.mobile-filters,.desktop .liveDashboard ._account_api .list-results thead .status.status-log span.mobile-filters,.desktop .liveDashboard ._account_api .list-results thead .status.status-report-item span.mobile-filters,.desktop .liveDashboard ._account_api .list-results thead .double-list dd.status span.mobile-filters,.double-list .desktop .liveDashboard ._account_api .list-results thead dd.status span.mobile-filters,.desktop .liveDashboard ._account_api .list-results thead .double-list dt.status span.mobile-filters,.double-list .desktop .liveDashboard ._account_api .list-results thead dt.status span.mobile-filters,.desktop .liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span.mobile-filters,.w-cards-container .w-card .desktop .liveDashboard ._account_api .list-results thead .status.title span.mobile-filters,.desktop .liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.mobile-filters,.w-cards-container .w-card.centered .w-value .desktop .liveDashboard ._account_api .list-results thead .status.label span.mobile-filters,.desktop .liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span.mobile-filters,.desktop .liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span.mobile-filters,.desktop ._account_api .liveDashboard .list-results thead .form-label.status span.mobile-filters,.desktop ._account_api .liveDashboard .list-results thead .status.status-log span.mobile-filters,.desktop ._account_api .liveDashboard .list-results thead .status.status-report-item span.mobile-filters,.desktop ._account_api .liveDashboard .list-results thead .double-list dd.status span.mobile-filters,.double-list .desktop ._account_api .liveDashboard .list-results thead dd.status span.mobile-filters,.desktop ._account_api .liveDashboard .list-results thead .double-list dt.status span.mobile-filters,.double-list .desktop ._account_api .liveDashboard .list-results thead dt.status span.mobile-filters,.desktop ._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span.mobile-filters,.w-cards-container .w-card .desktop ._account_api .liveDashboard .list-results thead .status.title span.mobile-filters,.desktop ._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.mobile-filters,.w-cards-container .w-card.centered .w-value .desktop ._account_api .liveDashboard .list-results thead .status.label span.mobile-filters,.desktop ._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span.mobile-filters,.desktop ._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span.mobile-filters,._account_api .desktop .liveDashboard .list-results thead .form-label.status span.mobile-filters,._account_api .desktop .liveDashboard .list-results thead .status.status-log span.mobile-filters,._account_api .desktop .liveDashboard .list-results thead .status.status-report-item span.mobile-filters,._account_api .desktop .liveDashboard .list-results thead .double-list dd.status span.mobile-filters,.double-list ._account_api .desktop .liveDashboard .list-results thead dd.status span.mobile-filters,._account_api .desktop .liveDashboard .list-results thead .double-list dt.status span.mobile-filters,.double-list ._account_api .desktop .liveDashboard .list-results thead dt.status span.mobile-filters,._account_api .desktop .liveDashboard .list-results thead .w-cards-container .w-card .status.title span.mobile-filters,.w-cards-container .w-card ._account_api .desktop .liveDashboard .list-results thead .status.title span.mobile-filters,._account_api .desktop .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.mobile-filters,.w-cards-container .w-card.centered .w-value ._account_api .desktop .liveDashboard .list-results thead .status.label span.mobile-filters,._account_api .desktop .liveDashboard .list-results thead tbody tr.sublist .status.title span.mobile-filters,._account_api .desktop .liveDashboard .list-results tbody tr.sublist thead .status.title span.mobile-filters,.desktop .liveDashboard .form-label.status ._account_api .list-results thead span.mobile-filters,.desktop .liveDashboard .status.status-log ._account_api .list-results thead span.mobile-filters,.desktop .liveDashboard .status.status-report-item ._account_api .list-results thead span.mobile-filters,.desktop .liveDashboard .double-list dd.status ._account_api .list-results thead span.mobile-filters,.double-list .desktop .liveDashboard dd.status ._account_api .list-results thead span.mobile-filters,.desktop .liveDashboard .double-list dt.status ._account_api .list-results thead span.mobile-filters,.double-list .desktop .liveDashboard dt.status ._account_api .list-results thead span.mobile-filters,.desktop .liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span.mobile-filters,.w-cards-container .w-card .desktop .liveDashboard .status.title ._account_api .list-results thead span.mobile-filters,.desktop .liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.mobile-filters,.w-cards-container .w-card.centered .w-value .desktop .liveDashboard .status.label ._account_api .list-results thead span.mobile-filters,.desktop .liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span.mobile-filters,.list-results tbody tr.sublist .desktop .liveDashboard .status.title ._account_api .list-results thead span.mobile-filters,.desktop .form-label.status ._account_api .liveDashboard .list-results thead span.mobile-filters,.desktop .status.status-log ._account_api .liveDashboard .list-results thead span.mobile-filters,.desktop .status.status-report-item ._account_api .liveDashboard .list-results thead span.mobile-filters,.desktop .double-list dd.status ._account_api .liveDashboard .list-results thead span.mobile-filters,.double-list .desktop dd.status ._account_api .liveDashboard .list-results thead span.mobile-filters,.desktop .double-list dt.status ._account_api .liveDashboard .list-results thead span.mobile-filters,.double-list .desktop dt.status ._account_api .liveDashboard .list-results thead span.mobile-filters,.desktop .w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead span.mobile-filters,.w-cards-container .w-card .desktop .status.title ._account_api .liveDashboard .list-results thead span.mobile-filters,.desktop .w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead span.mobile-filters,.w-cards-container .w-card.centered .w-value .desktop .status.label ._account_api .liveDashboard .list-results thead span.mobile-filters,.desktop .list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead span.mobile-filters,.list-results tbody tr.sublist .desktop .status.title ._account_api .liveDashboard .list-results thead span.mobile-filters,.form-label.status ._account_api .desktop .liveDashboard .list-results thead span.mobile-filters,.status.status-log ._account_api .desktop .liveDashboard .list-results thead span.mobile-filters,.status.status-report-item ._account_api .desktop .liveDashboard .list-results thead span.mobile-filters,.double-list dd.status ._account_api .desktop .liveDashboard .list-results thead span.mobile-filters,.double-list dt.status ._account_api .desktop .liveDashboard .list-results thead span.mobile-filters,.w-cards-container .w-card .status.title ._account_api .desktop .liveDashboard .list-results thead span.mobile-filters,.w-cards-container .w-card.centered .w-value .status.label ._account_api .desktop .liveDashboard .list-results thead span.mobile-filters,.list-results tbody tr.sublist .status.title ._account_api .desktop .liveDashboard .list-results thead span.mobile-filters,.desktop .liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span.mobile-filters,.desktop ._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span.mobile-filters,._account_api .desktop .liveDashboard .list-results thead .w-filters-selected label.status.small span.mobile-filters,.desktop .liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span.mobile-filters,.desktop .w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead span.mobile-filters,.w-filters-selected label.status.small ._account_api .desktop .liveDashboard .list-results thead span.mobile-filters,.desktop .liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span.mobile-filters,.desktop ._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.mobile-filters,._account_api .desktop .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.mobile-filters,.desktop .liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span.mobile-filters,.desktop .w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead span.mobile-filters,.w-filters-selected .status.btn-f-s ._account_api .desktop .liveDashboard .list-results thead span.mobile-filters,.desktop .liveDashboard ._account_api .list-results thead .sub-header .w-form label.mobile-filters,.desktop .liveDashboard ._account_api .list-results thead .sub-header .w-double-list label.mobile-filters,.desktop ._account_api .liveDashboard .list-results thead .sub-header .w-form label.mobile-filters,.desktop ._account_api .liveDashboard .list-results thead .sub-header .w-double-list label.mobile-filters,._account_api .desktop .liveDashboard .list-results thead .sub-header .w-form label.mobile-filters,._account_api .desktop .liveDashboard .list-results thead .sub-header .w-double-list label.mobile-filters,.desktop .liveDashboard .sub-header .w-form ._account_api .list-results thead label.mobile-filters,.desktop .liveDashboard .sub-header .w-double-list ._account_api .list-results thead label.mobile-filters,.desktop .sub-header .w-form ._account_api .liveDashboard .list-results thead label.mobile-filters,.desktop .sub-header .w-double-list ._account_api .liveDashboard .list-results thead label.mobile-filters,.sub-header .w-form ._account_api .desktop .liveDashboard .list-results thead label.mobile-filters,.sub-header .w-double-list ._account_api .desktop .liveDashboard .list-results thead label.mobile-filters,.desktop .liveDashboard ._account_api .list-results thead .block-filters button.mobile-filters:after,.desktop ._account_api .liveDashboard .list-results thead .block-filters button.mobile-filters:after,._account_api .desktop .liveDashboard .list-results thead .block-filters button.mobile-filters:after,.desktop .liveDashboard .block-filters ._account_api .list-results thead button.mobile-filters:after,.desktop .block-filters ._account_api .liveDashboard .list-results thead button.mobile-filters:after,.block-filters ._account_api .desktop .liveDashboard .list-results thead button.mobile-filters:after,.desktop .liveDashboard ._account_api .list-results thead .block-filters select.mobile-filters:after,.desktop ._account_api .liveDashboard .list-results thead .block-filters select.mobile-filters:after,._account_api .desktop .liveDashboard .list-results thead .block-filters select.mobile-filters:after,.desktop .liveDashboard .block-filters ._account_api .list-results thead select.mobile-filters:after,.desktop .block-filters ._account_api .liveDashboard .list-results thead select.mobile-filters:after,.block-filters ._account_api .desktop .liveDashboard .list-results thead select.mobile-filters:after,.desktop .liveDashboard ._account_api .list-results thead .form-auto-list .mobile-filters.form-auto-item.is-user-is-inactive,.desktop ._account_api .liveDashboard .list-results thead .form-auto-list .mobile-filters.form-auto-item.is-user-is-inactive,._account_api .desktop .liveDashboard .list-results thead .form-auto-list .mobile-filters.form-auto-item.is-user-is-inactive,.desktop .liveDashboard .form-auto-list ._account_api .list-results thead .mobile-filters.form-auto-item.is-user-is-inactive,.desktop .form-auto-list ._account_api .liveDashboard .list-results thead .mobile-filters.form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .desktop .liveDashboard .list-results thead .mobile-filters.form-auto-item.is-user-is-inactive,.desktop .liveDashboard ._account_api .list-results thead .form-auto-list .mobile-filters.form-auto-item.is-user-is-active,.desktop ._account_api .liveDashboard .list-results thead .form-auto-list .mobile-filters.form-auto-item.is-user-is-active,._account_api .desktop .liveDashboard .list-results thead .form-auto-list .mobile-filters.form-auto-item.is-user-is-active,.desktop .liveDashboard .form-auto-list ._account_api .list-results thead .mobile-filters.form-auto-item.is-user-is-active,.desktop .form-auto-list ._account_api .liveDashboard .list-results thead .mobile-filters.form-auto-item.is-user-is-active,.form-auto-list ._account_api .desktop .liveDashboard .list-results thead .mobile-filters.form-auto-item.is-user-is-active,.desktop .liveDashboard ._account_api .list-results thead .list-results-header .status.title span.mobile-filters,.desktop ._account_api .liveDashboard .list-results thead .list-results-header .status.title span.mobile-filters,._account_api .desktop .liveDashboard .list-results thead .list-results-header .status.title span.mobile-filters,.desktop .liveDashboard .list-results-header .status.title ._account_api .list-results thead span.mobile-filters,.desktop .list-results-header .status.title ._account_api .liveDashboard .list-results thead span.mobile-filters,.list-results-header .status.title ._account_api .desktop .liveDashboard .list-results thead span.mobile-filters,.desktop .liveDashboard ._account_api .list-results thead tr span.mobile-filters,.desktop ._account_api .liveDashboard .list-results thead tr span.mobile-filters,._account_api .desktop .liveDashboard .list-results thead tr span.mobile-filters,.desktop ._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .mobile-filters.dropdown-toggle:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .desktop .liveDashboard .list-results thead .mobile-filters.dropdown-toggle:after,.desktop .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .mobile-filters.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .desktop .liveDashboard ._account_api .list-results thead .mobile-filters.dropdown-toggle:after,.desktop ._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .mobile-filters.filter,._account_api .w-filter-preset.w-filter-preset .filter-preset .desktop .liveDashboard .list-results thead .mobile-filters.filter,.desktop .w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .mobile-filters.filter,.w-filter-preset.w-filter-preset .filter-preset .desktop .liveDashboard ._account_api .list-results thead .mobile-filters.filter,.desktop ._account_api .form-label.status .liveDashboard .list-results thead span.mobile-filters,.desktop ._account_api .status.status-log .liveDashboard .list-results thead span.mobile-filters,.desktop ._account_api .status.status-report-item .liveDashboard .list-results thead span.mobile-filters,.desktop ._account_api .double-list dd.status .liveDashboard .list-results thead span.mobile-filters,.double-list .desktop ._account_api dd.status .liveDashboard .list-results thead span.mobile-filters,.desktop ._account_api .double-list dt.status .liveDashboard .list-results thead span.mobile-filters,.double-list .desktop ._account_api dt.status .liveDashboard .list-results thead span.mobile-filters,.desktop ._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span.mobile-filters,.w-cards-container .w-card .desktop ._account_api .status.title .liveDashboard .list-results thead span.mobile-filters,.desktop ._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.mobile-filters,.w-cards-container .w-card.centered .w-value .desktop ._account_api .status.label .liveDashboard .list-results thead span.mobile-filters,.desktop ._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.mobile-filters,.list-results tbody tr.sublist .desktop ._account_api .status.title .liveDashboard .list-results thead span.mobile-filters,._account_api .form-label.status .desktop .liveDashboard .list-results thead span.mobile-filters,._account_api .status.status-log .desktop .liveDashboard .list-results thead span.mobile-filters,._account_api .status.status-report-item .desktop .liveDashboard .list-results thead span.mobile-filters,._account_api .double-list dd.status .desktop .liveDashboard .list-results thead span.mobile-filters,.double-list ._account_api dd.status .desktop .liveDashboard .list-results thead span.mobile-filters,._account_api .double-list dt.status .desktop .liveDashboard .list-results thead span.mobile-filters,.double-list ._account_api dt.status .desktop .liveDashboard .list-results thead span.mobile-filters,._account_api .w-cards-container .w-card .status.title .desktop .liveDashboard .list-results thead span.mobile-filters,.w-cards-container .w-card ._account_api .status.title .desktop .liveDashboard .list-results thead span.mobile-filters,._account_api .w-cards-container .w-card.centered .w-value .status.label .desktop .liveDashboard .list-results thead span.mobile-filters,.w-cards-container .w-card.centered .w-value ._account_api .status.label .desktop .liveDashboard .list-results thead span.mobile-filters,._account_api .list-results tbody tr.sublist .status.title .desktop .liveDashboard .list-results thead span.mobile-filters,.list-results tbody tr.sublist ._account_api .status.title .desktop .liveDashboard .list-results thead span.mobile-filters,.desktop .form-label.status .liveDashboard ._account_api .list-results thead span.mobile-filters,.desktop .status.status-log .liveDashboard ._account_api .list-results thead span.mobile-filters,.desktop .status.status-report-item .liveDashboard ._account_api .list-results thead span.mobile-filters,.desktop .double-list dd.status .liveDashboard ._account_api .list-results thead span.mobile-filters,.double-list .desktop dd.status .liveDashboard ._account_api .list-results thead span.mobile-filters,.desktop .double-list dt.status .liveDashboard ._account_api .list-results thead span.mobile-filters,.double-list .desktop dt.status .liveDashboard ._account_api .list-results thead span.mobile-filters,.desktop .w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead span.mobile-filters,.w-cards-container .w-card .desktop .status.title .liveDashboard ._account_api .list-results thead span.mobile-filters,.desktop .w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead span.mobile-filters,.w-cards-container .w-card.centered .w-value .desktop .status.label .liveDashboard ._account_api .list-results thead span.mobile-filters,.desktop .list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead span.mobile-filters,.list-results tbody tr.sublist .desktop .status.title .liveDashboard ._account_api .list-results thead span.mobile-filters,.form-label.status .desktop .liveDashboard ._account_api .list-results thead span.mobile-filters,.status.status-log .desktop .liveDashboard ._account_api .list-results thead span.mobile-filters,.status.status-report-item .desktop .liveDashboard ._account_api .list-results thead span.mobile-filters,.double-list dd.status .desktop .liveDashboard ._account_api .list-results thead span.mobile-filters,.double-list dt.status .desktop .liveDashboard ._account_api .list-results thead span.mobile-filters,.w-cards-container .w-card .status.title .desktop .liveDashboard ._account_api .list-results thead span.mobile-filters,.w-cards-container .w-card.centered .w-value .status.label .desktop .liveDashboard ._account_api .list-results thead span.mobile-filters,.list-results tbody tr.sublist .status.title .desktop .liveDashboard ._account_api .list-results thead span.mobile-filters,.desktop ._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span.mobile-filters,._account_api .w-filters-selected label.status.small .desktop .liveDashboard .list-results thead span.mobile-filters,.desktop .w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead span.mobile-filters,.w-filters-selected label.status.small .desktop .liveDashboard ._account_api .list-results thead span.mobile-filters,.desktop ._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.mobile-filters,._account_api .w-filters-selected .status.btn-f-s .desktop .liveDashboard .list-results thead span.mobile-filters,.desktop .w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead span.mobile-filters,.w-filters-selected .status.btn-f-s .desktop .liveDashboard ._account_api .list-results thead span.mobile-filters,.desktop ._account_api .sub-header .w-form .liveDashboard .list-results thead label.mobile-filters,.desktop ._account_api .sub-header .w-double-list .liveDashboard .list-results thead label.mobile-filters,._account_api .sub-header .w-form .desktop .liveDashboard .list-results thead label.mobile-filters,._account_api .sub-header .w-double-list .desktop .liveDashboard .list-results thead label.mobile-filters,.desktop .sub-header .w-form .liveDashboard ._account_api .list-results thead label.mobile-filters,.desktop .sub-header .w-double-list .liveDashboard ._account_api .list-results thead label.mobile-filters,.sub-header .w-form .desktop .liveDashboard ._account_api .list-results thead label.mobile-filters,.sub-header .w-double-list .desktop .liveDashboard ._account_api .list-results thead label.mobile-filters,.desktop ._account_api .block-filters .liveDashboard .list-results thead button.mobile-filters:after,._account_api .block-filters .desktop .liveDashboard .list-results thead button.mobile-filters:after,.desktop .block-filters .liveDashboard ._account_api .list-results thead button.mobile-filters:after,.block-filters .desktop .liveDashboard ._account_api .list-results thead button.mobile-filters:after,.desktop ._account_api .block-filters .liveDashboard .list-results thead select.mobile-filters:after,._account_api .block-filters .desktop .liveDashboard .list-results thead select.mobile-filters:after,.desktop .block-filters .liveDashboard ._account_api .list-results thead select.mobile-filters:after,.block-filters .desktop .liveDashboard ._account_api .list-results thead select.mobile-filters:after,.desktop ._account_api .form-auto-list .liveDashboard .list-results thead .mobile-filters.form-auto-item.is-user-is-inactive,._account_api .form-auto-list .desktop .liveDashboard .list-results thead .mobile-filters.form-auto-item.is-user-is-inactive,.desktop .form-auto-list .liveDashboard ._account_api .list-results thead .mobile-filters.form-auto-item.is-user-is-inactive,.form-auto-list .desktop .liveDashboard ._account_api .list-results thead .mobile-filters.form-auto-item.is-user-is-inactive,.desktop ._account_api .form-auto-list .liveDashboard .list-results thead .mobile-filters.form-auto-item.is-user-is-active,._account_api .form-auto-list .desktop .liveDashboard .list-results thead .mobile-filters.form-auto-item.is-user-is-active,.desktop .form-auto-list .liveDashboard ._account_api .list-results thead .mobile-filters.form-auto-item.is-user-is-active,.form-auto-list .desktop .liveDashboard ._account_api .list-results thead .mobile-filters.form-auto-item.is-user-is-active,.desktop ._account_api .list-results-header .status.title .liveDashboard .list-results thead span.mobile-filters,._account_api .list-results-header .status.title .desktop .liveDashboard .list-results thead span.mobile-filters,.desktop .list-results-header .status.title .liveDashboard ._account_api .list-results thead span.mobile-filters,.list-results-header .status.title .desktop .liveDashboard ._account_api .list-results thead span.mobile-filters,.liveDashboard .list-results thead .desktop .mobile-filters.icon,.liveDashboard .list-results thead .desktop .mobile-filters.w-alert-banner:before,.liveDashboard .list-results thead .desktop .mobile-filters.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .desktop .mobile-filters.w-alert-banner:before,._account_api .liveDashboard .list-results thead .desktop .mobile-filters.w-alert-banner:before,.liveDashboard .list-results thead .desktop .w-dialog.plus .mobile-filters.dialog-aside:after,.w-dialog.plus .liveDashboard .list-results thead .desktop .mobile-filters.dialog-aside:after,.liveDashboard .list-results thead .desktop .w-toast .mobile-filters.toast.plus:after,.w-toast .liveDashboard .list-results thead .desktop .mobile-filters.toast.plus:after,.liveDashboard .list-results thead .desktop .w-time-period .dropdown .w-selection .mobile-filters.btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .desktop .mobile-filters.btn-period-clear:before,.liveDashboard .list-results thead .desktop .w-time-period .dropdown .w-selection .mobile-filters.btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .desktop .mobile-filters.btn-filter:before,.liveDashboard .list-results thead .desktop .w-time-period .dropdown .w-selection .mobile-filters.btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .desktop .mobile-filters.btn-period-edit:before,.liveDashboard .list-results thead .desktop .block-filters .mobile-filters.btn-filter:before,.block-filters .liveDashboard .list-results thead .desktop .mobile-filters.btn-filter:before,.liveDashboard .list-results thead .desktop .toggleWrapper input.mobileToggle+label.mobile-filters,.toggleWrapper .liveDashboard .list-results thead .desktop input.mobileToggle+label.mobile-filters,.liveDashboard .list-results thead .desktop tbody span.mobile-filters.status,.liveDashboard .list-results tbody thead .desktop span.mobile-filters.status,.liveDashboard .list-results thead .desktop tbody td.is-running span.mobile-filters,.liveDashboard .list-results tbody td.is-running thead .desktop span.mobile-filters,.liveDashboard .list-results thead .desktop tbody td.is-pending span.mobile-filters,.liveDashboard .list-results tbody td.is-pending thead .desktop span.mobile-filters,.liveDashboard .list-results thead .desktop .mobile-filters.icon,.liveDashboard .list-results thead .desktop .mobile-filters.w-alert-banner:before,.liveDashboard .list-results thead .desktop .mobile-filters.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .desktop .mobile-filters.w-alert-banner:before,._account_api .liveDashboard .list-results thead .desktop .mobile-filters.w-alert-banner:before,.liveDashboard .list-results thead .desktop .w-dialog.plus .mobile-filters.dialog-aside:after,.w-dialog.plus .liveDashboard .list-results thead .desktop .mobile-filters.dialog-aside:after,.liveDashboard .list-results thead .desktop .w-toast .mobile-filters.toast.plus:after,.w-toast .liveDashboard .list-results thead .desktop .mobile-filters.toast.plus:after,.liveDashboard .list-results thead .desktop .w-time-period .dropdown .w-selection .mobile-filters.btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .desktop .mobile-filters.btn-period-clear:before,.liveDashboard .list-results thead .desktop .w-time-period .dropdown .w-selection .mobile-filters.btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .desktop .mobile-filters.btn-filter:before,.liveDashboard .list-results thead .desktop .w-time-period .dropdown .w-selection .mobile-filters.btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .desktop .mobile-filters.btn-period-edit:before,.liveDashboard .list-results thead .desktop .block-filters .mobile-filters.btn-filter:before,.block-filters .liveDashboard .list-results thead .desktop .mobile-filters.btn-filter:before,.liveDashboard .list-results thead .desktop .toggleWrapper input.mobileToggle+label.mobile-filters,.toggleWrapper .liveDashboard .list-results thead .desktop input.mobileToggle+label.mobile-filters,.liveDashboard .list-results thead .desktop tbody span.mobile-filters.status,.liveDashboard .list-results tbody thead .desktop span.mobile-filters.status,.liveDashboard .list-results thead .desktop tbody td.is-running span.mobile-filters,.liveDashboard .list-results tbody td.is-running thead .desktop span.mobile-filters,.liveDashboard .list-results thead .desktop tbody td.is-pending span.mobile-filters,.liveDashboard .list-results tbody td.is-pending thead .desktop span.mobile-filters,.liveDashboard .list-results thead .desktop .w-filter-preset.w-filter-preset .filter-preset .dropdown .mobile-filters.dropdown-toggle:after,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .desktop .mobile-filters.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .desktop .mobile-filters.dropdown-toggle:after,.liveDashboard .list-results thead .desktop .w-filter-preset.w-filter-preset .filter-preset .mobile-filters.filter,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .desktop .mobile-filters.filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .desktop .mobile-filters.filter,.liveDashboard .list-results thead .desktop .form-label.status span.mobile-filters,.liveDashboard .list-results thead .desktop .status.status-log span.mobile-filters,.liveDashboard .list-results thead .desktop .status.status-report-item span.mobile-filters,.liveDashboard .list-results thead .desktop .double-list dd.status span.mobile-filters,.double-list .liveDashboard .list-results thead .desktop dd.status span.mobile-filters,.liveDashboard .list-results thead .desktop .double-list dt.status span.mobile-filters,.double-list .liveDashboard .list-results thead .desktop dt.status span.mobile-filters,.liveDashboard .list-results thead .desktop .w-cards-container .w-card .status.title span.mobile-filters,.w-cards-container .w-card .liveDashboard .list-results thead .desktop .status.title span.mobile-filters,.liveDashboard .list-results thead .desktop .w-cards-container .w-card.centered .w-value .status.label span.mobile-filters,.w-cards-container .w-card.centered .w-value .liveDashboard .list-results thead .desktop .status.label span.mobile-filters,.liveDashboard .list-results thead .desktop tbody tr.sublist .status.title span.mobile-filters,.liveDashboard .list-results tbody tr.sublist thead .desktop .status.title span.mobile-filters,.liveDashboard .list-results thead .form-label.status .desktop span.mobile-filters,.liveDashboard .list-results thead .status.status-log .desktop span.mobile-filters,.liveDashboard .list-results thead .status.status-report-item .desktop span.mobile-filters,.liveDashboard .list-results thead .double-list dd.status .desktop span.mobile-filters,.double-list .liveDashboard .list-results thead dd.status .desktop span.mobile-filters,.liveDashboard .list-results thead .double-list dt.status .desktop span.mobile-filters,.double-list .liveDashboard .list-results thead dt.status .desktop span.mobile-filters,.liveDashboard .list-results thead .w-cards-container .w-card .status.title .desktop span.mobile-filters,.w-cards-container .w-card .liveDashboard .list-results thead .status.title .desktop span.mobile-filters,.liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .desktop span.mobile-filters,.w-cards-container .w-card.centered .w-value .liveDashboard .list-results thead .status.label .desktop span.mobile-filters,.liveDashboard .list-results thead tbody tr.sublist .status.title .desktop span.mobile-filters,.liveDashboard .list-results tbody tr.sublist thead .status.title .desktop span.mobile-filters,.form-label.status .liveDashboard .list-results thead .desktop span.mobile-filters,.status.status-log .liveDashboard .list-results thead .desktop span.mobile-filters,.status.status-report-item .liveDashboard .list-results thead .desktop span.mobile-filters,.double-list dd.status .liveDashboard .list-results thead .desktop span.mobile-filters,.double-list dt.status .liveDashboard .list-results thead .desktop span.mobile-filters,.w-cards-container .w-card .status.title .liveDashboard .list-results thead .desktop span.mobile-filters,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead .desktop span.mobile-filters,.list-results tbody tr.sublist .status.title .liveDashboard .list-results thead .desktop span.mobile-filters,.liveDashboard .list-results thead .desktop .w-filters-selected label.status.small span.mobile-filters,.liveDashboard .list-results thead .w-filters-selected label.status.small .desktop span.mobile-filters,.w-filters-selected label.status.small .liveDashboard .list-results thead .desktop span.mobile-filters,.liveDashboard .list-results thead .desktop .w-filters-selected .status.btn-f-s span.mobile-filters,.liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .desktop span.mobile-filters,.w-filters-selected .status.btn-f-s .liveDashboard .list-results thead .desktop span.mobile-filters,.liveDashboard .list-results thead .desktop .sub-header .w-form label.mobile-filters,.liveDashboard .list-results thead .desktop .sub-header .w-double-list label.mobile-filters,.liveDashboard .list-results thead .sub-header .w-form .desktop label.mobile-filters,.liveDashboard .list-results thead .sub-header .w-double-list .desktop label.mobile-filters,.sub-header .w-form .liveDashboard .list-results thead .desktop label.mobile-filters,.sub-header .w-double-list .liveDashboard .list-results thead .desktop label.mobile-filters,.liveDashboard .list-results thead .desktop .block-filters button.mobile-filters:after,.liveDashboard .list-results thead .block-filters .desktop button.mobile-filters:after,.block-filters .liveDashboard .list-results thead .desktop button.mobile-filters:after,.liveDashboard .list-results thead .desktop .block-filters select.mobile-filters:after,.liveDashboard .list-results thead .block-filters .desktop select.mobile-filters:after,.block-filters .liveDashboard .list-results thead .desktop select.mobile-filters:after,.liveDashboard .list-results thead .desktop .form-auto-list .mobile-filters.form-auto-item.is-user-is-inactive,.liveDashboard .list-results thead .form-auto-list .desktop .mobile-filters.form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard .list-results thead .desktop .mobile-filters.form-auto-item.is-user-is-inactive,.liveDashboard .list-results thead .desktop .form-auto-list .mobile-filters.form-auto-item.is-user-is-active,.liveDashboard .list-results thead .form-auto-list .desktop .mobile-filters.form-auto-item.is-user-is-active,.form-auto-list .liveDashboard .list-results thead .desktop .mobile-filters.form-auto-item.is-user-is-active,.liveDashboard .list-results thead .desktop .list-results-header .status.title span.mobile-filters,.liveDashboard .list-results thead .list-results-header .status.title .desktop span.mobile-filters,.list-results-header .status.title .liveDashboard .list-results thead .desktop span.mobile-filters,.liveDashboard .list-results thead .desktop tr span.mobile-filters,.liveDashboard .list-results thead tr .desktop span.mobile-filters,.liveDashboard ._account_api .list-results thead .desktop .mobile-filters.icon,.liveDashboard ._account_api .list-results thead .desktop .mobile-filters.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .desktop .mobile-filters.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .desktop .mobile-filters.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .desktop .w-dialog.plus .mobile-filters.dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .desktop .mobile-filters.dialog-aside:after,.liveDashboard ._account_api .list-results thead .desktop .w-toast .mobile-filters.toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .desktop .mobile-filters.toast.plus:after,.liveDashboard ._account_api .list-results thead .desktop .w-time-period .dropdown .w-selection .mobile-filters.btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .desktop .mobile-filters.btn-period-clear:before,.liveDashboard ._account_api .list-results thead .desktop .w-time-period .dropdown .w-selection .mobile-filters.btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .desktop .mobile-filters.btn-filter:before,.liveDashboard ._account_api .list-results thead .desktop .w-time-period .dropdown .w-selection .mobile-filters.btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .desktop .mobile-filters.btn-period-edit:before,.liveDashboard ._account_api .list-results thead .desktop .block-filters .mobile-filters.btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .desktop .mobile-filters.btn-filter:before,.liveDashboard ._account_api .list-results thead .desktop .toggleWrapper input.mobileToggle+label.mobile-filters,.toggleWrapper .liveDashboard ._account_api .list-results thead .desktop input.mobileToggle+label.mobile-filters,.liveDashboard ._account_api .list-results thead .desktop tbody span.mobile-filters.status,.liveDashboard ._account_api .list-results tbody thead .desktop span.mobile-filters.status,.liveDashboard ._account_api .list-results thead .desktop tbody td.is-running span.mobile-filters,.liveDashboard ._account_api .list-results tbody td.is-running thead .desktop span.mobile-filters,.liveDashboard ._account_api .list-results thead .desktop tbody td.is-pending span.mobile-filters,.liveDashboard ._account_api .list-results tbody td.is-pending thead .desktop span.mobile-filters,._account_api .liveDashboard .list-results thead .desktop .mobile-filters.icon,._account_api .liveDashboard .list-results thead .desktop .mobile-filters.w-alert-banner:before,._account_api .liveDashboard .list-results thead .desktop .mobile-filters.w-alert-banner:before,._account_api .liveDashboard .list-results thead .desktop .mobile-filters.w-alert-banner:before,._account_api .liveDashboard .list-results thead .desktop .w-dialog.plus .mobile-filters.dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .desktop .mobile-filters.dialog-aside:after,._account_api .liveDashboard .list-results thead .desktop .w-toast .mobile-filters.toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .desktop .mobile-filters.toast.plus:after,._account_api .liveDashboard .list-results thead .desktop .w-time-period .dropdown .w-selection .mobile-filters.btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .desktop .mobile-filters.btn-period-clear:before,._account_api .liveDashboard .list-results thead .desktop .w-time-period .dropdown .w-selection .mobile-filters.btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .desktop .mobile-filters.btn-filter:before,._account_api .liveDashboard .list-results thead .desktop .w-time-period .dropdown .w-selection .mobile-filters.btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .desktop .mobile-filters.btn-period-edit:before,._account_api .liveDashboard .list-results thead .desktop .block-filters .mobile-filters.btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .desktop .mobile-filters.btn-filter:before,._account_api .liveDashboard .list-results thead .desktop .toggleWrapper input.mobileToggle+label.mobile-filters,.toggleWrapper ._account_api .liveDashboard .list-results thead .desktop input.mobileToggle+label.mobile-filters,._account_api .liveDashboard .list-results thead .desktop tbody span.mobile-filters.status,._account_api .liveDashboard .list-results tbody thead .desktop span.mobile-filters.status,._account_api .liveDashboard .list-results thead .desktop tbody td.is-running span.mobile-filters,._account_api .liveDashboard .list-results tbody td.is-running thead .desktop span.mobile-filters,._account_api .liveDashboard .list-results thead .desktop tbody td.is-pending span.mobile-filters,._account_api .liveDashboard .list-results tbody td.is-pending thead .desktop span.mobile-filters,.liveDashboard ._account_api .list-results thead .desktop .w-filter-preset.w-filter-preset .filter-preset .dropdown .mobile-filters.dropdown-toggle:after,._account_api .liveDashboard .list-results thead .desktop .w-filter-preset.w-filter-preset .filter-preset .dropdown .mobile-filters.dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .desktop .mobile-filters.dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .desktop .mobile-filters.dropdown-toggle:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .desktop .mobile-filters.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .desktop .mobile-filters.dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .desktop .w-filter-preset.w-filter-preset .filter-preset .mobile-filters.filter,._account_api .liveDashboard .list-results thead .desktop .w-filter-preset.w-filter-preset .filter-preset .mobile-filters.filter,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .desktop .mobile-filters.filter,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .desktop .mobile-filters.filter,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .desktop .mobile-filters.filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .desktop .mobile-filters.filter,.liveDashboard ._account_api .list-results thead .desktop .form-label.status span.mobile-filters,.liveDashboard ._account_api .list-results thead .desktop .status.status-log span.mobile-filters,.liveDashboard ._account_api .list-results thead .desktop .status.status-report-item span.mobile-filters,.liveDashboard ._account_api .list-results thead .desktop .double-list dd.status span.mobile-filters,.double-list .liveDashboard ._account_api .list-results thead .desktop dd.status span.mobile-filters,.liveDashboard ._account_api .list-results thead .desktop .double-list dt.status span.mobile-filters,.double-list .liveDashboard ._account_api .list-results thead .desktop dt.status span.mobile-filters,.liveDashboard ._account_api .list-results thead .desktop .w-cards-container .w-card .status.title span.mobile-filters,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .desktop .status.title span.mobile-filters,.liveDashboard ._account_api .list-results thead .desktop .w-cards-container .w-card.centered .w-value .status.label span.mobile-filters,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .desktop .status.label span.mobile-filters,.liveDashboard ._account_api .list-results thead .desktop tbody tr.sublist .status.title span.mobile-filters,.liveDashboard ._account_api .list-results tbody tr.sublist thead .desktop .status.title span.mobile-filters,._account_api .liveDashboard .list-results thead .desktop .form-label.status span.mobile-filters,._account_api .liveDashboard .list-results thead .desktop .status.status-log span.mobile-filters,._account_api .liveDashboard .list-results thead .desktop .status.status-report-item span.mobile-filters,._account_api .liveDashboard .list-results thead .desktop .double-list dd.status span.mobile-filters,.double-list ._account_api .liveDashboard .list-results thead .desktop dd.status span.mobile-filters,._account_api .liveDashboard .list-results thead .desktop .double-list dt.status span.mobile-filters,.double-list ._account_api .liveDashboard .list-results thead .desktop dt.status span.mobile-filters,._account_api .liveDashboard .list-results thead .desktop .w-cards-container .w-card .status.title span.mobile-filters,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .desktop .status.title span.mobile-filters,._account_api .liveDashboard .list-results thead .desktop .w-cards-container .w-card.centered .w-value .status.label span.mobile-filters,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .desktop .status.label span.mobile-filters,._account_api .liveDashboard .list-results thead .desktop tbody tr.sublist .status.title span.mobile-filters,._account_api .liveDashboard .list-results tbody tr.sublist thead .desktop .status.title span.mobile-filters,.liveDashboard ._account_api .list-results thead .form-label.status .desktop span.mobile-filters,.liveDashboard ._account_api .list-results thead .status.status-log .desktop span.mobile-filters,.liveDashboard ._account_api .list-results thead .status.status-report-item .desktop span.mobile-filters,.liveDashboard ._account_api .list-results thead .double-list dd.status .desktop span.mobile-filters,.double-list .liveDashboard ._account_api .list-results thead dd.status .desktop span.mobile-filters,.liveDashboard ._account_api .list-results thead .double-list dt.status .desktop span.mobile-filters,.double-list .liveDashboard ._account_api .list-results thead dt.status .desktop span.mobile-filters,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title .desktop span.mobile-filters,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title .desktop span.mobile-filters,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .desktop span.mobile-filters,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label .desktop span.mobile-filters,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title .desktop span.mobile-filters,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title .desktop span.mobile-filters,._account_api .liveDashboard .list-results thead .form-label.status .desktop span.mobile-filters,._account_api .liveDashboard .list-results thead .status.status-log .desktop span.mobile-filters,._account_api .liveDashboard .list-results thead .status.status-report-item .desktop span.mobile-filters,._account_api .liveDashboard .list-results thead .double-list dd.status .desktop span.mobile-filters,.double-list ._account_api .liveDashboard .list-results thead dd.status .desktop span.mobile-filters,._account_api .liveDashboard .list-results thead .double-list dt.status .desktop span.mobile-filters,.double-list ._account_api .liveDashboard .list-results thead dt.status .desktop span.mobile-filters,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title .desktop span.mobile-filters,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title .desktop span.mobile-filters,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .desktop span.mobile-filters,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label .desktop span.mobile-filters,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title .desktop span.mobile-filters,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title .desktop span.mobile-filters,.liveDashboard .form-label.status ._account_api .list-results thead .desktop span.mobile-filters,.liveDashboard .status.status-log ._account_api .list-results thead .desktop span.mobile-filters,.liveDashboard .status.status-report-item ._account_api .list-results thead .desktop span.mobile-filters,.liveDashboard .double-list dd.status ._account_api .list-results thead .desktop span.mobile-filters,.double-list .liveDashboard dd.status ._account_api .list-results thead .desktop span.mobile-filters,.liveDashboard .double-list dt.status ._account_api .list-results thead .desktop span.mobile-filters,.double-list .liveDashboard dt.status ._account_api .list-results thead .desktop span.mobile-filters,.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead .desktop span.mobile-filters,.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead .desktop span.mobile-filters,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead .desktop span.mobile-filters,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead .desktop span.mobile-filters,.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead .desktop span.mobile-filters,.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead .desktop span.mobile-filters,.form-label.status ._account_api .liveDashboard .list-results thead .desktop span.mobile-filters,.status.status-log ._account_api .liveDashboard .list-results thead .desktop span.mobile-filters,.status.status-report-item ._account_api .liveDashboard .list-results thead .desktop span.mobile-filters,.double-list dd.status ._account_api .liveDashboard .list-results thead .desktop span.mobile-filters,.double-list dt.status ._account_api .liveDashboard .list-results thead .desktop span.mobile-filters,.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead .desktop span.mobile-filters,.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead .desktop span.mobile-filters,.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead .desktop span.mobile-filters,.liveDashboard ._account_api .list-results thead .desktop .w-filters-selected label.status.small span.mobile-filters,._account_api .liveDashboard .list-results thead .desktop .w-filters-selected label.status.small span.mobile-filters,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small .desktop span.mobile-filters,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small .desktop span.mobile-filters,.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead .desktop span.mobile-filters,.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead .desktop span.mobile-filters,.liveDashboard ._account_api .list-results thead .desktop .w-filters-selected .status.btn-f-s span.mobile-filters,._account_api .liveDashboard .list-results thead .desktop .w-filters-selected .status.btn-f-s span.mobile-filters,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s .desktop span.mobile-filters,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .desktop span.mobile-filters,.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead .desktop span.mobile-filters,.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead .desktop span.mobile-filters,.liveDashboard ._account_api .list-results thead .desktop .sub-header .w-form label.mobile-filters,.liveDashboard ._account_api .list-results thead .desktop .sub-header .w-double-list label.mobile-filters,._account_api .liveDashboard .list-results thead .desktop .sub-header .w-form label.mobile-filters,._account_api .liveDashboard .list-results thead .desktop .sub-header .w-double-list label.mobile-filters,.liveDashboard ._account_api .list-results thead .sub-header .w-form .desktop label.mobile-filters,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list .desktop label.mobile-filters,._account_api .liveDashboard .list-results thead .sub-header .w-form .desktop label.mobile-filters,._account_api .liveDashboard .list-results thead .sub-header .w-double-list .desktop label.mobile-filters,.liveDashboard .sub-header .w-form ._account_api .list-results thead .desktop label.mobile-filters,.liveDashboard .sub-header .w-double-list ._account_api .list-results thead .desktop label.mobile-filters,.sub-header .w-form ._account_api .liveDashboard .list-results thead .desktop label.mobile-filters,.sub-header .w-double-list ._account_api .liveDashboard .list-results thead .desktop label.mobile-filters,.liveDashboard ._account_api .list-results thead .desktop .block-filters button.mobile-filters:after,._account_api .liveDashboard .list-results thead .desktop .block-filters button.mobile-filters:after,.liveDashboard ._account_api .list-results thead .block-filters .desktop button.mobile-filters:after,._account_api .liveDashboard .list-results thead .block-filters .desktop button.mobile-filters:after,.liveDashboard .block-filters ._account_api .list-results thead .desktop button.mobile-filters:after,.block-filters ._account_api .liveDashboard .list-results thead .desktop button.mobile-filters:after,.liveDashboard ._account_api .list-results thead .desktop .block-filters select.mobile-filters:after,._account_api .liveDashboard .list-results thead .desktop .block-filters select.mobile-filters:after,.liveDashboard ._account_api .list-results thead .block-filters .desktop select.mobile-filters:after,._account_api .liveDashboard .list-results thead .block-filters .desktop select.mobile-filters:after,.liveDashboard .block-filters ._account_api .list-results thead .desktop select.mobile-filters:after,.block-filters ._account_api .liveDashboard .list-results thead .desktop select.mobile-filters:after,.liveDashboard ._account_api .list-results thead .desktop .form-auto-list .mobile-filters.form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .desktop .form-auto-list .mobile-filters.form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .form-auto-list .desktop .mobile-filters.form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .form-auto-list .desktop .mobile-filters.form-auto-item.is-user-is-inactive,.liveDashboard .form-auto-list ._account_api .list-results thead .desktop .mobile-filters.form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .liveDashboard .list-results thead .desktop .mobile-filters.form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .desktop .form-auto-list .mobile-filters.form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .desktop .form-auto-list .mobile-filters.form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .form-auto-list .desktop .mobile-filters.form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .form-auto-list .desktop .mobile-filters.form-auto-item.is-user-is-active,.liveDashboard .form-auto-list ._account_api .list-results thead .desktop .mobile-filters.form-auto-item.is-user-is-active,.form-auto-list ._account_api .liveDashboard .list-results thead .desktop .mobile-filters.form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .desktop .list-results-header .status.title span.mobile-filters,._account_api .liveDashboard .list-results thead .desktop .list-results-header .status.title span.mobile-filters,.liveDashboard ._account_api .list-results thead .list-results-header .status.title .desktop span.mobile-filters,._account_api .liveDashboard .list-results thead .list-results-header .status.title .desktop span.mobile-filters,.liveDashboard .list-results-header .status.title ._account_api .list-results thead .desktop span.mobile-filters,.list-results-header .status.title ._account_api .liveDashboard .list-results thead .desktop span.mobile-filters,.liveDashboard ._account_api .list-results thead .desktop tr span.mobile-filters,._account_api .liveDashboard .list-results thead .desktop tr span.mobile-filters,.liveDashboard ._account_api .list-results thead tr .desktop span.mobile-filters,._account_api .liveDashboard .list-results thead tr .desktop span.mobile-filters,.liveDashboard ._account_api .list-results thead .desktop .mobile-filters.icon,.liveDashboard ._account_api .list-results thead .desktop .mobile-filters.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .desktop .mobile-filters.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .desktop .mobile-filters.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .desktop .w-dialog.plus .mobile-filters.dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .desktop .mobile-filters.dialog-aside:after,.liveDashboard ._account_api .list-results thead .desktop .w-toast .mobile-filters.toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .desktop .mobile-filters.toast.plus:after,.liveDashboard ._account_api .list-results thead .desktop .w-time-period .dropdown .w-selection .mobile-filters.btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .desktop .mobile-filters.btn-period-clear:before,.liveDashboard ._account_api .list-results thead .desktop .w-time-period .dropdown .w-selection .mobile-filters.btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .desktop .mobile-filters.btn-filter:before,.liveDashboard ._account_api .list-results thead .desktop .w-time-period .dropdown .w-selection .mobile-filters.btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .desktop .mobile-filters.btn-period-edit:before,.liveDashboard ._account_api .list-results thead .desktop .block-filters .mobile-filters.btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .desktop .mobile-filters.btn-filter:before,.liveDashboard ._account_api .list-results thead .desktop .toggleWrapper input.mobileToggle+label.mobile-filters,.toggleWrapper .liveDashboard ._account_api .list-results thead .desktop input.mobileToggle+label.mobile-filters,.liveDashboard ._account_api .list-results thead .desktop tbody span.mobile-filters.status,.liveDashboard ._account_api .list-results tbody thead .desktop span.mobile-filters.status,.liveDashboard ._account_api .list-results thead .desktop tbody td.is-running span.mobile-filters,.liveDashboard ._account_api .list-results tbody td.is-running thead .desktop span.mobile-filters,.liveDashboard ._account_api .list-results thead .desktop tbody td.is-pending span.mobile-filters,.liveDashboard ._account_api .list-results tbody td.is-pending thead .desktop span.mobile-filters,._account_api .liveDashboard .list-results thead .desktop .mobile-filters.icon,._account_api .liveDashboard .list-results thead .desktop .mobile-filters.w-alert-banner:before,._account_api .liveDashboard .list-results thead .desktop .mobile-filters.w-alert-banner:before,._account_api .liveDashboard .list-results thead .desktop .mobile-filters.w-alert-banner:before,._account_api .liveDashboard .list-results thead .desktop .w-dialog.plus .mobile-filters.dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .desktop .mobile-filters.dialog-aside:after,._account_api .liveDashboard .list-results thead .desktop .w-toast .mobile-filters.toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .desktop .mobile-filters.toast.plus:after,._account_api .liveDashboard .list-results thead .desktop .w-time-period .dropdown .w-selection .mobile-filters.btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .desktop .mobile-filters.btn-period-clear:before,._account_api .liveDashboard .list-results thead .desktop .w-time-period .dropdown .w-selection .mobile-filters.btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .desktop .mobile-filters.btn-filter:before,._account_api .liveDashboard .list-results thead .desktop .w-time-period .dropdown .w-selection .mobile-filters.btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .desktop .mobile-filters.btn-period-edit:before,._account_api .liveDashboard .list-results thead .desktop .block-filters .mobile-filters.btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .desktop .mobile-filters.btn-filter:before,._account_api .liveDashboard .list-results thead .desktop .toggleWrapper input.mobileToggle+label.mobile-filters,.toggleWrapper ._account_api .liveDashboard .list-results thead .desktop input.mobileToggle+label.mobile-filters,._account_api .liveDashboard .list-results thead .desktop tbody span.mobile-filters.status,._account_api .liveDashboard .list-results tbody thead .desktop span.mobile-filters.status,._account_api .liveDashboard .list-results thead .desktop tbody td.is-running span.mobile-filters,._account_api .liveDashboard .list-results tbody td.is-running thead .desktop span.mobile-filters,._account_api .liveDashboard .list-results thead .desktop tbody td.is-pending span.mobile-filters,._account_api .liveDashboard .list-results tbody td.is-pending thead .desktop span.mobile-filters,.liveDashboard ._account_api .list-results thead .desktop .w-filter-preset.w-filter-preset .filter-preset .dropdown .mobile-filters.dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .desktop .mobile-filters.dropdown-toggle:after,._account_api .liveDashboard .list-results thead .desktop .w-filter-preset.w-filter-preset .filter-preset .dropdown .mobile-filters.dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .desktop .mobile-filters.dropdown-toggle:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .desktop .mobile-filters.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .desktop .mobile-filters.dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .desktop .w-filter-preset.w-filter-preset .filter-preset .mobile-filters.filter,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .desktop .mobile-filters.filter,._account_api .liveDashboard .list-results thead .desktop .w-filter-preset.w-filter-preset .filter-preset .mobile-filters.filter,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .desktop .mobile-filters.filter,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .desktop .mobile-filters.filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .desktop .mobile-filters.filter,.liveDashboard ._account_api .list-results thead .desktop .form-label.status span.mobile-filters,.liveDashboard ._account_api .list-results thead .desktop .status.status-log span.mobile-filters,.liveDashboard ._account_api .list-results thead .desktop .status.status-report-item span.mobile-filters,.liveDashboard ._account_api .list-results thead .desktop .double-list dd.status span.mobile-filters,.double-list .liveDashboard ._account_api .list-results thead .desktop dd.status span.mobile-filters,.liveDashboard ._account_api .list-results thead .desktop .double-list dt.status span.mobile-filters,.double-list .liveDashboard ._account_api .list-results thead .desktop dt.status span.mobile-filters,.liveDashboard ._account_api .list-results thead .desktop .w-cards-container .w-card .status.title span.mobile-filters,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .desktop .status.title span.mobile-filters,.liveDashboard ._account_api .list-results thead .desktop .w-cards-container .w-card.centered .w-value .status.label span.mobile-filters,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .desktop .status.label span.mobile-filters,.liveDashboard ._account_api .list-results thead .desktop tbody tr.sublist .status.title span.mobile-filters,.liveDashboard ._account_api .list-results tbody tr.sublist thead .desktop .status.title span.mobile-filters,.liveDashboard ._account_api .list-results thead .form-label.status .desktop span.mobile-filters,.liveDashboard ._account_api .list-results thead .status.status-log .desktop span.mobile-filters,.liveDashboard ._account_api .list-results thead .status.status-report-item .desktop span.mobile-filters,.liveDashboard ._account_api .list-results thead .double-list dd.status .desktop span.mobile-filters,.double-list .liveDashboard ._account_api .list-results thead dd.status .desktop span.mobile-filters,.liveDashboard ._account_api .list-results thead .double-list dt.status .desktop span.mobile-filters,.double-list .liveDashboard ._account_api .list-results thead dt.status .desktop span.mobile-filters,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title .desktop span.mobile-filters,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title .desktop span.mobile-filters,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .desktop span.mobile-filters,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label .desktop span.mobile-filters,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title .desktop span.mobile-filters,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title .desktop span.mobile-filters,._account_api .liveDashboard .list-results thead .desktop .form-label.status span.mobile-filters,._account_api .liveDashboard .list-results thead .desktop .status.status-log span.mobile-filters,._account_api .liveDashboard .list-results thead .desktop .status.status-report-item span.mobile-filters,._account_api .liveDashboard .list-results thead .desktop .double-list dd.status span.mobile-filters,.double-list ._account_api .liveDashboard .list-results thead .desktop dd.status span.mobile-filters,._account_api .liveDashboard .list-results thead .desktop .double-list dt.status span.mobile-filters,.double-list ._account_api .liveDashboard .list-results thead .desktop dt.status span.mobile-filters,._account_api .liveDashboard .list-results thead .desktop .w-cards-container .w-card .status.title span.mobile-filters,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .desktop .status.title span.mobile-filters,._account_api .liveDashboard .list-results thead .desktop .w-cards-container .w-card.centered .w-value .status.label span.mobile-filters,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .desktop .status.label span.mobile-filters,._account_api .liveDashboard .list-results thead .desktop tbody tr.sublist .status.title span.mobile-filters,._account_api .liveDashboard .list-results tbody tr.sublist thead .desktop .status.title span.mobile-filters,._account_api .liveDashboard .list-results thead .form-label.status .desktop span.mobile-filters,._account_api .liveDashboard .list-results thead .status.status-log .desktop span.mobile-filters,._account_api .liveDashboard .list-results thead .status.status-report-item .desktop span.mobile-filters,._account_api .liveDashboard .list-results thead .double-list dd.status .desktop span.mobile-filters,.double-list ._account_api .liveDashboard .list-results thead dd.status .desktop span.mobile-filters,._account_api .liveDashboard .list-results thead .double-list dt.status .desktop span.mobile-filters,.double-list ._account_api .liveDashboard .list-results thead dt.status .desktop span.mobile-filters,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title .desktop span.mobile-filters,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title .desktop span.mobile-filters,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .desktop span.mobile-filters,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label .desktop span.mobile-filters,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title .desktop span.mobile-filters,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title .desktop span.mobile-filters,.liveDashboard .form-label.status ._account_api .list-results thead .desktop span.mobile-filters,.liveDashboard .status.status-log ._account_api .list-results thead .desktop span.mobile-filters,.liveDashboard .status.status-report-item ._account_api .list-results thead .desktop span.mobile-filters,.liveDashboard .double-list dd.status ._account_api .list-results thead .desktop span.mobile-filters,.double-list .liveDashboard dd.status ._account_api .list-results thead .desktop span.mobile-filters,.liveDashboard .double-list dt.status ._account_api .list-results thead .desktop span.mobile-filters,.double-list .liveDashboard dt.status ._account_api .list-results thead .desktop span.mobile-filters,.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead .desktop span.mobile-filters,.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead .desktop span.mobile-filters,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead .desktop span.mobile-filters,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead .desktop span.mobile-filters,.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead .desktop span.mobile-filters,.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead .desktop span.mobile-filters,.form-label.status ._account_api .liveDashboard .list-results thead .desktop span.mobile-filters,.status.status-log ._account_api .liveDashboard .list-results thead .desktop span.mobile-filters,.status.status-report-item ._account_api .liveDashboard .list-results thead .desktop span.mobile-filters,.double-list dd.status ._account_api .liveDashboard .list-results thead .desktop span.mobile-filters,.double-list dt.status ._account_api .liveDashboard .list-results thead .desktop span.mobile-filters,.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead .desktop span.mobile-filters,.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead .desktop span.mobile-filters,.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead .desktop span.mobile-filters,.liveDashboard ._account_api .list-results thead .desktop .w-filters-selected label.status.small span.mobile-filters,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small .desktop span.mobile-filters,._account_api .liveDashboard .list-results thead .desktop .w-filters-selected label.status.small span.mobile-filters,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small .desktop span.mobile-filters,.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead .desktop span.mobile-filters,.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead .desktop span.mobile-filters,.liveDashboard ._account_api .list-results thead .desktop .w-filters-selected .status.btn-f-s span.mobile-filters,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s .desktop span.mobile-filters,._account_api .liveDashboard .list-results thead .desktop .w-filters-selected .status.btn-f-s span.mobile-filters,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .desktop span.mobile-filters,.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead .desktop span.mobile-filters,.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead .desktop span.mobile-filters,.liveDashboard ._account_api .list-results thead .desktop .sub-header .w-form label.mobile-filters,.liveDashboard ._account_api .list-results thead .desktop .sub-header .w-double-list label.mobile-filters,.liveDashboard ._account_api .list-results thead .sub-header .w-form .desktop label.mobile-filters,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list .desktop label.mobile-filters,._account_api .liveDashboard .list-results thead .desktop .sub-header .w-form label.mobile-filters,._account_api .liveDashboard .list-results thead .desktop .sub-header .w-double-list label.mobile-filters,._account_api .liveDashboard .list-results thead .sub-header .w-form .desktop label.mobile-filters,._account_api .liveDashboard .list-results thead .sub-header .w-double-list .desktop label.mobile-filters,.liveDashboard .sub-header .w-form ._account_api .list-results thead .desktop label.mobile-filters,.liveDashboard .sub-header .w-double-list ._account_api .list-results thead .desktop label.mobile-filters,.sub-header .w-form ._account_api .liveDashboard .list-results thead .desktop label.mobile-filters,.sub-header .w-double-list ._account_api .liveDashboard .list-results thead .desktop label.mobile-filters,.liveDashboard ._account_api .list-results thead .desktop .block-filters button.mobile-filters:after,.liveDashboard ._account_api .list-results thead .block-filters .desktop button.mobile-filters:after,._account_api .liveDashboard .list-results thead .desktop .block-filters button.mobile-filters:after,._account_api .liveDashboard .list-results thead .block-filters .desktop button.mobile-filters:after,.liveDashboard .block-filters ._account_api .list-results thead .desktop button.mobile-filters:after,.block-filters ._account_api .liveDashboard .list-results thead .desktop button.mobile-filters:after,.liveDashboard ._account_api .list-results thead .desktop .block-filters select.mobile-filters:after,.liveDashboard ._account_api .list-results thead .block-filters .desktop select.mobile-filters:after,._account_api .liveDashboard .list-results thead .desktop .block-filters select.mobile-filters:after,._account_api .liveDashboard .list-results thead .block-filters .desktop select.mobile-filters:after,.liveDashboard .block-filters ._account_api .list-results thead .desktop select.mobile-filters:after,.block-filters ._account_api .liveDashboard .list-results thead .desktop select.mobile-filters:after,.liveDashboard ._account_api .list-results thead .desktop .form-auto-list .mobile-filters.form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .form-auto-list .desktop .mobile-filters.form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .desktop .form-auto-list .mobile-filters.form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .form-auto-list .desktop .mobile-filters.form-auto-item.is-user-is-inactive,.liveDashboard .form-auto-list ._account_api .list-results thead .desktop .mobile-filters.form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .liveDashboard .list-results thead .desktop .mobile-filters.form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .desktop .form-auto-list .mobile-filters.form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .form-auto-list .desktop .mobile-filters.form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .desktop .form-auto-list .mobile-filters.form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .form-auto-list .desktop .mobile-filters.form-auto-item.is-user-is-active,.liveDashboard .form-auto-list ._account_api .list-results thead .desktop .mobile-filters.form-auto-item.is-user-is-active,.form-auto-list ._account_api .liveDashboard .list-results thead .desktop .mobile-filters.form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .desktop .list-results-header .status.title span.mobile-filters,.liveDashboard ._account_api .list-results thead .list-results-header .status.title .desktop span.mobile-filters,._account_api .liveDashboard .list-results thead .desktop .list-results-header .status.title span.mobile-filters,._account_api .liveDashboard .list-results thead .list-results-header .status.title .desktop span.mobile-filters,.liveDashboard .list-results-header .status.title ._account_api .list-results thead .desktop span.mobile-filters,.list-results-header .status.title ._account_api .liveDashboard .list-results thead .desktop span.mobile-filters,.liveDashboard ._account_api .list-results thead .desktop tr span.mobile-filters,.liveDashboard ._account_api .list-results thead tr .desktop span.mobile-filters,._account_api .liveDashboard .list-results thead .desktop tr span.mobile-filters,._account_api .liveDashboard .list-results thead tr .desktop span.mobile-filters,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .desktop .mobile-filters.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .desktop .mobile-filters.dropdown-toggle:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .desktop .mobile-filters.filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .desktop .mobile-filters.filter,._account_api .form-label.status .liveDashboard .list-results thead .desktop span.mobile-filters,._account_api .status.status-log .liveDashboard .list-results thead .desktop span.mobile-filters,._account_api .status.status-report-item .liveDashboard .list-results thead .desktop span.mobile-filters,._account_api .double-list dd.status .liveDashboard .list-results thead .desktop span.mobile-filters,.double-list ._account_api dd.status .liveDashboard .list-results thead .desktop span.mobile-filters,._account_api .double-list dt.status .liveDashboard .list-results thead .desktop span.mobile-filters,.double-list ._account_api dt.status .liveDashboard .list-results thead .desktop span.mobile-filters,._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead .desktop span.mobile-filters,.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead .desktop span.mobile-filters,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead .desktop span.mobile-filters,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead .desktop span.mobile-filters,._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead .desktop span.mobile-filters,.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead .desktop span.mobile-filters,.form-label.status .liveDashboard ._account_api .list-results thead .desktop span.mobile-filters,.status.status-log .liveDashboard ._account_api .list-results thead .desktop span.mobile-filters,.status.status-report-item .liveDashboard ._account_api .list-results thead .desktop span.mobile-filters,.double-list dd.status .liveDashboard ._account_api .list-results thead .desktop span.mobile-filters,.double-list dt.status .liveDashboard ._account_api .list-results thead .desktop span.mobile-filters,.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead .desktop span.mobile-filters,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead .desktop span.mobile-filters,.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead .desktop span.mobile-filters,._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead .desktop span.mobile-filters,.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead .desktop span.mobile-filters,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead .desktop span.mobile-filters,.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead .desktop span.mobile-filters,._account_api .sub-header .w-form .liveDashboard .list-results thead .desktop label.mobile-filters,._account_api .sub-header .w-double-list .liveDashboard .list-results thead .desktop label.mobile-filters,.sub-header .w-form .liveDashboard ._account_api .list-results thead .desktop label.mobile-filters,.sub-header .w-double-list .liveDashboard ._account_api .list-results thead .desktop label.mobile-filters,._account_api .block-filters .liveDashboard .list-results thead .desktop button.mobile-filters:after,.block-filters .liveDashboard ._account_api .list-results thead .desktop button.mobile-filters:after,._account_api .block-filters .liveDashboard .list-results thead .desktop select.mobile-filters:after,.block-filters .liveDashboard ._account_api .list-results thead .desktop select.mobile-filters:after,._account_api .form-auto-list .liveDashboard .list-results thead .desktop .mobile-filters.form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard ._account_api .list-results thead .desktop .mobile-filters.form-auto-item.is-user-is-inactive,._account_api .form-auto-list .liveDashboard .list-results thead .desktop .mobile-filters.form-auto-item.is-user-is-active,.form-auto-list .liveDashboard ._account_api .list-results thead .desktop .mobile-filters.form-auto-item.is-user-is-active,._account_api .list-results-header .status.title .liveDashboard .list-results thead .desktop span.mobile-filters,.list-results-header .status.title .liveDashboard ._account_api .list-results thead .desktop span.mobile-filters,.desktop .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .mobile-filters.dropdown-toggle:after,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .desktop .mobile-filters.dropdown-toggle:after,.desktop .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .mobile-filters.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .desktop .mobile-filters.dropdown-toggle:after,.desktop .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .mobile-filters.filter,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .desktop .mobile-filters.filter,.desktop .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .mobile-filters.filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .desktop .mobile-filters.filter,.desktop .liveDashboard .list-results thead .form-label.status span.mobile-filters,.desktop .liveDashboard .list-results thead .status.status-log span.mobile-filters,.desktop .liveDashboard .list-results thead .status.status-report-item span.mobile-filters,.desktop .liveDashboard .list-results thead .double-list dd.status span.mobile-filters,.double-list .desktop .liveDashboard .list-results thead dd.status span.mobile-filters,.desktop .liveDashboard .list-results thead .double-list dt.status span.mobile-filters,.double-list .desktop .liveDashboard .list-results thead dt.status span.mobile-filters,.desktop .liveDashboard .list-results thead .w-cards-container .w-card .status.title span.mobile-filters,.w-cards-container .w-card .desktop .liveDashboard .list-results thead .status.title span.mobile-filters,.desktop .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.mobile-filters,.w-cards-container .w-card.centered .w-value .desktop .liveDashboard .list-results thead .status.label span.mobile-filters,.desktop .liveDashboard .list-results thead tbody tr.sublist .status.title span.mobile-filters,.desktop .liveDashboard .list-results tbody tr.sublist thead .status.title span.mobile-filters,.liveDashboard .list-results thead .form-label.status .desktop span.mobile-filters,.liveDashboard .list-results thead .status.status-log .desktop span.mobile-filters,.liveDashboard .list-results thead .status.status-report-item .desktop span.mobile-filters,.liveDashboard .list-results thead .double-list dd.status .desktop span.mobile-filters,.double-list .liveDashboard .list-results thead dd.status .desktop span.mobile-filters,.liveDashboard .list-results thead .double-list dt.status .desktop span.mobile-filters,.double-list .liveDashboard .list-results thead dt.status .desktop span.mobile-filters,.liveDashboard .list-results thead .w-cards-container .w-card .status.title .desktop span.mobile-filters,.w-cards-container .w-card .liveDashboard .list-results thead .status.title .desktop span.mobile-filters,.liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .desktop span.mobile-filters,.w-cards-container .w-card.centered .w-value .liveDashboard .list-results thead .status.label .desktop span.mobile-filters,.liveDashboard .list-results thead tbody tr.sublist .status.title .desktop span.mobile-filters,.liveDashboard .list-results tbody tr.sublist thead .status.title .desktop span.mobile-filters,.desktop .form-label.status .liveDashboard .list-results thead span.mobile-filters,.desktop .status.status-log .liveDashboard .list-results thead span.mobile-filters,.desktop .status.status-report-item .liveDashboard .list-results thead span.mobile-filters,.desktop .double-list dd.status .liveDashboard .list-results thead span.mobile-filters,.double-list .desktop dd.status .liveDashboard .list-results thead span.mobile-filters,.desktop .double-list dt.status .liveDashboard .list-results thead span.mobile-filters,.double-list .desktop dt.status .liveDashboard .list-results thead span.mobile-filters,.desktop .w-cards-container .w-card .status.title .liveDashboard .list-results thead span.mobile-filters,.w-cards-container .w-card .desktop .status.title .liveDashboard .list-results thead span.mobile-filters,.desktop .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.mobile-filters,.w-cards-container .w-card.centered .w-value .desktop .status.label .liveDashboard .list-results thead span.mobile-filters,.desktop .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.mobile-filters,.list-results tbody tr.sublist .desktop .status.title .liveDashboard .list-results thead span.mobile-filters,.form-label.status .liveDashboard .list-results thead .desktop span.mobile-filters,.status.status-log .liveDashboard .list-results thead .desktop span.mobile-filters,.status.status-report-item .liveDashboard .list-results thead .desktop span.mobile-filters,.double-list dd.status .liveDashboard .list-results thead .desktop span.mobile-filters,.double-list dt.status .liveDashboard .list-results thead .desktop span.mobile-filters,.w-cards-container .w-card .status.title .liveDashboard .list-results thead .desktop span.mobile-filters,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead .desktop span.mobile-filters,.list-results tbody tr.sublist .status.title .liveDashboard .list-results thead .desktop span.mobile-filters,.desktop .liveDashboard .list-results thead .w-filters-selected label.status.small span.mobile-filters,.liveDashboard .list-results thead .w-filters-selected label.status.small .desktop span.mobile-filters,.desktop .w-filters-selected label.status.small .liveDashboard .list-results thead span.mobile-filters,.w-filters-selected label.status.small .liveDashboard .list-results thead .desktop span.mobile-filters,.desktop .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.mobile-filters,.liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .desktop span.mobile-filters,.desktop .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.mobile-filters,.w-filters-selected .status.btn-f-s .liveDashboard .list-results thead .desktop span.mobile-filters,.desktop .liveDashboard .list-results thead .sub-header .w-form label.mobile-filters,.desktop .liveDashboard .list-results thead .sub-header .w-double-list label.mobile-filters,.liveDashboard .list-results thead .sub-header .w-form .desktop label.mobile-filters,.liveDashboard .list-results thead .sub-header .w-double-list .desktop label.mobile-filters,.desktop .sub-header .w-form .liveDashboard .list-results thead label.mobile-filters,.desktop .sub-header .w-double-list .liveDashboard .list-results thead label.mobile-filters,.sub-header .w-form .liveDashboard .list-results thead .desktop label.mobile-filters,.sub-header .w-double-list .liveDashboard .list-results thead .desktop label.mobile-filters,.desktop .liveDashboard .list-results thead .block-filters button.mobile-filters:after,.liveDashboard .list-results thead .block-filters .desktop button.mobile-filters:after,.desktop .block-filters .liveDashboard .list-results thead button.mobile-filters:after,.block-filters .liveDashboard .list-results thead .desktop button.mobile-filters:after,.desktop .liveDashboard .list-results thead .block-filters select.mobile-filters:after,.liveDashboard .list-results thead .block-filters .desktop select.mobile-filters:after,.desktop .block-filters .liveDashboard .list-results thead select.mobile-filters:after,.block-filters .liveDashboard .list-results thead .desktop select.mobile-filters:after,.desktop .liveDashboard .list-results thead .form-auto-list .mobile-filters.form-auto-item.is-user-is-inactive,.liveDashboard .list-results thead .form-auto-list .desktop .mobile-filters.form-auto-item.is-user-is-inactive,.desktop .form-auto-list .liveDashboard .list-results thead .mobile-filters.form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard .list-results thead .desktop .mobile-filters.form-auto-item.is-user-is-inactive,.desktop .liveDashboard .list-results thead .form-auto-list .mobile-filters.form-auto-item.is-user-is-active,.liveDashboard .list-results thead .form-auto-list .desktop .mobile-filters.form-auto-item.is-user-is-active,.desktop .form-auto-list .liveDashboard .list-results thead .mobile-filters.form-auto-item.is-user-is-active,.form-auto-list .liveDashboard .list-results thead .desktop .mobile-filters.form-auto-item.is-user-is-active,.desktop .liveDashboard .list-results thead .list-results-header .status.title span.mobile-filters,.liveDashboard .list-results thead .list-results-header .status.title .desktop span.mobile-filters,.desktop .list-results-header .status.title .liveDashboard .list-results thead span.mobile-filters,.list-results-header .status.title .liveDashboard .list-results thead .desktop span.mobile-filters,.desktop .liveDashboard .list-results thead tr span.mobile-filters,.liveDashboard .list-results thead tr .desktop span.mobile-filters,.desktop ._account_api .list-results thead .mobile-filters.icon,.desktop ._account_api .list-results thead .mobile-filters.w-alert-banner:before,.desktop ._account_api .liveDashboard .list-results thead .mobile-filters.w-alert-banner:before,.liveDashboard .desktop ._account_api .list-results thead .mobile-filters.w-alert-banner:before,.desktop ._account_api .list-results thead .mobile-filters.w-alert-banner:before,.desktop ._account_api .list-results thead .w-dialog.plus .mobile-filters.dialog-aside:after,.w-dialog.plus .desktop ._account_api .list-results thead .mobile-filters.dialog-aside:after,.desktop ._account_api .list-results thead .w-toast .mobile-filters.toast.plus:after,.w-toast .desktop ._account_api .list-results thead .mobile-filters.toast.plus:after,.desktop ._account_api .list-results thead .w-time-period .dropdown .w-selection .mobile-filters.btn-period-clear:before,.w-time-period .dropdown .w-selection .desktop ._account_api .list-results thead .mobile-filters.btn-period-clear:before,.desktop ._account_api .list-results thead .w-time-period .dropdown .w-selection .mobile-filters.btn-filter:before,.w-time-period .dropdown .w-selection .desktop ._account_api .list-results thead .mobile-filters.btn-filter:before,.desktop ._account_api .list-results thead .w-time-period .dropdown .w-selection .mobile-filters.btn-period-edit:before,.w-time-period .dropdown .w-selection .desktop ._account_api .list-results thead .mobile-filters.btn-period-edit:before,.desktop ._account_api .list-results thead .block-filters .mobile-filters.btn-filter:before,.block-filters .desktop ._account_api .list-results thead .mobile-filters.btn-filter:before,.desktop ._account_api .list-results thead .toggleWrapper input.mobileToggle+label.mobile-filters,.toggleWrapper .desktop ._account_api .list-results thead input.mobileToggle+label.mobile-filters,.desktop ._account_api .list-results thead tbody span.mobile-filters.status,.desktop ._account_api .list-results tbody thead span.mobile-filters.status,.desktop ._account_api .list-results thead tbody td.is-running span.mobile-filters,.desktop ._account_api .list-results tbody td.is-running thead span.mobile-filters,.desktop ._account_api .list-results thead tbody td.is-pending span.mobile-filters,.desktop ._account_api .list-results tbody td.is-pending thead span.mobile-filters,.desktop ._account_api .liveDashboard .list-results thead .mobile-filters.icon,.desktop ._account_api .liveDashboard .list-results thead .mobile-filters.w-alert-banner:before,.desktop ._account_api .liveDashboard .list-results thead .mobile-filters.w-alert-banner:before,.desktop ._account_api .liveDashboard .list-results thead .mobile-filters.w-alert-banner:before,.desktop ._account_api .liveDashboard .list-results thead .w-dialog.plus .mobile-filters.dialog-aside:after,.w-dialog.plus .desktop ._account_api .liveDashboard .list-results thead .mobile-filters.dialog-aside:after,.desktop ._account_api .liveDashboard .list-results thead .w-toast .mobile-filters.toast.plus:after,.w-toast .desktop ._account_api .liveDashboard .list-results thead .mobile-filters.toast.plus:after,.desktop ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .mobile-filters.btn-period-clear:before,.w-time-period .dropdown .w-selection .desktop ._account_api .liveDashboard .list-results thead .mobile-filters.btn-period-clear:before,.desktop ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .mobile-filters.btn-filter:before,.w-time-period .dropdown .w-selection .desktop ._account_api .liveDashboard .list-results thead .mobile-filters.btn-filter:before,.desktop ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .mobile-filters.btn-period-edit:before,.w-time-period .dropdown .w-selection .desktop ._account_api .liveDashboard .list-results thead .mobile-filters.btn-period-edit:before,.desktop ._account_api .liveDashboard .list-results thead .block-filters .mobile-filters.btn-filter:before,.block-filters .desktop ._account_api .liveDashboard .list-results thead .mobile-filters.btn-filter:before,.desktop ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.mobile-filters,.toggleWrapper .desktop ._account_api .liveDashboard .list-results thead input.mobileToggle+label.mobile-filters,.desktop ._account_api .liveDashboard .list-results thead tbody span.mobile-filters.status,.desktop ._account_api .liveDashboard .list-results tbody thead span.mobile-filters.status,.desktop ._account_api .liveDashboard .list-results thead tbody td.is-running span.mobile-filters,.desktop ._account_api .liveDashboard .list-results tbody td.is-running thead span.mobile-filters,.desktop ._account_api .liveDashboard .list-results thead tbody td.is-pending span.mobile-filters,.desktop ._account_api .liveDashboard .list-results tbody td.is-pending thead span.mobile-filters,.liveDashboard .desktop ._account_api .list-results thead .mobile-filters.icon,.liveDashboard .desktop ._account_api .list-results thead .mobile-filters.w-alert-banner:before,.liveDashboard .desktop ._account_api .list-results thead .mobile-filters.w-alert-banner:before,.liveDashboard .desktop ._account_api .list-results thead .mobile-filters.w-alert-banner:before,.liveDashboard .desktop ._account_api .list-results thead .w-dialog.plus .mobile-filters.dialog-aside:after,.w-dialog.plus .liveDashboard .desktop ._account_api .list-results thead .mobile-filters.dialog-aside:after,.liveDashboard .desktop ._account_api .list-results thead .w-toast .mobile-filters.toast.plus:after,.w-toast .liveDashboard .desktop ._account_api .list-results thead .mobile-filters.toast.plus:after,.liveDashboard .desktop ._account_api .list-results thead .w-time-period .dropdown .w-selection .mobile-filters.btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .desktop ._account_api .list-results thead .mobile-filters.btn-period-clear:before,.liveDashboard .desktop ._account_api .list-results thead .w-time-period .dropdown .w-selection .mobile-filters.btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .desktop ._account_api .list-results thead .mobile-filters.btn-filter:before,.liveDashboard .desktop ._account_api .list-results thead .w-time-period .dropdown .w-selection .mobile-filters.btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .desktop ._account_api .list-results thead .mobile-filters.btn-period-edit:before,.liveDashboard .desktop ._account_api .list-results thead .block-filters .mobile-filters.btn-filter:before,.block-filters .liveDashboard .desktop ._account_api .list-results thead .mobile-filters.btn-filter:before,.liveDashboard .desktop ._account_api .list-results thead .toggleWrapper input.mobileToggle+label.mobile-filters,.toggleWrapper .liveDashboard .desktop ._account_api .list-results thead input.mobileToggle+label.mobile-filters,.liveDashboard .desktop ._account_api .list-results thead tbody span.mobile-filters.status,.liveDashboard .desktop ._account_api .list-results tbody thead span.mobile-filters.status,.liveDashboard .desktop ._account_api .list-results thead tbody td.is-running span.mobile-filters,.liveDashboard .desktop ._account_api .list-results tbody td.is-running thead span.mobile-filters,.liveDashboard .desktop ._account_api .list-results thead tbody td.is-pending span.mobile-filters,.liveDashboard .desktop ._account_api .list-results tbody td.is-pending thead span.mobile-filters,.desktop ._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .mobile-filters.dropdown-toggle:after,.liveDashboard .desktop ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .mobile-filters.dropdown-toggle:after,.desktop ._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .mobile-filters.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .desktop ._account_api .list-results thead .mobile-filters.dropdown-toggle:after,.desktop ._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .mobile-filters.filter,.liveDashboard .desktop ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .mobile-filters.filter,.desktop ._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .mobile-filters.filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .desktop ._account_api .list-results thead .mobile-filters.filter,.desktop ._account_api .liveDashboard .list-results thead .form-label.status span.mobile-filters,.desktop ._account_api .liveDashboard .list-results thead .status.status-log span.mobile-filters,.desktop ._account_api .liveDashboard .list-results thead .status.status-report-item span.mobile-filters,.desktop ._account_api .liveDashboard .list-results thead .double-list dd.status span.mobile-filters,.double-list .desktop ._account_api .liveDashboard .list-results thead dd.status span.mobile-filters,.desktop ._account_api .liveDashboard .list-results thead .double-list dt.status span.mobile-filters,.double-list .desktop ._account_api .liveDashboard .list-results thead dt.status span.mobile-filters,.desktop ._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span.mobile-filters,.w-cards-container .w-card .desktop ._account_api .liveDashboard .list-results thead .status.title span.mobile-filters,.desktop ._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.mobile-filters,.w-cards-container .w-card.centered .w-value .desktop ._account_api .liveDashboard .list-results thead .status.label span.mobile-filters,.desktop ._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span.mobile-filters,.desktop ._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span.mobile-filters,.liveDashboard .desktop ._account_api .list-results thead .form-label.status span.mobile-filters,.liveDashboard .desktop ._account_api .list-results thead .status.status-log span.mobile-filters,.liveDashboard .desktop ._account_api .list-results thead .status.status-report-item span.mobile-filters,.liveDashboard .desktop ._account_api .list-results thead .double-list dd.status span.mobile-filters,.double-list .liveDashboard .desktop ._account_api .list-results thead dd.status span.mobile-filters,.liveDashboard .desktop ._account_api .list-results thead .double-list dt.status span.mobile-filters,.double-list .liveDashboard .desktop ._account_api .list-results thead dt.status span.mobile-filters,.liveDashboard .desktop ._account_api .list-results thead .w-cards-container .w-card .status.title span.mobile-filters,.w-cards-container .w-card .liveDashboard .desktop ._account_api .list-results thead .status.title span.mobile-filters,.liveDashboard .desktop ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.mobile-filters,.w-cards-container .w-card.centered .w-value .liveDashboard .desktop ._account_api .list-results thead .status.label span.mobile-filters,.liveDashboard .desktop ._account_api .list-results thead tbody tr.sublist .status.title span.mobile-filters,.liveDashboard .desktop ._account_api .list-results tbody tr.sublist thead .status.title span.mobile-filters,.desktop ._account_api .form-label.status .liveDashboard .list-results thead span.mobile-filters,.desktop ._account_api .status.status-log .liveDashboard .list-results thead span.mobile-filters,.desktop ._account_api .status.status-report-item .liveDashboard .list-results thead span.mobile-filters,.desktop ._account_api .double-list dd.status .liveDashboard .list-results thead span.mobile-filters,.double-list .desktop ._account_api dd.status .liveDashboard .list-results thead span.mobile-filters,.desktop ._account_api .double-list dt.status .liveDashboard .list-results thead span.mobile-filters,.double-list .desktop ._account_api dt.status .liveDashboard .list-results thead span.mobile-filters,.desktop ._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span.mobile-filters,.w-cards-container .w-card .desktop ._account_api .status.title .liveDashboard .list-results thead span.mobile-filters,.desktop ._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.mobile-filters,.w-cards-container .w-card.centered .w-value .desktop ._account_api .status.label .liveDashboard .list-results thead span.mobile-filters,.desktop ._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.mobile-filters,.list-results tbody tr.sublist .desktop ._account_api .status.title .liveDashboard .list-results thead span.mobile-filters,.form-label.status .liveDashboard .desktop ._account_api .list-results thead span.mobile-filters,.status.status-log .liveDashboard .desktop ._account_api .list-results thead span.mobile-filters,.status.status-report-item .liveDashboard .desktop ._account_api .list-results thead span.mobile-filters,.double-list dd.status .liveDashboard .desktop ._account_api .list-results thead span.mobile-filters,.double-list dt.status .liveDashboard .desktop ._account_api .list-results thead span.mobile-filters,.w-cards-container .w-card .status.title .liveDashboard .desktop ._account_api .list-results thead span.mobile-filters,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .desktop ._account_api .list-results thead span.mobile-filters,.list-results tbody tr.sublist .status.title .liveDashboard .desktop ._account_api .list-results thead span.mobile-filters,.desktop ._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span.mobile-filters,.liveDashboard .desktop ._account_api .list-results thead .w-filters-selected label.status.small span.mobile-filters,.desktop ._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span.mobile-filters,.w-filters-selected label.status.small .liveDashboard .desktop ._account_api .list-results thead span.mobile-filters,.desktop ._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.mobile-filters,.liveDashboard .desktop ._account_api .list-results thead .w-filters-selected .status.btn-f-s span.mobile-filters,.desktop ._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.mobile-filters,.w-filters-selected .status.btn-f-s .liveDashboard .desktop ._account_api .list-results thead span.mobile-filters,.desktop ._account_api .liveDashboard .list-results thead .sub-header .w-form label.mobile-filters,.desktop ._account_api .liveDashboard .list-results thead .sub-header .w-double-list label.mobile-filters,.liveDashboard .desktop ._account_api .list-results thead .sub-header .w-form label.mobile-filters,.liveDashboard .desktop ._account_api .list-results thead .sub-header .w-double-list label.mobile-filters,.desktop ._account_api .sub-header .w-form .liveDashboard .list-results thead label.mobile-filters,.desktop ._account_api .sub-header .w-double-list .liveDashboard .list-results thead label.mobile-filters,.sub-header .w-form .liveDashboard .desktop ._account_api .list-results thead label.mobile-filters,.sub-header .w-double-list .liveDashboard .desktop ._account_api .list-results thead label.mobile-filters,.desktop ._account_api .liveDashboard .list-results thead .block-filters button.mobile-filters:after,.liveDashboard .desktop ._account_api .list-results thead .block-filters button.mobile-filters:after,.desktop ._account_api .block-filters .liveDashboard .list-results thead button.mobile-filters:after,.block-filters .liveDashboard .desktop ._account_api .list-results thead button.mobile-filters:after,.desktop ._account_api .liveDashboard .list-results thead .block-filters select.mobile-filters:after,.liveDashboard .desktop ._account_api .list-results thead .block-filters select.mobile-filters:after,.desktop ._account_api .block-filters .liveDashboard .list-results thead select.mobile-filters:after,.block-filters .liveDashboard .desktop ._account_api .list-results thead select.mobile-filters:after,.desktop ._account_api .liveDashboard .list-results thead .form-auto-list .mobile-filters.form-auto-item.is-user-is-inactive,.liveDashboard .desktop ._account_api .list-results thead .form-auto-list .mobile-filters.form-auto-item.is-user-is-inactive,.desktop ._account_api .form-auto-list .liveDashboard .list-results thead .mobile-filters.form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard .desktop ._account_api .list-results thead .mobile-filters.form-auto-item.is-user-is-inactive,.desktop ._account_api .liveDashboard .list-results thead .form-auto-list .mobile-filters.form-auto-item.is-user-is-active,.liveDashboard .desktop ._account_api .list-results thead .form-auto-list .mobile-filters.form-auto-item.is-user-is-active,.desktop ._account_api .form-auto-list .liveDashboard .list-results thead .mobile-filters.form-auto-item.is-user-is-active,.form-auto-list .liveDashboard .desktop ._account_api .list-results thead .mobile-filters.form-auto-item.is-user-is-active,.desktop ._account_api .liveDashboard .list-results thead .list-results-header .status.title span.mobile-filters,.liveDashboard .desktop ._account_api .list-results thead .list-results-header .status.title span.mobile-filters,.desktop ._account_api .list-results-header .status.title .liveDashboard .list-results thead span.mobile-filters,.list-results-header .status.title .liveDashboard .desktop ._account_api .list-results thead span.mobile-filters,.desktop ._account_api .liveDashboard .list-results thead tr span.mobile-filters,.liveDashboard .desktop ._account_api .list-results thead tr span.mobile-filters,.desktop ._account_api .list-results thead .mobile-filters.icon,.desktop ._account_api .list-results thead .mobile-filters.w-alert-banner:before,.desktop ._account_api .liveDashboard .list-results thead .mobile-filters.w-alert-banner:before,.liveDashboard .desktop ._account_api .list-results thead .mobile-filters.w-alert-banner:before,.desktop ._account_api .list-results thead .mobile-filters.w-alert-banner:before,.desktop ._account_api .list-results thead .w-dialog.plus .mobile-filters.dialog-aside:after,.w-dialog.plus .desktop ._account_api .list-results thead .mobile-filters.dialog-aside:after,.desktop ._account_api .list-results thead .w-toast .mobile-filters.toast.plus:after,.w-toast .desktop ._account_api .list-results thead .mobile-filters.toast.plus:after,.desktop ._account_api .list-results thead .w-time-period .dropdown .w-selection .mobile-filters.btn-period-clear:before,.w-time-period .dropdown .w-selection .desktop ._account_api .list-results thead .mobile-filters.btn-period-clear:before,.desktop ._account_api .list-results thead .w-time-period .dropdown .w-selection .mobile-filters.btn-filter:before,.w-time-period .dropdown .w-selection .desktop ._account_api .list-results thead .mobile-filters.btn-filter:before,.desktop ._account_api .list-results thead .w-time-period .dropdown .w-selection .mobile-filters.btn-period-edit:before,.w-time-period .dropdown .w-selection .desktop ._account_api .list-results thead .mobile-filters.btn-period-edit:before,.desktop ._account_api .list-results thead .block-filters .mobile-filters.btn-filter:before,.block-filters .desktop ._account_api .list-results thead .mobile-filters.btn-filter:before,.desktop ._account_api .list-results thead .toggleWrapper input.mobileToggle+label.mobile-filters,.toggleWrapper .desktop ._account_api .list-results thead input.mobileToggle+label.mobile-filters,.desktop ._account_api .list-results thead tbody span.mobile-filters.status,.desktop ._account_api .list-results tbody thead span.mobile-filters.status,.desktop ._account_api .list-results thead tbody td.is-running span.mobile-filters,.desktop ._account_api .list-results tbody td.is-running thead span.mobile-filters,.desktop ._account_api .list-results thead tbody td.is-pending span.mobile-filters,.desktop ._account_api .list-results tbody td.is-pending thead span.mobile-filters,.desktop ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .mobile-filters.dropdown-toggle:after,.desktop .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .mobile-filters.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .desktop ._account_api .list-results thead .mobile-filters.dropdown-toggle:after,.desktop ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .mobile-filters.filter,.desktop .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .mobile-filters.filter,.w-filter-preset.w-filter-preset .filter-preset .desktop ._account_api .list-results thead .mobile-filters.filter,.desktop ._account_api .list-results thead .form-label.status span.mobile-filters,.desktop ._account_api .list-results thead .status.status-log span.mobile-filters,.desktop ._account_api .list-results thead .status.status-report-item span.mobile-filters,.desktop ._account_api .list-results thead .double-list dd.status span.mobile-filters,.double-list .desktop ._account_api .list-results thead dd.status span.mobile-filters,.desktop ._account_api .list-results thead .double-list dt.status span.mobile-filters,.double-list .desktop ._account_api .list-results thead dt.status span.mobile-filters,.desktop ._account_api .list-results thead .w-cards-container .w-card .status.title span.mobile-filters,.w-cards-container .w-card .desktop ._account_api .list-results thead .status.title span.mobile-filters,.desktop ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.mobile-filters,.w-cards-container .w-card.centered .w-value .desktop ._account_api .list-results thead .status.label span.mobile-filters,.desktop ._account_api .list-results thead tbody tr.sublist .status.title span.mobile-filters,.desktop ._account_api .list-results tbody tr.sublist thead .status.title span.mobile-filters,.desktop .form-label.status ._account_api .list-results thead span.mobile-filters,.desktop .status.status-log ._account_api .list-results thead span.mobile-filters,.desktop .status.status-report-item ._account_api .list-results thead span.mobile-filters,.desktop .double-list dd.status ._account_api .list-results thead span.mobile-filters,.double-list .desktop dd.status ._account_api .list-results thead span.mobile-filters,.desktop .double-list dt.status ._account_api .list-results thead span.mobile-filters,.double-list .desktop dt.status ._account_api .list-results thead span.mobile-filters,.desktop .w-cards-container .w-card .status.title ._account_api .list-results thead span.mobile-filters,.w-cards-container .w-card .desktop .status.title ._account_api .list-results thead span.mobile-filters,.desktop .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.mobile-filters,.w-cards-container .w-card.centered .w-value .desktop .status.label ._account_api .list-results thead span.mobile-filters,.desktop .list-results tbody tr.sublist .status.title ._account_api .list-results thead span.mobile-filters,.list-results tbody tr.sublist .desktop .status.title ._account_api .list-results thead span.mobile-filters,.form-label.status .desktop ._account_api .list-results thead span.mobile-filters,.status.status-log .desktop ._account_api .list-results thead span.mobile-filters,.status.status-report-item .desktop ._account_api .list-results thead span.mobile-filters,.double-list dd.status .desktop ._account_api .list-results thead span.mobile-filters,.double-list dt.status .desktop ._account_api .list-results thead span.mobile-filters,.w-cards-container .w-card .status.title .desktop ._account_api .list-results thead span.mobile-filters,.w-cards-container .w-card.centered .w-value .status.label .desktop ._account_api .list-results thead span.mobile-filters,.list-results tbody tr.sublist .status.title .desktop ._account_api .list-results thead span.mobile-filters,.desktop ._account_api .list-results thead .w-filters-selected label.status.small span.mobile-filters,.desktop .w-filters-selected label.status.small ._account_api .list-results thead span.mobile-filters,.w-filters-selected label.status.small .desktop ._account_api .list-results thead span.mobile-filters,.desktop ._account_api .list-results thead .w-filters-selected .status.btn-f-s span.mobile-filters,.desktop .w-filters-selected .status.btn-f-s ._account_api .list-results thead span.mobile-filters,.w-filters-selected .status.btn-f-s .desktop ._account_api .list-results thead span.mobile-filters,.desktop ._account_api .list-results thead .sub-header .w-form label.mobile-filters,.desktop ._account_api .list-results thead .sub-header .w-double-list label.mobile-filters,.desktop .sub-header .w-form ._account_api .list-results thead label.mobile-filters,.desktop .sub-header .w-double-list ._account_api .list-results thead label.mobile-filters,.sub-header .w-form .desktop ._account_api .list-results thead label.mobile-filters,.sub-header .w-double-list .desktop ._account_api .list-results thead label.mobile-filters,.desktop ._account_api .list-results thead .block-filters button.mobile-filters:after,.desktop .block-filters ._account_api .list-results thead button.mobile-filters:after,.block-filters .desktop ._account_api .list-results thead button.mobile-filters:after,.desktop ._account_api .list-results thead .block-filters select.mobile-filters:after,.desktop .block-filters ._account_api .list-results thead select.mobile-filters:after,.block-filters .desktop ._account_api .list-results thead select.mobile-filters:after,.desktop ._account_api .list-results thead .form-auto-list .mobile-filters.form-auto-item.is-user-is-inactive,.desktop .form-auto-list ._account_api .list-results thead .mobile-filters.form-auto-item.is-user-is-inactive,.form-auto-list .desktop ._account_api .list-results thead .mobile-filters.form-auto-item.is-user-is-inactive,.desktop ._account_api .list-results thead .form-auto-list .mobile-filters.form-auto-item.is-user-is-active,.desktop .form-auto-list ._account_api .list-results thead .mobile-filters.form-auto-item.is-user-is-active,.form-auto-list .desktop ._account_api .list-results thead .mobile-filters.form-auto-item.is-user-is-active,.desktop ._account_api .list-results thead .list-results-header .status.title span.mobile-filters,.desktop .list-results-header .status.title ._account_api .list-results thead span.mobile-filters,.list-results-header .status.title .desktop ._account_api .list-results thead span.mobile-filters,.desktop ._account_api .list-results thead tr span.mobile-filters,.desktop .liveDashboard ._account_api .list-results thead .mobile-filters.icon,.desktop .liveDashboard ._account_api .list-results thead .mobile-filters.w-alert-banner:before,.desktop .liveDashboard ._account_api .list-results thead .mobile-filters.w-alert-banner:before,.desktop .liveDashboard ._account_api .list-results thead .mobile-filters.w-alert-banner:before,.desktop .liveDashboard ._account_api .list-results thead .w-dialog.plus .mobile-filters.dialog-aside:after,.w-dialog.plus .desktop .liveDashboard ._account_api .list-results thead .mobile-filters.dialog-aside:after,.desktop .liveDashboard ._account_api .list-results thead .w-toast .mobile-filters.toast.plus:after,.w-toast .desktop .liveDashboard ._account_api .list-results thead .mobile-filters.toast.plus:after,.desktop .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .mobile-filters.btn-period-clear:before,.w-time-period .dropdown .w-selection .desktop .liveDashboard ._account_api .list-results thead .mobile-filters.btn-period-clear:before,.desktop .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .mobile-filters.btn-filter:before,.w-time-period .dropdown .w-selection .desktop .liveDashboard ._account_api .list-results thead .mobile-filters.btn-filter:before,.desktop .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .mobile-filters.btn-period-edit:before,.w-time-period .dropdown .w-selection .desktop .liveDashboard ._account_api .list-results thead .mobile-filters.btn-period-edit:before,.desktop .liveDashboard ._account_api .list-results thead .block-filters .mobile-filters.btn-filter:before,.block-filters .desktop .liveDashboard ._account_api .list-results thead .mobile-filters.btn-filter:before,.desktop .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label.mobile-filters,.toggleWrapper .desktop .liveDashboard ._account_api .list-results thead input.mobileToggle+label.mobile-filters,.desktop .liveDashboard ._account_api .list-results thead tbody span.mobile-filters.status,.desktop .liveDashboard ._account_api .list-results tbody thead span.mobile-filters.status,.desktop .liveDashboard ._account_api .list-results thead tbody td.is-running span.mobile-filters,.desktop .liveDashboard ._account_api .list-results tbody td.is-running thead span.mobile-filters,.desktop .liveDashboard ._account_api .list-results thead tbody td.is-pending span.mobile-filters,.desktop .liveDashboard ._account_api .list-results tbody td.is-pending thead span.mobile-filters,.liveDashboard .desktop ._account_api .list-results thead .mobile-filters.icon,.liveDashboard .desktop ._account_api .list-results thead .mobile-filters.w-alert-banner:before,.liveDashboard .desktop ._account_api .list-results thead .mobile-filters.w-alert-banner:before,.liveDashboard .desktop ._account_api .list-results thead .mobile-filters.w-alert-banner:before,.liveDashboard .desktop ._account_api .list-results thead .w-dialog.plus .mobile-filters.dialog-aside:after,.w-dialog.plus .liveDashboard .desktop ._account_api .list-results thead .mobile-filters.dialog-aside:after,.liveDashboard .desktop ._account_api .list-results thead .w-toast .mobile-filters.toast.plus:after,.w-toast .liveDashboard .desktop ._account_api .list-results thead .mobile-filters.toast.plus:after,.liveDashboard .desktop ._account_api .list-results thead .w-time-period .dropdown .w-selection .mobile-filters.btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .desktop ._account_api .list-results thead .mobile-filters.btn-period-clear:before,.liveDashboard .desktop ._account_api .list-results thead .w-time-period .dropdown .w-selection .mobile-filters.btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .desktop ._account_api .list-results thead .mobile-filters.btn-filter:before,.liveDashboard .desktop ._account_api .list-results thead .w-time-period .dropdown .w-selection .mobile-filters.btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .desktop ._account_api .list-results thead .mobile-filters.btn-period-edit:before,.liveDashboard .desktop ._account_api .list-results thead .block-filters .mobile-filters.btn-filter:before,.block-filters .liveDashboard .desktop ._account_api .list-results thead .mobile-filters.btn-filter:before,.liveDashboard .desktop ._account_api .list-results thead .toggleWrapper input.mobileToggle+label.mobile-filters,.toggleWrapper .liveDashboard .desktop ._account_api .list-results thead input.mobileToggle+label.mobile-filters,.liveDashboard .desktop ._account_api .list-results thead tbody span.mobile-filters.status,.liveDashboard .desktop ._account_api .list-results tbody thead span.mobile-filters.status,.liveDashboard .desktop ._account_api .list-results thead tbody td.is-running span.mobile-filters,.liveDashboard .desktop ._account_api .list-results tbody td.is-running thead span.mobile-filters,.liveDashboard .desktop ._account_api .list-results thead tbody td.is-pending span.mobile-filters,.liveDashboard .desktop ._account_api .list-results tbody td.is-pending thead span.mobile-filters,.desktop ._account_api .liveDashboard .list-results thead .mobile-filters.icon,.desktop ._account_api .liveDashboard .list-results thead .mobile-filters.w-alert-banner:before,.desktop ._account_api .liveDashboard .list-results thead .mobile-filters.w-alert-banner:before,.desktop ._account_api .liveDashboard .list-results thead .mobile-filters.w-alert-banner:before,.desktop ._account_api .liveDashboard .list-results thead .w-dialog.plus .mobile-filters.dialog-aside:after,.w-dialog.plus .desktop ._account_api .liveDashboard .list-results thead .mobile-filters.dialog-aside:after,.desktop ._account_api .liveDashboard .list-results thead .w-toast .mobile-filters.toast.plus:after,.w-toast .desktop ._account_api .liveDashboard .list-results thead .mobile-filters.toast.plus:after,.desktop ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .mobile-filters.btn-period-clear:before,.w-time-period .dropdown .w-selection .desktop ._account_api .liveDashboard .list-results thead .mobile-filters.btn-period-clear:before,.desktop ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .mobile-filters.btn-filter:before,.w-time-period .dropdown .w-selection .desktop ._account_api .liveDashboard .list-results thead .mobile-filters.btn-filter:before,.desktop ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .mobile-filters.btn-period-edit:before,.w-time-period .dropdown .w-selection .desktop ._account_api .liveDashboard .list-results thead .mobile-filters.btn-period-edit:before,.desktop ._account_api .liveDashboard .list-results thead .block-filters .mobile-filters.btn-filter:before,.block-filters .desktop ._account_api .liveDashboard .list-results thead .mobile-filters.btn-filter:before,.desktop ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.mobile-filters,.toggleWrapper .desktop ._account_api .liveDashboard .list-results thead input.mobileToggle+label.mobile-filters,.desktop ._account_api .liveDashboard .list-results thead tbody span.mobile-filters.status,.desktop ._account_api .liveDashboard .list-results tbody thead span.mobile-filters.status,.desktop ._account_api .liveDashboard .list-results thead tbody td.is-running span.mobile-filters,.desktop ._account_api .liveDashboard .list-results tbody td.is-running thead span.mobile-filters,.desktop ._account_api .liveDashboard .list-results thead tbody td.is-pending span.mobile-filters,.desktop ._account_api .liveDashboard .list-results tbody td.is-pending thead span.mobile-filters,.desktop .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .mobile-filters.dropdown-toggle:after,.liveDashboard .desktop ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .mobile-filters.dropdown-toggle:after,.desktop ._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .mobile-filters.dropdown-toggle:after,.desktop .liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .mobile-filters.dropdown-toggle:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown .desktop ._account_api .list-results thead .mobile-filters.dropdown-toggle:after,.desktop .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .mobile-filters.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .desktop ._account_api .liveDashboard .list-results thead .mobile-filters.dropdown-toggle:after,.desktop .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .mobile-filters.filter,.liveDashboard .desktop ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .mobile-filters.filter,.desktop ._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .mobile-filters.filter,.desktop .liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .mobile-filters.filter,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .desktop ._account_api .list-results thead .mobile-filters.filter,.desktop .w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .mobile-filters.filter,.w-filter-preset.w-filter-preset .filter-preset .desktop ._account_api .liveDashboard .list-results thead .mobile-filters.filter,.desktop .liveDashboard ._account_api .list-results thead .form-label.status span.mobile-filters,.desktop .liveDashboard ._account_api .list-results thead .status.status-log span.mobile-filters,.desktop .liveDashboard ._account_api .list-results thead .status.status-report-item span.mobile-filters,.desktop .liveDashboard ._account_api .list-results thead .double-list dd.status span.mobile-filters,.double-list .desktop .liveDashboard ._account_api .list-results thead dd.status span.mobile-filters,.desktop .liveDashboard ._account_api .list-results thead .double-list dt.status span.mobile-filters,.double-list .desktop .liveDashboard ._account_api .list-results thead dt.status span.mobile-filters,.desktop .liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span.mobile-filters,.w-cards-container .w-card .desktop .liveDashboard ._account_api .list-results thead .status.title span.mobile-filters,.desktop .liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.mobile-filters,.w-cards-container .w-card.centered .w-value .desktop .liveDashboard ._account_api .list-results thead .status.label span.mobile-filters,.desktop .liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span.mobile-filters,.desktop .liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span.mobile-filters,.liveDashboard .desktop ._account_api .list-results thead .form-label.status span.mobile-filters,.liveDashboard .desktop ._account_api .list-results thead .status.status-log span.mobile-filters,.liveDashboard .desktop ._account_api .list-results thead .status.status-report-item span.mobile-filters,.liveDashboard .desktop ._account_api .list-results thead .double-list dd.status span.mobile-filters,.double-list .liveDashboard .desktop ._account_api .list-results thead dd.status span.mobile-filters,.liveDashboard .desktop ._account_api .list-results thead .double-list dt.status span.mobile-filters,.double-list .liveDashboard .desktop ._account_api .list-results thead dt.status span.mobile-filters,.liveDashboard .desktop ._account_api .list-results thead .w-cards-container .w-card .status.title span.mobile-filters,.w-cards-container .w-card .liveDashboard .desktop ._account_api .list-results thead .status.title span.mobile-filters,.liveDashboard .desktop ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.mobile-filters,.w-cards-container .w-card.centered .w-value .liveDashboard .desktop ._account_api .list-results thead .status.label span.mobile-filters,.liveDashboard .desktop ._account_api .list-results thead tbody tr.sublist .status.title span.mobile-filters,.liveDashboard .desktop ._account_api .list-results tbody tr.sublist thead .status.title span.mobile-filters,.desktop ._account_api .liveDashboard .list-results thead .form-label.status span.mobile-filters,.desktop ._account_api .liveDashboard .list-results thead .status.status-log span.mobile-filters,.desktop ._account_api .liveDashboard .list-results thead .status.status-report-item span.mobile-filters,.desktop ._account_api .liveDashboard .list-results thead .double-list dd.status span.mobile-filters,.double-list .desktop ._account_api .liveDashboard .list-results thead dd.status span.mobile-filters,.desktop ._account_api .liveDashboard .list-results thead .double-list dt.status span.mobile-filters,.double-list .desktop ._account_api .liveDashboard .list-results thead dt.status span.mobile-filters,.desktop ._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span.mobile-filters,.w-cards-container .w-card .desktop ._account_api .liveDashboard .list-results thead .status.title span.mobile-filters,.desktop ._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.mobile-filters,.w-cards-container .w-card.centered .w-value .desktop ._account_api .liveDashboard .list-results thead .status.label span.mobile-filters,.desktop ._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span.mobile-filters,.desktop ._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span.mobile-filters,.desktop .liveDashboard .form-label.status ._account_api .list-results thead span.mobile-filters,.desktop .liveDashboard .status.status-log ._account_api .list-results thead span.mobile-filters,.desktop .liveDashboard .status.status-report-item ._account_api .list-results thead span.mobile-filters,.desktop .liveDashboard .double-list dd.status ._account_api .list-results thead span.mobile-filters,.double-list .desktop .liveDashboard dd.status ._account_api .list-results thead span.mobile-filters,.desktop .liveDashboard .double-list dt.status ._account_api .list-results thead span.mobile-filters,.double-list .desktop .liveDashboard dt.status ._account_api .list-results thead span.mobile-filters,.desktop .liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span.mobile-filters,.w-cards-container .w-card .desktop .liveDashboard .status.title ._account_api .list-results thead span.mobile-filters,.desktop .liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.mobile-filters,.w-cards-container .w-card.centered .w-value .desktop .liveDashboard .status.label ._account_api .list-results thead span.mobile-filters,.desktop .liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span.mobile-filters,.list-results tbody tr.sublist .desktop .liveDashboard .status.title ._account_api .list-results thead span.mobile-filters,.liveDashboard .form-label.status .desktop ._account_api .list-results thead span.mobile-filters,.liveDashboard .status.status-log .desktop ._account_api .list-results thead span.mobile-filters,.liveDashboard .status.status-report-item .desktop ._account_api .list-results thead span.mobile-filters,.liveDashboard .double-list dd.status .desktop ._account_api .list-results thead span.mobile-filters,.double-list .liveDashboard dd.status .desktop ._account_api .list-results thead span.mobile-filters,.liveDashboard .double-list dt.status .desktop ._account_api .list-results thead span.mobile-filters,.double-list .liveDashboard dt.status .desktop ._account_api .list-results thead span.mobile-filters,.liveDashboard .w-cards-container .w-card .status.title .desktop ._account_api .list-results thead span.mobile-filters,.w-cards-container .w-card .liveDashboard .status.title .desktop ._account_api .list-results thead span.mobile-filters,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label .desktop ._account_api .list-results thead span.mobile-filters,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label .desktop ._account_api .list-results thead span.mobile-filters,.liveDashboard .list-results tbody tr.sublist .status.title .desktop ._account_api .list-results thead span.mobile-filters,.list-results tbody tr.sublist .liveDashboard .status.title .desktop ._account_api .list-results thead span.mobile-filters,.desktop .form-label.status ._account_api .liveDashboard .list-results thead span.mobile-filters,.desktop .status.status-log ._account_api .liveDashboard .list-results thead span.mobile-filters,.desktop .status.status-report-item ._account_api .liveDashboard .list-results thead span.mobile-filters,.desktop .double-list dd.status ._account_api .liveDashboard .list-results thead span.mobile-filters,.double-list .desktop dd.status ._account_api .liveDashboard .list-results thead span.mobile-filters,.desktop .double-list dt.status ._account_api .liveDashboard .list-results thead span.mobile-filters,.double-list .desktop dt.status ._account_api .liveDashboard .list-results thead span.mobile-filters,.desktop .w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead span.mobile-filters,.w-cards-container .w-card .desktop .status.title ._account_api .liveDashboard .list-results thead span.mobile-filters,.desktop .w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead span.mobile-filters,.w-cards-container .w-card.centered .w-value .desktop .status.label ._account_api .liveDashboard .list-results thead span.mobile-filters,.desktop .list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead span.mobile-filters,.list-results tbody tr.sublist .desktop .status.title ._account_api .liveDashboard .list-results thead span.mobile-filters,.form-label.status .desktop ._account_api .liveDashboard .list-results thead span.mobile-filters,.status.status-log .desktop ._account_api .liveDashboard .list-results thead span.mobile-filters,.status.status-report-item .desktop ._account_api .liveDashboard .list-results thead span.mobile-filters,.double-list dd.status .desktop ._account_api .liveDashboard .list-results thead span.mobile-filters,.double-list dt.status .desktop ._account_api .liveDashboard .list-results thead span.mobile-filters,.w-cards-container .w-card .status.title .desktop ._account_api .liveDashboard .list-results thead span.mobile-filters,.w-cards-container .w-card.centered .w-value .status.label .desktop ._account_api .liveDashboard .list-results thead span.mobile-filters,.list-results tbody tr.sublist .status.title .desktop ._account_api .liveDashboard .list-results thead span.mobile-filters,.desktop .liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span.mobile-filters,.liveDashboard .desktop ._account_api .list-results thead .w-filters-selected label.status.small span.mobile-filters,.desktop ._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span.mobile-filters,.desktop .liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span.mobile-filters,.liveDashboard .w-filters-selected label.status.small .desktop ._account_api .list-results thead span.mobile-filters,.desktop .w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead span.mobile-filters,.w-filters-selected label.status.small .desktop ._account_api .liveDashboard .list-results thead span.mobile-filters,.desktop .liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span.mobile-filters,.liveDashboard .desktop ._account_api .list-results thead .w-filters-selected .status.btn-f-s span.mobile-filters,.desktop ._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.mobile-filters,.desktop .liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span.mobile-filters,.liveDashboard .w-filters-selected .status.btn-f-s .desktop ._account_api .list-results thead span.mobile-filters,.desktop .w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead span.mobile-filters,.w-filters-selected .status.btn-f-s .desktop ._account_api .liveDashboard .list-results thead span.mobile-filters,.desktop .liveDashboard ._account_api .list-results thead .sub-header .w-form label.mobile-filters,.desktop .liveDashboard ._account_api .list-results thead .sub-header .w-double-list label.mobile-filters,.liveDashboard .desktop ._account_api .list-results thead .sub-header .w-form label.mobile-filters,.liveDashboard .desktop ._account_api .list-results thead .sub-header .w-double-list label.mobile-filters,.desktop ._account_api .liveDashboard .list-results thead .sub-header .w-form label.mobile-filters,.desktop ._account_api .liveDashboard .list-results thead .sub-header .w-double-list label.mobile-filters,.desktop .liveDashboard .sub-header .w-form ._account_api .list-results thead label.mobile-filters,.desktop .liveDashboard .sub-header .w-double-list ._account_api .list-results thead label.mobile-filters,.liveDashboard .sub-header .w-form .desktop ._account_api .list-results thead label.mobile-filters,.liveDashboard .sub-header .w-double-list .desktop ._account_api .list-results thead label.mobile-filters,.desktop .sub-header .w-form ._account_api .liveDashboard .list-results thead label.mobile-filters,.desktop .sub-header .w-double-list ._account_api .liveDashboard .list-results thead label.mobile-filters,.sub-header .w-form .desktop ._account_api .liveDashboard .list-results thead label.mobile-filters,.sub-header .w-double-list .desktop ._account_api .liveDashboard .list-results thead label.mobile-filters,.desktop .liveDashboard ._account_api .list-results thead .block-filters button.mobile-filters:after,.liveDashboard .desktop ._account_api .list-results thead .block-filters button.mobile-filters:after,.desktop ._account_api .liveDashboard .list-results thead .block-filters button.mobile-filters:after,.desktop .liveDashboard .block-filters ._account_api .list-results thead button.mobile-filters:after,.liveDashboard .block-filters .desktop ._account_api .list-results thead button.mobile-filters:after,.desktop .block-filters ._account_api .liveDashboard .list-results thead button.mobile-filters:after,.block-filters .desktop ._account_api .liveDashboard .list-results thead button.mobile-filters:after,.desktop .liveDashboard ._account_api .list-results thead .block-filters select.mobile-filters:after,.liveDashboard .desktop ._account_api .list-results thead .block-filters select.mobile-filters:after,.desktop ._account_api .liveDashboard .list-results thead .block-filters select.mobile-filters:after,.desktop .liveDashboard .block-filters ._account_api .list-results thead select.mobile-filters:after,.liveDashboard .block-filters .desktop ._account_api .list-results thead select.mobile-filters:after,.desktop .block-filters ._account_api .liveDashboard .list-results thead select.mobile-filters:after,.block-filters .desktop ._account_api .liveDashboard .list-results thead select.mobile-filters:after,.desktop .liveDashboard ._account_api .list-results thead .form-auto-list .mobile-filters.form-auto-item.is-user-is-inactive,.liveDashboard .desktop ._account_api .list-results thead .form-auto-list .mobile-filters.form-auto-item.is-user-is-inactive,.desktop ._account_api .liveDashboard .list-results thead .form-auto-list .mobile-filters.form-auto-item.is-user-is-inactive,.desktop .liveDashboard .form-auto-list ._account_api .list-results thead .mobile-filters.form-auto-item.is-user-is-inactive,.liveDashboard .form-auto-list .desktop ._account_api .list-results thead .mobile-filters.form-auto-item.is-user-is-inactive,.desktop .form-auto-list ._account_api .liveDashboard .list-results thead .mobile-filters.form-auto-item.is-user-is-inactive,.form-auto-list .desktop ._account_api .liveDashboard .list-results thead .mobile-filters.form-auto-item.is-user-is-inactive,.desktop .liveDashboard ._account_api .list-results thead .form-auto-list .mobile-filters.form-auto-item.is-user-is-active,.liveDashboard .desktop ._account_api .list-results thead .form-auto-list .mobile-filters.form-auto-item.is-user-is-active,.desktop ._account_api .liveDashboard .list-results thead .form-auto-list .mobile-filters.form-auto-item.is-user-is-active,.desktop .liveDashboard .form-auto-list ._account_api .list-results thead .mobile-filters.form-auto-item.is-user-is-active,.liveDashboard .form-auto-list .desktop ._account_api .list-results thead .mobile-filters.form-auto-item.is-user-is-active,.desktop .form-auto-list ._account_api .liveDashboard .list-results thead .mobile-filters.form-auto-item.is-user-is-active,.form-auto-list .desktop ._account_api .liveDashboard .list-results thead .mobile-filters.form-auto-item.is-user-is-active,.desktop .liveDashboard ._account_api .list-results thead .list-results-header .status.title span.mobile-filters,.liveDashboard .desktop ._account_api .list-results thead .list-results-header .status.title span.mobile-filters,.desktop ._account_api .liveDashboard .list-results thead .list-results-header .status.title span.mobile-filters,.desktop .liveDashboard .list-results-header .status.title ._account_api .list-results thead span.mobile-filters,.liveDashboard .list-results-header .status.title .desktop ._account_api .list-results thead span.mobile-filters,.desktop .list-results-header .status.title ._account_api .liveDashboard .list-results thead span.mobile-filters,.list-results-header .status.title .desktop ._account_api .liveDashboard .list-results thead span.mobile-filters,.desktop .liveDashboard ._account_api .list-results thead tr span.mobile-filters,.liveDashboard .desktop ._account_api .list-results thead tr span.mobile-filters,.desktop ._account_api .liveDashboard .list-results thead tr span.mobile-filters,.desktop ._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .mobile-filters.dropdown-toggle:after,.desktop .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .mobile-filters.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .desktop ._account_api .list-results thead .mobile-filters.dropdown-toggle:after,.desktop ._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .mobile-filters.filter,.desktop .w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .mobile-filters.filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .desktop ._account_api .list-results thead .mobile-filters.filter,.desktop ._account_api .form-label.status .liveDashboard .list-results thead span.mobile-filters,.desktop ._account_api .status.status-log .liveDashboard .list-results thead span.mobile-filters,.desktop ._account_api .status.status-report-item .liveDashboard .list-results thead span.mobile-filters,.desktop ._account_api .double-list dd.status .liveDashboard .list-results thead span.mobile-filters,.double-list .desktop ._account_api dd.status .liveDashboard .list-results thead span.mobile-filters,.desktop ._account_api .double-list dt.status .liveDashboard .list-results thead span.mobile-filters,.double-list .desktop ._account_api dt.status .liveDashboard .list-results thead span.mobile-filters,.desktop ._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span.mobile-filters,.w-cards-container .w-card .desktop ._account_api .status.title .liveDashboard .list-results thead span.mobile-filters,.desktop ._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.mobile-filters,.w-cards-container .w-card.centered .w-value .desktop ._account_api .status.label .liveDashboard .list-results thead span.mobile-filters,.desktop ._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.mobile-filters,.list-results tbody tr.sublist .desktop ._account_api .status.title .liveDashboard .list-results thead span.mobile-filters,.desktop .form-label.status .liveDashboard ._account_api .list-results thead span.mobile-filters,.desktop .status.status-log .liveDashboard ._account_api .list-results thead span.mobile-filters,.desktop .status.status-report-item .liveDashboard ._account_api .list-results thead span.mobile-filters,.desktop .double-list dd.status .liveDashboard ._account_api .list-results thead span.mobile-filters,.double-list .desktop dd.status .liveDashboard ._account_api .list-results thead span.mobile-filters,.desktop .double-list dt.status .liveDashboard ._account_api .list-results thead span.mobile-filters,.double-list .desktop dt.status .liveDashboard ._account_api .list-results thead span.mobile-filters,.desktop .w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead span.mobile-filters,.w-cards-container .w-card .desktop .status.title .liveDashboard ._account_api .list-results thead span.mobile-filters,.desktop .w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead span.mobile-filters,.w-cards-container .w-card.centered .w-value .desktop .status.label .liveDashboard ._account_api .list-results thead span.mobile-filters,.desktop .list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead span.mobile-filters,.list-results tbody tr.sublist .desktop .status.title .liveDashboard ._account_api .list-results thead span.mobile-filters,.form-label.status .liveDashboard .desktop ._account_api .list-results thead span.mobile-filters,.status.status-log .liveDashboard .desktop ._account_api .list-results thead span.mobile-filters,.status.status-report-item .liveDashboard .desktop ._account_api .list-results thead span.mobile-filters,.double-list dd.status .liveDashboard .desktop ._account_api .list-results thead span.mobile-filters,.double-list dt.status .liveDashboard .desktop ._account_api .list-results thead span.mobile-filters,.w-cards-container .w-card .status.title .liveDashboard .desktop ._account_api .list-results thead span.mobile-filters,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .desktop ._account_api .list-results thead span.mobile-filters,.list-results tbody tr.sublist .status.title .liveDashboard .desktop ._account_api .list-results thead span.mobile-filters,.desktop ._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span.mobile-filters,.desktop .w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead span.mobile-filters,.w-filters-selected label.status.small .liveDashboard .desktop ._account_api .list-results thead span.mobile-filters,.desktop ._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.mobile-filters,.desktop .w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead span.mobile-filters,.w-filters-selected .status.btn-f-s .liveDashboard .desktop ._account_api .list-results thead span.mobile-filters,.desktop ._account_api .sub-header .w-form .liveDashboard .list-results thead label.mobile-filters,.desktop ._account_api .sub-header .w-double-list .liveDashboard .list-results thead label.mobile-filters,.desktop .sub-header .w-form .liveDashboard ._account_api .list-results thead label.mobile-filters,.desktop .sub-header .w-double-list .liveDashboard ._account_api .list-results thead label.mobile-filters,.sub-header .w-form .liveDashboard .desktop ._account_api .list-results thead label.mobile-filters,.sub-header .w-double-list .liveDashboard .desktop ._account_api .list-results thead label.mobile-filters,.desktop ._account_api .block-filters .liveDashboard .list-results thead button.mobile-filters:after,.desktop .block-filters .liveDashboard ._account_api .list-results thead button.mobile-filters:after,.block-filters .liveDashboard .desktop ._account_api .list-results thead button.mobile-filters:after,.desktop ._account_api .block-filters .liveDashboard .list-results thead select.mobile-filters:after,.desktop .block-filters .liveDashboard ._account_api .list-results thead select.mobile-filters:after,.block-filters .liveDashboard .desktop ._account_api .list-results thead select.mobile-filters:after,.desktop ._account_api .form-auto-list .liveDashboard .list-results thead .mobile-filters.form-auto-item.is-user-is-inactive,.desktop .form-auto-list .liveDashboard ._account_api .list-results thead .mobile-filters.form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard .desktop ._account_api .list-results thead .mobile-filters.form-auto-item.is-user-is-inactive,.desktop ._account_api .form-auto-list .liveDashboard .list-results thead .mobile-filters.form-auto-item.is-user-is-active,.desktop .form-auto-list .liveDashboard ._account_api .list-results thead .mobile-filters.form-auto-item.is-user-is-active,.form-auto-list .liveDashboard .desktop ._account_api .list-results thead .mobile-filters.form-auto-item.is-user-is-active,.desktop ._account_api .list-results-header .status.title .liveDashboard .list-results thead span.mobile-filters,.desktop .list-results-header .status.title .liveDashboard ._account_api .list-results thead span.mobile-filters,.list-results-header .status.title .liveDashboard .desktop ._account_api .list-results thead span.mobile-filters,._account_api .list-results thead .desktop .mobile-filters.icon,._account_api .list-results thead .desktop .mobile-filters.w-alert-banner:before,._account_api .liveDashboard .list-results thead .desktop .mobile-filters.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .desktop .mobile-filters.w-alert-banner:before,._account_api .list-results thead .desktop .mobile-filters.w-alert-banner:before,._account_api .list-results thead .desktop .w-dialog.plus .mobile-filters.dialog-aside:after,.w-dialog.plus ._account_api .list-results thead .desktop .mobile-filters.dialog-aside:after,._account_api .list-results thead .desktop .w-toast .mobile-filters.toast.plus:after,.w-toast ._account_api .list-results thead .desktop .mobile-filters.toast.plus:after,._account_api .list-results thead .desktop .w-time-period .dropdown .w-selection .mobile-filters.btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .desktop .mobile-filters.btn-period-clear:before,._account_api .list-results thead .desktop .w-time-period .dropdown .w-selection .mobile-filters.btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .desktop .mobile-filters.btn-filter:before,._account_api .list-results thead .desktop .w-time-period .dropdown .w-selection .mobile-filters.btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .desktop .mobile-filters.btn-period-edit:before,._account_api .list-results thead .desktop .block-filters .mobile-filters.btn-filter:before,.block-filters ._account_api .list-results thead .desktop .mobile-filters.btn-filter:before,._account_api .list-results thead .desktop .toggleWrapper input.mobileToggle+label.mobile-filters,.toggleWrapper ._account_api .list-results thead .desktop input.mobileToggle+label.mobile-filters,._account_api .list-results thead .desktop tbody span.mobile-filters.status,._account_api .list-results tbody thead .desktop span.mobile-filters.status,._account_api .list-results thead .desktop tbody td.is-running span.mobile-filters,._account_api .list-results tbody td.is-running thead .desktop span.mobile-filters,._account_api .list-results thead .desktop tbody td.is-pending span.mobile-filters,._account_api .list-results tbody td.is-pending thead .desktop span.mobile-filters,._account_api .liveDashboard .list-results thead .desktop .mobile-filters.icon,._account_api .liveDashboard .list-results thead .desktop .mobile-filters.w-alert-banner:before,._account_api .liveDashboard .list-results thead .desktop .mobile-filters.w-alert-banner:before,._account_api .liveDashboard .list-results thead .desktop .mobile-filters.w-alert-banner:before,._account_api .liveDashboard .list-results thead .desktop .w-dialog.plus .mobile-filters.dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .desktop .mobile-filters.dialog-aside:after,._account_api .liveDashboard .list-results thead .desktop .w-toast .mobile-filters.toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .desktop .mobile-filters.toast.plus:after,._account_api .liveDashboard .list-results thead .desktop .w-time-period .dropdown .w-selection .mobile-filters.btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .desktop .mobile-filters.btn-period-clear:before,._account_api .liveDashboard .list-results thead .desktop .w-time-period .dropdown .w-selection .mobile-filters.btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .desktop .mobile-filters.btn-filter:before,._account_api .liveDashboard .list-results thead .desktop .w-time-period .dropdown .w-selection .mobile-filters.btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .desktop .mobile-filters.btn-period-edit:before,._account_api .liveDashboard .list-results thead .desktop .block-filters .mobile-filters.btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .desktop .mobile-filters.btn-filter:before,._account_api .liveDashboard .list-results thead .desktop .toggleWrapper input.mobileToggle+label.mobile-filters,.toggleWrapper ._account_api .liveDashboard .list-results thead .desktop input.mobileToggle+label.mobile-filters,._account_api .liveDashboard .list-results thead .desktop tbody span.mobile-filters.status,._account_api .liveDashboard .list-results tbody thead .desktop span.mobile-filters.status,._account_api .liveDashboard .list-results thead .desktop tbody td.is-running span.mobile-filters,._account_api .liveDashboard .list-results tbody td.is-running thead .desktop span.mobile-filters,._account_api .liveDashboard .list-results thead .desktop tbody td.is-pending span.mobile-filters,._account_api .liveDashboard .list-results tbody td.is-pending thead .desktop span.mobile-filters,.liveDashboard ._account_api .list-results thead .desktop .mobile-filters.icon,.liveDashboard ._account_api .list-results thead .desktop .mobile-filters.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .desktop .mobile-filters.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .desktop .mobile-filters.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .desktop .w-dialog.plus .mobile-filters.dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .desktop .mobile-filters.dialog-aside:after,.liveDashboard ._account_api .list-results thead .desktop .w-toast .mobile-filters.toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .desktop .mobile-filters.toast.plus:after,.liveDashboard ._account_api .list-results thead .desktop .w-time-period .dropdown .w-selection .mobile-filters.btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .desktop .mobile-filters.btn-period-clear:before,.liveDashboard ._account_api .list-results thead .desktop .w-time-period .dropdown .w-selection .mobile-filters.btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .desktop .mobile-filters.btn-filter:before,.liveDashboard ._account_api .list-results thead .desktop .w-time-period .dropdown .w-selection .mobile-filters.btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .desktop .mobile-filters.btn-period-edit:before,.liveDashboard ._account_api .list-results thead .desktop .block-filters .mobile-filters.btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .desktop .mobile-filters.btn-filter:before,.liveDashboard ._account_api .list-results thead .desktop .toggleWrapper input.mobileToggle+label.mobile-filters,.toggleWrapper .liveDashboard ._account_api .list-results thead .desktop input.mobileToggle+label.mobile-filters,.liveDashboard ._account_api .list-results thead .desktop tbody span.mobile-filters.status,.liveDashboard ._account_api .list-results tbody thead .desktop span.mobile-filters.status,.liveDashboard ._account_api .list-results thead .desktop tbody td.is-running span.mobile-filters,.liveDashboard ._account_api .list-results tbody td.is-running thead .desktop span.mobile-filters,.liveDashboard ._account_api .list-results thead .desktop tbody td.is-pending span.mobile-filters,.liveDashboard ._account_api .list-results tbody td.is-pending thead .desktop span.mobile-filters,._account_api .liveDashboard .list-results thead .desktop .w-filter-preset.w-filter-preset .filter-preset .dropdown .mobile-filters.dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .desktop .w-filter-preset.w-filter-preset .filter-preset .dropdown .mobile-filters.dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .desktop .mobile-filters.dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .desktop .mobile-filters.dropdown-toggle:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .desktop .mobile-filters.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .desktop .mobile-filters.dropdown-toggle:after,._account_api .liveDashboard .list-results thead .desktop .w-filter-preset.w-filter-preset .filter-preset .mobile-filters.filter,.liveDashboard ._account_api .list-results thead .desktop .w-filter-preset.w-filter-preset .filter-preset .mobile-filters.filter,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .desktop .mobile-filters.filter,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .desktop .mobile-filters.filter,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .desktop .mobile-filters.filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .desktop .mobile-filters.filter,._account_api .liveDashboard .list-results thead .desktop .form-label.status span.mobile-filters,._account_api .liveDashboard .list-results thead .desktop .status.status-log span.mobile-filters,._account_api .liveDashboard .list-results thead .desktop .status.status-report-item span.mobile-filters,._account_api .liveDashboard .list-results thead .desktop .double-list dd.status span.mobile-filters,.double-list ._account_api .liveDashboard .list-results thead .desktop dd.status span.mobile-filters,._account_api .liveDashboard .list-results thead .desktop .double-list dt.status span.mobile-filters,.double-list ._account_api .liveDashboard .list-results thead .desktop dt.status span.mobile-filters,._account_api .liveDashboard .list-results thead .desktop .w-cards-container .w-card .status.title span.mobile-filters,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .desktop .status.title span.mobile-filters,._account_api .liveDashboard .list-results thead .desktop .w-cards-container .w-card.centered .w-value .status.label span.mobile-filters,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .desktop .status.label span.mobile-filters,._account_api .liveDashboard .list-results thead .desktop tbody tr.sublist .status.title span.mobile-filters,._account_api .liveDashboard .list-results tbody tr.sublist thead .desktop .status.title span.mobile-filters,.liveDashboard ._account_api .list-results thead .desktop .form-label.status span.mobile-filters,.liveDashboard ._account_api .list-results thead .desktop .status.status-log span.mobile-filters,.liveDashboard ._account_api .list-results thead .desktop .status.status-report-item span.mobile-filters,.liveDashboard ._account_api .list-results thead .desktop .double-list dd.status span.mobile-filters,.double-list .liveDashboard ._account_api .list-results thead .desktop dd.status span.mobile-filters,.liveDashboard ._account_api .list-results thead .desktop .double-list dt.status span.mobile-filters,.double-list .liveDashboard ._account_api .list-results thead .desktop dt.status span.mobile-filters,.liveDashboard ._account_api .list-results thead .desktop .w-cards-container .w-card .status.title span.mobile-filters,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .desktop .status.title span.mobile-filters,.liveDashboard ._account_api .list-results thead .desktop .w-cards-container .w-card.centered .w-value .status.label span.mobile-filters,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .desktop .status.label span.mobile-filters,.liveDashboard ._account_api .list-results thead .desktop tbody tr.sublist .status.title span.mobile-filters,.liveDashboard ._account_api .list-results tbody tr.sublist thead .desktop .status.title span.mobile-filters,._account_api .liveDashboard .list-results thead .form-label.status .desktop span.mobile-filters,._account_api .liveDashboard .list-results thead .status.status-log .desktop span.mobile-filters,._account_api .liveDashboard .list-results thead .status.status-report-item .desktop span.mobile-filters,._account_api .liveDashboard .list-results thead .double-list dd.status .desktop span.mobile-filters,.double-list ._account_api .liveDashboard .list-results thead dd.status .desktop span.mobile-filters,._account_api .liveDashboard .list-results thead .double-list dt.status .desktop span.mobile-filters,.double-list ._account_api .liveDashboard .list-results thead dt.status .desktop span.mobile-filters,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title .desktop span.mobile-filters,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title .desktop span.mobile-filters,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .desktop span.mobile-filters,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label .desktop span.mobile-filters,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title .desktop span.mobile-filters,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title .desktop span.mobile-filters,.liveDashboard ._account_api .list-results thead .form-label.status .desktop span.mobile-filters,.liveDashboard ._account_api .list-results thead .status.status-log .desktop span.mobile-filters,.liveDashboard ._account_api .list-results thead .status.status-report-item .desktop span.mobile-filters,.liveDashboard ._account_api .list-results thead .double-list dd.status .desktop span.mobile-filters,.double-list .liveDashboard ._account_api .list-results thead dd.status .desktop span.mobile-filters,.liveDashboard ._account_api .list-results thead .double-list dt.status .desktop span.mobile-filters,.double-list .liveDashboard ._account_api .list-results thead dt.status .desktop span.mobile-filters,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title .desktop span.mobile-filters,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title .desktop span.mobile-filters,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .desktop span.mobile-filters,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label .desktop span.mobile-filters,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title .desktop span.mobile-filters,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title .desktop span.mobile-filters,._account_api .form-label.status .liveDashboard .list-results thead .desktop span.mobile-filters,._account_api .status.status-log .liveDashboard .list-results thead .desktop span.mobile-filters,._account_api .status.status-report-item .liveDashboard .list-results thead .desktop span.mobile-filters,._account_api .double-list dd.status .liveDashboard .list-results thead .desktop span.mobile-filters,.double-list ._account_api dd.status .liveDashboard .list-results thead .desktop span.mobile-filters,._account_api .double-list dt.status .liveDashboard .list-results thead .desktop span.mobile-filters,.double-list ._account_api dt.status .liveDashboard .list-results thead .desktop span.mobile-filters,._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead .desktop span.mobile-filters,.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead .desktop span.mobile-filters,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead .desktop span.mobile-filters,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead .desktop span.mobile-filters,._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead .desktop span.mobile-filters,.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead .desktop span.mobile-filters,.form-label.status .liveDashboard ._account_api .list-results thead .desktop span.mobile-filters,.status.status-log .liveDashboard ._account_api .list-results thead .desktop span.mobile-filters,.status.status-report-item .liveDashboard ._account_api .list-results thead .desktop span.mobile-filters,.double-list dd.status .liveDashboard ._account_api .list-results thead .desktop span.mobile-filters,.double-list dt.status .liveDashboard ._account_api .list-results thead .desktop span.mobile-filters,.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead .desktop span.mobile-filters,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead .desktop span.mobile-filters,.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead .desktop span.mobile-filters,._account_api .liveDashboard .list-results thead .desktop .w-filters-selected label.status.small span.mobile-filters,.liveDashboard ._account_api .list-results thead .desktop .w-filters-selected label.status.small span.mobile-filters,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small .desktop span.mobile-filters,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small .desktop span.mobile-filters,._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead .desktop span.mobile-filters,.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead .desktop span.mobile-filters,._account_api .liveDashboard .list-results thead .desktop .w-filters-selected .status.btn-f-s span.mobile-filters,.liveDashboard ._account_api .list-results thead .desktop .w-filters-selected .status.btn-f-s span.mobile-filters,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .desktop span.mobile-filters,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s .desktop span.mobile-filters,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead .desktop span.mobile-filters,.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead .desktop span.mobile-filters,._account_api .liveDashboard .list-results thead .desktop .sub-header .w-form label.mobile-filters,._account_api .liveDashboard .list-results thead .desktop .sub-header .w-double-list label.mobile-filters,.liveDashboard ._account_api .list-results thead .desktop .sub-header .w-form label.mobile-filters,.liveDashboard ._account_api .list-results thead .desktop .sub-header .w-double-list label.mobile-filters,._account_api .liveDashboard .list-results thead .sub-header .w-form .desktop label.mobile-filters,._account_api .liveDashboard .list-results thead .sub-header .w-double-list .desktop label.mobile-filters,.liveDashboard ._account_api .list-results thead .sub-header .w-form .desktop label.mobile-filters,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list .desktop label.mobile-filters,._account_api .sub-header .w-form .liveDashboard .list-results thead .desktop label.mobile-filters,._account_api .sub-header .w-double-list .liveDashboard .list-results thead .desktop label.mobile-filters,.sub-header .w-form .liveDashboard ._account_api .list-results thead .desktop label.mobile-filters,.sub-header .w-double-list .liveDashboard ._account_api .list-results thead .desktop label.mobile-filters,._account_api .liveDashboard .list-results thead .desktop .block-filters button.mobile-filters:after,.liveDashboard ._account_api .list-results thead .desktop .block-filters button.mobile-filters:after,._account_api .liveDashboard .list-results thead .block-filters .desktop button.mobile-filters:after,.liveDashboard ._account_api .list-results thead .block-filters .desktop button.mobile-filters:after,._account_api .block-filters .liveDashboard .list-results thead .desktop button.mobile-filters:after,.block-filters .liveDashboard ._account_api .list-results thead .desktop button.mobile-filters:after,._account_api .liveDashboard .list-results thead .desktop .block-filters select.mobile-filters:after,.liveDashboard ._account_api .list-results thead .desktop .block-filters select.mobile-filters:after,._account_api .liveDashboard .list-results thead .block-filters .desktop select.mobile-filters:after,.liveDashboard ._account_api .list-results thead .block-filters .desktop select.mobile-filters:after,._account_api .block-filters .liveDashboard .list-results thead .desktop select.mobile-filters:after,.block-filters .liveDashboard ._account_api .list-results thead .desktop select.mobile-filters:after,._account_api .liveDashboard .list-results thead .desktop .form-auto-list .mobile-filters.form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .desktop .form-auto-list .mobile-filters.form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .form-auto-list .desktop .mobile-filters.form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .form-auto-list .desktop .mobile-filters.form-auto-item.is-user-is-inactive,._account_api .form-auto-list .liveDashboard .list-results thead .desktop .mobile-filters.form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard ._account_api .list-results thead .desktop .mobile-filters.form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .desktop .form-auto-list .mobile-filters.form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .desktop .form-auto-list .mobile-filters.form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .form-auto-list .desktop .mobile-filters.form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .form-auto-list .desktop .mobile-filters.form-auto-item.is-user-is-active,._account_api .form-auto-list .liveDashboard .list-results thead .desktop .mobile-filters.form-auto-item.is-user-is-active,.form-auto-list .liveDashboard ._account_api .list-results thead .desktop .mobile-filters.form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .desktop .list-results-header .status.title span.mobile-filters,.liveDashboard ._account_api .list-results thead .desktop .list-results-header .status.title span.mobile-filters,._account_api .liveDashboard .list-results thead .list-results-header .status.title .desktop span.mobile-filters,.liveDashboard ._account_api .list-results thead .list-results-header .status.title .desktop span.mobile-filters,._account_api .list-results-header .status.title .liveDashboard .list-results thead .desktop span.mobile-filters,.list-results-header .status.title .liveDashboard ._account_api .list-results thead .desktop span.mobile-filters,._account_api .liveDashboard .list-results thead .desktop tr span.mobile-filters,.liveDashboard ._account_api .list-results thead .desktop tr span.mobile-filters,._account_api .liveDashboard .list-results thead tr .desktop span.mobile-filters,.liveDashboard ._account_api .list-results thead tr .desktop span.mobile-filters,._account_api .list-results thead .desktop .mobile-filters.icon,._account_api .list-results thead .desktop .mobile-filters.w-alert-banner:before,._account_api .liveDashboard .list-results thead .desktop .mobile-filters.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .desktop .mobile-filters.w-alert-banner:before,._account_api .list-results thead .desktop .mobile-filters.w-alert-banner:before,._account_api .list-results thead .desktop .w-dialog.plus .mobile-filters.dialog-aside:after,.w-dialog.plus ._account_api .list-results thead .desktop .mobile-filters.dialog-aside:after,._account_api .list-results thead .desktop .w-toast .mobile-filters.toast.plus:after,.w-toast ._account_api .list-results thead .desktop .mobile-filters.toast.plus:after,._account_api .list-results thead .desktop .w-time-period .dropdown .w-selection .mobile-filters.btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .desktop .mobile-filters.btn-period-clear:before,._account_api .list-results thead .desktop .w-time-period .dropdown .w-selection .mobile-filters.btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .desktop .mobile-filters.btn-filter:before,._account_api .list-results thead .desktop .w-time-period .dropdown .w-selection .mobile-filters.btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .desktop .mobile-filters.btn-period-edit:before,._account_api .list-results thead .desktop .block-filters .mobile-filters.btn-filter:before,.block-filters ._account_api .list-results thead .desktop .mobile-filters.btn-filter:before,._account_api .list-results thead .desktop .toggleWrapper input.mobileToggle+label.mobile-filters,.toggleWrapper ._account_api .list-results thead .desktop input.mobileToggle+label.mobile-filters,._account_api .list-results thead .desktop tbody span.mobile-filters.status,._account_api .list-results tbody thead .desktop span.mobile-filters.status,._account_api .list-results thead .desktop tbody td.is-running span.mobile-filters,._account_api .list-results tbody td.is-running thead .desktop span.mobile-filters,._account_api .list-results thead .desktop tbody td.is-pending span.mobile-filters,._account_api .list-results tbody td.is-pending thead .desktop span.mobile-filters,._account_api .list-results thead .desktop .w-filter-preset.w-filter-preset .filter-preset .dropdown .mobile-filters.dropdown-toggle:after,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .desktop .mobile-filters.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .desktop .mobile-filters.dropdown-toggle:after,._account_api .list-results thead .desktop .w-filter-preset.w-filter-preset .filter-preset .mobile-filters.filter,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .desktop .mobile-filters.filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .desktop .mobile-filters.filter,._account_api .list-results thead .desktop .form-label.status span.mobile-filters,._account_api .list-results thead .desktop .status.status-log span.mobile-filters,._account_api .list-results thead .desktop .status.status-report-item span.mobile-filters,._account_api .list-results thead .desktop .double-list dd.status span.mobile-filters,.double-list ._account_api .list-results thead .desktop dd.status span.mobile-filters,._account_api .list-results thead .desktop .double-list dt.status span.mobile-filters,.double-list ._account_api .list-results thead .desktop dt.status span.mobile-filters,._account_api .list-results thead .desktop .w-cards-container .w-card .status.title span.mobile-filters,.w-cards-container .w-card ._account_api .list-results thead .desktop .status.title span.mobile-filters,._account_api .list-results thead .desktop .w-cards-container .w-card.centered .w-value .status.label span.mobile-filters,.w-cards-container .w-card.centered .w-value ._account_api .list-results thead .desktop .status.label span.mobile-filters,._account_api .list-results thead .desktop tbody tr.sublist .status.title span.mobile-filters,._account_api .list-results tbody tr.sublist thead .desktop .status.title span.mobile-filters,._account_api .list-results thead .form-label.status .desktop span.mobile-filters,._account_api .list-results thead .status.status-log .desktop span.mobile-filters,._account_api .list-results thead .status.status-report-item .desktop span.mobile-filters,._account_api .list-results thead .double-list dd.status .desktop span.mobile-filters,.double-list ._account_api .list-results thead dd.status .desktop span.mobile-filters,._account_api .list-results thead .double-list dt.status .desktop span.mobile-filters,.double-list ._account_api .list-results thead dt.status .desktop span.mobile-filters,._account_api .list-results thead .w-cards-container .w-card .status.title .desktop span.mobile-filters,.w-cards-container .w-card ._account_api .list-results thead .status.title .desktop span.mobile-filters,._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .desktop span.mobile-filters,.w-cards-container .w-card.centered .w-value ._account_api .list-results thead .status.label .desktop span.mobile-filters,._account_api .list-results thead tbody tr.sublist .status.title .desktop span.mobile-filters,._account_api .list-results tbody tr.sublist thead .status.title .desktop span.mobile-filters,.form-label.status ._account_api .list-results thead .desktop span.mobile-filters,.status.status-log ._account_api .list-results thead .desktop span.mobile-filters,.status.status-report-item ._account_api .list-results thead .desktop span.mobile-filters,.double-list dd.status ._account_api .list-results thead .desktop span.mobile-filters,.double-list dt.status ._account_api .list-results thead .desktop span.mobile-filters,.w-cards-container .w-card .status.title ._account_api .list-results thead .desktop span.mobile-filters,.w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead .desktop span.mobile-filters,.list-results tbody tr.sublist .status.title ._account_api .list-results thead .desktop span.mobile-filters,._account_api .list-results thead .desktop .w-filters-selected label.status.small span.mobile-filters,._account_api .list-results thead .w-filters-selected label.status.small .desktop span.mobile-filters,.w-filters-selected label.status.small ._account_api .list-results thead .desktop span.mobile-filters,._account_api .list-results thead .desktop .w-filters-selected .status.btn-f-s span.mobile-filters,._account_api .list-results thead .w-filters-selected .status.btn-f-s .desktop span.mobile-filters,.w-filters-selected .status.btn-f-s ._account_api .list-results thead .desktop span.mobile-filters,._account_api .list-results thead .desktop .sub-header .w-form label.mobile-filters,._account_api .list-results thead .desktop .sub-header .w-double-list label.mobile-filters,._account_api .list-results thead .sub-header .w-form .desktop label.mobile-filters,._account_api .list-results thead .sub-header .w-double-list .desktop label.mobile-filters,.sub-header .w-form ._account_api .list-results thead .desktop label.mobile-filters,.sub-header .w-double-list ._account_api .list-results thead .desktop label.mobile-filters,._account_api .list-results thead .desktop .block-filters button.mobile-filters:after,._account_api .list-results thead .block-filters .desktop button.mobile-filters:after,.block-filters ._account_api .list-results thead .desktop button.mobile-filters:after,._account_api .list-results thead .desktop .block-filters select.mobile-filters:after,._account_api .list-results thead .block-filters .desktop select.mobile-filters:after,.block-filters ._account_api .list-results thead .desktop select.mobile-filters:after,._account_api .list-results thead .desktop .form-auto-list .mobile-filters.form-auto-item.is-user-is-inactive,._account_api .list-results thead .form-auto-list .desktop .mobile-filters.form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .list-results thead .desktop .mobile-filters.form-auto-item.is-user-is-inactive,._account_api .list-results thead .desktop .form-auto-list .mobile-filters.form-auto-item.is-user-is-active,._account_api .list-results thead .form-auto-list .desktop .mobile-filters.form-auto-item.is-user-is-active,.form-auto-list ._account_api .list-results thead .desktop .mobile-filters.form-auto-item.is-user-is-active,._account_api .list-results thead .desktop .list-results-header .status.title span.mobile-filters,._account_api .list-results thead .list-results-header .status.title .desktop span.mobile-filters,.list-results-header .status.title ._account_api .list-results thead .desktop span.mobile-filters,._account_api .list-results thead .desktop tr span.mobile-filters,._account_api .list-results thead tr .desktop span.mobile-filters,.liveDashboard ._account_api .list-results thead .desktop .mobile-filters.icon,.liveDashboard ._account_api .list-results thead .desktop .mobile-filters.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .desktop .mobile-filters.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .desktop .mobile-filters.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .desktop .w-dialog.plus .mobile-filters.dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .desktop .mobile-filters.dialog-aside:after,.liveDashboard ._account_api .list-results thead .desktop .w-toast .mobile-filters.toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .desktop .mobile-filters.toast.plus:after,.liveDashboard ._account_api .list-results thead .desktop .w-time-period .dropdown .w-selection .mobile-filters.btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .desktop .mobile-filters.btn-period-clear:before,.liveDashboard ._account_api .list-results thead .desktop .w-time-period .dropdown .w-selection .mobile-filters.btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .desktop .mobile-filters.btn-filter:before,.liveDashboard ._account_api .list-results thead .desktop .w-time-period .dropdown .w-selection .mobile-filters.btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .desktop .mobile-filters.btn-period-edit:before,.liveDashboard ._account_api .list-results thead .desktop .block-filters .mobile-filters.btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .desktop .mobile-filters.btn-filter:before,.liveDashboard ._account_api .list-results thead .desktop .toggleWrapper input.mobileToggle+label.mobile-filters,.toggleWrapper .liveDashboard ._account_api .list-results thead .desktop input.mobileToggle+label.mobile-filters,.liveDashboard ._account_api .list-results thead .desktop tbody span.mobile-filters.status,.liveDashboard ._account_api .list-results tbody thead .desktop span.mobile-filters.status,.liveDashboard ._account_api .list-results thead .desktop tbody td.is-running span.mobile-filters,.liveDashboard ._account_api .list-results tbody td.is-running thead .desktop span.mobile-filters,.liveDashboard ._account_api .list-results thead .desktop tbody td.is-pending span.mobile-filters,.liveDashboard ._account_api .list-results tbody td.is-pending thead .desktop span.mobile-filters,._account_api .liveDashboard .list-results thead .desktop .mobile-filters.icon,._account_api .liveDashboard .list-results thead .desktop .mobile-filters.w-alert-banner:before,._account_api .liveDashboard .list-results thead .desktop .mobile-filters.w-alert-banner:before,._account_api .liveDashboard .list-results thead .desktop .mobile-filters.w-alert-banner:before,._account_api .liveDashboard .list-results thead .desktop .w-dialog.plus .mobile-filters.dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .desktop .mobile-filters.dialog-aside:after,._account_api .liveDashboard .list-results thead .desktop .w-toast .mobile-filters.toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .desktop .mobile-filters.toast.plus:after,._account_api .liveDashboard .list-results thead .desktop .w-time-period .dropdown .w-selection .mobile-filters.btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .desktop .mobile-filters.btn-period-clear:before,._account_api .liveDashboard .list-results thead .desktop .w-time-period .dropdown .w-selection .mobile-filters.btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .desktop .mobile-filters.btn-filter:before,._account_api .liveDashboard .list-results thead .desktop .w-time-period .dropdown .w-selection .mobile-filters.btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .desktop .mobile-filters.btn-period-edit:before,._account_api .liveDashboard .list-results thead .desktop .block-filters .mobile-filters.btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .desktop .mobile-filters.btn-filter:before,._account_api .liveDashboard .list-results thead .desktop .toggleWrapper input.mobileToggle+label.mobile-filters,.toggleWrapper ._account_api .liveDashboard .list-results thead .desktop input.mobileToggle+label.mobile-filters,._account_api .liveDashboard .list-results thead .desktop tbody span.mobile-filters.status,._account_api .liveDashboard .list-results tbody thead .desktop span.mobile-filters.status,._account_api .liveDashboard .list-results thead .desktop tbody td.is-running span.mobile-filters,._account_api .liveDashboard .list-results tbody td.is-running thead .desktop span.mobile-filters,._account_api .liveDashboard .list-results thead .desktop tbody td.is-pending span.mobile-filters,._account_api .liveDashboard .list-results tbody td.is-pending thead .desktop span.mobile-filters,.liveDashboard ._account_api .list-results thead .desktop .w-filter-preset.w-filter-preset .filter-preset .dropdown .mobile-filters.dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .desktop .mobile-filters.dropdown-toggle:after,._account_api .liveDashboard .list-results thead .desktop .w-filter-preset.w-filter-preset .filter-preset .dropdown .mobile-filters.dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .desktop .mobile-filters.dropdown-toggle:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .desktop .mobile-filters.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .desktop .mobile-filters.dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .desktop .w-filter-preset.w-filter-preset .filter-preset .mobile-filters.filter,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .desktop .mobile-filters.filter,._account_api .liveDashboard .list-results thead .desktop .w-filter-preset.w-filter-preset .filter-preset .mobile-filters.filter,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .desktop .mobile-filters.filter,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .desktop .mobile-filters.filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .desktop .mobile-filters.filter,.liveDashboard ._account_api .list-results thead .desktop .form-label.status span.mobile-filters,.liveDashboard ._account_api .list-results thead .desktop .status.status-log span.mobile-filters,.liveDashboard ._account_api .list-results thead .desktop .status.status-report-item span.mobile-filters,.liveDashboard ._account_api .list-results thead .desktop .double-list dd.status span.mobile-filters,.double-list .liveDashboard ._account_api .list-results thead .desktop dd.status span.mobile-filters,.liveDashboard ._account_api .list-results thead .desktop .double-list dt.status span.mobile-filters,.double-list .liveDashboard ._account_api .list-results thead .desktop dt.status span.mobile-filters,.liveDashboard ._account_api .list-results thead .desktop .w-cards-container .w-card .status.title span.mobile-filters,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .desktop .status.title span.mobile-filters,.liveDashboard ._account_api .list-results thead .desktop .w-cards-container .w-card.centered .w-value .status.label span.mobile-filters,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .desktop .status.label span.mobile-filters,.liveDashboard ._account_api .list-results thead .desktop tbody tr.sublist .status.title span.mobile-filters,.liveDashboard ._account_api .list-results tbody tr.sublist thead .desktop .status.title span.mobile-filters,.liveDashboard ._account_api .list-results thead .form-label.status .desktop span.mobile-filters,.liveDashboard ._account_api .list-results thead .status.status-log .desktop span.mobile-filters,.liveDashboard ._account_api .list-results thead .status.status-report-item .desktop span.mobile-filters,.liveDashboard ._account_api .list-results thead .double-list dd.status .desktop span.mobile-filters,.double-list .liveDashboard ._account_api .list-results thead dd.status .desktop span.mobile-filters,.liveDashboard ._account_api .list-results thead .double-list dt.status .desktop span.mobile-filters,.double-list .liveDashboard ._account_api .list-results thead dt.status .desktop span.mobile-filters,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title .desktop span.mobile-filters,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title .desktop span.mobile-filters,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .desktop span.mobile-filters,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label .desktop span.mobile-filters,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title .desktop span.mobile-filters,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title .desktop span.mobile-filters,._account_api .liveDashboard .list-results thead .desktop .form-label.status span.mobile-filters,._account_api .liveDashboard .list-results thead .desktop .status.status-log span.mobile-filters,._account_api .liveDashboard .list-results thead .desktop .status.status-report-item span.mobile-filters,._account_api .liveDashboard .list-results thead .desktop .double-list dd.status span.mobile-filters,.double-list ._account_api .liveDashboard .list-results thead .desktop dd.status span.mobile-filters,._account_api .liveDashboard .list-results thead .desktop .double-list dt.status span.mobile-filters,.double-list ._account_api .liveDashboard .list-results thead .desktop dt.status span.mobile-filters,._account_api .liveDashboard .list-results thead .desktop .w-cards-container .w-card .status.title span.mobile-filters,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .desktop .status.title span.mobile-filters,._account_api .liveDashboard .list-results thead .desktop .w-cards-container .w-card.centered .w-value .status.label span.mobile-filters,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .desktop .status.label span.mobile-filters,._account_api .liveDashboard .list-results thead .desktop tbody tr.sublist .status.title span.mobile-filters,._account_api .liveDashboard .list-results tbody tr.sublist thead .desktop .status.title span.mobile-filters,._account_api .liveDashboard .list-results thead .form-label.status .desktop span.mobile-filters,._account_api .liveDashboard .list-results thead .status.status-log .desktop span.mobile-filters,._account_api .liveDashboard .list-results thead .status.status-report-item .desktop span.mobile-filters,._account_api .liveDashboard .list-results thead .double-list dd.status .desktop span.mobile-filters,.double-list ._account_api .liveDashboard .list-results thead dd.status .desktop span.mobile-filters,._account_api .liveDashboard .list-results thead .double-list dt.status .desktop span.mobile-filters,.double-list ._account_api .liveDashboard .list-results thead dt.status .desktop span.mobile-filters,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title .desktop span.mobile-filters,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title .desktop span.mobile-filters,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .desktop span.mobile-filters,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label .desktop span.mobile-filters,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title .desktop span.mobile-filters,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title .desktop span.mobile-filters,.liveDashboard .form-label.status ._account_api .list-results thead .desktop span.mobile-filters,.liveDashboard .status.status-log ._account_api .list-results thead .desktop span.mobile-filters,.liveDashboard .status.status-report-item ._account_api .list-results thead .desktop span.mobile-filters,.liveDashboard .double-list dd.status ._account_api .list-results thead .desktop span.mobile-filters,.double-list .liveDashboard dd.status ._account_api .list-results thead .desktop span.mobile-filters,.liveDashboard .double-list dt.status ._account_api .list-results thead .desktop span.mobile-filters,.double-list .liveDashboard dt.status ._account_api .list-results thead .desktop span.mobile-filters,.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead .desktop span.mobile-filters,.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead .desktop span.mobile-filters,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead .desktop span.mobile-filters,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead .desktop span.mobile-filters,.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead .desktop span.mobile-filters,.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead .desktop span.mobile-filters,.form-label.status ._account_api .liveDashboard .list-results thead .desktop span.mobile-filters,.status.status-log ._account_api .liveDashboard .list-results thead .desktop span.mobile-filters,.status.status-report-item ._account_api .liveDashboard .list-results thead .desktop span.mobile-filters,.double-list dd.status ._account_api .liveDashboard .list-results thead .desktop span.mobile-filters,.double-list dt.status ._account_api .liveDashboard .list-results thead .desktop span.mobile-filters,.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead .desktop span.mobile-filters,.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead .desktop span.mobile-filters,.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead .desktop span.mobile-filters,.liveDashboard ._account_api .list-results thead .desktop .w-filters-selected label.status.small span.mobile-filters,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small .desktop span.mobile-filters,._account_api .liveDashboard .list-results thead .desktop .w-filters-selected label.status.small span.mobile-filters,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small .desktop span.mobile-filters,.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead .desktop span.mobile-filters,.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead .desktop span.mobile-filters,.liveDashboard ._account_api .list-results thead .desktop .w-filters-selected .status.btn-f-s span.mobile-filters,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s .desktop span.mobile-filters,._account_api .liveDashboard .list-results thead .desktop .w-filters-selected .status.btn-f-s span.mobile-filters,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .desktop span.mobile-filters,.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead .desktop span.mobile-filters,.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead .desktop span.mobile-filters,.liveDashboard ._account_api .list-results thead .desktop .sub-header .w-form label.mobile-filters,.liveDashboard ._account_api .list-results thead .desktop .sub-header .w-double-list label.mobile-filters,.liveDashboard ._account_api .list-results thead .sub-header .w-form .desktop label.mobile-filters,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list .desktop label.mobile-filters,._account_api .liveDashboard .list-results thead .desktop .sub-header .w-form label.mobile-filters,._account_api .liveDashboard .list-results thead .desktop .sub-header .w-double-list label.mobile-filters,._account_api .liveDashboard .list-results thead .sub-header .w-form .desktop label.mobile-filters,._account_api .liveDashboard .list-results thead .sub-header .w-double-list .desktop label.mobile-filters,.liveDashboard .sub-header .w-form ._account_api .list-results thead .desktop label.mobile-filters,.liveDashboard .sub-header .w-double-list ._account_api .list-results thead .desktop label.mobile-filters,.sub-header .w-form ._account_api .liveDashboard .list-results thead .desktop label.mobile-filters,.sub-header .w-double-list ._account_api .liveDashboard .list-results thead .desktop label.mobile-filters,.liveDashboard ._account_api .list-results thead .desktop .block-filters button.mobile-filters:after,.liveDashboard ._account_api .list-results thead .block-filters .desktop button.mobile-filters:after,._account_api .liveDashboard .list-results thead .desktop .block-filters button.mobile-filters:after,._account_api .liveDashboard .list-results thead .block-filters .desktop button.mobile-filters:after,.liveDashboard .block-filters ._account_api .list-results thead .desktop button.mobile-filters:after,.block-filters ._account_api .liveDashboard .list-results thead .desktop button.mobile-filters:after,.liveDashboard ._account_api .list-results thead .desktop .block-filters select.mobile-filters:after,.liveDashboard ._account_api .list-results thead .block-filters .desktop select.mobile-filters:after,._account_api .liveDashboard .list-results thead .desktop .block-filters select.mobile-filters:after,._account_api .liveDashboard .list-results thead .block-filters .desktop select.mobile-filters:after,.liveDashboard .block-filters ._account_api .list-results thead .desktop select.mobile-filters:after,.block-filters ._account_api .liveDashboard .list-results thead .desktop select.mobile-filters:after,.liveDashboard ._account_api .list-results thead .desktop .form-auto-list .mobile-filters.form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .form-auto-list .desktop .mobile-filters.form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .desktop .form-auto-list .mobile-filters.form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .form-auto-list .desktop .mobile-filters.form-auto-item.is-user-is-inactive,.liveDashboard .form-auto-list ._account_api .list-results thead .desktop .mobile-filters.form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .liveDashboard .list-results thead .desktop .mobile-filters.form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .desktop .form-auto-list .mobile-filters.form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .form-auto-list .desktop .mobile-filters.form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .desktop .form-auto-list .mobile-filters.form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .form-auto-list .desktop .mobile-filters.form-auto-item.is-user-is-active,.liveDashboard .form-auto-list ._account_api .list-results thead .desktop .mobile-filters.form-auto-item.is-user-is-active,.form-auto-list ._account_api .liveDashboard .list-results thead .desktop .mobile-filters.form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .desktop .list-results-header .status.title span.mobile-filters,.liveDashboard ._account_api .list-results thead .list-results-header .status.title .desktop span.mobile-filters,._account_api .liveDashboard .list-results thead .desktop .list-results-header .status.title span.mobile-filters,._account_api .liveDashboard .list-results thead .list-results-header .status.title .desktop span.mobile-filters,.liveDashboard .list-results-header .status.title ._account_api .list-results thead .desktop span.mobile-filters,.list-results-header .status.title ._account_api .liveDashboard .list-results thead .desktop span.mobile-filters,.liveDashboard ._account_api .list-results thead .desktop tr span.mobile-filters,.liveDashboard ._account_api .list-results thead tr .desktop span.mobile-filters,._account_api .liveDashboard .list-results thead .desktop tr span.mobile-filters,._account_api .liveDashboard .list-results thead tr .desktop span.mobile-filters,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .desktop .mobile-filters.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .desktop .mobile-filters.dropdown-toggle:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .desktop .mobile-filters.filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .desktop .mobile-filters.filter,._account_api .form-label.status .liveDashboard .list-results thead .desktop span.mobile-filters,._account_api .status.status-log .liveDashboard .list-results thead .desktop span.mobile-filters,._account_api .status.status-report-item .liveDashboard .list-results thead .desktop span.mobile-filters,._account_api .double-list dd.status .liveDashboard .list-results thead .desktop span.mobile-filters,.double-list ._account_api dd.status .liveDashboard .list-results thead .desktop span.mobile-filters,._account_api .double-list dt.status .liveDashboard .list-results thead .desktop span.mobile-filters,.double-list ._account_api dt.status .liveDashboard .list-results thead .desktop span.mobile-filters,._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead .desktop span.mobile-filters,.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead .desktop span.mobile-filters,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead .desktop span.mobile-filters,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead .desktop span.mobile-filters,._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead .desktop span.mobile-filters,.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead .desktop span.mobile-filters,.form-label.status .liveDashboard ._account_api .list-results thead .desktop span.mobile-filters,.status.status-log .liveDashboard ._account_api .list-results thead .desktop span.mobile-filters,.status.status-report-item .liveDashboard ._account_api .list-results thead .desktop span.mobile-filters,.double-list dd.status .liveDashboard ._account_api .list-results thead .desktop span.mobile-filters,.double-list dt.status .liveDashboard ._account_api .list-results thead .desktop span.mobile-filters,.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead .desktop span.mobile-filters,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead .desktop span.mobile-filters,.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead .desktop span.mobile-filters,._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead .desktop span.mobile-filters,.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead .desktop span.mobile-filters,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead .desktop span.mobile-filters,.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead .desktop span.mobile-filters,._account_api .sub-header .w-form .liveDashboard .list-results thead .desktop label.mobile-filters,._account_api .sub-header .w-double-list .liveDashboard .list-results thead .desktop label.mobile-filters,.sub-header .w-form .liveDashboard ._account_api .list-results thead .desktop label.mobile-filters,.sub-header .w-double-list .liveDashboard ._account_api .list-results thead .desktop label.mobile-filters,._account_api .block-filters .liveDashboard .list-results thead .desktop button.mobile-filters:after,.block-filters .liveDashboard ._account_api .list-results thead .desktop button.mobile-filters:after,._account_api .block-filters .liveDashboard .list-results thead .desktop select.mobile-filters:after,.block-filters .liveDashboard ._account_api .list-results thead .desktop select.mobile-filters:after,._account_api .form-auto-list .liveDashboard .list-results thead .desktop .mobile-filters.form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard ._account_api .list-results thead .desktop .mobile-filters.form-auto-item.is-user-is-inactive,._account_api .form-auto-list .liveDashboard .list-results thead .desktop .mobile-filters.form-auto-item.is-user-is-active,.form-auto-list .liveDashboard ._account_api .list-results thead .desktop .mobile-filters.form-auto-item.is-user-is-active,._account_api .list-results-header .status.title .liveDashboard .list-results thead .desktop span.mobile-filters,.list-results-header .status.title .liveDashboard ._account_api .list-results thead .desktop span.mobile-filters,.desktop ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .mobile-filters.dropdown-toggle:after,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .desktop .mobile-filters.dropdown-toggle:after,.desktop .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .mobile-filters.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .desktop .mobile-filters.dropdown-toggle:after,.desktop ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .mobile-filters.filter,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .desktop .mobile-filters.filter,.desktop .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .mobile-filters.filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .desktop .mobile-filters.filter,.desktop ._account_api .list-results thead .form-label.status span.mobile-filters,.desktop ._account_api .list-results thead .status.status-log span.mobile-filters,.desktop ._account_api .list-results thead .status.status-report-item span.mobile-filters,.desktop ._account_api .list-results thead .double-list dd.status span.mobile-filters,.double-list .desktop ._account_api .list-results thead dd.status span.mobile-filters,.desktop ._account_api .list-results thead .double-list dt.status span.mobile-filters,.double-list .desktop ._account_api .list-results thead dt.status span.mobile-filters,.desktop ._account_api .list-results thead .w-cards-container .w-card .status.title span.mobile-filters,.w-cards-container .w-card .desktop ._account_api .list-results thead .status.title span.mobile-filters,.desktop ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.mobile-filters,.w-cards-container .w-card.centered .w-value .desktop ._account_api .list-results thead .status.label span.mobile-filters,.desktop ._account_api .list-results thead tbody tr.sublist .status.title span.mobile-filters,.desktop ._account_api .list-results tbody tr.sublist thead .status.title span.mobile-filters,._account_api .list-results thead .form-label.status .desktop span.mobile-filters,._account_api .list-results thead .status.status-log .desktop span.mobile-filters,._account_api .list-results thead .status.status-report-item .desktop span.mobile-filters,._account_api .list-results thead .double-list dd.status .desktop span.mobile-filters,.double-list ._account_api .list-results thead dd.status .desktop span.mobile-filters,._account_api .list-results thead .double-list dt.status .desktop span.mobile-filters,.double-list ._account_api .list-results thead dt.status .desktop span.mobile-filters,._account_api .list-results thead .w-cards-container .w-card .status.title .desktop span.mobile-filters,.w-cards-container .w-card ._account_api .list-results thead .status.title .desktop span.mobile-filters,._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .desktop span.mobile-filters,.w-cards-container .w-card.centered .w-value ._account_api .list-results thead .status.label .desktop span.mobile-filters,._account_api .list-results thead tbody tr.sublist .status.title .desktop span.mobile-filters,._account_api .list-results tbody tr.sublist thead .status.title .desktop span.mobile-filters,.desktop .form-label.status ._account_api .list-results thead span.mobile-filters,.desktop .status.status-log ._account_api .list-results thead span.mobile-filters,.desktop .status.status-report-item ._account_api .list-results thead span.mobile-filters,.desktop .double-list dd.status ._account_api .list-results thead span.mobile-filters,.double-list .desktop dd.status ._account_api .list-results thead span.mobile-filters,.desktop .double-list dt.status ._account_api .list-results thead span.mobile-filters,.double-list .desktop dt.status ._account_api .list-results thead span.mobile-filters,.desktop .w-cards-container .w-card .status.title ._account_api .list-results thead span.mobile-filters,.w-cards-container .w-card .desktop .status.title ._account_api .list-results thead span.mobile-filters,.desktop .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.mobile-filters,.w-cards-container .w-card.centered .w-value .desktop .status.label ._account_api .list-results thead span.mobile-filters,.desktop .list-results tbody tr.sublist .status.title ._account_api .list-results thead span.mobile-filters,.list-results tbody tr.sublist .desktop .status.title ._account_api .list-results thead span.mobile-filters,.form-label.status ._account_api .list-results thead .desktop span.mobile-filters,.status.status-log ._account_api .list-results thead .desktop span.mobile-filters,.status.status-report-item ._account_api .list-results thead .desktop span.mobile-filters,.double-list dd.status ._account_api .list-results thead .desktop span.mobile-filters,.double-list dt.status ._account_api .list-results thead .desktop span.mobile-filters,.w-cards-container .w-card .status.title ._account_api .list-results thead .desktop span.mobile-filters,.w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead .desktop span.mobile-filters,.list-results tbody tr.sublist .status.title ._account_api .list-results thead .desktop span.mobile-filters,.desktop ._account_api .list-results thead .w-filters-selected label.status.small span.mobile-filters,._account_api .list-results thead .w-filters-selected label.status.small .desktop span.mobile-filters,.desktop .w-filters-selected label.status.small ._account_api .list-results thead span.mobile-filters,.w-filters-selected label.status.small ._account_api .list-results thead .desktop span.mobile-filters,.desktop ._account_api .list-results thead .w-filters-selected .status.btn-f-s span.mobile-filters,._account_api .list-results thead .w-filters-selected .status.btn-f-s .desktop span.mobile-filters,.desktop .w-filters-selected .status.btn-f-s ._account_api .list-results thead span.mobile-filters,.w-filters-selected .status.btn-f-s ._account_api .list-results thead .desktop span.mobile-filters,.desktop ._account_api .list-results thead .sub-header .w-form label.mobile-filters,.desktop ._account_api .list-results thead .sub-header .w-double-list label.mobile-filters,._account_api .list-results thead .sub-header .w-form .desktop label.mobile-filters,._account_api .list-results thead .sub-header .w-double-list .desktop label.mobile-filters,.desktop .sub-header .w-form ._account_api .list-results thead label.mobile-filters,.desktop .sub-header .w-double-list ._account_api .list-results thead label.mobile-filters,.sub-header .w-form ._account_api .list-results thead .desktop label.mobile-filters,.sub-header .w-double-list ._account_api .list-results thead .desktop label.mobile-filters,.desktop ._account_api .list-results thead .block-filters button.mobile-filters:after,._account_api .list-results thead .block-filters .desktop button.mobile-filters:after,.desktop .block-filters ._account_api .list-results thead button.mobile-filters:after,.block-filters ._account_api .list-results thead .desktop button.mobile-filters:after,.desktop ._account_api .list-results thead .block-filters select.mobile-filters:after,._account_api .list-results thead .block-filters .desktop select.mobile-filters:after,.desktop .block-filters ._account_api .list-results thead select.mobile-filters:after,.block-filters ._account_api .list-results thead .desktop select.mobile-filters:after,.desktop ._account_api .list-results thead .form-auto-list .mobile-filters.form-auto-item.is-user-is-inactive,._account_api .list-results thead .form-auto-list .desktop .mobile-filters.form-auto-item.is-user-is-inactive,.desktop .form-auto-list ._account_api .list-results thead .mobile-filters.form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .list-results thead .desktop .mobile-filters.form-auto-item.is-user-is-inactive,.desktop ._account_api .list-results thead .form-auto-list .mobile-filters.form-auto-item.is-user-is-active,._account_api .list-results thead .form-auto-list .desktop .mobile-filters.form-auto-item.is-user-is-active,.desktop .form-auto-list ._account_api .list-results thead .mobile-filters.form-auto-item.is-user-is-active,.form-auto-list ._account_api .list-results thead .desktop .mobile-filters.form-auto-item.is-user-is-active,.desktop ._account_api .list-results thead .list-results-header .status.title span.mobile-filters,._account_api .list-results thead .list-results-header .status.title .desktop span.mobile-filters,.desktop .list-results-header .status.title ._account_api .list-results thead span.mobile-filters,.list-results-header .status.title ._account_api .list-results thead .desktop span.mobile-filters,.desktop ._account_api .list-results thead tr span.mobile-filters,._account_api .list-results thead tr .desktop span.mobile-filters,.desktop .sidebar-default.sidebar-default-right .sidebar-default-body .filter-group .mobile-filters.filter-checkbox,.sidebar-default.sidebar-default-right .sidebar-default-body .filter-group .desktop .mobile-filters.filter-checkbox,.desktop .add-filters-dropdown .w-add-filters-list>div.filter-group .mobile-filters.filter-checkbox,.add-filters-dropdown .w-add-filters-list>div.filter-group .desktop .mobile-filters.filter-checkbox,.desktop .filter-preset .filter-field-name button.mobile-filters,.filter-preset .filter-field-name .desktop button.mobile-filters,.desktop .btn.mobile-filters,.desktop .pagination a.mobile-filters,.pagination .desktop a.mobile-filters,.desktop .goal-option .mobile-filters.expend-label,.goal-option .desktop .mobile-filters.expend-label{display:none}.button-default.mobile-filters:before,.liveDashboard .list-results thead .mobile-filters.icon:before,.liveDashboard .list-results thead .mobile-filters.w-alert-banner:before,.liveDashboard .list-results thead .mobile-filters.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .mobile-filters.w-alert-banner:before,._account_api .liveDashboard .list-results thead .mobile-filters.w-alert-banner:before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .mobile-filters.btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .mobile-filters.btn-period-clear:before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .mobile-filters.btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .mobile-filters.btn-filter:before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .mobile-filters.btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .mobile-filters.btn-period-edit:before,.liveDashboard .list-results thead .block-filters .mobile-filters.btn-filter:before,.block-filters .liveDashboard .list-results thead .mobile-filters.btn-filter:before,.liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.mobile-filters:before,.toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label.mobile-filters:before,.liveDashboard .list-results thead tbody span.mobile-filters.status:before,.liveDashboard .list-results tbody thead span.mobile-filters.status:before,.liveDashboard .list-results thead tbody td.is-running span.mobile-filters:before,.liveDashboard .list-results tbody td.is-running thead span.mobile-filters:before,.liveDashboard .list-results thead tbody td.is-pending span.mobile-filters:before,.liveDashboard .list-results tbody td.is-pending thead span.mobile-filters:before,.liveDashboard .list-results thead .mobile-filters.icon:before,.liveDashboard .list-results thead .mobile-filters.w-alert-banner:before,.liveDashboard .list-results thead .mobile-filters.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .mobile-filters.w-alert-banner:before,._account_api .liveDashboard .list-results thead .mobile-filters.w-alert-banner:before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .mobile-filters.btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .mobile-filters.btn-period-clear:before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .mobile-filters.btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .mobile-filters.btn-filter:before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .mobile-filters.btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .mobile-filters.btn-period-edit:before,.liveDashboard .list-results thead .block-filters .mobile-filters.btn-filter:before,.block-filters .liveDashboard .list-results thead .mobile-filters.btn-filter:before,.liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.mobile-filters:before,.toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label.mobile-filters:before,.liveDashboard .list-results thead tbody span.mobile-filters.status:before,.liveDashboard .list-results tbody thead span.mobile-filters.status:before,.liveDashboard .list-results thead tbody td.is-running span.mobile-filters:before,.liveDashboard .list-results tbody td.is-running thead span.mobile-filters:before,.liveDashboard .list-results thead tbody td.is-pending span.mobile-filters:before,.liveDashboard .list-results tbody td.is-pending thead span.mobile-filters:before,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .mobile-filters.filter:before,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .mobile-filters.filter:before,.liveDashboard .list-results thead .form-label.status span.mobile-filters:before,.liveDashboard .list-results thead .status.status-log span.mobile-filters:before,.liveDashboard .list-results thead .status.status-report-item span.mobile-filters:before,.liveDashboard .list-results thead .double-list dd.status span.mobile-filters:before,.double-list .liveDashboard .list-results thead dd.status span.mobile-filters:before,.liveDashboard .list-results thead .double-list dt.status span.mobile-filters:before,.double-list .liveDashboard .list-results thead dt.status span.mobile-filters:before,.liveDashboard .list-results thead .w-cards-container .w-card .status.title span.mobile-filters:before,.w-cards-container .w-card .liveDashboard .list-results thead .status.title span.mobile-filters:before,.liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.mobile-filters:before,.w-cards-container .w-card.centered .w-value .liveDashboard .list-results thead .status.label span.mobile-filters:before,.liveDashboard .list-results thead tbody tr.sublist .status.title span.mobile-filters:before,.liveDashboard .list-results tbody tr.sublist thead .status.title span.mobile-filters:before,.form-label.status .liveDashboard .list-results thead span.mobile-filters:before,.status.status-log .liveDashboard .list-results thead span.mobile-filters:before,.status.status-report-item .liveDashboard .list-results thead span.mobile-filters:before,.double-list dd.status .liveDashboard .list-results thead span.mobile-filters:before,.double-list dt.status .liveDashboard .list-results thead span.mobile-filters:before,.w-cards-container .w-card .status.title .liveDashboard .list-results thead span.mobile-filters:before,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.mobile-filters:before,.list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.mobile-filters:before,.liveDashboard .list-results thead .w-filters-selected label.status.small span.mobile-filters:before,.w-filters-selected label.status.small .liveDashboard .list-results thead span.mobile-filters:before,.liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.mobile-filters:before,.w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.mobile-filters:before,.liveDashboard .list-results thead .sub-header .w-form label.mobile-filters:before,.liveDashboard .list-results thead .sub-header .w-double-list label.mobile-filters:before,.sub-header .w-form .liveDashboard .list-results thead label.mobile-filters:before,.sub-header .w-double-list .liveDashboard .list-results thead label.mobile-filters:before,.liveDashboard .list-results thead .form-auto-list .mobile-filters.form-auto-item.is-user-is-inactive:before,.form-auto-list .liveDashboard .list-results thead .mobile-filters.form-auto-item.is-user-is-inactive:before,.liveDashboard .list-results thead .form-auto-list .mobile-filters.form-auto-item.is-user-is-active:before,.form-auto-list .liveDashboard .list-results thead .mobile-filters.form-auto-item.is-user-is-active:before,.liveDashboard .list-results thead .list-results-header .status.title span.mobile-filters:before,.list-results-header .status.title .liveDashboard .list-results thead span.mobile-filters:before,.liveDashboard .list-results thead tr span.mobile-filters:before,.liveDashboard ._account_api .list-results thead .mobile-filters.icon:before,.liveDashboard ._account_api .list-results thead .mobile-filters.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .mobile-filters.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .mobile-filters.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .mobile-filters.btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .mobile-filters.btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .mobile-filters.btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .mobile-filters.btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .mobile-filters.btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .mobile-filters.btn-period-edit:before,.liveDashboard ._account_api .list-results thead .block-filters .mobile-filters.btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .mobile-filters.btn-filter:before,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label.mobile-filters:before,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label.mobile-filters:before,.liveDashboard ._account_api .list-results thead tbody span.mobile-filters.status:before,.liveDashboard ._account_api .list-results tbody thead span.mobile-filters.status:before,.liveDashboard ._account_api .list-results thead tbody td.is-running span.mobile-filters:before,.liveDashboard ._account_api .list-results tbody td.is-running thead span.mobile-filters:before,.liveDashboard ._account_api .list-results thead tbody td.is-pending span.mobile-filters:before,.liveDashboard ._account_api .list-results tbody td.is-pending thead span.mobile-filters:before,._account_api .liveDashboard .list-results thead .mobile-filters.icon:before,._account_api .liveDashboard .list-results thead .mobile-filters.w-alert-banner:before,._account_api .liveDashboard .list-results thead .mobile-filters.w-alert-banner:before,._account_api .liveDashboard .list-results thead .mobile-filters.w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .mobile-filters.btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .mobile-filters.btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .mobile-filters.btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .mobile-filters.btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .mobile-filters.btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .mobile-filters.btn-period-edit:before,._account_api .liveDashboard .list-results thead .block-filters .mobile-filters.btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .mobile-filters.btn-filter:before,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.mobile-filters:before,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label.mobile-filters:before,._account_api .liveDashboard .list-results thead tbody span.mobile-filters.status:before,._account_api .liveDashboard .list-results tbody thead span.mobile-filters.status:before,._account_api .liveDashboard .list-results thead tbody td.is-running span.mobile-filters:before,._account_api .liveDashboard .list-results tbody td.is-running thead span.mobile-filters:before,._account_api .liveDashboard .list-results thead tbody td.is-pending span.mobile-filters:before,._account_api .liveDashboard .list-results tbody td.is-pending thead span.mobile-filters:before,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .mobile-filters.filter:before,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .mobile-filters.filter:before,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .mobile-filters.filter:before,.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .mobile-filters.filter:before,.liveDashboard ._account_api .list-results thead .form-label.status span.mobile-filters:before,.liveDashboard ._account_api .list-results thead .status.status-log span.mobile-filters:before,.liveDashboard ._account_api .list-results thead .status.status-report-item span.mobile-filters:before,.liveDashboard ._account_api .list-results thead .double-list dd.status span.mobile-filters:before,.double-list .liveDashboard ._account_api .list-results thead dd.status span.mobile-filters:before,.liveDashboard ._account_api .list-results thead .double-list dt.status span.mobile-filters:before,.double-list .liveDashboard ._account_api .list-results thead dt.status span.mobile-filters:before,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span.mobile-filters:before,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title span.mobile-filters:before,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.mobile-filters:before,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label span.mobile-filters:before,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span.mobile-filters:before,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span.mobile-filters:before,._account_api .liveDashboard .list-results thead .form-label.status span.mobile-filters:before,._account_api .liveDashboard .list-results thead .status.status-log span.mobile-filters:before,._account_api .liveDashboard .list-results thead .status.status-report-item span.mobile-filters:before,._account_api .liveDashboard .list-results thead .double-list dd.status span.mobile-filters:before,.double-list ._account_api .liveDashboard .list-results thead dd.status span.mobile-filters:before,._account_api .liveDashboard .list-results thead .double-list dt.status span.mobile-filters:before,.double-list ._account_api .liveDashboard .list-results thead dt.status span.mobile-filters:before,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span.mobile-filters:before,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title span.mobile-filters:before,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.mobile-filters:before,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label span.mobile-filters:before,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span.mobile-filters:before,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span.mobile-filters:before,.liveDashboard .form-label.status ._account_api .list-results thead span.mobile-filters:before,.liveDashboard .status.status-log ._account_api .list-results thead span.mobile-filters:before,.liveDashboard .status.status-report-item ._account_api .list-results thead span.mobile-filters:before,.liveDashboard .double-list dd.status ._account_api .list-results thead span.mobile-filters:before,.double-list .liveDashboard dd.status ._account_api .list-results thead span.mobile-filters:before,.liveDashboard .double-list dt.status ._account_api .list-results thead span.mobile-filters:before,.double-list .liveDashboard dt.status ._account_api .list-results thead span.mobile-filters:before,.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span.mobile-filters:before,.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead span.mobile-filters:before,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.mobile-filters:before,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead span.mobile-filters:before,.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span.mobile-filters:before,.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead span.mobile-filters:before,.form-label.status ._account_api .liveDashboard .list-results thead span.mobile-filters:before,.status.status-log ._account_api .liveDashboard .list-results thead span.mobile-filters:before,.status.status-report-item ._account_api .liveDashboard .list-results thead span.mobile-filters:before,.double-list dd.status ._account_api .liveDashboard .list-results thead span.mobile-filters:before,.double-list dt.status ._account_api .liveDashboard .list-results thead span.mobile-filters:before,.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead span.mobile-filters:before,.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead span.mobile-filters:before,.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead span.mobile-filters:before,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span.mobile-filters:before,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span.mobile-filters:before,.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span.mobile-filters:before,.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead span.mobile-filters:before,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span.mobile-filters:before,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.mobile-filters:before,.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span.mobile-filters:before,.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead span.mobile-filters:before,.liveDashboard ._account_api .list-results thead .sub-header .w-form label.mobile-filters:before,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list label.mobile-filters:before,._account_api .liveDashboard .list-results thead .sub-header .w-form label.mobile-filters:before,._account_api .liveDashboard .list-results thead .sub-header .w-double-list label.mobile-filters:before,.liveDashboard .sub-header .w-form ._account_api .list-results thead label.mobile-filters:before,.liveDashboard .sub-header .w-double-list ._account_api .list-results thead label.mobile-filters:before,.sub-header .w-form ._account_api .liveDashboard .list-results thead label.mobile-filters:before,.sub-header .w-double-list ._account_api .liveDashboard .list-results thead label.mobile-filters:before,.liveDashboard ._account_api .list-results thead .form-auto-list .mobile-filters.form-auto-item.is-user-is-inactive:before,._account_api .liveDashboard .list-results thead .form-auto-list .mobile-filters.form-auto-item.is-user-is-inactive:before,.liveDashboard .form-auto-list ._account_api .list-results thead .mobile-filters.form-auto-item.is-user-is-inactive:before,.form-auto-list ._account_api .liveDashboard .list-results thead .mobile-filters.form-auto-item.is-user-is-inactive:before,.liveDashboard ._account_api .list-results thead .form-auto-list .mobile-filters.form-auto-item.is-user-is-active:before,._account_api .liveDashboard .list-results thead .form-auto-list .mobile-filters.form-auto-item.is-user-is-active:before,.liveDashboard .form-auto-list ._account_api .list-results thead .mobile-filters.form-auto-item.is-user-is-active:before,.form-auto-list ._account_api .liveDashboard .list-results thead .mobile-filters.form-auto-item.is-user-is-active:before,.liveDashboard ._account_api .list-results thead .list-results-header .status.title span.mobile-filters:before,._account_api .liveDashboard .list-results thead .list-results-header .status.title span.mobile-filters:before,.liveDashboard .list-results-header .status.title ._account_api .list-results thead span.mobile-filters:before,.list-results-header .status.title ._account_api .liveDashboard .list-results thead span.mobile-filters:before,.liveDashboard ._account_api .list-results thead tr span.mobile-filters:before,._account_api .liveDashboard .list-results thead tr span.mobile-filters:before,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .mobile-filters.filter:before,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .mobile-filters.filter:before,.liveDashboard .list-results thead .form-label.status span.mobile-filters:before,.liveDashboard .list-results thead .status.status-log span.mobile-filters:before,.liveDashboard .list-results thead .status.status-report-item span.mobile-filters:before,.liveDashboard .list-results thead .double-list dd.status span.mobile-filters:before,.double-list .liveDashboard .list-results thead dd.status span.mobile-filters:before,.liveDashboard .list-results thead .double-list dt.status span.mobile-filters:before,.double-list .liveDashboard .list-results thead dt.status span.mobile-filters:before,.liveDashboard .list-results thead .w-cards-container .w-card .status.title span.mobile-filters:before,.w-cards-container .w-card .liveDashboard .list-results thead .status.title span.mobile-filters:before,.liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.mobile-filters:before,.w-cards-container .w-card.centered .w-value .liveDashboard .list-results thead .status.label span.mobile-filters:before,.liveDashboard .list-results thead tbody tr.sublist .status.title span.mobile-filters:before,.liveDashboard .list-results tbody tr.sublist thead .status.title span.mobile-filters:before,.form-label.status .liveDashboard .list-results thead span.mobile-filters:before,.status.status-log .liveDashboard .list-results thead span.mobile-filters:before,.status.status-report-item .liveDashboard .list-results thead span.mobile-filters:before,.double-list dd.status .liveDashboard .list-results thead span.mobile-filters:before,.double-list dt.status .liveDashboard .list-results thead span.mobile-filters:before,.w-cards-container .w-card .status.title .liveDashboard .list-results thead span.mobile-filters:before,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.mobile-filters:before,.list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.mobile-filters:before,.liveDashboard .list-results thead .w-filters-selected label.status.small span.mobile-filters:before,.w-filters-selected label.status.small .liveDashboard .list-results thead span.mobile-filters:before,.liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.mobile-filters:before,.w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.mobile-filters:before,.liveDashboard .list-results thead .sub-header .w-form label.mobile-filters:before,.liveDashboard .list-results thead .sub-header .w-double-list label.mobile-filters:before,.sub-header .w-form .liveDashboard .list-results thead label.mobile-filters:before,.sub-header .w-double-list .liveDashboard .list-results thead label.mobile-filters:before,.liveDashboard .list-results thead .form-auto-list .mobile-filters.form-auto-item.is-user-is-inactive:before,.form-auto-list .liveDashboard .list-results thead .mobile-filters.form-auto-item.is-user-is-inactive:before,.liveDashboard .list-results thead .form-auto-list .mobile-filters.form-auto-item.is-user-is-active:before,.form-auto-list .liveDashboard .list-results thead .mobile-filters.form-auto-item.is-user-is-active:before,.liveDashboard .list-results thead .list-results-header .status.title span.mobile-filters:before,.list-results-header .status.title .liveDashboard .list-results thead span.mobile-filters:before,.liveDashboard .list-results thead tr span.mobile-filters:before,._account_api .list-results thead .mobile-filters.icon:before,._account_api .list-results thead .mobile-filters.w-alert-banner:before,._account_api .liveDashboard .list-results thead .mobile-filters.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .mobile-filters.w-alert-banner:before,._account_api .list-results thead .mobile-filters.w-alert-banner:before,._account_api .list-results thead .w-time-period .dropdown .w-selection .mobile-filters.btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .mobile-filters.btn-period-clear:before,._account_api .list-results thead .w-time-period .dropdown .w-selection .mobile-filters.btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .mobile-filters.btn-filter:before,._account_api .list-results thead .w-time-period .dropdown .w-selection .mobile-filters.btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .mobile-filters.btn-period-edit:before,._account_api .list-results thead .block-filters .mobile-filters.btn-filter:before,.block-filters ._account_api .list-results thead .mobile-filters.btn-filter:before,._account_api .list-results thead .toggleWrapper input.mobileToggle+label.mobile-filters:before,.toggleWrapper ._account_api .list-results thead input.mobileToggle+label.mobile-filters:before,._account_api .list-results thead tbody span.mobile-filters.status:before,._account_api .list-results tbody thead span.mobile-filters.status:before,._account_api .list-results thead tbody td.is-running span.mobile-filters:before,._account_api .list-results tbody td.is-running thead span.mobile-filters:before,._account_api .list-results thead tbody td.is-pending span.mobile-filters:before,._account_api .list-results tbody td.is-pending thead span.mobile-filters:before,._account_api .liveDashboard .list-results thead .mobile-filters.icon:before,._account_api .liveDashboard .list-results thead .mobile-filters.w-alert-banner:before,._account_api .liveDashboard .list-results thead .mobile-filters.w-alert-banner:before,._account_api .liveDashboard .list-results thead .mobile-filters.w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .mobile-filters.btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .mobile-filters.btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .mobile-filters.btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .mobile-filters.btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .mobile-filters.btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .mobile-filters.btn-period-edit:before,._account_api .liveDashboard .list-results thead .block-filters .mobile-filters.btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .mobile-filters.btn-filter:before,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.mobile-filters:before,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label.mobile-filters:before,._account_api .liveDashboard .list-results thead tbody span.mobile-filters.status:before,._account_api .liveDashboard .list-results tbody thead span.mobile-filters.status:before,._account_api .liveDashboard .list-results thead tbody td.is-running span.mobile-filters:before,._account_api .liveDashboard .list-results tbody td.is-running thead span.mobile-filters:before,._account_api .liveDashboard .list-results thead tbody td.is-pending span.mobile-filters:before,._account_api .liveDashboard .list-results tbody td.is-pending thead span.mobile-filters:before,.liveDashboard ._account_api .list-results thead .mobile-filters.icon:before,.liveDashboard ._account_api .list-results thead .mobile-filters.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .mobile-filters.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .mobile-filters.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .mobile-filters.btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .mobile-filters.btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .mobile-filters.btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .mobile-filters.btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .mobile-filters.btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .mobile-filters.btn-period-edit:before,.liveDashboard ._account_api .list-results thead .block-filters .mobile-filters.btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .mobile-filters.btn-filter:before,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label.mobile-filters:before,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label.mobile-filters:before,.liveDashboard ._account_api .list-results thead tbody span.mobile-filters.status:before,.liveDashboard ._account_api .list-results tbody thead span.mobile-filters.status:before,.liveDashboard ._account_api .list-results thead tbody td.is-running span.mobile-filters:before,.liveDashboard ._account_api .list-results tbody td.is-running thead span.mobile-filters:before,.liveDashboard ._account_api .list-results thead tbody td.is-pending span.mobile-filters:before,.liveDashboard ._account_api .list-results tbody td.is-pending thead span.mobile-filters:before,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .mobile-filters.filter:before,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .mobile-filters.filter:before,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .mobile-filters.filter:before,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .mobile-filters.filter:before,._account_api .liveDashboard .list-results thead .form-label.status span.mobile-filters:before,._account_api .liveDashboard .list-results thead .status.status-log span.mobile-filters:before,._account_api .liveDashboard .list-results thead .status.status-report-item span.mobile-filters:before,._account_api .liveDashboard .list-results thead .double-list dd.status span.mobile-filters:before,.double-list ._account_api .liveDashboard .list-results thead dd.status span.mobile-filters:before,._account_api .liveDashboard .list-results thead .double-list dt.status span.mobile-filters:before,.double-list ._account_api .liveDashboard .list-results thead dt.status span.mobile-filters:before,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span.mobile-filters:before,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title span.mobile-filters:before,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.mobile-filters:before,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label span.mobile-filters:before,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span.mobile-filters:before,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span.mobile-filters:before,.liveDashboard ._account_api .list-results thead .form-label.status span.mobile-filters:before,.liveDashboard ._account_api .list-results thead .status.status-log span.mobile-filters:before,.liveDashboard ._account_api .list-results thead .status.status-report-item span.mobile-filters:before,.liveDashboard ._account_api .list-results thead .double-list dd.status span.mobile-filters:before,.double-list .liveDashboard ._account_api .list-results thead dd.status span.mobile-filters:before,.liveDashboard ._account_api .list-results thead .double-list dt.status span.mobile-filters:before,.double-list .liveDashboard ._account_api .list-results thead dt.status span.mobile-filters:before,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span.mobile-filters:before,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title span.mobile-filters:before,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.mobile-filters:before,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label span.mobile-filters:before,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span.mobile-filters:before,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span.mobile-filters:before,._account_api .form-label.status .liveDashboard .list-results thead span.mobile-filters:before,._account_api .status.status-log .liveDashboard .list-results thead span.mobile-filters:before,._account_api .status.status-report-item .liveDashboard .list-results thead span.mobile-filters:before,._account_api .double-list dd.status .liveDashboard .list-results thead span.mobile-filters:before,.double-list ._account_api dd.status .liveDashboard .list-results thead span.mobile-filters:before,._account_api .double-list dt.status .liveDashboard .list-results thead span.mobile-filters:before,.double-list ._account_api dt.status .liveDashboard .list-results thead span.mobile-filters:before,._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span.mobile-filters:before,.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead span.mobile-filters:before,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.mobile-filters:before,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead span.mobile-filters:before,._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.mobile-filters:before,.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead span.mobile-filters:before,.form-label.status .liveDashboard ._account_api .list-results thead span.mobile-filters:before,.status.status-log .liveDashboard ._account_api .list-results thead span.mobile-filters:before,.status.status-report-item .liveDashboard ._account_api .list-results thead span.mobile-filters:before,.double-list dd.status .liveDashboard ._account_api .list-results thead span.mobile-filters:before,.double-list dt.status .liveDashboard ._account_api .list-results thead span.mobile-filters:before,.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead span.mobile-filters:before,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead span.mobile-filters:before,.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead span.mobile-filters:before,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span.mobile-filters:before,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span.mobile-filters:before,._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span.mobile-filters:before,.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead span.mobile-filters:before,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.mobile-filters:before,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span.mobile-filters:before,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.mobile-filters:before,.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead span.mobile-filters:before,._account_api .liveDashboard .list-results thead .sub-header .w-form label.mobile-filters:before,._account_api .liveDashboard .list-results thead .sub-header .w-double-list label.mobile-filters:before,.liveDashboard ._account_api .list-results thead .sub-header .w-form label.mobile-filters:before,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list label.mobile-filters:before,._account_api .sub-header .w-form .liveDashboard .list-results thead label.mobile-filters:before,._account_api .sub-header .w-double-list .liveDashboard .list-results thead label.mobile-filters:before,.sub-header .w-form .liveDashboard ._account_api .list-results thead label.mobile-filters:before,.sub-header .w-double-list .liveDashboard ._account_api .list-results thead label.mobile-filters:before,._account_api .liveDashboard .list-results thead .form-auto-list .mobile-filters.form-auto-item.is-user-is-inactive:before,.liveDashboard ._account_api .list-results thead .form-auto-list .mobile-filters.form-auto-item.is-user-is-inactive:before,._account_api .form-auto-list .liveDashboard .list-results thead .mobile-filters.form-auto-item.is-user-is-inactive:before,.form-auto-list .liveDashboard ._account_api .list-results thead .mobile-filters.form-auto-item.is-user-is-inactive:before,._account_api .liveDashboard .list-results thead .form-auto-list .mobile-filters.form-auto-item.is-user-is-active:before,.liveDashboard ._account_api .list-results thead .form-auto-list .mobile-filters.form-auto-item.is-user-is-active:before,._account_api .form-auto-list .liveDashboard .list-results thead .mobile-filters.form-auto-item.is-user-is-active:before,.form-auto-list .liveDashboard ._account_api .list-results thead .mobile-filters.form-auto-item.is-user-is-active:before,._account_api .liveDashboard .list-results thead .list-results-header .status.title span.mobile-filters:before,.liveDashboard ._account_api .list-results thead .list-results-header .status.title span.mobile-filters:before,._account_api .list-results-header .status.title .liveDashboard .list-results thead span.mobile-filters:before,.list-results-header .status.title .liveDashboard ._account_api .list-results thead span.mobile-filters:before,._account_api .liveDashboard .list-results thead tr span.mobile-filters:before,.liveDashboard ._account_api .list-results thead tr span.mobile-filters:before,._account_api .list-results thead .mobile-filters.icon:before,._account_api .list-results thead .mobile-filters.w-alert-banner:before,._account_api .liveDashboard .list-results thead .mobile-filters.w-alert-banner:before,.liveDashboard ._account_api .list-results thead .mobile-filters.w-alert-banner:before,._account_api .list-results thead .mobile-filters.w-alert-banner:before,._account_api .list-results thead .w-time-period .dropdown .w-selection .mobile-filters.btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .mobile-filters.btn-period-clear:before,._account_api .list-results thead .w-time-period .dropdown .w-selection .mobile-filters.btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .mobile-filters.btn-filter:before,._account_api .list-results thead .w-time-period .dropdown .w-selection .mobile-filters.btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .mobile-filters.btn-period-edit:before,._account_api .list-results thead .block-filters .mobile-filters.btn-filter:before,.block-filters ._account_api .list-results thead .mobile-filters.btn-filter:before,._account_api .list-results thead .toggleWrapper input.mobileToggle+label.mobile-filters:before,.toggleWrapper ._account_api .list-results thead input.mobileToggle+label.mobile-filters:before,._account_api .list-results thead tbody span.mobile-filters.status:before,._account_api .list-results tbody thead span.mobile-filters.status:before,._account_api .list-results thead tbody td.is-running span.mobile-filters:before,._account_api .list-results tbody td.is-running thead span.mobile-filters:before,._account_api .list-results thead tbody td.is-pending span.mobile-filters:before,._account_api .list-results tbody td.is-pending thead span.mobile-filters:before,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .mobile-filters.filter:before,.w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .mobile-filters.filter:before,._account_api .list-results thead .form-label.status span.mobile-filters:before,._account_api .list-results thead .status.status-log span.mobile-filters:before,._account_api .list-results thead .status.status-report-item span.mobile-filters:before,._account_api .list-results thead .double-list dd.status span.mobile-filters:before,.double-list ._account_api .list-results thead dd.status span.mobile-filters:before,._account_api .list-results thead .double-list dt.status span.mobile-filters:before,.double-list ._account_api .list-results thead dt.status span.mobile-filters:before,._account_api .list-results thead .w-cards-container .w-card .status.title span.mobile-filters:before,.w-cards-container .w-card ._account_api .list-results thead .status.title span.mobile-filters:before,._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.mobile-filters:before,.w-cards-container .w-card.centered .w-value ._account_api .list-results thead .status.label span.mobile-filters:before,._account_api .list-results thead tbody tr.sublist .status.title span.mobile-filters:before,._account_api .list-results tbody tr.sublist thead .status.title span.mobile-filters:before,.form-label.status ._account_api .list-results thead span.mobile-filters:before,.status.status-log ._account_api .list-results thead span.mobile-filters:before,.status.status-report-item ._account_api .list-results thead span.mobile-filters:before,.double-list dd.status ._account_api .list-results thead span.mobile-filters:before,.double-list dt.status ._account_api .list-results thead span.mobile-filters:before,.w-cards-container .w-card .status.title ._account_api .list-results thead span.mobile-filters:before,.w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.mobile-filters:before,.list-results tbody tr.sublist .status.title ._account_api .list-results thead span.mobile-filters:before,._account_api .list-results thead .w-filters-selected label.status.small span.mobile-filters:before,.w-filters-selected label.status.small ._account_api .list-results thead span.mobile-filters:before,._account_api .list-results thead .w-filters-selected .status.btn-f-s span.mobile-filters:before,.w-filters-selected .status.btn-f-s ._account_api .list-results thead span.mobile-filters:before,._account_api .list-results thead .sub-header .w-form label.mobile-filters:before,._account_api .list-results thead .sub-header .w-double-list label.mobile-filters:before,.sub-header .w-form ._account_api .list-results thead label.mobile-filters:before,.sub-header .w-double-list ._account_api .list-results thead label.mobile-filters:before,._account_api .list-results thead .form-auto-list .mobile-filters.form-auto-item.is-user-is-inactive:before,.form-auto-list ._account_api .list-results thead .mobile-filters.form-auto-item.is-user-is-inactive:before,._account_api .list-results thead .form-auto-list .mobile-filters.form-auto-item.is-user-is-active:before,.form-auto-list ._account_api .list-results thead .mobile-filters.form-auto-item.is-user-is-active:before,._account_api .list-results thead .list-results-header .status.title span.mobile-filters:before,.list-results-header .status.title ._account_api .list-results thead span.mobile-filters:before,._account_api .list-results thead tr span.mobile-filters:before,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .mobile-filters.filter:before,.w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .mobile-filters.filter:before,._account_api .list-results thead .form-label.status span.mobile-filters:before,._account_api .list-results thead .status.status-log span.mobile-filters:before,._account_api .list-results thead .status.status-report-item span.mobile-filters:before,._account_api .list-results thead .double-list dd.status span.mobile-filters:before,.double-list ._account_api .list-results thead dd.status span.mobile-filters:before,._account_api .list-results thead .double-list dt.status span.mobile-filters:before,.double-list ._account_api .list-results thead dt.status span.mobile-filters:before,._account_api .list-results thead .w-cards-container .w-card .status.title span.mobile-filters:before,.w-cards-container .w-card ._account_api .list-results thead .status.title span.mobile-filters:before,._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.mobile-filters:before,.w-cards-container .w-card.centered .w-value ._account_api .list-results thead .status.label span.mobile-filters:before,._account_api .list-results thead tbody tr.sublist .status.title span.mobile-filters:before,._account_api .list-results tbody tr.sublist thead .status.title span.mobile-filters:before,.form-label.status ._account_api .list-results thead span.mobile-filters:before,.status.status-log ._account_api .list-results thead span.mobile-filters:before,.status.status-report-item ._account_api .list-results thead span.mobile-filters:before,.double-list dd.status ._account_api .list-results thead span.mobile-filters:before,.double-list dt.status ._account_api .list-results thead span.mobile-filters:before,.w-cards-container .w-card .status.title ._account_api .list-results thead span.mobile-filters:before,.w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.mobile-filters:before,.list-results tbody tr.sublist .status.title ._account_api .list-results thead span.mobile-filters:before,._account_api .list-results thead .w-filters-selected label.status.small span.mobile-filters:before,.w-filters-selected label.status.small ._account_api .list-results thead span.mobile-filters:before,._account_api .list-results thead .w-filters-selected .status.btn-f-s span.mobile-filters:before,.w-filters-selected .status.btn-f-s ._account_api .list-results thead span.mobile-filters:before,._account_api .list-results thead .sub-header .w-form label.mobile-filters:before,._account_api .list-results thead .sub-header .w-double-list label.mobile-filters:before,.sub-header .w-form ._account_api .list-results thead label.mobile-filters:before,.sub-header .w-double-list ._account_api .list-results thead label.mobile-filters:before,._account_api .list-results thead .form-auto-list .mobile-filters.form-auto-item.is-user-is-inactive:before,.form-auto-list ._account_api .list-results thead .mobile-filters.form-auto-item.is-user-is-inactive:before,._account_api .list-results thead .form-auto-list .mobile-filters.form-auto-item.is-user-is-active:before,.form-auto-list ._account_api .list-results thead .mobile-filters.form-auto-item.is-user-is-active:before,._account_api .list-results thead .list-results-header .status.title span.mobile-filters:before,.list-results-header .status.title ._account_api .list-results thead span.mobile-filters:before,._account_api .list-results thead tr span.mobile-filters:before,.sidebar-default.sidebar-default-right .sidebar-default-body .filter-group .mobile-filters.filter-checkbox:before,.add-filters-dropdown .w-add-filters-list>div.filter-group .mobile-filters.filter-checkbox:before,.filter-preset .filter-field-name button.mobile-filters:before,.btn.mobile-filters:before,.pagination a.mobile-filters:before,.goal-option .mobile-filters.expend-label:before{font-size:1.5rem}.button-default.mobile-filters:after,.liveDashboard .list-results thead .mobile-filters.icon:after,.liveDashboard .list-results thead .w-dialog.plus .mobile-filters.dialog-aside:after,.w-dialog.plus .liveDashboard .list-results thead .mobile-filters.dialog-aside:after,.liveDashboard .list-results thead .w-toast .mobile-filters.toast.plus:after,.w-toast .liveDashboard .list-results thead .mobile-filters.toast.plus:after,.liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.mobile-filters:after,.toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label.mobile-filters:after,.liveDashboard .list-results thead tbody span.mobile-filters.status:after,.liveDashboard .list-results tbody thead span.mobile-filters.status:after,.liveDashboard .list-results thead tbody td.is-running span.mobile-filters:after,.liveDashboard .list-results tbody td.is-running thead span.mobile-filters:after,.liveDashboard .list-results thead tbody td.is-pending span.mobile-filters:after,.liveDashboard .list-results tbody td.is-pending thead span.mobile-filters:after,.liveDashboard .list-results thead .mobile-filters.icon:after,.liveDashboard .list-results thead .w-dialog.plus .mobile-filters.dialog-aside:after,.w-dialog.plus .liveDashboard .list-results thead .mobile-filters.dialog-aside:after,.liveDashboard .list-results thead .w-toast .mobile-filters.toast.plus:after,.w-toast .liveDashboard .list-results thead .mobile-filters.toast.plus:after,.liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.mobile-filters:after,.toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label.mobile-filters:after,.liveDashboard .list-results thead tbody span.mobile-filters.status:after,.liveDashboard .list-results tbody thead span.mobile-filters.status:after,.liveDashboard .list-results thead tbody td.is-running span.mobile-filters:after,.liveDashboard .list-results tbody td.is-running thead span.mobile-filters:after,.liveDashboard .list-results thead tbody td.is-pending span.mobile-filters:after,.liveDashboard .list-results tbody td.is-pending thead span.mobile-filters:after,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .mobile-filters.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .mobile-filters.dropdown-toggle:after,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .mobile-filters.filter:after,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .mobile-filters.filter:after,.liveDashboard .list-results thead .form-label.status span.mobile-filters:after,.liveDashboard .list-results thead .status.status-log span.mobile-filters:after,.liveDashboard .list-results thead .status.status-report-item span.mobile-filters:after,.liveDashboard .list-results thead .double-list dd.status span.mobile-filters:after,.double-list .liveDashboard .list-results thead dd.status span.mobile-filters:after,.liveDashboard .list-results thead .double-list dt.status span.mobile-filters:after,.double-list .liveDashboard .list-results thead dt.status span.mobile-filters:after,.liveDashboard .list-results thead .w-cards-container .w-card .status.title span.mobile-filters:after,.w-cards-container .w-card .liveDashboard .list-results thead .status.title span.mobile-filters:after,.liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.mobile-filters:after,.w-cards-container .w-card.centered .w-value .liveDashboard .list-results thead .status.label span.mobile-filters:after,.liveDashboard .list-results thead tbody tr.sublist .status.title span.mobile-filters:after,.liveDashboard .list-results tbody tr.sublist thead .status.title span.mobile-filters:after,.form-label.status .liveDashboard .list-results thead span.mobile-filters:after,.status.status-log .liveDashboard .list-results thead span.mobile-filters:after,.status.status-report-item .liveDashboard .list-results thead span.mobile-filters:after,.double-list dd.status .liveDashboard .list-results thead span.mobile-filters:after,.double-list dt.status .liveDashboard .list-results thead span.mobile-filters:after,.w-cards-container .w-card .status.title .liveDashboard .list-results thead span.mobile-filters:after,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.mobile-filters:after,.list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.mobile-filters:after,.liveDashboard .list-results thead .w-filters-selected label.status.small span.mobile-filters:after,.w-filters-selected label.status.small .liveDashboard .list-results thead span.mobile-filters:after,.liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.mobile-filters:after,.w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.mobile-filters:after,.liveDashboard .list-results thead .sub-header .w-form label.mobile-filters:after,.liveDashboard .list-results thead .sub-header .w-double-list label.mobile-filters:after,.sub-header .w-form .liveDashboard .list-results thead label.mobile-filters:after,.sub-header .w-double-list .liveDashboard .list-results thead label.mobile-filters:after,.liveDashboard .list-results thead .block-filters button.mobile-filters:after,.block-filters .liveDashboard .list-results thead button.mobile-filters:after,.liveDashboard .list-results thead .block-filters select.mobile-filters:after,.block-filters .liveDashboard .list-results thead select.mobile-filters:after,.liveDashboard .list-results thead .form-auto-list .mobile-filters.form-auto-item.is-user-is-inactive:after,.form-auto-list .liveDashboard .list-results thead .mobile-filters.form-auto-item.is-user-is-inactive:after,.liveDashboard .list-results thead .form-auto-list .mobile-filters.form-auto-item.is-user-is-active:after,.form-auto-list .liveDashboard .list-results thead .mobile-filters.form-auto-item.is-user-is-active:after,.liveDashboard .list-results thead .list-results-header .status.title span.mobile-filters:after,.list-results-header .status.title .liveDashboard .list-results thead span.mobile-filters:after,.liveDashboard .list-results thead tr span.mobile-filters:after,.liveDashboard ._account_api .list-results thead .mobile-filters.icon:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .mobile-filters.dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .mobile-filters.dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-toast .mobile-filters.toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .mobile-filters.toast.plus:after,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label.mobile-filters:after,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label.mobile-filters:after,.liveDashboard ._account_api .list-results thead tbody span.mobile-filters.status:after,.liveDashboard ._account_api .list-results tbody thead span.mobile-filters.status:after,.liveDashboard ._account_api .list-results thead tbody td.is-running span.mobile-filters:after,.liveDashboard ._account_api .list-results tbody td.is-running thead span.mobile-filters:after,.liveDashboard ._account_api .list-results thead tbody td.is-pending span.mobile-filters:after,.liveDashboard ._account_api .list-results tbody td.is-pending thead span.mobile-filters:after,._account_api .liveDashboard .list-results thead .mobile-filters.icon:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .mobile-filters.dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .mobile-filters.dialog-aside:after,._account_api .liveDashboard .list-results thead .w-toast .mobile-filters.toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .mobile-filters.toast.plus:after,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.mobile-filters:after,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label.mobile-filters:after,._account_api .liveDashboard .list-results thead tbody span.mobile-filters.status:after,._account_api .liveDashboard .list-results tbody thead span.mobile-filters.status:after,._account_api .liveDashboard .list-results thead tbody td.is-running span.mobile-filters:after,._account_api .liveDashboard .list-results tbody td.is-running thead span.mobile-filters:after,._account_api .liveDashboard .list-results thead tbody td.is-pending span.mobile-filters:after,._account_api .liveDashboard .list-results tbody td.is-pending thead span.mobile-filters:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .mobile-filters.dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .mobile-filters.dropdown-toggle:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .mobile-filters.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .mobile-filters.dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .mobile-filters.filter:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .mobile-filters.filter:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .mobile-filters.filter:after,.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .mobile-filters.filter:after,.liveDashboard ._account_api .list-results thead .form-label.status span.mobile-filters:after,.liveDashboard ._account_api .list-results thead .status.status-log span.mobile-filters:after,.liveDashboard ._account_api .list-results thead .status.status-report-item span.mobile-filters:after,.liveDashboard ._account_api .list-results thead .double-list dd.status span.mobile-filters:after,.double-list .liveDashboard ._account_api .list-results thead dd.status span.mobile-filters:after,.liveDashboard ._account_api .list-results thead .double-list dt.status span.mobile-filters:after,.double-list .liveDashboard ._account_api .list-results thead dt.status span.mobile-filters:after,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span.mobile-filters:after,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title span.mobile-filters:after,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.mobile-filters:after,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label span.mobile-filters:after,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span.mobile-filters:after,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span.mobile-filters:after,._account_api .liveDashboard .list-results thead .form-label.status span.mobile-filters:after,._account_api .liveDashboard .list-results thead .status.status-log span.mobile-filters:after,._account_api .liveDashboard .list-results thead .status.status-report-item span.mobile-filters:after,._account_api .liveDashboard .list-results thead .double-list dd.status span.mobile-filters:after,.double-list ._account_api .liveDashboard .list-results thead dd.status span.mobile-filters:after,._account_api .liveDashboard .list-results thead .double-list dt.status span.mobile-filters:after,.double-list ._account_api .liveDashboard .list-results thead dt.status span.mobile-filters:after,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span.mobile-filters:after,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title span.mobile-filters:after,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.mobile-filters:after,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label span.mobile-filters:after,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span.mobile-filters:after,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span.mobile-filters:after,.liveDashboard .form-label.status ._account_api .list-results thead span.mobile-filters:after,.liveDashboard .status.status-log ._account_api .list-results thead span.mobile-filters:after,.liveDashboard .status.status-report-item ._account_api .list-results thead span.mobile-filters:after,.liveDashboard .double-list dd.status ._account_api .list-results thead span.mobile-filters:after,.double-list .liveDashboard dd.status ._account_api .list-results thead span.mobile-filters:after,.liveDashboard .double-list dt.status ._account_api .list-results thead span.mobile-filters:after,.double-list .liveDashboard dt.status ._account_api .list-results thead span.mobile-filters:after,.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span.mobile-filters:after,.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead span.mobile-filters:after,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.mobile-filters:after,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead span.mobile-filters:after,.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span.mobile-filters:after,.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead span.mobile-filters:after,.form-label.status ._account_api .liveDashboard .list-results thead span.mobile-filters:after,.status.status-log ._account_api .liveDashboard .list-results thead span.mobile-filters:after,.status.status-report-item ._account_api .liveDashboard .list-results thead span.mobile-filters:after,.double-list dd.status ._account_api .liveDashboard .list-results thead span.mobile-filters:after,.double-list dt.status ._account_api .liveDashboard .list-results thead span.mobile-filters:after,.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead span.mobile-filters:after,.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead span.mobile-filters:after,.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead span.mobile-filters:after,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span.mobile-filters:after,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span.mobile-filters:after,.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span.mobile-filters:after,.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead span.mobile-filters:after,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span.mobile-filters:after,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.mobile-filters:after,.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span.mobile-filters:after,.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead span.mobile-filters:after,.liveDashboard ._account_api .list-results thead .sub-header .w-form label.mobile-filters:after,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list label.mobile-filters:after,._account_api .liveDashboard .list-results thead .sub-header .w-form label.mobile-filters:after,._account_api .liveDashboard .list-results thead .sub-header .w-double-list label.mobile-filters:after,.liveDashboard .sub-header .w-form ._account_api .list-results thead label.mobile-filters:after,.liveDashboard .sub-header .w-double-list ._account_api .list-results thead label.mobile-filters:after,.sub-header .w-form ._account_api .liveDashboard .list-results thead label.mobile-filters:after,.sub-header .w-double-list ._account_api .liveDashboard .list-results thead label.mobile-filters:after,.liveDashboard ._account_api .list-results thead .block-filters button.mobile-filters:after,._account_api .liveDashboard .list-results thead .block-filters button.mobile-filters:after,.liveDashboard .block-filters ._account_api .list-results thead button.mobile-filters:after,.block-filters ._account_api .liveDashboard .list-results thead button.mobile-filters:after,.liveDashboard ._account_api .list-results thead .block-filters select.mobile-filters:after,._account_api .liveDashboard .list-results thead .block-filters select.mobile-filters:after,.liveDashboard .block-filters ._account_api .list-results thead select.mobile-filters:after,.block-filters ._account_api .liveDashboard .list-results thead select.mobile-filters:after,.liveDashboard ._account_api .list-results thead .form-auto-list .mobile-filters.form-auto-item.is-user-is-inactive:after,._account_api .liveDashboard .list-results thead .form-auto-list .mobile-filters.form-auto-item.is-user-is-inactive:after,.liveDashboard .form-auto-list ._account_api .list-results thead .mobile-filters.form-auto-item.is-user-is-inactive:after,.form-auto-list ._account_api .liveDashboard .list-results thead .mobile-filters.form-auto-item.is-user-is-inactive:after,.liveDashboard ._account_api .list-results thead .form-auto-list .mobile-filters.form-auto-item.is-user-is-active:after,._account_api .liveDashboard .list-results thead .form-auto-list .mobile-filters.form-auto-item.is-user-is-active:after,.liveDashboard .form-auto-list ._account_api .list-results thead .mobile-filters.form-auto-item.is-user-is-active:after,.form-auto-list ._account_api .liveDashboard .list-results thead .mobile-filters.form-auto-item.is-user-is-active:after,.liveDashboard ._account_api .list-results thead .list-results-header .status.title span.mobile-filters:after,._account_api .liveDashboard .list-results thead .list-results-header .status.title span.mobile-filters:after,.liveDashboard .list-results-header .status.title ._account_api .list-results thead span.mobile-filters:after,.list-results-header .status.title ._account_api .liveDashboard .list-results thead span.mobile-filters:after,.liveDashboard ._account_api .list-results thead tr span.mobile-filters:after,._account_api .liveDashboard .list-results thead tr span.mobile-filters:after,.liveDashboard ._account_api .list-results thead .mobile-filters.icon:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .mobile-filters.dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .mobile-filters.dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-toast .mobile-filters.toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .mobile-filters.toast.plus:after,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label.mobile-filters:after,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label.mobile-filters:after,.liveDashboard ._account_api .list-results thead tbody span.mobile-filters.status:after,.liveDashboard ._account_api .list-results tbody thead span.mobile-filters.status:after,.liveDashboard ._account_api .list-results thead tbody td.is-running span.mobile-filters:after,.liveDashboard ._account_api .list-results tbody td.is-running thead span.mobile-filters:after,.liveDashboard ._account_api .list-results thead tbody td.is-pending span.mobile-filters:after,.liveDashboard ._account_api .list-results tbody td.is-pending thead span.mobile-filters:after,._account_api .liveDashboard .list-results thead .mobile-filters.icon:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .mobile-filters.dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .mobile-filters.dialog-aside:after,._account_api .liveDashboard .list-results thead .w-toast .mobile-filters.toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .mobile-filters.toast.plus:after,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.mobile-filters:after,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label.mobile-filters:after,._account_api .liveDashboard .list-results thead tbody span.mobile-filters.status:after,._account_api .liveDashboard .list-results tbody thead span.mobile-filters.status:after,._account_api .liveDashboard .list-results thead tbody td.is-running span.mobile-filters:after,._account_api .liveDashboard .list-results tbody td.is-running thead span.mobile-filters:after,._account_api .liveDashboard .list-results thead tbody td.is-pending span.mobile-filters:after,._account_api .liveDashboard .list-results tbody td.is-pending thead span.mobile-filters:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .mobile-filters.dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .mobile-filters.dropdown-toggle:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .mobile-filters.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .mobile-filters.dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .mobile-filters.filter:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .mobile-filters.filter:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .mobile-filters.filter:after,.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .mobile-filters.filter:after,.liveDashboard ._account_api .list-results thead .form-label.status span.mobile-filters:after,.liveDashboard ._account_api .list-results thead .status.status-log span.mobile-filters:after,.liveDashboard ._account_api .list-results thead .status.status-report-item span.mobile-filters:after,.liveDashboard ._account_api .list-results thead .double-list dd.status span.mobile-filters:after,.double-list .liveDashboard ._account_api .list-results thead dd.status span.mobile-filters:after,.liveDashboard ._account_api .list-results thead .double-list dt.status span.mobile-filters:after,.double-list .liveDashboard ._account_api .list-results thead dt.status span.mobile-filters:after,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span.mobile-filters:after,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title span.mobile-filters:after,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.mobile-filters:after,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label span.mobile-filters:after,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span.mobile-filters:after,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span.mobile-filters:after,._account_api .liveDashboard .list-results thead .form-label.status span.mobile-filters:after,._account_api .liveDashboard .list-results thead .status.status-log span.mobile-filters:after,._account_api .liveDashboard .list-results thead .status.status-report-item span.mobile-filters:after,._account_api .liveDashboard .list-results thead .double-list dd.status span.mobile-filters:after,.double-list ._account_api .liveDashboard .list-results thead dd.status span.mobile-filters:after,._account_api .liveDashboard .list-results thead .double-list dt.status span.mobile-filters:after,.double-list ._account_api .liveDashboard .list-results thead dt.status span.mobile-filters:after,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span.mobile-filters:after,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title span.mobile-filters:after,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.mobile-filters:after,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label span.mobile-filters:after,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span.mobile-filters:after,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span.mobile-filters:after,.liveDashboard .form-label.status ._account_api .list-results thead span.mobile-filters:after,.liveDashboard .status.status-log ._account_api .list-results thead span.mobile-filters:after,.liveDashboard .status.status-report-item ._account_api .list-results thead span.mobile-filters:after,.liveDashboard .double-list dd.status ._account_api .list-results thead span.mobile-filters:after,.double-list .liveDashboard dd.status ._account_api .list-results thead span.mobile-filters:after,.liveDashboard .double-list dt.status ._account_api .list-results thead span.mobile-filters:after,.double-list .liveDashboard dt.status ._account_api .list-results thead span.mobile-filters:after,.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span.mobile-filters:after,.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead span.mobile-filters:after,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.mobile-filters:after,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead span.mobile-filters:after,.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span.mobile-filters:after,.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead span.mobile-filters:after,.form-label.status ._account_api .liveDashboard .list-results thead span.mobile-filters:after,.status.status-log ._account_api .liveDashboard .list-results thead span.mobile-filters:after,.status.status-report-item ._account_api .liveDashboard .list-results thead span.mobile-filters:after,.double-list dd.status ._account_api .liveDashboard .list-results thead span.mobile-filters:after,.double-list dt.status ._account_api .liveDashboard .list-results thead span.mobile-filters:after,.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead span.mobile-filters:after,.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead span.mobile-filters:after,.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead span.mobile-filters:after,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span.mobile-filters:after,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span.mobile-filters:after,.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span.mobile-filters:after,.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead span.mobile-filters:after,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span.mobile-filters:after,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.mobile-filters:after,.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span.mobile-filters:after,.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead span.mobile-filters:after,.liveDashboard ._account_api .list-results thead .sub-header .w-form label.mobile-filters:after,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list label.mobile-filters:after,._account_api .liveDashboard .list-results thead .sub-header .w-form label.mobile-filters:after,._account_api .liveDashboard .list-results thead .sub-header .w-double-list label.mobile-filters:after,.liveDashboard .sub-header .w-form ._account_api .list-results thead label.mobile-filters:after,.liveDashboard .sub-header .w-double-list ._account_api .list-results thead label.mobile-filters:after,.sub-header .w-form ._account_api .liveDashboard .list-results thead label.mobile-filters:after,.sub-header .w-double-list ._account_api .liveDashboard .list-results thead label.mobile-filters:after,.liveDashboard ._account_api .list-results thead .block-filters button.mobile-filters:after,._account_api .liveDashboard .list-results thead .block-filters button.mobile-filters:after,.liveDashboard .block-filters ._account_api .list-results thead button.mobile-filters:after,.block-filters ._account_api .liveDashboard .list-results thead button.mobile-filters:after,.liveDashboard ._account_api .list-results thead .block-filters select.mobile-filters:after,._account_api .liveDashboard .list-results thead .block-filters select.mobile-filters:after,.liveDashboard .block-filters ._account_api .list-results thead select.mobile-filters:after,.block-filters ._account_api .liveDashboard .list-results thead select.mobile-filters:after,.liveDashboard ._account_api .list-results thead .form-auto-list .mobile-filters.form-auto-item.is-user-is-inactive:after,._account_api .liveDashboard .list-results thead .form-auto-list .mobile-filters.form-auto-item.is-user-is-inactive:after,.liveDashboard .form-auto-list ._account_api .list-results thead .mobile-filters.form-auto-item.is-user-is-inactive:after,.form-auto-list ._account_api .liveDashboard .list-results thead .mobile-filters.form-auto-item.is-user-is-inactive:after,.liveDashboard ._account_api .list-results thead .form-auto-list .mobile-filters.form-auto-item.is-user-is-active:after,._account_api .liveDashboard .list-results thead .form-auto-list .mobile-filters.form-auto-item.is-user-is-active:after,.liveDashboard .form-auto-list ._account_api .list-results thead .mobile-filters.form-auto-item.is-user-is-active:after,.form-auto-list ._account_api .liveDashboard .list-results thead .mobile-filters.form-auto-item.is-user-is-active:after,.liveDashboard ._account_api .list-results thead .list-results-header .status.title span.mobile-filters:after,._account_api .liveDashboard .list-results thead .list-results-header .status.title span.mobile-filters:after,.liveDashboard .list-results-header .status.title ._account_api .list-results thead span.mobile-filters:after,.list-results-header .status.title ._account_api .liveDashboard .list-results thead span.mobile-filters:after,.liveDashboard ._account_api .list-results thead tr span.mobile-filters:after,._account_api .liveDashboard .list-results thead tr span.mobile-filters:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .mobile-filters.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .mobile-filters.dropdown-toggle:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .mobile-filters.filter:after,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .mobile-filters.filter:after,._account_api .form-label.status .liveDashboard .list-results thead span.mobile-filters:after,._account_api .status.status-log .liveDashboard .list-results thead span.mobile-filters:after,._account_api .status.status-report-item .liveDashboard .list-results thead span.mobile-filters:after,._account_api .double-list dd.status .liveDashboard .list-results thead span.mobile-filters:after,.double-list ._account_api dd.status .liveDashboard .list-results thead span.mobile-filters:after,._account_api .double-list dt.status .liveDashboard .list-results thead span.mobile-filters:after,.double-list ._account_api dt.status .liveDashboard .list-results thead span.mobile-filters:after,._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span.mobile-filters:after,.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead span.mobile-filters:after,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.mobile-filters:after,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead span.mobile-filters:after,._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.mobile-filters:after,.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead span.mobile-filters:after,.form-label.status .liveDashboard ._account_api .list-results thead span.mobile-filters:after,.status.status-log .liveDashboard ._account_api .list-results thead span.mobile-filters:after,.status.status-report-item .liveDashboard ._account_api .list-results thead span.mobile-filters:after,.double-list dd.status .liveDashboard ._account_api .list-results thead span.mobile-filters:after,.double-list dt.status .liveDashboard ._account_api .list-results thead span.mobile-filters:after,.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead span.mobile-filters:after,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead span.mobile-filters:after,.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead span.mobile-filters:after,._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span.mobile-filters:after,.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead span.mobile-filters:after,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.mobile-filters:after,.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead span.mobile-filters:after,._account_api .sub-header .w-form .liveDashboard .list-results thead label.mobile-filters:after,._account_api .sub-header .w-double-list .liveDashboard .list-results thead label.mobile-filters:after,.sub-header .w-form .liveDashboard ._account_api .list-results thead label.mobile-filters:after,.sub-header .w-double-list .liveDashboard ._account_api .list-results thead label.mobile-filters:after,._account_api .block-filters .liveDashboard .list-results thead button.mobile-filters:after,.block-filters .liveDashboard ._account_api .list-results thead button.mobile-filters:after,._account_api .block-filters .liveDashboard .list-results thead select.mobile-filters:after,.block-filters .liveDashboard ._account_api .list-results thead select.mobile-filters:after,._account_api .form-auto-list .liveDashboard .list-results thead .mobile-filters.form-auto-item.is-user-is-inactive:after,.form-auto-list .liveDashboard ._account_api .list-results thead .mobile-filters.form-auto-item.is-user-is-inactive:after,._account_api .form-auto-list .liveDashboard .list-results thead .mobile-filters.form-auto-item.is-user-is-active:after,.form-auto-list .liveDashboard ._account_api .list-results thead .mobile-filters.form-auto-item.is-user-is-active:after,._account_api .list-results-header .status.title .liveDashboard .list-results thead span.mobile-filters:after,.list-results-header .status.title .liveDashboard ._account_api .list-results thead span.mobile-filters:after,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .mobile-filters.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .mobile-filters.dropdown-toggle:after,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .mobile-filters.filter:after,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .mobile-filters.filter:after,.liveDashboard .list-results thead .form-label.status span.mobile-filters:after,.liveDashboard .list-results thead .status.status-log span.mobile-filters:after,.liveDashboard .list-results thead .status.status-report-item span.mobile-filters:after,.liveDashboard .list-results thead .double-list dd.status span.mobile-filters:after,.double-list .liveDashboard .list-results thead dd.status span.mobile-filters:after,.liveDashboard .list-results thead .double-list dt.status span.mobile-filters:after,.double-list .liveDashboard .list-results thead dt.status span.mobile-filters:after,.liveDashboard .list-results thead .w-cards-container .w-card .status.title span.mobile-filters:after,.w-cards-container .w-card .liveDashboard .list-results thead .status.title span.mobile-filters:after,.liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.mobile-filters:after,.w-cards-container .w-card.centered .w-value .liveDashboard .list-results thead .status.label span.mobile-filters:after,.liveDashboard .list-results thead tbody tr.sublist .status.title span.mobile-filters:after,.liveDashboard .list-results tbody tr.sublist thead .status.title span.mobile-filters:after,.form-label.status .liveDashboard .list-results thead span.mobile-filters:after,.status.status-log .liveDashboard .list-results thead span.mobile-filters:after,.status.status-report-item .liveDashboard .list-results thead span.mobile-filters:after,.double-list dd.status .liveDashboard .list-results thead span.mobile-filters:after,.double-list dt.status .liveDashboard .list-results thead span.mobile-filters:after,.w-cards-container .w-card .status.title .liveDashboard .list-results thead span.mobile-filters:after,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.mobile-filters:after,.list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.mobile-filters:after,.liveDashboard .list-results thead .w-filters-selected label.status.small span.mobile-filters:after,.w-filters-selected label.status.small .liveDashboard .list-results thead span.mobile-filters:after,.liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.mobile-filters:after,.w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.mobile-filters:after,.liveDashboard .list-results thead .sub-header .w-form label.mobile-filters:after,.liveDashboard .list-results thead .sub-header .w-double-list label.mobile-filters:after,.sub-header .w-form .liveDashboard .list-results thead label.mobile-filters:after,.sub-header .w-double-list .liveDashboard .list-results thead label.mobile-filters:after,.liveDashboard .list-results thead .block-filters button.mobile-filters:after,.block-filters .liveDashboard .list-results thead button.mobile-filters:after,.liveDashboard .list-results thead .block-filters select.mobile-filters:after,.block-filters .liveDashboard .list-results thead select.mobile-filters:after,.liveDashboard .list-results thead .form-auto-list .mobile-filters.form-auto-item.is-user-is-inactive:after,.form-auto-list .liveDashboard .list-results thead .mobile-filters.form-auto-item.is-user-is-inactive:after,.liveDashboard .list-results thead .form-auto-list .mobile-filters.form-auto-item.is-user-is-active:after,.form-auto-list .liveDashboard .list-results thead .mobile-filters.form-auto-item.is-user-is-active:after,.liveDashboard .list-results thead .list-results-header .status.title span.mobile-filters:after,.list-results-header .status.title .liveDashboard .list-results thead span.mobile-filters:after,.liveDashboard .list-results thead tr span.mobile-filters:after,._account_api .list-results thead .mobile-filters.icon:after,._account_api .list-results thead .w-dialog.plus .mobile-filters.dialog-aside:after,.w-dialog.plus ._account_api .list-results thead .mobile-filters.dialog-aside:after,._account_api .list-results thead .w-toast .mobile-filters.toast.plus:after,.w-toast ._account_api .list-results thead .mobile-filters.toast.plus:after,._account_api .list-results thead .toggleWrapper input.mobileToggle+label.mobile-filters:after,.toggleWrapper ._account_api .list-results thead input.mobileToggle+label.mobile-filters:after,._account_api .list-results thead tbody span.mobile-filters.status:after,._account_api .list-results tbody thead span.mobile-filters.status:after,._account_api .list-results thead tbody td.is-running span.mobile-filters:after,._account_api .list-results tbody td.is-running thead span.mobile-filters:after,._account_api .list-results thead tbody td.is-pending span.mobile-filters:after,._account_api .list-results tbody td.is-pending thead span.mobile-filters:after,._account_api .liveDashboard .list-results thead .mobile-filters.icon:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .mobile-filters.dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .mobile-filters.dialog-aside:after,._account_api .liveDashboard .list-results thead .w-toast .mobile-filters.toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .mobile-filters.toast.plus:after,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.mobile-filters:after,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label.mobile-filters:after,._account_api .liveDashboard .list-results thead tbody span.mobile-filters.status:after,._account_api .liveDashboard .list-results tbody thead span.mobile-filters.status:after,._account_api .liveDashboard .list-results thead tbody td.is-running span.mobile-filters:after,._account_api .liveDashboard .list-results tbody td.is-running thead span.mobile-filters:after,._account_api .liveDashboard .list-results thead tbody td.is-pending span.mobile-filters:after,._account_api .liveDashboard .list-results tbody td.is-pending thead span.mobile-filters:after,.liveDashboard ._account_api .list-results thead .mobile-filters.icon:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .mobile-filters.dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .mobile-filters.dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-toast .mobile-filters.toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .mobile-filters.toast.plus:after,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label.mobile-filters:after,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label.mobile-filters:after,.liveDashboard ._account_api .list-results thead tbody span.mobile-filters.status:after,.liveDashboard ._account_api .list-results tbody thead span.mobile-filters.status:after,.liveDashboard ._account_api .list-results thead tbody td.is-running span.mobile-filters:after,.liveDashboard ._account_api .list-results tbody td.is-running thead span.mobile-filters:after,.liveDashboard ._account_api .list-results thead tbody td.is-pending span.mobile-filters:after,.liveDashboard ._account_api .list-results tbody td.is-pending thead span.mobile-filters:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .mobile-filters.dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .mobile-filters.dropdown-toggle:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .mobile-filters.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .mobile-filters.dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .mobile-filters.filter:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .mobile-filters.filter:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .mobile-filters.filter:after,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .mobile-filters.filter:after,._account_api .liveDashboard .list-results thead .form-label.status span.mobile-filters:after,._account_api .liveDashboard .list-results thead .status.status-log span.mobile-filters:after,._account_api .liveDashboard .list-results thead .status.status-report-item span.mobile-filters:after,._account_api .liveDashboard .list-results thead .double-list dd.status span.mobile-filters:after,.double-list ._account_api .liveDashboard .list-results thead dd.status span.mobile-filters:after,._account_api .liveDashboard .list-results thead .double-list dt.status span.mobile-filters:after,.double-list ._account_api .liveDashboard .list-results thead dt.status span.mobile-filters:after,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span.mobile-filters:after,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title span.mobile-filters:after,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.mobile-filters:after,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label span.mobile-filters:after,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span.mobile-filters:after,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span.mobile-filters:after,.liveDashboard ._account_api .list-results thead .form-label.status span.mobile-filters:after,.liveDashboard ._account_api .list-results thead .status.status-log span.mobile-filters:after,.liveDashboard ._account_api .list-results thead .status.status-report-item span.mobile-filters:after,.liveDashboard ._account_api .list-results thead .double-list dd.status span.mobile-filters:after,.double-list .liveDashboard ._account_api .list-results thead dd.status span.mobile-filters:after,.liveDashboard ._account_api .list-results thead .double-list dt.status span.mobile-filters:after,.double-list .liveDashboard ._account_api .list-results thead dt.status span.mobile-filters:after,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span.mobile-filters:after,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title span.mobile-filters:after,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.mobile-filters:after,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label span.mobile-filters:after,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span.mobile-filters:after,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span.mobile-filters:after,._account_api .form-label.status .liveDashboard .list-results thead span.mobile-filters:after,._account_api .status.status-log .liveDashboard .list-results thead span.mobile-filters:after,._account_api .status.status-report-item .liveDashboard .list-results thead span.mobile-filters:after,._account_api .double-list dd.status .liveDashboard .list-results thead span.mobile-filters:after,.double-list ._account_api dd.status .liveDashboard .list-results thead span.mobile-filters:after,._account_api .double-list dt.status .liveDashboard .list-results thead span.mobile-filters:after,.double-list ._account_api dt.status .liveDashboard .list-results thead span.mobile-filters:after,._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span.mobile-filters:after,.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead span.mobile-filters:after,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.mobile-filters:after,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead span.mobile-filters:after,._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.mobile-filters:after,.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead span.mobile-filters:after,.form-label.status .liveDashboard ._account_api .list-results thead span.mobile-filters:after,.status.status-log .liveDashboard ._account_api .list-results thead span.mobile-filters:after,.status.status-report-item .liveDashboard ._account_api .list-results thead span.mobile-filters:after,.double-list dd.status .liveDashboard ._account_api .list-results thead span.mobile-filters:after,.double-list dt.status .liveDashboard ._account_api .list-results thead span.mobile-filters:after,.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead span.mobile-filters:after,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead span.mobile-filters:after,.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead span.mobile-filters:after,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span.mobile-filters:after,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span.mobile-filters:after,._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span.mobile-filters:after,.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead span.mobile-filters:after,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.mobile-filters:after,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span.mobile-filters:after,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.mobile-filters:after,.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead span.mobile-filters:after,._account_api .liveDashboard .list-results thead .sub-header .w-form label.mobile-filters:after,._account_api .liveDashboard .list-results thead .sub-header .w-double-list label.mobile-filters:after,.liveDashboard ._account_api .list-results thead .sub-header .w-form label.mobile-filters:after,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list label.mobile-filters:after,._account_api .sub-header .w-form .liveDashboard .list-results thead label.mobile-filters:after,._account_api .sub-header .w-double-list .liveDashboard .list-results thead label.mobile-filters:after,.sub-header .w-form .liveDashboard ._account_api .list-results thead label.mobile-filters:after,.sub-header .w-double-list .liveDashboard ._account_api .list-results thead label.mobile-filters:after,._account_api .liveDashboard .list-results thead .block-filters button.mobile-filters:after,.liveDashboard ._account_api .list-results thead .block-filters button.mobile-filters:after,._account_api .block-filters .liveDashboard .list-results thead button.mobile-filters:after,.block-filters .liveDashboard ._account_api .list-results thead button.mobile-filters:after,._account_api .liveDashboard .list-results thead .block-filters select.mobile-filters:after,.liveDashboard ._account_api .list-results thead .block-filters select.mobile-filters:after,._account_api .block-filters .liveDashboard .list-results thead select.mobile-filters:after,.block-filters .liveDashboard ._account_api .list-results thead select.mobile-filters:after,._account_api .liveDashboard .list-results thead .form-auto-list .mobile-filters.form-auto-item.is-user-is-inactive:after,.liveDashboard ._account_api .list-results thead .form-auto-list .mobile-filters.form-auto-item.is-user-is-inactive:after,._account_api .form-auto-list .liveDashboard .list-results thead .mobile-filters.form-auto-item.is-user-is-inactive:after,.form-auto-list .liveDashboard ._account_api .list-results thead .mobile-filters.form-auto-item.is-user-is-inactive:after,._account_api .liveDashboard .list-results thead .form-auto-list .mobile-filters.form-auto-item.is-user-is-active:after,.liveDashboard ._account_api .list-results thead .form-auto-list .mobile-filters.form-auto-item.is-user-is-active:after,._account_api .form-auto-list .liveDashboard .list-results thead .mobile-filters.form-auto-item.is-user-is-active:after,.form-auto-list .liveDashboard ._account_api .list-results thead .mobile-filters.form-auto-item.is-user-is-active:after,._account_api .liveDashboard .list-results thead .list-results-header .status.title span.mobile-filters:after,.liveDashboard ._account_api .list-results thead .list-results-header .status.title span.mobile-filters:after,._account_api .list-results-header .status.title .liveDashboard .list-results thead span.mobile-filters:after,.list-results-header .status.title .liveDashboard ._account_api .list-results thead span.mobile-filters:after,._account_api .liveDashboard .list-results thead tr span.mobile-filters:after,.liveDashboard ._account_api .list-results thead tr span.mobile-filters:after,._account_api .list-results thead .mobile-filters.icon:after,._account_api .list-results thead .w-dialog.plus .mobile-filters.dialog-aside:after,.w-dialog.plus ._account_api .list-results thead .mobile-filters.dialog-aside:after,._account_api .list-results thead .w-toast .mobile-filters.toast.plus:after,.w-toast ._account_api .list-results thead .mobile-filters.toast.plus:after,._account_api .list-results thead .toggleWrapper input.mobileToggle+label.mobile-filters:after,.toggleWrapper ._account_api .list-results thead input.mobileToggle+label.mobile-filters:after,._account_api .list-results thead tbody span.mobile-filters.status:after,._account_api .list-results tbody thead span.mobile-filters.status:after,._account_api .list-results thead tbody td.is-running span.mobile-filters:after,._account_api .list-results tbody td.is-running thead span.mobile-filters:after,._account_api .list-results thead tbody td.is-pending span.mobile-filters:after,._account_api .list-results tbody td.is-pending thead span.mobile-filters:after,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .mobile-filters.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .mobile-filters.dropdown-toggle:after,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .mobile-filters.filter:after,.w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .mobile-filters.filter:after,._account_api .list-results thead .form-label.status span.mobile-filters:after,._account_api .list-results thead .status.status-log span.mobile-filters:after,._account_api .list-results thead .status.status-report-item span.mobile-filters:after,._account_api .list-results thead .double-list dd.status span.mobile-filters:after,.double-list ._account_api .list-results thead dd.status span.mobile-filters:after,._account_api .list-results thead .double-list dt.status span.mobile-filters:after,.double-list ._account_api .list-results thead dt.status span.mobile-filters:after,._account_api .list-results thead .w-cards-container .w-card .status.title span.mobile-filters:after,.w-cards-container .w-card ._account_api .list-results thead .status.title span.mobile-filters:after,._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.mobile-filters:after,.w-cards-container .w-card.centered .w-value ._account_api .list-results thead .status.label span.mobile-filters:after,._account_api .list-results thead tbody tr.sublist .status.title span.mobile-filters:after,._account_api .list-results tbody tr.sublist thead .status.title span.mobile-filters:after,.form-label.status ._account_api .list-results thead span.mobile-filters:after,.status.status-log ._account_api .list-results thead span.mobile-filters:after,.status.status-report-item ._account_api .list-results thead span.mobile-filters:after,.double-list dd.status ._account_api .list-results thead span.mobile-filters:after,.double-list dt.status ._account_api .list-results thead span.mobile-filters:after,.w-cards-container .w-card .status.title ._account_api .list-results thead span.mobile-filters:after,.w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.mobile-filters:after,.list-results tbody tr.sublist .status.title ._account_api .list-results thead span.mobile-filters:after,._account_api .list-results thead .w-filters-selected label.status.small span.mobile-filters:after,.w-filters-selected label.status.small ._account_api .list-results thead span.mobile-filters:after,._account_api .list-results thead .w-filters-selected .status.btn-f-s span.mobile-filters:after,.w-filters-selected .status.btn-f-s ._account_api .list-results thead span.mobile-filters:after,._account_api .list-results thead .sub-header .w-form label.mobile-filters:after,._account_api .list-results thead .sub-header .w-double-list label.mobile-filters:after,.sub-header .w-form ._account_api .list-results thead label.mobile-filters:after,.sub-header .w-double-list ._account_api .list-results thead label.mobile-filters:after,._account_api .list-results thead .block-filters button.mobile-filters:after,.block-filters ._account_api .list-results thead button.mobile-filters:after,._account_api .list-results thead .block-filters select.mobile-filters:after,.block-filters ._account_api .list-results thead select.mobile-filters:after,._account_api .list-results thead .form-auto-list .mobile-filters.form-auto-item.is-user-is-inactive:after,.form-auto-list ._account_api .list-results thead .mobile-filters.form-auto-item.is-user-is-inactive:after,._account_api .list-results thead .form-auto-list .mobile-filters.form-auto-item.is-user-is-active:after,.form-auto-list ._account_api .list-results thead .mobile-filters.form-auto-item.is-user-is-active:after,._account_api .list-results thead .list-results-header .status.title span.mobile-filters:after,.list-results-header .status.title ._account_api .list-results thead span.mobile-filters:after,._account_api .list-results thead tr span.mobile-filters:after,.liveDashboard ._account_api .list-results thead .mobile-filters.icon:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .mobile-filters.dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .mobile-filters.dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-toast .mobile-filters.toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .mobile-filters.toast.plus:after,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label.mobile-filters:after,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label.mobile-filters:after,.liveDashboard ._account_api .list-results thead tbody span.mobile-filters.status:after,.liveDashboard ._account_api .list-results tbody thead span.mobile-filters.status:after,.liveDashboard ._account_api .list-results thead tbody td.is-running span.mobile-filters:after,.liveDashboard ._account_api .list-results tbody td.is-running thead span.mobile-filters:after,.liveDashboard ._account_api .list-results thead tbody td.is-pending span.mobile-filters:after,.liveDashboard ._account_api .list-results tbody td.is-pending thead span.mobile-filters:after,._account_api .liveDashboard .list-results thead .mobile-filters.icon:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .mobile-filters.dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .mobile-filters.dialog-aside:after,._account_api .liveDashboard .list-results thead .w-toast .mobile-filters.toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .mobile-filters.toast.plus:after,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.mobile-filters:after,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label.mobile-filters:after,._account_api .liveDashboard .list-results thead tbody span.mobile-filters.status:after,._account_api .liveDashboard .list-results tbody thead span.mobile-filters.status:after,._account_api .liveDashboard .list-results thead tbody td.is-running span.mobile-filters:after,._account_api .liveDashboard .list-results tbody td.is-running thead span.mobile-filters:after,._account_api .liveDashboard .list-results thead tbody td.is-pending span.mobile-filters:after,._account_api .liveDashboard .list-results tbody td.is-pending thead span.mobile-filters:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .mobile-filters.dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .mobile-filters.dropdown-toggle:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .mobile-filters.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .mobile-filters.dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .mobile-filters.filter:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .mobile-filters.filter:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .mobile-filters.filter:after,.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .mobile-filters.filter:after,.liveDashboard ._account_api .list-results thead .form-label.status span.mobile-filters:after,.liveDashboard ._account_api .list-results thead .status.status-log span.mobile-filters:after,.liveDashboard ._account_api .list-results thead .status.status-report-item span.mobile-filters:after,.liveDashboard ._account_api .list-results thead .double-list dd.status span.mobile-filters:after,.double-list .liveDashboard ._account_api .list-results thead dd.status span.mobile-filters:after,.liveDashboard ._account_api .list-results thead .double-list dt.status span.mobile-filters:after,.double-list .liveDashboard ._account_api .list-results thead dt.status span.mobile-filters:after,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span.mobile-filters:after,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title span.mobile-filters:after,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.mobile-filters:after,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label span.mobile-filters:after,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span.mobile-filters:after,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span.mobile-filters:after,._account_api .liveDashboard .list-results thead .form-label.status span.mobile-filters:after,._account_api .liveDashboard .list-results thead .status.status-log span.mobile-filters:after,._account_api .liveDashboard .list-results thead .status.status-report-item span.mobile-filters:after,._account_api .liveDashboard .list-results thead .double-list dd.status span.mobile-filters:after,.double-list ._account_api .liveDashboard .list-results thead dd.status span.mobile-filters:after,._account_api .liveDashboard .list-results thead .double-list dt.status span.mobile-filters:after,.double-list ._account_api .liveDashboard .list-results thead dt.status span.mobile-filters:after,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span.mobile-filters:after,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title span.mobile-filters:after,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.mobile-filters:after,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label span.mobile-filters:after,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span.mobile-filters:after,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span.mobile-filters:after,.liveDashboard .form-label.status ._account_api .list-results thead span.mobile-filters:after,.liveDashboard .status.status-log ._account_api .list-results thead span.mobile-filters:after,.liveDashboard .status.status-report-item ._account_api .list-results thead span.mobile-filters:after,.liveDashboard .double-list dd.status ._account_api .list-results thead span.mobile-filters:after,.double-list .liveDashboard dd.status ._account_api .list-results thead span.mobile-filters:after,.liveDashboard .double-list dt.status ._account_api .list-results thead span.mobile-filters:after,.double-list .liveDashboard dt.status ._account_api .list-results thead span.mobile-filters:after,.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span.mobile-filters:after,.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead span.mobile-filters:after,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.mobile-filters:after,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead span.mobile-filters:after,.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span.mobile-filters:after,.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead span.mobile-filters:after,.form-label.status ._account_api .liveDashboard .list-results thead span.mobile-filters:after,.status.status-log ._account_api .liveDashboard .list-results thead span.mobile-filters:after,.status.status-report-item ._account_api .liveDashboard .list-results thead span.mobile-filters:after,.double-list dd.status ._account_api .liveDashboard .list-results thead span.mobile-filters:after,.double-list dt.status ._account_api .liveDashboard .list-results thead span.mobile-filters:after,.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead span.mobile-filters:after,.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead span.mobile-filters:after,.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead span.mobile-filters:after,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span.mobile-filters:after,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span.mobile-filters:after,.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span.mobile-filters:after,.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead span.mobile-filters:after,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span.mobile-filters:after,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.mobile-filters:after,.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span.mobile-filters:after,.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead span.mobile-filters:after,.liveDashboard ._account_api .list-results thead .sub-header .w-form label.mobile-filters:after,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list label.mobile-filters:after,._account_api .liveDashboard .list-results thead .sub-header .w-form label.mobile-filters:after,._account_api .liveDashboard .list-results thead .sub-header .w-double-list label.mobile-filters:after,.liveDashboard .sub-header .w-form ._account_api .list-results thead label.mobile-filters:after,.liveDashboard .sub-header .w-double-list ._account_api .list-results thead label.mobile-filters:after,.sub-header .w-form ._account_api .liveDashboard .list-results thead label.mobile-filters:after,.sub-header .w-double-list ._account_api .liveDashboard .list-results thead label.mobile-filters:after,.liveDashboard ._account_api .list-results thead .block-filters button.mobile-filters:after,._account_api .liveDashboard .list-results thead .block-filters button.mobile-filters:after,.liveDashboard .block-filters ._account_api .list-results thead button.mobile-filters:after,.block-filters ._account_api .liveDashboard .list-results thead button.mobile-filters:after,.liveDashboard ._account_api .list-results thead .block-filters select.mobile-filters:after,._account_api .liveDashboard .list-results thead .block-filters select.mobile-filters:after,.liveDashboard .block-filters ._account_api .list-results thead select.mobile-filters:after,.block-filters ._account_api .liveDashboard .list-results thead select.mobile-filters:after,.liveDashboard ._account_api .list-results thead .form-auto-list .mobile-filters.form-auto-item.is-user-is-inactive:after,._account_api .liveDashboard .list-results thead .form-auto-list .mobile-filters.form-auto-item.is-user-is-inactive:after,.liveDashboard .form-auto-list ._account_api .list-results thead .mobile-filters.form-auto-item.is-user-is-inactive:after,.form-auto-list ._account_api .liveDashboard .list-results thead .mobile-filters.form-auto-item.is-user-is-inactive:after,.liveDashboard ._account_api .list-results thead .form-auto-list .mobile-filters.form-auto-item.is-user-is-active:after,._account_api .liveDashboard .list-results thead .form-auto-list .mobile-filters.form-auto-item.is-user-is-active:after,.liveDashboard .form-auto-list ._account_api .list-results thead .mobile-filters.form-auto-item.is-user-is-active:after,.form-auto-list ._account_api .liveDashboard .list-results thead .mobile-filters.form-auto-item.is-user-is-active:after,.liveDashboard ._account_api .list-results thead .list-results-header .status.title span.mobile-filters:after,._account_api .liveDashboard .list-results thead .list-results-header .status.title span.mobile-filters:after,.liveDashboard .list-results-header .status.title ._account_api .list-results thead span.mobile-filters:after,.list-results-header .status.title ._account_api .liveDashboard .list-results thead span.mobile-filters:after,.liveDashboard ._account_api .list-results thead tr span.mobile-filters:after,._account_api .liveDashboard .list-results thead tr span.mobile-filters:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .mobile-filters.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .mobile-filters.dropdown-toggle:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .mobile-filters.filter:after,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .mobile-filters.filter:after,._account_api .form-label.status .liveDashboard .list-results thead span.mobile-filters:after,._account_api .status.status-log .liveDashboard .list-results thead span.mobile-filters:after,._account_api .status.status-report-item .liveDashboard .list-results thead span.mobile-filters:after,._account_api .double-list dd.status .liveDashboard .list-results thead span.mobile-filters:after,.double-list ._account_api dd.status .liveDashboard .list-results thead span.mobile-filters:after,._account_api .double-list dt.status .liveDashboard .list-results thead span.mobile-filters:after,.double-list ._account_api dt.status .liveDashboard .list-results thead span.mobile-filters:after,._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span.mobile-filters:after,.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead span.mobile-filters:after,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.mobile-filters:after,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead span.mobile-filters:after,._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.mobile-filters:after,.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead span.mobile-filters:after,.form-label.status .liveDashboard ._account_api .list-results thead span.mobile-filters:after,.status.status-log .liveDashboard ._account_api .list-results thead span.mobile-filters:after,.status.status-report-item .liveDashboard ._account_api .list-results thead span.mobile-filters:after,.double-list dd.status .liveDashboard ._account_api .list-results thead span.mobile-filters:after,.double-list dt.status .liveDashboard ._account_api .list-results thead span.mobile-filters:after,.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead span.mobile-filters:after,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead span.mobile-filters:after,.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead span.mobile-filters:after,._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span.mobile-filters:after,.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead span.mobile-filters:after,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.mobile-filters:after,.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead span.mobile-filters:after,._account_api .sub-header .w-form .liveDashboard .list-results thead label.mobile-filters:after,._account_api .sub-header .w-double-list .liveDashboard .list-results thead label.mobile-filters:after,.sub-header .w-form .liveDashboard ._account_api .list-results thead label.mobile-filters:after,.sub-header .w-double-list .liveDashboard ._account_api .list-results thead label.mobile-filters:after,._account_api .block-filters .liveDashboard .list-results thead button.mobile-filters:after,.block-filters .liveDashboard ._account_api .list-results thead button.mobile-filters:after,._account_api .block-filters .liveDashboard .list-results thead select.mobile-filters:after,.block-filters .liveDashboard ._account_api .list-results thead select.mobile-filters:after,._account_api .form-auto-list .liveDashboard .list-results thead .mobile-filters.form-auto-item.is-user-is-inactive:after,.form-auto-list .liveDashboard ._account_api .list-results thead .mobile-filters.form-auto-item.is-user-is-inactive:after,._account_api .form-auto-list .liveDashboard .list-results thead .mobile-filters.form-auto-item.is-user-is-active:after,.form-auto-list .liveDashboard ._account_api .list-results thead .mobile-filters.form-auto-item.is-user-is-active:after,._account_api .list-results-header .status.title .liveDashboard .list-results thead span.mobile-filters:after,.list-results-header .status.title .liveDashboard ._account_api .list-results thead span.mobile-filters:after,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .mobile-filters.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .mobile-filters.dropdown-toggle:after,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .mobile-filters.filter:after,.w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .mobile-filters.filter:after,._account_api .list-results thead .form-label.status span.mobile-filters:after,._account_api .list-results thead .status.status-log span.mobile-filters:after,._account_api .list-results thead .status.status-report-item span.mobile-filters:after,._account_api .list-results thead .double-list dd.status span.mobile-filters:after,.double-list ._account_api .list-results thead dd.status span.mobile-filters:after,._account_api .list-results thead .double-list dt.status span.mobile-filters:after,.double-list ._account_api .list-results thead dt.status span.mobile-filters:after,._account_api .list-results thead .w-cards-container .w-card .status.title span.mobile-filters:after,.w-cards-container .w-card ._account_api .list-results thead .status.title span.mobile-filters:after,._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.mobile-filters:after,.w-cards-container .w-card.centered .w-value ._account_api .list-results thead .status.label span.mobile-filters:after,._account_api .list-results thead tbody tr.sublist .status.title span.mobile-filters:after,._account_api .list-results tbody tr.sublist thead .status.title span.mobile-filters:after,.form-label.status ._account_api .list-results thead span.mobile-filters:after,.status.status-log ._account_api .list-results thead span.mobile-filters:after,.status.status-report-item ._account_api .list-results thead span.mobile-filters:after,.double-list dd.status ._account_api .list-results thead span.mobile-filters:after,.double-list dt.status ._account_api .list-results thead span.mobile-filters:after,.w-cards-container .w-card .status.title ._account_api .list-results thead span.mobile-filters:after,.w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.mobile-filters:after,.list-results tbody tr.sublist .status.title ._account_api .list-results thead span.mobile-filters:after,._account_api .list-results thead .w-filters-selected label.status.small span.mobile-filters:after,.w-filters-selected label.status.small ._account_api .list-results thead span.mobile-filters:after,._account_api .list-results thead .w-filters-selected .status.btn-f-s span.mobile-filters:after,.w-filters-selected .status.btn-f-s ._account_api .list-results thead span.mobile-filters:after,._account_api .list-results thead .sub-header .w-form label.mobile-filters:after,._account_api .list-results thead .sub-header .w-double-list label.mobile-filters:after,.sub-header .w-form ._account_api .list-results thead label.mobile-filters:after,.sub-header .w-double-list ._account_api .list-results thead label.mobile-filters:after,._account_api .list-results thead .block-filters button.mobile-filters:after,.block-filters ._account_api .list-results thead button.mobile-filters:after,._account_api .list-results thead .block-filters select.mobile-filters:after,.block-filters ._account_api .list-results thead select.mobile-filters:after,._account_api .list-results thead .form-auto-list .mobile-filters.form-auto-item.is-user-is-inactive:after,.form-auto-list ._account_api .list-results thead .mobile-filters.form-auto-item.is-user-is-inactive:after,._account_api .list-results thead .form-auto-list .mobile-filters.form-auto-item.is-user-is-active:after,.form-auto-list ._account_api .list-results thead .mobile-filters.form-auto-item.is-user-is-active:after,._account_api .list-results thead .list-results-header .status.title span.mobile-filters:after,.list-results-header .status.title ._account_api .list-results thead span.mobile-filters:after,._account_api .list-results thead tr span.mobile-filters:after,.sidebar-default.sidebar-default-right .sidebar-default-body .filter-group .mobile-filters.filter-checkbox:after,.add-filters-dropdown .w-add-filters-list>div.filter-group .mobile-filters.filter-checkbox:after,.filter-preset .filter-field-name button.mobile-filters:after,.btn.mobile-filters:after,.pagination a.mobile-filters:after,.goal-option .mobile-filters.expend-label:after{display:none !important}.filter-preset .filter-field-name button{width:3rem !important}.filter-preset .filter-field-name button.i-close{border-radius:20px !important;opacity:1 !important}.filter-preset .filter-field-name button.i-check{opacity:1 !important}.filter-preset .filter-field-name button:before{opacity:1 !important}.button-default-group{display:flex}@media(min-width: 768px){.button-default-group{display:none}}.button-default-group .button-default,.button-default-group .liveDashboard .list-results thead .icon,.button-default-group .liveDashboard .list-results thead .w-alert-banner:before,.button-default-group .liveDashboard .list-results thead .w-alert-banner:before,.button-default-group .liveDashboard ._account_api .list-results thead .w-alert-banner:before,._account_api .button-default-group .liveDashboard .list-results thead .w-alert-banner:before,.button-default-group .liveDashboard ._account_api .list-results thead .w-alert-banner:before,.button-default-group ._account_api .liveDashboard .list-results thead .w-alert-banner:before,._account_api .button-default-group .liveDashboard .list-results thead .w-alert-banner:before,.button-default-group .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .button-default-group .liveDashboard .list-results thead .dialog-aside:after,.button-default-group .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.button-default-group .w-dialog.plus .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus .button-default-group .liveDashboard .list-results thead .dialog-aside:after,.button-default-group .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,._account_api .button-default-group .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.button-default-group .liveDashboard .w-dialog.plus ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus ._account_api .button-default-group .liveDashboard .list-results thead .dialog-aside:after,.button-default-group .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.button-default-group .w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus .button-default-group .liveDashboard ._account_api .list-results thead .dialog-aside:after,.button-default-group ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,._account_api .button-default-group .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.button-default-group .w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus ._account_api .button-default-group .liveDashboard .list-results thead .dialog-aside:after,.button-default-group .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-toast .button-default-group .liveDashboard .list-results thead .toast.plus:after,.button-default-group .liveDashboard .list-results thead .w-toast .toast.plus:after,.button-default-group .w-toast .liveDashboard .list-results thead .toast.plus:after,.w-toast .button-default-group .liveDashboard .list-results thead .toast.plus:after,.button-default-group .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,._account_api .button-default-group .liveDashboard .list-results thead .w-toast .toast.plus:after,.button-default-group .liveDashboard .w-toast ._account_api .list-results thead .toast.plus:after,.w-toast ._account_api .button-default-group .liveDashboard .list-results thead .toast.plus:after,.button-default-group .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.button-default-group .w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.w-toast .button-default-group .liveDashboard ._account_api .list-results thead .toast.plus:after,.button-default-group ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,._account_api .button-default-group .liveDashboard .list-results thead .w-toast .toast.plus:after,.button-default-group .w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,.w-toast ._account_api .button-default-group .liveDashboard .list-results thead .toast.plus:after,.button-default-group .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .button-default-group .liveDashboard .list-results thead .btn-period-clear:before,.button-default-group .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .button-default-group .liveDashboard .list-results thead .btn-filter:before,.button-default-group .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.button-default-group .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .button-default-group .liveDashboard .list-results thead .btn-period-clear:before,.button-default-group .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.button-default-group .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .button-default-group .liveDashboard .list-results thead .btn-filter:before,.button-default-group .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .button-default-group .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.button-default-group .liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .button-default-group .liveDashboard .list-results thead .btn-period-clear:before,.button-default-group .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .button-default-group .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.button-default-group .liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .button-default-group .liveDashboard .list-results thead .btn-filter:before,.button-default-group .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.button-default-group .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .button-default-group .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.button-default-group .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.button-default-group .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .button-default-group .liveDashboard ._account_api .list-results thead .btn-filter:before,.button-default-group ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .button-default-group .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.button-default-group .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .button-default-group .liveDashboard .list-results thead .btn-period-clear:before,.button-default-group ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .button-default-group .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.button-default-group .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .button-default-group .liveDashboard .list-results thead .btn-filter:before,.button-default-group .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .button-default-group .liveDashboard .list-results thead .btn-period-edit:before,.button-default-group .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.button-default-group .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .button-default-group .liveDashboard .list-results thead .btn-period-edit:before,.button-default-group .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .button-default-group .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.button-default-group .liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .button-default-group .liveDashboard .list-results thead .btn-period-edit:before,.button-default-group .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.button-default-group .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .button-default-group .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.button-default-group ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .button-default-group .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.button-default-group .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .button-default-group .liveDashboard .list-results thead .btn-period-edit:before,.button-default-group .liveDashboard .list-results thead .block-filters .btn-filter:before,.block-filters .button-default-group .liveDashboard .list-results thead .btn-filter:before,.button-default-group .liveDashboard .list-results thead .block-filters .btn-filter:before,.button-default-group .block-filters .liveDashboard .list-results thead .btn-filter:before,.block-filters .button-default-group .liveDashboard .list-results thead .btn-filter:before,.button-default-group .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,._account_api .button-default-group .liveDashboard .list-results thead .block-filters .btn-filter:before,.button-default-group .liveDashboard .block-filters ._account_api .list-results thead .btn-filter:before,.block-filters ._account_api .button-default-group .liveDashboard .list-results thead .btn-filter:before,.button-default-group .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.button-default-group .block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.block-filters .button-default-group .liveDashboard ._account_api .list-results thead .btn-filter:before,.button-default-group ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,._account_api .button-default-group .liveDashboard .list-results thead .block-filters .btn-filter:before,.button-default-group .block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,.block-filters ._account_api .button-default-group .liveDashboard .list-results thead .btn-filter:before,.button-default-group .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper .button-default-group .liveDashboard .list-results thead input.mobileToggle+label,.button-default-group .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.button-default-group .toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper .button-default-group .liveDashboard .list-results thead input.mobileToggle+label,.button-default-group .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,._account_api .button-default-group .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.button-default-group .liveDashboard .toggleWrapper ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper ._account_api .button-default-group .liveDashboard .list-results thead input.mobileToggle+label,.button-default-group .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.button-default-group .toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper .button-default-group .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.button-default-group ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,._account_api .button-default-group .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.button-default-group .toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper ._account_api .button-default-group .liveDashboard .list-results thead input.mobileToggle+label,.button-default-group .liveDashboard .list-results thead tbody span.status,.button-default-group .liveDashboard .list-results tbody thead span.status,.button-default-group .liveDashboard .list-results thead tbody span.status,.button-default-group .liveDashboard .list-results tbody thead span.status,.button-default-group .liveDashboard ._account_api .list-results thead tbody span.status,._account_api .button-default-group .liveDashboard .list-results thead tbody span.status,.button-default-group .liveDashboard ._account_api .list-results tbody thead span.status,._account_api .button-default-group .liveDashboard .list-results tbody thead span.status,.button-default-group .liveDashboard ._account_api .list-results thead tbody span.status,.button-default-group .liveDashboard ._account_api .list-results tbody thead span.status,.button-default-group ._account_api .liveDashboard .list-results thead tbody span.status,._account_api .button-default-group .liveDashboard .list-results thead tbody span.status,.button-default-group ._account_api .liveDashboard .list-results tbody thead span.status,._account_api .button-default-group .liveDashboard .list-results tbody thead span.status,.button-default-group .liveDashboard .list-results thead tbody td.is-running span,.button-default-group .liveDashboard .list-results tbody td.is-running thead span,.button-default-group .liveDashboard .list-results thead tbody td.is-running span,.button-default-group .liveDashboard .list-results tbody td.is-running thead span,.button-default-group .liveDashboard ._account_api .list-results thead tbody td.is-running span,._account_api .button-default-group .liveDashboard .list-results thead tbody td.is-running span,.button-default-group .liveDashboard ._account_api .list-results tbody td.is-running thead span,._account_api .button-default-group .liveDashboard .list-results tbody td.is-running thead span,.button-default-group .liveDashboard ._account_api .list-results thead tbody td.is-running span,.button-default-group .liveDashboard ._account_api .list-results tbody td.is-running thead span,.button-default-group ._account_api .liveDashboard .list-results thead tbody td.is-running span,._account_api .button-default-group .liveDashboard .list-results thead tbody td.is-running span,.button-default-group ._account_api .liveDashboard .list-results tbody td.is-running thead span,._account_api .button-default-group .liveDashboard .list-results tbody td.is-running thead span,.button-default-group .liveDashboard .list-results thead tbody td.is-pending span,.button-default-group .liveDashboard .list-results tbody td.is-pending thead span,.button-default-group .liveDashboard .list-results thead tbody td.is-pending span,.button-default-group .liveDashboard .list-results tbody td.is-pending thead span,.button-default-group .liveDashboard ._account_api .list-results thead tbody td.is-pending span,._account_api .button-default-group .liveDashboard .list-results thead tbody td.is-pending span,.button-default-group .liveDashboard ._account_api .list-results tbody td.is-pending thead span,._account_api .button-default-group .liveDashboard .list-results tbody td.is-pending thead span,.button-default-group .liveDashboard ._account_api .list-results thead tbody td.is-pending span,.button-default-group .liveDashboard ._account_api .list-results tbody td.is-pending thead span,.button-default-group ._account_api .liveDashboard .list-results thead tbody td.is-pending span,._account_api .button-default-group .liveDashboard .list-results thead tbody td.is-pending span,.button-default-group ._account_api .liveDashboard .list-results tbody td.is-pending thead span,._account_api .button-default-group .liveDashboard .list-results tbody td.is-pending thead span,.button-default-group .liveDashboard .list-results thead .icon,.button-default-group .liveDashboard .list-results thead .w-alert-banner:before,.button-default-group .liveDashboard .list-results thead .w-alert-banner:before,.button-default-group .liveDashboard ._account_api .list-results thead .w-alert-banner:before,._account_api .button-default-group .liveDashboard .list-results thead .w-alert-banner:before,.button-default-group .liveDashboard ._account_api .list-results thead .w-alert-banner:before,.button-default-group ._account_api .liveDashboard .list-results thead .w-alert-banner:before,._account_api .button-default-group .liveDashboard .list-results thead .w-alert-banner:before,.button-default-group .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .button-default-group .liveDashboard .list-results thead .dialog-aside:after,.button-default-group .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.button-default-group .w-dialog.plus .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus .button-default-group .liveDashboard .list-results thead .dialog-aside:after,.button-default-group .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,._account_api .button-default-group .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.button-default-group .liveDashboard .w-dialog.plus ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus ._account_api .button-default-group .liveDashboard .list-results thead .dialog-aside:after,.button-default-group .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.button-default-group .w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus .button-default-group .liveDashboard ._account_api .list-results thead .dialog-aside:after,.button-default-group ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,._account_api .button-default-group .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.button-default-group .w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus ._account_api .button-default-group .liveDashboard .list-results thead .dialog-aside:after,.button-default-group .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-toast .button-default-group .liveDashboard .list-results thead .toast.plus:after,.button-default-group .liveDashboard .list-results thead .w-toast .toast.plus:after,.button-default-group .w-toast .liveDashboard .list-results thead .toast.plus:after,.w-toast .button-default-group .liveDashboard .list-results thead .toast.plus:after,.button-default-group .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,._account_api .button-default-group .liveDashboard .list-results thead .w-toast .toast.plus:after,.button-default-group .liveDashboard .w-toast ._account_api .list-results thead .toast.plus:after,.w-toast ._account_api .button-default-group .liveDashboard .list-results thead .toast.plus:after,.button-default-group .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.button-default-group .w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.w-toast .button-default-group .liveDashboard ._account_api .list-results thead .toast.plus:after,.button-default-group ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,._account_api .button-default-group .liveDashboard .list-results thead .w-toast .toast.plus:after,.button-default-group .w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,.w-toast ._account_api .button-default-group .liveDashboard .list-results thead .toast.plus:after,.button-default-group .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .button-default-group .liveDashboard .list-results thead .btn-period-clear:before,.button-default-group .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .button-default-group .liveDashboard .list-results thead .btn-filter:before,.button-default-group .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.button-default-group .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .button-default-group .liveDashboard .list-results thead .btn-period-clear:before,.button-default-group .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.button-default-group .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .button-default-group .liveDashboard .list-results thead .btn-filter:before,.button-default-group .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .button-default-group .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.button-default-group .liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .button-default-group .liveDashboard .list-results thead .btn-period-clear:before,.button-default-group .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .button-default-group .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.button-default-group .liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .button-default-group .liveDashboard .list-results thead .btn-filter:before,.button-default-group .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.button-default-group .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .button-default-group .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.button-default-group .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.button-default-group .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .button-default-group .liveDashboard ._account_api .list-results thead .btn-filter:before,.button-default-group ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .button-default-group .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.button-default-group .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .button-default-group .liveDashboard .list-results thead .btn-period-clear:before,.button-default-group ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .button-default-group .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.button-default-group .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .button-default-group .liveDashboard .list-results thead .btn-filter:before,.button-default-group .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .button-default-group .liveDashboard .list-results thead .btn-period-edit:before,.button-default-group .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.button-default-group .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .button-default-group .liveDashboard .list-results thead .btn-period-edit:before,.button-default-group .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .button-default-group .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.button-default-group .liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .button-default-group .liveDashboard .list-results thead .btn-period-edit:before,.button-default-group .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.button-default-group .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .button-default-group .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.button-default-group ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .button-default-group .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.button-default-group .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .button-default-group .liveDashboard .list-results thead .btn-period-edit:before,.button-default-group .liveDashboard .list-results thead .block-filters .btn-filter:before,.block-filters .button-default-group .liveDashboard .list-results thead .btn-filter:before,.button-default-group .liveDashboard .list-results thead .block-filters .btn-filter:before,.button-default-group .block-filters .liveDashboard .list-results thead .btn-filter:before,.block-filters .button-default-group .liveDashboard .list-results thead .btn-filter:before,.button-default-group .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,._account_api .button-default-group .liveDashboard .list-results thead .block-filters .btn-filter:before,.button-default-group .liveDashboard .block-filters ._account_api .list-results thead .btn-filter:before,.block-filters ._account_api .button-default-group .liveDashboard .list-results thead .btn-filter:before,.button-default-group .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.button-default-group .block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.block-filters .button-default-group .liveDashboard ._account_api .list-results thead .btn-filter:before,.button-default-group ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,._account_api .button-default-group .liveDashboard .list-results thead .block-filters .btn-filter:before,.button-default-group .block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,.block-filters ._account_api .button-default-group .liveDashboard .list-results thead .btn-filter:before,.button-default-group .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper .button-default-group .liveDashboard .list-results thead input.mobileToggle+label,.button-default-group .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.button-default-group .toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper .button-default-group .liveDashboard .list-results thead input.mobileToggle+label,.button-default-group .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,._account_api .button-default-group .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.button-default-group .liveDashboard .toggleWrapper ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper ._account_api .button-default-group .liveDashboard .list-results thead input.mobileToggle+label,.button-default-group .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.button-default-group .toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper .button-default-group .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.button-default-group ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,._account_api .button-default-group .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.button-default-group .toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper ._account_api .button-default-group .liveDashboard .list-results thead input.mobileToggle+label,.button-default-group .liveDashboard .list-results thead tbody span.status,.button-default-group .liveDashboard .list-results tbody thead span.status,.button-default-group .liveDashboard .list-results thead tbody span.status,.button-default-group .liveDashboard .list-results tbody thead span.status,.button-default-group .liveDashboard ._account_api .list-results thead tbody span.status,._account_api .button-default-group .liveDashboard .list-results thead tbody span.status,.button-default-group .liveDashboard ._account_api .list-results tbody thead span.status,._account_api .button-default-group .liveDashboard .list-results tbody thead span.status,.button-default-group .liveDashboard ._account_api .list-results thead tbody span.status,.button-default-group .liveDashboard ._account_api .list-results tbody thead span.status,.button-default-group ._account_api .liveDashboard .list-results thead tbody span.status,._account_api .button-default-group .liveDashboard .list-results thead tbody span.status,.button-default-group ._account_api .liveDashboard .list-results tbody thead span.status,._account_api .button-default-group .liveDashboard .list-results tbody thead span.status,.button-default-group .liveDashboard .list-results thead tbody td.is-running span,.button-default-group .liveDashboard .list-results tbody td.is-running thead span,.button-default-group .liveDashboard .list-results thead tbody td.is-running span,.button-default-group .liveDashboard .list-results tbody td.is-running thead span,.button-default-group .liveDashboard ._account_api .list-results thead tbody td.is-running span,._account_api .button-default-group .liveDashboard .list-results thead tbody td.is-running span,.button-default-group .liveDashboard ._account_api .list-results tbody td.is-running thead span,._account_api .button-default-group .liveDashboard .list-results tbody td.is-running thead span,.button-default-group .liveDashboard ._account_api .list-results thead tbody td.is-running span,.button-default-group .liveDashboard ._account_api .list-results tbody td.is-running thead span,.button-default-group ._account_api .liveDashboard .list-results thead tbody td.is-running span,._account_api .button-default-group .liveDashboard .list-results thead tbody td.is-running span,.button-default-group ._account_api .liveDashboard .list-results tbody td.is-running thead span,._account_api .button-default-group .liveDashboard .list-results tbody td.is-running thead span,.button-default-group .liveDashboard .list-results thead tbody td.is-pending span,.button-default-group .liveDashboard .list-results tbody td.is-pending thead span,.button-default-group .liveDashboard .list-results thead tbody td.is-pending span,.button-default-group .liveDashboard .list-results tbody td.is-pending thead span,.button-default-group .liveDashboard ._account_api .list-results thead tbody td.is-pending span,._account_api .button-default-group .liveDashboard .list-results thead tbody td.is-pending span,.button-default-group .liveDashboard ._account_api .list-results tbody td.is-pending thead span,._account_api .button-default-group .liveDashboard .list-results tbody td.is-pending thead span,.button-default-group .liveDashboard ._account_api .list-results thead tbody td.is-pending span,.button-default-group .liveDashboard ._account_api .list-results tbody td.is-pending thead span,.button-default-group ._account_api .liveDashboard .list-results thead tbody td.is-pending span,._account_api .button-default-group .liveDashboard .list-results thead tbody td.is-pending span,.button-default-group ._account_api .liveDashboard .list-results tbody td.is-pending thead span,._account_api .button-default-group .liveDashboard .list-results tbody td.is-pending thead span,.button-default-group .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,.button-default-group .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .button-default-group .liveDashboard .list-results thead .dropdown-toggle:after,.button-default-group .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter,.button-default-group .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .filter,.w-filter-preset.w-filter-preset .filter-preset .button-default-group .liveDashboard .list-results thead .filter,.button-default-group .liveDashboard .list-results thead .form-label.status span,.button-default-group .liveDashboard .list-results thead .status.status-log span,.button-default-group .liveDashboard .list-results thead .status.status-report-item span,.button-default-group .liveDashboard .list-results thead .double-list dd.status span,.double-list .button-default-group .liveDashboard .list-results thead dd.status span,.button-default-group .liveDashboard .list-results thead .double-list dt.status span,.double-list .button-default-group .liveDashboard .list-results thead dt.status span,.button-default-group .liveDashboard .list-results thead .w-cards-container .w-card .status.title span,.w-cards-container .w-card .button-default-group .liveDashboard .list-results thead .status.title span,.button-default-group .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value .button-default-group .liveDashboard .list-results thead .status.label span,.button-default-group .liveDashboard .list-results thead tbody tr.sublist .status.title span,.button-default-group .liveDashboard .list-results tbody tr.sublist thead .status.title span,.button-default-group .form-label.status .liveDashboard .list-results thead span,.button-default-group .status.status-log .liveDashboard .list-results thead span,.button-default-group .status.status-report-item .liveDashboard .list-results thead span,.button-default-group .double-list dd.status .liveDashboard .list-results thead span,.double-list .button-default-group dd.status .liveDashboard .list-results thead span,.button-default-group .double-list dt.status .liveDashboard .list-results thead span,.double-list .button-default-group dt.status .liveDashboard .list-results thead span,.button-default-group .w-cards-container .w-card .status.title .liveDashboard .list-results thead span,.w-cards-container .w-card .button-default-group .status.title .liveDashboard .list-results thead span,.button-default-group .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span,.w-cards-container .w-card.centered .w-value .button-default-group .status.label .liveDashboard .list-results thead span,.button-default-group .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span,.list-results tbody tr.sublist .button-default-group .status.title .liveDashboard .list-results thead span,.form-label.status .button-default-group .liveDashboard .list-results thead span,.status.status-log .button-default-group .liveDashboard .list-results thead span,.status.status-report-item .button-default-group .liveDashboard .list-results thead span,.double-list dd.status .button-default-group .liveDashboard .list-results thead span,.double-list dt.status .button-default-group .liveDashboard .list-results thead span,.w-cards-container .w-card .status.title .button-default-group .liveDashboard .list-results thead span,.w-cards-container .w-card.centered .w-value .status.label .button-default-group .liveDashboard .list-results thead span,.list-results tbody tr.sublist .status.title .button-default-group .liveDashboard .list-results thead span,.button-default-group .liveDashboard .list-results thead .w-filters-selected label.status.small span,.button-default-group .w-filters-selected label.status.small .liveDashboard .list-results thead span,.w-filters-selected label.status.small .button-default-group .liveDashboard .list-results thead span,.button-default-group .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span,.button-default-group .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span,.w-filters-selected .status.btn-f-s .button-default-group .liveDashboard .list-results thead span,.button-default-group .liveDashboard .list-results thead .sub-header .w-form label,.button-default-group .liveDashboard .list-results thead .sub-header .w-double-list label,.button-default-group .sub-header .w-form .liveDashboard .list-results thead label,.button-default-group .sub-header .w-double-list .liveDashboard .list-results thead label,.sub-header .w-form .button-default-group .liveDashboard .list-results thead label,.sub-header .w-double-list .button-default-group .liveDashboard .list-results thead label,.button-default-group .liveDashboard .list-results thead .block-filters button:after,.button-default-group .block-filters .liveDashboard .list-results thead button:after,.block-filters .button-default-group .liveDashboard .list-results thead button:after,.button-default-group .liveDashboard .list-results thead .block-filters select:after,.button-default-group .block-filters .liveDashboard .list-results thead select:after,.block-filters .button-default-group .liveDashboard .list-results thead select:after,.button-default-group .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive,.button-default-group .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive,.form-auto-list .button-default-group .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive,.button-default-group .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active,.button-default-group .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-active,.form-auto-list .button-default-group .liveDashboard .list-results thead .form-auto-item.is-user-is-active,.button-default-group .liveDashboard .list-results thead .list-results-header .status.title span,.button-default-group .list-results-header .status.title .liveDashboard .list-results thead span,.list-results-header .status.title .button-default-group .liveDashboard .list-results thead span,.button-default-group .liveDashboard .list-results thead tr span,.button-default-group .liveDashboard ._account_api .list-results thead .icon,.button-default-group .liveDashboard ._account_api .list-results thead .w-alert-banner:before,.button-default-group .liveDashboard ._account_api .list-results thead .w-alert-banner:before,.button-default-group .liveDashboard ._account_api .list-results thead .w-alert-banner:before,.button-default-group .liveDashboard ._account_api .list-results thead .w-alert-banner:before,.button-default-group .liveDashboard ._account_api .liveDashboard .list-results thead .w-alert-banner:before,.button-default-group .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .button-default-group .liveDashboard ._account_api .list-results thead .dialog-aside:after,.button-default-group .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.button-default-group .w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus .button-default-group .liveDashboard ._account_api .list-results thead .dialog-aside:after,.button-default-group .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.button-default-group .liveDashboard .w-dialog.plus ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus .button-default-group .liveDashboard ._account_api .list-results thead .dialog-aside:after,.button-default-group .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.button-default-group .w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus .button-default-group .liveDashboard ._account_api .list-results thead .dialog-aside:after,.button-default-group .liveDashboard ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.button-default-group .liveDashboard .w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus .button-default-group .liveDashboard ._account_api .liveDashboard .list-results thead .dialog-aside:after,.button-default-group .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.w-toast .button-default-group .liveDashboard ._account_api .list-results thead .toast.plus:after,.button-default-group .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.button-default-group .w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.w-toast .button-default-group .liveDashboard ._account_api .list-results thead .toast.plus:after,.button-default-group .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.button-default-group .liveDashboard .w-toast ._account_api .list-results thead .toast.plus:after,.w-toast .button-default-group .liveDashboard ._account_api .list-results thead .toast.plus:after,.button-default-group .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.button-default-group .w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.w-toast .button-default-group .liveDashboard ._account_api .list-results thead .toast.plus:after,.button-default-group .liveDashboard ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.button-default-group .liveDashboard .w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,.w-toast .button-default-group .liveDashboard ._account_api .liveDashboard .list-results thead .toast.plus:after,.button-default-group .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .button-default-group .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.button-default-group .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .button-default-group .liveDashboard ._account_api .list-results thead .btn-filter:before,.button-default-group .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.button-default-group .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .button-default-group .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.button-default-group .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.button-default-group .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .button-default-group .liveDashboard ._account_api .list-results thead .btn-filter:before,.button-default-group .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.button-default-group .liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .button-default-group .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.button-default-group .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.button-default-group .liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .button-default-group .liveDashboard ._account_api .list-results thead .btn-filter:before,.button-default-group .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.button-default-group .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .button-default-group .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.button-default-group .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.button-default-group .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .button-default-group .liveDashboard ._account_api .list-results thead .btn-filter:before,.button-default-group .liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.button-default-group .liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .button-default-group .liveDashboard ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.button-default-group .liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.button-default-group .liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .button-default-group .liveDashboard ._account_api .liveDashboard .list-results thead .btn-filter:before,.button-default-group .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .button-default-group .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.button-default-group .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.button-default-group .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .button-default-group .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.button-default-group .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.button-default-group .liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .button-default-group .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.button-default-group .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.button-default-group .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .button-default-group .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.button-default-group .liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.button-default-group .liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .button-default-group .liveDashboard ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.button-default-group .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.block-filters .button-default-group .liveDashboard ._account_api .list-results thead .btn-filter:before,.button-default-group .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.button-default-group .block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.block-filters .button-default-group .liveDashboard ._account_api .list-results thead .btn-filter:before,.button-default-group .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.button-default-group .liveDashboard .block-filters ._account_api .list-results thead .btn-filter:before,.block-filters .button-default-group .liveDashboard ._account_api .list-results thead .btn-filter:before,.button-default-group .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.button-default-group .block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.block-filters .button-default-group .liveDashboard ._account_api .list-results thead .btn-filter:before,.button-default-group .liveDashboard ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.button-default-group .liveDashboard .block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,.block-filters .button-default-group .liveDashboard ._account_api .liveDashboard .list-results thead .btn-filter:before,.button-default-group .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper .button-default-group .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.button-default-group .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.button-default-group .toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper .button-default-group .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.button-default-group .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.button-default-group .liveDashboard .toggleWrapper ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper .button-default-group .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.button-default-group .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.button-default-group .toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper .button-default-group .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.button-default-group .liveDashboard ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.button-default-group .liveDashboard .toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper .button-default-group .liveDashboard ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.button-default-group .liveDashboard ._account_api .list-results thead tbody span.status,.button-default-group .liveDashboard ._account_api .list-results tbody thead span.status,.button-default-group .liveDashboard ._account_api .list-results thead tbody span.status,.button-default-group .liveDashboard ._account_api .list-results tbody thead span.status,.button-default-group .liveDashboard ._account_api .list-results thead tbody span.status,.button-default-group .liveDashboard ._account_api .list-results tbody thead span.status,.button-default-group .liveDashboard ._account_api .list-results thead tbody span.status,.button-default-group .liveDashboard ._account_api .list-results tbody thead span.status,.button-default-group .liveDashboard ._account_api .liveDashboard .list-results thead tbody span.status,.button-default-group .liveDashboard ._account_api .liveDashboard .list-results tbody thead span.status,.button-default-group .liveDashboard ._account_api .list-results thead tbody td.is-running span,.button-default-group .liveDashboard ._account_api .list-results tbody td.is-running thead span,.button-default-group .liveDashboard ._account_api .list-results thead tbody td.is-running span,.button-default-group .liveDashboard ._account_api .list-results tbody td.is-running thead span,.button-default-group .liveDashboard ._account_api .list-results thead tbody td.is-running span,.button-default-group .liveDashboard ._account_api .list-results tbody td.is-running thead span,.button-default-group .liveDashboard ._account_api .list-results thead tbody td.is-running span,.button-default-group .liveDashboard ._account_api .list-results tbody td.is-running thead span,.button-default-group .liveDashboard ._account_api .liveDashboard .list-results thead tbody td.is-running span,.button-default-group .liveDashboard ._account_api .liveDashboard .list-results tbody td.is-running thead span,.button-default-group .liveDashboard ._account_api .list-results thead tbody td.is-pending span,.button-default-group .liveDashboard ._account_api .list-results tbody td.is-pending thead span,.button-default-group .liveDashboard ._account_api .list-results thead tbody td.is-pending span,.button-default-group .liveDashboard ._account_api .list-results tbody td.is-pending thead span,.button-default-group .liveDashboard ._account_api .list-results thead tbody td.is-pending span,.button-default-group .liveDashboard ._account_api .list-results tbody td.is-pending thead span,.button-default-group .liveDashboard ._account_api .list-results thead tbody td.is-pending span,.button-default-group .liveDashboard ._account_api .list-results tbody td.is-pending thead span,.button-default-group .liveDashboard ._account_api .liveDashboard .list-results thead tbody td.is-pending span,.button-default-group .liveDashboard ._account_api .liveDashboard .list-results tbody td.is-pending thead span,._account_api .button-default-group .liveDashboard .list-results thead .icon,._account_api .button-default-group .liveDashboard .list-results thead .w-alert-banner:before,._account_api .button-default-group .liveDashboard .list-results thead .w-alert-banner:before,._account_api .button-default-group .liveDashboard .list-results thead .w-alert-banner:before,._account_api .button-default-group .liveDashboard ._account_api .list-results thead .w-alert-banner:before,._account_api .button-default-group .liveDashboard .list-results thead .w-alert-banner:before,._account_api .button-default-group .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus ._account_api .button-default-group .liveDashboard .list-results thead .dialog-aside:after,._account_api .button-default-group .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,._account_api .button-default-group .w-dialog.plus .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus ._account_api .button-default-group .liveDashboard .list-results thead .dialog-aside:after,._account_api .button-default-group .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus ._account_api .button-default-group .liveDashboard .list-results thead .dialog-aside:after,._account_api .button-default-group .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,._account_api .button-default-group .w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus ._account_api .button-default-group .liveDashboard ._account_api .list-results thead .dialog-aside:after,._account_api .button-default-group .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus ._account_api .button-default-group .liveDashboard .list-results thead .dialog-aside:after,._account_api .button-default-group .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-toast ._account_api .button-default-group .liveDashboard .list-results thead .toast.plus:after,._account_api .button-default-group .liveDashboard .list-results thead .w-toast .toast.plus:after,._account_api .button-default-group .w-toast .liveDashboard .list-results thead .toast.plus:after,.w-toast ._account_api .button-default-group .liveDashboard .list-results thead .toast.plus:after,._account_api .button-default-group .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-toast ._account_api .button-default-group .liveDashboard .list-results thead .toast.plus:after,._account_api .button-default-group .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,._account_api .button-default-group .w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.w-toast ._account_api .button-default-group .liveDashboard ._account_api .list-results thead .toast.plus:after,._account_api .button-default-group .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-toast ._account_api .button-default-group .liveDashboard .list-results thead .toast.plus:after,._account_api .button-default-group .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .button-default-group .liveDashboard .list-results thead .btn-period-clear:before,._account_api .button-default-group .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .button-default-group .liveDashboard .list-results thead .btn-filter:before,._account_api .button-default-group .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .button-default-group .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .button-default-group .liveDashboard .list-results thead .btn-period-clear:before,._account_api .button-default-group .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .button-default-group .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .button-default-group .liveDashboard .list-results thead .btn-filter:before,._account_api .button-default-group .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .button-default-group .liveDashboard .list-results thead .btn-period-clear:before,._account_api .button-default-group .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .button-default-group .liveDashboard .list-results thead .btn-filter:before,._account_api .button-default-group .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .button-default-group .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .button-default-group .liveDashboard ._account_api .list-results thead .btn-period-clear:before,._account_api .button-default-group .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .button-default-group .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .button-default-group .liveDashboard ._account_api .list-results thead .btn-filter:before,._account_api .button-default-group .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .button-default-group .liveDashboard .list-results thead .btn-period-clear:before,._account_api .button-default-group .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .button-default-group .liveDashboard .list-results thead .btn-filter:before,._account_api .button-default-group .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .button-default-group .liveDashboard .list-results thead .btn-period-edit:before,._account_api .button-default-group .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .button-default-group .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .button-default-group .liveDashboard .list-results thead .btn-period-edit:before,._account_api .button-default-group .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .button-default-group .liveDashboard .list-results thead .btn-period-edit:before,._account_api .button-default-group .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .button-default-group .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .button-default-group .liveDashboard ._account_api .list-results thead .btn-period-edit:before,._account_api .button-default-group .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .button-default-group .liveDashboard .list-results thead .btn-period-edit:before,._account_api .button-default-group .liveDashboard .list-results thead .block-filters .btn-filter:before,.block-filters ._account_api .button-default-group .liveDashboard .list-results thead .btn-filter:before,._account_api .button-default-group .liveDashboard .list-results thead .block-filters .btn-filter:before,._account_api .button-default-group .block-filters .liveDashboard .list-results thead .btn-filter:before,.block-filters ._account_api .button-default-group .liveDashboard .list-results thead .btn-filter:before,._account_api .button-default-group .liveDashboard .list-results thead .block-filters .btn-filter:before,.block-filters ._account_api .button-default-group .liveDashboard .list-results thead .btn-filter:before,._account_api .button-default-group .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,._account_api .button-default-group .block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.block-filters ._account_api .button-default-group .liveDashboard ._account_api .list-results thead .btn-filter:before,._account_api .button-default-group .liveDashboard .list-results thead .block-filters .btn-filter:before,.block-filters ._account_api .button-default-group .liveDashboard .list-results thead .btn-filter:before,._account_api .button-default-group .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper ._account_api .button-default-group .liveDashboard .list-results thead input.mobileToggle+label,._account_api .button-default-group .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,._account_api .button-default-group .toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper ._account_api .button-default-group .liveDashboard .list-results thead input.mobileToggle+label,._account_api .button-default-group .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper ._account_api .button-default-group .liveDashboard .list-results thead input.mobileToggle+label,._account_api .button-default-group .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,._account_api .button-default-group .toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper ._account_api .button-default-group .liveDashboard ._account_api .list-results thead input.mobileToggle+label,._account_api .button-default-group .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper ._account_api .button-default-group .liveDashboard .list-results thead input.mobileToggle+label,._account_api .button-default-group .liveDashboard .list-results thead tbody span.status,._account_api .button-default-group .liveDashboard .list-results tbody thead span.status,._account_api .button-default-group .liveDashboard .list-results thead tbody span.status,._account_api .button-default-group .liveDashboard .list-results tbody thead span.status,._account_api .button-default-group .liveDashboard .list-results thead tbody span.status,._account_api .button-default-group .liveDashboard .list-results tbody thead span.status,._account_api .button-default-group .liveDashboard ._account_api .list-results thead tbody span.status,._account_api .button-default-group .liveDashboard ._account_api .list-results tbody thead span.status,._account_api .button-default-group .liveDashboard .list-results thead tbody span.status,._account_api .button-default-group .liveDashboard .list-results tbody thead span.status,._account_api .button-default-group .liveDashboard .list-results thead tbody td.is-running span,._account_api .button-default-group .liveDashboard .list-results tbody td.is-running thead span,._account_api .button-default-group .liveDashboard .list-results thead tbody td.is-running span,._account_api .button-default-group .liveDashboard .list-results tbody td.is-running thead span,._account_api .button-default-group .liveDashboard .list-results thead tbody td.is-running span,._account_api .button-default-group .liveDashboard .list-results tbody td.is-running thead span,._account_api .button-default-group .liveDashboard ._account_api .list-results thead tbody td.is-running span,._account_api .button-default-group .liveDashboard ._account_api .list-results tbody td.is-running thead span,._account_api .button-default-group .liveDashboard .list-results thead tbody td.is-running span,._account_api .button-default-group .liveDashboard .list-results tbody td.is-running thead span,._account_api .button-default-group .liveDashboard .list-results thead tbody td.is-pending span,._account_api .button-default-group .liveDashboard .list-results tbody td.is-pending thead span,._account_api .button-default-group .liveDashboard .list-results thead tbody td.is-pending span,._account_api .button-default-group .liveDashboard .list-results tbody td.is-pending thead span,._account_api .button-default-group .liveDashboard .list-results thead tbody td.is-pending span,._account_api .button-default-group .liveDashboard .list-results tbody td.is-pending thead span,._account_api .button-default-group .liveDashboard ._account_api .list-results thead tbody td.is-pending span,._account_api .button-default-group .liveDashboard ._account_api .list-results tbody td.is-pending thead span,._account_api .button-default-group .liveDashboard .list-results thead tbody td.is-pending span,._account_api .button-default-group .liveDashboard .list-results tbody td.is-pending thead span,.button-default-group .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,._account_api .button-default-group .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,.button-default-group .liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .button-default-group .liveDashboard .list-results thead .dropdown-toggle:after,.button-default-group .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter,._account_api .button-default-group .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter,.button-default-group .liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .button-default-group .liveDashboard .list-results thead .filter,.button-default-group .liveDashboard ._account_api .list-results thead .form-label.status span,.button-default-group .liveDashboard ._account_api .list-results thead .status.status-log span,.button-default-group .liveDashboard ._account_api .list-results thead .status.status-report-item span,.button-default-group .liveDashboard ._account_api .list-results thead .double-list dd.status span,.double-list .button-default-group .liveDashboard ._account_api .list-results thead dd.status span,.button-default-group .liveDashboard ._account_api .list-results thead .double-list dt.status span,.double-list .button-default-group .liveDashboard ._account_api .list-results thead dt.status span,.button-default-group .liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span,.w-cards-container .w-card .button-default-group .liveDashboard ._account_api .list-results thead .status.title span,.button-default-group .liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value .button-default-group .liveDashboard ._account_api .list-results thead .status.label span,.button-default-group .liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span,.button-default-group .liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span,._account_api .button-default-group .liveDashboard .list-results thead .form-label.status span,._account_api .button-default-group .liveDashboard .list-results thead .status.status-log span,._account_api .button-default-group .liveDashboard .list-results thead .status.status-report-item span,._account_api .button-default-group .liveDashboard .list-results thead .double-list dd.status span,.double-list ._account_api .button-default-group .liveDashboard .list-results thead dd.status span,._account_api .button-default-group .liveDashboard .list-results thead .double-list dt.status span,.double-list ._account_api .button-default-group .liveDashboard .list-results thead dt.status span,._account_api .button-default-group .liveDashboard .list-results thead .w-cards-container .w-card .status.title span,.w-cards-container .w-card ._account_api .button-default-group .liveDashboard .list-results thead .status.title span,._account_api .button-default-group .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value ._account_api .button-default-group .liveDashboard .list-results thead .status.label span,._account_api .button-default-group .liveDashboard .list-results thead tbody tr.sublist .status.title span,._account_api .button-default-group .liveDashboard .list-results tbody tr.sublist thead .status.title span,.button-default-group .liveDashboard .form-label.status ._account_api .list-results thead span,.button-default-group .liveDashboard .status.status-log ._account_api .list-results thead span,.button-default-group .liveDashboard .status.status-report-item ._account_api .list-results thead span,.button-default-group .liveDashboard .double-list dd.status ._account_api .list-results thead span,.double-list .button-default-group .liveDashboard dd.status ._account_api .list-results thead span,.button-default-group .liveDashboard .double-list dt.status ._account_api .list-results thead span,.double-list .button-default-group .liveDashboard dt.status ._account_api .list-results thead span,.button-default-group .liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span,.w-cards-container .w-card .button-default-group .liveDashboard .status.title ._account_api .list-results thead span,.button-default-group .liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span,.w-cards-container .w-card.centered .w-value .button-default-group .liveDashboard .status.label ._account_api .list-results thead span,.button-default-group .liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span,.list-results tbody tr.sublist .button-default-group .liveDashboard .status.title ._account_api .list-results thead span,.form-label.status ._account_api .button-default-group .liveDashboard .list-results thead span,.status.status-log ._account_api .button-default-group .liveDashboard .list-results thead span,.status.status-report-item ._account_api .button-default-group .liveDashboard .list-results thead span,.double-list dd.status ._account_api .button-default-group .liveDashboard .list-results thead span,.double-list dt.status ._account_api .button-default-group .liveDashboard .list-results thead span,.w-cards-container .w-card .status.title ._account_api .button-default-group .liveDashboard .list-results thead span,.w-cards-container .w-card.centered .w-value .status.label ._account_api .button-default-group .liveDashboard .list-results thead span,.list-results tbody tr.sublist .status.title ._account_api .button-default-group .liveDashboard .list-results thead span,.button-default-group .liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span,._account_api .button-default-group .liveDashboard .list-results thead .w-filters-selected label.status.small span,.button-default-group .liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span,.w-filters-selected label.status.small ._account_api .button-default-group .liveDashboard .list-results thead span,.button-default-group .liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span,._account_api .button-default-group .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span,.button-default-group .liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span,.w-filters-selected .status.btn-f-s ._account_api .button-default-group .liveDashboard .list-results thead span,.button-default-group .liveDashboard ._account_api .list-results thead .sub-header .w-form label,.button-default-group .liveDashboard ._account_api .list-results thead .sub-header .w-double-list label,._account_api .button-default-group .liveDashboard .list-results thead .sub-header .w-form label,._account_api .button-default-group .liveDashboard .list-results thead .sub-header .w-double-list label,.button-default-group .liveDashboard .sub-header .w-form ._account_api .list-results thead label,.button-default-group .liveDashboard .sub-header .w-double-list ._account_api .list-results thead label,.sub-header .w-form ._account_api .button-default-group .liveDashboard .list-results thead label,.sub-header .w-double-list ._account_api .button-default-group .liveDashboard .list-results thead label,.button-default-group .liveDashboard ._account_api .list-results thead .block-filters button:after,._account_api .button-default-group .liveDashboard .list-results thead .block-filters button:after,.button-default-group .liveDashboard .block-filters ._account_api .list-results thead button:after,.block-filters ._account_api .button-default-group .liveDashboard .list-results thead button:after,.button-default-group .liveDashboard ._account_api .list-results thead .block-filters select:after,._account_api .button-default-group .liveDashboard .list-results thead .block-filters select:after,.button-default-group .liveDashboard .block-filters ._account_api .list-results thead select:after,.block-filters ._account_api .button-default-group .liveDashboard .list-results thead select:after,.button-default-group .liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive,._account_api .button-default-group .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive,.button-default-group .liveDashboard .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .button-default-group .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive,.button-default-group .liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active,._account_api .button-default-group .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active,.button-default-group .liveDashboard .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-active,.form-auto-list ._account_api .button-default-group .liveDashboard .list-results thead .form-auto-item.is-user-is-active,.button-default-group .liveDashboard ._account_api .list-results thead .list-results-header .status.title span,._account_api .button-default-group .liveDashboard .list-results thead .list-results-header .status.title span,.button-default-group .liveDashboard .list-results-header .status.title ._account_api .list-results thead span,.list-results-header .status.title ._account_api .button-default-group .liveDashboard .list-results thead span,.button-default-group .liveDashboard ._account_api .list-results thead tr span,._account_api .button-default-group .liveDashboard .list-results thead tr span,.button-default-group .liveDashboard ._account_api .list-results thead .icon,.button-default-group .liveDashboard ._account_api .list-results thead .w-alert-banner:before,.button-default-group .liveDashboard ._account_api .list-results thead .w-alert-banner:before,.button-default-group .liveDashboard ._account_api .list-results thead .w-alert-banner:before,.button-default-group .liveDashboard ._account_api .list-results thead .w-alert-banner:before,.button-default-group .liveDashboard ._account_api .liveDashboard .list-results thead .w-alert-banner:before,.button-default-group .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .button-default-group .liveDashboard ._account_api .list-results thead .dialog-aside:after,.button-default-group .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.button-default-group .w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus .button-default-group .liveDashboard ._account_api .list-results thead .dialog-aside:after,.button-default-group .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.button-default-group .liveDashboard .w-dialog.plus ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus .button-default-group .liveDashboard ._account_api .list-results thead .dialog-aside:after,.button-default-group .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.button-default-group .w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus .button-default-group .liveDashboard ._account_api .list-results thead .dialog-aside:after,.button-default-group .liveDashboard ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.button-default-group .liveDashboard .w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus .button-default-group .liveDashboard ._account_api .liveDashboard .list-results thead .dialog-aside:after,.button-default-group .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.w-toast .button-default-group .liveDashboard ._account_api .list-results thead .toast.plus:after,.button-default-group .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.button-default-group .w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.w-toast .button-default-group .liveDashboard ._account_api .list-results thead .toast.plus:after,.button-default-group .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.button-default-group .liveDashboard .w-toast ._account_api .list-results thead .toast.plus:after,.w-toast .button-default-group .liveDashboard ._account_api .list-results thead .toast.plus:after,.button-default-group .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.button-default-group .w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.w-toast .button-default-group .liveDashboard ._account_api .list-results thead .toast.plus:after,.button-default-group .liveDashboard ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.button-default-group .liveDashboard .w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,.w-toast .button-default-group .liveDashboard ._account_api .liveDashboard .list-results thead .toast.plus:after,.button-default-group .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .button-default-group .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.button-default-group .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .button-default-group .liveDashboard ._account_api .list-results thead .btn-filter:before,.button-default-group .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.button-default-group .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .button-default-group .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.button-default-group .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.button-default-group .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .button-default-group .liveDashboard ._account_api .list-results thead .btn-filter:before,.button-default-group .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.button-default-group .liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .button-default-group .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.button-default-group .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.button-default-group .liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .button-default-group .liveDashboard ._account_api .list-results thead .btn-filter:before,.button-default-group .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.button-default-group .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .button-default-group .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.button-default-group .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.button-default-group .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .button-default-group .liveDashboard ._account_api .list-results thead .btn-filter:before,.button-default-group .liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.button-default-group .liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .button-default-group .liveDashboard ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.button-default-group .liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.button-default-group .liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .button-default-group .liveDashboard ._account_api .liveDashboard .list-results thead .btn-filter:before,.button-default-group .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .button-default-group .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.button-default-group .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.button-default-group .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .button-default-group .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.button-default-group .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.button-default-group .liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .button-default-group .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.button-default-group .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.button-default-group .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .button-default-group .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.button-default-group .liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.button-default-group .liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .button-default-group .liveDashboard ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.button-default-group .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.block-filters .button-default-group .liveDashboard ._account_api .list-results thead .btn-filter:before,.button-default-group .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.button-default-group .block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.block-filters .button-default-group .liveDashboard ._account_api .list-results thead .btn-filter:before,.button-default-group .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.button-default-group .liveDashboard .block-filters ._account_api .list-results thead .btn-filter:before,.block-filters .button-default-group .liveDashboard ._account_api .list-results thead .btn-filter:before,.button-default-group .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.button-default-group .block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.block-filters .button-default-group .liveDashboard ._account_api .list-results thead .btn-filter:before,.button-default-group .liveDashboard ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.button-default-group .liveDashboard .block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,.block-filters .button-default-group .liveDashboard ._account_api .liveDashboard .list-results thead .btn-filter:before,.button-default-group .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper .button-default-group .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.button-default-group .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.button-default-group .toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper .button-default-group .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.button-default-group .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.button-default-group .liveDashboard .toggleWrapper ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper .button-default-group .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.button-default-group .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.button-default-group .toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper .button-default-group .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.button-default-group .liveDashboard ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.button-default-group .liveDashboard .toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper .button-default-group .liveDashboard ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.button-default-group .liveDashboard ._account_api .list-results thead tbody span.status,.button-default-group .liveDashboard ._account_api .list-results tbody thead span.status,.button-default-group .liveDashboard ._account_api .list-results thead tbody span.status,.button-default-group .liveDashboard ._account_api .list-results tbody thead span.status,.button-default-group .liveDashboard ._account_api .list-results thead tbody span.status,.button-default-group .liveDashboard ._account_api .list-results tbody thead span.status,.button-default-group .liveDashboard ._account_api .list-results thead tbody span.status,.button-default-group .liveDashboard ._account_api .list-results tbody thead span.status,.button-default-group .liveDashboard ._account_api .liveDashboard .list-results thead tbody span.status,.button-default-group .liveDashboard ._account_api .liveDashboard .list-results tbody thead span.status,.button-default-group .liveDashboard ._account_api .list-results thead tbody td.is-running span,.button-default-group .liveDashboard ._account_api .list-results tbody td.is-running thead span,.button-default-group .liveDashboard ._account_api .list-results thead tbody td.is-running span,.button-default-group .liveDashboard ._account_api .list-results tbody td.is-running thead span,.button-default-group .liveDashboard ._account_api .list-results thead tbody td.is-running span,.button-default-group .liveDashboard ._account_api .list-results tbody td.is-running thead span,.button-default-group .liveDashboard ._account_api .list-results thead tbody td.is-running span,.button-default-group .liveDashboard ._account_api .list-results tbody td.is-running thead span,.button-default-group .liveDashboard ._account_api .liveDashboard .list-results thead tbody td.is-running span,.button-default-group .liveDashboard ._account_api .liveDashboard .list-results tbody td.is-running thead span,.button-default-group .liveDashboard ._account_api .list-results thead tbody td.is-pending span,.button-default-group .liveDashboard ._account_api .list-results tbody td.is-pending thead span,.button-default-group .liveDashboard ._account_api .list-results thead tbody td.is-pending span,.button-default-group .liveDashboard ._account_api .list-results tbody td.is-pending thead span,.button-default-group .liveDashboard ._account_api .list-results thead tbody td.is-pending span,.button-default-group .liveDashboard ._account_api .list-results tbody td.is-pending thead span,.button-default-group .liveDashboard ._account_api .list-results thead tbody td.is-pending span,.button-default-group .liveDashboard ._account_api .list-results tbody td.is-pending thead span,.button-default-group .liveDashboard ._account_api .liveDashboard .list-results thead tbody td.is-pending span,.button-default-group .liveDashboard ._account_api .liveDashboard .list-results tbody td.is-pending thead span,.button-default-group ._account_api .liveDashboard .list-results thead .icon,.button-default-group ._account_api .liveDashboard .list-results thead .w-alert-banner:before,.button-default-group ._account_api .liveDashboard .list-results thead .w-alert-banner:before,.button-default-group ._account_api .liveDashboard .list-results thead .w-alert-banner:before,.button-default-group ._account_api .liveDashboard ._account_api .list-results thead .w-alert-banner:before,.button-default-group ._account_api .liveDashboard .list-results thead .w-alert-banner:before,.button-default-group ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .button-default-group ._account_api .liveDashboard .list-results thead .dialog-aside:after,.button-default-group ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.button-default-group ._account_api .w-dialog.plus .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus .button-default-group ._account_api .liveDashboard .list-results thead .dialog-aside:after,.button-default-group ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.button-default-group .w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus .button-default-group ._account_api .liveDashboard .list-results thead .dialog-aside:after,.button-default-group ._account_api .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.button-default-group ._account_api .w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus .button-default-group ._account_api .liveDashboard ._account_api .list-results thead .dialog-aside:after,.button-default-group ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.button-default-group .w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus .button-default-group ._account_api .liveDashboard .list-results thead .dialog-aside:after,.button-default-group ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-toast .button-default-group ._account_api .liveDashboard .list-results thead .toast.plus:after,.button-default-group ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.button-default-group ._account_api .w-toast .liveDashboard .list-results thead .toast.plus:after,.w-toast .button-default-group ._account_api .liveDashboard .list-results thead .toast.plus:after,.button-default-group ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.button-default-group .w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,.w-toast .button-default-group ._account_api .liveDashboard .list-results thead .toast.plus:after,.button-default-group ._account_api .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.button-default-group ._account_api .w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.w-toast .button-default-group ._account_api .liveDashboard ._account_api .list-results thead .toast.plus:after,.button-default-group ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.button-default-group .w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,.w-toast .button-default-group ._account_api .liveDashboard .list-results thead .toast.plus:after,.button-default-group ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .button-default-group ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.button-default-group ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .button-default-group ._account_api .liveDashboard .list-results thead .btn-filter:before,.button-default-group ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.button-default-group ._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .button-default-group ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.button-default-group ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.button-default-group ._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .button-default-group ._account_api .liveDashboard .list-results thead .btn-filter:before,.button-default-group ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.button-default-group .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .button-default-group ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.button-default-group ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.button-default-group .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .button-default-group ._account_api .liveDashboard .list-results thead .btn-filter:before,.button-default-group ._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.button-default-group ._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .button-default-group ._account_api .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.button-default-group ._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.button-default-group ._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .button-default-group ._account_api .liveDashboard ._account_api .list-results thead .btn-filter:before,.button-default-group ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.button-default-group .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .button-default-group ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.button-default-group ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.button-default-group .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .button-default-group ._account_api .liveDashboard .list-results thead .btn-filter:before,.button-default-group ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .button-default-group ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.button-default-group ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.button-default-group ._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .button-default-group ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.button-default-group ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.button-default-group .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .button-default-group ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.button-default-group ._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.button-default-group ._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .button-default-group ._account_api .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.button-default-group ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.button-default-group .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .button-default-group ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.button-default-group ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.block-filters .button-default-group ._account_api .liveDashboard .list-results thead .btn-filter:before,.button-default-group ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.button-default-group ._account_api .block-filters .liveDashboard .list-results thead .btn-filter:before,.block-filters .button-default-group ._account_api .liveDashboard .list-results thead .btn-filter:before,.button-default-group ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.button-default-group .block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,.block-filters .button-default-group ._account_api .liveDashboard .list-results thead .btn-filter:before,.button-default-group ._account_api .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.button-default-group ._account_api .block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.block-filters .button-default-group ._account_api .liveDashboard ._account_api .list-results thead .btn-filter:before,.button-default-group ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.button-default-group .block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,.block-filters .button-default-group ._account_api .liveDashboard .list-results thead .btn-filter:before,.button-default-group ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper .button-default-group ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.button-default-group ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.button-default-group ._account_api .toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper .button-default-group ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.button-default-group ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.button-default-group .toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper .button-default-group ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.button-default-group ._account_api .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.button-default-group ._account_api .toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper .button-default-group ._account_api .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.button-default-group ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.button-default-group .toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper .button-default-group ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.button-default-group ._account_api .liveDashboard .list-results thead tbody span.status,.button-default-group ._account_api .liveDashboard .list-results tbody thead span.status,.button-default-group ._account_api .liveDashboard .list-results thead tbody span.status,.button-default-group ._account_api .liveDashboard .list-results tbody thead span.status,.button-default-group ._account_api .liveDashboard .list-results thead tbody span.status,.button-default-group ._account_api .liveDashboard .list-results tbody thead span.status,.button-default-group ._account_api .liveDashboard ._account_api .list-results thead tbody span.status,.button-default-group ._account_api .liveDashboard ._account_api .list-results tbody thead span.status,.button-default-group ._account_api .liveDashboard .list-results thead tbody span.status,.button-default-group ._account_api .liveDashboard .list-results tbody thead span.status,.button-default-group ._account_api .liveDashboard .list-results thead tbody td.is-running span,.button-default-group ._account_api .liveDashboard .list-results tbody td.is-running thead span,.button-default-group ._account_api .liveDashboard .list-results thead tbody td.is-running span,.button-default-group ._account_api .liveDashboard .list-results tbody td.is-running thead span,.button-default-group ._account_api .liveDashboard .list-results thead tbody td.is-running span,.button-default-group ._account_api .liveDashboard .list-results tbody td.is-running thead span,.button-default-group ._account_api .liveDashboard ._account_api .list-results thead tbody td.is-running span,.button-default-group ._account_api .liveDashboard ._account_api .list-results tbody td.is-running thead span,.button-default-group ._account_api .liveDashboard .list-results thead tbody td.is-running span,.button-default-group ._account_api .liveDashboard .list-results tbody td.is-running thead span,.button-default-group ._account_api .liveDashboard .list-results thead tbody td.is-pending span,.button-default-group ._account_api .liveDashboard .list-results tbody td.is-pending thead span,.button-default-group ._account_api .liveDashboard .list-results thead tbody td.is-pending span,.button-default-group ._account_api .liveDashboard .list-results tbody td.is-pending thead span,.button-default-group ._account_api .liveDashboard .list-results thead tbody td.is-pending span,.button-default-group ._account_api .liveDashboard .list-results tbody td.is-pending thead span,.button-default-group ._account_api .liveDashboard ._account_api .list-results thead tbody td.is-pending span,.button-default-group ._account_api .liveDashboard ._account_api .list-results tbody td.is-pending thead span,.button-default-group ._account_api .liveDashboard .list-results thead tbody td.is-pending span,.button-default-group ._account_api .liveDashboard .list-results tbody td.is-pending thead span,._account_api .button-default-group .liveDashboard .list-results thead .icon,._account_api .button-default-group .liveDashboard .list-results thead .w-alert-banner:before,._account_api .button-default-group .liveDashboard .list-results thead .w-alert-banner:before,._account_api .button-default-group .liveDashboard .list-results thead .w-alert-banner:before,._account_api .button-default-group .liveDashboard ._account_api .list-results thead .w-alert-banner:before,._account_api .button-default-group .liveDashboard .list-results thead .w-alert-banner:before,._account_api .button-default-group .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus ._account_api .button-default-group .liveDashboard .list-results thead .dialog-aside:after,._account_api .button-default-group .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,._account_api .button-default-group .w-dialog.plus .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus ._account_api .button-default-group .liveDashboard .list-results thead .dialog-aside:after,._account_api .button-default-group .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus ._account_api .button-default-group .liveDashboard .list-results thead .dialog-aside:after,._account_api .button-default-group .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,._account_api .button-default-group .w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus ._account_api .button-default-group .liveDashboard ._account_api .list-results thead .dialog-aside:after,._account_api .button-default-group .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus ._account_api .button-default-group .liveDashboard .list-results thead .dialog-aside:after,._account_api .button-default-group .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-toast ._account_api .button-default-group .liveDashboard .list-results thead .toast.plus:after,._account_api .button-default-group .liveDashboard .list-results thead .w-toast .toast.plus:after,._account_api .button-default-group .w-toast .liveDashboard .list-results thead .toast.plus:after,.w-toast ._account_api .button-default-group .liveDashboard .list-results thead .toast.plus:after,._account_api .button-default-group .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-toast ._account_api .button-default-group .liveDashboard .list-results thead .toast.plus:after,._account_api .button-default-group .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,._account_api .button-default-group .w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.w-toast ._account_api .button-default-group .liveDashboard ._account_api .list-results thead .toast.plus:after,._account_api .button-default-group .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-toast ._account_api .button-default-group .liveDashboard .list-results thead .toast.plus:after,._account_api .button-default-group .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .button-default-group .liveDashboard .list-results thead .btn-period-clear:before,._account_api .button-default-group .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .button-default-group .liveDashboard .list-results thead .btn-filter:before,._account_api .button-default-group .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .button-default-group .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .button-default-group .liveDashboard .list-results thead .btn-period-clear:before,._account_api .button-default-group .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .button-default-group .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .button-default-group .liveDashboard .list-results thead .btn-filter:before,._account_api .button-default-group .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .button-default-group .liveDashboard .list-results thead .btn-period-clear:before,._account_api .button-default-group .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .button-default-group .liveDashboard .list-results thead .btn-filter:before,._account_api .button-default-group .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .button-default-group .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .button-default-group .liveDashboard ._account_api .list-results thead .btn-period-clear:before,._account_api .button-default-group .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .button-default-group .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .button-default-group .liveDashboard ._account_api .list-results thead .btn-filter:before,._account_api .button-default-group .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .button-default-group .liveDashboard .list-results thead .btn-period-clear:before,._account_api .button-default-group .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .button-default-group .liveDashboard .list-results thead .btn-filter:before,._account_api .button-default-group .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .button-default-group .liveDashboard .list-results thead .btn-period-edit:before,._account_api .button-default-group .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .button-default-group .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .button-default-group .liveDashboard .list-results thead .btn-period-edit:before,._account_api .button-default-group .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .button-default-group .liveDashboard .list-results thead .btn-period-edit:before,._account_api .button-default-group .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .button-default-group .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .button-default-group .liveDashboard ._account_api .list-results thead .btn-period-edit:before,._account_api .button-default-group .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .button-default-group .liveDashboard .list-results thead .btn-period-edit:before,._account_api .button-default-group .liveDashboard .list-results thead .block-filters .btn-filter:before,.block-filters ._account_api .button-default-group .liveDashboard .list-results thead .btn-filter:before,._account_api .button-default-group .liveDashboard .list-results thead .block-filters .btn-filter:before,._account_api .button-default-group .block-filters .liveDashboard .list-results thead .btn-filter:before,.block-filters ._account_api .button-default-group .liveDashboard .list-results thead .btn-filter:before,._account_api .button-default-group .liveDashboard .list-results thead .block-filters .btn-filter:before,.block-filters ._account_api .button-default-group .liveDashboard .list-results thead .btn-filter:before,._account_api .button-default-group .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,._account_api .button-default-group .block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.block-filters ._account_api .button-default-group .liveDashboard ._account_api .list-results thead .btn-filter:before,._account_api .button-default-group .liveDashboard .list-results thead .block-filters .btn-filter:before,.block-filters ._account_api .button-default-group .liveDashboard .list-results thead .btn-filter:before,._account_api .button-default-group .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper ._account_api .button-default-group .liveDashboard .list-results thead input.mobileToggle+label,._account_api .button-default-group .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,._account_api .button-default-group .toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper ._account_api .button-default-group .liveDashboard .list-results thead input.mobileToggle+label,._account_api .button-default-group .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper ._account_api .button-default-group .liveDashboard .list-results thead input.mobileToggle+label,._account_api .button-default-group .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,._account_api .button-default-group .toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper ._account_api .button-default-group .liveDashboard ._account_api .list-results thead input.mobileToggle+label,._account_api .button-default-group .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper ._account_api .button-default-group .liveDashboard .list-results thead input.mobileToggle+label,._account_api .button-default-group .liveDashboard .list-results thead tbody span.status,._account_api .button-default-group .liveDashboard .list-results tbody thead span.status,._account_api .button-default-group .liveDashboard .list-results thead tbody span.status,._account_api .button-default-group .liveDashboard .list-results tbody thead span.status,._account_api .button-default-group .liveDashboard .list-results thead tbody span.status,._account_api .button-default-group .liveDashboard .list-results tbody thead span.status,._account_api .button-default-group .liveDashboard ._account_api .list-results thead tbody span.status,._account_api .button-default-group .liveDashboard ._account_api .list-results tbody thead span.status,._account_api .button-default-group .liveDashboard .list-results thead tbody span.status,._account_api .button-default-group .liveDashboard .list-results tbody thead span.status,._account_api .button-default-group .liveDashboard .list-results thead tbody td.is-running span,._account_api .button-default-group .liveDashboard .list-results tbody td.is-running thead span,._account_api .button-default-group .liveDashboard .list-results thead tbody td.is-running span,._account_api .button-default-group .liveDashboard .list-results tbody td.is-running thead span,._account_api .button-default-group .liveDashboard .list-results thead tbody td.is-running span,._account_api .button-default-group .liveDashboard .list-results tbody td.is-running thead span,._account_api .button-default-group .liveDashboard ._account_api .list-results thead tbody td.is-running span,._account_api .button-default-group .liveDashboard ._account_api .list-results tbody td.is-running thead span,._account_api .button-default-group .liveDashboard .list-results thead tbody td.is-running span,._account_api .button-default-group .liveDashboard .list-results tbody td.is-running thead span,._account_api .button-default-group .liveDashboard .list-results thead tbody td.is-pending span,._account_api .button-default-group .liveDashboard .list-results tbody td.is-pending thead span,._account_api .button-default-group .liveDashboard .list-results thead tbody td.is-pending span,._account_api .button-default-group .liveDashboard .list-results tbody td.is-pending thead span,._account_api .button-default-group .liveDashboard .list-results thead tbody td.is-pending span,._account_api .button-default-group .liveDashboard .list-results tbody td.is-pending thead span,._account_api .button-default-group .liveDashboard ._account_api .list-results thead tbody td.is-pending span,._account_api .button-default-group .liveDashboard ._account_api .list-results tbody td.is-pending thead span,._account_api .button-default-group .liveDashboard .list-results thead tbody td.is-pending span,._account_api .button-default-group .liveDashboard .list-results tbody td.is-pending thead span,.button-default-group .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,.button-default-group ._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,._account_api .button-default-group .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,.button-default-group .liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .dropdown-toggle:after,.button-default-group .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .button-default-group .liveDashboard .list-results thead .dropdown-toggle:after,.button-default-group .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter,.button-default-group ._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter,._account_api .button-default-group .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter,.button-default-group .liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .filter,.button-default-group .w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .button-default-group .liveDashboard .list-results thead .filter,.button-default-group .liveDashboard ._account_api .list-results thead .form-label.status span,.button-default-group .liveDashboard ._account_api .list-results thead .status.status-log span,.button-default-group .liveDashboard ._account_api .list-results thead .status.status-report-item span,.button-default-group .liveDashboard ._account_api .list-results thead .double-list dd.status span,.double-list .button-default-group .liveDashboard ._account_api .list-results thead dd.status span,.button-default-group .liveDashboard ._account_api .list-results thead .double-list dt.status span,.double-list .button-default-group .liveDashboard ._account_api .list-results thead dt.status span,.button-default-group .liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span,.w-cards-container .w-card .button-default-group .liveDashboard ._account_api .list-results thead .status.title span,.button-default-group .liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value .button-default-group .liveDashboard ._account_api .list-results thead .status.label span,.button-default-group .liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span,.button-default-group .liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span,.button-default-group ._account_api .liveDashboard .list-results thead .form-label.status span,.button-default-group ._account_api .liveDashboard .list-results thead .status.status-log span,.button-default-group ._account_api .liveDashboard .list-results thead .status.status-report-item span,.button-default-group ._account_api .liveDashboard .list-results thead .double-list dd.status span,.double-list .button-default-group ._account_api .liveDashboard .list-results thead dd.status span,.button-default-group ._account_api .liveDashboard .list-results thead .double-list dt.status span,.double-list .button-default-group ._account_api .liveDashboard .list-results thead dt.status span,.button-default-group ._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span,.w-cards-container .w-card .button-default-group ._account_api .liveDashboard .list-results thead .status.title span,.button-default-group ._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value .button-default-group ._account_api .liveDashboard .list-results thead .status.label span,.button-default-group ._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span,.button-default-group ._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span,._account_api .button-default-group .liveDashboard .list-results thead .form-label.status span,._account_api .button-default-group .liveDashboard .list-results thead .status.status-log span,._account_api .button-default-group .liveDashboard .list-results thead .status.status-report-item span,._account_api .button-default-group .liveDashboard .list-results thead .double-list dd.status span,.double-list ._account_api .button-default-group .liveDashboard .list-results thead dd.status span,._account_api .button-default-group .liveDashboard .list-results thead .double-list dt.status span,.double-list ._account_api .button-default-group .liveDashboard .list-results thead dt.status span,._account_api .button-default-group .liveDashboard .list-results thead .w-cards-container .w-card .status.title span,.w-cards-container .w-card ._account_api .button-default-group .liveDashboard .list-results thead .status.title span,._account_api .button-default-group .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value ._account_api .button-default-group .liveDashboard .list-results thead .status.label span,._account_api .button-default-group .liveDashboard .list-results thead tbody tr.sublist .status.title span,._account_api .button-default-group .liveDashboard .list-results tbody tr.sublist thead .status.title span,.button-default-group .liveDashboard .form-label.status ._account_api .list-results thead span,.button-default-group .liveDashboard .status.status-log ._account_api .list-results thead span,.button-default-group .liveDashboard .status.status-report-item ._account_api .list-results thead span,.button-default-group .liveDashboard .double-list dd.status ._account_api .list-results thead span,.double-list .button-default-group .liveDashboard dd.status ._account_api .list-results thead span,.button-default-group .liveDashboard .double-list dt.status ._account_api .list-results thead span,.double-list .button-default-group .liveDashboard dt.status ._account_api .list-results thead span,.button-default-group .liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span,.w-cards-container .w-card .button-default-group .liveDashboard .status.title ._account_api .list-results thead span,.button-default-group .liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span,.w-cards-container .w-card.centered .w-value .button-default-group .liveDashboard .status.label ._account_api .list-results thead span,.button-default-group .liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span,.list-results tbody tr.sublist .button-default-group .liveDashboard .status.title ._account_api .list-results thead span,.button-default-group .form-label.status ._account_api .liveDashboard .list-results thead span,.button-default-group .status.status-log ._account_api .liveDashboard .list-results thead span,.button-default-group .status.status-report-item ._account_api .liveDashboard .list-results thead span,.button-default-group .double-list dd.status ._account_api .liveDashboard .list-results thead span,.double-list .button-default-group dd.status ._account_api .liveDashboard .list-results thead span,.button-default-group .double-list dt.status ._account_api .liveDashboard .list-results thead span,.double-list .button-default-group dt.status ._account_api .liveDashboard .list-results thead span,.button-default-group .w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead span,.w-cards-container .w-card .button-default-group .status.title ._account_api .liveDashboard .list-results thead span,.button-default-group .w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead span,.w-cards-container .w-card.centered .w-value .button-default-group .status.label ._account_api .liveDashboard .list-results thead span,.button-default-group .list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead span,.list-results tbody tr.sublist .button-default-group .status.title ._account_api .liveDashboard .list-results thead span,.form-label.status ._account_api .button-default-group .liveDashboard .list-results thead span,.status.status-log ._account_api .button-default-group .liveDashboard .list-results thead span,.status.status-report-item ._account_api .button-default-group .liveDashboard .list-results thead span,.double-list dd.status ._account_api .button-default-group .liveDashboard .list-results thead span,.double-list dt.status ._account_api .button-default-group .liveDashboard .list-results thead span,.w-cards-container .w-card .status.title ._account_api .button-default-group .liveDashboard .list-results thead span,.w-cards-container .w-card.centered .w-value .status.label ._account_api .button-default-group .liveDashboard .list-results thead span,.list-results tbody tr.sublist .status.title ._account_api .button-default-group .liveDashboard .list-results thead span,.button-default-group .liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span,.button-default-group ._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span,._account_api .button-default-group .liveDashboard .list-results thead .w-filters-selected label.status.small span,.button-default-group .liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span,.button-default-group .w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead span,.w-filters-selected label.status.small ._account_api .button-default-group .liveDashboard .list-results thead span,.button-default-group .liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span,.button-default-group ._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span,._account_api .button-default-group .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span,.button-default-group .liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span,.button-default-group .w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead span,.w-filters-selected .status.btn-f-s ._account_api .button-default-group .liveDashboard .list-results thead span,.button-default-group .liveDashboard ._account_api .list-results thead .sub-header .w-form label,.button-default-group .liveDashboard ._account_api .list-results thead .sub-header .w-double-list label,.button-default-group ._account_api .liveDashboard .list-results thead .sub-header .w-form label,.button-default-group ._account_api .liveDashboard .list-results thead .sub-header .w-double-list label,._account_api .button-default-group .liveDashboard .list-results thead .sub-header .w-form label,._account_api .button-default-group .liveDashboard .list-results thead .sub-header .w-double-list label,.button-default-group .liveDashboard .sub-header .w-form ._account_api .list-results thead label,.button-default-group .liveDashboard .sub-header .w-double-list ._account_api .list-results thead label,.button-default-group .sub-header .w-form ._account_api .liveDashboard .list-results thead label,.button-default-group .sub-header .w-double-list ._account_api .liveDashboard .list-results thead label,.sub-header .w-form ._account_api .button-default-group .liveDashboard .list-results thead label,.sub-header .w-double-list ._account_api .button-default-group .liveDashboard .list-results thead label,.button-default-group .liveDashboard ._account_api .list-results thead .block-filters button:after,.button-default-group ._account_api .liveDashboard .list-results thead .block-filters button:after,._account_api .button-default-group .liveDashboard .list-results thead .block-filters button:after,.button-default-group .liveDashboard .block-filters ._account_api .list-results thead button:after,.button-default-group .block-filters ._account_api .liveDashboard .list-results thead button:after,.block-filters ._account_api .button-default-group .liveDashboard .list-results thead button:after,.button-default-group .liveDashboard ._account_api .list-results thead .block-filters select:after,.button-default-group ._account_api .liveDashboard .list-results thead .block-filters select:after,._account_api .button-default-group .liveDashboard .list-results thead .block-filters select:after,.button-default-group .liveDashboard .block-filters ._account_api .list-results thead select:after,.button-default-group .block-filters ._account_api .liveDashboard .list-results thead select:after,.block-filters ._account_api .button-default-group .liveDashboard .list-results thead select:after,.button-default-group .liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive,.button-default-group ._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive,._account_api .button-default-group .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive,.button-default-group .liveDashboard .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-inactive,.button-default-group .form-auto-list ._account_api .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .button-default-group .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive,.button-default-group .liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active,.button-default-group ._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active,._account_api .button-default-group .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active,.button-default-group .liveDashboard .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-active,.button-default-group .form-auto-list ._account_api .liveDashboard .list-results thead .form-auto-item.is-user-is-active,.form-auto-list ._account_api .button-default-group .liveDashboard .list-results thead .form-auto-item.is-user-is-active,.button-default-group .liveDashboard ._account_api .list-results thead .list-results-header .status.title span,.button-default-group ._account_api .liveDashboard .list-results thead .list-results-header .status.title span,._account_api .button-default-group .liveDashboard .list-results thead .list-results-header .status.title span,.button-default-group .liveDashboard .list-results-header .status.title ._account_api .list-results thead span,.button-default-group .list-results-header .status.title ._account_api .liveDashboard .list-results thead span,.list-results-header .status.title ._account_api .button-default-group .liveDashboard .list-results thead span,.button-default-group .liveDashboard ._account_api .list-results thead tr span,.button-default-group ._account_api .liveDashboard .list-results thead tr span,._account_api .button-default-group .liveDashboard .list-results thead tr span,.button-default-group ._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .dropdown-toggle:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .button-default-group .liveDashboard .list-results thead .dropdown-toggle:after,.button-default-group .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .button-default-group .liveDashboard ._account_api .list-results thead .dropdown-toggle:after,.button-default-group ._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .filter,._account_api .w-filter-preset.w-filter-preset .filter-preset .button-default-group .liveDashboard .list-results thead .filter,.button-default-group .w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .filter,.w-filter-preset.w-filter-preset .filter-preset .button-default-group .liveDashboard ._account_api .list-results thead .filter,.button-default-group ._account_api .form-label.status .liveDashboard .list-results thead span,.button-default-group ._account_api .status.status-log .liveDashboard .list-results thead span,.button-default-group ._account_api .status.status-report-item .liveDashboard .list-results thead span,.button-default-group ._account_api .double-list dd.status .liveDashboard .list-results thead span,.double-list .button-default-group ._account_api dd.status .liveDashboard .list-results thead span,.button-default-group ._account_api .double-list dt.status .liveDashboard .list-results thead span,.double-list .button-default-group ._account_api dt.status .liveDashboard .list-results thead span,.button-default-group ._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span,.w-cards-container .w-card .button-default-group ._account_api .status.title .liveDashboard .list-results thead span,.button-default-group ._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span,.w-cards-container .w-card.centered .w-value .button-default-group ._account_api .status.label .liveDashboard .list-results thead span,.button-default-group ._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span,.list-results tbody tr.sublist .button-default-group ._account_api .status.title .liveDashboard .list-results thead span,._account_api .form-label.status .button-default-group .liveDashboard .list-results thead span,._account_api .status.status-log .button-default-group .liveDashboard .list-results thead span,._account_api .status.status-report-item .button-default-group .liveDashboard .list-results thead span,._account_api .double-list dd.status .button-default-group .liveDashboard .list-results thead span,.double-list ._account_api dd.status .button-default-group .liveDashboard .list-results thead span,._account_api .double-list dt.status .button-default-group .liveDashboard .list-results thead span,.double-list ._account_api dt.status .button-default-group .liveDashboard .list-results thead span,._account_api .w-cards-container .w-card .status.title .button-default-group .liveDashboard .list-results thead span,.w-cards-container .w-card ._account_api .status.title .button-default-group .liveDashboard .list-results thead span,._account_api .w-cards-container .w-card.centered .w-value .status.label .button-default-group .liveDashboard .list-results thead span,.w-cards-container .w-card.centered .w-value ._account_api .status.label .button-default-group .liveDashboard .list-results thead span,._account_api .list-results tbody tr.sublist .status.title .button-default-group .liveDashboard .list-results thead span,.list-results tbody tr.sublist ._account_api .status.title .button-default-group .liveDashboard .list-results thead span,.button-default-group .form-label.status .liveDashboard ._account_api .list-results thead span,.button-default-group .status.status-log .liveDashboard ._account_api .list-results thead span,.button-default-group .status.status-report-item .liveDashboard ._account_api .list-results thead span,.button-default-group .double-list dd.status .liveDashboard ._account_api .list-results thead span,.double-list .button-default-group dd.status .liveDashboard ._account_api .list-results thead span,.button-default-group .double-list dt.status .liveDashboard ._account_api .list-results thead span,.double-list .button-default-group dt.status .liveDashboard ._account_api .list-results thead span,.button-default-group .w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead span,.w-cards-container .w-card .button-default-group .status.title .liveDashboard ._account_api .list-results thead span,.button-default-group .w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead span,.w-cards-container .w-card.centered .w-value .button-default-group .status.label .liveDashboard ._account_api .list-results thead span,.button-default-group .list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead span,.list-results tbody tr.sublist .button-default-group .status.title .liveDashboard ._account_api .list-results thead span,.form-label.status .button-default-group .liveDashboard ._account_api .list-results thead span,.status.status-log .button-default-group .liveDashboard ._account_api .list-results thead span,.status.status-report-item .button-default-group .liveDashboard ._account_api .list-results thead span,.double-list dd.status .button-default-group .liveDashboard ._account_api .list-results thead span,.double-list dt.status .button-default-group .liveDashboard ._account_api .list-results thead span,.w-cards-container .w-card .status.title .button-default-group .liveDashboard ._account_api .list-results thead span,.w-cards-container .w-card.centered .w-value .status.label .button-default-group .liveDashboard ._account_api .list-results thead span,.list-results tbody tr.sublist .status.title .button-default-group .liveDashboard ._account_api .list-results thead span,.button-default-group ._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span,._account_api .w-filters-selected label.status.small .button-default-group .liveDashboard .list-results thead span,.button-default-group .w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead span,.w-filters-selected label.status.small .button-default-group .liveDashboard ._account_api .list-results thead span,.button-default-group ._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span,._account_api .w-filters-selected .status.btn-f-s .button-default-group .liveDashboard .list-results thead span,.button-default-group .w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead span,.w-filters-selected .status.btn-f-s .button-default-group .liveDashboard ._account_api .list-results thead span,.button-default-group ._account_api .sub-header .w-form .liveDashboard .list-results thead label,.button-default-group ._account_api .sub-header .w-double-list .liveDashboard .list-results thead label,._account_api .sub-header .w-form .button-default-group .liveDashboard .list-results thead label,._account_api .sub-header .w-double-list .button-default-group .liveDashboard .list-results thead label,.button-default-group .sub-header .w-form .liveDashboard ._account_api .list-results thead label,.button-default-group .sub-header .w-double-list .liveDashboard ._account_api .list-results thead label,.sub-header .w-form .button-default-group .liveDashboard ._account_api .list-results thead label,.sub-header .w-double-list .button-default-group .liveDashboard ._account_api .list-results thead label,.button-default-group ._account_api .block-filters .liveDashboard .list-results thead button:after,._account_api .block-filters .button-default-group .liveDashboard .list-results thead button:after,.button-default-group .block-filters .liveDashboard ._account_api .list-results thead button:after,.block-filters .button-default-group .liveDashboard ._account_api .list-results thead button:after,.button-default-group ._account_api .block-filters .liveDashboard .list-results thead select:after,._account_api .block-filters .button-default-group .liveDashboard .list-results thead select:after,.button-default-group .block-filters .liveDashboard ._account_api .list-results thead select:after,.block-filters .button-default-group .liveDashboard ._account_api .list-results thead select:after,.button-default-group ._account_api .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive,._account_api .form-auto-list .button-default-group .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive,.button-default-group .form-auto-list .liveDashboard ._account_api .list-results thead .form-auto-item.is-user-is-inactive,.form-auto-list .button-default-group .liveDashboard ._account_api .list-results thead .form-auto-item.is-user-is-inactive,.button-default-group ._account_api .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-active,._account_api .form-auto-list .button-default-group .liveDashboard .list-results thead .form-auto-item.is-user-is-active,.button-default-group .form-auto-list .liveDashboard ._account_api .list-results thead .form-auto-item.is-user-is-active,.form-auto-list .button-default-group .liveDashboard ._account_api .list-results thead .form-auto-item.is-user-is-active,.button-default-group ._account_api .list-results-header .status.title .liveDashboard .list-results thead span,._account_api .list-results-header .status.title .button-default-group .liveDashboard .list-results thead span,.button-default-group .list-results-header .status.title .liveDashboard ._account_api .list-results thead span,.list-results-header .status.title .button-default-group .liveDashboard ._account_api .list-results thead span,.liveDashboard .list-results thead .button-default-group .icon,.liveDashboard .list-results thead .button-default-group .w-alert-banner:before,.liveDashboard .list-results thead .button-default-group .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-alert-banner:before,._account_api .liveDashboard .list-results thead .button-default-group .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-alert-banner:before,._account_api .liveDashboard .list-results thead .button-default-group .w-alert-banner:before,.liveDashboard .list-results thead .button-default-group .w-dialog.plus .dialog-aside:after,.w-dialog.plus .liveDashboard .list-results thead .button-default-group .dialog-aside:after,.liveDashboard .list-results thead .button-default-group .w-dialog.plus .dialog-aside:after,.liveDashboard .list-results thead .w-dialog.plus .button-default-group .dialog-aside:after,.w-dialog.plus .liveDashboard .list-results thead .button-default-group .dialog-aside:after,.liveDashboard ._account_api .list-results thead .button-default-group .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard .list-results thead .button-default-group .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .button-default-group .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .button-default-group .dialog-aside:after,.liveDashboard .w-dialog.plus ._account_api .list-results thead .button-default-group .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .button-default-group .dialog-aside:after,.liveDashboard ._account_api .list-results thead .button-default-group .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .button-default-group .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .button-default-group .dialog-aside:after,._account_api .liveDashboard .list-results thead .button-default-group .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .button-default-group .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .button-default-group .dialog-aside:after,.liveDashboard .list-results thead .button-default-group .w-toast .toast.plus:after,.w-toast .liveDashboard .list-results thead .button-default-group .toast.plus:after,.liveDashboard .list-results thead .button-default-group .w-toast .toast.plus:after,.liveDashboard .list-results thead .w-toast .button-default-group .toast.plus:after,.w-toast .liveDashboard .list-results thead .button-default-group .toast.plus:after,.liveDashboard ._account_api .list-results thead .button-default-group .w-toast .toast.plus:after,._account_api .liveDashboard .list-results thead .button-default-group .w-toast .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .button-default-group .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .button-default-group .toast.plus:after,.liveDashboard .w-toast ._account_api .list-results thead .button-default-group .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .button-default-group .toast.plus:after,.liveDashboard ._account_api .list-results thead .button-default-group .w-toast .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .button-default-group .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .button-default-group .toast.plus:after,._account_api .liveDashboard .list-results thead .button-default-group .w-toast .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .button-default-group .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .button-default-group .toast.plus:after,.liveDashboard .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .button-default-group .btn-period-clear:before,.liveDashboard .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .button-default-group .btn-filter:before,.liveDashboard .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .button-default-group .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .button-default-group .btn-period-clear:before,.liveDashboard .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .button-default-group .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .button-default-group .btn-filter:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .button-default-group .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .button-default-group .btn-period-clear:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .button-default-group .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .button-default-group .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .button-default-group .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .button-default-group .btn-filter:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .button-default-group .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .button-default-group .btn-filter:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .button-default-group .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .button-default-group .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .button-default-group .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .button-default-group .btn-filter:before,._account_api .liveDashboard .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .button-default-group .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .button-default-group .btn-period-clear:before,._account_api .liveDashboard .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .button-default-group .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .button-default-group .btn-filter:before,.liveDashboard .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .button-default-group .btn-period-edit:before,.liveDashboard .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .button-default-group .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .button-default-group .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .button-default-group .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .button-default-group .btn-period-edit:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .button-default-group .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .button-default-group .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .button-default-group .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .button-default-group .btn-period-edit:before,._account_api .liveDashboard .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .button-default-group .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .button-default-group .btn-period-edit:before,.liveDashboard .list-results thead .button-default-group .block-filters .btn-filter:before,.block-filters .liveDashboard .list-results thead .button-default-group .btn-filter:before,.liveDashboard .list-results thead .button-default-group .block-filters .btn-filter:before,.liveDashboard .list-results thead .block-filters .button-default-group .btn-filter:before,.block-filters .liveDashboard .list-results thead .button-default-group .btn-filter:before,.liveDashboard ._account_api .list-results thead .button-default-group .block-filters .btn-filter:before,._account_api .liveDashboard .list-results thead .button-default-group .block-filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .button-default-group .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .button-default-group .btn-filter:before,.liveDashboard .block-filters ._account_api .list-results thead .button-default-group .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .button-default-group .btn-filter:before,.liveDashboard ._account_api .list-results thead .button-default-group .block-filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .button-default-group .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .button-default-group .btn-filter:before,._account_api .liveDashboard .list-results thead .button-default-group .block-filters .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .button-default-group .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .button-default-group .btn-filter:before,.liveDashboard .list-results thead .button-default-group .toggleWrapper input.mobileToggle+label,.toggleWrapper .liveDashboard .list-results thead .button-default-group input.mobileToggle+label,.liveDashboard .list-results thead .button-default-group .toggleWrapper input.mobileToggle+label,.liveDashboard .list-results thead .toggleWrapper .button-default-group input.mobileToggle+label,.toggleWrapper .liveDashboard .list-results thead .button-default-group input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .button-default-group .toggleWrapper input.mobileToggle+label,._account_api .liveDashboard .list-results thead .button-default-group .toggleWrapper input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper .button-default-group input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper .button-default-group input.mobileToggle+label,.liveDashboard .toggleWrapper ._account_api .list-results thead .button-default-group input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead .button-default-group input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .button-default-group .toggleWrapper input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper .button-default-group input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead .button-default-group input.mobileToggle+label,._account_api .liveDashboard .list-results thead .button-default-group .toggleWrapper input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper .button-default-group input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead .button-default-group input.mobileToggle+label,.liveDashboard .list-results thead .button-default-group tbody span.status,.liveDashboard .list-results tbody thead .button-default-group span.status,.liveDashboard .list-results thead .button-default-group tbody span.status,.liveDashboard .list-results thead tbody .button-default-group span.status,.liveDashboard .list-results tbody thead .button-default-group span.status,.liveDashboard ._account_api .list-results thead .button-default-group tbody span.status,._account_api .liveDashboard .list-results thead .button-default-group tbody span.status,.liveDashboard ._account_api .list-results thead tbody .button-default-group span.status,._account_api .liveDashboard .list-results thead tbody .button-default-group span.status,.liveDashboard ._account_api .list-results tbody thead .button-default-group span.status,._account_api .liveDashboard .list-results tbody thead .button-default-group span.status,.liveDashboard ._account_api .list-results thead .button-default-group tbody span.status,.liveDashboard ._account_api .list-results thead tbody .button-default-group span.status,.liveDashboard ._account_api .list-results tbody thead .button-default-group span.status,._account_api .liveDashboard .list-results thead .button-default-group tbody span.status,._account_api .liveDashboard .list-results thead tbody .button-default-group span.status,._account_api .liveDashboard .list-results tbody thead .button-default-group span.status,.liveDashboard .list-results thead .button-default-group tbody td.is-running span,.liveDashboard .list-results tbody td.is-running thead .button-default-group span,.liveDashboard .list-results thead .button-default-group tbody td.is-running span,.liveDashboard .list-results thead tbody td.is-running .button-default-group span,.liveDashboard .list-results tbody td.is-running thead .button-default-group span,.liveDashboard ._account_api .list-results thead .button-default-group tbody td.is-running span,._account_api .liveDashboard .list-results thead .button-default-group tbody td.is-running span,.liveDashboard ._account_api .list-results thead tbody td.is-running .button-default-group span,._account_api .liveDashboard .list-results thead tbody td.is-running .button-default-group span,.liveDashboard ._account_api .list-results tbody td.is-running thead .button-default-group span,._account_api .liveDashboard .list-results tbody td.is-running thead .button-default-group span,.liveDashboard ._account_api .list-results thead .button-default-group tbody td.is-running span,.liveDashboard ._account_api .list-results thead tbody td.is-running .button-default-group span,.liveDashboard ._account_api .list-results tbody td.is-running thead .button-default-group span,._account_api .liveDashboard .list-results thead .button-default-group tbody td.is-running span,._account_api .liveDashboard .list-results thead tbody td.is-running .button-default-group span,._account_api .liveDashboard .list-results tbody td.is-running thead .button-default-group span,.liveDashboard .list-results thead .button-default-group tbody td.is-pending span,.liveDashboard .list-results tbody td.is-pending thead .button-default-group span,.liveDashboard .list-results thead .button-default-group tbody td.is-pending span,.liveDashboard .list-results thead tbody td.is-pending .button-default-group span,.liveDashboard .list-results tbody td.is-pending thead .button-default-group span,.liveDashboard ._account_api .list-results thead .button-default-group tbody td.is-pending span,._account_api .liveDashboard .list-results thead .button-default-group tbody td.is-pending span,.liveDashboard ._account_api .list-results thead tbody td.is-pending .button-default-group span,._account_api .liveDashboard .list-results thead tbody td.is-pending .button-default-group span,.liveDashboard ._account_api .list-results tbody td.is-pending thead .button-default-group span,._account_api .liveDashboard .list-results tbody td.is-pending thead .button-default-group span,.liveDashboard ._account_api .list-results thead .button-default-group tbody td.is-pending span,.liveDashboard ._account_api .list-results thead tbody td.is-pending .button-default-group span,.liveDashboard ._account_api .list-results tbody td.is-pending thead .button-default-group span,._account_api .liveDashboard .list-results thead .button-default-group tbody td.is-pending span,._account_api .liveDashboard .list-results thead tbody td.is-pending .button-default-group span,._account_api .liveDashboard .list-results tbody td.is-pending thead .button-default-group span,.liveDashboard .list-results thead .button-default-group .icon,.liveDashboard .list-results thead .button-default-group .w-alert-banner:before,.liveDashboard .list-results thead .button-default-group .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-alert-banner:before,._account_api .liveDashboard .list-results thead .button-default-group .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-alert-banner:before,._account_api .liveDashboard .list-results thead .button-default-group .w-alert-banner:before,.liveDashboard .list-results thead .button-default-group .w-dialog.plus .dialog-aside:after,.w-dialog.plus .liveDashboard .list-results thead .button-default-group .dialog-aside:after,.liveDashboard .list-results thead .button-default-group .w-dialog.plus .dialog-aside:after,.liveDashboard .list-results thead .w-dialog.plus .button-default-group .dialog-aside:after,.w-dialog.plus .liveDashboard .list-results thead .button-default-group .dialog-aside:after,.liveDashboard ._account_api .list-results thead .button-default-group .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard .list-results thead .button-default-group .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .button-default-group .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .button-default-group .dialog-aside:after,.liveDashboard .w-dialog.plus ._account_api .list-results thead .button-default-group .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .button-default-group .dialog-aside:after,.liveDashboard ._account_api .list-results thead .button-default-group .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .button-default-group .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .button-default-group .dialog-aside:after,._account_api .liveDashboard .list-results thead .button-default-group .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .button-default-group .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .button-default-group .dialog-aside:after,.liveDashboard .list-results thead .button-default-group .w-toast .toast.plus:after,.w-toast .liveDashboard .list-results thead .button-default-group .toast.plus:after,.liveDashboard .list-results thead .button-default-group .w-toast .toast.plus:after,.liveDashboard .list-results thead .w-toast .button-default-group .toast.plus:after,.w-toast .liveDashboard .list-results thead .button-default-group .toast.plus:after,.liveDashboard ._account_api .list-results thead .button-default-group .w-toast .toast.plus:after,._account_api .liveDashboard .list-results thead .button-default-group .w-toast .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .button-default-group .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .button-default-group .toast.plus:after,.liveDashboard .w-toast ._account_api .list-results thead .button-default-group .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .button-default-group .toast.plus:after,.liveDashboard ._account_api .list-results thead .button-default-group .w-toast .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .button-default-group .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .button-default-group .toast.plus:after,._account_api .liveDashboard .list-results thead .button-default-group .w-toast .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .button-default-group .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .button-default-group .toast.plus:after,.liveDashboard .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .button-default-group .btn-period-clear:before,.liveDashboard .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .button-default-group .btn-filter:before,.liveDashboard .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .button-default-group .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .button-default-group .btn-period-clear:before,.liveDashboard .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .button-default-group .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .button-default-group .btn-filter:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .button-default-group .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .button-default-group .btn-period-clear:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .button-default-group .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .button-default-group .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .button-default-group .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .button-default-group .btn-filter:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .button-default-group .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .button-default-group .btn-filter:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .button-default-group .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .button-default-group .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .button-default-group .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .button-default-group .btn-filter:before,._account_api .liveDashboard .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .button-default-group .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .button-default-group .btn-period-clear:before,._account_api .liveDashboard .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .button-default-group .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .button-default-group .btn-filter:before,.liveDashboard .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .button-default-group .btn-period-edit:before,.liveDashboard .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .button-default-group .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .button-default-group .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .button-default-group .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .button-default-group .btn-period-edit:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .button-default-group .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .button-default-group .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .button-default-group .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .button-default-group .btn-period-edit:before,._account_api .liveDashboard .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .button-default-group .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .button-default-group .btn-period-edit:before,.liveDashboard .list-results thead .button-default-group .block-filters .btn-filter:before,.block-filters .liveDashboard .list-results thead .button-default-group .btn-filter:before,.liveDashboard .list-results thead .button-default-group .block-filters .btn-filter:before,.liveDashboard .list-results thead .block-filters .button-default-group .btn-filter:before,.block-filters .liveDashboard .list-results thead .button-default-group .btn-filter:before,.liveDashboard ._account_api .list-results thead .button-default-group .block-filters .btn-filter:before,._account_api .liveDashboard .list-results thead .button-default-group .block-filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .button-default-group .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .button-default-group .btn-filter:before,.liveDashboard .block-filters ._account_api .list-results thead .button-default-group .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .button-default-group .btn-filter:before,.liveDashboard ._account_api .list-results thead .button-default-group .block-filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .button-default-group .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .button-default-group .btn-filter:before,._account_api .liveDashboard .list-results thead .button-default-group .block-filters .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .button-default-group .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .button-default-group .btn-filter:before,.liveDashboard .list-results thead .button-default-group .toggleWrapper input.mobileToggle+label,.toggleWrapper .liveDashboard .list-results thead .button-default-group input.mobileToggle+label,.liveDashboard .list-results thead .button-default-group .toggleWrapper input.mobileToggle+label,.liveDashboard .list-results thead .toggleWrapper .button-default-group input.mobileToggle+label,.toggleWrapper .liveDashboard .list-results thead .button-default-group input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .button-default-group .toggleWrapper input.mobileToggle+label,._account_api .liveDashboard .list-results thead .button-default-group .toggleWrapper input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper .button-default-group input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper .button-default-group input.mobileToggle+label,.liveDashboard .toggleWrapper ._account_api .list-results thead .button-default-group input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead .button-default-group input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .button-default-group .toggleWrapper input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper .button-default-group input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead .button-default-group input.mobileToggle+label,._account_api .liveDashboard .list-results thead .button-default-group .toggleWrapper input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper .button-default-group input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead .button-default-group input.mobileToggle+label,.liveDashboard .list-results thead .button-default-group tbody span.status,.liveDashboard .list-results tbody thead .button-default-group span.status,.liveDashboard .list-results thead .button-default-group tbody span.status,.liveDashboard .list-results thead tbody .button-default-group span.status,.liveDashboard .list-results tbody thead .button-default-group span.status,.liveDashboard ._account_api .list-results thead .button-default-group tbody span.status,._account_api .liveDashboard .list-results thead .button-default-group tbody span.status,.liveDashboard ._account_api .list-results thead tbody .button-default-group span.status,._account_api .liveDashboard .list-results thead tbody .button-default-group span.status,.liveDashboard ._account_api .list-results tbody thead .button-default-group span.status,._account_api .liveDashboard .list-results tbody thead .button-default-group span.status,.liveDashboard ._account_api .list-results thead .button-default-group tbody span.status,.liveDashboard ._account_api .list-results thead tbody .button-default-group span.status,.liveDashboard ._account_api .list-results tbody thead .button-default-group span.status,._account_api .liveDashboard .list-results thead .button-default-group tbody span.status,._account_api .liveDashboard .list-results thead tbody .button-default-group span.status,._account_api .liveDashboard .list-results tbody thead .button-default-group span.status,.liveDashboard .list-results thead .button-default-group tbody td.is-running span,.liveDashboard .list-results tbody td.is-running thead .button-default-group span,.liveDashboard .list-results thead .button-default-group tbody td.is-running span,.liveDashboard .list-results thead tbody td.is-running .button-default-group span,.liveDashboard .list-results tbody td.is-running thead .button-default-group span,.liveDashboard ._account_api .list-results thead .button-default-group tbody td.is-running span,._account_api .liveDashboard .list-results thead .button-default-group tbody td.is-running span,.liveDashboard ._account_api .list-results thead tbody td.is-running .button-default-group span,._account_api .liveDashboard .list-results thead tbody td.is-running .button-default-group span,.liveDashboard ._account_api .list-results tbody td.is-running thead .button-default-group span,._account_api .liveDashboard .list-results tbody td.is-running thead .button-default-group span,.liveDashboard ._account_api .list-results thead .button-default-group tbody td.is-running span,.liveDashboard ._account_api .list-results thead tbody td.is-running .button-default-group span,.liveDashboard ._account_api .list-results tbody td.is-running thead .button-default-group span,._account_api .liveDashboard .list-results thead .button-default-group tbody td.is-running span,._account_api .liveDashboard .list-results thead tbody td.is-running .button-default-group span,._account_api .liveDashboard .list-results tbody td.is-running thead .button-default-group span,.liveDashboard .list-results thead .button-default-group tbody td.is-pending span,.liveDashboard .list-results tbody td.is-pending thead .button-default-group span,.liveDashboard .list-results thead .button-default-group tbody td.is-pending span,.liveDashboard .list-results thead tbody td.is-pending .button-default-group span,.liveDashboard .list-results tbody td.is-pending thead .button-default-group span,.liveDashboard ._account_api .list-results thead .button-default-group tbody td.is-pending span,._account_api .liveDashboard .list-results thead .button-default-group tbody td.is-pending span,.liveDashboard ._account_api .list-results thead tbody td.is-pending .button-default-group span,._account_api .liveDashboard .list-results thead tbody td.is-pending .button-default-group span,.liveDashboard ._account_api .list-results tbody td.is-pending thead .button-default-group span,._account_api .liveDashboard .list-results tbody td.is-pending thead .button-default-group span,.liveDashboard ._account_api .list-results thead .button-default-group tbody td.is-pending span,.liveDashboard ._account_api .list-results thead tbody td.is-pending .button-default-group span,.liveDashboard ._account_api .list-results tbody td.is-pending thead .button-default-group span,._account_api .liveDashboard .list-results thead .button-default-group tbody td.is-pending span,._account_api .liveDashboard .list-results thead tbody td.is-pending .button-default-group span,._account_api .liveDashboard .list-results tbody td.is-pending thead .button-default-group span,.liveDashboard .list-results thead .button-default-group .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .button-default-group .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .button-default-group .dropdown-toggle:after,.liveDashboard .list-results thead .button-default-group .w-filter-preset.w-filter-preset .filter-preset .filter,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .button-default-group .filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .button-default-group .filter,.liveDashboard .list-results thead .button-default-group .form-label.status span,.liveDashboard .list-results thead .button-default-group .status.status-log span,.liveDashboard .list-results thead .button-default-group .status.status-report-item span,.liveDashboard .list-results thead .button-default-group .double-list dd.status span,.double-list .liveDashboard .list-results thead .button-default-group dd.status span,.liveDashboard .list-results thead .button-default-group .double-list dt.status span,.double-list .liveDashboard .list-results thead .button-default-group dt.status span,.liveDashboard .list-results thead .button-default-group .w-cards-container .w-card .status.title span,.w-cards-container .w-card .liveDashboard .list-results thead .button-default-group .status.title span,.liveDashboard .list-results thead .button-default-group .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value .liveDashboard .list-results thead .button-default-group .status.label span,.liveDashboard .list-results thead .button-default-group tbody tr.sublist .status.title span,.liveDashboard .list-results tbody tr.sublist thead .button-default-group .status.title span,.liveDashboard .list-results thead .form-label.status .button-default-group span,.liveDashboard .list-results thead .status.status-log .button-default-group span,.liveDashboard .list-results thead .status.status-report-item .button-default-group span,.liveDashboard .list-results thead .double-list dd.status .button-default-group span,.double-list .liveDashboard .list-results thead dd.status .button-default-group span,.liveDashboard .list-results thead .double-list dt.status .button-default-group span,.double-list .liveDashboard .list-results thead dt.status .button-default-group span,.liveDashboard .list-results thead .w-cards-container .w-card .status.title .button-default-group span,.w-cards-container .w-card .liveDashboard .list-results thead .status.title .button-default-group span,.liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .button-default-group span,.w-cards-container .w-card.centered .w-value .liveDashboard .list-results thead .status.label .button-default-group span,.liveDashboard .list-results thead tbody tr.sublist .status.title .button-default-group span,.liveDashboard .list-results tbody tr.sublist thead .status.title .button-default-group span,.form-label.status .liveDashboard .list-results thead .button-default-group span,.status.status-log .liveDashboard .list-results thead .button-default-group span,.status.status-report-item .liveDashboard .list-results thead .button-default-group span,.double-list dd.status .liveDashboard .list-results thead .button-default-group span,.double-list dt.status .liveDashboard .list-results thead .button-default-group span,.w-cards-container .w-card .status.title .liveDashboard .list-results thead .button-default-group span,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead .button-default-group span,.list-results tbody tr.sublist .status.title .liveDashboard .list-results thead .button-default-group span,.liveDashboard .list-results thead .button-default-group .w-filters-selected label.status.small span,.liveDashboard .list-results thead .w-filters-selected label.status.small .button-default-group span,.w-filters-selected label.status.small .liveDashboard .list-results thead .button-default-group span,.liveDashboard .list-results thead .button-default-group .w-filters-selected .status.btn-f-s span,.liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .button-default-group span,.w-filters-selected .status.btn-f-s .liveDashboard .list-results thead .button-default-group span,.liveDashboard .list-results thead .button-default-group .sub-header .w-form label,.liveDashboard .list-results thead .button-default-group .sub-header .w-double-list label,.liveDashboard .list-results thead .sub-header .w-form .button-default-group label,.liveDashboard .list-results thead .sub-header .w-double-list .button-default-group label,.sub-header .w-form .liveDashboard .list-results thead .button-default-group label,.sub-header .w-double-list .liveDashboard .list-results thead .button-default-group label,.liveDashboard .list-results thead .button-default-group .block-filters button:after,.liveDashboard .list-results thead .block-filters .button-default-group button:after,.block-filters .liveDashboard .list-results thead .button-default-group button:after,.liveDashboard .list-results thead .button-default-group .block-filters select:after,.liveDashboard .list-results thead .block-filters .button-default-group select:after,.block-filters .liveDashboard .list-results thead .button-default-group select:after,.liveDashboard .list-results thead .button-default-group .form-auto-list .form-auto-item.is-user-is-inactive,.liveDashboard .list-results thead .form-auto-list .button-default-group .form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard .list-results thead .button-default-group .form-auto-item.is-user-is-inactive,.liveDashboard .list-results thead .button-default-group .form-auto-list .form-auto-item.is-user-is-active,.liveDashboard .list-results thead .form-auto-list .button-default-group .form-auto-item.is-user-is-active,.form-auto-list .liveDashboard .list-results thead .button-default-group .form-auto-item.is-user-is-active,.liveDashboard .list-results thead .button-default-group .list-results-header .status.title span,.liveDashboard .list-results thead .list-results-header .status.title .button-default-group span,.list-results-header .status.title .liveDashboard .list-results thead .button-default-group span,.liveDashboard .list-results thead .button-default-group tr span,.liveDashboard .list-results thead tr .button-default-group span,.liveDashboard ._account_api .list-results thead .button-default-group .icon,.liveDashboard ._account_api .list-results thead .button-default-group .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-alert-banner:before,.liveDashboard ._account_api .liveDashboard .list-results thead .button-default-group .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-dialog.plus .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .button-default-group .dialog-aside:after,.liveDashboard ._account_api .list-results thead .button-default-group .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .button-default-group .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .button-default-group .dialog-aside:after,.liveDashboard ._account_api .list-results thead .button-default-group .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .button-default-group .dialog-aside:after,.liveDashboard .w-dialog.plus ._account_api .list-results thead .button-default-group .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .button-default-group .dialog-aside:after,.liveDashboard ._account_api .list-results thead .button-default-group .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .button-default-group .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .button-default-group .dialog-aside:after,.liveDashboard ._account_api .liveDashboard .list-results thead .button-default-group .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .liveDashboard .list-results thead .w-dialog.plus .button-default-group .dialog-aside:after,.liveDashboard .w-dialog.plus ._account_api .liveDashboard .list-results thead .button-default-group .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .liveDashboard .list-results thead .button-default-group .dialog-aside:after,.liveDashboard ._account_api .list-results thead .button-default-group .w-toast .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .button-default-group .toast.plus:after,.liveDashboard ._account_api .list-results thead .button-default-group .w-toast .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .button-default-group .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .button-default-group .toast.plus:after,.liveDashboard ._account_api .list-results thead .button-default-group .w-toast .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .button-default-group .toast.plus:after,.liveDashboard .w-toast ._account_api .list-results thead .button-default-group .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .button-default-group .toast.plus:after,.liveDashboard ._account_api .list-results thead .button-default-group .w-toast .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .button-default-group .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .button-default-group .toast.plus:after,.liveDashboard ._account_api .liveDashboard .list-results thead .button-default-group .w-toast .toast.plus:after,.liveDashboard ._account_api .liveDashboard .list-results thead .w-toast .button-default-group .toast.plus:after,.liveDashboard .w-toast ._account_api .liveDashboard .list-results thead .button-default-group .toast.plus:after,.w-toast .liveDashboard ._account_api .liveDashboard .list-results thead .button-default-group .toast.plus:after,.liveDashboard ._account_api .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .button-default-group .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .button-default-group .btn-filter:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .button-default-group .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .button-default-group .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .button-default-group .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .button-default-group .btn-filter:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .button-default-group .btn-period-clear:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .button-default-group .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .button-default-group .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .button-default-group .btn-filter:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .button-default-group .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .button-default-group .btn-filter:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .button-default-group .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .button-default-group .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .button-default-group .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .button-default-group .btn-filter:before,.liveDashboard ._account_api .liveDashboard .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .button-default-group .btn-period-clear:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .button-default-group .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .liveDashboard .list-results thead .button-default-group .btn-period-clear:before,.liveDashboard ._account_api .liveDashboard .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .button-default-group .btn-filter:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .button-default-group .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .liveDashboard .list-results thead .button-default-group .btn-filter:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .button-default-group .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .button-default-group .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .button-default-group .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .button-default-group .btn-period-edit:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .button-default-group .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .button-default-group .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .button-default-group .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .button-default-group .btn-period-edit:before,.liveDashboard ._account_api .liveDashboard .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .button-default-group .btn-period-edit:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .button-default-group .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .liveDashboard .list-results thead .button-default-group .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .button-default-group .block-filters .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .button-default-group .btn-filter:before,.liveDashboard ._account_api .list-results thead .button-default-group .block-filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .button-default-group .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .button-default-group .btn-filter:before,.liveDashboard ._account_api .list-results thead .button-default-group .block-filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .button-default-group .btn-filter:before,.liveDashboard .block-filters ._account_api .list-results thead .button-default-group .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .button-default-group .btn-filter:before,.liveDashboard ._account_api .list-results thead .button-default-group .block-filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .button-default-group .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .button-default-group .btn-filter:before,.liveDashboard ._account_api .liveDashboard .list-results thead .button-default-group .block-filters .btn-filter:before,.liveDashboard ._account_api .liveDashboard .list-results thead .block-filters .button-default-group .btn-filter:before,.liveDashboard .block-filters ._account_api .liveDashboard .list-results thead .button-default-group .btn-filter:before,.block-filters .liveDashboard ._account_api .liveDashboard .list-results thead .button-default-group .btn-filter:before,.liveDashboard ._account_api .list-results thead .button-default-group .toggleWrapper input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead .button-default-group input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .button-default-group .toggleWrapper input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper .button-default-group input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead .button-default-group input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .button-default-group .toggleWrapper input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper .button-default-group input.mobileToggle+label,.liveDashboard .toggleWrapper ._account_api .list-results thead .button-default-group input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead .button-default-group input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .button-default-group .toggleWrapper input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper .button-default-group input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead .button-default-group input.mobileToggle+label,.liveDashboard ._account_api .liveDashboard .list-results thead .button-default-group .toggleWrapper input.mobileToggle+label,.liveDashboard ._account_api .liveDashboard .list-results thead .toggleWrapper .button-default-group input.mobileToggle+label,.liveDashboard .toggleWrapper ._account_api .liveDashboard .list-results thead .button-default-group input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .liveDashboard .list-results thead .button-default-group input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .button-default-group tbody span.status,.liveDashboard ._account_api .list-results tbody thead .button-default-group span.status,.liveDashboard ._account_api .list-results thead .button-default-group tbody span.status,.liveDashboard ._account_api .list-results thead tbody .button-default-group span.status,.liveDashboard ._account_api .list-results tbody thead .button-default-group span.status,.liveDashboard ._account_api .list-results thead .button-default-group tbody span.status,.liveDashboard ._account_api .list-results thead tbody .button-default-group span.status,.liveDashboard ._account_api .list-results tbody thead .button-default-group span.status,.liveDashboard ._account_api .list-results thead .button-default-group tbody span.status,.liveDashboard ._account_api .list-results thead tbody .button-default-group span.status,.liveDashboard ._account_api .list-results tbody thead .button-default-group span.status,.liveDashboard ._account_api .liveDashboard .list-results thead .button-default-group tbody span.status,.liveDashboard ._account_api .liveDashboard .list-results thead tbody .button-default-group span.status,.liveDashboard ._account_api .liveDashboard .list-results tbody thead .button-default-group span.status,.liveDashboard ._account_api .list-results thead .button-default-group tbody td.is-running span,.liveDashboard ._account_api .list-results tbody td.is-running thead .button-default-group span,.liveDashboard ._account_api .list-results thead .button-default-group tbody td.is-running span,.liveDashboard ._account_api .list-results thead tbody td.is-running .button-default-group span,.liveDashboard ._account_api .list-results tbody td.is-running thead .button-default-group span,.liveDashboard ._account_api .list-results thead .button-default-group tbody td.is-running span,.liveDashboard ._account_api .list-results thead tbody td.is-running .button-default-group span,.liveDashboard ._account_api .list-results tbody td.is-running thead .button-default-group span,.liveDashboard ._account_api .list-results thead .button-default-group tbody td.is-running span,.liveDashboard ._account_api .list-results thead tbody td.is-running .button-default-group span,.liveDashboard ._account_api .list-results tbody td.is-running thead .button-default-group span,.liveDashboard ._account_api .liveDashboard .list-results thead .button-default-group tbody td.is-running span,.liveDashboard ._account_api .liveDashboard .list-results thead tbody td.is-running .button-default-group span,.liveDashboard ._account_api .liveDashboard .list-results tbody td.is-running thead .button-default-group span,.liveDashboard ._account_api .list-results thead .button-default-group tbody td.is-pending span,.liveDashboard ._account_api .list-results tbody td.is-pending thead .button-default-group span,.liveDashboard ._account_api .list-results thead .button-default-group tbody td.is-pending span,.liveDashboard ._account_api .list-results thead tbody td.is-pending .button-default-group span,.liveDashboard ._account_api .list-results tbody td.is-pending thead .button-default-group span,.liveDashboard ._account_api .list-results thead .button-default-group tbody td.is-pending span,.liveDashboard ._account_api .list-results thead tbody td.is-pending .button-default-group span,.liveDashboard ._account_api .list-results tbody td.is-pending thead .button-default-group span,.liveDashboard ._account_api .list-results thead .button-default-group tbody td.is-pending span,.liveDashboard ._account_api .list-results thead tbody td.is-pending .button-default-group span,.liveDashboard ._account_api .list-results tbody td.is-pending thead .button-default-group span,.liveDashboard ._account_api .liveDashboard .list-results thead .button-default-group tbody td.is-pending span,.liveDashboard ._account_api .liveDashboard .list-results thead tbody td.is-pending .button-default-group span,.liveDashboard ._account_api .liveDashboard .list-results tbody td.is-pending thead .button-default-group span,._account_api .liveDashboard .list-results thead .button-default-group .icon,._account_api .liveDashboard .list-results thead .button-default-group .w-alert-banner:before,._account_api .liveDashboard .list-results thead .button-default-group .w-alert-banner:before,._account_api .liveDashboard .list-results thead .button-default-group .w-alert-banner:before,._account_api .liveDashboard ._account_api .list-results thead .button-default-group .w-alert-banner:before,._account_api .liveDashboard .list-results thead .button-default-group .w-alert-banner:before,._account_api .liveDashboard .list-results thead .button-default-group .w-dialog.plus .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .button-default-group .dialog-aside:after,._account_api .liveDashboard .list-results thead .button-default-group .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .button-default-group .dialog-aside:after,._account_api .w-dialog.plus .liveDashboard .list-results thead .button-default-group .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .button-default-group .dialog-aside:after,._account_api .liveDashboard .list-results thead .button-default-group .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .button-default-group .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .button-default-group .dialog-aside:after,._account_api .liveDashboard ._account_api .list-results thead .button-default-group .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard ._account_api .list-results thead .w-dialog.plus .button-default-group .dialog-aside:after,._account_api .w-dialog.plus .liveDashboard ._account_api .list-results thead .button-default-group .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard ._account_api .list-results thead .button-default-group .dialog-aside:after,._account_api .liveDashboard .list-results thead .button-default-group .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .button-default-group .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .button-default-group .dialog-aside:after,._account_api .liveDashboard .list-results thead .button-default-group .w-toast .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .button-default-group .toast.plus:after,._account_api .liveDashboard .list-results thead .button-default-group .w-toast .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .button-default-group .toast.plus:after,._account_api .w-toast .liveDashboard .list-results thead .button-default-group .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .button-default-group .toast.plus:after,._account_api .liveDashboard .list-results thead .button-default-group .w-toast .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .button-default-group .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .button-default-group .toast.plus:after,._account_api .liveDashboard ._account_api .list-results thead .button-default-group .w-toast .toast.plus:after,._account_api .liveDashboard ._account_api .list-results thead .w-toast .button-default-group .toast.plus:after,._account_api .w-toast .liveDashboard ._account_api .list-results thead .button-default-group .toast.plus:after,.w-toast ._account_api .liveDashboard ._account_api .list-results thead .button-default-group .toast.plus:after,._account_api .liveDashboard .list-results thead .button-default-group .w-toast .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .button-default-group .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .button-default-group .toast.plus:after,._account_api .liveDashboard .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .button-default-group .btn-period-clear:before,._account_api .liveDashboard .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .button-default-group .btn-filter:before,._account_api .liveDashboard .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .button-default-group .btn-period-clear:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .button-default-group .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .button-default-group .btn-period-clear:before,._account_api .liveDashboard .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .button-default-group .btn-filter:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .button-default-group .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .button-default-group .btn-filter:before,._account_api .liveDashboard .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .button-default-group .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .button-default-group .btn-period-clear:before,._account_api .liveDashboard .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .button-default-group .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .button-default-group .btn-filter:before,._account_api .liveDashboard ._account_api .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .button-default-group .btn-period-clear:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .button-default-group .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard ._account_api .list-results thead .button-default-group .btn-period-clear:before,._account_api .liveDashboard ._account_api .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .button-default-group .btn-filter:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .button-default-group .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard ._account_api .list-results thead .button-default-group .btn-filter:before,._account_api .liveDashboard .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .button-default-group .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .button-default-group .btn-period-clear:before,._account_api .liveDashboard .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .button-default-group .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .button-default-group .btn-filter:before,._account_api .liveDashboard .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .button-default-group .btn-period-edit:before,._account_api .liveDashboard .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .button-default-group .btn-period-edit:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .button-default-group .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .button-default-group .btn-period-edit:before,._account_api .liveDashboard .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .button-default-group .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .button-default-group .btn-period-edit:before,._account_api .liveDashboard ._account_api .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .button-default-group .btn-period-edit:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .button-default-group .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard ._account_api .list-results thead .button-default-group .btn-period-edit:before,._account_api .liveDashboard .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .button-default-group .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .button-default-group .btn-period-edit:before,._account_api .liveDashboard .list-results thead .button-default-group .block-filters .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .button-default-group .btn-filter:before,._account_api .liveDashboard .list-results thead .button-default-group .block-filters .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .button-default-group .btn-filter:before,._account_api .block-filters .liveDashboard .list-results thead .button-default-group .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .button-default-group .btn-filter:before,._account_api .liveDashboard .list-results thead .button-default-group .block-filters .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .button-default-group .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .button-default-group .btn-filter:before,._account_api .liveDashboard ._account_api .list-results thead .button-default-group .block-filters .btn-filter:before,._account_api .liveDashboard ._account_api .list-results thead .block-filters .button-default-group .btn-filter:before,._account_api .block-filters .liveDashboard ._account_api .list-results thead .button-default-group .btn-filter:before,.block-filters ._account_api .liveDashboard ._account_api .list-results thead .button-default-group .btn-filter:before,._account_api .liveDashboard .list-results thead .button-default-group .block-filters .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .button-default-group .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .button-default-group .btn-filter:before,._account_api .liveDashboard .list-results thead .button-default-group .toggleWrapper input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead .button-default-group input.mobileToggle+label,._account_api .liveDashboard .list-results thead .button-default-group .toggleWrapper input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper .button-default-group input.mobileToggle+label,._account_api .toggleWrapper .liveDashboard .list-results thead .button-default-group input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead .button-default-group input.mobileToggle+label,._account_api .liveDashboard .list-results thead .button-default-group .toggleWrapper input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper .button-default-group input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead .button-default-group input.mobileToggle+label,._account_api .liveDashboard ._account_api .list-results thead .button-default-group .toggleWrapper input.mobileToggle+label,._account_api .liveDashboard ._account_api .list-results thead .toggleWrapper .button-default-group input.mobileToggle+label,._account_api .toggleWrapper .liveDashboard ._account_api .list-results thead .button-default-group input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard ._account_api .list-results thead .button-default-group input.mobileToggle+label,._account_api .liveDashboard .list-results thead .button-default-group .toggleWrapper input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper .button-default-group input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead .button-default-group input.mobileToggle+label,._account_api .liveDashboard .list-results thead .button-default-group tbody span.status,._account_api .liveDashboard .list-results tbody thead .button-default-group span.status,._account_api .liveDashboard .list-results thead .button-default-group tbody span.status,._account_api .liveDashboard .list-results thead tbody .button-default-group span.status,._account_api .liveDashboard .list-results tbody thead .button-default-group span.status,._account_api .liveDashboard .list-results thead .button-default-group tbody span.status,._account_api .liveDashboard .list-results thead tbody .button-default-group span.status,._account_api .liveDashboard .list-results tbody thead .button-default-group span.status,._account_api .liveDashboard ._account_api .list-results thead .button-default-group tbody span.status,._account_api .liveDashboard ._account_api .list-results thead tbody .button-default-group span.status,._account_api .liveDashboard ._account_api .list-results tbody thead .button-default-group span.status,._account_api .liveDashboard .list-results thead .button-default-group tbody span.status,._account_api .liveDashboard .list-results thead tbody .button-default-group span.status,._account_api .liveDashboard .list-results tbody thead .button-default-group span.status,._account_api .liveDashboard .list-results thead .button-default-group tbody td.is-running span,._account_api .liveDashboard .list-results tbody td.is-running thead .button-default-group span,._account_api .liveDashboard .list-results thead .button-default-group tbody td.is-running span,._account_api .liveDashboard .list-results thead tbody td.is-running .button-default-group span,._account_api .liveDashboard .list-results tbody td.is-running thead .button-default-group span,._account_api .liveDashboard .list-results thead .button-default-group tbody td.is-running span,._account_api .liveDashboard .list-results thead tbody td.is-running .button-default-group span,._account_api .liveDashboard .list-results tbody td.is-running thead .button-default-group span,._account_api .liveDashboard ._account_api .list-results thead .button-default-group tbody td.is-running span,._account_api .liveDashboard ._account_api .list-results thead tbody td.is-running .button-default-group span,._account_api .liveDashboard ._account_api .list-results tbody td.is-running thead .button-default-group span,._account_api .liveDashboard .list-results thead .button-default-group tbody td.is-running span,._account_api .liveDashboard .list-results thead tbody td.is-running .button-default-group span,._account_api .liveDashboard .list-results tbody td.is-running thead .button-default-group span,._account_api .liveDashboard .list-results thead .button-default-group tbody td.is-pending span,._account_api .liveDashboard .list-results tbody td.is-pending thead .button-default-group span,._account_api .liveDashboard .list-results thead .button-default-group tbody td.is-pending span,._account_api .liveDashboard .list-results thead tbody td.is-pending .button-default-group span,._account_api .liveDashboard .list-results tbody td.is-pending thead .button-default-group span,._account_api .liveDashboard .list-results thead .button-default-group tbody td.is-pending span,._account_api .liveDashboard .list-results thead tbody td.is-pending .button-default-group span,._account_api .liveDashboard .list-results tbody td.is-pending thead .button-default-group span,._account_api .liveDashboard ._account_api .list-results thead .button-default-group tbody td.is-pending span,._account_api .liveDashboard ._account_api .list-results thead tbody td.is-pending .button-default-group span,._account_api .liveDashboard ._account_api .list-results tbody td.is-pending thead .button-default-group span,._account_api .liveDashboard .list-results thead .button-default-group tbody td.is-pending span,._account_api .liveDashboard .list-results thead tbody td.is-pending .button-default-group span,._account_api .liveDashboard .list-results tbody td.is-pending thead .button-default-group span,.liveDashboard ._account_api .list-results thead .button-default-group .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,._account_api .liveDashboard .list-results thead .button-default-group .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .button-default-group .dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .button-default-group .dropdown-toggle:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .button-default-group .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .button-default-group .dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .button-default-group .w-filter-preset.w-filter-preset .filter-preset .filter,._account_api .liveDashboard .list-results thead .button-default-group .w-filter-preset.w-filter-preset .filter-preset .filter,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .button-default-group .filter,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .button-default-group .filter,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .button-default-group .filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .button-default-group .filter,.liveDashboard ._account_api .list-results thead .button-default-group .form-label.status span,.liveDashboard ._account_api .list-results thead .button-default-group .status.status-log span,.liveDashboard ._account_api .list-results thead .button-default-group .status.status-report-item span,.liveDashboard ._account_api .list-results thead .button-default-group .double-list dd.status span,.double-list .liveDashboard ._account_api .list-results thead .button-default-group dd.status span,.liveDashboard ._account_api .list-results thead .button-default-group .double-list dt.status span,.double-list .liveDashboard ._account_api .list-results thead .button-default-group dt.status span,.liveDashboard ._account_api .list-results thead .button-default-group .w-cards-container .w-card .status.title span,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .button-default-group .status.title span,.liveDashboard ._account_api .list-results thead .button-default-group .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .button-default-group .status.label span,.liveDashboard ._account_api .list-results thead .button-default-group tbody tr.sublist .status.title span,.liveDashboard ._account_api .list-results tbody tr.sublist thead .button-default-group .status.title span,._account_api .liveDashboard .list-results thead .button-default-group .form-label.status span,._account_api .liveDashboard .list-results thead .button-default-group .status.status-log span,._account_api .liveDashboard .list-results thead .button-default-group .status.status-report-item span,._account_api .liveDashboard .list-results thead .button-default-group .double-list dd.status span,.double-list ._account_api .liveDashboard .list-results thead .button-default-group dd.status span,._account_api .liveDashboard .list-results thead .button-default-group .double-list dt.status span,.double-list ._account_api .liveDashboard .list-results thead .button-default-group dt.status span,._account_api .liveDashboard .list-results thead .button-default-group .w-cards-container .w-card .status.title span,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .button-default-group .status.title span,._account_api .liveDashboard .list-results thead .button-default-group .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .button-default-group .status.label span,._account_api .liveDashboard .list-results thead .button-default-group tbody tr.sublist .status.title span,._account_api .liveDashboard .list-results tbody tr.sublist thead .button-default-group .status.title span,.liveDashboard ._account_api .list-results thead .form-label.status .button-default-group span,.liveDashboard ._account_api .list-results thead .status.status-log .button-default-group span,.liveDashboard ._account_api .list-results thead .status.status-report-item .button-default-group span,.liveDashboard ._account_api .list-results thead .double-list dd.status .button-default-group span,.double-list .liveDashboard ._account_api .list-results thead dd.status .button-default-group span,.liveDashboard ._account_api .list-results thead .double-list dt.status .button-default-group span,.double-list .liveDashboard ._account_api .list-results thead dt.status .button-default-group span,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title .button-default-group span,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title .button-default-group span,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .button-default-group span,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label .button-default-group span,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title .button-default-group span,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title .button-default-group span,._account_api .liveDashboard .list-results thead .form-label.status .button-default-group span,._account_api .liveDashboard .list-results thead .status.status-log .button-default-group span,._account_api .liveDashboard .list-results thead .status.status-report-item .button-default-group span,._account_api .liveDashboard .list-results thead .double-list dd.status .button-default-group span,.double-list ._account_api .liveDashboard .list-results thead dd.status .button-default-group span,._account_api .liveDashboard .list-results thead .double-list dt.status .button-default-group span,.double-list ._account_api .liveDashboard .list-results thead dt.status .button-default-group span,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title .button-default-group span,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title .button-default-group span,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .button-default-group span,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label .button-default-group span,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title .button-default-group span,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title .button-default-group span,.liveDashboard .form-label.status ._account_api .list-results thead .button-default-group span,.liveDashboard .status.status-log ._account_api .list-results thead .button-default-group span,.liveDashboard .status.status-report-item ._account_api .list-results thead .button-default-group span,.liveDashboard .double-list dd.status ._account_api .list-results thead .button-default-group span,.double-list .liveDashboard dd.status ._account_api .list-results thead .button-default-group span,.liveDashboard .double-list dt.status ._account_api .list-results thead .button-default-group span,.double-list .liveDashboard dt.status ._account_api .list-results thead .button-default-group span,.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead .button-default-group span,.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead .button-default-group span,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead .button-default-group span,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead .button-default-group span,.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead .button-default-group span,.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead .button-default-group span,.form-label.status ._account_api .liveDashboard .list-results thead .button-default-group span,.status.status-log ._account_api .liveDashboard .list-results thead .button-default-group span,.status.status-report-item ._account_api .liveDashboard .list-results thead .button-default-group span,.double-list dd.status ._account_api .liveDashboard .list-results thead .button-default-group span,.double-list dt.status ._account_api .liveDashboard .list-results thead .button-default-group span,.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead .button-default-group span,.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead .button-default-group span,.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead .button-default-group span,.liveDashboard ._account_api .list-results thead .button-default-group .w-filters-selected label.status.small span,._account_api .liveDashboard .list-results thead .button-default-group .w-filters-selected label.status.small span,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small .button-default-group span,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small .button-default-group span,.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead .button-default-group span,.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead .button-default-group span,.liveDashboard ._account_api .list-results thead .button-default-group .w-filters-selected .status.btn-f-s span,._account_api .liveDashboard .list-results thead .button-default-group .w-filters-selected .status.btn-f-s span,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s .button-default-group span,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .button-default-group span,.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead .button-default-group span,.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead .button-default-group span,.liveDashboard ._account_api .list-results thead .button-default-group .sub-header .w-form label,.liveDashboard ._account_api .list-results thead .button-default-group .sub-header .w-double-list label,._account_api .liveDashboard .list-results thead .button-default-group .sub-header .w-form label,._account_api .liveDashboard .list-results thead .button-default-group .sub-header .w-double-list label,.liveDashboard ._account_api .list-results thead .sub-header .w-form .button-default-group label,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list .button-default-group label,._account_api .liveDashboard .list-results thead .sub-header .w-form .button-default-group label,._account_api .liveDashboard .list-results thead .sub-header .w-double-list .button-default-group label,.liveDashboard .sub-header .w-form ._account_api .list-results thead .button-default-group label,.liveDashboard .sub-header .w-double-list ._account_api .list-results thead .button-default-group label,.sub-header .w-form ._account_api .liveDashboard .list-results thead .button-default-group label,.sub-header .w-double-list ._account_api .liveDashboard .list-results thead .button-default-group label,.liveDashboard ._account_api .list-results thead .button-default-group .block-filters button:after,._account_api .liveDashboard .list-results thead .button-default-group .block-filters button:after,.liveDashboard ._account_api .list-results thead .block-filters .button-default-group button:after,._account_api .liveDashboard .list-results thead .block-filters .button-default-group button:after,.liveDashboard .block-filters ._account_api .list-results thead .button-default-group button:after,.block-filters ._account_api .liveDashboard .list-results thead .button-default-group button:after,.liveDashboard ._account_api .list-results thead .button-default-group .block-filters select:after,._account_api .liveDashboard .list-results thead .button-default-group .block-filters select:after,.liveDashboard ._account_api .list-results thead .block-filters .button-default-group select:after,._account_api .liveDashboard .list-results thead .block-filters .button-default-group select:after,.liveDashboard .block-filters ._account_api .list-results thead .button-default-group select:after,.block-filters ._account_api .liveDashboard .list-results thead .button-default-group select:after,.liveDashboard ._account_api .list-results thead .button-default-group .form-auto-list .form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .button-default-group .form-auto-list .form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .form-auto-list .button-default-group .form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .form-auto-list .button-default-group .form-auto-item.is-user-is-inactive,.liveDashboard .form-auto-list ._account_api .list-results thead .button-default-group .form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .liveDashboard .list-results thead .button-default-group .form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .button-default-group .form-auto-list .form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .button-default-group .form-auto-list .form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .form-auto-list .button-default-group .form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .form-auto-list .button-default-group .form-auto-item.is-user-is-active,.liveDashboard .form-auto-list ._account_api .list-results thead .button-default-group .form-auto-item.is-user-is-active,.form-auto-list ._account_api .liveDashboard .list-results thead .button-default-group .form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .button-default-group .list-results-header .status.title span,._account_api .liveDashboard .list-results thead .button-default-group .list-results-header .status.title span,.liveDashboard ._account_api .list-results thead .list-results-header .status.title .button-default-group span,._account_api .liveDashboard .list-results thead .list-results-header .status.title .button-default-group span,.liveDashboard .list-results-header .status.title ._account_api .list-results thead .button-default-group span,.list-results-header .status.title ._account_api .liveDashboard .list-results thead .button-default-group span,.liveDashboard ._account_api .list-results thead .button-default-group tr span,._account_api .liveDashboard .list-results thead .button-default-group tr span,.liveDashboard ._account_api .list-results thead tr .button-default-group span,._account_api .liveDashboard .list-results thead tr .button-default-group span,.liveDashboard ._account_api .list-results thead .button-default-group .icon,.liveDashboard ._account_api .list-results thead .button-default-group .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-alert-banner:before,.liveDashboard ._account_api .liveDashboard .list-results thead .button-default-group .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-dialog.plus .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .button-default-group .dialog-aside:after,.liveDashboard ._account_api .list-results thead .button-default-group .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .button-default-group .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .button-default-group .dialog-aside:after,.liveDashboard ._account_api .list-results thead .button-default-group .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .button-default-group .dialog-aside:after,.liveDashboard .w-dialog.plus ._account_api .list-results thead .button-default-group .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .button-default-group .dialog-aside:after,.liveDashboard ._account_api .list-results thead .button-default-group .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .button-default-group .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .button-default-group .dialog-aside:after,.liveDashboard ._account_api .liveDashboard .list-results thead .button-default-group .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .liveDashboard .list-results thead .w-dialog.plus .button-default-group .dialog-aside:after,.liveDashboard .w-dialog.plus ._account_api .liveDashboard .list-results thead .button-default-group .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .liveDashboard .list-results thead .button-default-group .dialog-aside:after,.liveDashboard ._account_api .list-results thead .button-default-group .w-toast .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .button-default-group .toast.plus:after,.liveDashboard ._account_api .list-results thead .button-default-group .w-toast .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .button-default-group .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .button-default-group .toast.plus:after,.liveDashboard ._account_api .list-results thead .button-default-group .w-toast .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .button-default-group .toast.plus:after,.liveDashboard .w-toast ._account_api .list-results thead .button-default-group .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .button-default-group .toast.plus:after,.liveDashboard ._account_api .list-results thead .button-default-group .w-toast .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .button-default-group .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .button-default-group .toast.plus:after,.liveDashboard ._account_api .liveDashboard .list-results thead .button-default-group .w-toast .toast.plus:after,.liveDashboard ._account_api .liveDashboard .list-results thead .w-toast .button-default-group .toast.plus:after,.liveDashboard .w-toast ._account_api .liveDashboard .list-results thead .button-default-group .toast.plus:after,.w-toast .liveDashboard ._account_api .liveDashboard .list-results thead .button-default-group .toast.plus:after,.liveDashboard ._account_api .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .button-default-group .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .button-default-group .btn-filter:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .button-default-group .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .button-default-group .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .button-default-group .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .button-default-group .btn-filter:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .button-default-group .btn-period-clear:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .button-default-group .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .button-default-group .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .button-default-group .btn-filter:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .button-default-group .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .button-default-group .btn-filter:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .button-default-group .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .button-default-group .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .button-default-group .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .button-default-group .btn-filter:before,.liveDashboard ._account_api .liveDashboard .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .button-default-group .btn-period-clear:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .button-default-group .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .liveDashboard .list-results thead .button-default-group .btn-period-clear:before,.liveDashboard ._account_api .liveDashboard .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .button-default-group .btn-filter:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .button-default-group .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .liveDashboard .list-results thead .button-default-group .btn-filter:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .button-default-group .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .button-default-group .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .button-default-group .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .button-default-group .btn-period-edit:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .button-default-group .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .button-default-group .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .button-default-group .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .button-default-group .btn-period-edit:before,.liveDashboard ._account_api .liveDashboard .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .button-default-group .btn-period-edit:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .button-default-group .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .liveDashboard .list-results thead .button-default-group .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .button-default-group .block-filters .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .button-default-group .btn-filter:before,.liveDashboard ._account_api .list-results thead .button-default-group .block-filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .button-default-group .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .button-default-group .btn-filter:before,.liveDashboard ._account_api .list-results thead .button-default-group .block-filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .button-default-group .btn-filter:before,.liveDashboard .block-filters ._account_api .list-results thead .button-default-group .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .button-default-group .btn-filter:before,.liveDashboard ._account_api .list-results thead .button-default-group .block-filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .button-default-group .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .button-default-group .btn-filter:before,.liveDashboard ._account_api .liveDashboard .list-results thead .button-default-group .block-filters .btn-filter:before,.liveDashboard ._account_api .liveDashboard .list-results thead .block-filters .button-default-group .btn-filter:before,.liveDashboard .block-filters ._account_api .liveDashboard .list-results thead .button-default-group .btn-filter:before,.block-filters .liveDashboard ._account_api .liveDashboard .list-results thead .button-default-group .btn-filter:before,.liveDashboard ._account_api .list-results thead .button-default-group .toggleWrapper input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead .button-default-group input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .button-default-group .toggleWrapper input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper .button-default-group input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead .button-default-group input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .button-default-group .toggleWrapper input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper .button-default-group input.mobileToggle+label,.liveDashboard .toggleWrapper ._account_api .list-results thead .button-default-group input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead .button-default-group input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .button-default-group .toggleWrapper input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper .button-default-group input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead .button-default-group input.mobileToggle+label,.liveDashboard ._account_api .liveDashboard .list-results thead .button-default-group .toggleWrapper input.mobileToggle+label,.liveDashboard ._account_api .liveDashboard .list-results thead .toggleWrapper .button-default-group input.mobileToggle+label,.liveDashboard .toggleWrapper ._account_api .liveDashboard .list-results thead .button-default-group input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .liveDashboard .list-results thead .button-default-group input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .button-default-group tbody span.status,.liveDashboard ._account_api .list-results tbody thead .button-default-group span.status,.liveDashboard ._account_api .list-results thead .button-default-group tbody span.status,.liveDashboard ._account_api .list-results thead tbody .button-default-group span.status,.liveDashboard ._account_api .list-results tbody thead .button-default-group span.status,.liveDashboard ._account_api .list-results thead .button-default-group tbody span.status,.liveDashboard ._account_api .list-results thead tbody .button-default-group span.status,.liveDashboard ._account_api .list-results tbody thead .button-default-group span.status,.liveDashboard ._account_api .list-results thead .button-default-group tbody span.status,.liveDashboard ._account_api .list-results thead tbody .button-default-group span.status,.liveDashboard ._account_api .list-results tbody thead .button-default-group span.status,.liveDashboard ._account_api .liveDashboard .list-results thead .button-default-group tbody span.status,.liveDashboard ._account_api .liveDashboard .list-results thead tbody .button-default-group span.status,.liveDashboard ._account_api .liveDashboard .list-results tbody thead .button-default-group span.status,.liveDashboard ._account_api .list-results thead .button-default-group tbody td.is-running span,.liveDashboard ._account_api .list-results tbody td.is-running thead .button-default-group span,.liveDashboard ._account_api .list-results thead .button-default-group tbody td.is-running span,.liveDashboard ._account_api .list-results thead tbody td.is-running .button-default-group span,.liveDashboard ._account_api .list-results tbody td.is-running thead .button-default-group span,.liveDashboard ._account_api .list-results thead .button-default-group tbody td.is-running span,.liveDashboard ._account_api .list-results thead tbody td.is-running .button-default-group span,.liveDashboard ._account_api .list-results tbody td.is-running thead .button-default-group span,.liveDashboard ._account_api .list-results thead .button-default-group tbody td.is-running span,.liveDashboard ._account_api .list-results thead tbody td.is-running .button-default-group span,.liveDashboard ._account_api .list-results tbody td.is-running thead .button-default-group span,.liveDashboard ._account_api .liveDashboard .list-results thead .button-default-group tbody td.is-running span,.liveDashboard ._account_api .liveDashboard .list-results thead tbody td.is-running .button-default-group span,.liveDashboard ._account_api .liveDashboard .list-results tbody td.is-running thead .button-default-group span,.liveDashboard ._account_api .list-results thead .button-default-group tbody td.is-pending span,.liveDashboard ._account_api .list-results tbody td.is-pending thead .button-default-group span,.liveDashboard ._account_api .list-results thead .button-default-group tbody td.is-pending span,.liveDashboard ._account_api .list-results thead tbody td.is-pending .button-default-group span,.liveDashboard ._account_api .list-results tbody td.is-pending thead .button-default-group span,.liveDashboard ._account_api .list-results thead .button-default-group tbody td.is-pending span,.liveDashboard ._account_api .list-results thead tbody td.is-pending .button-default-group span,.liveDashboard ._account_api .list-results tbody td.is-pending thead .button-default-group span,.liveDashboard ._account_api .list-results thead .button-default-group tbody td.is-pending span,.liveDashboard ._account_api .list-results thead tbody td.is-pending .button-default-group span,.liveDashboard ._account_api .list-results tbody td.is-pending thead .button-default-group span,.liveDashboard ._account_api .liveDashboard .list-results thead .button-default-group tbody td.is-pending span,.liveDashboard ._account_api .liveDashboard .list-results thead tbody td.is-pending .button-default-group span,.liveDashboard ._account_api .liveDashboard .list-results tbody td.is-pending thead .button-default-group span,._account_api .liveDashboard .list-results thead .button-default-group .icon,._account_api .liveDashboard .list-results thead .button-default-group .w-alert-banner:before,._account_api .liveDashboard .list-results thead .button-default-group .w-alert-banner:before,._account_api .liveDashboard .list-results thead .button-default-group .w-alert-banner:before,._account_api .liveDashboard ._account_api .list-results thead .button-default-group .w-alert-banner:before,._account_api .liveDashboard .list-results thead .button-default-group .w-alert-banner:before,._account_api .liveDashboard .list-results thead .button-default-group .w-dialog.plus .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .button-default-group .dialog-aside:after,._account_api .liveDashboard .list-results thead .button-default-group .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .button-default-group .dialog-aside:after,._account_api .w-dialog.plus .liveDashboard .list-results thead .button-default-group .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .button-default-group .dialog-aside:after,._account_api .liveDashboard .list-results thead .button-default-group .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .button-default-group .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .button-default-group .dialog-aside:after,._account_api .liveDashboard ._account_api .list-results thead .button-default-group .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard ._account_api .list-results thead .w-dialog.plus .button-default-group .dialog-aside:after,._account_api .w-dialog.plus .liveDashboard ._account_api .list-results thead .button-default-group .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard ._account_api .list-results thead .button-default-group .dialog-aside:after,._account_api .liveDashboard .list-results thead .button-default-group .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .button-default-group .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .button-default-group .dialog-aside:after,._account_api .liveDashboard .list-results thead .button-default-group .w-toast .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .button-default-group .toast.plus:after,._account_api .liveDashboard .list-results thead .button-default-group .w-toast .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .button-default-group .toast.plus:after,._account_api .w-toast .liveDashboard .list-results thead .button-default-group .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .button-default-group .toast.plus:after,._account_api .liveDashboard .list-results thead .button-default-group .w-toast .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .button-default-group .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .button-default-group .toast.plus:after,._account_api .liveDashboard ._account_api .list-results thead .button-default-group .w-toast .toast.plus:after,._account_api .liveDashboard ._account_api .list-results thead .w-toast .button-default-group .toast.plus:after,._account_api .w-toast .liveDashboard ._account_api .list-results thead .button-default-group .toast.plus:after,.w-toast ._account_api .liveDashboard ._account_api .list-results thead .button-default-group .toast.plus:after,._account_api .liveDashboard .list-results thead .button-default-group .w-toast .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .button-default-group .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .button-default-group .toast.plus:after,._account_api .liveDashboard .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .button-default-group .btn-period-clear:before,._account_api .liveDashboard .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .button-default-group .btn-filter:before,._account_api .liveDashboard .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .button-default-group .btn-period-clear:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .button-default-group .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .button-default-group .btn-period-clear:before,._account_api .liveDashboard .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .button-default-group .btn-filter:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .button-default-group .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .button-default-group .btn-filter:before,._account_api .liveDashboard .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .button-default-group .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .button-default-group .btn-period-clear:before,._account_api .liveDashboard .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .button-default-group .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .button-default-group .btn-filter:before,._account_api .liveDashboard ._account_api .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .button-default-group .btn-period-clear:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .button-default-group .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard ._account_api .list-results thead .button-default-group .btn-period-clear:before,._account_api .liveDashboard ._account_api .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .button-default-group .btn-filter:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .button-default-group .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard ._account_api .list-results thead .button-default-group .btn-filter:before,._account_api .liveDashboard .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .button-default-group .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .button-default-group .btn-period-clear:before,._account_api .liveDashboard .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .button-default-group .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .button-default-group .btn-filter:before,._account_api .liveDashboard .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .button-default-group .btn-period-edit:before,._account_api .liveDashboard .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .button-default-group .btn-period-edit:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .button-default-group .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .button-default-group .btn-period-edit:before,._account_api .liveDashboard .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .button-default-group .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .button-default-group .btn-period-edit:before,._account_api .liveDashboard ._account_api .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .button-default-group .btn-period-edit:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .button-default-group .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard ._account_api .list-results thead .button-default-group .btn-period-edit:before,._account_api .liveDashboard .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .button-default-group .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .button-default-group .btn-period-edit:before,._account_api .liveDashboard .list-results thead .button-default-group .block-filters .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .button-default-group .btn-filter:before,._account_api .liveDashboard .list-results thead .button-default-group .block-filters .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .button-default-group .btn-filter:before,._account_api .block-filters .liveDashboard .list-results thead .button-default-group .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .button-default-group .btn-filter:before,._account_api .liveDashboard .list-results thead .button-default-group .block-filters .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .button-default-group .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .button-default-group .btn-filter:before,._account_api .liveDashboard ._account_api .list-results thead .button-default-group .block-filters .btn-filter:before,._account_api .liveDashboard ._account_api .list-results thead .block-filters .button-default-group .btn-filter:before,._account_api .block-filters .liveDashboard ._account_api .list-results thead .button-default-group .btn-filter:before,.block-filters ._account_api .liveDashboard ._account_api .list-results thead .button-default-group .btn-filter:before,._account_api .liveDashboard .list-results thead .button-default-group .block-filters .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .button-default-group .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .button-default-group .btn-filter:before,._account_api .liveDashboard .list-results thead .button-default-group .toggleWrapper input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead .button-default-group input.mobileToggle+label,._account_api .liveDashboard .list-results thead .button-default-group .toggleWrapper input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper .button-default-group input.mobileToggle+label,._account_api .toggleWrapper .liveDashboard .list-results thead .button-default-group input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead .button-default-group input.mobileToggle+label,._account_api .liveDashboard .list-results thead .button-default-group .toggleWrapper input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper .button-default-group input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead .button-default-group input.mobileToggle+label,._account_api .liveDashboard ._account_api .list-results thead .button-default-group .toggleWrapper input.mobileToggle+label,._account_api .liveDashboard ._account_api .list-results thead .toggleWrapper .button-default-group input.mobileToggle+label,._account_api .toggleWrapper .liveDashboard ._account_api .list-results thead .button-default-group input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard ._account_api .list-results thead .button-default-group input.mobileToggle+label,._account_api .liveDashboard .list-results thead .button-default-group .toggleWrapper input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper .button-default-group input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead .button-default-group input.mobileToggle+label,._account_api .liveDashboard .list-results thead .button-default-group tbody span.status,._account_api .liveDashboard .list-results tbody thead .button-default-group span.status,._account_api .liveDashboard .list-results thead .button-default-group tbody span.status,._account_api .liveDashboard .list-results thead tbody .button-default-group span.status,._account_api .liveDashboard .list-results tbody thead .button-default-group span.status,._account_api .liveDashboard .list-results thead .button-default-group tbody span.status,._account_api .liveDashboard .list-results thead tbody .button-default-group span.status,._account_api .liveDashboard .list-results tbody thead .button-default-group span.status,._account_api .liveDashboard ._account_api .list-results thead .button-default-group tbody span.status,._account_api .liveDashboard ._account_api .list-results thead tbody .button-default-group span.status,._account_api .liveDashboard ._account_api .list-results tbody thead .button-default-group span.status,._account_api .liveDashboard .list-results thead .button-default-group tbody span.status,._account_api .liveDashboard .list-results thead tbody .button-default-group span.status,._account_api .liveDashboard .list-results tbody thead .button-default-group span.status,._account_api .liveDashboard .list-results thead .button-default-group tbody td.is-running span,._account_api .liveDashboard .list-results tbody td.is-running thead .button-default-group span,._account_api .liveDashboard .list-results thead .button-default-group tbody td.is-running span,._account_api .liveDashboard .list-results thead tbody td.is-running .button-default-group span,._account_api .liveDashboard .list-results tbody td.is-running thead .button-default-group span,._account_api .liveDashboard .list-results thead .button-default-group tbody td.is-running span,._account_api .liveDashboard .list-results thead tbody td.is-running .button-default-group span,._account_api .liveDashboard .list-results tbody td.is-running thead .button-default-group span,._account_api .liveDashboard ._account_api .list-results thead .button-default-group tbody td.is-running span,._account_api .liveDashboard ._account_api .list-results thead tbody td.is-running .button-default-group span,._account_api .liveDashboard ._account_api .list-results tbody td.is-running thead .button-default-group span,._account_api .liveDashboard .list-results thead .button-default-group tbody td.is-running span,._account_api .liveDashboard .list-results thead tbody td.is-running .button-default-group span,._account_api .liveDashboard .list-results tbody td.is-running thead .button-default-group span,._account_api .liveDashboard .list-results thead .button-default-group tbody td.is-pending span,._account_api .liveDashboard .list-results tbody td.is-pending thead .button-default-group span,._account_api .liveDashboard .list-results thead .button-default-group tbody td.is-pending span,._account_api .liveDashboard .list-results thead tbody td.is-pending .button-default-group span,._account_api .liveDashboard .list-results tbody td.is-pending thead .button-default-group span,._account_api .liveDashboard .list-results thead .button-default-group tbody td.is-pending span,._account_api .liveDashboard .list-results thead tbody td.is-pending .button-default-group span,._account_api .liveDashboard .list-results tbody td.is-pending thead .button-default-group span,._account_api .liveDashboard ._account_api .list-results thead .button-default-group tbody td.is-pending span,._account_api .liveDashboard ._account_api .list-results thead tbody td.is-pending .button-default-group span,._account_api .liveDashboard ._account_api .list-results tbody td.is-pending thead .button-default-group span,._account_api .liveDashboard .list-results thead .button-default-group tbody td.is-pending span,._account_api .liveDashboard .list-results thead tbody td.is-pending .button-default-group span,._account_api .liveDashboard .list-results tbody td.is-pending thead .button-default-group span,.liveDashboard ._account_api .list-results thead .button-default-group .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .button-default-group .dropdown-toggle:after,._account_api .liveDashboard .list-results thead .button-default-group .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .button-default-group .dropdown-toggle:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .button-default-group .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .button-default-group .dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .button-default-group .w-filter-preset.w-filter-preset .filter-preset .filter,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .button-default-group .filter,._account_api .liveDashboard .list-results thead .button-default-group .w-filter-preset.w-filter-preset .filter-preset .filter,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .button-default-group .filter,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .button-default-group .filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .button-default-group .filter,.liveDashboard ._account_api .list-results thead .button-default-group .form-label.status span,.liveDashboard ._account_api .list-results thead .button-default-group .status.status-log span,.liveDashboard ._account_api .list-results thead .button-default-group .status.status-report-item span,.liveDashboard ._account_api .list-results thead .button-default-group .double-list dd.status span,.double-list .liveDashboard ._account_api .list-results thead .button-default-group dd.status span,.liveDashboard ._account_api .list-results thead .button-default-group .double-list dt.status span,.double-list .liveDashboard ._account_api .list-results thead .button-default-group dt.status span,.liveDashboard ._account_api .list-results thead .button-default-group .w-cards-container .w-card .status.title span,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .button-default-group .status.title span,.liveDashboard ._account_api .list-results thead .button-default-group .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .button-default-group .status.label span,.liveDashboard ._account_api .list-results thead .button-default-group tbody tr.sublist .status.title span,.liveDashboard ._account_api .list-results tbody tr.sublist thead .button-default-group .status.title span,.liveDashboard ._account_api .list-results thead .form-label.status .button-default-group span,.liveDashboard ._account_api .list-results thead .status.status-log .button-default-group span,.liveDashboard ._account_api .list-results thead .status.status-report-item .button-default-group span,.liveDashboard ._account_api .list-results thead .double-list dd.status .button-default-group span,.double-list .liveDashboard ._account_api .list-results thead dd.status .button-default-group span,.liveDashboard ._account_api .list-results thead .double-list dt.status .button-default-group span,.double-list .liveDashboard ._account_api .list-results thead dt.status .button-default-group span,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title .button-default-group span,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title .button-default-group span,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .button-default-group span,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label .button-default-group span,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title .button-default-group span,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title .button-default-group span,._account_api .liveDashboard .list-results thead .button-default-group .form-label.status span,._account_api .liveDashboard .list-results thead .button-default-group .status.status-log span,._account_api .liveDashboard .list-results thead .button-default-group .status.status-report-item span,._account_api .liveDashboard .list-results thead .button-default-group .double-list dd.status span,.double-list ._account_api .liveDashboard .list-results thead .button-default-group dd.status span,._account_api .liveDashboard .list-results thead .button-default-group .double-list dt.status span,.double-list ._account_api .liveDashboard .list-results thead .button-default-group dt.status span,._account_api .liveDashboard .list-results thead .button-default-group .w-cards-container .w-card .status.title span,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .button-default-group .status.title span,._account_api .liveDashboard .list-results thead .button-default-group .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .button-default-group .status.label span,._account_api .liveDashboard .list-results thead .button-default-group tbody tr.sublist .status.title span,._account_api .liveDashboard .list-results tbody tr.sublist thead .button-default-group .status.title span,._account_api .liveDashboard .list-results thead .form-label.status .button-default-group span,._account_api .liveDashboard .list-results thead .status.status-log .button-default-group span,._account_api .liveDashboard .list-results thead .status.status-report-item .button-default-group span,._account_api .liveDashboard .list-results thead .double-list dd.status .button-default-group span,.double-list ._account_api .liveDashboard .list-results thead dd.status .button-default-group span,._account_api .liveDashboard .list-results thead .double-list dt.status .button-default-group span,.double-list ._account_api .liveDashboard .list-results thead dt.status .button-default-group span,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title .button-default-group span,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title .button-default-group span,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .button-default-group span,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label .button-default-group span,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title .button-default-group span,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title .button-default-group span,.liveDashboard .form-label.status ._account_api .list-results thead .button-default-group span,.liveDashboard .status.status-log ._account_api .list-results thead .button-default-group span,.liveDashboard .status.status-report-item ._account_api .list-results thead .button-default-group span,.liveDashboard .double-list dd.status ._account_api .list-results thead .button-default-group span,.double-list .liveDashboard dd.status ._account_api .list-results thead .button-default-group span,.liveDashboard .double-list dt.status ._account_api .list-results thead .button-default-group span,.double-list .liveDashboard dt.status ._account_api .list-results thead .button-default-group span,.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead .button-default-group span,.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead .button-default-group span,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead .button-default-group span,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead .button-default-group span,.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead .button-default-group span,.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead .button-default-group span,.form-label.status ._account_api .liveDashboard .list-results thead .button-default-group span,.status.status-log ._account_api .liveDashboard .list-results thead .button-default-group span,.status.status-report-item ._account_api .liveDashboard .list-results thead .button-default-group span,.double-list dd.status ._account_api .liveDashboard .list-results thead .button-default-group span,.double-list dt.status ._account_api .liveDashboard .list-results thead .button-default-group span,.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead .button-default-group span,.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead .button-default-group span,.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead .button-default-group span,.liveDashboard ._account_api .list-results thead .button-default-group .w-filters-selected label.status.small span,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small .button-default-group span,._account_api .liveDashboard .list-results thead .button-default-group .w-filters-selected label.status.small span,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small .button-default-group span,.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead .button-default-group span,.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead .button-default-group span,.liveDashboard ._account_api .list-results thead .button-default-group .w-filters-selected .status.btn-f-s span,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s .button-default-group span,._account_api .liveDashboard .list-results thead .button-default-group .w-filters-selected .status.btn-f-s span,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .button-default-group span,.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead .button-default-group span,.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead .button-default-group span,.liveDashboard ._account_api .list-results thead .button-default-group .sub-header .w-form label,.liveDashboard ._account_api .list-results thead .button-default-group .sub-header .w-double-list label,.liveDashboard ._account_api .list-results thead .sub-header .w-form .button-default-group label,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list .button-default-group label,._account_api .liveDashboard .list-results thead .button-default-group .sub-header .w-form label,._account_api .liveDashboard .list-results thead .button-default-group .sub-header .w-double-list label,._account_api .liveDashboard .list-results thead .sub-header .w-form .button-default-group label,._account_api .liveDashboard .list-results thead .sub-header .w-double-list .button-default-group label,.liveDashboard .sub-header .w-form ._account_api .list-results thead .button-default-group label,.liveDashboard .sub-header .w-double-list ._account_api .list-results thead .button-default-group label,.sub-header .w-form ._account_api .liveDashboard .list-results thead .button-default-group label,.sub-header .w-double-list ._account_api .liveDashboard .list-results thead .button-default-group label,.liveDashboard ._account_api .list-results thead .button-default-group .block-filters button:after,.liveDashboard ._account_api .list-results thead .block-filters .button-default-group button:after,._account_api .liveDashboard .list-results thead .button-default-group .block-filters button:after,._account_api .liveDashboard .list-results thead .block-filters .button-default-group button:after,.liveDashboard .block-filters ._account_api .list-results thead .button-default-group button:after,.block-filters ._account_api .liveDashboard .list-results thead .button-default-group button:after,.liveDashboard ._account_api .list-results thead .button-default-group .block-filters select:after,.liveDashboard ._account_api .list-results thead .block-filters .button-default-group select:after,._account_api .liveDashboard .list-results thead .button-default-group .block-filters select:after,._account_api .liveDashboard .list-results thead .block-filters .button-default-group select:after,.liveDashboard .block-filters ._account_api .list-results thead .button-default-group select:after,.block-filters ._account_api .liveDashboard .list-results thead .button-default-group select:after,.liveDashboard ._account_api .list-results thead .button-default-group .form-auto-list .form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .form-auto-list .button-default-group .form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .button-default-group .form-auto-list .form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .form-auto-list .button-default-group .form-auto-item.is-user-is-inactive,.liveDashboard .form-auto-list ._account_api .list-results thead .button-default-group .form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .liveDashboard .list-results thead .button-default-group .form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .button-default-group .form-auto-list .form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .form-auto-list .button-default-group .form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .button-default-group .form-auto-list .form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .form-auto-list .button-default-group .form-auto-item.is-user-is-active,.liveDashboard .form-auto-list ._account_api .list-results thead .button-default-group .form-auto-item.is-user-is-active,.form-auto-list ._account_api .liveDashboard .list-results thead .button-default-group .form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .button-default-group .list-results-header .status.title span,.liveDashboard ._account_api .list-results thead .list-results-header .status.title .button-default-group span,._account_api .liveDashboard .list-results thead .button-default-group .list-results-header .status.title span,._account_api .liveDashboard .list-results thead .list-results-header .status.title .button-default-group span,.liveDashboard .list-results-header .status.title ._account_api .list-results thead .button-default-group span,.list-results-header .status.title ._account_api .liveDashboard .list-results thead .button-default-group span,.liveDashboard ._account_api .list-results thead .button-default-group tr span,.liveDashboard ._account_api .list-results thead tr .button-default-group span,._account_api .liveDashboard .list-results thead .button-default-group tr span,._account_api .liveDashboard .list-results thead tr .button-default-group span,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .button-default-group .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .button-default-group .dropdown-toggle:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .button-default-group .filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .button-default-group .filter,._account_api .form-label.status .liveDashboard .list-results thead .button-default-group span,._account_api .status.status-log .liveDashboard .list-results thead .button-default-group span,._account_api .status.status-report-item .liveDashboard .list-results thead .button-default-group span,._account_api .double-list dd.status .liveDashboard .list-results thead .button-default-group span,.double-list ._account_api dd.status .liveDashboard .list-results thead .button-default-group span,._account_api .double-list dt.status .liveDashboard .list-results thead .button-default-group span,.double-list ._account_api dt.status .liveDashboard .list-results thead .button-default-group span,._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead .button-default-group span,.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead .button-default-group span,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead .button-default-group span,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead .button-default-group span,._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead .button-default-group span,.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead .button-default-group span,.form-label.status .liveDashboard ._account_api .list-results thead .button-default-group span,.status.status-log .liveDashboard ._account_api .list-results thead .button-default-group span,.status.status-report-item .liveDashboard ._account_api .list-results thead .button-default-group span,.double-list dd.status .liveDashboard ._account_api .list-results thead .button-default-group span,.double-list dt.status .liveDashboard ._account_api .list-results thead .button-default-group span,.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead .button-default-group span,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead .button-default-group span,.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead .button-default-group span,._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead .button-default-group span,.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead .button-default-group span,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead .button-default-group span,.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead .button-default-group span,._account_api .sub-header .w-form .liveDashboard .list-results thead .button-default-group label,._account_api .sub-header .w-double-list .liveDashboard .list-results thead .button-default-group label,.sub-header .w-form .liveDashboard ._account_api .list-results thead .button-default-group label,.sub-header .w-double-list .liveDashboard ._account_api .list-results thead .button-default-group label,._account_api .block-filters .liveDashboard .list-results thead .button-default-group button:after,.block-filters .liveDashboard ._account_api .list-results thead .button-default-group button:after,._account_api .block-filters .liveDashboard .list-results thead .button-default-group select:after,.block-filters .liveDashboard ._account_api .list-results thead .button-default-group select:after,._account_api .form-auto-list .liveDashboard .list-results thead .button-default-group .form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard ._account_api .list-results thead .button-default-group .form-auto-item.is-user-is-inactive,._account_api .form-auto-list .liveDashboard .list-results thead .button-default-group .form-auto-item.is-user-is-active,.form-auto-list .liveDashboard ._account_api .list-results thead .button-default-group .form-auto-item.is-user-is-active,._account_api .list-results-header .status.title .liveDashboard .list-results thead .button-default-group span,.list-results-header .status.title .liveDashboard ._account_api .list-results thead .button-default-group span,.button-default-group .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .button-default-group .dropdown-toggle:after,.button-default-group .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .button-default-group .dropdown-toggle:after,.button-default-group .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .button-default-group .filter,.button-default-group .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .button-default-group .filter,.button-default-group .liveDashboard .list-results thead .form-label.status span,.button-default-group .liveDashboard .list-results thead .status.status-log span,.button-default-group .liveDashboard .list-results thead .status.status-report-item span,.button-default-group .liveDashboard .list-results thead .double-list dd.status span,.double-list .button-default-group .liveDashboard .list-results thead dd.status span,.button-default-group .liveDashboard .list-results thead .double-list dt.status span,.double-list .button-default-group .liveDashboard .list-results thead dt.status span,.button-default-group .liveDashboard .list-results thead .w-cards-container .w-card .status.title span,.w-cards-container .w-card .button-default-group .liveDashboard .list-results thead .status.title span,.button-default-group .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value .button-default-group .liveDashboard .list-results thead .status.label span,.button-default-group .liveDashboard .list-results thead tbody tr.sublist .status.title span,.button-default-group .liveDashboard .list-results tbody tr.sublist thead .status.title span,.liveDashboard .list-results thead .form-label.status .button-default-group span,.liveDashboard .list-results thead .status.status-log .button-default-group span,.liveDashboard .list-results thead .status.status-report-item .button-default-group span,.liveDashboard .list-results thead .double-list dd.status .button-default-group span,.double-list .liveDashboard .list-results thead dd.status .button-default-group span,.liveDashboard .list-results thead .double-list dt.status .button-default-group span,.double-list .liveDashboard .list-results thead dt.status .button-default-group span,.liveDashboard .list-results thead .w-cards-container .w-card .status.title .button-default-group span,.w-cards-container .w-card .liveDashboard .list-results thead .status.title .button-default-group span,.liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .button-default-group span,.w-cards-container .w-card.centered .w-value .liveDashboard .list-results thead .status.label .button-default-group span,.liveDashboard .list-results thead tbody tr.sublist .status.title .button-default-group span,.liveDashboard .list-results tbody tr.sublist thead .status.title .button-default-group span,.button-default-group .form-label.status .liveDashboard .list-results thead span,.button-default-group .status.status-log .liveDashboard .list-results thead span,.button-default-group .status.status-report-item .liveDashboard .list-results thead span,.button-default-group .double-list dd.status .liveDashboard .list-results thead span,.double-list .button-default-group dd.status .liveDashboard .list-results thead span,.button-default-group .double-list dt.status .liveDashboard .list-results thead span,.double-list .button-default-group dt.status .liveDashboard .list-results thead span,.button-default-group .w-cards-container .w-card .status.title .liveDashboard .list-results thead span,.w-cards-container .w-card .button-default-group .status.title .liveDashboard .list-results thead span,.button-default-group .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span,.w-cards-container .w-card.centered .w-value .button-default-group .status.label .liveDashboard .list-results thead span,.button-default-group .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span,.list-results tbody tr.sublist .button-default-group .status.title .liveDashboard .list-results thead span,.form-label.status .liveDashboard .list-results thead .button-default-group span,.status.status-log .liveDashboard .list-results thead .button-default-group span,.status.status-report-item .liveDashboard .list-results thead .button-default-group span,.double-list dd.status .liveDashboard .list-results thead .button-default-group span,.double-list dt.status .liveDashboard .list-results thead .button-default-group span,.w-cards-container .w-card .status.title .liveDashboard .list-results thead .button-default-group span,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead .button-default-group span,.list-results tbody tr.sublist .status.title .liveDashboard .list-results thead .button-default-group span,.button-default-group .liveDashboard .list-results thead .w-filters-selected label.status.small span,.liveDashboard .list-results thead .w-filters-selected label.status.small .button-default-group span,.button-default-group .w-filters-selected label.status.small .liveDashboard .list-results thead span,.w-filters-selected label.status.small .liveDashboard .list-results thead .button-default-group span,.button-default-group .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span,.liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .button-default-group span,.button-default-group .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span,.w-filters-selected .status.btn-f-s .liveDashboard .list-results thead .button-default-group span,.button-default-group .liveDashboard .list-results thead .sub-header .w-form label,.button-default-group .liveDashboard .list-results thead .sub-header .w-double-list label,.liveDashboard .list-results thead .sub-header .w-form .button-default-group label,.liveDashboard .list-results thead .sub-header .w-double-list .button-default-group label,.button-default-group .sub-header .w-form .liveDashboard .list-results thead label,.button-default-group .sub-header .w-double-list .liveDashboard .list-results thead label,.sub-header .w-form .liveDashboard .list-results thead .button-default-group label,.sub-header .w-double-list .liveDashboard .list-results thead .button-default-group label,.button-default-group .liveDashboard .list-results thead .block-filters button:after,.liveDashboard .list-results thead .block-filters .button-default-group button:after,.button-default-group .block-filters .liveDashboard .list-results thead button:after,.block-filters .liveDashboard .list-results thead .button-default-group button:after,.button-default-group .liveDashboard .list-results thead .block-filters select:after,.liveDashboard .list-results thead .block-filters .button-default-group select:after,.button-default-group .block-filters .liveDashboard .list-results thead select:after,.block-filters .liveDashboard .list-results thead .button-default-group select:after,.button-default-group .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive,.liveDashboard .list-results thead .form-auto-list .button-default-group .form-auto-item.is-user-is-inactive,.button-default-group .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard .list-results thead .button-default-group .form-auto-item.is-user-is-inactive,.button-default-group .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active,.liveDashboard .list-results thead .form-auto-list .button-default-group .form-auto-item.is-user-is-active,.button-default-group .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-active,.form-auto-list .liveDashboard .list-results thead .button-default-group .form-auto-item.is-user-is-active,.button-default-group .liveDashboard .list-results thead .list-results-header .status.title span,.liveDashboard .list-results thead .list-results-header .status.title .button-default-group span,.button-default-group .list-results-header .status.title .liveDashboard .list-results thead span,.list-results-header .status.title .liveDashboard .list-results thead .button-default-group span,.button-default-group .liveDashboard .list-results thead tr span,.liveDashboard .list-results thead tr .button-default-group span,.button-default-group ._account_api .list-results thead .icon,.button-default-group ._account_api .list-results thead .w-alert-banner:before,.button-default-group ._account_api .liveDashboard .list-results thead .w-alert-banner:before,.liveDashboard .button-default-group ._account_api .list-results thead .w-alert-banner:before,.button-default-group ._account_api .list-results thead .w-alert-banner:before,.button-default-group .liveDashboard ._account_api .list-results thead .w-alert-banner:before,.liveDashboard .button-default-group ._account_api .list-results thead .w-alert-banner:before,.button-default-group ._account_api .liveDashboard .list-results thead .w-alert-banner:before,.button-default-group ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .button-default-group ._account_api .list-results thead .dialog-aside:after,.button-default-group ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.liveDashboard .button-default-group ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.button-default-group ._account_api .w-dialog.plus .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus .liveDashboard .button-default-group ._account_api .list-results thead .dialog-aside:after,.button-default-group ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.button-default-group .w-dialog.plus ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus .button-default-group ._account_api .list-results thead .dialog-aside:after,.button-default-group .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.liveDashboard .button-default-group ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.button-default-group .w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus .liveDashboard .button-default-group ._account_api .list-results thead .dialog-aside:after,.button-default-group ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.button-default-group .w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus .button-default-group ._account_api .liveDashboard .list-results thead .dialog-aside:after,.button-default-group ._account_api .list-results thead .w-toast .toast.plus:after,.w-toast .button-default-group ._account_api .list-results thead .toast.plus:after,.button-default-group ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.liveDashboard .button-default-group ._account_api .list-results thead .w-toast .toast.plus:after,.button-default-group ._account_api .w-toast .liveDashboard .list-results thead .toast.plus:after,.w-toast .liveDashboard .button-default-group ._account_api .list-results thead .toast.plus:after,.button-default-group ._account_api .list-results thead .w-toast .toast.plus:after,.button-default-group .w-toast ._account_api .list-results thead .toast.plus:after,.w-toast .button-default-group ._account_api .list-results thead .toast.plus:after,.button-default-group .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.liveDashboard .button-default-group ._account_api .list-results thead .w-toast .toast.plus:after,.button-default-group .w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.w-toast .liveDashboard .button-default-group ._account_api .list-results thead .toast.plus:after,.button-default-group ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.button-default-group .w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,.w-toast .button-default-group ._account_api .liveDashboard .list-results thead .toast.plus:after,.button-default-group ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .button-default-group ._account_api .list-results thead .btn-period-clear:before,.button-default-group ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .button-default-group ._account_api .list-results thead .btn-filter:before,.button-default-group ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard .button-default-group ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.button-default-group ._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .button-default-group ._account_api .list-results thead .btn-period-clear:before,.button-default-group ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard .button-default-group ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.button-default-group ._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .button-default-group ._account_api .list-results thead .btn-filter:before,.button-default-group ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.button-default-group .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .button-default-group ._account_api .list-results thead .btn-period-clear:before,.button-default-group ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.button-default-group .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .button-default-group ._account_api .list-results thead .btn-filter:before,.button-default-group .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard .button-default-group ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.button-default-group .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .button-default-group ._account_api .list-results thead .btn-period-clear:before,.button-default-group .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard .button-default-group ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.button-default-group .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .button-default-group ._account_api .list-results thead .btn-filter:before,.button-default-group ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.button-default-group .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .button-default-group ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.button-default-group ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.button-default-group .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .button-default-group ._account_api .liveDashboard .list-results thead .btn-filter:before,.button-default-group ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .button-default-group ._account_api .list-results thead .btn-period-edit:before,.button-default-group ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard .button-default-group ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.button-default-group ._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .button-default-group ._account_api .list-results thead .btn-period-edit:before,.button-default-group ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.button-default-group .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .button-default-group ._account_api .list-results thead .btn-period-edit:before,.button-default-group .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard .button-default-group ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.button-default-group .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .button-default-group ._account_api .list-results thead .btn-period-edit:before,.button-default-group ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.button-default-group .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .button-default-group ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.button-default-group ._account_api .list-results thead .block-filters .btn-filter:before,.block-filters .button-default-group ._account_api .list-results thead .btn-filter:before,.button-default-group ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.liveDashboard .button-default-group ._account_api .list-results thead .block-filters .btn-filter:before,.button-default-group ._account_api .block-filters .liveDashboard .list-results thead .btn-filter:before,.block-filters .liveDashboard .button-default-group ._account_api .list-results thead .btn-filter:before,.button-default-group ._account_api .list-results thead .block-filters .btn-filter:before,.button-default-group .block-filters ._account_api .list-results thead .btn-filter:before,.block-filters .button-default-group ._account_api .list-results thead .btn-filter:before,.button-default-group .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.liveDashboard .button-default-group ._account_api .list-results thead .block-filters .btn-filter:before,.button-default-group .block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.block-filters .liveDashboard .button-default-group ._account_api .list-results thead .btn-filter:before,.button-default-group ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.button-default-group .block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,.block-filters .button-default-group ._account_api .liveDashboard .list-results thead .btn-filter:before,.button-default-group ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper .button-default-group ._account_api .list-results thead input.mobileToggle+label,.button-default-group ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.liveDashboard .button-default-group ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.button-default-group ._account_api .toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper .liveDashboard .button-default-group ._account_api .list-results thead input.mobileToggle+label,.button-default-group ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.button-default-group .toggleWrapper ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper .button-default-group ._account_api .list-results thead input.mobileToggle+label,.button-default-group .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.liveDashboard .button-default-group ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.button-default-group .toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper .liveDashboard .button-default-group ._account_api .list-results thead input.mobileToggle+label,.button-default-group ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.button-default-group .toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper .button-default-group ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.button-default-group ._account_api .list-results thead tbody span.status,.button-default-group ._account_api .list-results tbody thead span.status,.button-default-group ._account_api .liveDashboard .list-results thead tbody span.status,.liveDashboard .button-default-group ._account_api .list-results thead tbody span.status,.button-default-group ._account_api .liveDashboard .list-results tbody thead span.status,.liveDashboard .button-default-group ._account_api .list-results tbody thead span.status,.button-default-group ._account_api .list-results thead tbody span.status,.button-default-group ._account_api .list-results tbody thead span.status,.button-default-group .liveDashboard ._account_api .list-results thead tbody span.status,.liveDashboard .button-default-group ._account_api .list-results thead tbody span.status,.button-default-group .liveDashboard ._account_api .list-results tbody thead span.status,.liveDashboard .button-default-group ._account_api .list-results tbody thead span.status,.button-default-group ._account_api .liveDashboard .list-results thead tbody span.status,.button-default-group ._account_api .liveDashboard .list-results tbody thead span.status,.button-default-group ._account_api .list-results thead tbody td.is-running span,.button-default-group ._account_api .list-results tbody td.is-running thead span,.button-default-group ._account_api .liveDashboard .list-results thead tbody td.is-running span,.liveDashboard .button-default-group ._account_api .list-results thead tbody td.is-running span,.button-default-group ._account_api .liveDashboard .list-results tbody td.is-running thead span,.liveDashboard .button-default-group ._account_api .list-results tbody td.is-running thead span,.button-default-group ._account_api .list-results thead tbody td.is-running span,.button-default-group ._account_api .list-results tbody td.is-running thead span,.button-default-group .liveDashboard ._account_api .list-results thead tbody td.is-running span,.liveDashboard .button-default-group ._account_api .list-results thead tbody td.is-running span,.button-default-group .liveDashboard ._account_api .list-results tbody td.is-running thead span,.liveDashboard .button-default-group ._account_api .list-results tbody td.is-running thead span,.button-default-group ._account_api .liveDashboard .list-results thead tbody td.is-running span,.button-default-group ._account_api .liveDashboard .list-results tbody td.is-running thead span,.button-default-group ._account_api .list-results thead tbody td.is-pending span,.button-default-group ._account_api .list-results tbody td.is-pending thead span,.button-default-group ._account_api .liveDashboard .list-results thead tbody td.is-pending span,.liveDashboard .button-default-group ._account_api .list-results thead tbody td.is-pending span,.button-default-group ._account_api .liveDashboard .list-results tbody td.is-pending thead span,.liveDashboard .button-default-group ._account_api .list-results tbody td.is-pending thead span,.button-default-group ._account_api .list-results thead tbody td.is-pending span,.button-default-group ._account_api .list-results tbody td.is-pending thead span,.button-default-group .liveDashboard ._account_api .list-results thead tbody td.is-pending span,.liveDashboard .button-default-group ._account_api .list-results thead tbody td.is-pending span,.button-default-group .liveDashboard ._account_api .list-results tbody td.is-pending thead span,.liveDashboard .button-default-group ._account_api .list-results tbody td.is-pending thead span,.button-default-group ._account_api .liveDashboard .list-results thead tbody td.is-pending span,.button-default-group ._account_api .liveDashboard .list-results tbody td.is-pending thead span,.button-default-group ._account_api .liveDashboard .list-results thead .icon,.button-default-group ._account_api .liveDashboard .list-results thead .w-alert-banner:before,.button-default-group ._account_api .liveDashboard .list-results thead .w-alert-banner:before,.button-default-group ._account_api .liveDashboard .list-results thead .w-alert-banner:before,.button-default-group ._account_api .liveDashboard ._account_api .list-results thead .w-alert-banner:before,.button-default-group ._account_api .liveDashboard .list-results thead .w-alert-banner:before,.button-default-group ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .button-default-group ._account_api .liveDashboard .list-results thead .dialog-aside:after,.button-default-group ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.button-default-group ._account_api .w-dialog.plus .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus .button-default-group ._account_api .liveDashboard .list-results thead .dialog-aside:after,.button-default-group ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.button-default-group .w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus .button-default-group ._account_api .liveDashboard .list-results thead .dialog-aside:after,.button-default-group ._account_api .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.button-default-group ._account_api .w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus .button-default-group ._account_api .liveDashboard ._account_api .list-results thead .dialog-aside:after,.button-default-group ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.button-default-group .w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus .button-default-group ._account_api .liveDashboard .list-results thead .dialog-aside:after,.button-default-group ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-toast .button-default-group ._account_api .liveDashboard .list-results thead .toast.plus:after,.button-default-group ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.button-default-group ._account_api .w-toast .liveDashboard .list-results thead .toast.plus:after,.w-toast .button-default-group ._account_api .liveDashboard .list-results thead .toast.plus:after,.button-default-group ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.button-default-group .w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,.w-toast .button-default-group ._account_api .liveDashboard .list-results thead .toast.plus:after,.button-default-group ._account_api .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.button-default-group ._account_api .w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.w-toast .button-default-group ._account_api .liveDashboard ._account_api .list-results thead .toast.plus:after,.button-default-group ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.button-default-group .w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,.w-toast .button-default-group ._account_api .liveDashboard .list-results thead .toast.plus:after,.button-default-group ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .button-default-group ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.button-default-group ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .button-default-group ._account_api .liveDashboard .list-results thead .btn-filter:before,.button-default-group ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.button-default-group ._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .button-default-group ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.button-default-group ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.button-default-group ._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .button-default-group ._account_api .liveDashboard .list-results thead .btn-filter:before,.button-default-group ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.button-default-group .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .button-default-group ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.button-default-group ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.button-default-group .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .button-default-group ._account_api .liveDashboard .list-results thead .btn-filter:before,.button-default-group ._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.button-default-group ._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .button-default-group ._account_api .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.button-default-group ._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.button-default-group ._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .button-default-group ._account_api .liveDashboard ._account_api .list-results thead .btn-filter:before,.button-default-group ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.button-default-group .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .button-default-group ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.button-default-group ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.button-default-group .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .button-default-group ._account_api .liveDashboard .list-results thead .btn-filter:before,.button-default-group ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .button-default-group ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.button-default-group ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.button-default-group ._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .button-default-group ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.button-default-group ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.button-default-group .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .button-default-group ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.button-default-group ._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.button-default-group ._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .button-default-group ._account_api .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.button-default-group ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.button-default-group .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .button-default-group ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.button-default-group ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.block-filters .button-default-group ._account_api .liveDashboard .list-results thead .btn-filter:before,.button-default-group ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.button-default-group ._account_api .block-filters .liveDashboard .list-results thead .btn-filter:before,.block-filters .button-default-group ._account_api .liveDashboard .list-results thead .btn-filter:before,.button-default-group ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.button-default-group .block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,.block-filters .button-default-group ._account_api .liveDashboard .list-results thead .btn-filter:before,.button-default-group ._account_api .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.button-default-group ._account_api .block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.block-filters .button-default-group ._account_api .liveDashboard ._account_api .list-results thead .btn-filter:before,.button-default-group ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.button-default-group .block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,.block-filters .button-default-group ._account_api .liveDashboard .list-results thead .btn-filter:before,.button-default-group ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper .button-default-group ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.button-default-group ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.button-default-group ._account_api .toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper .button-default-group ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.button-default-group ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.button-default-group .toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper .button-default-group ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.button-default-group ._account_api .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.button-default-group ._account_api .toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper .button-default-group ._account_api .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.button-default-group ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.button-default-group .toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper .button-default-group ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.button-default-group ._account_api .liveDashboard .list-results thead tbody span.status,.button-default-group ._account_api .liveDashboard .list-results tbody thead span.status,.button-default-group ._account_api .liveDashboard .list-results thead tbody span.status,.button-default-group ._account_api .liveDashboard .list-results tbody thead span.status,.button-default-group ._account_api .liveDashboard .list-results thead tbody span.status,.button-default-group ._account_api .liveDashboard .list-results tbody thead span.status,.button-default-group ._account_api .liveDashboard ._account_api .list-results thead tbody span.status,.button-default-group ._account_api .liveDashboard ._account_api .list-results tbody thead span.status,.button-default-group ._account_api .liveDashboard .list-results thead tbody span.status,.button-default-group ._account_api .liveDashboard .list-results tbody thead span.status,.button-default-group ._account_api .liveDashboard .list-results thead tbody td.is-running span,.button-default-group ._account_api .liveDashboard .list-results tbody td.is-running thead span,.button-default-group ._account_api .liveDashboard .list-results thead tbody td.is-running span,.button-default-group ._account_api .liveDashboard .list-results tbody td.is-running thead span,.button-default-group ._account_api .liveDashboard .list-results thead tbody td.is-running span,.button-default-group ._account_api .liveDashboard .list-results tbody td.is-running thead span,.button-default-group ._account_api .liveDashboard ._account_api .list-results thead tbody td.is-running span,.button-default-group ._account_api .liveDashboard ._account_api .list-results tbody td.is-running thead span,.button-default-group ._account_api .liveDashboard .list-results thead tbody td.is-running span,.button-default-group ._account_api .liveDashboard .list-results tbody td.is-running thead span,.button-default-group ._account_api .liveDashboard .list-results thead tbody td.is-pending span,.button-default-group ._account_api .liveDashboard .list-results tbody td.is-pending thead span,.button-default-group ._account_api .liveDashboard .list-results thead tbody td.is-pending span,.button-default-group ._account_api .liveDashboard .list-results tbody td.is-pending thead span,.button-default-group ._account_api .liveDashboard .list-results thead tbody td.is-pending span,.button-default-group ._account_api .liveDashboard .list-results tbody td.is-pending thead span,.button-default-group ._account_api .liveDashboard ._account_api .list-results thead tbody td.is-pending span,.button-default-group ._account_api .liveDashboard ._account_api .list-results tbody td.is-pending thead span,.button-default-group ._account_api .liveDashboard .list-results thead tbody td.is-pending span,.button-default-group ._account_api .liveDashboard .list-results tbody td.is-pending thead span,.liveDashboard .button-default-group ._account_api .list-results thead .icon,.liveDashboard .button-default-group ._account_api .list-results thead .w-alert-banner:before,.liveDashboard .button-default-group ._account_api .list-results thead .w-alert-banner:before,.liveDashboard .button-default-group ._account_api .list-results thead .w-alert-banner:before,.liveDashboard .button-default-group ._account_api .list-results thead .w-alert-banner:before,.liveDashboard .button-default-group ._account_api .liveDashboard .list-results thead .w-alert-banner:before,.liveDashboard .button-default-group ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .liveDashboard .button-default-group ._account_api .list-results thead .dialog-aside:after,.liveDashboard .button-default-group ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .liveDashboard .button-default-group ._account_api .list-results thead .dialog-aside:after,.liveDashboard .button-default-group ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.liveDashboard .button-default-group .w-dialog.plus ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus .liveDashboard .button-default-group ._account_api .list-results thead .dialog-aside:after,.liveDashboard .button-default-group ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .liveDashboard .button-default-group ._account_api .list-results thead .dialog-aside:after,.liveDashboard .button-default-group ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.liveDashboard .button-default-group .w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus .liveDashboard .button-default-group ._account_api .liveDashboard .list-results thead .dialog-aside:after,.liveDashboard .button-default-group ._account_api .list-results thead .w-toast .toast.plus:after,.w-toast .liveDashboard .button-default-group ._account_api .list-results thead .toast.plus:after,.liveDashboard .button-default-group ._account_api .list-results thead .w-toast .toast.plus:after,.w-toast .liveDashboard .button-default-group ._account_api .list-results thead .toast.plus:after,.liveDashboard .button-default-group ._account_api .list-results thead .w-toast .toast.plus:after,.liveDashboard .button-default-group .w-toast ._account_api .list-results thead .toast.plus:after,.w-toast .liveDashboard .button-default-group ._account_api .list-results thead .toast.plus:after,.liveDashboard .button-default-group ._account_api .list-results thead .w-toast .toast.plus:after,.w-toast .liveDashboard .button-default-group ._account_api .list-results thead .toast.plus:after,.liveDashboard .button-default-group ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.liveDashboard .button-default-group .w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,.w-toast .liveDashboard .button-default-group ._account_api .liveDashboard .list-results thead .toast.plus:after,.liveDashboard .button-default-group ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .button-default-group ._account_api .list-results thead .btn-period-clear:before,.liveDashboard .button-default-group ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .button-default-group ._account_api .list-results thead .btn-filter:before,.liveDashboard .button-default-group ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .button-default-group ._account_api .list-results thead .btn-period-clear:before,.liveDashboard .button-default-group ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .button-default-group ._account_api .list-results thead .btn-filter:before,.liveDashboard .button-default-group ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard .button-default-group .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .button-default-group ._account_api .list-results thead .btn-period-clear:before,.liveDashboard .button-default-group ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard .button-default-group .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .button-default-group ._account_api .list-results thead .btn-filter:before,.liveDashboard .button-default-group ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .button-default-group ._account_api .list-results thead .btn-period-clear:before,.liveDashboard .button-default-group ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .button-default-group ._account_api .list-results thead .btn-filter:before,.liveDashboard .button-default-group ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard .button-default-group .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .button-default-group ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.liveDashboard .button-default-group ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard .button-default-group .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .button-default-group ._account_api .liveDashboard .list-results thead .btn-filter:before,.liveDashboard .button-default-group ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .button-default-group ._account_api .list-results thead .btn-period-edit:before,.liveDashboard .button-default-group ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .button-default-group ._account_api .list-results thead .btn-period-edit:before,.liveDashboard .button-default-group ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard .button-default-group .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .button-default-group ._account_api .list-results thead .btn-period-edit:before,.liveDashboard .button-default-group ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .button-default-group ._account_api .list-results thead .btn-period-edit:before,.liveDashboard .button-default-group ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard .button-default-group .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .button-default-group ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.liveDashboard .button-default-group ._account_api .list-results thead .block-filters .btn-filter:before,.block-filters .liveDashboard .button-default-group ._account_api .list-results thead .btn-filter:before,.liveDashboard .button-default-group ._account_api .list-results thead .block-filters .btn-filter:before,.block-filters .liveDashboard .button-default-group ._account_api .list-results thead .btn-filter:before,.liveDashboard .button-default-group ._account_api .list-results thead .block-filters .btn-filter:before,.liveDashboard .button-default-group .block-filters ._account_api .list-results thead .btn-filter:before,.block-filters .liveDashboard .button-default-group ._account_api .list-results thead .btn-filter:before,.liveDashboard .button-default-group ._account_api .list-results thead .block-filters .btn-filter:before,.block-filters .liveDashboard .button-default-group ._account_api .list-results thead .btn-filter:before,.liveDashboard .button-default-group ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.liveDashboard .button-default-group .block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,.block-filters .liveDashboard .button-default-group ._account_api .liveDashboard .list-results thead .btn-filter:before,.liveDashboard .button-default-group ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper .liveDashboard .button-default-group ._account_api .list-results thead input.mobileToggle+label,.liveDashboard .button-default-group ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper .liveDashboard .button-default-group ._account_api .list-results thead input.mobileToggle+label,.liveDashboard .button-default-group ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.liveDashboard .button-default-group .toggleWrapper ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper .liveDashboard .button-default-group ._account_api .list-results thead input.mobileToggle+label,.liveDashboard .button-default-group ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper .liveDashboard .button-default-group ._account_api .list-results thead input.mobileToggle+label,.liveDashboard .button-default-group ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.liveDashboard .button-default-group .toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper .liveDashboard .button-default-group ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.liveDashboard .button-default-group ._account_api .list-results thead tbody span.status,.liveDashboard .button-default-group ._account_api .list-results tbody thead span.status,.liveDashboard .button-default-group ._account_api .list-results thead tbody span.status,.liveDashboard .button-default-group ._account_api .list-results tbody thead span.status,.liveDashboard .button-default-group ._account_api .list-results thead tbody span.status,.liveDashboard .button-default-group ._account_api .list-results tbody thead span.status,.liveDashboard .button-default-group ._account_api .list-results thead tbody span.status,.liveDashboard .button-default-group ._account_api .list-results tbody thead span.status,.liveDashboard .button-default-group ._account_api .liveDashboard .list-results thead tbody span.status,.liveDashboard .button-default-group ._account_api .liveDashboard .list-results tbody thead span.status,.liveDashboard .button-default-group ._account_api .list-results thead tbody td.is-running span,.liveDashboard .button-default-group ._account_api .list-results tbody td.is-running thead span,.liveDashboard .button-default-group ._account_api .list-results thead tbody td.is-running span,.liveDashboard .button-default-group ._account_api .list-results tbody td.is-running thead span,.liveDashboard .button-default-group ._account_api .list-results thead tbody td.is-running span,.liveDashboard .button-default-group ._account_api .list-results tbody td.is-running thead span,.liveDashboard .button-default-group ._account_api .list-results thead tbody td.is-running span,.liveDashboard .button-default-group ._account_api .list-results tbody td.is-running thead span,.liveDashboard .button-default-group ._account_api .liveDashboard .list-results thead tbody td.is-running span,.liveDashboard .button-default-group ._account_api .liveDashboard .list-results tbody td.is-running thead span,.liveDashboard .button-default-group ._account_api .list-results thead tbody td.is-pending span,.liveDashboard .button-default-group ._account_api .list-results tbody td.is-pending thead span,.liveDashboard .button-default-group ._account_api .list-results thead tbody td.is-pending span,.liveDashboard .button-default-group ._account_api .list-results tbody td.is-pending thead span,.liveDashboard .button-default-group ._account_api .list-results thead tbody td.is-pending span,.liveDashboard .button-default-group ._account_api .list-results tbody td.is-pending thead span,.liveDashboard .button-default-group ._account_api .list-results thead tbody td.is-pending span,.liveDashboard .button-default-group ._account_api .list-results tbody td.is-pending thead span,.liveDashboard .button-default-group ._account_api .liveDashboard .list-results thead tbody td.is-pending span,.liveDashboard .button-default-group ._account_api .liveDashboard .list-results tbody td.is-pending thead span,.button-default-group ._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,.liveDashboard .button-default-group ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,.button-default-group ._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .button-default-group ._account_api .list-results thead .dropdown-toggle:after,.button-default-group ._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter,.liveDashboard .button-default-group ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter,.button-default-group ._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .button-default-group ._account_api .list-results thead .filter,.button-default-group ._account_api .liveDashboard .list-results thead .form-label.status span,.button-default-group ._account_api .liveDashboard .list-results thead .status.status-log span,.button-default-group ._account_api .liveDashboard .list-results thead .status.status-report-item span,.button-default-group ._account_api .liveDashboard .list-results thead .double-list dd.status span,.double-list .button-default-group ._account_api .liveDashboard .list-results thead dd.status span,.button-default-group ._account_api .liveDashboard .list-results thead .double-list dt.status span,.double-list .button-default-group ._account_api .liveDashboard .list-results thead dt.status span,.button-default-group ._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span,.w-cards-container .w-card .button-default-group ._account_api .liveDashboard .list-results thead .status.title span,.button-default-group ._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value .button-default-group ._account_api .liveDashboard .list-results thead .status.label span,.button-default-group ._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span,.button-default-group ._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span,.liveDashboard .button-default-group ._account_api .list-results thead .form-label.status span,.liveDashboard .button-default-group ._account_api .list-results thead .status.status-log span,.liveDashboard .button-default-group ._account_api .list-results thead .status.status-report-item span,.liveDashboard .button-default-group ._account_api .list-results thead .double-list dd.status span,.double-list .liveDashboard .button-default-group ._account_api .list-results thead dd.status span,.liveDashboard .button-default-group ._account_api .list-results thead .double-list dt.status span,.double-list .liveDashboard .button-default-group ._account_api .list-results thead dt.status span,.liveDashboard .button-default-group ._account_api .list-results thead .w-cards-container .w-card .status.title span,.w-cards-container .w-card .liveDashboard .button-default-group ._account_api .list-results thead .status.title span,.liveDashboard .button-default-group ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value .liveDashboard .button-default-group ._account_api .list-results thead .status.label span,.liveDashboard .button-default-group ._account_api .list-results thead tbody tr.sublist .status.title span,.liveDashboard .button-default-group ._account_api .list-results tbody tr.sublist thead .status.title span,.button-default-group ._account_api .form-label.status .liveDashboard .list-results thead span,.button-default-group ._account_api .status.status-log .liveDashboard .list-results thead span,.button-default-group ._account_api .status.status-report-item .liveDashboard .list-results thead span,.button-default-group ._account_api .double-list dd.status .liveDashboard .list-results thead span,.double-list .button-default-group ._account_api dd.status .liveDashboard .list-results thead span,.button-default-group ._account_api .double-list dt.status .liveDashboard .list-results thead span,.double-list .button-default-group ._account_api dt.status .liveDashboard .list-results thead span,.button-default-group ._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span,.w-cards-container .w-card .button-default-group ._account_api .status.title .liveDashboard .list-results thead span,.button-default-group ._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span,.w-cards-container .w-card.centered .w-value .button-default-group ._account_api .status.label .liveDashboard .list-results thead span,.button-default-group ._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span,.list-results tbody tr.sublist .button-default-group ._account_api .status.title .liveDashboard .list-results thead span,.form-label.status .liveDashboard .button-default-group ._account_api .list-results thead span,.status.status-log .liveDashboard .button-default-group ._account_api .list-results thead span,.status.status-report-item .liveDashboard .button-default-group ._account_api .list-results thead span,.double-list dd.status .liveDashboard .button-default-group ._account_api .list-results thead span,.double-list dt.status .liveDashboard .button-default-group ._account_api .list-results thead span,.w-cards-container .w-card .status.title .liveDashboard .button-default-group ._account_api .list-results thead span,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .button-default-group ._account_api .list-results thead span,.list-results tbody tr.sublist .status.title .liveDashboard .button-default-group ._account_api .list-results thead span,.button-default-group ._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span,.liveDashboard .button-default-group ._account_api .list-results thead .w-filters-selected label.status.small span,.button-default-group ._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span,.w-filters-selected label.status.small .liveDashboard .button-default-group ._account_api .list-results thead span,.button-default-group ._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span,.liveDashboard .button-default-group ._account_api .list-results thead .w-filters-selected .status.btn-f-s span,.button-default-group ._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span,.w-filters-selected .status.btn-f-s .liveDashboard .button-default-group ._account_api .list-results thead span,.button-default-group ._account_api .liveDashboard .list-results thead .sub-header .w-form label,.button-default-group ._account_api .liveDashboard .list-results thead .sub-header .w-double-list label,.liveDashboard .button-default-group ._account_api .list-results thead .sub-header .w-form label,.liveDashboard .button-default-group ._account_api .list-results thead .sub-header .w-double-list label,.button-default-group ._account_api .sub-header .w-form .liveDashboard .list-results thead label,.button-default-group ._account_api .sub-header .w-double-list .liveDashboard .list-results thead label,.sub-header .w-form .liveDashboard .button-default-group ._account_api .list-results thead label,.sub-header .w-double-list .liveDashboard .button-default-group ._account_api .list-results thead label,.button-default-group ._account_api .liveDashboard .list-results thead .block-filters button:after,.liveDashboard .button-default-group ._account_api .list-results thead .block-filters button:after,.button-default-group ._account_api .block-filters .liveDashboard .list-results thead button:after,.block-filters .liveDashboard .button-default-group ._account_api .list-results thead button:after,.button-default-group ._account_api .liveDashboard .list-results thead .block-filters select:after,.liveDashboard .button-default-group ._account_api .list-results thead .block-filters select:after,.button-default-group ._account_api .block-filters .liveDashboard .list-results thead select:after,.block-filters .liveDashboard .button-default-group ._account_api .list-results thead select:after,.button-default-group ._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive,.liveDashboard .button-default-group ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive,.button-default-group ._account_api .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard .button-default-group ._account_api .list-results thead .form-auto-item.is-user-is-inactive,.button-default-group ._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active,.liveDashboard .button-default-group ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active,.button-default-group ._account_api .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-active,.form-auto-list .liveDashboard .button-default-group ._account_api .list-results thead .form-auto-item.is-user-is-active,.button-default-group ._account_api .liveDashboard .list-results thead .list-results-header .status.title span,.liveDashboard .button-default-group ._account_api .list-results thead .list-results-header .status.title span,.button-default-group ._account_api .list-results-header .status.title .liveDashboard .list-results thead span,.list-results-header .status.title .liveDashboard .button-default-group ._account_api .list-results thead span,.button-default-group ._account_api .liveDashboard .list-results thead tr span,.liveDashboard .button-default-group ._account_api .list-results thead tr span,.button-default-group ._account_api .list-results thead .icon,.button-default-group ._account_api .list-results thead .w-alert-banner:before,.button-default-group ._account_api .liveDashboard .list-results thead .w-alert-banner:before,.liveDashboard .button-default-group ._account_api .list-results thead .w-alert-banner:before,.button-default-group ._account_api .list-results thead .w-alert-banner:before,.button-default-group .liveDashboard ._account_api .list-results thead .w-alert-banner:before,.liveDashboard .button-default-group ._account_api .list-results thead .w-alert-banner:before,.button-default-group ._account_api .liveDashboard .list-results thead .w-alert-banner:before,.button-default-group ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .button-default-group ._account_api .list-results thead .dialog-aside:after,.button-default-group ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.liveDashboard .button-default-group ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.button-default-group ._account_api .w-dialog.plus .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus .liveDashboard .button-default-group ._account_api .list-results thead .dialog-aside:after,.button-default-group ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.button-default-group .w-dialog.plus ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus .button-default-group ._account_api .list-results thead .dialog-aside:after,.button-default-group .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.liveDashboard .button-default-group ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.button-default-group .w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus .liveDashboard .button-default-group ._account_api .list-results thead .dialog-aside:after,.button-default-group ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.button-default-group .w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus .button-default-group ._account_api .liveDashboard .list-results thead .dialog-aside:after,.button-default-group ._account_api .list-results thead .w-toast .toast.plus:after,.w-toast .button-default-group ._account_api .list-results thead .toast.plus:after,.button-default-group ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.liveDashboard .button-default-group ._account_api .list-results thead .w-toast .toast.plus:after,.button-default-group ._account_api .w-toast .liveDashboard .list-results thead .toast.plus:after,.w-toast .liveDashboard .button-default-group ._account_api .list-results thead .toast.plus:after,.button-default-group ._account_api .list-results thead .w-toast .toast.plus:after,.button-default-group .w-toast ._account_api .list-results thead .toast.plus:after,.w-toast .button-default-group ._account_api .list-results thead .toast.plus:after,.button-default-group .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.liveDashboard .button-default-group ._account_api .list-results thead .w-toast .toast.plus:after,.button-default-group .w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.w-toast .liveDashboard .button-default-group ._account_api .list-results thead .toast.plus:after,.button-default-group ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.button-default-group .w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,.w-toast .button-default-group ._account_api .liveDashboard .list-results thead .toast.plus:after,.button-default-group ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .button-default-group ._account_api .list-results thead .btn-period-clear:before,.button-default-group ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .button-default-group ._account_api .list-results thead .btn-filter:before,.button-default-group ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard .button-default-group ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.button-default-group ._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .button-default-group ._account_api .list-results thead .btn-period-clear:before,.button-default-group ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard .button-default-group ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.button-default-group ._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .button-default-group ._account_api .list-results thead .btn-filter:before,.button-default-group ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.button-default-group .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .button-default-group ._account_api .list-results thead .btn-period-clear:before,.button-default-group ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.button-default-group .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .button-default-group ._account_api .list-results thead .btn-filter:before,.button-default-group .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard .button-default-group ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.button-default-group .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .button-default-group ._account_api .list-results thead .btn-period-clear:before,.button-default-group .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard .button-default-group ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.button-default-group .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .button-default-group ._account_api .list-results thead .btn-filter:before,.button-default-group ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.button-default-group .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .button-default-group ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.button-default-group ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.button-default-group .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .button-default-group ._account_api .liveDashboard .list-results thead .btn-filter:before,.button-default-group ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .button-default-group ._account_api .list-results thead .btn-period-edit:before,.button-default-group ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard .button-default-group ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.button-default-group ._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .button-default-group ._account_api .list-results thead .btn-period-edit:before,.button-default-group ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.button-default-group .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .button-default-group ._account_api .list-results thead .btn-period-edit:before,.button-default-group .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard .button-default-group ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.button-default-group .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .button-default-group ._account_api .list-results thead .btn-period-edit:before,.button-default-group ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.button-default-group .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .button-default-group ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.button-default-group ._account_api .list-results thead .block-filters .btn-filter:before,.block-filters .button-default-group ._account_api .list-results thead .btn-filter:before,.button-default-group ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.liveDashboard .button-default-group ._account_api .list-results thead .block-filters .btn-filter:before,.button-default-group ._account_api .block-filters .liveDashboard .list-results thead .btn-filter:before,.block-filters .liveDashboard .button-default-group ._account_api .list-results thead .btn-filter:before,.button-default-group ._account_api .list-results thead .block-filters .btn-filter:before,.button-default-group .block-filters ._account_api .list-results thead .btn-filter:before,.block-filters .button-default-group ._account_api .list-results thead .btn-filter:before,.button-default-group .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.liveDashboard .button-default-group ._account_api .list-results thead .block-filters .btn-filter:before,.button-default-group .block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.block-filters .liveDashboard .button-default-group ._account_api .list-results thead .btn-filter:before,.button-default-group ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.button-default-group .block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,.block-filters .button-default-group ._account_api .liveDashboard .list-results thead .btn-filter:before,.button-default-group ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper .button-default-group ._account_api .list-results thead input.mobileToggle+label,.button-default-group ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.liveDashboard .button-default-group ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.button-default-group ._account_api .toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper .liveDashboard .button-default-group ._account_api .list-results thead input.mobileToggle+label,.button-default-group ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.button-default-group .toggleWrapper ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper .button-default-group ._account_api .list-results thead input.mobileToggle+label,.button-default-group .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.liveDashboard .button-default-group ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.button-default-group .toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper .liveDashboard .button-default-group ._account_api .list-results thead input.mobileToggle+label,.button-default-group ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.button-default-group .toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper .button-default-group ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.button-default-group ._account_api .list-results thead tbody span.status,.button-default-group ._account_api .list-results tbody thead span.status,.button-default-group ._account_api .liveDashboard .list-results thead tbody span.status,.liveDashboard .button-default-group ._account_api .list-results thead tbody span.status,.button-default-group ._account_api .liveDashboard .list-results tbody thead span.status,.liveDashboard .button-default-group ._account_api .list-results tbody thead span.status,.button-default-group ._account_api .list-results thead tbody span.status,.button-default-group ._account_api .list-results tbody thead span.status,.button-default-group .liveDashboard ._account_api .list-results thead tbody span.status,.liveDashboard .button-default-group ._account_api .list-results thead tbody span.status,.button-default-group .liveDashboard ._account_api .list-results tbody thead span.status,.liveDashboard .button-default-group ._account_api .list-results tbody thead span.status,.button-default-group ._account_api .liveDashboard .list-results thead tbody span.status,.button-default-group ._account_api .liveDashboard .list-results tbody thead span.status,.button-default-group ._account_api .list-results thead tbody td.is-running span,.button-default-group ._account_api .list-results tbody td.is-running thead span,.button-default-group ._account_api .liveDashboard .list-results thead tbody td.is-running span,.liveDashboard .button-default-group ._account_api .list-results thead tbody td.is-running span,.button-default-group ._account_api .liveDashboard .list-results tbody td.is-running thead span,.liveDashboard .button-default-group ._account_api .list-results tbody td.is-running thead span,.button-default-group ._account_api .list-results thead tbody td.is-running span,.button-default-group ._account_api .list-results tbody td.is-running thead span,.button-default-group .liveDashboard ._account_api .list-results thead tbody td.is-running span,.liveDashboard .button-default-group ._account_api .list-results thead tbody td.is-running span,.button-default-group .liveDashboard ._account_api .list-results tbody td.is-running thead span,.liveDashboard .button-default-group ._account_api .list-results tbody td.is-running thead span,.button-default-group ._account_api .liveDashboard .list-results thead tbody td.is-running span,.button-default-group ._account_api .liveDashboard .list-results tbody td.is-running thead span,.button-default-group ._account_api .list-results thead tbody td.is-pending span,.button-default-group ._account_api .list-results tbody td.is-pending thead span,.button-default-group ._account_api .liveDashboard .list-results thead tbody td.is-pending span,.liveDashboard .button-default-group ._account_api .list-results thead tbody td.is-pending span,.button-default-group ._account_api .liveDashboard .list-results tbody td.is-pending thead span,.liveDashboard .button-default-group ._account_api .list-results tbody td.is-pending thead span,.button-default-group ._account_api .list-results thead tbody td.is-pending span,.button-default-group ._account_api .list-results tbody td.is-pending thead span,.button-default-group .liveDashboard ._account_api .list-results thead tbody td.is-pending span,.liveDashboard .button-default-group ._account_api .list-results thead tbody td.is-pending span,.button-default-group .liveDashboard ._account_api .list-results tbody td.is-pending thead span,.liveDashboard .button-default-group ._account_api .list-results tbody td.is-pending thead span,.button-default-group ._account_api .liveDashboard .list-results thead tbody td.is-pending span,.button-default-group ._account_api .liveDashboard .list-results tbody td.is-pending thead span,.button-default-group ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,.button-default-group .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .button-default-group ._account_api .list-results thead .dropdown-toggle:after,.button-default-group ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter,.button-default-group .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .filter,.w-filter-preset.w-filter-preset .filter-preset .button-default-group ._account_api .list-results thead .filter,.button-default-group ._account_api .list-results thead .form-label.status span,.button-default-group ._account_api .list-results thead .status.status-log span,.button-default-group ._account_api .list-results thead .status.status-report-item span,.button-default-group ._account_api .list-results thead .double-list dd.status span,.double-list .button-default-group ._account_api .list-results thead dd.status span,.button-default-group ._account_api .list-results thead .double-list dt.status span,.double-list .button-default-group ._account_api .list-results thead dt.status span,.button-default-group ._account_api .list-results thead .w-cards-container .w-card .status.title span,.w-cards-container .w-card .button-default-group ._account_api .list-results thead .status.title span,.button-default-group ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value .button-default-group ._account_api .list-results thead .status.label span,.button-default-group ._account_api .list-results thead tbody tr.sublist .status.title span,.button-default-group ._account_api .list-results tbody tr.sublist thead .status.title span,.button-default-group .form-label.status ._account_api .list-results thead span,.button-default-group .status.status-log ._account_api .list-results thead span,.button-default-group .status.status-report-item ._account_api .list-results thead span,.button-default-group .double-list dd.status ._account_api .list-results thead span,.double-list .button-default-group dd.status ._account_api .list-results thead span,.button-default-group .double-list dt.status ._account_api .list-results thead span,.double-list .button-default-group dt.status ._account_api .list-results thead span,.button-default-group .w-cards-container .w-card .status.title ._account_api .list-results thead span,.w-cards-container .w-card .button-default-group .status.title ._account_api .list-results thead span,.button-default-group .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span,.w-cards-container .w-card.centered .w-value .button-default-group .status.label ._account_api .list-results thead span,.button-default-group .list-results tbody tr.sublist .status.title ._account_api .list-results thead span,.list-results tbody tr.sublist .button-default-group .status.title ._account_api .list-results thead span,.form-label.status .button-default-group ._account_api .list-results thead span,.status.status-log .button-default-group ._account_api .list-results thead span,.status.status-report-item .button-default-group ._account_api .list-results thead span,.double-list dd.status .button-default-group ._account_api .list-results thead span,.double-list dt.status .button-default-group ._account_api .list-results thead span,.w-cards-container .w-card .status.title .button-default-group ._account_api .list-results thead span,.w-cards-container .w-card.centered .w-value .status.label .button-default-group ._account_api .list-results thead span,.list-results tbody tr.sublist .status.title .button-default-group ._account_api .list-results thead span,.button-default-group ._account_api .list-results thead .w-filters-selected label.status.small span,.button-default-group .w-filters-selected label.status.small ._account_api .list-results thead span,.w-filters-selected label.status.small .button-default-group ._account_api .list-results thead span,.button-default-group ._account_api .list-results thead .w-filters-selected .status.btn-f-s span,.button-default-group .w-filters-selected .status.btn-f-s ._account_api .list-results thead span,.w-filters-selected .status.btn-f-s .button-default-group ._account_api .list-results thead span,.button-default-group ._account_api .list-results thead .sub-header .w-form label,.button-default-group ._account_api .list-results thead .sub-header .w-double-list label,.button-default-group .sub-header .w-form ._account_api .list-results thead label,.button-default-group .sub-header .w-double-list ._account_api .list-results thead label,.sub-header .w-form .button-default-group ._account_api .list-results thead label,.sub-header .w-double-list .button-default-group ._account_api .list-results thead label,.button-default-group ._account_api .list-results thead .block-filters button:after,.button-default-group .block-filters ._account_api .list-results thead button:after,.block-filters .button-default-group ._account_api .list-results thead button:after,.button-default-group ._account_api .list-results thead .block-filters select:after,.button-default-group .block-filters ._account_api .list-results thead select:after,.block-filters .button-default-group ._account_api .list-results thead select:after,.button-default-group ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive,.button-default-group .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-inactive,.form-auto-list .button-default-group ._account_api .list-results thead .form-auto-item.is-user-is-inactive,.button-default-group ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active,.button-default-group .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-active,.form-auto-list .button-default-group ._account_api .list-results thead .form-auto-item.is-user-is-active,.button-default-group ._account_api .list-results thead .list-results-header .status.title span,.button-default-group .list-results-header .status.title ._account_api .list-results thead span,.list-results-header .status.title .button-default-group ._account_api .list-results thead span,.button-default-group ._account_api .list-results thead tr span,.button-default-group .liveDashboard ._account_api .list-results thead .icon,.button-default-group .liveDashboard ._account_api .list-results thead .w-alert-banner:before,.button-default-group .liveDashboard ._account_api .list-results thead .w-alert-banner:before,.button-default-group .liveDashboard ._account_api .list-results thead .w-alert-banner:before,.button-default-group .liveDashboard ._account_api .list-results thead .w-alert-banner:before,.button-default-group .liveDashboard ._account_api .liveDashboard .list-results thead .w-alert-banner:before,.button-default-group .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .button-default-group .liveDashboard ._account_api .list-results thead .dialog-aside:after,.button-default-group .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.button-default-group .w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus .button-default-group .liveDashboard ._account_api .list-results thead .dialog-aside:after,.button-default-group .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.button-default-group .liveDashboard .w-dialog.plus ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus .button-default-group .liveDashboard ._account_api .list-results thead .dialog-aside:after,.button-default-group .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.button-default-group .w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus .button-default-group .liveDashboard ._account_api .list-results thead .dialog-aside:after,.button-default-group .liveDashboard ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.button-default-group .liveDashboard .w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus .button-default-group .liveDashboard ._account_api .liveDashboard .list-results thead .dialog-aside:after,.button-default-group .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.w-toast .button-default-group .liveDashboard ._account_api .list-results thead .toast.plus:after,.button-default-group .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.button-default-group .w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.w-toast .button-default-group .liveDashboard ._account_api .list-results thead .toast.plus:after,.button-default-group .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.button-default-group .liveDashboard .w-toast ._account_api .list-results thead .toast.plus:after,.w-toast .button-default-group .liveDashboard ._account_api .list-results thead .toast.plus:after,.button-default-group .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.button-default-group .w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.w-toast .button-default-group .liveDashboard ._account_api .list-results thead .toast.plus:after,.button-default-group .liveDashboard ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.button-default-group .liveDashboard .w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,.w-toast .button-default-group .liveDashboard ._account_api .liveDashboard .list-results thead .toast.plus:after,.button-default-group .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .button-default-group .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.button-default-group .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .button-default-group .liveDashboard ._account_api .list-results thead .btn-filter:before,.button-default-group .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.button-default-group .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .button-default-group .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.button-default-group .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.button-default-group .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .button-default-group .liveDashboard ._account_api .list-results thead .btn-filter:before,.button-default-group .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.button-default-group .liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .button-default-group .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.button-default-group .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.button-default-group .liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .button-default-group .liveDashboard ._account_api .list-results thead .btn-filter:before,.button-default-group .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.button-default-group .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .button-default-group .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.button-default-group .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.button-default-group .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .button-default-group .liveDashboard ._account_api .list-results thead .btn-filter:before,.button-default-group .liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.button-default-group .liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .button-default-group .liveDashboard ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.button-default-group .liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.button-default-group .liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .button-default-group .liveDashboard ._account_api .liveDashboard .list-results thead .btn-filter:before,.button-default-group .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .button-default-group .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.button-default-group .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.button-default-group .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .button-default-group .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.button-default-group .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.button-default-group .liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .button-default-group .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.button-default-group .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.button-default-group .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .button-default-group .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.button-default-group .liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.button-default-group .liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .button-default-group .liveDashboard ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.button-default-group .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.block-filters .button-default-group .liveDashboard ._account_api .list-results thead .btn-filter:before,.button-default-group .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.button-default-group .block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.block-filters .button-default-group .liveDashboard ._account_api .list-results thead .btn-filter:before,.button-default-group .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.button-default-group .liveDashboard .block-filters ._account_api .list-results thead .btn-filter:before,.block-filters .button-default-group .liveDashboard ._account_api .list-results thead .btn-filter:before,.button-default-group .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.button-default-group .block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.block-filters .button-default-group .liveDashboard ._account_api .list-results thead .btn-filter:before,.button-default-group .liveDashboard ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.button-default-group .liveDashboard .block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,.block-filters .button-default-group .liveDashboard ._account_api .liveDashboard .list-results thead .btn-filter:before,.button-default-group .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper .button-default-group .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.button-default-group .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.button-default-group .toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper .button-default-group .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.button-default-group .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.button-default-group .liveDashboard .toggleWrapper ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper .button-default-group .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.button-default-group .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.button-default-group .toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper .button-default-group .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.button-default-group .liveDashboard ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.button-default-group .liveDashboard .toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper .button-default-group .liveDashboard ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.button-default-group .liveDashboard ._account_api .list-results thead tbody span.status,.button-default-group .liveDashboard ._account_api .list-results tbody thead span.status,.button-default-group .liveDashboard ._account_api .list-results thead tbody span.status,.button-default-group .liveDashboard ._account_api .list-results tbody thead span.status,.button-default-group .liveDashboard ._account_api .list-results thead tbody span.status,.button-default-group .liveDashboard ._account_api .list-results tbody thead span.status,.button-default-group .liveDashboard ._account_api .list-results thead tbody span.status,.button-default-group .liveDashboard ._account_api .list-results tbody thead span.status,.button-default-group .liveDashboard ._account_api .liveDashboard .list-results thead tbody span.status,.button-default-group .liveDashboard ._account_api .liveDashboard .list-results tbody thead span.status,.button-default-group .liveDashboard ._account_api .list-results thead tbody td.is-running span,.button-default-group .liveDashboard ._account_api .list-results tbody td.is-running thead span,.button-default-group .liveDashboard ._account_api .list-results thead tbody td.is-running span,.button-default-group .liveDashboard ._account_api .list-results tbody td.is-running thead span,.button-default-group .liveDashboard ._account_api .list-results thead tbody td.is-running span,.button-default-group .liveDashboard ._account_api .list-results tbody td.is-running thead span,.button-default-group .liveDashboard ._account_api .list-results thead tbody td.is-running span,.button-default-group .liveDashboard ._account_api .list-results tbody td.is-running thead span,.button-default-group .liveDashboard ._account_api .liveDashboard .list-results thead tbody td.is-running span,.button-default-group .liveDashboard ._account_api .liveDashboard .list-results tbody td.is-running thead span,.button-default-group .liveDashboard ._account_api .list-results thead tbody td.is-pending span,.button-default-group .liveDashboard ._account_api .list-results tbody td.is-pending thead span,.button-default-group .liveDashboard ._account_api .list-results thead tbody td.is-pending span,.button-default-group .liveDashboard ._account_api .list-results tbody td.is-pending thead span,.button-default-group .liveDashboard ._account_api .list-results thead tbody td.is-pending span,.button-default-group .liveDashboard ._account_api .list-results tbody td.is-pending thead span,.button-default-group .liveDashboard ._account_api .list-results thead tbody td.is-pending span,.button-default-group .liveDashboard ._account_api .list-results tbody td.is-pending thead span,.button-default-group .liveDashboard ._account_api .liveDashboard .list-results thead tbody td.is-pending span,.button-default-group .liveDashboard ._account_api .liveDashboard .list-results tbody td.is-pending thead span,.liveDashboard .button-default-group ._account_api .list-results thead .icon,.liveDashboard .button-default-group ._account_api .list-results thead .w-alert-banner:before,.liveDashboard .button-default-group ._account_api .list-results thead .w-alert-banner:before,.liveDashboard .button-default-group ._account_api .list-results thead .w-alert-banner:before,.liveDashboard .button-default-group ._account_api .list-results thead .w-alert-banner:before,.liveDashboard .button-default-group ._account_api .liveDashboard .list-results thead .w-alert-banner:before,.liveDashboard .button-default-group ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .liveDashboard .button-default-group ._account_api .list-results thead .dialog-aside:after,.liveDashboard .button-default-group ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .liveDashboard .button-default-group ._account_api .list-results thead .dialog-aside:after,.liveDashboard .button-default-group ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.liveDashboard .button-default-group .w-dialog.plus ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus .liveDashboard .button-default-group ._account_api .list-results thead .dialog-aside:after,.liveDashboard .button-default-group ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .liveDashboard .button-default-group ._account_api .list-results thead .dialog-aside:after,.liveDashboard .button-default-group ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.liveDashboard .button-default-group .w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus .liveDashboard .button-default-group ._account_api .liveDashboard .list-results thead .dialog-aside:after,.liveDashboard .button-default-group ._account_api .list-results thead .w-toast .toast.plus:after,.w-toast .liveDashboard .button-default-group ._account_api .list-results thead .toast.plus:after,.liveDashboard .button-default-group ._account_api .list-results thead .w-toast .toast.plus:after,.w-toast .liveDashboard .button-default-group ._account_api .list-results thead .toast.plus:after,.liveDashboard .button-default-group ._account_api .list-results thead .w-toast .toast.plus:after,.liveDashboard .button-default-group .w-toast ._account_api .list-results thead .toast.plus:after,.w-toast .liveDashboard .button-default-group ._account_api .list-results thead .toast.plus:after,.liveDashboard .button-default-group ._account_api .list-results thead .w-toast .toast.plus:after,.w-toast .liveDashboard .button-default-group ._account_api .list-results thead .toast.plus:after,.liveDashboard .button-default-group ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.liveDashboard .button-default-group .w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,.w-toast .liveDashboard .button-default-group ._account_api .liveDashboard .list-results thead .toast.plus:after,.liveDashboard .button-default-group ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .button-default-group ._account_api .list-results thead .btn-period-clear:before,.liveDashboard .button-default-group ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .button-default-group ._account_api .list-results thead .btn-filter:before,.liveDashboard .button-default-group ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .button-default-group ._account_api .list-results thead .btn-period-clear:before,.liveDashboard .button-default-group ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .button-default-group ._account_api .list-results thead .btn-filter:before,.liveDashboard .button-default-group ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard .button-default-group .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .button-default-group ._account_api .list-results thead .btn-period-clear:before,.liveDashboard .button-default-group ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard .button-default-group .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .button-default-group ._account_api .list-results thead .btn-filter:before,.liveDashboard .button-default-group ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .button-default-group ._account_api .list-results thead .btn-period-clear:before,.liveDashboard .button-default-group ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .button-default-group ._account_api .list-results thead .btn-filter:before,.liveDashboard .button-default-group ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard .button-default-group .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .button-default-group ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.liveDashboard .button-default-group ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard .button-default-group .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .button-default-group ._account_api .liveDashboard .list-results thead .btn-filter:before,.liveDashboard .button-default-group ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .button-default-group ._account_api .list-results thead .btn-period-edit:before,.liveDashboard .button-default-group ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .button-default-group ._account_api .list-results thead .btn-period-edit:before,.liveDashboard .button-default-group ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard .button-default-group .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .button-default-group ._account_api .list-results thead .btn-period-edit:before,.liveDashboard .button-default-group ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .button-default-group ._account_api .list-results thead .btn-period-edit:before,.liveDashboard .button-default-group ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard .button-default-group .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .button-default-group ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.liveDashboard .button-default-group ._account_api .list-results thead .block-filters .btn-filter:before,.block-filters .liveDashboard .button-default-group ._account_api .list-results thead .btn-filter:before,.liveDashboard .button-default-group ._account_api .list-results thead .block-filters .btn-filter:before,.block-filters .liveDashboard .button-default-group ._account_api .list-results thead .btn-filter:before,.liveDashboard .button-default-group ._account_api .list-results thead .block-filters .btn-filter:before,.liveDashboard .button-default-group .block-filters ._account_api .list-results thead .btn-filter:before,.block-filters .liveDashboard .button-default-group ._account_api .list-results thead .btn-filter:before,.liveDashboard .button-default-group ._account_api .list-results thead .block-filters .btn-filter:before,.block-filters .liveDashboard .button-default-group ._account_api .list-results thead .btn-filter:before,.liveDashboard .button-default-group ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.liveDashboard .button-default-group .block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,.block-filters .liveDashboard .button-default-group ._account_api .liveDashboard .list-results thead .btn-filter:before,.liveDashboard .button-default-group ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper .liveDashboard .button-default-group ._account_api .list-results thead input.mobileToggle+label,.liveDashboard .button-default-group ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper .liveDashboard .button-default-group ._account_api .list-results thead input.mobileToggle+label,.liveDashboard .button-default-group ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.liveDashboard .button-default-group .toggleWrapper ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper .liveDashboard .button-default-group ._account_api .list-results thead input.mobileToggle+label,.liveDashboard .button-default-group ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper .liveDashboard .button-default-group ._account_api .list-results thead input.mobileToggle+label,.liveDashboard .button-default-group ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.liveDashboard .button-default-group .toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper .liveDashboard .button-default-group ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.liveDashboard .button-default-group ._account_api .list-results thead tbody span.status,.liveDashboard .button-default-group ._account_api .list-results tbody thead span.status,.liveDashboard .button-default-group ._account_api .list-results thead tbody span.status,.liveDashboard .button-default-group ._account_api .list-results tbody thead span.status,.liveDashboard .button-default-group ._account_api .list-results thead tbody span.status,.liveDashboard .button-default-group ._account_api .list-results tbody thead span.status,.liveDashboard .button-default-group ._account_api .list-results thead tbody span.status,.liveDashboard .button-default-group ._account_api .list-results tbody thead span.status,.liveDashboard .button-default-group ._account_api .liveDashboard .list-results thead tbody span.status,.liveDashboard .button-default-group ._account_api .liveDashboard .list-results tbody thead span.status,.liveDashboard .button-default-group ._account_api .list-results thead tbody td.is-running span,.liveDashboard .button-default-group ._account_api .list-results tbody td.is-running thead span,.liveDashboard .button-default-group ._account_api .list-results thead tbody td.is-running span,.liveDashboard .button-default-group ._account_api .list-results tbody td.is-running thead span,.liveDashboard .button-default-group ._account_api .list-results thead tbody td.is-running span,.liveDashboard .button-default-group ._account_api .list-results tbody td.is-running thead span,.liveDashboard .button-default-group ._account_api .list-results thead tbody td.is-running span,.liveDashboard .button-default-group ._account_api .list-results tbody td.is-running thead span,.liveDashboard .button-default-group ._account_api .liveDashboard .list-results thead tbody td.is-running span,.liveDashboard .button-default-group ._account_api .liveDashboard .list-results tbody td.is-running thead span,.liveDashboard .button-default-group ._account_api .list-results thead tbody td.is-pending span,.liveDashboard .button-default-group ._account_api .list-results tbody td.is-pending thead span,.liveDashboard .button-default-group ._account_api .list-results thead tbody td.is-pending span,.liveDashboard .button-default-group ._account_api .list-results tbody td.is-pending thead span,.liveDashboard .button-default-group ._account_api .list-results thead tbody td.is-pending span,.liveDashboard .button-default-group ._account_api .list-results tbody td.is-pending thead span,.liveDashboard .button-default-group ._account_api .list-results thead tbody td.is-pending span,.liveDashboard .button-default-group ._account_api .list-results tbody td.is-pending thead span,.liveDashboard .button-default-group ._account_api .liveDashboard .list-results thead tbody td.is-pending span,.liveDashboard .button-default-group ._account_api .liveDashboard .list-results tbody td.is-pending thead span,.button-default-group ._account_api .liveDashboard .list-results thead .icon,.button-default-group ._account_api .liveDashboard .list-results thead .w-alert-banner:before,.button-default-group ._account_api .liveDashboard .list-results thead .w-alert-banner:before,.button-default-group ._account_api .liveDashboard .list-results thead .w-alert-banner:before,.button-default-group ._account_api .liveDashboard ._account_api .list-results thead .w-alert-banner:before,.button-default-group ._account_api .liveDashboard .list-results thead .w-alert-banner:before,.button-default-group ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .button-default-group ._account_api .liveDashboard .list-results thead .dialog-aside:after,.button-default-group ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.button-default-group ._account_api .w-dialog.plus .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus .button-default-group ._account_api .liveDashboard .list-results thead .dialog-aside:after,.button-default-group ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.button-default-group .w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus .button-default-group ._account_api .liveDashboard .list-results thead .dialog-aside:after,.button-default-group ._account_api .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.button-default-group ._account_api .w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus .button-default-group ._account_api .liveDashboard ._account_api .list-results thead .dialog-aside:after,.button-default-group ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.button-default-group .w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus .button-default-group ._account_api .liveDashboard .list-results thead .dialog-aside:after,.button-default-group ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-toast .button-default-group ._account_api .liveDashboard .list-results thead .toast.plus:after,.button-default-group ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.button-default-group ._account_api .w-toast .liveDashboard .list-results thead .toast.plus:after,.w-toast .button-default-group ._account_api .liveDashboard .list-results thead .toast.plus:after,.button-default-group ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.button-default-group .w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,.w-toast .button-default-group ._account_api .liveDashboard .list-results thead .toast.plus:after,.button-default-group ._account_api .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.button-default-group ._account_api .w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.w-toast .button-default-group ._account_api .liveDashboard ._account_api .list-results thead .toast.plus:after,.button-default-group ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.button-default-group .w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,.w-toast .button-default-group ._account_api .liveDashboard .list-results thead .toast.plus:after,.button-default-group ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .button-default-group ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.button-default-group ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .button-default-group ._account_api .liveDashboard .list-results thead .btn-filter:before,.button-default-group ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.button-default-group ._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .button-default-group ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.button-default-group ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.button-default-group ._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .button-default-group ._account_api .liveDashboard .list-results thead .btn-filter:before,.button-default-group ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.button-default-group .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .button-default-group ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.button-default-group ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.button-default-group .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .button-default-group ._account_api .liveDashboard .list-results thead .btn-filter:before,.button-default-group ._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.button-default-group ._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .button-default-group ._account_api .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.button-default-group ._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.button-default-group ._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .button-default-group ._account_api .liveDashboard ._account_api .list-results thead .btn-filter:before,.button-default-group ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.button-default-group .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .button-default-group ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.button-default-group ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.button-default-group .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .button-default-group ._account_api .liveDashboard .list-results thead .btn-filter:before,.button-default-group ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .button-default-group ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.button-default-group ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.button-default-group ._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .button-default-group ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.button-default-group ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.button-default-group .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .button-default-group ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.button-default-group ._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.button-default-group ._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .button-default-group ._account_api .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.button-default-group ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.button-default-group .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .button-default-group ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.button-default-group ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.block-filters .button-default-group ._account_api .liveDashboard .list-results thead .btn-filter:before,.button-default-group ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.button-default-group ._account_api .block-filters .liveDashboard .list-results thead .btn-filter:before,.block-filters .button-default-group ._account_api .liveDashboard .list-results thead .btn-filter:before,.button-default-group ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.button-default-group .block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,.block-filters .button-default-group ._account_api .liveDashboard .list-results thead .btn-filter:before,.button-default-group ._account_api .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.button-default-group ._account_api .block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.block-filters .button-default-group ._account_api .liveDashboard ._account_api .list-results thead .btn-filter:before,.button-default-group ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.button-default-group .block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,.block-filters .button-default-group ._account_api .liveDashboard .list-results thead .btn-filter:before,.button-default-group ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper .button-default-group ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.button-default-group ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.button-default-group ._account_api .toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper .button-default-group ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.button-default-group ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.button-default-group .toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper .button-default-group ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.button-default-group ._account_api .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.button-default-group ._account_api .toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper .button-default-group ._account_api .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.button-default-group ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.button-default-group .toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper .button-default-group ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.button-default-group ._account_api .liveDashboard .list-results thead tbody span.status,.button-default-group ._account_api .liveDashboard .list-results tbody thead span.status,.button-default-group ._account_api .liveDashboard .list-results thead tbody span.status,.button-default-group ._account_api .liveDashboard .list-results tbody thead span.status,.button-default-group ._account_api .liveDashboard .list-results thead tbody span.status,.button-default-group ._account_api .liveDashboard .list-results tbody thead span.status,.button-default-group ._account_api .liveDashboard ._account_api .list-results thead tbody span.status,.button-default-group ._account_api .liveDashboard ._account_api .list-results tbody thead span.status,.button-default-group ._account_api .liveDashboard .list-results thead tbody span.status,.button-default-group ._account_api .liveDashboard .list-results tbody thead span.status,.button-default-group ._account_api .liveDashboard .list-results thead tbody td.is-running span,.button-default-group ._account_api .liveDashboard .list-results tbody td.is-running thead span,.button-default-group ._account_api .liveDashboard .list-results thead tbody td.is-running span,.button-default-group ._account_api .liveDashboard .list-results tbody td.is-running thead span,.button-default-group ._account_api .liveDashboard .list-results thead tbody td.is-running span,.button-default-group ._account_api .liveDashboard .list-results tbody td.is-running thead span,.button-default-group ._account_api .liveDashboard ._account_api .list-results thead tbody td.is-running span,.button-default-group ._account_api .liveDashboard ._account_api .list-results tbody td.is-running thead span,.button-default-group ._account_api .liveDashboard .list-results thead tbody td.is-running span,.button-default-group ._account_api .liveDashboard .list-results tbody td.is-running thead span,.button-default-group ._account_api .liveDashboard .list-results thead tbody td.is-pending span,.button-default-group ._account_api .liveDashboard .list-results tbody td.is-pending thead span,.button-default-group ._account_api .liveDashboard .list-results thead tbody td.is-pending span,.button-default-group ._account_api .liveDashboard .list-results tbody td.is-pending thead span,.button-default-group ._account_api .liveDashboard .list-results thead tbody td.is-pending span,.button-default-group ._account_api .liveDashboard .list-results tbody td.is-pending thead span,.button-default-group ._account_api .liveDashboard ._account_api .list-results thead tbody td.is-pending span,.button-default-group ._account_api .liveDashboard ._account_api .list-results tbody td.is-pending thead span,.button-default-group ._account_api .liveDashboard .list-results thead tbody td.is-pending span,.button-default-group ._account_api .liveDashboard .list-results tbody td.is-pending thead span,.button-default-group .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,.liveDashboard .button-default-group ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,.button-default-group ._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,.button-default-group .liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .dropdown-toggle:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown .button-default-group ._account_api .list-results thead .dropdown-toggle:after,.button-default-group .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .button-default-group ._account_api .liveDashboard .list-results thead .dropdown-toggle:after,.button-default-group .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter,.liveDashboard .button-default-group ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter,.button-default-group ._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter,.button-default-group .liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .filter,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .button-default-group ._account_api .list-results thead .filter,.button-default-group .w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .filter,.w-filter-preset.w-filter-preset .filter-preset .button-default-group ._account_api .liveDashboard .list-results thead .filter,.button-default-group .liveDashboard ._account_api .list-results thead .form-label.status span,.button-default-group .liveDashboard ._account_api .list-results thead .status.status-log span,.button-default-group .liveDashboard ._account_api .list-results thead .status.status-report-item span,.button-default-group .liveDashboard ._account_api .list-results thead .double-list dd.status span,.double-list .button-default-group .liveDashboard ._account_api .list-results thead dd.status span,.button-default-group .liveDashboard ._account_api .list-results thead .double-list dt.status span,.double-list .button-default-group .liveDashboard ._account_api .list-results thead dt.status span,.button-default-group .liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span,.w-cards-container .w-card .button-default-group .liveDashboard ._account_api .list-results thead .status.title span,.button-default-group .liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value .button-default-group .liveDashboard ._account_api .list-results thead .status.label span,.button-default-group .liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span,.button-default-group .liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span,.liveDashboard .button-default-group ._account_api .list-results thead .form-label.status span,.liveDashboard .button-default-group ._account_api .list-results thead .status.status-log span,.liveDashboard .button-default-group ._account_api .list-results thead .status.status-report-item span,.liveDashboard .button-default-group ._account_api .list-results thead .double-list dd.status span,.double-list .liveDashboard .button-default-group ._account_api .list-results thead dd.status span,.liveDashboard .button-default-group ._account_api .list-results thead .double-list dt.status span,.double-list .liveDashboard .button-default-group ._account_api .list-results thead dt.status span,.liveDashboard .button-default-group ._account_api .list-results thead .w-cards-container .w-card .status.title span,.w-cards-container .w-card .liveDashboard .button-default-group ._account_api .list-results thead .status.title span,.liveDashboard .button-default-group ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value .liveDashboard .button-default-group ._account_api .list-results thead .status.label span,.liveDashboard .button-default-group ._account_api .list-results thead tbody tr.sublist .status.title span,.liveDashboard .button-default-group ._account_api .list-results tbody tr.sublist thead .status.title span,.button-default-group ._account_api .liveDashboard .list-results thead .form-label.status span,.button-default-group ._account_api .liveDashboard .list-results thead .status.status-log span,.button-default-group ._account_api .liveDashboard .list-results thead .status.status-report-item span,.button-default-group ._account_api .liveDashboard .list-results thead .double-list dd.status span,.double-list .button-default-group ._account_api .liveDashboard .list-results thead dd.status span,.button-default-group ._account_api .liveDashboard .list-results thead .double-list dt.status span,.double-list .button-default-group ._account_api .liveDashboard .list-results thead dt.status span,.button-default-group ._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span,.w-cards-container .w-card .button-default-group ._account_api .liveDashboard .list-results thead .status.title span,.button-default-group ._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value .button-default-group ._account_api .liveDashboard .list-results thead .status.label span,.button-default-group ._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span,.button-default-group ._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span,.button-default-group .liveDashboard .form-label.status ._account_api .list-results thead span,.button-default-group .liveDashboard .status.status-log ._account_api .list-results thead span,.button-default-group .liveDashboard .status.status-report-item ._account_api .list-results thead span,.button-default-group .liveDashboard .double-list dd.status ._account_api .list-results thead span,.double-list .button-default-group .liveDashboard dd.status ._account_api .list-results thead span,.button-default-group .liveDashboard .double-list dt.status ._account_api .list-results thead span,.double-list .button-default-group .liveDashboard dt.status ._account_api .list-results thead span,.button-default-group .liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span,.w-cards-container .w-card .button-default-group .liveDashboard .status.title ._account_api .list-results thead span,.button-default-group .liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span,.w-cards-container .w-card.centered .w-value .button-default-group .liveDashboard .status.label ._account_api .list-results thead span,.button-default-group .liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span,.list-results tbody tr.sublist .button-default-group .liveDashboard .status.title ._account_api .list-results thead span,.liveDashboard .form-label.status .button-default-group ._account_api .list-results thead span,.liveDashboard .status.status-log .button-default-group ._account_api .list-results thead span,.liveDashboard .status.status-report-item .button-default-group ._account_api .list-results thead span,.liveDashboard .double-list dd.status .button-default-group ._account_api .list-results thead span,.double-list .liveDashboard dd.status .button-default-group ._account_api .list-results thead span,.liveDashboard .double-list dt.status .button-default-group ._account_api .list-results thead span,.double-list .liveDashboard dt.status .button-default-group ._account_api .list-results thead span,.liveDashboard .w-cards-container .w-card .status.title .button-default-group ._account_api .list-results thead span,.w-cards-container .w-card .liveDashboard .status.title .button-default-group ._account_api .list-results thead span,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label .button-default-group ._account_api .list-results thead span,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label .button-default-group ._account_api .list-results thead span,.liveDashboard .list-results tbody tr.sublist .status.title .button-default-group ._account_api .list-results thead span,.list-results tbody tr.sublist .liveDashboard .status.title .button-default-group ._account_api .list-results thead span,.button-default-group .form-label.status ._account_api .liveDashboard .list-results thead span,.button-default-group .status.status-log ._account_api .liveDashboard .list-results thead span,.button-default-group .status.status-report-item ._account_api .liveDashboard .list-results thead span,.button-default-group .double-list dd.status ._account_api .liveDashboard .list-results thead span,.double-list .button-default-group dd.status ._account_api .liveDashboard .list-results thead span,.button-default-group .double-list dt.status ._account_api .liveDashboard .list-results thead span,.double-list .button-default-group dt.status ._account_api .liveDashboard .list-results thead span,.button-default-group .w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead span,.w-cards-container .w-card .button-default-group .status.title ._account_api .liveDashboard .list-results thead span,.button-default-group .w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead span,.w-cards-container .w-card.centered .w-value .button-default-group .status.label ._account_api .liveDashboard .list-results thead span,.button-default-group .list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead span,.list-results tbody tr.sublist .button-default-group .status.title ._account_api .liveDashboard .list-results thead span,.form-label.status .button-default-group ._account_api .liveDashboard .list-results thead span,.status.status-log .button-default-group ._account_api .liveDashboard .list-results thead span,.status.status-report-item .button-default-group ._account_api .liveDashboard .list-results thead span,.double-list dd.status .button-default-group ._account_api .liveDashboard .list-results thead span,.double-list dt.status .button-default-group ._account_api .liveDashboard .list-results thead span,.w-cards-container .w-card .status.title .button-default-group ._account_api .liveDashboard .list-results thead span,.w-cards-container .w-card.centered .w-value .status.label .button-default-group ._account_api .liveDashboard .list-results thead span,.list-results tbody tr.sublist .status.title .button-default-group ._account_api .liveDashboard .list-results thead span,.button-default-group .liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span,.liveDashboard .button-default-group ._account_api .list-results thead .w-filters-selected label.status.small span,.button-default-group ._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span,.button-default-group .liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span,.liveDashboard .w-filters-selected label.status.small .button-default-group ._account_api .list-results thead span,.button-default-group .w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead span,.w-filters-selected label.status.small .button-default-group ._account_api .liveDashboard .list-results thead span,.button-default-group .liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span,.liveDashboard .button-default-group ._account_api .list-results thead .w-filters-selected .status.btn-f-s span,.button-default-group ._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span,.button-default-group .liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span,.liveDashboard .w-filters-selected .status.btn-f-s .button-default-group ._account_api .list-results thead span,.button-default-group .w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead span,.w-filters-selected .status.btn-f-s .button-default-group ._account_api .liveDashboard .list-results thead span,.button-default-group .liveDashboard ._account_api .list-results thead .sub-header .w-form label,.button-default-group .liveDashboard ._account_api .list-results thead .sub-header .w-double-list label,.liveDashboard .button-default-group ._account_api .list-results thead .sub-header .w-form label,.liveDashboard .button-default-group ._account_api .list-results thead .sub-header .w-double-list label,.button-default-group ._account_api .liveDashboard .list-results thead .sub-header .w-form label,.button-default-group ._account_api .liveDashboard .list-results thead .sub-header .w-double-list label,.button-default-group .liveDashboard .sub-header .w-form ._account_api .list-results thead label,.button-default-group .liveDashboard .sub-header .w-double-list ._account_api .list-results thead label,.liveDashboard .sub-header .w-form .button-default-group ._account_api .list-results thead label,.liveDashboard .sub-header .w-double-list .button-default-group ._account_api .list-results thead label,.button-default-group .sub-header .w-form ._account_api .liveDashboard .list-results thead label,.button-default-group .sub-header .w-double-list ._account_api .liveDashboard .list-results thead label,.sub-header .w-form .button-default-group ._account_api .liveDashboard .list-results thead label,.sub-header .w-double-list .button-default-group ._account_api .liveDashboard .list-results thead label,.button-default-group .liveDashboard ._account_api .list-results thead .block-filters button:after,.liveDashboard .button-default-group ._account_api .list-results thead .block-filters button:after,.button-default-group ._account_api .liveDashboard .list-results thead .block-filters button:after,.button-default-group .liveDashboard .block-filters ._account_api .list-results thead button:after,.liveDashboard .block-filters .button-default-group ._account_api .list-results thead button:after,.button-default-group .block-filters ._account_api .liveDashboard .list-results thead button:after,.block-filters .button-default-group ._account_api .liveDashboard .list-results thead button:after,.button-default-group .liveDashboard ._account_api .list-results thead .block-filters select:after,.liveDashboard .button-default-group ._account_api .list-results thead .block-filters select:after,.button-default-group ._account_api .liveDashboard .list-results thead .block-filters select:after,.button-default-group .liveDashboard .block-filters ._account_api .list-results thead select:after,.liveDashboard .block-filters .button-default-group ._account_api .list-results thead select:after,.button-default-group .block-filters ._account_api .liveDashboard .list-results thead select:after,.block-filters .button-default-group ._account_api .liveDashboard .list-results thead select:after,.button-default-group .liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive,.liveDashboard .button-default-group ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive,.button-default-group ._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive,.button-default-group .liveDashboard .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-inactive,.liveDashboard .form-auto-list .button-default-group ._account_api .list-results thead .form-auto-item.is-user-is-inactive,.button-default-group .form-auto-list ._account_api .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive,.form-auto-list .button-default-group ._account_api .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive,.button-default-group .liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active,.liveDashboard .button-default-group ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active,.button-default-group ._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active,.button-default-group .liveDashboard .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-active,.liveDashboard .form-auto-list .button-default-group ._account_api .list-results thead .form-auto-item.is-user-is-active,.button-default-group .form-auto-list ._account_api .liveDashboard .list-results thead .form-auto-item.is-user-is-active,.form-auto-list .button-default-group ._account_api .liveDashboard .list-results thead .form-auto-item.is-user-is-active,.button-default-group .liveDashboard ._account_api .list-results thead .list-results-header .status.title span,.liveDashboard .button-default-group ._account_api .list-results thead .list-results-header .status.title span,.button-default-group ._account_api .liveDashboard .list-results thead .list-results-header .status.title span,.button-default-group .liveDashboard .list-results-header .status.title ._account_api .list-results thead span,.liveDashboard .list-results-header .status.title .button-default-group ._account_api .list-results thead span,.button-default-group .list-results-header .status.title ._account_api .liveDashboard .list-results thead span,.list-results-header .status.title .button-default-group ._account_api .liveDashboard .list-results thead span,.button-default-group .liveDashboard ._account_api .list-results thead tr span,.liveDashboard .button-default-group ._account_api .list-results thead tr span,.button-default-group ._account_api .liveDashboard .list-results thead tr span,.button-default-group ._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .dropdown-toggle:after,.button-default-group .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .button-default-group ._account_api .list-results thead .dropdown-toggle:after,.button-default-group ._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .filter,.button-default-group .w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .button-default-group ._account_api .list-results thead .filter,.button-default-group ._account_api .form-label.status .liveDashboard .list-results thead span,.button-default-group ._account_api .status.status-log .liveDashboard .list-results thead span,.button-default-group ._account_api .status.status-report-item .liveDashboard .list-results thead span,.button-default-group ._account_api .double-list dd.status .liveDashboard .list-results thead span,.double-list .button-default-group ._account_api dd.status .liveDashboard .list-results thead span,.button-default-group ._account_api .double-list dt.status .liveDashboard .list-results thead span,.double-list .button-default-group ._account_api dt.status .liveDashboard .list-results thead span,.button-default-group ._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span,.w-cards-container .w-card .button-default-group ._account_api .status.title .liveDashboard .list-results thead span,.button-default-group ._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span,.w-cards-container .w-card.centered .w-value .button-default-group ._account_api .status.label .liveDashboard .list-results thead span,.button-default-group ._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span,.list-results tbody tr.sublist .button-default-group ._account_api .status.title .liveDashboard .list-results thead span,.button-default-group .form-label.status .liveDashboard ._account_api .list-results thead span,.button-default-group .status.status-log .liveDashboard ._account_api .list-results thead span,.button-default-group .status.status-report-item .liveDashboard ._account_api .list-results thead span,.button-default-group .double-list dd.status .liveDashboard ._account_api .list-results thead span,.double-list .button-default-group dd.status .liveDashboard ._account_api .list-results thead span,.button-default-group .double-list dt.status .liveDashboard ._account_api .list-results thead span,.double-list .button-default-group dt.status .liveDashboard ._account_api .list-results thead span,.button-default-group .w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead span,.w-cards-container .w-card .button-default-group .status.title .liveDashboard ._account_api .list-results thead span,.button-default-group .w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead span,.w-cards-container .w-card.centered .w-value .button-default-group .status.label .liveDashboard ._account_api .list-results thead span,.button-default-group .list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead span,.list-results tbody tr.sublist .button-default-group .status.title .liveDashboard ._account_api .list-results thead span,.form-label.status .liveDashboard .button-default-group ._account_api .list-results thead span,.status.status-log .liveDashboard .button-default-group ._account_api .list-results thead span,.status.status-report-item .liveDashboard .button-default-group ._account_api .list-results thead span,.double-list dd.status .liveDashboard .button-default-group ._account_api .list-results thead span,.double-list dt.status .liveDashboard .button-default-group ._account_api .list-results thead span,.w-cards-container .w-card .status.title .liveDashboard .button-default-group ._account_api .list-results thead span,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .button-default-group ._account_api .list-results thead span,.list-results tbody tr.sublist .status.title .liveDashboard .button-default-group ._account_api .list-results thead span,.button-default-group ._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span,.button-default-group .w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead span,.w-filters-selected label.status.small .liveDashboard .button-default-group ._account_api .list-results thead span,.button-default-group ._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span,.button-default-group .w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead span,.w-filters-selected .status.btn-f-s .liveDashboard .button-default-group ._account_api .list-results thead span,.button-default-group ._account_api .sub-header .w-form .liveDashboard .list-results thead label,.button-default-group ._account_api .sub-header .w-double-list .liveDashboard .list-results thead label,.button-default-group .sub-header .w-form .liveDashboard ._account_api .list-results thead label,.button-default-group .sub-header .w-double-list .liveDashboard ._account_api .list-results thead label,.sub-header .w-form .liveDashboard .button-default-group ._account_api .list-results thead label,.sub-header .w-double-list .liveDashboard .button-default-group ._account_api .list-results thead label,.button-default-group ._account_api .block-filters .liveDashboard .list-results thead button:after,.button-default-group .block-filters .liveDashboard ._account_api .list-results thead button:after,.block-filters .liveDashboard .button-default-group ._account_api .list-results thead button:after,.button-default-group ._account_api .block-filters .liveDashboard .list-results thead select:after,.button-default-group .block-filters .liveDashboard ._account_api .list-results thead select:after,.block-filters .liveDashboard .button-default-group ._account_api .list-results thead select:after,.button-default-group ._account_api .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive,.button-default-group .form-auto-list .liveDashboard ._account_api .list-results thead .form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard .button-default-group ._account_api .list-results thead .form-auto-item.is-user-is-inactive,.button-default-group ._account_api .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-active,.button-default-group .form-auto-list .liveDashboard ._account_api .list-results thead .form-auto-item.is-user-is-active,.form-auto-list .liveDashboard .button-default-group ._account_api .list-results thead .form-auto-item.is-user-is-active,.button-default-group ._account_api .list-results-header .status.title .liveDashboard .list-results thead span,.button-default-group .list-results-header .status.title .liveDashboard ._account_api .list-results thead span,.list-results-header .status.title .liveDashboard .button-default-group ._account_api .list-results thead span,._account_api .list-results thead .button-default-group .icon,._account_api .list-results thead .button-default-group .w-alert-banner:before,._account_api .liveDashboard .list-results thead .button-default-group .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-alert-banner:before,._account_api .list-results thead .button-default-group .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-alert-banner:before,._account_api .liveDashboard .list-results thead .button-default-group .w-alert-banner:before,._account_api .list-results thead .button-default-group .w-dialog.plus .dialog-aside:after,.w-dialog.plus ._account_api .list-results thead .button-default-group .dialog-aside:after,._account_api .liveDashboard .list-results thead .button-default-group .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .list-results thead .button-default-group .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .button-default-group .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .button-default-group .dialog-aside:after,._account_api .w-dialog.plus .liveDashboard .list-results thead .button-default-group .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .button-default-group .dialog-aside:after,._account_api .list-results thead .button-default-group .w-dialog.plus .dialog-aside:after,._account_api .list-results thead .w-dialog.plus .button-default-group .dialog-aside:after,.w-dialog.plus ._account_api .list-results thead .button-default-group .dialog-aside:after,.liveDashboard ._account_api .list-results thead .button-default-group .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .button-default-group .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .button-default-group .dialog-aside:after,._account_api .liveDashboard .list-results thead .button-default-group .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .button-default-group .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .button-default-group .dialog-aside:after,._account_api .list-results thead .button-default-group .w-toast .toast.plus:after,.w-toast ._account_api .list-results thead .button-default-group .toast.plus:after,._account_api .liveDashboard .list-results thead .button-default-group .w-toast .toast.plus:after,.liveDashboard ._account_api .list-results thead .button-default-group .w-toast .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .button-default-group .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .button-default-group .toast.plus:after,._account_api .w-toast .liveDashboard .list-results thead .button-default-group .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .button-default-group .toast.plus:after,._account_api .list-results thead .button-default-group .w-toast .toast.plus:after,._account_api .list-results thead .w-toast .button-default-group .toast.plus:after,.w-toast ._account_api .list-results thead .button-default-group .toast.plus:after,.liveDashboard ._account_api .list-results thead .button-default-group .w-toast .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .button-default-group .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .button-default-group .toast.plus:after,._account_api .liveDashboard .list-results thead .button-default-group .w-toast .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .button-default-group .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .button-default-group .toast.plus:after,._account_api .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .button-default-group .btn-period-clear:before,._account_api .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .button-default-group .btn-filter:before,._account_api .liveDashboard .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .button-default-group .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .button-default-group .btn-period-clear:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .button-default-group .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .button-default-group .btn-period-clear:before,._account_api .liveDashboard .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .button-default-group .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .button-default-group .btn-filter:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .button-default-group .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .button-default-group .btn-filter:before,._account_api .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .list-results thead .w-time-period .dropdown .w-selection .button-default-group .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .button-default-group .btn-period-clear:before,._account_api .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .list-results thead .w-time-period .dropdown .w-selection .button-default-group .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .button-default-group .btn-filter:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .button-default-group .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .button-default-group .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .button-default-group .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .button-default-group .btn-filter:before,._account_api .liveDashboard .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .button-default-group .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .button-default-group .btn-period-clear:before,._account_api .liveDashboard .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .button-default-group .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .button-default-group .btn-filter:before,._account_api .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .button-default-group .btn-period-edit:before,._account_api .liveDashboard .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .button-default-group .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .button-default-group .btn-period-edit:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .button-default-group .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .button-default-group .btn-period-edit:before,._account_api .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .list-results thead .w-time-period .dropdown .w-selection .button-default-group .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .button-default-group .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .button-default-group .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .button-default-group .btn-period-edit:before,._account_api .liveDashboard .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .button-default-group .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .button-default-group .btn-period-edit:before,._account_api .list-results thead .button-default-group .block-filters .btn-filter:before,.block-filters ._account_api .list-results thead .button-default-group .btn-filter:before,._account_api .liveDashboard .list-results thead .button-default-group .block-filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .button-default-group .block-filters .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .button-default-group .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .button-default-group .btn-filter:before,._account_api .block-filters .liveDashboard .list-results thead .button-default-group .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .button-default-group .btn-filter:before,._account_api .list-results thead .button-default-group .block-filters .btn-filter:before,._account_api .list-results thead .block-filters .button-default-group .btn-filter:before,.block-filters ._account_api .list-results thead .button-default-group .btn-filter:before,.liveDashboard ._account_api .list-results thead .button-default-group .block-filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .button-default-group .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .button-default-group .btn-filter:before,._account_api .liveDashboard .list-results thead .button-default-group .block-filters .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .button-default-group .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .button-default-group .btn-filter:before,._account_api .list-results thead .button-default-group .toggleWrapper input.mobileToggle+label,.toggleWrapper ._account_api .list-results thead .button-default-group input.mobileToggle+label,._account_api .liveDashboard .list-results thead .button-default-group .toggleWrapper input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .button-default-group .toggleWrapper input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper .button-default-group input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper .button-default-group input.mobileToggle+label,._account_api .toggleWrapper .liveDashboard .list-results thead .button-default-group input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead .button-default-group input.mobileToggle+label,._account_api .list-results thead .button-default-group .toggleWrapper input.mobileToggle+label,._account_api .list-results thead .toggleWrapper .button-default-group input.mobileToggle+label,.toggleWrapper ._account_api .list-results thead .button-default-group input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .button-default-group .toggleWrapper input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper .button-default-group input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead .button-default-group input.mobileToggle+label,._account_api .liveDashboard .list-results thead .button-default-group .toggleWrapper input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper .button-default-group input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead .button-default-group input.mobileToggle+label,._account_api .list-results thead .button-default-group tbody span.status,._account_api .list-results tbody thead .button-default-group span.status,._account_api .liveDashboard .list-results thead .button-default-group tbody span.status,.liveDashboard ._account_api .list-results thead .button-default-group tbody span.status,._account_api .liveDashboard .list-results thead tbody .button-default-group span.status,.liveDashboard ._account_api .list-results thead tbody .button-default-group span.status,._account_api .liveDashboard .list-results tbody thead .button-default-group span.status,.liveDashboard ._account_api .list-results tbody thead .button-default-group span.status,._account_api .list-results thead .button-default-group tbody span.status,._account_api .list-results thead tbody .button-default-group span.status,._account_api .list-results tbody thead .button-default-group span.status,.liveDashboard ._account_api .list-results thead .button-default-group tbody span.status,.liveDashboard ._account_api .list-results thead tbody .button-default-group span.status,.liveDashboard ._account_api .list-results tbody thead .button-default-group span.status,._account_api .liveDashboard .list-results thead .button-default-group tbody span.status,._account_api .liveDashboard .list-results thead tbody .button-default-group span.status,._account_api .liveDashboard .list-results tbody thead .button-default-group span.status,._account_api .list-results thead .button-default-group tbody td.is-running span,._account_api .list-results tbody td.is-running thead .button-default-group span,._account_api .liveDashboard .list-results thead .button-default-group tbody td.is-running span,.liveDashboard ._account_api .list-results thead .button-default-group tbody td.is-running span,._account_api .liveDashboard .list-results thead tbody td.is-running .button-default-group span,.liveDashboard ._account_api .list-results thead tbody td.is-running .button-default-group span,._account_api .liveDashboard .list-results tbody td.is-running thead .button-default-group span,.liveDashboard ._account_api .list-results tbody td.is-running thead .button-default-group span,._account_api .list-results thead .button-default-group tbody td.is-running span,._account_api .list-results thead tbody td.is-running .button-default-group span,._account_api .list-results tbody td.is-running thead .button-default-group span,.liveDashboard ._account_api .list-results thead .button-default-group tbody td.is-running span,.liveDashboard ._account_api .list-results thead tbody td.is-running .button-default-group span,.liveDashboard ._account_api .list-results tbody td.is-running thead .button-default-group span,._account_api .liveDashboard .list-results thead .button-default-group tbody td.is-running span,._account_api .liveDashboard .list-results thead tbody td.is-running .button-default-group span,._account_api .liveDashboard .list-results tbody td.is-running thead .button-default-group span,._account_api .list-results thead .button-default-group tbody td.is-pending span,._account_api .list-results tbody td.is-pending thead .button-default-group span,._account_api .liveDashboard .list-results thead .button-default-group tbody td.is-pending span,.liveDashboard ._account_api .list-results thead .button-default-group tbody td.is-pending span,._account_api .liveDashboard .list-results thead tbody td.is-pending .button-default-group span,.liveDashboard ._account_api .list-results thead tbody td.is-pending .button-default-group span,._account_api .liveDashboard .list-results tbody td.is-pending thead .button-default-group span,.liveDashboard ._account_api .list-results tbody td.is-pending thead .button-default-group span,._account_api .list-results thead .button-default-group tbody td.is-pending span,._account_api .list-results thead tbody td.is-pending .button-default-group span,._account_api .list-results tbody td.is-pending thead .button-default-group span,.liveDashboard ._account_api .list-results thead .button-default-group tbody td.is-pending span,.liveDashboard ._account_api .list-results thead tbody td.is-pending .button-default-group span,.liveDashboard ._account_api .list-results tbody td.is-pending thead .button-default-group span,._account_api .liveDashboard .list-results thead .button-default-group tbody td.is-pending span,._account_api .liveDashboard .list-results thead tbody td.is-pending .button-default-group span,._account_api .liveDashboard .list-results tbody td.is-pending thead .button-default-group span,._account_api .liveDashboard .list-results thead .button-default-group .icon,._account_api .liveDashboard .list-results thead .button-default-group .w-alert-banner:before,._account_api .liveDashboard .list-results thead .button-default-group .w-alert-banner:before,._account_api .liveDashboard .list-results thead .button-default-group .w-alert-banner:before,._account_api .liveDashboard ._account_api .list-results thead .button-default-group .w-alert-banner:before,._account_api .liveDashboard .list-results thead .button-default-group .w-alert-banner:before,._account_api .liveDashboard .list-results thead .button-default-group .w-dialog.plus .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .button-default-group .dialog-aside:after,._account_api .liveDashboard .list-results thead .button-default-group .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .button-default-group .dialog-aside:after,._account_api .w-dialog.plus .liveDashboard .list-results thead .button-default-group .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .button-default-group .dialog-aside:after,._account_api .liveDashboard .list-results thead .button-default-group .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .button-default-group .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .button-default-group .dialog-aside:after,._account_api .liveDashboard ._account_api .list-results thead .button-default-group .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard ._account_api .list-results thead .w-dialog.plus .button-default-group .dialog-aside:after,._account_api .w-dialog.plus .liveDashboard ._account_api .list-results thead .button-default-group .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard ._account_api .list-results thead .button-default-group .dialog-aside:after,._account_api .liveDashboard .list-results thead .button-default-group .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .button-default-group .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .button-default-group .dialog-aside:after,._account_api .liveDashboard .list-results thead .button-default-group .w-toast .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .button-default-group .toast.plus:after,._account_api .liveDashboard .list-results thead .button-default-group .w-toast .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .button-default-group .toast.plus:after,._account_api .w-toast .liveDashboard .list-results thead .button-default-group .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .button-default-group .toast.plus:after,._account_api .liveDashboard .list-results thead .button-default-group .w-toast .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .button-default-group .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .button-default-group .toast.plus:after,._account_api .liveDashboard ._account_api .list-results thead .button-default-group .w-toast .toast.plus:after,._account_api .liveDashboard ._account_api .list-results thead .w-toast .button-default-group .toast.plus:after,._account_api .w-toast .liveDashboard ._account_api .list-results thead .button-default-group .toast.plus:after,.w-toast ._account_api .liveDashboard ._account_api .list-results thead .button-default-group .toast.plus:after,._account_api .liveDashboard .list-results thead .button-default-group .w-toast .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .button-default-group .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .button-default-group .toast.plus:after,._account_api .liveDashboard .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .button-default-group .btn-period-clear:before,._account_api .liveDashboard .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .button-default-group .btn-filter:before,._account_api .liveDashboard .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .button-default-group .btn-period-clear:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .button-default-group .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .button-default-group .btn-period-clear:before,._account_api .liveDashboard .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .button-default-group .btn-filter:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .button-default-group .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .button-default-group .btn-filter:before,._account_api .liveDashboard .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .button-default-group .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .button-default-group .btn-period-clear:before,._account_api .liveDashboard .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .button-default-group .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .button-default-group .btn-filter:before,._account_api .liveDashboard ._account_api .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .button-default-group .btn-period-clear:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .button-default-group .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard ._account_api .list-results thead .button-default-group .btn-period-clear:before,._account_api .liveDashboard ._account_api .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .button-default-group .btn-filter:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .button-default-group .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard ._account_api .list-results thead .button-default-group .btn-filter:before,._account_api .liveDashboard .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .button-default-group .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .button-default-group .btn-period-clear:before,._account_api .liveDashboard .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .button-default-group .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .button-default-group .btn-filter:before,._account_api .liveDashboard .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .button-default-group .btn-period-edit:before,._account_api .liveDashboard .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .button-default-group .btn-period-edit:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .button-default-group .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .button-default-group .btn-period-edit:before,._account_api .liveDashboard .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .button-default-group .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .button-default-group .btn-period-edit:before,._account_api .liveDashboard ._account_api .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .button-default-group .btn-period-edit:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .button-default-group .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard ._account_api .list-results thead .button-default-group .btn-period-edit:before,._account_api .liveDashboard .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .button-default-group .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .button-default-group .btn-period-edit:before,._account_api .liveDashboard .list-results thead .button-default-group .block-filters .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .button-default-group .btn-filter:before,._account_api .liveDashboard .list-results thead .button-default-group .block-filters .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .button-default-group .btn-filter:before,._account_api .block-filters .liveDashboard .list-results thead .button-default-group .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .button-default-group .btn-filter:before,._account_api .liveDashboard .list-results thead .button-default-group .block-filters .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .button-default-group .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .button-default-group .btn-filter:before,._account_api .liveDashboard ._account_api .list-results thead .button-default-group .block-filters .btn-filter:before,._account_api .liveDashboard ._account_api .list-results thead .block-filters .button-default-group .btn-filter:before,._account_api .block-filters .liveDashboard ._account_api .list-results thead .button-default-group .btn-filter:before,.block-filters ._account_api .liveDashboard ._account_api .list-results thead .button-default-group .btn-filter:before,._account_api .liveDashboard .list-results thead .button-default-group .block-filters .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .button-default-group .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .button-default-group .btn-filter:before,._account_api .liveDashboard .list-results thead .button-default-group .toggleWrapper input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead .button-default-group input.mobileToggle+label,._account_api .liveDashboard .list-results thead .button-default-group .toggleWrapper input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper .button-default-group input.mobileToggle+label,._account_api .toggleWrapper .liveDashboard .list-results thead .button-default-group input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead .button-default-group input.mobileToggle+label,._account_api .liveDashboard .list-results thead .button-default-group .toggleWrapper input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper .button-default-group input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead .button-default-group input.mobileToggle+label,._account_api .liveDashboard ._account_api .list-results thead .button-default-group .toggleWrapper input.mobileToggle+label,._account_api .liveDashboard ._account_api .list-results thead .toggleWrapper .button-default-group input.mobileToggle+label,._account_api .toggleWrapper .liveDashboard ._account_api .list-results thead .button-default-group input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard ._account_api .list-results thead .button-default-group input.mobileToggle+label,._account_api .liveDashboard .list-results thead .button-default-group .toggleWrapper input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper .button-default-group input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead .button-default-group input.mobileToggle+label,._account_api .liveDashboard .list-results thead .button-default-group tbody span.status,._account_api .liveDashboard .list-results tbody thead .button-default-group span.status,._account_api .liveDashboard .list-results thead .button-default-group tbody span.status,._account_api .liveDashboard .list-results thead tbody .button-default-group span.status,._account_api .liveDashboard .list-results tbody thead .button-default-group span.status,._account_api .liveDashboard .list-results thead .button-default-group tbody span.status,._account_api .liveDashboard .list-results thead tbody .button-default-group span.status,._account_api .liveDashboard .list-results tbody thead .button-default-group span.status,._account_api .liveDashboard ._account_api .list-results thead .button-default-group tbody span.status,._account_api .liveDashboard ._account_api .list-results thead tbody .button-default-group span.status,._account_api .liveDashboard ._account_api .list-results tbody thead .button-default-group span.status,._account_api .liveDashboard .list-results thead .button-default-group tbody span.status,._account_api .liveDashboard .list-results thead tbody .button-default-group span.status,._account_api .liveDashboard .list-results tbody thead .button-default-group span.status,._account_api .liveDashboard .list-results thead .button-default-group tbody td.is-running span,._account_api .liveDashboard .list-results tbody td.is-running thead .button-default-group span,._account_api .liveDashboard .list-results thead .button-default-group tbody td.is-running span,._account_api .liveDashboard .list-results thead tbody td.is-running .button-default-group span,._account_api .liveDashboard .list-results tbody td.is-running thead .button-default-group span,._account_api .liveDashboard .list-results thead .button-default-group tbody td.is-running span,._account_api .liveDashboard .list-results thead tbody td.is-running .button-default-group span,._account_api .liveDashboard .list-results tbody td.is-running thead .button-default-group span,._account_api .liveDashboard ._account_api .list-results thead .button-default-group tbody td.is-running span,._account_api .liveDashboard ._account_api .list-results thead tbody td.is-running .button-default-group span,._account_api .liveDashboard ._account_api .list-results tbody td.is-running thead .button-default-group span,._account_api .liveDashboard .list-results thead .button-default-group tbody td.is-running span,._account_api .liveDashboard .list-results thead tbody td.is-running .button-default-group span,._account_api .liveDashboard .list-results tbody td.is-running thead .button-default-group span,._account_api .liveDashboard .list-results thead .button-default-group tbody td.is-pending span,._account_api .liveDashboard .list-results tbody td.is-pending thead .button-default-group span,._account_api .liveDashboard .list-results thead .button-default-group tbody td.is-pending span,._account_api .liveDashboard .list-results thead tbody td.is-pending .button-default-group span,._account_api .liveDashboard .list-results tbody td.is-pending thead .button-default-group span,._account_api .liveDashboard .list-results thead .button-default-group tbody td.is-pending span,._account_api .liveDashboard .list-results thead tbody td.is-pending .button-default-group span,._account_api .liveDashboard .list-results tbody td.is-pending thead .button-default-group span,._account_api .liveDashboard ._account_api .list-results thead .button-default-group tbody td.is-pending span,._account_api .liveDashboard ._account_api .list-results thead tbody td.is-pending .button-default-group span,._account_api .liveDashboard ._account_api .list-results tbody td.is-pending thead .button-default-group span,._account_api .liveDashboard .list-results thead .button-default-group tbody td.is-pending span,._account_api .liveDashboard .list-results thead tbody td.is-pending .button-default-group span,._account_api .liveDashboard .list-results tbody td.is-pending thead .button-default-group span,.liveDashboard ._account_api .list-results thead .button-default-group .icon,.liveDashboard ._account_api .list-results thead .button-default-group .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-alert-banner:before,.liveDashboard ._account_api .liveDashboard .list-results thead .button-default-group .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-dialog.plus .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .button-default-group .dialog-aside:after,.liveDashboard ._account_api .list-results thead .button-default-group .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .button-default-group .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .button-default-group .dialog-aside:after,.liveDashboard ._account_api .list-results thead .button-default-group .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .button-default-group .dialog-aside:after,.liveDashboard .w-dialog.plus ._account_api .list-results thead .button-default-group .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .button-default-group .dialog-aside:after,.liveDashboard ._account_api .list-results thead .button-default-group .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .button-default-group .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .button-default-group .dialog-aside:after,.liveDashboard ._account_api .liveDashboard .list-results thead .button-default-group .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .liveDashboard .list-results thead .w-dialog.plus .button-default-group .dialog-aside:after,.liveDashboard .w-dialog.plus ._account_api .liveDashboard .list-results thead .button-default-group .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .liveDashboard .list-results thead .button-default-group .dialog-aside:after,.liveDashboard ._account_api .list-results thead .button-default-group .w-toast .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .button-default-group .toast.plus:after,.liveDashboard ._account_api .list-results thead .button-default-group .w-toast .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .button-default-group .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .button-default-group .toast.plus:after,.liveDashboard ._account_api .list-results thead .button-default-group .w-toast .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .button-default-group .toast.plus:after,.liveDashboard .w-toast ._account_api .list-results thead .button-default-group .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .button-default-group .toast.plus:after,.liveDashboard ._account_api .list-results thead .button-default-group .w-toast .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .button-default-group .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .button-default-group .toast.plus:after,.liveDashboard ._account_api .liveDashboard .list-results thead .button-default-group .w-toast .toast.plus:after,.liveDashboard ._account_api .liveDashboard .list-results thead .w-toast .button-default-group .toast.plus:after,.liveDashboard .w-toast ._account_api .liveDashboard .list-results thead .button-default-group .toast.plus:after,.w-toast .liveDashboard ._account_api .liveDashboard .list-results thead .button-default-group .toast.plus:after,.liveDashboard ._account_api .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .button-default-group .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .button-default-group .btn-filter:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .button-default-group .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .button-default-group .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .button-default-group .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .button-default-group .btn-filter:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .button-default-group .btn-period-clear:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .button-default-group .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .button-default-group .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .button-default-group .btn-filter:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .button-default-group .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .button-default-group .btn-filter:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .button-default-group .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .button-default-group .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .button-default-group .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .button-default-group .btn-filter:before,.liveDashboard ._account_api .liveDashboard .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .button-default-group .btn-period-clear:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .button-default-group .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .liveDashboard .list-results thead .button-default-group .btn-period-clear:before,.liveDashboard ._account_api .liveDashboard .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .button-default-group .btn-filter:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .button-default-group .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .liveDashboard .list-results thead .button-default-group .btn-filter:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .button-default-group .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .button-default-group .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .button-default-group .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .button-default-group .btn-period-edit:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .button-default-group .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .button-default-group .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .button-default-group .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .button-default-group .btn-period-edit:before,.liveDashboard ._account_api .liveDashboard .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .button-default-group .btn-period-edit:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .button-default-group .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .liveDashboard .list-results thead .button-default-group .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .button-default-group .block-filters .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .button-default-group .btn-filter:before,.liveDashboard ._account_api .list-results thead .button-default-group .block-filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .button-default-group .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .button-default-group .btn-filter:before,.liveDashboard ._account_api .list-results thead .button-default-group .block-filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .button-default-group .btn-filter:before,.liveDashboard .block-filters ._account_api .list-results thead .button-default-group .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .button-default-group .btn-filter:before,.liveDashboard ._account_api .list-results thead .button-default-group .block-filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .button-default-group .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .button-default-group .btn-filter:before,.liveDashboard ._account_api .liveDashboard .list-results thead .button-default-group .block-filters .btn-filter:before,.liveDashboard ._account_api .liveDashboard .list-results thead .block-filters .button-default-group .btn-filter:before,.liveDashboard .block-filters ._account_api .liveDashboard .list-results thead .button-default-group .btn-filter:before,.block-filters .liveDashboard ._account_api .liveDashboard .list-results thead .button-default-group .btn-filter:before,.liveDashboard ._account_api .list-results thead .button-default-group .toggleWrapper input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead .button-default-group input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .button-default-group .toggleWrapper input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper .button-default-group input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead .button-default-group input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .button-default-group .toggleWrapper input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper .button-default-group input.mobileToggle+label,.liveDashboard .toggleWrapper ._account_api .list-results thead .button-default-group input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead .button-default-group input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .button-default-group .toggleWrapper input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper .button-default-group input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead .button-default-group input.mobileToggle+label,.liveDashboard ._account_api .liveDashboard .list-results thead .button-default-group .toggleWrapper input.mobileToggle+label,.liveDashboard ._account_api .liveDashboard .list-results thead .toggleWrapper .button-default-group input.mobileToggle+label,.liveDashboard .toggleWrapper ._account_api .liveDashboard .list-results thead .button-default-group input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .liveDashboard .list-results thead .button-default-group input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .button-default-group tbody span.status,.liveDashboard ._account_api .list-results tbody thead .button-default-group span.status,.liveDashboard ._account_api .list-results thead .button-default-group tbody span.status,.liveDashboard ._account_api .list-results thead tbody .button-default-group span.status,.liveDashboard ._account_api .list-results tbody thead .button-default-group span.status,.liveDashboard ._account_api .list-results thead .button-default-group tbody span.status,.liveDashboard ._account_api .list-results thead tbody .button-default-group span.status,.liveDashboard ._account_api .list-results tbody thead .button-default-group span.status,.liveDashboard ._account_api .list-results thead .button-default-group tbody span.status,.liveDashboard ._account_api .list-results thead tbody .button-default-group span.status,.liveDashboard ._account_api .list-results tbody thead .button-default-group span.status,.liveDashboard ._account_api .liveDashboard .list-results thead .button-default-group tbody span.status,.liveDashboard ._account_api .liveDashboard .list-results thead tbody .button-default-group span.status,.liveDashboard ._account_api .liveDashboard .list-results tbody thead .button-default-group span.status,.liveDashboard ._account_api .list-results thead .button-default-group tbody td.is-running span,.liveDashboard ._account_api .list-results tbody td.is-running thead .button-default-group span,.liveDashboard ._account_api .list-results thead .button-default-group tbody td.is-running span,.liveDashboard ._account_api .list-results thead tbody td.is-running .button-default-group span,.liveDashboard ._account_api .list-results tbody td.is-running thead .button-default-group span,.liveDashboard ._account_api .list-results thead .button-default-group tbody td.is-running span,.liveDashboard ._account_api .list-results thead tbody td.is-running .button-default-group span,.liveDashboard ._account_api .list-results tbody td.is-running thead .button-default-group span,.liveDashboard ._account_api .list-results thead .button-default-group tbody td.is-running span,.liveDashboard ._account_api .list-results thead tbody td.is-running .button-default-group span,.liveDashboard ._account_api .list-results tbody td.is-running thead .button-default-group span,.liveDashboard ._account_api .liveDashboard .list-results thead .button-default-group tbody td.is-running span,.liveDashboard ._account_api .liveDashboard .list-results thead tbody td.is-running .button-default-group span,.liveDashboard ._account_api .liveDashboard .list-results tbody td.is-running thead .button-default-group span,.liveDashboard ._account_api .list-results thead .button-default-group tbody td.is-pending span,.liveDashboard ._account_api .list-results tbody td.is-pending thead .button-default-group span,.liveDashboard ._account_api .list-results thead .button-default-group tbody td.is-pending span,.liveDashboard ._account_api .list-results thead tbody td.is-pending .button-default-group span,.liveDashboard ._account_api .list-results tbody td.is-pending thead .button-default-group span,.liveDashboard ._account_api .list-results thead .button-default-group tbody td.is-pending span,.liveDashboard ._account_api .list-results thead tbody td.is-pending .button-default-group span,.liveDashboard ._account_api .list-results tbody td.is-pending thead .button-default-group span,.liveDashboard ._account_api .list-results thead .button-default-group tbody td.is-pending span,.liveDashboard ._account_api .list-results thead tbody td.is-pending .button-default-group span,.liveDashboard ._account_api .list-results tbody td.is-pending thead .button-default-group span,.liveDashboard ._account_api .liveDashboard .list-results thead .button-default-group tbody td.is-pending span,.liveDashboard ._account_api .liveDashboard .list-results thead tbody td.is-pending .button-default-group span,.liveDashboard ._account_api .liveDashboard .list-results tbody td.is-pending thead .button-default-group span,._account_api .liveDashboard .list-results thead .button-default-group .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .button-default-group .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .button-default-group .dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .button-default-group .dropdown-toggle:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .button-default-group .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .button-default-group .dropdown-toggle:after,._account_api .liveDashboard .list-results thead .button-default-group .w-filter-preset.w-filter-preset .filter-preset .filter,.liveDashboard ._account_api .list-results thead .button-default-group .w-filter-preset.w-filter-preset .filter-preset .filter,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .button-default-group .filter,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .button-default-group .filter,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .button-default-group .filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .button-default-group .filter,._account_api .liveDashboard .list-results thead .button-default-group .form-label.status span,._account_api .liveDashboard .list-results thead .button-default-group .status.status-log span,._account_api .liveDashboard .list-results thead .button-default-group .status.status-report-item span,._account_api .liveDashboard .list-results thead .button-default-group .double-list dd.status span,.double-list ._account_api .liveDashboard .list-results thead .button-default-group dd.status span,._account_api .liveDashboard .list-results thead .button-default-group .double-list dt.status span,.double-list ._account_api .liveDashboard .list-results thead .button-default-group dt.status span,._account_api .liveDashboard .list-results thead .button-default-group .w-cards-container .w-card .status.title span,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .button-default-group .status.title span,._account_api .liveDashboard .list-results thead .button-default-group .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .button-default-group .status.label span,._account_api .liveDashboard .list-results thead .button-default-group tbody tr.sublist .status.title span,._account_api .liveDashboard .list-results tbody tr.sublist thead .button-default-group .status.title span,.liveDashboard ._account_api .list-results thead .button-default-group .form-label.status span,.liveDashboard ._account_api .list-results thead .button-default-group .status.status-log span,.liveDashboard ._account_api .list-results thead .button-default-group .status.status-report-item span,.liveDashboard ._account_api .list-results thead .button-default-group .double-list dd.status span,.double-list .liveDashboard ._account_api .list-results thead .button-default-group dd.status span,.liveDashboard ._account_api .list-results thead .button-default-group .double-list dt.status span,.double-list .liveDashboard ._account_api .list-results thead .button-default-group dt.status span,.liveDashboard ._account_api .list-results thead .button-default-group .w-cards-container .w-card .status.title span,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .button-default-group .status.title span,.liveDashboard ._account_api .list-results thead .button-default-group .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .button-default-group .status.label span,.liveDashboard ._account_api .list-results thead .button-default-group tbody tr.sublist .status.title span,.liveDashboard ._account_api .list-results tbody tr.sublist thead .button-default-group .status.title span,._account_api .liveDashboard .list-results thead .form-label.status .button-default-group span,._account_api .liveDashboard .list-results thead .status.status-log .button-default-group span,._account_api .liveDashboard .list-results thead .status.status-report-item .button-default-group span,._account_api .liveDashboard .list-results thead .double-list dd.status .button-default-group span,.double-list ._account_api .liveDashboard .list-results thead dd.status .button-default-group span,._account_api .liveDashboard .list-results thead .double-list dt.status .button-default-group span,.double-list ._account_api .liveDashboard .list-results thead dt.status .button-default-group span,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title .button-default-group span,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title .button-default-group span,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .button-default-group span,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label .button-default-group span,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title .button-default-group span,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title .button-default-group span,.liveDashboard ._account_api .list-results thead .form-label.status .button-default-group span,.liveDashboard ._account_api .list-results thead .status.status-log .button-default-group span,.liveDashboard ._account_api .list-results thead .status.status-report-item .button-default-group span,.liveDashboard ._account_api .list-results thead .double-list dd.status .button-default-group span,.double-list .liveDashboard ._account_api .list-results thead dd.status .button-default-group span,.liveDashboard ._account_api .list-results thead .double-list dt.status .button-default-group span,.double-list .liveDashboard ._account_api .list-results thead dt.status .button-default-group span,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title .button-default-group span,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title .button-default-group span,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .button-default-group span,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label .button-default-group span,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title .button-default-group span,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title .button-default-group span,._account_api .form-label.status .liveDashboard .list-results thead .button-default-group span,._account_api .status.status-log .liveDashboard .list-results thead .button-default-group span,._account_api .status.status-report-item .liveDashboard .list-results thead .button-default-group span,._account_api .double-list dd.status .liveDashboard .list-results thead .button-default-group span,.double-list ._account_api dd.status .liveDashboard .list-results thead .button-default-group span,._account_api .double-list dt.status .liveDashboard .list-results thead .button-default-group span,.double-list ._account_api dt.status .liveDashboard .list-results thead .button-default-group span,._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead .button-default-group span,.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead .button-default-group span,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead .button-default-group span,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead .button-default-group span,._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead .button-default-group span,.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead .button-default-group span,.form-label.status .liveDashboard ._account_api .list-results thead .button-default-group span,.status.status-log .liveDashboard ._account_api .list-results thead .button-default-group span,.status.status-report-item .liveDashboard ._account_api .list-results thead .button-default-group span,.double-list dd.status .liveDashboard ._account_api .list-results thead .button-default-group span,.double-list dt.status .liveDashboard ._account_api .list-results thead .button-default-group span,.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead .button-default-group span,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead .button-default-group span,.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead .button-default-group span,._account_api .liveDashboard .list-results thead .button-default-group .w-filters-selected label.status.small span,.liveDashboard ._account_api .list-results thead .button-default-group .w-filters-selected label.status.small span,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small .button-default-group span,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small .button-default-group span,._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead .button-default-group span,.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead .button-default-group span,._account_api .liveDashboard .list-results thead .button-default-group .w-filters-selected .status.btn-f-s span,.liveDashboard ._account_api .list-results thead .button-default-group .w-filters-selected .status.btn-f-s span,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .button-default-group span,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s .button-default-group span,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead .button-default-group span,.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead .button-default-group span,._account_api .liveDashboard .list-results thead .button-default-group .sub-header .w-form label,._account_api .liveDashboard .list-results thead .button-default-group .sub-header .w-double-list label,.liveDashboard ._account_api .list-results thead .button-default-group .sub-header .w-form label,.liveDashboard ._account_api .list-results thead .button-default-group .sub-header .w-double-list label,._account_api .liveDashboard .list-results thead .sub-header .w-form .button-default-group label,._account_api .liveDashboard .list-results thead .sub-header .w-double-list .button-default-group label,.liveDashboard ._account_api .list-results thead .sub-header .w-form .button-default-group label,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list .button-default-group label,._account_api .sub-header .w-form .liveDashboard .list-results thead .button-default-group label,._account_api .sub-header .w-double-list .liveDashboard .list-results thead .button-default-group label,.sub-header .w-form .liveDashboard ._account_api .list-results thead .button-default-group label,.sub-header .w-double-list .liveDashboard ._account_api .list-results thead .button-default-group label,._account_api .liveDashboard .list-results thead .button-default-group .block-filters button:after,.liveDashboard ._account_api .list-results thead .button-default-group .block-filters button:after,._account_api .liveDashboard .list-results thead .block-filters .button-default-group button:after,.liveDashboard ._account_api .list-results thead .block-filters .button-default-group button:after,._account_api .block-filters .liveDashboard .list-results thead .button-default-group button:after,.block-filters .liveDashboard ._account_api .list-results thead .button-default-group button:after,._account_api .liveDashboard .list-results thead .button-default-group .block-filters select:after,.liveDashboard ._account_api .list-results thead .button-default-group .block-filters select:after,._account_api .liveDashboard .list-results thead .block-filters .button-default-group select:after,.liveDashboard ._account_api .list-results thead .block-filters .button-default-group select:after,._account_api .block-filters .liveDashboard .list-results thead .button-default-group select:after,.block-filters .liveDashboard ._account_api .list-results thead .button-default-group select:after,._account_api .liveDashboard .list-results thead .button-default-group .form-auto-list .form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .button-default-group .form-auto-list .form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .form-auto-list .button-default-group .form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .form-auto-list .button-default-group .form-auto-item.is-user-is-inactive,._account_api .form-auto-list .liveDashboard .list-results thead .button-default-group .form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard ._account_api .list-results thead .button-default-group .form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .button-default-group .form-auto-list .form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .button-default-group .form-auto-list .form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .form-auto-list .button-default-group .form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .form-auto-list .button-default-group .form-auto-item.is-user-is-active,._account_api .form-auto-list .liveDashboard .list-results thead .button-default-group .form-auto-item.is-user-is-active,.form-auto-list .liveDashboard ._account_api .list-results thead .button-default-group .form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .button-default-group .list-results-header .status.title span,.liveDashboard ._account_api .list-results thead .button-default-group .list-results-header .status.title span,._account_api .liveDashboard .list-results thead .list-results-header .status.title .button-default-group span,.liveDashboard ._account_api .list-results thead .list-results-header .status.title .button-default-group span,._account_api .list-results-header .status.title .liveDashboard .list-results thead .button-default-group span,.list-results-header .status.title .liveDashboard ._account_api .list-results thead .button-default-group span,._account_api .liveDashboard .list-results thead .button-default-group tr span,.liveDashboard ._account_api .list-results thead .button-default-group tr span,._account_api .liveDashboard .list-results thead tr .button-default-group span,.liveDashboard ._account_api .list-results thead tr .button-default-group span,._account_api .list-results thead .button-default-group .icon,._account_api .list-results thead .button-default-group .w-alert-banner:before,._account_api .liveDashboard .list-results thead .button-default-group .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-alert-banner:before,._account_api .list-results thead .button-default-group .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-alert-banner:before,._account_api .liveDashboard .list-results thead .button-default-group .w-alert-banner:before,._account_api .list-results thead .button-default-group .w-dialog.plus .dialog-aside:after,.w-dialog.plus ._account_api .list-results thead .button-default-group .dialog-aside:after,._account_api .liveDashboard .list-results thead .button-default-group .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .list-results thead .button-default-group .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .button-default-group .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .button-default-group .dialog-aside:after,._account_api .w-dialog.plus .liveDashboard .list-results thead .button-default-group .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .button-default-group .dialog-aside:after,._account_api .list-results thead .button-default-group .w-dialog.plus .dialog-aside:after,._account_api .list-results thead .w-dialog.plus .button-default-group .dialog-aside:after,.w-dialog.plus ._account_api .list-results thead .button-default-group .dialog-aside:after,.liveDashboard ._account_api .list-results thead .button-default-group .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .button-default-group .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .button-default-group .dialog-aside:after,._account_api .liveDashboard .list-results thead .button-default-group .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .button-default-group .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .button-default-group .dialog-aside:after,._account_api .list-results thead .button-default-group .w-toast .toast.plus:after,.w-toast ._account_api .list-results thead .button-default-group .toast.plus:after,._account_api .liveDashboard .list-results thead .button-default-group .w-toast .toast.plus:after,.liveDashboard ._account_api .list-results thead .button-default-group .w-toast .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .button-default-group .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .button-default-group .toast.plus:after,._account_api .w-toast .liveDashboard .list-results thead .button-default-group .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .button-default-group .toast.plus:after,._account_api .list-results thead .button-default-group .w-toast .toast.plus:after,._account_api .list-results thead .w-toast .button-default-group .toast.plus:after,.w-toast ._account_api .list-results thead .button-default-group .toast.plus:after,.liveDashboard ._account_api .list-results thead .button-default-group .w-toast .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .button-default-group .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .button-default-group .toast.plus:after,._account_api .liveDashboard .list-results thead .button-default-group .w-toast .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .button-default-group .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .button-default-group .toast.plus:after,._account_api .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .button-default-group .btn-period-clear:before,._account_api .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .button-default-group .btn-filter:before,._account_api .liveDashboard .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .button-default-group .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .button-default-group .btn-period-clear:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .button-default-group .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .button-default-group .btn-period-clear:before,._account_api .liveDashboard .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .button-default-group .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .button-default-group .btn-filter:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .button-default-group .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .button-default-group .btn-filter:before,._account_api .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .list-results thead .w-time-period .dropdown .w-selection .button-default-group .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .button-default-group .btn-period-clear:before,._account_api .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .list-results thead .w-time-period .dropdown .w-selection .button-default-group .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .button-default-group .btn-filter:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .button-default-group .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .button-default-group .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .button-default-group .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .button-default-group .btn-filter:before,._account_api .liveDashboard .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .button-default-group .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .button-default-group .btn-period-clear:before,._account_api .liveDashboard .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .button-default-group .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .button-default-group .btn-filter:before,._account_api .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .button-default-group .btn-period-edit:before,._account_api .liveDashboard .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .button-default-group .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .button-default-group .btn-period-edit:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .button-default-group .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .button-default-group .btn-period-edit:before,._account_api .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .list-results thead .w-time-period .dropdown .w-selection .button-default-group .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .button-default-group .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .button-default-group .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .button-default-group .btn-period-edit:before,._account_api .liveDashboard .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .button-default-group .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .button-default-group .btn-period-edit:before,._account_api .list-results thead .button-default-group .block-filters .btn-filter:before,.block-filters ._account_api .list-results thead .button-default-group .btn-filter:before,._account_api .liveDashboard .list-results thead .button-default-group .block-filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .button-default-group .block-filters .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .button-default-group .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .button-default-group .btn-filter:before,._account_api .block-filters .liveDashboard .list-results thead .button-default-group .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .button-default-group .btn-filter:before,._account_api .list-results thead .button-default-group .block-filters .btn-filter:before,._account_api .list-results thead .block-filters .button-default-group .btn-filter:before,.block-filters ._account_api .list-results thead .button-default-group .btn-filter:before,.liveDashboard ._account_api .list-results thead .button-default-group .block-filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .button-default-group .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .button-default-group .btn-filter:before,._account_api .liveDashboard .list-results thead .button-default-group .block-filters .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .button-default-group .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .button-default-group .btn-filter:before,._account_api .list-results thead .button-default-group .toggleWrapper input.mobileToggle+label,.toggleWrapper ._account_api .list-results thead .button-default-group input.mobileToggle+label,._account_api .liveDashboard .list-results thead .button-default-group .toggleWrapper input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .button-default-group .toggleWrapper input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper .button-default-group input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper .button-default-group input.mobileToggle+label,._account_api .toggleWrapper .liveDashboard .list-results thead .button-default-group input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead .button-default-group input.mobileToggle+label,._account_api .list-results thead .button-default-group .toggleWrapper input.mobileToggle+label,._account_api .list-results thead .toggleWrapper .button-default-group input.mobileToggle+label,.toggleWrapper ._account_api .list-results thead .button-default-group input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .button-default-group .toggleWrapper input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper .button-default-group input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead .button-default-group input.mobileToggle+label,._account_api .liveDashboard .list-results thead .button-default-group .toggleWrapper input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper .button-default-group input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead .button-default-group input.mobileToggle+label,._account_api .list-results thead .button-default-group tbody span.status,._account_api .list-results tbody thead .button-default-group span.status,._account_api .liveDashboard .list-results thead .button-default-group tbody span.status,.liveDashboard ._account_api .list-results thead .button-default-group tbody span.status,._account_api .liveDashboard .list-results thead tbody .button-default-group span.status,.liveDashboard ._account_api .list-results thead tbody .button-default-group span.status,._account_api .liveDashboard .list-results tbody thead .button-default-group span.status,.liveDashboard ._account_api .list-results tbody thead .button-default-group span.status,._account_api .list-results thead .button-default-group tbody span.status,._account_api .list-results thead tbody .button-default-group span.status,._account_api .list-results tbody thead .button-default-group span.status,.liveDashboard ._account_api .list-results thead .button-default-group tbody span.status,.liveDashboard ._account_api .list-results thead tbody .button-default-group span.status,.liveDashboard ._account_api .list-results tbody thead .button-default-group span.status,._account_api .liveDashboard .list-results thead .button-default-group tbody span.status,._account_api .liveDashboard .list-results thead tbody .button-default-group span.status,._account_api .liveDashboard .list-results tbody thead .button-default-group span.status,._account_api .list-results thead .button-default-group tbody td.is-running span,._account_api .list-results tbody td.is-running thead .button-default-group span,._account_api .liveDashboard .list-results thead .button-default-group tbody td.is-running span,.liveDashboard ._account_api .list-results thead .button-default-group tbody td.is-running span,._account_api .liveDashboard .list-results thead tbody td.is-running .button-default-group span,.liveDashboard ._account_api .list-results thead tbody td.is-running .button-default-group span,._account_api .liveDashboard .list-results tbody td.is-running thead .button-default-group span,.liveDashboard ._account_api .list-results tbody td.is-running thead .button-default-group span,._account_api .list-results thead .button-default-group tbody td.is-running span,._account_api .list-results thead tbody td.is-running .button-default-group span,._account_api .list-results tbody td.is-running thead .button-default-group span,.liveDashboard ._account_api .list-results thead .button-default-group tbody td.is-running span,.liveDashboard ._account_api .list-results thead tbody td.is-running .button-default-group span,.liveDashboard ._account_api .list-results tbody td.is-running thead .button-default-group span,._account_api .liveDashboard .list-results thead .button-default-group tbody td.is-running span,._account_api .liveDashboard .list-results thead tbody td.is-running .button-default-group span,._account_api .liveDashboard .list-results tbody td.is-running thead .button-default-group span,._account_api .list-results thead .button-default-group tbody td.is-pending span,._account_api .list-results tbody td.is-pending thead .button-default-group span,._account_api .liveDashboard .list-results thead .button-default-group tbody td.is-pending span,.liveDashboard ._account_api .list-results thead .button-default-group tbody td.is-pending span,._account_api .liveDashboard .list-results thead tbody td.is-pending .button-default-group span,.liveDashboard ._account_api .list-results thead tbody td.is-pending .button-default-group span,._account_api .liveDashboard .list-results tbody td.is-pending thead .button-default-group span,.liveDashboard ._account_api .list-results tbody td.is-pending thead .button-default-group span,._account_api .list-results thead .button-default-group tbody td.is-pending span,._account_api .list-results thead tbody td.is-pending .button-default-group span,._account_api .list-results tbody td.is-pending thead .button-default-group span,.liveDashboard ._account_api .list-results thead .button-default-group tbody td.is-pending span,.liveDashboard ._account_api .list-results thead tbody td.is-pending .button-default-group span,.liveDashboard ._account_api .list-results tbody td.is-pending thead .button-default-group span,._account_api .liveDashboard .list-results thead .button-default-group tbody td.is-pending span,._account_api .liveDashboard .list-results thead tbody td.is-pending .button-default-group span,._account_api .liveDashboard .list-results tbody td.is-pending thead .button-default-group span,._account_api .list-results thead .button-default-group .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .button-default-group .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .button-default-group .dropdown-toggle:after,._account_api .list-results thead .button-default-group .w-filter-preset.w-filter-preset .filter-preset .filter,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .button-default-group .filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .button-default-group .filter,._account_api .list-results thead .button-default-group .form-label.status span,._account_api .list-results thead .button-default-group .status.status-log span,._account_api .list-results thead .button-default-group .status.status-report-item span,._account_api .list-results thead .button-default-group .double-list dd.status span,.double-list ._account_api .list-results thead .button-default-group dd.status span,._account_api .list-results thead .button-default-group .double-list dt.status span,.double-list ._account_api .list-results thead .button-default-group dt.status span,._account_api .list-results thead .button-default-group .w-cards-container .w-card .status.title span,.w-cards-container .w-card ._account_api .list-results thead .button-default-group .status.title span,._account_api .list-results thead .button-default-group .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value ._account_api .list-results thead .button-default-group .status.label span,._account_api .list-results thead .button-default-group tbody tr.sublist .status.title span,._account_api .list-results tbody tr.sublist thead .button-default-group .status.title span,._account_api .list-results thead .form-label.status .button-default-group span,._account_api .list-results thead .status.status-log .button-default-group span,._account_api .list-results thead .status.status-report-item .button-default-group span,._account_api .list-results thead .double-list dd.status .button-default-group span,.double-list ._account_api .list-results thead dd.status .button-default-group span,._account_api .list-results thead .double-list dt.status .button-default-group span,.double-list ._account_api .list-results thead dt.status .button-default-group span,._account_api .list-results thead .w-cards-container .w-card .status.title .button-default-group span,.w-cards-container .w-card ._account_api .list-results thead .status.title .button-default-group span,._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .button-default-group span,.w-cards-container .w-card.centered .w-value ._account_api .list-results thead .status.label .button-default-group span,._account_api .list-results thead tbody tr.sublist .status.title .button-default-group span,._account_api .list-results tbody tr.sublist thead .status.title .button-default-group span,.form-label.status ._account_api .list-results thead .button-default-group span,.status.status-log ._account_api .list-results thead .button-default-group span,.status.status-report-item ._account_api .list-results thead .button-default-group span,.double-list dd.status ._account_api .list-results thead .button-default-group span,.double-list dt.status ._account_api .list-results thead .button-default-group span,.w-cards-container .w-card .status.title ._account_api .list-results thead .button-default-group span,.w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead .button-default-group span,.list-results tbody tr.sublist .status.title ._account_api .list-results thead .button-default-group span,._account_api .list-results thead .button-default-group .w-filters-selected label.status.small span,._account_api .list-results thead .w-filters-selected label.status.small .button-default-group span,.w-filters-selected label.status.small ._account_api .list-results thead .button-default-group span,._account_api .list-results thead .button-default-group .w-filters-selected .status.btn-f-s span,._account_api .list-results thead .w-filters-selected .status.btn-f-s .button-default-group span,.w-filters-selected .status.btn-f-s ._account_api .list-results thead .button-default-group span,._account_api .list-results thead .button-default-group .sub-header .w-form label,._account_api .list-results thead .button-default-group .sub-header .w-double-list label,._account_api .list-results thead .sub-header .w-form .button-default-group label,._account_api .list-results thead .sub-header .w-double-list .button-default-group label,.sub-header .w-form ._account_api .list-results thead .button-default-group label,.sub-header .w-double-list ._account_api .list-results thead .button-default-group label,._account_api .list-results thead .button-default-group .block-filters button:after,._account_api .list-results thead .block-filters .button-default-group button:after,.block-filters ._account_api .list-results thead .button-default-group button:after,._account_api .list-results thead .button-default-group .block-filters select:after,._account_api .list-results thead .block-filters .button-default-group select:after,.block-filters ._account_api .list-results thead .button-default-group select:after,._account_api .list-results thead .button-default-group .form-auto-list .form-auto-item.is-user-is-inactive,._account_api .list-results thead .form-auto-list .button-default-group .form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .list-results thead .button-default-group .form-auto-item.is-user-is-inactive,._account_api .list-results thead .button-default-group .form-auto-list .form-auto-item.is-user-is-active,._account_api .list-results thead .form-auto-list .button-default-group .form-auto-item.is-user-is-active,.form-auto-list ._account_api .list-results thead .button-default-group .form-auto-item.is-user-is-active,._account_api .list-results thead .button-default-group .list-results-header .status.title span,._account_api .list-results thead .list-results-header .status.title .button-default-group span,.list-results-header .status.title ._account_api .list-results thead .button-default-group span,._account_api .list-results thead .button-default-group tr span,._account_api .list-results thead tr .button-default-group span,.liveDashboard ._account_api .list-results thead .button-default-group .icon,.liveDashboard ._account_api .list-results thead .button-default-group .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-alert-banner:before,.liveDashboard ._account_api .liveDashboard .list-results thead .button-default-group .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-dialog.plus .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .button-default-group .dialog-aside:after,.liveDashboard ._account_api .list-results thead .button-default-group .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .button-default-group .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .button-default-group .dialog-aside:after,.liveDashboard ._account_api .list-results thead .button-default-group .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .button-default-group .dialog-aside:after,.liveDashboard .w-dialog.plus ._account_api .list-results thead .button-default-group .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .button-default-group .dialog-aside:after,.liveDashboard ._account_api .list-results thead .button-default-group .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .button-default-group .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .button-default-group .dialog-aside:after,.liveDashboard ._account_api .liveDashboard .list-results thead .button-default-group .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .liveDashboard .list-results thead .w-dialog.plus .button-default-group .dialog-aside:after,.liveDashboard .w-dialog.plus ._account_api .liveDashboard .list-results thead .button-default-group .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .liveDashboard .list-results thead .button-default-group .dialog-aside:after,.liveDashboard ._account_api .list-results thead .button-default-group .w-toast .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .button-default-group .toast.plus:after,.liveDashboard ._account_api .list-results thead .button-default-group .w-toast .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .button-default-group .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .button-default-group .toast.plus:after,.liveDashboard ._account_api .list-results thead .button-default-group .w-toast .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .button-default-group .toast.plus:after,.liveDashboard .w-toast ._account_api .list-results thead .button-default-group .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .button-default-group .toast.plus:after,.liveDashboard ._account_api .list-results thead .button-default-group .w-toast .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .button-default-group .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .button-default-group .toast.plus:after,.liveDashboard ._account_api .liveDashboard .list-results thead .button-default-group .w-toast .toast.plus:after,.liveDashboard ._account_api .liveDashboard .list-results thead .w-toast .button-default-group .toast.plus:after,.liveDashboard .w-toast ._account_api .liveDashboard .list-results thead .button-default-group .toast.plus:after,.w-toast .liveDashboard ._account_api .liveDashboard .list-results thead .button-default-group .toast.plus:after,.liveDashboard ._account_api .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .button-default-group .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .button-default-group .btn-filter:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .button-default-group .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .button-default-group .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .button-default-group .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .button-default-group .btn-filter:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .button-default-group .btn-period-clear:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .button-default-group .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .button-default-group .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .button-default-group .btn-filter:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .button-default-group .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .button-default-group .btn-filter:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .button-default-group .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .button-default-group .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .button-default-group .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .button-default-group .btn-filter:before,.liveDashboard ._account_api .liveDashboard .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .button-default-group .btn-period-clear:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .button-default-group .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .liveDashboard .list-results thead .button-default-group .btn-period-clear:before,.liveDashboard ._account_api .liveDashboard .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .button-default-group .btn-filter:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .button-default-group .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .liveDashboard .list-results thead .button-default-group .btn-filter:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .button-default-group .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .button-default-group .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .button-default-group .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .button-default-group .btn-period-edit:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .button-default-group .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .button-default-group .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .button-default-group .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .button-default-group .btn-period-edit:before,.liveDashboard ._account_api .liveDashboard .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .button-default-group .btn-period-edit:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .button-default-group .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .liveDashboard .list-results thead .button-default-group .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .button-default-group .block-filters .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .button-default-group .btn-filter:before,.liveDashboard ._account_api .list-results thead .button-default-group .block-filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .button-default-group .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .button-default-group .btn-filter:before,.liveDashboard ._account_api .list-results thead .button-default-group .block-filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .button-default-group .btn-filter:before,.liveDashboard .block-filters ._account_api .list-results thead .button-default-group .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .button-default-group .btn-filter:before,.liveDashboard ._account_api .list-results thead .button-default-group .block-filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .button-default-group .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .button-default-group .btn-filter:before,.liveDashboard ._account_api .liveDashboard .list-results thead .button-default-group .block-filters .btn-filter:before,.liveDashboard ._account_api .liveDashboard .list-results thead .block-filters .button-default-group .btn-filter:before,.liveDashboard .block-filters ._account_api .liveDashboard .list-results thead .button-default-group .btn-filter:before,.block-filters .liveDashboard ._account_api .liveDashboard .list-results thead .button-default-group .btn-filter:before,.liveDashboard ._account_api .list-results thead .button-default-group .toggleWrapper input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead .button-default-group input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .button-default-group .toggleWrapper input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper .button-default-group input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead .button-default-group input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .button-default-group .toggleWrapper input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper .button-default-group input.mobileToggle+label,.liveDashboard .toggleWrapper ._account_api .list-results thead .button-default-group input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead .button-default-group input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .button-default-group .toggleWrapper input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper .button-default-group input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead .button-default-group input.mobileToggle+label,.liveDashboard ._account_api .liveDashboard .list-results thead .button-default-group .toggleWrapper input.mobileToggle+label,.liveDashboard ._account_api .liveDashboard .list-results thead .toggleWrapper .button-default-group input.mobileToggle+label,.liveDashboard .toggleWrapper ._account_api .liveDashboard .list-results thead .button-default-group input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .liveDashboard .list-results thead .button-default-group input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .button-default-group tbody span.status,.liveDashboard ._account_api .list-results tbody thead .button-default-group span.status,.liveDashboard ._account_api .list-results thead .button-default-group tbody span.status,.liveDashboard ._account_api .list-results thead tbody .button-default-group span.status,.liveDashboard ._account_api .list-results tbody thead .button-default-group span.status,.liveDashboard ._account_api .list-results thead .button-default-group tbody span.status,.liveDashboard ._account_api .list-results thead tbody .button-default-group span.status,.liveDashboard ._account_api .list-results tbody thead .button-default-group span.status,.liveDashboard ._account_api .list-results thead .button-default-group tbody span.status,.liveDashboard ._account_api .list-results thead tbody .button-default-group span.status,.liveDashboard ._account_api .list-results tbody thead .button-default-group span.status,.liveDashboard ._account_api .liveDashboard .list-results thead .button-default-group tbody span.status,.liveDashboard ._account_api .liveDashboard .list-results thead tbody .button-default-group span.status,.liveDashboard ._account_api .liveDashboard .list-results tbody thead .button-default-group span.status,.liveDashboard ._account_api .list-results thead .button-default-group tbody td.is-running span,.liveDashboard ._account_api .list-results tbody td.is-running thead .button-default-group span,.liveDashboard ._account_api .list-results thead .button-default-group tbody td.is-running span,.liveDashboard ._account_api .list-results thead tbody td.is-running .button-default-group span,.liveDashboard ._account_api .list-results tbody td.is-running thead .button-default-group span,.liveDashboard ._account_api .list-results thead .button-default-group tbody td.is-running span,.liveDashboard ._account_api .list-results thead tbody td.is-running .button-default-group span,.liveDashboard ._account_api .list-results tbody td.is-running thead .button-default-group span,.liveDashboard ._account_api .list-results thead .button-default-group tbody td.is-running span,.liveDashboard ._account_api .list-results thead tbody td.is-running .button-default-group span,.liveDashboard ._account_api .list-results tbody td.is-running thead .button-default-group span,.liveDashboard ._account_api .liveDashboard .list-results thead .button-default-group tbody td.is-running span,.liveDashboard ._account_api .liveDashboard .list-results thead tbody td.is-running .button-default-group span,.liveDashboard ._account_api .liveDashboard .list-results tbody td.is-running thead .button-default-group span,.liveDashboard ._account_api .list-results thead .button-default-group tbody td.is-pending span,.liveDashboard ._account_api .list-results tbody td.is-pending thead .button-default-group span,.liveDashboard ._account_api .list-results thead .button-default-group tbody td.is-pending span,.liveDashboard ._account_api .list-results thead tbody td.is-pending .button-default-group span,.liveDashboard ._account_api .list-results tbody td.is-pending thead .button-default-group span,.liveDashboard ._account_api .list-results thead .button-default-group tbody td.is-pending span,.liveDashboard ._account_api .list-results thead tbody td.is-pending .button-default-group span,.liveDashboard ._account_api .list-results tbody td.is-pending thead .button-default-group span,.liveDashboard ._account_api .list-results thead .button-default-group tbody td.is-pending span,.liveDashboard ._account_api .list-results thead tbody td.is-pending .button-default-group span,.liveDashboard ._account_api .list-results tbody td.is-pending thead .button-default-group span,.liveDashboard ._account_api .liveDashboard .list-results thead .button-default-group tbody td.is-pending span,.liveDashboard ._account_api .liveDashboard .list-results thead tbody td.is-pending .button-default-group span,.liveDashboard ._account_api .liveDashboard .list-results tbody td.is-pending thead .button-default-group span,._account_api .liveDashboard .list-results thead .button-default-group .icon,._account_api .liveDashboard .list-results thead .button-default-group .w-alert-banner:before,._account_api .liveDashboard .list-results thead .button-default-group .w-alert-banner:before,._account_api .liveDashboard .list-results thead .button-default-group .w-alert-banner:before,._account_api .liveDashboard ._account_api .list-results thead .button-default-group .w-alert-banner:before,._account_api .liveDashboard .list-results thead .button-default-group .w-alert-banner:before,._account_api .liveDashboard .list-results thead .button-default-group .w-dialog.plus .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .button-default-group .dialog-aside:after,._account_api .liveDashboard .list-results thead .button-default-group .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .button-default-group .dialog-aside:after,._account_api .w-dialog.plus .liveDashboard .list-results thead .button-default-group .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .button-default-group .dialog-aside:after,._account_api .liveDashboard .list-results thead .button-default-group .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .button-default-group .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .button-default-group .dialog-aside:after,._account_api .liveDashboard ._account_api .list-results thead .button-default-group .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard ._account_api .list-results thead .w-dialog.plus .button-default-group .dialog-aside:after,._account_api .w-dialog.plus .liveDashboard ._account_api .list-results thead .button-default-group .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard ._account_api .list-results thead .button-default-group .dialog-aside:after,._account_api .liveDashboard .list-results thead .button-default-group .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .button-default-group .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .button-default-group .dialog-aside:after,._account_api .liveDashboard .list-results thead .button-default-group .w-toast .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .button-default-group .toast.plus:after,._account_api .liveDashboard .list-results thead .button-default-group .w-toast .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .button-default-group .toast.plus:after,._account_api .w-toast .liveDashboard .list-results thead .button-default-group .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .button-default-group .toast.plus:after,._account_api .liveDashboard .list-results thead .button-default-group .w-toast .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .button-default-group .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .button-default-group .toast.plus:after,._account_api .liveDashboard ._account_api .list-results thead .button-default-group .w-toast .toast.plus:after,._account_api .liveDashboard ._account_api .list-results thead .w-toast .button-default-group .toast.plus:after,._account_api .w-toast .liveDashboard ._account_api .list-results thead .button-default-group .toast.plus:after,.w-toast ._account_api .liveDashboard ._account_api .list-results thead .button-default-group .toast.plus:after,._account_api .liveDashboard .list-results thead .button-default-group .w-toast .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .button-default-group .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .button-default-group .toast.plus:after,._account_api .liveDashboard .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .button-default-group .btn-period-clear:before,._account_api .liveDashboard .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .button-default-group .btn-filter:before,._account_api .liveDashboard .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .button-default-group .btn-period-clear:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .button-default-group .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .button-default-group .btn-period-clear:before,._account_api .liveDashboard .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .button-default-group .btn-filter:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .button-default-group .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .button-default-group .btn-filter:before,._account_api .liveDashboard .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .button-default-group .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .button-default-group .btn-period-clear:before,._account_api .liveDashboard .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .button-default-group .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .button-default-group .btn-filter:before,._account_api .liveDashboard ._account_api .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .button-default-group .btn-period-clear:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .button-default-group .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard ._account_api .list-results thead .button-default-group .btn-period-clear:before,._account_api .liveDashboard ._account_api .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .button-default-group .btn-filter:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .button-default-group .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard ._account_api .list-results thead .button-default-group .btn-filter:before,._account_api .liveDashboard .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .button-default-group .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .button-default-group .btn-period-clear:before,._account_api .liveDashboard .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .button-default-group .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .button-default-group .btn-filter:before,._account_api .liveDashboard .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .button-default-group .btn-period-edit:before,._account_api .liveDashboard .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .button-default-group .btn-period-edit:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .button-default-group .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .button-default-group .btn-period-edit:before,._account_api .liveDashboard .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .button-default-group .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .button-default-group .btn-period-edit:before,._account_api .liveDashboard ._account_api .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .button-default-group .btn-period-edit:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .button-default-group .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard ._account_api .list-results thead .button-default-group .btn-period-edit:before,._account_api .liveDashboard .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .button-default-group .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .button-default-group .btn-period-edit:before,._account_api .liveDashboard .list-results thead .button-default-group .block-filters .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .button-default-group .btn-filter:before,._account_api .liveDashboard .list-results thead .button-default-group .block-filters .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .button-default-group .btn-filter:before,._account_api .block-filters .liveDashboard .list-results thead .button-default-group .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .button-default-group .btn-filter:before,._account_api .liveDashboard .list-results thead .button-default-group .block-filters .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .button-default-group .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .button-default-group .btn-filter:before,._account_api .liveDashboard ._account_api .list-results thead .button-default-group .block-filters .btn-filter:before,._account_api .liveDashboard ._account_api .list-results thead .block-filters .button-default-group .btn-filter:before,._account_api .block-filters .liveDashboard ._account_api .list-results thead .button-default-group .btn-filter:before,.block-filters ._account_api .liveDashboard ._account_api .list-results thead .button-default-group .btn-filter:before,._account_api .liveDashboard .list-results thead .button-default-group .block-filters .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .button-default-group .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .button-default-group .btn-filter:before,._account_api .liveDashboard .list-results thead .button-default-group .toggleWrapper input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead .button-default-group input.mobileToggle+label,._account_api .liveDashboard .list-results thead .button-default-group .toggleWrapper input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper .button-default-group input.mobileToggle+label,._account_api .toggleWrapper .liveDashboard .list-results thead .button-default-group input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead .button-default-group input.mobileToggle+label,._account_api .liveDashboard .list-results thead .button-default-group .toggleWrapper input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper .button-default-group input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead .button-default-group input.mobileToggle+label,._account_api .liveDashboard ._account_api .list-results thead .button-default-group .toggleWrapper input.mobileToggle+label,._account_api .liveDashboard ._account_api .list-results thead .toggleWrapper .button-default-group input.mobileToggle+label,._account_api .toggleWrapper .liveDashboard ._account_api .list-results thead .button-default-group input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard ._account_api .list-results thead .button-default-group input.mobileToggle+label,._account_api .liveDashboard .list-results thead .button-default-group .toggleWrapper input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper .button-default-group input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead .button-default-group input.mobileToggle+label,._account_api .liveDashboard .list-results thead .button-default-group tbody span.status,._account_api .liveDashboard .list-results tbody thead .button-default-group span.status,._account_api .liveDashboard .list-results thead .button-default-group tbody span.status,._account_api .liveDashboard .list-results thead tbody .button-default-group span.status,._account_api .liveDashboard .list-results tbody thead .button-default-group span.status,._account_api .liveDashboard .list-results thead .button-default-group tbody span.status,._account_api .liveDashboard .list-results thead tbody .button-default-group span.status,._account_api .liveDashboard .list-results tbody thead .button-default-group span.status,._account_api .liveDashboard ._account_api .list-results thead .button-default-group tbody span.status,._account_api .liveDashboard ._account_api .list-results thead tbody .button-default-group span.status,._account_api .liveDashboard ._account_api .list-results tbody thead .button-default-group span.status,._account_api .liveDashboard .list-results thead .button-default-group tbody span.status,._account_api .liveDashboard .list-results thead tbody .button-default-group span.status,._account_api .liveDashboard .list-results tbody thead .button-default-group span.status,._account_api .liveDashboard .list-results thead .button-default-group tbody td.is-running span,._account_api .liveDashboard .list-results tbody td.is-running thead .button-default-group span,._account_api .liveDashboard .list-results thead .button-default-group tbody td.is-running span,._account_api .liveDashboard .list-results thead tbody td.is-running .button-default-group span,._account_api .liveDashboard .list-results tbody td.is-running thead .button-default-group span,._account_api .liveDashboard .list-results thead .button-default-group tbody td.is-running span,._account_api .liveDashboard .list-results thead tbody td.is-running .button-default-group span,._account_api .liveDashboard .list-results tbody td.is-running thead .button-default-group span,._account_api .liveDashboard ._account_api .list-results thead .button-default-group tbody td.is-running span,._account_api .liveDashboard ._account_api .list-results thead tbody td.is-running .button-default-group span,._account_api .liveDashboard ._account_api .list-results tbody td.is-running thead .button-default-group span,._account_api .liveDashboard .list-results thead .button-default-group tbody td.is-running span,._account_api .liveDashboard .list-results thead tbody td.is-running .button-default-group span,._account_api .liveDashboard .list-results tbody td.is-running thead .button-default-group span,._account_api .liveDashboard .list-results thead .button-default-group tbody td.is-pending span,._account_api .liveDashboard .list-results tbody td.is-pending thead .button-default-group span,._account_api .liveDashboard .list-results thead .button-default-group tbody td.is-pending span,._account_api .liveDashboard .list-results thead tbody td.is-pending .button-default-group span,._account_api .liveDashboard .list-results tbody td.is-pending thead .button-default-group span,._account_api .liveDashboard .list-results thead .button-default-group tbody td.is-pending span,._account_api .liveDashboard .list-results thead tbody td.is-pending .button-default-group span,._account_api .liveDashboard .list-results tbody td.is-pending thead .button-default-group span,._account_api .liveDashboard ._account_api .list-results thead .button-default-group tbody td.is-pending span,._account_api .liveDashboard ._account_api .list-results thead tbody td.is-pending .button-default-group span,._account_api .liveDashboard ._account_api .list-results tbody td.is-pending thead .button-default-group span,._account_api .liveDashboard .list-results thead .button-default-group tbody td.is-pending span,._account_api .liveDashboard .list-results thead tbody td.is-pending .button-default-group span,._account_api .liveDashboard .list-results tbody td.is-pending thead .button-default-group span,.liveDashboard ._account_api .list-results thead .button-default-group .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .button-default-group .dropdown-toggle:after,._account_api .liveDashboard .list-results thead .button-default-group .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .button-default-group .dropdown-toggle:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .button-default-group .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .button-default-group .dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .button-default-group .w-filter-preset.w-filter-preset .filter-preset .filter,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .button-default-group .filter,._account_api .liveDashboard .list-results thead .button-default-group .w-filter-preset.w-filter-preset .filter-preset .filter,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .button-default-group .filter,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .button-default-group .filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .button-default-group .filter,.liveDashboard ._account_api .list-results thead .button-default-group .form-label.status span,.liveDashboard ._account_api .list-results thead .button-default-group .status.status-log span,.liveDashboard ._account_api .list-results thead .button-default-group .status.status-report-item span,.liveDashboard ._account_api .list-results thead .button-default-group .double-list dd.status span,.double-list .liveDashboard ._account_api .list-results thead .button-default-group dd.status span,.liveDashboard ._account_api .list-results thead .button-default-group .double-list dt.status span,.double-list .liveDashboard ._account_api .list-results thead .button-default-group dt.status span,.liveDashboard ._account_api .list-results thead .button-default-group .w-cards-container .w-card .status.title span,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .button-default-group .status.title span,.liveDashboard ._account_api .list-results thead .button-default-group .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .button-default-group .status.label span,.liveDashboard ._account_api .list-results thead .button-default-group tbody tr.sublist .status.title span,.liveDashboard ._account_api .list-results tbody tr.sublist thead .button-default-group .status.title span,.liveDashboard ._account_api .list-results thead .form-label.status .button-default-group span,.liveDashboard ._account_api .list-results thead .status.status-log .button-default-group span,.liveDashboard ._account_api .list-results thead .status.status-report-item .button-default-group span,.liveDashboard ._account_api .list-results thead .double-list dd.status .button-default-group span,.double-list .liveDashboard ._account_api .list-results thead dd.status .button-default-group span,.liveDashboard ._account_api .list-results thead .double-list dt.status .button-default-group span,.double-list .liveDashboard ._account_api .list-results thead dt.status .button-default-group span,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title .button-default-group span,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title .button-default-group span,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .button-default-group span,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label .button-default-group span,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title .button-default-group span,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title .button-default-group span,._account_api .liveDashboard .list-results thead .button-default-group .form-label.status span,._account_api .liveDashboard .list-results thead .button-default-group .status.status-log span,._account_api .liveDashboard .list-results thead .button-default-group .status.status-report-item span,._account_api .liveDashboard .list-results thead .button-default-group .double-list dd.status span,.double-list ._account_api .liveDashboard .list-results thead .button-default-group dd.status span,._account_api .liveDashboard .list-results thead .button-default-group .double-list dt.status span,.double-list ._account_api .liveDashboard .list-results thead .button-default-group dt.status span,._account_api .liveDashboard .list-results thead .button-default-group .w-cards-container .w-card .status.title span,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .button-default-group .status.title span,._account_api .liveDashboard .list-results thead .button-default-group .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .button-default-group .status.label span,._account_api .liveDashboard .list-results thead .button-default-group tbody tr.sublist .status.title span,._account_api .liveDashboard .list-results tbody tr.sublist thead .button-default-group .status.title span,._account_api .liveDashboard .list-results thead .form-label.status .button-default-group span,._account_api .liveDashboard .list-results thead .status.status-log .button-default-group span,._account_api .liveDashboard .list-results thead .status.status-report-item .button-default-group span,._account_api .liveDashboard .list-results thead .double-list dd.status .button-default-group span,.double-list ._account_api .liveDashboard .list-results thead dd.status .button-default-group span,._account_api .liveDashboard .list-results thead .double-list dt.status .button-default-group span,.double-list ._account_api .liveDashboard .list-results thead dt.status .button-default-group span,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title .button-default-group span,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title .button-default-group span,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .button-default-group span,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label .button-default-group span,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title .button-default-group span,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title .button-default-group span,.liveDashboard .form-label.status ._account_api .list-results thead .button-default-group span,.liveDashboard .status.status-log ._account_api .list-results thead .button-default-group span,.liveDashboard .status.status-report-item ._account_api .list-results thead .button-default-group span,.liveDashboard .double-list dd.status ._account_api .list-results thead .button-default-group span,.double-list .liveDashboard dd.status ._account_api .list-results thead .button-default-group span,.liveDashboard .double-list dt.status ._account_api .list-results thead .button-default-group span,.double-list .liveDashboard dt.status ._account_api .list-results thead .button-default-group span,.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead .button-default-group span,.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead .button-default-group span,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead .button-default-group span,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead .button-default-group span,.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead .button-default-group span,.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead .button-default-group span,.form-label.status ._account_api .liveDashboard .list-results thead .button-default-group span,.status.status-log ._account_api .liveDashboard .list-results thead .button-default-group span,.status.status-report-item ._account_api .liveDashboard .list-results thead .button-default-group span,.double-list dd.status ._account_api .liveDashboard .list-results thead .button-default-group span,.double-list dt.status ._account_api .liveDashboard .list-results thead .button-default-group span,.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead .button-default-group span,.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead .button-default-group span,.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead .button-default-group span,.liveDashboard ._account_api .list-results thead .button-default-group .w-filters-selected label.status.small span,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small .button-default-group span,._account_api .liveDashboard .list-results thead .button-default-group .w-filters-selected label.status.small span,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small .button-default-group span,.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead .button-default-group span,.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead .button-default-group span,.liveDashboard ._account_api .list-results thead .button-default-group .w-filters-selected .status.btn-f-s span,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s .button-default-group span,._account_api .liveDashboard .list-results thead .button-default-group .w-filters-selected .status.btn-f-s span,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .button-default-group span,.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead .button-default-group span,.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead .button-default-group span,.liveDashboard ._account_api .list-results thead .button-default-group .sub-header .w-form label,.liveDashboard ._account_api .list-results thead .button-default-group .sub-header .w-double-list label,.liveDashboard ._account_api .list-results thead .sub-header .w-form .button-default-group label,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list .button-default-group label,._account_api .liveDashboard .list-results thead .button-default-group .sub-header .w-form label,._account_api .liveDashboard .list-results thead .button-default-group .sub-header .w-double-list label,._account_api .liveDashboard .list-results thead .sub-header .w-form .button-default-group label,._account_api .liveDashboard .list-results thead .sub-header .w-double-list .button-default-group label,.liveDashboard .sub-header .w-form ._account_api .list-results thead .button-default-group label,.liveDashboard .sub-header .w-double-list ._account_api .list-results thead .button-default-group label,.sub-header .w-form ._account_api .liveDashboard .list-results thead .button-default-group label,.sub-header .w-double-list ._account_api .liveDashboard .list-results thead .button-default-group label,.liveDashboard ._account_api .list-results thead .button-default-group .block-filters button:after,.liveDashboard ._account_api .list-results thead .block-filters .button-default-group button:after,._account_api .liveDashboard .list-results thead .button-default-group .block-filters button:after,._account_api .liveDashboard .list-results thead .block-filters .button-default-group button:after,.liveDashboard .block-filters ._account_api .list-results thead .button-default-group button:after,.block-filters ._account_api .liveDashboard .list-results thead .button-default-group button:after,.liveDashboard ._account_api .list-results thead .button-default-group .block-filters select:after,.liveDashboard ._account_api .list-results thead .block-filters .button-default-group select:after,._account_api .liveDashboard .list-results thead .button-default-group .block-filters select:after,._account_api .liveDashboard .list-results thead .block-filters .button-default-group select:after,.liveDashboard .block-filters ._account_api .list-results thead .button-default-group select:after,.block-filters ._account_api .liveDashboard .list-results thead .button-default-group select:after,.liveDashboard ._account_api .list-results thead .button-default-group .form-auto-list .form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .form-auto-list .button-default-group .form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .button-default-group .form-auto-list .form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .form-auto-list .button-default-group .form-auto-item.is-user-is-inactive,.liveDashboard .form-auto-list ._account_api .list-results thead .button-default-group .form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .liveDashboard .list-results thead .button-default-group .form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .button-default-group .form-auto-list .form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .form-auto-list .button-default-group .form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .button-default-group .form-auto-list .form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .form-auto-list .button-default-group .form-auto-item.is-user-is-active,.liveDashboard .form-auto-list ._account_api .list-results thead .button-default-group .form-auto-item.is-user-is-active,.form-auto-list ._account_api .liveDashboard .list-results thead .button-default-group .form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .button-default-group .list-results-header .status.title span,.liveDashboard ._account_api .list-results thead .list-results-header .status.title .button-default-group span,._account_api .liveDashboard .list-results thead .button-default-group .list-results-header .status.title span,._account_api .liveDashboard .list-results thead .list-results-header .status.title .button-default-group span,.liveDashboard .list-results-header .status.title ._account_api .list-results thead .button-default-group span,.list-results-header .status.title ._account_api .liveDashboard .list-results thead .button-default-group span,.liveDashboard ._account_api .list-results thead .button-default-group tr span,.liveDashboard ._account_api .list-results thead tr .button-default-group span,._account_api .liveDashboard .list-results thead .button-default-group tr span,._account_api .liveDashboard .list-results thead tr .button-default-group span,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .button-default-group .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .button-default-group .dropdown-toggle:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .button-default-group .filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .button-default-group .filter,._account_api .form-label.status .liveDashboard .list-results thead .button-default-group span,._account_api .status.status-log .liveDashboard .list-results thead .button-default-group span,._account_api .status.status-report-item .liveDashboard .list-results thead .button-default-group span,._account_api .double-list dd.status .liveDashboard .list-results thead .button-default-group span,.double-list ._account_api dd.status .liveDashboard .list-results thead .button-default-group span,._account_api .double-list dt.status .liveDashboard .list-results thead .button-default-group span,.double-list ._account_api dt.status .liveDashboard .list-results thead .button-default-group span,._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead .button-default-group span,.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead .button-default-group span,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead .button-default-group span,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead .button-default-group span,._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead .button-default-group span,.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead .button-default-group span,.form-label.status .liveDashboard ._account_api .list-results thead .button-default-group span,.status.status-log .liveDashboard ._account_api .list-results thead .button-default-group span,.status.status-report-item .liveDashboard ._account_api .list-results thead .button-default-group span,.double-list dd.status .liveDashboard ._account_api .list-results thead .button-default-group span,.double-list dt.status .liveDashboard ._account_api .list-results thead .button-default-group span,.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead .button-default-group span,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead .button-default-group span,.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead .button-default-group span,._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead .button-default-group span,.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead .button-default-group span,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead .button-default-group span,.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead .button-default-group span,._account_api .sub-header .w-form .liveDashboard .list-results thead .button-default-group label,._account_api .sub-header .w-double-list .liveDashboard .list-results thead .button-default-group label,.sub-header .w-form .liveDashboard ._account_api .list-results thead .button-default-group label,.sub-header .w-double-list .liveDashboard ._account_api .list-results thead .button-default-group label,._account_api .block-filters .liveDashboard .list-results thead .button-default-group button:after,.block-filters .liveDashboard ._account_api .list-results thead .button-default-group button:after,._account_api .block-filters .liveDashboard .list-results thead .button-default-group select:after,.block-filters .liveDashboard ._account_api .list-results thead .button-default-group select:after,._account_api .form-auto-list .liveDashboard .list-results thead .button-default-group .form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard ._account_api .list-results thead .button-default-group .form-auto-item.is-user-is-inactive,._account_api .form-auto-list .liveDashboard .list-results thead .button-default-group .form-auto-item.is-user-is-active,.form-auto-list .liveDashboard ._account_api .list-results thead .button-default-group .form-auto-item.is-user-is-active,._account_api .list-results-header .status.title .liveDashboard .list-results thead .button-default-group span,.list-results-header .status.title .liveDashboard ._account_api .list-results thead .button-default-group span,.button-default-group ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .button-default-group .dropdown-toggle:after,.button-default-group .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .button-default-group .dropdown-toggle:after,.button-default-group ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .button-default-group .filter,.button-default-group .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .button-default-group .filter,.button-default-group ._account_api .list-results thead .form-label.status span,.button-default-group ._account_api .list-results thead .status.status-log span,.button-default-group ._account_api .list-results thead .status.status-report-item span,.button-default-group ._account_api .list-results thead .double-list dd.status span,.double-list .button-default-group ._account_api .list-results thead dd.status span,.button-default-group ._account_api .list-results thead .double-list dt.status span,.double-list .button-default-group ._account_api .list-results thead dt.status span,.button-default-group ._account_api .list-results thead .w-cards-container .w-card .status.title span,.w-cards-container .w-card .button-default-group ._account_api .list-results thead .status.title span,.button-default-group ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value .button-default-group ._account_api .list-results thead .status.label span,.button-default-group ._account_api .list-results thead tbody tr.sublist .status.title span,.button-default-group ._account_api .list-results tbody tr.sublist thead .status.title span,._account_api .list-results thead .form-label.status .button-default-group span,._account_api .list-results thead .status.status-log .button-default-group span,._account_api .list-results thead .status.status-report-item .button-default-group span,._account_api .list-results thead .double-list dd.status .button-default-group span,.double-list ._account_api .list-results thead dd.status .button-default-group span,._account_api .list-results thead .double-list dt.status .button-default-group span,.double-list ._account_api .list-results thead dt.status .button-default-group span,._account_api .list-results thead .w-cards-container .w-card .status.title .button-default-group span,.w-cards-container .w-card ._account_api .list-results thead .status.title .button-default-group span,._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .button-default-group span,.w-cards-container .w-card.centered .w-value ._account_api .list-results thead .status.label .button-default-group span,._account_api .list-results thead tbody tr.sublist .status.title .button-default-group span,._account_api .list-results tbody tr.sublist thead .status.title .button-default-group span,.button-default-group .form-label.status ._account_api .list-results thead span,.button-default-group .status.status-log ._account_api .list-results thead span,.button-default-group .status.status-report-item ._account_api .list-results thead span,.button-default-group .double-list dd.status ._account_api .list-results thead span,.double-list .button-default-group dd.status ._account_api .list-results thead span,.button-default-group .double-list dt.status ._account_api .list-results thead span,.double-list .button-default-group dt.status ._account_api .list-results thead span,.button-default-group .w-cards-container .w-card .status.title ._account_api .list-results thead span,.w-cards-container .w-card .button-default-group .status.title ._account_api .list-results thead span,.button-default-group .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span,.w-cards-container .w-card.centered .w-value .button-default-group .status.label ._account_api .list-results thead span,.button-default-group .list-results tbody tr.sublist .status.title ._account_api .list-results thead span,.list-results tbody tr.sublist .button-default-group .status.title ._account_api .list-results thead span,.form-label.status ._account_api .list-results thead .button-default-group span,.status.status-log ._account_api .list-results thead .button-default-group span,.status.status-report-item ._account_api .list-results thead .button-default-group span,.double-list dd.status ._account_api .list-results thead .button-default-group span,.double-list dt.status ._account_api .list-results thead .button-default-group span,.w-cards-container .w-card .status.title ._account_api .list-results thead .button-default-group span,.w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead .button-default-group span,.list-results tbody tr.sublist .status.title ._account_api .list-results thead .button-default-group span,.button-default-group ._account_api .list-results thead .w-filters-selected label.status.small span,._account_api .list-results thead .w-filters-selected label.status.small .button-default-group span,.button-default-group .w-filters-selected label.status.small ._account_api .list-results thead span,.w-filters-selected label.status.small ._account_api .list-results thead .button-default-group span,.button-default-group ._account_api .list-results thead .w-filters-selected .status.btn-f-s span,._account_api .list-results thead .w-filters-selected .status.btn-f-s .button-default-group span,.button-default-group .w-filters-selected .status.btn-f-s ._account_api .list-results thead span,.w-filters-selected .status.btn-f-s ._account_api .list-results thead .button-default-group span,.button-default-group ._account_api .list-results thead .sub-header .w-form label,.button-default-group ._account_api .list-results thead .sub-header .w-double-list label,._account_api .list-results thead .sub-header .w-form .button-default-group label,._account_api .list-results thead .sub-header .w-double-list .button-default-group label,.button-default-group .sub-header .w-form ._account_api .list-results thead label,.button-default-group .sub-header .w-double-list ._account_api .list-results thead label,.sub-header .w-form ._account_api .list-results thead .button-default-group label,.sub-header .w-double-list ._account_api .list-results thead .button-default-group label,.button-default-group ._account_api .list-results thead .block-filters button:after,._account_api .list-results thead .block-filters .button-default-group button:after,.button-default-group .block-filters ._account_api .list-results thead button:after,.block-filters ._account_api .list-results thead .button-default-group button:after,.button-default-group ._account_api .list-results thead .block-filters select:after,._account_api .list-results thead .block-filters .button-default-group select:after,.button-default-group .block-filters ._account_api .list-results thead select:after,.block-filters ._account_api .list-results thead .button-default-group select:after,.button-default-group ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive,._account_api .list-results thead .form-auto-list .button-default-group .form-auto-item.is-user-is-inactive,.button-default-group .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .list-results thead .button-default-group .form-auto-item.is-user-is-inactive,.button-default-group ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active,._account_api .list-results thead .form-auto-list .button-default-group .form-auto-item.is-user-is-active,.button-default-group .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-active,.form-auto-list ._account_api .list-results thead .button-default-group .form-auto-item.is-user-is-active,.button-default-group ._account_api .list-results thead .list-results-header .status.title span,._account_api .list-results thead .list-results-header .status.title .button-default-group span,.button-default-group .list-results-header .status.title ._account_api .list-results thead span,.list-results-header .status.title ._account_api .list-results thead .button-default-group span,.button-default-group ._account_api .list-results thead tr span,._account_api .list-results thead tr .button-default-group span,.button-default-group .sidebar-default.sidebar-default-right .sidebar-default-body .filter-group .filter-checkbox,.sidebar-default.sidebar-default-right .sidebar-default-body .filter-group .button-default-group .filter-checkbox,.button-default-group .add-filters-dropdown .w-add-filters-list>div.filter-group .filter-checkbox,.add-filters-dropdown .w-add-filters-list>div.filter-group .button-default-group .filter-checkbox,.button-default-group .filter-preset .filter-field-name button,.filter-preset .filter-field-name .button-default-group button{border-radius:0 !important}.button-default-group .button-default:first-of-type,.button-default-group .liveDashboard .list-results thead .icon:first-of-type,.button-default-group .liveDashboard .list-results thead .w-alert-banner:first-of-type:before,.button-default-group .liveDashboard .list-results thead .w-alert-banner:first-of-type:before,.button-default-group .liveDashboard ._account_api .list-results thead .w-alert-banner:first-of-type:before,._account_api .button-default-group .liveDashboard .list-results thead .w-alert-banner:first-of-type:before,.button-default-group .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:first-of-type:after,.w-dialog.plus .button-default-group .liveDashboard .list-results thead .dialog-aside:first-of-type:after,.button-default-group .liveDashboard .list-results thead .w-toast .toast.plus:first-of-type:after,.w-toast .button-default-group .liveDashboard .list-results thead .toast.plus:first-of-type:after,.button-default-group .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:first-of-type:before,.w-time-period .dropdown .w-selection .button-default-group .liveDashboard .list-results thead .btn-period-clear:first-of-type:before,.button-default-group .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:first-of-type:before,.w-time-period .dropdown .w-selection .button-default-group .liveDashboard .list-results thead .btn-filter:first-of-type:before,.button-default-group .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:first-of-type:before,.w-time-period .dropdown .w-selection .button-default-group .liveDashboard .list-results thead .btn-period-edit:first-of-type:before,.button-default-group .liveDashboard .list-results thead .block-filters .btn-filter:first-of-type:before,.block-filters .button-default-group .liveDashboard .list-results thead .btn-filter:first-of-type:before,.button-default-group .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label:first-of-type,.toggleWrapper .button-default-group .liveDashboard .list-results thead input.mobileToggle+label:first-of-type,.button-default-group .liveDashboard .list-results thead tbody span.status:first-of-type,.button-default-group .liveDashboard .list-results tbody thead span.status:first-of-type,.button-default-group .liveDashboard .list-results thead tbody td.is-running span:first-of-type,.button-default-group .liveDashboard .list-results tbody td.is-running thead span:first-of-type,.button-default-group .liveDashboard .list-results thead tbody td.is-pending span:first-of-type,.button-default-group .liveDashboard .list-results tbody td.is-pending thead span:first-of-type,.button-default-group .liveDashboard .list-results thead .icon:first-of-type,.button-default-group .liveDashboard .list-results thead .w-alert-banner:first-of-type:before,.button-default-group .liveDashboard .list-results thead .w-alert-banner:first-of-type:before,.button-default-group .liveDashboard ._account_api .list-results thead .w-alert-banner:first-of-type:before,._account_api .button-default-group .liveDashboard .list-results thead .w-alert-banner:first-of-type:before,.button-default-group .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:first-of-type:after,.w-dialog.plus .button-default-group .liveDashboard .list-results thead .dialog-aside:first-of-type:after,.button-default-group .liveDashboard .list-results thead .w-toast .toast.plus:first-of-type:after,.w-toast .button-default-group .liveDashboard .list-results thead .toast.plus:first-of-type:after,.button-default-group .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:first-of-type:before,.w-time-period .dropdown .w-selection .button-default-group .liveDashboard .list-results thead .btn-period-clear:first-of-type:before,.button-default-group .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:first-of-type:before,.w-time-period .dropdown .w-selection .button-default-group .liveDashboard .list-results thead .btn-filter:first-of-type:before,.button-default-group .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:first-of-type:before,.w-time-period .dropdown .w-selection .button-default-group .liveDashboard .list-results thead .btn-period-edit:first-of-type:before,.button-default-group .liveDashboard .list-results thead .block-filters .btn-filter:first-of-type:before,.block-filters .button-default-group .liveDashboard .list-results thead .btn-filter:first-of-type:before,.button-default-group .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label:first-of-type,.toggleWrapper .button-default-group .liveDashboard .list-results thead input.mobileToggle+label:first-of-type,.button-default-group .liveDashboard .list-results thead tbody span.status:first-of-type,.button-default-group .liveDashboard .list-results tbody thead span.status:first-of-type,.button-default-group .liveDashboard .list-results thead tbody td.is-running span:first-of-type,.button-default-group .liveDashboard .list-results tbody td.is-running thead span:first-of-type,.button-default-group .liveDashboard .list-results thead tbody td.is-pending span:first-of-type,.button-default-group .liveDashboard .list-results tbody td.is-pending thead span:first-of-type,.button-default-group .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:first-of-type:after,.button-default-group .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .dropdown-toggle:first-of-type:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .button-default-group .liveDashboard .list-results thead .dropdown-toggle:first-of-type:after,.button-default-group .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:first-of-type,.button-default-group .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .filter:first-of-type,.w-filter-preset.w-filter-preset .filter-preset .button-default-group .liveDashboard .list-results thead .filter:first-of-type,.button-default-group .liveDashboard .list-results thead .form-label.status span:first-of-type,.button-default-group .liveDashboard .list-results thead .status.status-log span:first-of-type,.button-default-group .liveDashboard .list-results thead .status.status-report-item span:first-of-type,.button-default-group .liveDashboard .list-results thead .double-list dd.status span:first-of-type,.double-list .button-default-group .liveDashboard .list-results thead dd.status span:first-of-type,.button-default-group .liveDashboard .list-results thead .double-list dt.status span:first-of-type,.double-list .button-default-group .liveDashboard .list-results thead dt.status span:first-of-type,.button-default-group .liveDashboard .list-results thead .w-cards-container .w-card .status.title span:first-of-type,.w-cards-container .w-card .button-default-group .liveDashboard .list-results thead .status.title span:first-of-type,.button-default-group .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:first-of-type,.w-cards-container .w-card.centered .w-value .button-default-group .liveDashboard .list-results thead .status.label span:first-of-type,.button-default-group .liveDashboard .list-results thead tbody tr.sublist .status.title span:first-of-type,.button-default-group .liveDashboard .list-results tbody tr.sublist thead .status.title span:first-of-type,.button-default-group .form-label.status .liveDashboard .list-results thead span:first-of-type,.button-default-group .status.status-log .liveDashboard .list-results thead span:first-of-type,.button-default-group .status.status-report-item .liveDashboard .list-results thead span:first-of-type,.button-default-group .double-list dd.status .liveDashboard .list-results thead span:first-of-type,.double-list .button-default-group dd.status .liveDashboard .list-results thead span:first-of-type,.button-default-group .double-list dt.status .liveDashboard .list-results thead span:first-of-type,.double-list .button-default-group dt.status .liveDashboard .list-results thead span:first-of-type,.button-default-group .w-cards-container .w-card .status.title .liveDashboard .list-results thead span:first-of-type,.w-cards-container .w-card .button-default-group .status.title .liveDashboard .list-results thead span:first-of-type,.button-default-group .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span:first-of-type,.w-cards-container .w-card.centered .w-value .button-default-group .status.label .liveDashboard .list-results thead span:first-of-type,.button-default-group .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span:first-of-type,.list-results tbody tr.sublist .button-default-group .status.title .liveDashboard .list-results thead span:first-of-type,.form-label.status .button-default-group .liveDashboard .list-results thead span:first-of-type,.status.status-log .button-default-group .liveDashboard .list-results thead span:first-of-type,.status.status-report-item .button-default-group .liveDashboard .list-results thead span:first-of-type,.double-list dd.status .button-default-group .liveDashboard .list-results thead span:first-of-type,.double-list dt.status .button-default-group .liveDashboard .list-results thead span:first-of-type,.w-cards-container .w-card .status.title .button-default-group .liveDashboard .list-results thead span:first-of-type,.w-cards-container .w-card.centered .w-value .status.label .button-default-group .liveDashboard .list-results thead span:first-of-type,.list-results tbody tr.sublist .status.title .button-default-group .liveDashboard .list-results thead span:first-of-type,.button-default-group .liveDashboard .list-results thead .w-filters-selected label.status.small span:first-of-type,.button-default-group .w-filters-selected label.status.small .liveDashboard .list-results thead span:first-of-type,.w-filters-selected label.status.small .button-default-group .liveDashboard .list-results thead span:first-of-type,.button-default-group .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span:first-of-type,.button-default-group .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span:first-of-type,.w-filters-selected .status.btn-f-s .button-default-group .liveDashboard .list-results thead span:first-of-type,.button-default-group .liveDashboard .list-results thead .sub-header .w-form label:first-of-type,.button-default-group .liveDashboard .list-results thead .sub-header .w-double-list label:first-of-type,.button-default-group .sub-header .w-form .liveDashboard .list-results thead label:first-of-type,.button-default-group .sub-header .w-double-list .liveDashboard .list-results thead label:first-of-type,.sub-header .w-form .button-default-group .liveDashboard .list-results thead label:first-of-type,.sub-header .w-double-list .button-default-group .liveDashboard .list-results thead label:first-of-type,.button-default-group .liveDashboard .list-results thead .block-filters button:first-of-type:after,.button-default-group .block-filters .liveDashboard .list-results thead button:first-of-type:after,.block-filters .button-default-group .liveDashboard .list-results thead button:first-of-type:after,.button-default-group .liveDashboard .list-results thead .block-filters select:first-of-type:after,.button-default-group .block-filters .liveDashboard .list-results thead select:first-of-type:after,.block-filters .button-default-group .liveDashboard .list-results thead select:first-of-type:after,.button-default-group .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:first-of-type,.button-default-group .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive:first-of-type,.form-auto-list .button-default-group .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive:first-of-type,.button-default-group .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active:first-of-type,.button-default-group .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-active:first-of-type,.form-auto-list .button-default-group .liveDashboard .list-results thead .form-auto-item.is-user-is-active:first-of-type,.button-default-group .liveDashboard .list-results thead .list-results-header .status.title span:first-of-type,.button-default-group .list-results-header .status.title .liveDashboard .list-results thead span:first-of-type,.list-results-header .status.title .button-default-group .liveDashboard .list-results thead span:first-of-type,.button-default-group .liveDashboard .list-results thead tr span:first-of-type,.button-default-group .liveDashboard ._account_api .list-results thead .icon:first-of-type,.button-default-group .liveDashboard ._account_api .list-results thead .w-alert-banner:first-of-type:before,.button-default-group .liveDashboard ._account_api .list-results thead .w-alert-banner:first-of-type:before,.button-default-group .liveDashboard ._account_api .list-results thead .w-alert-banner:first-of-type:before,.button-default-group .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:first-of-type:after,.w-dialog.plus .button-default-group .liveDashboard ._account_api .list-results thead .dialog-aside:first-of-type:after,.button-default-group .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:first-of-type:after,.w-toast .button-default-group .liveDashboard ._account_api .list-results thead .toast.plus:first-of-type:after,.button-default-group .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:first-of-type:before,.w-time-period .dropdown .w-selection .button-default-group .liveDashboard ._account_api .list-results thead .btn-period-clear:first-of-type:before,.button-default-group .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:first-of-type:before,.w-time-period .dropdown .w-selection .button-default-group .liveDashboard ._account_api .list-results thead .btn-filter:first-of-type:before,.button-default-group .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:first-of-type:before,.w-time-period .dropdown .w-selection .button-default-group .liveDashboard ._account_api .list-results thead .btn-period-edit:first-of-type:before,.button-default-group .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:first-of-type:before,.block-filters .button-default-group .liveDashboard ._account_api .list-results thead .btn-filter:first-of-type:before,.button-default-group .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label:first-of-type,.toggleWrapper .button-default-group .liveDashboard ._account_api .list-results thead input.mobileToggle+label:first-of-type,.button-default-group .liveDashboard ._account_api .list-results thead tbody span.status:first-of-type,.button-default-group .liveDashboard ._account_api .list-results tbody thead span.status:first-of-type,.button-default-group .liveDashboard ._account_api .list-results thead tbody td.is-running span:first-of-type,.button-default-group .liveDashboard ._account_api .list-results tbody td.is-running thead span:first-of-type,.button-default-group .liveDashboard ._account_api .list-results thead tbody td.is-pending span:first-of-type,.button-default-group .liveDashboard ._account_api .list-results tbody td.is-pending thead span:first-of-type,._account_api .button-default-group .liveDashboard .list-results thead .icon:first-of-type,._account_api .button-default-group .liveDashboard .list-results thead .w-alert-banner:first-of-type:before,._account_api .button-default-group .liveDashboard .list-results thead .w-alert-banner:first-of-type:before,._account_api .button-default-group .liveDashboard .list-results thead .w-alert-banner:first-of-type:before,._account_api .button-default-group .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:first-of-type:after,.w-dialog.plus ._account_api .button-default-group .liveDashboard .list-results thead .dialog-aside:first-of-type:after,._account_api .button-default-group .liveDashboard .list-results thead .w-toast .toast.plus:first-of-type:after,.w-toast ._account_api .button-default-group .liveDashboard .list-results thead .toast.plus:first-of-type:after,._account_api .button-default-group .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:first-of-type:before,.w-time-period .dropdown .w-selection ._account_api .button-default-group .liveDashboard .list-results thead .btn-period-clear:first-of-type:before,._account_api .button-default-group .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:first-of-type:before,.w-time-period .dropdown .w-selection ._account_api .button-default-group .liveDashboard .list-results thead .btn-filter:first-of-type:before,._account_api .button-default-group .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:first-of-type:before,.w-time-period .dropdown .w-selection ._account_api .button-default-group .liveDashboard .list-results thead .btn-period-edit:first-of-type:before,._account_api .button-default-group .liveDashboard .list-results thead .block-filters .btn-filter:first-of-type:before,.block-filters ._account_api .button-default-group .liveDashboard .list-results thead .btn-filter:first-of-type:before,._account_api .button-default-group .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label:first-of-type,.toggleWrapper ._account_api .button-default-group .liveDashboard .list-results thead input.mobileToggle+label:first-of-type,._account_api .button-default-group .liveDashboard .list-results thead tbody span.status:first-of-type,._account_api .button-default-group .liveDashboard .list-results tbody thead span.status:first-of-type,._account_api .button-default-group .liveDashboard .list-results thead tbody td.is-running span:first-of-type,._account_api .button-default-group .liveDashboard .list-results tbody td.is-running thead span:first-of-type,._account_api .button-default-group .liveDashboard .list-results thead tbody td.is-pending span:first-of-type,._account_api .button-default-group .liveDashboard .list-results tbody td.is-pending thead span:first-of-type,.button-default-group .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:first-of-type:after,._account_api .button-default-group .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:first-of-type:after,.button-default-group .liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .dropdown-toggle:first-of-type:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .button-default-group .liveDashboard .list-results thead .dropdown-toggle:first-of-type:after,.button-default-group .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:first-of-type,._account_api .button-default-group .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:first-of-type,.button-default-group .liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .filter:first-of-type,.w-filter-preset.w-filter-preset .filter-preset ._account_api .button-default-group .liveDashboard .list-results thead .filter:first-of-type,.button-default-group .liveDashboard ._account_api .list-results thead .form-label.status span:first-of-type,.button-default-group .liveDashboard ._account_api .list-results thead .status.status-log span:first-of-type,.button-default-group .liveDashboard ._account_api .list-results thead .status.status-report-item span:first-of-type,.button-default-group .liveDashboard ._account_api .list-results thead .double-list dd.status span:first-of-type,.double-list .button-default-group .liveDashboard ._account_api .list-results thead dd.status span:first-of-type,.button-default-group .liveDashboard ._account_api .list-results thead .double-list dt.status span:first-of-type,.double-list .button-default-group .liveDashboard ._account_api .list-results thead dt.status span:first-of-type,.button-default-group .liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span:first-of-type,.w-cards-container .w-card .button-default-group .liveDashboard ._account_api .list-results thead .status.title span:first-of-type,.button-default-group .liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:first-of-type,.w-cards-container .w-card.centered .w-value .button-default-group .liveDashboard ._account_api .list-results thead .status.label span:first-of-type,.button-default-group .liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span:first-of-type,.button-default-group .liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span:first-of-type,._account_api .button-default-group .liveDashboard .list-results thead .form-label.status span:first-of-type,._account_api .button-default-group .liveDashboard .list-results thead .status.status-log span:first-of-type,._account_api .button-default-group .liveDashboard .list-results thead .status.status-report-item span:first-of-type,._account_api .button-default-group .liveDashboard .list-results thead .double-list dd.status span:first-of-type,.double-list ._account_api .button-default-group .liveDashboard .list-results thead dd.status span:first-of-type,._account_api .button-default-group .liveDashboard .list-results thead .double-list dt.status span:first-of-type,.double-list ._account_api .button-default-group .liveDashboard .list-results thead dt.status span:first-of-type,._account_api .button-default-group .liveDashboard .list-results thead .w-cards-container .w-card .status.title span:first-of-type,.w-cards-container .w-card ._account_api .button-default-group .liveDashboard .list-results thead .status.title span:first-of-type,._account_api .button-default-group .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:first-of-type,.w-cards-container .w-card.centered .w-value ._account_api .button-default-group .liveDashboard .list-results thead .status.label span:first-of-type,._account_api .button-default-group .liveDashboard .list-results thead tbody tr.sublist .status.title span:first-of-type,._account_api .button-default-group .liveDashboard .list-results tbody tr.sublist thead .status.title span:first-of-type,.button-default-group .liveDashboard .form-label.status ._account_api .list-results thead span:first-of-type,.button-default-group .liveDashboard .status.status-log ._account_api .list-results thead span:first-of-type,.button-default-group .liveDashboard .status.status-report-item ._account_api .list-results thead span:first-of-type,.button-default-group .liveDashboard .double-list dd.status ._account_api .list-results thead span:first-of-type,.double-list .button-default-group .liveDashboard dd.status ._account_api .list-results thead span:first-of-type,.button-default-group .liveDashboard .double-list dt.status ._account_api .list-results thead span:first-of-type,.double-list .button-default-group .liveDashboard dt.status ._account_api .list-results thead span:first-of-type,.button-default-group .liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span:first-of-type,.w-cards-container .w-card .button-default-group .liveDashboard .status.title ._account_api .list-results thead span:first-of-type,.button-default-group .liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span:first-of-type,.w-cards-container .w-card.centered .w-value .button-default-group .liveDashboard .status.label ._account_api .list-results thead span:first-of-type,.button-default-group .liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span:first-of-type,.list-results tbody tr.sublist .button-default-group .liveDashboard .status.title ._account_api .list-results thead span:first-of-type,.form-label.status ._account_api .button-default-group .liveDashboard .list-results thead span:first-of-type,.status.status-log ._account_api .button-default-group .liveDashboard .list-results thead span:first-of-type,.status.status-report-item ._account_api .button-default-group .liveDashboard .list-results thead span:first-of-type,.double-list dd.status ._account_api .button-default-group .liveDashboard .list-results thead span:first-of-type,.double-list dt.status ._account_api .button-default-group .liveDashboard .list-results thead span:first-of-type,.w-cards-container .w-card .status.title ._account_api .button-default-group .liveDashboard .list-results thead span:first-of-type,.w-cards-container .w-card.centered .w-value .status.label ._account_api .button-default-group .liveDashboard .list-results thead span:first-of-type,.list-results tbody tr.sublist .status.title ._account_api .button-default-group .liveDashboard .list-results thead span:first-of-type,.button-default-group .liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span:first-of-type,._account_api .button-default-group .liveDashboard .list-results thead .w-filters-selected label.status.small span:first-of-type,.button-default-group .liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span:first-of-type,.w-filters-selected label.status.small ._account_api .button-default-group .liveDashboard .list-results thead span:first-of-type,.button-default-group .liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span:first-of-type,._account_api .button-default-group .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span:first-of-type,.button-default-group .liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span:first-of-type,.w-filters-selected .status.btn-f-s ._account_api .button-default-group .liveDashboard .list-results thead span:first-of-type,.button-default-group .liveDashboard ._account_api .list-results thead .sub-header .w-form label:first-of-type,.button-default-group .liveDashboard ._account_api .list-results thead .sub-header .w-double-list label:first-of-type,._account_api .button-default-group .liveDashboard .list-results thead .sub-header .w-form label:first-of-type,._account_api .button-default-group .liveDashboard .list-results thead .sub-header .w-double-list label:first-of-type,.button-default-group .liveDashboard .sub-header .w-form ._account_api .list-results thead label:first-of-type,.button-default-group .liveDashboard .sub-header .w-double-list ._account_api .list-results thead label:first-of-type,.sub-header .w-form ._account_api .button-default-group .liveDashboard .list-results thead label:first-of-type,.sub-header .w-double-list ._account_api .button-default-group .liveDashboard .list-results thead label:first-of-type,.button-default-group .liveDashboard ._account_api .list-results thead .block-filters button:first-of-type:after,._account_api .button-default-group .liveDashboard .list-results thead .block-filters button:first-of-type:after,.button-default-group .liveDashboard .block-filters ._account_api .list-results thead button:first-of-type:after,.block-filters ._account_api .button-default-group .liveDashboard .list-results thead button:first-of-type:after,.button-default-group .liveDashboard ._account_api .list-results thead .block-filters select:first-of-type:after,._account_api .button-default-group .liveDashboard .list-results thead .block-filters select:first-of-type:after,.button-default-group .liveDashboard .block-filters ._account_api .list-results thead select:first-of-type:after,.block-filters ._account_api .button-default-group .liveDashboard .list-results thead select:first-of-type:after,.button-default-group .liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:first-of-type,._account_api .button-default-group .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:first-of-type,.button-default-group .liveDashboard .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-inactive:first-of-type,.form-auto-list ._account_api .button-default-group .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive:first-of-type,.button-default-group .liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active:first-of-type,._account_api .button-default-group .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active:first-of-type,.button-default-group .liveDashboard .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-active:first-of-type,.form-auto-list ._account_api .button-default-group .liveDashboard .list-results thead .form-auto-item.is-user-is-active:first-of-type,.button-default-group .liveDashboard ._account_api .list-results thead .list-results-header .status.title span:first-of-type,._account_api .button-default-group .liveDashboard .list-results thead .list-results-header .status.title span:first-of-type,.button-default-group .liveDashboard .list-results-header .status.title ._account_api .list-results thead span:first-of-type,.list-results-header .status.title ._account_api .button-default-group .liveDashboard .list-results thead span:first-of-type,.button-default-group .liveDashboard ._account_api .list-results thead tr span:first-of-type,._account_api .button-default-group .liveDashboard .list-results thead tr span:first-of-type,.button-default-group .liveDashboard ._account_api .list-results thead .icon:first-of-type,.button-default-group .liveDashboard ._account_api .list-results thead .w-alert-banner:first-of-type:before,.button-default-group .liveDashboard ._account_api .list-results thead .w-alert-banner:first-of-type:before,.button-default-group .liveDashboard ._account_api .list-results thead .w-alert-banner:first-of-type:before,.button-default-group .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:first-of-type:after,.w-dialog.plus .button-default-group .liveDashboard ._account_api .list-results thead .dialog-aside:first-of-type:after,.button-default-group .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:first-of-type:after,.w-toast .button-default-group .liveDashboard ._account_api .list-results thead .toast.plus:first-of-type:after,.button-default-group .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:first-of-type:before,.w-time-period .dropdown .w-selection .button-default-group .liveDashboard ._account_api .list-results thead .btn-period-clear:first-of-type:before,.button-default-group .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:first-of-type:before,.w-time-period .dropdown .w-selection .button-default-group .liveDashboard ._account_api .list-results thead .btn-filter:first-of-type:before,.button-default-group .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:first-of-type:before,.w-time-period .dropdown .w-selection .button-default-group .liveDashboard ._account_api .list-results thead .btn-period-edit:first-of-type:before,.button-default-group .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:first-of-type:before,.block-filters .button-default-group .liveDashboard ._account_api .list-results thead .btn-filter:first-of-type:before,.button-default-group .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label:first-of-type,.toggleWrapper .button-default-group .liveDashboard ._account_api .list-results thead input.mobileToggle+label:first-of-type,.button-default-group .liveDashboard ._account_api .list-results thead tbody span.status:first-of-type,.button-default-group .liveDashboard ._account_api .list-results tbody thead span.status:first-of-type,.button-default-group .liveDashboard ._account_api .list-results thead tbody td.is-running span:first-of-type,.button-default-group .liveDashboard ._account_api .list-results tbody td.is-running thead span:first-of-type,.button-default-group .liveDashboard ._account_api .list-results thead tbody td.is-pending span:first-of-type,.button-default-group .liveDashboard ._account_api .list-results tbody td.is-pending thead span:first-of-type,.button-default-group ._account_api .liveDashboard .list-results thead .icon:first-of-type,.button-default-group ._account_api .liveDashboard .list-results thead .w-alert-banner:first-of-type:before,.button-default-group ._account_api .liveDashboard .list-results thead .w-alert-banner:first-of-type:before,.button-default-group ._account_api .liveDashboard .list-results thead .w-alert-banner:first-of-type:before,.button-default-group ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:first-of-type:after,.w-dialog.plus .button-default-group ._account_api .liveDashboard .list-results thead .dialog-aside:first-of-type:after,.button-default-group ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:first-of-type:after,.w-toast .button-default-group ._account_api .liveDashboard .list-results thead .toast.plus:first-of-type:after,.button-default-group ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:first-of-type:before,.w-time-period .dropdown .w-selection .button-default-group ._account_api .liveDashboard .list-results thead .btn-period-clear:first-of-type:before,.button-default-group ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:first-of-type:before,.w-time-period .dropdown .w-selection .button-default-group ._account_api .liveDashboard .list-results thead .btn-filter:first-of-type:before,.button-default-group ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:first-of-type:before,.w-time-period .dropdown .w-selection .button-default-group ._account_api .liveDashboard .list-results thead .btn-period-edit:first-of-type:before,.button-default-group ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:first-of-type:before,.block-filters .button-default-group ._account_api .liveDashboard .list-results thead .btn-filter:first-of-type:before,.button-default-group ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label:first-of-type,.toggleWrapper .button-default-group ._account_api .liveDashboard .list-results thead input.mobileToggle+label:first-of-type,.button-default-group ._account_api .liveDashboard .list-results thead tbody span.status:first-of-type,.button-default-group ._account_api .liveDashboard .list-results tbody thead span.status:first-of-type,.button-default-group ._account_api .liveDashboard .list-results thead tbody td.is-running span:first-of-type,.button-default-group ._account_api .liveDashboard .list-results tbody td.is-running thead span:first-of-type,.button-default-group ._account_api .liveDashboard .list-results thead tbody td.is-pending span:first-of-type,.button-default-group ._account_api .liveDashboard .list-results tbody td.is-pending thead span:first-of-type,._account_api .button-default-group .liveDashboard .list-results thead .icon:first-of-type,._account_api .button-default-group .liveDashboard .list-results thead .w-alert-banner:first-of-type:before,._account_api .button-default-group .liveDashboard .list-results thead .w-alert-banner:first-of-type:before,._account_api .button-default-group .liveDashboard .list-results thead .w-alert-banner:first-of-type:before,._account_api .button-default-group .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:first-of-type:after,.w-dialog.plus ._account_api .button-default-group .liveDashboard .list-results thead .dialog-aside:first-of-type:after,._account_api .button-default-group .liveDashboard .list-results thead .w-toast .toast.plus:first-of-type:after,.w-toast ._account_api .button-default-group .liveDashboard .list-results thead .toast.plus:first-of-type:after,._account_api .button-default-group .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:first-of-type:before,.w-time-period .dropdown .w-selection ._account_api .button-default-group .liveDashboard .list-results thead .btn-period-clear:first-of-type:before,._account_api .button-default-group .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:first-of-type:before,.w-time-period .dropdown .w-selection ._account_api .button-default-group .liveDashboard .list-results thead .btn-filter:first-of-type:before,._account_api .button-default-group .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:first-of-type:before,.w-time-period .dropdown .w-selection ._account_api .button-default-group .liveDashboard .list-results thead .btn-period-edit:first-of-type:before,._account_api .button-default-group .liveDashboard .list-results thead .block-filters .btn-filter:first-of-type:before,.block-filters ._account_api .button-default-group .liveDashboard .list-results thead .btn-filter:first-of-type:before,._account_api .button-default-group .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label:first-of-type,.toggleWrapper ._account_api .button-default-group .liveDashboard .list-results thead input.mobileToggle+label:first-of-type,._account_api .button-default-group .liveDashboard .list-results thead tbody span.status:first-of-type,._account_api .button-default-group .liveDashboard .list-results tbody thead span.status:first-of-type,._account_api .button-default-group .liveDashboard .list-results thead tbody td.is-running span:first-of-type,._account_api .button-default-group .liveDashboard .list-results tbody td.is-running thead span:first-of-type,._account_api .button-default-group .liveDashboard .list-results thead tbody td.is-pending span:first-of-type,._account_api .button-default-group .liveDashboard .list-results tbody td.is-pending thead span:first-of-type,.button-default-group .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:first-of-type:after,.button-default-group ._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:first-of-type:after,._account_api .button-default-group .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:first-of-type:after,.button-default-group .liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .dropdown-toggle:first-of-type:after,.button-default-group .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .dropdown-toggle:first-of-type:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .button-default-group .liveDashboard .list-results thead .dropdown-toggle:first-of-type:after,.button-default-group .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:first-of-type,.button-default-group ._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:first-of-type,._account_api .button-default-group .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:first-of-type,.button-default-group .liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .filter:first-of-type,.button-default-group .w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .filter:first-of-type,.w-filter-preset.w-filter-preset .filter-preset ._account_api .button-default-group .liveDashboard .list-results thead .filter:first-of-type,.button-default-group .liveDashboard ._account_api .list-results thead .form-label.status span:first-of-type,.button-default-group .liveDashboard ._account_api .list-results thead .status.status-log span:first-of-type,.button-default-group .liveDashboard ._account_api .list-results thead .status.status-report-item span:first-of-type,.button-default-group .liveDashboard ._account_api .list-results thead .double-list dd.status span:first-of-type,.double-list .button-default-group .liveDashboard ._account_api .list-results thead dd.status span:first-of-type,.button-default-group .liveDashboard ._account_api .list-results thead .double-list dt.status span:first-of-type,.double-list .button-default-group .liveDashboard ._account_api .list-results thead dt.status span:first-of-type,.button-default-group .liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span:first-of-type,.w-cards-container .w-card .button-default-group .liveDashboard ._account_api .list-results thead .status.title span:first-of-type,.button-default-group .liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:first-of-type,.w-cards-container .w-card.centered .w-value .button-default-group .liveDashboard ._account_api .list-results thead .status.label span:first-of-type,.button-default-group .liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span:first-of-type,.button-default-group .liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span:first-of-type,.button-default-group ._account_api .liveDashboard .list-results thead .form-label.status span:first-of-type,.button-default-group ._account_api .liveDashboard .list-results thead .status.status-log span:first-of-type,.button-default-group ._account_api .liveDashboard .list-results thead .status.status-report-item span:first-of-type,.button-default-group ._account_api .liveDashboard .list-results thead .double-list dd.status span:first-of-type,.double-list .button-default-group ._account_api .liveDashboard .list-results thead dd.status span:first-of-type,.button-default-group ._account_api .liveDashboard .list-results thead .double-list dt.status span:first-of-type,.double-list .button-default-group ._account_api .liveDashboard .list-results thead dt.status span:first-of-type,.button-default-group ._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span:first-of-type,.w-cards-container .w-card .button-default-group ._account_api .liveDashboard .list-results thead .status.title span:first-of-type,.button-default-group ._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:first-of-type,.w-cards-container .w-card.centered .w-value .button-default-group ._account_api .liveDashboard .list-results thead .status.label span:first-of-type,.button-default-group ._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span:first-of-type,.button-default-group ._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span:first-of-type,._account_api .button-default-group .liveDashboard .list-results thead .form-label.status span:first-of-type,._account_api .button-default-group .liveDashboard .list-results thead .status.status-log span:first-of-type,._account_api .button-default-group .liveDashboard .list-results thead .status.status-report-item span:first-of-type,._account_api .button-default-group .liveDashboard .list-results thead .double-list dd.status span:first-of-type,.double-list ._account_api .button-default-group .liveDashboard .list-results thead dd.status span:first-of-type,._account_api .button-default-group .liveDashboard .list-results thead .double-list dt.status span:first-of-type,.double-list ._account_api .button-default-group .liveDashboard .list-results thead dt.status span:first-of-type,._account_api .button-default-group .liveDashboard .list-results thead .w-cards-container .w-card .status.title span:first-of-type,.w-cards-container .w-card ._account_api .button-default-group .liveDashboard .list-results thead .status.title span:first-of-type,._account_api .button-default-group .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:first-of-type,.w-cards-container .w-card.centered .w-value ._account_api .button-default-group .liveDashboard .list-results thead .status.label span:first-of-type,._account_api .button-default-group .liveDashboard .list-results thead tbody tr.sublist .status.title span:first-of-type,._account_api .button-default-group .liveDashboard .list-results tbody tr.sublist thead .status.title span:first-of-type,.button-default-group .liveDashboard .form-label.status ._account_api .list-results thead span:first-of-type,.button-default-group .liveDashboard .status.status-log ._account_api .list-results thead span:first-of-type,.button-default-group .liveDashboard .status.status-report-item ._account_api .list-results thead span:first-of-type,.button-default-group .liveDashboard .double-list dd.status ._account_api .list-results thead span:first-of-type,.double-list .button-default-group .liveDashboard dd.status ._account_api .list-results thead span:first-of-type,.button-default-group .liveDashboard .double-list dt.status ._account_api .list-results thead span:first-of-type,.double-list .button-default-group .liveDashboard dt.status ._account_api .list-results thead span:first-of-type,.button-default-group .liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span:first-of-type,.w-cards-container .w-card .button-default-group .liveDashboard .status.title ._account_api .list-results thead span:first-of-type,.button-default-group .liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span:first-of-type,.w-cards-container .w-card.centered .w-value .button-default-group .liveDashboard .status.label ._account_api .list-results thead span:first-of-type,.button-default-group .liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span:first-of-type,.list-results tbody tr.sublist .button-default-group .liveDashboard .status.title ._account_api .list-results thead span:first-of-type,.button-default-group .form-label.status ._account_api .liveDashboard .list-results thead span:first-of-type,.button-default-group .status.status-log ._account_api .liveDashboard .list-results thead span:first-of-type,.button-default-group .status.status-report-item ._account_api .liveDashboard .list-results thead span:first-of-type,.button-default-group .double-list dd.status ._account_api .liveDashboard .list-results thead span:first-of-type,.double-list .button-default-group dd.status ._account_api .liveDashboard .list-results thead span:first-of-type,.button-default-group .double-list dt.status ._account_api .liveDashboard .list-results thead span:first-of-type,.double-list .button-default-group dt.status ._account_api .liveDashboard .list-results thead span:first-of-type,.button-default-group .w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead span:first-of-type,.w-cards-container .w-card .button-default-group .status.title ._account_api .liveDashboard .list-results thead span:first-of-type,.button-default-group .w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead span:first-of-type,.w-cards-container .w-card.centered .w-value .button-default-group .status.label ._account_api .liveDashboard .list-results thead span:first-of-type,.button-default-group .list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead span:first-of-type,.list-results tbody tr.sublist .button-default-group .status.title ._account_api .liveDashboard .list-results thead span:first-of-type,.form-label.status ._account_api .button-default-group .liveDashboard .list-results thead span:first-of-type,.status.status-log ._account_api .button-default-group .liveDashboard .list-results thead span:first-of-type,.status.status-report-item ._account_api .button-default-group .liveDashboard .list-results thead span:first-of-type,.double-list dd.status ._account_api .button-default-group .liveDashboard .list-results thead span:first-of-type,.double-list dt.status ._account_api .button-default-group .liveDashboard .list-results thead span:first-of-type,.w-cards-container .w-card .status.title ._account_api .button-default-group .liveDashboard .list-results thead span:first-of-type,.w-cards-container .w-card.centered .w-value .status.label ._account_api .button-default-group .liveDashboard .list-results thead span:first-of-type,.list-results tbody tr.sublist .status.title ._account_api .button-default-group .liveDashboard .list-results thead span:first-of-type,.button-default-group .liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span:first-of-type,.button-default-group ._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span:first-of-type,._account_api .button-default-group .liveDashboard .list-results thead .w-filters-selected label.status.small span:first-of-type,.button-default-group .liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span:first-of-type,.button-default-group .w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead span:first-of-type,.w-filters-selected label.status.small ._account_api .button-default-group .liveDashboard .list-results thead span:first-of-type,.button-default-group .liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span:first-of-type,.button-default-group ._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span:first-of-type,._account_api .button-default-group .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span:first-of-type,.button-default-group .liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span:first-of-type,.button-default-group .w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead span:first-of-type,.w-filters-selected .status.btn-f-s ._account_api .button-default-group .liveDashboard .list-results thead span:first-of-type,.button-default-group .liveDashboard ._account_api .list-results thead .sub-header .w-form label:first-of-type,.button-default-group .liveDashboard ._account_api .list-results thead .sub-header .w-double-list label:first-of-type,.button-default-group ._account_api .liveDashboard .list-results thead .sub-header .w-form label:first-of-type,.button-default-group ._account_api .liveDashboard .list-results thead .sub-header .w-double-list label:first-of-type,._account_api .button-default-group .liveDashboard .list-results thead .sub-header .w-form label:first-of-type,._account_api .button-default-group .liveDashboard .list-results thead .sub-header .w-double-list label:first-of-type,.button-default-group .liveDashboard .sub-header .w-form ._account_api .list-results thead label:first-of-type,.button-default-group .liveDashboard .sub-header .w-double-list ._account_api .list-results thead label:first-of-type,.button-default-group .sub-header .w-form ._account_api .liveDashboard .list-results thead label:first-of-type,.button-default-group .sub-header .w-double-list ._account_api .liveDashboard .list-results thead label:first-of-type,.sub-header .w-form ._account_api .button-default-group .liveDashboard .list-results thead label:first-of-type,.sub-header .w-double-list ._account_api .button-default-group .liveDashboard .list-results thead label:first-of-type,.button-default-group .liveDashboard ._account_api .list-results thead .block-filters button:first-of-type:after,.button-default-group ._account_api .liveDashboard .list-results thead .block-filters button:first-of-type:after,._account_api .button-default-group .liveDashboard .list-results thead .block-filters button:first-of-type:after,.button-default-group .liveDashboard .block-filters ._account_api .list-results thead button:first-of-type:after,.button-default-group .block-filters ._account_api .liveDashboard .list-results thead button:first-of-type:after,.block-filters ._account_api .button-default-group .liveDashboard .list-results thead button:first-of-type:after,.button-default-group .liveDashboard ._account_api .list-results thead .block-filters select:first-of-type:after,.button-default-group ._account_api .liveDashboard .list-results thead .block-filters select:first-of-type:after,._account_api .button-default-group .liveDashboard .list-results thead .block-filters select:first-of-type:after,.button-default-group .liveDashboard .block-filters ._account_api .list-results thead select:first-of-type:after,.button-default-group .block-filters ._account_api .liveDashboard .list-results thead select:first-of-type:after,.block-filters ._account_api .button-default-group .liveDashboard .list-results thead select:first-of-type:after,.button-default-group .liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:first-of-type,.button-default-group ._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:first-of-type,._account_api .button-default-group .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:first-of-type,.button-default-group .liveDashboard .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-inactive:first-of-type,.button-default-group .form-auto-list ._account_api .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive:first-of-type,.form-auto-list ._account_api .button-default-group .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive:first-of-type,.button-default-group .liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active:first-of-type,.button-default-group ._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active:first-of-type,._account_api .button-default-group .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active:first-of-type,.button-default-group .liveDashboard .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-active:first-of-type,.button-default-group .form-auto-list ._account_api .liveDashboard .list-results thead .form-auto-item.is-user-is-active:first-of-type,.form-auto-list ._account_api .button-default-group .liveDashboard .list-results thead .form-auto-item.is-user-is-active:first-of-type,.button-default-group .liveDashboard ._account_api .list-results thead .list-results-header .status.title span:first-of-type,.button-default-group ._account_api .liveDashboard .list-results thead .list-results-header .status.title span:first-of-type,._account_api .button-default-group .liveDashboard .list-results thead .list-results-header .status.title span:first-of-type,.button-default-group .liveDashboard .list-results-header .status.title ._account_api .list-results thead span:first-of-type,.button-default-group .list-results-header .status.title ._account_api .liveDashboard .list-results thead span:first-of-type,.list-results-header .status.title ._account_api .button-default-group .liveDashboard .list-results thead span:first-of-type,.button-default-group .liveDashboard ._account_api .list-results thead tr span:first-of-type,.button-default-group ._account_api .liveDashboard .list-results thead tr span:first-of-type,._account_api .button-default-group .liveDashboard .list-results thead tr span:first-of-type,.button-default-group ._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .dropdown-toggle:first-of-type:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .button-default-group .liveDashboard .list-results thead .dropdown-toggle:first-of-type:after,.button-default-group .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .dropdown-toggle:first-of-type:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .button-default-group .liveDashboard ._account_api .list-results thead .dropdown-toggle:first-of-type:after,.button-default-group ._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .filter:first-of-type,._account_api .w-filter-preset.w-filter-preset .filter-preset .button-default-group .liveDashboard .list-results thead .filter:first-of-type,.button-default-group .w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .filter:first-of-type,.w-filter-preset.w-filter-preset .filter-preset .button-default-group .liveDashboard ._account_api .list-results thead .filter:first-of-type,.button-default-group ._account_api .form-label.status .liveDashboard .list-results thead span:first-of-type,.button-default-group ._account_api .status.status-log .liveDashboard .list-results thead span:first-of-type,.button-default-group ._account_api .status.status-report-item .liveDashboard .list-results thead span:first-of-type,.button-default-group ._account_api .double-list dd.status .liveDashboard .list-results thead span:first-of-type,.double-list .button-default-group ._account_api dd.status .liveDashboard .list-results thead span:first-of-type,.button-default-group ._account_api .double-list dt.status .liveDashboard .list-results thead span:first-of-type,.double-list .button-default-group ._account_api dt.status .liveDashboard .list-results thead span:first-of-type,.button-default-group ._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span:first-of-type,.w-cards-container .w-card .button-default-group ._account_api .status.title .liveDashboard .list-results thead span:first-of-type,.button-default-group ._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span:first-of-type,.w-cards-container .w-card.centered .w-value .button-default-group ._account_api .status.label .liveDashboard .list-results thead span:first-of-type,.button-default-group ._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span:first-of-type,.list-results tbody tr.sublist .button-default-group ._account_api .status.title .liveDashboard .list-results thead span:first-of-type,._account_api .form-label.status .button-default-group .liveDashboard .list-results thead span:first-of-type,._account_api .status.status-log .button-default-group .liveDashboard .list-results thead span:first-of-type,._account_api .status.status-report-item .button-default-group .liveDashboard .list-results thead span:first-of-type,._account_api .double-list dd.status .button-default-group .liveDashboard .list-results thead span:first-of-type,.double-list ._account_api dd.status .button-default-group .liveDashboard .list-results thead span:first-of-type,._account_api .double-list dt.status .button-default-group .liveDashboard .list-results thead span:first-of-type,.double-list ._account_api dt.status .button-default-group .liveDashboard .list-results thead span:first-of-type,._account_api .w-cards-container .w-card .status.title .button-default-group .liveDashboard .list-results thead span:first-of-type,.w-cards-container .w-card ._account_api .status.title .button-default-group .liveDashboard .list-results thead span:first-of-type,._account_api .w-cards-container .w-card.centered .w-value .status.label .button-default-group .liveDashboard .list-results thead span:first-of-type,.w-cards-container .w-card.centered .w-value ._account_api .status.label .button-default-group .liveDashboard .list-results thead span:first-of-type,._account_api .list-results tbody tr.sublist .status.title .button-default-group .liveDashboard .list-results thead span:first-of-type,.list-results tbody tr.sublist ._account_api .status.title .button-default-group .liveDashboard .list-results thead span:first-of-type,.button-default-group .form-label.status .liveDashboard ._account_api .list-results thead span:first-of-type,.button-default-group .status.status-log .liveDashboard ._account_api .list-results thead span:first-of-type,.button-default-group .status.status-report-item .liveDashboard ._account_api .list-results thead span:first-of-type,.button-default-group .double-list dd.status .liveDashboard ._account_api .list-results thead span:first-of-type,.double-list .button-default-group dd.status .liveDashboard ._account_api .list-results thead span:first-of-type,.button-default-group .double-list dt.status .liveDashboard ._account_api .list-results thead span:first-of-type,.double-list .button-default-group dt.status .liveDashboard ._account_api .list-results thead span:first-of-type,.button-default-group .w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead span:first-of-type,.w-cards-container .w-card .button-default-group .status.title .liveDashboard ._account_api .list-results thead span:first-of-type,.button-default-group .w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead span:first-of-type,.w-cards-container .w-card.centered .w-value .button-default-group .status.label .liveDashboard ._account_api .list-results thead span:first-of-type,.button-default-group .list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead span:first-of-type,.list-results tbody tr.sublist .button-default-group .status.title .liveDashboard ._account_api .list-results thead span:first-of-type,.form-label.status .button-default-group .liveDashboard ._account_api .list-results thead span:first-of-type,.status.status-log .button-default-group .liveDashboard ._account_api .list-results thead span:first-of-type,.status.status-report-item .button-default-group .liveDashboard ._account_api .list-results thead span:first-of-type,.double-list dd.status .button-default-group .liveDashboard ._account_api .list-results thead span:first-of-type,.double-list dt.status .button-default-group .liveDashboard ._account_api .list-results thead span:first-of-type,.w-cards-container .w-card .status.title .button-default-group .liveDashboard ._account_api .list-results thead span:first-of-type,.w-cards-container .w-card.centered .w-value .status.label .button-default-group .liveDashboard ._account_api .list-results thead span:first-of-type,.list-results tbody tr.sublist .status.title .button-default-group .liveDashboard ._account_api .list-results thead span:first-of-type,.button-default-group ._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span:first-of-type,._account_api .w-filters-selected label.status.small .button-default-group .liveDashboard .list-results thead span:first-of-type,.button-default-group .w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead span:first-of-type,.w-filters-selected label.status.small .button-default-group .liveDashboard ._account_api .list-results thead span:first-of-type,.button-default-group ._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span:first-of-type,._account_api .w-filters-selected .status.btn-f-s .button-default-group .liveDashboard .list-results thead span:first-of-type,.button-default-group .w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead span:first-of-type,.w-filters-selected .status.btn-f-s .button-default-group .liveDashboard ._account_api .list-results thead span:first-of-type,.button-default-group ._account_api .sub-header .w-form .liveDashboard .list-results thead label:first-of-type,.button-default-group ._account_api .sub-header .w-double-list .liveDashboard .list-results thead label:first-of-type,._account_api .sub-header .w-form .button-default-group .liveDashboard .list-results thead label:first-of-type,._account_api .sub-header .w-double-list .button-default-group .liveDashboard .list-results thead label:first-of-type,.button-default-group .sub-header .w-form .liveDashboard ._account_api .list-results thead label:first-of-type,.button-default-group .sub-header .w-double-list .liveDashboard ._account_api .list-results thead label:first-of-type,.sub-header .w-form .button-default-group .liveDashboard ._account_api .list-results thead label:first-of-type,.sub-header .w-double-list .button-default-group .liveDashboard ._account_api .list-results thead label:first-of-type,.button-default-group ._account_api .block-filters .liveDashboard .list-results thead button:first-of-type:after,._account_api .block-filters .button-default-group .liveDashboard .list-results thead button:first-of-type:after,.button-default-group .block-filters .liveDashboard ._account_api .list-results thead button:first-of-type:after,.block-filters .button-default-group .liveDashboard ._account_api .list-results thead button:first-of-type:after,.button-default-group ._account_api .block-filters .liveDashboard .list-results thead select:first-of-type:after,._account_api .block-filters .button-default-group .liveDashboard .list-results thead select:first-of-type:after,.button-default-group .block-filters .liveDashboard ._account_api .list-results thead select:first-of-type:after,.block-filters .button-default-group .liveDashboard ._account_api .list-results thead select:first-of-type:after,.button-default-group ._account_api .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive:first-of-type,._account_api .form-auto-list .button-default-group .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive:first-of-type,.button-default-group .form-auto-list .liveDashboard ._account_api .list-results thead .form-auto-item.is-user-is-inactive:first-of-type,.form-auto-list .button-default-group .liveDashboard ._account_api .list-results thead .form-auto-item.is-user-is-inactive:first-of-type,.button-default-group ._account_api .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-active:first-of-type,._account_api .form-auto-list .button-default-group .liveDashboard .list-results thead .form-auto-item.is-user-is-active:first-of-type,.button-default-group .form-auto-list .liveDashboard ._account_api .list-results thead .form-auto-item.is-user-is-active:first-of-type,.form-auto-list .button-default-group .liveDashboard ._account_api .list-results thead .form-auto-item.is-user-is-active:first-of-type,.button-default-group ._account_api .list-results-header .status.title .liveDashboard .list-results thead span:first-of-type,._account_api .list-results-header .status.title .button-default-group .liveDashboard .list-results thead span:first-of-type,.button-default-group .list-results-header .status.title .liveDashboard ._account_api .list-results thead span:first-of-type,.list-results-header .status.title .button-default-group .liveDashboard ._account_api .list-results thead span:first-of-type,.liveDashboard .list-results thead .button-default-group .icon:first-of-type,.liveDashboard .list-results thead .button-default-group .w-alert-banner:first-of-type:before,.liveDashboard .list-results thead .button-default-group .w-alert-banner:first-of-type:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-alert-banner:first-of-type:before,._account_api .liveDashboard .list-results thead .button-default-group .w-alert-banner:first-of-type:before,.liveDashboard .list-results thead .button-default-group .w-dialog.plus .dialog-aside:first-of-type:after,.w-dialog.plus .liveDashboard .list-results thead .button-default-group .dialog-aside:first-of-type:after,.liveDashboard .list-results thead .button-default-group .w-toast .toast.plus:first-of-type:after,.w-toast .liveDashboard .list-results thead .button-default-group .toast.plus:first-of-type:after,.liveDashboard .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-clear:first-of-type:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .button-default-group .btn-period-clear:first-of-type:before,.liveDashboard .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-filter:first-of-type:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .button-default-group .btn-filter:first-of-type:before,.liveDashboard .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-edit:first-of-type:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .button-default-group .btn-period-edit:first-of-type:before,.liveDashboard .list-results thead .button-default-group .block-filters .btn-filter:first-of-type:before,.block-filters .liveDashboard .list-results thead .button-default-group .btn-filter:first-of-type:before,.liveDashboard .list-results thead .button-default-group .toggleWrapper input.mobileToggle+label:first-of-type,.toggleWrapper .liveDashboard .list-results thead .button-default-group input.mobileToggle+label:first-of-type,.liveDashboard .list-results thead .button-default-group tbody span.status:first-of-type,.liveDashboard .list-results tbody thead .button-default-group span.status:first-of-type,.liveDashboard .list-results thead .button-default-group tbody td.is-running span:first-of-type,.liveDashboard .list-results tbody td.is-running thead .button-default-group span:first-of-type,.liveDashboard .list-results thead .button-default-group tbody td.is-pending span:first-of-type,.liveDashboard .list-results tbody td.is-pending thead .button-default-group span:first-of-type,.liveDashboard .list-results thead .button-default-group .icon:first-of-type,.liveDashboard .list-results thead .button-default-group .w-alert-banner:first-of-type:before,.liveDashboard .list-results thead .button-default-group .w-alert-banner:first-of-type:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-alert-banner:first-of-type:before,._account_api .liveDashboard .list-results thead .button-default-group .w-alert-banner:first-of-type:before,.liveDashboard .list-results thead .button-default-group .w-dialog.plus .dialog-aside:first-of-type:after,.w-dialog.plus .liveDashboard .list-results thead .button-default-group .dialog-aside:first-of-type:after,.liveDashboard .list-results thead .button-default-group .w-toast .toast.plus:first-of-type:after,.w-toast .liveDashboard .list-results thead .button-default-group .toast.plus:first-of-type:after,.liveDashboard .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-clear:first-of-type:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .button-default-group .btn-period-clear:first-of-type:before,.liveDashboard .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-filter:first-of-type:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .button-default-group .btn-filter:first-of-type:before,.liveDashboard .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-edit:first-of-type:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .button-default-group .btn-period-edit:first-of-type:before,.liveDashboard .list-results thead .button-default-group .block-filters .btn-filter:first-of-type:before,.block-filters .liveDashboard .list-results thead .button-default-group .btn-filter:first-of-type:before,.liveDashboard .list-results thead .button-default-group .toggleWrapper input.mobileToggle+label:first-of-type,.toggleWrapper .liveDashboard .list-results thead .button-default-group input.mobileToggle+label:first-of-type,.liveDashboard .list-results thead .button-default-group tbody span.status:first-of-type,.liveDashboard .list-results tbody thead .button-default-group span.status:first-of-type,.liveDashboard .list-results thead .button-default-group tbody td.is-running span:first-of-type,.liveDashboard .list-results tbody td.is-running thead .button-default-group span:first-of-type,.liveDashboard .list-results thead .button-default-group tbody td.is-pending span:first-of-type,.liveDashboard .list-results tbody td.is-pending thead .button-default-group span:first-of-type,.liveDashboard .list-results thead .button-default-group .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:first-of-type:after,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .button-default-group .dropdown-toggle:first-of-type:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .button-default-group .dropdown-toggle:first-of-type:after,.liveDashboard .list-results thead .button-default-group .w-filter-preset.w-filter-preset .filter-preset .filter:first-of-type,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .button-default-group .filter:first-of-type,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .button-default-group .filter:first-of-type,.liveDashboard .list-results thead .button-default-group .form-label.status span:first-of-type,.liveDashboard .list-results thead .button-default-group .status.status-log span:first-of-type,.liveDashboard .list-results thead .button-default-group .status.status-report-item span:first-of-type,.liveDashboard .list-results thead .button-default-group .double-list dd.status span:first-of-type,.double-list .liveDashboard .list-results thead .button-default-group dd.status span:first-of-type,.liveDashboard .list-results thead .button-default-group .double-list dt.status span:first-of-type,.double-list .liveDashboard .list-results thead .button-default-group dt.status span:first-of-type,.liveDashboard .list-results thead .button-default-group .w-cards-container .w-card .status.title span:first-of-type,.w-cards-container .w-card .liveDashboard .list-results thead .button-default-group .status.title span:first-of-type,.liveDashboard .list-results thead .button-default-group .w-cards-container .w-card.centered .w-value .status.label span:first-of-type,.w-cards-container .w-card.centered .w-value .liveDashboard .list-results thead .button-default-group .status.label span:first-of-type,.liveDashboard .list-results thead .button-default-group tbody tr.sublist .status.title span:first-of-type,.liveDashboard .list-results tbody tr.sublist thead .button-default-group .status.title span:first-of-type,.liveDashboard .list-results thead .form-label.status .button-default-group span:first-of-type,.liveDashboard .list-results thead .status.status-log .button-default-group span:first-of-type,.liveDashboard .list-results thead .status.status-report-item .button-default-group span:first-of-type,.liveDashboard .list-results thead .double-list dd.status .button-default-group span:first-of-type,.double-list .liveDashboard .list-results thead dd.status .button-default-group span:first-of-type,.liveDashboard .list-results thead .double-list dt.status .button-default-group span:first-of-type,.double-list .liveDashboard .list-results thead dt.status .button-default-group span:first-of-type,.liveDashboard .list-results thead .w-cards-container .w-card .status.title .button-default-group span:first-of-type,.w-cards-container .w-card .liveDashboard .list-results thead .status.title .button-default-group span:first-of-type,.liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .button-default-group span:first-of-type,.w-cards-container .w-card.centered .w-value .liveDashboard .list-results thead .status.label .button-default-group span:first-of-type,.liveDashboard .list-results thead tbody tr.sublist .status.title .button-default-group span:first-of-type,.liveDashboard .list-results tbody tr.sublist thead .status.title .button-default-group span:first-of-type,.form-label.status .liveDashboard .list-results thead .button-default-group span:first-of-type,.status.status-log .liveDashboard .list-results thead .button-default-group span:first-of-type,.status.status-report-item .liveDashboard .list-results thead .button-default-group span:first-of-type,.double-list dd.status .liveDashboard .list-results thead .button-default-group span:first-of-type,.double-list dt.status .liveDashboard .list-results thead .button-default-group span:first-of-type,.w-cards-container .w-card .status.title .liveDashboard .list-results thead .button-default-group span:first-of-type,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead .button-default-group span:first-of-type,.list-results tbody tr.sublist .status.title .liveDashboard .list-results thead .button-default-group span:first-of-type,.liveDashboard .list-results thead .button-default-group .w-filters-selected label.status.small span:first-of-type,.liveDashboard .list-results thead .w-filters-selected label.status.small .button-default-group span:first-of-type,.w-filters-selected label.status.small .liveDashboard .list-results thead .button-default-group span:first-of-type,.liveDashboard .list-results thead .button-default-group .w-filters-selected .status.btn-f-s span:first-of-type,.liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .button-default-group span:first-of-type,.w-filters-selected .status.btn-f-s .liveDashboard .list-results thead .button-default-group span:first-of-type,.liveDashboard .list-results thead .button-default-group .sub-header .w-form label:first-of-type,.liveDashboard .list-results thead .button-default-group .sub-header .w-double-list label:first-of-type,.liveDashboard .list-results thead .sub-header .w-form .button-default-group label:first-of-type,.liveDashboard .list-results thead .sub-header .w-double-list .button-default-group label:first-of-type,.sub-header .w-form .liveDashboard .list-results thead .button-default-group label:first-of-type,.sub-header .w-double-list .liveDashboard .list-results thead .button-default-group label:first-of-type,.liveDashboard .list-results thead .button-default-group .block-filters button:first-of-type:after,.liveDashboard .list-results thead .block-filters .button-default-group button:first-of-type:after,.block-filters .liveDashboard .list-results thead .button-default-group button:first-of-type:after,.liveDashboard .list-results thead .button-default-group .block-filters select:first-of-type:after,.liveDashboard .list-results thead .block-filters .button-default-group select:first-of-type:after,.block-filters .liveDashboard .list-results thead .button-default-group select:first-of-type:after,.liveDashboard .list-results thead .button-default-group .form-auto-list .form-auto-item.is-user-is-inactive:first-of-type,.liveDashboard .list-results thead .form-auto-list .button-default-group .form-auto-item.is-user-is-inactive:first-of-type,.form-auto-list .liveDashboard .list-results thead .button-default-group .form-auto-item.is-user-is-inactive:first-of-type,.liveDashboard .list-results thead .button-default-group .form-auto-list .form-auto-item.is-user-is-active:first-of-type,.liveDashboard .list-results thead .form-auto-list .button-default-group .form-auto-item.is-user-is-active:first-of-type,.form-auto-list .liveDashboard .list-results thead .button-default-group .form-auto-item.is-user-is-active:first-of-type,.liveDashboard .list-results thead .button-default-group .list-results-header .status.title span:first-of-type,.liveDashboard .list-results thead .list-results-header .status.title .button-default-group span:first-of-type,.list-results-header .status.title .liveDashboard .list-results thead .button-default-group span:first-of-type,.liveDashboard .list-results thead .button-default-group tr span:first-of-type,.liveDashboard .list-results thead tr .button-default-group span:first-of-type,.liveDashboard ._account_api .list-results thead .button-default-group .icon:first-of-type,.liveDashboard ._account_api .list-results thead .button-default-group .w-alert-banner:first-of-type:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-alert-banner:first-of-type:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-alert-banner:first-of-type:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-dialog.plus .dialog-aside:first-of-type:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .button-default-group .dialog-aside:first-of-type:after,.liveDashboard ._account_api .list-results thead .button-default-group .w-toast .toast.plus:first-of-type:after,.w-toast .liveDashboard ._account_api .list-results thead .button-default-group .toast.plus:first-of-type:after,.liveDashboard ._account_api .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-clear:first-of-type:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .button-default-group .btn-period-clear:first-of-type:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-filter:first-of-type:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .button-default-group .btn-filter:first-of-type:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-edit:first-of-type:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .button-default-group .btn-period-edit:first-of-type:before,.liveDashboard ._account_api .list-results thead .button-default-group .block-filters .btn-filter:first-of-type:before,.block-filters .liveDashboard ._account_api .list-results thead .button-default-group .btn-filter:first-of-type:before,.liveDashboard ._account_api .list-results thead .button-default-group .toggleWrapper input.mobileToggle+label:first-of-type,.toggleWrapper .liveDashboard ._account_api .list-results thead .button-default-group input.mobileToggle+label:first-of-type,.liveDashboard ._account_api .list-results thead .button-default-group tbody span.status:first-of-type,.liveDashboard ._account_api .list-results tbody thead .button-default-group span.status:first-of-type,.liveDashboard ._account_api .list-results thead .button-default-group tbody td.is-running span:first-of-type,.liveDashboard ._account_api .list-results tbody td.is-running thead .button-default-group span:first-of-type,.liveDashboard ._account_api .list-results thead .button-default-group tbody td.is-pending span:first-of-type,.liveDashboard ._account_api .list-results tbody td.is-pending thead .button-default-group span:first-of-type,._account_api .liveDashboard .list-results thead .button-default-group .icon:first-of-type,._account_api .liveDashboard .list-results thead .button-default-group .w-alert-banner:first-of-type:before,._account_api .liveDashboard .list-results thead .button-default-group .w-alert-banner:first-of-type:before,._account_api .liveDashboard .list-results thead .button-default-group .w-alert-banner:first-of-type:before,._account_api .liveDashboard .list-results thead .button-default-group .w-dialog.plus .dialog-aside:first-of-type:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .button-default-group .dialog-aside:first-of-type:after,._account_api .liveDashboard .list-results thead .button-default-group .w-toast .toast.plus:first-of-type:after,.w-toast ._account_api .liveDashboard .list-results thead .button-default-group .toast.plus:first-of-type:after,._account_api .liveDashboard .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-clear:first-of-type:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .button-default-group .btn-period-clear:first-of-type:before,._account_api .liveDashboard .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-filter:first-of-type:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .button-default-group .btn-filter:first-of-type:before,._account_api .liveDashboard .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-edit:first-of-type:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .button-default-group .btn-period-edit:first-of-type:before,._account_api .liveDashboard .list-results thead .button-default-group .block-filters .btn-filter:first-of-type:before,.block-filters ._account_api .liveDashboard .list-results thead .button-default-group .btn-filter:first-of-type:before,._account_api .liveDashboard .list-results thead .button-default-group .toggleWrapper input.mobileToggle+label:first-of-type,.toggleWrapper ._account_api .liveDashboard .list-results thead .button-default-group input.mobileToggle+label:first-of-type,._account_api .liveDashboard .list-results thead .button-default-group tbody span.status:first-of-type,._account_api .liveDashboard .list-results tbody thead .button-default-group span.status:first-of-type,._account_api .liveDashboard .list-results thead .button-default-group tbody td.is-running span:first-of-type,._account_api .liveDashboard .list-results tbody td.is-running thead .button-default-group span:first-of-type,._account_api .liveDashboard .list-results thead .button-default-group tbody td.is-pending span:first-of-type,._account_api .liveDashboard .list-results tbody td.is-pending thead .button-default-group span:first-of-type,.liveDashboard ._account_api .list-results thead .button-default-group .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:first-of-type:after,._account_api .liveDashboard .list-results thead .button-default-group .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:first-of-type:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .button-default-group .dropdown-toggle:first-of-type:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .button-default-group .dropdown-toggle:first-of-type:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .button-default-group .dropdown-toggle:first-of-type:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .button-default-group .dropdown-toggle:first-of-type:after,.liveDashboard ._account_api .list-results thead .button-default-group .w-filter-preset.w-filter-preset .filter-preset .filter:first-of-type,._account_api .liveDashboard .list-results thead .button-default-group .w-filter-preset.w-filter-preset .filter-preset .filter:first-of-type,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .button-default-group .filter:first-of-type,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .button-default-group .filter:first-of-type,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .button-default-group .filter:first-of-type,.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .button-default-group .filter:first-of-type,.liveDashboard ._account_api .list-results thead .button-default-group .form-label.status span:first-of-type,.liveDashboard ._account_api .list-results thead .button-default-group .status.status-log span:first-of-type,.liveDashboard ._account_api .list-results thead .button-default-group .status.status-report-item span:first-of-type,.liveDashboard ._account_api .list-results thead .button-default-group .double-list dd.status span:first-of-type,.double-list .liveDashboard ._account_api .list-results thead .button-default-group dd.status span:first-of-type,.liveDashboard ._account_api .list-results thead .button-default-group .double-list dt.status span:first-of-type,.double-list .liveDashboard ._account_api .list-results thead .button-default-group dt.status span:first-of-type,.liveDashboard ._account_api .list-results thead .button-default-group .w-cards-container .w-card .status.title span:first-of-type,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .button-default-group .status.title span:first-of-type,.liveDashboard ._account_api .list-results thead .button-default-group .w-cards-container .w-card.centered .w-value .status.label span:first-of-type,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .button-default-group .status.label span:first-of-type,.liveDashboard ._account_api .list-results thead .button-default-group tbody tr.sublist .status.title span:first-of-type,.liveDashboard ._account_api .list-results tbody tr.sublist thead .button-default-group .status.title span:first-of-type,._account_api .liveDashboard .list-results thead .button-default-group .form-label.status span:first-of-type,._account_api .liveDashboard .list-results thead .button-default-group .status.status-log span:first-of-type,._account_api .liveDashboard .list-results thead .button-default-group .status.status-report-item span:first-of-type,._account_api .liveDashboard .list-results thead .button-default-group .double-list dd.status span:first-of-type,.double-list ._account_api .liveDashboard .list-results thead .button-default-group dd.status span:first-of-type,._account_api .liveDashboard .list-results thead .button-default-group .double-list dt.status span:first-of-type,.double-list ._account_api .liveDashboard .list-results thead .button-default-group dt.status span:first-of-type,._account_api .liveDashboard .list-results thead .button-default-group .w-cards-container .w-card .status.title span:first-of-type,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .button-default-group .status.title span:first-of-type,._account_api .liveDashboard .list-results thead .button-default-group .w-cards-container .w-card.centered .w-value .status.label span:first-of-type,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .button-default-group .status.label span:first-of-type,._account_api .liveDashboard .list-results thead .button-default-group tbody tr.sublist .status.title span:first-of-type,._account_api .liveDashboard .list-results tbody tr.sublist thead .button-default-group .status.title span:first-of-type,.liveDashboard ._account_api .list-results thead .form-label.status .button-default-group span:first-of-type,.liveDashboard ._account_api .list-results thead .status.status-log .button-default-group span:first-of-type,.liveDashboard ._account_api .list-results thead .status.status-report-item .button-default-group span:first-of-type,.liveDashboard ._account_api .list-results thead .double-list dd.status .button-default-group span:first-of-type,.double-list .liveDashboard ._account_api .list-results thead dd.status .button-default-group span:first-of-type,.liveDashboard ._account_api .list-results thead .double-list dt.status .button-default-group span:first-of-type,.double-list .liveDashboard ._account_api .list-results thead dt.status .button-default-group span:first-of-type,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title .button-default-group span:first-of-type,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title .button-default-group span:first-of-type,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .button-default-group span:first-of-type,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label .button-default-group span:first-of-type,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title .button-default-group span:first-of-type,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title .button-default-group span:first-of-type,._account_api .liveDashboard .list-results thead .form-label.status .button-default-group span:first-of-type,._account_api .liveDashboard .list-results thead .status.status-log .button-default-group span:first-of-type,._account_api .liveDashboard .list-results thead .status.status-report-item .button-default-group span:first-of-type,._account_api .liveDashboard .list-results thead .double-list dd.status .button-default-group span:first-of-type,.double-list ._account_api .liveDashboard .list-results thead dd.status .button-default-group span:first-of-type,._account_api .liveDashboard .list-results thead .double-list dt.status .button-default-group span:first-of-type,.double-list ._account_api .liveDashboard .list-results thead dt.status .button-default-group span:first-of-type,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title .button-default-group span:first-of-type,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title .button-default-group span:first-of-type,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .button-default-group span:first-of-type,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label .button-default-group span:first-of-type,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title .button-default-group span:first-of-type,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title .button-default-group span:first-of-type,.liveDashboard .form-label.status ._account_api .list-results thead .button-default-group span:first-of-type,.liveDashboard .status.status-log ._account_api .list-results thead .button-default-group span:first-of-type,.liveDashboard .status.status-report-item ._account_api .list-results thead .button-default-group span:first-of-type,.liveDashboard .double-list dd.status ._account_api .list-results thead .button-default-group span:first-of-type,.double-list .liveDashboard dd.status ._account_api .list-results thead .button-default-group span:first-of-type,.liveDashboard .double-list dt.status ._account_api .list-results thead .button-default-group span:first-of-type,.double-list .liveDashboard dt.status ._account_api .list-results thead .button-default-group span:first-of-type,.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead .button-default-group span:first-of-type,.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead .button-default-group span:first-of-type,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead .button-default-group span:first-of-type,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead .button-default-group span:first-of-type,.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead .button-default-group span:first-of-type,.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead .button-default-group span:first-of-type,.form-label.status ._account_api .liveDashboard .list-results thead .button-default-group span:first-of-type,.status.status-log ._account_api .liveDashboard .list-results thead .button-default-group span:first-of-type,.status.status-report-item ._account_api .liveDashboard .list-results thead .button-default-group span:first-of-type,.double-list dd.status ._account_api .liveDashboard .list-results thead .button-default-group span:first-of-type,.double-list dt.status ._account_api .liveDashboard .list-results thead .button-default-group span:first-of-type,.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead .button-default-group span:first-of-type,.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead .button-default-group span:first-of-type,.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead .button-default-group span:first-of-type,.liveDashboard ._account_api .list-results thead .button-default-group .w-filters-selected label.status.small span:first-of-type,._account_api .liveDashboard .list-results thead .button-default-group .w-filters-selected label.status.small span:first-of-type,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small .button-default-group span:first-of-type,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small .button-default-group span:first-of-type,.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead .button-default-group span:first-of-type,.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead .button-default-group span:first-of-type,.liveDashboard ._account_api .list-results thead .button-default-group .w-filters-selected .status.btn-f-s span:first-of-type,._account_api .liveDashboard .list-results thead .button-default-group .w-filters-selected .status.btn-f-s span:first-of-type,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s .button-default-group span:first-of-type,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .button-default-group span:first-of-type,.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead .button-default-group span:first-of-type,.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead .button-default-group span:first-of-type,.liveDashboard ._account_api .list-results thead .button-default-group .sub-header .w-form label:first-of-type,.liveDashboard ._account_api .list-results thead .button-default-group .sub-header .w-double-list label:first-of-type,._account_api .liveDashboard .list-results thead .button-default-group .sub-header .w-form label:first-of-type,._account_api .liveDashboard .list-results thead .button-default-group .sub-header .w-double-list label:first-of-type,.liveDashboard ._account_api .list-results thead .sub-header .w-form .button-default-group label:first-of-type,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list .button-default-group label:first-of-type,._account_api .liveDashboard .list-results thead .sub-header .w-form .button-default-group label:first-of-type,._account_api .liveDashboard .list-results thead .sub-header .w-double-list .button-default-group label:first-of-type,.liveDashboard .sub-header .w-form ._account_api .list-results thead .button-default-group label:first-of-type,.liveDashboard .sub-header .w-double-list ._account_api .list-results thead .button-default-group label:first-of-type,.sub-header .w-form ._account_api .liveDashboard .list-results thead .button-default-group label:first-of-type,.sub-header .w-double-list ._account_api .liveDashboard .list-results thead .button-default-group label:first-of-type,.liveDashboard ._account_api .list-results thead .button-default-group .block-filters button:first-of-type:after,._account_api .liveDashboard .list-results thead .button-default-group .block-filters button:first-of-type:after,.liveDashboard ._account_api .list-results thead .block-filters .button-default-group button:first-of-type:after,._account_api .liveDashboard .list-results thead .block-filters .button-default-group button:first-of-type:after,.liveDashboard .block-filters ._account_api .list-results thead .button-default-group button:first-of-type:after,.block-filters ._account_api .liveDashboard .list-results thead .button-default-group button:first-of-type:after,.liveDashboard ._account_api .list-results thead .button-default-group .block-filters select:first-of-type:after,._account_api .liveDashboard .list-results thead .button-default-group .block-filters select:first-of-type:after,.liveDashboard ._account_api .list-results thead .block-filters .button-default-group select:first-of-type:after,._account_api .liveDashboard .list-results thead .block-filters .button-default-group select:first-of-type:after,.liveDashboard .block-filters ._account_api .list-results thead .button-default-group select:first-of-type:after,.block-filters ._account_api .liveDashboard .list-results thead .button-default-group select:first-of-type:after,.liveDashboard ._account_api .list-results thead .button-default-group .form-auto-list .form-auto-item.is-user-is-inactive:first-of-type,._account_api .liveDashboard .list-results thead .button-default-group .form-auto-list .form-auto-item.is-user-is-inactive:first-of-type,.liveDashboard ._account_api .list-results thead .form-auto-list .button-default-group .form-auto-item.is-user-is-inactive:first-of-type,._account_api .liveDashboard .list-results thead .form-auto-list .button-default-group .form-auto-item.is-user-is-inactive:first-of-type,.liveDashboard .form-auto-list ._account_api .list-results thead .button-default-group .form-auto-item.is-user-is-inactive:first-of-type,.form-auto-list ._account_api .liveDashboard .list-results thead .button-default-group .form-auto-item.is-user-is-inactive:first-of-type,.liveDashboard ._account_api .list-results thead .button-default-group .form-auto-list .form-auto-item.is-user-is-active:first-of-type,._account_api .liveDashboard .list-results thead .button-default-group .form-auto-list .form-auto-item.is-user-is-active:first-of-type,.liveDashboard ._account_api .list-results thead .form-auto-list .button-default-group .form-auto-item.is-user-is-active:first-of-type,._account_api .liveDashboard .list-results thead .form-auto-list .button-default-group .form-auto-item.is-user-is-active:first-of-type,.liveDashboard .form-auto-list ._account_api .list-results thead .button-default-group .form-auto-item.is-user-is-active:first-of-type,.form-auto-list ._account_api .liveDashboard .list-results thead .button-default-group .form-auto-item.is-user-is-active:first-of-type,.liveDashboard ._account_api .list-results thead .button-default-group .list-results-header .status.title span:first-of-type,._account_api .liveDashboard .list-results thead .button-default-group .list-results-header .status.title span:first-of-type,.liveDashboard ._account_api .list-results thead .list-results-header .status.title .button-default-group span:first-of-type,._account_api .liveDashboard .list-results thead .list-results-header .status.title .button-default-group span:first-of-type,.liveDashboard .list-results-header .status.title ._account_api .list-results thead .button-default-group span:first-of-type,.list-results-header .status.title ._account_api .liveDashboard .list-results thead .button-default-group span:first-of-type,.liveDashboard ._account_api .list-results thead .button-default-group tr span:first-of-type,._account_api .liveDashboard .list-results thead .button-default-group tr span:first-of-type,.liveDashboard ._account_api .list-results thead tr .button-default-group span:first-of-type,._account_api .liveDashboard .list-results thead tr .button-default-group span:first-of-type,.liveDashboard ._account_api .list-results thead .button-default-group .icon:first-of-type,.liveDashboard ._account_api .list-results thead .button-default-group .w-alert-banner:first-of-type:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-alert-banner:first-of-type:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-alert-banner:first-of-type:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-dialog.plus .dialog-aside:first-of-type:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .button-default-group .dialog-aside:first-of-type:after,.liveDashboard ._account_api .list-results thead .button-default-group .w-toast .toast.plus:first-of-type:after,.w-toast .liveDashboard ._account_api .list-results thead .button-default-group .toast.plus:first-of-type:after,.liveDashboard ._account_api .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-clear:first-of-type:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .button-default-group .btn-period-clear:first-of-type:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-filter:first-of-type:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .button-default-group .btn-filter:first-of-type:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-edit:first-of-type:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .button-default-group .btn-period-edit:first-of-type:before,.liveDashboard ._account_api .list-results thead .button-default-group .block-filters .btn-filter:first-of-type:before,.block-filters .liveDashboard ._account_api .list-results thead .button-default-group .btn-filter:first-of-type:before,.liveDashboard ._account_api .list-results thead .button-default-group .toggleWrapper input.mobileToggle+label:first-of-type,.toggleWrapper .liveDashboard ._account_api .list-results thead .button-default-group input.mobileToggle+label:first-of-type,.liveDashboard ._account_api .list-results thead .button-default-group tbody span.status:first-of-type,.liveDashboard ._account_api .list-results tbody thead .button-default-group span.status:first-of-type,.liveDashboard ._account_api .list-results thead .button-default-group tbody td.is-running span:first-of-type,.liveDashboard ._account_api .list-results tbody td.is-running thead .button-default-group span:first-of-type,.liveDashboard ._account_api .list-results thead .button-default-group tbody td.is-pending span:first-of-type,.liveDashboard ._account_api .list-results tbody td.is-pending thead .button-default-group span:first-of-type,._account_api .liveDashboard .list-results thead .button-default-group .icon:first-of-type,._account_api .liveDashboard .list-results thead .button-default-group .w-alert-banner:first-of-type:before,._account_api .liveDashboard .list-results thead .button-default-group .w-alert-banner:first-of-type:before,._account_api .liveDashboard .list-results thead .button-default-group .w-alert-banner:first-of-type:before,._account_api .liveDashboard .list-results thead .button-default-group .w-dialog.plus .dialog-aside:first-of-type:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .button-default-group .dialog-aside:first-of-type:after,._account_api .liveDashboard .list-results thead .button-default-group .w-toast .toast.plus:first-of-type:after,.w-toast ._account_api .liveDashboard .list-results thead .button-default-group .toast.plus:first-of-type:after,._account_api .liveDashboard .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-clear:first-of-type:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .button-default-group .btn-period-clear:first-of-type:before,._account_api .liveDashboard .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-filter:first-of-type:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .button-default-group .btn-filter:first-of-type:before,._account_api .liveDashboard .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-edit:first-of-type:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .button-default-group .btn-period-edit:first-of-type:before,._account_api .liveDashboard .list-results thead .button-default-group .block-filters .btn-filter:first-of-type:before,.block-filters ._account_api .liveDashboard .list-results thead .button-default-group .btn-filter:first-of-type:before,._account_api .liveDashboard .list-results thead .button-default-group .toggleWrapper input.mobileToggle+label:first-of-type,.toggleWrapper ._account_api .liveDashboard .list-results thead .button-default-group input.mobileToggle+label:first-of-type,._account_api .liveDashboard .list-results thead .button-default-group tbody span.status:first-of-type,._account_api .liveDashboard .list-results tbody thead .button-default-group span.status:first-of-type,._account_api .liveDashboard .list-results thead .button-default-group tbody td.is-running span:first-of-type,._account_api .liveDashboard .list-results tbody td.is-running thead .button-default-group span:first-of-type,._account_api .liveDashboard .list-results thead .button-default-group tbody td.is-pending span:first-of-type,._account_api .liveDashboard .list-results tbody td.is-pending thead .button-default-group span:first-of-type,.liveDashboard ._account_api .list-results thead .button-default-group .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:first-of-type:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .button-default-group .dropdown-toggle:first-of-type:after,._account_api .liveDashboard .list-results thead .button-default-group .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:first-of-type:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .button-default-group .dropdown-toggle:first-of-type:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .button-default-group .dropdown-toggle:first-of-type:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .button-default-group .dropdown-toggle:first-of-type:after,.liveDashboard ._account_api .list-results thead .button-default-group .w-filter-preset.w-filter-preset .filter-preset .filter:first-of-type,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .button-default-group .filter:first-of-type,._account_api .liveDashboard .list-results thead .button-default-group .w-filter-preset.w-filter-preset .filter-preset .filter:first-of-type,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .button-default-group .filter:first-of-type,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .button-default-group .filter:first-of-type,.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .button-default-group .filter:first-of-type,.liveDashboard ._account_api .list-results thead .button-default-group .form-label.status span:first-of-type,.liveDashboard ._account_api .list-results thead .button-default-group .status.status-log span:first-of-type,.liveDashboard ._account_api .list-results thead .button-default-group .status.status-report-item span:first-of-type,.liveDashboard ._account_api .list-results thead .button-default-group .double-list dd.status span:first-of-type,.double-list .liveDashboard ._account_api .list-results thead .button-default-group dd.status span:first-of-type,.liveDashboard ._account_api .list-results thead .button-default-group .double-list dt.status span:first-of-type,.double-list .liveDashboard ._account_api .list-results thead .button-default-group dt.status span:first-of-type,.liveDashboard ._account_api .list-results thead .button-default-group .w-cards-container .w-card .status.title span:first-of-type,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .button-default-group .status.title span:first-of-type,.liveDashboard ._account_api .list-results thead .button-default-group .w-cards-container .w-card.centered .w-value .status.label span:first-of-type,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .button-default-group .status.label span:first-of-type,.liveDashboard ._account_api .list-results thead .button-default-group tbody tr.sublist .status.title span:first-of-type,.liveDashboard ._account_api .list-results tbody tr.sublist thead .button-default-group .status.title span:first-of-type,.liveDashboard ._account_api .list-results thead .form-label.status .button-default-group span:first-of-type,.liveDashboard ._account_api .list-results thead .status.status-log .button-default-group span:first-of-type,.liveDashboard ._account_api .list-results thead .status.status-report-item .button-default-group span:first-of-type,.liveDashboard ._account_api .list-results thead .double-list dd.status .button-default-group span:first-of-type,.double-list .liveDashboard ._account_api .list-results thead dd.status .button-default-group span:first-of-type,.liveDashboard ._account_api .list-results thead .double-list dt.status .button-default-group span:first-of-type,.double-list .liveDashboard ._account_api .list-results thead dt.status .button-default-group span:first-of-type,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title .button-default-group span:first-of-type,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title .button-default-group span:first-of-type,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .button-default-group span:first-of-type,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label .button-default-group span:first-of-type,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title .button-default-group span:first-of-type,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title .button-default-group span:first-of-type,._account_api .liveDashboard .list-results thead .button-default-group .form-label.status span:first-of-type,._account_api .liveDashboard .list-results thead .button-default-group .status.status-log span:first-of-type,._account_api .liveDashboard .list-results thead .button-default-group .status.status-report-item span:first-of-type,._account_api .liveDashboard .list-results thead .button-default-group .double-list dd.status span:first-of-type,.double-list ._account_api .liveDashboard .list-results thead .button-default-group dd.status span:first-of-type,._account_api .liveDashboard .list-results thead .button-default-group .double-list dt.status span:first-of-type,.double-list ._account_api .liveDashboard .list-results thead .button-default-group dt.status span:first-of-type,._account_api .liveDashboard .list-results thead .button-default-group .w-cards-container .w-card .status.title span:first-of-type,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .button-default-group .status.title span:first-of-type,._account_api .liveDashboard .list-results thead .button-default-group .w-cards-container .w-card.centered .w-value .status.label span:first-of-type,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .button-default-group .status.label span:first-of-type,._account_api .liveDashboard .list-results thead .button-default-group tbody tr.sublist .status.title span:first-of-type,._account_api .liveDashboard .list-results tbody tr.sublist thead .button-default-group .status.title span:first-of-type,._account_api .liveDashboard .list-results thead .form-label.status .button-default-group span:first-of-type,._account_api .liveDashboard .list-results thead .status.status-log .button-default-group span:first-of-type,._account_api .liveDashboard .list-results thead .status.status-report-item .button-default-group span:first-of-type,._account_api .liveDashboard .list-results thead .double-list dd.status .button-default-group span:first-of-type,.double-list ._account_api .liveDashboard .list-results thead dd.status .button-default-group span:first-of-type,._account_api .liveDashboard .list-results thead .double-list dt.status .button-default-group span:first-of-type,.double-list ._account_api .liveDashboard .list-results thead dt.status .button-default-group span:first-of-type,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title .button-default-group span:first-of-type,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title .button-default-group span:first-of-type,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .button-default-group span:first-of-type,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label .button-default-group span:first-of-type,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title .button-default-group span:first-of-type,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title .button-default-group span:first-of-type,.liveDashboard .form-label.status ._account_api .list-results thead .button-default-group span:first-of-type,.liveDashboard .status.status-log ._account_api .list-results thead .button-default-group span:first-of-type,.liveDashboard .status.status-report-item ._account_api .list-results thead .button-default-group span:first-of-type,.liveDashboard .double-list dd.status ._account_api .list-results thead .button-default-group span:first-of-type,.double-list .liveDashboard dd.status ._account_api .list-results thead .button-default-group span:first-of-type,.liveDashboard .double-list dt.status ._account_api .list-results thead .button-default-group span:first-of-type,.double-list .liveDashboard dt.status ._account_api .list-results thead .button-default-group span:first-of-type,.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead .button-default-group span:first-of-type,.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead .button-default-group span:first-of-type,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead .button-default-group span:first-of-type,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead .button-default-group span:first-of-type,.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead .button-default-group span:first-of-type,.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead .button-default-group span:first-of-type,.form-label.status ._account_api .liveDashboard .list-results thead .button-default-group span:first-of-type,.status.status-log ._account_api .liveDashboard .list-results thead .button-default-group span:first-of-type,.status.status-report-item ._account_api .liveDashboard .list-results thead .button-default-group span:first-of-type,.double-list dd.status ._account_api .liveDashboard .list-results thead .button-default-group span:first-of-type,.double-list dt.status ._account_api .liveDashboard .list-results thead .button-default-group span:first-of-type,.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead .button-default-group span:first-of-type,.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead .button-default-group span:first-of-type,.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead .button-default-group span:first-of-type,.liveDashboard ._account_api .list-results thead .button-default-group .w-filters-selected label.status.small span:first-of-type,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small .button-default-group span:first-of-type,._account_api .liveDashboard .list-results thead .button-default-group .w-filters-selected label.status.small span:first-of-type,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small .button-default-group span:first-of-type,.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead .button-default-group span:first-of-type,.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead .button-default-group span:first-of-type,.liveDashboard ._account_api .list-results thead .button-default-group .w-filters-selected .status.btn-f-s span:first-of-type,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s .button-default-group span:first-of-type,._account_api .liveDashboard .list-results thead .button-default-group .w-filters-selected .status.btn-f-s span:first-of-type,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .button-default-group span:first-of-type,.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead .button-default-group span:first-of-type,.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead .button-default-group span:first-of-type,.liveDashboard ._account_api .list-results thead .button-default-group .sub-header .w-form label:first-of-type,.liveDashboard ._account_api .list-results thead .button-default-group .sub-header .w-double-list label:first-of-type,.liveDashboard ._account_api .list-results thead .sub-header .w-form .button-default-group label:first-of-type,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list .button-default-group label:first-of-type,._account_api .liveDashboard .list-results thead .button-default-group .sub-header .w-form label:first-of-type,._account_api .liveDashboard .list-results thead .button-default-group .sub-header .w-double-list label:first-of-type,._account_api .liveDashboard .list-results thead .sub-header .w-form .button-default-group label:first-of-type,._account_api .liveDashboard .list-results thead .sub-header .w-double-list .button-default-group label:first-of-type,.liveDashboard .sub-header .w-form ._account_api .list-results thead .button-default-group label:first-of-type,.liveDashboard .sub-header .w-double-list ._account_api .list-results thead .button-default-group label:first-of-type,.sub-header .w-form ._account_api .liveDashboard .list-results thead .button-default-group label:first-of-type,.sub-header .w-double-list ._account_api .liveDashboard .list-results thead .button-default-group label:first-of-type,.liveDashboard ._account_api .list-results thead .button-default-group .block-filters button:first-of-type:after,.liveDashboard ._account_api .list-results thead .block-filters .button-default-group button:first-of-type:after,._account_api .liveDashboard .list-results thead .button-default-group .block-filters button:first-of-type:after,._account_api .liveDashboard .list-results thead .block-filters .button-default-group button:first-of-type:after,.liveDashboard .block-filters ._account_api .list-results thead .button-default-group button:first-of-type:after,.block-filters ._account_api .liveDashboard .list-results thead .button-default-group button:first-of-type:after,.liveDashboard ._account_api .list-results thead .button-default-group .block-filters select:first-of-type:after,.liveDashboard ._account_api .list-results thead .block-filters .button-default-group select:first-of-type:after,._account_api .liveDashboard .list-results thead .button-default-group .block-filters select:first-of-type:after,._account_api .liveDashboard .list-results thead .block-filters .button-default-group select:first-of-type:after,.liveDashboard .block-filters ._account_api .list-results thead .button-default-group select:first-of-type:after,.block-filters ._account_api .liveDashboard .list-results thead .button-default-group select:first-of-type:after,.liveDashboard ._account_api .list-results thead .button-default-group .form-auto-list .form-auto-item.is-user-is-inactive:first-of-type,.liveDashboard ._account_api .list-results thead .form-auto-list .button-default-group .form-auto-item.is-user-is-inactive:first-of-type,._account_api .liveDashboard .list-results thead .button-default-group .form-auto-list .form-auto-item.is-user-is-inactive:first-of-type,._account_api .liveDashboard .list-results thead .form-auto-list .button-default-group .form-auto-item.is-user-is-inactive:first-of-type,.liveDashboard .form-auto-list ._account_api .list-results thead .button-default-group .form-auto-item.is-user-is-inactive:first-of-type,.form-auto-list ._account_api .liveDashboard .list-results thead .button-default-group .form-auto-item.is-user-is-inactive:first-of-type,.liveDashboard ._account_api .list-results thead .button-default-group .form-auto-list .form-auto-item.is-user-is-active:first-of-type,.liveDashboard ._account_api .list-results thead .form-auto-list .button-default-group .form-auto-item.is-user-is-active:first-of-type,._account_api .liveDashboard .list-results thead .button-default-group .form-auto-list .form-auto-item.is-user-is-active:first-of-type,._account_api .liveDashboard .list-results thead .form-auto-list .button-default-group .form-auto-item.is-user-is-active:first-of-type,.liveDashboard .form-auto-list ._account_api .list-results thead .button-default-group .form-auto-item.is-user-is-active:first-of-type,.form-auto-list ._account_api .liveDashboard .list-results thead .button-default-group .form-auto-item.is-user-is-active:first-of-type,.liveDashboard ._account_api .list-results thead .button-default-group .list-results-header .status.title span:first-of-type,.liveDashboard ._account_api .list-results thead .list-results-header .status.title .button-default-group span:first-of-type,._account_api .liveDashboard .list-results thead .button-default-group .list-results-header .status.title span:first-of-type,._account_api .liveDashboard .list-results thead .list-results-header .status.title .button-default-group span:first-of-type,.liveDashboard .list-results-header .status.title ._account_api .list-results thead .button-default-group span:first-of-type,.list-results-header .status.title ._account_api .liveDashboard .list-results thead .button-default-group span:first-of-type,.liveDashboard ._account_api .list-results thead .button-default-group tr span:first-of-type,.liveDashboard ._account_api .list-results thead tr .button-default-group span:first-of-type,._account_api .liveDashboard .list-results thead .button-default-group tr span:first-of-type,._account_api .liveDashboard .list-results thead tr .button-default-group span:first-of-type,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .button-default-group .dropdown-toggle:first-of-type:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .button-default-group .dropdown-toggle:first-of-type:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .button-default-group .filter:first-of-type,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .button-default-group .filter:first-of-type,._account_api .form-label.status .liveDashboard .list-results thead .button-default-group span:first-of-type,._account_api .status.status-log .liveDashboard .list-results thead .button-default-group span:first-of-type,._account_api .status.status-report-item .liveDashboard .list-results thead .button-default-group span:first-of-type,._account_api .double-list dd.status .liveDashboard .list-results thead .button-default-group span:first-of-type,.double-list ._account_api dd.status .liveDashboard .list-results thead .button-default-group span:first-of-type,._account_api .double-list dt.status .liveDashboard .list-results thead .button-default-group span:first-of-type,.double-list ._account_api dt.status .liveDashboard .list-results thead .button-default-group span:first-of-type,._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead .button-default-group span:first-of-type,.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead .button-default-group span:first-of-type,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead .button-default-group span:first-of-type,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead .button-default-group span:first-of-type,._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead .button-default-group span:first-of-type,.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead .button-default-group span:first-of-type,.form-label.status .liveDashboard ._account_api .list-results thead .button-default-group span:first-of-type,.status.status-log .liveDashboard ._account_api .list-results thead .button-default-group span:first-of-type,.status.status-report-item .liveDashboard ._account_api .list-results thead .button-default-group span:first-of-type,.double-list dd.status .liveDashboard ._account_api .list-results thead .button-default-group span:first-of-type,.double-list dt.status .liveDashboard ._account_api .list-results thead .button-default-group span:first-of-type,.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead .button-default-group span:first-of-type,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead .button-default-group span:first-of-type,.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead .button-default-group span:first-of-type,._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead .button-default-group span:first-of-type,.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead .button-default-group span:first-of-type,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead .button-default-group span:first-of-type,.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead .button-default-group span:first-of-type,._account_api .sub-header .w-form .liveDashboard .list-results thead .button-default-group label:first-of-type,._account_api .sub-header .w-double-list .liveDashboard .list-results thead .button-default-group label:first-of-type,.sub-header .w-form .liveDashboard ._account_api .list-results thead .button-default-group label:first-of-type,.sub-header .w-double-list .liveDashboard ._account_api .list-results thead .button-default-group label:first-of-type,._account_api .block-filters .liveDashboard .list-results thead .button-default-group button:first-of-type:after,.block-filters .liveDashboard ._account_api .list-results thead .button-default-group button:first-of-type:after,._account_api .block-filters .liveDashboard .list-results thead .button-default-group select:first-of-type:after,.block-filters .liveDashboard ._account_api .list-results thead .button-default-group select:first-of-type:after,._account_api .form-auto-list .liveDashboard .list-results thead .button-default-group .form-auto-item.is-user-is-inactive:first-of-type,.form-auto-list .liveDashboard ._account_api .list-results thead .button-default-group .form-auto-item.is-user-is-inactive:first-of-type,._account_api .form-auto-list .liveDashboard .list-results thead .button-default-group .form-auto-item.is-user-is-active:first-of-type,.form-auto-list .liveDashboard ._account_api .list-results thead .button-default-group .form-auto-item.is-user-is-active:first-of-type,._account_api .list-results-header .status.title .liveDashboard .list-results thead .button-default-group span:first-of-type,.list-results-header .status.title .liveDashboard ._account_api .list-results thead .button-default-group span:first-of-type,.button-default-group .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:first-of-type:after,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .button-default-group .dropdown-toggle:first-of-type:after,.button-default-group .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .dropdown-toggle:first-of-type:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .button-default-group .dropdown-toggle:first-of-type:after,.button-default-group .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:first-of-type,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .button-default-group .filter:first-of-type,.button-default-group .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .filter:first-of-type,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .button-default-group .filter:first-of-type,.button-default-group .liveDashboard .list-results thead .form-label.status span:first-of-type,.button-default-group .liveDashboard .list-results thead .status.status-log span:first-of-type,.button-default-group .liveDashboard .list-results thead .status.status-report-item span:first-of-type,.button-default-group .liveDashboard .list-results thead .double-list dd.status span:first-of-type,.double-list .button-default-group .liveDashboard .list-results thead dd.status span:first-of-type,.button-default-group .liveDashboard .list-results thead .double-list dt.status span:first-of-type,.double-list .button-default-group .liveDashboard .list-results thead dt.status span:first-of-type,.button-default-group .liveDashboard .list-results thead .w-cards-container .w-card .status.title span:first-of-type,.w-cards-container .w-card .button-default-group .liveDashboard .list-results thead .status.title span:first-of-type,.button-default-group .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:first-of-type,.w-cards-container .w-card.centered .w-value .button-default-group .liveDashboard .list-results thead .status.label span:first-of-type,.button-default-group .liveDashboard .list-results thead tbody tr.sublist .status.title span:first-of-type,.button-default-group .liveDashboard .list-results tbody tr.sublist thead .status.title span:first-of-type,.liveDashboard .list-results thead .form-label.status .button-default-group span:first-of-type,.liveDashboard .list-results thead .status.status-log .button-default-group span:first-of-type,.liveDashboard .list-results thead .status.status-report-item .button-default-group span:first-of-type,.liveDashboard .list-results thead .double-list dd.status .button-default-group span:first-of-type,.double-list .liveDashboard .list-results thead dd.status .button-default-group span:first-of-type,.liveDashboard .list-results thead .double-list dt.status .button-default-group span:first-of-type,.double-list .liveDashboard .list-results thead dt.status .button-default-group span:first-of-type,.liveDashboard .list-results thead .w-cards-container .w-card .status.title .button-default-group span:first-of-type,.w-cards-container .w-card .liveDashboard .list-results thead .status.title .button-default-group span:first-of-type,.liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .button-default-group span:first-of-type,.w-cards-container .w-card.centered .w-value .liveDashboard .list-results thead .status.label .button-default-group span:first-of-type,.liveDashboard .list-results thead tbody tr.sublist .status.title .button-default-group span:first-of-type,.liveDashboard .list-results tbody tr.sublist thead .status.title .button-default-group span:first-of-type,.button-default-group .form-label.status .liveDashboard .list-results thead span:first-of-type,.button-default-group .status.status-log .liveDashboard .list-results thead span:first-of-type,.button-default-group .status.status-report-item .liveDashboard .list-results thead span:first-of-type,.button-default-group .double-list dd.status .liveDashboard .list-results thead span:first-of-type,.double-list .button-default-group dd.status .liveDashboard .list-results thead span:first-of-type,.button-default-group .double-list dt.status .liveDashboard .list-results thead span:first-of-type,.double-list .button-default-group dt.status .liveDashboard .list-results thead span:first-of-type,.button-default-group .w-cards-container .w-card .status.title .liveDashboard .list-results thead span:first-of-type,.w-cards-container .w-card .button-default-group .status.title .liveDashboard .list-results thead span:first-of-type,.button-default-group .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span:first-of-type,.w-cards-container .w-card.centered .w-value .button-default-group .status.label .liveDashboard .list-results thead span:first-of-type,.button-default-group .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span:first-of-type,.list-results tbody tr.sublist .button-default-group .status.title .liveDashboard .list-results thead span:first-of-type,.form-label.status .liveDashboard .list-results thead .button-default-group span:first-of-type,.status.status-log .liveDashboard .list-results thead .button-default-group span:first-of-type,.status.status-report-item .liveDashboard .list-results thead .button-default-group span:first-of-type,.double-list dd.status .liveDashboard .list-results thead .button-default-group span:first-of-type,.double-list dt.status .liveDashboard .list-results thead .button-default-group span:first-of-type,.w-cards-container .w-card .status.title .liveDashboard .list-results thead .button-default-group span:first-of-type,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead .button-default-group span:first-of-type,.list-results tbody tr.sublist .status.title .liveDashboard .list-results thead .button-default-group span:first-of-type,.button-default-group .liveDashboard .list-results thead .w-filters-selected label.status.small span:first-of-type,.liveDashboard .list-results thead .w-filters-selected label.status.small .button-default-group span:first-of-type,.button-default-group .w-filters-selected label.status.small .liveDashboard .list-results thead span:first-of-type,.w-filters-selected label.status.small .liveDashboard .list-results thead .button-default-group span:first-of-type,.button-default-group .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span:first-of-type,.liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .button-default-group span:first-of-type,.button-default-group .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span:first-of-type,.w-filters-selected .status.btn-f-s .liveDashboard .list-results thead .button-default-group span:first-of-type,.button-default-group .liveDashboard .list-results thead .sub-header .w-form label:first-of-type,.button-default-group .liveDashboard .list-results thead .sub-header .w-double-list label:first-of-type,.liveDashboard .list-results thead .sub-header .w-form .button-default-group label:first-of-type,.liveDashboard .list-results thead .sub-header .w-double-list .button-default-group label:first-of-type,.button-default-group .sub-header .w-form .liveDashboard .list-results thead label:first-of-type,.button-default-group .sub-header .w-double-list .liveDashboard .list-results thead label:first-of-type,.sub-header .w-form .liveDashboard .list-results thead .button-default-group label:first-of-type,.sub-header .w-double-list .liveDashboard .list-results thead .button-default-group label:first-of-type,.button-default-group .liveDashboard .list-results thead .block-filters button:first-of-type:after,.liveDashboard .list-results thead .block-filters .button-default-group button:first-of-type:after,.button-default-group .block-filters .liveDashboard .list-results thead button:first-of-type:after,.block-filters .liveDashboard .list-results thead .button-default-group button:first-of-type:after,.button-default-group .liveDashboard .list-results thead .block-filters select:first-of-type:after,.liveDashboard .list-results thead .block-filters .button-default-group select:first-of-type:after,.button-default-group .block-filters .liveDashboard .list-results thead select:first-of-type:after,.block-filters .liveDashboard .list-results thead .button-default-group select:first-of-type:after,.button-default-group .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:first-of-type,.liveDashboard .list-results thead .form-auto-list .button-default-group .form-auto-item.is-user-is-inactive:first-of-type,.button-default-group .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive:first-of-type,.form-auto-list .liveDashboard .list-results thead .button-default-group .form-auto-item.is-user-is-inactive:first-of-type,.button-default-group .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active:first-of-type,.liveDashboard .list-results thead .form-auto-list .button-default-group .form-auto-item.is-user-is-active:first-of-type,.button-default-group .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-active:first-of-type,.form-auto-list .liveDashboard .list-results thead .button-default-group .form-auto-item.is-user-is-active:first-of-type,.button-default-group .liveDashboard .list-results thead .list-results-header .status.title span:first-of-type,.liveDashboard .list-results thead .list-results-header .status.title .button-default-group span:first-of-type,.button-default-group .list-results-header .status.title .liveDashboard .list-results thead span:first-of-type,.list-results-header .status.title .liveDashboard .list-results thead .button-default-group span:first-of-type,.button-default-group .liveDashboard .list-results thead tr span:first-of-type,.liveDashboard .list-results thead tr .button-default-group span:first-of-type,.button-default-group ._account_api .list-results thead .icon:first-of-type,.button-default-group ._account_api .list-results thead .w-alert-banner:first-of-type:before,.button-default-group ._account_api .liveDashboard .list-results thead .w-alert-banner:first-of-type:before,.liveDashboard .button-default-group ._account_api .list-results thead .w-alert-banner:first-of-type:before,.button-default-group ._account_api .list-results thead .w-alert-banner:first-of-type:before,.button-default-group ._account_api .list-results thead .w-dialog.plus .dialog-aside:first-of-type:after,.w-dialog.plus .button-default-group ._account_api .list-results thead .dialog-aside:first-of-type:after,.button-default-group ._account_api .list-results thead .w-toast .toast.plus:first-of-type:after,.w-toast .button-default-group ._account_api .list-results thead .toast.plus:first-of-type:after,.button-default-group ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:first-of-type:before,.w-time-period .dropdown .w-selection .button-default-group ._account_api .list-results thead .btn-period-clear:first-of-type:before,.button-default-group ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:first-of-type:before,.w-time-period .dropdown .w-selection .button-default-group ._account_api .list-results thead .btn-filter:first-of-type:before,.button-default-group ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:first-of-type:before,.w-time-period .dropdown .w-selection .button-default-group ._account_api .list-results thead .btn-period-edit:first-of-type:before,.button-default-group ._account_api .list-results thead .block-filters .btn-filter:first-of-type:before,.block-filters .button-default-group ._account_api .list-results thead .btn-filter:first-of-type:before,.button-default-group ._account_api .list-results thead .toggleWrapper input.mobileToggle+label:first-of-type,.toggleWrapper .button-default-group ._account_api .list-results thead input.mobileToggle+label:first-of-type,.button-default-group ._account_api .list-results thead tbody span.status:first-of-type,.button-default-group ._account_api .list-results tbody thead span.status:first-of-type,.button-default-group ._account_api .list-results thead tbody td.is-running span:first-of-type,.button-default-group ._account_api .list-results tbody td.is-running thead span:first-of-type,.button-default-group ._account_api .list-results thead tbody td.is-pending span:first-of-type,.button-default-group ._account_api .list-results tbody td.is-pending thead span:first-of-type,.button-default-group ._account_api .liveDashboard .list-results thead .icon:first-of-type,.button-default-group ._account_api .liveDashboard .list-results thead .w-alert-banner:first-of-type:before,.button-default-group ._account_api .liveDashboard .list-results thead .w-alert-banner:first-of-type:before,.button-default-group ._account_api .liveDashboard .list-results thead .w-alert-banner:first-of-type:before,.button-default-group ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:first-of-type:after,.w-dialog.plus .button-default-group ._account_api .liveDashboard .list-results thead .dialog-aside:first-of-type:after,.button-default-group ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:first-of-type:after,.w-toast .button-default-group ._account_api .liveDashboard .list-results thead .toast.plus:first-of-type:after,.button-default-group ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:first-of-type:before,.w-time-period .dropdown .w-selection .button-default-group ._account_api .liveDashboard .list-results thead .btn-period-clear:first-of-type:before,.button-default-group ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:first-of-type:before,.w-time-period .dropdown .w-selection .button-default-group ._account_api .liveDashboard .list-results thead .btn-filter:first-of-type:before,.button-default-group ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:first-of-type:before,.w-time-period .dropdown .w-selection .button-default-group ._account_api .liveDashboard .list-results thead .btn-period-edit:first-of-type:before,.button-default-group ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:first-of-type:before,.block-filters .button-default-group ._account_api .liveDashboard .list-results thead .btn-filter:first-of-type:before,.button-default-group ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label:first-of-type,.toggleWrapper .button-default-group ._account_api .liveDashboard .list-results thead input.mobileToggle+label:first-of-type,.button-default-group ._account_api .liveDashboard .list-results thead tbody span.status:first-of-type,.button-default-group ._account_api .liveDashboard .list-results tbody thead span.status:first-of-type,.button-default-group ._account_api .liveDashboard .list-results thead tbody td.is-running span:first-of-type,.button-default-group ._account_api .liveDashboard .list-results tbody td.is-running thead span:first-of-type,.button-default-group ._account_api .liveDashboard .list-results thead tbody td.is-pending span:first-of-type,.button-default-group ._account_api .liveDashboard .list-results tbody td.is-pending thead span:first-of-type,.liveDashboard .button-default-group ._account_api .list-results thead .icon:first-of-type,.liveDashboard .button-default-group ._account_api .list-results thead .w-alert-banner:first-of-type:before,.liveDashboard .button-default-group ._account_api .list-results thead .w-alert-banner:first-of-type:before,.liveDashboard .button-default-group ._account_api .list-results thead .w-alert-banner:first-of-type:before,.liveDashboard .button-default-group ._account_api .list-results thead .w-dialog.plus .dialog-aside:first-of-type:after,.w-dialog.plus .liveDashboard .button-default-group ._account_api .list-results thead .dialog-aside:first-of-type:after,.liveDashboard .button-default-group ._account_api .list-results thead .w-toast .toast.plus:first-of-type:after,.w-toast .liveDashboard .button-default-group ._account_api .list-results thead .toast.plus:first-of-type:after,.liveDashboard .button-default-group ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:first-of-type:before,.w-time-period .dropdown .w-selection .liveDashboard .button-default-group ._account_api .list-results thead .btn-period-clear:first-of-type:before,.liveDashboard .button-default-group ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:first-of-type:before,.w-time-period .dropdown .w-selection .liveDashboard .button-default-group ._account_api .list-results thead .btn-filter:first-of-type:before,.liveDashboard .button-default-group ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:first-of-type:before,.w-time-period .dropdown .w-selection .liveDashboard .button-default-group ._account_api .list-results thead .btn-period-edit:first-of-type:before,.liveDashboard .button-default-group ._account_api .list-results thead .block-filters .btn-filter:first-of-type:before,.block-filters .liveDashboard .button-default-group ._account_api .list-results thead .btn-filter:first-of-type:before,.liveDashboard .button-default-group ._account_api .list-results thead .toggleWrapper input.mobileToggle+label:first-of-type,.toggleWrapper .liveDashboard .button-default-group ._account_api .list-results thead input.mobileToggle+label:first-of-type,.liveDashboard .button-default-group ._account_api .list-results thead tbody span.status:first-of-type,.liveDashboard .button-default-group ._account_api .list-results tbody thead span.status:first-of-type,.liveDashboard .button-default-group ._account_api .list-results thead tbody td.is-running span:first-of-type,.liveDashboard .button-default-group ._account_api .list-results tbody td.is-running thead span:first-of-type,.liveDashboard .button-default-group ._account_api .list-results thead tbody td.is-pending span:first-of-type,.liveDashboard .button-default-group ._account_api .list-results tbody td.is-pending thead span:first-of-type,.button-default-group ._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:first-of-type:after,.liveDashboard .button-default-group ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:first-of-type:after,.button-default-group ._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .dropdown-toggle:first-of-type:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .button-default-group ._account_api .list-results thead .dropdown-toggle:first-of-type:after,.button-default-group ._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:first-of-type,.liveDashboard .button-default-group ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:first-of-type,.button-default-group ._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .filter:first-of-type,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .button-default-group ._account_api .list-results thead .filter:first-of-type,.button-default-group ._account_api .liveDashboard .list-results thead .form-label.status span:first-of-type,.button-default-group ._account_api .liveDashboard .list-results thead .status.status-log span:first-of-type,.button-default-group ._account_api .liveDashboard .list-results thead .status.status-report-item span:first-of-type,.button-default-group ._account_api .liveDashboard .list-results thead .double-list dd.status span:first-of-type,.double-list .button-default-group ._account_api .liveDashboard .list-results thead dd.status span:first-of-type,.button-default-group ._account_api .liveDashboard .list-results thead .double-list dt.status span:first-of-type,.double-list .button-default-group ._account_api .liveDashboard .list-results thead dt.status span:first-of-type,.button-default-group ._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span:first-of-type,.w-cards-container .w-card .button-default-group ._account_api .liveDashboard .list-results thead .status.title span:first-of-type,.button-default-group ._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:first-of-type,.w-cards-container .w-card.centered .w-value .button-default-group ._account_api .liveDashboard .list-results thead .status.label span:first-of-type,.button-default-group ._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span:first-of-type,.button-default-group ._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span:first-of-type,.liveDashboard .button-default-group ._account_api .list-results thead .form-label.status span:first-of-type,.liveDashboard .button-default-group ._account_api .list-results thead .status.status-log span:first-of-type,.liveDashboard .button-default-group ._account_api .list-results thead .status.status-report-item span:first-of-type,.liveDashboard .button-default-group ._account_api .list-results thead .double-list dd.status span:first-of-type,.double-list .liveDashboard .button-default-group ._account_api .list-results thead dd.status span:first-of-type,.liveDashboard .button-default-group ._account_api .list-results thead .double-list dt.status span:first-of-type,.double-list .liveDashboard .button-default-group ._account_api .list-results thead dt.status span:first-of-type,.liveDashboard .button-default-group ._account_api .list-results thead .w-cards-container .w-card .status.title span:first-of-type,.w-cards-container .w-card .liveDashboard .button-default-group ._account_api .list-results thead .status.title span:first-of-type,.liveDashboard .button-default-group ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:first-of-type,.w-cards-container .w-card.centered .w-value .liveDashboard .button-default-group ._account_api .list-results thead .status.label span:first-of-type,.liveDashboard .button-default-group ._account_api .list-results thead tbody tr.sublist .status.title span:first-of-type,.liveDashboard .button-default-group ._account_api .list-results tbody tr.sublist thead .status.title span:first-of-type,.button-default-group ._account_api .form-label.status .liveDashboard .list-results thead span:first-of-type,.button-default-group ._account_api .status.status-log .liveDashboard .list-results thead span:first-of-type,.button-default-group ._account_api .status.status-report-item .liveDashboard .list-results thead span:first-of-type,.button-default-group ._account_api .double-list dd.status .liveDashboard .list-results thead span:first-of-type,.double-list .button-default-group ._account_api dd.status .liveDashboard .list-results thead span:first-of-type,.button-default-group ._account_api .double-list dt.status .liveDashboard .list-results thead span:first-of-type,.double-list .button-default-group ._account_api dt.status .liveDashboard .list-results thead span:first-of-type,.button-default-group ._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span:first-of-type,.w-cards-container .w-card .button-default-group ._account_api .status.title .liveDashboard .list-results thead span:first-of-type,.button-default-group ._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span:first-of-type,.w-cards-container .w-card.centered .w-value .button-default-group ._account_api .status.label .liveDashboard .list-results thead span:first-of-type,.button-default-group ._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span:first-of-type,.list-results tbody tr.sublist .button-default-group ._account_api .status.title .liveDashboard .list-results thead span:first-of-type,.form-label.status .liveDashboard .button-default-group ._account_api .list-results thead span:first-of-type,.status.status-log .liveDashboard .button-default-group ._account_api .list-results thead span:first-of-type,.status.status-report-item .liveDashboard .button-default-group ._account_api .list-results thead span:first-of-type,.double-list dd.status .liveDashboard .button-default-group ._account_api .list-results thead span:first-of-type,.double-list dt.status .liveDashboard .button-default-group ._account_api .list-results thead span:first-of-type,.w-cards-container .w-card .status.title .liveDashboard .button-default-group ._account_api .list-results thead span:first-of-type,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .button-default-group ._account_api .list-results thead span:first-of-type,.list-results tbody tr.sublist .status.title .liveDashboard .button-default-group ._account_api .list-results thead span:first-of-type,.button-default-group ._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span:first-of-type,.liveDashboard .button-default-group ._account_api .list-results thead .w-filters-selected label.status.small span:first-of-type,.button-default-group ._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span:first-of-type,.w-filters-selected label.status.small .liveDashboard .button-default-group ._account_api .list-results thead span:first-of-type,.button-default-group ._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span:first-of-type,.liveDashboard .button-default-group ._account_api .list-results thead .w-filters-selected .status.btn-f-s span:first-of-type,.button-default-group ._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span:first-of-type,.w-filters-selected .status.btn-f-s .liveDashboard .button-default-group ._account_api .list-results thead span:first-of-type,.button-default-group ._account_api .liveDashboard .list-results thead .sub-header .w-form label:first-of-type,.button-default-group ._account_api .liveDashboard .list-results thead .sub-header .w-double-list label:first-of-type,.liveDashboard .button-default-group ._account_api .list-results thead .sub-header .w-form label:first-of-type,.liveDashboard .button-default-group ._account_api .list-results thead .sub-header .w-double-list label:first-of-type,.button-default-group ._account_api .sub-header .w-form .liveDashboard .list-results thead label:first-of-type,.button-default-group ._account_api .sub-header .w-double-list .liveDashboard .list-results thead label:first-of-type,.sub-header .w-form .liveDashboard .button-default-group ._account_api .list-results thead label:first-of-type,.sub-header .w-double-list .liveDashboard .button-default-group ._account_api .list-results thead label:first-of-type,.button-default-group ._account_api .liveDashboard .list-results thead .block-filters button:first-of-type:after,.liveDashboard .button-default-group ._account_api .list-results thead .block-filters button:first-of-type:after,.button-default-group ._account_api .block-filters .liveDashboard .list-results thead button:first-of-type:after,.block-filters .liveDashboard .button-default-group ._account_api .list-results thead button:first-of-type:after,.button-default-group ._account_api .liveDashboard .list-results thead .block-filters select:first-of-type:after,.liveDashboard .button-default-group ._account_api .list-results thead .block-filters select:first-of-type:after,.button-default-group ._account_api .block-filters .liveDashboard .list-results thead select:first-of-type:after,.block-filters .liveDashboard .button-default-group ._account_api .list-results thead select:first-of-type:after,.button-default-group ._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:first-of-type,.liveDashboard .button-default-group ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:first-of-type,.button-default-group ._account_api .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive:first-of-type,.form-auto-list .liveDashboard .button-default-group ._account_api .list-results thead .form-auto-item.is-user-is-inactive:first-of-type,.button-default-group ._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active:first-of-type,.liveDashboard .button-default-group ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active:first-of-type,.button-default-group ._account_api .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-active:first-of-type,.form-auto-list .liveDashboard .button-default-group ._account_api .list-results thead .form-auto-item.is-user-is-active:first-of-type,.button-default-group ._account_api .liveDashboard .list-results thead .list-results-header .status.title span:first-of-type,.liveDashboard .button-default-group ._account_api .list-results thead .list-results-header .status.title span:first-of-type,.button-default-group ._account_api .list-results-header .status.title .liveDashboard .list-results thead span:first-of-type,.list-results-header .status.title .liveDashboard .button-default-group ._account_api .list-results thead span:first-of-type,.button-default-group ._account_api .liveDashboard .list-results thead tr span:first-of-type,.liveDashboard .button-default-group ._account_api .list-results thead tr span:first-of-type,.button-default-group ._account_api .list-results thead .icon:first-of-type,.button-default-group ._account_api .list-results thead .w-alert-banner:first-of-type:before,.button-default-group ._account_api .liveDashboard .list-results thead .w-alert-banner:first-of-type:before,.liveDashboard .button-default-group ._account_api .list-results thead .w-alert-banner:first-of-type:before,.button-default-group ._account_api .list-results thead .w-alert-banner:first-of-type:before,.button-default-group ._account_api .list-results thead .w-dialog.plus .dialog-aside:first-of-type:after,.w-dialog.plus .button-default-group ._account_api .list-results thead .dialog-aside:first-of-type:after,.button-default-group ._account_api .list-results thead .w-toast .toast.plus:first-of-type:after,.w-toast .button-default-group ._account_api .list-results thead .toast.plus:first-of-type:after,.button-default-group ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:first-of-type:before,.w-time-period .dropdown .w-selection .button-default-group ._account_api .list-results thead .btn-period-clear:first-of-type:before,.button-default-group ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:first-of-type:before,.w-time-period .dropdown .w-selection .button-default-group ._account_api .list-results thead .btn-filter:first-of-type:before,.button-default-group ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:first-of-type:before,.w-time-period .dropdown .w-selection .button-default-group ._account_api .list-results thead .btn-period-edit:first-of-type:before,.button-default-group ._account_api .list-results thead .block-filters .btn-filter:first-of-type:before,.block-filters .button-default-group ._account_api .list-results thead .btn-filter:first-of-type:before,.button-default-group ._account_api .list-results thead .toggleWrapper input.mobileToggle+label:first-of-type,.toggleWrapper .button-default-group ._account_api .list-results thead input.mobileToggle+label:first-of-type,.button-default-group ._account_api .list-results thead tbody span.status:first-of-type,.button-default-group ._account_api .list-results tbody thead span.status:first-of-type,.button-default-group ._account_api .list-results thead tbody td.is-running span:first-of-type,.button-default-group ._account_api .list-results tbody td.is-running thead span:first-of-type,.button-default-group ._account_api .list-results thead tbody td.is-pending span:first-of-type,.button-default-group ._account_api .list-results tbody td.is-pending thead span:first-of-type,.button-default-group ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:first-of-type:after,.button-default-group .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .dropdown-toggle:first-of-type:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .button-default-group ._account_api .list-results thead .dropdown-toggle:first-of-type:after,.button-default-group ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:first-of-type,.button-default-group .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .filter:first-of-type,.w-filter-preset.w-filter-preset .filter-preset .button-default-group ._account_api .list-results thead .filter:first-of-type,.button-default-group ._account_api .list-results thead .form-label.status span:first-of-type,.button-default-group ._account_api .list-results thead .status.status-log span:first-of-type,.button-default-group ._account_api .list-results thead .status.status-report-item span:first-of-type,.button-default-group ._account_api .list-results thead .double-list dd.status span:first-of-type,.double-list .button-default-group ._account_api .list-results thead dd.status span:first-of-type,.button-default-group ._account_api .list-results thead .double-list dt.status span:first-of-type,.double-list .button-default-group ._account_api .list-results thead dt.status span:first-of-type,.button-default-group ._account_api .list-results thead .w-cards-container .w-card .status.title span:first-of-type,.w-cards-container .w-card .button-default-group ._account_api .list-results thead .status.title span:first-of-type,.button-default-group ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:first-of-type,.w-cards-container .w-card.centered .w-value .button-default-group ._account_api .list-results thead .status.label span:first-of-type,.button-default-group ._account_api .list-results thead tbody tr.sublist .status.title span:first-of-type,.button-default-group ._account_api .list-results tbody tr.sublist thead .status.title span:first-of-type,.button-default-group .form-label.status ._account_api .list-results thead span:first-of-type,.button-default-group .status.status-log ._account_api .list-results thead span:first-of-type,.button-default-group .status.status-report-item ._account_api .list-results thead span:first-of-type,.button-default-group .double-list dd.status ._account_api .list-results thead span:first-of-type,.double-list .button-default-group dd.status ._account_api .list-results thead span:first-of-type,.button-default-group .double-list dt.status ._account_api .list-results thead span:first-of-type,.double-list .button-default-group dt.status ._account_api .list-results thead span:first-of-type,.button-default-group .w-cards-container .w-card .status.title ._account_api .list-results thead span:first-of-type,.w-cards-container .w-card .button-default-group .status.title ._account_api .list-results thead span:first-of-type,.button-default-group .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span:first-of-type,.w-cards-container .w-card.centered .w-value .button-default-group .status.label ._account_api .list-results thead span:first-of-type,.button-default-group .list-results tbody tr.sublist .status.title ._account_api .list-results thead span:first-of-type,.list-results tbody tr.sublist .button-default-group .status.title ._account_api .list-results thead span:first-of-type,.form-label.status .button-default-group ._account_api .list-results thead span:first-of-type,.status.status-log .button-default-group ._account_api .list-results thead span:first-of-type,.status.status-report-item .button-default-group ._account_api .list-results thead span:first-of-type,.double-list dd.status .button-default-group ._account_api .list-results thead span:first-of-type,.double-list dt.status .button-default-group ._account_api .list-results thead span:first-of-type,.w-cards-container .w-card .status.title .button-default-group ._account_api .list-results thead span:first-of-type,.w-cards-container .w-card.centered .w-value .status.label .button-default-group ._account_api .list-results thead span:first-of-type,.list-results tbody tr.sublist .status.title .button-default-group ._account_api .list-results thead span:first-of-type,.button-default-group ._account_api .list-results thead .w-filters-selected label.status.small span:first-of-type,.button-default-group .w-filters-selected label.status.small ._account_api .list-results thead span:first-of-type,.w-filters-selected label.status.small .button-default-group ._account_api .list-results thead span:first-of-type,.button-default-group ._account_api .list-results thead .w-filters-selected .status.btn-f-s span:first-of-type,.button-default-group .w-filters-selected .status.btn-f-s ._account_api .list-results thead span:first-of-type,.w-filters-selected .status.btn-f-s .button-default-group ._account_api .list-results thead span:first-of-type,.button-default-group ._account_api .list-results thead .sub-header .w-form label:first-of-type,.button-default-group ._account_api .list-results thead .sub-header .w-double-list label:first-of-type,.button-default-group .sub-header .w-form ._account_api .list-results thead label:first-of-type,.button-default-group .sub-header .w-double-list ._account_api .list-results thead label:first-of-type,.sub-header .w-form .button-default-group ._account_api .list-results thead label:first-of-type,.sub-header .w-double-list .button-default-group ._account_api .list-results thead label:first-of-type,.button-default-group ._account_api .list-results thead .block-filters button:first-of-type:after,.button-default-group .block-filters ._account_api .list-results thead button:first-of-type:after,.block-filters .button-default-group ._account_api .list-results thead button:first-of-type:after,.button-default-group ._account_api .list-results thead .block-filters select:first-of-type:after,.button-default-group .block-filters ._account_api .list-results thead select:first-of-type:after,.block-filters .button-default-group ._account_api .list-results thead select:first-of-type:after,.button-default-group ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:first-of-type,.button-default-group .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-inactive:first-of-type,.form-auto-list .button-default-group ._account_api .list-results thead .form-auto-item.is-user-is-inactive:first-of-type,.button-default-group ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active:first-of-type,.button-default-group .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-active:first-of-type,.form-auto-list .button-default-group ._account_api .list-results thead .form-auto-item.is-user-is-active:first-of-type,.button-default-group ._account_api .list-results thead .list-results-header .status.title span:first-of-type,.button-default-group .list-results-header .status.title ._account_api .list-results thead span:first-of-type,.list-results-header .status.title .button-default-group ._account_api .list-results thead span:first-of-type,.button-default-group ._account_api .list-results thead tr span:first-of-type,.button-default-group .liveDashboard ._account_api .list-results thead .icon:first-of-type,.button-default-group .liveDashboard ._account_api .list-results thead .w-alert-banner:first-of-type:before,.button-default-group .liveDashboard ._account_api .list-results thead .w-alert-banner:first-of-type:before,.button-default-group .liveDashboard ._account_api .list-results thead .w-alert-banner:first-of-type:before,.button-default-group .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:first-of-type:after,.w-dialog.plus .button-default-group .liveDashboard ._account_api .list-results thead .dialog-aside:first-of-type:after,.button-default-group .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:first-of-type:after,.w-toast .button-default-group .liveDashboard ._account_api .list-results thead .toast.plus:first-of-type:after,.button-default-group .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:first-of-type:before,.w-time-period .dropdown .w-selection .button-default-group .liveDashboard ._account_api .list-results thead .btn-period-clear:first-of-type:before,.button-default-group .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:first-of-type:before,.w-time-period .dropdown .w-selection .button-default-group .liveDashboard ._account_api .list-results thead .btn-filter:first-of-type:before,.button-default-group .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:first-of-type:before,.w-time-period .dropdown .w-selection .button-default-group .liveDashboard ._account_api .list-results thead .btn-period-edit:first-of-type:before,.button-default-group .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:first-of-type:before,.block-filters .button-default-group .liveDashboard ._account_api .list-results thead .btn-filter:first-of-type:before,.button-default-group .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label:first-of-type,.toggleWrapper .button-default-group .liveDashboard ._account_api .list-results thead input.mobileToggle+label:first-of-type,.button-default-group .liveDashboard ._account_api .list-results thead tbody span.status:first-of-type,.button-default-group .liveDashboard ._account_api .list-results tbody thead span.status:first-of-type,.button-default-group .liveDashboard ._account_api .list-results thead tbody td.is-running span:first-of-type,.button-default-group .liveDashboard ._account_api .list-results tbody td.is-running thead span:first-of-type,.button-default-group .liveDashboard ._account_api .list-results thead tbody td.is-pending span:first-of-type,.button-default-group .liveDashboard ._account_api .list-results tbody td.is-pending thead span:first-of-type,.liveDashboard .button-default-group ._account_api .list-results thead .icon:first-of-type,.liveDashboard .button-default-group ._account_api .list-results thead .w-alert-banner:first-of-type:before,.liveDashboard .button-default-group ._account_api .list-results thead .w-alert-banner:first-of-type:before,.liveDashboard .button-default-group ._account_api .list-results thead .w-alert-banner:first-of-type:before,.liveDashboard .button-default-group ._account_api .list-results thead .w-dialog.plus .dialog-aside:first-of-type:after,.w-dialog.plus .liveDashboard .button-default-group ._account_api .list-results thead .dialog-aside:first-of-type:after,.liveDashboard .button-default-group ._account_api .list-results thead .w-toast .toast.plus:first-of-type:after,.w-toast .liveDashboard .button-default-group ._account_api .list-results thead .toast.plus:first-of-type:after,.liveDashboard .button-default-group ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:first-of-type:before,.w-time-period .dropdown .w-selection .liveDashboard .button-default-group ._account_api .list-results thead .btn-period-clear:first-of-type:before,.liveDashboard .button-default-group ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:first-of-type:before,.w-time-period .dropdown .w-selection .liveDashboard .button-default-group ._account_api .list-results thead .btn-filter:first-of-type:before,.liveDashboard .button-default-group ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:first-of-type:before,.w-time-period .dropdown .w-selection .liveDashboard .button-default-group ._account_api .list-results thead .btn-period-edit:first-of-type:before,.liveDashboard .button-default-group ._account_api .list-results thead .block-filters .btn-filter:first-of-type:before,.block-filters .liveDashboard .button-default-group ._account_api .list-results thead .btn-filter:first-of-type:before,.liveDashboard .button-default-group ._account_api .list-results thead .toggleWrapper input.mobileToggle+label:first-of-type,.toggleWrapper .liveDashboard .button-default-group ._account_api .list-results thead input.mobileToggle+label:first-of-type,.liveDashboard .button-default-group ._account_api .list-results thead tbody span.status:first-of-type,.liveDashboard .button-default-group ._account_api .list-results tbody thead span.status:first-of-type,.liveDashboard .button-default-group ._account_api .list-results thead tbody td.is-running span:first-of-type,.liveDashboard .button-default-group ._account_api .list-results tbody td.is-running thead span:first-of-type,.liveDashboard .button-default-group ._account_api .list-results thead tbody td.is-pending span:first-of-type,.liveDashboard .button-default-group ._account_api .list-results tbody td.is-pending thead span:first-of-type,.button-default-group ._account_api .liveDashboard .list-results thead .icon:first-of-type,.button-default-group ._account_api .liveDashboard .list-results thead .w-alert-banner:first-of-type:before,.button-default-group ._account_api .liveDashboard .list-results thead .w-alert-banner:first-of-type:before,.button-default-group ._account_api .liveDashboard .list-results thead .w-alert-banner:first-of-type:before,.button-default-group ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:first-of-type:after,.w-dialog.plus .button-default-group ._account_api .liveDashboard .list-results thead .dialog-aside:first-of-type:after,.button-default-group ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:first-of-type:after,.w-toast .button-default-group ._account_api .liveDashboard .list-results thead .toast.plus:first-of-type:after,.button-default-group ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:first-of-type:before,.w-time-period .dropdown .w-selection .button-default-group ._account_api .liveDashboard .list-results thead .btn-period-clear:first-of-type:before,.button-default-group ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:first-of-type:before,.w-time-period .dropdown .w-selection .button-default-group ._account_api .liveDashboard .list-results thead .btn-filter:first-of-type:before,.button-default-group ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:first-of-type:before,.w-time-period .dropdown .w-selection .button-default-group ._account_api .liveDashboard .list-results thead .btn-period-edit:first-of-type:before,.button-default-group ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:first-of-type:before,.block-filters .button-default-group ._account_api .liveDashboard .list-results thead .btn-filter:first-of-type:before,.button-default-group ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label:first-of-type,.toggleWrapper .button-default-group ._account_api .liveDashboard .list-results thead input.mobileToggle+label:first-of-type,.button-default-group ._account_api .liveDashboard .list-results thead tbody span.status:first-of-type,.button-default-group ._account_api .liveDashboard .list-results tbody thead span.status:first-of-type,.button-default-group ._account_api .liveDashboard .list-results thead tbody td.is-running span:first-of-type,.button-default-group ._account_api .liveDashboard .list-results tbody td.is-running thead span:first-of-type,.button-default-group ._account_api .liveDashboard .list-results thead tbody td.is-pending span:first-of-type,.button-default-group ._account_api .liveDashboard .list-results tbody td.is-pending thead span:first-of-type,.button-default-group .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:first-of-type:after,.liveDashboard .button-default-group ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:first-of-type:after,.button-default-group ._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:first-of-type:after,.button-default-group .liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .dropdown-toggle:first-of-type:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown .button-default-group ._account_api .list-results thead .dropdown-toggle:first-of-type:after,.button-default-group .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .dropdown-toggle:first-of-type:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .button-default-group ._account_api .liveDashboard .list-results thead .dropdown-toggle:first-of-type:after,.button-default-group .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:first-of-type,.liveDashboard .button-default-group ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:first-of-type,.button-default-group ._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:first-of-type,.button-default-group .liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .filter:first-of-type,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .button-default-group ._account_api .list-results thead .filter:first-of-type,.button-default-group .w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .filter:first-of-type,.w-filter-preset.w-filter-preset .filter-preset .button-default-group ._account_api .liveDashboard .list-results thead .filter:first-of-type,.button-default-group .liveDashboard ._account_api .list-results thead .form-label.status span:first-of-type,.button-default-group .liveDashboard ._account_api .list-results thead .status.status-log span:first-of-type,.button-default-group .liveDashboard ._account_api .list-results thead .status.status-report-item span:first-of-type,.button-default-group .liveDashboard ._account_api .list-results thead .double-list dd.status span:first-of-type,.double-list .button-default-group .liveDashboard ._account_api .list-results thead dd.status span:first-of-type,.button-default-group .liveDashboard ._account_api .list-results thead .double-list dt.status span:first-of-type,.double-list .button-default-group .liveDashboard ._account_api .list-results thead dt.status span:first-of-type,.button-default-group .liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span:first-of-type,.w-cards-container .w-card .button-default-group .liveDashboard ._account_api .list-results thead .status.title span:first-of-type,.button-default-group .liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:first-of-type,.w-cards-container .w-card.centered .w-value .button-default-group .liveDashboard ._account_api .list-results thead .status.label span:first-of-type,.button-default-group .liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span:first-of-type,.button-default-group .liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span:first-of-type,.liveDashboard .button-default-group ._account_api .list-results thead .form-label.status span:first-of-type,.liveDashboard .button-default-group ._account_api .list-results thead .status.status-log span:first-of-type,.liveDashboard .button-default-group ._account_api .list-results thead .status.status-report-item span:first-of-type,.liveDashboard .button-default-group ._account_api .list-results thead .double-list dd.status span:first-of-type,.double-list .liveDashboard .button-default-group ._account_api .list-results thead dd.status span:first-of-type,.liveDashboard .button-default-group ._account_api .list-results thead .double-list dt.status span:first-of-type,.double-list .liveDashboard .button-default-group ._account_api .list-results thead dt.status span:first-of-type,.liveDashboard .button-default-group ._account_api .list-results thead .w-cards-container .w-card .status.title span:first-of-type,.w-cards-container .w-card .liveDashboard .button-default-group ._account_api .list-results thead .status.title span:first-of-type,.liveDashboard .button-default-group ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:first-of-type,.w-cards-container .w-card.centered .w-value .liveDashboard .button-default-group ._account_api .list-results thead .status.label span:first-of-type,.liveDashboard .button-default-group ._account_api .list-results thead tbody tr.sublist .status.title span:first-of-type,.liveDashboard .button-default-group ._account_api .list-results tbody tr.sublist thead .status.title span:first-of-type,.button-default-group ._account_api .liveDashboard .list-results thead .form-label.status span:first-of-type,.button-default-group ._account_api .liveDashboard .list-results thead .status.status-log span:first-of-type,.button-default-group ._account_api .liveDashboard .list-results thead .status.status-report-item span:first-of-type,.button-default-group ._account_api .liveDashboard .list-results thead .double-list dd.status span:first-of-type,.double-list .button-default-group ._account_api .liveDashboard .list-results thead dd.status span:first-of-type,.button-default-group ._account_api .liveDashboard .list-results thead .double-list dt.status span:first-of-type,.double-list .button-default-group ._account_api .liveDashboard .list-results thead dt.status span:first-of-type,.button-default-group ._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span:first-of-type,.w-cards-container .w-card .button-default-group ._account_api .liveDashboard .list-results thead .status.title span:first-of-type,.button-default-group ._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:first-of-type,.w-cards-container .w-card.centered .w-value .button-default-group ._account_api .liveDashboard .list-results thead .status.label span:first-of-type,.button-default-group ._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span:first-of-type,.button-default-group ._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span:first-of-type,.button-default-group .liveDashboard .form-label.status ._account_api .list-results thead span:first-of-type,.button-default-group .liveDashboard .status.status-log ._account_api .list-results thead span:first-of-type,.button-default-group .liveDashboard .status.status-report-item ._account_api .list-results thead span:first-of-type,.button-default-group .liveDashboard .double-list dd.status ._account_api .list-results thead span:first-of-type,.double-list .button-default-group .liveDashboard dd.status ._account_api .list-results thead span:first-of-type,.button-default-group .liveDashboard .double-list dt.status ._account_api .list-results thead span:first-of-type,.double-list .button-default-group .liveDashboard dt.status ._account_api .list-results thead span:first-of-type,.button-default-group .liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span:first-of-type,.w-cards-container .w-card .button-default-group .liveDashboard .status.title ._account_api .list-results thead span:first-of-type,.button-default-group .liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span:first-of-type,.w-cards-container .w-card.centered .w-value .button-default-group .liveDashboard .status.label ._account_api .list-results thead span:first-of-type,.button-default-group .liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span:first-of-type,.list-results tbody tr.sublist .button-default-group .liveDashboard .status.title ._account_api .list-results thead span:first-of-type,.liveDashboard .form-label.status .button-default-group ._account_api .list-results thead span:first-of-type,.liveDashboard .status.status-log .button-default-group ._account_api .list-results thead span:first-of-type,.liveDashboard .status.status-report-item .button-default-group ._account_api .list-results thead span:first-of-type,.liveDashboard .double-list dd.status .button-default-group ._account_api .list-results thead span:first-of-type,.double-list .liveDashboard dd.status .button-default-group ._account_api .list-results thead span:first-of-type,.liveDashboard .double-list dt.status .button-default-group ._account_api .list-results thead span:first-of-type,.double-list .liveDashboard dt.status .button-default-group ._account_api .list-results thead span:first-of-type,.liveDashboard .w-cards-container .w-card .status.title .button-default-group ._account_api .list-results thead span:first-of-type,.w-cards-container .w-card .liveDashboard .status.title .button-default-group ._account_api .list-results thead span:first-of-type,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label .button-default-group ._account_api .list-results thead span:first-of-type,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label .button-default-group ._account_api .list-results thead span:first-of-type,.liveDashboard .list-results tbody tr.sublist .status.title .button-default-group ._account_api .list-results thead span:first-of-type,.list-results tbody tr.sublist .liveDashboard .status.title .button-default-group ._account_api .list-results thead span:first-of-type,.button-default-group .form-label.status ._account_api .liveDashboard .list-results thead span:first-of-type,.button-default-group .status.status-log ._account_api .liveDashboard .list-results thead span:first-of-type,.button-default-group .status.status-report-item ._account_api .liveDashboard .list-results thead span:first-of-type,.button-default-group .double-list dd.status ._account_api .liveDashboard .list-results thead span:first-of-type,.double-list .button-default-group dd.status ._account_api .liveDashboard .list-results thead span:first-of-type,.button-default-group .double-list dt.status ._account_api .liveDashboard .list-results thead span:first-of-type,.double-list .button-default-group dt.status ._account_api .liveDashboard .list-results thead span:first-of-type,.button-default-group .w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead span:first-of-type,.w-cards-container .w-card .button-default-group .status.title ._account_api .liveDashboard .list-results thead span:first-of-type,.button-default-group .w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead span:first-of-type,.w-cards-container .w-card.centered .w-value .button-default-group .status.label ._account_api .liveDashboard .list-results thead span:first-of-type,.button-default-group .list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead span:first-of-type,.list-results tbody tr.sublist .button-default-group .status.title ._account_api .liveDashboard .list-results thead span:first-of-type,.form-label.status .button-default-group ._account_api .liveDashboard .list-results thead span:first-of-type,.status.status-log .button-default-group ._account_api .liveDashboard .list-results thead span:first-of-type,.status.status-report-item .button-default-group ._account_api .liveDashboard .list-results thead span:first-of-type,.double-list dd.status .button-default-group ._account_api .liveDashboard .list-results thead span:first-of-type,.double-list dt.status .button-default-group ._account_api .liveDashboard .list-results thead span:first-of-type,.w-cards-container .w-card .status.title .button-default-group ._account_api .liveDashboard .list-results thead span:first-of-type,.w-cards-container .w-card.centered .w-value .status.label .button-default-group ._account_api .liveDashboard .list-results thead span:first-of-type,.list-results tbody tr.sublist .status.title .button-default-group ._account_api .liveDashboard .list-results thead span:first-of-type,.button-default-group .liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span:first-of-type,.liveDashboard .button-default-group ._account_api .list-results thead .w-filters-selected label.status.small span:first-of-type,.button-default-group ._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span:first-of-type,.button-default-group .liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span:first-of-type,.liveDashboard .w-filters-selected label.status.small .button-default-group ._account_api .list-results thead span:first-of-type,.button-default-group .w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead span:first-of-type,.w-filters-selected label.status.small .button-default-group ._account_api .liveDashboard .list-results thead span:first-of-type,.button-default-group .liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span:first-of-type,.liveDashboard .button-default-group ._account_api .list-results thead .w-filters-selected .status.btn-f-s span:first-of-type,.button-default-group ._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span:first-of-type,.button-default-group .liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span:first-of-type,.liveDashboard .w-filters-selected .status.btn-f-s .button-default-group ._account_api .list-results thead span:first-of-type,.button-default-group .w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead span:first-of-type,.w-filters-selected .status.btn-f-s .button-default-group ._account_api .liveDashboard .list-results thead span:first-of-type,.button-default-group .liveDashboard ._account_api .list-results thead .sub-header .w-form label:first-of-type,.button-default-group .liveDashboard ._account_api .list-results thead .sub-header .w-double-list label:first-of-type,.liveDashboard .button-default-group ._account_api .list-results thead .sub-header .w-form label:first-of-type,.liveDashboard .button-default-group ._account_api .list-results thead .sub-header .w-double-list label:first-of-type,.button-default-group ._account_api .liveDashboard .list-results thead .sub-header .w-form label:first-of-type,.button-default-group ._account_api .liveDashboard .list-results thead .sub-header .w-double-list label:first-of-type,.button-default-group .liveDashboard .sub-header .w-form ._account_api .list-results thead label:first-of-type,.button-default-group .liveDashboard .sub-header .w-double-list ._account_api .list-results thead label:first-of-type,.liveDashboard .sub-header .w-form .button-default-group ._account_api .list-results thead label:first-of-type,.liveDashboard .sub-header .w-double-list .button-default-group ._account_api .list-results thead label:first-of-type,.button-default-group .sub-header .w-form ._account_api .liveDashboard .list-results thead label:first-of-type,.button-default-group .sub-header .w-double-list ._account_api .liveDashboard .list-results thead label:first-of-type,.sub-header .w-form .button-default-group ._account_api .liveDashboard .list-results thead label:first-of-type,.sub-header .w-double-list .button-default-group ._account_api .liveDashboard .list-results thead label:first-of-type,.button-default-group .liveDashboard ._account_api .list-results thead .block-filters button:first-of-type:after,.liveDashboard .button-default-group ._account_api .list-results thead .block-filters button:first-of-type:after,.button-default-group ._account_api .liveDashboard .list-results thead .block-filters button:first-of-type:after,.button-default-group .liveDashboard .block-filters ._account_api .list-results thead button:first-of-type:after,.liveDashboard .block-filters .button-default-group ._account_api .list-results thead button:first-of-type:after,.button-default-group .block-filters ._account_api .liveDashboard .list-results thead button:first-of-type:after,.block-filters .button-default-group ._account_api .liveDashboard .list-results thead button:first-of-type:after,.button-default-group .liveDashboard ._account_api .list-results thead .block-filters select:first-of-type:after,.liveDashboard .button-default-group ._account_api .list-results thead .block-filters select:first-of-type:after,.button-default-group ._account_api .liveDashboard .list-results thead .block-filters select:first-of-type:after,.button-default-group .liveDashboard .block-filters ._account_api .list-results thead select:first-of-type:after,.liveDashboard .block-filters .button-default-group ._account_api .list-results thead select:first-of-type:after,.button-default-group .block-filters ._account_api .liveDashboard .list-results thead select:first-of-type:after,.block-filters .button-default-group ._account_api .liveDashboard .list-results thead select:first-of-type:after,.button-default-group .liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:first-of-type,.liveDashboard .button-default-group ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:first-of-type,.button-default-group ._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:first-of-type,.button-default-group .liveDashboard .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-inactive:first-of-type,.liveDashboard .form-auto-list .button-default-group ._account_api .list-results thead .form-auto-item.is-user-is-inactive:first-of-type,.button-default-group .form-auto-list ._account_api .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive:first-of-type,.form-auto-list .button-default-group ._account_api .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive:first-of-type,.button-default-group .liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active:first-of-type,.liveDashboard .button-default-group ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active:first-of-type,.button-default-group ._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active:first-of-type,.button-default-group .liveDashboard .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-active:first-of-type,.liveDashboard .form-auto-list .button-default-group ._account_api .list-results thead .form-auto-item.is-user-is-active:first-of-type,.button-default-group .form-auto-list ._account_api .liveDashboard .list-results thead .form-auto-item.is-user-is-active:first-of-type,.form-auto-list .button-default-group ._account_api .liveDashboard .list-results thead .form-auto-item.is-user-is-active:first-of-type,.button-default-group .liveDashboard ._account_api .list-results thead .list-results-header .status.title span:first-of-type,.liveDashboard .button-default-group ._account_api .list-results thead .list-results-header .status.title span:first-of-type,.button-default-group ._account_api .liveDashboard .list-results thead .list-results-header .status.title span:first-of-type,.button-default-group .liveDashboard .list-results-header .status.title ._account_api .list-results thead span:first-of-type,.liveDashboard .list-results-header .status.title .button-default-group ._account_api .list-results thead span:first-of-type,.button-default-group .list-results-header .status.title ._account_api .liveDashboard .list-results thead span:first-of-type,.list-results-header .status.title .button-default-group ._account_api .liveDashboard .list-results thead span:first-of-type,.button-default-group .liveDashboard ._account_api .list-results thead tr span:first-of-type,.liveDashboard .button-default-group ._account_api .list-results thead tr span:first-of-type,.button-default-group ._account_api .liveDashboard .list-results thead tr span:first-of-type,.button-default-group ._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .dropdown-toggle:first-of-type:after,.button-default-group .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .dropdown-toggle:first-of-type:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .button-default-group ._account_api .list-results thead .dropdown-toggle:first-of-type:after,.button-default-group ._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .filter:first-of-type,.button-default-group .w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .filter:first-of-type,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .button-default-group ._account_api .list-results thead .filter:first-of-type,.button-default-group ._account_api .form-label.status .liveDashboard .list-results thead span:first-of-type,.button-default-group ._account_api .status.status-log .liveDashboard .list-results thead span:first-of-type,.button-default-group ._account_api .status.status-report-item .liveDashboard .list-results thead span:first-of-type,.button-default-group ._account_api .double-list dd.status .liveDashboard .list-results thead span:first-of-type,.double-list .button-default-group ._account_api dd.status .liveDashboard .list-results thead span:first-of-type,.button-default-group ._account_api .double-list dt.status .liveDashboard .list-results thead span:first-of-type,.double-list .button-default-group ._account_api dt.status .liveDashboard .list-results thead span:first-of-type,.button-default-group ._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span:first-of-type,.w-cards-container .w-card .button-default-group ._account_api .status.title .liveDashboard .list-results thead span:first-of-type,.button-default-group ._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span:first-of-type,.w-cards-container .w-card.centered .w-value .button-default-group ._account_api .status.label .liveDashboard .list-results thead span:first-of-type,.button-default-group ._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span:first-of-type,.list-results tbody tr.sublist .button-default-group ._account_api .status.title .liveDashboard .list-results thead span:first-of-type,.button-default-group .form-label.status .liveDashboard ._account_api .list-results thead span:first-of-type,.button-default-group .status.status-log .liveDashboard ._account_api .list-results thead span:first-of-type,.button-default-group .status.status-report-item .liveDashboard ._account_api .list-results thead span:first-of-type,.button-default-group .double-list dd.status .liveDashboard ._account_api .list-results thead span:first-of-type,.double-list .button-default-group dd.status .liveDashboard ._account_api .list-results thead span:first-of-type,.button-default-group .double-list dt.status .liveDashboard ._account_api .list-results thead span:first-of-type,.double-list .button-default-group dt.status .liveDashboard ._account_api .list-results thead span:first-of-type,.button-default-group .w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead span:first-of-type,.w-cards-container .w-card .button-default-group .status.title .liveDashboard ._account_api .list-results thead span:first-of-type,.button-default-group .w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead span:first-of-type,.w-cards-container .w-card.centered .w-value .button-default-group .status.label .liveDashboard ._account_api .list-results thead span:first-of-type,.button-default-group .list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead span:first-of-type,.list-results tbody tr.sublist .button-default-group .status.title .liveDashboard ._account_api .list-results thead span:first-of-type,.form-label.status .liveDashboard .button-default-group ._account_api .list-results thead span:first-of-type,.status.status-log .liveDashboard .button-default-group ._account_api .list-results thead span:first-of-type,.status.status-report-item .liveDashboard .button-default-group ._account_api .list-results thead span:first-of-type,.double-list dd.status .liveDashboard .button-default-group ._account_api .list-results thead span:first-of-type,.double-list dt.status .liveDashboard .button-default-group ._account_api .list-results thead span:first-of-type,.w-cards-container .w-card .status.title .liveDashboard .button-default-group ._account_api .list-results thead span:first-of-type,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .button-default-group ._account_api .list-results thead span:first-of-type,.list-results tbody tr.sublist .status.title .liveDashboard .button-default-group ._account_api .list-results thead span:first-of-type,.button-default-group ._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span:first-of-type,.button-default-group .w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead span:first-of-type,.w-filters-selected label.status.small .liveDashboard .button-default-group ._account_api .list-results thead span:first-of-type,.button-default-group ._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span:first-of-type,.button-default-group .w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead span:first-of-type,.w-filters-selected .status.btn-f-s .liveDashboard .button-default-group ._account_api .list-results thead span:first-of-type,.button-default-group ._account_api .sub-header .w-form .liveDashboard .list-results thead label:first-of-type,.button-default-group ._account_api .sub-header .w-double-list .liveDashboard .list-results thead label:first-of-type,.button-default-group .sub-header .w-form .liveDashboard ._account_api .list-results thead label:first-of-type,.button-default-group .sub-header .w-double-list .liveDashboard ._account_api .list-results thead label:first-of-type,.sub-header .w-form .liveDashboard .button-default-group ._account_api .list-results thead label:first-of-type,.sub-header .w-double-list .liveDashboard .button-default-group ._account_api .list-results thead label:first-of-type,.button-default-group ._account_api .block-filters .liveDashboard .list-results thead button:first-of-type:after,.button-default-group .block-filters .liveDashboard ._account_api .list-results thead button:first-of-type:after,.block-filters .liveDashboard .button-default-group ._account_api .list-results thead button:first-of-type:after,.button-default-group ._account_api .block-filters .liveDashboard .list-results thead select:first-of-type:after,.button-default-group .block-filters .liveDashboard ._account_api .list-results thead select:first-of-type:after,.block-filters .liveDashboard .button-default-group ._account_api .list-results thead select:first-of-type:after,.button-default-group ._account_api .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive:first-of-type,.button-default-group .form-auto-list .liveDashboard ._account_api .list-results thead .form-auto-item.is-user-is-inactive:first-of-type,.form-auto-list .liveDashboard .button-default-group ._account_api .list-results thead .form-auto-item.is-user-is-inactive:first-of-type,.button-default-group ._account_api .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-active:first-of-type,.button-default-group .form-auto-list .liveDashboard ._account_api .list-results thead .form-auto-item.is-user-is-active:first-of-type,.form-auto-list .liveDashboard .button-default-group ._account_api .list-results thead .form-auto-item.is-user-is-active:first-of-type,.button-default-group ._account_api .list-results-header .status.title .liveDashboard .list-results thead span:first-of-type,.button-default-group .list-results-header .status.title .liveDashboard ._account_api .list-results thead span:first-of-type,.list-results-header .status.title .liveDashboard .button-default-group ._account_api .list-results thead span:first-of-type,._account_api .list-results thead .button-default-group .icon:first-of-type,._account_api .list-results thead .button-default-group .w-alert-banner:first-of-type:before,._account_api .liveDashboard .list-results thead .button-default-group .w-alert-banner:first-of-type:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-alert-banner:first-of-type:before,._account_api .list-results thead .button-default-group .w-alert-banner:first-of-type:before,._account_api .list-results thead .button-default-group .w-dialog.plus .dialog-aside:first-of-type:after,.w-dialog.plus ._account_api .list-results thead .button-default-group .dialog-aside:first-of-type:after,._account_api .list-results thead .button-default-group .w-toast .toast.plus:first-of-type:after,.w-toast ._account_api .list-results thead .button-default-group .toast.plus:first-of-type:after,._account_api .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-clear:first-of-type:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .button-default-group .btn-period-clear:first-of-type:before,._account_api .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-filter:first-of-type:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .button-default-group .btn-filter:first-of-type:before,._account_api .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-edit:first-of-type:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .button-default-group .btn-period-edit:first-of-type:before,._account_api .list-results thead .button-default-group .block-filters .btn-filter:first-of-type:before,.block-filters ._account_api .list-results thead .button-default-group .btn-filter:first-of-type:before,._account_api .list-results thead .button-default-group .toggleWrapper input.mobileToggle+label:first-of-type,.toggleWrapper ._account_api .list-results thead .button-default-group input.mobileToggle+label:first-of-type,._account_api .list-results thead .button-default-group tbody span.status:first-of-type,._account_api .list-results tbody thead .button-default-group span.status:first-of-type,._account_api .list-results thead .button-default-group tbody td.is-running span:first-of-type,._account_api .list-results tbody td.is-running thead .button-default-group span:first-of-type,._account_api .list-results thead .button-default-group tbody td.is-pending span:first-of-type,._account_api .list-results tbody td.is-pending thead .button-default-group span:first-of-type,._account_api .liveDashboard .list-results thead .button-default-group .icon:first-of-type,._account_api .liveDashboard .list-results thead .button-default-group .w-alert-banner:first-of-type:before,._account_api .liveDashboard .list-results thead .button-default-group .w-alert-banner:first-of-type:before,._account_api .liveDashboard .list-results thead .button-default-group .w-alert-banner:first-of-type:before,._account_api .liveDashboard .list-results thead .button-default-group .w-dialog.plus .dialog-aside:first-of-type:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .button-default-group .dialog-aside:first-of-type:after,._account_api .liveDashboard .list-results thead .button-default-group .w-toast .toast.plus:first-of-type:after,.w-toast ._account_api .liveDashboard .list-results thead .button-default-group .toast.plus:first-of-type:after,._account_api .liveDashboard .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-clear:first-of-type:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .button-default-group .btn-period-clear:first-of-type:before,._account_api .liveDashboard .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-filter:first-of-type:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .button-default-group .btn-filter:first-of-type:before,._account_api .liveDashboard .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-edit:first-of-type:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .button-default-group .btn-period-edit:first-of-type:before,._account_api .liveDashboard .list-results thead .button-default-group .block-filters .btn-filter:first-of-type:before,.block-filters ._account_api .liveDashboard .list-results thead .button-default-group .btn-filter:first-of-type:before,._account_api .liveDashboard .list-results thead .button-default-group .toggleWrapper input.mobileToggle+label:first-of-type,.toggleWrapper ._account_api .liveDashboard .list-results thead .button-default-group input.mobileToggle+label:first-of-type,._account_api .liveDashboard .list-results thead .button-default-group tbody span.status:first-of-type,._account_api .liveDashboard .list-results tbody thead .button-default-group span.status:first-of-type,._account_api .liveDashboard .list-results thead .button-default-group tbody td.is-running span:first-of-type,._account_api .liveDashboard .list-results tbody td.is-running thead .button-default-group span:first-of-type,._account_api .liveDashboard .list-results thead .button-default-group tbody td.is-pending span:first-of-type,._account_api .liveDashboard .list-results tbody td.is-pending thead .button-default-group span:first-of-type,.liveDashboard ._account_api .list-results thead .button-default-group .icon:first-of-type,.liveDashboard ._account_api .list-results thead .button-default-group .w-alert-banner:first-of-type:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-alert-banner:first-of-type:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-alert-banner:first-of-type:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-dialog.plus .dialog-aside:first-of-type:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .button-default-group .dialog-aside:first-of-type:after,.liveDashboard ._account_api .list-results thead .button-default-group .w-toast .toast.plus:first-of-type:after,.w-toast .liveDashboard ._account_api .list-results thead .button-default-group .toast.plus:first-of-type:after,.liveDashboard ._account_api .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-clear:first-of-type:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .button-default-group .btn-period-clear:first-of-type:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-filter:first-of-type:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .button-default-group .btn-filter:first-of-type:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-edit:first-of-type:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .button-default-group .btn-period-edit:first-of-type:before,.liveDashboard ._account_api .list-results thead .button-default-group .block-filters .btn-filter:first-of-type:before,.block-filters .liveDashboard ._account_api .list-results thead .button-default-group .btn-filter:first-of-type:before,.liveDashboard ._account_api .list-results thead .button-default-group .toggleWrapper input.mobileToggle+label:first-of-type,.toggleWrapper .liveDashboard ._account_api .list-results thead .button-default-group input.mobileToggle+label:first-of-type,.liveDashboard ._account_api .list-results thead .button-default-group tbody span.status:first-of-type,.liveDashboard ._account_api .list-results tbody thead .button-default-group span.status:first-of-type,.liveDashboard ._account_api .list-results thead .button-default-group tbody td.is-running span:first-of-type,.liveDashboard ._account_api .list-results tbody td.is-running thead .button-default-group span:first-of-type,.liveDashboard ._account_api .list-results thead .button-default-group tbody td.is-pending span:first-of-type,.liveDashboard ._account_api .list-results tbody td.is-pending thead .button-default-group span:first-of-type,._account_api .liveDashboard .list-results thead .button-default-group .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:first-of-type:after,.liveDashboard ._account_api .list-results thead .button-default-group .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:first-of-type:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .button-default-group .dropdown-toggle:first-of-type:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .button-default-group .dropdown-toggle:first-of-type:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .button-default-group .dropdown-toggle:first-of-type:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .button-default-group .dropdown-toggle:first-of-type:after,._account_api .liveDashboard .list-results thead .button-default-group .w-filter-preset.w-filter-preset .filter-preset .filter:first-of-type,.liveDashboard ._account_api .list-results thead .button-default-group .w-filter-preset.w-filter-preset .filter-preset .filter:first-of-type,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .button-default-group .filter:first-of-type,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .button-default-group .filter:first-of-type,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .button-default-group .filter:first-of-type,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .button-default-group .filter:first-of-type,._account_api .liveDashboard .list-results thead .button-default-group .form-label.status span:first-of-type,._account_api .liveDashboard .list-results thead .button-default-group .status.status-log span:first-of-type,._account_api .liveDashboard .list-results thead .button-default-group .status.status-report-item span:first-of-type,._account_api .liveDashboard .list-results thead .button-default-group .double-list dd.status span:first-of-type,.double-list ._account_api .liveDashboard .list-results thead .button-default-group dd.status span:first-of-type,._account_api .liveDashboard .list-results thead .button-default-group .double-list dt.status span:first-of-type,.double-list ._account_api .liveDashboard .list-results thead .button-default-group dt.status span:first-of-type,._account_api .liveDashboard .list-results thead .button-default-group .w-cards-container .w-card .status.title span:first-of-type,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .button-default-group .status.title span:first-of-type,._account_api .liveDashboard .list-results thead .button-default-group .w-cards-container .w-card.centered .w-value .status.label span:first-of-type,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .button-default-group .status.label span:first-of-type,._account_api .liveDashboard .list-results thead .button-default-group tbody tr.sublist .status.title span:first-of-type,._account_api .liveDashboard .list-results tbody tr.sublist thead .button-default-group .status.title span:first-of-type,.liveDashboard ._account_api .list-results thead .button-default-group .form-label.status span:first-of-type,.liveDashboard ._account_api .list-results thead .button-default-group .status.status-log span:first-of-type,.liveDashboard ._account_api .list-results thead .button-default-group .status.status-report-item span:first-of-type,.liveDashboard ._account_api .list-results thead .button-default-group .double-list dd.status span:first-of-type,.double-list .liveDashboard ._account_api .list-results thead .button-default-group dd.status span:first-of-type,.liveDashboard ._account_api .list-results thead .button-default-group .double-list dt.status span:first-of-type,.double-list .liveDashboard ._account_api .list-results thead .button-default-group dt.status span:first-of-type,.liveDashboard ._account_api .list-results thead .button-default-group .w-cards-container .w-card .status.title span:first-of-type,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .button-default-group .status.title span:first-of-type,.liveDashboard ._account_api .list-results thead .button-default-group .w-cards-container .w-card.centered .w-value .status.label span:first-of-type,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .button-default-group .status.label span:first-of-type,.liveDashboard ._account_api .list-results thead .button-default-group tbody tr.sublist .status.title span:first-of-type,.liveDashboard ._account_api .list-results tbody tr.sublist thead .button-default-group .status.title span:first-of-type,._account_api .liveDashboard .list-results thead .form-label.status .button-default-group span:first-of-type,._account_api .liveDashboard .list-results thead .status.status-log .button-default-group span:first-of-type,._account_api .liveDashboard .list-results thead .status.status-report-item .button-default-group span:first-of-type,._account_api .liveDashboard .list-results thead .double-list dd.status .button-default-group span:first-of-type,.double-list ._account_api .liveDashboard .list-results thead dd.status .button-default-group span:first-of-type,._account_api .liveDashboard .list-results thead .double-list dt.status .button-default-group span:first-of-type,.double-list ._account_api .liveDashboard .list-results thead dt.status .button-default-group span:first-of-type,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title .button-default-group span:first-of-type,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title .button-default-group span:first-of-type,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .button-default-group span:first-of-type,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label .button-default-group span:first-of-type,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title .button-default-group span:first-of-type,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title .button-default-group span:first-of-type,.liveDashboard ._account_api .list-results thead .form-label.status .button-default-group span:first-of-type,.liveDashboard ._account_api .list-results thead .status.status-log .button-default-group span:first-of-type,.liveDashboard ._account_api .list-results thead .status.status-report-item .button-default-group span:first-of-type,.liveDashboard ._account_api .list-results thead .double-list dd.status .button-default-group span:first-of-type,.double-list .liveDashboard ._account_api .list-results thead dd.status .button-default-group span:first-of-type,.liveDashboard ._account_api .list-results thead .double-list dt.status .button-default-group span:first-of-type,.double-list .liveDashboard ._account_api .list-results thead dt.status .button-default-group span:first-of-type,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title .button-default-group span:first-of-type,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title .button-default-group span:first-of-type,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .button-default-group span:first-of-type,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label .button-default-group span:first-of-type,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title .button-default-group span:first-of-type,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title .button-default-group span:first-of-type,._account_api .form-label.status .liveDashboard .list-results thead .button-default-group span:first-of-type,._account_api .status.status-log .liveDashboard .list-results thead .button-default-group span:first-of-type,._account_api .status.status-report-item .liveDashboard .list-results thead .button-default-group span:first-of-type,._account_api .double-list dd.status .liveDashboard .list-results thead .button-default-group span:first-of-type,.double-list ._account_api dd.status .liveDashboard .list-results thead .button-default-group span:first-of-type,._account_api .double-list dt.status .liveDashboard .list-results thead .button-default-group span:first-of-type,.double-list ._account_api dt.status .liveDashboard .list-results thead .button-default-group span:first-of-type,._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead .button-default-group span:first-of-type,.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead .button-default-group span:first-of-type,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead .button-default-group span:first-of-type,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead .button-default-group span:first-of-type,._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead .button-default-group span:first-of-type,.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead .button-default-group span:first-of-type,.form-label.status .liveDashboard ._account_api .list-results thead .button-default-group span:first-of-type,.status.status-log .liveDashboard ._account_api .list-results thead .button-default-group span:first-of-type,.status.status-report-item .liveDashboard ._account_api .list-results thead .button-default-group span:first-of-type,.double-list dd.status .liveDashboard ._account_api .list-results thead .button-default-group span:first-of-type,.double-list dt.status .liveDashboard ._account_api .list-results thead .button-default-group span:first-of-type,.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead .button-default-group span:first-of-type,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead .button-default-group span:first-of-type,.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead .button-default-group span:first-of-type,._account_api .liveDashboard .list-results thead .button-default-group .w-filters-selected label.status.small span:first-of-type,.liveDashboard ._account_api .list-results thead .button-default-group .w-filters-selected label.status.small span:first-of-type,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small .button-default-group span:first-of-type,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small .button-default-group span:first-of-type,._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead .button-default-group span:first-of-type,.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead .button-default-group span:first-of-type,._account_api .liveDashboard .list-results thead .button-default-group .w-filters-selected .status.btn-f-s span:first-of-type,.liveDashboard ._account_api .list-results thead .button-default-group .w-filters-selected .status.btn-f-s span:first-of-type,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .button-default-group span:first-of-type,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s .button-default-group span:first-of-type,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead .button-default-group span:first-of-type,.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead .button-default-group span:first-of-type,._account_api .liveDashboard .list-results thead .button-default-group .sub-header .w-form label:first-of-type,._account_api .liveDashboard .list-results thead .button-default-group .sub-header .w-double-list label:first-of-type,.liveDashboard ._account_api .list-results thead .button-default-group .sub-header .w-form label:first-of-type,.liveDashboard ._account_api .list-results thead .button-default-group .sub-header .w-double-list label:first-of-type,._account_api .liveDashboard .list-results thead .sub-header .w-form .button-default-group label:first-of-type,._account_api .liveDashboard .list-results thead .sub-header .w-double-list .button-default-group label:first-of-type,.liveDashboard ._account_api .list-results thead .sub-header .w-form .button-default-group label:first-of-type,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list .button-default-group label:first-of-type,._account_api .sub-header .w-form .liveDashboard .list-results thead .button-default-group label:first-of-type,._account_api .sub-header .w-double-list .liveDashboard .list-results thead .button-default-group label:first-of-type,.sub-header .w-form .liveDashboard ._account_api .list-results thead .button-default-group label:first-of-type,.sub-header .w-double-list .liveDashboard ._account_api .list-results thead .button-default-group label:first-of-type,._account_api .liveDashboard .list-results thead .button-default-group .block-filters button:first-of-type:after,.liveDashboard ._account_api .list-results thead .button-default-group .block-filters button:first-of-type:after,._account_api .liveDashboard .list-results thead .block-filters .button-default-group button:first-of-type:after,.liveDashboard ._account_api .list-results thead .block-filters .button-default-group button:first-of-type:after,._account_api .block-filters .liveDashboard .list-results thead .button-default-group button:first-of-type:after,.block-filters .liveDashboard ._account_api .list-results thead .button-default-group button:first-of-type:after,._account_api .liveDashboard .list-results thead .button-default-group .block-filters select:first-of-type:after,.liveDashboard ._account_api .list-results thead .button-default-group .block-filters select:first-of-type:after,._account_api .liveDashboard .list-results thead .block-filters .button-default-group select:first-of-type:after,.liveDashboard ._account_api .list-results thead .block-filters .button-default-group select:first-of-type:after,._account_api .block-filters .liveDashboard .list-results thead .button-default-group select:first-of-type:after,.block-filters .liveDashboard ._account_api .list-results thead .button-default-group select:first-of-type:after,._account_api .liveDashboard .list-results thead .button-default-group .form-auto-list .form-auto-item.is-user-is-inactive:first-of-type,.liveDashboard ._account_api .list-results thead .button-default-group .form-auto-list .form-auto-item.is-user-is-inactive:first-of-type,._account_api .liveDashboard .list-results thead .form-auto-list .button-default-group .form-auto-item.is-user-is-inactive:first-of-type,.liveDashboard ._account_api .list-results thead .form-auto-list .button-default-group .form-auto-item.is-user-is-inactive:first-of-type,._account_api .form-auto-list .liveDashboard .list-results thead .button-default-group .form-auto-item.is-user-is-inactive:first-of-type,.form-auto-list .liveDashboard ._account_api .list-results thead .button-default-group .form-auto-item.is-user-is-inactive:first-of-type,._account_api .liveDashboard .list-results thead .button-default-group .form-auto-list .form-auto-item.is-user-is-active:first-of-type,.liveDashboard ._account_api .list-results thead .button-default-group .form-auto-list .form-auto-item.is-user-is-active:first-of-type,._account_api .liveDashboard .list-results thead .form-auto-list .button-default-group .form-auto-item.is-user-is-active:first-of-type,.liveDashboard ._account_api .list-results thead .form-auto-list .button-default-group .form-auto-item.is-user-is-active:first-of-type,._account_api .form-auto-list .liveDashboard .list-results thead .button-default-group .form-auto-item.is-user-is-active:first-of-type,.form-auto-list .liveDashboard ._account_api .list-results thead .button-default-group .form-auto-item.is-user-is-active:first-of-type,._account_api .liveDashboard .list-results thead .button-default-group .list-results-header .status.title span:first-of-type,.liveDashboard ._account_api .list-results thead .button-default-group .list-results-header .status.title span:first-of-type,._account_api .liveDashboard .list-results thead .list-results-header .status.title .button-default-group span:first-of-type,.liveDashboard ._account_api .list-results thead .list-results-header .status.title .button-default-group span:first-of-type,._account_api .list-results-header .status.title .liveDashboard .list-results thead .button-default-group span:first-of-type,.list-results-header .status.title .liveDashboard ._account_api .list-results thead .button-default-group span:first-of-type,._account_api .liveDashboard .list-results thead .button-default-group tr span:first-of-type,.liveDashboard ._account_api .list-results thead .button-default-group tr span:first-of-type,._account_api .liveDashboard .list-results thead tr .button-default-group span:first-of-type,.liveDashboard ._account_api .list-results thead tr .button-default-group span:first-of-type,._account_api .list-results thead .button-default-group .icon:first-of-type,._account_api .list-results thead .button-default-group .w-alert-banner:first-of-type:before,._account_api .liveDashboard .list-results thead .button-default-group .w-alert-banner:first-of-type:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-alert-banner:first-of-type:before,._account_api .list-results thead .button-default-group .w-alert-banner:first-of-type:before,._account_api .list-results thead .button-default-group .w-dialog.plus .dialog-aside:first-of-type:after,.w-dialog.plus ._account_api .list-results thead .button-default-group .dialog-aside:first-of-type:after,._account_api .list-results thead .button-default-group .w-toast .toast.plus:first-of-type:after,.w-toast ._account_api .list-results thead .button-default-group .toast.plus:first-of-type:after,._account_api .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-clear:first-of-type:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .button-default-group .btn-period-clear:first-of-type:before,._account_api .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-filter:first-of-type:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .button-default-group .btn-filter:first-of-type:before,._account_api .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-edit:first-of-type:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .button-default-group .btn-period-edit:first-of-type:before,._account_api .list-results thead .button-default-group .block-filters .btn-filter:first-of-type:before,.block-filters ._account_api .list-results thead .button-default-group .btn-filter:first-of-type:before,._account_api .list-results thead .button-default-group .toggleWrapper input.mobileToggle+label:first-of-type,.toggleWrapper ._account_api .list-results thead .button-default-group input.mobileToggle+label:first-of-type,._account_api .list-results thead .button-default-group tbody span.status:first-of-type,._account_api .list-results tbody thead .button-default-group span.status:first-of-type,._account_api .list-results thead .button-default-group tbody td.is-running span:first-of-type,._account_api .list-results tbody td.is-running thead .button-default-group span:first-of-type,._account_api .list-results thead .button-default-group tbody td.is-pending span:first-of-type,._account_api .list-results tbody td.is-pending thead .button-default-group span:first-of-type,._account_api .list-results thead .button-default-group .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:first-of-type:after,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .button-default-group .dropdown-toggle:first-of-type:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .button-default-group .dropdown-toggle:first-of-type:after,._account_api .list-results thead .button-default-group .w-filter-preset.w-filter-preset .filter-preset .filter:first-of-type,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .button-default-group .filter:first-of-type,.w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .button-default-group .filter:first-of-type,._account_api .list-results thead .button-default-group .form-label.status span:first-of-type,._account_api .list-results thead .button-default-group .status.status-log span:first-of-type,._account_api .list-results thead .button-default-group .status.status-report-item span:first-of-type,._account_api .list-results thead .button-default-group .double-list dd.status span:first-of-type,.double-list ._account_api .list-results thead .button-default-group dd.status span:first-of-type,._account_api .list-results thead .button-default-group .double-list dt.status span:first-of-type,.double-list ._account_api .list-results thead .button-default-group dt.status span:first-of-type,._account_api .list-results thead .button-default-group .w-cards-container .w-card .status.title span:first-of-type,.w-cards-container .w-card ._account_api .list-results thead .button-default-group .status.title span:first-of-type,._account_api .list-results thead .button-default-group .w-cards-container .w-card.centered .w-value .status.label span:first-of-type,.w-cards-container .w-card.centered .w-value ._account_api .list-results thead .button-default-group .status.label span:first-of-type,._account_api .list-results thead .button-default-group tbody tr.sublist .status.title span:first-of-type,._account_api .list-results tbody tr.sublist thead .button-default-group .status.title span:first-of-type,._account_api .list-results thead .form-label.status .button-default-group span:first-of-type,._account_api .list-results thead .status.status-log .button-default-group span:first-of-type,._account_api .list-results thead .status.status-report-item .button-default-group span:first-of-type,._account_api .list-results thead .double-list dd.status .button-default-group span:first-of-type,.double-list ._account_api .list-results thead dd.status .button-default-group span:first-of-type,._account_api .list-results thead .double-list dt.status .button-default-group span:first-of-type,.double-list ._account_api .list-results thead dt.status .button-default-group span:first-of-type,._account_api .list-results thead .w-cards-container .w-card .status.title .button-default-group span:first-of-type,.w-cards-container .w-card ._account_api .list-results thead .status.title .button-default-group span:first-of-type,._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .button-default-group span:first-of-type,.w-cards-container .w-card.centered .w-value ._account_api .list-results thead .status.label .button-default-group span:first-of-type,._account_api .list-results thead tbody tr.sublist .status.title .button-default-group span:first-of-type,._account_api .list-results tbody tr.sublist thead .status.title .button-default-group span:first-of-type,.form-label.status ._account_api .list-results thead .button-default-group span:first-of-type,.status.status-log ._account_api .list-results thead .button-default-group span:first-of-type,.status.status-report-item ._account_api .list-results thead .button-default-group span:first-of-type,.double-list dd.status ._account_api .list-results thead .button-default-group span:first-of-type,.double-list dt.status ._account_api .list-results thead .button-default-group span:first-of-type,.w-cards-container .w-card .status.title ._account_api .list-results thead .button-default-group span:first-of-type,.w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead .button-default-group span:first-of-type,.list-results tbody tr.sublist .status.title ._account_api .list-results thead .button-default-group span:first-of-type,._account_api .list-results thead .button-default-group .w-filters-selected label.status.small span:first-of-type,._account_api .list-results thead .w-filters-selected label.status.small .button-default-group span:first-of-type,.w-filters-selected label.status.small ._account_api .list-results thead .button-default-group span:first-of-type,._account_api .list-results thead .button-default-group .w-filters-selected .status.btn-f-s span:first-of-type,._account_api .list-results thead .w-filters-selected .status.btn-f-s .button-default-group span:first-of-type,.w-filters-selected .status.btn-f-s ._account_api .list-results thead .button-default-group span:first-of-type,._account_api .list-results thead .button-default-group .sub-header .w-form label:first-of-type,._account_api .list-results thead .button-default-group .sub-header .w-double-list label:first-of-type,._account_api .list-results thead .sub-header .w-form .button-default-group label:first-of-type,._account_api .list-results thead .sub-header .w-double-list .button-default-group label:first-of-type,.sub-header .w-form ._account_api .list-results thead .button-default-group label:first-of-type,.sub-header .w-double-list ._account_api .list-results thead .button-default-group label:first-of-type,._account_api .list-results thead .button-default-group .block-filters button:first-of-type:after,._account_api .list-results thead .block-filters .button-default-group button:first-of-type:after,.block-filters ._account_api .list-results thead .button-default-group button:first-of-type:after,._account_api .list-results thead .button-default-group .block-filters select:first-of-type:after,._account_api .list-results thead .block-filters .button-default-group select:first-of-type:after,.block-filters ._account_api .list-results thead .button-default-group select:first-of-type:after,._account_api .list-results thead .button-default-group .form-auto-list .form-auto-item.is-user-is-inactive:first-of-type,._account_api .list-results thead .form-auto-list .button-default-group .form-auto-item.is-user-is-inactive:first-of-type,.form-auto-list ._account_api .list-results thead .button-default-group .form-auto-item.is-user-is-inactive:first-of-type,._account_api .list-results thead .button-default-group .form-auto-list .form-auto-item.is-user-is-active:first-of-type,._account_api .list-results thead .form-auto-list .button-default-group .form-auto-item.is-user-is-active:first-of-type,.form-auto-list ._account_api .list-results thead .button-default-group .form-auto-item.is-user-is-active:first-of-type,._account_api .list-results thead .button-default-group .list-results-header .status.title span:first-of-type,._account_api .list-results thead .list-results-header .status.title .button-default-group span:first-of-type,.list-results-header .status.title ._account_api .list-results thead .button-default-group span:first-of-type,._account_api .list-results thead .button-default-group tr span:first-of-type,._account_api .list-results thead tr .button-default-group span:first-of-type,.liveDashboard ._account_api .list-results thead .button-default-group .icon:first-of-type,.liveDashboard ._account_api .list-results thead .button-default-group .w-alert-banner:first-of-type:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-alert-banner:first-of-type:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-alert-banner:first-of-type:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-dialog.plus .dialog-aside:first-of-type:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .button-default-group .dialog-aside:first-of-type:after,.liveDashboard ._account_api .list-results thead .button-default-group .w-toast .toast.plus:first-of-type:after,.w-toast .liveDashboard ._account_api .list-results thead .button-default-group .toast.plus:first-of-type:after,.liveDashboard ._account_api .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-clear:first-of-type:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .button-default-group .btn-period-clear:first-of-type:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-filter:first-of-type:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .button-default-group .btn-filter:first-of-type:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-edit:first-of-type:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .button-default-group .btn-period-edit:first-of-type:before,.liveDashboard ._account_api .list-results thead .button-default-group .block-filters .btn-filter:first-of-type:before,.block-filters .liveDashboard ._account_api .list-results thead .button-default-group .btn-filter:first-of-type:before,.liveDashboard ._account_api .list-results thead .button-default-group .toggleWrapper input.mobileToggle+label:first-of-type,.toggleWrapper .liveDashboard ._account_api .list-results thead .button-default-group input.mobileToggle+label:first-of-type,.liveDashboard ._account_api .list-results thead .button-default-group tbody span.status:first-of-type,.liveDashboard ._account_api .list-results tbody thead .button-default-group span.status:first-of-type,.liveDashboard ._account_api .list-results thead .button-default-group tbody td.is-running span:first-of-type,.liveDashboard ._account_api .list-results tbody td.is-running thead .button-default-group span:first-of-type,.liveDashboard ._account_api .list-results thead .button-default-group tbody td.is-pending span:first-of-type,.liveDashboard ._account_api .list-results tbody td.is-pending thead .button-default-group span:first-of-type,._account_api .liveDashboard .list-results thead .button-default-group .icon:first-of-type,._account_api .liveDashboard .list-results thead .button-default-group .w-alert-banner:first-of-type:before,._account_api .liveDashboard .list-results thead .button-default-group .w-alert-banner:first-of-type:before,._account_api .liveDashboard .list-results thead .button-default-group .w-alert-banner:first-of-type:before,._account_api .liveDashboard .list-results thead .button-default-group .w-dialog.plus .dialog-aside:first-of-type:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .button-default-group .dialog-aside:first-of-type:after,._account_api .liveDashboard .list-results thead .button-default-group .w-toast .toast.plus:first-of-type:after,.w-toast ._account_api .liveDashboard .list-results thead .button-default-group .toast.plus:first-of-type:after,._account_api .liveDashboard .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-clear:first-of-type:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .button-default-group .btn-period-clear:first-of-type:before,._account_api .liveDashboard .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-filter:first-of-type:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .button-default-group .btn-filter:first-of-type:before,._account_api .liveDashboard .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-edit:first-of-type:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .button-default-group .btn-period-edit:first-of-type:before,._account_api .liveDashboard .list-results thead .button-default-group .block-filters .btn-filter:first-of-type:before,.block-filters ._account_api .liveDashboard .list-results thead .button-default-group .btn-filter:first-of-type:before,._account_api .liveDashboard .list-results thead .button-default-group .toggleWrapper input.mobileToggle+label:first-of-type,.toggleWrapper ._account_api .liveDashboard .list-results thead .button-default-group input.mobileToggle+label:first-of-type,._account_api .liveDashboard .list-results thead .button-default-group tbody span.status:first-of-type,._account_api .liveDashboard .list-results tbody thead .button-default-group span.status:first-of-type,._account_api .liveDashboard .list-results thead .button-default-group tbody td.is-running span:first-of-type,._account_api .liveDashboard .list-results tbody td.is-running thead .button-default-group span:first-of-type,._account_api .liveDashboard .list-results thead .button-default-group tbody td.is-pending span:first-of-type,._account_api .liveDashboard .list-results tbody td.is-pending thead .button-default-group span:first-of-type,.liveDashboard ._account_api .list-results thead .button-default-group .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:first-of-type:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .button-default-group .dropdown-toggle:first-of-type:after,._account_api .liveDashboard .list-results thead .button-default-group .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:first-of-type:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .button-default-group .dropdown-toggle:first-of-type:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .button-default-group .dropdown-toggle:first-of-type:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .button-default-group .dropdown-toggle:first-of-type:after,.liveDashboard ._account_api .list-results thead .button-default-group .w-filter-preset.w-filter-preset .filter-preset .filter:first-of-type,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .button-default-group .filter:first-of-type,._account_api .liveDashboard .list-results thead .button-default-group .w-filter-preset.w-filter-preset .filter-preset .filter:first-of-type,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .button-default-group .filter:first-of-type,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .button-default-group .filter:first-of-type,.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .button-default-group .filter:first-of-type,.liveDashboard ._account_api .list-results thead .button-default-group .form-label.status span:first-of-type,.liveDashboard ._account_api .list-results thead .button-default-group .status.status-log span:first-of-type,.liveDashboard ._account_api .list-results thead .button-default-group .status.status-report-item span:first-of-type,.liveDashboard ._account_api .list-results thead .button-default-group .double-list dd.status span:first-of-type,.double-list .liveDashboard ._account_api .list-results thead .button-default-group dd.status span:first-of-type,.liveDashboard ._account_api .list-results thead .button-default-group .double-list dt.status span:first-of-type,.double-list .liveDashboard ._account_api .list-results thead .button-default-group dt.status span:first-of-type,.liveDashboard ._account_api .list-results thead .button-default-group .w-cards-container .w-card .status.title span:first-of-type,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .button-default-group .status.title span:first-of-type,.liveDashboard ._account_api .list-results thead .button-default-group .w-cards-container .w-card.centered .w-value .status.label span:first-of-type,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .button-default-group .status.label span:first-of-type,.liveDashboard ._account_api .list-results thead .button-default-group tbody tr.sublist .status.title span:first-of-type,.liveDashboard ._account_api .list-results tbody tr.sublist thead .button-default-group .status.title span:first-of-type,.liveDashboard ._account_api .list-results thead .form-label.status .button-default-group span:first-of-type,.liveDashboard ._account_api .list-results thead .status.status-log .button-default-group span:first-of-type,.liveDashboard ._account_api .list-results thead .status.status-report-item .button-default-group span:first-of-type,.liveDashboard ._account_api .list-results thead .double-list dd.status .button-default-group span:first-of-type,.double-list .liveDashboard ._account_api .list-results thead dd.status .button-default-group span:first-of-type,.liveDashboard ._account_api .list-results thead .double-list dt.status .button-default-group span:first-of-type,.double-list .liveDashboard ._account_api .list-results thead dt.status .button-default-group span:first-of-type,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title .button-default-group span:first-of-type,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title .button-default-group span:first-of-type,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .button-default-group span:first-of-type,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label .button-default-group span:first-of-type,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title .button-default-group span:first-of-type,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title .button-default-group span:first-of-type,._account_api .liveDashboard .list-results thead .button-default-group .form-label.status span:first-of-type,._account_api .liveDashboard .list-results thead .button-default-group .status.status-log span:first-of-type,._account_api .liveDashboard .list-results thead .button-default-group .status.status-report-item span:first-of-type,._account_api .liveDashboard .list-results thead .button-default-group .double-list dd.status span:first-of-type,.double-list ._account_api .liveDashboard .list-results thead .button-default-group dd.status span:first-of-type,._account_api .liveDashboard .list-results thead .button-default-group .double-list dt.status span:first-of-type,.double-list ._account_api .liveDashboard .list-results thead .button-default-group dt.status span:first-of-type,._account_api .liveDashboard .list-results thead .button-default-group .w-cards-container .w-card .status.title span:first-of-type,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .button-default-group .status.title span:first-of-type,._account_api .liveDashboard .list-results thead .button-default-group .w-cards-container .w-card.centered .w-value .status.label span:first-of-type,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .button-default-group .status.label span:first-of-type,._account_api .liveDashboard .list-results thead .button-default-group tbody tr.sublist .status.title span:first-of-type,._account_api .liveDashboard .list-results tbody tr.sublist thead .button-default-group .status.title span:first-of-type,._account_api .liveDashboard .list-results thead .form-label.status .button-default-group span:first-of-type,._account_api .liveDashboard .list-results thead .status.status-log .button-default-group span:first-of-type,._account_api .liveDashboard .list-results thead .status.status-report-item .button-default-group span:first-of-type,._account_api .liveDashboard .list-results thead .double-list dd.status .button-default-group span:first-of-type,.double-list ._account_api .liveDashboard .list-results thead dd.status .button-default-group span:first-of-type,._account_api .liveDashboard .list-results thead .double-list dt.status .button-default-group span:first-of-type,.double-list ._account_api .liveDashboard .list-results thead dt.status .button-default-group span:first-of-type,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title .button-default-group span:first-of-type,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title .button-default-group span:first-of-type,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .button-default-group span:first-of-type,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label .button-default-group span:first-of-type,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title .button-default-group span:first-of-type,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title .button-default-group span:first-of-type,.liveDashboard .form-label.status ._account_api .list-results thead .button-default-group span:first-of-type,.liveDashboard .status.status-log ._account_api .list-results thead .button-default-group span:first-of-type,.liveDashboard .status.status-report-item ._account_api .list-results thead .button-default-group span:first-of-type,.liveDashboard .double-list dd.status ._account_api .list-results thead .button-default-group span:first-of-type,.double-list .liveDashboard dd.status ._account_api .list-results thead .button-default-group span:first-of-type,.liveDashboard .double-list dt.status ._account_api .list-results thead .button-default-group span:first-of-type,.double-list .liveDashboard dt.status ._account_api .list-results thead .button-default-group span:first-of-type,.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead .button-default-group span:first-of-type,.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead .button-default-group span:first-of-type,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead .button-default-group span:first-of-type,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead .button-default-group span:first-of-type,.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead .button-default-group span:first-of-type,.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead .button-default-group span:first-of-type,.form-label.status ._account_api .liveDashboard .list-results thead .button-default-group span:first-of-type,.status.status-log ._account_api .liveDashboard .list-results thead .button-default-group span:first-of-type,.status.status-report-item ._account_api .liveDashboard .list-results thead .button-default-group span:first-of-type,.double-list dd.status ._account_api .liveDashboard .list-results thead .button-default-group span:first-of-type,.double-list dt.status ._account_api .liveDashboard .list-results thead .button-default-group span:first-of-type,.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead .button-default-group span:first-of-type,.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead .button-default-group span:first-of-type,.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead .button-default-group span:first-of-type,.liveDashboard ._account_api .list-results thead .button-default-group .w-filters-selected label.status.small span:first-of-type,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small .button-default-group span:first-of-type,._account_api .liveDashboard .list-results thead .button-default-group .w-filters-selected label.status.small span:first-of-type,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small .button-default-group span:first-of-type,.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead .button-default-group span:first-of-type,.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead .button-default-group span:first-of-type,.liveDashboard ._account_api .list-results thead .button-default-group .w-filters-selected .status.btn-f-s span:first-of-type,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s .button-default-group span:first-of-type,._account_api .liveDashboard .list-results thead .button-default-group .w-filters-selected .status.btn-f-s span:first-of-type,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .button-default-group span:first-of-type,.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead .button-default-group span:first-of-type,.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead .button-default-group span:first-of-type,.liveDashboard ._account_api .list-results thead .button-default-group .sub-header .w-form label:first-of-type,.liveDashboard ._account_api .list-results thead .button-default-group .sub-header .w-double-list label:first-of-type,.liveDashboard ._account_api .list-results thead .sub-header .w-form .button-default-group label:first-of-type,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list .button-default-group label:first-of-type,._account_api .liveDashboard .list-results thead .button-default-group .sub-header .w-form label:first-of-type,._account_api .liveDashboard .list-results thead .button-default-group .sub-header .w-double-list label:first-of-type,._account_api .liveDashboard .list-results thead .sub-header .w-form .button-default-group label:first-of-type,._account_api .liveDashboard .list-results thead .sub-header .w-double-list .button-default-group label:first-of-type,.liveDashboard .sub-header .w-form ._account_api .list-results thead .button-default-group label:first-of-type,.liveDashboard .sub-header .w-double-list ._account_api .list-results thead .button-default-group label:first-of-type,.sub-header .w-form ._account_api .liveDashboard .list-results thead .button-default-group label:first-of-type,.sub-header .w-double-list ._account_api .liveDashboard .list-results thead .button-default-group label:first-of-type,.liveDashboard ._account_api .list-results thead .button-default-group .block-filters button:first-of-type:after,.liveDashboard ._account_api .list-results thead .block-filters .button-default-group button:first-of-type:after,._account_api .liveDashboard .list-results thead .button-default-group .block-filters button:first-of-type:after,._account_api .liveDashboard .list-results thead .block-filters .button-default-group button:first-of-type:after,.liveDashboard .block-filters ._account_api .list-results thead .button-default-group button:first-of-type:after,.block-filters ._account_api .liveDashboard .list-results thead .button-default-group button:first-of-type:after,.liveDashboard ._account_api .list-results thead .button-default-group .block-filters select:first-of-type:after,.liveDashboard ._account_api .list-results thead .block-filters .button-default-group select:first-of-type:after,._account_api .liveDashboard .list-results thead .button-default-group .block-filters select:first-of-type:after,._account_api .liveDashboard .list-results thead .block-filters .button-default-group select:first-of-type:after,.liveDashboard .block-filters ._account_api .list-results thead .button-default-group select:first-of-type:after,.block-filters ._account_api .liveDashboard .list-results thead .button-default-group select:first-of-type:after,.liveDashboard ._account_api .list-results thead .button-default-group .form-auto-list .form-auto-item.is-user-is-inactive:first-of-type,.liveDashboard ._account_api .list-results thead .form-auto-list .button-default-group .form-auto-item.is-user-is-inactive:first-of-type,._account_api .liveDashboard .list-results thead .button-default-group .form-auto-list .form-auto-item.is-user-is-inactive:first-of-type,._account_api .liveDashboard .list-results thead .form-auto-list .button-default-group .form-auto-item.is-user-is-inactive:first-of-type,.liveDashboard .form-auto-list ._account_api .list-results thead .button-default-group .form-auto-item.is-user-is-inactive:first-of-type,.form-auto-list ._account_api .liveDashboard .list-results thead .button-default-group .form-auto-item.is-user-is-inactive:first-of-type,.liveDashboard ._account_api .list-results thead .button-default-group .form-auto-list .form-auto-item.is-user-is-active:first-of-type,.liveDashboard ._account_api .list-results thead .form-auto-list .button-default-group .form-auto-item.is-user-is-active:first-of-type,._account_api .liveDashboard .list-results thead .button-default-group .form-auto-list .form-auto-item.is-user-is-active:first-of-type,._account_api .liveDashboard .list-results thead .form-auto-list .button-default-group .form-auto-item.is-user-is-active:first-of-type,.liveDashboard .form-auto-list ._account_api .list-results thead .button-default-group .form-auto-item.is-user-is-active:first-of-type,.form-auto-list ._account_api .liveDashboard .list-results thead .button-default-group .form-auto-item.is-user-is-active:first-of-type,.liveDashboard ._account_api .list-results thead .button-default-group .list-results-header .status.title span:first-of-type,.liveDashboard ._account_api .list-results thead .list-results-header .status.title .button-default-group span:first-of-type,._account_api .liveDashboard .list-results thead .button-default-group .list-results-header .status.title span:first-of-type,._account_api .liveDashboard .list-results thead .list-results-header .status.title .button-default-group span:first-of-type,.liveDashboard .list-results-header .status.title ._account_api .list-results thead .button-default-group span:first-of-type,.list-results-header .status.title ._account_api .liveDashboard .list-results thead .button-default-group span:first-of-type,.liveDashboard ._account_api .list-results thead .button-default-group tr span:first-of-type,.liveDashboard ._account_api .list-results thead tr .button-default-group span:first-of-type,._account_api .liveDashboard .list-results thead .button-default-group tr span:first-of-type,._account_api .liveDashboard .list-results thead tr .button-default-group span:first-of-type,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .button-default-group .dropdown-toggle:first-of-type:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .button-default-group .dropdown-toggle:first-of-type:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .button-default-group .filter:first-of-type,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .button-default-group .filter:first-of-type,._account_api .form-label.status .liveDashboard .list-results thead .button-default-group span:first-of-type,._account_api .status.status-log .liveDashboard .list-results thead .button-default-group span:first-of-type,._account_api .status.status-report-item .liveDashboard .list-results thead .button-default-group span:first-of-type,._account_api .double-list dd.status .liveDashboard .list-results thead .button-default-group span:first-of-type,.double-list ._account_api dd.status .liveDashboard .list-results thead .button-default-group span:first-of-type,._account_api .double-list dt.status .liveDashboard .list-results thead .button-default-group span:first-of-type,.double-list ._account_api dt.status .liveDashboard .list-results thead .button-default-group span:first-of-type,._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead .button-default-group span:first-of-type,.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead .button-default-group span:first-of-type,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead .button-default-group span:first-of-type,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead .button-default-group span:first-of-type,._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead .button-default-group span:first-of-type,.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead .button-default-group span:first-of-type,.form-label.status .liveDashboard ._account_api .list-results thead .button-default-group span:first-of-type,.status.status-log .liveDashboard ._account_api .list-results thead .button-default-group span:first-of-type,.status.status-report-item .liveDashboard ._account_api .list-results thead .button-default-group span:first-of-type,.double-list dd.status .liveDashboard ._account_api .list-results thead .button-default-group span:first-of-type,.double-list dt.status .liveDashboard ._account_api .list-results thead .button-default-group span:first-of-type,.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead .button-default-group span:first-of-type,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead .button-default-group span:first-of-type,.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead .button-default-group span:first-of-type,._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead .button-default-group span:first-of-type,.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead .button-default-group span:first-of-type,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead .button-default-group span:first-of-type,.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead .button-default-group span:first-of-type,._account_api .sub-header .w-form .liveDashboard .list-results thead .button-default-group label:first-of-type,._account_api .sub-header .w-double-list .liveDashboard .list-results thead .button-default-group label:first-of-type,.sub-header .w-form .liveDashboard ._account_api .list-results thead .button-default-group label:first-of-type,.sub-header .w-double-list .liveDashboard ._account_api .list-results thead .button-default-group label:first-of-type,._account_api .block-filters .liveDashboard .list-results thead .button-default-group button:first-of-type:after,.block-filters .liveDashboard ._account_api .list-results thead .button-default-group button:first-of-type:after,._account_api .block-filters .liveDashboard .list-results thead .button-default-group select:first-of-type:after,.block-filters .liveDashboard ._account_api .list-results thead .button-default-group select:first-of-type:after,._account_api .form-auto-list .liveDashboard .list-results thead .button-default-group .form-auto-item.is-user-is-inactive:first-of-type,.form-auto-list .liveDashboard ._account_api .list-results thead .button-default-group .form-auto-item.is-user-is-inactive:first-of-type,._account_api .form-auto-list .liveDashboard .list-results thead .button-default-group .form-auto-item.is-user-is-active:first-of-type,.form-auto-list .liveDashboard ._account_api .list-results thead .button-default-group .form-auto-item.is-user-is-active:first-of-type,._account_api .list-results-header .status.title .liveDashboard .list-results thead .button-default-group span:first-of-type,.list-results-header .status.title .liveDashboard ._account_api .list-results thead .button-default-group span:first-of-type,.button-default-group ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:first-of-type:after,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .button-default-group .dropdown-toggle:first-of-type:after,.button-default-group .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .dropdown-toggle:first-of-type:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .button-default-group .dropdown-toggle:first-of-type:after,.button-default-group ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:first-of-type,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .button-default-group .filter:first-of-type,.button-default-group .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .filter:first-of-type,.w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .button-default-group .filter:first-of-type,.button-default-group ._account_api .list-results thead .form-label.status span:first-of-type,.button-default-group ._account_api .list-results thead .status.status-log span:first-of-type,.button-default-group ._account_api .list-results thead .status.status-report-item span:first-of-type,.button-default-group ._account_api .list-results thead .double-list dd.status span:first-of-type,.double-list .button-default-group ._account_api .list-results thead dd.status span:first-of-type,.button-default-group ._account_api .list-results thead .double-list dt.status span:first-of-type,.double-list .button-default-group ._account_api .list-results thead dt.status span:first-of-type,.button-default-group ._account_api .list-results thead .w-cards-container .w-card .status.title span:first-of-type,.w-cards-container .w-card .button-default-group ._account_api .list-results thead .status.title span:first-of-type,.button-default-group ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:first-of-type,.w-cards-container .w-card.centered .w-value .button-default-group ._account_api .list-results thead .status.label span:first-of-type,.button-default-group ._account_api .list-results thead tbody tr.sublist .status.title span:first-of-type,.button-default-group ._account_api .list-results tbody tr.sublist thead .status.title span:first-of-type,._account_api .list-results thead .form-label.status .button-default-group span:first-of-type,._account_api .list-results thead .status.status-log .button-default-group span:first-of-type,._account_api .list-results thead .status.status-report-item .button-default-group span:first-of-type,._account_api .list-results thead .double-list dd.status .button-default-group span:first-of-type,.double-list ._account_api .list-results thead dd.status .button-default-group span:first-of-type,._account_api .list-results thead .double-list dt.status .button-default-group span:first-of-type,.double-list ._account_api .list-results thead dt.status .button-default-group span:first-of-type,._account_api .list-results thead .w-cards-container .w-card .status.title .button-default-group span:first-of-type,.w-cards-container .w-card ._account_api .list-results thead .status.title .button-default-group span:first-of-type,._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .button-default-group span:first-of-type,.w-cards-container .w-card.centered .w-value ._account_api .list-results thead .status.label .button-default-group span:first-of-type,._account_api .list-results thead tbody tr.sublist .status.title .button-default-group span:first-of-type,._account_api .list-results tbody tr.sublist thead .status.title .button-default-group span:first-of-type,.button-default-group .form-label.status ._account_api .list-results thead span:first-of-type,.button-default-group .status.status-log ._account_api .list-results thead span:first-of-type,.button-default-group .status.status-report-item ._account_api .list-results thead span:first-of-type,.button-default-group .double-list dd.status ._account_api .list-results thead span:first-of-type,.double-list .button-default-group dd.status ._account_api .list-results thead span:first-of-type,.button-default-group .double-list dt.status ._account_api .list-results thead span:first-of-type,.double-list .button-default-group dt.status ._account_api .list-results thead span:first-of-type,.button-default-group .w-cards-container .w-card .status.title ._account_api .list-results thead span:first-of-type,.w-cards-container .w-card .button-default-group .status.title ._account_api .list-results thead span:first-of-type,.button-default-group .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span:first-of-type,.w-cards-container .w-card.centered .w-value .button-default-group .status.label ._account_api .list-results thead span:first-of-type,.button-default-group .list-results tbody tr.sublist .status.title ._account_api .list-results thead span:first-of-type,.list-results tbody tr.sublist .button-default-group .status.title ._account_api .list-results thead span:first-of-type,.form-label.status ._account_api .list-results thead .button-default-group span:first-of-type,.status.status-log ._account_api .list-results thead .button-default-group span:first-of-type,.status.status-report-item ._account_api .list-results thead .button-default-group span:first-of-type,.double-list dd.status ._account_api .list-results thead .button-default-group span:first-of-type,.double-list dt.status ._account_api .list-results thead .button-default-group span:first-of-type,.w-cards-container .w-card .status.title ._account_api .list-results thead .button-default-group span:first-of-type,.w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead .button-default-group span:first-of-type,.list-results tbody tr.sublist .status.title ._account_api .list-results thead .button-default-group span:first-of-type,.button-default-group ._account_api .list-results thead .w-filters-selected label.status.small span:first-of-type,._account_api .list-results thead .w-filters-selected label.status.small .button-default-group span:first-of-type,.button-default-group .w-filters-selected label.status.small ._account_api .list-results thead span:first-of-type,.w-filters-selected label.status.small ._account_api .list-results thead .button-default-group span:first-of-type,.button-default-group ._account_api .list-results thead .w-filters-selected .status.btn-f-s span:first-of-type,._account_api .list-results thead .w-filters-selected .status.btn-f-s .button-default-group span:first-of-type,.button-default-group .w-filters-selected .status.btn-f-s ._account_api .list-results thead span:first-of-type,.w-filters-selected .status.btn-f-s ._account_api .list-results thead .button-default-group span:first-of-type,.button-default-group ._account_api .list-results thead .sub-header .w-form label:first-of-type,.button-default-group ._account_api .list-results thead .sub-header .w-double-list label:first-of-type,._account_api .list-results thead .sub-header .w-form .button-default-group label:first-of-type,._account_api .list-results thead .sub-header .w-double-list .button-default-group label:first-of-type,.button-default-group .sub-header .w-form ._account_api .list-results thead label:first-of-type,.button-default-group .sub-header .w-double-list ._account_api .list-results thead label:first-of-type,.sub-header .w-form ._account_api .list-results thead .button-default-group label:first-of-type,.sub-header .w-double-list ._account_api .list-results thead .button-default-group label:first-of-type,.button-default-group ._account_api .list-results thead .block-filters button:first-of-type:after,._account_api .list-results thead .block-filters .button-default-group button:first-of-type:after,.button-default-group .block-filters ._account_api .list-results thead button:first-of-type:after,.block-filters ._account_api .list-results thead .button-default-group button:first-of-type:after,.button-default-group ._account_api .list-results thead .block-filters select:first-of-type:after,._account_api .list-results thead .block-filters .button-default-group select:first-of-type:after,.button-default-group .block-filters ._account_api .list-results thead select:first-of-type:after,.block-filters ._account_api .list-results thead .button-default-group select:first-of-type:after,.button-default-group ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:first-of-type,._account_api .list-results thead .form-auto-list .button-default-group .form-auto-item.is-user-is-inactive:first-of-type,.button-default-group .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-inactive:first-of-type,.form-auto-list ._account_api .list-results thead .button-default-group .form-auto-item.is-user-is-inactive:first-of-type,.button-default-group ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active:first-of-type,._account_api .list-results thead .form-auto-list .button-default-group .form-auto-item.is-user-is-active:first-of-type,.button-default-group .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-active:first-of-type,.form-auto-list ._account_api .list-results thead .button-default-group .form-auto-item.is-user-is-active:first-of-type,.button-default-group ._account_api .list-results thead .list-results-header .status.title span:first-of-type,._account_api .list-results thead .list-results-header .status.title .button-default-group span:first-of-type,.button-default-group .list-results-header .status.title ._account_api .list-results thead span:first-of-type,.list-results-header .status.title ._account_api .list-results thead .button-default-group span:first-of-type,.button-default-group ._account_api .list-results thead tr span:first-of-type,._account_api .list-results thead tr .button-default-group span:first-of-type,.button-default-group .sidebar-default.sidebar-default-right .sidebar-default-body .filter-group .filter-checkbox:first-of-type,.sidebar-default.sidebar-default-right .sidebar-default-body .filter-group .button-default-group .filter-checkbox:first-of-type,.button-default-group .add-filters-dropdown .w-add-filters-list>div.filter-group .filter-checkbox:first-of-type,.add-filters-dropdown .w-add-filters-list>div.filter-group .button-default-group .filter-checkbox:first-of-type,.button-default-group .filter-preset .filter-field-name button:first-of-type,.filter-preset .filter-field-name .button-default-group button:first-of-type{border-radius:8px 0 0 8px !important;border-right:0}.button-default-group .button-default:last-of-type,.button-default-group .liveDashboard .list-results thead .icon:last-of-type,.button-default-group .liveDashboard .list-results thead .w-alert-banner:last-of-type:before,.button-default-group .liveDashboard .list-results thead .w-alert-banner:last-of-type:before,.button-default-group .liveDashboard ._account_api .list-results thead .w-alert-banner:last-of-type:before,._account_api .button-default-group .liveDashboard .list-results thead .w-alert-banner:last-of-type:before,.button-default-group .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:last-of-type:after,.w-dialog.plus .button-default-group .liveDashboard .list-results thead .dialog-aside:last-of-type:after,.button-default-group .liveDashboard .list-results thead .w-toast .toast.plus:last-of-type:after,.w-toast .button-default-group .liveDashboard .list-results thead .toast.plus:last-of-type:after,.button-default-group .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:last-of-type:before,.w-time-period .dropdown .w-selection .button-default-group .liveDashboard .list-results thead .btn-period-clear:last-of-type:before,.button-default-group .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:last-of-type:before,.w-time-period .dropdown .w-selection .button-default-group .liveDashboard .list-results thead .btn-filter:last-of-type:before,.button-default-group .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:last-of-type:before,.w-time-period .dropdown .w-selection .button-default-group .liveDashboard .list-results thead .btn-period-edit:last-of-type:before,.button-default-group .liveDashboard .list-results thead .block-filters .btn-filter:last-of-type:before,.block-filters .button-default-group .liveDashboard .list-results thead .btn-filter:last-of-type:before,.button-default-group .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label:last-of-type,.toggleWrapper .button-default-group .liveDashboard .list-results thead input.mobileToggle+label:last-of-type,.button-default-group .liveDashboard .list-results thead tbody span.status:last-of-type,.button-default-group .liveDashboard .list-results tbody thead span.status:last-of-type,.button-default-group .liveDashboard .list-results thead tbody td.is-running span:last-of-type,.button-default-group .liveDashboard .list-results tbody td.is-running thead span:last-of-type,.button-default-group .liveDashboard .list-results thead tbody td.is-pending span:last-of-type,.button-default-group .liveDashboard .list-results tbody td.is-pending thead span:last-of-type,.button-default-group .liveDashboard .list-results thead .icon:last-of-type,.button-default-group .liveDashboard .list-results thead .w-alert-banner:last-of-type:before,.button-default-group .liveDashboard .list-results thead .w-alert-banner:last-of-type:before,.button-default-group .liveDashboard ._account_api .list-results thead .w-alert-banner:last-of-type:before,._account_api .button-default-group .liveDashboard .list-results thead .w-alert-banner:last-of-type:before,.button-default-group .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:last-of-type:after,.w-dialog.plus .button-default-group .liveDashboard .list-results thead .dialog-aside:last-of-type:after,.button-default-group .liveDashboard .list-results thead .w-toast .toast.plus:last-of-type:after,.w-toast .button-default-group .liveDashboard .list-results thead .toast.plus:last-of-type:after,.button-default-group .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:last-of-type:before,.w-time-period .dropdown .w-selection .button-default-group .liveDashboard .list-results thead .btn-period-clear:last-of-type:before,.button-default-group .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:last-of-type:before,.w-time-period .dropdown .w-selection .button-default-group .liveDashboard .list-results thead .btn-filter:last-of-type:before,.button-default-group .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:last-of-type:before,.w-time-period .dropdown .w-selection .button-default-group .liveDashboard .list-results thead .btn-period-edit:last-of-type:before,.button-default-group .liveDashboard .list-results thead .block-filters .btn-filter:last-of-type:before,.block-filters .button-default-group .liveDashboard .list-results thead .btn-filter:last-of-type:before,.button-default-group .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label:last-of-type,.toggleWrapper .button-default-group .liveDashboard .list-results thead input.mobileToggle+label:last-of-type,.button-default-group .liveDashboard .list-results thead tbody span.status:last-of-type,.button-default-group .liveDashboard .list-results tbody thead span.status:last-of-type,.button-default-group .liveDashboard .list-results thead tbody td.is-running span:last-of-type,.button-default-group .liveDashboard .list-results tbody td.is-running thead span:last-of-type,.button-default-group .liveDashboard .list-results thead tbody td.is-pending span:last-of-type,.button-default-group .liveDashboard .list-results tbody td.is-pending thead span:last-of-type,.button-default-group .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:last-of-type:after,.button-default-group .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .dropdown-toggle:last-of-type:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .button-default-group .liveDashboard .list-results thead .dropdown-toggle:last-of-type:after,.button-default-group .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:last-of-type,.button-default-group .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .filter:last-of-type,.w-filter-preset.w-filter-preset .filter-preset .button-default-group .liveDashboard .list-results thead .filter:last-of-type,.button-default-group .liveDashboard .list-results thead .form-label.status span:last-of-type,.button-default-group .liveDashboard .list-results thead .status.status-log span:last-of-type,.button-default-group .liveDashboard .list-results thead .status.status-report-item span:last-of-type,.button-default-group .liveDashboard .list-results thead .double-list dd.status span:last-of-type,.double-list .button-default-group .liveDashboard .list-results thead dd.status span:last-of-type,.button-default-group .liveDashboard .list-results thead .double-list dt.status span:last-of-type,.double-list .button-default-group .liveDashboard .list-results thead dt.status span:last-of-type,.button-default-group .liveDashboard .list-results thead .w-cards-container .w-card .status.title span:last-of-type,.w-cards-container .w-card .button-default-group .liveDashboard .list-results thead .status.title span:last-of-type,.button-default-group .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:last-of-type,.w-cards-container .w-card.centered .w-value .button-default-group .liveDashboard .list-results thead .status.label span:last-of-type,.button-default-group .liveDashboard .list-results thead tbody tr.sublist .status.title span:last-of-type,.button-default-group .liveDashboard .list-results tbody tr.sublist thead .status.title span:last-of-type,.button-default-group .form-label.status .liveDashboard .list-results thead span:last-of-type,.button-default-group .status.status-log .liveDashboard .list-results thead span:last-of-type,.button-default-group .status.status-report-item .liveDashboard .list-results thead span:last-of-type,.button-default-group .double-list dd.status .liveDashboard .list-results thead span:last-of-type,.double-list .button-default-group dd.status .liveDashboard .list-results thead span:last-of-type,.button-default-group .double-list dt.status .liveDashboard .list-results thead span:last-of-type,.double-list .button-default-group dt.status .liveDashboard .list-results thead span:last-of-type,.button-default-group .w-cards-container .w-card .status.title .liveDashboard .list-results thead span:last-of-type,.w-cards-container .w-card .button-default-group .status.title .liveDashboard .list-results thead span:last-of-type,.button-default-group .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span:last-of-type,.w-cards-container .w-card.centered .w-value .button-default-group .status.label .liveDashboard .list-results thead span:last-of-type,.button-default-group .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span:last-of-type,.list-results tbody tr.sublist .button-default-group .status.title .liveDashboard .list-results thead span:last-of-type,.form-label.status .button-default-group .liveDashboard .list-results thead span:last-of-type,.status.status-log .button-default-group .liveDashboard .list-results thead span:last-of-type,.status.status-report-item .button-default-group .liveDashboard .list-results thead span:last-of-type,.double-list dd.status .button-default-group .liveDashboard .list-results thead span:last-of-type,.double-list dt.status .button-default-group .liveDashboard .list-results thead span:last-of-type,.w-cards-container .w-card .status.title .button-default-group .liveDashboard .list-results thead span:last-of-type,.w-cards-container .w-card.centered .w-value .status.label .button-default-group .liveDashboard .list-results thead span:last-of-type,.list-results tbody tr.sublist .status.title .button-default-group .liveDashboard .list-results thead span:last-of-type,.button-default-group .liveDashboard .list-results thead .w-filters-selected label.status.small span:last-of-type,.button-default-group .w-filters-selected label.status.small .liveDashboard .list-results thead span:last-of-type,.w-filters-selected label.status.small .button-default-group .liveDashboard .list-results thead span:last-of-type,.button-default-group .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span:last-of-type,.button-default-group .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span:last-of-type,.w-filters-selected .status.btn-f-s .button-default-group .liveDashboard .list-results thead span:last-of-type,.button-default-group .liveDashboard .list-results thead .sub-header .w-form label:last-of-type,.button-default-group .liveDashboard .list-results thead .sub-header .w-double-list label:last-of-type,.button-default-group .sub-header .w-form .liveDashboard .list-results thead label:last-of-type,.button-default-group .sub-header .w-double-list .liveDashboard .list-results thead label:last-of-type,.sub-header .w-form .button-default-group .liveDashboard .list-results thead label:last-of-type,.sub-header .w-double-list .button-default-group .liveDashboard .list-results thead label:last-of-type,.button-default-group .liveDashboard .list-results thead .block-filters button:last-of-type:after,.button-default-group .block-filters .liveDashboard .list-results thead button:last-of-type:after,.block-filters .button-default-group .liveDashboard .list-results thead button:last-of-type:after,.button-default-group .liveDashboard .list-results thead .block-filters select:last-of-type:after,.button-default-group .block-filters .liveDashboard .list-results thead select:last-of-type:after,.block-filters .button-default-group .liveDashboard .list-results thead select:last-of-type:after,.button-default-group .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:last-of-type,.button-default-group .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive:last-of-type,.form-auto-list .button-default-group .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive:last-of-type,.button-default-group .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active:last-of-type,.button-default-group .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-active:last-of-type,.form-auto-list .button-default-group .liveDashboard .list-results thead .form-auto-item.is-user-is-active:last-of-type,.button-default-group .liveDashboard .list-results thead .list-results-header .status.title span:last-of-type,.button-default-group .list-results-header .status.title .liveDashboard .list-results thead span:last-of-type,.list-results-header .status.title .button-default-group .liveDashboard .list-results thead span:last-of-type,.button-default-group .liveDashboard .list-results thead tr span:last-of-type,.button-default-group .liveDashboard ._account_api .list-results thead .icon:last-of-type,.button-default-group .liveDashboard ._account_api .list-results thead .w-alert-banner:last-of-type:before,.button-default-group .liveDashboard ._account_api .list-results thead .w-alert-banner:last-of-type:before,.button-default-group .liveDashboard ._account_api .list-results thead .w-alert-banner:last-of-type:before,.button-default-group .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:last-of-type:after,.w-dialog.plus .button-default-group .liveDashboard ._account_api .list-results thead .dialog-aside:last-of-type:after,.button-default-group .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:last-of-type:after,.w-toast .button-default-group .liveDashboard ._account_api .list-results thead .toast.plus:last-of-type:after,.button-default-group .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:last-of-type:before,.w-time-period .dropdown .w-selection .button-default-group .liveDashboard ._account_api .list-results thead .btn-period-clear:last-of-type:before,.button-default-group .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:last-of-type:before,.w-time-period .dropdown .w-selection .button-default-group .liveDashboard ._account_api .list-results thead .btn-filter:last-of-type:before,.button-default-group .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:last-of-type:before,.w-time-period .dropdown .w-selection .button-default-group .liveDashboard ._account_api .list-results thead .btn-period-edit:last-of-type:before,.button-default-group .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:last-of-type:before,.block-filters .button-default-group .liveDashboard ._account_api .list-results thead .btn-filter:last-of-type:before,.button-default-group .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label:last-of-type,.toggleWrapper .button-default-group .liveDashboard ._account_api .list-results thead input.mobileToggle+label:last-of-type,.button-default-group .liveDashboard ._account_api .list-results thead tbody span.status:last-of-type,.button-default-group .liveDashboard ._account_api .list-results tbody thead span.status:last-of-type,.button-default-group .liveDashboard ._account_api .list-results thead tbody td.is-running span:last-of-type,.button-default-group .liveDashboard ._account_api .list-results tbody td.is-running thead span:last-of-type,.button-default-group .liveDashboard ._account_api .list-results thead tbody td.is-pending span:last-of-type,.button-default-group .liveDashboard ._account_api .list-results tbody td.is-pending thead span:last-of-type,._account_api .button-default-group .liveDashboard .list-results thead .icon:last-of-type,._account_api .button-default-group .liveDashboard .list-results thead .w-alert-banner:last-of-type:before,._account_api .button-default-group .liveDashboard .list-results thead .w-alert-banner:last-of-type:before,._account_api .button-default-group .liveDashboard .list-results thead .w-alert-banner:last-of-type:before,._account_api .button-default-group .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:last-of-type:after,.w-dialog.plus ._account_api .button-default-group .liveDashboard .list-results thead .dialog-aside:last-of-type:after,._account_api .button-default-group .liveDashboard .list-results thead .w-toast .toast.plus:last-of-type:after,.w-toast ._account_api .button-default-group .liveDashboard .list-results thead .toast.plus:last-of-type:after,._account_api .button-default-group .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:last-of-type:before,.w-time-period .dropdown .w-selection ._account_api .button-default-group .liveDashboard .list-results thead .btn-period-clear:last-of-type:before,._account_api .button-default-group .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:last-of-type:before,.w-time-period .dropdown .w-selection ._account_api .button-default-group .liveDashboard .list-results thead .btn-filter:last-of-type:before,._account_api .button-default-group .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:last-of-type:before,.w-time-period .dropdown .w-selection ._account_api .button-default-group .liveDashboard .list-results thead .btn-period-edit:last-of-type:before,._account_api .button-default-group .liveDashboard .list-results thead .block-filters .btn-filter:last-of-type:before,.block-filters ._account_api .button-default-group .liveDashboard .list-results thead .btn-filter:last-of-type:before,._account_api .button-default-group .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label:last-of-type,.toggleWrapper ._account_api .button-default-group .liveDashboard .list-results thead input.mobileToggle+label:last-of-type,._account_api .button-default-group .liveDashboard .list-results thead tbody span.status:last-of-type,._account_api .button-default-group .liveDashboard .list-results tbody thead span.status:last-of-type,._account_api .button-default-group .liveDashboard .list-results thead tbody td.is-running span:last-of-type,._account_api .button-default-group .liveDashboard .list-results tbody td.is-running thead span:last-of-type,._account_api .button-default-group .liveDashboard .list-results thead tbody td.is-pending span:last-of-type,._account_api .button-default-group .liveDashboard .list-results tbody td.is-pending thead span:last-of-type,.button-default-group .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:last-of-type:after,._account_api .button-default-group .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:last-of-type:after,.button-default-group .liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .dropdown-toggle:last-of-type:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .button-default-group .liveDashboard .list-results thead .dropdown-toggle:last-of-type:after,.button-default-group .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:last-of-type,._account_api .button-default-group .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:last-of-type,.button-default-group .liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .filter:last-of-type,.w-filter-preset.w-filter-preset .filter-preset ._account_api .button-default-group .liveDashboard .list-results thead .filter:last-of-type,.button-default-group .liveDashboard ._account_api .list-results thead .form-label.status span:last-of-type,.button-default-group .liveDashboard ._account_api .list-results thead .status.status-log span:last-of-type,.button-default-group .liveDashboard ._account_api .list-results thead .status.status-report-item span:last-of-type,.button-default-group .liveDashboard ._account_api .list-results thead .double-list dd.status span:last-of-type,.double-list .button-default-group .liveDashboard ._account_api .list-results thead dd.status span:last-of-type,.button-default-group .liveDashboard ._account_api .list-results thead .double-list dt.status span:last-of-type,.double-list .button-default-group .liveDashboard ._account_api .list-results thead dt.status span:last-of-type,.button-default-group .liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span:last-of-type,.w-cards-container .w-card .button-default-group .liveDashboard ._account_api .list-results thead .status.title span:last-of-type,.button-default-group .liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:last-of-type,.w-cards-container .w-card.centered .w-value .button-default-group .liveDashboard ._account_api .list-results thead .status.label span:last-of-type,.button-default-group .liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span:last-of-type,.button-default-group .liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span:last-of-type,._account_api .button-default-group .liveDashboard .list-results thead .form-label.status span:last-of-type,._account_api .button-default-group .liveDashboard .list-results thead .status.status-log span:last-of-type,._account_api .button-default-group .liveDashboard .list-results thead .status.status-report-item span:last-of-type,._account_api .button-default-group .liveDashboard .list-results thead .double-list dd.status span:last-of-type,.double-list ._account_api .button-default-group .liveDashboard .list-results thead dd.status span:last-of-type,._account_api .button-default-group .liveDashboard .list-results thead .double-list dt.status span:last-of-type,.double-list ._account_api .button-default-group .liveDashboard .list-results thead dt.status span:last-of-type,._account_api .button-default-group .liveDashboard .list-results thead .w-cards-container .w-card .status.title span:last-of-type,.w-cards-container .w-card ._account_api .button-default-group .liveDashboard .list-results thead .status.title span:last-of-type,._account_api .button-default-group .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:last-of-type,.w-cards-container .w-card.centered .w-value ._account_api .button-default-group .liveDashboard .list-results thead .status.label span:last-of-type,._account_api .button-default-group .liveDashboard .list-results thead tbody tr.sublist .status.title span:last-of-type,._account_api .button-default-group .liveDashboard .list-results tbody tr.sublist thead .status.title span:last-of-type,.button-default-group .liveDashboard .form-label.status ._account_api .list-results thead span:last-of-type,.button-default-group .liveDashboard .status.status-log ._account_api .list-results thead span:last-of-type,.button-default-group .liveDashboard .status.status-report-item ._account_api .list-results thead span:last-of-type,.button-default-group .liveDashboard .double-list dd.status ._account_api .list-results thead span:last-of-type,.double-list .button-default-group .liveDashboard dd.status ._account_api .list-results thead span:last-of-type,.button-default-group .liveDashboard .double-list dt.status ._account_api .list-results thead span:last-of-type,.double-list .button-default-group .liveDashboard dt.status ._account_api .list-results thead span:last-of-type,.button-default-group .liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span:last-of-type,.w-cards-container .w-card .button-default-group .liveDashboard .status.title ._account_api .list-results thead span:last-of-type,.button-default-group .liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span:last-of-type,.w-cards-container .w-card.centered .w-value .button-default-group .liveDashboard .status.label ._account_api .list-results thead span:last-of-type,.button-default-group .liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span:last-of-type,.list-results tbody tr.sublist .button-default-group .liveDashboard .status.title ._account_api .list-results thead span:last-of-type,.form-label.status ._account_api .button-default-group .liveDashboard .list-results thead span:last-of-type,.status.status-log ._account_api .button-default-group .liveDashboard .list-results thead span:last-of-type,.status.status-report-item ._account_api .button-default-group .liveDashboard .list-results thead span:last-of-type,.double-list dd.status ._account_api .button-default-group .liveDashboard .list-results thead span:last-of-type,.double-list dt.status ._account_api .button-default-group .liveDashboard .list-results thead span:last-of-type,.w-cards-container .w-card .status.title ._account_api .button-default-group .liveDashboard .list-results thead span:last-of-type,.w-cards-container .w-card.centered .w-value .status.label ._account_api .button-default-group .liveDashboard .list-results thead span:last-of-type,.list-results tbody tr.sublist .status.title ._account_api .button-default-group .liveDashboard .list-results thead span:last-of-type,.button-default-group .liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span:last-of-type,._account_api .button-default-group .liveDashboard .list-results thead .w-filters-selected label.status.small span:last-of-type,.button-default-group .liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span:last-of-type,.w-filters-selected label.status.small ._account_api .button-default-group .liveDashboard .list-results thead span:last-of-type,.button-default-group .liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span:last-of-type,._account_api .button-default-group .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span:last-of-type,.button-default-group .liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span:last-of-type,.w-filters-selected .status.btn-f-s ._account_api .button-default-group .liveDashboard .list-results thead span:last-of-type,.button-default-group .liveDashboard ._account_api .list-results thead .sub-header .w-form label:last-of-type,.button-default-group .liveDashboard ._account_api .list-results thead .sub-header .w-double-list label:last-of-type,._account_api .button-default-group .liveDashboard .list-results thead .sub-header .w-form label:last-of-type,._account_api .button-default-group .liveDashboard .list-results thead .sub-header .w-double-list label:last-of-type,.button-default-group .liveDashboard .sub-header .w-form ._account_api .list-results thead label:last-of-type,.button-default-group .liveDashboard .sub-header .w-double-list ._account_api .list-results thead label:last-of-type,.sub-header .w-form ._account_api .button-default-group .liveDashboard .list-results thead label:last-of-type,.sub-header .w-double-list ._account_api .button-default-group .liveDashboard .list-results thead label:last-of-type,.button-default-group .liveDashboard ._account_api .list-results thead .block-filters button:last-of-type:after,._account_api .button-default-group .liveDashboard .list-results thead .block-filters button:last-of-type:after,.button-default-group .liveDashboard .block-filters ._account_api .list-results thead button:last-of-type:after,.block-filters ._account_api .button-default-group .liveDashboard .list-results thead button:last-of-type:after,.button-default-group .liveDashboard ._account_api .list-results thead .block-filters select:last-of-type:after,._account_api .button-default-group .liveDashboard .list-results thead .block-filters select:last-of-type:after,.button-default-group .liveDashboard .block-filters ._account_api .list-results thead select:last-of-type:after,.block-filters ._account_api .button-default-group .liveDashboard .list-results thead select:last-of-type:after,.button-default-group .liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:last-of-type,._account_api .button-default-group .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:last-of-type,.button-default-group .liveDashboard .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-inactive:last-of-type,.form-auto-list ._account_api .button-default-group .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive:last-of-type,.button-default-group .liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active:last-of-type,._account_api .button-default-group .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active:last-of-type,.button-default-group .liveDashboard .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-active:last-of-type,.form-auto-list ._account_api .button-default-group .liveDashboard .list-results thead .form-auto-item.is-user-is-active:last-of-type,.button-default-group .liveDashboard ._account_api .list-results thead .list-results-header .status.title span:last-of-type,._account_api .button-default-group .liveDashboard .list-results thead .list-results-header .status.title span:last-of-type,.button-default-group .liveDashboard .list-results-header .status.title ._account_api .list-results thead span:last-of-type,.list-results-header .status.title ._account_api .button-default-group .liveDashboard .list-results thead span:last-of-type,.button-default-group .liveDashboard ._account_api .list-results thead tr span:last-of-type,._account_api .button-default-group .liveDashboard .list-results thead tr span:last-of-type,.button-default-group .liveDashboard ._account_api .list-results thead .icon:last-of-type,.button-default-group .liveDashboard ._account_api .list-results thead .w-alert-banner:last-of-type:before,.button-default-group .liveDashboard ._account_api .list-results thead .w-alert-banner:last-of-type:before,.button-default-group .liveDashboard ._account_api .list-results thead .w-alert-banner:last-of-type:before,.button-default-group .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:last-of-type:after,.w-dialog.plus .button-default-group .liveDashboard ._account_api .list-results thead .dialog-aside:last-of-type:after,.button-default-group .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:last-of-type:after,.w-toast .button-default-group .liveDashboard ._account_api .list-results thead .toast.plus:last-of-type:after,.button-default-group .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:last-of-type:before,.w-time-period .dropdown .w-selection .button-default-group .liveDashboard ._account_api .list-results thead .btn-period-clear:last-of-type:before,.button-default-group .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:last-of-type:before,.w-time-period .dropdown .w-selection .button-default-group .liveDashboard ._account_api .list-results thead .btn-filter:last-of-type:before,.button-default-group .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:last-of-type:before,.w-time-period .dropdown .w-selection .button-default-group .liveDashboard ._account_api .list-results thead .btn-period-edit:last-of-type:before,.button-default-group .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:last-of-type:before,.block-filters .button-default-group .liveDashboard ._account_api .list-results thead .btn-filter:last-of-type:before,.button-default-group .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label:last-of-type,.toggleWrapper .button-default-group .liveDashboard ._account_api .list-results thead input.mobileToggle+label:last-of-type,.button-default-group .liveDashboard ._account_api .list-results thead tbody span.status:last-of-type,.button-default-group .liveDashboard ._account_api .list-results tbody thead span.status:last-of-type,.button-default-group .liveDashboard ._account_api .list-results thead tbody td.is-running span:last-of-type,.button-default-group .liveDashboard ._account_api .list-results tbody td.is-running thead span:last-of-type,.button-default-group .liveDashboard ._account_api .list-results thead tbody td.is-pending span:last-of-type,.button-default-group .liveDashboard ._account_api .list-results tbody td.is-pending thead span:last-of-type,.button-default-group ._account_api .liveDashboard .list-results thead .icon:last-of-type,.button-default-group ._account_api .liveDashboard .list-results thead .w-alert-banner:last-of-type:before,.button-default-group ._account_api .liveDashboard .list-results thead .w-alert-banner:last-of-type:before,.button-default-group ._account_api .liveDashboard .list-results thead .w-alert-banner:last-of-type:before,.button-default-group ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:last-of-type:after,.w-dialog.plus .button-default-group ._account_api .liveDashboard .list-results thead .dialog-aside:last-of-type:after,.button-default-group ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:last-of-type:after,.w-toast .button-default-group ._account_api .liveDashboard .list-results thead .toast.plus:last-of-type:after,.button-default-group ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:last-of-type:before,.w-time-period .dropdown .w-selection .button-default-group ._account_api .liveDashboard .list-results thead .btn-period-clear:last-of-type:before,.button-default-group ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:last-of-type:before,.w-time-period .dropdown .w-selection .button-default-group ._account_api .liveDashboard .list-results thead .btn-filter:last-of-type:before,.button-default-group ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:last-of-type:before,.w-time-period .dropdown .w-selection .button-default-group ._account_api .liveDashboard .list-results thead .btn-period-edit:last-of-type:before,.button-default-group ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:last-of-type:before,.block-filters .button-default-group ._account_api .liveDashboard .list-results thead .btn-filter:last-of-type:before,.button-default-group ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label:last-of-type,.toggleWrapper .button-default-group ._account_api .liveDashboard .list-results thead input.mobileToggle+label:last-of-type,.button-default-group ._account_api .liveDashboard .list-results thead tbody span.status:last-of-type,.button-default-group ._account_api .liveDashboard .list-results tbody thead span.status:last-of-type,.button-default-group ._account_api .liveDashboard .list-results thead tbody td.is-running span:last-of-type,.button-default-group ._account_api .liveDashboard .list-results tbody td.is-running thead span:last-of-type,.button-default-group ._account_api .liveDashboard .list-results thead tbody td.is-pending span:last-of-type,.button-default-group ._account_api .liveDashboard .list-results tbody td.is-pending thead span:last-of-type,._account_api .button-default-group .liveDashboard .list-results thead .icon:last-of-type,._account_api .button-default-group .liveDashboard .list-results thead .w-alert-banner:last-of-type:before,._account_api .button-default-group .liveDashboard .list-results thead .w-alert-banner:last-of-type:before,._account_api .button-default-group .liveDashboard .list-results thead .w-alert-banner:last-of-type:before,._account_api .button-default-group .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:last-of-type:after,.w-dialog.plus ._account_api .button-default-group .liveDashboard .list-results thead .dialog-aside:last-of-type:after,._account_api .button-default-group .liveDashboard .list-results thead .w-toast .toast.plus:last-of-type:after,.w-toast ._account_api .button-default-group .liveDashboard .list-results thead .toast.plus:last-of-type:after,._account_api .button-default-group .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:last-of-type:before,.w-time-period .dropdown .w-selection ._account_api .button-default-group .liveDashboard .list-results thead .btn-period-clear:last-of-type:before,._account_api .button-default-group .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:last-of-type:before,.w-time-period .dropdown .w-selection ._account_api .button-default-group .liveDashboard .list-results thead .btn-filter:last-of-type:before,._account_api .button-default-group .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:last-of-type:before,.w-time-period .dropdown .w-selection ._account_api .button-default-group .liveDashboard .list-results thead .btn-period-edit:last-of-type:before,._account_api .button-default-group .liveDashboard .list-results thead .block-filters .btn-filter:last-of-type:before,.block-filters ._account_api .button-default-group .liveDashboard .list-results thead .btn-filter:last-of-type:before,._account_api .button-default-group .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label:last-of-type,.toggleWrapper ._account_api .button-default-group .liveDashboard .list-results thead input.mobileToggle+label:last-of-type,._account_api .button-default-group .liveDashboard .list-results thead tbody span.status:last-of-type,._account_api .button-default-group .liveDashboard .list-results tbody thead span.status:last-of-type,._account_api .button-default-group .liveDashboard .list-results thead tbody td.is-running span:last-of-type,._account_api .button-default-group .liveDashboard .list-results tbody td.is-running thead span:last-of-type,._account_api .button-default-group .liveDashboard .list-results thead tbody td.is-pending span:last-of-type,._account_api .button-default-group .liveDashboard .list-results tbody td.is-pending thead span:last-of-type,.button-default-group .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:last-of-type:after,.button-default-group ._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:last-of-type:after,._account_api .button-default-group .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:last-of-type:after,.button-default-group .liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .dropdown-toggle:last-of-type:after,.button-default-group .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .dropdown-toggle:last-of-type:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .button-default-group .liveDashboard .list-results thead .dropdown-toggle:last-of-type:after,.button-default-group .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:last-of-type,.button-default-group ._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:last-of-type,._account_api .button-default-group .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:last-of-type,.button-default-group .liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .filter:last-of-type,.button-default-group .w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .filter:last-of-type,.w-filter-preset.w-filter-preset .filter-preset ._account_api .button-default-group .liveDashboard .list-results thead .filter:last-of-type,.button-default-group .liveDashboard ._account_api .list-results thead .form-label.status span:last-of-type,.button-default-group .liveDashboard ._account_api .list-results thead .status.status-log span:last-of-type,.button-default-group .liveDashboard ._account_api .list-results thead .status.status-report-item span:last-of-type,.button-default-group .liveDashboard ._account_api .list-results thead .double-list dd.status span:last-of-type,.double-list .button-default-group .liveDashboard ._account_api .list-results thead dd.status span:last-of-type,.button-default-group .liveDashboard ._account_api .list-results thead .double-list dt.status span:last-of-type,.double-list .button-default-group .liveDashboard ._account_api .list-results thead dt.status span:last-of-type,.button-default-group .liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span:last-of-type,.w-cards-container .w-card .button-default-group .liveDashboard ._account_api .list-results thead .status.title span:last-of-type,.button-default-group .liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:last-of-type,.w-cards-container .w-card.centered .w-value .button-default-group .liveDashboard ._account_api .list-results thead .status.label span:last-of-type,.button-default-group .liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span:last-of-type,.button-default-group .liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span:last-of-type,.button-default-group ._account_api .liveDashboard .list-results thead .form-label.status span:last-of-type,.button-default-group ._account_api .liveDashboard .list-results thead .status.status-log span:last-of-type,.button-default-group ._account_api .liveDashboard .list-results thead .status.status-report-item span:last-of-type,.button-default-group ._account_api .liveDashboard .list-results thead .double-list dd.status span:last-of-type,.double-list .button-default-group ._account_api .liveDashboard .list-results thead dd.status span:last-of-type,.button-default-group ._account_api .liveDashboard .list-results thead .double-list dt.status span:last-of-type,.double-list .button-default-group ._account_api .liveDashboard .list-results thead dt.status span:last-of-type,.button-default-group ._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span:last-of-type,.w-cards-container .w-card .button-default-group ._account_api .liveDashboard .list-results thead .status.title span:last-of-type,.button-default-group ._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:last-of-type,.w-cards-container .w-card.centered .w-value .button-default-group ._account_api .liveDashboard .list-results thead .status.label span:last-of-type,.button-default-group ._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span:last-of-type,.button-default-group ._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span:last-of-type,._account_api .button-default-group .liveDashboard .list-results thead .form-label.status span:last-of-type,._account_api .button-default-group .liveDashboard .list-results thead .status.status-log span:last-of-type,._account_api .button-default-group .liveDashboard .list-results thead .status.status-report-item span:last-of-type,._account_api .button-default-group .liveDashboard .list-results thead .double-list dd.status span:last-of-type,.double-list ._account_api .button-default-group .liveDashboard .list-results thead dd.status span:last-of-type,._account_api .button-default-group .liveDashboard .list-results thead .double-list dt.status span:last-of-type,.double-list ._account_api .button-default-group .liveDashboard .list-results thead dt.status span:last-of-type,._account_api .button-default-group .liveDashboard .list-results thead .w-cards-container .w-card .status.title span:last-of-type,.w-cards-container .w-card ._account_api .button-default-group .liveDashboard .list-results thead .status.title span:last-of-type,._account_api .button-default-group .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:last-of-type,.w-cards-container .w-card.centered .w-value ._account_api .button-default-group .liveDashboard .list-results thead .status.label span:last-of-type,._account_api .button-default-group .liveDashboard .list-results thead tbody tr.sublist .status.title span:last-of-type,._account_api .button-default-group .liveDashboard .list-results tbody tr.sublist thead .status.title span:last-of-type,.button-default-group .liveDashboard .form-label.status ._account_api .list-results thead span:last-of-type,.button-default-group .liveDashboard .status.status-log ._account_api .list-results thead span:last-of-type,.button-default-group .liveDashboard .status.status-report-item ._account_api .list-results thead span:last-of-type,.button-default-group .liveDashboard .double-list dd.status ._account_api .list-results thead span:last-of-type,.double-list .button-default-group .liveDashboard dd.status ._account_api .list-results thead span:last-of-type,.button-default-group .liveDashboard .double-list dt.status ._account_api .list-results thead span:last-of-type,.double-list .button-default-group .liveDashboard dt.status ._account_api .list-results thead span:last-of-type,.button-default-group .liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span:last-of-type,.w-cards-container .w-card .button-default-group .liveDashboard .status.title ._account_api .list-results thead span:last-of-type,.button-default-group .liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span:last-of-type,.w-cards-container .w-card.centered .w-value .button-default-group .liveDashboard .status.label ._account_api .list-results thead span:last-of-type,.button-default-group .liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span:last-of-type,.list-results tbody tr.sublist .button-default-group .liveDashboard .status.title ._account_api .list-results thead span:last-of-type,.button-default-group .form-label.status ._account_api .liveDashboard .list-results thead span:last-of-type,.button-default-group .status.status-log ._account_api .liveDashboard .list-results thead span:last-of-type,.button-default-group .status.status-report-item ._account_api .liveDashboard .list-results thead span:last-of-type,.button-default-group .double-list dd.status ._account_api .liveDashboard .list-results thead span:last-of-type,.double-list .button-default-group dd.status ._account_api .liveDashboard .list-results thead span:last-of-type,.button-default-group .double-list dt.status ._account_api .liveDashboard .list-results thead span:last-of-type,.double-list .button-default-group dt.status ._account_api .liveDashboard .list-results thead span:last-of-type,.button-default-group .w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead span:last-of-type,.w-cards-container .w-card .button-default-group .status.title ._account_api .liveDashboard .list-results thead span:last-of-type,.button-default-group .w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead span:last-of-type,.w-cards-container .w-card.centered .w-value .button-default-group .status.label ._account_api .liveDashboard .list-results thead span:last-of-type,.button-default-group .list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead span:last-of-type,.list-results tbody tr.sublist .button-default-group .status.title ._account_api .liveDashboard .list-results thead span:last-of-type,.form-label.status ._account_api .button-default-group .liveDashboard .list-results thead span:last-of-type,.status.status-log ._account_api .button-default-group .liveDashboard .list-results thead span:last-of-type,.status.status-report-item ._account_api .button-default-group .liveDashboard .list-results thead span:last-of-type,.double-list dd.status ._account_api .button-default-group .liveDashboard .list-results thead span:last-of-type,.double-list dt.status ._account_api .button-default-group .liveDashboard .list-results thead span:last-of-type,.w-cards-container .w-card .status.title ._account_api .button-default-group .liveDashboard .list-results thead span:last-of-type,.w-cards-container .w-card.centered .w-value .status.label ._account_api .button-default-group .liveDashboard .list-results thead span:last-of-type,.list-results tbody tr.sublist .status.title ._account_api .button-default-group .liveDashboard .list-results thead span:last-of-type,.button-default-group .liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span:last-of-type,.button-default-group ._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span:last-of-type,._account_api .button-default-group .liveDashboard .list-results thead .w-filters-selected label.status.small span:last-of-type,.button-default-group .liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span:last-of-type,.button-default-group .w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead span:last-of-type,.w-filters-selected label.status.small ._account_api .button-default-group .liveDashboard .list-results thead span:last-of-type,.button-default-group .liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span:last-of-type,.button-default-group ._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span:last-of-type,._account_api .button-default-group .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span:last-of-type,.button-default-group .liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span:last-of-type,.button-default-group .w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead span:last-of-type,.w-filters-selected .status.btn-f-s ._account_api .button-default-group .liveDashboard .list-results thead span:last-of-type,.button-default-group .liveDashboard ._account_api .list-results thead .sub-header .w-form label:last-of-type,.button-default-group .liveDashboard ._account_api .list-results thead .sub-header .w-double-list label:last-of-type,.button-default-group ._account_api .liveDashboard .list-results thead .sub-header .w-form label:last-of-type,.button-default-group ._account_api .liveDashboard .list-results thead .sub-header .w-double-list label:last-of-type,._account_api .button-default-group .liveDashboard .list-results thead .sub-header .w-form label:last-of-type,._account_api .button-default-group .liveDashboard .list-results thead .sub-header .w-double-list label:last-of-type,.button-default-group .liveDashboard .sub-header .w-form ._account_api .list-results thead label:last-of-type,.button-default-group .liveDashboard .sub-header .w-double-list ._account_api .list-results thead label:last-of-type,.button-default-group .sub-header .w-form ._account_api .liveDashboard .list-results thead label:last-of-type,.button-default-group .sub-header .w-double-list ._account_api .liveDashboard .list-results thead label:last-of-type,.sub-header .w-form ._account_api .button-default-group .liveDashboard .list-results thead label:last-of-type,.sub-header .w-double-list ._account_api .button-default-group .liveDashboard .list-results thead label:last-of-type,.button-default-group .liveDashboard ._account_api .list-results thead .block-filters button:last-of-type:after,.button-default-group ._account_api .liveDashboard .list-results thead .block-filters button:last-of-type:after,._account_api .button-default-group .liveDashboard .list-results thead .block-filters button:last-of-type:after,.button-default-group .liveDashboard .block-filters ._account_api .list-results thead button:last-of-type:after,.button-default-group .block-filters ._account_api .liveDashboard .list-results thead button:last-of-type:after,.block-filters ._account_api .button-default-group .liveDashboard .list-results thead button:last-of-type:after,.button-default-group .liveDashboard ._account_api .list-results thead .block-filters select:last-of-type:after,.button-default-group ._account_api .liveDashboard .list-results thead .block-filters select:last-of-type:after,._account_api .button-default-group .liveDashboard .list-results thead .block-filters select:last-of-type:after,.button-default-group .liveDashboard .block-filters ._account_api .list-results thead select:last-of-type:after,.button-default-group .block-filters ._account_api .liveDashboard .list-results thead select:last-of-type:after,.block-filters ._account_api .button-default-group .liveDashboard .list-results thead select:last-of-type:after,.button-default-group .liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:last-of-type,.button-default-group ._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:last-of-type,._account_api .button-default-group .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:last-of-type,.button-default-group .liveDashboard .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-inactive:last-of-type,.button-default-group .form-auto-list ._account_api .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive:last-of-type,.form-auto-list ._account_api .button-default-group .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive:last-of-type,.button-default-group .liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active:last-of-type,.button-default-group ._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active:last-of-type,._account_api .button-default-group .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active:last-of-type,.button-default-group .liveDashboard .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-active:last-of-type,.button-default-group .form-auto-list ._account_api .liveDashboard .list-results thead .form-auto-item.is-user-is-active:last-of-type,.form-auto-list ._account_api .button-default-group .liveDashboard .list-results thead .form-auto-item.is-user-is-active:last-of-type,.button-default-group .liveDashboard ._account_api .list-results thead .list-results-header .status.title span:last-of-type,.button-default-group ._account_api .liveDashboard .list-results thead .list-results-header .status.title span:last-of-type,._account_api .button-default-group .liveDashboard .list-results thead .list-results-header .status.title span:last-of-type,.button-default-group .liveDashboard .list-results-header .status.title ._account_api .list-results thead span:last-of-type,.button-default-group .list-results-header .status.title ._account_api .liveDashboard .list-results thead span:last-of-type,.list-results-header .status.title ._account_api .button-default-group .liveDashboard .list-results thead span:last-of-type,.button-default-group .liveDashboard ._account_api .list-results thead tr span:last-of-type,.button-default-group ._account_api .liveDashboard .list-results thead tr span:last-of-type,._account_api .button-default-group .liveDashboard .list-results thead tr span:last-of-type,.button-default-group ._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .dropdown-toggle:last-of-type:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .button-default-group .liveDashboard .list-results thead .dropdown-toggle:last-of-type:after,.button-default-group .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .dropdown-toggle:last-of-type:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .button-default-group .liveDashboard ._account_api .list-results thead .dropdown-toggle:last-of-type:after,.button-default-group ._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .filter:last-of-type,._account_api .w-filter-preset.w-filter-preset .filter-preset .button-default-group .liveDashboard .list-results thead .filter:last-of-type,.button-default-group .w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .filter:last-of-type,.w-filter-preset.w-filter-preset .filter-preset .button-default-group .liveDashboard ._account_api .list-results thead .filter:last-of-type,.button-default-group ._account_api .form-label.status .liveDashboard .list-results thead span:last-of-type,.button-default-group ._account_api .status.status-log .liveDashboard .list-results thead span:last-of-type,.button-default-group ._account_api .status.status-report-item .liveDashboard .list-results thead span:last-of-type,.button-default-group ._account_api .double-list dd.status .liveDashboard .list-results thead span:last-of-type,.double-list .button-default-group ._account_api dd.status .liveDashboard .list-results thead span:last-of-type,.button-default-group ._account_api .double-list dt.status .liveDashboard .list-results thead span:last-of-type,.double-list .button-default-group ._account_api dt.status .liveDashboard .list-results thead span:last-of-type,.button-default-group ._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span:last-of-type,.w-cards-container .w-card .button-default-group ._account_api .status.title .liveDashboard .list-results thead span:last-of-type,.button-default-group ._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span:last-of-type,.w-cards-container .w-card.centered .w-value .button-default-group ._account_api .status.label .liveDashboard .list-results thead span:last-of-type,.button-default-group ._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span:last-of-type,.list-results tbody tr.sublist .button-default-group ._account_api .status.title .liveDashboard .list-results thead span:last-of-type,._account_api .form-label.status .button-default-group .liveDashboard .list-results thead span:last-of-type,._account_api .status.status-log .button-default-group .liveDashboard .list-results thead span:last-of-type,._account_api .status.status-report-item .button-default-group .liveDashboard .list-results thead span:last-of-type,._account_api .double-list dd.status .button-default-group .liveDashboard .list-results thead span:last-of-type,.double-list ._account_api dd.status .button-default-group .liveDashboard .list-results thead span:last-of-type,._account_api .double-list dt.status .button-default-group .liveDashboard .list-results thead span:last-of-type,.double-list ._account_api dt.status .button-default-group .liveDashboard .list-results thead span:last-of-type,._account_api .w-cards-container .w-card .status.title .button-default-group .liveDashboard .list-results thead span:last-of-type,.w-cards-container .w-card ._account_api .status.title .button-default-group .liveDashboard .list-results thead span:last-of-type,._account_api .w-cards-container .w-card.centered .w-value .status.label .button-default-group .liveDashboard .list-results thead span:last-of-type,.w-cards-container .w-card.centered .w-value ._account_api .status.label .button-default-group .liveDashboard .list-results thead span:last-of-type,._account_api .list-results tbody tr.sublist .status.title .button-default-group .liveDashboard .list-results thead span:last-of-type,.list-results tbody tr.sublist ._account_api .status.title .button-default-group .liveDashboard .list-results thead span:last-of-type,.button-default-group .form-label.status .liveDashboard ._account_api .list-results thead span:last-of-type,.button-default-group .status.status-log .liveDashboard ._account_api .list-results thead span:last-of-type,.button-default-group .status.status-report-item .liveDashboard ._account_api .list-results thead span:last-of-type,.button-default-group .double-list dd.status .liveDashboard ._account_api .list-results thead span:last-of-type,.double-list .button-default-group dd.status .liveDashboard ._account_api .list-results thead span:last-of-type,.button-default-group .double-list dt.status .liveDashboard ._account_api .list-results thead span:last-of-type,.double-list .button-default-group dt.status .liveDashboard ._account_api .list-results thead span:last-of-type,.button-default-group .w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead span:last-of-type,.w-cards-container .w-card .button-default-group .status.title .liveDashboard ._account_api .list-results thead span:last-of-type,.button-default-group .w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead span:last-of-type,.w-cards-container .w-card.centered .w-value .button-default-group .status.label .liveDashboard ._account_api .list-results thead span:last-of-type,.button-default-group .list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead span:last-of-type,.list-results tbody tr.sublist .button-default-group .status.title .liveDashboard ._account_api .list-results thead span:last-of-type,.form-label.status .button-default-group .liveDashboard ._account_api .list-results thead span:last-of-type,.status.status-log .button-default-group .liveDashboard ._account_api .list-results thead span:last-of-type,.status.status-report-item .button-default-group .liveDashboard ._account_api .list-results thead span:last-of-type,.double-list dd.status .button-default-group .liveDashboard ._account_api .list-results thead span:last-of-type,.double-list dt.status .button-default-group .liveDashboard ._account_api .list-results thead span:last-of-type,.w-cards-container .w-card .status.title .button-default-group .liveDashboard ._account_api .list-results thead span:last-of-type,.w-cards-container .w-card.centered .w-value .status.label .button-default-group .liveDashboard ._account_api .list-results thead span:last-of-type,.list-results tbody tr.sublist .status.title .button-default-group .liveDashboard ._account_api .list-results thead span:last-of-type,.button-default-group ._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span:last-of-type,._account_api .w-filters-selected label.status.small .button-default-group .liveDashboard .list-results thead span:last-of-type,.button-default-group .w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead span:last-of-type,.w-filters-selected label.status.small .button-default-group .liveDashboard ._account_api .list-results thead span:last-of-type,.button-default-group ._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span:last-of-type,._account_api .w-filters-selected .status.btn-f-s .button-default-group .liveDashboard .list-results thead span:last-of-type,.button-default-group .w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead span:last-of-type,.w-filters-selected .status.btn-f-s .button-default-group .liveDashboard ._account_api .list-results thead span:last-of-type,.button-default-group ._account_api .sub-header .w-form .liveDashboard .list-results thead label:last-of-type,.button-default-group ._account_api .sub-header .w-double-list .liveDashboard .list-results thead label:last-of-type,._account_api .sub-header .w-form .button-default-group .liveDashboard .list-results thead label:last-of-type,._account_api .sub-header .w-double-list .button-default-group .liveDashboard .list-results thead label:last-of-type,.button-default-group .sub-header .w-form .liveDashboard ._account_api .list-results thead label:last-of-type,.button-default-group .sub-header .w-double-list .liveDashboard ._account_api .list-results thead label:last-of-type,.sub-header .w-form .button-default-group .liveDashboard ._account_api .list-results thead label:last-of-type,.sub-header .w-double-list .button-default-group .liveDashboard ._account_api .list-results thead label:last-of-type,.button-default-group ._account_api .block-filters .liveDashboard .list-results thead button:last-of-type:after,._account_api .block-filters .button-default-group .liveDashboard .list-results thead button:last-of-type:after,.button-default-group .block-filters .liveDashboard ._account_api .list-results thead button:last-of-type:after,.block-filters .button-default-group .liveDashboard ._account_api .list-results thead button:last-of-type:after,.button-default-group ._account_api .block-filters .liveDashboard .list-results thead select:last-of-type:after,._account_api .block-filters .button-default-group .liveDashboard .list-results thead select:last-of-type:after,.button-default-group .block-filters .liveDashboard ._account_api .list-results thead select:last-of-type:after,.block-filters .button-default-group .liveDashboard ._account_api .list-results thead select:last-of-type:after,.button-default-group ._account_api .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive:last-of-type,._account_api .form-auto-list .button-default-group .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive:last-of-type,.button-default-group .form-auto-list .liveDashboard ._account_api .list-results thead .form-auto-item.is-user-is-inactive:last-of-type,.form-auto-list .button-default-group .liveDashboard ._account_api .list-results thead .form-auto-item.is-user-is-inactive:last-of-type,.button-default-group ._account_api .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-active:last-of-type,._account_api .form-auto-list .button-default-group .liveDashboard .list-results thead .form-auto-item.is-user-is-active:last-of-type,.button-default-group .form-auto-list .liveDashboard ._account_api .list-results thead .form-auto-item.is-user-is-active:last-of-type,.form-auto-list .button-default-group .liveDashboard ._account_api .list-results thead .form-auto-item.is-user-is-active:last-of-type,.button-default-group ._account_api .list-results-header .status.title .liveDashboard .list-results thead span:last-of-type,._account_api .list-results-header .status.title .button-default-group .liveDashboard .list-results thead span:last-of-type,.button-default-group .list-results-header .status.title .liveDashboard ._account_api .list-results thead span:last-of-type,.list-results-header .status.title .button-default-group .liveDashboard ._account_api .list-results thead span:last-of-type,.liveDashboard .list-results thead .button-default-group .icon:last-of-type,.liveDashboard .list-results thead .button-default-group .w-alert-banner:last-of-type:before,.liveDashboard .list-results thead .button-default-group .w-alert-banner:last-of-type:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-alert-banner:last-of-type:before,._account_api .liveDashboard .list-results thead .button-default-group .w-alert-banner:last-of-type:before,.liveDashboard .list-results thead .button-default-group .w-dialog.plus .dialog-aside:last-of-type:after,.w-dialog.plus .liveDashboard .list-results thead .button-default-group .dialog-aside:last-of-type:after,.liveDashboard .list-results thead .button-default-group .w-toast .toast.plus:last-of-type:after,.w-toast .liveDashboard .list-results thead .button-default-group .toast.plus:last-of-type:after,.liveDashboard .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-clear:last-of-type:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .button-default-group .btn-period-clear:last-of-type:before,.liveDashboard .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-filter:last-of-type:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .button-default-group .btn-filter:last-of-type:before,.liveDashboard .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-edit:last-of-type:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .button-default-group .btn-period-edit:last-of-type:before,.liveDashboard .list-results thead .button-default-group .block-filters .btn-filter:last-of-type:before,.block-filters .liveDashboard .list-results thead .button-default-group .btn-filter:last-of-type:before,.liveDashboard .list-results thead .button-default-group .toggleWrapper input.mobileToggle+label:last-of-type,.toggleWrapper .liveDashboard .list-results thead .button-default-group input.mobileToggle+label:last-of-type,.liveDashboard .list-results thead .button-default-group tbody span.status:last-of-type,.liveDashboard .list-results tbody thead .button-default-group span.status:last-of-type,.liveDashboard .list-results thead .button-default-group tbody td.is-running span:last-of-type,.liveDashboard .list-results tbody td.is-running thead .button-default-group span:last-of-type,.liveDashboard .list-results thead .button-default-group tbody td.is-pending span:last-of-type,.liveDashboard .list-results tbody td.is-pending thead .button-default-group span:last-of-type,.liveDashboard .list-results thead .button-default-group .icon:last-of-type,.liveDashboard .list-results thead .button-default-group .w-alert-banner:last-of-type:before,.liveDashboard .list-results thead .button-default-group .w-alert-banner:last-of-type:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-alert-banner:last-of-type:before,._account_api .liveDashboard .list-results thead .button-default-group .w-alert-banner:last-of-type:before,.liveDashboard .list-results thead .button-default-group .w-dialog.plus .dialog-aside:last-of-type:after,.w-dialog.plus .liveDashboard .list-results thead .button-default-group .dialog-aside:last-of-type:after,.liveDashboard .list-results thead .button-default-group .w-toast .toast.plus:last-of-type:after,.w-toast .liveDashboard .list-results thead .button-default-group .toast.plus:last-of-type:after,.liveDashboard .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-clear:last-of-type:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .button-default-group .btn-period-clear:last-of-type:before,.liveDashboard .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-filter:last-of-type:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .button-default-group .btn-filter:last-of-type:before,.liveDashboard .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-edit:last-of-type:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .button-default-group .btn-period-edit:last-of-type:before,.liveDashboard .list-results thead .button-default-group .block-filters .btn-filter:last-of-type:before,.block-filters .liveDashboard .list-results thead .button-default-group .btn-filter:last-of-type:before,.liveDashboard .list-results thead .button-default-group .toggleWrapper input.mobileToggle+label:last-of-type,.toggleWrapper .liveDashboard .list-results thead .button-default-group input.mobileToggle+label:last-of-type,.liveDashboard .list-results thead .button-default-group tbody span.status:last-of-type,.liveDashboard .list-results tbody thead .button-default-group span.status:last-of-type,.liveDashboard .list-results thead .button-default-group tbody td.is-running span:last-of-type,.liveDashboard .list-results tbody td.is-running thead .button-default-group span:last-of-type,.liveDashboard .list-results thead .button-default-group tbody td.is-pending span:last-of-type,.liveDashboard .list-results tbody td.is-pending thead .button-default-group span:last-of-type,.liveDashboard .list-results thead .button-default-group .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:last-of-type:after,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .button-default-group .dropdown-toggle:last-of-type:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .button-default-group .dropdown-toggle:last-of-type:after,.liveDashboard .list-results thead .button-default-group .w-filter-preset.w-filter-preset .filter-preset .filter:last-of-type,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .button-default-group .filter:last-of-type,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .button-default-group .filter:last-of-type,.liveDashboard .list-results thead .button-default-group .form-label.status span:last-of-type,.liveDashboard .list-results thead .button-default-group .status.status-log span:last-of-type,.liveDashboard .list-results thead .button-default-group .status.status-report-item span:last-of-type,.liveDashboard .list-results thead .button-default-group .double-list dd.status span:last-of-type,.double-list .liveDashboard .list-results thead .button-default-group dd.status span:last-of-type,.liveDashboard .list-results thead .button-default-group .double-list dt.status span:last-of-type,.double-list .liveDashboard .list-results thead .button-default-group dt.status span:last-of-type,.liveDashboard .list-results thead .button-default-group .w-cards-container .w-card .status.title span:last-of-type,.w-cards-container .w-card .liveDashboard .list-results thead .button-default-group .status.title span:last-of-type,.liveDashboard .list-results thead .button-default-group .w-cards-container .w-card.centered .w-value .status.label span:last-of-type,.w-cards-container .w-card.centered .w-value .liveDashboard .list-results thead .button-default-group .status.label span:last-of-type,.liveDashboard .list-results thead .button-default-group tbody tr.sublist .status.title span:last-of-type,.liveDashboard .list-results tbody tr.sublist thead .button-default-group .status.title span:last-of-type,.liveDashboard .list-results thead .form-label.status .button-default-group span:last-of-type,.liveDashboard .list-results thead .status.status-log .button-default-group span:last-of-type,.liveDashboard .list-results thead .status.status-report-item .button-default-group span:last-of-type,.liveDashboard .list-results thead .double-list dd.status .button-default-group span:last-of-type,.double-list .liveDashboard .list-results thead dd.status .button-default-group span:last-of-type,.liveDashboard .list-results thead .double-list dt.status .button-default-group span:last-of-type,.double-list .liveDashboard .list-results thead dt.status .button-default-group span:last-of-type,.liveDashboard .list-results thead .w-cards-container .w-card .status.title .button-default-group span:last-of-type,.w-cards-container .w-card .liveDashboard .list-results thead .status.title .button-default-group span:last-of-type,.liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .button-default-group span:last-of-type,.w-cards-container .w-card.centered .w-value .liveDashboard .list-results thead .status.label .button-default-group span:last-of-type,.liveDashboard .list-results thead tbody tr.sublist .status.title .button-default-group span:last-of-type,.liveDashboard .list-results tbody tr.sublist thead .status.title .button-default-group span:last-of-type,.form-label.status .liveDashboard .list-results thead .button-default-group span:last-of-type,.status.status-log .liveDashboard .list-results thead .button-default-group span:last-of-type,.status.status-report-item .liveDashboard .list-results thead .button-default-group span:last-of-type,.double-list dd.status .liveDashboard .list-results thead .button-default-group span:last-of-type,.double-list dt.status .liveDashboard .list-results thead .button-default-group span:last-of-type,.w-cards-container .w-card .status.title .liveDashboard .list-results thead .button-default-group span:last-of-type,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead .button-default-group span:last-of-type,.list-results tbody tr.sublist .status.title .liveDashboard .list-results thead .button-default-group span:last-of-type,.liveDashboard .list-results thead .button-default-group .w-filters-selected label.status.small span:last-of-type,.liveDashboard .list-results thead .w-filters-selected label.status.small .button-default-group span:last-of-type,.w-filters-selected label.status.small .liveDashboard .list-results thead .button-default-group span:last-of-type,.liveDashboard .list-results thead .button-default-group .w-filters-selected .status.btn-f-s span:last-of-type,.liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .button-default-group span:last-of-type,.w-filters-selected .status.btn-f-s .liveDashboard .list-results thead .button-default-group span:last-of-type,.liveDashboard .list-results thead .button-default-group .sub-header .w-form label:last-of-type,.liveDashboard .list-results thead .button-default-group .sub-header .w-double-list label:last-of-type,.liveDashboard .list-results thead .sub-header .w-form .button-default-group label:last-of-type,.liveDashboard .list-results thead .sub-header .w-double-list .button-default-group label:last-of-type,.sub-header .w-form .liveDashboard .list-results thead .button-default-group label:last-of-type,.sub-header .w-double-list .liveDashboard .list-results thead .button-default-group label:last-of-type,.liveDashboard .list-results thead .button-default-group .block-filters button:last-of-type:after,.liveDashboard .list-results thead .block-filters .button-default-group button:last-of-type:after,.block-filters .liveDashboard .list-results thead .button-default-group button:last-of-type:after,.liveDashboard .list-results thead .button-default-group .block-filters select:last-of-type:after,.liveDashboard .list-results thead .block-filters .button-default-group select:last-of-type:after,.block-filters .liveDashboard .list-results thead .button-default-group select:last-of-type:after,.liveDashboard .list-results thead .button-default-group .form-auto-list .form-auto-item.is-user-is-inactive:last-of-type,.liveDashboard .list-results thead .form-auto-list .button-default-group .form-auto-item.is-user-is-inactive:last-of-type,.form-auto-list .liveDashboard .list-results thead .button-default-group .form-auto-item.is-user-is-inactive:last-of-type,.liveDashboard .list-results thead .button-default-group .form-auto-list .form-auto-item.is-user-is-active:last-of-type,.liveDashboard .list-results thead .form-auto-list .button-default-group .form-auto-item.is-user-is-active:last-of-type,.form-auto-list .liveDashboard .list-results thead .button-default-group .form-auto-item.is-user-is-active:last-of-type,.liveDashboard .list-results thead .button-default-group .list-results-header .status.title span:last-of-type,.liveDashboard .list-results thead .list-results-header .status.title .button-default-group span:last-of-type,.list-results-header .status.title .liveDashboard .list-results thead .button-default-group span:last-of-type,.liveDashboard .list-results thead .button-default-group tr span:last-of-type,.liveDashboard .list-results thead tr .button-default-group span:last-of-type,.liveDashboard ._account_api .list-results thead .button-default-group .icon:last-of-type,.liveDashboard ._account_api .list-results thead .button-default-group .w-alert-banner:last-of-type:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-alert-banner:last-of-type:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-alert-banner:last-of-type:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-dialog.plus .dialog-aside:last-of-type:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .button-default-group .dialog-aside:last-of-type:after,.liveDashboard ._account_api .list-results thead .button-default-group .w-toast .toast.plus:last-of-type:after,.w-toast .liveDashboard ._account_api .list-results thead .button-default-group .toast.plus:last-of-type:after,.liveDashboard ._account_api .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-clear:last-of-type:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .button-default-group .btn-period-clear:last-of-type:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-filter:last-of-type:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .button-default-group .btn-filter:last-of-type:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-edit:last-of-type:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .button-default-group .btn-period-edit:last-of-type:before,.liveDashboard ._account_api .list-results thead .button-default-group .block-filters .btn-filter:last-of-type:before,.block-filters .liveDashboard ._account_api .list-results thead .button-default-group .btn-filter:last-of-type:before,.liveDashboard ._account_api .list-results thead .button-default-group .toggleWrapper input.mobileToggle+label:last-of-type,.toggleWrapper .liveDashboard ._account_api .list-results thead .button-default-group input.mobileToggle+label:last-of-type,.liveDashboard ._account_api .list-results thead .button-default-group tbody span.status:last-of-type,.liveDashboard ._account_api .list-results tbody thead .button-default-group span.status:last-of-type,.liveDashboard ._account_api .list-results thead .button-default-group tbody td.is-running span:last-of-type,.liveDashboard ._account_api .list-results tbody td.is-running thead .button-default-group span:last-of-type,.liveDashboard ._account_api .list-results thead .button-default-group tbody td.is-pending span:last-of-type,.liveDashboard ._account_api .list-results tbody td.is-pending thead .button-default-group span:last-of-type,._account_api .liveDashboard .list-results thead .button-default-group .icon:last-of-type,._account_api .liveDashboard .list-results thead .button-default-group .w-alert-banner:last-of-type:before,._account_api .liveDashboard .list-results thead .button-default-group .w-alert-banner:last-of-type:before,._account_api .liveDashboard .list-results thead .button-default-group .w-alert-banner:last-of-type:before,._account_api .liveDashboard .list-results thead .button-default-group .w-dialog.plus .dialog-aside:last-of-type:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .button-default-group .dialog-aside:last-of-type:after,._account_api .liveDashboard .list-results thead .button-default-group .w-toast .toast.plus:last-of-type:after,.w-toast ._account_api .liveDashboard .list-results thead .button-default-group .toast.plus:last-of-type:after,._account_api .liveDashboard .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-clear:last-of-type:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .button-default-group .btn-period-clear:last-of-type:before,._account_api .liveDashboard .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-filter:last-of-type:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .button-default-group .btn-filter:last-of-type:before,._account_api .liveDashboard .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-edit:last-of-type:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .button-default-group .btn-period-edit:last-of-type:before,._account_api .liveDashboard .list-results thead .button-default-group .block-filters .btn-filter:last-of-type:before,.block-filters ._account_api .liveDashboard .list-results thead .button-default-group .btn-filter:last-of-type:before,._account_api .liveDashboard .list-results thead .button-default-group .toggleWrapper input.mobileToggle+label:last-of-type,.toggleWrapper ._account_api .liveDashboard .list-results thead .button-default-group input.mobileToggle+label:last-of-type,._account_api .liveDashboard .list-results thead .button-default-group tbody span.status:last-of-type,._account_api .liveDashboard .list-results tbody thead .button-default-group span.status:last-of-type,._account_api .liveDashboard .list-results thead .button-default-group tbody td.is-running span:last-of-type,._account_api .liveDashboard .list-results tbody td.is-running thead .button-default-group span:last-of-type,._account_api .liveDashboard .list-results thead .button-default-group tbody td.is-pending span:last-of-type,._account_api .liveDashboard .list-results tbody td.is-pending thead .button-default-group span:last-of-type,.liveDashboard ._account_api .list-results thead .button-default-group .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:last-of-type:after,._account_api .liveDashboard .list-results thead .button-default-group .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:last-of-type:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .button-default-group .dropdown-toggle:last-of-type:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .button-default-group .dropdown-toggle:last-of-type:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .button-default-group .dropdown-toggle:last-of-type:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .button-default-group .dropdown-toggle:last-of-type:after,.liveDashboard ._account_api .list-results thead .button-default-group .w-filter-preset.w-filter-preset .filter-preset .filter:last-of-type,._account_api .liveDashboard .list-results thead .button-default-group .w-filter-preset.w-filter-preset .filter-preset .filter:last-of-type,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .button-default-group .filter:last-of-type,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .button-default-group .filter:last-of-type,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .button-default-group .filter:last-of-type,.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .button-default-group .filter:last-of-type,.liveDashboard ._account_api .list-results thead .button-default-group .form-label.status span:last-of-type,.liveDashboard ._account_api .list-results thead .button-default-group .status.status-log span:last-of-type,.liveDashboard ._account_api .list-results thead .button-default-group .status.status-report-item span:last-of-type,.liveDashboard ._account_api .list-results thead .button-default-group .double-list dd.status span:last-of-type,.double-list .liveDashboard ._account_api .list-results thead .button-default-group dd.status span:last-of-type,.liveDashboard ._account_api .list-results thead .button-default-group .double-list dt.status span:last-of-type,.double-list .liveDashboard ._account_api .list-results thead .button-default-group dt.status span:last-of-type,.liveDashboard ._account_api .list-results thead .button-default-group .w-cards-container .w-card .status.title span:last-of-type,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .button-default-group .status.title span:last-of-type,.liveDashboard ._account_api .list-results thead .button-default-group .w-cards-container .w-card.centered .w-value .status.label span:last-of-type,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .button-default-group .status.label span:last-of-type,.liveDashboard ._account_api .list-results thead .button-default-group tbody tr.sublist .status.title span:last-of-type,.liveDashboard ._account_api .list-results tbody tr.sublist thead .button-default-group .status.title span:last-of-type,._account_api .liveDashboard .list-results thead .button-default-group .form-label.status span:last-of-type,._account_api .liveDashboard .list-results thead .button-default-group .status.status-log span:last-of-type,._account_api .liveDashboard .list-results thead .button-default-group .status.status-report-item span:last-of-type,._account_api .liveDashboard .list-results thead .button-default-group .double-list dd.status span:last-of-type,.double-list ._account_api .liveDashboard .list-results thead .button-default-group dd.status span:last-of-type,._account_api .liveDashboard .list-results thead .button-default-group .double-list dt.status span:last-of-type,.double-list ._account_api .liveDashboard .list-results thead .button-default-group dt.status span:last-of-type,._account_api .liveDashboard .list-results thead .button-default-group .w-cards-container .w-card .status.title span:last-of-type,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .button-default-group .status.title span:last-of-type,._account_api .liveDashboard .list-results thead .button-default-group .w-cards-container .w-card.centered .w-value .status.label span:last-of-type,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .button-default-group .status.label span:last-of-type,._account_api .liveDashboard .list-results thead .button-default-group tbody tr.sublist .status.title span:last-of-type,._account_api .liveDashboard .list-results tbody tr.sublist thead .button-default-group .status.title span:last-of-type,.liveDashboard ._account_api .list-results thead .form-label.status .button-default-group span:last-of-type,.liveDashboard ._account_api .list-results thead .status.status-log .button-default-group span:last-of-type,.liveDashboard ._account_api .list-results thead .status.status-report-item .button-default-group span:last-of-type,.liveDashboard ._account_api .list-results thead .double-list dd.status .button-default-group span:last-of-type,.double-list .liveDashboard ._account_api .list-results thead dd.status .button-default-group span:last-of-type,.liveDashboard ._account_api .list-results thead .double-list dt.status .button-default-group span:last-of-type,.double-list .liveDashboard ._account_api .list-results thead dt.status .button-default-group span:last-of-type,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title .button-default-group span:last-of-type,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title .button-default-group span:last-of-type,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .button-default-group span:last-of-type,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label .button-default-group span:last-of-type,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title .button-default-group span:last-of-type,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title .button-default-group span:last-of-type,._account_api .liveDashboard .list-results thead .form-label.status .button-default-group span:last-of-type,._account_api .liveDashboard .list-results thead .status.status-log .button-default-group span:last-of-type,._account_api .liveDashboard .list-results thead .status.status-report-item .button-default-group span:last-of-type,._account_api .liveDashboard .list-results thead .double-list dd.status .button-default-group span:last-of-type,.double-list ._account_api .liveDashboard .list-results thead dd.status .button-default-group span:last-of-type,._account_api .liveDashboard .list-results thead .double-list dt.status .button-default-group span:last-of-type,.double-list ._account_api .liveDashboard .list-results thead dt.status .button-default-group span:last-of-type,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title .button-default-group span:last-of-type,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title .button-default-group span:last-of-type,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .button-default-group span:last-of-type,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label .button-default-group span:last-of-type,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title .button-default-group span:last-of-type,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title .button-default-group span:last-of-type,.liveDashboard .form-label.status ._account_api .list-results thead .button-default-group span:last-of-type,.liveDashboard .status.status-log ._account_api .list-results thead .button-default-group span:last-of-type,.liveDashboard .status.status-report-item ._account_api .list-results thead .button-default-group span:last-of-type,.liveDashboard .double-list dd.status ._account_api .list-results thead .button-default-group span:last-of-type,.double-list .liveDashboard dd.status ._account_api .list-results thead .button-default-group span:last-of-type,.liveDashboard .double-list dt.status ._account_api .list-results thead .button-default-group span:last-of-type,.double-list .liveDashboard dt.status ._account_api .list-results thead .button-default-group span:last-of-type,.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead .button-default-group span:last-of-type,.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead .button-default-group span:last-of-type,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead .button-default-group span:last-of-type,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead .button-default-group span:last-of-type,.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead .button-default-group span:last-of-type,.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead .button-default-group span:last-of-type,.form-label.status ._account_api .liveDashboard .list-results thead .button-default-group span:last-of-type,.status.status-log ._account_api .liveDashboard .list-results thead .button-default-group span:last-of-type,.status.status-report-item ._account_api .liveDashboard .list-results thead .button-default-group span:last-of-type,.double-list dd.status ._account_api .liveDashboard .list-results thead .button-default-group span:last-of-type,.double-list dt.status ._account_api .liveDashboard .list-results thead .button-default-group span:last-of-type,.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead .button-default-group span:last-of-type,.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead .button-default-group span:last-of-type,.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead .button-default-group span:last-of-type,.liveDashboard ._account_api .list-results thead .button-default-group .w-filters-selected label.status.small span:last-of-type,._account_api .liveDashboard .list-results thead .button-default-group .w-filters-selected label.status.small span:last-of-type,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small .button-default-group span:last-of-type,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small .button-default-group span:last-of-type,.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead .button-default-group span:last-of-type,.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead .button-default-group span:last-of-type,.liveDashboard ._account_api .list-results thead .button-default-group .w-filters-selected .status.btn-f-s span:last-of-type,._account_api .liveDashboard .list-results thead .button-default-group .w-filters-selected .status.btn-f-s span:last-of-type,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s .button-default-group span:last-of-type,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .button-default-group span:last-of-type,.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead .button-default-group span:last-of-type,.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead .button-default-group span:last-of-type,.liveDashboard ._account_api .list-results thead .button-default-group .sub-header .w-form label:last-of-type,.liveDashboard ._account_api .list-results thead .button-default-group .sub-header .w-double-list label:last-of-type,._account_api .liveDashboard .list-results thead .button-default-group .sub-header .w-form label:last-of-type,._account_api .liveDashboard .list-results thead .button-default-group .sub-header .w-double-list label:last-of-type,.liveDashboard ._account_api .list-results thead .sub-header .w-form .button-default-group label:last-of-type,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list .button-default-group label:last-of-type,._account_api .liveDashboard .list-results thead .sub-header .w-form .button-default-group label:last-of-type,._account_api .liveDashboard .list-results thead .sub-header .w-double-list .button-default-group label:last-of-type,.liveDashboard .sub-header .w-form ._account_api .list-results thead .button-default-group label:last-of-type,.liveDashboard .sub-header .w-double-list ._account_api .list-results thead .button-default-group label:last-of-type,.sub-header .w-form ._account_api .liveDashboard .list-results thead .button-default-group label:last-of-type,.sub-header .w-double-list ._account_api .liveDashboard .list-results thead .button-default-group label:last-of-type,.liveDashboard ._account_api .list-results thead .button-default-group .block-filters button:last-of-type:after,._account_api .liveDashboard .list-results thead .button-default-group .block-filters button:last-of-type:after,.liveDashboard ._account_api .list-results thead .block-filters .button-default-group button:last-of-type:after,._account_api .liveDashboard .list-results thead .block-filters .button-default-group button:last-of-type:after,.liveDashboard .block-filters ._account_api .list-results thead .button-default-group button:last-of-type:after,.block-filters ._account_api .liveDashboard .list-results thead .button-default-group button:last-of-type:after,.liveDashboard ._account_api .list-results thead .button-default-group .block-filters select:last-of-type:after,._account_api .liveDashboard .list-results thead .button-default-group .block-filters select:last-of-type:after,.liveDashboard ._account_api .list-results thead .block-filters .button-default-group select:last-of-type:after,._account_api .liveDashboard .list-results thead .block-filters .button-default-group select:last-of-type:after,.liveDashboard .block-filters ._account_api .list-results thead .button-default-group select:last-of-type:after,.block-filters ._account_api .liveDashboard .list-results thead .button-default-group select:last-of-type:after,.liveDashboard ._account_api .list-results thead .button-default-group .form-auto-list .form-auto-item.is-user-is-inactive:last-of-type,._account_api .liveDashboard .list-results thead .button-default-group .form-auto-list .form-auto-item.is-user-is-inactive:last-of-type,.liveDashboard ._account_api .list-results thead .form-auto-list .button-default-group .form-auto-item.is-user-is-inactive:last-of-type,._account_api .liveDashboard .list-results thead .form-auto-list .button-default-group .form-auto-item.is-user-is-inactive:last-of-type,.liveDashboard .form-auto-list ._account_api .list-results thead .button-default-group .form-auto-item.is-user-is-inactive:last-of-type,.form-auto-list ._account_api .liveDashboard .list-results thead .button-default-group .form-auto-item.is-user-is-inactive:last-of-type,.liveDashboard ._account_api .list-results thead .button-default-group .form-auto-list .form-auto-item.is-user-is-active:last-of-type,._account_api .liveDashboard .list-results thead .button-default-group .form-auto-list .form-auto-item.is-user-is-active:last-of-type,.liveDashboard ._account_api .list-results thead .form-auto-list .button-default-group .form-auto-item.is-user-is-active:last-of-type,._account_api .liveDashboard .list-results thead .form-auto-list .button-default-group .form-auto-item.is-user-is-active:last-of-type,.liveDashboard .form-auto-list ._account_api .list-results thead .button-default-group .form-auto-item.is-user-is-active:last-of-type,.form-auto-list ._account_api .liveDashboard .list-results thead .button-default-group .form-auto-item.is-user-is-active:last-of-type,.liveDashboard ._account_api .list-results thead .button-default-group .list-results-header .status.title span:last-of-type,._account_api .liveDashboard .list-results thead .button-default-group .list-results-header .status.title span:last-of-type,.liveDashboard ._account_api .list-results thead .list-results-header .status.title .button-default-group span:last-of-type,._account_api .liveDashboard .list-results thead .list-results-header .status.title .button-default-group span:last-of-type,.liveDashboard .list-results-header .status.title ._account_api .list-results thead .button-default-group span:last-of-type,.list-results-header .status.title ._account_api .liveDashboard .list-results thead .button-default-group span:last-of-type,.liveDashboard ._account_api .list-results thead .button-default-group tr span:last-of-type,._account_api .liveDashboard .list-results thead .button-default-group tr span:last-of-type,.liveDashboard ._account_api .list-results thead tr .button-default-group span:last-of-type,._account_api .liveDashboard .list-results thead tr .button-default-group span:last-of-type,.liveDashboard ._account_api .list-results thead .button-default-group .icon:last-of-type,.liveDashboard ._account_api .list-results thead .button-default-group .w-alert-banner:last-of-type:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-alert-banner:last-of-type:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-alert-banner:last-of-type:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-dialog.plus .dialog-aside:last-of-type:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .button-default-group .dialog-aside:last-of-type:after,.liveDashboard ._account_api .list-results thead .button-default-group .w-toast .toast.plus:last-of-type:after,.w-toast .liveDashboard ._account_api .list-results thead .button-default-group .toast.plus:last-of-type:after,.liveDashboard ._account_api .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-clear:last-of-type:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .button-default-group .btn-period-clear:last-of-type:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-filter:last-of-type:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .button-default-group .btn-filter:last-of-type:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-edit:last-of-type:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .button-default-group .btn-period-edit:last-of-type:before,.liveDashboard ._account_api .list-results thead .button-default-group .block-filters .btn-filter:last-of-type:before,.block-filters .liveDashboard ._account_api .list-results thead .button-default-group .btn-filter:last-of-type:before,.liveDashboard ._account_api .list-results thead .button-default-group .toggleWrapper input.mobileToggle+label:last-of-type,.toggleWrapper .liveDashboard ._account_api .list-results thead .button-default-group input.mobileToggle+label:last-of-type,.liveDashboard ._account_api .list-results thead .button-default-group tbody span.status:last-of-type,.liveDashboard ._account_api .list-results tbody thead .button-default-group span.status:last-of-type,.liveDashboard ._account_api .list-results thead .button-default-group tbody td.is-running span:last-of-type,.liveDashboard ._account_api .list-results tbody td.is-running thead .button-default-group span:last-of-type,.liveDashboard ._account_api .list-results thead .button-default-group tbody td.is-pending span:last-of-type,.liveDashboard ._account_api .list-results tbody td.is-pending thead .button-default-group span:last-of-type,._account_api .liveDashboard .list-results thead .button-default-group .icon:last-of-type,._account_api .liveDashboard .list-results thead .button-default-group .w-alert-banner:last-of-type:before,._account_api .liveDashboard .list-results thead .button-default-group .w-alert-banner:last-of-type:before,._account_api .liveDashboard .list-results thead .button-default-group .w-alert-banner:last-of-type:before,._account_api .liveDashboard .list-results thead .button-default-group .w-dialog.plus .dialog-aside:last-of-type:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .button-default-group .dialog-aside:last-of-type:after,._account_api .liveDashboard .list-results thead .button-default-group .w-toast .toast.plus:last-of-type:after,.w-toast ._account_api .liveDashboard .list-results thead .button-default-group .toast.plus:last-of-type:after,._account_api .liveDashboard .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-clear:last-of-type:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .button-default-group .btn-period-clear:last-of-type:before,._account_api .liveDashboard .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-filter:last-of-type:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .button-default-group .btn-filter:last-of-type:before,._account_api .liveDashboard .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-edit:last-of-type:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .button-default-group .btn-period-edit:last-of-type:before,._account_api .liveDashboard .list-results thead .button-default-group .block-filters .btn-filter:last-of-type:before,.block-filters ._account_api .liveDashboard .list-results thead .button-default-group .btn-filter:last-of-type:before,._account_api .liveDashboard .list-results thead .button-default-group .toggleWrapper input.mobileToggle+label:last-of-type,.toggleWrapper ._account_api .liveDashboard .list-results thead .button-default-group input.mobileToggle+label:last-of-type,._account_api .liveDashboard .list-results thead .button-default-group tbody span.status:last-of-type,._account_api .liveDashboard .list-results tbody thead .button-default-group span.status:last-of-type,._account_api .liveDashboard .list-results thead .button-default-group tbody td.is-running span:last-of-type,._account_api .liveDashboard .list-results tbody td.is-running thead .button-default-group span:last-of-type,._account_api .liveDashboard .list-results thead .button-default-group tbody td.is-pending span:last-of-type,._account_api .liveDashboard .list-results tbody td.is-pending thead .button-default-group span:last-of-type,.liveDashboard ._account_api .list-results thead .button-default-group .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:last-of-type:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .button-default-group .dropdown-toggle:last-of-type:after,._account_api .liveDashboard .list-results thead .button-default-group .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:last-of-type:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .button-default-group .dropdown-toggle:last-of-type:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .button-default-group .dropdown-toggle:last-of-type:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .button-default-group .dropdown-toggle:last-of-type:after,.liveDashboard ._account_api .list-results thead .button-default-group .w-filter-preset.w-filter-preset .filter-preset .filter:last-of-type,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .button-default-group .filter:last-of-type,._account_api .liveDashboard .list-results thead .button-default-group .w-filter-preset.w-filter-preset .filter-preset .filter:last-of-type,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .button-default-group .filter:last-of-type,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .button-default-group .filter:last-of-type,.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .button-default-group .filter:last-of-type,.liveDashboard ._account_api .list-results thead .button-default-group .form-label.status span:last-of-type,.liveDashboard ._account_api .list-results thead .button-default-group .status.status-log span:last-of-type,.liveDashboard ._account_api .list-results thead .button-default-group .status.status-report-item span:last-of-type,.liveDashboard ._account_api .list-results thead .button-default-group .double-list dd.status span:last-of-type,.double-list .liveDashboard ._account_api .list-results thead .button-default-group dd.status span:last-of-type,.liveDashboard ._account_api .list-results thead .button-default-group .double-list dt.status span:last-of-type,.double-list .liveDashboard ._account_api .list-results thead .button-default-group dt.status span:last-of-type,.liveDashboard ._account_api .list-results thead .button-default-group .w-cards-container .w-card .status.title span:last-of-type,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .button-default-group .status.title span:last-of-type,.liveDashboard ._account_api .list-results thead .button-default-group .w-cards-container .w-card.centered .w-value .status.label span:last-of-type,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .button-default-group .status.label span:last-of-type,.liveDashboard ._account_api .list-results thead .button-default-group tbody tr.sublist .status.title span:last-of-type,.liveDashboard ._account_api .list-results tbody tr.sublist thead .button-default-group .status.title span:last-of-type,.liveDashboard ._account_api .list-results thead .form-label.status .button-default-group span:last-of-type,.liveDashboard ._account_api .list-results thead .status.status-log .button-default-group span:last-of-type,.liveDashboard ._account_api .list-results thead .status.status-report-item .button-default-group span:last-of-type,.liveDashboard ._account_api .list-results thead .double-list dd.status .button-default-group span:last-of-type,.double-list .liveDashboard ._account_api .list-results thead dd.status .button-default-group span:last-of-type,.liveDashboard ._account_api .list-results thead .double-list dt.status .button-default-group span:last-of-type,.double-list .liveDashboard ._account_api .list-results thead dt.status .button-default-group span:last-of-type,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title .button-default-group span:last-of-type,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title .button-default-group span:last-of-type,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .button-default-group span:last-of-type,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label .button-default-group span:last-of-type,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title .button-default-group span:last-of-type,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title .button-default-group span:last-of-type,._account_api .liveDashboard .list-results thead .button-default-group .form-label.status span:last-of-type,._account_api .liveDashboard .list-results thead .button-default-group .status.status-log span:last-of-type,._account_api .liveDashboard .list-results thead .button-default-group .status.status-report-item span:last-of-type,._account_api .liveDashboard .list-results thead .button-default-group .double-list dd.status span:last-of-type,.double-list ._account_api .liveDashboard .list-results thead .button-default-group dd.status span:last-of-type,._account_api .liveDashboard .list-results thead .button-default-group .double-list dt.status span:last-of-type,.double-list ._account_api .liveDashboard .list-results thead .button-default-group dt.status span:last-of-type,._account_api .liveDashboard .list-results thead .button-default-group .w-cards-container .w-card .status.title span:last-of-type,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .button-default-group .status.title span:last-of-type,._account_api .liveDashboard .list-results thead .button-default-group .w-cards-container .w-card.centered .w-value .status.label span:last-of-type,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .button-default-group .status.label span:last-of-type,._account_api .liveDashboard .list-results thead .button-default-group tbody tr.sublist .status.title span:last-of-type,._account_api .liveDashboard .list-results tbody tr.sublist thead .button-default-group .status.title span:last-of-type,._account_api .liveDashboard .list-results thead .form-label.status .button-default-group span:last-of-type,._account_api .liveDashboard .list-results thead .status.status-log .button-default-group span:last-of-type,._account_api .liveDashboard .list-results thead .status.status-report-item .button-default-group span:last-of-type,._account_api .liveDashboard .list-results thead .double-list dd.status .button-default-group span:last-of-type,.double-list ._account_api .liveDashboard .list-results thead dd.status .button-default-group span:last-of-type,._account_api .liveDashboard .list-results thead .double-list dt.status .button-default-group span:last-of-type,.double-list ._account_api .liveDashboard .list-results thead dt.status .button-default-group span:last-of-type,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title .button-default-group span:last-of-type,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title .button-default-group span:last-of-type,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .button-default-group span:last-of-type,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label .button-default-group span:last-of-type,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title .button-default-group span:last-of-type,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title .button-default-group span:last-of-type,.liveDashboard .form-label.status ._account_api .list-results thead .button-default-group span:last-of-type,.liveDashboard .status.status-log ._account_api .list-results thead .button-default-group span:last-of-type,.liveDashboard .status.status-report-item ._account_api .list-results thead .button-default-group span:last-of-type,.liveDashboard .double-list dd.status ._account_api .list-results thead .button-default-group span:last-of-type,.double-list .liveDashboard dd.status ._account_api .list-results thead .button-default-group span:last-of-type,.liveDashboard .double-list dt.status ._account_api .list-results thead .button-default-group span:last-of-type,.double-list .liveDashboard dt.status ._account_api .list-results thead .button-default-group span:last-of-type,.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead .button-default-group span:last-of-type,.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead .button-default-group span:last-of-type,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead .button-default-group span:last-of-type,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead .button-default-group span:last-of-type,.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead .button-default-group span:last-of-type,.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead .button-default-group span:last-of-type,.form-label.status ._account_api .liveDashboard .list-results thead .button-default-group span:last-of-type,.status.status-log ._account_api .liveDashboard .list-results thead .button-default-group span:last-of-type,.status.status-report-item ._account_api .liveDashboard .list-results thead .button-default-group span:last-of-type,.double-list dd.status ._account_api .liveDashboard .list-results thead .button-default-group span:last-of-type,.double-list dt.status ._account_api .liveDashboard .list-results thead .button-default-group span:last-of-type,.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead .button-default-group span:last-of-type,.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead .button-default-group span:last-of-type,.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead .button-default-group span:last-of-type,.liveDashboard ._account_api .list-results thead .button-default-group .w-filters-selected label.status.small span:last-of-type,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small .button-default-group span:last-of-type,._account_api .liveDashboard .list-results thead .button-default-group .w-filters-selected label.status.small span:last-of-type,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small .button-default-group span:last-of-type,.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead .button-default-group span:last-of-type,.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead .button-default-group span:last-of-type,.liveDashboard ._account_api .list-results thead .button-default-group .w-filters-selected .status.btn-f-s span:last-of-type,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s .button-default-group span:last-of-type,._account_api .liveDashboard .list-results thead .button-default-group .w-filters-selected .status.btn-f-s span:last-of-type,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .button-default-group span:last-of-type,.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead .button-default-group span:last-of-type,.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead .button-default-group span:last-of-type,.liveDashboard ._account_api .list-results thead .button-default-group .sub-header .w-form label:last-of-type,.liveDashboard ._account_api .list-results thead .button-default-group .sub-header .w-double-list label:last-of-type,.liveDashboard ._account_api .list-results thead .sub-header .w-form .button-default-group label:last-of-type,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list .button-default-group label:last-of-type,._account_api .liveDashboard .list-results thead .button-default-group .sub-header .w-form label:last-of-type,._account_api .liveDashboard .list-results thead .button-default-group .sub-header .w-double-list label:last-of-type,._account_api .liveDashboard .list-results thead .sub-header .w-form .button-default-group label:last-of-type,._account_api .liveDashboard .list-results thead .sub-header .w-double-list .button-default-group label:last-of-type,.liveDashboard .sub-header .w-form ._account_api .list-results thead .button-default-group label:last-of-type,.liveDashboard .sub-header .w-double-list ._account_api .list-results thead .button-default-group label:last-of-type,.sub-header .w-form ._account_api .liveDashboard .list-results thead .button-default-group label:last-of-type,.sub-header .w-double-list ._account_api .liveDashboard .list-results thead .button-default-group label:last-of-type,.liveDashboard ._account_api .list-results thead .button-default-group .block-filters button:last-of-type:after,.liveDashboard ._account_api .list-results thead .block-filters .button-default-group button:last-of-type:after,._account_api .liveDashboard .list-results thead .button-default-group .block-filters button:last-of-type:after,._account_api .liveDashboard .list-results thead .block-filters .button-default-group button:last-of-type:after,.liveDashboard .block-filters ._account_api .list-results thead .button-default-group button:last-of-type:after,.block-filters ._account_api .liveDashboard .list-results thead .button-default-group button:last-of-type:after,.liveDashboard ._account_api .list-results thead .button-default-group .block-filters select:last-of-type:after,.liveDashboard ._account_api .list-results thead .block-filters .button-default-group select:last-of-type:after,._account_api .liveDashboard .list-results thead .button-default-group .block-filters select:last-of-type:after,._account_api .liveDashboard .list-results thead .block-filters .button-default-group select:last-of-type:after,.liveDashboard .block-filters ._account_api .list-results thead .button-default-group select:last-of-type:after,.block-filters ._account_api .liveDashboard .list-results thead .button-default-group select:last-of-type:after,.liveDashboard ._account_api .list-results thead .button-default-group .form-auto-list .form-auto-item.is-user-is-inactive:last-of-type,.liveDashboard ._account_api .list-results thead .form-auto-list .button-default-group .form-auto-item.is-user-is-inactive:last-of-type,._account_api .liveDashboard .list-results thead .button-default-group .form-auto-list .form-auto-item.is-user-is-inactive:last-of-type,._account_api .liveDashboard .list-results thead .form-auto-list .button-default-group .form-auto-item.is-user-is-inactive:last-of-type,.liveDashboard .form-auto-list ._account_api .list-results thead .button-default-group .form-auto-item.is-user-is-inactive:last-of-type,.form-auto-list ._account_api .liveDashboard .list-results thead .button-default-group .form-auto-item.is-user-is-inactive:last-of-type,.liveDashboard ._account_api .list-results thead .button-default-group .form-auto-list .form-auto-item.is-user-is-active:last-of-type,.liveDashboard ._account_api .list-results thead .form-auto-list .button-default-group .form-auto-item.is-user-is-active:last-of-type,._account_api .liveDashboard .list-results thead .button-default-group .form-auto-list .form-auto-item.is-user-is-active:last-of-type,._account_api .liveDashboard .list-results thead .form-auto-list .button-default-group .form-auto-item.is-user-is-active:last-of-type,.liveDashboard .form-auto-list ._account_api .list-results thead .button-default-group .form-auto-item.is-user-is-active:last-of-type,.form-auto-list ._account_api .liveDashboard .list-results thead .button-default-group .form-auto-item.is-user-is-active:last-of-type,.liveDashboard ._account_api .list-results thead .button-default-group .list-results-header .status.title span:last-of-type,.liveDashboard ._account_api .list-results thead .list-results-header .status.title .button-default-group span:last-of-type,._account_api .liveDashboard .list-results thead .button-default-group .list-results-header .status.title span:last-of-type,._account_api .liveDashboard .list-results thead .list-results-header .status.title .button-default-group span:last-of-type,.liveDashboard .list-results-header .status.title ._account_api .list-results thead .button-default-group span:last-of-type,.list-results-header .status.title ._account_api .liveDashboard .list-results thead .button-default-group span:last-of-type,.liveDashboard ._account_api .list-results thead .button-default-group tr span:last-of-type,.liveDashboard ._account_api .list-results thead tr .button-default-group span:last-of-type,._account_api .liveDashboard .list-results thead .button-default-group tr span:last-of-type,._account_api .liveDashboard .list-results thead tr .button-default-group span:last-of-type,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .button-default-group .dropdown-toggle:last-of-type:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .button-default-group .dropdown-toggle:last-of-type:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .button-default-group .filter:last-of-type,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .button-default-group .filter:last-of-type,._account_api .form-label.status .liveDashboard .list-results thead .button-default-group span:last-of-type,._account_api .status.status-log .liveDashboard .list-results thead .button-default-group span:last-of-type,._account_api .status.status-report-item .liveDashboard .list-results thead .button-default-group span:last-of-type,._account_api .double-list dd.status .liveDashboard .list-results thead .button-default-group span:last-of-type,.double-list ._account_api dd.status .liveDashboard .list-results thead .button-default-group span:last-of-type,._account_api .double-list dt.status .liveDashboard .list-results thead .button-default-group span:last-of-type,.double-list ._account_api dt.status .liveDashboard .list-results thead .button-default-group span:last-of-type,._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead .button-default-group span:last-of-type,.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead .button-default-group span:last-of-type,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead .button-default-group span:last-of-type,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead .button-default-group span:last-of-type,._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead .button-default-group span:last-of-type,.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead .button-default-group span:last-of-type,.form-label.status .liveDashboard ._account_api .list-results thead .button-default-group span:last-of-type,.status.status-log .liveDashboard ._account_api .list-results thead .button-default-group span:last-of-type,.status.status-report-item .liveDashboard ._account_api .list-results thead .button-default-group span:last-of-type,.double-list dd.status .liveDashboard ._account_api .list-results thead .button-default-group span:last-of-type,.double-list dt.status .liveDashboard ._account_api .list-results thead .button-default-group span:last-of-type,.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead .button-default-group span:last-of-type,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead .button-default-group span:last-of-type,.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead .button-default-group span:last-of-type,._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead .button-default-group span:last-of-type,.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead .button-default-group span:last-of-type,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead .button-default-group span:last-of-type,.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead .button-default-group span:last-of-type,._account_api .sub-header .w-form .liveDashboard .list-results thead .button-default-group label:last-of-type,._account_api .sub-header .w-double-list .liveDashboard .list-results thead .button-default-group label:last-of-type,.sub-header .w-form .liveDashboard ._account_api .list-results thead .button-default-group label:last-of-type,.sub-header .w-double-list .liveDashboard ._account_api .list-results thead .button-default-group label:last-of-type,._account_api .block-filters .liveDashboard .list-results thead .button-default-group button:last-of-type:after,.block-filters .liveDashboard ._account_api .list-results thead .button-default-group button:last-of-type:after,._account_api .block-filters .liveDashboard .list-results thead .button-default-group select:last-of-type:after,.block-filters .liveDashboard ._account_api .list-results thead .button-default-group select:last-of-type:after,._account_api .form-auto-list .liveDashboard .list-results thead .button-default-group .form-auto-item.is-user-is-inactive:last-of-type,.form-auto-list .liveDashboard ._account_api .list-results thead .button-default-group .form-auto-item.is-user-is-inactive:last-of-type,._account_api .form-auto-list .liveDashboard .list-results thead .button-default-group .form-auto-item.is-user-is-active:last-of-type,.form-auto-list .liveDashboard ._account_api .list-results thead .button-default-group .form-auto-item.is-user-is-active:last-of-type,._account_api .list-results-header .status.title .liveDashboard .list-results thead .button-default-group span:last-of-type,.list-results-header .status.title .liveDashboard ._account_api .list-results thead .button-default-group span:last-of-type,.button-default-group .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:last-of-type:after,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .button-default-group .dropdown-toggle:last-of-type:after,.button-default-group .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .dropdown-toggle:last-of-type:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .button-default-group .dropdown-toggle:last-of-type:after,.button-default-group .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:last-of-type,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .button-default-group .filter:last-of-type,.button-default-group .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .filter:last-of-type,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .button-default-group .filter:last-of-type,.button-default-group .liveDashboard .list-results thead .form-label.status span:last-of-type,.button-default-group .liveDashboard .list-results thead .status.status-log span:last-of-type,.button-default-group .liveDashboard .list-results thead .status.status-report-item span:last-of-type,.button-default-group .liveDashboard .list-results thead .double-list dd.status span:last-of-type,.double-list .button-default-group .liveDashboard .list-results thead dd.status span:last-of-type,.button-default-group .liveDashboard .list-results thead .double-list dt.status span:last-of-type,.double-list .button-default-group .liveDashboard .list-results thead dt.status span:last-of-type,.button-default-group .liveDashboard .list-results thead .w-cards-container .w-card .status.title span:last-of-type,.w-cards-container .w-card .button-default-group .liveDashboard .list-results thead .status.title span:last-of-type,.button-default-group .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:last-of-type,.w-cards-container .w-card.centered .w-value .button-default-group .liveDashboard .list-results thead .status.label span:last-of-type,.button-default-group .liveDashboard .list-results thead tbody tr.sublist .status.title span:last-of-type,.button-default-group .liveDashboard .list-results tbody tr.sublist thead .status.title span:last-of-type,.liveDashboard .list-results thead .form-label.status .button-default-group span:last-of-type,.liveDashboard .list-results thead .status.status-log .button-default-group span:last-of-type,.liveDashboard .list-results thead .status.status-report-item .button-default-group span:last-of-type,.liveDashboard .list-results thead .double-list dd.status .button-default-group span:last-of-type,.double-list .liveDashboard .list-results thead dd.status .button-default-group span:last-of-type,.liveDashboard .list-results thead .double-list dt.status .button-default-group span:last-of-type,.double-list .liveDashboard .list-results thead dt.status .button-default-group span:last-of-type,.liveDashboard .list-results thead .w-cards-container .w-card .status.title .button-default-group span:last-of-type,.w-cards-container .w-card .liveDashboard .list-results thead .status.title .button-default-group span:last-of-type,.liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .button-default-group span:last-of-type,.w-cards-container .w-card.centered .w-value .liveDashboard .list-results thead .status.label .button-default-group span:last-of-type,.liveDashboard .list-results thead tbody tr.sublist .status.title .button-default-group span:last-of-type,.liveDashboard .list-results tbody tr.sublist thead .status.title .button-default-group span:last-of-type,.button-default-group .form-label.status .liveDashboard .list-results thead span:last-of-type,.button-default-group .status.status-log .liveDashboard .list-results thead span:last-of-type,.button-default-group .status.status-report-item .liveDashboard .list-results thead span:last-of-type,.button-default-group .double-list dd.status .liveDashboard .list-results thead span:last-of-type,.double-list .button-default-group dd.status .liveDashboard .list-results thead span:last-of-type,.button-default-group .double-list dt.status .liveDashboard .list-results thead span:last-of-type,.double-list .button-default-group dt.status .liveDashboard .list-results thead span:last-of-type,.button-default-group .w-cards-container .w-card .status.title .liveDashboard .list-results thead span:last-of-type,.w-cards-container .w-card .button-default-group .status.title .liveDashboard .list-results thead span:last-of-type,.button-default-group .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span:last-of-type,.w-cards-container .w-card.centered .w-value .button-default-group .status.label .liveDashboard .list-results thead span:last-of-type,.button-default-group .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span:last-of-type,.list-results tbody tr.sublist .button-default-group .status.title .liveDashboard .list-results thead span:last-of-type,.form-label.status .liveDashboard .list-results thead .button-default-group span:last-of-type,.status.status-log .liveDashboard .list-results thead .button-default-group span:last-of-type,.status.status-report-item .liveDashboard .list-results thead .button-default-group span:last-of-type,.double-list dd.status .liveDashboard .list-results thead .button-default-group span:last-of-type,.double-list dt.status .liveDashboard .list-results thead .button-default-group span:last-of-type,.w-cards-container .w-card .status.title .liveDashboard .list-results thead .button-default-group span:last-of-type,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead .button-default-group span:last-of-type,.list-results tbody tr.sublist .status.title .liveDashboard .list-results thead .button-default-group span:last-of-type,.button-default-group .liveDashboard .list-results thead .w-filters-selected label.status.small span:last-of-type,.liveDashboard .list-results thead .w-filters-selected label.status.small .button-default-group span:last-of-type,.button-default-group .w-filters-selected label.status.small .liveDashboard .list-results thead span:last-of-type,.w-filters-selected label.status.small .liveDashboard .list-results thead .button-default-group span:last-of-type,.button-default-group .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span:last-of-type,.liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .button-default-group span:last-of-type,.button-default-group .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span:last-of-type,.w-filters-selected .status.btn-f-s .liveDashboard .list-results thead .button-default-group span:last-of-type,.button-default-group .liveDashboard .list-results thead .sub-header .w-form label:last-of-type,.button-default-group .liveDashboard .list-results thead .sub-header .w-double-list label:last-of-type,.liveDashboard .list-results thead .sub-header .w-form .button-default-group label:last-of-type,.liveDashboard .list-results thead .sub-header .w-double-list .button-default-group label:last-of-type,.button-default-group .sub-header .w-form .liveDashboard .list-results thead label:last-of-type,.button-default-group .sub-header .w-double-list .liveDashboard .list-results thead label:last-of-type,.sub-header .w-form .liveDashboard .list-results thead .button-default-group label:last-of-type,.sub-header .w-double-list .liveDashboard .list-results thead .button-default-group label:last-of-type,.button-default-group .liveDashboard .list-results thead .block-filters button:last-of-type:after,.liveDashboard .list-results thead .block-filters .button-default-group button:last-of-type:after,.button-default-group .block-filters .liveDashboard .list-results thead button:last-of-type:after,.block-filters .liveDashboard .list-results thead .button-default-group button:last-of-type:after,.button-default-group .liveDashboard .list-results thead .block-filters select:last-of-type:after,.liveDashboard .list-results thead .block-filters .button-default-group select:last-of-type:after,.button-default-group .block-filters .liveDashboard .list-results thead select:last-of-type:after,.block-filters .liveDashboard .list-results thead .button-default-group select:last-of-type:after,.button-default-group .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:last-of-type,.liveDashboard .list-results thead .form-auto-list .button-default-group .form-auto-item.is-user-is-inactive:last-of-type,.button-default-group .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive:last-of-type,.form-auto-list .liveDashboard .list-results thead .button-default-group .form-auto-item.is-user-is-inactive:last-of-type,.button-default-group .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active:last-of-type,.liveDashboard .list-results thead .form-auto-list .button-default-group .form-auto-item.is-user-is-active:last-of-type,.button-default-group .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-active:last-of-type,.form-auto-list .liveDashboard .list-results thead .button-default-group .form-auto-item.is-user-is-active:last-of-type,.button-default-group .liveDashboard .list-results thead .list-results-header .status.title span:last-of-type,.liveDashboard .list-results thead .list-results-header .status.title .button-default-group span:last-of-type,.button-default-group .list-results-header .status.title .liveDashboard .list-results thead span:last-of-type,.list-results-header .status.title .liveDashboard .list-results thead .button-default-group span:last-of-type,.button-default-group .liveDashboard .list-results thead tr span:last-of-type,.liveDashboard .list-results thead tr .button-default-group span:last-of-type,.button-default-group ._account_api .list-results thead .icon:last-of-type,.button-default-group ._account_api .list-results thead .w-alert-banner:last-of-type:before,.button-default-group ._account_api .liveDashboard .list-results thead .w-alert-banner:last-of-type:before,.liveDashboard .button-default-group ._account_api .list-results thead .w-alert-banner:last-of-type:before,.button-default-group ._account_api .list-results thead .w-alert-banner:last-of-type:before,.button-default-group ._account_api .list-results thead .w-dialog.plus .dialog-aside:last-of-type:after,.w-dialog.plus .button-default-group ._account_api .list-results thead .dialog-aside:last-of-type:after,.button-default-group ._account_api .list-results thead .w-toast .toast.plus:last-of-type:after,.w-toast .button-default-group ._account_api .list-results thead .toast.plus:last-of-type:after,.button-default-group ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:last-of-type:before,.w-time-period .dropdown .w-selection .button-default-group ._account_api .list-results thead .btn-period-clear:last-of-type:before,.button-default-group ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:last-of-type:before,.w-time-period .dropdown .w-selection .button-default-group ._account_api .list-results thead .btn-filter:last-of-type:before,.button-default-group ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:last-of-type:before,.w-time-period .dropdown .w-selection .button-default-group ._account_api .list-results thead .btn-period-edit:last-of-type:before,.button-default-group ._account_api .list-results thead .block-filters .btn-filter:last-of-type:before,.block-filters .button-default-group ._account_api .list-results thead .btn-filter:last-of-type:before,.button-default-group ._account_api .list-results thead .toggleWrapper input.mobileToggle+label:last-of-type,.toggleWrapper .button-default-group ._account_api .list-results thead input.mobileToggle+label:last-of-type,.button-default-group ._account_api .list-results thead tbody span.status:last-of-type,.button-default-group ._account_api .list-results tbody thead span.status:last-of-type,.button-default-group ._account_api .list-results thead tbody td.is-running span:last-of-type,.button-default-group ._account_api .list-results tbody td.is-running thead span:last-of-type,.button-default-group ._account_api .list-results thead tbody td.is-pending span:last-of-type,.button-default-group ._account_api .list-results tbody td.is-pending thead span:last-of-type,.button-default-group ._account_api .liveDashboard .list-results thead .icon:last-of-type,.button-default-group ._account_api .liveDashboard .list-results thead .w-alert-banner:last-of-type:before,.button-default-group ._account_api .liveDashboard .list-results thead .w-alert-banner:last-of-type:before,.button-default-group ._account_api .liveDashboard .list-results thead .w-alert-banner:last-of-type:before,.button-default-group ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:last-of-type:after,.w-dialog.plus .button-default-group ._account_api .liveDashboard .list-results thead .dialog-aside:last-of-type:after,.button-default-group ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:last-of-type:after,.w-toast .button-default-group ._account_api .liveDashboard .list-results thead .toast.plus:last-of-type:after,.button-default-group ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:last-of-type:before,.w-time-period .dropdown .w-selection .button-default-group ._account_api .liveDashboard .list-results thead .btn-period-clear:last-of-type:before,.button-default-group ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:last-of-type:before,.w-time-period .dropdown .w-selection .button-default-group ._account_api .liveDashboard .list-results thead .btn-filter:last-of-type:before,.button-default-group ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:last-of-type:before,.w-time-period .dropdown .w-selection .button-default-group ._account_api .liveDashboard .list-results thead .btn-period-edit:last-of-type:before,.button-default-group ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:last-of-type:before,.block-filters .button-default-group ._account_api .liveDashboard .list-results thead .btn-filter:last-of-type:before,.button-default-group ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label:last-of-type,.toggleWrapper .button-default-group ._account_api .liveDashboard .list-results thead input.mobileToggle+label:last-of-type,.button-default-group ._account_api .liveDashboard .list-results thead tbody span.status:last-of-type,.button-default-group ._account_api .liveDashboard .list-results tbody thead span.status:last-of-type,.button-default-group ._account_api .liveDashboard .list-results thead tbody td.is-running span:last-of-type,.button-default-group ._account_api .liveDashboard .list-results tbody td.is-running thead span:last-of-type,.button-default-group ._account_api .liveDashboard .list-results thead tbody td.is-pending span:last-of-type,.button-default-group ._account_api .liveDashboard .list-results tbody td.is-pending thead span:last-of-type,.liveDashboard .button-default-group ._account_api .list-results thead .icon:last-of-type,.liveDashboard .button-default-group ._account_api .list-results thead .w-alert-banner:last-of-type:before,.liveDashboard .button-default-group ._account_api .list-results thead .w-alert-banner:last-of-type:before,.liveDashboard .button-default-group ._account_api .list-results thead .w-alert-banner:last-of-type:before,.liveDashboard .button-default-group ._account_api .list-results thead .w-dialog.plus .dialog-aside:last-of-type:after,.w-dialog.plus .liveDashboard .button-default-group ._account_api .list-results thead .dialog-aside:last-of-type:after,.liveDashboard .button-default-group ._account_api .list-results thead .w-toast .toast.plus:last-of-type:after,.w-toast .liveDashboard .button-default-group ._account_api .list-results thead .toast.plus:last-of-type:after,.liveDashboard .button-default-group ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:last-of-type:before,.w-time-period .dropdown .w-selection .liveDashboard .button-default-group ._account_api .list-results thead .btn-period-clear:last-of-type:before,.liveDashboard .button-default-group ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:last-of-type:before,.w-time-period .dropdown .w-selection .liveDashboard .button-default-group ._account_api .list-results thead .btn-filter:last-of-type:before,.liveDashboard .button-default-group ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:last-of-type:before,.w-time-period .dropdown .w-selection .liveDashboard .button-default-group ._account_api .list-results thead .btn-period-edit:last-of-type:before,.liveDashboard .button-default-group ._account_api .list-results thead .block-filters .btn-filter:last-of-type:before,.block-filters .liveDashboard .button-default-group ._account_api .list-results thead .btn-filter:last-of-type:before,.liveDashboard .button-default-group ._account_api .list-results thead .toggleWrapper input.mobileToggle+label:last-of-type,.toggleWrapper .liveDashboard .button-default-group ._account_api .list-results thead input.mobileToggle+label:last-of-type,.liveDashboard .button-default-group ._account_api .list-results thead tbody span.status:last-of-type,.liveDashboard .button-default-group ._account_api .list-results tbody thead span.status:last-of-type,.liveDashboard .button-default-group ._account_api .list-results thead tbody td.is-running span:last-of-type,.liveDashboard .button-default-group ._account_api .list-results tbody td.is-running thead span:last-of-type,.liveDashboard .button-default-group ._account_api .list-results thead tbody td.is-pending span:last-of-type,.liveDashboard .button-default-group ._account_api .list-results tbody td.is-pending thead span:last-of-type,.button-default-group ._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:last-of-type:after,.liveDashboard .button-default-group ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:last-of-type:after,.button-default-group ._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .dropdown-toggle:last-of-type:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .button-default-group ._account_api .list-results thead .dropdown-toggle:last-of-type:after,.button-default-group ._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:last-of-type,.liveDashboard .button-default-group ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:last-of-type,.button-default-group ._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .filter:last-of-type,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .button-default-group ._account_api .list-results thead .filter:last-of-type,.button-default-group ._account_api .liveDashboard .list-results thead .form-label.status span:last-of-type,.button-default-group ._account_api .liveDashboard .list-results thead .status.status-log span:last-of-type,.button-default-group ._account_api .liveDashboard .list-results thead .status.status-report-item span:last-of-type,.button-default-group ._account_api .liveDashboard .list-results thead .double-list dd.status span:last-of-type,.double-list .button-default-group ._account_api .liveDashboard .list-results thead dd.status span:last-of-type,.button-default-group ._account_api .liveDashboard .list-results thead .double-list dt.status span:last-of-type,.double-list .button-default-group ._account_api .liveDashboard .list-results thead dt.status span:last-of-type,.button-default-group ._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span:last-of-type,.w-cards-container .w-card .button-default-group ._account_api .liveDashboard .list-results thead .status.title span:last-of-type,.button-default-group ._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:last-of-type,.w-cards-container .w-card.centered .w-value .button-default-group ._account_api .liveDashboard .list-results thead .status.label span:last-of-type,.button-default-group ._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span:last-of-type,.button-default-group ._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span:last-of-type,.liveDashboard .button-default-group ._account_api .list-results thead .form-label.status span:last-of-type,.liveDashboard .button-default-group ._account_api .list-results thead .status.status-log span:last-of-type,.liveDashboard .button-default-group ._account_api .list-results thead .status.status-report-item span:last-of-type,.liveDashboard .button-default-group ._account_api .list-results thead .double-list dd.status span:last-of-type,.double-list .liveDashboard .button-default-group ._account_api .list-results thead dd.status span:last-of-type,.liveDashboard .button-default-group ._account_api .list-results thead .double-list dt.status span:last-of-type,.double-list .liveDashboard .button-default-group ._account_api .list-results thead dt.status span:last-of-type,.liveDashboard .button-default-group ._account_api .list-results thead .w-cards-container .w-card .status.title span:last-of-type,.w-cards-container .w-card .liveDashboard .button-default-group ._account_api .list-results thead .status.title span:last-of-type,.liveDashboard .button-default-group ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:last-of-type,.w-cards-container .w-card.centered .w-value .liveDashboard .button-default-group ._account_api .list-results thead .status.label span:last-of-type,.liveDashboard .button-default-group ._account_api .list-results thead tbody tr.sublist .status.title span:last-of-type,.liveDashboard .button-default-group ._account_api .list-results tbody tr.sublist thead .status.title span:last-of-type,.button-default-group ._account_api .form-label.status .liveDashboard .list-results thead span:last-of-type,.button-default-group ._account_api .status.status-log .liveDashboard .list-results thead span:last-of-type,.button-default-group ._account_api .status.status-report-item .liveDashboard .list-results thead span:last-of-type,.button-default-group ._account_api .double-list dd.status .liveDashboard .list-results thead span:last-of-type,.double-list .button-default-group ._account_api dd.status .liveDashboard .list-results thead span:last-of-type,.button-default-group ._account_api .double-list dt.status .liveDashboard .list-results thead span:last-of-type,.double-list .button-default-group ._account_api dt.status .liveDashboard .list-results thead span:last-of-type,.button-default-group ._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span:last-of-type,.w-cards-container .w-card .button-default-group ._account_api .status.title .liveDashboard .list-results thead span:last-of-type,.button-default-group ._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span:last-of-type,.w-cards-container .w-card.centered .w-value .button-default-group ._account_api .status.label .liveDashboard .list-results thead span:last-of-type,.button-default-group ._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span:last-of-type,.list-results tbody tr.sublist .button-default-group ._account_api .status.title .liveDashboard .list-results thead span:last-of-type,.form-label.status .liveDashboard .button-default-group ._account_api .list-results thead span:last-of-type,.status.status-log .liveDashboard .button-default-group ._account_api .list-results thead span:last-of-type,.status.status-report-item .liveDashboard .button-default-group ._account_api .list-results thead span:last-of-type,.double-list dd.status .liveDashboard .button-default-group ._account_api .list-results thead span:last-of-type,.double-list dt.status .liveDashboard .button-default-group ._account_api .list-results thead span:last-of-type,.w-cards-container .w-card .status.title .liveDashboard .button-default-group ._account_api .list-results thead span:last-of-type,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .button-default-group ._account_api .list-results thead span:last-of-type,.list-results tbody tr.sublist .status.title .liveDashboard .button-default-group ._account_api .list-results thead span:last-of-type,.button-default-group ._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span:last-of-type,.liveDashboard .button-default-group ._account_api .list-results thead .w-filters-selected label.status.small span:last-of-type,.button-default-group ._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span:last-of-type,.w-filters-selected label.status.small .liveDashboard .button-default-group ._account_api .list-results thead span:last-of-type,.button-default-group ._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span:last-of-type,.liveDashboard .button-default-group ._account_api .list-results thead .w-filters-selected .status.btn-f-s span:last-of-type,.button-default-group ._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span:last-of-type,.w-filters-selected .status.btn-f-s .liveDashboard .button-default-group ._account_api .list-results thead span:last-of-type,.button-default-group ._account_api .liveDashboard .list-results thead .sub-header .w-form label:last-of-type,.button-default-group ._account_api .liveDashboard .list-results thead .sub-header .w-double-list label:last-of-type,.liveDashboard .button-default-group ._account_api .list-results thead .sub-header .w-form label:last-of-type,.liveDashboard .button-default-group ._account_api .list-results thead .sub-header .w-double-list label:last-of-type,.button-default-group ._account_api .sub-header .w-form .liveDashboard .list-results thead label:last-of-type,.button-default-group ._account_api .sub-header .w-double-list .liveDashboard .list-results thead label:last-of-type,.sub-header .w-form .liveDashboard .button-default-group ._account_api .list-results thead label:last-of-type,.sub-header .w-double-list .liveDashboard .button-default-group ._account_api .list-results thead label:last-of-type,.button-default-group ._account_api .liveDashboard .list-results thead .block-filters button:last-of-type:after,.liveDashboard .button-default-group ._account_api .list-results thead .block-filters button:last-of-type:after,.button-default-group ._account_api .block-filters .liveDashboard .list-results thead button:last-of-type:after,.block-filters .liveDashboard .button-default-group ._account_api .list-results thead button:last-of-type:after,.button-default-group ._account_api .liveDashboard .list-results thead .block-filters select:last-of-type:after,.liveDashboard .button-default-group ._account_api .list-results thead .block-filters select:last-of-type:after,.button-default-group ._account_api .block-filters .liveDashboard .list-results thead select:last-of-type:after,.block-filters .liveDashboard .button-default-group ._account_api .list-results thead select:last-of-type:after,.button-default-group ._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:last-of-type,.liveDashboard .button-default-group ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:last-of-type,.button-default-group ._account_api .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive:last-of-type,.form-auto-list .liveDashboard .button-default-group ._account_api .list-results thead .form-auto-item.is-user-is-inactive:last-of-type,.button-default-group ._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active:last-of-type,.liveDashboard .button-default-group ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active:last-of-type,.button-default-group ._account_api .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-active:last-of-type,.form-auto-list .liveDashboard .button-default-group ._account_api .list-results thead .form-auto-item.is-user-is-active:last-of-type,.button-default-group ._account_api .liveDashboard .list-results thead .list-results-header .status.title span:last-of-type,.liveDashboard .button-default-group ._account_api .list-results thead .list-results-header .status.title span:last-of-type,.button-default-group ._account_api .list-results-header .status.title .liveDashboard .list-results thead span:last-of-type,.list-results-header .status.title .liveDashboard .button-default-group ._account_api .list-results thead span:last-of-type,.button-default-group ._account_api .liveDashboard .list-results thead tr span:last-of-type,.liveDashboard .button-default-group ._account_api .list-results thead tr span:last-of-type,.button-default-group ._account_api .list-results thead .icon:last-of-type,.button-default-group ._account_api .list-results thead .w-alert-banner:last-of-type:before,.button-default-group ._account_api .liveDashboard .list-results thead .w-alert-banner:last-of-type:before,.liveDashboard .button-default-group ._account_api .list-results thead .w-alert-banner:last-of-type:before,.button-default-group ._account_api .list-results thead .w-alert-banner:last-of-type:before,.button-default-group ._account_api .list-results thead .w-dialog.plus .dialog-aside:last-of-type:after,.w-dialog.plus .button-default-group ._account_api .list-results thead .dialog-aside:last-of-type:after,.button-default-group ._account_api .list-results thead .w-toast .toast.plus:last-of-type:after,.w-toast .button-default-group ._account_api .list-results thead .toast.plus:last-of-type:after,.button-default-group ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:last-of-type:before,.w-time-period .dropdown .w-selection .button-default-group ._account_api .list-results thead .btn-period-clear:last-of-type:before,.button-default-group ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:last-of-type:before,.w-time-period .dropdown .w-selection .button-default-group ._account_api .list-results thead .btn-filter:last-of-type:before,.button-default-group ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:last-of-type:before,.w-time-period .dropdown .w-selection .button-default-group ._account_api .list-results thead .btn-period-edit:last-of-type:before,.button-default-group ._account_api .list-results thead .block-filters .btn-filter:last-of-type:before,.block-filters .button-default-group ._account_api .list-results thead .btn-filter:last-of-type:before,.button-default-group ._account_api .list-results thead .toggleWrapper input.mobileToggle+label:last-of-type,.toggleWrapper .button-default-group ._account_api .list-results thead input.mobileToggle+label:last-of-type,.button-default-group ._account_api .list-results thead tbody span.status:last-of-type,.button-default-group ._account_api .list-results tbody thead span.status:last-of-type,.button-default-group ._account_api .list-results thead tbody td.is-running span:last-of-type,.button-default-group ._account_api .list-results tbody td.is-running thead span:last-of-type,.button-default-group ._account_api .list-results thead tbody td.is-pending span:last-of-type,.button-default-group ._account_api .list-results tbody td.is-pending thead span:last-of-type,.button-default-group ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:last-of-type:after,.button-default-group .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .dropdown-toggle:last-of-type:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .button-default-group ._account_api .list-results thead .dropdown-toggle:last-of-type:after,.button-default-group ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:last-of-type,.button-default-group .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .filter:last-of-type,.w-filter-preset.w-filter-preset .filter-preset .button-default-group ._account_api .list-results thead .filter:last-of-type,.button-default-group ._account_api .list-results thead .form-label.status span:last-of-type,.button-default-group ._account_api .list-results thead .status.status-log span:last-of-type,.button-default-group ._account_api .list-results thead .status.status-report-item span:last-of-type,.button-default-group ._account_api .list-results thead .double-list dd.status span:last-of-type,.double-list .button-default-group ._account_api .list-results thead dd.status span:last-of-type,.button-default-group ._account_api .list-results thead .double-list dt.status span:last-of-type,.double-list .button-default-group ._account_api .list-results thead dt.status span:last-of-type,.button-default-group ._account_api .list-results thead .w-cards-container .w-card .status.title span:last-of-type,.w-cards-container .w-card .button-default-group ._account_api .list-results thead .status.title span:last-of-type,.button-default-group ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:last-of-type,.w-cards-container .w-card.centered .w-value .button-default-group ._account_api .list-results thead .status.label span:last-of-type,.button-default-group ._account_api .list-results thead tbody tr.sublist .status.title span:last-of-type,.button-default-group ._account_api .list-results tbody tr.sublist thead .status.title span:last-of-type,.button-default-group .form-label.status ._account_api .list-results thead span:last-of-type,.button-default-group .status.status-log ._account_api .list-results thead span:last-of-type,.button-default-group .status.status-report-item ._account_api .list-results thead span:last-of-type,.button-default-group .double-list dd.status ._account_api .list-results thead span:last-of-type,.double-list .button-default-group dd.status ._account_api .list-results thead span:last-of-type,.button-default-group .double-list dt.status ._account_api .list-results thead span:last-of-type,.double-list .button-default-group dt.status ._account_api .list-results thead span:last-of-type,.button-default-group .w-cards-container .w-card .status.title ._account_api .list-results thead span:last-of-type,.w-cards-container .w-card .button-default-group .status.title ._account_api .list-results thead span:last-of-type,.button-default-group .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span:last-of-type,.w-cards-container .w-card.centered .w-value .button-default-group .status.label ._account_api .list-results thead span:last-of-type,.button-default-group .list-results tbody tr.sublist .status.title ._account_api .list-results thead span:last-of-type,.list-results tbody tr.sublist .button-default-group .status.title ._account_api .list-results thead span:last-of-type,.form-label.status .button-default-group ._account_api .list-results thead span:last-of-type,.status.status-log .button-default-group ._account_api .list-results thead span:last-of-type,.status.status-report-item .button-default-group ._account_api .list-results thead span:last-of-type,.double-list dd.status .button-default-group ._account_api .list-results thead span:last-of-type,.double-list dt.status .button-default-group ._account_api .list-results thead span:last-of-type,.w-cards-container .w-card .status.title .button-default-group ._account_api .list-results thead span:last-of-type,.w-cards-container .w-card.centered .w-value .status.label .button-default-group ._account_api .list-results thead span:last-of-type,.list-results tbody tr.sublist .status.title .button-default-group ._account_api .list-results thead span:last-of-type,.button-default-group ._account_api .list-results thead .w-filters-selected label.status.small span:last-of-type,.button-default-group .w-filters-selected label.status.small ._account_api .list-results thead span:last-of-type,.w-filters-selected label.status.small .button-default-group ._account_api .list-results thead span:last-of-type,.button-default-group ._account_api .list-results thead .w-filters-selected .status.btn-f-s span:last-of-type,.button-default-group .w-filters-selected .status.btn-f-s ._account_api .list-results thead span:last-of-type,.w-filters-selected .status.btn-f-s .button-default-group ._account_api .list-results thead span:last-of-type,.button-default-group ._account_api .list-results thead .sub-header .w-form label:last-of-type,.button-default-group ._account_api .list-results thead .sub-header .w-double-list label:last-of-type,.button-default-group .sub-header .w-form ._account_api .list-results thead label:last-of-type,.button-default-group .sub-header .w-double-list ._account_api .list-results thead label:last-of-type,.sub-header .w-form .button-default-group ._account_api .list-results thead label:last-of-type,.sub-header .w-double-list .button-default-group ._account_api .list-results thead label:last-of-type,.button-default-group ._account_api .list-results thead .block-filters button:last-of-type:after,.button-default-group .block-filters ._account_api .list-results thead button:last-of-type:after,.block-filters .button-default-group ._account_api .list-results thead button:last-of-type:after,.button-default-group ._account_api .list-results thead .block-filters select:last-of-type:after,.button-default-group .block-filters ._account_api .list-results thead select:last-of-type:after,.block-filters .button-default-group ._account_api .list-results thead select:last-of-type:after,.button-default-group ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:last-of-type,.button-default-group .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-inactive:last-of-type,.form-auto-list .button-default-group ._account_api .list-results thead .form-auto-item.is-user-is-inactive:last-of-type,.button-default-group ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active:last-of-type,.button-default-group .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-active:last-of-type,.form-auto-list .button-default-group ._account_api .list-results thead .form-auto-item.is-user-is-active:last-of-type,.button-default-group ._account_api .list-results thead .list-results-header .status.title span:last-of-type,.button-default-group .list-results-header .status.title ._account_api .list-results thead span:last-of-type,.list-results-header .status.title .button-default-group ._account_api .list-results thead span:last-of-type,.button-default-group ._account_api .list-results thead tr span:last-of-type,.button-default-group .liveDashboard ._account_api .list-results thead .icon:last-of-type,.button-default-group .liveDashboard ._account_api .list-results thead .w-alert-banner:last-of-type:before,.button-default-group .liveDashboard ._account_api .list-results thead .w-alert-banner:last-of-type:before,.button-default-group .liveDashboard ._account_api .list-results thead .w-alert-banner:last-of-type:before,.button-default-group .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:last-of-type:after,.w-dialog.plus .button-default-group .liveDashboard ._account_api .list-results thead .dialog-aside:last-of-type:after,.button-default-group .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:last-of-type:after,.w-toast .button-default-group .liveDashboard ._account_api .list-results thead .toast.plus:last-of-type:after,.button-default-group .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:last-of-type:before,.w-time-period .dropdown .w-selection .button-default-group .liveDashboard ._account_api .list-results thead .btn-period-clear:last-of-type:before,.button-default-group .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:last-of-type:before,.w-time-period .dropdown .w-selection .button-default-group .liveDashboard ._account_api .list-results thead .btn-filter:last-of-type:before,.button-default-group .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:last-of-type:before,.w-time-period .dropdown .w-selection .button-default-group .liveDashboard ._account_api .list-results thead .btn-period-edit:last-of-type:before,.button-default-group .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:last-of-type:before,.block-filters .button-default-group .liveDashboard ._account_api .list-results thead .btn-filter:last-of-type:before,.button-default-group .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label:last-of-type,.toggleWrapper .button-default-group .liveDashboard ._account_api .list-results thead input.mobileToggle+label:last-of-type,.button-default-group .liveDashboard ._account_api .list-results thead tbody span.status:last-of-type,.button-default-group .liveDashboard ._account_api .list-results tbody thead span.status:last-of-type,.button-default-group .liveDashboard ._account_api .list-results thead tbody td.is-running span:last-of-type,.button-default-group .liveDashboard ._account_api .list-results tbody td.is-running thead span:last-of-type,.button-default-group .liveDashboard ._account_api .list-results thead tbody td.is-pending span:last-of-type,.button-default-group .liveDashboard ._account_api .list-results tbody td.is-pending thead span:last-of-type,.liveDashboard .button-default-group ._account_api .list-results thead .icon:last-of-type,.liveDashboard .button-default-group ._account_api .list-results thead .w-alert-banner:last-of-type:before,.liveDashboard .button-default-group ._account_api .list-results thead .w-alert-banner:last-of-type:before,.liveDashboard .button-default-group ._account_api .list-results thead .w-alert-banner:last-of-type:before,.liveDashboard .button-default-group ._account_api .list-results thead .w-dialog.plus .dialog-aside:last-of-type:after,.w-dialog.plus .liveDashboard .button-default-group ._account_api .list-results thead .dialog-aside:last-of-type:after,.liveDashboard .button-default-group ._account_api .list-results thead .w-toast .toast.plus:last-of-type:after,.w-toast .liveDashboard .button-default-group ._account_api .list-results thead .toast.plus:last-of-type:after,.liveDashboard .button-default-group ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:last-of-type:before,.w-time-period .dropdown .w-selection .liveDashboard .button-default-group ._account_api .list-results thead .btn-period-clear:last-of-type:before,.liveDashboard .button-default-group ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:last-of-type:before,.w-time-period .dropdown .w-selection .liveDashboard .button-default-group ._account_api .list-results thead .btn-filter:last-of-type:before,.liveDashboard .button-default-group ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:last-of-type:before,.w-time-period .dropdown .w-selection .liveDashboard .button-default-group ._account_api .list-results thead .btn-period-edit:last-of-type:before,.liveDashboard .button-default-group ._account_api .list-results thead .block-filters .btn-filter:last-of-type:before,.block-filters .liveDashboard .button-default-group ._account_api .list-results thead .btn-filter:last-of-type:before,.liveDashboard .button-default-group ._account_api .list-results thead .toggleWrapper input.mobileToggle+label:last-of-type,.toggleWrapper .liveDashboard .button-default-group ._account_api .list-results thead input.mobileToggle+label:last-of-type,.liveDashboard .button-default-group ._account_api .list-results thead tbody span.status:last-of-type,.liveDashboard .button-default-group ._account_api .list-results tbody thead span.status:last-of-type,.liveDashboard .button-default-group ._account_api .list-results thead tbody td.is-running span:last-of-type,.liveDashboard .button-default-group ._account_api .list-results tbody td.is-running thead span:last-of-type,.liveDashboard .button-default-group ._account_api .list-results thead tbody td.is-pending span:last-of-type,.liveDashboard .button-default-group ._account_api .list-results tbody td.is-pending thead span:last-of-type,.button-default-group ._account_api .liveDashboard .list-results thead .icon:last-of-type,.button-default-group ._account_api .liveDashboard .list-results thead .w-alert-banner:last-of-type:before,.button-default-group ._account_api .liveDashboard .list-results thead .w-alert-banner:last-of-type:before,.button-default-group ._account_api .liveDashboard .list-results thead .w-alert-banner:last-of-type:before,.button-default-group ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:last-of-type:after,.w-dialog.plus .button-default-group ._account_api .liveDashboard .list-results thead .dialog-aside:last-of-type:after,.button-default-group ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:last-of-type:after,.w-toast .button-default-group ._account_api .liveDashboard .list-results thead .toast.plus:last-of-type:after,.button-default-group ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:last-of-type:before,.w-time-period .dropdown .w-selection .button-default-group ._account_api .liveDashboard .list-results thead .btn-period-clear:last-of-type:before,.button-default-group ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:last-of-type:before,.w-time-period .dropdown .w-selection .button-default-group ._account_api .liveDashboard .list-results thead .btn-filter:last-of-type:before,.button-default-group ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:last-of-type:before,.w-time-period .dropdown .w-selection .button-default-group ._account_api .liveDashboard .list-results thead .btn-period-edit:last-of-type:before,.button-default-group ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:last-of-type:before,.block-filters .button-default-group ._account_api .liveDashboard .list-results thead .btn-filter:last-of-type:before,.button-default-group ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label:last-of-type,.toggleWrapper .button-default-group ._account_api .liveDashboard .list-results thead input.mobileToggle+label:last-of-type,.button-default-group ._account_api .liveDashboard .list-results thead tbody span.status:last-of-type,.button-default-group ._account_api .liveDashboard .list-results tbody thead span.status:last-of-type,.button-default-group ._account_api .liveDashboard .list-results thead tbody td.is-running span:last-of-type,.button-default-group ._account_api .liveDashboard .list-results tbody td.is-running thead span:last-of-type,.button-default-group ._account_api .liveDashboard .list-results thead tbody td.is-pending span:last-of-type,.button-default-group ._account_api .liveDashboard .list-results tbody td.is-pending thead span:last-of-type,.button-default-group .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:last-of-type:after,.liveDashboard .button-default-group ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:last-of-type:after,.button-default-group ._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:last-of-type:after,.button-default-group .liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .dropdown-toggle:last-of-type:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown .button-default-group ._account_api .list-results thead .dropdown-toggle:last-of-type:after,.button-default-group .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .dropdown-toggle:last-of-type:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .button-default-group ._account_api .liveDashboard .list-results thead .dropdown-toggle:last-of-type:after,.button-default-group .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:last-of-type,.liveDashboard .button-default-group ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:last-of-type,.button-default-group ._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:last-of-type,.button-default-group .liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .filter:last-of-type,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .button-default-group ._account_api .list-results thead .filter:last-of-type,.button-default-group .w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .filter:last-of-type,.w-filter-preset.w-filter-preset .filter-preset .button-default-group ._account_api .liveDashboard .list-results thead .filter:last-of-type,.button-default-group .liveDashboard ._account_api .list-results thead .form-label.status span:last-of-type,.button-default-group .liveDashboard ._account_api .list-results thead .status.status-log span:last-of-type,.button-default-group .liveDashboard ._account_api .list-results thead .status.status-report-item span:last-of-type,.button-default-group .liveDashboard ._account_api .list-results thead .double-list dd.status span:last-of-type,.double-list .button-default-group .liveDashboard ._account_api .list-results thead dd.status span:last-of-type,.button-default-group .liveDashboard ._account_api .list-results thead .double-list dt.status span:last-of-type,.double-list .button-default-group .liveDashboard ._account_api .list-results thead dt.status span:last-of-type,.button-default-group .liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span:last-of-type,.w-cards-container .w-card .button-default-group .liveDashboard ._account_api .list-results thead .status.title span:last-of-type,.button-default-group .liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:last-of-type,.w-cards-container .w-card.centered .w-value .button-default-group .liveDashboard ._account_api .list-results thead .status.label span:last-of-type,.button-default-group .liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span:last-of-type,.button-default-group .liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span:last-of-type,.liveDashboard .button-default-group ._account_api .list-results thead .form-label.status span:last-of-type,.liveDashboard .button-default-group ._account_api .list-results thead .status.status-log span:last-of-type,.liveDashboard .button-default-group ._account_api .list-results thead .status.status-report-item span:last-of-type,.liveDashboard .button-default-group ._account_api .list-results thead .double-list dd.status span:last-of-type,.double-list .liveDashboard .button-default-group ._account_api .list-results thead dd.status span:last-of-type,.liveDashboard .button-default-group ._account_api .list-results thead .double-list dt.status span:last-of-type,.double-list .liveDashboard .button-default-group ._account_api .list-results thead dt.status span:last-of-type,.liveDashboard .button-default-group ._account_api .list-results thead .w-cards-container .w-card .status.title span:last-of-type,.w-cards-container .w-card .liveDashboard .button-default-group ._account_api .list-results thead .status.title span:last-of-type,.liveDashboard .button-default-group ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:last-of-type,.w-cards-container .w-card.centered .w-value .liveDashboard .button-default-group ._account_api .list-results thead .status.label span:last-of-type,.liveDashboard .button-default-group ._account_api .list-results thead tbody tr.sublist .status.title span:last-of-type,.liveDashboard .button-default-group ._account_api .list-results tbody tr.sublist thead .status.title span:last-of-type,.button-default-group ._account_api .liveDashboard .list-results thead .form-label.status span:last-of-type,.button-default-group ._account_api .liveDashboard .list-results thead .status.status-log span:last-of-type,.button-default-group ._account_api .liveDashboard .list-results thead .status.status-report-item span:last-of-type,.button-default-group ._account_api .liveDashboard .list-results thead .double-list dd.status span:last-of-type,.double-list .button-default-group ._account_api .liveDashboard .list-results thead dd.status span:last-of-type,.button-default-group ._account_api .liveDashboard .list-results thead .double-list dt.status span:last-of-type,.double-list .button-default-group ._account_api .liveDashboard .list-results thead dt.status span:last-of-type,.button-default-group ._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span:last-of-type,.w-cards-container .w-card .button-default-group ._account_api .liveDashboard .list-results thead .status.title span:last-of-type,.button-default-group ._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:last-of-type,.w-cards-container .w-card.centered .w-value .button-default-group ._account_api .liveDashboard .list-results thead .status.label span:last-of-type,.button-default-group ._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span:last-of-type,.button-default-group ._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span:last-of-type,.button-default-group .liveDashboard .form-label.status ._account_api .list-results thead span:last-of-type,.button-default-group .liveDashboard .status.status-log ._account_api .list-results thead span:last-of-type,.button-default-group .liveDashboard .status.status-report-item ._account_api .list-results thead span:last-of-type,.button-default-group .liveDashboard .double-list dd.status ._account_api .list-results thead span:last-of-type,.double-list .button-default-group .liveDashboard dd.status ._account_api .list-results thead span:last-of-type,.button-default-group .liveDashboard .double-list dt.status ._account_api .list-results thead span:last-of-type,.double-list .button-default-group .liveDashboard dt.status ._account_api .list-results thead span:last-of-type,.button-default-group .liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span:last-of-type,.w-cards-container .w-card .button-default-group .liveDashboard .status.title ._account_api .list-results thead span:last-of-type,.button-default-group .liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span:last-of-type,.w-cards-container .w-card.centered .w-value .button-default-group .liveDashboard .status.label ._account_api .list-results thead span:last-of-type,.button-default-group .liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span:last-of-type,.list-results tbody tr.sublist .button-default-group .liveDashboard .status.title ._account_api .list-results thead span:last-of-type,.liveDashboard .form-label.status .button-default-group ._account_api .list-results thead span:last-of-type,.liveDashboard .status.status-log .button-default-group ._account_api .list-results thead span:last-of-type,.liveDashboard .status.status-report-item .button-default-group ._account_api .list-results thead span:last-of-type,.liveDashboard .double-list dd.status .button-default-group ._account_api .list-results thead span:last-of-type,.double-list .liveDashboard dd.status .button-default-group ._account_api .list-results thead span:last-of-type,.liveDashboard .double-list dt.status .button-default-group ._account_api .list-results thead span:last-of-type,.double-list .liveDashboard dt.status .button-default-group ._account_api .list-results thead span:last-of-type,.liveDashboard .w-cards-container .w-card .status.title .button-default-group ._account_api .list-results thead span:last-of-type,.w-cards-container .w-card .liveDashboard .status.title .button-default-group ._account_api .list-results thead span:last-of-type,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label .button-default-group ._account_api .list-results thead span:last-of-type,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label .button-default-group ._account_api .list-results thead span:last-of-type,.liveDashboard .list-results tbody tr.sublist .status.title .button-default-group ._account_api .list-results thead span:last-of-type,.list-results tbody tr.sublist .liveDashboard .status.title .button-default-group ._account_api .list-results thead span:last-of-type,.button-default-group .form-label.status ._account_api .liveDashboard .list-results thead span:last-of-type,.button-default-group .status.status-log ._account_api .liveDashboard .list-results thead span:last-of-type,.button-default-group .status.status-report-item ._account_api .liveDashboard .list-results thead span:last-of-type,.button-default-group .double-list dd.status ._account_api .liveDashboard .list-results thead span:last-of-type,.double-list .button-default-group dd.status ._account_api .liveDashboard .list-results thead span:last-of-type,.button-default-group .double-list dt.status ._account_api .liveDashboard .list-results thead span:last-of-type,.double-list .button-default-group dt.status ._account_api .liveDashboard .list-results thead span:last-of-type,.button-default-group .w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead span:last-of-type,.w-cards-container .w-card .button-default-group .status.title ._account_api .liveDashboard .list-results thead span:last-of-type,.button-default-group .w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead span:last-of-type,.w-cards-container .w-card.centered .w-value .button-default-group .status.label ._account_api .liveDashboard .list-results thead span:last-of-type,.button-default-group .list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead span:last-of-type,.list-results tbody tr.sublist .button-default-group .status.title ._account_api .liveDashboard .list-results thead span:last-of-type,.form-label.status .button-default-group ._account_api .liveDashboard .list-results thead span:last-of-type,.status.status-log .button-default-group ._account_api .liveDashboard .list-results thead span:last-of-type,.status.status-report-item .button-default-group ._account_api .liveDashboard .list-results thead span:last-of-type,.double-list dd.status .button-default-group ._account_api .liveDashboard .list-results thead span:last-of-type,.double-list dt.status .button-default-group ._account_api .liveDashboard .list-results thead span:last-of-type,.w-cards-container .w-card .status.title .button-default-group ._account_api .liveDashboard .list-results thead span:last-of-type,.w-cards-container .w-card.centered .w-value .status.label .button-default-group ._account_api .liveDashboard .list-results thead span:last-of-type,.list-results tbody tr.sublist .status.title .button-default-group ._account_api .liveDashboard .list-results thead span:last-of-type,.button-default-group .liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span:last-of-type,.liveDashboard .button-default-group ._account_api .list-results thead .w-filters-selected label.status.small span:last-of-type,.button-default-group ._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span:last-of-type,.button-default-group .liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span:last-of-type,.liveDashboard .w-filters-selected label.status.small .button-default-group ._account_api .list-results thead span:last-of-type,.button-default-group .w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead span:last-of-type,.w-filters-selected label.status.small .button-default-group ._account_api .liveDashboard .list-results thead span:last-of-type,.button-default-group .liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span:last-of-type,.liveDashboard .button-default-group ._account_api .list-results thead .w-filters-selected .status.btn-f-s span:last-of-type,.button-default-group ._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span:last-of-type,.button-default-group .liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span:last-of-type,.liveDashboard .w-filters-selected .status.btn-f-s .button-default-group ._account_api .list-results thead span:last-of-type,.button-default-group .w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead span:last-of-type,.w-filters-selected .status.btn-f-s .button-default-group ._account_api .liveDashboard .list-results thead span:last-of-type,.button-default-group .liveDashboard ._account_api .list-results thead .sub-header .w-form label:last-of-type,.button-default-group .liveDashboard ._account_api .list-results thead .sub-header .w-double-list label:last-of-type,.liveDashboard .button-default-group ._account_api .list-results thead .sub-header .w-form label:last-of-type,.liveDashboard .button-default-group ._account_api .list-results thead .sub-header .w-double-list label:last-of-type,.button-default-group ._account_api .liveDashboard .list-results thead .sub-header .w-form label:last-of-type,.button-default-group ._account_api .liveDashboard .list-results thead .sub-header .w-double-list label:last-of-type,.button-default-group .liveDashboard .sub-header .w-form ._account_api .list-results thead label:last-of-type,.button-default-group .liveDashboard .sub-header .w-double-list ._account_api .list-results thead label:last-of-type,.liveDashboard .sub-header .w-form .button-default-group ._account_api .list-results thead label:last-of-type,.liveDashboard .sub-header .w-double-list .button-default-group ._account_api .list-results thead label:last-of-type,.button-default-group .sub-header .w-form ._account_api .liveDashboard .list-results thead label:last-of-type,.button-default-group .sub-header .w-double-list ._account_api .liveDashboard .list-results thead label:last-of-type,.sub-header .w-form .button-default-group ._account_api .liveDashboard .list-results thead label:last-of-type,.sub-header .w-double-list .button-default-group ._account_api .liveDashboard .list-results thead label:last-of-type,.button-default-group .liveDashboard ._account_api .list-results thead .block-filters button:last-of-type:after,.liveDashboard .button-default-group ._account_api .list-results thead .block-filters button:last-of-type:after,.button-default-group ._account_api .liveDashboard .list-results thead .block-filters button:last-of-type:after,.button-default-group .liveDashboard .block-filters ._account_api .list-results thead button:last-of-type:after,.liveDashboard .block-filters .button-default-group ._account_api .list-results thead button:last-of-type:after,.button-default-group .block-filters ._account_api .liveDashboard .list-results thead button:last-of-type:after,.block-filters .button-default-group ._account_api .liveDashboard .list-results thead button:last-of-type:after,.button-default-group .liveDashboard ._account_api .list-results thead .block-filters select:last-of-type:after,.liveDashboard .button-default-group ._account_api .list-results thead .block-filters select:last-of-type:after,.button-default-group ._account_api .liveDashboard .list-results thead .block-filters select:last-of-type:after,.button-default-group .liveDashboard .block-filters ._account_api .list-results thead select:last-of-type:after,.liveDashboard .block-filters .button-default-group ._account_api .list-results thead select:last-of-type:after,.button-default-group .block-filters ._account_api .liveDashboard .list-results thead select:last-of-type:after,.block-filters .button-default-group ._account_api .liveDashboard .list-results thead select:last-of-type:after,.button-default-group .liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:last-of-type,.liveDashboard .button-default-group ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:last-of-type,.button-default-group ._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:last-of-type,.button-default-group .liveDashboard .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-inactive:last-of-type,.liveDashboard .form-auto-list .button-default-group ._account_api .list-results thead .form-auto-item.is-user-is-inactive:last-of-type,.button-default-group .form-auto-list ._account_api .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive:last-of-type,.form-auto-list .button-default-group ._account_api .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive:last-of-type,.button-default-group .liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active:last-of-type,.liveDashboard .button-default-group ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active:last-of-type,.button-default-group ._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active:last-of-type,.button-default-group .liveDashboard .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-active:last-of-type,.liveDashboard .form-auto-list .button-default-group ._account_api .list-results thead .form-auto-item.is-user-is-active:last-of-type,.button-default-group .form-auto-list ._account_api .liveDashboard .list-results thead .form-auto-item.is-user-is-active:last-of-type,.form-auto-list .button-default-group ._account_api .liveDashboard .list-results thead .form-auto-item.is-user-is-active:last-of-type,.button-default-group .liveDashboard ._account_api .list-results thead .list-results-header .status.title span:last-of-type,.liveDashboard .button-default-group ._account_api .list-results thead .list-results-header .status.title span:last-of-type,.button-default-group ._account_api .liveDashboard .list-results thead .list-results-header .status.title span:last-of-type,.button-default-group .liveDashboard .list-results-header .status.title ._account_api .list-results thead span:last-of-type,.liveDashboard .list-results-header .status.title .button-default-group ._account_api .list-results thead span:last-of-type,.button-default-group .list-results-header .status.title ._account_api .liveDashboard .list-results thead span:last-of-type,.list-results-header .status.title .button-default-group ._account_api .liveDashboard .list-results thead span:last-of-type,.button-default-group .liveDashboard ._account_api .list-results thead tr span:last-of-type,.liveDashboard .button-default-group ._account_api .list-results thead tr span:last-of-type,.button-default-group ._account_api .liveDashboard .list-results thead tr span:last-of-type,.button-default-group ._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .dropdown-toggle:last-of-type:after,.button-default-group .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .dropdown-toggle:last-of-type:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .button-default-group ._account_api .list-results thead .dropdown-toggle:last-of-type:after,.button-default-group ._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .filter:last-of-type,.button-default-group .w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .filter:last-of-type,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .button-default-group ._account_api .list-results thead .filter:last-of-type,.button-default-group ._account_api .form-label.status .liveDashboard .list-results thead span:last-of-type,.button-default-group ._account_api .status.status-log .liveDashboard .list-results thead span:last-of-type,.button-default-group ._account_api .status.status-report-item .liveDashboard .list-results thead span:last-of-type,.button-default-group ._account_api .double-list dd.status .liveDashboard .list-results thead span:last-of-type,.double-list .button-default-group ._account_api dd.status .liveDashboard .list-results thead span:last-of-type,.button-default-group ._account_api .double-list dt.status .liveDashboard .list-results thead span:last-of-type,.double-list .button-default-group ._account_api dt.status .liveDashboard .list-results thead span:last-of-type,.button-default-group ._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span:last-of-type,.w-cards-container .w-card .button-default-group ._account_api .status.title .liveDashboard .list-results thead span:last-of-type,.button-default-group ._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span:last-of-type,.w-cards-container .w-card.centered .w-value .button-default-group ._account_api .status.label .liveDashboard .list-results thead span:last-of-type,.button-default-group ._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span:last-of-type,.list-results tbody tr.sublist .button-default-group ._account_api .status.title .liveDashboard .list-results thead span:last-of-type,.button-default-group .form-label.status .liveDashboard ._account_api .list-results thead span:last-of-type,.button-default-group .status.status-log .liveDashboard ._account_api .list-results thead span:last-of-type,.button-default-group .status.status-report-item .liveDashboard ._account_api .list-results thead span:last-of-type,.button-default-group .double-list dd.status .liveDashboard ._account_api .list-results thead span:last-of-type,.double-list .button-default-group dd.status .liveDashboard ._account_api .list-results thead span:last-of-type,.button-default-group .double-list dt.status .liveDashboard ._account_api .list-results thead span:last-of-type,.double-list .button-default-group dt.status .liveDashboard ._account_api .list-results thead span:last-of-type,.button-default-group .w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead span:last-of-type,.w-cards-container .w-card .button-default-group .status.title .liveDashboard ._account_api .list-results thead span:last-of-type,.button-default-group .w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead span:last-of-type,.w-cards-container .w-card.centered .w-value .button-default-group .status.label .liveDashboard ._account_api .list-results thead span:last-of-type,.button-default-group .list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead span:last-of-type,.list-results tbody tr.sublist .button-default-group .status.title .liveDashboard ._account_api .list-results thead span:last-of-type,.form-label.status .liveDashboard .button-default-group ._account_api .list-results thead span:last-of-type,.status.status-log .liveDashboard .button-default-group ._account_api .list-results thead span:last-of-type,.status.status-report-item .liveDashboard .button-default-group ._account_api .list-results thead span:last-of-type,.double-list dd.status .liveDashboard .button-default-group ._account_api .list-results thead span:last-of-type,.double-list dt.status .liveDashboard .button-default-group ._account_api .list-results thead span:last-of-type,.w-cards-container .w-card .status.title .liveDashboard .button-default-group ._account_api .list-results thead span:last-of-type,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .button-default-group ._account_api .list-results thead span:last-of-type,.list-results tbody tr.sublist .status.title .liveDashboard .button-default-group ._account_api .list-results thead span:last-of-type,.button-default-group ._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span:last-of-type,.button-default-group .w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead span:last-of-type,.w-filters-selected label.status.small .liveDashboard .button-default-group ._account_api .list-results thead span:last-of-type,.button-default-group ._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span:last-of-type,.button-default-group .w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead span:last-of-type,.w-filters-selected .status.btn-f-s .liveDashboard .button-default-group ._account_api .list-results thead span:last-of-type,.button-default-group ._account_api .sub-header .w-form .liveDashboard .list-results thead label:last-of-type,.button-default-group ._account_api .sub-header .w-double-list .liveDashboard .list-results thead label:last-of-type,.button-default-group .sub-header .w-form .liveDashboard ._account_api .list-results thead label:last-of-type,.button-default-group .sub-header .w-double-list .liveDashboard ._account_api .list-results thead label:last-of-type,.sub-header .w-form .liveDashboard .button-default-group ._account_api .list-results thead label:last-of-type,.sub-header .w-double-list .liveDashboard .button-default-group ._account_api .list-results thead label:last-of-type,.button-default-group ._account_api .block-filters .liveDashboard .list-results thead button:last-of-type:after,.button-default-group .block-filters .liveDashboard ._account_api .list-results thead button:last-of-type:after,.block-filters .liveDashboard .button-default-group ._account_api .list-results thead button:last-of-type:after,.button-default-group ._account_api .block-filters .liveDashboard .list-results thead select:last-of-type:after,.button-default-group .block-filters .liveDashboard ._account_api .list-results thead select:last-of-type:after,.block-filters .liveDashboard .button-default-group ._account_api .list-results thead select:last-of-type:after,.button-default-group ._account_api .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive:last-of-type,.button-default-group .form-auto-list .liveDashboard ._account_api .list-results thead .form-auto-item.is-user-is-inactive:last-of-type,.form-auto-list .liveDashboard .button-default-group ._account_api .list-results thead .form-auto-item.is-user-is-inactive:last-of-type,.button-default-group ._account_api .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-active:last-of-type,.button-default-group .form-auto-list .liveDashboard ._account_api .list-results thead .form-auto-item.is-user-is-active:last-of-type,.form-auto-list .liveDashboard .button-default-group ._account_api .list-results thead .form-auto-item.is-user-is-active:last-of-type,.button-default-group ._account_api .list-results-header .status.title .liveDashboard .list-results thead span:last-of-type,.button-default-group .list-results-header .status.title .liveDashboard ._account_api .list-results thead span:last-of-type,.list-results-header .status.title .liveDashboard .button-default-group ._account_api .list-results thead span:last-of-type,._account_api .list-results thead .button-default-group .icon:last-of-type,._account_api .list-results thead .button-default-group .w-alert-banner:last-of-type:before,._account_api .liveDashboard .list-results thead .button-default-group .w-alert-banner:last-of-type:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-alert-banner:last-of-type:before,._account_api .list-results thead .button-default-group .w-alert-banner:last-of-type:before,._account_api .list-results thead .button-default-group .w-dialog.plus .dialog-aside:last-of-type:after,.w-dialog.plus ._account_api .list-results thead .button-default-group .dialog-aside:last-of-type:after,._account_api .list-results thead .button-default-group .w-toast .toast.plus:last-of-type:after,.w-toast ._account_api .list-results thead .button-default-group .toast.plus:last-of-type:after,._account_api .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-clear:last-of-type:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .button-default-group .btn-period-clear:last-of-type:before,._account_api .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-filter:last-of-type:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .button-default-group .btn-filter:last-of-type:before,._account_api .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-edit:last-of-type:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .button-default-group .btn-period-edit:last-of-type:before,._account_api .list-results thead .button-default-group .block-filters .btn-filter:last-of-type:before,.block-filters ._account_api .list-results thead .button-default-group .btn-filter:last-of-type:before,._account_api .list-results thead .button-default-group .toggleWrapper input.mobileToggle+label:last-of-type,.toggleWrapper ._account_api .list-results thead .button-default-group input.mobileToggle+label:last-of-type,._account_api .list-results thead .button-default-group tbody span.status:last-of-type,._account_api .list-results tbody thead .button-default-group span.status:last-of-type,._account_api .list-results thead .button-default-group tbody td.is-running span:last-of-type,._account_api .list-results tbody td.is-running thead .button-default-group span:last-of-type,._account_api .list-results thead .button-default-group tbody td.is-pending span:last-of-type,._account_api .list-results tbody td.is-pending thead .button-default-group span:last-of-type,._account_api .liveDashboard .list-results thead .button-default-group .icon:last-of-type,._account_api .liveDashboard .list-results thead .button-default-group .w-alert-banner:last-of-type:before,._account_api .liveDashboard .list-results thead .button-default-group .w-alert-banner:last-of-type:before,._account_api .liveDashboard .list-results thead .button-default-group .w-alert-banner:last-of-type:before,._account_api .liveDashboard .list-results thead .button-default-group .w-dialog.plus .dialog-aside:last-of-type:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .button-default-group .dialog-aside:last-of-type:after,._account_api .liveDashboard .list-results thead .button-default-group .w-toast .toast.plus:last-of-type:after,.w-toast ._account_api .liveDashboard .list-results thead .button-default-group .toast.plus:last-of-type:after,._account_api .liveDashboard .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-clear:last-of-type:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .button-default-group .btn-period-clear:last-of-type:before,._account_api .liveDashboard .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-filter:last-of-type:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .button-default-group .btn-filter:last-of-type:before,._account_api .liveDashboard .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-edit:last-of-type:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .button-default-group .btn-period-edit:last-of-type:before,._account_api .liveDashboard .list-results thead .button-default-group .block-filters .btn-filter:last-of-type:before,.block-filters ._account_api .liveDashboard .list-results thead .button-default-group .btn-filter:last-of-type:before,._account_api .liveDashboard .list-results thead .button-default-group .toggleWrapper input.mobileToggle+label:last-of-type,.toggleWrapper ._account_api .liveDashboard .list-results thead .button-default-group input.mobileToggle+label:last-of-type,._account_api .liveDashboard .list-results thead .button-default-group tbody span.status:last-of-type,._account_api .liveDashboard .list-results tbody thead .button-default-group span.status:last-of-type,._account_api .liveDashboard .list-results thead .button-default-group tbody td.is-running span:last-of-type,._account_api .liveDashboard .list-results tbody td.is-running thead .button-default-group span:last-of-type,._account_api .liveDashboard .list-results thead .button-default-group tbody td.is-pending span:last-of-type,._account_api .liveDashboard .list-results tbody td.is-pending thead .button-default-group span:last-of-type,.liveDashboard ._account_api .list-results thead .button-default-group .icon:last-of-type,.liveDashboard ._account_api .list-results thead .button-default-group .w-alert-banner:last-of-type:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-alert-banner:last-of-type:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-alert-banner:last-of-type:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-dialog.plus .dialog-aside:last-of-type:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .button-default-group .dialog-aside:last-of-type:after,.liveDashboard ._account_api .list-results thead .button-default-group .w-toast .toast.plus:last-of-type:after,.w-toast .liveDashboard ._account_api .list-results thead .button-default-group .toast.plus:last-of-type:after,.liveDashboard ._account_api .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-clear:last-of-type:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .button-default-group .btn-period-clear:last-of-type:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-filter:last-of-type:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .button-default-group .btn-filter:last-of-type:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-edit:last-of-type:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .button-default-group .btn-period-edit:last-of-type:before,.liveDashboard ._account_api .list-results thead .button-default-group .block-filters .btn-filter:last-of-type:before,.block-filters .liveDashboard ._account_api .list-results thead .button-default-group .btn-filter:last-of-type:before,.liveDashboard ._account_api .list-results thead .button-default-group .toggleWrapper input.mobileToggle+label:last-of-type,.toggleWrapper .liveDashboard ._account_api .list-results thead .button-default-group input.mobileToggle+label:last-of-type,.liveDashboard ._account_api .list-results thead .button-default-group tbody span.status:last-of-type,.liveDashboard ._account_api .list-results tbody thead .button-default-group span.status:last-of-type,.liveDashboard ._account_api .list-results thead .button-default-group tbody td.is-running span:last-of-type,.liveDashboard ._account_api .list-results tbody td.is-running thead .button-default-group span:last-of-type,.liveDashboard ._account_api .list-results thead .button-default-group tbody td.is-pending span:last-of-type,.liveDashboard ._account_api .list-results tbody td.is-pending thead .button-default-group span:last-of-type,._account_api .liveDashboard .list-results thead .button-default-group .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:last-of-type:after,.liveDashboard ._account_api .list-results thead .button-default-group .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:last-of-type:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .button-default-group .dropdown-toggle:last-of-type:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .button-default-group .dropdown-toggle:last-of-type:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .button-default-group .dropdown-toggle:last-of-type:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .button-default-group .dropdown-toggle:last-of-type:after,._account_api .liveDashboard .list-results thead .button-default-group .w-filter-preset.w-filter-preset .filter-preset .filter:last-of-type,.liveDashboard ._account_api .list-results thead .button-default-group .w-filter-preset.w-filter-preset .filter-preset .filter:last-of-type,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .button-default-group .filter:last-of-type,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .button-default-group .filter:last-of-type,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .button-default-group .filter:last-of-type,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .button-default-group .filter:last-of-type,._account_api .liveDashboard .list-results thead .button-default-group .form-label.status span:last-of-type,._account_api .liveDashboard .list-results thead .button-default-group .status.status-log span:last-of-type,._account_api .liveDashboard .list-results thead .button-default-group .status.status-report-item span:last-of-type,._account_api .liveDashboard .list-results thead .button-default-group .double-list dd.status span:last-of-type,.double-list ._account_api .liveDashboard .list-results thead .button-default-group dd.status span:last-of-type,._account_api .liveDashboard .list-results thead .button-default-group .double-list dt.status span:last-of-type,.double-list ._account_api .liveDashboard .list-results thead .button-default-group dt.status span:last-of-type,._account_api .liveDashboard .list-results thead .button-default-group .w-cards-container .w-card .status.title span:last-of-type,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .button-default-group .status.title span:last-of-type,._account_api .liveDashboard .list-results thead .button-default-group .w-cards-container .w-card.centered .w-value .status.label span:last-of-type,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .button-default-group .status.label span:last-of-type,._account_api .liveDashboard .list-results thead .button-default-group tbody tr.sublist .status.title span:last-of-type,._account_api .liveDashboard .list-results tbody tr.sublist thead .button-default-group .status.title span:last-of-type,.liveDashboard ._account_api .list-results thead .button-default-group .form-label.status span:last-of-type,.liveDashboard ._account_api .list-results thead .button-default-group .status.status-log span:last-of-type,.liveDashboard ._account_api .list-results thead .button-default-group .status.status-report-item span:last-of-type,.liveDashboard ._account_api .list-results thead .button-default-group .double-list dd.status span:last-of-type,.double-list .liveDashboard ._account_api .list-results thead .button-default-group dd.status span:last-of-type,.liveDashboard ._account_api .list-results thead .button-default-group .double-list dt.status span:last-of-type,.double-list .liveDashboard ._account_api .list-results thead .button-default-group dt.status span:last-of-type,.liveDashboard ._account_api .list-results thead .button-default-group .w-cards-container .w-card .status.title span:last-of-type,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .button-default-group .status.title span:last-of-type,.liveDashboard ._account_api .list-results thead .button-default-group .w-cards-container .w-card.centered .w-value .status.label span:last-of-type,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .button-default-group .status.label span:last-of-type,.liveDashboard ._account_api .list-results thead .button-default-group tbody tr.sublist .status.title span:last-of-type,.liveDashboard ._account_api .list-results tbody tr.sublist thead .button-default-group .status.title span:last-of-type,._account_api .liveDashboard .list-results thead .form-label.status .button-default-group span:last-of-type,._account_api .liveDashboard .list-results thead .status.status-log .button-default-group span:last-of-type,._account_api .liveDashboard .list-results thead .status.status-report-item .button-default-group span:last-of-type,._account_api .liveDashboard .list-results thead .double-list dd.status .button-default-group span:last-of-type,.double-list ._account_api .liveDashboard .list-results thead dd.status .button-default-group span:last-of-type,._account_api .liveDashboard .list-results thead .double-list dt.status .button-default-group span:last-of-type,.double-list ._account_api .liveDashboard .list-results thead dt.status .button-default-group span:last-of-type,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title .button-default-group span:last-of-type,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title .button-default-group span:last-of-type,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .button-default-group span:last-of-type,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label .button-default-group span:last-of-type,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title .button-default-group span:last-of-type,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title .button-default-group span:last-of-type,.liveDashboard ._account_api .list-results thead .form-label.status .button-default-group span:last-of-type,.liveDashboard ._account_api .list-results thead .status.status-log .button-default-group span:last-of-type,.liveDashboard ._account_api .list-results thead .status.status-report-item .button-default-group span:last-of-type,.liveDashboard ._account_api .list-results thead .double-list dd.status .button-default-group span:last-of-type,.double-list .liveDashboard ._account_api .list-results thead dd.status .button-default-group span:last-of-type,.liveDashboard ._account_api .list-results thead .double-list dt.status .button-default-group span:last-of-type,.double-list .liveDashboard ._account_api .list-results thead dt.status .button-default-group span:last-of-type,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title .button-default-group span:last-of-type,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title .button-default-group span:last-of-type,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .button-default-group span:last-of-type,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label .button-default-group span:last-of-type,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title .button-default-group span:last-of-type,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title .button-default-group span:last-of-type,._account_api .form-label.status .liveDashboard .list-results thead .button-default-group span:last-of-type,._account_api .status.status-log .liveDashboard .list-results thead .button-default-group span:last-of-type,._account_api .status.status-report-item .liveDashboard .list-results thead .button-default-group span:last-of-type,._account_api .double-list dd.status .liveDashboard .list-results thead .button-default-group span:last-of-type,.double-list ._account_api dd.status .liveDashboard .list-results thead .button-default-group span:last-of-type,._account_api .double-list dt.status .liveDashboard .list-results thead .button-default-group span:last-of-type,.double-list ._account_api dt.status .liveDashboard .list-results thead .button-default-group span:last-of-type,._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead .button-default-group span:last-of-type,.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead .button-default-group span:last-of-type,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead .button-default-group span:last-of-type,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead .button-default-group span:last-of-type,._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead .button-default-group span:last-of-type,.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead .button-default-group span:last-of-type,.form-label.status .liveDashboard ._account_api .list-results thead .button-default-group span:last-of-type,.status.status-log .liveDashboard ._account_api .list-results thead .button-default-group span:last-of-type,.status.status-report-item .liveDashboard ._account_api .list-results thead .button-default-group span:last-of-type,.double-list dd.status .liveDashboard ._account_api .list-results thead .button-default-group span:last-of-type,.double-list dt.status .liveDashboard ._account_api .list-results thead .button-default-group span:last-of-type,.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead .button-default-group span:last-of-type,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead .button-default-group span:last-of-type,.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead .button-default-group span:last-of-type,._account_api .liveDashboard .list-results thead .button-default-group .w-filters-selected label.status.small span:last-of-type,.liveDashboard ._account_api .list-results thead .button-default-group .w-filters-selected label.status.small span:last-of-type,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small .button-default-group span:last-of-type,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small .button-default-group span:last-of-type,._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead .button-default-group span:last-of-type,.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead .button-default-group span:last-of-type,._account_api .liveDashboard .list-results thead .button-default-group .w-filters-selected .status.btn-f-s span:last-of-type,.liveDashboard ._account_api .list-results thead .button-default-group .w-filters-selected .status.btn-f-s span:last-of-type,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .button-default-group span:last-of-type,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s .button-default-group span:last-of-type,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead .button-default-group span:last-of-type,.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead .button-default-group span:last-of-type,._account_api .liveDashboard .list-results thead .button-default-group .sub-header .w-form label:last-of-type,._account_api .liveDashboard .list-results thead .button-default-group .sub-header .w-double-list label:last-of-type,.liveDashboard ._account_api .list-results thead .button-default-group .sub-header .w-form label:last-of-type,.liveDashboard ._account_api .list-results thead .button-default-group .sub-header .w-double-list label:last-of-type,._account_api .liveDashboard .list-results thead .sub-header .w-form .button-default-group label:last-of-type,._account_api .liveDashboard .list-results thead .sub-header .w-double-list .button-default-group label:last-of-type,.liveDashboard ._account_api .list-results thead .sub-header .w-form .button-default-group label:last-of-type,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list .button-default-group label:last-of-type,._account_api .sub-header .w-form .liveDashboard .list-results thead .button-default-group label:last-of-type,._account_api .sub-header .w-double-list .liveDashboard .list-results thead .button-default-group label:last-of-type,.sub-header .w-form .liveDashboard ._account_api .list-results thead .button-default-group label:last-of-type,.sub-header .w-double-list .liveDashboard ._account_api .list-results thead .button-default-group label:last-of-type,._account_api .liveDashboard .list-results thead .button-default-group .block-filters button:last-of-type:after,.liveDashboard ._account_api .list-results thead .button-default-group .block-filters button:last-of-type:after,._account_api .liveDashboard .list-results thead .block-filters .button-default-group button:last-of-type:after,.liveDashboard ._account_api .list-results thead .block-filters .button-default-group button:last-of-type:after,._account_api .block-filters .liveDashboard .list-results thead .button-default-group button:last-of-type:after,.block-filters .liveDashboard ._account_api .list-results thead .button-default-group button:last-of-type:after,._account_api .liveDashboard .list-results thead .button-default-group .block-filters select:last-of-type:after,.liveDashboard ._account_api .list-results thead .button-default-group .block-filters select:last-of-type:after,._account_api .liveDashboard .list-results thead .block-filters .button-default-group select:last-of-type:after,.liveDashboard ._account_api .list-results thead .block-filters .button-default-group select:last-of-type:after,._account_api .block-filters .liveDashboard .list-results thead .button-default-group select:last-of-type:after,.block-filters .liveDashboard ._account_api .list-results thead .button-default-group select:last-of-type:after,._account_api .liveDashboard .list-results thead .button-default-group .form-auto-list .form-auto-item.is-user-is-inactive:last-of-type,.liveDashboard ._account_api .list-results thead .button-default-group .form-auto-list .form-auto-item.is-user-is-inactive:last-of-type,._account_api .liveDashboard .list-results thead .form-auto-list .button-default-group .form-auto-item.is-user-is-inactive:last-of-type,.liveDashboard ._account_api .list-results thead .form-auto-list .button-default-group .form-auto-item.is-user-is-inactive:last-of-type,._account_api .form-auto-list .liveDashboard .list-results thead .button-default-group .form-auto-item.is-user-is-inactive:last-of-type,.form-auto-list .liveDashboard ._account_api .list-results thead .button-default-group .form-auto-item.is-user-is-inactive:last-of-type,._account_api .liveDashboard .list-results thead .button-default-group .form-auto-list .form-auto-item.is-user-is-active:last-of-type,.liveDashboard ._account_api .list-results thead .button-default-group .form-auto-list .form-auto-item.is-user-is-active:last-of-type,._account_api .liveDashboard .list-results thead .form-auto-list .button-default-group .form-auto-item.is-user-is-active:last-of-type,.liveDashboard ._account_api .list-results thead .form-auto-list .button-default-group .form-auto-item.is-user-is-active:last-of-type,._account_api .form-auto-list .liveDashboard .list-results thead .button-default-group .form-auto-item.is-user-is-active:last-of-type,.form-auto-list .liveDashboard ._account_api .list-results thead .button-default-group .form-auto-item.is-user-is-active:last-of-type,._account_api .liveDashboard .list-results thead .button-default-group .list-results-header .status.title span:last-of-type,.liveDashboard ._account_api .list-results thead .button-default-group .list-results-header .status.title span:last-of-type,._account_api .liveDashboard .list-results thead .list-results-header .status.title .button-default-group span:last-of-type,.liveDashboard ._account_api .list-results thead .list-results-header .status.title .button-default-group span:last-of-type,._account_api .list-results-header .status.title .liveDashboard .list-results thead .button-default-group span:last-of-type,.list-results-header .status.title .liveDashboard ._account_api .list-results thead .button-default-group span:last-of-type,._account_api .liveDashboard .list-results thead .button-default-group tr span:last-of-type,.liveDashboard ._account_api .list-results thead .button-default-group tr span:last-of-type,._account_api .liveDashboard .list-results thead tr .button-default-group span:last-of-type,.liveDashboard ._account_api .list-results thead tr .button-default-group span:last-of-type,._account_api .list-results thead .button-default-group .icon:last-of-type,._account_api .list-results thead .button-default-group .w-alert-banner:last-of-type:before,._account_api .liveDashboard .list-results thead .button-default-group .w-alert-banner:last-of-type:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-alert-banner:last-of-type:before,._account_api .list-results thead .button-default-group .w-alert-banner:last-of-type:before,._account_api .list-results thead .button-default-group .w-dialog.plus .dialog-aside:last-of-type:after,.w-dialog.plus ._account_api .list-results thead .button-default-group .dialog-aside:last-of-type:after,._account_api .list-results thead .button-default-group .w-toast .toast.plus:last-of-type:after,.w-toast ._account_api .list-results thead .button-default-group .toast.plus:last-of-type:after,._account_api .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-clear:last-of-type:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .button-default-group .btn-period-clear:last-of-type:before,._account_api .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-filter:last-of-type:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .button-default-group .btn-filter:last-of-type:before,._account_api .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-edit:last-of-type:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .button-default-group .btn-period-edit:last-of-type:before,._account_api .list-results thead .button-default-group .block-filters .btn-filter:last-of-type:before,.block-filters ._account_api .list-results thead .button-default-group .btn-filter:last-of-type:before,._account_api .list-results thead .button-default-group .toggleWrapper input.mobileToggle+label:last-of-type,.toggleWrapper ._account_api .list-results thead .button-default-group input.mobileToggle+label:last-of-type,._account_api .list-results thead .button-default-group tbody span.status:last-of-type,._account_api .list-results tbody thead .button-default-group span.status:last-of-type,._account_api .list-results thead .button-default-group tbody td.is-running span:last-of-type,._account_api .list-results tbody td.is-running thead .button-default-group span:last-of-type,._account_api .list-results thead .button-default-group tbody td.is-pending span:last-of-type,._account_api .list-results tbody td.is-pending thead .button-default-group span:last-of-type,._account_api .list-results thead .button-default-group .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:last-of-type:after,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .button-default-group .dropdown-toggle:last-of-type:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .button-default-group .dropdown-toggle:last-of-type:after,._account_api .list-results thead .button-default-group .w-filter-preset.w-filter-preset .filter-preset .filter:last-of-type,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .button-default-group .filter:last-of-type,.w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .button-default-group .filter:last-of-type,._account_api .list-results thead .button-default-group .form-label.status span:last-of-type,._account_api .list-results thead .button-default-group .status.status-log span:last-of-type,._account_api .list-results thead .button-default-group .status.status-report-item span:last-of-type,._account_api .list-results thead .button-default-group .double-list dd.status span:last-of-type,.double-list ._account_api .list-results thead .button-default-group dd.status span:last-of-type,._account_api .list-results thead .button-default-group .double-list dt.status span:last-of-type,.double-list ._account_api .list-results thead .button-default-group dt.status span:last-of-type,._account_api .list-results thead .button-default-group .w-cards-container .w-card .status.title span:last-of-type,.w-cards-container .w-card ._account_api .list-results thead .button-default-group .status.title span:last-of-type,._account_api .list-results thead .button-default-group .w-cards-container .w-card.centered .w-value .status.label span:last-of-type,.w-cards-container .w-card.centered .w-value ._account_api .list-results thead .button-default-group .status.label span:last-of-type,._account_api .list-results thead .button-default-group tbody tr.sublist .status.title span:last-of-type,._account_api .list-results tbody tr.sublist thead .button-default-group .status.title span:last-of-type,._account_api .list-results thead .form-label.status .button-default-group span:last-of-type,._account_api .list-results thead .status.status-log .button-default-group span:last-of-type,._account_api .list-results thead .status.status-report-item .button-default-group span:last-of-type,._account_api .list-results thead .double-list dd.status .button-default-group span:last-of-type,.double-list ._account_api .list-results thead dd.status .button-default-group span:last-of-type,._account_api .list-results thead .double-list dt.status .button-default-group span:last-of-type,.double-list ._account_api .list-results thead dt.status .button-default-group span:last-of-type,._account_api .list-results thead .w-cards-container .w-card .status.title .button-default-group span:last-of-type,.w-cards-container .w-card ._account_api .list-results thead .status.title .button-default-group span:last-of-type,._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .button-default-group span:last-of-type,.w-cards-container .w-card.centered .w-value ._account_api .list-results thead .status.label .button-default-group span:last-of-type,._account_api .list-results thead tbody tr.sublist .status.title .button-default-group span:last-of-type,._account_api .list-results tbody tr.sublist thead .status.title .button-default-group span:last-of-type,.form-label.status ._account_api .list-results thead .button-default-group span:last-of-type,.status.status-log ._account_api .list-results thead .button-default-group span:last-of-type,.status.status-report-item ._account_api .list-results thead .button-default-group span:last-of-type,.double-list dd.status ._account_api .list-results thead .button-default-group span:last-of-type,.double-list dt.status ._account_api .list-results thead .button-default-group span:last-of-type,.w-cards-container .w-card .status.title ._account_api .list-results thead .button-default-group span:last-of-type,.w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead .button-default-group span:last-of-type,.list-results tbody tr.sublist .status.title ._account_api .list-results thead .button-default-group span:last-of-type,._account_api .list-results thead .button-default-group .w-filters-selected label.status.small span:last-of-type,._account_api .list-results thead .w-filters-selected label.status.small .button-default-group span:last-of-type,.w-filters-selected label.status.small ._account_api .list-results thead .button-default-group span:last-of-type,._account_api .list-results thead .button-default-group .w-filters-selected .status.btn-f-s span:last-of-type,._account_api .list-results thead .w-filters-selected .status.btn-f-s .button-default-group span:last-of-type,.w-filters-selected .status.btn-f-s ._account_api .list-results thead .button-default-group span:last-of-type,._account_api .list-results thead .button-default-group .sub-header .w-form label:last-of-type,._account_api .list-results thead .button-default-group .sub-header .w-double-list label:last-of-type,._account_api .list-results thead .sub-header .w-form .button-default-group label:last-of-type,._account_api .list-results thead .sub-header .w-double-list .button-default-group label:last-of-type,.sub-header .w-form ._account_api .list-results thead .button-default-group label:last-of-type,.sub-header .w-double-list ._account_api .list-results thead .button-default-group label:last-of-type,._account_api .list-results thead .button-default-group .block-filters button:last-of-type:after,._account_api .list-results thead .block-filters .button-default-group button:last-of-type:after,.block-filters ._account_api .list-results thead .button-default-group button:last-of-type:after,._account_api .list-results thead .button-default-group .block-filters select:last-of-type:after,._account_api .list-results thead .block-filters .button-default-group select:last-of-type:after,.block-filters ._account_api .list-results thead .button-default-group select:last-of-type:after,._account_api .list-results thead .button-default-group .form-auto-list .form-auto-item.is-user-is-inactive:last-of-type,._account_api .list-results thead .form-auto-list .button-default-group .form-auto-item.is-user-is-inactive:last-of-type,.form-auto-list ._account_api .list-results thead .button-default-group .form-auto-item.is-user-is-inactive:last-of-type,._account_api .list-results thead .button-default-group .form-auto-list .form-auto-item.is-user-is-active:last-of-type,._account_api .list-results thead .form-auto-list .button-default-group .form-auto-item.is-user-is-active:last-of-type,.form-auto-list ._account_api .list-results thead .button-default-group .form-auto-item.is-user-is-active:last-of-type,._account_api .list-results thead .button-default-group .list-results-header .status.title span:last-of-type,._account_api .list-results thead .list-results-header .status.title .button-default-group span:last-of-type,.list-results-header .status.title ._account_api .list-results thead .button-default-group span:last-of-type,._account_api .list-results thead .button-default-group tr span:last-of-type,._account_api .list-results thead tr .button-default-group span:last-of-type,.liveDashboard ._account_api .list-results thead .button-default-group .icon:last-of-type,.liveDashboard ._account_api .list-results thead .button-default-group .w-alert-banner:last-of-type:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-alert-banner:last-of-type:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-alert-banner:last-of-type:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-dialog.plus .dialog-aside:last-of-type:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .button-default-group .dialog-aside:last-of-type:after,.liveDashboard ._account_api .list-results thead .button-default-group .w-toast .toast.plus:last-of-type:after,.w-toast .liveDashboard ._account_api .list-results thead .button-default-group .toast.plus:last-of-type:after,.liveDashboard ._account_api .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-clear:last-of-type:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .button-default-group .btn-period-clear:last-of-type:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-filter:last-of-type:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .button-default-group .btn-filter:last-of-type:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-edit:last-of-type:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .button-default-group .btn-period-edit:last-of-type:before,.liveDashboard ._account_api .list-results thead .button-default-group .block-filters .btn-filter:last-of-type:before,.block-filters .liveDashboard ._account_api .list-results thead .button-default-group .btn-filter:last-of-type:before,.liveDashboard ._account_api .list-results thead .button-default-group .toggleWrapper input.mobileToggle+label:last-of-type,.toggleWrapper .liveDashboard ._account_api .list-results thead .button-default-group input.mobileToggle+label:last-of-type,.liveDashboard ._account_api .list-results thead .button-default-group tbody span.status:last-of-type,.liveDashboard ._account_api .list-results tbody thead .button-default-group span.status:last-of-type,.liveDashboard ._account_api .list-results thead .button-default-group tbody td.is-running span:last-of-type,.liveDashboard ._account_api .list-results tbody td.is-running thead .button-default-group span:last-of-type,.liveDashboard ._account_api .list-results thead .button-default-group tbody td.is-pending span:last-of-type,.liveDashboard ._account_api .list-results tbody td.is-pending thead .button-default-group span:last-of-type,._account_api .liveDashboard .list-results thead .button-default-group .icon:last-of-type,._account_api .liveDashboard .list-results thead .button-default-group .w-alert-banner:last-of-type:before,._account_api .liveDashboard .list-results thead .button-default-group .w-alert-banner:last-of-type:before,._account_api .liveDashboard .list-results thead .button-default-group .w-alert-banner:last-of-type:before,._account_api .liveDashboard .list-results thead .button-default-group .w-dialog.plus .dialog-aside:last-of-type:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .button-default-group .dialog-aside:last-of-type:after,._account_api .liveDashboard .list-results thead .button-default-group .w-toast .toast.plus:last-of-type:after,.w-toast ._account_api .liveDashboard .list-results thead .button-default-group .toast.plus:last-of-type:after,._account_api .liveDashboard .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-clear:last-of-type:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .button-default-group .btn-period-clear:last-of-type:before,._account_api .liveDashboard .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-filter:last-of-type:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .button-default-group .btn-filter:last-of-type:before,._account_api .liveDashboard .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-edit:last-of-type:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .button-default-group .btn-period-edit:last-of-type:before,._account_api .liveDashboard .list-results thead .button-default-group .block-filters .btn-filter:last-of-type:before,.block-filters ._account_api .liveDashboard .list-results thead .button-default-group .btn-filter:last-of-type:before,._account_api .liveDashboard .list-results thead .button-default-group .toggleWrapper input.mobileToggle+label:last-of-type,.toggleWrapper ._account_api .liveDashboard .list-results thead .button-default-group input.mobileToggle+label:last-of-type,._account_api .liveDashboard .list-results thead .button-default-group tbody span.status:last-of-type,._account_api .liveDashboard .list-results tbody thead .button-default-group span.status:last-of-type,._account_api .liveDashboard .list-results thead .button-default-group tbody td.is-running span:last-of-type,._account_api .liveDashboard .list-results tbody td.is-running thead .button-default-group span:last-of-type,._account_api .liveDashboard .list-results thead .button-default-group tbody td.is-pending span:last-of-type,._account_api .liveDashboard .list-results tbody td.is-pending thead .button-default-group span:last-of-type,.liveDashboard ._account_api .list-results thead .button-default-group .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:last-of-type:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .button-default-group .dropdown-toggle:last-of-type:after,._account_api .liveDashboard .list-results thead .button-default-group .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:last-of-type:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .button-default-group .dropdown-toggle:last-of-type:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .button-default-group .dropdown-toggle:last-of-type:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .button-default-group .dropdown-toggle:last-of-type:after,.liveDashboard ._account_api .list-results thead .button-default-group .w-filter-preset.w-filter-preset .filter-preset .filter:last-of-type,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .button-default-group .filter:last-of-type,._account_api .liveDashboard .list-results thead .button-default-group .w-filter-preset.w-filter-preset .filter-preset .filter:last-of-type,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .button-default-group .filter:last-of-type,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .button-default-group .filter:last-of-type,.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .button-default-group .filter:last-of-type,.liveDashboard ._account_api .list-results thead .button-default-group .form-label.status span:last-of-type,.liveDashboard ._account_api .list-results thead .button-default-group .status.status-log span:last-of-type,.liveDashboard ._account_api .list-results thead .button-default-group .status.status-report-item span:last-of-type,.liveDashboard ._account_api .list-results thead .button-default-group .double-list dd.status span:last-of-type,.double-list .liveDashboard ._account_api .list-results thead .button-default-group dd.status span:last-of-type,.liveDashboard ._account_api .list-results thead .button-default-group .double-list dt.status span:last-of-type,.double-list .liveDashboard ._account_api .list-results thead .button-default-group dt.status span:last-of-type,.liveDashboard ._account_api .list-results thead .button-default-group .w-cards-container .w-card .status.title span:last-of-type,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .button-default-group .status.title span:last-of-type,.liveDashboard ._account_api .list-results thead .button-default-group .w-cards-container .w-card.centered .w-value .status.label span:last-of-type,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .button-default-group .status.label span:last-of-type,.liveDashboard ._account_api .list-results thead .button-default-group tbody tr.sublist .status.title span:last-of-type,.liveDashboard ._account_api .list-results tbody tr.sublist thead .button-default-group .status.title span:last-of-type,.liveDashboard ._account_api .list-results thead .form-label.status .button-default-group span:last-of-type,.liveDashboard ._account_api .list-results thead .status.status-log .button-default-group span:last-of-type,.liveDashboard ._account_api .list-results thead .status.status-report-item .button-default-group span:last-of-type,.liveDashboard ._account_api .list-results thead .double-list dd.status .button-default-group span:last-of-type,.double-list .liveDashboard ._account_api .list-results thead dd.status .button-default-group span:last-of-type,.liveDashboard ._account_api .list-results thead .double-list dt.status .button-default-group span:last-of-type,.double-list .liveDashboard ._account_api .list-results thead dt.status .button-default-group span:last-of-type,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title .button-default-group span:last-of-type,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title .button-default-group span:last-of-type,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .button-default-group span:last-of-type,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label .button-default-group span:last-of-type,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title .button-default-group span:last-of-type,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title .button-default-group span:last-of-type,._account_api .liveDashboard .list-results thead .button-default-group .form-label.status span:last-of-type,._account_api .liveDashboard .list-results thead .button-default-group .status.status-log span:last-of-type,._account_api .liveDashboard .list-results thead .button-default-group .status.status-report-item span:last-of-type,._account_api .liveDashboard .list-results thead .button-default-group .double-list dd.status span:last-of-type,.double-list ._account_api .liveDashboard .list-results thead .button-default-group dd.status span:last-of-type,._account_api .liveDashboard .list-results thead .button-default-group .double-list dt.status span:last-of-type,.double-list ._account_api .liveDashboard .list-results thead .button-default-group dt.status span:last-of-type,._account_api .liveDashboard .list-results thead .button-default-group .w-cards-container .w-card .status.title span:last-of-type,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .button-default-group .status.title span:last-of-type,._account_api .liveDashboard .list-results thead .button-default-group .w-cards-container .w-card.centered .w-value .status.label span:last-of-type,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .button-default-group .status.label span:last-of-type,._account_api .liveDashboard .list-results thead .button-default-group tbody tr.sublist .status.title span:last-of-type,._account_api .liveDashboard .list-results tbody tr.sublist thead .button-default-group .status.title span:last-of-type,._account_api .liveDashboard .list-results thead .form-label.status .button-default-group span:last-of-type,._account_api .liveDashboard .list-results thead .status.status-log .button-default-group span:last-of-type,._account_api .liveDashboard .list-results thead .status.status-report-item .button-default-group span:last-of-type,._account_api .liveDashboard .list-results thead .double-list dd.status .button-default-group span:last-of-type,.double-list ._account_api .liveDashboard .list-results thead dd.status .button-default-group span:last-of-type,._account_api .liveDashboard .list-results thead .double-list dt.status .button-default-group span:last-of-type,.double-list ._account_api .liveDashboard .list-results thead dt.status .button-default-group span:last-of-type,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title .button-default-group span:last-of-type,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title .button-default-group span:last-of-type,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .button-default-group span:last-of-type,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label .button-default-group span:last-of-type,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title .button-default-group span:last-of-type,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title .button-default-group span:last-of-type,.liveDashboard .form-label.status ._account_api .list-results thead .button-default-group span:last-of-type,.liveDashboard .status.status-log ._account_api .list-results thead .button-default-group span:last-of-type,.liveDashboard .status.status-report-item ._account_api .list-results thead .button-default-group span:last-of-type,.liveDashboard .double-list dd.status ._account_api .list-results thead .button-default-group span:last-of-type,.double-list .liveDashboard dd.status ._account_api .list-results thead .button-default-group span:last-of-type,.liveDashboard .double-list dt.status ._account_api .list-results thead .button-default-group span:last-of-type,.double-list .liveDashboard dt.status ._account_api .list-results thead .button-default-group span:last-of-type,.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead .button-default-group span:last-of-type,.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead .button-default-group span:last-of-type,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead .button-default-group span:last-of-type,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead .button-default-group span:last-of-type,.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead .button-default-group span:last-of-type,.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead .button-default-group span:last-of-type,.form-label.status ._account_api .liveDashboard .list-results thead .button-default-group span:last-of-type,.status.status-log ._account_api .liveDashboard .list-results thead .button-default-group span:last-of-type,.status.status-report-item ._account_api .liveDashboard .list-results thead .button-default-group span:last-of-type,.double-list dd.status ._account_api .liveDashboard .list-results thead .button-default-group span:last-of-type,.double-list dt.status ._account_api .liveDashboard .list-results thead .button-default-group span:last-of-type,.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead .button-default-group span:last-of-type,.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead .button-default-group span:last-of-type,.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead .button-default-group span:last-of-type,.liveDashboard ._account_api .list-results thead .button-default-group .w-filters-selected label.status.small span:last-of-type,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small .button-default-group span:last-of-type,._account_api .liveDashboard .list-results thead .button-default-group .w-filters-selected label.status.small span:last-of-type,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small .button-default-group span:last-of-type,.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead .button-default-group span:last-of-type,.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead .button-default-group span:last-of-type,.liveDashboard ._account_api .list-results thead .button-default-group .w-filters-selected .status.btn-f-s span:last-of-type,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s .button-default-group span:last-of-type,._account_api .liveDashboard .list-results thead .button-default-group .w-filters-selected .status.btn-f-s span:last-of-type,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .button-default-group span:last-of-type,.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead .button-default-group span:last-of-type,.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead .button-default-group span:last-of-type,.liveDashboard ._account_api .list-results thead .button-default-group .sub-header .w-form label:last-of-type,.liveDashboard ._account_api .list-results thead .button-default-group .sub-header .w-double-list label:last-of-type,.liveDashboard ._account_api .list-results thead .sub-header .w-form .button-default-group label:last-of-type,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list .button-default-group label:last-of-type,._account_api .liveDashboard .list-results thead .button-default-group .sub-header .w-form label:last-of-type,._account_api .liveDashboard .list-results thead .button-default-group .sub-header .w-double-list label:last-of-type,._account_api .liveDashboard .list-results thead .sub-header .w-form .button-default-group label:last-of-type,._account_api .liveDashboard .list-results thead .sub-header .w-double-list .button-default-group label:last-of-type,.liveDashboard .sub-header .w-form ._account_api .list-results thead .button-default-group label:last-of-type,.liveDashboard .sub-header .w-double-list ._account_api .list-results thead .button-default-group label:last-of-type,.sub-header .w-form ._account_api .liveDashboard .list-results thead .button-default-group label:last-of-type,.sub-header .w-double-list ._account_api .liveDashboard .list-results thead .button-default-group label:last-of-type,.liveDashboard ._account_api .list-results thead .button-default-group .block-filters button:last-of-type:after,.liveDashboard ._account_api .list-results thead .block-filters .button-default-group button:last-of-type:after,._account_api .liveDashboard .list-results thead .button-default-group .block-filters button:last-of-type:after,._account_api .liveDashboard .list-results thead .block-filters .button-default-group button:last-of-type:after,.liveDashboard .block-filters ._account_api .list-results thead .button-default-group button:last-of-type:after,.block-filters ._account_api .liveDashboard .list-results thead .button-default-group button:last-of-type:after,.liveDashboard ._account_api .list-results thead .button-default-group .block-filters select:last-of-type:after,.liveDashboard ._account_api .list-results thead .block-filters .button-default-group select:last-of-type:after,._account_api .liveDashboard .list-results thead .button-default-group .block-filters select:last-of-type:after,._account_api .liveDashboard .list-results thead .block-filters .button-default-group select:last-of-type:after,.liveDashboard .block-filters ._account_api .list-results thead .button-default-group select:last-of-type:after,.block-filters ._account_api .liveDashboard .list-results thead .button-default-group select:last-of-type:after,.liveDashboard ._account_api .list-results thead .button-default-group .form-auto-list .form-auto-item.is-user-is-inactive:last-of-type,.liveDashboard ._account_api .list-results thead .form-auto-list .button-default-group .form-auto-item.is-user-is-inactive:last-of-type,._account_api .liveDashboard .list-results thead .button-default-group .form-auto-list .form-auto-item.is-user-is-inactive:last-of-type,._account_api .liveDashboard .list-results thead .form-auto-list .button-default-group .form-auto-item.is-user-is-inactive:last-of-type,.liveDashboard .form-auto-list ._account_api .list-results thead .button-default-group .form-auto-item.is-user-is-inactive:last-of-type,.form-auto-list ._account_api .liveDashboard .list-results thead .button-default-group .form-auto-item.is-user-is-inactive:last-of-type,.liveDashboard ._account_api .list-results thead .button-default-group .form-auto-list .form-auto-item.is-user-is-active:last-of-type,.liveDashboard ._account_api .list-results thead .form-auto-list .button-default-group .form-auto-item.is-user-is-active:last-of-type,._account_api .liveDashboard .list-results thead .button-default-group .form-auto-list .form-auto-item.is-user-is-active:last-of-type,._account_api .liveDashboard .list-results thead .form-auto-list .button-default-group .form-auto-item.is-user-is-active:last-of-type,.liveDashboard .form-auto-list ._account_api .list-results thead .button-default-group .form-auto-item.is-user-is-active:last-of-type,.form-auto-list ._account_api .liveDashboard .list-results thead .button-default-group .form-auto-item.is-user-is-active:last-of-type,.liveDashboard ._account_api .list-results thead .button-default-group .list-results-header .status.title span:last-of-type,.liveDashboard ._account_api .list-results thead .list-results-header .status.title .button-default-group span:last-of-type,._account_api .liveDashboard .list-results thead .button-default-group .list-results-header .status.title span:last-of-type,._account_api .liveDashboard .list-results thead .list-results-header .status.title .button-default-group span:last-of-type,.liveDashboard .list-results-header .status.title ._account_api .list-results thead .button-default-group span:last-of-type,.list-results-header .status.title ._account_api .liveDashboard .list-results thead .button-default-group span:last-of-type,.liveDashboard ._account_api .list-results thead .button-default-group tr span:last-of-type,.liveDashboard ._account_api .list-results thead tr .button-default-group span:last-of-type,._account_api .liveDashboard .list-results thead .button-default-group tr span:last-of-type,._account_api .liveDashboard .list-results thead tr .button-default-group span:last-of-type,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .button-default-group .dropdown-toggle:last-of-type:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .button-default-group .dropdown-toggle:last-of-type:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .button-default-group .filter:last-of-type,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .button-default-group .filter:last-of-type,._account_api .form-label.status .liveDashboard .list-results thead .button-default-group span:last-of-type,._account_api .status.status-log .liveDashboard .list-results thead .button-default-group span:last-of-type,._account_api .status.status-report-item .liveDashboard .list-results thead .button-default-group span:last-of-type,._account_api .double-list dd.status .liveDashboard .list-results thead .button-default-group span:last-of-type,.double-list ._account_api dd.status .liveDashboard .list-results thead .button-default-group span:last-of-type,._account_api .double-list dt.status .liveDashboard .list-results thead .button-default-group span:last-of-type,.double-list ._account_api dt.status .liveDashboard .list-results thead .button-default-group span:last-of-type,._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead .button-default-group span:last-of-type,.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead .button-default-group span:last-of-type,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead .button-default-group span:last-of-type,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead .button-default-group span:last-of-type,._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead .button-default-group span:last-of-type,.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead .button-default-group span:last-of-type,.form-label.status .liveDashboard ._account_api .list-results thead .button-default-group span:last-of-type,.status.status-log .liveDashboard ._account_api .list-results thead .button-default-group span:last-of-type,.status.status-report-item .liveDashboard ._account_api .list-results thead .button-default-group span:last-of-type,.double-list dd.status .liveDashboard ._account_api .list-results thead .button-default-group span:last-of-type,.double-list dt.status .liveDashboard ._account_api .list-results thead .button-default-group span:last-of-type,.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead .button-default-group span:last-of-type,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead .button-default-group span:last-of-type,.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead .button-default-group span:last-of-type,._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead .button-default-group span:last-of-type,.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead .button-default-group span:last-of-type,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead .button-default-group span:last-of-type,.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead .button-default-group span:last-of-type,._account_api .sub-header .w-form .liveDashboard .list-results thead .button-default-group label:last-of-type,._account_api .sub-header .w-double-list .liveDashboard .list-results thead .button-default-group label:last-of-type,.sub-header .w-form .liveDashboard ._account_api .list-results thead .button-default-group label:last-of-type,.sub-header .w-double-list .liveDashboard ._account_api .list-results thead .button-default-group label:last-of-type,._account_api .block-filters .liveDashboard .list-results thead .button-default-group button:last-of-type:after,.block-filters .liveDashboard ._account_api .list-results thead .button-default-group button:last-of-type:after,._account_api .block-filters .liveDashboard .list-results thead .button-default-group select:last-of-type:after,.block-filters .liveDashboard ._account_api .list-results thead .button-default-group select:last-of-type:after,._account_api .form-auto-list .liveDashboard .list-results thead .button-default-group .form-auto-item.is-user-is-inactive:last-of-type,.form-auto-list .liveDashboard ._account_api .list-results thead .button-default-group .form-auto-item.is-user-is-inactive:last-of-type,._account_api .form-auto-list .liveDashboard .list-results thead .button-default-group .form-auto-item.is-user-is-active:last-of-type,.form-auto-list .liveDashboard ._account_api .list-results thead .button-default-group .form-auto-item.is-user-is-active:last-of-type,._account_api .list-results-header .status.title .liveDashboard .list-results thead .button-default-group span:last-of-type,.list-results-header .status.title .liveDashboard ._account_api .list-results thead .button-default-group span:last-of-type,.button-default-group ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:last-of-type:after,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .button-default-group .dropdown-toggle:last-of-type:after,.button-default-group .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .dropdown-toggle:last-of-type:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .button-default-group .dropdown-toggle:last-of-type:after,.button-default-group ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:last-of-type,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .button-default-group .filter:last-of-type,.button-default-group .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .filter:last-of-type,.w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .button-default-group .filter:last-of-type,.button-default-group ._account_api .list-results thead .form-label.status span:last-of-type,.button-default-group ._account_api .list-results thead .status.status-log span:last-of-type,.button-default-group ._account_api .list-results thead .status.status-report-item span:last-of-type,.button-default-group ._account_api .list-results thead .double-list dd.status span:last-of-type,.double-list .button-default-group ._account_api .list-results thead dd.status span:last-of-type,.button-default-group ._account_api .list-results thead .double-list dt.status span:last-of-type,.double-list .button-default-group ._account_api .list-results thead dt.status span:last-of-type,.button-default-group ._account_api .list-results thead .w-cards-container .w-card .status.title span:last-of-type,.w-cards-container .w-card .button-default-group ._account_api .list-results thead .status.title span:last-of-type,.button-default-group ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:last-of-type,.w-cards-container .w-card.centered .w-value .button-default-group ._account_api .list-results thead .status.label span:last-of-type,.button-default-group ._account_api .list-results thead tbody tr.sublist .status.title span:last-of-type,.button-default-group ._account_api .list-results tbody tr.sublist thead .status.title span:last-of-type,._account_api .list-results thead .form-label.status .button-default-group span:last-of-type,._account_api .list-results thead .status.status-log .button-default-group span:last-of-type,._account_api .list-results thead .status.status-report-item .button-default-group span:last-of-type,._account_api .list-results thead .double-list dd.status .button-default-group span:last-of-type,.double-list ._account_api .list-results thead dd.status .button-default-group span:last-of-type,._account_api .list-results thead .double-list dt.status .button-default-group span:last-of-type,.double-list ._account_api .list-results thead dt.status .button-default-group span:last-of-type,._account_api .list-results thead .w-cards-container .w-card .status.title .button-default-group span:last-of-type,.w-cards-container .w-card ._account_api .list-results thead .status.title .button-default-group span:last-of-type,._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .button-default-group span:last-of-type,.w-cards-container .w-card.centered .w-value ._account_api .list-results thead .status.label .button-default-group span:last-of-type,._account_api .list-results thead tbody tr.sublist .status.title .button-default-group span:last-of-type,._account_api .list-results tbody tr.sublist thead .status.title .button-default-group span:last-of-type,.button-default-group .form-label.status ._account_api .list-results thead span:last-of-type,.button-default-group .status.status-log ._account_api .list-results thead span:last-of-type,.button-default-group .status.status-report-item ._account_api .list-results thead span:last-of-type,.button-default-group .double-list dd.status ._account_api .list-results thead span:last-of-type,.double-list .button-default-group dd.status ._account_api .list-results thead span:last-of-type,.button-default-group .double-list dt.status ._account_api .list-results thead span:last-of-type,.double-list .button-default-group dt.status ._account_api .list-results thead span:last-of-type,.button-default-group .w-cards-container .w-card .status.title ._account_api .list-results thead span:last-of-type,.w-cards-container .w-card .button-default-group .status.title ._account_api .list-results thead span:last-of-type,.button-default-group .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span:last-of-type,.w-cards-container .w-card.centered .w-value .button-default-group .status.label ._account_api .list-results thead span:last-of-type,.button-default-group .list-results tbody tr.sublist .status.title ._account_api .list-results thead span:last-of-type,.list-results tbody tr.sublist .button-default-group .status.title ._account_api .list-results thead span:last-of-type,.form-label.status ._account_api .list-results thead .button-default-group span:last-of-type,.status.status-log ._account_api .list-results thead .button-default-group span:last-of-type,.status.status-report-item ._account_api .list-results thead .button-default-group span:last-of-type,.double-list dd.status ._account_api .list-results thead .button-default-group span:last-of-type,.double-list dt.status ._account_api .list-results thead .button-default-group span:last-of-type,.w-cards-container .w-card .status.title ._account_api .list-results thead .button-default-group span:last-of-type,.w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead .button-default-group span:last-of-type,.list-results tbody tr.sublist .status.title ._account_api .list-results thead .button-default-group span:last-of-type,.button-default-group ._account_api .list-results thead .w-filters-selected label.status.small span:last-of-type,._account_api .list-results thead .w-filters-selected label.status.small .button-default-group span:last-of-type,.button-default-group .w-filters-selected label.status.small ._account_api .list-results thead span:last-of-type,.w-filters-selected label.status.small ._account_api .list-results thead .button-default-group span:last-of-type,.button-default-group ._account_api .list-results thead .w-filters-selected .status.btn-f-s span:last-of-type,._account_api .list-results thead .w-filters-selected .status.btn-f-s .button-default-group span:last-of-type,.button-default-group .w-filters-selected .status.btn-f-s ._account_api .list-results thead span:last-of-type,.w-filters-selected .status.btn-f-s ._account_api .list-results thead .button-default-group span:last-of-type,.button-default-group ._account_api .list-results thead .sub-header .w-form label:last-of-type,.button-default-group ._account_api .list-results thead .sub-header .w-double-list label:last-of-type,._account_api .list-results thead .sub-header .w-form .button-default-group label:last-of-type,._account_api .list-results thead .sub-header .w-double-list .button-default-group label:last-of-type,.button-default-group .sub-header .w-form ._account_api .list-results thead label:last-of-type,.button-default-group .sub-header .w-double-list ._account_api .list-results thead label:last-of-type,.sub-header .w-form ._account_api .list-results thead .button-default-group label:last-of-type,.sub-header .w-double-list ._account_api .list-results thead .button-default-group label:last-of-type,.button-default-group ._account_api .list-results thead .block-filters button:last-of-type:after,._account_api .list-results thead .block-filters .button-default-group button:last-of-type:after,.button-default-group .block-filters ._account_api .list-results thead button:last-of-type:after,.block-filters ._account_api .list-results thead .button-default-group button:last-of-type:after,.button-default-group ._account_api .list-results thead .block-filters select:last-of-type:after,._account_api .list-results thead .block-filters .button-default-group select:last-of-type:after,.button-default-group .block-filters ._account_api .list-results thead select:last-of-type:after,.block-filters ._account_api .list-results thead .button-default-group select:last-of-type:after,.button-default-group ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:last-of-type,._account_api .list-results thead .form-auto-list .button-default-group .form-auto-item.is-user-is-inactive:last-of-type,.button-default-group .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-inactive:last-of-type,.form-auto-list ._account_api .list-results thead .button-default-group .form-auto-item.is-user-is-inactive:last-of-type,.button-default-group ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active:last-of-type,._account_api .list-results thead .form-auto-list .button-default-group .form-auto-item.is-user-is-active:last-of-type,.button-default-group .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-active:last-of-type,.form-auto-list ._account_api .list-results thead .button-default-group .form-auto-item.is-user-is-active:last-of-type,.button-default-group ._account_api .list-results thead .list-results-header .status.title span:last-of-type,._account_api .list-results thead .list-results-header .status.title .button-default-group span:last-of-type,.button-default-group .list-results-header .status.title ._account_api .list-results thead span:last-of-type,.list-results-header .status.title ._account_api .list-results thead .button-default-group span:last-of-type,.button-default-group ._account_api .list-results thead tr span:last-of-type,._account_api .list-results thead tr .button-default-group span:last-of-type,.button-default-group .sidebar-default.sidebar-default-right .sidebar-default-body .filter-group .filter-checkbox:last-of-type,.sidebar-default.sidebar-default-right .sidebar-default-body .filter-group .button-default-group .filter-checkbox:last-of-type,.button-default-group .add-filters-dropdown .w-add-filters-list>div.filter-group .filter-checkbox:last-of-type,.add-filters-dropdown .w-add-filters-list>div.filter-group .button-default-group .filter-checkbox:last-of-type,.button-default-group .filter-preset .filter-field-name button:last-of-type,.filter-preset .filter-field-name .button-default-group button:last-of-type{border-radius:0 8px 8px 0 !important;border-left:0}.button-default-group .button-default:hover,.button-default-group .liveDashboard .list-results thead .icon:hover,.button-default-group .liveDashboard .list-results thead .w-alert-banner:hover:before,.button-default-group .liveDashboard .list-results thead .w-alert-banner:hover:before,.button-default-group .liveDashboard ._account_api .list-results thead .w-alert-banner:hover:before,._account_api .button-default-group .liveDashboard .list-results thead .w-alert-banner:hover:before,.button-default-group .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:hover:after,.w-dialog.plus .button-default-group .liveDashboard .list-results thead .dialog-aside:hover:after,.button-default-group .liveDashboard .list-results thead .w-toast .toast.plus:hover:after,.w-toast .button-default-group .liveDashboard .list-results thead .toast.plus:hover:after,.button-default-group .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:hover:before,.w-time-period .dropdown .w-selection .button-default-group .liveDashboard .list-results thead .btn-period-clear:hover:before,.button-default-group .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:hover:before,.w-time-period .dropdown .w-selection .button-default-group .liveDashboard .list-results thead .btn-filter:hover:before,.button-default-group .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:hover:before,.w-time-period .dropdown .w-selection .button-default-group .liveDashboard .list-results thead .btn-period-edit:hover:before,.button-default-group .liveDashboard .list-results thead .block-filters .btn-filter:hover:before,.block-filters .button-default-group .liveDashboard .list-results thead .btn-filter:hover:before,.button-default-group .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label:hover,.toggleWrapper .button-default-group .liveDashboard .list-results thead input.mobileToggle+label:hover,.button-default-group .liveDashboard .list-results thead tbody span.status:hover,.button-default-group .liveDashboard .list-results tbody thead span.status:hover,.button-default-group .liveDashboard .list-results thead tbody td.is-running span:hover,.button-default-group .liveDashboard .list-results tbody td.is-running thead span:hover,.button-default-group .liveDashboard .list-results thead tbody td.is-pending span:hover,.button-default-group .liveDashboard .list-results tbody td.is-pending thead span:hover,.button-default-group .liveDashboard .list-results thead .icon:hover,.button-default-group .liveDashboard .list-results thead .w-alert-banner:hover:before,.button-default-group .liveDashboard .list-results thead .w-alert-banner:hover:before,.button-default-group .liveDashboard ._account_api .list-results thead .w-alert-banner:hover:before,._account_api .button-default-group .liveDashboard .list-results thead .w-alert-banner:hover:before,.button-default-group .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:hover:after,.w-dialog.plus .button-default-group .liveDashboard .list-results thead .dialog-aside:hover:after,.button-default-group .liveDashboard .list-results thead .w-toast .toast.plus:hover:after,.w-toast .button-default-group .liveDashboard .list-results thead .toast.plus:hover:after,.button-default-group .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:hover:before,.w-time-period .dropdown .w-selection .button-default-group .liveDashboard .list-results thead .btn-period-clear:hover:before,.button-default-group .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:hover:before,.w-time-period .dropdown .w-selection .button-default-group .liveDashboard .list-results thead .btn-filter:hover:before,.button-default-group .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:hover:before,.w-time-period .dropdown .w-selection .button-default-group .liveDashboard .list-results thead .btn-period-edit:hover:before,.button-default-group .liveDashboard .list-results thead .block-filters .btn-filter:hover:before,.block-filters .button-default-group .liveDashboard .list-results thead .btn-filter:hover:before,.button-default-group .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label:hover,.toggleWrapper .button-default-group .liveDashboard .list-results thead input.mobileToggle+label:hover,.button-default-group .liveDashboard .list-results thead tbody span.status:hover,.button-default-group .liveDashboard .list-results tbody thead span.status:hover,.button-default-group .liveDashboard .list-results thead tbody td.is-running span:hover,.button-default-group .liveDashboard .list-results tbody td.is-running thead span:hover,.button-default-group .liveDashboard .list-results thead tbody td.is-pending span:hover,.button-default-group .liveDashboard .list-results tbody td.is-pending thead span:hover,.button-default-group .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:hover:after,.button-default-group .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .dropdown-toggle:hover:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .button-default-group .liveDashboard .list-results thead .dropdown-toggle:hover:after,.button-default-group .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:hover,.button-default-group .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .filter:hover,.w-filter-preset.w-filter-preset .filter-preset .button-default-group .liveDashboard .list-results thead .filter:hover,.button-default-group .liveDashboard .list-results thead .form-label.status span:hover,.button-default-group .liveDashboard .list-results thead .status.status-log span:hover,.button-default-group .liveDashboard .list-results thead .status.status-report-item span:hover,.button-default-group .liveDashboard .list-results thead .double-list dd.status span:hover,.double-list .button-default-group .liveDashboard .list-results thead dd.status span:hover,.button-default-group .liveDashboard .list-results thead .double-list dt.status span:hover,.double-list .button-default-group .liveDashboard .list-results thead dt.status span:hover,.button-default-group .liveDashboard .list-results thead .w-cards-container .w-card .status.title span:hover,.w-cards-container .w-card .button-default-group .liveDashboard .list-results thead .status.title span:hover,.button-default-group .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:hover,.w-cards-container .w-card.centered .w-value .button-default-group .liveDashboard .list-results thead .status.label span:hover,.button-default-group .liveDashboard .list-results thead tbody tr.sublist .status.title span:hover,.button-default-group .liveDashboard .list-results tbody tr.sublist thead .status.title span:hover,.button-default-group .form-label.status .liveDashboard .list-results thead span:hover,.button-default-group .status.status-log .liveDashboard .list-results thead span:hover,.button-default-group .status.status-report-item .liveDashboard .list-results thead span:hover,.button-default-group .double-list dd.status .liveDashboard .list-results thead span:hover,.double-list .button-default-group dd.status .liveDashboard .list-results thead span:hover,.button-default-group .double-list dt.status .liveDashboard .list-results thead span:hover,.double-list .button-default-group dt.status .liveDashboard .list-results thead span:hover,.button-default-group .w-cards-container .w-card .status.title .liveDashboard .list-results thead span:hover,.w-cards-container .w-card .button-default-group .status.title .liveDashboard .list-results thead span:hover,.button-default-group .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span:hover,.w-cards-container .w-card.centered .w-value .button-default-group .status.label .liveDashboard .list-results thead span:hover,.button-default-group .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span:hover,.list-results tbody tr.sublist .button-default-group .status.title .liveDashboard .list-results thead span:hover,.form-label.status .button-default-group .liveDashboard .list-results thead span:hover,.status.status-log .button-default-group .liveDashboard .list-results thead span:hover,.status.status-report-item .button-default-group .liveDashboard .list-results thead span:hover,.double-list dd.status .button-default-group .liveDashboard .list-results thead span:hover,.double-list dt.status .button-default-group .liveDashboard .list-results thead span:hover,.w-cards-container .w-card .status.title .button-default-group .liveDashboard .list-results thead span:hover,.w-cards-container .w-card.centered .w-value .status.label .button-default-group .liveDashboard .list-results thead span:hover,.list-results tbody tr.sublist .status.title .button-default-group .liveDashboard .list-results thead span:hover,.button-default-group .liveDashboard .list-results thead .w-filters-selected label.status.small span:hover,.button-default-group .w-filters-selected label.status.small .liveDashboard .list-results thead span:hover,.w-filters-selected label.status.small .button-default-group .liveDashboard .list-results thead span:hover,.button-default-group .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span:hover,.button-default-group .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span:hover,.w-filters-selected .status.btn-f-s .button-default-group .liveDashboard .list-results thead span:hover,.button-default-group .liveDashboard .list-results thead .sub-header .w-form label:hover,.button-default-group .liveDashboard .list-results thead .sub-header .w-double-list label:hover,.button-default-group .sub-header .w-form .liveDashboard .list-results thead label:hover,.button-default-group .sub-header .w-double-list .liveDashboard .list-results thead label:hover,.sub-header .w-form .button-default-group .liveDashboard .list-results thead label:hover,.sub-header .w-double-list .button-default-group .liveDashboard .list-results thead label:hover,.button-default-group .liveDashboard .list-results thead .block-filters button:hover:after,.button-default-group .block-filters .liveDashboard .list-results thead button:hover:after,.block-filters .button-default-group .liveDashboard .list-results thead button:hover:after,.button-default-group .liveDashboard .list-results thead .block-filters select:hover:after,.button-default-group .block-filters .liveDashboard .list-results thead select:hover:after,.block-filters .button-default-group .liveDashboard .list-results thead select:hover:after,.button-default-group .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:hover,.button-default-group .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive:hover,.form-auto-list .button-default-group .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive:hover,.button-default-group .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active:hover,.button-default-group .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-active:hover,.form-auto-list .button-default-group .liveDashboard .list-results thead .form-auto-item.is-user-is-active:hover,.button-default-group .liveDashboard .list-results thead .list-results-header .status.title span:hover,.button-default-group .list-results-header .status.title .liveDashboard .list-results thead span:hover,.list-results-header .status.title .button-default-group .liveDashboard .list-results thead span:hover,.button-default-group .liveDashboard .list-results thead tr span:hover,.button-default-group .liveDashboard ._account_api .list-results thead .icon:hover,.button-default-group .liveDashboard ._account_api .list-results thead .w-alert-banner:hover:before,.button-default-group .liveDashboard ._account_api .list-results thead .w-alert-banner:hover:before,.button-default-group .liveDashboard ._account_api .list-results thead .w-alert-banner:hover:before,.button-default-group .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:hover:after,.w-dialog.plus .button-default-group .liveDashboard ._account_api .list-results thead .dialog-aside:hover:after,.button-default-group .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:hover:after,.w-toast .button-default-group .liveDashboard ._account_api .list-results thead .toast.plus:hover:after,.button-default-group .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:hover:before,.w-time-period .dropdown .w-selection .button-default-group .liveDashboard ._account_api .list-results thead .btn-period-clear:hover:before,.button-default-group .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:hover:before,.w-time-period .dropdown .w-selection .button-default-group .liveDashboard ._account_api .list-results thead .btn-filter:hover:before,.button-default-group .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:hover:before,.w-time-period .dropdown .w-selection .button-default-group .liveDashboard ._account_api .list-results thead .btn-period-edit:hover:before,.button-default-group .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:hover:before,.block-filters .button-default-group .liveDashboard ._account_api .list-results thead .btn-filter:hover:before,.button-default-group .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label:hover,.toggleWrapper .button-default-group .liveDashboard ._account_api .list-results thead input.mobileToggle+label:hover,.button-default-group .liveDashboard ._account_api .list-results thead tbody span.status:hover,.button-default-group .liveDashboard ._account_api .list-results tbody thead span.status:hover,.button-default-group .liveDashboard ._account_api .list-results thead tbody td.is-running span:hover,.button-default-group .liveDashboard ._account_api .list-results tbody td.is-running thead span:hover,.button-default-group .liveDashboard ._account_api .list-results thead tbody td.is-pending span:hover,.button-default-group .liveDashboard ._account_api .list-results tbody td.is-pending thead span:hover,._account_api .button-default-group .liveDashboard .list-results thead .icon:hover,._account_api .button-default-group .liveDashboard .list-results thead .w-alert-banner:hover:before,._account_api .button-default-group .liveDashboard .list-results thead .w-alert-banner:hover:before,._account_api .button-default-group .liveDashboard .list-results thead .w-alert-banner:hover:before,._account_api .button-default-group .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:hover:after,.w-dialog.plus ._account_api .button-default-group .liveDashboard .list-results thead .dialog-aside:hover:after,._account_api .button-default-group .liveDashboard .list-results thead .w-toast .toast.plus:hover:after,.w-toast ._account_api .button-default-group .liveDashboard .list-results thead .toast.plus:hover:after,._account_api .button-default-group .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:hover:before,.w-time-period .dropdown .w-selection ._account_api .button-default-group .liveDashboard .list-results thead .btn-period-clear:hover:before,._account_api .button-default-group .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:hover:before,.w-time-period .dropdown .w-selection ._account_api .button-default-group .liveDashboard .list-results thead .btn-filter:hover:before,._account_api .button-default-group .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:hover:before,.w-time-period .dropdown .w-selection ._account_api .button-default-group .liveDashboard .list-results thead .btn-period-edit:hover:before,._account_api .button-default-group .liveDashboard .list-results thead .block-filters .btn-filter:hover:before,.block-filters ._account_api .button-default-group .liveDashboard .list-results thead .btn-filter:hover:before,._account_api .button-default-group .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label:hover,.toggleWrapper ._account_api .button-default-group .liveDashboard .list-results thead input.mobileToggle+label:hover,._account_api .button-default-group .liveDashboard .list-results thead tbody span.status:hover,._account_api .button-default-group .liveDashboard .list-results tbody thead span.status:hover,._account_api .button-default-group .liveDashboard .list-results thead tbody td.is-running span:hover,._account_api .button-default-group .liveDashboard .list-results tbody td.is-running thead span:hover,._account_api .button-default-group .liveDashboard .list-results thead tbody td.is-pending span:hover,._account_api .button-default-group .liveDashboard .list-results tbody td.is-pending thead span:hover,.button-default-group .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:hover:after,._account_api .button-default-group .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:hover:after,.button-default-group .liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .dropdown-toggle:hover:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .button-default-group .liveDashboard .list-results thead .dropdown-toggle:hover:after,.button-default-group .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:hover,._account_api .button-default-group .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:hover,.button-default-group .liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .filter:hover,.w-filter-preset.w-filter-preset .filter-preset ._account_api .button-default-group .liveDashboard .list-results thead .filter:hover,.button-default-group .liveDashboard ._account_api .list-results thead .form-label.status span:hover,.button-default-group .liveDashboard ._account_api .list-results thead .status.status-log span:hover,.button-default-group .liveDashboard ._account_api .list-results thead .status.status-report-item span:hover,.button-default-group .liveDashboard ._account_api .list-results thead .double-list dd.status span:hover,.double-list .button-default-group .liveDashboard ._account_api .list-results thead dd.status span:hover,.button-default-group .liveDashboard ._account_api .list-results thead .double-list dt.status span:hover,.double-list .button-default-group .liveDashboard ._account_api .list-results thead dt.status span:hover,.button-default-group .liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span:hover,.w-cards-container .w-card .button-default-group .liveDashboard ._account_api .list-results thead .status.title span:hover,.button-default-group .liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:hover,.w-cards-container .w-card.centered .w-value .button-default-group .liveDashboard ._account_api .list-results thead .status.label span:hover,.button-default-group .liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span:hover,.button-default-group .liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span:hover,._account_api .button-default-group .liveDashboard .list-results thead .form-label.status span:hover,._account_api .button-default-group .liveDashboard .list-results thead .status.status-log span:hover,._account_api .button-default-group .liveDashboard .list-results thead .status.status-report-item span:hover,._account_api .button-default-group .liveDashboard .list-results thead .double-list dd.status span:hover,.double-list ._account_api .button-default-group .liveDashboard .list-results thead dd.status span:hover,._account_api .button-default-group .liveDashboard .list-results thead .double-list dt.status span:hover,.double-list ._account_api .button-default-group .liveDashboard .list-results thead dt.status span:hover,._account_api .button-default-group .liveDashboard .list-results thead .w-cards-container .w-card .status.title span:hover,.w-cards-container .w-card ._account_api .button-default-group .liveDashboard .list-results thead .status.title span:hover,._account_api .button-default-group .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:hover,.w-cards-container .w-card.centered .w-value ._account_api .button-default-group .liveDashboard .list-results thead .status.label span:hover,._account_api .button-default-group .liveDashboard .list-results thead tbody tr.sublist .status.title span:hover,._account_api .button-default-group .liveDashboard .list-results tbody tr.sublist thead .status.title span:hover,.button-default-group .liveDashboard .form-label.status ._account_api .list-results thead span:hover,.button-default-group .liveDashboard .status.status-log ._account_api .list-results thead span:hover,.button-default-group .liveDashboard .status.status-report-item ._account_api .list-results thead span:hover,.button-default-group .liveDashboard .double-list dd.status ._account_api .list-results thead span:hover,.double-list .button-default-group .liveDashboard dd.status ._account_api .list-results thead span:hover,.button-default-group .liveDashboard .double-list dt.status ._account_api .list-results thead span:hover,.double-list .button-default-group .liveDashboard dt.status ._account_api .list-results thead span:hover,.button-default-group .liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span:hover,.w-cards-container .w-card .button-default-group .liveDashboard .status.title ._account_api .list-results thead span:hover,.button-default-group .liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span:hover,.w-cards-container .w-card.centered .w-value .button-default-group .liveDashboard .status.label ._account_api .list-results thead span:hover,.button-default-group .liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span:hover,.list-results tbody tr.sublist .button-default-group .liveDashboard .status.title ._account_api .list-results thead span:hover,.form-label.status ._account_api .button-default-group .liveDashboard .list-results thead span:hover,.status.status-log ._account_api .button-default-group .liveDashboard .list-results thead span:hover,.status.status-report-item ._account_api .button-default-group .liveDashboard .list-results thead span:hover,.double-list dd.status ._account_api .button-default-group .liveDashboard .list-results thead span:hover,.double-list dt.status ._account_api .button-default-group .liveDashboard .list-results thead span:hover,.w-cards-container .w-card .status.title ._account_api .button-default-group .liveDashboard .list-results thead span:hover,.w-cards-container .w-card.centered .w-value .status.label ._account_api .button-default-group .liveDashboard .list-results thead span:hover,.list-results tbody tr.sublist .status.title ._account_api .button-default-group .liveDashboard .list-results thead span:hover,.button-default-group .liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span:hover,._account_api .button-default-group .liveDashboard .list-results thead .w-filters-selected label.status.small span:hover,.button-default-group .liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span:hover,.w-filters-selected label.status.small ._account_api .button-default-group .liveDashboard .list-results thead span:hover,.button-default-group .liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span:hover,._account_api .button-default-group .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span:hover,.button-default-group .liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span:hover,.w-filters-selected .status.btn-f-s ._account_api .button-default-group .liveDashboard .list-results thead span:hover,.button-default-group .liveDashboard ._account_api .list-results thead .sub-header .w-form label:hover,.button-default-group .liveDashboard ._account_api .list-results thead .sub-header .w-double-list label:hover,._account_api .button-default-group .liveDashboard .list-results thead .sub-header .w-form label:hover,._account_api .button-default-group .liveDashboard .list-results thead .sub-header .w-double-list label:hover,.button-default-group .liveDashboard .sub-header .w-form ._account_api .list-results thead label:hover,.button-default-group .liveDashboard .sub-header .w-double-list ._account_api .list-results thead label:hover,.sub-header .w-form ._account_api .button-default-group .liveDashboard .list-results thead label:hover,.sub-header .w-double-list ._account_api .button-default-group .liveDashboard .list-results thead label:hover,.button-default-group .liveDashboard ._account_api .list-results thead .block-filters button:hover:after,._account_api .button-default-group .liveDashboard .list-results thead .block-filters button:hover:after,.button-default-group .liveDashboard .block-filters ._account_api .list-results thead button:hover:after,.block-filters ._account_api .button-default-group .liveDashboard .list-results thead button:hover:after,.button-default-group .liveDashboard ._account_api .list-results thead .block-filters select:hover:after,._account_api .button-default-group .liveDashboard .list-results thead .block-filters select:hover:after,.button-default-group .liveDashboard .block-filters ._account_api .list-results thead select:hover:after,.block-filters ._account_api .button-default-group .liveDashboard .list-results thead select:hover:after,.button-default-group .liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:hover,._account_api .button-default-group .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:hover,.button-default-group .liveDashboard .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-inactive:hover,.form-auto-list ._account_api .button-default-group .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive:hover,.button-default-group .liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active:hover,._account_api .button-default-group .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active:hover,.button-default-group .liveDashboard .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-active:hover,.form-auto-list ._account_api .button-default-group .liveDashboard .list-results thead .form-auto-item.is-user-is-active:hover,.button-default-group .liveDashboard ._account_api .list-results thead .list-results-header .status.title span:hover,._account_api .button-default-group .liveDashboard .list-results thead .list-results-header .status.title span:hover,.button-default-group .liveDashboard .list-results-header .status.title ._account_api .list-results thead span:hover,.list-results-header .status.title ._account_api .button-default-group .liveDashboard .list-results thead span:hover,.button-default-group .liveDashboard ._account_api .list-results thead tr span:hover,._account_api .button-default-group .liveDashboard .list-results thead tr span:hover,.button-default-group .liveDashboard ._account_api .list-results thead .icon:hover,.button-default-group .liveDashboard ._account_api .list-results thead .w-alert-banner:hover:before,.button-default-group .liveDashboard ._account_api .list-results thead .w-alert-banner:hover:before,.button-default-group .liveDashboard ._account_api .list-results thead .w-alert-banner:hover:before,.button-default-group .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:hover:after,.w-dialog.plus .button-default-group .liveDashboard ._account_api .list-results thead .dialog-aside:hover:after,.button-default-group .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:hover:after,.w-toast .button-default-group .liveDashboard ._account_api .list-results thead .toast.plus:hover:after,.button-default-group .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:hover:before,.w-time-period .dropdown .w-selection .button-default-group .liveDashboard ._account_api .list-results thead .btn-period-clear:hover:before,.button-default-group .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:hover:before,.w-time-period .dropdown .w-selection .button-default-group .liveDashboard ._account_api .list-results thead .btn-filter:hover:before,.button-default-group .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:hover:before,.w-time-period .dropdown .w-selection .button-default-group .liveDashboard ._account_api .list-results thead .btn-period-edit:hover:before,.button-default-group .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:hover:before,.block-filters .button-default-group .liveDashboard ._account_api .list-results thead .btn-filter:hover:before,.button-default-group .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label:hover,.toggleWrapper .button-default-group .liveDashboard ._account_api .list-results thead input.mobileToggle+label:hover,.button-default-group .liveDashboard ._account_api .list-results thead tbody span.status:hover,.button-default-group .liveDashboard ._account_api .list-results tbody thead span.status:hover,.button-default-group .liveDashboard ._account_api .list-results thead tbody td.is-running span:hover,.button-default-group .liveDashboard ._account_api .list-results tbody td.is-running thead span:hover,.button-default-group .liveDashboard ._account_api .list-results thead tbody td.is-pending span:hover,.button-default-group .liveDashboard ._account_api .list-results tbody td.is-pending thead span:hover,.button-default-group ._account_api .liveDashboard .list-results thead .icon:hover,.button-default-group ._account_api .liveDashboard .list-results thead .w-alert-banner:hover:before,.button-default-group ._account_api .liveDashboard .list-results thead .w-alert-banner:hover:before,.button-default-group ._account_api .liveDashboard .list-results thead .w-alert-banner:hover:before,.button-default-group ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:hover:after,.w-dialog.plus .button-default-group ._account_api .liveDashboard .list-results thead .dialog-aside:hover:after,.button-default-group ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:hover:after,.w-toast .button-default-group ._account_api .liveDashboard .list-results thead .toast.plus:hover:after,.button-default-group ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:hover:before,.w-time-period .dropdown .w-selection .button-default-group ._account_api .liveDashboard .list-results thead .btn-period-clear:hover:before,.button-default-group ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:hover:before,.w-time-period .dropdown .w-selection .button-default-group ._account_api .liveDashboard .list-results thead .btn-filter:hover:before,.button-default-group ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:hover:before,.w-time-period .dropdown .w-selection .button-default-group ._account_api .liveDashboard .list-results thead .btn-period-edit:hover:before,.button-default-group ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:hover:before,.block-filters .button-default-group ._account_api .liveDashboard .list-results thead .btn-filter:hover:before,.button-default-group ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label:hover,.toggleWrapper .button-default-group ._account_api .liveDashboard .list-results thead input.mobileToggle+label:hover,.button-default-group ._account_api .liveDashboard .list-results thead tbody span.status:hover,.button-default-group ._account_api .liveDashboard .list-results tbody thead span.status:hover,.button-default-group ._account_api .liveDashboard .list-results thead tbody td.is-running span:hover,.button-default-group ._account_api .liveDashboard .list-results tbody td.is-running thead span:hover,.button-default-group ._account_api .liveDashboard .list-results thead tbody td.is-pending span:hover,.button-default-group ._account_api .liveDashboard .list-results tbody td.is-pending thead span:hover,._account_api .button-default-group .liveDashboard .list-results thead .icon:hover,._account_api .button-default-group .liveDashboard .list-results thead .w-alert-banner:hover:before,._account_api .button-default-group .liveDashboard .list-results thead .w-alert-banner:hover:before,._account_api .button-default-group .liveDashboard .list-results thead .w-alert-banner:hover:before,._account_api .button-default-group .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:hover:after,.w-dialog.plus ._account_api .button-default-group .liveDashboard .list-results thead .dialog-aside:hover:after,._account_api .button-default-group .liveDashboard .list-results thead .w-toast .toast.plus:hover:after,.w-toast ._account_api .button-default-group .liveDashboard .list-results thead .toast.plus:hover:after,._account_api .button-default-group .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:hover:before,.w-time-period .dropdown .w-selection ._account_api .button-default-group .liveDashboard .list-results thead .btn-period-clear:hover:before,._account_api .button-default-group .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:hover:before,.w-time-period .dropdown .w-selection ._account_api .button-default-group .liveDashboard .list-results thead .btn-filter:hover:before,._account_api .button-default-group .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:hover:before,.w-time-period .dropdown .w-selection ._account_api .button-default-group .liveDashboard .list-results thead .btn-period-edit:hover:before,._account_api .button-default-group .liveDashboard .list-results thead .block-filters .btn-filter:hover:before,.block-filters ._account_api .button-default-group .liveDashboard .list-results thead .btn-filter:hover:before,._account_api .button-default-group .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label:hover,.toggleWrapper ._account_api .button-default-group .liveDashboard .list-results thead input.mobileToggle+label:hover,._account_api .button-default-group .liveDashboard .list-results thead tbody span.status:hover,._account_api .button-default-group .liveDashboard .list-results tbody thead span.status:hover,._account_api .button-default-group .liveDashboard .list-results thead tbody td.is-running span:hover,._account_api .button-default-group .liveDashboard .list-results tbody td.is-running thead span:hover,._account_api .button-default-group .liveDashboard .list-results thead tbody td.is-pending span:hover,._account_api .button-default-group .liveDashboard .list-results tbody td.is-pending thead span:hover,.button-default-group .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:hover:after,.button-default-group ._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:hover:after,._account_api .button-default-group .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:hover:after,.button-default-group .liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .dropdown-toggle:hover:after,.button-default-group .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .dropdown-toggle:hover:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .button-default-group .liveDashboard .list-results thead .dropdown-toggle:hover:after,.button-default-group .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:hover,.button-default-group ._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:hover,._account_api .button-default-group .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:hover,.button-default-group .liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .filter:hover,.button-default-group .w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .filter:hover,.w-filter-preset.w-filter-preset .filter-preset ._account_api .button-default-group .liveDashboard .list-results thead .filter:hover,.button-default-group .liveDashboard ._account_api .list-results thead .form-label.status span:hover,.button-default-group .liveDashboard ._account_api .list-results thead .status.status-log span:hover,.button-default-group .liveDashboard ._account_api .list-results thead .status.status-report-item span:hover,.button-default-group .liveDashboard ._account_api .list-results thead .double-list dd.status span:hover,.double-list .button-default-group .liveDashboard ._account_api .list-results thead dd.status span:hover,.button-default-group .liveDashboard ._account_api .list-results thead .double-list dt.status span:hover,.double-list .button-default-group .liveDashboard ._account_api .list-results thead dt.status span:hover,.button-default-group .liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span:hover,.w-cards-container .w-card .button-default-group .liveDashboard ._account_api .list-results thead .status.title span:hover,.button-default-group .liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:hover,.w-cards-container .w-card.centered .w-value .button-default-group .liveDashboard ._account_api .list-results thead .status.label span:hover,.button-default-group .liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span:hover,.button-default-group .liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span:hover,.button-default-group ._account_api .liveDashboard .list-results thead .form-label.status span:hover,.button-default-group ._account_api .liveDashboard .list-results thead .status.status-log span:hover,.button-default-group ._account_api .liveDashboard .list-results thead .status.status-report-item span:hover,.button-default-group ._account_api .liveDashboard .list-results thead .double-list dd.status span:hover,.double-list .button-default-group ._account_api .liveDashboard .list-results thead dd.status span:hover,.button-default-group ._account_api .liveDashboard .list-results thead .double-list dt.status span:hover,.double-list .button-default-group ._account_api .liveDashboard .list-results thead dt.status span:hover,.button-default-group ._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span:hover,.w-cards-container .w-card .button-default-group ._account_api .liveDashboard .list-results thead .status.title span:hover,.button-default-group ._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:hover,.w-cards-container .w-card.centered .w-value .button-default-group ._account_api .liveDashboard .list-results thead .status.label span:hover,.button-default-group ._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span:hover,.button-default-group ._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span:hover,._account_api .button-default-group .liveDashboard .list-results thead .form-label.status span:hover,._account_api .button-default-group .liveDashboard .list-results thead .status.status-log span:hover,._account_api .button-default-group .liveDashboard .list-results thead .status.status-report-item span:hover,._account_api .button-default-group .liveDashboard .list-results thead .double-list dd.status span:hover,.double-list ._account_api .button-default-group .liveDashboard .list-results thead dd.status span:hover,._account_api .button-default-group .liveDashboard .list-results thead .double-list dt.status span:hover,.double-list ._account_api .button-default-group .liveDashboard .list-results thead dt.status span:hover,._account_api .button-default-group .liveDashboard .list-results thead .w-cards-container .w-card .status.title span:hover,.w-cards-container .w-card ._account_api .button-default-group .liveDashboard .list-results thead .status.title span:hover,._account_api .button-default-group .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:hover,.w-cards-container .w-card.centered .w-value ._account_api .button-default-group .liveDashboard .list-results thead .status.label span:hover,._account_api .button-default-group .liveDashboard .list-results thead tbody tr.sublist .status.title span:hover,._account_api .button-default-group .liveDashboard .list-results tbody tr.sublist thead .status.title span:hover,.button-default-group .liveDashboard .form-label.status ._account_api .list-results thead span:hover,.button-default-group .liveDashboard .status.status-log ._account_api .list-results thead span:hover,.button-default-group .liveDashboard .status.status-report-item ._account_api .list-results thead span:hover,.button-default-group .liveDashboard .double-list dd.status ._account_api .list-results thead span:hover,.double-list .button-default-group .liveDashboard dd.status ._account_api .list-results thead span:hover,.button-default-group .liveDashboard .double-list dt.status ._account_api .list-results thead span:hover,.double-list .button-default-group .liveDashboard dt.status ._account_api .list-results thead span:hover,.button-default-group .liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span:hover,.w-cards-container .w-card .button-default-group .liveDashboard .status.title ._account_api .list-results thead span:hover,.button-default-group .liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span:hover,.w-cards-container .w-card.centered .w-value .button-default-group .liveDashboard .status.label ._account_api .list-results thead span:hover,.button-default-group .liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span:hover,.list-results tbody tr.sublist .button-default-group .liveDashboard .status.title ._account_api .list-results thead span:hover,.button-default-group .form-label.status ._account_api .liveDashboard .list-results thead span:hover,.button-default-group .status.status-log ._account_api .liveDashboard .list-results thead span:hover,.button-default-group .status.status-report-item ._account_api .liveDashboard .list-results thead span:hover,.button-default-group .double-list dd.status ._account_api .liveDashboard .list-results thead span:hover,.double-list .button-default-group dd.status ._account_api .liveDashboard .list-results thead span:hover,.button-default-group .double-list dt.status ._account_api .liveDashboard .list-results thead span:hover,.double-list .button-default-group dt.status ._account_api .liveDashboard .list-results thead span:hover,.button-default-group .w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead span:hover,.w-cards-container .w-card .button-default-group .status.title ._account_api .liveDashboard .list-results thead span:hover,.button-default-group .w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead span:hover,.w-cards-container .w-card.centered .w-value .button-default-group .status.label ._account_api .liveDashboard .list-results thead span:hover,.button-default-group .list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead span:hover,.list-results tbody tr.sublist .button-default-group .status.title ._account_api .liveDashboard .list-results thead span:hover,.form-label.status ._account_api .button-default-group .liveDashboard .list-results thead span:hover,.status.status-log ._account_api .button-default-group .liveDashboard .list-results thead span:hover,.status.status-report-item ._account_api .button-default-group .liveDashboard .list-results thead span:hover,.double-list dd.status ._account_api .button-default-group .liveDashboard .list-results thead span:hover,.double-list dt.status ._account_api .button-default-group .liveDashboard .list-results thead span:hover,.w-cards-container .w-card .status.title ._account_api .button-default-group .liveDashboard .list-results thead span:hover,.w-cards-container .w-card.centered .w-value .status.label ._account_api .button-default-group .liveDashboard .list-results thead span:hover,.list-results tbody tr.sublist .status.title ._account_api .button-default-group .liveDashboard .list-results thead span:hover,.button-default-group .liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span:hover,.button-default-group ._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span:hover,._account_api .button-default-group .liveDashboard .list-results thead .w-filters-selected label.status.small span:hover,.button-default-group .liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span:hover,.button-default-group .w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead span:hover,.w-filters-selected label.status.small ._account_api .button-default-group .liveDashboard .list-results thead span:hover,.button-default-group .liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span:hover,.button-default-group ._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span:hover,._account_api .button-default-group .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span:hover,.button-default-group .liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span:hover,.button-default-group .w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead span:hover,.w-filters-selected .status.btn-f-s ._account_api .button-default-group .liveDashboard .list-results thead span:hover,.button-default-group .liveDashboard ._account_api .list-results thead .sub-header .w-form label:hover,.button-default-group .liveDashboard ._account_api .list-results thead .sub-header .w-double-list label:hover,.button-default-group ._account_api .liveDashboard .list-results thead .sub-header .w-form label:hover,.button-default-group ._account_api .liveDashboard .list-results thead .sub-header .w-double-list label:hover,._account_api .button-default-group .liveDashboard .list-results thead .sub-header .w-form label:hover,._account_api .button-default-group .liveDashboard .list-results thead .sub-header .w-double-list label:hover,.button-default-group .liveDashboard .sub-header .w-form ._account_api .list-results thead label:hover,.button-default-group .liveDashboard .sub-header .w-double-list ._account_api .list-results thead label:hover,.button-default-group .sub-header .w-form ._account_api .liveDashboard .list-results thead label:hover,.button-default-group .sub-header .w-double-list ._account_api .liveDashboard .list-results thead label:hover,.sub-header .w-form ._account_api .button-default-group .liveDashboard .list-results thead label:hover,.sub-header .w-double-list ._account_api .button-default-group .liveDashboard .list-results thead label:hover,.button-default-group .liveDashboard ._account_api .list-results thead .block-filters button:hover:after,.button-default-group ._account_api .liveDashboard .list-results thead .block-filters button:hover:after,._account_api .button-default-group .liveDashboard .list-results thead .block-filters button:hover:after,.button-default-group .liveDashboard .block-filters ._account_api .list-results thead button:hover:after,.button-default-group .block-filters ._account_api .liveDashboard .list-results thead button:hover:after,.block-filters ._account_api .button-default-group .liveDashboard .list-results thead button:hover:after,.button-default-group .liveDashboard ._account_api .list-results thead .block-filters select:hover:after,.button-default-group ._account_api .liveDashboard .list-results thead .block-filters select:hover:after,._account_api .button-default-group .liveDashboard .list-results thead .block-filters select:hover:after,.button-default-group .liveDashboard .block-filters ._account_api .list-results thead select:hover:after,.button-default-group .block-filters ._account_api .liveDashboard .list-results thead select:hover:after,.block-filters ._account_api .button-default-group .liveDashboard .list-results thead select:hover:after,.button-default-group .liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:hover,.button-default-group ._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:hover,._account_api .button-default-group .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:hover,.button-default-group .liveDashboard .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-inactive:hover,.button-default-group .form-auto-list ._account_api .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive:hover,.form-auto-list ._account_api .button-default-group .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive:hover,.button-default-group .liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active:hover,.button-default-group ._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active:hover,._account_api .button-default-group .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active:hover,.button-default-group .liveDashboard .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-active:hover,.button-default-group .form-auto-list ._account_api .liveDashboard .list-results thead .form-auto-item.is-user-is-active:hover,.form-auto-list ._account_api .button-default-group .liveDashboard .list-results thead .form-auto-item.is-user-is-active:hover,.button-default-group .liveDashboard ._account_api .list-results thead .list-results-header .status.title span:hover,.button-default-group ._account_api .liveDashboard .list-results thead .list-results-header .status.title span:hover,._account_api .button-default-group .liveDashboard .list-results thead .list-results-header .status.title span:hover,.button-default-group .liveDashboard .list-results-header .status.title ._account_api .list-results thead span:hover,.button-default-group .list-results-header .status.title ._account_api .liveDashboard .list-results thead span:hover,.list-results-header .status.title ._account_api .button-default-group .liveDashboard .list-results thead span:hover,.button-default-group .liveDashboard ._account_api .list-results thead tr span:hover,.button-default-group ._account_api .liveDashboard .list-results thead tr span:hover,._account_api .button-default-group .liveDashboard .list-results thead tr span:hover,.button-default-group ._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .dropdown-toggle:hover:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .button-default-group .liveDashboard .list-results thead .dropdown-toggle:hover:after,.button-default-group .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .dropdown-toggle:hover:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .button-default-group .liveDashboard ._account_api .list-results thead .dropdown-toggle:hover:after,.button-default-group ._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .filter:hover,._account_api .w-filter-preset.w-filter-preset .filter-preset .button-default-group .liveDashboard .list-results thead .filter:hover,.button-default-group .w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .filter:hover,.w-filter-preset.w-filter-preset .filter-preset .button-default-group .liveDashboard ._account_api .list-results thead .filter:hover,.button-default-group ._account_api .form-label.status .liveDashboard .list-results thead span:hover,.button-default-group ._account_api .status.status-log .liveDashboard .list-results thead span:hover,.button-default-group ._account_api .status.status-report-item .liveDashboard .list-results thead span:hover,.button-default-group ._account_api .double-list dd.status .liveDashboard .list-results thead span:hover,.double-list .button-default-group ._account_api dd.status .liveDashboard .list-results thead span:hover,.button-default-group ._account_api .double-list dt.status .liveDashboard .list-results thead span:hover,.double-list .button-default-group ._account_api dt.status .liveDashboard .list-results thead span:hover,.button-default-group ._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span:hover,.w-cards-container .w-card .button-default-group ._account_api .status.title .liveDashboard .list-results thead span:hover,.button-default-group ._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span:hover,.w-cards-container .w-card.centered .w-value .button-default-group ._account_api .status.label .liveDashboard .list-results thead span:hover,.button-default-group ._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span:hover,.list-results tbody tr.sublist .button-default-group ._account_api .status.title .liveDashboard .list-results thead span:hover,._account_api .form-label.status .button-default-group .liveDashboard .list-results thead span:hover,._account_api .status.status-log .button-default-group .liveDashboard .list-results thead span:hover,._account_api .status.status-report-item .button-default-group .liveDashboard .list-results thead span:hover,._account_api .double-list dd.status .button-default-group .liveDashboard .list-results thead span:hover,.double-list ._account_api dd.status .button-default-group .liveDashboard .list-results thead span:hover,._account_api .double-list dt.status .button-default-group .liveDashboard .list-results thead span:hover,.double-list ._account_api dt.status .button-default-group .liveDashboard .list-results thead span:hover,._account_api .w-cards-container .w-card .status.title .button-default-group .liveDashboard .list-results thead span:hover,.w-cards-container .w-card ._account_api .status.title .button-default-group .liveDashboard .list-results thead span:hover,._account_api .w-cards-container .w-card.centered .w-value .status.label .button-default-group .liveDashboard .list-results thead span:hover,.w-cards-container .w-card.centered .w-value ._account_api .status.label .button-default-group .liveDashboard .list-results thead span:hover,._account_api .list-results tbody tr.sublist .status.title .button-default-group .liveDashboard .list-results thead span:hover,.list-results tbody tr.sublist ._account_api .status.title .button-default-group .liveDashboard .list-results thead span:hover,.button-default-group .form-label.status .liveDashboard ._account_api .list-results thead span:hover,.button-default-group .status.status-log .liveDashboard ._account_api .list-results thead span:hover,.button-default-group .status.status-report-item .liveDashboard ._account_api .list-results thead span:hover,.button-default-group .double-list dd.status .liveDashboard ._account_api .list-results thead span:hover,.double-list .button-default-group dd.status .liveDashboard ._account_api .list-results thead span:hover,.button-default-group .double-list dt.status .liveDashboard ._account_api .list-results thead span:hover,.double-list .button-default-group dt.status .liveDashboard ._account_api .list-results thead span:hover,.button-default-group .w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead span:hover,.w-cards-container .w-card .button-default-group .status.title .liveDashboard ._account_api .list-results thead span:hover,.button-default-group .w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead span:hover,.w-cards-container .w-card.centered .w-value .button-default-group .status.label .liveDashboard ._account_api .list-results thead span:hover,.button-default-group .list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead span:hover,.list-results tbody tr.sublist .button-default-group .status.title .liveDashboard ._account_api .list-results thead span:hover,.form-label.status .button-default-group .liveDashboard ._account_api .list-results thead span:hover,.status.status-log .button-default-group .liveDashboard ._account_api .list-results thead span:hover,.status.status-report-item .button-default-group .liveDashboard ._account_api .list-results thead span:hover,.double-list dd.status .button-default-group .liveDashboard ._account_api .list-results thead span:hover,.double-list dt.status .button-default-group .liveDashboard ._account_api .list-results thead span:hover,.w-cards-container .w-card .status.title .button-default-group .liveDashboard ._account_api .list-results thead span:hover,.w-cards-container .w-card.centered .w-value .status.label .button-default-group .liveDashboard ._account_api .list-results thead span:hover,.list-results tbody tr.sublist .status.title .button-default-group .liveDashboard ._account_api .list-results thead span:hover,.button-default-group ._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span:hover,._account_api .w-filters-selected label.status.small .button-default-group .liveDashboard .list-results thead span:hover,.button-default-group .w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead span:hover,.w-filters-selected label.status.small .button-default-group .liveDashboard ._account_api .list-results thead span:hover,.button-default-group ._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span:hover,._account_api .w-filters-selected .status.btn-f-s .button-default-group .liveDashboard .list-results thead span:hover,.button-default-group .w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead span:hover,.w-filters-selected .status.btn-f-s .button-default-group .liveDashboard ._account_api .list-results thead span:hover,.button-default-group ._account_api .sub-header .w-form .liveDashboard .list-results thead label:hover,.button-default-group ._account_api .sub-header .w-double-list .liveDashboard .list-results thead label:hover,._account_api .sub-header .w-form .button-default-group .liveDashboard .list-results thead label:hover,._account_api .sub-header .w-double-list .button-default-group .liveDashboard .list-results thead label:hover,.button-default-group .sub-header .w-form .liveDashboard ._account_api .list-results thead label:hover,.button-default-group .sub-header .w-double-list .liveDashboard ._account_api .list-results thead label:hover,.sub-header .w-form .button-default-group .liveDashboard ._account_api .list-results thead label:hover,.sub-header .w-double-list .button-default-group .liveDashboard ._account_api .list-results thead label:hover,.button-default-group ._account_api .block-filters .liveDashboard .list-results thead button:hover:after,._account_api .block-filters .button-default-group .liveDashboard .list-results thead button:hover:after,.button-default-group .block-filters .liveDashboard ._account_api .list-results thead button:hover:after,.block-filters .button-default-group .liveDashboard ._account_api .list-results thead button:hover:after,.button-default-group ._account_api .block-filters .liveDashboard .list-results thead select:hover:after,._account_api .block-filters .button-default-group .liveDashboard .list-results thead select:hover:after,.button-default-group .block-filters .liveDashboard ._account_api .list-results thead select:hover:after,.block-filters .button-default-group .liveDashboard ._account_api .list-results thead select:hover:after,.button-default-group ._account_api .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive:hover,._account_api .form-auto-list .button-default-group .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive:hover,.button-default-group .form-auto-list .liveDashboard ._account_api .list-results thead .form-auto-item.is-user-is-inactive:hover,.form-auto-list .button-default-group .liveDashboard ._account_api .list-results thead .form-auto-item.is-user-is-inactive:hover,.button-default-group ._account_api .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-active:hover,._account_api .form-auto-list .button-default-group .liveDashboard .list-results thead .form-auto-item.is-user-is-active:hover,.button-default-group .form-auto-list .liveDashboard ._account_api .list-results thead .form-auto-item.is-user-is-active:hover,.form-auto-list .button-default-group .liveDashboard ._account_api .list-results thead .form-auto-item.is-user-is-active:hover,.button-default-group ._account_api .list-results-header .status.title .liveDashboard .list-results thead span:hover,._account_api .list-results-header .status.title .button-default-group .liveDashboard .list-results thead span:hover,.button-default-group .list-results-header .status.title .liveDashboard ._account_api .list-results thead span:hover,.list-results-header .status.title .button-default-group .liveDashboard ._account_api .list-results thead span:hover,.liveDashboard .list-results thead .button-default-group .icon:hover,.liveDashboard .list-results thead .button-default-group .w-alert-banner:hover:before,.liveDashboard .list-results thead .button-default-group .w-alert-banner:hover:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-alert-banner:hover:before,._account_api .liveDashboard .list-results thead .button-default-group .w-alert-banner:hover:before,.liveDashboard .list-results thead .button-default-group .w-dialog.plus .dialog-aside:hover:after,.w-dialog.plus .liveDashboard .list-results thead .button-default-group .dialog-aside:hover:after,.liveDashboard .list-results thead .button-default-group .w-toast .toast.plus:hover:after,.w-toast .liveDashboard .list-results thead .button-default-group .toast.plus:hover:after,.liveDashboard .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-clear:hover:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .button-default-group .btn-period-clear:hover:before,.liveDashboard .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-filter:hover:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .button-default-group .btn-filter:hover:before,.liveDashboard .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-edit:hover:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .button-default-group .btn-period-edit:hover:before,.liveDashboard .list-results thead .button-default-group .block-filters .btn-filter:hover:before,.block-filters .liveDashboard .list-results thead .button-default-group .btn-filter:hover:before,.liveDashboard .list-results thead .button-default-group .toggleWrapper input.mobileToggle+label:hover,.toggleWrapper .liveDashboard .list-results thead .button-default-group input.mobileToggle+label:hover,.liveDashboard .list-results thead .button-default-group tbody span.status:hover,.liveDashboard .list-results tbody thead .button-default-group span.status:hover,.liveDashboard .list-results thead .button-default-group tbody td.is-running span:hover,.liveDashboard .list-results tbody td.is-running thead .button-default-group span:hover,.liveDashboard .list-results thead .button-default-group tbody td.is-pending span:hover,.liveDashboard .list-results tbody td.is-pending thead .button-default-group span:hover,.liveDashboard .list-results thead .button-default-group .icon:hover,.liveDashboard .list-results thead .button-default-group .w-alert-banner:hover:before,.liveDashboard .list-results thead .button-default-group .w-alert-banner:hover:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-alert-banner:hover:before,._account_api .liveDashboard .list-results thead .button-default-group .w-alert-banner:hover:before,.liveDashboard .list-results thead .button-default-group .w-dialog.plus .dialog-aside:hover:after,.w-dialog.plus .liveDashboard .list-results thead .button-default-group .dialog-aside:hover:after,.liveDashboard .list-results thead .button-default-group .w-toast .toast.plus:hover:after,.w-toast .liveDashboard .list-results thead .button-default-group .toast.plus:hover:after,.liveDashboard .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-clear:hover:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .button-default-group .btn-period-clear:hover:before,.liveDashboard .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-filter:hover:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .button-default-group .btn-filter:hover:before,.liveDashboard .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-edit:hover:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .button-default-group .btn-period-edit:hover:before,.liveDashboard .list-results thead .button-default-group .block-filters .btn-filter:hover:before,.block-filters .liveDashboard .list-results thead .button-default-group .btn-filter:hover:before,.liveDashboard .list-results thead .button-default-group .toggleWrapper input.mobileToggle+label:hover,.toggleWrapper .liveDashboard .list-results thead .button-default-group input.mobileToggle+label:hover,.liveDashboard .list-results thead .button-default-group tbody span.status:hover,.liveDashboard .list-results tbody thead .button-default-group span.status:hover,.liveDashboard .list-results thead .button-default-group tbody td.is-running span:hover,.liveDashboard .list-results tbody td.is-running thead .button-default-group span:hover,.liveDashboard .list-results thead .button-default-group tbody td.is-pending span:hover,.liveDashboard .list-results tbody td.is-pending thead .button-default-group span:hover,.liveDashboard .list-results thead .button-default-group .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:hover:after,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .button-default-group .dropdown-toggle:hover:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .button-default-group .dropdown-toggle:hover:after,.liveDashboard .list-results thead .button-default-group .w-filter-preset.w-filter-preset .filter-preset .filter:hover,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .button-default-group .filter:hover,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .button-default-group .filter:hover,.liveDashboard .list-results thead .button-default-group .form-label.status span:hover,.liveDashboard .list-results thead .button-default-group .status.status-log span:hover,.liveDashboard .list-results thead .button-default-group .status.status-report-item span:hover,.liveDashboard .list-results thead .button-default-group .double-list dd.status span:hover,.double-list .liveDashboard .list-results thead .button-default-group dd.status span:hover,.liveDashboard .list-results thead .button-default-group .double-list dt.status span:hover,.double-list .liveDashboard .list-results thead .button-default-group dt.status span:hover,.liveDashboard .list-results thead .button-default-group .w-cards-container .w-card .status.title span:hover,.w-cards-container .w-card .liveDashboard .list-results thead .button-default-group .status.title span:hover,.liveDashboard .list-results thead .button-default-group .w-cards-container .w-card.centered .w-value .status.label span:hover,.w-cards-container .w-card.centered .w-value .liveDashboard .list-results thead .button-default-group .status.label span:hover,.liveDashboard .list-results thead .button-default-group tbody tr.sublist .status.title span:hover,.liveDashboard .list-results tbody tr.sublist thead .button-default-group .status.title span:hover,.liveDashboard .list-results thead .form-label.status .button-default-group span:hover,.liveDashboard .list-results thead .status.status-log .button-default-group span:hover,.liveDashboard .list-results thead .status.status-report-item .button-default-group span:hover,.liveDashboard .list-results thead .double-list dd.status .button-default-group span:hover,.double-list .liveDashboard .list-results thead dd.status .button-default-group span:hover,.liveDashboard .list-results thead .double-list dt.status .button-default-group span:hover,.double-list .liveDashboard .list-results thead dt.status .button-default-group span:hover,.liveDashboard .list-results thead .w-cards-container .w-card .status.title .button-default-group span:hover,.w-cards-container .w-card .liveDashboard .list-results thead .status.title .button-default-group span:hover,.liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .button-default-group span:hover,.w-cards-container .w-card.centered .w-value .liveDashboard .list-results thead .status.label .button-default-group span:hover,.liveDashboard .list-results thead tbody tr.sublist .status.title .button-default-group span:hover,.liveDashboard .list-results tbody tr.sublist thead .status.title .button-default-group span:hover,.form-label.status .liveDashboard .list-results thead .button-default-group span:hover,.status.status-log .liveDashboard .list-results thead .button-default-group span:hover,.status.status-report-item .liveDashboard .list-results thead .button-default-group span:hover,.double-list dd.status .liveDashboard .list-results thead .button-default-group span:hover,.double-list dt.status .liveDashboard .list-results thead .button-default-group span:hover,.w-cards-container .w-card .status.title .liveDashboard .list-results thead .button-default-group span:hover,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead .button-default-group span:hover,.list-results tbody tr.sublist .status.title .liveDashboard .list-results thead .button-default-group span:hover,.liveDashboard .list-results thead .button-default-group .w-filters-selected label.status.small span:hover,.liveDashboard .list-results thead .w-filters-selected label.status.small .button-default-group span:hover,.w-filters-selected label.status.small .liveDashboard .list-results thead .button-default-group span:hover,.liveDashboard .list-results thead .button-default-group .w-filters-selected .status.btn-f-s span:hover,.liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .button-default-group span:hover,.w-filters-selected .status.btn-f-s .liveDashboard .list-results thead .button-default-group span:hover,.liveDashboard .list-results thead .button-default-group .sub-header .w-form label:hover,.liveDashboard .list-results thead .button-default-group .sub-header .w-double-list label:hover,.liveDashboard .list-results thead .sub-header .w-form .button-default-group label:hover,.liveDashboard .list-results thead .sub-header .w-double-list .button-default-group label:hover,.sub-header .w-form .liveDashboard .list-results thead .button-default-group label:hover,.sub-header .w-double-list .liveDashboard .list-results thead .button-default-group label:hover,.liveDashboard .list-results thead .button-default-group .block-filters button:hover:after,.liveDashboard .list-results thead .block-filters .button-default-group button:hover:after,.block-filters .liveDashboard .list-results thead .button-default-group button:hover:after,.liveDashboard .list-results thead .button-default-group .block-filters select:hover:after,.liveDashboard .list-results thead .block-filters .button-default-group select:hover:after,.block-filters .liveDashboard .list-results thead .button-default-group select:hover:after,.liveDashboard .list-results thead .button-default-group .form-auto-list .form-auto-item.is-user-is-inactive:hover,.liveDashboard .list-results thead .form-auto-list .button-default-group .form-auto-item.is-user-is-inactive:hover,.form-auto-list .liveDashboard .list-results thead .button-default-group .form-auto-item.is-user-is-inactive:hover,.liveDashboard .list-results thead .button-default-group .form-auto-list .form-auto-item.is-user-is-active:hover,.liveDashboard .list-results thead .form-auto-list .button-default-group .form-auto-item.is-user-is-active:hover,.form-auto-list .liveDashboard .list-results thead .button-default-group .form-auto-item.is-user-is-active:hover,.liveDashboard .list-results thead .button-default-group .list-results-header .status.title span:hover,.liveDashboard .list-results thead .list-results-header .status.title .button-default-group span:hover,.list-results-header .status.title .liveDashboard .list-results thead .button-default-group span:hover,.liveDashboard .list-results thead .button-default-group tr span:hover,.liveDashboard .list-results thead tr .button-default-group span:hover,.liveDashboard ._account_api .list-results thead .button-default-group .icon:hover,.liveDashboard ._account_api .list-results thead .button-default-group .w-alert-banner:hover:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-alert-banner:hover:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-alert-banner:hover:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-dialog.plus .dialog-aside:hover:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .button-default-group .dialog-aside:hover:after,.liveDashboard ._account_api .list-results thead .button-default-group .w-toast .toast.plus:hover:after,.w-toast .liveDashboard ._account_api .list-results thead .button-default-group .toast.plus:hover:after,.liveDashboard ._account_api .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-clear:hover:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .button-default-group .btn-period-clear:hover:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-filter:hover:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .button-default-group .btn-filter:hover:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-edit:hover:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .button-default-group .btn-period-edit:hover:before,.liveDashboard ._account_api .list-results thead .button-default-group .block-filters .btn-filter:hover:before,.block-filters .liveDashboard ._account_api .list-results thead .button-default-group .btn-filter:hover:before,.liveDashboard ._account_api .list-results thead .button-default-group .toggleWrapper input.mobileToggle+label:hover,.toggleWrapper .liveDashboard ._account_api .list-results thead .button-default-group input.mobileToggle+label:hover,.liveDashboard ._account_api .list-results thead .button-default-group tbody span.status:hover,.liveDashboard ._account_api .list-results tbody thead .button-default-group span.status:hover,.liveDashboard ._account_api .list-results thead .button-default-group tbody td.is-running span:hover,.liveDashboard ._account_api .list-results tbody td.is-running thead .button-default-group span:hover,.liveDashboard ._account_api .list-results thead .button-default-group tbody td.is-pending span:hover,.liveDashboard ._account_api .list-results tbody td.is-pending thead .button-default-group span:hover,._account_api .liveDashboard .list-results thead .button-default-group .icon:hover,._account_api .liveDashboard .list-results thead .button-default-group .w-alert-banner:hover:before,._account_api .liveDashboard .list-results thead .button-default-group .w-alert-banner:hover:before,._account_api .liveDashboard .list-results thead .button-default-group .w-alert-banner:hover:before,._account_api .liveDashboard .list-results thead .button-default-group .w-dialog.plus .dialog-aside:hover:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .button-default-group .dialog-aside:hover:after,._account_api .liveDashboard .list-results thead .button-default-group .w-toast .toast.plus:hover:after,.w-toast ._account_api .liveDashboard .list-results thead .button-default-group .toast.plus:hover:after,._account_api .liveDashboard .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-clear:hover:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .button-default-group .btn-period-clear:hover:before,._account_api .liveDashboard .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-filter:hover:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .button-default-group .btn-filter:hover:before,._account_api .liveDashboard .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-edit:hover:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .button-default-group .btn-period-edit:hover:before,._account_api .liveDashboard .list-results thead .button-default-group .block-filters .btn-filter:hover:before,.block-filters ._account_api .liveDashboard .list-results thead .button-default-group .btn-filter:hover:before,._account_api .liveDashboard .list-results thead .button-default-group .toggleWrapper input.mobileToggle+label:hover,.toggleWrapper ._account_api .liveDashboard .list-results thead .button-default-group input.mobileToggle+label:hover,._account_api .liveDashboard .list-results thead .button-default-group tbody span.status:hover,._account_api .liveDashboard .list-results tbody thead .button-default-group span.status:hover,._account_api .liveDashboard .list-results thead .button-default-group tbody td.is-running span:hover,._account_api .liveDashboard .list-results tbody td.is-running thead .button-default-group span:hover,._account_api .liveDashboard .list-results thead .button-default-group tbody td.is-pending span:hover,._account_api .liveDashboard .list-results tbody td.is-pending thead .button-default-group span:hover,.liveDashboard ._account_api .list-results thead .button-default-group .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:hover:after,._account_api .liveDashboard .list-results thead .button-default-group .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:hover:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .button-default-group .dropdown-toggle:hover:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .button-default-group .dropdown-toggle:hover:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .button-default-group .dropdown-toggle:hover:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .button-default-group .dropdown-toggle:hover:after,.liveDashboard ._account_api .list-results thead .button-default-group .w-filter-preset.w-filter-preset .filter-preset .filter:hover,._account_api .liveDashboard .list-results thead .button-default-group .w-filter-preset.w-filter-preset .filter-preset .filter:hover,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .button-default-group .filter:hover,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .button-default-group .filter:hover,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .button-default-group .filter:hover,.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .button-default-group .filter:hover,.liveDashboard ._account_api .list-results thead .button-default-group .form-label.status span:hover,.liveDashboard ._account_api .list-results thead .button-default-group .status.status-log span:hover,.liveDashboard ._account_api .list-results thead .button-default-group .status.status-report-item span:hover,.liveDashboard ._account_api .list-results thead .button-default-group .double-list dd.status span:hover,.double-list .liveDashboard ._account_api .list-results thead .button-default-group dd.status span:hover,.liveDashboard ._account_api .list-results thead .button-default-group .double-list dt.status span:hover,.double-list .liveDashboard ._account_api .list-results thead .button-default-group dt.status span:hover,.liveDashboard ._account_api .list-results thead .button-default-group .w-cards-container .w-card .status.title span:hover,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .button-default-group .status.title span:hover,.liveDashboard ._account_api .list-results thead .button-default-group .w-cards-container .w-card.centered .w-value .status.label span:hover,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .button-default-group .status.label span:hover,.liveDashboard ._account_api .list-results thead .button-default-group tbody tr.sublist .status.title span:hover,.liveDashboard ._account_api .list-results tbody tr.sublist thead .button-default-group .status.title span:hover,._account_api .liveDashboard .list-results thead .button-default-group .form-label.status span:hover,._account_api .liveDashboard .list-results thead .button-default-group .status.status-log span:hover,._account_api .liveDashboard .list-results thead .button-default-group .status.status-report-item span:hover,._account_api .liveDashboard .list-results thead .button-default-group .double-list dd.status span:hover,.double-list ._account_api .liveDashboard .list-results thead .button-default-group dd.status span:hover,._account_api .liveDashboard .list-results thead .button-default-group .double-list dt.status span:hover,.double-list ._account_api .liveDashboard .list-results thead .button-default-group dt.status span:hover,._account_api .liveDashboard .list-results thead .button-default-group .w-cards-container .w-card .status.title span:hover,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .button-default-group .status.title span:hover,._account_api .liveDashboard .list-results thead .button-default-group .w-cards-container .w-card.centered .w-value .status.label span:hover,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .button-default-group .status.label span:hover,._account_api .liveDashboard .list-results thead .button-default-group tbody tr.sublist .status.title span:hover,._account_api .liveDashboard .list-results tbody tr.sublist thead .button-default-group .status.title span:hover,.liveDashboard ._account_api .list-results thead .form-label.status .button-default-group span:hover,.liveDashboard ._account_api .list-results thead .status.status-log .button-default-group span:hover,.liveDashboard ._account_api .list-results thead .status.status-report-item .button-default-group span:hover,.liveDashboard ._account_api .list-results thead .double-list dd.status .button-default-group span:hover,.double-list .liveDashboard ._account_api .list-results thead dd.status .button-default-group span:hover,.liveDashboard ._account_api .list-results thead .double-list dt.status .button-default-group span:hover,.double-list .liveDashboard ._account_api .list-results thead dt.status .button-default-group span:hover,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title .button-default-group span:hover,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title .button-default-group span:hover,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .button-default-group span:hover,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label .button-default-group span:hover,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title .button-default-group span:hover,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title .button-default-group span:hover,._account_api .liveDashboard .list-results thead .form-label.status .button-default-group span:hover,._account_api .liveDashboard .list-results thead .status.status-log .button-default-group span:hover,._account_api .liveDashboard .list-results thead .status.status-report-item .button-default-group span:hover,._account_api .liveDashboard .list-results thead .double-list dd.status .button-default-group span:hover,.double-list ._account_api .liveDashboard .list-results thead dd.status .button-default-group span:hover,._account_api .liveDashboard .list-results thead .double-list dt.status .button-default-group span:hover,.double-list ._account_api .liveDashboard .list-results thead dt.status .button-default-group span:hover,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title .button-default-group span:hover,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title .button-default-group span:hover,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .button-default-group span:hover,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label .button-default-group span:hover,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title .button-default-group span:hover,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title .button-default-group span:hover,.liveDashboard .form-label.status ._account_api .list-results thead .button-default-group span:hover,.liveDashboard .status.status-log ._account_api .list-results thead .button-default-group span:hover,.liveDashboard .status.status-report-item ._account_api .list-results thead .button-default-group span:hover,.liveDashboard .double-list dd.status ._account_api .list-results thead .button-default-group span:hover,.double-list .liveDashboard dd.status ._account_api .list-results thead .button-default-group span:hover,.liveDashboard .double-list dt.status ._account_api .list-results thead .button-default-group span:hover,.double-list .liveDashboard dt.status ._account_api .list-results thead .button-default-group span:hover,.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead .button-default-group span:hover,.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead .button-default-group span:hover,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead .button-default-group span:hover,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead .button-default-group span:hover,.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead .button-default-group span:hover,.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead .button-default-group span:hover,.form-label.status ._account_api .liveDashboard .list-results thead .button-default-group span:hover,.status.status-log ._account_api .liveDashboard .list-results thead .button-default-group span:hover,.status.status-report-item ._account_api .liveDashboard .list-results thead .button-default-group span:hover,.double-list dd.status ._account_api .liveDashboard .list-results thead .button-default-group span:hover,.double-list dt.status ._account_api .liveDashboard .list-results thead .button-default-group span:hover,.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead .button-default-group span:hover,.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead .button-default-group span:hover,.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead .button-default-group span:hover,.liveDashboard ._account_api .list-results thead .button-default-group .w-filters-selected label.status.small span:hover,._account_api .liveDashboard .list-results thead .button-default-group .w-filters-selected label.status.small span:hover,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small .button-default-group span:hover,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small .button-default-group span:hover,.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead .button-default-group span:hover,.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead .button-default-group span:hover,.liveDashboard ._account_api .list-results thead .button-default-group .w-filters-selected .status.btn-f-s span:hover,._account_api .liveDashboard .list-results thead .button-default-group .w-filters-selected .status.btn-f-s span:hover,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s .button-default-group span:hover,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .button-default-group span:hover,.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead .button-default-group span:hover,.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead .button-default-group span:hover,.liveDashboard ._account_api .list-results thead .button-default-group .sub-header .w-form label:hover,.liveDashboard ._account_api .list-results thead .button-default-group .sub-header .w-double-list label:hover,._account_api .liveDashboard .list-results thead .button-default-group .sub-header .w-form label:hover,._account_api .liveDashboard .list-results thead .button-default-group .sub-header .w-double-list label:hover,.liveDashboard ._account_api .list-results thead .sub-header .w-form .button-default-group label:hover,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list .button-default-group label:hover,._account_api .liveDashboard .list-results thead .sub-header .w-form .button-default-group label:hover,._account_api .liveDashboard .list-results thead .sub-header .w-double-list .button-default-group label:hover,.liveDashboard .sub-header .w-form ._account_api .list-results thead .button-default-group label:hover,.liveDashboard .sub-header .w-double-list ._account_api .list-results thead .button-default-group label:hover,.sub-header .w-form ._account_api .liveDashboard .list-results thead .button-default-group label:hover,.sub-header .w-double-list ._account_api .liveDashboard .list-results thead .button-default-group label:hover,.liveDashboard ._account_api .list-results thead .button-default-group .block-filters button:hover:after,._account_api .liveDashboard .list-results thead .button-default-group .block-filters button:hover:after,.liveDashboard ._account_api .list-results thead .block-filters .button-default-group button:hover:after,._account_api .liveDashboard .list-results thead .block-filters .button-default-group button:hover:after,.liveDashboard .block-filters ._account_api .list-results thead .button-default-group button:hover:after,.block-filters ._account_api .liveDashboard .list-results thead .button-default-group button:hover:after,.liveDashboard ._account_api .list-results thead .button-default-group .block-filters select:hover:after,._account_api .liveDashboard .list-results thead .button-default-group .block-filters select:hover:after,.liveDashboard ._account_api .list-results thead .block-filters .button-default-group select:hover:after,._account_api .liveDashboard .list-results thead .block-filters .button-default-group select:hover:after,.liveDashboard .block-filters ._account_api .list-results thead .button-default-group select:hover:after,.block-filters ._account_api .liveDashboard .list-results thead .button-default-group select:hover:after,.liveDashboard ._account_api .list-results thead .button-default-group .form-auto-list .form-auto-item.is-user-is-inactive:hover,._account_api .liveDashboard .list-results thead .button-default-group .form-auto-list .form-auto-item.is-user-is-inactive:hover,.liveDashboard ._account_api .list-results thead .form-auto-list .button-default-group .form-auto-item.is-user-is-inactive:hover,._account_api .liveDashboard .list-results thead .form-auto-list .button-default-group .form-auto-item.is-user-is-inactive:hover,.liveDashboard .form-auto-list ._account_api .list-results thead .button-default-group .form-auto-item.is-user-is-inactive:hover,.form-auto-list ._account_api .liveDashboard .list-results thead .button-default-group .form-auto-item.is-user-is-inactive:hover,.liveDashboard ._account_api .list-results thead .button-default-group .form-auto-list .form-auto-item.is-user-is-active:hover,._account_api .liveDashboard .list-results thead .button-default-group .form-auto-list .form-auto-item.is-user-is-active:hover,.liveDashboard ._account_api .list-results thead .form-auto-list .button-default-group .form-auto-item.is-user-is-active:hover,._account_api .liveDashboard .list-results thead .form-auto-list .button-default-group .form-auto-item.is-user-is-active:hover,.liveDashboard .form-auto-list ._account_api .list-results thead .button-default-group .form-auto-item.is-user-is-active:hover,.form-auto-list ._account_api .liveDashboard .list-results thead .button-default-group .form-auto-item.is-user-is-active:hover,.liveDashboard ._account_api .list-results thead .button-default-group .list-results-header .status.title span:hover,._account_api .liveDashboard .list-results thead .button-default-group .list-results-header .status.title span:hover,.liveDashboard ._account_api .list-results thead .list-results-header .status.title .button-default-group span:hover,._account_api .liveDashboard .list-results thead .list-results-header .status.title .button-default-group span:hover,.liveDashboard .list-results-header .status.title ._account_api .list-results thead .button-default-group span:hover,.list-results-header .status.title ._account_api .liveDashboard .list-results thead .button-default-group span:hover,.liveDashboard ._account_api .list-results thead .button-default-group tr span:hover,._account_api .liveDashboard .list-results thead .button-default-group tr span:hover,.liveDashboard ._account_api .list-results thead tr .button-default-group span:hover,._account_api .liveDashboard .list-results thead tr .button-default-group span:hover,.liveDashboard ._account_api .list-results thead .button-default-group .icon:hover,.liveDashboard ._account_api .list-results thead .button-default-group .w-alert-banner:hover:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-alert-banner:hover:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-alert-banner:hover:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-dialog.plus .dialog-aside:hover:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .button-default-group .dialog-aside:hover:after,.liveDashboard ._account_api .list-results thead .button-default-group .w-toast .toast.plus:hover:after,.w-toast .liveDashboard ._account_api .list-results thead .button-default-group .toast.plus:hover:after,.liveDashboard ._account_api .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-clear:hover:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .button-default-group .btn-period-clear:hover:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-filter:hover:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .button-default-group .btn-filter:hover:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-edit:hover:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .button-default-group .btn-period-edit:hover:before,.liveDashboard ._account_api .list-results thead .button-default-group .block-filters .btn-filter:hover:before,.block-filters .liveDashboard ._account_api .list-results thead .button-default-group .btn-filter:hover:before,.liveDashboard ._account_api .list-results thead .button-default-group .toggleWrapper input.mobileToggle+label:hover,.toggleWrapper .liveDashboard ._account_api .list-results thead .button-default-group input.mobileToggle+label:hover,.liveDashboard ._account_api .list-results thead .button-default-group tbody span.status:hover,.liveDashboard ._account_api .list-results tbody thead .button-default-group span.status:hover,.liveDashboard ._account_api .list-results thead .button-default-group tbody td.is-running span:hover,.liveDashboard ._account_api .list-results tbody td.is-running thead .button-default-group span:hover,.liveDashboard ._account_api .list-results thead .button-default-group tbody td.is-pending span:hover,.liveDashboard ._account_api .list-results tbody td.is-pending thead .button-default-group span:hover,._account_api .liveDashboard .list-results thead .button-default-group .icon:hover,._account_api .liveDashboard .list-results thead .button-default-group .w-alert-banner:hover:before,._account_api .liveDashboard .list-results thead .button-default-group .w-alert-banner:hover:before,._account_api .liveDashboard .list-results thead .button-default-group .w-alert-banner:hover:before,._account_api .liveDashboard .list-results thead .button-default-group .w-dialog.plus .dialog-aside:hover:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .button-default-group .dialog-aside:hover:after,._account_api .liveDashboard .list-results thead .button-default-group .w-toast .toast.plus:hover:after,.w-toast ._account_api .liveDashboard .list-results thead .button-default-group .toast.plus:hover:after,._account_api .liveDashboard .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-clear:hover:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .button-default-group .btn-period-clear:hover:before,._account_api .liveDashboard .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-filter:hover:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .button-default-group .btn-filter:hover:before,._account_api .liveDashboard .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-edit:hover:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .button-default-group .btn-period-edit:hover:before,._account_api .liveDashboard .list-results thead .button-default-group .block-filters .btn-filter:hover:before,.block-filters ._account_api .liveDashboard .list-results thead .button-default-group .btn-filter:hover:before,._account_api .liveDashboard .list-results thead .button-default-group .toggleWrapper input.mobileToggle+label:hover,.toggleWrapper ._account_api .liveDashboard .list-results thead .button-default-group input.mobileToggle+label:hover,._account_api .liveDashboard .list-results thead .button-default-group tbody span.status:hover,._account_api .liveDashboard .list-results tbody thead .button-default-group span.status:hover,._account_api .liveDashboard .list-results thead .button-default-group tbody td.is-running span:hover,._account_api .liveDashboard .list-results tbody td.is-running thead .button-default-group span:hover,._account_api .liveDashboard .list-results thead .button-default-group tbody td.is-pending span:hover,._account_api .liveDashboard .list-results tbody td.is-pending thead .button-default-group span:hover,.liveDashboard ._account_api .list-results thead .button-default-group .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:hover:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .button-default-group .dropdown-toggle:hover:after,._account_api .liveDashboard .list-results thead .button-default-group .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:hover:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .button-default-group .dropdown-toggle:hover:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .button-default-group .dropdown-toggle:hover:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .button-default-group .dropdown-toggle:hover:after,.liveDashboard ._account_api .list-results thead .button-default-group .w-filter-preset.w-filter-preset .filter-preset .filter:hover,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .button-default-group .filter:hover,._account_api .liveDashboard .list-results thead .button-default-group .w-filter-preset.w-filter-preset .filter-preset .filter:hover,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .button-default-group .filter:hover,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .button-default-group .filter:hover,.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .button-default-group .filter:hover,.liveDashboard ._account_api .list-results thead .button-default-group .form-label.status span:hover,.liveDashboard ._account_api .list-results thead .button-default-group .status.status-log span:hover,.liveDashboard ._account_api .list-results thead .button-default-group .status.status-report-item span:hover,.liveDashboard ._account_api .list-results thead .button-default-group .double-list dd.status span:hover,.double-list .liveDashboard ._account_api .list-results thead .button-default-group dd.status span:hover,.liveDashboard ._account_api .list-results thead .button-default-group .double-list dt.status span:hover,.double-list .liveDashboard ._account_api .list-results thead .button-default-group dt.status span:hover,.liveDashboard ._account_api .list-results thead .button-default-group .w-cards-container .w-card .status.title span:hover,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .button-default-group .status.title span:hover,.liveDashboard ._account_api .list-results thead .button-default-group .w-cards-container .w-card.centered .w-value .status.label span:hover,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .button-default-group .status.label span:hover,.liveDashboard ._account_api .list-results thead .button-default-group tbody tr.sublist .status.title span:hover,.liveDashboard ._account_api .list-results tbody tr.sublist thead .button-default-group .status.title span:hover,.liveDashboard ._account_api .list-results thead .form-label.status .button-default-group span:hover,.liveDashboard ._account_api .list-results thead .status.status-log .button-default-group span:hover,.liveDashboard ._account_api .list-results thead .status.status-report-item .button-default-group span:hover,.liveDashboard ._account_api .list-results thead .double-list dd.status .button-default-group span:hover,.double-list .liveDashboard ._account_api .list-results thead dd.status .button-default-group span:hover,.liveDashboard ._account_api .list-results thead .double-list dt.status .button-default-group span:hover,.double-list .liveDashboard ._account_api .list-results thead dt.status .button-default-group span:hover,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title .button-default-group span:hover,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title .button-default-group span:hover,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .button-default-group span:hover,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label .button-default-group span:hover,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title .button-default-group span:hover,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title .button-default-group span:hover,._account_api .liveDashboard .list-results thead .button-default-group .form-label.status span:hover,._account_api .liveDashboard .list-results thead .button-default-group .status.status-log span:hover,._account_api .liveDashboard .list-results thead .button-default-group .status.status-report-item span:hover,._account_api .liveDashboard .list-results thead .button-default-group .double-list dd.status span:hover,.double-list ._account_api .liveDashboard .list-results thead .button-default-group dd.status span:hover,._account_api .liveDashboard .list-results thead .button-default-group .double-list dt.status span:hover,.double-list ._account_api .liveDashboard .list-results thead .button-default-group dt.status span:hover,._account_api .liveDashboard .list-results thead .button-default-group .w-cards-container .w-card .status.title span:hover,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .button-default-group .status.title span:hover,._account_api .liveDashboard .list-results thead .button-default-group .w-cards-container .w-card.centered .w-value .status.label span:hover,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .button-default-group .status.label span:hover,._account_api .liveDashboard .list-results thead .button-default-group tbody tr.sublist .status.title span:hover,._account_api .liveDashboard .list-results tbody tr.sublist thead .button-default-group .status.title span:hover,._account_api .liveDashboard .list-results thead .form-label.status .button-default-group span:hover,._account_api .liveDashboard .list-results thead .status.status-log .button-default-group span:hover,._account_api .liveDashboard .list-results thead .status.status-report-item .button-default-group span:hover,._account_api .liveDashboard .list-results thead .double-list dd.status .button-default-group span:hover,.double-list ._account_api .liveDashboard .list-results thead dd.status .button-default-group span:hover,._account_api .liveDashboard .list-results thead .double-list dt.status .button-default-group span:hover,.double-list ._account_api .liveDashboard .list-results thead dt.status .button-default-group span:hover,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title .button-default-group span:hover,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title .button-default-group span:hover,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .button-default-group span:hover,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label .button-default-group span:hover,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title .button-default-group span:hover,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title .button-default-group span:hover,.liveDashboard .form-label.status ._account_api .list-results thead .button-default-group span:hover,.liveDashboard .status.status-log ._account_api .list-results thead .button-default-group span:hover,.liveDashboard .status.status-report-item ._account_api .list-results thead .button-default-group span:hover,.liveDashboard .double-list dd.status ._account_api .list-results thead .button-default-group span:hover,.double-list .liveDashboard dd.status ._account_api .list-results thead .button-default-group span:hover,.liveDashboard .double-list dt.status ._account_api .list-results thead .button-default-group span:hover,.double-list .liveDashboard dt.status ._account_api .list-results thead .button-default-group span:hover,.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead .button-default-group span:hover,.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead .button-default-group span:hover,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead .button-default-group span:hover,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead .button-default-group span:hover,.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead .button-default-group span:hover,.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead .button-default-group span:hover,.form-label.status ._account_api .liveDashboard .list-results thead .button-default-group span:hover,.status.status-log ._account_api .liveDashboard .list-results thead .button-default-group span:hover,.status.status-report-item ._account_api .liveDashboard .list-results thead .button-default-group span:hover,.double-list dd.status ._account_api .liveDashboard .list-results thead .button-default-group span:hover,.double-list dt.status ._account_api .liveDashboard .list-results thead .button-default-group span:hover,.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead .button-default-group span:hover,.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead .button-default-group span:hover,.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead .button-default-group span:hover,.liveDashboard ._account_api .list-results thead .button-default-group .w-filters-selected label.status.small span:hover,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small .button-default-group span:hover,._account_api .liveDashboard .list-results thead .button-default-group .w-filters-selected label.status.small span:hover,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small .button-default-group span:hover,.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead .button-default-group span:hover,.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead .button-default-group span:hover,.liveDashboard ._account_api .list-results thead .button-default-group .w-filters-selected .status.btn-f-s span:hover,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s .button-default-group span:hover,._account_api .liveDashboard .list-results thead .button-default-group .w-filters-selected .status.btn-f-s span:hover,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .button-default-group span:hover,.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead .button-default-group span:hover,.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead .button-default-group span:hover,.liveDashboard ._account_api .list-results thead .button-default-group .sub-header .w-form label:hover,.liveDashboard ._account_api .list-results thead .button-default-group .sub-header .w-double-list label:hover,.liveDashboard ._account_api .list-results thead .sub-header .w-form .button-default-group label:hover,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list .button-default-group label:hover,._account_api .liveDashboard .list-results thead .button-default-group .sub-header .w-form label:hover,._account_api .liveDashboard .list-results thead .button-default-group .sub-header .w-double-list label:hover,._account_api .liveDashboard .list-results thead .sub-header .w-form .button-default-group label:hover,._account_api .liveDashboard .list-results thead .sub-header .w-double-list .button-default-group label:hover,.liveDashboard .sub-header .w-form ._account_api .list-results thead .button-default-group label:hover,.liveDashboard .sub-header .w-double-list ._account_api .list-results thead .button-default-group label:hover,.sub-header .w-form ._account_api .liveDashboard .list-results thead .button-default-group label:hover,.sub-header .w-double-list ._account_api .liveDashboard .list-results thead .button-default-group label:hover,.liveDashboard ._account_api .list-results thead .button-default-group .block-filters button:hover:after,.liveDashboard ._account_api .list-results thead .block-filters .button-default-group button:hover:after,._account_api .liveDashboard .list-results thead .button-default-group .block-filters button:hover:after,._account_api .liveDashboard .list-results thead .block-filters .button-default-group button:hover:after,.liveDashboard .block-filters ._account_api .list-results thead .button-default-group button:hover:after,.block-filters ._account_api .liveDashboard .list-results thead .button-default-group button:hover:after,.liveDashboard ._account_api .list-results thead .button-default-group .block-filters select:hover:after,.liveDashboard ._account_api .list-results thead .block-filters .button-default-group select:hover:after,._account_api .liveDashboard .list-results thead .button-default-group .block-filters select:hover:after,._account_api .liveDashboard .list-results thead .block-filters .button-default-group select:hover:after,.liveDashboard .block-filters ._account_api .list-results thead .button-default-group select:hover:after,.block-filters ._account_api .liveDashboard .list-results thead .button-default-group select:hover:after,.liveDashboard ._account_api .list-results thead .button-default-group .form-auto-list .form-auto-item.is-user-is-inactive:hover,.liveDashboard ._account_api .list-results thead .form-auto-list .button-default-group .form-auto-item.is-user-is-inactive:hover,._account_api .liveDashboard .list-results thead .button-default-group .form-auto-list .form-auto-item.is-user-is-inactive:hover,._account_api .liveDashboard .list-results thead .form-auto-list .button-default-group .form-auto-item.is-user-is-inactive:hover,.liveDashboard .form-auto-list ._account_api .list-results thead .button-default-group .form-auto-item.is-user-is-inactive:hover,.form-auto-list ._account_api .liveDashboard .list-results thead .button-default-group .form-auto-item.is-user-is-inactive:hover,.liveDashboard ._account_api .list-results thead .button-default-group .form-auto-list .form-auto-item.is-user-is-active:hover,.liveDashboard ._account_api .list-results thead .form-auto-list .button-default-group .form-auto-item.is-user-is-active:hover,._account_api .liveDashboard .list-results thead .button-default-group .form-auto-list .form-auto-item.is-user-is-active:hover,._account_api .liveDashboard .list-results thead .form-auto-list .button-default-group .form-auto-item.is-user-is-active:hover,.liveDashboard .form-auto-list ._account_api .list-results thead .button-default-group .form-auto-item.is-user-is-active:hover,.form-auto-list ._account_api .liveDashboard .list-results thead .button-default-group .form-auto-item.is-user-is-active:hover,.liveDashboard ._account_api .list-results thead .button-default-group .list-results-header .status.title span:hover,.liveDashboard ._account_api .list-results thead .list-results-header .status.title .button-default-group span:hover,._account_api .liveDashboard .list-results thead .button-default-group .list-results-header .status.title span:hover,._account_api .liveDashboard .list-results thead .list-results-header .status.title .button-default-group span:hover,.liveDashboard .list-results-header .status.title ._account_api .list-results thead .button-default-group span:hover,.list-results-header .status.title ._account_api .liveDashboard .list-results thead .button-default-group span:hover,.liveDashboard ._account_api .list-results thead .button-default-group tr span:hover,.liveDashboard ._account_api .list-results thead tr .button-default-group span:hover,._account_api .liveDashboard .list-results thead .button-default-group tr span:hover,._account_api .liveDashboard .list-results thead tr .button-default-group span:hover,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .button-default-group .dropdown-toggle:hover:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .button-default-group .dropdown-toggle:hover:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .button-default-group .filter:hover,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .button-default-group .filter:hover,._account_api .form-label.status .liveDashboard .list-results thead .button-default-group span:hover,._account_api .status.status-log .liveDashboard .list-results thead .button-default-group span:hover,._account_api .status.status-report-item .liveDashboard .list-results thead .button-default-group span:hover,._account_api .double-list dd.status .liveDashboard .list-results thead .button-default-group span:hover,.double-list ._account_api dd.status .liveDashboard .list-results thead .button-default-group span:hover,._account_api .double-list dt.status .liveDashboard .list-results thead .button-default-group span:hover,.double-list ._account_api dt.status .liveDashboard .list-results thead .button-default-group span:hover,._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead .button-default-group span:hover,.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead .button-default-group span:hover,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead .button-default-group span:hover,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead .button-default-group span:hover,._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead .button-default-group span:hover,.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead .button-default-group span:hover,.form-label.status .liveDashboard ._account_api .list-results thead .button-default-group span:hover,.status.status-log .liveDashboard ._account_api .list-results thead .button-default-group span:hover,.status.status-report-item .liveDashboard ._account_api .list-results thead .button-default-group span:hover,.double-list dd.status .liveDashboard ._account_api .list-results thead .button-default-group span:hover,.double-list dt.status .liveDashboard ._account_api .list-results thead .button-default-group span:hover,.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead .button-default-group span:hover,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead .button-default-group span:hover,.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead .button-default-group span:hover,._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead .button-default-group span:hover,.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead .button-default-group span:hover,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead .button-default-group span:hover,.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead .button-default-group span:hover,._account_api .sub-header .w-form .liveDashboard .list-results thead .button-default-group label:hover,._account_api .sub-header .w-double-list .liveDashboard .list-results thead .button-default-group label:hover,.sub-header .w-form .liveDashboard ._account_api .list-results thead .button-default-group label:hover,.sub-header .w-double-list .liveDashboard ._account_api .list-results thead .button-default-group label:hover,._account_api .block-filters .liveDashboard .list-results thead .button-default-group button:hover:after,.block-filters .liveDashboard ._account_api .list-results thead .button-default-group button:hover:after,._account_api .block-filters .liveDashboard .list-results thead .button-default-group select:hover:after,.block-filters .liveDashboard ._account_api .list-results thead .button-default-group select:hover:after,._account_api .form-auto-list .liveDashboard .list-results thead .button-default-group .form-auto-item.is-user-is-inactive:hover,.form-auto-list .liveDashboard ._account_api .list-results thead .button-default-group .form-auto-item.is-user-is-inactive:hover,._account_api .form-auto-list .liveDashboard .list-results thead .button-default-group .form-auto-item.is-user-is-active:hover,.form-auto-list .liveDashboard ._account_api .list-results thead .button-default-group .form-auto-item.is-user-is-active:hover,._account_api .list-results-header .status.title .liveDashboard .list-results thead .button-default-group span:hover,.list-results-header .status.title .liveDashboard ._account_api .list-results thead .button-default-group span:hover,.button-default-group .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:hover:after,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .button-default-group .dropdown-toggle:hover:after,.button-default-group .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .dropdown-toggle:hover:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .button-default-group .dropdown-toggle:hover:after,.button-default-group .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:hover,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .button-default-group .filter:hover,.button-default-group .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .filter:hover,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .button-default-group .filter:hover,.button-default-group .liveDashboard .list-results thead .form-label.status span:hover,.button-default-group .liveDashboard .list-results thead .status.status-log span:hover,.button-default-group .liveDashboard .list-results thead .status.status-report-item span:hover,.button-default-group .liveDashboard .list-results thead .double-list dd.status span:hover,.double-list .button-default-group .liveDashboard .list-results thead dd.status span:hover,.button-default-group .liveDashboard .list-results thead .double-list dt.status span:hover,.double-list .button-default-group .liveDashboard .list-results thead dt.status span:hover,.button-default-group .liveDashboard .list-results thead .w-cards-container .w-card .status.title span:hover,.w-cards-container .w-card .button-default-group .liveDashboard .list-results thead .status.title span:hover,.button-default-group .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:hover,.w-cards-container .w-card.centered .w-value .button-default-group .liveDashboard .list-results thead .status.label span:hover,.button-default-group .liveDashboard .list-results thead tbody tr.sublist .status.title span:hover,.button-default-group .liveDashboard .list-results tbody tr.sublist thead .status.title span:hover,.liveDashboard .list-results thead .form-label.status .button-default-group span:hover,.liveDashboard .list-results thead .status.status-log .button-default-group span:hover,.liveDashboard .list-results thead .status.status-report-item .button-default-group span:hover,.liveDashboard .list-results thead .double-list dd.status .button-default-group span:hover,.double-list .liveDashboard .list-results thead dd.status .button-default-group span:hover,.liveDashboard .list-results thead .double-list dt.status .button-default-group span:hover,.double-list .liveDashboard .list-results thead dt.status .button-default-group span:hover,.liveDashboard .list-results thead .w-cards-container .w-card .status.title .button-default-group span:hover,.w-cards-container .w-card .liveDashboard .list-results thead .status.title .button-default-group span:hover,.liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .button-default-group span:hover,.w-cards-container .w-card.centered .w-value .liveDashboard .list-results thead .status.label .button-default-group span:hover,.liveDashboard .list-results thead tbody tr.sublist .status.title .button-default-group span:hover,.liveDashboard .list-results tbody tr.sublist thead .status.title .button-default-group span:hover,.button-default-group .form-label.status .liveDashboard .list-results thead span:hover,.button-default-group .status.status-log .liveDashboard .list-results thead span:hover,.button-default-group .status.status-report-item .liveDashboard .list-results thead span:hover,.button-default-group .double-list dd.status .liveDashboard .list-results thead span:hover,.double-list .button-default-group dd.status .liveDashboard .list-results thead span:hover,.button-default-group .double-list dt.status .liveDashboard .list-results thead span:hover,.double-list .button-default-group dt.status .liveDashboard .list-results thead span:hover,.button-default-group .w-cards-container .w-card .status.title .liveDashboard .list-results thead span:hover,.w-cards-container .w-card .button-default-group .status.title .liveDashboard .list-results thead span:hover,.button-default-group .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span:hover,.w-cards-container .w-card.centered .w-value .button-default-group .status.label .liveDashboard .list-results thead span:hover,.button-default-group .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span:hover,.list-results tbody tr.sublist .button-default-group .status.title .liveDashboard .list-results thead span:hover,.form-label.status .liveDashboard .list-results thead .button-default-group span:hover,.status.status-log .liveDashboard .list-results thead .button-default-group span:hover,.status.status-report-item .liveDashboard .list-results thead .button-default-group span:hover,.double-list dd.status .liveDashboard .list-results thead .button-default-group span:hover,.double-list dt.status .liveDashboard .list-results thead .button-default-group span:hover,.w-cards-container .w-card .status.title .liveDashboard .list-results thead .button-default-group span:hover,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead .button-default-group span:hover,.list-results tbody tr.sublist .status.title .liveDashboard .list-results thead .button-default-group span:hover,.button-default-group .liveDashboard .list-results thead .w-filters-selected label.status.small span:hover,.liveDashboard .list-results thead .w-filters-selected label.status.small .button-default-group span:hover,.button-default-group .w-filters-selected label.status.small .liveDashboard .list-results thead span:hover,.w-filters-selected label.status.small .liveDashboard .list-results thead .button-default-group span:hover,.button-default-group .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span:hover,.liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .button-default-group span:hover,.button-default-group .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span:hover,.w-filters-selected .status.btn-f-s .liveDashboard .list-results thead .button-default-group span:hover,.button-default-group .liveDashboard .list-results thead .sub-header .w-form label:hover,.button-default-group .liveDashboard .list-results thead .sub-header .w-double-list label:hover,.liveDashboard .list-results thead .sub-header .w-form .button-default-group label:hover,.liveDashboard .list-results thead .sub-header .w-double-list .button-default-group label:hover,.button-default-group .sub-header .w-form .liveDashboard .list-results thead label:hover,.button-default-group .sub-header .w-double-list .liveDashboard .list-results thead label:hover,.sub-header .w-form .liveDashboard .list-results thead .button-default-group label:hover,.sub-header .w-double-list .liveDashboard .list-results thead .button-default-group label:hover,.button-default-group .liveDashboard .list-results thead .block-filters button:hover:after,.liveDashboard .list-results thead .block-filters .button-default-group button:hover:after,.button-default-group .block-filters .liveDashboard .list-results thead button:hover:after,.block-filters .liveDashboard .list-results thead .button-default-group button:hover:after,.button-default-group .liveDashboard .list-results thead .block-filters select:hover:after,.liveDashboard .list-results thead .block-filters .button-default-group select:hover:after,.button-default-group .block-filters .liveDashboard .list-results thead select:hover:after,.block-filters .liveDashboard .list-results thead .button-default-group select:hover:after,.button-default-group .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:hover,.liveDashboard .list-results thead .form-auto-list .button-default-group .form-auto-item.is-user-is-inactive:hover,.button-default-group .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive:hover,.form-auto-list .liveDashboard .list-results thead .button-default-group .form-auto-item.is-user-is-inactive:hover,.button-default-group .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active:hover,.liveDashboard .list-results thead .form-auto-list .button-default-group .form-auto-item.is-user-is-active:hover,.button-default-group .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-active:hover,.form-auto-list .liveDashboard .list-results thead .button-default-group .form-auto-item.is-user-is-active:hover,.button-default-group .liveDashboard .list-results thead .list-results-header .status.title span:hover,.liveDashboard .list-results thead .list-results-header .status.title .button-default-group span:hover,.button-default-group .list-results-header .status.title .liveDashboard .list-results thead span:hover,.list-results-header .status.title .liveDashboard .list-results thead .button-default-group span:hover,.button-default-group .liveDashboard .list-results thead tr span:hover,.liveDashboard .list-results thead tr .button-default-group span:hover,.button-default-group ._account_api .list-results thead .icon:hover,.button-default-group ._account_api .list-results thead .w-alert-banner:hover:before,.button-default-group ._account_api .liveDashboard .list-results thead .w-alert-banner:hover:before,.liveDashboard .button-default-group ._account_api .list-results thead .w-alert-banner:hover:before,.button-default-group ._account_api .list-results thead .w-alert-banner:hover:before,.button-default-group ._account_api .list-results thead .w-dialog.plus .dialog-aside:hover:after,.w-dialog.plus .button-default-group ._account_api .list-results thead .dialog-aside:hover:after,.button-default-group ._account_api .list-results thead .w-toast .toast.plus:hover:after,.w-toast .button-default-group ._account_api .list-results thead .toast.plus:hover:after,.button-default-group ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:hover:before,.w-time-period .dropdown .w-selection .button-default-group ._account_api .list-results thead .btn-period-clear:hover:before,.button-default-group ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:hover:before,.w-time-period .dropdown .w-selection .button-default-group ._account_api .list-results thead .btn-filter:hover:before,.button-default-group ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:hover:before,.w-time-period .dropdown .w-selection .button-default-group ._account_api .list-results thead .btn-period-edit:hover:before,.button-default-group ._account_api .list-results thead .block-filters .btn-filter:hover:before,.block-filters .button-default-group ._account_api .list-results thead .btn-filter:hover:before,.button-default-group ._account_api .list-results thead .toggleWrapper input.mobileToggle+label:hover,.toggleWrapper .button-default-group ._account_api .list-results thead input.mobileToggle+label:hover,.button-default-group ._account_api .list-results thead tbody span.status:hover,.button-default-group ._account_api .list-results tbody thead span.status:hover,.button-default-group ._account_api .list-results thead tbody td.is-running span:hover,.button-default-group ._account_api .list-results tbody td.is-running thead span:hover,.button-default-group ._account_api .list-results thead tbody td.is-pending span:hover,.button-default-group ._account_api .list-results tbody td.is-pending thead span:hover,.button-default-group ._account_api .liveDashboard .list-results thead .icon:hover,.button-default-group ._account_api .liveDashboard .list-results thead .w-alert-banner:hover:before,.button-default-group ._account_api .liveDashboard .list-results thead .w-alert-banner:hover:before,.button-default-group ._account_api .liveDashboard .list-results thead .w-alert-banner:hover:before,.button-default-group ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:hover:after,.w-dialog.plus .button-default-group ._account_api .liveDashboard .list-results thead .dialog-aside:hover:after,.button-default-group ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:hover:after,.w-toast .button-default-group ._account_api .liveDashboard .list-results thead .toast.plus:hover:after,.button-default-group ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:hover:before,.w-time-period .dropdown .w-selection .button-default-group ._account_api .liveDashboard .list-results thead .btn-period-clear:hover:before,.button-default-group ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:hover:before,.w-time-period .dropdown .w-selection .button-default-group ._account_api .liveDashboard .list-results thead .btn-filter:hover:before,.button-default-group ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:hover:before,.w-time-period .dropdown .w-selection .button-default-group ._account_api .liveDashboard .list-results thead .btn-period-edit:hover:before,.button-default-group ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:hover:before,.block-filters .button-default-group ._account_api .liveDashboard .list-results thead .btn-filter:hover:before,.button-default-group ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label:hover,.toggleWrapper .button-default-group ._account_api .liveDashboard .list-results thead input.mobileToggle+label:hover,.button-default-group ._account_api .liveDashboard .list-results thead tbody span.status:hover,.button-default-group ._account_api .liveDashboard .list-results tbody thead span.status:hover,.button-default-group ._account_api .liveDashboard .list-results thead tbody td.is-running span:hover,.button-default-group ._account_api .liveDashboard .list-results tbody td.is-running thead span:hover,.button-default-group ._account_api .liveDashboard .list-results thead tbody td.is-pending span:hover,.button-default-group ._account_api .liveDashboard .list-results tbody td.is-pending thead span:hover,.liveDashboard .button-default-group ._account_api .list-results thead .icon:hover,.liveDashboard .button-default-group ._account_api .list-results thead .w-alert-banner:hover:before,.liveDashboard .button-default-group ._account_api .list-results thead .w-alert-banner:hover:before,.liveDashboard .button-default-group ._account_api .list-results thead .w-alert-banner:hover:before,.liveDashboard .button-default-group ._account_api .list-results thead .w-dialog.plus .dialog-aside:hover:after,.w-dialog.plus .liveDashboard .button-default-group ._account_api .list-results thead .dialog-aside:hover:after,.liveDashboard .button-default-group ._account_api .list-results thead .w-toast .toast.plus:hover:after,.w-toast .liveDashboard .button-default-group ._account_api .list-results thead .toast.plus:hover:after,.liveDashboard .button-default-group ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:hover:before,.w-time-period .dropdown .w-selection .liveDashboard .button-default-group ._account_api .list-results thead .btn-period-clear:hover:before,.liveDashboard .button-default-group ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:hover:before,.w-time-period .dropdown .w-selection .liveDashboard .button-default-group ._account_api .list-results thead .btn-filter:hover:before,.liveDashboard .button-default-group ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:hover:before,.w-time-period .dropdown .w-selection .liveDashboard .button-default-group ._account_api .list-results thead .btn-period-edit:hover:before,.liveDashboard .button-default-group ._account_api .list-results thead .block-filters .btn-filter:hover:before,.block-filters .liveDashboard .button-default-group ._account_api .list-results thead .btn-filter:hover:before,.liveDashboard .button-default-group ._account_api .list-results thead .toggleWrapper input.mobileToggle+label:hover,.toggleWrapper .liveDashboard .button-default-group ._account_api .list-results thead input.mobileToggle+label:hover,.liveDashboard .button-default-group ._account_api .list-results thead tbody span.status:hover,.liveDashboard .button-default-group ._account_api .list-results tbody thead span.status:hover,.liveDashboard .button-default-group ._account_api .list-results thead tbody td.is-running span:hover,.liveDashboard .button-default-group ._account_api .list-results tbody td.is-running thead span:hover,.liveDashboard .button-default-group ._account_api .list-results thead tbody td.is-pending span:hover,.liveDashboard .button-default-group ._account_api .list-results tbody td.is-pending thead span:hover,.button-default-group ._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:hover:after,.liveDashboard .button-default-group ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:hover:after,.button-default-group ._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .dropdown-toggle:hover:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .button-default-group ._account_api .list-results thead .dropdown-toggle:hover:after,.button-default-group ._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:hover,.liveDashboard .button-default-group ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:hover,.button-default-group ._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .filter:hover,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .button-default-group ._account_api .list-results thead .filter:hover,.button-default-group ._account_api .liveDashboard .list-results thead .form-label.status span:hover,.button-default-group ._account_api .liveDashboard .list-results thead .status.status-log span:hover,.button-default-group ._account_api .liveDashboard .list-results thead .status.status-report-item span:hover,.button-default-group ._account_api .liveDashboard .list-results thead .double-list dd.status span:hover,.double-list .button-default-group ._account_api .liveDashboard .list-results thead dd.status span:hover,.button-default-group ._account_api .liveDashboard .list-results thead .double-list dt.status span:hover,.double-list .button-default-group ._account_api .liveDashboard .list-results thead dt.status span:hover,.button-default-group ._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span:hover,.w-cards-container .w-card .button-default-group ._account_api .liveDashboard .list-results thead .status.title span:hover,.button-default-group ._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:hover,.w-cards-container .w-card.centered .w-value .button-default-group ._account_api .liveDashboard .list-results thead .status.label span:hover,.button-default-group ._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span:hover,.button-default-group ._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span:hover,.liveDashboard .button-default-group ._account_api .list-results thead .form-label.status span:hover,.liveDashboard .button-default-group ._account_api .list-results thead .status.status-log span:hover,.liveDashboard .button-default-group ._account_api .list-results thead .status.status-report-item span:hover,.liveDashboard .button-default-group ._account_api .list-results thead .double-list dd.status span:hover,.double-list .liveDashboard .button-default-group ._account_api .list-results thead dd.status span:hover,.liveDashboard .button-default-group ._account_api .list-results thead .double-list dt.status span:hover,.double-list .liveDashboard .button-default-group ._account_api .list-results thead dt.status span:hover,.liveDashboard .button-default-group ._account_api .list-results thead .w-cards-container .w-card .status.title span:hover,.w-cards-container .w-card .liveDashboard .button-default-group ._account_api .list-results thead .status.title span:hover,.liveDashboard .button-default-group ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:hover,.w-cards-container .w-card.centered .w-value .liveDashboard .button-default-group ._account_api .list-results thead .status.label span:hover,.liveDashboard .button-default-group ._account_api .list-results thead tbody tr.sublist .status.title span:hover,.liveDashboard .button-default-group ._account_api .list-results tbody tr.sublist thead .status.title span:hover,.button-default-group ._account_api .form-label.status .liveDashboard .list-results thead span:hover,.button-default-group ._account_api .status.status-log .liveDashboard .list-results thead span:hover,.button-default-group ._account_api .status.status-report-item .liveDashboard .list-results thead span:hover,.button-default-group ._account_api .double-list dd.status .liveDashboard .list-results thead span:hover,.double-list .button-default-group ._account_api dd.status .liveDashboard .list-results thead span:hover,.button-default-group ._account_api .double-list dt.status .liveDashboard .list-results thead span:hover,.double-list .button-default-group ._account_api dt.status .liveDashboard .list-results thead span:hover,.button-default-group ._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span:hover,.w-cards-container .w-card .button-default-group ._account_api .status.title .liveDashboard .list-results thead span:hover,.button-default-group ._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span:hover,.w-cards-container .w-card.centered .w-value .button-default-group ._account_api .status.label .liveDashboard .list-results thead span:hover,.button-default-group ._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span:hover,.list-results tbody tr.sublist .button-default-group ._account_api .status.title .liveDashboard .list-results thead span:hover,.form-label.status .liveDashboard .button-default-group ._account_api .list-results thead span:hover,.status.status-log .liveDashboard .button-default-group ._account_api .list-results thead span:hover,.status.status-report-item .liveDashboard .button-default-group ._account_api .list-results thead span:hover,.double-list dd.status .liveDashboard .button-default-group ._account_api .list-results thead span:hover,.double-list dt.status .liveDashboard .button-default-group ._account_api .list-results thead span:hover,.w-cards-container .w-card .status.title .liveDashboard .button-default-group ._account_api .list-results thead span:hover,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .button-default-group ._account_api .list-results thead span:hover,.list-results tbody tr.sublist .status.title .liveDashboard .button-default-group ._account_api .list-results thead span:hover,.button-default-group ._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span:hover,.liveDashboard .button-default-group ._account_api .list-results thead .w-filters-selected label.status.small span:hover,.button-default-group ._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span:hover,.w-filters-selected label.status.small .liveDashboard .button-default-group ._account_api .list-results thead span:hover,.button-default-group ._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span:hover,.liveDashboard .button-default-group ._account_api .list-results thead .w-filters-selected .status.btn-f-s span:hover,.button-default-group ._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span:hover,.w-filters-selected .status.btn-f-s .liveDashboard .button-default-group ._account_api .list-results thead span:hover,.button-default-group ._account_api .liveDashboard .list-results thead .sub-header .w-form label:hover,.button-default-group ._account_api .liveDashboard .list-results thead .sub-header .w-double-list label:hover,.liveDashboard .button-default-group ._account_api .list-results thead .sub-header .w-form label:hover,.liveDashboard .button-default-group ._account_api .list-results thead .sub-header .w-double-list label:hover,.button-default-group ._account_api .sub-header .w-form .liveDashboard .list-results thead label:hover,.button-default-group ._account_api .sub-header .w-double-list .liveDashboard .list-results thead label:hover,.sub-header .w-form .liveDashboard .button-default-group ._account_api .list-results thead label:hover,.sub-header .w-double-list .liveDashboard .button-default-group ._account_api .list-results thead label:hover,.button-default-group ._account_api .liveDashboard .list-results thead .block-filters button:hover:after,.liveDashboard .button-default-group ._account_api .list-results thead .block-filters button:hover:after,.button-default-group ._account_api .block-filters .liveDashboard .list-results thead button:hover:after,.block-filters .liveDashboard .button-default-group ._account_api .list-results thead button:hover:after,.button-default-group ._account_api .liveDashboard .list-results thead .block-filters select:hover:after,.liveDashboard .button-default-group ._account_api .list-results thead .block-filters select:hover:after,.button-default-group ._account_api .block-filters .liveDashboard .list-results thead select:hover:after,.block-filters .liveDashboard .button-default-group ._account_api .list-results thead select:hover:after,.button-default-group ._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:hover,.liveDashboard .button-default-group ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:hover,.button-default-group ._account_api .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive:hover,.form-auto-list .liveDashboard .button-default-group ._account_api .list-results thead .form-auto-item.is-user-is-inactive:hover,.button-default-group ._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active:hover,.liveDashboard .button-default-group ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active:hover,.button-default-group ._account_api .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-active:hover,.form-auto-list .liveDashboard .button-default-group ._account_api .list-results thead .form-auto-item.is-user-is-active:hover,.button-default-group ._account_api .liveDashboard .list-results thead .list-results-header .status.title span:hover,.liveDashboard .button-default-group ._account_api .list-results thead .list-results-header .status.title span:hover,.button-default-group ._account_api .list-results-header .status.title .liveDashboard .list-results thead span:hover,.list-results-header .status.title .liveDashboard .button-default-group ._account_api .list-results thead span:hover,.button-default-group ._account_api .liveDashboard .list-results thead tr span:hover,.liveDashboard .button-default-group ._account_api .list-results thead tr span:hover,.button-default-group ._account_api .list-results thead .icon:hover,.button-default-group ._account_api .list-results thead .w-alert-banner:hover:before,.button-default-group ._account_api .liveDashboard .list-results thead .w-alert-banner:hover:before,.liveDashboard .button-default-group ._account_api .list-results thead .w-alert-banner:hover:before,.button-default-group ._account_api .list-results thead .w-alert-banner:hover:before,.button-default-group ._account_api .list-results thead .w-dialog.plus .dialog-aside:hover:after,.w-dialog.plus .button-default-group ._account_api .list-results thead .dialog-aside:hover:after,.button-default-group ._account_api .list-results thead .w-toast .toast.plus:hover:after,.w-toast .button-default-group ._account_api .list-results thead .toast.plus:hover:after,.button-default-group ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:hover:before,.w-time-period .dropdown .w-selection .button-default-group ._account_api .list-results thead .btn-period-clear:hover:before,.button-default-group ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:hover:before,.w-time-period .dropdown .w-selection .button-default-group ._account_api .list-results thead .btn-filter:hover:before,.button-default-group ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:hover:before,.w-time-period .dropdown .w-selection .button-default-group ._account_api .list-results thead .btn-period-edit:hover:before,.button-default-group ._account_api .list-results thead .block-filters .btn-filter:hover:before,.block-filters .button-default-group ._account_api .list-results thead .btn-filter:hover:before,.button-default-group ._account_api .list-results thead .toggleWrapper input.mobileToggle+label:hover,.toggleWrapper .button-default-group ._account_api .list-results thead input.mobileToggle+label:hover,.button-default-group ._account_api .list-results thead tbody span.status:hover,.button-default-group ._account_api .list-results tbody thead span.status:hover,.button-default-group ._account_api .list-results thead tbody td.is-running span:hover,.button-default-group ._account_api .list-results tbody td.is-running thead span:hover,.button-default-group ._account_api .list-results thead tbody td.is-pending span:hover,.button-default-group ._account_api .list-results tbody td.is-pending thead span:hover,.button-default-group ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:hover:after,.button-default-group .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .dropdown-toggle:hover:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .button-default-group ._account_api .list-results thead .dropdown-toggle:hover:after,.button-default-group ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:hover,.button-default-group .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .filter:hover,.w-filter-preset.w-filter-preset .filter-preset .button-default-group ._account_api .list-results thead .filter:hover,.button-default-group ._account_api .list-results thead .form-label.status span:hover,.button-default-group ._account_api .list-results thead .status.status-log span:hover,.button-default-group ._account_api .list-results thead .status.status-report-item span:hover,.button-default-group ._account_api .list-results thead .double-list dd.status span:hover,.double-list .button-default-group ._account_api .list-results thead dd.status span:hover,.button-default-group ._account_api .list-results thead .double-list dt.status span:hover,.double-list .button-default-group ._account_api .list-results thead dt.status span:hover,.button-default-group ._account_api .list-results thead .w-cards-container .w-card .status.title span:hover,.w-cards-container .w-card .button-default-group ._account_api .list-results thead .status.title span:hover,.button-default-group ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:hover,.w-cards-container .w-card.centered .w-value .button-default-group ._account_api .list-results thead .status.label span:hover,.button-default-group ._account_api .list-results thead tbody tr.sublist .status.title span:hover,.button-default-group ._account_api .list-results tbody tr.sublist thead .status.title span:hover,.button-default-group .form-label.status ._account_api .list-results thead span:hover,.button-default-group .status.status-log ._account_api .list-results thead span:hover,.button-default-group .status.status-report-item ._account_api .list-results thead span:hover,.button-default-group .double-list dd.status ._account_api .list-results thead span:hover,.double-list .button-default-group dd.status ._account_api .list-results thead span:hover,.button-default-group .double-list dt.status ._account_api .list-results thead span:hover,.double-list .button-default-group dt.status ._account_api .list-results thead span:hover,.button-default-group .w-cards-container .w-card .status.title ._account_api .list-results thead span:hover,.w-cards-container .w-card .button-default-group .status.title ._account_api .list-results thead span:hover,.button-default-group .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span:hover,.w-cards-container .w-card.centered .w-value .button-default-group .status.label ._account_api .list-results thead span:hover,.button-default-group .list-results tbody tr.sublist .status.title ._account_api .list-results thead span:hover,.list-results tbody tr.sublist .button-default-group .status.title ._account_api .list-results thead span:hover,.form-label.status .button-default-group ._account_api .list-results thead span:hover,.status.status-log .button-default-group ._account_api .list-results thead span:hover,.status.status-report-item .button-default-group ._account_api .list-results thead span:hover,.double-list dd.status .button-default-group ._account_api .list-results thead span:hover,.double-list dt.status .button-default-group ._account_api .list-results thead span:hover,.w-cards-container .w-card .status.title .button-default-group ._account_api .list-results thead span:hover,.w-cards-container .w-card.centered .w-value .status.label .button-default-group ._account_api .list-results thead span:hover,.list-results tbody tr.sublist .status.title .button-default-group ._account_api .list-results thead span:hover,.button-default-group ._account_api .list-results thead .w-filters-selected label.status.small span:hover,.button-default-group .w-filters-selected label.status.small ._account_api .list-results thead span:hover,.w-filters-selected label.status.small .button-default-group ._account_api .list-results thead span:hover,.button-default-group ._account_api .list-results thead .w-filters-selected .status.btn-f-s span:hover,.button-default-group .w-filters-selected .status.btn-f-s ._account_api .list-results thead span:hover,.w-filters-selected .status.btn-f-s .button-default-group ._account_api .list-results thead span:hover,.button-default-group ._account_api .list-results thead .sub-header .w-form label:hover,.button-default-group ._account_api .list-results thead .sub-header .w-double-list label:hover,.button-default-group .sub-header .w-form ._account_api .list-results thead label:hover,.button-default-group .sub-header .w-double-list ._account_api .list-results thead label:hover,.sub-header .w-form .button-default-group ._account_api .list-results thead label:hover,.sub-header .w-double-list .button-default-group ._account_api .list-results thead label:hover,.button-default-group ._account_api .list-results thead .block-filters button:hover:after,.button-default-group .block-filters ._account_api .list-results thead button:hover:after,.block-filters .button-default-group ._account_api .list-results thead button:hover:after,.button-default-group ._account_api .list-results thead .block-filters select:hover:after,.button-default-group .block-filters ._account_api .list-results thead select:hover:after,.block-filters .button-default-group ._account_api .list-results thead select:hover:after,.button-default-group ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:hover,.button-default-group .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-inactive:hover,.form-auto-list .button-default-group ._account_api .list-results thead .form-auto-item.is-user-is-inactive:hover,.button-default-group ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active:hover,.button-default-group .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-active:hover,.form-auto-list .button-default-group ._account_api .list-results thead .form-auto-item.is-user-is-active:hover,.button-default-group ._account_api .list-results thead .list-results-header .status.title span:hover,.button-default-group .list-results-header .status.title ._account_api .list-results thead span:hover,.list-results-header .status.title .button-default-group ._account_api .list-results thead span:hover,.button-default-group ._account_api .list-results thead tr span:hover,.button-default-group .liveDashboard ._account_api .list-results thead .icon:hover,.button-default-group .liveDashboard ._account_api .list-results thead .w-alert-banner:hover:before,.button-default-group .liveDashboard ._account_api .list-results thead .w-alert-banner:hover:before,.button-default-group .liveDashboard ._account_api .list-results thead .w-alert-banner:hover:before,.button-default-group .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:hover:after,.w-dialog.plus .button-default-group .liveDashboard ._account_api .list-results thead .dialog-aside:hover:after,.button-default-group .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:hover:after,.w-toast .button-default-group .liveDashboard ._account_api .list-results thead .toast.plus:hover:after,.button-default-group .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:hover:before,.w-time-period .dropdown .w-selection .button-default-group .liveDashboard ._account_api .list-results thead .btn-period-clear:hover:before,.button-default-group .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:hover:before,.w-time-period .dropdown .w-selection .button-default-group .liveDashboard ._account_api .list-results thead .btn-filter:hover:before,.button-default-group .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:hover:before,.w-time-period .dropdown .w-selection .button-default-group .liveDashboard ._account_api .list-results thead .btn-period-edit:hover:before,.button-default-group .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:hover:before,.block-filters .button-default-group .liveDashboard ._account_api .list-results thead .btn-filter:hover:before,.button-default-group .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label:hover,.toggleWrapper .button-default-group .liveDashboard ._account_api .list-results thead input.mobileToggle+label:hover,.button-default-group .liveDashboard ._account_api .list-results thead tbody span.status:hover,.button-default-group .liveDashboard ._account_api .list-results tbody thead span.status:hover,.button-default-group .liveDashboard ._account_api .list-results thead tbody td.is-running span:hover,.button-default-group .liveDashboard ._account_api .list-results tbody td.is-running thead span:hover,.button-default-group .liveDashboard ._account_api .list-results thead tbody td.is-pending span:hover,.button-default-group .liveDashboard ._account_api .list-results tbody td.is-pending thead span:hover,.liveDashboard .button-default-group ._account_api .list-results thead .icon:hover,.liveDashboard .button-default-group ._account_api .list-results thead .w-alert-banner:hover:before,.liveDashboard .button-default-group ._account_api .list-results thead .w-alert-banner:hover:before,.liveDashboard .button-default-group ._account_api .list-results thead .w-alert-banner:hover:before,.liveDashboard .button-default-group ._account_api .list-results thead .w-dialog.plus .dialog-aside:hover:after,.w-dialog.plus .liveDashboard .button-default-group ._account_api .list-results thead .dialog-aside:hover:after,.liveDashboard .button-default-group ._account_api .list-results thead .w-toast .toast.plus:hover:after,.w-toast .liveDashboard .button-default-group ._account_api .list-results thead .toast.plus:hover:after,.liveDashboard .button-default-group ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:hover:before,.w-time-period .dropdown .w-selection .liveDashboard .button-default-group ._account_api .list-results thead .btn-period-clear:hover:before,.liveDashboard .button-default-group ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:hover:before,.w-time-period .dropdown .w-selection .liveDashboard .button-default-group ._account_api .list-results thead .btn-filter:hover:before,.liveDashboard .button-default-group ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:hover:before,.w-time-period .dropdown .w-selection .liveDashboard .button-default-group ._account_api .list-results thead .btn-period-edit:hover:before,.liveDashboard .button-default-group ._account_api .list-results thead .block-filters .btn-filter:hover:before,.block-filters .liveDashboard .button-default-group ._account_api .list-results thead .btn-filter:hover:before,.liveDashboard .button-default-group ._account_api .list-results thead .toggleWrapper input.mobileToggle+label:hover,.toggleWrapper .liveDashboard .button-default-group ._account_api .list-results thead input.mobileToggle+label:hover,.liveDashboard .button-default-group ._account_api .list-results thead tbody span.status:hover,.liveDashboard .button-default-group ._account_api .list-results tbody thead span.status:hover,.liveDashboard .button-default-group ._account_api .list-results thead tbody td.is-running span:hover,.liveDashboard .button-default-group ._account_api .list-results tbody td.is-running thead span:hover,.liveDashboard .button-default-group ._account_api .list-results thead tbody td.is-pending span:hover,.liveDashboard .button-default-group ._account_api .list-results tbody td.is-pending thead span:hover,.button-default-group ._account_api .liveDashboard .list-results thead .icon:hover,.button-default-group ._account_api .liveDashboard .list-results thead .w-alert-banner:hover:before,.button-default-group ._account_api .liveDashboard .list-results thead .w-alert-banner:hover:before,.button-default-group ._account_api .liveDashboard .list-results thead .w-alert-banner:hover:before,.button-default-group ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:hover:after,.w-dialog.plus .button-default-group ._account_api .liveDashboard .list-results thead .dialog-aside:hover:after,.button-default-group ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:hover:after,.w-toast .button-default-group ._account_api .liveDashboard .list-results thead .toast.plus:hover:after,.button-default-group ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:hover:before,.w-time-period .dropdown .w-selection .button-default-group ._account_api .liveDashboard .list-results thead .btn-period-clear:hover:before,.button-default-group ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:hover:before,.w-time-period .dropdown .w-selection .button-default-group ._account_api .liveDashboard .list-results thead .btn-filter:hover:before,.button-default-group ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:hover:before,.w-time-period .dropdown .w-selection .button-default-group ._account_api .liveDashboard .list-results thead .btn-period-edit:hover:before,.button-default-group ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:hover:before,.block-filters .button-default-group ._account_api .liveDashboard .list-results thead .btn-filter:hover:before,.button-default-group ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label:hover,.toggleWrapper .button-default-group ._account_api .liveDashboard .list-results thead input.mobileToggle+label:hover,.button-default-group ._account_api .liveDashboard .list-results thead tbody span.status:hover,.button-default-group ._account_api .liveDashboard .list-results tbody thead span.status:hover,.button-default-group ._account_api .liveDashboard .list-results thead tbody td.is-running span:hover,.button-default-group ._account_api .liveDashboard .list-results tbody td.is-running thead span:hover,.button-default-group ._account_api .liveDashboard .list-results thead tbody td.is-pending span:hover,.button-default-group ._account_api .liveDashboard .list-results tbody td.is-pending thead span:hover,.button-default-group .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:hover:after,.liveDashboard .button-default-group ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:hover:after,.button-default-group ._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:hover:after,.button-default-group .liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .dropdown-toggle:hover:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown .button-default-group ._account_api .list-results thead .dropdown-toggle:hover:after,.button-default-group .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .dropdown-toggle:hover:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .button-default-group ._account_api .liveDashboard .list-results thead .dropdown-toggle:hover:after,.button-default-group .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:hover,.liveDashboard .button-default-group ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:hover,.button-default-group ._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:hover,.button-default-group .liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .filter:hover,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .button-default-group ._account_api .list-results thead .filter:hover,.button-default-group .w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .filter:hover,.w-filter-preset.w-filter-preset .filter-preset .button-default-group ._account_api .liveDashboard .list-results thead .filter:hover,.button-default-group .liveDashboard ._account_api .list-results thead .form-label.status span:hover,.button-default-group .liveDashboard ._account_api .list-results thead .status.status-log span:hover,.button-default-group .liveDashboard ._account_api .list-results thead .status.status-report-item span:hover,.button-default-group .liveDashboard ._account_api .list-results thead .double-list dd.status span:hover,.double-list .button-default-group .liveDashboard ._account_api .list-results thead dd.status span:hover,.button-default-group .liveDashboard ._account_api .list-results thead .double-list dt.status span:hover,.double-list .button-default-group .liveDashboard ._account_api .list-results thead dt.status span:hover,.button-default-group .liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span:hover,.w-cards-container .w-card .button-default-group .liveDashboard ._account_api .list-results thead .status.title span:hover,.button-default-group .liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:hover,.w-cards-container .w-card.centered .w-value .button-default-group .liveDashboard ._account_api .list-results thead .status.label span:hover,.button-default-group .liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span:hover,.button-default-group .liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span:hover,.liveDashboard .button-default-group ._account_api .list-results thead .form-label.status span:hover,.liveDashboard .button-default-group ._account_api .list-results thead .status.status-log span:hover,.liveDashboard .button-default-group ._account_api .list-results thead .status.status-report-item span:hover,.liveDashboard .button-default-group ._account_api .list-results thead .double-list dd.status span:hover,.double-list .liveDashboard .button-default-group ._account_api .list-results thead dd.status span:hover,.liveDashboard .button-default-group ._account_api .list-results thead .double-list dt.status span:hover,.double-list .liveDashboard .button-default-group ._account_api .list-results thead dt.status span:hover,.liveDashboard .button-default-group ._account_api .list-results thead .w-cards-container .w-card .status.title span:hover,.w-cards-container .w-card .liveDashboard .button-default-group ._account_api .list-results thead .status.title span:hover,.liveDashboard .button-default-group ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:hover,.w-cards-container .w-card.centered .w-value .liveDashboard .button-default-group ._account_api .list-results thead .status.label span:hover,.liveDashboard .button-default-group ._account_api .list-results thead tbody tr.sublist .status.title span:hover,.liveDashboard .button-default-group ._account_api .list-results tbody tr.sublist thead .status.title span:hover,.button-default-group ._account_api .liveDashboard .list-results thead .form-label.status span:hover,.button-default-group ._account_api .liveDashboard .list-results thead .status.status-log span:hover,.button-default-group ._account_api .liveDashboard .list-results thead .status.status-report-item span:hover,.button-default-group ._account_api .liveDashboard .list-results thead .double-list dd.status span:hover,.double-list .button-default-group ._account_api .liveDashboard .list-results thead dd.status span:hover,.button-default-group ._account_api .liveDashboard .list-results thead .double-list dt.status span:hover,.double-list .button-default-group ._account_api .liveDashboard .list-results thead dt.status span:hover,.button-default-group ._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span:hover,.w-cards-container .w-card .button-default-group ._account_api .liveDashboard .list-results thead .status.title span:hover,.button-default-group ._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:hover,.w-cards-container .w-card.centered .w-value .button-default-group ._account_api .liveDashboard .list-results thead .status.label span:hover,.button-default-group ._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span:hover,.button-default-group ._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span:hover,.button-default-group .liveDashboard .form-label.status ._account_api .list-results thead span:hover,.button-default-group .liveDashboard .status.status-log ._account_api .list-results thead span:hover,.button-default-group .liveDashboard .status.status-report-item ._account_api .list-results thead span:hover,.button-default-group .liveDashboard .double-list dd.status ._account_api .list-results thead span:hover,.double-list .button-default-group .liveDashboard dd.status ._account_api .list-results thead span:hover,.button-default-group .liveDashboard .double-list dt.status ._account_api .list-results thead span:hover,.double-list .button-default-group .liveDashboard dt.status ._account_api .list-results thead span:hover,.button-default-group .liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span:hover,.w-cards-container .w-card .button-default-group .liveDashboard .status.title ._account_api .list-results thead span:hover,.button-default-group .liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span:hover,.w-cards-container .w-card.centered .w-value .button-default-group .liveDashboard .status.label ._account_api .list-results thead span:hover,.button-default-group .liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span:hover,.list-results tbody tr.sublist .button-default-group .liveDashboard .status.title ._account_api .list-results thead span:hover,.liveDashboard .form-label.status .button-default-group ._account_api .list-results thead span:hover,.liveDashboard .status.status-log .button-default-group ._account_api .list-results thead span:hover,.liveDashboard .status.status-report-item .button-default-group ._account_api .list-results thead span:hover,.liveDashboard .double-list dd.status .button-default-group ._account_api .list-results thead span:hover,.double-list .liveDashboard dd.status .button-default-group ._account_api .list-results thead span:hover,.liveDashboard .double-list dt.status .button-default-group ._account_api .list-results thead span:hover,.double-list .liveDashboard dt.status .button-default-group ._account_api .list-results thead span:hover,.liveDashboard .w-cards-container .w-card .status.title .button-default-group ._account_api .list-results thead span:hover,.w-cards-container .w-card .liveDashboard .status.title .button-default-group ._account_api .list-results thead span:hover,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label .button-default-group ._account_api .list-results thead span:hover,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label .button-default-group ._account_api .list-results thead span:hover,.liveDashboard .list-results tbody tr.sublist .status.title .button-default-group ._account_api .list-results thead span:hover,.list-results tbody tr.sublist .liveDashboard .status.title .button-default-group ._account_api .list-results thead span:hover,.button-default-group .form-label.status ._account_api .liveDashboard .list-results thead span:hover,.button-default-group .status.status-log ._account_api .liveDashboard .list-results thead span:hover,.button-default-group .status.status-report-item ._account_api .liveDashboard .list-results thead span:hover,.button-default-group .double-list dd.status ._account_api .liveDashboard .list-results thead span:hover,.double-list .button-default-group dd.status ._account_api .liveDashboard .list-results thead span:hover,.button-default-group .double-list dt.status ._account_api .liveDashboard .list-results thead span:hover,.double-list .button-default-group dt.status ._account_api .liveDashboard .list-results thead span:hover,.button-default-group .w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead span:hover,.w-cards-container .w-card .button-default-group .status.title ._account_api .liveDashboard .list-results thead span:hover,.button-default-group .w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead span:hover,.w-cards-container .w-card.centered .w-value .button-default-group .status.label ._account_api .liveDashboard .list-results thead span:hover,.button-default-group .list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead span:hover,.list-results tbody tr.sublist .button-default-group .status.title ._account_api .liveDashboard .list-results thead span:hover,.form-label.status .button-default-group ._account_api .liveDashboard .list-results thead span:hover,.status.status-log .button-default-group ._account_api .liveDashboard .list-results thead span:hover,.status.status-report-item .button-default-group ._account_api .liveDashboard .list-results thead span:hover,.double-list dd.status .button-default-group ._account_api .liveDashboard .list-results thead span:hover,.double-list dt.status .button-default-group ._account_api .liveDashboard .list-results thead span:hover,.w-cards-container .w-card .status.title .button-default-group ._account_api .liveDashboard .list-results thead span:hover,.w-cards-container .w-card.centered .w-value .status.label .button-default-group ._account_api .liveDashboard .list-results thead span:hover,.list-results tbody tr.sublist .status.title .button-default-group ._account_api .liveDashboard .list-results thead span:hover,.button-default-group .liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span:hover,.liveDashboard .button-default-group ._account_api .list-results thead .w-filters-selected label.status.small span:hover,.button-default-group ._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span:hover,.button-default-group .liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span:hover,.liveDashboard .w-filters-selected label.status.small .button-default-group ._account_api .list-results thead span:hover,.button-default-group .w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead span:hover,.w-filters-selected label.status.small .button-default-group ._account_api .liveDashboard .list-results thead span:hover,.button-default-group .liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span:hover,.liveDashboard .button-default-group ._account_api .list-results thead .w-filters-selected .status.btn-f-s span:hover,.button-default-group ._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span:hover,.button-default-group .liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span:hover,.liveDashboard .w-filters-selected .status.btn-f-s .button-default-group ._account_api .list-results thead span:hover,.button-default-group .w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead span:hover,.w-filters-selected .status.btn-f-s .button-default-group ._account_api .liveDashboard .list-results thead span:hover,.button-default-group .liveDashboard ._account_api .list-results thead .sub-header .w-form label:hover,.button-default-group .liveDashboard ._account_api .list-results thead .sub-header .w-double-list label:hover,.liveDashboard .button-default-group ._account_api .list-results thead .sub-header .w-form label:hover,.liveDashboard .button-default-group ._account_api .list-results thead .sub-header .w-double-list label:hover,.button-default-group ._account_api .liveDashboard .list-results thead .sub-header .w-form label:hover,.button-default-group ._account_api .liveDashboard .list-results thead .sub-header .w-double-list label:hover,.button-default-group .liveDashboard .sub-header .w-form ._account_api .list-results thead label:hover,.button-default-group .liveDashboard .sub-header .w-double-list ._account_api .list-results thead label:hover,.liveDashboard .sub-header .w-form .button-default-group ._account_api .list-results thead label:hover,.liveDashboard .sub-header .w-double-list .button-default-group ._account_api .list-results thead label:hover,.button-default-group .sub-header .w-form ._account_api .liveDashboard .list-results thead label:hover,.button-default-group .sub-header .w-double-list ._account_api .liveDashboard .list-results thead label:hover,.sub-header .w-form .button-default-group ._account_api .liveDashboard .list-results thead label:hover,.sub-header .w-double-list .button-default-group ._account_api .liveDashboard .list-results thead label:hover,.button-default-group .liveDashboard ._account_api .list-results thead .block-filters button:hover:after,.liveDashboard .button-default-group ._account_api .list-results thead .block-filters button:hover:after,.button-default-group ._account_api .liveDashboard .list-results thead .block-filters button:hover:after,.button-default-group .liveDashboard .block-filters ._account_api .list-results thead button:hover:after,.liveDashboard .block-filters .button-default-group ._account_api .list-results thead button:hover:after,.button-default-group .block-filters ._account_api .liveDashboard .list-results thead button:hover:after,.block-filters .button-default-group ._account_api .liveDashboard .list-results thead button:hover:after,.button-default-group .liveDashboard ._account_api .list-results thead .block-filters select:hover:after,.liveDashboard .button-default-group ._account_api .list-results thead .block-filters select:hover:after,.button-default-group ._account_api .liveDashboard .list-results thead .block-filters select:hover:after,.button-default-group .liveDashboard .block-filters ._account_api .list-results thead select:hover:after,.liveDashboard .block-filters .button-default-group ._account_api .list-results thead select:hover:after,.button-default-group .block-filters ._account_api .liveDashboard .list-results thead select:hover:after,.block-filters .button-default-group ._account_api .liveDashboard .list-results thead select:hover:after,.button-default-group .liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:hover,.liveDashboard .button-default-group ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:hover,.button-default-group ._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:hover,.button-default-group .liveDashboard .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-inactive:hover,.liveDashboard .form-auto-list .button-default-group ._account_api .list-results thead .form-auto-item.is-user-is-inactive:hover,.button-default-group .form-auto-list ._account_api .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive:hover,.form-auto-list .button-default-group ._account_api .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive:hover,.button-default-group .liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active:hover,.liveDashboard .button-default-group ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active:hover,.button-default-group ._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active:hover,.button-default-group .liveDashboard .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-active:hover,.liveDashboard .form-auto-list .button-default-group ._account_api .list-results thead .form-auto-item.is-user-is-active:hover,.button-default-group .form-auto-list ._account_api .liveDashboard .list-results thead .form-auto-item.is-user-is-active:hover,.form-auto-list .button-default-group ._account_api .liveDashboard .list-results thead .form-auto-item.is-user-is-active:hover,.button-default-group .liveDashboard ._account_api .list-results thead .list-results-header .status.title span:hover,.liveDashboard .button-default-group ._account_api .list-results thead .list-results-header .status.title span:hover,.button-default-group ._account_api .liveDashboard .list-results thead .list-results-header .status.title span:hover,.button-default-group .liveDashboard .list-results-header .status.title ._account_api .list-results thead span:hover,.liveDashboard .list-results-header .status.title .button-default-group ._account_api .list-results thead span:hover,.button-default-group .list-results-header .status.title ._account_api .liveDashboard .list-results thead span:hover,.list-results-header .status.title .button-default-group ._account_api .liveDashboard .list-results thead span:hover,.button-default-group .liveDashboard ._account_api .list-results thead tr span:hover,.liveDashboard .button-default-group ._account_api .list-results thead tr span:hover,.button-default-group ._account_api .liveDashboard .list-results thead tr span:hover,.button-default-group ._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .dropdown-toggle:hover:after,.button-default-group .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .dropdown-toggle:hover:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .button-default-group ._account_api .list-results thead .dropdown-toggle:hover:after,.button-default-group ._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .filter:hover,.button-default-group .w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .filter:hover,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .button-default-group ._account_api .list-results thead .filter:hover,.button-default-group ._account_api .form-label.status .liveDashboard .list-results thead span:hover,.button-default-group ._account_api .status.status-log .liveDashboard .list-results thead span:hover,.button-default-group ._account_api .status.status-report-item .liveDashboard .list-results thead span:hover,.button-default-group ._account_api .double-list dd.status .liveDashboard .list-results thead span:hover,.double-list .button-default-group ._account_api dd.status .liveDashboard .list-results thead span:hover,.button-default-group ._account_api .double-list dt.status .liveDashboard .list-results thead span:hover,.double-list .button-default-group ._account_api dt.status .liveDashboard .list-results thead span:hover,.button-default-group ._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span:hover,.w-cards-container .w-card .button-default-group ._account_api .status.title .liveDashboard .list-results thead span:hover,.button-default-group ._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span:hover,.w-cards-container .w-card.centered .w-value .button-default-group ._account_api .status.label .liveDashboard .list-results thead span:hover,.button-default-group ._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span:hover,.list-results tbody tr.sublist .button-default-group ._account_api .status.title .liveDashboard .list-results thead span:hover,.button-default-group .form-label.status .liveDashboard ._account_api .list-results thead span:hover,.button-default-group .status.status-log .liveDashboard ._account_api .list-results thead span:hover,.button-default-group .status.status-report-item .liveDashboard ._account_api .list-results thead span:hover,.button-default-group .double-list dd.status .liveDashboard ._account_api .list-results thead span:hover,.double-list .button-default-group dd.status .liveDashboard ._account_api .list-results thead span:hover,.button-default-group .double-list dt.status .liveDashboard ._account_api .list-results thead span:hover,.double-list .button-default-group dt.status .liveDashboard ._account_api .list-results thead span:hover,.button-default-group .w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead span:hover,.w-cards-container .w-card .button-default-group .status.title .liveDashboard ._account_api .list-results thead span:hover,.button-default-group .w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead span:hover,.w-cards-container .w-card.centered .w-value .button-default-group .status.label .liveDashboard ._account_api .list-results thead span:hover,.button-default-group .list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead span:hover,.list-results tbody tr.sublist .button-default-group .status.title .liveDashboard ._account_api .list-results thead span:hover,.form-label.status .liveDashboard .button-default-group ._account_api .list-results thead span:hover,.status.status-log .liveDashboard .button-default-group ._account_api .list-results thead span:hover,.status.status-report-item .liveDashboard .button-default-group ._account_api .list-results thead span:hover,.double-list dd.status .liveDashboard .button-default-group ._account_api .list-results thead span:hover,.double-list dt.status .liveDashboard .button-default-group ._account_api .list-results thead span:hover,.w-cards-container .w-card .status.title .liveDashboard .button-default-group ._account_api .list-results thead span:hover,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .button-default-group ._account_api .list-results thead span:hover,.list-results tbody tr.sublist .status.title .liveDashboard .button-default-group ._account_api .list-results thead span:hover,.button-default-group ._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span:hover,.button-default-group .w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead span:hover,.w-filters-selected label.status.small .liveDashboard .button-default-group ._account_api .list-results thead span:hover,.button-default-group ._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span:hover,.button-default-group .w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead span:hover,.w-filters-selected .status.btn-f-s .liveDashboard .button-default-group ._account_api .list-results thead span:hover,.button-default-group ._account_api .sub-header .w-form .liveDashboard .list-results thead label:hover,.button-default-group ._account_api .sub-header .w-double-list .liveDashboard .list-results thead label:hover,.button-default-group .sub-header .w-form .liveDashboard ._account_api .list-results thead label:hover,.button-default-group .sub-header .w-double-list .liveDashboard ._account_api .list-results thead label:hover,.sub-header .w-form .liveDashboard .button-default-group ._account_api .list-results thead label:hover,.sub-header .w-double-list .liveDashboard .button-default-group ._account_api .list-results thead label:hover,.button-default-group ._account_api .block-filters .liveDashboard .list-results thead button:hover:after,.button-default-group .block-filters .liveDashboard ._account_api .list-results thead button:hover:after,.block-filters .liveDashboard .button-default-group ._account_api .list-results thead button:hover:after,.button-default-group ._account_api .block-filters .liveDashboard .list-results thead select:hover:after,.button-default-group .block-filters .liveDashboard ._account_api .list-results thead select:hover:after,.block-filters .liveDashboard .button-default-group ._account_api .list-results thead select:hover:after,.button-default-group ._account_api .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive:hover,.button-default-group .form-auto-list .liveDashboard ._account_api .list-results thead .form-auto-item.is-user-is-inactive:hover,.form-auto-list .liveDashboard .button-default-group ._account_api .list-results thead .form-auto-item.is-user-is-inactive:hover,.button-default-group ._account_api .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-active:hover,.button-default-group .form-auto-list .liveDashboard ._account_api .list-results thead .form-auto-item.is-user-is-active:hover,.form-auto-list .liveDashboard .button-default-group ._account_api .list-results thead .form-auto-item.is-user-is-active:hover,.button-default-group ._account_api .list-results-header .status.title .liveDashboard .list-results thead span:hover,.button-default-group .list-results-header .status.title .liveDashboard ._account_api .list-results thead span:hover,.list-results-header .status.title .liveDashboard .button-default-group ._account_api .list-results thead span:hover,._account_api .list-results thead .button-default-group .icon:hover,._account_api .list-results thead .button-default-group .w-alert-banner:hover:before,._account_api .liveDashboard .list-results thead .button-default-group .w-alert-banner:hover:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-alert-banner:hover:before,._account_api .list-results thead .button-default-group .w-alert-banner:hover:before,._account_api .list-results thead .button-default-group .w-dialog.plus .dialog-aside:hover:after,.w-dialog.plus ._account_api .list-results thead .button-default-group .dialog-aside:hover:after,._account_api .list-results thead .button-default-group .w-toast .toast.plus:hover:after,.w-toast ._account_api .list-results thead .button-default-group .toast.plus:hover:after,._account_api .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-clear:hover:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .button-default-group .btn-period-clear:hover:before,._account_api .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-filter:hover:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .button-default-group .btn-filter:hover:before,._account_api .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-edit:hover:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .button-default-group .btn-period-edit:hover:before,._account_api .list-results thead .button-default-group .block-filters .btn-filter:hover:before,.block-filters ._account_api .list-results thead .button-default-group .btn-filter:hover:before,._account_api .list-results thead .button-default-group .toggleWrapper input.mobileToggle+label:hover,.toggleWrapper ._account_api .list-results thead .button-default-group input.mobileToggle+label:hover,._account_api .list-results thead .button-default-group tbody span.status:hover,._account_api .list-results tbody thead .button-default-group span.status:hover,._account_api .list-results thead .button-default-group tbody td.is-running span:hover,._account_api .list-results tbody td.is-running thead .button-default-group span:hover,._account_api .list-results thead .button-default-group tbody td.is-pending span:hover,._account_api .list-results tbody td.is-pending thead .button-default-group span:hover,._account_api .liveDashboard .list-results thead .button-default-group .icon:hover,._account_api .liveDashboard .list-results thead .button-default-group .w-alert-banner:hover:before,._account_api .liveDashboard .list-results thead .button-default-group .w-alert-banner:hover:before,._account_api .liveDashboard .list-results thead .button-default-group .w-alert-banner:hover:before,._account_api .liveDashboard .list-results thead .button-default-group .w-dialog.plus .dialog-aside:hover:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .button-default-group .dialog-aside:hover:after,._account_api .liveDashboard .list-results thead .button-default-group .w-toast .toast.plus:hover:after,.w-toast ._account_api .liveDashboard .list-results thead .button-default-group .toast.plus:hover:after,._account_api .liveDashboard .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-clear:hover:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .button-default-group .btn-period-clear:hover:before,._account_api .liveDashboard .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-filter:hover:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .button-default-group .btn-filter:hover:before,._account_api .liveDashboard .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-edit:hover:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .button-default-group .btn-period-edit:hover:before,._account_api .liveDashboard .list-results thead .button-default-group .block-filters .btn-filter:hover:before,.block-filters ._account_api .liveDashboard .list-results thead .button-default-group .btn-filter:hover:before,._account_api .liveDashboard .list-results thead .button-default-group .toggleWrapper input.mobileToggle+label:hover,.toggleWrapper ._account_api .liveDashboard .list-results thead .button-default-group input.mobileToggle+label:hover,._account_api .liveDashboard .list-results thead .button-default-group tbody span.status:hover,._account_api .liveDashboard .list-results tbody thead .button-default-group span.status:hover,._account_api .liveDashboard .list-results thead .button-default-group tbody td.is-running span:hover,._account_api .liveDashboard .list-results tbody td.is-running thead .button-default-group span:hover,._account_api .liveDashboard .list-results thead .button-default-group tbody td.is-pending span:hover,._account_api .liveDashboard .list-results tbody td.is-pending thead .button-default-group span:hover,.liveDashboard ._account_api .list-results thead .button-default-group .icon:hover,.liveDashboard ._account_api .list-results thead .button-default-group .w-alert-banner:hover:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-alert-banner:hover:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-alert-banner:hover:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-dialog.plus .dialog-aside:hover:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .button-default-group .dialog-aside:hover:after,.liveDashboard ._account_api .list-results thead .button-default-group .w-toast .toast.plus:hover:after,.w-toast .liveDashboard ._account_api .list-results thead .button-default-group .toast.plus:hover:after,.liveDashboard ._account_api .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-clear:hover:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .button-default-group .btn-period-clear:hover:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-filter:hover:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .button-default-group .btn-filter:hover:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-edit:hover:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .button-default-group .btn-period-edit:hover:before,.liveDashboard ._account_api .list-results thead .button-default-group .block-filters .btn-filter:hover:before,.block-filters .liveDashboard ._account_api .list-results thead .button-default-group .btn-filter:hover:before,.liveDashboard ._account_api .list-results thead .button-default-group .toggleWrapper input.mobileToggle+label:hover,.toggleWrapper .liveDashboard ._account_api .list-results thead .button-default-group input.mobileToggle+label:hover,.liveDashboard ._account_api .list-results thead .button-default-group tbody span.status:hover,.liveDashboard ._account_api .list-results tbody thead .button-default-group span.status:hover,.liveDashboard ._account_api .list-results thead .button-default-group tbody td.is-running span:hover,.liveDashboard ._account_api .list-results tbody td.is-running thead .button-default-group span:hover,.liveDashboard ._account_api .list-results thead .button-default-group tbody td.is-pending span:hover,.liveDashboard ._account_api .list-results tbody td.is-pending thead .button-default-group span:hover,._account_api .liveDashboard .list-results thead .button-default-group .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:hover:after,.liveDashboard ._account_api .list-results thead .button-default-group .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:hover:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .button-default-group .dropdown-toggle:hover:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .button-default-group .dropdown-toggle:hover:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .button-default-group .dropdown-toggle:hover:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .button-default-group .dropdown-toggle:hover:after,._account_api .liveDashboard .list-results thead .button-default-group .w-filter-preset.w-filter-preset .filter-preset .filter:hover,.liveDashboard ._account_api .list-results thead .button-default-group .w-filter-preset.w-filter-preset .filter-preset .filter:hover,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .button-default-group .filter:hover,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .button-default-group .filter:hover,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .button-default-group .filter:hover,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .button-default-group .filter:hover,._account_api .liveDashboard .list-results thead .button-default-group .form-label.status span:hover,._account_api .liveDashboard .list-results thead .button-default-group .status.status-log span:hover,._account_api .liveDashboard .list-results thead .button-default-group .status.status-report-item span:hover,._account_api .liveDashboard .list-results thead .button-default-group .double-list dd.status span:hover,.double-list ._account_api .liveDashboard .list-results thead .button-default-group dd.status span:hover,._account_api .liveDashboard .list-results thead .button-default-group .double-list dt.status span:hover,.double-list ._account_api .liveDashboard .list-results thead .button-default-group dt.status span:hover,._account_api .liveDashboard .list-results thead .button-default-group .w-cards-container .w-card .status.title span:hover,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .button-default-group .status.title span:hover,._account_api .liveDashboard .list-results thead .button-default-group .w-cards-container .w-card.centered .w-value .status.label span:hover,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .button-default-group .status.label span:hover,._account_api .liveDashboard .list-results thead .button-default-group tbody tr.sublist .status.title span:hover,._account_api .liveDashboard .list-results tbody tr.sublist thead .button-default-group .status.title span:hover,.liveDashboard ._account_api .list-results thead .button-default-group .form-label.status span:hover,.liveDashboard ._account_api .list-results thead .button-default-group .status.status-log span:hover,.liveDashboard ._account_api .list-results thead .button-default-group .status.status-report-item span:hover,.liveDashboard ._account_api .list-results thead .button-default-group .double-list dd.status span:hover,.double-list .liveDashboard ._account_api .list-results thead .button-default-group dd.status span:hover,.liveDashboard ._account_api .list-results thead .button-default-group .double-list dt.status span:hover,.double-list .liveDashboard ._account_api .list-results thead .button-default-group dt.status span:hover,.liveDashboard ._account_api .list-results thead .button-default-group .w-cards-container .w-card .status.title span:hover,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .button-default-group .status.title span:hover,.liveDashboard ._account_api .list-results thead .button-default-group .w-cards-container .w-card.centered .w-value .status.label span:hover,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .button-default-group .status.label span:hover,.liveDashboard ._account_api .list-results thead .button-default-group tbody tr.sublist .status.title span:hover,.liveDashboard ._account_api .list-results tbody tr.sublist thead .button-default-group .status.title span:hover,._account_api .liveDashboard .list-results thead .form-label.status .button-default-group span:hover,._account_api .liveDashboard .list-results thead .status.status-log .button-default-group span:hover,._account_api .liveDashboard .list-results thead .status.status-report-item .button-default-group span:hover,._account_api .liveDashboard .list-results thead .double-list dd.status .button-default-group span:hover,.double-list ._account_api .liveDashboard .list-results thead dd.status .button-default-group span:hover,._account_api .liveDashboard .list-results thead .double-list dt.status .button-default-group span:hover,.double-list ._account_api .liveDashboard .list-results thead dt.status .button-default-group span:hover,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title .button-default-group span:hover,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title .button-default-group span:hover,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .button-default-group span:hover,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label .button-default-group span:hover,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title .button-default-group span:hover,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title .button-default-group span:hover,.liveDashboard ._account_api .list-results thead .form-label.status .button-default-group span:hover,.liveDashboard ._account_api .list-results thead .status.status-log .button-default-group span:hover,.liveDashboard ._account_api .list-results thead .status.status-report-item .button-default-group span:hover,.liveDashboard ._account_api .list-results thead .double-list dd.status .button-default-group span:hover,.double-list .liveDashboard ._account_api .list-results thead dd.status .button-default-group span:hover,.liveDashboard ._account_api .list-results thead .double-list dt.status .button-default-group span:hover,.double-list .liveDashboard ._account_api .list-results thead dt.status .button-default-group span:hover,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title .button-default-group span:hover,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title .button-default-group span:hover,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .button-default-group span:hover,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label .button-default-group span:hover,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title .button-default-group span:hover,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title .button-default-group span:hover,._account_api .form-label.status .liveDashboard .list-results thead .button-default-group span:hover,._account_api .status.status-log .liveDashboard .list-results thead .button-default-group span:hover,._account_api .status.status-report-item .liveDashboard .list-results thead .button-default-group span:hover,._account_api .double-list dd.status .liveDashboard .list-results thead .button-default-group span:hover,.double-list ._account_api dd.status .liveDashboard .list-results thead .button-default-group span:hover,._account_api .double-list dt.status .liveDashboard .list-results thead .button-default-group span:hover,.double-list ._account_api dt.status .liveDashboard .list-results thead .button-default-group span:hover,._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead .button-default-group span:hover,.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead .button-default-group span:hover,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead .button-default-group span:hover,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead .button-default-group span:hover,._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead .button-default-group span:hover,.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead .button-default-group span:hover,.form-label.status .liveDashboard ._account_api .list-results thead .button-default-group span:hover,.status.status-log .liveDashboard ._account_api .list-results thead .button-default-group span:hover,.status.status-report-item .liveDashboard ._account_api .list-results thead .button-default-group span:hover,.double-list dd.status .liveDashboard ._account_api .list-results thead .button-default-group span:hover,.double-list dt.status .liveDashboard ._account_api .list-results thead .button-default-group span:hover,.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead .button-default-group span:hover,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead .button-default-group span:hover,.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead .button-default-group span:hover,._account_api .liveDashboard .list-results thead .button-default-group .w-filters-selected label.status.small span:hover,.liveDashboard ._account_api .list-results thead .button-default-group .w-filters-selected label.status.small span:hover,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small .button-default-group span:hover,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small .button-default-group span:hover,._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead .button-default-group span:hover,.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead .button-default-group span:hover,._account_api .liveDashboard .list-results thead .button-default-group .w-filters-selected .status.btn-f-s span:hover,.liveDashboard ._account_api .list-results thead .button-default-group .w-filters-selected .status.btn-f-s span:hover,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .button-default-group span:hover,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s .button-default-group span:hover,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead .button-default-group span:hover,.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead .button-default-group span:hover,._account_api .liveDashboard .list-results thead .button-default-group .sub-header .w-form label:hover,._account_api .liveDashboard .list-results thead .button-default-group .sub-header .w-double-list label:hover,.liveDashboard ._account_api .list-results thead .button-default-group .sub-header .w-form label:hover,.liveDashboard ._account_api .list-results thead .button-default-group .sub-header .w-double-list label:hover,._account_api .liveDashboard .list-results thead .sub-header .w-form .button-default-group label:hover,._account_api .liveDashboard .list-results thead .sub-header .w-double-list .button-default-group label:hover,.liveDashboard ._account_api .list-results thead .sub-header .w-form .button-default-group label:hover,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list .button-default-group label:hover,._account_api .sub-header .w-form .liveDashboard .list-results thead .button-default-group label:hover,._account_api .sub-header .w-double-list .liveDashboard .list-results thead .button-default-group label:hover,.sub-header .w-form .liveDashboard ._account_api .list-results thead .button-default-group label:hover,.sub-header .w-double-list .liveDashboard ._account_api .list-results thead .button-default-group label:hover,._account_api .liveDashboard .list-results thead .button-default-group .block-filters button:hover:after,.liveDashboard ._account_api .list-results thead .button-default-group .block-filters button:hover:after,._account_api .liveDashboard .list-results thead .block-filters .button-default-group button:hover:after,.liveDashboard ._account_api .list-results thead .block-filters .button-default-group button:hover:after,._account_api .block-filters .liveDashboard .list-results thead .button-default-group button:hover:after,.block-filters .liveDashboard ._account_api .list-results thead .button-default-group button:hover:after,._account_api .liveDashboard .list-results thead .button-default-group .block-filters select:hover:after,.liveDashboard ._account_api .list-results thead .button-default-group .block-filters select:hover:after,._account_api .liveDashboard .list-results thead .block-filters .button-default-group select:hover:after,.liveDashboard ._account_api .list-results thead .block-filters .button-default-group select:hover:after,._account_api .block-filters .liveDashboard .list-results thead .button-default-group select:hover:after,.block-filters .liveDashboard ._account_api .list-results thead .button-default-group select:hover:after,._account_api .liveDashboard .list-results thead .button-default-group .form-auto-list .form-auto-item.is-user-is-inactive:hover,.liveDashboard ._account_api .list-results thead .button-default-group .form-auto-list .form-auto-item.is-user-is-inactive:hover,._account_api .liveDashboard .list-results thead .form-auto-list .button-default-group .form-auto-item.is-user-is-inactive:hover,.liveDashboard ._account_api .list-results thead .form-auto-list .button-default-group .form-auto-item.is-user-is-inactive:hover,._account_api .form-auto-list .liveDashboard .list-results thead .button-default-group .form-auto-item.is-user-is-inactive:hover,.form-auto-list .liveDashboard ._account_api .list-results thead .button-default-group .form-auto-item.is-user-is-inactive:hover,._account_api .liveDashboard .list-results thead .button-default-group .form-auto-list .form-auto-item.is-user-is-active:hover,.liveDashboard ._account_api .list-results thead .button-default-group .form-auto-list .form-auto-item.is-user-is-active:hover,._account_api .liveDashboard .list-results thead .form-auto-list .button-default-group .form-auto-item.is-user-is-active:hover,.liveDashboard ._account_api .list-results thead .form-auto-list .button-default-group .form-auto-item.is-user-is-active:hover,._account_api .form-auto-list .liveDashboard .list-results thead .button-default-group .form-auto-item.is-user-is-active:hover,.form-auto-list .liveDashboard ._account_api .list-results thead .button-default-group .form-auto-item.is-user-is-active:hover,._account_api .liveDashboard .list-results thead .button-default-group .list-results-header .status.title span:hover,.liveDashboard ._account_api .list-results thead .button-default-group .list-results-header .status.title span:hover,._account_api .liveDashboard .list-results thead .list-results-header .status.title .button-default-group span:hover,.liveDashboard ._account_api .list-results thead .list-results-header .status.title .button-default-group span:hover,._account_api .list-results-header .status.title .liveDashboard .list-results thead .button-default-group span:hover,.list-results-header .status.title .liveDashboard ._account_api .list-results thead .button-default-group span:hover,._account_api .liveDashboard .list-results thead .button-default-group tr span:hover,.liveDashboard ._account_api .list-results thead .button-default-group tr span:hover,._account_api .liveDashboard .list-results thead tr .button-default-group span:hover,.liveDashboard ._account_api .list-results thead tr .button-default-group span:hover,._account_api .list-results thead .button-default-group .icon:hover,._account_api .list-results thead .button-default-group .w-alert-banner:hover:before,._account_api .liveDashboard .list-results thead .button-default-group .w-alert-banner:hover:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-alert-banner:hover:before,._account_api .list-results thead .button-default-group .w-alert-banner:hover:before,._account_api .list-results thead .button-default-group .w-dialog.plus .dialog-aside:hover:after,.w-dialog.plus ._account_api .list-results thead .button-default-group .dialog-aside:hover:after,._account_api .list-results thead .button-default-group .w-toast .toast.plus:hover:after,.w-toast ._account_api .list-results thead .button-default-group .toast.plus:hover:after,._account_api .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-clear:hover:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .button-default-group .btn-period-clear:hover:before,._account_api .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-filter:hover:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .button-default-group .btn-filter:hover:before,._account_api .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-edit:hover:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .button-default-group .btn-period-edit:hover:before,._account_api .list-results thead .button-default-group .block-filters .btn-filter:hover:before,.block-filters ._account_api .list-results thead .button-default-group .btn-filter:hover:before,._account_api .list-results thead .button-default-group .toggleWrapper input.mobileToggle+label:hover,.toggleWrapper ._account_api .list-results thead .button-default-group input.mobileToggle+label:hover,._account_api .list-results thead .button-default-group tbody span.status:hover,._account_api .list-results tbody thead .button-default-group span.status:hover,._account_api .list-results thead .button-default-group tbody td.is-running span:hover,._account_api .list-results tbody td.is-running thead .button-default-group span:hover,._account_api .list-results thead .button-default-group tbody td.is-pending span:hover,._account_api .list-results tbody td.is-pending thead .button-default-group span:hover,._account_api .list-results thead .button-default-group .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:hover:after,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .button-default-group .dropdown-toggle:hover:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .button-default-group .dropdown-toggle:hover:after,._account_api .list-results thead .button-default-group .w-filter-preset.w-filter-preset .filter-preset .filter:hover,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .button-default-group .filter:hover,.w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .button-default-group .filter:hover,._account_api .list-results thead .button-default-group .form-label.status span:hover,._account_api .list-results thead .button-default-group .status.status-log span:hover,._account_api .list-results thead .button-default-group .status.status-report-item span:hover,._account_api .list-results thead .button-default-group .double-list dd.status span:hover,.double-list ._account_api .list-results thead .button-default-group dd.status span:hover,._account_api .list-results thead .button-default-group .double-list dt.status span:hover,.double-list ._account_api .list-results thead .button-default-group dt.status span:hover,._account_api .list-results thead .button-default-group .w-cards-container .w-card .status.title span:hover,.w-cards-container .w-card ._account_api .list-results thead .button-default-group .status.title span:hover,._account_api .list-results thead .button-default-group .w-cards-container .w-card.centered .w-value .status.label span:hover,.w-cards-container .w-card.centered .w-value ._account_api .list-results thead .button-default-group .status.label span:hover,._account_api .list-results thead .button-default-group tbody tr.sublist .status.title span:hover,._account_api .list-results tbody tr.sublist thead .button-default-group .status.title span:hover,._account_api .list-results thead .form-label.status .button-default-group span:hover,._account_api .list-results thead .status.status-log .button-default-group span:hover,._account_api .list-results thead .status.status-report-item .button-default-group span:hover,._account_api .list-results thead .double-list dd.status .button-default-group span:hover,.double-list ._account_api .list-results thead dd.status .button-default-group span:hover,._account_api .list-results thead .double-list dt.status .button-default-group span:hover,.double-list ._account_api .list-results thead dt.status .button-default-group span:hover,._account_api .list-results thead .w-cards-container .w-card .status.title .button-default-group span:hover,.w-cards-container .w-card ._account_api .list-results thead .status.title .button-default-group span:hover,._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .button-default-group span:hover,.w-cards-container .w-card.centered .w-value ._account_api .list-results thead .status.label .button-default-group span:hover,._account_api .list-results thead tbody tr.sublist .status.title .button-default-group span:hover,._account_api .list-results tbody tr.sublist thead .status.title .button-default-group span:hover,.form-label.status ._account_api .list-results thead .button-default-group span:hover,.status.status-log ._account_api .list-results thead .button-default-group span:hover,.status.status-report-item ._account_api .list-results thead .button-default-group span:hover,.double-list dd.status ._account_api .list-results thead .button-default-group span:hover,.double-list dt.status ._account_api .list-results thead .button-default-group span:hover,.w-cards-container .w-card .status.title ._account_api .list-results thead .button-default-group span:hover,.w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead .button-default-group span:hover,.list-results tbody tr.sublist .status.title ._account_api .list-results thead .button-default-group span:hover,._account_api .list-results thead .button-default-group .w-filters-selected label.status.small span:hover,._account_api .list-results thead .w-filters-selected label.status.small .button-default-group span:hover,.w-filters-selected label.status.small ._account_api .list-results thead .button-default-group span:hover,._account_api .list-results thead .button-default-group .w-filters-selected .status.btn-f-s span:hover,._account_api .list-results thead .w-filters-selected .status.btn-f-s .button-default-group span:hover,.w-filters-selected .status.btn-f-s ._account_api .list-results thead .button-default-group span:hover,._account_api .list-results thead .button-default-group .sub-header .w-form label:hover,._account_api .list-results thead .button-default-group .sub-header .w-double-list label:hover,._account_api .list-results thead .sub-header .w-form .button-default-group label:hover,._account_api .list-results thead .sub-header .w-double-list .button-default-group label:hover,.sub-header .w-form ._account_api .list-results thead .button-default-group label:hover,.sub-header .w-double-list ._account_api .list-results thead .button-default-group label:hover,._account_api .list-results thead .button-default-group .block-filters button:hover:after,._account_api .list-results thead .block-filters .button-default-group button:hover:after,.block-filters ._account_api .list-results thead .button-default-group button:hover:after,._account_api .list-results thead .button-default-group .block-filters select:hover:after,._account_api .list-results thead .block-filters .button-default-group select:hover:after,.block-filters ._account_api .list-results thead .button-default-group select:hover:after,._account_api .list-results thead .button-default-group .form-auto-list .form-auto-item.is-user-is-inactive:hover,._account_api .list-results thead .form-auto-list .button-default-group .form-auto-item.is-user-is-inactive:hover,.form-auto-list ._account_api .list-results thead .button-default-group .form-auto-item.is-user-is-inactive:hover,._account_api .list-results thead .button-default-group .form-auto-list .form-auto-item.is-user-is-active:hover,._account_api .list-results thead .form-auto-list .button-default-group .form-auto-item.is-user-is-active:hover,.form-auto-list ._account_api .list-results thead .button-default-group .form-auto-item.is-user-is-active:hover,._account_api .list-results thead .button-default-group .list-results-header .status.title span:hover,._account_api .list-results thead .list-results-header .status.title .button-default-group span:hover,.list-results-header .status.title ._account_api .list-results thead .button-default-group span:hover,._account_api .list-results thead .button-default-group tr span:hover,._account_api .list-results thead tr .button-default-group span:hover,.liveDashboard ._account_api .list-results thead .button-default-group .icon:hover,.liveDashboard ._account_api .list-results thead .button-default-group .w-alert-banner:hover:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-alert-banner:hover:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-alert-banner:hover:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-dialog.plus .dialog-aside:hover:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .button-default-group .dialog-aside:hover:after,.liveDashboard ._account_api .list-results thead .button-default-group .w-toast .toast.plus:hover:after,.w-toast .liveDashboard ._account_api .list-results thead .button-default-group .toast.plus:hover:after,.liveDashboard ._account_api .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-clear:hover:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .button-default-group .btn-period-clear:hover:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-filter:hover:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .button-default-group .btn-filter:hover:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-edit:hover:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .button-default-group .btn-period-edit:hover:before,.liveDashboard ._account_api .list-results thead .button-default-group .block-filters .btn-filter:hover:before,.block-filters .liveDashboard ._account_api .list-results thead .button-default-group .btn-filter:hover:before,.liveDashboard ._account_api .list-results thead .button-default-group .toggleWrapper input.mobileToggle+label:hover,.toggleWrapper .liveDashboard ._account_api .list-results thead .button-default-group input.mobileToggle+label:hover,.liveDashboard ._account_api .list-results thead .button-default-group tbody span.status:hover,.liveDashboard ._account_api .list-results tbody thead .button-default-group span.status:hover,.liveDashboard ._account_api .list-results thead .button-default-group tbody td.is-running span:hover,.liveDashboard ._account_api .list-results tbody td.is-running thead .button-default-group span:hover,.liveDashboard ._account_api .list-results thead .button-default-group tbody td.is-pending span:hover,.liveDashboard ._account_api .list-results tbody td.is-pending thead .button-default-group span:hover,._account_api .liveDashboard .list-results thead .button-default-group .icon:hover,._account_api .liveDashboard .list-results thead .button-default-group .w-alert-banner:hover:before,._account_api .liveDashboard .list-results thead .button-default-group .w-alert-banner:hover:before,._account_api .liveDashboard .list-results thead .button-default-group .w-alert-banner:hover:before,._account_api .liveDashboard .list-results thead .button-default-group .w-dialog.plus .dialog-aside:hover:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .button-default-group .dialog-aside:hover:after,._account_api .liveDashboard .list-results thead .button-default-group .w-toast .toast.plus:hover:after,.w-toast ._account_api .liveDashboard .list-results thead .button-default-group .toast.plus:hover:after,._account_api .liveDashboard .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-clear:hover:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .button-default-group .btn-period-clear:hover:before,._account_api .liveDashboard .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-filter:hover:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .button-default-group .btn-filter:hover:before,._account_api .liveDashboard .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-edit:hover:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .button-default-group .btn-period-edit:hover:before,._account_api .liveDashboard .list-results thead .button-default-group .block-filters .btn-filter:hover:before,.block-filters ._account_api .liveDashboard .list-results thead .button-default-group .btn-filter:hover:before,._account_api .liveDashboard .list-results thead .button-default-group .toggleWrapper input.mobileToggle+label:hover,.toggleWrapper ._account_api .liveDashboard .list-results thead .button-default-group input.mobileToggle+label:hover,._account_api .liveDashboard .list-results thead .button-default-group tbody span.status:hover,._account_api .liveDashboard .list-results tbody thead .button-default-group span.status:hover,._account_api .liveDashboard .list-results thead .button-default-group tbody td.is-running span:hover,._account_api .liveDashboard .list-results tbody td.is-running thead .button-default-group span:hover,._account_api .liveDashboard .list-results thead .button-default-group tbody td.is-pending span:hover,._account_api .liveDashboard .list-results tbody td.is-pending thead .button-default-group span:hover,.liveDashboard ._account_api .list-results thead .button-default-group .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:hover:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .button-default-group .dropdown-toggle:hover:after,._account_api .liveDashboard .list-results thead .button-default-group .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:hover:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .button-default-group .dropdown-toggle:hover:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .button-default-group .dropdown-toggle:hover:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .button-default-group .dropdown-toggle:hover:after,.liveDashboard ._account_api .list-results thead .button-default-group .w-filter-preset.w-filter-preset .filter-preset .filter:hover,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .button-default-group .filter:hover,._account_api .liveDashboard .list-results thead .button-default-group .w-filter-preset.w-filter-preset .filter-preset .filter:hover,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .button-default-group .filter:hover,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .button-default-group .filter:hover,.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .button-default-group .filter:hover,.liveDashboard ._account_api .list-results thead .button-default-group .form-label.status span:hover,.liveDashboard ._account_api .list-results thead .button-default-group .status.status-log span:hover,.liveDashboard ._account_api .list-results thead .button-default-group .status.status-report-item span:hover,.liveDashboard ._account_api .list-results thead .button-default-group .double-list dd.status span:hover,.double-list .liveDashboard ._account_api .list-results thead .button-default-group dd.status span:hover,.liveDashboard ._account_api .list-results thead .button-default-group .double-list dt.status span:hover,.double-list .liveDashboard ._account_api .list-results thead .button-default-group dt.status span:hover,.liveDashboard ._account_api .list-results thead .button-default-group .w-cards-container .w-card .status.title span:hover,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .button-default-group .status.title span:hover,.liveDashboard ._account_api .list-results thead .button-default-group .w-cards-container .w-card.centered .w-value .status.label span:hover,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .button-default-group .status.label span:hover,.liveDashboard ._account_api .list-results thead .button-default-group tbody tr.sublist .status.title span:hover,.liveDashboard ._account_api .list-results tbody tr.sublist thead .button-default-group .status.title span:hover,.liveDashboard ._account_api .list-results thead .form-label.status .button-default-group span:hover,.liveDashboard ._account_api .list-results thead .status.status-log .button-default-group span:hover,.liveDashboard ._account_api .list-results thead .status.status-report-item .button-default-group span:hover,.liveDashboard ._account_api .list-results thead .double-list dd.status .button-default-group span:hover,.double-list .liveDashboard ._account_api .list-results thead dd.status .button-default-group span:hover,.liveDashboard ._account_api .list-results thead .double-list dt.status .button-default-group span:hover,.double-list .liveDashboard ._account_api .list-results thead dt.status .button-default-group span:hover,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title .button-default-group span:hover,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title .button-default-group span:hover,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .button-default-group span:hover,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label .button-default-group span:hover,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title .button-default-group span:hover,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title .button-default-group span:hover,._account_api .liveDashboard .list-results thead .button-default-group .form-label.status span:hover,._account_api .liveDashboard .list-results thead .button-default-group .status.status-log span:hover,._account_api .liveDashboard .list-results thead .button-default-group .status.status-report-item span:hover,._account_api .liveDashboard .list-results thead .button-default-group .double-list dd.status span:hover,.double-list ._account_api .liveDashboard .list-results thead .button-default-group dd.status span:hover,._account_api .liveDashboard .list-results thead .button-default-group .double-list dt.status span:hover,.double-list ._account_api .liveDashboard .list-results thead .button-default-group dt.status span:hover,._account_api .liveDashboard .list-results thead .button-default-group .w-cards-container .w-card .status.title span:hover,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .button-default-group .status.title span:hover,._account_api .liveDashboard .list-results thead .button-default-group .w-cards-container .w-card.centered .w-value .status.label span:hover,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .button-default-group .status.label span:hover,._account_api .liveDashboard .list-results thead .button-default-group tbody tr.sublist .status.title span:hover,._account_api .liveDashboard .list-results tbody tr.sublist thead .button-default-group .status.title span:hover,._account_api .liveDashboard .list-results thead .form-label.status .button-default-group span:hover,._account_api .liveDashboard .list-results thead .status.status-log .button-default-group span:hover,._account_api .liveDashboard .list-results thead .status.status-report-item .button-default-group span:hover,._account_api .liveDashboard .list-results thead .double-list dd.status .button-default-group span:hover,.double-list ._account_api .liveDashboard .list-results thead dd.status .button-default-group span:hover,._account_api .liveDashboard .list-results thead .double-list dt.status .button-default-group span:hover,.double-list ._account_api .liveDashboard .list-results thead dt.status .button-default-group span:hover,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title .button-default-group span:hover,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title .button-default-group span:hover,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .button-default-group span:hover,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label .button-default-group span:hover,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title .button-default-group span:hover,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title .button-default-group span:hover,.liveDashboard .form-label.status ._account_api .list-results thead .button-default-group span:hover,.liveDashboard .status.status-log ._account_api .list-results thead .button-default-group span:hover,.liveDashboard .status.status-report-item ._account_api .list-results thead .button-default-group span:hover,.liveDashboard .double-list dd.status ._account_api .list-results thead .button-default-group span:hover,.double-list .liveDashboard dd.status ._account_api .list-results thead .button-default-group span:hover,.liveDashboard .double-list dt.status ._account_api .list-results thead .button-default-group span:hover,.double-list .liveDashboard dt.status ._account_api .list-results thead .button-default-group span:hover,.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead .button-default-group span:hover,.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead .button-default-group span:hover,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead .button-default-group span:hover,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead .button-default-group span:hover,.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead .button-default-group span:hover,.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead .button-default-group span:hover,.form-label.status ._account_api .liveDashboard .list-results thead .button-default-group span:hover,.status.status-log ._account_api .liveDashboard .list-results thead .button-default-group span:hover,.status.status-report-item ._account_api .liveDashboard .list-results thead .button-default-group span:hover,.double-list dd.status ._account_api .liveDashboard .list-results thead .button-default-group span:hover,.double-list dt.status ._account_api .liveDashboard .list-results thead .button-default-group span:hover,.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead .button-default-group span:hover,.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead .button-default-group span:hover,.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead .button-default-group span:hover,.liveDashboard ._account_api .list-results thead .button-default-group .w-filters-selected label.status.small span:hover,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small .button-default-group span:hover,._account_api .liveDashboard .list-results thead .button-default-group .w-filters-selected label.status.small span:hover,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small .button-default-group span:hover,.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead .button-default-group span:hover,.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead .button-default-group span:hover,.liveDashboard ._account_api .list-results thead .button-default-group .w-filters-selected .status.btn-f-s span:hover,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s .button-default-group span:hover,._account_api .liveDashboard .list-results thead .button-default-group .w-filters-selected .status.btn-f-s span:hover,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .button-default-group span:hover,.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead .button-default-group span:hover,.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead .button-default-group span:hover,.liveDashboard ._account_api .list-results thead .button-default-group .sub-header .w-form label:hover,.liveDashboard ._account_api .list-results thead .button-default-group .sub-header .w-double-list label:hover,.liveDashboard ._account_api .list-results thead .sub-header .w-form .button-default-group label:hover,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list .button-default-group label:hover,._account_api .liveDashboard .list-results thead .button-default-group .sub-header .w-form label:hover,._account_api .liveDashboard .list-results thead .button-default-group .sub-header .w-double-list label:hover,._account_api .liveDashboard .list-results thead .sub-header .w-form .button-default-group label:hover,._account_api .liveDashboard .list-results thead .sub-header .w-double-list .button-default-group label:hover,.liveDashboard .sub-header .w-form ._account_api .list-results thead .button-default-group label:hover,.liveDashboard .sub-header .w-double-list ._account_api .list-results thead .button-default-group label:hover,.sub-header .w-form ._account_api .liveDashboard .list-results thead .button-default-group label:hover,.sub-header .w-double-list ._account_api .liveDashboard .list-results thead .button-default-group label:hover,.liveDashboard ._account_api .list-results thead .button-default-group .block-filters button:hover:after,.liveDashboard ._account_api .list-results thead .block-filters .button-default-group button:hover:after,._account_api .liveDashboard .list-results thead .button-default-group .block-filters button:hover:after,._account_api .liveDashboard .list-results thead .block-filters .button-default-group button:hover:after,.liveDashboard .block-filters ._account_api .list-results thead .button-default-group button:hover:after,.block-filters ._account_api .liveDashboard .list-results thead .button-default-group button:hover:after,.liveDashboard ._account_api .list-results thead .button-default-group .block-filters select:hover:after,.liveDashboard ._account_api .list-results thead .block-filters .button-default-group select:hover:after,._account_api .liveDashboard .list-results thead .button-default-group .block-filters select:hover:after,._account_api .liveDashboard .list-results thead .block-filters .button-default-group select:hover:after,.liveDashboard .block-filters ._account_api .list-results thead .button-default-group select:hover:after,.block-filters ._account_api .liveDashboard .list-results thead .button-default-group select:hover:after,.liveDashboard ._account_api .list-results thead .button-default-group .form-auto-list .form-auto-item.is-user-is-inactive:hover,.liveDashboard ._account_api .list-results thead .form-auto-list .button-default-group .form-auto-item.is-user-is-inactive:hover,._account_api .liveDashboard .list-results thead .button-default-group .form-auto-list .form-auto-item.is-user-is-inactive:hover,._account_api .liveDashboard .list-results thead .form-auto-list .button-default-group .form-auto-item.is-user-is-inactive:hover,.liveDashboard .form-auto-list ._account_api .list-results thead .button-default-group .form-auto-item.is-user-is-inactive:hover,.form-auto-list ._account_api .liveDashboard .list-results thead .button-default-group .form-auto-item.is-user-is-inactive:hover,.liveDashboard ._account_api .list-results thead .button-default-group .form-auto-list .form-auto-item.is-user-is-active:hover,.liveDashboard ._account_api .list-results thead .form-auto-list .button-default-group .form-auto-item.is-user-is-active:hover,._account_api .liveDashboard .list-results thead .button-default-group .form-auto-list .form-auto-item.is-user-is-active:hover,._account_api .liveDashboard .list-results thead .form-auto-list .button-default-group .form-auto-item.is-user-is-active:hover,.liveDashboard .form-auto-list ._account_api .list-results thead .button-default-group .form-auto-item.is-user-is-active:hover,.form-auto-list ._account_api .liveDashboard .list-results thead .button-default-group .form-auto-item.is-user-is-active:hover,.liveDashboard ._account_api .list-results thead .button-default-group .list-results-header .status.title span:hover,.liveDashboard ._account_api .list-results thead .list-results-header .status.title .button-default-group span:hover,._account_api .liveDashboard .list-results thead .button-default-group .list-results-header .status.title span:hover,._account_api .liveDashboard .list-results thead .list-results-header .status.title .button-default-group span:hover,.liveDashboard .list-results-header .status.title ._account_api .list-results thead .button-default-group span:hover,.list-results-header .status.title ._account_api .liveDashboard .list-results thead .button-default-group span:hover,.liveDashboard ._account_api .list-results thead .button-default-group tr span:hover,.liveDashboard ._account_api .list-results thead tr .button-default-group span:hover,._account_api .liveDashboard .list-results thead .button-default-group tr span:hover,._account_api .liveDashboard .list-results thead tr .button-default-group span:hover,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .button-default-group .dropdown-toggle:hover:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .button-default-group .dropdown-toggle:hover:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .button-default-group .filter:hover,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .button-default-group .filter:hover,._account_api .form-label.status .liveDashboard .list-results thead .button-default-group span:hover,._account_api .status.status-log .liveDashboard .list-results thead .button-default-group span:hover,._account_api .status.status-report-item .liveDashboard .list-results thead .button-default-group span:hover,._account_api .double-list dd.status .liveDashboard .list-results thead .button-default-group span:hover,.double-list ._account_api dd.status .liveDashboard .list-results thead .button-default-group span:hover,._account_api .double-list dt.status .liveDashboard .list-results thead .button-default-group span:hover,.double-list ._account_api dt.status .liveDashboard .list-results thead .button-default-group span:hover,._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead .button-default-group span:hover,.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead .button-default-group span:hover,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead .button-default-group span:hover,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead .button-default-group span:hover,._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead .button-default-group span:hover,.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead .button-default-group span:hover,.form-label.status .liveDashboard ._account_api .list-results thead .button-default-group span:hover,.status.status-log .liveDashboard ._account_api .list-results thead .button-default-group span:hover,.status.status-report-item .liveDashboard ._account_api .list-results thead .button-default-group span:hover,.double-list dd.status .liveDashboard ._account_api .list-results thead .button-default-group span:hover,.double-list dt.status .liveDashboard ._account_api .list-results thead .button-default-group span:hover,.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead .button-default-group span:hover,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead .button-default-group span:hover,.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead .button-default-group span:hover,._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead .button-default-group span:hover,.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead .button-default-group span:hover,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead .button-default-group span:hover,.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead .button-default-group span:hover,._account_api .sub-header .w-form .liveDashboard .list-results thead .button-default-group label:hover,._account_api .sub-header .w-double-list .liveDashboard .list-results thead .button-default-group label:hover,.sub-header .w-form .liveDashboard ._account_api .list-results thead .button-default-group label:hover,.sub-header .w-double-list .liveDashboard ._account_api .list-results thead .button-default-group label:hover,._account_api .block-filters .liveDashboard .list-results thead .button-default-group button:hover:after,.block-filters .liveDashboard ._account_api .list-results thead .button-default-group button:hover:after,._account_api .block-filters .liveDashboard .list-results thead .button-default-group select:hover:after,.block-filters .liveDashboard ._account_api .list-results thead .button-default-group select:hover:after,._account_api .form-auto-list .liveDashboard .list-results thead .button-default-group .form-auto-item.is-user-is-inactive:hover,.form-auto-list .liveDashboard ._account_api .list-results thead .button-default-group .form-auto-item.is-user-is-inactive:hover,._account_api .form-auto-list .liveDashboard .list-results thead .button-default-group .form-auto-item.is-user-is-active:hover,.form-auto-list .liveDashboard ._account_api .list-results thead .button-default-group .form-auto-item.is-user-is-active:hover,._account_api .list-results-header .status.title .liveDashboard .list-results thead .button-default-group span:hover,.list-results-header .status.title .liveDashboard ._account_api .list-results thead .button-default-group span:hover,.button-default-group ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:hover:after,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .button-default-group .dropdown-toggle:hover:after,.button-default-group .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .dropdown-toggle:hover:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .button-default-group .dropdown-toggle:hover:after,.button-default-group ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:hover,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .button-default-group .filter:hover,.button-default-group .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .filter:hover,.w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .button-default-group .filter:hover,.button-default-group ._account_api .list-results thead .form-label.status span:hover,.button-default-group ._account_api .list-results thead .status.status-log span:hover,.button-default-group ._account_api .list-results thead .status.status-report-item span:hover,.button-default-group ._account_api .list-results thead .double-list dd.status span:hover,.double-list .button-default-group ._account_api .list-results thead dd.status span:hover,.button-default-group ._account_api .list-results thead .double-list dt.status span:hover,.double-list .button-default-group ._account_api .list-results thead dt.status span:hover,.button-default-group ._account_api .list-results thead .w-cards-container .w-card .status.title span:hover,.w-cards-container .w-card .button-default-group ._account_api .list-results thead .status.title span:hover,.button-default-group ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:hover,.w-cards-container .w-card.centered .w-value .button-default-group ._account_api .list-results thead .status.label span:hover,.button-default-group ._account_api .list-results thead tbody tr.sublist .status.title span:hover,.button-default-group ._account_api .list-results tbody tr.sublist thead .status.title span:hover,._account_api .list-results thead .form-label.status .button-default-group span:hover,._account_api .list-results thead .status.status-log .button-default-group span:hover,._account_api .list-results thead .status.status-report-item .button-default-group span:hover,._account_api .list-results thead .double-list dd.status .button-default-group span:hover,.double-list ._account_api .list-results thead dd.status .button-default-group span:hover,._account_api .list-results thead .double-list dt.status .button-default-group span:hover,.double-list ._account_api .list-results thead dt.status .button-default-group span:hover,._account_api .list-results thead .w-cards-container .w-card .status.title .button-default-group span:hover,.w-cards-container .w-card ._account_api .list-results thead .status.title .button-default-group span:hover,._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .button-default-group span:hover,.w-cards-container .w-card.centered .w-value ._account_api .list-results thead .status.label .button-default-group span:hover,._account_api .list-results thead tbody tr.sublist .status.title .button-default-group span:hover,._account_api .list-results tbody tr.sublist thead .status.title .button-default-group span:hover,.button-default-group .form-label.status ._account_api .list-results thead span:hover,.button-default-group .status.status-log ._account_api .list-results thead span:hover,.button-default-group .status.status-report-item ._account_api .list-results thead span:hover,.button-default-group .double-list dd.status ._account_api .list-results thead span:hover,.double-list .button-default-group dd.status ._account_api .list-results thead span:hover,.button-default-group .double-list dt.status ._account_api .list-results thead span:hover,.double-list .button-default-group dt.status ._account_api .list-results thead span:hover,.button-default-group .w-cards-container .w-card .status.title ._account_api .list-results thead span:hover,.w-cards-container .w-card .button-default-group .status.title ._account_api .list-results thead span:hover,.button-default-group .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span:hover,.w-cards-container .w-card.centered .w-value .button-default-group .status.label ._account_api .list-results thead span:hover,.button-default-group .list-results tbody tr.sublist .status.title ._account_api .list-results thead span:hover,.list-results tbody tr.sublist .button-default-group .status.title ._account_api .list-results thead span:hover,.form-label.status ._account_api .list-results thead .button-default-group span:hover,.status.status-log ._account_api .list-results thead .button-default-group span:hover,.status.status-report-item ._account_api .list-results thead .button-default-group span:hover,.double-list dd.status ._account_api .list-results thead .button-default-group span:hover,.double-list dt.status ._account_api .list-results thead .button-default-group span:hover,.w-cards-container .w-card .status.title ._account_api .list-results thead .button-default-group span:hover,.w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead .button-default-group span:hover,.list-results tbody tr.sublist .status.title ._account_api .list-results thead .button-default-group span:hover,.button-default-group ._account_api .list-results thead .w-filters-selected label.status.small span:hover,._account_api .list-results thead .w-filters-selected label.status.small .button-default-group span:hover,.button-default-group .w-filters-selected label.status.small ._account_api .list-results thead span:hover,.w-filters-selected label.status.small ._account_api .list-results thead .button-default-group span:hover,.button-default-group ._account_api .list-results thead .w-filters-selected .status.btn-f-s span:hover,._account_api .list-results thead .w-filters-selected .status.btn-f-s .button-default-group span:hover,.button-default-group .w-filters-selected .status.btn-f-s ._account_api .list-results thead span:hover,.w-filters-selected .status.btn-f-s ._account_api .list-results thead .button-default-group span:hover,.button-default-group ._account_api .list-results thead .sub-header .w-form label:hover,.button-default-group ._account_api .list-results thead .sub-header .w-double-list label:hover,._account_api .list-results thead .sub-header .w-form .button-default-group label:hover,._account_api .list-results thead .sub-header .w-double-list .button-default-group label:hover,.button-default-group .sub-header .w-form ._account_api .list-results thead label:hover,.button-default-group .sub-header .w-double-list ._account_api .list-results thead label:hover,.sub-header .w-form ._account_api .list-results thead .button-default-group label:hover,.sub-header .w-double-list ._account_api .list-results thead .button-default-group label:hover,.button-default-group ._account_api .list-results thead .block-filters button:hover:after,._account_api .list-results thead .block-filters .button-default-group button:hover:after,.button-default-group .block-filters ._account_api .list-results thead button:hover:after,.block-filters ._account_api .list-results thead .button-default-group button:hover:after,.button-default-group ._account_api .list-results thead .block-filters select:hover:after,._account_api .list-results thead .block-filters .button-default-group select:hover:after,.button-default-group .block-filters ._account_api .list-results thead select:hover:after,.block-filters ._account_api .list-results thead .button-default-group select:hover:after,.button-default-group ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:hover,._account_api .list-results thead .form-auto-list .button-default-group .form-auto-item.is-user-is-inactive:hover,.button-default-group .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-inactive:hover,.form-auto-list ._account_api .list-results thead .button-default-group .form-auto-item.is-user-is-inactive:hover,.button-default-group ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active:hover,._account_api .list-results thead .form-auto-list .button-default-group .form-auto-item.is-user-is-active:hover,.button-default-group .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-active:hover,.form-auto-list ._account_api .list-results thead .button-default-group .form-auto-item.is-user-is-active:hover,.button-default-group ._account_api .list-results thead .list-results-header .status.title span:hover,._account_api .list-results thead .list-results-header .status.title .button-default-group span:hover,.button-default-group .list-results-header .status.title ._account_api .list-results thead span:hover,.list-results-header .status.title ._account_api .list-results thead .button-default-group span:hover,.button-default-group ._account_api .list-results thead tr span:hover,._account_api .list-results thead tr .button-default-group span:hover,.button-default-group .sidebar-default.sidebar-default-right .sidebar-default-body .filter-group .filter-checkbox:hover,.sidebar-default.sidebar-default-right .sidebar-default-body .filter-group .button-default-group .filter-checkbox:hover,.button-default-group .add-filters-dropdown .w-add-filters-list>div.filter-group .filter-checkbox:hover,.add-filters-dropdown .w-add-filters-list>div.filter-group .button-default-group .filter-checkbox:hover,.button-default-group .filter-preset .filter-field-name button:hover,.filter-preset .filter-field-name .button-default-group button:hover{border-color:#d3d3d3}.button-default-group .button-default:hover:before,.button-default-group .liveDashboard .list-results thead .icon:hover:before,.button-default-group .liveDashboard .list-results thead .w-alert-banner:hover:before,.button-default-group .liveDashboard .list-results thead .w-alert-banner:hover:before,.button-default-group .liveDashboard ._account_api .list-results thead .w-alert-banner:hover:before,._account_api .button-default-group .liveDashboard .list-results thead .w-alert-banner:hover:before,.button-default-group .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:hover:before,.w-time-period .dropdown .w-selection .button-default-group .liveDashboard .list-results thead .btn-period-clear:hover:before,.button-default-group .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:hover:before,.w-time-period .dropdown .w-selection .button-default-group .liveDashboard .list-results thead .btn-filter:hover:before,.button-default-group .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:hover:before,.w-time-period .dropdown .w-selection .button-default-group .liveDashboard .list-results thead .btn-period-edit:hover:before,.button-default-group .liveDashboard .list-results thead .block-filters .btn-filter:hover:before,.block-filters .button-default-group .liveDashboard .list-results thead .btn-filter:hover:before,.button-default-group .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label:hover:before,.toggleWrapper .button-default-group .liveDashboard .list-results thead input.mobileToggle+label:hover:before,.button-default-group .liveDashboard .list-results thead tbody span.status:hover:before,.button-default-group .liveDashboard .list-results tbody thead span.status:hover:before,.button-default-group .liveDashboard .list-results thead tbody td.is-running span:hover:before,.button-default-group .liveDashboard .list-results tbody td.is-running thead span:hover:before,.button-default-group .liveDashboard .list-results thead tbody td.is-pending span:hover:before,.button-default-group .liveDashboard .list-results tbody td.is-pending thead span:hover:before,.button-default-group .liveDashboard .list-results thead .icon:hover:before,.button-default-group .liveDashboard .list-results thead .w-alert-banner:hover:before,.button-default-group .liveDashboard .list-results thead .w-alert-banner:hover:before,.button-default-group .liveDashboard ._account_api .list-results thead .w-alert-banner:hover:before,._account_api .button-default-group .liveDashboard .list-results thead .w-alert-banner:hover:before,.button-default-group .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:hover:before,.w-time-period .dropdown .w-selection .button-default-group .liveDashboard .list-results thead .btn-period-clear:hover:before,.button-default-group .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:hover:before,.w-time-period .dropdown .w-selection .button-default-group .liveDashboard .list-results thead .btn-filter:hover:before,.button-default-group .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:hover:before,.w-time-period .dropdown .w-selection .button-default-group .liveDashboard .list-results thead .btn-period-edit:hover:before,.button-default-group .liveDashboard .list-results thead .block-filters .btn-filter:hover:before,.block-filters .button-default-group .liveDashboard .list-results thead .btn-filter:hover:before,.button-default-group .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label:hover:before,.toggleWrapper .button-default-group .liveDashboard .list-results thead input.mobileToggle+label:hover:before,.button-default-group .liveDashboard .list-results thead tbody span.status:hover:before,.button-default-group .liveDashboard .list-results tbody thead span.status:hover:before,.button-default-group .liveDashboard .list-results thead tbody td.is-running span:hover:before,.button-default-group .liveDashboard .list-results tbody td.is-running thead span:hover:before,.button-default-group .liveDashboard .list-results thead tbody td.is-pending span:hover:before,.button-default-group .liveDashboard .list-results tbody td.is-pending thead span:hover:before,.button-default-group .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:hover:before,.button-default-group .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .filter:hover:before,.w-filter-preset.w-filter-preset .filter-preset .button-default-group .liveDashboard .list-results thead .filter:hover:before,.button-default-group .liveDashboard .list-results thead .form-label.status span:hover:before,.button-default-group .liveDashboard .list-results thead .status.status-log span:hover:before,.button-default-group .liveDashboard .list-results thead .status.status-report-item span:hover:before,.button-default-group .liveDashboard .list-results thead .double-list dd.status span:hover:before,.double-list .button-default-group .liveDashboard .list-results thead dd.status span:hover:before,.button-default-group .liveDashboard .list-results thead .double-list dt.status span:hover:before,.double-list .button-default-group .liveDashboard .list-results thead dt.status span:hover:before,.button-default-group .liveDashboard .list-results thead .w-cards-container .w-card .status.title span:hover:before,.w-cards-container .w-card .button-default-group .liveDashboard .list-results thead .status.title span:hover:before,.button-default-group .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:hover:before,.w-cards-container .w-card.centered .w-value .button-default-group .liveDashboard .list-results thead .status.label span:hover:before,.button-default-group .liveDashboard .list-results thead tbody tr.sublist .status.title span:hover:before,.button-default-group .liveDashboard .list-results tbody tr.sublist thead .status.title span:hover:before,.button-default-group .form-label.status .liveDashboard .list-results thead span:hover:before,.button-default-group .status.status-log .liveDashboard .list-results thead span:hover:before,.button-default-group .status.status-report-item .liveDashboard .list-results thead span:hover:before,.button-default-group .double-list dd.status .liveDashboard .list-results thead span:hover:before,.double-list .button-default-group dd.status .liveDashboard .list-results thead span:hover:before,.button-default-group .double-list dt.status .liveDashboard .list-results thead span:hover:before,.double-list .button-default-group dt.status .liveDashboard .list-results thead span:hover:before,.button-default-group .w-cards-container .w-card .status.title .liveDashboard .list-results thead span:hover:before,.w-cards-container .w-card .button-default-group .status.title .liveDashboard .list-results thead span:hover:before,.button-default-group .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span:hover:before,.w-cards-container .w-card.centered .w-value .button-default-group .status.label .liveDashboard .list-results thead span:hover:before,.button-default-group .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span:hover:before,.list-results tbody tr.sublist .button-default-group .status.title .liveDashboard .list-results thead span:hover:before,.form-label.status .button-default-group .liveDashboard .list-results thead span:hover:before,.status.status-log .button-default-group .liveDashboard .list-results thead span:hover:before,.status.status-report-item .button-default-group .liveDashboard .list-results thead span:hover:before,.double-list dd.status .button-default-group .liveDashboard .list-results thead span:hover:before,.double-list dt.status .button-default-group .liveDashboard .list-results thead span:hover:before,.w-cards-container .w-card .status.title .button-default-group .liveDashboard .list-results thead span:hover:before,.w-cards-container .w-card.centered .w-value .status.label .button-default-group .liveDashboard .list-results thead span:hover:before,.list-results tbody tr.sublist .status.title .button-default-group .liveDashboard .list-results thead span:hover:before,.button-default-group .liveDashboard .list-results thead .w-filters-selected label.status.small span:hover:before,.button-default-group .w-filters-selected label.status.small .liveDashboard .list-results thead span:hover:before,.w-filters-selected label.status.small .button-default-group .liveDashboard .list-results thead span:hover:before,.button-default-group .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span:hover:before,.button-default-group .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span:hover:before,.w-filters-selected .status.btn-f-s .button-default-group .liveDashboard .list-results thead span:hover:before,.button-default-group .liveDashboard .list-results thead .sub-header .w-form label:hover:before,.button-default-group .liveDashboard .list-results thead .sub-header .w-double-list label:hover:before,.button-default-group .sub-header .w-form .liveDashboard .list-results thead label:hover:before,.button-default-group .sub-header .w-double-list .liveDashboard .list-results thead label:hover:before,.sub-header .w-form .button-default-group .liveDashboard .list-results thead label:hover:before,.sub-header .w-double-list .button-default-group .liveDashboard .list-results thead label:hover:before,.button-default-group .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:hover:before,.button-default-group .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive:hover:before,.form-auto-list .button-default-group .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive:hover:before,.button-default-group .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active:hover:before,.button-default-group .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-active:hover:before,.form-auto-list .button-default-group .liveDashboard .list-results thead .form-auto-item.is-user-is-active:hover:before,.button-default-group .liveDashboard .list-results thead .list-results-header .status.title span:hover:before,.button-default-group .list-results-header .status.title .liveDashboard .list-results thead span:hover:before,.list-results-header .status.title .button-default-group .liveDashboard .list-results thead span:hover:before,.button-default-group .liveDashboard .list-results thead tr span:hover:before,.button-default-group .liveDashboard ._account_api .list-results thead .icon:hover:before,.button-default-group .liveDashboard ._account_api .list-results thead .w-alert-banner:hover:before,.button-default-group .liveDashboard ._account_api .list-results thead .w-alert-banner:hover:before,.button-default-group .liveDashboard ._account_api .list-results thead .w-alert-banner:hover:before,.button-default-group .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:hover:before,.w-time-period .dropdown .w-selection .button-default-group .liveDashboard ._account_api .list-results thead .btn-period-clear:hover:before,.button-default-group .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:hover:before,.w-time-period .dropdown .w-selection .button-default-group .liveDashboard ._account_api .list-results thead .btn-filter:hover:before,.button-default-group .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:hover:before,.w-time-period .dropdown .w-selection .button-default-group .liveDashboard ._account_api .list-results thead .btn-period-edit:hover:before,.button-default-group .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:hover:before,.block-filters .button-default-group .liveDashboard ._account_api .list-results thead .btn-filter:hover:before,.button-default-group .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label:hover:before,.toggleWrapper .button-default-group .liveDashboard ._account_api .list-results thead input.mobileToggle+label:hover:before,.button-default-group .liveDashboard ._account_api .list-results thead tbody span.status:hover:before,.button-default-group .liveDashboard ._account_api .list-results tbody thead span.status:hover:before,.button-default-group .liveDashboard ._account_api .list-results thead tbody td.is-running span:hover:before,.button-default-group .liveDashboard ._account_api .list-results tbody td.is-running thead span:hover:before,.button-default-group .liveDashboard ._account_api .list-results thead tbody td.is-pending span:hover:before,.button-default-group .liveDashboard ._account_api .list-results tbody td.is-pending thead span:hover:before,._account_api .button-default-group .liveDashboard .list-results thead .icon:hover:before,._account_api .button-default-group .liveDashboard .list-results thead .w-alert-banner:hover:before,._account_api .button-default-group .liveDashboard .list-results thead .w-alert-banner:hover:before,._account_api .button-default-group .liveDashboard .list-results thead .w-alert-banner:hover:before,._account_api .button-default-group .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:hover:before,.w-time-period .dropdown .w-selection ._account_api .button-default-group .liveDashboard .list-results thead .btn-period-clear:hover:before,._account_api .button-default-group .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:hover:before,.w-time-period .dropdown .w-selection ._account_api .button-default-group .liveDashboard .list-results thead .btn-filter:hover:before,._account_api .button-default-group .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:hover:before,.w-time-period .dropdown .w-selection ._account_api .button-default-group .liveDashboard .list-results thead .btn-period-edit:hover:before,._account_api .button-default-group .liveDashboard .list-results thead .block-filters .btn-filter:hover:before,.block-filters ._account_api .button-default-group .liveDashboard .list-results thead .btn-filter:hover:before,._account_api .button-default-group .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label:hover:before,.toggleWrapper ._account_api .button-default-group .liveDashboard .list-results thead input.mobileToggle+label:hover:before,._account_api .button-default-group .liveDashboard .list-results thead tbody span.status:hover:before,._account_api .button-default-group .liveDashboard .list-results tbody thead span.status:hover:before,._account_api .button-default-group .liveDashboard .list-results thead tbody td.is-running span:hover:before,._account_api .button-default-group .liveDashboard .list-results tbody td.is-running thead span:hover:before,._account_api .button-default-group .liveDashboard .list-results thead tbody td.is-pending span:hover:before,._account_api .button-default-group .liveDashboard .list-results tbody td.is-pending thead span:hover:before,.button-default-group .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:hover:before,._account_api .button-default-group .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:hover:before,.button-default-group .liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .filter:hover:before,.w-filter-preset.w-filter-preset .filter-preset ._account_api .button-default-group .liveDashboard .list-results thead .filter:hover:before,.button-default-group .liveDashboard ._account_api .list-results thead .form-label.status span:hover:before,.button-default-group .liveDashboard ._account_api .list-results thead .status.status-log span:hover:before,.button-default-group .liveDashboard ._account_api .list-results thead .status.status-report-item span:hover:before,.button-default-group .liveDashboard ._account_api .list-results thead .double-list dd.status span:hover:before,.double-list .button-default-group .liveDashboard ._account_api .list-results thead dd.status span:hover:before,.button-default-group .liveDashboard ._account_api .list-results thead .double-list dt.status span:hover:before,.double-list .button-default-group .liveDashboard ._account_api .list-results thead dt.status span:hover:before,.button-default-group .liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span:hover:before,.w-cards-container .w-card .button-default-group .liveDashboard ._account_api .list-results thead .status.title span:hover:before,.button-default-group .liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:hover:before,.w-cards-container .w-card.centered .w-value .button-default-group .liveDashboard ._account_api .list-results thead .status.label span:hover:before,.button-default-group .liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span:hover:before,.button-default-group .liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span:hover:before,._account_api .button-default-group .liveDashboard .list-results thead .form-label.status span:hover:before,._account_api .button-default-group .liveDashboard .list-results thead .status.status-log span:hover:before,._account_api .button-default-group .liveDashboard .list-results thead .status.status-report-item span:hover:before,._account_api .button-default-group .liveDashboard .list-results thead .double-list dd.status span:hover:before,.double-list ._account_api .button-default-group .liveDashboard .list-results thead dd.status span:hover:before,._account_api .button-default-group .liveDashboard .list-results thead .double-list dt.status span:hover:before,.double-list ._account_api .button-default-group .liveDashboard .list-results thead dt.status span:hover:before,._account_api .button-default-group .liveDashboard .list-results thead .w-cards-container .w-card .status.title span:hover:before,.w-cards-container .w-card ._account_api .button-default-group .liveDashboard .list-results thead .status.title span:hover:before,._account_api .button-default-group .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:hover:before,.w-cards-container .w-card.centered .w-value ._account_api .button-default-group .liveDashboard .list-results thead .status.label span:hover:before,._account_api .button-default-group .liveDashboard .list-results thead tbody tr.sublist .status.title span:hover:before,._account_api .button-default-group .liveDashboard .list-results tbody tr.sublist thead .status.title span:hover:before,.button-default-group .liveDashboard .form-label.status ._account_api .list-results thead span:hover:before,.button-default-group .liveDashboard .status.status-log ._account_api .list-results thead span:hover:before,.button-default-group .liveDashboard .status.status-report-item ._account_api .list-results thead span:hover:before,.button-default-group .liveDashboard .double-list dd.status ._account_api .list-results thead span:hover:before,.double-list .button-default-group .liveDashboard dd.status ._account_api .list-results thead span:hover:before,.button-default-group .liveDashboard .double-list dt.status ._account_api .list-results thead span:hover:before,.double-list .button-default-group .liveDashboard dt.status ._account_api .list-results thead span:hover:before,.button-default-group .liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span:hover:before,.w-cards-container .w-card .button-default-group .liveDashboard .status.title ._account_api .list-results thead span:hover:before,.button-default-group .liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span:hover:before,.w-cards-container .w-card.centered .w-value .button-default-group .liveDashboard .status.label ._account_api .list-results thead span:hover:before,.button-default-group .liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span:hover:before,.list-results tbody tr.sublist .button-default-group .liveDashboard .status.title ._account_api .list-results thead span:hover:before,.form-label.status ._account_api .button-default-group .liveDashboard .list-results thead span:hover:before,.status.status-log ._account_api .button-default-group .liveDashboard .list-results thead span:hover:before,.status.status-report-item ._account_api .button-default-group .liveDashboard .list-results thead span:hover:before,.double-list dd.status ._account_api .button-default-group .liveDashboard .list-results thead span:hover:before,.double-list dt.status ._account_api .button-default-group .liveDashboard .list-results thead span:hover:before,.w-cards-container .w-card .status.title ._account_api .button-default-group .liveDashboard .list-results thead span:hover:before,.w-cards-container .w-card.centered .w-value .status.label ._account_api .button-default-group .liveDashboard .list-results thead span:hover:before,.list-results tbody tr.sublist .status.title ._account_api .button-default-group .liveDashboard .list-results thead span:hover:before,.button-default-group .liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span:hover:before,._account_api .button-default-group .liveDashboard .list-results thead .w-filters-selected label.status.small span:hover:before,.button-default-group .liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span:hover:before,.w-filters-selected label.status.small ._account_api .button-default-group .liveDashboard .list-results thead span:hover:before,.button-default-group .liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span:hover:before,._account_api .button-default-group .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span:hover:before,.button-default-group .liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span:hover:before,.w-filters-selected .status.btn-f-s ._account_api .button-default-group .liveDashboard .list-results thead span:hover:before,.button-default-group .liveDashboard ._account_api .list-results thead .sub-header .w-form label:hover:before,.button-default-group .liveDashboard ._account_api .list-results thead .sub-header .w-double-list label:hover:before,._account_api .button-default-group .liveDashboard .list-results thead .sub-header .w-form label:hover:before,._account_api .button-default-group .liveDashboard .list-results thead .sub-header .w-double-list label:hover:before,.button-default-group .liveDashboard .sub-header .w-form ._account_api .list-results thead label:hover:before,.button-default-group .liveDashboard .sub-header .w-double-list ._account_api .list-results thead label:hover:before,.sub-header .w-form ._account_api .button-default-group .liveDashboard .list-results thead label:hover:before,.sub-header .w-double-list ._account_api .button-default-group .liveDashboard .list-results thead label:hover:before,.button-default-group .liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:hover:before,._account_api .button-default-group .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:hover:before,.button-default-group .liveDashboard .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-inactive:hover:before,.form-auto-list ._account_api .button-default-group .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive:hover:before,.button-default-group .liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active:hover:before,._account_api .button-default-group .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active:hover:before,.button-default-group .liveDashboard .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-active:hover:before,.form-auto-list ._account_api .button-default-group .liveDashboard .list-results thead .form-auto-item.is-user-is-active:hover:before,.button-default-group .liveDashboard ._account_api .list-results thead .list-results-header .status.title span:hover:before,._account_api .button-default-group .liveDashboard .list-results thead .list-results-header .status.title span:hover:before,.button-default-group .liveDashboard .list-results-header .status.title ._account_api .list-results thead span:hover:before,.list-results-header .status.title ._account_api .button-default-group .liveDashboard .list-results thead span:hover:before,.button-default-group .liveDashboard ._account_api .list-results thead tr span:hover:before,._account_api .button-default-group .liveDashboard .list-results thead tr span:hover:before,.liveDashboard .list-results thead .button-default-group .icon:hover:before,.liveDashboard .list-results thead .button-default-group .w-alert-banner:hover:before,.liveDashboard .list-results thead .button-default-group .w-alert-banner:hover:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-alert-banner:hover:before,._account_api .liveDashboard .list-results thead .button-default-group .w-alert-banner:hover:before,.liveDashboard .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-clear:hover:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .button-default-group .btn-period-clear:hover:before,.liveDashboard .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-filter:hover:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .button-default-group .btn-filter:hover:before,.liveDashboard .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-edit:hover:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .button-default-group .btn-period-edit:hover:before,.liveDashboard .list-results thead .button-default-group .block-filters .btn-filter:hover:before,.block-filters .liveDashboard .list-results thead .button-default-group .btn-filter:hover:before,.liveDashboard .list-results thead .button-default-group .toggleWrapper input.mobileToggle+label:hover:before,.toggleWrapper .liveDashboard .list-results thead .button-default-group input.mobileToggle+label:hover:before,.liveDashboard .list-results thead .button-default-group tbody span.status:hover:before,.liveDashboard .list-results tbody thead .button-default-group span.status:hover:before,.liveDashboard .list-results thead .button-default-group tbody td.is-running span:hover:before,.liveDashboard .list-results tbody td.is-running thead .button-default-group span:hover:before,.liveDashboard .list-results thead .button-default-group tbody td.is-pending span:hover:before,.liveDashboard .list-results tbody td.is-pending thead .button-default-group span:hover:before,.liveDashboard .list-results thead .button-default-group .icon:hover:before,.liveDashboard .list-results thead .button-default-group .w-alert-banner:hover:before,.liveDashboard .list-results thead .button-default-group .w-alert-banner:hover:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-alert-banner:hover:before,._account_api .liveDashboard .list-results thead .button-default-group .w-alert-banner:hover:before,.liveDashboard .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-clear:hover:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .button-default-group .btn-period-clear:hover:before,.liveDashboard .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-filter:hover:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .button-default-group .btn-filter:hover:before,.liveDashboard .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-edit:hover:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .button-default-group .btn-period-edit:hover:before,.liveDashboard .list-results thead .button-default-group .block-filters .btn-filter:hover:before,.block-filters .liveDashboard .list-results thead .button-default-group .btn-filter:hover:before,.liveDashboard .list-results thead .button-default-group .toggleWrapper input.mobileToggle+label:hover:before,.toggleWrapper .liveDashboard .list-results thead .button-default-group input.mobileToggle+label:hover:before,.liveDashboard .list-results thead .button-default-group tbody span.status:hover:before,.liveDashboard .list-results tbody thead .button-default-group span.status:hover:before,.liveDashboard .list-results thead .button-default-group tbody td.is-running span:hover:before,.liveDashboard .list-results tbody td.is-running thead .button-default-group span:hover:before,.liveDashboard .list-results thead .button-default-group tbody td.is-pending span:hover:before,.liveDashboard .list-results tbody td.is-pending thead .button-default-group span:hover:before,.liveDashboard .list-results thead .button-default-group .w-filter-preset.w-filter-preset .filter-preset .filter:hover:before,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .button-default-group .filter:hover:before,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .button-default-group .filter:hover:before,.liveDashboard .list-results thead .button-default-group .form-label.status span:hover:before,.liveDashboard .list-results thead .button-default-group .status.status-log span:hover:before,.liveDashboard .list-results thead .button-default-group .status.status-report-item span:hover:before,.liveDashboard .list-results thead .button-default-group .double-list dd.status span:hover:before,.double-list .liveDashboard .list-results thead .button-default-group dd.status span:hover:before,.liveDashboard .list-results thead .button-default-group .double-list dt.status span:hover:before,.double-list .liveDashboard .list-results thead .button-default-group dt.status span:hover:before,.liveDashboard .list-results thead .button-default-group .w-cards-container .w-card .status.title span:hover:before,.w-cards-container .w-card .liveDashboard .list-results thead .button-default-group .status.title span:hover:before,.liveDashboard .list-results thead .button-default-group .w-cards-container .w-card.centered .w-value .status.label span:hover:before,.w-cards-container .w-card.centered .w-value .liveDashboard .list-results thead .button-default-group .status.label span:hover:before,.liveDashboard .list-results thead .button-default-group tbody tr.sublist .status.title span:hover:before,.liveDashboard .list-results tbody tr.sublist thead .button-default-group .status.title span:hover:before,.liveDashboard .list-results thead .form-label.status .button-default-group span:hover:before,.liveDashboard .list-results thead .status.status-log .button-default-group span:hover:before,.liveDashboard .list-results thead .status.status-report-item .button-default-group span:hover:before,.liveDashboard .list-results thead .double-list dd.status .button-default-group span:hover:before,.double-list .liveDashboard .list-results thead dd.status .button-default-group span:hover:before,.liveDashboard .list-results thead .double-list dt.status .button-default-group span:hover:before,.double-list .liveDashboard .list-results thead dt.status .button-default-group span:hover:before,.liveDashboard .list-results thead .w-cards-container .w-card .status.title .button-default-group span:hover:before,.w-cards-container .w-card .liveDashboard .list-results thead .status.title .button-default-group span:hover:before,.liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .button-default-group span:hover:before,.w-cards-container .w-card.centered .w-value .liveDashboard .list-results thead .status.label .button-default-group span:hover:before,.liveDashboard .list-results thead tbody tr.sublist .status.title .button-default-group span:hover:before,.liveDashboard .list-results tbody tr.sublist thead .status.title .button-default-group span:hover:before,.form-label.status .liveDashboard .list-results thead .button-default-group span:hover:before,.status.status-log .liveDashboard .list-results thead .button-default-group span:hover:before,.status.status-report-item .liveDashboard .list-results thead .button-default-group span:hover:before,.double-list dd.status .liveDashboard .list-results thead .button-default-group span:hover:before,.double-list dt.status .liveDashboard .list-results thead .button-default-group span:hover:before,.w-cards-container .w-card .status.title .liveDashboard .list-results thead .button-default-group span:hover:before,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead .button-default-group span:hover:before,.list-results tbody tr.sublist .status.title .liveDashboard .list-results thead .button-default-group span:hover:before,.liveDashboard .list-results thead .button-default-group .w-filters-selected label.status.small span:hover:before,.liveDashboard .list-results thead .w-filters-selected label.status.small .button-default-group span:hover:before,.w-filters-selected label.status.small .liveDashboard .list-results thead .button-default-group span:hover:before,.liveDashboard .list-results thead .button-default-group .w-filters-selected .status.btn-f-s span:hover:before,.liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .button-default-group span:hover:before,.w-filters-selected .status.btn-f-s .liveDashboard .list-results thead .button-default-group span:hover:before,.liveDashboard .list-results thead .button-default-group .sub-header .w-form label:hover:before,.liveDashboard .list-results thead .button-default-group .sub-header .w-double-list label:hover:before,.liveDashboard .list-results thead .sub-header .w-form .button-default-group label:hover:before,.liveDashboard .list-results thead .sub-header .w-double-list .button-default-group label:hover:before,.sub-header .w-form .liveDashboard .list-results thead .button-default-group label:hover:before,.sub-header .w-double-list .liveDashboard .list-results thead .button-default-group label:hover:before,.liveDashboard .list-results thead .button-default-group .form-auto-list .form-auto-item.is-user-is-inactive:hover:before,.liveDashboard .list-results thead .form-auto-list .button-default-group .form-auto-item.is-user-is-inactive:hover:before,.form-auto-list .liveDashboard .list-results thead .button-default-group .form-auto-item.is-user-is-inactive:hover:before,.liveDashboard .list-results thead .button-default-group .form-auto-list .form-auto-item.is-user-is-active:hover:before,.liveDashboard .list-results thead .form-auto-list .button-default-group .form-auto-item.is-user-is-active:hover:before,.form-auto-list .liveDashboard .list-results thead .button-default-group .form-auto-item.is-user-is-active:hover:before,.liveDashboard .list-results thead .button-default-group .list-results-header .status.title span:hover:before,.liveDashboard .list-results thead .list-results-header .status.title .button-default-group span:hover:before,.list-results-header .status.title .liveDashboard .list-results thead .button-default-group span:hover:before,.liveDashboard .list-results thead .button-default-group tr span:hover:before,.liveDashboard .list-results thead tr .button-default-group span:hover:before,.liveDashboard ._account_api .list-results thead .button-default-group .icon:hover:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-alert-banner:hover:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-alert-banner:hover:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-alert-banner:hover:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-clear:hover:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .button-default-group .btn-period-clear:hover:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-filter:hover:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .button-default-group .btn-filter:hover:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-edit:hover:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .button-default-group .btn-period-edit:hover:before,.liveDashboard ._account_api .list-results thead .button-default-group .block-filters .btn-filter:hover:before,.block-filters .liveDashboard ._account_api .list-results thead .button-default-group .btn-filter:hover:before,.liveDashboard ._account_api .list-results thead .button-default-group .toggleWrapper input.mobileToggle+label:hover:before,.toggleWrapper .liveDashboard ._account_api .list-results thead .button-default-group input.mobileToggle+label:hover:before,.liveDashboard ._account_api .list-results thead .button-default-group tbody span.status:hover:before,.liveDashboard ._account_api .list-results tbody thead .button-default-group span.status:hover:before,.liveDashboard ._account_api .list-results thead .button-default-group tbody td.is-running span:hover:before,.liveDashboard ._account_api .list-results tbody td.is-running thead .button-default-group span:hover:before,.liveDashboard ._account_api .list-results thead .button-default-group tbody td.is-pending span:hover:before,.liveDashboard ._account_api .list-results tbody td.is-pending thead .button-default-group span:hover:before,._account_api .liveDashboard .list-results thead .button-default-group .icon:hover:before,._account_api .liveDashboard .list-results thead .button-default-group .w-alert-banner:hover:before,._account_api .liveDashboard .list-results thead .button-default-group .w-alert-banner:hover:before,._account_api .liveDashboard .list-results thead .button-default-group .w-alert-banner:hover:before,._account_api .liveDashboard .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-clear:hover:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .button-default-group .btn-period-clear:hover:before,._account_api .liveDashboard .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-filter:hover:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .button-default-group .btn-filter:hover:before,._account_api .liveDashboard .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-edit:hover:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .button-default-group .btn-period-edit:hover:before,._account_api .liveDashboard .list-results thead .button-default-group .block-filters .btn-filter:hover:before,.block-filters ._account_api .liveDashboard .list-results thead .button-default-group .btn-filter:hover:before,._account_api .liveDashboard .list-results thead .button-default-group .toggleWrapper input.mobileToggle+label:hover:before,.toggleWrapper ._account_api .liveDashboard .list-results thead .button-default-group input.mobileToggle+label:hover:before,._account_api .liveDashboard .list-results thead .button-default-group tbody span.status:hover:before,._account_api .liveDashboard .list-results tbody thead .button-default-group span.status:hover:before,._account_api .liveDashboard .list-results thead .button-default-group tbody td.is-running span:hover:before,._account_api .liveDashboard .list-results tbody td.is-running thead .button-default-group span:hover:before,._account_api .liveDashboard .list-results thead .button-default-group tbody td.is-pending span:hover:before,._account_api .liveDashboard .list-results tbody td.is-pending thead .button-default-group span:hover:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-filter-preset.w-filter-preset .filter-preset .filter:hover:before,._account_api .liveDashboard .list-results thead .button-default-group .w-filter-preset.w-filter-preset .filter-preset .filter:hover:before,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .button-default-group .filter:hover:before,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .button-default-group .filter:hover:before,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .button-default-group .filter:hover:before,.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .button-default-group .filter:hover:before,.liveDashboard ._account_api .list-results thead .button-default-group .form-label.status span:hover:before,.liveDashboard ._account_api .list-results thead .button-default-group .status.status-log span:hover:before,.liveDashboard ._account_api .list-results thead .button-default-group .status.status-report-item span:hover:before,.liveDashboard ._account_api .list-results thead .button-default-group .double-list dd.status span:hover:before,.double-list .liveDashboard ._account_api .list-results thead .button-default-group dd.status span:hover:before,.liveDashboard ._account_api .list-results thead .button-default-group .double-list dt.status span:hover:before,.double-list .liveDashboard ._account_api .list-results thead .button-default-group dt.status span:hover:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-cards-container .w-card .status.title span:hover:before,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .button-default-group .status.title span:hover:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-cards-container .w-card.centered .w-value .status.label span:hover:before,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .button-default-group .status.label span:hover:before,.liveDashboard ._account_api .list-results thead .button-default-group tbody tr.sublist .status.title span:hover:before,.liveDashboard ._account_api .list-results tbody tr.sublist thead .button-default-group .status.title span:hover:before,._account_api .liveDashboard .list-results thead .button-default-group .form-label.status span:hover:before,._account_api .liveDashboard .list-results thead .button-default-group .status.status-log span:hover:before,._account_api .liveDashboard .list-results thead .button-default-group .status.status-report-item span:hover:before,._account_api .liveDashboard .list-results thead .button-default-group .double-list dd.status span:hover:before,.double-list ._account_api .liveDashboard .list-results thead .button-default-group dd.status span:hover:before,._account_api .liveDashboard .list-results thead .button-default-group .double-list dt.status span:hover:before,.double-list ._account_api .liveDashboard .list-results thead .button-default-group dt.status span:hover:before,._account_api .liveDashboard .list-results thead .button-default-group .w-cards-container .w-card .status.title span:hover:before,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .button-default-group .status.title span:hover:before,._account_api .liveDashboard .list-results thead .button-default-group .w-cards-container .w-card.centered .w-value .status.label span:hover:before,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .button-default-group .status.label span:hover:before,._account_api .liveDashboard .list-results thead .button-default-group tbody tr.sublist .status.title span:hover:before,._account_api .liveDashboard .list-results tbody tr.sublist thead .button-default-group .status.title span:hover:before,.liveDashboard ._account_api .list-results thead .form-label.status .button-default-group span:hover:before,.liveDashboard ._account_api .list-results thead .status.status-log .button-default-group span:hover:before,.liveDashboard ._account_api .list-results thead .status.status-report-item .button-default-group span:hover:before,.liveDashboard ._account_api .list-results thead .double-list dd.status .button-default-group span:hover:before,.double-list .liveDashboard ._account_api .list-results thead dd.status .button-default-group span:hover:before,.liveDashboard ._account_api .list-results thead .double-list dt.status .button-default-group span:hover:before,.double-list .liveDashboard ._account_api .list-results thead dt.status .button-default-group span:hover:before,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title .button-default-group span:hover:before,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title .button-default-group span:hover:before,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .button-default-group span:hover:before,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label .button-default-group span:hover:before,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title .button-default-group span:hover:before,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title .button-default-group span:hover:before,._account_api .liveDashboard .list-results thead .form-label.status .button-default-group span:hover:before,._account_api .liveDashboard .list-results thead .status.status-log .button-default-group span:hover:before,._account_api .liveDashboard .list-results thead .status.status-report-item .button-default-group span:hover:before,._account_api .liveDashboard .list-results thead .double-list dd.status .button-default-group span:hover:before,.double-list ._account_api .liveDashboard .list-results thead dd.status .button-default-group span:hover:before,._account_api .liveDashboard .list-results thead .double-list dt.status .button-default-group span:hover:before,.double-list ._account_api .liveDashboard .list-results thead dt.status .button-default-group span:hover:before,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title .button-default-group span:hover:before,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title .button-default-group span:hover:before,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .button-default-group span:hover:before,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label .button-default-group span:hover:before,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title .button-default-group span:hover:before,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title .button-default-group span:hover:before,.liveDashboard .form-label.status ._account_api .list-results thead .button-default-group span:hover:before,.liveDashboard .status.status-log ._account_api .list-results thead .button-default-group span:hover:before,.liveDashboard .status.status-report-item ._account_api .list-results thead .button-default-group span:hover:before,.liveDashboard .double-list dd.status ._account_api .list-results thead .button-default-group span:hover:before,.double-list .liveDashboard dd.status ._account_api .list-results thead .button-default-group span:hover:before,.liveDashboard .double-list dt.status ._account_api .list-results thead .button-default-group span:hover:before,.double-list .liveDashboard dt.status ._account_api .list-results thead .button-default-group span:hover:before,.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead .button-default-group span:hover:before,.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead .button-default-group span:hover:before,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead .button-default-group span:hover:before,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead .button-default-group span:hover:before,.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead .button-default-group span:hover:before,.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead .button-default-group span:hover:before,.form-label.status ._account_api .liveDashboard .list-results thead .button-default-group span:hover:before,.status.status-log ._account_api .liveDashboard .list-results thead .button-default-group span:hover:before,.status.status-report-item ._account_api .liveDashboard .list-results thead .button-default-group span:hover:before,.double-list dd.status ._account_api .liveDashboard .list-results thead .button-default-group span:hover:before,.double-list dt.status ._account_api .liveDashboard .list-results thead .button-default-group span:hover:before,.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead .button-default-group span:hover:before,.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead .button-default-group span:hover:before,.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead .button-default-group span:hover:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-filters-selected label.status.small span:hover:before,._account_api .liveDashboard .list-results thead .button-default-group .w-filters-selected label.status.small span:hover:before,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small .button-default-group span:hover:before,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small .button-default-group span:hover:before,.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead .button-default-group span:hover:before,.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead .button-default-group span:hover:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-filters-selected .status.btn-f-s span:hover:before,._account_api .liveDashboard .list-results thead .button-default-group .w-filters-selected .status.btn-f-s span:hover:before,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s .button-default-group span:hover:before,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .button-default-group span:hover:before,.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead .button-default-group span:hover:before,.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead .button-default-group span:hover:before,.liveDashboard ._account_api .list-results thead .button-default-group .sub-header .w-form label:hover:before,.liveDashboard ._account_api .list-results thead .button-default-group .sub-header .w-double-list label:hover:before,._account_api .liveDashboard .list-results thead .button-default-group .sub-header .w-form label:hover:before,._account_api .liveDashboard .list-results thead .button-default-group .sub-header .w-double-list label:hover:before,.liveDashboard ._account_api .list-results thead .sub-header .w-form .button-default-group label:hover:before,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list .button-default-group label:hover:before,._account_api .liveDashboard .list-results thead .sub-header .w-form .button-default-group label:hover:before,._account_api .liveDashboard .list-results thead .sub-header .w-double-list .button-default-group label:hover:before,.liveDashboard .sub-header .w-form ._account_api .list-results thead .button-default-group label:hover:before,.liveDashboard .sub-header .w-double-list ._account_api .list-results thead .button-default-group label:hover:before,.sub-header .w-form ._account_api .liveDashboard .list-results thead .button-default-group label:hover:before,.sub-header .w-double-list ._account_api .liveDashboard .list-results thead .button-default-group label:hover:before,.liveDashboard ._account_api .list-results thead .button-default-group .form-auto-list .form-auto-item.is-user-is-inactive:hover:before,._account_api .liveDashboard .list-results thead .button-default-group .form-auto-list .form-auto-item.is-user-is-inactive:hover:before,.liveDashboard ._account_api .list-results thead .form-auto-list .button-default-group .form-auto-item.is-user-is-inactive:hover:before,._account_api .liveDashboard .list-results thead .form-auto-list .button-default-group .form-auto-item.is-user-is-inactive:hover:before,.liveDashboard .form-auto-list ._account_api .list-results thead .button-default-group .form-auto-item.is-user-is-inactive:hover:before,.form-auto-list ._account_api .liveDashboard .list-results thead .button-default-group .form-auto-item.is-user-is-inactive:hover:before,.liveDashboard ._account_api .list-results thead .button-default-group .form-auto-list .form-auto-item.is-user-is-active:hover:before,._account_api .liveDashboard .list-results thead .button-default-group .form-auto-list .form-auto-item.is-user-is-active:hover:before,.liveDashboard ._account_api .list-results thead .form-auto-list .button-default-group .form-auto-item.is-user-is-active:hover:before,._account_api .liveDashboard .list-results thead .form-auto-list .button-default-group .form-auto-item.is-user-is-active:hover:before,.liveDashboard .form-auto-list ._account_api .list-results thead .button-default-group .form-auto-item.is-user-is-active:hover:before,.form-auto-list ._account_api .liveDashboard .list-results thead .button-default-group .form-auto-item.is-user-is-active:hover:before,.liveDashboard ._account_api .list-results thead .button-default-group .list-results-header .status.title span:hover:before,._account_api .liveDashboard .list-results thead .button-default-group .list-results-header .status.title span:hover:before,.liveDashboard ._account_api .list-results thead .list-results-header .status.title .button-default-group span:hover:before,._account_api .liveDashboard .list-results thead .list-results-header .status.title .button-default-group span:hover:before,.liveDashboard .list-results-header .status.title ._account_api .list-results thead .button-default-group span:hover:before,.list-results-header .status.title ._account_api .liveDashboard .list-results thead .button-default-group span:hover:before,.liveDashboard ._account_api .list-results thead .button-default-group tr span:hover:before,._account_api .liveDashboard .list-results thead .button-default-group tr span:hover:before,.liveDashboard ._account_api .list-results thead tr .button-default-group span:hover:before,._account_api .liveDashboard .list-results thead tr .button-default-group span:hover:before,.button-default-group .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:hover:before,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .button-default-group .filter:hover:before,.button-default-group .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .filter:hover:before,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .button-default-group .filter:hover:before,.button-default-group .liveDashboard .list-results thead .form-label.status span:hover:before,.button-default-group .liveDashboard .list-results thead .status.status-log span:hover:before,.button-default-group .liveDashboard .list-results thead .status.status-report-item span:hover:before,.button-default-group .liveDashboard .list-results thead .double-list dd.status span:hover:before,.double-list .button-default-group .liveDashboard .list-results thead dd.status span:hover:before,.button-default-group .liveDashboard .list-results thead .double-list dt.status span:hover:before,.double-list .button-default-group .liveDashboard .list-results thead dt.status span:hover:before,.button-default-group .liveDashboard .list-results thead .w-cards-container .w-card .status.title span:hover:before,.w-cards-container .w-card .button-default-group .liveDashboard .list-results thead .status.title span:hover:before,.button-default-group .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:hover:before,.w-cards-container .w-card.centered .w-value .button-default-group .liveDashboard .list-results thead .status.label span:hover:before,.button-default-group .liveDashboard .list-results thead tbody tr.sublist .status.title span:hover:before,.button-default-group .liveDashboard .list-results tbody tr.sublist thead .status.title span:hover:before,.liveDashboard .list-results thead .form-label.status .button-default-group span:hover:before,.liveDashboard .list-results thead .status.status-log .button-default-group span:hover:before,.liveDashboard .list-results thead .status.status-report-item .button-default-group span:hover:before,.liveDashboard .list-results thead .double-list dd.status .button-default-group span:hover:before,.double-list .liveDashboard .list-results thead dd.status .button-default-group span:hover:before,.liveDashboard .list-results thead .double-list dt.status .button-default-group span:hover:before,.double-list .liveDashboard .list-results thead dt.status .button-default-group span:hover:before,.liveDashboard .list-results thead .w-cards-container .w-card .status.title .button-default-group span:hover:before,.w-cards-container .w-card .liveDashboard .list-results thead .status.title .button-default-group span:hover:before,.liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .button-default-group span:hover:before,.w-cards-container .w-card.centered .w-value .liveDashboard .list-results thead .status.label .button-default-group span:hover:before,.liveDashboard .list-results thead tbody tr.sublist .status.title .button-default-group span:hover:before,.liveDashboard .list-results tbody tr.sublist thead .status.title .button-default-group span:hover:before,.button-default-group .form-label.status .liveDashboard .list-results thead span:hover:before,.button-default-group .status.status-log .liveDashboard .list-results thead span:hover:before,.button-default-group .status.status-report-item .liveDashboard .list-results thead span:hover:before,.button-default-group .double-list dd.status .liveDashboard .list-results thead span:hover:before,.double-list .button-default-group dd.status .liveDashboard .list-results thead span:hover:before,.button-default-group .double-list dt.status .liveDashboard .list-results thead span:hover:before,.double-list .button-default-group dt.status .liveDashboard .list-results thead span:hover:before,.button-default-group .w-cards-container .w-card .status.title .liveDashboard .list-results thead span:hover:before,.w-cards-container .w-card .button-default-group .status.title .liveDashboard .list-results thead span:hover:before,.button-default-group .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span:hover:before,.w-cards-container .w-card.centered .w-value .button-default-group .status.label .liveDashboard .list-results thead span:hover:before,.button-default-group .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span:hover:before,.list-results tbody tr.sublist .button-default-group .status.title .liveDashboard .list-results thead span:hover:before,.form-label.status .liveDashboard .list-results thead .button-default-group span:hover:before,.status.status-log .liveDashboard .list-results thead .button-default-group span:hover:before,.status.status-report-item .liveDashboard .list-results thead .button-default-group span:hover:before,.double-list dd.status .liveDashboard .list-results thead .button-default-group span:hover:before,.double-list dt.status .liveDashboard .list-results thead .button-default-group span:hover:before,.w-cards-container .w-card .status.title .liveDashboard .list-results thead .button-default-group span:hover:before,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead .button-default-group span:hover:before,.list-results tbody tr.sublist .status.title .liveDashboard .list-results thead .button-default-group span:hover:before,.button-default-group .liveDashboard .list-results thead .w-filters-selected label.status.small span:hover:before,.liveDashboard .list-results thead .w-filters-selected label.status.small .button-default-group span:hover:before,.button-default-group .w-filters-selected label.status.small .liveDashboard .list-results thead span:hover:before,.w-filters-selected label.status.small .liveDashboard .list-results thead .button-default-group span:hover:before,.button-default-group .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span:hover:before,.liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .button-default-group span:hover:before,.button-default-group .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span:hover:before,.w-filters-selected .status.btn-f-s .liveDashboard .list-results thead .button-default-group span:hover:before,.button-default-group .liveDashboard .list-results thead .sub-header .w-form label:hover:before,.button-default-group .liveDashboard .list-results thead .sub-header .w-double-list label:hover:before,.liveDashboard .list-results thead .sub-header .w-form .button-default-group label:hover:before,.liveDashboard .list-results thead .sub-header .w-double-list .button-default-group label:hover:before,.button-default-group .sub-header .w-form .liveDashboard .list-results thead label:hover:before,.button-default-group .sub-header .w-double-list .liveDashboard .list-results thead label:hover:before,.sub-header .w-form .liveDashboard .list-results thead .button-default-group label:hover:before,.sub-header .w-double-list .liveDashboard .list-results thead .button-default-group label:hover:before,.button-default-group .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:hover:before,.liveDashboard .list-results thead .form-auto-list .button-default-group .form-auto-item.is-user-is-inactive:hover:before,.button-default-group .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive:hover:before,.form-auto-list .liveDashboard .list-results thead .button-default-group .form-auto-item.is-user-is-inactive:hover:before,.button-default-group .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active:hover:before,.liveDashboard .list-results thead .form-auto-list .button-default-group .form-auto-item.is-user-is-active:hover:before,.button-default-group .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-active:hover:before,.form-auto-list .liveDashboard .list-results thead .button-default-group .form-auto-item.is-user-is-active:hover:before,.button-default-group .liveDashboard .list-results thead .list-results-header .status.title span:hover:before,.liveDashboard .list-results thead .list-results-header .status.title .button-default-group span:hover:before,.button-default-group .list-results-header .status.title .liveDashboard .list-results thead span:hover:before,.list-results-header .status.title .liveDashboard .list-results thead .button-default-group span:hover:before,.button-default-group .liveDashboard .list-results thead tr span:hover:before,.liveDashboard .list-results thead tr .button-default-group span:hover:before,.button-default-group ._account_api .list-results thead .icon:hover:before,.button-default-group ._account_api .list-results thead .w-alert-banner:hover:before,.button-default-group ._account_api .liveDashboard .list-results thead .w-alert-banner:hover:before,.liveDashboard .button-default-group ._account_api .list-results thead .w-alert-banner:hover:before,.button-default-group ._account_api .list-results thead .w-alert-banner:hover:before,.button-default-group ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:hover:before,.w-time-period .dropdown .w-selection .button-default-group ._account_api .list-results thead .btn-period-clear:hover:before,.button-default-group ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:hover:before,.w-time-period .dropdown .w-selection .button-default-group ._account_api .list-results thead .btn-filter:hover:before,.button-default-group ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:hover:before,.w-time-period .dropdown .w-selection .button-default-group ._account_api .list-results thead .btn-period-edit:hover:before,.button-default-group ._account_api .list-results thead .block-filters .btn-filter:hover:before,.block-filters .button-default-group ._account_api .list-results thead .btn-filter:hover:before,.button-default-group ._account_api .list-results thead .toggleWrapper input.mobileToggle+label:hover:before,.toggleWrapper .button-default-group ._account_api .list-results thead input.mobileToggle+label:hover:before,.button-default-group ._account_api .list-results thead tbody span.status:hover:before,.button-default-group ._account_api .list-results tbody thead span.status:hover:before,.button-default-group ._account_api .list-results thead tbody td.is-running span:hover:before,.button-default-group ._account_api .list-results tbody td.is-running thead span:hover:before,.button-default-group ._account_api .list-results thead tbody td.is-pending span:hover:before,.button-default-group ._account_api .list-results tbody td.is-pending thead span:hover:before,.button-default-group ._account_api .liveDashboard .list-results thead .icon:hover:before,.button-default-group ._account_api .liveDashboard .list-results thead .w-alert-banner:hover:before,.button-default-group ._account_api .liveDashboard .list-results thead .w-alert-banner:hover:before,.button-default-group ._account_api .liveDashboard .list-results thead .w-alert-banner:hover:before,.button-default-group ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:hover:before,.w-time-period .dropdown .w-selection .button-default-group ._account_api .liveDashboard .list-results thead .btn-period-clear:hover:before,.button-default-group ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:hover:before,.w-time-period .dropdown .w-selection .button-default-group ._account_api .liveDashboard .list-results thead .btn-filter:hover:before,.button-default-group ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:hover:before,.w-time-period .dropdown .w-selection .button-default-group ._account_api .liveDashboard .list-results thead .btn-period-edit:hover:before,.button-default-group ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:hover:before,.block-filters .button-default-group ._account_api .liveDashboard .list-results thead .btn-filter:hover:before,.button-default-group ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label:hover:before,.toggleWrapper .button-default-group ._account_api .liveDashboard .list-results thead input.mobileToggle+label:hover:before,.button-default-group ._account_api .liveDashboard .list-results thead tbody span.status:hover:before,.button-default-group ._account_api .liveDashboard .list-results tbody thead span.status:hover:before,.button-default-group ._account_api .liveDashboard .list-results thead tbody td.is-running span:hover:before,.button-default-group ._account_api .liveDashboard .list-results tbody td.is-running thead span:hover:before,.button-default-group ._account_api .liveDashboard .list-results thead tbody td.is-pending span:hover:before,.button-default-group ._account_api .liveDashboard .list-results tbody td.is-pending thead span:hover:before,.liveDashboard .button-default-group ._account_api .list-results thead .icon:hover:before,.liveDashboard .button-default-group ._account_api .list-results thead .w-alert-banner:hover:before,.liveDashboard .button-default-group ._account_api .list-results thead .w-alert-banner:hover:before,.liveDashboard .button-default-group ._account_api .list-results thead .w-alert-banner:hover:before,.liveDashboard .button-default-group ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:hover:before,.w-time-period .dropdown .w-selection .liveDashboard .button-default-group ._account_api .list-results thead .btn-period-clear:hover:before,.liveDashboard .button-default-group ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:hover:before,.w-time-period .dropdown .w-selection .liveDashboard .button-default-group ._account_api .list-results thead .btn-filter:hover:before,.liveDashboard .button-default-group ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:hover:before,.w-time-period .dropdown .w-selection .liveDashboard .button-default-group ._account_api .list-results thead .btn-period-edit:hover:before,.liveDashboard .button-default-group ._account_api .list-results thead .block-filters .btn-filter:hover:before,.block-filters .liveDashboard .button-default-group ._account_api .list-results thead .btn-filter:hover:before,.liveDashboard .button-default-group ._account_api .list-results thead .toggleWrapper input.mobileToggle+label:hover:before,.toggleWrapper .liveDashboard .button-default-group ._account_api .list-results thead input.mobileToggle+label:hover:before,.liveDashboard .button-default-group ._account_api .list-results thead tbody span.status:hover:before,.liveDashboard .button-default-group ._account_api .list-results tbody thead span.status:hover:before,.liveDashboard .button-default-group ._account_api .list-results thead tbody td.is-running span:hover:before,.liveDashboard .button-default-group ._account_api .list-results tbody td.is-running thead span:hover:before,.liveDashboard .button-default-group ._account_api .list-results thead tbody td.is-pending span:hover:before,.liveDashboard .button-default-group ._account_api .list-results tbody td.is-pending thead span:hover:before,.button-default-group ._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:hover:before,.liveDashboard .button-default-group ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:hover:before,.button-default-group ._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .filter:hover:before,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .button-default-group ._account_api .list-results thead .filter:hover:before,.button-default-group ._account_api .liveDashboard .list-results thead .form-label.status span:hover:before,.button-default-group ._account_api .liveDashboard .list-results thead .status.status-log span:hover:before,.button-default-group ._account_api .liveDashboard .list-results thead .status.status-report-item span:hover:before,.button-default-group ._account_api .liveDashboard .list-results thead .double-list dd.status span:hover:before,.double-list .button-default-group ._account_api .liveDashboard .list-results thead dd.status span:hover:before,.button-default-group ._account_api .liveDashboard .list-results thead .double-list dt.status span:hover:before,.double-list .button-default-group ._account_api .liveDashboard .list-results thead dt.status span:hover:before,.button-default-group ._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span:hover:before,.w-cards-container .w-card .button-default-group ._account_api .liveDashboard .list-results thead .status.title span:hover:before,.button-default-group ._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:hover:before,.w-cards-container .w-card.centered .w-value .button-default-group ._account_api .liveDashboard .list-results thead .status.label span:hover:before,.button-default-group ._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span:hover:before,.button-default-group ._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span:hover:before,.liveDashboard .button-default-group ._account_api .list-results thead .form-label.status span:hover:before,.liveDashboard .button-default-group ._account_api .list-results thead .status.status-log span:hover:before,.liveDashboard .button-default-group ._account_api .list-results thead .status.status-report-item span:hover:before,.liveDashboard .button-default-group ._account_api .list-results thead .double-list dd.status span:hover:before,.double-list .liveDashboard .button-default-group ._account_api .list-results thead dd.status span:hover:before,.liveDashboard .button-default-group ._account_api .list-results thead .double-list dt.status span:hover:before,.double-list .liveDashboard .button-default-group ._account_api .list-results thead dt.status span:hover:before,.liveDashboard .button-default-group ._account_api .list-results thead .w-cards-container .w-card .status.title span:hover:before,.w-cards-container .w-card .liveDashboard .button-default-group ._account_api .list-results thead .status.title span:hover:before,.liveDashboard .button-default-group ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:hover:before,.w-cards-container .w-card.centered .w-value .liveDashboard .button-default-group ._account_api .list-results thead .status.label span:hover:before,.liveDashboard .button-default-group ._account_api .list-results thead tbody tr.sublist .status.title span:hover:before,.liveDashboard .button-default-group ._account_api .list-results tbody tr.sublist thead .status.title span:hover:before,.button-default-group ._account_api .form-label.status .liveDashboard .list-results thead span:hover:before,.button-default-group ._account_api .status.status-log .liveDashboard .list-results thead span:hover:before,.button-default-group ._account_api .status.status-report-item .liveDashboard .list-results thead span:hover:before,.button-default-group ._account_api .double-list dd.status .liveDashboard .list-results thead span:hover:before,.double-list .button-default-group ._account_api dd.status .liveDashboard .list-results thead span:hover:before,.button-default-group ._account_api .double-list dt.status .liveDashboard .list-results thead span:hover:before,.double-list .button-default-group ._account_api dt.status .liveDashboard .list-results thead span:hover:before,.button-default-group ._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span:hover:before,.w-cards-container .w-card .button-default-group ._account_api .status.title .liveDashboard .list-results thead span:hover:before,.button-default-group ._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span:hover:before,.w-cards-container .w-card.centered .w-value .button-default-group ._account_api .status.label .liveDashboard .list-results thead span:hover:before,.button-default-group ._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span:hover:before,.list-results tbody tr.sublist .button-default-group ._account_api .status.title .liveDashboard .list-results thead span:hover:before,.form-label.status .liveDashboard .button-default-group ._account_api .list-results thead span:hover:before,.status.status-log .liveDashboard .button-default-group ._account_api .list-results thead span:hover:before,.status.status-report-item .liveDashboard .button-default-group ._account_api .list-results thead span:hover:before,.double-list dd.status .liveDashboard .button-default-group ._account_api .list-results thead span:hover:before,.double-list dt.status .liveDashboard .button-default-group ._account_api .list-results thead span:hover:before,.w-cards-container .w-card .status.title .liveDashboard .button-default-group ._account_api .list-results thead span:hover:before,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .button-default-group ._account_api .list-results thead span:hover:before,.list-results tbody tr.sublist .status.title .liveDashboard .button-default-group ._account_api .list-results thead span:hover:before,.button-default-group ._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span:hover:before,.liveDashboard .button-default-group ._account_api .list-results thead .w-filters-selected label.status.small span:hover:before,.button-default-group ._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span:hover:before,.w-filters-selected label.status.small .liveDashboard .button-default-group ._account_api .list-results thead span:hover:before,.button-default-group ._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span:hover:before,.liveDashboard .button-default-group ._account_api .list-results thead .w-filters-selected .status.btn-f-s span:hover:before,.button-default-group ._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span:hover:before,.w-filters-selected .status.btn-f-s .liveDashboard .button-default-group ._account_api .list-results thead span:hover:before,.button-default-group ._account_api .liveDashboard .list-results thead .sub-header .w-form label:hover:before,.button-default-group ._account_api .liveDashboard .list-results thead .sub-header .w-double-list label:hover:before,.liveDashboard .button-default-group ._account_api .list-results thead .sub-header .w-form label:hover:before,.liveDashboard .button-default-group ._account_api .list-results thead .sub-header .w-double-list label:hover:before,.button-default-group ._account_api .sub-header .w-form .liveDashboard .list-results thead label:hover:before,.button-default-group ._account_api .sub-header .w-double-list .liveDashboard .list-results thead label:hover:before,.sub-header .w-form .liveDashboard .button-default-group ._account_api .list-results thead label:hover:before,.sub-header .w-double-list .liveDashboard .button-default-group ._account_api .list-results thead label:hover:before,.button-default-group ._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:hover:before,.liveDashboard .button-default-group ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:hover:before,.button-default-group ._account_api .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive:hover:before,.form-auto-list .liveDashboard .button-default-group ._account_api .list-results thead .form-auto-item.is-user-is-inactive:hover:before,.button-default-group ._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active:hover:before,.liveDashboard .button-default-group ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active:hover:before,.button-default-group ._account_api .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-active:hover:before,.form-auto-list .liveDashboard .button-default-group ._account_api .list-results thead .form-auto-item.is-user-is-active:hover:before,.button-default-group ._account_api .liveDashboard .list-results thead .list-results-header .status.title span:hover:before,.liveDashboard .button-default-group ._account_api .list-results thead .list-results-header .status.title span:hover:before,.button-default-group ._account_api .list-results-header .status.title .liveDashboard .list-results thead span:hover:before,.list-results-header .status.title .liveDashboard .button-default-group ._account_api .list-results thead span:hover:before,.button-default-group ._account_api .liveDashboard .list-results thead tr span:hover:before,.liveDashboard .button-default-group ._account_api .list-results thead tr span:hover:before,.button-default-group ._account_api .list-results thead .icon:hover:before,.button-default-group ._account_api .list-results thead .w-alert-banner:hover:before,.button-default-group ._account_api .liveDashboard .list-results thead .w-alert-banner:hover:before,.liveDashboard .button-default-group ._account_api .list-results thead .w-alert-banner:hover:before,.button-default-group ._account_api .list-results thead .w-alert-banner:hover:before,.button-default-group ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:hover:before,.w-time-period .dropdown .w-selection .button-default-group ._account_api .list-results thead .btn-period-clear:hover:before,.button-default-group ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:hover:before,.w-time-period .dropdown .w-selection .button-default-group ._account_api .list-results thead .btn-filter:hover:before,.button-default-group ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:hover:before,.w-time-period .dropdown .w-selection .button-default-group ._account_api .list-results thead .btn-period-edit:hover:before,.button-default-group ._account_api .list-results thead .block-filters .btn-filter:hover:before,.block-filters .button-default-group ._account_api .list-results thead .btn-filter:hover:before,.button-default-group ._account_api .list-results thead .toggleWrapper input.mobileToggle+label:hover:before,.toggleWrapper .button-default-group ._account_api .list-results thead input.mobileToggle+label:hover:before,.button-default-group ._account_api .list-results thead tbody span.status:hover:before,.button-default-group ._account_api .list-results tbody thead span.status:hover:before,.button-default-group ._account_api .list-results thead tbody td.is-running span:hover:before,.button-default-group ._account_api .list-results tbody td.is-running thead span:hover:before,.button-default-group ._account_api .list-results thead tbody td.is-pending span:hover:before,.button-default-group ._account_api .list-results tbody td.is-pending thead span:hover:before,.button-default-group ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:hover:before,.button-default-group .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .filter:hover:before,.w-filter-preset.w-filter-preset .filter-preset .button-default-group ._account_api .list-results thead .filter:hover:before,.button-default-group ._account_api .list-results thead .form-label.status span:hover:before,.button-default-group ._account_api .list-results thead .status.status-log span:hover:before,.button-default-group ._account_api .list-results thead .status.status-report-item span:hover:before,.button-default-group ._account_api .list-results thead .double-list dd.status span:hover:before,.double-list .button-default-group ._account_api .list-results thead dd.status span:hover:before,.button-default-group ._account_api .list-results thead .double-list dt.status span:hover:before,.double-list .button-default-group ._account_api .list-results thead dt.status span:hover:before,.button-default-group ._account_api .list-results thead .w-cards-container .w-card .status.title span:hover:before,.w-cards-container .w-card .button-default-group ._account_api .list-results thead .status.title span:hover:before,.button-default-group ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:hover:before,.w-cards-container .w-card.centered .w-value .button-default-group ._account_api .list-results thead .status.label span:hover:before,.button-default-group ._account_api .list-results thead tbody tr.sublist .status.title span:hover:before,.button-default-group ._account_api .list-results tbody tr.sublist thead .status.title span:hover:before,.button-default-group .form-label.status ._account_api .list-results thead span:hover:before,.button-default-group .status.status-log ._account_api .list-results thead span:hover:before,.button-default-group .status.status-report-item ._account_api .list-results thead span:hover:before,.button-default-group .double-list dd.status ._account_api .list-results thead span:hover:before,.double-list .button-default-group dd.status ._account_api .list-results thead span:hover:before,.button-default-group .double-list dt.status ._account_api .list-results thead span:hover:before,.double-list .button-default-group dt.status ._account_api .list-results thead span:hover:before,.button-default-group .w-cards-container .w-card .status.title ._account_api .list-results thead span:hover:before,.w-cards-container .w-card .button-default-group .status.title ._account_api .list-results thead span:hover:before,.button-default-group .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span:hover:before,.w-cards-container .w-card.centered .w-value .button-default-group .status.label ._account_api .list-results thead span:hover:before,.button-default-group .list-results tbody tr.sublist .status.title ._account_api .list-results thead span:hover:before,.list-results tbody tr.sublist .button-default-group .status.title ._account_api .list-results thead span:hover:before,.form-label.status .button-default-group ._account_api .list-results thead span:hover:before,.status.status-log .button-default-group ._account_api .list-results thead span:hover:before,.status.status-report-item .button-default-group ._account_api .list-results thead span:hover:before,.double-list dd.status .button-default-group ._account_api .list-results thead span:hover:before,.double-list dt.status .button-default-group ._account_api .list-results thead span:hover:before,.w-cards-container .w-card .status.title .button-default-group ._account_api .list-results thead span:hover:before,.w-cards-container .w-card.centered .w-value .status.label .button-default-group ._account_api .list-results thead span:hover:before,.list-results tbody tr.sublist .status.title .button-default-group ._account_api .list-results thead span:hover:before,.button-default-group ._account_api .list-results thead .w-filters-selected label.status.small span:hover:before,.button-default-group .w-filters-selected label.status.small ._account_api .list-results thead span:hover:before,.w-filters-selected label.status.small .button-default-group ._account_api .list-results thead span:hover:before,.button-default-group ._account_api .list-results thead .w-filters-selected .status.btn-f-s span:hover:before,.button-default-group .w-filters-selected .status.btn-f-s ._account_api .list-results thead span:hover:before,.w-filters-selected .status.btn-f-s .button-default-group ._account_api .list-results thead span:hover:before,.button-default-group ._account_api .list-results thead .sub-header .w-form label:hover:before,.button-default-group ._account_api .list-results thead .sub-header .w-double-list label:hover:before,.button-default-group .sub-header .w-form ._account_api .list-results thead label:hover:before,.button-default-group .sub-header .w-double-list ._account_api .list-results thead label:hover:before,.sub-header .w-form .button-default-group ._account_api .list-results thead label:hover:before,.sub-header .w-double-list .button-default-group ._account_api .list-results thead label:hover:before,.button-default-group ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:hover:before,.button-default-group .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-inactive:hover:before,.form-auto-list .button-default-group ._account_api .list-results thead .form-auto-item.is-user-is-inactive:hover:before,.button-default-group ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active:hover:before,.button-default-group .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-active:hover:before,.form-auto-list .button-default-group ._account_api .list-results thead .form-auto-item.is-user-is-active:hover:before,.button-default-group ._account_api .list-results thead .list-results-header .status.title span:hover:before,.button-default-group .list-results-header .status.title ._account_api .list-results thead span:hover:before,.list-results-header .status.title .button-default-group ._account_api .list-results thead span:hover:before,.button-default-group ._account_api .list-results thead tr span:hover:before,._account_api .list-results thead .button-default-group .icon:hover:before,._account_api .list-results thead .button-default-group .w-alert-banner:hover:before,._account_api .liveDashboard .list-results thead .button-default-group .w-alert-banner:hover:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-alert-banner:hover:before,._account_api .list-results thead .button-default-group .w-alert-banner:hover:before,._account_api .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-clear:hover:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .button-default-group .btn-period-clear:hover:before,._account_api .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-filter:hover:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .button-default-group .btn-filter:hover:before,._account_api .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-edit:hover:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .button-default-group .btn-period-edit:hover:before,._account_api .list-results thead .button-default-group .block-filters .btn-filter:hover:before,.block-filters ._account_api .list-results thead .button-default-group .btn-filter:hover:before,._account_api .list-results thead .button-default-group .toggleWrapper input.mobileToggle+label:hover:before,.toggleWrapper ._account_api .list-results thead .button-default-group input.mobileToggle+label:hover:before,._account_api .list-results thead .button-default-group tbody span.status:hover:before,._account_api .list-results tbody thead .button-default-group span.status:hover:before,._account_api .list-results thead .button-default-group tbody td.is-running span:hover:before,._account_api .list-results tbody td.is-running thead .button-default-group span:hover:before,._account_api .list-results thead .button-default-group tbody td.is-pending span:hover:before,._account_api .list-results tbody td.is-pending thead .button-default-group span:hover:before,._account_api .liveDashboard .list-results thead .button-default-group .icon:hover:before,._account_api .liveDashboard .list-results thead .button-default-group .w-alert-banner:hover:before,._account_api .liveDashboard .list-results thead .button-default-group .w-alert-banner:hover:before,._account_api .liveDashboard .list-results thead .button-default-group .w-alert-banner:hover:before,._account_api .liveDashboard .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-clear:hover:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .button-default-group .btn-period-clear:hover:before,._account_api .liveDashboard .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-filter:hover:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .button-default-group .btn-filter:hover:before,._account_api .liveDashboard .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-edit:hover:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .button-default-group .btn-period-edit:hover:before,._account_api .liveDashboard .list-results thead .button-default-group .block-filters .btn-filter:hover:before,.block-filters ._account_api .liveDashboard .list-results thead .button-default-group .btn-filter:hover:before,._account_api .liveDashboard .list-results thead .button-default-group .toggleWrapper input.mobileToggle+label:hover:before,.toggleWrapper ._account_api .liveDashboard .list-results thead .button-default-group input.mobileToggle+label:hover:before,._account_api .liveDashboard .list-results thead .button-default-group tbody span.status:hover:before,._account_api .liveDashboard .list-results tbody thead .button-default-group span.status:hover:before,._account_api .liveDashboard .list-results thead .button-default-group tbody td.is-running span:hover:before,._account_api .liveDashboard .list-results tbody td.is-running thead .button-default-group span:hover:before,._account_api .liveDashboard .list-results thead .button-default-group tbody td.is-pending span:hover:before,._account_api .liveDashboard .list-results tbody td.is-pending thead .button-default-group span:hover:before,.liveDashboard ._account_api .list-results thead .button-default-group .icon:hover:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-alert-banner:hover:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-alert-banner:hover:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-alert-banner:hover:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-clear:hover:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .button-default-group .btn-period-clear:hover:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-filter:hover:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .button-default-group .btn-filter:hover:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-edit:hover:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .button-default-group .btn-period-edit:hover:before,.liveDashboard ._account_api .list-results thead .button-default-group .block-filters .btn-filter:hover:before,.block-filters .liveDashboard ._account_api .list-results thead .button-default-group .btn-filter:hover:before,.liveDashboard ._account_api .list-results thead .button-default-group .toggleWrapper input.mobileToggle+label:hover:before,.toggleWrapper .liveDashboard ._account_api .list-results thead .button-default-group input.mobileToggle+label:hover:before,.liveDashboard ._account_api .list-results thead .button-default-group tbody span.status:hover:before,.liveDashboard ._account_api .list-results tbody thead .button-default-group span.status:hover:before,.liveDashboard ._account_api .list-results thead .button-default-group tbody td.is-running span:hover:before,.liveDashboard ._account_api .list-results tbody td.is-running thead .button-default-group span:hover:before,.liveDashboard ._account_api .list-results thead .button-default-group tbody td.is-pending span:hover:before,.liveDashboard ._account_api .list-results tbody td.is-pending thead .button-default-group span:hover:before,._account_api .liveDashboard .list-results thead .button-default-group .w-filter-preset.w-filter-preset .filter-preset .filter:hover:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-filter-preset.w-filter-preset .filter-preset .filter:hover:before,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .button-default-group .filter:hover:before,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .button-default-group .filter:hover:before,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .button-default-group .filter:hover:before,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .button-default-group .filter:hover:before,._account_api .liveDashboard .list-results thead .button-default-group .form-label.status span:hover:before,._account_api .liveDashboard .list-results thead .button-default-group .status.status-log span:hover:before,._account_api .liveDashboard .list-results thead .button-default-group .status.status-report-item span:hover:before,._account_api .liveDashboard .list-results thead .button-default-group .double-list dd.status span:hover:before,.double-list ._account_api .liveDashboard .list-results thead .button-default-group dd.status span:hover:before,._account_api .liveDashboard .list-results thead .button-default-group .double-list dt.status span:hover:before,.double-list ._account_api .liveDashboard .list-results thead .button-default-group dt.status span:hover:before,._account_api .liveDashboard .list-results thead .button-default-group .w-cards-container .w-card .status.title span:hover:before,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .button-default-group .status.title span:hover:before,._account_api .liveDashboard .list-results thead .button-default-group .w-cards-container .w-card.centered .w-value .status.label span:hover:before,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .button-default-group .status.label span:hover:before,._account_api .liveDashboard .list-results thead .button-default-group tbody tr.sublist .status.title span:hover:before,._account_api .liveDashboard .list-results tbody tr.sublist thead .button-default-group .status.title span:hover:before,.liveDashboard ._account_api .list-results thead .button-default-group .form-label.status span:hover:before,.liveDashboard ._account_api .list-results thead .button-default-group .status.status-log span:hover:before,.liveDashboard ._account_api .list-results thead .button-default-group .status.status-report-item span:hover:before,.liveDashboard ._account_api .list-results thead .button-default-group .double-list dd.status span:hover:before,.double-list .liveDashboard ._account_api .list-results thead .button-default-group dd.status span:hover:before,.liveDashboard ._account_api .list-results thead .button-default-group .double-list dt.status span:hover:before,.double-list .liveDashboard ._account_api .list-results thead .button-default-group dt.status span:hover:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-cards-container .w-card .status.title span:hover:before,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .button-default-group .status.title span:hover:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-cards-container .w-card.centered .w-value .status.label span:hover:before,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .button-default-group .status.label span:hover:before,.liveDashboard ._account_api .list-results thead .button-default-group tbody tr.sublist .status.title span:hover:before,.liveDashboard ._account_api .list-results tbody tr.sublist thead .button-default-group .status.title span:hover:before,._account_api .liveDashboard .list-results thead .form-label.status .button-default-group span:hover:before,._account_api .liveDashboard .list-results thead .status.status-log .button-default-group span:hover:before,._account_api .liveDashboard .list-results thead .status.status-report-item .button-default-group span:hover:before,._account_api .liveDashboard .list-results thead .double-list dd.status .button-default-group span:hover:before,.double-list ._account_api .liveDashboard .list-results thead dd.status .button-default-group span:hover:before,._account_api .liveDashboard .list-results thead .double-list dt.status .button-default-group span:hover:before,.double-list ._account_api .liveDashboard .list-results thead dt.status .button-default-group span:hover:before,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title .button-default-group span:hover:before,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title .button-default-group span:hover:before,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .button-default-group span:hover:before,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label .button-default-group span:hover:before,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title .button-default-group span:hover:before,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title .button-default-group span:hover:before,.liveDashboard ._account_api .list-results thead .form-label.status .button-default-group span:hover:before,.liveDashboard ._account_api .list-results thead .status.status-log .button-default-group span:hover:before,.liveDashboard ._account_api .list-results thead .status.status-report-item .button-default-group span:hover:before,.liveDashboard ._account_api .list-results thead .double-list dd.status .button-default-group span:hover:before,.double-list .liveDashboard ._account_api .list-results thead dd.status .button-default-group span:hover:before,.liveDashboard ._account_api .list-results thead .double-list dt.status .button-default-group span:hover:before,.double-list .liveDashboard ._account_api .list-results thead dt.status .button-default-group span:hover:before,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title .button-default-group span:hover:before,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title .button-default-group span:hover:before,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .button-default-group span:hover:before,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label .button-default-group span:hover:before,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title .button-default-group span:hover:before,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title .button-default-group span:hover:before,._account_api .form-label.status .liveDashboard .list-results thead .button-default-group span:hover:before,._account_api .status.status-log .liveDashboard .list-results thead .button-default-group span:hover:before,._account_api .status.status-report-item .liveDashboard .list-results thead .button-default-group span:hover:before,._account_api .double-list dd.status .liveDashboard .list-results thead .button-default-group span:hover:before,.double-list ._account_api dd.status .liveDashboard .list-results thead .button-default-group span:hover:before,._account_api .double-list dt.status .liveDashboard .list-results thead .button-default-group span:hover:before,.double-list ._account_api dt.status .liveDashboard .list-results thead .button-default-group span:hover:before,._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead .button-default-group span:hover:before,.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead .button-default-group span:hover:before,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead .button-default-group span:hover:before,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead .button-default-group span:hover:before,._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead .button-default-group span:hover:before,.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead .button-default-group span:hover:before,.form-label.status .liveDashboard ._account_api .list-results thead .button-default-group span:hover:before,.status.status-log .liveDashboard ._account_api .list-results thead .button-default-group span:hover:before,.status.status-report-item .liveDashboard ._account_api .list-results thead .button-default-group span:hover:before,.double-list dd.status .liveDashboard ._account_api .list-results thead .button-default-group span:hover:before,.double-list dt.status .liveDashboard ._account_api .list-results thead .button-default-group span:hover:before,.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead .button-default-group span:hover:before,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead .button-default-group span:hover:before,.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead .button-default-group span:hover:before,._account_api .liveDashboard .list-results thead .button-default-group .w-filters-selected label.status.small span:hover:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-filters-selected label.status.small span:hover:before,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small .button-default-group span:hover:before,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small .button-default-group span:hover:before,._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead .button-default-group span:hover:before,.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead .button-default-group span:hover:before,._account_api .liveDashboard .list-results thead .button-default-group .w-filters-selected .status.btn-f-s span:hover:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-filters-selected .status.btn-f-s span:hover:before,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .button-default-group span:hover:before,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s .button-default-group span:hover:before,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead .button-default-group span:hover:before,.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead .button-default-group span:hover:before,._account_api .liveDashboard .list-results thead .button-default-group .sub-header .w-form label:hover:before,._account_api .liveDashboard .list-results thead .button-default-group .sub-header .w-double-list label:hover:before,.liveDashboard ._account_api .list-results thead .button-default-group .sub-header .w-form label:hover:before,.liveDashboard ._account_api .list-results thead .button-default-group .sub-header .w-double-list label:hover:before,._account_api .liveDashboard .list-results thead .sub-header .w-form .button-default-group label:hover:before,._account_api .liveDashboard .list-results thead .sub-header .w-double-list .button-default-group label:hover:before,.liveDashboard ._account_api .list-results thead .sub-header .w-form .button-default-group label:hover:before,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list .button-default-group label:hover:before,._account_api .sub-header .w-form .liveDashboard .list-results thead .button-default-group label:hover:before,._account_api .sub-header .w-double-list .liveDashboard .list-results thead .button-default-group label:hover:before,.sub-header .w-form .liveDashboard ._account_api .list-results thead .button-default-group label:hover:before,.sub-header .w-double-list .liveDashboard ._account_api .list-results thead .button-default-group label:hover:before,._account_api .liveDashboard .list-results thead .button-default-group .form-auto-list .form-auto-item.is-user-is-inactive:hover:before,.liveDashboard ._account_api .list-results thead .button-default-group .form-auto-list .form-auto-item.is-user-is-inactive:hover:before,._account_api .liveDashboard .list-results thead .form-auto-list .button-default-group .form-auto-item.is-user-is-inactive:hover:before,.liveDashboard ._account_api .list-results thead .form-auto-list .button-default-group .form-auto-item.is-user-is-inactive:hover:before,._account_api .form-auto-list .liveDashboard .list-results thead .button-default-group .form-auto-item.is-user-is-inactive:hover:before,.form-auto-list .liveDashboard ._account_api .list-results thead .button-default-group .form-auto-item.is-user-is-inactive:hover:before,._account_api .liveDashboard .list-results thead .button-default-group .form-auto-list .form-auto-item.is-user-is-active:hover:before,.liveDashboard ._account_api .list-results thead .button-default-group .form-auto-list .form-auto-item.is-user-is-active:hover:before,._account_api .liveDashboard .list-results thead .form-auto-list .button-default-group .form-auto-item.is-user-is-active:hover:before,.liveDashboard ._account_api .list-results thead .form-auto-list .button-default-group .form-auto-item.is-user-is-active:hover:before,._account_api .form-auto-list .liveDashboard .list-results thead .button-default-group .form-auto-item.is-user-is-active:hover:before,.form-auto-list .liveDashboard ._account_api .list-results thead .button-default-group .form-auto-item.is-user-is-active:hover:before,._account_api .liveDashboard .list-results thead .button-default-group .list-results-header .status.title span:hover:before,.liveDashboard ._account_api .list-results thead .button-default-group .list-results-header .status.title span:hover:before,._account_api .liveDashboard .list-results thead .list-results-header .status.title .button-default-group span:hover:before,.liveDashboard ._account_api .list-results thead .list-results-header .status.title .button-default-group span:hover:before,._account_api .list-results-header .status.title .liveDashboard .list-results thead .button-default-group span:hover:before,.list-results-header .status.title .liveDashboard ._account_api .list-results thead .button-default-group span:hover:before,._account_api .liveDashboard .list-results thead .button-default-group tr span:hover:before,.liveDashboard ._account_api .list-results thead .button-default-group tr span:hover:before,._account_api .liveDashboard .list-results thead tr .button-default-group span:hover:before,.liveDashboard ._account_api .list-results thead tr .button-default-group span:hover:before,._account_api .list-results thead .button-default-group .icon:hover:before,._account_api .list-results thead .button-default-group .w-alert-banner:hover:before,._account_api .liveDashboard .list-results thead .button-default-group .w-alert-banner:hover:before,.liveDashboard ._account_api .list-results thead .button-default-group .w-alert-banner:hover:before,._account_api .list-results thead .button-default-group .w-alert-banner:hover:before,._account_api .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-clear:hover:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .button-default-group .btn-period-clear:hover:before,._account_api .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-filter:hover:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .button-default-group .btn-filter:hover:before,._account_api .list-results thead .button-default-group .w-time-period .dropdown .w-selection .btn-period-edit:hover:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .button-default-group .btn-period-edit:hover:before,._account_api .list-results thead .button-default-group .block-filters .btn-filter:hover:before,.block-filters ._account_api .list-results thead .button-default-group .btn-filter:hover:before,._account_api .list-results thead .button-default-group .toggleWrapper input.mobileToggle+label:hover:before,.toggleWrapper ._account_api .list-results thead .button-default-group input.mobileToggle+label:hover:before,._account_api .list-results thead .button-default-group tbody span.status:hover:before,._account_api .list-results tbody thead .button-default-group span.status:hover:before,._account_api .list-results thead .button-default-group tbody td.is-running span:hover:before,._account_api .list-results tbody td.is-running thead .button-default-group span:hover:before,._account_api .list-results thead .button-default-group tbody td.is-pending span:hover:before,._account_api .list-results tbody td.is-pending thead .button-default-group span:hover:before,._account_api .list-results thead .button-default-group .w-filter-preset.w-filter-preset .filter-preset .filter:hover:before,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .button-default-group .filter:hover:before,.w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .button-default-group .filter:hover:before,._account_api .list-results thead .button-default-group .form-label.status span:hover:before,._account_api .list-results thead .button-default-group .status.status-log span:hover:before,._account_api .list-results thead .button-default-group .status.status-report-item span:hover:before,._account_api .list-results thead .button-default-group .double-list dd.status span:hover:before,.double-list ._account_api .list-results thead .button-default-group dd.status span:hover:before,._account_api .list-results thead .button-default-group .double-list dt.status span:hover:before,.double-list ._account_api .list-results thead .button-default-group dt.status span:hover:before,._account_api .list-results thead .button-default-group .w-cards-container .w-card .status.title span:hover:before,.w-cards-container .w-card ._account_api .list-results thead .button-default-group .status.title span:hover:before,._account_api .list-results thead .button-default-group .w-cards-container .w-card.centered .w-value .status.label span:hover:before,.w-cards-container .w-card.centered .w-value ._account_api .list-results thead .button-default-group .status.label span:hover:before,._account_api .list-results thead .button-default-group tbody tr.sublist .status.title span:hover:before,._account_api .list-results tbody tr.sublist thead .button-default-group .status.title span:hover:before,._account_api .list-results thead .form-label.status .button-default-group span:hover:before,._account_api .list-results thead .status.status-log .button-default-group span:hover:before,._account_api .list-results thead .status.status-report-item .button-default-group span:hover:before,._account_api .list-results thead .double-list dd.status .button-default-group span:hover:before,.double-list ._account_api .list-results thead dd.status .button-default-group span:hover:before,._account_api .list-results thead .double-list dt.status .button-default-group span:hover:before,.double-list ._account_api .list-results thead dt.status .button-default-group span:hover:before,._account_api .list-results thead .w-cards-container .w-card .status.title .button-default-group span:hover:before,.w-cards-container .w-card ._account_api .list-results thead .status.title .button-default-group span:hover:before,._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .button-default-group span:hover:before,.w-cards-container .w-card.centered .w-value ._account_api .list-results thead .status.label .button-default-group span:hover:before,._account_api .list-results thead tbody tr.sublist .status.title .button-default-group span:hover:before,._account_api .list-results tbody tr.sublist thead .status.title .button-default-group span:hover:before,.form-label.status ._account_api .list-results thead .button-default-group span:hover:before,.status.status-log ._account_api .list-results thead .button-default-group span:hover:before,.status.status-report-item ._account_api .list-results thead .button-default-group span:hover:before,.double-list dd.status ._account_api .list-results thead .button-default-group span:hover:before,.double-list dt.status ._account_api .list-results thead .button-default-group span:hover:before,.w-cards-container .w-card .status.title ._account_api .list-results thead .button-default-group span:hover:before,.w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead .button-default-group span:hover:before,.list-results tbody tr.sublist .status.title ._account_api .list-results thead .button-default-group span:hover:before,._account_api .list-results thead .button-default-group .w-filters-selected label.status.small span:hover:before,._account_api .list-results thead .w-filters-selected label.status.small .button-default-group span:hover:before,.w-filters-selected label.status.small ._account_api .list-results thead .button-default-group span:hover:before,._account_api .list-results thead .button-default-group .w-filters-selected .status.btn-f-s span:hover:before,._account_api .list-results thead .w-filters-selected .status.btn-f-s .button-default-group span:hover:before,.w-filters-selected .status.btn-f-s ._account_api .list-results thead .button-default-group span:hover:before,._account_api .list-results thead .button-default-group .sub-header .w-form label:hover:before,._account_api .list-results thead .button-default-group .sub-header .w-double-list label:hover:before,._account_api .list-results thead .sub-header .w-form .button-default-group label:hover:before,._account_api .list-results thead .sub-header .w-double-list .button-default-group label:hover:before,.sub-header .w-form ._account_api .list-results thead .button-default-group label:hover:before,.sub-header .w-double-list ._account_api .list-results thead .button-default-group label:hover:before,._account_api .list-results thead .button-default-group .form-auto-list .form-auto-item.is-user-is-inactive:hover:before,._account_api .list-results thead .form-auto-list .button-default-group .form-auto-item.is-user-is-inactive:hover:before,.form-auto-list ._account_api .list-results thead .button-default-group .form-auto-item.is-user-is-inactive:hover:before,._account_api .list-results thead .button-default-group .form-auto-list .form-auto-item.is-user-is-active:hover:before,._account_api .list-results thead .form-auto-list .button-default-group .form-auto-item.is-user-is-active:hover:before,.form-auto-list ._account_api .list-results thead .button-default-group .form-auto-item.is-user-is-active:hover:before,._account_api .list-results thead .button-default-group .list-results-header .status.title span:hover:before,._account_api .list-results thead .list-results-header .status.title .button-default-group span:hover:before,.list-results-header .status.title ._account_api .list-results thead .button-default-group span:hover:before,._account_api .list-results thead .button-default-group tr span:hover:before,._account_api .list-results thead tr .button-default-group span:hover:before,.button-default-group ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:hover:before,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .button-default-group .filter:hover:before,.button-default-group .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .filter:hover:before,.w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .button-default-group .filter:hover:before,.button-default-group ._account_api .list-results thead .form-label.status span:hover:before,.button-default-group ._account_api .list-results thead .status.status-log span:hover:before,.button-default-group ._account_api .list-results thead .status.status-report-item span:hover:before,.button-default-group ._account_api .list-results thead .double-list dd.status span:hover:before,.double-list .button-default-group ._account_api .list-results thead dd.status span:hover:before,.button-default-group ._account_api .list-results thead .double-list dt.status span:hover:before,.double-list .button-default-group ._account_api .list-results thead dt.status span:hover:before,.button-default-group ._account_api .list-results thead .w-cards-container .w-card .status.title span:hover:before,.w-cards-container .w-card .button-default-group ._account_api .list-results thead .status.title span:hover:before,.button-default-group ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:hover:before,.w-cards-container .w-card.centered .w-value .button-default-group ._account_api .list-results thead .status.label span:hover:before,.button-default-group ._account_api .list-results thead tbody tr.sublist .status.title span:hover:before,.button-default-group ._account_api .list-results tbody tr.sublist thead .status.title span:hover:before,._account_api .list-results thead .form-label.status .button-default-group span:hover:before,._account_api .list-results thead .status.status-log .button-default-group span:hover:before,._account_api .list-results thead .status.status-report-item .button-default-group span:hover:before,._account_api .list-results thead .double-list dd.status .button-default-group span:hover:before,.double-list ._account_api .list-results thead dd.status .button-default-group span:hover:before,._account_api .list-results thead .double-list dt.status .button-default-group span:hover:before,.double-list ._account_api .list-results thead dt.status .button-default-group span:hover:before,._account_api .list-results thead .w-cards-container .w-card .status.title .button-default-group span:hover:before,.w-cards-container .w-card ._account_api .list-results thead .status.title .button-default-group span:hover:before,._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .button-default-group span:hover:before,.w-cards-container .w-card.centered .w-value ._account_api .list-results thead .status.label .button-default-group span:hover:before,._account_api .list-results thead tbody tr.sublist .status.title .button-default-group span:hover:before,._account_api .list-results tbody tr.sublist thead .status.title .button-default-group span:hover:before,.button-default-group .form-label.status ._account_api .list-results thead span:hover:before,.button-default-group .status.status-log ._account_api .list-results thead span:hover:before,.button-default-group .status.status-report-item ._account_api .list-results thead span:hover:before,.button-default-group .double-list dd.status ._account_api .list-results thead span:hover:before,.double-list .button-default-group dd.status ._account_api .list-results thead span:hover:before,.button-default-group .double-list dt.status ._account_api .list-results thead span:hover:before,.double-list .button-default-group dt.status ._account_api .list-results thead span:hover:before,.button-default-group .w-cards-container .w-card .status.title ._account_api .list-results thead span:hover:before,.w-cards-container .w-card .button-default-group .status.title ._account_api .list-results thead span:hover:before,.button-default-group .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span:hover:before,.w-cards-container .w-card.centered .w-value .button-default-group .status.label ._account_api .list-results thead span:hover:before,.button-default-group .list-results tbody tr.sublist .status.title ._account_api .list-results thead span:hover:before,.list-results tbody tr.sublist .button-default-group .status.title ._account_api .list-results thead span:hover:before,.form-label.status ._account_api .list-results thead .button-default-group span:hover:before,.status.status-log ._account_api .list-results thead .button-default-group span:hover:before,.status.status-report-item ._account_api .list-results thead .button-default-group span:hover:before,.double-list dd.status ._account_api .list-results thead .button-default-group span:hover:before,.double-list dt.status ._account_api .list-results thead .button-default-group span:hover:before,.w-cards-container .w-card .status.title ._account_api .list-results thead .button-default-group span:hover:before,.w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead .button-default-group span:hover:before,.list-results tbody tr.sublist .status.title ._account_api .list-results thead .button-default-group span:hover:before,.button-default-group ._account_api .list-results thead .w-filters-selected label.status.small span:hover:before,._account_api .list-results thead .w-filters-selected label.status.small .button-default-group span:hover:before,.button-default-group .w-filters-selected label.status.small ._account_api .list-results thead span:hover:before,.w-filters-selected label.status.small ._account_api .list-results thead .button-default-group span:hover:before,.button-default-group ._account_api .list-results thead .w-filters-selected .status.btn-f-s span:hover:before,._account_api .list-results thead .w-filters-selected .status.btn-f-s .button-default-group span:hover:before,.button-default-group .w-filters-selected .status.btn-f-s ._account_api .list-results thead span:hover:before,.w-filters-selected .status.btn-f-s ._account_api .list-results thead .button-default-group span:hover:before,.button-default-group ._account_api .list-results thead .sub-header .w-form label:hover:before,.button-default-group ._account_api .list-results thead .sub-header .w-double-list label:hover:before,._account_api .list-results thead .sub-header .w-form .button-default-group label:hover:before,._account_api .list-results thead .sub-header .w-double-list .button-default-group label:hover:before,.button-default-group .sub-header .w-form ._account_api .list-results thead label:hover:before,.button-default-group .sub-header .w-double-list ._account_api .list-results thead label:hover:before,.sub-header .w-form ._account_api .list-results thead .button-default-group label:hover:before,.sub-header .w-double-list ._account_api .list-results thead .button-default-group label:hover:before,.button-default-group ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:hover:before,._account_api .list-results thead .form-auto-list .button-default-group .form-auto-item.is-user-is-inactive:hover:before,.button-default-group .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-inactive:hover:before,.form-auto-list ._account_api .list-results thead .button-default-group .form-auto-item.is-user-is-inactive:hover:before,.button-default-group ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active:hover:before,._account_api .list-results thead .form-auto-list .button-default-group .form-auto-item.is-user-is-active:hover:before,.button-default-group .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-active:hover:before,.form-auto-list ._account_api .list-results thead .button-default-group .form-auto-item.is-user-is-active:hover:before,.button-default-group ._account_api .list-results thead .list-results-header .status.title span:hover:before,._account_api .list-results thead .list-results-header .status.title .button-default-group span:hover:before,.button-default-group .list-results-header .status.title ._account_api .list-results thead span:hover:before,.list-results-header .status.title ._account_api .list-results thead .button-default-group span:hover:before,.button-default-group ._account_api .list-results thead tr span:hover:before,._account_api .list-results thead tr .button-default-group span:hover:before,.button-default-group .sidebar-default.sidebar-default-right .sidebar-default-body .filter-group .filter-checkbox:hover:before,.sidebar-default.sidebar-default-right .sidebar-default-body .filter-group .button-default-group .filter-checkbox:hover:before,.button-default-group .add-filters-dropdown .w-add-filters-list>div.filter-group .filter-checkbox:hover:before,.add-filters-dropdown .w-add-filters-list>div.filter-group .button-default-group .filter-checkbox:hover:before,.button-default-group .filter-preset .filter-field-name button:hover:before,.filter-preset .filter-field-name .button-default-group button:hover:before{color:#3f3f3f}.default-group.row{display:flex;flex-direction:row;gap:1rem;align-items:center}.default-group.row *{width:auto}.add-filters-dropdown{position:static}@media(max-width: 767px){.add-filters-dropdown{left:0;right:0;transform:translateX(0);z-index:100}}.add-filters-dropdown div div:has(.w-spec-search) .input-text{width:100%}.add-filters-dropdown>.dropdown-list{left:0 !important;right:0 !important;top:4.5rem !important;padding-top:2rem !important;display:flex;flex-wrap:wrap;flex-direction:row;box-shadow:0px 20px 24px 0px rgba(0,0,0,.25);border-top-right-radius:0 !important;border-top-left-radius:0 !important;transform:translateX(0);display:none;visibility:visible;opacity:1;border:0}@media(max-width: 767px){.add-filters-dropdown>.dropdown-list{right:0 !important;width:330px;transform:translateX(50%);left:0 !important;top:3.75rem !important}}@media(max-width: 767px){.desktop .add-filters-dropdown>.dropdown-list{right:-40px !important;width:1333px;transform:translateX(50%);left:auto !important;top:3.75rem !important}}.add-filters-dropdown .dropdown-list .dropdown-list{top:3rem;left:0;z-index:25;width:23rem}.add-filters-dropdown .dropdown-list .dropdown-toggle{min-width:6.75rem}.add-filters-dropdown .w-add-filters-list{gap:1rem;display:grid;grid-template-columns:repeat(auto-fit, 250px);width:100%}.add-filters-dropdown .w-add-filters-list:has(.filter-group){gap:2.5rem 1rem;margin-top:1rem}.add-filters-dropdown .w-add-filters-list>div{width:100%;padding-right:1rem;position:relative}.add-filters-dropdown .w-add-filters-list>div:after{content:"";position:absolute;right:0;height:25px;width:1px;background-color:#d3d3d3;top:50%;transform:translateY(-50%)}@media(max-width: 767px){.add-filters-dropdown .w-add-filters-list>div:after{display:none}}.add-filters-dropdown .w-add-filters-list>div:last-of-type:after{display:none}.add-filters-dropdown .w-add-filters-list>div.filter-group{display:flex;position:relative;gap:.5rem;align-items:center}.add-filters-dropdown .w-add-filters-list>div.filter-group:has(.has-multi) .filter-label{display:none}.add-filters-dropdown .w-add-filters-list>div.filter-group .search-feild,.add-filters-dropdown .w-add-filters-list>div.filter-group .input-text,.add-filters-dropdown .w-add-filters-list>div.filter-group .filter-checkbox{width:11rem}.add-filters-dropdown .w-add-filters-list>div.filter-group>span{font-family:"Inter",sans-serif;font-optical-sizing:auto;font-style:normal;font-size:.9rem;font-weight:900;color:#3f3f3f;text-transform:uppercase}.add-filters-dropdown .w-add-filters-list>div.filter-group>span.filter-label{position:absolute;top:-12px;left:0}.add-filters-dropdown .w-add-filters-list>div.filter-group>span.filter-separator{font-size:.75rem;font-weight:900;color:#a5a5a5}.add-filters-dropdown .w-add-filters-list>div.filter-group .close-btn{border:0;padding:.5rem !important}.add-filters-dropdown .w-add-filters-list>div.filter-group .close-btn:after{content:"\E926" !important}.add-filters-dropdown .w-add-filters-list>div.filter-group .content{display:none}.add-filters-dropdown .w-add-filters-list>div.filter-group .filter-checkbox{text-transform:uppercase;justify-content:center}.add-filters-dropdown .w-add-filters-list>div.filter-group label:has(input:checked)+.content{display:block !important}.add-filters-dropdown .w-add-filters-list>div.filter-group label:has(input:checked){display:none}.add-filters-dropdown .w-add-filters-list>div .dropdown-toggle{min-width:4.25rem}.add-filters-dropdown .w-separator{flex:1 100%;margin:-0.5rem 0}.add-filters-dropdown .separator{width:100%;height:1px;background-color:#d3d3d3;margin:0}.add-filters-dropdown .full-width{width:100%}.add-filters-dropdown .full-width .input-text{width:100%}.add-filters-dropdown .form-label,.add-filters-dropdown .status-log,.add-filters-dropdown .status-report-item,.add-filters-dropdown .double-list dd,.double-list .add-filters-dropdown dd,.add-filters-dropdown .double-list dt,.double-list .add-filters-dropdown dt,.add-filters-dropdown .w-cards-container .w-card .title,.w-cards-container .w-card .add-filters-dropdown .title,.add-filters-dropdown .w-cards-container .w-card.centered .w-value .label,.w-cards-container .w-card.centered .w-value .add-filters-dropdown .label,.add-filters-dropdown .list-results tbody tr.sublist .title,.list-results tbody tr.sublist .add-filters-dropdown .title,.add-filters-dropdown .list-results-header .title,.list-results-header .add-filters-dropdown .title,.add-filters-dropdown .w-filters-selected label.small,.w-filters-selected .add-filters-dropdown label.small,.add-filters-dropdown .w-filters-selected .btn-f-s,.w-filters-selected .add-filters-dropdown .btn-f-s{width:100%;background-color:#ededed;border-radius:8px;padding:.5rem;margin-bottom:0;margin-top:1rem;padding:.5rem;text-align:center}.add-filters-dropdown .w-spec-search{width:100%;flex-wrap:wrap}.add-filters-dropdown .w-spec-search:before{top:1.5rem}.label-checkbox-menu-default{cursor:pointer;font-family:"Inter",sans-serif;font-optical-sizing:auto;font-style:normal;font-size:1.3rem;font-weight:400;color:#8c8c8c;font-variant:capitalized;width:100%;padding:.65rem;text-align:left}.label-checkbox-menu-default:has(input:checked){background-color:rgba(15,100,163,.25);border-radius:15px;color:#3f3f3f;padding-left:1.25rem;transform:translateX(-0.5rem)}.btn-close-default{font-size:1.25em}.sidebar-default .btn-close-default,.add-filters-dropdown .btn-close-default{border:0 !important}.sidebar-default .btn-close-default:after,.add-filters-dropdown .btn-close-default:after{display:none !important}.add-filters-dropdown .btn-close-default{right:0;top:0;position:absolute}.w-filter-label .btn-close-default{z-index:10;margin:0 0 0 -5px;margin-bottom:0 !important;height:.5rem;transform:translateY(1px)}.btn-show-more{width:1.5rem;height:1.5rem;position:absolute;display:none;align-items:center;justify-content:center;bottom:.5rem;right:.5rem;font-family:"Inter",sans-serif;font-optical-sizing:auto;font-style:normal;font-size:.8rem;font-weight:700;color:#3f3f3f;color:#3f3f3f !important;background-color:#fff !important;border-radius:20px !important;border:1px solid #d3d3d3;padding:0}@media(max-width: 767px){.btn-show-more{display:flex;display:none}}.btn-show-more span{display:none}.btn-show-more:after{font-size:1.4rem}.btn-show-more:hover{border-color:#3f3f3f}.btn-show-more:has(input:checked)+.emphasis-cards{display:grid !important}.btn-show-more:has(input:checked){display:none}.desktop .btn-show-more{display:none}@media(max-width: 767px){.w-card.emphasis{padding-bottom:1rem}.desktop .w-card.emphasis{padding-bottom:0}}@media(max-width: 767px){.w-card.emphasis:has(input:checked){padding-bottom:0}}.live-indict{color:#23ba6e;font-size:1.25rem}@media(max-width: 767px){.live-indict{font-size:1rem}}.live-indict:before{color:#23ba6e}.centered .live-indict{position:absolute;left:1rem;top:.75rem}.w-centered .centered{position:relative}@media(max-width: 767px){.w-centered .centered{padding-bottom:1.75rem !important}.desktop .w-centered .centered{padding-bottom:0 !important}}.w-centered .centered .w-value{padding-bottom:.75rem !important;position:relative}@media(max-width: 767px){.w-centered .centered .w-value .label{display:none !important}.w-centered .centered .w-value .label:nth-of-type(1){display:block !important}}@media(max-width: 767px){.w-centered .centered .w-value .value-delta{display:none !important}.w-centered .centered .w-value .value-delta:nth-of-type(2){display:flex !important}}.w-centered .centered .btn-show-more{display:block}@media(min-width: 768px){.w-centered .centered .btn-show-more{display:none}}@media(max-width: 767px){.w-centered .centered:has(input:checked){padding-bottom:0 !important}}.w-centered .devices .w-value>div>div{display:none !important}.w-centered.is-open .devices .w-value .label,.w-centered.is-open .devices .w-value .value-delta,.desktop .w-centered .devices .w-value .label,.desktop .w-centered .devices .w-value .value-delta{display:flex !important}.w-centered.is-open .devices .w-value>div>div,.desktop .w-centered .devices .w-value>div>div{display:flex !important}.w-centered.is-open .w-value,.desktop .w-centered .w-value{padding-bottom:0 !important;margin-bottom:0 !important}.w-centered.is-open .w-value .label,.w-centered.is-open .w-value .value-delta,.desktop .w-centered .w-value .label,.desktop .w-centered .w-value .value-delta{display:flex !important}.w-centered.is-open .btn-show-more,.desktop .w-centered .btn-show-more{display:none}.w-centered.is-open .centered.w-card{padding-bottom:.25rem !important}.w-centered.is-open .w-value .label{display:block !important}#topArticles-results.w-list-results{position:relative}.no-data:after{font-family:"Inter",sans-serif;font-optical-sizing:auto;font-style:normal;font-size:1rem;font-weight:400;color:#000;position:absolute;display:flex;align-items:center;justify-content:center;content:"No data available";background-color:#fff;border-radius:0 0 8px 8px;top:0;left:0;right:0;bottom:0}@media(min-width: 1024px){.no-data:after{font-size:1.4rem}}.w-card .no-data:after{top:37px}.w-centered .no-data:after{padding-bottom:2rem;top:1.5rem}@media(min-width: 1024px){.w-centered .no-data:after{padding-bottom:4rem;top:5rem}}.devices .no-data-msg:first-of-type:after{top:50%;bottom:0;align-items:flex-end}@media(max-width: 767px){.devices .no-data-msg:first-of-type:after{top:0;bottom:auto;align-items:baseline;bottom:auto;padding:.5rem 0 0 0}.desktop .devices .no-data-msg:first-of-type:after{align-items:center !important}}.desktop .devices .no-data-msg:first-of-type:after{top:50%;bottom:0;align-items:flex-end}.devices .no-data-msg:last-of-type:after{bottom:50%;top:0;align-items:flex-end;padding-bottom:1rem}@media(max-width: 767px){.devices .no-data-msg:last-of-type:after{bottom:0;top:auto;align-items:flex-start;padding:0}}.desktop .devices .no-data-msg:last-of-type:after{bottom:50%;top:0;align-items:center}.sidebar-default{position:fixed;background-color:#fff;width:200px;height:100%;z-index:3000;top:6rem;left:-2rem;box-shadow:0;transition:all .15s ease-in;opacity:1;transform:translateX(-100%)}.sidebar-default:after{content:"";display:block;position:fixed;top:6rem;left:200px;right:0;bottom:0;background-color:rgba(0,0,0,.25)}.sidebar-default.is-open{left:0;opacity:1;transform:translateX(0);box-shadow:4px 0 10px rgba(0,0,0,.15),2px 0 5px rgba(0,0,0,.1)}.sidebar-default .sidebar-default-header{background-color:#e0e0e0;display:flex;align-items:center;justify-content:flex-start;padding:.75rem .75rem .75rem .5rem;width:100%}.sidebar-default .sidebar-default-header .label-default,.sidebar-default .sidebar-default-header .w-time-period .dropdown .w-selection label,.w-time-period .dropdown .w-selection .sidebar-default .sidebar-default-header label,.sidebar-default .sidebar-default-header ._account_api .dropdown .w-multi-dropdown .w-multi-dropdown-header #select_all,._account_api .dropdown .w-multi-dropdown .w-multi-dropdown-header .sidebar-default .sidebar-default-header #select_all,.sidebar-default .sidebar-default-header ._account_api .dropdown .w-multi-dropdown .w-multi-dropdown-header #deselect_all,._account_api .dropdown .w-multi-dropdown .w-multi-dropdown-header .sidebar-default .sidebar-default-header #deselect_all,.sidebar-default .sidebar-default-header .main-nav-item .main-nav-link,.main-nav-item .sidebar-default .sidebar-default-header .main-nav-link,.sidebar-default .sidebar-default-header .sidebar-nav label,.sidebar-nav .sidebar-default .sidebar-default-header label,.sidebar-default .sidebar-default-header .w-graph .block-filters .form-label,.sidebar-default .sidebar-default-header .w-graph .block-filters .status-log,.sidebar-default .sidebar-default-header .w-graph .block-filters .status-report-item,.sidebar-default .sidebar-default-header .w-graph .block-filters .double-list dd,.double-list .sidebar-default .sidebar-default-header .w-graph .block-filters dd,.sidebar-default .sidebar-default-header .w-graph .block-filters .double-list dt,.double-list .sidebar-default .sidebar-default-header .w-graph .block-filters dt,.sidebar-default .sidebar-default-header .w-graph .block-filters .w-cards-container .w-card .title,.w-cards-container .w-card .sidebar-default .sidebar-default-header .w-graph .block-filters .title,.sidebar-default .sidebar-default-header .w-graph .block-filters .w-cards-container .w-card.centered .w-value .label,.w-cards-container .w-card.centered .w-value .sidebar-default .sidebar-default-header .w-graph .block-filters .label,.sidebar-default .sidebar-default-header .w-graph .block-filters .list-results tbody tr.sublist .title,.list-results tbody tr.sublist .sidebar-default .sidebar-default-header .w-graph .block-filters .title,.sidebar-default .sidebar-default-header .w-graph .block-filters .list-results-header .title,.list-results-header .sidebar-default .sidebar-default-header .w-graph .block-filters .title,.w-graph .block-filters .sidebar-default .sidebar-default-header .form-label,.w-graph .block-filters .sidebar-default .sidebar-default-header .status-log,.w-graph .block-filters .sidebar-default .sidebar-default-header .status-report-item,.w-graph .block-filters .sidebar-default .sidebar-default-header .double-list dd,.double-list .w-graph .block-filters .sidebar-default .sidebar-default-header dd,.w-graph .block-filters .sidebar-default .sidebar-default-header .double-list dt,.double-list .w-graph .block-filters .sidebar-default .sidebar-default-header dt,.w-graph .block-filters .sidebar-default .sidebar-default-header .w-cards-container .w-card .title,.w-cards-container .w-card .w-graph .block-filters .sidebar-default .sidebar-default-header .title,.w-graph .block-filters .sidebar-default .sidebar-default-header .w-cards-container .w-card.centered .w-value .label,.w-cards-container .w-card.centered .w-value .w-graph .block-filters .sidebar-default .sidebar-default-header .label,.w-graph .block-filters .sidebar-default .sidebar-default-header .list-results tbody tr.sublist .title,.list-results tbody tr.sublist .w-graph .block-filters .sidebar-default .sidebar-default-header .title,.w-graph .block-filters .sidebar-default .sidebar-default-header .list-results-header .title,.list-results-header .w-graph .block-filters .sidebar-default .sidebar-default-header .title,.sidebar-default .sidebar-default-header .w-graph .block-filters .w-filters-selected label.small,.w-graph .block-filters .w-filters-selected .sidebar-default .sidebar-default-header label.small,.sidebar-default .sidebar-default-header .w-filters-selected .w-graph .block-filters label.small,.w-filters-selected .w-graph .block-filters .sidebar-default .sidebar-default-header label.small,.sidebar-default .sidebar-default-header .w-graph .block-filters .w-filters-selected .btn-f-s,.w-graph .block-filters .w-filters-selected .sidebar-default .sidebar-default-header .btn-f-s,.sidebar-default .sidebar-default-header .w-filters-selected .w-graph .block-filters .btn-f-s,.w-filters-selected .w-graph .block-filters .sidebar-default .sidebar-default-header .btn-f-s,.sidebar-default .sidebar-default-header .block-filters button,.block-filters .sidebar-default .sidebar-default-header button,.sidebar-default .sidebar-default-header .block-filters select,.block-filters .sidebar-default .sidebar-default-header select{flex:1 auto;padding-left:2rem;margin-right:-1rem}.sidebar-default .sidebar-default-header .btn-close-default{text-align:left}.sidebar-default .sidebar-default-body{padding:1.5rem;padding-top:2rem;padding-bottom:10rem;display:flex;align-items:flex-start;flex-direction:column;gap:2rem;overflow-x:scroll;max-height:100%;height:100%}.sidebar-default .sidebar-default-body>div{width:100%;border-bottom:1px solid #d3d3d3;padding-bottom:1.5rem}.sidebar-default .sidebar-default-body>div:last-of-type{border:0}.sidebar-default .sidebar-default-body .label-default,.sidebar-default .sidebar-default-body .w-time-period .dropdown .w-selection label,.w-time-period .dropdown .w-selection .sidebar-default .sidebar-default-body label,.sidebar-default .sidebar-default-body ._account_api .dropdown .w-multi-dropdown .w-multi-dropdown-header #select_all,._account_api .dropdown .w-multi-dropdown .w-multi-dropdown-header .sidebar-default .sidebar-default-body #select_all,.sidebar-default .sidebar-default-body ._account_api .dropdown .w-multi-dropdown .w-multi-dropdown-header #deselect_all,._account_api .dropdown .w-multi-dropdown .w-multi-dropdown-header .sidebar-default .sidebar-default-body #deselect_all,.sidebar-default .sidebar-default-body .main-nav-item .main-nav-link,.main-nav-item .sidebar-default .sidebar-default-body .main-nav-link,.sidebar-default .sidebar-default-body .sidebar-nav label,.sidebar-nav .sidebar-default .sidebar-default-body label,.sidebar-default .sidebar-default-body .w-graph .block-filters .form-label,.sidebar-default .sidebar-default-body .w-graph .block-filters .status-log,.sidebar-default .sidebar-default-body .w-graph .block-filters .status-report-item,.sidebar-default .sidebar-default-body .w-graph .block-filters .double-list dd,.double-list .sidebar-default .sidebar-default-body .w-graph .block-filters dd,.sidebar-default .sidebar-default-body .w-graph .block-filters .double-list dt,.double-list .sidebar-default .sidebar-default-body .w-graph .block-filters dt,.sidebar-default .sidebar-default-body .w-graph .block-filters .w-cards-container .w-card .title,.w-cards-container .w-card .sidebar-default .sidebar-default-body .w-graph .block-filters .title,.sidebar-default .sidebar-default-body .w-graph .block-filters .w-cards-container .w-card.centered .w-value .label,.w-cards-container .w-card.centered .w-value .sidebar-default .sidebar-default-body .w-graph .block-filters .label,.sidebar-default .sidebar-default-body .w-graph .block-filters .list-results tbody tr.sublist .title,.list-results tbody tr.sublist .sidebar-default .sidebar-default-body .w-graph .block-filters .title,.sidebar-default .sidebar-default-body .w-graph .block-filters .list-results-header .title,.list-results-header .sidebar-default .sidebar-default-body .w-graph .block-filters .title,.w-graph .block-filters .sidebar-default .sidebar-default-body .form-label,.w-graph .block-filters .sidebar-default .sidebar-default-body .status-log,.w-graph .block-filters .sidebar-default .sidebar-default-body .status-report-item,.w-graph .block-filters .sidebar-default .sidebar-default-body .double-list dd,.double-list .w-graph .block-filters .sidebar-default .sidebar-default-body dd,.w-graph .block-filters .sidebar-default .sidebar-default-body .double-list dt,.double-list .w-graph .block-filters .sidebar-default .sidebar-default-body dt,.w-graph .block-filters .sidebar-default .sidebar-default-body .w-cards-container .w-card .title,.w-cards-container .w-card .w-graph .block-filters .sidebar-default .sidebar-default-body .title,.w-graph .block-filters .sidebar-default .sidebar-default-body .w-cards-container .w-card.centered .w-value .label,.w-cards-container .w-card.centered .w-value .w-graph .block-filters .sidebar-default .sidebar-default-body .label,.w-graph .block-filters .sidebar-default .sidebar-default-body .list-results tbody tr.sublist .title,.list-results tbody tr.sublist .w-graph .block-filters .sidebar-default .sidebar-default-body .title,.w-graph .block-filters .sidebar-default .sidebar-default-body .list-results-header .title,.list-results-header .w-graph .block-filters .sidebar-default .sidebar-default-body .title,.sidebar-default .sidebar-default-body .w-graph .block-filters .w-filters-selected label.small,.w-graph .block-filters .w-filters-selected .sidebar-default .sidebar-default-body label.small,.sidebar-default .sidebar-default-body .w-filters-selected .w-graph .block-filters label.small,.w-filters-selected .w-graph .block-filters .sidebar-default .sidebar-default-body label.small,.sidebar-default .sidebar-default-body .w-graph .block-filters .w-filters-selected .btn-f-s,.w-graph .block-filters .w-filters-selected .sidebar-default .sidebar-default-body .btn-f-s,.sidebar-default .sidebar-default-body .w-filters-selected .w-graph .block-filters .btn-f-s,.w-filters-selected .w-graph .block-filters .sidebar-default .sidebar-default-body .btn-f-s,.sidebar-default .sidebar-default-body .block-filters button,.block-filters .sidebar-default .sidebar-default-body button,.sidebar-default .sidebar-default-body .block-filters select,.block-filters .sidebar-default .sidebar-default-body select{margin-bottom:1rem;padding-left:.75rem}.sidebar-default .sidebar-default-body .sidebar-default-list{width:100%;display:flex;align-items:flex-start;flex-direction:column;list-style:circle}.sidebar-default .sidebar-default-body .sidebar-default-list li{width:100%;display:flex;align-items:flex-start}.sidebar-default.sidebar-default-right{left:auto;right:-100%;width:350px}@media(max-width: 767px){.sidebar-default.sidebar-default-right{left:-100%;right:auto;width:60%;right:100%}}.desktop .sidebar-default.sidebar-default-right{display:none;box-shadow:4px 0 10px rgba(0,0,0,.15),2px 0 5px rgba(0,0,0,.1);left:350px;left:auto;right:-100%;width:350px}.sidebar-default.sidebar-default-right:after{display:none}.sidebar-default.sidebar-default-right.is-open{display:block;left:auto;right:0;box-shadow:4px 0 10px rgba(0,0,0,.5),2px 0 25px rgba(0,0,0,.5)}.desktop .sidebar-default.sidebar-default-right.is-open{display:block;left:auto;right:0}@media(max-width: 767px){.sidebar-default.sidebar-default-right.is-open{left:0;right:auto}.desktop .sidebar-default.sidebar-default-right.is-open{display:block;left:auto;right:0}}@media(max-width: 767px){.sidebar-default.sidebar-default-right .sidebar-default-header{padding-left:.5rem}}.sidebar-default.sidebar-default-right .sidebar-default-body{padding:0;overflow-y:scroll;padding-bottom:25rem}.sidebar-default.sidebar-default-right .sidebar-default-body>div{padding-bottom:.5rem}.sidebar-default.sidebar-default-right .sidebar-default-body>div>div>div{padding:0 1rem .5rem}.sidebar-default.sidebar-default-right .sidebar-default-body .form-label,.sidebar-default.sidebar-default-right .sidebar-default-body .status-log,.sidebar-default.sidebar-default-right .sidebar-default-body .status-report-item,.sidebar-default.sidebar-default-right .sidebar-default-body .double-list dd,.double-list .sidebar-default.sidebar-default-right .sidebar-default-body dd,.sidebar-default.sidebar-default-right .sidebar-default-body .double-list dt,.double-list .sidebar-default.sidebar-default-right .sidebar-default-body dt,.sidebar-default.sidebar-default-right .sidebar-default-body .w-cards-container .w-card .title,.w-cards-container .w-card .sidebar-default.sidebar-default-right .sidebar-default-body .title,.sidebar-default.sidebar-default-right .sidebar-default-body .w-cards-container .w-card.centered .w-value .label,.w-cards-container .w-card.centered .w-value .sidebar-default.sidebar-default-right .sidebar-default-body .label,.sidebar-default.sidebar-default-right .sidebar-default-body .list-results tbody tr.sublist .title,.list-results tbody tr.sublist .sidebar-default.sidebar-default-right .sidebar-default-body .title,.sidebar-default.sidebar-default-right .sidebar-default-body .list-results-header .title,.list-results-header .sidebar-default.sidebar-default-right .sidebar-default-body .title,.sidebar-default.sidebar-default-right .sidebar-default-body .w-filters-selected label.small,.w-filters-selected .sidebar-default.sidebar-default-right .sidebar-default-body label.small,.sidebar-default.sidebar-default-right .sidebar-default-body .w-filters-selected .btn-f-s,.w-filters-selected .sidebar-default.sidebar-default-right .sidebar-default-body .btn-f-s{width:100%;background-color:#ededed;padding:.5rem;margin-bottom:0;padding:.5rem;text-align:center}.sidebar-default.sidebar-default-right .sidebar-default-body .filter-count{color:#0f64a3;font-weight:700;font-size:1.2rem}.sidebar-default.sidebar-default-right .sidebar-default-body .w-filter-label{display:flex;align-items:baseline;justify-content:flex-start;gap:.5rem}.sidebar-default.sidebar-default-right .sidebar-default-body .w-filter-label:has(button){gap:0}.sidebar-default.sidebar-default-right .sidebar-default-body .filter-group{position:relative;border-bottom:1px solid #d3d3d3;padding-bottom:1rem;max-height:3.2rem;overflow:hidden;transition:all .15s ease-in}.sidebar-default.sidebar-default-right .sidebar-default-body .filter-group:has(input.expected:checked){max-height:50rem;overflow:visible}.sidebar-default.sidebar-default-right .sidebar-default-body .filter-group:has(input.expected:checked) .checkbox-group label:after{transform:rotate(180deg)}.sidebar-default.sidebar-default-right .sidebar-default-body .filter-group .form-auto-list{width:100%;max-height:15rem;overflow-y:scroll}.sidebar-default.sidebar-default-right .sidebar-default-body .filter-group .checkbox-group{position:absolute;z-index:10;display:flex;justify-content:end;align-items:center;height:3.2rem;width:100%;cursor:pointer}.sidebar-default.sidebar-default-right .sidebar-default-body .filter-group .checkbox-group:hover label::after{color:#3f3f3f}.sidebar-default.sidebar-default-right .sidebar-default-body .filter-group .checkbox-group label{width:100%;text-align:right;height:3.2rem;display:flex;align-items:center;justify-content:flex-end}.sidebar-default.sidebar-default-right .sidebar-default-body .filter-group .checkbox-group label::after{font-size:1.5rem;color:#bababa}.sidebar-default.sidebar-default-right .sidebar-default-body .filter-group .filter-label{font-size:1rem;font-weight:700;color:#3f3f3f;width:auto;display:block;text-align:justify;text-transform:uppercase;height:3.2rem;display:flex;align-items:center;margin-right:.75rem}.sidebar-default.sidebar-default-right .sidebar-default-body .filter-group .input-text,.sidebar-default.sidebar-default-right .sidebar-default-body .filter-group .search-feild{width:100%}@media(min-width: 1024px){.sidebar-default.sidebar-default-right .sidebar-default-body .filter-group .input-text,.sidebar-default.sidebar-default-right .sidebar-default-body .filter-group .search-feild{font-size:1.1rem}}.sidebar-default.sidebar-default-right .sidebar-default-body .filter-group .input-text::placeholder,.sidebar-default.sidebar-default-right .sidebar-default-body .filter-group .search-feild::placeholder{text-transform:uppercase;opacity:.9}@media(min-width: 1024px){.sidebar-default.sidebar-default-right .sidebar-default-body .filter-group .input-text::placeholder,.sidebar-default.sidebar-default-right .sidebar-default-body .filter-group .search-feild::placeholder{font-size:.85rem}}.sidebar-default.sidebar-default-right .sidebar-default-body .filter-group .filter-checkbox{text-transform:uppercase;justify-content:center;font-size:.9rem !important;padding:.5rem .75rem !important}.sidebar-default.sidebar-default-right .sidebar-default-body .filter-group .filter-search-field{display:flex;align-items:center;gap:1rem;padding-top:.5rem;width:100%}.sidebar-default.sidebar-default-right .sidebar-default-body .filter-group .filter-search-field .filter-separator{font-size:1rem;font-weight:900;color:#a5a5a5}.sidebar-default.sidebar-default-right .sidebar-default-body .filter-group .filter-search-field .content{width:100%}.sidebar-default.sidebar-default-right .sidebar-default-body .w-add-filters-list .checkbox-group{width:calc(100% - 2rem)}.sidebar-default.sidebar-default-right .sidebar-default-body scrollbar-color{background-color:#fff}.sidebar-default.sidebar-default-right .dropdown-toggle.dropdown-toggle{width:auto;border-radius:0;border:0;margin:0;margin-bottom:0 !important;padding-left:0 !important}.sidebar-default.sidebar-default-right .dropdown-toggle.dropdown-toggle:after{display:none}.sidebar-default.sidebar-default-right .dropdown{width:100%;max-width:none}.sidebar-default.sidebar-default-right .dropdown-list{opacity:1;visibility:visible;display:flex;position:static;box-shadow:none;border:0;padding:0}.sidebar-default.sidebar-default-right .w-multi-dropdown-header{position:static}.sidebar-default.sidebar-default-right .w-multi-dropdown-header .multi-dropdown-header{border-bottom:0;padding:0}.sidebar-default.sidebar-default-right .w-multi-dropdown-header .multi-dropdown-header .btn,.sidebar-default.sidebar-default-right .w-multi-dropdown-header .multi-dropdown-header .pagination a,.pagination .sidebar-default.sidebar-default-right .w-multi-dropdown-header .multi-dropdown-header a,.sidebar-default.sidebar-default-right .w-multi-dropdown-header .multi-dropdown-header .goal-option .expend-label,.goal-option .sidebar-default.sidebar-default-right .w-multi-dropdown-header .multi-dropdown-header .expend-label{margin-bottom:0;width:fit-content;flex:none;font-size:.9rem;padding:.5rem .75rem !important}.sidebar-default.sidebar-default-right .multi-dropdown-body{padding:0;margin-top:1rem;overflow:visible;max-height:none}.sidebar-default.sidebar-default-right .multi-dropdown-list{display:grid;grid-template-columns:1fr 1fr;gap:0 1rem}.sidebar-default.sidebar-default-right .multi-dropdown-item{display:flex !important;text-align:left}.default-footer{background:#fff;height:6rem;padding:0;margin-top:4rem;display:flex;justify-content:center;align-items:center;gap:1rem}._login .default-footer,.login .default-footer{position:fixed;width:100%;bottom:0}.default-footer .footer-text,.default-footer a{font-family:"Inter",sans-serif;font-optical-sizing:auto;font-style:normal;font-size:1rem;font-weight:400;color:#3f3f3f}.default-footer a:hover{color:#595959}.default-footer .logo-short{width:2.5rem;height:2.5rem;background-size:auto 100%;display:block;background-repeat:no-repeat;background-image:url("/assets/images/logo-short.svg")}.default-text-box{background-color:#fff;border-radius:8px;padding:4rem;width:90%;box-shadow:0px 0px 10px 0px rgba(63,63,63,.15);margin:8rem 2rem 0;text-align:left}@media(min-width: 1024px){.default-text-box{width:60%;margin:6rem auto 0}}.default-text-box p{font-family:"Inter",sans-serif;font-optical-sizing:auto;font-style:normal;font-size:1.4rem;font-weight:400;color:#3f3f3f;margin-bottom:2rem}.default-text-box a{text-decoration:underline}.default-text-box a:hover{color:#f04270}._login #app_validationList{position:absolute;top:1rem}@media(min-width: 768px){._login #app_validationList{transform:translateX(-50%);margin-left:50%;width:40rem}}@media(max-width: 767px){._login #app_validationList{width:100%}.desktop ._login #app_validationList{width:40rem;min-width:40rem}}@media(min-width: 768px){._login .default-footer{min-width:1440px}}.w-block-message{position:relative;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:.8rem;margin-inline:2em;padding:1rem 1.5rem;background-color:#fff;color:#3f3f3f;border-radius:8px;overflow:hidden}.w-block-message .block-message-content{display:inline-flex;flex-direction:row;align-items:center;gap:.4rem;font-family:"Inter",sans-serif;font-optical-sizing:auto;font-style:normal;font-size:1.2rem;font-weight:400;color:inherit}@media(max-width: 767px){.w-block-message .block-message-content{flex-direction:column}}.w-block-message .block-message-content a{text-decoration:underline}.w-block-message .block-message-content strong{color:#141414}.w-block-message.plus::before{content:"\E9EB";color:#1172ba;font-size:100%;line-height:1;border-radius:4px;display:flex !important;align-items:center;justify-content:center;flex-shrink:0;height:20px;width:20px;background-color:#f0f0f0}:root{--color2: #000;--color4: #f9f8f8;--color5: #FFF;--color1: #3a3a3a;--accent-color1: #3a3a3a;--accent-color2: #535353;--accent-color2-dark: #3a3a3a;--accent-color3: #D41C5C;--corner: 6px;--corner2x: 12px;--border-color: #d3d3d3;--border-color-light: #e2e2e2;--site-max-width: 1280px;--content-max-width: 800px}._signup,._emailConfirmation,._notification{background-color:#fff;height:100%}._signup .promo-wrapper,._emailConfirmation .promo-wrapper,._notification .promo-wrapper{display:flex;flex-direction:column;min-height:92vh}._signup .promo-body,._emailConfirmation .promo-body,._notification .promo-body{flex:1}._signup .site-logo,._emailConfirmation .site-logo,._notification .site-logo{display:none}._signup .w-main-nav,._emailConfirmation .w-main-nav,._notification .w-main-nav{display:none}._signup .app-header-sentinel,._emailConfirmation .app-header-sentinel,._notification .app-header-sentinel{background-color:none;box-shadow:none}._signup .default-link,._emailConfirmation .default-link,._notification .default-link{text-decoration:none;display:block;color:var(--color1);padding:10px 5px;font-size:13px;font-weight:500;line-height:normal;transition:all .2s ease-in-out}._signup .default-link:hover,._emailConfirmation .default-link:hover,._notification .default-link:hover{color:var(--accent-color3)}._signup .default-button,._emailConfirmation .default-button,._notification .default-button{background-color:#535353;color:#fff;border-radius:8px;font-size:13px;padding:10px 15px;cursor:pointer;display:flex;align-items:center;overflow:hidden;width:fit-content;transition:all .3s ease-in-out}._signup .default-header,._emailConfirmation .default-header,._notification .default-header{position:fixed;top:0;left:0;right:0;background-color:#fff;backdrop-filter:blur(10px);background:rgba(255,255,255,.7);z-index:1000;border-bottom:1px solid #e2e2e2;transition:top .3s}._signup .default-header-inner,._emailConfirmation .default-header-inner,._notification .default-header-inner{max-width:1280px;width:100%;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:10px}._signup .default-header-right,._signup .default-header-left,._emailConfirmation .default-header-right,._emailConfirmation .default-header-left,._notification .default-header-right,._notification .default-header-left{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:1rem}._signup .default-header-right a,._signup .default-header-left a,._emailConfirmation .default-header-right a,._emailConfirmation .default-header-left a,._notification .default-header-right a,._notification .default-header-left a{cursor:pointer}._signup .default-header-left,._emailConfirmation .default-header-left,._notification .default-header-left{gap:2rem}._signup #burger-menu-button,._signup .close-menu-button,._emailConfirmation #burger-menu-button,._emailConfirmation .close-menu-button,._notification #burger-menu-button,._notification .close-menu-button{display:none}._signup .default-menu,._emailConfirmation .default-menu,._notification .default-menu{flex:1;justify-content:center;display:flex}@media(max-width: 768px){._signup .default-menu,._emailConfirmation .default-menu,._notification .default-menu{justify-content:flex-start;flex-direction:column;background-color:rgba(255,255,255,.95);position:fixed;top:55px;left:0;right:0;bottom:0;padding:10px;box-shadow:0 4px 6px rgba(0,0,0,.1);transform:translateX(-100%);transition:all .2s ease-in-out;z-index:0;border-top:1px solid var(--border-color-light);height:calc(100vh - 60px)}._signup .default-menu .close-menu-button,._emailConfirmation .default-menu .close-menu-button,._notification .default-menu .close-menu-button{display:flex;position:absolute;top:21px;right:10px;font-size:24px}._signup .default-menu .close-menu-button:before,._emailConfirmation .default-menu .close-menu-button:before,._notification .default-menu .close-menu-button:before{color:var(--color1)}._signup .default-menu ul,._emailConfirmation .default-menu ul,._notification .default-menu ul{flex-direction:column;gap:2.1rem !important}._signup #burger-menu-button,._emailConfirmation #burger-menu-button,._notification #burger-menu-button{display:flex;margin-top:-3px}._signup #burger-menu-button:before,._emailConfirmation #burger-menu-button:before,._notification #burger-menu-button:before{font-size:1.75rem;color:#3a3a3a}._signup .default-menu ul li a,._emailConfirmation .default-menu ul li a,._notification .default-menu ul li a{font-size:22px;padding:0 5px;font-family:"Figtree",sans-serif;font-optical-sizing:auto;font-style:normal}._signup .default-menu.show,._emailConfirmation .default-menu.show,._notification .default-menu.show{transform:translateX(0)}}._signup .default-logo img,._emailConfirmation .default-logo img,._notification .default-logo img{height:40px;width:auto}@media(max-width: 768px){._signup .default-logo img,._emailConfirmation .default-logo img,._notification .default-logo img{height:26px}}._signup .default-menu ul,._emailConfirmation .default-menu ul,._notification .default-menu ul{display:flex;list-style:none;margin:0;padding:0;gap:1rem;margin-top:.5rem}._signup .default-menu a,._emailConfirmation .default-menu a,._notification .default-menu a{text-decoration:none;display:block;color:#3a3a3a;font-size:13px;text-align:left;padding:10px 5px;font-weight:500;transition:all .2s ease-in-out;text-transform:capitalize;cursor:pointer}._signup .default-menu a:hover,._emailConfirmation .default-menu a:hover,._notification .default-menu a:hover{color:var(#D41C5C)}.default-logo{cursor:pointer}.promo-style.promo-style{font-family:"Figtree",sans-serif;text-align:center}.promo-style.promo-style .promo-header,.promo-style.promo-style .promo-header{display:flex;align-items:flex-start;justify-content:space-between;width:80%;margin:1rem auto 0}.promo-style.promo-style .default-logo{width:180px;margin:2rem auto 0;text-align:left;cursor:pointer}.promo-style.promo-style .signup-title{font-family:"Figtree",sans-serif;font-optical-sizing:auto;font-style:normal;color:#3f3f3f;font-weight:400;line-height:1.2;text-transform:capitalize;font-size:37px;margin:2rem auto;text-align:center}@media(min-width: 1024px){.promo-style.promo-style .signup-title{font-size:40px}}.promo-style.promo-style .w-form,.promo-style.promo-style .w-double-list{min-width:0;margin-top:0;border-radius:8px;border:1px solid #ededed;width:calc(100% - 2rem)}.promo-style.promo-style .w-form .tooltips-adv-content strong,.promo-style.promo-style .w-double-list .tooltips-adv-content strong{display:block}@media(min-width: 768px){.promo-style.promo-style .w-form,.promo-style.promo-style .w-double-list{width:35%}}@media(min-width: 768px){.promo-style.promo-style .w-form-large,.promo-style.promo-style .w-double-list{width:60%}}.promo-style.promo-style .form-header.short,.promo-style.promo-style .short.double-list-header{height:2rem !important}.promo-style.promo-style .form-body,.promo-style.promo-style .double-list-body{padding-top:0}.promo-style.promo-style .dropdown-toggle{border-radius:8px !important}.promo-style.promo-style #timezone .form-label,.promo-style.promo-style #timezone .status-log,.promo-style.promo-style #timezone .status-report-item,.promo-style.promo-style #timezone .double-list dd,.double-list .promo-style.promo-style #timezone dd,.promo-style.promo-style #timezone .double-list dt,.double-list .promo-style.promo-style #timezone dt,.promo-style.promo-style #timezone .w-cards-container .w-card .title,.w-cards-container .w-card .promo-style.promo-style #timezone .title,.promo-style.promo-style #timezone .w-cards-container .w-card.centered .w-value .label,.w-cards-container .w-card.centered .w-value .promo-style.promo-style #timezone .label,.promo-style.promo-style #timezone .list-results tbody tr.sublist .title,.list-results tbody tr.sublist .promo-style.promo-style #timezone .title,.promo-style.promo-style #timezone .list-results-header .title,.list-results-header .promo-style.promo-style #timezone .title,.promo-style.promo-style #timezone .w-filters-selected label.small,.w-filters-selected .promo-style.promo-style #timezone label.small,.promo-style.promo-style #timezone .w-filters-selected .btn-f-s,.w-filters-selected .promo-style.promo-style #timezone .btn-f-s,.promo-style.promo-style #plan .form-label,.promo-style.promo-style #plan .status-log,.promo-style.promo-style #plan .status-report-item,.promo-style.promo-style #plan .double-list dd,.double-list .promo-style.promo-style #plan dd,.promo-style.promo-style #plan .double-list dt,.double-list .promo-style.promo-style #plan dt,.promo-style.promo-style #plan .w-cards-container .w-card .title,.w-cards-container .w-card .promo-style.promo-style #plan .title,.promo-style.promo-style #plan .w-cards-container .w-card.centered .w-value .label,.w-cards-container .w-card.centered .w-value .promo-style.promo-style #plan .label,.promo-style.promo-style #plan .list-results tbody tr.sublist .title,.list-results tbody tr.sublist .promo-style.promo-style #plan .title,.promo-style.promo-style #plan .list-results-header .title,.list-results-header .promo-style.promo-style #plan .title,.promo-style.promo-style #plan .w-filters-selected label.small,.w-filters-selected .promo-style.promo-style #plan label.small,.promo-style.promo-style #plan .w-filters-selected .btn-f-s,.w-filters-selected .promo-style.promo-style #plan .btn-f-s{display:none}.promo-style.promo-style #timezone span,.promo-style.promo-style #plan span{color:#3f3f3f}.promo-style.promo-style .form-sub-title,.promo-style.promo-style .double-list-body .double-list-sub-title,.double-list-body .promo-style.promo-style .double-list-sub-title{font-family:"Figtree",sans-serif;font-optical-sizing:auto;font-style:normal;color:#3f3f3f;font-size:1.65rem;font-weight:700;margin-bottom:1.75rem;padding:2rem;text-align:left;display:flex;align-items:center;gap:1rem}@media(max-width: 767px){.promo-style.promo-style .form-sub-title.border,.promo-style.promo-style .double-list-body .border.double-list-sub-title,.double-list-body .promo-style.promo-style .border.double-list-sub-title,.promo-style.promo-style .pagination a.form-sub-title,.promo-style.promo-style .pagination .double-list-body a.double-list-sub-title,.double-list-body .promo-style.promo-style .pagination a.double-list-sub-title,.pagination .promo-style.promo-style a.form-sub-title,.pagination .promo-style.promo-style .double-list-body a.double-list-sub-title,.double-list-body .pagination .promo-style.promo-style a.double-list-sub-title{border-top:1px solid #d3d3d3}}.promo-style.promo-style .form-sub-title.i-credit:before,.promo-style.promo-style .double-list-body .i-credit.double-list-sub-title:before,.double-list-body .promo-style.promo-style .i-credit.double-list-sub-title:before{font-size:2rem}.promo-style.promo-style #card-element{border:1px solid #d3d3d3;border-radius:8px;padding:.65rem}.promo-style.promo-style #card-element.StripeElement--complete{background-color:#f6f6f6 !important}.promo-style.promo-style .form-hr{margin:1.5rem 0;background-color:#ededed}@media(min-width: 768px){.promo-style.promo-style .w-form-body,.promo-style.promo-style .w-double-list-body{flex-direction:row;display:flex}.promo-style.promo-style .w-form-body .form-body:first-of-type,.promo-style.promo-style .w-form-body .double-list-body:first-of-type,.promo-style.promo-style .w-double-list-body .form-body:first-of-type,.promo-style.promo-style .w-double-list-body .double-list-body:first-of-type{border-right:1px solid #ededed}}.promo-style.promo-style .form-group{margin:0 2rem 1.75rem}.promo-style.promo-style .form-group .form-error{display:none}.promo-style.promo-style .form-group.is-error{position:relative}.promo-style.promo-style .form-group.is-error .form-error{display:block;position:absolute}.promo-style.promo-style .form-group.is-error .input-text{border-color:#d41c5c}.promo-style.promo-style .form-group.is-error .form-label,.promo-style.promo-style .form-group.is-error .status-log,.promo-style.promo-style .form-group.is-error .status-report-item,.promo-style.promo-style .form-group.is-error .double-list dd,.double-list .promo-style.promo-style .form-group.is-error dd,.promo-style.promo-style .form-group.is-error .double-list dt,.double-list .promo-style.promo-style .form-group.is-error dt,.promo-style.promo-style .form-group.is-error .w-cards-container .w-card .title,.w-cards-container .w-card .promo-style.promo-style .form-group.is-error .title,.promo-style.promo-style .form-group.is-error .w-cards-container .w-card.centered .w-value .label,.w-cards-container .w-card.centered .w-value .promo-style.promo-style .form-group.is-error .label,.promo-style.promo-style .form-group.is-error .list-results tbody tr.sublist .title,.list-results tbody tr.sublist .promo-style.promo-style .form-group.is-error .title,.promo-style.promo-style .form-group.is-error .list-results-header .title,.list-results-header .promo-style.promo-style .form-group.is-error .title,.promo-style.promo-style .form-group.is-error .w-filters-selected label.small,.w-filters-selected .promo-style.promo-style .form-group.is-error label.small,.promo-style.promo-style .form-group.is-error .w-filters-selected .btn-f-s,.w-filters-selected .promo-style.promo-style .form-group.is-error .btn-f-s{color:#d41c5c;margin-bottom:.25rem}.promo-style.promo-style .form-group:has(.form-detail){margin-bottom:.5rem}.promo-style.promo-style .form-group:has(.form-detail) .input-text{margin:.25rem 0 .75rem 0}.promo-style.promo-style .form-group.short .input-text{width:calc(50% - 1rem)}@media(max-width: 767px){.promo-style.promo-style .form-group.short .input-text{max-width:210px}}@media(max-width: 1023px){.promo-style.promo-style .form-group.short .input-text{width:calc(50% - 1rem);max-width:185px}}.promo-style.promo-style .form-group .input-text.very-short{width:70px}.promo-style.promo-style .wrap-form-group{display:flex;gap:2rem;margin:0 2rem 1.5rem}.promo-style.promo-style .wrap-form-group .form-group{margin:0}.promo-style.promo-style .form-text,.promo-style.promo-style .double-list-body .double-list-text,.double-list-body .promo-style.promo-style .double-list-text{margin-bottom:.45rem;font-size:1.25rem;color:var(--accent-color1);opacity:.8}.promo-style.promo-style .form-text a:hover,.promo-style.promo-style .double-list-body .double-list-text a:hover,.double-list-body .promo-style.promo-style .double-list-text a:hover{color:#000 !important}.promo-style.promo-style .form-text.small,.promo-style.promo-style .double-list-body .small.double-list-text,.double-list-body .promo-style.promo-style .small.double-list-text{font-size:1.15rem;opacity:.7}.promo-style.promo-style .form-text.error,.promo-style.promo-style .double-list-body .error.double-list-text,.double-list-body .promo-style.promo-style .error.double-list-text{color:#d41c5c;opacity:1}.promo-style.promo-style .form-list{display:flex;flex-direction:column;gap:.5rem;margin-top:1rem}.promo-style.promo-style .form-error{font-weight:700;color:#d41c5c;font-size:.9rem;margin-top:.25rem}.promo-style.promo-style .form-detail{opacity:.5;font-weight:700;font-size:1rem;display:block;margin:-0.25rem 0 0 0}.promo-style.promo-style .form-footer{flex-direction:row}.promo-style.promo-style .form-footer .form-error{font-size:1.2rem;display:block;margin-bottom:1rem}.promo-style.promo-style .form-footer .btn,.promo-style.promo-style .form-footer .pagination a,.pagination .promo-style.promo-style .form-footer a,.promo-style.promo-style .form-footer .goal-option .expend-label,.goal-option .promo-style.promo-style .form-footer .expend-label{margin:0 auto;position:relative;overflow:visible !important}.promo-style.promo-style .form-footer .btn:before,.promo-style.promo-style .form-footer .pagination a:before,.pagination .promo-style.promo-style .form-footer a:before,.promo-style.promo-style .form-footer .goal-option .expend-label:before,.goal-option .promo-style.promo-style .form-footer .expend-label:before{position:absolute;content:"Please review your fields";right:0;color:#d41c5c;width:9rem;white-space:break-spaces;display:none}.promo-style.promo-style .w-tooltips-adv{position:absolute;right:0;top:.25rem}.promo-style.promo-style .tooltips-adv.tooltips-adv{right:-140px !important;left:auto !important;border-radius:8px;bottom:3rem !important;width:300px !important}.promo-style.promo-style .tooltips-adv.tooltips-adv:before{position:absolute;bottom:-0.5rem !important;top:auto;left:50%;transform:translateX(-11.5rem);content:"";width:0;height:0;border-radius:4px;border-style:solid;border-width:6.9px 4px 0 4px;border-color:#fff rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0);z-index:19;display:inline-block}.promo-style.promo-style .tooltips-adv.tooltips-adv .open-button{transform:translateY(0) !important}.promo-style.promo-style .tooltips-adv.tooltips-adv .tooltips-adv-content{text-transform:capitalize}.promo-style.promo-style .form-label,.promo-style.promo-style .status-log,.promo-style.promo-style .status-report-item,.promo-style.promo-style .double-list dd,.double-list .promo-style.promo-style dd,.promo-style.promo-style .double-list dt,.double-list .promo-style.promo-style dt,.promo-style.promo-style .w-cards-container .w-card .title,.w-cards-container .w-card .promo-style.promo-style .title,.promo-style.promo-style .w-cards-container .w-card.centered .w-value .label,.w-cards-container .w-card.centered .w-value .promo-style.promo-style .label,.promo-style.promo-style .list-results tbody tr.sublist .title,.list-results tbody tr.sublist .promo-style.promo-style .title,.promo-style.promo-style .list-results-header .title,.list-results-header .promo-style.promo-style .title,.promo-style.promo-style .w-filters-selected label.small,.w-filters-selected .promo-style.promo-style label.small,.promo-style.promo-style .w-filters-selected .btn-f-s,.w-filters-selected .promo-style.promo-style .btn-f-s{font-family:"Figtree",sans-serif;font-optical-sizing:auto;font-style:normal;font-size:1.1rem;margin-bottom:.25rem;display:flex;align-items:center;position:relative}.promo-style.promo-style .btn,.promo-style.promo-style .pagination a,.pagination .promo-style.promo-style a,.promo-style.promo-style .goal-option .expend-label,.goal-option .promo-style.promo-style .expend-label{font-family:"Figtree",sans-serif;font-optical-sizing:auto;font-style:normal;background-color:#3f3f3f !important;color:#fff !important;border-radius:8px !important;font-size:13px !important;padding:20px !important;cursor:pointer !important;display:flex !important;align-items:center !important;overflow:hidden !important;width:fit-content !important}.promo-style.promo-style .btn:hover,.promo-style.promo-style .pagination a:hover,.pagination .promo-style.promo-style a:hover,.promo-style.promo-style .goal-option .expend-label:hover,.goal-option .promo-style.promo-style .expend-label:hover{background-color:#595959 !important}.promo-style.promo-style .btn.no-bg,.promo-style.promo-style .pagination a.no-bg,.pagination .promo-style.promo-style a.no-bg,.promo-style.promo-style .goal-option .no-bg.expend-label,.goal-option .promo-style.promo-style .no-bg.expend-label{background-color:rgba(0,0,0,0) !important;padding:1rem !important}._signup .promo-style.promo-style .app-header-sentinel .site-logo{display:none}.promo-style.promo-style .w-pricing-container ul{display:flex;flex-direction:column;gap:1rem;margin-bottom:1rem;flex:1}.promo-style.promo-style .w-pricing-container ul li{position:relative;padding-left:25px;opacity:.85;font-size:1.25rem;text-transform:capitalize}.promo-style.promo-style .w-pricing-container ul p{font-size:.85rem;padding-left:0;text-transform:none;flex:1;margin:0}.promo-style.promo-style .w-pricing-container ul li:before{content:"";position:absolute;display:block;left:0;top:50%;transform:translateY(-50%);width:16px;height:16px;background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 125"><path d="M94.1,25.1l-54,54.1h0s0,0-.2,0c0,0-.2.2-.3.3-.4.3-1,.4-1.6.4s-.4,0-.6,0c0,0-.2,0-.3,0s-.2,0-.3,0-.3,0-.4-.2c0,0,0,0,0,0,0,0-.3-.2-.4-.3h0c0,0-30-30.2-30-30.2-1.2-1.2-1.2-3.1,0-4.2,1.2-1.2,3.1-1.2,4.2,0l28,28.1,51.9-51.9c1.2-1.2,3.1-1.2,4.2,0,1.2,1.1,1.2,3,0,4.2Z"/></svg>') no-repeat center/contain;opacity:.7;transform:translate(0, -6px)}.promo-style.promo-style .w-pricing-container ul li.not-available span{opacity:.4}.promo-style.promo-style .w-pricing-container ul li.not-available:before{background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 110 135"><path d="M59.5,60L105.6,13.9c1.2-1.2,1.2-3.2,0-4.5-1.2-1.2-3.2-1.2-4.5,0l-46.1,46.1L8.9,9.4c-.6-.6-1.4-.9-2.2-.9h0c-.8,0-1.6.3-2.2.9-.6.6-.9,1.4-.9,2.2s.3,1.6.9,2.2l46.1,46.1L4.4,106.1c-1.2,1.2-1.2,3.2,0,4.5.6.6,1.4.9,2.2.9h0c.8,0,1.6-.3,2.2-.9l46.1-46.1,46.1,46.1c.2.2.5.4.7.6v.4h1.5c.8,0,1.6-.3,2.2-.9,1.2-1.2,1.2-3.2,0-4.5l-46.1-46.1Z"/></svg>') no-repeat center/contain;width:14px;height:14px;transform:translate(1px, -7px)}.promo-style.promo-style .pricing-card h3{font-size:24px;font-weight:700}.promo-style.promo-style .pricing-card .price{font-size:32px;color:#535353}.promo-style.promo-style .pricing-card .price small{opacity:.65;font-size:1.1rem}.promo-style.promo-style .pricing-card hr{border-color:#e2e2e2;opacity:.25;margin-bottom:1.25rem}.promo-style.promo-style .pricing-card hr.only-mobile{display:none}@media(min-width: 767px){.promo-style.promo-style .pricing-card hr.only-mobile{display:block}}.promo-style.promo-style .default-footer{background:var(--accent-color2-dark);color:var(--color5);text-align:center;padding:7.5rem 0 4.5rem;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;height:auto;z-index:10}.destop .promo-style.promo-style{min-width:1440px}.promo-style.promo-style .default-footer>div{width:100%;max-width:var(--site-max-width);display:flex;flex-direction:row;margin:0 auto;align-items:flex-end;justify-content:space-between;padding:0 1rem}@media(max-width: 768px){.promo-style.promo-style .default-footer>div{flex-direction:column;justify-content:center;align-items:center;gap:1rem}}.promo-style.promo-style .default-footer .default-footer-left{display:flex;flex-direction:column;gap:1rem;align-items:flex-start}.promo-style.promo-style .default-footer .default-footer-left img{width:24px}.promo-style.promo-style .default-footer p{font-size:1.1rem;margin:0;color:var(--color5)}.promo-style.promo-style .default-footer ul{display:flex;gap:.5rem}@media(max-width: 768px){.promo-style.promo-style .default-footer ul{flex-direction:column;align-items:center}}.promo-style.promo-style .default-footer li{display:flex;align-items:center;gap:.5rem}.promo-style.promo-style .default-footer li:after{content:"|";font-size:1rem;opacity:.5}@media(max-width: 768px){.promo-style.promo-style .default-footer li:after{display:none}}.promo-style.promo-style .default-footer li:last-of-type:after{display:none}.promo-style.promo-style .default-footer a{font-size:1.1rem;color:var(--color5);margin:0;cursor:pointer}@media(max-width: 768px){.promo-style.promo-style .default-footer-left>a{margin:0 auto}}.promo-style.promo-style .default-footer p a:hover{opacity:.8;color:unset}.promo-style.promo-style .default-footer a.highlight,.promo-style.promo-style .default-footer ._tasks .list-header .w-left a.btn,._tasks .list-header .w-left .promo-style.promo-style .default-footer a.btn,.promo-style.promo-style .default-footer ._tasks .list-header .w-left .goal-option a.expend-label,._tasks .list-header .w-left .goal-option .promo-style.promo-style .default-footer a.expend-label,.promo-style.promo-style .default-footer .goal-option ._tasks .list-header .w-left a.expend-label,.goal-option ._tasks .list-header .w-left .promo-style.promo-style .default-footer a.expend-label,.promo-style.promo-style .default-footer ._tasks .list-header .w-left .pagination a,._tasks .list-header .w-left .pagination .promo-style.promo-style .default-footer a,.promo-style.promo-style .default-footer .pagination ._tasks .list-header .w-left a,.pagination ._tasks .list-header .w-left .promo-style.promo-style .default-footer a{padding:.25rem .5rem;background-color:var(--color5);color:var(--accent-color2-dark);border-radius:var(--corner);transition:all .3s ease-in-out}.promo-style.promo-style .default-footer a.highlight:hover,.promo-style.promo-style .default-footer ._tasks .list-header .w-left a.btn:hover,._tasks .list-header .w-left .promo-style.promo-style .default-footer a.btn:hover,.promo-style.promo-style .default-footer ._tasks .list-header .w-left .goal-option a.expend-label:hover,._tasks .list-header .w-left .goal-option .promo-style.promo-style .default-footer a.expend-label:hover,.promo-style.promo-style .default-footer .goal-option ._tasks .list-header .w-left a.expend-label:hover,.goal-option ._tasks .list-header .w-left .promo-style.promo-style .default-footer a.expend-label:hover,.promo-style.promo-style .default-footer ._tasks .list-header .w-left .pagination a:hover,._tasks .list-header .w-left .pagination .promo-style.promo-style .default-footer a:hover,.promo-style.promo-style .default-footer .pagination ._tasks .list-header .w-left a:hover,.pagination ._tasks .list-header .w-left .promo-style.promo-style .default-footer a:hover{opacity:.8}.w-form,.w-double-list{display:block;background-color:#fff;border-radius:8px;width:100%;margin:0 auto 3rem;min-width:40rem}@media(min-width: 1024px){.w-form,.w-double-list{min-width:50rem}}.w-form.is-visible,.is-visible.w-double-list{display:block !important}._signup .w-form,._signup .w-double-list,._token .w-form,._token .w-double-list,._emailConfirmation .w-form,._emailConfirmation .w-double-list,.w-form#welcome,#welcome.w-double-list{margin-top:3rem}@media(min-width: 1024px){._signup .w-form,._signup .w-double-list,._token .w-form,._token .w-double-list,._emailConfirmation .w-form,._emailConfirmation .w-double-list,.w-form#welcome,#welcome.w-double-list{margin-top:7rem}}.w-form#login-form,#login-form.w-double-list,.w-form#retrieve-password,#retrieve-password.w-double-list,.w-form#_accountName,#_accountName.w-double-list,.w-form#confirm-email,#confirm-email.w-double-list,.w-form#default,#default.w-double-list,.w-form#expired-token,#expired-token.w-double-list,.w-form#invalid-token,#invalid-token.w-double-list,.w-form#processing-token,#processing-token.w-double-list,.w-form#otp-form,#otp-form.w-double-list{position:static;transform:translate(0, 50%);min-width:0;margin:1rem auto 0}@media(max-width: 767px){.w-form#login-form,#login-form.w-double-list,.w-form#retrieve-password,#retrieve-password.w-double-list,.w-form#_accountName,#_accountName.w-double-list,.w-form#confirm-email,#confirm-email.w-double-list,.w-form#default,#default.w-double-list,.w-form#expired-token,#expired-token.w-double-list,.w-form#invalid-token,#invalid-token.w-double-list,.w-form#processing-token,#processing-token.w-double-list,.w-form#otp-form,#otp-form.w-double-list{margin:1rem auto 0}}.w-form#otp-form .two-fa,#otp-form.w-double-list .two-fa{position:relative;display:grid;grid-template-columns:repeat(6, minmax(0, 1fr));gap:.6rem;width:fit-content;max-width:100%;margin-inline:auto}.w-form#otp-form .two-fa>input,#otp-form.w-double-list .two-fa>input{height:42px;width:42px;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;font-family:"Inter",sans-serif;font-optical-sizing:auto;font-style:normal;font-size:2.4rem;font-weight:600;color:#3f3f3f;caret-color:rgba(0,0,0,0);border:1px solid #d3d3d3;border-radius:8px}.w-form#otp-form .two-fa>input:focus-within,#otp-form.w-double-list .two-fa>input:focus-within{border:2px solid #1172ba;box-shadow:0 0 0 3px #cfe8fb;caret-color:inherit}.w-form#otp-form .two-fa>input::placeholder,#otp-form.w-double-list .two-fa>input::placeholder{color:rgba(0,0,0,0)}.w-form.form-setting,.form-setting.w-double-list{background-color:#fff !important;margin:0 auto !important}@media(min-width: 1024px){.w-form.form-setting,.form-setting.w-double-list{max-width:60% !important}}.w-form.form-setting .form-body,.w-form.form-setting .double-list-body,.form-setting.w-double-list .form-body,.form-setting.w-double-list .double-list-body{flex:1}.w-form.margin-top,.margin-top.w-double-list{margin-top:5rem}@media(max-width: 767px){.w-form.margin-top,.margin-top.w-double-list{margin-top:0rem}}.w-form.center,.center.w-double-list{margin-top:3rem}@media(max-width: 767px){.w-form.center,.center.w-double-list{min-width:0}}._signup .w-form.center,._signup .center.w-double-list{position:static;transform:translate(0, 0);margin:2rem}@media(min-width: 1024px){._signup .w-form.center,._signup .center.w-double-list{margin:5rem auto 0}}.w-form.w-form-large,.w-double-list{width:calc(100% - 2rem);margin:1rem auto}@media(min-width: 1240px){.w-form.w-form-large,.w-double-list{width:60%}}@media(min-width: 1240px){.w-form.w-form-large.medium,.medium.w-double-list{width:45%}}@media(min-width: 1024px){.w-form.w-form-large .w-form-body,.w-form.w-form-large .w-double-list-body,.w-double-list .w-form-body,.w-double-list .w-double-list-body{display:flex}}.w-form.w-form-large .w-form-body.backg,.w-form.w-form-large .backg.w-double-list-body,.w-double-list .w-form-body.backg,.w-double-list .backg.w-double-list-body{box-shadow:inset 0px 0px 20px 0px rgba(165,165,165,.1);border-top:1px solid #d3d3d3}.w-form.w-form-large .w-form-body.form-body-header,.w-form.w-form-large .form-body-header.w-double-list-body,.w-double-list .w-form-body.form-body-header,.w-double-list .form-body-header.w-double-list-body{border-bottom:1px solid #e0e0e0}.w-form.w-form-large .w-form-body.form-body-header .form-body,.w-form.w-form-large .w-form-body.form-body-header .double-list-body,.w-form.w-form-large .form-body-header.w-double-list-body .form-body,.w-form.w-form-large .form-body-header.w-double-list-body .double-list-body,.w-double-list .w-form-body.form-body-header .form-body,.w-double-list .w-form-body.form-body-header .double-list-body,.w-double-list .form-body-header.w-double-list-body .form-body,.w-double-list .form-body-header.w-double-list-body .double-list-body{border:0}@media(min-width: 1024px){.w-form.w-form-large .form-body,.w-form.w-form-large .double-list-body,.w-double-list .form-body,.w-double-list .double-list-body{width:50%}.w-form.w-form-large .form-body:first-of-type,.w-form.w-form-large .double-list-body:first-of-type,.w-double-list .form-body:first-of-type,.w-double-list .double-list-body:first-of-type{border-right:1px solid #ededed}}.w-form.w-form-large .form-body.full-width,.w-form.w-form-large .full-width.double-list-body,.w-double-list .form-body.full-width,.w-double-list .full-width.double-list-body{width:100%;margin:0 auto}.w-form.w-form-large .form-body.border,.w-form.w-form-large .border.double-list-body,.w-double-list .form-body.border,.w-double-list .border.double-list-body,.w-form.w-form-large .pagination a.form-body,.w-form.w-form-large .pagination a.double-list-body,.w-double-list .pagination a.form-body,.w-double-list .pagination a.double-list-body,.pagination .w-form.w-form-large a.form-body,.pagination .w-form.w-form-large a.double-list-body,.pagination .w-double-list a.form-body,.pagination .w-double-list a.double-list-body{border-bottom:1px solid #d3d3d3;padding-bottom:2rem}.w-form.w-form-large .form-body.border .form-sub-title,.w-form.w-form-large .form-body.border .double-list-body .double-list-sub-title,.double-list-body .w-form.w-form-large .form-body.border .double-list-sub-title,.w-form.w-form-large .border.double-list-body .form-sub-title,.w-form.w-form-large .border.double-list-body .double-list-sub-title,.w-double-list .form-body.border .form-sub-title,.w-double-list .form-body.border .double-list-body .double-list-sub-title,.double-list-body .w-double-list .form-body.border .double-list-sub-title,.w-double-list .border.double-list-body .form-sub-title,.w-double-list .border.double-list-body .double-list-sub-title,.w-form.w-form-large .pagination a.form-body .form-sub-title,.w-form.w-form-large .pagination a.form-body .double-list-body .double-list-sub-title,.double-list-body .w-form.w-form-large .pagination a.form-body .double-list-sub-title,.w-form.w-form-large .pagination a.double-list-body .form-sub-title,.w-form.w-form-large .pagination a.double-list-body .double-list-sub-title,.w-double-list .pagination a.form-body .form-sub-title,.w-double-list .pagination a.form-body .double-list-body .double-list-sub-title,.double-list-body .w-double-list .pagination a.form-body .double-list-sub-title,.w-double-list .pagination a.double-list-body .form-sub-title,.w-double-list .pagination a.double-list-body .double-list-sub-title,.pagination .w-form.w-form-large a.form-body .form-sub-title,.pagination .w-form.w-form-large a.form-body .double-list-body .double-list-sub-title,.double-list-body .pagination .w-form.w-form-large a.form-body .double-list-sub-title,.pagination .w-form.w-form-large a.double-list-body .form-sub-title,.pagination .w-form.w-form-large a.double-list-body .double-list-sub-title,.pagination .w-double-list a.form-body .form-sub-title,.pagination .w-double-list a.form-body .double-list-body .double-list-sub-title,.double-list-body .pagination .w-double-list a.form-body .double-list-sub-title,.pagination .w-double-list a.double-list-body .form-sub-title,.pagination .w-double-list a.double-list-body .double-list-sub-title{font-size:1.5rem}.w-form.w-form-larger,.w-form-larger.w-double-list{width:calc(100% - 4rem);margin-bottom:10rem}@media(min-width: 1860px){.w-form.w-form-larger,.w-form-larger.w-double-list{width:70%}}.w-form .form-header,.w-form .double-list-header,.w-double-list .form-header,.w-double-list .double-list-header{height:6rem;box-sizing:border-box;padding:0 2rem;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #ededed;box-shadow:inset 0px 0px 20px 0px rgba(165,165,165,.1)}.w-form .form-header .form-title,.double-list-header .w-form .form-header .double-list-title,.w-form .double-list-header .form-title,.w-form .double-list-header .double-list-title,.w-double-list .form-header .form-title,.double-list-header .w-double-list .form-header .double-list-title,.w-double-list .double-list-header .form-title,.w-double-list .double-list-header .double-list-title{font-family:"Inter",sans-serif;font-optical-sizing:auto;font-style:normal;font-size:1.125rem;font-weight:700;color:#3f3f3f;text-transform:uppercase;margin-right:2rem;display:flex;align-items:center}.w-form .form-header .form-title:before,.double-list-header .w-form .form-header .double-list-title:before,.w-form .double-list-header .form-title:before,.w-form .double-list-header .double-list-title:before,.w-double-list .form-header .form-title:before,.double-list-header .w-double-list .form-header .double-list-title:before,.w-double-list .double-list-header .form-title:before,.w-double-list .double-list-header .double-list-title:before{color:#3f3f3f;margin-right:1rem;font-size:1.8em}.w-form .form-header .form-title span,.double-list-header .w-form .form-header .double-list-title span,.w-form .double-list-header .form-title span,.w-form .double-list-header .double-list-title span,.w-double-list .form-header .form-title span,.double-list-header .w-double-list .form-header .double-list-title span,.w-double-list .double-list-header .form-title span,.w-double-list .double-list-header .double-list-title span{margin-left:1rem}.w-form .form-header .form-title.full-icon,.double-list-header .w-form .form-header .full-icon.double-list-title,.w-form .double-list-header .form-title.full-icon,.w-form .double-list-header .full-icon.double-list-title,.w-double-list .form-header .form-title.full-icon,.double-list-header .w-double-list .form-header .full-icon.double-list-title,.w-double-list .double-list-header .form-title.full-icon,.w-double-list .double-list-header .full-icon.double-list-title{padding:1rem 0 1rem 5rem;background-size:auto 80%}.w-form .form-header .form-title.logo:before,.double-list-header .w-form .form-header .logo.double-list-title:before,.w-form .double-list-header .form-title.logo:before,.w-form .double-list-header .logo.double-list-title:before,.w-double-list .form-header .form-title.logo:before,.double-list-header .w-double-list .form-header .logo.double-list-title:before,.w-double-list .double-list-header .form-title.logo:before,.w-double-list .double-list-header .logo.double-list-title:before{display:block;content:"";display:block;width:30px;height:30px;background-size:contain;background-repeat:no-repeat;background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 595.3 695"><path d="M298,621.7c-9.2,0-18.4,4.1-24.5,10.2l-209.2-129.6c-11.2-7.1-17.4-18.4-17.4-31.6v-231.7c0-6.1-5.1-11.2-11.2-11.2s-11.2,5.1-11.2,11.2v231.7c0,20.4,10.2,39.8,27.6,50l211.3,130.6v3.1c0,18.4,15.3,33.7,33.7,33.7s33.7-15.3,33.7-33.7-15.3-33.7-33.7-33.7h0l1,1h-.1ZM298,666.6c-6.1,0-11.2-5.1-11.2-11.2s5.1-11.2,11.2-11.2,11.2,5.1,11.2,11.2-5.1,11.2-11.2,11.2Z"/><path d="M516.4,136.8L328.6,20.5c-19.4-12.2-42.9-12.2-62.3,0L59.2,148.1c-6.1-4.1-13.3-7.1-20.4-7.1-19.4,0-34.7,15.3-34.7,34.7s15.3,34.7,34.7,34.7,34.7-15.3,34.7-34.7,0-6.1,0-9.2l204.1-127.6c12.2-7.1,26.5-7.1,38.8,0l187.8,116.4c5.1,3.1,12.2,2,15.3-4.1,3.1-5.1,2-12.2-4.1-15.3h1v1h0ZM38.8,186.9c-6.1,0-11.2-5.1-11.2-11.2s5.1-11.2,11.2-11.2,11.2,5.1,11.2,11.2-5.1,11.2-11.2,11.2Z"/><path d="M592,180.7c0-19.4-15.3-34.7-34.7-34.7s-34.7,15.3-34.7,34.7,10.2,28.6,24.5,32.7v257.2c0,13.3-6.1,24.5-17.4,31.6l-182.7,113.3c-5.1,3.1-7.1,10.2-4.1,15.3,2,3.1,6.1,5.1,9.2,5.1s4.1,0,6.1-2l182.7-113.3c17.4-11.2,27.6-29.6,27.6-50V213.4c13.3-5.1,22.5-17.4,22.5-32.7h1ZM556.2,170.5c6.1,0,10.2,5.1,10.2,10.2s-5.1,10.2-10.2,10.2-10.2-5.1-10.2-10.2,5.1-10.2,10.2-10.2Z"/><path d="M291.9,267.5c-7.1-5.1-9.2-15.3-4.1-23.5s15.3-9.2,23.5-4.1l186.8,126.6,6.1,4.1v-134.7c0-15.3-8.2-28.6-20.4-36.7l-161.3-100c-14.3-8.2-31.6-8.2-44.9,0l-161.3,100c-12.2,8.2-20.4,21.4-20.4,36.7v27.6l210.3,141.9c7.1,5.1,9.2,15.3,4.1,23.5-5.1,7.1-15.3,9.2-23.5,4.1l-191.9-129.6v136.8c0,15.3,8.2,28.6,20.4,36.7l161.3,100c14.3,8.2,31.6,8.2,44.9,0l161.3-100c12.2-8.2,20.4-21.4,20.4-36.7v-29.6l-211.3-142.9v-.2h0Z"/></svg>')}.w-form .form-header .form-title.logo.logo-color:before,.double-list-header .w-form .form-header .logo.logo-color.double-list-title:before,.w-form .double-list-header .form-title.logo.logo-color:before,.w-form .double-list-header .logo.logo-color.double-list-title:before,.w-double-list .form-header .form-title.logo.logo-color:before,.double-list-header .w-double-list .form-header .logo.logo-color.double-list-title:before,.w-double-list .double-list-header .form-title.logo.logo-color:before,.w-double-list .double-list-header .logo.logo-color.double-list-title:before{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 595.3 695"><path fill="%2367318d" d="M298 621.7c-9.2 0-18.4 4.1-24.5 10.2l-209.2-129.6c-11.2-7.1-17.4-18.4-17.4-31.6v-231.7c0-6.1-5.1-11.2-11.2-11.2s-11.2 5.1-11.2 11.2v231.7c0 20.4 10.2 39.8 27.6 50l211.3 130.6v3.1c0 18.4 15.3 33.7 33.7 33.7s33.7-15.3 33.7-33.7-15.3-33.7-33.7-33.7h0l1 1ZM298 666.6c-6.1 0-11.2-5.1-11.2-11.2s5.1-11.2 11.2-11.2 11.2 5.1 11.2 11.2-5.1 11.2-11.2 11.2Z"/><path fill="%23d31c5c" d="M516.4 136.8L328.6 20.5c-19.4-12.2-42.9-12.2-62.3 0L59.2 148.1c-6.1-4.1-13.3-7.1-20.4-7.1-19.4 0-34.7 15.3-34.7 34.7s15.3 34.7 34.7 34.7 34.7-15.3 34.7-34.7 0-6.1 0-9.2l204.1-127.6c12.2-7.1 26.5-7.1 38.8 0l187.8 116.4c5.1 3.1 12.2 2 15.3-4.1 3.1-5.1 2-12.2-4.1-15.3h1v1ZM38.8 186.9c-6.1 0-11.2-5.1-11.2-11.2s5.1-11.2 11.2-11.2 11.2 5.1 11.2 11.2-5.1 11.2-11.2 11.2Z"/><path fill="%230e73ba" d="M592 180.7c0-19.4-15.3-34.7-34.7-34.7s-34.7 15.3-34.7 34.7 10.2 28.6 24.5 32.7v257.2c0 13.3-6.1 24.5-17.4 31.6l-182.7 113.3c-5.1 3.1-7.1 10.2-4.1 15.3 2 3.1 6.1 5.1 9.2 5.1s4.1 0 6.1-2l182.7-113.3c17.4-11.2 27.6-29.6 27.6-50V213.4c13.3-5.1 22.5-17.4 22.5-32.7h1ZM556.2 170.5c6.1 0 10.2 5.1 10.2 10.2s-5.1 10.2-10.2 10.2-10.2-5.1-10.2-10.2 5.1-10.2 10.2-10.2Z"/><path fill="%23282560" d="M291.9 267.5c-7.1-5.1-9.2-15.3-4.1-23.5 5.1-8.2 15.3-9.2 23.5-4.1l186.8 126.6 6.1 4.1v-134.7c0-15.3-8.2-28.6-20.4-36.7l-161.3-100c-14.3-8.2-31.6-8.2-44.9 0l-161.3 100c-12.2 8.2-20.4 21.4-20.4 36.7v27.6l210.3 141.9c7.1 5.1 9.2 15.3 4.1 23.5-5.1 7.1-15.3 9.2-23.5 4.1l-191.9-129.6v136.8c0 15.3 8.2 28.6 20.4 36.7l161.3 100c14.3 8.2 31.6 8.2 44.9 0l161.3-100c12.2-8.2 20.4-21.4 20.4-36.7v-29.6s-211.3-142.9-211.3-142.9Z"/></svg>')}.w-form .form-header .secondary,.w-form .double-list-header .secondary,.w-double-list .form-header .secondary,.w-double-list .double-list-header .secondary{color:#a5a5a5;background-color:#72bbf2;border:1px solid #1172ba}.w-form .form-header .secondary:before,.w-form .double-list-header .secondary:before,.w-double-list .form-header .secondary:before,.w-double-list .double-list-header .secondary:before{color:#a5a5a5;text-shadow:rgba(165,165,165,.25) 1px 0 6px}.w-form .close-button:before,.w-double-list .close-button:before{color:#3f3f3f;font-size:2em}.w-form .form-body,.w-form .double-list-body,.w-double-list .form-body,.w-double-list .double-list-body{padding-top:2rem;text-align:center}.w-form .form-body.sub-section,.w-form .sub-section.double-list-body,.w-double-list .form-body.sub-section,.w-double-list .sub-section.double-list-body{box-shadow:inset 0px 0px 20px 0px rgba(165,165,165,.1)}.w-form .form-body.sub-footer,.w-form .sub-footer.double-list-body,.w-double-list .form-body.sub-footer,.w-double-list .sub-footer.double-list-body{border-top:1px solid #e0e0e0;padding:1rem 0;background-color:#fafafa;border-right:0 !important}.w-form .form-body.sub-footer .form-group,.w-form .sub-footer.double-list-body .form-group,.w-double-list .form-body.sub-footer .form-group,.w-double-list .sub-footer.double-list-body .form-group{margin:0}.w-form .form-body.sub-footer .form-group p,.w-form .sub-footer.double-list-body .form-group p,.w-double-list .form-body.sub-footer .form-group p,.w-double-list .sub-footer.double-list-body .form-group p{text-align:center;margin:0 auto;color:#727272 !important;font-size:1.1rem}.w-form .form-body.sub-footer .form-group p a,.w-form .sub-footer.double-list-body .form-group p a,.w-double-list .form-body.sub-footer .form-group p a,.w-double-list .sub-footer.double-list-body .form-group p a{text-decoration:underline}.w-form .form-body.sub-footer .form-group p a:hover,.w-form .sub-footer.double-list-body .form-group p a:hover,.w-double-list .form-body.sub-footer .form-group p a:hover,.w-double-list .sub-footer.double-list-body .form-group p a:hover{color:#000}.w-form .form-body.extra-padding,.w-form .extra-padding.double-list-body,.w-double-list .form-body.extra-padding,.w-double-list .extra-padding.double-list-body{padding:4rem 0 2rem}@media(max-width: 767px){.w-form .form-body.extra-padding,.w-form .extra-padding.double-list-body,.w-double-list .form-body.extra-padding,.w-double-list .extra-padding.double-list-body{padding:2rem 0 0}.signup .w-form .form-body.extra-padding,.signup .w-form .extra-padding.double-list-body,.signup .w-double-list .form-body.extra-padding,.signup .w-double-list .extra-padding.double-list-body{padding-top:1rem}}.w-form .form-group-password,.w-double-list .form-group-password{padding-top:0;margin-bottom:0;border-top:1px solid #d0cdcd;border-bottom:1px solid #d0cdcd;transition:all .1s;max-height:0;opacity:0;overflow:hidden;background-color:#f5f4f4}.w-form .form-group-password.is-open,.w-double-list .form-group-password.is-open{max-height:40rem;padding-top:1.5rem;margin-bottom:2rem;opacity:1}.w-form .margin-top,.w-double-list .margin-top{margin-top:.75rem;display:flex}.w-form .margin-top .btn,.w-double-list .margin-top .btn,.w-form .margin-top .pagination a,.w-double-list .margin-top .pagination a,.pagination .w-form .margin-top a,.pagination .w-double-list .margin-top a,.w-form .margin-top .goal-option .expend-label,.w-double-list .margin-top .goal-option .expend-label,.goal-option .w-form .margin-top .expend-label,.goal-option .w-double-list .margin-top .expend-label{margin-right:1rem}.w-form .form-check-inline,.w-double-list .form-check-inline{display:inline-block;margin:0 1.5rem 1rem 0;width:45%}.w-form .form-check-inline.width-auto,.w-double-list .form-check-inline.width-auto{width:auto}.w-form .form-check-inline .form-label,.w-form .form-check-inline .status-log,.w-form .form-check-inline .status-report-item,.w-form .form-check-inline .double-list dd,.double-list .w-form .form-check-inline dd,.w-form .form-check-inline .double-list dt,.double-list .w-form .form-check-inline dt,.w-double-list .form-check-inline .form-label,.w-double-list .form-check-inline .status-log,.w-double-list .form-check-inline .status-report-item,.w-double-list .form-check-inline .double-list dd,.double-list .w-double-list .form-check-inline dd,.w-double-list .form-check-inline .double-list dt,.double-list .w-double-list .form-check-inline dt,.w-form .form-check-inline .w-cards-container .w-card .title,.w-double-list .form-check-inline .w-cards-container .w-card .title,.w-cards-container .w-card .w-form .form-check-inline .title,.w-cards-container .w-card .w-double-list .form-check-inline .title,.w-form .form-check-inline .w-cards-container .w-card.centered .w-value .label,.w-double-list .form-check-inline .w-cards-container .w-card.centered .w-value .label,.w-cards-container .w-card.centered .w-value .w-form .form-check-inline .label,.w-cards-container .w-card.centered .w-value .w-double-list .form-check-inline .label,.w-form .form-check-inline .list-results tbody tr.sublist .title,.w-double-list .form-check-inline .list-results tbody tr.sublist .title,.list-results tbody tr.sublist .w-form .form-check-inline .title,.list-results tbody tr.sublist .w-double-list .form-check-inline .title,.w-form .form-check-inline .list-results-header .title,.w-double-list .form-check-inline .list-results-header .title,.list-results-header .w-form .form-check-inline .title,.list-results-header .w-double-list .form-check-inline .title,.w-form .form-check-inline .w-filters-selected label.small,.w-double-list .form-check-inline .w-filters-selected label.small,.w-filters-selected .w-form .form-check-inline label.small,.w-filters-selected .w-double-list .form-check-inline label.small,.w-form .form-check-inline .w-filters-selected .btn-f-s,.w-double-list .form-check-inline .w-filters-selected .btn-f-s,.w-filters-selected .w-form .form-check-inline .btn-f-s,.w-filters-selected .w-double-list .form-check-inline .btn-f-s{line-height:2}.w-form .form-footer,.w-double-list .form-footer{border-top:1px solid #ededed;box-shadow:inset 0px 0px 20px 0px rgba(165,165,165,.1);display:flex;justify-content:center;padding:2rem}.w-form .form-footer .btn,.w-double-list .form-footer .btn,.w-form .form-footer .pagination a,.w-double-list .form-footer .pagination a,.pagination .w-form .form-footer a,.pagination .w-double-list .form-footer a,.w-form .form-footer .goal-option .expend-label,.w-double-list .form-footer .goal-option .expend-label,.goal-option .w-form .form-footer .expend-label,.goal-option .w-double-list .form-footer .expend-label{margin:0 1rem;justify-content:center;min-width:7rem}.w-form-large .w-form .form-footer .btn,.w-double-list .w-form .form-footer .btn,.w-form-large .w-double-list .form-footer .btn,.w-double-list .w-double-list .form-footer .btn,.w-form-large .w-form .form-footer .pagination a,.w-double-list .w-form .form-footer .pagination a,.w-form-large .w-double-list .form-footer .pagination a,.w-double-list .w-double-list .form-footer .pagination a,.pagination .w-form-large .w-form .form-footer a,.pagination .w-double-list .w-form .form-footer a,.pagination .w-form-large .w-double-list .form-footer a,.pagination .w-double-list .w-double-list .form-footer a,.w-form-large .w-form .form-footer .goal-option .expend-label,.w-double-list .w-form .form-footer .goal-option .expend-label,.w-form-large .w-double-list .form-footer .goal-option .expend-label,.w-double-list .w-double-list .form-footer .goal-option .expend-label,.goal-option .w-form-large .w-form .form-footer .expend-label,.goal-option .w-double-list .w-form .form-footer .expend-label,.goal-option .w-form-large .w-double-list .form-footer .expend-label,.goal-option .w-double-list .w-double-list .form-footer .expend-label{width:20%}.w-form .form-sub-title,.w-form .double-list-body .double-list-sub-title,.double-list-body .w-form .double-list-sub-title,.w-double-list .form-sub-title,.w-double-list .double-list-body .double-list-sub-title,.double-list-body .w-double-list .double-list-sub-title{font-family:"Inter",sans-serif;font-optical-sizing:auto;font-style:normal;font-size:1.2em;font-weight:700;color:#3f3f3f;text-transform:uppercase;display:block;margin:0 auto;margin-bottom:.5rem}.w-form .form-text,.w-form .double-list-body .double-list-text,.double-list-body .w-form .double-list-text,.w-double-list .form-text,.w-double-list .double-list-body .double-list-text,.double-list-body .w-double-list .double-list-text{font-family:"Inter",sans-serif;font-optical-sizing:auto;font-style:normal;font-size:1.2em;font-weight:400;color:#3f3f3f;text-align:left;margin-bottom:1rem}.w-form .form-text a,.w-form .double-list-body .double-list-text a,.double-list-body .w-form .double-list-text a,.w-double-list .form-text a,.w-double-list .double-list-body .double-list-text a,.double-list-body .w-double-list .double-list-text a{text-decoration:underline !important;cursor:pointer}.w-form .form-text a:hover,.w-form .double-list-body .double-list-text a:hover,.double-list-body .w-form .double-list-text a:hover,.w-double-list .form-text a:hover,.w-double-list .double-list-body .double-list-text a:hover,.double-list-body .w-double-list .double-list-text a:hover{color:#000 !important}.w-form .form-text.i-notice-alert,.w-form .double-list-body .i-notice-alert.double-list-text,.double-list-body .w-form .i-notice-alert.double-list-text,.w-double-list .form-text.i-notice-alert,.w-double-list .double-list-body .i-notice-alert.double-list-text,.double-list-body .w-double-list .i-notice-alert.double-list-text{font-size:1.6rem;text-align:center}.w-form .form-text.i-notice-alert:before,.w-form .double-list-body .i-notice-alert.double-list-text:before,.double-list-body .w-form .i-notice-alert.double-list-text:before,.w-double-list .form-text.i-notice-alert:before,.w-double-list .double-list-body .i-notice-alert.double-list-text:before,.double-list-body .w-double-list .i-notice-alert.double-list-text:before{margin-right:.5rem}.w-form .form-text.i-notice-alert strong,.w-form .double-list-body .i-notice-alert.double-list-text strong,.double-list-body .w-form .i-notice-alert.double-list-text strong,.w-double-list .form-text.i-notice-alert strong,.w-double-list .double-list-body .i-notice-alert.double-list-text strong,.double-list-body .w-double-list .i-notice-alert.double-list-text strong{text-decoration:underline}.w-form .form-text.i-notice-alert a,.w-form .double-list-body .i-notice-alert.double-list-text a,.double-list-body .w-form .i-notice-alert.double-list-text a,.w-double-list .form-text.i-notice-alert a,.w-double-list .double-list-body .i-notice-alert.double-list-text a,.double-list-body .w-double-list .i-notice-alert.double-list-text a{text-decoration:underline !important;cursor:pointer}.w-form .form-text.i-notice-alert a:hover,.w-form .double-list-body .i-notice-alert.double-list-text a:hover,.double-list-body .w-form .i-notice-alert.double-list-text a:hover,.w-double-list .form-text.i-notice-alert a:hover,.w-double-list .double-list-body .i-notice-alert.double-list-text a:hover,.double-list-body .w-double-list .i-notice-alert.double-list-text a:hover{opacity:.7}.w-form .form-text.site-logo,.w-form .double-list-body .site-logo.double-list-text,.double-list-body .w-form .site-logo.double-list-text,.w-double-list .form-text.site-logo,.w-double-list .double-list-body .site-logo.double-list-text,.double-list-body .w-double-list .site-logo.double-list-text{background:url(/assets/images/logo-short.svg) no-repeat;display:flex;align-items:center;padding-left:3.5rem}.w-form .form-text a:hover,.w-form .double-list-body .double-list-text a:hover,.double-list-body .w-form .double-list-text a:hover,.w-double-list .form-text a:hover,.w-double-list .double-list-body .double-list-text a:hover,.double-list-body .w-double-list .double-list-text a:hover{color:#d41c5c}.w-form .form-list,.w-double-list .form-list{margin-bottom:1rem}.w-form .form-list li,.w-double-list .form-list li{margin-left:1.5rem;list-style-type:disc;font-family:"Inter",sans-serif;font-optical-sizing:auto;font-style:normal;font-size:1.2em;font-weight:400;color:#3f3f3f}.w-form .form-note,.w-double-list .form-note{font-family:"Inter",sans-serif;font-optical-sizing:auto;font-style:normal;font-size:1em;font-weight:400;color:#a5a5a5;text-align:right}.w-form hr,.w-double-list hr{height:1px;border:0;background-color:#d3d3d3}.cost-allocation{display:flex;justify-content:space-between;align-items:center;padding:0 2rem}.cost-allocation strong{flex:1}.cost-allocation .form-group{margin:0;padding:0;text-align:right;position:relative}.cost-allocation .form-group .form-label,.cost-allocation .form-group .status-log,.cost-allocation .form-group .status-report-item,.cost-allocation .form-group .double-list dd,.double-list .cost-allocation .form-group dd,.cost-allocation .form-group .double-list dt,.double-list .cost-allocation .form-group dt,.cost-allocation .form-group .w-cards-container .w-card .title,.w-cards-container .w-card .cost-allocation .form-group .title,.cost-allocation .form-group .w-cards-container .w-card.centered .w-value .label,.w-cards-container .w-card.centered .w-value .cost-allocation .form-group .label,.cost-allocation .form-group .list-results tbody tr.sublist .title,.list-results tbody tr.sublist .cost-allocation .form-group .title,.cost-allocation .form-group .list-results-header .title,.list-results-header .cost-allocation .form-group .title,.cost-allocation .form-group .w-filters-selected label.small,.w-filters-selected .cost-allocation .form-group label.small,.cost-allocation .form-group .w-filters-selected .btn-f-s,.w-filters-selected .cost-allocation .form-group .btn-f-s{position:absolute;left:-11rem}.form-pagination{background-color:#e3e2e2;border-bottom:1px solid #d3d3d3;padding:1.5rem 1rem 0;display:flex}.form-pagination.is-hidden{display:flex;display:none}.form-pagination .btn,.form-pagination .pagination a,.pagination .form-pagination a,.form-pagination .goal-option .expend-label,.goal-option .form-pagination .expend-label{align-items:center;text-transform:capitalize;background-color:#e3e2e2;border:1px solid #d3d3d3;border-bottom:0;width:auto;margin-right:1rem;margin-bottom:-1px;box-shadow:none;border-radius:4px 4px 0 0;pointer-events:auto}.form-pagination .btn:before,.form-pagination .pagination a:before,.pagination .form-pagination a:before,.form-pagination .goal-option .expend-label:before,.goal-option .form-pagination .expend-label:before{width:2.4rem;font-size:2rem;color:#3f3f3f}.form-pagination .btn.is-hidden,.form-pagination .pagination a.is-hidden,.pagination .form-pagination a.is-hidden,.form-pagination .goal-option .is-hidden.expend-label,.goal-option .form-pagination .is-hidden.expend-label{display:none}.form-pagination .btn.is-activated,.form-pagination .pagination a.is-activated,.pagination .form-pagination a.is-activated,.form-pagination .goal-option .is-activated.expend-label,.goal-option .form-pagination .is-activated.expend-label{background-color:#fff;pointer-events:none}.form-pagination .btn.is-activated span,.form-pagination .pagination a.is-activated span,.pagination .form-pagination a.is-activated span,.form-pagination .goal-option .is-activated.expend-label span,.goal-option .form-pagination .is-activated.expend-label span{color:#3f3f3f}.form-pagination .btn.is-activated:before,.form-pagination .pagination a.is-activated:before,.pagination .form-pagination a.is-activated:before,.form-pagination .goal-option .is-activated.expend-label:before,.goal-option .form-pagination .is-activated.expend-label:before{color:#d4225d}.form-pagination .btn.is-activated:hover,.form-pagination .pagination a.is-activated:hover,.pagination .form-pagination a.is-activated:hover,.form-pagination .goal-option .is-activated.expend-label:hover,.goal-option .form-pagination .is-activated.expend-label:hover{background-color:#f5f4f4}.form-pagination span{flex:1;font-family:"Inter",sans-serif;font-optical-sizing:auto;font-style:normal;font-size:1.2rem;font-weight:700;color:#3f3f3f}.form-group{margin:0 2rem 1.5rem;text-align:left}.form-group.block-filters{margin:0 2rem 1.5rem !important}.form-group.block-filters .code{margin-top:1rem}.form-group.frame{border-radius:8px;padding:2rem;background-color:#f0f0f0;text-align:center;font-size:1rem}.form-group.frame .form-text,.form-group.frame .double-list-body .double-list-text,.double-list-body .form-group.frame .double-list-text{text-align:center;font-size:1rem;margin-bottom:0}.form-group .i-check:before{top:1.2rem;left:3px}.form-group .form-label+.form-label,.form-group .status-log+.form-label,.form-group .form-label+.status-log,.form-group .status-log+.status-log,.form-group .status-report-item+.form-label,.form-group .status-report-item+.status-log,.form-group .form-label+.status-report-item,.form-group .status-log+.status-report-item,.form-group .status-report-item+.status-report-item,.form-group .double-list dd+.form-label,.form-group .double-list dd+.status-log,.form-group .double-list dd+.status-report-item,.double-list .form-group dd+.form-label,.double-list .form-group dd+.status-log,.double-list .form-group dd+.status-report-item,.form-group .double-list .form-label+dd,.form-group .double-list .status-log+dd,.form-group .double-list .status-report-item+dd,.double-list .form-group .form-label+dd,.double-list .form-group .status-log+dd,.double-list .form-group .status-report-item+dd,.form-group .double-list dd+dd,.double-list .form-group dd+dd,.form-group .double-list dt+.form-label,.form-group .double-list dt+.status-log,.form-group .double-list dt+.status-report-item,.form-group .double-list dt+dd,.double-list .form-group dt+.form-label,.double-list .form-group dt+.status-log,.double-list .form-group dt+.status-report-item,.double-list .form-group dt+dd,.form-group .double-list .form-label+dt,.form-group .double-list .status-log+dt,.form-group .double-list .status-report-item+dt,.form-group .double-list dd+dt,.double-list .form-group .form-label+dt,.double-list .form-group .status-log+dt,.double-list .form-group .status-report-item+dt,.double-list .form-group dd+dt,.form-group .double-list dt+dt,.double-list .form-group dt+dt,.form-group .w-cards-container .w-card .title+.form-label,.form-group .w-cards-container .w-card .title+.status-log,.form-group .w-cards-container .w-card .title+.status-report-item,.form-group .w-cards-container .w-card .double-list .title+dd,.double-list .form-group .w-cards-container .w-card .title+dd,.form-group .w-cards-container .w-card .double-list .title+dt,.double-list .form-group .w-cards-container .w-card .title+dt,.w-cards-container .w-card .form-group .title+.form-label,.w-cards-container .w-card .form-group .title+.status-log,.w-cards-container .w-card .form-group .title+.status-report-item,.w-cards-container .w-card .form-group .double-list .title+dd,.double-list .w-cards-container .w-card .form-group .title+dd,.w-cards-container .w-card .form-group .double-list .title+dt,.double-list .w-cards-container .w-card .form-group .title+dt,.form-group .w-cards-container .w-card .form-label+.title,.form-group .w-cards-container .w-card .status-log+.title,.form-group .w-cards-container .w-card .status-report-item+.title,.form-group .w-cards-container .w-card .double-list dd+.title,.double-list .form-group .w-cards-container .w-card dd+.title,.form-group .w-cards-container .w-card .double-list dt+.title,.double-list .form-group .w-cards-container .w-card dt+.title,.w-cards-container .w-card .form-group .form-label+.title,.w-cards-container .w-card .form-group .status-log+.title,.w-cards-container .w-card .form-group .status-report-item+.title,.w-cards-container .w-card .form-group .double-list dd+.title,.double-list .w-cards-container .w-card .form-group dd+.title,.w-cards-container .w-card .form-group .double-list dt+.title,.double-list .w-cards-container .w-card .form-group dt+.title,.form-group .w-cards-container .w-card .title+.title,.w-cards-container .w-card .form-group .title+.title,.form-group .w-cards-container .w-card.centered .w-value .label+.form-label,.form-group .w-cards-container .w-card.centered .w-value .label+.status-log,.form-group .w-cards-container .w-card.centered .w-value .label+.status-report-item,.form-group .w-cards-container .w-card.centered .w-value .double-list .label+dd,.double-list .form-group .w-cards-container .w-card.centered .w-value .label+dd,.form-group .w-cards-container .w-card.centered .w-value .double-list .label+dt,.double-list .form-group .w-cards-container .w-card.centered .w-value .label+dt,.form-group .w-cards-container .w-card.centered .w-value .label+.title,.w-cards-container .w-card.centered .w-value .form-group .label+.form-label,.w-cards-container .w-card.centered .w-value .form-group .label+.status-log,.w-cards-container .w-card.centered .w-value .form-group .label+.status-report-item,.w-cards-container .w-card.centered .w-value .form-group .double-list .label+dd,.double-list .w-cards-container .w-card.centered .w-value .form-group .label+dd,.w-cards-container .w-card.centered .w-value .form-group .double-list .label+dt,.double-list .w-cards-container .w-card.centered .w-value .form-group .label+dt,.w-cards-container .w-card.centered .w-value .form-group .label+.title,.form-group .w-cards-container .w-card.centered .w-value .form-label+.label,.form-group .w-cards-container .w-card.centered .w-value .status-log+.label,.form-group .w-cards-container .w-card.centered .w-value .status-report-item+.label,.form-group .w-cards-container .w-card.centered .w-value .double-list dd+.label,.double-list .form-group .w-cards-container .w-card.centered .w-value dd+.label,.form-group .w-cards-container .w-card.centered .w-value .double-list dt+.label,.double-list .form-group .w-cards-container .w-card.centered .w-value dt+.label,.form-group .w-cards-container .w-card.centered .w-value .title+.label,.w-cards-container .w-card.centered .w-value .form-group .form-label+.label,.w-cards-container .w-card.centered .w-value .form-group .status-log+.label,.w-cards-container .w-card.centered .w-value .form-group .status-report-item+.label,.w-cards-container .w-card.centered .w-value .form-group .double-list dd+.label,.double-list .w-cards-container .w-card.centered .w-value .form-group dd+.label,.w-cards-container .w-card.centered .w-value .form-group .double-list dt+.label,.double-list .w-cards-container .w-card.centered .w-value .form-group dt+.label,.w-cards-container .w-card.centered .w-value .form-group .title+.label,.form-group .w-cards-container .w-card.centered .w-value .label+.label,.w-cards-container .w-card.centered .w-value .form-group .label+.label,.form-group .list-results tbody tr.sublist .title+.form-label,.form-group .list-results tbody tr.sublist .title+.status-log,.form-group .list-results tbody tr.sublist .title+.status-report-item,.form-group .list-results tbody tr.sublist .double-list .title+dd,.double-list .form-group .list-results tbody tr.sublist .title+dd,.form-group .list-results tbody tr.sublist .double-list .title+dt,.double-list .form-group .list-results tbody tr.sublist .title+dt,.form-group .list-results tbody tr.sublist .w-cards-container .w-card .title+.title,.w-cards-container .w-card .form-group .list-results tbody tr.sublist .title+.title,.form-group .list-results tbody tr.sublist .w-cards-container .w-card.centered .w-value .title+.label,.w-cards-container .w-card.centered .w-value .form-group .list-results tbody tr.sublist .title+.label,.list-results tbody tr.sublist .form-group .title+.form-label,.list-results tbody tr.sublist .form-group .title+.status-log,.list-results tbody tr.sublist .form-group .title+.status-report-item,.list-results tbody tr.sublist .form-group .double-list .title+dd,.double-list .list-results tbody tr.sublist .form-group .title+dd,.list-results tbody tr.sublist .form-group .double-list .title+dt,.double-list .list-results tbody tr.sublist .form-group .title+dt,.list-results tbody tr.sublist .form-group .w-cards-container .w-card .title+.title,.w-cards-container .w-card .list-results tbody tr.sublist .form-group .title+.title,.list-results tbody tr.sublist .form-group .w-cards-container .w-card.centered .w-value .title+.label,.w-cards-container .w-card.centered .w-value .list-results tbody tr.sublist .form-group .title+.label,.form-group .list-results tbody tr.sublist .form-label+.title,.form-group .list-results tbody tr.sublist .status-log+.title,.form-group .list-results tbody tr.sublist .status-report-item+.title,.form-group .list-results tbody tr.sublist .double-list dd+.title,.double-list .form-group .list-results tbody tr.sublist dd+.title,.form-group .list-results tbody tr.sublist .double-list dt+.title,.double-list .form-group .list-results tbody tr.sublist dt+.title,.form-group .list-results tbody tr.sublist .w-cards-container .w-card .title+.title,.w-cards-container .w-card .form-group .list-results tbody tr.sublist .title+.title,.form-group .list-results tbody tr.sublist .w-cards-container .w-card.centered .w-value .label+.title,.w-cards-container .w-card.centered .w-value .form-group .list-results tbody tr.sublist .label+.title,.list-results tbody tr.sublist .form-group .form-label+.title,.list-results tbody tr.sublist .form-group .status-log+.title,.list-results tbody tr.sublist .form-group .status-report-item+.title,.list-results tbody tr.sublist .form-group .double-list dd+.title,.double-list .list-results tbody tr.sublist .form-group dd+.title,.list-results tbody tr.sublist .form-group .double-list dt+.title,.double-list .list-results tbody tr.sublist .form-group dt+.title,.list-results tbody tr.sublist .form-group .w-cards-container .w-card .title+.title,.w-cards-container .w-card .list-results tbody tr.sublist .form-group .title+.title,.list-results tbody tr.sublist .form-group .w-cards-container .w-card.centered .w-value .label+.title,.w-cards-container .w-card.centered .w-value .list-results tbody tr.sublist .form-group .label+.title,.form-group .list-results tbody tr.sublist .title+.title,.list-results tbody tr.sublist .form-group .title+.title,.form-group .list-results-header .title+.form-label,.form-group .list-results-header .title+.status-log,.form-group .list-results-header .title+.status-report-item,.form-group .list-results-header .double-list .title+dd,.double-list .form-group .list-results-header .title+dd,.form-group .list-results-header .double-list .title+dt,.double-list .form-group .list-results-header .title+dt,.form-group .list-results-header .w-cards-container .w-card .title+.title,.w-cards-container .w-card .form-group .list-results-header .title+.title,.form-group .list-results-header .w-cards-container .w-card.centered .w-value .title+.label,.w-cards-container .w-card.centered .w-value .form-group .list-results-header .title+.label,.list-results-header .form-group .title+.form-label,.list-results-header .form-group .title+.status-log,.list-results-header .form-group .title+.status-report-item,.list-results-header .form-group .double-list .title+dd,.double-list .list-results-header .form-group .title+dd,.list-results-header .form-group .double-list .title+dt,.double-list .list-results-header .form-group .title+dt,.list-results-header .form-group .w-cards-container .w-card .title+.title,.w-cards-container .w-card .list-results-header .form-group .title+.title,.list-results-header .form-group .w-cards-container .w-card.centered .w-value .title+.label,.w-cards-container .w-card.centered .w-value .list-results-header .form-group .title+.label,.form-group .list-results-header .form-label+.title,.form-group .list-results-header .status-log+.title,.form-group .list-results-header .status-report-item+.title,.form-group .list-results-header .double-list dd+.title,.double-list .form-group .list-results-header dd+.title,.form-group .list-results-header .double-list dt+.title,.double-list .form-group .list-results-header dt+.title,.form-group .list-results-header .w-cards-container .w-card .title+.title,.w-cards-container .w-card .form-group .list-results-header .title+.title,.form-group .list-results-header .w-cards-container .w-card.centered .w-value .label+.title,.w-cards-container .w-card.centered .w-value .form-group .list-results-header .label+.title,.list-results-header .form-group .form-label+.title,.list-results-header .form-group .status-log+.title,.list-results-header .form-group .status-report-item+.title,.list-results-header .form-group .double-list dd+.title,.double-list .list-results-header .form-group dd+.title,.list-results-header .form-group .double-list dt+.title,.double-list .list-results-header .form-group dt+.title,.list-results-header .form-group .w-cards-container .w-card .title+.title,.w-cards-container .w-card .list-results-header .form-group .title+.title,.list-results-header .form-group .w-cards-container .w-card.centered .w-value .label+.title,.w-cards-container .w-card.centered .w-value .list-results-header .form-group .label+.title,.form-group .list-results-header .title+.title,.list-results-header .form-group .title+.title,.form-group .w-filters-selected label.small+.form-label,.form-group .w-filters-selected label.small+.status-log,.form-group .w-filters-selected label.small+.status-report-item,.form-group .w-filters-selected .double-list label.small+dd,.double-list .form-group .w-filters-selected label.small+dd,.form-group .w-filters-selected .double-list label.small+dt,.double-list .form-group .w-filters-selected label.small+dt,.form-group .w-filters-selected .w-cards-container .w-card label.small+.title,.w-cards-container .w-card .form-group .w-filters-selected label.small+.title,.form-group .w-filters-selected .w-cards-container .w-card.centered .w-value label.small+.label,.w-cards-container .w-card.centered .w-value .form-group .w-filters-selected label.small+.label,.form-group .w-filters-selected .list-results tbody tr.sublist label.small+.title,.list-results tbody tr.sublist .form-group .w-filters-selected label.small+.title,.form-group .w-filters-selected .list-results-header label.small+.title,.list-results-header .form-group .w-filters-selected label.small+.title,.w-filters-selected .form-group label.small+.form-label,.w-filters-selected .form-group label.small+.status-log,.w-filters-selected .form-group label.small+.status-report-item,.w-filters-selected .form-group .double-list label.small+dd,.double-list .w-filters-selected .form-group label.small+dd,.w-filters-selected .form-group .double-list label.small+dt,.double-list .w-filters-selected .form-group label.small+dt,.w-filters-selected .form-group .w-cards-container .w-card label.small+.title,.w-cards-container .w-card .w-filters-selected .form-group label.small+.title,.w-filters-selected .form-group .w-cards-container .w-card.centered .w-value label.small+.label,.w-cards-container .w-card.centered .w-value .w-filters-selected .form-group label.small+.label,.w-filters-selected .form-group .list-results tbody tr.sublist label.small+.title,.list-results tbody tr.sublist .w-filters-selected .form-group label.small+.title,.w-filters-selected .form-group .list-results-header label.small+.title,.list-results-header .w-filters-selected .form-group label.small+.title,.form-group .w-filters-selected .btn-f-s+.form-label,.form-group .w-filters-selected .btn-f-s+.status-log,.form-group .w-filters-selected .btn-f-s+.status-report-item,.form-group .w-filters-selected .double-list .btn-f-s+dd,.double-list .form-group .w-filters-selected .btn-f-s+dd,.form-group .w-filters-selected .double-list .btn-f-s+dt,.double-list .form-group .w-filters-selected .btn-f-s+dt,.form-group .w-filters-selected .w-cards-container .w-card .btn-f-s+.title,.w-cards-container .w-card .form-group .w-filters-selected .btn-f-s+.title,.form-group .w-filters-selected .w-cards-container .w-card.centered .w-value .btn-f-s+.label,.w-cards-container .w-card.centered .w-value .form-group .w-filters-selected .btn-f-s+.label,.form-group .w-filters-selected .list-results tbody tr.sublist .btn-f-s+.title,.list-results tbody tr.sublist .form-group .w-filters-selected .btn-f-s+.title,.form-group .w-filters-selected .list-results-header .btn-f-s+.title,.list-results-header .form-group .w-filters-selected .btn-f-s+.title,.w-filters-selected .form-group .btn-f-s+.form-label,.w-filters-selected .form-group .btn-f-s+.status-log,.w-filters-selected .form-group .btn-f-s+.status-report-item,.w-filters-selected .form-group .double-list .btn-f-s+dd,.double-list .w-filters-selected .form-group .btn-f-s+dd,.w-filters-selected .form-group .double-list .btn-f-s+dt,.double-list .w-filters-selected .form-group .btn-f-s+dt,.w-filters-selected .form-group .w-cards-container .w-card .btn-f-s+.title,.w-cards-container .w-card .w-filters-selected .form-group .btn-f-s+.title,.w-filters-selected .form-group .w-cards-container .w-card.centered .w-value .btn-f-s+.label,.w-cards-container .w-card.centered .w-value .w-filters-selected .form-group .btn-f-s+.label,.w-filters-selected .form-group .list-results tbody tr.sublist .btn-f-s+.title,.list-results tbody tr.sublist .w-filters-selected .form-group .btn-f-s+.title,.w-filters-selected .form-group .list-results-header .btn-f-s+.title,.list-results-header .w-filters-selected .form-group .btn-f-s+.title,.form-group .w-filters-selected .form-label+label.small,.form-group .w-filters-selected .status-log+label.small,.form-group .w-filters-selected .status-report-item+label.small,.form-group .w-filters-selected .double-list dd+label.small,.double-list .form-group .w-filters-selected dd+label.small,.form-group .w-filters-selected .double-list dt+label.small,.double-list .form-group .w-filters-selected dt+label.small,.form-group .w-filters-selected .w-cards-container .w-card .title+label.small,.w-cards-container .w-card .form-group .w-filters-selected .title+label.small,.form-group .w-filters-selected .w-cards-container .w-card.centered .w-value .label+label.small,.w-cards-container .w-card.centered .w-value .form-group .w-filters-selected .label+label.small,.form-group .w-filters-selected .list-results tbody tr.sublist .title+label.small,.list-results tbody tr.sublist .form-group .w-filters-selected .title+label.small,.form-group .w-filters-selected .list-results-header .title+label.small,.list-results-header .form-group .w-filters-selected .title+label.small,.w-filters-selected .form-group .form-label+label.small,.w-filters-selected .form-group .status-log+label.small,.w-filters-selected .form-group .status-report-item+label.small,.w-filters-selected .form-group .double-list dd+label.small,.double-list .w-filters-selected .form-group dd+label.small,.w-filters-selected .form-group .double-list dt+label.small,.double-list .w-filters-selected .form-group dt+label.small,.w-filters-selected .form-group .w-cards-container .w-card .title+label.small,.w-cards-container .w-card .w-filters-selected .form-group .title+label.small,.w-filters-selected .form-group .w-cards-container .w-card.centered .w-value .label+label.small,.w-cards-container .w-card.centered .w-value .w-filters-selected .form-group .label+label.small,.w-filters-selected .form-group .list-results tbody tr.sublist .title+label.small,.list-results tbody tr.sublist .w-filters-selected .form-group .title+label.small,.w-filters-selected .form-group .list-results-header .title+label.small,.list-results-header .w-filters-selected .form-group .title+label.small,.form-group .w-filters-selected label.small+label.small,.w-filters-selected .form-group label.small+label.small,.form-group .w-filters-selected .btn-f-s+label.small,.w-filters-selected .form-group .btn-f-s+label.small,.form-group .w-filters-selected .form-label+.btn-f-s,.form-group .w-filters-selected .status-log+.btn-f-s,.form-group .w-filters-selected .status-report-item+.btn-f-s,.form-group .w-filters-selected .double-list dd+.btn-f-s,.double-list .form-group .w-filters-selected dd+.btn-f-s,.form-group .w-filters-selected .double-list dt+.btn-f-s,.double-list .form-group .w-filters-selected dt+.btn-f-s,.form-group .w-filters-selected .w-cards-container .w-card .title+.btn-f-s,.w-cards-container .w-card .form-group .w-filters-selected .title+.btn-f-s,.form-group .w-filters-selected .w-cards-container .w-card.centered .w-value .label+.btn-f-s,.w-cards-container .w-card.centered .w-value .form-group .w-filters-selected .label+.btn-f-s,.form-group .w-filters-selected .list-results tbody tr.sublist .title+.btn-f-s,.list-results tbody tr.sublist .form-group .w-filters-selected .title+.btn-f-s,.form-group .w-filters-selected .list-results-header .title+.btn-f-s,.list-results-header .form-group .w-filters-selected .title+.btn-f-s,.w-filters-selected .form-group .form-label+.btn-f-s,.w-filters-selected .form-group .status-log+.btn-f-s,.w-filters-selected .form-group .status-report-item+.btn-f-s,.w-filters-selected .form-group .double-list dd+.btn-f-s,.double-list .w-filters-selected .form-group dd+.btn-f-s,.w-filters-selected .form-group .double-list dt+.btn-f-s,.double-list .w-filters-selected .form-group dt+.btn-f-s,.w-filters-selected .form-group .w-cards-container .w-card .title+.btn-f-s,.w-cards-container .w-card .w-filters-selected .form-group .title+.btn-f-s,.w-filters-selected .form-group .w-cards-container .w-card.centered .w-value .label+.btn-f-s,.w-cards-container .w-card.centered .w-value .w-filters-selected .form-group .label+.btn-f-s,.w-filters-selected .form-group .list-results tbody tr.sublist .title+.btn-f-s,.list-results tbody tr.sublist .w-filters-selected .form-group .title+.btn-f-s,.w-filters-selected .form-group .list-results-header .title+.btn-f-s,.list-results-header .w-filters-selected .form-group .title+.btn-f-s,.form-group .w-filters-selected label.small+.btn-f-s,.w-filters-selected .form-group label.small+.btn-f-s,.form-group .w-filters-selected .btn-f-s+.btn-f-s,.w-filters-selected .form-group .btn-f-s+.btn-f-s{margin-left:4rem}.form-group .form-error{display:none;font-family:"Inter",sans-serif;font-optical-sizing:auto;font-style:normal;font-size:1rem;font-weight:700;color:#d41c5c}.form-group.is-error .form-error{display:block}.form-group.is-error .form-label,.form-group.is-error .status-log,.form-group.is-error .status-report-item,.form-group.is-error .double-list dd,.double-list .form-group.is-error dd,.form-group.is-error .double-list dt,.double-list .form-group.is-error dt,.form-group.is-error .w-cards-container .w-card .title,.w-cards-container .w-card .form-group.is-error .title,.form-group.is-error .w-cards-container .w-card.centered .w-value .label,.w-cards-container .w-card.centered .w-value .form-group.is-error .label,.form-group.is-error .list-results tbody tr.sublist .title,.list-results tbody tr.sublist .form-group.is-error .title,.form-group.is-error .list-results-header .title,.list-results-header .form-group.is-error .title,.form-group.is-error .w-filters-selected label.small,.w-filters-selected .form-group.is-error label.small,.form-group.is-error .w-filters-selected .btn-f-s,.w-filters-selected .form-group.is-error .btn-f-s{color:#d41c5c}.form-group.is-error .input-text{border-color:#d41c5c}.form-group.load{text-align:center;margin-bottom:3rem}.form-group.load svg{width:15%;margin:0 auto}.form-group .site-logo{display:block}.row{display:flex;align-items:center;justify-content:space-between}.row.row-left{justify-content:flex-start;gap:1rem}.row .btn,.row .pagination a,.pagination .row a,.row .goal-option .expend-label,.goal-option .row .expend-label{margin-right:.5rem}.row .form-label,.row .status-log,.row .status-report-item,.row .double-list dd,.double-list .row dd,.row .double-list dt,.double-list .row dt,.row .w-cards-container .w-card .title,.w-cards-container .w-card .row .title,.row .w-cards-container .w-card.centered .w-value .label,.w-cards-container .w-card.centered .w-value .row .label,.row .list-results tbody tr.sublist .title,.list-results tbody tr.sublist .row .title,.row .list-results-header .title,.list-results-header .row .title,.row .w-filters-selected label.small,.w-filters-selected .row label.small,.row .w-filters-selected .btn-f-s,.w-filters-selected .row .btn-f-s{margin-right:.5rem;margin-bottom:0}.row .w-input{display:flex;justify-content:flex-end}.row.centered{height:100%;margin-top:-1rem;margin-bottom:0}.row.end{justify-content:flex-end}.row>div{width:60%;text-align:right}.row>div select{width:100%}.row>div.wide{width:80%}.row>div.wide .input-text{width:100%;text-align:left;margin-left:1rem}.row .row>div{width:100%}.row .row>div+div{display:flex;align-items:center;justify-content:flex-end}.row .row select{margin-right:2rem}.row .row .form-label,.row .row .status-log,.row .row .status-report-item,.row .row .double-list dd,.double-list .row .row dd,.row .row .double-list dt,.double-list .row .row dt,.row .row .w-cards-container .w-card .title,.w-cards-container .w-card .row .row .title,.row .row .w-cards-container .w-card.centered .w-value .label,.w-cards-container .w-card.centered .w-value .row .row .label,.row .row .list-results tbody tr.sublist .title,.list-results tbody tr.sublist .row .row .title,.row .row .list-results-header .title,.list-results-header .row .row .title,.row .row .w-filters-selected label.small,.w-filters-selected .row .row label.small,.row .row .w-filters-selected .btn-f-s,.w-filters-selected .row .row .btn-f-s{margin-left:5rem}.form-label,.status-log,.status-report-item,.double-list dd,.double-list dt,.w-cards-container .w-card .title,.w-cards-container .w-card.centered .w-value .label,.list-results tbody tr.sublist .title,.list-results-header .title,.w-filters-selected label.small,.w-filters-selected .btn-f-s,.form-legend{font-family:"Inter",sans-serif;font-optical-sizing:auto;font-style:normal;font-size:1em;font-weight:700;color:#3f3f3f;text-transform:uppercase;display:inline-block;margin-bottom:.5rem;white-space:nowrap}.form-label:before,.status-log:before,.status-report-item:before,.double-list dd:before,.double-list dt:before,.w-cards-container .w-card .title:before,.w-cards-container .w-card.centered .w-value .label:before,.list-results tbody tr.sublist .title:before,.list-results-header .title:before,.w-filters-selected label.small:before,.w-filters-selected .btn-f-s:before,.form-legend:before{width:1.5rem;margin-right:1rem;color:#3f3f3f;text-align:center;font-size:2rem}.form-label.i-month:before,.i-month.status-log:before,.i-month.status-report-item:before,.double-list dd.i-month:before,.double-list dt.i-month:before,.w-cards-container .w-card .i-month.title:before,.w-cards-container .w-card.centered .w-value .i-month.label:before,.list-results tbody tr.sublist .i-month.title:before,.list-results-header .i-month.title:before,.w-filters-selected label.i-month.small:before,.w-filters-selected .i-month.btn-f-s:before,.form-legend.i-month:before{font-size:1.75rem;margin-left:-0.25rem}.form-legend{margin-bottom:2rem;display:inline-block}.form-legend.margin-b{margin-bottom:2rem}.input-text,.input-pass,textarea{background-color:#fff;font-family:"Inter",sans-serif;font-optical-sizing:auto;font-style:normal;font-size:1.4em;font-weight:400;color:#3f3f3f;width:100%;height:3rem;border-radius:8px;box-sizing:border-box;padding:0 1rem;border:1px solid #d3d3d3;letter-spacing:.05em;display:block}@media(max-width: 767px){.input-text,.input-pass,textarea{font-size:16px}}.input-text:focus,.input-pass:focus,textarea:focus{border:1px solid rgba(165,165,165,.5)}.input-text.is-error,.input-pass.is-error,textarea.is-error{border-color:#d4225d}.input-text.align-right,.input-pass.align-right,textarea.align-right{text-align:right}.input-text.num,.input-pass.num,textarea.num{width:8rem;text-align:right}.input-text.read-only,.input-pass.read-only,textarea.read-only{border-color:rgba(0,0,0,0);background-color:#f5f4f4;color:#7f7f7f}.input-text.input-text-filter,.input-pass.input-text-filter,textarea.input-text-filter{height:4rem;padding-top:1.5rem;width:12.5rem}.input-text input::placeholder,.input-pass input::placeholder,textarea input::placeholder{opacity:.5;color:#3f3f3f}.input-text:disabled{background:#dcdada;border:0;color:#e0e0e0}textarea{height:30rem}textarea:disabled{pointer-events:none;border:0;resize:none;padding:1rem 0 0 0}textarea:disabled+p{display:none}.w-input{display:flex;align-items:center}.w-input.after-text-month:after{content:"month";font-family:"Inter",sans-serif;font-optical-sizing:auto;font-style:normal;font-size:1em;font-weight:700;color:#3f3f3f;margin-left:1rem;text-transform:uppercase}.is-hidden{display:none !important}input:-webkit-autofill{-webkit-box-shadow:0 0 0 30px #fff inset;border:1px solid rgba(165,165,165,.15)}select{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:auto;height:3.2rem;border:0;background-color:#fff;border:1px solid #d3d3d3;border-radius:4px;outline:0;font-family:"Inter",sans-serif;font-optical-sizing:auto;font-style:normal;font-size:1.2em;font-weight:400;color:#3f3f3f;text-transform:capitalize;padding:0 3rem 0 1rem;background-image:url("/assets/images/dropdown.svg");background-position:center right 7.5px;background-repeat:no-repeat;background-size:10px 10px;transition:all .1s}input[type=radio]:checked,input[type=radio]:not(:checked){display:none}input[type=radio]:checked+label,input[type=radio]:not(:checked)+label{position:relative;padding-left:2.8rem;margin-bottom:0;cursor:pointer;line-height:2.5rem;display:inline-block;pointer-events:auto}input[type=radio]:checked+label{color:#3f3f3f}input[type=radio]:checked+label:before,input[type=radio]:not(:checked)+label:before{content:"";position:absolute;left:0;top:0;width:2rem;height:2rem;border-radius:100%;background:#fff;border:1px solid #d3d3d3}input[type=radio]:checked+label:after,input[type=radio]:not(:checked)+label:after{content:"";width:1rem;height:1rem;border-radius:100%;background:#3f3f3f;position:absolute;top:.5rem;left:.5rem;transition:all .2s ease}input[type=radio]:not(:checked)+label:after{opacity:0;-webkit-transform:scale(0);transform:scale(0)}input[type=radio]:checked+label:after{opacity:1;transform:scale(1)}input[type=checkbox]{display:none}input[type=checkbox]+label{display:block;position:relative;padding-left:2.6rem;margin-bottom:0;line-height:2.5rem;color:rgba(63,63,63,.8);cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}input[type=checkbox]+label:last-child{margin-bottom:0}input[type=checkbox]+label:after{content:"";display:block;width:2rem;height:2rem;background:#fff;border:1px solid #cbcbcb;border-radius:4px;position:absolute;left:0;top:.125rem;opacity:1;transition:all .12s}input[type=checkbox]+label:before{position:absolute;left:.5rem;top:1.2rem;font-size:1.25rem;z-index:2;opacity:0;transform:scale(0);transition:all .1s}input[type=checkbox]:checked+label{color:#3f3f3f}input[type=checkbox]:checked+label:before{opacity:1;transform:scale(1)}input[type=checkbox][disabled]+label{opacity:.3}input[type=checkbox].read-only+label:after{display:none}input[type=checkbox].read-only+label:before{top:1.2rem}input[type=checkbox].read-only+label{display:none}input[type=checkbox].read-only:checked+label{pointer-events:none;display:block;color:#07ba6e}.form-auto-list{background-color:#fff;position:absolute;top:3rem;z-index:105;width:100%;box-shadow:0px 0px 10px 0px rgba(63,63,63,.15)}.filter-group .form-auto-list{width:200px}.form-auto-list .form-auto-item{font-size:1.2em;font-weight:400;color:#3f3f3f;padding:.75rem 1rem .75rem 4rem;cursor:pointer;border-bottom:1px solid #d3d3d3;display:flex;align-items:center;background-size:2rem auto;padding-left:1rem;word-break:break-all}.form-auto-list .form-auto-item:hover{background-color:#dcdada}.form-auto-list .form-auto-item.is-user-is-inactive:before,.form-auto-list .form-auto-item.is-user-is-active:before{margin-right:.5rem;content:"\E910"}.form-auto-list .form-auto-item.is-user-is-inactive:before{color:#f9f9f9}.form-auto-list .form-auto-item.is-user-is-active:before{color:#07ba6e}.form-auto-list .form-auto-item.full-icon{padding-left:4rem}.w-spec-search{display:flex;align-items:center;position:relative;flex-wrap:wrap}.w-spec-search input,.w-spec-search .input-text{font-family:"Inter",sans-serif;font-optical-sizing:auto;font-style:normal;font-size:1rem;font-weight:400;color:#3f3f3f;background-color:#fff;border:1px solid #d3d3d3;border-radius:4px;width:15rem;height:3rem;padding-left:2.5rem;padding-right:2.5rem}.w-spec-search input:focus,.w-spec-search .input-text:focus{border:1px solid #bababa}.w-spec-search input:hover,.w-spec-search .input-text:hover{border-color:#bababa}._article_revenue .w-spec-search .input-text::-webkit-outer-spin-button,._article_revenue .w-spec-search .input-text::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}._article_revenue .w-spec-search .input-text[type=number]{-moz-appearance:textfield}.w-spec-search.long input,.w-spec-search.long .input-text{width:40rem}.w-spec-search:after,.w-spec-search:before{color:#a5a5a5;position:absolute}.w-spec-search:before{left:1rem;top:1.5rem}.w-spec-search:after{left:1rem;font-size:1.25rem;display:none}.w-spec-search.i-article-a input{padding-left:3rem}.w-spec-search.i-article-a:after{font-size:1.5rem}.w-spec-search .close-btn{position:absolute;right:.1rem;top:45%;transform:translateY(-50%);background-color:#fff;padding:.5rem .25rem;display:none}.w-spec-search .close-btn:before{font-size:2rem;text-shadow:rgba(165,165,165,.25) 1px 0 6px}.w-spec-search .close-btn:hover{color:#1172ba}.w-spec-search .close-btn.is-showing{display:inline-block}.transaction-int-list thead th:last-of-type{text-align:right}.transaction-int .w-spec-search input{width:100%}.transaction-int .row{margin-bottom:.5rem}.transaction-int .row .form-label,.transaction-int .row .status-log,.transaction-int .row .status-report-item,.transaction-int .row .double-list dd,.double-list .transaction-int .row dd,.transaction-int .row .double-list dt,.double-list .transaction-int .row dt,.transaction-int .row .w-cards-container .w-card .title,.w-cards-container .w-card .transaction-int .row .title,.transaction-int .row .w-cards-container .w-card.centered .w-value .label,.w-cards-container .w-card.centered .w-value .transaction-int .row .label,.transaction-int .row .list-results tbody tr.sublist .title,.list-results tbody tr.sublist .transaction-int .row .title,.transaction-int .row .list-results-header .title,.list-results-header .transaction-int .row .title,.transaction-int .row .w-filters-selected label.small,.w-filters-selected .transaction-int .row label.small,.transaction-int .row .w-filters-selected .btn-f-s,.w-filters-selected .transaction-int .row .btn-f-s{line-height:1}.transaction-int .form-legend{margin-bottom:.5rem}.transaction-int .form-group{margin-bottom:2rem}.transaction-int .full-icon{padding:.5rem 0 .5rem 3.5rem;background-position:left center;display:inline-block;background-size:auto 2rem}.transaction-int .read-only+label{display:inline-block}.transaction-int .view .form-label,.transaction-int .view .status-log,.transaction-int .view .status-report-item,.transaction-int .view .double-list dd,.double-list .transaction-int .view dd,.transaction-int .view .double-list dt,.double-list .transaction-int .view dt,.transaction-int .view .w-cards-container .w-card .title,.w-cards-container .w-card .transaction-int .view .title,.transaction-int .view .w-cards-container .w-card.centered .w-value .label,.w-cards-container .w-card.centered .w-value .transaction-int .view .label,.transaction-int .view .list-results tbody tr.sublist .title,.list-results tbody tr.sublist .transaction-int .view .title,.transaction-int .view .list-results-header .title,.list-results-header .transaction-int .view .title,.transaction-int .view .w-filters-selected label.small,.w-filters-selected .transaction-int .view label.small,.transaction-int .view .w-filters-selected .btn-f-s,.w-filters-selected .transaction-int .view .btn-f-s{line-height:2.5rem;display:inline-block}.transaction-int .edit .form-label,.transaction-int .edit .status-log,.transaction-int .edit .status-report-item,.transaction-int .edit .double-list dd,.double-list .transaction-int .edit dd,.transaction-int .edit .double-list dt,.double-list .transaction-int .edit dt,.transaction-int .edit .w-cards-container .w-card .title,.w-cards-container .w-card .transaction-int .edit .title,.transaction-int .edit .w-cards-container .w-card.centered .w-value .label,.w-cards-container .w-card.centered .w-value .transaction-int .edit .label,.transaction-int .edit .list-results tbody tr.sublist .title,.list-results tbody tr.sublist .transaction-int .edit .title,.transaction-int .edit .list-results-header .title,.list-results-header .transaction-int .edit .title,.transaction-int .edit .w-filters-selected label.small,.w-filters-selected .transaction-int .edit label.small,.transaction-int .edit .w-filters-selected .btn-f-s,.w-filters-selected .transaction-int .edit .btn-f-s{flex:1}.transaction-int .edit span{margin-left:.5rem}.transaction-int .i-check{display:inline-block}.transaction-int .padding-bottom{padding-bottom:2rem}.page-speed-config.w-form-large,.page-speed-config.w-double-list{width:80%}.page-speed-config.w-form-large .w-form-body,.page-speed-config.w-form-large .w-double-list-body,.page-speed-config.w-double-list .w-form-body,.page-speed-config.w-double-list .w-double-list-body{flex-wrap:wrap}.page-speed-config.w-form-large .w-form-body .form-body,.page-speed-config.w-form-large .w-form-body .double-list-body,.page-speed-config.w-form-large .w-double-list-body .form-body,.page-speed-config.w-form-large .w-double-list-body .double-list-body,.page-speed-config.w-double-list .w-form-body .form-body,.page-speed-config.w-double-list .w-form-body .double-list-body,.page-speed-config.w-double-list .w-double-list-body .form-body,.page-speed-config.w-double-list .w-double-list-body .double-list-body{flex:0 33.28%}.page-speed-config .w-spec-search .input-text{height:3rem;width:100%}.page-speed-config .form-body,.page-speed-config .double-list-body{border-right:1px solid #e0e0e0}.page-speed-config .form-body:nth-of-type(3n),.page-speed-config .double-list-body:nth-of-type(3n){border-right:0}.page-speed-config .form-group .i-edit{border:1px solid red}.page-speed-config .form-group .i-edit:before{content:"\E963" !important}.page-speed-config .form-sub-title,.page-speed-config .double-list-body .double-list-sub-title,.double-list-body .page-speed-config .double-list-sub-title{padding:1rem;margin:-2rem 0 2rem 0;border-left:0 !important;border-right:0 !important}.page-speed-config .form-sub-title:before,.page-speed-config .double-list-body .double-list-sub-title:before,.double-list-body .page-speed-config .double-list-sub-title:before{margin-right:1rem;font-size:1.8rem}.page-speed-config .form-body:nth-of-type(4n) .form-sub-title,.page-speed-config .form-body:nth-of-type(4n) .double-list-body .double-list-sub-title,.double-list-body .page-speed-config .form-body:nth-of-type(4n) .double-list-sub-title,.page-speed-config .double-list-body:nth-of-type(4n) .form-sub-title,.page-speed-config .double-list-body:nth-of-type(4n) .double-list-sub-title{background-color:#f1fcda;border:1px solid #9ede12;color:#5b7f0b}.page-speed-config .form-body:nth-of-type(4n) .form-sub-title:before,.page-speed-config .form-body:nth-of-type(4n) .double-list-body .double-list-sub-title:before,.double-list-body .page-speed-config .form-body:nth-of-type(4n) .double-list-sub-title:before,.page-speed-config .double-list-body:nth-of-type(4n) .form-sub-title:before,.page-speed-config .double-list-body:nth-of-type(4n) .double-list-sub-title:before{color:#5b7f0b}.page-speed-config .form-body:nth-of-type(4n+1) .form-sub-title,.page-speed-config .form-body:nth-of-type(4n+1) .double-list-body .double-list-sub-title,.double-list-body .page-speed-config .form-body:nth-of-type(4n+1) .double-list-sub-title,.page-speed-config .double-list-body:nth-of-type(4n+1) .form-sub-title,.page-speed-config .double-list-body:nth-of-type(4n+1) .double-list-sub-title{background-color:#c6edf4;border:1px solid #46c5db;color:#1a7787}.page-speed-config .form-body:nth-of-type(4n+1) .form-sub-title:before,.page-speed-config .form-body:nth-of-type(4n+1) .double-list-body .double-list-sub-title:before,.double-list-body .page-speed-config .form-body:nth-of-type(4n+1) .double-list-sub-title:before,.page-speed-config .double-list-body:nth-of-type(4n+1) .form-sub-title:before,.page-speed-config .double-list-body:nth-of-type(4n+1) .double-list-sub-title:before{color:#1a7787}.page-speed-config .form-body:nth-of-type(4n+2) .form-sub-title,.page-speed-config .form-body:nth-of-type(4n+2) .double-list-body .double-list-sub-title,.double-list-body .page-speed-config .form-body:nth-of-type(4n+2) .double-list-sub-title,.page-speed-config .double-list-body:nth-of-type(4n+2) .form-sub-title,.page-speed-config .double-list-body:nth-of-type(4n+2) .double-list-sub-title{background-color:#daf7e6;border:1px solid #34d172;color:#1d8245}.page-speed-config .form-body:nth-of-type(4n+2) .form-sub-title:before,.page-speed-config .form-body:nth-of-type(4n+2) .double-list-body .double-list-sub-title:before,.double-list-body .page-speed-config .form-body:nth-of-type(4n+2) .double-list-sub-title:before,.page-speed-config .double-list-body:nth-of-type(4n+2) .form-sub-title:before,.page-speed-config .double-list-body:nth-of-type(4n+2) .double-list-sub-title:before{color:#1d8245}.page-speed-config .form-body:nth-of-type(4n+3) .form-sub-title,.page-speed-config .form-body:nth-of-type(4n+3) .double-list-body .double-list-sub-title,.double-list-body .page-speed-config .form-body:nth-of-type(4n+3) .double-list-sub-title,.page-speed-config .double-list-body:nth-of-type(4n+3) .form-sub-title,.page-speed-config .double-list-body:nth-of-type(4n+3) .double-list-sub-title{background-color:#c3d5fc;border:1px solid #93b3f9;color:#0a40b6}.page-speed-config .form-body:nth-of-type(4n+3) .form-sub-title:before,.page-speed-config .form-body:nth-of-type(4n+3) .double-list-body .double-list-sub-title:before,.double-list-body .page-speed-config .form-body:nth-of-type(4n+3) .double-list-sub-title:before,.page-speed-config .double-list-body:nth-of-type(4n+3) .form-sub-title:before,.page-speed-config .double-list-body:nth-of-type(4n+3) .double-list-sub-title:before{color:#0a40b6}.goal-option{display:flex;align-items:center}.goal-option .w-form-body,.goal-option .w-double-list-body{width:0rem;height:0rem;transform:scale(0, 0);transition:all .25s;box-shadow:inset 0px 0px 0px 1px #1172ba;transform-origin:center left;background-color:#89c7f4;box-sizing:border-box;margin-left:2rem;opacity:0}.goal-option .form-label:after,.goal-option .status-log:after,.goal-option .status-report-item:after,.goal-option .double-list dd:after,.double-list .goal-option dd:after,.goal-option .double-list dt:after,.double-list .goal-option dt:after,.goal-option .w-cards-container .w-card .title:after,.w-cards-container .w-card .goal-option .title:after,.goal-option .w-cards-container .w-card.centered .w-value .label:after,.w-cards-container .w-card.centered .w-value .goal-option .label:after,.goal-option .list-results tbody tr.sublist .title:after,.list-results tbody tr.sublist .goal-option .title:after,.goal-option .list-results-header .title:after,.list-results-header .goal-option .title:after,.goal-option .w-filters-selected label.small:after,.w-filters-selected .goal-option label.small:after,.goal-option .w-filters-selected .btn-f-s:after,.w-filters-selected .goal-option .btn-f-s:after{border-color:#1172ba}.goal-option .form-body,.goal-option .double-list-body{overflow:hidden;border:0 !important}.goal-option .expend-label{color:#fff !important}.goal-option .expend-label:after{background:none;border:0;position:static;height:auto;width:auto;color:#d4225d}.goal-option .expend-input{display:none}.goal-option .expend-input:checked~.w-form-body,.goal-option .expend-input:checked~.w-double-list-body{transform:scale(1, 1);height:20rem;width:46rem;opacity:1}.goal-option .flex-start{justify-content:center;text-align:left}.goal-option .month .form-label,.goal-option .month .status-log,.goal-option .month .status-report-item,.goal-option .month .double-list dd,.double-list .goal-option .month dd,.goal-option .month .double-list dt,.double-list .goal-option .month dt,.goal-option .month .w-cards-container .w-card .title,.w-cards-container .w-card .goal-option .month .title,.goal-option .month .w-cards-container .w-card.centered .w-value .label,.w-cards-container .w-card.centered .w-value .goal-option .month .label,.goal-option .month .list-results tbody tr.sublist .title,.list-results tbody tr.sublist .goal-option .month .title,.goal-option .month .list-results-header .title,.list-results-header .goal-option .month .title,.goal-option .month .w-filters-selected label.small,.w-filters-selected .goal-option .month label.small,.goal-option .month .w-filters-selected .btn-f-s,.w-filters-selected .goal-option .month .btn-f-s{margin-left:4.25rem}.goal-option .month .input-text{width:20.25rem}.goal-option .input-text{border-color:#1172ba;width:5rem !important}.goal-option select{width:7rem !important;background-color:#1172ba;color:#3f3f3f;border:0;font-weight:700;background-image:url("/assets/images/dropdown-light.svg")}.goal-option .w-input{opacity:.5;pointer-events:none}.goal-option .w-input+select{opacity:.5;pointer-events:none}.goal-option .w-input.is-activated{opacity:1;pointer-events:auto}.goal-option .w-input.is-activated+select{opacity:1;pointer-events:auto}.goal-option .w-input.margin-right{margin-right:6rem}.goal-option .w-input .input-text{width:10rem !important}.goal-option .w-input.after-text-month:after{content:"month";font-family:"Inter",sans-serif;font-optical-sizing:auto;font-style:normal;font-size:1em;font-weight:700;color:#3f3f3f;margin-left:2rem;text-transform:uppercase}._txn_init_split .row input[type=checkbox].read-only+.form-label,._txn_init_split .row input[type=checkbox].read-only+.status-log,._txn_init_split .row input[type=checkbox].read-only+.status-report-item,._txn_init_split .row .double-list input[type=checkbox].read-only+dd,.double-list ._txn_init_split .row input[type=checkbox].read-only+dd,._txn_init_split .row .double-list input[type=checkbox].read-only+dt,.double-list ._txn_init_split .row input[type=checkbox].read-only+dt,._txn_init_split .row .w-cards-container .w-card input[type=checkbox].read-only+.title,.w-cards-container .w-card ._txn_init_split .row input[type=checkbox].read-only+.title,._txn_init_split .row .w-cards-container .w-card.centered .w-value input[type=checkbox].read-only+.label,.w-cards-container .w-card.centered .w-value ._txn_init_split .row input[type=checkbox].read-only+.label,._txn_init_split .row .list-results tbody tr.sublist input[type=checkbox].read-only+.title,.list-results tbody tr.sublist ._txn_init_split .row input[type=checkbox].read-only+.title,._txn_init_split .row .list-results-header input[type=checkbox].read-only+.title,.list-results-header ._txn_init_split .row input[type=checkbox].read-only+.title,._txn_init_split .row .w-filters-selected input[type=checkbox].read-only+label.small,.w-filters-selected ._txn_init_split .row input[type=checkbox].read-only+label.small,._txn_init_split .row .w-filters-selected input[type=checkbox].read-only+.btn-f-s,.w-filters-selected ._txn_init_split .row input[type=checkbox].read-only+.btn-f-s{pointer-events:none}.dropzone{display:flex;align-items:center;justify-items:center;position:relative;border:0;box-sizing:border-box;padding:0 1rem 0 1.5rem;font-size:1.1rem;font-weight:600;color:#3f3f3f;font-family:"Inter",sans-serif;font-optical-sizing:auto;font-style:normal;border:1px solid #e6e6e6;height:4rem;border-radius:4px;line-height:2}@media(min-width: 1024px){.dropzone{min-height:4rem}}.dropzone .dz-message{display:none}.dropzone:after{text-transform:capitalize;content:"Click or drag your file here.";display:block;font-size:1.1rem;font-weight:700;color:#3f3f3f;text-align:center}.dropzone:before{font-family:"icomoon";content:"\E92C";display:inline-block;vertical-align:middle;margin-right:.5rem}.disabledDiv{pointer-events:none;opacity:.5}.w-list-results{display:inline-block;width:100%;overflow-x:auto;position:relative;padding:0}.w-list-results.small{width:60%}.w-list-results.sticky-thead{overflow:unset}.w-list-results.sticky-thead thead{position:sticky;top:-1px}.w-list-results.test{width:calc(100% - 50px) !important}.gradient-overflow{margin:0 2rem}.list-results-header,.list-results-footer{background-color:#fff;margin:0 2rem;padding:1.5rem}@media(min-width: 768px){._custom_dimensions .list-results-header,._custom_dimensions .list-results-footer{margin-top:-1rem}}@media(max-width: 1023px){._custom_dimensions .list-results-header,._custom_dimensions .list-results-footer{margin-left:0;margin-right:0}}._custom_dimensions.desktop .list-results-header,._custom_dimensions.desktop .list-results-footer{margin-top:-1rem}.list-results-header{border-radius:8px 8px 0 0}.list-results-header .title{display:flex;gap:.5rem}.list-results-header .title span{color:#a5a5a5;font-weight:400;font-size:1rem;text-transform:capitalize}.list-results-header .title .i-impression:before,.list-results-header .title .i-pages:before{font-size:1.5rem}.list-results-header .title .live-indict,.list-results-header .title .i-pages{margin-top:-0.125rem}.liveDashboard .list-results-header,._custom_dimensions .list-results-header,._users .list-results-header{display:flex;align-items:center;justify-content:flex-start;margin-bottom:-1.5rem;text-align:left;padding:1.5rem 0 1.5rem 1rem}.users .liveDashboard .list-results-header,.users ._custom_dimensions .list-results-header,.users ._users .list-results-header{border-bottom:1px solid #d3d3d3}.list-results-footer{border-radius:0 0 8px 8px;border-top:1px solid #d3d3d3;padding:1rem;margin-top:-2.1rem}.list-results{width:100%;border-spacing:0;border-collapse:collapse;text-align:left;margin-bottom:2rem}@media(max-width: 767px){.list-results{text-wrap:nowrap}}.list-results.half{width:50%;min-width:100rem;margin:0 auto 5rem}.list-results.width-auto{width:auto}.list-results.width-auto thead tr{height:3rem}.list-results .border-right{border-right:1px solid #d3d3d3 !important}.list-results .border-left{border-left:1px solid #d3d3d3 !important}.list-results.border-right td{border-right:1px solid #d3d3d3 !important}.list-results.border-right td:last-of-type{border:0}.list-results thead{border-top:1px solid #d3d3d3;position:sticky;top:0;background-color:#666;z-index:10;height:3rem}.list-results thead tr{background-color:#fff;padding-left:1rem}.list-results thead tr.regroup{height:auto;vertical-align:middle}.list-results thead tr span{display:flex;align-items:center;flex-flow:inherit;justify-content:flex-start;padding-left:0;gap:.5rem}.list-results thead tr span:before{color:#62b617;font-size:2.5rem}.list-results thead tr span.full-icon{padding-left:3rem;background-size:1.75rem auto}.list-results thead tr span.i-sort{cursor:pointer}.list-results thead th{position:sticky;top:0;box-sizing:border-box;padding:.5rem 1rem;vertical-align:middle;border-right:1px solid #d3d3d3}.list-results thead th:last-of-type{border-right:0}._login_stats .list-results thead th{padding:0 1rem}.taller .list-results thead th{height:auto}.list-results thead th.short{width:2rem}.list-results thead th.full-icon{background-size:auto 2rem;background-position:50% 35%;padding:1rem !important;text-align:center}.list-results thead th.full-icon span{display:inline-block;padding-top:3rem;text-align:center;margin:0 auto;width:100%;height:auto;justify-content:center}.list-results thead .grand-total{border-bottom:1px solid #f9f9f9;background-color:#fff;padding:1rem 2rem}.list-results thead .grand-total th{padding:2.5rem 2rem .5rem}.list-results thead .grand-total span{font-size:1.3rem;font-weight:700;color:#3f3f3f;height:auto !important}.list-results thead strong{font-size:.9em;font-weight:700;color:#3f3f3f;border-bottom:1px solid rgba(63,63,63,.25);text-transform:uppercase;display:block;padding-bottom:.5rem;margin-top:1.5rem}.list-results thead span{font-family:"Inter",sans-serif;font-optical-sizing:auto;font-style:normal;font-size:1em;font-weight:700;color:#3f3f3f;text-transform:uppercase;position:relative;display:flex;flex-flow:column;justify-content:flex-end}.list-results thead span:before{font-size:2rem;color:#1172ba;margin-right:.75rem}.thin .list-results thead span{padding:0 .5rem}.list-results thead span.i-podium:before,.list-results thead span.i-search2:before{font-size:1.35em}.list-results thead span.i-url:before,.list-results thead span.i-click:before{font-size:1.5em}.list-results thead span.align-right{justify-content:flex-end}.list-results thead span.align-center{justify-content:center}.list-results thead .faux-span{font-family:"Inter",sans-serif;font-optical-sizing:auto;font-style:normal;font-size:1em;font-weight:700;color:#3f3f3f;position:relative;min-height:2.25rem;text-transform:uppercase;display:flex;flex-flow:column;height:100%;justify-content:center}.list-results thead .faux-span:before{font-size:2rem;color:#1172ba;margin-right:.75rem}.list-results thead .faux-span.large{font-size:2rem}.list-results thead .total{font-size:1.3rem;font-weight:700;color:#3f3f3f}.list-results thead .min-width{min-width:10rem}.liveDashboard .list-results thead .icon,.liveDashboard .list-results thead .w-alert-banner:before,.liveDashboard .list-results thead .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-alert-banner:before,.liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .liveDashboard .list-results thead .dialog-aside:after,.liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .liveDashboard .list-results thead .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.liveDashboard .w-dialog.plus ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,.liveDashboard .list-results thead .w-toast .toast.plus:after,.w-toast .liveDashboard .list-results thead .toast.plus:after,.liveDashboard .list-results thead .w-toast .toast.plus:after,.w-toast .liveDashboard .list-results thead .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.liveDashboard .w-toast ._account_api .list-results thead .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-clear:before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-filter:before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-clear:before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-edit:before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.liveDashboard .list-results thead .block-filters .btn-filter:before,.block-filters .liveDashboard .list-results thead .btn-filter:before,.liveDashboard .list-results thead .block-filters .btn-filter:before,.block-filters .liveDashboard .list-results thead .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.liveDashboard .block-filters ._account_api .list-results thead .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,.liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label,.liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.liveDashboard .toggleWrapper ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.liveDashboard .list-results thead tbody span.status,.liveDashboard .list-results tbody thead span.status,.liveDashboard .list-results thead tbody span.status,.liveDashboard .list-results tbody thead span.status,.liveDashboard ._account_api .list-results thead tbody span.status,._account_api .liveDashboard .list-results thead tbody span.status,.liveDashboard ._account_api .list-results tbody thead span.status,._account_api .liveDashboard .list-results tbody thead span.status,.liveDashboard ._account_api .list-results thead tbody span.status,.liveDashboard ._account_api .list-results tbody thead span.status,._account_api .liveDashboard .list-results thead tbody span.status,._account_api .liveDashboard .list-results tbody thead span.status,.liveDashboard .list-results thead tbody td.is-running span,.liveDashboard .list-results tbody td.is-running thead span,.liveDashboard .list-results thead tbody td.is-running span,.liveDashboard .list-results tbody td.is-running thead span,.liveDashboard ._account_api .list-results thead tbody td.is-running span,._account_api .liveDashboard .list-results thead tbody td.is-running span,.liveDashboard ._account_api .list-results tbody td.is-running thead span,._account_api .liveDashboard .list-results tbody td.is-running thead span,.liveDashboard ._account_api .list-results thead tbody td.is-running span,.liveDashboard ._account_api .list-results tbody td.is-running thead span,._account_api .liveDashboard .list-results thead tbody td.is-running span,._account_api .liveDashboard .list-results tbody td.is-running thead span,.liveDashboard .list-results thead tbody td.is-pending span,.liveDashboard .list-results tbody td.is-pending thead span,.liveDashboard .list-results thead tbody td.is-pending span,.liveDashboard .list-results tbody td.is-pending thead span,.liveDashboard ._account_api .list-results thead tbody td.is-pending span,._account_api .liveDashboard .list-results thead tbody td.is-pending span,.liveDashboard ._account_api .list-results tbody td.is-pending thead span,._account_api .liveDashboard .list-results tbody td.is-pending thead span,.liveDashboard ._account_api .list-results thead tbody td.is-pending span,.liveDashboard ._account_api .list-results tbody td.is-pending thead span,._account_api .liveDashboard .list-results thead tbody td.is-pending span,._account_api .liveDashboard .list-results tbody td.is-pending thead span,.liveDashboard .list-results thead .icon,.liveDashboard .list-results thead .w-alert-banner:before,.liveDashboard .list-results thead .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-alert-banner:before,.liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .liveDashboard .list-results thead .dialog-aside:after,.liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .liveDashboard .list-results thead .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.liveDashboard .w-dialog.plus ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,.liveDashboard .list-results thead .w-toast .toast.plus:after,.w-toast .liveDashboard .list-results thead .toast.plus:after,.liveDashboard .list-results thead .w-toast .toast.plus:after,.w-toast .liveDashboard .list-results thead .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.liveDashboard .w-toast ._account_api .list-results thead .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-clear:before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-filter:before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-clear:before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-edit:before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.liveDashboard .list-results thead .block-filters .btn-filter:before,.block-filters .liveDashboard .list-results thead .btn-filter:before,.liveDashboard .list-results thead .block-filters .btn-filter:before,.block-filters .liveDashboard .list-results thead .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.liveDashboard .block-filters ._account_api .list-results thead .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,.liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label,.liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.liveDashboard .toggleWrapper ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.liveDashboard .list-results thead tbody span.status,.liveDashboard .list-results tbody thead span.status,.liveDashboard .list-results thead tbody span.status,.liveDashboard .list-results tbody thead span.status,.liveDashboard ._account_api .list-results thead tbody span.status,._account_api .liveDashboard .list-results thead tbody span.status,.liveDashboard ._account_api .list-results tbody thead span.status,._account_api .liveDashboard .list-results tbody thead span.status,.liveDashboard ._account_api .list-results thead tbody span.status,.liveDashboard ._account_api .list-results tbody thead span.status,._account_api .liveDashboard .list-results thead tbody span.status,._account_api .liveDashboard .list-results tbody thead span.status,.liveDashboard .list-results thead tbody td.is-running span,.liveDashboard .list-results tbody td.is-running thead span,.liveDashboard .list-results thead tbody td.is-running span,.liveDashboard .list-results tbody td.is-running thead span,.liveDashboard ._account_api .list-results thead tbody td.is-running span,._account_api .liveDashboard .list-results thead tbody td.is-running span,.liveDashboard ._account_api .list-results tbody td.is-running thead span,._account_api .liveDashboard .list-results tbody td.is-running thead span,.liveDashboard ._account_api .list-results thead tbody td.is-running span,.liveDashboard ._account_api .list-results tbody td.is-running thead span,._account_api .liveDashboard .list-results thead tbody td.is-running span,._account_api .liveDashboard .list-results tbody td.is-running thead span,.liveDashboard .list-results thead tbody td.is-pending span,.liveDashboard .list-results tbody td.is-pending thead span,.liveDashboard .list-results thead tbody td.is-pending span,.liveDashboard .list-results tbody td.is-pending thead span,.liveDashboard ._account_api .list-results thead tbody td.is-pending span,._account_api .liveDashboard .list-results thead tbody td.is-pending span,.liveDashboard ._account_api .list-results tbody td.is-pending thead span,._account_api .liveDashboard .list-results tbody td.is-pending thead span,.liveDashboard ._account_api .list-results thead tbody td.is-pending span,.liveDashboard ._account_api .list-results tbody td.is-pending thead span,._account_api .liveDashboard .list-results thead tbody td.is-pending span,._account_api .liveDashboard .list-results tbody td.is-pending thead span,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .dropdown-toggle:after,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .filter,.liveDashboard .list-results thead .form-label.status span,.liveDashboard .list-results thead .status.status-log span,.liveDashboard .list-results thead .status.status-report-item span,.liveDashboard .list-results thead .double-list dd.status span,.double-list .liveDashboard .list-results thead dd.status span,.liveDashboard .list-results thead .double-list dt.status span,.double-list .liveDashboard .list-results thead dt.status span,.liveDashboard .list-results thead .w-cards-container .w-card .status.title span,.w-cards-container .w-card .liveDashboard .list-results thead .status.title span,.liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value .liveDashboard .list-results thead .status.label span,.liveDashboard .list-results thead tbody tr.sublist .status.title span,.liveDashboard .list-results tbody tr.sublist thead .status.title span,.form-label.status .liveDashboard .list-results thead span,.status.status-log .liveDashboard .list-results thead span,.status.status-report-item .liveDashboard .list-results thead span,.double-list dd.status .liveDashboard .list-results thead span,.double-list dt.status .liveDashboard .list-results thead span,.w-cards-container .w-card .status.title .liveDashboard .list-results thead span,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span,.list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span,.liveDashboard .list-results thead .w-filters-selected label.status.small span,.w-filters-selected label.status.small .liveDashboard .list-results thead span,.liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span,.w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span,.liveDashboard .list-results thead .sub-header .w-form label,.liveDashboard .list-results thead .sub-header .w-double-list label,.sub-header .w-form .liveDashboard .list-results thead label,.sub-header .w-double-list .liveDashboard .list-results thead label,.liveDashboard .list-results thead .block-filters button:after,.block-filters .liveDashboard .list-results thead button:after,.liveDashboard .list-results thead .block-filters select:after,.block-filters .liveDashboard .list-results thead select:after,.liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive,.liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active,.form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-active,.liveDashboard .list-results thead .list-results-header .status.title span,.list-results-header .status.title .liveDashboard .list-results thead span,.liveDashboard .list-results thead tr span,.liveDashboard ._account_api .list-results thead .icon,.liveDashboard ._account_api .list-results thead .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-alert-banner:before,.liveDashboard ._account_api .liveDashboard .list-results thead .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.liveDashboard .w-dialog.plus ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.liveDashboard ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.liveDashboard .w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .liveDashboard .list-results thead .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.liveDashboard .w-toast ._account_api .list-results thead .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.liveDashboard ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.liveDashboard .w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,.w-toast .liveDashboard ._account_api .liveDashboard .list-results thead .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .liveDashboard .list-results thead .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.liveDashboard .block-filters ._account_api .list-results thead .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.liveDashboard ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.liveDashboard .block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,.block-filters .liveDashboard ._account_api .liveDashboard .list-results thead .btn-filter:before,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.liveDashboard .toggleWrapper ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.liveDashboard ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.liveDashboard .toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.liveDashboard ._account_api .list-results thead tbody span.status,.liveDashboard ._account_api .list-results tbody thead span.status,.liveDashboard ._account_api .list-results thead tbody span.status,.liveDashboard ._account_api .list-results tbody thead span.status,.liveDashboard ._account_api .list-results thead tbody span.status,.liveDashboard ._account_api .list-results tbody thead span.status,.liveDashboard ._account_api .list-results thead tbody span.status,.liveDashboard ._account_api .list-results tbody thead span.status,.liveDashboard ._account_api .liveDashboard .list-results thead tbody span.status,.liveDashboard ._account_api .liveDashboard .list-results tbody thead span.status,.liveDashboard ._account_api .list-results thead tbody td.is-running span,.liveDashboard ._account_api .list-results tbody td.is-running thead span,.liveDashboard ._account_api .list-results thead tbody td.is-running span,.liveDashboard ._account_api .list-results tbody td.is-running thead span,.liveDashboard ._account_api .list-results thead tbody td.is-running span,.liveDashboard ._account_api .list-results tbody td.is-running thead span,.liveDashboard ._account_api .list-results thead tbody td.is-running span,.liveDashboard ._account_api .list-results tbody td.is-running thead span,.liveDashboard ._account_api .liveDashboard .list-results thead tbody td.is-running span,.liveDashboard ._account_api .liveDashboard .list-results tbody td.is-running thead span,.liveDashboard ._account_api .list-results thead tbody td.is-pending span,.liveDashboard ._account_api .list-results tbody td.is-pending thead span,.liveDashboard ._account_api .list-results thead tbody td.is-pending span,.liveDashboard ._account_api .list-results tbody td.is-pending thead span,.liveDashboard ._account_api .list-results thead tbody td.is-pending span,.liveDashboard ._account_api .list-results tbody td.is-pending thead span,.liveDashboard ._account_api .list-results thead tbody td.is-pending span,.liveDashboard ._account_api .list-results tbody td.is-pending thead span,.liveDashboard ._account_api .liveDashboard .list-results thead tbody td.is-pending span,.liveDashboard ._account_api .liveDashboard .list-results tbody td.is-pending thead span,._account_api .liveDashboard .list-results thead .icon,._account_api .liveDashboard .list-results thead .w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-alert-banner:before,._account_api .liveDashboard ._account_api .list-results thead .w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,._account_api .w-dialog.plus .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,._account_api .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,._account_api .w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard ._account_api .list-results thead .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,._account_api .w-toast .liveDashboard .list-results thead .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,._account_api .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,._account_api .w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.w-toast ._account_api .liveDashboard ._account_api .list-results thead .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard ._account_api .list-results thead .btn-period-clear:before,._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard ._account_api .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard ._account_api .list-results thead .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,._account_api .block-filters .liveDashboard .list-results thead .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,._account_api .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,._account_api .block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.block-filters ._account_api .liveDashboard ._account_api .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,._account_api .toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,._account_api .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,._account_api .toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard ._account_api .list-results thead input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,._account_api .liveDashboard .list-results thead tbody span.status,._account_api .liveDashboard .list-results tbody thead span.status,._account_api .liveDashboard .list-results thead tbody span.status,._account_api .liveDashboard .list-results tbody thead span.status,._account_api .liveDashboard .list-results thead tbody span.status,._account_api .liveDashboard .list-results tbody thead span.status,._account_api .liveDashboard ._account_api .list-results thead tbody span.status,._account_api .liveDashboard ._account_api .list-results tbody thead span.status,._account_api .liveDashboard .list-results thead tbody span.status,._account_api .liveDashboard .list-results tbody thead span.status,._account_api .liveDashboard .list-results thead tbody td.is-running span,._account_api .liveDashboard .list-results tbody td.is-running thead span,._account_api .liveDashboard .list-results thead tbody td.is-running span,._account_api .liveDashboard .list-results tbody td.is-running thead span,._account_api .liveDashboard .list-results thead tbody td.is-running span,._account_api .liveDashboard .list-results tbody td.is-running thead span,._account_api .liveDashboard ._account_api .list-results thead tbody td.is-running span,._account_api .liveDashboard ._account_api .list-results tbody td.is-running thead span,._account_api .liveDashboard .list-results thead tbody td.is-running span,._account_api .liveDashboard .list-results tbody td.is-running thead span,._account_api .liveDashboard .list-results thead tbody td.is-pending span,._account_api .liveDashboard .list-results tbody td.is-pending thead span,._account_api .liveDashboard .list-results thead tbody td.is-pending span,._account_api .liveDashboard .list-results tbody td.is-pending thead span,._account_api .liveDashboard .list-results thead tbody td.is-pending span,._account_api .liveDashboard .list-results tbody td.is-pending thead span,._account_api .liveDashboard ._account_api .list-results thead tbody td.is-pending span,._account_api .liveDashboard ._account_api .list-results tbody td.is-pending thead span,._account_api .liveDashboard .list-results thead tbody td.is-pending span,._account_api .liveDashboard .list-results tbody td.is-pending thead span,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .filter,.liveDashboard ._account_api .list-results thead .form-label.status span,.liveDashboard ._account_api .list-results thead .status.status-log span,.liveDashboard ._account_api .list-results thead .status.status-report-item span,.liveDashboard ._account_api .list-results thead .double-list dd.status span,.double-list .liveDashboard ._account_api .list-results thead dd.status span,.liveDashboard ._account_api .list-results thead .double-list dt.status span,.double-list .liveDashboard ._account_api .list-results thead dt.status span,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title span,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label span,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span,._account_api .liveDashboard .list-results thead .form-label.status span,._account_api .liveDashboard .list-results thead .status.status-log span,._account_api .liveDashboard .list-results thead .status.status-report-item span,._account_api .liveDashboard .list-results thead .double-list dd.status span,.double-list ._account_api .liveDashboard .list-results thead dd.status span,._account_api .liveDashboard .list-results thead .double-list dt.status span,.double-list ._account_api .liveDashboard .list-results thead dt.status span,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title span,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label span,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span,.liveDashboard .form-label.status ._account_api .list-results thead span,.liveDashboard .status.status-log ._account_api .list-results thead span,.liveDashboard .status.status-report-item ._account_api .list-results thead span,.liveDashboard .double-list dd.status ._account_api .list-results thead span,.double-list .liveDashboard dd.status ._account_api .list-results thead span,.liveDashboard .double-list dt.status ._account_api .list-results thead span,.double-list .liveDashboard dt.status ._account_api .list-results thead span,.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span,.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead span,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead span,.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span,.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead span,.form-label.status ._account_api .liveDashboard .list-results thead span,.status.status-log ._account_api .liveDashboard .list-results thead span,.status.status-report-item ._account_api .liveDashboard .list-results thead span,.double-list dd.status ._account_api .liveDashboard .list-results thead span,.double-list dt.status ._account_api .liveDashboard .list-results thead span,.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead span,.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead span,.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead span,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span,.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span,.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead span,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span,.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span,.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead span,.liveDashboard ._account_api .list-results thead .sub-header .w-form label,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list label,._account_api .liveDashboard .list-results thead .sub-header .w-form label,._account_api .liveDashboard .list-results thead .sub-header .w-double-list label,.liveDashboard .sub-header .w-form ._account_api .list-results thead label,.liveDashboard .sub-header .w-double-list ._account_api .list-results thead label,.sub-header .w-form ._account_api .liveDashboard .list-results thead label,.sub-header .w-double-list ._account_api .liveDashboard .list-results thead label,.liveDashboard ._account_api .list-results thead .block-filters button:after,._account_api .liveDashboard .list-results thead .block-filters button:after,.liveDashboard .block-filters ._account_api .list-results thead button:after,.block-filters ._account_api .liveDashboard .list-results thead button:after,.liveDashboard ._account_api .list-results thead .block-filters select:after,._account_api .liveDashboard .list-results thead .block-filters select:after,.liveDashboard .block-filters ._account_api .list-results thead select:after,.block-filters ._account_api .liveDashboard .list-results thead select:after,.liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive,.liveDashboard .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active,.liveDashboard .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-active,.form-auto-list ._account_api .liveDashboard .list-results thead .form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .list-results-header .status.title span,._account_api .liveDashboard .list-results thead .list-results-header .status.title span,.liveDashboard .list-results-header .status.title ._account_api .list-results thead span,.list-results-header .status.title ._account_api .liveDashboard .list-results thead span,.liveDashboard ._account_api .list-results thead tr span,._account_api .liveDashboard .list-results thead tr span,.liveDashboard ._account_api .list-results thead .icon,.liveDashboard ._account_api .list-results thead .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-alert-banner:before,.liveDashboard ._account_api .liveDashboard .list-results thead .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.liveDashboard .w-dialog.plus ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.liveDashboard ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.liveDashboard .w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .liveDashboard .list-results thead .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.liveDashboard .w-toast ._account_api .list-results thead .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.liveDashboard ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.liveDashboard .w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,.w-toast .liveDashboard ._account_api .liveDashboard .list-results thead .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .liveDashboard .list-results thead .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.liveDashboard .block-filters ._account_api .list-results thead .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.liveDashboard ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.liveDashboard .block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,.block-filters .liveDashboard ._account_api .liveDashboard .list-results thead .btn-filter:before,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.liveDashboard .toggleWrapper ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.liveDashboard ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.liveDashboard .toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.liveDashboard ._account_api .list-results thead tbody span.status,.liveDashboard ._account_api .list-results tbody thead span.status,.liveDashboard ._account_api .list-results thead tbody span.status,.liveDashboard ._account_api .list-results tbody thead span.status,.liveDashboard ._account_api .list-results thead tbody span.status,.liveDashboard ._account_api .list-results tbody thead span.status,.liveDashboard ._account_api .list-results thead tbody span.status,.liveDashboard ._account_api .list-results tbody thead span.status,.liveDashboard ._account_api .liveDashboard .list-results thead tbody span.status,.liveDashboard ._account_api .liveDashboard .list-results tbody thead span.status,.liveDashboard ._account_api .list-results thead tbody td.is-running span,.liveDashboard ._account_api .list-results tbody td.is-running thead span,.liveDashboard ._account_api .list-results thead tbody td.is-running span,.liveDashboard ._account_api .list-results tbody td.is-running thead span,.liveDashboard ._account_api .list-results thead tbody td.is-running span,.liveDashboard ._account_api .list-results tbody td.is-running thead span,.liveDashboard ._account_api .list-results thead tbody td.is-running span,.liveDashboard ._account_api .list-results tbody td.is-running thead span,.liveDashboard ._account_api .liveDashboard .list-results thead tbody td.is-running span,.liveDashboard ._account_api .liveDashboard .list-results tbody td.is-running thead span,.liveDashboard ._account_api .list-results thead tbody td.is-pending span,.liveDashboard ._account_api .list-results tbody td.is-pending thead span,.liveDashboard ._account_api .list-results thead tbody td.is-pending span,.liveDashboard ._account_api .list-results tbody td.is-pending thead span,.liveDashboard ._account_api .list-results thead tbody td.is-pending span,.liveDashboard ._account_api .list-results tbody td.is-pending thead span,.liveDashboard ._account_api .list-results thead tbody td.is-pending span,.liveDashboard ._account_api .list-results tbody td.is-pending thead span,.liveDashboard ._account_api .liveDashboard .list-results thead tbody td.is-pending span,.liveDashboard ._account_api .liveDashboard .list-results tbody td.is-pending thead span,._account_api .liveDashboard .list-results thead .icon,._account_api .liveDashboard .list-results thead .w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-alert-banner:before,._account_api .liveDashboard ._account_api .list-results thead .w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,._account_api .w-dialog.plus .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,._account_api .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,._account_api .w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard ._account_api .list-results thead .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,._account_api .w-toast .liveDashboard .list-results thead .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,._account_api .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,._account_api .w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.w-toast ._account_api .liveDashboard ._account_api .list-results thead .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard ._account_api .list-results thead .btn-period-clear:before,._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard ._account_api .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard ._account_api .list-results thead .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,._account_api .block-filters .liveDashboard .list-results thead .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,._account_api .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,._account_api .block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.block-filters ._account_api .liveDashboard ._account_api .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,._account_api .toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,._account_api .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,._account_api .toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard ._account_api .list-results thead input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,._account_api .liveDashboard .list-results thead tbody span.status,._account_api .liveDashboard .list-results tbody thead span.status,._account_api .liveDashboard .list-results thead tbody span.status,._account_api .liveDashboard .list-results tbody thead span.status,._account_api .liveDashboard .list-results thead tbody span.status,._account_api .liveDashboard .list-results tbody thead span.status,._account_api .liveDashboard ._account_api .list-results thead tbody span.status,._account_api .liveDashboard ._account_api .list-results tbody thead span.status,._account_api .liveDashboard .list-results thead tbody span.status,._account_api .liveDashboard .list-results tbody thead span.status,._account_api .liveDashboard .list-results thead tbody td.is-running span,._account_api .liveDashboard .list-results tbody td.is-running thead span,._account_api .liveDashboard .list-results thead tbody td.is-running span,._account_api .liveDashboard .list-results tbody td.is-running thead span,._account_api .liveDashboard .list-results thead tbody td.is-running span,._account_api .liveDashboard .list-results tbody td.is-running thead span,._account_api .liveDashboard ._account_api .list-results thead tbody td.is-running span,._account_api .liveDashboard ._account_api .list-results tbody td.is-running thead span,._account_api .liveDashboard .list-results thead tbody td.is-running span,._account_api .liveDashboard .list-results tbody td.is-running thead span,._account_api .liveDashboard .list-results thead tbody td.is-pending span,._account_api .liveDashboard .list-results tbody td.is-pending thead span,._account_api .liveDashboard .list-results thead tbody td.is-pending span,._account_api .liveDashboard .list-results tbody td.is-pending thead span,._account_api .liveDashboard .list-results thead tbody td.is-pending span,._account_api .liveDashboard .list-results tbody td.is-pending thead span,._account_api .liveDashboard ._account_api .list-results thead tbody td.is-pending span,._account_api .liveDashboard ._account_api .list-results tbody td.is-pending thead span,._account_api .liveDashboard .list-results thead tbody td.is-pending span,._account_api .liveDashboard .list-results tbody td.is-pending thead span,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .filter,.liveDashboard ._account_api .list-results thead .form-label.status span,.liveDashboard ._account_api .list-results thead .status.status-log span,.liveDashboard ._account_api .list-results thead .status.status-report-item span,.liveDashboard ._account_api .list-results thead .double-list dd.status span,.double-list .liveDashboard ._account_api .list-results thead dd.status span,.liveDashboard ._account_api .list-results thead .double-list dt.status span,.double-list .liveDashboard ._account_api .list-results thead dt.status span,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title span,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label span,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span,._account_api .liveDashboard .list-results thead .form-label.status span,._account_api .liveDashboard .list-results thead .status.status-log span,._account_api .liveDashboard .list-results thead .status.status-report-item span,._account_api .liveDashboard .list-results thead .double-list dd.status span,.double-list ._account_api .liveDashboard .list-results thead dd.status span,._account_api .liveDashboard .list-results thead .double-list dt.status span,.double-list ._account_api .liveDashboard .list-results thead dt.status span,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title span,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label span,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span,.liveDashboard .form-label.status ._account_api .list-results thead span,.liveDashboard .status.status-log ._account_api .list-results thead span,.liveDashboard .status.status-report-item ._account_api .list-results thead span,.liveDashboard .double-list dd.status ._account_api .list-results thead span,.double-list .liveDashboard dd.status ._account_api .list-results thead span,.liveDashboard .double-list dt.status ._account_api .list-results thead span,.double-list .liveDashboard dt.status ._account_api .list-results thead span,.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span,.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead span,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead span,.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span,.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead span,.form-label.status ._account_api .liveDashboard .list-results thead span,.status.status-log ._account_api .liveDashboard .list-results thead span,.status.status-report-item ._account_api .liveDashboard .list-results thead span,.double-list dd.status ._account_api .liveDashboard .list-results thead span,.double-list dt.status ._account_api .liveDashboard .list-results thead span,.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead span,.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead span,.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead span,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span,.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span,.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead span,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span,.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span,.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead span,.liveDashboard ._account_api .list-results thead .sub-header .w-form label,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list label,._account_api .liveDashboard .list-results thead .sub-header .w-form label,._account_api .liveDashboard .list-results thead .sub-header .w-double-list label,.liveDashboard .sub-header .w-form ._account_api .list-results thead label,.liveDashboard .sub-header .w-double-list ._account_api .list-results thead label,.sub-header .w-form ._account_api .liveDashboard .list-results thead label,.sub-header .w-double-list ._account_api .liveDashboard .list-results thead label,.liveDashboard ._account_api .list-results thead .block-filters button:after,._account_api .liveDashboard .list-results thead .block-filters button:after,.liveDashboard .block-filters ._account_api .list-results thead button:after,.block-filters ._account_api .liveDashboard .list-results thead button:after,.liveDashboard ._account_api .list-results thead .block-filters select:after,._account_api .liveDashboard .list-results thead .block-filters select:after,.liveDashboard .block-filters ._account_api .list-results thead select:after,.block-filters ._account_api .liveDashboard .list-results thead select:after,.liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive,.liveDashboard .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active,.liveDashboard .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-active,.form-auto-list ._account_api .liveDashboard .list-results thead .form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .list-results-header .status.title span,._account_api .liveDashboard .list-results thead .list-results-header .status.title span,.liveDashboard .list-results-header .status.title ._account_api .list-results thead span,.list-results-header .status.title ._account_api .liveDashboard .list-results thead span,.liveDashboard ._account_api .list-results thead tr span,._account_api .liveDashboard .list-results thead tr span,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .dropdown-toggle:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .filter,._account_api .form-label.status .liveDashboard .list-results thead span,._account_api .status.status-log .liveDashboard .list-results thead span,._account_api .status.status-report-item .liveDashboard .list-results thead span,._account_api .double-list dd.status .liveDashboard .list-results thead span,.double-list ._account_api dd.status .liveDashboard .list-results thead span,._account_api .double-list dt.status .liveDashboard .list-results thead span,.double-list ._account_api dt.status .liveDashboard .list-results thead span,._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span,.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead span,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead span,._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span,.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead span,.form-label.status .liveDashboard ._account_api .list-results thead span,.status.status-log .liveDashboard ._account_api .list-results thead span,.status.status-report-item .liveDashboard ._account_api .list-results thead span,.double-list dd.status .liveDashboard ._account_api .list-results thead span,.double-list dt.status .liveDashboard ._account_api .list-results thead span,.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead span,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead span,.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead span,._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span,.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead span,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span,.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead span,._account_api .sub-header .w-form .liveDashboard .list-results thead label,._account_api .sub-header .w-double-list .liveDashboard .list-results thead label,.sub-header .w-form .liveDashboard ._account_api .list-results thead label,.sub-header .w-double-list .liveDashboard ._account_api .list-results thead label,._account_api .block-filters .liveDashboard .list-results thead button:after,.block-filters .liveDashboard ._account_api .list-results thead button:after,._account_api .block-filters .liveDashboard .list-results thead select:after,.block-filters .liveDashboard ._account_api .list-results thead select:after,._account_api .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard ._account_api .list-results thead .form-auto-item.is-user-is-inactive,._account_api .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-active,.form-auto-list .liveDashboard ._account_api .list-results thead .form-auto-item.is-user-is-active,._account_api .list-results-header .status.title .liveDashboard .list-results thead span,.list-results-header .status.title .liveDashboard ._account_api .list-results thead span,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .dropdown-toggle:after,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .filter,.liveDashboard .list-results thead .form-label.status span,.liveDashboard .list-results thead .status.status-log span,.liveDashboard .list-results thead .status.status-report-item span,.liveDashboard .list-results thead .double-list dd.status span,.double-list .liveDashboard .list-results thead dd.status span,.liveDashboard .list-results thead .double-list dt.status span,.double-list .liveDashboard .list-results thead dt.status span,.liveDashboard .list-results thead .w-cards-container .w-card .status.title span,.w-cards-container .w-card .liveDashboard .list-results thead .status.title span,.liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value .liveDashboard .list-results thead .status.label span,.liveDashboard .list-results thead tbody tr.sublist .status.title span,.liveDashboard .list-results tbody tr.sublist thead .status.title span,.form-label.status .liveDashboard .list-results thead span,.status.status-log .liveDashboard .list-results thead span,.status.status-report-item .liveDashboard .list-results thead span,.double-list dd.status .liveDashboard .list-results thead span,.double-list dt.status .liveDashboard .list-results thead span,.w-cards-container .w-card .status.title .liveDashboard .list-results thead span,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span,.list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span,.liveDashboard .list-results thead .w-filters-selected label.status.small span,.w-filters-selected label.status.small .liveDashboard .list-results thead span,.liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span,.w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span,.liveDashboard .list-results thead .sub-header .w-form label,.liveDashboard .list-results thead .sub-header .w-double-list label,.sub-header .w-form .liveDashboard .list-results thead label,.sub-header .w-double-list .liveDashboard .list-results thead label,.liveDashboard .list-results thead .block-filters button:after,.block-filters .liveDashboard .list-results thead button:after,.liveDashboard .list-results thead .block-filters select:after,.block-filters .liveDashboard .list-results thead select:after,.liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive,.liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active,.form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-active,.liveDashboard .list-results thead .list-results-header .status.title span,.list-results-header .status.title .liveDashboard .list-results thead span,.liveDashboard .list-results thead tr span,._account_api .list-results thead .icon,._account_api .list-results thead .w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-alert-banner:before,._account_api .list-results thead .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-alert-banner:before,._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus ._account_api .list-results thead .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,._account_api .w-dialog.plus .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus ._account_api .list-results thead .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,._account_api .list-results thead .w-toast .toast.plus:after,.w-toast ._account_api .list-results thead .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,._account_api .w-toast .liveDashboard .list-results thead .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,._account_api .list-results thead .w-toast .toast.plus:after,.w-toast ._account_api .list-results thead .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-clear:before,._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-clear:before,._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,._account_api .list-results thead .block-filters .btn-filter:before,.block-filters ._account_api .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,._account_api .block-filters .liveDashboard .list-results thead .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,._account_api .list-results thead .block-filters .btn-filter:before,.block-filters ._account_api .list-results thead .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper ._account_api .list-results thead input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,._account_api .toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper ._account_api .list-results thead input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,._account_api .list-results thead tbody span.status,._account_api .list-results tbody thead span.status,._account_api .liveDashboard .list-results thead tbody span.status,.liveDashboard ._account_api .list-results thead tbody span.status,._account_api .liveDashboard .list-results tbody thead span.status,.liveDashboard ._account_api .list-results tbody thead span.status,._account_api .list-results thead tbody span.status,._account_api .list-results tbody thead span.status,.liveDashboard ._account_api .list-results thead tbody span.status,.liveDashboard ._account_api .list-results tbody thead span.status,._account_api .liveDashboard .list-results thead tbody span.status,._account_api .liveDashboard .list-results tbody thead span.status,._account_api .list-results thead tbody td.is-running span,._account_api .list-results tbody td.is-running thead span,._account_api .liveDashboard .list-results thead tbody td.is-running span,.liveDashboard ._account_api .list-results thead tbody td.is-running span,._account_api .liveDashboard .list-results tbody td.is-running thead span,.liveDashboard ._account_api .list-results tbody td.is-running thead span,._account_api .list-results thead tbody td.is-running span,._account_api .list-results tbody td.is-running thead span,.liveDashboard ._account_api .list-results thead tbody td.is-running span,.liveDashboard ._account_api .list-results tbody td.is-running thead span,._account_api .liveDashboard .list-results thead tbody td.is-running span,._account_api .liveDashboard .list-results tbody td.is-running thead span,._account_api .list-results thead tbody td.is-pending span,._account_api .list-results tbody td.is-pending thead span,._account_api .liveDashboard .list-results thead tbody td.is-pending span,.liveDashboard ._account_api .list-results thead tbody td.is-pending span,._account_api .liveDashboard .list-results tbody td.is-pending thead span,.liveDashboard ._account_api .list-results tbody td.is-pending thead span,._account_api .list-results thead tbody td.is-pending span,._account_api .list-results tbody td.is-pending thead span,.liveDashboard ._account_api .list-results thead tbody td.is-pending span,.liveDashboard ._account_api .list-results tbody td.is-pending thead span,._account_api .liveDashboard .list-results thead tbody td.is-pending span,._account_api .liveDashboard .list-results tbody td.is-pending thead span,._account_api .liveDashboard .list-results thead .icon,._account_api .liveDashboard .list-results thead .w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-alert-banner:before,._account_api .liveDashboard ._account_api .list-results thead .w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,._account_api .w-dialog.plus .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,._account_api .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,._account_api .w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard ._account_api .list-results thead .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,._account_api .w-toast .liveDashboard .list-results thead .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,._account_api .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,._account_api .w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.w-toast ._account_api .liveDashboard ._account_api .list-results thead .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard ._account_api .list-results thead .btn-period-clear:before,._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard ._account_api .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard ._account_api .list-results thead .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,._account_api .block-filters .liveDashboard .list-results thead .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,._account_api .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,._account_api .block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.block-filters ._account_api .liveDashboard ._account_api .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,._account_api .toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,._account_api .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,._account_api .toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard ._account_api .list-results thead input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,._account_api .liveDashboard .list-results thead tbody span.status,._account_api .liveDashboard .list-results tbody thead span.status,._account_api .liveDashboard .list-results thead tbody span.status,._account_api .liveDashboard .list-results tbody thead span.status,._account_api .liveDashboard .list-results thead tbody span.status,._account_api .liveDashboard .list-results tbody thead span.status,._account_api .liveDashboard ._account_api .list-results thead tbody span.status,._account_api .liveDashboard ._account_api .list-results tbody thead span.status,._account_api .liveDashboard .list-results thead tbody span.status,._account_api .liveDashboard .list-results tbody thead span.status,._account_api .liveDashboard .list-results thead tbody td.is-running span,._account_api .liveDashboard .list-results tbody td.is-running thead span,._account_api .liveDashboard .list-results thead tbody td.is-running span,._account_api .liveDashboard .list-results tbody td.is-running thead span,._account_api .liveDashboard .list-results thead tbody td.is-running span,._account_api .liveDashboard .list-results tbody td.is-running thead span,._account_api .liveDashboard ._account_api .list-results thead tbody td.is-running span,._account_api .liveDashboard ._account_api .list-results tbody td.is-running thead span,._account_api .liveDashboard .list-results thead tbody td.is-running span,._account_api .liveDashboard .list-results tbody td.is-running thead span,._account_api .liveDashboard .list-results thead tbody td.is-pending span,._account_api .liveDashboard .list-results tbody td.is-pending thead span,._account_api .liveDashboard .list-results thead tbody td.is-pending span,._account_api .liveDashboard .list-results tbody td.is-pending thead span,._account_api .liveDashboard .list-results thead tbody td.is-pending span,._account_api .liveDashboard .list-results tbody td.is-pending thead span,._account_api .liveDashboard ._account_api .list-results thead tbody td.is-pending span,._account_api .liveDashboard ._account_api .list-results tbody td.is-pending thead span,._account_api .liveDashboard .list-results thead tbody td.is-pending span,._account_api .liveDashboard .list-results tbody td.is-pending thead span,.liveDashboard ._account_api .list-results thead .icon,.liveDashboard ._account_api .list-results thead .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-alert-banner:before,.liveDashboard ._account_api .liveDashboard .list-results thead .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.liveDashboard .w-dialog.plus ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.liveDashboard ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.liveDashboard .w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .liveDashboard .list-results thead .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.liveDashboard .w-toast ._account_api .list-results thead .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.liveDashboard ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.liveDashboard .w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,.w-toast .liveDashboard ._account_api .liveDashboard .list-results thead .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .liveDashboard .list-results thead .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.liveDashboard .block-filters ._account_api .list-results thead .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.liveDashboard ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.liveDashboard .block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,.block-filters .liveDashboard ._account_api .liveDashboard .list-results thead .btn-filter:before,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.liveDashboard .toggleWrapper ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.liveDashboard ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.liveDashboard .toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.liveDashboard ._account_api .list-results thead tbody span.status,.liveDashboard ._account_api .list-results tbody thead span.status,.liveDashboard ._account_api .list-results thead tbody span.status,.liveDashboard ._account_api .list-results tbody thead span.status,.liveDashboard ._account_api .list-results thead tbody span.status,.liveDashboard ._account_api .list-results tbody thead span.status,.liveDashboard ._account_api .list-results thead tbody span.status,.liveDashboard ._account_api .list-results tbody thead span.status,.liveDashboard ._account_api .liveDashboard .list-results thead tbody span.status,.liveDashboard ._account_api .liveDashboard .list-results tbody thead span.status,.liveDashboard ._account_api .list-results thead tbody td.is-running span,.liveDashboard ._account_api .list-results tbody td.is-running thead span,.liveDashboard ._account_api .list-results thead tbody td.is-running span,.liveDashboard ._account_api .list-results tbody td.is-running thead span,.liveDashboard ._account_api .list-results thead tbody td.is-running span,.liveDashboard ._account_api .list-results tbody td.is-running thead span,.liveDashboard ._account_api .list-results thead tbody td.is-running span,.liveDashboard ._account_api .list-results tbody td.is-running thead span,.liveDashboard ._account_api .liveDashboard .list-results thead tbody td.is-running span,.liveDashboard ._account_api .liveDashboard .list-results tbody td.is-running thead span,.liveDashboard ._account_api .list-results thead tbody td.is-pending span,.liveDashboard ._account_api .list-results tbody td.is-pending thead span,.liveDashboard ._account_api .list-results thead tbody td.is-pending span,.liveDashboard ._account_api .list-results tbody td.is-pending thead span,.liveDashboard ._account_api .list-results thead tbody td.is-pending span,.liveDashboard ._account_api .list-results tbody td.is-pending thead span,.liveDashboard ._account_api .list-results thead tbody td.is-pending span,.liveDashboard ._account_api .list-results tbody td.is-pending thead span,.liveDashboard ._account_api .liveDashboard .list-results thead tbody td.is-pending span,.liveDashboard ._account_api .liveDashboard .list-results tbody td.is-pending thead span,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .filter,._account_api .liveDashboard .list-results thead .form-label.status span,._account_api .liveDashboard .list-results thead .status.status-log span,._account_api .liveDashboard .list-results thead .status.status-report-item span,._account_api .liveDashboard .list-results thead .double-list dd.status span,.double-list ._account_api .liveDashboard .list-results thead dd.status span,._account_api .liveDashboard .list-results thead .double-list dt.status span,.double-list ._account_api .liveDashboard .list-results thead dt.status span,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title span,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label span,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span,.liveDashboard ._account_api .list-results thead .form-label.status span,.liveDashboard ._account_api .list-results thead .status.status-log span,.liveDashboard ._account_api .list-results thead .status.status-report-item span,.liveDashboard ._account_api .list-results thead .double-list dd.status span,.double-list .liveDashboard ._account_api .list-results thead dd.status span,.liveDashboard ._account_api .list-results thead .double-list dt.status span,.double-list .liveDashboard ._account_api .list-results thead dt.status span,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title span,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label span,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span,._account_api .form-label.status .liveDashboard .list-results thead span,._account_api .status.status-log .liveDashboard .list-results thead span,._account_api .status.status-report-item .liveDashboard .list-results thead span,._account_api .double-list dd.status .liveDashboard .list-results thead span,.double-list ._account_api dd.status .liveDashboard .list-results thead span,._account_api .double-list dt.status .liveDashboard .list-results thead span,.double-list ._account_api dt.status .liveDashboard .list-results thead span,._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span,.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead span,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead span,._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span,.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead span,.form-label.status .liveDashboard ._account_api .list-results thead span,.status.status-log .liveDashboard ._account_api .list-results thead span,.status.status-report-item .liveDashboard ._account_api .list-results thead span,.double-list dd.status .liveDashboard ._account_api .list-results thead span,.double-list dt.status .liveDashboard ._account_api .list-results thead span,.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead span,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead span,.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead span,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span,._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span,.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead span,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span,.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead span,._account_api .liveDashboard .list-results thead .sub-header .w-form label,._account_api .liveDashboard .list-results thead .sub-header .w-double-list label,.liveDashboard ._account_api .list-results thead .sub-header .w-form label,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list label,._account_api .sub-header .w-form .liveDashboard .list-results thead label,._account_api .sub-header .w-double-list .liveDashboard .list-results thead label,.sub-header .w-form .liveDashboard ._account_api .list-results thead label,.sub-header .w-double-list .liveDashboard ._account_api .list-results thead label,._account_api .liveDashboard .list-results thead .block-filters button:after,.liveDashboard ._account_api .list-results thead .block-filters button:after,._account_api .block-filters .liveDashboard .list-results thead button:after,.block-filters .liveDashboard ._account_api .list-results thead button:after,._account_api .liveDashboard .list-results thead .block-filters select:after,.liveDashboard ._account_api .list-results thead .block-filters select:after,._account_api .block-filters .liveDashboard .list-results thead select:after,.block-filters .liveDashboard ._account_api .list-results thead select:after,._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive,._account_api .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard ._account_api .list-results thead .form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active,._account_api .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-active,.form-auto-list .liveDashboard ._account_api .list-results thead .form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .list-results-header .status.title span,.liveDashboard ._account_api .list-results thead .list-results-header .status.title span,._account_api .list-results-header .status.title .liveDashboard .list-results thead span,.list-results-header .status.title .liveDashboard ._account_api .list-results thead span,._account_api .liveDashboard .list-results thead tr span,.liveDashboard ._account_api .list-results thead tr span,._account_api .list-results thead .icon,._account_api .list-results thead .w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-alert-banner:before,._account_api .list-results thead .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-alert-banner:before,._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus ._account_api .list-results thead .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,._account_api .w-dialog.plus .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus ._account_api .list-results thead .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,._account_api .list-results thead .w-toast .toast.plus:after,.w-toast ._account_api .list-results thead .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,._account_api .w-toast .liveDashboard .list-results thead .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,._account_api .list-results thead .w-toast .toast.plus:after,.w-toast ._account_api .list-results thead .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-clear:before,._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-clear:before,._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,._account_api .list-results thead .block-filters .btn-filter:before,.block-filters ._account_api .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,._account_api .block-filters .liveDashboard .list-results thead .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,._account_api .list-results thead .block-filters .btn-filter:before,.block-filters ._account_api .list-results thead .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper ._account_api .list-results thead input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,._account_api .toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper ._account_api .list-results thead input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,._account_api .list-results thead tbody span.status,._account_api .list-results tbody thead span.status,._account_api .liveDashboard .list-results thead tbody span.status,.liveDashboard ._account_api .list-results thead tbody span.status,._account_api .liveDashboard .list-results tbody thead span.status,.liveDashboard ._account_api .list-results tbody thead span.status,._account_api .list-results thead tbody span.status,._account_api .list-results tbody thead span.status,.liveDashboard ._account_api .list-results thead tbody span.status,.liveDashboard ._account_api .list-results tbody thead span.status,._account_api .liveDashboard .list-results thead tbody span.status,._account_api .liveDashboard .list-results tbody thead span.status,._account_api .list-results thead tbody td.is-running span,._account_api .list-results tbody td.is-running thead span,._account_api .liveDashboard .list-results thead tbody td.is-running span,.liveDashboard ._account_api .list-results thead tbody td.is-running span,._account_api .liveDashboard .list-results tbody td.is-running thead span,.liveDashboard ._account_api .list-results tbody td.is-running thead span,._account_api .list-results thead tbody td.is-running span,._account_api .list-results tbody td.is-running thead span,.liveDashboard ._account_api .list-results thead tbody td.is-running span,.liveDashboard ._account_api .list-results tbody td.is-running thead span,._account_api .liveDashboard .list-results thead tbody td.is-running span,._account_api .liveDashboard .list-results tbody td.is-running thead span,._account_api .list-results thead tbody td.is-pending span,._account_api .list-results tbody td.is-pending thead span,._account_api .liveDashboard .list-results thead tbody td.is-pending span,.liveDashboard ._account_api .list-results thead tbody td.is-pending span,._account_api .liveDashboard .list-results tbody td.is-pending thead span,.liveDashboard ._account_api .list-results tbody td.is-pending thead span,._account_api .list-results thead tbody td.is-pending span,._account_api .list-results tbody td.is-pending thead span,.liveDashboard ._account_api .list-results thead tbody td.is-pending span,.liveDashboard ._account_api .list-results tbody td.is-pending thead span,._account_api .liveDashboard .list-results thead tbody td.is-pending span,._account_api .liveDashboard .list-results tbody td.is-pending thead span,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .dropdown-toggle:after,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .filter,._account_api .list-results thead .form-label.status span,._account_api .list-results thead .status.status-log span,._account_api .list-results thead .status.status-report-item span,._account_api .list-results thead .double-list dd.status span,.double-list ._account_api .list-results thead dd.status span,._account_api .list-results thead .double-list dt.status span,.double-list ._account_api .list-results thead dt.status span,._account_api .list-results thead .w-cards-container .w-card .status.title span,.w-cards-container .w-card ._account_api .list-results thead .status.title span,._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value ._account_api .list-results thead .status.label span,._account_api .list-results thead tbody tr.sublist .status.title span,._account_api .list-results tbody tr.sublist thead .status.title span,.form-label.status ._account_api .list-results thead span,.status.status-log ._account_api .list-results thead span,.status.status-report-item ._account_api .list-results thead span,.double-list dd.status ._account_api .list-results thead span,.double-list dt.status ._account_api .list-results thead span,.w-cards-container .w-card .status.title ._account_api .list-results thead span,.w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span,.list-results tbody tr.sublist .status.title ._account_api .list-results thead span,._account_api .list-results thead .w-filters-selected label.status.small span,.w-filters-selected label.status.small ._account_api .list-results thead span,._account_api .list-results thead .w-filters-selected .status.btn-f-s span,.w-filters-selected .status.btn-f-s ._account_api .list-results thead span,._account_api .list-results thead .sub-header .w-form label,._account_api .list-results thead .sub-header .w-double-list label,.sub-header .w-form ._account_api .list-results thead label,.sub-header .w-double-list ._account_api .list-results thead label,._account_api .list-results thead .block-filters button:after,.block-filters ._account_api .list-results thead button:after,._account_api .list-results thead .block-filters select:after,.block-filters ._account_api .list-results thead select:after,._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-inactive,._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active,.form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-active,._account_api .list-results thead .list-results-header .status.title span,.list-results-header .status.title ._account_api .list-results thead span,._account_api .list-results thead tr span,.liveDashboard ._account_api .list-results thead .icon,.liveDashboard ._account_api .list-results thead .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-alert-banner:before,.liveDashboard ._account_api .liveDashboard .list-results thead .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.liveDashboard .w-dialog.plus ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.liveDashboard ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.liveDashboard .w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .liveDashboard .list-results thead .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.liveDashboard .w-toast ._account_api .list-results thead .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.liveDashboard ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.liveDashboard .w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,.w-toast .liveDashboard ._account_api .liveDashboard .list-results thead .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .liveDashboard .list-results thead .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.liveDashboard .block-filters ._account_api .list-results thead .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.liveDashboard ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.liveDashboard .block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,.block-filters .liveDashboard ._account_api .liveDashboard .list-results thead .btn-filter:before,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.liveDashboard .toggleWrapper ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.liveDashboard ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.liveDashboard .toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.liveDashboard ._account_api .list-results thead tbody span.status,.liveDashboard ._account_api .list-results tbody thead span.status,.liveDashboard ._account_api .list-results thead tbody span.status,.liveDashboard ._account_api .list-results tbody thead span.status,.liveDashboard ._account_api .list-results thead tbody span.status,.liveDashboard ._account_api .list-results tbody thead span.status,.liveDashboard ._account_api .list-results thead tbody span.status,.liveDashboard ._account_api .list-results tbody thead span.status,.liveDashboard ._account_api .liveDashboard .list-results thead tbody span.status,.liveDashboard ._account_api .liveDashboard .list-results tbody thead span.status,.liveDashboard ._account_api .list-results thead tbody td.is-running span,.liveDashboard ._account_api .list-results tbody td.is-running thead span,.liveDashboard ._account_api .list-results thead tbody td.is-running span,.liveDashboard ._account_api .list-results tbody td.is-running thead span,.liveDashboard ._account_api .list-results thead tbody td.is-running span,.liveDashboard ._account_api .list-results tbody td.is-running thead span,.liveDashboard ._account_api .list-results thead tbody td.is-running span,.liveDashboard ._account_api .list-results tbody td.is-running thead span,.liveDashboard ._account_api .liveDashboard .list-results thead tbody td.is-running span,.liveDashboard ._account_api .liveDashboard .list-results tbody td.is-running thead span,.liveDashboard ._account_api .list-results thead tbody td.is-pending span,.liveDashboard ._account_api .list-results tbody td.is-pending thead span,.liveDashboard ._account_api .list-results thead tbody td.is-pending span,.liveDashboard ._account_api .list-results tbody td.is-pending thead span,.liveDashboard ._account_api .list-results thead tbody td.is-pending span,.liveDashboard ._account_api .list-results tbody td.is-pending thead span,.liveDashboard ._account_api .list-results thead tbody td.is-pending span,.liveDashboard ._account_api .list-results tbody td.is-pending thead span,.liveDashboard ._account_api .liveDashboard .list-results thead tbody td.is-pending span,.liveDashboard ._account_api .liveDashboard .list-results tbody td.is-pending thead span,._account_api .liveDashboard .list-results thead .icon,._account_api .liveDashboard .list-results thead .w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-alert-banner:before,._account_api .liveDashboard ._account_api .list-results thead .w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,._account_api .w-dialog.plus .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,._account_api .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,._account_api .w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard ._account_api .list-results thead .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,._account_api .w-toast .liveDashboard .list-results thead .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,._account_api .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,._account_api .w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.w-toast ._account_api .liveDashboard ._account_api .list-results thead .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard ._account_api .list-results thead .btn-period-clear:before,._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard ._account_api .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard ._account_api .list-results thead .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,._account_api .block-filters .liveDashboard .list-results thead .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,._account_api .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,._account_api .block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.block-filters ._account_api .liveDashboard ._account_api .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,._account_api .toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,._account_api .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,._account_api .toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard ._account_api .list-results thead input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,._account_api .liveDashboard .list-results thead tbody span.status,._account_api .liveDashboard .list-results tbody thead span.status,._account_api .liveDashboard .list-results thead tbody span.status,._account_api .liveDashboard .list-results tbody thead span.status,._account_api .liveDashboard .list-results thead tbody span.status,._account_api .liveDashboard .list-results tbody thead span.status,._account_api .liveDashboard ._account_api .list-results thead tbody span.status,._account_api .liveDashboard ._account_api .list-results tbody thead span.status,._account_api .liveDashboard .list-results thead tbody span.status,._account_api .liveDashboard .list-results tbody thead span.status,._account_api .liveDashboard .list-results thead tbody td.is-running span,._account_api .liveDashboard .list-results tbody td.is-running thead span,._account_api .liveDashboard .list-results thead tbody td.is-running span,._account_api .liveDashboard .list-results tbody td.is-running thead span,._account_api .liveDashboard .list-results thead tbody td.is-running span,._account_api .liveDashboard .list-results tbody td.is-running thead span,._account_api .liveDashboard ._account_api .list-results thead tbody td.is-running span,._account_api .liveDashboard ._account_api .list-results tbody td.is-running thead span,._account_api .liveDashboard .list-results thead tbody td.is-running span,._account_api .liveDashboard .list-results tbody td.is-running thead span,._account_api .liveDashboard .list-results thead tbody td.is-pending span,._account_api .liveDashboard .list-results tbody td.is-pending thead span,._account_api .liveDashboard .list-results thead tbody td.is-pending span,._account_api .liveDashboard .list-results tbody td.is-pending thead span,._account_api .liveDashboard .list-results thead tbody td.is-pending span,._account_api .liveDashboard .list-results tbody td.is-pending thead span,._account_api .liveDashboard ._account_api .list-results thead tbody td.is-pending span,._account_api .liveDashboard ._account_api .list-results tbody td.is-pending thead span,._account_api .liveDashboard .list-results thead tbody td.is-pending span,._account_api .liveDashboard .list-results tbody td.is-pending thead span,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .filter,.liveDashboard ._account_api .list-results thead .form-label.status span,.liveDashboard ._account_api .list-results thead .status.status-log span,.liveDashboard ._account_api .list-results thead .status.status-report-item span,.liveDashboard ._account_api .list-results thead .double-list dd.status span,.double-list .liveDashboard ._account_api .list-results thead dd.status span,.liveDashboard ._account_api .list-results thead .double-list dt.status span,.double-list .liveDashboard ._account_api .list-results thead dt.status span,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title span,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label span,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span,._account_api .liveDashboard .list-results thead .form-label.status span,._account_api .liveDashboard .list-results thead .status.status-log span,._account_api .liveDashboard .list-results thead .status.status-report-item span,._account_api .liveDashboard .list-results thead .double-list dd.status span,.double-list ._account_api .liveDashboard .list-results thead dd.status span,._account_api .liveDashboard .list-results thead .double-list dt.status span,.double-list ._account_api .liveDashboard .list-results thead dt.status span,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title span,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label span,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span,.liveDashboard .form-label.status ._account_api .list-results thead span,.liveDashboard .status.status-log ._account_api .list-results thead span,.liveDashboard .status.status-report-item ._account_api .list-results thead span,.liveDashboard .double-list dd.status ._account_api .list-results thead span,.double-list .liveDashboard dd.status ._account_api .list-results thead span,.liveDashboard .double-list dt.status ._account_api .list-results thead span,.double-list .liveDashboard dt.status ._account_api .list-results thead span,.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span,.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead span,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead span,.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span,.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead span,.form-label.status ._account_api .liveDashboard .list-results thead span,.status.status-log ._account_api .liveDashboard .list-results thead span,.status.status-report-item ._account_api .liveDashboard .list-results thead span,.double-list dd.status ._account_api .liveDashboard .list-results thead span,.double-list dt.status ._account_api .liveDashboard .list-results thead span,.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead span,.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead span,.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead span,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span,.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span,.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead span,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span,.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span,.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead span,.liveDashboard ._account_api .list-results thead .sub-header .w-form label,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list label,._account_api .liveDashboard .list-results thead .sub-header .w-form label,._account_api .liveDashboard .list-results thead .sub-header .w-double-list label,.liveDashboard .sub-header .w-form ._account_api .list-results thead label,.liveDashboard .sub-header .w-double-list ._account_api .list-results thead label,.sub-header .w-form ._account_api .liveDashboard .list-results thead label,.sub-header .w-double-list ._account_api .liveDashboard .list-results thead label,.liveDashboard ._account_api .list-results thead .block-filters button:after,._account_api .liveDashboard .list-results thead .block-filters button:after,.liveDashboard .block-filters ._account_api .list-results thead button:after,.block-filters ._account_api .liveDashboard .list-results thead button:after,.liveDashboard ._account_api .list-results thead .block-filters select:after,._account_api .liveDashboard .list-results thead .block-filters select:after,.liveDashboard .block-filters ._account_api .list-results thead select:after,.block-filters ._account_api .liveDashboard .list-results thead select:after,.liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive,.liveDashboard .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active,.liveDashboard .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-active,.form-auto-list ._account_api .liveDashboard .list-results thead .form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .list-results-header .status.title span,._account_api .liveDashboard .list-results thead .list-results-header .status.title span,.liveDashboard .list-results-header .status.title ._account_api .list-results thead span,.list-results-header .status.title ._account_api .liveDashboard .list-results thead span,.liveDashboard ._account_api .list-results thead tr span,._account_api .liveDashboard .list-results thead tr span,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .dropdown-toggle:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .filter,._account_api .form-label.status .liveDashboard .list-results thead span,._account_api .status.status-log .liveDashboard .list-results thead span,._account_api .status.status-report-item .liveDashboard .list-results thead span,._account_api .double-list dd.status .liveDashboard .list-results thead span,.double-list ._account_api dd.status .liveDashboard .list-results thead span,._account_api .double-list dt.status .liveDashboard .list-results thead span,.double-list ._account_api dt.status .liveDashboard .list-results thead span,._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span,.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead span,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead span,._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span,.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead span,.form-label.status .liveDashboard ._account_api .list-results thead span,.status.status-log .liveDashboard ._account_api .list-results thead span,.status.status-report-item .liveDashboard ._account_api .list-results thead span,.double-list dd.status .liveDashboard ._account_api .list-results thead span,.double-list dt.status .liveDashboard ._account_api .list-results thead span,.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead span,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead span,.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead span,._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span,.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead span,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span,.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead span,._account_api .sub-header .w-form .liveDashboard .list-results thead label,._account_api .sub-header .w-double-list .liveDashboard .list-results thead label,.sub-header .w-form .liveDashboard ._account_api .list-results thead label,.sub-header .w-double-list .liveDashboard ._account_api .list-results thead label,._account_api .block-filters .liveDashboard .list-results thead button:after,.block-filters .liveDashboard ._account_api .list-results thead button:after,._account_api .block-filters .liveDashboard .list-results thead select:after,.block-filters .liveDashboard ._account_api .list-results thead select:after,._account_api .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard ._account_api .list-results thead .form-auto-item.is-user-is-inactive,._account_api .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-active,.form-auto-list .liveDashboard ._account_api .list-results thead .form-auto-item.is-user-is-active,._account_api .list-results-header .status.title .liveDashboard .list-results thead span,.list-results-header .status.title .liveDashboard ._account_api .list-results thead span,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .dropdown-toggle:after,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .filter,._account_api .list-results thead .form-label.status span,._account_api .list-results thead .status.status-log span,._account_api .list-results thead .status.status-report-item span,._account_api .list-results thead .double-list dd.status span,.double-list ._account_api .list-results thead dd.status span,._account_api .list-results thead .double-list dt.status span,.double-list ._account_api .list-results thead dt.status span,._account_api .list-results thead .w-cards-container .w-card .status.title span,.w-cards-container .w-card ._account_api .list-results thead .status.title span,._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value ._account_api .list-results thead .status.label span,._account_api .list-results thead tbody tr.sublist .status.title span,._account_api .list-results tbody tr.sublist thead .status.title span,.form-label.status ._account_api .list-results thead span,.status.status-log ._account_api .list-results thead span,.status.status-report-item ._account_api .list-results thead span,.double-list dd.status ._account_api .list-results thead span,.double-list dt.status ._account_api .list-results thead span,.w-cards-container .w-card .status.title ._account_api .list-results thead span,.w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span,.list-results tbody tr.sublist .status.title ._account_api .list-results thead span,._account_api .list-results thead .w-filters-selected label.status.small span,.w-filters-selected label.status.small ._account_api .list-results thead span,._account_api .list-results thead .w-filters-selected .status.btn-f-s span,.w-filters-selected .status.btn-f-s ._account_api .list-results thead span,._account_api .list-results thead .sub-header .w-form label,._account_api .list-results thead .sub-header .w-double-list label,.sub-header .w-form ._account_api .list-results thead label,.sub-header .w-double-list ._account_api .list-results thead label,._account_api .list-results thead .block-filters button:after,.block-filters ._account_api .list-results thead button:after,._account_api .list-results thead .block-filters select:after,.block-filters ._account_api .list-results thead select:after,._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-inactive,._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active,.form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-active,._account_api .list-results thead .list-results-header .status.title span,.list-results-header .status.title ._account_api .list-results thead span,._account_api .list-results thead tr span{cursor:pointer;border:0;text-transform:uppercase;font-size:1rem;display:flex;align-items:center;width:fit-content;gap:.5rem}.liveDashboard .list-results thead .icon:after,.liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .liveDashboard .list-results thead .dialog-aside:after,.liveDashboard .list-results thead .w-toast .toast.plus:after,.w-toast .liveDashboard .list-results thead .toast.plus:after,.liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label:after,.toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label:after,.liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label:after,.toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label:after,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label:after,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label:after,.liveDashboard .toggleWrapper ._account_api .list-results thead input.mobileToggle+label:after,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label:after,.liveDashboard .list-results thead tbody span.status:after,.liveDashboard .list-results tbody thead span.status:after,.liveDashboard .list-results thead tbody span.status:after,.liveDashboard .list-results tbody thead span.status:after,.liveDashboard ._account_api .list-results thead tbody span.status:after,._account_api .liveDashboard .list-results thead tbody span.status:after,.liveDashboard ._account_api .list-results tbody thead span.status:after,._account_api .liveDashboard .list-results tbody thead span.status:after,.liveDashboard .list-results thead tbody td.is-running span:after,.liveDashboard .list-results tbody td.is-running thead span:after,.liveDashboard .list-results thead tbody td.is-running span:after,.liveDashboard .list-results tbody td.is-running thead span:after,.liveDashboard ._account_api .list-results thead tbody td.is-running span:after,._account_api .liveDashboard .list-results thead tbody td.is-running span:after,.liveDashboard ._account_api .list-results tbody td.is-running thead span:after,._account_api .liveDashboard .list-results tbody td.is-running thead span:after,.liveDashboard .list-results thead tbody td.is-pending span:after,.liveDashboard .list-results tbody td.is-pending thead span:after,.liveDashboard .list-results thead tbody td.is-pending span:after,.liveDashboard .list-results tbody td.is-pending thead span:after,.liveDashboard ._account_api .list-results thead tbody td.is-pending span:after,._account_api .liveDashboard .list-results thead tbody td.is-pending span:after,.liveDashboard ._account_api .list-results tbody td.is-pending thead span:after,._account_api .liveDashboard .list-results tbody td.is-pending thead span:after,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .dropdown-toggle:after,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:after,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .filter:after,.liveDashboard .list-results thead .form-label.status span:after,.liveDashboard .list-results thead .status.status-log span:after,.liveDashboard .list-results thead .status.status-report-item span:after,.liveDashboard .list-results thead .double-list dd.status span:after,.double-list .liveDashboard .list-results thead dd.status span:after,.liveDashboard .list-results thead .double-list dt.status span:after,.double-list .liveDashboard .list-results thead dt.status span:after,.liveDashboard .list-results thead .w-cards-container .w-card .status.title span:after,.w-cards-container .w-card .liveDashboard .list-results thead .status.title span:after,.liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:after,.w-cards-container .w-card.centered .w-value .liveDashboard .list-results thead .status.label span:after,.liveDashboard .list-results thead tbody tr.sublist .status.title span:after,.liveDashboard .list-results tbody tr.sublist thead .status.title span:after,.form-label.status .liveDashboard .list-results thead span:after,.status.status-log .liveDashboard .list-results thead span:after,.status.status-report-item .liveDashboard .list-results thead span:after,.double-list dd.status .liveDashboard .list-results thead span:after,.double-list dt.status .liveDashboard .list-results thead span:after,.w-cards-container .w-card .status.title .liveDashboard .list-results thead span:after,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span:after,.list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span:after,.liveDashboard .list-results thead .w-filters-selected label.status.small span:after,.w-filters-selected label.status.small .liveDashboard .list-results thead span:after,.liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span:after,.w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span:after,.liveDashboard .list-results thead .sub-header .w-form label:after,.liveDashboard .list-results thead .sub-header .w-double-list label:after,.sub-header .w-form .liveDashboard .list-results thead label:after,.sub-header .w-double-list .liveDashboard .list-results thead label:after,.liveDashboard .list-results thead .block-filters button:after,.block-filters .liveDashboard .list-results thead button:after,.liveDashboard .list-results thead .block-filters select:after,.block-filters .liveDashboard .list-results thead select:after,.liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:after,.form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive:after,.liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active:after,.form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-active:after,.liveDashboard .list-results thead .list-results-header .status.title span:after,.list-results-header .status.title .liveDashboard .list-results thead span:after,.liveDashboard .list-results thead tr span:after,.liveDashboard .list-results thead .icon:after,.liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .liveDashboard .list-results thead .dialog-aside:after,.liveDashboard .list-results thead .w-toast .toast.plus:after,.w-toast .liveDashboard .list-results thead .toast.plus:after,.liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label:after,.toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label:after,.liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label:after,.toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label:after,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label:after,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label:after,.liveDashboard .toggleWrapper ._account_api .list-results thead input.mobileToggle+label:after,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label:after,.liveDashboard .list-results thead tbody span.status:after,.liveDashboard .list-results tbody thead span.status:after,.liveDashboard .list-results thead tbody span.status:after,.liveDashboard .list-results tbody thead span.status:after,.liveDashboard ._account_api .list-results thead tbody span.status:after,._account_api .liveDashboard .list-results thead tbody span.status:after,.liveDashboard ._account_api .list-results tbody thead span.status:after,._account_api .liveDashboard .list-results tbody thead span.status:after,.liveDashboard .list-results thead tbody td.is-running span:after,.liveDashboard .list-results tbody td.is-running thead span:after,.liveDashboard .list-results thead tbody td.is-running span:after,.liveDashboard .list-results tbody td.is-running thead span:after,.liveDashboard ._account_api .list-results thead tbody td.is-running span:after,._account_api .liveDashboard .list-results thead tbody td.is-running span:after,.liveDashboard ._account_api .list-results tbody td.is-running thead span:after,._account_api .liveDashboard .list-results tbody td.is-running thead span:after,.liveDashboard .list-results thead tbody td.is-pending span:after,.liveDashboard .list-results tbody td.is-pending thead span:after,.liveDashboard .list-results thead tbody td.is-pending span:after,.liveDashboard .list-results tbody td.is-pending thead span:after,.liveDashboard ._account_api .list-results thead tbody td.is-pending span:after,._account_api .liveDashboard .list-results thead tbody td.is-pending span:after,.liveDashboard ._account_api .list-results tbody td.is-pending thead span:after,._account_api .liveDashboard .list-results tbody td.is-pending thead span:after,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .dropdown-toggle:after,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:after,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .filter:after,.liveDashboard .list-results thead .form-label.status span:after,.liveDashboard .list-results thead .status.status-log span:after,.liveDashboard .list-results thead .status.status-report-item span:after,.liveDashboard .list-results thead .double-list dd.status span:after,.double-list .liveDashboard .list-results thead dd.status span:after,.liveDashboard .list-results thead .double-list dt.status span:after,.double-list .liveDashboard .list-results thead dt.status span:after,.liveDashboard .list-results thead .w-cards-container .w-card .status.title span:after,.w-cards-container .w-card .liveDashboard .list-results thead .status.title span:after,.liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:after,.w-cards-container .w-card.centered .w-value .liveDashboard .list-results thead .status.label span:after,.liveDashboard .list-results thead tbody tr.sublist .status.title span:after,.liveDashboard .list-results tbody tr.sublist thead .status.title span:after,.form-label.status .liveDashboard .list-results thead span:after,.status.status-log .liveDashboard .list-results thead span:after,.status.status-report-item .liveDashboard .list-results thead span:after,.double-list dd.status .liveDashboard .list-results thead span:after,.double-list dt.status .liveDashboard .list-results thead span:after,.w-cards-container .w-card .status.title .liveDashboard .list-results thead span:after,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span:after,.list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span:after,.liveDashboard .list-results thead .w-filters-selected label.status.small span:after,.w-filters-selected label.status.small .liveDashboard .list-results thead span:after,.liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span:after,.w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span:after,.liveDashboard .list-results thead .sub-header .w-form label:after,.liveDashboard .list-results thead .sub-header .w-double-list label:after,.sub-header .w-form .liveDashboard .list-results thead label:after,.sub-header .w-double-list .liveDashboard .list-results thead label:after,.liveDashboard .list-results thead .block-filters button:after,.block-filters .liveDashboard .list-results thead button:after,.liveDashboard .list-results thead .block-filters select:after,.block-filters .liveDashboard .list-results thead select:after,.liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:after,.form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive:after,.liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active:after,.form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-active:after,.liveDashboard .list-results thead .list-results-header .status.title span:after,.list-results-header .status.title .liveDashboard .list-results thead span:after,.liveDashboard .list-results thead tr span:after,.liveDashboard ._account_api .list-results thead .icon:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label:after,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label:after,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label:after,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label:after,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label:after,.liveDashboard .toggleWrapper ._account_api .list-results thead input.mobileToggle+label:after,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label:after,.liveDashboard ._account_api .list-results thead tbody span.status:after,.liveDashboard ._account_api .list-results tbody thead span.status:after,.liveDashboard ._account_api .list-results thead tbody span.status:after,.liveDashboard ._account_api .list-results tbody thead span.status:after,.liveDashboard ._account_api .list-results thead tbody span.status:after,.liveDashboard ._account_api .list-results tbody thead span.status:after,.liveDashboard ._account_api .list-results thead tbody td.is-running span:after,.liveDashboard ._account_api .list-results tbody td.is-running thead span:after,.liveDashboard ._account_api .list-results thead tbody td.is-running span:after,.liveDashboard ._account_api .list-results tbody td.is-running thead span:after,.liveDashboard ._account_api .list-results thead tbody td.is-running span:after,.liveDashboard ._account_api .list-results tbody td.is-running thead span:after,.liveDashboard ._account_api .list-results thead tbody td.is-pending span:after,.liveDashboard ._account_api .list-results tbody td.is-pending thead span:after,.liveDashboard ._account_api .list-results thead tbody td.is-pending span:after,.liveDashboard ._account_api .list-results tbody td.is-pending thead span:after,.liveDashboard ._account_api .list-results thead tbody td.is-pending span:after,.liveDashboard ._account_api .list-results tbody td.is-pending thead span:after,._account_api .liveDashboard .list-results thead .icon:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label:after,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label:after,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label:after,._account_api .toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label:after,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label:after,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label:after,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label:after,._account_api .liveDashboard .list-results thead tbody span.status:after,._account_api .liveDashboard .list-results tbody thead span.status:after,._account_api .liveDashboard .list-results thead tbody span.status:after,._account_api .liveDashboard .list-results tbody thead span.status:after,._account_api .liveDashboard .list-results thead tbody span.status:after,._account_api .liveDashboard .list-results tbody thead span.status:after,._account_api .liveDashboard .list-results thead tbody td.is-running span:after,._account_api .liveDashboard .list-results tbody td.is-running thead span:after,._account_api .liveDashboard .list-results thead tbody td.is-running span:after,._account_api .liveDashboard .list-results tbody td.is-running thead span:after,._account_api .liveDashboard .list-results thead tbody td.is-running span:after,._account_api .liveDashboard .list-results tbody td.is-running thead span:after,._account_api .liveDashboard .list-results thead tbody td.is-pending span:after,._account_api .liveDashboard .list-results tbody td.is-pending thead span:after,._account_api .liveDashboard .list-results thead tbody td.is-pending span:after,._account_api .liveDashboard .list-results tbody td.is-pending thead span:after,._account_api .liveDashboard .list-results thead tbody td.is-pending span:after,._account_api .liveDashboard .list-results tbody td.is-pending thead span:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .filter:after,.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .filter:after,.liveDashboard ._account_api .list-results thead .form-label.status span:after,.liveDashboard ._account_api .list-results thead .status.status-log span:after,.liveDashboard ._account_api .list-results thead .status.status-report-item span:after,.liveDashboard ._account_api .list-results thead .double-list dd.status span:after,.double-list .liveDashboard ._account_api .list-results thead dd.status span:after,.liveDashboard ._account_api .list-results thead .double-list dt.status span:after,.double-list .liveDashboard ._account_api .list-results thead dt.status span:after,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span:after,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title span:after,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:after,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label span:after,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span:after,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span:after,._account_api .liveDashboard .list-results thead .form-label.status span:after,._account_api .liveDashboard .list-results thead .status.status-log span:after,._account_api .liveDashboard .list-results thead .status.status-report-item span:after,._account_api .liveDashboard .list-results thead .double-list dd.status span:after,.double-list ._account_api .liveDashboard .list-results thead dd.status span:after,._account_api .liveDashboard .list-results thead .double-list dt.status span:after,.double-list ._account_api .liveDashboard .list-results thead dt.status span:after,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span:after,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title span:after,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:after,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label span:after,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span:after,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span:after,.liveDashboard .form-label.status ._account_api .list-results thead span:after,.liveDashboard .status.status-log ._account_api .list-results thead span:after,.liveDashboard .status.status-report-item ._account_api .list-results thead span:after,.liveDashboard .double-list dd.status ._account_api .list-results thead span:after,.double-list .liveDashboard dd.status ._account_api .list-results thead span:after,.liveDashboard .double-list dt.status ._account_api .list-results thead span:after,.double-list .liveDashboard dt.status ._account_api .list-results thead span:after,.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span:after,.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead span:after,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span:after,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead span:after,.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span:after,.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead span:after,.form-label.status ._account_api .liveDashboard .list-results thead span:after,.status.status-log ._account_api .liveDashboard .list-results thead span:after,.status.status-report-item ._account_api .liveDashboard .list-results thead span:after,.double-list dd.status ._account_api .liveDashboard .list-results thead span:after,.double-list dt.status ._account_api .liveDashboard .list-results thead span:after,.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead span:after,.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead span:after,.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead span:after,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span:after,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span:after,.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span:after,.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead span:after,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span:after,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span:after,.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span:after,.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead span:after,.liveDashboard ._account_api .list-results thead .sub-header .w-form label:after,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list label:after,._account_api .liveDashboard .list-results thead .sub-header .w-form label:after,._account_api .liveDashboard .list-results thead .sub-header .w-double-list label:after,.liveDashboard .sub-header .w-form ._account_api .list-results thead label:after,.liveDashboard .sub-header .w-double-list ._account_api .list-results thead label:after,.sub-header .w-form ._account_api .liveDashboard .list-results thead label:after,.sub-header .w-double-list ._account_api .liveDashboard .list-results thead label:after,.liveDashboard ._account_api .list-results thead .block-filters button:after,._account_api .liveDashboard .list-results thead .block-filters button:after,.liveDashboard .block-filters ._account_api .list-results thead button:after,.block-filters ._account_api .liveDashboard .list-results thead button:after,.liveDashboard ._account_api .list-results thead .block-filters select:after,._account_api .liveDashboard .list-results thead .block-filters select:after,.liveDashboard .block-filters ._account_api .list-results thead select:after,.block-filters ._account_api .liveDashboard .list-results thead select:after,.liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:after,._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:after,.liveDashboard .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-inactive:after,.form-auto-list ._account_api .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive:after,.liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active:after,._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active:after,.liveDashboard .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-active:after,.form-auto-list ._account_api .liveDashboard .list-results thead .form-auto-item.is-user-is-active:after,.liveDashboard ._account_api .list-results thead .list-results-header .status.title span:after,._account_api .liveDashboard .list-results thead .list-results-header .status.title span:after,.liveDashboard .list-results-header .status.title ._account_api .list-results thead span:after,.list-results-header .status.title ._account_api .liveDashboard .list-results thead span:after,.liveDashboard ._account_api .list-results thead tr span:after,._account_api .liveDashboard .list-results thead tr span:after,.liveDashboard ._account_api .list-results thead .icon:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label:after,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label:after,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label:after,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label:after,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label:after,.liveDashboard .toggleWrapper ._account_api .list-results thead input.mobileToggle+label:after,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label:after,.liveDashboard ._account_api .list-results thead tbody span.status:after,.liveDashboard ._account_api .list-results tbody thead span.status:after,.liveDashboard ._account_api .list-results thead tbody span.status:after,.liveDashboard ._account_api .list-results tbody thead span.status:after,.liveDashboard ._account_api .list-results thead tbody span.status:after,.liveDashboard ._account_api .list-results tbody thead span.status:after,.liveDashboard ._account_api .list-results thead tbody td.is-running span:after,.liveDashboard ._account_api .list-results tbody td.is-running thead span:after,.liveDashboard ._account_api .list-results thead tbody td.is-running span:after,.liveDashboard ._account_api .list-results tbody td.is-running thead span:after,.liveDashboard ._account_api .list-results thead tbody td.is-running span:after,.liveDashboard ._account_api .list-results tbody td.is-running thead span:after,.liveDashboard ._account_api .list-results thead tbody td.is-pending span:after,.liveDashboard ._account_api .list-results tbody td.is-pending thead span:after,.liveDashboard ._account_api .list-results thead tbody td.is-pending span:after,.liveDashboard ._account_api .list-results tbody td.is-pending thead span:after,.liveDashboard ._account_api .list-results thead tbody td.is-pending span:after,.liveDashboard ._account_api .list-results tbody td.is-pending thead span:after,._account_api .liveDashboard .list-results thead .icon:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label:after,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label:after,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label:after,._account_api .toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label:after,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label:after,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label:after,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label:after,._account_api .liveDashboard .list-results thead tbody span.status:after,._account_api .liveDashboard .list-results tbody thead span.status:after,._account_api .liveDashboard .list-results thead tbody span.status:after,._account_api .liveDashboard .list-results tbody thead span.status:after,._account_api .liveDashboard .list-results thead tbody span.status:after,._account_api .liveDashboard .list-results tbody thead span.status:after,._account_api .liveDashboard .list-results thead tbody td.is-running span:after,._account_api .liveDashboard .list-results tbody td.is-running thead span:after,._account_api .liveDashboard .list-results thead tbody td.is-running span:after,._account_api .liveDashboard .list-results tbody td.is-running thead span:after,._account_api .liveDashboard .list-results thead tbody td.is-running span:after,._account_api .liveDashboard .list-results tbody td.is-running thead span:after,._account_api .liveDashboard .list-results thead tbody td.is-pending span:after,._account_api .liveDashboard .list-results tbody td.is-pending thead span:after,._account_api .liveDashboard .list-results thead tbody td.is-pending span:after,._account_api .liveDashboard .list-results tbody td.is-pending thead span:after,._account_api .liveDashboard .list-results thead tbody td.is-pending span:after,._account_api .liveDashboard .list-results tbody td.is-pending thead span:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .filter:after,.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .filter:after,.liveDashboard ._account_api .list-results thead .form-label.status span:after,.liveDashboard ._account_api .list-results thead .status.status-log span:after,.liveDashboard ._account_api .list-results thead .status.status-report-item span:after,.liveDashboard ._account_api .list-results thead .double-list dd.status span:after,.double-list .liveDashboard ._account_api .list-results thead dd.status span:after,.liveDashboard ._account_api .list-results thead .double-list dt.status span:after,.double-list .liveDashboard ._account_api .list-results thead dt.status span:after,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span:after,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title span:after,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:after,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label span:after,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span:after,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span:after,._account_api .liveDashboard .list-results thead .form-label.status span:after,._account_api .liveDashboard .list-results thead .status.status-log span:after,._account_api .liveDashboard .list-results thead .status.status-report-item span:after,._account_api .liveDashboard .list-results thead .double-list dd.status span:after,.double-list ._account_api .liveDashboard .list-results thead dd.status span:after,._account_api .liveDashboard .list-results thead .double-list dt.status span:after,.double-list ._account_api .liveDashboard .list-results thead dt.status span:after,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span:after,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title span:after,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:after,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label span:after,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span:after,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span:after,.liveDashboard .form-label.status ._account_api .list-results thead span:after,.liveDashboard .status.status-log ._account_api .list-results thead span:after,.liveDashboard .status.status-report-item ._account_api .list-results thead span:after,.liveDashboard .double-list dd.status ._account_api .list-results thead span:after,.double-list .liveDashboard dd.status ._account_api .list-results thead span:after,.liveDashboard .double-list dt.status ._account_api .list-results thead span:after,.double-list .liveDashboard dt.status ._account_api .list-results thead span:after,.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span:after,.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead span:after,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span:after,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead span:after,.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span:after,.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead span:after,.form-label.status ._account_api .liveDashboard .list-results thead span:after,.status.status-log ._account_api .liveDashboard .list-results thead span:after,.status.status-report-item ._account_api .liveDashboard .list-results thead span:after,.double-list dd.status ._account_api .liveDashboard .list-results thead span:after,.double-list dt.status ._account_api .liveDashboard .list-results thead span:after,.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead span:after,.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead span:after,.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead span:after,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span:after,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span:after,.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span:after,.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead span:after,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span:after,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span:after,.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span:after,.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead span:after,.liveDashboard ._account_api .list-results thead .sub-header .w-form label:after,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list label:after,._account_api .liveDashboard .list-results thead .sub-header .w-form label:after,._account_api .liveDashboard .list-results thead .sub-header .w-double-list label:after,.liveDashboard .sub-header .w-form ._account_api .list-results thead label:after,.liveDashboard .sub-header .w-double-list ._account_api .list-results thead label:after,.sub-header .w-form ._account_api .liveDashboard .list-results thead label:after,.sub-header .w-double-list ._account_api .liveDashboard .list-results thead label:after,.liveDashboard ._account_api .list-results thead .block-filters button:after,._account_api .liveDashboard .list-results thead .block-filters button:after,.liveDashboard .block-filters ._account_api .list-results thead button:after,.block-filters ._account_api .liveDashboard .list-results thead button:after,.liveDashboard ._account_api .list-results thead .block-filters select:after,._account_api .liveDashboard .list-results thead .block-filters select:after,.liveDashboard .block-filters ._account_api .list-results thead select:after,.block-filters ._account_api .liveDashboard .list-results thead select:after,.liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:after,._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:after,.liveDashboard .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-inactive:after,.form-auto-list ._account_api .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive:after,.liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active:after,._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active:after,.liveDashboard .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-active:after,.form-auto-list ._account_api .liveDashboard .list-results thead .form-auto-item.is-user-is-active:after,.liveDashboard ._account_api .list-results thead .list-results-header .status.title span:after,._account_api .liveDashboard .list-results thead .list-results-header .status.title span:after,.liveDashboard .list-results-header .status.title ._account_api .list-results thead span:after,.list-results-header .status.title ._account_api .liveDashboard .list-results thead span:after,.liveDashboard ._account_api .list-results thead tr span:after,._account_api .liveDashboard .list-results thead tr span:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .dropdown-toggle:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .filter:after,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .filter:after,._account_api .form-label.status .liveDashboard .list-results thead span:after,._account_api .status.status-log .liveDashboard .list-results thead span:after,._account_api .status.status-report-item .liveDashboard .list-results thead span:after,._account_api .double-list dd.status .liveDashboard .list-results thead span:after,.double-list ._account_api dd.status .liveDashboard .list-results thead span:after,._account_api .double-list dt.status .liveDashboard .list-results thead span:after,.double-list ._account_api dt.status .liveDashboard .list-results thead span:after,._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span:after,.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead span:after,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span:after,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead span:after,._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span:after,.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead span:after,.form-label.status .liveDashboard ._account_api .list-results thead span:after,.status.status-log .liveDashboard ._account_api .list-results thead span:after,.status.status-report-item .liveDashboard ._account_api .list-results thead span:after,.double-list dd.status .liveDashboard ._account_api .list-results thead span:after,.double-list dt.status .liveDashboard ._account_api .list-results thead span:after,.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead span:after,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead span:after,.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead span:after,._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span:after,.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead span:after,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span:after,.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead span:after,._account_api .sub-header .w-form .liveDashboard .list-results thead label:after,._account_api .sub-header .w-double-list .liveDashboard .list-results thead label:after,.sub-header .w-form .liveDashboard ._account_api .list-results thead label:after,.sub-header .w-double-list .liveDashboard ._account_api .list-results thead label:after,._account_api .block-filters .liveDashboard .list-results thead button:after,.block-filters .liveDashboard ._account_api .list-results thead button:after,._account_api .block-filters .liveDashboard .list-results thead select:after,.block-filters .liveDashboard ._account_api .list-results thead select:after,._account_api .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive:after,.form-auto-list .liveDashboard ._account_api .list-results thead .form-auto-item.is-user-is-inactive:after,._account_api .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-active:after,.form-auto-list .liveDashboard ._account_api .list-results thead .form-auto-item.is-user-is-active:after,._account_api .list-results-header .status.title .liveDashboard .list-results thead span:after,.list-results-header .status.title .liveDashboard ._account_api .list-results thead span:after,._account_api .list-results thead .icon:after,._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus ._account_api .list-results thead .dialog-aside:after,._account_api .list-results thead .w-toast .toast.plus:after,.w-toast ._account_api .list-results thead .toast.plus:after,._account_api .list-results thead .toggleWrapper input.mobileToggle+label:after,.toggleWrapper ._account_api .list-results thead input.mobileToggle+label:after,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label:after,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label:after,._account_api .toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label:after,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label:after,._account_api .list-results thead .toggleWrapper input.mobileToggle+label:after,.toggleWrapper ._account_api .list-results thead input.mobileToggle+label:after,._account_api .list-results thead tbody span.status:after,._account_api .list-results tbody thead span.status:after,._account_api .liveDashboard .list-results thead tbody span.status:after,.liveDashboard ._account_api .list-results thead tbody span.status:after,._account_api .liveDashboard .list-results tbody thead span.status:after,.liveDashboard ._account_api .list-results tbody thead span.status:after,._account_api .list-results thead tbody span.status:after,._account_api .list-results tbody thead span.status:after,._account_api .list-results thead tbody td.is-running span:after,._account_api .list-results tbody td.is-running thead span:after,._account_api .liveDashboard .list-results thead tbody td.is-running span:after,.liveDashboard ._account_api .list-results thead tbody td.is-running span:after,._account_api .liveDashboard .list-results tbody td.is-running thead span:after,.liveDashboard ._account_api .list-results tbody td.is-running thead span:after,._account_api .list-results thead tbody td.is-running span:after,._account_api .list-results tbody td.is-running thead span:after,._account_api .list-results thead tbody td.is-pending span:after,._account_api .list-results tbody td.is-pending thead span:after,._account_api .liveDashboard .list-results thead tbody td.is-pending span:after,.liveDashboard ._account_api .list-results thead tbody td.is-pending span:after,._account_api .liveDashboard .list-results tbody td.is-pending thead span:after,.liveDashboard ._account_api .list-results tbody td.is-pending thead span:after,._account_api .list-results thead tbody td.is-pending span:after,._account_api .list-results tbody td.is-pending thead span:after,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .dropdown-toggle:after,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:after,.w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .filter:after,._account_api .list-results thead .form-label.status span:after,._account_api .list-results thead .status.status-log span:after,._account_api .list-results thead .status.status-report-item span:after,._account_api .list-results thead .double-list dd.status span:after,.double-list ._account_api .list-results thead dd.status span:after,._account_api .list-results thead .double-list dt.status span:after,.double-list ._account_api .list-results thead dt.status span:after,._account_api .list-results thead .w-cards-container .w-card .status.title span:after,.w-cards-container .w-card ._account_api .list-results thead .status.title span:after,._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:after,.w-cards-container .w-card.centered .w-value ._account_api .list-results thead .status.label span:after,._account_api .list-results thead tbody tr.sublist .status.title span:after,._account_api .list-results tbody tr.sublist thead .status.title span:after,.form-label.status ._account_api .list-results thead span:after,.status.status-log ._account_api .list-results thead span:after,.status.status-report-item ._account_api .list-results thead span:after,.double-list dd.status ._account_api .list-results thead span:after,.double-list dt.status ._account_api .list-results thead span:after,.w-cards-container .w-card .status.title ._account_api .list-results thead span:after,.w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span:after,.list-results tbody tr.sublist .status.title ._account_api .list-results thead span:after,._account_api .list-results thead .w-filters-selected label.status.small span:after,.w-filters-selected label.status.small ._account_api .list-results thead span:after,._account_api .list-results thead .w-filters-selected .status.btn-f-s span:after,.w-filters-selected .status.btn-f-s ._account_api .list-results thead span:after,._account_api .list-results thead .sub-header .w-form label:after,._account_api .list-results thead .sub-header .w-double-list label:after,.sub-header .w-form ._account_api .list-results thead label:after,.sub-header .w-double-list ._account_api .list-results thead label:after,._account_api .list-results thead .block-filters button:after,.block-filters ._account_api .list-results thead button:after,._account_api .list-results thead .block-filters select:after,.block-filters ._account_api .list-results thead select:after,._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:after,.form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-inactive:after,._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active:after,.form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-active:after,._account_api .list-results thead .list-results-header .status.title span:after,.list-results-header .status.title ._account_api .list-results thead span:after,._account_api .list-results thead tr span:after,._account_api .liveDashboard .list-results thead .icon:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label:after,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label:after,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label:after,._account_api .toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label:after,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label:after,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label:after,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label:after,._account_api .liveDashboard .list-results thead tbody span.status:after,._account_api .liveDashboard .list-results tbody thead span.status:after,._account_api .liveDashboard .list-results thead tbody span.status:after,._account_api .liveDashboard .list-results tbody thead span.status:after,._account_api .liveDashboard .list-results thead tbody span.status:after,._account_api .liveDashboard .list-results tbody thead span.status:after,._account_api .liveDashboard .list-results thead tbody td.is-running span:after,._account_api .liveDashboard .list-results tbody td.is-running thead span:after,._account_api .liveDashboard .list-results thead tbody td.is-running span:after,._account_api .liveDashboard .list-results tbody td.is-running thead span:after,._account_api .liveDashboard .list-results thead tbody td.is-running span:after,._account_api .liveDashboard .list-results tbody td.is-running thead span:after,._account_api .liveDashboard .list-results thead tbody td.is-pending span:after,._account_api .liveDashboard .list-results tbody td.is-pending thead span:after,._account_api .liveDashboard .list-results thead tbody td.is-pending span:after,._account_api .liveDashboard .list-results tbody td.is-pending thead span:after,._account_api .liveDashboard .list-results thead tbody td.is-pending span:after,._account_api .liveDashboard .list-results tbody td.is-pending thead span:after,.liveDashboard ._account_api .list-results thead .icon:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label:after,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label:after,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label:after,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label:after,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label:after,.liveDashboard .toggleWrapper ._account_api .list-results thead input.mobileToggle+label:after,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label:after,.liveDashboard ._account_api .list-results thead tbody span.status:after,.liveDashboard ._account_api .list-results tbody thead span.status:after,.liveDashboard ._account_api .list-results thead tbody span.status:after,.liveDashboard ._account_api .list-results tbody thead span.status:after,.liveDashboard ._account_api .list-results thead tbody span.status:after,.liveDashboard ._account_api .list-results tbody thead span.status:after,.liveDashboard ._account_api .list-results thead tbody td.is-running span:after,.liveDashboard ._account_api .list-results tbody td.is-running thead span:after,.liveDashboard ._account_api .list-results thead tbody td.is-running span:after,.liveDashboard ._account_api .list-results tbody td.is-running thead span:after,.liveDashboard ._account_api .list-results thead tbody td.is-running span:after,.liveDashboard ._account_api .list-results tbody td.is-running thead span:after,.liveDashboard ._account_api .list-results thead tbody td.is-pending span:after,.liveDashboard ._account_api .list-results tbody td.is-pending thead span:after,.liveDashboard ._account_api .list-results thead tbody td.is-pending span:after,.liveDashboard ._account_api .list-results tbody td.is-pending thead span:after,.liveDashboard ._account_api .list-results thead tbody td.is-pending span:after,.liveDashboard ._account_api .list-results tbody td.is-pending thead span:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .filter:after,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .filter:after,._account_api .liveDashboard .list-results thead .form-label.status span:after,._account_api .liveDashboard .list-results thead .status.status-log span:after,._account_api .liveDashboard .list-results thead .status.status-report-item span:after,._account_api .liveDashboard .list-results thead .double-list dd.status span:after,.double-list ._account_api .liveDashboard .list-results thead dd.status span:after,._account_api .liveDashboard .list-results thead .double-list dt.status span:after,.double-list ._account_api .liveDashboard .list-results thead dt.status span:after,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span:after,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title span:after,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:after,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label span:after,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span:after,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span:after,.liveDashboard ._account_api .list-results thead .form-label.status span:after,.liveDashboard ._account_api .list-results thead .status.status-log span:after,.liveDashboard ._account_api .list-results thead .status.status-report-item span:after,.liveDashboard ._account_api .list-results thead .double-list dd.status span:after,.double-list .liveDashboard ._account_api .list-results thead dd.status span:after,.liveDashboard ._account_api .list-results thead .double-list dt.status span:after,.double-list .liveDashboard ._account_api .list-results thead dt.status span:after,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span:after,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title span:after,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:after,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label span:after,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span:after,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span:after,._account_api .form-label.status .liveDashboard .list-results thead span:after,._account_api .status.status-log .liveDashboard .list-results thead span:after,._account_api .status.status-report-item .liveDashboard .list-results thead span:after,._account_api .double-list dd.status .liveDashboard .list-results thead span:after,.double-list ._account_api dd.status .liveDashboard .list-results thead span:after,._account_api .double-list dt.status .liveDashboard .list-results thead span:after,.double-list ._account_api dt.status .liveDashboard .list-results thead span:after,._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span:after,.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead span:after,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span:after,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead span:after,._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span:after,.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead span:after,.form-label.status .liveDashboard ._account_api .list-results thead span:after,.status.status-log .liveDashboard ._account_api .list-results thead span:after,.status.status-report-item .liveDashboard ._account_api .list-results thead span:after,.double-list dd.status .liveDashboard ._account_api .list-results thead span:after,.double-list dt.status .liveDashboard ._account_api .list-results thead span:after,.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead span:after,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead span:after,.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead span:after,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span:after,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span:after,._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span:after,.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead span:after,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span:after,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span:after,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span:after,.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead span:after,._account_api .liveDashboard .list-results thead .sub-header .w-form label:after,._account_api .liveDashboard .list-results thead .sub-header .w-double-list label:after,.liveDashboard ._account_api .list-results thead .sub-header .w-form label:after,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list label:after,._account_api .sub-header .w-form .liveDashboard .list-results thead label:after,._account_api .sub-header .w-double-list .liveDashboard .list-results thead label:after,.sub-header .w-form .liveDashboard ._account_api .list-results thead label:after,.sub-header .w-double-list .liveDashboard ._account_api .list-results thead label:after,._account_api .liveDashboard .list-results thead .block-filters button:after,.liveDashboard ._account_api .list-results thead .block-filters button:after,._account_api .block-filters .liveDashboard .list-results thead button:after,.block-filters .liveDashboard ._account_api .list-results thead button:after,._account_api .liveDashboard .list-results thead .block-filters select:after,.liveDashboard ._account_api .list-results thead .block-filters select:after,._account_api .block-filters .liveDashboard .list-results thead select:after,.block-filters .liveDashboard ._account_api .list-results thead select:after,._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:after,.liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:after,._account_api .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive:after,.form-auto-list .liveDashboard ._account_api .list-results thead .form-auto-item.is-user-is-inactive:after,._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active:after,.liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active:after,._account_api .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-active:after,.form-auto-list .liveDashboard ._account_api .list-results thead .form-auto-item.is-user-is-active:after,._account_api .liveDashboard .list-results thead .list-results-header .status.title span:after,.liveDashboard ._account_api .list-results thead .list-results-header .status.title span:after,._account_api .list-results-header .status.title .liveDashboard .list-results thead span:after,.list-results-header .status.title .liveDashboard ._account_api .list-results thead span:after,._account_api .liveDashboard .list-results thead tr span:after,.liveDashboard ._account_api .list-results thead tr span:after,._account_api .list-results thead .icon:after,._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus ._account_api .list-results thead .dialog-aside:after,._account_api .list-results thead .w-toast .toast.plus:after,.w-toast ._account_api .list-results thead .toast.plus:after,._account_api .list-results thead .toggleWrapper input.mobileToggle+label:after,.toggleWrapper ._account_api .list-results thead input.mobileToggle+label:after,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label:after,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label:after,._account_api .toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label:after,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label:after,._account_api .list-results thead .toggleWrapper input.mobileToggle+label:after,.toggleWrapper ._account_api .list-results thead input.mobileToggle+label:after,._account_api .list-results thead tbody span.status:after,._account_api .list-results tbody thead span.status:after,._account_api .liveDashboard .list-results thead tbody span.status:after,.liveDashboard ._account_api .list-results thead tbody span.status:after,._account_api .liveDashboard .list-results tbody thead span.status:after,.liveDashboard ._account_api .list-results tbody thead span.status:after,._account_api .list-results thead tbody span.status:after,._account_api .list-results tbody thead span.status:after,._account_api .list-results thead tbody td.is-running span:after,._account_api .list-results tbody td.is-running thead span:after,._account_api .liveDashboard .list-results thead tbody td.is-running span:after,.liveDashboard ._account_api .list-results thead tbody td.is-running span:after,._account_api .liveDashboard .list-results tbody td.is-running thead span:after,.liveDashboard ._account_api .list-results tbody td.is-running thead span:after,._account_api .list-results thead tbody td.is-running span:after,._account_api .list-results tbody td.is-running thead span:after,._account_api .list-results thead tbody td.is-pending span:after,._account_api .list-results tbody td.is-pending thead span:after,._account_api .liveDashboard .list-results thead tbody td.is-pending span:after,.liveDashboard ._account_api .list-results thead tbody td.is-pending span:after,._account_api .liveDashboard .list-results tbody td.is-pending thead span:after,.liveDashboard ._account_api .list-results tbody td.is-pending thead span:after,._account_api .list-results thead tbody td.is-pending span:after,._account_api .list-results tbody td.is-pending thead span:after,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .dropdown-toggle:after,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:after,.w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .filter:after,._account_api .list-results thead .form-label.status span:after,._account_api .list-results thead .status.status-log span:after,._account_api .list-results thead .status.status-report-item span:after,._account_api .list-results thead .double-list dd.status span:after,.double-list ._account_api .list-results thead dd.status span:after,._account_api .list-results thead .double-list dt.status span:after,.double-list ._account_api .list-results thead dt.status span:after,._account_api .list-results thead .w-cards-container .w-card .status.title span:after,.w-cards-container .w-card ._account_api .list-results thead .status.title span:after,._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:after,.w-cards-container .w-card.centered .w-value ._account_api .list-results thead .status.label span:after,._account_api .list-results thead tbody tr.sublist .status.title span:after,._account_api .list-results tbody tr.sublist thead .status.title span:after,.form-label.status ._account_api .list-results thead span:after,.status.status-log ._account_api .list-results thead span:after,.status.status-report-item ._account_api .list-results thead span:after,.double-list dd.status ._account_api .list-results thead span:after,.double-list dt.status ._account_api .list-results thead span:after,.w-cards-container .w-card .status.title ._account_api .list-results thead span:after,.w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span:after,.list-results tbody tr.sublist .status.title ._account_api .list-results thead span:after,._account_api .list-results thead .w-filters-selected label.status.small span:after,.w-filters-selected label.status.small ._account_api .list-results thead span:after,._account_api .list-results thead .w-filters-selected .status.btn-f-s span:after,.w-filters-selected .status.btn-f-s ._account_api .list-results thead span:after,._account_api .list-results thead .sub-header .w-form label:after,._account_api .list-results thead .sub-header .w-double-list label:after,.sub-header .w-form ._account_api .list-results thead label:after,.sub-header .w-double-list ._account_api .list-results thead label:after,._account_api .list-results thead .block-filters button:after,.block-filters ._account_api .list-results thead button:after,._account_api .list-results thead .block-filters select:after,.block-filters ._account_api .list-results thead select:after,._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:after,.form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-inactive:after,._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active:after,.form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-active:after,._account_api .list-results thead .list-results-header .status.title span:after,.list-results-header .status.title ._account_api .list-results thead span:after,._account_api .list-results thead tr span:after,.liveDashboard ._account_api .list-results thead .icon:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label:after,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label:after,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label:after,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label:after,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label:after,.liveDashboard .toggleWrapper ._account_api .list-results thead input.mobileToggle+label:after,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label:after,.liveDashboard ._account_api .list-results thead tbody span.status:after,.liveDashboard ._account_api .list-results tbody thead span.status:after,.liveDashboard ._account_api .list-results thead tbody span.status:after,.liveDashboard ._account_api .list-results tbody thead span.status:after,.liveDashboard ._account_api .list-results thead tbody span.status:after,.liveDashboard ._account_api .list-results tbody thead span.status:after,.liveDashboard ._account_api .list-results thead tbody td.is-running span:after,.liveDashboard ._account_api .list-results tbody td.is-running thead span:after,.liveDashboard ._account_api .list-results thead tbody td.is-running span:after,.liveDashboard ._account_api .list-results tbody td.is-running thead span:after,.liveDashboard ._account_api .list-results thead tbody td.is-running span:after,.liveDashboard ._account_api .list-results tbody td.is-running thead span:after,.liveDashboard ._account_api .list-results thead tbody td.is-pending span:after,.liveDashboard ._account_api .list-results tbody td.is-pending thead span:after,.liveDashboard ._account_api .list-results thead tbody td.is-pending span:after,.liveDashboard ._account_api .list-results tbody td.is-pending thead span:after,.liveDashboard ._account_api .list-results thead tbody td.is-pending span:after,.liveDashboard ._account_api .list-results tbody td.is-pending thead span:after,._account_api .liveDashboard .list-results thead .icon:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label:after,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label:after,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label:after,._account_api .toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label:after,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label:after,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label:after,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label:after,._account_api .liveDashboard .list-results thead tbody span.status:after,._account_api .liveDashboard .list-results tbody thead span.status:after,._account_api .liveDashboard .list-results thead tbody span.status:after,._account_api .liveDashboard .list-results tbody thead span.status:after,._account_api .liveDashboard .list-results thead tbody span.status:after,._account_api .liveDashboard .list-results tbody thead span.status:after,._account_api .liveDashboard .list-results thead tbody td.is-running span:after,._account_api .liveDashboard .list-results tbody td.is-running thead span:after,._account_api .liveDashboard .list-results thead tbody td.is-running span:after,._account_api .liveDashboard .list-results tbody td.is-running thead span:after,._account_api .liveDashboard .list-results thead tbody td.is-running span:after,._account_api .liveDashboard .list-results tbody td.is-running thead span:after,._account_api .liveDashboard .list-results thead tbody td.is-pending span:after,._account_api .liveDashboard .list-results tbody td.is-pending thead span:after,._account_api .liveDashboard .list-results thead tbody td.is-pending span:after,._account_api .liveDashboard .list-results tbody td.is-pending thead span:after,._account_api .liveDashboard .list-results thead tbody td.is-pending span:after,._account_api .liveDashboard .list-results tbody td.is-pending thead span:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .filter:after,.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .filter:after,.liveDashboard ._account_api .list-results thead .form-label.status span:after,.liveDashboard ._account_api .list-results thead .status.status-log span:after,.liveDashboard ._account_api .list-results thead .status.status-report-item span:after,.liveDashboard ._account_api .list-results thead .double-list dd.status span:after,.double-list .liveDashboard ._account_api .list-results thead dd.status span:after,.liveDashboard ._account_api .list-results thead .double-list dt.status span:after,.double-list .liveDashboard ._account_api .list-results thead dt.status span:after,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span:after,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title span:after,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:after,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label span:after,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span:after,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span:after,._account_api .liveDashboard .list-results thead .form-label.status span:after,._account_api .liveDashboard .list-results thead .status.status-log span:after,._account_api .liveDashboard .list-results thead .status.status-report-item span:after,._account_api .liveDashboard .list-results thead .double-list dd.status span:after,.double-list ._account_api .liveDashboard .list-results thead dd.status span:after,._account_api .liveDashboard .list-results thead .double-list dt.status span:after,.double-list ._account_api .liveDashboard .list-results thead dt.status span:after,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span:after,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title span:after,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:after,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label span:after,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span:after,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span:after,.liveDashboard .form-label.status ._account_api .list-results thead span:after,.liveDashboard .status.status-log ._account_api .list-results thead span:after,.liveDashboard .status.status-report-item ._account_api .list-results thead span:after,.liveDashboard .double-list dd.status ._account_api .list-results thead span:after,.double-list .liveDashboard dd.status ._account_api .list-results thead span:after,.liveDashboard .double-list dt.status ._account_api .list-results thead span:after,.double-list .liveDashboard dt.status ._account_api .list-results thead span:after,.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span:after,.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead span:after,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span:after,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead span:after,.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span:after,.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead span:after,.form-label.status ._account_api .liveDashboard .list-results thead span:after,.status.status-log ._account_api .liveDashboard .list-results thead span:after,.status.status-report-item ._account_api .liveDashboard .list-results thead span:after,.double-list dd.status ._account_api .liveDashboard .list-results thead span:after,.double-list dt.status ._account_api .liveDashboard .list-results thead span:after,.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead span:after,.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead span:after,.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead span:after,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span:after,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span:after,.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span:after,.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead span:after,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span:after,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span:after,.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span:after,.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead span:after,.liveDashboard ._account_api .list-results thead .sub-header .w-form label:after,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list label:after,._account_api .liveDashboard .list-results thead .sub-header .w-form label:after,._account_api .liveDashboard .list-results thead .sub-header .w-double-list label:after,.liveDashboard .sub-header .w-form ._account_api .list-results thead label:after,.liveDashboard .sub-header .w-double-list ._account_api .list-results thead label:after,.sub-header .w-form ._account_api .liveDashboard .list-results thead label:after,.sub-header .w-double-list ._account_api .liveDashboard .list-results thead label:after,.liveDashboard ._account_api .list-results thead .block-filters button:after,._account_api .liveDashboard .list-results thead .block-filters button:after,.liveDashboard .block-filters ._account_api .list-results thead button:after,.block-filters ._account_api .liveDashboard .list-results thead button:after,.liveDashboard ._account_api .list-results thead .block-filters select:after,._account_api .liveDashboard .list-results thead .block-filters select:after,.liveDashboard .block-filters ._account_api .list-results thead select:after,.block-filters ._account_api .liveDashboard .list-results thead select:after,.liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:after,._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:after,.liveDashboard .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-inactive:after,.form-auto-list ._account_api .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive:after,.liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active:after,._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active:after,.liveDashboard .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-active:after,.form-auto-list ._account_api .liveDashboard .list-results thead .form-auto-item.is-user-is-active:after,.liveDashboard ._account_api .list-results thead .list-results-header .status.title span:after,._account_api .liveDashboard .list-results thead .list-results-header .status.title span:after,.liveDashboard .list-results-header .status.title ._account_api .list-results thead span:after,.list-results-header .status.title ._account_api .liveDashboard .list-results thead span:after,.liveDashboard ._account_api .list-results thead tr span:after,._account_api .liveDashboard .list-results thead tr span:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .dropdown-toggle:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .filter:after,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .filter:after,._account_api .form-label.status .liveDashboard .list-results thead span:after,._account_api .status.status-log .liveDashboard .list-results thead span:after,._account_api .status.status-report-item .liveDashboard .list-results thead span:after,._account_api .double-list dd.status .liveDashboard .list-results thead span:after,.double-list ._account_api dd.status .liveDashboard .list-results thead span:after,._account_api .double-list dt.status .liveDashboard .list-results thead span:after,.double-list ._account_api dt.status .liveDashboard .list-results thead span:after,._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span:after,.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead span:after,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span:after,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead span:after,._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span:after,.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead span:after,.form-label.status .liveDashboard ._account_api .list-results thead span:after,.status.status-log .liveDashboard ._account_api .list-results thead span:after,.status.status-report-item .liveDashboard ._account_api .list-results thead span:after,.double-list dd.status .liveDashboard ._account_api .list-results thead span:after,.double-list dt.status .liveDashboard ._account_api .list-results thead span:after,.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead span:after,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead span:after,.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead span:after,._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span:after,.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead span:after,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span:after,.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead span:after,._account_api .sub-header .w-form .liveDashboard .list-results thead label:after,._account_api .sub-header .w-double-list .liveDashboard .list-results thead label:after,.sub-header .w-form .liveDashboard ._account_api .list-results thead label:after,.sub-header .w-double-list .liveDashboard ._account_api .list-results thead label:after,._account_api .block-filters .liveDashboard .list-results thead button:after,.block-filters .liveDashboard ._account_api .list-results thead button:after,._account_api .block-filters .liveDashboard .list-results thead select:after,.block-filters .liveDashboard ._account_api .list-results thead select:after,._account_api .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive:after,.form-auto-list .liveDashboard ._account_api .list-results thead .form-auto-item.is-user-is-inactive:after,._account_api .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-active:after,.form-auto-list .liveDashboard ._account_api .list-results thead .form-auto-item.is-user-is-active:after,._account_api .list-results-header .status.title .liveDashboard .list-results thead span:after,.list-results-header .status.title .liveDashboard ._account_api .list-results thead span:after{color:#a5a5a5;font-size:1rem}.liveDashboard .list-results thead .icon:hover:after,.liveDashboard .list-results thead .w-dialog.plus .dialog-aside:hover:after,.w-dialog.plus .liveDashboard .list-results thead .dialog-aside:hover:after,.liveDashboard .list-results thead .w-toast .toast.plus:hover:after,.w-toast .liveDashboard .list-results thead .toast.plus:hover:after,.liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label:hover:after,.toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label:hover:after,.liveDashboard .list-results thead tbody span.status:hover:after,.liveDashboard .list-results tbody thead span.status:hover:after,.liveDashboard .list-results thead tbody td.is-running span:hover:after,.liveDashboard .list-results tbody td.is-running thead span:hover:after,.liveDashboard .list-results thead tbody td.is-pending span:hover:after,.liveDashboard .list-results tbody td.is-pending thead span:hover:after,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:hover:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .dropdown-toggle:hover:after,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:hover:after,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .filter:hover:after,.liveDashboard .list-results thead .form-label.status span:hover:after,.liveDashboard .list-results thead .status.status-log span:hover:after,.liveDashboard .list-results thead .status.status-report-item span:hover:after,.liveDashboard .list-results thead .double-list dd.status span:hover:after,.double-list .liveDashboard .list-results thead dd.status span:hover:after,.liveDashboard .list-results thead .double-list dt.status span:hover:after,.double-list .liveDashboard .list-results thead dt.status span:hover:after,.liveDashboard .list-results thead .w-cards-container .w-card .status.title span:hover:after,.w-cards-container .w-card .liveDashboard .list-results thead .status.title span:hover:after,.liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:hover:after,.w-cards-container .w-card.centered .w-value .liveDashboard .list-results thead .status.label span:hover:after,.liveDashboard .list-results thead tbody tr.sublist .status.title span:hover:after,.liveDashboard .list-results tbody tr.sublist thead .status.title span:hover:after,.form-label.status .liveDashboard .list-results thead span:hover:after,.status.status-log .liveDashboard .list-results thead span:hover:after,.status.status-report-item .liveDashboard .list-results thead span:hover:after,.double-list dd.status .liveDashboard .list-results thead span:hover:after,.double-list dt.status .liveDashboard .list-results thead span:hover:after,.w-cards-container .w-card .status.title .liveDashboard .list-results thead span:hover:after,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span:hover:after,.list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span:hover:after,.liveDashboard .list-results thead .w-filters-selected label.status.small span:hover:after,.w-filters-selected label.status.small .liveDashboard .list-results thead span:hover:after,.liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span:hover:after,.w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span:hover:after,.liveDashboard .list-results thead .sub-header .w-form label:hover:after,.liveDashboard .list-results thead .sub-header .w-double-list label:hover:after,.sub-header .w-form .liveDashboard .list-results thead label:hover:after,.sub-header .w-double-list .liveDashboard .list-results thead label:hover:after,.liveDashboard .list-results thead .block-filters button:hover:after,.block-filters .liveDashboard .list-results thead button:hover:after,.liveDashboard .list-results thead .block-filters select:hover:after,.block-filters .liveDashboard .list-results thead select:hover:after,.liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:hover:after,.form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive:hover:after,.liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active:hover:after,.form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-active:hover:after,.liveDashboard .list-results thead .list-results-header .status.title span:hover:after,.list-results-header .status.title .liveDashboard .list-results thead span:hover:after,.liveDashboard .list-results thead tr span:hover:after,.liveDashboard .list-results thead .icon:hover:after,.liveDashboard .list-results thead .w-dialog.plus .dialog-aside:hover:after,.w-dialog.plus .liveDashboard .list-results thead .dialog-aside:hover:after,.liveDashboard .list-results thead .w-toast .toast.plus:hover:after,.w-toast .liveDashboard .list-results thead .toast.plus:hover:after,.liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label:hover:after,.toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label:hover:after,.liveDashboard .list-results thead tbody span.status:hover:after,.liveDashboard .list-results tbody thead span.status:hover:after,.liveDashboard .list-results thead tbody td.is-running span:hover:after,.liveDashboard .list-results tbody td.is-running thead span:hover:after,.liveDashboard .list-results thead tbody td.is-pending span:hover:after,.liveDashboard .list-results tbody td.is-pending thead span:hover:after,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:hover:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .dropdown-toggle:hover:after,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:hover:after,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .filter:hover:after,.liveDashboard .list-results thead .form-label.status span:hover:after,.liveDashboard .list-results thead .status.status-log span:hover:after,.liveDashboard .list-results thead .status.status-report-item span:hover:after,.liveDashboard .list-results thead .double-list dd.status span:hover:after,.double-list .liveDashboard .list-results thead dd.status span:hover:after,.liveDashboard .list-results thead .double-list dt.status span:hover:after,.double-list .liveDashboard .list-results thead dt.status span:hover:after,.liveDashboard .list-results thead .w-cards-container .w-card .status.title span:hover:after,.w-cards-container .w-card .liveDashboard .list-results thead .status.title span:hover:after,.liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:hover:after,.w-cards-container .w-card.centered .w-value .liveDashboard .list-results thead .status.label span:hover:after,.liveDashboard .list-results thead tbody tr.sublist .status.title span:hover:after,.liveDashboard .list-results tbody tr.sublist thead .status.title span:hover:after,.form-label.status .liveDashboard .list-results thead span:hover:after,.status.status-log .liveDashboard .list-results thead span:hover:after,.status.status-report-item .liveDashboard .list-results thead span:hover:after,.double-list dd.status .liveDashboard .list-results thead span:hover:after,.double-list dt.status .liveDashboard .list-results thead span:hover:after,.w-cards-container .w-card .status.title .liveDashboard .list-results thead span:hover:after,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span:hover:after,.list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span:hover:after,.liveDashboard .list-results thead .w-filters-selected label.status.small span:hover:after,.w-filters-selected label.status.small .liveDashboard .list-results thead span:hover:after,.liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span:hover:after,.w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span:hover:after,.liveDashboard .list-results thead .sub-header .w-form label:hover:after,.liveDashboard .list-results thead .sub-header .w-double-list label:hover:after,.sub-header .w-form .liveDashboard .list-results thead label:hover:after,.sub-header .w-double-list .liveDashboard .list-results thead label:hover:after,.liveDashboard .list-results thead .block-filters button:hover:after,.block-filters .liveDashboard .list-results thead button:hover:after,.liveDashboard .list-results thead .block-filters select:hover:after,.block-filters .liveDashboard .list-results thead select:hover:after,.liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:hover:after,.form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive:hover:after,.liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active:hover:after,.form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-active:hover:after,.liveDashboard .list-results thead .list-results-header .status.title span:hover:after,.list-results-header .status.title .liveDashboard .list-results thead span:hover:after,.liveDashboard .list-results thead tr span:hover:after,.liveDashboard ._account_api .list-results thead .icon:hover:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:hover:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:hover:after,.liveDashboard ._account_api .list-results thead .w-toast .toast.plus:hover:after,.w-toast .liveDashboard ._account_api .list-results thead .toast.plus:hover:after,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label:hover:after,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label:hover:after,.liveDashboard ._account_api .list-results thead tbody span.status:hover:after,.liveDashboard ._account_api .list-results tbody thead span.status:hover:after,.liveDashboard ._account_api .list-results thead tbody td.is-running span:hover:after,.liveDashboard ._account_api .list-results tbody td.is-running thead span:hover:after,.liveDashboard ._account_api .list-results thead tbody td.is-pending span:hover:after,.liveDashboard ._account_api .list-results tbody td.is-pending thead span:hover:after,._account_api .liveDashboard .list-results thead .icon:hover:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:hover:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:hover:after,._account_api .liveDashboard .list-results thead .w-toast .toast.plus:hover:after,.w-toast ._account_api .liveDashboard .list-results thead .toast.plus:hover:after,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label:hover:after,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label:hover:after,._account_api .liveDashboard .list-results thead tbody span.status:hover:after,._account_api .liveDashboard .list-results tbody thead span.status:hover:after,._account_api .liveDashboard .list-results thead tbody td.is-running span:hover:after,._account_api .liveDashboard .list-results tbody td.is-running thead span:hover:after,._account_api .liveDashboard .list-results thead tbody td.is-pending span:hover:after,._account_api .liveDashboard .list-results tbody td.is-pending thead span:hover:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:hover:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:hover:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .dropdown-toggle:hover:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .dropdown-toggle:hover:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:hover:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:hover:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .filter:hover:after,.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .filter:hover:after,.liveDashboard ._account_api .list-results thead .form-label.status span:hover:after,.liveDashboard ._account_api .list-results thead .status.status-log span:hover:after,.liveDashboard ._account_api .list-results thead .status.status-report-item span:hover:after,.liveDashboard ._account_api .list-results thead .double-list dd.status span:hover:after,.double-list .liveDashboard ._account_api .list-results thead dd.status span:hover:after,.liveDashboard ._account_api .list-results thead .double-list dt.status span:hover:after,.double-list .liveDashboard ._account_api .list-results thead dt.status span:hover:after,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span:hover:after,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title span:hover:after,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:hover:after,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label span:hover:after,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span:hover:after,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span:hover:after,._account_api .liveDashboard .list-results thead .form-label.status span:hover:after,._account_api .liveDashboard .list-results thead .status.status-log span:hover:after,._account_api .liveDashboard .list-results thead .status.status-report-item span:hover:after,._account_api .liveDashboard .list-results thead .double-list dd.status span:hover:after,.double-list ._account_api .liveDashboard .list-results thead dd.status span:hover:after,._account_api .liveDashboard .list-results thead .double-list dt.status span:hover:after,.double-list ._account_api .liveDashboard .list-results thead dt.status span:hover:after,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span:hover:after,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title span:hover:after,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:hover:after,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label span:hover:after,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span:hover:after,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span:hover:after,.liveDashboard .form-label.status ._account_api .list-results thead span:hover:after,.liveDashboard .status.status-log ._account_api .list-results thead span:hover:after,.liveDashboard .status.status-report-item ._account_api .list-results thead span:hover:after,.liveDashboard .double-list dd.status ._account_api .list-results thead span:hover:after,.double-list .liveDashboard dd.status ._account_api .list-results thead span:hover:after,.liveDashboard .double-list dt.status ._account_api .list-results thead span:hover:after,.double-list .liveDashboard dt.status ._account_api .list-results thead span:hover:after,.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span:hover:after,.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead span:hover:after,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span:hover:after,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead span:hover:after,.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span:hover:after,.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead span:hover:after,.form-label.status ._account_api .liveDashboard .list-results thead span:hover:after,.status.status-log ._account_api .liveDashboard .list-results thead span:hover:after,.status.status-report-item ._account_api .liveDashboard .list-results thead span:hover:after,.double-list dd.status ._account_api .liveDashboard .list-results thead span:hover:after,.double-list dt.status ._account_api .liveDashboard .list-results thead span:hover:after,.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead span:hover:after,.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead span:hover:after,.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead span:hover:after,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span:hover:after,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span:hover:after,.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span:hover:after,.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead span:hover:after,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span:hover:after,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span:hover:after,.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span:hover:after,.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead span:hover:after,.liveDashboard ._account_api .list-results thead .sub-header .w-form label:hover:after,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list label:hover:after,._account_api .liveDashboard .list-results thead .sub-header .w-form label:hover:after,._account_api .liveDashboard .list-results thead .sub-header .w-double-list label:hover:after,.liveDashboard .sub-header .w-form ._account_api .list-results thead label:hover:after,.liveDashboard .sub-header .w-double-list ._account_api .list-results thead label:hover:after,.sub-header .w-form ._account_api .liveDashboard .list-results thead label:hover:after,.sub-header .w-double-list ._account_api .liveDashboard .list-results thead label:hover:after,.liveDashboard ._account_api .list-results thead .block-filters button:hover:after,._account_api .liveDashboard .list-results thead .block-filters button:hover:after,.liveDashboard .block-filters ._account_api .list-results thead button:hover:after,.block-filters ._account_api .liveDashboard .list-results thead button:hover:after,.liveDashboard ._account_api .list-results thead .block-filters select:hover:after,._account_api .liveDashboard .list-results thead .block-filters select:hover:after,.liveDashboard .block-filters ._account_api .list-results thead select:hover:after,.block-filters ._account_api .liveDashboard .list-results thead select:hover:after,.liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:hover:after,._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:hover:after,.liveDashboard .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-inactive:hover:after,.form-auto-list ._account_api .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive:hover:after,.liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active:hover:after,._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active:hover:after,.liveDashboard .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-active:hover:after,.form-auto-list ._account_api .liveDashboard .list-results thead .form-auto-item.is-user-is-active:hover:after,.liveDashboard ._account_api .list-results thead .list-results-header .status.title span:hover:after,._account_api .liveDashboard .list-results thead .list-results-header .status.title span:hover:after,.liveDashboard .list-results-header .status.title ._account_api .list-results thead span:hover:after,.list-results-header .status.title ._account_api .liveDashboard .list-results thead span:hover:after,.liveDashboard ._account_api .list-results thead tr span:hover:after,._account_api .liveDashboard .list-results thead tr span:hover:after,.liveDashboard ._account_api .list-results thead .icon:hover:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:hover:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:hover:after,.liveDashboard ._account_api .list-results thead .w-toast .toast.plus:hover:after,.w-toast .liveDashboard ._account_api .list-results thead .toast.plus:hover:after,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label:hover:after,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label:hover:after,.liveDashboard ._account_api .list-results thead tbody span.status:hover:after,.liveDashboard ._account_api .list-results tbody thead span.status:hover:after,.liveDashboard ._account_api .list-results thead tbody td.is-running span:hover:after,.liveDashboard ._account_api .list-results tbody td.is-running thead span:hover:after,.liveDashboard ._account_api .list-results thead tbody td.is-pending span:hover:after,.liveDashboard ._account_api .list-results tbody td.is-pending thead span:hover:after,._account_api .liveDashboard .list-results thead .icon:hover:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:hover:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:hover:after,._account_api .liveDashboard .list-results thead .w-toast .toast.plus:hover:after,.w-toast ._account_api .liveDashboard .list-results thead .toast.plus:hover:after,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label:hover:after,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label:hover:after,._account_api .liveDashboard .list-results thead tbody span.status:hover:after,._account_api .liveDashboard .list-results tbody thead span.status:hover:after,._account_api .liveDashboard .list-results thead tbody td.is-running span:hover:after,._account_api .liveDashboard .list-results tbody td.is-running thead span:hover:after,._account_api .liveDashboard .list-results thead tbody td.is-pending span:hover:after,._account_api .liveDashboard .list-results tbody td.is-pending thead span:hover:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:hover:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:hover:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .dropdown-toggle:hover:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .dropdown-toggle:hover:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:hover:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:hover:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .filter:hover:after,.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .filter:hover:after,.liveDashboard ._account_api .list-results thead .form-label.status span:hover:after,.liveDashboard ._account_api .list-results thead .status.status-log span:hover:after,.liveDashboard ._account_api .list-results thead .status.status-report-item span:hover:after,.liveDashboard ._account_api .list-results thead .double-list dd.status span:hover:after,.double-list .liveDashboard ._account_api .list-results thead dd.status span:hover:after,.liveDashboard ._account_api .list-results thead .double-list dt.status span:hover:after,.double-list .liveDashboard ._account_api .list-results thead dt.status span:hover:after,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span:hover:after,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title span:hover:after,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:hover:after,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label span:hover:after,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span:hover:after,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span:hover:after,._account_api .liveDashboard .list-results thead .form-label.status span:hover:after,._account_api .liveDashboard .list-results thead .status.status-log span:hover:after,._account_api .liveDashboard .list-results thead .status.status-report-item span:hover:after,._account_api .liveDashboard .list-results thead .double-list dd.status span:hover:after,.double-list ._account_api .liveDashboard .list-results thead dd.status span:hover:after,._account_api .liveDashboard .list-results thead .double-list dt.status span:hover:after,.double-list ._account_api .liveDashboard .list-results thead dt.status span:hover:after,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span:hover:after,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title span:hover:after,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:hover:after,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label span:hover:after,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span:hover:after,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span:hover:after,.liveDashboard .form-label.status ._account_api .list-results thead span:hover:after,.liveDashboard .status.status-log ._account_api .list-results thead span:hover:after,.liveDashboard .status.status-report-item ._account_api .list-results thead span:hover:after,.liveDashboard .double-list dd.status ._account_api .list-results thead span:hover:after,.double-list .liveDashboard dd.status ._account_api .list-results thead span:hover:after,.liveDashboard .double-list dt.status ._account_api .list-results thead span:hover:after,.double-list .liveDashboard dt.status ._account_api .list-results thead span:hover:after,.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span:hover:after,.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead span:hover:after,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span:hover:after,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead span:hover:after,.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span:hover:after,.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead span:hover:after,.form-label.status ._account_api .liveDashboard .list-results thead span:hover:after,.status.status-log ._account_api .liveDashboard .list-results thead span:hover:after,.status.status-report-item ._account_api .liveDashboard .list-results thead span:hover:after,.double-list dd.status ._account_api .liveDashboard .list-results thead span:hover:after,.double-list dt.status ._account_api .liveDashboard .list-results thead span:hover:after,.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead span:hover:after,.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead span:hover:after,.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead span:hover:after,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span:hover:after,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span:hover:after,.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span:hover:after,.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead span:hover:after,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span:hover:after,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span:hover:after,.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span:hover:after,.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead span:hover:after,.liveDashboard ._account_api .list-results thead .sub-header .w-form label:hover:after,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list label:hover:after,._account_api .liveDashboard .list-results thead .sub-header .w-form label:hover:after,._account_api .liveDashboard .list-results thead .sub-header .w-double-list label:hover:after,.liveDashboard .sub-header .w-form ._account_api .list-results thead label:hover:after,.liveDashboard .sub-header .w-double-list ._account_api .list-results thead label:hover:after,.sub-header .w-form ._account_api .liveDashboard .list-results thead label:hover:after,.sub-header .w-double-list ._account_api .liveDashboard .list-results thead label:hover:after,.liveDashboard ._account_api .list-results thead .block-filters button:hover:after,._account_api .liveDashboard .list-results thead .block-filters button:hover:after,.liveDashboard .block-filters ._account_api .list-results thead button:hover:after,.block-filters ._account_api .liveDashboard .list-results thead button:hover:after,.liveDashboard ._account_api .list-results thead .block-filters select:hover:after,._account_api .liveDashboard .list-results thead .block-filters select:hover:after,.liveDashboard .block-filters ._account_api .list-results thead select:hover:after,.block-filters ._account_api .liveDashboard .list-results thead select:hover:after,.liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:hover:after,._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:hover:after,.liveDashboard .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-inactive:hover:after,.form-auto-list ._account_api .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive:hover:after,.liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active:hover:after,._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active:hover:after,.liveDashboard .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-active:hover:after,.form-auto-list ._account_api .liveDashboard .list-results thead .form-auto-item.is-user-is-active:hover:after,.liveDashboard ._account_api .list-results thead .list-results-header .status.title span:hover:after,._account_api .liveDashboard .list-results thead .list-results-header .status.title span:hover:after,.liveDashboard .list-results-header .status.title ._account_api .list-results thead span:hover:after,.list-results-header .status.title ._account_api .liveDashboard .list-results thead span:hover:after,.liveDashboard ._account_api .list-results thead tr span:hover:after,._account_api .liveDashboard .list-results thead tr span:hover:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .dropdown-toggle:hover:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .dropdown-toggle:hover:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .filter:hover:after,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .filter:hover:after,._account_api .form-label.status .liveDashboard .list-results thead span:hover:after,._account_api .status.status-log .liveDashboard .list-results thead span:hover:after,._account_api .status.status-report-item .liveDashboard .list-results thead span:hover:after,._account_api .double-list dd.status .liveDashboard .list-results thead span:hover:after,.double-list ._account_api dd.status .liveDashboard .list-results thead span:hover:after,._account_api .double-list dt.status .liveDashboard .list-results thead span:hover:after,.double-list ._account_api dt.status .liveDashboard .list-results thead span:hover:after,._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span:hover:after,.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead span:hover:after,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span:hover:after,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead span:hover:after,._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span:hover:after,.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead span:hover:after,.form-label.status .liveDashboard ._account_api .list-results thead span:hover:after,.status.status-log .liveDashboard ._account_api .list-results thead span:hover:after,.status.status-report-item .liveDashboard ._account_api .list-results thead span:hover:after,.double-list dd.status .liveDashboard ._account_api .list-results thead span:hover:after,.double-list dt.status .liveDashboard ._account_api .list-results thead span:hover:after,.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead span:hover:after,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead span:hover:after,.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead span:hover:after,._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span:hover:after,.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead span:hover:after,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span:hover:after,.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead span:hover:after,._account_api .sub-header .w-form .liveDashboard .list-results thead label:hover:after,._account_api .sub-header .w-double-list .liveDashboard .list-results thead label:hover:after,.sub-header .w-form .liveDashboard ._account_api .list-results thead label:hover:after,.sub-header .w-double-list .liveDashboard ._account_api .list-results thead label:hover:after,._account_api .block-filters .liveDashboard .list-results thead button:hover:after,.block-filters .liveDashboard ._account_api .list-results thead button:hover:after,._account_api .block-filters .liveDashboard .list-results thead select:hover:after,.block-filters .liveDashboard ._account_api .list-results thead select:hover:after,._account_api .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive:hover:after,.form-auto-list .liveDashboard ._account_api .list-results thead .form-auto-item.is-user-is-inactive:hover:after,._account_api .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-active:hover:after,.form-auto-list .liveDashboard ._account_api .list-results thead .form-auto-item.is-user-is-active:hover:after,._account_api .list-results-header .status.title .liveDashboard .list-results thead span:hover:after,.list-results-header .status.title .liveDashboard ._account_api .list-results thead span:hover:after,._account_api .list-results thead .icon:hover:after,._account_api .list-results thead .w-dialog.plus .dialog-aside:hover:after,.w-dialog.plus ._account_api .list-results thead .dialog-aside:hover:after,._account_api .list-results thead .w-toast .toast.plus:hover:after,.w-toast ._account_api .list-results thead .toast.plus:hover:after,._account_api .list-results thead .toggleWrapper input.mobileToggle+label:hover:after,.toggleWrapper ._account_api .list-results thead input.mobileToggle+label:hover:after,._account_api .list-results thead tbody span.status:hover:after,._account_api .list-results tbody thead span.status:hover:after,._account_api .list-results thead tbody td.is-running span:hover:after,._account_api .list-results tbody td.is-running thead span:hover:after,._account_api .list-results thead tbody td.is-pending span:hover:after,._account_api .list-results tbody td.is-pending thead span:hover:after,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:hover:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .dropdown-toggle:hover:after,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:hover:after,.w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .filter:hover:after,._account_api .list-results thead .form-label.status span:hover:after,._account_api .list-results thead .status.status-log span:hover:after,._account_api .list-results thead .status.status-report-item span:hover:after,._account_api .list-results thead .double-list dd.status span:hover:after,.double-list ._account_api .list-results thead dd.status span:hover:after,._account_api .list-results thead .double-list dt.status span:hover:after,.double-list ._account_api .list-results thead dt.status span:hover:after,._account_api .list-results thead .w-cards-container .w-card .status.title span:hover:after,.w-cards-container .w-card ._account_api .list-results thead .status.title span:hover:after,._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:hover:after,.w-cards-container .w-card.centered .w-value ._account_api .list-results thead .status.label span:hover:after,._account_api .list-results thead tbody tr.sublist .status.title span:hover:after,._account_api .list-results tbody tr.sublist thead .status.title span:hover:after,.form-label.status ._account_api .list-results thead span:hover:after,.status.status-log ._account_api .list-results thead span:hover:after,.status.status-report-item ._account_api .list-results thead span:hover:after,.double-list dd.status ._account_api .list-results thead span:hover:after,.double-list dt.status ._account_api .list-results thead span:hover:after,.w-cards-container .w-card .status.title ._account_api .list-results thead span:hover:after,.w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span:hover:after,.list-results tbody tr.sublist .status.title ._account_api .list-results thead span:hover:after,._account_api .list-results thead .w-filters-selected label.status.small span:hover:after,.w-filters-selected label.status.small ._account_api .list-results thead span:hover:after,._account_api .list-results thead .w-filters-selected .status.btn-f-s span:hover:after,.w-filters-selected .status.btn-f-s ._account_api .list-results thead span:hover:after,._account_api .list-results thead .sub-header .w-form label:hover:after,._account_api .list-results thead .sub-header .w-double-list label:hover:after,.sub-header .w-form ._account_api .list-results thead label:hover:after,.sub-header .w-double-list ._account_api .list-results thead label:hover:after,._account_api .list-results thead .block-filters button:hover:after,.block-filters ._account_api .list-results thead button:hover:after,._account_api .list-results thead .block-filters select:hover:after,.block-filters ._account_api .list-results thead select:hover:after,._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:hover:after,.form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-inactive:hover:after,._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active:hover:after,.form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-active:hover:after,._account_api .list-results thead .list-results-header .status.title span:hover:after,.list-results-header .status.title ._account_api .list-results thead span:hover:after,._account_api .list-results thead tr span:hover:after,._account_api .liveDashboard .list-results thead .icon:hover:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:hover:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:hover:after,._account_api .liveDashboard .list-results thead .w-toast .toast.plus:hover:after,.w-toast ._account_api .liveDashboard .list-results thead .toast.plus:hover:after,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label:hover:after,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label:hover:after,._account_api .liveDashboard .list-results thead tbody span.status:hover:after,._account_api .liveDashboard .list-results tbody thead span.status:hover:after,._account_api .liveDashboard .list-results thead tbody td.is-running span:hover:after,._account_api .liveDashboard .list-results tbody td.is-running thead span:hover:after,._account_api .liveDashboard .list-results thead tbody td.is-pending span:hover:after,._account_api .liveDashboard .list-results tbody td.is-pending thead span:hover:after,.liveDashboard ._account_api .list-results thead .icon:hover:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:hover:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:hover:after,.liveDashboard ._account_api .list-results thead .w-toast .toast.plus:hover:after,.w-toast .liveDashboard ._account_api .list-results thead .toast.plus:hover:after,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label:hover:after,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label:hover:after,.liveDashboard ._account_api .list-results thead tbody span.status:hover:after,.liveDashboard ._account_api .list-results tbody thead span.status:hover:after,.liveDashboard ._account_api .list-results thead tbody td.is-running span:hover:after,.liveDashboard ._account_api .list-results tbody td.is-running thead span:hover:after,.liveDashboard ._account_api .list-results thead tbody td.is-pending span:hover:after,.liveDashboard ._account_api .list-results tbody td.is-pending thead span:hover:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:hover:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:hover:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .dropdown-toggle:hover:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .dropdown-toggle:hover:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:hover:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:hover:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .filter:hover:after,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .filter:hover:after,._account_api .liveDashboard .list-results thead .form-label.status span:hover:after,._account_api .liveDashboard .list-results thead .status.status-log span:hover:after,._account_api .liveDashboard .list-results thead .status.status-report-item span:hover:after,._account_api .liveDashboard .list-results thead .double-list dd.status span:hover:after,.double-list ._account_api .liveDashboard .list-results thead dd.status span:hover:after,._account_api .liveDashboard .list-results thead .double-list dt.status span:hover:after,.double-list ._account_api .liveDashboard .list-results thead dt.status span:hover:after,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span:hover:after,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title span:hover:after,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:hover:after,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label span:hover:after,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span:hover:after,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span:hover:after,.liveDashboard ._account_api .list-results thead .form-label.status span:hover:after,.liveDashboard ._account_api .list-results thead .status.status-log span:hover:after,.liveDashboard ._account_api .list-results thead .status.status-report-item span:hover:after,.liveDashboard ._account_api .list-results thead .double-list dd.status span:hover:after,.double-list .liveDashboard ._account_api .list-results thead dd.status span:hover:after,.liveDashboard ._account_api .list-results thead .double-list dt.status span:hover:after,.double-list .liveDashboard ._account_api .list-results thead dt.status span:hover:after,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span:hover:after,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title span:hover:after,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:hover:after,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label span:hover:after,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span:hover:after,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span:hover:after,._account_api .form-label.status .liveDashboard .list-results thead span:hover:after,._account_api .status.status-log .liveDashboard .list-results thead span:hover:after,._account_api .status.status-report-item .liveDashboard .list-results thead span:hover:after,._account_api .double-list dd.status .liveDashboard .list-results thead span:hover:after,.double-list ._account_api dd.status .liveDashboard .list-results thead span:hover:after,._account_api .double-list dt.status .liveDashboard .list-results thead span:hover:after,.double-list ._account_api dt.status .liveDashboard .list-results thead span:hover:after,._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span:hover:after,.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead span:hover:after,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span:hover:after,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead span:hover:after,._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span:hover:after,.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead span:hover:after,.form-label.status .liveDashboard ._account_api .list-results thead span:hover:after,.status.status-log .liveDashboard ._account_api .list-results thead span:hover:after,.status.status-report-item .liveDashboard ._account_api .list-results thead span:hover:after,.double-list dd.status .liveDashboard ._account_api .list-results thead span:hover:after,.double-list dt.status .liveDashboard ._account_api .list-results thead span:hover:after,.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead span:hover:after,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead span:hover:after,.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead span:hover:after,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span:hover:after,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span:hover:after,._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span:hover:after,.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead span:hover:after,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span:hover:after,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span:hover:after,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span:hover:after,.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead span:hover:after,._account_api .liveDashboard .list-results thead .sub-header .w-form label:hover:after,._account_api .liveDashboard .list-results thead .sub-header .w-double-list label:hover:after,.liveDashboard ._account_api .list-results thead .sub-header .w-form label:hover:after,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list label:hover:after,._account_api .sub-header .w-form .liveDashboard .list-results thead label:hover:after,._account_api .sub-header .w-double-list .liveDashboard .list-results thead label:hover:after,.sub-header .w-form .liveDashboard ._account_api .list-results thead label:hover:after,.sub-header .w-double-list .liveDashboard ._account_api .list-results thead label:hover:after,._account_api .liveDashboard .list-results thead .block-filters button:hover:after,.liveDashboard ._account_api .list-results thead .block-filters button:hover:after,._account_api .block-filters .liveDashboard .list-results thead button:hover:after,.block-filters .liveDashboard ._account_api .list-results thead button:hover:after,._account_api .liveDashboard .list-results thead .block-filters select:hover:after,.liveDashboard ._account_api .list-results thead .block-filters select:hover:after,._account_api .block-filters .liveDashboard .list-results thead select:hover:after,.block-filters .liveDashboard ._account_api .list-results thead select:hover:after,._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:hover:after,.liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:hover:after,._account_api .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive:hover:after,.form-auto-list .liveDashboard ._account_api .list-results thead .form-auto-item.is-user-is-inactive:hover:after,._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active:hover:after,.liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active:hover:after,._account_api .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-active:hover:after,.form-auto-list .liveDashboard ._account_api .list-results thead .form-auto-item.is-user-is-active:hover:after,._account_api .liveDashboard .list-results thead .list-results-header .status.title span:hover:after,.liveDashboard ._account_api .list-results thead .list-results-header .status.title span:hover:after,._account_api .list-results-header .status.title .liveDashboard .list-results thead span:hover:after,.list-results-header .status.title .liveDashboard ._account_api .list-results thead span:hover:after,._account_api .liveDashboard .list-results thead tr span:hover:after,.liveDashboard ._account_api .list-results thead tr span:hover:after,._account_api .list-results thead .icon:hover:after,._account_api .list-results thead .w-dialog.plus .dialog-aside:hover:after,.w-dialog.plus ._account_api .list-results thead .dialog-aside:hover:after,._account_api .list-results thead .w-toast .toast.plus:hover:after,.w-toast ._account_api .list-results thead .toast.plus:hover:after,._account_api .list-results thead .toggleWrapper input.mobileToggle+label:hover:after,.toggleWrapper ._account_api .list-results thead input.mobileToggle+label:hover:after,._account_api .list-results thead tbody span.status:hover:after,._account_api .list-results tbody thead span.status:hover:after,._account_api .list-results thead tbody td.is-running span:hover:after,._account_api .list-results tbody td.is-running thead span:hover:after,._account_api .list-results thead tbody td.is-pending span:hover:after,._account_api .list-results tbody td.is-pending thead span:hover:after,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:hover:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .dropdown-toggle:hover:after,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:hover:after,.w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .filter:hover:after,._account_api .list-results thead .form-label.status span:hover:after,._account_api .list-results thead .status.status-log span:hover:after,._account_api .list-results thead .status.status-report-item span:hover:after,._account_api .list-results thead .double-list dd.status span:hover:after,.double-list ._account_api .list-results thead dd.status span:hover:after,._account_api .list-results thead .double-list dt.status span:hover:after,.double-list ._account_api .list-results thead dt.status span:hover:after,._account_api .list-results thead .w-cards-container .w-card .status.title span:hover:after,.w-cards-container .w-card ._account_api .list-results thead .status.title span:hover:after,._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:hover:after,.w-cards-container .w-card.centered .w-value ._account_api .list-results thead .status.label span:hover:after,._account_api .list-results thead tbody tr.sublist .status.title span:hover:after,._account_api .list-results tbody tr.sublist thead .status.title span:hover:after,.form-label.status ._account_api .list-results thead span:hover:after,.status.status-log ._account_api .list-results thead span:hover:after,.status.status-report-item ._account_api .list-results thead span:hover:after,.double-list dd.status ._account_api .list-results thead span:hover:after,.double-list dt.status ._account_api .list-results thead span:hover:after,.w-cards-container .w-card .status.title ._account_api .list-results thead span:hover:after,.w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span:hover:after,.list-results tbody tr.sublist .status.title ._account_api .list-results thead span:hover:after,._account_api .list-results thead .w-filters-selected label.status.small span:hover:after,.w-filters-selected label.status.small ._account_api .list-results thead span:hover:after,._account_api .list-results thead .w-filters-selected .status.btn-f-s span:hover:after,.w-filters-selected .status.btn-f-s ._account_api .list-results thead span:hover:after,._account_api .list-results thead .sub-header .w-form label:hover:after,._account_api .list-results thead .sub-header .w-double-list label:hover:after,.sub-header .w-form ._account_api .list-results thead label:hover:after,.sub-header .w-double-list ._account_api .list-results thead label:hover:after,._account_api .list-results thead .block-filters button:hover:after,.block-filters ._account_api .list-results thead button:hover:after,._account_api .list-results thead .block-filters select:hover:after,.block-filters ._account_api .list-results thead select:hover:after,._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:hover:after,.form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-inactive:hover:after,._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active:hover:after,.form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-active:hover:after,._account_api .list-results thead .list-results-header .status.title span:hover:after,.list-results-header .status.title ._account_api .list-results thead span:hover:after,._account_api .list-results thead tr span:hover:after,.liveDashboard ._account_api .list-results thead .icon:hover:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:hover:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:hover:after,.liveDashboard ._account_api .list-results thead .w-toast .toast.plus:hover:after,.w-toast .liveDashboard ._account_api .list-results thead .toast.plus:hover:after,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label:hover:after,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label:hover:after,.liveDashboard ._account_api .list-results thead tbody span.status:hover:after,.liveDashboard ._account_api .list-results tbody thead span.status:hover:after,.liveDashboard ._account_api .list-results thead tbody td.is-running span:hover:after,.liveDashboard ._account_api .list-results tbody td.is-running thead span:hover:after,.liveDashboard ._account_api .list-results thead tbody td.is-pending span:hover:after,.liveDashboard ._account_api .list-results tbody td.is-pending thead span:hover:after,._account_api .liveDashboard .list-results thead .icon:hover:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:hover:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:hover:after,._account_api .liveDashboard .list-results thead .w-toast .toast.plus:hover:after,.w-toast ._account_api .liveDashboard .list-results thead .toast.plus:hover:after,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label:hover:after,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label:hover:after,._account_api .liveDashboard .list-results thead tbody span.status:hover:after,._account_api .liveDashboard .list-results tbody thead span.status:hover:after,._account_api .liveDashboard .list-results thead tbody td.is-running span:hover:after,._account_api .liveDashboard .list-results tbody td.is-running thead span:hover:after,._account_api .liveDashboard .list-results thead tbody td.is-pending span:hover:after,._account_api .liveDashboard .list-results tbody td.is-pending thead span:hover:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:hover:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:hover:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .dropdown-toggle:hover:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .dropdown-toggle:hover:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:hover:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:hover:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .filter:hover:after,.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .filter:hover:after,.liveDashboard ._account_api .list-results thead .form-label.status span:hover:after,.liveDashboard ._account_api .list-results thead .status.status-log span:hover:after,.liveDashboard ._account_api .list-results thead .status.status-report-item span:hover:after,.liveDashboard ._account_api .list-results thead .double-list dd.status span:hover:after,.double-list .liveDashboard ._account_api .list-results thead dd.status span:hover:after,.liveDashboard ._account_api .list-results thead .double-list dt.status span:hover:after,.double-list .liveDashboard ._account_api .list-results thead dt.status span:hover:after,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span:hover:after,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title span:hover:after,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:hover:after,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label span:hover:after,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span:hover:after,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span:hover:after,._account_api .liveDashboard .list-results thead .form-label.status span:hover:after,._account_api .liveDashboard .list-results thead .status.status-log span:hover:after,._account_api .liveDashboard .list-results thead .status.status-report-item span:hover:after,._account_api .liveDashboard .list-results thead .double-list dd.status span:hover:after,.double-list ._account_api .liveDashboard .list-results thead dd.status span:hover:after,._account_api .liveDashboard .list-results thead .double-list dt.status span:hover:after,.double-list ._account_api .liveDashboard .list-results thead dt.status span:hover:after,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span:hover:after,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title span:hover:after,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:hover:after,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label span:hover:after,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span:hover:after,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span:hover:after,.liveDashboard .form-label.status ._account_api .list-results thead span:hover:after,.liveDashboard .status.status-log ._account_api .list-results thead span:hover:after,.liveDashboard .status.status-report-item ._account_api .list-results thead span:hover:after,.liveDashboard .double-list dd.status ._account_api .list-results thead span:hover:after,.double-list .liveDashboard dd.status ._account_api .list-results thead span:hover:after,.liveDashboard .double-list dt.status ._account_api .list-results thead span:hover:after,.double-list .liveDashboard dt.status ._account_api .list-results thead span:hover:after,.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span:hover:after,.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead span:hover:after,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span:hover:after,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead span:hover:after,.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span:hover:after,.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead span:hover:after,.form-label.status ._account_api .liveDashboard .list-results thead span:hover:after,.status.status-log ._account_api .liveDashboard .list-results thead span:hover:after,.status.status-report-item ._account_api .liveDashboard .list-results thead span:hover:after,.double-list dd.status ._account_api .liveDashboard .list-results thead span:hover:after,.double-list dt.status ._account_api .liveDashboard .list-results thead span:hover:after,.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead span:hover:after,.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead span:hover:after,.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead span:hover:after,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span:hover:after,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span:hover:after,.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span:hover:after,.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead span:hover:after,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span:hover:after,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span:hover:after,.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span:hover:after,.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead span:hover:after,.liveDashboard ._account_api .list-results thead .sub-header .w-form label:hover:after,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list label:hover:after,._account_api .liveDashboard .list-results thead .sub-header .w-form label:hover:after,._account_api .liveDashboard .list-results thead .sub-header .w-double-list label:hover:after,.liveDashboard .sub-header .w-form ._account_api .list-results thead label:hover:after,.liveDashboard .sub-header .w-double-list ._account_api .list-results thead label:hover:after,.sub-header .w-form ._account_api .liveDashboard .list-results thead label:hover:after,.sub-header .w-double-list ._account_api .liveDashboard .list-results thead label:hover:after,.liveDashboard ._account_api .list-results thead .block-filters button:hover:after,._account_api .liveDashboard .list-results thead .block-filters button:hover:after,.liveDashboard .block-filters ._account_api .list-results thead button:hover:after,.block-filters ._account_api .liveDashboard .list-results thead button:hover:after,.liveDashboard ._account_api .list-results thead .block-filters select:hover:after,._account_api .liveDashboard .list-results thead .block-filters select:hover:after,.liveDashboard .block-filters ._account_api .list-results thead select:hover:after,.block-filters ._account_api .liveDashboard .list-results thead select:hover:after,.liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:hover:after,._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:hover:after,.liveDashboard .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-inactive:hover:after,.form-auto-list ._account_api .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive:hover:after,.liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active:hover:after,._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active:hover:after,.liveDashboard .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-active:hover:after,.form-auto-list ._account_api .liveDashboard .list-results thead .form-auto-item.is-user-is-active:hover:after,.liveDashboard ._account_api .list-results thead .list-results-header .status.title span:hover:after,._account_api .liveDashboard .list-results thead .list-results-header .status.title span:hover:after,.liveDashboard .list-results-header .status.title ._account_api .list-results thead span:hover:after,.list-results-header .status.title ._account_api .liveDashboard .list-results thead span:hover:after,.liveDashboard ._account_api .list-results thead tr span:hover:after,._account_api .liveDashboard .list-results thead tr span:hover:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .dropdown-toggle:hover:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .dropdown-toggle:hover:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .filter:hover:after,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .filter:hover:after,._account_api .form-label.status .liveDashboard .list-results thead span:hover:after,._account_api .status.status-log .liveDashboard .list-results thead span:hover:after,._account_api .status.status-report-item .liveDashboard .list-results thead span:hover:after,._account_api .double-list dd.status .liveDashboard .list-results thead span:hover:after,.double-list ._account_api dd.status .liveDashboard .list-results thead span:hover:after,._account_api .double-list dt.status .liveDashboard .list-results thead span:hover:after,.double-list ._account_api dt.status .liveDashboard .list-results thead span:hover:after,._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span:hover:after,.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead span:hover:after,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span:hover:after,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead span:hover:after,._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span:hover:after,.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead span:hover:after,.form-label.status .liveDashboard ._account_api .list-results thead span:hover:after,.status.status-log .liveDashboard ._account_api .list-results thead span:hover:after,.status.status-report-item .liveDashboard ._account_api .list-results thead span:hover:after,.double-list dd.status .liveDashboard ._account_api .list-results thead span:hover:after,.double-list dt.status .liveDashboard ._account_api .list-results thead span:hover:after,.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead span:hover:after,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead span:hover:after,.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead span:hover:after,._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span:hover:after,.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead span:hover:after,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span:hover:after,.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead span:hover:after,._account_api .sub-header .w-form .liveDashboard .list-results thead label:hover:after,._account_api .sub-header .w-double-list .liveDashboard .list-results thead label:hover:after,.sub-header .w-form .liveDashboard ._account_api .list-results thead label:hover:after,.sub-header .w-double-list .liveDashboard ._account_api .list-results thead label:hover:after,._account_api .block-filters .liveDashboard .list-results thead button:hover:after,.block-filters .liveDashboard ._account_api .list-results thead button:hover:after,._account_api .block-filters .liveDashboard .list-results thead select:hover:after,.block-filters .liveDashboard ._account_api .list-results thead select:hover:after,._account_api .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive:hover:after,.form-auto-list .liveDashboard ._account_api .list-results thead .form-auto-item.is-user-is-inactive:hover:after,._account_api .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-active:hover:after,.form-auto-list .liveDashboard ._account_api .list-results thead .form-auto-item.is-user-is-active:hover:after,._account_api .list-results-header .status.title .liveDashboard .list-results thead span:hover:after,.list-results-header .status.title .liveDashboard ._account_api .list-results thead span:hover:after{color:#3f3f3f}.list-results thead .icon.i-check:after,.list-results thead .w-dialog.plus .i-check.dialog-aside:after,.w-dialog.plus .list-results thead .i-check.dialog-aside:after,.list-results thead .w-toast .i-check.toast.plus:after,.w-toast .list-results thead .i-check.toast.plus:after,.list-results thead .toggleWrapper input.mobileToggle+label.i-check:after,.toggleWrapper .list-results thead input.mobileToggle+label.i-check:after,.list-results thead tbody span.i-check.status:after,.list-results tbody thead span.i-check.status:after,.list-results thead tbody td.is-running span.i-check:after,.list-results tbody td.is-running thead span.i-check:after,.list-results thead tbody td.is-pending span.i-check:after,.list-results tbody td.is-pending thead span.i-check:after,.list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .i-check.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .list-results thead .i-check.dropdown-toggle:after,.list-results thead .w-filter-preset.w-filter-preset .filter-preset .i-check.filter:after,.w-filter-preset.w-filter-preset .filter-preset .list-results thead .i-check.filter:after,.list-results thead .form-label.status span.i-check:after,.list-results thead .status.status-log span.i-check:after,.list-results thead .status.status-report-item span.i-check:after,.list-results thead .double-list dd.status span.i-check:after,.double-list .list-results thead dd.status span.i-check:after,.list-results thead .double-list dt.status span.i-check:after,.double-list .list-results thead dt.status span.i-check:after,.list-results thead .w-cards-container .w-card .status.title span.i-check:after,.w-cards-container .w-card .list-results thead .status.title span.i-check:after,.list-results thead .w-cards-container .w-card.centered .w-value .status.label span.i-check:after,.w-cards-container .w-card.centered .w-value .list-results thead .status.label span.i-check:after,.list-results thead tbody tr.sublist .status.title span.i-check:after,.list-results tbody tr.sublist thead .status.title span.i-check:after,.form-label.status .list-results thead span.i-check:after,.status.status-log .list-results thead span.i-check:after,.status.status-report-item .list-results thead span.i-check:after,.double-list dd.status .list-results thead span.i-check:after,.double-list dt.status .list-results thead span.i-check:after,.w-cards-container .w-card .status.title .list-results thead span.i-check:after,.w-cards-container .w-card.centered .w-value .status.label .list-results thead span.i-check:after,.list-results tbody tr.sublist .status.title .list-results thead span.i-check:after,.list-results thead .w-filters-selected label.status.small span.i-check:after,.w-filters-selected label.status.small .list-results thead span.i-check:after,.list-results thead .w-filters-selected .status.btn-f-s span.i-check:after,.w-filters-selected .status.btn-f-s .list-results thead span.i-check:after,.list-results thead .sub-header .w-form label.i-check:after,.list-results thead .sub-header .w-double-list label.i-check:after,.sub-header .w-form .list-results thead label.i-check:after,.sub-header .w-double-list .list-results thead label.i-check:after,.list-results thead .block-filters button.i-check:after,.block-filters .list-results thead button.i-check:after,.list-results thead .block-filters select.i-check:after,.block-filters .list-results thead select.i-check:after,.list-results thead .form-auto-list .i-check.form-auto-item.is-user-is-inactive:after,.form-auto-list .list-results thead .i-check.form-auto-item.is-user-is-inactive:after,.list-results thead .form-auto-list .i-check.form-auto-item.is-user-is-active:after,.form-auto-list .list-results thead .i-check.form-auto-item.is-user-is-active:after,.list-results thead .list-results-header .status.title span.i-check:after,.list-results-header .status.title .list-results thead span.i-check:after,.list-results thead tr span.i-check:after,.liveDashboard .list-results thead .i-check.icon:after,.liveDashboard .list-results thead .w-dialog.plus .i-check.dialog-aside:after,.w-dialog.plus .liveDashboard .list-results thead .i-check.dialog-aside:after,.liveDashboard .list-results thead .w-toast .i-check.toast.plus:after,.w-toast .liveDashboard .list-results thead .i-check.toast.plus:after,.liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.i-check:after,.toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label.i-check:after,.liveDashboard .list-results thead tbody span.i-check.status:after,.liveDashboard .list-results tbody thead span.i-check.status:after,.liveDashboard .list-results thead tbody td.is-running span.i-check:after,.liveDashboard .list-results tbody td.is-running thead span.i-check:after,.liveDashboard .list-results thead tbody td.is-pending span.i-check:after,.liveDashboard .list-results tbody td.is-pending thead span.i-check:after,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .i-check.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .i-check.dropdown-toggle:after,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .i-check.filter:after,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .i-check.filter:after,.liveDashboard .list-results thead .form-label.status span.i-check:after,.liveDashboard .list-results thead .status.status-log span.i-check:after,.liveDashboard .list-results thead .status.status-report-item span.i-check:after,.liveDashboard .list-results thead .double-list dd.status span.i-check:after,.double-list .liveDashboard .list-results thead dd.status span.i-check:after,.liveDashboard .list-results thead .double-list dt.status span.i-check:after,.double-list .liveDashboard .list-results thead dt.status span.i-check:after,.liveDashboard .list-results thead .w-cards-container .w-card .status.title span.i-check:after,.w-cards-container .w-card .liveDashboard .list-results thead .status.title span.i-check:after,.liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.i-check:after,.w-cards-container .w-card.centered .w-value .liveDashboard .list-results thead .status.label span.i-check:after,.liveDashboard .list-results thead tbody tr.sublist .status.title span.i-check:after,.liveDashboard .list-results tbody tr.sublist thead .status.title span.i-check:after,.form-label.status .liveDashboard .list-results thead span.i-check:after,.status.status-log .liveDashboard .list-results thead span.i-check:after,.status.status-report-item .liveDashboard .list-results thead span.i-check:after,.double-list dd.status .liveDashboard .list-results thead span.i-check:after,.double-list dt.status .liveDashboard .list-results thead span.i-check:after,.w-cards-container .w-card .status.title .liveDashboard .list-results thead span.i-check:after,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.i-check:after,.list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.i-check:after,.liveDashboard .list-results thead .w-filters-selected label.status.small span.i-check:after,.w-filters-selected label.status.small .liveDashboard .list-results thead span.i-check:after,.liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.i-check:after,.w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.i-check:after,.liveDashboard .list-results thead .sub-header .w-form label.i-check:after,.liveDashboard .list-results thead .sub-header .w-double-list label.i-check:after,.sub-header .w-form .liveDashboard .list-results thead label.i-check:after,.sub-header .w-double-list .liveDashboard .list-results thead label.i-check:after,.liveDashboard .list-results thead .block-filters button.i-check:after,.block-filters .liveDashboard .list-results thead button.i-check:after,.liveDashboard .list-results thead .block-filters select.i-check:after,.block-filters .liveDashboard .list-results thead select.i-check:after,.liveDashboard .list-results thead .form-auto-list .i-check.form-auto-item.is-user-is-inactive:after,.form-auto-list .liveDashboard .list-results thead .i-check.form-auto-item.is-user-is-inactive:after,.liveDashboard .list-results thead .form-auto-list .i-check.form-auto-item.is-user-is-active:after,.form-auto-list .liveDashboard .list-results thead .i-check.form-auto-item.is-user-is-active:after,.liveDashboard .list-results thead .list-results-header .status.title span.i-check:after,.list-results-header .status.title .liveDashboard .list-results thead span.i-check:after,.liveDashboard .list-results thead tr span.i-check:after,._account_api .list-results thead .i-check.icon:after,._account_api .list-results thead .w-dialog.plus .i-check.dialog-aside:after,.w-dialog.plus ._account_api .list-results thead .i-check.dialog-aside:after,._account_api .list-results thead .w-toast .i-check.toast.plus:after,.w-toast ._account_api .list-results thead .i-check.toast.plus:after,._account_api .list-results thead .toggleWrapper input.mobileToggle+label.i-check:after,.toggleWrapper ._account_api .list-results thead input.mobileToggle+label.i-check:after,._account_api .list-results thead tbody span.i-check.status:after,._account_api .list-results tbody thead span.i-check.status:after,._account_api .list-results thead tbody td.is-running span.i-check:after,._account_api .list-results tbody td.is-running thead span.i-check:after,._account_api .list-results thead tbody td.is-pending span.i-check:after,._account_api .list-results tbody td.is-pending thead span.i-check:after,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .i-check.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .i-check.dropdown-toggle:after,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .i-check.filter:after,.w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .i-check.filter:after,._account_api .list-results thead .form-label.status span.i-check:after,._account_api .list-results thead .status.status-log span.i-check:after,._account_api .list-results thead .status.status-report-item span.i-check:after,._account_api .list-results thead .double-list dd.status span.i-check:after,.double-list ._account_api .list-results thead dd.status span.i-check:after,._account_api .list-results thead .double-list dt.status span.i-check:after,.double-list ._account_api .list-results thead dt.status span.i-check:after,._account_api .list-results thead .w-cards-container .w-card .status.title span.i-check:after,.w-cards-container .w-card ._account_api .list-results thead .status.title span.i-check:after,._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.i-check:after,.w-cards-container .w-card.centered .w-value ._account_api .list-results thead .status.label span.i-check:after,._account_api .list-results thead tbody tr.sublist .status.title span.i-check:after,._account_api .list-results tbody tr.sublist thead .status.title span.i-check:after,.form-label.status ._account_api .list-results thead span.i-check:after,.status.status-log ._account_api .list-results thead span.i-check:after,.status.status-report-item ._account_api .list-results thead span.i-check:after,.double-list dd.status ._account_api .list-results thead span.i-check:after,.double-list dt.status ._account_api .list-results thead span.i-check:after,.w-cards-container .w-card .status.title ._account_api .list-results thead span.i-check:after,.w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.i-check:after,.list-results tbody tr.sublist .status.title ._account_api .list-results thead span.i-check:after,._account_api .list-results thead .w-filters-selected label.status.small span.i-check:after,.w-filters-selected label.status.small ._account_api .list-results thead span.i-check:after,._account_api .list-results thead .w-filters-selected .status.btn-f-s span.i-check:after,.w-filters-selected .status.btn-f-s ._account_api .list-results thead span.i-check:after,._account_api .list-results thead .sub-header .w-form label.i-check:after,._account_api .list-results thead .sub-header .w-double-list label.i-check:after,.sub-header .w-form ._account_api .list-results thead label.i-check:after,.sub-header .w-double-list ._account_api .list-results thead label.i-check:after,._account_api .list-results thead .block-filters button.i-check:after,.block-filters ._account_api .list-results thead button.i-check:after,._account_api .list-results thead .block-filters select.i-check:after,.block-filters ._account_api .list-results thead select.i-check:after,._account_api .list-results thead .form-auto-list .i-check.form-auto-item.is-user-is-inactive:after,.form-auto-list ._account_api .list-results thead .i-check.form-auto-item.is-user-is-inactive:after,._account_api .list-results thead .form-auto-list .i-check.form-auto-item.is-user-is-active:after,.form-auto-list ._account_api .list-results thead .i-check.form-auto-item.is-user-is-active:after,._account_api .list-results thead .list-results-header .status.title span.i-check:after,.list-results-header .status.title ._account_api .list-results thead span.i-check:after,._account_api .list-results thead tr span.i-check:after,.liveDashboard ._account_api .list-results thead .i-check.icon:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .i-check.dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .i-check.dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-toast .i-check.toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .i-check.toast.plus:after,.liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label.i-check:after,.toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label.i-check:after,.liveDashboard ._account_api .list-results thead tbody span.i-check.status:after,.liveDashboard ._account_api .list-results tbody thead span.i-check.status:after,.liveDashboard ._account_api .list-results thead tbody td.is-running span.i-check:after,.liveDashboard ._account_api .list-results tbody td.is-running thead span.i-check:after,.liveDashboard ._account_api .list-results thead tbody td.is-pending span.i-check:after,.liveDashboard ._account_api .list-results tbody td.is-pending thead span.i-check:after,._account_api .liveDashboard .list-results thead .i-check.icon:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .i-check.dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .i-check.dialog-aside:after,._account_api .liveDashboard .list-results thead .w-toast .i-check.toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .i-check.toast.plus:after,._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label.i-check:after,.toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label.i-check:after,._account_api .liveDashboard .list-results thead tbody span.i-check.status:after,._account_api .liveDashboard .list-results tbody thead span.i-check.status:after,._account_api .liveDashboard .list-results thead tbody td.is-running span.i-check:after,._account_api .liveDashboard .list-results tbody td.is-running thead span.i-check:after,._account_api .liveDashboard .list-results thead tbody td.is-pending span.i-check:after,._account_api .liveDashboard .list-results tbody td.is-pending thead span.i-check:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .i-check.dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .i-check.dropdown-toggle:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .i-check.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .i-check.dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .i-check.filter:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .i-check.filter:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .i-check.filter:after,.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .i-check.filter:after,.liveDashboard ._account_api .list-results thead .form-label.status span.i-check:after,.liveDashboard ._account_api .list-results thead .status.status-log span.i-check:after,.liveDashboard ._account_api .list-results thead .status.status-report-item span.i-check:after,.liveDashboard ._account_api .list-results thead .double-list dd.status span.i-check:after,.double-list .liveDashboard ._account_api .list-results thead dd.status span.i-check:after,.liveDashboard ._account_api .list-results thead .double-list dt.status span.i-check:after,.double-list .liveDashboard ._account_api .list-results thead dt.status span.i-check:after,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span.i-check:after,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title span.i-check:after,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.i-check:after,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label span.i-check:after,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span.i-check:after,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span.i-check:after,._account_api .liveDashboard .list-results thead .form-label.status span.i-check:after,._account_api .liveDashboard .list-results thead .status.status-log span.i-check:after,._account_api .liveDashboard .list-results thead .status.status-report-item span.i-check:after,._account_api .liveDashboard .list-results thead .double-list dd.status span.i-check:after,.double-list ._account_api .liveDashboard .list-results thead dd.status span.i-check:after,._account_api .liveDashboard .list-results thead .double-list dt.status span.i-check:after,.double-list ._account_api .liveDashboard .list-results thead dt.status span.i-check:after,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span.i-check:after,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title span.i-check:after,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span.i-check:after,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label span.i-check:after,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span.i-check:after,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span.i-check:after,.liveDashboard .form-label.status ._account_api .list-results thead span.i-check:after,.liveDashboard .status.status-log ._account_api .list-results thead span.i-check:after,.liveDashboard .status.status-report-item ._account_api .list-results thead span.i-check:after,.liveDashboard .double-list dd.status ._account_api .list-results thead span.i-check:after,.double-list .liveDashboard dd.status ._account_api .list-results thead span.i-check:after,.liveDashboard .double-list dt.status ._account_api .list-results thead span.i-check:after,.double-list .liveDashboard dt.status ._account_api .list-results thead span.i-check:after,.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span.i-check:after,.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead span.i-check:after,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span.i-check:after,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead span.i-check:after,.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span.i-check:after,.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead span.i-check:after,.form-label.status ._account_api .liveDashboard .list-results thead span.i-check:after,.status.status-log ._account_api .liveDashboard .list-results thead span.i-check:after,.status.status-report-item ._account_api .liveDashboard .list-results thead span.i-check:after,.double-list dd.status ._account_api .liveDashboard .list-results thead span.i-check:after,.double-list dt.status ._account_api .liveDashboard .list-results thead span.i-check:after,.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead span.i-check:after,.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead span.i-check:after,.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead span.i-check:after,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span.i-check:after,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span.i-check:after,.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span.i-check:after,.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead span.i-check:after,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span.i-check:after,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span.i-check:after,.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span.i-check:after,.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead span.i-check:after,.liveDashboard ._account_api .list-results thead .sub-header .w-form label.i-check:after,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list label.i-check:after,._account_api .liveDashboard .list-results thead .sub-header .w-form label.i-check:after,._account_api .liveDashboard .list-results thead .sub-header .w-double-list label.i-check:after,.liveDashboard .sub-header .w-form ._account_api .list-results thead label.i-check:after,.liveDashboard .sub-header .w-double-list ._account_api .list-results thead label.i-check:after,.sub-header .w-form ._account_api .liveDashboard .list-results thead label.i-check:after,.sub-header .w-double-list ._account_api .liveDashboard .list-results thead label.i-check:after,.liveDashboard ._account_api .list-results thead .block-filters button.i-check:after,._account_api .liveDashboard .list-results thead .block-filters button.i-check:after,.liveDashboard .block-filters ._account_api .list-results thead button.i-check:after,.block-filters ._account_api .liveDashboard .list-results thead button.i-check:after,.liveDashboard ._account_api .list-results thead .block-filters select.i-check:after,._account_api .liveDashboard .list-results thead .block-filters select.i-check:after,.liveDashboard .block-filters ._account_api .list-results thead select.i-check:after,.block-filters ._account_api .liveDashboard .list-results thead select.i-check:after,.liveDashboard ._account_api .list-results thead .form-auto-list .i-check.form-auto-item.is-user-is-inactive:after,._account_api .liveDashboard .list-results thead .form-auto-list .i-check.form-auto-item.is-user-is-inactive:after,.liveDashboard .form-auto-list ._account_api .list-results thead .i-check.form-auto-item.is-user-is-inactive:after,.form-auto-list ._account_api .liveDashboard .list-results thead .i-check.form-auto-item.is-user-is-inactive:after,.liveDashboard ._account_api .list-results thead .form-auto-list .i-check.form-auto-item.is-user-is-active:after,._account_api .liveDashboard .list-results thead .form-auto-list .i-check.form-auto-item.is-user-is-active:after,.liveDashboard .form-auto-list ._account_api .list-results thead .i-check.form-auto-item.is-user-is-active:after,.form-auto-list ._account_api .liveDashboard .list-results thead .i-check.form-auto-item.is-user-is-active:after,.liveDashboard ._account_api .list-results thead .list-results-header .status.title span.i-check:after,._account_api .liveDashboard .list-results thead .list-results-header .status.title span.i-check:after,.liveDashboard .list-results-header .status.title ._account_api .list-results thead span.i-check:after,.list-results-header .status.title ._account_api .liveDashboard .list-results thead span.i-check:after,.liveDashboard ._account_api .list-results thead tr span.i-check:after,._account_api .liveDashboard .list-results thead tr span.i-check:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .i-check.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .i-check.dropdown-toggle:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .i-check.filter:after,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .i-check.filter:after,._account_api .form-label.status .liveDashboard .list-results thead span.i-check:after,._account_api .status.status-log .liveDashboard .list-results thead span.i-check:after,._account_api .status.status-report-item .liveDashboard .list-results thead span.i-check:after,._account_api .double-list dd.status .liveDashboard .list-results thead span.i-check:after,.double-list ._account_api dd.status .liveDashboard .list-results thead span.i-check:after,._account_api .double-list dt.status .liveDashboard .list-results thead span.i-check:after,.double-list ._account_api dt.status .liveDashboard .list-results thead span.i-check:after,._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span.i-check:after,.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead span.i-check:after,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span.i-check:after,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead span.i-check:after,._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span.i-check:after,.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead span.i-check:after,.form-label.status .liveDashboard ._account_api .list-results thead span.i-check:after,.status.status-log .liveDashboard ._account_api .list-results thead span.i-check:after,.status.status-report-item .liveDashboard ._account_api .list-results thead span.i-check:after,.double-list dd.status .liveDashboard ._account_api .list-results thead span.i-check:after,.double-list dt.status .liveDashboard ._account_api .list-results thead span.i-check:after,.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead span.i-check:after,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead span.i-check:after,.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead span.i-check:after,._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span.i-check:after,.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead span.i-check:after,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span.i-check:after,.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead span.i-check:after,._account_api .sub-header .w-form .liveDashboard .list-results thead label.i-check:after,._account_api .sub-header .w-double-list .liveDashboard .list-results thead label.i-check:after,.sub-header .w-form .liveDashboard ._account_api .list-results thead label.i-check:after,.sub-header .w-double-list .liveDashboard ._account_api .list-results thead label.i-check:after,._account_api .block-filters .liveDashboard .list-results thead button.i-check:after,.block-filters .liveDashboard ._account_api .list-results thead button.i-check:after,._account_api .block-filters .liveDashboard .list-results thead select.i-check:after,.block-filters .liveDashboard ._account_api .list-results thead select.i-check:after,._account_api .form-auto-list .liveDashboard .list-results thead .i-check.form-auto-item.is-user-is-inactive:after,.form-auto-list .liveDashboard ._account_api .list-results thead .i-check.form-auto-item.is-user-is-inactive:after,._account_api .form-auto-list .liveDashboard .list-results thead .i-check.form-auto-item.is-user-is-active:after,.form-auto-list .liveDashboard ._account_api .list-results thead .i-check.form-auto-item.is-user-is-active:after,._account_api .list-results-header .status.title .liveDashboard .list-results thead span.i-check:after,.list-results-header .status.title .liveDashboard ._account_api .list-results thead span.i-check:after{width:2rem;height:2rem}.list-results thead .list-sort-none{pointer-events:none}.list-results thead .list-sort-desc::after{content:"\E8EA";top:2.2rem;left:-0.5rem}.list-results thead .list-sort-asc::after{content:"\E8EA";top:3.2rem;left:5rem;transform:rotate(-180deg) translateX(4.5rem)}.list-results thead .align-right{text-align:right}.list-results thead .align-right .list-sort-none::after{right:.5rem;left:auto}.list-results thead .align-right .list-sort-desc::after{right:.5rem;left:auto}.list-results thead .align-right .list-sort-asc::after{right:-5rem;left:auto}.list-results .i-sort-up span.i-sort:after{content:"\E9EC" !important}.list-results .i-sort-down span.i-sort:after{content:"\E9ED" !important}.list-results tfoot{background-color:#fff;border-top:1px solid #f9f9f9;width:100%}.list-results tfoot tr{width:auto;height:7rem}.list-results tfoot tr.regroup{height:auto;vertical-align:middle}.list-results tfoot th{padding:1.5rem 2rem .5rem}.list-results tfoot th.fixed{position:relative}.list-results tbody{background-color:#fff}.list-results tbody tr:first-of-type:not(.total-row){border-top:1px solid #d3d3d3}.list-results tbody tr.total-row{border-bottom:1px solid #d3d3d3}.list-results tbody tr:nth-child(even){background-color:#f5f4f4}.list-results tbody tr.total{border-top:1px double #3f3f3f}.list-results tbody tr.group-total{border-bottom:1px solid #f9f9f9}.list-results tbody tr:hover{background-color:rgba(15,100,163,.1) !important}.list-results tbody tr:hover td{background-color:rgba(0,0,0,0)}.list-results tbody tr.section-1{background-color:#f1fcda}.list-results tbody tr.section-2{background-color:#c6edf4}.list-results tbody tr.section-3{background-color:#daf7e6}.list-results tbody tr.section-4{background-color:#dbe6fd}.list-results tbody tr.is-selected{background-color:#b1e6ef}.list-results tbody tr.stroke{background-color:#3f3f3f;height:2px}.list-results tbody tr.sub-total{background-color:#f1fcda;border-bottom:1px solid #8dc611}.list-results tbody tr.is-reschedule{background-color:rgba(212,28,92,.15)}.list-results tbody tr.is-reschedule span{color:#bd1952}.list-results tbody tr.is-reschedule .btn.i-reschedule,.list-results tbody tr.is-reschedule .pagination a.i-reschedule,.pagination .list-results tbody tr.is-reschedule a.i-reschedule,.list-results tbody tr.is-reschedule .goal-option .i-reschedule.expend-label,.goal-option .list-results tbody tr.is-reschedule .i-reschedule.expend-label{border:1px solid #d41c5c}.list-results tbody tr.is-reschedule .btn.i-reschedule:before,.list-results tbody tr.is-reschedule .pagination a.i-reschedule:before,.pagination .list-results tbody tr.is-reschedule a.i-reschedule:before,.list-results tbody tr.is-reschedule .goal-option .i-reschedule.expend-label:before,.goal-option .list-results tbody tr.is-reschedule .i-reschedule.expend-label:before{color:#d41c5c}.list-results tbody tr.list-status-InProgress .btn,.list-results tbody tr.list-status-InProgress .pagination a,.pagination .list-results tbody tr.list-status-InProgress a,.list-results tbody tr.list-status-InProgress .goal-option .expend-label,.goal-option .list-results tbody tr.list-status-InProgress .expend-label{opacity:.5;pointer-events:none}.list-results tbody tr.list-status-InProgress .btn.i-delete,.list-results tbody tr.list-status-InProgress .pagination a.i-delete,.pagination .list-results tbody tr.list-status-InProgress a.i-delete,.list-results tbody tr.list-status-InProgress .goal-option .i-delete.expend-label,.goal-option .list-results tbody tr.list-status-InProgress .i-delete.expend-label,.list-results tbody tr.list-status-InProgress .btn.i-edit,.list-results tbody tr.list-status-InProgress .pagination a.i-edit,.pagination .list-results tbody tr.list-status-InProgress a.i-edit,.list-results tbody tr.list-status-InProgress .goal-option .i-edit.expend-label,.goal-option .list-results tbody tr.list-status-InProgress .i-edit.expend-label,.list-results tbody tr.list-status-InProgress .btn.i-copy,.list-results tbody tr.list-status-InProgress .pagination a.i-copy,.pagination .list-results tbody tr.list-status-InProgress a.i-copy,.list-results tbody tr.list-status-InProgress .goal-option .i-copy.expend-label,.goal-option .list-results tbody tr.list-status-InProgress .i-copy.expend-label{opacity:1;pointer-events:auto}.list-results tbody tr.list-status-Error td span{color:#67308f}.list-results tbody tr.subtotal td:not(.group){background-color:#e7effc}.list-results tbody tr.subtotal .single{background-color:#e7effc}.list-results tbody tr.subtotal span{font-weight:700}.list-results tbody td{padding:1rem;border-right:1px solid #d3d3d3}.list-results tbody td:last-of-type{border-right:0}.list-results tbody td:has(img){padding:.25rem 1rem}._login_stats .list-results tbody td{padding:.5rem 1rem}.list-results tbody td.section-1{background-color:#f1fcda}.list-results tbody td.section-2{background-color:#e4f7fa}.list-results tbody td.section-3{background-color:#effbf4}.list-results tbody td.section-4{background-color:#fff}.list-results tbody td.section-department{background-color:#f1fcda}.list-results tbody td.isSelected{background-color:rgba(17,114,186,.3) !important}.list-results tbody td.isSelected:hover{background-color:rgba(17,114,186,.3) !important}.list-results tbody td.failed:before,.list-results tbody td.success:before,.list-results tbody td.pending:before{font-size:2.5rem;font-weight:400;color:#3f3f3f;display:inline-block;transform:translateY(-1px)}.list-results tbody td.failed:before{color:#d70848}.list-results tbody td.success:before{color:#07ba6e}.list-results tbody td.pending:before{color:#e4c510}.list-results tbody td.is-pending span{margin:.25rem 0;padding:.25rem}.list-results tbody td.is-pending span:before{font-size:2.5rem;color:#e4c510;content:"\E98D"}.list-results tbody td.is-running span{margin:.25rem 0;padding:.25rem}.list-results tbody td.is-running span:before{font-size:2.5rem;content:"\E912";animation:rotating 2s linear infinite}.list-results tbody td .full-icon{flex:1;display:inline-block;padding:10px 0 10px 40px;background-position:center left;background-size:20% auto;white-space:nowrap;text-transform:uppercase;font-size:1.6rem}.list-results tbody td.row-brand .full-icon{background-size:15% auto}.list-results tbody td.row-department{background-color:#e55d8a}.list-results tbody td.row-portfolio{background-color:#dbe6fd;padding-left:1rem}.list-results tbody td.row-portfolio span{padding-left:1rem}.list-results tbody td.row-brand{background-color:#fff;border-top:1px solid #c6c6c6 !important;border-bottom:1px solid #bababa !important;padding-left:2rem}.list-results tbody td .link{font-size:1.2em;font-weight:400;color:#3f3f3f;text-decoration:underline}.list-results tbody td .link:hover{color:#727272}.list-results tbody td.section-portfolio-total{background-color:#eaf0fe;border-right:1px solid #93b3f9}.list-results tbody td.w-group-icon .brand-name,.list-results tbody td.w-brand-icon .brand-name{transform:translateY(-3.7px)}.list-results tbody td.w-group-icon span,.list-results tbody td.w-brand-icon span{font-size:1rem;font-weight:700;color:#3f3f3f}.list-results tbody td.w-brand-icon span.icon-box{padding:0;width:1.6rem;height:1.6rem;background-size:contain}.list-results tbody td.w-group-icon{vertical-align:top;text-align:left;padding:.5rem 1rem}.list-results tbody td.w-group-icon span.icon-box{padding:0;width:1.6rem;height:1.6rem;background-size:contain}.list-results tbody td .date{font-size:1rem;font-weight:700;color:#3f3f3f;text-transform:uppercase}.list-results tbody tr:nth-child(even) td.section-4{background-color:#fff}.list-results tbody tr:nth-child(even) td.section-portfolio-total{background-color:#dbe6fd}.list-results tbody tr:nth-child(even) td.section-3{background-color:#e3f9eb}.list-results tbody tr:nth-child(even):hover td.section-4,.list-results tbody tr:nth-child(even):hover td.section-3,.list-results tbody tr:nth-child(even):hover td.section-portfolio-total{background-color:#e8fac2}.list-results tbody .w-toggle{position:relative;display:inline-block;width:42px;height:20px}.list-results tbody .w-toggle input:checked+.slider{background-color:#3f3f3f}.list-results tbody .w-toggle input:focus+.slider{box-shadow:0 0 1px #a5a5a5}.list-results tbody .w-toggle input:checked+.slider:before{-webkit-transform:translateX(22px);-ms-transform:translateX(22px);transform:translateX(22px)}.list-results tbody .w-toggle input{opacity:0;width:0;height:0}.list-results tbody .w-toggle .slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;border-radius:34px;background-color:#ccc;-webkit-transition:.4s;transition:.4s}.list-results tbody .w-toggle .slider:before{position:absolute;border-radius:50%;content:"";height:12px;width:12px;left:4px;bottom:4px;background-color:#fff;-webkit-transition:.4s;transition:.4s}.list-results tbody .i-dropdown-simple{font-size:1.5rem}.list-results tbody .i-dropdown-simple.is-open{transform:rotate(180deg)}.list-results tbody .i-ext-link,.list-results tbody .i-ext-link a{color:#0d558b;font-size:1.2rem;align-items:center}.list-results tbody .i-ext-link:after,.list-results tbody .i-ext-link a:after{transform:translateY(-0.25rem);color:#0d558b;margin-left:.5rem}.list-results tbody .i-ext-link:hover,.list-results tbody .i-ext-link a:hover{color:#3f3f3f}.list-results tbody .i-ext-link:hover:after,.list-results tbody .i-ext-link a:hover:after{color:#3f3f3f}.list-results tbody .w-btn{display:flex;flex-wrap:nowrap}.list-results tbody .w-btn .btn,.list-results tbody .w-btn .pagination a,.pagination .list-results tbody .w-btn a,.list-results tbody .w-btn .goal-option .expend-label,.goal-option .list-results tbody .w-btn .expend-label{margin:0 .125rem}.list-results tbody .no-wrap{white-space:nowrap}.list-results tbody .flex{display:flex}.list-results tbody .icon-only{margin:.5rem 0 .5rem 2rem}.list-results tbody .cap{text-transform:capitalize}.list-results tbody .word-break{word-break:break-all}.list-results tbody .truncate{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;max-width:30rem;display:inline-block}.list-results tbody .alert{background-color:#a770cf}.list-results tbody .alert span{color:#4b2369;display:inline-block;font-weight:700}.list-results tbody .alert span:before{color:#4b2369;margin-right:.5rem;content:"\E90F";vertical-align:middle;font-size:1.3rem}.list-results tbody .flash{animation:4s flash-anim;transition-timing-function:cubic-bezier(0, 1, 0.5, 1);animation-fill-mode:forwards}.list-results tbody .flash span{font-size:1.2rem;font-weight:400;color:#3f3f3f}.list-results tbody .flash span:before{display:none}.list-results tbody.border-right{border-right:1px solid #d3d3d3}.list-results tbody span{font-family:"Inter",sans-serif;font-optical-sizing:auto;font-style:normal;font-size:1.2rem;font-weight:400;color:#3f3f3f}.list-results tbody span.positif{color:#1db094 !important}.list-results tbody span.negative{color:#b20003 !important}.list-results tbody span.align-right{text-align:right}.list-results tbody span.align-left{text-align:left}.list-results tbody span.icon,.list-results tbody span.w-alert-banner:before,.liveDashboard .list-results tbody thead span.w-alert-banner:before,.liveDashboard .list-results thead tbody span.w-alert-banner:before,._account_api .list-results tbody thead span.w-alert-banner:before,._account_api .list-results thead tbody span.w-alert-banner:before,.list-results tbody .w-dialog.plus span.dialog-aside:after,.w-dialog.plus .list-results tbody span.dialog-aside:after,.list-results tbody .w-toast span.toast.plus:after,.w-toast .list-results tbody span.toast.plus:after,.list-results tbody .w-time-period .dropdown .w-selection span.btn-period-clear:before,.w-time-period .dropdown .w-selection .list-results tbody span.btn-period-clear:before,.list-results tbody .w-time-period .dropdown .w-selection span.btn-filter:before,.w-time-period .dropdown .w-selection .list-results tbody span.btn-filter:before,.list-results tbody .w-time-period .dropdown .w-selection span.btn-period-edit:before,.w-time-period .dropdown .w-selection .list-results tbody span.btn-period-edit:before,.list-results tbody .block-filters span.btn-filter:before,.block-filters .list-results tbody span.btn-filter:before,.liveDashboard .list-results tbody thead .block-filters span.btn-filter:before,.liveDashboard .list-results thead .block-filters tbody span.btn-filter:before,.block-filters .liveDashboard .list-results tbody thead span.btn-filter:before,.block-filters .liveDashboard .list-results thead tbody span.btn-filter:before,._account_api .list-results tbody thead .block-filters span.btn-filter:before,._account_api .list-results thead .block-filters tbody span.btn-filter:before,.block-filters ._account_api .list-results tbody thead span.btn-filter:before,.block-filters ._account_api .list-results thead tbody span.btn-filter:before,.list-results tbody span.status,.liveDashboard .list-results thead tbody span.status,.liveDashboard .list-results tbody thead span.status,._account_api .list-results thead tbody span.status,._account_api .list-results tbody thead span.status,.list-results tbody .w-filter-preset.w-filter-preset .filter-preset .dropdown span.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .list-results tbody span.dropdown-toggle:after,.list-results tbody .w-filter-preset.w-filter-preset .filter-preset span.filter,.w-filter-preset.w-filter-preset .filter-preset .list-results tbody span.filter,.list-results tbody .form-label.status span,.list-results tbody .status.status-log span,.list-results tbody .status.status-report-item span,.list-results tbody .double-list dd.status span,.double-list .list-results tbody dd.status span,.list-results tbody .double-list dt.status span,.double-list .list-results tbody dt.status span,.list-results tbody .w-cards-container .w-card .status.title span,.w-cards-container .w-card .list-results tbody .status.title span,.list-results tbody .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value .list-results tbody .status.label span,.list-results tbody tr.sublist .status.title span,.form-label.status .list-results tbody span,.status.status-log .list-results tbody span,.status.status-report-item .list-results tbody span,.double-list dd.status .list-results tbody span,.double-list dt.status .list-results tbody span,.w-cards-container .w-card .status.title .list-results tbody span,.w-cards-container .w-card.centered .w-value .status.label .list-results tbody span,.list-results tbody tr.sublist .status.title .list-results tbody span,.list-results tbody .w-filters-selected label.status.small span,.w-filters-selected label.status.small .list-results tbody span,.list-results tbody .w-filters-selected .status.btn-f-s span,.w-filters-selected .status.btn-f-s .list-results tbody span,.list-results tbody .form-auto-list span.form-auto-item.is-user-is-inactive,.form-auto-list .list-results tbody span.form-auto-item.is-user-is-inactive,.list-results tbody .form-auto-list span.form-auto-item.is-user-is-active,.form-auto-list .list-results tbody span.form-auto-item.is-user-is-active,.list-results tbody .list-results-header .status.title span,.list-results-header .status.title .list-results tbody span,.list-results tbody thead tr span,.list-results thead tr tbody span,.liveDashboard .list-results tbody thead span.icon,.liveDashboard .list-results tbody thead span.w-alert-banner:before,.liveDashboard .list-results tbody thead span.w-alert-banner:before,.liveDashboard ._account_api .list-results tbody thead span.w-alert-banner:before,._account_api .liveDashboard .list-results tbody thead span.w-alert-banner:before,.liveDashboard .list-results tbody thead .w-dialog.plus span.dialog-aside:after,.w-dialog.plus .liveDashboard .list-results tbody thead span.dialog-aside:after,.liveDashboard .list-results tbody thead .w-toast span.toast.plus:after,.w-toast .liveDashboard .list-results tbody thead span.toast.plus:after,.liveDashboard .list-results tbody thead .w-time-period .dropdown .w-selection span.btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results tbody thead span.btn-period-clear:before,.liveDashboard .list-results tbody thead .w-time-period .dropdown .w-selection span.btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results tbody thead span.btn-filter:before,.liveDashboard .list-results tbody thead .w-time-period .dropdown .w-selection span.btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results tbody thead span.btn-period-edit:before,.liveDashboard .list-results tbody thead .block-filters span.btn-filter:before,.block-filters .liveDashboard .list-results tbody thead span.btn-filter:before,.liveDashboard .list-results tbody thead .block-filters span.btn-filter:before,.block-filters .liveDashboard .list-results tbody thead span.btn-filter:before,.liveDashboard ._account_api .list-results tbody thead .block-filters span.btn-filter:before,._account_api .liveDashboard .list-results tbody thead .block-filters span.btn-filter:before,.liveDashboard .block-filters ._account_api .list-results tbody thead span.btn-filter:before,.block-filters ._account_api .liveDashboard .list-results tbody thead span.btn-filter:before,.liveDashboard .list-results tbody thead span.status,.liveDashboard .list-results tbody thead tbody span.status,.liveDashboard .list-results tbody thead span.status,.liveDashboard ._account_api .list-results tbody thead tbody span.status,._account_api .liveDashboard .list-results tbody thead tbody span.status,.liveDashboard ._account_api .list-results tbody thead span.status,._account_api .liveDashboard .list-results tbody thead span.status,.liveDashboard .list-results thead tbody span.icon,.liveDashboard .list-results thead tbody span.w-alert-banner:before,.liveDashboard .list-results thead tbody span.w-alert-banner:before,.liveDashboard ._account_api .list-results thead tbody span.w-alert-banner:before,._account_api .liveDashboard .list-results thead tbody span.w-alert-banner:before,.liveDashboard .list-results thead tbody .w-dialog.plus span.dialog-aside:after,.w-dialog.plus .liveDashboard .list-results thead tbody span.dialog-aside:after,.liveDashboard .list-results thead tbody .w-toast span.toast.plus:after,.w-toast .liveDashboard .list-results thead tbody span.toast.plus:after,.liveDashboard .list-results thead tbody .w-time-period .dropdown .w-selection span.btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead tbody span.btn-period-clear:before,.liveDashboard .list-results thead tbody .w-time-period .dropdown .w-selection span.btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead tbody span.btn-filter:before,.liveDashboard .list-results thead tbody .w-time-period .dropdown .w-selection span.btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead tbody span.btn-period-edit:before,.liveDashboard .list-results thead tbody .block-filters span.btn-filter:before,.block-filters .liveDashboard .list-results thead tbody span.btn-filter:before,.liveDashboard .list-results thead tbody .block-filters span.btn-filter:before,.liveDashboard .list-results thead .block-filters tbody span.btn-filter:before,.block-filters .liveDashboard .list-results thead tbody span.btn-filter:before,.liveDashboard ._account_api .list-results thead tbody .block-filters span.btn-filter:before,._account_api .liveDashboard .list-results thead tbody .block-filters span.btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters tbody span.btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters tbody span.btn-filter:before,.liveDashboard .block-filters ._account_api .list-results thead tbody span.btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead tbody span.btn-filter:before,.liveDashboard .list-results thead tbody span.status,.liveDashboard .list-results thead tbody span.status,.liveDashboard .list-results thead tbody thead span.status,.liveDashboard ._account_api .list-results thead tbody span.status,._account_api .liveDashboard .list-results thead tbody span.status,.liveDashboard ._account_api .list-results thead tbody thead span.status,._account_api .liveDashboard .list-results thead tbody thead span.status,.liveDashboard .list-results tbody thead .w-filter-preset.w-filter-preset .filter-preset .dropdown span.dropdown-toggle:after,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown tbody span.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results tbody thead span.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead tbody span.dropdown-toggle:after,.liveDashboard .list-results tbody thead .w-filter-preset.w-filter-preset .filter-preset span.filter,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset tbody span.filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results tbody thead span.filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead tbody span.filter,.liveDashboard .list-results tbody thead .form-label.status span,.liveDashboard .list-results tbody thead .status.status-log span,.liveDashboard .list-results tbody thead .status.status-report-item span,.liveDashboard .list-results tbody thead .double-list dd.status span,.double-list .liveDashboard .list-results tbody thead dd.status span,.liveDashboard .list-results tbody thead .double-list dt.status span,.double-list .liveDashboard .list-results tbody thead dt.status span,.liveDashboard .list-results tbody thead .w-cards-container .w-card .status.title span,.w-cards-container .w-card .liveDashboard .list-results tbody thead .status.title span,.liveDashboard .list-results tbody thead .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value .liveDashboard .list-results tbody thead .status.label span,.liveDashboard .list-results tbody thead tr.sublist .status.title span,.liveDashboard .list-results tbody tr.sublist thead .status.title span,.liveDashboard .list-results thead .form-label.status tbody span,.liveDashboard .list-results thead .status.status-log tbody span,.liveDashboard .list-results thead .status.status-report-item tbody span,.liveDashboard .list-results thead .double-list dd.status tbody span,.double-list .liveDashboard .list-results thead dd.status tbody span,.liveDashboard .list-results thead .double-list dt.status tbody span,.double-list .liveDashboard .list-results thead dt.status tbody span,.liveDashboard .list-results thead .w-cards-container .w-card .status.title tbody span,.w-cards-container .w-card .liveDashboard .list-results thead .status.title tbody span,.liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label tbody span,.w-cards-container .w-card.centered .w-value .liveDashboard .list-results thead .status.label tbody span,.liveDashboard .list-results thead tbody tr.sublist .status.title tbody span,.liveDashboard .list-results tbody tr.sublist thead .status.title tbody span,.form-label.status .liveDashboard .list-results tbody thead span,.status.status-log .liveDashboard .list-results tbody thead span,.status.status-report-item .liveDashboard .list-results tbody thead span,.double-list dd.status .liveDashboard .list-results tbody thead span,.double-list dt.status .liveDashboard .list-results tbody thead span,.w-cards-container .w-card .status.title .liveDashboard .list-results tbody thead span,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results tbody thead span,.list-results tbody tr.sublist .status.title .liveDashboard .list-results tbody thead span,.form-label.status .liveDashboard .list-results thead tbody span,.status.status-log .liveDashboard .list-results thead tbody span,.status.status-report-item .liveDashboard .list-results thead tbody span,.double-list dd.status .liveDashboard .list-results thead tbody span,.double-list dt.status .liveDashboard .list-results thead tbody span,.w-cards-container .w-card .status.title .liveDashboard .list-results thead tbody span,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead tbody span,.list-results tbody tr.sublist .status.title .liveDashboard .list-results thead tbody span,.liveDashboard .list-results tbody thead .w-filters-selected label.status.small span,.liveDashboard .list-results thead .w-filters-selected label.status.small tbody span,.w-filters-selected label.status.small .liveDashboard .list-results tbody thead span,.w-filters-selected label.status.small .liveDashboard .list-results thead tbody span,.liveDashboard .list-results tbody thead .w-filters-selected .status.btn-f-s span,.liveDashboard .list-results thead .w-filters-selected .status.btn-f-s tbody span,.w-filters-selected .status.btn-f-s .liveDashboard .list-results tbody thead span,.w-filters-selected .status.btn-f-s .liveDashboard .list-results thead tbody span,.liveDashboard .list-results tbody thead .form-auto-list span.form-auto-item.is-user-is-inactive,.liveDashboard .list-results thead .form-auto-list tbody span.form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard .list-results tbody thead span.form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard .list-results thead tbody span.form-auto-item.is-user-is-inactive,.liveDashboard .list-results tbody thead .form-auto-list span.form-auto-item.is-user-is-active,.liveDashboard .list-results thead .form-auto-list tbody span.form-auto-item.is-user-is-active,.form-auto-list .liveDashboard .list-results tbody thead span.form-auto-item.is-user-is-active,.form-auto-list .liveDashboard .list-results thead tbody span.form-auto-item.is-user-is-active,.liveDashboard .list-results tbody thead .list-results-header .status.title span,.liveDashboard .list-results thead .list-results-header .status.title tbody span,.list-results-header .status.title .liveDashboard .list-results tbody thead span,.list-results-header .status.title .liveDashboard .list-results thead tbody span,.liveDashboard .list-results tbody thead tr span,.liveDashboard .list-results thead tr tbody span,._account_api .list-results tbody thead span.icon,._account_api .list-results tbody thead span.w-alert-banner:before,._account_api .liveDashboard .list-results tbody thead span.w-alert-banner:before,.liveDashboard ._account_api .list-results tbody thead span.w-alert-banner:before,._account_api .list-results tbody thead span.w-alert-banner:before,._account_api .list-results tbody thead .w-dialog.plus span.dialog-aside:after,.w-dialog.plus ._account_api .list-results tbody thead span.dialog-aside:after,._account_api .list-results tbody thead .w-toast span.toast.plus:after,.w-toast ._account_api .list-results tbody thead span.toast.plus:after,._account_api .list-results tbody thead .w-time-period .dropdown .w-selection span.btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .list-results tbody thead span.btn-period-clear:before,._account_api .list-results tbody thead .w-time-period .dropdown .w-selection span.btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .list-results tbody thead span.btn-filter:before,._account_api .list-results tbody thead .w-time-period .dropdown .w-selection span.btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .list-results tbody thead span.btn-period-edit:before,._account_api .list-results tbody thead .block-filters span.btn-filter:before,.block-filters ._account_api .list-results tbody thead span.btn-filter:before,._account_api .liveDashboard .list-results tbody thead .block-filters span.btn-filter:before,.liveDashboard ._account_api .list-results tbody thead .block-filters span.btn-filter:before,._account_api .block-filters .liveDashboard .list-results tbody thead span.btn-filter:before,.block-filters .liveDashboard ._account_api .list-results tbody thead span.btn-filter:before,._account_api .list-results tbody thead .block-filters span.btn-filter:before,.block-filters ._account_api .list-results tbody thead span.btn-filter:before,._account_api .list-results tbody thead span.status,._account_api .liveDashboard .list-results tbody thead tbody span.status,.liveDashboard ._account_api .list-results tbody thead tbody span.status,._account_api .liveDashboard .list-results tbody thead span.status,.liveDashboard ._account_api .list-results tbody thead span.status,._account_api .list-results tbody thead tbody span.status,._account_api .list-results tbody thead span.status,._account_api .list-results thead tbody span.icon,._account_api .list-results thead tbody span.w-alert-banner:before,._account_api .liveDashboard .list-results thead tbody span.w-alert-banner:before,.liveDashboard ._account_api .list-results thead tbody span.w-alert-banner:before,._account_api .list-results thead tbody span.w-alert-banner:before,._account_api .list-results thead tbody .w-dialog.plus span.dialog-aside:after,.w-dialog.plus ._account_api .list-results thead tbody span.dialog-aside:after,._account_api .list-results thead tbody .w-toast span.toast.plus:after,.w-toast ._account_api .list-results thead tbody span.toast.plus:after,._account_api .list-results thead tbody .w-time-period .dropdown .w-selection span.btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead tbody span.btn-period-clear:before,._account_api .list-results thead tbody .w-time-period .dropdown .w-selection span.btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead tbody span.btn-filter:before,._account_api .list-results thead tbody .w-time-period .dropdown .w-selection span.btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead tbody span.btn-period-edit:before,._account_api .list-results thead tbody .block-filters span.btn-filter:before,.block-filters ._account_api .list-results thead tbody span.btn-filter:before,._account_api .liveDashboard .list-results thead tbody .block-filters span.btn-filter:before,.liveDashboard ._account_api .list-results thead tbody .block-filters span.btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters tbody span.btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters tbody span.btn-filter:before,._account_api .block-filters .liveDashboard .list-results thead tbody span.btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead tbody span.btn-filter:before,._account_api .list-results thead tbody .block-filters span.btn-filter:before,._account_api .list-results thead .block-filters tbody span.btn-filter:before,.block-filters ._account_api .list-results thead tbody span.btn-filter:before,._account_api .list-results thead tbody span.status,._account_api .liveDashboard .list-results thead tbody span.status,.liveDashboard ._account_api .list-results thead tbody span.status,._account_api .liveDashboard .list-results thead tbody thead span.status,.liveDashboard ._account_api .list-results thead tbody thead span.status,._account_api .list-results thead tbody span.status,._account_api .list-results thead tbody thead span.status,._account_api .list-results tbody thead .w-filter-preset.w-filter-preset .filter-preset .dropdown span.dropdown-toggle:after,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown tbody span.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results tbody thead span.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead tbody span.dropdown-toggle:after,._account_api .list-results tbody thead .w-filter-preset.w-filter-preset .filter-preset span.filter,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset tbody span.filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results tbody thead span.filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead tbody span.filter,._account_api .list-results tbody thead .form-label.status span,._account_api .list-results tbody thead .status.status-log span,._account_api .list-results tbody thead .status.status-report-item span,._account_api .list-results tbody thead .double-list dd.status span,.double-list ._account_api .list-results tbody thead dd.status span,._account_api .list-results tbody thead .double-list dt.status span,.double-list ._account_api .list-results tbody thead dt.status span,._account_api .list-results tbody thead .w-cards-container .w-card .status.title span,.w-cards-container .w-card ._account_api .list-results tbody thead .status.title span,._account_api .list-results tbody thead .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value ._account_api .list-results tbody thead .status.label span,._account_api .list-results tbody thead tr.sublist .status.title span,._account_api .list-results tbody tr.sublist thead .status.title span,._account_api .list-results thead .form-label.status tbody span,._account_api .list-results thead .status.status-log tbody span,._account_api .list-results thead .status.status-report-item tbody span,._account_api .list-results thead .double-list dd.status tbody span,.double-list ._account_api .list-results thead dd.status tbody span,._account_api .list-results thead .double-list dt.status tbody span,.double-list ._account_api .list-results thead dt.status tbody span,._account_api .list-results thead .w-cards-container .w-card .status.title tbody span,.w-cards-container .w-card ._account_api .list-results thead .status.title tbody span,._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label tbody span,.w-cards-container .w-card.centered .w-value ._account_api .list-results thead .status.label tbody span,._account_api .list-results thead tbody tr.sublist .status.title tbody span,._account_api .list-results tbody tr.sublist thead .status.title tbody span,.form-label.status ._account_api .list-results tbody thead span,.status.status-log ._account_api .list-results tbody thead span,.status.status-report-item ._account_api .list-results tbody thead span,.double-list dd.status ._account_api .list-results tbody thead span,.double-list dt.status ._account_api .list-results tbody thead span,.w-cards-container .w-card .status.title ._account_api .list-results tbody thead span,.w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results tbody thead span,.list-results tbody tr.sublist .status.title ._account_api .list-results tbody thead span,.form-label.status ._account_api .list-results thead tbody span,.status.status-log ._account_api .list-results thead tbody span,.status.status-report-item ._account_api .list-results thead tbody span,.double-list dd.status ._account_api .list-results thead tbody span,.double-list dt.status ._account_api .list-results thead tbody span,.w-cards-container .w-card .status.title ._account_api .list-results thead tbody span,.w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead tbody span,.list-results tbody tr.sublist .status.title ._account_api .list-results thead tbody span,._account_api .list-results tbody thead .w-filters-selected label.status.small span,._account_api .list-results thead .w-filters-selected label.status.small tbody span,.w-filters-selected label.status.small ._account_api .list-results tbody thead span,.w-filters-selected label.status.small ._account_api .list-results thead tbody span,._account_api .list-results tbody thead .w-filters-selected .status.btn-f-s span,._account_api .list-results thead .w-filters-selected .status.btn-f-s tbody span,.w-filters-selected .status.btn-f-s ._account_api .list-results tbody thead span,.w-filters-selected .status.btn-f-s ._account_api .list-results thead tbody span,._account_api .list-results tbody thead .form-auto-list span.form-auto-item.is-user-is-inactive,._account_api .list-results thead .form-auto-list tbody span.form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .list-results tbody thead span.form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .list-results thead tbody span.form-auto-item.is-user-is-inactive,._account_api .list-results tbody thead .form-auto-list span.form-auto-item.is-user-is-active,._account_api .list-results thead .form-auto-list tbody span.form-auto-item.is-user-is-active,.form-auto-list ._account_api .list-results tbody thead span.form-auto-item.is-user-is-active,.form-auto-list ._account_api .list-results thead tbody span.form-auto-item.is-user-is-active,._account_api .list-results tbody thead .list-results-header .status.title span,._account_api .list-results thead .list-results-header .status.title tbody span,.list-results-header .status.title ._account_api .list-results tbody thead span,.list-results-header .status.title ._account_api .list-results thead tbody span,._account_api .list-results tbody thead tr span,._account_api .list-results thead tr tbody span,.liveDashboard ._account_api .list-results tbody thead span.icon,.liveDashboard ._account_api .list-results tbody thead span.w-alert-banner:before,.liveDashboard ._account_api .list-results tbody thead span.w-alert-banner:before,.liveDashboard ._account_api .list-results tbody thead span.w-alert-banner:before,.liveDashboard ._account_api .list-results tbody thead .w-dialog.plus span.dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results tbody thead span.dialog-aside:after,.liveDashboard ._account_api .list-results tbody thead .w-toast span.toast.plus:after,.w-toast .liveDashboard ._account_api .list-results tbody thead span.toast.plus:after,.liveDashboard ._account_api .list-results tbody thead .w-time-period .dropdown .w-selection span.btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results tbody thead span.btn-period-clear:before,.liveDashboard ._account_api .list-results tbody thead .w-time-period .dropdown .w-selection span.btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results tbody thead span.btn-filter:before,.liveDashboard ._account_api .list-results tbody thead .w-time-period .dropdown .w-selection span.btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results tbody thead span.btn-period-edit:before,.liveDashboard ._account_api .list-results tbody thead .block-filters span.btn-filter:before,.block-filters .liveDashboard ._account_api .list-results tbody thead span.btn-filter:before,.liveDashboard ._account_api .list-results tbody thead .block-filters span.btn-filter:before,.block-filters .liveDashboard ._account_api .list-results tbody thead span.btn-filter:before,.liveDashboard ._account_api .list-results tbody thead .block-filters span.btn-filter:before,.liveDashboard .block-filters ._account_api .list-results tbody thead span.btn-filter:before,.block-filters .liveDashboard ._account_api .list-results tbody thead span.btn-filter:before,.liveDashboard ._account_api .list-results tbody thead span.status,.liveDashboard ._account_api .list-results tbody thead tbody span.status,.liveDashboard ._account_api .list-results tbody thead span.status,.liveDashboard ._account_api .list-results tbody thead tbody span.status,.liveDashboard ._account_api .list-results tbody thead span.status,.liveDashboard ._account_api .list-results thead tbody span.icon,.liveDashboard ._account_api .list-results thead tbody span.w-alert-banner:before,.liveDashboard ._account_api .list-results thead tbody span.w-alert-banner:before,.liveDashboard ._account_api .list-results thead tbody span.w-alert-banner:before,.liveDashboard ._account_api .list-results thead tbody .w-dialog.plus span.dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead tbody span.dialog-aside:after,.liveDashboard ._account_api .list-results thead tbody .w-toast span.toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead tbody span.toast.plus:after,.liveDashboard ._account_api .list-results thead tbody .w-time-period .dropdown .w-selection span.btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead tbody span.btn-period-clear:before,.liveDashboard ._account_api .list-results thead tbody .w-time-period .dropdown .w-selection span.btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead tbody span.btn-filter:before,.liveDashboard ._account_api .list-results thead tbody .w-time-period .dropdown .w-selection span.btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead tbody span.btn-period-edit:before,.liveDashboard ._account_api .list-results thead tbody .block-filters span.btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead tbody span.btn-filter:before,.liveDashboard ._account_api .list-results thead tbody .block-filters span.btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters tbody span.btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead tbody span.btn-filter:before,.liveDashboard ._account_api .list-results thead tbody .block-filters span.btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters tbody span.btn-filter:before,.liveDashboard .block-filters ._account_api .list-results thead tbody span.btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead tbody span.btn-filter:before,.liveDashboard ._account_api .list-results thead tbody span.status,.liveDashboard ._account_api .list-results thead tbody span.status,.liveDashboard ._account_api .list-results thead tbody thead span.status,.liveDashboard ._account_api .list-results thead tbody span.status,.liveDashboard ._account_api .list-results thead tbody thead span.status,._account_api .liveDashboard .list-results tbody thead span.icon,._account_api .liveDashboard .list-results tbody thead span.w-alert-banner:before,._account_api .liveDashboard .list-results tbody thead span.w-alert-banner:before,._account_api .liveDashboard .list-results tbody thead span.w-alert-banner:before,._account_api .liveDashboard .list-results tbody thead .w-dialog.plus span.dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results tbody thead span.dialog-aside:after,._account_api .liveDashboard .list-results tbody thead .w-toast span.toast.plus:after,.w-toast ._account_api .liveDashboard .list-results tbody thead span.toast.plus:after,._account_api .liveDashboard .list-results tbody thead .w-time-period .dropdown .w-selection span.btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results tbody thead span.btn-period-clear:before,._account_api .liveDashboard .list-results tbody thead .w-time-period .dropdown .w-selection span.btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results tbody thead span.btn-filter:before,._account_api .liveDashboard .list-results tbody thead .w-time-period .dropdown .w-selection span.btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results tbody thead span.btn-period-edit:before,._account_api .liveDashboard .list-results tbody thead .block-filters span.btn-filter:before,.block-filters ._account_api .liveDashboard .list-results tbody thead span.btn-filter:before,._account_api .liveDashboard .list-results tbody thead .block-filters span.btn-filter:before,._account_api .block-filters .liveDashboard .list-results tbody thead span.btn-filter:before,.block-filters ._account_api .liveDashboard .list-results tbody thead span.btn-filter:before,._account_api .liveDashboard .list-results tbody thead .block-filters span.btn-filter:before,.block-filters ._account_api .liveDashboard .list-results tbody thead span.btn-filter:before,._account_api .liveDashboard .list-results tbody thead span.status,._account_api .liveDashboard .list-results tbody thead tbody span.status,._account_api .liveDashboard .list-results tbody thead span.status,._account_api .liveDashboard .list-results tbody thead tbody span.status,._account_api .liveDashboard .list-results tbody thead span.status,._account_api .liveDashboard .list-results thead tbody span.icon,._account_api .liveDashboard .list-results thead tbody span.w-alert-banner:before,._account_api .liveDashboard .list-results thead tbody span.w-alert-banner:before,._account_api .liveDashboard .list-results thead tbody span.w-alert-banner:before,._account_api .liveDashboard .list-results thead tbody .w-dialog.plus span.dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead tbody span.dialog-aside:after,._account_api .liveDashboard .list-results thead tbody .w-toast span.toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead tbody span.toast.plus:after,._account_api .liveDashboard .list-results thead tbody .w-time-period .dropdown .w-selection span.btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead tbody span.btn-period-clear:before,._account_api .liveDashboard .list-results thead tbody .w-time-period .dropdown .w-selection span.btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead tbody span.btn-filter:before,._account_api .liveDashboard .list-results thead tbody .w-time-period .dropdown .w-selection span.btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead tbody span.btn-period-edit:before,._account_api .liveDashboard .list-results thead tbody .block-filters span.btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead tbody span.btn-filter:before,._account_api .liveDashboard .list-results thead tbody .block-filters span.btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters tbody span.btn-filter:before,._account_api .block-filters .liveDashboard .list-results thead tbody span.btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead tbody span.btn-filter:before,._account_api .liveDashboard .list-results thead tbody .block-filters span.btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters tbody span.btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead tbody span.btn-filter:before,._account_api .liveDashboard .list-results thead tbody span.status,._account_api .liveDashboard .list-results thead tbody span.status,._account_api .liveDashboard .list-results thead tbody thead span.status,._account_api .liveDashboard .list-results thead tbody span.status,._account_api .liveDashboard .list-results thead tbody thead span.status,.liveDashboard ._account_api .list-results tbody thead .w-filter-preset.w-filter-preset .filter-preset .dropdown span.dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown tbody span.dropdown-toggle:after,._account_api .liveDashboard .list-results tbody thead .w-filter-preset.w-filter-preset .filter-preset .dropdown span.dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown tbody span.dropdown-toggle:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results tbody thead span.dropdown-toggle:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead tbody span.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results tbody thead span.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead tbody span.dropdown-toggle:after,.liveDashboard ._account_api .list-results tbody thead .w-filter-preset.w-filter-preset .filter-preset span.filter,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset tbody span.filter,._account_api .liveDashboard .list-results tbody thead .w-filter-preset.w-filter-preset .filter-preset span.filter,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset tbody span.filter,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results tbody thead span.filter,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead tbody span.filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results tbody thead span.filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead tbody span.filter,.liveDashboard ._account_api .list-results tbody thead .form-label.status span,.liveDashboard ._account_api .list-results tbody thead .status.status-log span,.liveDashboard ._account_api .list-results tbody thead .status.status-report-item span,.liveDashboard ._account_api .list-results tbody thead .double-list dd.status span,.double-list .liveDashboard ._account_api .list-results tbody thead dd.status span,.liveDashboard ._account_api .list-results tbody thead .double-list dt.status span,.double-list .liveDashboard ._account_api .list-results tbody thead dt.status span,.liveDashboard ._account_api .list-results tbody thead .w-cards-container .w-card .status.title span,.w-cards-container .w-card .liveDashboard ._account_api .list-results tbody thead .status.title span,.liveDashboard ._account_api .list-results tbody thead .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results tbody thead .status.label span,.liveDashboard ._account_api .list-results tbody thead tr.sublist .status.title span,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span,.liveDashboard ._account_api .list-results thead .form-label.status tbody span,.liveDashboard ._account_api .list-results thead .status.status-log tbody span,.liveDashboard ._account_api .list-results thead .status.status-report-item tbody span,.liveDashboard ._account_api .list-results thead .double-list dd.status tbody span,.double-list .liveDashboard ._account_api .list-results thead dd.status tbody span,.liveDashboard ._account_api .list-results thead .double-list dt.status tbody span,.double-list .liveDashboard ._account_api .list-results thead dt.status tbody span,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title tbody span,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title tbody span,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label tbody span,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label tbody span,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title tbody span,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title tbody span,._account_api .liveDashboard .list-results tbody thead .form-label.status span,._account_api .liveDashboard .list-results tbody thead .status.status-log span,._account_api .liveDashboard .list-results tbody thead .status.status-report-item span,._account_api .liveDashboard .list-results tbody thead .double-list dd.status span,.double-list ._account_api .liveDashboard .list-results tbody thead dd.status span,._account_api .liveDashboard .list-results tbody thead .double-list dt.status span,.double-list ._account_api .liveDashboard .list-results tbody thead dt.status span,._account_api .liveDashboard .list-results tbody thead .w-cards-container .w-card .status.title span,.w-cards-container .w-card ._account_api .liveDashboard .list-results tbody thead .status.title span,._account_api .liveDashboard .list-results tbody thead .w-cards-container .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results tbody thead .status.label span,._account_api .liveDashboard .list-results tbody thead tr.sublist .status.title span,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span,._account_api .liveDashboard .list-results thead .form-label.status tbody span,._account_api .liveDashboard .list-results thead .status.status-log tbody span,._account_api .liveDashboard .list-results thead .status.status-report-item tbody span,._account_api .liveDashboard .list-results thead .double-list dd.status tbody span,.double-list ._account_api .liveDashboard .list-results thead dd.status tbody span,._account_api .liveDashboard .list-results thead .double-list dt.status tbody span,.double-list ._account_api .liveDashboard .list-results thead dt.status tbody span,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title tbody span,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title tbody span,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label tbody span,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label tbody span,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title tbody span,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title tbody span,.liveDashboard .form-label.status ._account_api .list-results tbody thead span,.liveDashboard .status.status-log ._account_api .list-results tbody thead span,.liveDashboard .status.status-report-item ._account_api .list-results tbody thead span,.liveDashboard .double-list dd.status ._account_api .list-results tbody thead span,.double-list .liveDashboard dd.status ._account_api .list-results tbody thead span,.liveDashboard .double-list dt.status ._account_api .list-results tbody thead span,.double-list .liveDashboard dt.status ._account_api .list-results tbody thead span,.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results tbody thead span,.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results tbody thead span,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results tbody thead span,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results tbody thead span,.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results tbody thead span,.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results tbody thead span,.liveDashboard .form-label.status ._account_api .list-results thead tbody span,.liveDashboard .status.status-log ._account_api .list-results thead tbody span,.liveDashboard .status.status-report-item ._account_api .list-results thead tbody span,.liveDashboard .double-list dd.status ._account_api .list-results thead tbody span,.double-list .liveDashboard dd.status ._account_api .list-results thead tbody span,.liveDashboard .double-list dt.status ._account_api .list-results thead tbody span,.double-list .liveDashboard dt.status ._account_api .list-results thead tbody span,.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead tbody span,.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead tbody span,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead tbody span,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead tbody span,.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead tbody span,.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead tbody span,.form-label.status ._account_api .liveDashboard .list-results tbody thead span,.status.status-log ._account_api .liveDashboard .list-results tbody thead span,.status.status-report-item ._account_api .liveDashboard .list-results tbody thead span,.double-list dd.status ._account_api .liveDashboard .list-results tbody thead span,.double-list dt.status ._account_api .liveDashboard .list-results tbody thead span,.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results tbody thead span,.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results tbody thead span,.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results tbody thead span,.form-label.status ._account_api .liveDashboard .list-results thead tbody span,.status.status-log ._account_api .liveDashboard .list-results thead tbody span,.status.status-report-item ._account_api .liveDashboard .list-results thead tbody span,.double-list dd.status ._account_api .liveDashboard .list-results thead tbody span,.double-list dt.status ._account_api .liveDashboard .list-results thead tbody span,.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead tbody span,.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead tbody span,.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead tbody span,.liveDashboard ._account_api .list-results tbody thead .w-filters-selected label.status.small span,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small tbody span,._account_api .liveDashboard .list-results tbody thead .w-filters-selected label.status.small span,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small tbody span,.liveDashboard .w-filters-selected label.status.small ._account_api .list-results tbody thead span,.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead tbody span,.w-filters-selected label.status.small ._account_api .liveDashboard .list-results tbody thead span,.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead tbody span,.liveDashboard ._account_api .list-results tbody thead .w-filters-selected .status.btn-f-s span,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s tbody span,._account_api .liveDashboard .list-results tbody thead .w-filters-selected .status.btn-f-s span,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s tbody span,.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results tbody thead span,.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead tbody span,.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results tbody thead span,.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead tbody span,.liveDashboard ._account_api .list-results tbody thead .form-auto-list span.form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .form-auto-list tbody span.form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results tbody thead .form-auto-list span.form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .form-auto-list tbody span.form-auto-item.is-user-is-inactive,.liveDashboard .form-auto-list ._account_api .list-results tbody thead span.form-auto-item.is-user-is-inactive,.liveDashboard .form-auto-list ._account_api .list-results thead tbody span.form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .liveDashboard .list-results tbody thead span.form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .liveDashboard .list-results thead tbody span.form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results tbody thead .form-auto-list span.form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .form-auto-list tbody span.form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results tbody thead .form-auto-list span.form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .form-auto-list tbody span.form-auto-item.is-user-is-active,.liveDashboard .form-auto-list ._account_api .list-results tbody thead span.form-auto-item.is-user-is-active,.liveDashboard .form-auto-list ._account_api .list-results thead tbody span.form-auto-item.is-user-is-active,.form-auto-list ._account_api .liveDashboard .list-results tbody thead span.form-auto-item.is-user-is-active,.form-auto-list ._account_api .liveDashboard .list-results thead tbody span.form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results tbody thead .list-results-header .status.title span,.liveDashboard ._account_api .list-results thead .list-results-header .status.title tbody span,._account_api .liveDashboard .list-results tbody thead .list-results-header .status.title span,._account_api .liveDashboard .list-results thead .list-results-header .status.title tbody span,.liveDashboard .list-results-header .status.title ._account_api .list-results tbody thead span,.liveDashboard .list-results-header .status.title ._account_api .list-results thead tbody span,.list-results-header .status.title ._account_api .liveDashboard .list-results tbody thead span,.list-results-header .status.title ._account_api .liveDashboard .list-results thead tbody span,.liveDashboard ._account_api .list-results tbody thead tr span,.liveDashboard ._account_api .list-results thead tr tbody span,._account_api .liveDashboard .list-results tbody thead tr span,._account_api .liveDashboard .list-results thead tr tbody span,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results tbody thead span.dropdown-toggle:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead tbody span.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results tbody thead span.dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead tbody span.dropdown-toggle:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results tbody thead span.filter,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead tbody span.filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results tbody thead span.filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead tbody span.filter,._account_api .form-label.status .liveDashboard .list-results tbody thead span,._account_api .status.status-log .liveDashboard .list-results tbody thead span,._account_api .status.status-report-item .liveDashboard .list-results tbody thead span,._account_api .double-list dd.status .liveDashboard .list-results tbody thead span,.double-list ._account_api dd.status .liveDashboard .list-results tbody thead span,._account_api .double-list dt.status .liveDashboard .list-results tbody thead span,.double-list ._account_api dt.status .liveDashboard .list-results tbody thead span,._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results tbody thead span,.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results tbody thead span,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results tbody thead span,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results tbody thead span,._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results tbody thead span,.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results tbody thead span,._account_api .form-label.status .liveDashboard .list-results thead tbody span,._account_api .status.status-log .liveDashboard .list-results thead tbody span,._account_api .status.status-report-item .liveDashboard .list-results thead tbody span,._account_api .double-list dd.status .liveDashboard .list-results thead tbody span,.double-list ._account_api dd.status .liveDashboard .list-results thead tbody span,._account_api .double-list dt.status .liveDashboard .list-results thead tbody span,.double-list ._account_api dt.status .liveDashboard .list-results thead tbody span,._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead tbody span,.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead tbody span,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead tbody span,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead tbody span,._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead tbody span,.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead tbody span,.form-label.status .liveDashboard ._account_api .list-results tbody thead span,.status.status-log .liveDashboard ._account_api .list-results tbody thead span,.status.status-report-item .liveDashboard ._account_api .list-results tbody thead span,.double-list dd.status .liveDashboard ._account_api .list-results tbody thead span,.double-list dt.status .liveDashboard ._account_api .list-results tbody thead span,.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results tbody thead span,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results tbody thead span,.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results tbody thead span,.form-label.status .liveDashboard ._account_api .list-results thead tbody span,.status.status-log .liveDashboard ._account_api .list-results thead tbody span,.status.status-report-item .liveDashboard ._account_api .list-results thead tbody span,.double-list dd.status .liveDashboard ._account_api .list-results thead tbody span,.double-list dt.status .liveDashboard ._account_api .list-results thead tbody span,.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead tbody span,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead tbody span,.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead tbody span,._account_api .w-filters-selected label.status.small .liveDashboard .list-results tbody thead span,._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead tbody span,.w-filters-selected label.status.small .liveDashboard ._account_api .list-results tbody thead span,.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead tbody span,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results tbody thead span,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead tbody span,.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results tbody thead span,.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead tbody span,._account_api .form-auto-list .liveDashboard .list-results tbody thead span.form-auto-item.is-user-is-inactive,._account_api .form-auto-list .liveDashboard .list-results thead tbody span.form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard ._account_api .list-results tbody thead span.form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard ._account_api .list-results thead tbody span.form-auto-item.is-user-is-inactive,._account_api .form-auto-list .liveDashboard .list-results tbody thead span.form-auto-item.is-user-is-active,._account_api .form-auto-list .liveDashboard .list-results thead tbody span.form-auto-item.is-user-is-active,.form-auto-list .liveDashboard ._account_api .list-results tbody thead span.form-auto-item.is-user-is-active,.form-auto-list .liveDashboard ._account_api .list-results thead tbody span.form-auto-item.is-user-is-active,._account_api .list-results-header .status.title .liveDashboard .list-results tbody thead span,._account_api .list-results-header .status.title .liveDashboard .list-results thead tbody span,.list-results-header .status.title .liveDashboard ._account_api .list-results tbody thead span,.list-results-header .status.title .liveDashboard ._account_api .list-results thead tbody span,.list-results tbody td.is-pending span,.liveDashboard .list-results thead tbody td.is-pending span,.liveDashboard .list-results tbody td.is-pending thead span,._account_api .list-results thead tbody td.is-pending span,._account_api .list-results tbody td.is-pending thead span,.liveDashboard ._account_api .list-results thead tbody td.is-pending span,.liveDashboard ._account_api .list-results tbody td.is-pending thead span,._account_api .liveDashboard .list-results thead tbody td.is-pending span,._account_api .liveDashboard .list-results tbody td.is-pending thead span,.list-results tbody td.is-running span,.liveDashboard .list-results thead tbody td.is-running span,.liveDashboard .list-results tbody td.is-running thead span,._account_api .list-results thead tbody td.is-running span,._account_api .list-results tbody td.is-running thead span,.liveDashboard ._account_api .list-results thead tbody td.is-running span,.liveDashboard ._account_api .list-results tbody td.is-running thead span,._account_api .liveDashboard .list-results thead tbody td.is-running span,._account_api .liveDashboard .list-results tbody td.is-running thead span{white-space:nowrap}.list-results tbody span:before{margin-right:.5rem}.list-results tbody span.google-click{color:#1f9f9f !important}.list-results tbody span.google-discover{color:#23ba6e !important}.list-results tbody span.google-search{color:#1886ff !important}.list-results tbody span.status{display:inline-block}.list-results tbody span.status:before{font-size:2rem;width:2rem;margin:0;margin-right:.5rem;display:inline-flex !important;justify-content:center;background-color:lime}.list-results tbody span.status-pending:before{content:"\E98D";color:#f59b00}.list-results tbody span.status-done:before{content:"\E939";color:#d41c5c}.list-results tbody span.status-error:before{content:"\E926";color:#67308f;font-size:3.5rem}.list-results tbody span.status-in-progress:before{content:"\E9A1";color:#0f64a3;font-size:2.75rem}.list-results tbody .w-img{width:3rem;height:3rem;border-radius:50%;overflow:hidden}.list-results tbody img{display:block;width:100%;height:auto}.list-results tbody .total,.list-results tbody .total span{font-size:1.3rem;font-weight:700;color:#3f3f3f}.list-results tbody .group{background-color:#fff;border-left:1px solid #d3d3d3}.list-results tbody .group.first{border-top:1px solid #d3d3d3}.list-results tbody .group.single{border-bottom:1px solid #d3d3d3;border-top:1px solid #d3d3d3}.list-results tbody .adjusted{background-color:#b1e6ef}.list-results tbody .is-selected,.list-results tbody .isSelected{background-color:rgba(17,114,186,.3) !important}.list-results tbody .is-selected:hover,.list-results tbody .isSelected:hover{background-color:rgba(17,114,186,.3) !important}.list-results tbody .form-group.row{margin:0}.list-results tbody .form-group.row .input-text{margin-right:1rem}.list-results tbody .form-group.row .form-label,.list-results tbody .form-group.row .status-log,.list-results tbody .form-group.row .status-report-item,.list-results tbody .form-group.row .double-list dd,.double-list .list-results tbody .form-group.row dd,.list-results tbody .form-group.row .double-list dt,.double-list .list-results tbody .form-group.row dt,.list-results tbody .form-group.row .w-cards-container .w-card .title,.w-cards-container .w-card .list-results tbody .form-group.row .title,.list-results tbody .form-group.row .w-cards-container .w-card.centered .w-value .label,.w-cards-container .w-card.centered .w-value .list-results tbody .form-group.row .label,.list-results tbody .form-group.row tr.sublist .title,.list-results tbody tr.sublist .form-group.row .title,.list-results tbody .form-group.row .w-filters-selected label.small,.w-filters-selected .list-results tbody .form-group.row label.small,.list-results tbody .form-group.row .w-filters-selected .btn-f-s,.w-filters-selected .list-results tbody .form-group.row .btn-f-s,.list-results tbody .form-group.row .list-results-header .title,.list-results-header .list-results tbody .form-group.row .title{padding:0;margin-top:-1.25rem}.list-results .no-wrap{white-space:nowrap}.list-results .align-right{text-align:right}.list-results .align-left{text-align:left}.list-results .align-center{text-align:center}.list-results .cursor{cursor:pointer}.list-results .border-right{border-right:1px solid #d3d3d3 !important}.list-results .border-left{border-left:1px solid #d3d3d3 !important}.list-results .brands span{padding-left:3.5rem;background-size:2rem auto}.list-results .brand{width:5rem}.list-results thead tr th.colgroup-1{background:#e9eff2}.list-results thead tr th.colgroup-1.start{border-left:1px solid #c9d8df}.list-results thead tr th.colgroup-1.end{border-right:1px solid #c9d8df}.list-results thead tr th.colgroup-2{background:#eff2e9}.list-results thead tr th.colgroup-2.start{border-left:1px solid #d8dfc9}.list-results thead tr th.colgroup-2.end{border-right:1px solid #d8dfc9}.list-results thead tr th.colgroup-3{background:#f4eee3}.list-results thead tr th.colgroup-3.start{border-left:1px solid #e6d8be}.list-results thead tr th.colgroup-3.end{border-right:1px solid #e6d8be}.list-results thead tr th.colgroup-4{background:#ece9f4}.list-results thead tr th.colgroup-4.start{border-left:1px solid #cfc7e3}.list-results thead tr th.colgroup-4.end{border-right:1px solid #cfc7e3}.list-results thead tr th.colgroup-5{background:#f3fff9}.list-results thead tr th.colgroup-5.start{border-left:1px solid #c0ffe0}.list-results thead tr th.colgroup-5.end{border-right:1px solid #c0ffe0}.list-results thead tr th.colgroup-6{background:#fff2f2}.list-results thead tr th.colgroup-6.start{border-left:1px solid #ffbfbf}.list-results thead tr th.colgroup-6.end{border-right:1px solid #ffbfbf}.list-results tbody tr:nth-child(even) td.colgroup-1{background:#e9eff2}.list-results tbody tr:nth-child(even) td.colgroup-1.darken{background:#e3ecf0}.list-results tbody tr:nth-child(even) td.colgroup-1.start{border-left:1px solid #c9d8df}.list-results tbody tr:nth-child(even) td.colgroup-1.end{border-right:1px solid #c9d8df}.list-results tbody tr:nth-child(even) td.colgroup-2{background:#eff2e9}.list-results tbody tr:nth-child(even) td.colgroup-2.start{border-left:1px solid #d8dfc9}.list-results tbody tr:nth-child(even) td.colgroup-2.end{border-right:1px solid #d8dfc9}.list-results tbody tr:nth-child(even) td.colgroup-3{background:#f4eee3}.list-results tbody tr:nth-child(even) td.colgroup-3.start{border-left:1px solid #e6d8be}.list-results tbody tr:nth-child(even) td.colgroup-3.end{border-right:1px solid #e6d8be}.list-results tbody tr:nth-child(even) td.colgroup-4{background:#ece9f4}.list-results tbody tr:nth-child(even) td.colgroup-4.start{border-left:1px solid #cfc7e3}.list-results tbody tr:nth-child(even) td.colgroup-4.end{border-right:1px solid #cfc7e3}.list-results tbody tr:nth-child(even) td.colgroup-5{background:#f3fff9}.list-results tbody tr:nth-child(even) td.colgroup-5.start{border-left:1px solid #c0ffe0}.list-results tbody tr:nth-child(even) td.colgroup-5.end{border-right:1px solid #c0ffe0}.list-results tbody tr:nth-child(even) td.colgroup-6{background:#fff2f2}.list-results tbody tr:nth-child(even) td.colgroup-6.start{border-left:1px solid #ffbfbf}.list-results tbody tr:nth-child(even) td.colgroup-6.end{border-right:1px solid #ffbfbf}.list-results tbody tr:nth-child(odd) td.colgroup-1{background:#f9fbfb}.list-results tbody tr:nth-child(odd) td.colgroup-1.darken{background:#f1faff}.list-results tbody tr:nth-child(odd) td.colgroup-1.start{border-left:1px solid #c9d8df}.list-results tbody tr:nth-child(odd) td.colgroup-1.end{border-right:1px solid #c9d8df}.list-results tbody tr:nth-child(odd) td.colgroup-2{background:#fbfbf9}.list-results tbody tr:nth-child(odd) td.colgroup-2.start{border-left:1px solid #d8dfc9}.list-results tbody tr:nth-child(odd) td.colgroup-2.end{border-right:1px solid #d8dfc9}.list-results tbody tr:nth-child(odd) td.colgroup-3{background:#fbf9f5}.list-results tbody tr:nth-child(odd) td.colgroup-3.start{border-left:1px solid #e6d8be}.list-results tbody tr:nth-child(odd) td.colgroup-3.end{border-right:1px solid #e6d8be}.list-results tbody tr:nth-child(odd) td.colgroup-4{background:#fbfafd}.list-results tbody tr:nth-child(odd) td.colgroup-4.start{border-left:1px solid #cfc7e3}.list-results tbody tr:nth-child(odd) td.colgroup-4.end{border-right:1px solid #cfc7e3}.list-results tbody tr:nth-child(odd) td.colgroup-5{background:#fff}.list-results tbody tr:nth-child(odd) td.colgroup-5.start{border-left:1px solid #c0ffe0}.list-results tbody tr:nth-child(odd) td.colgroup-5.end{border-right:1px solid #c0ffe0}.list-results tbody tr:nth-child(odd) td.colgroup-6{background:#fff}.list-results tbody tr:nth-child(odd) td.colgroup-6.start{border-left:1px solid #ffbfbf}.list-results tbody tr:nth-child(odd) td.colgroup-6.end{border-right:1px solid #ffbfbf}.list-results tbody tr:hover td.colgroup-1,.list-results tbody tr:hover td.colgroup-1.darken,.list-results tbody tr:hover td.colgroup-2,.list-results tbody tr:hover td.colgroup-3,.list-results tbody tr:hover td.colgroup-4,.list-results tbody tr:hover td.colgroup-5,.list-results tbody tr:hover td.colgroup-6{background:#ecfac9}.w-list-results.taller thead tr{height:auto}.toggleWrapper{position:absolute;left:3rem;top:.5rem;z-index:13}.toggleWrapper:before{content:""}.toggleWrapper input.mobileToggle{opacity:0;position:absolute}.toggleWrapper input.mobileToggle+label{position:relative;display:inline-block;user-select:none;transition:.4s ease;-webkit-tap-highlight-color:rgba(0,0,0,0);height:30px;width:28px;border:1px solid #e4e4e4;background-color:#fff;border-radius:60px}.toggleWrapper input.mobileToggle+label:before{content:"";position:absolute;display:block;transition:.2s cubic-bezier(0.24, 0, 0.5, 1);background:#fff;height:30px;width:51px;top:0;left:0;border-radius:30px}.toggleWrapper input.mobileToggle+label:after{content:"";position:absolute;display:block;transition:.35s cubic-bezier(0.54, 1.6, 0.5, 1);content:"\E99C";color:#c8c8c8;font-size:1.5rem;display:flex;align-items:center;justify-content:center;background:#fff;height:28px;width:28px;top:0;left:0px;border-radius:60px}.toggleWrapper input.mobileToggle:checked+label:before{background:#d41c5c;transition:width .2s cubic-bezier(0, 0, 0, 0.1)}.toggleWrapper input.mobileToggle:checked+label:after{left:24px;animation:3s infinite rotating linear;color:#d41c5c}.toggleWrapper input[type=checkbox]:checked+label:before{transform:scale(1);z-index:0}.btn-toggle.i-refresh-2{width:auto;height:3rem;display:flex;align-items:center;justify-content:center}.btn-toggle.i-refresh-2:hover{color:#a71648}.btn-toggle.i-refresh-2:before{content:"\E99C";font-size:1.5rem;color:#fff;margin:0 10px 0 0}.btn-toggle.i-refresh-2.false{background:#d3d3d3;border-color:#d3d3d3}.btn-toggle.i-refresh-2.true{background:#d41c5c;border-color:#d41c5c}.btn-toggle.i-refresh-2.true:before{animation:3s infinite rotating linear}.taller .btn-toggle.i-refresh-2{position:absolute;left:2.5rem;top:.5rem;z-index:10}.info-results{font-size:.85em;display:flex;align-items:center;left:2rem;right:2rem;top:0;z-index:12}@media(max-width: 767px){.info-results{display:none}}.taller .info-results{padding:1.5rem 0 1.5rem 8rem}#permalinksBySearchByDate-results .info-results{border-left:1px solid #d3d3d3;padding-left:1rem}.info-results span{display:inline-block;margin-right:1rem;border-radius:4px;padding:0;background-color:4px;font-family:"Inter",sans-serif;font-optical-sizing:auto;font-style:normal;font-size:1rem;font-weight:700;color:#3f3f3f}.info-results span span{font-weight:400;margin-right:0rem}.gp_sheet thead th,.roi_tool thead th,.video_performance thead th,.amazon_affiliate_report thead th,._affiliate_revenue_report thead th,._ad_dimension_drilldown_report thead th,.content_rpm_tool thead th,._content_investment thead th{text-align:left}.gp_sheet .list-divider th.section-department,.roi_tool .list-divider th.section-department,.video_performance .list-divider th.section-department,.amazon_affiliate_report .list-divider th.section-department,._affiliate_revenue_report .list-divider th.section-department,._ad_dimension_drilldown_report .list-divider th.section-department,.content_rpm_tool .list-divider th.section-department,._content_investment .list-divider th.section-department{background-color:#e0f8ab}.gp_sheet .list-divider span:after,.roi_tool .list-divider span:after,.video_performance .list-divider span:after,.amazon_affiliate_report .list-divider span:after,._affiliate_revenue_report .list-divider span:after,._ad_dimension_drilldown_report .list-divider span:after,.content_rpm_tool .list-divider span:after,._content_investment .list-divider span:after{left:auto;right:.5rem}.gp_sheet .list-divider span.list-sort-desc:after,.roi_tool .list-divider span.list-sort-desc:after,.video_performance .list-divider span.list-sort-desc:after,.amazon_affiliate_report .list-divider span.list-sort-desc:after,._affiliate_revenue_report .list-divider span.list-sort-desc:after,._ad_dimension_drilldown_report .list-divider span.list-sort-desc:after,.content_rpm_tool .list-divider span.list-sort-desc:after,._content_investment .list-divider span.list-sort-desc:after{right:-5rem}.gp_sheet tbody,.roi_tool tbody,.video_performance tbody,.amazon_affiliate_report tbody,._affiliate_revenue_report tbody,._ad_dimension_drilldown_report tbody,.content_rpm_tool tbody,._content_investment tbody{text-align:right}.gp_sheet tbody tr:last-of-type,.roi_tool tbody tr:last-of-type,.video_performance tbody tr:last-of-type,.amazon_affiliate_report tbody tr:last-of-type,._affiliate_revenue_report tbody tr:last-of-type,._ad_dimension_drilldown_report tbody tr:last-of-type,.content_rpm_tool tbody tr:last-of-type,._content_investment tbody tr:last-of-type{border-bottom:1px solid #fff}.gp_sheet tbody tr:last-of-type td,.roi_tool tbody tr:last-of-type td,.video_performance tbody tr:last-of-type td,.amazon_affiliate_report tbody tr:last-of-type td,._affiliate_revenue_report tbody tr:last-of-type td,._ad_dimension_drilldown_report tbody tr:last-of-type td,.content_rpm_tool tbody tr:last-of-type td,._content_investment tbody tr:last-of-type td{padding:1.5rem 2rem;border-top:1px solid #3f3f3f}.gp_sheet tbody tr:last-of-type span,.roi_tool tbody tr:last-of-type span,.video_performance tbody tr:last-of-type span,.amazon_affiliate_report tbody tr:last-of-type span,._affiliate_revenue_report tbody tr:last-of-type span,._ad_dimension_drilldown_report tbody tr:last-of-type span,.content_rpm_tool tbody tr:last-of-type span,._content_investment tbody tr:last-of-type span{font-family:"Inter",sans-serif;font-optical-sizing:auto;font-style:normal;font-size:1.4rem;font-weight:700;color:#3f3f3f;display:inline-block}._editorial_insights .list-results thead th{position:static}.video_performance.list-results tbody td{padding:.5rem 1rem}.video_performance.list-results tbody tr:last-of-type td{padding:.5rem 1rem;background-color:#fff;border-top:1px double #3f3f3f}.video_performance.list-results tbody tr td:first-of-type{background-color:#dfdfdf;border-bottom:1px solid #f8f8f8;position:sticky;left:0;z-index:1}.video_performance.list-results tbody tr td:first-of-type span{font-weight:700}.video_performance.list-results tbody tr:last-of-type td{border-bottom:0}.video_performance.list-results tbody tr:hover td:first-of-type{background:#ecfac9}.video_performance.list-results thead th{padding:.5rem 1rem}.video_performance.list-results thead th.sticky-col{position:sticky;left:0;z-index:1;background:#ececec}.amazon_affiliate_report .list-results thead th{text-align:right}.amazon_affiliate_report .list-results thead .list-sort-none:after{left:inherit;right:.5rem}.amazon_affiliate_report .list-results thead .list-sort-none.list-sort-asc:after{right:-4.9rem}.amazon_affiliate_report .list-results thead .list-sort-none.list-sort-desc:after{right:.5rem}._ad_dimension_drilldown_report tbody tr:last-of-type td{border-left:0}.googleOverviewArticle thead tr:first-of-type th,._google_overview thead tr:first-of-type th,.googleOverview thead tr:first-of-type th{border-right:1px solid #d3d3d3}.googleOverviewArticle tbody,._google_overview tbody,.googleOverview tbody{text-align:right}.googleOverviewArticle tbody tr:last-of-type,._google_overview tbody tr:last-of-type,.googleOverview tbody tr:last-of-type{border-bottom:1px solid #fff}.googleOverviewArticle tbody tr:last-of-type td,._google_overview tbody tr:last-of-type td,.googleOverview tbody tr:last-of-type td{padding:1rem 2rem}.googleOverviewArticle tbody tr:last-of-type span,._google_overview tbody tr:last-of-type span,.googleOverview tbody tr:last-of-type span{font-family:"Inter",sans-serif;font-optical-sizing:auto;font-style:normal;font-size:1.4rem;font-weight:700;color:#3f3f3f;display:inline-block}._affiliate_revenue_report thead tr th:first-of-type,.googleOverviewArticle thead tr th:first-of-type,.googleOverview thead tr th:first-of-type{position:absolute;opacity:0}._affiliate_revenue_report thead tr:last-of-type,.googleOverviewArticle thead tr:last-of-type,.googleOverview thead tr:last-of-type{width:auto;height:7rem;background-color:#ececec}._affiliate_revenue_report thead tr:last-of-type th,.googleOverviewArticle thead tr:last-of-type th,.googleOverview thead tr:last-of-type th{text-align:right;padding:1.5rem 2rem .5rem;box-shadow:none}.googleOverviewArticle thead tr:last-of-type{height:auto}.googleOverviewArticle thead tr:last-of-type th{padding-top:1rem}.googleOverviewArticle thead tr:last-of-type th:before{margin-right:.5rem;font-size:1.75rem}.googleOverviewArticle thead tr:last-of-type .i-search2:before{color:#006de4 !important}.googleOverviewArticle thead tr:last-of-type .i-google_discover:before{color:#23ba6e}.googleOverviewArticle thead tr:last-of-type .i-google_news:before{color:#1f9f9f}.list-sections td.section-2,.list-sections th.section-2{border-right:1px solid #46c5db}.list-sections td.section-3,.list-sections th.section-3{border-right:1px solid #34d172}.list-sections td.section-4,.list-sections th.section-4{border-right:1px solid #93b3f9}.list-sections .section-department{border-right:1px solid #d3d3d3}.list-sections .list-divider{text-align:center}.list-sections .list-header-section{height:5rem}.list-sections .list-header-section span{height:auto;font-weight:700;white-space:nowrap}.list-sections .list-header-section th{padding:0 2rem;box-shadow:inset 0px 0px 20px 0px rgba(165,165,165,.1);border-right:0}.list-sections .list-header-section th.section-1{background-color:#f1fcda;border-left:1px solid #9ede12}.list-sections .list-header-section th.section-1 span{color:#5b7f0b}.list-sections .list-header-section th.section-1 span:after{color:#5b7f0b}.list-sections .list-header-section th.section-2{background-color:#c6edf4;border-left:1px solid #46c5db}.list-sections .list-header-section th.section-2 span{color:#1a7787}.list-sections .list-header-section th.section-2 span:after{color:#1a7787}.list-sections .list-header-section th.section-3{background-color:#daf7e6;border-left:1px solid #34d172}.list-sections .list-header-section th.section-3 span{color:#1d8245}.list-sections .list-header-section th.section-3 span:after{color:#1d8245}.list-sections .list-header-section th.section-4{background-color:#c3d5fc;border-left:1px solid #93b3f9}.list-sections .list-header-section th.section-4 span{color:#0a40b6}.list-sections .list-header-section th.section-4 span:after{color:#0a40b6}.list-sections .list-header-section th.section-department{background-color:#f1fcda;border-right:1px solid #d3d3d3}.list-sections .list-header-section th.section-department span{font-size:1.5rem}.list-sections .list-header-section th.section-portfolio{background-color:#c3d5fc;border-left:1px solid #93b3f9}.list-sections .list-header-section th.section-portfolio.full-icon.i-G-ODYSSEY,.list-sections .list-header-section th.section-portfolio.full-icon.i-G-SNACK{background-size:auto 50% !important}.list-sections .list-header-section th.section-portfolio span{font-size:1.5rem;padding-left:3.5rem}.list-sections .list-header-section th.section-portfolio-total{background-color:#c3d5fc}.list-sections .list-header-section th.section-portfolio-total span{font-size:1.5rem;justify-content:flex-end}.list-sections .list-header-section.no-shadow th{box-shadow:none}.list-sections .flex-end-span span{justify-content:flex-end}.highlight-page{display:flex;padding:0 2rem}@media(max-width: 767px){.highlight-page{padding:0}}.highlight-page.header{padding:0}@media(max-width: 767px){.highlight-page.header{width:100%}}.highlight-item{display:flex;flex-direction:column;flex:1;justify-content:flex-start;text-align:left;border:1px solid #d3d3d3;padding:1rem 2rem;border-radius:4px;margin-left:2rem;margin-bottom:2rem;background-image:url("/assets/images/bg-highlight.png");background-repeat:repeat;background-size:auto 100%;color:#3f3f3f}._google_overview .highlight-item,.googleOverview .highlight-item{max-width:15rem}.header .highlight-item{width:210px;margin-bottom:0;margin-top:1rem}@media(max-width: 767px){.header .highlight-item{width:100%}}.highlight-item:first-of-type{margin-left:0}.highlight-item.flex-none{flex:none}.highlight-item .item-title{font-family:"Inter",sans-serif;font-optical-sizing:auto;font-style:normal;font-size:1.2rem;font-weight:700;color:#3f3f3f;margin-bottom:.25rem;text-transform:uppercase}.highlight-item .item-value{font-family:"Inter",sans-serif;font-optical-sizing:auto;font-style:normal;font-size:2.2rem;font-weight:400;display:inline-flex;height:2.7rem;align-items:center}@media(max-width: 767px){.highlight-item .item-value{font-size:1.8rem}}.highlight-item .item-value.text{font-size:1.6rem;line-height:1.6rem;margin-top:.25rem}.highlight-item .item-value:before{font-size:1.8rem;margin-right:.5rem}.w-sticky-col{width:calc(100% - 22rem);overflow-x:scroll;margin-left:21rem;margin-right:10rem;overflow-y:visible;padding:0;margin-bottom:4rem;position:static}._gp_sheet .w-sticky-col{width:calc(100% - 26rem);margin-left:26rem;min-height:280px}.w-sticky-col.shared-list-header{width:calc(100% - 15rem);margin-left:13rem;margin-right:2rem}.w-sticky-col.shared-list-header thead tr th:first-of-type{background:#dcdada;position:fixed;left:0}.w-sticky-col.shared-list-header tbody .stick-col{width:7rem}.w-sticky-col .list-results{width:100%;margin:0;border-top:0;border-bottom:0}.w-sticky-col .stick-col{position:absolute;width:15rem;height:15px;left:0;top:auto;text-align:right;border-right:1px solid #ededed;border-bottom:1px solid #fff;border-left:20px solid #fff;background-color:#fff;box-shadow:inset -5px 0px 13px -11px rgba(0,0,0,.25)}._gp_sheet .w-sticky-col .stick-col{width:20rem}.w-sticky-col .stick-col span{color:#3f3f3f;font-weight:700 !important}.w-sticky-col .stick-col.stick-col-department{width:9rem;left:0rem;border:0;text-align:left;box-shadow:none;padding:.25rem 0 .75rem 3rem;z-index:10;border-bottom:1px solid #f1fcda;background-color:#f1fcda}.w-sticky-col .stick-col.stick-col-department span{text-align:left;font-size:1rem;padding:.25rem 0 .5rem 2.5rem;background-size:20% auto}.w-sticky-col .stick-col.stick-col-department .i-G-INFINITY,.w-sticky-col .stick-col.stick-col-department .i-G-SRG{width:50px}.w-sticky-col .stick-col.stick-col-department.department-total{border-bottom:1px solid #5b7f0b;background-color:#f1fcda}.w-sticky-col .stick-col.stick-col-portfolio{width:11rem;left:8rem;border:0;border-bottom:1px solid #eaf0fe;background-color:#eaf0fe;box-shadow:none;text-align:left;padding:.5rem 1rem}.w-sticky-col .stick-col.stick-col-portfolio span{text-align:left;font-size:.9rem;padding:0 0 .125rem 2.5rem;max-width:17rem;white-space:break-spaces;color:#0a40b6;text-transform:uppercase;display:block}.w-sticky-col .stick-col.stick-col-portfolio span.full-icon,.w-sticky-col .stick-col.stick-col-portfolio span.full-icon.i-G-ODYSSEY,.w-sticky-col .stick-col.stick-col-portfolio span.full-icon.i-G-SNACK{background-size:15% auto !important}.w-sticky-col .stick-col.stick-col-portfolio.department-total{border-bottom:1px solid #5b7f0b;background-color:#f1fcda}.w-sticky-col .stick-col.stick-col-brand{width:3.5rem;left:21rem;text-align:left;border-left:0;padding:0 1rem 0 .5rem;height:25px}.w-sticky-col .stick-col.stick-col-brand span{width:4.5em;font-size:1rem;padding:5px 0 5px 2rem;white-space:nowrap;text-transform:uppercase}.w-sticky-col .stick-col.stick-col-brand span.full-icon{background-size:20% auto !important}.w-sticky-col .stick-col.stick-col-brand span.section-department{padding-left:5px;width:5rem;margin-left:-1rem;height:1.75rem}.w-sticky-col .stick-col.stick-col-brand.brand-total{background-color:#eaf0fe;border-bottom:1px solid #eaf0fe;color:#0a40b6}.w-sticky-col .stick-col.stick-col-brand.brand-total span{padding-left:0;text-transform:uppercase}.w-sticky-col .stick-col.stick-col-brand.brand-total.section-3{border-bottom:1px solid #5b7f0b;background-color:#f1fcda}.w-sticky-col thead .stick-col{height:2rem;background-color:1px solid #fff;padding:2rem}.w-sticky-col thead .stick-col span:after{margin-left:1.5rem}._gp_sheet .w-sticky-col thead .stick-col{background-color:rgba(0,0,0,0);box-shadow:none;border:0}._affiliate_revenue_report .stick-col{height:13.5px}.list-results tbody tr.sublist{background-color:#a5a5a5;color:#fff;border-bottom:1px solid #3f3f3f}.list-results tbody tr.sublist td{padding:1rem 2rem}.list-results tbody tr.sublist .flex{display:flex;align-items:center}.list-results tbody tr.sublist span{font-size:1.1rem;font-weight:400;color:#fff;margin:0 2rem 1rem 0}.list-results tbody tr.sublist span:before{color:#d4225d;font-weight:700;text-transform:uppercase;font-size:.9rem}.list-results tbody tr.sublist span.rep-pos{color:#1db094}.list-results tbody tr.sublist span.rep-neg{color:#d41c5c}.list-results tbody tr.sublist span.rep-na{color:#d3d3d3}.list-results tbody tr.sublist .id-num:before{content:"ID: "}.list-results tbody tr.sublist .date:before{content:"date of submission: "}.list-results tbody tr.sublist a{font-size:1.2rem;font-weight:400;color:#d4225d;padding:1rem 1rem;border:1px solid rgba(212,34,93,.25);display:inline-block}.list-results tbody tr.sublist a:before{font-size:1.6rem;vertical-align:sub;margin-right:.5rem;color:rgba(212,34,93,.75)}.list-results tbody tr.sublist a:hover{border:1px solid #d4225d}.list-results tbody tr.sublist .title{display:block}.list-results tbody tr.sublist .title:before{font-size:2rem;margin-right:.75rem;color:#d4225d}.list-results tbody tr.sublist .i-ch:before,.list-results tbody tr.sublist .i-th:before,.list-results tbody tr.sublist .i-mc:before,.list-results tbody tr.sublist .i-hc:before,.list-results tbody tr.sublist .i-cb:before{font-size:2.5rem}.list-header{margin:0 2rem;margin-bottom:1.5rem}@media(min-width: 768px){.list-header{margin-bottom:2rem}}.list-header .w-right>.btn,.list-header .pagination .w-right>a,.pagination .list-header .w-right>a,.list-header .goal-option .w-right>.expend-label,.goal-option .list-header .w-right>.expend-label{margin-left:1rem}.list-header.margin-top{margin-top:2rem !important}.users .list-header{margin-bottom:-1.5rem}.list-header .secondary{border:1px solid rgba(165,165,165,.15);color:#a5a5a5;background-color:#fff}.list-header .secondary:before{color:#3f3f3f}.list-header.half{width:50%;margin:0 auto 2rem;min-width:100rem}.filter-keyword-wrap .w-search-feild{position:relative;display:flex;align-items:center}.filter-keyword-wrap .w-search-feild:before{font-size:1.5em;color:#d3d3d3;text-shadow:rgba(211,211,211,.25) 1px 0 6px;left:1rem;top:50%;transform:translateY(-50%);position:absolute}.filter-keyword-wrap input[type=input]{font-family:"Inter",sans-serif;font-optical-sizing:auto;font-style:normal;font-size:1.2em;font-weight:400;color:#3f3f3f;width:22rem;height:3rem;padding:0 1.25rem 0 .5rem;padding-left:3rem;padding-right:2.5rem;background:#fff;border-radius:4px;border:1px solid #d3d3d3}.filter-keyword-wrap input[type=input]:focus{border:1px solid rgba(165,165,165,.5)}.filter-keyword-wrap .close-btn{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);display:none;border:0;background-color:rgba(0,0,0,0)}.sidebar-default-right .filter-keyword-wrap .close-btn{right:-0.5rem}.filter-keyword-wrap .close-btn:before{font-size:1.75em;color:#3f3f3f;text-shadow:rgba(63,63,63,.25) 1px 0 6px}.filter-keyword-wrap .close-btn:after{font-size:2rem;color:#a5a5a5;content:"\E926" !important}.filter-keyword-wrap .close-btn.is-showing{display:inline-block}.filter-keyword-wrap .close-btn:hover:after{color:#3f3f3f}.filter-keyword-wrap .w-tooltips-adv .tooltips-adv{z-index:120}.filter-keyword-wrap .w-tooltips-adv .tooltips-adv:before{position:absolute;top:-0.75rem;right:17px;left:auto;transform:translateX(0)}.pagination{display:flex;margin-right:1rem}.pagination ul{display:flex}.pagination a{border-radius:24px;min-width:3rem;margin:0 .25rem;padding:.75rem .5rem .5rem .5rem;display:block;cursor:pointer;transition:all .1s;text-align:center}.pagination a:hover{background-color:#d3d3d3;color:unset}.pagination .active{background:none;border:0;pointer-events:none}.pagination span a{padding:.75rem 1rem .5rem 1rem}._search_query .list-results{margin-bottom:22rem}.volume_tracker tbody>tr{cursor:pointer}.volume_tracker tr.nbr-reach .name:before{content:"\E90C";color:#1172ba;margin-right:.5rem}.thin thead span{padding-left:0}.organic_article_analysis tr{cursor:pointer}.gp_sheet .list-results tbody{text-align:right}.gp_sheet .list-results thead span{white-space:nowrap;min-height:1.25rem}.list-model-report-page thead.list-header-section{height:auto !important}.list-model-report-page thead .flex{display:flex;margin-left:-2rem}.list-model-report-page thead tr{height:4rem}.list-model-report-page thead th{text-align:center;border-top:1px solid #d3d3d3;border-left:1px solid #d3d3d3}.list-model-report-page thead th.no-border{border-left:0}.list-model-report-page thead th.section-1{border-top:1px solid #9ede12;border-bottom:1px solid #9ede12}.list-model-report-page thead th.section-2{border-top:1px solid #46c5db;border-bottom:1px solid #46c5db}.list-model-report-page thead th.section-3{border-top:1px solid #34d172;border-bottom:1px solid #34d172}.list-model-report-page thead th span{margin:1rem}.list-model-report-page thead th .list-sort-none:after{top:.75rem;left:auto;right:-0.75rem}.list-model-report-page thead th .list-sort-desc:after{top:.5rem;left:auto;right:-0.75rem}.list-model-report-page thead th .list-sort-asc:after{top:-0.3rem;left:auto;right:-6.4rem}.list-model-report-page tbody tr.section-1{background-color:#fff}.list-model-report-page tbody tr.section-1:nth-child(even){background-color:#fff}.list-model-report-page tbody tr.section-2{background-color:#fff}.list-model-report-page tbody tr.section-2:nth-child(even){background-color:#fff}.list-model-report-page tbody tr td{text-align:right}.list-model-report-page tbody tr td:nth-of-type(-n+2){text-align:left}.list-model-report-page tbody .flex{justify-content:space-between;flex-direction:row-reverse}.list-model-report-page tbody .flex span:not(span+span){align-items:center;padding-left:0;height:2rem;background-size:auto 100%;background-repeat:no-repeat;background-position:left center;font-family:"Inter",sans-serif;font-optical-sizing:auto;font-style:normal;font-size:1.2em;font-weight:400;color:#3f3f3f;text-align:right;width:45%;box-sizing:border-box}.list-model-report-page tbody .flex span:nth-child(2){padding-left:0;width:45%;text-align:right}.list-model-report-page tbody .flex span+span{width:3rem;font-weight:700}.list-model-report-page tbody .flex .indic-1-level-0{background:url("/assets/images/tier-icons/tier-4.svg") left center no-repeat}.list-model-report-page tbody .flex .indic-1-level-1{background:url("/assets/images/tier-icons/tier-3.svg") left center no-repeat}.list-model-report-page tbody .flex .indic-1-level-1.invert{color:#f47100;background:none}.list-model-report-page tbody .flex .indic-1-level-2{background:url("/assets/images/tier-icons/tier-2.svg") left center no-repeat}.list-model-report-page tbody .flex .indic-1-level-2.invert{color:#ed262a;background:none}.list-model-report-page tbody .flex .indic-1-level-3{background:url("/assets/images/tier-icons/tier-1.svg") left center no-repeat}.list-model-report-page tbody .flex .indic-1-level-3.invert{color:#b20003;background:none}.list-model-report-page tbody .flex .indic-2-level-1{color:#f47100}.list-model-report-page tbody .flex .indic-2-level-1.invert{color:#3f3f3f;background:url("/assets/images/tier-icons/tier-3.svg") left center no-repeat}.list-model-report-page tbody .flex .indic-2-level-2{color:#ed262a}.list-model-report-page tbody .flex .indic-2-level-2.invert{color:#3f3f3f;background:url("/assets/images/tier-icons/tier-2.svg") left center no-repeat}.list-model-report-page tbody .flex .indic-2-level-3{color:#b20003}.list-model-report-page tbody .flex .indic-2-level-3.invert{color:#3f3f3f}.list-model-report-page tbody .flex .diff-level-under-1{color:#b20003}.list-model-report-page tbody .flex .diff-level-under-1.invert{color:#0a491b}.list-model-report-page tbody .flex .diff-level-under-2{color:#ed262a}.list-model-report-page tbody .flex .diff-level-under-2.invert{color:#17af40}.list-model-report-page tbody .flex .diff-level-under-3{color:#f47100}.list-model-report-page tbody .flex .diff-level-under-3.invert{color:#1fef57}.list-model-report-page tbody .flex .diff-level-over-1{color:#1fef57}.list-model-report-page tbody .flex .diff-level-over-1.invert{color:#f47100}.list-model-report-page tbody .flex .diff-level-over-2{color:#17af40}.list-model-report-page tbody .flex .diff-level-over-2.invert{color:#ed262a}.list-model-report-page tbody .flex .diff-level-over-3{color:#0a491b}.list-model-report-page tbody .flex .diff-level-over-3.invert{color:#b20003}.list-model-report-page .no-shadow{box-shadow:none !important}.list-logs .highlight-log-error,.list-logs .highlight-log-statsObtainer,.list-logs .highlight-log-locker,.list-logs .highlight-log-taskExecuter{border-bottom:1px solid rgba(255,255,255,.25)}.list-logs .highlight-log-error{background-color:rgba(255,48,86,.35)}.list-logs .highlight-log-statsObtainer{background-color:rgba(39,106,255,.35)}.list-logs .highlight-log-locker{background-color:rgba(210,155,0,.35)}.list-logs .highlight-log-taskExecuter{background-color:rgba(6,186,110,.35)}.list-logs .highlight-log-fill-list{background-color:rgba(212,34,93,.85) !important;border:3px solid #3f3f3f}._ad_performance_report .list-results tr td:last-of-type span,._ad_performance_report .list-results tr th:last-of-type span{font-size:1.3rem;font-weight:700;color:#3f3f3f}.monthly-internal{width:auto;margin:0 auto 5rem auto}.monthly-internal thead{height:3rem}.monthly-internal thead th{padding-bottom:.5rem;border-right:1px solid #bababa}.monthly-internal tbody td{border-right:1px solid #d3d3d3;padding:.5rem 3rem;position:relative}.monthly-internal tbody td .input-text{width:8rem;text-align:right;margin-right:0 !important}.monthly-internal tbody td .btn,.monthly-internal tbody td .goal-option .expend-label,.goal-option .monthly-internal tbody td .expend-label,.monthly-internal tbody td .pagination a,.pagination .monthly-internal tbody td a{position:absolute;right:-1px;top:50%;transform:translateY(-50%);background-color:#dcdada;opacity:0;pointer-events:none;margin:0}.monthly-internal tbody td .btn:hover,.monthly-internal tbody td .goal-option .expend-label:hover,.goal-option .monthly-internal tbody td .expend-label:hover,.monthly-internal tbody td .pagination a:hover,.pagination .monthly-internal tbody td a:hover{background-color:#fff;color:#1172ba}.monthly-internal tbody td .btn:hover:hover:before,.monthly-internal tbody td .goal-option .expend-label:hover:hover:before,.goal-option .monthly-internal tbody td .expend-label:hover:hover:before,.monthly-internal tbody td .pagination a:hover:hover:before,.pagination .monthly-internal tbody td a:hover:hover:before{color:#1172ba}.monthly-internal tbody td:hover .btn,.monthly-internal tbody td:hover .goal-option .expend-label,.goal-option .monthly-internal tbody td:hover .expend-label,.monthly-internal tbody td:hover .pagination a,.pagination .monthly-internal tbody td:hover a{opacity:1;pointer-events:auto}.monthly-internal tfoot th{text-align:center}.ad-performance thead th{padding-bottom:.5rem}.profil-losses-report{width:auto;margin:0 auto 5rem auto}.profil-losses-report .flex{width:100%;display:flex;justify-content:space-between;align-items:center}.profil-losses-report .flex button{margin:0 0 0 9rem;width:2rem;height:2rem}.profil-losses-report thead{height:3rem}.profil-losses-report thead tr{height:auto}.profil-losses-report thead th{padding:1rem 2rem}.profil-losses-report thead span{min-height:auto;height:auto}.profil-losses-report tbody tr{border-bottom:1px solid #d3d3d3}.profil-losses-report tbody tr:hover{background-color:#fff}.profil-losses-report tbody tr td:first-of-type{background-color:rgba(220,218,218,.5)}.profil-losses-report tbody tr.is-expended td span{opacity:.25}.profil-losses-report tbody tr.is-expended td:first-of-type span{opacity:1}.profil-losses-report tbody .total,.profil-losses-report tbody .total span{font-size:1.4rem;font-weight:700;color:#3f3f3f}.profil-losses-report tbody .sub-row span{margin-left:2rem}._page_speed_manual .list-header .w-center{flex-direction:column}._tasks .list-header .w-left .btn,._tasks .list-header .w-left .goal-option .expend-label,.goal-option ._tasks .list-header .w-left .expend-label,._tasks .list-header .w-left .pagination a,.pagination ._tasks .list-header .w-left a{margin-left:.5rem}._tasks .w-form select,._tasks .w-double-list select{width:100%}._tasks .list-results .only-icon{background-color:#fff;border:1px solid rgba(165,165,165,.15)}._tasks .list-results .is-checked span{font-weight:700}._tasks .w-form .light,._tasks .w-double-list .light,._tasks .w-form .pagination a,._tasks .w-double-list .pagination a,.pagination ._tasks .w-form a,.pagination ._tasks .w-double-list a{border:1px solid #d3d3d3;color:#3f3f3f;background-color:#fff !important}._tasks .dark-theme .lightbox-content{background:none}.speedTestReport thead .header-0 th{box-shadow:inset 0px 0px 20px 0px rgba(165,165,165,.1)}.speedTestReport thead .header-0 th:first-child{box-shadow:none}.speedTestReport thead .header-0 th span.coreMetrics{border-left:1px solid #9ede12;background-color:#f1fcda}.speedTestReport thead .header-0 th span.bestPractices{border-left:1px solid #46c5db;background-color:#c6edf4}.speedTestReport thead .header-0 th span.adSpeed{border-left:1px solid #34d172;background-color:#daf7e6}.speedTestReport thead .header-0 th span.audits{border-left:1px solid #93b3f9;background-color:#c3d5fc}.speedTestReport thead .header-1 th span.section-1{border-left:1px solid #9ede12}.speedTestReport thead .header-1 th span.section-2{border-left:1px solid #46c5db}.speedTestReport thead .header-1 th span.section-3{border-left:1px solid #34d172}.speedTestReport thead .header-1 th span.section-4{border-left:1px solid #93b3f9}.executiveSummaryReport .list-header{margin:2rem}.executiveSummaryReport .list-header .w-left{align-items:flex-start;flex-direction:column;align-content:flex-start}.executiveSummaryReport .list-header .w-left ul{margin:1rem 0 0}.executiveSummaryReport .list-header .w-left ul li{font-family:"Inter",sans-serif;font-optical-sizing:auto;font-style:normal;list-style:disc;margin-left:1rem;color:#a0a0a0}.executiveSummaryReport .transaction-int-list thead th:last-of-type{font-size:1.2em;font-weight:700;color:#0a40b6;text-align:left;background-color:#dbe6fd;border-bottom:1px solid #f9f9f9;box-shadow:inset 0px 0px 20px 0px rgba(165,165,165,.1);padding-top:.5rem;padding-left:1.8rem}.executiveSummaryReport .transaction-int-list thead th.icon:before,.executiveSummaryReport .transaction-int-list thead th.w-alert-banner:before,.executiveSummaryReport .transaction-int-list thead .w-time-period .dropdown .w-selection th.btn-period-clear:before,.w-time-period .dropdown .w-selection .executiveSummaryReport .transaction-int-list thead th.btn-period-clear:before,.executiveSummaryReport .transaction-int-list thead .w-time-period .dropdown .w-selection th.btn-filter:before,.w-time-period .dropdown .w-selection .executiveSummaryReport .transaction-int-list thead th.btn-filter:before,.executiveSummaryReport .transaction-int-list thead .w-time-period .dropdown .w-selection th.btn-period-edit:before,.w-time-period .dropdown .w-selection .executiveSummaryReport .transaction-int-list thead th.btn-period-edit:before,.executiveSummaryReport .transaction-int-list thead .block-filters th.btn-filter:before,.block-filters .executiveSummaryReport .transaction-int-list thead th.btn-filter:before,.executiveSummaryReport .transaction-int-list .block-filters .liveDashboard .list-results thead th.btn-filter:before,.executiveSummaryReport .transaction-int-list .block-filters ._account_api .list-results thead th.btn-filter:before,.executiveSummaryReport .transaction-int-list thead .w-filter-preset.w-filter-preset .filter-preset th.filter:before,.w-filter-preset.w-filter-preset .filter-preset .executiveSummaryReport .transaction-int-list thead th.filter:before,.executiveSummaryReport .transaction-int-list thead .form-auto-list th.form-auto-item.is-user-is-inactive:before,.form-auto-list .executiveSummaryReport .transaction-int-list thead th.form-auto-item.is-user-is-inactive:before,.executiveSummaryReport .transaction-int-list thead .form-auto-list th.form-auto-item.is-user-is-active:before,.form-auto-list .executiveSummaryReport .transaction-int-list thead th.form-auto-item.is-user-is-active:before,.executiveSummaryReport .transaction-int-list .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead th.filter:before,.executiveSummaryReport .transaction-int-list .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead th.filter:before{padding-right:4px;font-size:1.7rem;margin-top:-3px}.executiveSummaryReport .transaction-int-list tbody:first-of-type tr{height:4rem;background-color:#fff;border-bottom:1px solid #f9f9f9}.executiveSummaryReport .transaction-int-list tbody:nth-child(3n+3) tr:first-of-type{background-color:#e8fac2}.executiveSummaryReport .transaction-int-list tbody tr.sum,.executiveSummaryReport .transaction-int-list tbody tr.sum .section-department{background-color:#89c7f4;height:auto;border:none}.executiveSummaryReport .transaction-int-list tbody td{font-family:"Inter",sans-serif;font-optical-sizing:auto;font-style:normal;font-size:1em;font-weight:700;color:#3f3f3f;text-transform:uppercase;border-left:1px solid #d3d3d3;min-width:14rem}@media(min-width: 1440px){.executiveSummaryReport .transaction-int-list tbody td{min-width:18rem}}.executiveSummaryReport .transaction-int-list tbody td span.neg{color:red}.executiveSummaryReport .transaction-int-list tbody td.full-icon{margin-left:1rem;display:inline-block}.executiveSummaryReport .transaction-int-list tbody td.full-icon span{display:block;margin-left:1.5rem}.executiveSummaryReport .transaction-int-list tbody td:first-of-type{border:0}.executiveSummaryReport .transaction-int-list tbody td.section-department{background-color:#fff;border:1px solid #d3d3d3;height:2.5rem;font-weight:400}.executiveSummaryReport .transaction-int-list tbody td.section-department span{font-weight:700}.topicalityReport .list-header .w-left{align-items:flex-start;flex-direction:column;align-content:flex-start}.topicalityReport .list-header .tooltip-tag-view{margin:1rem 0 0}.topicalityReport .list-header .tooltip-tag-view li{font-family:"Inter",sans-serif;font-optical-sizing:auto;font-style:normal;list-style:disc;margin-left:2rem;color:#a0a0a0;font-size:1.3rem}.articleSessionDiagnostics .list-header .w-left-title{align-items:flex-start;flex-direction:column;align-content:flex-start}.articleSessionDiagnostics .list-header .subtext{margin:1rem 0 0}.articleSessionDiagnostics .list-header .subtext li{font-family:"Inter",sans-serif;font-optical-sizing:auto;font-style:normal;list-style:disc;margin-left:2rem;color:#a0a0a0;font-size:1.3rem}.articleSessionDiagnostics .close-btn-centered .icon:after,.articleSessionDiagnostics .close-btn-centered .w-dialog.plus .dialog-aside:after,.w-dialog.plus .articleSessionDiagnostics .close-btn-centered .dialog-aside:after,.articleSessionDiagnostics .close-btn-centered .w-toast .toast.plus:after,.w-toast .articleSessionDiagnostics .close-btn-centered .toast.plus:after,.articleSessionDiagnostics .close-btn-centered .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .articleSessionDiagnostics .close-btn-centered .dropdown-toggle:after,.articleSessionDiagnostics .close-btn-centered .w-filter-preset.w-filter-preset .filter-preset .filter:after,.w-filter-preset.w-filter-preset .filter-preset .articleSessionDiagnostics .close-btn-centered .filter:after,.articleSessionDiagnostics .close-btn-centered .form-label.status span:after,.articleSessionDiagnostics .close-btn-centered .status.status-log span:after,.articleSessionDiagnostics .close-btn-centered .status.status-report-item span:after,.articleSessionDiagnostics .close-btn-centered .double-list dd.status span:after,.double-list .articleSessionDiagnostics .close-btn-centered dd.status span:after,.articleSessionDiagnostics .close-btn-centered .double-list dt.status span:after,.double-list .articleSessionDiagnostics .close-btn-centered dt.status span:after,.articleSessionDiagnostics .close-btn-centered .w-cards-container .w-card .status.title span:after,.w-cards-container .w-card .articleSessionDiagnostics .close-btn-centered .status.title span:after,.articleSessionDiagnostics .close-btn-centered .w-cards-container .w-card.centered .w-value .status.label span:after,.w-cards-container .w-card.centered .w-value .articleSessionDiagnostics .close-btn-centered .status.label span:after,.form-label.status .articleSessionDiagnostics .close-btn-centered span:after,.status.status-log .articleSessionDiagnostics .close-btn-centered span:after,.status.status-report-item .articleSessionDiagnostics .close-btn-centered span:after,.double-list dd.status .articleSessionDiagnostics .close-btn-centered span:after,.double-list dt.status .articleSessionDiagnostics .close-btn-centered span:after,.w-cards-container .w-card .status.title .articleSessionDiagnostics .close-btn-centered span:after,.w-cards-container .w-card.centered .w-value .status.label .articleSessionDiagnostics .close-btn-centered span:after,.articleSessionDiagnostics .close-btn-centered .w-filters-selected label.status.small span:after,.w-filters-selected label.status.small .articleSessionDiagnostics .close-btn-centered span:after,.articleSessionDiagnostics .close-btn-centered .w-filters-selected .status.btn-f-s span:after,.w-filters-selected .status.btn-f-s .articleSessionDiagnostics .close-btn-centered span:after,.articleSessionDiagnostics .close-btn-centered .sub-header .w-form label:after,.articleSessionDiagnostics .close-btn-centered .sub-header .w-double-list label:after,.sub-header .w-form .articleSessionDiagnostics .close-btn-centered label:after,.sub-header .w-double-list .articleSessionDiagnostics .close-btn-centered label:after,.articleSessionDiagnostics .close-btn-centered .block-filters button:after,.block-filters .articleSessionDiagnostics .close-btn-centered button:after,.articleSessionDiagnostics .close-btn-centered .block-filters select:after,.block-filters .articleSessionDiagnostics .close-btn-centered select:after,.articleSessionDiagnostics .close-btn-centered .form-auto-list .form-auto-item.is-user-is-inactive:after,.form-auto-list .articleSessionDiagnostics .close-btn-centered .form-auto-item.is-user-is-inactive:after,.articleSessionDiagnostics .close-btn-centered .form-auto-list .form-auto-item.is-user-is-active:after,.form-auto-list .articleSessionDiagnostics .close-btn-centered .form-auto-item.is-user-is-active:after,.articleSessionDiagnostics .close-btn-centered .list-results-header .status.title span:after,.list-results-header .status.title .articleSessionDiagnostics .close-btn-centered span:after,.articleSessionDiagnostics .close-btn-centered .list-results thead tr span:after,.list-results thead tr .articleSessionDiagnostics .close-btn-centered span:after,.articleSessionDiagnostics .close-btn-centered .liveDashboard .list-results thead .icon:after,.articleSessionDiagnostics .close-btn-centered .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .articleSessionDiagnostics .close-btn-centered .liveDashboard .list-results thead .dialog-aside:after,.articleSessionDiagnostics .close-btn-centered .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-toast .articleSessionDiagnostics .close-btn-centered .liveDashboard .list-results thead .toast.plus:after,.liveDashboard .list-results thead .articleSessionDiagnostics .close-btn-centered .icon:after,.liveDashboard .list-results thead .articleSessionDiagnostics .close-btn-centered .w-dialog.plus .dialog-aside:after,.w-dialog.plus .liveDashboard .list-results thead .articleSessionDiagnostics .close-btn-centered .dialog-aside:after,.liveDashboard .list-results thead .articleSessionDiagnostics .close-btn-centered .w-toast .toast.plus:after,.w-toast .liveDashboard .list-results thead .articleSessionDiagnostics .close-btn-centered .toast.plus:after,.articleSessionDiagnostics .close-btn-centered .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .articleSessionDiagnostics .close-btn-centered .dropdown-toggle:after,.articleSessionDiagnostics .close-btn-centered .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .articleSessionDiagnostics .close-btn-centered .dropdown-toggle:after,.articleSessionDiagnostics .close-btn-centered .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:after,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .articleSessionDiagnostics .close-btn-centered .filter:after,.articleSessionDiagnostics .close-btn-centered .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .filter:after,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .articleSessionDiagnostics .close-btn-centered .filter:after,.articleSessionDiagnostics .close-btn-centered .liveDashboard .list-results thead .form-label.status span:after,.articleSessionDiagnostics .close-btn-centered .liveDashboard .list-results thead .status.status-log span:after,.articleSessionDiagnostics .close-btn-centered .liveDashboard .list-results thead .status.status-report-item span:after,.articleSessionDiagnostics .close-btn-centered .liveDashboard .list-results thead .double-list dd.status span:after,.double-list .articleSessionDiagnostics .close-btn-centered .liveDashboard .list-results thead dd.status span:after,.articleSessionDiagnostics .close-btn-centered .liveDashboard .list-results thead .double-list dt.status span:after,.double-list .articleSessionDiagnostics .close-btn-centered .liveDashboard .list-results thead dt.status span:after,.articleSessionDiagnostics .close-btn-centered .liveDashboard .list-results thead .w-cards-container .w-card .status.title span:after,.w-cards-container .w-card .articleSessionDiagnostics .close-btn-centered .liveDashboard .list-results thead .status.title span:after,.articleSessionDiagnostics .close-btn-centered .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:after,.w-cards-container .w-card.centered .w-value .articleSessionDiagnostics .close-btn-centered .liveDashboard .list-results thead .status.label span:after,.liveDashboard .list-results thead .form-label.status .articleSessionDiagnostics .close-btn-centered span:after,.liveDashboard .list-results thead .status.status-log .articleSessionDiagnostics .close-btn-centered span:after,.liveDashboard .list-results thead .status.status-report-item .articleSessionDiagnostics .close-btn-centered span:after,.liveDashboard .list-results thead .double-list dd.status .articleSessionDiagnostics .close-btn-centered span:after,.double-list .liveDashboard .list-results thead dd.status .articleSessionDiagnostics .close-btn-centered span:after,.liveDashboard .list-results thead .double-list dt.status .articleSessionDiagnostics .close-btn-centered span:after,.double-list .liveDashboard .list-results thead dt.status .articleSessionDiagnostics .close-btn-centered span:after,.liveDashboard .list-results thead .w-cards-container .w-card .status.title .articleSessionDiagnostics .close-btn-centered span:after,.w-cards-container .w-card .liveDashboard .list-results thead .status.title .articleSessionDiagnostics .close-btn-centered span:after,.liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .articleSessionDiagnostics .close-btn-centered span:after,.w-cards-container .w-card.centered .w-value .liveDashboard .list-results thead .status.label .articleSessionDiagnostics .close-btn-centered span:after,.articleSessionDiagnostics .close-btn-centered .form-label.status .liveDashboard .list-results thead span:after,.articleSessionDiagnostics .close-btn-centered .status.status-log .liveDashboard .list-results thead span:after,.articleSessionDiagnostics .close-btn-centered .status.status-report-item .liveDashboard .list-results thead span:after,.articleSessionDiagnostics .close-btn-centered .double-list dd.status .liveDashboard .list-results thead span:after,.double-list .articleSessionDiagnostics .close-btn-centered dd.status .liveDashboard .list-results thead span:after,.articleSessionDiagnostics .close-btn-centered .double-list dt.status .liveDashboard .list-results thead span:after,.double-list .articleSessionDiagnostics .close-btn-centered dt.status .liveDashboard .list-results thead span:after,.articleSessionDiagnostics .close-btn-centered .w-cards-container .w-card .status.title .liveDashboard .list-results thead span:after,.w-cards-container .w-card .articleSessionDiagnostics .close-btn-centered .status.title .liveDashboard .list-results thead span:after,.articleSessionDiagnostics .close-btn-centered .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span:after,.w-cards-container .w-card.centered .w-value .articleSessionDiagnostics .close-btn-centered .status.label .liveDashboard .list-results thead span:after,.form-label.status .liveDashboard .list-results thead .articleSessionDiagnostics .close-btn-centered span:after,.status.status-log .liveDashboard .list-results thead .articleSessionDiagnostics .close-btn-centered span:after,.status.status-report-item .liveDashboard .list-results thead .articleSessionDiagnostics .close-btn-centered span:after,.double-list dd.status .liveDashboard .list-results thead .articleSessionDiagnostics .close-btn-centered span:after,.double-list dt.status .liveDashboard .list-results thead .articleSessionDiagnostics .close-btn-centered span:after,.w-cards-container .w-card .status.title .liveDashboard .list-results thead .articleSessionDiagnostics .close-btn-centered span:after,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead .articleSessionDiagnostics .close-btn-centered span:after,.articleSessionDiagnostics .close-btn-centered .liveDashboard .list-results thead .w-filters-selected label.status.small span:after,.liveDashboard .list-results thead .w-filters-selected label.status.small .articleSessionDiagnostics .close-btn-centered span:after,.articleSessionDiagnostics .close-btn-centered .w-filters-selected label.status.small .liveDashboard .list-results thead span:after,.w-filters-selected label.status.small .liveDashboard .list-results thead .articleSessionDiagnostics .close-btn-centered span:after,.articleSessionDiagnostics .close-btn-centered .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span:after,.liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .articleSessionDiagnostics .close-btn-centered span:after,.articleSessionDiagnostics .close-btn-centered .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span:after,.w-filters-selected .status.btn-f-s .liveDashboard .list-results thead .articleSessionDiagnostics .close-btn-centered span:after,.articleSessionDiagnostics .close-btn-centered .liveDashboard .list-results thead .sub-header .w-form label:after,.articleSessionDiagnostics .close-btn-centered .liveDashboard .list-results thead .sub-header .w-double-list label:after,.liveDashboard .list-results thead .sub-header .w-form .articleSessionDiagnostics .close-btn-centered label:after,.liveDashboard .list-results thead .sub-header .w-double-list .articleSessionDiagnostics .close-btn-centered label:after,.articleSessionDiagnostics .close-btn-centered .sub-header .w-form .liveDashboard .list-results thead label:after,.articleSessionDiagnostics .close-btn-centered .sub-header .w-double-list .liveDashboard .list-results thead label:after,.sub-header .w-form .liveDashboard .list-results thead .articleSessionDiagnostics .close-btn-centered label:after,.sub-header .w-double-list .liveDashboard .list-results thead .articleSessionDiagnostics .close-btn-centered label:after,.articleSessionDiagnostics .close-btn-centered .liveDashboard .list-results thead .block-filters button:after,.liveDashboard .list-results thead .block-filters .articleSessionDiagnostics .close-btn-centered button:after,.articleSessionDiagnostics .close-btn-centered .block-filters .liveDashboard .list-results thead button:after,.block-filters .liveDashboard .list-results thead .articleSessionDiagnostics .close-btn-centered button:after,.articleSessionDiagnostics .close-btn-centered .liveDashboard .list-results thead .block-filters select:after,.liveDashboard .list-results thead .block-filters .articleSessionDiagnostics .close-btn-centered select:after,.articleSessionDiagnostics .close-btn-centered .block-filters .liveDashboard .list-results thead select:after,.block-filters .liveDashboard .list-results thead .articleSessionDiagnostics .close-btn-centered select:after,.articleSessionDiagnostics .close-btn-centered .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:after,.liveDashboard .list-results thead .form-auto-list .articleSessionDiagnostics .close-btn-centered .form-auto-item.is-user-is-inactive:after,.articleSessionDiagnostics .close-btn-centered .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive:after,.form-auto-list .liveDashboard .list-results thead .articleSessionDiagnostics .close-btn-centered .form-auto-item.is-user-is-inactive:after,.articleSessionDiagnostics .close-btn-centered .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active:after,.liveDashboard .list-results thead .form-auto-list .articleSessionDiagnostics .close-btn-centered .form-auto-item.is-user-is-active:after,.articleSessionDiagnostics .close-btn-centered .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-active:after,.form-auto-list .liveDashboard .list-results thead .articleSessionDiagnostics .close-btn-centered .form-auto-item.is-user-is-active:after,.articleSessionDiagnostics .close-btn-centered .liveDashboard .list-results thead .list-results-header .status.title span:after,.liveDashboard .list-results thead .list-results-header .status.title .articleSessionDiagnostics .close-btn-centered span:after,.articleSessionDiagnostics .close-btn-centered .list-results-header .status.title .liveDashboard .list-results thead span:after,.list-results-header .status.title .liveDashboard .list-results thead .articleSessionDiagnostics .close-btn-centered span:after,.articleSessionDiagnostics .close-btn-centered .liveDashboard .list-results thead tr span:after,.liveDashboard .list-results thead tr .articleSessionDiagnostics .close-btn-centered span:after,.articleSessionDiagnostics .close-btn-centered ._account_api .list-results thead .icon:after,.articleSessionDiagnostics .close-btn-centered ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .articleSessionDiagnostics .close-btn-centered ._account_api .list-results thead .dialog-aside:after,.articleSessionDiagnostics .close-btn-centered ._account_api .list-results thead .w-toast .toast.plus:after,.w-toast .articleSessionDiagnostics .close-btn-centered ._account_api .list-results thead .toast.plus:after,._account_api .list-results thead .articleSessionDiagnostics .close-btn-centered .icon:after,._account_api .list-results thead .articleSessionDiagnostics .close-btn-centered .w-dialog.plus .dialog-aside:after,.w-dialog.plus ._account_api .list-results thead .articleSessionDiagnostics .close-btn-centered .dialog-aside:after,._account_api .list-results thead .articleSessionDiagnostics .close-btn-centered .w-toast .toast.plus:after,.w-toast ._account_api .list-results thead .articleSessionDiagnostics .close-btn-centered .toast.plus:after,.articleSessionDiagnostics .close-btn-centered ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .articleSessionDiagnostics .close-btn-centered .dropdown-toggle:after,.articleSessionDiagnostics .close-btn-centered .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .articleSessionDiagnostics .close-btn-centered .dropdown-toggle:after,.articleSessionDiagnostics .close-btn-centered ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:after,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .articleSessionDiagnostics .close-btn-centered .filter:after,.articleSessionDiagnostics .close-btn-centered .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .filter:after,.w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .articleSessionDiagnostics .close-btn-centered .filter:after,.articleSessionDiagnostics .close-btn-centered ._account_api .list-results thead .form-label.status span:after,.articleSessionDiagnostics .close-btn-centered ._account_api .list-results thead .status.status-log span:after,.articleSessionDiagnostics .close-btn-centered ._account_api .list-results thead .status.status-report-item span:after,.articleSessionDiagnostics .close-btn-centered ._account_api .list-results thead .double-list dd.status span:after,.double-list .articleSessionDiagnostics .close-btn-centered ._account_api .list-results thead dd.status span:after,.articleSessionDiagnostics .close-btn-centered ._account_api .list-results thead .double-list dt.status span:after,.double-list .articleSessionDiagnostics .close-btn-centered ._account_api .list-results thead dt.status span:after,.articleSessionDiagnostics .close-btn-centered ._account_api .list-results thead .w-cards-container .w-card .status.title span:after,.w-cards-container .w-card .articleSessionDiagnostics .close-btn-centered ._account_api .list-results thead .status.title span:after,.articleSessionDiagnostics .close-btn-centered ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:after,.w-cards-container .w-card.centered .w-value .articleSessionDiagnostics .close-btn-centered ._account_api .list-results thead .status.label span:after,._account_api .list-results thead .form-label.status .articleSessionDiagnostics .close-btn-centered span:after,._account_api .list-results thead .status.status-log .articleSessionDiagnostics .close-btn-centered span:after,._account_api .list-results thead .status.status-report-item .articleSessionDiagnostics .close-btn-centered span:after,._account_api .list-results thead .double-list dd.status .articleSessionDiagnostics .close-btn-centered span:after,.double-list ._account_api .list-results thead dd.status .articleSessionDiagnostics .close-btn-centered span:after,._account_api .list-results thead .double-list dt.status .articleSessionDiagnostics .close-btn-centered span:after,.double-list ._account_api .list-results thead dt.status .articleSessionDiagnostics .close-btn-centered span:after,._account_api .list-results thead .w-cards-container .w-card .status.title .articleSessionDiagnostics .close-btn-centered span:after,.w-cards-container .w-card ._account_api .list-results thead .status.title .articleSessionDiagnostics .close-btn-centered span:after,._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .articleSessionDiagnostics .close-btn-centered span:after,.w-cards-container .w-card.centered .w-value ._account_api .list-results thead .status.label .articleSessionDiagnostics .close-btn-centered span:after,.articleSessionDiagnostics .close-btn-centered .form-label.status ._account_api .list-results thead span:after,.articleSessionDiagnostics .close-btn-centered .status.status-log ._account_api .list-results thead span:after,.articleSessionDiagnostics .close-btn-centered .status.status-report-item ._account_api .list-results thead span:after,.articleSessionDiagnostics .close-btn-centered .double-list dd.status ._account_api .list-results thead span:after,.double-list .articleSessionDiagnostics .close-btn-centered dd.status ._account_api .list-results thead span:after,.articleSessionDiagnostics .close-btn-centered .double-list dt.status ._account_api .list-results thead span:after,.double-list .articleSessionDiagnostics .close-btn-centered dt.status ._account_api .list-results thead span:after,.articleSessionDiagnostics .close-btn-centered .w-cards-container .w-card .status.title ._account_api .list-results thead span:after,.w-cards-container .w-card .articleSessionDiagnostics .close-btn-centered .status.title ._account_api .list-results thead span:after,.articleSessionDiagnostics .close-btn-centered .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span:after,.w-cards-container .w-card.centered .w-value .articleSessionDiagnostics .close-btn-centered .status.label ._account_api .list-results thead span:after,.form-label.status ._account_api .list-results thead .articleSessionDiagnostics .close-btn-centered span:after,.status.status-log ._account_api .list-results thead .articleSessionDiagnostics .close-btn-centered span:after,.status.status-report-item ._account_api .list-results thead .articleSessionDiagnostics .close-btn-centered span:after,.double-list dd.status ._account_api .list-results thead .articleSessionDiagnostics .close-btn-centered span:after,.double-list dt.status ._account_api .list-results thead .articleSessionDiagnostics .close-btn-centered span:after,.w-cards-container .w-card .status.title ._account_api .list-results thead .articleSessionDiagnostics .close-btn-centered span:after,.w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead .articleSessionDiagnostics .close-btn-centered span:after,.articleSessionDiagnostics .close-btn-centered ._account_api .list-results thead .w-filters-selected label.status.small span:after,._account_api .list-results thead .w-filters-selected label.status.small .articleSessionDiagnostics .close-btn-centered span:after,.articleSessionDiagnostics .close-btn-centered .w-filters-selected label.status.small ._account_api .list-results thead span:after,.w-filters-selected label.status.small ._account_api .list-results thead .articleSessionDiagnostics .close-btn-centered span:after,.articleSessionDiagnostics .close-btn-centered ._account_api .list-results thead .w-filters-selected .status.btn-f-s span:after,._account_api .list-results thead .w-filters-selected .status.btn-f-s .articleSessionDiagnostics .close-btn-centered span:after,.articleSessionDiagnostics .close-btn-centered .w-filters-selected .status.btn-f-s ._account_api .list-results thead span:after,.w-filters-selected .status.btn-f-s ._account_api .list-results thead .articleSessionDiagnostics .close-btn-centered span:after,.articleSessionDiagnostics .close-btn-centered ._account_api .list-results thead .sub-header .w-form label:after,.articleSessionDiagnostics .close-btn-centered ._account_api .list-results thead .sub-header .w-double-list label:after,._account_api .list-results thead .sub-header .w-form .articleSessionDiagnostics .close-btn-centered label:after,._account_api .list-results thead .sub-header .w-double-list .articleSessionDiagnostics .close-btn-centered label:after,.articleSessionDiagnostics .close-btn-centered .sub-header .w-form ._account_api .list-results thead label:after,.articleSessionDiagnostics .close-btn-centered .sub-header .w-double-list ._account_api .list-results thead label:after,.sub-header .w-form ._account_api .list-results thead .articleSessionDiagnostics .close-btn-centered label:after,.sub-header .w-double-list ._account_api .list-results thead .articleSessionDiagnostics .close-btn-centered label:after,.articleSessionDiagnostics .close-btn-centered ._account_api .list-results thead .block-filters button:after,._account_api .list-results thead .block-filters .articleSessionDiagnostics .close-btn-centered button:after,.articleSessionDiagnostics .close-btn-centered .block-filters ._account_api .list-results thead button:after,.block-filters ._account_api .list-results thead .articleSessionDiagnostics .close-btn-centered button:after,.articleSessionDiagnostics .close-btn-centered ._account_api .list-results thead .block-filters select:after,._account_api .list-results thead .block-filters .articleSessionDiagnostics .close-btn-centered select:after,.articleSessionDiagnostics .close-btn-centered .block-filters ._account_api .list-results thead select:after,.block-filters ._account_api .list-results thead .articleSessionDiagnostics .close-btn-centered select:after,.articleSessionDiagnostics .close-btn-centered ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:after,._account_api .list-results thead .form-auto-list .articleSessionDiagnostics .close-btn-centered .form-auto-item.is-user-is-inactive:after,.articleSessionDiagnostics .close-btn-centered .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-inactive:after,.form-auto-list ._account_api .list-results thead .articleSessionDiagnostics .close-btn-centered .form-auto-item.is-user-is-inactive:after,.articleSessionDiagnostics .close-btn-centered ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active:after,._account_api .list-results thead .form-auto-list .articleSessionDiagnostics .close-btn-centered .form-auto-item.is-user-is-active:after,.articleSessionDiagnostics .close-btn-centered .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-active:after,.form-auto-list ._account_api .list-results thead .articleSessionDiagnostics .close-btn-centered .form-auto-item.is-user-is-active:after,.articleSessionDiagnostics .close-btn-centered ._account_api .list-results thead .list-results-header .status.title span:after,._account_api .list-results thead .list-results-header .status.title .articleSessionDiagnostics .close-btn-centered span:after,.articleSessionDiagnostics .close-btn-centered .list-results-header .status.title ._account_api .list-results thead span:after,.list-results-header .status.title ._account_api .list-results thead .articleSessionDiagnostics .close-btn-centered span:after,.articleSessionDiagnostics .close-btn-centered ._account_api .list-results thead tr span:after,._account_api .list-results thead tr .articleSessionDiagnostics .close-btn-centered span:after,.articleSessionDiagnostics .close-btn-centered .liveDashboard ._account_api .list-results thead .icon:after,.articleSessionDiagnostics .close-btn-centered .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .articleSessionDiagnostics .close-btn-centered .liveDashboard ._account_api .list-results thead .dialog-aside:after,.articleSessionDiagnostics .close-btn-centered .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.w-toast .articleSessionDiagnostics .close-btn-centered .liveDashboard ._account_api .list-results thead .toast.plus:after,.liveDashboard ._account_api .list-results thead .articleSessionDiagnostics .close-btn-centered .icon:after,.liveDashboard ._account_api .list-results thead .articleSessionDiagnostics .close-btn-centered .w-dialog.plus .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .articleSessionDiagnostics .close-btn-centered .dialog-aside:after,.liveDashboard ._account_api .list-results thead .articleSessionDiagnostics .close-btn-centered .w-toast .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .articleSessionDiagnostics .close-btn-centered .toast.plus:after,.articleSessionDiagnostics .close-btn-centered ._account_api .liveDashboard .list-results thead .icon:after,.articleSessionDiagnostics .close-btn-centered ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .articleSessionDiagnostics .close-btn-centered ._account_api .liveDashboard .list-results thead .dialog-aside:after,.articleSessionDiagnostics .close-btn-centered ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-toast .articleSessionDiagnostics .close-btn-centered ._account_api .liveDashboard .list-results thead .toast.plus:after,._account_api .liveDashboard .list-results thead .articleSessionDiagnostics .close-btn-centered .icon:after,._account_api .liveDashboard .list-results thead .articleSessionDiagnostics .close-btn-centered .w-dialog.plus .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .articleSessionDiagnostics .close-btn-centered .dialog-aside:after,._account_api .liveDashboard .list-results thead .articleSessionDiagnostics .close-btn-centered .w-toast .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .articleSessionDiagnostics .close-btn-centered .toast.plus:after,.articleSessionDiagnostics .close-btn-centered .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .articleSessionDiagnostics .close-btn-centered .dropdown-toggle:after,.articleSessionDiagnostics .close-btn-centered ._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .articleSessionDiagnostics .close-btn-centered .dropdown-toggle:after,.articleSessionDiagnostics .close-btn-centered .liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .dropdown-toggle:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .articleSessionDiagnostics .close-btn-centered .dropdown-toggle:after,.articleSessionDiagnostics .close-btn-centered .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .articleSessionDiagnostics .close-btn-centered .dropdown-toggle:after,.articleSessionDiagnostics .close-btn-centered .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .articleSessionDiagnostics .close-btn-centered .filter:after,.articleSessionDiagnostics .close-btn-centered ._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .articleSessionDiagnostics .close-btn-centered .filter:after,.articleSessionDiagnostics .close-btn-centered .liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .filter:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .articleSessionDiagnostics .close-btn-centered .filter:after,.articleSessionDiagnostics .close-btn-centered .w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .filter:after,.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .articleSessionDiagnostics .close-btn-centered .filter:after,.articleSessionDiagnostics .close-btn-centered .liveDashboard ._account_api .list-results thead .form-label.status span:after,.articleSessionDiagnostics .close-btn-centered .liveDashboard ._account_api .list-results thead .status.status-log span:after,.articleSessionDiagnostics .close-btn-centered .liveDashboard ._account_api .list-results thead .status.status-report-item span:after,.articleSessionDiagnostics .close-btn-centered .liveDashboard ._account_api .list-results thead .double-list dd.status span:after,.double-list .articleSessionDiagnostics .close-btn-centered .liveDashboard ._account_api .list-results thead dd.status span:after,.articleSessionDiagnostics .close-btn-centered .liveDashboard ._account_api .list-results thead .double-list dt.status span:after,.double-list .articleSessionDiagnostics .close-btn-centered .liveDashboard ._account_api .list-results thead dt.status span:after,.articleSessionDiagnostics .close-btn-centered .liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span:after,.w-cards-container .w-card .articleSessionDiagnostics .close-btn-centered .liveDashboard ._account_api .list-results thead .status.title span:after,.articleSessionDiagnostics .close-btn-centered .liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:after,.w-cards-container .w-card.centered .w-value .articleSessionDiagnostics .close-btn-centered .liveDashboard ._account_api .list-results thead .status.label span:after,.liveDashboard ._account_api .list-results thead .form-label.status .articleSessionDiagnostics .close-btn-centered span:after,.liveDashboard ._account_api .list-results thead .status.status-log .articleSessionDiagnostics .close-btn-centered span:after,.liveDashboard ._account_api .list-results thead .status.status-report-item .articleSessionDiagnostics .close-btn-centered span:after,.liveDashboard ._account_api .list-results thead .double-list dd.status .articleSessionDiagnostics .close-btn-centered span:after,.double-list .liveDashboard ._account_api .list-results thead dd.status .articleSessionDiagnostics .close-btn-centered span:after,.liveDashboard ._account_api .list-results thead .double-list dt.status .articleSessionDiagnostics .close-btn-centered span:after,.double-list .liveDashboard ._account_api .list-results thead dt.status .articleSessionDiagnostics .close-btn-centered span:after,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title .articleSessionDiagnostics .close-btn-centered span:after,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title .articleSessionDiagnostics .close-btn-centered span:after,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .articleSessionDiagnostics .close-btn-centered span:after,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label .articleSessionDiagnostics .close-btn-centered span:after,.articleSessionDiagnostics .close-btn-centered ._account_api .liveDashboard .list-results thead .form-label.status span:after,.articleSessionDiagnostics .close-btn-centered ._account_api .liveDashboard .list-results thead .status.status-log span:after,.articleSessionDiagnostics .close-btn-centered ._account_api .liveDashboard .list-results thead .status.status-report-item span:after,.articleSessionDiagnostics .close-btn-centered ._account_api .liveDashboard .list-results thead .double-list dd.status span:after,.double-list .articleSessionDiagnostics .close-btn-centered ._account_api .liveDashboard .list-results thead dd.status span:after,.articleSessionDiagnostics .close-btn-centered ._account_api .liveDashboard .list-results thead .double-list dt.status span:after,.double-list .articleSessionDiagnostics .close-btn-centered ._account_api .liveDashboard .list-results thead dt.status span:after,.articleSessionDiagnostics .close-btn-centered ._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span:after,.w-cards-container .w-card .articleSessionDiagnostics .close-btn-centered ._account_api .liveDashboard .list-results thead .status.title span:after,.articleSessionDiagnostics .close-btn-centered ._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:after,.w-cards-container .w-card.centered .w-value .articleSessionDiagnostics .close-btn-centered ._account_api .liveDashboard .list-results thead .status.label span:after,._account_api .liveDashboard .list-results thead .form-label.status .articleSessionDiagnostics .close-btn-centered span:after,._account_api .liveDashboard .list-results thead .status.status-log .articleSessionDiagnostics .close-btn-centered span:after,._account_api .liveDashboard .list-results thead .status.status-report-item .articleSessionDiagnostics .close-btn-centered span:after,._account_api .liveDashboard .list-results thead .double-list dd.status .articleSessionDiagnostics .close-btn-centered span:after,.double-list ._account_api .liveDashboard .list-results thead dd.status .articleSessionDiagnostics .close-btn-centered span:after,._account_api .liveDashboard .list-results thead .double-list dt.status .articleSessionDiagnostics .close-btn-centered span:after,.double-list ._account_api .liveDashboard .list-results thead dt.status .articleSessionDiagnostics .close-btn-centered span:after,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title .articleSessionDiagnostics .close-btn-centered span:after,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title .articleSessionDiagnostics .close-btn-centered span:after,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .articleSessionDiagnostics .close-btn-centered span:after,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label .articleSessionDiagnostics .close-btn-centered span:after,.articleSessionDiagnostics .close-btn-centered .liveDashboard .form-label.status ._account_api .list-results thead span:after,.articleSessionDiagnostics .close-btn-centered .liveDashboard .status.status-log ._account_api .list-results thead span:after,.articleSessionDiagnostics .close-btn-centered .liveDashboard .status.status-report-item ._account_api .list-results thead span:after,.articleSessionDiagnostics .close-btn-centered .liveDashboard .double-list dd.status ._account_api .list-results thead span:after,.double-list .articleSessionDiagnostics .close-btn-centered .liveDashboard dd.status ._account_api .list-results thead span:after,.articleSessionDiagnostics .close-btn-centered .liveDashboard .double-list dt.status ._account_api .list-results thead span:after,.double-list .articleSessionDiagnostics .close-btn-centered .liveDashboard dt.status ._account_api .list-results thead span:after,.articleSessionDiagnostics .close-btn-centered .liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span:after,.w-cards-container .w-card .articleSessionDiagnostics .close-btn-centered .liveDashboard .status.title ._account_api .list-results thead span:after,.articleSessionDiagnostics .close-btn-centered .liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span:after,.w-cards-container .w-card.centered .w-value .articleSessionDiagnostics .close-btn-centered .liveDashboard .status.label ._account_api .list-results thead span:after,.liveDashboard .form-label.status ._account_api .list-results thead .articleSessionDiagnostics .close-btn-centered span:after,.liveDashboard .status.status-log ._account_api .list-results thead .articleSessionDiagnostics .close-btn-centered span:after,.liveDashboard .status.status-report-item ._account_api .list-results thead .articleSessionDiagnostics .close-btn-centered span:after,.liveDashboard .double-list dd.status ._account_api .list-results thead .articleSessionDiagnostics .close-btn-centered span:after,.double-list .liveDashboard dd.status ._account_api .list-results thead .articleSessionDiagnostics .close-btn-centered span:after,.liveDashboard .double-list dt.status ._account_api .list-results thead .articleSessionDiagnostics .close-btn-centered span:after,.double-list .liveDashboard dt.status ._account_api .list-results thead .articleSessionDiagnostics .close-btn-centered span:after,.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead .articleSessionDiagnostics .close-btn-centered span:after,.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead .articleSessionDiagnostics .close-btn-centered span:after,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead .articleSessionDiagnostics .close-btn-centered span:after,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead .articleSessionDiagnostics .close-btn-centered span:after,.articleSessionDiagnostics .close-btn-centered .form-label.status ._account_api .liveDashboard .list-results thead span:after,.articleSessionDiagnostics .close-btn-centered .status.status-log ._account_api .liveDashboard .list-results thead span:after,.articleSessionDiagnostics .close-btn-centered .status.status-report-item ._account_api .liveDashboard .list-results thead span:after,.articleSessionDiagnostics .close-btn-centered .double-list dd.status ._account_api .liveDashboard .list-results thead span:after,.double-list .articleSessionDiagnostics .close-btn-centered dd.status ._account_api .liveDashboard .list-results thead span:after,.articleSessionDiagnostics .close-btn-centered .double-list dt.status ._account_api .liveDashboard .list-results thead span:after,.double-list .articleSessionDiagnostics .close-btn-centered dt.status ._account_api .liveDashboard .list-results thead span:after,.articleSessionDiagnostics .close-btn-centered .w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead span:after,.w-cards-container .w-card .articleSessionDiagnostics .close-btn-centered .status.title ._account_api .liveDashboard .list-results thead span:after,.articleSessionDiagnostics .close-btn-centered .w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead span:after,.w-cards-container .w-card.centered .w-value .articleSessionDiagnostics .close-btn-centered .status.label ._account_api .liveDashboard .list-results thead span:after,.form-label.status ._account_api .liveDashboard .list-results thead .articleSessionDiagnostics .close-btn-centered span:after,.status.status-log ._account_api .liveDashboard .list-results thead .articleSessionDiagnostics .close-btn-centered span:after,.status.status-report-item ._account_api .liveDashboard .list-results thead .articleSessionDiagnostics .close-btn-centered span:after,.double-list dd.status ._account_api .liveDashboard .list-results thead .articleSessionDiagnostics .close-btn-centered span:after,.double-list dt.status ._account_api .liveDashboard .list-results thead .articleSessionDiagnostics .close-btn-centered span:after,.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead .articleSessionDiagnostics .close-btn-centered span:after,.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead .articleSessionDiagnostics .close-btn-centered span:after,.articleSessionDiagnostics .close-btn-centered .liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span:after,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small .articleSessionDiagnostics .close-btn-centered span:after,.articleSessionDiagnostics .close-btn-centered ._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span:after,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small .articleSessionDiagnostics .close-btn-centered span:after,.articleSessionDiagnostics .close-btn-centered .liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span:after,.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead .articleSessionDiagnostics .close-btn-centered span:after,.articleSessionDiagnostics .close-btn-centered .w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead span:after,.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead .articleSessionDiagnostics .close-btn-centered span:after,.articleSessionDiagnostics .close-btn-centered .liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span:after,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s .articleSessionDiagnostics .close-btn-centered span:after,.articleSessionDiagnostics .close-btn-centered ._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span:after,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .articleSessionDiagnostics .close-btn-centered span:after,.articleSessionDiagnostics .close-btn-centered .liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span:after,.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead .articleSessionDiagnostics .close-btn-centered span:after,.articleSessionDiagnostics .close-btn-centered .w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead span:after,.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead .articleSessionDiagnostics .close-btn-centered span:after,.articleSessionDiagnostics .close-btn-centered .liveDashboard ._account_api .list-results thead .sub-header .w-form label:after,.articleSessionDiagnostics .close-btn-centered .liveDashboard ._account_api .list-results thead .sub-header .w-double-list label:after,.liveDashboard ._account_api .list-results thead .sub-header .w-form .articleSessionDiagnostics .close-btn-centered label:after,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list .articleSessionDiagnostics .close-btn-centered label:after,.articleSessionDiagnostics .close-btn-centered ._account_api .liveDashboard .list-results thead .sub-header .w-form label:after,.articleSessionDiagnostics .close-btn-centered ._account_api .liveDashboard .list-results thead .sub-header .w-double-list label:after,._account_api .liveDashboard .list-results thead .sub-header .w-form .articleSessionDiagnostics .close-btn-centered label:after,._account_api .liveDashboard .list-results thead .sub-header .w-double-list .articleSessionDiagnostics .close-btn-centered label:after,.articleSessionDiagnostics .close-btn-centered .liveDashboard .sub-header .w-form ._account_api .list-results thead label:after,.articleSessionDiagnostics .close-btn-centered .liveDashboard .sub-header .w-double-list ._account_api .list-results thead label:after,.liveDashboard .sub-header .w-form ._account_api .list-results thead .articleSessionDiagnostics .close-btn-centered label:after,.liveDashboard .sub-header .w-double-list ._account_api .list-results thead .articleSessionDiagnostics .close-btn-centered label:after,.articleSessionDiagnostics .close-btn-centered .sub-header .w-form ._account_api .liveDashboard .list-results thead label:after,.articleSessionDiagnostics .close-btn-centered .sub-header .w-double-list ._account_api .liveDashboard .list-results thead label:after,.sub-header .w-form ._account_api .liveDashboard .list-results thead .articleSessionDiagnostics .close-btn-centered label:after,.sub-header .w-double-list ._account_api .liveDashboard .list-results thead .articleSessionDiagnostics .close-btn-centered label:after,.articleSessionDiagnostics .close-btn-centered .liveDashboard ._account_api .list-results thead .block-filters button:after,.liveDashboard ._account_api .list-results thead .block-filters .articleSessionDiagnostics .close-btn-centered button:after,.articleSessionDiagnostics .close-btn-centered ._account_api .liveDashboard .list-results thead .block-filters button:after,._account_api .liveDashboard .list-results thead .block-filters .articleSessionDiagnostics .close-btn-centered button:after,.articleSessionDiagnostics .close-btn-centered .liveDashboard .block-filters ._account_api .list-results thead button:after,.liveDashboard .block-filters ._account_api .list-results thead .articleSessionDiagnostics .close-btn-centered button:after,.articleSessionDiagnostics .close-btn-centered .block-filters ._account_api .liveDashboard .list-results thead button:after,.block-filters ._account_api .liveDashboard .list-results thead .articleSessionDiagnostics .close-btn-centered button:after,.articleSessionDiagnostics .close-btn-centered .liveDashboard ._account_api .list-results thead .block-filters select:after,.liveDashboard ._account_api .list-results thead .block-filters .articleSessionDiagnostics .close-btn-centered select:after,.articleSessionDiagnostics .close-btn-centered ._account_api .liveDashboard .list-results thead .block-filters select:after,._account_api .liveDashboard .list-results thead .block-filters .articleSessionDiagnostics .close-btn-centered select:after,.articleSessionDiagnostics .close-btn-centered .liveDashboard .block-filters ._account_api .list-results thead select:after,.liveDashboard .block-filters ._account_api .list-results thead .articleSessionDiagnostics .close-btn-centered select:after,.articleSessionDiagnostics .close-btn-centered .block-filters ._account_api .liveDashboard .list-results thead select:after,.block-filters ._account_api .liveDashboard .list-results thead .articleSessionDiagnostics .close-btn-centered select:after,.articleSessionDiagnostics .close-btn-centered .liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:after,.liveDashboard ._account_api .list-results thead .form-auto-list .articleSessionDiagnostics .close-btn-centered .form-auto-item.is-user-is-inactive:after,.articleSessionDiagnostics .close-btn-centered ._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:after,._account_api .liveDashboard .list-results thead .form-auto-list .articleSessionDiagnostics .close-btn-centered .form-auto-item.is-user-is-inactive:after,.articleSessionDiagnostics .close-btn-centered .liveDashboard .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-inactive:after,.liveDashboard .form-auto-list ._account_api .list-results thead .articleSessionDiagnostics .close-btn-centered .form-auto-item.is-user-is-inactive:after,.articleSessionDiagnostics .close-btn-centered .form-auto-list ._account_api .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive:after,.form-auto-list ._account_api .liveDashboard .list-results thead .articleSessionDiagnostics .close-btn-centered .form-auto-item.is-user-is-inactive:after,.articleSessionDiagnostics .close-btn-centered .liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active:after,.liveDashboard ._account_api .list-results thead .form-auto-list .articleSessionDiagnostics .close-btn-centered .form-auto-item.is-user-is-active:after,.articleSessionDiagnostics .close-btn-centered ._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active:after,._account_api .liveDashboard .list-results thead .form-auto-list .articleSessionDiagnostics .close-btn-centered .form-auto-item.is-user-is-active:after,.articleSessionDiagnostics .close-btn-centered .liveDashboard .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-active:after,.liveDashboard .form-auto-list ._account_api .list-results thead .articleSessionDiagnostics .close-btn-centered .form-auto-item.is-user-is-active:after,.articleSessionDiagnostics .close-btn-centered .form-auto-list ._account_api .liveDashboard .list-results thead .form-auto-item.is-user-is-active:after,.form-auto-list ._account_api .liveDashboard .list-results thead .articleSessionDiagnostics .close-btn-centered .form-auto-item.is-user-is-active:after,.articleSessionDiagnostics .close-btn-centered .liveDashboard ._account_api .list-results thead .list-results-header .status.title span:after,.liveDashboard ._account_api .list-results thead .list-results-header .status.title .articleSessionDiagnostics .close-btn-centered span:after,.articleSessionDiagnostics .close-btn-centered ._account_api .liveDashboard .list-results thead .list-results-header .status.title span:after,._account_api .liveDashboard .list-results thead .list-results-header .status.title .articleSessionDiagnostics .close-btn-centered span:after,.articleSessionDiagnostics .close-btn-centered .liveDashboard .list-results-header .status.title ._account_api .list-results thead span:after,.liveDashboard .list-results-header .status.title ._account_api .list-results thead .articleSessionDiagnostics .close-btn-centered span:after,.articleSessionDiagnostics .close-btn-centered .list-results-header .status.title ._account_api .liveDashboard .list-results thead span:after,.list-results-header .status.title ._account_api .liveDashboard .list-results thead .articleSessionDiagnostics .close-btn-centered span:after,.articleSessionDiagnostics .close-btn-centered .liveDashboard ._account_api .list-results thead tr span:after,.liveDashboard ._account_api .list-results thead tr .articleSessionDiagnostics .close-btn-centered span:after,.articleSessionDiagnostics .close-btn-centered ._account_api .liveDashboard .list-results thead tr span:after,._account_api .liveDashboard .list-results thead tr .articleSessionDiagnostics .close-btn-centered span:after,.articleSessionDiagnostics .close-btn-centered ._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .dropdown-toggle:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .articleSessionDiagnostics .close-btn-centered .dropdown-toggle:after,.articleSessionDiagnostics .close-btn-centered .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .articleSessionDiagnostics .close-btn-centered .dropdown-toggle:after,.articleSessionDiagnostics .close-btn-centered ._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .filter:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .articleSessionDiagnostics .close-btn-centered .filter:after,.articleSessionDiagnostics .close-btn-centered .w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .filter:after,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .articleSessionDiagnostics .close-btn-centered .filter:after,.articleSessionDiagnostics .close-btn-centered ._account_api .form-label.status .liveDashboard .list-results thead span:after,.articleSessionDiagnostics .close-btn-centered ._account_api .status.status-log .liveDashboard .list-results thead span:after,.articleSessionDiagnostics .close-btn-centered ._account_api .status.status-report-item .liveDashboard .list-results thead span:after,.articleSessionDiagnostics .close-btn-centered ._account_api .double-list dd.status .liveDashboard .list-results thead span:after,.double-list .articleSessionDiagnostics .close-btn-centered ._account_api dd.status .liveDashboard .list-results thead span:after,.articleSessionDiagnostics .close-btn-centered ._account_api .double-list dt.status .liveDashboard .list-results thead span:after,.double-list .articleSessionDiagnostics .close-btn-centered ._account_api dt.status .liveDashboard .list-results thead span:after,.articleSessionDiagnostics .close-btn-centered ._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span:after,.w-cards-container .w-card .articleSessionDiagnostics .close-btn-centered ._account_api .status.title .liveDashboard .list-results thead span:after,.articleSessionDiagnostics .close-btn-centered ._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span:after,.w-cards-container .w-card.centered .w-value .articleSessionDiagnostics .close-btn-centered ._account_api .status.label .liveDashboard .list-results thead span:after,._account_api .form-label.status .liveDashboard .list-results thead .articleSessionDiagnostics .close-btn-centered span:after,._account_api .status.status-log .liveDashboard .list-results thead .articleSessionDiagnostics .close-btn-centered span:after,._account_api .status.status-report-item .liveDashboard .list-results thead .articleSessionDiagnostics .close-btn-centered span:after,._account_api .double-list dd.status .liveDashboard .list-results thead .articleSessionDiagnostics .close-btn-centered span:after,.double-list ._account_api dd.status .liveDashboard .list-results thead .articleSessionDiagnostics .close-btn-centered span:after,._account_api .double-list dt.status .liveDashboard .list-results thead .articleSessionDiagnostics .close-btn-centered span:after,.double-list ._account_api dt.status .liveDashboard .list-results thead .articleSessionDiagnostics .close-btn-centered span:after,._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead .articleSessionDiagnostics .close-btn-centered span:after,.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead .articleSessionDiagnostics .close-btn-centered span:after,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead .articleSessionDiagnostics .close-btn-centered span:after,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead .articleSessionDiagnostics .close-btn-centered span:after,.articleSessionDiagnostics .close-btn-centered .form-label.status .liveDashboard ._account_api .list-results thead span:after,.articleSessionDiagnostics .close-btn-centered .status.status-log .liveDashboard ._account_api .list-results thead span:after,.articleSessionDiagnostics .close-btn-centered .status.status-report-item .liveDashboard ._account_api .list-results thead span:after,.articleSessionDiagnostics .close-btn-centered .double-list dd.status .liveDashboard ._account_api .list-results thead span:after,.double-list .articleSessionDiagnostics .close-btn-centered dd.status .liveDashboard ._account_api .list-results thead span:after,.articleSessionDiagnostics .close-btn-centered .double-list dt.status .liveDashboard ._account_api .list-results thead span:after,.double-list .articleSessionDiagnostics .close-btn-centered dt.status .liveDashboard ._account_api .list-results thead span:after,.articleSessionDiagnostics .close-btn-centered .w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead span:after,.w-cards-container .w-card .articleSessionDiagnostics .close-btn-centered .status.title .liveDashboard ._account_api .list-results thead span:after,.articleSessionDiagnostics .close-btn-centered .w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead span:after,.w-cards-container .w-card.centered .w-value .articleSessionDiagnostics .close-btn-centered .status.label .liveDashboard ._account_api .list-results thead span:after,.form-label.status .liveDashboard ._account_api .list-results thead .articleSessionDiagnostics .close-btn-centered span:after,.status.status-log .liveDashboard ._account_api .list-results thead .articleSessionDiagnostics .close-btn-centered span:after,.status.status-report-item .liveDashboard ._account_api .list-results thead .articleSessionDiagnostics .close-btn-centered span:after,.double-list dd.status .liveDashboard ._account_api .list-results thead .articleSessionDiagnostics .close-btn-centered span:after,.double-list dt.status .liveDashboard ._account_api .list-results thead .articleSessionDiagnostics .close-btn-centered span:after,.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead .articleSessionDiagnostics .close-btn-centered span:after,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead .articleSessionDiagnostics .close-btn-centered span:after,.articleSessionDiagnostics .close-btn-centered ._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span:after,._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead .articleSessionDiagnostics .close-btn-centered span:after,.articleSessionDiagnostics .close-btn-centered .w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead span:after,.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead .articleSessionDiagnostics .close-btn-centered span:after,.articleSessionDiagnostics .close-btn-centered ._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span:after,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead .articleSessionDiagnostics .close-btn-centered span:after,.articleSessionDiagnostics .close-btn-centered .w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead span:after,.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead .articleSessionDiagnostics .close-btn-centered span:after,.articleSessionDiagnostics .close-btn-centered ._account_api .sub-header .w-form .liveDashboard .list-results thead label:after,.articleSessionDiagnostics .close-btn-centered ._account_api .sub-header .w-double-list .liveDashboard .list-results thead label:after,._account_api .sub-header .w-form .liveDashboard .list-results thead .articleSessionDiagnostics .close-btn-centered label:after,._account_api .sub-header .w-double-list .liveDashboard .list-results thead .articleSessionDiagnostics .close-btn-centered label:after,.articleSessionDiagnostics .close-btn-centered .sub-header .w-form .liveDashboard ._account_api .list-results thead label:after,.articleSessionDiagnostics .close-btn-centered .sub-header .w-double-list .liveDashboard ._account_api .list-results thead label:after,.sub-header .w-form .liveDashboard ._account_api .list-results thead .articleSessionDiagnostics .close-btn-centered label:after,.sub-header .w-double-list .liveDashboard ._account_api .list-results thead .articleSessionDiagnostics .close-btn-centered label:after,.articleSessionDiagnostics .close-btn-centered ._account_api .block-filters .liveDashboard .list-results thead button:after,._account_api .block-filters .liveDashboard .list-results thead .articleSessionDiagnostics .close-btn-centered button:after,.articleSessionDiagnostics .close-btn-centered .block-filters .liveDashboard ._account_api .list-results thead button:after,.block-filters .liveDashboard ._account_api .list-results thead .articleSessionDiagnostics .close-btn-centered button:after,.articleSessionDiagnostics .close-btn-centered ._account_api .block-filters .liveDashboard .list-results thead select:after,._account_api .block-filters .liveDashboard .list-results thead .articleSessionDiagnostics .close-btn-centered select:after,.articleSessionDiagnostics .close-btn-centered .block-filters .liveDashboard ._account_api .list-results thead select:after,.block-filters .liveDashboard ._account_api .list-results thead .articleSessionDiagnostics .close-btn-centered select:after,.articleSessionDiagnostics .close-btn-centered ._account_api .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive:after,._account_api .form-auto-list .liveDashboard .list-results thead .articleSessionDiagnostics .close-btn-centered .form-auto-item.is-user-is-inactive:after,.articleSessionDiagnostics .close-btn-centered .form-auto-list .liveDashboard ._account_api .list-results thead .form-auto-item.is-user-is-inactive:after,.form-auto-list .liveDashboard ._account_api .list-results thead .articleSessionDiagnostics .close-btn-centered .form-auto-item.is-user-is-inactive:after,.articleSessionDiagnostics .close-btn-centered ._account_api .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-active:after,._account_api .form-auto-list .liveDashboard .list-results thead .articleSessionDiagnostics .close-btn-centered .form-auto-item.is-user-is-active:after,.articleSessionDiagnostics .close-btn-centered .form-auto-list .liveDashboard ._account_api .list-results thead .form-auto-item.is-user-is-active:after,.form-auto-list .liveDashboard ._account_api .list-results thead .articleSessionDiagnostics .close-btn-centered .form-auto-item.is-user-is-active:after,.articleSessionDiagnostics .close-btn-centered ._account_api .list-results-header .status.title .liveDashboard .list-results thead span:after,._account_api .list-results-header .status.title .liveDashboard .list-results thead .articleSessionDiagnostics .close-btn-centered span:after,.articleSessionDiagnostics .close-btn-centered .list-results-header .status.title .liveDashboard ._account_api .list-results thead span:after,.list-results-header .status.title .liveDashboard ._account_api .list-results thead .articleSessionDiagnostics .close-btn-centered span:after,.articleSessionDiagnostics .close-btn-centered .list-results tbody td.is-pending span:after,.list-results tbody td.is-pending .articleSessionDiagnostics .close-btn-centered span:after,.articleSessionDiagnostics .close-btn-centered .liveDashboard .list-results thead tbody td.is-pending span:after,.liveDashboard .list-results thead tbody td.is-pending .articleSessionDiagnostics .close-btn-centered span:after,.articleSessionDiagnostics .close-btn-centered .liveDashboard .list-results tbody td.is-pending thead span:after,.liveDashboard .list-results tbody td.is-pending thead .articleSessionDiagnostics .close-btn-centered span:after,.articleSessionDiagnostics .close-btn-centered ._account_api .list-results thead tbody td.is-pending span:after,._account_api .list-results thead tbody td.is-pending .articleSessionDiagnostics .close-btn-centered span:after,.articleSessionDiagnostics .close-btn-centered ._account_api .list-results tbody td.is-pending thead span:after,._account_api .list-results tbody td.is-pending thead .articleSessionDiagnostics .close-btn-centered span:after,.articleSessionDiagnostics .close-btn-centered .liveDashboard ._account_api .list-results thead tbody td.is-pending span:after,.liveDashboard ._account_api .list-results thead tbody td.is-pending .articleSessionDiagnostics .close-btn-centered span:after,.articleSessionDiagnostics .close-btn-centered .liveDashboard ._account_api .list-results tbody td.is-pending thead span:after,.liveDashboard ._account_api .list-results tbody td.is-pending thead .articleSessionDiagnostics .close-btn-centered span:after,.articleSessionDiagnostics .close-btn-centered ._account_api .liveDashboard .list-results thead tbody td.is-pending span:after,._account_api .liveDashboard .list-results thead tbody td.is-pending .articleSessionDiagnostics .close-btn-centered span:after,.articleSessionDiagnostics .close-btn-centered ._account_api .liveDashboard .list-results tbody td.is-pending thead span:after,._account_api .liveDashboard .list-results tbody td.is-pending thead .articleSessionDiagnostics .close-btn-centered span:after,.articleSessionDiagnostics .close-btn-centered .list-results tbody td.is-running span:after,.list-results tbody td.is-running .articleSessionDiagnostics .close-btn-centered span:after,.articleSessionDiagnostics .close-btn-centered .liveDashboard .list-results thead tbody td.is-running span:after,.liveDashboard .list-results thead tbody td.is-running .articleSessionDiagnostics .close-btn-centered span:after,.articleSessionDiagnostics .close-btn-centered .liveDashboard .list-results tbody td.is-running thead span:after,.liveDashboard .list-results tbody td.is-running thead .articleSessionDiagnostics .close-btn-centered span:after,.articleSessionDiagnostics .close-btn-centered ._account_api .list-results thead tbody td.is-running span:after,._account_api .list-results thead tbody td.is-running .articleSessionDiagnostics .close-btn-centered span:after,.articleSessionDiagnostics .close-btn-centered ._account_api .list-results tbody td.is-running thead span:after,._account_api .list-results tbody td.is-running thead .articleSessionDiagnostics .close-btn-centered span:after,.articleSessionDiagnostics .close-btn-centered .liveDashboard ._account_api .list-results thead tbody td.is-running span:after,.liveDashboard ._account_api .list-results thead tbody td.is-running .articleSessionDiagnostics .close-btn-centered span:after,.articleSessionDiagnostics .close-btn-centered .liveDashboard ._account_api .list-results tbody td.is-running thead span:after,.liveDashboard ._account_api .list-results tbody td.is-running thead .articleSessionDiagnostics .close-btn-centered span:after,.articleSessionDiagnostics .close-btn-centered ._account_api .liveDashboard .list-results thead tbody td.is-running span:after,._account_api .liveDashboard .list-results thead tbody td.is-running .articleSessionDiagnostics .close-btn-centered span:after,.articleSessionDiagnostics .close-btn-centered ._account_api .liveDashboard .list-results tbody td.is-running thead span:after,._account_api .liveDashboard .list-results tbody td.is-running thead .articleSessionDiagnostics .close-btn-centered span:after,.articleSessionDiagnostics .close-btn-centered .list-results tbody span.status:after,.list-results tbody .articleSessionDiagnostics .close-btn-centered span.status:after,.articleSessionDiagnostics .close-btn-centered .liveDashboard .list-results thead tbody span.status:after,.liveDashboard .list-results thead tbody .articleSessionDiagnostics .close-btn-centered span.status:after,.articleSessionDiagnostics .close-btn-centered .liveDashboard .list-results tbody thead span.status:after,.liveDashboard .list-results tbody thead .articleSessionDiagnostics .close-btn-centered span.status:after,.articleSessionDiagnostics .close-btn-centered ._account_api .list-results thead tbody span.status:after,._account_api .list-results thead tbody .articleSessionDiagnostics .close-btn-centered span.status:after,.articleSessionDiagnostics .close-btn-centered ._account_api .list-results tbody thead span.status:after,._account_api .list-results tbody thead .articleSessionDiagnostics .close-btn-centered span.status:after,.articleSessionDiagnostics .close-btn-centered .liveDashboard ._account_api .list-results thead tbody span.status:after,.liveDashboard ._account_api .list-results thead tbody .articleSessionDiagnostics .close-btn-centered span.status:after,.articleSessionDiagnostics .close-btn-centered .liveDashboard ._account_api .list-results tbody thead span.status:after,.liveDashboard ._account_api .list-results tbody thead .articleSessionDiagnostics .close-btn-centered span.status:after,.articleSessionDiagnostics .close-btn-centered ._account_api .liveDashboard .list-results thead tbody span.status:after,._account_api .liveDashboard .list-results thead tbody .articleSessionDiagnostics .close-btn-centered span.status:after,.articleSessionDiagnostics .close-btn-centered ._account_api .liveDashboard .list-results tbody thead span.status:after,._account_api .liveDashboard .list-results tbody thead .articleSessionDiagnostics .close-btn-centered span.status:after,.articleSessionDiagnostics .close-btn-centered .toggleWrapper input.mobileToggle+label:after,.toggleWrapper .articleSessionDiagnostics .close-btn-centered input.mobileToggle+label:after,.articleSessionDiagnostics .close-btn-centered .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label:after,.liveDashboard .list-results thead .toggleWrapper .articleSessionDiagnostics .close-btn-centered input.mobileToggle+label:after,.articleSessionDiagnostics .close-btn-centered .toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label:after,.toggleWrapper .liveDashboard .list-results thead .articleSessionDiagnostics .close-btn-centered input.mobileToggle+label:after,.articleSessionDiagnostics .close-btn-centered ._account_api .list-results thead .toggleWrapper input.mobileToggle+label:after,._account_api .list-results thead .toggleWrapper .articleSessionDiagnostics .close-btn-centered input.mobileToggle+label:after,.articleSessionDiagnostics .close-btn-centered .toggleWrapper ._account_api .list-results thead input.mobileToggle+label:after,.toggleWrapper ._account_api .list-results thead .articleSessionDiagnostics .close-btn-centered input.mobileToggle+label:after,.articleSessionDiagnostics .close-btn-centered .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label:after,.liveDashboard ._account_api .list-results thead .toggleWrapper .articleSessionDiagnostics .close-btn-centered input.mobileToggle+label:after,.articleSessionDiagnostics .close-btn-centered .toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label:after,.toggleWrapper .liveDashboard ._account_api .list-results thead .articleSessionDiagnostics .close-btn-centered input.mobileToggle+label:after,.articleSessionDiagnostics .close-btn-centered ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label:after,._account_api .liveDashboard .list-results thead .toggleWrapper .articleSessionDiagnostics .close-btn-centered input.mobileToggle+label:after,.articleSessionDiagnostics .close-btn-centered .toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label:after,.toggleWrapper ._account_api .liveDashboard .list-results thead .articleSessionDiagnostics .close-btn-centered input.mobileToggle+label:after,.articleSessionDiagnostics .close-btn-centered .list-results tbody tr.sublist .status.title span:after,.list-results tbody tr.sublist .status.title .articleSessionDiagnostics .close-btn-centered span:after,.articleSessionDiagnostics .close-btn-centered .liveDashboard .list-results thead tbody tr.sublist .status.title span:after,.liveDashboard .list-results thead tbody tr.sublist .status.title .articleSessionDiagnostics .close-btn-centered span:after,.articleSessionDiagnostics .close-btn-centered .liveDashboard .list-results tbody tr.sublist thead .status.title span:after,.liveDashboard .list-results tbody tr.sublist thead .status.title .articleSessionDiagnostics .close-btn-centered span:after,.articleSessionDiagnostics .close-btn-centered .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span:after,.list-results tbody tr.sublist .status.title .liveDashboard .list-results thead .articleSessionDiagnostics .close-btn-centered span:after,.articleSessionDiagnostics .close-btn-centered ._account_api .list-results thead tbody tr.sublist .status.title span:after,._account_api .list-results thead tbody tr.sublist .status.title .articleSessionDiagnostics .close-btn-centered span:after,.articleSessionDiagnostics .close-btn-centered ._account_api .list-results tbody tr.sublist thead .status.title span:after,._account_api .list-results tbody tr.sublist thead .status.title .articleSessionDiagnostics .close-btn-centered span:after,.articleSessionDiagnostics .close-btn-centered .list-results tbody tr.sublist .status.title ._account_api .list-results thead span:after,.list-results tbody tr.sublist .status.title ._account_api .list-results thead .articleSessionDiagnostics .close-btn-centered span:after,.articleSessionDiagnostics .close-btn-centered .liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span:after,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title .articleSessionDiagnostics .close-btn-centered span:after,.articleSessionDiagnostics .close-btn-centered .liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span:after,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title .articleSessionDiagnostics .close-btn-centered span:after,.articleSessionDiagnostics .close-btn-centered ._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span:after,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title .articleSessionDiagnostics .close-btn-centered span:after,.articleSessionDiagnostics .close-btn-centered ._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span:after,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title .articleSessionDiagnostics .close-btn-centered span:after,.articleSessionDiagnostics .close-btn-centered .liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span:after,.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead .articleSessionDiagnostics .close-btn-centered span:after,.articleSessionDiagnostics .close-btn-centered .list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead span:after,.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead .articleSessionDiagnostics .close-btn-centered span:after,.articleSessionDiagnostics .close-btn-centered .list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead span:after,.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead .articleSessionDiagnostics .close-btn-centered span:after,.articleSessionDiagnostics .close-btn-centered ._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span:after,._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead .articleSessionDiagnostics .close-btn-centered span:after,.articleSessionDiagnostics .close-btn-centered .list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead span:after,.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead .articleSessionDiagnostics .close-btn-centered span:after,.articleSessionDiagnostics .close-btn-centered .list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead span:after,.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead .articleSessionDiagnostics .close-btn-centered span:after{width:5rem !important;height:2rem !important}.articleSessionDiagnostics .w-tooltips-adv .tooltips-adv:before{left:410px !important;top:-0.8rem}.articleSessionDiagnostics .w-page-tab{border-bottom:1px solid rgba(63,63,63,.15);padding-left:2rem;margin-top:2rem;margin-bottom:3rem}.articleSessionDiagnostics .w-page-tab .page-tab{display:flex}.articleSessionDiagnostics .w-page-tab .large{color:#3f3f3f;border:0;padding:2rem 3rem;position:relative;border:0 !important;background:#fff;margin-right:.5rem}.articleSessionDiagnostics .w-page-tab .large:before{color:#3f3f3f;font-size:2.5rem}.articleSessionDiagnostics .w-page-tab .large:hover:before{color:#3f3f3f}.articleSessionDiagnostics .w-page-tab .large.i-stacked:before{font-size:3.5rem}.articleSessionDiagnostics .w-page-tab .large.active{color:#d4225d;background:#3f3f3f}.articleSessionDiagnostics .w-page-tab .large.active:before{color:#d4225d;text-shadow:rgba(212,34,93,.25) 1px 0 6px}.articleSessionDiagnostics .w-page-tab .large.active:after{content:"";text-shadow:rgba(212,34,93,.25) 1px 0 6px;background-color:#d4225d;width:100%;height:3px;position:absolute;bottom:-2px;margin-left:0;left:0;right:0;box-shadow:0px 0px 10px 0px rgba(212,34,93,.3)}.crux-report{z-index:-1;position:relative}.crux-report thead tr:first-child{height:6rem}.crux-report thead tr:last-child{height:auto}.crux-report thead tr:last-child th{height:2.25rem;padding:0;border-top:1px solid #d3d3d3}.crux-report thead tr:last-child th:first-child{border:none}.crux-report thead tr:last-child th div{display:grid;grid-template-columns:repeat(5, 1fr);position:relative}.crux-report thead tr:last-child th span{display:inline-block !important;min-height:auto;margin-right:1em;font-size:.85em}.crux-report thead th{border-left:1px solid #d3d3d3;text-align:center}.crux-report thead th:first-child{background-color:#dcdada}.crux-report thead th span{display:inline-block;min-height:auto;margin-right:1em;font-size:.85em}.crux-report tbody{background-color:#dcdada}.crux-report tbody tr{border-bottom:1px solid #d3d3d3;text-align:center;min-height:20rem}.crux-report tbody tr:hover{background:none}.crux-report tbody tr td{min-width:30rem;padding:0;border-left:1px solid #d3d3d3}.crux-report tbody tr td span{padding:1rem;box-sizing:border-box;font-size:1rem;border-top:1px solid #d3d3d3;border-left:1px solid #d3d3d3}.crux-report tbody tr td span span{padding:.1rem;border-top:0px;border-left:0px}.crux-report tbody tr td span.row-competitors{background-color:#fff;text-transform:uppercase}.crux-report tbody tr td>span{width:100%}.crux-report tbody tr td div{display:grid;grid-template-columns:repeat(5, 12rem);grid-template-rows:4rem min-content;position:relative}.crux-report tbody tr td:first-child{min-width:14rem;text-align:right}.crux-report tbody tr td:first-child div{grid-template-rows:repeat(5, 1fr);grid-template-columns:auto}.crux-report tbody tr td:first-child span{position:relative;min-height:18px;padding-right:1.5rem;border-top:0px;border-left:0px}.crux-report tbody tr td:first-child img{position:absolute;width:auto;max-height:15px;max-width:10rem;top:5px;right:14px}.crux-report tbody tr td.row-department{background-color:#e5edfe;height:5rem}.crux-report tbody tr td.row-portfolio{background-color:#dbe6fd;height:3rem}.crux-report tbody tr td.row-portfolio span{font-size:1rem;font-weight:700}.crux-report tbody tr td.row-department,.crux-report tbody tr td.row-portfolio{text-align:left;text-transform:uppercase}.crux-report tbody tr td .full-icon{width:auto}.crux-report tbody tr td .full-icon.i-G-SNACK,.crux-report tbody tr td .full-icon.i-G-SRG{background-size:auto 90% !important}.crux-report .core span:before,.crux-report .competitors span:before{position:relative;width:10px;height:10px;display:inline-block;border-radius:40px;margin-right:4px;top:1px}.crux-report .core span:nth-child(1){display:block;margin-bottom:.25rem}.crux-report .core span:nth-child(2):before{content:"";background-color:#1db094}.crux-report .core span:nth-child(3):before{content:"";background-color:#f59b00}.crux-report .core span:nth-child(4):before{content:"";background-color:red}.crux-report .competitors span:nth-child(1):before{content:"";background-color:#1db094}.crux-report .competitors span:nth-child(2):before{content:"";background-color:#f59b00}.crux-report .competitors span:nth-child(3):before{content:"";background-color:red}.crux-report .pass{color:#1db094}.crux-report .needs-improvement{color:#f59b00}.crux-report .poor{color:red}.crux-report .bg-pass{background-color:#e1f0c1}.crux-report .bg-needs-improvement{background-color:#ffdfa9}.crux-report .bg-poor{background-color:#ffb3b3}.articleRevenue .list-header .w-left{flex:2%;display:flex;flex-direction:column;align-items:flex-start}.articleRevenue .list-header .tooltip-tag-view{margin:1rem 0 0}.articleRevenue .list-header .tooltip-tag-view li{font-family:"Inter",sans-serif;font-optical-sizing:auto;font-style:normal;list-style:disc;margin-left:2rem;color:#a0a0a0;font-size:1.1rem}.articleRevenue .list-header .tooltip-tag-view .article-sv-bold{font-weight:700}.articleRevenue .w-page-tab{border-bottom:1px solid rgba(63,63,63,.15);padding-left:2rem;margin-top:2rem;margin-bottom:3rem}.articleRevenue .w-page-tab .page-tab{display:flex}.articleRevenue .w-page-tab .large{color:#3f3f3f;border:0;padding:2rem 3rem;position:relative;border:0 !important;background:#fff;margin-right:.5rem}.articleRevenue .w-page-tab .large:before{color:#3f3f3f;font-size:2.5rem}.articleRevenue .w-page-tab .large:hover:before{color:#3f3f3f}.articleRevenue .w-page-tab .large.i-stacked:before{font-size:3.5rem}.articleRevenue .w-page-tab .large.active{color:#d4225d;background:#3f3f3f}.articleRevenue .w-page-tab .large.active:before{color:#d4225d;text-shadow:rgba(212,34,93,.25) 1px 0 6px}.articleRevenue .w-page-tab .large.active:after{content:"";text-shadow:rgba(212,34,93,.25) 1px 0 6px;background-color:#d4225d;width:100%;height:3px;position:absolute;bottom:-2px;margin-left:0;left:0;right:0;box-shadow:0px 0px 10px 0px rgba(212,34,93,.3)}._video_performance .shared-list-header .list-results thead th{text-align:left}._video_performance .shared-list-header .list-results thead th:nth-of-type(n+3){text-align:right}._video_performance .shared-list-header .list-results thead th:nth-of-type(n+3) .list-sort-desc:after,._video_performance .shared-list-header .list-results thead th:nth-of-type(n+3) .list-sort-none:after{right:.5rem;bottom:-1rem !important;left:inherit;top:inherit}._video_performance .shared-list-header .list-results thead th:nth-of-type(n+3) .list-sort-asc:after{right:-5rem;bottom:-2rem !important;left:inherit;top:inherit}._video_performance .shared-list-header .list-results thead th .list-sort-desc:after,._video_performance .shared-list-header .list-results thead th .list-sort-none:after{bottom:-1rem;top:inherit !important}._video_performance .shared-list-header .list-results thead th .list-sort-asc:after{bottom:-2rem !important;top:inherit !important}._video_performance .shared-list-header .list-results thead tr{height:2rem}._video_performance .shared-list-header .list-results thead tr:first-of-type{height:4rem}._video_performance .shared-list-header .list-results thead tr.header-0 th:first-of-type{border-bottom:1px solid #d3d3d3 !important}._video_performance .shared-list-header .list-results thead tr.header-0 th:nth-of-type(4n+2){background-color:#e9eff2;border:0px solid #34d172;box-shadow:none;border-right:1px solid #d3d3d3;border-left:1px solid #d3d3d3;border-bottom:1px solid #d3d3d3}._video_performance .shared-list-header .list-results thead tr.header-0 th:nth-of-type(4n+2) span{color:#3f3f3f}._video_performance .shared-list-header .list-results thead tr.header-0 th:nth-of-type(4n+3){background-color:#eff2e9;border:0px solid #34d172;border-bottom:1px solid #d3d3d3;color:#3f3f3f;box-shadow:none}._video_performance .shared-list-header .list-results thead tr.header-1 th:first-of-type{border-right:1px solid #d3d3d3}._video_performance .shared-list-header .list-results thead tr.header-1 th:nth-of-type(3){border-right:1px solid #d3d3d3}._video_performance .shared-list-header .list-results td:first-of-type{border-right:1px solid #d3d3d3}._video_performance .shared-list-header .list-results td:nth-of-type(3){border-right:1px solid #d3d3d3}.login-stats tr.total{border-top:1px solid #3f3f3f}.content-form-radio input[type=radio]:checked+label,.content-form-radio input[type=radio]:not(:checked)+label{background:#e9eff2;border-radius:5px;padding:.4rem;padding-left:3.2rem;padding-right:.8rem;color:#374960;margin-top:4px;margin-left:0}.content-form-radio input[type=radio]:checked+label:before,.content-form-radio input[type=radio]:not(:checked)+label:before{left:5px;top:4px}.content-form-radio input[type=radio]:checked+label:after,.content-form-radio input[type=radio]:not(:checked)+label:after{top:1rem;left:1.1rem}.containerTopPerformingArticles .section-title{font-size:1.7rem}.containerTopPerformingArticles .section-title:has(+.section-legend){margin-bottom:1rem}.containerTopPerformingArticles .i-star-full{color:gold}.containerTopPerformingArticles .info-results{background:#ececec}.containerTopPerformingArticles .list-results thead th{text-align:left;padding:0 1rem}.containerTopPerformingArticles .list-results thead th:nth-of-type(1){width:2rem}.containerTopPerformingArticles .list-results thead th:nth-of-type(2){padding:0}.containerTopPerformingArticles .list-results thead th:nth-of-type(3){min-width:10rem;width:10rem}.containerTopPerformingArticles .list-results thead th:nth-of-type(n+4){width:5rem}.containerTopPerformingArticles .list-results thead th:nth-of-type(7){min-width:8rem}.containerTopPerformingArticles .list-results thead th:nth-of-type(n+7){text-align:right}.containerTopPerformingArticles .list-results thead th:nth-of-type(n+7) .list-sort-desc:after,.containerTopPerformingArticles .list-results thead th:nth-of-type(n+7) .list-sort-none:after{right:.5rem;left:inherit}.containerTopPerformingArticles .list-results thead th:nth-of-type(n+7) .list-sort-asc:after{right:-5rem;left:inherit}.containerTopPerformingArticles .list-results thead th:nth-of-type(16){min-width:9rem}.containerTopPerformingArticles .list-results thead th:nth-of-type(14){min-width:8rem}.containerTopPerformingArticles .list-results thead th:nth-of-type(14) div{justify-content:flex-end}.containerTopPerformingArticles .list-results thead th:nth-of-type(14) span{max-width:6rem}.containerTopPerformingArticles .list-results thead tr{background-color:#fff}.containerTopPerformingArticles .list-results thead tr th:nth-of-type(n+7) span{flex-flow:column;justify-content:flex-end;align-items:flex-end}.containerTopPerformingArticles .list-results tbody tr td{text-align:right;padding:.6rem 1rem}.containerTopPerformingArticles .list-results tbody tr td.article-sv-name{text-align:left}.containerTopPerformingArticles .list-results tbody tr td.article-sv-name a{display:inline-flex;align-items:center}.containerTopPerformingArticles .list-results tbody tr td .i-star-full{margin-left:-2.1rem}.containerTopPerformingArticles .list-results tbody tr td [data-bind="text: (permalink == '/') ? fullPageUrl : permalink"]{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;flex:1;cursor:pointer}.containerTopPerformingArticles .list-results tbody tr td [data-bind="text: primaryTagName, event: { click: $parent.onClickTag }, attr: {title: primaryTagName}"],.containerTopPerformingArticles .list-results tbody tr td [data-bind="text: primaryCategoryName, event: { click: $parent.onClickCategory }, attr: {title: primaryCategoryName}"]{overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;width:7rem}.containerTopPerformingArticles .list-results tbody tr td:nth-of-type(1),.containerTopPerformingArticles .list-results tbody tr td:nth-of-type(3),.containerTopPerformingArticles .list-results tbody tr td:nth-of-type(4),.containerTopPerformingArticles .list-results tbody tr td:nth-of-type(5),.containerTopPerformingArticles .list-results tbody tr td:nth-of-type(6){text-align:left}.containerTopPerformingArticles .list-results tbody tr td:nth-of-type(2){padding:0;font-size:15px}._newsletter_performance #presetFilter{margin-bottom:2rem}._newsletter_performance .highlight-page{padding:0}._newsletter_performance .highlight-item{margin-bottom:0}.list-newsletter thead tr th{width:10%}.list-newsletter thead tr th:nth-of-type(1n+2){text-align:right}.list-newsletter thead tr th:nth-of-type(1n+2) span{justify-content:flex-end}.list-newsletter thead tr th:nth-of-type(1n+2) span.list-sort-asc:after{transform:rotate(-180deg) translateX(-100%);left:inherit !important;right:.5rem}.list-newsletter thead tr th:nth-of-type(1n+2) span.list-sort-desc:after{left:inherit !important;right:.5rem}.list-newsletter thead tr th:nth-of-type(1n+2) span.list-sort-none:after{left:inherit !important;right:.5rem}.list-newsletter thead tr th:nth-of-type(1n+2):nth-of-type(1){text-align:left}.list-newsletter thead tr th:nth-of-type(n+2):nth-of-type(-n+4){background:#e9eff2}.list-newsletter thead tr th:nth-of-type(2){border-left:1px solid #a5ccdd}.list-newsletter thead tr th:nth-of-type(4){border-right:1px solid #a5ccdd}.list-newsletter thead tr th:nth-of-type(n+5):nth-of-type(-n+8){background:#eff2e9}.list-newsletter thead tr th:nth-of-type(8){border-right:1px solid #b2dda5}.list-newsletter thead tr th:nth-of-type(n+9):nth-of-type(-n+10){background:#f4eee3}.list-newsletter tbody tr td{text-align:right}.list-newsletter tbody tr td:nth-of-type(1){text-align:left}.list-newsletter tbody tr:nth-child(even) td:nth-of-type(n+2):nth-of-type(-n+4){background:#e9eff2}.list-newsletter tbody tr:nth-child(even) td:nth-of-type(2){border-left:1px solid #a5ccdd}.list-newsletter tbody tr:nth-child(even) td:nth-of-type(4){border-right:1px solid #a5ccdd}.list-newsletter tbody tr:nth-child(even) td:nth-of-type(n+5):nth-of-type(-n+8){background:#eff2e9}.list-newsletter tbody tr:nth-child(even) td:nth-of-type(8){border-right:1px solid #b2dda5}.list-newsletter tbody tr:nth-child(even) td:nth-of-type(n+9):nth-of-type(-n+10){background:#f4eee3}.list-newsletter tbody tr:nth-child(odd) td:nth-of-type(n+2):nth-of-type(-n+4){background:#f9fbfb}.list-newsletter tbody tr:nth-child(odd) td:nth-of-type(2){border-left:1px solid #a5ccdd}.list-newsletter tbody tr:nth-child(odd) td:nth-of-type(4){border-right:1px solid #a5ccdd}.list-newsletter tbody tr:nth-child(odd) td:nth-of-type(n+5):nth-of-type(-n+8){background:#fbfbf9}.list-newsletter tbody tr:nth-child(odd) td:nth-of-type(8){border-right:1px solid #b2dda5}.list-newsletter tbody tr:nth-child(odd) td:nth-of-type(n+9):nth-of-type(-n+10){background:#fbf9f5}.list-newsletter tbody tr:hover td:nth-of-type(n+2):nth-of-type(-n+4){background:#ecfac9}.list-newsletter tbody tr:hover td:nth-of-type(n+5):nth-of-type(-n+8){background:#ecfac9}.list-newsletter tbody tr:hover td:nth-of-type(n+9):nth-of-type(-n+10){background:#ecfac9}.dashboard-title{font-family:"Inter",sans-serif;font-optical-sizing:auto;font-style:normal;font-size:3rem;font-weight:700;color:#000}.dashboard-chart{min-height:200px;border-radius:8px}@media(max-width: 767px){.dashboard-chart{height:250px;overflow:hidden}}#chartDiv_pingDiffIndicatorsChart,#chartDiv_pingAvgLoadIndicatorsChart{height:80px !important}#chartDiv_pingAvgLoadIndicatorsChart>div,#chartDiv_pingDiffIndicatorsChart>div{left:-1rem}@media(max-width: 767px){#chartDiv_pingAvgLoadIndicatorsChart>div,#chartDiv_pingDiffIndicatorsChart>div{left:-1.5rem}}.w-centered{display:flex;gap:1.5rem;width:45%}.desktop .w-centered{display:flex;gap:1.5rem;width:45%}@media(max-width: 767px){.w-centered{width:100%;align-items:flex-start}.desktop .w-centered{align-items:unset;width:45%}}.w-cards-container{display:flex;margin:0 2rem;margin-bottom:1rem;color:#3f3f3f;gap:1rem;font-family:"Inter",sans-serif;font-optical-sizing:auto;font-style:normal;font-weight:bold;flex-wrap:nowrap}.desktop .w-cards-container{flex-direction:row !important}@media(max-width: 767px){.w-cards-container{flex-direction:column !important}}.w-cards-container .vertical{display:flex;flex-direction:column;gap:1rem}.w-cards-container .vertical.long{flex:1 1 30%}.w-cards-container .w-has-chart{background:#fff;border-radius:8px;padding:.5rem 0;display:flex;flex-direction:column;flex:1 auto}@media(max-width: 767px){.w-cards-container .w-has-chart{flex-direction:row}.desktop .w-cards-container .w-has-chart{flex-direction:column}}.w-cards-container .w-has-chart .w-card{background:none}.w-cards-container .w-has-chart .w-card:last-of-type{border-radius:0;padding-top:1.75rem !important}@media(max-width: 767px){.w-cards-container .w-has-chart .w-card:last-of-type{border:0}}.w-cards-container .w-has-chart .w-card:first-of-type{border-bottom:1px solid #f0f0f0}.w-cards-container .w-card{flex:0 0 calc(50% - .5rem);display:grid;grid-template-columns:1fr;background:#fff;border-radius:8px;position:relative}@media(min-width: 1024px){.w-cards-container .w-card{flex:1;grid-template-columns:1fr auto}.w-cards-container .w-card.has-chart{grid-template-columns:1fr;padding-bottom:0;padding-left:0;padding-right:2rem;padding-top:1rem}}@media(max-width: 767px){.w-cards-container .w-card:first-of-type .tooltips-adv{right:2rem}.desktop .w-cards-container .w-card:first-of-type .tooltips-adv{right:8rem}}.w-cards-container .w-card.centered{display:flex;flex-direction:column;justify-content:space-between;padding:0}@media(max-width: 1023px){.w-cards-container .w-card.centered{flex:33%;min-height:10rem}}.w-cards-container .w-card.centered .title{justify-content:center !important;border-bottom:1px solid #f0f0f0;padding:1rem 0;align-items:center;gap:0}@media(max-width: 767px){.w-cards-container .w-card.centered .title{font-size:.8rem}.desktop .w-cards-container .w-card.centered .title{font-size:1rem}}.w-cards-container .w-card.centered .title:before{font-size:1.25rem}@media(max-width: 767px){.w-cards-container .w-card.centered .title:before{font-size:1rem;margin-right:0;display:none}}@media(max-width: 767px){.w-cards-container .w-card.centered .title{justify-content:center !important}}.w-cards-container .w-card.centered .w-value{flex:1;padding:1rem 15%;display:grid;grid-template-columns:1fr 1fr;margin-bottom:.75rem !important}@media(max-width: 767px){.w-cards-container .w-card.centered .w-value{padding:1rem;padding-bottom:0 !important}}.w-cards-container .w-card.centered .w-value .value-delta{display:flex;flex-direction:column;align-items:flex-end;gap:.5rem}.w-cards-container .w-card.centered .w-value .delta{font-size:1rem;color:#727272;font-weight:700}@media(max-width: 767px){.w-cards-container .w-card.centered .w-value .delta{font-size:.8rem}}.w-cards-container .w-card.centered .w-value .value{font-size:1.4rem;text-align:right}@media(max-width: 767px){.w-cards-container .w-card.centered .w-value .value{font-size:1rem}.desktop .w-cards-container .w-card.centered .w-value .value{font-size:1.4rem}}.w-cards-container .w-card.centered .w-value .value:before{width:3rem;font-size:1.8rem}@media(max-width: 767px){.w-cards-container .w-card.centered .w-value .value:before{font-size:1.4rem}}.w-cards-container .w-card.centered .w-value .label{line-height:1.1;white-space:wrap;margin:0;text-align:left;font-size:1.15rem;cursor:pointer;border-radius:14px;padding:.6rem .5rem .4rem .75rem;margin-left:-0.75rem}.w-cards-container .w-card.centered .w-value .label:hover{opacity:.75}@media(max-width: 767px){.w-cards-container .w-card.centered .w-value .label{font-size:.7rem}.desktop .w-cards-container .w-card.centered .w-value .label{font-size:1.15rem}}.w-cards-container .w-card.centered .w-value .label.type-1{color:#0f64a3}.w-cards-container .w-card.centered .w-value .label.type-2{color:#d29508}.w-cards-container .w-card.centered .w-value .label.is-selected{background-color:rgba(15,100,163,.1)}.w-cards-container .w-card.devices .w-value{grid-template-columns:1fr 1fr}.w-cards-container .w-card.device .label{color:#0f64a3 !important}.w-cards-container .w-card.login-status .label{color:#67308f !important}.w-cards-container .w-card.referrer .label{color:#67308f !important}.w-cards-container .w-card.os .label{color:#0c9e9e !important}.w-cards-container .w-card.browser .label{color:#38ae4c !important}.w-cards-container .w-card.plans .label{color:#312ede !important}.w-cards-container .w-card.ad-block .label{color:#d41c5c !important}.w-cards-container .w-card.geo .label{color:#d41c5c !important}.w-cards-container .w-card.has-chart{position:relative;width:100%}.w-cards-container .w-card.has-chart .title{justify-self:center;justify-content:center !important;grid-column:1;grid-row:1;z-index:2;margin-top:-0.75rem}@media(max-width: 767px){.w-cards-container .w-card.has-chart .title{margin-top:-1.5rem !important}}@media(max-width: 767px){.w-cards-container .w-card.has-chart:nth-of-type(2) .title{margin-top:-1.45rem !important}}.w-cards-container .w-card.has-chart .dateGraph{grid-row:1/span 2;grid-column:1;height:fit-content;width:100%;display:flex;align-items:stretch}@media(max-width: 1023px){.w-cards-container .w-card.has-chart{padding:2rem 1rem 0 0}.w-cards-container .w-card.has-chart .title{justify-self:center;margin-top:-1.25rem}}.w-cards-container .w-card.has-chart .open-button{position:absolute;top:-0.5rem;right:-0.25rem}@media(max-width: 767px){.w-cards-container .w-card.has-chart .open-button{top:-0.5rem;right:-0.25rem}}.w-cards-container .w-card .w-tooltips-adv{position:absolute;top:.5rem;right:.5rem}@media(max-width: 767px){.w-cards-container .w-card .w-tooltips-adv{top:.35rem;right:.25rem}}.w-cards-container .w-card .title span{color:#a5a5a5;font-weight:400;font-size:1rem;text-transform:capitalize}@media(min-width: 1024px)and (max-width: 1023px){.w-cards-container .w-card .title{width:100%;justify-content:flex-start}}.w-cards-container .w-card .w-value{display:flex;align-items:center;justify-content:flex-start;gap:.5rem;font-size:2.2rem;font-weight:400;grid-column:1/span 2;grid-row:2;line-height:.8;flex-direction:row;gap:1rem;margin-top:0rem}@media(min-width: 768px){.w-cards-container .w-card .w-value{gap:.5rem;margin-top:0rem;flex-direction:row;align-items:center}}@media(max-width: 767px){.w-cards-container .w-card .w-value{gap:1rem 0}}.w-cards-container .w-card .w-value .w-trend{display:flex;flex-direction:column;gap:.4rem;align-items:flex-start}@media(min-width: 768px){.w-cards-container .w-card .w-value .w-trend{margin-left:1rem;align-items:unset}}.w-cards-container .w-card .w-value .w-trend .delta{font-size:1.2rem;font-weight:400 !important;color:#9f9f9f}@media(min-width: 768px){.w-cards-container .w-card .w-value .w-trend .delta{font-size:1.6rem}}.w-cards-container .w-card .w-value .w-trend .delta.increase{color:#1db094}.w-cards-container .w-card .w-value .w-trend .delta.decrease{color:#d41c5c}.w-cards-container .w-card .w-value .w-trend .label{font-size:1rem;color:#9f9f9f}.w-cards-container .w-card .w-last-week{display:flex;flex-direction:row;align-items:baseline;justify-content:flex-end;grid-row:2;grid-column:1;gap:.25rem}@media(min-width: 768px){.w-cards-container .w-card .w-last-week{grid-column:auto;justify-content:flex-start;grid-row:auto}}.w-cards-container .w-card .label{color:#9a9a9a;font-size:1rem;font-weight:400}.w-cards-container .w-card .delta{font-size:1.6rem;font-weight:400;color:#d3d3d3}.w-cards-container .w-card .delta.increase{color:#1db094}.w-cards-container .w-card .delta.decrease{color:#d41c5c}.w-cards-container .w-card .title{display:flex;align-items:center;justify-content:flex-start;gap:4px}.w-cards-container .w-card .title .icon:not(button),.w-cards-container .w-card .title .w-alert-banner:not(button):before,.w-cards-container .w-card .title .liveDashboard .list-results thead .w-alert-banner:not(button):before,.liveDashboard .list-results thead .w-cards-container .w-card .title .w-alert-banner:not(button):before,.w-cards-container .w-card .title ._account_api .list-results thead .w-alert-banner:not(button):before,._account_api .list-results thead .w-cards-container .w-card .title .w-alert-banner:not(button):before,.w-cards-container .w-card .title .w-dialog.plus .dialog-aside:not(button):after,.w-dialog.plus .w-cards-container .w-card .title .dialog-aside:not(button):after,.w-cards-container .w-card .title .w-toast .toast.plus:not(button):after,.w-toast .w-cards-container .w-card .title .toast.plus:not(button):after,.w-cards-container .w-card .title .w-time-period .dropdown .w-selection .btn-period-clear:not(button):before,.w-time-period .dropdown .w-selection .w-cards-container .w-card .title .btn-period-clear:not(button):before,.w-cards-container .w-card .title .w-time-period .dropdown .w-selection .btn-filter:not(button):before,.w-time-period .dropdown .w-selection .w-cards-container .w-card .title .btn-filter:not(button):before,.w-cards-container .w-card .title .w-time-period .dropdown .w-selection .btn-period-edit:not(button):before,.w-time-period .dropdown .w-selection .w-cards-container .w-card .title .btn-period-edit:not(button):before,.w-cards-container .w-card .title .block-filters .btn-filter:not(button):before,.block-filters .w-cards-container .w-card .title .btn-filter:not(button):before,.w-cards-container .w-card .title .liveDashboard .list-results thead .block-filters .btn-filter:not(button):before,.liveDashboard .list-results thead .block-filters .w-cards-container .w-card .title .btn-filter:not(button):before,.w-cards-container .w-card .title .block-filters .liveDashboard .list-results thead .btn-filter:not(button):before,.block-filters .liveDashboard .list-results thead .w-cards-container .w-card .title .btn-filter:not(button):before,.w-cards-container .w-card .title ._account_api .list-results thead .block-filters .btn-filter:not(button):before,._account_api .list-results thead .block-filters .w-cards-container .w-card .title .btn-filter:not(button):before,.w-cards-container .w-card .title .block-filters ._account_api .list-results thead .btn-filter:not(button):before,.block-filters ._account_api .list-results thead .w-cards-container .w-card .title .btn-filter:not(button):before,.w-cards-container .w-card .title .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:not(button):after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .w-cards-container .w-card .title .dropdown-toggle:not(button):after,.w-cards-container .w-card .title .w-filter-preset.w-filter-preset .filter-preset .filter:not(button),.w-filter-preset.w-filter-preset .filter-preset .w-cards-container .w-card .title .filter:not(button),.w-cards-container .w-card .title .form-label.status span:not(button),.w-cards-container .w-card .title .status.status-log span:not(button),.w-cards-container .w-card .title .status.status-report-item span:not(button),.w-cards-container .w-card .title .double-list dd.status span:not(button),.double-list .w-cards-container .w-card .title dd.status span:not(button),.w-cards-container .w-card .title .double-list dt.status span:not(button),.double-list .w-cards-container .w-card .title dt.status span:not(button),.form-label.status .w-cards-container .w-card .title span:not(button),.status.status-log .w-cards-container .w-card .title span:not(button),.status.status-report-item .w-cards-container .w-card .title span:not(button),.double-list dd.status .w-cards-container .w-card .title span:not(button),.double-list dt.status .w-cards-container .w-card .title span:not(button),.w-cards-container .w-card .title .w-filters-selected label.status.small span:not(button),.w-filters-selected label.status.small .w-cards-container .w-card .title span:not(button),.w-cards-container .w-card .title .w-filters-selected .status.btn-f-s span:not(button),.w-filters-selected .status.btn-f-s .w-cards-container .w-card .title span:not(button),.w-cards-container .w-card .title .sub-header .w-form label:not(button),.w-cards-container .w-card .title .sub-header .w-double-list label:not(button),.sub-header .w-form .w-cards-container .w-card .title label:not(button),.sub-header .w-double-list .w-cards-container .w-card .title label:not(button),.w-cards-container .w-card .title .block-filters button:not(button):after,.block-filters .w-cards-container .w-card .title button:not(button):after,.w-cards-container .w-card .title .block-filters select:not(button):after,.block-filters .w-cards-container .w-card .title select:not(button):after,.w-cards-container .w-card .title .form-auto-list .form-auto-item.is-user-is-inactive:not(button),.form-auto-list .w-cards-container .w-card .title .form-auto-item.is-user-is-inactive:not(button),.w-cards-container .w-card .title .form-auto-list .form-auto-item.is-user-is-active:not(button),.form-auto-list .w-cards-container .w-card .title .form-auto-item.is-user-is-active:not(button),.w-cards-container .w-card .list-results-header .status.title span:not(button),.list-results-header .w-cards-container .w-card .status.title span:not(button),.w-cards-container .w-card .title .list-results thead tr span:not(button),.list-results thead tr .w-cards-container .w-card .title span:not(button),.w-cards-container .w-card .title .liveDashboard .list-results thead .icon:not(button),.w-cards-container .w-card .title .liveDashboard .list-results thead .w-alert-banner:not(button):before,.w-cards-container .w-card .title .liveDashboard .list-results thead .w-alert-banner:not(button):before,.w-cards-container .w-card .title .liveDashboard ._account_api .list-results thead .w-alert-banner:not(button):before,._account_api .w-cards-container .w-card .title .liveDashboard .list-results thead .w-alert-banner:not(button):before,.w-cards-container .w-card .title .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:not(button):after,.w-dialog.plus .w-cards-container .w-card .title .liveDashboard .list-results thead .dialog-aside:not(button):after,.w-cards-container .w-card .title .liveDashboard .list-results thead .w-toast .toast.plus:not(button):after,.w-toast .w-cards-container .w-card .title .liveDashboard .list-results thead .toast.plus:not(button):after,.w-cards-container .w-card .title .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:not(button):before,.w-time-period .dropdown .w-selection .w-cards-container .w-card .title .liveDashboard .list-results thead .btn-period-clear:not(button):before,.w-cards-container .w-card .title .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:not(button):before,.w-time-period .dropdown .w-selection .w-cards-container .w-card .title .liveDashboard .list-results thead .btn-filter:not(button):before,.w-cards-container .w-card .title .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:not(button):before,.w-time-period .dropdown .w-selection .w-cards-container .w-card .title .liveDashboard .list-results thead .btn-period-edit:not(button):before,.w-cards-container .w-card .title .liveDashboard .list-results thead .block-filters .btn-filter:not(button):before,.block-filters .w-cards-container .w-card .title .liveDashboard .list-results thead .btn-filter:not(button):before,.w-cards-container .w-card .title .liveDashboard .list-results thead .block-filters .btn-filter:not(button):before,.w-cards-container .w-card .title .block-filters .liveDashboard .list-results thead .btn-filter:not(button):before,.block-filters .w-cards-container .w-card .title .liveDashboard .list-results thead .btn-filter:not(button):before,.w-cards-container .w-card .title .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:not(button):before,._account_api .w-cards-container .w-card .title .liveDashboard .list-results thead .block-filters .btn-filter:not(button):before,.w-cards-container .w-card .title .liveDashboard .block-filters ._account_api .list-results thead .btn-filter:not(button):before,.block-filters ._account_api .w-cards-container .w-card .title .liveDashboard .list-results thead .btn-filter:not(button):before,.liveDashboard .list-results thead .w-cards-container .w-card .title .icon:not(button),.liveDashboard .list-results thead .w-cards-container .w-card .title .w-alert-banner:not(button):before,.liveDashboard .list-results thead .w-cards-container .w-card .title .w-alert-banner:not(button):before,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .title .w-alert-banner:not(button):before,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .title .w-alert-banner:not(button):before,.liveDashboard .list-results thead .w-cards-container .w-card .title .w-dialog.plus .dialog-aside:not(button):after,.w-dialog.plus .liveDashboard .list-results thead .w-cards-container .w-card .title .dialog-aside:not(button):after,.liveDashboard .list-results thead .w-cards-container .w-card .title .w-toast .toast.plus:not(button):after,.w-toast .liveDashboard .list-results thead .w-cards-container .w-card .title .toast.plus:not(button):after,.liveDashboard .list-results thead .w-cards-container .w-card .title .w-time-period .dropdown .w-selection .btn-period-clear:not(button):before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .w-cards-container .w-card .title .btn-period-clear:not(button):before,.liveDashboard .list-results thead .w-cards-container .w-card .title .w-time-period .dropdown .w-selection .btn-filter:not(button):before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .w-cards-container .w-card .title .btn-filter:not(button):before,.liveDashboard .list-results thead .w-cards-container .w-card .title .w-time-period .dropdown .w-selection .btn-period-edit:not(button):before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .w-cards-container .w-card .title .btn-period-edit:not(button):before,.liveDashboard .list-results thead .w-cards-container .w-card .title .block-filters .btn-filter:not(button):before,.block-filters .liveDashboard .list-results thead .w-cards-container .w-card .title .btn-filter:not(button):before,.liveDashboard .list-results thead .w-cards-container .w-card .title .block-filters .btn-filter:not(button):before,.liveDashboard .list-results thead .block-filters .w-cards-container .w-card .title .btn-filter:not(button):before,.block-filters .liveDashboard .list-results thead .w-cards-container .w-card .title .btn-filter:not(button):before,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .title .block-filters .btn-filter:not(button):before,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .title .block-filters .btn-filter:not(button):before,.liveDashboard ._account_api .list-results thead .block-filters .w-cards-container .w-card .title .btn-filter:not(button):before,._account_api .liveDashboard .list-results thead .block-filters .w-cards-container .w-card .title .btn-filter:not(button):before,.liveDashboard .block-filters ._account_api .list-results thead .w-cards-container .w-card .title .btn-filter:not(button):before,.block-filters ._account_api .liveDashboard .list-results thead .w-cards-container .w-card .title .btn-filter:not(button):before,.w-cards-container .w-card .title .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:not(button):after,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .w-cards-container .w-card .title .dropdown-toggle:not(button):after,.w-cards-container .w-card .title .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .dropdown-toggle:not(button):after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .w-cards-container .w-card .title .dropdown-toggle:not(button):after,.w-cards-container .w-card .title .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:not(button),.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .w-cards-container .w-card .title .filter:not(button),.w-cards-container .w-card .title .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .filter:not(button),.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .w-cards-container .w-card .title .filter:not(button),.w-cards-container .w-card .title .liveDashboard .list-results thead .form-label.status span:not(button),.w-cards-container .w-card .title .liveDashboard .list-results thead .status.status-log span:not(button),.w-cards-container .w-card .title .liveDashboard .list-results thead .status.status-report-item span:not(button),.w-cards-container .w-card .title .liveDashboard .list-results thead .double-list dd.status span:not(button),.double-list .w-cards-container .w-card .title .liveDashboard .list-results thead dd.status span:not(button),.w-cards-container .w-card .title .liveDashboard .list-results thead .double-list dt.status span:not(button),.double-list .w-cards-container .w-card .title .liveDashboard .list-results thead dt.status span:not(button),.liveDashboard .list-results thead .form-label.status .w-cards-container .w-card .title span:not(button),.liveDashboard .list-results thead .status.status-log .w-cards-container .w-card .title span:not(button),.liveDashboard .list-results thead .status.status-report-item .w-cards-container .w-card .title span:not(button),.liveDashboard .list-results thead .double-list dd.status .w-cards-container .w-card .title span:not(button),.double-list .liveDashboard .list-results thead dd.status .w-cards-container .w-card .title span:not(button),.liveDashboard .list-results thead .double-list dt.status .w-cards-container .w-card .title span:not(button),.double-list .liveDashboard .list-results thead dt.status .w-cards-container .w-card .title span:not(button),.w-cards-container .w-card .title .form-label.status .liveDashboard .list-results thead span:not(button),.w-cards-container .w-card .title .status.status-log .liveDashboard .list-results thead span:not(button),.w-cards-container .w-card .title .status.status-report-item .liveDashboard .list-results thead span:not(button),.w-cards-container .w-card .title .double-list dd.status .liveDashboard .list-results thead span:not(button),.double-list .w-cards-container .w-card .title dd.status .liveDashboard .list-results thead span:not(button),.w-cards-container .w-card .title .double-list dt.status .liveDashboard .list-results thead span:not(button),.double-list .w-cards-container .w-card .title dt.status .liveDashboard .list-results thead span:not(button),.form-label.status .liveDashboard .list-results thead .w-cards-container .w-card .title span:not(button),.status.status-log .liveDashboard .list-results thead .w-cards-container .w-card .title span:not(button),.status.status-report-item .liveDashboard .list-results thead .w-cards-container .w-card .title span:not(button),.double-list dd.status .liveDashboard .list-results thead .w-cards-container .w-card .title span:not(button),.double-list dt.status .liveDashboard .list-results thead .w-cards-container .w-card .title span:not(button),.w-cards-container .w-card .title .liveDashboard .list-results thead .w-filters-selected label.status.small span:not(button),.liveDashboard .list-results thead .w-filters-selected label.status.small .w-cards-container .w-card .title span:not(button),.w-cards-container .w-card .title .w-filters-selected label.status.small .liveDashboard .list-results thead span:not(button),.w-filters-selected label.status.small .liveDashboard .list-results thead .w-cards-container .w-card .title span:not(button),.w-cards-container .w-card .title .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span:not(button),.liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .w-cards-container .w-card .title span:not(button),.w-cards-container .w-card .title .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span:not(button),.w-filters-selected .status.btn-f-s .liveDashboard .list-results thead .w-cards-container .w-card .title span:not(button),.w-cards-container .w-card .title .liveDashboard .list-results thead .sub-header .w-form label:not(button),.w-cards-container .w-card .title .liveDashboard .list-results thead .sub-header .w-double-list label:not(button),.liveDashboard .list-results thead .sub-header .w-form .w-cards-container .w-card .title label:not(button),.liveDashboard .list-results thead .sub-header .w-double-list .w-cards-container .w-card .title label:not(button),.w-cards-container .w-card .title .sub-header .w-form .liveDashboard .list-results thead label:not(button),.w-cards-container .w-card .title .sub-header .w-double-list .liveDashboard .list-results thead label:not(button),.sub-header .w-form .liveDashboard .list-results thead .w-cards-container .w-card .title label:not(button),.sub-header .w-double-list .liveDashboard .list-results thead .w-cards-container .w-card .title label:not(button),.w-cards-container .w-card .title .liveDashboard .list-results thead .block-filters button:not(button):after,.liveDashboard .list-results thead .block-filters .w-cards-container .w-card .title button:not(button):after,.w-cards-container .w-card .title .block-filters .liveDashboard .list-results thead button:not(button):after,.block-filters .liveDashboard .list-results thead .w-cards-container .w-card .title button:not(button):after,.w-cards-container .w-card .title .liveDashboard .list-results thead .block-filters select:not(button):after,.liveDashboard .list-results thead .block-filters .w-cards-container .w-card .title select:not(button):after,.w-cards-container .w-card .title .block-filters .liveDashboard .list-results thead select:not(button):after,.block-filters .liveDashboard .list-results thead .w-cards-container .w-card .title select:not(button):after,.w-cards-container .w-card .title .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:not(button),.liveDashboard .list-results thead .form-auto-list .w-cards-container .w-card .title .form-auto-item.is-user-is-inactive:not(button),.w-cards-container .w-card .title .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive:not(button),.form-auto-list .liveDashboard .list-results thead .w-cards-container .w-card .title .form-auto-item.is-user-is-inactive:not(button),.w-cards-container .w-card .title .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active:not(button),.liveDashboard .list-results thead .form-auto-list .w-cards-container .w-card .title .form-auto-item.is-user-is-active:not(button),.w-cards-container .w-card .title .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-active:not(button),.form-auto-list .liveDashboard .list-results thead .w-cards-container .w-card .title .form-auto-item.is-user-is-active:not(button),.w-cards-container .w-card .liveDashboard .list-results thead .list-results-header .status.title span:not(button),.liveDashboard .list-results thead .list-results-header .w-cards-container .w-card .status.title span:not(button),.w-cards-container .w-card .list-results-header .status.title .liveDashboard .list-results thead span:not(button),.list-results-header .w-cards-container .w-card .status.title .liveDashboard .list-results thead span:not(button),.w-cards-container .w-card .title .liveDashboard .list-results thead tr span:not(button),.liveDashboard .list-results thead tr .w-cards-container .w-card .title span:not(button),.w-cards-container .w-card .title ._account_api .list-results thead .icon:not(button),.w-cards-container .w-card .title ._account_api .list-results thead .w-alert-banner:not(button):before,.w-cards-container .w-card .title ._account_api .liveDashboard .list-results thead .w-alert-banner:not(button):before,.liveDashboard .w-cards-container .w-card .title ._account_api .list-results thead .w-alert-banner:not(button):before,.w-cards-container .w-card .title ._account_api .list-results thead .w-alert-banner:not(button):before,.w-cards-container .w-card .title ._account_api .list-results thead .w-dialog.plus .dialog-aside:not(button):after,.w-dialog.plus .w-cards-container .w-card .title ._account_api .list-results thead .dialog-aside:not(button):after,.w-cards-container .w-card .title ._account_api .list-results thead .w-toast .toast.plus:not(button):after,.w-toast .w-cards-container .w-card .title ._account_api .list-results thead .toast.plus:not(button):after,.w-cards-container .w-card .title ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:not(button):before,.w-time-period .dropdown .w-selection .w-cards-container .w-card .title ._account_api .list-results thead .btn-period-clear:not(button):before,.w-cards-container .w-card .title ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:not(button):before,.w-time-period .dropdown .w-selection .w-cards-container .w-card .title ._account_api .list-results thead .btn-filter:not(button):before,.w-cards-container .w-card .title ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:not(button):before,.w-time-period .dropdown .w-selection .w-cards-container .w-card .title ._account_api .list-results thead .btn-period-edit:not(button):before,.w-cards-container .w-card .title ._account_api .list-results thead .block-filters .btn-filter:not(button):before,.block-filters .w-cards-container .w-card .title ._account_api .list-results thead .btn-filter:not(button):before,.w-cards-container .w-card .title ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:not(button):before,.liveDashboard .w-cards-container .w-card .title ._account_api .list-results thead .block-filters .btn-filter:not(button):before,.w-cards-container .w-card .title ._account_api .block-filters .liveDashboard .list-results thead .btn-filter:not(button):before,.block-filters .liveDashboard .w-cards-container .w-card .title ._account_api .list-results thead .btn-filter:not(button):before,.w-cards-container .w-card .title ._account_api .list-results thead .block-filters .btn-filter:not(button):before,.w-cards-container .w-card .title .block-filters ._account_api .list-results thead .btn-filter:not(button):before,.block-filters .w-cards-container .w-card .title ._account_api .list-results thead .btn-filter:not(button):before,._account_api .list-results thead .w-cards-container .w-card .title .icon:not(button),._account_api .list-results thead .w-cards-container .w-card .title .w-alert-banner:not(button):before,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .title .w-alert-banner:not(button):before,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .title .w-alert-banner:not(button):before,._account_api .list-results thead .w-cards-container .w-card .title .w-alert-banner:not(button):before,._account_api .list-results thead .w-cards-container .w-card .title .w-dialog.plus .dialog-aside:not(button):after,.w-dialog.plus ._account_api .list-results thead .w-cards-container .w-card .title .dialog-aside:not(button):after,._account_api .list-results thead .w-cards-container .w-card .title .w-toast .toast.plus:not(button):after,.w-toast ._account_api .list-results thead .w-cards-container .w-card .title .toast.plus:not(button):after,._account_api .list-results thead .w-cards-container .w-card .title .w-time-period .dropdown .w-selection .btn-period-clear:not(button):before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .w-cards-container .w-card .title .btn-period-clear:not(button):before,._account_api .list-results thead .w-cards-container .w-card .title .w-time-period .dropdown .w-selection .btn-filter:not(button):before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .w-cards-container .w-card .title .btn-filter:not(button):before,._account_api .list-results thead .w-cards-container .w-card .title .w-time-period .dropdown .w-selection .btn-period-edit:not(button):before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .w-cards-container .w-card .title .btn-period-edit:not(button):before,._account_api .list-results thead .w-cards-container .w-card .title .block-filters .btn-filter:not(button):before,.block-filters ._account_api .list-results thead .w-cards-container .w-card .title .btn-filter:not(button):before,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .title .block-filters .btn-filter:not(button):before,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .title .block-filters .btn-filter:not(button):before,._account_api .liveDashboard .list-results thead .block-filters .w-cards-container .w-card .title .btn-filter:not(button):before,.liveDashboard ._account_api .list-results thead .block-filters .w-cards-container .w-card .title .btn-filter:not(button):before,._account_api .block-filters .liveDashboard .list-results thead .w-cards-container .w-card .title .btn-filter:not(button):before,.block-filters .liveDashboard ._account_api .list-results thead .w-cards-container .w-card .title .btn-filter:not(button):before,._account_api .list-results thead .w-cards-container .w-card .title .block-filters .btn-filter:not(button):before,._account_api .list-results thead .block-filters .w-cards-container .w-card .title .btn-filter:not(button):before,.block-filters ._account_api .list-results thead .w-cards-container .w-card .title .btn-filter:not(button):before,.w-cards-container .w-card .title ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:not(button):after,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .w-cards-container .w-card .title .dropdown-toggle:not(button):after,.w-cards-container .w-card .title .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .dropdown-toggle:not(button):after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .w-cards-container .w-card .title .dropdown-toggle:not(button):after,.w-cards-container .w-card .title ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:not(button),._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .w-cards-container .w-card .title .filter:not(button),.w-cards-container .w-card .title .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .filter:not(button),.w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .w-cards-container .w-card .title .filter:not(button),.w-cards-container .w-card .title ._account_api .list-results thead .form-label.status span:not(button),.w-cards-container .w-card .title ._account_api .list-results thead .status.status-log span:not(button),.w-cards-container .w-card .title ._account_api .list-results thead .status.status-report-item span:not(button),.w-cards-container .w-card .title ._account_api .list-results thead .double-list dd.status span:not(button),.double-list .w-cards-container .w-card .title ._account_api .list-results thead dd.status span:not(button),.w-cards-container .w-card .title ._account_api .list-results thead .double-list dt.status span:not(button),.double-list .w-cards-container .w-card .title ._account_api .list-results thead dt.status span:not(button),._account_api .list-results thead .form-label.status .w-cards-container .w-card .title span:not(button),._account_api .list-results thead .status.status-log .w-cards-container .w-card .title span:not(button),._account_api .list-results thead .status.status-report-item .w-cards-container .w-card .title span:not(button),._account_api .list-results thead .double-list dd.status .w-cards-container .w-card .title span:not(button),.double-list ._account_api .list-results thead dd.status .w-cards-container .w-card .title span:not(button),._account_api .list-results thead .double-list dt.status .w-cards-container .w-card .title span:not(button),.double-list ._account_api .list-results thead dt.status .w-cards-container .w-card .title span:not(button),.w-cards-container .w-card .title .form-label.status ._account_api .list-results thead span:not(button),.w-cards-container .w-card .title .status.status-log ._account_api .list-results thead span:not(button),.w-cards-container .w-card .title .status.status-report-item ._account_api .list-results thead span:not(button),.w-cards-container .w-card .title .double-list dd.status ._account_api .list-results thead span:not(button),.double-list .w-cards-container .w-card .title dd.status ._account_api .list-results thead span:not(button),.w-cards-container .w-card .title .double-list dt.status ._account_api .list-results thead span:not(button),.double-list .w-cards-container .w-card .title dt.status ._account_api .list-results thead span:not(button),.form-label.status ._account_api .list-results thead .w-cards-container .w-card .title span:not(button),.status.status-log ._account_api .list-results thead .w-cards-container .w-card .title span:not(button),.status.status-report-item ._account_api .list-results thead .w-cards-container .w-card .title span:not(button),.double-list dd.status ._account_api .list-results thead .w-cards-container .w-card .title span:not(button),.double-list dt.status ._account_api .list-results thead .w-cards-container .w-card .title span:not(button),.w-cards-container .w-card .title ._account_api .list-results thead .w-filters-selected label.status.small span:not(button),._account_api .list-results thead .w-filters-selected label.status.small .w-cards-container .w-card .title span:not(button),.w-cards-container .w-card .title .w-filters-selected label.status.small ._account_api .list-results thead span:not(button),.w-filters-selected label.status.small ._account_api .list-results thead .w-cards-container .w-card .title span:not(button),.w-cards-container .w-card .title ._account_api .list-results thead .w-filters-selected .status.btn-f-s span:not(button),._account_api .list-results thead .w-filters-selected .status.btn-f-s .w-cards-container .w-card .title span:not(button),.w-cards-container .w-card .title .w-filters-selected .status.btn-f-s ._account_api .list-results thead span:not(button),.w-filters-selected .status.btn-f-s ._account_api .list-results thead .w-cards-container .w-card .title span:not(button),.w-cards-container .w-card .title ._account_api .list-results thead .sub-header .w-form label:not(button),.w-cards-container .w-card .title ._account_api .list-results thead .sub-header .w-double-list label:not(button),._account_api .list-results thead .sub-header .w-form .w-cards-container .w-card .title label:not(button),._account_api .list-results thead .sub-header .w-double-list .w-cards-container .w-card .title label:not(button),.w-cards-container .w-card .title .sub-header .w-form ._account_api .list-results thead label:not(button),.w-cards-container .w-card .title .sub-header .w-double-list ._account_api .list-results thead label:not(button),.sub-header .w-form ._account_api .list-results thead .w-cards-container .w-card .title label:not(button),.sub-header .w-double-list ._account_api .list-results thead .w-cards-container .w-card .title label:not(button),.w-cards-container .w-card .title ._account_api .list-results thead .block-filters button:not(button):after,._account_api .list-results thead .block-filters .w-cards-container .w-card .title button:not(button):after,.w-cards-container .w-card .title .block-filters ._account_api .list-results thead button:not(button):after,.block-filters ._account_api .list-results thead .w-cards-container .w-card .title button:not(button):after,.w-cards-container .w-card .title ._account_api .list-results thead .block-filters select:not(button):after,._account_api .list-results thead .block-filters .w-cards-container .w-card .title select:not(button):after,.w-cards-container .w-card .title .block-filters ._account_api .list-results thead select:not(button):after,.block-filters ._account_api .list-results thead .w-cards-container .w-card .title select:not(button):after,.w-cards-container .w-card .title ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:not(button),._account_api .list-results thead .form-auto-list .w-cards-container .w-card .title .form-auto-item.is-user-is-inactive:not(button),.w-cards-container .w-card .title .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-inactive:not(button),.form-auto-list ._account_api .list-results thead .w-cards-container .w-card .title .form-auto-item.is-user-is-inactive:not(button),.w-cards-container .w-card .title ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active:not(button),._account_api .list-results thead .form-auto-list .w-cards-container .w-card .title .form-auto-item.is-user-is-active:not(button),.w-cards-container .w-card .title .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-active:not(button),.form-auto-list ._account_api .list-results thead .w-cards-container .w-card .title .form-auto-item.is-user-is-active:not(button),.w-cards-container .w-card ._account_api .list-results thead .list-results-header .status.title span:not(button),._account_api .list-results thead .list-results-header .w-cards-container .w-card .status.title span:not(button),.w-cards-container .w-card .list-results-header .status.title ._account_api .list-results thead span:not(button),.list-results-header .w-cards-container .w-card .status.title ._account_api .list-results thead span:not(button),.w-cards-container .w-card .title ._account_api .list-results thead tr span:not(button),._account_api .list-results thead tr .w-cards-container .w-card .title span:not(button),.w-cards-container .w-card .title .liveDashboard ._account_api .list-results thead .icon:not(button),.w-cards-container .w-card .title .liveDashboard ._account_api .list-results thead .w-alert-banner:not(button):before,.w-cards-container .w-card .title .liveDashboard ._account_api .list-results thead .w-alert-banner:not(button):before,.w-cards-container .w-card .title .liveDashboard ._account_api .list-results thead .w-alert-banner:not(button):before,.w-cards-container .w-card .title .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:not(button):after,.w-dialog.plus .w-cards-container .w-card .title .liveDashboard ._account_api .list-results thead .dialog-aside:not(button):after,.w-cards-container .w-card .title .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:not(button):after,.w-toast .w-cards-container .w-card .title .liveDashboard ._account_api .list-results thead .toast.plus:not(button):after,.w-cards-container .w-card .title .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:not(button):before,.w-time-period .dropdown .w-selection .w-cards-container .w-card .title .liveDashboard ._account_api .list-results thead .btn-period-clear:not(button):before,.w-cards-container .w-card .title .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:not(button):before,.w-time-period .dropdown .w-selection .w-cards-container .w-card .title .liveDashboard ._account_api .list-results thead .btn-filter:not(button):before,.w-cards-container .w-card .title .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:not(button):before,.w-time-period .dropdown .w-selection .w-cards-container .w-card .title .liveDashboard ._account_api .list-results thead .btn-period-edit:not(button):before,.w-cards-container .w-card .title .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:not(button):before,.block-filters .w-cards-container .w-card .title .liveDashboard ._account_api .list-results thead .btn-filter:not(button):before,.w-cards-container .w-card .title .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:not(button):before,.w-cards-container .w-card .title .block-filters .liveDashboard ._account_api .list-results thead .btn-filter:not(button):before,.block-filters .w-cards-container .w-card .title .liveDashboard ._account_api .list-results thead .btn-filter:not(button):before,.w-cards-container .w-card .title .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:not(button):before,.w-cards-container .w-card .title .liveDashboard .block-filters ._account_api .list-results thead .btn-filter:not(button):before,.block-filters .w-cards-container .w-card .title .liveDashboard ._account_api .list-results thead .btn-filter:not(button):before,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .title .icon:not(button),.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .title .w-alert-banner:not(button):before,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .title .w-alert-banner:not(button):before,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .title .w-alert-banner:not(button):before,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .title .w-dialog.plus .dialog-aside:not(button):after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .w-cards-container .w-card .title .dialog-aside:not(button):after,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .title .w-toast .toast.plus:not(button):after,.w-toast .liveDashboard ._account_api .list-results thead .w-cards-container .w-card .title .toast.plus:not(button):after,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .title .w-time-period .dropdown .w-selection .btn-period-clear:not(button):before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .w-cards-container .w-card .title .btn-period-clear:not(button):before,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .title .w-time-period .dropdown .w-selection .btn-filter:not(button):before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .w-cards-container .w-card .title .btn-filter:not(button):before,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .title .w-time-period .dropdown .w-selection .btn-period-edit:not(button):before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .w-cards-container .w-card .title .btn-period-edit:not(button):before,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .title .block-filters .btn-filter:not(button):before,.block-filters .liveDashboard ._account_api .list-results thead .w-cards-container .w-card .title .btn-filter:not(button):before,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .title .block-filters .btn-filter:not(button):before,.liveDashboard ._account_api .list-results thead .block-filters .w-cards-container .w-card .title .btn-filter:not(button):before,.block-filters .liveDashboard ._account_api .list-results thead .w-cards-container .w-card .title .btn-filter:not(button):before,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .title .block-filters .btn-filter:not(button):before,.liveDashboard ._account_api .list-results thead .block-filters .w-cards-container .w-card .title .btn-filter:not(button):before,.liveDashboard .block-filters ._account_api .list-results thead .w-cards-container .w-card .title .btn-filter:not(button):before,.block-filters .liveDashboard ._account_api .list-results thead .w-cards-container .w-card .title .btn-filter:not(button):before,.w-cards-container .w-card .title ._account_api .liveDashboard .list-results thead .icon:not(button),.w-cards-container .w-card .title ._account_api .liveDashboard .list-results thead .w-alert-banner:not(button):before,.w-cards-container .w-card .title ._account_api .liveDashboard .list-results thead .w-alert-banner:not(button):before,.w-cards-container .w-card .title ._account_api .liveDashboard .list-results thead .w-alert-banner:not(button):before,.w-cards-container .w-card .title ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:not(button):after,.w-dialog.plus .w-cards-container .w-card .title ._account_api .liveDashboard .list-results thead .dialog-aside:not(button):after,.w-cards-container .w-card .title ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:not(button):after,.w-toast .w-cards-container .w-card .title ._account_api .liveDashboard .list-results thead .toast.plus:not(button):after,.w-cards-container .w-card .title ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:not(button):before,.w-time-period .dropdown .w-selection .w-cards-container .w-card .title ._account_api .liveDashboard .list-results thead .btn-period-clear:not(button):before,.w-cards-container .w-card .title ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:not(button):before,.w-time-period .dropdown .w-selection .w-cards-container .w-card .title ._account_api .liveDashboard .list-results thead .btn-filter:not(button):before,.w-cards-container .w-card .title ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:not(button):before,.w-time-period .dropdown .w-selection .w-cards-container .w-card .title ._account_api .liveDashboard .list-results thead .btn-period-edit:not(button):before,.w-cards-container .w-card .title ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:not(button):before,.block-filters .w-cards-container .w-card .title ._account_api .liveDashboard .list-results thead .btn-filter:not(button):before,.w-cards-container .w-card .title ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:not(button):before,.w-cards-container .w-card .title ._account_api .block-filters .liveDashboard .list-results thead .btn-filter:not(button):before,.block-filters .w-cards-container .w-card .title ._account_api .liveDashboard .list-results thead .btn-filter:not(button):before,.w-cards-container .w-card .title ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:not(button):before,.w-cards-container .w-card .title .block-filters ._account_api .liveDashboard .list-results thead .btn-filter:not(button):before,.block-filters .w-cards-container .w-card .title ._account_api .liveDashboard .list-results thead .btn-filter:not(button):before,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .title .icon:not(button),._account_api .liveDashboard .list-results thead .w-cards-container .w-card .title .w-alert-banner:not(button):before,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .title .w-alert-banner:not(button):before,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .title .w-alert-banner:not(button):before,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .title .w-dialog.plus .dialog-aside:not(button):after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .w-cards-container .w-card .title .dialog-aside:not(button):after,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .title .w-toast .toast.plus:not(button):after,.w-toast ._account_api .liveDashboard .list-results thead .w-cards-container .w-card .title .toast.plus:not(button):after,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .title .w-time-period .dropdown .w-selection .btn-period-clear:not(button):before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .w-cards-container .w-card .title .btn-period-clear:not(button):before,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .title .w-time-period .dropdown .w-selection .btn-filter:not(button):before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .w-cards-container .w-card .title .btn-filter:not(button):before,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .title .w-time-period .dropdown .w-selection .btn-period-edit:not(button):before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .w-cards-container .w-card .title .btn-period-edit:not(button):before,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .title .block-filters .btn-filter:not(button):before,.block-filters ._account_api .liveDashboard .list-results thead .w-cards-container .w-card .title .btn-filter:not(button):before,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .title .block-filters .btn-filter:not(button):before,._account_api .liveDashboard .list-results thead .block-filters .w-cards-container .w-card .title .btn-filter:not(button):before,._account_api .block-filters .liveDashboard .list-results thead .w-cards-container .w-card .title .btn-filter:not(button):before,.block-filters ._account_api .liveDashboard .list-results thead .w-cards-container .w-card .title .btn-filter:not(button):before,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .title .block-filters .btn-filter:not(button):before,._account_api .liveDashboard .list-results thead .block-filters .w-cards-container .w-card .title .btn-filter:not(button):before,.block-filters ._account_api .liveDashboard .list-results thead .w-cards-container .w-card .title .btn-filter:not(button):before,.w-cards-container .w-card .title .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:not(button):after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .w-cards-container .w-card .title .dropdown-toggle:not(button):after,.w-cards-container .w-card .title ._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:not(button):after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .w-cards-container .w-card .title .dropdown-toggle:not(button):after,.w-cards-container .w-card .title .liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .dropdown-toggle:not(button):after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .w-cards-container .w-card .title .dropdown-toggle:not(button):after,.w-cards-container .w-card .title .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .dropdown-toggle:not(button):after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .w-cards-container .w-card .title .dropdown-toggle:not(button):after,.w-cards-container .w-card .title .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:not(button),.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .w-cards-container .w-card .title .filter:not(button),.w-cards-container .w-card .title ._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:not(button),._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .w-cards-container .w-card .title .filter:not(button),.w-cards-container .w-card .title .liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .filter:not(button),.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .w-cards-container .w-card .title .filter:not(button),.w-cards-container .w-card .title .w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .filter:not(button),.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .w-cards-container .w-card .title .filter:not(button),.w-cards-container .w-card .title .liveDashboard ._account_api .list-results thead .form-label.status span:not(button),.w-cards-container .w-card .title .liveDashboard ._account_api .list-results thead .status.status-log span:not(button),.w-cards-container .w-card .title .liveDashboard ._account_api .list-results thead .status.status-report-item span:not(button),.w-cards-container .w-card .title .liveDashboard ._account_api .list-results thead .double-list dd.status span:not(button),.double-list .w-cards-container .w-card .title .liveDashboard ._account_api .list-results thead dd.status span:not(button),.w-cards-container .w-card .title .liveDashboard ._account_api .list-results thead .double-list dt.status span:not(button),.double-list .w-cards-container .w-card .title .liveDashboard ._account_api .list-results thead dt.status span:not(button),.liveDashboard ._account_api .list-results thead .form-label.status .w-cards-container .w-card .title span:not(button),.liveDashboard ._account_api .list-results thead .status.status-log .w-cards-container .w-card .title span:not(button),.liveDashboard ._account_api .list-results thead .status.status-report-item .w-cards-container .w-card .title span:not(button),.liveDashboard ._account_api .list-results thead .double-list dd.status .w-cards-container .w-card .title span:not(button),.double-list .liveDashboard ._account_api .list-results thead dd.status .w-cards-container .w-card .title span:not(button),.liveDashboard ._account_api .list-results thead .double-list dt.status .w-cards-container .w-card .title span:not(button),.double-list .liveDashboard ._account_api .list-results thead dt.status .w-cards-container .w-card .title span:not(button),.w-cards-container .w-card .title ._account_api .liveDashboard .list-results thead .form-label.status span:not(button),.w-cards-container .w-card .title ._account_api .liveDashboard .list-results thead .status.status-log span:not(button),.w-cards-container .w-card .title ._account_api .liveDashboard .list-results thead .status.status-report-item span:not(button),.w-cards-container .w-card .title ._account_api .liveDashboard .list-results thead .double-list dd.status span:not(button),.double-list .w-cards-container .w-card .title ._account_api .liveDashboard .list-results thead dd.status span:not(button),.w-cards-container .w-card .title ._account_api .liveDashboard .list-results thead .double-list dt.status span:not(button),.double-list .w-cards-container .w-card .title ._account_api .liveDashboard .list-results thead dt.status span:not(button),._account_api .liveDashboard .list-results thead .form-label.status .w-cards-container .w-card .title span:not(button),._account_api .liveDashboard .list-results thead .status.status-log .w-cards-container .w-card .title span:not(button),._account_api .liveDashboard .list-results thead .status.status-report-item .w-cards-container .w-card .title span:not(button),._account_api .liveDashboard .list-results thead .double-list dd.status .w-cards-container .w-card .title span:not(button),.double-list ._account_api .liveDashboard .list-results thead dd.status .w-cards-container .w-card .title span:not(button),._account_api .liveDashboard .list-results thead .double-list dt.status .w-cards-container .w-card .title span:not(button),.double-list ._account_api .liveDashboard .list-results thead dt.status .w-cards-container .w-card .title span:not(button),.w-cards-container .w-card .title .liveDashboard .form-label.status ._account_api .list-results thead span:not(button),.w-cards-container .w-card .title .liveDashboard .status.status-log ._account_api .list-results thead span:not(button),.w-cards-container .w-card .title .liveDashboard .status.status-report-item ._account_api .list-results thead span:not(button),.w-cards-container .w-card .title .liveDashboard .double-list dd.status ._account_api .list-results thead span:not(button),.double-list .w-cards-container .w-card .title .liveDashboard dd.status ._account_api .list-results thead span:not(button),.w-cards-container .w-card .title .liveDashboard .double-list dt.status ._account_api .list-results thead span:not(button),.double-list .w-cards-container .w-card .title .liveDashboard dt.status ._account_api .list-results thead span:not(button),.liveDashboard .form-label.status ._account_api .list-results thead .w-cards-container .w-card .title span:not(button),.liveDashboard .status.status-log ._account_api .list-results thead .w-cards-container .w-card .title span:not(button),.liveDashboard .status.status-report-item ._account_api .list-results thead .w-cards-container .w-card .title span:not(button),.liveDashboard .double-list dd.status ._account_api .list-results thead .w-cards-container .w-card .title span:not(button),.double-list .liveDashboard dd.status ._account_api .list-results thead .w-cards-container .w-card .title span:not(button),.liveDashboard .double-list dt.status ._account_api .list-results thead .w-cards-container .w-card .title span:not(button),.double-list .liveDashboard dt.status ._account_api .list-results thead .w-cards-container .w-card .title span:not(button),.w-cards-container .w-card .title .form-label.status ._account_api .liveDashboard .list-results thead span:not(button),.w-cards-container .w-card .title .status.status-log ._account_api .liveDashboard .list-results thead span:not(button),.w-cards-container .w-card .title .status.status-report-item ._account_api .liveDashboard .list-results thead span:not(button),.w-cards-container .w-card .title .double-list dd.status ._account_api .liveDashboard .list-results thead span:not(button),.double-list .w-cards-container .w-card .title dd.status ._account_api .liveDashboard .list-results thead span:not(button),.w-cards-container .w-card .title .double-list dt.status ._account_api .liveDashboard .list-results thead span:not(button),.double-list .w-cards-container .w-card .title dt.status ._account_api .liveDashboard .list-results thead span:not(button),.form-label.status ._account_api .liveDashboard .list-results thead .w-cards-container .w-card .title span:not(button),.status.status-log ._account_api .liveDashboard .list-results thead .w-cards-container .w-card .title span:not(button),.status.status-report-item ._account_api .liveDashboard .list-results thead .w-cards-container .w-card .title span:not(button),.double-list dd.status ._account_api .liveDashboard .list-results thead .w-cards-container .w-card .title span:not(button),.double-list dt.status ._account_api .liveDashboard .list-results thead .w-cards-container .w-card .title span:not(button),.w-cards-container .w-card .title .liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span:not(button),.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small .w-cards-container .w-card .title span:not(button),.w-cards-container .w-card .title ._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span:not(button),._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small .w-cards-container .w-card .title span:not(button),.w-cards-container .w-card .title .liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span:not(button),.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead .w-cards-container .w-card .title span:not(button),.w-cards-container .w-card .title .w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead span:not(button),.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead .w-cards-container .w-card .title span:not(button),.w-cards-container .w-card .title .liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span:not(button),.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s .w-cards-container .w-card .title span:not(button),.w-cards-container .w-card .title ._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span:not(button),._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .w-cards-container .w-card .title span:not(button),.w-cards-container .w-card .title .liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span:not(button),.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead .w-cards-container .w-card .title span:not(button),.w-cards-container .w-card .title .w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead span:not(button),.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead .w-cards-container .w-card .title span:not(button),.w-cards-container .w-card .title .liveDashboard ._account_api .list-results thead .sub-header .w-form label:not(button),.w-cards-container .w-card .title .liveDashboard ._account_api .list-results thead .sub-header .w-double-list label:not(button),.liveDashboard ._account_api .list-results thead .sub-header .w-form .w-cards-container .w-card .title label:not(button),.liveDashboard ._account_api .list-results thead .sub-header .w-double-list .w-cards-container .w-card .title label:not(button),.w-cards-container .w-card .title ._account_api .liveDashboard .list-results thead .sub-header .w-form label:not(button),.w-cards-container .w-card .title ._account_api .liveDashboard .list-results thead .sub-header .w-double-list label:not(button),._account_api .liveDashboard .list-results thead .sub-header .w-form .w-cards-container .w-card .title label:not(button),._account_api .liveDashboard .list-results thead .sub-header .w-double-list .w-cards-container .w-card .title label:not(button),.w-cards-container .w-card .title .liveDashboard .sub-header .w-form ._account_api .list-results thead label:not(button),.w-cards-container .w-card .title .liveDashboard .sub-header .w-double-list ._account_api .list-results thead label:not(button),.liveDashboard .sub-header .w-form ._account_api .list-results thead .w-cards-container .w-card .title label:not(button),.liveDashboard .sub-header .w-double-list ._account_api .list-results thead .w-cards-container .w-card .title label:not(button),.w-cards-container .w-card .title .sub-header .w-form ._account_api .liveDashboard .list-results thead label:not(button),.w-cards-container .w-card .title .sub-header .w-double-list ._account_api .liveDashboard .list-results thead label:not(button),.sub-header .w-form ._account_api .liveDashboard .list-results thead .w-cards-container .w-card .title label:not(button),.sub-header .w-double-list ._account_api .liveDashboard .list-results thead .w-cards-container .w-card .title label:not(button),.w-cards-container .w-card .title .liveDashboard ._account_api .list-results thead .block-filters button:not(button):after,.liveDashboard ._account_api .list-results thead .block-filters .w-cards-container .w-card .title button:not(button):after,.w-cards-container .w-card .title ._account_api .liveDashboard .list-results thead .block-filters button:not(button):after,._account_api .liveDashboard .list-results thead .block-filters .w-cards-container .w-card .title button:not(button):after,.w-cards-container .w-card .title .liveDashboard .block-filters ._account_api .list-results thead button:not(button):after,.liveDashboard .block-filters ._account_api .list-results thead .w-cards-container .w-card .title button:not(button):after,.w-cards-container .w-card .title .block-filters ._account_api .liveDashboard .list-results thead button:not(button):after,.block-filters ._account_api .liveDashboard .list-results thead .w-cards-container .w-card .title button:not(button):after,.w-cards-container .w-card .title .liveDashboard ._account_api .list-results thead .block-filters select:not(button):after,.liveDashboard ._account_api .list-results thead .block-filters .w-cards-container .w-card .title select:not(button):after,.w-cards-container .w-card .title ._account_api .liveDashboard .list-results thead .block-filters select:not(button):after,._account_api .liveDashboard .list-results thead .block-filters .w-cards-container .w-card .title select:not(button):after,.w-cards-container .w-card .title .liveDashboard .block-filters ._account_api .list-results thead select:not(button):after,.liveDashboard .block-filters ._account_api .list-results thead .w-cards-container .w-card .title select:not(button):after,.w-cards-container .w-card .title .block-filters ._account_api .liveDashboard .list-results thead select:not(button):after,.block-filters ._account_api .liveDashboard .list-results thead .w-cards-container .w-card .title select:not(button):after,.w-cards-container .w-card .title .liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:not(button),.liveDashboard ._account_api .list-results thead .form-auto-list .w-cards-container .w-card .title .form-auto-item.is-user-is-inactive:not(button),.w-cards-container .w-card .title ._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:not(button),._account_api .liveDashboard .list-results thead .form-auto-list .w-cards-container .w-card .title .form-auto-item.is-user-is-inactive:not(button),.w-cards-container .w-card .title .liveDashboard .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-inactive:not(button),.liveDashboard .form-auto-list ._account_api .list-results thead .w-cards-container .w-card .title .form-auto-item.is-user-is-inactive:not(button),.w-cards-container .w-card .title .form-auto-list ._account_api .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive:not(button),.form-auto-list ._account_api .liveDashboard .list-results thead .w-cards-container .w-card .title .form-auto-item.is-user-is-inactive:not(button),.w-cards-container .w-card .title .liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active:not(button),.liveDashboard ._account_api .list-results thead .form-auto-list .w-cards-container .w-card .title .form-auto-item.is-user-is-active:not(button),.w-cards-container .w-card .title ._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active:not(button),._account_api .liveDashboard .list-results thead .form-auto-list .w-cards-container .w-card .title .form-auto-item.is-user-is-active:not(button),.w-cards-container .w-card .title .liveDashboard .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-active:not(button),.liveDashboard .form-auto-list ._account_api .list-results thead .w-cards-container .w-card .title .form-auto-item.is-user-is-active:not(button),.w-cards-container .w-card .title .form-auto-list ._account_api .liveDashboard .list-results thead .form-auto-item.is-user-is-active:not(button),.form-auto-list ._account_api .liveDashboard .list-results thead .w-cards-container .w-card .title .form-auto-item.is-user-is-active:not(button),.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .list-results-header .status.title span:not(button),.liveDashboard ._account_api .list-results thead .list-results-header .w-cards-container .w-card .status.title span:not(button),.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .list-results-header .status.title span:not(button),._account_api .liveDashboard .list-results thead .list-results-header .w-cards-container .w-card .status.title span:not(button),.w-cards-container .w-card .liveDashboard .list-results-header .status.title ._account_api .list-results thead span:not(button),.liveDashboard .list-results-header .w-cards-container .w-card .status.title ._account_api .list-results thead span:not(button),.w-cards-container .w-card .list-results-header .status.title ._account_api .liveDashboard .list-results thead span:not(button),.list-results-header .w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead span:not(button),.w-cards-container .w-card .title .liveDashboard ._account_api .list-results thead tr span:not(button),.liveDashboard ._account_api .list-results thead tr .w-cards-container .w-card .title span:not(button),.w-cards-container .w-card .title ._account_api .liveDashboard .list-results thead tr span:not(button),._account_api .liveDashboard .list-results thead tr .w-cards-container .w-card .title span:not(button),.w-cards-container .w-card .title ._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .dropdown-toggle:not(button):after,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .w-cards-container .w-card .title .dropdown-toggle:not(button):after,.w-cards-container .w-card .title .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .dropdown-toggle:not(button):after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .w-cards-container .w-card .title .dropdown-toggle:not(button):after,.w-cards-container .w-card .title ._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .filter:not(button),._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .w-cards-container .w-card .title .filter:not(button),.w-cards-container .w-card .title .w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .filter:not(button),.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .w-cards-container .w-card .title .filter:not(button),.w-cards-container .w-card .title ._account_api .form-label.status .liveDashboard .list-results thead span:not(button),.w-cards-container .w-card .title ._account_api .status.status-log .liveDashboard .list-results thead span:not(button),.w-cards-container .w-card .title ._account_api .status.status-report-item .liveDashboard .list-results thead span:not(button),.w-cards-container .w-card .title ._account_api .double-list dd.status .liveDashboard .list-results thead span:not(button),.double-list .w-cards-container .w-card .title ._account_api dd.status .liveDashboard .list-results thead span:not(button),.w-cards-container .w-card .title ._account_api .double-list dt.status .liveDashboard .list-results thead span:not(button),.double-list .w-cards-container .w-card .title ._account_api dt.status .liveDashboard .list-results thead span:not(button),._account_api .form-label.status .liveDashboard .list-results thead .w-cards-container .w-card .title span:not(button),._account_api .status.status-log .liveDashboard .list-results thead .w-cards-container .w-card .title span:not(button),._account_api .status.status-report-item .liveDashboard .list-results thead .w-cards-container .w-card .title span:not(button),._account_api .double-list dd.status .liveDashboard .list-results thead .w-cards-container .w-card .title span:not(button),.double-list ._account_api dd.status .liveDashboard .list-results thead .w-cards-container .w-card .title span:not(button),._account_api .double-list dt.status .liveDashboard .list-results thead .w-cards-container .w-card .title span:not(button),.double-list ._account_api dt.status .liveDashboard .list-results thead .w-cards-container .w-card .title span:not(button),.w-cards-container .w-card .title .form-label.status .liveDashboard ._account_api .list-results thead span:not(button),.w-cards-container .w-card .title .status.status-log .liveDashboard ._account_api .list-results thead span:not(button),.w-cards-container .w-card .title .status.status-report-item .liveDashboard ._account_api .list-results thead span:not(button),.w-cards-container .w-card .title .double-list dd.status .liveDashboard ._account_api .list-results thead span:not(button),.double-list .w-cards-container .w-card .title dd.status .liveDashboard ._account_api .list-results thead span:not(button),.w-cards-container .w-card .title .double-list dt.status .liveDashboard ._account_api .list-results thead span:not(button),.double-list .w-cards-container .w-card .title dt.status .liveDashboard ._account_api .list-results thead span:not(button),.form-label.status .liveDashboard ._account_api .list-results thead .w-cards-container .w-card .title span:not(button),.status.status-log .liveDashboard ._account_api .list-results thead .w-cards-container .w-card .title span:not(button),.status.status-report-item .liveDashboard ._account_api .list-results thead .w-cards-container .w-card .title span:not(button),.double-list dd.status .liveDashboard ._account_api .list-results thead .w-cards-container .w-card .title span:not(button),.double-list dt.status .liveDashboard ._account_api .list-results thead .w-cards-container .w-card .title span:not(button),.w-cards-container .w-card .title ._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span:not(button),._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead .w-cards-container .w-card .title span:not(button),.w-cards-container .w-card .title .w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead span:not(button),.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead .w-cards-container .w-card .title span:not(button),.w-cards-container .w-card .title ._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span:not(button),._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead .w-cards-container .w-card .title span:not(button),.w-cards-container .w-card .title .w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead span:not(button),.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead .w-cards-container .w-card .title span:not(button),.w-cards-container .w-card .title ._account_api .sub-header .w-form .liveDashboard .list-results thead label:not(button),.w-cards-container .w-card .title ._account_api .sub-header .w-double-list .liveDashboard .list-results thead label:not(button),._account_api .sub-header .w-form .liveDashboard .list-results thead .w-cards-container .w-card .title label:not(button),._account_api .sub-header .w-double-list .liveDashboard .list-results thead .w-cards-container .w-card .title label:not(button),.w-cards-container .w-card .title .sub-header .w-form .liveDashboard ._account_api .list-results thead label:not(button),.w-cards-container .w-card .title .sub-header .w-double-list .liveDashboard ._account_api .list-results thead label:not(button),.sub-header .w-form .liveDashboard ._account_api .list-results thead .w-cards-container .w-card .title label:not(button),.sub-header .w-double-list .liveDashboard ._account_api .list-results thead .w-cards-container .w-card .title label:not(button),.w-cards-container .w-card .title ._account_api .block-filters .liveDashboard .list-results thead button:not(button):after,._account_api .block-filters .liveDashboard .list-results thead .w-cards-container .w-card .title button:not(button):after,.w-cards-container .w-card .title .block-filters .liveDashboard ._account_api .list-results thead button:not(button):after,.block-filters .liveDashboard ._account_api .list-results thead .w-cards-container .w-card .title button:not(button):after,.w-cards-container .w-card .title ._account_api .block-filters .liveDashboard .list-results thead select:not(button):after,._account_api .block-filters .liveDashboard .list-results thead .w-cards-container .w-card .title select:not(button):after,.w-cards-container .w-card .title .block-filters .liveDashboard ._account_api .list-results thead select:not(button):after,.block-filters .liveDashboard ._account_api .list-results thead .w-cards-container .w-card .title select:not(button):after,.w-cards-container .w-card .title ._account_api .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive:not(button),._account_api .form-auto-list .liveDashboard .list-results thead .w-cards-container .w-card .title .form-auto-item.is-user-is-inactive:not(button),.w-cards-container .w-card .title .form-auto-list .liveDashboard ._account_api .list-results thead .form-auto-item.is-user-is-inactive:not(button),.form-auto-list .liveDashboard ._account_api .list-results thead .w-cards-container .w-card .title .form-auto-item.is-user-is-inactive:not(button),.w-cards-container .w-card .title ._account_api .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-active:not(button),._account_api .form-auto-list .liveDashboard .list-results thead .w-cards-container .w-card .title .form-auto-item.is-user-is-active:not(button),.w-cards-container .w-card .title .form-auto-list .liveDashboard ._account_api .list-results thead .form-auto-item.is-user-is-active:not(button),.form-auto-list .liveDashboard ._account_api .list-results thead .w-cards-container .w-card .title .form-auto-item.is-user-is-active:not(button),.w-cards-container .w-card ._account_api .list-results-header .status.title .liveDashboard .list-results thead span:not(button),._account_api .list-results-header .w-cards-container .w-card .status.title .liveDashboard .list-results thead span:not(button),.w-cards-container .w-card .list-results-header .status.title .liveDashboard ._account_api .list-results thead span:not(button),.list-results-header .w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead span:not(button),.w-cards-container .w-card .title .list-results tbody td.is-pending span:not(button),.list-results tbody td.is-pending .w-cards-container .w-card .title span:not(button),.w-cards-container .w-card .title .liveDashboard .list-results thead tbody td.is-pending span:not(button),.liveDashboard .list-results thead tbody td.is-pending .w-cards-container .w-card .title span:not(button),.w-cards-container .w-card .title .liveDashboard .list-results tbody td.is-pending thead span:not(button),.liveDashboard .list-results tbody td.is-pending thead .w-cards-container .w-card .title span:not(button),.w-cards-container .w-card .title ._account_api .list-results thead tbody td.is-pending span:not(button),._account_api .list-results thead tbody td.is-pending .w-cards-container .w-card .title span:not(button),.w-cards-container .w-card .title ._account_api .list-results tbody td.is-pending thead span:not(button),._account_api .list-results tbody td.is-pending thead .w-cards-container .w-card .title span:not(button),.w-cards-container .w-card .title .liveDashboard ._account_api .list-results thead tbody td.is-pending span:not(button),.liveDashboard ._account_api .list-results thead tbody td.is-pending .w-cards-container .w-card .title span:not(button),.w-cards-container .w-card .title .liveDashboard ._account_api .list-results tbody td.is-pending thead span:not(button),.liveDashboard ._account_api .list-results tbody td.is-pending thead .w-cards-container .w-card .title span:not(button),.w-cards-container .w-card .title ._account_api .liveDashboard .list-results thead tbody td.is-pending span:not(button),._account_api .liveDashboard .list-results thead tbody td.is-pending .w-cards-container .w-card .title span:not(button),.w-cards-container .w-card .title ._account_api .liveDashboard .list-results tbody td.is-pending thead span:not(button),._account_api .liveDashboard .list-results tbody td.is-pending thead .w-cards-container .w-card .title span:not(button),.w-cards-container .w-card .title .list-results tbody td.is-running span:not(button),.list-results tbody td.is-running .w-cards-container .w-card .title span:not(button),.w-cards-container .w-card .title .liveDashboard .list-results thead tbody td.is-running span:not(button),.liveDashboard .list-results thead tbody td.is-running .w-cards-container .w-card .title span:not(button),.w-cards-container .w-card .title .liveDashboard .list-results tbody td.is-running thead span:not(button),.liveDashboard .list-results tbody td.is-running thead .w-cards-container .w-card .title span:not(button),.w-cards-container .w-card .title ._account_api .list-results thead tbody td.is-running span:not(button),._account_api .list-results thead tbody td.is-running .w-cards-container .w-card .title span:not(button),.w-cards-container .w-card .title ._account_api .list-results tbody td.is-running thead span:not(button),._account_api .list-results tbody td.is-running thead .w-cards-container .w-card .title span:not(button),.w-cards-container .w-card .title .liveDashboard ._account_api .list-results thead tbody td.is-running span:not(button),.liveDashboard ._account_api .list-results thead tbody td.is-running .w-cards-container .w-card .title span:not(button),.w-cards-container .w-card .title .liveDashboard ._account_api .list-results tbody td.is-running thead span:not(button),.liveDashboard ._account_api .list-results tbody td.is-running thead .w-cards-container .w-card .title span:not(button),.w-cards-container .w-card .title ._account_api .liveDashboard .list-results thead tbody td.is-running span:not(button),._account_api .liveDashboard .list-results thead tbody td.is-running .w-cards-container .w-card .title span:not(button),.w-cards-container .w-card .title ._account_api .liveDashboard .list-results tbody td.is-running thead span:not(button),._account_api .liveDashboard .list-results tbody td.is-running thead .w-cards-container .w-card .title span:not(button),.w-cards-container .w-card .title .list-results tbody span.status:not(button),.list-results tbody .w-cards-container .w-card .title span.status:not(button),.w-cards-container .w-card .title .liveDashboard .list-results thead tbody span.status:not(button),.liveDashboard .list-results thead tbody .w-cards-container .w-card .title span.status:not(button),.w-cards-container .w-card .title .liveDashboard .list-results tbody thead span.status:not(button),.liveDashboard .list-results tbody thead .w-cards-container .w-card .title span.status:not(button),.w-cards-container .w-card .title ._account_api .list-results thead tbody span.status:not(button),._account_api .list-results thead tbody .w-cards-container .w-card .title span.status:not(button),.w-cards-container .w-card .title ._account_api .list-results tbody thead span.status:not(button),._account_api .list-results tbody thead .w-cards-container .w-card .title span.status:not(button),.w-cards-container .w-card .title .liveDashboard ._account_api .list-results thead tbody span.status:not(button),.liveDashboard ._account_api .list-results thead tbody .w-cards-container .w-card .title span.status:not(button),.w-cards-container .w-card .title .liveDashboard ._account_api .list-results tbody thead span.status:not(button),.liveDashboard ._account_api .list-results tbody thead .w-cards-container .w-card .title span.status:not(button),.w-cards-container .w-card .title ._account_api .liveDashboard .list-results thead tbody span.status:not(button),._account_api .liveDashboard .list-results thead tbody .w-cards-container .w-card .title span.status:not(button),.w-cards-container .w-card .title ._account_api .liveDashboard .list-results tbody thead span.status:not(button),._account_api .liveDashboard .list-results tbody thead .w-cards-container .w-card .title span.status:not(button),.w-cards-container .w-card .title .toggleWrapper input.mobileToggle+label:not(button),.toggleWrapper .w-cards-container .w-card .title input.mobileToggle+label:not(button),.w-cards-container .w-card .title .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label:not(button),.liveDashboard .list-results thead .toggleWrapper .w-cards-container .w-card .title input.mobileToggle+label:not(button),.w-cards-container .w-card .title .toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label:not(button),.toggleWrapper .liveDashboard .list-results thead .w-cards-container .w-card .title input.mobileToggle+label:not(button),.w-cards-container .w-card .title ._account_api .list-results thead .toggleWrapper input.mobileToggle+label:not(button),._account_api .list-results thead .toggleWrapper .w-cards-container .w-card .title input.mobileToggle+label:not(button),.w-cards-container .w-card .title .toggleWrapper ._account_api .list-results thead input.mobileToggle+label:not(button),.toggleWrapper ._account_api .list-results thead .w-cards-container .w-card .title input.mobileToggle+label:not(button),.w-cards-container .w-card .title .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label:not(button),.liveDashboard ._account_api .list-results thead .toggleWrapper .w-cards-container .w-card .title input.mobileToggle+label:not(button),.w-cards-container .w-card .title .toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label:not(button),.toggleWrapper .liveDashboard ._account_api .list-results thead .w-cards-container .w-card .title input.mobileToggle+label:not(button),.w-cards-container .w-card .title ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label:not(button),._account_api .liveDashboard .list-results thead .toggleWrapper .w-cards-container .w-card .title input.mobileToggle+label:not(button),.w-cards-container .w-card .title .toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label:not(button),.toggleWrapper ._account_api .liveDashboard .list-results thead .w-cards-container .w-card .title input.mobileToggle+label:not(button),.w-cards-container .w-card .list-results tbody tr.sublist .status.title span:not(button),.list-results tbody tr.sublist .w-cards-container .w-card .status.title span:not(button),.w-cards-container .w-card .liveDashboard .list-results thead tbody tr.sublist .status.title span:not(button),.liveDashboard .list-results thead tbody tr.sublist .w-cards-container .w-card .status.title span:not(button),.w-cards-container .w-card .liveDashboard .list-results tbody tr.sublist thead .status.title span:not(button),.liveDashboard .list-results tbody tr.sublist thead .w-cards-container .w-card .status.title span:not(button),.w-cards-container .w-card .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span:not(button),.list-results tbody tr.sublist .w-cards-container .w-card .status.title .liveDashboard .list-results thead span:not(button),.w-cards-container .w-card ._account_api .list-results thead tbody tr.sublist .status.title span:not(button),._account_api .list-results thead tbody tr.sublist .w-cards-container .w-card .status.title span:not(button),.w-cards-container .w-card ._account_api .list-results tbody tr.sublist thead .status.title span:not(button),._account_api .list-results tbody tr.sublist thead .w-cards-container .w-card .status.title span:not(button),.w-cards-container .w-card .list-results tbody tr.sublist .status.title ._account_api .list-results thead span:not(button),.list-results tbody tr.sublist .w-cards-container .w-card .status.title ._account_api .list-results thead span:not(button),.w-cards-container .w-card .liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span:not(button),.liveDashboard ._account_api .list-results thead tbody tr.sublist .w-cards-container .w-card .status.title span:not(button),.w-cards-container .w-card .liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span:not(button),.liveDashboard ._account_api .list-results tbody tr.sublist thead .w-cards-container .w-card .status.title span:not(button),.w-cards-container .w-card ._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span:not(button),._account_api .liveDashboard .list-results thead tbody tr.sublist .w-cards-container .w-card .status.title span:not(button),.w-cards-container .w-card ._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span:not(button),._account_api .liveDashboard .list-results tbody tr.sublist thead .w-cards-container .w-card .status.title span:not(button),.w-cards-container .w-card .liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span:not(button),.liveDashboard .list-results tbody tr.sublist .w-cards-container .w-card .status.title ._account_api .list-results thead span:not(button),.w-cards-container .w-card .list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead span:not(button),.list-results tbody tr.sublist .liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span:not(button),.w-cards-container .w-card .list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead span:not(button),.list-results tbody tr.sublist .w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead span:not(button),.w-cards-container .w-card ._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span:not(button),._account_api .list-results tbody tr.sublist .w-cards-container .w-card .status.title .liveDashboard .list-results thead span:not(button),.w-cards-container .w-card .list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead span:not(button),.list-results tbody tr.sublist ._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span:not(button),.w-cards-container .w-card .list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead span:not(button),.list-results tbody tr.sublist .w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead span:not(button),.w-cards-container .w-card.centered .title .w-value .status.label span:not(button),.w-cards-container .w-card.centered .w-value .status.label .title span:not(button),.liveDashboard .list-results thead .w-cards-container .w-card.centered .title .w-value .status.label span:not(button),.liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .title span:not(button),.w-cards-container .w-card.centered .title .w-value .liveDashboard .list-results thead .status.label span:not(button),.w-cards-container .w-card.centered .w-value .liveDashboard .list-results thead .status.label .title span:not(button),.w-cards-container .w-card.centered .title .w-value .status.label .liveDashboard .list-results thead span:not(button),.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead .title span:not(button),._account_api .list-results thead .w-cards-container .w-card.centered .title .w-value .status.label span:not(button),._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .title span:not(button),.w-cards-container .w-card.centered .title .w-value ._account_api .list-results thead .status.label span:not(button),.w-cards-container .w-card.centered .w-value ._account_api .list-results thead .status.label .title span:not(button),.w-cards-container .w-card.centered .title .w-value .status.label ._account_api .list-results thead span:not(button),.w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead .title span:not(button),.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .title .w-value .status.label span:not(button),.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .title span:not(button),.w-cards-container .w-card.centered .title .w-value .liveDashboard ._account_api .list-results thead .status.label span:not(button),.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label .title span:not(button),._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .title .w-value .status.label span:not(button),._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .title span:not(button),.w-cards-container .w-card.centered .title .w-value ._account_api .liveDashboard .list-results thead .status.label span:not(button),.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label .title span:not(button),.liveDashboard .w-cards-container .w-card.centered .title .w-value .status.label ._account_api .list-results thead span:not(button),.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead .title span:not(button),.w-cards-container .w-card.centered .title .w-value .liveDashboard .status.label ._account_api .list-results thead span:not(button),.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead .title span:not(button),.w-cards-container .w-card.centered .title .w-value .status.label ._account_api .liveDashboard .list-results thead span:not(button),.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead .title span:not(button),._account_api .w-cards-container .w-card.centered .title .w-value .status.label .liveDashboard .list-results thead span:not(button),._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead .title span:not(button),.w-cards-container .w-card.centered .title .w-value ._account_api .status.label .liveDashboard .list-results thead span:not(button),.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead .title span:not(button),.w-cards-container .w-card.centered .title .w-value .status.label .liveDashboard ._account_api .list-results thead span:not(button),.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead .title span:not(button),.w-cards-container .w-card .status.title span:not(button),.liveDashboard .list-results thead .w-cards-container .w-card .status.title span:not(button),.w-cards-container .w-card .liveDashboard .list-results thead .status.title span:not(button),.w-cards-container .w-card .status.title .liveDashboard .list-results thead span:not(button),._account_api .list-results thead .w-cards-container .w-card .status.title span:not(button),.w-cards-container .w-card ._account_api .list-results thead .status.title span:not(button),.w-cards-container .w-card .status.title ._account_api .list-results thead span:not(button),.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span:not(button),.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title span:not(button),._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span:not(button),.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title span:not(button),.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span:not(button),.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead span:not(button),.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead span:not(button),._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span:not(button),.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead span:not(button),.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead span:not(button){color:#a5a5a5;display:flex;align-items:center;justify-content:center}.w-cards-container .w-card .title .icon:not(button):before,.w-cards-container .w-card .title .w-alert-banner:not(button):before,.w-cards-container .w-card .title .liveDashboard .list-results thead .w-alert-banner:not(button):before,.liveDashboard .list-results thead .w-cards-container .w-card .title .w-alert-banner:not(button):before,.w-cards-container .w-card .title ._account_api .list-results thead .w-alert-banner:not(button):before,._account_api .list-results thead .w-cards-container .w-card .title .w-alert-banner:not(button):before,.w-cards-container .w-card .title .w-time-period .dropdown .w-selection .btn-period-clear:not(button):before,.w-time-period .dropdown .w-selection .w-cards-container .w-card .title .btn-period-clear:not(button):before,.w-cards-container .w-card .title .w-time-period .dropdown .w-selection .btn-filter:not(button):before,.w-time-period .dropdown .w-selection .w-cards-container .w-card .title .btn-filter:not(button):before,.w-cards-container .w-card .title .w-time-period .dropdown .w-selection .btn-period-edit:not(button):before,.w-time-period .dropdown .w-selection .w-cards-container .w-card .title .btn-period-edit:not(button):before,.w-cards-container .w-card .title .block-filters .btn-filter:not(button):before,.block-filters .w-cards-container .w-card .title .btn-filter:not(button):before,.w-cards-container .w-card .title .liveDashboard .list-results thead .block-filters .btn-filter:not(button):before,.liveDashboard .list-results thead .block-filters .w-cards-container .w-card .title .btn-filter:not(button):before,.w-cards-container .w-card .title .block-filters .liveDashboard .list-results thead .btn-filter:not(button):before,.block-filters .liveDashboard .list-results thead .w-cards-container .w-card .title .btn-filter:not(button):before,.w-cards-container .w-card .title ._account_api .list-results thead .block-filters .btn-filter:not(button):before,._account_api .list-results thead .block-filters .w-cards-container .w-card .title .btn-filter:not(button):before,.w-cards-container .w-card .title .block-filters ._account_api .list-results thead .btn-filter:not(button):before,.block-filters ._account_api .list-results thead .w-cards-container .w-card .title .btn-filter:not(button):before,.w-cards-container .w-card .title .w-filter-preset.w-filter-preset .filter-preset .filter:not(button):before,.w-filter-preset.w-filter-preset .filter-preset .w-cards-container .w-card .title .filter:not(button):before,.w-cards-container .w-card .title .form-label.status span:not(button):before,.w-cards-container .w-card .title .status.status-log span:not(button):before,.w-cards-container .w-card .title .status.status-report-item span:not(button):before,.w-cards-container .w-card .title .double-list dd.status span:not(button):before,.double-list .w-cards-container .w-card .title dd.status span:not(button):before,.w-cards-container .w-card .title .double-list dt.status span:not(button):before,.double-list .w-cards-container .w-card .title dt.status span:not(button):before,.form-label.status .w-cards-container .w-card .title span:not(button):before,.status.status-log .w-cards-container .w-card .title span:not(button):before,.status.status-report-item .w-cards-container .w-card .title span:not(button):before,.double-list dd.status .w-cards-container .w-card .title span:not(button):before,.double-list dt.status .w-cards-container .w-card .title span:not(button):before,.w-cards-container .w-card .title .w-filters-selected label.status.small span:not(button):before,.w-filters-selected label.status.small .w-cards-container .w-card .title span:not(button):before,.w-cards-container .w-card .title .w-filters-selected .status.btn-f-s span:not(button):before,.w-filters-selected .status.btn-f-s .w-cards-container .w-card .title span:not(button):before,.w-cards-container .w-card .title .sub-header .w-form label:not(button):before,.w-cards-container .w-card .title .sub-header .w-double-list label:not(button):before,.sub-header .w-form .w-cards-container .w-card .title label:not(button):before,.sub-header .w-double-list .w-cards-container .w-card .title label:not(button):before,.w-cards-container .w-card .title .form-auto-list .form-auto-item.is-user-is-inactive:not(button):before,.form-auto-list .w-cards-container .w-card .title .form-auto-item.is-user-is-inactive:not(button):before,.w-cards-container .w-card .title .form-auto-list .form-auto-item.is-user-is-active:not(button):before,.form-auto-list .w-cards-container .w-card .title .form-auto-item.is-user-is-active:not(button):before,.w-cards-container .w-card .list-results-header .status.title span:not(button):before,.list-results-header .w-cards-container .w-card .status.title span:not(button):before,.w-cards-container .w-card .title .list-results thead tr span:not(button):before,.list-results thead tr .w-cards-container .w-card .title span:not(button):before,.w-cards-container .w-card .title .liveDashboard .list-results thead .icon:not(button):before,.w-cards-container .w-card .title .liveDashboard .list-results thead .w-alert-banner:not(button):before,.w-cards-container .w-card .title .liveDashboard .list-results thead .w-alert-banner:not(button):before,.w-cards-container .w-card .title .liveDashboard ._account_api .list-results thead .w-alert-banner:not(button):before,._account_api .w-cards-container .w-card .title .liveDashboard .list-results thead .w-alert-banner:not(button):before,.w-cards-container .w-card .title .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:not(button):before,.w-time-period .dropdown .w-selection .w-cards-container .w-card .title .liveDashboard .list-results thead .btn-period-clear:not(button):before,.w-cards-container .w-card .title .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:not(button):before,.w-time-period .dropdown .w-selection .w-cards-container .w-card .title .liveDashboard .list-results thead .btn-filter:not(button):before,.w-cards-container .w-card .title .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:not(button):before,.w-time-period .dropdown .w-selection .w-cards-container .w-card .title .liveDashboard .list-results thead .btn-period-edit:not(button):before,.w-cards-container .w-card .title .liveDashboard .list-results thead .block-filters .btn-filter:not(button):before,.block-filters .w-cards-container .w-card .title .liveDashboard .list-results thead .btn-filter:not(button):before,.w-cards-container .w-card .title .liveDashboard .list-results thead .block-filters .btn-filter:not(button):before,.w-cards-container .w-card .title .block-filters .liveDashboard .list-results thead .btn-filter:not(button):before,.block-filters .w-cards-container .w-card .title .liveDashboard .list-results thead .btn-filter:not(button):before,.w-cards-container .w-card .title .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:not(button):before,._account_api .w-cards-container .w-card .title .liveDashboard .list-results thead .block-filters .btn-filter:not(button):before,.w-cards-container .w-card .title .liveDashboard .block-filters ._account_api .list-results thead .btn-filter:not(button):before,.block-filters ._account_api .w-cards-container .w-card .title .liveDashboard .list-results thead .btn-filter:not(button):before,.liveDashboard .list-results thead .w-cards-container .w-card .title .icon:not(button):before,.liveDashboard .list-results thead .w-cards-container .w-card .title .w-alert-banner:not(button):before,.liveDashboard .list-results thead .w-cards-container .w-card .title .w-alert-banner:not(button):before,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .title .w-alert-banner:not(button):before,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .title .w-alert-banner:not(button):before,.liveDashboard .list-results thead .w-cards-container .w-card .title .w-time-period .dropdown .w-selection .btn-period-clear:not(button):before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .w-cards-container .w-card .title .btn-period-clear:not(button):before,.liveDashboard .list-results thead .w-cards-container .w-card .title .w-time-period .dropdown .w-selection .btn-filter:not(button):before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .w-cards-container .w-card .title .btn-filter:not(button):before,.liveDashboard .list-results thead .w-cards-container .w-card .title .w-time-period .dropdown .w-selection .btn-period-edit:not(button):before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .w-cards-container .w-card .title .btn-period-edit:not(button):before,.liveDashboard .list-results thead .w-cards-container .w-card .title .block-filters .btn-filter:not(button):before,.block-filters .liveDashboard .list-results thead .w-cards-container .w-card .title .btn-filter:not(button):before,.liveDashboard .list-results thead .w-cards-container .w-card .title .block-filters .btn-filter:not(button):before,.liveDashboard .list-results thead .block-filters .w-cards-container .w-card .title .btn-filter:not(button):before,.block-filters .liveDashboard .list-results thead .w-cards-container .w-card .title .btn-filter:not(button):before,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .title .block-filters .btn-filter:not(button):before,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .title .block-filters .btn-filter:not(button):before,.liveDashboard ._account_api .list-results thead .block-filters .w-cards-container .w-card .title .btn-filter:not(button):before,._account_api .liveDashboard .list-results thead .block-filters .w-cards-container .w-card .title .btn-filter:not(button):before,.liveDashboard .block-filters ._account_api .list-results thead .w-cards-container .w-card .title .btn-filter:not(button):before,.block-filters ._account_api .liveDashboard .list-results thead .w-cards-container .w-card .title .btn-filter:not(button):before,.w-cards-container .w-card .title .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:not(button):before,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .w-cards-container .w-card .title .filter:not(button):before,.w-cards-container .w-card .title .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .filter:not(button):before,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .w-cards-container .w-card .title .filter:not(button):before,.w-cards-container .w-card .title .liveDashboard .list-results thead .form-label.status span:not(button):before,.w-cards-container .w-card .title .liveDashboard .list-results thead .status.status-log span:not(button):before,.w-cards-container .w-card .title .liveDashboard .list-results thead .status.status-report-item span:not(button):before,.w-cards-container .w-card .title .liveDashboard .list-results thead .double-list dd.status span:not(button):before,.double-list .w-cards-container .w-card .title .liveDashboard .list-results thead dd.status span:not(button):before,.w-cards-container .w-card .title .liveDashboard .list-results thead .double-list dt.status span:not(button):before,.double-list .w-cards-container .w-card .title .liveDashboard .list-results thead dt.status span:not(button):before,.liveDashboard .list-results thead .form-label.status .w-cards-container .w-card .title span:not(button):before,.liveDashboard .list-results thead .status.status-log .w-cards-container .w-card .title span:not(button):before,.liveDashboard .list-results thead .status.status-report-item .w-cards-container .w-card .title span:not(button):before,.liveDashboard .list-results thead .double-list dd.status .w-cards-container .w-card .title span:not(button):before,.double-list .liveDashboard .list-results thead dd.status .w-cards-container .w-card .title span:not(button):before,.liveDashboard .list-results thead .double-list dt.status .w-cards-container .w-card .title span:not(button):before,.double-list .liveDashboard .list-results thead dt.status .w-cards-container .w-card .title span:not(button):before,.w-cards-container .w-card .title .form-label.status .liveDashboard .list-results thead span:not(button):before,.w-cards-container .w-card .title .status.status-log .liveDashboard .list-results thead span:not(button):before,.w-cards-container .w-card .title .status.status-report-item .liveDashboard .list-results thead span:not(button):before,.w-cards-container .w-card .title .double-list dd.status .liveDashboard .list-results thead span:not(button):before,.double-list .w-cards-container .w-card .title dd.status .liveDashboard .list-results thead span:not(button):before,.w-cards-container .w-card .title .double-list dt.status .liveDashboard .list-results thead span:not(button):before,.double-list .w-cards-container .w-card .title dt.status .liveDashboard .list-results thead span:not(button):before,.form-label.status .liveDashboard .list-results thead .w-cards-container .w-card .title span:not(button):before,.status.status-log .liveDashboard .list-results thead .w-cards-container .w-card .title span:not(button):before,.status.status-report-item .liveDashboard .list-results thead .w-cards-container .w-card .title span:not(button):before,.double-list dd.status .liveDashboard .list-results thead .w-cards-container .w-card .title span:not(button):before,.double-list dt.status .liveDashboard .list-results thead .w-cards-container .w-card .title span:not(button):before,.w-cards-container .w-card .title .liveDashboard .list-results thead .w-filters-selected label.status.small span:not(button):before,.liveDashboard .list-results thead .w-filters-selected label.status.small .w-cards-container .w-card .title span:not(button):before,.w-cards-container .w-card .title .w-filters-selected label.status.small .liveDashboard .list-results thead span:not(button):before,.w-filters-selected label.status.small .liveDashboard .list-results thead .w-cards-container .w-card .title span:not(button):before,.w-cards-container .w-card .title .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span:not(button):before,.liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .w-cards-container .w-card .title span:not(button):before,.w-cards-container .w-card .title .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span:not(button):before,.w-filters-selected .status.btn-f-s .liveDashboard .list-results thead .w-cards-container .w-card .title span:not(button):before,.w-cards-container .w-card .title .liveDashboard .list-results thead .sub-header .w-form label:not(button):before,.w-cards-container .w-card .title .liveDashboard .list-results thead .sub-header .w-double-list label:not(button):before,.liveDashboard .list-results thead .sub-header .w-form .w-cards-container .w-card .title label:not(button):before,.liveDashboard .list-results thead .sub-header .w-double-list .w-cards-container .w-card .title label:not(button):before,.w-cards-container .w-card .title .sub-header .w-form .liveDashboard .list-results thead label:not(button):before,.w-cards-container .w-card .title .sub-header .w-double-list .liveDashboard .list-results thead label:not(button):before,.sub-header .w-form .liveDashboard .list-results thead .w-cards-container .w-card .title label:not(button):before,.sub-header .w-double-list .liveDashboard .list-results thead .w-cards-container .w-card .title label:not(button):before,.w-cards-container .w-card .title .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:not(button):before,.liveDashboard .list-results thead .form-auto-list .w-cards-container .w-card .title .form-auto-item.is-user-is-inactive:not(button):before,.w-cards-container .w-card .title .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive:not(button):before,.form-auto-list .liveDashboard .list-results thead .w-cards-container .w-card .title .form-auto-item.is-user-is-inactive:not(button):before,.w-cards-container .w-card .title .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active:not(button):before,.liveDashboard .list-results thead .form-auto-list .w-cards-container .w-card .title .form-auto-item.is-user-is-active:not(button):before,.w-cards-container .w-card .title .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-active:not(button):before,.form-auto-list .liveDashboard .list-results thead .w-cards-container .w-card .title .form-auto-item.is-user-is-active:not(button):before,.w-cards-container .w-card .liveDashboard .list-results thead .list-results-header .status.title span:not(button):before,.liveDashboard .list-results thead .list-results-header .w-cards-container .w-card .status.title span:not(button):before,.w-cards-container .w-card .list-results-header .status.title .liveDashboard .list-results thead span:not(button):before,.list-results-header .w-cards-container .w-card .status.title .liveDashboard .list-results thead span:not(button):before,.w-cards-container .w-card .title .liveDashboard .list-results thead tr span:not(button):before,.liveDashboard .list-results thead tr .w-cards-container .w-card .title span:not(button):before,.w-cards-container .w-card .title ._account_api .list-results thead .icon:not(button):before,.w-cards-container .w-card .title ._account_api .list-results thead .w-alert-banner:not(button):before,.w-cards-container .w-card .title ._account_api .liveDashboard .list-results thead .w-alert-banner:not(button):before,.liveDashboard .w-cards-container .w-card .title ._account_api .list-results thead .w-alert-banner:not(button):before,.w-cards-container .w-card .title ._account_api .list-results thead .w-alert-banner:not(button):before,.w-cards-container .w-card .title ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:not(button):before,.w-time-period .dropdown .w-selection .w-cards-container .w-card .title ._account_api .list-results thead .btn-period-clear:not(button):before,.w-cards-container .w-card .title ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:not(button):before,.w-time-period .dropdown .w-selection .w-cards-container .w-card .title ._account_api .list-results thead .btn-filter:not(button):before,.w-cards-container .w-card .title ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:not(button):before,.w-time-period .dropdown .w-selection .w-cards-container .w-card .title ._account_api .list-results thead .btn-period-edit:not(button):before,.w-cards-container .w-card .title ._account_api .list-results thead .block-filters .btn-filter:not(button):before,.block-filters .w-cards-container .w-card .title ._account_api .list-results thead .btn-filter:not(button):before,.w-cards-container .w-card .title ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:not(button):before,.liveDashboard .w-cards-container .w-card .title ._account_api .list-results thead .block-filters .btn-filter:not(button):before,.w-cards-container .w-card .title ._account_api .block-filters .liveDashboard .list-results thead .btn-filter:not(button):before,.block-filters .liveDashboard .w-cards-container .w-card .title ._account_api .list-results thead .btn-filter:not(button):before,.w-cards-container .w-card .title ._account_api .list-results thead .block-filters .btn-filter:not(button):before,.w-cards-container .w-card .title .block-filters ._account_api .list-results thead .btn-filter:not(button):before,.block-filters .w-cards-container .w-card .title ._account_api .list-results thead .btn-filter:not(button):before,._account_api .list-results thead .w-cards-container .w-card .title .icon:not(button):before,._account_api .list-results thead .w-cards-container .w-card .title .w-alert-banner:not(button):before,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .title .w-alert-banner:not(button):before,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .title .w-alert-banner:not(button):before,._account_api .list-results thead .w-cards-container .w-card .title .w-alert-banner:not(button):before,._account_api .list-results thead .w-cards-container .w-card .title .w-time-period .dropdown .w-selection .btn-period-clear:not(button):before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .w-cards-container .w-card .title .btn-period-clear:not(button):before,._account_api .list-results thead .w-cards-container .w-card .title .w-time-period .dropdown .w-selection .btn-filter:not(button):before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .w-cards-container .w-card .title .btn-filter:not(button):before,._account_api .list-results thead .w-cards-container .w-card .title .w-time-period .dropdown .w-selection .btn-period-edit:not(button):before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .w-cards-container .w-card .title .btn-period-edit:not(button):before,._account_api .list-results thead .w-cards-container .w-card .title .block-filters .btn-filter:not(button):before,.block-filters ._account_api .list-results thead .w-cards-container .w-card .title .btn-filter:not(button):before,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .title .block-filters .btn-filter:not(button):before,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .title .block-filters .btn-filter:not(button):before,._account_api .liveDashboard .list-results thead .block-filters .w-cards-container .w-card .title .btn-filter:not(button):before,.liveDashboard ._account_api .list-results thead .block-filters .w-cards-container .w-card .title .btn-filter:not(button):before,._account_api .block-filters .liveDashboard .list-results thead .w-cards-container .w-card .title .btn-filter:not(button):before,.block-filters .liveDashboard ._account_api .list-results thead .w-cards-container .w-card .title .btn-filter:not(button):before,._account_api .list-results thead .w-cards-container .w-card .title .block-filters .btn-filter:not(button):before,._account_api .list-results thead .block-filters .w-cards-container .w-card .title .btn-filter:not(button):before,.block-filters ._account_api .list-results thead .w-cards-container .w-card .title .btn-filter:not(button):before,.w-cards-container .w-card .title ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:not(button):before,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .w-cards-container .w-card .title .filter:not(button):before,.w-cards-container .w-card .title .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .filter:not(button):before,.w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .w-cards-container .w-card .title .filter:not(button):before,.w-cards-container .w-card .title ._account_api .list-results thead .form-label.status span:not(button):before,.w-cards-container .w-card .title ._account_api .list-results thead .status.status-log span:not(button):before,.w-cards-container .w-card .title ._account_api .list-results thead .status.status-report-item span:not(button):before,.w-cards-container .w-card .title ._account_api .list-results thead .double-list dd.status span:not(button):before,.double-list .w-cards-container .w-card .title ._account_api .list-results thead dd.status span:not(button):before,.w-cards-container .w-card .title ._account_api .list-results thead .double-list dt.status span:not(button):before,.double-list .w-cards-container .w-card .title ._account_api .list-results thead dt.status span:not(button):before,._account_api .list-results thead .form-label.status .w-cards-container .w-card .title span:not(button):before,._account_api .list-results thead .status.status-log .w-cards-container .w-card .title span:not(button):before,._account_api .list-results thead .status.status-report-item .w-cards-container .w-card .title span:not(button):before,._account_api .list-results thead .double-list dd.status .w-cards-container .w-card .title span:not(button):before,.double-list ._account_api .list-results thead dd.status .w-cards-container .w-card .title span:not(button):before,._account_api .list-results thead .double-list dt.status .w-cards-container .w-card .title span:not(button):before,.double-list ._account_api .list-results thead dt.status .w-cards-container .w-card .title span:not(button):before,.w-cards-container .w-card .title .form-label.status ._account_api .list-results thead span:not(button):before,.w-cards-container .w-card .title .status.status-log ._account_api .list-results thead span:not(button):before,.w-cards-container .w-card .title .status.status-report-item ._account_api .list-results thead span:not(button):before,.w-cards-container .w-card .title .double-list dd.status ._account_api .list-results thead span:not(button):before,.double-list .w-cards-container .w-card .title dd.status ._account_api .list-results thead span:not(button):before,.w-cards-container .w-card .title .double-list dt.status ._account_api .list-results thead span:not(button):before,.double-list .w-cards-container .w-card .title dt.status ._account_api .list-results thead span:not(button):before,.form-label.status ._account_api .list-results thead .w-cards-container .w-card .title span:not(button):before,.status.status-log ._account_api .list-results thead .w-cards-container .w-card .title span:not(button):before,.status.status-report-item ._account_api .list-results thead .w-cards-container .w-card .title span:not(button):before,.double-list dd.status ._account_api .list-results thead .w-cards-container .w-card .title span:not(button):before,.double-list dt.status ._account_api .list-results thead .w-cards-container .w-card .title span:not(button):before,.w-cards-container .w-card .title ._account_api .list-results thead .w-filters-selected label.status.small span:not(button):before,._account_api .list-results thead .w-filters-selected label.status.small .w-cards-container .w-card .title span:not(button):before,.w-cards-container .w-card .title .w-filters-selected label.status.small ._account_api .list-results thead span:not(button):before,.w-filters-selected label.status.small ._account_api .list-results thead .w-cards-container .w-card .title span:not(button):before,.w-cards-container .w-card .title ._account_api .list-results thead .w-filters-selected .status.btn-f-s span:not(button):before,._account_api .list-results thead .w-filters-selected .status.btn-f-s .w-cards-container .w-card .title span:not(button):before,.w-cards-container .w-card .title .w-filters-selected .status.btn-f-s ._account_api .list-results thead span:not(button):before,.w-filters-selected .status.btn-f-s ._account_api .list-results thead .w-cards-container .w-card .title span:not(button):before,.w-cards-container .w-card .title ._account_api .list-results thead .sub-header .w-form label:not(button):before,.w-cards-container .w-card .title ._account_api .list-results thead .sub-header .w-double-list label:not(button):before,._account_api .list-results thead .sub-header .w-form .w-cards-container .w-card .title label:not(button):before,._account_api .list-results thead .sub-header .w-double-list .w-cards-container .w-card .title label:not(button):before,.w-cards-container .w-card .title .sub-header .w-form ._account_api .list-results thead label:not(button):before,.w-cards-container .w-card .title .sub-header .w-double-list ._account_api .list-results thead label:not(button):before,.sub-header .w-form ._account_api .list-results thead .w-cards-container .w-card .title label:not(button):before,.sub-header .w-double-list ._account_api .list-results thead .w-cards-container .w-card .title label:not(button):before,.w-cards-container .w-card .title ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:not(button):before,._account_api .list-results thead .form-auto-list .w-cards-container .w-card .title .form-auto-item.is-user-is-inactive:not(button):before,.w-cards-container .w-card .title .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-inactive:not(button):before,.form-auto-list ._account_api .list-results thead .w-cards-container .w-card .title .form-auto-item.is-user-is-inactive:not(button):before,.w-cards-container .w-card .title ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active:not(button):before,._account_api .list-results thead .form-auto-list .w-cards-container .w-card .title .form-auto-item.is-user-is-active:not(button):before,.w-cards-container .w-card .title .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-active:not(button):before,.form-auto-list ._account_api .list-results thead .w-cards-container .w-card .title .form-auto-item.is-user-is-active:not(button):before,.w-cards-container .w-card ._account_api .list-results thead .list-results-header .status.title span:not(button):before,._account_api .list-results thead .list-results-header .w-cards-container .w-card .status.title span:not(button):before,.w-cards-container .w-card .list-results-header .status.title ._account_api .list-results thead span:not(button):before,.list-results-header .w-cards-container .w-card .status.title ._account_api .list-results thead span:not(button):before,.w-cards-container .w-card .title ._account_api .list-results thead tr span:not(button):before,._account_api .list-results thead tr .w-cards-container .w-card .title span:not(button):before,.w-cards-container .w-card .title .liveDashboard ._account_api .list-results thead .icon:not(button):before,.w-cards-container .w-card .title .liveDashboard ._account_api .list-results thead .w-alert-banner:not(button):before,.w-cards-container .w-card .title .liveDashboard ._account_api .list-results thead .w-alert-banner:not(button):before,.w-cards-container .w-card .title .liveDashboard ._account_api .list-results thead .w-alert-banner:not(button):before,.w-cards-container .w-card .title .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:not(button):before,.w-time-period .dropdown .w-selection .w-cards-container .w-card .title .liveDashboard ._account_api .list-results thead .btn-period-clear:not(button):before,.w-cards-container .w-card .title .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:not(button):before,.w-time-period .dropdown .w-selection .w-cards-container .w-card .title .liveDashboard ._account_api .list-results thead .btn-filter:not(button):before,.w-cards-container .w-card .title .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:not(button):before,.w-time-period .dropdown .w-selection .w-cards-container .w-card .title .liveDashboard ._account_api .list-results thead .btn-period-edit:not(button):before,.w-cards-container .w-card .title .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:not(button):before,.block-filters .w-cards-container .w-card .title .liveDashboard ._account_api .list-results thead .btn-filter:not(button):before,.w-cards-container .w-card .title .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:not(button):before,.w-cards-container .w-card .title .block-filters .liveDashboard ._account_api .list-results thead .btn-filter:not(button):before,.block-filters .w-cards-container .w-card .title .liveDashboard ._account_api .list-results thead .btn-filter:not(button):before,.w-cards-container .w-card .title .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:not(button):before,.w-cards-container .w-card .title .liveDashboard .block-filters ._account_api .list-results thead .btn-filter:not(button):before,.block-filters .w-cards-container .w-card .title .liveDashboard ._account_api .list-results thead .btn-filter:not(button):before,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .title .icon:not(button):before,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .title .w-alert-banner:not(button):before,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .title .w-alert-banner:not(button):before,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .title .w-alert-banner:not(button):before,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .title .w-time-period .dropdown .w-selection .btn-period-clear:not(button):before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .w-cards-container .w-card .title .btn-period-clear:not(button):before,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .title .w-time-period .dropdown .w-selection .btn-filter:not(button):before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .w-cards-container .w-card .title .btn-filter:not(button):before,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .title .w-time-period .dropdown .w-selection .btn-period-edit:not(button):before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .w-cards-container .w-card .title .btn-period-edit:not(button):before,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .title .block-filters .btn-filter:not(button):before,.block-filters .liveDashboard ._account_api .list-results thead .w-cards-container .w-card .title .btn-filter:not(button):before,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .title .block-filters .btn-filter:not(button):before,.liveDashboard ._account_api .list-results thead .block-filters .w-cards-container .w-card .title .btn-filter:not(button):before,.block-filters .liveDashboard ._account_api .list-results thead .w-cards-container .w-card .title .btn-filter:not(button):before,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .title .block-filters .btn-filter:not(button):before,.liveDashboard ._account_api .list-results thead .block-filters .w-cards-container .w-card .title .btn-filter:not(button):before,.liveDashboard .block-filters ._account_api .list-results thead .w-cards-container .w-card .title .btn-filter:not(button):before,.block-filters .liveDashboard ._account_api .list-results thead .w-cards-container .w-card .title .btn-filter:not(button):before,.w-cards-container .w-card .title ._account_api .liveDashboard .list-results thead .icon:not(button):before,.w-cards-container .w-card .title ._account_api .liveDashboard .list-results thead .w-alert-banner:not(button):before,.w-cards-container .w-card .title ._account_api .liveDashboard .list-results thead .w-alert-banner:not(button):before,.w-cards-container .w-card .title ._account_api .liveDashboard .list-results thead .w-alert-banner:not(button):before,.w-cards-container .w-card .title ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:not(button):before,.w-time-period .dropdown .w-selection .w-cards-container .w-card .title ._account_api .liveDashboard .list-results thead .btn-period-clear:not(button):before,.w-cards-container .w-card .title ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:not(button):before,.w-time-period .dropdown .w-selection .w-cards-container .w-card .title ._account_api .liveDashboard .list-results thead .btn-filter:not(button):before,.w-cards-container .w-card .title ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:not(button):before,.w-time-period .dropdown .w-selection .w-cards-container .w-card .title ._account_api .liveDashboard .list-results thead .btn-period-edit:not(button):before,.w-cards-container .w-card .title ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:not(button):before,.block-filters .w-cards-container .w-card .title ._account_api .liveDashboard .list-results thead .btn-filter:not(button):before,.w-cards-container .w-card .title ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:not(button):before,.w-cards-container .w-card .title ._account_api .block-filters .liveDashboard .list-results thead .btn-filter:not(button):before,.block-filters .w-cards-container .w-card .title ._account_api .liveDashboard .list-results thead .btn-filter:not(button):before,.w-cards-container .w-card .title ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:not(button):before,.w-cards-container .w-card .title .block-filters ._account_api .liveDashboard .list-results thead .btn-filter:not(button):before,.block-filters .w-cards-container .w-card .title ._account_api .liveDashboard .list-results thead .btn-filter:not(button):before,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .title .icon:not(button):before,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .title .w-alert-banner:not(button):before,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .title .w-alert-banner:not(button):before,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .title .w-alert-banner:not(button):before,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .title .w-time-period .dropdown .w-selection .btn-period-clear:not(button):before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .w-cards-container .w-card .title .btn-period-clear:not(button):before,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .title .w-time-period .dropdown .w-selection .btn-filter:not(button):before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .w-cards-container .w-card .title .btn-filter:not(button):before,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .title .w-time-period .dropdown .w-selection .btn-period-edit:not(button):before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .w-cards-container .w-card .title .btn-period-edit:not(button):before,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .title .block-filters .btn-filter:not(button):before,.block-filters ._account_api .liveDashboard .list-results thead .w-cards-container .w-card .title .btn-filter:not(button):before,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .title .block-filters .btn-filter:not(button):before,._account_api .liveDashboard .list-results thead .block-filters .w-cards-container .w-card .title .btn-filter:not(button):before,._account_api .block-filters .liveDashboard .list-results thead .w-cards-container .w-card .title .btn-filter:not(button):before,.block-filters ._account_api .liveDashboard .list-results thead .w-cards-container .w-card .title .btn-filter:not(button):before,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .title .block-filters .btn-filter:not(button):before,._account_api .liveDashboard .list-results thead .block-filters .w-cards-container .w-card .title .btn-filter:not(button):before,.block-filters ._account_api .liveDashboard .list-results thead .w-cards-container .w-card .title .btn-filter:not(button):before,.w-cards-container .w-card .title .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:not(button):before,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .w-cards-container .w-card .title .filter:not(button):before,.w-cards-container .w-card .title ._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:not(button):before,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .w-cards-container .w-card .title .filter:not(button):before,.w-cards-container .w-card .title .liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .filter:not(button):before,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .w-cards-container .w-card .title .filter:not(button):before,.w-cards-container .w-card .title .w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .filter:not(button):before,.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .w-cards-container .w-card .title .filter:not(button):before,.w-cards-container .w-card .title .liveDashboard ._account_api .list-results thead .form-label.status span:not(button):before,.w-cards-container .w-card .title .liveDashboard ._account_api .list-results thead .status.status-log span:not(button):before,.w-cards-container .w-card .title .liveDashboard ._account_api .list-results thead .status.status-report-item span:not(button):before,.w-cards-container .w-card .title .liveDashboard ._account_api .list-results thead .double-list dd.status span:not(button):before,.double-list .w-cards-container .w-card .title .liveDashboard ._account_api .list-results thead dd.status span:not(button):before,.w-cards-container .w-card .title .liveDashboard ._account_api .list-results thead .double-list dt.status span:not(button):before,.double-list .w-cards-container .w-card .title .liveDashboard ._account_api .list-results thead dt.status span:not(button):before,.liveDashboard ._account_api .list-results thead .form-label.status .w-cards-container .w-card .title span:not(button):before,.liveDashboard ._account_api .list-results thead .status.status-log .w-cards-container .w-card .title span:not(button):before,.liveDashboard ._account_api .list-results thead .status.status-report-item .w-cards-container .w-card .title span:not(button):before,.liveDashboard ._account_api .list-results thead .double-list dd.status .w-cards-container .w-card .title span:not(button):before,.double-list .liveDashboard ._account_api .list-results thead dd.status .w-cards-container .w-card .title span:not(button):before,.liveDashboard ._account_api .list-results thead .double-list dt.status .w-cards-container .w-card .title span:not(button):before,.double-list .liveDashboard ._account_api .list-results thead dt.status .w-cards-container .w-card .title span:not(button):before,.w-cards-container .w-card .title ._account_api .liveDashboard .list-results thead .form-label.status span:not(button):before,.w-cards-container .w-card .title ._account_api .liveDashboard .list-results thead .status.status-log span:not(button):before,.w-cards-container .w-card .title ._account_api .liveDashboard .list-results thead .status.status-report-item span:not(button):before,.w-cards-container .w-card .title ._account_api .liveDashboard .list-results thead .double-list dd.status span:not(button):before,.double-list .w-cards-container .w-card .title ._account_api .liveDashboard .list-results thead dd.status span:not(button):before,.w-cards-container .w-card .title ._account_api .liveDashboard .list-results thead .double-list dt.status span:not(button):before,.double-list .w-cards-container .w-card .title ._account_api .liveDashboard .list-results thead dt.status span:not(button):before,._account_api .liveDashboard .list-results thead .form-label.status .w-cards-container .w-card .title span:not(button):before,._account_api .liveDashboard .list-results thead .status.status-log .w-cards-container .w-card .title span:not(button):before,._account_api .liveDashboard .list-results thead .status.status-report-item .w-cards-container .w-card .title span:not(button):before,._account_api .liveDashboard .list-results thead .double-list dd.status .w-cards-container .w-card .title span:not(button):before,.double-list ._account_api .liveDashboard .list-results thead dd.status .w-cards-container .w-card .title span:not(button):before,._account_api .liveDashboard .list-results thead .double-list dt.status .w-cards-container .w-card .title span:not(button):before,.double-list ._account_api .liveDashboard .list-results thead dt.status .w-cards-container .w-card .title span:not(button):before,.w-cards-container .w-card .title .liveDashboard .form-label.status ._account_api .list-results thead span:not(button):before,.w-cards-container .w-card .title .liveDashboard .status.status-log ._account_api .list-results thead span:not(button):before,.w-cards-container .w-card .title .liveDashboard .status.status-report-item ._account_api .list-results thead span:not(button):before,.w-cards-container .w-card .title .liveDashboard .double-list dd.status ._account_api .list-results thead span:not(button):before,.double-list .w-cards-container .w-card .title .liveDashboard dd.status ._account_api .list-results thead span:not(button):before,.w-cards-container .w-card .title .liveDashboard .double-list dt.status ._account_api .list-results thead span:not(button):before,.double-list .w-cards-container .w-card .title .liveDashboard dt.status ._account_api .list-results thead span:not(button):before,.liveDashboard .form-label.status ._account_api .list-results thead .w-cards-container .w-card .title span:not(button):before,.liveDashboard .status.status-log ._account_api .list-results thead .w-cards-container .w-card .title span:not(button):before,.liveDashboard .status.status-report-item ._account_api .list-results thead .w-cards-container .w-card .title span:not(button):before,.liveDashboard .double-list dd.status ._account_api .list-results thead .w-cards-container .w-card .title span:not(button):before,.double-list .liveDashboard dd.status ._account_api .list-results thead .w-cards-container .w-card .title span:not(button):before,.liveDashboard .double-list dt.status ._account_api .list-results thead .w-cards-container .w-card .title span:not(button):before,.double-list .liveDashboard dt.status ._account_api .list-results thead .w-cards-container .w-card .title span:not(button):before,.w-cards-container .w-card .title .form-label.status ._account_api .liveDashboard .list-results thead span:not(button):before,.w-cards-container .w-card .title .status.status-log ._account_api .liveDashboard .list-results thead span:not(button):before,.w-cards-container .w-card .title .status.status-report-item ._account_api .liveDashboard .list-results thead span:not(button):before,.w-cards-container .w-card .title .double-list dd.status ._account_api .liveDashboard .list-results thead span:not(button):before,.double-list .w-cards-container .w-card .title dd.status ._account_api .liveDashboard .list-results thead span:not(button):before,.w-cards-container .w-card .title .double-list dt.status ._account_api .liveDashboard .list-results thead span:not(button):before,.double-list .w-cards-container .w-card .title dt.status ._account_api .liveDashboard .list-results thead span:not(button):before,.form-label.status ._account_api .liveDashboard .list-results thead .w-cards-container .w-card .title span:not(button):before,.status.status-log ._account_api .liveDashboard .list-results thead .w-cards-container .w-card .title span:not(button):before,.status.status-report-item ._account_api .liveDashboard .list-results thead .w-cards-container .w-card .title span:not(button):before,.double-list dd.status ._account_api .liveDashboard .list-results thead .w-cards-container .w-card .title span:not(button):before,.double-list dt.status ._account_api .liveDashboard .list-results thead .w-cards-container .w-card .title span:not(button):before,.w-cards-container .w-card .title .liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span:not(button):before,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small .w-cards-container .w-card .title span:not(button):before,.w-cards-container .w-card .title ._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span:not(button):before,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small .w-cards-container .w-card .title span:not(button):before,.w-cards-container .w-card .title .liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span:not(button):before,.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead .w-cards-container .w-card .title span:not(button):before,.w-cards-container .w-card .title .w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead span:not(button):before,.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead .w-cards-container .w-card .title span:not(button):before,.w-cards-container .w-card .title .liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span:not(button):before,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s .w-cards-container .w-card .title span:not(button):before,.w-cards-container .w-card .title ._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span:not(button):before,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .w-cards-container .w-card .title span:not(button):before,.w-cards-container .w-card .title .liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span:not(button):before,.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead .w-cards-container .w-card .title span:not(button):before,.w-cards-container .w-card .title .w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead span:not(button):before,.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead .w-cards-container .w-card .title span:not(button):before,.w-cards-container .w-card .title .liveDashboard ._account_api .list-results thead .sub-header .w-form label:not(button):before,.w-cards-container .w-card .title .liveDashboard ._account_api .list-results thead .sub-header .w-double-list label:not(button):before,.liveDashboard ._account_api .list-results thead .sub-header .w-form .w-cards-container .w-card .title label:not(button):before,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list .w-cards-container .w-card .title label:not(button):before,.w-cards-container .w-card .title ._account_api .liveDashboard .list-results thead .sub-header .w-form label:not(button):before,.w-cards-container .w-card .title ._account_api .liveDashboard .list-results thead .sub-header .w-double-list label:not(button):before,._account_api .liveDashboard .list-results thead .sub-header .w-form .w-cards-container .w-card .title label:not(button):before,._account_api .liveDashboard .list-results thead .sub-header .w-double-list .w-cards-container .w-card .title label:not(button):before,.w-cards-container .w-card .title .liveDashboard .sub-header .w-form ._account_api .list-results thead label:not(button):before,.w-cards-container .w-card .title .liveDashboard .sub-header .w-double-list ._account_api .list-results thead label:not(button):before,.liveDashboard .sub-header .w-form ._account_api .list-results thead .w-cards-container .w-card .title label:not(button):before,.liveDashboard .sub-header .w-double-list ._account_api .list-results thead .w-cards-container .w-card .title label:not(button):before,.w-cards-container .w-card .title .sub-header .w-form ._account_api .liveDashboard .list-results thead label:not(button):before,.w-cards-container .w-card .title .sub-header .w-double-list ._account_api .liveDashboard .list-results thead label:not(button):before,.sub-header .w-form ._account_api .liveDashboard .list-results thead .w-cards-container .w-card .title label:not(button):before,.sub-header .w-double-list ._account_api .liveDashboard .list-results thead .w-cards-container .w-card .title label:not(button):before,.w-cards-container .w-card .title .liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:not(button):before,.liveDashboard ._account_api .list-results thead .form-auto-list .w-cards-container .w-card .title .form-auto-item.is-user-is-inactive:not(button):before,.w-cards-container .w-card .title ._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:not(button):before,._account_api .liveDashboard .list-results thead .form-auto-list .w-cards-container .w-card .title .form-auto-item.is-user-is-inactive:not(button):before,.w-cards-container .w-card .title .liveDashboard .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-inactive:not(button):before,.liveDashboard .form-auto-list ._account_api .list-results thead .w-cards-container .w-card .title .form-auto-item.is-user-is-inactive:not(button):before,.w-cards-container .w-card .title .form-auto-list ._account_api .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive:not(button):before,.form-auto-list ._account_api .liveDashboard .list-results thead .w-cards-container .w-card .title .form-auto-item.is-user-is-inactive:not(button):before,.w-cards-container .w-card .title .liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active:not(button):before,.liveDashboard ._account_api .list-results thead .form-auto-list .w-cards-container .w-card .title .form-auto-item.is-user-is-active:not(button):before,.w-cards-container .w-card .title ._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active:not(button):before,._account_api .liveDashboard .list-results thead .form-auto-list .w-cards-container .w-card .title .form-auto-item.is-user-is-active:not(button):before,.w-cards-container .w-card .title .liveDashboard .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-active:not(button):before,.liveDashboard .form-auto-list ._account_api .list-results thead .w-cards-container .w-card .title .form-auto-item.is-user-is-active:not(button):before,.w-cards-container .w-card .title .form-auto-list ._account_api .liveDashboard .list-results thead .form-auto-item.is-user-is-active:not(button):before,.form-auto-list ._account_api .liveDashboard .list-results thead .w-cards-container .w-card .title .form-auto-item.is-user-is-active:not(button):before,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .list-results-header .status.title span:not(button):before,.liveDashboard ._account_api .list-results thead .list-results-header .w-cards-container .w-card .status.title span:not(button):before,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .list-results-header .status.title span:not(button):before,._account_api .liveDashboard .list-results thead .list-results-header .w-cards-container .w-card .status.title span:not(button):before,.w-cards-container .w-card .liveDashboard .list-results-header .status.title ._account_api .list-results thead span:not(button):before,.liveDashboard .list-results-header .w-cards-container .w-card .status.title ._account_api .list-results thead span:not(button):before,.w-cards-container .w-card .list-results-header .status.title ._account_api .liveDashboard .list-results thead span:not(button):before,.list-results-header .w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead span:not(button):before,.w-cards-container .w-card .title .liveDashboard ._account_api .list-results thead tr span:not(button):before,.liveDashboard ._account_api .list-results thead tr .w-cards-container .w-card .title span:not(button):before,.w-cards-container .w-card .title ._account_api .liveDashboard .list-results thead tr span:not(button):before,._account_api .liveDashboard .list-results thead tr .w-cards-container .w-card .title span:not(button):before,.w-cards-container .w-card .title ._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .filter:not(button):before,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .w-cards-container .w-card .title .filter:not(button):before,.w-cards-container .w-card .title .w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .filter:not(button):before,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .w-cards-container .w-card .title .filter:not(button):before,.w-cards-container .w-card .title ._account_api .form-label.status .liveDashboard .list-results thead span:not(button):before,.w-cards-container .w-card .title ._account_api .status.status-log .liveDashboard .list-results thead span:not(button):before,.w-cards-container .w-card .title ._account_api .status.status-report-item .liveDashboard .list-results thead span:not(button):before,.w-cards-container .w-card .title ._account_api .double-list dd.status .liveDashboard .list-results thead span:not(button):before,.double-list .w-cards-container .w-card .title ._account_api dd.status .liveDashboard .list-results thead span:not(button):before,.w-cards-container .w-card .title ._account_api .double-list dt.status .liveDashboard .list-results thead span:not(button):before,.double-list .w-cards-container .w-card .title ._account_api dt.status .liveDashboard .list-results thead span:not(button):before,._account_api .form-label.status .liveDashboard .list-results thead .w-cards-container .w-card .title span:not(button):before,._account_api .status.status-log .liveDashboard .list-results thead .w-cards-container .w-card .title span:not(button):before,._account_api .status.status-report-item .liveDashboard .list-results thead .w-cards-container .w-card .title span:not(button):before,._account_api .double-list dd.status .liveDashboard .list-results thead .w-cards-container .w-card .title span:not(button):before,.double-list ._account_api dd.status .liveDashboard .list-results thead .w-cards-container .w-card .title span:not(button):before,._account_api .double-list dt.status .liveDashboard .list-results thead .w-cards-container .w-card .title span:not(button):before,.double-list ._account_api dt.status .liveDashboard .list-results thead .w-cards-container .w-card .title span:not(button):before,.w-cards-container .w-card .title .form-label.status .liveDashboard ._account_api .list-results thead span:not(button):before,.w-cards-container .w-card .title .status.status-log .liveDashboard ._account_api .list-results thead span:not(button):before,.w-cards-container .w-card .title .status.status-report-item .liveDashboard ._account_api .list-results thead span:not(button):before,.w-cards-container .w-card .title .double-list dd.status .liveDashboard ._account_api .list-results thead span:not(button):before,.double-list .w-cards-container .w-card .title dd.status .liveDashboard ._account_api .list-results thead span:not(button):before,.w-cards-container .w-card .title .double-list dt.status .liveDashboard ._account_api .list-results thead span:not(button):before,.double-list .w-cards-container .w-card .title dt.status .liveDashboard ._account_api .list-results thead span:not(button):before,.form-label.status .liveDashboard ._account_api .list-results thead .w-cards-container .w-card .title span:not(button):before,.status.status-log .liveDashboard ._account_api .list-results thead .w-cards-container .w-card .title span:not(button):before,.status.status-report-item .liveDashboard ._account_api .list-results thead .w-cards-container .w-card .title span:not(button):before,.double-list dd.status .liveDashboard ._account_api .list-results thead .w-cards-container .w-card .title span:not(button):before,.double-list dt.status .liveDashboard ._account_api .list-results thead .w-cards-container .w-card .title span:not(button):before,.w-cards-container .w-card .title ._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span:not(button):before,._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead .w-cards-container .w-card .title span:not(button):before,.w-cards-container .w-card .title .w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead span:not(button):before,.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead .w-cards-container .w-card .title span:not(button):before,.w-cards-container .w-card .title ._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span:not(button):before,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead .w-cards-container .w-card .title span:not(button):before,.w-cards-container .w-card .title .w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead span:not(button):before,.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead .w-cards-container .w-card .title span:not(button):before,.w-cards-container .w-card .title ._account_api .sub-header .w-form .liveDashboard .list-results thead label:not(button):before,.w-cards-container .w-card .title ._account_api .sub-header .w-double-list .liveDashboard .list-results thead label:not(button):before,._account_api .sub-header .w-form .liveDashboard .list-results thead .w-cards-container .w-card .title label:not(button):before,._account_api .sub-header .w-double-list .liveDashboard .list-results thead .w-cards-container .w-card .title label:not(button):before,.w-cards-container .w-card .title .sub-header .w-form .liveDashboard ._account_api .list-results thead label:not(button):before,.w-cards-container .w-card .title .sub-header .w-double-list .liveDashboard ._account_api .list-results thead label:not(button):before,.sub-header .w-form .liveDashboard ._account_api .list-results thead .w-cards-container .w-card .title label:not(button):before,.sub-header .w-double-list .liveDashboard ._account_api .list-results thead .w-cards-container .w-card .title label:not(button):before,.w-cards-container .w-card .title ._account_api .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive:not(button):before,._account_api .form-auto-list .liveDashboard .list-results thead .w-cards-container .w-card .title .form-auto-item.is-user-is-inactive:not(button):before,.w-cards-container .w-card .title .form-auto-list .liveDashboard ._account_api .list-results thead .form-auto-item.is-user-is-inactive:not(button):before,.form-auto-list .liveDashboard ._account_api .list-results thead .w-cards-container .w-card .title .form-auto-item.is-user-is-inactive:not(button):before,.w-cards-container .w-card .title ._account_api .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-active:not(button):before,._account_api .form-auto-list .liveDashboard .list-results thead .w-cards-container .w-card .title .form-auto-item.is-user-is-active:not(button):before,.w-cards-container .w-card .title .form-auto-list .liveDashboard ._account_api .list-results thead .form-auto-item.is-user-is-active:not(button):before,.form-auto-list .liveDashboard ._account_api .list-results thead .w-cards-container .w-card .title .form-auto-item.is-user-is-active:not(button):before,.w-cards-container .w-card ._account_api .list-results-header .status.title .liveDashboard .list-results thead span:not(button):before,._account_api .list-results-header .w-cards-container .w-card .status.title .liveDashboard .list-results thead span:not(button):before,.w-cards-container .w-card .list-results-header .status.title .liveDashboard ._account_api .list-results thead span:not(button):before,.list-results-header .w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead span:not(button):before,.w-cards-container .w-card .title .list-results tbody td.is-pending span:not(button):before,.list-results tbody td.is-pending .w-cards-container .w-card .title span:not(button):before,.w-cards-container .w-card .title .liveDashboard .list-results thead tbody td.is-pending span:not(button):before,.liveDashboard .list-results thead tbody td.is-pending .w-cards-container .w-card .title span:not(button):before,.w-cards-container .w-card .title .liveDashboard .list-results tbody td.is-pending thead span:not(button):before,.liveDashboard .list-results tbody td.is-pending thead .w-cards-container .w-card .title span:not(button):before,.w-cards-container .w-card .title ._account_api .list-results thead tbody td.is-pending span:not(button):before,._account_api .list-results thead tbody td.is-pending .w-cards-container .w-card .title span:not(button):before,.w-cards-container .w-card .title ._account_api .list-results tbody td.is-pending thead span:not(button):before,._account_api .list-results tbody td.is-pending thead .w-cards-container .w-card .title span:not(button):before,.w-cards-container .w-card .title .liveDashboard ._account_api .list-results thead tbody td.is-pending span:not(button):before,.liveDashboard ._account_api .list-results thead tbody td.is-pending .w-cards-container .w-card .title span:not(button):before,.w-cards-container .w-card .title .liveDashboard ._account_api .list-results tbody td.is-pending thead span:not(button):before,.liveDashboard ._account_api .list-results tbody td.is-pending thead .w-cards-container .w-card .title span:not(button):before,.w-cards-container .w-card .title ._account_api .liveDashboard .list-results thead tbody td.is-pending span:not(button):before,._account_api .liveDashboard .list-results thead tbody td.is-pending .w-cards-container .w-card .title span:not(button):before,.w-cards-container .w-card .title ._account_api .liveDashboard .list-results tbody td.is-pending thead span:not(button):before,._account_api .liveDashboard .list-results tbody td.is-pending thead .w-cards-container .w-card .title span:not(button):before,.w-cards-container .w-card .title .list-results tbody td.is-running span:not(button):before,.list-results tbody td.is-running .w-cards-container .w-card .title span:not(button):before,.w-cards-container .w-card .title .liveDashboard .list-results thead tbody td.is-running span:not(button):before,.liveDashboard .list-results thead tbody td.is-running .w-cards-container .w-card .title span:not(button):before,.w-cards-container .w-card .title .liveDashboard .list-results tbody td.is-running thead span:not(button):before,.liveDashboard .list-results tbody td.is-running thead .w-cards-container .w-card .title span:not(button):before,.w-cards-container .w-card .title ._account_api .list-results thead tbody td.is-running span:not(button):before,._account_api .list-results thead tbody td.is-running .w-cards-container .w-card .title span:not(button):before,.w-cards-container .w-card .title ._account_api .list-results tbody td.is-running thead span:not(button):before,._account_api .list-results tbody td.is-running thead .w-cards-container .w-card .title span:not(button):before,.w-cards-container .w-card .title .liveDashboard ._account_api .list-results thead tbody td.is-running span:not(button):before,.liveDashboard ._account_api .list-results thead tbody td.is-running .w-cards-container .w-card .title span:not(button):before,.w-cards-container .w-card .title .liveDashboard ._account_api .list-results tbody td.is-running thead span:not(button):before,.liveDashboard ._account_api .list-results tbody td.is-running thead .w-cards-container .w-card .title span:not(button):before,.w-cards-container .w-card .title ._account_api .liveDashboard .list-results thead tbody td.is-running span:not(button):before,._account_api .liveDashboard .list-results thead tbody td.is-running .w-cards-container .w-card .title span:not(button):before,.w-cards-container .w-card .title ._account_api .liveDashboard .list-results tbody td.is-running thead span:not(button):before,._account_api .liveDashboard .list-results tbody td.is-running thead .w-cards-container .w-card .title span:not(button):before,.w-cards-container .w-card .title .list-results tbody span.status:not(button):before,.list-results tbody .w-cards-container .w-card .title span.status:not(button):before,.w-cards-container .w-card .title .liveDashboard .list-results thead tbody span.status:not(button):before,.liveDashboard .list-results thead tbody .w-cards-container .w-card .title span.status:not(button):before,.w-cards-container .w-card .title .liveDashboard .list-results tbody thead span.status:not(button):before,.liveDashboard .list-results tbody thead .w-cards-container .w-card .title span.status:not(button):before,.w-cards-container .w-card .title ._account_api .list-results thead tbody span.status:not(button):before,._account_api .list-results thead tbody .w-cards-container .w-card .title span.status:not(button):before,.w-cards-container .w-card .title ._account_api .list-results tbody thead span.status:not(button):before,._account_api .list-results tbody thead .w-cards-container .w-card .title span.status:not(button):before,.w-cards-container .w-card .title .liveDashboard ._account_api .list-results thead tbody span.status:not(button):before,.liveDashboard ._account_api .list-results thead tbody .w-cards-container .w-card .title span.status:not(button):before,.w-cards-container .w-card .title .liveDashboard ._account_api .list-results tbody thead span.status:not(button):before,.liveDashboard ._account_api .list-results tbody thead .w-cards-container .w-card .title span.status:not(button):before,.w-cards-container .w-card .title ._account_api .liveDashboard .list-results thead tbody span.status:not(button):before,._account_api .liveDashboard .list-results thead tbody .w-cards-container .w-card .title span.status:not(button):before,.w-cards-container .w-card .title ._account_api .liveDashboard .list-results tbody thead span.status:not(button):before,._account_api .liveDashboard .list-results tbody thead .w-cards-container .w-card .title span.status:not(button):before,.w-cards-container .w-card .title .toggleWrapper input.mobileToggle+label:not(button):before,.toggleWrapper .w-cards-container .w-card .title input.mobileToggle+label:not(button):before,.w-cards-container .w-card .title .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label:not(button):before,.liveDashboard .list-results thead .toggleWrapper .w-cards-container .w-card .title input.mobileToggle+label:not(button):before,.w-cards-container .w-card .title .toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label:not(button):before,.toggleWrapper .liveDashboard .list-results thead .w-cards-container .w-card .title input.mobileToggle+label:not(button):before,.w-cards-container .w-card .title ._account_api .list-results thead .toggleWrapper input.mobileToggle+label:not(button):before,._account_api .list-results thead .toggleWrapper .w-cards-container .w-card .title input.mobileToggle+label:not(button):before,.w-cards-container .w-card .title .toggleWrapper ._account_api .list-results thead input.mobileToggle+label:not(button):before,.toggleWrapper ._account_api .list-results thead .w-cards-container .w-card .title input.mobileToggle+label:not(button):before,.w-cards-container .w-card .title .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label:not(button):before,.liveDashboard ._account_api .list-results thead .toggleWrapper .w-cards-container .w-card .title input.mobileToggle+label:not(button):before,.w-cards-container .w-card .title .toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label:not(button):before,.toggleWrapper .liveDashboard ._account_api .list-results thead .w-cards-container .w-card .title input.mobileToggle+label:not(button):before,.w-cards-container .w-card .title ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label:not(button):before,._account_api .liveDashboard .list-results thead .toggleWrapper .w-cards-container .w-card .title input.mobileToggle+label:not(button):before,.w-cards-container .w-card .title .toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label:not(button):before,.toggleWrapper ._account_api .liveDashboard .list-results thead .w-cards-container .w-card .title input.mobileToggle+label:not(button):before,.w-cards-container .w-card .list-results tbody tr.sublist .status.title span:not(button):before,.list-results tbody tr.sublist .w-cards-container .w-card .status.title span:not(button):before,.w-cards-container .w-card .liveDashboard .list-results thead tbody tr.sublist .status.title span:not(button):before,.liveDashboard .list-results thead tbody tr.sublist .w-cards-container .w-card .status.title span:not(button):before,.w-cards-container .w-card .liveDashboard .list-results tbody tr.sublist thead .status.title span:not(button):before,.liveDashboard .list-results tbody tr.sublist thead .w-cards-container .w-card .status.title span:not(button):before,.w-cards-container .w-card .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span:not(button):before,.list-results tbody tr.sublist .w-cards-container .w-card .status.title .liveDashboard .list-results thead span:not(button):before,.w-cards-container .w-card ._account_api .list-results thead tbody tr.sublist .status.title span:not(button):before,._account_api .list-results thead tbody tr.sublist .w-cards-container .w-card .status.title span:not(button):before,.w-cards-container .w-card ._account_api .list-results tbody tr.sublist thead .status.title span:not(button):before,._account_api .list-results tbody tr.sublist thead .w-cards-container .w-card .status.title span:not(button):before,.w-cards-container .w-card .list-results tbody tr.sublist .status.title ._account_api .list-results thead span:not(button):before,.list-results tbody tr.sublist .w-cards-container .w-card .status.title ._account_api .list-results thead span:not(button):before,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span:not(button):before,.liveDashboard ._account_api .list-results thead tbody tr.sublist .w-cards-container .w-card .status.title span:not(button):before,.w-cards-container .w-card .liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span:not(button):before,.liveDashboard ._account_api .list-results tbody tr.sublist thead .w-cards-container .w-card .status.title span:not(button):before,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span:not(button):before,._account_api .liveDashboard .list-results thead tbody tr.sublist .w-cards-container .w-card .status.title span:not(button):before,.w-cards-container .w-card ._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span:not(button):before,._account_api .liveDashboard .list-results tbody tr.sublist thead .w-cards-container .w-card .status.title span:not(button):before,.w-cards-container .w-card .liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span:not(button):before,.liveDashboard .list-results tbody tr.sublist .w-cards-container .w-card .status.title ._account_api .list-results thead span:not(button):before,.w-cards-container .w-card .list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead span:not(button):before,.list-results tbody tr.sublist .liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span:not(button):before,.w-cards-container .w-card .list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead span:not(button):before,.list-results tbody tr.sublist .w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead span:not(button):before,.w-cards-container .w-card ._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span:not(button):before,._account_api .list-results tbody tr.sublist .w-cards-container .w-card .status.title .liveDashboard .list-results thead span:not(button):before,.w-cards-container .w-card .list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead span:not(button):before,.list-results tbody tr.sublist ._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span:not(button):before,.w-cards-container .w-card .list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead span:not(button):before,.list-results tbody tr.sublist .w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead span:not(button):before,.w-cards-container .w-card.centered .title .w-value .status.label span:not(button):before,.w-cards-container .w-card.centered .w-value .status.label .title span:not(button):before,.liveDashboard .list-results thead .w-cards-container .w-card.centered .title .w-value .status.label span:not(button):before,.liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .title span:not(button):before,.w-cards-container .w-card.centered .title .w-value .liveDashboard .list-results thead .status.label span:not(button):before,.w-cards-container .w-card.centered .w-value .liveDashboard .list-results thead .status.label .title span:not(button):before,.w-cards-container .w-card.centered .title .w-value .status.label .liveDashboard .list-results thead span:not(button):before,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead .title span:not(button):before,._account_api .list-results thead .w-cards-container .w-card.centered .title .w-value .status.label span:not(button):before,._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .title span:not(button):before,.w-cards-container .w-card.centered .title .w-value ._account_api .list-results thead .status.label span:not(button):before,.w-cards-container .w-card.centered .w-value ._account_api .list-results thead .status.label .title span:not(button):before,.w-cards-container .w-card.centered .title .w-value .status.label ._account_api .list-results thead span:not(button):before,.w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead .title span:not(button):before,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .title .w-value .status.label span:not(button):before,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .title span:not(button):before,.w-cards-container .w-card.centered .title .w-value .liveDashboard ._account_api .list-results thead .status.label span:not(button):before,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label .title span:not(button):before,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .title .w-value .status.label span:not(button):before,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .title span:not(button):before,.w-cards-container .w-card.centered .title .w-value ._account_api .liveDashboard .list-results thead .status.label span:not(button):before,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label .title span:not(button):before,.liveDashboard .w-cards-container .w-card.centered .title .w-value .status.label ._account_api .list-results thead span:not(button):before,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead .title span:not(button):before,.w-cards-container .w-card.centered .title .w-value .liveDashboard .status.label ._account_api .list-results thead span:not(button):before,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead .title span:not(button):before,.w-cards-container .w-card.centered .title .w-value .status.label ._account_api .liveDashboard .list-results thead span:not(button):before,.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead .title span:not(button):before,._account_api .w-cards-container .w-card.centered .title .w-value .status.label .liveDashboard .list-results thead span:not(button):before,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead .title span:not(button):before,.w-cards-container .w-card.centered .title .w-value ._account_api .status.label .liveDashboard .list-results thead span:not(button):before,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead .title span:not(button):before,.w-cards-container .w-card.centered .title .w-value .status.label .liveDashboard ._account_api .list-results thead span:not(button):before,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead .title span:not(button):before,.w-cards-container .w-card .status.title span:not(button):before,.liveDashboard .list-results thead .w-cards-container .w-card .status.title span:not(button):before,.w-cards-container .w-card .liveDashboard .list-results thead .status.title span:not(button):before,.w-cards-container .w-card .status.title .liveDashboard .list-results thead span:not(button):before,._account_api .list-results thead .w-cards-container .w-card .status.title span:not(button):before,.w-cards-container .w-card ._account_api .list-results thead .status.title span:not(button):before,.w-cards-container .w-card .status.title ._account_api .list-results thead span:not(button):before,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span:not(button):before,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title span:not(button):before,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span:not(button):before,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title span:not(button):before,.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span:not(button):before,.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead span:not(button):before,.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead span:not(button):before,._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span:not(button):before,.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead span:not(button):before,.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead span:not(button):before{font-size:1.2rem}.w-cards-container .w-card.emphasis{position:relative;flex:0 1 475px}@media(min-width: 1024px){.w-cards-container .w-card.emphasis{flex:none;max-width:370px;min-width:370px}}.desktop .w-cards-container .w-card.emphasis{flex:none;max-width:370px;min-width:370px}@media(max-width: 767px){.desktop .w-cards-container .w-card.emphasis{max-width:300px;min-width:300px}}@media(max-width: 767px){.w-cards-container .w-card.emphasis .w-value{flex-direction:row;align-items:center}}.w-cards-container .w-card.emphasis>.w-value{margin-left:1rem}.w-cards-container .w-card.emphasis>.title{margin:1rem 0 1.25rem 1rem}.w-cards-container .w-card.emphasis .value{font-size:3.2rem}@media(min-width: 768px){.w-cards-container .w-card.emphasis .value{font-size:4.5rem}}.w-cards-container .w-card.emphasis .emphasis-cards{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto auto;grid-column:1/span 2;margin-top:1rem}@media(min-width: 1024px){.w-cards-container .w-card.emphasis .emphasis-cards{margin-top:1rem}}@media(max-width: 767px){.w-cards-container .w-card.emphasis .emphasis-cards{display:none}}.desktop .w-cards-container .w-card.emphasis .emphasis-cards{display:grid}.w-cards-container .w-card.emphasis .emphasis-cards .w-card:nth-of-type(odd){padding-left:2rem}@media(max-width: 767px){.w-cards-container .w-card.emphasis{flex:1}}.w-cards-container .w-card.legacy-card-grid{display:flex;padding:0;flex:0 1 300px;background:none;flex-direction:column;gap:1rem}@media(max-width: 767px){.w-cards-container .w-card.legacy-card-grid{flex:100%;flex-direction:row}}@media(max-width: 767px){.w-cards-container .w-card.legacy-card-grid .w-card{display:flex;flex-wrap:wrap;align-content:flex-end}.w-cards-container .w-card.legacy-card-grid .w-card .title{flex:1 1 100%;font-size:1.2rem;padding-bottom:0rem;align-items:center;height:min-content;margin-bottom:.4rem}.w-cards-container .w-card.legacy-card-grid .w-card .w-metrics{padding:0 0 0 .4rem}.w-cards-container .w-card.legacy-card-grid .w-card .w-metrics .w-trend,.w-cards-container .w-card.legacy-card-grid .w-card .w-metrics .w-last-week{display:flex;flex-direction:row;gap:.4rem}.w-cards-container .w-card.legacy-card-grid .w-card .w-value{font-size:1.7rem;margin:0;justify-content:center}}.w-cards-container .w-card.small{padding:1rem;display:flex;flex-wrap:wrap;align-content:center;gap:.4rem .4rem;border-radius:0;border-top:1px solid #f0f0f0;background:none}.w-cards-container .w-card.small:nth-of-type(odd){border-right:1px solid #f0f0f0;margin-left:-1rem}.w-cards-container .w-card.small:nth-of-type(even){margin-right:-1rem}.w-cards-container .w-card.small .title{flex:1 1 100%;font-size:1rem;padding-bottom:0rem;align-items:center;height:min-content;margin-bottom:.4rem;white-space:nowrap}.w-cards-container .w-card.small .title .icon,.w-cards-container .w-card.small .title .w-alert-banner:before,.w-cards-container .w-card.small .title .liveDashboard .list-results thead .w-alert-banner:before,.liveDashboard .list-results thead .w-cards-container .w-card.small .title .w-alert-banner:before,.w-cards-container .w-card.small .title ._account_api .list-results thead .w-alert-banner:before,._account_api .list-results thead .w-cards-container .w-card.small .title .w-alert-banner:before,.w-cards-container .w-card.small .title .liveDashboard ._account_api .list-results thead .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.small .title .w-alert-banner:before,.w-cards-container .w-card.small .title ._account_api .liveDashboard .list-results thead .w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.small .title .w-alert-banner:before,.w-cards-container .w-card.small .title .w-dialog.plus .dialog-aside:after,.w-dialog.plus .w-cards-container .w-card.small .title .dialog-aside:after,.w-cards-container .w-card.small .title .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.liveDashboard .list-results thead .w-dialog.plus .w-cards-container .w-card.small .title .dialog-aside:after,.w-cards-container .w-card.small .title .w-dialog.plus .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus .liveDashboard .list-results thead .w-cards-container .w-card.small .title .dialog-aside:after,.w-cards-container .w-card.small .title ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,._account_api .list-results thead .w-dialog.plus .w-cards-container .w-card.small .title .dialog-aside:after,.w-cards-container .w-card.small .title .w-dialog.plus ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus ._account_api .list-results thead .w-cards-container .w-card.small .title .dialog-aside:after,.w-cards-container .w-card.small .title .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .w-cards-container .w-card.small .title .dialog-aside:after,.w-cards-container .w-card.small .title .w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .w-cards-container .w-card.small .title .dialog-aside:after,.w-cards-container .w-card.small .title ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .w-cards-container .w-card.small .title .dialog-aside:after,.w-cards-container .w-card.small .title .w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .w-cards-container .w-card.small .title .dialog-aside:after,.w-cards-container .w-card.small .title .w-toast .toast.plus:after,.w-toast .w-cards-container .w-card.small .title .toast.plus:after,.w-cards-container .w-card.small .title .liveDashboard .list-results thead .w-toast .toast.plus:after,.liveDashboard .list-results thead .w-toast .w-cards-container .w-card.small .title .toast.plus:after,.w-cards-container .w-card.small .title .w-toast .liveDashboard .list-results thead .toast.plus:after,.w-toast .liveDashboard .list-results thead .w-cards-container .w-card.small .title .toast.plus:after,.w-cards-container .w-card.small .title ._account_api .list-results thead .w-toast .toast.plus:after,._account_api .list-results thead .w-toast .w-cards-container .w-card.small .title .toast.plus:after,.w-cards-container .w-card.small .title .w-toast ._account_api .list-results thead .toast.plus:after,.w-toast ._account_api .list-results thead .w-cards-container .w-card.small .title .toast.plus:after,.w-cards-container .w-card.small .title .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .w-cards-container .w-card.small .title .toast.plus:after,.w-cards-container .w-card.small .title .w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .w-cards-container .w-card.small .title .toast.plus:after,.w-cards-container .w-card.small .title ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .w-cards-container .w-card.small .title .toast.plus:after,.w-cards-container .w-card.small .title .w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .w-cards-container .w-card.small .title .toast.plus:after,.w-cards-container .w-card.small .title .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .w-cards-container .w-card.small .title .btn-period-clear:before,.w-cards-container .w-card.small .title .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .w-cards-container .w-card.small .title .btn-filter:before,.w-cards-container .w-card.small .title .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .w-cards-container .w-card.small .title .btn-period-clear:before,.w-cards-container .w-card.small .title .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .w-cards-container .w-card.small .title .btn-period-clear:before,.w-cards-container .w-card.small .title .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .w-cards-container .w-card.small .title .btn-filter:before,.w-cards-container .w-card.small .title .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .w-cards-container .w-card.small .title .btn-filter:before,.w-cards-container .w-card.small .title ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .list-results thead .w-time-period .dropdown .w-selection .w-cards-container .w-card.small .title .btn-period-clear:before,.w-cards-container .w-card.small .title .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .w-cards-container .w-card.small .title .btn-period-clear:before,.w-cards-container .w-card.small .title ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .list-results thead .w-time-period .dropdown .w-selection .w-cards-container .w-card.small .title .btn-filter:before,.w-cards-container .w-card.small .title .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .w-cards-container .w-card.small .title .btn-filter:before,.w-cards-container .w-card.small .title .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .w-cards-container .w-card.small .title .btn-period-clear:before,.w-cards-container .w-card.small .title .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .w-cards-container .w-card.small .title .btn-period-clear:before,.w-cards-container .w-card.small .title .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .w-cards-container .w-card.small .title .btn-filter:before,.w-cards-container .w-card.small .title .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .w-cards-container .w-card.small .title .btn-filter:before,.w-cards-container .w-card.small .title ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .w-cards-container .w-card.small .title .btn-period-clear:before,.w-cards-container .w-card.small .title .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .w-cards-container .w-card.small .title .btn-period-clear:before,.w-cards-container .w-card.small .title ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .w-cards-container .w-card.small .title .btn-filter:before,.w-cards-container .w-card.small .title .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .w-cards-container .w-card.small .title .btn-filter:before,.w-cards-container .w-card.small .title .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .w-cards-container .w-card.small .title .btn-period-edit:before,.w-cards-container .w-card.small .title .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .w-cards-container .w-card.small .title .btn-period-edit:before,.w-cards-container .w-card.small .title .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .w-cards-container .w-card.small .title .btn-period-edit:before,.w-cards-container .w-card.small .title ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .list-results thead .w-time-period .dropdown .w-selection .w-cards-container .w-card.small .title .btn-period-edit:before,.w-cards-container .w-card.small .title .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .w-cards-container .w-card.small .title .btn-period-edit:before,.w-cards-container .w-card.small .title .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .w-cards-container .w-card.small .title .btn-period-edit:before,.w-cards-container .w-card.small .title .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .w-cards-container .w-card.small .title .btn-period-edit:before,.w-cards-container .w-card.small .title ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .w-cards-container .w-card.small .title .btn-period-edit:before,.w-cards-container .w-card.small .title .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .w-cards-container .w-card.small .title .btn-period-edit:before,.w-cards-container .w-card.small .title .block-filters .btn-filter:before,.block-filters .w-cards-container .w-card.small .title .btn-filter:before,.w-cards-container .w-card.small .title .liveDashboard .list-results thead .block-filters .btn-filter:before,.liveDashboard .list-results thead .block-filters .w-cards-container .w-card.small .title .btn-filter:before,.w-cards-container .w-card.small .title .block-filters .liveDashboard .list-results thead .btn-filter:before,.block-filters .liveDashboard .list-results thead .w-cards-container .w-card.small .title .btn-filter:before,.w-cards-container .w-card.small .title ._account_api .list-results thead .block-filters .btn-filter:before,._account_api .list-results thead .block-filters .w-cards-container .w-card.small .title .btn-filter:before,.w-cards-container .w-card.small .title .block-filters ._account_api .list-results thead .btn-filter:before,.block-filters ._account_api .list-results thead .w-cards-container .w-card.small .title .btn-filter:before,.w-cards-container .w-card.small .title .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .w-cards-container .w-card.small .title .btn-filter:before,.w-cards-container .w-card.small .title .block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .w-cards-container .w-card.small .title .btn-filter:before,.w-cards-container .w-card.small .title ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .w-cards-container .w-card.small .title .btn-filter:before,.w-cards-container .w-card.small .title .block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .w-cards-container .w-card.small .title .btn-filter:before,.w-cards-container .w-card.small .title .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .w-cards-container .w-card.small .title .dropdown-toggle:after,.w-cards-container .w-card.small .title .w-filter-preset.w-filter-preset .filter-preset .filter,.w-filter-preset.w-filter-preset .filter-preset .w-cards-container .w-card.small .title .filter,.w-cards-container .w-card.small .title .form-label.status span,.w-cards-container .w-card.small .title .status.status-log span,.w-cards-container .w-card.small .title .status.status-report-item span,.w-cards-container .w-card.small .title .double-list dd.status span,.double-list .w-cards-container .w-card.small .title dd.status span,.w-cards-container .w-card.small .title .double-list dt.status span,.double-list .w-cards-container .w-card.small .title dt.status span,.form-label.status .w-cards-container .w-card.small .title span,.status.status-log .w-cards-container .w-card.small .title span,.status.status-report-item .w-cards-container .w-card.small .title span,.double-list dd.status .w-cards-container .w-card.small .title span,.double-list dt.status .w-cards-container .w-card.small .title span,.w-cards-container .w-card.small .title .w-filters-selected label.status.small span,.w-filters-selected label.status.small .w-cards-container .w-card.small .title span,.w-cards-container .w-card.small .title .w-filters-selected .status.btn-f-s span,.w-filters-selected .status.btn-f-s .w-cards-container .w-card.small .title span,.w-cards-container .w-card.small .title .sub-header .w-form label,.w-cards-container .w-card.small .title .sub-header .w-double-list label,.sub-header .w-form .w-cards-container .w-card.small .title label,.sub-header .w-double-list .w-cards-container .w-card.small .title label,.w-cards-container .w-card.small .title .block-filters button:after,.block-filters .w-cards-container .w-card.small .title button:after,.w-cards-container .w-card.small .title .block-filters select:after,.block-filters .w-cards-container .w-card.small .title select:after,.w-cards-container .w-card.small .title .form-auto-list .form-auto-item.is-user-is-inactive,.form-auto-list .w-cards-container .w-card.small .title .form-auto-item.is-user-is-inactive,.w-cards-container .w-card.small .title .form-auto-list .form-auto-item.is-user-is-active,.form-auto-list .w-cards-container .w-card.small .title .form-auto-item.is-user-is-active,.w-cards-container .w-card.small .list-results-header .status.title span,.list-results-header .w-cards-container .w-card.small .status.title span,.w-cards-container .w-card.small .title .list-results thead tr span,.list-results thead tr .w-cards-container .w-card.small .title span,.w-cards-container .w-card.small .title .liveDashboard .list-results thead .icon,.w-cards-container .w-card.small .title .liveDashboard .list-results thead .w-alert-banner:before,.w-cards-container .w-card.small .title .liveDashboard .list-results thead .w-alert-banner:before,.w-cards-container .w-card.small .title .liveDashboard ._account_api .list-results thead .w-alert-banner:before,._account_api .w-cards-container .w-card.small .title .liveDashboard .list-results thead .w-alert-banner:before,.w-cards-container .w-card.small .title .liveDashboard ._account_api .list-results thead .w-alert-banner:before,.w-cards-container .w-card.small .title ._account_api .liveDashboard .list-results thead .w-alert-banner:before,._account_api .w-cards-container .w-card.small .title .liveDashboard .list-results thead .w-alert-banner:before,.w-cards-container .w-card.small .title .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .w-cards-container .w-card.small .title .liveDashboard .list-results thead .dialog-aside:after,.w-cards-container .w-card.small .title .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-cards-container .w-card.small .title .w-dialog.plus .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus .w-cards-container .w-card.small .title .liveDashboard .list-results thead .dialog-aside:after,.w-cards-container .w-card.small .title .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,._account_api .w-cards-container .w-card.small .title .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-cards-container .w-card.small .title .liveDashboard .w-dialog.plus ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus ._account_api .w-cards-container .w-card.small .title .liveDashboard .list-results thead .dialog-aside:after,.w-cards-container .w-card.small .title .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-cards-container .w-card.small .title .w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus .w-cards-container .w-card.small .title .liveDashboard ._account_api .list-results thead .dialog-aside:after,.w-cards-container .w-card.small .title ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,._account_api .w-cards-container .w-card.small .title .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-cards-container .w-card.small .title .w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus ._account_api .w-cards-container .w-card.small .title .liveDashboard .list-results thead .dialog-aside:after,.w-cards-container .w-card.small .title .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-toast .w-cards-container .w-card.small .title .liveDashboard .list-results thead .toast.plus:after,.w-cards-container .w-card.small .title .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-cards-container .w-card.small .title .w-toast .liveDashboard .list-results thead .toast.plus:after,.w-toast .w-cards-container .w-card.small .title .liveDashboard .list-results thead .toast.plus:after,.w-cards-container .w-card.small .title .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,._account_api .w-cards-container .w-card.small .title .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-cards-container .w-card.small .title .liveDashboard .w-toast ._account_api .list-results thead .toast.plus:after,.w-toast ._account_api .w-cards-container .w-card.small .title .liveDashboard .list-results thead .toast.plus:after,.w-cards-container .w-card.small .title .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.w-cards-container .w-card.small .title .w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.w-toast .w-cards-container .w-card.small .title .liveDashboard ._account_api .list-results thead .toast.plus:after,.w-cards-container .w-card.small .title ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,._account_api .w-cards-container .w-card.small .title .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-cards-container .w-card.small .title .w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,.w-toast ._account_api .w-cards-container .w-card.small .title .liveDashboard .list-results thead .toast.plus:after,.w-cards-container .w-card.small .title .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .w-cards-container .w-card.small .title .liveDashboard .list-results thead .btn-period-clear:before,.w-cards-container .w-card.small .title .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .w-cards-container .w-card.small .title .liveDashboard .list-results thead .btn-filter:before,.w-cards-container .w-card.small .title .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-cards-container .w-card.small .title .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .w-cards-container .w-card.small .title .liveDashboard .list-results thead .btn-period-clear:before,.w-cards-container .w-card.small .title .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-cards-container .w-card.small .title .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .w-cards-container .w-card.small .title .liveDashboard .list-results thead .btn-filter:before,.w-cards-container .w-card.small .title .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .w-cards-container .w-card.small .title .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-cards-container .w-card.small .title .liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .w-cards-container .w-card.small .title .liveDashboard .list-results thead .btn-period-clear:before,.w-cards-container .w-card.small .title .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .w-cards-container .w-card.small .title .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-cards-container .w-card.small .title .liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .w-cards-container .w-card.small .title .liveDashboard .list-results thead .btn-filter:before,.w-cards-container .w-card.small .title .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-cards-container .w-card.small .title .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .w-cards-container .w-card.small .title .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.w-cards-container .w-card.small .title .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-cards-container .w-card.small .title .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .w-cards-container .w-card.small .title .liveDashboard ._account_api .list-results thead .btn-filter:before,.w-cards-container .w-card.small .title ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .w-cards-container .w-card.small .title .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-cards-container .w-card.small .title .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .w-cards-container .w-card.small .title .liveDashboard .list-results thead .btn-period-clear:before,.w-cards-container .w-card.small .title ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .w-cards-container .w-card.small .title .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-cards-container .w-card.small .title .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .w-cards-container .w-card.small .title .liveDashboard .list-results thead .btn-filter:before,.w-cards-container .w-card.small .title .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .w-cards-container .w-card.small .title .liveDashboard .list-results thead .btn-period-edit:before,.w-cards-container .w-card.small .title .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-cards-container .w-card.small .title .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .w-cards-container .w-card.small .title .liveDashboard .list-results thead .btn-period-edit:before,.w-cards-container .w-card.small .title .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .w-cards-container .w-card.small .title .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-cards-container .w-card.small .title .liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .w-cards-container .w-card.small .title .liveDashboard .list-results thead .btn-period-edit:before,.w-cards-container .w-card.small .title .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-cards-container .w-card.small .title .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .w-cards-container .w-card.small .title .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.w-cards-container .w-card.small .title ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .w-cards-container .w-card.small .title .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-cards-container .w-card.small .title .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .w-cards-container .w-card.small .title .liveDashboard .list-results thead .btn-period-edit:before,.w-cards-container .w-card.small .title .liveDashboard .list-results thead .block-filters .btn-filter:before,.block-filters .w-cards-container .w-card.small .title .liveDashboard .list-results thead .btn-filter:before,.w-cards-container .w-card.small .title .liveDashboard .list-results thead .block-filters .btn-filter:before,.w-cards-container .w-card.small .title .block-filters .liveDashboard .list-results thead .btn-filter:before,.block-filters .w-cards-container .w-card.small .title .liveDashboard .list-results thead .btn-filter:before,.w-cards-container .w-card.small .title .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,._account_api .w-cards-container .w-card.small .title .liveDashboard .list-results thead .block-filters .btn-filter:before,.w-cards-container .w-card.small .title .liveDashboard .block-filters ._account_api .list-results thead .btn-filter:before,.block-filters ._account_api .w-cards-container .w-card.small .title .liveDashboard .list-results thead .btn-filter:before,.w-cards-container .w-card.small .title .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.w-cards-container .w-card.small .title .block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.block-filters .w-cards-container .w-card.small .title .liveDashboard ._account_api .list-results thead .btn-filter:before,.w-cards-container .w-card.small .title ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,._account_api .w-cards-container .w-card.small .title .liveDashboard .list-results thead .block-filters .btn-filter:before,.w-cards-container .w-card.small .title .block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,.block-filters ._account_api .w-cards-container .w-card.small .title .liveDashboard .list-results thead .btn-filter:before,.liveDashboard .list-results thead .w-cards-container .w-card.small .title .icon,.liveDashboard .list-results thead .w-cards-container .w-card.small .title .w-alert-banner:before,.liveDashboard .list-results thead .w-cards-container .w-card.small .title .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.small .title .w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.small .title .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.small .title .w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.small .title .w-alert-banner:before,.liveDashboard .list-results thead .w-cards-container .w-card.small .title .w-dialog.plus .dialog-aside:after,.w-dialog.plus .liveDashboard .list-results thead .w-cards-container .w-card.small .title .dialog-aside:after,.liveDashboard .list-results thead .w-cards-container .w-card.small .title .w-dialog.plus .dialog-aside:after,.liveDashboard .list-results thead .w-dialog.plus .w-cards-container .w-card.small .title .dialog-aside:after,.w-dialog.plus .liveDashboard .list-results thead .w-cards-container .w-card.small .title .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.small .title .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.small .title .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .w-cards-container .w-card.small .title .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .w-cards-container .w-card.small .title .dialog-aside:after,.liveDashboard .w-dialog.plus ._account_api .list-results thead .w-cards-container .w-card.small .title .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .w-cards-container .w-card.small .title .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.small .title .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .w-cards-container .w-card.small .title .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .w-cards-container .w-card.small .title .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.small .title .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .w-cards-container .w-card.small .title .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .w-cards-container .w-card.small .title .dialog-aside:after,.liveDashboard .list-results thead .w-cards-container .w-card.small .title .w-toast .toast.plus:after,.w-toast .liveDashboard .list-results thead .w-cards-container .w-card.small .title .toast.plus:after,.liveDashboard .list-results thead .w-cards-container .w-card.small .title .w-toast .toast.plus:after,.liveDashboard .list-results thead .w-toast .w-cards-container .w-card.small .title .toast.plus:after,.w-toast .liveDashboard .list-results thead .w-cards-container .w-card.small .title .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.small .title .w-toast .toast.plus:after,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.small .title .w-toast .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .w-cards-container .w-card.small .title .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .w-cards-container .w-card.small .title .toast.plus:after,.liveDashboard .w-toast ._account_api .list-results thead .w-cards-container .w-card.small .title .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .w-cards-container .w-card.small .title .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.small .title .w-toast .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .w-cards-container .w-card.small .title .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .w-cards-container .w-card.small .title .toast.plus:after,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.small .title .w-toast .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .w-cards-container .w-card.small .title .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .w-cards-container .w-card.small .title .toast.plus:after,.liveDashboard .list-results thead .w-cards-container .w-card.small .title .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .w-cards-container .w-card.small .title .btn-period-clear:before,.liveDashboard .list-results thead .w-cards-container .w-card.small .title .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .w-cards-container .w-card.small .title .btn-filter:before,.liveDashboard .list-results thead .w-cards-container .w-card.small .title .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .w-cards-container .w-card.small .title .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .w-cards-container .w-card.small .title .btn-period-clear:before,.liveDashboard .list-results thead .w-cards-container .w-card.small .title .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .w-cards-container .w-card.small .title .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .w-cards-container .w-card.small .title .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.small .title .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.small .title .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .w-cards-container .w-card.small .title .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .w-cards-container .w-card.small .title .btn-period-clear:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .w-cards-container .w-card.small .title .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .w-cards-container .w-card.small .title .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.small .title .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.small .title .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .w-cards-container .w-card.small .title .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .w-cards-container .w-card.small .title .btn-filter:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .w-cards-container .w-card.small .title .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .w-cards-container .w-card.small .title .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.small .title .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .w-cards-container .w-card.small .title .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .w-cards-container .w-card.small .title .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.small .title .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .w-cards-container .w-card.small .title .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .w-cards-container .w-card.small .title .btn-filter:before,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.small .title .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .w-cards-container .w-card.small .title .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .w-cards-container .w-card.small .title .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.small .title .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .w-cards-container .w-card.small .title .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .w-cards-container .w-card.small .title .btn-filter:before,.liveDashboard .list-results thead .w-cards-container .w-card.small .title .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .w-cards-container .w-card.small .title .btn-period-edit:before,.liveDashboard .list-results thead .w-cards-container .w-card.small .title .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .w-cards-container .w-card.small .title .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .w-cards-container .w-card.small .title .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.small .title .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.small .title .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .w-cards-container .w-card.small .title .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .w-cards-container .w-card.small .title .btn-period-edit:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .w-cards-container .w-card.small .title .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .w-cards-container .w-card.small .title .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.small .title .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .w-cards-container .w-card.small .title .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .w-cards-container .w-card.small .title .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.small .title .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .w-cards-container .w-card.small .title .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .w-cards-container .w-card.small .title .btn-period-edit:before,.liveDashboard .list-results thead .w-cards-container .w-card.small .title .block-filters .btn-filter:before,.block-filters .liveDashboard .list-results thead .w-cards-container .w-card.small .title .btn-filter:before,.liveDashboard .list-results thead .w-cards-container .w-card.small .title .block-filters .btn-filter:before,.liveDashboard .list-results thead .block-filters .w-cards-container .w-card.small .title .btn-filter:before,.block-filters .liveDashboard .list-results thead .w-cards-container .w-card.small .title .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.small .title .block-filters .btn-filter:before,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.small .title .block-filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .w-cards-container .w-card.small .title .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .w-cards-container .w-card.small .title .btn-filter:before,.liveDashboard .block-filters ._account_api .list-results thead .w-cards-container .w-card.small .title .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .w-cards-container .w-card.small .title .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.small .title .block-filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .w-cards-container .w-card.small .title .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .w-cards-container .w-card.small .title .btn-filter:before,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.small .title .block-filters .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .w-cards-container .w-card.small .title .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .w-cards-container .w-card.small .title .btn-filter:before,.w-cards-container .w-card.small .title .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .w-cards-container .w-card.small .title .dropdown-toggle:after,.w-cards-container .w-card.small .title .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .w-cards-container .w-card.small .title .dropdown-toggle:after,.w-cards-container .w-card.small .title .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .w-cards-container .w-card.small .title .filter,.w-cards-container .w-card.small .title .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .w-cards-container .w-card.small .title .filter,.w-cards-container .w-card.small .title .liveDashboard .list-results thead .form-label.status span,.w-cards-container .w-card.small .title .liveDashboard .list-results thead .status.status-log span,.w-cards-container .w-card.small .title .liveDashboard .list-results thead .status.status-report-item span,.w-cards-container .w-card.small .title .liveDashboard .list-results thead .double-list dd.status span,.double-list .w-cards-container .w-card.small .title .liveDashboard .list-results thead dd.status span,.w-cards-container .w-card.small .title .liveDashboard .list-results thead .double-list dt.status span,.double-list .w-cards-container .w-card.small .title .liveDashboard .list-results thead dt.status span,.liveDashboard .list-results thead .form-label.status .w-cards-container .w-card.small .title span,.liveDashboard .list-results thead .status.status-log .w-cards-container .w-card.small .title span,.liveDashboard .list-results thead .status.status-report-item .w-cards-container .w-card.small .title span,.liveDashboard .list-results thead .double-list dd.status .w-cards-container .w-card.small .title span,.double-list .liveDashboard .list-results thead dd.status .w-cards-container .w-card.small .title span,.liveDashboard .list-results thead .double-list dt.status .w-cards-container .w-card.small .title span,.double-list .liveDashboard .list-results thead dt.status .w-cards-container .w-card.small .title span,.w-cards-container .w-card.small .title .form-label.status .liveDashboard .list-results thead span,.w-cards-container .w-card.small .title .status.status-log .liveDashboard .list-results thead span,.w-cards-container .w-card.small .title .status.status-report-item .liveDashboard .list-results thead span,.w-cards-container .w-card.small .title .double-list dd.status .liveDashboard .list-results thead span,.double-list .w-cards-container .w-card.small .title dd.status .liveDashboard .list-results thead span,.w-cards-container .w-card.small .title .double-list dt.status .liveDashboard .list-results thead span,.double-list .w-cards-container .w-card.small .title dt.status .liveDashboard .list-results thead span,.form-label.status .liveDashboard .list-results thead .w-cards-container .w-card.small .title span,.status.status-log .liveDashboard .list-results thead .w-cards-container .w-card.small .title span,.status.status-report-item .liveDashboard .list-results thead .w-cards-container .w-card.small .title span,.double-list dd.status .liveDashboard .list-results thead .w-cards-container .w-card.small .title span,.double-list dt.status .liveDashboard .list-results thead .w-cards-container .w-card.small .title span,.w-cards-container .w-card.small .title .liveDashboard .list-results thead .w-filters-selected label.status.small span,.liveDashboard .list-results thead .w-filters-selected label.status.small .w-cards-container .w-card.small .title span,.w-cards-container .w-card.small .title .w-filters-selected label.status.small .liveDashboard .list-results thead span,.w-filters-selected label.status.small .liveDashboard .list-results thead .w-cards-container .w-card.small .title span,.w-cards-container .w-card.small .title .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span,.liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .w-cards-container .w-card.small .title span,.w-cards-container .w-card.small .title .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span,.w-filters-selected .status.btn-f-s .liveDashboard .list-results thead .w-cards-container .w-card.small .title span,.w-cards-container .w-card.small .title .liveDashboard .list-results thead .sub-header .w-form label,.w-cards-container .w-card.small .title .liveDashboard .list-results thead .sub-header .w-double-list label,.liveDashboard .list-results thead .sub-header .w-form .w-cards-container .w-card.small .title label,.liveDashboard .list-results thead .sub-header .w-double-list .w-cards-container .w-card.small .title label,.w-cards-container .w-card.small .title .sub-header .w-form .liveDashboard .list-results thead label,.w-cards-container .w-card.small .title .sub-header .w-double-list .liveDashboard .list-results thead label,.sub-header .w-form .liveDashboard .list-results thead .w-cards-container .w-card.small .title label,.sub-header .w-double-list .liveDashboard .list-results thead .w-cards-container .w-card.small .title label,.w-cards-container .w-card.small .title .liveDashboard .list-results thead .block-filters button:after,.liveDashboard .list-results thead .block-filters .w-cards-container .w-card.small .title button:after,.w-cards-container .w-card.small .title .block-filters .liveDashboard .list-results thead button:after,.block-filters .liveDashboard .list-results thead .w-cards-container .w-card.small .title button:after,.w-cards-container .w-card.small .title .liveDashboard .list-results thead .block-filters select:after,.liveDashboard .list-results thead .block-filters .w-cards-container .w-card.small .title select:after,.w-cards-container .w-card.small .title .block-filters .liveDashboard .list-results thead select:after,.block-filters .liveDashboard .list-results thead .w-cards-container .w-card.small .title select:after,.w-cards-container .w-card.small .title .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive,.liveDashboard .list-results thead .form-auto-list .w-cards-container .w-card.small .title .form-auto-item.is-user-is-inactive,.w-cards-container .w-card.small .title .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard .list-results thead .w-cards-container .w-card.small .title .form-auto-item.is-user-is-inactive,.w-cards-container .w-card.small .title .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active,.liveDashboard .list-results thead .form-auto-list .w-cards-container .w-card.small .title .form-auto-item.is-user-is-active,.w-cards-container .w-card.small .title .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-active,.form-auto-list .liveDashboard .list-results thead .w-cards-container .w-card.small .title .form-auto-item.is-user-is-active,.w-cards-container .w-card.small .liveDashboard .list-results thead .list-results-header .status.title span,.liveDashboard .list-results thead .list-results-header .w-cards-container .w-card.small .status.title span,.w-cards-container .w-card.small .list-results-header .status.title .liveDashboard .list-results thead span,.list-results-header .w-cards-container .w-card.small .status.title .liveDashboard .list-results thead span,.w-cards-container .w-card.small .title .liveDashboard .list-results thead tr span,.liveDashboard .list-results thead tr .w-cards-container .w-card.small .title span,.w-cards-container .w-card.small .title ._account_api .list-results thead .icon,.w-cards-container .w-card.small .title ._account_api .list-results thead .w-alert-banner:before,.w-cards-container .w-card.small .title ._account_api .liveDashboard .list-results thead .w-alert-banner:before,.liveDashboard .w-cards-container .w-card.small .title ._account_api .list-results thead .w-alert-banner:before,.w-cards-container .w-card.small .title ._account_api .list-results thead .w-alert-banner:before,.w-cards-container .w-card.small .title .liveDashboard ._account_api .list-results thead .w-alert-banner:before,.liveDashboard .w-cards-container .w-card.small .title ._account_api .list-results thead .w-alert-banner:before,.w-cards-container .w-card.small .title ._account_api .liveDashboard .list-results thead .w-alert-banner:before,.w-cards-container .w-card.small .title ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .w-cards-container .w-card.small .title ._account_api .list-results thead .dialog-aside:after,.w-cards-container .w-card.small .title ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.liveDashboard .w-cards-container .w-card.small .title ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-cards-container .w-card.small .title ._account_api .w-dialog.plus .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus .liveDashboard .w-cards-container .w-card.small .title ._account_api .list-results thead .dialog-aside:after,.w-cards-container .w-card.small .title ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-cards-container .w-card.small .title .w-dialog.plus ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus .w-cards-container .w-card.small .title ._account_api .list-results thead .dialog-aside:after,.w-cards-container .w-card.small .title .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.liveDashboard .w-cards-container .w-card.small .title ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-cards-container .w-card.small .title .w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus .liveDashboard .w-cards-container .w-card.small .title ._account_api .list-results thead .dialog-aside:after,.w-cards-container .w-card.small .title ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-cards-container .w-card.small .title .w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus .w-cards-container .w-card.small .title ._account_api .liveDashboard .list-results thead .dialog-aside:after,.w-cards-container .w-card.small .title ._account_api .list-results thead .w-toast .toast.plus:after,.w-toast .w-cards-container .w-card.small .title ._account_api .list-results thead .toast.plus:after,.w-cards-container .w-card.small .title ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.liveDashboard .w-cards-container .w-card.small .title ._account_api .list-results thead .w-toast .toast.plus:after,.w-cards-container .w-card.small .title ._account_api .w-toast .liveDashboard .list-results thead .toast.plus:after,.w-toast .liveDashboard .w-cards-container .w-card.small .title ._account_api .list-results thead .toast.plus:after,.w-cards-container .w-card.small .title ._account_api .list-results thead .w-toast .toast.plus:after,.w-cards-container .w-card.small .title .w-toast ._account_api .list-results thead .toast.plus:after,.w-toast .w-cards-container .w-card.small .title ._account_api .list-results thead .toast.plus:after,.w-cards-container .w-card.small .title .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.liveDashboard .w-cards-container .w-card.small .title ._account_api .list-results thead .w-toast .toast.plus:after,.w-cards-container .w-card.small .title .w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.w-toast .liveDashboard .w-cards-container .w-card.small .title ._account_api .list-results thead .toast.plus:after,.w-cards-container .w-card.small .title ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-cards-container .w-card.small .title .w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,.w-toast .w-cards-container .w-card.small .title ._account_api .liveDashboard .list-results thead .toast.plus:after,.w-cards-container .w-card.small .title ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .w-cards-container .w-card.small .title ._account_api .list-results thead .btn-period-clear:before,.w-cards-container .w-card.small .title ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .w-cards-container .w-card.small .title ._account_api .list-results thead .btn-filter:before,.w-cards-container .w-card.small .title ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard .w-cards-container .w-card.small .title ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-cards-container .w-card.small .title ._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .w-cards-container .w-card.small .title ._account_api .list-results thead .btn-period-clear:before,.w-cards-container .w-card.small .title ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard .w-cards-container .w-card.small .title ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-cards-container .w-card.small .title ._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .w-cards-container .w-card.small .title ._account_api .list-results thead .btn-filter:before,.w-cards-container .w-card.small .title ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-cards-container .w-card.small .title .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .w-cards-container .w-card.small .title ._account_api .list-results thead .btn-period-clear:before,.w-cards-container .w-card.small .title ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-cards-container .w-card.small .title .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .w-cards-container .w-card.small .title ._account_api .list-results thead .btn-filter:before,.w-cards-container .w-card.small .title .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard .w-cards-container .w-card.small .title ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-cards-container .w-card.small .title .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .w-cards-container .w-card.small .title ._account_api .list-results thead .btn-period-clear:before,.w-cards-container .w-card.small .title .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard .w-cards-container .w-card.small .title ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-cards-container .w-card.small .title .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .w-cards-container .w-card.small .title ._account_api .list-results thead .btn-filter:before,.w-cards-container .w-card.small .title ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-cards-container .w-card.small .title .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .w-cards-container .w-card.small .title ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.w-cards-container .w-card.small .title ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-cards-container .w-card.small .title .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .w-cards-container .w-card.small .title ._account_api .liveDashboard .list-results thead .btn-filter:before,.w-cards-container .w-card.small .title ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .w-cards-container .w-card.small .title ._account_api .list-results thead .btn-period-edit:before,.w-cards-container .w-card.small .title ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard .w-cards-container .w-card.small .title ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-cards-container .w-card.small .title ._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .w-cards-container .w-card.small .title ._account_api .list-results thead .btn-period-edit:before,.w-cards-container .w-card.small .title ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-cards-container .w-card.small .title .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .w-cards-container .w-card.small .title ._account_api .list-results thead .btn-period-edit:before,.w-cards-container .w-card.small .title .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard .w-cards-container .w-card.small .title ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-cards-container .w-card.small .title .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .w-cards-container .w-card.small .title ._account_api .list-results thead .btn-period-edit:before,.w-cards-container .w-card.small .title ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-cards-container .w-card.small .title .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .w-cards-container .w-card.small .title ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.w-cards-container .w-card.small .title ._account_api .list-results thead .block-filters .btn-filter:before,.block-filters .w-cards-container .w-card.small .title ._account_api .list-results thead .btn-filter:before,.w-cards-container .w-card.small .title ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.liveDashboard .w-cards-container .w-card.small .title ._account_api .list-results thead .block-filters .btn-filter:before,.w-cards-container .w-card.small .title ._account_api .block-filters .liveDashboard .list-results thead .btn-filter:before,.block-filters .liveDashboard .w-cards-container .w-card.small .title ._account_api .list-results thead .btn-filter:before,.w-cards-container .w-card.small .title ._account_api .list-results thead .block-filters .btn-filter:before,.w-cards-container .w-card.small .title .block-filters ._account_api .list-results thead .btn-filter:before,.block-filters .w-cards-container .w-card.small .title ._account_api .list-results thead .btn-filter:before,.w-cards-container .w-card.small .title .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.liveDashboard .w-cards-container .w-card.small .title ._account_api .list-results thead .block-filters .btn-filter:before,.w-cards-container .w-card.small .title .block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.block-filters .liveDashboard .w-cards-container .w-card.small .title ._account_api .list-results thead .btn-filter:before,.w-cards-container .w-card.small .title ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.w-cards-container .w-card.small .title .block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,.block-filters .w-cards-container .w-card.small .title ._account_api .liveDashboard .list-results thead .btn-filter:before,._account_api .list-results thead .w-cards-container .w-card.small .title .icon,._account_api .list-results thead .w-cards-container .w-card.small .title .w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.small .title .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.small .title .w-alert-banner:before,._account_api .list-results thead .w-cards-container .w-card.small .title .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.small .title .w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.small .title .w-alert-banner:before,._account_api .list-results thead .w-cards-container .w-card.small .title .w-dialog.plus .dialog-aside:after,.w-dialog.plus ._account_api .list-results thead .w-cards-container .w-card.small .title .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.small .title .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.small .title .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .w-cards-container .w-card.small .title .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .w-cards-container .w-card.small .title .dialog-aside:after,._account_api .w-dialog.plus .liveDashboard .list-results thead .w-cards-container .w-card.small .title .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .w-cards-container .w-card.small .title .dialog-aside:after,._account_api .list-results thead .w-cards-container .w-card.small .title .w-dialog.plus .dialog-aside:after,._account_api .list-results thead .w-dialog.plus .w-cards-container .w-card.small .title .dialog-aside:after,.w-dialog.plus ._account_api .list-results thead .w-cards-container .w-card.small .title .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.small .title .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .w-cards-container .w-card.small .title .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .w-cards-container .w-card.small .title .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.small .title .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .w-cards-container .w-card.small .title .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .w-cards-container .w-card.small .title .dialog-aside:after,._account_api .list-results thead .w-cards-container .w-card.small .title .w-toast .toast.plus:after,.w-toast ._account_api .list-results thead .w-cards-container .w-card.small .title .toast.plus:after,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.small .title .w-toast .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.small .title .w-toast .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .w-cards-container .w-card.small .title .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .w-cards-container .w-card.small .title .toast.plus:after,._account_api .w-toast .liveDashboard .list-results thead .w-cards-container .w-card.small .title .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .w-cards-container .w-card.small .title .toast.plus:after,._account_api .list-results thead .w-cards-container .w-card.small .title .w-toast .toast.plus:after,._account_api .list-results thead .w-toast .w-cards-container .w-card.small .title .toast.plus:after,.w-toast ._account_api .list-results thead .w-cards-container .w-card.small .title .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.small .title .w-toast .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .w-cards-container .w-card.small .title .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .w-cards-container .w-card.small .title .toast.plus:after,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.small .title .w-toast .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .w-cards-container .w-card.small .title .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .w-cards-container .w-card.small .title .toast.plus:after,._account_api .list-results thead .w-cards-container .w-card.small .title .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .w-cards-container .w-card.small .title .btn-period-clear:before,._account_api .list-results thead .w-cards-container .w-card.small .title .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .w-cards-container .w-card.small .title .btn-filter:before,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.small .title .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.small .title .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .w-cards-container .w-card.small .title .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .w-cards-container .w-card.small .title .btn-period-clear:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .w-cards-container .w-card.small .title .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .w-cards-container .w-card.small .title .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.small .title .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.small .title .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .w-cards-container .w-card.small .title .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .w-cards-container .w-card.small .title .btn-filter:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .w-cards-container .w-card.small .title .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .w-cards-container .w-card.small .title .btn-filter:before,._account_api .list-results thead .w-cards-container .w-card.small .title .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .list-results thead .w-time-period .dropdown .w-selection .w-cards-container .w-card.small .title .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .w-cards-container .w-card.small .title .btn-period-clear:before,._account_api .list-results thead .w-cards-container .w-card.small .title .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .list-results thead .w-time-period .dropdown .w-selection .w-cards-container .w-card.small .title .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .w-cards-container .w-card.small .title .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.small .title .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .w-cards-container .w-card.small .title .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .w-cards-container .w-card.small .title .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.small .title .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .w-cards-container .w-card.small .title .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .w-cards-container .w-card.small .title .btn-filter:before,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.small .title .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .w-cards-container .w-card.small .title .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .w-cards-container .w-card.small .title .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.small .title .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .w-cards-container .w-card.small .title .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .w-cards-container .w-card.small .title .btn-filter:before,._account_api .list-results thead .w-cards-container .w-card.small .title .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .w-cards-container .w-card.small .title .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.small .title .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.small .title .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .w-cards-container .w-card.small .title .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .w-cards-container .w-card.small .title .btn-period-edit:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .w-cards-container .w-card.small .title .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .w-cards-container .w-card.small .title .btn-period-edit:before,._account_api .list-results thead .w-cards-container .w-card.small .title .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .list-results thead .w-time-period .dropdown .w-selection .w-cards-container .w-card.small .title .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .w-cards-container .w-card.small .title .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.small .title .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .w-cards-container .w-card.small .title .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .w-cards-container .w-card.small .title .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.small .title .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .w-cards-container .w-card.small .title .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .w-cards-container .w-card.small .title .btn-period-edit:before,._account_api .list-results thead .w-cards-container .w-card.small .title .block-filters .btn-filter:before,.block-filters ._account_api .list-results thead .w-cards-container .w-card.small .title .btn-filter:before,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.small .title .block-filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.small .title .block-filters .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .w-cards-container .w-card.small .title .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .w-cards-container .w-card.small .title .btn-filter:before,._account_api .block-filters .liveDashboard .list-results thead .w-cards-container .w-card.small .title .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .w-cards-container .w-card.small .title .btn-filter:before,._account_api .list-results thead .w-cards-container .w-card.small .title .block-filters .btn-filter:before,._account_api .list-results thead .block-filters .w-cards-container .w-card.small .title .btn-filter:before,.block-filters ._account_api .list-results thead .w-cards-container .w-card.small .title .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.small .title .block-filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .w-cards-container .w-card.small .title .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .w-cards-container .w-card.small .title .btn-filter:before,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.small .title .block-filters .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .w-cards-container .w-card.small .title .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .w-cards-container .w-card.small .title .btn-filter:before,.w-cards-container .w-card.small .title ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .w-cards-container .w-card.small .title .dropdown-toggle:after,.w-cards-container .w-card.small .title .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .w-cards-container .w-card.small .title .dropdown-toggle:after,.w-cards-container .w-card.small .title ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .w-cards-container .w-card.small .title .filter,.w-cards-container .w-card.small .title .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .w-cards-container .w-card.small .title .filter,.w-cards-container .w-card.small .title ._account_api .list-results thead .form-label.status span,.w-cards-container .w-card.small .title ._account_api .list-results thead .status.status-log span,.w-cards-container .w-card.small .title ._account_api .list-results thead .status.status-report-item span,.w-cards-container .w-card.small .title ._account_api .list-results thead .double-list dd.status span,.double-list .w-cards-container .w-card.small .title ._account_api .list-results thead dd.status span,.w-cards-container .w-card.small .title ._account_api .list-results thead .double-list dt.status span,.double-list .w-cards-container .w-card.small .title ._account_api .list-results thead dt.status span,._account_api .list-results thead .form-label.status .w-cards-container .w-card.small .title span,._account_api .list-results thead .status.status-log .w-cards-container .w-card.small .title span,._account_api .list-results thead .status.status-report-item .w-cards-container .w-card.small .title span,._account_api .list-results thead .double-list dd.status .w-cards-container .w-card.small .title span,.double-list ._account_api .list-results thead dd.status .w-cards-container .w-card.small .title span,._account_api .list-results thead .double-list dt.status .w-cards-container .w-card.small .title span,.double-list ._account_api .list-results thead dt.status .w-cards-container .w-card.small .title span,.w-cards-container .w-card.small .title .form-label.status ._account_api .list-results thead span,.w-cards-container .w-card.small .title .status.status-log ._account_api .list-results thead span,.w-cards-container .w-card.small .title .status.status-report-item ._account_api .list-results thead span,.w-cards-container .w-card.small .title .double-list dd.status ._account_api .list-results thead span,.double-list .w-cards-container .w-card.small .title dd.status ._account_api .list-results thead span,.w-cards-container .w-card.small .title .double-list dt.status ._account_api .list-results thead span,.double-list .w-cards-container .w-card.small .title dt.status ._account_api .list-results thead span,.form-label.status ._account_api .list-results thead .w-cards-container .w-card.small .title span,.status.status-log ._account_api .list-results thead .w-cards-container .w-card.small .title span,.status.status-report-item ._account_api .list-results thead .w-cards-container .w-card.small .title span,.double-list dd.status ._account_api .list-results thead .w-cards-container .w-card.small .title span,.double-list dt.status ._account_api .list-results thead .w-cards-container .w-card.small .title span,.w-cards-container .w-card.small .title ._account_api .list-results thead .w-filters-selected label.status.small span,._account_api .list-results thead .w-filters-selected label.status.small .w-cards-container .w-card.small .title span,.w-cards-container .w-card.small .title .w-filters-selected label.status.small ._account_api .list-results thead span,.w-filters-selected label.status.small ._account_api .list-results thead .w-cards-container .w-card.small .title span,.w-cards-container .w-card.small .title ._account_api .list-results thead .w-filters-selected .status.btn-f-s span,._account_api .list-results thead .w-filters-selected .status.btn-f-s .w-cards-container .w-card.small .title span,.w-cards-container .w-card.small .title .w-filters-selected .status.btn-f-s ._account_api .list-results thead span,.w-filters-selected .status.btn-f-s ._account_api .list-results thead .w-cards-container .w-card.small .title span,.w-cards-container .w-card.small .title ._account_api .list-results thead .sub-header .w-form label,.w-cards-container .w-card.small .title ._account_api .list-results thead .sub-header .w-double-list label,._account_api .list-results thead .sub-header .w-form .w-cards-container .w-card.small .title label,._account_api .list-results thead .sub-header .w-double-list .w-cards-container .w-card.small .title label,.w-cards-container .w-card.small .title .sub-header .w-form ._account_api .list-results thead label,.w-cards-container .w-card.small .title .sub-header .w-double-list ._account_api .list-results thead label,.sub-header .w-form ._account_api .list-results thead .w-cards-container .w-card.small .title label,.sub-header .w-double-list ._account_api .list-results thead .w-cards-container .w-card.small .title label,.w-cards-container .w-card.small .title ._account_api .list-results thead .block-filters button:after,._account_api .list-results thead .block-filters .w-cards-container .w-card.small .title button:after,.w-cards-container .w-card.small .title .block-filters ._account_api .list-results thead button:after,.block-filters ._account_api .list-results thead .w-cards-container .w-card.small .title button:after,.w-cards-container .w-card.small .title ._account_api .list-results thead .block-filters select:after,._account_api .list-results thead .block-filters .w-cards-container .w-card.small .title select:after,.w-cards-container .w-card.small .title .block-filters ._account_api .list-results thead select:after,.block-filters ._account_api .list-results thead .w-cards-container .w-card.small .title select:after,.w-cards-container .w-card.small .title ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive,._account_api .list-results thead .form-auto-list .w-cards-container .w-card.small .title .form-auto-item.is-user-is-inactive,.w-cards-container .w-card.small .title .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .list-results thead .w-cards-container .w-card.small .title .form-auto-item.is-user-is-inactive,.w-cards-container .w-card.small .title ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active,._account_api .list-results thead .form-auto-list .w-cards-container .w-card.small .title .form-auto-item.is-user-is-active,.w-cards-container .w-card.small .title .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-active,.form-auto-list ._account_api .list-results thead .w-cards-container .w-card.small .title .form-auto-item.is-user-is-active,.w-cards-container .w-card.small ._account_api .list-results thead .list-results-header .status.title span,._account_api .list-results thead .list-results-header .w-cards-container .w-card.small .status.title span,.w-cards-container .w-card.small .list-results-header .status.title ._account_api .list-results thead span,.list-results-header .w-cards-container .w-card.small .status.title ._account_api .list-results thead span,.w-cards-container .w-card.small .title ._account_api .list-results thead tr span,._account_api .list-results thead tr .w-cards-container .w-card.small .title span,.w-cards-container .w-card.small .title .liveDashboard ._account_api .list-results thead .icon,.w-cards-container .w-card.small .title .liveDashboard ._account_api .list-results thead .w-alert-banner:before,.w-cards-container .w-card.small .title .liveDashboard ._account_api .list-results thead .w-alert-banner:before,.w-cards-container .w-card.small .title .liveDashboard ._account_api .list-results thead .w-alert-banner:before,.w-cards-container .w-card.small .title .liveDashboard ._account_api .list-results thead .w-alert-banner:before,.w-cards-container .w-card.small .title .liveDashboard ._account_api .liveDashboard .list-results thead .w-alert-banner:before,.w-cards-container .w-card.small .title .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .w-cards-container .w-card.small .title .liveDashboard ._account_api .list-results thead .dialog-aside:after,.w-cards-container .w-card.small .title .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-cards-container .w-card.small .title .w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus .w-cards-container .w-card.small .title .liveDashboard ._account_api .list-results thead .dialog-aside:after,.w-cards-container .w-card.small .title .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-cards-container .w-card.small .title .liveDashboard .w-dialog.plus ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus .w-cards-container .w-card.small .title .liveDashboard ._account_api .list-results thead .dialog-aside:after,.w-cards-container .w-card.small .title .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-cards-container .w-card.small .title .w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus .w-cards-container .w-card.small .title .liveDashboard ._account_api .list-results thead .dialog-aside:after,.w-cards-container .w-card.small .title .liveDashboard ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-cards-container .w-card.small .title .liveDashboard .w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus .w-cards-container .w-card.small .title .liveDashboard ._account_api .liveDashboard .list-results thead .dialog-aside:after,.w-cards-container .w-card.small .title .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.w-toast .w-cards-container .w-card.small .title .liveDashboard ._account_api .list-results thead .toast.plus:after,.w-cards-container .w-card.small .title .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.w-cards-container .w-card.small .title .w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.w-toast .w-cards-container .w-card.small .title .liveDashboard ._account_api .list-results thead .toast.plus:after,.w-cards-container .w-card.small .title .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.w-cards-container .w-card.small .title .liveDashboard .w-toast ._account_api .list-results thead .toast.plus:after,.w-toast .w-cards-container .w-card.small .title .liveDashboard ._account_api .list-results thead .toast.plus:after,.w-cards-container .w-card.small .title .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.w-cards-container .w-card.small .title .w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.w-toast .w-cards-container .w-card.small .title .liveDashboard ._account_api .list-results thead .toast.plus:after,.w-cards-container .w-card.small .title .liveDashboard ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-cards-container .w-card.small .title .liveDashboard .w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,.w-toast .w-cards-container .w-card.small .title .liveDashboard ._account_api .liveDashboard .list-results thead .toast.plus:after,.w-cards-container .w-card.small .title .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .w-cards-container .w-card.small .title .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.w-cards-container .w-card.small .title .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .w-cards-container .w-card.small .title .liveDashboard ._account_api .list-results thead .btn-filter:before,.w-cards-container .w-card.small .title .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-cards-container .w-card.small .title .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .w-cards-container .w-card.small .title .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.w-cards-container .w-card.small .title .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-cards-container .w-card.small .title .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .w-cards-container .w-card.small .title .liveDashboard ._account_api .list-results thead .btn-filter:before,.w-cards-container .w-card.small .title .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-cards-container .w-card.small .title .liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .w-cards-container .w-card.small .title .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.w-cards-container .w-card.small .title .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-cards-container .w-card.small .title .liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .w-cards-container .w-card.small .title .liveDashboard ._account_api .list-results thead .btn-filter:before,.w-cards-container .w-card.small .title .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-cards-container .w-card.small .title .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .w-cards-container .w-card.small .title .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.w-cards-container .w-card.small .title .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-cards-container .w-card.small .title .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .w-cards-container .w-card.small .title .liveDashboard ._account_api .list-results thead .btn-filter:before,.w-cards-container .w-card.small .title .liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-cards-container .w-card.small .title .liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .w-cards-container .w-card.small .title .liveDashboard ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.w-cards-container .w-card.small .title .liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-cards-container .w-card.small .title .liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .w-cards-container .w-card.small .title .liveDashboard ._account_api .liveDashboard .list-results thead .btn-filter:before,.w-cards-container .w-card.small .title .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .w-cards-container .w-card.small .title .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.w-cards-container .w-card.small .title .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-cards-container .w-card.small .title .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .w-cards-container .w-card.small .title .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.w-cards-container .w-card.small .title .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-cards-container .w-card.small .title .liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .w-cards-container .w-card.small .title .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.w-cards-container .w-card.small .title .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-cards-container .w-card.small .title .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .w-cards-container .w-card.small .title .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.w-cards-container .w-card.small .title .liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-cards-container .w-card.small .title .liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .w-cards-container .w-card.small .title .liveDashboard ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.w-cards-container .w-card.small .title .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.block-filters .w-cards-container .w-card.small .title .liveDashboard ._account_api .list-results thead .btn-filter:before,.w-cards-container .w-card.small .title .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.w-cards-container .w-card.small .title .block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.block-filters .w-cards-container .w-card.small .title .liveDashboard ._account_api .list-results thead .btn-filter:before,.w-cards-container .w-card.small .title .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.w-cards-container .w-card.small .title .liveDashboard .block-filters ._account_api .list-results thead .btn-filter:before,.block-filters .w-cards-container .w-card.small .title .liveDashboard ._account_api .list-results thead .btn-filter:before,.w-cards-container .w-card.small .title .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.w-cards-container .w-card.small .title .block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.block-filters .w-cards-container .w-card.small .title .liveDashboard ._account_api .list-results thead .btn-filter:before,.w-cards-container .w-card.small .title .liveDashboard ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.w-cards-container .w-card.small .title .liveDashboard .block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,.block-filters .w-cards-container .w-card.small .title .liveDashboard ._account_api .liveDashboard .list-results thead .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.small .title .icon,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.small .title .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.small .title .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.small .title .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.small .title .w-alert-banner:before,.liveDashboard ._account_api .liveDashboard .list-results thead .w-cards-container .w-card.small .title .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.small .title .w-dialog.plus .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .w-cards-container .w-card.small .title .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.small .title .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .w-cards-container .w-card.small .title .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .w-cards-container .w-card.small .title .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.small .title .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .w-cards-container .w-card.small .title .dialog-aside:after,.liveDashboard .w-dialog.plus ._account_api .list-results thead .w-cards-container .w-card.small .title .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .w-cards-container .w-card.small .title .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.small .title .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .w-cards-container .w-card.small .title .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .w-cards-container .w-card.small .title .dialog-aside:after,.liveDashboard ._account_api .liveDashboard .list-results thead .w-cards-container .w-card.small .title .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .liveDashboard .list-results thead .w-dialog.plus .w-cards-container .w-card.small .title .dialog-aside:after,.liveDashboard .w-dialog.plus ._account_api .liveDashboard .list-results thead .w-cards-container .w-card.small .title .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .liveDashboard .list-results thead .w-cards-container .w-card.small .title .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.small .title .w-toast .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .w-cards-container .w-card.small .title .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.small .title .w-toast .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .w-cards-container .w-card.small .title .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .w-cards-container .w-card.small .title .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.small .title .w-toast .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .w-cards-container .w-card.small .title .toast.plus:after,.liveDashboard .w-toast ._account_api .list-results thead .w-cards-container .w-card.small .title .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .w-cards-container .w-card.small .title .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.small .title .w-toast .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .w-cards-container .w-card.small .title .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .w-cards-container .w-card.small .title .toast.plus:after,.liveDashboard ._account_api .liveDashboard .list-results thead .w-cards-container .w-card.small .title .w-toast .toast.plus:after,.liveDashboard ._account_api .liveDashboard .list-results thead .w-toast .w-cards-container .w-card.small .title .toast.plus:after,.liveDashboard .w-toast ._account_api .liveDashboard .list-results thead .w-cards-container .w-card.small .title .toast.plus:after,.w-toast .liveDashboard ._account_api .liveDashboard .list-results thead .w-cards-container .w-card.small .title .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.small .title .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .w-cards-container .w-card.small .title .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.small .title .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .w-cards-container .w-card.small .title .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.small .title .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .w-cards-container .w-card.small .title .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .w-cards-container .w-card.small .title .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.small .title .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .w-cards-container .w-card.small .title .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .w-cards-container .w-card.small .title .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.small .title .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .w-cards-container .w-card.small .title .btn-period-clear:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .w-cards-container .w-card.small .title .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .w-cards-container .w-card.small .title .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.small .title .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .w-cards-container .w-card.small .title .btn-filter:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .w-cards-container .w-card.small .title .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .w-cards-container .w-card.small .title .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.small .title .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .w-cards-container .w-card.small .title .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .w-cards-container .w-card.small .title .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.small .title .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .w-cards-container .w-card.small .title .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .w-cards-container .w-card.small .title .btn-filter:before,.liveDashboard ._account_api .liveDashboard .list-results thead .w-cards-container .w-card.small .title .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .w-cards-container .w-card.small .title .btn-period-clear:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .w-cards-container .w-card.small .title .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .liveDashboard .list-results thead .w-cards-container .w-card.small .title .btn-period-clear:before,.liveDashboard ._account_api .liveDashboard .list-results thead .w-cards-container .w-card.small .title .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .w-cards-container .w-card.small .title .btn-filter:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .w-cards-container .w-card.small .title .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .liveDashboard .list-results thead .w-cards-container .w-card.small .title .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.small .title .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .w-cards-container .w-card.small .title .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.small .title .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .w-cards-container .w-card.small .title .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .w-cards-container .w-card.small .title .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.small .title .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .w-cards-container .w-card.small .title .btn-period-edit:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .list-results thead .w-cards-container .w-card.small .title .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .w-cards-container .w-card.small .title .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.small .title .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .w-cards-container .w-card.small .title .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .w-cards-container .w-card.small .title .btn-period-edit:before,.liveDashboard ._account_api .liveDashboard .list-results thead .w-cards-container .w-card.small .title .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .w-cards-container .w-card.small .title .btn-period-edit:before,.liveDashboard .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .w-cards-container .w-card.small .title .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .liveDashboard .list-results thead .w-cards-container .w-card.small .title .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.small .title .block-filters .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .w-cards-container .w-card.small .title .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.small .title .block-filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .w-cards-container .w-card.small .title .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .w-cards-container .w-card.small .title .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.small .title .block-filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .w-cards-container .w-card.small .title .btn-filter:before,.liveDashboard .block-filters ._account_api .list-results thead .w-cards-container .w-card.small .title .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .w-cards-container .w-card.small .title .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.small .title .block-filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .w-cards-container .w-card.small .title .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .w-cards-container .w-card.small .title .btn-filter:before,.liveDashboard ._account_api .liveDashboard .list-results thead .w-cards-container .w-card.small .title .block-filters .btn-filter:before,.liveDashboard ._account_api .liveDashboard .list-results thead .block-filters .w-cards-container .w-card.small .title .btn-filter:before,.liveDashboard .block-filters ._account_api .liveDashboard .list-results thead .w-cards-container .w-card.small .title .btn-filter:before,.block-filters .liveDashboard ._account_api .liveDashboard .list-results thead .w-cards-container .w-card.small .title .btn-filter:before,.w-cards-container .w-card.small .title ._account_api .liveDashboard .list-results thead .icon,.w-cards-container .w-card.small .title ._account_api .liveDashboard .list-results thead .w-alert-banner:before,.w-cards-container .w-card.small .title ._account_api .liveDashboard .list-results thead .w-alert-banner:before,.w-cards-container .w-card.small .title ._account_api .liveDashboard .list-results thead .w-alert-banner:before,.w-cards-container .w-card.small .title ._account_api .liveDashboard ._account_api .list-results thead .w-alert-banner:before,.w-cards-container .w-card.small .title ._account_api .liveDashboard .list-results thead .w-alert-banner:before,.w-cards-container .w-card.small .title ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .w-cards-container .w-card.small .title ._account_api .liveDashboard .list-results thead .dialog-aside:after,.w-cards-container .w-card.small .title ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-cards-container .w-card.small .title ._account_api .w-dialog.plus .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus .w-cards-container .w-card.small .title ._account_api .liveDashboard .list-results thead .dialog-aside:after,.w-cards-container .w-card.small .title ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-cards-container .w-card.small .title .w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus .w-cards-container .w-card.small .title ._account_api .liveDashboard .list-results thead .dialog-aside:after,.w-cards-container .w-card.small .title ._account_api .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-cards-container .w-card.small .title ._account_api .w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus .w-cards-container .w-card.small .title ._account_api .liveDashboard ._account_api .list-results thead .dialog-aside:after,.w-cards-container .w-card.small .title ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-cards-container .w-card.small .title .w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus .w-cards-container .w-card.small .title ._account_api .liveDashboard .list-results thead .dialog-aside:after,.w-cards-container .w-card.small .title ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-toast .w-cards-container .w-card.small .title ._account_api .liveDashboard .list-results thead .toast.plus:after,.w-cards-container .w-card.small .title ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-cards-container .w-card.small .title ._account_api .w-toast .liveDashboard .list-results thead .toast.plus:after,.w-toast .w-cards-container .w-card.small .title ._account_api .liveDashboard .list-results thead .toast.plus:after,.w-cards-container .w-card.small .title ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-cards-container .w-card.small .title .w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,.w-toast .w-cards-container .w-card.small .title ._account_api .liveDashboard .list-results thead .toast.plus:after,.w-cards-container .w-card.small .title ._account_api .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.w-cards-container .w-card.small .title ._account_api .w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.w-toast .w-cards-container .w-card.small .title ._account_api .liveDashboard ._account_api .list-results thead .toast.plus:after,.w-cards-container .w-card.small .title ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-cards-container .w-card.small .title .w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,.w-toast .w-cards-container .w-card.small .title ._account_api .liveDashboard .list-results thead .toast.plus:after,.w-cards-container .w-card.small .title ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .w-cards-container .w-card.small .title ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.w-cards-container .w-card.small .title ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection .w-cards-container .w-card.small .title ._account_api .liveDashboard .list-results thead .btn-filter:before,.w-cards-container .w-card.small .title ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-cards-container .w-card.small .title ._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .w-cards-container .w-card.small .title ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.w-cards-container .w-card.small .title ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-cards-container .w-card.small .title ._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .w-cards-container .w-card.small .title ._account_api .liveDashboard .list-results thead .btn-filter:before,.w-cards-container .w-card.small .title ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-cards-container .w-card.small .title .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .w-cards-container .w-card.small .title ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.w-cards-container .w-card.small .title ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-cards-container .w-card.small .title .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .w-cards-container .w-card.small .title ._account_api .liveDashboard .list-results thead .btn-filter:before,.w-cards-container .w-card.small .title ._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-cards-container .w-card.small .title ._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .w-cards-container .w-card.small .title ._account_api .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.w-cards-container .w-card.small .title ._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-cards-container .w-card.small .title ._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .w-cards-container .w-card.small .title ._account_api .liveDashboard ._account_api .list-results thead .btn-filter:before,.w-cards-container .w-card.small .title ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-cards-container .w-card.small .title .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .w-cards-container .w-card.small .title ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.w-cards-container .w-card.small .title ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.w-cards-container .w-card.small .title .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .w-cards-container .w-card.small .title ._account_api .liveDashboard .list-results thead .btn-filter:before,.w-cards-container .w-card.small .title ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection .w-cards-container .w-card.small .title ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.w-cards-container .w-card.small .title ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-cards-container .w-card.small .title ._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .w-cards-container .w-card.small .title ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.w-cards-container .w-card.small .title ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-cards-container .w-card.small .title .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .w-cards-container .w-card.small .title ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.w-cards-container .w-card.small .title ._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-cards-container .w-card.small .title ._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .w-cards-container .w-card.small .title ._account_api .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.w-cards-container .w-card.small .title ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-cards-container .w-card.small .title .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .w-cards-container .w-card.small .title ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.w-cards-container .w-card.small .title ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.block-filters .w-cards-container .w-card.small .title ._account_api .liveDashboard .list-results thead .btn-filter:before,.w-cards-container .w-card.small .title ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.w-cards-container .w-card.small .title ._account_api .block-filters .liveDashboard .list-results thead .btn-filter:before,.block-filters .w-cards-container .w-card.small .title ._account_api .liveDashboard .list-results thead .btn-filter:before,.w-cards-container .w-card.small .title ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.w-cards-container .w-card.small .title .block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,.block-filters .w-cards-container .w-card.small .title ._account_api .liveDashboard .list-results thead .btn-filter:before,.w-cards-container .w-card.small .title ._account_api .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.w-cards-container .w-card.small .title ._account_api .block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.block-filters .w-cards-container .w-card.small .title ._account_api .liveDashboard ._account_api .list-results thead .btn-filter:before,.w-cards-container .w-card.small .title ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,.w-cards-container .w-card.small .title .block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,.block-filters .w-cards-container .w-card.small .title ._account_api .liveDashboard .list-results thead .btn-filter:before,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.small .title .icon,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.small .title .w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.small .title .w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.small .title .w-alert-banner:before,._account_api .liveDashboard ._account_api .list-results thead .w-cards-container .w-card.small .title .w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.small .title .w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.small .title .w-dialog.plus .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .w-cards-container .w-card.small .title .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.small .title .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .w-cards-container .w-card.small .title .dialog-aside:after,._account_api .w-dialog.plus .liveDashboard .list-results thead .w-cards-container .w-card.small .title .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .w-cards-container .w-card.small .title .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.small .title .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .w-cards-container .w-card.small .title .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .w-cards-container .w-card.small .title .dialog-aside:after,._account_api .liveDashboard ._account_api .list-results thead .w-cards-container .w-card.small .title .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard ._account_api .list-results thead .w-dialog.plus .w-cards-container .w-card.small .title .dialog-aside:after,._account_api .w-dialog.plus .liveDashboard ._account_api .list-results thead .w-cards-container .w-card.small .title .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard ._account_api .list-results thead .w-cards-container .w-card.small .title .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.small .title .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .w-cards-container .w-card.small .title .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .w-cards-container .w-card.small .title .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.small .title .w-toast .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .w-cards-container .w-card.small .title .toast.plus:after,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.small .title .w-toast .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .w-cards-container .w-card.small .title .toast.plus:after,._account_api .w-toast .liveDashboard .list-results thead .w-cards-container .w-card.small .title .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .w-cards-container .w-card.small .title .toast.plus:after,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.small .title .w-toast .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .w-cards-container .w-card.small .title .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .w-cards-container .w-card.small .title .toast.plus:after,._account_api .liveDashboard ._account_api .list-results thead .w-cards-container .w-card.small .title .w-toast .toast.plus:after,._account_api .liveDashboard ._account_api .list-results thead .w-toast .w-cards-container .w-card.small .title .toast.plus:after,._account_api .w-toast .liveDashboard ._account_api .list-results thead .w-cards-container .w-card.small .title .toast.plus:after,.w-toast ._account_api .liveDashboard ._account_api .list-results thead .w-cards-container .w-card.small .title .toast.plus:after,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.small .title .w-toast .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .w-cards-container .w-card.small .title .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .w-cards-container .w-card.small .title .toast.plus:after,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.small .title .w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .w-cards-container .w-card.small .title .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.small .title .w-time-period .dropdown .w-selection .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .w-cards-container .w-card.small .title .btn-filter:before,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.small .title .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .w-cards-container .w-card.small .title .btn-period-clear:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .w-cards-container .w-card.small .title .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .w-cards-container .w-card.small .title .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.small .title .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .w-cards-container .w-card.small .title .btn-filter:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .w-cards-container .w-card.small .title .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .w-cards-container .w-card.small .title .btn-filter:before,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.small .title .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .w-cards-container .w-card.small .title .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .w-cards-container .w-card.small .title .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.small .title .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .w-cards-container .w-card.small .title .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .w-cards-container .w-card.small .title .btn-filter:before,._account_api .liveDashboard ._account_api .list-results thead .w-cards-container .w-card.small .title .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .w-cards-container .w-card.small .title .btn-period-clear:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .w-cards-container .w-card.small .title .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard ._account_api .list-results thead .w-cards-container .w-card.small .title .btn-period-clear:before,._account_api .liveDashboard ._account_api .list-results thead .w-cards-container .w-card.small .title .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .w-cards-container .w-card.small .title .btn-filter:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .w-cards-container .w-card.small .title .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard ._account_api .list-results thead .w-cards-container .w-card.small .title .btn-filter:before,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.small .title .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .w-cards-container .w-card.small .title .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .w-cards-container .w-card.small .title .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.small .title .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .w-cards-container .w-card.small .title .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .w-cards-container .w-card.small .title .btn-filter:before,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.small .title .w-time-period .dropdown .w-selection .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .w-cards-container .w-card.small .title .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.small .title .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .w-cards-container .w-card.small .title .btn-period-edit:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .w-cards-container .w-card.small .title .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .w-cards-container .w-card.small .title .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.small .title .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .w-cards-container .w-card.small .title .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .w-cards-container .w-card.small .title .btn-period-edit:before,._account_api .liveDashboard ._account_api .list-results thead .w-cards-container .w-card.small .title .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .w-cards-container .w-card.small .title .btn-period-edit:before,._account_api .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .w-cards-container .w-card.small .title .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard ._account_api .list-results thead .w-cards-container .w-card.small .title .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.small .title .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .w-cards-container .w-card.small .title .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .w-cards-container .w-card.small .title .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.small .title .block-filters .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .w-cards-container .w-card.small .title .btn-filter:before,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.small .title .block-filters .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .w-cards-container .w-card.small .title .btn-filter:before,._account_api .block-filters .liveDashboard .list-results thead .w-cards-container .w-card.small .title .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .w-cards-container .w-card.small .title .btn-filter:before,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.small .title .block-filters .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .w-cards-container .w-card.small .title .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .w-cards-container .w-card.small .title .btn-filter:before,._account_api .liveDashboard ._account_api .list-results thead .w-cards-container .w-card.small .title .block-filters .btn-filter:before,._account_api .liveDashboard ._account_api .list-results thead .block-filters .w-cards-container .w-card.small .title .btn-filter:before,._account_api .block-filters .liveDashboard ._account_api .list-results thead .w-cards-container .w-card.small .title .btn-filter:before,.block-filters ._account_api .liveDashboard ._account_api .list-results thead .w-cards-container .w-card.small .title .btn-filter:before,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.small .title .block-filters .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .w-cards-container .w-card.small .title .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .w-cards-container .w-card.small .title .btn-filter:before,.w-cards-container .w-card.small .title .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .w-cards-container .w-card.small .title .dropdown-toggle:after,.w-cards-container .w-card.small .title ._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .w-cards-container .w-card.small .title .dropdown-toggle:after,.w-cards-container .w-card.small .title .liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .dropdown-toggle:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .w-cards-container .w-card.small .title .dropdown-toggle:after,.w-cards-container .w-card.small .title .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .w-cards-container .w-card.small .title .dropdown-toggle:after,.w-cards-container .w-card.small .title .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .w-cards-container .w-card.small .title .filter,.w-cards-container .w-card.small .title ._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .w-cards-container .w-card.small .title .filter,.w-cards-container .w-card.small .title .liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .filter,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .w-cards-container .w-card.small .title .filter,.w-cards-container .w-card.small .title .w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .w-cards-container .w-card.small .title .filter,.w-cards-container .w-card.small .title .liveDashboard ._account_api .list-results thead .form-label.status span,.w-cards-container .w-card.small .title .liveDashboard ._account_api .list-results thead .status.status-log span,.w-cards-container .w-card.small .title .liveDashboard ._account_api .list-results thead .status.status-report-item span,.w-cards-container .w-card.small .title .liveDashboard ._account_api .list-results thead .double-list dd.status span,.double-list .w-cards-container .w-card.small .title .liveDashboard ._account_api .list-results thead dd.status span,.w-cards-container .w-card.small .title .liveDashboard ._account_api .list-results thead .double-list dt.status span,.double-list .w-cards-container .w-card.small .title .liveDashboard ._account_api .list-results thead dt.status span,.liveDashboard ._account_api .list-results thead .form-label.status .w-cards-container .w-card.small .title span,.liveDashboard ._account_api .list-results thead .status.status-log .w-cards-container .w-card.small .title span,.liveDashboard ._account_api .list-results thead .status.status-report-item .w-cards-container .w-card.small .title span,.liveDashboard ._account_api .list-results thead .double-list dd.status .w-cards-container .w-card.small .title span,.double-list .liveDashboard ._account_api .list-results thead dd.status .w-cards-container .w-card.small .title span,.liveDashboard ._account_api .list-results thead .double-list dt.status .w-cards-container .w-card.small .title span,.double-list .liveDashboard ._account_api .list-results thead dt.status .w-cards-container .w-card.small .title span,.w-cards-container .w-card.small .title ._account_api .liveDashboard .list-results thead .form-label.status span,.w-cards-container .w-card.small .title ._account_api .liveDashboard .list-results thead .status.status-log span,.w-cards-container .w-card.small .title ._account_api .liveDashboard .list-results thead .status.status-report-item span,.w-cards-container .w-card.small .title ._account_api .liveDashboard .list-results thead .double-list dd.status span,.double-list .w-cards-container .w-card.small .title ._account_api .liveDashboard .list-results thead dd.status span,.w-cards-container .w-card.small .title ._account_api .liveDashboard .list-results thead .double-list dt.status span,.double-list .w-cards-container .w-card.small .title ._account_api .liveDashboard .list-results thead dt.status span,._account_api .liveDashboard .list-results thead .form-label.status .w-cards-container .w-card.small .title span,._account_api .liveDashboard .list-results thead .status.status-log .w-cards-container .w-card.small .title span,._account_api .liveDashboard .list-results thead .status.status-report-item .w-cards-container .w-card.small .title span,._account_api .liveDashboard .list-results thead .double-list dd.status .w-cards-container .w-card.small .title span,.double-list ._account_api .liveDashboard .list-results thead dd.status .w-cards-container .w-card.small .title span,._account_api .liveDashboard .list-results thead .double-list dt.status .w-cards-container .w-card.small .title span,.double-list ._account_api .liveDashboard .list-results thead dt.status .w-cards-container .w-card.small .title span,.w-cards-container .w-card.small .title .liveDashboard .form-label.status ._account_api .list-results thead span,.w-cards-container .w-card.small .title .liveDashboard .status.status-log ._account_api .list-results thead span,.w-cards-container .w-card.small .title .liveDashboard .status.status-report-item ._account_api .list-results thead span,.w-cards-container .w-card.small .title .liveDashboard .double-list dd.status ._account_api .list-results thead span,.double-list .w-cards-container .w-card.small .title .liveDashboard dd.status ._account_api .list-results thead span,.w-cards-container .w-card.small .title .liveDashboard .double-list dt.status ._account_api .list-results thead span,.double-list .w-cards-container .w-card.small .title .liveDashboard dt.status ._account_api .list-results thead span,.liveDashboard .form-label.status ._account_api .list-results thead .w-cards-container .w-card.small .title span,.liveDashboard .status.status-log ._account_api .list-results thead .w-cards-container .w-card.small .title span,.liveDashboard .status.status-report-item ._account_api .list-results thead .w-cards-container .w-card.small .title span,.liveDashboard .double-list dd.status ._account_api .list-results thead .w-cards-container .w-card.small .title span,.double-list .liveDashboard dd.status ._account_api .list-results thead .w-cards-container .w-card.small .title span,.liveDashboard .double-list dt.status ._account_api .list-results thead .w-cards-container .w-card.small .title span,.double-list .liveDashboard dt.status ._account_api .list-results thead .w-cards-container .w-card.small .title span,.w-cards-container .w-card.small .title .form-label.status ._account_api .liveDashboard .list-results thead span,.w-cards-container .w-card.small .title .status.status-log ._account_api .liveDashboard .list-results thead span,.w-cards-container .w-card.small .title .status.status-report-item ._account_api .liveDashboard .list-results thead span,.w-cards-container .w-card.small .title .double-list dd.status ._account_api .liveDashboard .list-results thead span,.double-list .w-cards-container .w-card.small .title dd.status ._account_api .liveDashboard .list-results thead span,.w-cards-container .w-card.small .title .double-list dt.status ._account_api .liveDashboard .list-results thead span,.double-list .w-cards-container .w-card.small .title dt.status ._account_api .liveDashboard .list-results thead span,.form-label.status ._account_api .liveDashboard .list-results thead .w-cards-container .w-card.small .title span,.status.status-log ._account_api .liveDashboard .list-results thead .w-cards-container .w-card.small .title span,.status.status-report-item ._account_api .liveDashboard .list-results thead .w-cards-container .w-card.small .title span,.double-list dd.status ._account_api .liveDashboard .list-results thead .w-cards-container .w-card.small .title span,.double-list dt.status ._account_api .liveDashboard .list-results thead .w-cards-container .w-card.small .title span,.w-cards-container .w-card.small .title .liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small .w-cards-container .w-card.small .title span,.w-cards-container .w-card.small .title ._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small .w-cards-container .w-card.small .title span,.w-cards-container .w-card.small .title .liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span,.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead .w-cards-container .w-card.small .title span,.w-cards-container .w-card.small .title .w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead span,.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead .w-cards-container .w-card.small .title span,.w-cards-container .w-card.small .title .liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s .w-cards-container .w-card.small .title span,.w-cards-container .w-card.small .title ._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .w-cards-container .w-card.small .title span,.w-cards-container .w-card.small .title .liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span,.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead .w-cards-container .w-card.small .title span,.w-cards-container .w-card.small .title .w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead span,.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead .w-cards-container .w-card.small .title span,.w-cards-container .w-card.small .title .liveDashboard ._account_api .list-results thead .sub-header .w-form label,.w-cards-container .w-card.small .title .liveDashboard ._account_api .list-results thead .sub-header .w-double-list label,.liveDashboard ._account_api .list-results thead .sub-header .w-form .w-cards-container .w-card.small .title label,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list .w-cards-container .w-card.small .title label,.w-cards-container .w-card.small .title ._account_api .liveDashboard .list-results thead .sub-header .w-form label,.w-cards-container .w-card.small .title ._account_api .liveDashboard .list-results thead .sub-header .w-double-list label,._account_api .liveDashboard .list-results thead .sub-header .w-form .w-cards-container .w-card.small .title label,._account_api .liveDashboard .list-results thead .sub-header .w-double-list .w-cards-container .w-card.small .title label,.w-cards-container .w-card.small .title .liveDashboard .sub-header .w-form ._account_api .list-results thead label,.w-cards-container .w-card.small .title .liveDashboard .sub-header .w-double-list ._account_api .list-results thead label,.liveDashboard .sub-header .w-form ._account_api .list-results thead .w-cards-container .w-card.small .title label,.liveDashboard .sub-header .w-double-list ._account_api .list-results thead .w-cards-container .w-card.small .title label,.w-cards-container .w-card.small .title .sub-header .w-form ._account_api .liveDashboard .list-results thead label,.w-cards-container .w-card.small .title .sub-header .w-double-list ._account_api .liveDashboard .list-results thead label,.sub-header .w-form ._account_api .liveDashboard .list-results thead .w-cards-container .w-card.small .title label,.sub-header .w-double-list ._account_api .liveDashboard .list-results thead .w-cards-container .w-card.small .title label,.w-cards-container .w-card.small .title .liveDashboard ._account_api .list-results thead .block-filters button:after,.liveDashboard ._account_api .list-results thead .block-filters .w-cards-container .w-card.small .title button:after,.w-cards-container .w-card.small .title ._account_api .liveDashboard .list-results thead .block-filters button:after,._account_api .liveDashboard .list-results thead .block-filters .w-cards-container .w-card.small .title button:after,.w-cards-container .w-card.small .title .liveDashboard .block-filters ._account_api .list-results thead button:after,.liveDashboard .block-filters ._account_api .list-results thead .w-cards-container .w-card.small .title button:after,.w-cards-container .w-card.small .title .block-filters ._account_api .liveDashboard .list-results thead button:after,.block-filters ._account_api .liveDashboard .list-results thead .w-cards-container .w-card.small .title button:after,.w-cards-container .w-card.small .title .liveDashboard ._account_api .list-results thead .block-filters select:after,.liveDashboard ._account_api .list-results thead .block-filters .w-cards-container .w-card.small .title select:after,.w-cards-container .w-card.small .title ._account_api .liveDashboard .list-results thead .block-filters select:after,._account_api .liveDashboard .list-results thead .block-filters .w-cards-container .w-card.small .title select:after,.w-cards-container .w-card.small .title .liveDashboard .block-filters ._account_api .list-results thead select:after,.liveDashboard .block-filters ._account_api .list-results thead .w-cards-container .w-card.small .title select:after,.w-cards-container .w-card.small .title .block-filters ._account_api .liveDashboard .list-results thead select:after,.block-filters ._account_api .liveDashboard .list-results thead .w-cards-container .w-card.small .title select:after,.w-cards-container .w-card.small .title .liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .form-auto-list .w-cards-container .w-card.small .title .form-auto-item.is-user-is-inactive,.w-cards-container .w-card.small .title ._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .form-auto-list .w-cards-container .w-card.small .title .form-auto-item.is-user-is-inactive,.w-cards-container .w-card.small .title .liveDashboard .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-inactive,.liveDashboard .form-auto-list ._account_api .list-results thead .w-cards-container .w-card.small .title .form-auto-item.is-user-is-inactive,.w-cards-container .w-card.small .title .form-auto-list ._account_api .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .liveDashboard .list-results thead .w-cards-container .w-card.small .title .form-auto-item.is-user-is-inactive,.w-cards-container .w-card.small .title .liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .form-auto-list .w-cards-container .w-card.small .title .form-auto-item.is-user-is-active,.w-cards-container .w-card.small .title ._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .form-auto-list .w-cards-container .w-card.small .title .form-auto-item.is-user-is-active,.w-cards-container .w-card.small .title .liveDashboard .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-active,.liveDashboard .form-auto-list ._account_api .list-results thead .w-cards-container .w-card.small .title .form-auto-item.is-user-is-active,.w-cards-container .w-card.small .title .form-auto-list ._account_api .liveDashboard .list-results thead .form-auto-item.is-user-is-active,.form-auto-list ._account_api .liveDashboard .list-results thead .w-cards-container .w-card.small .title .form-auto-item.is-user-is-active,.w-cards-container .w-card.small .liveDashboard ._account_api .list-results thead .list-results-header .status.title span,.liveDashboard ._account_api .list-results thead .list-results-header .w-cards-container .w-card.small .status.title span,.w-cards-container .w-card.small ._account_api .liveDashboard .list-results thead .list-results-header .status.title span,._account_api .liveDashboard .list-results thead .list-results-header .w-cards-container .w-card.small .status.title span,.w-cards-container .w-card.small .liveDashboard .list-results-header .status.title ._account_api .list-results thead span,.liveDashboard .list-results-header .w-cards-container .w-card.small .status.title ._account_api .list-results thead span,.w-cards-container .w-card.small .list-results-header .status.title ._account_api .liveDashboard .list-results thead span,.list-results-header .w-cards-container .w-card.small .status.title ._account_api .liveDashboard .list-results thead span,.w-cards-container .w-card.small .title .liveDashboard ._account_api .list-results thead tr span,.liveDashboard ._account_api .list-results thead tr .w-cards-container .w-card.small .title span,.w-cards-container .w-card.small .title ._account_api .liveDashboard .list-results thead tr span,._account_api .liveDashboard .list-results thead tr .w-cards-container .w-card.small .title span,.w-cards-container .w-card.small .title ._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .dropdown-toggle:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .w-cards-container .w-card.small .title .dropdown-toggle:after,.w-cards-container .w-card.small .title .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .w-cards-container .w-card.small .title .dropdown-toggle:after,.w-cards-container .w-card.small .title ._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .filter,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .w-cards-container .w-card.small .title .filter,.w-cards-container .w-card.small .title .w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .w-cards-container .w-card.small .title .filter,.w-cards-container .w-card.small .title ._account_api .form-label.status .liveDashboard .list-results thead span,.w-cards-container .w-card.small .title ._account_api .status.status-log .liveDashboard .list-results thead span,.w-cards-container .w-card.small .title ._account_api .status.status-report-item .liveDashboard .list-results thead span,.w-cards-container .w-card.small .title ._account_api .double-list dd.status .liveDashboard .list-results thead span,.double-list .w-cards-container .w-card.small .title ._account_api dd.status .liveDashboard .list-results thead span,.w-cards-container .w-card.small .title ._account_api .double-list dt.status .liveDashboard .list-results thead span,.double-list .w-cards-container .w-card.small .title ._account_api dt.status .liveDashboard .list-results thead span,._account_api .form-label.status .liveDashboard .list-results thead .w-cards-container .w-card.small .title span,._account_api .status.status-log .liveDashboard .list-results thead .w-cards-container .w-card.small .title span,._account_api .status.status-report-item .liveDashboard .list-results thead .w-cards-container .w-card.small .title span,._account_api .double-list dd.status .liveDashboard .list-results thead .w-cards-container .w-card.small .title span,.double-list ._account_api dd.status .liveDashboard .list-results thead .w-cards-container .w-card.small .title span,._account_api .double-list dt.status .liveDashboard .list-results thead .w-cards-container .w-card.small .title span,.double-list ._account_api dt.status .liveDashboard .list-results thead .w-cards-container .w-card.small .title span,.w-cards-container .w-card.small .title .form-label.status .liveDashboard ._account_api .list-results thead span,.w-cards-container .w-card.small .title .status.status-log .liveDashboard ._account_api .list-results thead span,.w-cards-container .w-card.small .title .status.status-report-item .liveDashboard ._account_api .list-results thead span,.w-cards-container .w-card.small .title .double-list dd.status .liveDashboard ._account_api .list-results thead span,.double-list .w-cards-container .w-card.small .title dd.status .liveDashboard ._account_api .list-results thead span,.w-cards-container .w-card.small .title .double-list dt.status .liveDashboard ._account_api .list-results thead span,.double-list .w-cards-container .w-card.small .title dt.status .liveDashboard ._account_api .list-results thead span,.form-label.status .liveDashboard ._account_api .list-results thead .w-cards-container .w-card.small .title span,.status.status-log .liveDashboard ._account_api .list-results thead .w-cards-container .w-card.small .title span,.status.status-report-item .liveDashboard ._account_api .list-results thead .w-cards-container .w-card.small .title span,.double-list dd.status .liveDashboard ._account_api .list-results thead .w-cards-container .w-card.small .title span,.double-list dt.status .liveDashboard ._account_api .list-results thead .w-cards-container .w-card.small .title span,.w-cards-container .w-card.small .title ._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span,._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead .w-cards-container .w-card.small .title span,.w-cards-container .w-card.small .title .w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead span,.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead .w-cards-container .w-card.small .title span,.w-cards-container .w-card.small .title ._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead .w-cards-container .w-card.small .title span,.w-cards-container .w-card.small .title .w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead span,.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead .w-cards-container .w-card.small .title span,.w-cards-container .w-card.small .title ._account_api .sub-header .w-form .liveDashboard .list-results thead label,.w-cards-container .w-card.small .title ._account_api .sub-header .w-double-list .liveDashboard .list-results thead label,._account_api .sub-header .w-form .liveDashboard .list-results thead .w-cards-container .w-card.small .title label,._account_api .sub-header .w-double-list .liveDashboard .list-results thead .w-cards-container .w-card.small .title label,.w-cards-container .w-card.small .title .sub-header .w-form .liveDashboard ._account_api .list-results thead label,.w-cards-container .w-card.small .title .sub-header .w-double-list .liveDashboard ._account_api .list-results thead label,.sub-header .w-form .liveDashboard ._account_api .list-results thead .w-cards-container .w-card.small .title label,.sub-header .w-double-list .liveDashboard ._account_api .list-results thead .w-cards-container .w-card.small .title label,.w-cards-container .w-card.small .title ._account_api .block-filters .liveDashboard .list-results thead button:after,._account_api .block-filters .liveDashboard .list-results thead .w-cards-container .w-card.small .title button:after,.w-cards-container .w-card.small .title .block-filters .liveDashboard ._account_api .list-results thead button:after,.block-filters .liveDashboard ._account_api .list-results thead .w-cards-container .w-card.small .title button:after,.w-cards-container .w-card.small .title ._account_api .block-filters .liveDashboard .list-results thead select:after,._account_api .block-filters .liveDashboard .list-results thead .w-cards-container .w-card.small .title select:after,.w-cards-container .w-card.small .title .block-filters .liveDashboard ._account_api .list-results thead select:after,.block-filters .liveDashboard ._account_api .list-results thead .w-cards-container .w-card.small .title select:after,.w-cards-container .w-card.small .title ._account_api .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive,._account_api .form-auto-list .liveDashboard .list-results thead .w-cards-container .w-card.small .title .form-auto-item.is-user-is-inactive,.w-cards-container .w-card.small .title .form-auto-list .liveDashboard ._account_api .list-results thead .form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard ._account_api .list-results thead .w-cards-container .w-card.small .title .form-auto-item.is-user-is-inactive,.w-cards-container .w-card.small .title ._account_api .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-active,._account_api .form-auto-list .liveDashboard .list-results thead .w-cards-container .w-card.small .title .form-auto-item.is-user-is-active,.w-cards-container .w-card.small .title .form-auto-list .liveDashboard ._account_api .list-results thead .form-auto-item.is-user-is-active,.form-auto-list .liveDashboard ._account_api .list-results thead .w-cards-container .w-card.small .title .form-auto-item.is-user-is-active,.w-cards-container .w-card.small ._account_api .list-results-header .status.title .liveDashboard .list-results thead span,._account_api .list-results-header .w-cards-container .w-card.small .status.title .liveDashboard .list-results thead span,.w-cards-container .w-card.small .list-results-header .status.title .liveDashboard ._account_api .list-results thead span,.list-results-header .w-cards-container .w-card.small .status.title .liveDashboard ._account_api .list-results thead span,.w-cards-container .w-card.small .title .list-results tbody td.is-pending span,.list-results tbody td.is-pending .w-cards-container .w-card.small .title span,.w-cards-container .w-card.small .title .liveDashboard .list-results thead tbody td.is-pending span,.liveDashboard .list-results thead tbody td.is-pending .w-cards-container .w-card.small .title span,.w-cards-container .w-card.small .title .liveDashboard .list-results tbody td.is-pending thead span,.liveDashboard .list-results tbody td.is-pending thead .w-cards-container .w-card.small .title span,.w-cards-container .w-card.small .title ._account_api .list-results thead tbody td.is-pending span,._account_api .list-results thead tbody td.is-pending .w-cards-container .w-card.small .title span,.w-cards-container .w-card.small .title ._account_api .list-results tbody td.is-pending thead span,._account_api .list-results tbody td.is-pending thead .w-cards-container .w-card.small .title span,.w-cards-container .w-card.small .title .liveDashboard ._account_api .list-results thead tbody td.is-pending span,.liveDashboard ._account_api .list-results thead tbody td.is-pending .w-cards-container .w-card.small .title span,.w-cards-container .w-card.small .title .liveDashboard ._account_api .list-results tbody td.is-pending thead span,.liveDashboard ._account_api .list-results tbody td.is-pending thead .w-cards-container .w-card.small .title span,.w-cards-container .w-card.small .title ._account_api .liveDashboard .list-results thead tbody td.is-pending span,._account_api .liveDashboard .list-results thead tbody td.is-pending .w-cards-container .w-card.small .title span,.w-cards-container .w-card.small .title ._account_api .liveDashboard .list-results tbody td.is-pending thead span,._account_api .liveDashboard .list-results tbody td.is-pending thead .w-cards-container .w-card.small .title span,.w-cards-container .w-card.small .title .list-results tbody td.is-running span,.list-results tbody td.is-running .w-cards-container .w-card.small .title span,.w-cards-container .w-card.small .title .liveDashboard .list-results thead tbody td.is-running span,.liveDashboard .list-results thead tbody td.is-running .w-cards-container .w-card.small .title span,.w-cards-container .w-card.small .title .liveDashboard .list-results tbody td.is-running thead span,.liveDashboard .list-results tbody td.is-running thead .w-cards-container .w-card.small .title span,.w-cards-container .w-card.small .title ._account_api .list-results thead tbody td.is-running span,._account_api .list-results thead tbody td.is-running .w-cards-container .w-card.small .title span,.w-cards-container .w-card.small .title ._account_api .list-results tbody td.is-running thead span,._account_api .list-results tbody td.is-running thead .w-cards-container .w-card.small .title span,.w-cards-container .w-card.small .title .liveDashboard ._account_api .list-results thead tbody td.is-running span,.liveDashboard ._account_api .list-results thead tbody td.is-running .w-cards-container .w-card.small .title span,.w-cards-container .w-card.small .title .liveDashboard ._account_api .list-results tbody td.is-running thead span,.liveDashboard ._account_api .list-results tbody td.is-running thead .w-cards-container .w-card.small .title span,.w-cards-container .w-card.small .title ._account_api .liveDashboard .list-results thead tbody td.is-running span,._account_api .liveDashboard .list-results thead tbody td.is-running .w-cards-container .w-card.small .title span,.w-cards-container .w-card.small .title ._account_api .liveDashboard .list-results tbody td.is-running thead span,._account_api .liveDashboard .list-results tbody td.is-running thead .w-cards-container .w-card.small .title span,.w-cards-container .w-card.small .title .list-results tbody span.status,.list-results tbody .w-cards-container .w-card.small .title span.status,.w-cards-container .w-card.small .title .liveDashboard .list-results thead tbody span.status,.liveDashboard .list-results thead tbody .w-cards-container .w-card.small .title span.status,.w-cards-container .w-card.small .title .liveDashboard .list-results tbody thead span.status,.liveDashboard .list-results tbody thead .w-cards-container .w-card.small .title span.status,.w-cards-container .w-card.small .title ._account_api .list-results thead tbody span.status,._account_api .list-results thead tbody .w-cards-container .w-card.small .title span.status,.w-cards-container .w-card.small .title ._account_api .list-results tbody thead span.status,._account_api .list-results tbody thead .w-cards-container .w-card.small .title span.status,.w-cards-container .w-card.small .title .liveDashboard ._account_api .list-results thead tbody span.status,.liveDashboard ._account_api .list-results thead tbody .w-cards-container .w-card.small .title span.status,.w-cards-container .w-card.small .title .liveDashboard ._account_api .list-results tbody thead span.status,.liveDashboard ._account_api .list-results tbody thead .w-cards-container .w-card.small .title span.status,.w-cards-container .w-card.small .title ._account_api .liveDashboard .list-results thead tbody span.status,._account_api .liveDashboard .list-results thead tbody .w-cards-container .w-card.small .title span.status,.w-cards-container .w-card.small .title ._account_api .liveDashboard .list-results tbody thead span.status,._account_api .liveDashboard .list-results tbody thead .w-cards-container .w-card.small .title span.status,.w-cards-container .w-card.small .title .toggleWrapper input.mobileToggle+label,.toggleWrapper .w-cards-container .w-card.small .title input.mobileToggle+label,.w-cards-container .w-card.small .title .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.liveDashboard .list-results thead .toggleWrapper .w-cards-container .w-card.small .title input.mobileToggle+label,.w-cards-container .w-card.small .title .toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper .liveDashboard .list-results thead .w-cards-container .w-card.small .title input.mobileToggle+label,.w-cards-container .w-card.small .title ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,._account_api .list-results thead .toggleWrapper .w-cards-container .w-card.small .title input.mobileToggle+label,.w-cards-container .w-card.small .title .toggleWrapper ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper ._account_api .list-results thead .w-cards-container .w-card.small .title input.mobileToggle+label,.w-cards-container .w-card.small .title .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper .w-cards-container .w-card.small .title input.mobileToggle+label,.w-cards-container .w-card.small .title .toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead .w-cards-container .w-card.small .title input.mobileToggle+label,.w-cards-container .w-card.small .title ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper .w-cards-container .w-card.small .title input.mobileToggle+label,.w-cards-container .w-card.small .title .toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead .w-cards-container .w-card.small .title input.mobileToggle+label,.w-cards-container .w-card.small .list-results tbody tr.sublist .status.title span,.list-results tbody tr.sublist .w-cards-container .w-card.small .status.title span,.w-cards-container .w-card.small .liveDashboard .list-results thead tbody tr.sublist .status.title span,.liveDashboard .list-results thead tbody tr.sublist .w-cards-container .w-card.small .status.title span,.w-cards-container .w-card.small .liveDashboard .list-results tbody tr.sublist thead .status.title span,.liveDashboard .list-results tbody tr.sublist thead .w-cards-container .w-card.small .status.title span,.w-cards-container .w-card.small .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span,.list-results tbody tr.sublist .w-cards-container .w-card.small .status.title .liveDashboard .list-results thead span,.w-cards-container .w-card.small ._account_api .list-results thead tbody tr.sublist .status.title span,._account_api .list-results thead tbody tr.sublist .w-cards-container .w-card.small .status.title span,.w-cards-container .w-card.small ._account_api .list-results tbody tr.sublist thead .status.title span,._account_api .list-results tbody tr.sublist thead .w-cards-container .w-card.small .status.title span,.w-cards-container .w-card.small .list-results tbody tr.sublist .status.title ._account_api .list-results thead span,.list-results tbody tr.sublist .w-cards-container .w-card.small .status.title ._account_api .list-results thead span,.w-cards-container .w-card.small .liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span,.liveDashboard ._account_api .list-results thead tbody tr.sublist .w-cards-container .w-card.small .status.title span,.w-cards-container .w-card.small .liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span,.liveDashboard ._account_api .list-results tbody tr.sublist thead .w-cards-container .w-card.small .status.title span,.w-cards-container .w-card.small ._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span,._account_api .liveDashboard .list-results thead tbody tr.sublist .w-cards-container .w-card.small .status.title span,.w-cards-container .w-card.small ._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span,._account_api .liveDashboard .list-results tbody tr.sublist thead .w-cards-container .w-card.small .status.title span,.w-cards-container .w-card.small .liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span,.liveDashboard .list-results tbody tr.sublist .w-cards-container .w-card.small .status.title ._account_api .list-results thead span,.w-cards-container .w-card.small .list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead span,.list-results tbody tr.sublist .liveDashboard .w-cards-container .w-card.small .status.title ._account_api .list-results thead span,.w-cards-container .w-card.small .list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead span,.list-results tbody tr.sublist .w-cards-container .w-card.small .status.title ._account_api .liveDashboard .list-results thead span,.w-cards-container .w-card.small ._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span,._account_api .list-results tbody tr.sublist .w-cards-container .w-card.small .status.title .liveDashboard .list-results thead span,.w-cards-container .w-card.small .list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead span,.list-results tbody tr.sublist ._account_api .w-cards-container .w-card.small .status.title .liveDashboard .list-results thead span,.w-cards-container .w-card.small .list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead span,.list-results tbody tr.sublist .w-cards-container .w-card.small .status.title .liveDashboard ._account_api .list-results thead span,.w-cards-container .w-card.small .title .w-card.centered .w-value .status.label span,.w-cards-container .w-card.centered .w-value .status.label .w-card.small .title span,.liveDashboard .list-results thead .w-cards-container .w-card.small .title .w-card.centered .w-value .status.label span,.liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .w-card.small .title span,.w-cards-container .w-card.small .title .w-card.centered .w-value .liveDashboard .list-results thead .status.label span,.w-cards-container .w-card.centered .w-value .liveDashboard .list-results thead .status.label .w-card.small .title span,.w-cards-container .w-card.small .title .w-card.centered .w-value .status.label .liveDashboard .list-results thead span,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead .w-card.small .title span,._account_api .list-results thead .w-cards-container .w-card.small .title .w-card.centered .w-value .status.label span,._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .w-card.small .title span,.w-cards-container .w-card.small .title .w-card.centered .w-value ._account_api .list-results thead .status.label span,.w-cards-container .w-card.centered .w-value ._account_api .list-results thead .status.label .w-card.small .title span,.w-cards-container .w-card.small .title .w-card.centered .w-value .status.label ._account_api .list-results thead span,.w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead .w-card.small .title span,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.small .title .w-card.centered .w-value .status.label span,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .w-card.small .title span,.w-cards-container .w-card.small .title .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label span,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label .w-card.small .title span,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.small .title .w-card.centered .w-value .status.label span,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .w-card.small .title span,.w-cards-container .w-card.small .title .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label span,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label .w-card.small .title span,.liveDashboard .w-cards-container .w-card.small .title .w-card.centered .w-value .status.label ._account_api .list-results thead span,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead .w-card.small .title span,.w-cards-container .w-card.small .title .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead span,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead .w-card.small .title span,.w-cards-container .w-card.small .title .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead span,.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead .w-card.small .title span,._account_api .w-cards-container .w-card.small .title .w-card.centered .w-value .status.label .liveDashboard .list-results thead span,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead .w-card.small .title span,.w-cards-container .w-card.small .title .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead span,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead .w-card.small .title span,.w-cards-container .w-card.small .title .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead span,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead .w-card.small .title span,.w-cards-container .w-card.small .status.title span,.liveDashboard .list-results thead .w-cards-container .w-card.small .status.title span,.w-cards-container .w-card.small .liveDashboard .list-results thead .status.title span,.w-cards-container .w-card.small .status.title .liveDashboard .list-results thead span,._account_api .list-results thead .w-cards-container .w-card.small .status.title span,.w-cards-container .w-card.small ._account_api .list-results thead .status.title span,.w-cards-container .w-card.small .status.title ._account_api .list-results thead span,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.small .status.title span,.w-cards-container .w-card.small .liveDashboard ._account_api .list-results thead .status.title span,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.small .status.title span,.w-cards-container .w-card.small ._account_api .liveDashboard .list-results thead .status.title span,.liveDashboard .w-cards-container .w-card.small .status.title ._account_api .list-results thead span,.w-cards-container .w-card.small .liveDashboard .status.title ._account_api .list-results thead span,.w-cards-container .w-card.small .status.title ._account_api .liveDashboard .list-results thead span,._account_api .w-cards-container .w-card.small .status.title .liveDashboard .list-results thead span,.w-cards-container .w-card.small ._account_api .status.title .liveDashboard .list-results thead span,.w-cards-container .w-card.small .status.title .liveDashboard ._account_api .list-results thead span{width:1.2rem;height:1.2rem;line-height:1.2rem;transform:translateY(1px)}.w-cards-container .w-card.small .w-value{font-size:2rem;align-items:center}.w-cards-container .w-card.small .w-value .value{flex:0 1 69px;text-align:left;font-size:2.4rem}.w-cards-container .w-card.small .w-trend{display:flex;flex-direction:row;gap:.4rem;align-items:center}.w-cards-container .w-card.small .w-metrics{padding:0;gap:.25rem;display:flex;flex-direction:row;align-items:center;justify-content:flex-start}.w-cards-container .w-card.small .w-last-week{display:flex;flex-direction:row;align-items:center;justify-content:flex-start}.w-cards-container .w-card.small .delta{font-size:1.2rem}@media(max-width: 767px){.w-cards-container .w-card.small .w-value{margin-top:0}.w-cards-container .w-card.small .w-value .value{font-size:1.9rem}}.w-cards-container .w-last-week{position:relative}.w-cards-container .w-last-week span{position:absolute;top:-1rem;left:100%;background:#fff;padding:.5rem .75rem;border-radius:4px;text-align:left;box-shadow:0px 0px 10px 0px rgba(63,63,63,.15);display:none;line-height:1.4}.w-cards-container .w-last-week:hover span{display:block}.list-results.audience-overview tbody tr:nth-child(even):hover{background-color:rgba(63,63,63,.1)}.list-results.audience-overview tbody tr.header:nth-child(even),.list-results.audience-overview tbody tr.header{background-color:#fff}.list-results.audience-overview tbody tr.header:nth-child(even):hover,.list-results.audience-overview tbody tr.header:hover{background-color:rgba(212,34,93,.1)}.list-results.audience-overview tbody tr.header:nth-child(even) span,.list-results.audience-overview tbody tr.header span{display:flex;align-items:center}.list-results.audience-overview tbody tr .header-delta{font-size:1.4rem;margin-bottom:.4rem;display:flex;flex-direction:row;align-items:center;justify-content:flex-start}.list-results.audience-overview tbody tr .header-delta.increase:after{content:"\E9AF";color:#1db094;font-size:1.2rem;margin-left:.4rem}.list-results.audience-overview tbody tr .header-delta.decrease:after{color:#d41c5c;content:"\E9B7";font-size:1.2rem;margin-left:.4rem}.list-results.audience-overview tbody .small-light{font-weight:bold;font-size:.8rem;color:#ababab}.w-card-table{margin:0;font-family:"Inter",sans-serif;font-optical-sizing:auto;font-style:normal;font-size:1.2rem}.w-card-table .list-header-row{background-color:#3f3f3f}.w-card-table .list-header-row th{text-align:center;padding:1rem .5rem}.w-card-table .list-header-row th span{color:#fff;font-size:1.25rem}.w-card-table th,.w-card-table td{padding:1rem .5rem;text-align:left}.w-card-table tbody th{width:10%;text-align:left}.w-card-table tbody th span{font-weight:700}.w-card-table tbody td{padding:1.5rem .5rem;white-space:nowrap}.w-card-table tbody td span{font-size:1.4rem;white-space:nowrap}.w-multi-dropdown{width:100%}.w-multi-dropdown .w-multi-dropdown-header{position:absolute;top:0;z-index:30}._tasks .w-multi-dropdown .w-multi-dropdown-header{position:static}.w-multi-dropdown .multi-dropdown-header{display:flex;grid-gap:1rem;margin:0;padding:1rem;box-sizing:border-box;background-color:#fff;border-bottom:1px solid #d3d3d3}.w-multi-dropdown .multi-dropdown-header .btn,.w-multi-dropdown .multi-dropdown-header .goal-option .expend-label,.goal-option .w-multi-dropdown .multi-dropdown-header .expend-label,.w-multi-dropdown .multi-dropdown-header .pagination a,.pagination .w-multi-dropdown .multi-dropdown-header a{background:none;display:flex;justify-content:center;flex:1 100%;text-align:center;height:auto;padding:.5rem 0;margin:0}.w-multi-dropdown .multi-dropdown-header .btn:after,.w-multi-dropdown .multi-dropdown-header .goal-option .expend-label:after,.goal-option .w-multi-dropdown .multi-dropdown-header .expend-label:after,.w-multi-dropdown .multi-dropdown-header .pagination a:after,.pagination .w-multi-dropdown .multi-dropdown-header a:after{display:none}.w-multi-dropdown .multi-dropdown-header select{background-image:url("/assets/images/dropdown.svg");background-position:center right 7.5px;background-repeat:no-repeat;background-size:10px 10px;font-size:1em;font-weight:700;color:#a5a5a5;background-color:rgba(165,165,165,.15);height:auto;padding:.5rem;border:0}.w-multi-dropdown .multi-dropdown-header+.multi-dropdown-header{position:static}.w-multi-dropdown .multi-dropdown-body{padding:1rem;padding-top:6rem;max-height:20rem;overflow-y:scroll}.w-multi-dropdown .multi-dropdown-body.is-multi{padding-top:10rem}._tasks .w-multi-dropdown .multi-dropdown-body{padding-top:1rem}.w-multi-dropdown .multi-dropdown-list .multi-dropdown-list{margin-left:3.5rem;margin-top:.75rem;width:100%}.w-multi-dropdown .multi-dropdown-collapse{height:0;visibility:hidden;display:none}.w-multi-dropdown .multi-dropdown-item{margin-bottom:.75rem}.w-multi-dropdown .multi-dropdown-item.is-open .multi-dropdown-collapse{height:auto;display:block;visibility:visible}.w-multi-dropdown .multi-dropdown-item.is-open .btn-collapse:before{transform:rotate(180deg)}.w-multi-dropdown .multi-dropdown-item .full-icon{background-size:75% auto;padding-left:2rem;background-position:left center}.w-multi-dropdown .multi-dropdown-item .full-icon.i-G-ODYSSEY,.w-multi-dropdown .multi-dropdown-item .full-icon.i-G-SNACK{background-size:90% auto !important}.w-multi-dropdown .multi-dropdown-item .full-icon+span{white-space:nowrap}.w-multi-dropdown .w-input{display:flex;align-items:flex-start}.w-multi-dropdown .w-input label{word-break:break-word;flex:1}.w-multi-dropdown .btn-collapse{margin-right:.25rem;display:flex;align-items:center;justify-content:center;width:1.25rem;height:1.25rem}.w-multi-dropdown .btn-collapse:before{font-size:2rem;color:#a5a5a5}.w-multi-dropdown .w-search{position:relative}.w-multi-dropdown .w-search:before{left:.5rem;top:50%;transform:translateY(-50%);position:absolute;color:#d3d3d3}.w-multi-dropdown .multi-dropdown-search{width:calc(100% + 1.25rem);box-sizing:border-box;border:1px solid #fff;height:2.2rem;padding:0 .5rem 0 2.5rem;font-family:"Inter",sans-serif;font-optical-sizing:auto;font-style:normal;font-size:1.1em;font-weight:700;color:#a5a5a5}.w-multi-dropdown .multi-dropdown-search:focus{border:1px solid #d3d3d3}.w-multi-dropdown input[type=checkbox]+label,.w-multi-dropdown input[type=radio]+label{font-family:"Inter",sans-serif;font-optical-sizing:auto;font-style:normal;font-size:1em;font-weight:700;color:#8c8c8c;padding-left:2rem;padding-top:.125rem;margin:0;line-height:normal}.w-multi-dropdown input[type=checkbox]+label .ex-group-name,.w-multi-dropdown input[type=radio]+label .ex-group-name{display:block;font-size:.9em;font-weight:700;color:#3f3f3f;text-transform:capitalize}.w-multi-dropdown input[type=checkbox]:checked+label,.w-multi-dropdown input[type=radio]:checked+label{color:#3f3f3f}.w-multi-dropdown input[type=checkbox]:checked+label:after,.w-multi-dropdown input[type=checkbox]:not(:checked)+label:after,.w-multi-dropdown input[type=radio]:checked+label:after,.w-multi-dropdown input[type=radio]:not(:checked)+label:after{width:1.5rem;height:1.5rem;border-radius:4px;border:1px solid #d3d3d3;top:0}.w-multi-dropdown input[type=checkbox]:checked+label:before,.w-multi-dropdown input[type=checkbox]:not(:checked)+label:before,.w-multi-dropdown input[type=radio]:checked+label:before,.w-multi-dropdown input[type=radio]:not(:checked)+label:before{left:.25rem;top:.75rem;font-size:1rem}.w-multi-dropdown input[type=radio]:checked+label:before,.w-multi-dropdown input[type=radio]:not(:checked)+label:before{top:.25rem;width:1em;height:1rem}.w-multi-dropdown input[type=radio]:checked+label:after,.w-multi-dropdown input[type=radio]:not(:checked)+label:after{top:.6rem;width:.5rem;height:.5rem;left:.65rem}.shared-list-header .list-results thead tr.header-0{height:auto;padding:0}.shared-list-header .list-results thead tr.header-0 span{height:auto}.shared-list-header .list-results thead tr.header-0 th{padding:1rem 2rem;text-align:center;box-shadow:inset 0px 0px 20px 0px rgba(165,165,165,.1)}.shared-list-header .list-results thead tr.header-0 th:nth-of-type(4n){background-color:#f1fcda;border:1px solid #9ede12}.shared-list-header .list-results thead tr.header-0 th:nth-of-type(4n) span{color:#5b7f0b}.shared-list-header .list-results thead tr.header-0 th:nth-of-type(4n) span:after{color:#5b7f0b}.shared-list-header .list-results thead tr.header-0 th:nth-of-type(4n+1){background-color:#c6edf4;border:1px solid #46c5db}.shared-list-header .list-results thead tr.header-0 th:nth-of-type(4n+1) span{color:#1a7787}.shared-list-header .list-results thead tr.header-0 th:nth-of-type(4n+1) span:after{color:#1a7787}.shared-list-header .list-results thead tr.header-0 th:nth-of-type(4n+2){background-color:#daf7e6;border:1px solid #34d172}.shared-list-header .list-results thead tr.header-0 th:nth-of-type(4n+2) span{color:#1d8245}.shared-list-header .list-results thead tr.header-0 th:nth-of-type(4n+2) span:after{color:#1d8245}.shared-list-header .list-results thead tr.header-0 th:nth-of-type(4n+3){background-color:#c3d5fc;border:1px solid #93b3f9}.shared-list-header .list-results thead tr.header-0 th:nth-of-type(4n+3) span{color:#0a40b6}.shared-list-header .list-results thead tr.header-0 th:nth-of-type(4n+3) span:after{color:#0a40b6}.shared-list-header .list-results thead tr.header-0 th:first-of-type{background:none;border:0;box-shadow:none}.shared-list-header .list-results thead tr.header-1{height:5rem}.shared-list-header .list-results thead tr.header-1 th{padding-top:.5rem;padding-bottom:.5rem}.shared-list-header .list-results thead tr.header-1 span{min-height:initial;height:1.25rem}.shared-list-header .list-results thead tr.header-1 span:after{top:2rem}.shared-list-header .list-results thead tr.header-1 span.list-sort-asc:after{bottom:-0.75rem;top:auto}.shared-list-header .list-results tbody tr span.indict-level-1{color:#b20003}.shared-list-header .list-results tbody tr span.indict-level-2{color:#d79c02}.shared-list-header .list-results tbody tr span.indict-level-3{color:#17af40}.shared-list-header .list-results tbody tr td:first-of-type span{color:#3f3f3f}.shared-list-header .list-results tbody tr:nth-of-type(1){padding-left:2rem;text-align:left}.w-list-results.list-fields tr.header-1 th:nth-of-type(5n-3){border-left:1px solid #d3d3d3}.w-list-results.list-fields tr.header-1 th:nth-of-type(1){padding-left:2rem;text-align:left}.w-list-results.list-fields tbody tr td:nth-of-type(5n-3){border-left:1px solid #d3d3d3}.w-list-results.list-labs tr.header-1 th:nth-of-type(8n-6){border-left:1px solid #d3d3d3}.w-list-results.list-labs tbody tr td:nth-of-type(8n-6){border-left:1px solid #d3d3d3}.list-action{border-spacing:0;border-collapse:collapse;width:calc(100% - 4rem);background-color:#fff;margin:0 auto}.w-form .list-action,.w-double-list .list-action{width:calc(100% - 4rem);margin:0 2rem 2rem}.list-action span{font-family:"Inter",sans-serif;font-optical-sizing:auto;font-style:normal;font-size:1em;font-weight:700;color:#a5a5a5;text-transform:uppercase}.list-action span:before{color:#d4225d;margin-right:.25rem}.list-action thead tr{background-color:#f2f2f2}.list-action thead tr:first-of-type{background-color:#a5a5a5;border-right:1px solid #a5a5a5;height:3rem}.list-action thead tr:first-of-type span{font-size:1.2rem;font-weight:700;color:#dcdada;height:auto}.list-action thead tr:first-of-type span:before{font-size:1.5rem}.list-action thead tr th{border-right:1px solid #fff}.list-action thead tr th>div{display:flex;justify-content:space-between;align-items:center;padding:0 1rem}.list-action thead tr th:last-of-type{border-right:1px solid #f2f2f2}.list-action thead th{text-align:center;padding:.25rem 0}.list-action tbody{text-align:left}#userProfile .list-action tbody{text-align:center}.list-action tbody tr{border-bottom:1px solid #f2f2f2}.list-action tbody tr:hover{background-color:#fefefe}.list-action tbody td{padding:.75rem .5rem .5rem .5rem;border-right:1px solid #f2f2f2}.list-action tbody td:first-of-type{border-left:1px solid #f2f2f2}.list-action tbody td.no-border{border-right:0}.list-action td>div{display:flex;width:100%;align-items:center;justify-content:space-between}.list-action .align-left{text-align:left !important}.list-action .align-center{text-align:center}.list-action .align-right{text-align:right !important}.list-action button{width:2.4rem;height:2.4rem;background-color:#f2f2f2;color:#3f3f3f;border-radius:4px;margin-left:.25rem}.list-action button:hover{background-color:#d3d3d3}.list-action button:before{width:2.4rem}.list-action button.i-check{line-height:2}.list-action button.i-check:before{font-size:1.25rem;color:#07ba6e}.list-action button.i-cancel{line-height:2}.list-action button.i-cancel:before{font-size:2.5rem;color:#d70848}.list-action .dropdown-toggle{width:auto;font-family:"Inter",sans-serif;font-optical-sizing:auto;font-style:normal;font-size:1em;font-weight:700;color:#fff;background-color:rgba(0,0,0,0);background-image:url("/assets/images/multi-bg-red.svg");background-size:25px 25px;background-position:center right;background-repeat:no-repeat;padding:0 2.5rem 0 1rem;text-transform:uppercase}.list-action .dropdown-toggle:hover{background-color:rgba(0,0,0,0);opacity:.8}.list-action .form-group{margin:0 auto;width:auto;display:flex;justify-content:center}.list-action .form-group input[type=checkbox]+label{margin-left:-2rem}.list-action .dropdown-list{top:.5rem;right:0}.list-action .dropdown-list .form-group{display:flex;flex-wrap:wrap;padding-top:1rem}.list-action .dropdown-list .multi-row{flex:1 50%}.list-action .dropdown-list .form-label,.list-action .dropdown-list .status-log,.list-action .dropdown-list .status-report-item,.list-action .dropdown-list .double-list dd,.double-list .list-action .dropdown-list dd,.list-action .dropdown-list .double-list dt,.double-list .list-action .dropdown-list dt,.list-action .dropdown-list .w-filters-selected label.small,.w-filters-selected .list-action .dropdown-list label.small,.list-action .dropdown-list .w-filters-selected .btn-f-s,.w-filters-selected .list-action .dropdown-list .btn-f-s,.list-action .dropdown-list .list-results-header .title,.list-results-header .list-action .dropdown-list .title,.list-action .dropdown-list .list-results tbody tr.sublist .title,.list-results tbody tr.sublist .list-action .dropdown-list .title,.list-action .dropdown-list .w-cards-container .w-card.centered .w-value .label,.w-cards-container .w-card.centered .w-value .list-action .dropdown-list .label,.list-action .dropdown-list .w-cards-container .w-card .title,.w-cards-container .w-card .list-action .dropdown-list .title{pointer-events:auto}.list-action .input-text{width:5.25rem;height:2.4rem;text-align:center;padding:.5rem}.list-action .input-text.num{width:8rem;text-align:right}.list-action .input-text.read-only{border-color:rgba(0,0,0,0);background:none;pointer-events:none;text-align:left;padding-left:0;font-family:"Inter",sans-serif;font-optical-sizing:auto;font-style:normal;font-size:1em;font-weight:700;color:#a5a5a5}.goal-page{margin-bottom:2rem}.goal-page thead tr:first-of-type{background-color:#72bbf2;text-align:center}.goal-page thead tr:first-of-type th{padding-top:2rem;border-color:#72bbf2;vertical-align:center}.goal-page thead .btn,.goal-page thead .goal-option .expend-label,.goal-option .goal-page thead .expend-label,.goal-page thead .pagination a,.pagination .goal-page thead a{border-radius:4px 4px 0 0;font-size:1.4em;font-weight:700;color:#3f3f3f;background-color:rgba(255,255,255,.65);text-align:center !important;width:8rem;margin:0 auto -2px;padding:1.5rem 0;display:flex;justify-content:center;align-items:center}.goal-page thead .btn.is-selected,.goal-page thead .goal-option .is-selected.expend-label,.goal-option .goal-page thead .is-selected.expend-label,.goal-page thead .pagination a.is-selected,.pagination .goal-page thead a.is-selected{background-color:#fff;height:4rem}.goal-page thead .btn:hover,.goal-page thead .goal-option .expend-label:hover,.goal-option .goal-page thead .expend-label:hover,.goal-page thead .pagination a:hover,.pagination .goal-page thead a:hover{background-color:#fff}.goal-page tbody{text-align:center}.goal-page tbody tr:hover{background-color:#fff}.goal-page tbody td{height:2.5rem}.goal-page tbody td.is-selected{border-left:2px solid #3f3f3f;border-right:2px solid #3f3f3f}.goal-page tbody td:first-of-type{background-color:rgba(255,255,255,.5)}.goal-page span:before{color:#3f3f3f;font-size:1.75rem}.view-goal tbody span{font-size:1.1em;font-weight:700;color:#3f3f3f;padding:.5rem 0;display:block;white-space:nowrap}.payment-rate,.roles-view{width:calc(100% - 2rem)}.payment-rate thead tr:last-of-type th,.roles-view thead tr:last-of-type th{width:14rem;text-align:left;padding-left:2.5rem}.payment-rate thead tr:last-of-type th:first-of-type,.roles-view thead tr:last-of-type th:first-of-type{width:22%;padding-left:.5rem}#userProfile .payment-rate thead tr:last-of-type th:first-of-type,#userProfile .roles-view thead tr:last-of-type th:first-of-type{text-align:center}.payment-rate thead tr:last-of-type span,.roles-view thead tr:last-of-type span{position:relative}.payment-rate thead tr:last-of-type span:before,.roles-view thead tr:last-of-type span:before{position:absolute;left:-2.6rem;display:flex;justify-content:center;align-items:center;font-size:1.75rem;width:2.6rem;height:2.6rem;color:#0f64a3}.roles-view thead tr:last-of-type th{text-align:center}.roles-view thead tr:last-of-type span{display:flex;align-items:center;justify-content:center;margin-left:-3rem}.roles-view thead tr:last-of-type span:before{position:static;font-size:1.5rem;margin-right:0}.roles-view tbody td{padding:0 1rem}.roles-view tbody td .form-group{height:2.5rem}.roles_edit tbody td{padding:.5rem 1rem}.w-list-grid .list-grid{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-around;width:60%;margin:2rem auto}.w-list-grid .list-grid-item{flex:none;width:30%;margin:.5rem}.w-list-grid .list-grid-item button{display:block;width:100%;padding:1rem;height:100%;font-family:"Inter",sans-serif;font-optical-sizing:auto;font-style:normal;font-size:1.4rem;font-weight:300;color:#3f3f3f;background-size:auto 80%;border:1px solid #d3d3d3}.w-list-grid .list-grid-item button:hover{border-color:#d3d3d3}.w-double-list{display:block;margin-bottom:2rem}.w-double-list .desc{height:4.5rem}.double-list-header .double-list-title{display:block}.double-list-body{padding:2rem}.double-list-body .double-list-sub-title{padding:.5rem !important;display:flex !important;align-items:center;justify-content:space-between;margin-bottom:2rem !important}.double-list-body .double-list-sub-title span{font-size:1.6rem}.double-list{display:grid;grid-template-columns:1fr 1fr}.double-list span{background:#fff;padding-bottom:.5rem}.double-list dt,.double-list dd{border-bottom:1px dashed rgba(165,165,165,.15);padding:0}.double-list dt.full-width,.double-list dd.full-width{grid-column-end:span 2;text-align:left;border-bottom:0}.double-list dt{text-align:left;font-weight:400 !important;margin-top:.5rem}.double-list dd{text-align:right;text-transform:capitalize;font-size:1.3em;font-weight:500;color:#a5a5a5}.column .double-list dd{text-align:left}.double-list.column{display:block}.double-list.column dt,.double-list.column dd{border:0;text-align:left;margin-top:0}.form-group .double-list dd+dt{margin-left:0}.w-lightbox{opacity:0;visibility:hidden;position:fixed;top:0;left:0;right:0;bottom:0;z-index:9999999;transition:all .3s ease;background:rgba(63,63,63,.5)}.desktop .w-lightbox{width:100vw;height:100vh}.w-lightbox.is-visible{opacity:1;visibility:visible}.w-lightbox.dark-theme{background:rgba(255,255,255,.75)}.lightbox-content{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);border-radius:8px}.dark-theme .lightbox-content{color:#fff}.light-theme .lightbox-content{background:#fff;color:#3f3f3f}.lightbox-content .lb-btn-close{position:absolute;top:0;right:0;cursor:pointer;padding:0;font-size:16px}.lightbox-content .lb-btn-close::before{display:block;padding:.5rem}.dark-theme .lightbox-content .lb-btn-close{color:#fff}.light-theme .lightbox-content .lb-btn-close{color:#3f3f3f}.lightbox-content .w-form,.lightbox-content .w-double-list{margin-bottom:0}.zone-notification{position:fixed;background-color:#fff;bottom:12rem;left:1rem;right:1rem;width:95vw;z-index:10000;min-height:8rem;border-radius:.2rem;box-sizing:border-box;pointer-events:none;display:table;box-shadow:0px 0px 10px 0px rgba(63,63,63,.15);animation:3s slidein-fadeout;transition-timing-function:cubic-bezier(0, 1, 0.5, 1);animation-fill-mode:forwards}@media(min-width: 1024px){.zone-notification{width:40rem;right:auto;left:50%;transform:translateX(-50%)}}.zone-notification .text{display:table-cell;vertical-align:middle;padding:2rem;text-align:left}.zone-notification strong{text-transform:uppercase;display:block;font-family:"Inter",sans-serif;font-optical-sizing:auto;font-style:normal;font-size:1.4rem;font-weight:700;color:#3f3f3f}.zone-notification p{font-family:"Inter",sans-serif;font-optical-sizing:auto;font-style:normal;font-size:1.2rem;font-weight:400;color:#3f3f3f}.zone-notification::before{display:table-cell;vertical-align:middle;width:8rem;height:100%;font-size:3rem;color:#fff;text-align:center}.zone-notification.success::before{background-color:#07ba6e}.zone-notification.alert::before{background-color:#e4c510}.zone-notification.error::before{background-color:#d70848}.w-range-compare{display:flex}.w-range-compare.is-comp-activated .w-compare{display:flex}.w-range-compare .w-compare{display:none}.block-filters .btn-filter{border-radius:4px;border-radius:0 20px 20px 0 !important;padding:1.5rem .5rem 1.5rem .5rem !important;display:flex;justify-content:center;align-items:center;font-size:2rem;margin-left:-22px;position:relative;background:#fff}.block-filters .btn-filter:after{display:none}.block-filters .btn-filter:before{content:"\E926";font-size:2.25rem}.block-filters .btn-filter:hover:before{opacity:1}.w-range-compare .block-filters .btn-filter.btn-add-comp{margin-left:1px}.w-range-compare .block-filters .btn-filter.btn-add-comp:after{font-size:3.5rem;transition:all .25s ease-out;opacity:1;color:#d4225d;transform:rotate(-90deg)}.is-comp-activated .block-filters .btn-filter.btn-add-comp:after{transform:rotate(90deg)}.w-time-period{position:relative}.w-time-period .dhtmlxcalendar_material>div{background-color:#f5f4f4}.w-time-period .dropdown .dropdown-toggle{padding-right:4rem;display:none}.w-time-period .dropdown .dropdown-toggle.is-visible{display:flex}.w-time-period .dropdown .time-period-header{display:flex;border-radius:4px 4px 0 0;padding:.5rem;padding-bottom:1rem;margin:.5rem 0 0 0;gap:2rem;border-bottom:1px solid #d3d3d3}.w-time-period .dropdown .time-period-body{padding:1rem;display:none;overflow:hidden}.w-time-period .dropdown .time-period-body>div:nth-of-type(3){display:flex;flex-direction:row;gap:1rem}.w-time-period .dropdown .time-period-body .w-range{display:flex;gap:1rem}.w-time-period .dropdown .time-period-body .w-range>div{flex:1 100%}.w-time-period .dropdown .time-period-body .w-range .label-range{width:4rem}.w-time-period .dropdown .time-period-body .w-dropdown{display:flex;gap:1rem;flex-direction:row}@media(max-width: 767px){.w-time-period .dropdown .time-period-body .w-dropdown{flex-direction:column;width:fit-content}}.w-time-period .dropdown .time-period-body .w-dropdown>div{flex:1 100%;display:flex}.w-time-period .dropdown .time-period-body .w-dropdown:last-of-type div{flex-direction:column}.w-time-period .dropdown .time-period-body .row{margin-bottom:.5rem;display:flex;gap:.5rem}.w-time-period .dropdown .time-period-body .row .dropdown{flex:1 auto}.w-time-period .dropdown .time-period-body .row select{width:100%}.w-time-period .dropdown .time-period-body .btn-filter{width:3rem;height:3rem}.w-time-period .dropdown .time-period-body .btn-filter.clear:after{color:#d4225d;font-size:3rem}.w-time-period .dropdown .time-period-body .btn-filter:hover:after{color:#fff}.w-time-period .dropdown .time-period-body select{width:17rem;box-shadow:none;padding:0 0 0 1rem}.w-time-period .dropdown .time-period-body.is-selected{display:flex;flex-direction:column;gap:1rem}.w-time-period .dropdown .time-period-body .label-preview{font-family:"Inter",sans-serif;font-optical-sizing:auto;font-style:normal;font-size:1em;font-weight:700;color:#ededed;text-transform:uppercase;display:inline-block;margin:.25rem 0 .5rem .25rem}.w-time-period .dropdown .dropdown-period{position:absolute;box-shadow:0px 0px 10px 0px rgba(63,63,63,.15);top:calc(3.5rem - 1px);width:42rem;flex-direction:column;z-index:600;animation:.15s linear fade-in;animation-fill-mode:forwards;display:none;border-radius:8px;background-color:#fff;display:none;left:0;top:4rem;padding:1rem}@media(max-width: 767px){.w-time-period .dropdown .dropdown-period{left:-17px;width:23rem}}.w-time-period .dropdown .dropdown-period.is-visible{display:flex}.w-time-period .dropdown .label-cal{font-family:"Inter",sans-serif;font-optical-sizing:auto;font-style:normal;font-size:1.2em;font-weight:700;color:#3f3f3f;background-color:#f5f4f4;border-radius:4px 4px 0 0;text-transform:capitalize;display:inline-block;padding:.5rem 1rem;transform:translate(0, 27px);text-align:center}.w-time-period .dropdown .dhtmlxcalendar_material{position:static;transform:scale(0.8);margin:0 -3.5rem;box-shadow:none}.w-time-period .dropdown .dhtmlxcalendar_material div>div{border:0}.w-time-period .dropdown .label-range{font-family:"Inter",sans-serif;font-optical-sizing:auto;font-style:normal;font-size:1.2em;font-weight:700;color:#3f3f3f;text-transform:uppercase;display:inline-block;margin:1rem 0}.w-time-period .dropdown .clear{margin-left:-3px}.w-time-period .dropdown .spacer{margin:-1rem 0 -3rem;opacity:0}.w-time-period .dropdown input::placeholder{opacity:.5;color:#a5a5a5}.w-time-period .dropdown .time-period-footer{display:grid;grid-template-columns:1fr 1fr;gap:1rem;padding:1rem;border-top:1px solid #d3d3d3;border-radius:0 0 4px 4px}.w-time-period .dropdown .time-period-footer .btn,.w-time-period .dropdown .time-period-footer .goal-option .expend-label,.goal-option .w-time-period .dropdown .time-period-footer .expend-label,.w-time-period .dropdown .time-period-footer .pagination a,.pagination .w-time-period .dropdown .time-period-footer a{box-shadow:none;margin:0;height:3rem;background-color:#a5a5a5;color:#fff;cursor:pointer}.w-time-period .dropdown .time-period-footer .btn.highlight,.w-time-period .dropdown .time-period-footer .goal-option .highlight.expend-label,.goal-option .w-time-period .dropdown .time-period-footer .highlight.expend-label,.w-time-period .dropdown .time-period-footer .pagination a.highlight,.pagination .w-time-period .dropdown .time-period-footer a.highlight,.w-time-period .dropdown .time-period-footer ._tasks .list-header .w-left .btn,._tasks .list-header .w-left .w-time-period .dropdown .time-period-footer .btn,.w-time-period .dropdown .time-period-footer ._tasks .list-header .w-left .goal-option .expend-label,._tasks .list-header .w-left .goal-option .w-time-period .dropdown .time-period-footer .expend-label,.w-time-period .dropdown .time-period-footer .goal-option ._tasks .list-header .w-left .expend-label,.goal-option ._tasks .list-header .w-left .w-time-period .dropdown .time-period-footer .expend-label,.w-time-period .dropdown .time-period-footer ._tasks .list-header .w-left .pagination a,._tasks .list-header .w-left .pagination .w-time-period .dropdown .time-period-footer a,.w-time-period .dropdown .time-period-footer .pagination ._tasks .list-header .w-left a,.pagination ._tasks .list-header .w-left .w-time-period .dropdown .time-period-footer a{border:0}.w-time-period .dropdown .w-selection{font-family:"Inter",sans-serif;font-optical-sizing:auto;font-style:normal;margin-left:1px;background-size:40px 40px;background-position:center right;background-repeat:no-repeat;border-radius:4px;text-transform:capitalize;text-align:left;position:relative;display:none}.w-time-period .dropdown .w-selection.is-visible{display:flex}.w-range-compare .w-time-period .dropdown .w-selection{border-radius:4px}.w-compare .w-time-period .dropdown .w-selection{border-radius:4px}.w-time-period .dropdown .w-selection:hover:after{color:#fff}.w-time-period .dropdown .w-selection .btn-period-edit{text-align:left;border-radius:20px 0 0 20px !important;padding:.7rem 1rem .8rem 1rem !important}.w-time-period .dropdown .w-selection .btn-period-edit:before{content:"\E9D1"}.w-time-period .dropdown .w-selection .btn-period-edit:after{display:none}.w-time-period .dropdown .w-selection .btn-period-clear,.w-time-period .dropdown .w-selection .btn-filter{border-radius:0 20px 20px 0 !important;border-left-color:rgba(0,0,0,0);padding:.75rem .5rem .75rem .5rem !important;margin-left:-1px;position:relative}.w-time-period .dropdown .w-selection .btn-period-clear:after,.w-time-period .dropdown .w-selection .btn-filter:after{display:none}.w-time-period .dropdown .w-selection .btn-period-clear:before,.w-time-period .dropdown .w-selection .btn-filter:before{content:"\E926";font-size:2.25rem}.w-time-period .dropdown .w-selection .btn-period-clear:hover,.w-time-period .dropdown .w-selection .btn-filter:hover{border-left-color:#3f3f3f}.w-time-period .dropdown .w-selection .btn-period-clear:hover:after,.w-time-period .dropdown .w-selection .btn-filter:hover:after{color:#3f3f3f}.w-time-period .dropdown .w-selection label{position:static}.w-time-period .dropdown .w-selection .clear-top-label{font-size:1rem;font-weight:700;color:#3f3f3f;white-space:nowrap;width:6rem;overflow:hidden;display:none}.w-time-period .dropdown .w-selection .w-clear-text{display:flex;align-items:baseline;gap:.5rem;font-size:1.2rem;font-weight:500;color:#0f64a3}.w-date-picker{display:flex;align-items:center}.w-date-picker .dropdown-toggle,.w-date-picker .date-picker{box-shadow:none;margin-right:0;width:auto;height:4rem}.w-date-picker .date-picker{width:13.5rem;height:4rem;background-color:#fff;box-sizing:border-box;position:relative;border:1px solid #d3d3d3;border-right:0}.w-date-picker .date-picker:last-of-type{border-left:0}.w-date-picker .date-picker:after{color:#fff;background-color:#3f3f3f;position:absolute;right:0;top:0;width:3.8rem;height:3.8rem;display:flex;align-items:center;justify-content:center;font-size:1.5rem;pointer-events:none}.w-date-picker .date-picker:hover{border-color:#a5a5a5}.w-date-picker .date-picker label{display:block;text-transform:uppercase;margin-right:.5rem;text-align:left}.w-date-picker .date-picker input{padding:2rem 3rem 0 1rem;font-family:"Inter",sans-serif;font-optical-sizing:auto;font-style:normal;font-size:1.2rem;font-weight:700;color:#a5a5a5;border:0;background:none;margin:0;cursor:pointer}.with-input-text-filter .w-date-picker .date-picker input{padding:2rem 0rem 0 1rem;width:calc(100% - 1rem)}.w-date-picker .dropdown-toggle{padding:0 .5rem 0 1rem !important;margin-bottom:0 !important;background-image:url("/assets/images/dropdown-bg.svg") !important}.w-date-picker .dropdown-toggle:before{color:#1172ba;margin-right:.5rem;font-size:1.75rem}.w-date-picker .dropdown-toggle:hover{border-color:#a5a5a5}.ww-date-picker{display:flex;align-items:center;position:relative}.ww-date-picker>.form-label,.ww-date-picker>.status-log,.ww-date-picker>.status-report-item,.w-filters-selected .ww-date-picker>label.small,.w-filters-selected .ww-date-picker>.btn-f-s,.list-results-header .ww-date-picker>.title,.list-results tbody tr.sublist .ww-date-picker>.title,.w-cards-container .w-card.centered .w-value .ww-date-picker>.label,.w-cards-container .w-card .ww-date-picker>.title,.double-list .ww-date-picker>dt,.double-list .ww-date-picker>dd{position:absolute;top:-2rem;left:-1rem;font-size:.8rem;padding:.25rem .5rem;background-color:#3f3f3f;color:#dcdada;z-index:-1;border-radius:4px 4px 0 0}.ww-date-picker .single{width:16rem}.w-date-picker-hour{display:flex;margin-right:2rem}.w-date-picker-hour>div{width:12.25rem}.w-date-picker-hour>div select{width:100%}.w-date-picker-hour>div:last-of-type{margin-left:-1px}.w-date-picker-hour .ww-date-picker{width:16rem}.single .date-picker{width:19.5rem;height:4rem}.single .date-picker input{width:100%}.w-form .date-picker,.w-double-list .date-picker{width:15.5rem}.w-form .date-picker input,.w-double-list .date-picker input{width:100%;padding:1.5rem 3rem 0 1rem}.w-graph{display:flex;flex-wrap:wrap;margin:0 2rem;margin-bottom:1.5rem;position:relative}.w-graph .graph{border-radius:8px;background-color:#fff;width:100%;position:relative}.w-graph .graph .button-default,.w-graph .graph .filter-preset .filter-field-name button,.filter-preset .filter-field-name .w-graph .graph button,.w-graph .graph .add-filters-dropdown .w-add-filters-list>div.filter-group .filter-checkbox,.add-filters-dropdown .w-add-filters-list>div.filter-group .w-graph .graph .filter-checkbox,.w-graph .graph .sidebar-default.sidebar-default-right .sidebar-default-body .filter-group .filter-checkbox,.sidebar-default.sidebar-default-right .sidebar-default-body .filter-group .w-graph .graph .filter-checkbox,.w-graph .graph .liveDashboard .list-results thead .icon,.w-graph .graph .liveDashboard .list-results thead .w-alert-banner:before,.w-graph .graph .liveDashboard .list-results thead .w-alert-banner:before,.w-graph .graph .liveDashboard ._account_api .list-results thead .w-alert-banner:before,._account_api .w-graph .graph .liveDashboard .list-results thead .w-alert-banner:before,.w-graph .graph .liveDashboard ._account_api .list-results thead .w-alert-banner:before,.w-graph .graph ._account_api .liveDashboard .list-results thead .w-alert-banner:before,._account_api .w-graph .graph .liveDashboard .list-results thead .w-alert-banner:before,.w-graph .graph .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .w-graph .graph .liveDashboard .list-results thead .dialog-aside:after,.w-graph .graph .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-graph .graph .w-dialog.plus .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus .w-graph .graph .liveDashboard .list-results thead .dialog-aside:after,.w-graph .graph .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,._account_api .w-graph .graph .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-graph .graph .liveDashboard .w-dialog.plus ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus ._account_api .w-graph .graph .liveDashboard .list-results thead .dialog-aside:after,.w-graph .graph .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-graph .graph .w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus .w-graph .graph .liveDashboard ._account_api .list-results thead .dialog-aside:after,.w-graph .graph ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,._account_api .w-graph .graph .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-graph .graph .w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus ._account_api .w-graph .graph .liveDashboard .list-results thead .dialog-aside:after,.w-graph .graph .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-toast .w-graph .graph .liveDashboard .list-results thead .toast.plus:after,.w-graph .graph .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-graph .graph .w-toast .liveDashboard .list-results thead .toast.plus:after,.w-toast .w-graph .graph .liveDashboard .list-results thead .toast.plus:after,.w-graph .graph .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,._account_api .w-graph .graph .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-graph .graph .liveDashboard .w-toast ._account_api .list-results thead .toast.plus:after,.w-toast ._account_api .w-graph .graph .liveDashboard .list-results thead .toast.plus:after,.w-graph .graph .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.w-graph .graph .w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.w-toast .w-graph .graph .liveDashboard ._account_api .list-results thead .toast.plus:after,.w-graph .graph ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,._account_api .w-graph .graph .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-graph .graph .w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,.w-toast ._account_api .w-graph .graph .liveDashboard .list-results thead .toast.plus:after,.liveDashboard .list-results thead .w-graph .graph .icon,.liveDashboard .list-results thead .w-graph .graph .w-alert-banner:before,.liveDashboard .list-results thead .w-graph .graph .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-graph .graph .w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-graph .graph .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-graph .graph .w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-graph .graph .w-alert-banner:before,.liveDashboard .list-results thead .w-graph .graph .w-dialog.plus .dialog-aside:after,.w-dialog.plus .liveDashboard .list-results thead .w-graph .graph .dialog-aside:after,.liveDashboard .list-results thead .w-graph .graph .w-dialog.plus .dialog-aside:after,.liveDashboard .list-results thead .w-dialog.plus .w-graph .graph .dialog-aside:after,.w-dialog.plus .liveDashboard .list-results thead .w-graph .graph .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-graph .graph .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-graph .graph .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .w-graph .graph .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .w-graph .graph .dialog-aside:after,.liveDashboard .w-dialog.plus ._account_api .list-results thead .w-graph .graph .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .w-graph .graph .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-graph .graph .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .w-graph .graph .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .w-graph .graph .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-graph .graph .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .w-graph .graph .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .w-graph .graph .dialog-aside:after,.liveDashboard .list-results thead .w-graph .graph .w-toast .toast.plus:after,.w-toast .liveDashboard .list-results thead .w-graph .graph .toast.plus:after,.liveDashboard .list-results thead .w-graph .graph .w-toast .toast.plus:after,.liveDashboard .list-results thead .w-toast .w-graph .graph .toast.plus:after,.w-toast .liveDashboard .list-results thead .w-graph .graph .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-graph .graph .w-toast .toast.plus:after,._account_api .liveDashboard .list-results thead .w-graph .graph .w-toast .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .w-graph .graph .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .w-graph .graph .toast.plus:after,.liveDashboard .w-toast ._account_api .list-results thead .w-graph .graph .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .w-graph .graph .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-graph .graph .w-toast .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .w-graph .graph .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .w-graph .graph .toast.plus:after,._account_api .liveDashboard .list-results thead .w-graph .graph .w-toast .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .w-graph .graph .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .w-graph .graph .toast.plus:after,.w-graph .graph .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .w-graph .graph .dropdown-toggle:after,.w-graph .graph .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .w-graph .graph .dropdown-toggle:after,.w-graph .graph .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .w-graph .graph .filter,.w-graph .graph .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .w-graph .graph .filter,.w-graph .graph .liveDashboard .list-results thead .form-label.status span,.w-graph .graph .liveDashboard .list-results thead .status.status-log span,.w-graph .graph .liveDashboard .list-results thead .status.status-report-item span,.liveDashboard .list-results thead .form-label.status .w-graph .graph span,.liveDashboard .list-results thead .status.status-log .w-graph .graph span,.liveDashboard .list-results thead .status.status-report-item .w-graph .graph span,.w-graph .graph .form-label.status .liveDashboard .list-results thead span,.w-graph .graph .status.status-log .liveDashboard .list-results thead span,.w-graph .graph .status.status-report-item .liveDashboard .list-results thead span,.form-label.status .liveDashboard .list-results thead .w-graph .graph span,.status.status-log .liveDashboard .list-results thead .w-graph .graph span,.status.status-report-item .liveDashboard .list-results thead .w-graph .graph span,.w-graph .graph .liveDashboard .list-results thead .w-filters-selected label.status.small span,.liveDashboard .list-results thead .w-filters-selected label.status.small .w-graph .graph span,.w-graph .graph .w-filters-selected label.status.small .liveDashboard .list-results thead span,.w-filters-selected label.status.small .liveDashboard .list-results thead .w-graph .graph span,.w-graph .graph .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span,.liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .w-graph .graph span,.w-graph .graph .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span,.w-filters-selected .status.btn-f-s .liveDashboard .list-results thead .w-graph .graph span,.w-graph .graph .liveDashboard .list-results thead .sub-header .w-form label,.liveDashboard .list-results thead .sub-header .w-form .w-graph .graph label,.w-graph .graph .sub-header .w-form .liveDashboard .list-results thead label,.sub-header .w-form .liveDashboard .list-results thead .w-graph .graph label,.w-graph .graph .liveDashboard .list-results thead .block-filters button:after,.liveDashboard .list-results thead .block-filters .w-graph .graph button:after,.w-graph .graph .block-filters .liveDashboard .list-results thead button:after,.block-filters .liveDashboard .list-results thead .w-graph .graph button:after,.w-graph .graph .liveDashboard .list-results thead .block-filters select:after,.liveDashboard .list-results thead .block-filters .w-graph .graph select:after,.w-graph .graph .block-filters .liveDashboard .list-results thead select:after,.block-filters .liveDashboard .list-results thead .w-graph .graph select:after,.w-graph .graph .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive,.liveDashboard .list-results thead .form-auto-list .w-graph .graph .form-auto-item.is-user-is-inactive,.w-graph .graph .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard .list-results thead .w-graph .graph .form-auto-item.is-user-is-inactive,.w-graph .graph .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active,.liveDashboard .list-results thead .form-auto-list .w-graph .graph .form-auto-item.is-user-is-active,.w-graph .graph .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-active,.form-auto-list .liveDashboard .list-results thead .w-graph .graph .form-auto-item.is-user-is-active,.w-graph .graph .liveDashboard .list-results thead .list-results-header .status.title span,.liveDashboard .list-results thead .list-results-header .status.title .w-graph .graph span,.w-graph .graph .list-results-header .status.title .liveDashboard .list-results thead span,.list-results-header .status.title .liveDashboard .list-results thead .w-graph .graph span,.w-graph .graph .liveDashboard .list-results thead tr span,.liveDashboard .list-results thead tr .w-graph .graph span,.w-graph .graph ._account_api .list-results thead .icon,.w-graph .graph ._account_api .list-results thead .w-alert-banner:before,.w-graph .graph ._account_api .liveDashboard .list-results thead .w-alert-banner:before,.liveDashboard .w-graph .graph ._account_api .list-results thead .w-alert-banner:before,.w-graph .graph ._account_api .list-results thead .w-alert-banner:before,.w-graph .graph .liveDashboard ._account_api .list-results thead .w-alert-banner:before,.liveDashboard .w-graph .graph ._account_api .list-results thead .w-alert-banner:before,.w-graph .graph ._account_api .liveDashboard .list-results thead .w-alert-banner:before,.w-graph .graph ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .w-graph .graph ._account_api .list-results thead .dialog-aside:after,.w-graph .graph ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.liveDashboard .w-graph .graph ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-graph .graph ._account_api .w-dialog.plus .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus .liveDashboard .w-graph .graph ._account_api .list-results thead .dialog-aside:after,.w-graph .graph ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-graph .graph .w-dialog.plus ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus .w-graph .graph ._account_api .list-results thead .dialog-aside:after,.w-graph .graph .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.liveDashboard .w-graph .graph ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-graph .graph .w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus .liveDashboard .w-graph .graph ._account_api .list-results thead .dialog-aside:after,.w-graph .graph ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-graph .graph .w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus .w-graph .graph ._account_api .liveDashboard .list-results thead .dialog-aside:after,.w-graph .graph ._account_api .list-results thead .w-toast .toast.plus:after,.w-toast .w-graph .graph ._account_api .list-results thead .toast.plus:after,.w-graph .graph ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.liveDashboard .w-graph .graph ._account_api .list-results thead .w-toast .toast.plus:after,.w-graph .graph ._account_api .w-toast .liveDashboard .list-results thead .toast.plus:after,.w-toast .liveDashboard .w-graph .graph ._account_api .list-results thead .toast.plus:after,.w-graph .graph ._account_api .list-results thead .w-toast .toast.plus:after,.w-graph .graph .w-toast ._account_api .list-results thead .toast.plus:after,.w-toast .w-graph .graph ._account_api .list-results thead .toast.plus:after,.w-graph .graph .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.liveDashboard .w-graph .graph ._account_api .list-results thead .w-toast .toast.plus:after,.w-graph .graph .w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.w-toast .liveDashboard .w-graph .graph ._account_api .list-results thead .toast.plus:after,.w-graph .graph ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-graph .graph .w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,.w-toast .w-graph .graph ._account_api .liveDashboard .list-results thead .toast.plus:after,._account_api .list-results thead .w-graph .graph .icon,._account_api .list-results thead .w-graph .graph .w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-graph .graph .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-graph .graph .w-alert-banner:before,._account_api .list-results thead .w-graph .graph .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-graph .graph .w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-graph .graph .w-alert-banner:before,._account_api .list-results thead .w-graph .graph .w-dialog.plus .dialog-aside:after,.w-dialog.plus ._account_api .list-results thead .w-graph .graph .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-graph .graph .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-graph .graph .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .w-graph .graph .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .w-graph .graph .dialog-aside:after,._account_api .w-dialog.plus .liveDashboard .list-results thead .w-graph .graph .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .w-graph .graph .dialog-aside:after,._account_api .list-results thead .w-graph .graph .w-dialog.plus .dialog-aside:after,._account_api .list-results thead .w-dialog.plus .w-graph .graph .dialog-aside:after,.w-dialog.plus ._account_api .list-results thead .w-graph .graph .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-graph .graph .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .w-graph .graph .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .w-graph .graph .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-graph .graph .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .w-graph .graph .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .w-graph .graph .dialog-aside:after,._account_api .list-results thead .w-graph .graph .w-toast .toast.plus:after,.w-toast ._account_api .list-results thead .w-graph .graph .toast.plus:after,._account_api .liveDashboard .list-results thead .w-graph .graph .w-toast .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-graph .graph .w-toast .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .w-graph .graph .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .w-graph .graph .toast.plus:after,._account_api .w-toast .liveDashboard .list-results thead .w-graph .graph .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .w-graph .graph .toast.plus:after,._account_api .list-results thead .w-graph .graph .w-toast .toast.plus:after,._account_api .list-results thead .w-toast .w-graph .graph .toast.plus:after,.w-toast ._account_api .list-results thead .w-graph .graph .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-graph .graph .w-toast .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .w-graph .graph .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .w-graph .graph .toast.plus:after,._account_api .liveDashboard .list-results thead .w-graph .graph .w-toast .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .w-graph .graph .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .w-graph .graph .toast.plus:after,.w-graph .graph ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .w-graph .graph .dropdown-toggle:after,.w-graph .graph .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .w-graph .graph .dropdown-toggle:after,.w-graph .graph ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .w-graph .graph .filter,.w-graph .graph .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .w-graph .graph .filter,.w-graph .graph ._account_api .list-results thead .form-label.status span,.w-graph .graph ._account_api .list-results thead .status.status-log span,.w-graph .graph ._account_api .list-results thead .status.status-report-item span,._account_api .list-results thead .form-label.status .w-graph .graph span,._account_api .list-results thead .status.status-log .w-graph .graph span,._account_api .list-results thead .status.status-report-item .w-graph .graph span,.w-graph .graph .form-label.status ._account_api .list-results thead span,.w-graph .graph .status.status-log ._account_api .list-results thead span,.w-graph .graph .status.status-report-item ._account_api .list-results thead span,.form-label.status ._account_api .list-results thead .w-graph .graph span,.status.status-log ._account_api .list-results thead .w-graph .graph span,.status.status-report-item ._account_api .list-results thead .w-graph .graph span,.w-graph .graph ._account_api .list-results thead .w-filters-selected label.status.small span,._account_api .list-results thead .w-filters-selected label.status.small .w-graph .graph span,.w-graph .graph .w-filters-selected label.status.small ._account_api .list-results thead span,.w-filters-selected label.status.small ._account_api .list-results thead .w-graph .graph span,.w-graph .graph ._account_api .list-results thead .w-filters-selected .status.btn-f-s span,._account_api .list-results thead .w-filters-selected .status.btn-f-s .w-graph .graph span,.w-graph .graph .w-filters-selected .status.btn-f-s ._account_api .list-results thead span,.w-filters-selected .status.btn-f-s ._account_api .list-results thead .w-graph .graph span,.w-graph .graph ._account_api .list-results thead .sub-header .w-form label,._account_api .list-results thead .sub-header .w-form .w-graph .graph label,.w-graph .graph .sub-header .w-form ._account_api .list-results thead label,.sub-header .w-form ._account_api .list-results thead .w-graph .graph label,.w-graph .graph ._account_api .list-results thead .block-filters button:after,._account_api .list-results thead .block-filters .w-graph .graph button:after,.w-graph .graph .block-filters ._account_api .list-results thead button:after,.block-filters ._account_api .list-results thead .w-graph .graph button:after,.w-graph .graph ._account_api .list-results thead .block-filters select:after,._account_api .list-results thead .block-filters .w-graph .graph select:after,.w-graph .graph .block-filters ._account_api .list-results thead select:after,.block-filters ._account_api .list-results thead .w-graph .graph select:after,.w-graph .graph ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive,._account_api .list-results thead .form-auto-list .w-graph .graph .form-auto-item.is-user-is-inactive,.w-graph .graph .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .list-results thead .w-graph .graph .form-auto-item.is-user-is-inactive,.w-graph .graph ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active,._account_api .list-results thead .form-auto-list .w-graph .graph .form-auto-item.is-user-is-active,.w-graph .graph .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-active,.form-auto-list ._account_api .list-results thead .w-graph .graph .form-auto-item.is-user-is-active,.w-graph .graph ._account_api .list-results thead .list-results-header .status.title span,._account_api .list-results thead .list-results-header .status.title .w-graph .graph span,.w-graph .graph .list-results-header .status.title ._account_api .list-results thead span,.list-results-header .status.title ._account_api .list-results thead .w-graph .graph span,.w-graph .graph ._account_api .list-results thead tr span,._account_api .list-results thead tr .w-graph .graph span,.w-graph .graph .liveDashboard ._account_api .list-results thead .icon,.w-graph .graph .liveDashboard ._account_api .list-results thead .w-alert-banner:before,.w-graph .graph .liveDashboard ._account_api .list-results thead .w-alert-banner:before,.w-graph .graph .liveDashboard ._account_api .list-results thead .w-alert-banner:before,.w-graph .graph .liveDashboard ._account_api .list-results thead .w-alert-banner:before,.w-graph .graph .liveDashboard ._account_api .liveDashboard .list-results thead .w-alert-banner:before,.w-graph .graph .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .w-graph .graph .liveDashboard ._account_api .list-results thead .dialog-aside:after,.w-graph .graph .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-graph .graph .w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus .w-graph .graph .liveDashboard ._account_api .list-results thead .dialog-aside:after,.w-graph .graph .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-graph .graph .liveDashboard .w-dialog.plus ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus .w-graph .graph .liveDashboard ._account_api .list-results thead .dialog-aside:after,.w-graph .graph .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-graph .graph .w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus .w-graph .graph .liveDashboard ._account_api .list-results thead .dialog-aside:after,.w-graph .graph .liveDashboard ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-graph .graph .liveDashboard .w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus .w-graph .graph .liveDashboard ._account_api .liveDashboard .list-results thead .dialog-aside:after,.w-graph .graph .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.w-toast .w-graph .graph .liveDashboard ._account_api .list-results thead .toast.plus:after,.w-graph .graph .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.w-graph .graph .w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.w-toast .w-graph .graph .liveDashboard ._account_api .list-results thead .toast.plus:after,.w-graph .graph .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.w-graph .graph .liveDashboard .w-toast ._account_api .list-results thead .toast.plus:after,.w-toast .w-graph .graph .liveDashboard ._account_api .list-results thead .toast.plus:after,.w-graph .graph .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.w-graph .graph .w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.w-toast .w-graph .graph .liveDashboard ._account_api .list-results thead .toast.plus:after,.w-graph .graph .liveDashboard ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-graph .graph .liveDashboard .w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,.w-toast .w-graph .graph .liveDashboard ._account_api .liveDashboard .list-results thead .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-graph .graph .icon,.liveDashboard ._account_api .list-results thead .w-graph .graph .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-graph .graph .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-graph .graph .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-graph .graph .w-alert-banner:before,.liveDashboard ._account_api .liveDashboard .list-results thead .w-graph .graph .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-graph .graph .w-dialog.plus .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .w-graph .graph .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-graph .graph .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .w-graph .graph .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .w-graph .graph .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-graph .graph .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .w-graph .graph .dialog-aside:after,.liveDashboard .w-dialog.plus ._account_api .list-results thead .w-graph .graph .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .w-graph .graph .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-graph .graph .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .w-graph .graph .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .w-graph .graph .dialog-aside:after,.liveDashboard ._account_api .liveDashboard .list-results thead .w-graph .graph .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .liveDashboard .list-results thead .w-dialog.plus .w-graph .graph .dialog-aside:after,.liveDashboard .w-dialog.plus ._account_api .liveDashboard .list-results thead .w-graph .graph .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .liveDashboard .list-results thead .w-graph .graph .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-graph .graph .w-toast .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .w-graph .graph .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-graph .graph .w-toast .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .w-graph .graph .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .w-graph .graph .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-graph .graph .w-toast .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .w-graph .graph .toast.plus:after,.liveDashboard .w-toast ._account_api .list-results thead .w-graph .graph .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .w-graph .graph .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-graph .graph .w-toast .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .w-graph .graph .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .w-graph .graph .toast.plus:after,.liveDashboard ._account_api .liveDashboard .list-results thead .w-graph .graph .w-toast .toast.plus:after,.liveDashboard ._account_api .liveDashboard .list-results thead .w-toast .w-graph .graph .toast.plus:after,.liveDashboard .w-toast ._account_api .liveDashboard .list-results thead .w-graph .graph .toast.plus:after,.w-toast .liveDashboard ._account_api .liveDashboard .list-results thead .w-graph .graph .toast.plus:after,.w-graph .graph ._account_api .liveDashboard .list-results thead .icon,.w-graph .graph ._account_api .liveDashboard .list-results thead .w-alert-banner:before,.w-graph .graph ._account_api .liveDashboard .list-results thead .w-alert-banner:before,.w-graph .graph ._account_api .liveDashboard .list-results thead .w-alert-banner:before,.w-graph .graph ._account_api .liveDashboard ._account_api .list-results thead .w-alert-banner:before,.w-graph .graph ._account_api .liveDashboard .list-results thead .w-alert-banner:before,.w-graph .graph ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .w-graph .graph ._account_api .liveDashboard .list-results thead .dialog-aside:after,.w-graph .graph ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-graph .graph ._account_api .w-dialog.plus .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus .w-graph .graph ._account_api .liveDashboard .list-results thead .dialog-aside:after,.w-graph .graph ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-graph .graph .w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus .w-graph .graph ._account_api .liveDashboard .list-results thead .dialog-aside:after,.w-graph .graph ._account_api .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-graph .graph ._account_api .w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus .w-graph .graph ._account_api .liveDashboard ._account_api .list-results thead .dialog-aside:after,.w-graph .graph ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-graph .graph .w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus .w-graph .graph ._account_api .liveDashboard .list-results thead .dialog-aside:after,.w-graph .graph ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-toast .w-graph .graph ._account_api .liveDashboard .list-results thead .toast.plus:after,.w-graph .graph ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-graph .graph ._account_api .w-toast .liveDashboard .list-results thead .toast.plus:after,.w-toast .w-graph .graph ._account_api .liveDashboard .list-results thead .toast.plus:after,.w-graph .graph ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-graph .graph .w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,.w-toast .w-graph .graph ._account_api .liveDashboard .list-results thead .toast.plus:after,.w-graph .graph ._account_api .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.w-graph .graph ._account_api .w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.w-toast .w-graph .graph ._account_api .liveDashboard ._account_api .list-results thead .toast.plus:after,.w-graph .graph ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-graph .graph .w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,.w-toast .w-graph .graph ._account_api .liveDashboard .list-results thead .toast.plus:after,._account_api .liveDashboard .list-results thead .w-graph .graph .icon,._account_api .liveDashboard .list-results thead .w-graph .graph .w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-graph .graph .w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-graph .graph .w-alert-banner:before,._account_api .liveDashboard ._account_api .list-results thead .w-graph .graph .w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-graph .graph .w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-graph .graph .w-dialog.plus .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .w-graph .graph .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-graph .graph .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .w-graph .graph .dialog-aside:after,._account_api .w-dialog.plus .liveDashboard .list-results thead .w-graph .graph .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .w-graph .graph .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-graph .graph .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .w-graph .graph .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .w-graph .graph .dialog-aside:after,._account_api .liveDashboard ._account_api .list-results thead .w-graph .graph .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard ._account_api .list-results thead .w-dialog.plus .w-graph .graph .dialog-aside:after,._account_api .w-dialog.plus .liveDashboard ._account_api .list-results thead .w-graph .graph .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard ._account_api .list-results thead .w-graph .graph .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-graph .graph .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .w-graph .graph .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .w-graph .graph .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-graph .graph .w-toast .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .w-graph .graph .toast.plus:after,._account_api .liveDashboard .list-results thead .w-graph .graph .w-toast .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .w-graph .graph .toast.plus:after,._account_api .w-toast .liveDashboard .list-results thead .w-graph .graph .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .w-graph .graph .toast.plus:after,._account_api .liveDashboard .list-results thead .w-graph .graph .w-toast .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .w-graph .graph .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .w-graph .graph .toast.plus:after,._account_api .liveDashboard ._account_api .list-results thead .w-graph .graph .w-toast .toast.plus:after,._account_api .liveDashboard ._account_api .list-results thead .w-toast .w-graph .graph .toast.plus:after,._account_api .w-toast .liveDashboard ._account_api .list-results thead .w-graph .graph .toast.plus:after,.w-toast ._account_api .liveDashboard ._account_api .list-results thead .w-graph .graph .toast.plus:after,._account_api .liveDashboard .list-results thead .w-graph .graph .w-toast .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .w-graph .graph .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .w-graph .graph .toast.plus:after,.w-graph .graph .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .w-graph .graph .dropdown-toggle:after,.w-graph .graph ._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .w-graph .graph .dropdown-toggle:after,.w-graph .graph .liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .dropdown-toggle:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .w-graph .graph .dropdown-toggle:after,.w-graph .graph .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .w-graph .graph .dropdown-toggle:after,.w-graph .graph .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .w-graph .graph .filter,.w-graph .graph ._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .w-graph .graph .filter,.w-graph .graph .liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .filter,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .w-graph .graph .filter,.w-graph .graph .w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .w-graph .graph .filter,.w-graph .graph .liveDashboard ._account_api .list-results thead .form-label.status span,.w-graph .graph .liveDashboard ._account_api .list-results thead .status.status-log span,.w-graph .graph .liveDashboard ._account_api .list-results thead .status.status-report-item span,.liveDashboard ._account_api .list-results thead .form-label.status .w-graph .graph span,.liveDashboard ._account_api .list-results thead .status.status-log .w-graph .graph span,.liveDashboard ._account_api .list-results thead .status.status-report-item .w-graph .graph span,.w-graph .graph ._account_api .liveDashboard .list-results thead .form-label.status span,.w-graph .graph ._account_api .liveDashboard .list-results thead .status.status-log span,.w-graph .graph ._account_api .liveDashboard .list-results thead .status.status-report-item span,._account_api .liveDashboard .list-results thead .form-label.status .w-graph .graph span,._account_api .liveDashboard .list-results thead .status.status-log .w-graph .graph span,._account_api .liveDashboard .list-results thead .status.status-report-item .w-graph .graph span,.w-graph .graph .liveDashboard .form-label.status ._account_api .list-results thead span,.w-graph .graph .liveDashboard .status.status-log ._account_api .list-results thead span,.w-graph .graph .liveDashboard .status.status-report-item ._account_api .list-results thead span,.liveDashboard .form-label.status ._account_api .list-results thead .w-graph .graph span,.liveDashboard .status.status-log ._account_api .list-results thead .w-graph .graph span,.liveDashboard .status.status-report-item ._account_api .list-results thead .w-graph .graph span,.w-graph .graph .form-label.status ._account_api .liveDashboard .list-results thead span,.w-graph .graph .status.status-log ._account_api .liveDashboard .list-results thead span,.w-graph .graph .status.status-report-item ._account_api .liveDashboard .list-results thead span,.form-label.status ._account_api .liveDashboard .list-results thead .w-graph .graph span,.status.status-log ._account_api .liveDashboard .list-results thead .w-graph .graph span,.status.status-report-item ._account_api .liveDashboard .list-results thead .w-graph .graph span,.w-graph .graph .liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small .w-graph .graph span,.w-graph .graph ._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small .w-graph .graph span,.w-graph .graph .liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span,.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead .w-graph .graph span,.w-graph .graph .w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead span,.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead .w-graph .graph span,.w-graph .graph .liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s .w-graph .graph span,.w-graph .graph ._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .w-graph .graph span,.w-graph .graph .liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span,.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead .w-graph .graph span,.w-graph .graph .w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead span,.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead .w-graph .graph span,.w-graph .graph .liveDashboard ._account_api .list-results thead .sub-header .w-form label,.liveDashboard ._account_api .list-results thead .sub-header .w-form .w-graph .graph label,.w-graph .graph ._account_api .liveDashboard .list-results thead .sub-header .w-form label,._account_api .liveDashboard .list-results thead .sub-header .w-form .w-graph .graph label,.w-graph .graph .liveDashboard .sub-header .w-form ._account_api .list-results thead label,.liveDashboard .sub-header .w-form ._account_api .list-results thead .w-graph .graph label,.w-graph .graph .sub-header .w-form ._account_api .liveDashboard .list-results thead label,.sub-header .w-form ._account_api .liveDashboard .list-results thead .w-graph .graph label,.w-graph .graph .liveDashboard ._account_api .list-results thead .block-filters button:after,.liveDashboard ._account_api .list-results thead .block-filters .w-graph .graph button:after,.w-graph .graph ._account_api .liveDashboard .list-results thead .block-filters button:after,._account_api .liveDashboard .list-results thead .block-filters .w-graph .graph button:after,.w-graph .graph .liveDashboard .block-filters ._account_api .list-results thead button:after,.liveDashboard .block-filters ._account_api .list-results thead .w-graph .graph button:after,.w-graph .graph .block-filters ._account_api .liveDashboard .list-results thead button:after,.block-filters ._account_api .liveDashboard .list-results thead .w-graph .graph button:after,.w-graph .graph .liveDashboard ._account_api .list-results thead .block-filters select:after,.liveDashboard ._account_api .list-results thead .block-filters .w-graph .graph select:after,.w-graph .graph ._account_api .liveDashboard .list-results thead .block-filters select:after,._account_api .liveDashboard .list-results thead .block-filters .w-graph .graph select:after,.w-graph .graph .liveDashboard .block-filters ._account_api .list-results thead select:after,.liveDashboard .block-filters ._account_api .list-results thead .w-graph .graph select:after,.w-graph .graph .block-filters ._account_api .liveDashboard .list-results thead select:after,.block-filters ._account_api .liveDashboard .list-results thead .w-graph .graph select:after,.w-graph .graph .liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .form-auto-list .w-graph .graph .form-auto-item.is-user-is-inactive,.w-graph .graph ._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .form-auto-list .w-graph .graph .form-auto-item.is-user-is-inactive,.w-graph .graph .liveDashboard .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-inactive,.liveDashboard .form-auto-list ._account_api .list-results thead .w-graph .graph .form-auto-item.is-user-is-inactive,.w-graph .graph .form-auto-list ._account_api .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .liveDashboard .list-results thead .w-graph .graph .form-auto-item.is-user-is-inactive,.w-graph .graph .liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .form-auto-list .w-graph .graph .form-auto-item.is-user-is-active,.w-graph .graph ._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .form-auto-list .w-graph .graph .form-auto-item.is-user-is-active,.w-graph .graph .liveDashboard .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-active,.liveDashboard .form-auto-list ._account_api .list-results thead .w-graph .graph .form-auto-item.is-user-is-active,.w-graph .graph .form-auto-list ._account_api .liveDashboard .list-results thead .form-auto-item.is-user-is-active,.form-auto-list ._account_api .liveDashboard .list-results thead .w-graph .graph .form-auto-item.is-user-is-active,.w-graph .graph .liveDashboard ._account_api .list-results thead .list-results-header .status.title span,.liveDashboard ._account_api .list-results thead .list-results-header .status.title .w-graph .graph span,.w-graph .graph ._account_api .liveDashboard .list-results thead .list-results-header .status.title span,._account_api .liveDashboard .list-results thead .list-results-header .status.title .w-graph .graph span,.w-graph .graph .liveDashboard .list-results-header .status.title ._account_api .list-results thead span,.liveDashboard .list-results-header .status.title ._account_api .list-results thead .w-graph .graph span,.w-graph .graph .list-results-header .status.title ._account_api .liveDashboard .list-results thead span,.list-results-header .status.title ._account_api .liveDashboard .list-results thead .w-graph .graph span,.w-graph .graph .liveDashboard ._account_api .list-results thead tr span,.liveDashboard ._account_api .list-results thead tr .w-graph .graph span,.w-graph .graph ._account_api .liveDashboard .list-results thead tr span,._account_api .liveDashboard .list-results thead tr .w-graph .graph span,.w-graph .graph ._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .dropdown-toggle:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .w-graph .graph .dropdown-toggle:after,.w-graph .graph .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .w-graph .graph .dropdown-toggle:after,.w-graph .graph ._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .filter,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .w-graph .graph .filter,.w-graph .graph .w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .w-graph .graph .filter,.w-graph .graph ._account_api .form-label.status .liveDashboard .list-results thead span,.w-graph .graph ._account_api .status.status-log .liveDashboard .list-results thead span,.w-graph .graph ._account_api .status.status-report-item .liveDashboard .list-results thead span,._account_api .form-label.status .liveDashboard .list-results thead .w-graph .graph span,._account_api .status.status-log .liveDashboard .list-results thead .w-graph .graph span,._account_api .status.status-report-item .liveDashboard .list-results thead .w-graph .graph span,.w-graph .graph .form-label.status .liveDashboard ._account_api .list-results thead span,.w-graph .graph .status.status-log .liveDashboard ._account_api .list-results thead span,.w-graph .graph .status.status-report-item .liveDashboard ._account_api .list-results thead span,.form-label.status .liveDashboard ._account_api .list-results thead .w-graph .graph span,.status.status-log .liveDashboard ._account_api .list-results thead .w-graph .graph span,.status.status-report-item .liveDashboard ._account_api .list-results thead .w-graph .graph span,.w-graph .graph ._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span,._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead .w-graph .graph span,.w-graph .graph .w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead span,.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead .w-graph .graph span,.w-graph .graph ._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead .w-graph .graph span,.w-graph .graph .w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead span,.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead .w-graph .graph span,.w-graph .graph ._account_api .sub-header .w-form .liveDashboard .list-results thead label,._account_api .sub-header .w-form .liveDashboard .list-results thead .w-graph .graph label,.w-graph .graph .sub-header .w-form .liveDashboard ._account_api .list-results thead label,.sub-header .w-form .liveDashboard ._account_api .list-results thead .w-graph .graph label,.w-graph .graph ._account_api .block-filters .liveDashboard .list-results thead button:after,._account_api .block-filters .liveDashboard .list-results thead .w-graph .graph button:after,.w-graph .graph .block-filters .liveDashboard ._account_api .list-results thead button:after,.block-filters .liveDashboard ._account_api .list-results thead .w-graph .graph button:after,.w-graph .graph ._account_api .block-filters .liveDashboard .list-results thead select:after,._account_api .block-filters .liveDashboard .list-results thead .w-graph .graph select:after,.w-graph .graph .block-filters .liveDashboard ._account_api .list-results thead select:after,.block-filters .liveDashboard ._account_api .list-results thead .w-graph .graph select:after,.w-graph .graph ._account_api .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive,._account_api .form-auto-list .liveDashboard .list-results thead .w-graph .graph .form-auto-item.is-user-is-inactive,.w-graph .graph .form-auto-list .liveDashboard ._account_api .list-results thead .form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard ._account_api .list-results thead .w-graph .graph .form-auto-item.is-user-is-inactive,.w-graph .graph ._account_api .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-active,._account_api .form-auto-list .liveDashboard .list-results thead .w-graph .graph .form-auto-item.is-user-is-active,.w-graph .graph .form-auto-list .liveDashboard ._account_api .list-results thead .form-auto-item.is-user-is-active,.form-auto-list .liveDashboard ._account_api .list-results thead .w-graph .graph .form-auto-item.is-user-is-active,.w-graph .graph ._account_api .list-results-header .status.title .liveDashboard .list-results thead span,._account_api .list-results-header .status.title .liveDashboard .list-results thead .w-graph .graph span,.w-graph .graph .list-results-header .status.title .liveDashboard ._account_api .list-results thead span,.list-results-header .status.title .liveDashboard ._account_api .list-results thead .w-graph .graph span,.w-graph .graph .liveDashboard .list-results thead tbody td.is-pending span,.liveDashboard .list-results thead tbody td.is-pending .w-graph .graph span,.w-graph .graph .liveDashboard .list-results tbody td.is-pending thead span,.liveDashboard .list-results tbody td.is-pending thead .w-graph .graph span,.w-graph .graph ._account_api .list-results thead tbody td.is-pending span,._account_api .list-results thead tbody td.is-pending .w-graph .graph span,.w-graph .graph ._account_api .list-results tbody td.is-pending thead span,._account_api .list-results tbody td.is-pending thead .w-graph .graph span,.w-graph .graph .liveDashboard ._account_api .list-results thead tbody td.is-pending span,.liveDashboard ._account_api .list-results thead tbody td.is-pending .w-graph .graph span,.w-graph .graph .liveDashboard ._account_api .list-results tbody td.is-pending thead span,.liveDashboard ._account_api .list-results tbody td.is-pending thead .w-graph .graph span,.w-graph .graph ._account_api .liveDashboard .list-results thead tbody td.is-pending span,._account_api .liveDashboard .list-results thead tbody td.is-pending .w-graph .graph span,.w-graph .graph ._account_api .liveDashboard .list-results tbody td.is-pending thead span,._account_api .liveDashboard .list-results tbody td.is-pending thead .w-graph .graph span,.w-graph .graph .liveDashboard .list-results thead tbody td.is-running span,.liveDashboard .list-results thead tbody td.is-running .w-graph .graph span,.w-graph .graph .liveDashboard .list-results tbody td.is-running thead span,.liveDashboard .list-results tbody td.is-running thead .w-graph .graph span,.w-graph .graph ._account_api .list-results thead tbody td.is-running span,._account_api .list-results thead tbody td.is-running .w-graph .graph span,.w-graph .graph ._account_api .list-results tbody td.is-running thead span,._account_api .list-results tbody td.is-running thead .w-graph .graph span,.w-graph .graph .liveDashboard ._account_api .list-results thead tbody td.is-running span,.liveDashboard ._account_api .list-results thead tbody td.is-running .w-graph .graph span,.w-graph .graph .liveDashboard ._account_api .list-results tbody td.is-running thead span,.liveDashboard ._account_api .list-results tbody td.is-running thead .w-graph .graph span,.w-graph .graph ._account_api .liveDashboard .list-results thead tbody td.is-running span,._account_api .liveDashboard .list-results thead tbody td.is-running .w-graph .graph span,.w-graph .graph ._account_api .liveDashboard .list-results tbody td.is-running thead span,._account_api .liveDashboard .list-results tbody td.is-running thead .w-graph .graph span,.w-graph .graph .liveDashboard .list-results thead tbody span.status,.liveDashboard .list-results thead tbody .w-graph .graph span.status,.w-graph .graph .liveDashboard .list-results tbody thead span.status,.liveDashboard .list-results tbody thead .w-graph .graph span.status,.w-graph .graph ._account_api .list-results thead tbody span.status,._account_api .list-results thead tbody .w-graph .graph span.status,.w-graph .graph ._account_api .list-results tbody thead span.status,._account_api .list-results tbody thead .w-graph .graph span.status,.w-graph .graph .liveDashboard ._account_api .list-results thead tbody span.status,.liveDashboard ._account_api .list-results thead tbody .w-graph .graph span.status,.w-graph .graph .liveDashboard ._account_api .list-results tbody thead span.status,.liveDashboard ._account_api .list-results tbody thead .w-graph .graph span.status,.w-graph .graph ._account_api .liveDashboard .list-results thead tbody span.status,._account_api .liveDashboard .list-results thead tbody .w-graph .graph span.status,.w-graph .graph ._account_api .liveDashboard .list-results tbody thead span.status,._account_api .liveDashboard .list-results tbody thead .w-graph .graph span.status,.w-graph .graph .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.liveDashboard .list-results thead .toggleWrapper .w-graph .graph input.mobileToggle+label,.w-graph .graph .toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper .liveDashboard .list-results thead .w-graph .graph input.mobileToggle+label,.w-graph .graph ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,._account_api .list-results thead .toggleWrapper .w-graph .graph input.mobileToggle+label,.w-graph .graph .toggleWrapper ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper ._account_api .list-results thead .w-graph .graph input.mobileToggle+label,.w-graph .graph .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper .w-graph .graph input.mobileToggle+label,.w-graph .graph .toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead .w-graph .graph input.mobileToggle+label,.w-graph .graph ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper .w-graph .graph input.mobileToggle+label,.w-graph .graph .toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead .w-graph .graph input.mobileToggle+label,.w-graph .graph .liveDashboard .list-results thead tbody tr.sublist .status.title span,.liveDashboard .list-results thead tbody tr.sublist .status.title .w-graph .graph span,.w-graph .graph .liveDashboard .list-results tbody tr.sublist thead .status.title span,.liveDashboard .list-results tbody tr.sublist thead .status.title .w-graph .graph span,.w-graph .graph .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span,.list-results tbody tr.sublist .status.title .liveDashboard .list-results thead .w-graph .graph span,.w-graph .graph ._account_api .list-results thead tbody tr.sublist .status.title span,._account_api .list-results thead tbody tr.sublist .status.title .w-graph .graph span,.w-graph .graph ._account_api .list-results tbody tr.sublist thead .status.title span,._account_api .list-results tbody tr.sublist thead .status.title .w-graph .graph span,.w-graph .graph .list-results tbody tr.sublist .status.title ._account_api .list-results thead span,.list-results tbody tr.sublist .status.title ._account_api .list-results thead .w-graph .graph span,.w-graph .graph .liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title .w-graph .graph span,.w-graph .graph .liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title .w-graph .graph span,.w-graph .graph ._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title .w-graph .graph span,.w-graph .graph ._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title .w-graph .graph span,.w-graph .graph .liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span,.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead .w-graph .graph span,.w-graph .graph .list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead span,.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead .w-graph .graph span,.w-graph .graph .list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead span,.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead .w-graph .graph span,.w-graph .graph ._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span,._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead .w-graph .graph span,.w-graph .graph .list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead span,.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead .w-graph .graph span,.w-graph .graph .list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead span,.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead .w-graph .graph span,.w-graph .graph .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span,.liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .w-graph .graph span,.w-graph .graph .w-cards-container .w-card.centered .w-value .liveDashboard .list-results thead .status.label span,.w-cards-container .w-card.centered .w-value .liveDashboard .list-results thead .status.label .w-graph .graph span,.w-graph .graph .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead .w-graph .graph span,.w-graph .graph ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span,._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .w-graph .graph span,.w-graph .graph .w-cards-container .w-card.centered .w-value ._account_api .list-results thead .status.label span,.w-cards-container .w-card.centered .w-value ._account_api .list-results thead .status.label .w-graph .graph span,.w-graph .graph .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span,.w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead .w-graph .graph span,.w-graph .graph .liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .w-graph .graph span,.w-graph .graph .w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label span,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label .w-graph .graph span,.w-graph .graph ._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .w-graph .graph span,.w-graph .graph .w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label span,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label .w-graph .graph span,.w-graph .graph .liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead .w-graph .graph span,.w-graph .graph .w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead span,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead .w-graph .graph span,.w-graph .graph .w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead span,.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead .w-graph .graph span,.w-graph .graph ._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead .w-graph .graph span,.w-graph .graph .w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead span,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead .w-graph .graph span,.w-graph .graph .w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead span,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead .w-graph .graph span,.w-graph .graph .liveDashboard .list-results thead .w-cards-container .w-card .status.title span,.liveDashboard .list-results thead .w-cards-container .w-card .status.title .w-graph .graph span,.w-graph .graph .w-cards-container .w-card .liveDashboard .list-results thead .status.title span,.w-cards-container .w-card .liveDashboard .list-results thead .status.title .w-graph .graph span,.w-graph .graph .w-cards-container .w-card .status.title .liveDashboard .list-results thead span,.w-cards-container .w-card .status.title .liveDashboard .list-results thead .w-graph .graph span,.w-graph .graph ._account_api .list-results thead .w-cards-container .w-card .status.title span,._account_api .list-results thead .w-cards-container .w-card .status.title .w-graph .graph span,.w-graph .graph .w-cards-container .w-card ._account_api .list-results thead .status.title span,.w-cards-container .w-card ._account_api .list-results thead .status.title .w-graph .graph span,.w-graph .graph .w-cards-container .w-card .status.title ._account_api .list-results thead span,.w-cards-container .w-card .status.title ._account_api .list-results thead .w-graph .graph span,.w-graph .graph .liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title .w-graph .graph span,.w-graph .graph .w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title span,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title .w-graph .graph span,.w-graph .graph ._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title .w-graph .graph span,.w-graph .graph .w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title span,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title .w-graph .graph span,.w-graph .graph .liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span,.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead .w-graph .graph span,.w-graph .graph .w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead span,.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead .w-graph .graph span,.w-graph .graph .w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead span,.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead .w-graph .graph span,.w-graph .graph ._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span,._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead .w-graph .graph span,.w-graph .graph .w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead span,.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead .w-graph .graph span,.w-graph .graph .w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead span,.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead .w-graph .graph span,.w-graph .graph .liveDashboard .list-results thead .sub-header .w-double-list label,.liveDashboard .list-results thead .sub-header .w-double-list .w-graph .graph label,.w-graph .graph .sub-header .w-double-list .liveDashboard .list-results thead label,.sub-header .w-double-list .liveDashboard .list-results thead .w-graph .graph label,.w-graph .graph ._account_api .list-results thead .sub-header .w-double-list label,._account_api .list-results thead .sub-header .w-double-list .w-graph .graph label,.w-graph .graph .sub-header .w-double-list ._account_api .list-results thead label,.sub-header .w-double-list ._account_api .list-results thead .w-graph .graph label,.w-graph .graph .liveDashboard ._account_api .list-results thead .sub-header .w-double-list label,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list .w-graph .graph label,.w-graph .graph ._account_api .liveDashboard .list-results thead .sub-header .w-double-list label,._account_api .liveDashboard .list-results thead .sub-header .w-double-list .w-graph .graph label,.w-graph .graph .liveDashboard .sub-header .w-double-list ._account_api .list-results thead label,.liveDashboard .sub-header .w-double-list ._account_api .list-results thead .w-graph .graph label,.w-graph .graph .sub-header .w-double-list ._account_api .liveDashboard .list-results thead label,.sub-header .w-double-list ._account_api .liveDashboard .list-results thead .w-graph .graph label,.w-graph .graph ._account_api .sub-header .w-double-list .liveDashboard .list-results thead label,._account_api .sub-header .w-double-list .liveDashboard .list-results thead .w-graph .graph label,.w-graph .graph .sub-header .w-double-list .liveDashboard ._account_api .list-results thead label,.sub-header .w-double-list .liveDashboard ._account_api .list-results thead .w-graph .graph label,.w-graph .graph .liveDashboard .list-results thead .double-list dt.status span,.liveDashboard .list-results thead .double-list dt.status .w-graph .graph span,.w-graph .graph .double-list .liveDashboard .list-results thead dt.status span,.double-list .liveDashboard .list-results thead dt.status .w-graph .graph span,.w-graph .graph .double-list dt.status .liveDashboard .list-results thead span,.double-list dt.status .liveDashboard .list-results thead .w-graph .graph span,.w-graph .graph ._account_api .list-results thead .double-list dt.status span,._account_api .list-results thead .double-list dt.status .w-graph .graph span,.w-graph .graph .double-list ._account_api .list-results thead dt.status span,.double-list ._account_api .list-results thead dt.status .w-graph .graph span,.w-graph .graph .double-list dt.status ._account_api .list-results thead span,.double-list dt.status ._account_api .list-results thead .w-graph .graph span,.w-graph .graph .liveDashboard ._account_api .list-results thead .double-list dt.status span,.liveDashboard ._account_api .list-results thead .double-list dt.status .w-graph .graph span,.w-graph .graph .double-list .liveDashboard ._account_api .list-results thead dt.status span,.double-list .liveDashboard ._account_api .list-results thead dt.status .w-graph .graph span,.w-graph .graph ._account_api .liveDashboard .list-results thead .double-list dt.status span,._account_api .liveDashboard .list-results thead .double-list dt.status .w-graph .graph span,.w-graph .graph .double-list ._account_api .liveDashboard .list-results thead dt.status span,.double-list ._account_api .liveDashboard .list-results thead dt.status .w-graph .graph span,.w-graph .graph .liveDashboard .double-list dt.status ._account_api .list-results thead span,.liveDashboard .double-list dt.status ._account_api .list-results thead .w-graph .graph span,.w-graph .graph .double-list .liveDashboard dt.status ._account_api .list-results thead span,.double-list .liveDashboard dt.status ._account_api .list-results thead .w-graph .graph span,.w-graph .graph .double-list dt.status ._account_api .liveDashboard .list-results thead span,.double-list dt.status ._account_api .liveDashboard .list-results thead .w-graph .graph span,.w-graph .graph ._account_api .double-list dt.status .liveDashboard .list-results thead span,._account_api .double-list dt.status .liveDashboard .list-results thead .w-graph .graph span,.w-graph .graph .double-list ._account_api dt.status .liveDashboard .list-results thead span,.double-list ._account_api dt.status .liveDashboard .list-results thead .w-graph .graph span,.w-graph .graph .double-list dt.status .liveDashboard ._account_api .list-results thead span,.double-list dt.status .liveDashboard ._account_api .list-results thead .w-graph .graph span,.w-graph .graph .liveDashboard .list-results thead .double-list dd.status span,.liveDashboard .list-results thead .double-list dd.status .w-graph .graph span,.w-graph .graph .double-list .liveDashboard .list-results thead dd.status span,.double-list .liveDashboard .list-results thead dd.status .w-graph .graph span,.w-graph .graph .double-list dd.status .liveDashboard .list-results thead span,.double-list dd.status .liveDashboard .list-results thead .w-graph .graph span,.w-graph .graph ._account_api .list-results thead .double-list dd.status span,._account_api .list-results thead .double-list dd.status .w-graph .graph span,.w-graph .graph .double-list ._account_api .list-results thead dd.status span,.double-list ._account_api .list-results thead dd.status .w-graph .graph span,.w-graph .graph .double-list dd.status ._account_api .list-results thead span,.double-list dd.status ._account_api .list-results thead .w-graph .graph span,.w-graph .graph .liveDashboard ._account_api .list-results thead .double-list dd.status span,.liveDashboard ._account_api .list-results thead .double-list dd.status .w-graph .graph span,.w-graph .graph .double-list .liveDashboard ._account_api .list-results thead dd.status span,.double-list .liveDashboard ._account_api .list-results thead dd.status .w-graph .graph span,.w-graph .graph ._account_api .liveDashboard .list-results thead .double-list dd.status span,._account_api .liveDashboard .list-results thead .double-list dd.status .w-graph .graph span,.w-graph .graph .double-list ._account_api .liveDashboard .list-results thead dd.status span,.double-list ._account_api .liveDashboard .list-results thead dd.status .w-graph .graph span,.w-graph .graph .liveDashboard .double-list dd.status ._account_api .list-results thead span,.liveDashboard .double-list dd.status ._account_api .list-results thead .w-graph .graph span,.w-graph .graph .double-list .liveDashboard dd.status ._account_api .list-results thead span,.double-list .liveDashboard dd.status ._account_api .list-results thead .w-graph .graph span,.w-graph .graph .double-list dd.status ._account_api .liveDashboard .list-results thead span,.double-list dd.status ._account_api .liveDashboard .list-results thead .w-graph .graph span,.w-graph .graph ._account_api .double-list dd.status .liveDashboard .list-results thead span,._account_api .double-list dd.status .liveDashboard .list-results thead .w-graph .graph span,.w-graph .graph .double-list ._account_api dd.status .liveDashboard .list-results thead span,.double-list ._account_api dd.status .liveDashboard .list-results thead .w-graph .graph span,.w-graph .graph .double-list dd.status .liveDashboard ._account_api .list-results thead span,.double-list dd.status .liveDashboard ._account_api .list-results thead .w-graph .graph span,.w-graph .graph .liveDashboard .list-results thead .block-filters .btn-filter:before,.liveDashboard .list-results thead .block-filters .w-graph .graph .btn-filter:before,.w-graph .graph .block-filters .liveDashboard .list-results thead .btn-filter:before,.block-filters .liveDashboard .list-results thead .w-graph .graph .btn-filter:before,.w-graph .graph ._account_api .list-results thead .block-filters .btn-filter:before,._account_api .list-results thead .block-filters .w-graph .graph .btn-filter:before,.w-graph .graph .block-filters ._account_api .list-results thead .btn-filter:before,.block-filters ._account_api .list-results thead .w-graph .graph .btn-filter:before,.w-graph .graph .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .w-graph .graph .btn-filter:before,.w-graph .graph .block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .w-graph .graph .btn-filter:before,.w-graph .graph ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .w-graph .graph .btn-filter:before,.w-graph .graph .block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .w-graph .graph .btn-filter:before,.w-graph .graph .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .w-graph .graph .btn-period-edit:before,.w-graph .graph .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .w-graph .graph .btn-period-edit:before,.w-graph .graph ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .list-results thead .w-time-period .dropdown .w-selection .w-graph .graph .btn-period-edit:before,.w-graph .graph .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .w-graph .graph .btn-period-edit:before,.w-graph .graph .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .w-graph .graph .btn-period-edit:before,.w-graph .graph .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .w-graph .graph .btn-period-edit:before,.w-graph .graph ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .w-graph .graph .btn-period-edit:before,.w-graph .graph .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .w-graph .graph .btn-period-edit:before,.w-graph .graph .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .w-graph .graph .btn-period-clear:before,.w-graph .graph .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .w-graph .graph .btn-period-clear:before,.w-graph .graph .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .w-graph .graph .btn-filter:before,.w-graph .graph .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .w-graph .graph .btn-filter:before,.w-graph .graph ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .list-results thead .w-time-period .dropdown .w-selection .w-graph .graph .btn-period-clear:before,.w-graph .graph .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .w-graph .graph .btn-period-clear:before,.w-graph .graph ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .list-results thead .w-time-period .dropdown .w-selection .w-graph .graph .btn-filter:before,.w-graph .graph .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .w-graph .graph .btn-filter:before,.w-graph .graph .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .w-graph .graph .btn-period-clear:before,.w-graph .graph .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .w-graph .graph .btn-period-clear:before,.w-graph .graph .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .w-graph .graph .btn-filter:before,.w-graph .graph .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .w-graph .graph .btn-filter:before,.w-graph .graph ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .w-graph .graph .btn-period-clear:before,.w-graph .graph .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .w-graph .graph .btn-period-clear:before,.w-graph .graph ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .w-graph .graph .btn-filter:before,.w-graph .graph .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .w-graph .graph .btn-filter:before{position:absolute;top:-0.75rem;left:-0.75rem;z-index:10;height:3rem;display:flex;align-items:center;justify-content:center;border-radius:8px !important;border-color:rgba(15,100,163,.75)}.w-graph .graph .button-default:before,.w-graph .graph .filter-preset .filter-field-name button:before,.filter-preset .filter-field-name .w-graph .graph button:before,.w-graph .graph .add-filters-dropdown .w-add-filters-list>div.filter-group .filter-checkbox:before,.add-filters-dropdown .w-add-filters-list>div.filter-group .w-graph .graph .filter-checkbox:before,.w-graph .graph .sidebar-default.sidebar-default-right .sidebar-default-body .filter-group .filter-checkbox:before,.sidebar-default.sidebar-default-right .sidebar-default-body .filter-group .w-graph .graph .filter-checkbox:before,.w-graph .graph .liveDashboard .list-results thead .icon:before,.w-graph .graph .liveDashboard .list-results thead .w-alert-banner:before,.w-graph .graph .liveDashboard .list-results thead .w-alert-banner:before,.w-graph .graph .liveDashboard ._account_api .list-results thead .w-alert-banner:before,._account_api .w-graph .graph .liveDashboard .list-results thead .w-alert-banner:before,.liveDashboard .list-results thead .w-graph .graph .icon:before,.liveDashboard .list-results thead .w-graph .graph .w-alert-banner:before,.liveDashboard .list-results thead .w-graph .graph .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-graph .graph .w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-graph .graph .w-alert-banner:before,.w-graph .graph .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:before,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .w-graph .graph .filter:before,.w-graph .graph .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .filter:before,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .w-graph .graph .filter:before,.w-graph .graph .liveDashboard .list-results thead .form-label.status span:before,.w-graph .graph .liveDashboard .list-results thead .status.status-log span:before,.w-graph .graph .liveDashboard .list-results thead .status.status-report-item span:before,.liveDashboard .list-results thead .form-label.status .w-graph .graph span:before,.liveDashboard .list-results thead .status.status-log .w-graph .graph span:before,.liveDashboard .list-results thead .status.status-report-item .w-graph .graph span:before,.w-graph .graph .form-label.status .liveDashboard .list-results thead span:before,.w-graph .graph .status.status-log .liveDashboard .list-results thead span:before,.w-graph .graph .status.status-report-item .liveDashboard .list-results thead span:before,.form-label.status .liveDashboard .list-results thead .w-graph .graph span:before,.status.status-log .liveDashboard .list-results thead .w-graph .graph span:before,.status.status-report-item .liveDashboard .list-results thead .w-graph .graph span:before,.w-graph .graph .liveDashboard .list-results thead .w-filters-selected label.status.small span:before,.liveDashboard .list-results thead .w-filters-selected label.status.small .w-graph .graph span:before,.w-graph .graph .w-filters-selected label.status.small .liveDashboard .list-results thead span:before,.w-filters-selected label.status.small .liveDashboard .list-results thead .w-graph .graph span:before,.w-graph .graph .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span:before,.liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .w-graph .graph span:before,.w-graph .graph .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span:before,.w-filters-selected .status.btn-f-s .liveDashboard .list-results thead .w-graph .graph span:before,.w-graph .graph .liveDashboard .list-results thead .sub-header .w-form label:before,.liveDashboard .list-results thead .sub-header .w-form .w-graph .graph label:before,.w-graph .graph .sub-header .w-form .liveDashboard .list-results thead label:before,.sub-header .w-form .liveDashboard .list-results thead .w-graph .graph label:before,.w-graph .graph .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:before,.liveDashboard .list-results thead .form-auto-list .w-graph .graph .form-auto-item.is-user-is-inactive:before,.w-graph .graph .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive:before,.form-auto-list .liveDashboard .list-results thead .w-graph .graph .form-auto-item.is-user-is-inactive:before,.w-graph .graph .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active:before,.liveDashboard .list-results thead .form-auto-list .w-graph .graph .form-auto-item.is-user-is-active:before,.w-graph .graph .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-active:before,.form-auto-list .liveDashboard .list-results thead .w-graph .graph .form-auto-item.is-user-is-active:before,.w-graph .graph .liveDashboard .list-results thead .list-results-header .status.title span:before,.liveDashboard .list-results thead .list-results-header .status.title .w-graph .graph span:before,.w-graph .graph .list-results-header .status.title .liveDashboard .list-results thead span:before,.list-results-header .status.title .liveDashboard .list-results thead .w-graph .graph span:before,.w-graph .graph .liveDashboard .list-results thead tr span:before,.liveDashboard .list-results thead tr .w-graph .graph span:before,.w-graph .graph ._account_api .list-results thead .icon:before,.w-graph .graph ._account_api .list-results thead .w-alert-banner:before,.w-graph .graph ._account_api .liveDashboard .list-results thead .w-alert-banner:before,.liveDashboard .w-graph .graph ._account_api .list-results thead .w-alert-banner:before,.w-graph .graph ._account_api .list-results thead .w-alert-banner:before,._account_api .list-results thead .w-graph .graph .icon:before,._account_api .list-results thead .w-graph .graph .w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-graph .graph .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-graph .graph .w-alert-banner:before,._account_api .list-results thead .w-graph .graph .w-alert-banner:before,.w-graph .graph ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:before,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .w-graph .graph .filter:before,.w-graph .graph .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .filter:before,.w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .w-graph .graph .filter:before,.w-graph .graph ._account_api .list-results thead .form-label.status span:before,.w-graph .graph ._account_api .list-results thead .status.status-log span:before,.w-graph .graph ._account_api .list-results thead .status.status-report-item span:before,._account_api .list-results thead .form-label.status .w-graph .graph span:before,._account_api .list-results thead .status.status-log .w-graph .graph span:before,._account_api .list-results thead .status.status-report-item .w-graph .graph span:before,.w-graph .graph .form-label.status ._account_api .list-results thead span:before,.w-graph .graph .status.status-log ._account_api .list-results thead span:before,.w-graph .graph .status.status-report-item ._account_api .list-results thead span:before,.form-label.status ._account_api .list-results thead .w-graph .graph span:before,.status.status-log ._account_api .list-results thead .w-graph .graph span:before,.status.status-report-item ._account_api .list-results thead .w-graph .graph span:before,.w-graph .graph ._account_api .list-results thead .w-filters-selected label.status.small span:before,._account_api .list-results thead .w-filters-selected label.status.small .w-graph .graph span:before,.w-graph .graph .w-filters-selected label.status.small ._account_api .list-results thead span:before,.w-filters-selected label.status.small ._account_api .list-results thead .w-graph .graph span:before,.w-graph .graph ._account_api .list-results thead .w-filters-selected .status.btn-f-s span:before,._account_api .list-results thead .w-filters-selected .status.btn-f-s .w-graph .graph span:before,.w-graph .graph .w-filters-selected .status.btn-f-s ._account_api .list-results thead span:before,.w-filters-selected .status.btn-f-s ._account_api .list-results thead .w-graph .graph span:before,.w-graph .graph ._account_api .list-results thead .sub-header .w-form label:before,._account_api .list-results thead .sub-header .w-form .w-graph .graph label:before,.w-graph .graph .sub-header .w-form ._account_api .list-results thead label:before,.sub-header .w-form ._account_api .list-results thead .w-graph .graph label:before,.w-graph .graph ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:before,._account_api .list-results thead .form-auto-list .w-graph .graph .form-auto-item.is-user-is-inactive:before,.w-graph .graph .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-inactive:before,.form-auto-list ._account_api .list-results thead .w-graph .graph .form-auto-item.is-user-is-inactive:before,.w-graph .graph ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active:before,._account_api .list-results thead .form-auto-list .w-graph .graph .form-auto-item.is-user-is-active:before,.w-graph .graph .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-active:before,.form-auto-list ._account_api .list-results thead .w-graph .graph .form-auto-item.is-user-is-active:before,.w-graph .graph ._account_api .list-results thead .list-results-header .status.title span:before,._account_api .list-results thead .list-results-header .status.title .w-graph .graph span:before,.w-graph .graph .list-results-header .status.title ._account_api .list-results thead span:before,.list-results-header .status.title ._account_api .list-results thead .w-graph .graph span:before,.w-graph .graph ._account_api .list-results thead tr span:before,._account_api .list-results thead tr .w-graph .graph span:before,.w-graph .graph .liveDashboard ._account_api .list-results thead .icon:before,.w-graph .graph .liveDashboard ._account_api .list-results thead .w-alert-banner:before,.w-graph .graph .liveDashboard ._account_api .list-results thead .w-alert-banner:before,.w-graph .graph .liveDashboard ._account_api .list-results thead .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-graph .graph .icon:before,.liveDashboard ._account_api .list-results thead .w-graph .graph .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-graph .graph .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .w-graph .graph .w-alert-banner:before,.w-graph .graph ._account_api .liveDashboard .list-results thead .icon:before,.w-graph .graph ._account_api .liveDashboard .list-results thead .w-alert-banner:before,.w-graph .graph ._account_api .liveDashboard .list-results thead .w-alert-banner:before,.w-graph .graph ._account_api .liveDashboard .list-results thead .w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-graph .graph .icon:before,._account_api .liveDashboard .list-results thead .w-graph .graph .w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-graph .graph .w-alert-banner:before,._account_api .liveDashboard .list-results thead .w-graph .graph .w-alert-banner:before,.w-graph .graph .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:before,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .w-graph .graph .filter:before,.w-graph .graph ._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:before,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .w-graph .graph .filter:before,.w-graph .graph .liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .filter:before,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .w-graph .graph .filter:before,.w-graph .graph .w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .filter:before,.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .w-graph .graph .filter:before,.w-graph .graph .liveDashboard ._account_api .list-results thead .form-label.status span:before,.w-graph .graph .liveDashboard ._account_api .list-results thead .status.status-log span:before,.w-graph .graph .liveDashboard ._account_api .list-results thead .status.status-report-item span:before,.liveDashboard ._account_api .list-results thead .form-label.status .w-graph .graph span:before,.liveDashboard ._account_api .list-results thead .status.status-log .w-graph .graph span:before,.liveDashboard ._account_api .list-results thead .status.status-report-item .w-graph .graph span:before,.w-graph .graph ._account_api .liveDashboard .list-results thead .form-label.status span:before,.w-graph .graph ._account_api .liveDashboard .list-results thead .status.status-log span:before,.w-graph .graph ._account_api .liveDashboard .list-results thead .status.status-report-item span:before,._account_api .liveDashboard .list-results thead .form-label.status .w-graph .graph span:before,._account_api .liveDashboard .list-results thead .status.status-log .w-graph .graph span:before,._account_api .liveDashboard .list-results thead .status.status-report-item .w-graph .graph span:before,.w-graph .graph .liveDashboard .form-label.status ._account_api .list-results thead span:before,.w-graph .graph .liveDashboard .status.status-log ._account_api .list-results thead span:before,.w-graph .graph .liveDashboard .status.status-report-item ._account_api .list-results thead span:before,.liveDashboard .form-label.status ._account_api .list-results thead .w-graph .graph span:before,.liveDashboard .status.status-log ._account_api .list-results thead .w-graph .graph span:before,.liveDashboard .status.status-report-item ._account_api .list-results thead .w-graph .graph span:before,.w-graph .graph .form-label.status ._account_api .liveDashboard .list-results thead span:before,.w-graph .graph .status.status-log ._account_api .liveDashboard .list-results thead span:before,.w-graph .graph .status.status-report-item ._account_api .liveDashboard .list-results thead span:before,.form-label.status ._account_api .liveDashboard .list-results thead .w-graph .graph span:before,.status.status-log ._account_api .liveDashboard .list-results thead .w-graph .graph span:before,.status.status-report-item ._account_api .liveDashboard .list-results thead .w-graph .graph span:before,.w-graph .graph .liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span:before,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small .w-graph .graph span:before,.w-graph .graph ._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span:before,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small .w-graph .graph span:before,.w-graph .graph .liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span:before,.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead .w-graph .graph span:before,.w-graph .graph .w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead span:before,.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead .w-graph .graph span:before,.w-graph .graph .liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span:before,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s .w-graph .graph span:before,.w-graph .graph ._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span:before,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .w-graph .graph span:before,.w-graph .graph .liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span:before,.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead .w-graph .graph span:before,.w-graph .graph .w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead span:before,.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead .w-graph .graph span:before,.w-graph .graph .liveDashboard ._account_api .list-results thead .sub-header .w-form label:before,.liveDashboard ._account_api .list-results thead .sub-header .w-form .w-graph .graph label:before,.w-graph .graph ._account_api .liveDashboard .list-results thead .sub-header .w-form label:before,._account_api .liveDashboard .list-results thead .sub-header .w-form .w-graph .graph label:before,.w-graph .graph .liveDashboard .sub-header .w-form ._account_api .list-results thead label:before,.liveDashboard .sub-header .w-form ._account_api .list-results thead .w-graph .graph label:before,.w-graph .graph .sub-header .w-form ._account_api .liveDashboard .list-results thead label:before,.sub-header .w-form ._account_api .liveDashboard .list-results thead .w-graph .graph label:before,.w-graph .graph .liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:before,.liveDashboard ._account_api .list-results thead .form-auto-list .w-graph .graph .form-auto-item.is-user-is-inactive:before,.w-graph .graph ._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:before,._account_api .liveDashboard .list-results thead .form-auto-list .w-graph .graph .form-auto-item.is-user-is-inactive:before,.w-graph .graph .liveDashboard .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-inactive:before,.liveDashboard .form-auto-list ._account_api .list-results thead .w-graph .graph .form-auto-item.is-user-is-inactive:before,.w-graph .graph .form-auto-list ._account_api .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive:before,.form-auto-list ._account_api .liveDashboard .list-results thead .w-graph .graph .form-auto-item.is-user-is-inactive:before,.w-graph .graph .liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active:before,.liveDashboard ._account_api .list-results thead .form-auto-list .w-graph .graph .form-auto-item.is-user-is-active:before,.w-graph .graph ._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active:before,._account_api .liveDashboard .list-results thead .form-auto-list .w-graph .graph .form-auto-item.is-user-is-active:before,.w-graph .graph .liveDashboard .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-active:before,.liveDashboard .form-auto-list ._account_api .list-results thead .w-graph .graph .form-auto-item.is-user-is-active:before,.w-graph .graph .form-auto-list ._account_api .liveDashboard .list-results thead .form-auto-item.is-user-is-active:before,.form-auto-list ._account_api .liveDashboard .list-results thead .w-graph .graph .form-auto-item.is-user-is-active:before,.w-graph .graph .liveDashboard ._account_api .list-results thead .list-results-header .status.title span:before,.liveDashboard ._account_api .list-results thead .list-results-header .status.title .w-graph .graph span:before,.w-graph .graph ._account_api .liveDashboard .list-results thead .list-results-header .status.title span:before,._account_api .liveDashboard .list-results thead .list-results-header .status.title .w-graph .graph span:before,.w-graph .graph .liveDashboard .list-results-header .status.title ._account_api .list-results thead span:before,.liveDashboard .list-results-header .status.title ._account_api .list-results thead .w-graph .graph span:before,.w-graph .graph .list-results-header .status.title ._account_api .liveDashboard .list-results thead span:before,.list-results-header .status.title ._account_api .liveDashboard .list-results thead .w-graph .graph span:before,.w-graph .graph .liveDashboard ._account_api .list-results thead tr span:before,.liveDashboard ._account_api .list-results thead tr .w-graph .graph span:before,.w-graph .graph ._account_api .liveDashboard .list-results thead tr span:before,._account_api .liveDashboard .list-results thead tr .w-graph .graph span:before,.w-graph .graph ._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .filter:before,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .w-graph .graph .filter:before,.w-graph .graph .w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .filter:before,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .w-graph .graph .filter:before,.w-graph .graph ._account_api .form-label.status .liveDashboard .list-results thead span:before,.w-graph .graph ._account_api .status.status-log .liveDashboard .list-results thead span:before,.w-graph .graph ._account_api .status.status-report-item .liveDashboard .list-results thead span:before,._account_api .form-label.status .liveDashboard .list-results thead .w-graph .graph span:before,._account_api .status.status-log .liveDashboard .list-results thead .w-graph .graph span:before,._account_api .status.status-report-item .liveDashboard .list-results thead .w-graph .graph span:before,.w-graph .graph .form-label.status .liveDashboard ._account_api .list-results thead span:before,.w-graph .graph .status.status-log .liveDashboard ._account_api .list-results thead span:before,.w-graph .graph .status.status-report-item .liveDashboard ._account_api .list-results thead span:before,.form-label.status .liveDashboard ._account_api .list-results thead .w-graph .graph span:before,.status.status-log .liveDashboard ._account_api .list-results thead .w-graph .graph span:before,.status.status-report-item .liveDashboard ._account_api .list-results thead .w-graph .graph span:before,.w-graph .graph ._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span:before,._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead .w-graph .graph span:before,.w-graph .graph .w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead span:before,.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead .w-graph .graph span:before,.w-graph .graph ._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span:before,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead .w-graph .graph span:before,.w-graph .graph .w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead span:before,.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead .w-graph .graph span:before,.w-graph .graph ._account_api .sub-header .w-form .liveDashboard .list-results thead label:before,._account_api .sub-header .w-form .liveDashboard .list-results thead .w-graph .graph label:before,.w-graph .graph .sub-header .w-form .liveDashboard ._account_api .list-results thead label:before,.sub-header .w-form .liveDashboard ._account_api .list-results thead .w-graph .graph label:before,.w-graph .graph ._account_api .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive:before,._account_api .form-auto-list .liveDashboard .list-results thead .w-graph .graph .form-auto-item.is-user-is-inactive:before,.w-graph .graph .form-auto-list .liveDashboard ._account_api .list-results thead .form-auto-item.is-user-is-inactive:before,.form-auto-list .liveDashboard ._account_api .list-results thead .w-graph .graph .form-auto-item.is-user-is-inactive:before,.w-graph .graph ._account_api .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-active:before,._account_api .form-auto-list .liveDashboard .list-results thead .w-graph .graph .form-auto-item.is-user-is-active:before,.w-graph .graph .form-auto-list .liveDashboard ._account_api .list-results thead .form-auto-item.is-user-is-active:before,.form-auto-list .liveDashboard ._account_api .list-results thead .w-graph .graph .form-auto-item.is-user-is-active:before,.w-graph .graph ._account_api .list-results-header .status.title .liveDashboard .list-results thead span:before,._account_api .list-results-header .status.title .liveDashboard .list-results thead .w-graph .graph span:before,.w-graph .graph .list-results-header .status.title .liveDashboard ._account_api .list-results thead span:before,.list-results-header .status.title .liveDashboard ._account_api .list-results thead .w-graph .graph span:before,.w-graph .graph .liveDashboard .list-results thead tbody td.is-pending span:before,.liveDashboard .list-results thead tbody td.is-pending .w-graph .graph span:before,.w-graph .graph .liveDashboard .list-results tbody td.is-pending thead span:before,.liveDashboard .list-results tbody td.is-pending thead .w-graph .graph span:before,.w-graph .graph ._account_api .list-results thead tbody td.is-pending span:before,._account_api .list-results thead tbody td.is-pending .w-graph .graph span:before,.w-graph .graph ._account_api .list-results tbody td.is-pending thead span:before,._account_api .list-results tbody td.is-pending thead .w-graph .graph span:before,.w-graph .graph .liveDashboard ._account_api .list-results thead tbody td.is-pending span:before,.liveDashboard ._account_api .list-results thead tbody td.is-pending .w-graph .graph span:before,.w-graph .graph .liveDashboard ._account_api .list-results tbody td.is-pending thead span:before,.liveDashboard ._account_api .list-results tbody td.is-pending thead .w-graph .graph span:before,.w-graph .graph ._account_api .liveDashboard .list-results thead tbody td.is-pending span:before,._account_api .liveDashboard .list-results thead tbody td.is-pending .w-graph .graph span:before,.w-graph .graph ._account_api .liveDashboard .list-results tbody td.is-pending thead span:before,._account_api .liveDashboard .list-results tbody td.is-pending thead .w-graph .graph span:before,.w-graph .graph .liveDashboard .list-results thead tbody td.is-running span:before,.liveDashboard .list-results thead tbody td.is-running .w-graph .graph span:before,.w-graph .graph .liveDashboard .list-results tbody td.is-running thead span:before,.liveDashboard .list-results tbody td.is-running thead .w-graph .graph span:before,.w-graph .graph ._account_api .list-results thead tbody td.is-running span:before,._account_api .list-results thead tbody td.is-running .w-graph .graph span:before,.w-graph .graph ._account_api .list-results tbody td.is-running thead span:before,._account_api .list-results tbody td.is-running thead .w-graph .graph span:before,.w-graph .graph .liveDashboard ._account_api .list-results thead tbody td.is-running span:before,.liveDashboard ._account_api .list-results thead tbody td.is-running .w-graph .graph span:before,.w-graph .graph .liveDashboard ._account_api .list-results tbody td.is-running thead span:before,.liveDashboard ._account_api .list-results tbody td.is-running thead .w-graph .graph span:before,.w-graph .graph ._account_api .liveDashboard .list-results thead tbody td.is-running span:before,._account_api .liveDashboard .list-results thead tbody td.is-running .w-graph .graph span:before,.w-graph .graph ._account_api .liveDashboard .list-results tbody td.is-running thead span:before,._account_api .liveDashboard .list-results tbody td.is-running thead .w-graph .graph span:before,.w-graph .graph .liveDashboard .list-results thead tbody span.status:before,.liveDashboard .list-results thead tbody .w-graph .graph span.status:before,.w-graph .graph .liveDashboard .list-results tbody thead span.status:before,.liveDashboard .list-results tbody thead .w-graph .graph span.status:before,.w-graph .graph ._account_api .list-results thead tbody span.status:before,._account_api .list-results thead tbody .w-graph .graph span.status:before,.w-graph .graph ._account_api .list-results tbody thead span.status:before,._account_api .list-results tbody thead .w-graph .graph span.status:before,.w-graph .graph .liveDashboard ._account_api .list-results thead tbody span.status:before,.liveDashboard ._account_api .list-results thead tbody .w-graph .graph span.status:before,.w-graph .graph .liveDashboard ._account_api .list-results tbody thead span.status:before,.liveDashboard ._account_api .list-results tbody thead .w-graph .graph span.status:before,.w-graph .graph ._account_api .liveDashboard .list-results thead tbody span.status:before,._account_api .liveDashboard .list-results thead tbody .w-graph .graph span.status:before,.w-graph .graph ._account_api .liveDashboard .list-results tbody thead span.status:before,._account_api .liveDashboard .list-results tbody thead .w-graph .graph span.status:before,.w-graph .graph .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label:before,.liveDashboard .list-results thead .toggleWrapper .w-graph .graph input.mobileToggle+label:before,.w-graph .graph .toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label:before,.toggleWrapper .liveDashboard .list-results thead .w-graph .graph input.mobileToggle+label:before,.w-graph .graph ._account_api .list-results thead .toggleWrapper input.mobileToggle+label:before,._account_api .list-results thead .toggleWrapper .w-graph .graph input.mobileToggle+label:before,.w-graph .graph .toggleWrapper ._account_api .list-results thead input.mobileToggle+label:before,.toggleWrapper ._account_api .list-results thead .w-graph .graph input.mobileToggle+label:before,.w-graph .graph .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label:before,.liveDashboard ._account_api .list-results thead .toggleWrapper .w-graph .graph input.mobileToggle+label:before,.w-graph .graph .toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label:before,.toggleWrapper .liveDashboard ._account_api .list-results thead .w-graph .graph input.mobileToggle+label:before,.w-graph .graph ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label:before,._account_api .liveDashboard .list-results thead .toggleWrapper .w-graph .graph input.mobileToggle+label:before,.w-graph .graph .toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label:before,.toggleWrapper ._account_api .liveDashboard .list-results thead .w-graph .graph input.mobileToggle+label:before,.w-graph .graph .liveDashboard .list-results thead tbody tr.sublist .status.title span:before,.liveDashboard .list-results thead tbody tr.sublist .status.title .w-graph .graph span:before,.w-graph .graph .liveDashboard .list-results tbody tr.sublist thead .status.title span:before,.liveDashboard .list-results tbody tr.sublist thead .status.title .w-graph .graph span:before,.w-graph .graph .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span:before,.list-results tbody tr.sublist .status.title .liveDashboard .list-results thead .w-graph .graph span:before,.w-graph .graph ._account_api .list-results thead tbody tr.sublist .status.title span:before,._account_api .list-results thead tbody tr.sublist .status.title .w-graph .graph span:before,.w-graph .graph ._account_api .list-results tbody tr.sublist thead .status.title span:before,._account_api .list-results tbody tr.sublist thead .status.title .w-graph .graph span:before,.w-graph .graph .list-results tbody tr.sublist .status.title ._account_api .list-results thead span:before,.list-results tbody tr.sublist .status.title ._account_api .list-results thead .w-graph .graph span:before,.w-graph .graph .liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span:before,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title .w-graph .graph span:before,.w-graph .graph .liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span:before,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title .w-graph .graph span:before,.w-graph .graph ._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span:before,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title .w-graph .graph span:before,.w-graph .graph ._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span:before,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title .w-graph .graph span:before,.w-graph .graph .liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span:before,.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead .w-graph .graph span:before,.w-graph .graph .list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead span:before,.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead .w-graph .graph span:before,.w-graph .graph .list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead span:before,.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead .w-graph .graph span:before,.w-graph .graph ._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span:before,._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead .w-graph .graph span:before,.w-graph .graph .list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead span:before,.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead .w-graph .graph span:before,.w-graph .graph .list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead span:before,.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead .w-graph .graph span:before,.w-graph .graph .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:before,.liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .w-graph .graph span:before,.w-graph .graph .w-cards-container .w-card.centered .w-value .liveDashboard .list-results thead .status.label span:before,.w-cards-container .w-card.centered .w-value .liveDashboard .list-results thead .status.label .w-graph .graph span:before,.w-graph .graph .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span:before,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead .w-graph .graph span:before,.w-graph .graph ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:before,._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .w-graph .graph span:before,.w-graph .graph .w-cards-container .w-card.centered .w-value ._account_api .list-results thead .status.label span:before,.w-cards-container .w-card.centered .w-value ._account_api .list-results thead .status.label .w-graph .graph span:before,.w-graph .graph .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span:before,.w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead .w-graph .graph span:before,.w-graph .graph .liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:before,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .w-graph .graph span:before,.w-graph .graph .w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label span:before,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label .w-graph .graph span:before,.w-graph .graph ._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:before,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .w-graph .graph span:before,.w-graph .graph .w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label span:before,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label .w-graph .graph span:before,.w-graph .graph .liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span:before,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead .w-graph .graph span:before,.w-graph .graph .w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead span:before,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead .w-graph .graph span:before,.w-graph .graph .w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead span:before,.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead .w-graph .graph span:before,.w-graph .graph ._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span:before,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead .w-graph .graph span:before,.w-graph .graph .w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead span:before,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead .w-graph .graph span:before,.w-graph .graph .w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead span:before,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead .w-graph .graph span:before,.w-graph .graph .liveDashboard .list-results thead .w-cards-container .w-card .status.title span:before,.liveDashboard .list-results thead .w-cards-container .w-card .status.title .w-graph .graph span:before,.w-graph .graph .w-cards-container .w-card .liveDashboard .list-results thead .status.title span:before,.w-cards-container .w-card .liveDashboard .list-results thead .status.title .w-graph .graph span:before,.w-graph .graph .w-cards-container .w-card .status.title .liveDashboard .list-results thead span:before,.w-cards-container .w-card .status.title .liveDashboard .list-results thead .w-graph .graph span:before,.w-graph .graph ._account_api .list-results thead .w-cards-container .w-card .status.title span:before,._account_api .list-results thead .w-cards-container .w-card .status.title .w-graph .graph span:before,.w-graph .graph .w-cards-container .w-card ._account_api .list-results thead .status.title span:before,.w-cards-container .w-card ._account_api .list-results thead .status.title .w-graph .graph span:before,.w-graph .graph .w-cards-container .w-card .status.title ._account_api .list-results thead span:before,.w-cards-container .w-card .status.title ._account_api .list-results thead .w-graph .graph span:before,.w-graph .graph .liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span:before,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title .w-graph .graph span:before,.w-graph .graph .w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title span:before,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title .w-graph .graph span:before,.w-graph .graph ._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span:before,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title .w-graph .graph span:before,.w-graph .graph .w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title span:before,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title .w-graph .graph span:before,.w-graph .graph .liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span:before,.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead .w-graph .graph span:before,.w-graph .graph .w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead span:before,.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead .w-graph .graph span:before,.w-graph .graph .w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead span:before,.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead .w-graph .graph span:before,.w-graph .graph ._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span:before,._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead .w-graph .graph span:before,.w-graph .graph .w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead span:before,.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead .w-graph .graph span:before,.w-graph .graph .w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead span:before,.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead .w-graph .graph span:before,.w-graph .graph .liveDashboard .list-results thead .sub-header .w-double-list label:before,.liveDashboard .list-results thead .sub-header .w-double-list .w-graph .graph label:before,.w-graph .graph .sub-header .w-double-list .liveDashboard .list-results thead label:before,.sub-header .w-double-list .liveDashboard .list-results thead .w-graph .graph label:before,.w-graph .graph ._account_api .list-results thead .sub-header .w-double-list label:before,._account_api .list-results thead .sub-header .w-double-list .w-graph .graph label:before,.w-graph .graph .sub-header .w-double-list ._account_api .list-results thead label:before,.sub-header .w-double-list ._account_api .list-results thead .w-graph .graph label:before,.w-graph .graph .liveDashboard ._account_api .list-results thead .sub-header .w-double-list label:before,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list .w-graph .graph label:before,.w-graph .graph ._account_api .liveDashboard .list-results thead .sub-header .w-double-list label:before,._account_api .liveDashboard .list-results thead .sub-header .w-double-list .w-graph .graph label:before,.w-graph .graph .liveDashboard .sub-header .w-double-list ._account_api .list-results thead label:before,.liveDashboard .sub-header .w-double-list ._account_api .list-results thead .w-graph .graph label:before,.w-graph .graph .sub-header .w-double-list ._account_api .liveDashboard .list-results thead label:before,.sub-header .w-double-list ._account_api .liveDashboard .list-results thead .w-graph .graph label:before,.w-graph .graph ._account_api .sub-header .w-double-list .liveDashboard .list-results thead label:before,._account_api .sub-header .w-double-list .liveDashboard .list-results thead .w-graph .graph label:before,.w-graph .graph .sub-header .w-double-list .liveDashboard ._account_api .list-results thead label:before,.sub-header .w-double-list .liveDashboard ._account_api .list-results thead .w-graph .graph label:before,.w-graph .graph .liveDashboard .list-results thead .double-list dt.status span:before,.liveDashboard .list-results thead .double-list dt.status .w-graph .graph span:before,.w-graph .graph .double-list .liveDashboard .list-results thead dt.status span:before,.double-list .liveDashboard .list-results thead dt.status .w-graph .graph span:before,.w-graph .graph .double-list dt.status .liveDashboard .list-results thead span:before,.double-list dt.status .liveDashboard .list-results thead .w-graph .graph span:before,.w-graph .graph ._account_api .list-results thead .double-list dt.status span:before,._account_api .list-results thead .double-list dt.status .w-graph .graph span:before,.w-graph .graph .double-list ._account_api .list-results thead dt.status span:before,.double-list ._account_api .list-results thead dt.status .w-graph .graph span:before,.w-graph .graph .double-list dt.status ._account_api .list-results thead span:before,.double-list dt.status ._account_api .list-results thead .w-graph .graph span:before,.w-graph .graph .liveDashboard ._account_api .list-results thead .double-list dt.status span:before,.liveDashboard ._account_api .list-results thead .double-list dt.status .w-graph .graph span:before,.w-graph .graph .double-list .liveDashboard ._account_api .list-results thead dt.status span:before,.double-list .liveDashboard ._account_api .list-results thead dt.status .w-graph .graph span:before,.w-graph .graph ._account_api .liveDashboard .list-results thead .double-list dt.status span:before,._account_api .liveDashboard .list-results thead .double-list dt.status .w-graph .graph span:before,.w-graph .graph .double-list ._account_api .liveDashboard .list-results thead dt.status span:before,.double-list ._account_api .liveDashboard .list-results thead dt.status .w-graph .graph span:before,.w-graph .graph .liveDashboard .double-list dt.status ._account_api .list-results thead span:before,.liveDashboard .double-list dt.status ._account_api .list-results thead .w-graph .graph span:before,.w-graph .graph .double-list .liveDashboard dt.status ._account_api .list-results thead span:before,.double-list .liveDashboard dt.status ._account_api .list-results thead .w-graph .graph span:before,.w-graph .graph .double-list dt.status ._account_api .liveDashboard .list-results thead span:before,.double-list dt.status ._account_api .liveDashboard .list-results thead .w-graph .graph span:before,.w-graph .graph ._account_api .double-list dt.status .liveDashboard .list-results thead span:before,._account_api .double-list dt.status .liveDashboard .list-results thead .w-graph .graph span:before,.w-graph .graph .double-list ._account_api dt.status .liveDashboard .list-results thead span:before,.double-list ._account_api dt.status .liveDashboard .list-results thead .w-graph .graph span:before,.w-graph .graph .double-list dt.status .liveDashboard ._account_api .list-results thead span:before,.double-list dt.status .liveDashboard ._account_api .list-results thead .w-graph .graph span:before,.w-graph .graph .liveDashboard .list-results thead .double-list dd.status span:before,.liveDashboard .list-results thead .double-list dd.status .w-graph .graph span:before,.w-graph .graph .double-list .liveDashboard .list-results thead dd.status span:before,.double-list .liveDashboard .list-results thead dd.status .w-graph .graph span:before,.w-graph .graph .double-list dd.status .liveDashboard .list-results thead span:before,.double-list dd.status .liveDashboard .list-results thead .w-graph .graph span:before,.w-graph .graph ._account_api .list-results thead .double-list dd.status span:before,._account_api .list-results thead .double-list dd.status .w-graph .graph span:before,.w-graph .graph .double-list ._account_api .list-results thead dd.status span:before,.double-list ._account_api .list-results thead dd.status .w-graph .graph span:before,.w-graph .graph .double-list dd.status ._account_api .list-results thead span:before,.double-list dd.status ._account_api .list-results thead .w-graph .graph span:before,.w-graph .graph .liveDashboard ._account_api .list-results thead .double-list dd.status span:before,.liveDashboard ._account_api .list-results thead .double-list dd.status .w-graph .graph span:before,.w-graph .graph .double-list .liveDashboard ._account_api .list-results thead dd.status span:before,.double-list .liveDashboard ._account_api .list-results thead dd.status .w-graph .graph span:before,.w-graph .graph ._account_api .liveDashboard .list-results thead .double-list dd.status span:before,._account_api .liveDashboard .list-results thead .double-list dd.status .w-graph .graph span:before,.w-graph .graph .double-list ._account_api .liveDashboard .list-results thead dd.status span:before,.double-list ._account_api .liveDashboard .list-results thead dd.status .w-graph .graph span:before,.w-graph .graph .liveDashboard .double-list dd.status ._account_api .list-results thead span:before,.liveDashboard .double-list dd.status ._account_api .list-results thead .w-graph .graph span:before,.w-graph .graph .double-list .liveDashboard dd.status ._account_api .list-results thead span:before,.double-list .liveDashboard dd.status ._account_api .list-results thead .w-graph .graph span:before,.w-graph .graph .double-list dd.status ._account_api .liveDashboard .list-results thead span:before,.double-list dd.status ._account_api .liveDashboard .list-results thead .w-graph .graph span:before,.w-graph .graph ._account_api .double-list dd.status .liveDashboard .list-results thead span:before,._account_api .double-list dd.status .liveDashboard .list-results thead .w-graph .graph span:before,.w-graph .graph .double-list ._account_api dd.status .liveDashboard .list-results thead span:before,.double-list ._account_api dd.status .liveDashboard .list-results thead .w-graph .graph span:before,.w-graph .graph .double-list dd.status .liveDashboard ._account_api .list-results thead span:before,.double-list dd.status .liveDashboard ._account_api .list-results thead .w-graph .graph span:before,.w-graph .graph .liveDashboard .list-results thead .block-filters .btn-filter:before,.liveDashboard .list-results thead .block-filters .w-graph .graph .btn-filter:before,.w-graph .graph .block-filters .liveDashboard .list-results thead .btn-filter:before,.block-filters .liveDashboard .list-results thead .w-graph .graph .btn-filter:before,.w-graph .graph ._account_api .list-results thead .block-filters .btn-filter:before,._account_api .list-results thead .block-filters .w-graph .graph .btn-filter:before,.w-graph .graph .block-filters ._account_api .list-results thead .btn-filter:before,.block-filters ._account_api .list-results thead .w-graph .graph .btn-filter:before,.w-graph .graph .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .w-graph .graph .btn-filter:before,.w-graph .graph .block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .w-graph .graph .btn-filter:before,.w-graph .graph ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .w-graph .graph .btn-filter:before,.w-graph .graph .block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .w-graph .graph .btn-filter:before,.w-graph .graph .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .w-graph .graph .btn-period-edit:before,.w-graph .graph .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .w-graph .graph .btn-period-edit:before,.w-graph .graph ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .list-results thead .w-time-period .dropdown .w-selection .w-graph .graph .btn-period-edit:before,.w-graph .graph .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .w-graph .graph .btn-period-edit:before,.w-graph .graph .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .w-graph .graph .btn-period-edit:before,.w-graph .graph .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .w-graph .graph .btn-period-edit:before,.w-graph .graph ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .w-graph .graph .btn-period-edit:before,.w-graph .graph .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .w-graph .graph .btn-period-edit:before,.w-graph .graph .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .w-graph .graph .btn-period-clear:before,.w-graph .graph .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .w-graph .graph .btn-period-clear:before,.w-graph .graph .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .w-graph .graph .btn-filter:before,.w-graph .graph .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .w-graph .graph .btn-filter:before,.w-graph .graph ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .list-results thead .w-time-period .dropdown .w-selection .w-graph .graph .btn-period-clear:before,.w-graph .graph .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .w-graph .graph .btn-period-clear:before,.w-graph .graph ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .list-results thead .w-time-period .dropdown .w-selection .w-graph .graph .btn-filter:before,.w-graph .graph .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .w-graph .graph .btn-filter:before,.w-graph .graph .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .w-graph .graph .btn-period-clear:before,.w-graph .graph .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .w-graph .graph .btn-period-clear:before,.w-graph .graph .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .w-graph .graph .btn-filter:before,.w-graph .graph .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .w-graph .graph .btn-filter:before,.w-graph .graph ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .w-graph .graph .btn-period-clear:before,.w-graph .graph .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .w-graph .graph .btn-period-clear:before,.w-graph .graph ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .w-graph .graph .btn-filter:before,.w-graph .graph .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .w-graph .graph .btn-filter:before{font-size:1.25rem;color:#0f64a3}.w-graph.no-padding{padding:0 !important}.w-graph.no-padding .graph,.w-graph.no-padding .dateGraph{padding:1.5rem 0 0 0 !important}.w-graph.no-padding .dateGraph{height:100%}._account_api .w-graph.no-padding .dateGraph{width:100%}.w-graph.radius{border-radius:8px}.w-graph.radius-top{border-radius:0 0 8px 8px}.w-graph.radius-top .graph,.w-graph.radius-top .dateGraph{border-radius:0 0 8px 8px}.dhtmlxcalendar_material div.dhtmlxcalendar_dates_cont ul.dhtmlxcalendar_line li.dhtmlxcalendar_cell_month_date{background-color:#1172ba}.dhtmlxcalendar_material div.dhtmlxcalendar_dates_cont ul.dhtmlxcalendar_line li.dhtmlxcalendar_cell_month_weekend{color:#1172ba}.dhtmlxcalendar_material div.dhtmlxcalendar_dates_cont ul.dhtmlxcalendar_line li.dhtmlxcalendar_cell_weekend{color:rgba(17,114,186,.5)}.w-tooltips-adv{height:2rem !important}.w-tooltips-adv ::-webkit-scrollbar{scrollbar-color:#3f3f3f #3f3f3f;width:5px}.w-tooltips-adv.short .tooltips-adv{height:18rem !important;width:30rem !important}@media(max-width: 767px){.w-tooltips-adv.short .tooltips-adv{width:14rem !important}}.w-tooltips-adv.auto-height .tooltips-adv{height:auto !important;width:30rem !important;padding:1.5rem .5rem 1.5rem 1.5rem}@media(max-width: 767px){.w-tooltips-adv.auto-height .tooltips-adv{width:17rem !important}}.w-tooltips-adv.pos-right .tooltips-adv{top:0 !important;bottom:auto !important;left:3.5rem;transform:translateX(0%)}.w-tooltips-adv.pos-right .tooltips-adv:before{right:auto;left:-0.9rem;top:3.8rem;bottom:auto !important;transform:rotate(270deg) translateX(3rem)}.w-tooltips-adv.pos-right-tight .tooltips-adv{bottom:auto !important;top:3.5rem !important;transform:translateX(50%);right:15rem}@media(max-width: 767px){.w-tooltips-adv.pos-right-tight .tooltips-adv{right:8rem}}.w-tooltips-adv.pos-right-tight .tooltips-adv:before{bottom:auto !important;top:-0.8rem !important;transform:rotate(0deg) translateX(0rem);right:2.4rem;left:unset}.w-tooltips-adv.pos-center-bottom .tooltips-adv{bottom:auto !important;top:3.5rem !important;transform:translateX(50%);right:6rem}@media(max-width: 767px){.w-tooltips-adv.pos-center-bottom .tooltips-adv{right:8rem}}.w-tooltips-adv.pos-center-bottom .tooltips-adv:before{bottom:auto !important;top:-0.8rem !important;transform:rotate(0deg) translateX(0rem);right:2.4rem;left:unset}.w-tooltips-adv.pos-right .tooltips-adv{top:0 !important;bottom:auto !important;left:3.5rem;transform:translateX(0%)}.w-tooltips-adv.pos-right .tooltips-adv:before{right:auto;left:-0.9rem;top:3.8rem;bottom:auto !important;transform:rotate(270deg) translateX(3rem)}.w-tooltips-adv.pos-top-left .tooltips-adv{top:-6px !important;bottom:auto !important;right:3.5rem;transform:translateX(0%)}.w-tooltips-adv.pos-top-left .tooltips-adv:before{right:auto;left:-0.9rem;top:3.8rem;bottom:auto !important;transform:rotate(270deg) translateX(3rem)}.w-tooltips-adv.pos-top .tooltips-adv{top:auto !important;bottom:3.5rem !important;transform:translateX(50%);transform:translateX(-50%);left:50%}.w-tooltips-adv.pos-top .tooltips-adv:before{left:50%;top:auto !important;bottom:-0.75rem !important;transform:rotate(180deg) translateX(0)}.w-tooltips-adv.pos-bottom .tooltips-adv{bottom:auto !important;top:3.5rem !important;transform:translateX(50%)}.w-tooltips-adv.pos-bottom .tooltips-adv:before{bottom:auto !important;top:-0.8rem !important;transform:rotate(0deg) translateX(-3rem)}.w-tooltips-adv.roi-tool .tooltips-adv{right:-14rem !important}.w-tooltips-adv.roi-tool .tooltips-adv:before{transform:rotate(0deg) translateX(10.5rem);top:-0.75rem !important;left:19%}.w-tooltips-adv.in-list{position:absolute;right:0;top:5px}.w-tooltips-adv .tooltips-adv{position:absolute;top:3.5rem;right:-50%;width:40rem;height:19.75rem;background-color:#fff;border:0px solid #8c8c8c;border-radius:4px;z-index:30;text-align:left;box-shadow:0px 0px 10px 0px rgba(63,63,63,.3);padding:1.5rem .5rem 0 1.5rem}.form-group .w-tooltips-adv .tooltips-adv{height:22rem}.w-tooltips-adv .tooltips-adv:before{position:absolute;top:-0.5rem;left:50%;transform:translateX(-11.5rem);content:"";width:0;height:0;border-radius:4px;border-style:solid;border-width:0 4px 6.9px 4px;border-color:rgba(0,0,0,0) rgba(0,0,0,0) #fff rgba(0,0,0,0);z-index:19;display:none}.w-tooltips-adv .tooltips-adv.pos-right{left:auto;right:-50%;transform:translateX(0)}.w-tooltips-adv .tooltips-adv.pos-right:before{left:auto;right:1.25rem;transform:translateX(0)}.w-tooltips-adv .tooltips-adv.pos-left{left:auto;right:-50%;transform:translateX(0)}.w-tooltips-adv .tooltips-adv.pos-left:before{left:.25rem;transform:translateX(0)}.w-tooltips-adv .tooltips-adv-title{font-family:"Inter",sans-serif;font-optical-sizing:auto;font-style:normal;font-size:1.4rem;font-weight:700;color:#d4225d;text-transform:uppercase;text-shadow:1px 1px 1px rgba(0,0,0,.25);margin-bottom:.5rem}.w-tooltips-adv .tooltips-adv-content{height:80%;overflow-y:hidden;padding-right:.5rem}.w-tooltips-adv .tooltips-adv-content p,.w-tooltips-adv .tooltips-adv-content li{font-family:"Inter",sans-serif;font-optical-sizing:auto;font-style:normal;font-size:1.2rem;font-weight:400;color:#3f3f3f;margin-bottom:.5rem;white-space:normal}@media(max-width: 767px){.w-tooltips-adv .tooltips-adv-content p,.w-tooltips-adv .tooltips-adv-content li{font-size:1rem}}.w-tooltips-adv .tooltips-adv-content ul{margin-top:1rem}.w-tooltips-adv .tooltips-adv-content ul li{border-bottom:0 !important;display:flex;align-items:flex-start;margin-bottom:.25rem !important}.w-tooltips-adv .tooltips-adv-content ul li:before{content:"";transform:translateY(0.35rem);flex:none;margin-right:.5rem;display:inline-block;width:.5rem;height:.5rem;border-radius:50%;background-color:#ededed}.w-tooltips-adv .tooltips-adv-content ul li.col{flex-direction:column}.w-tooltips-adv .tooltips-adv-content .country-list{display:grid;grid-template-columns:1fr 1fr 1fr 1fr 1fr;gap:0 .5rem}.w-tooltips-adv .tooltips-adv-content .country-list .country{font-family:"Inter",sans-serif;font-optical-sizing:auto;font-style:normal;font-size:1.2rem;font-weight:400;color:#fff;align-items:flex-start}.w-tooltips-adv .open-button{width:2rem;height:2rem;border-radius:50%;transform:translateY(0.25rem);margin-left:.5rem;margin-top:-0.25rem;display:flex;align-items:center;justify-content:center;border:0}.w-tooltips-adv .open-button:before{color:#d4225d;content:"i";font-weight:900;color:#a5a5a5;line-height:normal;font-size:1.6rem}.w-tooltips-adv .open-button:after{display:none}.w-tooltips-adv .open-button:hover:before{color:#3f3f3f}.form-group .w-tooltips-adv .open-button{transform:translateY(-0.5rem)}.w-tooltips-adv .close-button{width:2rem;height:2rem;border-radius:50%;position:absolute;top:-1.2rem;right:-1.2rem;display:flex;align-items:center;justify-content:center;box-shadow:0px 0px 10px 0px rgba(63,63,63,.15);background-color:#f9f9f9;border:0px solid #a5a5a5}.w-tooltips-adv .close-button:before,.w-tooltips-adv .close-button:after{color:#d4225d !important;font-size:2.35rem !important;top:-3px !important;left:-3px !important}.w-tooltips-adv .close-button:after{content:"\E926" !important}.w-tooltips-adv .close-button:hover{background-color:#d8d8d8}.w-tooltips-adv #toolTipVCtr .close-button{top:0;right:0;background:none;border:none}.w-tooltips-adv #toolTipVCtr .close-button:hover{background:none}.w-tooltips-adv #toolTipVCtr .icon:after,.w-tooltips-adv #toolTipVCtr .w-dialog.plus .dialog-aside:after,.w-dialog.plus .w-tooltips-adv #toolTipVCtr .dialog-aside:after,.w-tooltips-adv #toolTipVCtr .w-toast .toast.plus:after,.w-toast .w-tooltips-adv #toolTipVCtr .toast.plus:after,.w-tooltips-adv #toolTipVCtr .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .w-tooltips-adv #toolTipVCtr .dropdown-toggle:after,.w-tooltips-adv #toolTipVCtr .w-filter-preset.w-filter-preset .filter-preset .filter:after,.w-filter-preset.w-filter-preset .filter-preset .w-tooltips-adv #toolTipVCtr .filter:after,.w-tooltips-adv #toolTipVCtr .form-label.status span:after,.w-tooltips-adv #toolTipVCtr .status.status-log span:after,.w-tooltips-adv #toolTipVCtr .status.status-report-item span:after,.form-label.status .w-tooltips-adv #toolTipVCtr span:after,.status.status-log .w-tooltips-adv #toolTipVCtr span:after,.status.status-report-item .w-tooltips-adv #toolTipVCtr span:after,.w-tooltips-adv #toolTipVCtr .w-filters-selected label.status.small span:after,.w-filters-selected label.status.small .w-tooltips-adv #toolTipVCtr span:after,.w-tooltips-adv #toolTipVCtr .w-filters-selected .status.btn-f-s span:after,.w-filters-selected .status.btn-f-s .w-tooltips-adv #toolTipVCtr span:after,.w-tooltips-adv #toolTipVCtr .sub-header .w-form label:after,.sub-header .w-form .w-tooltips-adv #toolTipVCtr label:after,.w-tooltips-adv #toolTipVCtr .block-filters button:after,.block-filters .w-tooltips-adv #toolTipVCtr button:after,.w-tooltips-adv #toolTipVCtr .block-filters select:after,.block-filters .w-tooltips-adv #toolTipVCtr select:after,.w-tooltips-adv #toolTipVCtr .form-auto-list .form-auto-item.is-user-is-inactive:after,.form-auto-list .w-tooltips-adv #toolTipVCtr .form-auto-item.is-user-is-inactive:after,.w-tooltips-adv #toolTipVCtr .form-auto-list .form-auto-item.is-user-is-active:after,.form-auto-list .w-tooltips-adv #toolTipVCtr .form-auto-item.is-user-is-active:after,.w-tooltips-adv #toolTipVCtr .list-results-header .status.title span:after,.list-results-header .status.title .w-tooltips-adv #toolTipVCtr span:after,.w-tooltips-adv #toolTipVCtr .list-results thead tr span:after,.list-results thead tr .w-tooltips-adv #toolTipVCtr span:after,.w-tooltips-adv #toolTipVCtr .liveDashboard .list-results thead .icon:after,.w-tooltips-adv #toolTipVCtr .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .w-tooltips-adv #toolTipVCtr .liveDashboard .list-results thead .dialog-aside:after,.w-tooltips-adv #toolTipVCtr .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-toast .w-tooltips-adv #toolTipVCtr .liveDashboard .list-results thead .toast.plus:after,.liveDashboard .list-results thead .w-tooltips-adv #toolTipVCtr .icon:after,.liveDashboard .list-results thead .w-tooltips-adv #toolTipVCtr .w-dialog.plus .dialog-aside:after,.w-dialog.plus .liveDashboard .list-results thead .w-tooltips-adv #toolTipVCtr .dialog-aside:after,.liveDashboard .list-results thead .w-tooltips-adv #toolTipVCtr .w-toast .toast.plus:after,.w-toast .liveDashboard .list-results thead .w-tooltips-adv #toolTipVCtr .toast.plus:after,.w-tooltips-adv #toolTipVCtr .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .w-tooltips-adv #toolTipVCtr .dropdown-toggle:after,.w-tooltips-adv #toolTipVCtr .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .w-tooltips-adv #toolTipVCtr .dropdown-toggle:after,.w-tooltips-adv #toolTipVCtr .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:after,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .w-tooltips-adv #toolTipVCtr .filter:after,.w-tooltips-adv #toolTipVCtr .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .filter:after,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .w-tooltips-adv #toolTipVCtr .filter:after,.w-tooltips-adv #toolTipVCtr .liveDashboard .list-results thead .form-label.status span:after,.w-tooltips-adv #toolTipVCtr .liveDashboard .list-results thead .status.status-log span:after,.w-tooltips-adv #toolTipVCtr .liveDashboard .list-results thead .status.status-report-item span:after,.liveDashboard .list-results thead .form-label.status .w-tooltips-adv #toolTipVCtr span:after,.liveDashboard .list-results thead .status.status-log .w-tooltips-adv #toolTipVCtr span:after,.liveDashboard .list-results thead .status.status-report-item .w-tooltips-adv #toolTipVCtr span:after,.w-tooltips-adv #toolTipVCtr .form-label.status .liveDashboard .list-results thead span:after,.w-tooltips-adv #toolTipVCtr .status.status-log .liveDashboard .list-results thead span:after,.w-tooltips-adv #toolTipVCtr .status.status-report-item .liveDashboard .list-results thead span:after,.form-label.status .liveDashboard .list-results thead .w-tooltips-adv #toolTipVCtr span:after,.status.status-log .liveDashboard .list-results thead .w-tooltips-adv #toolTipVCtr span:after,.status.status-report-item .liveDashboard .list-results thead .w-tooltips-adv #toolTipVCtr span:after,.w-tooltips-adv #toolTipVCtr .liveDashboard .list-results thead .w-filters-selected label.status.small span:after,.liveDashboard .list-results thead .w-filters-selected label.status.small .w-tooltips-adv #toolTipVCtr span:after,.w-tooltips-adv #toolTipVCtr .w-filters-selected label.status.small .liveDashboard .list-results thead span:after,.w-filters-selected label.status.small .liveDashboard .list-results thead .w-tooltips-adv #toolTipVCtr span:after,.w-tooltips-adv #toolTipVCtr .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span:after,.liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .w-tooltips-adv #toolTipVCtr span:after,.w-tooltips-adv #toolTipVCtr .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span:after,.w-filters-selected .status.btn-f-s .liveDashboard .list-results thead .w-tooltips-adv #toolTipVCtr span:after,.w-tooltips-adv #toolTipVCtr .liveDashboard .list-results thead .sub-header .w-form label:after,.liveDashboard .list-results thead .sub-header .w-form .w-tooltips-adv #toolTipVCtr label:after,.w-tooltips-adv #toolTipVCtr .sub-header .w-form .liveDashboard .list-results thead label:after,.sub-header .w-form .liveDashboard .list-results thead .w-tooltips-adv #toolTipVCtr label:after,.w-tooltips-adv #toolTipVCtr .liveDashboard .list-results thead .block-filters button:after,.liveDashboard .list-results thead .block-filters .w-tooltips-adv #toolTipVCtr button:after,.w-tooltips-adv #toolTipVCtr .block-filters .liveDashboard .list-results thead button:after,.block-filters .liveDashboard .list-results thead .w-tooltips-adv #toolTipVCtr button:after,.w-tooltips-adv #toolTipVCtr .liveDashboard .list-results thead .block-filters select:after,.liveDashboard .list-results thead .block-filters .w-tooltips-adv #toolTipVCtr select:after,.w-tooltips-adv #toolTipVCtr .block-filters .liveDashboard .list-results thead select:after,.block-filters .liveDashboard .list-results thead .w-tooltips-adv #toolTipVCtr select:after,.w-tooltips-adv #toolTipVCtr .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:after,.liveDashboard .list-results thead .form-auto-list .w-tooltips-adv #toolTipVCtr .form-auto-item.is-user-is-inactive:after,.w-tooltips-adv #toolTipVCtr .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive:after,.form-auto-list .liveDashboard .list-results thead .w-tooltips-adv #toolTipVCtr .form-auto-item.is-user-is-inactive:after,.w-tooltips-adv #toolTipVCtr .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active:after,.liveDashboard .list-results thead .form-auto-list .w-tooltips-adv #toolTipVCtr .form-auto-item.is-user-is-active:after,.w-tooltips-adv #toolTipVCtr .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-active:after,.form-auto-list .liveDashboard .list-results thead .w-tooltips-adv #toolTipVCtr .form-auto-item.is-user-is-active:after,.w-tooltips-adv #toolTipVCtr .liveDashboard .list-results thead .list-results-header .status.title span:after,.liveDashboard .list-results thead .list-results-header .status.title .w-tooltips-adv #toolTipVCtr span:after,.w-tooltips-adv #toolTipVCtr .list-results-header .status.title .liveDashboard .list-results thead span:after,.list-results-header .status.title .liveDashboard .list-results thead .w-tooltips-adv #toolTipVCtr span:after,.w-tooltips-adv #toolTipVCtr .liveDashboard .list-results thead tr span:after,.liveDashboard .list-results thead tr .w-tooltips-adv #toolTipVCtr span:after,.w-tooltips-adv #toolTipVCtr ._account_api .list-results thead .icon:after,.w-tooltips-adv #toolTipVCtr ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .w-tooltips-adv #toolTipVCtr ._account_api .list-results thead .dialog-aside:after,.w-tooltips-adv #toolTipVCtr ._account_api .list-results thead .w-toast .toast.plus:after,.w-toast .w-tooltips-adv #toolTipVCtr ._account_api .list-results thead .toast.plus:after,._account_api .list-results thead .w-tooltips-adv #toolTipVCtr .icon:after,._account_api .list-results thead .w-tooltips-adv #toolTipVCtr .w-dialog.plus .dialog-aside:after,.w-dialog.plus ._account_api .list-results thead .w-tooltips-adv #toolTipVCtr .dialog-aside:after,._account_api .list-results thead .w-tooltips-adv #toolTipVCtr .w-toast .toast.plus:after,.w-toast ._account_api .list-results thead .w-tooltips-adv #toolTipVCtr .toast.plus:after,.w-tooltips-adv #toolTipVCtr ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .w-tooltips-adv #toolTipVCtr .dropdown-toggle:after,.w-tooltips-adv #toolTipVCtr .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .w-tooltips-adv #toolTipVCtr .dropdown-toggle:after,.w-tooltips-adv #toolTipVCtr ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:after,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .w-tooltips-adv #toolTipVCtr .filter:after,.w-tooltips-adv #toolTipVCtr .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .filter:after,.w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .w-tooltips-adv #toolTipVCtr .filter:after,.w-tooltips-adv #toolTipVCtr ._account_api .list-results thead .form-label.status span:after,.w-tooltips-adv #toolTipVCtr ._account_api .list-results thead .status.status-log span:after,.w-tooltips-adv #toolTipVCtr ._account_api .list-results thead .status.status-report-item span:after,._account_api .list-results thead .form-label.status .w-tooltips-adv #toolTipVCtr span:after,._account_api .list-results thead .status.status-log .w-tooltips-adv #toolTipVCtr span:after,._account_api .list-results thead .status.status-report-item .w-tooltips-adv #toolTipVCtr span:after,.w-tooltips-adv #toolTipVCtr .form-label.status ._account_api .list-results thead span:after,.w-tooltips-adv #toolTipVCtr .status.status-log ._account_api .list-results thead span:after,.w-tooltips-adv #toolTipVCtr .status.status-report-item ._account_api .list-results thead span:after,.form-label.status ._account_api .list-results thead .w-tooltips-adv #toolTipVCtr span:after,.status.status-log ._account_api .list-results thead .w-tooltips-adv #toolTipVCtr span:after,.status.status-report-item ._account_api .list-results thead .w-tooltips-adv #toolTipVCtr span:after,.w-tooltips-adv #toolTipVCtr ._account_api .list-results thead .w-filters-selected label.status.small span:after,._account_api .list-results thead .w-filters-selected label.status.small .w-tooltips-adv #toolTipVCtr span:after,.w-tooltips-adv #toolTipVCtr .w-filters-selected label.status.small ._account_api .list-results thead span:after,.w-filters-selected label.status.small ._account_api .list-results thead .w-tooltips-adv #toolTipVCtr span:after,.w-tooltips-adv #toolTipVCtr ._account_api .list-results thead .w-filters-selected .status.btn-f-s span:after,._account_api .list-results thead .w-filters-selected .status.btn-f-s .w-tooltips-adv #toolTipVCtr span:after,.w-tooltips-adv #toolTipVCtr .w-filters-selected .status.btn-f-s ._account_api .list-results thead span:after,.w-filters-selected .status.btn-f-s ._account_api .list-results thead .w-tooltips-adv #toolTipVCtr span:after,.w-tooltips-adv #toolTipVCtr ._account_api .list-results thead .sub-header .w-form label:after,._account_api .list-results thead .sub-header .w-form .w-tooltips-adv #toolTipVCtr label:after,.w-tooltips-adv #toolTipVCtr .sub-header .w-form ._account_api .list-results thead label:after,.sub-header .w-form ._account_api .list-results thead .w-tooltips-adv #toolTipVCtr label:after,.w-tooltips-adv #toolTipVCtr ._account_api .list-results thead .block-filters button:after,._account_api .list-results thead .block-filters .w-tooltips-adv #toolTipVCtr button:after,.w-tooltips-adv #toolTipVCtr .block-filters ._account_api .list-results thead button:after,.block-filters ._account_api .list-results thead .w-tooltips-adv #toolTipVCtr button:after,.w-tooltips-adv #toolTipVCtr ._account_api .list-results thead .block-filters select:after,._account_api .list-results thead .block-filters .w-tooltips-adv #toolTipVCtr select:after,.w-tooltips-adv #toolTipVCtr .block-filters ._account_api .list-results thead select:after,.block-filters ._account_api .list-results thead .w-tooltips-adv #toolTipVCtr select:after,.w-tooltips-adv #toolTipVCtr ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:after,._account_api .list-results thead .form-auto-list .w-tooltips-adv #toolTipVCtr .form-auto-item.is-user-is-inactive:after,.w-tooltips-adv #toolTipVCtr .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-inactive:after,.form-auto-list ._account_api .list-results thead .w-tooltips-adv #toolTipVCtr .form-auto-item.is-user-is-inactive:after,.w-tooltips-adv #toolTipVCtr ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active:after,._account_api .list-results thead .form-auto-list .w-tooltips-adv #toolTipVCtr .form-auto-item.is-user-is-active:after,.w-tooltips-adv #toolTipVCtr .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-active:after,.form-auto-list ._account_api .list-results thead .w-tooltips-adv #toolTipVCtr .form-auto-item.is-user-is-active:after,.w-tooltips-adv #toolTipVCtr ._account_api .list-results thead .list-results-header .status.title span:after,._account_api .list-results thead .list-results-header .status.title .w-tooltips-adv #toolTipVCtr span:after,.w-tooltips-adv #toolTipVCtr .list-results-header .status.title ._account_api .list-results thead span:after,.list-results-header .status.title ._account_api .list-results thead .w-tooltips-adv #toolTipVCtr span:after,.w-tooltips-adv #toolTipVCtr ._account_api .list-results thead tr span:after,._account_api .list-results thead tr .w-tooltips-adv #toolTipVCtr span:after,.w-tooltips-adv #toolTipVCtr .liveDashboard ._account_api .list-results thead .icon:after,.w-tooltips-adv #toolTipVCtr .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .w-tooltips-adv #toolTipVCtr .liveDashboard ._account_api .list-results thead .dialog-aside:after,.w-tooltips-adv #toolTipVCtr .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.w-toast .w-tooltips-adv #toolTipVCtr .liveDashboard ._account_api .list-results thead .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-tooltips-adv #toolTipVCtr .icon:after,.liveDashboard ._account_api .list-results thead .w-tooltips-adv #toolTipVCtr .w-dialog.plus .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .w-tooltips-adv #toolTipVCtr .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-tooltips-adv #toolTipVCtr .w-toast .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .w-tooltips-adv #toolTipVCtr .toast.plus:after,.w-tooltips-adv #toolTipVCtr ._account_api .liveDashboard .list-results thead .icon:after,.w-tooltips-adv #toolTipVCtr ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.w-dialog.plus .w-tooltips-adv #toolTipVCtr ._account_api .liveDashboard .list-results thead .dialog-aside:after,.w-tooltips-adv #toolTipVCtr ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,.w-toast .w-tooltips-adv #toolTipVCtr ._account_api .liveDashboard .list-results thead .toast.plus:after,._account_api .liveDashboard .list-results thead .w-tooltips-adv #toolTipVCtr .icon:after,._account_api .liveDashboard .list-results thead .w-tooltips-adv #toolTipVCtr .w-dialog.plus .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .w-tooltips-adv #toolTipVCtr .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-tooltips-adv #toolTipVCtr .w-toast .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .w-tooltips-adv #toolTipVCtr .toast.plus:after,.w-tooltips-adv #toolTipVCtr .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .w-tooltips-adv #toolTipVCtr .dropdown-toggle:after,.w-tooltips-adv #toolTipVCtr ._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .w-tooltips-adv #toolTipVCtr .dropdown-toggle:after,.w-tooltips-adv #toolTipVCtr .liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .dropdown-toggle:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .w-tooltips-adv #toolTipVCtr .dropdown-toggle:after,.w-tooltips-adv #toolTipVCtr .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .w-tooltips-adv #toolTipVCtr .dropdown-toggle:after,.w-tooltips-adv #toolTipVCtr .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .w-tooltips-adv #toolTipVCtr .filter:after,.w-tooltips-adv #toolTipVCtr ._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .w-tooltips-adv #toolTipVCtr .filter:after,.w-tooltips-adv #toolTipVCtr .liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .filter:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .w-tooltips-adv #toolTipVCtr .filter:after,.w-tooltips-adv #toolTipVCtr .w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .filter:after,.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .w-tooltips-adv #toolTipVCtr .filter:after,.w-tooltips-adv #toolTipVCtr .liveDashboard ._account_api .list-results thead .form-label.status span:after,.w-tooltips-adv #toolTipVCtr .liveDashboard ._account_api .list-results thead .status.status-log span:after,.w-tooltips-adv #toolTipVCtr .liveDashboard ._account_api .list-results thead .status.status-report-item span:after,.liveDashboard ._account_api .list-results thead .form-label.status .w-tooltips-adv #toolTipVCtr span:after,.liveDashboard ._account_api .list-results thead .status.status-log .w-tooltips-adv #toolTipVCtr span:after,.liveDashboard ._account_api .list-results thead .status.status-report-item .w-tooltips-adv #toolTipVCtr span:after,.w-tooltips-adv #toolTipVCtr ._account_api .liveDashboard .list-results thead .form-label.status span:after,.w-tooltips-adv #toolTipVCtr ._account_api .liveDashboard .list-results thead .status.status-log span:after,.w-tooltips-adv #toolTipVCtr ._account_api .liveDashboard .list-results thead .status.status-report-item span:after,._account_api .liveDashboard .list-results thead .form-label.status .w-tooltips-adv #toolTipVCtr span:after,._account_api .liveDashboard .list-results thead .status.status-log .w-tooltips-adv #toolTipVCtr span:after,._account_api .liveDashboard .list-results thead .status.status-report-item .w-tooltips-adv #toolTipVCtr span:after,.w-tooltips-adv #toolTipVCtr .liveDashboard .form-label.status ._account_api .list-results thead span:after,.w-tooltips-adv #toolTipVCtr .liveDashboard .status.status-log ._account_api .list-results thead span:after,.w-tooltips-adv #toolTipVCtr .liveDashboard .status.status-report-item ._account_api .list-results thead span:after,.liveDashboard .form-label.status ._account_api .list-results thead .w-tooltips-adv #toolTipVCtr span:after,.liveDashboard .status.status-log ._account_api .list-results thead .w-tooltips-adv #toolTipVCtr span:after,.liveDashboard .status.status-report-item ._account_api .list-results thead .w-tooltips-adv #toolTipVCtr span:after,.w-tooltips-adv #toolTipVCtr .form-label.status ._account_api .liveDashboard .list-results thead span:after,.w-tooltips-adv #toolTipVCtr .status.status-log ._account_api .liveDashboard .list-results thead span:after,.w-tooltips-adv #toolTipVCtr .status.status-report-item ._account_api .liveDashboard .list-results thead span:after,.form-label.status ._account_api .liveDashboard .list-results thead .w-tooltips-adv #toolTipVCtr span:after,.status.status-log ._account_api .liveDashboard .list-results thead .w-tooltips-adv #toolTipVCtr span:after,.status.status-report-item ._account_api .liveDashboard .list-results thead .w-tooltips-adv #toolTipVCtr span:after,.w-tooltips-adv #toolTipVCtr .liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span:after,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small .w-tooltips-adv #toolTipVCtr span:after,.w-tooltips-adv #toolTipVCtr ._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span:after,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small .w-tooltips-adv #toolTipVCtr span:after,.w-tooltips-adv #toolTipVCtr .liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span:after,.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead .w-tooltips-adv #toolTipVCtr span:after,.w-tooltips-adv #toolTipVCtr .w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead span:after,.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead .w-tooltips-adv #toolTipVCtr span:after,.w-tooltips-adv #toolTipVCtr .liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span:after,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s .w-tooltips-adv #toolTipVCtr span:after,.w-tooltips-adv #toolTipVCtr ._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span:after,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .w-tooltips-adv #toolTipVCtr span:after,.w-tooltips-adv #toolTipVCtr .liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span:after,.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead .w-tooltips-adv #toolTipVCtr span:after,.w-tooltips-adv #toolTipVCtr .w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead span:after,.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead .w-tooltips-adv #toolTipVCtr span:after,.w-tooltips-adv #toolTipVCtr .liveDashboard ._account_api .list-results thead .sub-header .w-form label:after,.liveDashboard ._account_api .list-results thead .sub-header .w-form .w-tooltips-adv #toolTipVCtr label:after,.w-tooltips-adv #toolTipVCtr ._account_api .liveDashboard .list-results thead .sub-header .w-form label:after,._account_api .liveDashboard .list-results thead .sub-header .w-form .w-tooltips-adv #toolTipVCtr label:after,.w-tooltips-adv #toolTipVCtr .liveDashboard .sub-header .w-form ._account_api .list-results thead label:after,.liveDashboard .sub-header .w-form ._account_api .list-results thead .w-tooltips-adv #toolTipVCtr label:after,.w-tooltips-adv #toolTipVCtr .sub-header .w-form ._account_api .liveDashboard .list-results thead label:after,.sub-header .w-form ._account_api .liveDashboard .list-results thead .w-tooltips-adv #toolTipVCtr label:after,.w-tooltips-adv #toolTipVCtr .liveDashboard ._account_api .list-results thead .block-filters button:after,.liveDashboard ._account_api .list-results thead .block-filters .w-tooltips-adv #toolTipVCtr button:after,.w-tooltips-adv #toolTipVCtr ._account_api .liveDashboard .list-results thead .block-filters button:after,._account_api .liveDashboard .list-results thead .block-filters .w-tooltips-adv #toolTipVCtr button:after,.w-tooltips-adv #toolTipVCtr .liveDashboard .block-filters ._account_api .list-results thead button:after,.liveDashboard .block-filters ._account_api .list-results thead .w-tooltips-adv #toolTipVCtr button:after,.w-tooltips-adv #toolTipVCtr .block-filters ._account_api .liveDashboard .list-results thead button:after,.block-filters ._account_api .liveDashboard .list-results thead .w-tooltips-adv #toolTipVCtr button:after,.w-tooltips-adv #toolTipVCtr .liveDashboard ._account_api .list-results thead .block-filters select:after,.liveDashboard ._account_api .list-results thead .block-filters .w-tooltips-adv #toolTipVCtr select:after,.w-tooltips-adv #toolTipVCtr ._account_api .liveDashboard .list-results thead .block-filters select:after,._account_api .liveDashboard .list-results thead .block-filters .w-tooltips-adv #toolTipVCtr select:after,.w-tooltips-adv #toolTipVCtr .liveDashboard .block-filters ._account_api .list-results thead select:after,.liveDashboard .block-filters ._account_api .list-results thead .w-tooltips-adv #toolTipVCtr select:after,.w-tooltips-adv #toolTipVCtr .block-filters ._account_api .liveDashboard .list-results thead select:after,.block-filters ._account_api .liveDashboard .list-results thead .w-tooltips-adv #toolTipVCtr select:after,.w-tooltips-adv #toolTipVCtr .liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:after,.liveDashboard ._account_api .list-results thead .form-auto-list .w-tooltips-adv #toolTipVCtr .form-auto-item.is-user-is-inactive:after,.w-tooltips-adv #toolTipVCtr ._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive:after,._account_api .liveDashboard .list-results thead .form-auto-list .w-tooltips-adv #toolTipVCtr .form-auto-item.is-user-is-inactive:after,.w-tooltips-adv #toolTipVCtr .liveDashboard .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-inactive:after,.liveDashboard .form-auto-list ._account_api .list-results thead .w-tooltips-adv #toolTipVCtr .form-auto-item.is-user-is-inactive:after,.w-tooltips-adv #toolTipVCtr .form-auto-list ._account_api .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive:after,.form-auto-list ._account_api .liveDashboard .list-results thead .w-tooltips-adv #toolTipVCtr .form-auto-item.is-user-is-inactive:after,.w-tooltips-adv #toolTipVCtr .liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active:after,.liveDashboard ._account_api .list-results thead .form-auto-list .w-tooltips-adv #toolTipVCtr .form-auto-item.is-user-is-active:after,.w-tooltips-adv #toolTipVCtr ._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active:after,._account_api .liveDashboard .list-results thead .form-auto-list .w-tooltips-adv #toolTipVCtr .form-auto-item.is-user-is-active:after,.w-tooltips-adv #toolTipVCtr .liveDashboard .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-active:after,.liveDashboard .form-auto-list ._account_api .list-results thead .w-tooltips-adv #toolTipVCtr .form-auto-item.is-user-is-active:after,.w-tooltips-adv #toolTipVCtr .form-auto-list ._account_api .liveDashboard .list-results thead .form-auto-item.is-user-is-active:after,.form-auto-list ._account_api .liveDashboard .list-results thead .w-tooltips-adv #toolTipVCtr .form-auto-item.is-user-is-active:after,.w-tooltips-adv #toolTipVCtr .liveDashboard ._account_api .list-results thead .list-results-header .status.title span:after,.liveDashboard ._account_api .list-results thead .list-results-header .status.title .w-tooltips-adv #toolTipVCtr span:after,.w-tooltips-adv #toolTipVCtr ._account_api .liveDashboard .list-results thead .list-results-header .status.title span:after,._account_api .liveDashboard .list-results thead .list-results-header .status.title .w-tooltips-adv #toolTipVCtr span:after,.w-tooltips-adv #toolTipVCtr .liveDashboard .list-results-header .status.title ._account_api .list-results thead span:after,.liveDashboard .list-results-header .status.title ._account_api .list-results thead .w-tooltips-adv #toolTipVCtr span:after,.w-tooltips-adv #toolTipVCtr .list-results-header .status.title ._account_api .liveDashboard .list-results thead span:after,.list-results-header .status.title ._account_api .liveDashboard .list-results thead .w-tooltips-adv #toolTipVCtr span:after,.w-tooltips-adv #toolTipVCtr .liveDashboard ._account_api .list-results thead tr span:after,.liveDashboard ._account_api .list-results thead tr .w-tooltips-adv #toolTipVCtr span:after,.w-tooltips-adv #toolTipVCtr ._account_api .liveDashboard .list-results thead tr span:after,._account_api .liveDashboard .list-results thead tr .w-tooltips-adv #toolTipVCtr span:after,.w-tooltips-adv #toolTipVCtr ._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .dropdown-toggle:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .w-tooltips-adv #toolTipVCtr .dropdown-toggle:after,.w-tooltips-adv #toolTipVCtr .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .w-tooltips-adv #toolTipVCtr .dropdown-toggle:after,.w-tooltips-adv #toolTipVCtr ._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .filter:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .w-tooltips-adv #toolTipVCtr .filter:after,.w-tooltips-adv #toolTipVCtr .w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .filter:after,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .w-tooltips-adv #toolTipVCtr .filter:after,.w-tooltips-adv #toolTipVCtr ._account_api .form-label.status .liveDashboard .list-results thead span:after,.w-tooltips-adv #toolTipVCtr ._account_api .status.status-log .liveDashboard .list-results thead span:after,.w-tooltips-adv #toolTipVCtr ._account_api .status.status-report-item .liveDashboard .list-results thead span:after,._account_api .form-label.status .liveDashboard .list-results thead .w-tooltips-adv #toolTipVCtr span:after,._account_api .status.status-log .liveDashboard .list-results thead .w-tooltips-adv #toolTipVCtr span:after,._account_api .status.status-report-item .liveDashboard .list-results thead .w-tooltips-adv #toolTipVCtr span:after,.w-tooltips-adv #toolTipVCtr .form-label.status .liveDashboard ._account_api .list-results thead span:after,.w-tooltips-adv #toolTipVCtr .status.status-log .liveDashboard ._account_api .list-results thead span:after,.w-tooltips-adv #toolTipVCtr .status.status-report-item .liveDashboard ._account_api .list-results thead span:after,.form-label.status .liveDashboard ._account_api .list-results thead .w-tooltips-adv #toolTipVCtr span:after,.status.status-log .liveDashboard ._account_api .list-results thead .w-tooltips-adv #toolTipVCtr span:after,.status.status-report-item .liveDashboard ._account_api .list-results thead .w-tooltips-adv #toolTipVCtr span:after,.w-tooltips-adv #toolTipVCtr ._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span:after,._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead .w-tooltips-adv #toolTipVCtr span:after,.w-tooltips-adv #toolTipVCtr .w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead span:after,.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead .w-tooltips-adv #toolTipVCtr span:after,.w-tooltips-adv #toolTipVCtr ._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span:after,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead .w-tooltips-adv #toolTipVCtr span:after,.w-tooltips-adv #toolTipVCtr .w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead span:after,.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead .w-tooltips-adv #toolTipVCtr span:after,.w-tooltips-adv #toolTipVCtr ._account_api .sub-header .w-form .liveDashboard .list-results thead label:after,._account_api .sub-header .w-form .liveDashboard .list-results thead .w-tooltips-adv #toolTipVCtr label:after,.w-tooltips-adv #toolTipVCtr .sub-header .w-form .liveDashboard ._account_api .list-results thead label:after,.sub-header .w-form .liveDashboard ._account_api .list-results thead .w-tooltips-adv #toolTipVCtr label:after,.w-tooltips-adv #toolTipVCtr ._account_api .block-filters .liveDashboard .list-results thead button:after,._account_api .block-filters .liveDashboard .list-results thead .w-tooltips-adv #toolTipVCtr button:after,.w-tooltips-adv #toolTipVCtr .block-filters .liveDashboard ._account_api .list-results thead button:after,.block-filters .liveDashboard ._account_api .list-results thead .w-tooltips-adv #toolTipVCtr button:after,.w-tooltips-adv #toolTipVCtr ._account_api .block-filters .liveDashboard .list-results thead select:after,._account_api .block-filters .liveDashboard .list-results thead .w-tooltips-adv #toolTipVCtr select:after,.w-tooltips-adv #toolTipVCtr .block-filters .liveDashboard ._account_api .list-results thead select:after,.block-filters .liveDashboard ._account_api .list-results thead .w-tooltips-adv #toolTipVCtr select:after,.w-tooltips-adv #toolTipVCtr ._account_api .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive:after,._account_api .form-auto-list .liveDashboard .list-results thead .w-tooltips-adv #toolTipVCtr .form-auto-item.is-user-is-inactive:after,.w-tooltips-adv #toolTipVCtr .form-auto-list .liveDashboard ._account_api .list-results thead .form-auto-item.is-user-is-inactive:after,.form-auto-list .liveDashboard ._account_api .list-results thead .w-tooltips-adv #toolTipVCtr .form-auto-item.is-user-is-inactive:after,.w-tooltips-adv #toolTipVCtr ._account_api .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-active:after,._account_api .form-auto-list .liveDashboard .list-results thead .w-tooltips-adv #toolTipVCtr .form-auto-item.is-user-is-active:after,.w-tooltips-adv #toolTipVCtr .form-auto-list .liveDashboard ._account_api .list-results thead .form-auto-item.is-user-is-active:after,.form-auto-list .liveDashboard ._account_api .list-results thead .w-tooltips-adv #toolTipVCtr .form-auto-item.is-user-is-active:after,.w-tooltips-adv #toolTipVCtr ._account_api .list-results-header .status.title .liveDashboard .list-results thead span:after,._account_api .list-results-header .status.title .liveDashboard .list-results thead .w-tooltips-adv #toolTipVCtr span:after,.w-tooltips-adv #toolTipVCtr .list-results-header .status.title .liveDashboard ._account_api .list-results thead span:after,.list-results-header .status.title .liveDashboard ._account_api .list-results thead .w-tooltips-adv #toolTipVCtr span:after,.w-tooltips-adv #toolTipVCtr .list-results tbody td.is-pending span:after,.list-results tbody td.is-pending .w-tooltips-adv #toolTipVCtr span:after,.w-tooltips-adv #toolTipVCtr .liveDashboard .list-results thead tbody td.is-pending span:after,.liveDashboard .list-results thead tbody td.is-pending .w-tooltips-adv #toolTipVCtr span:after,.w-tooltips-adv #toolTipVCtr .liveDashboard .list-results tbody td.is-pending thead span:after,.liveDashboard .list-results tbody td.is-pending thead .w-tooltips-adv #toolTipVCtr span:after,.w-tooltips-adv #toolTipVCtr ._account_api .list-results thead tbody td.is-pending span:after,._account_api .list-results thead tbody td.is-pending .w-tooltips-adv #toolTipVCtr span:after,.w-tooltips-adv #toolTipVCtr ._account_api .list-results tbody td.is-pending thead span:after,._account_api .list-results tbody td.is-pending thead .w-tooltips-adv #toolTipVCtr span:after,.w-tooltips-adv #toolTipVCtr .liveDashboard ._account_api .list-results thead tbody td.is-pending span:after,.liveDashboard ._account_api .list-results thead tbody td.is-pending .w-tooltips-adv #toolTipVCtr span:after,.w-tooltips-adv #toolTipVCtr .liveDashboard ._account_api .list-results tbody td.is-pending thead span:after,.liveDashboard ._account_api .list-results tbody td.is-pending thead .w-tooltips-adv #toolTipVCtr span:after,.w-tooltips-adv #toolTipVCtr ._account_api .liveDashboard .list-results thead tbody td.is-pending span:after,._account_api .liveDashboard .list-results thead tbody td.is-pending .w-tooltips-adv #toolTipVCtr span:after,.w-tooltips-adv #toolTipVCtr ._account_api .liveDashboard .list-results tbody td.is-pending thead span:after,._account_api .liveDashboard .list-results tbody td.is-pending thead .w-tooltips-adv #toolTipVCtr span:after,.w-tooltips-adv #toolTipVCtr .list-results tbody td.is-running span:after,.list-results tbody td.is-running .w-tooltips-adv #toolTipVCtr span:after,.w-tooltips-adv #toolTipVCtr .liveDashboard .list-results thead tbody td.is-running span:after,.liveDashboard .list-results thead tbody td.is-running .w-tooltips-adv #toolTipVCtr span:after,.w-tooltips-adv #toolTipVCtr .liveDashboard .list-results tbody td.is-running thead span:after,.liveDashboard .list-results tbody td.is-running thead .w-tooltips-adv #toolTipVCtr span:after,.w-tooltips-adv #toolTipVCtr ._account_api .list-results thead tbody td.is-running span:after,._account_api .list-results thead tbody td.is-running .w-tooltips-adv #toolTipVCtr span:after,.w-tooltips-adv #toolTipVCtr ._account_api .list-results tbody td.is-running thead span:after,._account_api .list-results tbody td.is-running thead .w-tooltips-adv #toolTipVCtr span:after,.w-tooltips-adv #toolTipVCtr .liveDashboard ._account_api .list-results thead tbody td.is-running span:after,.liveDashboard ._account_api .list-results thead tbody td.is-running .w-tooltips-adv #toolTipVCtr span:after,.w-tooltips-adv #toolTipVCtr .liveDashboard ._account_api .list-results tbody td.is-running thead span:after,.liveDashboard ._account_api .list-results tbody td.is-running thead .w-tooltips-adv #toolTipVCtr span:after,.w-tooltips-adv #toolTipVCtr ._account_api .liveDashboard .list-results thead tbody td.is-running span:after,._account_api .liveDashboard .list-results thead tbody td.is-running .w-tooltips-adv #toolTipVCtr span:after,.w-tooltips-adv #toolTipVCtr ._account_api .liveDashboard .list-results tbody td.is-running thead span:after,._account_api .liveDashboard .list-results tbody td.is-running thead .w-tooltips-adv #toolTipVCtr span:after,.w-tooltips-adv #toolTipVCtr .list-results tbody span.status:after,.list-results tbody .w-tooltips-adv #toolTipVCtr span.status:after,.w-tooltips-adv #toolTipVCtr .liveDashboard .list-results thead tbody span.status:after,.liveDashboard .list-results thead tbody .w-tooltips-adv #toolTipVCtr span.status:after,.w-tooltips-adv #toolTipVCtr .liveDashboard .list-results tbody thead span.status:after,.liveDashboard .list-results tbody thead .w-tooltips-adv #toolTipVCtr span.status:after,.w-tooltips-adv #toolTipVCtr ._account_api .list-results thead tbody span.status:after,._account_api .list-results thead tbody .w-tooltips-adv #toolTipVCtr span.status:after,.w-tooltips-adv #toolTipVCtr ._account_api .list-results tbody thead span.status:after,._account_api .list-results tbody thead .w-tooltips-adv #toolTipVCtr span.status:after,.w-tooltips-adv #toolTipVCtr .liveDashboard ._account_api .list-results thead tbody span.status:after,.liveDashboard ._account_api .list-results thead tbody .w-tooltips-adv #toolTipVCtr span.status:after,.w-tooltips-adv #toolTipVCtr .liveDashboard ._account_api .list-results tbody thead span.status:after,.liveDashboard ._account_api .list-results tbody thead .w-tooltips-adv #toolTipVCtr span.status:after,.w-tooltips-adv #toolTipVCtr ._account_api .liveDashboard .list-results thead tbody span.status:after,._account_api .liveDashboard .list-results thead tbody .w-tooltips-adv #toolTipVCtr span.status:after,.w-tooltips-adv #toolTipVCtr ._account_api .liveDashboard .list-results tbody thead span.status:after,._account_api .liveDashboard .list-results tbody thead .w-tooltips-adv #toolTipVCtr span.status:after,.w-tooltips-adv #toolTipVCtr .toggleWrapper input.mobileToggle+label:after,.toggleWrapper .w-tooltips-adv #toolTipVCtr input.mobileToggle+label:after,.w-tooltips-adv #toolTipVCtr .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label:after,.liveDashboard .list-results thead .toggleWrapper .w-tooltips-adv #toolTipVCtr input.mobileToggle+label:after,.w-tooltips-adv #toolTipVCtr .toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label:after,.toggleWrapper .liveDashboard .list-results thead .w-tooltips-adv #toolTipVCtr input.mobileToggle+label:after,.w-tooltips-adv #toolTipVCtr ._account_api .list-results thead .toggleWrapper input.mobileToggle+label:after,._account_api .list-results thead .toggleWrapper .w-tooltips-adv #toolTipVCtr input.mobileToggle+label:after,.w-tooltips-adv #toolTipVCtr .toggleWrapper ._account_api .list-results thead input.mobileToggle+label:after,.toggleWrapper ._account_api .list-results thead .w-tooltips-adv #toolTipVCtr input.mobileToggle+label:after,.w-tooltips-adv #toolTipVCtr .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label:after,.liveDashboard ._account_api .list-results thead .toggleWrapper .w-tooltips-adv #toolTipVCtr input.mobileToggle+label:after,.w-tooltips-adv #toolTipVCtr .toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label:after,.toggleWrapper .liveDashboard ._account_api .list-results thead .w-tooltips-adv #toolTipVCtr input.mobileToggle+label:after,.w-tooltips-adv #toolTipVCtr ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label:after,._account_api .liveDashboard .list-results thead .toggleWrapper .w-tooltips-adv #toolTipVCtr input.mobileToggle+label:after,.w-tooltips-adv #toolTipVCtr .toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label:after,.toggleWrapper ._account_api .liveDashboard .list-results thead .w-tooltips-adv #toolTipVCtr input.mobileToggle+label:after,.w-tooltips-adv #toolTipVCtr .list-results tbody tr.sublist .status.title span:after,.list-results tbody tr.sublist .status.title .w-tooltips-adv #toolTipVCtr span:after,.w-tooltips-adv #toolTipVCtr .liveDashboard .list-results thead tbody tr.sublist .status.title span:after,.liveDashboard .list-results thead tbody tr.sublist .status.title .w-tooltips-adv #toolTipVCtr span:after,.w-tooltips-adv #toolTipVCtr .liveDashboard .list-results tbody tr.sublist thead .status.title span:after,.liveDashboard .list-results tbody tr.sublist thead .status.title .w-tooltips-adv #toolTipVCtr span:after,.w-tooltips-adv #toolTipVCtr .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span:after,.list-results tbody tr.sublist .status.title .liveDashboard .list-results thead .w-tooltips-adv #toolTipVCtr span:after,.w-tooltips-adv #toolTipVCtr ._account_api .list-results thead tbody tr.sublist .status.title span:after,._account_api .list-results thead tbody tr.sublist .status.title .w-tooltips-adv #toolTipVCtr span:after,.w-tooltips-adv #toolTipVCtr ._account_api .list-results tbody tr.sublist thead .status.title span:after,._account_api .list-results tbody tr.sublist thead .status.title .w-tooltips-adv #toolTipVCtr span:after,.w-tooltips-adv #toolTipVCtr .list-results tbody tr.sublist .status.title ._account_api .list-results thead span:after,.list-results tbody tr.sublist .status.title ._account_api .list-results thead .w-tooltips-adv #toolTipVCtr span:after,.w-tooltips-adv #toolTipVCtr .liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span:after,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title .w-tooltips-adv #toolTipVCtr span:after,.w-tooltips-adv #toolTipVCtr .liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span:after,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title .w-tooltips-adv #toolTipVCtr span:after,.w-tooltips-adv #toolTipVCtr ._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span:after,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title .w-tooltips-adv #toolTipVCtr span:after,.w-tooltips-adv #toolTipVCtr ._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span:after,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title .w-tooltips-adv #toolTipVCtr span:after,.w-tooltips-adv #toolTipVCtr .liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span:after,.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead .w-tooltips-adv #toolTipVCtr span:after,.w-tooltips-adv #toolTipVCtr .list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead span:after,.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead .w-tooltips-adv #toolTipVCtr span:after,.w-tooltips-adv #toolTipVCtr .list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead span:after,.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead .w-tooltips-adv #toolTipVCtr span:after,.w-tooltips-adv #toolTipVCtr ._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span:after,._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead .w-tooltips-adv #toolTipVCtr span:after,.w-tooltips-adv #toolTipVCtr .list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead span:after,.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead .w-tooltips-adv #toolTipVCtr span:after,.w-tooltips-adv #toolTipVCtr .list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead span:after,.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead .w-tooltips-adv #toolTipVCtr span:after,.w-tooltips-adv #toolTipVCtr .w-cards-container .w-card.centered .w-value .status.label span:after,.w-cards-container .w-card.centered .w-value .status.label .w-tooltips-adv #toolTipVCtr span:after,.w-tooltips-adv #toolTipVCtr .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:after,.liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .w-tooltips-adv #toolTipVCtr span:after,.w-tooltips-adv #toolTipVCtr .w-cards-container .w-card.centered .w-value .liveDashboard .list-results thead .status.label span:after,.w-cards-container .w-card.centered .w-value .liveDashboard .list-results thead .status.label .w-tooltips-adv #toolTipVCtr span:after,.w-tooltips-adv #toolTipVCtr .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span:after,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead .w-tooltips-adv #toolTipVCtr span:after,.w-tooltips-adv #toolTipVCtr ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:after,._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .w-tooltips-adv #toolTipVCtr span:after,.w-tooltips-adv #toolTipVCtr .w-cards-container .w-card.centered .w-value ._account_api .list-results thead .status.label span:after,.w-cards-container .w-card.centered .w-value ._account_api .list-results thead .status.label .w-tooltips-adv #toolTipVCtr span:after,.w-tooltips-adv #toolTipVCtr .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span:after,.w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead .w-tooltips-adv #toolTipVCtr span:after,.w-tooltips-adv #toolTipVCtr .liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:after,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .w-tooltips-adv #toolTipVCtr span:after,.w-tooltips-adv #toolTipVCtr .w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label span:after,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label .w-tooltips-adv #toolTipVCtr span:after,.w-tooltips-adv #toolTipVCtr ._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span:after,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .w-tooltips-adv #toolTipVCtr span:after,.w-tooltips-adv #toolTipVCtr .w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label span:after,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label .w-tooltips-adv #toolTipVCtr span:after,.w-tooltips-adv #toolTipVCtr .liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span:after,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead .w-tooltips-adv #toolTipVCtr span:after,.w-tooltips-adv #toolTipVCtr .w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead span:after,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead .w-tooltips-adv #toolTipVCtr span:after,.w-tooltips-adv #toolTipVCtr .w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead span:after,.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead .w-tooltips-adv #toolTipVCtr span:after,.w-tooltips-adv #toolTipVCtr ._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span:after,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead .w-tooltips-adv #toolTipVCtr span:after,.w-tooltips-adv #toolTipVCtr .w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead span:after,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead .w-tooltips-adv #toolTipVCtr span:after,.w-tooltips-adv #toolTipVCtr .w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead span:after,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead .w-tooltips-adv #toolTipVCtr span:after,.w-tooltips-adv #toolTipVCtr .w-cards-container .w-card .status.title span:after,.w-cards-container .w-card .status.title .w-tooltips-adv #toolTipVCtr span:after,.w-tooltips-adv #toolTipVCtr .liveDashboard .list-results thead .w-cards-container .w-card .status.title span:after,.liveDashboard .list-results thead .w-cards-container .w-card .status.title .w-tooltips-adv #toolTipVCtr span:after,.w-tooltips-adv #toolTipVCtr .w-cards-container .w-card .liveDashboard .list-results thead .status.title span:after,.w-cards-container .w-card .liveDashboard .list-results thead .status.title .w-tooltips-adv #toolTipVCtr span:after,.w-tooltips-adv #toolTipVCtr .w-cards-container .w-card .status.title .liveDashboard .list-results thead span:after,.w-cards-container .w-card .status.title .liveDashboard .list-results thead .w-tooltips-adv #toolTipVCtr span:after,.w-tooltips-adv #toolTipVCtr ._account_api .list-results thead .w-cards-container .w-card .status.title span:after,._account_api .list-results thead .w-cards-container .w-card .status.title .w-tooltips-adv #toolTipVCtr span:after,.w-tooltips-adv #toolTipVCtr .w-cards-container .w-card ._account_api .list-results thead .status.title span:after,.w-cards-container .w-card ._account_api .list-results thead .status.title .w-tooltips-adv #toolTipVCtr span:after,.w-tooltips-adv #toolTipVCtr .w-cards-container .w-card .status.title ._account_api .list-results thead span:after,.w-cards-container .w-card .status.title ._account_api .list-results thead .w-tooltips-adv #toolTipVCtr span:after,.w-tooltips-adv #toolTipVCtr .liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span:after,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title .w-tooltips-adv #toolTipVCtr span:after,.w-tooltips-adv #toolTipVCtr .w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title span:after,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title .w-tooltips-adv #toolTipVCtr span:after,.w-tooltips-adv #toolTipVCtr ._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span:after,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title .w-tooltips-adv #toolTipVCtr span:after,.w-tooltips-adv #toolTipVCtr .w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title span:after,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title .w-tooltips-adv #toolTipVCtr span:after,.w-tooltips-adv #toolTipVCtr .liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span:after,.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead .w-tooltips-adv #toolTipVCtr span:after,.w-tooltips-adv #toolTipVCtr .w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead span:after,.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead .w-tooltips-adv #toolTipVCtr span:after,.w-tooltips-adv #toolTipVCtr .w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead span:after,.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead .w-tooltips-adv #toolTipVCtr span:after,.w-tooltips-adv #toolTipVCtr ._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span:after,._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead .w-tooltips-adv #toolTipVCtr span:after,.w-tooltips-adv #toolTipVCtr .w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead span:after,.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead .w-tooltips-adv #toolTipVCtr span:after,.w-tooltips-adv #toolTipVCtr .w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead span:after,.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead .w-tooltips-adv #toolTipVCtr span:after,.w-tooltips-adv #toolTipVCtr .sub-header .w-double-list label:after,.sub-header .w-double-list .w-tooltips-adv #toolTipVCtr label:after,.w-tooltips-adv #toolTipVCtr .liveDashboard .list-results thead .sub-header .w-double-list label:after,.liveDashboard .list-results thead .sub-header .w-double-list .w-tooltips-adv #toolTipVCtr label:after,.w-tooltips-adv #toolTipVCtr .sub-header .w-double-list .liveDashboard .list-results thead label:after,.sub-header .w-double-list .liveDashboard .list-results thead .w-tooltips-adv #toolTipVCtr label:after,.w-tooltips-adv #toolTipVCtr ._account_api .list-results thead .sub-header .w-double-list label:after,._account_api .list-results thead .sub-header .w-double-list .w-tooltips-adv #toolTipVCtr label:after,.w-tooltips-adv #toolTipVCtr .sub-header .w-double-list ._account_api .list-results thead label:after,.sub-header .w-double-list ._account_api .list-results thead .w-tooltips-adv #toolTipVCtr label:after,.w-tooltips-adv #toolTipVCtr .liveDashboard ._account_api .list-results thead .sub-header .w-double-list label:after,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list .w-tooltips-adv #toolTipVCtr label:after,.w-tooltips-adv #toolTipVCtr ._account_api .liveDashboard .list-results thead .sub-header .w-double-list label:after,._account_api .liveDashboard .list-results thead .sub-header .w-double-list .w-tooltips-adv #toolTipVCtr label:after,.w-tooltips-adv #toolTipVCtr .liveDashboard .sub-header .w-double-list ._account_api .list-results thead label:after,.liveDashboard .sub-header .w-double-list ._account_api .list-results thead .w-tooltips-adv #toolTipVCtr label:after,.w-tooltips-adv #toolTipVCtr .sub-header .w-double-list ._account_api .liveDashboard .list-results thead label:after,.sub-header .w-double-list ._account_api .liveDashboard .list-results thead .w-tooltips-adv #toolTipVCtr label:after,.w-tooltips-adv #toolTipVCtr ._account_api .sub-header .w-double-list .liveDashboard .list-results thead label:after,._account_api .sub-header .w-double-list .liveDashboard .list-results thead .w-tooltips-adv #toolTipVCtr label:after,.w-tooltips-adv #toolTipVCtr .sub-header .w-double-list .liveDashboard ._account_api .list-results thead label:after,.sub-header .w-double-list .liveDashboard ._account_api .list-results thead .w-tooltips-adv #toolTipVCtr label:after,.w-tooltips-adv #toolTipVCtr .double-list dt.status span:after,.double-list dt.status .w-tooltips-adv #toolTipVCtr span:after,.w-tooltips-adv #toolTipVCtr .liveDashboard .list-results thead .double-list dt.status span:after,.liveDashboard .list-results thead .double-list dt.status .w-tooltips-adv #toolTipVCtr span:after,.w-tooltips-adv #toolTipVCtr .double-list .liveDashboard .list-results thead dt.status span:after,.double-list .liveDashboard .list-results thead dt.status .w-tooltips-adv #toolTipVCtr span:after,.w-tooltips-adv #toolTipVCtr .double-list dt.status .liveDashboard .list-results thead span:after,.double-list dt.status .liveDashboard .list-results thead .w-tooltips-adv #toolTipVCtr span:after,.w-tooltips-adv #toolTipVCtr ._account_api .list-results thead .double-list dt.status span:after,._account_api .list-results thead .double-list dt.status .w-tooltips-adv #toolTipVCtr span:after,.w-tooltips-adv #toolTipVCtr .double-list ._account_api .list-results thead dt.status span:after,.double-list ._account_api .list-results thead dt.status .w-tooltips-adv #toolTipVCtr span:after,.w-tooltips-adv #toolTipVCtr .double-list dt.status ._account_api .list-results thead span:after,.double-list dt.status ._account_api .list-results thead .w-tooltips-adv #toolTipVCtr span:after,.w-tooltips-adv #toolTipVCtr .liveDashboard ._account_api .list-results thead .double-list dt.status span:after,.liveDashboard ._account_api .list-results thead .double-list dt.status .w-tooltips-adv #toolTipVCtr span:after,.w-tooltips-adv #toolTipVCtr .double-list .liveDashboard ._account_api .list-results thead dt.status span:after,.double-list .liveDashboard ._account_api .list-results thead dt.status .w-tooltips-adv #toolTipVCtr span:after,.w-tooltips-adv #toolTipVCtr ._account_api .liveDashboard .list-results thead .double-list dt.status span:after,._account_api .liveDashboard .list-results thead .double-list dt.status .w-tooltips-adv #toolTipVCtr span:after,.w-tooltips-adv #toolTipVCtr .double-list ._account_api .liveDashboard .list-results thead dt.status span:after,.double-list ._account_api .liveDashboard .list-results thead dt.status .w-tooltips-adv #toolTipVCtr span:after,.w-tooltips-adv #toolTipVCtr .liveDashboard .double-list dt.status ._account_api .list-results thead span:after,.liveDashboard .double-list dt.status ._account_api .list-results thead .w-tooltips-adv #toolTipVCtr span:after,.w-tooltips-adv #toolTipVCtr .double-list .liveDashboard dt.status ._account_api .list-results thead span:after,.double-list .liveDashboard dt.status ._account_api .list-results thead .w-tooltips-adv #toolTipVCtr span:after,.w-tooltips-adv #toolTipVCtr .double-list dt.status ._account_api .liveDashboard .list-results thead span:after,.double-list dt.status ._account_api .liveDashboard .list-results thead .w-tooltips-adv #toolTipVCtr span:after,.w-tooltips-adv #toolTipVCtr ._account_api .double-list dt.status .liveDashboard .list-results thead span:after,._account_api .double-list dt.status .liveDashboard .list-results thead .w-tooltips-adv #toolTipVCtr span:after,.w-tooltips-adv #toolTipVCtr .double-list ._account_api dt.status .liveDashboard .list-results thead span:after,.double-list ._account_api dt.status .liveDashboard .list-results thead .w-tooltips-adv #toolTipVCtr span:after,.w-tooltips-adv #toolTipVCtr .double-list dt.status .liveDashboard ._account_api .list-results thead span:after,.double-list dt.status .liveDashboard ._account_api .list-results thead .w-tooltips-adv #toolTipVCtr span:after,.w-tooltips-adv #toolTipVCtr .double-list dd.status span:after,.double-list dd.status .w-tooltips-adv #toolTipVCtr span:after,.w-tooltips-adv #toolTipVCtr .liveDashboard .list-results thead .double-list dd.status span:after,.liveDashboard .list-results thead .double-list dd.status .w-tooltips-adv #toolTipVCtr span:after,.w-tooltips-adv #toolTipVCtr .double-list .liveDashboard .list-results thead dd.status span:after,.double-list .liveDashboard .list-results thead dd.status .w-tooltips-adv #toolTipVCtr span:after,.w-tooltips-adv #toolTipVCtr .double-list dd.status .liveDashboard .list-results thead span:after,.double-list dd.status .liveDashboard .list-results thead .w-tooltips-adv #toolTipVCtr span:after,.w-tooltips-adv #toolTipVCtr ._account_api .list-results thead .double-list dd.status span:after,._account_api .list-results thead .double-list dd.status .w-tooltips-adv #toolTipVCtr span:after,.w-tooltips-adv #toolTipVCtr .double-list ._account_api .list-results thead dd.status span:after,.double-list ._account_api .list-results thead dd.status .w-tooltips-adv #toolTipVCtr span:after,.w-tooltips-adv #toolTipVCtr .double-list dd.status ._account_api .list-results thead span:after,.double-list dd.status ._account_api .list-results thead .w-tooltips-adv #toolTipVCtr span:after,.w-tooltips-adv #toolTipVCtr .liveDashboard ._account_api .list-results thead .double-list dd.status span:after,.liveDashboard ._account_api .list-results thead .double-list dd.status .w-tooltips-adv #toolTipVCtr span:after,.w-tooltips-adv #toolTipVCtr .double-list .liveDashboard ._account_api .list-results thead dd.status span:after,.double-list .liveDashboard ._account_api .list-results thead dd.status .w-tooltips-adv #toolTipVCtr span:after,.w-tooltips-adv #toolTipVCtr ._account_api .liveDashboard .list-results thead .double-list dd.status span:after,._account_api .liveDashboard .list-results thead .double-list dd.status .w-tooltips-adv #toolTipVCtr span:after,.w-tooltips-adv #toolTipVCtr .double-list ._account_api .liveDashboard .list-results thead dd.status span:after,.double-list ._account_api .liveDashboard .list-results thead dd.status .w-tooltips-adv #toolTipVCtr span:after,.w-tooltips-adv #toolTipVCtr .liveDashboard .double-list dd.status ._account_api .list-results thead span:after,.liveDashboard .double-list dd.status ._account_api .list-results thead .w-tooltips-adv #toolTipVCtr span:after,.w-tooltips-adv #toolTipVCtr .double-list .liveDashboard dd.status ._account_api .list-results thead span:after,.double-list .liveDashboard dd.status ._account_api .list-results thead .w-tooltips-adv #toolTipVCtr span:after,.w-tooltips-adv #toolTipVCtr .double-list dd.status ._account_api .liveDashboard .list-results thead span:after,.double-list dd.status ._account_api .liveDashboard .list-results thead .w-tooltips-adv #toolTipVCtr span:after,.w-tooltips-adv #toolTipVCtr ._account_api .double-list dd.status .liveDashboard .list-results thead span:after,._account_api .double-list dd.status .liveDashboard .list-results thead .w-tooltips-adv #toolTipVCtr span:after,.w-tooltips-adv #toolTipVCtr .double-list ._account_api dd.status .liveDashboard .list-results thead span:after,.double-list ._account_api dd.status .liveDashboard .list-results thead .w-tooltips-adv #toolTipVCtr span:after,.w-tooltips-adv #toolTipVCtr .double-list dd.status .liveDashboard ._account_api .list-results thead span:after,.double-list dd.status .liveDashboard ._account_api .list-results thead .w-tooltips-adv #toolTipVCtr span:after{width:inherit;height:inherit}#listTopPerformingArticlesHeader .w-tooltips-adv .tooltips-adv{right:7px !important}#listTopPerformingArticlesHeader .w-tooltips-adv .tooltips-adv:before{left:61%}.w-tooltips-adv #toolTipSubsDelta .tooltips-adv{right:7px !important}.w-tooltips-adv #toolTipSubsDelta .tooltips-adv:before{left:61%}.multi-dropdown-item .w-tooltips-adv,.multi-dropdown-item .w-tooltips-adv{height:1rem}.multi-dropdown-item .open-button{transform:translateY(-3px)}.multi-dropdown-item .tooltips-adv-content{font-family:"Inter",sans-serif;font-optical-sizing:auto;font-style:normal;font-size:1.2rem;font-weight:400;color:#fff;margin-bottom:.5rem}.multi-dropdown-item .tooltips-adv.tooltips-adv{position:absolute;top:calc(-50% - 6.5rem) !important;right:auto !important;left:auto !important;bottom:auto !important;height:10rem !important;width:13rem !important;transform:translate(-124px, -50%);padding-bottom:1rem}.multi-dropdown-item .tooltips-adv.tooltips-adv:before{right:.9rem;left:auto;top:auto;bottom:-0.8rem !important;transform:rotate(180deg) translateX(0)}.multi-dropdown-item .tooltips-adv.tooltips-adv .close-button{top:.125rem;right:.125rem;background:none;border:0}.w-status-report{display:flex;align-items:center;border:1px solid #d3d3d3;border-right:0;background-color:#fff;padding-left:1rem}.w-status-report.w-status-report-list{padding:1rem;border:1px solid #d3d3d3}.status-report-list{display:flex;flex:1;flex-wrap:wrap;margin-left:2rem}.status-report-item{display:block;margin-bottom:0;padding:.5rem .5rem .5rem 3.25rem;margin-right:1.5rem;background-size:1.75rem auto;width:18rem}.status-log{display:block;margin-bottom:0;margin-right:1.5rem}.status-log:before{font-size:1.25rem;margin-right:.5rem}.done:before{color:#08395d;content:"\E92F"}.notdone:before{color:#67308f;content:"\E930"}#chartDiv_featurePoints{width:100%;height:100%}.dash-chart-feature-points{position:relative}.dash-chart-feature-points::before{display:block;content:" ";width:100%;padding-top:calc(6/16*100%)}.dash-chart-feature-points>.ratio-content{position:absolute;top:0;left:0;right:0;bottom:0}a[title="JavaScript charts"]{display:none !important}.w-brand-filter{display:flex;flex-direction:row}.w-brand-filter:has(.w-btn) .w-single-multi-level button.dropdown-toggle{border-radius:20px 0 0 20px !important}.w-brand-filter .w-single-multi-level button.dropdown-toggle{border-radius:20px !important;width:130px}.w-brand-filter .w-single-multi-level button.dropdown-toggle img{width:15px;height:auto}.w-brand-filter .w-single-multi-level button.dropdown-toggle .form-label,.w-brand-filter .w-single-multi-level button.dropdown-toggle .w-filters-selected label.small,.w-filters-selected .w-brand-filter .w-single-multi-level button.dropdown-toggle label.small,.w-brand-filter .w-single-multi-level button.dropdown-toggle .w-filters-selected .btn-f-s,.w-filters-selected .w-brand-filter .w-single-multi-level button.dropdown-toggle .btn-f-s,.w-brand-filter .w-single-multi-level button.dropdown-toggle .list-results-header .title,.list-results-header .w-brand-filter .w-single-multi-level button.dropdown-toggle .title,.w-brand-filter .w-single-multi-level button.dropdown-toggle .list-results tbody tr.sublist .title,.list-results tbody tr.sublist .w-brand-filter .w-single-multi-level button.dropdown-toggle .title,.w-brand-filter .w-single-multi-level button.dropdown-toggle .w-cards-container .w-card.centered .w-value .label,.w-cards-container .w-card.centered .w-value .w-brand-filter .w-single-multi-level button.dropdown-toggle .label,.w-brand-filter .w-single-multi-level button.dropdown-toggle .w-cards-container .w-card .title,.w-cards-container .w-card .w-brand-filter .w-single-multi-level button.dropdown-toggle .title,.w-brand-filter .w-single-multi-level button.dropdown-toggle .double-list dt,.double-list .w-brand-filter .w-single-multi-level button.dropdown-toggle dt,.w-brand-filter .w-single-multi-level button.dropdown-toggle .double-list dd,.double-list .w-brand-filter .w-single-multi-level button.dropdown-toggle dd,.w-brand-filter .w-single-multi-level button.dropdown-toggle .status-report-item,.w-brand-filter .w-single-multi-level button.dropdown-toggle .status-log{display:none}.w-brand-filter .w-single-multi-level span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block}.w-brand-filter .w-single-multi-level .dropdown-toggle>.bsa-label{flex-grow:0;padding-right:0;background-position:0 center;padding-left:17px !important}.w-brand-filter .w-single-multi-level .dropdown-toggle>span{flex-grow:1;text-align:left}.w-brand-filter .w-btn{display:flex;flex-direction:row;background-color:#fff;border:1px solid #d3d3d3;border-left:0;border-radius:0 4px 4px 0}.w-brand-filter .w-btn button{height:3rem;width:3.2rem;border:0;border-radius:0 !important;padding:0 !important;display:flex;align-items:center;justify-content:center}.w-brand-filter .w-btn button::before{font-size:1.6rem}.w-brand-filter .w-btn button:first-of-type{border-right:1px solid #d3d3d3}.w-brand-filter .w-btn button:first-of-type::before{transform:rotate(180deg)}.w-brand-filter .w-btn button:after{display:none}.w-brand-filter .w-btn button span{display:none}.w-single-multi-level.dropdown.is-visible .dropdown-list,.w-single-multi-level.dropdown.is-open .dropdown-list{display:flex;visibility:visible;opacity:1}.w-single-multi-level.dropdown .dropdown-toggle:after{content:"\E8EA" !important}.w-single-multi-level.dropdown .dropdown-list{padding:1rem 1rem .75rem;max-height:400px;min-width:190px;border-radius:0 0 4px 4px;overflow-y:auto;overflow-x:hidden;display:none;visibility:hidden;opacity:0}.w-single-multi-level.dropdown ul{display:flex;flex-direction:column}.w-single-multi-level.dropdown ul li{display:flex;flex-direction:column;flex-grow:1;border-radius:4px}.w-single-multi-level.dropdown ul li:has(input:checked){background:#dcdada}.w-single-multi-level.dropdown ul li:has(ul li input:checked){background:none}.w-single-multi-level.dropdown ul li:has(input:checked) ul li:has(input:checked){background:#d7d5d5}.w-single-multi-level.dropdown ul li:has(input:checked) ul li:has(ul li input:checked){background:none}.w-single-multi-level.dropdown ul li:has(input:checked) li:has(input:checked) ul li:has(input:checked){background:green}.w-single-multi-level.dropdown ul li ul{margin-left:15px}.w-single-multi-level.dropdown .bsa-label{display:flex;align-items:center;position:relative;margin:0;pointer-events:auto;cursor:pointer;padding-left:.5rem;padding-right:.5rem;font-size:.8rem;background-size:auto 15px !important;background-position:5px center;height:21px;flex-grow:1;color:#fff;font-weight:normal;border-radius:4px}#brandFilter .w-single-multi-level.dropdown .bsa-label{gap:.5rem}.w-single-multi-level.dropdown .bsa-label.bsa-all{display:none}.w-single-multi-level.dropdown .bsa-label>.bsa-label{height:15px;width:15px;background-position:center center;flex-grow:0;padding:0;border-radius:0}.w-single-multi-level.dropdown .bsa-label:hover span{color:#000}.w-single-multi-level.dropdown .bsa-label input[type=radio]{display:none}.w-single-multi-level.dropdown .bsa-label span{font-family:"Inter",sans-serif;font-optical-sizing:auto;font-style:normal;font-size:1.4em;font-weight:400;color:#3f3f3f;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;text-transform:capitalize}.w-single-multi-level.dropdown .bsa-label input[type=radio]:checked+span{font-weight:bold}.w-single-multi-level.dropdown .bsa-label:has(img){padding-inline:.5rem;gap:.5rem}.w-single-multi-level.dropdown>.bsa-label{width:100%}.w-single-multi-level.dropdown .bsa-list-first li img{width:15px;height:auto}.w-single-multi-level.dropdown .bsa-list-second{gap:.35rem}.w-single-multi-level.dropdown .bsa-list-second li label{display:flex;align-items:center;gap:.5rem;padding-left:4px !important}.w-single-multi-level.dropdown .bsa-list-second li img{width:15px;height:auto}.w-validation-errors{margin:2rem auto;width:calc(100% - 4rem);box-sizing:border-box;border-radius:8px;overflow:hidden;border:1px solid #ededed}.login .w-validation-errors{margin-left:50% !important;position:absolute;transform:translate(-50%, 0)}@media(min-width: 1024px){.login .w-validation-errors{width:40rem;min-width:40rem}}._signup .w-validation-errors{border:1px solid #ededed;margin:1rem auto;width:60%}@media(max-width: 1023px){._signup .w-validation-errors{width:90%}}.w-validation-errors.hide{display:none}.w-validation-errors .val-error-header{padding:.5rem 2rem;display:flex;height:5rem;justify-content:space-between;background-color:#d4225d;align-items:center}.w-validation-errors .val-error-header .close-button{visibility:hidden}.w-validation-errors .val-error-header-title{font-family:"Inter",sans-serif;font-optical-sizing:auto;font-style:normal;font-size:1.4rem;font-weight:700;color:#fff}.w-validation-errors .val-error-header-title:before{color:#fff;margin-right:.75rem;font-size:1.5em}.w-validation-errors .val-error-list{text-align:left;padding:2rem 3rem 3rem 3rem;background-color:#fff}.w-validation-errors .val-error-item{margin-bottom:1rem;position:relative}.w-validation-errors .val-error-item:last-of-type{margin-bottom:0}.w-validation-errors .val-error-item:before{color:#a5a5a5;font-size:2rem;position:absolute;left:-1rem;top:.5rem}.w-validation-errors .validation-label{display:block;font-family:"Inter",sans-serif;font-optical-sizing:auto;font-style:normal;font-size:1.1rem;font-weight:700;color:#3f3f3f;text-transform:uppercase}.w-validation-errors .validation-message{font-size:1.4rem;font-weight:400;color:#3f3f3f}.w-validation-errors .validation-message ul li{margin-top:1rem}.w-validation-errors .close-button{font-size:1.5rem;color:#d4225d}.w-timeline{width:100%;height:17rem;box-sizing:border-box;padding-top:14rem;position:fixed;bottom:0;left:0;right:0;background-color:#262626;z-index:100;box-shadow:0px 0px 10px 0px rgba(63,63,63,.15);transform:translateY(22rem);opacity:0;transition:all .3s}.w-timeline.is-open{transform:translateY(0);opacity:1}.w-timeline.loading:after{background-color:rgba(0,0,0,0)}.w-timeline .timeline-option{position:absolute;display:flex;align-items:center;top:0;left:2rem;height:2.5rem;padding:.5rem;border-radius:0 0 8px 8px;background-color:#3f3f3f}.w-timeline .timeline-option input::-webkit-outer-spin-button,.w-timeline .timeline-option input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.w-timeline .timeline-option input[type=number]{-moz-appearance:textfield}.w-timeline .timeline-option.is-open .w-time-picker{width:11rem}.w-timeline .timeline-option.is-open .option-btn:after{transform:rotate(-270deg)}.w-timeline .timeline-option .form-label,.w-timeline .timeline-option .w-filters-selected label.small,.w-filters-selected .w-timeline .timeline-option label.small,.w-timeline .timeline-option .w-filters-selected .btn-f-s,.w-filters-selected .w-timeline .timeline-option .btn-f-s,.w-timeline .timeline-option .list-results-header .title,.list-results-header .w-timeline .timeline-option .title,.w-timeline .timeline-option .list-results tbody tr.sublist .title,.list-results tbody tr.sublist .w-timeline .timeline-option .title,.w-timeline .timeline-option .w-cards-container .w-card.centered .w-value .label,.w-cards-container .w-card.centered .w-value .w-timeline .timeline-option .label,.w-timeline .timeline-option .w-cards-container .w-card .title,.w-cards-container .w-card .w-timeline .timeline-option .title,.w-timeline .timeline-option .double-list dt,.double-list .w-timeline .timeline-option dt,.w-timeline .timeline-option .double-list dd,.double-list .w-timeline .timeline-option dd,.w-timeline .timeline-option .status-report-item,.w-timeline .timeline-option .status-log{color:#fff;font-size:.8rem;text-align:left;margin:0 0 0 .5rem}.w-timeline .timeline-option .w-time-picker{display:flex;align-items:center;width:0;margin-left:1rem;overflow:hidden;transition:.3s all}.w-timeline .timeline-option .w-time-picker span{font-family:"Inter",sans-serif;font-optical-sizing:auto;font-style:normal;font-size:1rem;font-weight:700;color:#fff;margin:0 .25rem;font-size:1.5rem}.w-timeline .timeline-option .w-time-picker:before{color:#d4225d;font-size:1.5rem;margin-right:.5rem}.w-timeline .timeline-option input{background-color:#262626;border:1px solid #0f64a3;border-radius:8px;text-align:center;font-family:"Inter",sans-serif;font-optical-sizing:auto;font-style:normal;font-size:1rem;font-weight:700;color:#fff;margin-left:0;width:2rem;height:2rem;padding:0 0 0 .125rem;flex:none}.w-timeline .timeline-option input:focus{border:1px solid #d4225d}.w-timeline .timeline-option .option-btn:after{font-size:2.25rem;color:#d4225d;transform:rotate(-90deg)}.w-timeline .btn,.w-timeline .goal-option .expend-label,.goal-option .w-timeline .expend-label,.w-timeline .pagination a,.pagination .w-timeline a{background-color:#0f64a3;transition:all .3s}.w-timeline .btn.alert,.w-timeline .goal-option .alert.expend-label,.goal-option .w-timeline .alert.expend-label,.w-timeline .pagination a.alert,.pagination .w-timeline a.alert{background-color:#67308f}.w-timeline .btn.alert:hover,.w-timeline .goal-option .alert.expend-label:hover,.goal-option .w-timeline .alert.expend-label:hover,.w-timeline .pagination a.alert:hover,.pagination .w-timeline a.alert:hover{color:#67308f}.w-timeline .btn span,.w-timeline .goal-option .expend-label span,.goal-option .w-timeline .expend-label span,.w-timeline .pagination a span,.pagination .w-timeline a span{display:none}.w-timeline .btn:hover,.w-timeline .goal-option .expend-label:hover,.goal-option .w-timeline .expend-label:hover,.w-timeline .pagination a:hover,.pagination .w-timeline a:hover{background-color:#dcdada;color:#0f64a3}.w-timeline .w-timeline-btn{background-color:#3f3f3f;border-radius:8px 8px 0 0;height:5rem;padding:0 .5rem;position:absolute;top:-5rem;right:2rem;display:flex;align-items:center;justify-content:space-between}.w-timeline .w-timeline-btn .btn,.w-timeline .w-timeline-btn .goal-option .expend-label,.goal-option .w-timeline .w-timeline-btn .expend-label,.w-timeline .w-timeline-btn .pagination a,.pagination .w-timeline .w-timeline-btn a{margin:0 .5rem;border-radius:8px}.w-timeline .timeline-list{display:flex;width:100%;height:1px;background-color:#3f3f3f;padding-left:1rem}.w-timeline .timeline-list .timeline-item{position:relative}.w-timeline .timeline-list .timeline-item+.timeline-item{margin-left:.5rem}.w-timeline .timeline-list .timeline-item:first-of-type .w-tooltips-adv .tooltips-adv{left:0;transform-origin:left center;right:auto;transform:translateX(0);left:0}.w-timeline .timeline-list .timeline-item:first-of-type .w-tooltips-adv .tooltips-adv:before{left:4.5rem;transform:rotate(180deg) translateX(3.6rem)}.w-timeline .timeline-list .timeline-item .timeline-unit{display:flex;flex-direction:column;background-color:#3f3f3f;border-radius:8px;width:5rem;height:6rem;transform:translateY(calc(-100% - 1rem))}.w-timeline .timeline-list .timeline-item .timeline-unit:before{font-size:2.75rem;display:flex;align-items:center;justify-content:center;content:"\E99C";color:#0f64a3;flex:1 auto}.w-timeline .timeline-list .timeline-item .timeline-unit time{border-radius:0 0 8px 8px;padding:.25rem;background-color:#262626;border:1px solid #3f3f3f;font-family:"Inter",sans-serif;font-optical-sizing:auto;font-style:normal;font-size:.9em;font-weight:700;color:#fff}.w-timeline .timeline-list .timeline-item .w-tooltips-adv{position:absolute;top:-7.25rem;right:-0.5rem}.w-timeline .timeline-list .timeline-item .w-tooltips-adv .tooltips-adv{background-color:#3f3f3f;border-color:#595959;width:auto;bottom:2.75rem !important;height:auto}.w-timeline .timeline-list .timeline-item .w-tooltips-adv .tooltips-adv:before{bottom:-0.9rem !important;transform:rotate(180deg) translateX(2.6rem);border-color:rgba(0,0,0,0) rgba(0,0,0,0) #595959 rgba(0,0,0,0)}.w-timeline .timeline-list .timeline-item .w-tooltips-adv .open-button,.w-timeline .timeline-list .timeline-item .w-tooltips-adv .close-button{background-color:#3f3f3f;border-color:#595959}.w-timeline .timeline-list .timeline-item .w-tooltips-adv .open-button{transform:scale(0.8, 0.8)}.w-timeline .timeline-list .timeline-item .w-tooltips-adv .tooltips-adv-content{max-height:20rem;height:auto}.w-timeline .timeline-list .timeline-item .w-tooltips-adv .tooltips-adv-content p{display:flex;align-items:center}.w-timeline .timeline-list .timeline-item .w-tooltips-adv .tooltips-adv-content p:last-of-type{margin-bottom:1rem}.w-timeline .timeline-list .timeline-item .w-tooltips-adv .tooltips-adv-content p:before{content:"-";display:inline-block;color:#d4225d;margin-right:.25rem}.w-timeline .timeline-list .timeline-item.is-selected .timeline-unit{background-color:#d41c5c;border-color:#ea6291}.w-timeline .timeline-list .timeline-item.is-selected .timeline-unit time{border-color:#d41c5c}.w-timeline .timeline-list .timeline-item.is-selected .timeline-unit:before{content:"\E99C";color:#ea6291}.w-timeline .timeline-list .timeline-item.is-moved .timeline-unit{opacity:.5;background-color:#d41c5c;border-color:#ea6291}.w-timeline .timeline-list .timeline-item.is-moved .timeline-unit time{border-color:#d41c5c}.w-timeline .timeline-list .timeline-item.is-moved .timeline-unit:before{content:"\E99C";color:#ea6291}.w-timeline .timeline-list .timeline-item.is-conflict .timeline-unit{background-color:#f04270}.w-timeline .timeline-list .timeline-item.is-conflict .timeline-unit:before{color:#760926}.w-timeline .timeline-list .timeline-item.is-conflict .time{border-radius:0 0 8px 8px;padding:.25rem;background-color:#760926;border:1px solid #f04270;font-family:"Inter",sans-serif;font-optical-sizing:auto;font-style:normal;font-size:.9em;font-weight:700;color:#fac2d1}.w-timeline .timeline-list .timeline-btn{width:1.5rem;height:1.5rem;flex:none;border-radius:50%;background-color:#0f64a3;transform:translateY(-50%);transition:all .3s}.w-timeline .timeline-list .timeline-btn:hover{background-color:#d41c5c}.w-timeline .timeline-list .timeline-btn+.timeline-btn{margin-left:.5rem}.w-timeline .timeline-list .timeline-btn:first-of-type.is-selected .timeline-marker{left:calc(-50% - 2.5rem)}.w-timeline .timeline-list .timeline-btn:first-of-type.is-selected .timeline-marker:before{left:calc(50% - 2rem)}.w-timeline .timeline-list .timeline-btn:first-of-type.is-selected .timeline-marker:after{left:calc(50% - 2rem)}.w-timeline .timeline-list .timeline-btn.is-selected{background-color:#d41c5c;pointer-events:none}.w-timeline .timeline-list .timeline-btn.is-not-selected{background:none}.w-timeline .timeline-list .timeline-btn.is-not-selected:before{content:"";position:absolute;bottom:.3rem;left:50%;transform:translateX(-50%);width:.75rem;height:.75rem;background-color:#d41c5c;border-radius:50%}.w-timeline .timeline-list .timeline-btn.is-conflict{background:none;width:0}.w-timeline .timeline-list .timeline-btn.is-conflict .timeline-marker{background-color:#f04270;font-size:.9em;font-weight:700;color:#f689a6;left:calc(-50% - 8rem);transform:translateY(-1.5rem)}.w-timeline .timeline-list .timeline-btn.is-conflict .timeline-marker:before{border-color:#f04270 rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0)}.w-timeline .timeline-list .timeline-btn.is-conflict .timeline-marker:after{display:none}.w-timeline .timeline-list .timeline-btn.is-conflict .timeline-marker span:before{color:#fac2d1}.w-timeline .timeline-list .timeline-btn.is-conflict .timeline-marker span.i-arrow-right:before{color:#760926}.w-timeline .timeline-list .timeline-btn.is-conflict .timeline-marker time{color:#760926}.w-timeline .timeline-list .timeline-day{display:flex;align-items:center;width:auto;height:2rem;box-sizing:border-box;border-radius:8px;padding:.25rem .5rem;margin:0 -1rem;white-space:nowrap;transform:translateY(-135%) rotate(-90deg);background-color:#3f3f3f;font-family:"Inter",sans-serif;font-optical-sizing:auto;font-style:normal;font-size:.9em;font-weight:700;color:#fff}.w-timeline .timeline-list .timeline-marker{font-family:"Inter",sans-serif;font-optical-sizing:auto;font-style:normal;font-size:.9em;font-weight:700;color:#fff;width:11rem;display:flex;align-items:center;background-color:#d41c5c;border-radius:5px;padding:.5rem;position:absolute;top:-8rem;left:calc(-50% - 4.4rem);transform:translateY(-50%);justify-content:center;animation:fadeInAnimation ease .45s}@keyframes fadeInAnimation{0%{opacity:0}100%{opacity:1}}.w-timeline .timeline-list .timeline-marker:after{content:"";background-color:#d41c5c;display:inline-block;width:1px;height:10rem;position:absolute;top:0;left:calc(50% - 1px);transform:translateX(-50%)}.w-timeline .timeline-list .timeline-marker:before{content:"";position:absolute;bottom:-0.6rem;left:calc(50% - 1px);transform:translateX(-50%);width:0;height:0;border-style:solid;border-width:8.7px 5px 0 5px;border-color:#d41c5c rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0)}.w-timeline .timeline-list .timeline-marker span{transform:translateY(-1px)}.w-timeline .timeline-list .timeline-marker span:before{color:#f198b7;font-size:1.5rem}.w-timeline .timeline-list .timeline-marker span.i-arrow-right:before{color:#710f31;font-size:1.25rem}.w-timeline .timeline-list .timeline-marker time{color:#710f31;font-size:1.1rem;margin-left:.5rem}@keyframes pulse{from{transform:scale(1)}30%{transform:scale(1.2)}to{transform:scale(1)}}@media print{.main-header,.i-printer,.list-header,.sub-header .w-left strong,.sub-header .w-left .w-toggle,.w-center .w-toggle,.w-center .i-auto-complete{display:none}}.w-toast{position:fixed;top:auto;bottom:1.25rem;left:1.25rem;right:auto;width:100%;max-width:min(484px,100vw - 4rem);z-index:999999;margin:0 auto}@media(max-width: 767px){.w-toast{right:1.25rem}}.w-toast .toast{position:absolute;opacity:0;left:0;bottom:0;width:100%;margin:0 0 0 auto;padding:2rem;border-radius:8px;overflow:hidden;background-clip:padding-box;background-color:#141414;color:#fff;box-shadow:0px 4px 12px 0px rgba(0,0,0,.00102),inset 0px 0px 1px 0px rgba(255,255,255,.2);transition:transform .5s cubic-bezier(0.22, 1, 0.36, 1),opacity .5s,height .15s;transform:translateY(100%);transform-origin:bottom center;isolation:isolate;display:grid;grid-template-columns:auto minmax(0, 1fr) auto;grid-template-areas:"icon content dismiss" "actions actions actions";column-gap:20px;row-gap:12px}@media(max-width: 767px){.w-toast .toast{padding:1.6rem;grid-template-areas:"icon . dismiss" "content content content" "actions actions actions"}}.w-toast .toast-icon{grid-area:icon}.w-toast .toast-icon img{width:64px;height:auto}@media(max-width: 767px){.w-toast .toast-icon img{width:44px}}.w-toast .toast-content{grid-area:content;overflow:hidden;display:flex;flex-direction:column;justify-content:flex-start;gap:6px;z-index:1}.w-toast .toast-title{font-family:"Inter",sans-serif;font-optical-sizing:auto;font-style:normal;font-size:1.6em;font-weight:700;color:inherit}.w-toast .toast-message{font-family:"Inter",sans-serif;font-optical-sizing:auto;font-style:normal;font-size:1.4em;font-weight:400;color:#adadad;text-wrap:pretty;line-height:1.4}.w-toast .toast-dismiss{grid-area:dismiss;align-self:flex-start;padding:4px;border-radius:4px;background-color:rgba(0,0,0,0);color:inherit;font-size:1.2rem;line-height:1;opacity:.5;transition:opacity .15s,background-color .15s;z-index:1}.w-toast .toast-dismiss:hover{background-color:rgba(255,255,255,.1);opacity:1}.w-toast .toast-actions{grid-area:actions;display:flex;flex-direction:row;justify-content:flex-end;align-items:center;width:100%;gap:8px;z-index:1}.w-toast.is-visible{pointer-events:auto}.w-toast.is-visible .toast{transform:none;opacity:1}.w-toast.info .toast{background-color:#e7f3fd;color:#08395d}.w-toast.warning .toast{background-color:#ffe9c2;color:#5c3a00}.w-toast.error .toast{background-color:#fadbe6;color:#7a1035}.w-toast .toast.plus{max-width:335px;background:radial-gradient(circle at top right, #3d3d3d, #141414 50%);display:flex;justify-content:center;align-items:center;flex-direction:column;padding:2.4rem}@media(max-width: 767px){.w-toast .toast.plus{max-width:100%}}.w-toast .toast.plus .toast-content{text-align:center}.w-toast .toast.plus .toast-actions{margin-top:1rem;justify-content:center}.w-toast .toast.plus .toast-dismiss{position:absolute;top:2rem;right:2rem}.w-toast .toast.plus:after{content:"\E9EB";color:#fff;position:absolute;right:-9px;top:-9px;font-size:12em;line-height:1;mix-blend-mode:overlay;opacity:.2}.w-dialog{--spacing: 3.2rem;position:fixed;inset:0;width:100%;height:100%;z-index:9999999;padding:0;margin:0;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:rgba(0,0,0,0);border:none;visibility:hidden;pointer-events:none}@media(max-width: 767px){.w-dialog{--spacing: 2.4rem}}.w-dialog:before{content:"";position:fixed;inset:0;background-color:rgba(107,107,107,.3);opacity:0;z-index:-1;transition:opacity .6 ease-out;backdrop-filter:blur(2px)}.w-dialog .dialog-container{opacity:0;transform:translateY(5.25rem);position:relative;width:100%;max-width:min(76.8rem,100vw - 4rem);max-height:calc(85vh - 4rem);background-color:#fff;color:var(--plus-text);border-radius:12px;box-shadow:0px 8px 12px 0px rgba(0,0,0,.08),0px 0px 1px 0px rgba(0,0,0,.62);font-family:"Inter",sans-serif;font-optical-sizing:auto;font-style:normal;transition:opacity .4s cubic-bezier(0.215, 0.61, 0.355, 1),transform .4s cubic-bezier(0.215, 0.61, 0.355, 1);overflow:hidden;overscroll-behavior:contain}@media(max-width: 767px){.w-dialog .dialog-container{max-height:calc(100vh - 4rem)}}.w-dialog .dialog-inner{position:relative;height:100%;display:grid;grid-template-rows:6rem 1fr 6rem;grid-template-columns:auto;grid-template-areas:"header" "body" "footer";overflow:hidden}.w-dialog .dialog-inner:has(.dialog-aside){grid-template-rows:1fr auto;grid-template-columns:repeat(2, minmax(0, 1fr));grid-template-areas:"aside body" "aside footer"}@media(max-width: 767px){.w-dialog .dialog-inner:has(.dialog-aside){grid-template-rows:auto;grid-template-columns:minmax(0, 1fr);grid-template-areas:"aside" "body" "footer"}}.w-dialog .dialog-header{grid-area:header;position:sticky;top:0;display:flex;justify-content:space-between;align-items:center;padding-inline:var(--spacing);padding-block:1.2rem;z-index:1}.w-dialog .dialog-header .dialog-brand{display:flex;flex-direction:row;align-items:center;gap:.825rem}.w-dialog .dialog-header .dialog-brand:before{content:"";display:block;width:30px;height:30px;background-size:contain;background-repeat:no-repeat;background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 595.3 695"><path fill="%2367318d" d="M298 621.7c-9.2 0-18.4 4.1-24.5 10.2l-209.2-129.6c-11.2-7.1-17.4-18.4-17.4-31.6v-231.7c0-6.1-5.1-11.2-11.2-11.2s-11.2 5.1-11.2 11.2v231.7c0 20.4 10.2 39.8 27.6 50l211.3 130.6v3.1c0 18.4 15.3 33.7 33.7 33.7s33.7-15.3 33.7-33.7-15.3-33.7-33.7-33.7h0l1 1ZM298 666.6c-6.1 0-11.2-5.1-11.2-11.2s5.1-11.2 11.2-11.2 11.2 5.1 11.2 11.2-5.1 11.2-11.2 11.2Z"/><path fill="%23d31c5c" d="M516.4 136.8L328.6 20.5c-19.4-12.2-42.9-12.2-62.3 0L59.2 148.1c-6.1-4.1-13.3-7.1-20.4-7.1-19.4 0-34.7 15.3-34.7 34.7s15.3 34.7 34.7 34.7 34.7-15.3 34.7-34.7 0-6.1 0-9.2l204.1-127.6c12.2-7.1 26.5-7.1 38.8 0l187.8 116.4c5.1 3.1 12.2 2 15.3-4.1 3.1-5.1 2-12.2-4.1-15.3h1v1ZM38.8 186.9c-6.1 0-11.2-5.1-11.2-11.2s5.1-11.2 11.2-11.2 11.2 5.1 11.2 11.2-5.1 11.2-11.2 11.2Z"/><path fill="%230e73ba" d="M592 180.7c0-19.4-15.3-34.7-34.7-34.7s-34.7 15.3-34.7 34.7 10.2 28.6 24.5 32.7v257.2c0 13.3-6.1 24.5-17.4 31.6l-182.7 113.3c-5.1 3.1-7.1 10.2-4.1 15.3 2 3.1 6.1 5.1 9.2 5.1s4.1 0 6.1-2l182.7-113.3c17.4-11.2 27.6-29.6 27.6-50V213.4c13.3-5.1 22.5-17.4 22.5-32.7h1ZM556.2 170.5c6.1 0 10.2 5.1 10.2 10.2s-5.1 10.2-10.2 10.2-10.2-5.1-10.2-10.2 5.1-10.2 10.2-10.2Z"/><path fill="%23282560" d="M291.9 267.5c-7.1-5.1-9.2-15.3-4.1-23.5 5.1-8.2 15.3-9.2 23.5-4.1l186.8 126.6 6.1 4.1v-134.7c0-15.3-8.2-28.6-20.4-36.7l-161.3-100c-14.3-8.2-31.6-8.2-44.9 0l-161.3 100c-12.2 8.2-20.4 21.4-20.4 36.7v27.6l210.3 141.9c7.1 5.1 9.2 15.3 4.1 23.5-5.1 7.1-15.3 9.2-23.5 4.1l-191.9-129.6v136.8c0 15.3 8.2 28.6 20.4 36.7l161.3 100c14.3 8.2 31.6 8.2 44.9 0l161.3-100c12.2-8.2 20.4-21.4 20.4-36.7v-29.6s-211.3-142.9-211.3-142.9Z"/></svg>')}.w-dialog .dialog-header .dialog-headline{display:flex;flex-direction:column;align-items:flex-start;gap:.125rem}.w-dialog .dialog-header .dialog-headline-title{font-size:1.8rem;font-weight:600;color:var(--plus-text);line-height:1;letter-spacing:-0.02px}.w-dialog .dialog-header .dialog-headline-subtitle{font-size:1em;font-weight:700;color:var(--plus-text-muted)}.w-dialog .dialog-body{grid-area:body;padding:var(--spacing);font-size:1.4em;font-weight:400;color:inherit;line-height:1.4;overflow-y:auto;scrollbar-color:rgba(0,0,0,.102) rgba(0,0,0,0)}.w-dialog .dialog-body:hover{scrollbar-color:rgba(0,0,0,.2) rgba(0,0,0,0)}.w-dialog .dialog-body-title{display:flex;flex-direction:column;gap:.8rem;text-wrap:pretty;letter-spacing:-0.02px}.w-dialog .dialog-body-title :is(h1,h2,h3,h4){font-size:1.8rem;font-weight:700;color:var(--plus-text);letter-spacing:-0.16px}.w-dialog .dialog-body p{color:var(--plus-text-muted)}.w-dialog .dialog-body a{color:#1172ba}.w-dialog .dialog-footer{grid-area:footer;position:sticky;bottom:0;display:flex;align-items:center;flex-direction:row;justify-content:center;gap:.8rem;padding-inline:var(--spacing);padding-bottom:var(--spacing);background-color:#f2f2f2;z-index:1}.w-dialog .dialog-aside{grid-area:aside;position:relative;display:flex;flex-direction:column;justify-content:flex-start;gap:12px;padding:var(--spacing)}.w-dialog .dialog-aside-title{font-size:3.2rem;font-weight:700;color:var(--plus-text);line-height:1.1;text-wrap:balance}@media(max-width: 767px){.w-dialog .dialog-aside-title{font-size:2.2rem}}.w-dialog .dialog-aside-subtitle{font-size:1.4rem;font-weight:400;color:var(--plus-text-muted);text-wrap:pretty;line-height:1.4}.w-dialog .dialog-aside-brand{margin-bottom:auto;height:64px}.w-dialog .dialog-aside-brand img{height:100%;width:auto}.w-dialog .dialog-dismiss{position:absolute;top:var(--spacing);right:var(--spacing);display:flex;justify-content:center;align-items:center;padding:4px;border-radius:6px;background-color:rgba(0,0,0,0);font-size:16px;line-height:1;opacity:.4;transition:opacity .15s,background-color .15s}.w-dialog .dialog-dismiss:hover{background-color:rgba(0,0,0,.1);opacity:1}.w-dialog .dialog-dismiss:before{line-height:1}.w-dialog .dialog-badge{display:inline-flex;flex-direction:row;justify-content:center;align-items:center;gap:.4rem;width:fit-content;font-size:1.2rem;font-weight:600;color:var(--plus-text);line-height:1;background-color:var(--plus-bg-level-2);padding:.3rem .6rem;border-radius:999px;letter-spacing:-0.02px;border:.5px solid var(--plus-border);overflow:hidden}.w-dialog.is-visible{visibility:visible;pointer-events:auto;transition:visibility .6s}.w-dialog.is-visible:before{opacity:1}.w-dialog.is-visible .dialog-container{opacity:1;transform:translateY(0)}.w-dialog.changelog{--changelog-bg: #141414}.w-dialog.changelog .dialog-container{max-width:min(88.4rem,100vw - 4rem)}.w-dialog.changelog .dialog-inner:has(.dialog-aside){grid-template-rows:auto 1fr auto;grid-template-areas:"aside header" "aside body" "aside footer"}@media(max-width: 767px){.w-dialog.changelog .dialog-inner:has(.dialog-aside){grid-template-columns:minmax(0, 1fr);grid-template-areas:"header" "aside" "body" "footer";overflow-y:auto}}@media(min-width: 768px){.w-dialog.changelog .dialog-inner:has(.dialog-aside){max-height:480px;aspect-ratio:2/1}}.w-dialog.changelog .dialog-header,.w-dialog.changelog .dialog-footer{background-color:#fff}.w-dialog.changelog .dialog-header:after,.w-dialog.changelog .dialog-footer:after{content:"";position:absolute;left:0;right:0;height:20px}.w-dialog.changelog .dialog-header{padding:1.2rem 1rem 1.2rem 1.6rem}.w-dialog.changelog .dialog-header:after{top:100%;background:linear-gradient(to bottom, #fff, transparent)}@media(max-width: 767px){.w-dialog.changelog .dialog-header:after{display:none}}.w-dialog.changelog .dialog-header .dialog-headline{flex-direction:row;align-items:center;gap:.8rem}.w-dialog.changelog .dialog-footer{justify-content:space-between;padding:1.6rem}.w-dialog.changelog .dialog-footer:after{bottom:100%;background:linear-gradient(to top, #fff, transparent)}.w-dialog.changelog .dialog-body{padding:2rem 2.4rem 3.2rem 2.4rem;display:flex;flex-direction:column;gap:2rem}@media(max-width: 767px){.w-dialog.changelog .dialog-body{overflow:unset}}.w-dialog.changelog .dialog-body-title{font-size:2.4rem;font-weight:600;color:inherit;line-height:1.2}.w-dialog.changelog .dialog-aside{background:radial-gradient(circle at top right, #3d3d3d, transparent 50%),radial-gradient(circle at bottom left, #3d3d3d, transparent 50%),var(--changelog-bg);justify-content:center;align-items:center;padding:1.6rem}@media(max-width: 767px){.w-dialog.changelog .dialog-aside{aspect-ratio:1}}.w-dialog.changelog .dialog-aside:has(.feature-preview-figure) .feature-preview-fallback{display:none}.w-dialog.changelog .dialog-aside .feature-preview-figure{width:100%;height:100%;border-radius:6px;overflow:hidden}.w-dialog.changelog .dialog-aside .feature-preview-figure img{height:100%;width:100%;object-fit:cover}.w-dialog.changelog .dialog-dismiss{position:relative;top:auto;right:auto;height:36px;width:36px}.w-dialog.changelog .dialog-badge:before{content:"";width:6px;aspect-ratio:1;border-radius:50%;background-color:#3ddb85;animation:pulsate 1.6s infinite ease-out}.w-dialog.changelog .dialog-content{--spacing: .4rem;color:var(--plus-text-muted)}.w-dialog.changelog .dialog-content>*:not(:last-child){margin-block-end:calc(var(--spacing)*5)}.w-dialog.changelog .dialog-content :is(h1,h2,h3,h4){font-size:2rem;font-weight:600;color:inherit;color:var(--plus-text)}.w-dialog.changelog .dialog-content p{font-size:1.4rem;font-weight:400;color:inherit;line-height:1.4;letter-spacing:-0.02px}.w-dialog.changelog .dialog-content b,.w-dialog.changelog .dialog-content strong{font-weight:600;color:var(--plus-text)}.w-dialog.changelog .dialog-content a{color:#1172ba}.w-dialog.changelog .dialog-content a:hover{text-decoration:underline}.w-dialog.changelog .dialog-content ul{list-style-type:disc;padding-inline-start:2.2rem}.w-dialog.changelog .dialog-content ol>li:not(:last-of-type),.w-dialog.changelog .dialog-content ul>li:not(:last-of-type){margin-block-end:calc(var(--spacing)*3)}.w-dialog.changelog .dialog-content ul>li{position:relative;padding-inline-start:.6rem;list-style:inherit}.w-dialog.changelog .dialog-content ul>li::marker{color:#d1d5dc}.w-dialog.changelog .dialog-content ul>li>ul{margin-block-start:calc(var(--spacing)*4);margin-inline:none}.w-dialog.plus .dialog-body{display:flex;flex-direction:column;justify-content:center;gap:1.2rem}@media(min-width: 768px){.w-dialog.plus .dialog-body-title{margin-inline-end:2.4rem}}.w-dialog.plus .dialog-footer{justify-content:flex-end;background-color:rgba(0,0,0,0);border:none}.w-dialog.plus .dialog-aside{background:radial-gradient(circle at top right, #3d3d3d, var(--plus-bg) 50%);justify-content:flex-end}@media(max-width: 767px){.w-dialog.plus .dialog-aside{align-items:center;justify-content:center;text-align:center}}.w-dialog.plus .dialog-aside-title,.w-dialog.plus .dialog-aside-subtitle{color:var(--plus-text-muted);letter-spacing:-0.02px}.w-dialog.plus .dialog-aside:after{content:"\E9EB";color:#fff;position:absolute;right:-9px;top:-9px;font-size:12em;line-height:1;mix-blend-mode:overlay;opacity:.2}.w-dialog.plus .dialog-dismiss{color:#000}@media(max-width: 767px){.w-dialog.plus .dialog-dismiss{color:#fff}}.w-dialog.plus .feature{display:flex;flex-direction:column;gap:1.8rem;margin-top:1rem;letter-spacing:-0.02px}@media(min-width: 1024px){.w-dialog.plus .feature{margin-top:2rem}}.w-dialog.plus .feature .feature-title{font-weight:600;color:var(--plus-text)}.w-dialog.plus .feature .feature-list{display:flex;flex-direction:column;gap:1rem;color:var(--plus-text-muted);font-weight:500}.w-dialog.plus .feature .feature-list li{position:relative;padding-left:24px;font-size:1.4rem;text-transform:capitalize}.w-dialog.plus .feature .feature-list li:before{content:"";position:absolute;left:0;top:50%;display:block;width:16px;height:16px;transform:translateY(-50%);background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="black"><path d="M9.55 15.15L18.025 6.675C18.225 6.475 18.4583 6.375 18.725 6.375C18.9917 6.375 19.225 6.475 19.425 6.675C19.625 6.875 19.725 7.11267 19.725 7.388C19.725 7.66333 19.625 7.90067 19.425 8.1L10.25 17.3C10.05 17.5 9.81666 17.6 9.55 17.6C9.28333 17.6 9.05 17.5 8.85 17.3L4.55 13C4.35 12.8 4.254 12.5627 4.262 12.288C4.27 12.0133 4.37433 11.7757 4.575 11.575C4.77566 11.3743 5.01333 11.2743 5.288 11.275C5.56266 11.2757 5.8 11.3757 6 11.575L9.55 15.15Z"/></svg>');background-size:contain;background-repeat:no-repeat;background-position:center;background-color:var(--plus-bg-level-2);border-radius:50%;border:.5px solid var(--plus-border)}.w-alert-banner{display:flex;flex:1;flex-direction:row;align-items:center;gap:1.2rem;padding:1.2rem 1.6rem;border-radius:8px;background-color:#fff;color:#3f3f3f;box-shadow:inset 0 0 0 1px rgba(0,0,0,.15);font-family:"Inter",sans-serif;font-optical-sizing:auto;font-style:normal;letter-spacing:-0.02px}.w-alert-banner:before{content:"\E90F";font-size:1.8rem;line-height:1}@media(max-width: 767px){.w-alert-banner{align-items:flex-start}}.w-alert-banner .alert-banner-inner{display:flex;flex-direction:row;flex-wrap:wrap;gap:.4rem}.w-alert-banner .alert-banner-title{font-size:1.4rem;font-weight:600;color:inherit;line-height:1.2}.w-alert-banner .alert-banner-content{font-size:1.4rem;font-weight:500;color:inherit;line-height:1.2}.w-alert-banner .alert-banner-content a{color:inherit;text-decoration:underline;text-underline-offset:.2rem}.w-alert-banner.info{background-color:#f5fafe;color:#1172ba}.w-alert-banner.warning{background-color:#fff2dc;color:#5c3a00}.w-alert-banner.error{background-color:#fdf2f6;color:#7a1035}.w-alert-banner-group{display:flex;flex-direction:column;gap:1.2rem;margin-top:2rem;margin-inline:2rem}.w-alert-banner-group>.w-alert-banner{width:100%}.user-profil{background-color:#fff;margin:0 auto 5rem auto;display:flex;width:100% !important;box-shadow:0px 0px 10px 0px rgba(63,63,63,.15);text-align:centgiter;width:auto;border-radius:8px;overflow:hidden;z-index:0;position:relative}@media(max-width: 1023px){.user-profil{margin:0;margin-bottom:2rem;flex-direction:column}}.user-profil .user-header{position:relative;padding-top:3rem;padding-bottom:3rem;background:linear-gradient(to bottom, #A5A5A5 0%, #A5A5A5 25%, #3F3F3F);box-shadow:0px 0px 10px 0px rgba(63,63,63,.15);width:auto;display:flex;flex-direction:column;align-items:center;justify-content:center}@media(min-width: 1024px){.user-profil .user-header{width:30%}}.user-profil .user-header .w-user-img{position:relative;width:175px;height:175px;border-radius:50%;overflow:hidden;box-shadow:0px 0px 10px 0px rgba(63,63,63,.15);border:6px solid #d3d3d3;margin:0 auto 2rem}.user-profil .user-header .user-img{width:auto;height:175px;filter:grayscale(100%);position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}.user-profil .user-header strong{display:block;font-family:"Inter",sans-serif;font-optical-sizing:auto;font-style:normal;font-size:1.75rem;font-weight:400;color:#dcdada;margin-bottom:.5rem}.user-profil .user-header .button-default,.user-profil .user-header .filter-preset .filter-field-name button,.filter-preset .filter-field-name .user-profil .user-header button,.user-profil .user-header .add-filters-dropdown .w-add-filters-list>div.filter-group .filter-checkbox,.add-filters-dropdown .w-add-filters-list>div.filter-group .user-profil .user-header .filter-checkbox,.user-profil .user-header .sidebar-default.sidebar-default-right .sidebar-default-body .filter-group .filter-checkbox,.sidebar-default.sidebar-default-right .sidebar-default-body .filter-group .user-profil .user-header .filter-checkbox,.user-profil .user-header .liveDashboard .list-results thead .icon,.liveDashboard .list-results thead .user-profil .user-header .icon,.user-profil .user-header .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .user-profil .user-header .dropdown-toggle:after,.user-profil .user-header .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .user-profil .user-header .dropdown-toggle:after,.user-profil .user-header .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter,.liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .user-profil .user-header .filter,.user-profil .user-header .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .user-profil .user-header .filter,.user-profil .user-header .liveDashboard .list-results thead .form-label.status span,.liveDashboard .list-results thead .form-label.status .user-profil .user-header span,.user-profil .user-header .form-label.status .liveDashboard .list-results thead span,.form-label.status .liveDashboard .list-results thead .user-profil .user-header span,.user-profil .user-header .liveDashboard .list-results thead .w-filters-selected label.status.small span,.liveDashboard .list-results thead .w-filters-selected label.status.small .user-profil .user-header span,.user-profil .user-header .w-filters-selected label.status.small .liveDashboard .list-results thead span,.w-filters-selected label.status.small .liveDashboard .list-results thead .user-profil .user-header span,.user-profil .user-header .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span,.liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .user-profil .user-header span,.user-profil .user-header .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span,.w-filters-selected .status.btn-f-s .liveDashboard .list-results thead .user-profil .user-header span,.user-profil .user-header .liveDashboard .list-results thead .sub-header .w-form label,.liveDashboard .list-results thead .sub-header .w-form .user-profil .user-header label,.user-profil .user-header .sub-header .w-form .liveDashboard .list-results thead label,.sub-header .w-form .liveDashboard .list-results thead .user-profil .user-header label,.user-profil .user-header .liveDashboard .list-results thead .block-filters button:after,.liveDashboard .list-results thead .block-filters .user-profil .user-header button:after,.user-profil .user-header .block-filters .liveDashboard .list-results thead button:after,.block-filters .liveDashboard .list-results thead .user-profil .user-header button:after,.user-profil .user-header .liveDashboard .list-results thead .block-filters select:after,.liveDashboard .list-results thead .block-filters .user-profil .user-header select:after,.user-profil .user-header .block-filters .liveDashboard .list-results thead select:after,.block-filters .liveDashboard .list-results thead .user-profil .user-header select:after,.user-profil .user-header .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive,.liveDashboard .list-results thead .form-auto-list .user-profil .user-header .form-auto-item.is-user-is-inactive,.user-profil .user-header .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard .list-results thead .user-profil .user-header .form-auto-item.is-user-is-inactive,.user-profil .user-header .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active,.liveDashboard .list-results thead .form-auto-list .user-profil .user-header .form-auto-item.is-user-is-active,.user-profil .user-header .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-active,.form-auto-list .liveDashboard .list-results thead .user-profil .user-header .form-auto-item.is-user-is-active,.user-profil .user-header .liveDashboard .list-results thead .list-results-header .status.title span,.liveDashboard .list-results thead .list-results-header .status.title .user-profil .user-header span,.user-profil .user-header .list-results-header .status.title .liveDashboard .list-results thead span,.list-results-header .status.title .liveDashboard .list-results thead .user-profil .user-header span,.user-profil .user-header .liveDashboard .list-results thead tr span,.liveDashboard .list-results thead tr .user-profil .user-header span,.user-profil .user-header ._account_api .list-results thead .icon,._account_api .list-results thead .user-profil .user-header .icon,.user-profil .user-header ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .user-profil .user-header .dropdown-toggle:after,.user-profil .user-header .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .user-profil .user-header .dropdown-toggle:after,.user-profil .user-header ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter,._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .user-profil .user-header .filter,.user-profil .user-header .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .user-profil .user-header .filter,.user-profil .user-header ._account_api .list-results thead .form-label.status span,._account_api .list-results thead .form-label.status .user-profil .user-header span,.user-profil .user-header .form-label.status ._account_api .list-results thead span,.form-label.status ._account_api .list-results thead .user-profil .user-header span,.user-profil .user-header ._account_api .list-results thead .w-filters-selected label.status.small span,._account_api .list-results thead .w-filters-selected label.status.small .user-profil .user-header span,.user-profil .user-header .w-filters-selected label.status.small ._account_api .list-results thead span,.w-filters-selected label.status.small ._account_api .list-results thead .user-profil .user-header span,.user-profil .user-header ._account_api .list-results thead .w-filters-selected .status.btn-f-s span,._account_api .list-results thead .w-filters-selected .status.btn-f-s .user-profil .user-header span,.user-profil .user-header .w-filters-selected .status.btn-f-s ._account_api .list-results thead span,.w-filters-selected .status.btn-f-s ._account_api .list-results thead .user-profil .user-header span,.user-profil .user-header ._account_api .list-results thead .sub-header .w-form label,._account_api .list-results thead .sub-header .w-form .user-profil .user-header label,.user-profil .user-header .sub-header .w-form ._account_api .list-results thead label,.sub-header .w-form ._account_api .list-results thead .user-profil .user-header label,.user-profil .user-header ._account_api .list-results thead .block-filters button:after,._account_api .list-results thead .block-filters .user-profil .user-header button:after,.user-profil .user-header .block-filters ._account_api .list-results thead button:after,.block-filters ._account_api .list-results thead .user-profil .user-header button:after,.user-profil .user-header ._account_api .list-results thead .block-filters select:after,._account_api .list-results thead .block-filters .user-profil .user-header select:after,.user-profil .user-header .block-filters ._account_api .list-results thead select:after,.block-filters ._account_api .list-results thead .user-profil .user-header select:after,.user-profil .user-header ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive,._account_api .list-results thead .form-auto-list .user-profil .user-header .form-auto-item.is-user-is-inactive,.user-profil .user-header .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .list-results thead .user-profil .user-header .form-auto-item.is-user-is-inactive,.user-profil .user-header ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active,._account_api .list-results thead .form-auto-list .user-profil .user-header .form-auto-item.is-user-is-active,.user-profil .user-header .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-active,.form-auto-list ._account_api .list-results thead .user-profil .user-header .form-auto-item.is-user-is-active,.user-profil .user-header ._account_api .list-results thead .list-results-header .status.title span,._account_api .list-results thead .list-results-header .status.title .user-profil .user-header span,.user-profil .user-header .list-results-header .status.title ._account_api .list-results thead span,.list-results-header .status.title ._account_api .list-results thead .user-profil .user-header span,.user-profil .user-header ._account_api .list-results thead tr span,._account_api .list-results thead tr .user-profil .user-header span,.user-profil .user-header .liveDashboard ._account_api .list-results thead .icon,.liveDashboard ._account_api .list-results thead .user-profil .user-header .icon,.user-profil .user-header ._account_api .liveDashboard .list-results thead .icon,._account_api .liveDashboard .list-results thead .user-profil .user-header .icon,.user-profil .user-header .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .user-profil .user-header .dropdown-toggle:after,.user-profil .user-header ._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .dropdown-toggle:after,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .dropdown .user-profil .user-header .dropdown-toggle:after,.user-profil .user-header .liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .dropdown-toggle:after,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .list-results thead .user-profil .user-header .dropdown-toggle:after,.user-profil .user-header .w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown ._account_api .liveDashboard .list-results thead .user-profil .user-header .dropdown-toggle:after,.user-profil .user-header .liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter,.liveDashboard ._account_api .list-results thead .w-filter-preset.w-filter-preset .filter-preset .user-profil .user-header .filter,.user-profil .user-header ._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .filter,._account_api .liveDashboard .list-results thead .w-filter-preset.w-filter-preset .filter-preset .user-profil .user-header .filter,.user-profil .user-header .liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .filter,.liveDashboard .w-filter-preset.w-filter-preset .filter-preset ._account_api .list-results thead .user-profil .user-header .filter,.user-profil .user-header .w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .filter,.w-filter-preset.w-filter-preset .filter-preset ._account_api .liveDashboard .list-results thead .user-profil .user-header .filter,.user-profil .user-header .liveDashboard ._account_api .list-results thead .form-label.status span,.liveDashboard ._account_api .list-results thead .form-label.status .user-profil .user-header span,.user-profil .user-header ._account_api .liveDashboard .list-results thead .form-label.status span,._account_api .liveDashboard .list-results thead .form-label.status .user-profil .user-header span,.user-profil .user-header .liveDashboard .form-label.status ._account_api .list-results thead span,.liveDashboard .form-label.status ._account_api .list-results thead .user-profil .user-header span,.user-profil .user-header .form-label.status ._account_api .liveDashboard .list-results thead span,.form-label.status ._account_api .liveDashboard .list-results thead .user-profil .user-header span,.user-profil .user-header .liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small span,.liveDashboard ._account_api .list-results thead .w-filters-selected label.status.small .user-profil .user-header span,.user-profil .user-header ._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small span,._account_api .liveDashboard .list-results thead .w-filters-selected label.status.small .user-profil .user-header span,.user-profil .user-header .liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead span,.liveDashboard .w-filters-selected label.status.small ._account_api .list-results thead .user-profil .user-header span,.user-profil .user-header .w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead span,.w-filters-selected label.status.small ._account_api .liveDashboard .list-results thead .user-profil .user-header span,.user-profil .user-header .liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s span,.liveDashboard ._account_api .list-results thead .w-filters-selected .status.btn-f-s .user-profil .user-header span,.user-profil .user-header ._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s span,._account_api .liveDashboard .list-results thead .w-filters-selected .status.btn-f-s .user-profil .user-header span,.user-profil .user-header .liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead span,.liveDashboard .w-filters-selected .status.btn-f-s ._account_api .list-results thead .user-profil .user-header span,.user-profil .user-header .w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead span,.w-filters-selected .status.btn-f-s ._account_api .liveDashboard .list-results thead .user-profil .user-header span,.user-profil .user-header .liveDashboard ._account_api .list-results thead .sub-header .w-form label,.liveDashboard ._account_api .list-results thead .sub-header .w-form .user-profil .user-header label,.user-profil .user-header ._account_api .liveDashboard .list-results thead .sub-header .w-form label,._account_api .liveDashboard .list-results thead .sub-header .w-form .user-profil .user-header label,.user-profil .user-header .liveDashboard .sub-header .w-form ._account_api .list-results thead label,.liveDashboard .sub-header .w-form ._account_api .list-results thead .user-profil .user-header label,.user-profil .user-header .sub-header .w-form ._account_api .liveDashboard .list-results thead label,.sub-header .w-form ._account_api .liveDashboard .list-results thead .user-profil .user-header label,.user-profil .user-header .liveDashboard ._account_api .list-results thead .block-filters button:after,.liveDashboard ._account_api .list-results thead .block-filters .user-profil .user-header button:after,.user-profil .user-header ._account_api .liveDashboard .list-results thead .block-filters button:after,._account_api .liveDashboard .list-results thead .block-filters .user-profil .user-header button:after,.user-profil .user-header .liveDashboard .block-filters ._account_api .list-results thead button:after,.liveDashboard .block-filters ._account_api .list-results thead .user-profil .user-header button:after,.user-profil .user-header .block-filters ._account_api .liveDashboard .list-results thead button:after,.block-filters ._account_api .liveDashboard .list-results thead .user-profil .user-header button:after,.user-profil .user-header .liveDashboard ._account_api .list-results thead .block-filters select:after,.liveDashboard ._account_api .list-results thead .block-filters .user-profil .user-header select:after,.user-profil .user-header ._account_api .liveDashboard .list-results thead .block-filters select:after,._account_api .liveDashboard .list-results thead .block-filters .user-profil .user-header select:after,.user-profil .user-header .liveDashboard .block-filters ._account_api .list-results thead select:after,.liveDashboard .block-filters ._account_api .list-results thead .user-profil .user-header select:after,.user-profil .user-header .block-filters ._account_api .liveDashboard .list-results thead select:after,.block-filters ._account_api .liveDashboard .list-results thead .user-profil .user-header select:after,.user-profil .user-header .liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive,.liveDashboard ._account_api .list-results thead .form-auto-list .user-profil .user-header .form-auto-item.is-user-is-inactive,.user-profil .user-header ._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-inactive,._account_api .liveDashboard .list-results thead .form-auto-list .user-profil .user-header .form-auto-item.is-user-is-inactive,.user-profil .user-header .liveDashboard .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-inactive,.liveDashboard .form-auto-list ._account_api .list-results thead .user-profil .user-header .form-auto-item.is-user-is-inactive,.user-profil .user-header .form-auto-list ._account_api .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive,.form-auto-list ._account_api .liveDashboard .list-results thead .user-profil .user-header .form-auto-item.is-user-is-inactive,.user-profil .user-header .liveDashboard ._account_api .list-results thead .form-auto-list .form-auto-item.is-user-is-active,.liveDashboard ._account_api .list-results thead .form-auto-list .user-profil .user-header .form-auto-item.is-user-is-active,.user-profil .user-header ._account_api .liveDashboard .list-results thead .form-auto-list .form-auto-item.is-user-is-active,._account_api .liveDashboard .list-results thead .form-auto-list .user-profil .user-header .form-auto-item.is-user-is-active,.user-profil .user-header .liveDashboard .form-auto-list ._account_api .list-results thead .form-auto-item.is-user-is-active,.liveDashboard .form-auto-list ._account_api .list-results thead .user-profil .user-header .form-auto-item.is-user-is-active,.user-profil .user-header .form-auto-list ._account_api .liveDashboard .list-results thead .form-auto-item.is-user-is-active,.form-auto-list ._account_api .liveDashboard .list-results thead .user-profil .user-header .form-auto-item.is-user-is-active,.user-profil .user-header .liveDashboard ._account_api .list-results thead .list-results-header .status.title span,.liveDashboard ._account_api .list-results thead .list-results-header .status.title .user-profil .user-header span,.user-profil .user-header ._account_api .liveDashboard .list-results thead .list-results-header .status.title span,._account_api .liveDashboard .list-results thead .list-results-header .status.title .user-profil .user-header span,.user-profil .user-header .liveDashboard .list-results-header .status.title ._account_api .list-results thead span,.liveDashboard .list-results-header .status.title ._account_api .list-results thead .user-profil .user-header span,.user-profil .user-header .list-results-header .status.title ._account_api .liveDashboard .list-results thead span,.list-results-header .status.title ._account_api .liveDashboard .list-results thead .user-profil .user-header span,.user-profil .user-header .liveDashboard ._account_api .list-results thead tr span,.liveDashboard ._account_api .list-results thead tr .user-profil .user-header span,.user-profil .user-header ._account_api .liveDashboard .list-results thead tr span,._account_api .liveDashboard .list-results thead tr .user-profil .user-header span,.user-profil .user-header ._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .dropdown-toggle:after,._account_api .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard .list-results thead .user-profil .user-header .dropdown-toggle:after,.user-profil .user-header .w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .dropdown-toggle:after,.w-filter-preset.w-filter-preset .filter-preset .dropdown .liveDashboard ._account_api .list-results thead .user-profil .user-header .dropdown-toggle:after,.user-profil .user-header ._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .filter,._account_api .w-filter-preset.w-filter-preset .filter-preset .liveDashboard .list-results thead .user-profil .user-header .filter,.user-profil .user-header .w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .filter,.w-filter-preset.w-filter-preset .filter-preset .liveDashboard ._account_api .list-results thead .user-profil .user-header .filter,.user-profil .user-header ._account_api .form-label.status .liveDashboard .list-results thead span,._account_api .form-label.status .liveDashboard .list-results thead .user-profil .user-header span,.user-profil .user-header .form-label.status .liveDashboard ._account_api .list-results thead span,.form-label.status .liveDashboard ._account_api .list-results thead .user-profil .user-header span,.user-profil .user-header ._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead span,._account_api .w-filters-selected label.status.small .liveDashboard .list-results thead .user-profil .user-header span,.user-profil .user-header .w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead span,.w-filters-selected label.status.small .liveDashboard ._account_api .list-results thead .user-profil .user-header span,.user-profil .user-header ._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead span,._account_api .w-filters-selected .status.btn-f-s .liveDashboard .list-results thead .user-profil .user-header span,.user-profil .user-header .w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead span,.w-filters-selected .status.btn-f-s .liveDashboard ._account_api .list-results thead .user-profil .user-header span,.user-profil .user-header ._account_api .sub-header .w-form .liveDashboard .list-results thead label,._account_api .sub-header .w-form .liveDashboard .list-results thead .user-profil .user-header label,.user-profil .user-header .sub-header .w-form .liveDashboard ._account_api .list-results thead label,.sub-header .w-form .liveDashboard ._account_api .list-results thead .user-profil .user-header label,.user-profil .user-header ._account_api .block-filters .liveDashboard .list-results thead button:after,._account_api .block-filters .liveDashboard .list-results thead .user-profil .user-header button:after,.user-profil .user-header .block-filters .liveDashboard ._account_api .list-results thead button:after,.block-filters .liveDashboard ._account_api .list-results thead .user-profil .user-header button:after,.user-profil .user-header ._account_api .block-filters .liveDashboard .list-results thead select:after,._account_api .block-filters .liveDashboard .list-results thead .user-profil .user-header select:after,.user-profil .user-header .block-filters .liveDashboard ._account_api .list-results thead select:after,.block-filters .liveDashboard ._account_api .list-results thead .user-profil .user-header select:after,.user-profil .user-header ._account_api .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-inactive,._account_api .form-auto-list .liveDashboard .list-results thead .user-profil .user-header .form-auto-item.is-user-is-inactive,.user-profil .user-header .form-auto-list .liveDashboard ._account_api .list-results thead .form-auto-item.is-user-is-inactive,.form-auto-list .liveDashboard ._account_api .list-results thead .user-profil .user-header .form-auto-item.is-user-is-inactive,.user-profil .user-header ._account_api .form-auto-list .liveDashboard .list-results thead .form-auto-item.is-user-is-active,._account_api .form-auto-list .liveDashboard .list-results thead .user-profil .user-header .form-auto-item.is-user-is-active,.user-profil .user-header .form-auto-list .liveDashboard ._account_api .list-results thead .form-auto-item.is-user-is-active,.form-auto-list .liveDashboard ._account_api .list-results thead .user-profil .user-header .form-auto-item.is-user-is-active,.user-profil .user-header ._account_api .list-results-header .status.title .liveDashboard .list-results thead span,._account_api .list-results-header .status.title .liveDashboard .list-results thead .user-profil .user-header span,.user-profil .user-header .list-results-header .status.title .liveDashboard ._account_api .list-results thead span,.list-results-header .status.title .liveDashboard ._account_api .list-results thead .user-profil .user-header span,.user-profil .user-header .liveDashboard .list-results thead tbody td.is-pending span,.liveDashboard .list-results thead tbody td.is-pending .user-profil .user-header span,.user-profil .user-header .liveDashboard .list-results tbody td.is-pending thead span,.liveDashboard .list-results tbody td.is-pending thead .user-profil .user-header span,.user-profil .user-header ._account_api .list-results thead tbody td.is-pending span,._account_api .list-results thead tbody td.is-pending .user-profil .user-header span,.user-profil .user-header ._account_api .list-results tbody td.is-pending thead span,._account_api .list-results tbody td.is-pending thead .user-profil .user-header span,.user-profil .user-header .liveDashboard ._account_api .list-results thead tbody td.is-pending span,.liveDashboard ._account_api .list-results thead tbody td.is-pending .user-profil .user-header span,.user-profil .user-header .liveDashboard ._account_api .list-results tbody td.is-pending thead span,.liveDashboard ._account_api .list-results tbody td.is-pending thead .user-profil .user-header span,.user-profil .user-header ._account_api .liveDashboard .list-results thead tbody td.is-pending span,._account_api .liveDashboard .list-results thead tbody td.is-pending .user-profil .user-header span,.user-profil .user-header ._account_api .liveDashboard .list-results tbody td.is-pending thead span,._account_api .liveDashboard .list-results tbody td.is-pending thead .user-profil .user-header span,.user-profil .user-header .liveDashboard .list-results thead tbody td.is-running span,.liveDashboard .list-results thead tbody td.is-running .user-profil .user-header span,.user-profil .user-header .liveDashboard .list-results tbody td.is-running thead span,.liveDashboard .list-results tbody td.is-running thead .user-profil .user-header span,.user-profil .user-header ._account_api .list-results thead tbody td.is-running span,._account_api .list-results thead tbody td.is-running .user-profil .user-header span,.user-profil .user-header ._account_api .list-results tbody td.is-running thead span,._account_api .list-results tbody td.is-running thead .user-profil .user-header span,.user-profil .user-header .liveDashboard ._account_api .list-results thead tbody td.is-running span,.liveDashboard ._account_api .list-results thead tbody td.is-running .user-profil .user-header span,.user-profil .user-header .liveDashboard ._account_api .list-results tbody td.is-running thead span,.liveDashboard ._account_api .list-results tbody td.is-running thead .user-profil .user-header span,.user-profil .user-header ._account_api .liveDashboard .list-results thead tbody td.is-running span,._account_api .liveDashboard .list-results thead tbody td.is-running .user-profil .user-header span,.user-profil .user-header ._account_api .liveDashboard .list-results tbody td.is-running thead span,._account_api .liveDashboard .list-results tbody td.is-running thead .user-profil .user-header span,.user-profil .user-header .liveDashboard .list-results thead tbody span.status,.liveDashboard .list-results thead tbody .user-profil .user-header span.status,.user-profil .user-header .liveDashboard .list-results tbody thead span.status,.liveDashboard .list-results tbody thead .user-profil .user-header span.status,.user-profil .user-header ._account_api .list-results thead tbody span.status,._account_api .list-results thead tbody .user-profil .user-header span.status,.user-profil .user-header ._account_api .list-results tbody thead span.status,._account_api .list-results tbody thead .user-profil .user-header span.status,.user-profil .user-header .liveDashboard ._account_api .list-results thead tbody span.status,.liveDashboard ._account_api .list-results thead tbody .user-profil .user-header span.status,.user-profil .user-header .liveDashboard ._account_api .list-results tbody thead span.status,.liveDashboard ._account_api .list-results tbody thead .user-profil .user-header span.status,.user-profil .user-header ._account_api .liveDashboard .list-results thead tbody span.status,._account_api .liveDashboard .list-results thead tbody .user-profil .user-header span.status,.user-profil .user-header ._account_api .liveDashboard .list-results tbody thead span.status,._account_api .liveDashboard .list-results tbody thead .user-profil .user-header span.status,.user-profil .user-header .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,.liveDashboard .list-results thead .toggleWrapper .user-profil .user-header input.mobileToggle+label,.user-profil .user-header .toggleWrapper .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper .liveDashboard .list-results thead .user-profil .user-header input.mobileToggle+label,.user-profil .user-header ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,._account_api .list-results thead .toggleWrapper .user-profil .user-header input.mobileToggle+label,.user-profil .user-header .toggleWrapper ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper ._account_api .list-results thead .user-profil .user-header input.mobileToggle+label,.user-profil .user-header .liveDashboard ._account_api .list-results thead .toggleWrapper input.mobileToggle+label,.liveDashboard ._account_api .list-results thead .toggleWrapper .user-profil .user-header input.mobileToggle+label,.user-profil .user-header .toggleWrapper .liveDashboard ._account_api .list-results thead input.mobileToggle+label,.toggleWrapper .liveDashboard ._account_api .list-results thead .user-profil .user-header input.mobileToggle+label,.user-profil .user-header ._account_api .liveDashboard .list-results thead .toggleWrapper input.mobileToggle+label,._account_api .liveDashboard .list-results thead .toggleWrapper .user-profil .user-header input.mobileToggle+label,.user-profil .user-header .toggleWrapper ._account_api .liveDashboard .list-results thead input.mobileToggle+label,.toggleWrapper ._account_api .liveDashboard .list-results thead .user-profil .user-header input.mobileToggle+label,.user-profil .user-header .liveDashboard .list-results thead tbody tr.sublist .status.title span,.liveDashboard .list-results thead tbody tr.sublist .status.title .user-profil .user-header span,.user-profil .user-header .liveDashboard .list-results tbody tr.sublist thead .status.title span,.liveDashboard .list-results tbody tr.sublist thead .status.title .user-profil .user-header span,.user-profil .user-header .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span,.list-results tbody tr.sublist .status.title .liveDashboard .list-results thead .user-profil .user-header span,.user-profil .user-header ._account_api .list-results thead tbody tr.sublist .status.title span,._account_api .list-results thead tbody tr.sublist .status.title .user-profil .user-header span,.user-profil .user-header ._account_api .list-results tbody tr.sublist thead .status.title span,._account_api .list-results tbody tr.sublist thead .status.title .user-profil .user-header span,.user-profil .user-header .list-results tbody tr.sublist .status.title ._account_api .list-results thead span,.list-results tbody tr.sublist .status.title ._account_api .list-results thead .user-profil .user-header span,.user-profil .user-header .liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title span,.liveDashboard ._account_api .list-results thead tbody tr.sublist .status.title .user-profil .user-header span,.user-profil .user-header .liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title span,.liveDashboard ._account_api .list-results tbody tr.sublist thead .status.title .user-profil .user-header span,.user-profil .user-header ._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title span,._account_api .liveDashboard .list-results thead tbody tr.sublist .status.title .user-profil .user-header span,.user-profil .user-header ._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title span,._account_api .liveDashboard .list-results tbody tr.sublist thead .status.title .user-profil .user-header span,.user-profil .user-header .liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead span,.liveDashboard .list-results tbody tr.sublist .status.title ._account_api .list-results thead .user-profil .user-header span,.user-profil .user-header .list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead span,.list-results tbody tr.sublist .liveDashboard .status.title ._account_api .list-results thead .user-profil .user-header span,.user-profil .user-header .list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead span,.list-results tbody tr.sublist .status.title ._account_api .liveDashboard .list-results thead .user-profil .user-header span,.user-profil .user-header ._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead span,._account_api .list-results tbody tr.sublist .status.title .liveDashboard .list-results thead .user-profil .user-header span,.user-profil .user-header .list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead span,.list-results tbody tr.sublist ._account_api .status.title .liveDashboard .list-results thead .user-profil .user-header span,.user-profil .user-header .list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead span,.list-results tbody tr.sublist .status.title .liveDashboard ._account_api .list-results thead .user-profil .user-header span,.user-profil .user-header .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span,.liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .user-profil .user-header span,.user-profil .user-header .w-cards-container .w-card.centered .w-value .liveDashboard .list-results thead .status.label span,.w-cards-container .w-card.centered .w-value .liveDashboard .list-results thead .status.label .user-profil .user-header span,.user-profil .user-header .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead .user-profil .user-header span,.user-profil .user-header ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span,._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .user-profil .user-header span,.user-profil .user-header .w-cards-container .w-card.centered .w-value ._account_api .list-results thead .status.label span,.w-cards-container .w-card.centered .w-value ._account_api .list-results thead .status.label .user-profil .user-header span,.user-profil .user-header .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span,.w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead .user-profil .user-header span,.user-profil .user-header .liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label span,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card.centered .w-value .status.label .user-profil .user-header span,.user-profil .user-header .w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label span,.w-cards-container .w-card.centered .w-value .liveDashboard ._account_api .list-results thead .status.label .user-profil .user-header span,.user-profil .user-header ._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label span,._account_api .liveDashboard .list-results thead .w-cards-container .w-card.centered .w-value .status.label .user-profil .user-header span,.user-profil .user-header .w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label span,.w-cards-container .w-card.centered .w-value ._account_api .liveDashboard .list-results thead .status.label .user-profil .user-header span,.user-profil .user-header .liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead span,.liveDashboard .w-cards-container .w-card.centered .w-value .status.label ._account_api .list-results thead .user-profil .user-header span,.user-profil .user-header .w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead span,.w-cards-container .w-card.centered .w-value .liveDashboard .status.label ._account_api .list-results thead .user-profil .user-header span,.user-profil .user-header .w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead span,.w-cards-container .w-card.centered .w-value .status.label ._account_api .liveDashboard .list-results thead .user-profil .user-header span,.user-profil .user-header ._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead span,._account_api .w-cards-container .w-card.centered .w-value .status.label .liveDashboard .list-results thead .user-profil .user-header span,.user-profil .user-header .w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead span,.w-cards-container .w-card.centered .w-value ._account_api .status.label .liveDashboard .list-results thead .user-profil .user-header span,.user-profil .user-header .w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead span,.w-cards-container .w-card.centered .w-value .status.label .liveDashboard ._account_api .list-results thead .user-profil .user-header span,.user-profil .user-header .liveDashboard .list-results thead .w-cards-container .w-card .status.title span,.liveDashboard .list-results thead .w-cards-container .w-card .status.title .user-profil .user-header span,.user-profil .user-header .w-cards-container .w-card .liveDashboard .list-results thead .status.title span,.w-cards-container .w-card .liveDashboard .list-results thead .status.title .user-profil .user-header span,.user-profil .user-header .w-cards-container .w-card .status.title .liveDashboard .list-results thead span,.w-cards-container .w-card .status.title .liveDashboard .list-results thead .user-profil .user-header span,.user-profil .user-header ._account_api .list-results thead .w-cards-container .w-card .status.title span,._account_api .list-results thead .w-cards-container .w-card .status.title .user-profil .user-header span,.user-profil .user-header .w-cards-container .w-card ._account_api .list-results thead .status.title span,.w-cards-container .w-card ._account_api .list-results thead .status.title .user-profil .user-header span,.user-profil .user-header .w-cards-container .w-card .status.title ._account_api .list-results thead span,.w-cards-container .w-card .status.title ._account_api .list-results thead .user-profil .user-header span,.user-profil .user-header .liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title span,.liveDashboard ._account_api .list-results thead .w-cards-container .w-card .status.title .user-profil .user-header span,.user-profil .user-header .w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title span,.w-cards-container .w-card .liveDashboard ._account_api .list-results thead .status.title .user-profil .user-header span,.user-profil .user-header ._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title span,._account_api .liveDashboard .list-results thead .w-cards-container .w-card .status.title .user-profil .user-header span,.user-profil .user-header .w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title span,.w-cards-container .w-card ._account_api .liveDashboard .list-results thead .status.title .user-profil .user-header span,.user-profil .user-header .liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead span,.liveDashboard .w-cards-container .w-card .status.title ._account_api .list-results thead .user-profil .user-header span,.user-profil .user-header .w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead span,.w-cards-container .w-card .liveDashboard .status.title ._account_api .list-results thead .user-profil .user-header span,.user-profil .user-header .w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead span,.w-cards-container .w-card .status.title ._account_api .liveDashboard .list-results thead .user-profil .user-header span,.user-profil .user-header ._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead span,._account_api .w-cards-container .w-card .status.title .liveDashboard .list-results thead .user-profil .user-header span,.user-profil .user-header .w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead span,.w-cards-container .w-card ._account_api .status.title .liveDashboard .list-results thead .user-profil .user-header span,.user-profil .user-header .w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead span,.w-cards-container .w-card .status.title .liveDashboard ._account_api .list-results thead .user-profil .user-header span,.user-profil .user-header .liveDashboard .list-results thead .sub-header .w-double-list label,.liveDashboard .list-results thead .sub-header .w-double-list .user-profil .user-header label,.user-profil .user-header .sub-header .w-double-list .liveDashboard .list-results thead label,.sub-header .w-double-list .liveDashboard .list-results thead .user-profil .user-header label,.user-profil .user-header ._account_api .list-results thead .sub-header .w-double-list label,._account_api .list-results thead .sub-header .w-double-list .user-profil .user-header label,.user-profil .user-header .sub-header .w-double-list ._account_api .list-results thead label,.sub-header .w-double-list ._account_api .list-results thead .user-profil .user-header label,.user-profil .user-header .liveDashboard ._account_api .list-results thead .sub-header .w-double-list label,.liveDashboard ._account_api .list-results thead .sub-header .w-double-list .user-profil .user-header label,.user-profil .user-header ._account_api .liveDashboard .list-results thead .sub-header .w-double-list label,._account_api .liveDashboard .list-results thead .sub-header .w-double-list .user-profil .user-header label,.user-profil .user-header .liveDashboard .sub-header .w-double-list ._account_api .list-results thead label,.liveDashboard .sub-header .w-double-list ._account_api .list-results thead .user-profil .user-header label,.user-profil .user-header .sub-header .w-double-list ._account_api .liveDashboard .list-results thead label,.sub-header .w-double-list ._account_api .liveDashboard .list-results thead .user-profil .user-header label,.user-profil .user-header ._account_api .sub-header .w-double-list .liveDashboard .list-results thead label,._account_api .sub-header .w-double-list .liveDashboard .list-results thead .user-profil .user-header label,.user-profil .user-header .sub-header .w-double-list .liveDashboard ._account_api .list-results thead label,.sub-header .w-double-list .liveDashboard ._account_api .list-results thead .user-profil .user-header label,.user-profil .user-header .liveDashboard .list-results thead .double-list dt.status span,.liveDashboard .list-results thead .double-list dt.status .user-profil .user-header span,.user-profil .user-header .double-list .liveDashboard .list-results thead dt.status span,.double-list .liveDashboard .list-results thead dt.status .user-profil .user-header span,.user-profil .user-header .double-list dt.status .liveDashboard .list-results thead span,.double-list dt.status .liveDashboard .list-results thead .user-profil .user-header span,.user-profil .user-header ._account_api .list-results thead .double-list dt.status span,._account_api .list-results thead .double-list dt.status .user-profil .user-header span,.user-profil .user-header .double-list ._account_api .list-results thead dt.status span,.double-list ._account_api .list-results thead dt.status .user-profil .user-header span,.user-profil .user-header .double-list dt.status ._account_api .list-results thead span,.double-list dt.status ._account_api .list-results thead .user-profil .user-header span,.user-profil .user-header .liveDashboard ._account_api .list-results thead .double-list dt.status span,.liveDashboard ._account_api .list-results thead .double-list dt.status .user-profil .user-header span,.user-profil .user-header .double-list .liveDashboard ._account_api .list-results thead dt.status span,.double-list .liveDashboard ._account_api .list-results thead dt.status .user-profil .user-header span,.user-profil .user-header ._account_api .liveDashboard .list-results thead .double-list dt.status span,._account_api .liveDashboard .list-results thead .double-list dt.status .user-profil .user-header span,.user-profil .user-header .double-list ._account_api .liveDashboard .list-results thead dt.status span,.double-list ._account_api .liveDashboard .list-results thead dt.status .user-profil .user-header span,.user-profil .user-header .liveDashboard .double-list dt.status ._account_api .list-results thead span,.liveDashboard .double-list dt.status ._account_api .list-results thead .user-profil .user-header span,.user-profil .user-header .double-list .liveDashboard dt.status ._account_api .list-results thead span,.double-list .liveDashboard dt.status ._account_api .list-results thead .user-profil .user-header span,.user-profil .user-header .double-list dt.status ._account_api .liveDashboard .list-results thead span,.double-list dt.status ._account_api .liveDashboard .list-results thead .user-profil .user-header span,.user-profil .user-header ._account_api .double-list dt.status .liveDashboard .list-results thead span,._account_api .double-list dt.status .liveDashboard .list-results thead .user-profil .user-header span,.user-profil .user-header .double-list ._account_api dt.status .liveDashboard .list-results thead span,.double-list ._account_api dt.status .liveDashboard .list-results thead .user-profil .user-header span,.user-profil .user-header .double-list dt.status .liveDashboard ._account_api .list-results thead span,.double-list dt.status .liveDashboard ._account_api .list-results thead .user-profil .user-header span,.user-profil .user-header .liveDashboard .list-results thead .double-list dd.status span,.liveDashboard .list-results thead .double-list dd.status .user-profil .user-header span,.user-profil .user-header .double-list .liveDashboard .list-results thead dd.status span,.double-list .liveDashboard .list-results thead dd.status .user-profil .user-header span,.user-profil .user-header .double-list dd.status .liveDashboard .list-results thead span,.double-list dd.status .liveDashboard .list-results thead .user-profil .user-header span,.user-profil .user-header ._account_api .list-results thead .double-list dd.status span,._account_api .list-results thead .double-list dd.status .user-profil .user-header span,.user-profil .user-header .double-list ._account_api .list-results thead dd.status span,.double-list ._account_api .list-results thead dd.status .user-profil .user-header span,.user-profil .user-header .double-list dd.status ._account_api .list-results thead span,.double-list dd.status ._account_api .list-results thead .user-profil .user-header span,.user-profil .user-header .liveDashboard ._account_api .list-results thead .double-list dd.status span,.liveDashboard ._account_api .list-results thead .double-list dd.status .user-profil .user-header span,.user-profil .user-header .double-list .liveDashboard ._account_api .list-results thead dd.status span,.double-list .liveDashboard ._account_api .list-results thead dd.status .user-profil .user-header span,.user-profil .user-header ._account_api .liveDashboard .list-results thead .double-list dd.status span,._account_api .liveDashboard .list-results thead .double-list dd.status .user-profil .user-header span,.user-profil .user-header .double-list ._account_api .liveDashboard .list-results thead dd.status span,.double-list ._account_api .liveDashboard .list-results thead dd.status .user-profil .user-header span,.user-profil .user-header .liveDashboard .double-list dd.status ._account_api .list-results thead span,.liveDashboard .double-list dd.status ._account_api .list-results thead .user-profil .user-header span,.user-profil .user-header .double-list .liveDashboard dd.status ._account_api .list-results thead span,.double-list .liveDashboard dd.status ._account_api .list-results thead .user-profil .user-header span,.user-profil .user-header .double-list dd.status ._account_api .liveDashboard .list-results thead span,.double-list dd.status ._account_api .liveDashboard .list-results thead .user-profil .user-header span,.user-profil .user-header ._account_api .double-list dd.status .liveDashboard .list-results thead span,._account_api .double-list dd.status .liveDashboard .list-results thead .user-profil .user-header span,.user-profil .user-header .double-list ._account_api dd.status .liveDashboard .list-results thead span,.double-list ._account_api dd.status .liveDashboard .list-results thead .user-profil .user-header span,.user-profil .user-header .double-list dd.status .liveDashboard ._account_api .list-results thead span,.double-list dd.status .liveDashboard ._account_api .list-results thead .user-profil .user-header span,.user-profil .user-header .liveDashboard .list-results thead .block-filters .btn-filter:before,.liveDashboard .list-results thead .block-filters .user-profil .user-header .btn-filter:before,.user-profil .user-header .block-filters .liveDashboard .list-results thead .btn-filter:before,.block-filters .liveDashboard .list-results thead .user-profil .user-header .btn-filter:before,.user-profil .user-header ._account_api .list-results thead .block-filters .btn-filter:before,._account_api .list-results thead .block-filters .user-profil .user-header .btn-filter:before,.user-profil .user-header .block-filters ._account_api .list-results thead .btn-filter:before,.block-filters ._account_api .list-results thead .user-profil .user-header .btn-filter:before,.user-profil .user-header .liveDashboard ._account_api .list-results thead .block-filters .btn-filter:before,.liveDashboard ._account_api .list-results thead .block-filters .user-profil .user-header .btn-filter:before,.user-profil .user-header .block-filters .liveDashboard ._account_api .list-results thead .btn-filter:before,.block-filters .liveDashboard ._account_api .list-results thead .user-profil .user-header .btn-filter:before,.user-profil .user-header ._account_api .liveDashboard .list-results thead .block-filters .btn-filter:before,._account_api .liveDashboard .list-results thead .block-filters .user-profil .user-header .btn-filter:before,.user-profil .user-header .block-filters ._account_api .liveDashboard .list-results thead .btn-filter:before,.block-filters ._account_api .liveDashboard .list-results thead .user-profil .user-header .btn-filter:before,.user-profil .user-header .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .user-profil .user-header .btn-period-edit:before,.user-profil .user-header .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .user-profil .user-header .btn-period-edit:before,.user-profil .user-header ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .list-results thead .w-time-period .dropdown .w-selection .user-profil .user-header .btn-period-edit:before,.user-profil .user-header .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .user-profil .user-header .btn-period-edit:before,.user-profil .user-header .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .user-profil .user-header .btn-period-edit:before,.user-profil .user-header .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .user-profil .user-header .btn-period-edit:before,.user-profil .user-header ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-edit:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .user-profil .user-header .btn-period-edit:before,.user-profil .user-header .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-edit:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .user-profil .user-header .btn-period-edit:before,.user-profil .user-header .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .user-profil .user-header .btn-period-clear:before,.user-profil .user-header .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .user-profil .user-header .btn-period-clear:before,.user-profil .user-header .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard .list-results thead .w-time-period .dropdown .w-selection .user-profil .user-header .btn-filter:before,.user-profil .user-header .w-time-period .dropdown .w-selection .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard .list-results thead .user-profil .user-header .btn-filter:before,.user-profil .user-header ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .list-results thead .w-time-period .dropdown .w-selection .user-profil .user-header .btn-period-clear:before,.user-profil .user-header .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .user-profil .user-header .btn-period-clear:before,.user-profil .user-header ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .list-results thead .w-time-period .dropdown .w-selection .user-profil .user-header .btn-filter:before,.user-profil .user-header .w-time-period .dropdown .w-selection ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .list-results thead .user-profil .user-header .btn-filter:before,.user-profil .user-header .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .user-profil .user-header .btn-period-clear:before,.user-profil .user-header .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .user-profil .user-header .btn-period-clear:before,.user-profil .user-header .liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,.liveDashboard ._account_api .list-results thead .w-time-period .dropdown .w-selection .user-profil .user-header .btn-filter:before,.user-profil .user-header .w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection .liveDashboard ._account_api .list-results thead .user-profil .user-header .btn-filter:before,.user-profil .user-header ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-period-clear:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .user-profil .user-header .btn-period-clear:before,.user-profil .user-header .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-period-clear:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .user-profil .user-header .btn-period-clear:before,.user-profil .user-header ._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .btn-filter:before,._account_api .liveDashboard .list-results thead .w-time-period .dropdown .w-selection .user-profil .user-header .btn-filter:before,.user-profil .user-header .w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .btn-filter:before,.w-time-period .dropdown .w-selection ._account_api .liveDashboard .list-results thead .user-profil .user-header .btn-filter:before,.user-profil .user-header .liveDashboard .list-results thead .status.status-report-item span,.liveDashboard .list-results thead .status.status-report-item .user-profil .user-header span,.user-profil .user-header .status.status-report-item .liveDashboard .list-results thead span,.status.status-report-item .liveDashboard .list-results thead .user-profil .user-header span,.user-profil .user-header ._account_api .list-results thead .status.status-report-item span,._account_api .list-results thead .status.status-report-item .user-profil .user-header span,.user-profil .user-header .status.status-report-item ._account_api .list-results thead span,.status.status-report-item ._account_api .list-results thead .user-profil .user-header span,.user-profil .user-header .liveDashboard ._account_api .list-results thead .status.status-report-item span,.liveDashboard ._account_api .list-results thead .status.status-report-item .user-profil .user-header span,.user-profil .user-header ._account_api .liveDashboard .list-results thead .status.status-report-item span,._account_api .liveDashboard .list-results thead .status.status-report-item .user-profil .user-header span,.user-profil .user-header .liveDashboard .status.status-report-item ._account_api .list-results thead span,.liveDashboard .status.status-report-item ._account_api .list-results thead .user-profil .user-header span,.user-profil .user-header .status.status-report-item ._account_api .liveDashboard .list-results thead span,.status.status-report-item ._account_api .liveDashboard .list-results thead .user-profil .user-header span,.user-profil .user-header ._account_api .status.status-report-item .liveDashboard .list-results thead span,._account_api .status.status-report-item .liveDashboard .list-results thead .user-profil .user-header span,.user-profil .user-header .status.status-report-item .liveDashboard ._account_api .list-results thead span,.status.status-report-item .liveDashboard ._account_api .list-results thead .user-profil .user-header span,.user-profil .user-header .liveDashboard .list-results thead .status.status-log span,.liveDashboard .list-results thead .status.status-log .user-profil .user-header span,.user-profil .user-header .status.status-log .liveDashboard .list-results thead span,.status.status-log .liveDashboard .list-results thead .user-profil .user-header span,.user-profil .user-header ._account_api .list-results thead .status.status-log span,._account_api .list-results thead .status.status-log .user-profil .user-header span,.user-profil .user-header .status.status-log ._account_api .list-results thead span,.status.status-log ._account_api .list-results thead .user-profil .user-header span,.user-profil .user-header .liveDashboard ._account_api .list-results thead .status.status-log span,.liveDashboard ._account_api .list-results thead .status.status-log .user-profil .user-header span,.user-profil .user-header ._account_api .liveDashboard .list-results thead .status.status-log span,._account_api .liveDashboard .list-results thead .status.status-log .user-profil .user-header span,.user-profil .user-header .liveDashboard .status.status-log ._account_api .list-results thead span,.liveDashboard .status.status-log ._account_api .list-results thead .user-profil .user-header span,.user-profil .user-header .status.status-log ._account_api .liveDashboard .list-results thead span,.status.status-log ._account_api .liveDashboard .list-results thead .user-profil .user-header span,.user-profil .user-header ._account_api .status.status-log .liveDashboard .list-results thead span,._account_api .status.status-log .liveDashboard .list-results thead .user-profil .user-header span,.user-profil .user-header .status.status-log .liveDashboard ._account_api .list-results thead span,.status.status-log .liveDashboard ._account_api .list-results thead .user-profil .user-header span,.user-profil .user-header .liveDashboard .list-results thead .w-toast .toast.plus:after,.liveDashboard .list-results thead .w-toast .user-profil .user-header .toast.plus:after,.user-profil .user-header .w-toast .liveDashboard .list-results thead .toast.plus:after,.w-toast .liveDashboard .list-results thead .user-profil .user-header .toast.plus:after,.user-profil .user-header ._account_api .list-results thead .w-toast .toast.plus:after,._account_api .list-results thead .w-toast .user-profil .user-header .toast.plus:after,.user-profil .user-header .w-toast ._account_api .list-results thead .toast.plus:after,.w-toast ._account_api .list-results thead .user-profil .user-header .toast.plus:after,.user-profil .user-header .liveDashboard ._account_api .list-results thead .w-toast .toast.plus:after,.liveDashboard ._account_api .list-results thead .w-toast .user-profil .user-header .toast.plus:after,.user-profil .user-header .w-toast .liveDashboard ._account_api .list-results thead .toast.plus:after,.w-toast .liveDashboard ._account_api .list-results thead .user-profil .user-header .toast.plus:after,.user-profil .user-header ._account_api .liveDashboard .list-results thead .w-toast .toast.plus:after,._account_api .liveDashboard .list-results thead .w-toast .user-profil .user-header .toast.plus:after,.user-profil .user-header .w-toast ._account_api .liveDashboard .list-results thead .toast.plus:after,.w-toast ._account_api .liveDashboard .list-results thead .user-profil .user-header .toast.plus:after,.user-profil .user-header .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,.liveDashboard .list-results thead .w-dialog.plus .user-profil .user-header .dialog-aside:after,.user-profil .user-header .w-dialog.plus .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus .liveDashboard .list-results thead .user-profil .user-header .dialog-aside:after,.user-profil .user-header ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,._account_api .list-results thead .w-dialog.plus .user-profil .user-header .dialog-aside:after,.user-profil .user-header .w-dialog.plus ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus ._account_api .list-results thead .user-profil .user-header .dialog-aside:after,.user-profil .user-header .liveDashboard ._account_api .list-results thead .w-dialog.plus .dialog-aside:after,.liveDashboard ._account_api .list-results thead .w-dialog.plus .user-profil .user-header .dialog-aside:after,.user-profil .user-header .w-dialog.plus .liveDashboard ._account_api .list-results thead .dialog-aside:after,.w-dialog.plus .liveDashboard ._account_api .list-results thead .user-profil .user-header .dialog-aside:after,.user-profil .user-header ._account_api .liveDashboard .list-results thead .w-dialog.plus .dialog-aside:after,._account_api .liveDashboard .list-results thead .w-dialog.plus .user-profil .user-header .dialog-aside:after,.user-profil .user-header .w-dialog.plus ._account_api .liveDashboard .list-results thead .dialog-aside:after,.w-dialog.plus ._account_api .liveDashboard .list-results thead .user-profil .user-header .dialog-aside:after,.user-profil .user-header .liveDashboard .list-results thead .w-alert-banner:before,.liveDashboard .list-results thead .user-profil .user-header .w-alert-banner:before,.user-profil .user-header ._account_api .list-results thead .w-alert-banner:before,._account_api .list-results thead .user-profil .user-header .w-alert-banner:before,.user-profil .user-header .liveDashboard ._account_api .list-results thead .w-alert-banner:before,.liveDashboard ._account_api .list-results thead .user-profil .user-header .w-alert-banner:before,.user-profil .user-header ._account_api .liveDashboard .list-results thead .w-alert-banner:before,._account_api .liveDashboard .list-results thead .user-profil .user-header .w-alert-banner:before{position:absolute}.user-profil .user-header .i-edit{right:1rem;top:1rem}.user-profil .user-header .i-back{left:1rem;top:1rem}.user-profil .brand-list{display:flex;justify-content:flex-start;text-align:center;flex-direction:row;flex-wrap:wrap;position:relative;gap:1rem}.user-profil .brand-list>img{width:3rem;height:3rem;object-fit:contain}.user-profil .brand-item{width:3rem;height:3rem;margin:0 1rem 1rem 0;background-size:100% auto;background-position:center;color:#dcdada;display:inline-block;font-size:2.5rem;text-shadow:rgba(212,34,93,.25) 1px 0 6px}.user-profil .user-infos{box-shadow:none;padding:0;margin:0;width:100%;margin-right:3rem}.user-profil .user-infos-list{border:0;margin:1rem 2rem 2rem;width:100%}@media(max-width: 1023px){.user-profil .user-infos-list{margin:0}}.user-profil .user-infos-list .w-form,.user-profil .user-infos-list .w-double-list{background:none;box-shadow:none;border-radius:0;width:100%;min-width:0}.user-profil .user-infos-item{text-align:left;padding-bottom:.5rem;border:0;border-bottom:1px dashed rgba(165,165,165,.15);margin-bottom:2rem}.user-profil .user-infos-title{font-size:1em;font-weight:700;color:#3f3f3f;display:block;text-transform:uppercase}.user-profil .user-infos-value{font-size:1.2em;font-weight:400;color:#a5a5a5}.w-dropdown-status .dropdown-status{margin:0;display:flex;align-content:center;justify-content:flex-end}.w-dropdown-status .dropdown-toggle{background-color:#fff;border:1px solid rgba(165,165,165,.15);height:3rem;font-family:"Inter",sans-serif;font-optical-sizing:auto;font-style:normal;font-size:1.2em;font-weight:400;color:#3f3f3f}.w-dropdown-status .dropdown-list{background-color:#fff;border:1px solid rgba(165,165,165,.15);width:60rem;padding:2rem;align-items:flex-start;flex-wrap:wrap;flex-direction:row;right:0;top:2.5rem;left:auto}.w-dropdown-status .dropdown-list>div{margin:0 2rem 2rem 0;text-align:left;padding-left:1rem;padding-right:1rem;background-color:#dcdada;border-top:1px solid #c3c0c0;border-bottom:1px solid #c3c0c0}.w-dropdown-status .dropdown-list span{margin-bottom:.5rem}.w-dropdown-status h3{font-family:"Inter",sans-serif;font-optical-sizing:auto;font-style:normal;font-size:1.2em;font-weight:700;color:#3f3f3f;padding:.5rem 0;text-transform:uppercase}.w-calculating{flex-wrap:nowrap !important}.w-calculating .calculating{display:flex;flex-wrap:wrap;justify-content:flex-start;margin-left:-1rem;border:1px solid #0f64a3;background-color:#fff;padding:.5rem 1rem;position:relative}.w-calculating .calculating>div{flex-wrap:wrap;display:flex;align-items:center;margin-right:1rem}.w-calculating .w-title{width:11rem}.w-calculating h3{font-family:"Inter",sans-serif;font-optical-sizing:auto;font-style:normal;font-size:.9rem;font-weight:700;color:#0f64a3;text-transform:uppercase;display:flex;align-items:center;margin-right:.5rem}.w-calculating h3:before{color:#0f64a3;width:2.25rem;height:2.25rem;border-radius:50%;display:flex;flex:none;align-items:center;justify-content:center;font-size:1.7rem;margin-right:.5rem;animation-name:spin;animation-duration:4000ms;animation-iteration-count:infinite;animation-timing-function:linear}@keyframes spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}.w-calculating strong{display:block;font-family:"Inter",sans-serif;font-optical-sizing:auto;font-style:normal;font-size:1.3rem;font-weight:700;color:#0f64a3;margin-right:.25rem}.w-calculating span{display:block;font-family:"Inter",sans-serif;font-optical-sizing:auto;font-style:normal;font-size:1rem;font-weight:400;color:#0f64a3}.w-calculating .alert{display:flex;align-items:center}.w-calculating .alert:before{color:#5ddb8f;font-size:1.75rem}.w-calculating .alert p{padding:.5rem 1rem;font-family:"Inter",sans-serif;font-optical-sizing:auto;font-style:normal;font-size:1.1rem;font-weight:700;color:#d3d3d3}.gp_sheet .sub-header .w-right{flex:none}.gp_sheet .sub-header .w-right .btn,.gp_sheet .sub-header .w-right .goal-option .expend-label,.goal-option .gp_sheet .sub-header .w-right .expend-label,.gp_sheet .sub-header .w-right .pagination a,.pagination .gp_sheet .sub-header .w-right a{margin-left:1rem}.gp_sheet .sub-header .w-right .fix-width{width:8.5rem}.gp_sheet .list-header{margin-bottom:2rem}.gp_sheet .list-divider th{text-align:right}._feature_points .dash-chart-feature-points{margin-bottom:16rem;position:relative}._feature_points .dash-chart-feature-points::before{display:block;content:" ";width:100%;padding-top:calc(8/16*100%)}._feature_points .dash-chart-feature-points>.ratio-content{position:absolute;top:0;left:0;right:0;bottom:0}._tag_performance_report input::-webkit-outer-spin-button,._tag_performance_report input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.w-inner-content.permalink-details .content-left{flex:none;width:100%;height:540px;overflow:hidden;width:375px;height:510px}.w-inner-content.permalink-details .content-left .link span{display:inline-block;padding:.25rem;font-family:"Inter",sans-serif;font-optical-sizing:auto;font-style:normal;font-size:1rem;font-weight:700;color:#3f3f3f}.w-inner-content.permalink-details .content-left .link span:hover{text-decoration:underline}.w-inner-content.permalink-details .content-right{flex:1;display:flex;flex-direction:column;box-sizing:border-box;padding-left:.5rem}@media(min-width: 1024px){.w-inner-content.permalink-details .content-right .highlight-page{padding:0 0rem 0 2rem}}.w-inner-content.permalink-details .w-tables{display:flex;flex-wrap:wrap;gap:2rem}@media(min-width: 1024px){.w-inner-content.permalink-details .w-tables{margin-left:2rem}}.w-inner-content.permalink-details .w-tables .list-results{box-shadow:none;border-top:0;margin:0;width:auto;flex:1 40%}.w-inner-content.permalink-details .w-tables .list-results span{display:inline-block !important;white-space:nowrap}.w-inner-content.permalink-details thead{height:auto}.w-inner-content.permalink-details thead th{padding:.5rem;text-align:right}.w-inner-content.permalink-details .list-header-row{background-color:#3f3f3f}.w-inner-content.permalink-details .list-header-row th{text-align:center;padding:1rem .5rem}.w-inner-content.permalink-details .list-header-row th span{color:#fff;font-size:1.25rem}.w-inner-content.permalink-details th,.w-inner-content.permalink-details td{padding:1rem .5rem;text-align:right}.w-inner-content.permalink-details tbody th{width:10%;text-align:left}.w-inner-content.permalink-details tbody th span{font-weight:700;text-transform:uppercase}.w-inner-content.permalink-details tbody td{width:45%;padding:1.5rem .5rem;white-space:nowrap}.w-inner-content.permalink-details tbody td span{font-size:1.4rem;white-space:nowrap}.w-inner-content.permalink-details iframe{width:1244px;height:1695px;transform:scale(0.3);transform-origin:0 0}@media(max-width: 767px){.w-inner-content.permalink-details iframe{width:100%;height:515px;transform:scale(1);transform-origin:0 0}}.w-url-block{text-align:center;margin:0 0 1rem 0}.w-url-block .url-block{display:flex;align-items:center;margin:0 auto;width:100%;padding:1rem;background-color:#fff;border-radius:8px}@media(min-width: 1024px){.w-url-block .url-block{width:550px}}.w-url-block:hover input{border:1px solid #3f3f3f}.w-url-block .url-block-title{font-family:"Helvetica","Arial",sans-serif;font-size:2rem;font-weight:300;color:#3f3f3f;background-size:27px auto;padding-left:35px;background-position:center left;width:100%}@media(min-width: 1024px){.w-url-block .url-block-title{width:550px}}.drawer{background-color:#3f3f3f;width:100%;height:24rem;position:fixed;bottom:0;left:0;z-index:20;box-shadow:0px 0px 15px 5px rgba(0,0,0,.1);box-sizing:border-box;transform:translateY(24rem);transition:all .125s ease-in}.drawer.is-open{transform:translateY(0)}.drawer.is-open .open:before{display:block;transform:rotate(-180deg) !important}.drawer .section-title{background-color:#3f3f3f;padding:.5rem 1rem .5rem 1rem;top:-2.5rem;left:2rem;position:absolute}.drawer .i-close{top:-3rem;right:2rem;border-radius:0;position:absolute}.drawer .i-close:before{color:#0f64a3}.drawer .task-priority{width:3rem;height:3rem}.drawer .scroll{height:24rem;overflow-y:scroll;position:absolute;width:100%}.drawer .list-results{width:100%;margin:0}.drawer thead{border-bottom:1px solid #bfbfbf;border-top:1px solid #bfbfbf}.drawer thead tr{background-color:#262626;height:3rem}.drawer thead span{height:auto;color:#1172ba}.drawer thead tr.header-0{border:1px solid rgba(15,100,163,.5)}.drawer thead tr.header-0 th{text-align:center}.drawer thead tr.header-0 th{padding:1rem 2rem;text-align:center;box-shadow:inset 0px 0px 20px 0px rgba(165,165,165,.1)}.drawer thead tr.header-0 th:nth-of-type(4n){background-color:#f1fcda;border:1px solid #9ede12}.drawer thead tr.header-0 th:nth-of-type(4n) span{color:#5b7f0b}.drawer thead tr.header-0 th:nth-of-type(4n) span:after{color:#5b7f0b}.drawer thead tr.header-0 th:nth-of-type(4n+1){background-color:#c6edf4;border:1px solid #46c5db}.drawer thead tr.header-0 th:nth-of-type(4n+1) span{color:#1a7787}.drawer thead tr.header-0 th:nth-of-type(4n+1) span:after{color:#1a7787}.drawer thead tr.header-0 th:nth-of-type(4n+2){background-color:#daf7e6;border:1px solid #34d172}.drawer thead tr.header-0 th:nth-of-type(4n+2) span{color:#1d8245}.drawer thead tr.header-0 th:nth-of-type(4n+2) span:after{color:#1d8245}.drawer thead tr.header-0 th:nth-of-type(4n+3){background-color:#c3d5fc;border:1px solid #93b3f9}.drawer thead tr.header-0 th:nth-of-type(4n+3) span{color:#0a40b6}.drawer thead tr.header-0 th:nth-of-type(4n+3) span:after{color:#0a40b6}.drawer thead tr.header-0 th:first-of-type{background:none;border:0;box-shadow:none}.drawer tbody tr{background-color:#a5a5a5}.drawer tbody tr:nth-child(even){background-color:#b2b2b2}.drawer tbody tr:hover{background-color:#3f3f3f}.drawer tbody span{color:#fff;height:auto}.drawer.search-query:before{content:"no article selected";z-index:0;font-family:"Inter",sans-serif;font-optical-sizing:auto;font-style:normal;font-size:1.25rem;font-weight:700;color:#1172ba;position:absolute;top:7rem;left:50%;transform:translateX(-50%)}.drawer-notification{background-color:#3f3f3f;width:auto;height:3rem;position:absolute;top:-3rem;right:2rem;display:flex;justify-content:space-between;border-radius:4px 4px 0 0;overflow:hidden;box-shadow:0px 0px 15px 5px rgba(0,0,0,.2);cursor:pointer}.drawer-notification:hover{background-color:#1172ba}.drawer-notification:hover strong{color:#fff}.drawer-notification:hover .btn:after,.drawer-notification:hover .goal-option .expend-label:after,.goal-option .drawer-notification:hover .expend-label:after,.drawer-notification:hover .pagination a:after,.pagination .drawer-notification:hover a:after{color:#fff}.drawer-notification>div{display:flex}.drawer-notification>div:first-of-type{flex:1}.drawer-notification strong{flex:1;display:block;font-family:"Inter",sans-serif;font-optical-sizing:auto;font-style:normal;font-size:1.2rem;font-weight:700;color:#1172ba;margin:0 1rem;line-height:2.75}.drawer-notification strong span{font-weight:700}.drawer-notification strong:before{margin-right:.5rem;font-size:1.5rem}.drawer-notification .btn,.drawer-notification .goal-option .expend-label,.goal-option .drawer-notification .expend-label,.drawer-notification .pagination a,.pagination .drawer-notification a{display:flex;align-items:center;width:3rem;height:3rem;border-radius:0;background-color:#1172ba;font-size:2rem;padding:.5rem}.drawer-notification .btn:after,.drawer-notification .goal-option .expend-label:after,.goal-option .drawer-notification .expend-label:after,.drawer-notification .pagination a:after,.pagination .drawer-notification a:after{transform:rotate(180deg);color:#a5a5a5}.drawer-notification .btn:hover:after,.drawer-notification .goal-option .expend-label:hover:after,.goal-option .drawer-notification .expend-label:hover:after,.drawer-notification .pagination a:hover:after,.pagination .drawer-notification a:hover:after{color:#fff}.drawer-notification .btn.open:after,.drawer-notification .goal-option .open.expend-label:after,.goal-option .drawer-notification .open.expend-label:after,.drawer-notification .pagination a.open:after,.pagination .drawer-notification a.open:after{transform:rotate(0deg)}
/*# sourceMappingURL=style-c73c948017bb04623933194e2577bc4f.css.map*/